*** empty log message ***
[emacs.git] / lisp / ChangeLog
blobcacb9906e91d393933c0bcfe6f5e1ae624bf6e56
1 2001-01-02  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
3         * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
4         to remove all the current alternative-match highlighting.
5         If nil, remove only what's outside the current window.
6         (isearch-lazy-highlight-remove-overlays): Take optional
7         region within which NOT to remove them.
8         (isearch-lazy-highlight-new-loop): Greatly simplified.
9         (isearch-lazy-highlight-update): Find all the other occurrences
10         visible in the window, in just one call.
11         (isearch-lazy-highlight-start): Now holds start of region to scan.
12         (isearch-lazy-highlight-end): Now holds end of region to scan.
13         (isearch-lazy-highlight-wrapped): Variable deleted.
14         (isearch-lazy-highlight-search): Function deleted.
16 2000-01-02  Andrew Innes  <andrewi@gnu.org>
18         * w32-fns.el (convert-standard-filename): Do length check on name
19         before aref.
21 2001-01-02  Dave Love  <fx@gnu.org>
23         * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
24         value.
25         (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
27         * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
29         * net/browse-url.el (browse-url-filename-alist): Avoid backquote
30         read syntax.
32         * calendar/todo-mode.el (todo): Add :link, :version.
33         (todo-save-top-priorities): Remove autoload cookie.
34         (todo-add-category, todo-add-item-non-interactively)
35         (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload
36         cookie.
38 2001-01-02  Gerd Moellmann  <gerd@gnu.org>
40         * comint.el (comint-input-history-ignore): New variable.
41         (comint-read-input-ring): Ignore entries matching
42         comint-input-history-ignore.
44 2001-01-02  Eric M. Ludlam  <zappo@gnu.org>
46         * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
47         (lm-copyright-mark): New function.
48         (lm-crack-copyright): New function.
49         (lm-verify): Check that the file has a copyright.
50         Check that the file is copyright Free Software Foundation.
52 2000-12-30  Kenichi Handa  <handa@etl.go.jp>
54         * international/mule-diag.el (print-fontset): Indent font name by
55         24 columns, not 25.
57 2000-12-29  Gerd Moellmann  <gerd@gnu.org>
59         * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
60         in Subject line.
62         * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
63         Use mail-mode-hook instead of mail-setup-hook.  Otherwise
64         continuing an interrupted message with C-u C-x m for instence,
65         winds up in Mail mode without abbrevs.
67 2000-12-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
69         * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
70         non-nil.  Adding almost all customization variables on ps-setup.  Doc
71         Fix.
72         (ps-print-version): New version number (6.3.3).
73         (ps-end-with-control-d): Initialization fix.
74         (ps-lines-printed): New var.
75         (ps-skip-newline): New fun.
76         (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
77         (ps-next-line, ps-continue-line, ps-plot-region)
78         (ps-generate-postscript-with-faces, ps-end-job): Code fix.
79         
80 2000-12-29  Kenichi Handa  <handa@etl.go.jp>
82         * international/fontset.el (x-complement-fontset-spec): Resolve
83         ASCII font name so that the same family name is used for fonts
84         registered in x-font-name-charset-alist.
85         (create-fontset-from-fontset-spec): Adjusted for the above change.
86         The name of fontset alias should be a unresolved ASCII font name.
88 2000-12-28  Gerd Moellmann  <gerd@gnu.org>
90         * simple.el (delete-key-deletes-forward-mode): Bind backspace
91         and delete in isearch-mode-map.
93 2000-12-28  Richard M. Stallman  <rms@gnu.org>
95         * dired-x.el (dired-guess-shell-alist-default): 
96         Use xpdf instead of acroread.
98 2000-12-28  Kenichi Handa  <handa@etl.go.jp>
100         * textmodes/artist.el (artist-butlast): Deleted.
101         (artist-ellipse-mirror-quadrant): Use butlast instead of
102         artist-butlast.
104         * subr.el (butlast, nbutlast): Moved from cl.el to here.
106         * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
108 2000-12-27  Eli Zaretskii  <eliz@is.elta.co.il>
110         From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
112         * ls-lisp.el: Better support for the Mac and MS-Windows.
113         (ls-lisp): New defgroup.
114         (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
115         (ls-lisp-verbosity, ls-lisp-use-insert-directory-program) 
116         (ls-lisp-support-shell-wildcards): New defcustoms.
117         (ls-lisp-parse-symlink): New function.
118         (insert-directory): Code to convert switches to a list and set up
119         the wildcard argument copied from ls-lisp-insert-directory.
120         (ls-lisp-insert-directory): New argument TIME-INDEX.  Add support
121         for -C and -R switches.
122         (ls-lisp-column-format): New function.
123         (ls-lisp-delete-matching, ls-lisp-handle-switches) 
124         (ls-lisp-format-time): Add doc strings.
125         (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
126         Support ls-lisp-dirs-first.
127         (ls-lisp-classify, ls-lisp-extension): New functions.
128         (ls-lisp-format): Optionally support emulation of symlinks.
129         Support -i, -s, and -G switches.
131 2000-12-27  Gerd Moellmann  <gerd@gnu.org>
133         * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
135         * version.el (emacs-version): Print X scroll bar information.
137         * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
138         instead of x-toolkit-scroll-bars-p.
140         * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
141         of x-toolkit-scroll-bars-p.
143 2000-12-27  Eli Zaretskii  <eliz@is.elta.co.il>
145         * ffap.el (ffap-bindings): Make interactive and add an autoload
146         cookie.
147         (ffap-bindings): Doc fix, to reflect the above change.
149 2000-12-27  Kenichi Handa  <handa@etl.go.jp>
151         * term.el (term-char-mode): Define all non-ascii self-inserting
152         characters to 'term-send-raw in term-raw-map.
154 2000-12-25  Michael Kifer  <kifer@cs.sunysb.edu>
155         
156         * viper-init (viper-restore-cursor-type): Added condition-case
157         guard.
158         
159         * ediff-init.el (ediff-quit-hook,ediff-suspend-hook): Changed
160         initialization; use add-hook.
161         (ediff-file-remote-p): Use file-local-copy.
162         
163         * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
164         
165         * ediff.el (ediff-patch-buffer): Bug fix.
166         (ediff-revision): Allow selection of the file at the prompt.
167         
168 2000-12-23  Stefan Monnier  <monnier@cs.yale.edu>
170         * subr.el (combine-run-hooks): Remove.
172         * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
173         and remove the rogue second spec.
175 2000-12-23  Gerd Moellmann  <gerd@gnu.org>
177         * progmodes/compile.el (compilation-forget-errors): Fix indentation.
179 2000-12-22  Stefan Monnier  <monnier@cs.yale.edu>
181         * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
182         Use minibuffer menu prompt for the `=' prefix.
183         (smerge-command-prefix): Change default to C-^.
184         (smerge-mode): Don't assume font-lock doesn't move point.
186         * skeleton.el (skeleton-internal-1): Make sure the first line of
187         the region is also re-indented.
188         (skeleton-end-newline): New var.
189         (skeleton-end-hook): Use it.
191 2000-12-22  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
193         * comint.el (comint-password-prompt-regexp): Support CVS.
195 2000-12-22  Gerd Moellmann  <gerd@gnu.org>
197         * simple.el (delete-key-deletes-forward-mode): Simplify.  Also
198         backspace key combinations, depending on
199         delete-key-deletes-forward.
201         * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
203         * simple.el (delete-key-deletes-forward): Doc fix.
205 2000-08-22  Emmanuel Briot  <briot@gnat.com>
207         * xml.el (top level comment): Updated to reflect the fact that
208         white spaces are relevant in the XML file.
209         (xml-parse-file): Do not kill an existing Emacs buffer if the file
210         to parse was already edited. This allows for on-the-fly analysis
211         of XML files.
212         (xml-parse-tag): Check that the casing is the same in the start
213         tag and end tag, since XML is case-sensitive.  Allows for spaces
214         in the end tag, after the name of the tag.
215         (xml-parse-attlist): Allow for the character '-' in the name of
216         attributes, as in the standard http-equiv attribute Do not save
217         the properties in the XML tree, since they are not relevant.
219 2000-12-21  Stefan Monnier  <monnier@cs.yale.edu>
221         * generic.el (generic-read-type): Undo last change, inline into
222         `generic-mode' and then remove.
223         (generic-mode): Inline generic-read-type.
224         (define-generic-mode): Push the symbol name rather than the symbol
225         onto generic-mode-list.
227 2000-12-21  Gerd Moellmann  <gerd@gnu.org>
229         * generic.el (generic-read-type): Build an alist for
230         completing-read as in 20.7.
232         * play/landmark.el (lm): Use interactive spec `P'.
233         (toplevel): Don't set debug-on-error.
235         * server.el (server-switch-buffer): Choose a window on a visible
236         frame.
238 2000-12-21  Dave Pearson  <davep@davep.org>
240         * quickurl.el: Commentry change, I've moved my web site.
241         
242 2000-12-21  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
244         * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
245         ranges like \177-\237, but accepts the character sequence from \177 to
246         \237.  Doc fix.
247         (ebnf-version): New version (3.4).
248         (ebnf-setup): Code fix.
249         (ebnf-range-regexp): New fun.
250         (ebnf-8-bit-chars): Const fix.
252         * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
253         entry.  Doc fix.
254         (ebnf-bnf-lex): Code fix.
255         (ebnf-bnf-comment-chars): Const fix.
257         * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
258         entry.  Doc fix.
259         (ebnf-iso-comment-chars): Const fix.
261         * ebnf-otz.el: Doc fix.
263         * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
264         entry.  Doc fix.
265         (ebnf-yac-skip-code): Code fix.
266         (ebnf-yac-comment-chars): Const fix.
267         
268 2000-12-21  Eli Zaretskii  <eliz@is.elta.co.il>
270         * files.el (insert-directory-safely): New function.
271         (recover-file): Use it instead of insert-directory.  From Markus
272         Rost <markus.rost@mathematik.uni-regensburg.de> 
274 2000-12-21  Kenichi Handa  <handa@etl.go.jp>
276         * international/mule-cmds.el (select-safe-coding-system): Check
277         coding-category-list more rigidly.  Improve help message.
279         * dired.el (dired-move-to-filename-regexp): Fix previous change.
281 2000-12-21  Miles Bader  <miles@gnu.org>
283         * mail/sendmail.el (mail-mode): Set `comment-start' to the yank
284         prefix.
286 2000-12-21  Kenichi Handa  <handa@etl.go.jp>
288         * international/mule-diag.el (describe-char-after): Make *Help*
289         buffer inherit multibyteness of the current buffer.
291         * international/mule.el (make-char): Docstring adjusted for the
292         change of make-char-internal.
294 2000-12-20  Stefan Monnier  <monnier@cs.yale.edu>
296         * international/iso-cvt.el: Docstrings fix.
298 2000-12-20  Dave Love  <fx@gnu.org>
300         * subr.el (eval-after-load): Doc fix.
302 2000-12-20  Kenichi Handa  <handa@etl.go.jp>
304         * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
305         for numbers.
307 2000-12-20  Miles Bader  <miles@gnu.org>
309         * international/quail.el (quail-help): Resize the help window
310         again after it has all its contents.  Remove unneeded progn.
312 2000-12-19  Gerd Moellmann  <gerd@gnu.org>
314         * pcmpl-linux.el: Fix copy/paste error.
316 2000-12-19  Andrew Innes  <andrewi@gnu.org>
318         * simple.el (delete-key-deletes-forward-mode): Fix typo in
319         docstring.
321 2000-12-19  Carsten Dominik  <dominik@strw.leidenuniv.nl>
323         * progmodes/idlw-rinfo.el: Fixed copyright notice.
325         * progmodes/idlw-toolbar.el: Fixed copyright notice.
327         * progmodes/idlw-shell.el: Fixed copyright notice.
329         * progmodes/idlwave.el: Fixed copyright notice.
331         * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
332         TAB as key separators.
334 2000-12-19  Alex Schroeder  <alex@gnu.org>
336         * sql.el (sql-sybase-options): New option.
337         (sql-sybase): Use it.  Add sql-database to the list of parameters
338         provided for login.  The options -w 2048 -n are not used any more.
339         (sql-postgres-options): Changed default from "--pset" to "-P".
340         (sql-mysql-options): Doc change.
341         (sql-stop): Doc change.
343 2000-12-19  Kenichi Handa  <handa@etl.go.jp>
345         * international/quail.el (quail-input-method): Always hide
346         the guidance buffer on exiting.
348 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
350         * tooltip.el (tooltip-mode): Signal an error if x-show-tip
351         isn't fboundp.
353         * server.el (server-buffer-done): Bury the buffer before
354         killing it.
356         * faces.el (face-spec-set): Interpret a nil in specs for
357         foreground and background colors as `unspecified', for
358         compatibility with 20.x.
360 2000-12-18  Dave Love  <fx@gnu.org>
362         * simple.el (mail-user-agent): Doc fix.
363         (input-mode-8-bit): Removed.
365         * international/mule.el (set-keyboard-coding-system): Doc fix.
366         (keyboard-coding-system): New option.
368         * mail/sendmail.el (send-mail-function): Customize.
370 2000-12-18  Eli Zaretskii  <eliz@is.elta.co.il>
372         * international/codepage.el (cp866-decode-table): New table.
374 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
376         * version.el (emacs-version): Remove `%a' from the time format
377         because the weekday doesn't fit well into each locale.
379 2000-12-18  Miles Bader  <miles@gnu.org>
381         * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
383         * textmodes/artist.el (artist-replace-chars, artist-replace-char): 
384         Check that emacs-major-version is `=' to 20, not `>='.
385         (artist-replace-chars): Use `make-string' instead of a loop.
387 2000-12-17  Stefan Monnier  <monnier@cs.yale.edu>
389         * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
390         (cvs-execute-single-file): Don't change directory.
391         Patch from Per Cederqvist.
393 2000-12-16  Eli Zaretskii  <eliz@is.elta.co.il>
395         * textmodes/ispell.el (check-ispell-version): If
396         `ispell-program-name' is "aspell", pass it the -v switch instead
397         of -vv.
399 2000-12-16  Kenichi Handa  <handa@etl.go.jp>
401         * international/mule-diag.el (mule-diag): Insert information about
402         configure options, multibyte awareness, language env.
404         * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
405         regexp to search for candidates.
407 2000-12-15  Eli Zaretskii  <eliz@is.elta.co.il>
409         * info.el (Info-forward-node): If the node has an
410         Info-header-line, widen the buffer before searching for "next:"
411         and "up:" pointers, and set the search limit to stay in the
412         current node.
414 2000-12-16  Miles Bader  <miles@gnu.org>
416         * simple.el (delete-trailing-whitespace): Remove extraneous let.
418 2000-12-15  Miles Bader  <miles@gnu.org>
420         * comint.el (comint-send-string, comint-send-region): Also accept
421         a buffer, buffer-name, or nil for PROCESS, for compatibility with
422         process-send-string/region.
424 2000-12-15  Gerd Moellmann  <gerd@gnu.org>
426         * isearch.el (isearch-lazy-highlight-max): New user-option.
427         (isearch-lazy-highlight-update): Don't highlight more than
428         isearch-lazy-highlight-max matches.
430         * mail/mh-utils.el (mh-find-path): Set read-mail-command.
432 2000-12-15  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
434         * sort.el (sort-columns): Fix error message.
436         * dabbrev.el (dabbrev--last-case-pattern): Value is now
437         `upcase' or `downcase' or nil.
438         (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
439         Pass new record-case-pattern arg to dabbrev--substitute-expansion.
440         (dabbrev--substitute-expansion): New arg record-case-pattern.
441         If it is non-nil, set dabbrev--last-case-pattern.
442         If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
444         * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
446 2000-12-15  Miles Bader  <miles@gnu.org>
448         * paths.el (Info-default-directory-list): Don't delete
449         configure-info-directory from the list of standard info
450         directories when appending it to the end -- their order is
451         important.
453         * faces.el (read-face-attribute): If there's no entry for the
454         user's input in VALID, just use it as-is (this will often result
455         in an error, but it may be OK for e.g. colors using hexadecimal
456         notation, and at least will yield a better error message).
458         * window.el (mode-line-window-height-fudge): Function removed.
459         (height-affecting-face-attributes, mode-line-window-height-fudge): 
460         Variables removed.
461         * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
462         window is really the right size.  Use vertical-motion
463         rather than forward-line.
464         (ispell-help): Don't use ispell-mode-line-window-height-fudge.
465         (ispell-command-loop, ispell-show-choices): Use the variable
466         ispell-choices-win-default-height, rather than the function.
467         (ispell-choices-win-default-height): Function removed.
468         (ispell-mode-line-window-height-fudge): Function removed.
469         
470 2000-12-14  Stefan Monnier  <monnier@cs.yale.edu>
472         * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
474 2000-12-14  Eli Zaretskii  <eliz@is.elta.co.il>
476         * paths.el (Info-default-directory-list): If
477         configure-info-directory is not one of the standard directories,
478         put it first in the list; otherwise put it last.  Doc string
479         changed accordingly.
481         * info.el (Info-directory-list): Change doc string to reflect the
482         change in Info-default-directory-list.
484         * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
485         windows-nt as windowed environments, even under -nw.
487         * startup.el (command-line): Don't call x-backspace-delete-keys-p
488         if not fboundp.  Switch delete-forward mode for the <delete> key
489         on all PC platforms, even under -nw.
491         * term/internal.el ([M-delete]): Remap to M-d.
493 2000-12-14  Gerd Moellmann  <gerd@gnu.org>
495         * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
497 2000-12-14  Eli Zaretskii  <eliz@is.elta.co.il>
499         * frame.el (show-cursor-in-non-selected-windows): Doc fix.
501 2000-12-14  Gerd Moellmann  <gerd@gnu.org>
503         * startup.el (command-line): Call delete-key-deletes-forward-mode,
504         if appropriate.
506         * simple.el (delete-key-deletes-forward): New user-option.
507         (delete-key-deletes-forward-mode): New function.
509         * bindings.el: Bind `delete' to backward-delete-char.
511         * emacs-lisp/easymenu.el (easy-menu-current-active-maps): Test
512         if symbol is bound before getting its value.
514         * tooltip.el (tooltip-show): If an error is signaled in
515         x-show-tip, display that error, and display the help in the
516         echo area.
517         
518 2000-12-14  Kenichi Handa  <handa@etl.go.jp>
520         * international/ja-dic-cnv.el (skkdic-set-okuri-nasi): Show
521         "... entries" messages for every 10000 entries, not 10.
523 2000-12-13  Karl Fogel  <kfogel@red-bean.com>
525         * bookmark.el: Provide a generic exit hook, as suggested by
526         Ovidiu Predescu <ovidiu@cup.hp.com>:
527         (bookmark-exit-hook): New var.
528         (bookmark-exit-hook-internal): New func, replaces
529         old raw lambda form in `kill-emacs-hook', and runs new
530         `bookmark-exit-hooks'.  No longer tests for the bookmark feature,
531         as logically that feature must have been provided if this function
532         is running.
533         Removed ;;;###autoload before the `add-hook' call.
535 2000-12-13  Stefan Monnier  <monnier@cs.yale.edu>
537         * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
538         (easy-menu-current-active-maps): New function.
539         (easy-menu-get-map): Use it.
540         Make a proper menu entry when creating a new keymap.
542 2000-12-13  Kenichi Handa  <handa@etl.go.jp>
544         * international/characters.el: Fix cases and syntaxes for
545         mule-unicode-0100-24ff.
547         * dired.el (dired-move-to-filename-regexp): Fixed for the case
548         that a Japanese character is not appended after day and year.
550         * info.el (Info-suffix-list): Change format for a command that
551         requires arguments.
552         (info-insert-file-contents): Adjusted for the above change.
554 2000-12-12  Andreas Schwab  <schwab@suse.de>
556         * tar-mode.el (tar-extract): Base the name of the subfile buffer
557         on the name of the tar buffer.  Verify that the existing buffer is
558         visiting the same subfile.
560 2000-12-12  Dave Love  <fx@gnu.org>
562         * subdirs.el: Add obsolete.
564 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
566         * mail/rmailsum.el (rmail-summary-expunge)
567         (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
568         instead of rmail-confirm-expunge.
570         * replace.el (perform-replace): Don't use an empty match adjacent
571         to a non-empty match when computing the next match before the
572         replacement is performed.
574 2000-12-12  Milan Zamazal  <pdm@freesoft.cz>
576         * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
577         definition (patch by Stefan Monnier).
578         (glasses-mode): Use jit-lock instead of `after-change-functions'
579         (patch by Stefan Monnier).
581 2000-12-12  Miles Bader  <miles@gnu.org>
583         * info.el (Info-last-preorder): Don't barf on nodes without a prev.
584         (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
586 2000-12-12  Andrew Choi  <akochoi@i-cable.com>
588         * term/mac-win.el: Remove load for ls-lisp.
590         * loadup.el: Load ls-lisp for system-type `macos'.
592 2000-12-12  Miles Bader  <miles@gnu.org>
594         * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
595         Respect field end too.
596         (just-one-space): Respect fields as `delete-horizontal-space'.
597         (newline-and-indent, reindent-then-newline-and-indent): Use
598         `delete-horizontal-space'.
600 2000-12-11  Stefan Monnier  <monnier@cs.yale.edu>
602         * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
603         (so as to obey the field property in the minibuffer).
605         * obsolete/c-mode.el: Moved from lisp/progmodes.
606         * obsolete/auto-show.el: Moved from lisp.
607         * obsolete/ooutline.el: Moved from lisp/textmodes.
608         
609 2000-12-11  Carsten Dominik  <dominik@strw.leidenuniv.nl>
611         * progmodes/idlwave.el: Updated to IDLWAVE version 4.7.  Too many
612         changes to list them here.
614         * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.  Too
615         many changes to list them here.
617         * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.  Too
618         many changes to list them here.
620         * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
622 2000-12-11  Gerd Moellmann  <gerd@gnu.org>
624         * simple.el (kill-new): Don't try to setcar kill-ring if it is
625         nil.
627         * cus-edit.el (custom-save-variables, custom-save-faces): 
628         Comment fix.
630         * hscroll.el: Moved to `obsolete' subdir.
632 2000-12-11  Miles Bader  <miles@gnu.org>
634         * window.el (window-text-height): Function removed (now in C).
636 2000-12-10  Stefan Monnier  <monnier@cs.yale.edu>
638         * log-edit.el (log-edit-parent-buffer): New var.
639         (log-edit): Set it.  Add BUFFER argument.
640         (log-edit-done): Use char-before.
641         Don't bother checking validity of vc-comment-ring.
642         Only bury the buffer if log-edit popped it up.
644         * pcvs.el: Update references to CVS-Edit (now Log-Edit).
645         (cvs-mode-diff-help): Remove.
646         (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
647         (cvs-mode-marked): Set up the default for CMD manually.
649         * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
650         Remove binding for ? now made unnecessary.
652 2000-12-10  Carsten Dominik  <dominik@strw.leidenuniv.nl>
654         * textmodes/reftex.el (reftex-scanning-info-available-p): New
655         function
656         (reftex-TeX-master-file): Check for `tex-main-file' early enough.
658         * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
659         when master file is not open.
661 2000-12-09  Stefan Monnier  <monnier@cs.yale.edu>
663         * progmodes/ada-stmt.el: Update `maintainer'.
665 2000-12-09  Stephen Gildea  <gildea@alum.mit.edu>
667         * time-stamp.el (time-stamp-old-format-warn): Reorder custom
668         choices to match documentation string.
670 2000-12-09  Miles Bader  <miles@gnu.org>
672         * minibuf-eldef.el: New file.
674         * window.el (fit-window-to-buffer): Don't pass last argument to
675         pos-visible-in-window-p, now that its meaning is inverted.
677 2000-12-08  Eli Zaretskii  <eliz@is.elta.co.il>
679         * image.el (create-image): Doc fix; spotted by Per Cederqvist
680         <ceder@lysator.liu.se>.
682 2000-12-08  Stefan Monnier  <monnier@cs.yale.edu>
684         * autoinsert.el (auto-insert-alist): Add missing final \n.
686         * pcvs-defs.el (cvs-menu): Move.  Make submenu for diff commands.
687         (cvs-menu-map): Remove.
688         * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
689         (cvs-mode-quit): Turn it back into a plain function.
691         * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
692         (texinfo-filter): Remove (move to texinfo.el).
694         * textmodes/texinfo.el: Move the (require 'cl) to the front of the
695         file where it's more visible.
696         (texinfo-filter, texinfo-chapter-level-regexp): New variables
697         moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
698         (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
699         (texinfo-inside-macro-p): Only catch `scan-error's.
700         (texinfo-inside-env-p): Make better use of the match info.
701         (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
702         (texinfo-insert-@end): Slight re-organization.
703         Also remove useless `looking-at' call.
705 2000-12-08  Andrew Innes  <andrewi@gnu.org>
707         * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
708         accessible in -nw mode.
710         * term/w32-win.el: Remove stuff about selection timeout, which is
711         irrelevant on Windows.  Move clipboard support to w32-fns.el, so
712         it is accessible in -nw mode.
714 2000-12-08  Dave Love  <fx@gnu.org>
716         * emacs-lisp/lisp-mode.el (lisp-mode): Set
717         font-lock-keywords-case-fold-search.
719 2000-12-08  Gerd Moellmann  <gerd@gnu.org>
721         * textmodes/ispell.el (ispell): Doc fix.
723 2000-12-08  Kenichi Handa  <handa@etl.go.jp>
725         * international/quail.el (quail-insert-decode-map): Check the
726         frame width of a window displaying the current buffer, not that of
727         the selected frame.
728         (quail-help): Make sure that the help buffer has window before
729         inserting text in it.
731 2000-12-07  Sam Steingold  <sds@gnu.org>
733         * loadup.el: Load emacs-lisp/backquote instead of autoloading.
734         Backquote is used in isearch.el, so autoloading saves nothing.
736 2000-12-07  Eli Zaretskii  <eliz@is.elta.co.il>
738         * startup.el (normal-top-level-add-subdirs-to-load-path): Ignore
739         the CVS and RCS subdirectories case-insensitively.
741         * dired.el (dired-insert-directory): If file-system-info is
742         fboundp, call it instead of invoking dired-free-space-program.
744 2000-12-07  Gerd Moellmann  <gerd@gnu.org>
746         * server.el (server-visit-files): Push files on file-name-history.
748         * progmodes/cc-langs.el: Update copyright.
750         * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
752         * bindings.el (mode-line-mode-menu): Add glasses-mode.
754         * bindings.el (mode-line-mode-menu): Reverse the order
755         of define-keys so that the menu appears in alphabetical order.
757 2000-12-07  Milan Zamazal  <pdm@freesoft.cz>
759         * progmodes/glasses.el (glasses-mode): Update mode line at the end
760         of the function.
762 2000-12-07  Dave Love  <fx@gnu.org>
764         * jka-compr.el (jka-compr-compression-info-list): Fix :type.
766         * facemenu.el (facemenu-unlisted-faces): Fix value.
768 2000-12-07  Stefan Monnier  <monnier@cs.yale.edu>
770         * font-lock.el (font-lock-default-fontify-region):
771         Include the terminating \n (off-by-one error).
772         (font-lock-set-defaults): Use dolist.
774         * derived.el (define-derived-mode): Don't use combine-run-hooks.
776 2000-12-07  Kenichi Handa  <handa@etl.go.jp>
778         * international/mule-cmds.el (describe-language-environment): Fix
779         for the case that an input method title is not string but a list.
781         * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
782         of wrong SIZE record.
784 2000-12-06  Dave Love  <fx@gnu.org>
786         * newcomment.el (comment-region, comment-dwim): Doc fix.
788         * textmodes/texinfo.el: Require tex-mode when compiling.
789         (texinfo-update-node): Doc fix.
790         (texinfo-imenu-generic-expression): Add @anchor.
791         (texinfo-font-lock-keywords): Add @uref.
792         (texinfo-inside-macro-p): Don't use ignore-errors.
793         (texinfo-insert-quote): Match more contexts.
795         * international/mule.el (decode-char, encode-char): Doc fix.
796         (auto-coding-alist): Customize.
798         * files.el (load-file): Fix change of 2000-03-12.
800         * wid-edit.el (widget-text-keymap): Doc fix.
802 2000-12-06  Andrew Innes  <andrewi@gnu.org>
804         * makefile.w32-in (lisp): Set to an absolute directory, namely
805         $(CURDIR).
807 2000-12-06  Eli Zaretskii  <eliz@is.elta.co.il>
809         * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
810         read generated-autoload-file, and set buffer-file-coding-system to
811         raw-text-unix after reading the file.
813         * international/mule-conf.el (file-coding-system-alist): Use
814         raw-text for reading loaddefs.el and raw-text-unix for writing
815         it.
817 2000-12-06  Gerd Moellmann  <gerd@gnu.org>
819         * replace.el (occur): Make line-number-width 1 smaller for the
820         colon following the line number.
822         * startup.el (fancy-splash-text, command-line-1): Use
823         `File' for the menu name instead of `Files'.
825         * tmm.el: Update copyright.
827         * cus-start.el: Add entry for even-window-heights.
829 2000-12-06  Miles Bader  <miles@gnu.org>
831         * faces.el (frame-set-background-mode): Avoid stomping on
832         locally modified faces.
834 2000-12-06  Kenichi Handa  <handa@etl.go.jp>
836         * international/fontset.el: Correct the font registries for
837         japanese-jisx0213-1 and japanese-jisx0213-2.
839 2000-12-05  Gerd Moellmann  <gerd@gnu.org>
841         * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
843         * iswitchb.el: Update customization commentary.
845 2000-12-05  Rob Riepel  <riepel@Stanford.EDU>
847         * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
848         (tpu-search-highlight): Fixed comparison of overlay end positions.
849         (tpu-trim-line-ends): Implemented trimming logic locally.
851         * emulation/tpu-extras.el (tpu-write-file-hook)
852         (tpu-set-cursor-bound): Replaced picture-clean with
853         tpu-trim-line-ends.
855 2000-12-05  Kenichi Handa  <handa@etl.go.jp>
857         * language/chinese.el (chinese-iso-8bit): Change mime-charset name
858         to cn-gb.
859         (cn-gb, gb2312): New aliases for chinese-iso-8bit.
861 2000-12-04  Dave Love  <fx@gnu.org>
863         * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
865 2000-12-04  Gerd Moellmann  <gerd@gnu.org>
867         * mail/rmailsum.el (rmail-summary-expunge)
868         (rmail-summary-expunge-and-save): Ask for confirmation with
869         rmail-expunge-confirmed.
871         * mail/rmail.el (rmail-expunge-confirmed): New function.
872         (rmail-expunge): Use it.
874         * progmodes/etags.el (tag-partial-file-name-match-p): New function.
875         (etags-recognize-tags-table, find-tag-in-order): New
876         functionality: interpret file names as tags.
878 2000-12-04  Eli Zaretskii  <eliz@is.elta.co.il>
880         * info.el (Info-scroll-prefer-subnodes): New defcustom.
881         (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't
882         visit the first subnode until the bottom of the current node is
883         visible.
885 2000-12-04  Gerd Moellmann  <gerd@gnu.org>
887         * format.el (format-decode): Don't change buffer's undo list.
889 2000-12-04  Kenichi Handa  <handa@etl.go.jp>
891         * faces.el (face-font-registry-alternatives): Add entries for CJK
892         fonts.  Doc-string adjusted for the actual usage of this data.
894         * international/fontset.el: Change the font registries for CJK
895         fonts in the default fontset.  Don't append '*' to registries.
897 2000-12-03  Stefan Monnier  <monnier@cs.yale.edu>
899         * emacs-lisp/easy-mmode.el (define-derived-mode)
900         (easy-mmode-derived-mode-p): Remove (moved to derived.el).
902         * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
903         (derived-mode-p): New function.
904         (derived-mode-make-docstring): Add `docstring' argument.
905         Use it if available and complete it if necessary.
907 2000-12-03  Andreas Schwab  <schwab@suse.de>
909         * type-break.el (type-break): Don't make parent of itself.
911 2000-12-03  Miles Bader  <miles@gnu.org>
913         * simple.el (delete-trailing-whitespace): Don't delete newlines too.
915 2000-12-02  Stefan Monnier  <monnier@cs.yale.edu>
917         * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
918         (tex-main-file, tex-file): Simplify.
919         (tex-generate-zap-file-name): Use subst-char-in-string.
920         (tex-strip-dots): Remove.
922         * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
924         * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
925         to check if the match succeeded.
927 2000-12-02  Gerd Moellmann  <gerd@gnu.org>
929         * startup.el (use-fancy-splash-screens-p): New function.
930         (command-line-1): Use it to determine whether or not to use
931         a fancy splash screen.
933 2000-12-02  Andreas Schwab  <schwab@suse.de>
935         * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
937 2000-12-02  Eli Zaretskii  <eliz@is.elta.co.il>
939         * international/mule.el (make-char): Fix last change.
941         * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
942         New defcustoms.
943         (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
944         autoloading tex-mode; instead, do the same manually.  Use
945         texinfo-open-quote and texinfo-close-quote.  Insert literal quote
946         with numeric argument.  Docstring fix.
947         (toplevel): Require cl when compiling.
949         * international/mule.el (make-char): Doc fix.
951 2000-12-02  Jason Rumney  <jasonr@gnu.org>
953         * term/w32-win.el (x-select-enable-clipboard): Customize (as per
954         the Emacs Lisp manual)
956 2000-12-02  Eli Zaretskii  <eliz@is.elta.co.il>
958         * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
960         * term/pc-win.el (x-select-enable-clipboard): Customize (as per
961         the Emacs Lisp manual).
963 2000-12-02  Gerd Moellmann  <gerd@gnu.org>
965         * simple.el (next-line-add-newlines): Change default to nil.
967 2000-12-01  Eli Zaretskii  <eliz@is.elta.co.il>
969         * files.el (revert-buffer, recover-file): Bind
970         coding-system-for-read to emacs-mule-unix, not to no-conversion.
972 2000-12-01  Gerd Moellmann  <gerd@gnu.org>
974         * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
976 2000-12-01  Miles Bader  <miles@gnu.org>
978         * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
980 2000-12-01  Kenichi Handa  <handa@etl.go.jp>
982         * international/mule-diag.el (describe-char-after): Fix typo.
983         (describe-character-set, non-iso-charset-alist): Fix typo.
985 2000-12-01  Miles Bader  <miles@gnu.org>
987         * image-file.el (image-file-name-regexp): Automatically add
988         upper-case variants of each filename extension in
989         `image-file-name-extensions', since they seem to be common.
991         * simple.el (minibuffer-contents)
992         (minibuffer-contents-no-properties, delete-minibuffer-contents):
993         New functions.
994         * filecache.el (file-cache-directory-name)
995         (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
997 2000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
999         * filecache.el (file-cache-minibuffer-complete): Don't try to
1000         delete the minibuffer prompt.
1002 2000-11-30  Dave Love  <fx@gnu.org>
1004         * cus-start.el: Fix read-buffer-function type.
1006 2000-11-30  Gerd Moellmann  <gerd@gnu.org>
1008         * md5.el: Removed.  There's a built-in function, now.
1010 2000-11-30  Markus Rost  <rost@math.ohio-state.edu>
1012         * mail/rmail.el (rmail-set-message-counters): Don't use "D"
1013         as dummy 0-th char of rmail-deleted-vector.
1015 2000-11-30  Eli Zaretskii  <eliz@is.elta.co.il>
1017         * ps-print.el (ps-end-job): Bind case-fold-search only after
1018         switching to ps-spool-buffer.
1020 2000-11-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
1022         * ps-print.el: Line number font customization.  PostScript: Lines and
1023         PageCount are initialized on each page.  Doc Fix.
1024         (ps-print-version): New version number (6.3.2).
1025         (ps-lpr-switches, ps-font-info-database, ps-font-size)
1026         (ps-header-font-size, ps-header-title-font-size, ps-left-header)
1027         (ps-right-header): Customization fix.
1028         (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
1029         Fix code.
1030         (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
1031         New vars.
1033 2000-11-30  Gerd Moellmann  <gerd@gnu.org>
1035         * bs.el: Fix typos and spelling errors.
1036         (bs-appearance) <defgroup>: Renamed from bs-appearence.
1037         (bs-configuration): Doc fix.
1039         * bs.el: Undo mistaken change of 2000-11-28.  Update copyright.
1041 2000-11-30  Rob Riepel  <riepel@Stanford.EDU>
1043         * emulation/tpu-edt.el (tpu-version): New version.
1044         (tpu-search-overlay, tpu-replace-overlay): New initial range.
1045         (tpu-original-mode-line): Variable deleted.
1046         (tpu-mark-flag): New initial value.
1047         (tpu-set-mode-line): Don't redefine mode-line-format.  Add
1048         tpu-mark-flag to minor-mode-alist.
1049         (tpu-update-mode-line): New mark flag logic.
1050         (tpu-get): Use find-file-wildcards.
1051         (tpu-search-highlight): Move overlay less, reset overlay properly.
1052         (tpu-unselect): Deactivate mark.
1053         (tpu-lm-replace): Reset overlay properly.
1054         (tpu-forward-line): Use forward-visible-line.
1055         (tpu-edt-on): Set transient mark mode.  ispell autoloads deleted.
1057         * emulation/tpu-extras.el (tpu-forward-line): Use
1058         forward-visible-line.
1060 2000-11-30  Per Abrahamsen  <abraham@dina.kvl.dk>
1062         * cus-edit.el (custom-face-value-create): Always emphasize tag.
1064 2000-11-30  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
1066         * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
1067         and skip whitespace and newlines.
1069 2000-11-30  Stefan Monnier  <monnier@cs.yale.edu>
1071         * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
1073 2000-11-29  Gerd Moellmann  <gerd@gnu.org>
1075         * help.el (describe-function-1): Regexp-quote function name
1076         when used as part of a regexp.
1078         * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Use
1079         face-attribute instead of face-foreground and face-background.
1080         (tool-bar-add-item): Likewise, and handle unspecified colors.
1082         * enriched.el (enriched-face-ans): Use face-attribute instead
1083         of face-foreground and face-background.
1085         * faces.el (face-foreground, face-background, face-stipple):
1086         Return nil if attribute is unspecified, for backward
1087         compatibility.
1089         * files.el (auto-mode-alist): Add an entry for antlr-mode.
1091         * play/5x5.el: Remove version info.
1093         * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
1095         * frame.el (blink-cursor-mode): Doc fix.
1097 2000-11-29  Christoph Wedler  <Christoph.Wedler@sap.com>
1099         * antlr-mode.el: New commands to run ANTLR from within Emacs and
1100         to create Makefile rules.
1101         (antlr-tool-command): New user option.
1102         (antlr-ask-about-save): New user option.
1103         (antlr-makefile-specification): New user option.
1104         (antlr-file-formats-alist): New variable.
1105         (antlr-special-file-formats): New variable.
1106         (antlr-unknown-file-formats): New user option.
1107         (antlr-help-unknown-file-text): New variable.
1108         (antlr-help-rules-intro): New variable.
1109         (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
1110         (antlr-mode-menu): Add entries.
1111         (antlr-file-dependencies): New function.
1112         (antlr-directory-dependencies): New function.
1113         (antlr-superclasses-glibs): New function.
1114         (antlr-run-tool): New command.
1115         (antlr-makefile-insert-variable): New function.
1116         (antlr-insert-makefile-rules): New function.
1117         (antlr-show-makefile-rules): New command.
1119         * antlr-mode.el: More Emacs/XEmacs stuff.
1120         (antlr-no-action-keywords): New constant with value nil.
1121         (antlr-font-lock-keywords-alist): Use it.  Old value would break
1122         syntax highlighting in Emacs-21.0.
1123         (antlr-default-directory): Emacs/XEmacs dependend function.
1124         (antlr-read-shell-command): Ditto.
1125         (antlr-with-displaying-help-buffer): Ditto.
1127 2000-11-29  Christoph Wedler  <Christoph.Wedler@sap.com>
1129         * antlr-mode.el: imenu, parsing and highlighting changes.
1130         (antlr-imenu-create-index-function): Don't create extra submenus
1131         for definitions in different grammar classes.  It is not necessary
1132         for the menu and would make command `imenu' awkward to use.
1133         (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
1134         header actions and more than one.
1135         (antlr-font-lock-tokendef-face): Changed color.
1136         (antlr-font-lock-tokenref-face): Changed color.
1137         (antlr-font-lock-additional-keywords): Also highlight lowercase.
1138         (antlr-mode-syntax-table): New variable.
1139         (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
1140         (antlr-with-syntax-table): Don't copy syntax table.
1142 2000-11-29  Christoph Wedler  <Christoph.Wedler@sap.com>
1144         * antlr-mode.el: Minor changes: language setting.
1145         (antlr-language-alist): The value for file option "language" can
1146         be both an identifier and a string.
1147         Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
1148         (antlr-language-limit-n-regexp): Change accordingly.
1150 2000-11-29  Christoph Wedler  <Christoph.Wedler@sap.com>
1152         * antlr-mode.el: Minor changes: tabs, hiding.
1153         (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
1154         (antlr-action-visibility): Also allow value nil to also hide the
1155         braces.  Renamed from `antlr-tiny-action-length'.
1156         Suggested by Jay@aol.com.
1157         (antlr-hide-actions): Change accordingly.  Hide line if completely
1158         hidden action is on a line of its own.
1160 2000-11-29  Stefan Monnier  <monnier@cs.yale.edu>
1162         * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
1164         * sort.el (sort-columns): Don't concat strings with numbers.
1166 2000-11-29  Dave Love  <fx@gnu.org>
1168         * cus-edit.el (face): Fix :format.
1170         * mail/feedmail.el: Require smtpmail when compiling.
1171         (mail-do-fcc): Autoload.
1172         (feedmail) <defgroup>: Fix :link.
1173         (feedmail-nuke-body-in-fcc): Fix :type.
1174         (feedmail-send-it): Add autoload cookie.
1176 2000-11-29  Stefan Monnier  <monnier@cs.yale.edu>
1178         * newcomment.el (comment-indent): Save excursion around call to
1179         comment-indent-function.
1181 2000-11-29  Miles Bader  <miles@gnu.org>
1183         * subr.el (member-ignore-case): Return the tail of the list who's
1184         car matches, like `member', not the matching element itself.
1186 2000-11-29  Kenichi Handa  <handa@etl.go.jp>
1188         * xml.el (xml-parse-tag): Fix finding opening tag.  A tag name
1189         should not contain `\n'.
1191 2000-11-28  Gerd Moellmann  <gerd@gnu.org>
1193         * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
1195         * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
1197         * dired-aux.el (dired-do-create-files): Construct default file
1198         name for dired-mark-read-file-name so that when the user enters
1199         just RET, the target file will end up in the target directory.
1201         * abbrev.el (prepare-abbrev-list-buffer): Get the value of
1202         local-abbrev-table before changing buffers because it might
1203         have a buffer-local binding.
1205 2000-11-28  Miles Bader  <miles@gnu.org>
1207         * simple.el (delete-horizontal-space): Handle fields more generally.
1209 2000-11-28  Gerd Moellmann  <gerd@gnu.org>
1211         * simple.el (delete-horizontal-space): Handle minibuffer prompt.
1213 2000-11-28  Dave Love  <fx@gnu.org>
1215         * progmodes/ps-mode.el (ps-mode): Set comment-start and
1216         comment-start-skip locally.
1218         * progmodes/fortran.el (fortran-mode): Don't set
1219         fortran-comment-line-start-skip.  Set comment-start to
1220         fortran-comment-line-start.
1221         (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
1222         (fortran-comment-line-start-skip): Simplify slightly.
1224 2000-11-28  Gerd Moellmann  <gerd@gnu.org>
1226         * play/5x5.el: Remove RCS keyword.
1228         * bs.el: Mistaken commit, undone 2000-11-30.
1230 2000-11-28  Milan Zamazal  <pdm@freesoft.cz>
1232         * textmodes/tildify.el (tildify-string-alist): Add
1233         `plain-tex-mode' here.
1235 2000-11-28  Colin Walters  <walters@cis.ohio-state.edu>
1237         * chistory.el (Command-history-setup): Remove extraneous `keymap'
1238         reference.
1240 2000-11-28  Miles Bader  <miles@gnu.org>
1242         * cus-face.el (custom-face-attributes): Add post-filter function
1243         for :box.  Make pre-filter function for :box handle all cases.
1245         * wid-edit.el (widget-choose): Make sure pop-up window is large
1246         enough to display all the choices, as there's no way to scroll it.
1248 2000-11-28  Kenichi Handa  <handa@etl.go.jp>
1250         * international/mule-conf.el: Make the coding system no-conversion
1251         safe for all characters.
1253 2000-11-27  Dave Love  <fx@gnu.org>
1255         * net/ldap.el (ldap) <defgroup>: Add :version.
1257         * tooltip.el (tooltip-use-echo-area): Doc fix.
1259         * cus-start.el <minibuffer-prompt-properties>: Add version.
1260         <read-buffer-function>: Add.
1262         * apropos.el (apropos-print): Add help-echo to active text.
1264         * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
1266 2000-11-27  Gerd Moellmann  <gerd@gnu.org>
1268         * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
1269         type, group and version.
1271 2000-11-27  Eli Zaretskii  <eliz@is.elta.co.il>
1273         * select.el (x-get-selection): Docstring fix.
1275 2000-11-27  Dave Pearson <davep@hagbard.demon.co.uk>
1277         * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
1279 2000-11-27  Andrew Innes  <andrewi@gnu.org>
1281         * makefile.nt (.SUFFIXES): Add .SUFFIXES.
1283         * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
1285 2000-11-27  Miles Bader  <miles@gnu.org>
1287         * dired.el (dired-get-filename): Return filename verbatim if
1288         LOCALP is `verbatim'.
1289         * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
1290         `verbatim' so that we don't inadvertently delete a non-existant
1291         directory name.
1293 >>>>>>> 1.1768
1294 2000-11-27  Kenichi Handa  <handa@etl.go.jp>
1296         * international/characters.el: Specify cases and syntaxes for
1297         mule-unicode-0100-24ff.
1299 2000-11-27  Gerd Moellmann  <gerd@gnu.org>
1301         * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
1302         that foreground and/or background colors of the face `tool-bar'
1303         are unspecified.
1305 2000-11-27  Miles Bader  <miles@gnu.org>
1307         * wid-edit.el (widget-field-buffer, widget-field-start)
1308         (widget-field-end): Handle widget field `pseudo-overlays'.
1309         (widget-field-value-delete): Delete WIDGET from `widget-field-new'
1310         if it's there instead of in `widget-field-list'.
1312         * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
1313         (help-make-xrefs): Delete extraneous newlines at the end of the
1314         docstring.
1316 2000-11-25  Jason Rumney  <jasonr@gnu.org>
1318         * startup.el (command-line): Call set-locale-environment after
1319         Window System init file is read, as it can result in a call to
1320         redraw-frame.
1322 2000-11-25  Eli Zaretskii  <eliz@is.elta.co.il>
1324         * simple.el (shell-command): Mention the effect of the prefix
1325         argument in the doc string.
1327 2000-11-25  Miles Bader  <miles@gnu.org>
1329         * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
1331         * wid-edit.el (widget-field-value-delete): Don't try to delete
1332         overlay when it's the `pseudo-overlay' that exists at some points.
1334 2000-11-24  Jason Rumney  <jasonr@gnu.org>
1336         * international/mule-cmds.el (locale-language-names): Add "jp" as
1337         a non-standard alternative for Japanese.
1339 2000-11-24  Andre Spiegel  <spiegel@gnu.org>
1341         * vc-hooks.el: Require 'cl during compilation.
1343 2000-11-24  Gerd Moellmann  <gerd@gnu.org>
1345         * faces.el (face-set-after-frame-default): Let face attributes
1346         specified for new frames override frame parameters.
1348         * startup.el (command-line): Fix computation of the source file
1349         for user-init-file when user-init-file is a compiled file.
1351 2000-11-24  Miles Bader  <miles@gnu.org>
1353         * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
1354         (custom-post-filter-face-spec): New functions.
1355         (custom-face-set, custom-face-value-create): Filter the face spec
1356         before and after customization.
1357         (custom-face-set): If VALUE specifies a null face, pass a
1358         non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
1359         * cus-face.el (custom-face-attributes): Remove SET and GET
1360         functions.  Add some IN-FILTER and OUT-FILTER functions in the few
1361         cases they're needed.
1363         * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
1364         that it's distinguishable from the :off-glyph on dark-background
1365         displays.  Set its background color too.
1367         * cus-start.el (all): Restore entry for `mode-line-inverse-video',
1368         so that people can easily turn it off.
1370 2000-11-24  Michael Kifer  <kifer@cs.sunysb.edu>
1372         * ediff-diff.el: Moved variables around to have it compile under NT.
1374         * ediff-help.el (ediff-use-long-help-message): Made it customizable.
1376         * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
1378         * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
1379         redundant skip-small-frames test.
1381         * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
1382         (viper-downgrade-to-insert): protect against errors in hooks.
1384         * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
1385         (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
1386         (viper-restore-cursor-type,viper-set-insert-cursor-type): New
1387         functions.
1389         * viper-util.el (viper-memq-char): Bug fixes.
1391         * viper.el (viper-mode): Fix cursor handling.
1393 2000-11-24  Kenichi Handa  <handa@etl.go.jp>
1395         * international/mule-diag.el (list-iso-charset-chars): For
1396         two-byte charset, fix the `while' condition.
1397         (list-non-iso-charset-chars): Fix the `while' condition.
1399 2000-11-23  Stefan Monnier  <monnier@cs.yale.edu>
1401         * subr.el (add-hook, remove-hook): Don't call make-local-hook
1402         if the variable is make-variable-buffer-local.
1404         * progmodes/ada-stmt.el (ada-template-map): Initialize
1405         and bind it to C-c t in ada-mode-map.
1406         (ada-stmt-mode-hook): New function extracted from old code.
1407         Only change the buffer-local side of skeleton-*.
1408         (ada-mode-hook): Use it.
1410 2000-11-23  Eli Zaretskii  <eliz@is.elta.co.il>
1412         * iswitchb.el (iswitchb-minibuf-depth): New variable.
1413         (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
1414         we expect to be returned by minibuffer-depth once we prompt the
1415         user in the minibuffer.
1416         (iswitchb-entryfn-p): If minibuffer-depth returns the same value
1417         as recorded in iswitchb-minibuf-depth, return non-nil.
1419 2000-11-23  Eli Zaretskii <eliz@is.elta.co.il>
1421         * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
1422         (hscroll-window-maybe): Docstring fix.
1424 2000-11-23  Dave Love  <fx@gnu.org>
1426         * rect.el (string-rectangle): Don't test delete-selection-mode.
1428 2000-11-23  Gerd Moellmann  <gerd@gnu.org>
1430         * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
1431         is in the tool bar.
1433         * dired-aux.el (dired-add-entry): Don't call dired-get-filename
1434         with `no-dir'; we want the directory part to be able to remove
1435         it.
1437 2000-11-22  Stefan Monnier  <monnier@cs.yale.edu>
1439         * textmodes/outline.el (outline-flag-region):
1440         Don't bind inhibit-read-only since we don't modify the buffer.
1441         (outline-isearch-open-invisible): Don't jump to overlay-start
1442         since we're trying to unhide text around point.
1443         (outline-discard-overlays): Use dolist.
1445         * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
1447 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
1449         * mail/rmail.el (rmail-confirm-expunge): Default to
1450         y-or-n-p.
1452 2000-11-22  Stefan Monnier  <monnier@cs.yale.edu>
1454         * textmodes/tex-mode.el (tex-font-lock-keywords-1):
1455         Fix ARG regexp to skip quoted braces.
1456         (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
1457         Remove `bf' and `it' from `bold' and `italic' (they were wrong and
1458         are (correctly) handled separately).
1459         Remove `caption' and `footnote' from `citations': they contain text.
1460         Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
1461         (latex-skeleton-end-hook): New function.
1462         (latex-mode): Use it.
1463         (tex-start-tex-marker): Remove.
1464         (tex-send-tex-command): Don't set tex-start-tex-marker.
1465         (tex-error-parse-syntax-table): New var.
1466         (tex-compilation-parse-errors): Use it.
1467         Ignore tex-start-tex-marker.  Don't bother with marker-position.
1468         (tex-validate-buffer): Don't bother with marker-position.
1470         * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
1471         (flyspell-generic-progmode-verify): Use it.
1473 2000-11-22  Sam Steingold  <sds@gnu.org>
1475         * simple.el (delete-trailing-whitespace): New interactive
1476         function.
1478         * progmodes/ada-mode.el (ada-mode): Use it instead of
1479         `ada-remove-trailing-spaces'.
1480         (ada-remove-trailing-spaces): Removed.
1482         * textmodes/two-column.el (2C-merge): Recommend it in the doc.
1484         * textmodes/picture.el (picture-clean): Removed.
1485         (picture-mode-exit): Call it instead of `picture-clean'.
1487 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
1489         * frame.el (show-cursor-in-non-selected-windows): Doc fix.
1491         * hi-lock.el (hi-lock-refontify): Don't call non-existent
1492         jit-lock-fontify-buffer; it should anyway be unneccessary to
1493         do anything special when jit-lock is active.
1494         (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
1496 2000-11-22  Dave Love  <fx@gnu.org>
1498         * calendar/todo-mode.el (todo-top-priorities): Use
1499         todo-tmp-buffer-name.  From Milan Zamazal <Milan.Zamazal@qbizm.com>.
1501         * language/chinese.el, language/cyrillic.el:
1502         * language/devanagari.el, language/ethiopic.el, language/greek.el:
1503         * language/hebrew.el, language/indian.el, language/japanese.el:
1504         * language/korean.el, language/lao.el, language/misc-lang.el:
1505         * language/thai.el, language/tibetan.el, language/vietnamese.el:
1506         Use provide.
1508         * cus-edit.el (custom-buffer-create-internal): Save some consing.
1509         (custom-variable-set): Improve validation error mesage.
1511         * rect.el (string-rectangle): Revert last change.
1512         (string-rectangle-line): New arg DELETE.
1513         (string-rectangle): Check delete-selection-mode.
1515         * emacs-lisp/edebug.el (edebug-version)
1516         (edebug-maintainer-address): Deleted.
1517         (edebug-submit-bug-report): Just alias to report-emacs-bug.
1518         (edebug-read-function): Account for other `'#' read forms.
1519         (edebug-mode-menus): Make some items toggles.
1520         (edebug-outside-unread-command-event, unread-command-event):
1521         Remove these to avoid warnings.
1523 2000-11-22  David Ponce  <david@dponce.com>
1525         * recentf.el (recentf-menu-items-for-commands)
1526         (recentf-make-menu-items, recentf-make-menu-item)
1527         (recentf-filter-changer): Added :help and :active menu-item properties.
1529         (recentf-build-dir-rules, recentf-dump-variable)
1530         (recentf-edit-list, recentf-open-files-item)
1531         (recentf-open-files): Replaced unnecessary `mapcar' with new
1532         built-in `mapc'.
1534 2000-11-23  Miles Bader  <miles@gnu.org>
1536         * faces.el (menu): Make inverse-video on ttys too.
1538 2000-11-22  Stefan Monnier  <monnier@cs.yale.edu>
1540         * simple.el (comment-line-break-function): Use the new name
1541         indent-new-comment-line -> comment-indent-new-line.
1542         (clone-indirect-buffer): Don't ignore NORECORD.
1543         (next-completion): Properly handle the case where items are adjacent.
1545         * mouse.el (popup-menu): Stupid typo.
1547 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
1549         * emacs-lisp/authors.el: Remove autoload cookies, add author,
1550         maintainer, keywords tags.
1552         * rect.el (replace-rectangle): Don't call string-rectangle-line
1553         with too many arguments.
1555 2000-11-22  Andre Spiegel  <spiegel@gnu.org>
1557         * ediff-util.el (ediff-file-checked-out-p)
1558         (ediff-file-checked-in-p): Call vc-state instead of
1559         vc-locking-user, which no longer exists.
1561         * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
1563 2000-11-22  Dave Love  <fx@gnu.org>
1565         * md5.el (md5): Provide.
1566         (md5): Fix error call.
1568 2000-11-22  Miles Bader  <miles@gnu.org>
1570         * textmodes/refill.el (refill-adjust-ignorable-overlay)
1571         (refill-fill-paragraph-at): Remove debugging code.
1573         * calendar/calendar.el (generate-calendar-window): When we don't
1574         call `fit-window-to-buffer', make sure the top line is fully visible.
1576         * image-file.el (insert-image-file): Don't make `read-only'
1577         property rear-nonsticky.
1579         * isearch.el (isearch-original-minibuffer-message-timeout): New var.
1580         (isearch-mode): Set `minibuffer-message-timeout' to nil, after
1581         stashing away its original value.
1582         (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
1583         in the recursive edit.
1584         Bind `isearch-original-minibuffer-message-timeout' to protect it.
1585         (isearch-done): Restore `minibuffer-message-timeout'.
1587         * cus-start.el: Remove entry for `mode-line-inverse-video'.
1589 2000-11-21  Stefan Monnier  <monnier@cs.yale.edu>
1591         * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
1593         * find-lisp.el (find-lisp-find-files-internal):
1594         Use dolist, when and file-name-as-directory.
1596         * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
1597         (define-derived-mode, define-minor-mode): Add specs.
1599         * window.el: General comment and spacing fixes.
1600         (save-selected-window): Use backquotes.
1601         (window-safely-shrinkable-p): New function.
1602         (shrink-window-if-larger-than-buffer): Use it.
1604         * subr.el (make-local-hook): Docstring fix.
1606         * shell.el (shell-mode): Use define-derived-mode.
1608         * newcomment.el (comment-indent): Insert comment before calling
1609         comment-indent-function.  Don't insert in column 0.
1610         (comment-dwim): Indent before inserting comment.
1612         * isearch.el (isearch-mode-map): Fix docstring.  Init in defvar.
1613         (minibuffer-local-isearch-map): Init in defvar.  Use inheritance.
1614         (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
1615         Use mapc rather than map.
1617         * files.el (find-buffer-visiting): Compare all attributes before
1618         declaring two files identical (rather than just their inode-no).
1619         (auto-mode-alist): Use \' rather than $.
1621         * which-func.el: Update maintainer line.
1623         * pcvs.el (uniquify-buffer-file-name): Remove advice.
1624         * uniquify.el (uniquify-list-buffers-directory-modes): New var.
1625         (uniquify-buffer-file-name): Use it.
1627 2000-11-22  Miles Bader  <miles@gnu.org>
1629         * cus-start.el: Add entry for `minibuffer-prompt-properties'.
1630         * simple.el (minibuffer-avoid-prompt): New function.
1632 2000-11-21  Gerd Moellmann  <gerd@gnu.org>
1634         * Makefile.in (.SUFFIXES): Add .SUFFIXES.
1636 2000-11-21  Miles Bader  <miles@gnu.org>
1638         * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
1639         inclusion of `track-mouse'.
1641         * textmodes/refill.el (refill-ignorable-overlay): New variable.
1642         (refill-adjust-ignorable-overlay): New function.
1643         (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
1644         only the paragraph's tail if possible.
1645         Update `refill-ignorable-overlay'.
1646         (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
1648         * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
1649         point inside the fill-prefix.
1651         * textmodes/refill.el (refill-post-command-function): Don't reset
1652         refill-doit in the case where a self-insertion command doesn't
1653         case a refill.  Use `refill-fill-paragraph-at', getting position
1654         from `refill-doit'.
1655         (refill-after-change-function): Set `refill-doit' to END.
1656         (refill-fill-paragraph-at): New function, mostly from old
1657         refill-fill-paragraph.
1658         (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
1659         (refill-pre-command-function): New function.
1660         (refill-mode): Add it to `pre-command-hook'.
1662 2000-11-20  Gerd Moellmann  <gerd@gnu.org>
1664         * textmodes/artist.el (artist-mode): Fix autoload cookie.
1666         * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
1667         javadoc tags.
1669 2000-11-20  Andre Spiegel  <spiegel@gnu.org>
1671         * vc.el, vc-hooks.el: Undo prev change (moved functions back to
1672         vc.el).
1674         * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
1675         require vc.
1677         * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
1678         checkouts.
1680 2000-11-20  Dave Love  <fx@gnu.org>
1682         * Makefile.in (DONTCOMPILE): Omit bindings.el.
1684 2000-11-20  Eli Barzilay <eli@www.barzilay.org>
1686         * calculator.el (calculator-paste): Use `if' instead of `and'
1687         and `or'.
1688         (calculator-help): Don't use electric-describe-mode for XEmacs.
1690 2000-11-19  Gerd Moellmann  <gerd@gnu.org>
1692         * info.el (info-menu-5): Doc fix.
1694         * textmodes/artist.el: New file.
1696 2000-11-19  Andre Spiegel  <spiegel@gnu.org>
1698         * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
1699         and differentiate according to checkout model.
1700         (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
1701         since this function is only concerned with master state.
1703         * vc-hooks.el (vc-workfile-unchanged-p,
1704         vc-default-workfile-unchanged-p): Moved here from vc.el.
1706         * vc.el (vc-workfile-unchanged-p,
1707         vc-default-workfile-unchanged-p): See above.
1709 2000-11-19  Miles Bader  <miles@gnu.org>
1711         * image-file.el (insert-image-file): Make `intangible' and
1712         `read-only' properties rear-nonsticky too.
1714 2000-11-18  Gerd Moellmann  <gerd@gnu.org>
1716         * ps-print.el: Update copyright notice.
1718         * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
1719         (tooltip-show): Use the offsets.
1721         * bindings.el (mode-line-modified): Fix a typo.
1722         (mode-line-toggle-modified, mode-line-widen)
1723         (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
1725 2000-11-17  Vinicius Jose Latorre <vinicius@cpqd.com.br>
1727         * ps-print.el (toplevel): Test for find-coding-system being
1728         fboundp before calling ps-x-find-coding-system.
1730 2000-11-16  Stefan Monnier  <monnier@cs.yale.edu>
1732         * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
1733         (vc-version-backup-file): Docstring fix.
1735 2000-11-16  Gerd Moellmann  <gerd@gnu.org>
1737         * files.el (basic-save-buffer): Don't add a newline if
1738         find-file-literally is non-nil.
1739         (find-file-literally): Extend doc string.
1741         * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
1742         sort(1) with the `-f' argument.
1744 2000-11-16  Andre Spiegel  <spiegel@gnu.org>
1746         * vc.el: Updated backend documentation.
1747         (vc-default-check-headers): New function.
1749         * vc-{cvs,rcs,sccs}.el: Functions reordered.
1751         * vc.el (vc-revert-buffer): Ask for confirmation if file seems
1752         up-to-date.
1753         (vc-do-command): In the asynchronous case, output messages only if
1754         the minibuffer is not active.
1756         * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
1757         `vc-cvs-use-edit' is on.
1758         (vc-cvs-checkout): When this is used for reverting the workfile,
1759         make a backup of the original contents and revert to that in case
1760         of error.
1761         (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
1762         remote repositories.
1764         * vc.el (vc-annotate): Changed handling of prefix arg; now asks
1765         for both version and ratio in the minibuffer.
1767         * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
1768         Use vc-do-command to perform the annotation, not call-process.
1770 2000-11-16  Kenichi Handa  <handa@etl.go.jp>
1772         * international/quail.el (quail-start-translation): Don't call
1773         `message' before reading key sequence.
1775 2000-11-16  Miles Bader  <miles@lsi.nec.co.jp>
1777         * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
1779 2000-11-16  Kenichi Handa  <handa@etl.go.jp>
1781         * window.el (fit-window-to-buffer): Be sure to acquire at least
1782         one text line even if the buffer is empty.
1784 2000-11-16  Gerd Moellmann  <gerd@gnu.org>
1786         * net/ange-ftp.el (ange-ftp-file-writable-p)
1787         (ange-ftp-file-readable-p, ange-ftp-file-executable-p): Bind
1788         ange-ftp-process-verbose to nil.
1790 2000-11-15  Dave Love  <fx@gnu.org>
1792         * wid-edit.el (widget-specify-field, widget-specify-button): If
1793         :help-echo is a function, set help-echo of overlay to
1794         widget-mouse-help.
1795         (widget-mouse-help): New function.
1796         (widget-echo-help): Rewritten for :help-echo functions only taking
1797         a widget arg.
1799         * net/eudc-bob.el (eudc-bob-can-display-inline-images): Use
1800         display-graphic-p.
1801         (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
1802         and that JPEG is available.
1803         (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
1805         * international/mule-cmds.el (locale-charset-language-names):
1806         Match @euro.
1808 2000-11-15  Gerd Moellmann  <gerd@gnu.org>
1810         * faces.el (face-set-after-frame-default): If
1811         `inhibit-default-face-x-resources' is bound, don't intialize the
1812         default face from X resources.
1814 2000-11-15  Eli Zaretskii  <eliz@is.elta.co.il>
1816         * Makefile.in (custom-deps, finder-data, autoloads, recompile):
1817         Don't set EMACSLOADPATH.
1819 2000-11-15  Eli Zaretskii  <eliz@is.elta.co.il>
1821         * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
1822         texinfo-insert-@url.
1823         (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
1824         (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
1826 2000-11-14  Stefan Monnier  <monnier@cs.yale.edu>
1828         * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
1829         (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
1830         (checkdoc-minor-keymap): Backward compatibility.
1831         (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
1832         (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
1833         (checkdoc-this-string-valid-engine): Be a bit more strict
1834         to avoid matching substrings of `...' quoted vars/funs.
1835         (checkdoc-defun-info): Only look for `interactive' if alone.
1836         (debug-ignored-errors): Add "arg doesn't appear in docstring".
1838         * progmodes/compile.el (grep): `tag-default' can be nil.
1840         * newcomment.el (comment-indent): Paren typo.
1842 2000-11-14  Dave Love  <fx@gnu.org>
1844         * calculator.el: New maintainer version.
1846         * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
1848         * cmuscheme.el: Doc fixes.
1849         (cmuscheme) <defgroup>: Use `scheme' as parent.
1850         (cmuscheme-program-name): Remove.  Change uses to
1851         scheme-program-name.
1853         * xscheme.el (scheme-program-name): Don't define here.
1855         * progmodes/scheme.el (scheme-program-name): New variable
1856         (originally in cmuscheme).
1858 2000-11-14  Miles Bader  <miles@gnu.org>
1860         * window.el (fit-window-to-buffer): Handle windows without mode-lines.
1861         Handle header-lines.  Don't loop forever if we can't enlarge the
1862         window anymore.  Simplify a bit.
1864 2000-11-14  Kenichi Handa  <handa@etl.go.jp>
1866         * window.el (fit-window-to-buffer): Don't check
1867         window-text-height.  Assure that the last line is fully visible.
1869         * international/quail.el (quail-show-guidance-buf): Call
1870         fit-window-to-buffer to assure the enough height of the guidance
1871         buffer.
1872         (quail-update-guidance): Avoid making the guidance buffer shorter.
1874 2000-11-14  Stefan Monnier  <monnier@cs.yale.edu>
1876         * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
1877         rather than `prepend' and add an interesting comment.
1878         (tex-math-face, tex-font-lock-syntactic-face-function):
1879         New face and function to use it.
1880         (tex-define-common-keys, tex-mode-map): Use menu-item rather
1881         than `menu-enable' symbol property.
1882         (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
1883         (tex-mode): Add some latex-mode commands for auto-selection.
1884         Use tex-font-lock-syntactic-face-function.
1885         (tex-insert-quote): Simplify.
1886         (tex-shell): New mode.
1887         (tex-start-shell): Use it.
1888         (tex-shell-proc, tex-shell-buf): New functions.
1889         (tex-send-command): Use it.
1890         (tex-main-file): Fix the meaning of the new arg REALFILE.
1891         (tex-send-tex-command): New function split from `tex-start-tex'.
1892         Set compilation-last-buffer and compilation-parsing-end.
1894         * newcomment.el (comment-indent-default): Stick \s<\s< to the left
1895         when it follows non-comment text on the line.
1897         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
1898         Set font-lock-defaults.
1899         (lisp-mode-shared-map): Init inside the defvar.
1900         (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
1901         Use define-derived-mode.
1903 2000-11-14  Miles Bader  <miles@lsi.nec.co.jp>
1905         * faces.el (header-line): Use `:box nil' for color/gs displays too.
1907 2000-11-14  Gerd Moellmann  <gerd@gnu.org>
1909         * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda): Don't
1910         recursively optimize body because that can lead to infinite
1911         recursion; see comment there.
1913 2000-11-13  Eli Zaretskii  <eliz@is.elta.co.il>
1915         * faces.el (face-spec-set-match-display): Revert the change from
1916         2000-10-24.  Add a FIXME for after v21.1.
1918 2000-11-13  Miles Bader  <miles@gnu.org>
1920         * textmodes/fill.el (skip-line-prefix): New function.
1921         (fill-region-as-paragraph, fill-region):  Return the fill-prefix.
1922         (fill-paragraph): Don't leave point inside the fill-prefix.
1923         * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
1924         point inside the fill-prefix.
1926 2000-11-13  Miles Bader  <miles@lsi.nec.co.jp>
1928         * calendar/calendar.el (generate-calendar-window): Use
1929         `fit-window-to-buffer'.
1931 2000-11-12  Stefan Monnier  <monnier@cs.yale.edu>
1933         * gud.el (gud-minor-mode): New var.
1934         (gud-symbol, gud-val): New functions.
1935         (gud-find-file): Copy gud-minor-mode to the new buffer.
1936         (gud-menu-map): Include entries for commands that are not always
1937         available, using :enable to (de)activate them.
1938         (gud-minor-mode-map): New map.  Add it to minor-mode-map-alist.
1939         (gud-mode-map): New map.
1940         (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
1941         (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
1942         Don't set up gud's menu (it's done by the minor-mode).
1943         (gud-minibuffer-local-map): New.
1944         Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
1945         (gud-query-cmdline): New function.
1946         (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it.  Set gud-minor-mode.
1947         (gud-mode): Use define-derived-mode.
1948         Don't set up gud's menu (it's done by the minor-mode).
1949         (gud-chop-words): Remove.
1950         (gud-common-init): Use split-string instead.
1951         (gud-new-keymap, gud-make-debug-menu): Eradicate.
1953         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
1954         Add keyword arg :name.
1956         * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
1957         (diff-count-matches, diff-split-hunk): New functions.
1958         (diff-mode-map): Bind C-c C-s to diff-split-hunk.
1960         * pcvs-info.el (cvs-fi-conflict-face): New var.
1962         * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
1963         Make it into a simple syntax-table, shared among all submodes.
1964         (sh-heredoc-face): Re-introduce.
1965         (sh-font-lock-syntactic-face-function): New function.
1966         (sh-mode): Use it.  Also use define-derived-mode.
1967         Remove old bogus setting of indent-region-function.
1968         (sh-set-shell): Don't set the syntax-table any more.
1969         (sh-mode-syntax-table) <defun>: Remove.
1971 2000-11-12  Miles Bader  <miles@gnu.org>
1973         * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
1974         message if interactive.
1976 2000-11-12  Dave Love  <fx@gnu.org>
1978         * mail/feedmail.el: Fix header,
1979         (feedmail) <defgroup>: Add :link.
1981         * view.el: Use local-map property, not keymap on mode-line string.
1983         * scroll-all.el (scroll-all-mode): Customize variable.  Add
1984         autoload cookie to function.
1986         * lazy-lock.el: Remove compatibility code.
1988         * finder.el (finder-known-keywords): Add `files', remove `vms'.
1989         (finder-help-echo): New variable.
1990         (finder-mouse-face-on-line): Add help-echo stuff.
1991         (finder-list-keywords, finder-list-matches): Use mapc.
1993         * faces.el (face-font-registry-alternatives): Add :version.
1995         * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
1996         tags-table-list.
1998         * net/browse-url.el (browse-url-browser-function): Update :version.
2000         * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
2001         (mail-mode): Use [:alnum:] in some regexps.
2003 2000-11-10  Dave Love  <fx@gnu.org>
2005         * ediff.el (ediff-regions-internal, ediff-documentation):
2006         * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
2007         fundamental mode.
2009         * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
2010         buffer into fundamental mode.
2011         (ediff-set-difference): Use copy-sequence if available.
2013         * ediff-ptch.el (ediff-dispatch-file-patching-job): Check
2014         ediff-patch-map non-nil.
2015         (ediff-fixup-patch-map, ediff-fixup-patch-map)
2016         (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
2017         buffer into fundamental mode.
2019         * ediff-merg.el (state-or-merge): Defvar when compiling.
2021 2000-11-10  Jason Rumney  <jasonr@gnu.org>
2023         * w32-fns.el (w32-add-charset-info): New function.
2024         (w32-charset-info-alist): Use it.
2026 2000-11-10  Gerd Moellmann  <gerd@gnu.org>
2028         * faces.el (face-font-registry-alternatives): New user-option.
2030 2000-11-10  Stefan Monnier  <monnier@cs.yale.edu>
2032         * textmodes/texinfo.el (texinfo-block-default): New var.
2033         (texinfo-insert-block): Use it.  Insert a newline if needed.
2035         * textmodes/fill.el (fill-indent-according-to-mode): New var.
2036         (fill-region-as-paragraph): Use it.
2038         * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
2039         (latex-mode): Tweak tex-*-(head|trail)er regexps.
2040         Tweak paragraph regexps to allow a leading [ \t]*.
2041         (tex-latex-block): Insert a newline if necessary.
2042         (latex-insert-item): Only insert a newline if necessary.
2043         (tex-guess-main-file): New function.
2044         (tex-main-file): Use it.  Add arg `realfile'.  Trim `.tex'.
2045         Set tex-main-file if TeX-master is provided.
2046         (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
2048 2000-11-10  Gerd Moellmann  <gerd@gnu.org>
2050         * startup.el (command-line): Set the default tooltip-mode
2051         to t for graphical displays which implement x-show-tip.
2053         * tooltip.el (tooltip-mode): Add a comment about startup.el
2054         setting the default value of this user-option.
2056 2000-11-09  Stefan Monnier  <monnier@cs.yale.edu>
2058         * font-lock.el (font-lock-*-face) <defvar>: Move.
2059         (font-lock-defaults-alist): Mark obsolete.
2060         (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
2061         (font-lock-mode): Use define-minor-mode.
2062         (font-lock-support-mode): Tweak type to default to jit-lock-mode.
2063         (font-lock-turn-off-thing-lock): Be more explicit.
2064         (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
2065         (font-lock-syntactic-face-function): New var.
2066         (font-lock-fontify-syntactically-region): Use it.
2067         (font-lock-doc-face): New.
2069         * pcvs.el (cvs-enabledp): Ignore errors.
2070         (cvs-commit-filelist): Never query.
2071         (cvs-mode-insert): Always add a terminating / in the initial prompt.
2072         (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
2073         (cvs-do-removal): Use cvs-partition rather than delete-if.
2074         Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
2075         cvs-bury-buffer.
2077         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
2078         Allow `next' to jump to after the end of the last match.
2080 2000-11-09  Gerd Moellmann  <gerd@gnu.org>
2082         * simple.el (byte-compiling-files-p): New function.
2084         * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
2085         if it is there.
2087         * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
2088         nil again.
2090         * textmodes/ispell.el (ispell-library-path): Don't call
2091         check-ispell-version when byte-compiling because that starts
2092         an ispell process, and ispell might not be installed.
2093         (toplevel): Don't set up a menu when byte-compiling.
2095         * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
2096         it, so that a boundp test can be used to determine if we're
2097         currently byte-compiling.
2099 2000-11-09  Dave Love  <fx@gnu.org>
2101         * pcvs.el (uniquify-buffer-file-name): Wrap advice in
2102         eval-after-load.
2104 2000-11-09  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
2106         * ps-print.el: Patch for variable initialization when spooling.  Doc
2107         fix.
2108         (ps-output-list): Fun eliminated.
2109         (ps-begin-file, ps-begin-job): Code fix.
2111 2000-11-08  Dave Love  <fx@gnu.org>
2113         * ediff-wind.el (ediff-control-frame-parameters): Zero
2114         tool-bar-lines.
2116 2000-11-08  Gerd Moellmann  <gerd@gnu.org>
2118         * simple.el (shell-command, display-message-or-buffer)
2119         (shell-command-on-region): Mention resize-mini-windows in the doc
2120         string.
2121         (display-message-or-buffer): Take the value of resize-mini-windows
2122         into account.
2124 2000-11-07  Gerd Moellmann  <gerd@gnu.org>
2126         * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
2128         * dired.el (dired-between-files): Add `^. find' as an alternative
2129         to the regular expression, for find-dired.
2131 2000-11-06  Stefan Monnier  <monnier@cs.yale.edu>
2133         * textmodes/texnfo-upd.el: Require texinfo.
2134         (defmacro, defgroup): Remove.
2135         (texinfo-section-to-generic-alist): Remove.
2136         Use texinfo-section-list instead (i.e. level is changed string->int).
2137         (texinfo-filter): New function.
2138         (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
2139         (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
2140         Use it.  And use regexp-opt.
2141         (texinfo-find-higher-level-node, texinfo-hierarchic-level)
2142         (texinfo-update-menu-region-beginning)
2143         (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
2144         (texinfo-update-the-node, texinfo-sequentially-update-the-node)
2145         (texinfo-update-menu-same-level-regexps): Update.
2146         (texinfo-update-node, texinfo-every-node-update)
2147         (texinfo-sequential-node-update): Remove autoload cookie.
2149         * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
2150         (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
2151         (texinfo-chapter-level-regexp): Remove.
2152         (texinfo-mode): Hard code texinfo-chapter-level-regexp.
2154 2000-11-06  Dave Love  <fx@gnu.org>
2156         * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
2158         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
2159         Match defun*.
2161 2000-11-06  Kenichi Handa  <handa@etl.go.jp>
2163         * composite.el (composition-function-table): Variable declaration
2164         moved to src/composite.c.
2165         (compose-chars-after): New optional arg object.
2167 2000-11-06  Gerd Moellmann  <gerd@gnu.org>
2169         * bindings.el (mode-line-toggle-read-only)
2170         (mode-line-toggle-modified, mode-line-widen)
2171         (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
2172         (make-mode-line-mouse2-map): Rewritten.
2173         (mode-line-modified, mode-line-format, minor-mode-alist): Use new
2174         functions so that C-h k can show something with a doc string.
2176         * startup.el (fancy-splash-delay): Set to 10 seconds.
2177         (fancy-splash-max-time): New user-option.
2178         (fancy-splash-stop-time): New variable.
2179         (fancy-splash-screens): Set it.  Catch `stop-splashing'.
2180         (fancy-splash-screens-1): Throw `stop-splashing' when current
2181         time is greater than fancy-splash-stop-time.
2183 2000-11-06  Stefan Monnier  <monnier@cs.yale.edu>
2185         * vc-hooks.el (vc-insert-file): Don't assume byte==char.
2187         * pcvs.el (cvs-mode-marked): New arg `noquery'.
2188         Prompt user for a file rather than raising an error.
2189         (cvs-enabledp): Fix call to cvs-mode-marked.
2190         (cvs-insert-file): New function (extracted from cvs-mode-insert).
2191         (cvs-mode-insert): Use it.  Change the init prompt' value.
2192         (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
2194         * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
2195         Don't pass default arg to ewoc-locate.
2196         (ewoc-collect): Return result in the right order.
2198         * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
2200         * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
2201         (cvs-status-get-tags): Fix regexp.
2202         (cvs-status-trees, cvs-status-cvstrees):
2203         Combine after change hooks and don't sit-for.
2204         (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
2205         (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
2206         Use make-char rather than hard-coded cryptic data.
2207         (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
2209         * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
2211         * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
2212         (cvs-insert-strings): New function.
2214 2000-11-06  Miles Bader  <miles@lsi.nec.co.jp>
2216         * mwheel.el (mouse-wheel-scroll-amount): Renamed from
2217         `mwheel-scroll-amount'.
2218         (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
2219         (mouse-wheel-mode): Use (featurep 'xemacs) instead of
2220         string-matching against the version string.
2222 2000-11-06  Kenichi Handa  <handa@etl.go.jp>
2224         * language/thai.el ("Thai"): Set a lisp form that produces
2225         composed string in `sample-text' language info.
2227         * language/tibetan.el ("Tibetan"): Set a lisp form that produces
2228         composed string in `sample-text' language info.
2230         * international/mule-cmds.el (describe-language-environment): Eval
2231         `sample-text' data and insert the result.
2233         * international/mule-conf.el (compound-text): Define this coding
2234         system here.  Make x-ctext and ctext aliases of it.
2236         * language/european.el (compound-text, ctext): Moved to
2237         international/mule-conf.el.
2239 2000-11-05  Andrew Innes  <andrewi@gnu.org>
2241         * w32-fns.el (w32-version): New function.
2243 2000-11-05  Stefan Monnier  <monnier@cs.yale.edu>
2245         * progmodes/awk-mode.el: Update copyright.
2246         (awk-mode-abbrev-table): Remove.
2247         (awk-font-lock-keywords): Use regexp-opt.
2248         (awk-mode): Use define-derived-mode.
2250         * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
2251         when extracting a suffix.
2253 2000-11-04  Andre Spiegel  <spiegel@gnu.org>
2255         * vc-hooks.el (vc-insert-file): Rewritten.  Don't bother about
2256         auto-save-mode.
2258 2000-11-04  Jason Rumney  <jasonr@gnu.org>
2260         * language/european.el (decode-mac-roman): Test against r1 not r0.
2262 2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
2264         * progmodes/icon.el (icon-mode-map): Don't rebind \t.
2265         (icon-mode): Define indent-line-function.
2266         (icon-comment-indent): Simplify.
2267         (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
2269         * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
2271         * pcvs.el (cvs-mode-add-change-log-entry-other-window):
2272         Bind change-log-default-mode to defeat the caching done on it.
2273         Don't bother saving excursion any more.
2275         * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
2277         * frame.el (after-setting-font-hook): Rename hooks -> hook.
2278         (set-frame-font): Use the new name (and the old for compatibility).
2280         * toolbar/tool-bar.el (tool-bar-mode):
2281         * time.el (display-time-mode):
2282         * recentf.el (recentf-mode):
2283         * paren.el (show-paren-mode):
2284         * mwheel.el (mouse-wheel-mode):
2285         * msb.el (msb-mode):
2286         * jka-compr.el (auto-compression-mode):
2287         * image-file.el (auto-image-file-mode):
2288         * hl-line.el (hl-line-mode):
2289         * delsel.el (delete-selection-mode):
2290         * autoinsert.el (auto-insert-mode):
2291         * complete.el (partial-completion-mode): Drop unneeded positional args.
2293         * info.el (Info-mode):
2294         * comint.el (comint-mode): Don't bother with make-local-hook.
2296         * log-edit.el (log-edit-menu): New menu.
2298 2000-11-03  Miles Bader  <miles@gnu.org>
2300         * wid-edit.el (widget-end-of-line): Reinstate, with a new
2301         definition, so that trailing spaces are handled properly.
2302         (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
2304 2000-11-03  Gerd Moellmann  <gerd@gnu.org>
2306         * startup.el (fancy-splash-text, fancy-splash-text): Use a single
2307         tab character.
2308         (fancy-splash-screens): Set tab-width to 20.
2310 2000-11-03  Dave Love  <fx@gnu.org>
2312         * comint.el (comint-completion-addsuffix): Fix custom type.
2314 2000-11-02  Stefan Monnier  <monnier@cs.yale.edu>
2316         * font-lock.el (font-lock-buffers): Remove.
2317         (font-lock-global-modes): Define with easy-mmode-define-global-mode.
2318         (font-lock-change-major-mode): Remove.
2319         (turn-on-font-lock-if-enabled): Only apply to the current buffer.
2320         (font-lock-default-fontify-region): Extend the multiline
2321         fontification to whole lines.
2322         (font-lock-fontify-anchored-keywords)
2323         (font-lock-fontify-keywords-region): If matching just one
2324         line (with \n) only mark the \n as multiline.
2326         * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
2327         Correctly handle the case where several :group args are supplied.
2328         Allow :extra-args.
2329         (easy-mmode-define-global-mode): Allow :extra-args.
2330         Correctly handle the case where several :group args are supplied.
2332 2000-11-02  Miles Bader  <miles@gnu.org>
2334         * calendar/calendar.el (diary-face, calendar-today-face)
2335         (holiday-face): Remove dependency on `window-system'.
2337 2000-11-02  Ken Raeburn  <raeburn@gnu.org>
2339         * Makefile.in (emacs): Set EMACSLOADPATH always.
2340         (update-authors, .el.elc, compile-files): Don't do it explicitly
2341         here.
2342         (compile-files): Bomb out if compilation of a file fails.
2344 2000-11-02  Dave Love  <fx@gnu.org>
2346         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
2348 2000-11-02  Eli Zaretskii  <eliz@is.elta.co.il>
2350         * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
2351         punctuation in the warning inserted into the *mail* buffer.
2353 2000-11-02  Gerd Moellmann  <gerd@gnu.org>
2355         * emacs-lisp/authors.el (authors-public-domain-files): New variable.
2356         (authors-public-domain-p): New function.
2357         (authors-print): Use it.
2359         * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
2361         * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
2363 2000-11-02  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
2365         * ps-print.el: Extension for even/odd printing.  Doc fix.
2366         (ps-print-version): New version number (6.3.1).
2367         (ps-even-or-odd-pages): Customization fix.
2368         (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
2369         (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
2370         (ps-page-count): Var replaced by `ps-page-column'.
2371         (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
2372         (ps-print-sheet-p): New fun.
2374 2000-11-02  Miles Bader  <miles@lsi.nec.co.jp>
2376         * tooltip.el (tooltip-gud-tips-setup): New function.
2377         (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
2378         (tooltip-mode): Call tooltip-gud-tips-setup.
2379         (tooltip-gud-tips): Use `gud-basic-call' instead of
2380         process-send-string, so the prompt gets frobbed appropriately.
2381         Handle nil return value from `tooltip-gud-print-command'.
2383 2000-11-01  Eric M. Ludlam  <zappo@ultranet.com>
2385         * comint.el (comint-add-to-input-history): New function.
2386         (comint-send-input): Use `comint-add-to-input-history'.
2388 2000-11-02  Miles Bader  <miles@lsi.nec.co.jp>
2390         * info.el (info-menu-header): New face.
2391         (Info-fontify-menu-headers): New function.
2392         (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
2394         * info.el (Info-insert-dir): Don't include blank lines at
2395         beginning of additional dir files (one is added automatically).
2397 2000-11-01  Stefan Monnier  <monnier@cs.yale.edu>
2399         * emacs-lisp/easy-mmode.el (define-minor-mode):
2400         Revert the latest changes.
2401         Allow the three positional arguments to be skipped and replaced
2402         by keyword arguments.
2403         Add a :toggle argument to determine whether a nil arg means toggle
2404         or means turn-on.  The default is unchanged.
2405         Add a call to force-mode-line-update.
2407 2000-11-01  Dave Love  <fx@gnu.org>
2409         * emacs-lisp/elp.el (elp-restore-function): Remove autoload
2410         cookie.
2412 2000-11-01  Miles Bader  <miles@lsi.nec.co.jp>
2414         * calendar/calendar.el (diary-face, holiday-face): Add
2415         dark-background variants.
2417 2000-10-31  Sam Steingold  <sds@gnu.org>
2419         * textmodes/tex-mode.el (tex-file): Use `default-directory' when
2420         `tex-main-file' does not have directory in it.
2422 2000-10-31  Stefan Monnier  <monnier@cs.yale.edu>
2424         * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
2426 2000-10-31  Thien-Thi Nguyen  <ttn@gnu.org>
2428         * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
2429         functional change.
2431 2000-10-31  Gerd Moellmann  <gerd@gnu.org>
2433         * files.el (find-file-noselect): When we expand a wildcard, return
2434         a list of buffers, as we should do according to the doc string.
2436 2000-10-31  Ken Raeburn  <raeburn@gnu.org>
2438         * loadup.el (top level): Adjust load path if program name is
2439         "../src/bootstrap-emacs", in case it's not dumped and thus the
2440         load path adjustment hasn't already been done.
2442 2000-10-31  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
2444         * ps-print.el: Fix bug on selected pages for printing.  Use
2445         `color-values' for Emacs 21.  Ensure fontification when jit-lock
2446         is on.  Try to avoid warning messages when compiling.  Doc Fix.
2447         (ps-print-version): New version number (6.3).
2448         (ps-color-device): Use `color-values' to determine if device
2449         supports color.
2450         (ps-color-values): Try to use `x-color-values' when using XEmacs.
2451         (ps-print-page-p): Changed from defsubst to defun.
2452         (ps-page-number): Changed from defmacro to defun.
2453         (ps-header-sheet, ps-header-page): Fix bug on selected pages for
2454         printing.
2455         (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
2456         (ps-end-file, ps-dummy-page): Funs eliminated.
2457         (ps-print-color-scale): Changed default value.
2458         (ps-page-n-up, ps-print-page-p): New internal vars.
2459         (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
2460         (ps-plot-region, ps-generate, ps-end-job): Code fix.
2462         * delim-col.el: Little programming improvement.
2463         (delimit-columns-str): New macro.
2464         (delimit-columns-region, delimit-columns-rectangle): Code fix.
2466 2000-10-31  Kenichi Handa  <handa@etl.go.jp>
2468         * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
2469         Moved to european.el.
2470         (ccl-encode-mac-roman-font, fontset-mac): Modified for
2471         mule-unicode-2500-33ff and mule-unicode-e000-ffff.
2472         (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
2473         (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
2475 2000-10-30  Dave Love  <fx@gnu.org>
2477         * progmodes/cc-menus.el (imenu-generic-expression)
2478         (imenu-progress-message): Only defvar when compiling.
2480         * emacs-lisp/elp.el (elp-unload-hook): New function.
2482         * loadhist.el (unload-feature): Call elp-restore-function,
2483         checking for symbols; don't use elp-restore-all.
2484         (loadhist-hook-functions): Doc fix.
2486 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
2488         * log-edit.el (log-edit-confirm): Fix the default.
2490 2000-10-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
2492         * delim-col.el: Little fix: replace delimit-columns-align-columns by
2493         delimit-columns-format.
2494         (delimit-columns-region, delimit-columns-rectangle): Code fix.
2496 2000-10-30  Miles Bader  <miles@lsi.nec.co.jp>
2498         * comint.el (comint-replace-by-expanded-history): Don't use
2499         comint-get-old-input (we're not looking at *old* input).
2500         (comint-get-old-input-default): If using fields, signal an error
2501         when the point is not in an input field.
2503 2000-10-30  Kenichi Handa  <handa@etl.go.jp>
2505         * international/mule-conf.el: New charsets mule-unicode-2500-33ff
2506         and mule-unicode-e000-ffff.
2508         * international/mule.el (decode-char, encode-char): New functions.
2509         (make-coding-system): Accept a symbol of translation table as a
2510         value of property `safe-chars'.
2512         * international/mule-cmds.el (encode-coding-char): Check property
2513         safe-chars instead of safe-charsets.
2515         * international/fontset.el (fontset-default): Modified for
2516         mule-unicode-2500-33ff and mule-unicode-e000-ffff.
2517         (x-font-name-charset-alist): Likewise.
2518         (ccl-encode-unicode-font): New CCL program.  Record it in
2519         font-ccl-encoder-alist to be used for fonts "ISO10646-1".
2521         * language/european.el (mac-roman-decoder, mac-roman-encoder):
2522         New translation tables.
2523         (decode-mac-roman, encode-mac-roman): Definition of these CCL
2524         programs are modified and moved from mac-win.el.
2525         (mac-roman): Definition of this coding system is modified and
2526         moved from mac-win.el.
2528 2000-10-29  Michael Kifer  <kifer@cs.sunysb.edu>
2530         * ediff-wind.el (ediff-setup-control-frame): Enclose
2531         face-attribute in condition-case to avoid errors in older emacsen.
2533 2000-10-29  Miles Bader  <miles@gnu.org>
2535         * custom.el (custom-add-to-group): Allow multiple entries for a
2536         given value OPTION, as long as their widget types are different.
2537         * cus-edit.el (custom-face-value-create): If face name doesn't end
2538         with "face", add such here (similar to custom group widgets).
2540         * comint.el (comint-highlight-prompt): Add :type.
2542 2000-10-28  John Wiegley  <johnw@gnu.org>
2544         * textmodes/flyspell.el (flyspell-maybe-correct-transposition):
2545         Changed this function to operate on a temporary buffer instead of
2546         the main buffer.  This not only keeps flyspell from marking a
2547         buffer as changed that wasn't, but it solves the jumpy cursor
2548         problem when attempts are made to edit incorrect words.
2549         (flyspell-maybe-correct-doubling): Same change as for
2550         `flyspell-maybe-correct-transposition'.
2552         * calendar/timeclock.el (timeclock-log): Doc fix.
2553         (timeclock-last-event): Doc fix.
2554         (timeclock-log): Kill the timelog buffer after appending a new
2555         event.
2556         (timeclock-find-discrep): Use a temp buffer to read in the
2557         timelog, instead of visiting the file.
2558         (timeclock-log-data): A new function, along with a host of helper
2559         functions, for the purpose of making timelog data accessible to
2560         programmers.
2562         * eshell/esh-mode.el (window-height test): Make certain that
2563         `eshell-stringify-t' is non-nil.
2564         (eshell-password-prompt-regexp): Changed to a much simpler
2565         password regexp.
2566         (eshell-send-input): If `eshell-invoke-directly' returns t,
2567         directly invoke the parsed command using `eval'.  This improves
2568         turn-around time on simple commands by a factor of three or
2569         greater, such as cd, ls, pwd, etc. -- which get used very often.
2570         It also conserves thousands of cons cells per call (since
2571         `eshell-do-eval' consumes memory like a Cookie Monster set loose
2572         in the Pacific Cookie Company).
2574         * eshell/esh-test.el (eshell-test): Whitespace fix.
2576         * eshell/em-ls.el (eshell-ls-insert-directory): Make
2577         `eshell-ls-initial-args' nil when inserting directory contents.
2579         * eshell/em-script.el (eshell-script-initialize): Add names to
2580         `eshell-complex-commands, since `source' and `.' are complex.
2582         * eshell/esh-cmd.el (eshell-rewrite-for-command)
2583         (eshell-rewrite-while-command): Use `eshell-protect' instead of
2584         `eshell-copy-handles'.
2585         (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
2586         bodies.
2587         (eshell-separate-commands): Whitespace fix.
2588         (eshell-complex-commands): Added a new list of names, for
2589         determining whether a given command is as simple as it looks.
2590         (eshell-invoke-directly): New function.  Returns t if a command
2591         should be invoked directly (using `eval'), rather than indirectly
2592         using `eshell-do-eval'.
2593         (eshell-do-eval): Whitespace fix.
2595         * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
2596         which provides an emulation of the DOS shell behavior of assuming
2597         that cp/mv/ln should copy/move/link to the current directory.
2598         (eshell-remove-entries): Added a doc string.
2599         (eshell-shuffle-files): Removed the check for `target' being null.
2600         (eshell-mvcp-template, eshell-mvcpln-template): Renamed
2601         `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
2602         it to do a smarter check of whether a destination was provided.
2603         (eshell/mv, eshell/cp): Enable `:preserve-args'.
2604         (eshell/ln): Enable `:preserve-args', and use
2605         `eshell-mvcpln-template' to implement the body of the function.
2606         (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
2607         (eshell/du, eshell/diff, eshell/locate): Stringify the argument
2608         list after flattening it.  This makes it possible to cat files
2609         with numerical names.
2610         (eshell-unix-initialize): Added several names to
2611         `eshell-complex-commands.
2612         (eshell-unix-command-complex-p): Return t if a given command name
2613         may result in external processes being invoked.
2615         * eshell/em-glob.el (eshell-glob-show-progress): Make this
2616         variable nil by default, since it slows down glob processing by a
2617         factor of two or more, and increases memory consumption.
2619         * eshell/em-smart.el: Added a note about how memory consumptive
2620         smart display mode can be (at least this is true in Emacs 21).
2621         (eshell-smart-initialize): Whitespace fix.
2622         (eshell-refresh-windows): Use `if' instead of `when'.
2623         (eshell-smart-scroll-window): Calling `save-current-buffer' was
2624         not necessary.
2625         (eshell-currently-handling-window): Added a missing global
2626         variable.
2628         * eshell/em-ls.el (eshell-do-ls): Code simplification.
2629         (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
2630         Whitespace fix.
2631         (eshell-ls-exclude-hidden): Added this variable in addition to
2632         `eshell-ls-exclude-regexp'.  This one prevents files beginning
2633         with . from even being read, which can improve memory consumption
2634         quite a bit.
2635         (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
2636         read file entries beginning with a dot.  In home directories with
2637         lots of hidden files, fully two-thirds of the time spent in ls is
2638         used to read directory entries that are immediately thrown away.
2639         (eshell-ls-initial-args): Added back this configuration variable,
2640         for specifying default initial arguments to every call to ls.
2641         Much faster than using an alias to do the same thing.
2642         (eshell-do-ls): Use `eshell-ls-initial-args', if set.
2643         (eshell-ls-dir): Whitespace change.
2645         * eshell/em-dirs.el (eshell/pwd): Small code simplification.
2647         * eshell/esh-util.el: Don't require `ange-ftp' if it's not
2648         available.
2649         (eshell-stringify-t): Added a customization variable, to indicate
2650         whether `t' should be rendered as a string at all.  If not, one
2651         can still determine if the result of an expression is true using
2652         "file-exists-p FILE && echo true".
2653         (eshell-stringify): If `eshell-stringify-t' is nil, don't
2654         stringify t!
2656         * eshell/esh-module.el: Whitespace fix.
2658         * eshell/em-alias.el (eshell-alias-initialize): Added
2659         `eshell-command-aliased-p' to `eshell-complex-commands'.
2660         (eshell-command-aliased-p): New function that returns t if a
2661         command name names an aliased.
2663 2000-10-29  Michael Kifer  <kifer@cs.sunysb.edu>
2665         * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
2666         redrawing the screen when changing cursor color.
2667         (viper-insert-state-pre-command-sentinel)
2668         (viper-replace-state-pre-command-sentinel)
2669         (viper-replace-state-post-command-sentinel):
2670         Use viper-preserve-cursor-color.
2671         Many functions changed to use viper= instead of = when comparing
2672         characters.
2673         * viper-util.el (viper-memq-char,viper=): New functions for
2674         working with characters.
2675         (viper-change-cursor-color): Fixed buglet.
2676         Many functions changed to use viper= instead of = when comparing
2677         characters.
2678         * viper.el (viper-insert-state-mode-list): Added eshell.
2680         * ediff-init.el (ediff-before-setup-hook): New hook.
2681         Several typos fixed in various docstrings.
2682         * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
2683         * ediff-nult.el (ediff-before-session-group-setup-hooks): New
2684         hook.
2685         (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
2686         * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
2687         (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
2688         (ediff-get-selected-buffers): New function.
2689         * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
2690         (ediff-vc-merge-internal,ediff-rcs-merge-internal): Use
2691         save-window-excursion.
2692         * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
2693         termination check in while loop.
2694         * ediff.el (ediff-get-default-file-name): Better defaults when in
2695         dired buffer.
2696         (ediff-files,ediff-merge-files,ediff-files3)
2697         (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
2699 2000-10-28  Dave Love  <fx@gnu.org>
2701         * info.el (Info-fontify-node): Add help-echo for menu items.
2703 2000-10-28  Eli Zaretskii  <eliz@is.elta.co.il>
2705         * startup.el (normal-top-level): If the value of $TERM indicates
2706         we are running from xterm or one of its work-alikes, default to a
2707         light background mode.
2709         Support for -fg, -bg, and -rv command-line arguments for TTYs:
2710         * faces.el (tty-handle-reverse-video): New function.
2711         (tty-create-frame-with-faces): Call it.
2713         * frame.el (frame-notice-user-settings): Don't apply
2714         default-frame-alist and initial-frame-alist to MS-DOS frames.
2715         Call tty-handle-reverse-video, frame-set-background-mode, and
2716         face-set-after-frame-default for non-MS-DOS frames.
2718         * startup.el (tty-long-option-alist): New variable.
2719         (tty-handle-args): New function.
2720         (command-line): Call tty-handle-args.
2722         * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
2723         startup.el now does that for all character-terminal frames.
2725 2000-10-28  Miles Bader  <miles@gnu.org>
2727         * emacs-lisp/easy-mmode.el (define-minor-mode): Generate
2728         `turn-on-MODE' and `turn-off-MODE' functions unless the mode is
2729         global.  If :global is followed by a non-nil but non-t value,
2730         make the mode buffer-local, but also generate a `global-MODE'
2731         version using `easy-mmode-define-global-mode'.  Add
2732         :conditional-turn-on keyword argument.
2734 2000-10-28  Dave Love  <fx@gnu.org>
2736         * international/latin1-disp.el (latin1-char-displayable-p): Don't
2737         use window-system.
2739 2000-10-27  Eli Zaretskii  <eliz@is.elta.co.il>
2741         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
2742         Don't call find-buffer-file-type-coding-system.  Instead, just
2743         set eol-type to -unix if inhibit-eol-conversion is in effect, or
2744         if the file is on an untranslated filesystem.
2745         (add-untranslated-filesystem): Use "D" instead of "f" inside
2746         interactive.
2748 2000-10-27  Dave Love  <fx@gnu.org>
2750         * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
2751         (refill-mode): Use it.
2753 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
2755         * international/quail.el (quail-activate): Don't make-local-hook.
2757 2000-10-27  Andre Spiegel  <spiegel@gnu.org>
2759         * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
2760         manual backups and file.~<rev>.~ for automatic ones.
2761         (vc-make-version-backup): Don't do it on MS-DOS without long file
2762         names.
2764         * vc.el (vc-version-other-window): If an automatic backup of the
2765         desired version exists, rename it instead of copying it.
2767         * vc-cvs.el (vc-cvs-checkin): Check both status and error message
2768         after command.  If there's an unexpected error, signal it instead
2769         of being silent.
2770         (vc-cvs-merge-news): Be prepared for no news at all.
2772 2000-10-27  Miles Bader  <miles@lsi.nec.co.jp>
2774         * shell.el (shell): Add BUFFER argument.
2775         * comint.el (make-comint-in-buffer): New function.
2776         (make-comint): Use it.
2778         * faces.el (face-spec-choose): Change syntax so that the list of
2779         attribute-value pairs is now the cdr of each clause, not the cadr.
2780         Detect old-style entries, and handle them.  Use pop.
2782 2000-10-26  Stefan Monnier  <monnier@cs.yale.edu>
2784         * cus-edit.el (custom-mode-map): Use a sparse map.
2785         (custom-mode): Don't bother with make-local-hook.
2787         * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
2789         * vc.el (vc-start-entry): Only erase the buffer if comment is set.
2791 2000-10-26  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
2793         * ps-print.el: Avoid compilation gripes.
2794         (ps-print-version): New version number (6.2.1).
2796 2000-10-26  Dave Love  <fx@gnu.org>
2798         * menu-bar.el: Modify some menu item help strings.
2799         (menu-bar-help-menu): Add link to MORE.STUFF.
2801         * cus-edit.el (custom-mode): Add `special' mode-class property.
2803         * wid-browse.el (widget-browse-mode): Likewise.
2805         * wid-edit.el (widget-specify-field): Revert to using local-map
2806         property, not keymap.
2808 2000-10-26  Miles Bader  <miles@lsi.nec.co.jp>
2810         * wid-edit.el (widget-field-end): When checking for a `boundary'
2811         field, do so in the correct buffer.
2813         * simple.el (undo): Correctly distinguish between numeric and
2814         non-numeric prefix args in non-transient-mark-mode, as per the doc
2815         string.  When in transient-mark-mode, treat all prefix-args as
2816         numeric.
2818         * simple.el (previous-matching-history-element): Miscellaneous cleanup.
2819         Position point on match.  Handle N == 0 correctly.
2821         * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
2822         (comint-mode-map): Reverse order of `comint-write-output' and
2823         `comint-append-output-to-file'.
2824         (comint-append-output-to-file): Reinstate this function, for the
2825         benefit of the menu.
2827 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
2829         * vc.el (vc-version-other-window): Bind `file'.
2831 2000-10-25  Gerd Moellmann  <gerd@gnu.org>
2833         * Makefile.in (update-authors): New target for maintenance purposes.
2835         * emacs-lisp/authors.el (batch-update-authors): New function.
2836         (authors-fixed-entries): New defconst.
2837         (authors-add-fixed-entries): New function.
2838         (authors): Call it.: Don't process lispref/.
2840 2000-10-25  Jason Rumney  <jasonr@gnu.org>
2842         * cus-edit.el (custom-button-face, custom-button-pressed-face):
2843         Merge x w32 and mac definitions.
2845 2000-10-25  Gerd Moellmann  <gerd@gnu.org>
2847         * menu-bar.el (menu-bar-options-menu): Add a help string for
2848         `uniquify'.
2850 2000-10-25  Stephen Gildea  <gildea@alum.mit.edu>
2852         * time-stamp.el (time-stamp-string-preprocess):
2853         Fix a wrong type argument error.
2855 2000-10-25  Miles Bader  <miles@gnu.org>
2857         * recentf.el (recentf-mode): Variable removed.
2858         (recentf-mode): Use `define-minor-mode'.
2860         * mwheel.el (mouse-wheel-mode): New global minor mode.
2861         (mwheel-install): Use `mouse-wheel-mode'.
2863 2000-10-25  Dave Love  <fx@gnu.org>
2865         * progmodes/cperl-mode.el (cperl-mode):
2866         Set normal-auto-fill-function correctly.
2868         * wid-edit.el (widget-field-keymap, widget-text-keymap): Don't
2869         inherit from global-map and don't nullify menu-bar and tool-bar
2870         bindings.
2872 2000-10-25  Miles Bader  <miles@lsi.nec.co.jp>
2874         * wid-edit.el (widget-field-at): New function.
2875         (widget-at, widget-field-activate): Use it.
2876         (widget-tabable-at): Use `widget-at'.
2877         (widget-specify-field): If the terminating character of the widget
2878         field (which is read-only) is a newline, put it into a special
2879         `boundary' field so that C-n/C-p act more naturally.
2880         (widget-field-end): Also don't subtract one if a special
2881         `boundary' field has been added after the widget field.
2883         * comint.el (comint-output-filter, comint-send-input): Don't
2884         bother adding stickiness fields to overlays to fool the field
2885         code, since it should notice the overlay insertion-types now.
2887         * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
2888         Replace with aliases of the normal emacs b-o-l/e-o-l functions.
2889         (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
2891 2000-10-24  Gerd Moellmann  <gerd@gnu.org>
2893         * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
2894         (authors): Set file coding system to iso-2022-7bit.  Add
2895         file-local variables to output buffer.
2897         * files.el (after-find-file): Don't print any warnings if
2898         WARN is nil.
2900 2000-10-24  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
2902         * ps-print.el (ps-generate): Fix odd/even pages printing bug.
2904         * delim-col.el: Now there is a column formatting mechanism.
2905         Modified to customization mechanisms convention.  Doc fix.
2906         (columns): New group for delim-col.
2907         (delimit-columns-before, delimit-columns-after)
2908         (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
2909         (delimit-columns-end): New vars.
2910         (delimit-columns-customize, delimit-columns-format): New funs.
2911         (delimit-columns-region, delimit-columns-rectangle)
2912         (delimit-columns-rectangle-line): Modified to support column
2913         formatting.
2915 2000-10-24  Dave Love  <fx@gnu.org>
2917         * log-edit.el (log-edit): Add :version and a :group for vc.
2919 2000-10-24  Gerd Moellmann  <gerd@gnu.org>
2921         * files.el (after-find-file): Don't print a message ``New file''
2922         if WARN is nil.
2924         * wid-edit.el (widget-field-keymap, widget-text-keymap): Define
2925         the tool-bar map as nil, as for the menu-bar.  Otherwise, we'll
2926         get duplicate tool-bar entries because we'll see the global ones
2927         on more than one path through keymaps.
2929         * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
2931         * progmodes/cmacexp.el: Change Francesco's email address.
2933 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
2935         * window.el (fit-window-to-buffer): Adjust point of the window
2936         buffer, not that of the current buffer.
2938 2000-10-24  Eli Zaretskii  <eliz@is.elta.co.il>
2940         * progmodes/cmacexp.el: Update the euthor's email address.
2942 2000-10-24  Miles Bader  <miles@lsi.nec.co.jp>
2944         * faces.el (face-spec-set-match-display): Add `graphic' display
2945         type (the inverse of `tty').  Use `display-graphic-p' instead of
2946         the window-system variable.
2948 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
2950         * international/isearch-x.el (isearch-with-input-method): Call
2951         input-method-function with the first event in
2952         unread-command-events.
2954 2000-10-24  Miles Bader  <miles@lsi.nec.co.jp>
2956         * faces.el (face-default-spec, face-user-default-spec): Make
2957         defsubsts.
2959 2000-10-24  Andrew Choi  <akochoi@i-cable.com>
2961         * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
2962         New charsets.
2964         * term/mac-win.el: Remove definitions of mac-roman-lower and
2965         mac-roman-upper, require dired, and define instead of set
2966         mac-ready-for-drag-n-drop to avoid compilation error.
2968 2000-10-23  Andrew Innes  <andrewi@gnu.org>
2970         * files.el (make-backup-file-name-1) [windowsnt, ms-dos]: Remove
2971         superfluous calls to subst-char-in-string; instead apply
2972         expand-file-name after convert-standard-filename to ensure
2973         expected directory separators are used.
2975 2000-10-23  Eli Zaretskii  <eliz@is.elta.co.il>
2977         * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
2979 2000-10-23  Dave Love  <fx@gnu.org>
2981         * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
2982         (tool-bar-add-item): Set foreground and background for XBM icons.
2984         * international/latin1-disp.el (latin1-char-displayable-p): New
2985         function (from Handa).
2986         (latin1-display-check-font): Use it.
2988         * imenu.el (imenu--create-keymap-2): Build menu with menu-item
2989         using :key-sequence, making it much more usable.  Use nconc, not
2990         append.
2991         (imenu--create-keymap-1): Avoid append.
2993         * textmodes/refill.el: Remove bits redundant with define-minor-mode.
2995 2000-10-23  Miles Bader  <miles@lsi.nec.co.jp>
2997         [the following changes fix a bug where `define-minor-mode' didn't
2998         correctly generate :require clauses for defcustoms in compiled files]
2999         * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
3000         (byte-compile-log-file, byte-compile-log-1): Don't set
3001         `byte-compile-current-file' to nil.  Instead set
3002         `byte-compile-last-logged-file' to it.  Test whether
3003         byte-compile-current-file equals byte-compile-last-logged-file
3004         instead of whether its nil.
3005         (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
3007 2000-10-23  Stefan Monnier  <monnier@cs.yale.edu>
3009         * textmodes/refill.el: Fix var names in doc.
3010         (refill-mode): Don't bother with make-local-hook anymore.
3012 2000-10-23  Miles Bader  <miles@lsi.nec.co.jp>
3014         * faces.el (face-user-default-spec, face-default-spec): New functions.
3015         (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
3016         (frame-set-background-mode, face-set-after-frame-default):
3017         Use `face-user-default-spec'.  Simplify code slightly.
3019         * woman.el (woman-italic-face, woman-bold-face)
3020         (woman-unknown-face): Add dark-background variants.
3021         (woman-default-faces): Renamed from `woman-colour-faces'.
3022         Set using the stored defaults, rather than using hard-wired colors.
3023         (woman-monochrome-faces): Renamed from `woman-black-faces'.
3024         Just make the foreground `unspecified' rather than "black".
3025         (woman-menu): Rename menu entries accordingly.
3027         * faces.el (header-line): Make more reasonable on mono/grayscale
3028         displays.
3030 2000-10-23  Andrew Choi  <akochoi@i-cable.com>
3032         * cus-edit.el (custom-button-face): Use 3D look for mac.
3033         (custom-button-pressed-face): Likewise.
3035         * faces.el (set-face-attributes-from-resources): Handle mac frames
3036         in the same way as x and w32 frames.
3037         (face-valid-attribute-values): Likewise.
3038         (read-face-attribute): Likewise.
3039         (defined-colors): Likewise.
3040         (color-defined-p): Likewise.
3041         (color-values): Likewise.
3042         (display-grayscale-p): Likewise.
3043         (face-set-after-frame-default): Likewise.
3044         (mode-line): Same default face as for x and w32.
3045         (tool-bar): Likewise.
3047         * frame.el: Remove call to frame-notice-user-settings at end of
3048         the file.
3050         * info.el (Info-fontify-node): make underlines invisible for mac
3051         as for x, pc, and w32 frame types.
3053         * term/mac-win.el: New file.
3055 2000-10-22  Dave Love  <fx@gnu.org>
3057         * textmodes/refill.el: New file.
3059 2000-10-22  Andre Spiegel  <spiegel@gnu.org>
3061         * vc-hooks.el (vc-version-backup-file-name): New optional args
3062         MANUAL and REGEXP.
3063         (vc-delete-automatic-version-backups, vc-make-version-backup):
3064         New functions.
3065         (vc-before-save): Use the latter.
3066         (vc-default-make-version-backups-p): Added `-p' suffix to avoid
3067         confusion.
3069         * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
3070         expected by vc[-hooks].el.
3072         * vc.el (vc-checkout): Added `-p' suffix in call to
3073         vc-make-version-backups-p; use vc-make-version-backup to actually
3074         make the backup.
3075         (vc-version-other-window, vc-version-backup-file): Handle both
3076         automatic and manual backups.
3077         (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
3078         of all of them.
3080 2000-10-22  Miles Bader  <miles@gnu.org>
3082         * comint.el (comint-highlight-input, comint-highlight-prompt):
3083         Renamed, `-face' at end removed.
3084         (comint-send-input, comint-output-filter): Use renamed faces.
3086         * window.el (fit-window-to-buffer): Change defaulting of
3087         MAX-HEIGHT slightly.
3089         * faces.el (color-values, color-defined-p): Use `member', not
3090         `memq', because it works correctly for strings.
3091         (frame-set-background-mode): Actually, "unspecified-fg" and
3092         "unspecified-bg" *are* strings.  Use `member', not `memq', and
3093         `equal', not `eq', when a string value is possible.
3095 2000-10-21  Eli Zaretskii  <eliz@is.elta.co.il>
3097         * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
3099 2000-10-21  Stefan Monnier  <monnier@cs.yale.edu>
3101         * progmodes/sh-script.el (sh-mode-map): Remove bindings for
3102         sh-electric-rparen, sh-electric-less and sh-electric-hash.
3103         (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
3104         (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
3105         (sh-font-lock-syntactic-keywords): Use them.
3106         (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
3107         (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
3108         (sh-mode): Don't override font-lock-unfontify-region-function.
3109         Use a copy of sh-font-lock-syntactic-keywords.
3110         (sh-set-shell): Don't set sh-electric-rparen-needed-here.
3111         Don't call sh-scan-buffer since font-lock does it on the fly.
3112         (sh-get-indent-info): Use `face' rather than `syntax-table'
3113         text-property to detect here-documents.
3114         Replace sh-special-syntax with sh-st-punc.
3115         (sh-prev-line): Use `face' rather than `syntax-table'
3116         text-property to skip over here-documents.
3117         (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
3118         (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
3119         (sh-electric-less, sh-set-here-doc-region)
3120         (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
3121         (sh-scan-buffer, sh-rescan-buffer): Remove.
3123 2000-10-21  Andrew Innes  <andrewi@gnu.org>
3125         * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
3126         remote (ange-ftp) file names.
3128 2000-10-21  Miles Bader  <miles@gnu.org>
3130         * window.el (fit-window-to-buffer): New function.
3131         (shrink-window-if-larger-than-buffer): Use it.
3132         (window-text-height): Don't expect minibuffers to have mode-lines.
3134         * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
3135         * international/quail.el (quail-update-guidance): Use
3136         `fit-window-to-buffer' instead of `set-window-text-height'.
3138         * international/quail.el (quail-show-guidance-buf): Make sure
3139         guidance window really has enough room.
3140         (quail-update-guidance): If quail-guidance-win is already shown,
3141         make sure its height is OK.
3143         * window.el (window-text-height, set-window-text-height):
3144         New functions.
3145         (shrink-window-if-larger-than-buffer): Use `window-text-height'
3146         instead of `window-height' & `mode-line-window-height-fudge'.
3147         (mode-line-window-height-fudge): Add FACE parameter.
3148         * help.el (resize-temp-buffer-window): Use `set-window-text-height'
3149         instead of `enlarge-window' & `mode-line-window-height-fudge'.
3151 2000-10-20  Miles Bader  <miles@gnu.org>
3153         * window.el (height-affecting-face-attributes): Use `defconst'.
3155         * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
3156         New function, conditionally aliased to `mode-line-window-height-fudge'.
3157         (ispell-help): Use it.
3158         (ispell-choices-win-default-height): Don't include mode-line fudge.
3159         (ispell-choices-win-default-height): New function.
3160         (ispell-show-choices, ispell-command-loop): Use function
3161         `ispell-choices-win-default-height' instead of variable.
3163 2000-10-20  Miles Bader  <miles@lsi.nec.co.jp>
3165         * window.el (mode-line-window-height-fudge): New variable.
3166         (height-affecting-face-attributes): New variable.
3167         (mode-line-window-height-fudge): New function.
3168         (shrink-window-if-larger-than-buffer): Use it.
3169         * help.el (resize-temp-buffer-window): Likewise.
3171         * info.el (Info-fontify-node): Add support for @subsubsection
3172         titles, which use `Info-title-4-face'.
3173         (Info-title-4-face): New face.
3174         (Info-title-3-face): Inherit from Info-title-4-face instead of
3175         variable-pitch.
3177 2000-10-19  Jason Rumney  <jasonr@gnu.org>
3179         * dired.el (dired-insert-directory): Do not let errors signalled by
3180         attempt to run dired-free-space-program prevent dired from working.
3182 2000-10-19  Stefan Monnier  <monnier@cs.yale.edu>
3184         * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
3186 2000-10-19  Gerd Moellmann  <gerd@gnu.org>
3188         * dirtrack.el (dirtrack): Fix call to run-hooks.
3190         * cmuscheme.el (cmuscheme-program-name): Renamed from
3191         scheme-program-name because xscheme.el contains a defcustom with
3192         the same name.  As a consequence, customizing group `cmuscheme'
3193         loaded `xscheme' which redefined run-scheme.
3194         (run-scheme): Use cmuscheme-program-name.
3196         * ps-print.el (ps-print-emacs-type): Move into the
3197         eval-and-compile.
3199         * play/doctor.el (doctor-death): Update the Samaritans'
3200         anonymous address, and add a website for Befrienders International.
3202 2000-10-19  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
3204         * ps-print.el: Even/odd pages fix.  Fix little bug on XEmacs.
3205         Avoid compilation gripes.  Doc fix.
3206         (ps-print-version): New version number (6.2).
3207         (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
3208         (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
3209         (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
3210         (ps-x-extent-priority, ps-x-extent-start-position)
3211         (ps-x-face-font-instance, ps-x-find-coding-system)
3212         (ps-x-font-instance-properties, ps-x-make-color-instance)
3213         (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
3214         avoid compilation gripes without defining functions.
3215         (ps-e-find-composition): Alias for function find-composition, to have a
3216         suitable function depending on Emacs version.
3217         (ps-color-device, ps-color-values, ps-face-foreground-name)
3218         (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
3219         (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
3220         (ps-print-ensure-fontified): Function definitions surrounded by
3221         `eval-and-compile' to avoid compilation gripes.
3222         (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
3223         by symbol-value to avoid compilation gripes.
3224         (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
3225         (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
3227 2000-10-19  Miles Bader  <miles@lsi.nec.co.jp>
3229         * startup.el (normal-top-level): Call `frame-set-background-mode'
3230         after `frame-notice-user-settings' because the latter doesn't call
3231         the former on a tty.
3233         * faces.el (frame-set-background-mode): `unspecified' &c are
3234         symbols, not strings.
3236 2000-10-19  Eli Zaretskii  <eliz@is.elta.co.il>
3238         * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
3239         why some "light*" colors are deliberately absent from the alist.
3241         * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
3242         Change colors for tty's, as suggested by Miles Bader.
3244 2000-10-19  Kenichi Handa  <handa@etl.go.jp>
3246         * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
3247         (ccl-encode-mule-unicode-0100-24ff): New CCL program.  Register it
3248         for ISO10646-1 fonts.
3249         (x-font-name-charset-alist): Add an entry for "iso10646-1".
3251 2000-10-19  Eli Zaretskii  <eliz@is.elta.co.il>
3253         * faces.el (frame-set-background-mode): If a tty frame defines a
3254         background color, use that to compute the background mode, instead
3255         of always defaulting to "dark".
3257 2000-10-19  Miles Bader  <miles@lsi.nec.co.jp>
3259         * comint.el (comint-write-output): New function.
3260         (comint-mode-map): Add it to the menu.
3261         Bind `C-c C-s' to comint-write-output.
3263 2000-10-18  Gerd Moellmann  <gerd@gnu.org>
3265         * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
3266         Use fancy-splash-delay.
3268 2000-10-18  Alex Schroeder  <alex@gnu.org>
3270         * progmodes/sql.el (sql-sybase-options): New option.
3271         (sql-sybase): Use it.  Add sql-database to the list of parameters
3272         provided for login.  The options -w 2048 -n are not used any more.
3274         * comint.el (comint-read-input-ring): Bugfix such that the first
3275         and the last entry of the input ring file are not lost.
3277 2000-10-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
3279         * ps-print.el: Internal variable changes to defcustom,
3280         make-local-hook changes to defvar.  Doc fix.
3281         (ps-print-version): New version number (6.1).
3282         (ps-setup, ps-do-despool): Code fix.
3283         (ps-printer-name): Customization fix.
3284         (ps-printer-name-option): Now is a defcustom instead of an
3285         internal variable.
3286         (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
3287         (ps-print-begin-column-hook): Now are defvar instead of
3288         make-local-hook.
3290 2000-10-18  Miles Bader  <miles@gnu.org>
3292         * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
3293         (comint-kill-output): Changed into an alias for `comint-delete-output',
3294         and made obsolete.
3295         (comint-mode-map): Rename references to comint-kill-output.
3297 2000-10-18  Eli Zaretskii  <eliz@is.elta.co.il>
3299         * diff-mode.el (diff-header-face, diff-file-header-face)
3300         (diff-changed-face): Add bold and italic attributes to tty faces.
3301         (diff-function-face): New face.
3302         (diff-font-lock-keywords): Use it.
3304 2000-10-18  Miles Bader  <miles@lsi.nec.co.jp>
3306         * comint.el (comint-output-filter): Fixup comint-last-input-end too.
3307         Remove commented-out call to force-mode-line-update.
3308         (comint-kill-output): Use `forward-line 0' instead of
3309         beginning-of-line to make sure we get past the prompt.
3311 2000-10-17  Stefan Monnier  <monnier@cs.yale.edu>
3313         * diff-mode.el (diff-header-face, diff-file-header-face):
3314         Add specific setting for dark background.
3315         (diff-context-face): Renamed from diff-comment-face.
3316         Set explicitly rather than inheriting from font-lock-comment-face.
3318 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
3320         * startup.el (command-line): Move the code which sets the default
3321         TTY colors to before before-init-hook.
3323 2000-10-17  Gerd Moellmann  <gerd@gnu.org>
3325         * jit-lock.el (jit-lock-stealth-time): Doc fix.
3327 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
3329         * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
3330         extensions, for MS-DOS.
3332         * diff-mode.el (diff-header-face, diff-file-header-face)
3333         (diff-changed-face): Define tty-specific colors.
3335 2000-10-17  Gerd Moellmann  <gerd@gnu.org>
3337         * startup.el (fancy-splash-text): Realign the text.
3339 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
3341         * font-lock.el (font-lock-comment-face): Define a separate default
3342         for dark-background tty's.
3344 2000-10-17  Miles Bader  <miles@gnu.org>
3346         * help.el (resize-temp-buffer-window): Add hack to avoid last line
3347         being obscured by whizzy mode-lines on graphics displays.
3349 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
3351         * info.el (Info-title-1-face, Info-title-2-face)
3352         (Info-title-3-face): Define colors for tty's.
3353         (info-header-node): Remove unneeded tty-specific definition.
3355 2000-10-16  Eli Zaretskii  <eliz@is.elta.co.il>
3357         * term/pc-win.el (msdos-handle-reverse-video): Don't remove
3358         reverse from the frame parameters, and don't invert foreground and
3359         background colors.
3361 2000-10-16  Miles Bader  <miles@gnu.org>
3363         * info.el (Info-set-mode-line): Use `%b' instead of hardwired
3364         string "*Info*".  Call propertized-buffer-identification to spruce
3365         up the result.
3367 2000-10-16  Gerd Moellmann  <gerd@gnu.org>
3369         * help.el: Provide `help' for the sake of define-minor-mode
3370         which generates defcustoms with requires.
3372         * jit-lock.el (jit-lock-after-change): If we're in text that
3373         matches a multi-line font-lock pattern, make sure the whole text
3374         will be redisplayed.
3376         * emacs-lisp/authors.el (authors-add): Don't add an entry if
3377         author's name is unknown.
3379         * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
3380         * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
3381         * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
3382         * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
3383         * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
3384         * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
3385         * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
3386         * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
3387         * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
3388         Add author information.
3390 2000-10-16  Miles Bader  <miles@lsi.nec.co.jp>
3392         * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
3393         * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
3394         full-color version (using the Gimp) to eliminate dithering artifacts.
3396 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
3398         * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
3400         * simple.el (syntax-flag-table, string-to-syntax): Remove.
3402 2000-10-15  Dave Love  <fx@gnu.org>
3404         * progmodes/sh-script.el: Require skeleton and comint when
3405         compiling.
3407         * pcomplete.el (pcomplete) <defgroup>: Add :version.
3409         * whitespace.el: Doc fixes.
3410         (top-level): Don't add hooks here.
3411         (whitespace-running-emacs): Deleted.
3412         (timer): Don't require.
3413         (whitespace): Add back :version conditional on xemacs test.
3414         (whitespace-spacetab-regexp, whitespace-indent-regexp)
3415         (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
3416         (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
3417         (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
3418         Avoid specific xemacs test.
3419         (whitespace-global-mode): New option.
3420         (whitespace-global-mode): New command.
3421         (whitespace-unload-hook): New function.
3423         * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
3424         (Info-fontify-node, Info-goto-node, Info-mode-menu)
3425         (Info-fontify-node): `Goto' goes to `Go to'.
3426         (Info-fontify-node): Add help-echo to xref links.
3428 2000-10-15  Eli Zaretskii  <eliz@is.elta.co.il>
3430         * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
3432 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
3434         * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
3435         Use plist-get and allow :inherit.
3437         * emacs-lisp/cl-macs.el (cl-do-arglist):
3438         Use plist-get and plist-member instead of memq.
3440         * emacs-lisp/ewoc.el (ewoc-location): New function.
3441         (ewoc-enter-after, ewoc-enter-before): Document return value.
3442         * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
3443         Don't need make-local-hook any more.
3444         (cvs-addto-collection): Return the new tin.
3445         (cvs-mode-insert): Jump to the new line.
3447         * jit-lock.el (jit-lock-fontify-buffer): Remove.
3449         * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
3451         * font-lock.el (font-lock-syntactically-fontified): New var.
3452         (font-lock-fontify-syntactic-keywords-region): Use it.
3453         (font-lock-mode): Fix docstring.  Don't need make-local-hook anymore.
3455         * diff-mode.el (diff-find-file-name): Fix regexp.
3457         * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
3458         (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
3460         * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
3461         (sh-mode-syntax-table): Add punctuation syntax for < and >.
3462         (sh-mode): Don't make all vars local here.
3463         (sh-kw): Reformat.
3464         (sh-set-shell): Use dolist.  Don't set indent-region-function.
3465         (sh-mode-syntax-table): Use pop.
3466         (sh-remember-variable): Use push.
3467         (sh-help-string-for-variable): Use memq.
3468         (sh-safe-backward-sexp): Remove.
3469         (sh-safe-forward-sexp): Add ARG.
3470         (sh-get-indent-info, sh-prev-stmt): Use it.
3471         (sh-prev-line): Simplify by using forward-comment.
3472         (sh-this-is-a-continuation): Simplify.
3473         (sh-learn-buffer-indent): Use dolist.
3474         (sh-do-nothing): Remove.
3475         (sh-set-char-syntax, sh-set-here-doc-region):
3476         Use inhibit-modification-hooks.
3477         (sh-name-style): Use mapcar and push.
3478         (sh-load-style): Use dolist.
3479         (sh-save-styles-to-buffer): Use with-current-buffer and pp.
3480         (sh-case, sh-while-getopts): Use propertize directly rather
3481         than sh-electric-rparen.
3483 2000-10-14  Stefan Monnier  <monnier@cs.yale.edu>
3485         * textmodes/tex-mode.el: Require CL when compiling.
3486         (tex-mode-syntax-table): Init immediately.
3487         (tex-mode-map): Bind M-RET to latex-insert-item.
3488         (latex-mode): Set indent-line-function to latex-indent.
3489         (tex-common-initialization): Don't setup the syntax-table any more.
3490         (latex-insert-item): New skeleton.
3491         (tex-next-unmatched-end): Fix copy/paste braino.
3492         (latex-syntax-after, latex-skip-close-parens, latex-down-list)
3493         (latex-indent, latex-find-indent): New functions.
3494         (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
3495         (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
3496         (tex-compilation-parse-errors): Use with-syntax-table.
3498 2000-10-15  Miles Bader  <miles@gnu.org>
3500         * font-lock.el (font-lock-comment-face): Change dark-background,
3501         color, non-tty, default to `chocolate1'.
3503 2000-10-13  John Wiegley  <johnw@gnu.org>
3505         * eshell/esh-util.el (require): Added a missing `require' form,
3506         needed when compiling (for an ange-ftp macro definition).
3508 2000-10-13  Dave Love  <fx@gnu.org>
3510         * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
3512 2000-10-13  Gerd Moellmann  <gerd@gnu.org>
3514         * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc
3515         fix.
3517         * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
3518         transparent -colors 8).
3520 2000-10-13  Stephen Gildea  <gildea@alum.mit.edu>
3522         * time-stamp.el (time-stamp): Fixed bug in new multi-line code
3523         that breaks with old list format timestamps.
3524         (time-stamp-warn-inactive, time-stamp-old-format-warn)
3525         (time-stamp-count, time-stamp-conversion-warn): Improved doc
3526         strings.
3528 2000-10-13  John Wiegley  <johnw@gnu.org>
3530         * align.el, pcomplete.el, calendar/timeclock.el,
3531         eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
3533         * calendar/timeclock.el (timeclock-find-discrep): A fix to some
3534         faulty math, where holiday hours were being computing as seconds.
3536 2000-10-13  John Wiegley  <johnw@gnu.org>
3538         * desktop.el (desktop-buffer-modes-to-save): Added a global for
3539         specifying what "other" kinds of buffers should be saved.  This
3540         used to be hard-coded.
3541         (desktop-buffer-misc-functions): A global for specifying how
3542         auxiliary data should be determined for special buffer types.
3543         (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
3544         instead of hard-coding the special buffer types.
3545         (desktop-save): Run `desktop-buffer-misc-functions' to gather
3546         auxiliary data, instead of hard-coding for Info buffers and dired.
3547         (desktop-buffer-info-misc-data): Aux function for determining Info
3548         buffer auxiliary info.
3549         (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
3550         (desktop-buffer-info): Changed this function to use the info
3551         gathered above.
3552         (desktop-create-buffer): Be a little more careful about what
3553         `minor-mode' means before calling it.  This is important for some
3554         buffer types.
3556 2000-10-13  John Wiegley  <johnw@gnu.org>
3558         * eshell/esh-util.el: Added a global form which declares an
3559         autoload for `parse-time-string', if that function is not already
3560         defined, and if parse-time.el is available on the user's system.
3562         * eshell/em-ls.el (eshell-ls-applicable): Extended this function
3563         to be aware of ange-ftp user info.
3564         (eshell-do-ls): Bind `ange-cache'.  Also, use
3565         `eshell-file-attributes'.
3566         (eshell-ls-annotate): Use `eshell-file-attributes'.
3567         (eshell-ls-file): Made the user-id printing code a bit smarter.
3569         * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
3570         allow identification of alias user ids in remote directories.
3571         It's manual, but there's no other way to know when the current
3572         user on the local machine, is also the owning user on the remote
3573         machine.
3574         (fboundp): Bind `ange-cache'.
3575         (eshell-directory-files-and-attributes): Re-organized the logic a
3576         bit to use `eshell-file-attributes' instead of `file-attributes'.
3577         The former is more sensitive to directories that are read via FTP,
3578         and knows how to use ange-ftp to determine full attribute
3579         information, instead of just the name and last modtime.
3580         (eshell-current-ange-uids): Return the current user id when in a
3581         remote directory.
3582         (eshell-parse-ange-ls): Parse a full directory listing that has
3583         been returned by ange-ftp.
3584         (eshell-file-attributes): This beefed up version of
3585         `file-attributes' is only special if the user is currently in a
3586         remote directory, in which case it does a lot of work to find out
3587         what the real attributes of a file are, as they appear on the
3588         remote machine.  This makes usage of remote directories (i.e.,
3589         ange-ftp pathnames) much more useful.  You can now use Eshell as a
3590         full-fledged FTP client, with much more manipulation ability than
3591         most other clients.
3593         * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
3594         variable, which means that Eshell's du should always be preferred
3595         in remote directories.
3596         (eshell-shuffle-files): Use `eshell-file-attributes', rather than
3597         just `file-attributes'.
3598         (eshell-mvcp-template): Bind `ange-cache', to improve performance
3599         when reading remote directories.  This is an Eshell-specific
3600         variable (not part of ange-ftp).
3601         (eshell/ln): Bind `ange-cache'.
3602         (eshell/du): Added some extra logic for determining when to use
3603         Eshell's du (which is slow), and when to use the external version
3604         (which may or may not exist).
3606         * eshell/em-rebind.el (eshell-delchar-or-maybe-eof): Call
3607         `eshell-interactive-process', rather than using
3608         `get-buffer-process', since backgrounded processes don't count in
3609         the context of this function's logic.
3611         * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
3612         `forward-char', so that null strings are parsed correctly.
3614 2000-09-13  John Wiegley  <johnw@gnu.org>
3616         * eshell/em-pred.el (eshell-pred-file-type,
3617         eshell-pred-file-links, eshell-pred-file-size): Use
3618         `eshell-file-attributes'.  This is more correct over ange-ftp.
3620         * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
3621         that remote file globbing is more efficient.
3623         * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
3624         gathering the files and attributes within a directory.
3626         * eshell/em-unix.el (eshell/cat): If any of the files passed on
3627         the command line is a special file (not a regular file, directory
3628         or symlink), always attempt to call the external version of cat.
3630 2000-09-13  John Wiegley  <johnw@gnu.org>
3632         * eshell/esh-mode.el (eshell-find-tag): Corrections to the
3633         Eshell-friendly version of find-tag.
3635 2000-10-13  Miles Bader  <miles@lsi.nec.co.jp>
3637         * image-file.el (image-file-name-extensions)
3638         (image-file-name-regexps): Add autoload cookies.
3640 2000-10-13  Kenichi Handa  <handa@etl.go.jp>
3642         * international/mule-cmds.el (select-safe-coding-system): If FROM
3643         is string, show it in *Warning* buffer.
3645 2000-10-13  Eli Zaretskii  <eliz@is.elta.co.il>
3647         * startup.el (normal-top-level): Use display-popup-menus-p instead
3648         of window-system.
3649         (command-line): Use display-graphic-p instead of window-system.
3650         (command-line-1): Use display-popup-menus-p and display-mouse-p
3651         instead of window-system.
3653 2000-10-12  Sam Steingold  <sds@gnu.org>
3655         * tooltip.el (tooltip-use-echo-area): New user variable.
3656         (tooltip-show): Use it to choose between `x-show-tip' and `message'.
3658 2000-10-12  Dave Love  <fx@gnu.org>
3660         * recentf.el: Maintainer's checkdoc fixes.
3662         * startup.el (normal-top-level-add-subdirs-to-load-path): Use
3663         character class, not ASCII when matching file names.
3664         (fancy-splash-head): Add trailing slash to URL.
3665         (command-line): Don't require XPM support for toolbar.
3667         * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
3668         (cperl-invalid-face): Revert last change.
3669         (cperl-init-faces): Quote cperl-invalid-face.
3671 2000-10-12  Kenichi Handa  <handa@etl.go.jp>
3673         * startup.el (fancy-splash-text): Remove superfluous quote.
3675 2000-10-12  Gerd Moellmann  <gerd@gnu.org>
3677         * startup.el (fancy-splash-screens): Don't add a pre-command hook.
3678         (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
3679         (command-line-1): Don't use fancy-splash-pending-command.
3680         (fancy-splash-screens-1): Goto point-min after inserting text.
3682         * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
3684         * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
3685         instead of shared-lisp-mode-map.
3687 2000-10-12  Miles Bader  <miles@lsi.nec.co.jp>
3689         * faces.el (header-line): Change tty-variant to use underlining.
3691         * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
3692         (isearch-highlight): Restore lazy-isearch face properties at old
3693         position, and suppress them at new position.
3694         (isearch-dehighlight): Restore lazy-isearch face properties.
3695         (isearch-lazy-highlight-update): Add lazy-isearch overlays even
3696         over the real isearch overlay, but in that case, don't give it a
3697         face property.  Use `push'.
3699 2000-10-12  Kenichi Handa  <handa@etl.go.jp>
3701         * man.el (Man-getpage-in-background): Fix previous change.
3702         Decode the process output only when we are in multibyte mode.
3704 2000-10-11  Dave Love  <fx@gnu.org>
3706         * info.el (Info-mode-menu): Fix some help.
3707         (info-tool-bar-map): Add entry for Info-last.
3709         * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
3710         * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
3711         * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
3712         * toolbar/cut.xpm, toolbar/mail_compose.xpm:
3713         * toolbar/search-replace.xpm, toolbar/exit.xpm:
3714         * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
3715         * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
3716         * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
3717         * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
3718         * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
3719         Reduce colour requirements to 25 overall.  (Probably wants
3720         revisiting from the originals to reduce further.)
3722 2000-10-11  Eli Zaretskii  <eliz@is.elta.co.il>
3724         * hexl.el (hexlify-buffer): Bind coding-system-for-write to
3725         buffer-file-coding-system, instead of raw-text.
3726         (dehexlify-buffer): Bind coding-system-for-read to
3727         buffer-file-coding-system, instead of raw-text.
3729 2000-10-11  Sam Steingold  <sds@gnu.org>
3731         * progmodes/cperl-mode.el (cperl-invalid-face): double-quote
3732         `underline' - fixes the bug introduced on 2000-09-21.
3734 2000-10-11  Dave Love  <fx@gnu.org>
3736         * progmodes/scheme.el (scheme-mode-variables, dsssl-mode): Avoid
3737         compiler warnings.
3738         (scheme-mode): Doc fix.
3739         (scheme-font-lock-keywords-1): Match `define-syntax'.
3741 2000-10-11  Miles Bader  <miles@lsi.nec.co.jp>
3743         * faces.el (frame-set-background-mode): Pay attention to saved
3744         face specs as well as default ones.  Only do anything if the
3745         bg-mode or display-type has actually changed.  Use `dolist'.
3746         (region): Make dark-background `region' face less in-your-face.
3748 2000-10-10  Sam Steingold  <sds@gnu.org>
3750         * chistory.el, ielm.el, ledit.el:
3751         * progmodes/inf-lisp.el, progmodes/scheme.el:
3752         Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
3754 2000-10-10  Stefan Monnier  <monnier@cs.yale.edu>
3756         * textmodes/texinfo.el: Update copyright and fix typo.
3758         * desktop.el (desktop-modes-not-to-save): New var.
3759         (desktop-save-buffer-p): Use it.
3760         Also, obey desktop-buffers-not-to-save even for non-file buffers.
3761         (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
3763 2000-10-10  Dave Love  <fx@gnu.org>
3765         * toolbar/tool-bar.el (tool-bar-add-item)
3766         (tool-bar-add-item-from-menu): Don't favour XPM icons on mono
3767         display.
3769         * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
3770         * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
3771         * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
3772         * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
3773         * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
3774         * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
3775         * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
3776         * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
3777         * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
3778         * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
3779         the .xpms; probably need retouching.
3781 2000-10-10  Miles Bader  <miles@lsi.nec.co.jp>
3783         * subr.el (add-to-list): Add optional argument APPEND.
3784         * battery.el (display-battery): Use `add-to-list'.
3786 2000-10-09  Thien-Thi Nguyen  <ttn@gnu.org>
3788         * play/zone.el (zone-timer, zone-wc-tbl): Rework
3789         these vars as symbol properties.
3790         (zone, zone-when-idle, zone-leave-me-alone)
3791         (zone-pgm-whack-chars): Use new symbol properties.
3793         * battery.el (display-battery): Doc spelling fix.
3795         * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
3796         property.
3798 2000-10-09  Dave Love  <fx@gnu.org>
3800         * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
3801         has been initialized before calling tool-bar-setup.
3802         (tool-bar-add-item-from-menu): Add autoload cookie.
3804 2000-10-09  Eli Zaretskii  <eliz@is.elta.co.il>
3806         * menu-bar.el (send-mail-item-name): New function.
3807         (menu-bar-tools-menu) <compose-mail>: Use it to display the value
3808         of mail-user-agent in the menu.  Don't display the "Send Mail"
3809         item if mail-user-agent is nil or its value is ignore.
3810         (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
3811         if read-mail-command is nil or its value is ignore.
3813         * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
3815 2000-10-09  Miles Bader  <miles@gnu.org>
3817         * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
3818         Correct image size.
3819         * toolbar/left_arrow.xpm: Correct image size.
3821         * jka-compr.el: Don't call `jka-compr-install' when loading (it
3822         will be done by the definition of `auto-compression-mode' if
3823         necessary.  Move code to uninstall existing file-name handler
3824         before definition of `auto-compression-mode'.
3826         * image-file.el (auto-image-file-mode): Move to the end of the
3827         file, because `define-minor-mode' actually calls the mode-function
3828         if the associated variable is non-nil, which requires that all
3829         needed functions be already defined.
3831         * mouse.el (popup-menu): Balance parens.
3833 2000-10-08  Stefan Monnier  <monnier@cs.yale.edu>
3835         * mouse.el (popup-menu): Move the command call outside the loop
3836         so that popup-menu returns whatever the command returns.
3838         * progmodes/etags.el: Docstring fixes.  Maintainer line updated.
3839         (initialize-new-tags-table): Use run-hook-with-args-until-success.
3840         (find-tag): Use pop-to-buffer if switch-to-buffer failed.
3841         (tags-table-format-functions): Renamed from tags-table-format-hooks.
3843         * vc.el (vc-version-diff): diff-switches can be a list.
3844         Use relative filenames for prettier output.
3846         * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
3847         (vc-post-command-functions): Remove old-VC compatibility code.
3849         * newcomment.el (comment-indent-default): Autoload.
3851         * font-lock.el (font-lock-defaults): Make buffer-local.
3852         (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
3853         (font-lock-choose-keywords):
3854         Ignore LEVEL unless KEYWORDS is a list of syms.
3855         (c-keywords, c++-keywords, objc-keywords, java-keywords):
3856         Don't wrap regexp-opt things in \(...\) unnecessarily.
3858         * jit-lock.el: Don't require font-lock any more.
3859         (jit-lock-functions): Make buffer-local.
3860         (jit-lock-saved-fontify-buffer-function): Remove.
3861         (jit-lock-mode): Remove autoload cookie.
3862         Remove font-lock specific code.
3863         (jit-lock-unregister): Don't bother handling complex hooks any more.
3864         (jit-lock-refontify): New function.
3865         (jit-lock-fontify-buffer): Use it.
3866         (jit-lock-function-1): Replaced by jit-lock-fontify-now.
3867         (jit-lock-fontify-now): Renamed from jit-lock-function-1.
3868         Add optional args START and END.
3869         Never call font-lock-fontify-region directly.
3870         (jit-lock-function, jit-lock-stealth-fontify): Use it.
3872         * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
3874 2000-10-08  Dave Love  <fx@gnu.org>
3876         * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
3878         * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
3880         * play/studly.el (studlify-region, studlify-word): Add autoload
3881         cookie.
3883         * play/morse.el (morse-region, unmorse-region): Add autoload
3884         cookie.
3886         * play/spook.el (spook-phrases-file): Use expand-file-name, not
3887         concat.
3889         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
3890         insist on symbols starting with word syntax.
3891         (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
3892         (eval-defun-1): Doc fix.
3893         (indent-sexp): Use nconc to build up indent-stack.
3895         * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
3896         Gnus with little use.
3897         (mail-setup-hook): Add mail-abbrevs-setup to options.
3899         * recentf.el: Doc fixes.
3901         * vcursor.el (vcursor-cs-binding): Remove compatibility code.
3902         Clean up remainder.
3904         * timezone.el (timezone-parse-date): Doc fix.  Fix regexps for (5)
3905         without timezone and (8) with timezone to enforce some whitespace.
3906         Simplify code somewhat.
3908         * options.el (list-options): Doc that you should use customize.
3910         * iswitchb.el (iswitchb-mode): Add :require.
3912         * info.el (Info-goto-node, Info-menu): Doc fix.
3913         (Info-mode-menu): Bind beginning-of-buffer, Info-edit
3914         (info-tool-bar-map): New variable.
3915         (Info-mode): Use it.
3916         (Info-edit-map): Define all in defvar.
3917         (speedbar-attached-frame): Avoid compiler warning.
3919         * toolbar/tool-bar.el (tool-bar-map): Define it empty.
3920         (global-map): Bind [tool-bar] to a filtered map.
3921         (tool-bar-add-item): Remove MAP arg.  Allow PBM icons.
3922         (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
3923         Allow PBM icons.
3924         (tool-bar-setup): Adjust calls of tool-bar-add-item.
3926         * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
3927         * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
3928         * toolbar/right_arrow.xpm: New files.  Renamed from tigert's
3929         icons, except up_arrow, which is left-arrow rotated.
3931         * imenu.el (imenu-add-to-menubar): Fix last change.
3933 2000-10-08  Peter Breton  <pbreton@ne.mediaone.net>
3935         * generic-x.el (rul-generic-mode): Remove eval-when-compile
3936         statements. Suggested by Stefan Monnier  <monnier@cs.yale.edu>.
3938 2000-10-08  Eli Zaretskii  <eliz@is.elta.co.il>
3940         * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
3941         typos in doc strings.
3943         * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
3944         the doc strings how to customize Font Lock faces.
3946         * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
3947         computing growth when dragging the header line.
3949 2000-10-08  Eli Zaretskii  <eliz@is.elta.co.il>
3951         * simple.el (kill-line): Doc fix.
3953 2000-10-08  Miles Bader  <miles@gnu.org>
3955         * faces.el (secondary-selection): Make foreground visible on tty.
3957         * jka-compr.el (auto-compression-mode): Move to the end of the
3958         file, because `define-minor-mode' actually calls the mode-function
3959         if the associated variable is non-nil, which requires that all
3960         needed functions be already defined.
3961         (with-auto-compression-mode): Add autoload cookie.
3963 2000-10-07  Eli Zaretskii  <eliz@is.elta.co.il>
3965         * files.el (find-backup-file-name) [ms-dos]: If support for long
3966         file names is not available, behave as if version-control were set
3967         to never.
3969 2000-10-07  Dave Love  <fx@gnu.org>
3971         * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
3972         (browse-url-gnome-moz): New function.
3973         (browse-url-browser-function): Use it.
3974         Suggested by Colin Walters <walters@cis.ohio-state.edu>.
3976 2000-10-07  Stefan Monnier  <monnier@cs.yale.edu>
3978         * indent.el (tab-always-indent): New var.
3979         (indent-for-tab-command): Use it.
3981         * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
3982         raise an error.  This way it can still default to a sane value.
3984 2000-10-06  Stefan Monnier  <monnier@cs.yale.edu>
3986         * startup.el (fancy-splash-screens): Use local rather than global map.
3987         Don't use `update-menu-bindings' any more.
3988         Get rid of assumptions about keymap representation.
3990 2000-10-06  Dave Love  <fx@gnu.org>
3992         * textmodes/fill.el (sentence-end-double-space)
3993         (sentence-end-without-period):  Doc fix.
3994         (adaptive-fill-regexp): Purecopy.
3995         (unjustify-current-line): Use line-end-position.
3996         (fill-individual-paragraphs-prefix): Use line-beginning-position.
3998         * net/eudc-vars.el (eudc): Add :version, :link.
4000         * international/mule-conf.el (file-coding-system-alist): Use \', not $.
4002         * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
4003         Fix for define-minor-mode.
4004         (function-at-point): Alias to function-called-at-point.
4006         * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
4008         * simple.el (backward-word): Doc fix.
4010         * image-file.el (image-file-name-regexp): image-file-regexps ->
4011         image-file-name-regexps.
4012         (image-file-name-extensions): Add pbm.
4014 2000-10-06  Stefan Monnier  <monnier@cs.yale.edu>
4016         * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
4017         and add filename to the names so that diff-mode can jump to source.
4019         * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
4020         (tex-font-lock-keywords, tex-font-lock-keywords-2)
4021         (tex-font-lock-keywords-1): Remove.
4022         (font-lock-turn-on-thing-lock): Use jit-lock-register.
4023         (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
4024         (font-lock-default-fontify-region):
4025         Expand beg..end correctly when just following a multiline region.
4026         (font-lock-fontify-anchored-keywords):
4027         Include the anchor text as part of the multiline.
4029 2000-10-06  Gerd Moellmann  <gerd@gnu.org>
4031         * loadup.el (toplevel): Load `loaddefs' before `help' because the
4032         latter needs the autoloaded define-minor-mode macro during the
4033         bootstrap.
4035         * startup.el (command-line): For now, activate tool-bar-mode only
4036         if XPM images are supported.
4038         * mouse.el (mouse-drag-header-line): Don't allow resizing a
4039         window by dragging a header-line at the top of the frame; that's
4040         confusing because the header-line doesn't move.
4041         (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
4042         of treating the event as a list.  Some cleanup.
4044 2000-10-06  Miles Bader  <miles@gnu.org>
4046         * simple.el (display-message-or-buffer): New function.
4047         (shell-command-on-region): Use `display-message-or-buffer'.
4049         * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
4050         docstring parts.
4052         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
4053         (smbclient-prompt-regexp): Add usage note to doc string.
4054         (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
4055         (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
4056         Use add-hook for adding the comint filter function, and only do so
4057         if it's not already in the global hook list.
4058         (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
4059         to `make-local-variable'.
4060         (nslookup-font-lock-keywords): Remove prompt entry.
4061         (nslookup): Don't set the process-filter.
4062         (finger): Exit the loop correctly when the regexps list runs out.
4063         (ftp, smbclient, smbclient-list-shares):
4064         Set the real major mode immediately, not after execing.
4065         Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
4067         * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
4069 2000-10-05  Stefan Monnier  <monnier@cs.yale.edu>
4071         * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
4073         * which-func.el (which-func-format): Remove spurious space.
4074         (which-func-mode): Don't make it permanent-local.
4075         (which-func-ff-hook): Allow which-func-maxout to be nil.
4076         (which-func-update): Simplify a bit.  Only run if which-func-mode is t.
4077         (which-func-mode): Simplify.
4078         Use post-command-idle-hook rather than post-command-hook.
4079         Go through all buffers and update their state.
4080         (which-function): Also try add-log-current-defun-function.
4082         * vc.el (with-vc-properties): Use conses rather than length-2 lists.
4083         (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
4084         Update call to with-vc-properties accordingly.
4085         (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
4086         (vc-revert-buffer): More careful about window selection and deletion.
4087         (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
4089         * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
4090         (cvs-retrieve-revision): Reuse a pre-existing buffer.
4091         (cvs-dired-action): Change the default to quickdir.
4093         * newcomment.el (comment-indent): Delegate to indent-according-to-mode
4094         if comment-indent-function returns nil.
4095         (comment-indent-default): New function.
4096         (comment-indent-function): Use it and document the new semantics.
4098         * image-file.el: Docstring fixes.
4100         * help.el (help-xref-on-pp): Use match-string.
4101         (describe-variable): New arg BUFFER.
4102         Store the current buffer in the help-xref-stack.
4103         (temp-buffer-resize-mode): Use define-minor-mode.
4105         * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
4106         consistently with its docstring.
4107         Set jit-lock-first-unfontify-pos in an idempotent way.
4108         (jit-lock-register): Autoload and add arg CONTEXTUAL.
4110 2000-10-05  Alex Schroeder  <alex@gnu.org>
4112         * sql.el (sql-mysql-options): New variable.
4113         (sql-mysql): Use it.
4115 2000-10-05  Miles Bader  <miles@lsi.nec.co.jp>
4117         * image.el (image): New group.
4119         * smerge-mode.el (smerge-mine-face, smerge-other-face)
4120         (smerge-base-face, smerge-markers-face): Add dark-background variants.
4122 2000-10-04  Peter Breton  <pbreton@ne.mediaone.net>
4124         * net/net-utils.el (nslookup-font-lock-keywords)
4125         (ftp-font-lock-keywords, smbclient-font-lock-keywords):
4126         Ignore the value of wqindow-system; always define keywords
4128 2000-10-05  Kenichi Handa  <handa@etl.go.jp>
4130         * startup.el (fancy-splash-screens): Remove the code for
4131         debugging; `(trace-to-stderr "EXITTT\n")'.
4133 2000-10-05  Miles Bader  <miles@gnu.org>
4135         * diff-mode.el (diff-goto-source): Update call to
4136         `diff-hunk-status-msg' to reflect new REV variable.
4138 2000-10-04  Stefan Monnier  <monnier@cs.yale.edu>
4140         * progmodes/icon.el (icon-mode):
4141         Don't gratuitously override the default for comment-column.
4143         * vc-hooks.el (vc-mode-line): Fix interactive spec.
4145         * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
4146         (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
4147         (jit-lock-functions): New var.
4148         (jit-lock-function-1): Use it if non-nil.
4149         Don't switch the syntax-table.  Don't set parse-sexp-lookup-properties.
4150         Set the `fontified' property before doing the fontification to avoid
4151         repeatedly going through the same error.
4152         Don't turn errors into messages.
4153         (jit-lock-register, jit-lock-unregister): New functions.
4155         * dired.el (dired-mark-pop-up): Turn comment into docstring.
4156         Use with-current-buffer.
4158         * dired-aux.el (dired-do-create-files, dired-kill-tree):
4159         Turn comment into docstring.
4161         * apropos.el (apropos-mode): Use define-derived-mode.
4163 2000-10-04  Gerd Moellmann  <gerd@gnu.org>
4165         * startup.el (fancy-splash-pending-command): New variable.
4166         (fancy-splash-pre-command): New function.
4167         (fancy-splash-screens): Rewritten.
4168         (command-line-1): If fancy-splash-pending-command is set, call it
4169         interactively.
4171 2000-10-04  Dave Love  <fx@gnu.org>
4173         * toolbar/tool-bar.el (tool-bar-setup): New function.
4174         (tool-bar-mode): Use it.
4176         * subr.el (substitute-key-definition): Doc fix.
4177         (play-sound-file): New command.
4179 2000-10-04  Andre Spiegel  <spiegel@gnu.org>
4181         * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
4182         vc-version-backup-file-name): New functions.
4184         * files.el (basic-save-buffer): Call vc-before-save before saving.
4186         * vc-cvs.el (vc-cvs-make-version-backups): Return t if
4187         vc-cvs-stay-local-p.
4189         * vc.el (vc-revert-buffer): Handle empty diff properly.
4190         (vc-version-backup-file): New function.
4191         (vc-checkout): Create a version backup if necessary.
4192         (vc-checkin): If a version backup file exists, delete it.
4193         (vc-version-diff): Diff locally using version backups, if available.
4194         (vc-revert-file): If there's a version backup, revert locally.
4195         (vc-transfer-file): Use version backup for base version, if
4196         available.  If not, ask for confirmation whether to get it from the
4197         server.  Update mode line before check-in.
4199 2000-10-04  Dave Love  <fx@gnu.org>
4201         * toolbar/tool-bar.el (tool-bar-setup): New function.
4202         (tool-bar-mode): Use it.
4204 2000-10-04  Peter Breton  <pbreton@ne.mediaone.net>
4206         * net/net-utils.el (nslookup-font-lock-keywords)
4207         (ftp-font-lock-keywords, smbclient-font-lock-keywords):
4208         Only set if window-system is non-nil
4209         (net-utils-run-program): Returns buffer.
4210         (network-connection-reconnect): Added this function.
4212         * generic.el:
4213         Incorporates extensive cleanup and docfixes by
4214         Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
4215         Uses cl compile-time macros.
4216         (generic-mode-name, generic-comment-list)
4217         (generic-keywords-list, generic-font-lock-expressions)
4218         (generic-mode-function-list, generic-mode-syntax-table):
4219         Removed variables.
4220         (generic-mode-alist): Renamed to generic-mode-list.
4221         (generic-find-file-regexp): Default changed to "^#".
4222         (generic-read-type): Uses completing read on generic-mode-list.
4223         (generic-mode-sanity-check): removed this function.
4224         (generic-add-to-auto-mode): Removed this function
4225         (generic-mode-internal): Bind mode-specific definitions
4226         into function instead of putting them in alist.
4227         (generic-mode-set-comments): Reworked extensively.
4228         (generic-mode-find-file-hook): Simplified regexp searching
4229         (generic-make-keywords-list): Omit extra pair of parens
4231         * find-lisp.el (find-lisp-find-files-internal):
4232         Make sure directory name ends with "/".
4234         * generic-x.el (apache-conf-generic-mode):
4235         Regexp now allows leading whitespace.
4236         (rc-generic-mode): Added eval-when-compile
4237         around generic-make-keywords-list.
4238         Deleted duplicate regexp
4239         (rul-generic-mode): Added eval-when-compile
4240         around generic-make-keywords-list.
4241         (etc-fstab-generic-mode): New generic mode.
4242         (rul-generic-mode): Removed one eval-when-compile
4243         which caused a max-specpdl-size exceeded error.
4245 2000-10-04  Miles Bader  <miles@gnu.org>
4247         * simple.el (minibuffer-temporary-goal-position): New variable.
4248         (next-history-element): Try to keep the position of point in the
4249         input string constant.
4251         * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
4252         (dired-do-create-files): If there's only one file, pass it in as
4253         the DEFAULT arg to dired-mark-read-file-name.
4255 2000-10-03  Stefan Monnier  <monnier@cs.yale.edu>
4257         * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
4258         (diff-goto-source): Be smarter when choosing REVERSE or not.
4260         * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
4261         (texinfo-mode-menu): Add an explicit shortcut for update all.
4263 2000-10-03  Andre Spiegel  <spiegel@gnu.org>
4265         * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
4266         factorize backend-specific code cleanly (this was essentially
4267         conceived by Stefan Monnier).
4268         (vc-unregister): Function removed.
4269         (vc-revert-file): New function.
4270         (vc-revert-buffer): Delegate some of the work to it.
4272         * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
4273         default branch unconditionally.
4274         (vc-rcs-set-default-branch): New function.
4275         (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
4276         (vc-rcs-checkin): If an appropriate default branch has been set,
4277         force creation of that branch.
4278         (vc-rcs-receive-file): Rewritten to contain only backend-specific
4279         code (as suggested by Stefan Monnier).
4281 2000-10-02  Gerd Moellmann  <gerd@gnu.org>
4283         * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
4284         highlighting overlay with a different face over the overlay
4285         isearch uses to highlight the current match because that can lead
4286         to bad face combinations.
4288         * loadup.el (toplevel): Load faces before isearch.
4290         * isearch.el (isearch-faces): New custom group.
4291         (isearch): New defface; was already tested for in the code.
4292         (isearch-lazy-highlight-face): Changed to defface from defcustom.
4293         (isearch-highlight): Always use face `isearch'.
4295 2000-10-02  Dave Love  <fx@gnu.org>
4297         * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
4298         unused vars.  Treat byte-constant2 like byte-constant.  Fix bogus
4299         comparison of opcode with operand.
4301 2000-10-03  Miles Bader  <miles@gnu.org>
4303         * play/yow.el (yow): Don't display multi-line quotations in a *Help*
4304         buffer, since the echo area will now grow to accommodate them.
4306 2000-10-02  Andre Spiegel  <spiegel@gnu.org>
4308         * vc-hooks.el (vc-registered): If FILE used to be registered under
4309         a certain backend, try that one first.
4311         * vc.el (vc-responsible-backend): Undo the previous change in the
4312         argument list.  Handle multiple backends correctly.
4313         (vc-find-new-backend): Function removed.
4314         (vc-register): Use vc-responsible-backend, as before.
4315         (vc-next-action-on-file): Do use vc-registered, not vc-backend.
4317 2000-10-02  Gerd Moellmann  <gerd@gnu.org>
4319         * startup.el (fancy-splash-head): Change message below the
4320         logo.
4322 2000-10-02  Miles Bader  <miles@lsi.nec.co.jp>
4324         * diff-mode.el (diff-goto-source): Emit a status message.
4325         (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
4326         (diff-test-hunk): Fix doc string.
4327         (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
4328         (diff-advance-after-apply-hunk): New variable.
4329         (diff-apply-hunk): Don't return a value.
4331 2000-10-01  Stefan Monnier  <monnier@cs.yale.edu>
4333         * vc.el (vc-editable-p): Minor optimization.
4334         (edit-vc-file, vc-next-action-on-file): Don't use find-file.
4335         (vc-find-new-backend): New function split from vc-responsible-backend.
4336         (vc-register): Use it.
4337         (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
4338         (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
4339         (vc-default-unregister, vc-revert-buffer): Docstring fix.
4340         (vc-clear-headers): Don't use find-file.
4341         (vc-revert-buffer): Use `and' again (must have been a braino).
4342         (vc-switch-backend): Only prompt if requested.
4343         Short circuit if nothing is to be done.
4344         Don't use vc-resynch-buffer which could lose unsaved editing.
4345         (vc-default-receive-file): Update call to vc-unregister.
4346         (with-vc-file, vc-next-action-on-file):
4347         Use vc-backend rather than vc-registered.
4348         (vc-next-action-on-file): Use intern-soft.
4349         Deal with read-only *vc-diff* buffer.
4350         (vc-transfer-file): Docstring fix.
4352         * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
4353         (vc-rcs-receive-file): Avoid with-vc-properties.
4354         Update call to vc-unregister.
4355         Use constant `RCS' rather than (dynamically bound) var `backend'.
4357 2000-10-01  Andre Spiegel  <spiegel@gnu.org>
4359         * vc.el (vc-next-action-on-file): Update mode line only if file
4360         is visited.
4361         (vc-start-entry): New argument initial-contents.  Don't visit the file
4362         if it isn't already visited.  Brought documentation up-to-date.
4363         (vc-next-action, vc-register): Updated calls to vc-start-entry.
4364         (vc-checkin): New optional arg initial-contents, which is passed to
4365         vc-start-entry.
4366         (vc-finish-logentry): Make sure to bury log buffer only if there
4367         really is one.  Call `vc-resynch-buffer' on log-file, not
4368         buffer-file-name.
4369         (vc-default-comment-history, vc-default-wash-log): New functions.
4370         (vc-index-of): Removed.
4371         (vc-transfer-file): Make do without the above.
4372         (vc-default-receive-file): Call comment-history unconditionally.  Pass
4373         the resulting string to vc-checkin, instead of inserting it into the
4374         comment ring.
4376         * vc-rcs.el (vc-rcs-receive-file): Call comment-history
4377         unconditionally.  Use the comments as initial contents of the log
4378         entry buffer.  Document the trick to force branch creation with no
4379         changes.
4381 2000-10-01  Miles Bader  <miles@gnu.org>
4383         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
4384         `recenter' with an arg to prevent redrawing the display.
4386 2000-09-30  Stefan Monnier  <monnier@cs.yale.edu>
4388         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
4390         * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
4392         * progmodes/c-mode.el (c-mode):
4393         Don't gratuitously override the default for comment-column.
4395         * textmodes/tex-mode.el (latex-metasection-list): New var.
4396         (latex-imenu-create-index): Use it.
4397         Move the regexp construction outside loops (and use push).
4398         (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
4399         (tex-font-lock-keywords): Moved from font-lock.el.
4400         (tex-comment-indent): Remove.
4401         (tex-common-initialization): Don't set comment-indent-function.
4402         (latex-block-default): New var.
4403         (tex-latex-block): Use it to provide a default choice.
4404         Add any unknown choice to latex-block-names.
4405         Insert [...] after {...}.
4406         (tex-last-unended-begin): Simplify regexp.
4407         (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
4408         (latex-forward-sexp-1, latex-forward-sexp): New functions.
4409         (latex-mode): Set forward-sexp-function.
4411         * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
4412         Add regexp for @ignore ... @end ignore.
4413         (texinfo-heading-face): New face.
4414         (texinfo-font-lock-keywords): Use it.
4415         (texinfo-mode-menu): New menu.
4416         (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
4417         New functions.
4418         (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
4419         (texinfo-section-types-regexp, texinfo-section-level-regexp)
4420         (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
4421         Remove declaration.
4422         (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
4424         * delsel.el (delete-selection-mode): Use define-minor-mode.
4426         * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
4428 2000-09-29  Stefan Monnier  <monnier@cs.yale.edu>
4430         * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
4432 2000-09-30  Gerd Moellmann  <gerd@gnu.org>
4434         * replace.el (keep-lines-read-args): New function.
4435         (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
4436         read arguments interactively.  Add parameters RSTART and REND.
4437         Operate on the active region in Transient Mark mode.
4439         * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
4441         * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
4442         (authors-obsolete-files-regexps): New variable.
4443         (authors-add): Don't record changes in obsolete files.
4445 2000-09-29  Stefan Monnier  <monnier@cs.yale.edu>
4447         * autoinsert.el (auto-insert-mode): Use define-minor-mode.
4449         * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
4450         (comment-indent): Make sure there's a space between code and comment.
4451         Shift comments left to avoid going past fill-column.
4453 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
4455         * startup.el (startup-echo-area-message): New function.
4456         (display-startup-echo-area-message): Use it.
4457         (fancy-splash-screens): Rewritten to use keymaps and a timer.
4458         (fancy-splash-default-action): New function.
4459         (fancy-splash-screens-1): New function.
4460         (fancy-splash-head): Put a help-echo and a keymap under the image.
4462 2000-09-29  Stefan Monnier  <monnier@cs.yale.edu>
4464         * diff-mode.el (diff-add-log-file-name): Remove.
4465         (diff-mode): Use add-log-buffer-file-name-function.
4467         * add-log.el (find-change-log): New arg BUFFER-FILE.
4468         (add-log-file-name): Obey add-log-file-name-function.
4469         (add-log-buffer-file-name-function): New var.
4470         (add-change-log-entry): Use it.
4472 2000-09-29  Miles Bader  <miles@gnu.org>
4474         * image-file.el (image-file-name-extensions): New variable.
4475         (image-file-name-regexps): Renamed from `image-file-regexps'.
4476         New default value is nil.  Call `auto-image-file-mode'.
4477         (image-file-name-regexp): New function.
4478         (auto-image-file-mode): New minor mode.
4479         (insert-image-file): Don't make conditional on the image-file
4480         handler being enabled.
4481         (image-file-handler): Make the call here conditional instead.
4482         (set-image-file-handler-enabled, enable-image-file-handler)
4483         (disable-image-file-handler): Functions removed.
4485         * emacs-lisp/authors.el (authors-print): Rephrase many-files
4486         string.
4488 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
4490         * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
4491         it's a function from CL.
4492         (latex-imenu-create-index): Replace eval-when-compile with progn
4493         because latex-section-alist is not bound while compiling.
4495 2000-09-28  Stefan Monnier  <monnier@cs.yale.edu>
4497         * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
4498         (outline-mode): Use define-derived-mode.
4500         * progmodes/perl-mode.el (perl-mode):
4501         * progmodes/awk-mode.el (awk-mode):
4502         * progmodes/asm-mode.el (asm-mode):
4503         Don't gratuitously override the default for comment-column.
4505         * emacs-lisp/lisp.el (lisp-complete-symbol):
4506         Distinguish the let-binding case from the funcall case.
4507         (forward-sexp-function): New variable.
4508         (forward-sexp): Use it.
4510         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
4511         (easy-mmode-defmap): Remove the now useless autoload.
4513         * time.el (display-time-mode): Use define-minor-mode.
4515         * subr.el (add-minor-mode): Don't eval NAME.
4516         Don't depend on the presence of TOGGLE-FUN for any special behavior.
4517         Use if rather than cond.
4519         * simple.el (read-expression-map): Define more properly.
4520         (comment-indent-hook): Remove.
4521         (string-to-syntax): Bug fix.
4523         * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
4524         (cvs-ediff-diff): Fix typo.
4525         (cvs-revert-if-needed): Don't bother preserving read-only.
4527         * paren.el (show-paren-mode): Use define-minor-mode.
4529         * jka-compr.el (auto-compression-mode): Use define-minor-mode.
4530         (toggle-auto-compression): Remove.
4531         (jka-compr-build-file-regexp): Remove useless grouping.
4533         * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
4534         Avoid user-reserved bindings.
4535         (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
4536         (diff-header-face): Revert to grey85.
4538         * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
4540         * complete.el (partial-completion-mode) <defcustom>: Remove.
4541         (partial-completion-mode): Use define-minor-mode.
4542         (PC-do-completion): Understand `completion-auto-help = delay'
4543         to mean to popup the completion buffer only the second time.
4544         (PC-include-file-all-completions, PC-include-file-all-completions)
4545         (PC-include-file-all-completions): Don't quote lambda.
4547         * comint.el (comint-mode-hook): Docstring fix.
4548         (comint-mode): Use define-derived-mode.
4549         (comint-mode-map): Remove obsolete comment.
4550         (make-comint): Minor stylistic change.
4551         (comint-insert-clicked-input): Be more careful to find the overlay.
4552         Use this-command-keys rather than hardcoding mouse-2.
4554         * font-lock.el: Replace confusing (,@ with ,
4555         (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
4556         Don't use regexp-opt-depth.  Spice up the regexp for args.
4557         Don't distinguish between cmds that can take an opt arg or not.
4558         Use `append' and `prepend' rather than `keep'.
4560         * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
4561         (latex-outline-regexp): New var.
4562         (latex-outline-level): New fun.
4563         (latex-section-alist): New var.
4564         (latex-imenu-create-index): Use it.  Use `push' as well.
4565         (tex-shell-map): Initialize it properly.
4566         (tex-mode): Minor stylistic change.
4567         (plain-tex-mode): Use define-derived-mode.
4568         (latex-mode): Use define-derived-mode.
4569         Construct the paragraph regexps in a more readable way.
4570         Set the buffer-local outline-{level,regexp} vars.
4571         (slitex-mode): Derive from latex-mode.
4572         (tex-common-initialization): Don't kill-all-vars anymore.
4573         Add setting for comment-add and font-lock-defaults.
4574         (tex-start-shell): Use with-current-buffer and don't re-init keymap.
4575         (tex-main-file): New fun.  Obey TeX-master as well and remove `.tex'.
4576         (tex-start-tex): New arg DIR (and send a chdir command for it).
4577         Also display the shell buffer and save it in tex-last-buffer-texed.
4578         (tex-region): Use expand-file-name rather than concat.
4579         Remove code made useless by changes in tex-start-tex.
4580         (tex-file): Use tex-main-file and adapt to new tex-start-tex.
4582         * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
4584 2000-09-28  Dave Love  <fx@gnu.org>
4586         * eshell/eshell.el (eshell) <defgroup>: Add :version.
4588 2000-09-28  Gerd Moellmann  <gerd@gnu.org>
4590         * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
4591         `append'.
4593 2000-09-28  Stefan Monnier  <monnier@cs.yale.edu>
4595         * info.el (Info-extract-pointer): Undo last change.
4596         Instead, fix the position of the `bound' arg to re-search-backward.
4598 2000-09-27  Stefan Monnier  <monnier@cs.yale.edu>
4600         * info.el (Info-extract-pointer):
4601         Widen more carefully, to avoid finding pointers in other nodes.
4602         (Info-index): Use push.
4604 2000-09-27  Gerd Moellmann  <gerd@gnu.org>
4606         * frame.el (set-frame-font): Remove call to obsolete function
4607         frame-update-faces.
4608         (set-foreground-color, set-background-color): Likewise for
4609         frame-update-face-colors.
4611 2000-09-27  Miles Bader  <miles@gnu.org>
4613         * image-file.el: New file.
4615 2000-09-27  Gerd Moellmann  <gerd@gnu.org>
4617         * frame.el (frame-notice-user-settings): Don't call
4618         frame-update-faces, which is a no-op now.
4620         * ediff-wind.el (ediff-control-frame-parameters): Add zero
4621         tool-bar-lines.
4623 2000-09-27  Dave Love  <fx@gnu.org>
4625         * mouse.el: Fix last change.
4627 2000-09-27  Miles Bader  <miles@lsi.nec.co.jp>
4629         * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
4631 2000-09-22  Kenichi Handa  <handa@etl.go.jp>
4633         * international/quail.el (quail-help): The output message is
4634         improved.
4636 2000-09-26  Dave Love  <fx@gnu.org>
4638         * mouse.el (popup-menu): If POSITION is nil, set it using
4639         mouse-position.
4641 2000-09-25  Sam Steingold  <sds@gnu.org>
4643         * net/browse-url.el (browse-url-file-url): Check for null maps.
4645 2000-09-26  Gerd Moellmann  <gerd@gnu.org>
4647         * frame.el (frame-notice-user-settings): Don't add a
4648         tool-bar-lines frame parameter to default-frame-alist in batch mode.
4650         * frame.el (frame-notice-user-settings):
4651         Make tool-bar-mode and default-frame-alist consistent.
4653         * toolbar/tool-bar.el (tool-bar-help): New function.
4655 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
4657         * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
4658         current-load-list in top-level forms.  Else this leaks a cons cell
4659         every time a defun is called.
4661         * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
4663 2000-09-25  Dave Love  <fx@gnu.org>
4665         * startup.el (fancy-splash-head): Check XPM is available.
4667         * autoinsert.el (auto-insert): Doc fix.
4668         (auto-insert-alist): Following GNU notices, don't say `copyright
4669         _by_'.  Use line-beginning-position.
4670         (auto-insert): Check buffer-file-name is non-nil before use.
4672 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
4674         * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
4675         starting with `@def' or `@multitable', in addition to ones
4676         specified by the user in auto-fill-inhibit-regexp.
4678 2000-09-25  Markus Rost  <rost@math.ohio-state.edu>
4680         * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
4681         rmail-dont-reply-to-names matches the empty string.
4683 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
4685         * startup.el (command-line-1, fancy-splash-text): Change the
4686         text to sound more friendly.
4688 2000-09-23  Thien-Thi Nguyen  <ttn@gnu.org>
4690         * progmodes/hideshow.el: Update author email address.
4691         Generally, sync w/ maintainer version 5.22.
4692         (hs-hide-all-non-comment-function): New var.
4693         (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
4694         (hs-hide-all): Use `hs-hide-all-non-comment-function'.
4695         (hs-show-region): Delete this command.
4696         (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
4698 2000-09-22  Dave Love  <fx@gnu.org>
4700         * hl-line.el (hl-line-overlay): Don't make it buffer-local.
4701         (hl-line-highlight): Specify buffer when moving overlay.
4703         * progmodes/fortran.el (fortran-mode): Locally set
4704         normal-auto-fill-function.
4705         (fortran-auto-fill-mode): Just alias to auto-fill-mode.
4706         (fortran-mode-map): Adjust auto-fill menu entry.
4708 2000-09-22  Gerd Moellmann  <gerd@gnu.org>
4710         * vc-rcs.el (toplevel): Require `vc' when compiling.
4712         * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
4714 2000-09-22  Andre Spiegel  <spiegel@gnu.org>
4716         * vc.el (vc-switch-backend): Signal an error if the file is not
4717         registered under the new backend.
4719         * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
4720         without explicit revision number.
4722 2000-09-21  Stefan Monnier  <monnier@cs.yale.edu>
4724         * diff-mode.el (diff-file-header-face): Reset to its previous value.
4725         (diff-hunk-text): Correctly use offsets rather than buffer-positions.
4726         (diff-xor): New function.
4727         (diff-find-source-location): Use it.  Fix a stupid name clash.
4728         (diff-hunk-status-msg): New function.
4729         (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
4730         (diff-test-hunk): Use diff-find-source-location.
4731         (diff-goto-source): Favor the `reverse'.
4732         (diff-hunk-text): Properly handle one-sided context diffs.
4733         (diff-apply-hunk): When done, advance to the next hunk.
4735 2000-09-21  Gerd Moellmann  <gerd@gnu.org>
4737         * startup.el (command-line): If frame was created with a non-zero
4738         tool-bar-lines parameter, switch tool-bar-mode on.
4740         * add-log.el (change-log-date-face, change-log-name-face)
4741         (change-log-email-face, change-log-file-face)
4742         (change-log-list-face, change-log-conditionals-face)
4743         (change-log-function-face, change-log-acknowledgement-face):
4744         New faces, inheriting from font-lock faces.
4745         (change-log-font-lock-keywords): Use them.
4747 2000-09-21  Dave Love  <fx@gnu.org>
4749         * progmodes/cperl-mode.el (top-level): Clean up
4750         `eval-when-compile's and assorted defvars.
4751         (cperl-invalid-face): Don't double-quote value.  Change custom
4752         type.
4753         (cperl-mode): Set normal-auto-fill-function and don't zap
4754         auto-fill-function.
4755         (cperl-imenu--function-name-regexp-perl): Renamed from
4756         imenu-example--function-name-regexp-perl.
4757         (cperl-imenu--create-perl-index): Renamed from
4758         imenu-example--create-perl-index.
4759         (cperl-xsub-scan): Don't require cl.
4761         * msb.el (msb-mode-map): Use substitute-key-definition.
4762         (msb-mode): Use msb-mode-map.
4764 2000-09-21  Andre Spiegel  <spiegel@gnu.org>
4766         * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
4767         New functions.
4768         (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
4769         (vc-switch-backend): New function.
4770         (vc-prefix-map): Bind `vc-switch-backend' to `b'.
4771         (vc-register): Fix prompt.
4772         (vc-unregister, vc-default-unregister): New functions.
4773         (vc-version-diff): Handle empty buffer in sentinel.
4775         * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
4776         (vc-rcs-state-heuristic): Use it to guess the state of files with
4777         non-strict locking.
4778         (vc-rcs-find-most-recent-rev): Handle the case when a branch has
4779         been set with -b, but not created yet.
4780         (vc-rcs-fetch-master-state): With non-strict locking, compare file
4781         contents in order to find the state.
4782         (vc-rcs-checkin): Allow creation of branches with no changes.
4783         (vc-rcs-unregister, vc-rcs-receive-file)
4784         (vc-rcs-set-non-strict-locking): New functions.
4786         * vc-hooks.el (vc-name): Force correct computation of the value
4787         in case it is missing.
4789 2000-09-21  Gerd Moellmann  <gerd@gnu.org>
4791         * startup.el (fancy-splash-tail): Use a different foreground
4792         color on a dark frame background.
4794 2000-09-21  Miles Bader  <miles@lsi.nec.co.jp>
4796         * info.el: Use the correct capitalization when making Info-mode
4797         and Info-edit-mode `special' modes.
4799 2000-09-20  Stefan Monnier  <monnier@cs.yale.edu>
4801         * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
4802         (diff-mode): Add support for add-log.el.
4803         (diff-hunk-text): Use char offsets rather than line offsets.
4804         (diff-find-source-location): Replace LINE with line-offset (nil
4805         if not found) and always set POS to a meaningful position.
4806         Adapt to the new char-offsets.
4807         (diff-apply-hunk): Drop support for the unused `select' POPUP.
4808         Adapt to the new diff-find-source-location.
4809         (diff-goto-source): Adapt to the new diff-find-source-location.
4811         * add-log.el (add-log-file-name): New function (split out of
4812         add-change-log-entry).
4813         (add-change-log-entry): Use it.
4814         Call add-log-file-name-function with the changelog file name if
4815         the current buffer is not associated with any file.
4816         Avoid find-file if the selected window is dedicated.
4818         * diff-mode.el (diff-find-source-location):
4819         Move code from diff-apply-hunk.  Return buffer rather than file.
4820         (diff-apply-hunk): Use the new result from  diff-find-source-location.
4821         (diff-goto-source): Use the new diff-find-source-location.
4823 2000-09-20  Dave Love  <fx@gnu.org>
4825         * iswitchb.el: Some doc fixes.
4826         (iswitchb-mode-map): Define completely initially.  Inherit
4827         minibuffer-local-map.
4828         (iswitchb-completion-help) <!iswitchb-xemacs>: Use
4829         fundamental-mode.
4830         (iswitchb-global-map): New variable.
4831         (iswitchb-summaries-to-end): Amalgamate regexps.
4832         (iswitchb-mode): New.
4833         (iswitchb-mode-hook): New variable.
4834         (iswitchb) <defgroup>: Add URL link.  Use group `completion', not
4835         `extensions'.
4837 2000-09-20  Gerd Moellmann  <gerd@gnu.org>
4839         * ehelp.el (electric-help): New defgroup.
4840         (electric-help-shrink-window): New user-option.
4841         (with-electric-help): Use it.
4843         * window.el (shrink-window-if-larger-than-buffer): If face
4844         `mode-line' has a :box, and we're on a graphical frame, add 1
4845         to the needed window height.
4847         * frame.el (frame-notice-user-settings): Add a last parameter nil
4848         to a call to `append', because the last list passed to `append' is
4849         not copied, and so subsequent calls to assq-delete-all will modify
4850         default-frame-alist.
4852         * startup.el (fancy-splash-image): Change :type.
4853         (fancy-splash-head): Use an XBM image if appropriate.
4854         (command-line-1): Show splash screens in more cases.
4856         * startup.el (fancy-splash-text): Don't quote faces.
4858         * dired.el (dired-font-lock-keywords): Undo last change.
4859         (dired-readin): Bind indent-tabs-mode to nil.
4861         * startup.el (fancy-splash-head): If frame's background mode
4862         is `dark', change the black background of the image to gray.
4863         (fancy-splash-screens): Display startup echo area message.
4864         (display-startup-echo-area-message): New function.
4866 2000-09-20  Miles Bader  <miles@lsi.nec.co.jp>
4868         * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
4870         * info.el (info-header-node): Tweak for color ttys.
4872         * faces.el (face-valid-attribute-values): Make sure directories we
4873         search for stipples both exist and are readable before trying to
4874         search them.
4876         * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
4877         in the dry-run case.
4879         * jka-compr.el (with-auto-compression-mode): New macro.
4881         * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
4882         (custom-group-tag-face, custom-variable-tag-face): Use relative
4883         :height and inherit from `variable-pitch' face instead of
4884         hardwiring :family.
4885         * hi-lock.el (hi-black-hb): Likewise.
4887         Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
4888         * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
4889         toolbar-add-item, if image doesn't have a mask add a `:mask
4890         heuristic'.
4892 2000-09-19  Stefan Monnier  <monnier@cs.yale.edu>
4894         * diff-mode.el: Docstring fixes.
4895         (diff-header-face, diff-comment-face): New faces.
4896         (diff-font-lock-keywords): Highlight a bit differently.
4897         (diff-find-source-location): Don't return SPAN any more.
4898         (diff-hunk-text): Don't bother erasing the temp buffer.
4899         (diff-find-text): Drop argument LINE.
4900         (diff-apply-hunk): Update calls to diff-find-text.
4901         (diff-goto-source): Use pop-to-buffer again and don't raise an error.
4903         * calendar/calendar.el: Docstring fixes.
4904         (calendar-make-alist): Don't quote lambda.
4905         (calendar-star-date): Use make-local-variable.
4907 2000-09-19  Dave Love  <fx@gnu.org>
4909         * toolbar/tool-bar.el: Renamed from toolbar.el.
4910         Change `toolbar' to `tool-bar' generally in symbols.
4911         Make some items invisible in `special' major modes.
4912         (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
4913         Add arg PROPS.
4915         * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
4916         Add :version here.
4917         (fancy-splash-delay, fancy-splash-image): Remove :version here.
4919 2000-09-19  Gerd Moellmann  <gerd@gnu.org>
4921         * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
4923         * files.el (find-file-suppress-same-file-warnings): New user-option.
4924         (find-file-noselect): Use it.
4926         * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
4927         (fancy-splash-screen): Defgroup.
4929         * add-log.el (change-log-font-lock-keywords): Match names
4930         more exactly for the case that font-lock-constant-face is
4931         underlined.
4933 2000-09-19  Richard M. Stallman  <rms@gnu.org>
4935         * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
4937 2000-09-19  Andre Spiegel  <spiegel@gnu.org>
4939         * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
4941 2000-09-19  Gerd Moellmann  <gerd@gnu.org>
4943         * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
4944         * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
4945         * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
4946         * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
4947         * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
4948         * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
4949         * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
4950         * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
4951         * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
4952         * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
4953         * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
4954         * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
4956         * startup.el (fancy-splash-text): New variable.
4957         (fancy-splash-delay, fancy-splash-image): New user-options.
4958         (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
4959         (fancy-splash-screens): New functions.
4960         (command-line-1): If display has a `display' frame parameter, has
4961         colors, and we have XPM support, show more fancy splash screens.
4963 2000-09-19  Dave Love  <fx@gnu.org>
4965         * map-ynp.el (map-y-or-n-p): Check use-dialog-box.  Don't lose
4966         with null `help'.  Use modern backquote syntax.
4968 2000-09-19  Gerd Moellmann  <gerd@gnu.org>
4970         * font-lock.el (font-lock-mode): Change message telling the user
4971         that ``the buffer is too big''.
4973         * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
4974         for instance for the case that tab-width is 2.
4976 2000-09-18  Gerd Moellmann  <gerd@gnu.org>
4978         * toolbar/toolbar.el (toolbar-like-menu-item): Like in
4979         toolbar-add-item, if image doesn't have a mask add a `:mask
4980         heuristic'.
4982 2000-09-18  Miles Bader  <miles@lsi.nec.co.jp>
4984         * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
4985         and return a cons if it's non-nil.
4986         (diff-apply-hunk): Try to jump to the line in the source text
4987         corresponding to the position of point in the in the hunk.
4989         * info.el (Info-title-3-face, Info-title-2-face)
4990         (Info-title-1-face): Use face inheritance and relative sizes
4991         instead of hard-wiring things.
4993         * faces.el (secondary-selection): Make dark-background variant sane.
4995 2000-09-16  Andrew Innes  <andrewi@gnu.org>
4997         * makefile.w32-in (compile-files-CMD): No need to make .elc files
4998         read-only, since they aren't under VC now.
5000 2000-09-17  Dave Love  <fx@gnu.org>
5002         * tmm.el: Replace mapcar with mapc in several places.
5004         * loadhist.el (unload-feature): Maybe call elp-restore-list and
5005         ad-unadvise.
5007         * international/latin1-disp.el: New file.
5009         * calendar/cal-move.el (scroll-calendar-left)
5010         (scroll-calendar-right): Make arg optional (for active mode line).
5012         * calendar/calendar.el (calendar-mode-line-format): Make fields
5013         mouse-sensitive.
5014         (calendar-read-date, calendar-read-date, calendar-window-list):
5015         Unquote lambda.
5016         (calendar-month-name): Use aref, not sref.
5018         * view.el (minor-mode-alist): Propertize the string.
5020         * international/characters.el (standard-case-table): Add entries
5021         for Greek.
5023 2000-09-18  Miles Bader  <miles@gnu.org>
5025         * info.el (info-node, info-xref): Add dark-background variants.
5027         * faces.el (header-line): Change defaults to be less confusing
5028         when mixed with mode-lines.
5030         * info.el (Info-fontify-node): Make a few cleanups.
5031         Add extra `help-echo' and `local-map' props to node xrefs.
5032         Use header-specific faces for node-names & xrefs.
5033         (Info-use-header-line): New variable.
5034         (info-header-xref, info-header-node): New faces.
5035         (Info-setup-header-line): New function.
5036         (Info-select-node): Call Info-setup-header-line when enabled.
5037         (Info-extract-pointer): Work even if the header line is hidden.
5038         (Info-header-line): New variable.
5040 2000-09-16  Stefan Monnier  <monnier@cs.yale.edu>
5042         * vms-patch.el (print-region-function): Don't quote lambda.
5044         * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
5046         * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
5047         (lm-get-header-re): Allow spaces between the header and the colon.
5048         (lm-header): Allow $ in non-RCS headers.
5049         (lm-header-multiline): Put the strings back into order.
5050         Stop at an empty line.  Don't require two space chars if the
5051         line is clearly not another header line.
5053         * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
5054         (popup-menu-popup): Remove.
5056 2000-09-15  Gerd Moellmann  <gerd@gnu.org>
5058         * toolbar/toolbar.el (toolbar-add-item): Use the same image
5059         specification if or if not tool-bar item contains an `:enabled'
5060         property.
5062         * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
5063         current buffer has no file name.
5065 2000-09-15  Dave Love  <fx@gnu.org>
5067         * strokes.el: Sync with maintainer's current version with changes
5068         for Emacs, but avoid runtime cl and levents.
5069         (toplevel):  Change autoloads and compilation requires.
5070         (strokes-version, strokes-bug-address, strokes-lift): Values
5071         changed.
5072         (strokes-xpm-header, strokes-insinuated): New variable.
5073         (strokes): Add :link.
5074         (strokes-mode): Customized.
5075         (strokes-while-inhibiting-garbage-collector): New macro.
5076         (strokes-remassoc): Avoid remove-if.
5077         (strokes-fix-button2-command): Don't use ad-do-it.
5078         (strokes-insinuate): New function.
5079         (strokes-button-press-event-p, strokes-button-release-event-p):
5080         New functions, used instead of non-`strokes-' versions..
5081         (strokes-mouse-event-p): Rewritten.
5082         (strokes-event-closest-point): Avoid event-point.
5083         (strokes-get-grid-position): Avoid cdadr, caadr
5084         (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
5085         functions.
5086         (strokes-help): Use with-output-to-temp-buffer.
5087         (strokes-window-configuration-changed-p): New function.
5088         (strokes-update-window-configuration): Use buffer-live-p,
5089         strokes-window-configuration-changed-p.
5090         (strokes-mode): Use strokes-insinuate.  Alter mouse bindings.
5091         (strokes-char-face): New face.
5092         (strokes-char-table, strokes-base64-chars): New variable.
5093         (strokes-xpm-for-stroke, strokes-list-strokes)
5094         (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
5095         (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
5096         (strokes-xpm-to-compressed-string, strokes-decode-buffer)
5097         (strokes-encode-buffer, strokes-xpm-for-compressed-string)
5098         (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
5099         functions.
5101 2000-09-15  Gerd Moellmann  <gerd@gnu.org>
5103         * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
5105         * image.el (create-image): Doc fix.
5107         * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
5108         instead of `:heuristic-mask t'.
5110 2000-09-14  Andrew Innes  <andrewi@gnu.org>
5112         * makefile.w32-in: Revert to Unix line endings.
5114 2000-09-14  Andrew Innes  <andrewi@gnu.org>
5116         * makefile.w32-in: Add bootstrap support.  Also copy lisp source
5117         when installing.
5119         * makefile.nt (DONTCOMPILE): Fix typo.
5121         * shell.el (shell-write-history-on-exit): New function.
5122         (shell-dumb-shell-regexp): New custom variable.
5123         (shell-mode): Make shell-write-history-on-exit the process
5124         sentinel if shell name matches shell-dumb-shell-regexp.
5126         * w32-fns.el: Comment out before-init-hook function which resets
5127         source-directory based; this breaks bootstrap.
5129 2000-09-14  Dave Love  <fx@gnu.org>
5131         * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
5132         toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
5133         toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
5134         toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
5135         toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
5136         toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
5137         toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm:  New.
5138         From Tuomas Kuosmanen <tigert@gimp.org>.  (Gnome icons fetched
5139         from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
5141         * toolbar/toolbar.el: New.
5143         * subdirs.el: Add toolbar.
5145 2000-09-14  Gerd Moellmann  <gerd@gnu.org>
5147         * indent.el (indent-for-tab-command): Doc fix.
5149 2000-09-14  Alex Schroeder  <alex@gnu.org>
5151         * ansi-color.el (ansi-colors): Doc change.
5152         (ansi-color-get-face): Simplified regexp.
5153         (ansi-color-faces-vector): Added more faces, doc change.
5154         (ansi-color-names-vector): Doc change.
5155         (ansi-color-regexp): Simplified regexp.
5156         (ansi-color-parameter-regexp): New regexp.
5157         (ansi-color-filter-apply): Doc change.
5158         (ansi-color-filter-region): Doc change.
5159         (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
5160         deal with zero length parameters.
5161         (ansi-color-apply-on-region): Doc change.
5162         (ansi-color-map): Doc change.
5163         (ansi-color-map-update): Removed debugging message.
5164         (ansi-color-get-face-1): Added condition-case to trap
5165         args-out-of-range errors.
5166         (ansi-color-get-face): Doc change.
5167         (ansi-color-make-face): Removed.
5168         (ansi-color-for-shell-mode): New option.
5170 2000-09-13  Kenichi Handa  <handa@etl.go.jp>
5172         * international/quail.el (quail-start-translation): Translate KEY
5173         if necessary even if it doesn't have any mapping in the current
5174         input method.
5175         (quail-start-conversion): Likewise.
5176         (quail-help): The output message is improved.
5178 2000-09-13  Miles Bader  <miles@gnu.org>
5180         * comint.el (comint-output-filter): Revert to using
5181         `insert-before-markers'.  Add bletcherous hack to undo damage
5182         caused by `insert-before-markers'.  Put `front-sticky' property on
5183         overlays created here so that the field code understands how the
5184         overlay works.  Use a let when making comint-last-prompt-overlay,
5185         so that the code is easier to read.
5187 2000-09-13  Dave Love  <fx@gnu.org>
5189         * wid-edit.el (widget-default-format-handler): DTRT when
5190         doc-property is a function.
5192 2000-09-12  Francesco Potorti`  <pot@gnu.org>
5194         * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
5195         filed name if it's not there.
5197 2000-09-12  Dave Love  <fx@gnu.org>
5199         * simple.el (read-mail-command): Doc fix.
5200         (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
5202         * vc.el (vc-dired-listing-switches): Fix :version.
5204         * vc-hooks.el: Doc fixes.
5206         * subr.el (add-minor-mode): Use toggle-fun arg.
5208         * speedbar.el: Add :version to several defcustoms.
5210         * imenu.el (imenu--truncate-items, imenu--cleanup)
5211         (imenu--generic-function): Avoid mapcar.
5212         (imenu--replace-spaces): Function removed.
5213         (imenu--completion-buffer): Use subst-char-in-string.
5214         (imenu-add-to-menubar): Use keymap inheritance.
5216 2000-09-12  Miles Bader  <miles@gnu.org>
5218         * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
5219         (diff-mode-map): Bind `diff-test-hunk'.
5220         (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
5222 2000-09-11  Gerd Moellmann  <gerd@gnu.org>
5224         * bytecomp.el (byte-compile-defvar): Undo last change
5225         because it breaks '(make-variable-buffer-local (defvar ...)'
5226         which is used at least in dired.
5228 2000-09-12  Kenichi Handa  <handa@etl.go.jp>
5230         * international/quail.el (quail-define-package): Docstring
5231         modified.
5233 2000-09-12  Kenichi Handa  <handa@etl.go.jp>
5235         * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
5236         extra docstrings for "chinese-ccdospy", "chinese-ecdict",
5237         "chinese-etzy", "chinese-sw", and "chinese-ziranma".  Modify the
5238         docstring of "chinese-py".
5240         * international/quail.el (quail-translation-docstring): New
5241         variable.
5242         (quail-show-keyboard-layout): Docstring modified.
5243         (quail-select-current): Likewise.
5244         (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
5245         infinite recursive call.
5246         (quail-help): Check quail-translation-docstring.  Format of the
5247         output changed.
5248         (quail-help-insert-keymap-description): Adjusted for the above
5249         change.
5251 2000-09-11  Gerd Moellmann  <gerd@gnu.org>
5253         * bytecomp.el (byte-compile-defvar): Only cons onto
5254         current-load-list in top-level forms.  Else this leaks a cons cell
5255         every time a defun is called.
5257 2000-09-11  Miles Bader  <miles@lsi.nec.co.jp>
5259         * diff-mode.el (diff-apply-hunk): Function basically rewritten.
5260         Now understands non-unified diffs.  Some functionality moved into
5261         `diff-hunk-text' and `diff-find-text'.  Add OTHER-FILE, DRY-RUN,
5262         POPUP, and NOERROR arguments.  If DRY-RUN is true, don't actually
5263         modify anything.  Only reposition point in the patched file if the
5264         patch succeeds.  Only pop up another window if POPUP is true.
5265         Emit a message describing what happened if successful, and at what
5266         line-offset.  Automatically detect reversed hunks and do something
5267         appropriate.
5268         (diff-hunk-text, diff-find-text): New functions.
5269         (diff-filter-lines): Function removed.
5270         (diff-test-hunk): New function.
5271         (diff-goto-source): Rewritten in terms of diff-apply-hunk.
5273 2000-09-10  Dave Love  <fx@gnu.org>
5275         * textmodes/tildify.el: Minor doc/commentary fixes.
5276         (tildify) <defgroup>: Add :version.
5278         * faces.el (face-x-resources): Make custom type more specific.
5279         (frame-background-mode): Use mapc.
5280         (region) <defcustom>: Add :version.
5282 2000-09-08  Stefan Monnier  <monnier@cs.yale.edu>
5284         * vc-sccs.el (vc-sccs-register):
5285         * vc-rcs.el (vc-rcs-register):
5286         * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
5287         * vc.el (vc-register): Clear file's properties.
5289 2000-09-08  Gerd Moellmann  <gerd@gnu.org>
5291         * faces.el (face-spec-set): Only face-spec-reset-face when
5292         ATTRS is non-nil.
5294 2000-09-08  Eli Zaretskii  <eliz@is.elta.co.il>
5296         * help.el (help-insert-xref-button): Fix a typo in doc string.
5298 2000-09-07  Eli Zaretskii  <eliz@is.elta.co.il>
5300         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
5301         Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
5302         methods.
5304         * menu-bar.el (read-mail-item-name): New function.
5305         (menu-bar-tools-menu): Use it to compute and display the package
5306         used to read email.
5307         (menu-bar-tools-menu): Fix typo in GUD's help string.
5309 2000-09-07  Dave Love  <fx@gnu.org>
5311         * diff-mode.el (diff-mouse-goto-source): New function.
5313         * vc-sccs.el: Doc fixes.
5314         (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
5316         * vc-rcs.el: Doc fixes.
5317         (vc-rcs-register-switches, vc-rcs-checkin-switches)
5318         (vc-rcs-checkout-switches, vc-rcs-header)
5319         (vc-rcs-master-templates): Add or change :version.
5321         * vc-cvs.el: Doc fixes.
5322         (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
5323         (vc-cvs-stay-local): Add :version.
5325         * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
5327 2000-09-07  Kenichi Handa  <handa@etl.go.jp>
5329         * international/quail.el (quail-help): Fix previous change.
5331 2000-09-07  Gerd Moellmann  <gerd@gnu.org>
5333         * faces.el (color-values): Doc fix.
5335         * faces.el (frame-set-background-mode): Use frame-parameter
5336         instead of frame-parameters.
5338         * frame.el (filtered-frame-list): Reduce consing.
5339         (frames-on-display-list): Call frame-parameter instead of
5340         frame-parameters.
5342 2000-09-07  Kenichi Handa  <handa@etl.go.jp>
5344         * language/devan-util.el (devanagari-to-indian-region): In the
5345         loop, change the following char, not preceding char.
5347 2000-09-07  Gerd Moellmann  <gerd@gnu.org>
5349         * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
5350         instead of frame-parameters.
5352         * faces.el (set-face-attribute): Simplify by calling
5353         internal-set-lisp-face-attribute with FRAME being 0.
5355         * vc.el: Remove `Id' version control keyword.
5357 2000-09-07  Kenichi Handa  <handa@etl.go.jp>
5359         * help.el (help-make-xrefs): Adjusted for the change of
5360         help-xref-mule-regexp.
5361         (help-insert-xref-button): New function.
5363         * international/mule-cmds.el (help-xref-mule-regexp-template):
5364         Include the pattern for character set.
5365         (leim): New group.
5367         * international/quail.el: Don't require face.
5368         (quail): New group.
5369         (quail-other-command): Dummy command to make quail-help work better.
5370         (quail-keyboard-layout-alist): Add Keyboard type "jp106".
5371         (quail-keyboard-layout-substitution): New variable.
5372         (quail-update-keyboard-layout): New function.
5373         (quail-keyboard-layout-type): New customizable variable.
5374         (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
5375         (quail-keyboard-translate): Pay attention to
5376         quail-keyboard-layout-substitution.
5377         (quail-insert-kbd-layout): New function.
5378         (quail-show-keyboard-layout): New function.
5379         (quail-get-translation): If the definition is a vector of length
5380         1, and the element is a string of length 1, return the character
5381         in that string.
5382         (quail-update-current-translations): Fix the case of
5383         relative-index out of range.
5384         (quail-build-decode-map, quail-insert-decode-map): New Functions.
5385         (quail-help): Show keyboard layout by quail-insert-kbd-layout.
5386         Show key sequences for all available characters.
5387         (quail-help-insert-keymap-description): Don't show such verbose
5388         key bindings as quail-self-insert-command.
5390         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
5391         Format changed, and each element now have extra documentations.
5392         (tit-process-header): Delete invalid characters from TIT-PROMPT.
5393         Adjusted for the change of quail-cxterm-package-ext-info.
5395 2000-09-06  Gerd Moellmann  <gerd@gnu.org>
5397         * vc-hooks.el (toplevel): Don't require `vc' during compilation;
5398         requiring it leads to a recursive loading of vc.el and vc-hooks.el
5399         during bootstrap.
5401 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
5403         * vc.el: (toplevel): Don't require `dired' at run-time.
5404         (vc-dired-resynch-file): Remove autoload cookie.
5406 2000-09-05  Andre Spiegel  <spiegel@gnu.org>
5408         * vc.el: Made several backend functions optional.
5409         (vc-default-responsible-p): New function.
5410         (vc-merge): Use RET for first version to trigger merge-news, not
5411         prefix arg.
5412         (vc-annotate): Handle backends that do not support annotation.
5413         (vc-default-merge-news): Removed.  The existence of a merge-news
5414         implementation is now checked on caller sites.
5416         * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
5417         case.
5419         * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
5420         special case that has been removed from the default in vc-hooks.el.
5422 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
5424         * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
5426 2000-09-05  Andre Spiegel  <spiegel@gnu.org>
5428         * vc-hooks.el: Require vc during compilation.
5429         (vc-file-setprop): Use `vc-touched-properties' if bound by the new
5430         macro `with-vc-properties' in vc.el.
5431         (vc-file-getprop): Doc fix.
5432         (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
5434         * vc.el: Require dired-aux during compilation.
5435         (vc-name-assoc-file): Moved to vc-sccs.el.
5436         (with-vc-properties): New macro.
5437         (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
5438         vc-finish-steal): Use it.
5439         (vc-cancel-version): Moved RCS-specific code to vc-rcs.el.  The call
5440         to the backend-specific function is now supposed to do the checkout,
5441         too.
5442         (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
5444         * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
5445         set file properties; that gets done in the generic code now.
5447         * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
5448         Changed parameter list, added code from vc.el that does the
5449         checkout, possibly with a double-take.
5451         * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
5452         (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
5453         the above under the new name.
5454         (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'.  Changed
5455         parameter list, added checkout command.
5456         (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
5457         properties; that gets done in the generic code now.
5459 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
5461         * vc.el: Docstring fixes (courtesy of checkdoc).
5463 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
5465         * vc.el (vc-checkout-writable-buffer-hook)
5466         (vc-checkout-writable-buffer): Remove.
5467         (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
5468         (vc-log-mode): Make it into a clean derived major mode.
5469         (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
5470         vc-log-mode if log-edit is not available.
5471         (vc-dired-mode-map): Don't set-keymap-parent yet.
5472         (vc-dired-mode): Do set-keymap-parent here.
5473         (vc-dired-buffers-for-dir): Nop if dired is not loaded.
5475 2000-09-05  Gerd Moellmann  <gerd@gnu.org>
5477         * faces.el (set-face-attribute, face-spec-reset-face)
5478         (face-spec-set): Avoid consing by removing calls to `apply'.
5480         * frame.el (frame-parameter): Move to C code.
5482 2000-09-05  Dave Love  <fx@gnu.org>
5484         * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
5485         insert-before-markers-and-inherit.  Now checked systematically!
5487 2000-09-05  Alex Schroeder  <alex@gnu.org>
5489         * sql.el (sql-postgres): Use sql-postgres-options.
5490         (sql-postgres-options): New variable.
5492 2000-09-05  Alex Schroeder  <alex@gnu.org>
5494         * sql.el (sql-mode-menu): Work around missing variable mark-active
5495         in XEmacs.
5496         (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
5497         (sql-interactive-mode): Added call to easy-menu-add for XEmacs
5498         compatibility.
5500 2000-09-04  Gerd Moellmann  <gerd@gnu.org>
5502         * vc.el (vc-dired-resynch-file): Add autoload cookie.
5504         * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
5506         * Makefile.in (DONTCOMPILE): Fix typo in file name.
5508 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
5510         * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
5511         don't support anything else under SCCS yet.
5513         * vc-hooks.el: Minor doc fixes.
5515 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
5517         * vc.el (vc-next-action-on-file): Do not visit the file if it's
5518         not necessary.  If verbose in state `needs-patch', do the same as
5519         under `up-to-date'.  When NOT verbose and `needs-patch', check out
5520         latest version instead of `merge-news'.
5521         (vc-next-action-dired): Don't mess with default-directory here; it
5522         breaks other parts of dired.  It is the job of the
5523         backend-specific functions to adjust it temporarily if they need it.
5524         (vc-next-action): Remove a special CVS case.
5525         (vc-clear-headers): New optional arg FILE.
5526         (vc-checkin, vc-checkout): Set properties vc-state and
5527         vc-checkout-time properly.
5528         (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
5529         (vc-print-log): Use new backend function `show-log-entry'.
5530         (vc-cancel-version): Do the checks in a different order.  Added a
5531         FIXME concerning RCS-only code.
5533         * vc-rcs.el (vc-rcs-show-log-entry): New function.
5534         (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
5536         * vc-cvs.el (vc-cvs-show-log-entry): New function.
5538         * vc-hooks.el (vc-default-mode-line-string): Show state
5539         `needs-patch' as a `-' too.
5541 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
5543         * vc.el (vc-responsible-backend): New optional arg REGISTER.
5544         (vc-default-could-register): New function.
5545         (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
5546         (vc-resynch-buffer): Call vc-dired-resynch-file.
5547         (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
5548         vc-resynch-buffer instead of vc-resynch-window.
5549         (vc-next-action-dired): Don't redisplay here, that gets done as a
5550         result of the individual file operations.
5551         (vc-retrieve-snapshot): Corrected prompt order.
5553         * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
5555         * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
5556         as well.
5557         (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p.  Handle
5558         hostname regexps.  Updated all callers.
5559         (vc-cvs-responsible-p): Handle directories as well.
5560         (vc-cvs-could-register): New function.
5561         (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
5562         properties up-to-date.
5564         * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
5565         user whether to create one.
5567 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
5569         * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
5570         check out a non-existing file.
5572         * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
5573         workfile does not exist.
5575         * vc.el (vc-version-diff): Use `require' to check for existence of
5576         diff-mode.
5578 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
5580         * vc-cvs.el (vc-cvs-registered): Use new function
5581         vc-cvs-parse-entry to do the actual work.
5583 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
5585         * vc-hooks.el (vc-find-backend-function): If function doesn't
5586         exist, return nil instead of error.
5587         (vc-call-backend): Doc fix.
5589         * vc.el (vc-do-command): Doc fix.
5590         (vc-finish-logentry): When checking in from vc-dired, choose the
5591         right backend for logentry check.
5592         (vc-dired-mode-map): Inherit from dired-mode-map.
5593         (vc-dired-mode): Local value of dired-move-to-filename-regexp
5594         simplified.
5595         (vc-dired-state-info): Removed, updated caller.
5596         (vc-default-dired-state-info): Use parentheses instead of hyphens.
5597         (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
5598         (vc-dired-listing-switches): New variable.
5599         (vc-directory): Use it, instead of dired-listing-switches.
5601         * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
5602         (vc-cvs-dir-state): New function.
5603         (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
5604         (vc-cvs-parse-entry): New function, also to be used in
5605         vc-cvs-registered.
5607 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
5609         * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
5610         *or* single-window-frames.
5612 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
5614         * vc.el (vc-update-changelog): Split into generic part and default
5615         implementation.  Doc string adapted.
5616         (vc-default-update-changelog): New function.  Call the `rcs2log'
5617         script in exec-directory, to fix a long-standing nuisance.
5619         * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
5620         simply signals an error.
5622 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
5624         * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
5625         control-flow more clear and to avoid running `cvs' twice.
5627         * vc.el (vc-next-action-on-file): Doc fix.
5628         (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
5629         (vc-print-log): Eval `file' before constructing the continuation.
5631 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
5633         * vc.el (vc-next-action-on-file): Corrected several messages.
5634         (vc-merge): Add prefix arg `merge-news'; handle it.
5636         * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
5637         is not reached.  It is.
5638         (vc-cvs-merge): Set state to 'edited after merge.
5639         (vc-cvs-merge-news): Set workfile version to nil if not known.
5640         (vc-cvs-latest-on-branch-p): Recommented.  Candidate for removal.
5642         * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
5643         via stdout. (Merge from main line.)
5645 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
5647         * vc.el (vc-finish-logentry): Thinko in the "same comment"
5648         detection.
5650 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
5652         * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
5653         against kill-all-local-variables.
5654         (vc-log-edit): Don't save vc-parent-buffer any more.
5655         (vc-last-comment-match): Initialize to an empty string.
5656         (vc-post-command-functions): New hook.
5657         (vc-do-command): Run it.
5658         (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
5659         (vc-finish-logentry): Only add the comment to the ring if it's
5660         different from the last comment entered.
5661         (vc-new-comment-index): New function.
5662         (vc-previous-comment): Use it.  Make the minibuffer message
5663         slightly less terse.
5664         (vc-comment-search-reverse): Make it work forward as well.  Don't
5665         set vc-comment-ring-index if no match is found.  Use
5666         vc-new-comment-index.
5667         (vc-comment-search-forward): Use vc-comment-search-reverse.
5668         (vc-dired-mode-map): Don't inherit from dired-mode-map since
5669         define-derived-mode will do it for us.  Bind `v' to a keymap that
5670         inherits from vc-prefix-map so that we can bind `vt' without
5671         binding C-x v t.
5672         (vc-retrieve-snapshot): Parenthesis typo.
5674         * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
5675         to 1.  Make sure to switch to *vc* before looking for an error
5676         message.  Use vc-parse-buffer.
5678 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
5680         * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
5681         and NAME.
5682         (vc-retrieve-snapshot): Split into two parts.
5683         (vc-default-retrieve-snapshot): New function.
5685         * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
5686         (vc-cvs-retrieve-snapshot): New function (untested).
5687         (vc-cvs-stay-local): Default to t.
5688         (vc-cvs-remote-p): New function and property.
5689         (vc-cvs-state): Stay local only if the above is t.
5690         (vc-handle-cvs): Removed.
5691         (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
5692         done via vc-handled-backends now.
5693         (vc-cvs-header): Escape Id.
5695 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
5697         * vc.el (vc-do-command): Remove unused commands.
5698         (vc-version-diff): Make sure default-directory ends with a slash.
5699         Move the window commands into a vc-exec-after.
5700         (vc-print-log): Move more of the code into the `vc-exec-after'.
5702 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
5704         * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
5705         (vc-print-log): Search current revision from beginning of buffer.
5706         (vc-revert-buffer): Clear echo area after the diff is finished.
5707         (vc-prefix-map): Removed definition of "t" for terse display in vc
5708         dired.
5709         (vc-dired-mode-map): Inherit from dired-mode-map.  Added
5710         definition of "vt" for terse display.
5711         (vc-dired-mode): Fix dired-move-to-filename-regexp.
5713 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
5715         * vc.el (vc-exec-after): Avoid caddr.
5717 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
5719         * vc.el (vc-exec-after): New function.
5720         (vc-do-command): Use it to add a termination message for async
5721         procs.
5722         (vc-checkout): Try to handle a missing-backend situation.
5723         (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
5724         of a directory with a backend using async diffs.
5725         (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
5726         present.
5728         * vc-sccs.el (vc-sccs-state-heuristic): Use
5729         file-ownership-preserved-p.
5731         * vc-rcs.el (vc-rcs-state-heuristic): Use
5732         file-ownership-preserved-p.
5733         (vc-rcs-checkout): Remove the error-handling for missing-rcs.
5735 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
5737         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
5738         vc-do-command.
5740         * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
5741         when there are no changes.
5743 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
5745         * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
5747         * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
5749 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
5751         * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
5753         * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
5754         the `fset' outside of the defvar so that it works even if
5755         vc-prefix-map was already defined.
5756         (vc-setup-buffer): New function, split out of vc-do-command.
5757         (vc-do-command): Allow BUFFER to be t to mean `just use the
5758         current buffer without any fuss'.
5759         (vc-version-diff): Change the `diff' backend operation to just put
5760         the diff in the current buffer without erasing it.  Always use
5761         *vc-diff* even for directory-diffs.  Use vc-setup-buffer.  Protect
5762         shrink-window-if-larger-than-buffer.
5763         (vc-print-log): Change the `print-log' backend operation to just
5764         put the log in the current buffer without erasing it.  Protect
5765         shrink-window-if-larger-than-buffer.
5766         (vc-update-change-log): Fix setd typo.
5768         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
5769         (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
5771         * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
5772         (vc-rcs-diff): Insert in the current buffer and remove unused arg
5773         CMP.
5775         * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
5776         with-temp-file.  Use the new BUFFER=t argument to vc-do-command.
5777         (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
5779 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
5781         * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
5782         not possible, use vc-BACKEND-workfile-unchanged-p.
5783         (vc-default-workfile-unchanged-p): New function.  Delegates to a
5784         full vc-BACKEND-diff.
5786         * vc-hooks.el (vc-simple-command): Removed.
5788         * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
5789         instead of vc-simple-command.
5790         (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
5791         avoid doing a diff when opening a file.
5792         (vc-rcs-state): Added check for unlocked-changes.
5793         (vc-rcs-header): Escape Id.
5794         (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
5795         (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
5796         version.
5798         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
5799         (vc-sccs-diff): Remove optional arg CMP.
5800         (vc-sccs-state): Call vc-workfile-unchanged-p, not the
5801         SCCS-specific function.
5803         * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
5804         vc-simple-command.
5806 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
5808         * vc.el (vc-editable-p): Renamed from vc-writable-p.
5809         (with-vc-file, vc-merge): Use vc-editable-p.
5810         (vc-do-command): Remove unused var vc-file and fix the
5811         doubly-defined `status' var.  Add a user message when starting an
5812         async command.
5813         (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
5814         (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
5815         Use with-current-buffer.
5816         (vc-buffer-sync): Use unless.
5817         (vc-next-action-on-file): If the file is 'edited by read-only,
5818         make it read-write instead of trying to commit.
5819         (vc-version-diff, vc-update-change-log): Use `setq
5820         default-directory' rather than `cd'.
5821         (vc-log-edit): Don't forget to set default-directory in the
5822         buffer.
5824         * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
5825         (vc-sccs-state-heuristic): Use file-writable-p instead of
5826         comparing userids.
5827         (vc-sccs-checkout): Use `unless'.
5829         * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
5830         of comparing userids.
5831         (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
5832         Simplify the logic by eliminating unreachable code.
5833         (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
5834         just do a recursive call if we need to retry.
5835         (vc-rcs-checkout): Handle the case where rcs is missing by making
5836         the buffer read-write if requested and re-signalling the error.
5838         * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
5840 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
5842         * vc-hooks.el (vc-handled-backends): Docstring change.
5843         (vc-ignore-vc-files): Mark obsolete.
5844         (vc-registered): Check vc-ignore-vc-files.
5845         (vc-find-file-hook, vc-file-not-found-hook): Don't check
5846         vc-ignore-vc-files.
5848         * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
5850 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
5852         * vc.el (vc-checkout): Don't do anything special for ange-ftp
5853         files since ange-ftp already has vc-registered return nil.
5855         * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
5856         (vc-sccs-workfile-version): Use with-temp-buffer and new
5857         vc-parse-buffer and don't bother setting the property.
5858         (vc-sccs-add-triple): Use with-current-buffer and
5859         find-file-noselect.
5860         (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
5862         * vc-rcs.el (vc-rcs-find-most-recent-rev): New function.  The code
5863         derives from the old vc-parse-buffer but uses the revision number
5864         rather than the date (much easier to compare robustly).
5865         (vc-rcs-fetch-master-state): Use `with-temp-buffer'.  Adapt to the
5866         new vc-parse-buffer (and vc-rcs-find-most-recent-rev).  Find the
5867         locking-user more directly.  Check strict locking and set
5868         checkout-model appropriately.
5869         (vc-rcs-parse-locks): Remove.
5870         (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
5871         new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
5872         (vc-rcs-system-release): Use with-current-buffer and
5873         vc-parse-buffer.
5874         (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
5876         * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
5877         (vc-simple-command): Docstring fix.
5878         (vc-registered): Align the way the file-handler is called with the
5879         way the function itself works.
5880         (vc-file-owner): Remove.
5882         * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer.  Reorder
5883         extraction of fields and call to file-attributes because of a
5884         temporary bug in rcp.el.
5885         (vc-cvs-fetch-status): Use with-current-buffer.
5887 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
5889         * vc.el (vc-do-command): Use file-relative-name.
5890         (vc-responsible-backend): Use vc-backend if possible.
5891         (vc-create-snapshot): Improve the `interactive' spec. Add support
5892         for branches and dispatch to backend-specific `create-snapshot'.
5893         (vc-default-create-snapshot): New function, containing the bulk of
5894         the old vc-create-snapshot.
5895         (vc-retrieve-snapshot): Improve the interactive spec.
5897         * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
5898         (vc-backend-hook-functions): Remove.
5899         (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
5900         (vc-backend): Reintroduce the test for `file = nil' now that I
5901         know why it was there (and added a comment to better remember).
5903         * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
5904         code from vc-sccs-hooks.el.
5905         (vc-sccs-release, vc-sccs-system-release): Remove.  Don't require
5906         'vc anymore.
5907         (vc-sccs-responsible-p): Use expand-file-name instead of concat
5908         and file-directory-p instead of file-exists-p.
5909         (vc-sccs-check-headers): Simplify the regexp.
5911         * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
5912         from vc-rcs-hooks.el.  Don't require 'vc anymore.
5913         (vc-rcs-responsible-p): Use expand-file-name instead of concat and
5914         file-directory-p instead of file-exists-p.
5916         * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
5917         from vc-cvs-hooks.el.
5918         (proto vc-cvs-registered): Require 'vc-cvs instead of
5919         'vc-cvs-hooks.  Don't require 'vc anymore.
5920         (vc-cvs-responsible-p): Use expand-file-name instead of concat and
5921         file-directory-p instead of file-exists-p.
5922         (vc-cvs-create-snapshot): New function, replacing
5923         vc-cvs-assign-name.
5924         (vc-cvs-assign-name): Remove.
5926 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
5928         * vc-cvs.el (vc-cvs-header): New var.
5930         * vc-rcs.el (vc-rcs-exists): Remove.
5931         (vc-rcs-header): New var.
5933         * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
5934         `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
5935         (vc-sccs-header): New var.
5937         * vc.el (vc-do-command): Get rid of the `last' argument.
5938         (vc-header-alist): Remove, replaced by vc-X-header.
5939         (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
5940         (vc-dired-hook): Use expand-file-name instead of concat.
5941         (vc-directory): Use file-name-as-directory.
5942         (vc-snapshot-precondition, vc-create-snapshot)
5943         (vc-retrieve-snapshot): Allow the command to operate on any
5944         directory.
5946         * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
5947         just removing the 'WORKFILE argument or by removing the 'MASTER
5948         argument and replacing `file' with (vc-name file).
5950 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
5952         * vc.el: Update Copyright and add a crude list of backend funs.
5953         (vc-writable-p): New function.
5954         (with-vc-file): Use vc-writable-p.
5955         (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
5956         (vc-register): Avoid vc-name.
5957         (vc-locking-user): Remove.
5958         (vc-steal-lock): Make the `owner' arg non-optional.
5959         (vc-merge): Use vc-writable-p instead of vc-locking-user and
5960         vc-checkout-model.
5961         (vc-default-dired-state-info): Use vc-state instead of
5962         vc-locking-user and return special strings for special states.
5963         (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
5964         and get rid of one of the special CVS cases.
5965         (vc-cancel-version): prettify error message with \\[...].
5966         (vc-rename-master): New function.
5967         (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
5968         use vc-rename-master) instead of vc-BACKEND-record-rename.  Make
5969         the CVS special case generic.
5970         (vc-default-record-rename): Remove.
5971         (vc-file-tree-walk-internal): Only call FUNC for files that are
5972         under control of some VC backend and replace `concat' with
5973         expand-file-name.
5974         (vc-file-tree-walk): Update docstring.
5975         (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
5976         (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
5978         * vc-sccs.el (vc-sccs-rename-file): Renamed from
5979         vc-sccs-record-rename.  Use `find-file-noselect' rather than
5980         `find-file' and call `vc-rename-master' to do the actual move.
5981         (vc-sccs-diff): Remove unused `backend' variable.
5983         * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
5984         to delay loading of vc-sccs until it is really used.
5985         (vc-sccs-master-templates): Preload.
5986         (vc-sccs-state): Update call to vc-sccs-parse-locks.
5987         (vc-sccs-project-dir): Remove (merged into
5988         vc-sccs-search-project-dir).
5989         (vc-sccs-search-project-dir): Rewrite using file name handling ops
5990         rather than `concat', make sure it is preloaded and don't bother
5991         to check that the file actually exists.
5992         (vc-sccs-parse-locks): Remove unused `file' argument, remove
5993         `locks' argument (use buffer's content instead) and eliminate n^2
5994         behavior.
5996         * vc-rcs.el: Update Copyright.
5997         (vc-rcs-rename-file): New function.
5998         (vc-rcs-diff): Remove unused `backend' variable.
6000         * vc-hooks.el: Update Copyright.
6001         (vc-backend): Don't accept a nil argument any more.
6002         (vc-up-to-date-p): Turn into a defsubst.
6003         (vc-possible-master): New function.
6004         (vc-check-master-templates): Use `vc-possible-master' and allow
6005         funs in vc-X-master-templates to return a non-existent file.
6007         * vc-cvs.el: Update Copyright.
6008         (vc-cvs-diff): Remove unused `backend' variable.
6009         (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
6011         * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
6013 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
6015         * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
6016         since it can be called from vc-rcs.el.
6017         (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
6019 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
6021         * vc.el (vc-version-diff): Expand file name read from the
6022         minibuffer.  Handle the case when a previous version number can't
6023         be guessed.  Give suitable messages when there were no differences
6024         found.
6025         (vc-clear-headers): Call backend-specific implementation, if one
6026         exists.
6027         (vc-cancel-version): Made error checks generic.  When done, clear
6028         headers generically, too.
6030         * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
6031         from vc-clear-headers in vc.el.
6033         * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
6034         correctly.
6035         (vc-rcs-latest-on-branch-p): Made second argument VERSION
6036         optional.  Handle the case when it's not there.
6038 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
6040         * vc.el (vc-locking-user): Moved from vc-hooks.el.
6042 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
6044         * vc-hooks.el (vc-loadup): Remove.
6045         (vc-find-backend-function): Use `require'.  Also, handle the case
6046         where vc-BACKEND-hooks.el doesn't exist.
6047         (vc-call-backend): Cleanup.
6049 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
6051         * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
6052         vc-rcs-grab-templates)
6053         (vc-rcs-registered): Remove.  The default function works as well.
6054         * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
6055         vc-sccs-grab-templates)
6056         (vc-sccs-registered): Remove.  The default function works as well.
6058         * vc.el (vc-version-diff): Left out a vc- in call to
6059         vc-call-backend.
6060         (vc-default-dired-state-info, vc-default-record-rename)
6061         (vc-default-merge-news): Update for the new backend argument.
6063         * vc-hooks.el (vc-find-backend-function): Return a cons cell if
6064         using the default function.
6065         (vc-call-backend): If calling the default function, pass it the
6066         backend as first argument.  Update the docstring accordingly.
6067         (vc-default-state-heuristic, vc-default-mode-line-string): Update
6068         for the new backend argument.
6069         (vc-make-backend-sym): Renamed from vc-make-backend-function.
6070         (vc-find-backend-function): Use the new name.
6071         (vc-default-registered): New function.
6073 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
6075         * vc.el (vc-merge): Use vc-find-backend-function.
6077         * vc-hooks.el (vc-backend-functions): Remove.
6078         (vc-loadup): Don't setup 'vc-functions.
6079         (vc-find-backend-function): New function.
6080         (vc-call-backend): Use above fun and populate 'vc-functions
6081         lazily.
6082         (vc-backend-defines): Remove.
6084 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
6086         * vc.el (vc-register): Put a FIXME note for a newly found bug.
6087         Call vc-call-backend without the leading vc-.
6088         (vc-responsible-backend, vc-finish-logentry, vc-annotate)
6089         (vc-check-headers): Call vc-call-backend without the leading vc-.
6090         (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
6091         (vc-annotate-display): Replace confusing use of `cond' with `or'.
6092         Call vc-call-backend without the leading vc-.
6094         * vc-cvs.el (tail): Provide vc-cvs.
6095         * vc-sccs.el (tail): Provide vc-sccs.
6096         * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
6098         * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
6099         (vc-make-backend-function, vc-call): Pass names without leading
6100         `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
6101         (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
6102         (vc-call-backend): Always try to load vc-X-hooks.
6103         (vc-registered): Remove vc- in call to vc-call-backend.
6105 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
6107         * vc.el (vc-process-filter): New function.
6108         (vc-do-command): Setup `vc-process-filter' for the async process.
6109         (vc-maybe-resolve-conflicts): New function to reduce
6110         code-duplication.  Additionally, it puts the buffer in
6111         `smerge-mode' if applicable.
6112         (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
6113         calling `merge-news'.
6114         (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
6115         (vc-log-edit): New function.  Replacement for `vc-log-mode' by
6116         interfacing to log-edit.el.
6117         (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
6118         log-edit is available.
6119         (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
6121 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
6123         * vc.el (vc-register): Remove `vc-buffer-backend' setup.
6124         (vc-log-mode-map): New name for vc-log-entry-mode and merge the
6125         defvar and the initialization.
6126         (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
6128         * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
6129         (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
6131         * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
6133 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
6135         * vc.el (vc-file-clear-masterprops): Removed.
6136         (vc-checkin, vc-revert-buffer): Removed calls to the above.
6137         (vc-version-diff): Use buffer-size without argument.
6138         (vc-register): Heed vc-initial-comment.
6140         * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
6141         default branch.
6143         * vc-rcs.el (vc-rcs-register): Parse command output to find master
6144         file name and workfile version.
6145         (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
6147         * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
6148         vc-file-clear-masterprops.
6150         * vc-sccs.el (vc-sccs-checkout): Removed call to
6151         vc-file-clear-masterprops.  If writable, set vc-state to 'edited
6152         rather than user login name.
6155 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
6157         * vc.el (vc-workfile-unchanged-p): Remove unused argument
6158         `want-differences-if-changed' and simplify.
6159         (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
6160         (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
6161         output (which is invalid for async vc-diff) to decide whether to
6162         do the revert silently or not.
6164 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
6166         * vc-hooks.el (vc-loadup): Load files quietly.
6167         (vc-call-backend): Oops, brain fart.
6169 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
6171         * vc-cvs.el (vc-cvs-state): Typo.
6172         (vc-cvs-merge-news): Return the status code rather than the error msg.
6174 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
6176         * vc.el (with-vc-file, vc-next-action, vc-version-diff)
6177         (vc-dired-mark-locked): Replaced usage of vc-locking-user with
6178         vc-state or vc-up-to-date-p.
6179         (vc-merge): Use vc-backend-defines to check whether merging is
6180         possible.  Set state to 'edited after successful merge.
6182         * vc-hooks.el (vc-locking-user): If locked by the calling user,
6183         return that name.  Redocumented.
6185 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
6187         * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
6188         new `vc-state' semantics.
6189         (vc-finish-steal): Set 'vc-state to 'edited rather than setting
6190         'vc-locking-user to the current user.
6191         (vc-merge): Inline vc-backend-merge.  Comment out code that I
6192         don't understand and hence can't adapt to the new `vc-state' and
6193         `vc-locking-user' semantics.
6194         (vc-backend-merge): Remove.
6196         * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
6197         rather than 'vc-locking-user.
6199         * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
6201         * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
6202         (vc-state): Don't use 'reserved any more.  Just use the same
6203         convention as the one used for vc-<backend>-state where the
6204         locking user (as a string) is returned.
6205         (vc-locking-user): Update, based on the above convention. The
6206         'vc-locking-user property has disappeared.
6207         (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
6209         * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
6210         with a heuristic one.
6211         (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
6212         (vc-cvs-checkin): Do a trivial parse to set the state in case of
6213         error.  That allows us to get to 'needs-merge even in the
6214         stay-local case.  There's still no way to detect 'needs-patch in
6215         such a setup (or to force an update for that matter).
6216         (vc-cvs-logentry-check): Remove, the default works as well.
6218 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
6220         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
6222         * vc.el (vc-do-command): kill-all-local-variables, to reset any
6223         major-mode in which the buffer might have been put earlier.  Use
6224         `remove' and `when'.  Allow `okstatus' to be `async' and use
6225         `start-process' in this case.
6226         (vc-version-diff): Handle the case where the diff looks empty
6227         because of the use of an async process.
6229 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
6231         * vc.el (vc-next-action-on-file): Removed optional parameter
6232         `simple'.  Recompute state unconditionally.
6233         (vc-default-toggle-read-only): Removed.
6235         * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
6236         (vc-toggle-read-only): Undid prev change.
6238         * vc-cvs.el (vc-cvs-stay-local): Renamed from
6239         vc-cvs-simple-toggle.  Redocumented.
6240         (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
6241         (vc-cvs-toggle-read-only): Removed.
6243 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
6245         * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
6246         (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
6247         (vc-release-greater-or-equal-p): Move to vc-rcs.el.
6248         (vc-file-clear-masterprops): Braindead "fix".  It was a nop and
6249         still is. So maybe it should be removed.
6250         (vc-head-version, vc-find-binary): Remove.
6251         (vc-recompute-state): Move from vc-hooks.el.
6252         (vc-next-action-on-file): Add a `simple' argument to allow
6253         avoiding the `recompute' step (use for vc-cvs-simple-toggle).
6254         (vc-default-toggle-read-only, vc-default-record-rename): New funs.
6255         (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
6256         (vc-dired-mode-map): Properly defvar it.
6257         (vc-print-log): Call log-view-mode if available.
6258         (small-temporary-file-directory): defvar instead of use boundp.
6259         (vc-merge-news): Moved to vc-cvs.el.
6260         (vc-default-merge-news): New function.
6262         * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
6263         (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
6264         (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
6265         unknown `vc-latest-version' function.  It should probably refer to
6266         vc-workfile-version or somesuch, but it's very unclear to me and I
6267         don't have SCCS to test things.
6269         * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
6270         (vc-sccs-state-heuristic): Fix typo.
6271         (vc-sccs-workfile-unchanged-p): Add missing argument.
6273         * vc-rcs.el: Require vc and vc-rcs-hooks.
6274         (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
6275         (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
6276         (vc-release-greater-or-equal-p): Move from vc.
6277         (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
6278         vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
6279         (vc-rcs-checkout): Add a missing `new-version' argument in the
6280         call to vc-rcs-latest-on-branch-p.  Hopefully that was the right one.
6282         * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
6283         (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
6284         (vc-rcs-latest-on-branch-p): Use the `version' argument rather
6285         than the apparently unbound `workfile-version'.
6287         * vc-hooks.el (vc-master-templates): Def the obsolete var.
6288         (vc-file-prop-obarray): Use `make-vector'.
6289         (vc-backend-functions): Add new hookable functions
6290         vc-toggle-read-only, vc-record-rename and vc-merge-news.
6291         (vc-loadup): If neither backend nor default functions exist, use
6292         the backend function rather than nil.
6293         (vc-call-backend): If the function if not bound yet, try to load
6294         the non-hook file to see if it provides it.
6295         (vc-call): New macro plus use it wherever possible.
6296         (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
6297         nor `vc-find-binary' since it's only called from
6298         vc-mistrust-permission which is only used once the backend is known.
6299         (vc-checkout-model): Fix parenthesis.
6300         (vc-recompute-state, vc-prefix-map): Move to vc.el.
6302         * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
6303         (vc-cvs-release, vc-cvs-system-release): Remove.
6304         (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
6305         (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
6306         status symbols.
6307         (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
6308         (vc-cvs-toggle-read-only): First cut at a function to allow a
6309         cvs-status-free vc-toggle-read-only.
6310         (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
6311         (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
6312         vc-cvs-status.  Also set vc-state rather than vc-locking-user.
6313         (vc-cvs-checkout): Modify access rights directly if the user
6314         requested not to use `cvs edit'.  And refresh the mode line.
6316         * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
6317         (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
6319 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
6321         * vc-cvs.el (vc-cvs-checkout): Docstring fix.  Added a `(if
6322         workfile' that got lost when the code was extracted from vc.el.
6323         And merged the tail with the rest of the code (not possible in the
6324         old vc.el where the tail was shared among all backends).  And
6325         explicitly set the state to 'edited if `writable' is set.
6327         * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
6328         (vc-cvs-state): Be careful to return the value from
6329         vc-cvs-parse-state.
6330         (vc-cvs-parse-status): Use expand-file-name.  Don't set 'vc-state
6331         property but return it instead.  Also be careful to handle a nil
6332         or "" `rev' when workfile is non-nil (it was handled properly when
6333         workfile was nil).
6335         * vc.el: Removed those pesky unnecessary `(function' quotes.
6336         (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
6337         directly in the defvar.
6338         (vc-do-command): Bind inhibit-read-only so as to properly handle
6339         the case where the destination buffer has been made read-only.
6340         (vc-diff): Delegate to vc-version-diff in all cases.
6341         (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
6342         (vc-annotate-mode-variables): Removed (code moved partly to
6343         defvars and partly to vc-annotate-add-menu).
6344         (vc-annotate-mode): Turned into a derived-mode.
6345         (vc-annotate-add-menu): Moved in code in
6346         vc-annotate-mode-variables.
6347         (vc-update-change-log): Use make-temp-file if available.
6349 2000-09-04  Martin Lorentzson  <martinl@delysid.gnu.org>
6351         * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
6352         `vc-checkout-model' updated to `vc-cvs-update-model'.
6354 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
6356         * vc.el (vc-next-action-on-file): Added handling of state
6357         `unlocked-changes'.
6358         (vc-checkout-carefully): Is now practically obsolete, unless the
6359         above is too slow to be enabled unconditionally.
6360         (vc-update-change-log): Fixed typo.
6362         * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
6364         * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
6365         Now handles state `unlocked-changes'.
6366         (vc-sccs-workfile-unchanged-p): New function, to support the above.
6368         * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
6370         * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
6371         (vc-rcs-fetch-master-state): Bug fixes.  Recognize state
6372         `unlocked-changes'.
6373         (vc-rcs-workfile-unchanged-p): Renamed from
6374         `vc-rcs-workfile-unchanged'.  This is not a real backend-specific
6375         function yet, but supposed to become one soon.
6377         * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
6378         `vc-steal-lock'.
6379         (vc-call-backend): Changed error message.
6380         (vc-state): Added description of state `unlocked-changes'.
6382 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
6384         * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
6385         always return t in CVS-controlled directories.
6387         * vc.el (vc-responsible-backend): New function.
6388         (vc-register): Largely rewritten.
6389         (vc-admin): Removed (implementation moved into vc-register).
6390         (vc-checkin): Redocumented.
6391         (vc-finish-logentry): If no backend defined yet (because we are in
6392         the process of registering), use the responsible backend.
6394         * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
6395         Updated function lists.
6396         (vc-call-backend): Fixed typo.
6398         * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
6399         New functions.
6400         (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
6401         Removed query option.  Redocumented.
6403 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
6405         * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
6407         * vc.el: Updated callers of `vc-checkout-required' to use
6408         `vc-checkout-model'.
6410 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
6412         * vc-rcs.el (vc-rcs-backend-release-p): function added.  other
6413         stuff updated to reference this function instead of the old
6414         `vc-backend-release-p'.
6416 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
6418         * vc-sccs-hooks.el (vc-uses-locking): Renamed to
6419         vc-checkout-model.  Return appropriate values.  Updated callers.
6421 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
6423         * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
6424         (vc-backend-revert): Function moved into `vc-revert';
6425         `vc-next-action' must be updated to accomodate this change.
6426         (vc-backend-steal): Function moved into `vc-finish-steal'.
6427         (vc-backend-logentry-check): Function moved into
6428         `vc-finish-logentry'.
6429         (vc-backend-printlog): Function moved into `vc-print-log'.
6430         (vc-backend-uncheck): Function moved into `vc-cancel-version'.
6431         (vc-backend-assign-name): Function moved into
6432         `vc-create-snapshot'.
6434 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
6436         * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
6437         Rename to vc-checkout-model.  Return appropriate values.
6438         Update callers.
6440         * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
6441         to vc-checkout-model.
6442         (vc-checkout-required): Rename to vc-checkout-model.
6443         Re-implement and re-comment.
6444         (vc-after-save): Use vc-checkout-model.
6446 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
6448         * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
6449         Update to use the vc-BACKEND-diff functions instead.
6450         `vc-diff' is now working.
6452         * vc-rcs.el (vc-rcs-logentry-check): New function.
6454         * vc-cvs.el (vc-cvs-logentry-check): New function.
6456         * vc-sccs.el (vc-sccs-diff): Function changed name from
6457         `vc-backend-diff'.  This makes `vc-diff' work.
6459         * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
6460         of functions possibly implemented in a vc-BACKEND library.
6461         (vc-checkout-required): Fix bug that caused an error to be
6462         signaled during `vc-after-save'.
6464         * vc.el: Fix typo.
6465         This checkin is made with our new VC code base for the very first time.
6466         A simple `(vc-checkin (buffer-file-name))' was used to perform it.
6468         * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
6469         `vc-checkout-required' updated to `vc-cvs-uses-locking'.
6471         * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
6472         updated to `vc-uses-locking'.
6473         (vc-checkout-required): Call to backend function.
6474         `vc-checkout-required' updated to `vc-uses-locking' instead.
6476         * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
6477         `vc-checkout-required' updated to `vc-rcs-uses-locking'.
6479         * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
6480         to match the split into various backends.
6481         (vc-backend-checkin): Remove.  Merge with `vc-checkin'.
6482         (vc-retrieve-snapshot): Bug fix.
6484 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
6486         * vc-sccs.el (vc-sccs-release): Doc fix.
6488 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
6490         * vc.el (vc-next-action-on-file): Bug found and fixed.
6491         (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
6492         (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
6494         * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
6495         (vc-rcs-checkout): Name space cleaned up.  No more revision number
6496         crunching function names that are not prefixed with vc-rcs.
6497         (vc-rcs-checkout-model): Function added.  References to
6498         `vc-checkout-model' replaced.
6500 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
6502         * vc.el (vc-next-action-on-file): Rewritten for the new state model.
6503         (vc-backend-merge-news): Renamed to `vc-merge-news'.  (Specific parts
6504         still need to be split, and implemented for RCS).
6506 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
6508         * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
6510         * vc-sccs.el (vc-sccs-admin): Added the query-only option as
6511         required by the vc.el file.
6513         * vc-rcs.el (vc-rcs-admin): Added the query-only option as
6514         required by the vc.el file.
6515         (vc-rcs-exists): Function added.
6517         * vc-cvs.el (vc-cvs-admin): Added the query-only option as
6518         required by the vc.el file.
6520         * vc.el (vc-admin): Updated to handle selection of appropriate
6521         backend.  Current implementation is crufty and need re-thinking.
6523         * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
6525 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
6527         * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
6528         beginning of annotate buffers correctly.
6530         * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
6531         (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
6532         functionality updated quite a lot to support multiple backends.
6533         Variables `vc-annotate-mode', `vc-annotate-buffers',
6534         `vc-annotate-backend' added.
6536         * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
6537         `vc-annotate-difference' added to supported backend functions.
6539 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
6541         * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
6542         Use with-temp-file instead of /bin/sh.  Merged from mainline
6544 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
6546         * vc-sccs-hooks.el (vc-sccs-registered): Updated.
6548         * vc-rcs-hooks.el (vc-rcs-registered): Updated.
6550         * vc-cvs-hooks.el (vc-cvs-registered): Updated.
6552 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
6554         * vc-hooks.el: vc-state-heuristic added to
6555         vc-backend-hook-functions.
6557         * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
6559         * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
6561         * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
6562         `vc-uses-locking' to `vc-checkout-required'.  Rename the `locked'
6563         state to `reserved'.
6565         * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
6566         `vc-checkout-required'.  Rename the `locked' state to `reserved'.
6568 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
6570         * vc-rcs-hooks.el: Implement new state model.  Hardly anything
6571         untouched.
6573         * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
6575         * vc.el (vc-update-change-log): Use small-temporary-file-directory,
6576         if defined.  (Merged from main line, slightly adapted.)
6578         * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
6579         millenium problem (merged from mainline).
6581 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
6583         * vc-cvs.el: Split the annotate feature into a BACKEND-specific
6584         part and moved the non-BACKEND stuff to vc.el.
6586         * vc.el: Split the annotate feature into a BACKEND specific part
6587         and moved it from the vc-cvs.el file to this one.
6589 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
6591         * vc-hooks.el: Implement new state model.
6592         (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
6593         (vc-locking-user): Simplify.  Now only needed if the file is
6594         locked by somebody else.
6595         (vc-lock-from-permissions): Remove.  Functionality is in
6596         vc-sccs-hooks.el and vc-rcs-hooks.el now.
6597         (vc-mode-line-string): New name for former vc-status.  Adapted.
6598         (vc-mode-line): Adapt to use the above.  Remove optional parameter.
6600         * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
6601         Various simplifications and adaptations all over the place.
6603         * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
6604         Simplify and adapt the rest.
6606         * vc.el (vc-resynch-window): Add TODO comment: check for
6607         interaction with view mode according to recent RCS change.
6608         (vc-backend-merge-news): Merge "CMUP" patch from mainline.
6610 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
6612         * vc.el: Convert the remaining function comments to docstrings.
6614 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
6616         * vc.el (vc-backend-release, vc-release-greater-or-equal)
6617         (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
6618         (vc-minor-part, vc-previous-version): Functions that operate and
6619         compare revision numbers got proper documentation.  Comments added
6620         about their possible removal.
6622 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
6624         * vc.el (vc-latest-on-branch-p): Function removed and replaced in
6625         the vc-backend.el files.
6627         * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
6629         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
6630         (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
6631         (vc-rcs-previous-version): Functions added.
6633         * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
6635         * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
6637 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
6639         * vc-hooks.el (vc-master-templates): Is really obsolete.
6640         Comment out the definition for now.  What is the right procedure
6641         to get rid of it?
6642         (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
6643         rewritten.
6644         (vc-default-registered): Remove.
6645         (vc-check-master-templates): New function; does mostly what the
6646         above did before.
6647         (vc-locking-user): Don't rely on the backend to set the property.
6649         * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
6650         Rewrite documentation.
6651         (vc-rcs-templates-grabbed): New variable.
6652         (vc-rcs-grab-templates): New function.
6653         (vc-rcs-registered): Rewrite to use above mechanism.
6655         * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
6656         Rewrite documentation.
6657         (vc-sccs-templates-grabbed): New variable.
6658         (vc-sccs-grab-templates): New function.
6659         (vc-sccs-registered): Rewrite to use above mechanism.
6660         (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
6661         Don't throw the result, simply return it.
6663         * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
6664         (vc-cvs-find-master): Remove.  Code is now in vc-cvs-registered.
6665         (vc-cvs-registered): Does the check itself now.  Simplify.
6667         * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
6668         from main line.
6670 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
6672         * vc-cvs.el (vc-cvs-diff): New function.
6674         * vc-sccs.el (vc-sccs-diff): New function.
6676         * vc-rcs.el (vc-rcs-diff): New function.
6677         (vc-rcs-checkout): Bug (typo) found and fixed.
6678         (vc-rcs-register-switches): New variable.
6680         * vc.el (vc-backend-diff): Function removed and placed in the
6681         backend files.
6683 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
6685         * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
6687         * vc.el (vc-backend-checkout): Function removed and replaced in
6688         the vc-backend.el files.
6690         * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
6692         * vc.el (vc-backend-admin): Removed and replaced in the
6693         vc-backend.el files.
6695         * vc.el (Martin): Removed all the annotate functionality since it
6696         is CVS backend specific.
6698 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
6700         * spec.txt: Added specification of vc-state.
6702         * vc-sccs-hooks.el (vc-sccs-master-properties):
6703         Remove handling of vc-latest-version and
6704         vc-your-latest-version.  What used to be vc-latest-version, is now
6705         returned as vc-workfile-version.
6706         (vc-sccs-workfile-version): Adapt.
6708 2000-09-04  Dave Love  <fx@gnu.org>
6710         * vc.el: [Merged from mainline.]
6711         (vc-dired-mode): Make the dired-move-to-filename-regexp
6712         regexp match the date, to avoid treating date as file size.
6713         Add YYYY S option to WESTERN/
6715 2000-09-04  Dave Love  <fx@gnu.org>
6717         * vc.el: Require `compile' when compiling.
6718         (vc-logentry-check-hook): New option.
6719         (vc-steal-lock): Use compose-mail.
6720         (vc-dired-mode-map): Defvar when compiling.
6721         (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
6722         vc-sccs.el and renamed.  Callers changed.
6723         (vc-backend-checkout, vc-backend-logentry-check)
6724         (vc-backend-merge-news): Doc fix.
6725         (vc-default-logentry-check): New function.
6726         (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
6727         (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
6728         (vc-backend-merge): Doc fix.  Use backend functions.
6729         (vc-check-headers): Use backend functions.
6731         * vc-cvs.el: Require vc when compiling.
6732         (vc-cvs-register-switches): Doc fix.
6733         (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
6734         (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
6735         (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
6736         New functions (code from vc.el).
6737         (vc-annotate-display-default): Fix interactive spec.
6738         (vc-annotate-time-span): Doc fix.
6740         * vc-rcs.el: Require vc when compiling.
6741         (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
6742         (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
6743         (vc-rcs-checkin): New functions (code from vc.el).
6744         (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
6745         Doc fix.
6746         (vc-rcs-release): Deleted.  (Duplicated vc-rcs-system-release).
6748         * vc-sccs.el: Require vc when compiling.
6749         (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
6750         (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
6751         (vc-sccs-revert)
6752         (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
6753         from vc.el).
6754         (vc-sccs-add-triple, vc-sccs-record-rename)
6755         (vc-sccs-lookup-triple): Moved from vc.el and renamed.
6756         (vc-sccs-admin): Doc fix.
6758 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
6760         * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
6761         (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
6762         (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
6763         from vc.el.
6765         * vc-sccs.el (vc-admin-sccs): Added from vc.el
6767         * vc-cvs.el: Moved the annotate functionality from vc.el.
6768         (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
6770 2000-09-04  Dave Love  <fx@gnu.org>
6772         * vc.el (vc-backend-release): Call vc-system-release.
6774         * vc-sccs.el (vc-sccs-system-release):
6775         Renamed from vc-sccs-backend-release.
6777         * vc-rcs.el (vc-rcs-system-release):
6778         Renamed from vc-rcs-backend-release.
6780         * vc-cvs.el (vc-cvs-system-release):
6781         Renamed from vc-cvs-backend-release.
6783 2000-09-04  Dave Love  <fx@gnu.org>
6785         * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
6786         backend files.
6787         (vc-backend-release): Dispatch to backend functions.
6788         (vc-backend-release-p): Don't mention CVS, RCS.  [The SCCS case
6789         probably needs attention.]
6791         * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
6792         (vc-sccs-backend-release): New function.
6794         * vc-cvs.el (vc-cvs-release): Moved from vc.el.
6795         (vc-cvs-backend-release): New function.
6797         * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
6798         Doc fix.
6799         (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
6800         (vc-default-dired-state-info): New function.
6801         (vc-dired-state-info): Dispatch to backends.
6802         (vc-dired-hook): Doc fix.  Simplify, pending removal of CVS specifics.
6804         * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
6805         from vc.el and renamed.
6807 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
6809         * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
6810         (vc-version-other-window, vc-backend-assign-name): Removed
6811         references to vc-latest-version; sometimes changed into
6812         vc-workfile-version.
6814         * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
6815         vc-rcs-master-workfile-version.
6816         (vc-rcs-workfile-version): Use the above.  Don't call
6817         vc-latest-version (that was unreachable code, anyway).
6818         (vc-rcs-fetch-master-properties): Doc fix.
6820         * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
6821         (vc-backend-hook-functions): Removed them from this list, too.
6822         (vc-fetch-properties): Removed.
6823         (vc-workfile-version): Doc fix.
6825         * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
6826         (vc-rcs-workfile-version, vc-rcs-locking-user)
6827         (vc-rcs-uses-locking): Use it.
6829         * vc-hooks.el (vc-consult-rcs-headers):
6830         Moved into vc-rcs-hooks.el, under the name
6831         vc-rcs-consult-headers.
6833         * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
6834         headers.
6835         (vc-cvs-find-master): Use this name only; correct different
6836         versions of the name.
6838         * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
6839         New functions.
6840         (vc-sccs-locking-user): Use the latter.
6842         * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
6843         New functions.
6845         * vc-hooks.el (vc-master-locks, vc-master-locking-user):
6846         Moved into both
6847         vc-rcs-hooks.el and vc-sccs-hooks.el.  These properties and access
6848         functions are implementation details of those two backends.
6850 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
6852         * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
6853         (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
6855         * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
6856         (vc-sccs-parse-locks): SCCS-specific code moved here from
6857         vc-hooks.
6859         * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
6860         code moved here from vc-hooks.
6862         * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
6863         into back-end specific parts and removed.  Callers not updated
6864         yet; because I guess these callers will disappear into back-end
6865         specific files anyway.
6867 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
6869         * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
6870         (vc-backend-checkout): Changed calls to `vc-checkout-model' to
6871         `vc-uses-locking'.
6873         * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
6874         Store yes/no in the property, and return t/nil.  Updated all
6875         callers.
6877         * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
6878         vc-sccs-uses-locking.  Don't set property.
6879         (vc-sccs-locking-user): Don't set property.
6881         * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
6882         vc-cvs-uses-locking.  Don't set property here; leave that to
6883         vc-hooks.
6884         (vc-cvs-locking-user): Reflect above change.  Streamlined.
6886         * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
6887         vc-rcs-uses-locking.
6888         (vc-rcs-locking-user): Reflect above change.
6890 2000-09-04  Dave Love  <fx@gnu.org>
6892         * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
6894         * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
6896         * vc-hooks.el (vc-checkout-model): Punt to backends.
6898         * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
6900         * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
6902         * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
6903         New functions.
6905         * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
6906         New functions.
6908         * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
6909         (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
6911         * vc-hooks.el (vc-default-locking-user): New function.
6912         (vc-locking-user, vc-workfile-version): Punt to backends.
6914 2000-09-04  Dave Love  <fx@gnu.org>
6916         * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
6917         (vc-master-workfile-version): Moved from vc-hooks.
6919         * vc-rcs-hooks.el: Fix duplicate code in last change.
6921         * vc-rcs-hooks.el: Require vc-hooks when compiling.
6922         (vc-rcs-master-templates): Improve :type.
6923         (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
6924         vc-master-workfile-version): Moved from vc-hooks.
6926         * vc-sccs-hooks.el: Require vc-hooks when compiling.
6927         (vc-sccs-master-templates): Improve :type.
6928         (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
6930         * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
6932         * vc-cvs-hooks.el: Require vc-hooks when compiling.
6933         (vc-cvs-master-templates): Improve :type.  Use
6934         vc-cvs-find-cvs-master.
6935         (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
6936         from vc-hooks.
6937         (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
6939         * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
6940         Moved to vc-cvs-hooks.
6942         * vc-hooks.el: Add doc strings in various places.  Simplify the
6943         minor mode setup.
6944         (vc-handled-backends): New user variable.
6945         (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
6946         simplification.
6948 2000-09-04  Dave Love  <fx@gnu.org>
6950         * vc.el: Some doc fixes for autoloaded and interactive functions.
6951         Fix compilation warnings from ediff stuff.
6952         (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
6954         * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
6956         * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
6958         * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
6960 2000-09-04  Dave Love  <fx@gnu.org>
6962         * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
6963         New variable.
6964         (vc-make-backend-function, vc-loadup, vc-call-backend)
6965         (vc-backend-defines): New functions.
6967         * vc-hooks.el: Various doc fixes.
6968         (vc-default-back-end, vc-follow-symlinks): Custom fix.
6969         (vc-match-substring): Function removed.  Callers changed to use
6970         match-string.
6971         (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
6972         Simplify.
6974 2000-09-04  Dave Love  <fx@gnu.org>
6976         * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
6977         type.
6978         (vc-sccs-project-dir, vc-search-sccs-project-dir)
6979         (vc-sccs-registered): Doc fix.
6981         * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
6982         (vc-cvs-registered): Doc fix.
6984         * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
6985         (vc-rcs-registered): Doc fix.
6987 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
6989         * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
6991         * vc-hooks.el: vc-registered has been renamed
6992         vc-default-registered.  Some functions have been moved to the
6993         backend specific files.  they all support the
6994         vc-BACKEND-registered functions.
6996 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
6998         * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
7000         * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
7002 2000-09-04  Dave Love  <fx@gnu.org>
7004         * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
7005         menu-bar-update-hook.
7007         * help.el (help-manyarg-func-alist): Add
7008         find-operation-coding-system.
7010         * wid-edit.el (widget-sexp-validate): Fix garbled code.
7012         * custom.el (custom-set-variables): Print message about errors in
7013         setting.
7015 2000-09-03  Andrew Innes  <andrewi@gnu.org>
7017         * makefile.w32-in: Change to DOS line endings.
7019 2000-09-02  Eli Zaretskii  <eliz@is.elta.co.il>
7021         * mouse.el (mouse-popup-menubar): Supply the prompt string for
7022         minor-mode keymaps, if they don't have one.
7024 2000-09-02  Eli Zaretskii  <eliz@is.elta.co.il>
7026         * eshell/esh-module.el (eval-when-compile): Don't lose if
7027         esh-module.el's file name is truncated to DOS 8+3 limits.
7029 2000-09-01  John Wiegley  <johnw@gnu.org>
7031         * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
7032         predicate, which caused entries in the completion list to be
7033         doubled.
7035 2000-08-30  John Wiegley  <johnw@gnu.org>
7037         * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
7038         sending to subprocesses.  Also, hook pre-command-hook if
7039         `eshell-send-direct-to-subprocesses' is non-nil.
7040         (eshell-send-direct-to-subprocesses): New config variable.  If t,
7041         subprocess input is send immediately.
7042         (eshell-toggle-direct-send): New function.
7043         (eshell-self-insert-command): New function.
7044         (eshell-intercept-commands): New function.
7045         (eshell-send-input): If direct subprocess sending is enabled,
7046         don't echo any input to the Eshell buffer.  Let the subprocess
7047         handle that.  This requires "stty echo" in bash, for example.
7049 2000-08-28  John Wiegley  <johnw@gnu.org>
7051         * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
7052         completion function for Eshell's implementation of `unset'.
7054 2000-09-02  Eli Zaretskii  <eliz@is.elta.co.il>
7056         * info.el (Info-directory-list): Doc fix.
7058 2000-08-31  Peter Breton  <pbreton@ne.mediaone.net>
7060         * filecache.el (file-cache-add-directory-using-find): Don't quote
7061         wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
7063 2000-08-31  Kenichi Handa  <handa@etl.go.jp>
7065         * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
7066         coding systems.
7068 2000-08-30  Andrew Innes  <andrewi@gnu.org>
7070         * timer.el (run-with-idle-timer): Undo last change, so that timer
7071         is not activated immediately if Emacs is already idle.  Some
7072         existing code relies on this behaviour.
7074 2000-08-30  Miles Bader  <miles@gnu.org>
7076         * frame.el (set-frame-font): Do completion of font-name for
7077         interactive use.
7079 2000-08-30  Kenichi Handa  <handa@etl.go.jp>
7081         * international/quail.el (quail-start-translation): Bind locally
7082         last-command-event, last-command, and this-command.
7083         (quail-start-conversion): Likewise.
7084         (quail-self-insert-command): Fix docstring.
7086 2000-08-29  Gerd Moellmann  <gerd@gnu.org>
7088         * progmodes/executable.el
7089         (executable-make-buffer-file-executable-if-script-p): Check that
7090         buffer contains at least 2 characters.
7092 2000-08-29  Eli Zaretskii  <eliz@is.elta.co.il>
7094         * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
7096 2000-08-29  Dave Love  <fx@gnu.org>
7098         * diff-mode.el (diff-mode) <defgroup>: Add :version.
7099         (diff-mode-shared-map): Bind mouse-2.
7100         (diff-imenu-generic-expression): New variable.
7101         (diff-mode): Use it.
7103         * mouse.el (mouse-major-mode-menu): Use local-key-binding.
7104         (mouse-popup-menubar): Add minor mode menus.
7105         (popup-menu): Check for lookup-key returning number.
7107 2000-08-29  Miles Bader  <miles@gnu.org>
7109         * comint.el (comint-send-input): Create overlays using the proper
7110         front/read-advance arguments.
7112 2000-08-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
7114         * ps-print.el: Even/odd pages printing.  Doc fix.
7115         (ps-print-version): New version number (6.0).
7116         (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
7117         (ps-background, ps-begin-file, ps-begin-job): Code fix.
7118         (ps-print-duplex-feature): Variable eliminated.
7119         (ps-even-or-odd-pages): New variable.
7121         * progmodes/ebnf2ps.el: Doc fix.
7122         (ebnf-version): New version (3.3).
7123         (ebnf-user-arrow): Change variable customization to sexp.
7124         (ebnf-user-arrow): Function eliminated.
7125         (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
7127 2000-08-29  Kenichi Handa  <handa@etl.go.jp>
7129         * help.el (help-xref-mule-regexp): New variable.
7130         (help-make-xrefs): Handle help-xref-mule-regexp.
7132         * international/mule-cmds.el (help-xref-mule-regexp-template): New
7133         variable.
7134         (describe-input-method): Temporarily activate the specfied input
7135         method to display the information.
7136         (describe-language-environment): Hyperlinks to mule related items.
7138         * international/mule-diag.el (charset-multibyte-form-string): New
7139         function.
7140         (list-character-sets-1): Use charset-multibyte-form-string.
7141         (describe-character-set): New function.
7142         (describe-coding-system): Hyperlinks to safe character sets.
7144         * international/quail.el (quail-help): New arg PACKAGE.
7145         Hyperlinks to mule related items.
7146         (quail-help-insert-keymap-description): Use
7147         substitute-command-keys instead of describe-bindings.
7148         (quail-translation-help): Hyperlinks to mule related items.
7150 2000-08-28  John Wiegley  <johnw@gnu.org>
7152         * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
7153         have a defsubst call itself.  Made `eshell-flatten-list' back into
7154         a function again.
7156         * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
7157         catch, in case re-centering point at bottom messes up the display.
7158         This happens frequently in Emacs 21, due I believe to variable
7159         line heights.
7161         * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
7162         to call `find-tag-interactive'.
7164         * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
7165         the list of remember directories.
7167 2000-08-28  John Wiegley  <johnw@gnu.org>
7169         * align.el: Test align-region-separate to see if it's a symbol.
7171 2000-08-28  John Wiegley  <johnw@gnu.org>
7173         * eshell/esh-util.el (eshell-flatten-list): Made this function
7174         into a defsubst form.  It gets used very frequently, although
7175         calls don't occur all that often.
7177         * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
7178         examining it.
7180         * eshell/esh-cmd.el (eshell-rewrite-while-command):
7181         (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
7182         `eshell-protect'.
7183         (eshell-copy-handles): Created a new macro for duplicating the
7184         current set of open handles.  This is needed by the looping
7185         functions.
7186         (eshell-do-eval): Fixed while and if, so that the eshell-test-body
7187         is not incorrectly stomped on.
7189         * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
7190         declaration for pcomplete-use-paring.
7191         (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
7192         value of eshell-cmpl-use-paring.
7193         * pcomplete.el (pcomplete-use-paring): New config variable, to
7194         indicate whether paring should be used.
7195         (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
7196         completion alternatives that have already been used.
7198         * eshell/esh-mode.el (eshell-repeat-argument): Added function,
7199         bound to C-c C-y, which will repeat the previous N arguments
7200         (based on prefix argument).
7201         (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
7203         * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
7204         if there is no *Help* buffer.  This is for XEmacs, which renames
7205         its help buffers uniquely.  TODO: Find out what the current buffer
7206         name to delete is.
7208         * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
7209         first entry that correlates to a passwd/group number.  Later
7210         entries (used for group/user name aliasing to multiple IDs) are
7211         ignored.
7213         * eshell/em-xtra.el (eshell/expr):
7214         * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
7215         (eshell-grep, eshell/diff, eshell/locate):
7216         * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
7217         argument list, before passing it to the system command.
7219         * eshell/esh-mode.el (eshell-find-tag): Added a special version of
7220         `find-tag' for use at final position in Eshell buffers (which
7221         otherwise triggers an error on Emacs 21).
7222         (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
7223         buffer, if it is currently bound to `find-tag'.
7225         * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
7226         in the list of matched Makefile names.
7227         (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
7228         directory, prefer its contents to Makefile.
7230         * eshell/em-dirs.el (eshell/cd): cd commands that look up
7231         directory parts (like "cd old new", or "cd =regexp"), are now case
7232         sensitive on non-Windows/DOS platforms.
7234         * eshell/esh-mode.el (eshell-parse-command-input): When a user
7235         types RET after an open delimiter (like "), display a message
7236         indicating that Eshell is waiting for the closing delimiter.
7238         * eshell/esh-var.el (eshell/unset): Added a command for unsetting
7239         environment variables.
7241         * eshell/em-unix.el (eshell/diff): Added logic to fail more
7242         gracefully if the user enters incorrect arguments.
7244         * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
7245         Eshell buffers.
7247         * eshell/esh-var.el (eshell-interpolate-variable):
7248         * eshell/esh-mode.el (eshell-move-argument):
7249         * eshell/em-unix.el (eshell-du-sum-directory):
7250         * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
7251         * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
7252         (not (= ...)).
7254         * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
7255         to ensure the `preserve' flag gets propagated when doing recursive
7256         directory copies.
7258 2000-08-28  Stefan Monnier  <monnier@cs.yale.edu>
7260         * eshell/em-hist.el (eshell-put-history, eshell-get-history):
7261         Don't convert \n into \0177 in memory.
7262         (eshell-read-history, eshell-write-history): Convert \n to \0177,
7263         and back again, when reading and writing.
7265 2000-08-28  Eli Zaretskii  <eliz@is.elta.co.il>
7267         * eshell/esh-util.el (eshell-processp): Added to relieve constant
7268         testing of `fboundp' on `processp'.
7270         * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
7271         (eshell/jobs): Don't call process-list if it is not bound.
7272         (eshell-gather-process-output): Support systems where async
7273         subprocesses aren't supported.
7274         (eshell-scratch-buffer, eshell-last-sync-output-start): New
7275         variables.
7277         * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
7278         eshell-do-eval returns t.
7279         (eshell-do-pipelines-synchronously): New defmacro.
7280         (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
7281         when async subprocesses aren't supported.
7282         (eshell-do-eval): Use eshell-processp.  Don't throw eshell-defer
7283         if async subprocesses aren't supported.
7284         (eshell-resume-command): Don't assume STATUS is a string.
7286         * eshell/em-unix.el (eshell/rm): Use eshell-processp.
7288         * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
7289         (eshell-close-target, eshell-get-target): Use eshell-processp.
7290         (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
7291         fix.
7292         (eshell-get-target, eshell-create-handles): Doc fix.
7294 2000-08-28  Miles Bader  <miles@lsi.nec.co.jp>
7296         * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
7297         criterion to include commands that output something, as long as it
7298         leaves both the command and the end-of-buffer visible when the
7299         command has exited.
7300         (eshell-review-quick-commands): Adjust the help doc string
7301         accordingly.
7303 2000-08-28  Peter Breton  <pbreton@ne.mediaone.net>
7305         * locate.el (locate): Cleaned up locate command's interactive prompting
7306         Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
7308         * filecache.el (file-cache-case-fold-search): New variable
7309         (file-cache-assoc-function): New variable
7310         (file-cache-minibuffer-complete): Use file-cache-assoc-function.
7311         Use file-cache-case-fold-search variable
7312         (file-cache-add-file): Use file-cache-assoc-function
7313         (file-cache-delete-file): likewise
7314         (file-cache-directory-name): likewise
7315         (file-cache-debug-read-from-minibuffer): likewise
7317 2000-08-28  Gerd Moellmann  <gerd@gnu.org>
7319         * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
7320         (abbrev-table-name): New function.
7321         (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
7322         If non-nil list local abbrev, only.
7324 2000-08-28  Stanislav Shalunov  <shalunov@internet2.edu>
7326         * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
7327         from Gnus support code, and use special article copy buffer
7328         `(gnus-original-article-buffer)' instead.  This allows to get rid
7329         of article-hide-headers usage (which breaks in the latest Gnus
7330         version).  Thanks to Detlev Zundel.
7332 2000-08-28  Kenichi Handa  <handa@etl.go.jp>
7334         * international/quail.el (quail-use-package): Hide "... loaded"
7335         message.
7336         (quail-start-translation, quail-start-conversion): Likewise.
7338         * international/kkc.el (kkc-region): Hide "... loaded" message.
7340 2000-08-27  Dave Love  <fx@gnu.org>
7342         * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
7344 2000-08-27  Miles Bader  <miles@gnu.org>
7346         * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
7348 2000-08-27  Kenichi Handa  <handa@etl.go.jp>
7350         * international/ja-dic-cnv.el (skkdic-convert): Insert (require
7351         'ja-dic-cnv), not (require 'skkdic-cnv).
7353 2000-08-26  Miles Bader  <miles@gnu.org>
7355         * faces.el (face-x-resources): Add entry for :inherit.
7356         * cus-face.el (custom-face-attributes): Add support for :inherit
7357         attribute.  Add support for relative face heights.
7358         (custom-face-attributes-get): Treat `nil' as being a default value
7359         for :inherit (as well as `unspecified').
7361         * faces.el (set-face-attribute): Update doc string.
7362         (face-attribute-name-alist): Add :inherit.
7363         (face-valid-attribute-values): Handle :inherit.
7364         (face-read-string): Rephrase prompt to be less confusing.
7365         Assume that DEFAULT is a string, since we must return a string.
7366         (face-read-integer): Use `format' to turn DEFAULT into an
7367         acceptable default for face-read-string.  Match NEW-VALUE against
7368         the string "unspecified", not the symbol `unspecified', since
7369         that's what face-read-string returns.
7370         (read-face-attribute): Lookup a name for old-value in valid, and
7371         use it as a default if we find one.  Treat all values from
7372         face-read-string as strings.  If the default is used, don't do any
7373         more processing on the value, just use the old value directly.
7374         (read-face-and-attribute, modify-face): Tweak prompt.
7375         (read-face-name): Don't assume prompt ends with a space.
7377         * faces.el (describe-face): Add support for :inherit attribute.
7379 2000-08-25  Kenichi Handa  <handa@etl.go.jp>
7381         * terminal.el (terminal-emulator): Fix args to `concat'.  Now
7382         concat doesn't accept interger.
7384         * international/kkc.el: Remove SKK from Keywords.  Require
7385         ja-dic-utl instead of skkdic-utl.
7387         * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
7388         Provide ja-dic-cnv instead of skkdic-cnv.
7389         (ja-dic-filename): Renamed from skkdic-filename.  Referers changed
7390         (iso-2022-7bit-short): Add safe-charsets property.
7391         (skkdic-convert-postfix): Search Japanese chou-on character in
7392         addition to Hiragana character.
7393         (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
7394         (skkdic-convert): Change file names from skkdic.el to ja-dic.el
7395         (batch-skkdic-convert): Likewise.
7397         * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
7398         Provide ja-dic-utl instead of skkdic-utl.
7399         (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
7401 2000-08-24  Dave Love  <fx@gnu.org>
7403         * disp-table.el (standard-display-default): Make the test of `l'
7404         useful.
7406         * language/european.el ("Latin-8", "Latin-9"): Add input methods,
7407         mod sample text.
7409         * international/iso-ascii.el: Make pilcrow convenient string
7410         consistent with section.
7411         (iso-ascii-display): Set up multibyte characters as well as
7412         unibyte.
7414 2000-08-24  Kenichi Handa  <handa@etl.go.jp>
7416         * international/mule-cmds.el (reset-language-environment): Set
7417         default-process-coding-system to '(undecided . iso-latin-1), which
7418         makes process I/O almost consistent with file I/O.   Call this
7419         function when mule-cmds.el[c] is loaded.
7421 2000-08-22  Andrew Innes  <andrewi@gnu.org>
7423         * makefile.w32-in: New file.
7425 2000-08-22  Miles Bader  <miles@lsi.nec.co.jp>
7427         * comint.el (comint-output-filter): Compare end of
7428         comint-last-output-overlay with the start of the newly inserted
7429         text, not the end, when deciding whether to extend it.
7430         Set saved-point's insertion type to advance after insertion.
7432         * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
7433         since this is now done independently of font-lock mode.
7435 2000-08-21  Gerd Moellmann  <gerd@gnu.org>
7437         * server.el (server-kill-new-buffers): New user option.
7438         (server-existing-buffer): New buffer-local variable.
7439         (server-visit-files): When using an existing buffer, set
7440         server-existing-buffer to t.
7441         (server-buffer-done): If server-kill-new-buffers is t, kill the
7442         buffer, unless it was already present before visiting it with
7443         Emacs server.
7445 2000-08-21  Eli Zaretskii  <eliz@is.elta.co.il>
7447         * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
7448         even if the display doesn't support colors: some displays will
7449         support bold/underline faces.
7451 2000-08-21  Gerd Moellmann  <gerd@gnu.org>
7453         * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
7455         * startup.el (command-line): If user's init file had an error,
7456         add explanatory text to *Messages*.
7458 2000-08-21  Kenichi Handa  <handa@etl.go.jp>
7460         * man.el (Man-getpage-in-background): Decode the process output by
7461         the system locale coding system.
7463 2000-08-20  Dave Love  <fx@gnu.org>
7465         * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
7466         Don't test x-popup-menu.
7467         (function) <complete-function>: Complete only fbound symbols.
7468         <validate, value>: New.
7469         (variable) <complete-function>: Complete only bound symbols.
7470         (coding-system): Add :base-only, :complete-function, :validate,
7471         :value, :prompt-match.
7472         (widget-coding-system-prompt-value): Use read-coding-system and
7473         act on :base-only.
7474         (editable-field): Add :help-echo.
7475         (widget-push-button-gui, widget-push-button-cache)
7476         (widget-gui-action, widget-editable-list-gui): COmment out, along
7477         with uses.
7478         (widget-at): Make arg optional.
7479         (widget-echo-help): Adjust for current help-echo calling sequence.
7480         (widget-specify-field, widget-specify-button)
7481         (widget-specify-insert, widget-get-sibling, widget-image-find)
7482         (widget-convert, widget-insert, widget-leave-text)
7483         (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
7484         (widget-setup, widget-field-find, widget-before-change)
7485         (widget-after-change, widget-default-complete)
7486         (widget-default-create, widget-default-delete)
7487         (widget-push-button-value-create, editable-field)
7488         (widget-field-prompt-value, widget-field-validate)
7489         (widget-choice-value-create, widget-choice-action)
7490         (widget-choice-validate, widget-checklist-add-item)
7491         (widget-radio-add-item, widget-radio-chosen)
7492         (widget-radio-value-inline, widget-editable-list-value-create)
7493         (widget-editable-list-entry-create)
7494         (widget-documentation-link-add)
7495         (widget-documentation-string-value-create)
7496         (widget-regexp-validate, widget-file-complete)
7497         (widget-sexp-validate, widget-plist-convert-widget)
7498         (widget-plist-convert-widget, widget-alist-convert-widget)
7499         (widget-alist-convert-widget, widget-color-complete): Simplify,
7500         particularly to avoid bindings which aren't optimized out.
7502         * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
7503         Doc fix.
7504         (down-list, backward-up-list, up-list, kill-sexp)
7505         (backward-kill-sexp, mark-sexp): Make arg optional.
7506         (lisp-complete-symbol): Add optional arg PREDICATE.
7508         * cus-start.el: Add display-buffer-reuse-frames,
7509         file-coding-system-alist.
7511 2000-08-20  Gerd Moellmann  <gerd@gnu.org>
7513         * startup.el (command-line): Clear realized faces after
7514         modifying TTY color mappings.
7516 2000-08-20  Miles Bader  <miles@gnu.org>
7518         * faces.el (face-attr-match-p): Don't return true if ATTRS are
7519         merely a subset of FACE's attributes.
7521 2000-08-19  Miles Bader  <miles@gnu.org>
7523         * comint.el (comint-output-filter): Save the point with a marker,
7524         not just a buffer position.
7526         * international/mule.el (set-buffer-process-coding-system): Make
7527         interactive prompt less confusing.
7529 2000-08-19  Gerd Moellmann  <gerd@gnu.org>
7531         * hilit-chg.el: General cleanup of doc strings, comments and
7532         code formatting.
7534 2000-08-19  Miles Bader  <miles@gnu.org>
7536         * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
7537         Compiler macro removed; beginning-of-line is no longer always
7538         equivalent to forward-line, in the presence of fields.
7540         * comint.el (comint-output-filter): Remove ad-hoc saving of
7541         restriction, and just use save-restriction, now that it works
7542         correctly.  Don't adjust comint-last-input-start to account for
7543         our insertion; it shouldn't have moved because we don't use
7544         insert-before-markers anymore.  Comment out call to
7545         `force-mode-line-update'; why is it here?
7547         * gud.el (gud-basic-call): Temporarily widen gud comint buffer
7548         while checking for prompt to delete.  Use `forward-line 0'
7549         instead of beginning-of-line.
7550         (gud-filter): Temporarily widen gud comint buffer while
7551         examining output.
7553 2000-08-18  Stefan Monnier  <monnier@cs.yale.edu>
7555         * progmodes/sh-script.el: Big bag of typos.
7557         * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
7558         check since ispell-process is not bound when ispell is not yet loaded.
7560 2000-08-18  Dave Love  <fx@gnu.org>
7562         * image.el (find-image): Copy `spec' before using plist-put.
7564 2000-08-18  Gerd Moellmann  <gerd@gnu.org>
7566         * textmodes/ispell.el (ispell-dictionary-alist-6): Add
7567         `portugues'.
7569         * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
7570         backward-kill-sexp, analogous to kill-sexp.
7572         * progmodes/icon.el (icon-indent-line)
7573         (icon-is-continuation-line): Handle comments specially.
7575 2000-08-17  Ken Stevens <k.stevens@ieee.org>
7577         * ispell.el: Set to standard author/maintainer/keyword fields.
7578         Fine tuning to menu map appearance and operation, and added help.
7579         Remove `start' and `end' error messages when compiling.
7580         (ispell-choices-win-default-height): Fixed comment string.
7581         (ispell-dictionary-alist-1): Fixed regexp in castellano and
7582         castellano8 dictionaries.
7583         (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
7584         (ispell-dictionary-alist-4): Fixed regexp in francais-tex
7585         dictionary, added italiano dictionary.
7586         (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
7587         word character
7588         (ispell-tex-skip-alists): Added psfig support.
7589         (ispell-skip-html): Renamed from ispell-skip-sgml.
7590         (ispell-begin-skip-region-regexp, ispell-skip-region)
7591         (ispell-minor-check): Improved html skipping support to skip across
7592         code, and recognize `&' commands without propper `;' syntax;
7593         (ispell-process-line): Fix alignment error when manually
7594         correcting spelling.
7595         (ispell): Fix comment string.
7596         (ispell-add-per-file-word-list): Always put word list on new line.
7598 2000-08-17  Gerd Moellmann  <gerd@gnu.org>
7600         * format.el (format-encode-run-method): Fix error message to say
7601         `encode' instead of `decode'.  Use save-window-excursion around
7602         shell-command-on-region as in format-decode-run-method because
7603         shell-command-on-region can display a buffer with error output.
7604         (format-decode): Don't record undo information for the decoding.
7605         (format-annotate-function): Add parameter FORMAT-COUNT.  Make
7606         that number part of the temporary buffer name so that more than
7607         one decoding using a temporary buffer can happen safely.
7609         * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
7610         of `A-z' in the regexp.
7612         * hilit-chg.el: Fix typos in commentary.
7614         * help.el (view-emacs-news): Rewritten for new naming scheme
7615         for old NEWS files.
7617         * startup.el (command-line): Pop to *Messages* in case an error
7618         is signaled while loading user-init-file.
7620 2000-08-17  Andreas Schwab  <schwab@suse.de>
7622         * files.el (insert-directory): Don't lose original file name,
7623         undoing an undocumented change.
7625 2000-08-17  Alex Schroeder  <alex@gnu.org>
7627         * sql.el (sql-magic-go): Use comint-bol.
7628         (sql-copy-column): Use comint-line-beginning-position.
7629         (comint-line-beginning-position): Define a replacement for
7630         comint-line-beginning-position if it is not fboundp.
7632 2000-08-17  Alex Schroeder  <alex@gnu.org>
7634         * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
7635         it didn't have any effect anyway.
7637 2000-08-17  Alex Schroeder  <alex@gnu.org>
7639         * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
7640         --pset and pager=off instead of sending \\o|cat at the beginning
7641         of the session.
7643 2000-08-17  Miles Bader  <miles@gnu.org>
7645         * progmodes/octave-inf.el: Add compatibility definition of
7646         comint-line-beginning-position.
7648 2000-08-17  Kenichi Handa  <handa@etl.go.jp>
7650         * startup.el (normal-top-level): Look in each dir in load-path for
7651         a leim-list.el file too.  This assures of loading leim-list.el
7652         that is created at Emacs installation time even if a user have his
7653         own leim-list.el.
7655 2000-08-17  Miles Bader  <miles@gnu.org>
7657         * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
7658         foreground color to black if the background is dark.
7660 2000-08-16  Stefan Monnier  <monnier@cs.yale.edu>
7662         * loadhist.el (unload-feature): Typo.
7664         * finder.el (finder-compile-keywords):
7665         * cus-dep.el (custom-make-dependencies): Add local-variable settings
7666         to the generated file.
7668         * mail/mh-e.el (mh-make-local-vars):
7669         Replace make-variable-buffer-local with make-local-variable.
7671         * play/landmark.el:
7672         * options.el (Edit-options-{set,toggle,t,nil}):
7673         * mail/mailabbrev.el (mail-abbrevs-mode):
7674         * textmodes/tex-mode.el (tex-expand-files):
7675         * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
7677         * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
7679         * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
7680         (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
7681         Allow going past the last element.
7682         * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
7683         (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
7684         (cvs-mouse-toggle-mark): Don't move point.
7685         (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
7687         * progmodes/compile.el (grep): Provide a default set of files.
7688         (next-error): Docstring fix.
7689         (compilation-find-file): Avoid find-file (fails in a dedicated window).
7691         * emacs-lisp/easy-mmode.el (define-minor-mode):
7692         Use `symbol-value' to keep the byte-compiler quiet.
7694         * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
7695         (diff-find-source-location): New fun, extracted from diff-goto-source.
7696         (diff-goto-source): Use it.
7697         (diff-next-complex-hunk, diff-filter-lines): New function.
7698         (diff-apply-hunk): New command.
7700         * smerge-mode.el (smerge-mode-menu): Doc fix.
7702         * msb.el (msb-mode): Define it in terms of define-minor-mode.
7704 2000-08-16  Dave Love  <fx@gnu.org>
7706         * windmove.el (windmove) <defgroup>: Add :version.
7708         * net/goto-addr.el: Don't require browse-url.  Require thingatpt.
7709         (goto-address-fontify-p, goto-address-highlight-p)
7710         (goto-address-url-face, goto-address-url-mouse-face)
7711         (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
7712         (goto-address-url-regexp): Use thing-at-point-url-regexp.
7713         (goto-address-fontify, goto-address-at-mouse): Simplify,
7714         (goto-address-at-point): browse-url-url-at-point,
7715         goto-address-find-address-at-point can return nil.
7716         (goto-address-find-address-at-point): Return nil on failure.
7718         * align.el (align) <defgroup>: Add :version.
7720         * calculator.el (calculator): Add :version.
7721         (calculator): Use two lines for calculator window if `modeline'
7722         face is boxed.
7724         * play/5x5.el: Doc fixes.
7725         (5x5) <defgroup>: Add :version.
7727         * play/fortune.el (fortune) <defgroup>: Add :version.
7728         (fortune-append): Fix error message.
7729         (fortune-from-region): Doc fix.
7731         * play/pong.el (pong): Doc fix.
7733         * play/morse.el: Keywords, commentary, autoloads.
7735 2000-08-16  Eli Zaretskii  <eliz@is.elta.co.il>
7737         * desktop.el (desktop-save): Don't look at symbol-value of a
7738         member of minor-mode-alist, unless it is boundp.
7740 2000-08-16  Sam Steingold  <sds@gnu.org>
7742         * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
7743         `while'; use `with-current-buffer' instead of `save-excursion'.
7744         Removed unnecessary kludges now that "*Buffer List*" is excluded.
7746 2000-08-16  Kenichi Handa  <handa@etl.go.jp>
7748         * international/ccl.el (declare-ccl-program): Docstring modified.
7749         (ccl-execute-with-args): Likewise.
7751 2000-08-16  Miles Bader  <miles@gnu.org>
7753         * progmodes/sql.el: Add compatibility definition of
7754         comint-line-beginning-position.
7756 2000-08-15  Gerd Moellmann  <gerd@gnu.org>
7758         * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
7759         'buffer-menu' property.
7760         (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
7761         fails.
7762         (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
7763         buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
7764         wasn't killed.
7766         * buff-menu.el (list-buffers-noselect): Don't display the
7767         *Buffer List* buffer.
7769         * font-lock.el: Require jit-lock to prevent a very late
7770         `Loading jit-lock' message.
7772         * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
7773         * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
7774         mail address.
7776 2000-08-15  Miles Bader  <miles@gnu.org>
7778         * textmodes/ispell.el (ispell-graphic-p): New constant.
7779         (ispell-choices-win-default-height, ispell-help): Use
7780         `ispell-graphic-p' instead of `xemacsp'.
7782 2000-08-15  Dave Love  <fx@gnu.org>
7784         * simple.el: Autoload widget-convert when compiling.
7785         (mail-user-agent): Doc fix.
7787         * help.el (function-called-at-point, variable-at-point): Use
7788         with-syntax-table.
7789         (help-manyarg-func-alist): Add insert-and-inherit.
7791         * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
7793         * delsel.el (delsel-unload-hook): New function.
7795         * find-file.el: Doc fixes.  Move provide to end.
7796         (ff) <defgroup>: Add :link.
7797         (ff-goto-click): Deleted.
7798         (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
7799         Use mouse-set-point.
7801         * textmodes/tildify.el: Doc fixes.
7802         (tildify) <defgroup>: Add:version.
7804         * progmodes/glasses.el (glasses) <defgroup>: Add :version.
7805         (glasses-custom-set): Use set-default, not set.
7806         (minor-mode-alist): Propertize the lighter.
7807         (glasses-mode): Provide optional arg.
7809         * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
7810         (global-cwarn-mode): Don't make it a user option.  Unquote lambda.
7811         (cwarn-font-lock-feature-keywords-alist): Don't make it a user
7812         option.  Provide :type.
7813         (cwarn-configuration): Provide :type.
7814         (cwarn-mode): Doc fix.
7816         * add-log.el (change-log-merge): Doc fix.
7817         (change-log-redate): New command.
7819         * net/browse-url.el (browse-url-filename-alist): Add a clause for
7820         Doze and Dog.
7821         (browse-url): Use dolist, not mapcar.
7822         (browse-url-at-point): Check for null url.
7823         (browse-url-event-buffer, browse-url-event-point): Functions
7824         deleted.
7825         (browse-url-at-mouse, browse-url-netscape): Simplify.
7827         * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
7828         modes.
7829         (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
7830         Fix previous change to mapcan.
7831         (msb--init-file-alist, msb--add-separators)
7832         (msb--make-keymap-menu): Simplify.
7833         (msb--choose-file-menu): Use copy-sequence.
7834         (msb-mode-map): Add title to keymap.
7835         (msb-unload-hook): New function.
7837         * bs.el: Fix indentation.
7838         (bs) <defgroup>: Add :links.
7839         (bs-show): Doc fix.
7840         (bs-apply-sort-faces): Don't use window-system.
7841         (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
7843 2000-08-15  Eli Zaretskii  <eliz@is.elta.co.il>
7845         * calendar/timeclock.el (timeclock-file): Run .timelog through
7846         convert-standard-filename.
7848 2000-08-14  Gerd Moellmann  <gerd@gnu.org>
7850         * emacs-lisp/authors.el: New file.
7852         * paren.el (show-paren-priority): New user option.
7853         (show-paren-function): Set overlay priorities to
7854         show-paren-priority.
7856 2000-08-14  Miles Bader  <miles@gnu.org>
7858         * comint.el (comint-bol): Use `forward-line 0' instead of calling
7859         beginning-of-line with inhibit-field-text-motion bound.
7861 2000-08-14  Gerd Moellmann  <gerd@gnu.org>
7863         * calendar/timeclock.el: New file.
7865 2000-08-14  David Ponce  <david@dponce.com>
7867         * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
7868         `widget-button-click'. so that one can use left mouse button to
7869         click on dialog buttons.
7871 2000-08-14  Emmanuel Briot  <briot@gnat.com>
7873         * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
7874         identifiers, since XML is case sensitive
7876 2000-08-12  Miles Bader  <miles@gnu.org>
7878         * comint.el (comint-output-filter): Don't bother frobbing
7879         window-start, it doesn't seem to be necessary.
7881         * comint.el (comint-send-string, comint-send-region): Make into
7882         real functions.  Snapshot the prompt before sending.
7884 2000-08-11  Eli Zaretskii  <eliz@is.elta.co.il>
7886         * info.el (Info-find-emacs-command-nodes): Rewrite to use
7887         technique similar to Info-index, instead of relying on specific
7888         names of relevant Index nodes.
7889         (Info-goto-emacs-command-node): Bind Info-history to nil when
7890         going to the first node found by Info-find-emacs-command-nodes.
7892 2000-08-11  Eli Zaretskii  <eliz@is.elta.co.il>
7894         * menu-bar.el (menu-bar-help-menu): Add a :help string.
7896 2000-08-10  Miles Bader  <miles@gnu.org>
7898         * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
7900 2000-08-10  Eli Zaretskii  <eliz@is.elta.co.il>
7902         * info.el (Info-file-list-for-emacs): More elements for the
7903         autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
7904         and woman manuals.
7906 2000-08-10  Miles Bader  <miles@lsi.nec.co.jp>
7908         * comint.el (comint-send-input): Make the newline boundary overlay
7909         rear-nonsticky.  Use `insert' instead of `insert-before-markers'.
7910         (comint-output-filter): Use `insert' instead of
7911         `insert-before-markers'.  Extend comint-last-output-overlay when
7912         necessary since we can't rely on insert-before-markers to do it.
7913         * gud.el (gud-filter): Use `with-current-buffer' instead of
7914         save-excursion when inserting the output, so that point gets
7915         updated correctly; the old method relied on a rather dodgy
7916         side-effect of comint-output-filter to avoid the effect of
7917         save-excursion.
7919 2000-08-10  Eli Zaretskii  <eliz@is.elta.co.il>
7921         * files.el (recover-file): Call insert-directory instead of
7922         invoking `ls' directly.
7924 2000-08-10  Miles Bader  <miles@gnu.org>
7926         * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
7927         (comint-last-prompt-overlay): New variables.
7928         (comint-output-filter): Implement prompt highlighting.
7929         (comint-snapshot-last-prompt): New function.
7930         (comint-send-input): Snapshot the last prompt.
7931         Use comint-highlight-input-face.
7932         (comint-highlight-input-face): Renamed from `comint-highlight-face'.
7933         Use defface instead of defcustom.
7934         (send-invisible, comint-send-eof): Snapshot the last prompt.
7935         (comint-delchar-or-maybe-eof): Use comint-send-eof.
7936         (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
7938 2000-08-09  Stefan Monnier  <monnier@cs.yale.edu>
7940         * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
7941         (regexp-opt-group): Use a list of chars for `letters'.
7942         (regexp-opt-charset): `chars' is now a list of chars.
7943         Use a char-table rather than a vector so it works for multibyte chars.
7945         * pcvs.el (cvs-menu): Don't move point.  Use popup-menu.
7946         Set cvs-minor-current-files to the selected fileinfo.
7947         (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
7948         (cvs-mode-insert): Manually macroexpand `ignore-errors'.
7950 2000-08-09  Eli Zaretskii  <eliz@is.elta.co.il>
7952         * files.el (insert-directory): Don't call access-file on
7953         directories on DOS and Windows.
7955 2000-08-09  Kenichi Handa  <handa@etl.go.jp>
7957         * international/ccl.el (ccl-embed-data): Make ccl-program-vector
7958         longer if necessary.
7959         (ccl-embed-code): Call ccl-embed-data to store CODE in
7960         ccl-program-vector.
7962 2000-08-09  Miles Bader  <miles@gnu.org>
7964         * comint.el (comint-output-filter): Properly handle the case where
7965         the text surrounded by comint-last-output-overlay was deleted.
7967 2000-08-08  Gerd Moellmann  <gerd@gnu.org>
7969         * info.el (Info-insert-dir): Use Info-additional-directory-list if
7970         non-nil.
7971         (Info-file-list-for-emacs): Remove "info" from the list because
7972         that leads to trying to use the documentation from file `info'
7973         in various situations where it isn't appropriate, for instance
7974         C-h C-k C-h i.
7976         * ffap.el (ffap-read-file-or-url-internal): Handle case that
7977         DIR and/or STRING are nil.
7979         * progmodes/compile.el (compilation-setup): Make variable
7980         compilation-error-screen-columns buffer-local, as some comment
7981         in the code suggests it should be.
7983         * files.el (auto-mode-interpreter-regexp): New variable.
7984         (set-auto-mode): Use it.
7986         * indent.el (indent-for-tab-command): Doc fix.
7988         * mouse-sel.el (mouse-sel-mode): Doc fix.
7990         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
7991         labels.
7993         * help.el (print-help-return-message): When
7994         display-buffer-reuse-frames is set, let the help window been quit,
7995         instead of deleting it, which might delete a reused frame.
7997 2000-08-08  Eli Zaretskii  <eliz@is.elta.co.il>
7999         * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
8000         rename a directory to a name that differs only by its letter case.
8002 2000-08-08  Kenichi Handa  <handa@etl.go.jp>
8004         * international/quail.el (quail-define-rules): Handle Quail decode
8005         map correctly.  Add code for supporting annotations.
8006         (quail-install-decode-map): New function.
8007         (quail-defrule-internal): New optional arguments decode-map and
8008         props.
8009         (quail-advice): New function.
8011 2000-08-07  Sam Steingold  <sds@gnu.org>
8013         * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
8014         `defconst', `define-condition', `with-slots'.
8015         * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
8017 2000-08-03  Miles Bader  <miles@gnu.org>
8019         * comint.el (comint-use-prompt-regexp-instead-of-fields):
8020         New variable.
8021         (comint-prompt-regexp, comint-get-old-input): Document dependence on
8022         comint-use-prompt-regexp-instead-of-fields.
8023         (comint-send-input): Add `input' field property to stuff we send to
8024         the process, if comint-use-prompt-regexp-instead-of-fields is nil.
8025         (comint-output-filter): Add `output' field property to process
8026         output, if comint-use-prompt-regexp-instead-of-fields is nil.
8027         (comint-replace-by-expanded-history)
8028         (comint-get-old-input-default, comint-show-output)
8029         (comint-backward-matching-input, comint-forward-matching-input)
8030         (comint-next-prompt, comint-previous-prompt):  Use field
8031         properties if comint-use-prompt-regexp-instead-of-fields is nil.
8032         (comint-line-beginning-position): New function.
8033         (comint-bol): Use comint-line-beginning-position.  Make ARG optional.
8034         (comint-replace-by-expanded-history-before-point): Use
8035         comint-line-beginning-position and line-end-position.
8036         (comint-last-output-overlay): New variable.
8037         (comint-mode): Make `comint-last-output-overlay' buffer-local.
8039         * shell.el (shell-prompt-pattern): Doc change.
8040         (shell-backward-command): Use line-beginning-position.
8042         * gud.el (gud-gdb-complete-command): Use
8043         comint-line-beginning-position.
8045         * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
8046         comint-bol doesn't actually go to the beginning of the line.
8048         * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
8049         if comint-use-prompt-regexp-instead-of-fields is non-nil.
8050         (try-expand-line-all-buffers): Likewise.
8052         * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
8053         explicitly matching comint-prompt-regexp.
8054         (sql-copy-column): Use comint-line-beginning-position instead of
8055         explicitly matching comint-prompt-regexp.
8057         * progmodes/octave-inf.el (inferior-octave-complete): Use
8058         comint-line-beginning-position.
8060         * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
8062         * progmodes/idlw-shell.el (idlwave-shell-send-command): When
8063         looking for a prompt, use `forward-line 0' instead of
8064         `beginning-of-line', to avoid getting caught by an input field.
8066 2000-08-07  Gerd Moellmann  <gerd@gnu.org>
8068         * files.el (shell-quote-wildcard-pattern): Make sure to return
8069         PATTERN, in the Unix case.
8071 2000-08-07  Eli Zaretskii  <eliz@is.elta.co.il>
8073         * play/zone.el (zone): Discard any pending input before running
8074         the randomly-chosen pgm.
8076 2000-08-07  Kenichi Handa  <handa@etl.go.jp>
8078         * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
8079         checking the existence of any multibyte characters.
8081 2000-08-06  Gerd Moellmann  <gerd@gnu.org>
8083         * help.el (describe-mode): Test minor-mode symbol for being
8084         bound before testing its value for being nil.
8086         * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
8087         `first', `second', and `third'.
8089         * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
8090         (second): Make it an alias for `cadr'.
8092 2000-08-06  Eli Zaretskii  <eliz@is.elta.co.il>
8094         * bs.el (bs-apply-sort-faces): Don't use window-system, since all
8095         types of display support faces now.
8097 2000-08-05  Gerd Moellmann  <gerd@gnu.org>
8099         * pcvs.el (require): Require `cl' during compilation, only.
8101         * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
8102         (toplevel): Remove `remq' and `remove' from autoloads.
8103         (cl-fake-autoloads): New variable.  If set, arrange for an error
8104         when CL functions etc. are autoloaded.
8106 2000-08-04  Eli Zaretskii  <eliz@is.elta.co.il>
8108         * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
8110         * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
8111         popped up, but the user clicks outside the menu, return an empty
8112         regexp (that causes unhighlight-regexp to have no effect).
8114         * menu-bar.el (menu-bar-games-menu): Add Zone.
8116         * hi-lock.el (toplevel): Require font-lock.
8118 2000-08-03  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
8120         * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
8121         (ebnf-8-bit-chars): New var for bug fix.
8122         (ebnf-string): Bug fix.
8124 2000-08-03  Sam Steingold  <sds@gnu.org>
8126         * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
8127         instead of `buffer-string'.
8128         (require 'cl): Always, not just when compiling.
8129         `ignore-errors' in `interactive', `list*', `defun*' &c make this
8130         necessary.
8132 2000-08-03  Eli Zaretskii  <eliz@is.elta.co.il>
8134         * international/mule-cmds.el (select-safe-coding-system): Make
8135         the message text about selecting a safe coding system more clear.
8137 2000-08-02  Gerd Moellmann  <gerd@gnu.org>
8139         * hi-lock.el: New file.
8141         * play/zone.el: New file.
8143         * replace.el (occur): Set tab-width in the *Occur* buffer to the
8144         value of tab-width in the original buffer.  Choose a line number
8145         format that's a multiple of the original buffer's tab width, so
8146         that lines appear right.
8148         * textmodes/ispell.el (ispell): New function, replacing an alias.
8149         Spell-check active region if in transient-mark-mode and mark
8150         is active; otherwise spell-check buffer.
8152 2000-08-02  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
8154         * ps-mule.el: Fix a customization problem on
8155         ps-mule-font-info-database-default.
8157 2000-08-02  Eli Zaretskii  <eliz@is.elta.co.il>
8159         * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
8160         display-mouse-p instead of window-system.
8161         (ebrowse-member-mode-map): Ditto.
8163 2000-08-01  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
8165         * progmodes/ebnf2ps.el: Update ps-print functions call.
8166         Indentation fix.  Doc fix.
8167         (ebnf-version): New version number (3.2).
8168         (ebnf-format-color, ebnf-begin-job): Code fix.
8170 2000-08-01  Eli Zaretskii  <eliz@is.elta.co.il>
8172         * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
8173         font lock support on window-system.
8174         (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
8176         * textmodes/ispell.el (ispell-highlight-spelling-error): Use
8177         display-color-p, if fboundp, instead of window-system.
8179 2000-07-31  Eli Zaretskii  <eliz@is.elta.co.il>
8181         * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
8182         instead of window-system.
8184         * wid-edit.el (widget-choose): Use display-mouse-p instead of
8185         window-system.
8186         (widget-choice-mouse-down-action): Use display-popup-menus-p
8187         instead of window-system.
8189         * strokes.el (strokes-file): Run the file name through
8190         convert-standard-filename.
8191         (strokes-mode): Call display-mouse-p instead of looking at
8192         window-system.  Change the error message accordingly.
8194         * progmodes/cpp.el (toplevel): Support faces on tty's.
8196         * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
8197         (lm-plot-square, lm-init-display): Don't use window-system.
8199         * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
8200         (gomoku-plot-square, gomoku-init-display): Don't use window-system.
8202         * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
8203         instead of looking at window-system.
8205 2000-07-30  Gerd Moellmann  <gerd@gnu.org>
8207         * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
8208         of testing if iswitchb-prepost-hooks is bound, because the
8209         latter will always be true when invoking a recursive minibuffer
8210         from an active Iswitchb buffer.
8212 2000-07-30  Eli Zaretskii  <eliz@is.elta.co.il>
8214         * files.el (shell-quote-wildcard-pattern): New function.
8215         (insert-directory): Call it.  Only prepend "\" to command on Unix
8216         and GNU/Linux systems.
8218 2000-07-30  Gerd Moellmann  <gerd@gnu.org>
8220         * eshell/esh-groups.el: Change custom :link file names
8221         from `eshell.info' to `eshell'.
8223 2000-07-30  Francis Wright  <fjw@maths.qmw.ac.uk>
8225         * dired.el (dired-build-subdir-alist): Expand subdirectory names
8226         correctly in recursive ange-ftp listings.
8228 2000-07-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
8230         * ps-print.el: Fix bug 1: if ps-font-size-internal,
8231         ps-header-font-size-internal and
8232         ps-header-title-font-size-internal variables are not set,
8233         ps-nb-pages and ps-line-lengths-internal crashes.  Fix bug 2: if
8234         face text property is (foreground-color . COLOR) or
8235         `(background-color . COLOR)', ps-print crashes.  Doc fix.
8236         (ps-print-version): New version number (5.2.4).
8237         (ps-plot-region): Code fix.
8238         (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
8239         (ps-face-attribute-list, ps-face-attributes, ps-face-background):
8240         Bug fix 2.
8242 2000-07-30  Milan Zamazal  <pdm@freesoft.cz>
8244         * glasses.el (glasses-make-readable): Fix uncapitalization of
8245         identifiers like `myXMLDocument'.
8247 2000-07-28  Karl Fogel  <kfogel@red-bean.com>
8249         * mail/mail-hist.el (mail-hist-previous-input)
8250         (mail-hist-next-input): Do the obvious code factorization.
8251         (mail-hist-retrieve-and-insert): New func, contains common
8252         code of above two.
8253         If inserting a message body, leave point at top.
8255 2000-07-28  Sam Steingold  <sds@gnu.org>
8257         * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
8258         Use `<=', not `<' to compare times!
8259         (ange-ftp-ls): Remove.
8261 2000-07-27  Gerd Moellmann  <gerd@gnu.org>
8263         * play/cookie1.el: Add explanation of how to make cookie.el
8264         compatible with strfile(1) to comment.
8266         * subr.el (remove, remq): New functions.
8268         * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
8269         escape `*' in regexps.
8270         (midnight-find): Reverse order of arguments in the funcall of
8271         TEST.
8273         * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
8274         and `.class'.
8276         * play/meese.el: Add Commentary section.
8278 2000-07-27  Alex Schroeder  <alex@gnu.org>
8280         * sql.el (sql-ms): Added autoload cookie.
8281         (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
8282         (sql-oracle): Ditto.
8283         (sql-help): Doc change.
8285         (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
8286         types and exceptions.
8288 2000-07-27  Alex Schroeder  <alex@gnu.org>
8290         * sql.el (sql-placeholder-history): New variable.
8291         (sql-query-placeholders-and-send): New function that will query
8292         the user and replace placeholders with user input.
8293         (sql-oracle): If running on NT, set comint-input-sender to
8294         sql-query-placeholders-and-send.
8296         (sql-stop): If in the SQLi buffer, insert stop notification, else
8297         present it as a message.
8299 2000-07-27  Alex Schroeder  <alex@gnu.org>
8301         * sql.el (sql-input-ring-separator): Doc change.
8302         (sql-input-ring-file-name): Doc change.
8303         (sql-interactive-mode): Use `sql-input-ring-separator' and
8304         `sql-input-ring-file-name' to set the comint-mode equivalents
8305         without making them local variables.
8306         (sql-stop): Don't bind `sql-input-ring-separator' and
8307         `sql-input-ring-file-name' dynamically to their comint-mode
8308         equivalents.
8310 2000-07-27  Kenichi Handa  <handa@etl.go.jp>
8312         * international/mule.el (register-char-codings): New function.
8313         (make-coding-system): Handle `safe-chars' specification in the arg
8314         PROPERTY.
8316         * international/mule-cmds.el
8317         (find-coding-systems-region-subset-p): This function deleted.
8318         (sort-coding-systems-predicate): New variable.
8319         (sort-coding-systems): New function.
8320         (find-coding-systems-region): Use
8321         find-coding-systems-region-internal.
8322         (find-coding-systems-string): Use find-coding-systems-region.
8323         (find-coding-systems-for-charsets): Check
8324         char-coding-system-table.
8325         (select-safe-coding-system-accept-default-p): New variable.
8326         (select-safe-coding-system): Mostly rewritten.  New argument
8327         ACCEPT-DEFAULT-P.
8328         (select-message-coding-system): Call select-safe-coding-system
8329         with ACCEPT-DEFAULT-P arg.
8330         (reset-language-environment): Reset default-sendmail-coding-system
8331         to the default value iso-latin-1.
8332         (set-language-environment): Don't set the obsolete variable
8333         charset-origin-alist.
8335         * international/codepage.el (cp-coding-system-for-codepage-1):
8336         Give `safe-chars' property to make-coding-system.
8338         * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
8339         calling select-message-coding-system twice.
8341         * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
8342         instead of `safe-charsets'.
8343         (cyrillic-alternativnyj): Likewise.
8344         (ccl-encode-alternativnyj): Don't check the charset
8345         cyrillic-iso8859-5.
8347 2000-07-27  Kenichi Handa  <handa@etl.go.jp>
8349         * composite.el (compose-chars-after): Preserve match data.
8351 2000-07-26  Sam Steingold  <sds@gnu.org>
8353         * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
8354         (ange-ftp-real-file-newer-than-file-p): New function.
8355         (ange-ftp-verify-visited-file-modtime): Use `float-time'.
8356         (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
8358         * tooltip.el (tooltip-float-time): Removed (use `float-time').
8359         * midnight.el (midnight-float-time): Ditto.
8361 2000-07-26  Andreas Schwab  <schwab@suse.de>
8363         * files.el (normal-backup-enable-predicate): Correct
8364         interpretation of the return value of compare-strings.
8366 2000-07-26  Gerd Moellmann  <gerd@gnu.org>
8368         * isearch.el (isearch-resume): New function.
8369         (isearch-done): Add something to command-history to resume
8370         the search.
8371         (isearch-yank-line, isearch-yank-word): Use
8372         buffer-substring-no-properties instead of buffer-substring.
8374         * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
8375         of flyspell-mouse-map.
8377         * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
8378         duplicate definition.
8379         (makefile-mode): Remove duplicate setting of local-abbrev-table.
8381         * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
8382         (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
8384 2000-07-25  Sam Steingold  <sds@gnu.org>
8386         * net/ange-ftp.el: Get modtime over the net.
8387         (ange-ftp-file-modtime): New function.
8388         (ange-ftp-write-region, ange-ftp-insert-file-contents)
8389         (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
8390         Use it.
8391         (ange-ftp-dot-to-slash): New function.
8392         (ange-ftp-fix-name-for-vms): Use it.
8394         * midnight.el (midnight-buffer-display-time): Use
8395         `with-current-buffer'.
8397 2000-07-25  Gerd Moellmann  <gerd@gnu.org>
8399         * find-dired.el: Update copyright notice.
8400         (find-dired): Offer to kill a running `find'.
8402         * enriched.el (enriched-face-ans): For a `foreground-color'
8403         property, return '(("x-color" COLOR))' so that COLOR will be
8404         output as a parameter of the x-color annotation.  Likewise for the
8405         `background-color' property.  In the case of normal face
8406         properties, don't return annotations for unspecified foreground
8407         and background face attributes.
8409 2000-07-25  Kenichi Handa  <handa@etl.go.jp>
8411         * language/japan-util.el (japanese-katakana-region): Fix handling
8412         HANKAKU argument.
8414 2000-07-25  Miles Bader  <miles@gnu.org>
8416         * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
8417         constrain-to-field.  Pass nil ESCAPE-FROM-EDGE argument to
8418         constrain-to-field.
8420 2000-07-24  Andrew Innes  <andrewi@gnu.org>
8422         * timer.el (timer-activate-when-idle): Add optional parameter
8423         DONT-WAIT.  Update docstring.
8424         (run-with-idle-timer): Specify extra parameter to
8425         timer-activate-when-idle, so that timer will be activated
8426         immediately if Emacs is already idle.
8428         * w32-fns.el (w32-using-nt): Fix docstring.
8430 2000-07-24  Dave Love  <fx@gnu.org>
8432         * mouse.el (popup-menu): Set last-command-event.
8433         (mouse-major-mode-menu-prefix): Declare.
8435 2000-07-24  Gerd Moellmann  <gerd@gnu.org>
8437         * textmodes/flyspell.el: Update to author's version 1.5d.
8439         * progmodes/hideshow.el: Update copyright notice.
8441         * vcursor.el: Set maintainer to FSF, since author cannot
8442         be reached.
8444 2000-07-24  Eli Zaretskii  <eliz@is.elta.co.il>
8446         * info.el (Info-goto-emacs-key-command-node): Leave a space after
8447         the prompt.
8449         * mouse.el (popup-menu): Run the keymap through indirect-function,
8450         in case it was defined with define-prefix-key.  If the menu is a
8451         list of keymaps, look up the binding of user's choice in each one
8452         of the keymaps.
8453         (mouse-popup-menubar): If the global and local menu-bar keymaps
8454         don't have a prompt string, create one and insert it into the
8455         keymap.  Don't barf if current-local-map returns nil.
8457 2000-07-24  Francis Wright  <fjw@maths.qmw.ac.uk>
8459         * dired.el (dired-sort-R-check): Added to allow recursive listing
8460         to be undone.
8461         (dired-sort-other): Use it.
8463 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
8465         * Release of cc-mode 5.27
8467 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
8469         * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
8470         c-beginning-of-statement-1 that caused a bad case of recursion
8471         which could consume a lot of CPU in large classes in languages
8472         that have in-expression classes (i.e. Java and Pike).
8474         * cc-engine.el (c-guess-basic-syntax): Check for in-expression
8475         statements before top level constructs (i.e. case 6 is moved
8476         before case 5 and is now case 4) to catch in-expression
8477         classes in top level expressions correctly.
8479 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
8481         * cc-engine.el (c-guess-basic-syntax): Less naive handling of
8482         objc-method-intro. Case 4 removed and case 5I added.
8484         * cc-langs.el (c-append-paragraph-start): New variable used by
8485         c-common-init to get paragraph-start correct.
8486         * cc-langs.el (c-common-init): Use c-append-paragraph-start to
8487         initialize paragraph-start to make it correct both with and
8488         without the javadoc special case.
8490         * cc-mode.el (java-mode): Use c-append-paragraph-start to
8491         initialize paragraph-start for javadoc markup.
8493         * cc-vars.el (c-style-variables-are-local-p): Incompatible
8494         change by defaulting this to t.  It's motivated by the
8495         confusing behavior that otherwise arise from the style system
8496         when editing both java and non-java files at the same time
8497         (see the comments about style setting in c-common-init).
8499 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
8501         * cc-cmds.el (c-indent-new-comment-line): Added a kludge
8502         similar to the one in c-fill-paragraph to check the fill
8503         prefix from the adaptive fill function for sanity.
8505 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
8507         * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
8508         defun block.
8510 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
8512         * cc-mode.texi Documented the change of cpp-macro.
8514 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
8516         * cc-align.el (c-lineup-multi-inher): Handle lines with
8517         leading comma nicely. Extended to handle member initializers
8518         too.
8520         * cc-engine.el: (c-beginning-of-inheritance-list,
8521         c-guess-basic-syntax): Fixed recognition of inheritance lists
8522         when the lines begins with a comma.
8524         * cc-mode.texi: Updated doc for c-lineup-multi-inher.
8526         * cc-vars.el (c-offsets-alist): Changed default for
8527         member-init-cont to c-lineup-multi-inher since it now handles
8528         member initializers and indents better for leading commas.
8530 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
8532         * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
8533         handling that caused class open lines to be recognized as
8534         statement-conts in some cases.
8536         * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
8537         guessed by the adaptive fill function unless point is on the
8538         first line of a block comment.
8540         * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
8541         when the buffer ends with a macro continuation char.
8543         * cc-engine.el (c-guess-basic-syntax): Added support for
8544         function definitions as statements in Pike.  The first
8545         statement in a lambda block is now labeled defun-block-intro
8546         instead of statement-block-intro.
8548         * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
8549         so that the class surrounding point is selected, not the one
8550         innermost in the state.
8552         * cc-engine.el (c-guess-basic-syntax): Fixed bug in
8553         recognition of switch labels having hanging multiline
8554         statements.
8556         * cc-engine.el (c-beginning-of-member-init-list): Broke out
8557         some code in c-guess-basic-syntax to a separate function.
8558         * cc-engine.el (c-just-after-func-arglist-p): Fixed
8559         recognition of member inits with multiple line arglists.
8560         * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
8561         member-init-cont when the commas are in funny places.
8563 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
8565         * cc-defs.el (c-auto-newline): Removed this macro since it's
8566         not used anymore.
8568         * cc-engine.el (c-looking-at-bos): New helper function.
8569         * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
8570         inexpr and toplevel classes apart in Pike.
8572         * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
8573         of case 9A.
8575         * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
8576         constant, since "class" can introduce an in-expression class
8577         in Pike nowadays.
8579 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
8581         * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
8582         indentation on cpp-macro lines.
8584         * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
8585         a syntax modifier like comment-intro, to make it possible to
8586         get syntactic indentation for preprocessor directives.  It's
8587         incompatible wrt to lineup functions on cpp-macro, but it has
8588         no observable effect in the 99.9% common case where cpp-macro
8589         is set to -1000.
8591 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
8593         * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
8594         member-init-cont when the preceding arglist is several lines.
8596 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
8598         * cc-styles.el (c-style-alist): The basic offset for the BSD
8599         style corrected to 8.
8601 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
8603         * cc-styles.el (c-style-alist): Adjusted the indentation of
8604         brace list openers in the gnu style.
8606 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
8608         * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
8610         * cc-cmds.el (c-electric-brace, c-electric-slash,
8611         c-electric-star, c-electric-semi&comma, c-electric-colon,
8612         c-electric-lt-gt, c-electric-paren): Don't reindent old lines
8613         when c-syntactic-indentation is nil.
8615         * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
8616         we were left at comments preceding the first statement when
8617         reaching the beginning of the buffer.
8619         * cc-vars.el (c-syntactic-indentation): New variable to turn
8620         off all syntactic indentation.
8622 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
8624         * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
8625         between the text and the block comment ender when it hangs,
8626         depending on how many there are before the fill.
8628 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
8630         * cc-engine.el (c-beginning-of-closest-statement): New helper
8631         function to go back to the closest preceding statement start,
8632         which could be inside a conditional statement.
8633         * cc-engine.el (c-guess-basic-syntax): Use
8634         c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
8636         * cc-engine.el (c-guess-basic-syntax): Better handling of
8637         arglist-intro, arglist-cont-nonempty and arglist-close when
8638         the arglist is nested inside parens.  Cases 7A, 7C and 7F
8639         changed.
8641         * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
8642         up-to-date with javadoc 1.2.
8644 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
8646         * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
8647         multiline Pike type decls.
8649 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
8651         * cc-cmds.el (c-indent-new-comment-line): Always break
8652         multiline comments in multiline mode, regardless of
8653         comment-multi-line.
8655 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
8657         * cc-engine.el (c-guess-basic-syntax): Fixed bug with
8658         fully::qualified::names in C++ member init lists.  Preamble in
8659         case 5D changed.
8661 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
8663         * cc-langs.el (c-common-init): Handling of obsolete variables
8664         moved to c-initialize-cc-mode.  More compatible style override
8665         when using global style variables.
8666         * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
8667         variables moved here.
8669         * cc-mode.texi: Documented the special behavior of
8670         c-special-indent-hook as a style variable.  Don't talk about
8671         doing (c-make-styles-buffer-local t) in a mode hook, since
8672         that's already too late to work right.
8674         * cc-styles.el (c-make-styles-buffer-local): Flag style
8675         variable localness in c-style-variables-are-local-p to make
8676         the compatibility measure in c-common-init work well.
8678         * cc-styles.el (c-set-style-1): c-special-indent-hook can no
8679         longer contain set-from-style.
8680         * cc-styles.el (c-initialize-builtin-style): Don't check for
8681         set-from-style on c-special-indent-hook.
8682         * cc-styles.el (c-copy-tree): Obsolete.  The standard function
8683         copy-alist is sufficient now.
8685         * cc-styles.el (c-set-style, c-set-style-1,
8686         c-get-style-variables): Fixes to variable initialization so
8687         that duplicate entries in styles have the same effect
8688         regardless of DONT-OVERRIDE.
8690         * cc-styles.el (c-set-style-2): Fixed bug where the
8691         initialization of inheriting styles failed when the
8692         dont-override flag is set.
8694         * cc-vars.el (c-special-indent-hook): Don't use set-from-style
8695         on this.
8697 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
8699         * cc-defs.el (c-forward-comment): Removed the workaround
8700         introduced in 5.38 since it had worse side-effects.  If a line
8701         contains the string "//\"", it regarded the // as a comment
8702         start since the \ temporarily doesn't have escape syntax.
8704 2000-07-17 Emmanuel Briot <briot@act-europe.fr>
8706         * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
8707         ada-xref.el before ada-prj.el, so that the Project menu is created
8708         when ada-prj tries to add to it.
8709         (ada-activate-keys-for-case): Suppress the characters that are not
8710         part of the Ada syntax. Better compatibility with else-mode
8711         (ada-adjust-case-interactive): When auto-casing is not active,
8712         correctly insert newlines (used to insert only ^M).  Prevent the
8713         syntax table from being changed in case of an error
8714         (or '_' becomes part of a word and some commands are confused).
8715         Do nothing if ada-auto-case is nil.
8716         (ada-after-keyword-p): Ignore keywords that are also attributes
8717         (ada-batch-reformat): Update usage comment
8718         (ada-call-from-contextual-menu): New function
8719         (ada-case-read-exceptions): Reinitialize the casing exception list
8720         first to nil first, so that the casing exception file can be
8721         shared.
8722         (ada-check-defun-name): Handles "configure" keyword for gnatdist
8723         files.
8724         (ada-compile-goto-error): Fix regexp used to detect a file:line
8725         anywhere in the error message
8726         (ada-contextual-menu-last-point): New variable
8727         (ada-create-keymap): If the variable delete-key-deletes-forward is
8728         t on XEmacs, it means that DEL should delete one character
8729         forward.
8730         (ada-create-menu): Use :included instead of :visible for XEmacs.
8731         New submenu "Options".
8732         (ada-end-stmt-re): Correctly indent "select ... then abort"
8733         statements.
8734         (ada-fill-comment-paragraph): Correctly delete all leading '--'
8735         even if they don't match ada-fill-comment-prefix Fix handling of
8736         paragraphs on the first or last line of a file.
8737         (ada-format-paramlist): Fix handling of default parameter values.
8738         (ada-get-body-name): New function.
8739         (ada-get-current-indent): Optimized by searchling directly for an
8740         existing generic part or a statement outside of it.  Handle
8741         ada-indent-align-comments when indenting comments Replaced some
8742         regexps by testing directly the next character. This results in a
8743         huge speedup on some files.  New indentation scheme for renames
8744         statements.  Stop looking for the 'while' or 'for' associated with
8745         a 'loop' at the first semicolon encountered.  A "return" can also
8746         match an anonymous access subprogram declaration.
8747         (ada-get-indent-noindent): Ignore strings and comments when
8748         looking for the keywords "record" and "private".
8749         (ada-goto-matching-decl-start): When matching "if", make sure we
8750         are not in fact seeing "end if".  Ignore "when" statements except
8751         when initial keyword was "begin".  Fix handling of nested
8752         procedures.  Add a recursive call to this function to skip over
8753         other 'end' statmts.  Fix indentation for "when .. => begin"
8754         (ada-in-open-paren-p): Fix indentation for complex boolean
8755         expressions, where 'and then', 'or else' and parenthesis
8756         statements are mixed up.
8757         (ada-in-paramlist-p): Skip comments while searching for the
8758         beginning Fix handling of operator declarations.
8759         (ada-indent-align-comments): New variable
8760         (ada-indent-current): Change the syntax table only in the
8761         protected section, so that we are sure it is restored correctly.
8762         (ada-indent-on-previous-lines): Use ada-use-indent and
8763         ada-with-indent Correctly indent "select ... then"
8764         (ada-indent-region): Slight speedup.
8765         (ada-indent-renames): New variable.
8766         (ada-last-which-function-subprog, ada-last-which-function-line):
8767         New variables
8768         (ada-looking-at-semi-private): Correctly indent the 'private'
8769         keyword when it is the first word in a package declaration.
8770         (ada-loose-case-word): Stop searching if at the end of the buffer.
8771         (ada-loose-case-word, ada-capitalize-word): Recase the whole word
8772         even if point is not initially at the end of the word.
8773         (ada-matching-decl-start-re): Add "when".
8774         (ada-mode): Add support for abbrev-mode, outline-mode and
8775         which-func-mode Override the old find-file.el entry in
8776         ff-special-constructs since it is using the obsolete
8777         ada-spec-suffix variable
8778         (ada-no-auto-case): New function
8779         (ada-scan-paramlist): When parsing the argument type, accept
8780         spaces (as in "X 'Class", generated by Rational Rose).
8781         (ada-other-file-name): No longer loads the other file.
8782         (ada-popup-menu): Save and restore the current buffer and cursor
8783         position before and after displaying the menu.
8784         (ada-search-ignore-complex-boolean): New function.
8785         (ada-uncomment-region): Emacs21 already knows how to delete
8786         comments not starting in the first column.
8787         (ada-use-indent): New variable
8788         (ada-which-function): New function.
8789         (ada-with-indent): New variable
8790         (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
8791         can be batch-compiled from the command line.
8793         * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
8794         Add to the menu when the file is loaded, not in ada-mode-hook.
8795         Add -toolbar to the default ddd command Switches moved from
8796         ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
8797         ada-prj-default-comp-opt
8798         (ada-add-ada-menu): Remove the map and name parameters Add the Ada
8799         Reference Manual to the menu
8800         (ada-check-current): rewritten as a call to ada-compile-current
8801         (ada-compile): Removed.
8802         (ada-compile-application, ada-compile-current, ada-check-current):
8803         Set the compilation-search-path so that compile.el automatically
8804         finds the sources in src_dir.  Automatic scrollong of the
8805         compilation buffer.  C-uC-cC-c asks for confirmation before
8806         compiling
8807         (ada-compile-current): New parameter, prj-field
8808         (ada-complete-identifier): Load the .ali file before doing
8809         processing
8810         (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
8811         conform to gnatmake's behavior.
8812         (ada-find-file-in-dir): New function
8813         (ada-find-references): Set the environment variables for gnatfind
8814         (ada-find-src-file-in-dir): New function.
8815         (ada-first-non-nil): Removed
8816         (ada-gdb-application): Add support for jdb, the java debugger.
8817         (ada-get-ada-file-name): Load the original-file first if not done
8818         yet.
8819         (ada-get-all-references): Handles the new ali syntax (parent types
8820         are found between <>).
8821         (ada-initialize-runtime-library): New function
8822         (ada-mode-hook): Always load a project file when a file is opened,
8823         so that the casing exceptions are correctly read.
8824         (ada-operator-re): Add all missing operators ("abs", "rem", "**").
8825         (ada-parse-prj-file): Use find-file-noselect instead of find-file
8826         to open the project file, since the latter does not work with
8827         speedbar Get default values before loading the prj file, or the
8828         default executable file name is wrong.  Use the absolute value of
8829         src_dir to initialize ada-search-directories and
8830         compilation-search-path,...  Add the standard runtime library to
8831         the search path for find-file.
8832         (ada-prj-default-debugger): Was missing an opening '{'
8833         (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
8834         variables.
8835         (ada-prj-default-gnatmake-opt): New variable
8836         (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
8837         buffers, the project file is the default one Save the windows
8838         configuration before displaying the menu.
8839         (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
8840         (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
8841         ...)  regexp-quote identifiers names to support operators +,
8842         -,... in regexps.
8843         (ada-remote): New function.
8844         (ada-run-application): Erase the output buffer before starting the
8845         run Support remote execution of the application.  Use
8846         call-process, or the arguments are incorrectly parsed
8847         (ada-set-default-project-file): Reread the content of the active
8848         project file, not the one from the current buffer When a project
8849         file is set as the default project, all directories are
8850         automatically associated with it.
8851         (ada-set-environment): New function
8852         (ada-treat-cmd-string): New special variable ${current}
8853         (ada-treat-cmd-string): Revised.  The substitution is now done for
8854         any ${...} substring
8855         (ada-xref-current): If no body was found, compiles the spec
8856         instead.  Setup ADA_{SOURCE,OBJECTS}_PATH before running the
8857         compiler to get rid of command line length limitations.
8858         (ada-xref-get-project-field): New function
8859         (ada-xref-project-files): New variable
8860         (ada-xref-runtime-library-specs-path)
8861         (ada-xref-runtime-library-ali-path): New variables
8862         (ada-xref-set-default-prj-values): Default run command now does a
8863         cd to the build directory.  New field: main_unit Provide a default
8864         file name even if the current buffer has no prj file.
8866         * ada-prj.el:
8867         Rewritten to show a tabbed-dialog.
8868         (ada-prj-add-ada-menu): Remove the map and name parameters.
8869         (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
8870         New function
8871         (ada-prj-load-directory, ada-prj-subdirs-of): New functions
8872         (ada-prj-load-from-file): New function
8873         (ada-prj-save): Always save fields that depend on the current buffer
8874         (ada-prj-show-value): New function
8876         * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
8877         Ada mode. This will allow us to display the Ada menu in any buffer
8878         we want (for project items).
8879         (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
8880         number of spaces in the header.
8882 2000-07-24  Dave Love  <fx@gnu.org>
8884         * ediff-init.el (ediff-region-help-echo): Bind face-help.
8886 2000-07-23  Noah Friedman  <friedman@splode.com>
8888         * type-break.el (type-break): perform autosave.
8889         Suggested by Stephen Gildea <gildea@intouchsys.com>.
8890         (type-break-do-query): Cancel query schedule while performing
8891         actual query, to avoid possibility of a second query being made
8892         while first one is already in progress.
8893         (type-break-time-stamp-format): New variable.
8894         (type-break-time-stamp): New function.
8895         (type-break-time-warning): Use it.
8896         (type-break-keystroke-warning): Use it.
8897         (type-break-noninteractive-query): Use it.
8899         * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
8900         cookie.
8901         Use add-minor-mode to set minor-mode-alist, if available.
8902         (eldoc-echo-area-use-multiline-p): New user option.
8903         (eldoc-echo-area-multiline-supported-p): New variable.
8904         (eldoc-docstring-format-sym-doc): Use them.
8905         (eldoc-mode): If not using idle timers, append to local post and
8906         pre command hooks.  Suggested by David Byers <davby@ida.liu.se>.
8907         (eldoc-display-message-no-interference-p): Don't interfere with
8908         edebug.
8909         Add autoload cookie for eldoc-mode minor-mode-alist initialization.
8910         (eldoc-function-arglist): New function.
8911         (eldoc-function-argstring): Use it.
8913         * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
8914         auto save directory exists before calling directory-files.
8916 2000-07-23  Dave Love  <fx@gnu.org>
8918         * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
8919         ^o, ^u.
8921 2000-07-21  Dave Love  <fx@gnu.org>
8923         * ediff-init.el (ediff-region-help-echo): Modify to use overlay
8924         now passed to the function.  It now works properly.
8926         * smerge-mode.el (smerge-mode-menu): Fill it out.
8928 2000-07-20  Gerd Moellmann  <gerd@gnu.org>
8930         * info-look.el (info-lookup): If *info* is shown in another frame
8931         on the same display, select that frame, instead of switching to
8932         the Info buffer in another window of the selected frame.
8934         * simple.el (universal-argument-map): Bind numeric keypad keys
8935         kp-0 to kp-9 and kp-subtract.
8936         (digit-argument): Handle these keys.
8938 2000-07-20  Dave Love  <fx@gnu.org>
8940         * net/goto-addr.el (goto-address-fontify): Don't bother with
8941         buffer-modified and read-only stuff -- irrelevant with overlays.
8942         Put an extra property on the overlays and use it to clean up in
8943         case goto-address is re-run.
8945 2000-07-19  Richard M. Stallman  <rms@gnu.org>
8947         * timer.el (run-with-idle-timer): Doc fix.
8949         * mail/mail-utils.el (mail-strip-quoted-names):
8950         Handle case where <...> appears inside "...".
8951         Use replace-match to edit the string more simply.
8952         (rmail-dont-reply-to): Cope with an unmatched ".
8954 2000-07-19  Dave Love  <fx@gnu.org>
8956         * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
8957         implementation.
8959         * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
8960         (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
8961         (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
8963 2000-07-19  Gerd Moellmann  <gerd@gnu.org>
8965         * textmodes/refer.el: Correct maintainer's email address.
8967         * progmodes/hideif.el: Correct author's email address.
8968         Fix typo in comment.
8970         * xml.el: New file.
8972         * mail/mailheader.el: Correct author's mail address.
8974         * gnus/parse-time.el: Correct author's mail address.
8976 2000-07-19  Colin Walters <walters@cis.ohio-state.edu>
8978         * comint.el (comint-highlight-input, comint-highlight-face):
8979         New user options.
8980         (comint-input-ring-file-name): Change custom type.
8981         (comint-mode-map): Bind mouse-2.
8982         (comint-insert-clicked-input): New function.
8983         (comint-send-input): Handle input highlighting.
8985 2000-07-18  Stefan Monnier  <monnier@cs.yale.edu>
8987         * mouse.el (popup-menu): New function.
8988         (mouse-major-mode-menu): Use it.
8990 2000-07-18  Dave Love  <fx@gnu.org>
8992         * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
8993         improvements.
8995 2000-07-18  Gerd Moellmann  <gerd@gnu.org>
8997         * faces.el (face-font-selection-order)
8998         (face-font-family-alternatives): Add custom type.
9000 2000-07-18  Dave Love  <fx@gnu.org>
9002         * cus-edit.el (custom-variable-reset-saved)
9003         (custom-variable-reset-standard): Remove unused bindings.
9005         * rect.el (open-rectangle-line): Remove unused let.
9007         * hl-line.el (hl-line-highlight): Check hl-line-mode.
9009 2000-07-18  Gerd Moellmann  <gerd@gnu.org>
9011         * cdl.el: Fix `Maintainer' keyword.
9013         * play/pong.el: Add author's email address.
9015 2000-07-17  Sam Steingold  <sds@gnu.org>
9017         * files.el (insert-directory): Call `split-string' instead of
9018         re-implementing it.
9020 2000-07-18  Gerd Moellmann  <gerd@gnu.org>
9022         * mail/vms-pmail.el: Change maintainer to FSF.
9024         * net/goto-addr.el: Change maintainer to FSF.
9026         * info.el (Info-title-face-alist): Removed.
9028 2000-07-18  David Ponce  <david@dponce.com>
9030         * recentf.el (recentf-open-files): New command that works like
9031         `recentf-open-more-files', but shows the whole list of files (not just
9032         those omitted from the menu). Useful if you don't use a menu-bar!
9033         (recentf-open-more-files) Modified to use `recentf-open-files'.
9035         (recentf-open-files, recentf-open-more-files)
9036         (recentf-edit-list): Dialogs use `recentf-dialog-mode'
9038         (recentf-dialog-mode): New mode for dialogs. You can now just type
9039         "q" to cancel the dialogs.
9041 2000-07-18  David Ponce  <david@dponce.com>
9043         * recentf.el: This is a major update of recentf.el. It adds new
9044         features to better organize the recentf menu and "More..." buffer.
9046         Using new provided menu filtering functions you can now organize the
9047         recent files list:
9049         - by major modes
9050         - by directories
9051         - by user defined rules
9053         Finally, with the new `recentf-filter-changer' customizable filter you
9054         can define a ring of filters and dynamically (via the menu) cycle on
9055         each menu organization in the ring (a la msb).
9057 2000-07-18  Eli Zaretskii  <eliz@is.elta.co.il>
9059         * eshell/eshell.el (eshell): Replace links to eshell.info with
9060         links to eshell, to avoid problems on systems where the manual is
9061         installed as `eshell'.
9062         * eshell/esh-cmd.el (eshell-cmd): Ditto.
9063         * eshell/em-smart.el (eshell-smart): Ditto.
9064         * eshell/em-banner.el (eshell-banner): Ditto.
9065         * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
9067         * eshell/em-unix.el (eshell-shuffle-files): Don't disable
9068         same-file check in the MS-DOS version (it does support inodes).
9070         * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
9072         * eshell/eshell.el (eshell-directory-name):
9073         Run default directory name through convert-standard-filename.
9075 2000-07-18  Kenichi Handa  <handa@etl.go.jp>
9077         * international/mule-cmds.el (select-safe-coding-system):
9078         Fix typo in the comment.
9080         * language/european.el (compound-text):
9081         Force katakana-jisx0201 to be designated to G1.
9083         * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
9084         Don't translate some national variant characters of latin-jisx0201.
9085         (x-ctext): Force katakana-jisx0201 to be designated to G1.
9087         * international/kkc.el (kkc-after-update-conversion-functions):
9088         New variable.
9089         (kkc-update-conversion): Run functions in it at the tail.
9091 2000-07-16  John Wiegley  <johnw@gnu.org>
9093         * lisp/align.el (align-newline-and-indent):
9094         Adding new function.  for auto-aligning blocks of code on RET.
9095         (align-region): Fixed badly formatted minibuffer message.
9097 2000-07-17  Kenichi Handa  <handa@etl.go.jp>
9099         * international/kkc.el (kkc-show-conversion-list-count): Customize it.
9100         (kkc-region): Update kkc-next-count and kkc-prev-count here.  Show
9101         the conversion list at first if appropriate.
9102         (kkc-next): Don't update kkc-next-count here.
9103         (kkc-prev): Don't update kkc-prev-count here.
9104         (kkc-show-conversion-list-update): Fix setting up of conversion
9105         list message.
9107 2000-07-16  Stefan Monnier  <monnier@cs.yale.edu>
9109         * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
9111 2000-07-16  Dave Love  <fx@gnu.org>
9113         * cus-edit.el (custom-buffer-create-internal): Use a help-echo
9114         function to be more specific.
9116         * wid-edit.el (widget-specify-field, widget-specify-button): Allow
9117         non-string help-echo.
9118         (widget-types-convert-widget): Defsubst it.
9119         (widget-echo-help): Try to cope with a help-echo function of two
9120         possible sorts.
9122 2000-07-15  Jason Rumney  <jasonr@gnu.org>
9124         * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
9125         Declare as obsolete.
9127         * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
9129 2000-07-14  Gerd Moellmann  <gerd@gnu.org>
9131         * hilit-chg.el: Fix typo.
9133 2000-07-14  Dave Love  <fx@gnu.org>
9135         * info.el (Info-mode-menu): Fix use of :help, :enable.
9137 2000-07-14  Stefan Monnier  <monnier@cs.yale.edu>
9139         * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
9141 2000-07-13  Dave Love  <fx@gnu.org>
9143         * emacs-lisp/easymenu.el: Doc fixes.
9144         (easy-menu-remove): Defalias to ignore.
9146         * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
9147         Call throw correctly.
9149 2000-07-13  Gerd Moellmann  <gerd@gnu.org>
9151         * faces.el (frame-background-mode): Doc fix.
9153         * simple.el (eval-expression-print-length): Change custom type to
9154         allow entering nil as value.
9156 2000-07-13  Dave Love  <fx@gnu.org>
9158         * progmodes/fortran.el (fortran-imenu-generic-expression):
9159         Change definition layout.
9160         (fortran-mode-menu): Reinstate customize entries.
9162         * cus-edit.el (custom-group-menu-create, customize-menu-create):
9163         Use :filter, per old XEmacs code.
9165 2000-07-12  Gerd Moellmann  <gerd@gnu.org>
9167         * term.el (term-send-raw-meta): Strip modifiers from the keyboard
9168         event when deciding what to send to the terminal.
9170 2000-07-12  Dave Love  <fx@gnu.org>
9172         * cus-start.el: Add optional version as 4th element of specs and
9173         use it for several things new in v21.  Remove load-path.  Fix type
9174         of line-number-display-limit.
9176 2000-07-11  Dave Love  <fx@gnu.org>
9178         * progmodes/fortran.el: Don't require easymenu.
9179         Use repeat counts in various regexps.
9180         (fortran-mode-syntax-table): Defvar directly.
9181         (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
9182         (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
9183         Use defvar, not defconst.
9184         (fortran-mode-map): Change locals in `let'.  Use `fortran-auto-fill'.
9185         (fortran-mode): Set fortran-comment-line-start-skip,
9186         fortran-comment-line-start-skip, dabbrev-case-fold-search.
9187         (fortran-comment-indent): Use defsubst.
9188         (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
9189         Use fortran-comment-indent, not fortran-comment-indent-function.
9190         (fortran-comment-region, fortran-electric-line-number): Simplify.
9191         (fortran-auto-fill): New function.
9192         (fortran-do-auto-fill): Deleted.
9193         (fortran-find-comment-start-skip):
9194         Check for non-null comment-start-skip.
9195         (fortran-auto-fill-mode, fortran-fill-statement):
9196         Use fortran-auto-fill.
9197         (fortran-fill): Use fortran-auto-fill.  Check for null
9198         comment-start-skip.  Simplify final clause and use end-of-line finally.
9200         * widget.el (widget-plist-member): New alias.
9202 2000-07-11  Eli Zaretskii  <eliz@is.elta.co.il>
9204         * eshell/esh-module.el (toplevel): Reference
9205         byte-compile-current-file only if it is bound.
9207 2000-07-10  Gerd Moellmann  <gerd@gnu.org>
9209         * dired.el: Don't require `dired-aux'.
9211 2000-07-10  Miles Bader  <miles@lsi.nec.co.jp>
9213         * dired-aux.el (dired-show-file-type): New function.
9214         * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
9215         (dired-show-file-type): Add autoload.
9217 2000-07-10  Kenichi Handa  <handa@etl.go.jp>
9219         * international/mule-diag.el (describe-font): Adjusted for the
9220         change of fontset-info.
9221         (print-fontset): Likewise.
9223 2000-07-09  Stefan Monnier  <monnier@cs.yale.edu>
9225         * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
9227 2000-07-07  Gerd Moellmann  <gerd@gnu.org>
9229         * bindings.el: Bind `[delete]' to delete-char.
9231         * dired.el (dired-find-alternate-file): New function.
9232         (dired-mode-map): Bind `a' to dired-find-alternate-file.
9233         (toplevel): Require dired-aux when compiling.
9234         (dired-buffers): Move defvar within file to avoid compiler warning.
9236         * info.el (Info-last-search): Variable removed.
9237         (Info-search-history): New variable.
9238         (Info-search): New Info-search-history.
9240         * battery.el, info-look.el: Change author's mail address.
9242 2000-07-07  Jonathan I. Kamens  <jik@kamens.brookline.ma.us>
9244         * mail/rmail.el (rmail-clear-headers): Don't throw an error
9245         if rmail-ignored-headers is nil.
9246         (rmail-retry-failure): Bind rmail-ignored-headers and
9247         rmail-displayed-headers to nil.
9249 2000-07-06  Gerd Moellmann  <gerd@gnu.org>
9251         * lpr.el (lpr-page-header-switches): Add `-h' switch.
9252         (print-region-1): Don't hard code `-h' here.
9254         * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
9256 2000-07-01  Francesco Potorti`  <pot@gnu.org>
9258         * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
9259         exim can use "your message" instead of "the message".
9261 2000-07-06  Stefan Monnier  <monnier@cs.yale.edu>
9263         * facemenu.el: Docstrings fixes.
9264         (facemenu-get-face): Don't use internal-find-face.
9265         (facemenu-iterate): Rename arg to match the docstring.
9267         * newcomment.el (uncomment-region): Be more careful when skipping
9268         backwards over `=' not to bump into BOBP.
9270 2000-07-05  Michael Kifer  <kifer@cs.sunysb.edu>
9272         * ediff-diff.el (ediff-wordify): Use syntax table.
9273         * ediff-init.el (ediff-has-face-support-p): Use
9274         ediff-color-display-p.
9275         (ediff-color-display-p): Use display-color-p, changed to defun
9276         from defsubst.
9277         Got rid of special cases for NeXT and OS/2.
9278         * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
9279         face.
9281 2000-07-05  Stefan Monnier  <monnier@cs.yale.edu>
9283         * emacs-lisp/lucid.el: Require CL.
9284         (copy-tree, remprop): Remove, it's provided by CL.
9285         (map-keymap): Define in terms of cl-map-keymap.
9286         (extent-property, set-extent-end-glyph): New functions.
9288         * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
9290 2000-07-05  Gerd Moellmann  <gerd@gnu.org>
9292         * Makefile.in (DONTCOMPILE): Add comment that the name may
9293         not be changed without changing the make-dist script.
9295         * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
9296         (cl-mapc): Use mapc instead of cl-old-mapc.
9298 2000-07-05  Andrew Innes  <andrewi@gnu.org>
9300         * makefile.nt: Add support for `bootstrap' and related targets.
9302 2000-07-05  Stefan Monnier  <monnier@cs.yale.edu>
9304         * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
9305         (easy-menu-do-define): Use `menu-item' format.
9306         Handle case where easy-menu-create-menu returns a symbol.
9307         Manually call the potential top-level filter in the function binding.
9308         (easy-menu-filter-return): New arg NAME.
9309         Convert to a keymap if MENU is an XEmacs menu.
9310         (easy-menu-convert-item-1): New.  Extracted from easy-menu-do-add-item.
9311         (easy-menu-converted-items-table, easy-menu-convert-item):
9312         New var and fun to memoize easy-menu-convert-item-1.
9313         (easy-menu-do-add-item): Use it.
9314         (easy-menu-create-menu): Use easy-menu-convert-item.
9315         Wrap easy-menu-filter-return around any :filter specification.
9316         Don't convert the menu if a filter was specified.
9317         Tell easy-menu-make-symbol not to check for MENU being an expression.
9318         (easy-menu-make-symbol): New arg NOEXP.
9320 2000-07-05  Gerd Moellmann  <gerd@gnu.org>
9322         * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
9323         EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
9324         (eval-defun): If called with prefix arg, instrument code for
9325         Edebug.
9327         * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
9328         similar to that of eval-defun.
9330 2000-07-04  Dave Love  <fx@gnu.org>
9332         * hl-line.el (hl-line-overlay): Make it permanent-local.
9334         * calendar/todo-mode.el: Replaced with a working version, based on
9335         1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
9337 2000-07-03  Miles Bader  <miles@lsi.nec.co.jp>
9339         * paths.el (prune-directory-list): New function.
9340         (Info-default-directory-list): Rewritten to more methodically
9341         enumerate a big list of possible info directories (based on the
9342         list used by the standalone info reader).
9344         * info.el (info-initialize): Use prune-directory-list to remove
9345         non-existent directories from Info-directory-list.
9347         * paths.el (Info-default-directory-list): Try a list of possible
9348         info-directories instead of a single one.  Add the possible
9349         info directory "/usr/share/info".
9351         * woman.el (woman-man.conf-path): Explicitly include the debian
9352         man-db config file "/etc/manpath.config".
9353         (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
9354         are present in `manpath.config'.
9355         (woman-manpath): Include "/usr/share/man".
9357 2000-07-03  Gerd Moellmann  <gerd@gnu.org>
9359         * frame.el (blink-cursor-mode): Don't hide cursor initially.
9361         * startup.el (command-line): Initialize blink-cursor based
9362         on window-system.
9364         * frame.el (blink-cursor): Default to nil if not running under
9365         a window-system.
9367         * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
9368         (face-x-resources): Remove duplicate entry for :font.
9370         * textmodes/refer.el (refer-find-entry-internal): Use some-window
9371         instead of cycling through windows with next-window.
9373         * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
9374         of cycling through windows with next-window.
9376         * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
9377         of cycling through windows with next-window.
9379         * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
9380         (edebug-get-displayed-buffer-points): Use walk-windows/some-window
9381         instead of cycling through windows with next-window.
9383         * calendar/appt.el (appt-select-lowest-window): Use walk-windows
9384         instead of cycling through windows with next-window.
9386         * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
9387         of cycling through windows with next-window.
9389         * terminal.el (te-process-output): Use walk-windows instead of
9390         cycling through windows with next-window.
9392         * server.el (server-switch-buffer): Use some-window instead of
9393         cycling through windows with next-window.
9395         * window.el (some-window): New function.
9396         (walk-windows): Remove reference to walk-windows-start.
9398         * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
9400 2000-07-03  Richard Stallman  <rms@gnu.org>
9402         * window.el (walk-windows): Guarantee termination by keeping a list
9403         of all the windows already handled.
9405 2000-06-28  Eli Zaretskii  <eliz@is.elta.co.il>
9407         * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
9408         window-system.
9410         * man.el (Man-notify-when-ready): Don't use window-system.  If
9411         Man-notify-method is newframe, and the display is not
9412         multi-frame, select the frame created for the man page.
9413         (Man-init-defvars): Doc fix.
9415 2000-06-28  Gerd Moellmann  <gerd@gnu.org>
9417         * faces.el (region): Change background color for light background.
9419         * ediff-wind.el (ediff-setup-control-frame): Remove :box
9420         attribute from mode-line face of Ediff control frame.
9422         * replace.el (query-replace-map): Bind `e' like `E'.
9424 2000-06-28  Eli Zaretskii  <eliz@is.elta.co.il>
9426         * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
9427         Change name to "Select All".
9429         * dos-fns.el (convert-standard-filename): Fix last change.
9431 2000-06-27  Gerd Moellmann  <gerd@gnu.org>
9433         * help.el (describe-variable): Don't insert a second `'s' in front
9434         of the string `value is shown below'.  Since the syntax-table is
9435         set to emacs-lisp-mode-syntax-table, forward-sexp skips over
9436         an existing `'s', so that this won't be deleted.
9438         * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
9439         * pcmpl-unix.el: New files.
9441 2000-06-26  Stefan Monnier  <monnier@cs.yale.edu>
9443         * wid-edit.el (widget-member): Use the new plist-member.
9445 2000-06-26  Gerd Moellmann  <gerd@gnu.org>
9447         * replace.el (perform-replace): Undo change of 2000-04-04.
9448         Instead, move backward 1 character at the end of the loop when
9449         necessary.
9451         * faces.el (fringe): Change face for different backgrounds.
9453         * eshell/esh-module.el (toplevel): Load defgroup's differently;
9454         patch from John.
9456         * eshell/*.el: Change spelling of the Free Software Foundation.
9458         * eshell/esh-toggle.el: Removed.
9460         * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
9462         * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
9463         interactively.
9465 2000-06-26  Alex Schroeder  <alex@gnu.org>
9467         * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
9468         `define-key'; instead of checking `(emacs-version)' check for
9469         `set-keymap-parent' and `set-keymap-name' directly.  Add entries
9470         for `;' and `o' which might be electric.
9472         (sql-electric-stuff): New user option.
9473         (sql-magic-go): New function which uses `sql-electric-stuff'.
9474         (sql-magic-semicolon): New function which uses
9475         `sql-electric-stuff'.
9477         (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
9478         is not fboundp.
9480         (sql-oracle-options): New variable.
9481         (sql-oracle): Use it.
9483         (sql-imenu-generic-expression): Doc change.
9484         (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
9485         is used.
9487         (sql-informix): Added command line parameter "-" to force
9488         sql-informix-program to use stdout.
9490 2000-06-25  Eli Zaretskii  <eliz@is.elta.co.il>
9492         * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
9493         (cp864-decode-table): Doc fix.
9494         (cp720-decode-table): New variable, supports the Arabic OEM
9495         codepage used by Windows.
9496         (cp737-decode-table): New, Greek OEM codepage used by Windows.
9498 2000-06-23  Dave Love  <fx@gnu.org>
9500         * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
9501         (font-lock-fontify-anchored-keywords): Use
9502         line-beginning-position.
9503         (global-font-lock-mode): Use mapc.
9505 2000-06-23  Stefan Monnier  <monnier@cs.yale.edu>
9507         * eshell/esh-module.el: Require CL when compiling.
9509 2000-06-23  Gerd Moellmann  <gerd@gnu.org>
9511         * comint.el (comint-substitute-in-file-name): Call replace-match
9512         with second and third arg t.
9514         * cus-edit.el (custom-button-face, custom-button-pressed-face):
9515         Specify foreground color.
9517         * faces.el (tool-bar, mode-line, header-line): Specify foreground
9518         color.
9520         * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
9522         * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
9523         cddr instead of cdddr.
9525         * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
9526         instead of copy-list.
9528         * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
9529         of copy-list.
9531         * subdirs.el: Add eshell subdirectory.
9533         * eshell: New subdirectory containing the Eshell package.
9535         * pcomplete.el: New file.
9537 2000-06-23  Paul Eggert  <eggert@twinsun.com>
9539         * mail/mailpost.el (post-mail-send-it): Make sure file has
9540         proper permissions from birth.
9542         * files.el (basic-save-buffer-2): When temporarily setting
9543         file modes, set them to current modes plus 0200, not to 0777.
9545         * emerge.el (emerge-make-temp-file): Make sure file has proper
9546         permissions from birth.
9548 2000-06-22  Eli Zaretskii  <eliz@is.elta.co.il>
9550         * files.el (make-backup-file-name-1): On DOS/Windows, run the
9551         backup file name through convert-standard-filename.
9553         * dos-fns.el (convert-standard-filename): Convert leading
9554         directories as well.  When long file names are supported, convert
9555         characters that are invalid in Windows file names.
9557 2000-06-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
9559         * ps-print.el: Fix bug: if ^L is the very first buffer character,
9560         ps-print crashes.  New feature: page selection for printing.  Create
9561         raw-text-unix coding system for XEmacs.  Doc fix.
9562         (ps-print-version): New version number (5.2.3).
9563         (ps-plot-region): Bug fix.
9564         (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
9565         (ps-header-sheet, ps-generate, ps-end-job): Code fix.
9566         (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
9567         funs.
9568         (ps-selected-pages, ps-last-selected-pages, ps-first-page)
9569         (ps-last-page): New vars.
9571 2000-06-21  Gerd Moellmann  <gerd@gnu.org>
9573         * progmodes/sh-script.el (sh-while-getopts): Fix handling of
9574         empty option string.
9576 2000-06-21  Eli Zaretskii  <eliz@is.elta.co.il>
9578         * man.el (man): Doc fix.
9580 2000-06-21  Kenichi Handa  <handa@etl.go.jp>
9582         * international/mule-cmds.el (set-language-info-alist): Docstring
9583         fixed.
9585 2000-06-20  Gerd Moellmann  <gerd@gnu.org>
9587         * version.el (emacs-version): Use ISO date format.
9589         * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
9590         instead of `M-backspace'.
9592         * simple.el (turn-off-auto-fill): New function.
9594 2000-06-20  Stefan Monnier  <monnier@cs.yale.edu>
9596         * jit-lock.el (with-buffer-prepared-for-jit-lock):
9597         Renamed from with-buffer-prepared-for-font-lock and use
9598         inhibit-modification-hooks rather than setting *-change-functions.
9599         Update all functions to use the new name.
9600         (jit-lock-first-unfontify-pos): New semantics (and doc).
9601         (jit-lock-mode): Make non-interactive.
9602         Don't automatically turn on font-lock.
9603         Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
9604         Always use jit-lock-after-change.
9605         Remove and restore font-lock-after-change-function.
9606         (turn-on-jit-lock, jit-lock-after-fontify-buffer)
9607         (jit-lock-after-unfontify-buffer): Remove.
9608         (jit-lock-stealth-fontify):
9609         Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
9610         (jit-lock-after-change): Set the `fontified' text-prop to nil.
9612 2000-06-20  Sam Steingold  <sds@gnu.org>
9614         * emacs-lisp/cl-indent.el (toplevel): Indent
9615         `print-unreadable-object' properly.  Untabify.
9617 2000-06-14  Carsten Dominik  <dominik@strw.leidenuniv.nl>
9619         * textmodes/reftex.el (reftex-find-citation-regexp-format):
9620         Support for bibentry.
9621         (reftex-compile-variables): Fixed problem with end of section-re.
9623         * texmodes/reftex-dcr.el (reftex-view-crossref,
9624         reftex-view-crossref-from-bibtex):
9625         Deal with changed `reftex-find-citation-regexp-format'.
9626         (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
9627         Replaced `remprop' with `put'.
9628         (reftex-view-crossref, reftex-view-crossref-when-idle):
9629         Support for bibentry.
9631         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
9632         New entry for bibentry package.
9634         * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
9635         Regexp also matches "\nobibliography".
9637         * textmodes/reftex-global.el (reftex-renumber-simple-labels):
9638         Call `reftex-ensure-write-access' before doing anything.
9639         (reftex-ensure-write-access): New function.
9641 2000-06-14  Carsten Dominik  <dominik@strw.leidenuniv.nl>
9643         * progmodes/idlwave.el: File re-installed (update to version 4.2)
9645         * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
9647         * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
9649         * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
9652 2000-06-20  Dave Love  <fx@gnu.org>
9654         * faces.el (frame-background-mode): Use set-default, not set, in
9655         setter.
9656         (frame-update-faces, frame-update-face-colors): Define with
9657         defalias.
9659         * enriched.el (enriched-decode-foreground)
9660         (enriched-decode-background): Don't use internal-find-face.
9662         * apropos.el: Doc fixes.
9664         * cus-edit.el (customize-changed-options): Check arg.
9665         (customize-version-lessp): Don't require decimal point.
9667         * custom.el (defcustom, defgroup): Doc fix.
9669         * newcomment.el (comment) <defgroup>: Add :version.
9670         (comment-multi-line): Doc fix.
9672         * emulation/mlsupport.el (define-hooked-local-abbrev,
9673         define-hooked-global-abbrev): Fix, using define-abbrev.
9675 2000-06-19  Gerd Moellmann  <gerd@gnu.org>
9677         * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
9678         the whole buffer.
9680 2000-06-19  Dave Love  <fx@gnu.org>
9682         * menu-bar.el (menu-bar-options-save): New function.
9683         (menu-bar-options-menu): Use it.
9684         (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
9685         Simplify.
9687 2000-06-19  Andreas Schwab  <schwab@suse.de>
9689         * progmodes/etags.el (tags-query-replace): Put new parameters
9690         START and END at the end, for backward compatibility.
9692 2000-06-19  Kenichi Handa  <handa@etl.go.jp>
9694         * international/codepage.el:
9695         (cp-coding-system-for-codepage-1): Delete special codes for
9696         generating xxx-dos coding system because now a CCL based coding
9697         system can handle EOL conversion by default.
9699         * international/mule.el (make-coding-system): Generate subsidiary
9700         coding systems for EOL handling variants even for a CCL based
9701         coding system.
9703 2000-06-19  Kenichi Handa  <handa@etl.go.jp>
9705         * international/isearch-x.el (isearch-minibuffer-input-method)
9706         (isearch-minibuffer-input-method-function): These variables
9707         deleted.
9708         (isearch-with-input-method): Don't use the above variables.
9709         (isearch-process-search-multibyte-characters): Likewise.  Call
9710         read-string with the arg INHERIT-INPUT-METHOD t.
9712 2000-06-17  Stefan Monnier  <monnier@cs.yale.edu>
9714         * font-lock.el (font-lock-after-fontify-buffer)
9715         (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
9717         * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
9718         Use consistent make-local-variable style for font-lock-fontified.
9719         (jit-lock-fontify-buffer):
9720         Don't bother checking for font-lock-mode and jit-lock-mode.
9722         * time.el: Remove trailing ^M that prevent CVS-merging.
9724 2000-06-16  Gerd Moellmann  <gerd@gnu.org>
9726         * Makefile.in (distclean): New target.
9728 2000-06-16  Stefan Monnier  <monnier@cs.yale.edu>
9730         * Makefile.in (srcdir): Define for update-subdirs.
9732 2000-06-16  Gerd Moellmann  <gerd@gnu.org>
9734         * find-lisp.el: New file.
9736 2000-06-16  Andrew Innes  <andrewi@gnu.org>
9738         * time.el (display-time-mail-function): New variable, to allow
9739         external packages to indicate when new mail is available.
9740         (display-time-update): Use it.
9742 2000-06-16  Kenichi Handa  <handa@etl.go.jp>
9744         * international/mule.el (mule-version): Change version name to
9745         SAKAKI.  AOI has already been used by Meadow.
9747         * international/quail.el (quail-show-guidance-buf): To find the
9748         bottom window (but minibuffer), pay attention to the height of
9749         minibuffer.
9751 2000-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
9753         * arc-mode.el (archive-mode-map): Use the new menu-item format for
9754         menu-bar menus.  Add help strings.  Don't remove the Edit menu
9755         from the menu bar, as the menu bar has enough space now.
9757         * Makefile.in (SHELL): Make sure /bin/sh is used.
9759         * woman.el (woman-man-buffer): Fix bold and underlined CJK
9760         characters, which use series of two ^H characters instead of one.
9762 2000-06-15  Gerd Moellmann  <gerd@gnu.org>
9764         * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
9765         (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
9766         functions.
9767         (Info-find-node-2): Try a case-sensitive search first, then
9768         do a case-insensitive search.
9770         * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
9771         tutorials.
9773         * complete.el (PC-env-vars-alist): New variable.
9774         (PC-complete-as-file-name): New function.
9775         (partial-completion-mode): Initialize PC-env-vars-alist from
9776         process-environment.
9777         (PC-do-completion): Handle completion of env vars.
9779         * info.el (Info-set-mode-line): Show file name in mode line,
9780         use `*Info*' instead of `Info:'.
9782         * startup.el (command-line-1): Change copyright messages to year
9783         2000.
9785 2000-06-15  Dave Love  <fx@gnu.org>
9787         * net/goto-addr.el (goto-address-fontify): Use keymap property,
9788         not local-map.
9790 2000-06-15  Kenichi Handa  <handa@etl.go.jp>
9792         * international/mule.el (set-buffer-file-coding-system): Almost
9793         rewritten to handle `undecided' as no-op.
9795 2000-06-14  Gerd Moellmann  <gerd@gnu.org>
9797         * Makefile.in: New file.
9799         * Makefile: Removed.
9801         * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
9802         (goto-address-highlight-keymap): Bind C-c RET.
9804 2000-06-14  Kenichi Handa  <handa@etl.go.jp>
9806         * mail/sendmail.el (sendmail-send-it): The temporary buffer
9807         inherits buffer-file-coding-system of the current buffer.
9809         * tar-mode.el (tar-extract): For goto-char, use (point-min), not
9810         0.  Give correct argument to set-auto-coding-function.
9811         (tar-expunge): For goto-char, use (point-min), not 0.
9812         (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
9813         (tar-subfile-save-buffer): Likewize.
9815         * international/mule.el
9816         (after-insert-file-set-buffer-file-coding-system): Call
9817         set-buffer-file-coding-system with the arg FORCE t.
9819 2000-06-13  Gerd Moellmann  <gerd@gnu.org>
9821         * mail/sendmail.el (mail-specify-envelope-from): Initialize to
9822         nil.  Contemporary sendmails issue an X-Authentication-Warning if
9823         the sender is set with `-f'.
9825 2000-06-13  Dave Love  <fx@gnu.org>
9827         * help.el (describe-function-1): Kluge around cases of functions
9828         fset to subrs whose doc doesn't match their symbol-name.
9830         * image.el (insert-image): Default STRING to a space.
9832         * info.el Doc fixes.
9833         (Info-build-node-completions): Match Ref tags.
9835 2000-06-13  Eli Zaretskii <eliz@is.elta.co.il>
9837         * frame.el (display-multi-frame-p, display-multi-font-p): New
9838         defaliases for display-graphic-p.
9840         * hl-line.el: Fixed a typo in commentary.
9842 2000-06-13  Kenichi Handa  <handa@etl.go.jp>
9844         * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
9845         fixed.
9847 2000-06-12  Dave Love  <fx@gnu.org>
9849         * image.el (insert-image): Save a little consing.
9851 2000-06-12  Kenichi Handa  <handa@etl.go.jp>
9853         * language/tibet-util.el: Convert all tibetan-1-column characters
9854         to the corresponding tibetan characters.
9855         (tibetan-add-components): Delete code for the special treatment of
9856         'a chung.
9858         * language/tibetan.el (tibetan-composable-pattern): Fix previous
9859         change.
9860         (tibetan-vowel-transcription-alist): More rules added.
9861         (tibetan-composite-vowel-alist): New variable.
9862         (tibetan-precomposition-rule-alist): More rules added.
9864 2000-06-12  Stefan Monnier  <monnier@cs.yale.edu>
9866         * startup.el (command-line): Only call menu-bar-mode if interactive.
9868         * thingatpt.el (toplevel symbol-properties):
9869         * textmodes/makeinfo.el (makeinfo-compile):
9870         * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
9871         * progmodes/hideif.el (hif-compress-define-list)
9872         (hide-ifdef-use-define-alist):
9873         * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
9874         (ange-ftp-vms-add-file-entry):
9875         * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
9876         * man.el (Man-build-man-command):
9877         * mail/rnewspost.el (news-reply-header-hook):
9878         * info.el (Info-insert-dir):
9879         * emulation/mlconvert.el (backward-word, forward-word, setq):
9880         * emacs-lisp/gulp.el (gulp-send-requests):
9881         * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
9882         (byte-optimize-inline-handler, byte-optimize-form-code-walker)
9883         (byte-optimize-apply, end of file):
9884         * emacs-lisp/advice.el (ad-advice-class-completion-table)
9885         (ad-make-freeze-definition):
9886         * startup.el (command-line, command-line-1): Don't quote lambdas.
9888         * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
9889         (cvs-cleanup-removed): New function.
9890         (cvs-cleanup-functions): New var.
9891         (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
9892         some flexibility in specifying additional entries to auto-cleanup.
9893         (cvs-quickdir): New function.
9894         (cvs-mode-insert): Use cvs-fileinfo-from-entries.
9895         (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
9896         (cvs-mode-find-file): Check that we are on a filename or dirname
9897         when invoked through a mouse-click.
9898         (cvs-full-path): Remove.
9899         (cvs-dired-action): Re-introduced.
9900         (cvs-dired-noselect): Use it.
9901         (vc-post-command-functions): use this new hook if available.
9903         * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
9904         (cvs-status-map): Don't inherit from cvs-mode-map anymore.
9905         (cvs-filename-map, cvs-dirname-map): Remove.
9906         (cvs-default-action): Remove.
9907         (cvs-add-face): Use `keymap' rather than `local-map' property, and only
9908         if the arg is really a keymap.
9909         (cvs-fileinfo-pp): Don't use any special map for file and dir names.
9910         Don't hardcode the mapping from state (aka type) to face, but check
9911         the var cvs-fi-<type>-face instead.
9912         (cvs-fileinfo-from-entries): New function.
9914         * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
9915         Docstring fix.
9916         (cvs-find-file-and-jump): Change default to be safer.
9917         (cvs-mode-diff-map): Define it as a function as well.
9918         (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
9919         Bind mouse-2 in this global map rather than with text-properties.
9921         * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
9922         file to resolve the ambiguity between C(conflict) and C(need-merge).
9924 2000-06-12  Kenichi Handa  <handa@etl.go.jp>
9926         * international/mule.el (set-buffer-file-coding-system): If
9927         CODING-SYSTEM is nil, set buffer-file-coding-system to nil
9928         unconditionally.
9930 2000-06-12  Dave Love  <fx@gnu.org>
9932         * wid-edit.el (widget-specify-button): Really suppress the face if
9933         required.
9935 2000-06-11  Gerd Moellmann  <gerd@gnu.org>
9937         * term/x-win.el (x-colors): Add colors from recent rgb.txt.
9939 2000-06-11  Stefan Monnier  <monnier@cs.yale.edu>
9941         * imenu.el (imenu-generic-expression): Docstring fix.
9943         * composite.el (composition-function-table): Move the `put'
9944         below the autoload cookie so we can load the file before loaddefs.
9946         * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
9948         * emacs-lisp/autoload.el (make-autoload): Use `cond'.
9949         Handle easy-mmode-define-global-mode.
9950         For complex macros like define-minor-mode that can generate
9951         several autoload entries, try to autoload entries in the
9952         macroexpanded code.
9954         * emacs-lisp/easy-mmode.el (define-minor-mode):
9955         If KEYMAP is a symbol, just use it.
9956         Use byte-compile-current-file and load-file-name to infer the
9957         proper :require to pass to defcustom.
9958         Wrap the hook var into `progn' so as not to autoload it.
9959         Add a :autoload-end cookie.
9960         Be more careful about the evaluation of KEYMAP.
9961         (easy-mmode-define-global-mode): Add a :autoload-end cookie.
9962         (define-derived-mode): Move define-abbrev-table outside of defvar.
9964 2000-06-10  Stefan Monnier  <monnier@cs.yale.edu>
9966         * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
9967         (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
9968         (backup-compiled-files): Ignore errors during `tar'.
9969         (bootstrap): Make autoloads before elc files.
9971 2000-06-10  Kenichi Handa  <handa@etl.go.jp>
9973         * international/mule.el (set-buffer-file-coding-system): If one of
9974         undecided-XXX is specified, change only EOL conversion.
9976         * international/mule-conf.el (unix): New alias for the coding
9977         system undecided-unix.
9979 2000-06-09  Dave Love  <fx@gnu.org>
9981         * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
9983         * progmodes/executable.el: Byte compile dynamic.
9984         (executable-insert): Change custom type.
9985         (executable-find): Add autoload cookie.
9986         (executable-make-buffer-file-executable-if-script-p): New
9987         function.  After Noah Friedman.
9989         * files.el (after-save-hook): Customize, with
9990         executable-make-buffer-file-executable-if-script-p as an option.
9992 2000-06-09  Kenichi Handa  <handa@etl.go.jp>
9994         * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
9995         "tib24p-mule.bdf" for Tibetan.
9997         * composite.el (decompose-composite-char): Declare it as obsolete.
9999         * man.el (Man-fontify-manpage): Pay attention to underline and
10000         overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
10002 2000-06-08  Gerd Moellmann  <gerd@gnu.org>
10004         * thingatpt.el (forward-thing): Use functionp instead of fboundp.
10005         Set maintainer to FSF since author isn't reachable.
10007 2000-06-08  Dave Love  <fx@gnu.org>
10009         * international/mule-cmds.el (select-safe-coding-system): If
10010         DEFAULT-CODING-SYSTEM is not specified, also check the most
10011         preferred coding-system if buffer-file-coding-system is
10012         `undecided'.  From Handa.
10014 2000-06-08  Kenichi Handa  <handa@etl.go.jp>
10016         * international/mule.el
10017         (after-insert-file-set-buffer-file-coding-system): If the buffer
10018         size is greater than INSERTED, judget that we are not visiting.
10020 2000-06-07  Rajesh Vaidheeswarran  <rv@gnu.org>
10022         * whitespace.el (defgroup whitespace): Comment out `:version'.
10023         XEmacs 20.4 has problems defining the group with this present.
10024         We'll have this commented out till get resolve the problem.
10026 2000-06-07  John Wiegley  <johnw@gnu.org>
10028         * align.el (align-dq-string-modes, align-sq-string-modes)
10029         (align-open-comment-modes): Add pyhton-mode.
10030         (align-rules-list): Use get-text-property instead of
10031         text-properties-at.
10032         (align-rules-list): Add python-assignment.
10033         (align-rules-list): Change perl-comma-delimiter to
10034         basic-comma-delimiter.  Use if for Perl modes and python-mode.
10035         (align-rules-list): Add python-chain-logic and
10036         basic-line-continuation.
10038 2000-06-07  Jari Aalto  <jari.aalto@poboxes.com>
10040         * apropos.el (apropos-mode-hook): New user variable.
10041         (apropos-mode): Run apropos-mode-hook.
10043 2000-06-07  David Ponce  <david@dponce.com>
10045         * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
10046         commands.  Require `wid-edit' at run-time.
10048 2000-06-07  David Ponce  <david@dponce.com>
10050         * recentf.el: Added some "Commentary".
10051         (recentf-open-more-files, recentf-edit-list): Minor changes to
10052         move the point at the top of the file list.  This behaviour is
10053         consistent with the menu one when the list contains a lot of
10054         files.
10055         (recentf-cleanup): Now displays the number of items removed from
10056         the list.
10057         (recentf-relative-filter) New menu filter to show filenames
10058         relative to `default-directory'.
10060 2000-06-07  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
10062         * ps-print.el: XEmacs compatibility.  Doc fix.  Can select page size
10063         with/without giving an error if PostScript printer doesn't have this
10064         kind of page size.  Zebra Stripe continues or restarts on next page.
10065         Manual/automatic paper feeding.  Switch or not the header.
10066         (ps-print-version): New version number (5.2.2).
10067         (ps-windows-system): Include emx as a Windows system.
10068         (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
10069         (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
10070         (ps-background-text): Code fix.
10071         (ps-error-handler-message, ps-user-defined-prologue)
10072         (ps-print-prologue-header, ps-printer-name)
10073         (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
10074         (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
10075         (ps-use-face-background): Customization fix.
10076         (ps-n-up-database): Data fix.
10077         (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
10078         (ps-switch-header): New vars.
10079         (ps-xemacs-color-name, ps-face-foreground-name)
10080         (ps-face-background-name, ps-boolean-constant): New funs.
10082 2000-06-07  Dave Love  <fx@gnu.org>
10084         * allout.el: New version from Manheimer.
10086 2000-06-07  Kenichi Handa  <handa@etl.go.jp>
10088         * textmodes/fill.el (fill-find-break-point): Check the validity of
10089         charset.
10091 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
10093         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
10094         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
10095         Call display-color-p and display-mouse-p instead of looking at
10096         window-system.
10098 2000-06-06  Dave Love  <fx@gnu.org>
10100         * image.el (find-image): Doc fix.  Return nil if image not found.
10101         (put-image, insert-image): Make STRING arg optional.
10103 2000-06-06  Kenichi Handa  <handa@etl.go.jp>
10105         * language/vietnamese.el: Remove eval-when-compile.
10106         (viet-viscii-nonascii-translation-table): Define it as a
10107         translation table made from viet-viscii-decode-table.
10108         (viet-viscii-encode-table): Define it as a translation table made
10109         from the reverse map of above.
10110         (viet-vscii-nonascii-translation-table): Define it as a
10111         translation table made from viet-vscii-decode-table.
10112         (viet-vscii-encode-table): Define it as a translation table made
10113         from the reverse map of above.
10114         (ccl-decode-viscii): Use translate-character.
10115         (ccl-encode-viscii, ccl-encode-viscii-font)
10116         (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
10117         Likewize.
10119         * language/cyrillic.el: Remove eval-when-compile.
10120         (cyrillic-koi8-r-nonascii-translation-table): Define it as a
10121         translation table made from cyrillic-koi8-r-decode-table.
10122         (cyrillic-koi8-r-encode-table): Define it as a translation table
10123         made from the reverse map of above.
10124         (ccl-decode-koi8): Use translate-character.
10125         (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
10126         (cyrillic-alternativnyj-nonascii-translation-table): Define it as
10127         a translation table made from cyrillic-alternativnyj-decode-table.
10128         (cyrillic-alternativnyj-encode-table): Define it as a translation
10129         table made from the reverse map of above.
10130         (ccl-decode-alternativnyj): Use translate-character.
10131         (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
10132         Likewize
10134         * international/mule-diag.el (non-iso-charset-alist): Specify
10135         translation table symbol instead of translation table itself.
10136         (list-block-of-chars): CHARSET may be a translation table symbol.
10138         * international/mule.el (make-coding-system): If CODING-SYSTEM
10139         already exists, override it.
10141         * international/fontset.el: Use family `proportional' for Tibetan
10142         fonts.
10144         * international/ccl.el (ccl-compile-translate-character): Don't
10145         check if Rrr has property translation-table.
10146         (ccl-compile-map-multiple): Modified to avoid compiler warning.
10148 2000-06-05  Gerd Moellmann  <gerd@gnu.org>
10150         * info.el: Bind case-fold-search to t when searching in case
10151         a user sets it to nil in a hook.
10153 2000-06-05  Stefan Monnier  <monnier@cs.yale.edu>
10155         * autoarg.el (autoarg-mode, autoarg-kp-mode):
10156         * hl-line.el (hl-line-mode): Use the new :global key argument.
10158         * tar-mode.el (tar-header-block-recompute-checksum): Remove.
10159         (tar-clip-time-string): Prepend a space.
10160         (tar-grind-file-mode): Construct a string rather than modifying one.
10161         (tar-header-block-summarize): Fix docstring.
10162         Use `format' rather than an error-prone set of copy-loops.
10164         * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
10165         (diff-goto-source, diff-unified->context, diff-context->unified)
10166         (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
10167         understand the format output by the `-p' argument to diff.
10169         * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
10170         (sh-re-done): Use defconst.
10171         (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
10172         (sh-help-string-for-variable, sh-guess-basic-offset):
10173         Don't quote lambdas.
10174         (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
10175         (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
10177         * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
10178         (mh-letter-mode): Derive from text-mode.
10179         This implicitly means that it now calls kill-all-local-variables.
10180         Also remove the Emacs-18 compatibility code.
10182         * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
10183         Make use of symbol-property doc-string-elt.
10184         Use memq rather than a sequence of eq.
10185         (doc-string-elt): Fix the wrong or missing previously unused values.
10186         (autoload-print-form): New function extracted from
10187         generate-file-autoloads to allow recursion when handling progn
10188         so that defvar's and defun's docstrings are properly printed.
10189         (generate-file-autoloads): Use it.
10191         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
10192         Use find-file-hooks in the minor-mode function.
10193         Be careful not to loop indefinitely in the post-command-hook function.
10195 2000-06-05  Michael Kifer  <kifer@cs.sunysb.edu>
10197         * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
10198         tty's.
10199         * ediff-diff.el (ediff-exec-process): Use --binary for fine
10200         differences whenever appropriate.
10201         * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
10202         * viper.el (find-file, find-file-other-window): Get viper to do
10203         wildcards.
10205 2000-06-04  Stefan Monnier  <monnier@cs.yale.edu>
10207         * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
10208         (jit-lock-fontify-buffer): New function for JIT refontification.
10209         (jit-lock-mode): Fix docstring.
10210         Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
10211         Remove jit-lock-after-change from the _local_ hook.
10212         (jit-lock-function-1): Fix docstring.
10214         * info.el (Info-on-current-buffer): Initialize info.
10216         * newcomment.el (comment-indent): Ignore comment-indent-hook.
10218         * progmodes/tcl.el (tcl-indent-for-comment):
10219         Ignore comment-indent-hook.
10221         * emacs-lisp/easy-mmode.el: Require CL during compilation.
10222         (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
10223         (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
10224         and improve to use the lighter to guess the capitalization.
10225         (define-minor-mode): Inline code from easy-mmode-define-toggle.
10226         Add keyword arguments to specify global-ness or the custom group.
10227         Add local-map and help-echo properties to the lighter.
10228         (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
10229         (easy-mmode-define-global-mode): New macro.
10231 2000-06-02  Dave Love  <fx@gnu.org>
10233         * wid-edit.el: byte-compile-dynamic since we typically don't use
10234         all the widgets.  Don't require cl or widget.  Remove
10235         eval-and-compile.  Don't autoload finder-commentary.  Doc fixes.
10236         (widget-read-event): Removed.  Callers changed to use read-event.
10237         (widget-button-release-event-p): Renamed from
10238         button-release-event-p.
10239         (widget-field-add-space, widget-field-use-before-change):
10240         Uncustomize.
10241         (widget-specify-field): Use keymap property, not local-map.
10242         (widget-specify-button): Obey :suppress-face.
10243         (widget-specify-insert): Use modern backquote syntax.
10244         (widget-image-directory): Renamed from widget-glyph-directory.
10245         (widget-image-enable): Renamed from widget-glyph-enable.
10246         (widget-image-find): Replaces widget-glyph-find.
10247         (widget-button-pressed-face): Move defvar.
10248         (widget-image-insert): Replaces widget-glyph-insert.
10249         (widget-convert): Use keywordp.
10250         (widget-leave-text, widget-children-value-delete): Use mapc.
10251         (widget-keymap): Remove XEmacs stuff.
10252         (widget-field-keymap, widget-text-keymap): Define all inside defvar.
10253         (widget-button-click): Don't set point at the click, but re-centre
10254         if we scroll out of window.  Rewritten for images v. glyphs &c.
10255         (widget-tabable-at): Use POS arg, not point.
10256         (widget-beginning-of-line, widget-end-of-line)
10257         (widget-item-value-create, widget-sublist, widget-princ-to-string)
10258         (widget-sexp-prompt-value, widget-echo-help): Simplify.
10259         (widget-default-create): Use widget-image-insert; some rewriting.
10260         (widget-visibility-value-create)
10261         (widget-push-button-value-create, widget-toggle-value-create): Use
10262         widget-image-insert.
10263         (checkbox): Create on and off images dynamically.
10264         (documentation-link): Change :help-echo.
10265         (widget-documentation-link-echo-help): Remove.
10267 2000-06-02  Stefan Monnier  <monnier@cs.yale.edu>
10269         * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
10271         * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
10272         (easy-mmode-define-toggle, define-minor-mode): Use it.
10273         (easy-mmode-define-keymap): Docstring fix.
10274         (define-derived-mode): Default PARENT to fundamental-mode.
10275         Add the derived-mode-parent symbol-property.
10276         (easy-mmode-derived-mode-p): New function.
10278 2000-06-02  Dave Love  <fx@gnu.org>
10280         * files.el (convert-standard-filename): Doc fix.
10281         (normal-backup-enable-predicate): New function.
10282         (backup-enable-predicate): Use it to replace the lambda form.
10284         * calendar/todo-mode.el: [This needs more work on the outline
10285         stuff.]  Doc fixes.
10286         (todo) <defgroup>: Add :version.
10287         (todo-add-category): Don't use pushnew.
10288         (todo-cmd-raise): Fix typo.
10289         (todo-top-priorities): Change temp buffer name.
10290         (todo-category-alist): Avoid redundant lambda.
10291         (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
10292         Use outline-next-heading.
10294         * autoarg.el: Rewritten to use define-minor-mode.
10295         (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
10296         (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
10298 2000-06-02  Kenichi Handa  <handa@etl.go.jp>
10300         * isearch.el (isearch-other-meta-char): Fix previous change.
10302 2000-06-01  Stefan Monnier  <monnier@cs.yale.edu>
10304         * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
10305         (log-edit-done): Only add the comment to the ring if it's different
10306         from the last comment entered.
10308         * isearch.el (isearch-highlight): Turn internal-find-face into facep.
10310 2000-06-01  Dave Love  <fx@gnu.org>
10312         * hl-line.el: Rewritten using define-minor-mode.
10314         * help.el (describe-function-1): Distinguish special form from
10315         builtin function.  Sanity-check presence of arglist for builtins.
10317 2000-06-01  Kenichi Handa  <handa@etl.go.jp>
10319         * international/characters.el: Fix syntax/category setting of
10320         Tibetan characters.
10322         * language/tibet-util.el (tibetan-add-components): Fixes for new
10323         encoding of Tibetan characters.
10324         (tibetan-decompose-precomposition-alist): New variable.
10325         (tibetan-decompose-region): Convert precomposed characters to
10326         non-precomposed characters.
10327         (tibetan-decompose-string): Likewise.
10328         (tibetan-composition-function): Fix args to
10329         thibetan-compose-string.
10331         * language/tibetan.el (tibetan-composable-pattern): More
10332         characters included.
10333         (tibetan-consonant-transcription-alist): Rule for "R" added.
10334         (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
10335         "+R" added.
10336         (tibetan-base-to-subjoined-alist): Rule for "RA" added.
10338         * language/lao-util.el (lao-composition-function): Fix args to
10339         compose-string.
10341         * language/thai-util.el (thai-composition-function): Fix args to
10342         compose-string.
10344         * isearch.el (isearch-update): Set disable-point-adjustment to t
10345         to prevent the point moving to the end of a composition when a
10346         part of a composition is searched.
10347         (isearch-other-meta-char): If the key invoking this command can be
10348         mapped by function-key-map to a printing char, call
10349         isearch-process-search-char directly.
10351 2000-06-01  Stefan Monnier  <monnier@cs.yale.edu>
10353         * emacs-lisp/bytecomp.el:
10354         * frame.el:
10355         * international/mule-cmds.el:
10356         * international/mule-util.el:
10357         * international/mule.el:
10358         * mouse.el:
10359         * subr.el:
10360         * faces.el: Update calls to make-obsolete with a WHEN argument.
10362         * byte-run.el (make-obsolete, make-obsolete-variable):
10363         Add an optional WHEN argument and change the format of the
10364         symbol-property information.
10365         * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
10366         (byte-compile-obsolete, byte-compile-variable-ref): Understand the
10367         new obsolete-symbol-property format and print WHEN if it is provided.
10369 2000-05-31  Dave Love  <fx@gnu.org>
10371         * loadhist.el (loadhist-hook-functions): Remove
10372         before-change-function, after-change-function.
10373         (unload-feature): Deal with symbols which are both bound and
10374         fbound.
10376         * mouse.el (mouse-save-then-kill-delete-region): Don't bind
10377         before-change-function, after-change-function.
10379         * simple.el (newline): Don't bind before-change-function,
10380         after-change-function.
10382 2000-05-31  Rajesh Vaidheeswarran <rv@gnu.org>
10384         * whitespace.el (whitespace-rescan-timer-time): Update interval
10385         set to 600 seconds (10 minutes) instead of 60 seconds since
10386         a large number of whitespace buffers causes emacs to `freeze'
10387         for a considerable amount of time.
10389         * whitespace.el: Updated email address
10391 2000-05-31  Dave Love  <fx@gnu.org>
10393         * add-log.el (change-log-font-lock-keywords) <function>: Add
10394         pattern for function of change.
10395         (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
10396         acknowledgements patterns.
10398 2000-05-31  Kenichi Handa  <handa@etl.go.jp>
10400         * isearch.el (isearch-printing-char): If keyboard coding system is
10401         being used, call isearch-process-search-multibyte-characters.
10403         * international/isearch-x.el: Mostly rewritten.
10405         * international/quail.el (quail-start-conversion): Don't include
10406         unhandled events in the returned events, but set them in
10407         unread-command-events.  Exit if all inputs are deleted.
10409 2000-05-30  Jason Rumney  <jasonr@gnu.org>
10411         * w32-fns.el (w32-charset-info-alist): Add each charset separately.
10413         * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
10414         Reenable code to create initial fontsets.
10415         Use set-fontset-font in place of put-charset-property.
10417 2000-05-30  Gerd Moellmann  <gerd@gnu.org>
10419         * progmodes/perl-mode.el (perl-indent-line): When looking for a
10420         label, ensure that the first colon isn't followed by another.
10422         * paths.el (Info-default-directory-list): Doc fix.
10424         * net/net-utils.el (finger-X.500-host-regexps): New user-option.
10425         (finger): If HOST matches a regexp from finger-X.500-host-regexps,
10426         send a query containing USER only, not USER@HOST.
10428         * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
10429         and rmail-msgend to compute the restriction at the end, instead of
10430         computing it.
10432 2000-05-29  Gerd Moellmann  <gerd@gnu.org>
10434         * dabbrev.el (dabbrev-expand): Don't display messages in the
10435         echo area if the minibuffer window is active.
10437         * jit-lock.el (jit-lock-mode): Add after change function to
10438         local hook.
10440 2000-05-29  Christoph Wedler  <Christoph.Wedler@sap.com>
10442         * antlr-mode.el: New commands: hide/unhide actions,
10443         upcase/downcase literals.
10444         (antlr-tiny-action-length): New user option.
10445         (antlr-hide-actions): New command.  Suggested by
10446         Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
10447         (antlr-mode-map): New binding [C-c C-v].
10448         (antlr-mode-menu): New entries.
10449         (antlr-downcase-literals): New command.
10450         (antlr-upcase-literals): Ditto.
10452         * antlr-mode.el: Minor changes: indendation, mode-name.
10453         (antlr-indent-line): Indent cpp directive at column 0.
10454         (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
10456         * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
10457         (antlr-font-lock-additional-keywords): Workaround for intentional
10458         bug in XEmacs version of font-lock.
10459         (antlr-mode): Set symbol property `mode-name' to "Antlr".  Could
10460         be used by a smarter version of `buffers-menu-grouping-function'.
10462 2000-05-29  Gerd Moellmann  <gerd@gnu.org>
10464         * tmm.el (tmm-prompt): Recognize menu item definitions of the for
10465         `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
10467 2000-05-29  Kenichi Handa  <handa@etl.go.jp>
10469         * international/encoded-kb.el
10470         (encoded-kbd-iso2022-designation-map): Pay attention to that
10471         charset-iso-final-char return -1 for eight-bit-control and
10472         eight-bit-graphic.
10474 2000-05-28  Eli Zaretskii  <eliz@is.elta.co.il>
10476         * speedbar.el (speedbar-use-images, speedbar-update-flag)
10477         (speedbar-easymenu-definition-base): Use display-graphic-p where
10478         available, instead of window-system.
10480 2000-05-28  Eli Zaretskii  <eliz@is.elta.co.il>
10482         * international/codepage.el (cp-coding-system-for-codepage-1): Add
10483         eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
10484         coding systems.
10486 2000-05-26  Dave Love  <fx@gnu.org>
10488         * disp-table.el (standard-display-underline): Don't use
10489         internal-find-face.
10491         * mail/reporter.el: Maintainer change.  Doc fixes.
10492         (reporter-version): Deleted.
10494         * emacs-lisp/elp.el: Maintainer change.
10495         (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
10497 2000-05-26  Stefan Monnier  <monnier@cs.yale.edu>
10499         * add-log.el (add-change-log-entry): Merge the current entry with the
10500         previous one if the previous one is empty.
10502 2000-05-26  Dave Love  <fx@gnu.org>
10504         * loadhist.el (unload-feature): Fix interactive spec [from
10505         lijnzaad@ebi.ac.uk].
10507         * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
10508         subr-arity to check primitives.
10509         (byte-compile-flush-pending, byte-compile-file-form-progn)
10510         (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
10511         (byte-compile-insert, byte-compile-funcall): Use mapc instead of
10512         mapcar.
10514 2000-05-26  Kenichi Handa  <handa@etl.go.jp>
10516         * international/fontset.el: Set family names of non-latin charsets
10517         in default fontset to "*".
10519         * international/mule-diag.el (print-fontset): Combine family part
10520         and registry part of the fontname by "-*-" instead of "-".
10522         * international/mule-cmds.el (encode-coding-char): Make strings
10523         multibyte before calling encode-coding-string.
10525 2000-05-25  Stefan Monnier  <monnier@cs.yale.edu>
10527         * derived.el: Fix keywords.
10528         (define-derived-mode): Only define if needed.
10530         * simple.el (fill-comment, comment-column, comment-start)
10531         (comment-start-skip, comment-end, comment-indent-function)
10532         (block-comment-start, block-comment-end, indent-for-comment)
10533         (set-comment-column, kill-comment, comment-padding, comment-region)
10534         (comment-multi-line, indent-new-comment-line): Remove.
10536         * bindings.el (esc-map): Change ; to comment-dwim and use the new
10537         function names for comment operations.
10539         * newcomment.el: Add abundant autoload cookies.
10540         (comment-style): Don't depend on runtime data at compile-time.
10541         (comment-indent-hook): Remove.
10542         (comment-indent): Check if comment-indent-hook is bound.
10543         (comment-region): Docstring fix.
10545 2000-05-25  Dave Love  <fx@gnu.org>
10547         * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
10548         byte-code-function-p.
10550         * mail/rmailsum.el: Add provide.
10552         * net/goto-addr.el (goto-address-fontify): Add help-echo property.
10554         * smerge-mode.el (smerge-diff-switches): Don't use list* in
10555         defcustom.
10557 2000-05-25  Michael Kifer  <kifer@cs.sunysb.edu>
10559         * ediff-diff.el (ediff-exec-process): delete --binary option from
10560         non-buffer ediff jobs.
10562 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
10564         * hilit-chg.el (highlight-changes-mode): Ask about color or
10565         grayscale support, not about window-system.
10567         * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
10568         window-system.
10569         (ffap-highlight): Always default to t.
10571         * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
10572         display-popup-menus-p instead of looking at window-system.
10574         * disp-table.el (standard-display-g1, standard-display-graphic):
10575         Only refuse to use string glyphs on X and MS-Windows.
10577         * avoid.el: Remove window-system from commentary, suggest to use
10578         display-*-p instead.
10580         * apropos.el (apropos-print): Use display-mouse-p instead of
10581         window-system.
10583 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
10585         * international/codepage.el (cp-decoding-vector-for-codepage):
10586         Fill up unsupported characters with their own codes.  From Kenichi
10587         Handa.
10589 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
10591         * international/mule-diag.el (describe-char-after): Use
10592         display-graphic-p instead of window-system, so that this function
10593         works on MS-DOS.
10595 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
10597         * international/codepage.el (cp-make-coding-systems-for-codepage):
10598         Remove the eight-bit-graphic and eight-bit-control charsets from
10599         the list of charsets which we convert into `?'.
10601 2000-05-25  Kenichi Handa  <handa@etl.go.jp>
10603         * international/mule-conf.el: Specify CHARSET-ID explicitely for
10604         private charsets.
10605         (mule-unicode-0100-24ff, japanese-jisx0213-1,
10606         japanese-jisx0213-2): New charsets.
10608         * international/fontset.el: Setup default fontset for new charsets.
10610 2000-05-24  Dave Love  <fx@gnu.org>
10612         * info.el (Info-find-node-2): Restructure [following "Vadim
10613         S. Solomin" <sovs@uic.nnov.ru>].
10615         * icomplete.el: Fix header for Finder.
10617 2000-05-24  Eric M. Ludlam  <zappo@ultranet.com>
10619         * rmailout.el (rmail-output-to-rmail-file): Added optional param
10620         STAY.
10622         * rmail.el (rmail-automatic-folder-directives): New user variable.
10623         (rmail-show-message): Add call to `rmail-auto-file' during
10624         display.
10625         (rmail-auto-file): New function.
10627 2000-05-24  Michael Kifer  <kifer@cs.sunysb.edu>
10629         * ediff-diff.el (ediff-forward-word): Take syntactic word class into
10630         account.
10631         (ediff-test-utility,ediff-diff-mandatory-option)
10632         (ediff-reset-diff-options): Utilities for proper initialization of
10633         ediff-diff-options and ediff-diff3-options on Windows.
10635         * ediff-init.el (ediff-merge-filename-prefix): New customizable
10636         variable.
10638         * ediff-mult.el (ediff-filegroup-action): Use
10639         ediff-merge-filename-prefix.
10641 2000-05-24  Michael Kifer  <kifer@cs.sunysb.edu>
10643         * viper-ex.el (ex-write): Set selective display to nil.
10645 2000-05-24  Eli Zaretskii  <eliz@is.elta.co.il>
10647         * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
10648         aliases for hebrew-iso-8bit.
10650 2000-05-24  Eli Zaretskii  <eliz@is.elta.co.il>
10652         * woman.el: New version from Francis J. Wright
10653         <F.J.Wright@Maths.QMW.ac.uk>.
10654         (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
10655         names in environment variables regardless of the path separator.
10656         (woman-topic-all-completions-1): Don't call file-name-directory-p
10657         on all files, since woman-file-regexp already filters out any
10658         directories.
10660 2000-05-24  Kenichi Handa  <handa@etl.go.jp>
10662         * international/quail.el (quail-start-translation): Don't change
10663         modified-p of the current buffer.
10664         (quail-start-conversion): Likewise.
10666         * international/kkc.el (kkc-region): Don't change modified-p of
10667         the current buffer.
10669         * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
10670         conform to RFC1468.
10671         (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
10673 2000-05-23  Eric M. Ludlam  <zappo@ballista.ultranet.com>
10675         * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
10676         (speedbar-insert-button): Invisible text property fix.
10677         (speedbar-directory-plus): Renamed from speedbar-directory-+
10678         (speedbar-directory-minus): Renamed from speedbar-directory--
10679         (speedbar-page-plus): Renamed from speedbar-file-+
10680         (speedbar-page-minus): Renamed from speedbar-file--
10681         (speedbar-page): Renamed from speedbar-file-
10682         (speedbar-tag): Renamed from speedbar-tag-
10683         (speedbar-tag-plus): Renamed from speedbar-tag-+
10684         (speedbar-tag-minus): Renamed from speedbar-tag--
10685         (speedbar-expand-image-button-alist): Use above renames.
10687         * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
10688         * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
10689         * sb-pg-plus.xpm: Renamed from sb-file+.xpm
10690         * sb-pg-minus.xpm: Renamed from sb-file-.xpm
10691         * sb-pg.xpm: Renamed from sb-file.xpm
10692         * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
10693         * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
10695 2000-05-24  Kenichi Handa  <handa@etl.go.jp>
10697         * international/quail.el (quail-show-guidance-buf): Set
10698         current-input-method of the guidance buffer to the name of the
10699         curren input method.
10701 2000-05-23  Stefan Monnier  <monnier@cs.yale.edu>
10703         * progmodes/compile.el (compile-internal): Style typo.
10705         * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
10706         quote vars and functions in the docstring.
10708         * newcomment.el (comment-make-extra-lines): Don't use `assert'.
10710         * completion.el (dynamic-completion-mode, dynamic-completion-mode):
10711         Don't quote lambdas.
10713         * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
10715 2000-05-23  Gerd Moellmann  <gerd@gnu.org>
10717         * startup.el (command-line): Determine source file of compiled
10718         user init file differently.  Warn if compiled user init file
10719         is older than its source file.
10721         * ffap.el (ffap-url-regexp): Add `https'.
10723 2000-05-23  Eli Zaretskii  <eliz@is.elta.co.il>
10725         * files.el (make-backup-file-name-1): Replace slashes with `!'
10726         rather than `|' (which is not allowed on Windows).  Replace the
10727         drive letters with a string "drive_X".
10729 2000-05-23  Gerd Moellmann  <gerd@gnu.org>
10731         * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
10733         * files.el (interpreter-mode-alist): Add `bash2'.
10735 2000-05-22  Dave Love  <fx@gnu.org>
10737         * loadhist.el (feature-symbols, file-provides, file-requires): Use
10738         mapc.
10739         (feature-file): Avoid calling symbol-name.  Doc fix.
10740         (file-set-intersect, file-dependents): Use dolist, not mapcar.
10741         (loadhist-hook-functions): Add mouse-position-function.
10742         (unload-feature): Change uses of mapcar.
10744         * files.el (parse-colon-path): Doc fix.
10745         (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
10746         (set-auto-mode): Use mapc.
10748         * complete.el (PC-look-for-include-file): Use :alnum: character
10749         class.
10750         (partial-completion-mode): Add autoload cookie.
10752 2000-05-22  Sam Steingold  <sds@gnu.org>
10754         * info.el (Info-fontify-node): Fixed the call to
10755         `add-text-properties' (bug introduced on 2000-05-18).
10757 2000-05-22  Dave Love  <fx@gnu.org>
10759         * bindings.el: Remove debug-ignored-errors set in other files.
10761         * progmodes/etags.el: Add to debug-ignored-errors.
10762         (visit-tags-table-buffer): Clear out buffers holding old tables
10763         when making a new list.
10764         (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
10765         mapc.
10767         * completion.el: Doc fixes.  Add to debug-ignored-errors.  Don't
10768         quote keywords.
10769         (cmpl-string-case-type): Use character classes.
10771         * comint.el:
10772         * textmodes/ispell.el:
10773         * imenu.el:
10774         * mail/mh-e.el:
10775         * progmodes/compile.el: Add to debug-ignored-errors.
10777         * dabbrev.el: Add to debug-ignored-errors.
10778         (dabbrev-completion): Use mapc.
10780 2000-05-22  Eli Zaretskii  <eliz@is.elta.co.il>
10782         * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
10783         (woman-mapcan, woman-parse-man.conf)
10784         (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
10785         (woman-reset-emulation, woman-select-symbol-fonts): New functions.
10786         (woman-parse-colon-path): Call woman-mapcan.  Recognize Cygwin
10787         path syntax better.
10788         (woman-man.conf-path, woman-use-own-frame): New defcustoms.
10789         (woman-manpath): Call woman-parse-man.conf.
10790         (woman-emulation): New defcustom, defaults to nroff.
10791         (woman-font-support): New defconst.
10792         (woman-use-symbol-font): New defcustom.
10793         (woman-menu): Add new menu items: "Colored/BW", "Advanced",
10794         "Emulation".
10795         Many functions: Doc fix.
10797 2000-05-22  Kenichi Handa  <handa@etl.go.jp>
10799         * international/quail.el (quail-simple-translation-keymap): Map
10800         128..255 to quail-self-insert-command.
10801         (quail-keyboard-layout-alist): Add definition for "pc102-de".
10803 2000-05-22  Stefan Monnier  <monnier@cs.yale.edu>
10805         * help.el (help-manyarg-func-alist): Typo.
10807         * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
10808         intervals which makes it heaps simpler.
10810         * newcomment.el (comment-region-internal): Go back to BEG after quoting
10811         the nested comment markers.
10813         * subr.el (remove-hook): Don't turn the hook's value into a list.
10815 2000-05-21  Dave Love  <fx@gnu.org>
10817         * edmacro.el (edmacro-parse-keys): Return vector if any elements
10818         are invalid characters.
10820         * international/mule-util.el (detect-coding-with-priority): Use
10821         mapc.  Remove redundant lambda.
10823         * international/mule-diag.el (list-non-iso-charset-chars)
10824         (describe-fontset): Remove redundant lambda.
10826         * emulation/crisp.el (brief-mode): New alias.
10828         * emacs-lisp/ring.el (ring-elements): New function.
10830         * emacs-lisp/easymenu.el (easy-menu-create-menu)
10831         (easy-menu-do-add-item): Use keywordp.
10833         * emacs-lisp/byte-opt.el: Update side-effect free function lists.
10835         * replace.el: Doc and error message fixes.
10836         (replace-highlight): Use facep, not internal-find-face.
10838 2000-05-20  Stefan Monnier  <monnier@cs.yale.edu>
10840         * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
10842         * log-edit.el (log-edit-done): Cleanup trailing empty lines.
10843         (log-edit-insert-changelog): Drop `:' as well.
10845         * log-view.el: Fix file description.
10846         (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
10847         available.
10848         (log-view-font-lock-keywords): Only use cvs-filename-face if present.
10849         (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
10851         * emacs-lisp/easy-mmode.el: Update copyright and commentary.
10852         (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
10853         Print a status message if the toggle is called interactively.
10854         (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
10855         for global minor modes and use `defcustom' for them.
10856         Use add-minor-mode.
10857         (easy-mmode-define-derived-mode): Remove.
10858         (define-derived-mode): Fancier default docstring.
10859         (easy-mmode-define-navigation): Signal an error rather than (ding).
10861         * newcomment.el (comment-styles): New `box-multi'.
10862         (comment-normalize-vars): Better default for comment-continue to
10863         avoid whitespace-only continuations.
10864         (comment-search-forward): Always move even in the no-syntax case.
10865         (comment-padright): Only obey N if it's only obeyed for padleft.
10866         (comment-make-extra-lines): Better handling of empty continuations.
10867         Use `=' for the filler if comment-start has only one character.
10868         (uncomment-region): Try handling the special `=' filler.
10869         (comment-region): Allow LINES even if MULTI is nil.
10870         (comment-box): Choose box style based on comment-style.
10872 2000-05-20  Kenichi Handa  <handa@etl.go.jp>
10874         * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
10875         (ccl-compile-write-repeat): If ARG is string, make it unibyte.
10877 2000-05-20  Kenichi HANDA  <handa@etl.go.jp>
10879         * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
10880         and insert, not subst-char-in-region.
10882         * international/mule-diag.el (list-character-sets-1): Handle
10883         charsets eight-bit-control and eight-bit-graphic.
10884         (list-iso-charset-chars): Likewise.
10885         (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
10886         charactes as is.  Use indent-to to align characters.
10888         * international/mule-cmds.el (find-multibyte-characters): Never
10889         exclude charsets eight-bit-control and eight-bit-graphic.
10891 2000-05-19  Stefan Monnier  <monnier@cs.yale.edu>
10893         * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
10894         Don't quote lambdas.
10896         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
10898 2000-05-19  Gerd Moellmann  <gerd@gnu.org>
10900         * gud.el (gud-jdb-directories): Doc fix.
10902 2000-05-19  Stefan Monnier  <monnier@cs.yale.edu>
10904         * newcomment.el: New file.
10906 2000-05-19  Gerd Moellmann  <gerd@gnu.org>
10908         * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
10910 2000-05-18  Andreas Schwab  <schwab@suse.de>
10912         * dired.el (dired-between-files): Also skip lines beginning with
10913         `used'.
10915 2000-05-18  Gerd Moellmann  <gerd@gnu.org>
10917         * msb.el (msb-menu-cond): Add choice `user'.
10919 2000-05-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
10921         * ps-print.el: Compatibility, customization and doc fix.
10922         (ps-printer-name-option): Replace defconst by defvar.
10923         (ps-postscript-code-directory): XEmacs compatibility.
10924         (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
10925         fix.
10926         (ps-user-defined-prologue, ps-print-prologue-header)
10927         (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
10928         compatibility and code fix.
10929         (ps-print-background-image, ps-print-background-text):
10930         Customization fix.
10931         (ps-line-number-start, ps-n-up-on): New vars.
10933 2000-05-18  Espen Skoglund  <esk@ira.uka.de>
10935         * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
10936         the indent-comment function to just return the appropriate indent.
10938 2000-05-18  Eric M. Ludlam  <zappo@ultranet.com>
10940         * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
10941         sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
10942         sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
10944 2000-05-18  Dave Love  <fx@gnu.org>
10946         * info.el (Info-fontify-node): Add intangible property as well as
10947         invisible.
10949         * calendar/appt.el (appt-make-list): Match all lines of entry.
10950         From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
10952 2000-05-18  Kenichi Handa  <handa@etl.go.jp>
10954         * international/mule-diag.el (describe-char-after): Call
10955         internal-char-font, not char-font.  If internal-char-font returns
10956         nil, display "-- none --".
10958 2000-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
10960         * image.el (image-type-available-p): Don't reference image-types
10961         if it isn't bound.
10963 2000-05-17  Stefan Monnier  <monnier@cs.yale.edu>
10965         * autoarg.el (autoarg-mode): Typo in the :set argument.
10967 2000-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
10969         * startup.el (command-line-1): Don't signal an error if the
10970         directory for auto-save-list files does not yet exist.
10972 2000-05-17  Kenichi Handa  <handa@etl.go.jp>
10974         * international/mule-conf.el (arabic-iso8859-6): Fix typo.
10976 2000-05-16  Stefan Monnier  <monnier@cs.yale.edu>
10978         * subr.el (remove-hook): `setq' hook-value, not `set'.
10980 2000-05-16  Sam Steingold  <sds@gnu.org>
10982         * info.el (debug-ignored-errors): More errors to ignore.
10984 2000-05-16  Dave Love  <fx@gnu.org>
10986         * cus-edit.el: Don't require cl or easymenu.
10987         (custom-variable-prompt): Test standard-value property, not
10988         user-variable-p.
10990 2000-05-16  Sam Steingold  <sds@gnu.org>
10992         * subr.el (add-hook): `setq' hook-value, not `set'.
10994 2000-05-16  Gerd Moellmann  <gerd@gnu.org>
10996         * startup.el (command-line-1): Mention the FAQ in the startup
10997         message.
10999         * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
11001         * progmodes/compile.el (compilation-parse-errors): Collect
11002         `nomessage' regexps last.
11004         * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
11006         * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
11007         to the function name.
11009 2000-05-15  Dave Love  <fx@gnu.org>
11011         * speedbar.el (speedbar-recenter): Typo.
11012         (speedbar-expand-line): Make arg optional.
11013         (speedbar-mode): Avoid a compiler warning.
11015 2000-05-15  Gerd Moellmann  <gerd@gnu.org>
11017         * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
11018         user-specified option string is empty.
11020         * mouse.el (mouse-yank-at-click): Doc fix.
11022 2000-05-15  Eli Zaretskii  <eliz@is.elta.co.il>
11024         * term/internal.el (IT-character-translations): More updates of
11025         latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
11026         documents.
11028 2000-05-15  Gerd Moellmann  <gerd@gnu.org>
11030         * env.el (getenv): New function, interactively callable.
11031         (setenv, getenv): Remove autoload cookies.
11033         * loadup.el: Load `env'.
11035         * progmodes/f90.el: Change author's mail address.
11037 2000-05-14  Dave Love  <fx@gnu.org>
11039         * mail/rmail.el (rmail-show-message-hook): Customize and offer
11040         goto-addr as an option.
11042         * help.el (help-xref-stack): Doc fix.
11043         (help-xref-following): New variable.
11044         (help-make-xrefs): Use it.
11045         (help-xref-go-back): Use position information from stack element.
11046         (help-follow): Make position in stack element a pair.  Use
11047         help-xref-following.
11049         * autoarg.el: New file.
11051         * faces.el: Declare more functions obsolete.
11053         * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
11054         * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
11055         * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
11056         * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
11057         Remove all the setup-...-environment functions.
11059 2000-05-13  Eric M. Ludlam  <zappo@ultranet.com>
11061         * speedbar.el: Updated the commentary section.  xemacs20p now uses
11062         >= when detecting.  Require `defimage' safely.
11063         (speedbar-easymenu-definition-base): Add toggle for images.
11064         (speedbar-easymenu-definition-special): Add flush cache & expand.
11065         (speedbar-visiting-tag-hook): Set new defaults.  Added options.
11066         (speedbar-reconfigure-keymaps-hook): New variable.
11067         (speedbar-frame-parameters): Updated documentation.
11068         (speedbar-use-imenu-flag): Updated custom tag
11069         (speedbar-dynamic-tags-function-list): New variable.
11070         (speedbar-tag-hierarchy-method): Updated doc & custom.
11071         (speedbar-indentation-width, speedbar-indentation-width) New
11072         variables.
11073         (speedbar-hide-button-brackets-flag): Customizable.
11074         (speedbar-vc-indicator): Doc update.
11075         (speedbar-ignored-path-expressions): Updated default value.
11076         (speedbar-supported-extension-expressions): Updated default value.
11077         (speedbar-syntax-table): Remove {} paren status.
11078         (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
11079         as "+".  Added overlay aliases.
11080         (speedbar-mode): Use `speedbar-mode-line-update' instead of
11081         `force-mode-line-update'.
11082         (speedbar-mode, speedbar-quick-mouse, speedbar-click)
11083         (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
11084         `mouse-set-point'
11085         (speedbar-reconfigure-keymaps): Run configure keymap hooks.
11086         (speedbar-item-info-tag-helper): Revamped to handle a wider range
11087         of arbitrary text, and new helper functions.
11088         (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
11089         filename finder.
11090         (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
11091         (speedbar-directory-buttons): Update path search/expansion.
11092         (speedbar-make-tag-line): Pay attention to
11093         `speedbar-indentation-width'.  Use more care w/ invisible
11094         properties.
11095         (speedbar-change-expand-button-char): Call
11096         `speedbar-insert-image-button-maybe'.
11097         (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
11098         (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
11099         (speedbar-trim-words-tag-hierarchy)
11100         (speedbar-simple-group-tag-hierarchy): New functions
11101         (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
11102         (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
11103         functions.
11104         (speedbar-mouse-set-point): New function
11105         (speedbar-power-click): Updated documentation.
11106         (speedbar-line-token, speedbar-goto-this-file): Handle more types
11107         of tag prefix text.
11108         (speedbar-expand-line, speedbar-contract-line): Make more robust
11109         to strange text.
11110         (speedbar-expand-line): Takes universal argument to flush the
11111         cache.
11112         (speedbar-flush-expand-line): New function.
11113         (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
11114         Use new generator insertion method.
11115         (speedbar-fetch-dynamic-tags): New function.
11116         (speedbar-fetch-dynamic-imenu): Removed code now handled in
11117         `speedbar-fetch-dynamic-imenu'.
11118         (speedbar-fetch-dynamic-etags): Fix current buffer problem.
11119         (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
11120         "Revert Buffer" menu items.
11121         (speedbar-buffer-buttons-engine): Be smarter when creating a
11122         filename tag (for expansion purposes.).
11123         (speedbar-highlight-one-tag-line,
11124         (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
11125         (speedbar-recenter): New functions.
11126         (defimage-speedbar): Image loading abstraction.
11127         (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
11128         (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
11129         (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
11130         (speedbar-tag-type, speedbar-tag-mail): New images.
11131         (speedbar-expand-image-button-alist): New variable.
11132         (speedbar-insert-image-button-maybe): Insert an image over some
11133         buttons.
11135 2000-05-13  Kenichi Handa  <handa@etl.go.jp>
11137         * international/mule-cmds.el (encode-coding-char): An ASCII
11138         character is always encodable.
11140         * international/mule-conf.el: Add more information in descriptions
11141         of character sets.
11143         * international/mule-diag.el (describe-char-after): New function.
11144         (describe-font-internal): Adjusted for the change of font-info.
11145         (describe-font): Likewise.
11146         (print-fontset): Rewritten for the new fontset implementation.
11147         (describe-fontset): Include fontset alias names in completion.
11148         (list-fontsets): Adjusted for the change of print-fontset.
11150         * simple.el (what-cursor-position): If DETAIL is non-nil, call
11151         describe-char-after instead of displaying the detail in the echo
11152         area.
11153         (syntax-code-table): Format changed.
11154         (string-to-syntax): Adjusted for the above change.
11156 2000-05-12  Stefan Monnier  <monnier@cs.yale.edu>
11158         * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
11160 2000-05-12  Dave Love  <fx@gnu.org>
11162         * calendar/todo-mode.el: Remove some compatibility stuff and CL
11163         dependence.  Use line-{beginning,end}-position, not
11164         point-at{b,e}ol.  Some doc fixes.
11165         (todo-position): New function.  Fix callers of position to use it.
11166         (todo-save-top-priorities, todo-print): Use with-temp-buffer.
11168 2000-05-12  Gerd Moellmann  <gerd@gnu.org>
11170         * time.el (display-time-mail-icon): Use `:ascent center'.
11172         * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
11173         handling FTP security extensions.
11175 2000-05-11  Dave Love  <fx@gnu.org>
11177         * calendar/todo-mode.el: New file.
11179 2000-05-11  Gerd Moellmann  <gerd@gnu.org>
11181         * comint.el (comint-read-input-ring): Move reference to
11182         comint-input-ring-size outside of the save-excursion.  It was
11183         causing the default value to be the only one ever seen.
11185         * font-lock.el: Update copyright.  Remove Simon Marshall's email
11186         address on request from him.
11188         * subr.el (substitute-key-definition): Add comment describing
11189         the meaning of PREFIX.
11191 2000-05-10  Stefan Monnier  <monnier@cs.yale.edu>
11193         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
11195         * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
11196         (add-minor-mode): Don't make the variable buffer-local and add a
11197         reference to define-minor-mode in the docstring.
11199         * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
11200         HEADER/FOOTER and fix bug with trailing empty directory.
11201         (cvs-append-to-ignore): Use vc-editable-p if available.
11202         (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
11203         (vc-do-command): Tweak advice to handle the new VC.
11205         * log-view.el (log-view-goto-rev): New function for the new VC.
11206         (log-view-minor-wrap): Use mark-active.
11208         * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
11209         (log-edit-changelog-full-paragraphs): New var.
11210         (log-edit-insert-changelog): Remove a lonely leading `* file'.
11211         (log-edit-narrow-changelog, log-edit-changelog-paragraph)
11212         (log-edit-changelog-subparagraph, log-edit-changelog-entry)
11213         (log-edit-changelog-ours-p, log-edit-changelog-entries)
11214         (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
11215         Replace the `cvs' prefix with `log-edit'.
11217         * iswitchb.el (iswitchb-completion-help): Unquote lambda.
11219         * diff-mode.el (diff-font-lock-keywords): Recognize comments.
11220         (diff-font-lock-defaults): Explicitly turn off multiline.
11221         (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
11222         (diff-ediff-patch): Fix call to ediff-patch-file.
11223         (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
11224         Handle comments.
11226         * frame.el (automatic-hscrolling): Typo.
11228         * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
11230 2000-05-09  Sam Steingold  <sds@goems.com>
11232         * apropos.el (apropos-print): use `describe-face' instead of
11233         `customize-face-other-window'.
11235 2000-05-09  Dave Love  <fx@gnu.org>
11237         Changes mostly following Richard Sharman <rsharman@wave.home.com>.
11239         * help.el (describe-variable): Have customize button pop the
11240         help-xref stack when invoked.
11241         (help-xref-symbol-regexp): Add `face'.
11242         (help-make-xrefs): Check for quoted face names and adapt regexp
11243         submatch numbers to cope.
11244         (help-xref-interned): Maybe insert face doc too.  Separate
11245         sections with a line of hyphens.
11247         * faces.el:  Some doc fixes.  Declare some functions obsolete.
11248         (describe-face): Add customize button.  Return the help
11249         text.  Fix prompt.
11251 2000-05-09  Eli Zaretskii  <eliz@is.elta.co.il>
11253         * term/internal.el (IT-character-translations): Fix last change.
11255 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
11257         * woman.el: New file
11258         (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
11260 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
11262         * term/internal.el (IT-character-translations): Update ASCII
11263         simulations for greek-iso8859-7, add latin-iso8859-14 and
11264         latin-iso8859-15.
11266         * international/mule-cmds.el (set-language-info-alist): Call
11267         define-prefix-command with 3 arguments, to make the map suitable
11268         for a menu.
11270 2000-05-07  Dave Love  <fx@gnu.org>
11272         * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
11274 2000-05-05  Dave Love  <fx@gnu.org>
11276         * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
11277         list in doc string.  Don't quote keyword symbols.
11278         * emacs-lisp/cl.el: Likewise
11279         * emacs-lisp/cl-seq.el: Likewise
11281 2000-05-05  Gerd Moellmann  <gerd@gnu.org>
11283         * abbrev.el (abbrev-mode): Make ARG optional.
11285 2000-05-04  Gerd Moellmann  <gerd@gnu.org>
11287         * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
11289         * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
11291         * subr.el (substitute-key-definition): Clarify documentation.
11293 2000-05-04  Milan Zamazal  <pdm@freesoft.cz>
11295         * glasses.el (glasses-convert-to-unreadable): Use
11296         `glasses-separator' instead of the hard-wired "_".
11297         (glasses-mode): Call `glasses-make-unreadable' only in a single
11298         place.
11300 2000-05-04  Eli Zaretskii  <eliz@is.elta.co.il>
11302         * term/internal.el (cjk-codepages-alist): Add associations for
11303         Chinese and Korean codepages.  Remove FIXME comment.
11305 2000-05-03  Dave Love  <fx@gnu.org>
11307         * time.el (display-time-mail-face, display-time-use-mail-icon):
11308         New option.
11309         (display-time-mail-icon): New variable.
11310         (display-time-string-forms): Use the above.  Fix the local-map.
11312 2000-05-03  Gerd Moellmann  <gerd@gnu.org>
11314         * replace.el (query-replace-map): Add binding for `E'.
11315         (query-replace-help): Extend help text.
11316         (perform-replace): Allow editing the replacement string.
11318         * make-mode.el (makefile-mode-abbrev-table): New variable.
11319         (makefile-mode): Set local abbrev table to
11320         makefile-mode-abbrev-table.
11321         (makefile-font-lock-keywords): Fontify includes and conditionals.
11323         * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
11324         set TOGGLE's value.
11326         * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
11327         mail-interactive-insert-alias.
11328         (mail-abbrev-complete-alias): New command.
11329         (mail-mode-map): Bind it to `M-TAB'.
11331 2000-05-03  Kenichi Handa  <handa@etl.go.jp>
11333         * language/lao-util.el (lao-compose-region): New function.
11335 2000-05-02  Gerd Moellmann  <gerd@gnu.org>
11337         * files.el (recover-session): Make directories as necessary
11338         if they don't exist yet.
11340         * calendar/cal-french.el
11341         (french-calendar-multibyte-special-days-array)
11342         (french-calendar-special-days-array): Change French text.
11343         (calendar-french-date-string): Change output.
11344         (calendar-goto-french-date): Likewise.
11346 2000-05-02  Per Abrahamsen  <abraham@dina.kvl.dk>
11348         * wid-edit.el (widget-default-active): Obey `:always-active'.
11349         (widget-documentation-string-value-create): Set `:always-active'.
11351 2000-05-02  Eli Zaretskii  <eliz@is.elta.co.il>
11353         * startup.el (auto-save-list-file-prefix): For ms-dos, set the
11354         default prefix to `~/_emacs.d/auto-save.list/_s'.
11355         (normal-top-level): Create the directory for auto-save files, if
11356         it doesn't already exist (in the ms-dos case only).
11358 2000-05-02  Eli Zaretskii  <eliz@is.elta.co.il>
11360         * international/mule-cmds.el (set-language-environment): Don't
11361         concat an integer (dos-codepage), use format instead.
11363 2000-05-02  Dave Love  <fx@gnu.org>
11365         * help.el (help-xref-on-pp): Check for constant symbols.
11367 2000-04-29  Gerd Moellmann  <gerd@gnu.org>
11369         * startup.el (normal-top-level): Put a condition-case around
11370         the code loading subdirs.el.
11372 2000-04-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
11374         * ps-print.el: Upside-down and face background color printing,
11375         line number step, doc fix.
11376         (ps-print-version): New version number (5.2).
11377         (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
11378         (ps-face-attribute-list, ps-plot-with-face): Code fix.
11379         (ps-spool-config): Var fix.
11380         (ps-printer-name-option): Const fix.
11381         (ps-print-upside-down, ps-use-face-background)
11382         (ps-line-number-step): New vars.
11383         (ps-window-system, ps-lp-system): New consts.
11384         (ps-face-background): New fun.
11386 2000-04-28  Richard Stallman  <rms@gnu.org>
11388         * files.el (make-auto-save-file-name):
11389         Apply auto-save-file-name-transforms to visited file name
11390         before generating auto save file name.
11391         (auto-save-file-name-transforms): New variable.
11393         * files.el (backup-enable-predicate):
11394         Correctly test for a file under a temporary directory.
11396 2000-04-28  Gerd Moellmann  <gerd@gnu.org>
11398         * subr.el (add-minor-mode): Rewritten.
11400 2000-04-28  Kenichi Handa  <handa@etl.go.jp>
11402         * mail/sendmail.el (sendmail-send-it): Set
11403         buffer-file-coding-system to the selected coding system for MIME
11404         header.
11406 2000-04-27  Gerd Moellmann  <gerd@gnu.org>
11408         * dired.el (dired-move-to-filename-regexp): Allow format where
11409         YYYY is followed by two spaces.
11411         * progmodes/etags.el (etags-tags-completion-table): Add a `:'
11412         in the second character class of the regexp.
11414         * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
11415         mh-etc, too.
11417         * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
11418         nil.
11420         * subr.el (add-minor-mode): Use `set' instead of `setq'.
11422         * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
11423         argument.
11425 2000-04-27  Sen Nagata <sen@eccosys.com>
11427         * emacs-lisp/crm.el (crm-completion-table): New variable.
11428         (crm-collection-fn, crm-test-completion)
11429         (completing-read-multiple): Use it.
11431 2000-04-27  Dave Love  <fx@gnu.org>
11433         * help.el (locate-library): Use mapc.
11434         (help-manyarg-func-alist): Add call-process-region.
11436 2000-04-26  Gerd Moellmann  <gerd@gnu.org>
11438         * subr.el (add-minor-mode): Make argument MAP optional.
11440         * desktop.el (desktop-save): Save list of minor modes.
11441         (desktop-create-buffer): Restore minor modes.
11442         (desktop-minor-mode-table): New user-option.
11444         * subr.el (add-minor-mode): New function.
11446         * image.el (find-image): New function.
11447         (defimage): Rewritten to find image at load time.
11449         * startup.el (normal-top-level-add-to-load-path): Handle
11450         case that the default directory is not in load-path.
11452         * help.el: Old patch from Stefan Monnier.
11453         (help-xref-on-pp): New function.
11454         (describe-variable): Use it to display xrefs in a symbol's value.
11456 2000-04-26  Stefan Monnier  <monnier@cs.yale.edu>
11458         * cus-edit.el (custom-face): Fix parenthesis.
11460 2000-04-26  Kenichi Handa  <handa@etl.go.jp>
11462         * mail/rmail.el (rmail-expunge): When there are no deleted
11463         messages, do nothing.
11465 2000-04-26  Dave Love  <fx@gnu.org>
11467         * international/mule-cmds.el (locale-translation-file-name):
11468         Defvar to nil.
11469         (set-locale-environment): Set it here (at runtime).
11471 2000-04-25  Gerd Moellmann  <gerd@gnu.org>
11473         * replace.el (perform-replace): Add parameters START and END.  Use
11474         them instead of the check for a region in Transient Mark mode.
11475         (query-replace-read-args): Return two more list elements for the
11476         start and end of the region in Transient Mark mode.
11477         (query-replace, query-replace-regexp, query-replace-regexp-eval)
11478         (map-query-replace-regexp, replace-string, replace-regexp): Add
11479         optional last arguments START and END and pass them to
11480         perform-replace.
11482         * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
11483         form with additional arguments for perform-replace.
11485         * progmodes/etags.el (tags-query-replace): Add parameters START
11486         and END.  Construct a form with additional arguments for
11487         perform-replace.
11489         * simple.el (shell-command): Set default directory for "*Shell
11490         Command Output" buffer.
11492         * language/european.el (iso-latin-4): Fix typo.
11494         * emacs-lisp/crm.el: New file.
11496 2000-04-24  Dave Love  <fx@gnu.org>
11498         * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
11499         (Custom-reset-saved, Custom-reset-standard)
11500         (custom-group-value-create, custom-group-set, custom-group-save)
11501         (custom-group-reset-current, custom-group-reset-saved)
11502         (custom-group-reset-standard): Use mapc.
11503         (custom-buffer-create-internal): Disable undo when creating items.
11504         Use mapc.
11505         (custom-face): Avoid redundant lambda.
11507 2000-04-24  Gerd Moellmann  <gerd@gnu.org>
11509         * startup.el (auto-save-list-file-prefix): Set default to
11510         `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
11512 2000-04-24  Sam Steingold  <sds@gnu.org>
11514         * time-stamp.el (time-stamp-string-preprocess): Always convert
11515         `field-result' to a string.
11517 2000-04-24  Gerd Moellmann  <gerd@gnu.org>
11519         * frame.el (scrolling): New group.
11520         (automatic-hscrolling): New user-option.
11522         * startup.el (command-line-x-option-alist): Add `-lsp' and
11523         `--line-spacing'.
11525 2000-04-19  Dave Love  <fx@gnu.org>
11527         * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
11528         (cl-mapc): Rename from mapc.  Fix the funcall.
11530 2000-04-19  Gerd Moellmann  <gerd@gnu.org>
11532         * simple.el (clone-indirect-buffer-other-window): New command.
11533         (clone-indirect-buffer): Add optional arg NORECROD.
11534         (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
11536         * help.el (resize-temp-buffer-window): Use count-screen-lines.
11538         * window.el (count-screen-lines): New function.
11539         (shrink-window-if-larger-than-buffer): Use count-screen-lines
11540         instead of window-buffer-height.
11542         * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
11543         non-existing variable comint-input-sentinel.
11544         (inferior-lisp-args-to-list): Removed.
11545         (inferior-lisp): Use split-string instead of
11546         inferior-lisp-args-to-list.
11548         * hexl.el (hexl-insert-hex-string): New command.
11550         * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
11551         instead of concat.
11553 2000-04-18  Gerd Moellmann  <gerd@gnu.org>
11555         * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
11556         at the start of an existing but empty folder.
11558 2000-04-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
11560         * ps-mule.el: Customization fix, doc fix.
11561         (ps-multibyte-buffer): Customization fix.
11563 2000-04-17  Richard M. Stallman  <rms@gnu.org>
11565         * subr.el (read-passwd): Use read-char-exclusive.
11567 2000-04-17  Gerd Moellmann  <gerd@gnu.org>
11569         * textmodes/texinfo.el (texinfo-insert-@email)
11570         (texinfo-insert-@emph, texinfo-insert-@quotation)
11571         (texinfo-insert-@strong, texinfo-insert-@url): New functions.
11572         (texinfo-mode-map): Add key bindings for them.
11574         * files.el (basic-save-buffer-2): Use a template with `$'
11575         instead of `#' for VMS.
11577         * simple.el (clone-indirect-buffer): New function.
11579 2000-04-16  Stephen Eglen  <stephen@gnu.org>
11581         * iswitchb.el (iswitchb-case): New function.  If the user input
11582         contains any upper-case characters, the search is made
11583         case-sensitive.
11585 2000-04-17  Stefan Monnier  <monnier@cs.yale.edu>
11587         * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
11588         comment-end.
11589         (texinfo-font-lock-syntactic-keywords): New var.
11590         (texinfo-font-lock-keywords): Remove comment regexp.
11591         (texinfo-insert-block): New function.
11592         (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
11593         (texinfo-mode): Use define-derived-mode.  Tweak comment-start-skip
11594         and font-lock-defaults.  Use regexp-opt for outline-regexp.
11595         (texinfo-environments): New var.
11596         (texinfo-environment-regexp): Use regexp-opt and
11597         texinfo-environments.
11599         * textmodes/ispell.el (ispell-menu-map-needed): Check that
11600         ispell-process is bound since this might be eval'd before ispell
11601         is loaded.
11602         (ispell-message): Use a tiny bit less magic and a bit more hard
11603         data to figure out what kind of sc-cite-regexp to use.
11605         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
11607         * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
11608         (insert-cyclic-diary-entry): Unquote the lambda.
11610         * gud.el (gud-jdb-build-source-files-list): Fix typo.
11612         * files.el (backup-enable-predicate): Unquote the lambda.
11614         * cus-edit.el (custom-face, face): Unquote the lambda.
11616 2000-04-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
11618         * ps-print.el: Check for line-beginning-position definition.
11620         * ps-print.el: Fix counting lines in a region.
11621         (ps-print-version): New version number (5.1.5).
11622         (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
11623         (ps-printing-region): Fun code fix.
11625 2000-04-15  Gerd Moellmann  <gerd@gnu.org>
11627         * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
11628         to file-directory-p.
11630 2000-04-14  Gerd Moellmann  <gerd@gnu.org>
11632         * gud.el (gud-jdb-build-source-files-list): Check that directory
11633         exists before calling directory-files.
11635 2000-04-13  Dave Love  <fx@gnu.org>
11637         * emacs-lisp/trace.el: Change maintainer.  Use new backquote
11638         syntax.
11640         * emacs-lisp/cl-specs.el: Remove when, unless.
11642         * emacs-lisp/cl-extra.el: Don't quote keywords.
11643         (cl-old-mapc): New variable.
11644         (mapc): Use it.
11645         (cl-map-intervals): Use with-current-buffer.  Don't check for
11646         next-property-change.
11647         (cl-map-overlays): Use with-current-buffer.
11648         (cl-expt): Remove.
11649         (copy-tree, remprop): Define unconditionally.
11651         * emacs-lisp/cl-compat.el (keywordp): Remove.
11653         * emacs-lisp/edebug.el (edebug-keywordp): Remove.  Change callers
11654         to use keywordp.
11655         (edebug-spec): Enable keywordp.
11657         * cus-edit.el (custom-sort-items): Avoid symbol-name with new
11658         string-lessp.
11660         * cus-start.el: Use keywordp.
11662 2000-04-13  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
11664         * diary-lib.el (include-other-diary-files): Fix the fix of
11665         2000-02-18 by doing a save-excursion.
11667 2000-04-13  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
11669         * ps-print.el: Customization fix, doc fix.
11670         (ps-print-version): New version number (5.1.4).
11671         (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
11672         (ps-print-preprint): Adjust code.
11673         (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
11674         (ps-print-prologue-header, ps-print-control-characters)
11675         (ps-spool-config): Customization fix.
11677 2000-04-13  Eli Zaretskii  <eliz@is.elta.co.il>
11679         * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
11680         converted to the new menu-item format, names silightly changed,
11681         help strings added.
11683         Support for spelling without async subprocesses:
11685         * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
11686         (ispell-session-buffer): New variables.
11687         (ispell-start-process, ispell-process-status,
11688         ispell-accept-output, ispell-send-string): New functions, for
11689         Ispell invocation when async subprocesses aren't supported.
11690         (ispell-word, ispell-pdict-save, ispell-command-loop,
11691         ispell-process-line, ispell-buffer-local-parsing): Replace calls
11692         to process-send-string with calls to ispell-send-string, and
11693         accept-process-output with ispell-accept-output.
11694         (ispell-init-process): Call ispell-process-status instead of
11695         process-status with.
11696         (ispell-init-process): Call ispell-start-process.  Call
11697         ispell-accept-output and ispell-send-string.  Don't call
11698         process-kill-without-query and kill-process if they are unbound.
11699         (ispell-async-processp): New function.
11701 2000-04-12  Dave Love  <fx@gnu.org>
11703         * info.el: Add debug-ignored-errors.
11704         (Info-mode-menu): Add some items.
11705         (Info-directory): Add autoload cookie.
11707         * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
11708         Modify `truncate-lines'.  Make `describe-language-environment'
11709         always visible and add help.  Modify `describe-key' help.  Invoke
11710         Info-directory from `info'.  New entry `emacs-manual'.
11712 2000-04-10  Gerd Moellmann  <gerd@gnu.org>
11714         * progmodes/ebrowse.el (ebrowse-tree-mode): Use
11715         propertized-buffer-identification.
11716         (ebrowse-update-member-buffer-mode-line): Likewise.
11717         (ebrowse--mode-strings): Removed.
11718         (ebrowse--mode-line-props): Removed.
11720         * files.el (auto-mode-alist): Add `EBROWSE'.
11722         * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
11723         space before testing for end of buffer.
11724         (ebrowse-load): Removed.
11725         (ebrowse-revert-tree-buffer-from-file): Rewritten.
11726         (ebrowse-create-tree-buffer): Rewritten.
11727         (ebrowse-tree-mode): Read tree from buffer.
11729         * progmodes/ebrowse-ffh.el: Removed.
11731 2000-04-10  Kenichi Handa  <handa@etl.go.jp>
11733         * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
11735 2000-04-10  Gerd Moellmann  <gerd@gnu.org>
11737         * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
11738         at the wrong place.
11740 2000-04-09  Dave Love  <fx@gnu.org>
11742         * files.el (backup-enable-predicate): Use
11743         temporary-file-directory, small-temporary-file-directory.
11744         (make-backup-file-name-function, backup-directory-alist): New
11745         variables.
11746         (make-backup-file-name-1): New function.
11747         (make-backup-file-name): Use it.
11748         (find-backup-file-name): Likewise.  Use format for clarity, not
11749         concat.
11750         (file-newest-backup): Use make-backup-file-name.
11752 2000-04-09  Gerd Moellmann  <gerd@gnu.org>
11754         * progmodes/ebrowse-ffh.el: New file.
11756         * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
11757         to ebrowse-ffh.el.
11758         (ebrowse-load): Add autoload.
11760         * finder.el (finder-commentary): Add autoload cookie.
11762         * mail/rfc2368.el: Correct author's email address.
11764         * progmodes/ebrowse.el: New file.
11766         * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
11767         item help string.
11768         (easy-menu-do-add-item): Ditto.
11769         (easy-menu-define): Extend doc string.
11771         * jit-lock.el (with-buffer-unmodified): Use
11772         restore-buffer-modified-p.
11773         (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
11774         (jit-lock-function, jit-lock-stealth-fontify): Don't use
11775         with-buffer-unmodified.
11777 2000-04-08  Dave Love  <fx@gnu.org>
11779         * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
11780         unless, when.
11782 2000-04-07  Mikio Nakajima  <minakaji@osaka.email.ne.jp>
11784         * viper-util.el (viper-put-on-search-overlay): New subroutine.
11785         (viper-flash-search-pattern): No operation when using Emacs
11786         doesn't support face.
11787         Use `viper-put-on-search-overlay'.
11789 2000-04-04  Gerd Moellmann  <gerd@gnu.org>
11791         * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
11792         like C-r.
11794         * progmodes/make-mode.el: Some doc fixes.
11795         (makefile-mode-abbrev-table): New variable.
11796         (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
11797         (makefile-font-lock-keywords): Fontify includes and conditionals.
11798         (toplevel): Require `dabbrev' and `add-log' when compiling.
11800         * replace.el (perform-replace): Don't move forward one char
11801         when MATCH-AGAIN is nil, and REGEXP-FLAG is t.  We don't want
11802         to do that because it leaves point 1 position after the last
11803         replacement, after everything has been replaced.
11805         * jit-lock.el (with-buffer-unmodified): New macro.
11806         (with-buffer-prepared-for-font-lock): Don't preserve buffer's
11807         modified state.
11808         (jit-lock-function-1): Extracted from jit-lock-function; not
11809         preserving buffer's modified state.
11810         (jit-lock-function, jit-lock-stealth-fontify): Call
11811         jit-lock-function-1.
11813         * mail/rfc2368.el: Remove supernumerary copyright line.
11815 2000-04-04  Milan Zamazal  <pdm@freesoft.cz>
11817         * glasses.el: Provide facilities for inserting space before left
11818         parentheses and uncapitalization of identifiers.
11819         (glasses-mode): Try to remove old overlays in all cases.
11821 2000-04-03  Gerd Moellmann  <gerd@gnu.org>
11823         * progmodes/compile.el (compile-internal): Display the compilation
11824         buffer in a different frame, if it's already displayed there.
11826         * mail/rfc2368.el: New file.
11828         * simple.el (sendmail-user-agent-compose): Recognize a `body'
11829         header and insert its value as mail body.
11831         * subr.el (member-ignore-case): New function.
11833         * dabbrev.el (dabbrev-ignored-regexps): New user-option.
11834         (dabbrev--find-expansion): Ignore buffers matching a regexp
11835         from dabbrev-ignored-regexps.
11837         * jka-compr.el (jka-compr-compression-info-list): Add `.z'
11838         to extensions handled by gzip.
11840 2000-04-03  Richard M. Stallman  <rms@gnu.org>
11842         * files.el (insert-directory): List the total free space
11843         along with the used space.
11845         * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
11846         line is followed by one that matches CITATION-REGEXP, end the
11847         paragraph.
11849 2000-04-03  Markus Rost  <rost@delysid.gnu.org>
11851         * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
11852         (rmail-make-basic-summary-line): Use that option.
11854 2000-04-03  Kenichi Handa  <handa@etl.go.jp>
11856         * international/mule-cmds.el (encoded-string-description):
11857         Rewritten.   Try pretty description for ISO 2022 escape sequences
11858         only if CODING-SYSTEM is based on ISO 2022.  Use uppercase letters
11859         for hexadecimal format.
11861 2000-04-01  Dave Love  <fx@gnu.org>
11863         * cpp.el: Change customization group to `c' from `C'.
11865         * vcursor.el (vcursor-move): Use display-color-p.
11867         * international/mule-util.el: Provide mule-utils.
11868         (string-to-sequence): Simplify and speed up.
11870         * international/mule.el (make-coding-system): Purecopy doc-string.
11872         * international/mule-cmds.el: Various menu changes.
11873         (describe-specified-language-support): Handle `Default'.
11874         (set-language-info): Purecopy `info'.
11876 2000-03-31  Andrew Innes  <andrewi@gnu.org>
11878         * vc.el (vc-backend-diff): Return the correct status if we had to
11879         retry the rcsdiff command without the --brief option.
11881 2000-03-31  Dave Love  <fx@gnu.org>
11883         * help.el (help-manyarg-func-alist): Correct several omissions.
11885         * add-log.el: Don't require cl, fortran.
11886         (add-log-current-defun-function): Doc fix.
11887         (change-log-version-number-regexp-list): Remove SCCS part.  Doc
11888         fix.
11889         (change-log-version-rcs): Function deleted.
11890         (change-log-version-number-search): Doc fix.  Use
11891         vc-workfile-version.  Avoid CL dolist.
11892         (add-change-log-entry): Just call add-log-current-defun to get
11893         defun.  Simplify somewhat.
11894         (change-log-get-method-definition-1): Likewise.
11895         (add-log-current-defun): Return nil if calling
11896         add-log-current-defun-function does so.  Move Fortran stuff to
11897         fortran.el.  Return string without properties.
11899         * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
11900         and :alpha: char classes.
11902         * mail/supercite.el: Defvar curline when compiling.
11903         (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
11904         (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
11905         rather than a-zA-Z0-9 to allow non-ASCII characters.
11907 2000-03-31  Gerd Moellmann  <gerd@gnu.org>
11909         * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
11911         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
11912         Re-enable new code.
11914         * lpr.el (print-region-1): Use -d to specify printer name for
11915         systems `usg-unix-v*, `dgux', `hpux', `irix'.
11917 2000-03-31  Dave Love  <fx@gnu.org>
11919         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
11920         for function definition in symbol's function value slot first
11921         instead of first consulting byte-compile-function-environment.
11923 2000-03-31  Kenichi Handa  <handa@etl.go.jp>
11925         * language/european.el ("Polish"): New language environment.
11926         (setup-polish-environment): New function.
11928 2000-03-30  Gerd Moellmann  <gerd@gnu.org>
11930         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
11931         Disable new code.
11933         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
11934         trying to `load' the symbol of an autoload instead of the file
11935         recorded in the autoload.  Fix error messages.
11937 2000-03-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
11939         * ps-print.el: PostScript programming fix for ghostview, doc fix.
11940         (ps-print-version): New version number (5.1.3).
11941         (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
11942         (ps-insert-file, ps-output-boolean, ps-plot-with-face)
11943         (ps-generate-postscript-with-faces): Code fix.
11944         (ps-color-values): XEmacs compatibility.
11945         (ps-print-background-image, ps-print-background-text, ps-printer-name)
11946         (ps-default-fg, ps-default-bg): Adjust customization.
11947         (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
11948         (ps-color-scale): Renaming old ps-color-value fun.
11949         (ps-print-headers): Replace ps-print-header group to avoid conflict
11950         with ps-print-header variable.
11951         (ps-print-miscellany): New group.
11952         (ps-format-color, ps-rgb-color): New funs.
11953         (ps-default-foreground): New var.
11954         (ps-printer-name-option): New const.
11956 2000-03-30  Peter Breton  <pbreton@ne.mediaone.net>
11958         * net/net-utils.el:
11959         (network-connection-host, network-connection-service): New variables
11960         (network-connection-mode): New mode, derived from comint-mode
11961         (network-connection-mode-setup): New function, saves host and
11962         service information in local variables.
11964         * lisp/locate.el:
11965         (locate-word-at-point): Added this function
11966         (locate): Default to using locate-word-at-point as input
11967         Run dired-mode-hook
11969 2000-03-29  Dave Love  <fx@gnu.org>
11971         * calendar/appt.el: Doc fixes.
11972         (appt-check): Convert min-to-app to a string before passing to
11973         appt-disp-window-function or concat.
11974         (appt-delete-window): Remove test for frame-root-window.
11975         (appt-select-lowest-window, appt-convert-time): Simplify.
11977         * emacs-lisp/bytecomp.el: Doc fixes.
11978         (byte-compile-file-form-autoload): Update
11979         byte-compile-function-environment.
11981 2000-03-29  Andreas Schwab  <schwab@suse.de>
11983         * emacs-lisp/autoload.el: Also print defsubst doc string
11984         specially.
11986         * dired.el (dired-insert-directory): If dired-free-space-program
11987         failed just delete its output.
11989 2000-03-29  Dave Love  <fx@gnu.org>
11991         * international/iso-cvt.el: Move provide to end.  Doc fixes.
11992         (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
11993         (iso-iso2sgml, iso-sgml2iso): New functions.
11994         (iso-cvt-define-menu): Fix some entries and use backquote for
11995         clarity.
11997         * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
11999 2000-03-28  Gerd Moellmann  <gerd@gnu.org>
12001         * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
12002         ISO-DATE.  If non-nil, return date in ISO 8601 format.
12004 2000-03-26  Stefan Monnier  <monnier@cs.yale.edu>
12006         * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
12007         if it ever becomes used.
12008         (log-edit-mode-hook): Default to vc-log-mode-hook.
12009         (log-edit-mode): Fix the docstring.
12011         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
12012         the code.
12014 2000-03-26  Dave Love  <fx@gnu.org>
12016         * net/browse-url.el (browse-url): Re-fix case of
12017         browse-url-browser-function being an alist.
12018         (browse-url): Add :link to defgroup.
12020         * files.el: Doc fixes.
12021         (file-truename): Include `[' in wildcard characters.
12022         (automount-dir-prefix): Customize.
12023         (find-file-wildcards): Add :version.
12024         (find-file-noselect): Simplify a mapcar call.
12026         * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
12027         compatible with inf-lisp version.
12028         (eval-defun-1): Fix custom-declare-variable case.
12030 2000-03-25  Stefan Monnier  <monnier@cs.yale.edu>
12032         * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
12034 2000-03-24  Gerd Moellmann  <gerd@gnu.org>
12036         * Makefile (COMPILE_FIRST): New macro.
12037         (compile-files): Compile files from COMPILE_FIRST first.
12039         * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
12040         code.
12042         * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
12043         matching open parenthesis in column 0 to defun-prompt-regexp
12044         only if open-paren-in-column-0-is-defun-start is set.
12046         * sun-curs.el: Require CL at compile-time only.
12048         * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
12049         instead of copy-list which is a function from CL.
12050         (msb--choose-menu, msb--mode-menu-cond)
12051         (msb--create-buffer-menu-2): Use dolist instead of mapc.
12052         (msb--init-file-alist): Use mapcar instead of mapcan.
12053         (msb--aggregate-alist): Use mapcar instead of mapcan.  Fix
12054         `(' in column 0 in doc string.
12055         (msb--add-separators): Use mapcar instead of mapcan.
12057         * cus-dep.el: Require CL at compile-time only.
12059 2000-03-24  Stefan Monnier  <monnier@cs.yale.edu>
12061         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
12062         (byte-compile-warnings): New warning `noruntime'.
12063         (byte-compile-constants, byte-compile-variables): Fix docstring.
12064         (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
12065         execute `eval-whenc-compile's body.
12066         (byte-compile-unresolved-functions): Fix docstring.
12067         (byte-compile-eval): New function.
12068         (byte-compile-callargs-warn): Check if the function will be available
12069         at runtime (via property `byte-compile-noruntime').
12070         (byte-compile-print-syms): New function.
12071         (byte-compile-warn-about-unresolved-functions): Also warn about
12072         `noruntime' functions (and use `byte-compile-print-syms').
12073         (byte-compile-file): Capitalize the message.
12075 2000-03-24  Gerd Moellmann  <gerd@gnu.org>
12077         * mail/rmail.el (rmail-confirm-expunge): New user-option.
12078         (rmail-expunge): Ask for confirmation depending on the setting
12079         of rmail-confirm-expunge.
12081 2000-03-23  Gerd Moellmann  <gerd@gnu.org>
12083         * Makefile (bootstrap-clean): If $(emacs) exists, build
12084         loaddefs.el first.  A loaddefs.el that's not up-to-date might
12085         cause a bootstrap failure because things don't autoload as
12086         expected.
12088 2000-03-23  Dave Love  <fx@gnu.org>
12090         * net/browse-url.el: Restore previous use of
12091         browse-url-maybe-new-window.
12093 2000-03-23  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
12095         * ps-print.el: Skip banner page fix.
12096         (ps-print-version): New version number (5.1.2).
12097         (ps-begin-file, ps-end-file, ps-generate): Code fix.
12099 2000-03-23  Dave Pearson  <davep@davep.org>
12101         * net/quickurl.el Changed the type of parameter passed to the
12102         function defined by `quickurl-format-function'. Before only the
12103         text of the URL was passed. Now the whole URL structure is passed
12104         and the function is responsible for extracting the parts it
12105         requires.  Changed the default of `quickurl-format-function'
12106         accordingly.
12107         (quickurl-insert): Changed the `funcall' of
12108         `quickurl-format-function' to match the above change.
12109         (quickurl-list-insert): Changed the `url' case so that it makes
12110         use of `quickurl-format-function', previous to this the format was
12111         hard wired.
12113 2000-03-22  Gerd Moellmann  <gerd@gnu.org>
12115         * startup.el: Change some spellings for the X Window System.
12117 2000-03-22  Stefan Monnier  <monnier@cs.yale.edu>
12119         * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
12120         up the code and the regexp and make sure the cursor is temporarily
12121         moved to the suspicious line while querying the user.
12123 2000-03-22  Jason Rumney  <jasonr@gnu.org>
12125         * w32-fns.el (w32-charset-info-alist): Initialize.
12127 2000-03-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
12129         * ps-print.el: N-up last page fix.
12130         (ps-print-version): New version number (5.1.1).
12131         (ps-end-file, ps-end-job, ps-generate): Code fix.
12133 2000-03-21  Stefan Monnier  <monnier@cs.yale.edu>
12135         * files.el (find-file-run-dired): Update docstring.
12136         (find-directory-functions): New hook.
12137         (find-file-noselect): Run find-directory-functions rather than
12138         calling dired directly.
12140         * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
12142         * pcvs.el: Add a minimal leading commentary.
12143         (cvs-make-cvs-buffer): Change the header part by removing the startup
12144         message and adding a `Module' entry.  Also replace the FOOTER and
12145         HEADER special fileinfos with the new support in ewoc for updating
12146         its own footer and header.
12147         (cvs-update-header): Update to use the header/footer of the ewoc.
12148         (cvs-mode): Use define-derived-mode and set truncate-lines to t.
12149         (cvs-is-within-p): New function.
12150         (cvs-mode-run): Take advantage of `save-some-buffers's new ability
12151         to only examine some subset of the buffers.
12153         * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
12154         `format' instead of our own ad-hoc functions.
12155         Remove HEADER and FOOTER cases, now handled in the EWOC.
12156         (cvs-fileinfo<): Remove HEADER and FOOTER cases.
12158         * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
12159         output to avoid scaring the user.
12160         (cvs-parse-table): Catch message for non-up-to-date commits.
12162         * pcvs-defs.el (cvs-startup-message): Remove.
12163         (cvs-global-menu): New autoloaded menu.
12165         * pcvs-util.el (cvs-string-fill): Remove.
12167         * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
12168         (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
12169         PP part of it and also make it work for footers and headers.
12170         (ewoc-create): Drop POS and BUFFER arguments.
12171         Use the DLL's dummy node to store the end-of-footer position.
12172         (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
12173         (ewoc-refresh): Remove unused `header' variable.
12174         (ewoc-(get|set)-hf): New functions.
12176         * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
12177         log-view-*-(message|file) and use easy-mmode-define-navigation.
12178         (log-view-message-re): Match SCCS format as well.
12179         And match the revision line rather than the dashed separator line.
12180         (log-view-mode): Use the new define-derived-mode.
12181         (log-view-current-tag): Fill in with an actual implementation.
12183         * cvs-status.el (cvs-status-(prev|next)): Rename from
12184         cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
12185         (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
12186         to let the output "breathe" a little more (more readable).
12187         (cvs-status-mode): Use the new define-derived-mode.
12189         * smerge-mode.el (smerge-auto-leave): New function and variable.
12190         (smerge-basic-map): Rename from smerge-basic-keymap.
12191         Change the bindings for smerge-diff-*.
12192         (smerge-*-map): Use easy-mmode-defmap.
12193         (smerge-(next|prev)): Use easy-mmode-define-navigation.
12194         (smerge-keep-*): Use smerge-auto-leave.
12196 2000-03-21  Jason Rumney  <jasonr@gnu.org>
12198         * cus-edit.el (custom-button-face): Use 3D look for w32.
12199         (custom-button-pressed-face): Likewise.
12201 2000-03-21  Gerd Moellmann  <gerd@gnu.org>
12203         * progmodes/etags.el (tags-case-fold-search): New user-option.
12204         (tags-loop-eval): New function.  Bind case-fold-search around eval
12205         depending on the value of tags-case-fold-search.
12206         (tags-loop-continue): Use tags-loop-eval.
12207         (find-tag-in-order): Bind case-fold-search depending on the value
12208         of tags-case-fold-search.
12210 2000-03-21  Stefan Monnier  <monnier@cs.yale.edu>
12212         * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
12213         (diff-end-of-hunk): Return the end position for use in
12214         `easy-mmode-define-navigation'.
12215         (diff-recenter): Remove.
12216         (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
12217         of `easy-mmode-define-navigation'.
12218         (diff-kill-*): Rename `diff-*-kill' (for consistency with the
12219         previous renaming) and fix to use new names.
12220         (diff-merge-strings): Use \n as separator: simpler, faster.
12221         (diff-mode): Use `define-derived-mode'.
12223         * derived.el (define-derived-mode): Don't autoload anymore.
12224         Prefer the macro-only version provided by easy-mmode.el.
12226         * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
12227         `easy-mmode-define-derived-mode'.
12228         Use `combine-run-hooks'.
12229         (easy-mmode-define-navigation): New macro.
12231         * subr.el (combine-run-hooks): New function.
12233 2000-03-21  Kenichi HANDA  <handa@etl.go.jp>
12235         * term/x-win.el: Fontsets related initialization is simplified.
12237         * international/mule-diag.el (describe-font): Don't refer to
12238         global-fontset-alist, instead call font-list.
12239         (describe-fontset, list-fontsets, mule-diag): Likewise.
12240         (print-fontset): Adjusted for the change of fontset
12241         implementation.
12243         * international/fontset.el (x-charset-registries): Variable
12244         removed, instead the corresponding data is stored in the default
12245         fontset.
12246         (register-alternate-fontnames): Function removed.
12247         (resolved-ascii-font): Variable removed.
12248         (x-compose-font-name): Ignore the second argument REDOCE.
12249         (x-complement-fontset-spec): Complement only an ASCII font and
12250         element for those charsets than can use that ASCII font.
12251         (generate-fontset-menu): Don't refer to global-fontset-alist,
12252         instead call fontset-list.
12253         (uninstantiated-fontset-alist): Variable removed.
12254         (x-style-funcs-alist): Likewise.
12255         (fontset-default-styles): Likewise.
12256         (x-modify-font-name): Function removed.
12257         (create-fontset-from-fontset-spec): Ignore the argument
12258         STYLE-VARIANT.
12259         (create-fontset-from-ascii-font): Docsting adjusted for the above
12260         change.
12261         (instantiate-fontset, resolve-fontset-name): Functions removed.
12262         (fontset-list): Now implemented by C code.
12264         * faces.el (read-face-font): Fix TABLE arg to completing-read.
12265         (describe-face): Include `font' attribute in the description.
12267 2000-03-21  Kenichi Handa  <handa@etl.go.jp>
12269         * international/quail.el (quail-set-keyboard-layout): Typo fixed.
12271 2000-03-20  Gerd Moellmann  <gerd@gnu.org>
12273         * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
12274         ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
12275         zone-mode.el, snmp-mode.el: Moved to net subdirectory.
12277         * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
12278         about behavior of set-buffer-modified-p wrt redisplay.
12280 2000-03-19  Richard M. Stallman  <rms@gnu.org>
12282         * view.el (view-mode-disable): Kill local binding of view-read-only.
12284 2000-03-18  Gerd Moellmann  <gerd@gnu.org>
12286         * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
12287         is a string, convert it to a syntax cell using string-to-syntax.
12289         * simple.el (syntax-code-table, syntax-flag-table): New variables.
12290         (string-to-syntax): New function.
12292         * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
12293         (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
12294         try to use passive ftp mode.
12296 2000-03-17  Gerd Moellmann  <gerd@gnu.org>
12298         * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
12300         * simple.el (append-to-buffer): Update point of windows after
12301         insertion.
12303         * abbrev.el (inverse-add-abbrev): Identify word by first moving
12304         forward then moving backward.  Reindent.
12306         * frame.el (other-frame): Call x-focus-frame only if
12307         focus-follows-mouse is off.
12309 2000-03-17  Dave Love  <fx@gnu.org>
12311         * pcvs-util.el (cvs-strings->string): Rename
12312         replace-regexps-in-string.
12314 2000-03-17  Stefan Monnier  <monnier@cs.yale.edu>
12316         * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
12317         regexp for labels cannot span several lines.
12319         * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
12320         `(setq :<key> ':<key>)' to the macro expansion.
12322 2000-03-16  Dave Love  <fx@gnu.org>
12324         * progmodes/f90.el (f90): Put custom group under `languages', not
12325         `fortran'.
12326         (f90-mode-hook): Customize.
12327         (f90-mode): Set add-log-current-defun-function.
12328         (f90-current-defun): New function.
12330 2000-03-16  Gerd Moellmann  <gerd@gnu.org>
12332         * cus-edit.el (custom-variable-tag-face): Handle case that
12333         default face's height is not a number.
12334         (custom-face-tag-face, custom-group-tag-face-1)
12335         (custom-group-tag-face): Ditto.
12336         (custom-group-tag-face-1): Add :group.
12338         * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
12340 2000-03-15  Gerd Moellmann  <gerd@gnu.org>
12342         * pcvs-defs.el (toplevel): Remove autoload cookie for form
12343         requiring easymenu.
12345 2000-03-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
12347         * ps-print.el: PostScript user-defined prologue, PostScript error
12348         handler, doc fix.
12349         (ps-print-version): New version number (5.1).
12350         (ps-user-defined-prologue, ps-error-handler-message)
12351         (ps-print-prologue-0, ps-error-handler-alist): New vars.
12352         (ps-setup, ps-begin-file, ps-begin-job): Code fix.
12353         (ps-insert-string): New function.
12355 2000-03-15  Kenichi Handa  <handa@etl.go.jp>
12357         * international/ccl.el (ccl-compile-expression): Don't generate
12358         invalid self-assignment code.
12360 2000-03-14  Dave Love  <fx@gnu.org>
12362         * subr.el (replace-regexp-in-string): Renamed from
12363         replace-regexps-in-string.  Doc fix.
12365 2000-03-12  Dave Love  <fx@gnu.org>
12367         * cus-edit.el: Doc fixes.
12368         (customize-set-variable, customize-save-variable): Rename args for
12369         doc.
12370         (custom-variable-tag-face, custom-face-tag-face)
12371         (custom-group-tag-face-1, custom-group-tag-face): Modify from
12372         style which user identify as hyperlink.
12373         (hook): Don't add undefined functions to the hook.
12374         (debug-ignored-errors): Transfer message from bindings.el.
12376 2000-03-12  Gerd Moellmann  <gerd@gnu.org>
12378         * recentf.el (recentf-keep-non-readable-files-p): Remove
12379         double/nested definition.
12381 2000-03-12  Dave Love  <fx@gnu.org>
12383         * facemenu.el (facemenu-get-face): Use display-color-p.
12384         * enriched.el (enriched-decode-foreground): Likewise.
12385         (enriched-decode-background): Likewise.
12386         * isearch.el (isearch-highlight): Likewise.
12387         * info-look.el (info-lookup): Likewise.
12388         * simple.el (completion-setup-function): Likewise.
12390         * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
12391         :options.
12393         * bindings.el (mode-line-format): Fix line-number and
12394         column-number items.  Add help-echo for the background.
12395         (mode-line-mule-info): Modify help-echo.
12397         * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
12399         * files.el (load-file): Allow completion to .elc.
12401         * man.el: Doc fixes.
12402         (Man-init-defvars): Use display-color-p to set fontification.
12404         * play/hanoi.el (hanoi-internal): Don't use oddp.
12406 2000-03-12  Gerd Moellmann  <gerd@gnu.org>
12408         * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
12410         * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
12412 2000-03-12  Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
12414         * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
12415         Fix comment.
12417 2000-03-10  Stefan Monnier  <monnier@cs.yale.edu>
12419         * font-lock.el (font-lock-keywords): Fix the doc now that
12420         regexp-opt-depth is unnecessary.
12421         (save-buffer-state): Set an edebug spec.
12422         (font-lock-fontify-anchored-keywords): Properly handle the case when
12423         the matcher goes past the limit.
12425         * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
12426         pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
12428         * emacs-lisp/ewoc.el: New file.  This is a merge of elib-node.el,
12429         dll.el and cookie.el (from Elib) with heavy renaming and other
12430         massaging.
12432         * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
12433         Autoload the functions used.
12434         (easy-mmode-define-syntax): Fix CL typo.
12435         (easy-mmode-define-derived-mode): Improve the docstring generation.
12437 2000-03-10  Gerd Moellmann  <gerd@gnu.org>
12439         * textmodes/texinfo.el (texinfo-version): Variable and function
12440         removed.
12442 2000-03-09  Stefan Monnier  <monnier@cs.yale.edu>
12444         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
12445         allow more flexibility.
12446         (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
12447         fns.
12448         (easy-mmode-defmap, easy-mmode-defsyntax)
12449         (easy-mmode-define-derived-mode): New macros.
12451 2000-03-09  Didier Verna  <didier@xemacs.org>
12453         * rect.el (replace-rectangle): New function.
12455 2000-03-09  Dave Love  <fx@gnu.org>
12457         * progmodes/fortran.el (fortran-comment-line-start): Define as
12458         "C".
12459         (fortran-comment-line-start-skip): Don't match cpp stuff.
12460         (font-lock-keywords): Add * to comment-chars.  Grok cpp stuff.
12461         (fortran-mode-map): Remove over-eager custom-menu-create for now.
12462         (fortran-mode): Don't set fortran-comment-line-start-skip,
12463         fortran-comment-line-start here.  Set comment-start,
12464         add-log-current-defun.
12465         (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
12466         (fortran-current-defun): New function.
12468 2000-03-09  Gerd Moellmann  <gerd@gnu.org>
12470         * emacs-lisp/re-builder.el: New file.
12472         * mouse.el (mouse-drag-region): Don't run up-event handler
12473         if hscroll has changed.
12475         * octave-mod.el (octave-font-lock-keywords): To font-lock the
12476         builtin operators, use `font-lock-builtin-face' for Emacs and
12477         `font-lock-preprocessor-face' otherwise.
12479         * font-lock.el (lisp-font-lock-keywords-1): Highlight
12480         `(defun (setf foo)' differently.
12482 2000-03-08  Stefan Monnier  <monnier@cs.yale.edu>
12484         * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
12485         (regexp-opt): Update comment and adapt the code the new meaning of
12486         the `paren' argument of regex-opt-group for shy-groups.
12487         (regexp-opt-depth): Handle shy groups as well as backslashed
12488         backslashes.
12489         (regexp-opt-group): Turn the leading comment into a docstring.
12490         Allow `paren' to be a string (the string to use to open a group).
12491         Remove open-presuf and close-presuf.  Instead of checking for `all
12492         one-char' and then later on check for `several one-char', handle
12493         both cases close together.  Also apply a more generic algorithm
12494         for suffixes (the mirror image of the algorithm used for
12495         prefixes).  Use shy-groups.  Use nreverse rather than reverse.
12496         (regexp-opt-try-suffix): Removed.
12498         * cmuscheme.el (inferior-scheme-mode-map): Define it independently
12499         from comint-mode-map, so we can just inherit from it.  Also, move
12500         the initialization into the `defvar' since there's no docstring
12501         anyway and it's fairly short.
12502         (inferior-scheme-mode): Define it as derived-mode: the code is
12503         shorter and this way we inherit from comint-mode-map rather than
12504         copying it.
12506         * subr.el (replace-regexps-in-string): Properly handle the case
12507         where we match an empty string.
12509         * comint.el (comint-exec-1): Add the current-dir to the exec-path
12510         when the command has a directory component (such as "./testml").
12511         Also fix a typo in the comment.
12513 2000-03-08  Gerd Moellmann  <gerd@gnu.org>
12515         * Makefile (compile-files): Compile files one by one because
12516         that's the only way to ensure a clean compilation environment for
12517         each individual file.
12519         * frame.el (other-frame): Call x-focus-frame.
12521 2000-03-07  Dave Love  <fx@gnu.org>
12523         * recentf.el (recentf-keep-non-readable-files-p): Add :set,
12524         :require to defcustom.
12526         * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
12527         lists.
12529         * files.el (auto-mode-alist): Add configure.in.
12531         * progmodes/autoconf.el: New file.
12533 2000-03-07  Gerd Moellmann  <gerd@gnu.org>
12535         * mail/mh-e.el: Change maintainer to `none'.
12537         * recentf.el (recentf-keep-non-readable-files-p): Quote args
12538         to remove-hook and add-hook.
12540 2000-03-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
12542         * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
12543         it as the default.
12544         (mail-send): Test mail-send-nonascii also for the new `mime' value.
12545         (sendmail-send-it): Conditionally add MIME headers specifying the
12546         used character set.
12548 2000-03-07  Dave Love  <fx@gnu.org>
12550         * winner.el: Fix keywords, autoload cookies.  Split
12551         eval-when-compile form to avoid compilation failure.
12553 2000-03-07  Miyashita Hisashi  <himi@bird.scphys.kyoto-u.ac.jp>
12555         * international/mule.el: Modify comment about coding system
12556         property `coding-category'.
12557         (make-coding-system): New argument EOL-TYPE.  Pay attention to
12558         coding-category property of PROPERTIES.
12560         * international/mule-conf.el (coding-category-utf-8,
12561         coding-category-utf-16-be, coding-category-utf-16-le): New coding
12562         categories.  Include them in the argument for set-coding-priority.
12564         * international/mule-cmds.el (reset-language-environment): Include
12565         coding-category-utf-8, coding-category-utf-16-be, and
12566         coding-category-utf-16-le in the argument for set-coding-priority.
12567         (reset-language-environment): Initialize coding-category-utf-8,
12568         coding-category-utf-16-be, and coding-category-utf-16-le to nil.
12570 2000-03-06  Karl Fogel  <kfogel@red-bean.com>
12572         * bookmark.el (bookmark-file-or-variation-thereof): New func, for
12573         code abstracted out of `bookmark-jump-noselect'.  Now tries info
12574         extensions as well as compression extensions.
12575         (bookmark-jump-noselect): Use above new func.
12577 2000-03-03  Gerd Moellmann  <gerd@gnu.org>
12579         * strokes.el: Change maintainer's mail address.
12581 2000-03-03  Kenichi Handa  <handa@etl.go.jp>
12583         * international/mule-diag.el (list-character-sets): Make help-echo
12584         string by substitute-command-keys.
12585         (list-character-sets): Likewise.
12586         (sort-listed-character-sets): Call help-setup-xref.
12588 2000-03-02  Gerd Moellmann  <gerd@gnu.org>
12590         * time.el (display-time-mail-file): Add `none' to the list of
12591         choices.
12593 2000-03-01  Dave Love  <fx@gnu.org>
12595         * help.el (help-xref-go-back): Don't try to set position.
12597         * international/mule-diag.el (list-character-sets): Call
12598         help-setup-xref.  Add help-echo to xrefs.
12599         (list-character-sets-1): Add help-echo to xrefs.
12601 2000-03-02  Gerd Moellmann  <gerd@gnu.org>
12603         * frame.el (blink-cursor-mode): Switch cursor on when turning
12604         the mode off.
12606         * add-log.el (add-log-current-defun): Add support for
12607         Autoconf mode.
12609         * mail/rmail.el (rmail-quit-hook): New variable.
12611 2000-03-01  Dave Love  <fx@gnu.org>
12613         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
12615         * help.el (help-xref-button): Add help-echo arg.
12616         (describe-function-1, describe-variable, help-make-xrefs): Use it.
12618         * faces.el (list-faces-display): Supply help-echo with
12619         help-make-xrefs.
12621         * facemenu.el (list-text-properties-at): Set help-xref-stack to
12622         nil.
12624 2000-03-01  Gerd Moellmann  <gerd@gnu.org>
12626         * image.el (defimage): Look for image files in load-path.
12628         * frame.el (busy-cursor-delay-seconds): Change type to
12629         `number'.
12631 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
12633         * recentf.el (recentf): Added version tag to the defgroup of
12634         recentf.
12636 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
12638         * recentf.el (recentf-cleanup): Changed to remove excluded file
12639         too.
12640         (recentf-edit-list-action): `recentf-edit-list' checkbox widget
12641         action to select/unselect a file.
12642         (recentf-edit-list): Code cleanup and improvement.
12643         (recentf-open-more-files-action): `recentf-open-more-files' button
12644         widget action to open a file.
12645         (recentf-open-more-files): No more use standard completion but
12646         widgets.
12647         (recentf-more-collection): Deleted.
12648         (recentf-more-history): Deleted.
12649         (recentf-setup-more-completion): Deleted.
12651 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
12653         * recentf.el (recentf-mode): No more needs that Emacs is running
12654         under a window-system.
12656 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
12658         * recentf.el (recentf-edit-list): New command to edit the recent
12659         list which allow the user to remove files.
12660         (recentf-edit-selected-items): New global variable, used by
12661         `recentf-edit-list' to hold the list of files to be removed from
12662         the recent list.
12663         (recentf-make-menu-items): Updated to display a "Edit list..."
12664         menu item.  Minor code cleanup.
12666 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
12668         * recentf.el (recentf-open-more-files): New command to open files
12669         that are not displayed in the menu.
12670         (recentf-more-collection): New global variable holding the set of
12671         permissible completions used by `recentf-open-more-files'.
12672         (recentf-more-history): New global variable holding the history list
12673         used by `recentf-open-more-files' completion.
12674         (recentf-setup-more-completion): New function to setup completion for
12675         `recentf-open-more-files'.
12676         (recentf-make-menu-items): Updated to display a "More..." menu item.
12678 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
12680         * recentf.el (recentf-menu-action): Doc fixed.
12682 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
12684         * recentf.el (recentf-menu-filter): Doc updated.
12685         (recentf-update-menu-hook): Allow menu filters to force menu update.
12686         (recentf-make-menu-items): New menu filter handling.
12687         (recentf-make-menu-item): New helper function.
12688         (recentf-menu-elements): New menu handling function.
12689         (recentf-sort-ascending): Updated to new menu filter handling.
12690         (recentf-sort-descending): Updated to new menu filter handling.
12691         (recentf-sort-basenames-ascending): New menu filter function.
12692         (recentf-sort-basenames-descending): New menu filter function.
12693         (recentf-show-basenames): New menu filter function.
12694         (recentf-show-basenames-ascending): New menu filter function.
12695         (recentf-show-basenames-descending): New menu filter function.
12697 2000-02-29  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
12699         * diary-lib.el (list-diary-entries): Don't try to go forward at
12700         the end of the buffer.
12702 2000-02-29  Kenichi Handa  <handa@etl.go.jp>
12704         * international/mule-diag.el (list-character-sets): Completely
12705         rewritten.
12706         (sort-listed-character-sets): New function.
12707         (list-character-sets-1): Completely rewritten.
12708         (list-character-sets-2): New function.
12709         (non-iso-charset-alist): New variable.
12710         (decode-codepage-char): New function.
12711         (charset-history): New variable.
12712         (read-charset) (list-block-of-chars)
12713         (list-iso-charset-chars)
12714         (list-non-iso-charset-chars)
12715         (list-charset-chars): New functions.
12716         (mule-diag): Call list-character-sets-2, not
12717         list-character-sets-2.
12718         (dump-charsets): Likewise.
12720 2000-02-29  Gerd Moellmann  <gerd@gnu.org>
12722         * dired-x.el (dired-filename-at-point): Add `@' to valid
12723         file name characters.
12724         (dired-filename-at-point): Handle ange-ftp file names.
12726         * frame.el (frame-notice-user-settings): Use assq-delete-all
12727         instead of assoc-delete-all.
12728         (frame-notice-user-settings): Ditto.
12730         * subr.el (assq-delete-all): Renamed from assoc-delete-all.
12731         Don't copy alist.
12733 2000-02-28  Eli Barzilay  <eli@cs.cornell.edu>
12735         * calculator.el (calculator-use-menu): New option.
12736         (calculator-initial-bindings): Changed some bindings to work as
12737         macros.
12738         (calculator-forced-input): Removed.
12739         (calculator-restart-other-mode): New variable.
12740         (calculator-mode-map): Set up menu.
12742 2000-02-28  Jari Aalto  <jari.aalto@poboxes.com>
12744         * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
12745         tags.
12747 2000-02-28  Michael Kifer  <kifer@cs.sunysb.edu>
12749         * viper-cmd.el (viper-envelop-ESC-key): added the option to
12750         translate all ESC key sequences.
12751         (viper-goto-mark-subr): restore markers for files for which
12752         they were saved.
12753         * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
12754         * viper-util.el (viper-set-replace-overlay-glyphs,
12755         viper-set-replace-overlay): always check if the replacement
12756         overlay is live.
12757         * viper.el (viper-vi-state-mode-list): added major modes.
12758         * ediff-wind.el: minor comment changes.
12759         * ediff.el: copyright notice date fix.
12761 2000-02-27  Jason Rumney  <jasonr@gnu.org>
12763         * faces.el (face-font-family-alternatives): Add arial to helv.
12764         (mode-line, header-line, tool-bar): Same default as x for w32.
12765         (fixed-pitch, variable-pitch): Remove wildcard as it prevents
12766         face-font-family-alternatives from working.
12767         * term/w32-win.el (mouse-set-font): Do not build fontset from
12768         chosen font.
12770 2000-02-25  Sam Steingold  <sds@goems.com>
12772         * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
12773         properly.
12775 2000-02-25  Richard M. Stallman  <rms@gnu.org>
12777         * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
12779 2000-02-25  Gerd Moellmann  <gerd@gnu.org>
12781         * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
12782         writable.
12784         * frame.el (busy-cursor-delay-seconds): New option.
12786 2000-02-24  Gerd Moellmann  <gerd@gnu.org>
12788         * frame.el (show-cursor-in-non-selected-windows): New option.
12790 2000-02-24  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
12792         * diary-lib.el (include-other-diary-files): Undo the selective
12793         display in any included file and don't kill it.
12795 2000-02-24  Eli Zaretskii  <eliz@is.elta.co.il>
12797         * dired.el (dired-mode-map): Don't remove "Edit" from the menu
12798         bar.  Menu items converted to (menu-item format, help strings
12799         added.
12800         [downcase, upcase]: Don't enable on MS-DOS.
12801         [symlink, symlinks]: Don't show if make-symbolic-link is not
12802         bound.
12803         [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
12805 2000-02-23  Dave Love  <fx@gnu.org>
12807         * simple.el (zap-to-char, kill-line, kill-region, kill-word)
12808         (backward-kill-word): Revert addition of * to interactive spec --
12809         it's a feature.
12811         * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
12812         (backward-kill-sentence, kill-sentence): Likewise.
12814         * gud.el (gud-jdb-build-class-source-alist): Prepend space to
12815         scratch buffer name.
12816         (gud-format-command): Use int-to-string in ?l case.  Simplify
12817         slightly.
12819         * term/w32-win.el (internal-face-interactive): Update prompt for
12820         new read-face-name.
12822         * mail/footnote.el (footnote): Add :version to defgroup.
12823         (footnote-section-tag-regexp): Customize.
12824         (footnote-start-tag, footnote-end-tag): New option.
12825         (footnote-latin-regexp): New variable.
12826         (Footnote-latin): New function.
12827         (footnote-style-alist): Add element for latin style.
12828         (footnote-style): Moved.
12829         (Footnote-goto-footnote): Use eq to test arg.
12831         * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
12833         * emacs-lisp/byte-opt.el: Change old backquote syntax.
12834         (byte-compile-trueconstp): Include keywords.
12835         (byte-optimize-quote, byte-optimize-lapcode): Use
12836         byte-compile-const-symbol-p.
12837         (byte-optimize-char-before): New optimization.
12839         * emacs-lisp/bytecomp.el: Change old backquote syntax.
12840         (byte-compile-const-symbol-p): New function.
12841         (byte-compile-constp, byte-compile-out-toplevel)
12842         (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
12843         Use it.
12845         * subr.el (define-key-after): Default AFTER to t.  Doc fix.
12847 2000-02-23  Kenichi Handa  <handa@etl.go.jp>
12849         * international/encoded-kb.el: Be sure to update minor-mode-alist
12850         and minor-mode-map-alist.
12851         (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
12852         codes SS2 and SS3 correctly.
12853         (encoded-kbd-self-insert-ccl): New function.
12854         (encoded-kbd-setup-keymap): New function.
12855         (encoded-kbd-mode): Handle CCL based coding system.  Setup keymap
12856         by calling encoded-kbd-setup-keymap.
12858         * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
12859         characters.
12860         (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
12861         locally.
12863 2000-02-22  Dave Love  <fx@gnu.org>
12865         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
12866         (lisp-mode-map, lisp-interaction-mode-map): Define all inside
12867         defvar.
12868         (lisp-mode-syntax-table): Set up for #|...|# comments.
12869         (lisp-imenu-generic-expression): Purecopy strings.  Use syntax
12870         classes.  Match `defface'.
12871         (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
12872         (eval-defun-1): Fix for defcustom.
12873         (lisp-indent-region): Doc fix.
12875         * subr.el (when, unless, split-string): Doc fix.
12876         (read-passwd): Move call of clear-this-command-keys to the right
12877         place.
12878         (replace-regexps-in-string): New function.
12880 2000-02-22  Gerd Moellmann  <gerd@gnu.org>
12882         * help.el (describe-variable): Set syntax table to
12883         emacs-lisp-mode-syntax-table when moving forward over the
12884         symbol's name.
12886 2000-02-22  Dave Love  <fx@gnu.org>
12888         * xt-mouse.el: Doc fixes.
12889         (xterm-mouse-position-function): New function, replacing advice of
12890         mouse-position.
12891         (xterm-mouse-mode): Use it.  Don't turn on under a window system.
12893         * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
12895 2000-02-21  Gerd Moellmann  <gerd@gnu.org>
12897         * format.el (format-annotate-single-property-change): Handle
12898         properties.with dotted-list values.
12899         (format-proper-list-p): New function.
12901         * enriched.el (enriched-face-ans): Handle '(foreground-color
12902         . COLOR) and (background-color . COLOR).
12904 2000-02-20  Dave Love  <fx@gnu.org>
12906         * textmodes/flyspell.el (flyspell-mouse-map): Change definition
12907         and assignments to it.
12908         (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
12909         current local map.
12910         (make-flyspell-overlay): Use it.
12911         (flyspell-correct-word/mouse-keymap): Change XEmacs test.
12913         * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
12914         (lm-get-header-re): Defun, not defsubst.
12915         (lm-get-package-name): Defun, not defsubst.  Simplify.
12916         (lm-version): Doc fix.  Simplify.
12917         (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
12918         (lm-crack-address, lm-last-modified-date, lm-commentary)
12919         (lm-verify, lm-synopsis): Simplify.
12920         (lm-report-bug): Require emacsbug.  Use compose-mail.
12922 2000-02-20  Gerd Moellmann  <gerd@gnu.org>
12924         * dired.el (dired-mode): Call propertized-buffer-identification
12925         to set mode-line-buffer-identification to something having
12926         the right text properties.
12928         * bindings.el (propertized-buffer-identification): New function.
12930 2000-02-20  Dave Love  <fx@gnu.org>
12932         * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
12933         check for t-mouse too.
12935         * cus-start.el: Make echo-keystrokes `number'.
12937 2000-02-20  Eli Zaretskii  <eliz@is.elta.co.il>
12939         * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
12940         Don't call ring-empty-p unless tags-location-ring is bound.
12941         From Noah Friedman <friedman@splode.com>.
12943 2000-02-18  Thien-Thi Nguyen  <ttn@gnu.org>
12945         * progmodes/hideshow.el (hs-flag-region): No longer use
12946         `intangible' overlay property.
12948         (hs-toggle-hiding): New command.
12949         (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
12951         (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
12952         Fix omission bug: Run `hs-minor-mode-hook' for both activation
12953         and deactivation.
12955 2000-02-18  Gerd Moellmann  <gerd@gnu.org>
12957         * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
12959 2000-02-17  Gerd Moellmann  <gerd@gnu.org>
12961         * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
12963         * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
12964         of `*' to handle `(* ... *)' comments.
12966 2000-02-17  Eli Zaretskii  <eliz@is.elta.co.il>
12968         * faces.el (list-faces-display): Use display-mouse-p instead of
12969         window-system.
12971         * menu-bar.el (global-map): Menu-bar items converted to the new
12972         format (menu-item..., rearranged for better CUA compliance, and
12973         their names changed for better clarity.  Help strings added.
12975         * international/mule-cmds.el (mule-menu-keymap)
12976         (describe-language-environment-map, set-coding-system-map)
12977         (setup-language-environment-map): Convert to new (menu-item...
12978         form, add help strings.  Change names of menu items for better
12979         clarity.  "Mule" menu-bar item removed (it's now in the "Options"
12980         submenu).
12982 2000-02-17  Gerd Moellmann  <gerd@gnu.org>
12984         * dired-aux.el (dired-do-copy): Remove spurious character.`n'
12985         within the code.
12987 2000-02-16  Dave Love  <fx@gnu.org>
12989         * faces.el: Don't require custom.  Add more specific :groups to
12990         various deffaces.
12991         (set-face-attribute): Purecopy args.
12992         (read-face-name): Default to name at point and use it in prompt.
12993         Remove colon from arg in all callers.
12994         (list-faces-display): Hyperlink to face descriptions and customize
12995         buffers.
12997 2000-02-16  Per Abrahamsen  <abraham@dina.kvl.dk>
12999         * wid-edit.el (widget-match-inline): An atom never matches a
13000         list.
13002 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
13004         * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
13005         at ':' characters by call to split-string.
13007 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
13009         * textmodes/bibtex.el: Added RCS version identification.
13011 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
13013         * textmodes/bibtex.el: Some temporary comments removed.
13014         (bibtex-field-name, bibtex-entry-type): Made the relationship
13015         explicit.
13016         (bibtex-field-const): Allow capital letters.
13017         (bibtex-start-of-string): Deleted because unused.
13019         * textmodes/bibtex.el: Unified some nomenclature.  We no longer
13020         use the term 'reference' to describe a bibtex entry as a whole.
13021         Further, reference keys are no longer called 'labels'.
13022         (bibtex-keys): Renamed to bibtex-reference-keys.
13023         (bibtex-reformat-previous-labels): Renamed to
13024         bibtex-reformat-previous-reference-keys.
13025         (bibtex-reference-type): Renamed to bibtex-entry-type.
13026         (bibtex-reference-head): Renamed to bibtex-entry-head.
13027         (bibtex-reference-maybe-empty-head): Renamed to
13028         bibtex-entry-maybe-empty-head.
13029         (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
13030         (bibtex-search-reference): Renamed to bibtex-search-entry.
13031         (bibtex-enclosing-reference-maybe-empty-head): Renamed to
13032         bibtex-enclosing-entry-maybe-empty-head.
13033         (bibtex-entry-field-alist, bibtex-entry-head,
13034         bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
13035         bibtex-map-entries, bibtex-search-entry,
13036         bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
13037         bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
13038         bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
13039         bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
13040         bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
13041         bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
13042         bibtex-complete-key, bibtex-String) : Use the new nomenclature.
13044 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
13046         * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
13047         comment.
13048         (bibtex-format-field-delimiters): New function, functionality
13049         extracted from bibtex-format-entry.
13050         (bibtex-autokey-get-yearfield-digits): New function, functionality
13051         extracted from bibtex-autokey-get-yearfield.
13053         * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
13054         entries in order to avoid stack overflow in the regexp matcher if
13055         field contents become large.
13056         (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
13057         bibtex-field-string-part-not-braced,
13058         bibtex-field-string-part-no-inner-braces,
13059         bibtex-field-string-part-1-inner-brace,
13060         bibtex-field-string-part-2-inner-braces,
13061         bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
13062         bibtex-field-string-quoted, bibtex-field-string,
13063         bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
13064         bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
13065         bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
13066         as parsing is now performed by the following functions.
13067         (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
13068         bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
13069         bibtex-parse-field-string, bibtex-search-forward-field-string,
13070         bibtex-parse-association, bibtex-field-name-for-parsing,
13071         bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
13072         bibtex-search-forward-field, bibtex-search-backward-field,
13073         bibtex-start-of-field, bibtex-end-of-field,
13074         bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
13075         bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
13076         bibtex-parse-string-prefix, bibtex-parse-string-postfix,
13077         bibtex-parse-string, bibtex-search-forward-string,
13078         bibtex-search-backward-string, bibtex-start-of-string,
13079         bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
13080         bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
13081         bibtex-end-of-text-in-string): New functions for the parsing of bibtex
13082         entries.  Instead of reporting the results of the parsing by
13083         match-beginning or match-end, these functions return data structures
13084         that hold the corresponding positions.
13085         (bibtex-enclosing-field): Changed to also report field boundaries by
13086         return values rather than by match-beginning or match-end.  The
13087         following functions have been adapted to use the new parsing
13088         functions.
13089         (bibtex-skip-to-valid-entry, bibtex-search-reference,
13090         bibtex-enclosing-field, bibtex-format-entry,
13091         bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
13092         bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
13093         bibtex-print-help-message, bibtex-end-of-entry,
13094         bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
13095         bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
13096         bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
13097         method for parsing.
13098         (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
13099         bibtex-map-entries, bibtex-flash-head,
13100         bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
13101         bibtex-autokey-change, bibtex-autokey-get-namefield,
13102         bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
13103         bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
13104         bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
13105         bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
13106         bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
13107         order to make the new binding of case-fold-search immediately
13108         visible.
13110 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
13112         * textmodes/bibtex.el: Copyright notice is up to date.
13113         Added constant 'bibtex-maintainer-salutation.
13115         * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
13116         than make-temp-name, use match-string-no-properties and eliminate
13117         a quadratic behavior when building bibtex-strings.
13119         * bibtex.el (bibtex-reference-key): Accept string entries whose
13120         reference key contains upper case letters.
13122 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
13124         * bibtex.el (bibtex-reference-head): Allow entries to start with
13125         a new line.
13127 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
13129         * bibtex.el: Hiding of entry bodies is not longer provided by
13130         bibtex.el directly.  Instead the hideshow package can be used.
13131         Added a special bibtex entry to hs-special-modes-alist.
13132         (bibtex-hs-forward-sexp): Added for hideshow.el.
13134 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
13136         * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
13137         at ':' characters by call to split-string.
13139 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
13141         * textmodes/bibtex.el: Added RCS version identification.
13143 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
13145         * textmodes/bibtex.el: Some temporary comments removed.
13146         (bibtex-field-name, bibtex-entry-type): Made the relationship
13147         explicit.
13148         (bibtex-field-const): Allow capital letters.
13149         (bibtex-start-of-string): Deleted because unused.
13151         * textmodes/bibtex.el: Unified some nomenclature.  We no longer
13152         use the term 'reference' to describe a bibtex entry as a whole.
13153         Further, reference keys are no longer called 'labels'.
13154         (bibtex-keys): Renamed to bibtex-reference-keys.
13155         (bibtex-reformat-previous-labels): Renamed to
13156         bibtex-reformat-previous-reference-keys.
13157         (bibtex-reference-type): Renamed to bibtex-entry-type.
13158         (bibtex-reference-head): Renamed to bibtex-entry-head.
13159         (bibtex-reference-maybe-empty-head): Renamed to
13160         bibtex-entry-maybe-empty-head.
13161         (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
13162         (bibtex-search-reference): Renamed to bibtex-search-entry.
13163         (bibtex-enclosing-reference-maybe-empty-head): Renamed to
13164         bibtex-enclosing-entry-maybe-empty-head.
13165         (bibtex-entry-field-alist, bibtex-entry-head,
13166         bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
13167         bibtex-map-entries, bibtex-search-entry,
13168         bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
13169         bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
13170         bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
13171         bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
13172         bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
13173         bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
13174         bibtex-complete-key, bibtex-String) : Use the new nomenclature.
13176 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
13178         * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
13179         comment.
13180         (bibtex-format-field-delimiters): New function, functionality
13181         extracted from bibtex-format-entry.
13182         (bibtex-autokey-get-yearfield-digits): New function, functionality
13183         extracted from bibtex-autokey-get-yearfield.
13185         * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
13186         entries in order to avoid stack overflow in the regexp matcher if
13187         field contents become large.
13188         (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
13189         bibtex-field-string-part-not-braced,
13190         bibtex-field-string-part-no-inner-braces,
13191         bibtex-field-string-part-1-inner-brace,
13192         bibtex-field-string-part-2-inner-braces,
13193         bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
13194         bibtex-field-string-quoted, bibtex-field-string,
13195         bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
13196         bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
13197         bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
13198         as parsing is now performed by the following functions.
13199         (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
13200         bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
13201         bibtex-parse-field-string, bibtex-search-forward-field-string,
13202         bibtex-parse-association, bibtex-field-name-for-parsing,
13203         bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
13204         bibtex-search-forward-field, bibtex-search-backward-field,
13205         bibtex-start-of-field, bibtex-end-of-field,
13206         bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
13207         bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
13208         bibtex-parse-string-prefix, bibtex-parse-string-postfix,
13209         bibtex-parse-string, bibtex-search-forward-string,
13210         bibtex-search-backward-string, bibtex-start-of-string,
13211         bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
13212         bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
13213         bibtex-end-of-text-in-string): New functions for the parsing of bibtex
13214         entries.  Instead of reporting the results of the parsing by
13215         match-beginning or match-end, these functions return data structures
13216         that hold the corresponding positions.
13217         (bibtex-enclosing-field): Changed to also report field boundaries by
13218         return values rather than by match-beginning or match-end.  The
13219         following functions have been adapted to use the new parsing
13220         functions.
13221         (bibtex-skip-to-valid-entry, bibtex-search-reference,
13222         bibtex-enclosing-field, bibtex-format-entry,
13223         bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
13224         bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
13225         bibtex-print-help-message, bibtex-end-of-entry,
13226         bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
13227         bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
13228         bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
13229         method for parsing.
13230         (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
13231         bibtex-map-entries, bibtex-flash-head,
13232         bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
13233         bibtex-autokey-change, bibtex-autokey-get-namefield,
13234         bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
13235         bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
13236         bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
13237         bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
13238         bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
13239         order to make the new binding of case-fold-search immediately
13240         visible.
13242 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
13244         * textmodes/bibtex.el: Copyright notice is up to date.
13245         Added constant 'bibtex-maintainer-salutation.
13247         * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
13248         than make-temp-name, use match-string-no-properties and eliminate
13249         a quadratic behavior when building bibtex-strings.
13251         * bibtex.el (bibtex-reference-key): Accept string entries whose
13252         reference key contains upper case letters.
13254 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
13256         * bibtex.el (bibtex-reference-head): Allow entries to start with
13257         a new line.
13259 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
13261         * bibtex.el: Hiding of entry bodies is not longer provided by
13262         bibtex.el directly.  Instead the hideshow package can be used.
13263         Added a special bibtex entry to hs-special-modes-alist.
13264         (bibtex-hs-forward-sexp): Added for hideshow.el.
13266 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
13268         * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
13269         proceedings entry type (for cross referencing). Thanks to Wagner
13270         Toledo Correa for the suggestion.
13272         * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
13274 2000-02-14  Kenichi Handa  <handa@etl.go.jp>
13276         * international/characters.el: Setup case table for Vietnamese.
13278 2000-02-12  Gerd Moellmann  <gerd@gnu.org>
13280         * uniquify.el (toplevel): Require CL at compile time.
13281         (uniquify-push): Removed.
13283         * shadowfile.el (shadow-when): Removed.
13285         * tempo.el (tempo-dolist, tempo-mapc): Removed.
13286         (tempo-process-and-insert-string): Use dolist instead of
13287         tempo-dolist.
13289         * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
13290         regexp for paragraph-start.
13292         * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
13293         commas as well.
13295 2000-02-10  Dave Love  <fx@gnu.org>
13297         * wid-edit.el: (widgets) [defgroup]: Remove url link.
13298         (widget-color-choice-list, widget-color-history, widget-mouse-help):
13299         Deleted.
13300         (widget-specify-field, widget-specify-button): Don't use
13301         widget-mouse-help as help-echo property.
13302         (default): Use #'ignore for :validate and :mouse-down-action.
13303         (checkbox): Add help-echo.
13304         (widget-sexp-validate): Rewritten to clarify error messages.
13305         (character): Use char-valid-p in :match function.
13306         (widget-color-complete): Use facemenu-color-alist.
13307         (widget-color-action): Use facemenu-read-color.
13309         * emacs-lisp/cl-macs.el: Don't bother testing for defalias.  Don't
13310         set up `caar' &c that we now have.
13312 2000-02-09  Ray Blaak  <blaak@gnu.org>
13314         * delphi.el: Make resourcestring a declaration region, like const
13315         and var.
13317 2000-02-09  Dave Love  <fx@gnu.org>
13319         * bindings.el (mode-line-input-method-map): New variable.
13320         (mode-line-mule-info): Use it; fix last change.
13321         (mode-line-mode-menu): Move definition.
13322         (mode-line-mouse-sensitive-p): Deleted.
13323         (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
13324         (make-mode-line-mouse-sensitive): Deleted.  Body moved to top
13325         level.
13327         * startup.el (command-line-1): Don't call
13328         make-mode-line-mouse-sensitive.
13330 2000-02-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
13332         * mail/rmail.el (rmail-retry-failure): Use
13333         rmail-beginning-of-message before rmail-toggle-header, because the
13334         former toggles headers.
13336 2000-02-06  Stefan Monnier  <monnier@cs.yale.edu>
13338         * diff-mode.el (diff-kill-junk): New interactive function.
13339         (diff-reverse-direction): Use delete-and-extract-region.
13340         (diff-post-command-hook): Restrict the area so that the hook also works
13341         outside of any diff hunk.  This is necessary for the minor-mode.
13342         (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
13343         (diff-minor-mode): Setup the hooks for header-hunk rewriting.
13345         * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
13346         (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
13347         so that it can be used more easily in <foo>-mode-hook.  Also make sure
13348         to avoid duplicate entries.
13349         (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
13350         (font-lock-remove-keywords): Just as was done for `add', allow it to
13351         work even if font-lock-mode is nil.  Also make sure we don't modify
13352         any pre-existing list by forcing a copy-sequence.  Finally rename
13353         `major-mode' to `mode'.
13354         (font-lock-fontify-syntactic-anchored-keywords)
13355         (font-lock-fontify-anchored-keywords)
13356         (font-lock-fontify-keywords-region): Use line-end-position.
13357         Don't make `font-lock-multiline' local (it's now done in
13358         font-lock-set-defaults).
13359         (font-lock-set-defaults): Make `font-lock-multiline' local.  Also
13360         move the `font-lock-fontified' creation to inside the `unless'.
13362 2000-02-06  Andrew Innes  <andrewi@gnu.org>
13364         * term/w32-win.el (x-handle-args): Comment out call to message,
13365         which occurs before window system is initialized.
13367         * makefile.nt: Add support for recompiling lisp code.
13369 2000-02-04  Dave Love  <fx@gnu.org>
13371         * bindings.el (mode-line-mule-info): Fix/extend last change.
13373         * completion.el: Replace completion-dolist with dolist.
13375         * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
13376         dotimes.
13378 2000-02-04  Carsten Dominik  <dominik@strw.leidenuniv.nl>
13380         * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
13381         environment names before they go into the section regexp.
13383         * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
13384         char class in regexp.
13386         * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
13387         `case-fold-search' to nil.
13389         * progmodes/idlwave.el (idlwave-template): Respect
13390         `idlwave-abbrev-change-case'.
13391         (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
13392         idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
13393         idlwave-while): respect `idlwave-reserved-word-upcase'.
13394         (idlwave-rw-case): New function.
13395         (idlwave-statement-match): Fixed problem with assignment regexp.
13396         (idlwave-font-lock-keywords): Improved regexp for keyword
13397         parameters.
13398         (idlwave-surround): New argument LENGTH to support padding of
13399         operators longer than 1 char.
13401         * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
13402         idlwave-shell-expression-overlay.  Implemented printing of
13403         expressions on higher levels of the calling stack.
13404         (idlwave-shell-display-level-in-calling-stack): Restore stack
13405         level.
13406         (idlwave-retrieve-expression-from-level): New function.
13407         (idlwave-shell-last-calling-stack): Variable removed.
13408         (idlwave-shell-reset): Argument action reversed (`visible' to
13409         `hidden').  Also remove stop-line overlay.
13410         (idlwave-shell-calling-stack-routine): New variable.
13411         (idlwave-shell-parse-stack-and-display): Messages now display
13412         negative level numbers.
13413         (idlwave-shell-mode): Set `modeline-format'.
13414         (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
13415         (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
13416         21.
13417         (idlwave-shell-print-expression-function): New option.
13419         * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
13420         idlwave-toolbar-remove-everywhere): Keybindings prefix is now
13421         `tool-bar' instead of `toolbar'.
13423 2000-02-02  Dave Love  <fx@gnu.org>
13425         * emacs-lisp/cl.el: Use bytecomp-load-hook, not
13426         emacs-lisp-mode-hook.  Don't check for defalias being defined.
13428         * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
13429         (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.  Use
13430         the new builtins directly.
13432         * whitespace.el (whitespace): Add :version to defgroup.
13434         * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
13435         Doc fix.
13437         * thingatpt.el (sexp-at-point, symbol-at-point)
13438         (number-at-point, list-at-point): Add autoload cookie.
13440         * recentf.el (recentf): Add :version to defgroup.
13442         * quickurl.el (quickurl): Add :version to defgroup.
13444         * elide-head.el (elide-head): Use point-marker more.
13446         * bs.el (bs): Add :version to defgroup.
13448         * autorevert.el (global-auto-revert-mode): Add autoload cookie.
13450         * progmodes/delphi.el (delphi): Add :version to defgroup.
13452 2000-02-02  Gerd Moellmann  <gerd@gnu.org>
13454         * ange-ftp.el (ange-ftp-write-region): Handle case that
13455         succeeding process operation sets a different coding system.
13457         * calculator.el: New file.
13459 2000-02-02  Eli Zaretskii  <eliz@is.elta.co.il>
13461         * frame.el (frames-on-display-list, framep-on-display): New
13462         functions.
13463         (display-mouse-p, display-popup-menus-p, display-graphic-p)
13464         (display-selections-p, display-screens, display-pixel-width)
13465         (display-pixel-height, display-mm-width, display-mm-height)
13466         (display-backing-store, display-save-under, display-planes)
13467         (display-color-cells, display-visual-class): New functions.
13469         * term/tty-colors.el (tty-color-gray-shades): New function.
13471         * faces.el (display-color-p): Use framep-on-display.
13472         (display-grayscale-p): New function.
13474 2000-01-31  Dave Love  <fx@gnu.org>
13476         * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
13477         (create-fontset-from-x-resource): Don't concat integers.
13479 2000-01-31  Inge Frick  <inge@nada.kth.se>
13481         * view.el: Some changes in documentation.  Removed some trailing
13482         whitespace. Changed some parameter names to agree with
13483         documentation.
13484         (view-mode-exit): Keep entry in `view-return-to-alist' only when a
13485         window is not deleted.  Modifies change 1998-04-26.
13487 2000-01-31  Gerd Moellmann  <gerd@gnu.org>
13489         * windmove.el: New file.
13491         * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
13492         progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
13493         progmodes/ebnf-yac.el: Update copyright and license info.
13495         * jit-lock.el (jit-lock-function): Widen before calculating end
13496         position.
13497         (jit-lock-stealth-chunk-start): Rewritten.
13499         * info.el (Info-title-face-alist): Removed.
13500         (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
13501         faces.
13502         (Info-fontify-node): Use these faces.
13504 2000-01-30  Gerd Moellmann  <gerd@gnu.org>
13506         * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
13507         (cl-macro-list1): Recognize `&allow-other-keys' instead of
13508         `&allow-other-keywords'.
13510         * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
13511         the list of directories scanned heuristically.
13513         * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
13514         exist.
13516 2000-01-30  Jason Rumney  <jasonr@gnu.org>
13518         * w32-fns.el: Define w32-tty-standard-colors.
13520         * startup.el (command-line): Use w32-tty-standard-colors when in
13521         w32 console mode.
13523 2000-01-30  Dave Love  <fx@gnu.org>
13525         * jka-compr.el (jka-compr-load): Fix up load-history.
13527         * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
13529         * emacs-lisp/cl-macs.el: Revert previous change.
13531 2000-01-29  Dave Love  <fx@gnu.org>
13533         * facemenu.el: Purecopy various strings.
13535         * timezone.el (timezone-fix-time): Window against 69 for two-digit
13536         years.  Deal with three-digit years.
13538         * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
13539         defconst, purecopy.
13540         (help-back-label): Purecopy it.
13542 2000-01-18  Gerd Moellmann  <gerd@gnu.org>
13544         * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
13545         variable. If non-nil, order the buffer list according to the
13546         currently selected frame.
13547         (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
13548         non-nil, pass the selected frame to function buffer-list.
13550 2000-01-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
13552         * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
13554 2000-01-28  Dave Love  <fx@gnu.org>
13556         * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
13558         * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
13559         Don't use lisp-indent-hook property.
13560         (cl-abs): Remove.
13562         * subr.el: Move out indent and edebug specs for when and unless.
13564         * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
13565         when, unless.
13567         * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
13568         unless, when.
13570 2000-01-28  Gerd Moellmann  <gerd@gnu.org>
13572         * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
13573         `collecting' as synonym for `collect'.
13575         * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
13576         for the case it contains spaces.
13578         * simple.el (what-cursor-position): Change formatting of
13579         messages.
13581         * frame.el (delete-other-frames): New function.
13582         (toplevel): Bind it to C-x 5 1.
13584         * sort.el (sort-numeric-base): New option.
13585         (sort-numeric-fields): If number starts with `0' or `0[xX[',
13586         interpret it as octal or hexadecimal.  Use sort-numeric-base
13587         as default base.
13589         * progmodes/glasses.el: New file.
13591 2000-01-27  Gerd Moellmann  <gerd@gnu.org>
13593         * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
13594         userids differently.
13596         * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
13597         progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
13598         progmodes/ebnf-yac.el: New files.
13600 2000-01-26  Dave Love  <fx@gnu.org>
13602         * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
13603         on a function with an empty body.  [From Eric Ludlam.]
13605 2000-01-25  Andre Spiegel  <spiegel@gnu.org>
13607         * vc.el (vc-version-diff): Make sure file name is expanded.
13609 2000-01-25  Gerd Moellmann  <gerd@gnu.org>
13611         * scroll-bar.el (scroll-bar-timer): Variable removed.
13612         (scroll-bar-toolkit-scroll): Don't use a timer.
13614 2000-01-25  Kenichi Handa  <handa@etl.go.jp>
13616         * language/thai-util.el (thai-composition-function): Delete
13617         superfluous `a'.
13619 2000-01-24  Dave Love  <fx@gnu.org>
13621         * fortran.el (fortran-mode): Use beginning-of-defun-function,
13622         end-of-defun-function.
13624         * font-lock.el (turn-on-font-lock): Don't depend on window-system
13625         &c.
13627 2000-01-22  Jason Rumney  <jasonr@gnu.org>
13629         * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
13630         conflicts with new face support.
13632 2000-01-22  Richard M. Stallman  <rms@gnu.org>
13634         * replace.el (query-replace): Rename last arg to DELIMITED.
13635         (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
13636         (query-replace-regexp): Likewise.
13638 2000-01-20  Richard M. Stallman  <rms@gnu.org>
13640         * subr.el (with-syntax-table): Use make-symbol, not gensym.
13642         * emacs-lisp/lisp.el (beginning-of-defun-function):
13643         Variable renamed from beginning-of-defun.
13644         Do not call make-variable-buffer-local.
13645         (beginning-of-defun-raw): Use new variable name; doc fix.
13646         (beginning-of-defun): Doc fix.
13647         (end-of-defun-function): Variable renamed from end-of-defun.
13648         Do not call make-variable-buffer-local.
13649         (end-of-defun): Use new variable name; doc fix.
13651         * subr.el (dolist, dotimes): Copied from cl-macs.el
13652         and made to work.
13654         * mail/undigest.el (rmail-digest-end-regexps):
13655         Variable replaces rmail-digest-end-regexp.
13656         Allows multiple regexps for detecting the end line.
13657         (undigestify-rmail-message): Corresponding changes.
13659 2000-01-19  Dave Love  <fx@gnu.org>
13661         * files.el (user-init-file): Don't declare here -- is primitive.
13663         * startup.el (command-line): Check for compiled user-init-file and
13664         set to uncompiled version if necessary.
13666 2000-01-18  Gerd Moellmann  <gerd@gnu.org>
13668         * mail/undigest.el (rmail-digest-end-regexp): New user option.
13669         (undigestify-rmail-message): Use it.
13671         * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
13673 2000-01-17  Gerd Moellmann  <gerd@gnu.org>
13675         * tmm.el (tmm-goto-completions): Adapt to prompt being part
13676         of mini-buffer.
13678 2000-01-14  Gerd Moellmann  <gerd@gnu.org>
13680         * emacs-lisp/copyright.el (copyright-update): Removed the
13681         requirement for a trailing space from `copyright-regexp', to
13682         support copyrights with owner specified on a separate line..
13684         * align.el: New file.
13686         * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
13688         * net/eudc.el (toplevel): Define EUDC menu for Emacs.
13690 2000-01-13  Dave Love  <fx@gnu.org>
13692         * ph.el: Removed.  (Obsoleted by EUDC.)
13694 2000-01-13  Gerd Moellmann  <gerd@gnu.org>
13696         * net/eudc.el (toplevel): Remove autoloaded code installing
13697         menu with easymenu, because that causes build problems.
13699         * frame.el (frame-notice-user-settings): New variable.
13700         (frame-notice-user-settings): Don't modify frame parameters
13701         if called a second time.
13703 2000-01-13  Richard M. Stallman  <rms@gnu.org>
13705         * frame.el (frame-notice-user-settings):
13706         Notice default-frame-parameters even for non-window frames.
13708 2000-01-13  Gerd Moellmann  <gerd@gnu.org>
13710         * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
13711         for Emacs.
13712         (eudc-bob-can-display-inline-images): Extend for Emacs.
13713         (eudc-bob-toggle-inline-display): Ditto.
13714         (eudc-bob-display-jpeg): Ditto.
13716 2000-01-12  Gerd Moellmann  <gerd@gnu.org>
13718         * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
13719         net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
13720         net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
13722         * add-log.el (add-change-log-entry): Fix error trying an `(insert
13723         nil)'.
13725         * subdirs.el: Add `net' directory.
13727         * net: New directory.
13729         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
13730         eval-last-sexp.  Don't bind debug-on-error here.
13731         (eval-last-sexp): New function.  Bind debug-on-error if
13732         eval-expression-debug-on-error is non-nil.
13733         (eval-defun-2, eval-defun): Likewise.
13735         * simple.el (eval-expression): Don't bind debug-on-error if
13736         eval-expression-debug-on-error is nil.  Detect changed
13737         debug-on-error, and propagate new value to global binding, if
13738         eval-expression-debug-on-error is non-nil,
13739         (eval-expression-debug-on-error): Change doc string.
13741 2000-01-11  Richard M. Stallman  <rms@gnu.org>
13743         * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
13745         * emacs-lisp/lisp-mode.el (with-syntax-table):
13746         Set up lisp-indent-function property.
13748         * subr.el (with-syntax-table): Moved from simple.el.
13750         * simple.el (with-syntax-table): Moved to subr.el.
13752 2000-01-11  Gerd Moellmann  <gerd@gnu.org>
13754         * tmm.el (tmm-shortcut): Delete region after prompt instead
13755         of erasing buffer.
13757         * textmodes/fill.el (fill-common-string-prefix): New function.
13758         (fill-context-prefix): Use the longest common prefix of first
13759         and second line fill prefix, if there is one.
13761 2000-01-11  Richard M. Stallman  <rms@gnu.org>
13763         * array.el (array-mode): Don't use make-variable-buffer-local.
13764         Use make-local-variable for `truncate-lines'.
13766 2000-01-11  Jari Aalto  <jari.aalto@poboxes.com>
13768         * add-log.el (add-log-current-defun): Handle user-defined
13769         add-log-current-function returning nil,
13771         * add-log.el (add-change-log-entry): Insert version number
13772         if having found a current function
13774         * add-log.el (add-log-current-defun): Call
13775         `add-log-current-defun-function'.  Try matches at level 0 and
13776         level 1.  Strip whitespace from defun found.
13778 2000-01-10  John Wiegley  <johnw@gnu.org>
13780         * allout.el (isearch-done/outline-provisions): Added `edit'
13781         argument to correspond with the current definition of
13782         `isearch-done'.
13784 2000-01-10  Dave Love  <fx@gnu.org>
13786         * elide-head.el (elide-head): Use point-marker, not point.
13788 2000-01-10  Gerd Moellmann  <gerd@gnu.org>
13790         * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
13791         before and after the year 2000.
13793         * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
13794         Add ispell- prefix.
13796 2000-01-10  Ken Stevens  <k.stevens@ieee.org>
13798         * ispell.el:  Only define dictionaries in menus when they exist.
13799         (version18p): New variable.
13800         (version20p): New variable.
13801         (xemacsp): New variable.
13802         (ispell-choices-win-default-height): Fix for XEmacs visibility.
13803         (ispell-dictionary-alist1): Added Brasileiro dictionary.
13804         (ispell-dictionary-alist6): Russian command lines no longer accept
13805         run-together words.
13806         (ispell-local-dictionary-alist): Add koi8-r to customize definition.
13807         (ispell-dictionary-alist): Add koi8-r to customize definition.
13808         (check-ispell-version): Added documentation string.  Returns
13809         library path when called non-interactively.
13810         (ispell-menu-map-needed): Uses new variables.
13811         (ispell-library-path): New variable.
13812         (ispell-decode-string): XEmacs fix for bogus variable bindings.
13813         (ispell-word): Improved documentation string.  Test for valid
13814         character mappings.  Correctly check typed in word changes that can
13815         result in single words split into multiple words.  Returns
13816         replacement word.
13817         (ispell-command-loop): Fixes XEmacs display bugs.  Show word to
13818         replace in recursive query replace mode.  Help message for
13819         recursive edit mode.
13820         (ispell-show-choices): Protect against bad framepop bindings.
13821         (ispell-help): Fix to work with XEmacs.
13822         (ispell-highlight-spelling-error): Use new variables.
13823         (ispell-overlay-window): Fix to work with XEmacs.
13824         (ispell-parse-output): Passed and returns location information
13825         tracking spelling corrections.  Doesn't recheck same word on
13826         current line.
13827         (ispell-init-process): Protect against bogus XEmacs variable binding.
13828         Fix call to single argument in sleep-for.  Use new variables.
13829         (ispell-region): Passed and returns location information tracking
13830         spelling corrections.  Doesn't check same word on current line.
13831         Improved documentation string.  Doesn't resend a line already
13832         checked to the ispell process - fixes bug in LaTeX parsing.
13833         (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
13834         (ispell-skip-region): No longer skips <TT> in SGML.
13835         (ispell-process-line): Tracks location information with spelling
13836         corrections.  Added documentation string.  Accounts for words
13837         already accepted on this line.  Don't allow query-replace on line
13838         starting with math characters.  Doesn't resend a line already sent
13839         to ispell process.  Fixes alignment error bug.
13841 2000-01-10  Richard M. Stallman  <rms@gnu.org>
13843         * dired-x.el (dired-guess-shell-alist-default):
13844         Suggest xloadimage, which is free, not xv, which isn't.
13846         * ange-ftp.el (ange-ftp-file-name-nondirectory):
13847         Don't ever include the host name or user name in the value.
13849 2000-01-09  Gerd Moellmann  <gerd@gnu.org>
13851         * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
13852         of a real newline.
13854 2000-01-09  Stephen Eglen  <stephen@gnu.org>
13856         * dired-x.el (dired-guess-shell-alist-default): Suggest xv
13857         for .png files.
13859 2000-01-09  Per Abrahamsen  <abraham@dina.kvl.dk>
13861         * cus-edit.el (custom-hook-convert-widget): Fix comment.
13863 2000-01-09  Gerd Moellmann  <gerd@gnu.org>
13865         * progmodes/cperl-mode.el: Replace ^F with ^L.
13867         * sendmail.el (toplevel): Provide `sendmail' when compiling
13868         before `require'ing rmail and mailalias to prevent infinite
13869         recursion.
13871 2000-01-08  Dave Love  <fx@gnu.org>
13873         * emacs-lisp/backquote.el: Remove inappropriate customization
13874         (allowing custom.el to use backquote).
13876 2000-01-07  Dave Love  <fx@gnu.org>
13878         * add-log.el (add-log-debugging): Deleted.
13879         (add-change-log-entry): Treat a backup FILE-NAME as its parent
13880         file.  Remove debugging code.
13881         (change-log-get-method-definition, change-log-name): Add doc.
13882         (change-log-sortable-date-at): New function.
13883         (change-log-merge): New command.
13885         * time.el (display-time-string-forms): Make the Mail string active.
13886         (display-time-update): Provide help-echo for load average.
13888         * bindings.el (make-mode-line-mouse2-map): New function.
13889         (mode-line-modified): Use it and simplify.
13890         (mode-line-mule-info): Provide help-echo info.
13891         (minor-mode-alist): Activate the strings.
13892         (make-mode-line-mouse-sensitive): Simplify for
13893         mode-line-buffer-identification.
13895 2000-01-07  Gerd Moellmann  <gerd@gnu.org>
13897         * play/pong.el: New file.
13899 2000-01-06  Dave Love  <fx@gnu.org>
13901         * array.el: Assorted cleanups for compiler warnings, doc strings,
13902         `array-' prefix for symbols.
13904 2000-01-05  Dave Love  <fx@gnu.org>
13906         * textmodes/outline.el (outline-mode-menu-bar-map): Add
13907         outline-headers-as-kill.
13908         (outline-mode): Define imenu-generic-expression.
13909         (outline-headers-as-kill): New command.
13911         * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
13912         from paragraph-start.
13913         (paragraph-indent-minor-mode): New command.
13915         * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
13916         M-C-e, M-C-h, C-j, C-xnd, TAB.
13917         (fortran-mode): Set beginning-of-defun, end-of-defun.
13918         (fortran-column-ruler): Simplify.
13919         (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
13920         (fortran-with-subprogram-narrowing): Likewise.
13921         (fortran-indent-subprogram): Call mark-defun.
13922         (fortran-check-for-matching-do): Change narrowing.
13924         * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
13925         (cl-lucid-hash-tag): Delete.
13926         (cl-hash-table-p): Correct test for native table.
13927         (cl-hash-table-count): Use hash-table-count.
13929         * browse-url.el (browse-url): Fix case of
13930         browse-url-browser-function being an alist.
13932 2000-01-05  Carsten Dominik  <cd@gnu.org>
13934         * textmodes/reftex-vars.el (reftex-parse-file-extension)
13935         (reftex-index-phrase-file-extension): New options.
13937         * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
13938         Use new option `reftex-index-phrase-file-extension'.
13940         * textmodes/reftex.el (reftex-access-parse-file): Use new option
13941         `reftex-parse-file-extension'.
13943 2000-01-05  Dave Love  <fx@gnu.org>
13945         * emacs-lisp/lisp.el (beginning-of-defun): New variable.
13946         (beginning-of-defun-raw): Use it.
13947         (end-of-defun): New variable.
13948         (end-of-defun): Use it.
13949         (check-parens): New command.
13951 2000-01-05  Thien-Thi Nguyen  <ttn@delysid.gnu.org>
13953         * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
13954         (hs-show-block): Don't use `mapcar' when not accumulating.
13956         Fix buglet in local variables initialization.
13958 2000-01-05  Andreas Schwab  <schwab@suse.de>
13960         * hscroll.el (hscroll): Doc fix.
13962 2000-01-05  Carsten Dominik  <cd@gnu.org>
13964         * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
13965         idlw-toolbar.
13967         * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
13968         file idlw-rinfo.el.
13969         (idlwave-customize): load must read file idlw-shell.el.
13970         (idlwave-create-customize-menu): load must read file idlw-shell.el.
13972 2000-01-05  Carsten Dominik  <dominik@astro.uva.nl>
13974         * progmodes/idlw-shell.el: Also provide idlwave-shell
13975         * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
13976         * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
13978         * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
13979         both reftex-dcr and reftex-vcr.
13981         * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
13983 2000-01-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
13985         * ps-print.el: PostScript code now is in separate files, doc fix.
13986         (ps-print-version): New version number (5.0.3).
13987         (ps-header-lines, ps-left-header, ps-right-header): No more buffer
13988         local.
13989         (ps-spool-config): Initialization fix.
13990         (ps-print-prologue-1, ps-print-prologue-2)
13991         (ps-print-duplex-feature): PostScript code moved to separated file.
13992         (ps-background-image): Little code reformating.
13993         (ps-begin-file, ps-begin-job): Fix code.
13994         (ps-postscript-code-directory, ps-mark-code-directory): New vars.
13995         (ps-prologue-file): New fun.
13997 2000-01-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
13999         * ps-vars.el: Eliminated.
14001         * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
14002         `;;;###autoload'.
14004         * ps-print.el: ps-vars eliminated, doc fix.
14005         (ps-print-version): New version number (5.0.2).
14006         (ps-spool-config): Initialization fix.
14007         (ps-print-customize): New fun.
14009 2000-01-04  Gerd Moellmann  <gerd@gnu.org>
14011         * autorevert.el (auto-revert-mode): Return value of
14012         auto-revert-mode.
14014 2000-01-04  Dave Love  <fx@gnu.org>
14016         * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
14017         menu items.
14019 2000-01-03  Dave Love  <fx@gnu.org>
14021         * elide-head.el (elide-head) [defgroup]: Add :version.
14023         * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
14024         (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
14025         `cl-hash-table-p', not `hash-table-p'.
14026         (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
14028 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
14030         * faces.el (face-read-integer, read-face-attribute)
14031         (color-defined-p, color-values): unspecified-{f,b}g are now
14032         strings.
14034 2000-01-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
14036         * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
14037         at comment end, and re-insert them after filling.
14039 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
14041         * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
14042         * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
14043         progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
14045 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
14047         * term/x-win.el (xw-defined-colors): Call color-supported-p,
14048         the new name of face-color-supported-p.
14050         * term/w32-win.el (xw-defined-colors): Likewise.
14052 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
14054         * simple.el (completion-setup-function): Count completion-size
14055         from minibuffer-prompt-end, not from point-min.
14057 2000-01-02  Eli Zaretskii  <eliz@is.elta.co.il>
14059         * faces.el (read-face-attribute, defined-colors, color-defined-p):
14060         Pass the frame to tty-color-* functions.
14061         (display-color-p, frame-set-background-mode): Pass the frame to
14062         tty-display-color-p.
14064         * term/tty-colors.el (tty-defined-color-alist): Renamed from
14065         tty-color-alist.
14066         (tty-color-alist, tty-modify-color-alist): New functions.
14067         (tty-color-define,  tty-color-clear, tty-color-approximate)
14068         (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
14069         an optional parameter FRAME.
14071 2000-01-01  Gerd Moellmann  <gerd@gnu.org>
14073         * image.el (create-image, defimage): Don't assume image data is a
14074         string.
14076         * image.el (defimage): Handle specifications containing :data
14077         instead of :file.
14078         (image-type-from-data): New function.
14079         (image-type-from-file-header): Use it.
14080         (create-image): Add parameter DATA-P.
14082 See ChangeLog.8 for earlier changes.
14084 ;; Local Variables:
14085 ;; coding: iso-2022-7bit
14086 ;; End: