*** empty log message ***
[emacs.git] / lisp / ChangeLog
blob4333d84585c27705e0ea114d6b0b37bdcafd3d88
1 2000-10-16  Eli Zaretskii  <eliz@is.elta.co.il>
3         * term/pc-win.el (msdos-handle-reverse-video): Don't remove
4         reverse from the frame parameters, and don't invert foreground and
5         background colors.
7 2000-10-16  Miles Bader  <miles@gnu.org>
9         * info.el (Info-set-mode-line): Use `%b' instead of hardwired
10         string "*Info*".  Call propertized-buffer-identification to spruce
11         up the result.
13 2000-10-16  Gerd Moellmann  <gerd@gnu.org>
15         * help.el: Provide `help' for the sake of define-minor-mode
16         which generates defcustoms with requires.
18         * jit-lock.el (jit-lock-after-change): If we're in text that
19         matches a multi-line font-lock pattern, make sure the whole text
20         will be redisplayed.
22         * emacs-lisp/authors.el (authors-add): Don't add an entry if
23         author's name is unknown.
25         * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
26         * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
27         * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
28         * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
29         * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
30         * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
31         * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
32         * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
33         * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
34         Add author information.
36 2000-10-16  Miles Bader  <miles@lsi.nec.co.jp>
38         * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
39         * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
40         full-color version (using the Gimp) to eliminate dithering artifacts.
42 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
44         * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
46         * simple.el (syntax-flag-table, string-to-syntax): Remove.
48 2000-10-15  Dave Love  <fx@gnu.org>
50         * progmodes/sh-script.el: Require skeleton and comint when
51         compiling.
53         * pcomplete.el (pcomplete) <defgroup>: Add :version.
55         * whitespace.el: Doc fixes.
56         (top-level): Don't add hooks here.
57         (whitespace-running-emacs): Deleted.
58         (timer): Don't require.
59         (whitespace): Add back :version conditional on xemacs test.
60         (whitespace-spacetab-regexp, whitespace-indent-regexp)
61         (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
62         (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
63         (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
64         Avoid specific xemacs test.
65         (whitespace-global-mode): New option.
66         (whitespace-global-mode): New command.
67         (whitespace-unload-hook): New function.
69         * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
70         (Info-fontify-node, Info-goto-node, Info-mode-menu) 
71         (Info-fontify-node): `Goto' goes to `Go to'.
72         (Info-fontify-node): Add help-echo to xref links.
74 2000-10-15  Eli Zaretskii  <eliz@is.elta.co.il>
76         * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
78 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
80         * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
81         Use plist-get and allow :inherit.
83         * emacs-lisp/cl-macs.el (cl-do-arglist):
84         Use plist-get and plist-member instead of memq.
86         * emacs-lisp/ewoc.el (ewoc-location): New function.
87         (ewoc-enter-after, ewoc-enter-before): Document return value.
88         * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
89         Don't need make-local-hook any more.
90         (cvs-addto-collection): Return the new tin.
91         (cvs-mode-insert): Jump to the new line.
93         * jit-lock.el (jit-lock-fontify-buffer): Remove.
95         * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
97         * font-lock.el (font-lock-syntactically-fontified): New var.
98         (font-lock-fontify-syntactic-keywords-region): Use it.
99         (font-lock-mode): Fix docstring.  Don't need make-local-hook anymore.
101         * diff-mode.el (diff-find-file-name): Fix regexp.
103         * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
104         (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
106         * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
107         (sh-mode-syntax-table): Add punctuation syntax for < and >.
108         (sh-mode): Don't make all vars local here.
109         (sh-kw): Reformat.
110         (sh-set-shell): Use dolist.  Don't set indent-region-function.
111         (sh-mode-syntax-table): Use pop.
112         (sh-remember-variable): Use push.
113         (sh-help-string-for-variable): Use memq.
114         (sh-safe-backward-sexp): Remove.
115         (sh-safe-forward-sexp): Add ARG.
116         (sh-get-indent-info, sh-prev-stmt): Use it.
117         (sh-prev-line): Simplify by using forward-comment.
118         (sh-this-is-a-continuation): Simplify.
119         (sh-learn-buffer-indent): Use dolist.
120         (sh-do-nothing): Remove.
121         (sh-set-char-syntax, sh-set-here-doc-region):
122         Use inhibit-modification-hooks.
123         (sh-name-style): Use mapcar and push.
124         (sh-load-style): Use dolist.
125         (sh-save-styles-to-buffer): Use with-current-buffer and pp.
126         (sh-case, sh-while-getopts): Use propertize directly rather
127         than sh-electric-rparen.
129 2000-10-14  Stefan Monnier  <monnier@cs.yale.edu>
131         * textmodes/tex-mode.el: Require CL when compiling.
132         (tex-mode-syntax-table): Init immediately.
133         (tex-mode-map): Bind M-RET to latex-insert-item.
134         (latex-mode): Set indent-line-function to latex-indent.
135         (tex-common-initialization): Don't setup the syntax-table any more.
136         (latex-insert-item): New skeleton.
137         (tex-next-unmatched-end): Fix copy/paste braino.
138         (latex-syntax-after, latex-skip-close-parens, latex-down-list) 
139         (latex-indent, latex-find-indent): New functions.
140         (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table) 
141         (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
142         (tex-compilation-parse-errors): Use with-syntax-table.
144 2000-10-15  Miles Bader  <miles@gnu.org>
146         * font-lock.el (font-lock-comment-face): Change dark-background,
147         color, non-tty, default to `chocolate1'.
149 2000-10-13  John Wiegley  <johnw@gnu.org>
151         * eshell/esh-util.el (require): Added a missing `require' form,
152         needed when compiling (for an ange-ftp macro definition).
154 2000-10-13  Dave Love  <fx@gnu.org>
156         * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
158 2000-10-13  Gerd Moellmann  <gerd@gnu.org>
160         * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc
161         fix.
163         * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace 
164         transparent -colors 8).
166 2000-10-13  Stephen Gildea  <gildea@alum.mit.edu>
168         * time-stamp.el (time-stamp): Fixed bug in new multi-line code
169         that breaks with old list format timestamps.
170         (time-stamp-warn-inactive, time-stamp-old-format-warn)
171         (time-stamp-count, time-stamp-conversion-warn): Improved doc
172         strings.
174 2000-10-13  John Wiegley  <johnw@gnu.org>
176         * align.el, pcomplete.el, calendar/timeclock.el,
177         eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
179         * calendar/timeclock.el (timeclock-find-discrep): A fix to same
180         faulty math, where holiday hours were being computing as seconds.
182 2000-10-13  John Wiegley  <johnw@gnu.org>
184         * desktop.el (desktop-buffer-modes-to-save): Added a global for
185         specifying what "other" kinds of buffers should be saved.  This
186         used to be hard-coded.
187         (desktop-buffer-misc-functions): A global for specifying how
188         auxiliary data should be determined for special buffer types.
189         (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
190         instead of hard-coding the special buffer types.
191         (desktop-save): Run `desktop-buffer-misc-functions' to gather
192         auxiliary data, instead of hard-coding for Info buffers and dired.
193         (desktop-buffer-info-misc-data): Aux function for determining Info
194         buffer auxiliary info.
195         (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
196         (desktop-buffer-info): Changed this function to use the info
197         gathered above.
198         (desktop-create-buffer): Be a little more careful about what
199         `minor-mode' means before calling it.  This is important for some
200         buffer types.
202 2000-10-13  John Wiegley  <johnw@gnu.org>
204         * eshell/esh-util.el: Added a global form which declares an
205         autoload for `parse-time-string', if that function is not already
206         defined, and if parse-time.el is available on the user's system.
208         * eshell/em-ls.el (eshell-ls-applicable): Extended this function
209         to be aware of ange-ftp user info.
210         (eshell-do-ls): Bind `ange-cache'.  Also, use
211         `eshell-file-attributes'.
212         (eshell-ls-annotate): Use `eshell-file-attributes'.
213         (eshell-ls-file): Made the user-id printing code a bit smarter.
215         * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
216         allow identification of alias user ids in remote directories.
217         It's manual, but there's no other way to know when the current
218         user on the local machine, is also the owning user on the remote
219         machine.
220         (fboundp): Bind `ange-cache'.
221         (eshell-directory-files-and-attributes): Re-organized the logic a
222         bit to use `eshell-file-attributes' instead of `file-attributes'.
223         The former is more sensitive to directories that are read via FTP,
224         and knows how to use ange-ftp to determine full attribute
225         information, instead of just the name and last modtime.
226         (eshell-current-ange-uids): Return the current user id when in a
227         remote directory.
228         (eshell-parse-ange-ls): Parse a full directory listing that has
229         been returned by ange-ftp.
230         (eshell-file-attributes): This beefed up version of
231         `file-attributes' is only special if the user is currently in a
232         remote directory, in which case it does a lot of work to find out
233         what the real attributes of a file are, as they appear on the
234         remote machine.  This makes usage of remote directories (i.e.,
235         ange-ftp pathnames) much more useful.  You can now use Eshell as a
236         full-fledged FTP client, with much more manipulation ability than
237         most other clients.
239         * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
240         variable, which means that Eshell's du should always be preferred
241         in remote directories.
242         (eshell-shuffle-files): Use `eshell-file-attributes', rather than
243         just `file-attributes'.
244         (eshell-mvcp-template): Bind `ange-cache', to improve performance
245         when reading remote directories.  This is an Eshell-specific
246         variable (not part of ange-ftp).
247         (eshell/ln): Bind `ange-cache'.
248         (eshell/du): Added some extra logic for determining when to use
249         Eshell's du (which is slow), and when to use the external version
250         (which may or may not exist).
252         * eshell/em-rebind.el (eshell-delchar-or-maybe-eof): Call
253         `eshell-interactive-process', rather than using
254         `get-buffer-process', since backgrounded processes don't count in
255         the context of this function's logic.
257         * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
258         `forward-char', so that null strings are parsed correctly.
260 2000-09-13  John Wiegley  <johnw@gnu.org>
262         * eshell/em-pred.el (eshell-pred-file-type,
263         eshell-pred-file-links, eshell-pred-file-size): Use
264         `eshell-file-attributes'.  This is more correct over ange-ftp.
266         * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
267         that remote file globbing is more efficient.
269         * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
270         gathering the files and attributes within a directory.
272         * eshell/em-unix.el (eshell/cat): If any of the files passed on
273         the command line is a special file (not a regular file, directory
274         or symlink), always attempt to call the external version of cat.
276 2000-09-13  John Wiegley  <johnw@gnu.org>
278         * eshell/esh-mode.el (eshell-find-tag): Corrections to the
279         Eshell-friendly version of find-tag.
281 2000-10-13  Miles Bader  <miles@lsi.nec.co.jp>
283         * image-file.el (image-file-name-extensions) 
284         (image-file-name-regexps): Add autoload cookies.
286 2000-10-13  Kenichi Handa  <handa@etl.go.jp>
288         * international/mule-cmds.el (select-safe-coding-system): If FROM
289         is string, show it in *Warning* buffer.
291 2000-10-13  Eli Zaretskii  <eliz@is.elta.co.il>
293         * startup.el (normal-top-level): Use display-popup-menus-p instead
294         of window-system.
295         (command-line): Use display-graphic-p instead of window-system.
296         (command-line-1): Use display-popup-menus-p and display-mouse-p
297         instead of window-system.
299 2000-10-12  Sam Steingold  <sds@gnu.org>
301         * tooltip.el (tooltip-use-echo-area): New user variable.
302         (tooltip-show): Use it to choose between `x-show-tip' and `message'.
304 2000-10-12  Dave Love  <fx@gnu.org>
306         * recentf.el: Maintainer's checkdoc fixes.
308         * startup.el (normal-top-level-add-subdirs-to-load-path): Use
309         character class, not ASCII when matching file names.
310         (fancy-splash-head): Add trailing slash to URL.
311         (command-line): Don't require XPM support for toolbar.
313         * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
314         (cperl-invalid-face): Revert last change.
315         (cperl-init-faces): Quote cperl-invalid-face.
317 2000-10-12  Kenichi Handa  <handa@etl.go.jp>
319         * startup.el (fancy-splash-text): Remove superfluous quote.
321 2000-10-12  Gerd Moellmann  <gerd@gnu.org>
323         * startup.el (fancy-splash-screens): Don't add a pre-command hook.
324         (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
325         (command-line-1): Don't use fancy-splash-pending-command.
326         (fancy-splash-screens-1): Goto point-min after inserting text.
328         * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
330         * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
331         instead of shared-lisp-mode-map.
333 2000-10-12  Miles Bader  <miles@lsi.nec.co.jp>
335         * faces.el (header-line): Change tty-variant to use underlining.
337         * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
338         (isearch-highlight): Restore lazy-isearch face properties at old
339         position, and suppress them at new position.
340         (isearch-dehighlight): Restore lazy-isearch face properties.
341         (isearch-lazy-highlight-update): Add lazy-isearch overlays even
342         over the real isearch overlay, but in that case, don't give it a
343         face property.  Use `push'.
345 2000-10-12  Kenichi Handa  <handa@etl.go.jp>
347         * man.el (Man-getpage-in-background): Fix previous change.
348         Decode the process output only when we are in multibyte mode.
350 2000-10-11  Dave Love  <fx@gnu.org>
352         * info.el (Info-mode-menu): Fix some help.
353         (info-tool-bar-map): Add entry for Info-last.
355         * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
356         * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
357         * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
358         * toolbar/cut.xpm, toolbar/mail_compose.xpm:
359         * toolbar/search-replace.xpm, toolbar/exit.xpm:
360         * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
361         * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
362         * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
363         * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
364         * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
365         Reduce colour requirements to 25 overall.  (Probably wants
366         revisiting from the originals to reduce further.)
368 2000-10-11  Eli Zaretskii  <eliz@is.elta.co.il>
370         * hexl.el (hexlify-buffer): Bind coding-system-for-write to
371         buffer-file-coding-system, instead of raw-text.
372         (dehexlify-buffer): Bind coding-system-for-read to
373         buffer-file-coding-system, instead of raw-text.
375 2000-10-11  Sam Steingold  <sds@gnu.org>
377         * progmodes/cperl-mode.el (cperl-invalid-face): double-quote
378         `underline' - fixes the bug introduced on 2000-09-21.
380 2000-10-11  Dave Love  <fx@gnu.org>
382         * progmodes/scheme.el (scheme-mode-variables, dsssl-mode): Avoid
383         compiler warnings.
384         (scheme-mode): Doc fix.
385         (scheme-font-lock-keywords-1): Match `define-syntax'.
387 2000-10-11  Miles Bader  <miles@lsi.nec.co.jp>
389         * faces.el (frame-set-background-mode): Pay attention to saved
390         face specs as well as default ones.  Only do anything if the
391         bg-mode or display-type has actually changed.  Use `dolist'.
392         (region): Make dark-background `region' face less in-your-face.
394 2000-10-10  Sam Steingold  <sds@gnu.org>
396         * chistory.el, ielm.el, ledit.el:
397         * progmodes/inf-lisp.el, progmodes/scheme.el:
398         Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
400 2000-10-10  Stefan Monnier  <monnier@cs.yale.edu>
402         * textmodes/texinfo.el: Update copyright and fix typo.
404         * desktop.el (desktop-modes-not-to-save): New var.
405         (desktop-save-buffer-p): Use it.
406         Also, obey desktop-buffers-not-to-save even for non-file buffers.
407         (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
409 2000-10-10  Dave Love  <fx@gnu.org>
411         * toolbar/tool-bar.el (tool-bar-add-item)
412         (tool-bar-add-item-from-menu): Don't favour XPM icons on mono
413         display.
415         * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
416         * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
417         * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
418         * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
419         * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
420         * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
421         * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
422         * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
423         * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
424         * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
425         the .xpms; probably need retouching.
427 2000-10-10  Miles Bader  <miles@lsi.nec.co.jp>
429         * subr.el (add-to-list): Add optional argument APPEND.
430         * battery.el (display-battery): Use `add-to-list'.
432 2000-10-09  Thien-Thi Nguyen  <ttn@gnu.org>
434         * play/zone.el (zone-timer, zone-wc-tbl): Rework
435         these vars as symbol properties.
436         (zone, zone-when-idle, zone-leave-me-alone)
437         (zone-pgm-whack-chars): Use new symbol properties.
439         * battery.el (display-battery): Doc spelling fix.
441         * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
442         property.
444 2000-10-09  Dave Love  <fx@gnu.org>
446         * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
447         has been initialized before calling tool-bar-setup.
448         (tool-bar-add-item-from-menu): Add autoload cookie.
450 2000-10-09  Eli Zaretskii  <eliz@is.elta.co.il>
452         * menu-bar.el (send-mail-item-name): New function.
453         (menu-bar-tools-menu) <compose-mail>: Use it to display the value
454         of mail-user-agent in the menu.  Don't display the "Send Mail"
455         item if mail-user-agent is nil or its value is ignore.
456         (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
457         if read-mail-command is nil or its value is ignore.
459         * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
461 2000-10-09  Miles Bader  <miles@gnu.org>
463         * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
464         Correct image size.
465         * toolbar/left_arrow.xpm: Correct image size.
467         * jka-compr.el: Don't call `jka-compr-install' when loading (it
468         will be done by the definition of `auto-compression-mode' if
469         necessary.  Move code to uninstall existing file-name handler
470         before definition of `auto-compression-mode'.
472         * image-file.el (auto-image-file-mode): Move to the end of the
473         file, because `define-minor-mode' actually calls the mode-function
474         if the associated variable is non-nil, which requires that all
475         needed functions be already defined.
477         * mouse.el (popup-menu): Balance parens.
479 2000-10-08  Stefan Monnier  <monnier@cs.yale.edu>
481         * mouse.el (popup-menu): Move the command call outside the loop
482         so that popup-menu returns whatever the command returns.
484         * progmodes/etags.el: Docstring fixes.  Maintainer line updated.
485         (initialize-new-tags-table): Use run-hook-with-args-until-success.
486         (find-tag): Use pop-to-buffer if switch-to-buffer failed.
487         (tags-table-format-functions): Renamed from tags-table-format-hooks.
489         * vc.el (vc-version-diff): diff-switches can be a list.
490         Use relative filenames for prettier output.
492         * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
493         (vc-post-command-functions): Remove old-VC compatibility code.
495         * newcomment.el (comment-indent-default): Autoload.
497         * font-lock.el (font-lock-defaults): Make buffer-local.
498         (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
499         (font-lock-choose-keywords):
500         Ignore LEVEL unless KEYWORDS is a list of syms.
501         (c-keywords, c++-keywords, objc-keywords, java-keywords):
502         Don't wrap regexp-opt things in \(...\) unnecessarily.
504         * jit-lock.el: Don't require font-lock any more.
505         (jit-lock-functions): Make buffer-local.
506         (jit-lock-saved-fontify-buffer-function): Remove.
507         (jit-lock-mode): Remove autoload cookie.
508         Remove font-lock specific code.
509         (jit-lock-unregister): Don't bother handling complex hooks any more.
510         (jit-lock-refontify): New function.
511         (jit-lock-fontify-buffer): Use it.
512         (jit-lock-function-1): Replaced by jit-lock-fontify-now.
513         (jit-lock-fontify-now): Renamed from jit-lock-function-1.
514         Add optional args START and END.
515         Never call font-lock-fontify-region directly.
516         (jit-lock-function, jit-lock-stealth-fontify): Use it.
518         * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
520 2000-10-08  Dave Love  <fx@gnu.org>
522         * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
524         * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
526         * play/studly.el (studlify-region, studlify-word): Add autoload
527         cookie.
529         * play/morse.el (morse-region, unmorse-region): Add autoload
530         cookie.
532         * play/spook.el (spook-phrases-file): Use expand-file-name, not
533         concat.
535         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
536         insist on symbols starting with word syntax.
537         (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
538         (eval-defun-1): Doc fix.
539         (indent-sexp): Use nconc to build up indent-stack.
541         * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
542         Gnus with little use.
543         (mail-setup-hook): Add mail-abbrevs-setup to options.
545         * recentf.el: Doc fixes.
547         * vcursor.el (vcursor-cs-binding): Remove compatibility code.
548         Clean up remainder.
550         * timezone.el (timezone-parse-date): Doc fix.  Fix regexps for (5)
551         without timezone and (8) with timezone to enforce some whitespace.
552         Simplify code somewhat.
554         * options.el (list-options): Doc that you should use customize.
556         * iswitchb.el (iswitchb-mode): Add :require.
558         * info.el (Info-goto-node, Info-menu): Doc fix.
559         (Info-mode-menu): Bind beginning-of-buffer, Info-edit
560         (info-tool-bar-map): New variable.
561         (Info-mode): Use it.
562         (Info-edit-map): Define all in defvar.
563         (speedbar-attached-frame): Avoid compiler warning.
565         * toolbar/tool-bar.el (tool-bar-map): Define it empty.
566         (global-map): Bind [tool-bar] to a filtered map.
567         (tool-bar-add-item): Remove MAP arg.  Allow PBM icons.
568         (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
569         Allow PBM icons.
570         (tool-bar-setup): Adjust calls of tool-bar-add-item.
572         * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
573         * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
574         * toolbar/right_arrow.xpm: New files.  Renamed from tigert's
575         icons, except up_arrow, which is left-arrow rotated.
577         * imenu.el (imenu-add-to-menubar): Fix last change.
579 2000-10-08  Peter Breton  <pbreton@ne.mediaone.net>
581         * generic-x.el (rul-generic-mode): Remove eval-when-compile
582         statements. Suggested by Stefan Monnier  <monnier@cs.yale.edu>.
584 2000-10-08  Eli Zaretskii  <eliz@is.elta.co.il>
586         * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
587         typos in doc strings.
589         * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
590         the doc strings how to customize Font Lock faces.
592         * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
593         computing growth when dragging the header line.
595 2000-10-08  Eli Zaretskii  <eliz@is.elta.co.il>
597         * simple.el (kill-line): Doc fix.
599 2000-10-08  Miles Bader  <miles@gnu.org>
601         * faces.el (secondary-selection): Make foreground visible on tty.
603         * jka-compr.el (auto-compression-mode): Move to the end of the
604         file, because `define-minor-mode' actually calls the mode-function
605         if the associated variable is non-nil, which requires that all
606         needed functions be already defined.
607         (with-auto-compression-mode): Add autoload cookie.
609 2000-10-07  Eli Zaretskii  <eliz@is.elta.co.il>
611         * files.el (find-backup-file-name) [ms-dos]: If support for long
612         file names is not available, behave as if version-control were set
613         to never.
615 2000-10-07  Dave Love  <fx@gnu.org>
617         * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
618         (browse-url-gnome-moz): New function.
619         (browse-url-browser-function): Use it.
620         Suggested by Colin Walters <walters@cis.ohio-state.edu>.
622 2000-10-07  Stefan Monnier  <monnier@cs.yale.edu>
624         * indent.el (tab-always-indent): New var.
625         (indent-for-tab-command): Use it.
627         * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
628         raise an error.  This way it can still default to a sane value.
630 2000-10-06  Stefan Monnier  <monnier@cs.yale.edu>
632         * startup.el (fancy-splash-screens): Use local rather than global map.
633         Don't use `update-menu-bindings' any more.
634         Get rid of assumptions about keymap representation.
636 2000-10-06  Dave Love  <fx@gnu.org>
638         * textmodes/fill.el (sentence-end-double-space)
639         (sentence-end-without-period):  Doc fix.
640         (adaptive-fill-regexp): Purecopy.
641         (unjustify-current-line): Use line-end-position.
642         (fill-individual-paragraphs-prefix): Use line-beginning-position.
644         * net/eudc-vars.el (eudc): Add :version, :link.
646         * international/mule-conf.el (file-coding-system-alist): Use \', not $.
648         * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
649         Fix for define-minor-mode.
650         (function-at-point): Alias to function-called-at-point.
652         * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
654         * simple.el (backward-word): Doc fix.
656         * image-file.el (image-file-name-regexp): image-file-regexps ->
657         image-file-name-regexps.
658         (image-file-name-extensions): Add pbm.
660 2000-10-06  Stefan Monnier  <monnier@cs.yale.edu>
662         * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
663         and add filename to the names so that diff-mode can jump to source.
665         * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
666         (tex-font-lock-keywords, tex-font-lock-keywords-2)
667         (tex-font-lock-keywords-1): Remove.
668         (font-lock-turn-on-thing-lock): Use jit-lock-register.
669         (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
670         (font-lock-default-fontify-region):
671         Expand beg..end correctly when just following a multiline region.
672         (font-lock-fontify-anchored-keywords):
673         Include the anchor text as part of the multiline.
675 2000-10-06  Gerd Moellmann  <gerd@gnu.org>
677         * loadup.el (toplevel): Load `loaddefs' before `help' because the
678         latter needs the autoloaded define-minor-mode macro during the
679         bootstrap.
681         * startup.el (command-line): For now, activate tool-bar-mode only
682         if XPM images are supported.
684         * mouse.el (mouse-drag-header-line): Don't allow resizing a
685         window by dragging a header-line at the top of the frame; that's
686         confusing because the header-line doesn't move.
687         (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
688         of treating the event as a list.  Some cleanup.
690 2000-10-06  Miles Bader  <miles@gnu.org>
692         * simple.el (display-message-or-buffer): New function.
693         (shell-command-on-region): Use `display-message-or-buffer'.
695         * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
696         docstring parts.
698         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
699         (smbclient-prompt-regexp): Add usage note to doc string.
700         (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
701         (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
702         Use add-hook for adding the comint filter function, and only do so
703         if it's not already in the global hook list.
704         (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
705         to `make-local-variable'.
706         (nslookup-font-lock-keywords): Remove prompt entry.
707         (nslookup): Don't set the process-filter.
708         (finger): Exit the loop correctly when the regexps list runs out.
709         (ftp, smbclient, smbclient-list-shares):
710         Set the real major mode immediately, not after execing.
711         Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
713         * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
715 2000-10-05  Stefan Monnier  <monnier@cs.yale.edu>
717         * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
719         * which-func.el (which-func-format): Remove spurious space.
720         (which-func-mode): Don't make it permanent-local.
721         (which-func-ff-hook): Allow which-func-maxout to be nil.
722         (which-func-update): Simplify a bit.  Only run if which-func-mode is t.
723         (which-func-mode): Simplify.
724         Use post-command-idle-hook rather than post-command-hook.
725         Go through all buffers and update their state.
726         (which-function): Also try add-log-current-defun-function.
728         * vc.el (with-vc-properties): Use conses rather than length-2 lists.
729         (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
730         Update call to with-vc-properties accordingly.
731         (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
732         (vc-revert-buffer): More careful about window selection and deletion.
733         (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
735         * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
736         (cvs-retrieve-revision): Reuse a pre-existing buffer.
737         (cvs-dired-action): Change the default to quickdir.
739         * newcomment.el (comment-indent): Delegate to indent-according-to-mode
740         if comment-indent-function returns nil.
741         (comment-indent-default): New function.
742         (comment-indent-function): Use it and document the new semantics.
744         * image-file.el: Docstring fixes.
746         * help.el (help-xref-on-pp): Use match-string.
747         (describe-variable): New arg BUFFER.
748         Store the current buffer in the help-xref-stack.
749         (temp-buffer-resize-mode): Use define-minor-mode.
751         * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
752         consistently with its docstring.
753         Set jit-lock-first-unfontify-pos in an idempotent way.
754         (jit-lock-register): Autoload and add arg CONTEXTUAL.
756 2000-10-05  Alex Schroeder  <alex@gnu.org>
758         * sql.el (sql-mysql-options): New variable.
759         (sql-mysql): Use it.
761 2000-10-05  Miles Bader  <miles@lsi.nec.co.jp>
763         * image.el (image): New group.
765         * smerge-mode.el (smerge-mine-face, smerge-other-face)
766         (smerge-base-face, smerge-markers-face): Add dark-background variants.
768 2000-10-04  Peter Breton  <pbreton@ne.mediaone.net>
770         * net/net-utils.el (nslookup-font-lock-keywords)
771         (ftp-font-lock-keywords, smbclient-font-lock-keywords):
772         Ignore the value of wqindow-system; always define keywords
774 2000-10-05  Kenichi Handa  <handa@etl.go.jp>
776         * startup.el (fancy-splash-screens): Remove the code for
777         debugging; `(trace-to-stderr "EXITTT\n")'.
779 2000-10-05  Miles Bader  <miles@gnu.org>
781         * diff-mode.el (diff-goto-source): Update call to
782         `diff-hunk-status-msg' to reflect new REV variable.
784 2000-10-04  Stefan Monnier  <monnier@cs.yale.edu>
786         * progmodes/icon.el (icon-mode):
787         Don't gratuitously override the default for comment-column.
789         * vc-hooks.el (vc-mode-line): Fix interactive spec.
791         * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
792         (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
793         (jit-lock-functions): New var.
794         (jit-lock-function-1): Use it if non-nil.
795         Don't switch the syntax-table.  Don't set parse-sexp-lookup-properties.
796         Set the `fontified' property before doing the fontification to avoid
797         repeatedly going through the same error.
798         Don't turn errors into messages.
799         (jit-lock-register, jit-lock-unregister): New functions.
801         * dired.el (dired-mark-pop-up): Turn comment into docstring.
802         Use with-current-buffer.
804         * dired-aux.el (dired-do-create-files, dired-kill-tree):
805         Turn comment into docstring.
807         * apropos.el (apropos-mode): Use define-derived-mode.
809 2000-10-04  Gerd Moellmann  <gerd@gnu.org>
811         * startup.el (fancy-splash-pending-command): New variable.
812         (fancy-splash-pre-command): New function.
813         (fancy-splash-screens): Rewritten.
814         (command-line-1): If fancy-splash-pending-command is set, call it
815         interactively.
817 2000-10-04  Dave Love  <fx@gnu.org>
819         * toolbar/tool-bar.el (tool-bar-setup): New function.
820         (tool-bar-mode): Use it.
822         * subr.el (substitute-key-definition): Doc fix.
823         (play-sound-file): New command.
825 2000-10-04  Andre Spiegel  <spiegel@gnu.org>
827         * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
828         vc-version-backup-file-name): New functions.
830         * files.el (basic-save-buffer): Call vc-before-save before saving.
832         * vc-cvs.el (vc-cvs-make-version-backups): Return t if
833         vc-cvs-stay-local-p.
835         * vc.el (vc-revert-buffer): Handle empty diff properly.
836         (vc-version-backup-file): New function.
837         (vc-checkout): Create a version backup if necessary.
838         (vc-checkin): If a version backup file exists, delete it.
839         (vc-version-diff): Diff locally using version backups, if available.
840         (vc-revert-file): If there's a version backup, revert locally.
841         (vc-transfer-file): Use version backup for base version, if
842         available.  If not, ask for confirmation whether to get it from the
843         server.  Update mode line before check-in.
845 2000-10-04  Dave Love  <fx@gnu.org>
847         * toolbar/tool-bar.el (tool-bar-setup): New function.
848         (tool-bar-mode): Use it.
850 2000-10-04  Peter Breton  <pbreton@ne.mediaone.net>
852         * net/net-utils.el (nslookup-font-lock-keywords)
853         (ftp-font-lock-keywords, smbclient-font-lock-keywords):
854         Only set if window-system is non-nil
855         (net-utils-run-program): Returns buffer.
856         (network-connection-reconnect): Added this function.
858         * generic.el:
859         Incorporates extensive cleanup and docfixes by
860         Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
861         Uses cl compile-time macros.
862         (generic-mode-name, generic-comment-list)
863         (generic-keywords-list, generic-font-lock-expressions)
864         (generic-mode-function-list, generic-mode-syntax-table):
865         Removed variables.
866         (generic-mode-alist): Renamed to generic-mode-list.
867         (generic-find-file-regexp): Default changed to "^#".
868         (generic-read-type): Uses completing read on generic-mode-list.
869         (generic-mode-sanity-check): removed this function.
870         (generic-add-to-auto-mode): Removed this function
871         (generic-mode-internal): Bind mode-specific definitions
872         into function instead of putting them in alist.
873         (generic-mode-set-comments): Reworked extensively.
874         (generic-mode-find-file-hook): Simplified regexp searching
875         (generic-make-keywords-list): Omit extra pair of parens
877         * find-lisp.el (find-lisp-find-files-internal):
878         Make sure directory name ends with "/".
880         * generic-x.el (apache-conf-generic-mode):
881         Regexp now allows leading whitespace.
882         (rc-generic-mode): Added eval-when-compile
883         around generic-make-keywords-list.
884         Deleted duplicate regexp
885         (rul-generic-mode): Added eval-when-compile
886         around generic-make-keywords-list.
887         (etc-fstab-generic-mode): New generic mode.
888         (rul-generic-mode): Removed one eval-when-compile
889         which caused a max-specpdl-size exceeded error.
891 2000-10-04  Miles Bader  <miles@gnu.org>
893         * simple.el (minibuffer-temporary-goal-position): New variable.
894         (next-history-element): Try to keep the position of point in the
895         input string constant.
897         * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
898         (dired-do-create-files): If there's only one file, pass it in as
899         the DEFAULT arg to dired-mark-read-file-name.
901 2000-10-03  Stefan Monnier  <monnier@cs.yale.edu>
903         * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
904         (diff-goto-source): Be smarter when choosing REVERSE or not.
906         * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
907         (texinfo-mode-menu): Add an explicit shortcut for update all.
909 2000-10-03  Andre Spiegel  <spiegel@gnu.org>
911         * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
912         factorize backend-specific code cleanly (this was essentially
913         conceived by Stefan Monnier).
914         (vc-unregister): Function removed.
915         (vc-revert-file): New function.
916         (vc-revert-buffer): Delegate some of the work to it.
918         * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
919         default branch unconditionally.
920         (vc-rcs-set-default-branch): New function.
921         (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
922         (vc-rcs-checkin): If an appropriate default branch has been set,
923         force creation of that branch.
924         (vc-rcs-receive-file): Rewritten to contain only backend-specific
925         code (as suggested by Stefan Monnier).
927 2000-10-02  Gerd Moellmann  <gerd@gnu.org>
929         * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
930         highlighting overlay with a different face over the overlay
931         isearch uses to highlight the current match because that can lead
932         to bad face combinations.
934         * loadup.el (toplevel): Load faces before isearch.
936         * isearch.el (isearch-faces): New custom group.
937         (isearch): New defface; was already tested for in the code.
938         (isearch-lazy-highlight-face): Changed to defface from defcustom.
939         (isearch-highlight): Always use face `isearch'.
941 2000-10-02  Dave Love  <fx@gnu.org>
943         * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
944         unused vars.  Treat byte-constant2 like byte-constant.  Fix bogus
945         comparison of opcode with operand.
947 2000-10-03  Miles Bader  <miles@gnu.org>
949         * play/yow.el (yow): Don't display multi-line quotations in a *Help*
950         buffer, since the echo area will now grow to accommodate them.
952 2000-10-02  Andre Spiegel  <spiegel@gnu.org>
954         * vc-hooks.el (vc-registered): If FILE used to be registered under
955         a certain backend, try that one first.
957         * vc.el (vc-responsible-backend): Undo the previous change in the
958         argument list.  Handle multiple backends correctly.
959         (vc-find-new-backend): Function removed.
960         (vc-register): Use vc-responsible-backend, as before.
961         (vc-next-action-on-file): Do use vc-registered, not vc-backend.
963 2000-10-02  Gerd Moellmann  <gerd@gnu.org>
965         * startup.el (fancy-splash-head): Change message below the
966         logo.
968 2000-10-02  Miles Bader  <miles@lsi.nec.co.jp>
970         * diff-mode.el (diff-goto-source): Emit a status message.
971         (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
972         (diff-test-hunk): Fix doc string.
973         (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
974         (diff-advance-after-apply-hunk): New variable.
975         (diff-apply-hunk): Don't return a value.
977 2000-10-01  Stefan Monnier  <monnier@cs.yale.edu>
979         * vc.el (vc-editable-p): Minor optimization.
980         (edit-vc-file, vc-next-action-on-file): Don't use find-file.
981         (vc-find-new-backend): New function split from vc-responsible-backend.
982         (vc-register): Use it.
983         (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
984         (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
985         (vc-default-unregister, vc-revert-buffer): Docstring fix.
986         (vc-clear-headers): Don't use find-file.
987         (vc-revert-buffer): Use `and' again (must have been a braino).
988         (vc-switch-backend): Only prompt if requested.
989         Short circuit if nothing is to be done.
990         Don't use vc-resynch-buffer which could lose unsaved editing.
991         (vc-default-receive-file): Update call to vc-unregister.
992         (with-vc-file, vc-next-action-on-file):
993         Use vc-backend rather than vc-registered.
994         (vc-next-action-on-file): Use intern-soft.
995         Deal with read-only *vc-diff* buffer.
996         (vc-transfer-file): Docstring fix.
998         * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
999         (vc-rcs-receive-file): Avoid with-vc-properties.
1000         Update call to vc-unregister.
1001         Use constant `RCS' rather than (dynamically bound) var `backend'.
1003 2000-10-01  Andre Spiegel  <spiegel@gnu.org>
1005         * vc.el (vc-next-action-on-file): Update mode line only if file
1006         is visited.
1007         (vc-start-entry): New argument initial-contents.  Don't visit the file
1008         if it isn't already visited.  Brought documentation up-to-date.
1009         (vc-next-action, vc-register): Updated calls to vc-start-entry.
1010         (vc-checkin): New optional arg initial-contents, which is passed to
1011         vc-start-entry.
1012         (vc-finish-logentry): Make sure to bury log buffer only if there
1013         really is one.  Call `vc-resynch-buffer' on log-file, not
1014         buffer-file-name.
1015         (vc-default-comment-history, vc-default-wash-log): New functions.
1016         (vc-index-of): Removed.
1017         (vc-transfer-file): Make do without the above.
1018         (vc-default-receive-file): Call comment-history unconditionally.  Pass
1019         the resulting string to vc-checkin, instead of inserting it into the
1020         comment ring.
1022         * vc-rcs.el (vc-rcs-receive-file): Call comment-history
1023         unconditionally.  Use the comments as initial contents of the log
1024         entry buffer.  Document the trick to force branch creation with no
1025         changes.
1027 2000-10-01  Miles Bader  <miles@gnu.org>
1029         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
1030         `recenter' with an arg to prevent redrawing the display.
1032 2000-09-30  Stefan Monnier  <monnier@cs.yale.edu>
1034         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
1036         * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
1038         * progmodes/c-mode.el (c-mode):
1039         Don't gratuitously override the default for comment-column.
1041         * textmodes/tex-mode.el (latex-metasection-list): New var.
1042         (latex-imenu-create-index): Use it.
1043         Move the regexp construction outside loops (and use push).
1044         (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
1045         (tex-font-lock-keywords): Moved from font-lock.el.
1046         (tex-comment-indent): Remove.
1047         (tex-common-initialization): Don't set comment-indent-function.
1048         (latex-block-default): New var.
1049         (tex-latex-block): Use it to provide a default choice.
1050         Add any unknown choice to latex-block-names.
1051         Insert [...] after {...}.
1052         (tex-last-unended-begin): Simplify regexp.
1053         (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
1054         (latex-forward-sexp-1, latex-forward-sexp): New functions.
1055         (latex-mode): Set forward-sexp-function.
1057         * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
1058         Add regexp for @ignore ... @end ignore.
1059         (texinfo-heading-face): New face.
1060         (texinfo-font-lock-keywords): Use it.
1061         (texinfo-mode-menu): New menu.
1062         (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
1063         New functions.
1064         (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
1065         (texinfo-section-types-regexp, texinfo-section-level-regexp)
1066         (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
1067         Remove declaration.
1068         (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
1070         * delsel.el (delete-selection-mode): Use define-minor-mode.
1072         * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
1074 2000-09-29  Stefan Monnier  <monnier@cs.yale.edu>
1076         * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
1078 2000-09-30  Gerd Moellmann  <gerd@gnu.org>
1080         * replace.el (keep-lines-read-args): New function.
1081         (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
1082         read arguments interactively.  Add parameters RSTART and REND.
1083         Operate on the active region in Transient Mark mode.
1085         * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
1087         * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
1088         (authors-obsolete-files-regexps): New variable.
1089         (authors-add): Don't record changes in obsolete files.
1091 2000-09-29  Stefan Monnier  <monnier@cs.yale.edu>
1093         * autoinsert.el (auto-insert-mode): Use define-minor-mode.
1095         * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
1096         (comment-indent): Make sure there's a space between code and comment.
1097         Shift comments left to avoid going past fill-column.
1099 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
1101         * startup.el (startup-echo-area-message): New function.
1102         (display-startup-echo-area-message): Use it.
1103         (fancy-splash-screens): Rewritten to use keymaps and a timer.
1104         (fancy-splash-default-action): New function.
1105         (fancy-splash-screens-1): New function.
1106         (fancy-splash-head): Put a help-echo and a keymap under the image.
1108 2000-09-29  Stefan Monnier  <monnier@cs.yale.edu>
1110         * diff-mode.el (diff-add-log-file-name): Remove.
1111         (diff-mode): Use add-log-buffer-file-name-function.
1113         * add-log.el (find-change-log): New arg BUFFER-FILE.
1114         (add-log-file-name): Obey add-log-file-name-function.
1115         (add-log-buffer-file-name-function): New var.
1116         (add-change-log-entry): Use it.
1118 2000-09-29  Miles Bader  <miles@gnu.org>
1120         * image-file.el (image-file-name-extensions): New variable.
1121         (image-file-name-regexps): Renamed from `image-file-regexps'.
1122         New default value is nil.  Call `auto-image-file-mode'.
1123         (image-file-name-regexp): New function.
1124         (auto-image-file-mode): New minor mode.
1125         (insert-image-file): Don't make conditional on the image-file
1126         handler being enabled.
1127         (image-file-handler): Make the call here conditional instead.
1128         (set-image-file-handler-enabled, enable-image-file-handler)
1129         (disable-image-file-handler): Functions removed.
1131         * emacs-lisp/authors.el (authors-print): Rephrase many-files
1132         string.
1134 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
1136         * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
1137         it's a function from CL.
1138         (latex-imenu-create-index): Replace eval-when-compile with progn
1139         because latex-section-alist is not bound while compiling.
1141 2000-09-28  Stefan Monnier  <monnier@cs.yale.edu>
1143         * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
1144         (outline-mode): Use define-derived-mode.
1146         * progmodes/perl-mode.el (perl-mode):
1147         * progmodes/awk-mode.el (awk-mode):
1148         * progmodes/asm-mode.el (asm-mode):
1149         Don't gratuitously override the default for comment-column.
1151         * emacs-lisp/lisp.el (lisp-complete-symbol):
1152         Distinguish the let-binding case from the funcall case.
1153         (forward-sexp-function): New variable.
1154         (forward-sexp): Use it.
1156         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
1157         (easy-mmode-defmap): Remove the now useless autoload.
1159         * time.el (display-time-mode): Use define-minor-mode.
1161         * subr.el (add-minor-mode): Don't eval NAME.
1162         Don't depend on the presence of TOGGLE-FUN for any special behavior.
1163         Use if rather than cond.
1165         * simple.el (read-expression-map): Define more properly.
1166         (comment-indent-hook): Remove.
1167         (string-to-syntax): Bug fix.
1169         * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
1170         (cvs-ediff-diff): Fix typo.
1171         (cvs-revert-if-needed): Don't bother preserving read-only.
1173         * paren.el (show-paren-mode): Use define-minor-mode.
1175         * jka-compr.el (auto-compression-mode): Use define-minor-mode.
1176         (toggle-auto-compression): Remove.
1177         (jka-compr-build-file-regexp): Remove useless grouping.
1179         * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
1180         Avoid user-reserved bindings.
1181         (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
1182         (diff-header-face): Revert to grey85.
1184         * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
1186         * complete.el (partial-completion-mode) <defcustom>: Remove.
1187         (partial-completion-mode): Use define-minor-mode.
1188         (PC-do-completion): Understand `completion-auto-help = delay'
1189         to mean to popup the completion buffer only the second time.
1190         (PC-include-file-all-completions, PC-include-file-all-completions)
1191         (PC-include-file-all-completions): Don't quote lambda.
1193         * comint.el (comint-mode-hook): Docstring fix.
1194         (comint-mode): Use define-derived-mode.
1195         (comint-mode-map): Remove obsolete comment.
1196         (make-comint): Minor stylistic change.
1197         (comint-insert-clicked-input): Be more careful to find the overlay.
1198         Use this-command-keys rather than hardcoding mouse-2.
1200         * font-lock.el: Replace confusing (,@ with ,
1201         (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
1202         Don't use regexp-opt-depth.  Spice up the regexp for args.
1203         Don't distinguish between cmds that can take an opt arg or not.
1204         Use `append' and `prepend' rather than `keep'.
1206         * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
1207         (latex-outline-regexp): New var.
1208         (latex-outline-level): New fun.
1209         (latex-section-alist): New var.
1210         (latex-imenu-create-index): Use it.  Use `push' as well.
1211         (tex-shell-map): Initialize it properly.
1212         (tex-mode): Minor stylistic change.
1213         (plain-tex-mode): Use define-derived-mode.
1214         (latex-mode): Use define-derived-mode.
1215         Construct the paragraph regexps in a more readable way.
1216         Set the buffer-local outline-{level,regexp} vars.
1217         (slitex-mode): Derive from latex-mode.
1218         (tex-common-initialization): Don't kill-all-vars anymore.
1219         Add setting for comment-add and font-lock-defaults.
1220         (tex-start-shell): Use with-current-buffer and don't re-init keymap.
1221         (tex-main-file): New fun.  Obey TeX-master as well and remove `.tex'.
1222         (tex-start-tex): New arg DIR (and send a chdir command for it).
1223         Also display the shell buffer and save it in tex-last-buffer-texed.
1224         (tex-region): Use expand-file-name rather than concat.
1225         Remove code made useless by changes in tex-start-tex.
1226         (tex-file): Use tex-main-file and adapt to new tex-start-tex.
1228         * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
1230 2000-09-28  Dave Love  <fx@gnu.org>
1232         * eshell/eshell.el (eshell) <defgroup>: Add :version.
1234 2000-09-28  Gerd Moellmann  <gerd@gnu.org>
1236         * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
1237         `append'.
1239 2000-09-28  Stefan Monnier  <monnier@cs.yale.edu>
1241         * info.el (Info-extract-pointer): Undo last change.
1242         Instead, fix the position of the `bound' arg to re-search-backward.
1244 2000-09-27  Stefan Monnier  <monnier@cs.yale.edu>
1246         * info.el (Info-extract-pointer):
1247         Widen more carefully, to avoid finding pointers in other nodes.
1248         (Info-index): Use push.
1250 2000-09-27  Gerd Moellmann  <gerd@gnu.org>
1252         * frame.el (set-frame-font): Remove call to obsolete function
1253         frame-update-faces.
1254         (set-foreground-color, set-background-color): Likewise for
1255         frame-update-face-colors.
1257 2000-09-27  Miles Bader  <miles@gnu.org>
1259         * image-file.el: New file.
1261 2000-09-27  Gerd Moellmann  <gerd@gnu.org>
1263         * frame.el (frame-notice-user-settings): Don't call
1264         frame-update-faces, which is a no-op now.
1266         * ediff-wind.el (ediff-control-frame-parameters): Add zero
1267         tool-bar-lines.
1269 2000-09-27  Dave Love  <fx@gnu.org>
1271         * mouse.el: Fix last change.
1273 2000-09-27  Miles Bader  <miles@lsi.nec.co.jp>
1275         * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
1277 2000-09-22  Kenichi Handa  <handa@etl.go.jp>
1279         * international/quail.el (quail-help): The output message is
1280         improved.
1282 2000-09-26  Dave Love  <fx@gnu.org>
1284         * mouse.el (popup-menu): If POSITION is nil, set it using
1285         mouse-position.
1287 2000-09-25  Sam Steingold  <sds@gnu.org>
1289         * net/browse-url.el (browse-url-file-url): Check for null maps.
1291 2000-09-26  Gerd Moellmann  <gerd@gnu.org>
1293         * frame.el (frame-notice-user-settings): Don't add a
1294         tool-bar-lines frame parameter to default-frame-alist in batch mode.
1296         * frame.el (frame-notice-user-settings):
1297         Make tool-bar-mode and default-frame-alist consistent.
1299         * toolbar/tool-bar.el (tool-bar-help): New function.
1301 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
1303         * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
1304         current-load-list in top-level forms.  Else this leaks a cons cell
1305         every time a defun is called.
1307         * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
1309 2000-09-25  Dave Love  <fx@gnu.org>
1311         * startup.el (fancy-splash-head): Check XPM is available.
1313         * autoinsert.el (auto-insert): Doc fix.
1314         (auto-insert-alist): Following GNU notices, don't say `copyright
1315         _by_'.  Use line-beginning-position.
1316         (auto-insert): Check buffer-file-name is non-nil before use.
1318 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
1320         * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
1321         starting with `@def' or `@multitable', in addition to ones
1322         specified by the user in auto-fill-inhibit-regexp.
1324 2000-09-25  Markus Rost  <rost@math.ohio-state.edu>
1326         * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
1327         rmail-dont-reply-to-names matches the empty string.
1329 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
1331         * startup.el (command-line-1, fancy-splash-text): Change the
1332         text to sound more friendly.
1334 2000-09-23  Thien-Thi Nguyen  <ttn@gnu.org>
1336         * progmodes/hideshow.el: Update author email address.
1337         Generally, sync w/ maintainer version 5.22.
1338         (hs-hide-all-non-comment-function): New var.
1339         (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
1340         (hs-hide-all): Use `hs-hide-all-non-comment-function'.
1341         (hs-show-region): Delete this command.
1342         (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
1344 2000-09-22  Dave Love  <fx@gnu.org>
1346         * hl-line.el (hl-line-overlay): Don't make it buffer-local.
1347         (hl-line-highlight): Specify buffer when moving overlay.
1349         * progmodes/fortran.el (fortran-mode): Locally set
1350         normal-auto-fill-function.
1351         (fortran-auto-fill-mode): Just alias to auto-fill-mode.
1352         (fortran-mode-map): Adjust auto-fill menu entry.
1354 2000-09-22  Gerd Moellmann  <gerd@gnu.org>
1356         * vc-rcs.el (toplevel): Require `vc' when compiling.
1358         * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
1360 2000-09-22  Andre Spiegel  <spiegel@gnu.org>
1362         * vc.el (vc-switch-backend): Signal an error if the file is not
1363         registered under the new backend.
1365         * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
1366         without explicit revision number.
1368 2000-09-21  Stefan Monnier  <monnier@cs.yale.edu>
1370         * diff-mode.el (diff-file-header-face): Reset to its previous value.
1371         (diff-hunk-text): Correctly use offsets rather than buffer-positions.
1372         (diff-xor): New function.
1373         (diff-find-source-location): Use it.  Fix a stupid name clash.
1374         (diff-hunk-status-msg): New function.
1375         (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
1376         (diff-test-hunk): Use diff-find-source-location.
1377         (diff-goto-source): Favor the `reverse'.
1378         (diff-hunk-text): Properly handle one-sided context diffs.
1379         (diff-apply-hunk): When done, advance to the next hunk.
1381 2000-09-21  Gerd Moellmann  <gerd@gnu.org>
1383         * startup.el (command-line): If frame was created with a non-zero
1384         tool-bar-lines parameter, switch tool-bar-mode on.
1386         * add-log.el (change-log-date-face, change-log-name-face)
1387         (change-log-email-face, change-log-file-face)
1388         (change-log-list-face, change-log-conditionals-face)
1389         (change-log-function-face, change-log-acknowledgement-face):
1390         New faces, inheriting from font-lock faces.
1391         (change-log-font-lock-keywords): Use them.
1393 2000-09-21  Dave Love  <fx@gnu.org>
1395         * progmodes/cperl-mode.el (top-level): Clean up
1396         `eval-when-compile's and assorted defvars.
1397         (cperl-invalid-face): Don't double-quote value.  Change custom
1398         type.
1399         (cperl-mode): Set normal-auto-fill-function and don't zap
1400         auto-fill-function.
1401         (cperl-imenu--function-name-regexp-perl): Renamed from
1402         imenu-example--function-name-regexp-perl.
1403         (cperl-imenu--create-perl-index): Renamed from
1404         imenu-example--create-perl-index.
1405         (cperl-xsub-scan): Don't require cl.
1407         * msb.el (msb-mode-map): Use substitute-key-definition.
1408         (msb-mode): Use msb-mode-map.
1410 2000-09-21  Andre Spiegel  <spiegel@gnu.org>
1412         * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
1413         New functions.
1414         (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
1415         (vc-switch-backend): New function.
1416         (vc-prefix-map): Bind `vc-switch-backend' to `b'.
1417         (vc-register): Fix prompt.
1418         (vc-unregister, vc-default-unregister): New functions.
1419         (vc-version-diff): Handle empty buffer in sentinel.
1421         * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
1422         (vc-rcs-state-heuristic): Use it to guess the state of files with
1423         non-strict locking.
1424         (vc-rcs-find-most-recent-rev): Handle the case when a branch has
1425         been set with -b, but not created yet.
1426         (vc-rcs-fetch-master-state): With non-strict locking, compare file
1427         contents in order to find the state.
1428         (vc-rcs-checkin): Allow creation of branches with no changes.
1429         (vc-rcs-unregister, vc-rcs-receive-file)
1430         (vc-rcs-set-non-strict-locking): New functions.
1432         * vc-hooks.el (vc-name): Force correct computation of the value
1433         in case it is missing.
1435 2000-09-21  Gerd Moellmann  <gerd@gnu.org>
1437         * startup.el (fancy-splash-tail): Use a different foreground
1438         color on a dark frame background.
1440 2000-09-21  Miles Bader  <miles@lsi.nec.co.jp>
1442         * info.el: Use the correct capitalization when making Info-mode
1443         and Info-edit-mode `special' modes.
1445 2000-09-20  Stefan Monnier  <monnier@cs.yale.edu>
1447         * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
1448         (diff-mode): Add support for add-log.el.
1449         (diff-hunk-text): Use char offsets rather than line offsets.
1450         (diff-find-source-location): Replace LINE with line-offset (nil
1451         if not found) and always set POS to a meaningful position.
1452         Adapt to the new char-offsets.
1453         (diff-apply-hunk): Drop support for the unused `select' POPUP.
1454         Adapt to the new diff-find-source-location.
1455         (diff-goto-source): Adapt to the new diff-find-source-location.
1457         * add-log.el (add-log-file-name): New function (split out of
1458         add-change-log-entry).
1459         (add-change-log-entry): Use it.
1460         Call add-log-file-name-function with the changelog file name if
1461         the current buffer is not associated with any file.
1462         Avoid find-file if the selected window is dedicated.
1464         * diff-mode.el (diff-find-source-location):
1465         Move code from diff-apply-hunk.  Return buffer rather than file.
1466         (diff-apply-hunk): Use the new result from  diff-find-source-location.
1467         (diff-goto-source): Use the new diff-find-source-location.
1469 2000-09-20  Dave Love  <fx@gnu.org>
1471         * iswitchb.el: Some doc fixes.
1472         (iswitchb-mode-map): Define completely initially.  Inherit
1473         minibuffer-local-map.
1474         (iswitchb-completion-help) <!iswitchb-xemacs>: Use
1475         fundamental-mode.
1476         (iswitchb-global-map): New variable.
1477         (iswitchb-summaries-to-end): Amalgamate regexps.
1478         (iswitchb-mode): New.
1479         (iswitchb-mode-hook): New variable.
1480         (iswitchb) <defgroup>: Add URL link.  Use group `completion', not
1481         `extensions'.
1483 2000-09-20  Gerd Moellmann  <gerd@gnu.org>
1485         * ehelp.el (electric-help): New defgroup.
1486         (electric-help-shrink-window): New user-option.
1487         (with-electric-help): Use it.
1489         * window.el (shrink-window-if-larger-than-buffer): If face
1490         `mode-line' has a :box, and we're on a graphical frame, add 1
1491         to the needed window height.
1493         * frame.el (frame-notice-user-settings): Add a last parameter nil
1494         to a call to `append', because the last list passed to `append' is
1495         not copied, and so subsequent calls to assq-delete-all will modify
1496         default-frame-alist.
1498         * startup.el (fancy-splash-image): Change :type.
1499         (fancy-splash-head): Use an XBM image if appropriate.
1500         (command-line-1): Show splash screens in more cases.
1502         * startup.el (fancy-splash-text): Don't quote faces.
1504         * dired.el (dired-font-lock-keywords): Undo last change.
1505         (dired-readin): Bind indent-tabs-mode to nil.
1507         * startup.el (fancy-splash-head): If frame's background mode
1508         is `dark', change the black background of the image to gray.
1509         (fancy-splash-screens): Display startup echo area message.
1510         (display-startup-echo-area-message): New function.
1512 2000-09-20  Miles Bader  <miles@lsi.nec.co.jp>
1514         * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
1516         * info.el (info-header-node): Tweak for color ttys.
1518         * faces.el (face-valid-attribute-values): Make sure directories we
1519         search for stipples both exist and are readable before trying to
1520         search them.
1522         * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
1523         in the dry-run case.
1525         * jka-compr.el (with-auto-compression-mode): New macro.
1527         * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
1528         (custom-group-tag-face, custom-variable-tag-face): Use relative
1529         :height and inherit from `variable-pitch' face instead of
1530         hardwiring :family.
1531         * hi-lock.el (hi-black-hb): Likewise.
1533         Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
1534         * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
1535         toolbar-add-item, if image doesn't have a mask add a `:mask
1536         heuristic'.
1538 2000-09-19  Stefan Monnier  <monnier@cs.yale.edu>
1540         * diff-mode.el: Docstring fixes.
1541         (diff-header-face, diff-comment-face): New faces.
1542         (diff-font-lock-keywords): Highlight a bit differently.
1543         (diff-find-source-location): Don't return SPAN any more.
1544         (diff-hunk-text): Don't bother erasing the temp buffer.
1545         (diff-find-text): Drop argument LINE.
1546         (diff-apply-hunk): Update calls to diff-find-text.
1547         (diff-goto-source): Use pop-to-buffer again and don't raise an error.
1549         * calendar/calendar.el: Docstring fixes.
1550         (calendar-make-alist): Don't quote lambda.
1551         (calendar-star-date): Use make-local-variable.
1553 2000-09-19  Dave Love  <fx@gnu.org>
1555         * toolbar/tool-bar.el: Renamed from toolbar.el.
1556         Change `toolbar' to `tool-bar' generally in symbols.
1557         Make some items invisible in `special' major modes.
1558         (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
1559         Add arg PROPS.
1561         * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
1562         Add :version here.
1563         (fancy-splash-delay, fancy-splash-image): Remove :version here.
1565 2000-09-19  Gerd Moellmann  <gerd@gnu.org>
1567         * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
1569         * files.el (find-file-suppress-same-file-warnings): New user-option.
1570         (find-file-noselect): Use it.
1572         * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
1573         (fancy-splash-screen): Defgroup.
1575         * add-log.el (change-log-font-lock-keywords): Match names
1576         more exactly for the case that font-lock-constant-face is
1577         underlined.
1579 2000-09-19  Richard M. Stallman  <rms@gnu.org>
1581         * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
1583 2000-09-19  Andre Spiegel  <spiegel@gnu.org>
1585         * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
1587 2000-09-19  Gerd Moellmann  <gerd@gnu.org>
1589         * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
1590         * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
1591         * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
1592         * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
1593         * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
1594         * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
1595         * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
1596         * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
1597         * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
1598         * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
1599         * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
1600         * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
1602         * startup.el (fancy-splash-text): New variable.
1603         (fancy-splash-delay, fancy-splash-image): New user-options.
1604         (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
1605         (fancy-splash-screens): New functions.
1606         (command-line-1): If display has a `display' frame parameter, has
1607         colors, and we have XPM support, show more fancy splash screens.
1609 2000-09-19  Dave Love  <fx@gnu.org>
1611         * map-ynp.el (map-y-or-n-p): Check use-dialog-box.  Don't lose
1612         with null `help'.  Use modern backquote syntax.
1614 2000-09-19  Gerd Moellmann  <gerd@gnu.org>
1616         * font-lock.el (font-lock-mode): Change message telling the user
1617         that ``the buffer is too big''.
1619         * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
1620         for instance for the case that tab-width is 2.
1622 2000-09-18  Gerd Moellmann  <gerd@gnu.org>
1624         * toolbar/toolbar.el (toolbar-like-menu-item): Like in
1625         toolbar-add-item, if image doesn't have a mask add a `:mask
1626         heuristic'.
1628 2000-09-18  Miles Bader  <miles@lsi.nec.co.jp>
1630         * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
1631         and return a cons if it's non-nil.
1632         (diff-apply-hunk): Try to jump to the line in the source text
1633         corresponding to the position of point in the in the hunk.
1635         * info.el (Info-title-3-face, Info-title-2-face)
1636         (Info-title-1-face): Use face inheritance and relative sizes
1637         instead of hard-wiring things.
1639         * faces.el (secondary-selection): Make dark-background variant sane.
1641 2000-09-16  Andrew Innes  <andrewi@gnu.org>
1643         * makefile.w32-in (compile-files-CMD): No need to make .elc files
1644         read-only, since they aren't under VC now.
1646 2000-09-17  Dave Love  <fx@gnu.org>
1648         * tmm.el: Replace mapcar with mapc in several places.
1650         * loadhist.el (unload-feature): Maybe call elp-restore-list and
1651         ad-unadvise.
1653         * international/latin1-disp.el: New file.
1655         * calendar/cal-move.el (scroll-calendar-left)
1656         (scroll-calendar-right): Make arg optional (for active mode line).
1658         * calendar/calendar.el (calendar-mode-line-format): Make fields
1659         mouse-sensitive.
1660         (calendar-read-date, calendar-read-date, calendar-window-list):
1661         Unquote lambda.
1662         (calendar-month-name): Use aref, not sref.
1664         * view.el (minor-mode-alist): Propertize the string.
1666         * international/characters.el (standard-case-table): Add entries
1667         for Greek.
1669 2000-09-18  Miles Bader  <miles@gnu.org>
1671         * info.el (info-node, info-xref): Add dark-background variants.
1673         * faces.el (header-line): Change defaults to be less confusing
1674         when mixed with mode-lines.
1676         * info.el (Info-fontify-node): Make a few cleanups.
1677         Add extra `help-echo' and `local-map' props to node xrefs.
1678         Use header-specific faces for node-names & xrefs.
1679         (Info-use-header-line): New variable.
1680         (info-header-xref, info-header-node): New faces.
1681         (Info-setup-header-line): New function.
1682         (Info-select-node): Call Info-setup-header-line when enabled.
1683         (Info-extract-pointer): Work even if the header line is hidden.
1684         (Info-header-line): New variable.
1686 2000-09-16  Stefan Monnier  <monnier@cs.yale.edu>
1688         * vms-patch.el (print-region-function): Don't quote lambda.
1690         * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
1692         * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
1693         (lm-get-header-re): Allow spaces between the header and the colon.
1694         (lm-header): Allow $ in non-RCS headers.
1695         (lm-header-multiline): Put the strings back into order.
1696         Stop at an empty line.  Don't require two space chars if the
1697         line is clearly not another header line.
1699         * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
1700         (popup-menu-popup): Remove.
1702 2000-09-15  Gerd Moellmann  <gerd@gnu.org>
1704         * toolbar/toolbar.el (toolbar-add-item): Use the same image
1705         specification if or if not tool-bar item contains an `:enabled'
1706         property.
1708         * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
1709         current buffer has no file name.
1711 2000-09-15  Dave Love  <fx@gnu.org>
1713         * strokes.el: Sync with maintainer's current version with changes
1714         for Emacs, but avoid runtime cl and levents.
1715         (toplevel):  Change autoloads and compilation requires.
1716         (strokes-version, strokes-bug-address, strokes-lift): Values
1717         changed.
1718         (strokes-xpm-header, strokes-insinuated): New variable.
1719         (strokes): Add :link.
1720         (strokes-mode): Customized.
1721         (strokes-while-inhibiting-garbage-collector): New macro.
1722         (strokes-remassoc): Avoid remove-if.
1723         (strokes-fix-button2-command): Don't use ad-do-it.
1724         (strokes-insinuate): New function.
1725         (strokes-button-press-event-p, strokes-button-release-event-p):
1726         New functions, used instead of non-`strokes-' versions..
1727         (strokes-mouse-event-p): Rewritten.
1728         (strokes-event-closest-point): Avoid event-point.
1729         (strokes-get-grid-position): Avoid cdadr, caadr
1730         (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
1731         functions.
1732         (strokes-help): Use with-output-to-temp-buffer.
1733         (strokes-window-configuration-changed-p): New function.
1734         (strokes-update-window-configuration): Use buffer-live-p,
1735         strokes-window-configuration-changed-p.
1736         (strokes-mode): Use strokes-insinuate.  Alter mouse bindings.
1737         (strokes-char-face): New face.
1738         (strokes-char-table, strokes-base64-chars): New variable.
1739         (strokes-xpm-for-stroke, strokes-list-strokes)
1740         (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
1741         (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
1742         (strokes-xpm-to-compressed-string, strokes-decode-buffer)
1743         (strokes-encode-buffer, strokes-xpm-for-compressed-string)
1744         (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
1745         functions.
1747 2000-09-15  Gerd Moellmann  <gerd@gnu.org>
1749         * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
1751         * image.el (create-image): Doc fix.
1753         * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
1754         instead of `:heuristic-mask t'.
1756 2000-09-14  Andrew Innes  <andrewi@gnu.org>
1758         * makefile.w32-in: Revert to Unix line endings.
1760 2000-09-14  Andrew Innes  <andrewi@gnu.org>
1762         * makefile.w32-in: Add bootstrap support.  Also copy lisp source
1763         when installing.
1765         * makefile.nt (DONTCOMPILE): Fix typo.
1767         * shell.el (shell-write-history-on-exit): New function.
1768         (shell-dumb-shell-regexp): New custom variable.
1769         (shell-mode): Make shell-write-history-on-exit the process
1770         sentinel if shell name matches shell-dumb-shell-regexp.
1772         * w32-fns.el: Comment out before-init-hook function which resets
1773         source-directory based; this breaks bootstrap.
1775 2000-09-14  Dave Love  <fx@gnu.org>
1777         * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
1778         toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
1779         toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
1780         toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
1781         toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
1782         toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
1783         toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm:  New.
1784         From Tuomas Kuosmanen <tigert@gimp.org>.  (Gnome icons fetched
1785         from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
1787         * toolbar/toolbar.el: New.
1789         * subdirs.el: Add toolbar.
1791 2000-09-14  Gerd Moellmann  <gerd@gnu.org>
1793         * indent.el (indent-for-tab-command): Doc fix.
1795 2000-09-14  Alex Schroeder  <alex@gnu.org>
1797         * ansi-color.el (ansi-colors): Doc change.
1798         (ansi-color-get-face): Simplified regexp.
1799         (ansi-color-faces-vector): Added more faces, doc change.
1800         (ansi-color-names-vector): Doc change.
1801         (ansi-color-regexp): Simplified regexp.
1802         (ansi-color-parameter-regexp): New regexp.
1803         (ansi-color-filter-apply): Doc change.
1804         (ansi-color-filter-region): Doc change.
1805         (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
1806         deal with zero length parameters.
1807         (ansi-color-apply-on-region): Doc change.
1808         (ansi-color-map): Doc change.
1809         (ansi-color-map-update): Removed debugging message.
1810         (ansi-color-get-face-1): Added condition-case to trap
1811         args-out-of-range errors.
1812         (ansi-color-get-face): Doc change.
1813         (ansi-color-make-face): Removed.
1814         (ansi-color-for-shell-mode): New option.
1816 2000-09-13  Kenichi Handa  <handa@etl.go.jp>
1818         * international/quail.el (quail-start-translation): Translate KEY
1819         if necessary even if it doesn't have any mapping in the current
1820         input method.
1821         (quail-start-conversion): Likewise.
1822         (quail-help): The output message is improved.
1824 2000-09-13  Miles Bader  <miles@gnu.org>
1826         * comint.el (comint-output-filter): Revert to using
1827         `insert-before-markers'.  Add bletcherous hack to undo damage
1828         caused by `insert-before-markers'.  Put `front-sticky' property on
1829         overlays created here so that the field code understands how the
1830         overlay works.  Use a let when making comint-last-prompt-overlay,
1831         so that the code is easier to read.
1833 2000-09-13  Dave Love  <fx@gnu.org>
1835         * wid-edit.el (widget-default-format-handler): DTRT when
1836         doc-property is a function.
1838 2000-09-12  Francesco Potorti`  <pot@gnu.org>
1840         * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
1841         filed name if it's not there.
1843 2000-09-12  Dave Love  <fx@gnu.org>
1845         * simple.el (read-mail-command): Doc fix.
1846         (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
1848         * vc.el (vc-dired-listing-switches): Fix :version.
1850         * vc-hooks.el: Doc fixes.
1852         * subr.el (add-minor-mode): Use toggle-fun arg.
1854         * speedbar.el: Add :version to several defcustoms.
1856         * imenu.el (imenu--truncate-items, imenu--cleanup)
1857         (imenu--generic-function): Avoid mapcar.
1858         (imenu--replace-spaces): Function removed.
1859         (imenu--completion-buffer): Use subst-char-in-string.
1860         (imenu-add-to-menubar): Use keymap inheritance.
1862 2000-09-12  Miles Bader  <miles@gnu.org>
1864         * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
1865         (diff-mode-map): Bind `diff-test-hunk'.
1866         (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
1868 2000-09-11  Gerd Moellmann  <gerd@gnu.org>
1870         * bytecomp.el (byte-compile-defvar): Undo last change
1871         because it breaks '(make-variable-buffer-local (defvar ...)'
1872         which is used at least in dired.
1874 2000-09-12  Kenichi Handa  <handa@etl.go.jp>
1876         * international/quail.el (quail-define-package): Docstring
1877         modified.
1879 2000-09-12  Kenichi Handa  <handa@etl.go.jp>
1881         * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
1882         extra docstrings for "chinese-ccdospy", "chinese-ecdict",
1883         "chinese-etzy", "chinese-sw", and "chinese-ziranma".  Modify the
1884         docstring of "chinese-py".
1886         * international/quail.el (quail-translation-docstring): New
1887         variable.
1888         (quail-show-keyboard-layout): Docstring modified.
1889         (quail-select-current): Likewise.
1890         (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
1891         infinite recursive call.
1892         (quail-help): Check quail-translation-docstring.  Format of the
1893         output changed.
1894         (quail-help-insert-keymap-description): Adjusted for the above
1895         change.
1897 2000-09-11  Gerd Moellmann  <gerd@gnu.org>
1899         * bytecomp.el (byte-compile-defvar): Only cons onto
1900         current-load-list in top-level forms.  Else this leaks a cons cell
1901         every time a defun is called.
1903 2000-09-11  Miles Bader  <miles@lsi.nec.co.jp>
1905         * diff-mode.el (diff-apply-hunk): Function basically rewritten.
1906         Now understands non-unified diffs.  Some functionality moved into
1907         `diff-hunk-text' and `diff-find-text'.  Add OTHER-FILE, DRY-RUN,
1908         POPUP, and NOERROR arguments.  If DRY-RUN is true, don't actually
1909         modify anything.  Only reposition point in the patched file if the
1910         patch succeeds.  Only pop up another window if POPUP is true.
1911         Emit a message describing what happened if successful, and at what
1912         line-offset.  Automatically detect reversed hunks and do something
1913         appropriate.
1914         (diff-hunk-text, diff-find-text): New functions.
1915         (diff-filter-lines): Function removed.
1916         (diff-test-hunk): New function.
1917         (diff-goto-source): Rewritten in terms of diff-apply-hunk.
1919 2000-09-10  Dave Love  <fx@gnu.org>
1921         * textmodes/tildify.el: Minor doc/commentary fixes.
1922         (tildify) <defgroup>: Add :version.
1924         * faces.el (face-x-resources): Make custom type more specific.
1925         (frame-background-mode): Use mapc.
1926         (region) <defcustom>: Add :version.
1928 2000-09-08  Stefan Monnier  <monnier@cs.yale.edu>
1930         * vc-sccs.el (vc-sccs-register):
1931         * vc-rcs.el (vc-rcs-register):
1932         * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
1933         * vc.el (vc-register): Clear file's properties.
1935 2000-09-08  Gerd Moellmann  <gerd@gnu.org>
1937         * faces.el (face-spec-set): Only face-spec-reset-face when
1938         ATTRS is non-nil.
1940 2000-09-08  Eli Zaretskii  <eliz@is.elta.co.il>
1942         * help.el (help-insert-xref-button): Fix a typo in doc string.
1944 2000-09-07  Eli Zaretskii  <eliz@is.elta.co.il>
1946         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
1947         Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
1948         methods.
1950         * menu-bar.el (read-mail-item-name): New function.
1951         (menu-bar-tools-menu): Use it to compute and display the package
1952         used to read email.
1953         (menu-bar-tools-menu): Fix typo in GUD's help string.
1955 2000-09-07  Dave Love  <fx@gnu.org>
1957         * diff-mode.el (diff-mouse-goto-source): New function.
1959         * vc-sccs.el: Doc fixes.
1960         (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
1962         * vc-rcs.el: Doc fixes.
1963         (vc-rcs-register-switches, vc-rcs-checkin-switches)
1964         (vc-rcs-checkout-switches, vc-rcs-header)
1965         (vc-rcs-master-templates): Add or change :version.
1967         * vc-cvs.el: Doc fixes.
1968         (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
1969         (vc-cvs-stay-local): Add :version.
1971         * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
1973 2000-09-07  Kenichi Handa  <handa@etl.go.jp>
1975         * international/quail.el (quail-help): Fix previous change.
1977 2000-09-07  Gerd Moellmann  <gerd@gnu.org>
1979         * faces.el (color-values): Doc fix.
1981         * faces.el (frame-set-background-mode): Use frame-parameter
1982         instead of frame-parameters.
1984         * frame.el (filtered-frame-list): Reduce consing.
1985         (frames-on-display-list): Call frame-parameter instead of
1986         frame-parameters.
1988 2000-09-07  Kenichi Handa  <handa@etl.go.jp>
1990         * language/devan-util.el (devanagari-to-indian-region): In the
1991         loop, change the following char, not preceding char.
1993 2000-09-07  Gerd Moellmann  <gerd@gnu.org>
1995         * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
1996         instead of frame-parameters.
1998         * faces.el (set-face-attribute): Simplify by calling
1999         internal-set-lisp-face-attribute with FRAME being 0.
2001         * vc.el: Remove `Id' version control keyword.
2003 2000-09-07  Kenichi Handa  <handa@etl.go.jp>
2005         * help.el (help-make-xrefs): Adjusted for the change of
2006         help-xref-mule-regexp.
2007         (help-insert-xref-button): New function.
2009         * international/mule-cmds.el (help-xref-mule-regexp-template):
2010         Include the pattern for character set.
2011         (leim): New group.
2013         * international/quail.el: Don't require face.
2014         (quail): New group.
2015         (quail-other-command): Dummy command to make quail-help work better.
2016         (quail-keyboard-layout-alist): Add Keyboard type "jp106".
2017         (quail-keyboard-layout-substitution): New variable.
2018         (quail-update-keyboard-layout): New function.
2019         (quail-keyboard-layout-type): New customizable variable.
2020         (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
2021         (quail-keyboard-translate): Pay attention to
2022         quail-keyboard-layout-substitution.
2023         (quail-insert-kbd-layout): New function.
2024         (quail-show-keyboard-layout): New function.
2025         (quail-get-translation): If the definition is a vector of length
2026         1, and the element is a string of length 1, return the character
2027         in that string.
2028         (quail-update-current-translations): Fix the case of
2029         relative-index out of range.
2030         (quail-build-decode-map, quail-insert-decode-map): New Functions.
2031         (quail-help): Show keyboard layout by quail-insert-kbd-layout.
2032         Show key sequences for all available characters.
2033         (quail-help-insert-keymap-description): Don't show such verbose
2034         key bindings as quail-self-insert-command.
2036         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
2037         Format changed, and each element now have extra documentations.
2038         (tit-process-header): Delete invalid characters from TIT-PROMPT.
2039         Adjusted for the change of quail-cxterm-package-ext-info.
2041 2000-09-06  Gerd Moellmann  <gerd@gnu.org>
2043         * vc-hooks.el (toplevel): Don't require `vc' during compilation;
2044         requiring it leads to a recursive loading of vc.el and vc-hooks.el
2045         during bootstrap.
2047 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
2049         * vc.el: (toplevel): Don't require `dired' at run-time.
2050         (vc-dired-resynch-file): Remove autoload cookie.
2052 2000-09-05  Andre Spiegel  <spiegel@gnu.org>
2054         * vc.el: Made several backend functions optional.
2055         (vc-default-responsible-p): New function.
2056         (vc-merge): Use RET for first version to trigger merge-news, not
2057         prefix arg.
2058         (vc-annotate): Handle backends that do not support annotation.
2059         (vc-default-merge-news): Removed.  The existence of a merge-news
2060         implementation is now checked on caller sites.
2062         * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
2063         case.
2065         * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
2066         special case that has been removed from the default in vc-hooks.el.
2068 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
2070         * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
2072 2000-09-05  Andre Spiegel  <spiegel@gnu.org>
2074         * vc-hooks.el: Require vc during compilation.
2075         (vc-file-setprop): Use `vc-touched-properties' if bound by the new
2076         macro `with-vc-properties' in vc.el.
2077         (vc-file-getprop): Doc fix.
2078         (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
2080         * vc.el: Require dired-aux during compilation.
2081         (vc-name-assoc-file): Moved to vc-sccs.el.
2082         (with-vc-properties): New macro.
2083         (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
2084         vc-finish-steal): Use it.
2085         (vc-cancel-version): Moved RCS-specific code to vc-rcs.el.  The call
2086         to the backend-specific function is now supposed to do the checkout,
2087         too.
2088         (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
2090         * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
2091         set file properties; that gets done in the generic code now.
2093         * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
2094         Changed parameter list, added code from vc.el that does the
2095         checkout, possibly with a double-take.
2097         * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
2098         (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
2099         the above under the new name.
2100         (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'.  Changed
2101         parameter list, added checkout command.
2102         (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
2103         properties; that gets done in the generic code now.
2105 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
2107         * vc.el: Docstring fixes (courtesy of checkdoc).
2109 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
2111         * vc.el (vc-checkout-writable-buffer-hook)
2112         (vc-checkout-writable-buffer): Remove.
2113         (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
2114         (vc-log-mode): Make it into a clean derived major mode.
2115         (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
2116         vc-log-mode if log-edit is not available.
2117         (vc-dired-mode-map): Don't set-keymap-parent yet.
2118         (vc-dired-mode): Do set-keymap-parent here.
2119         (vc-dired-buffers-for-dir): Nop if dired is not loaded.
2121 2000-09-05  Gerd Moellmann  <gerd@gnu.org>
2123         * faces.el (set-face-attribute, face-spec-reset-face)
2124         (face-spec-set): Avoid consing by removing calls to `apply'.
2126         * frame.el (frame-parameter): Move to C code.
2128 2000-09-05  Dave Love  <fx@gnu.org>
2130         * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
2131         insert-before-markers-and-inherit.  Now checked systematically!
2133 2000-09-05  Alex Schroeder  <alex@gnu.org>
2135         * sql.el (sql-postgres): Use sql-postgres-options.
2136         (sql-postgres-options): New variable.
2138 2000-09-05  Alex Schroeder  <alex@gnu.org>
2140         * sql.el (sql-mode-menu): Work around missing variable mark-active
2141         in XEmacs.
2142         (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
2143         (sql-interactive-mode): Added call to easy-menu-add for XEmacs
2144         compatibility.
2146 2000-09-04  Gerd Moellmann  <gerd@gnu.org>
2148         * vc.el (vc-dired-resynch-file): Add autoload cookie.
2150         * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
2152         * Makefile.in (DONTCOMPILE): Fix typo in file name.
2154 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
2156         * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
2157         don't support anything else under SCCS yet.
2159         * vc-hooks.el: Minor doc fixes.
2161 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
2163         * vc.el (vc-next-action-on-file): Do not visit the file if it's
2164         not necessary.  If verbose in state `needs-patch', do the same as
2165         under `up-to-date'.  When NOT verbose and `needs-patch', check out
2166         latest version instead of `merge-news'.
2167         (vc-next-action-dired): Don't mess with default-directory here; it
2168         breaks other parts of dired.  It is the job of the
2169         backend-specific functions to adjust it temporarily if they need it.
2170         (vc-next-action): Remove a special CVS case.
2171         (vc-clear-headers): New optional arg FILE.
2172         (vc-checkin, vc-checkout): Set properties vc-state and
2173         vc-checkout-time properly.
2174         (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
2175         (vc-print-log): Use new backend function `show-log-entry'.
2176         (vc-cancel-version): Do the checks in a different order.  Added a
2177         FIXME concerning RCS-only code.
2179         * vc-rcs.el (vc-rcs-show-log-entry): New function.
2180         (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
2182         * vc-cvs.el (vc-cvs-show-log-entry): New function.
2184         * vc-hooks.el (vc-default-mode-line-string): Show state
2185         `needs-patch' as a `-' too.
2187 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
2189         * vc.el (vc-responsible-backend): New optional arg REGISTER.
2190         (vc-default-could-register): New function.
2191         (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
2192         (vc-resynch-buffer): Call vc-dired-resynch-file.
2193         (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
2194         vc-resynch-buffer instead of vc-resynch-window.
2195         (vc-next-action-dired): Don't redisplay here, that gets done as a
2196         result of the individual file operations.
2197         (vc-retrieve-snapshot): Corrected prompt order.
2199         * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
2201         * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
2202         as well.
2203         (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p.  Handle
2204         hostname regexps.  Updated all callers.
2205         (vc-cvs-responsible-p): Handle directories as well.
2206         (vc-cvs-could-register): New function.
2207         (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
2208         properties up-to-date.
2210         * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
2211         user whether to create one.
2213 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
2215         * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
2216         check out a non-existing file.
2218         * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
2219         workfile does not exist.
2221         * vc.el (vc-version-diff): Use `require' to check for existence of
2222         diff-mode.
2224 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
2226         * vc-cvs.el (vc-cvs-registered): Use new function
2227         vc-cvs-parse-entry to do the actual work.
2229 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
2231         * vc-hooks.el (vc-find-backend-function): If function doesn't
2232         exist, return nil instead of error.
2233         (vc-call-backend): Doc fix.
2235         * vc.el (vc-do-command): Doc fix.
2236         (vc-finish-logentry): When checking in from vc-dired, choose the
2237         right backend for logentry check.
2238         (vc-dired-mode-map): Inherit from dired-mode-map.
2239         (vc-dired-mode): Local value of dired-move-to-filename-regexp
2240         simplified.
2241         (vc-dired-state-info): Removed, updated caller.
2242         (vc-default-dired-state-info): Use parentheses instead of hyphens.
2243         (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
2244         (vc-dired-listing-switches): New variable.
2245         (vc-directory): Use it, instead of dired-listing-switches.
2247         * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
2248         (vc-cvs-dir-state): New function.
2249         (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
2250         (vc-cvs-parse-entry): New function, also to be used in
2251         vc-cvs-registered.
2253 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
2255         * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
2256         *or* single-window-frames.
2258 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
2260         * vc.el (vc-update-changelog): Split into generic part and default
2261         implementation.  Doc string adapted.
2262         (vc-default-update-changelog): New function.  Call the `rcs2log'
2263         script in exec-directory, to fix a long-standing nuisance.
2265         * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
2266         simply signals an error.
2268 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
2270         * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
2271         control-flow more clear and to avoid running `cvs' twice.
2273         * vc.el (vc-next-action-on-file): Doc fix.
2274         (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
2275         (vc-print-log): Eval `file' before constructing the continuation.
2277 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
2279         * vc.el (vc-next-action-on-file): Corrected several messages.
2280         (vc-merge): Add prefix arg `merge-news'; handle it.
2282         * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
2283         is not reached.  It is.
2284         (vc-cvs-merge): Set state to 'edited after merge.
2285         (vc-cvs-merge-news): Set workfile version to nil if not known.
2286         (vc-cvs-latest-on-branch-p): Recommented.  Candidate for removal.
2288         * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
2289         via stdout. (Merge from main line.)
2291 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
2293         * vc.el (vc-finish-logentry): Thinko in the "same comment"
2294         detection.
2296 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
2298         * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
2299         against kill-all-local-variables.
2300         (vc-log-edit): Don't save vc-parent-buffer any more.
2301         (vc-last-comment-match): Initialize to an empty string.
2302         (vc-post-command-functions): New hook.
2303         (vc-do-command): Run it.
2304         (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
2305         (vc-finish-logentry): Only add the comment to the ring if it's
2306         different from the last comment entered.
2307         (vc-new-comment-index): New function.
2308         (vc-previous-comment): Use it.  Make the minibuffer message
2309         slightly less terse.
2310         (vc-comment-search-reverse): Make it work forward as well.  Don't
2311         set vc-comment-ring-index if no match is found.  Use
2312         vc-new-comment-index.
2313         (vc-comment-search-forward): Use vc-comment-search-reverse.
2314         (vc-dired-mode-map): Don't inherit from dired-mode-map since
2315         define-derived-mode will do it for us.  Bind `v' to a keymap that
2316         inherits from vc-prefix-map so that we can bind `vt' without
2317         binding C-x v t.
2318         (vc-retrieve-snapshot): Parenthesis typo.
2320         * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
2321         to 1.  Make sure to switch to *vc* before looking for an error
2322         message.  Use vc-parse-buffer.
2324 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
2326         * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
2327         and NAME.
2328         (vc-retrieve-snapshot): Split into two parts.
2329         (vc-default-retrieve-snapshot): New function.
2331         * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
2332         (vc-cvs-retrieve-snapshot): New function (untested).
2333         (vc-cvs-stay-local): Default to t.
2334         (vc-cvs-remote-p): New function and property.
2335         (vc-cvs-state): Stay local only if the above is t.
2336         (vc-handle-cvs): Removed.
2337         (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
2338         done via vc-handled-backends now.
2339         (vc-cvs-header): Escape Id.
2341 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
2343         * vc.el (vc-do-command): Remove unused commands.
2344         (vc-version-diff): Make sure default-directory ends with a slash.
2345         Move the window commands into a vc-exec-after.
2346         (vc-print-log): Move more of the code into the `vc-exec-after'.
2348 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
2350         * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
2351         (vc-print-log): Search current revision from beginning of buffer.
2352         (vc-revert-buffer): Clear echo area after the diff is finished.
2353         (vc-prefix-map): Removed definition of "t" for terse display in vc
2354         dired.
2355         (vc-dired-mode-map): Inherit from dired-mode-map.  Added
2356         definition of "vt" for terse display.
2357         (vc-dired-mode): Fix dired-move-to-filename-regexp.
2359 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
2361         * vc.el (vc-exec-after): Avoid caddr.
2363 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
2365         * vc.el (vc-exec-after): New function.
2366         (vc-do-command): Use it to add a termination message for async
2367         procs.
2368         (vc-checkout): Try to handle a missing-backend situation.
2369         (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
2370         of a directory with a backend using async diffs.
2371         (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
2372         present.
2374         * vc-sccs.el (vc-sccs-state-heuristic): Use
2375         file-ownership-preserved-p.
2377         * vc-rcs.el (vc-rcs-state-heuristic): Use
2378         file-ownership-preserved-p.
2379         (vc-rcs-checkout): Remove the error-handling for missing-rcs.
2381 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
2383         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
2384         vc-do-command.
2386         * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
2387         when there are no changes.
2389 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
2391         * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
2393         * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
2395 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
2397         * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
2399         * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
2400         the `fset' outside of the defvar so that it works even if
2401         vc-prefix-map was already defined.
2402         (vc-setup-buffer): New function, split out of vc-do-command.
2403         (vc-do-command): Allow BUFFER to be t to mean `just use the
2404         current buffer without any fuss'.
2405         (vc-version-diff): Change the `diff' backend operation to just put
2406         the diff in the current buffer without erasing it.  Always use
2407         *vc-diff* even for directory-diffs.  Use vc-setup-buffer.  Protect
2408         shrink-window-if-larger-than-buffer.
2409         (vc-print-log): Change the `print-log' backend operation to just
2410         put the log in the current buffer without erasing it.  Protect
2411         shrink-window-if-larger-than-buffer.
2412         (vc-update-change-log): Fix setd typo.
2414         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
2415         (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
2417         * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
2418         (vc-rcs-diff): Insert in the current buffer and remove unused arg
2419         CMP.
2421         * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
2422         with-temp-file.  Use the new BUFFER=t argument to vc-do-command.
2423         (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
2425 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
2427         * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
2428         not possible, use vc-BACKEND-workfile-unchanged-p.
2429         (vc-default-workfile-unchanged-p): New function.  Delegates to a
2430         full vc-BACKEND-diff.
2432         * vc-hooks.el (vc-simple-command): Removed.
2434         * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
2435         instead of vc-simple-command.
2436         (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
2437         avoid doing a diff when opening a file.
2438         (vc-rcs-state): Added check for unlocked-changes.
2439         (vc-rcs-header): Escape Id.
2440         (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
2441         (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
2442         version.
2444         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
2445         (vc-sccs-diff): Remove optional arg CMP.
2446         (vc-sccs-state): Call vc-workfile-unchanged-p, not the
2447         SCCS-specific function.
2449         * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
2450         vc-simple-command.
2452 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
2454         * vc.el (vc-editable-p): Renamed from vc-writable-p.
2455         (with-vc-file, vc-merge): Use vc-editable-p.
2456         (vc-do-command): Remove unused var vc-file and fix the
2457         doubly-defined `status' var.  Add a user message when starting an
2458         async command.
2459         (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
2460         (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
2461         Use with-current-buffer.
2462         (vc-buffer-sync): Use unless.
2463         (vc-next-action-on-file): If the file is 'edited by read-only,
2464         make it read-write instead of trying to commit.
2465         (vc-version-diff, vc-update-change-log): Use `setq
2466         default-directory' rather than `cd'.
2467         (vc-log-edit): Don't forget to set default-directory in the
2468         buffer.
2470         * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
2471         (vc-sccs-state-heuristic): Use file-writable-p instead of
2472         comparing userids.
2473         (vc-sccs-checkout): Use `unless'.
2475         * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
2476         of comparing userids.
2477         (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
2478         Simplify the logic by eliminating unreachable code.
2479         (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
2480         just do a recursive call if we need to retry.
2481         (vc-rcs-checkout): Handle the case where rcs is missing by making
2482         the buffer read-write if requested and re-signalling the error.
2484         * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
2486 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
2488         * vc-hooks.el (vc-handled-backends): Docstring change.
2489         (vc-ignore-vc-files): Mark obsolete.
2490         (vc-registered): Check vc-ignore-vc-files.
2491         (vc-find-file-hook, vc-file-not-found-hook): Don't check
2492         vc-ignore-vc-files.
2494         * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
2496 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
2498         * vc.el (vc-checkout): Don't do anything special for ange-ftp
2499         files since ange-ftp already has vc-registered return nil.
2501         * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
2502         (vc-sccs-workfile-version): Use with-temp-buffer and new
2503         vc-parse-buffer and don't bother setting the property.
2504         (vc-sccs-add-triple): Use with-current-buffer and
2505         find-file-noselect.
2506         (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
2508         * vc-rcs.el (vc-rcs-find-most-recent-rev): New function.  The code
2509         derives from the old vc-parse-buffer but uses the revision number
2510         rather than the date (much easier to compare robustly).
2511         (vc-rcs-fetch-master-state): Use `with-temp-buffer'.  Adapt to the
2512         new vc-parse-buffer (and vc-rcs-find-most-recent-rev).  Find the
2513         locking-user more directly.  Check strict locking and set
2514         checkout-model appropriately.
2515         (vc-rcs-parse-locks): Remove.
2516         (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
2517         new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
2518         (vc-rcs-system-release): Use with-current-buffer and
2519         vc-parse-buffer.
2520         (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
2522         * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
2523         (vc-simple-command): Docstring fix.
2524         (vc-registered): Align the way the file-handler is called with the
2525         way the function itself works.
2526         (vc-file-owner): Remove.
2528         * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer.  Reorder
2529         extraction of fields and call to file-attributes because of a
2530         temporary bug in rcp.el.
2531         (vc-cvs-fetch-status): Use with-current-buffer.
2533 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
2535         * vc.el (vc-do-command): Use file-relative-name.
2536         (vc-responsible-backend): Use vc-backend if possible.
2537         (vc-create-snapshot): Improve the `interactive' spec. Add support
2538         for branches and dispatch to backend-specific `create-snapshot'.
2539         (vc-default-create-snapshot): New function, containing the bulk of
2540         the old vc-create-snapshot.
2541         (vc-retrieve-snapshot): Improve the interactive spec.
2543         * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
2544         (vc-backend-hook-functions): Remove.
2545         (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
2546         (vc-backend): Reintroduce the test for `file = nil' now that I
2547         know why it was there (and added a comment to better remember).
2549         * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
2550         code from vc-sccs-hooks.el.
2551         (vc-sccs-release, vc-sccs-system-release): Remove.  Don't require
2552         'vc anymore.
2553         (vc-sccs-responsible-p): Use expand-file-name instead of concat
2554         and file-directory-p instead of file-exists-p.
2555         (vc-sccs-check-headers): Simplify the regexp.
2557         * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
2558         from vc-rcs-hooks.el.  Don't require 'vc anymore.
2559         (vc-rcs-responsible-p): Use expand-file-name instead of concat and
2560         file-directory-p instead of file-exists-p.
2562         * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
2563         from vc-cvs-hooks.el.
2564         (proto vc-cvs-registered): Require 'vc-cvs instead of
2565         'vc-cvs-hooks.  Don't require 'vc anymore.
2566         (vc-cvs-responsible-p): Use expand-file-name instead of concat and
2567         file-directory-p instead of file-exists-p.
2568         (vc-cvs-create-snapshot): New function, replacing
2569         vc-cvs-assign-name.
2570         (vc-cvs-assign-name): Remove.
2572 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
2574         * vc-cvs.el (vc-cvs-header): New var.
2576         * vc-rcs.el (vc-rcs-exists): Remove.
2577         (vc-rcs-header): New var.
2579         * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
2580         `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
2581         (vc-sccs-header): New var.
2583         * vc.el (vc-do-command): Get rid of the `last' argument.
2584         (vc-header-alist): Remove, replaced by vc-X-header.
2585         (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
2586         (vc-dired-hook): Use expand-file-name instead of concat.
2587         (vc-directory): Use file-name-as-directory.
2588         (vc-snapshot-precondition, vc-create-snapshot)
2589         (vc-retrieve-snapshot): Allow the command to operate on any
2590         directory.
2592         * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
2593         just removing the 'WORKFILE argument or by removing the 'MASTER
2594         argument and replacing `file' with (vc-name file).
2596 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
2598         * vc.el: Update Copyright and add a crude list of backend funs.
2599         (vc-writable-p): New function.
2600         (with-vc-file): Use vc-writable-p.
2601         (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
2602         (vc-register): Avoid vc-name.
2603         (vc-locking-user): Remove.
2604         (vc-steal-lock): Make the `owner' arg non-optional.
2605         (vc-merge): Use vc-writable-p instead of vc-locking-user and
2606         vc-checkout-model.
2607         (vc-default-dired-state-info): Use vc-state instead of
2608         vc-locking-user and return special strings for special states.
2609         (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
2610         and get rid of one of the special CVS cases.
2611         (vc-cancel-version): prettify error message with \\[...].
2612         (vc-rename-master): New function.
2613         (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
2614         use vc-rename-master) instead of vc-BACKEND-record-rename.  Make
2615         the CVS special case generic.
2616         (vc-default-record-rename): Remove.
2617         (vc-file-tree-walk-internal): Only call FUNC for files that are
2618         under control of some VC backend and replace `concat' with
2619         expand-file-name.
2620         (vc-file-tree-walk): Update docstring.
2621         (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
2622         (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
2624         * vc-sccs.el (vc-sccs-rename-file): Renamed from
2625         vc-sccs-record-rename.  Use `find-file-noselect' rather than
2626         `find-file' and call `vc-rename-master' to do the actual move.
2627         (vc-sccs-diff): Remove unused `backend' variable.
2629         * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
2630         to delay loading of vc-sccs until it is really used.
2631         (vc-sccs-master-templates): Preload.
2632         (vc-sccs-state): Update call to vc-sccs-parse-locks.
2633         (vc-sccs-project-dir): Remove (merged into
2634         vc-sccs-search-project-dir).
2635         (vc-sccs-search-project-dir): Rewrite using file name handling ops
2636         rather than `concat', make sure it is preloaded and don't bother
2637         to check that the file actually exists.
2638         (vc-sccs-parse-locks): Remove unused `file' argument, remove
2639         `locks' argument (use buffer's content instead) and eliminate n^2
2640         behavior.
2642         * vc-rcs.el: Update Copyright.
2643         (vc-rcs-rename-file): New function.
2644         (vc-rcs-diff): Remove unused `backend' variable.
2646         * vc-hooks.el: Update Copyright.
2647         (vc-backend): Don't accept a nil argument any more.
2648         (vc-up-to-date-p): Turn into a defsubst.
2649         (vc-possible-master): New function.
2650         (vc-check-master-templates): Use `vc-possible-master' and allow
2651         funs in vc-X-master-templates to return a non-existent file.
2653         * vc-cvs.el: Update Copyright.
2654         (vc-cvs-diff): Remove unused `backend' variable.
2655         (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
2657         * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
2659 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
2661         * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
2662         since it can be called from vc-rcs.el.
2663         (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
2665 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
2667         * vc.el (vc-version-diff): Expand file name read from the
2668         minibuffer.  Handle the case when a previous version number can't
2669         be guessed.  Give suitable messages when there were no differences
2670         found.
2671         (vc-clear-headers): Call backend-specific implementation, if one
2672         exists.
2673         (vc-cancel-version): Made error checks generic.  When done, clear
2674         headers generically, too.
2676         * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
2677         from vc-clear-headers in vc.el.
2679         * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
2680         correctly.
2681         (vc-rcs-latest-on-branch-p): Made second argument VERSION
2682         optional.  Handle the case when it's not there.
2684 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
2686         * vc.el (vc-locking-user): Moved from vc-hooks.el.
2688 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
2690         * vc-hooks.el (vc-loadup): Remove.
2691         (vc-find-backend-function): Use `require'.  Also, handle the case
2692         where vc-BACKEND-hooks.el doesn't exist.
2693         (vc-call-backend): Cleanup.
2695 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
2697         * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
2698         vc-rcs-grab-templates)
2699         (vc-rcs-registered): Remove.  The default function works as well.
2700         * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
2701         vc-sccs-grab-templates)
2702         (vc-sccs-registered): Remove.  The default function works as well.
2704         * vc.el (vc-version-diff): Left out a vc- in call to
2705         vc-call-backend.
2706         (vc-default-dired-state-info, vc-default-record-rename)
2707         (vc-default-merge-news): Update for the new backend argument.
2709         * vc-hooks.el (vc-find-backend-function): Return a cons cell if
2710         using the default function.
2711         (vc-call-backend): If calling the default function, pass it the
2712         backend as first argument.  Update the docstring accordingly.
2713         (vc-default-state-heuristic, vc-default-mode-line-string): Update
2714         for the new backend argument.
2715         (vc-make-backend-sym): Renamed from vc-make-backend-function.
2716         (vc-find-backend-function): Use the new name.
2717         (vc-default-registered): New function.
2719 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
2721         * vc.el (vc-merge): Use vc-find-backend-function.
2723         * vc-hooks.el (vc-backend-functions): Remove.
2724         (vc-loadup): Don't setup 'vc-functions.
2725         (vc-find-backend-function): New function.
2726         (vc-call-backend): Use above fun and populate 'vc-functions
2727         lazily.
2728         (vc-backend-defines): Remove.
2730 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
2732         * vc.el (vc-register): Put a FIXME note for a newly found bug.
2733         Call vc-call-backend without the leading vc-.
2734         (vc-responsible-backend, vc-finish-logentry, vc-annotate)
2735         (vc-check-headers): Call vc-call-backend without the leading vc-.
2736         (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
2737         (vc-annotate-display): Replace confusing use of `cond' with `or'.
2738         Call vc-call-backend without the leading vc-.
2740         * vc-cvs.el (tail): Provide vc-cvs.
2741         * vc-sccs.el (tail): Provide vc-sccs.
2742         * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
2744         * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
2745         (vc-make-backend-function, vc-call): Pass names without leading
2746         `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
2747         (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
2748         (vc-call-backend): Always try to load vc-X-hooks.
2749         (vc-registered): Remove vc- in call to vc-call-backend.
2751 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
2753         * vc.el (vc-process-filter): New function.
2754         (vc-do-command): Setup `vc-process-filter' for the async process.
2755         (vc-maybe-resolve-conflicts): New function to reduce
2756         code-duplication.  Additionally, it puts the buffer in
2757         `smerge-mode' if applicable.
2758         (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
2759         calling `merge-news'.
2760         (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
2761         (vc-log-edit): New function.  Replacement for `vc-log-mode' by
2762         interfacing to log-edit.el.
2763         (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
2764         log-edit is available.
2765         (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
2767 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
2769         * vc.el (vc-register): Remove `vc-buffer-backend' setup.
2770         (vc-log-mode-map): New name for vc-log-entry-mode and merge the
2771         defvar and the initialization.
2772         (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
2774         * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
2775         (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
2777         * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
2779 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
2781         * vc.el (vc-file-clear-masterprops): Removed.
2782         (vc-checkin, vc-revert-buffer): Removed calls to the above.
2783         (vc-version-diff): Use buffer-size without argument.
2784         (vc-register): Heed vc-initial-comment.
2786         * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
2787         default branch.
2789         * vc-rcs.el (vc-rcs-register): Parse command output to find master
2790         file name and workfile version.
2791         (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
2793         * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
2794         vc-file-clear-masterprops.
2796         * vc-sccs.el (vc-sccs-checkout): Removed call to
2797         vc-file-clear-masterprops.  If writable, set vc-state to 'edited
2798         rather than user login name.
2801 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
2803         * vc.el (vc-workfile-unchanged-p): Remove unused argument
2804         `want-differences-if-changed' and simplify.
2805         (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
2806         (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
2807         output (which is invalid for async vc-diff) to decide whether to
2808         do the revert silently or not.
2810 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
2812         * vc-hooks.el (vc-loadup): Load files quietly.
2813         (vc-call-backend): Oops, brain fart.
2815 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
2817         * vc-cvs.el (vc-cvs-state): Typo.
2818         (vc-cvs-merge-news): Return the status code rather than the error msg.
2820 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
2822         * vc.el (with-vc-file, vc-next-action, vc-version-diff)
2823         (vc-dired-mark-locked): Replaced usage of vc-locking-user with
2824         vc-state or vc-up-to-date-p.
2825         (vc-merge): Use vc-backend-defines to check whether merging is
2826         possible.  Set state to 'edited after successful merge.
2828         * vc-hooks.el (vc-locking-user): If locked by the calling user,
2829         return that name.  Redocumented.
2831 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
2833         * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
2834         new `vc-state' semantics.
2835         (vc-finish-steal): Set 'vc-state to 'edited rather than setting
2836         'vc-locking-user to the current user.
2837         (vc-merge): Inline vc-backend-merge.  Comment out code that I
2838         don't understand and hence can't adapt to the new `vc-state' and
2839         `vc-locking-user' semantics.
2840         (vc-backend-merge): Remove.
2842         * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
2843         rather than 'vc-locking-user.
2845         * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
2847         * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
2848         (vc-state): Don't use 'reserved any more.  Just use the same
2849         convention as the one used for vc-<backend>-state where the
2850         locking user (as a string) is returned.
2851         (vc-locking-user): Update, based on the above convention. The
2852         'vc-locking-user property has disappeared.
2853         (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
2855         * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
2856         with a heuristic one.
2857         (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
2858         (vc-cvs-checkin): Do a trivial parse to set the state in case of
2859         error.  That allows us to get to 'needs-merge even in the
2860         stay-local case.  There's still no way to detect 'needs-patch in
2861         such a setup (or to force an update for that matter).
2862         (vc-cvs-logentry-check): Remove, the default works as well.
2864 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
2866         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
2868         * vc.el (vc-do-command): kill-all-local-variables, to reset any
2869         major-mode in which the buffer might have been put earlier.  Use
2870         `remove' and `when'.  Allow `okstatus' to be `async' and use
2871         `start-process' in this case.
2872         (vc-version-diff): Handle the case where the diff looks empty
2873         because of the use of an async process.
2875 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
2877         * vc.el (vc-next-action-on-file): Removed optional parameter
2878         `simple'.  Recompute state unconditionally.
2879         (vc-default-toggle-read-only): Removed.
2881         * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
2882         (vc-toggle-read-only): Undid prev change.
2884         * vc-cvs.el (vc-cvs-stay-local): Renamed from
2885         vc-cvs-simple-toggle.  Redocumented.
2886         (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
2887         (vc-cvs-toggle-read-only): Removed.
2889 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
2891         * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
2892         (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
2893         (vc-release-greater-or-equal-p): Move to vc-rcs.el.
2894         (vc-file-clear-masterprops): Braindead "fix".  It was a nop and
2895         still is. So maybe it should be removed.
2896         (vc-head-version, vc-find-binary): Remove.
2897         (vc-recompute-state): Move from vc-hooks.el.
2898         (vc-next-action-on-file): Add a `simple' argument to allow
2899         avoiding the `recompute' step (use for vc-cvs-simple-toggle).
2900         (vc-default-toggle-read-only, vc-default-record-rename): New funs.
2901         (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
2902         (vc-dired-mode-map): Properly defvar it.
2903         (vc-print-log): Call log-view-mode if available.
2904         (small-temporary-file-directory): defvar instead of use boundp.
2905         (vc-merge-news): Moved to vc-cvs.el.
2906         (vc-default-merge-news): New function.
2908         * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
2909         (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
2910         (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
2911         unknown `vc-latest-version' function.  It should probably refer to
2912         vc-workfile-version or somesuch, but it's very unclear to me and I
2913         don't have SCCS to test things.
2915         * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
2916         (vc-sccs-state-heuristic): Fix typo.
2917         (vc-sccs-workfile-unchanged-p): Add missing argument.
2919         * vc-rcs.el: Require vc and vc-rcs-hooks.
2920         (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
2921         (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
2922         (vc-release-greater-or-equal-p): Move from vc.
2923         (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
2924         vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
2925         (vc-rcs-checkout): Add a missing `new-version' argument in the
2926         call to vc-rcs-latest-on-branch-p.  Hopefully that was the right one.
2928         * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
2929         (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
2930         (vc-rcs-latest-on-branch-p): Use the `version' argument rather
2931         than the apparently unbound `workfile-version'.
2933         * vc-hooks.el (vc-master-templates): Def the obsolete var.
2934         (vc-file-prop-obarray): Use `make-vector'.
2935         (vc-backend-functions): Add new hookable functions
2936         vc-toggle-read-only, vc-record-rename and vc-merge-news.
2937         (vc-loadup): If neither backend nor default functions exist, use
2938         the backend function rather than nil.
2939         (vc-call-backend): If the function if not bound yet, try to load
2940         the non-hook file to see if it provides it.
2941         (vc-call): New macro plus use it wherever possible.
2942         (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
2943         nor `vc-find-binary' since it's only called from
2944         vc-mistrust-permission which is only used once the backend is known.
2945         (vc-checkout-model): Fix parenthesis.
2946         (vc-recompute-state, vc-prefix-map): Move to vc.el.
2948         * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
2949         (vc-cvs-release, vc-cvs-system-release): Remove.
2950         (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
2951         (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
2952         status symbols.
2953         (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
2954         (vc-cvs-toggle-read-only): First cut at a function to allow a
2955         cvs-status-free vc-toggle-read-only.
2956         (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
2957         (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
2958         vc-cvs-status.  Also set vc-state rather than vc-locking-user.
2959         (vc-cvs-checkout): Modify access rights directly if the user
2960         requested not to use `cvs edit'.  And refresh the mode line.
2962         * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
2963         (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
2965 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
2967         * vc-cvs.el (vc-cvs-checkout): Docstring fix.  Added a `(if
2968         workfile' that got lost when the code was extracted from vc.el.
2969         And merged the tail with the rest of the code (not possible in the
2970         old vc.el where the tail was shared among all backends).  And
2971         explicitly set the state to 'edited if `writable' is set.
2973         * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
2974         (vc-cvs-state): Be careful to return the value from
2975         vc-cvs-parse-state.
2976         (vc-cvs-parse-status): Use expand-file-name.  Don't set 'vc-state
2977         property but return it instead.  Also be careful to handle a nil
2978         or "" `rev' when workfile is non-nil (it was handled properly when
2979         workfile was nil).
2981         * vc.el: Removed those pesky unnecessary `(function' quotes.
2982         (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
2983         directly in the defvar.
2984         (vc-do-command): Bind inhibit-read-only so as to properly handle
2985         the case where the destination buffer has been made read-only.
2986         (vc-diff): Delegate to vc-version-diff in all cases.
2987         (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
2988         (vc-annotate-mode-variables): Removed (code moved partly to
2989         defvars and partly to vc-annotate-add-menu).
2990         (vc-annotate-mode): Turned into a derived-mode.
2991         (vc-annotate-add-menu): Moved in code in
2992         vc-annotate-mode-variables.
2993         (vc-update-change-log): Use make-temp-file if available.
2995 2000-09-04  Martin Lorentzson  <martinl@delysid.gnu.org>
2997         * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
2998         `vc-checkout-model' updated to `vc-cvs-update-model'.
3000 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
3002         * vc.el (vc-next-action-on-file): Added handling of state
3003         `unlocked-changes'.
3004         (vc-checkout-carefully): Is now practically obsolete, unless the
3005         above is too slow to be enabled unconditionally.
3006         (vc-update-change-log): Fixed typo.
3008         * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
3010         * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
3011         Now handles state `unlocked-changes'.
3012         (vc-sccs-workfile-unchanged-p): New function, to support the above.
3014         * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
3016         * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
3017         (vc-rcs-fetch-master-state): Bug fixes.  Recognize state
3018         `unlocked-changes'.
3019         (vc-rcs-workfile-unchanged-p): Renamed from
3020         `vc-rcs-workfile-unchanged'.  This is not a real backend-specific
3021         function yet, but supposed to become one soon.
3023         * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
3024         `vc-steal-lock'.
3025         (vc-call-backend): Changed error message.
3026         (vc-state): Added description of state `unlocked-changes'.
3028 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
3030         * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
3031         always return t in CVS-controlled directories.
3033         * vc.el (vc-responsible-backend): New function.
3034         (vc-register): Largely rewritten.
3035         (vc-admin): Removed (implementation moved into vc-register).
3036         (vc-checkin): Redocumented.
3037         (vc-finish-logentry): If no backend defined yet (because we are in
3038         the process of registering), use the responsible backend.
3040         * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
3041         Updated function lists.
3042         (vc-call-backend): Fixed typo.
3044         * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
3045         New functions.
3046         (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
3047         Removed query option.  Redocumented.
3049 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
3051         * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
3053         * vc.el: Updated callers of `vc-checkout-required' to use
3054         `vc-checkout-model'.
3056 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
3058         * vc-rcs.el (vc-rcs-backend-release-p): function added.  other
3059         stuff updated to reference this function instead of the old
3060         `vc-backend-release-p'.
3062 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
3064         * vc-sccs-hooks.el (vc-uses-locking): Renamed to
3065         vc-checkout-model.  Return appropriate values.  Updated callers.
3067 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
3069         * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
3070         (vc-backend-revert): Function moved into `vc-revert';
3071         `vc-next-action' must be updated to accomodate this change.
3072         (vc-backend-steal): Function moved into `vc-finish-steal'.
3073         (vc-backend-logentry-check): Function moved into
3074         `vc-finish-logentry'.
3075         (vc-backend-printlog): Function moved into `vc-print-log'.
3076         (vc-backend-uncheck): Function moved into `vc-cancel-version'.
3077         (vc-backend-assign-name): Function moved into
3078         `vc-create-snapshot'.
3080 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
3082         * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
3083         Rename to vc-checkout-model.  Return appropriate values.
3084         Update callers.
3086         * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
3087         to vc-checkout-model.
3088         (vc-checkout-required): Rename to vc-checkout-model.
3089         Re-implement and re-comment.
3090         (vc-after-save): Use vc-checkout-model.
3092 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
3094         * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
3095         Update to use the vc-BACKEND-diff functions instead.
3096         `vc-diff' is now working.
3098         * vc-rcs.el (vc-rcs-logentry-check): New function.
3100         * vc-cvs.el (vc-cvs-logentry-check): New function.
3102         * vc-sccs.el (vc-sccs-diff): Function changed name from
3103         `vc-backend-diff'.  This makes `vc-diff' work.
3105         * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
3106         of functions possibly implemented in a vc-BACKEND library.
3107         (vc-checkout-required): Fix bug that caused an error to be
3108         signaled during `vc-after-save'.
3110         * vc.el: Fix typo.
3111         This checkin is made with our new VC code base for the very first time.
3112         A simple `(vc-checkin (buffer-file-name))' was used to perform it.
3114         * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
3115         `vc-checkout-required' updated to `vc-cvs-uses-locking'.
3117         * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
3118         updated to `vc-uses-locking'.
3119         (vc-checkout-required): Call to backend function.
3120         `vc-checkout-required' updated to `vc-uses-locking' instead.
3122         * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
3123         `vc-checkout-required' updated to `vc-rcs-uses-locking'.
3125         * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
3126         to match the split into various backends.
3127         (vc-backend-checkin): Remove.  Merge with `vc-checkin'.
3128         (vc-retrieve-snapshot): Bug fix.
3130 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
3132         * vc-sccs.el (vc-sccs-release): Doc fix.
3134 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
3136         * vc.el (vc-next-action-on-file): Bug found and fixed.
3137         (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
3138         (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
3140         * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
3141         (vc-rcs-checkout): Name space cleaned up.  No more revision number
3142         crunching function names that are not prefixed with vc-rcs.
3143         (vc-rcs-checkout-model): Function added.  References to
3144         `vc-checkout-model' replaced.
3146 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
3148         * vc.el (vc-next-action-on-file): Rewritten for the new state model.
3149         (vc-backend-merge-news): Renamed to `vc-merge-news'.  (Specific parts
3150         still need to be split, and implemented for RCS).
3152 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
3154         * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
3156         * vc-sccs.el (vc-sccs-admin): Added the query-only option as
3157         required by the vc.el file.
3159         * vc-rcs.el (vc-rcs-admin): Added the query-only option as
3160         required by the vc.el file.
3161         (vc-rcs-exists): Function added.
3163         * vc-cvs.el (vc-cvs-admin): Added the query-only option as
3164         required by the vc.el file.
3166         * vc.el (vc-admin): Updated to handle selection of appropriate
3167         backend.  Current implementation is crufty and need re-thinking.
3169         * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
3171 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
3173         * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
3174         beginning of annotate buffers correctly.
3176         * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
3177         (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
3178         functionality updated quite a lot to support multiple backends.
3179         Variables `vc-annotate-mode', `vc-annotate-buffers',
3180         `vc-annotate-backend' added.
3182         * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
3183         `vc-annotate-difference' added to supported backend functions.
3185 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
3187         * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
3188         Use with-temp-file instead of /bin/sh.  Merged from mainline
3190 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
3192         * vc-sccs-hooks.el (vc-sccs-registered): Updated.
3194         * vc-rcs-hooks.el (vc-rcs-registered): Updated.
3196         * vc-cvs-hooks.el (vc-cvs-registered): Updated.
3198 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
3200         * vc-hooks.el: vc-state-heuristic added to
3201         vc-backend-hook-functions.
3203         * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
3205         * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
3207         * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
3208         `vc-uses-locking' to `vc-checkout-required'.  Rename the `locked'
3209         state to `reserved'.
3211         * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
3212         `vc-checkout-required'.  Rename the `locked' state to `reserved'.
3214 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
3216         * vc-rcs-hooks.el: Implement new state model.  Hardly anything
3217         untouched.
3219         * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
3221         * vc.el (vc-update-change-log): Use small-temporary-file-directory,
3222         if defined.  (Merged from main line, slightly adapted.)
3224         * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
3225         millenium problem (merged from mainline).
3227 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
3229         * vc-cvs.el: Split the annotate feature into a BACKEND-specific
3230         part and moved the non-BACKEND stuff to vc.el.
3232         * vc.el: Split the annotate feature into a BACKEND specific part
3233         and moved it from the vc-cvs.el file to this one.
3235 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
3237         * vc-hooks.el: Implement new state model.
3238         (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
3239         (vc-locking-user): Simplify.  Now only needed if the file is
3240         locked by somebody else.
3241         (vc-lock-from-permissions): Remove.  Functionality is in
3242         vc-sccs-hooks.el and vc-rcs-hooks.el now.
3243         (vc-mode-line-string): New name for former vc-status.  Adapted.
3244         (vc-mode-line): Adapt to use the above.  Remove optional parameter.
3246         * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
3247         Various simplifications and adaptations all over the place.
3249         * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
3250         Simplify and adapt the rest.
3252         * vc.el (vc-resynch-window): Add TODO comment: check for
3253         interaction with view mode according to recent RCS change.
3254         (vc-backend-merge-news): Merge "CMUP" patch from mainline.
3256 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
3258         * vc.el: Convert the remaining function comments to docstrings.
3260 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
3262         * vc.el (vc-backend-release, vc-release-greater-or-equal)
3263         (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
3264         (vc-minor-part, vc-previous-version): Functions that operate and
3265         compare revision numbers got proper documentation.  Comments added
3266         about their possible removal.
3268 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
3270         * vc.el (vc-latest-on-branch-p): Function removed and replaced in
3271         the vc-backend.el files.
3273         * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
3275         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
3276         (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
3277         (vc-rcs-previous-version): Functions added.
3279         * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
3281         * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
3283 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
3285         * vc-hooks.el (vc-master-templates): Is really obsolete.
3286         Comment out the definition for now.  What is the right procedure
3287         to get rid of it?
3288         (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
3289         rewritten.
3290         (vc-default-registered): Remove.
3291         (vc-check-master-templates): New function; does mostly what the
3292         above did before.
3293         (vc-locking-user): Don't rely on the backend to set the property.
3295         * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
3296         Rewrite documentation.
3297         (vc-rcs-templates-grabbed): New variable.
3298         (vc-rcs-grab-templates): New function.
3299         (vc-rcs-registered): Rewrite to use above mechanism.
3301         * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
3302         Rewrite documentation.
3303         (vc-sccs-templates-grabbed): New variable.
3304         (vc-sccs-grab-templates): New function.
3305         (vc-sccs-registered): Rewrite to use above mechanism.
3306         (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
3307         Don't throw the result, simply return it.
3309         * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
3310         (vc-cvs-find-master): Remove.  Code is now in vc-cvs-registered.
3311         (vc-cvs-registered): Does the check itself now.  Simplify.
3313         * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
3314         from main line.
3316 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
3318         * vc-cvs.el (vc-cvs-diff): New function.
3320         * vc-sccs.el (vc-sccs-diff): New function.
3322         * vc-rcs.el (vc-rcs-diff): New function.
3323         (vc-rcs-checkout): Bug (typo) found and fixed.
3324         (vc-rcs-register-switches): New variable.
3326         * vc.el (vc-backend-diff): Function removed and placed in the
3327         backend files.
3329 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
3331         * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
3333         * vc.el (vc-backend-checkout): Function removed and replaced in
3334         the vc-backend.el files.
3336         * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
3338         * vc.el (vc-backend-admin): Removed and replaced in the
3339         vc-backend.el files.
3341         * vc.el (Martin): Removed all the annotate functionality since it
3342         is CVS backend specific.
3344 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
3346         * spec.txt: Added specification of vc-state.
3348         * vc-sccs-hooks.el (vc-sccs-master-properties):
3349         Remove handling of vc-latest-version and
3350         vc-your-latest-version.  What used to be vc-latest-version, is now
3351         returned as vc-workfile-version.
3352         (vc-sccs-workfile-version): Adapt.
3354 2000-09-04  Dave Love  <fx@gnu.org>
3356         * vc.el: [Merged from mainline.]
3357         (vc-dired-mode): Make the dired-move-to-filename-regexp
3358         regexp match the date, to avoid treating date as file size.
3359         Add YYYY S option to WESTERN/
3361 2000-09-04  Dave Love  <fx@gnu.org>
3363         * vc.el: Require `compile' when compiling.
3364         (vc-logentry-check-hook): New option.
3365         (vc-steal-lock): Use compose-mail.
3366         (vc-dired-mode-map): Defvar when compiling.
3367         (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
3368         vc-sccs.el and renamed.  Callers changed.
3369         (vc-backend-checkout, vc-backend-logentry-check)
3370         (vc-backend-merge-news): Doc fix.
3371         (vc-default-logentry-check): New function.
3372         (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
3373         (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
3374         (vc-backend-merge): Doc fix.  Use backend functions.
3375         (vc-check-headers): Use backend functions.
3377         * vc-cvs.el: Require vc when compiling.
3378         (vc-cvs-register-switches): Doc fix.
3379         (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
3380         (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
3381         (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
3382         New functions (code from vc.el).
3383         (vc-annotate-display-default): Fix interactive spec.
3384         (vc-annotate-time-span): Doc fix.
3386         * vc-rcs.el: Require vc when compiling.
3387         (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
3388         (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
3389         (vc-rcs-checkin): New functions (code from vc.el).
3390         (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
3391         Doc fix.
3392         (vc-rcs-release): Deleted.  (Duplicated vc-rcs-system-release).
3394         * vc-sccs.el: Require vc when compiling.
3395         (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
3396         (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
3397         (vc-sccs-revert)
3398         (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
3399         from vc.el).
3400         (vc-sccs-add-triple, vc-sccs-record-rename)
3401         (vc-sccs-lookup-triple): Moved from vc.el and renamed.
3402         (vc-sccs-admin): Doc fix.
3404 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
3406         * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
3407         (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
3408         (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
3409         from vc.el.
3411         * vc-sccs.el (vc-admin-sccs): Added from vc.el
3413         * vc-cvs.el: Moved the annotate functionality from vc.el.
3414         (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
3416 2000-09-04  Dave Love  <fx@gnu.org>
3418         * vc.el (vc-backend-release): Call vc-system-release.
3420         * vc-sccs.el (vc-sccs-system-release):
3421         Renamed from vc-sccs-backend-release.
3423         * vc-rcs.el (vc-rcs-system-release):
3424         Renamed from vc-rcs-backend-release.
3426         * vc-cvs.el (vc-cvs-system-release):
3427         Renamed from vc-cvs-backend-release.
3429 2000-09-04  Dave Love  <fx@gnu.org>
3431         * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
3432         backend files.
3433         (vc-backend-release): Dispatch to backend functions.
3434         (vc-backend-release-p): Don't mention CVS, RCS.  [The SCCS case
3435         probably needs attention.]
3437         * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
3438         (vc-sccs-backend-release): New function.
3440         * vc-cvs.el (vc-cvs-release): Moved from vc.el.
3441         (vc-cvs-backend-release): New function.
3443         * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
3444         Doc fix.
3445         (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
3446         (vc-default-dired-state-info): New function.
3447         (vc-dired-state-info): Dispatch to backends.
3448         (vc-dired-hook): Doc fix.  Simplify, pending removal of CVS specifics.
3450         * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
3451         from vc.el and renamed.
3453 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
3455         * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
3456         (vc-version-other-window, vc-backend-assign-name): Removed
3457         references to vc-latest-version; sometimes changed into
3458         vc-workfile-version.
3460         * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
3461         vc-rcs-master-workfile-version.
3462         (vc-rcs-workfile-version): Use the above.  Don't call
3463         vc-latest-version (that was unreachable code, anyway).
3464         (vc-rcs-fetch-master-properties): Doc fix.
3466         * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
3467         (vc-backend-hook-functions): Removed them from this list, too.
3468         (vc-fetch-properties): Removed.
3469         (vc-workfile-version): Doc fix.
3471         * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
3472         (vc-rcs-workfile-version, vc-rcs-locking-user)
3473         (vc-rcs-uses-locking): Use it.
3475         * vc-hooks.el (vc-consult-rcs-headers):
3476         Moved into vc-rcs-hooks.el, under the name
3477         vc-rcs-consult-headers.
3479         * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
3480         headers.
3481         (vc-cvs-find-master): Use this name only; correct different
3482         versions of the name.
3484         * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
3485         New functions.
3486         (vc-sccs-locking-user): Use the latter.
3488         * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
3489         New functions.
3491         * vc-hooks.el (vc-master-locks, vc-master-locking-user):
3492         Moved into both
3493         vc-rcs-hooks.el and vc-sccs-hooks.el.  These properties and access
3494         functions are implementation details of those two backends.
3496 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
3498         * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
3499         (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
3501         * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
3502         (vc-sccs-parse-locks): SCCS-specific code moved here from
3503         vc-hooks.
3505         * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
3506         code moved here from vc-hooks.
3508         * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
3509         into back-end specific parts and removed.  Callers not updated
3510         yet; because I guess these callers will disappear into back-end
3511         specific files anyway.
3513 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
3515         * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
3516         (vc-backend-checkout): Changed calls to `vc-checkout-model' to
3517         `vc-uses-locking'.
3519         * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
3520         Store yes/no in the property, and return t/nil.  Updated all
3521         callers.
3523         * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
3524         vc-sccs-uses-locking.  Don't set property.
3525         (vc-sccs-locking-user): Don't set property.
3527         * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
3528         vc-cvs-uses-locking.  Don't set property here; leave that to
3529         vc-hooks.
3530         (vc-cvs-locking-user): Reflect above change.  Streamlined.
3532         * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
3533         vc-rcs-uses-locking.
3534         (vc-rcs-locking-user): Reflect above change.
3536 2000-09-04  Dave Love  <fx@gnu.org>
3538         * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
3540         * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
3542         * vc-hooks.el (vc-checkout-model): Punt to backends.
3544         * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
3546         * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
3548         * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
3549         New functions.
3551         * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
3552         New functions.
3554         * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
3555         (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
3557         * vc-hooks.el (vc-default-locking-user): New function.
3558         (vc-locking-user, vc-workfile-version): Punt to backends.
3560 2000-09-04  Dave Love  <fx@gnu.org>
3562         * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
3563         (vc-master-workfile-version): Moved from vc-hooks.
3565         * vc-rcs-hooks.el: Fix duplicate code in last change.
3567         * vc-rcs-hooks.el: Require vc-hooks when compiling.
3568         (vc-rcs-master-templates): Improve :type.
3569         (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
3570         vc-master-workfile-version): Moved from vc-hooks.
3572         * vc-sccs-hooks.el: Require vc-hooks when compiling.
3573         (vc-sccs-master-templates): Improve :type.
3574         (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
3576         * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
3578         * vc-cvs-hooks.el: Require vc-hooks when compiling.
3579         (vc-cvs-master-templates): Improve :type.  Use
3580         vc-cvs-find-cvs-master.
3581         (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
3582         from vc-hooks.
3583         (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
3585         * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
3586         Moved to vc-cvs-hooks.
3588         * vc-hooks.el: Add doc strings in various places.  Simplify the
3589         minor mode setup.
3590         (vc-handled-backends): New user variable.
3591         (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
3592         simplification.
3594 2000-09-04  Dave Love  <fx@gnu.org>
3596         * vc.el: Some doc fixes for autoloaded and interactive functions.
3597         Fix compilation warnings from ediff stuff.
3598         (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
3600         * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
3602         * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
3604         * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
3606 2000-09-04  Dave Love  <fx@gnu.org>
3608         * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
3609         New variable.
3610         (vc-make-backend-function, vc-loadup, vc-call-backend)
3611         (vc-backend-defines): New functions.
3613         * vc-hooks.el: Various doc fixes.
3614         (vc-default-back-end, vc-follow-symlinks): Custom fix.
3615         (vc-match-substring): Function removed.  Callers changed to use
3616         match-string.
3617         (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
3618         Simplify.
3620 2000-09-04  Dave Love  <fx@gnu.org>
3622         * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
3623         type.
3624         (vc-sccs-project-dir, vc-search-sccs-project-dir)
3625         (vc-sccs-registered): Doc fix.
3627         * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
3628         (vc-cvs-registered): Doc fix.
3630         * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
3631         (vc-rcs-registered): Doc fix.
3633 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
3635         * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
3637         * vc-hooks.el: vc-registered has been renamed
3638         vc-default-registered.  Some functions have been moved to the
3639         backend specific files.  they all support the
3640         vc-BACKEND-registered functions.
3642 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
3644         * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
3646         * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
3648 2000-09-04  Dave Love  <fx@gnu.org>
3650         * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
3651         menu-bar-update-hook.
3653         * help.el (help-manyarg-func-alist): Add
3654         find-operation-coding-system.
3656         * wid-edit.el (widget-sexp-validate): Fix garbled code.
3658         * custom.el (custom-set-variables): Print message about errors in
3659         setting.
3661 2000-09-03  Andrew Innes  <andrewi@gnu.org>
3663         * makefile.w32-in: Change to DOS line endings.
3665 2000-09-02  Eli Zaretskii  <eliz@is.elta.co.il>
3667         * mouse.el (mouse-popup-menubar): Supply the prompt string for
3668         minor-mode keymaps, if they don't have one.
3670 2000-09-02  Eli Zaretskii  <eliz@is.elta.co.il>
3672         * eshell/esh-module.el (eval-when-compile): Don't lose if
3673         esh-module.el's file name is truncated to DOS 8+3 limits.
3675 2000-09-01  John Wiegley  <johnw@gnu.org>
3677         * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
3678         predicate, which caused entries in the completion list to be
3679         doubled.
3681 2000-08-30  John Wiegley  <johnw@gnu.org>
3683         * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
3684         sending to subprocesses.  Also, hook pre-command-hook if
3685         `eshell-send-direct-to-subprocesses' is non-nil.
3686         (eshell-send-direct-to-subprocesses): New config variable.  If t,
3687         subprocess input is send immediately.
3688         (eshell-toggle-direct-send): New function.
3689         (eshell-self-insert-command): New function.
3690         (eshell-intercept-commands): New function.
3691         (eshell-send-input): If direct subprocess sending is enabled,
3692         don't echo any input to the Eshell buffer.  Let the subprocess
3693         handle that.  This requires "stty echo" in bash, for example.
3695 2000-08-28  John Wiegley  <johnw@gnu.org>
3697         * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
3698         completion function for Eshell's implementation of `unset'.
3700 2000-09-02  Eli Zaretskii  <eliz@is.elta.co.il>
3702         * info.el (Info-directory-list): Doc fix.
3704 2000-08-31  Peter Breton  <pbreton@ne.mediaone.net>
3706         * filecache.el (file-cache-add-directory-using-find): Don't quote
3707         wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
3709 2000-08-31  Kenichi Handa  <handa@etl.go.jp>
3711         * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
3712         coding systems.
3714 2000-08-30  Andrew Innes  <andrewi@gnu.org>
3716         * timer.el (run-with-idle-timer): Undo last change, so that timer
3717         is not activated immediately if Emacs is already idle.  Some
3718         existing code relies on this behaviour.
3720 2000-08-30  Miles Bader  <miles@gnu.org>
3722         * frame.el (set-frame-font): Do completion of font-name for
3723         interactive use.
3725 2000-08-30  Kenichi Handa  <handa@etl.go.jp>
3727         * international/quail.el (quail-start-translation): Bind locally
3728         last-command-event, last-command, and this-command.
3729         (quail-start-conversion): Likewise.
3730         (quail-self-insert-command): Fix docstring.
3732 2000-08-29  Gerd Moellmann  <gerd@gnu.org>
3734         * progmodes/executable.el
3735         (executable-make-buffer-file-executable-if-script-p): Check that
3736         buffer contains at least 2 characters.
3738 2000-08-29  Eli Zaretskii  <eliz@is.elta.co.il>
3740         * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
3742 2000-08-29  Dave Love  <fx@gnu.org>
3744         * diff-mode.el (diff-mode) <defgroup>: Add :version.
3745         (diff-mode-shared-map): Bind mouse-2.
3746         (diff-imenu-generic-expression): New variable.
3747         (diff-mode): Use it.
3749         * mouse.el (mouse-major-mode-menu): Use local-key-binding.
3750         (mouse-popup-menubar): Add minor mode menus.
3751         (popup-menu): Check for lookup-key returning number.
3753 2000-08-29  Miles Bader  <miles@gnu.org>
3755         * comint.el (comint-send-input): Create overlays using the proper
3756         front/read-advance arguments.
3758 2000-08-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
3760         * ps-print.el: Even/odd pages printing.  Doc fix.
3761         (ps-print-version): New version number (6.0).
3762         (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
3763         (ps-background, ps-begin-file, ps-begin-job): Code fix.
3764         (ps-print-duplex-feature): Variable eliminated.
3765         (ps-even-or-odd-pages): New variable.
3767         * progmodes/ebnf2ps.el: Doc fix.
3768         (ebnf-version): New version (3.3).
3769         (ebnf-user-arrow): Change variable customization to sexp.
3770         (ebnf-user-arrow): Function eliminated.
3771         (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
3773 2000-08-29  Kenichi Handa  <handa@etl.go.jp>
3775         * help.el (help-xref-mule-regexp): New variable.
3776         (help-make-xrefs): Handle help-xref-mule-regexp.
3778         * international/mule-cmds.el (help-xref-mule-regexp-template): New
3779         variable.
3780         (describe-input-method): Temporarily activate the specfied input
3781         method to display the information.
3782         (describe-language-environment): Hyperlinks to mule related items.
3784         * international/mule-diag.el (charset-multibyte-form-string): New
3785         function.
3786         (list-character-sets-1): Use charset-multibyte-form-string.
3787         (describe-character-set): New function.
3788         (describe-coding-system): Hyperlinks to safe character sets.
3790         * international/quail.el (quail-help): New arg PACKAGE.
3791         Hyperlinks to mule related items.
3792         (quail-help-insert-keymap-description): Use
3793         substitute-command-keys instead of describe-bindings.
3794         (quail-translation-help): Hyperlinks to mule related items.
3796 2000-08-28  John Wiegley  <johnw@gnu.org>
3798         * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
3799         have a defsubst call itself.  Made `eshell-flatten-list' back into
3800         a function again.
3802         * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
3803         catch, in case re-centering point at bottom messes up the display.
3804         This happens frequently in Emacs 21, due I believe to variable
3805         line heights.
3807         * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
3808         to call `find-tag-interactive'.
3810         * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
3811         the list of remember directories.
3813 2000-08-28  John Wiegley  <johnw@gnu.org>
3815         * align.el: Test align-region-separate to see if it's a symbol.
3817 2000-08-28  John Wiegley  <johnw@gnu.org>
3819         * eshell/esh-util.el (eshell-flatten-list): Made this function
3820         into a defsubst form.  It gets used very frequently, although
3821         calls don't occur all that often.
3823         * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
3824         examining it.
3826         * eshell/esh-cmd.el (eshell-rewrite-while-command):
3827         (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
3828         `eshell-protect'.
3829         (eshell-copy-handles): Created a new macro for duplicating the
3830         current set of open handles.  This is needed by the looping
3831         functions.
3832         (eshell-do-eval): Fixed while and if, so that the eshell-test-body
3833         is not incorrectly stomped on.
3835         * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
3836         declaration for pcomplete-use-paring.
3837         (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
3838         value of eshell-cmpl-use-paring.
3839         * pcomplete.el (pcomplete-use-paring): New config variable, to
3840         indicate whether paring should be used.
3841         (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
3842         completion alternatives that have already been used.
3844         * eshell/esh-mode.el (eshell-repeat-argument): Added function,
3845         bound to C-c C-y, which will repeat the previous N arguments
3846         (based on prefix argument).
3847         (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
3849         * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
3850         if there is no *Help* buffer.  This is for XEmacs, which renames
3851         its help buffers uniquely.  TODO: Find out what the current buffer
3852         name to delete is.
3854         * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
3855         first entry that correlates to a passwd/group number.  Later
3856         entries (used for group/user name aliasing to multiple IDs) are
3857         ignored.
3859         * eshell/em-xtra.el (eshell/expr):
3860         * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
3861         (eshell-grep, eshell/diff, eshell/locate):
3862         * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
3863         argument list, before passing it to the system command.
3865         * eshell/esh-mode.el (eshell-find-tag): Added a special version of
3866         `find-tag' for use at final position in Eshell buffers (which
3867         otherwise triggers an error on Emacs 21).
3868         (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
3869         buffer, if it is currently bound to `find-tag'.
3871         * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
3872         in the list of matched Makefile names.
3873         (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
3874         directory, prefer its contents to Makefile.
3876         * eshell/em-dirs.el (eshell/cd): cd commands that look up
3877         directory parts (like "cd old new", or "cd =regexp"), are now case
3878         sensitive on non-Windows/DOS platforms.
3880         * eshell/esh-mode.el (eshell-parse-command-input): When a user
3881         types RET after an open delimiter (like "), display a message
3882         indicating that Eshell is waiting for the closing delimiter.
3884         * eshell/esh-var.el (eshell/unset): Added a command for unsetting
3885         environment variables.
3887         * eshell/em-unix.el (eshell/diff): Added logic to fail more
3888         gracefully if the user enters incorrect arguments.
3890         * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
3891         Eshell buffers.
3893         * eshell/esh-var.el (eshell-interpolate-variable):
3894         * eshell/esh-mode.el (eshell-move-argument):
3895         * eshell/em-unix.el (eshell-du-sum-directory):
3896         * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
3897         * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
3898         (not (= ...)).
3900         * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
3901         to ensure the `preserve' flag gets propagated when doing recursive
3902         directory copies.
3904 2000-08-28  Stefan Monnier  <monnier@cs.yale.edu>
3906         * eshell/em-hist.el (eshell-put-history, eshell-get-history):
3907         Don't convert \n into \0177 in memory.
3908         (eshell-read-history, eshell-write-history): Convert \n to \0177,
3909         and back again, when reading and writing.
3911 2000-08-28  Eli Zaretskii  <eliz@is.elta.co.il>
3913         * eshell/esh-util.el (eshell-processp): Added to relieve constant
3914         testing of `fboundp' on `processp'.
3916         * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
3917         (eshell/jobs): Don't call process-list if it is not bound.
3918         (eshell-gather-process-output): Support systems where async
3919         subprocesses aren't supported.
3920         (eshell-scratch-buffer, eshell-last-sync-output-start): New
3921         variables.
3923         * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
3924         eshell-do-eval returns t.
3925         (eshell-do-pipelines-synchronously): New defmacro.
3926         (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
3927         when async subprocesses aren't supported.
3928         (eshell-do-eval): Use eshell-processp.  Don't throw eshell-defer
3929         if async subprocesses aren't supported.
3930         (eshell-resume-command): Don't assume STATUS is a string.
3932         * eshell/em-unix.el (eshell/rm): Use eshell-processp.
3934         * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
3935         (eshell-close-target, eshell-get-target): Use eshell-processp.
3936         (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
3937         fix.
3938         (eshell-get-target, eshell-create-handles): Doc fix.
3940 2000-08-28  Miles Bader  <miles@lsi.nec.co.jp>
3942         * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
3943         criterion to include commands that output something, as long as it
3944         leaves both the command and the end-of-buffer visible when the
3945         command has exited.
3946         (eshell-review-quick-commands): Adjust the help doc string
3947         accordingly.
3949 2000-08-28  Peter Breton  <pbreton@ne.mediaone.net>
3951         * locate.el (locate): Cleaned up locate command's interactive prompting
3952         Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
3954         * filecache.el (file-cache-case-fold-search): New variable
3955         (file-cache-assoc-function): New variable
3956         (file-cache-minibuffer-complete): Use file-cache-assoc-function.
3957         Use file-cache-case-fold-search variable
3958         (file-cache-add-file): Use file-cache-assoc-function
3959         (file-cache-delete-file): likewise
3960         (file-cache-directory-name): likewise
3961         (file-cache-debug-read-from-minibuffer): likewise
3963 2000-08-28  Gerd Moellmann  <gerd@gnu.org>
3965         * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
3966         (abbrev-table-name): New function.
3967         (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
3968         If non-nil list local abbrev, only.
3970 2000-08-28  Stanislav Shalunov  <shalunov@internet2.edu>
3972         * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
3973         from Gnus support code, and use special article copy buffer
3974         `(gnus-original-article-buffer)' instead.  This allows to get rid
3975         of article-hide-headers usage (which breaks in the latest Gnus
3976         version).  Thanks to Detlev Zundel.
3978 2000-08-28  Kenichi Handa  <handa@etl.go.jp>
3980         * international/quail.el (quail-use-package): Hide "... loaded"
3981         message.
3982         (quail-start-translation, quail-start-conversion): Likewise.
3984         * international/kkc.el (kkc-region): Hide "... loaded" message.
3986 2000-08-27  Dave Love  <fx@gnu.org>
3988         * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
3990 2000-08-27  Miles Bader  <miles@gnu.org>
3992         * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
3994 2000-08-27  Kenichi Handa  <handa@etl.go.jp>
3996         * international/ja-dic-cnv.el (skkdic-convert): Insert (require
3997         'ja-dic-cnv), not (require 'skkdic-cnv).
3999 2000-08-26  Miles Bader  <miles@gnu.org>
4001         * faces.el (face-x-resources): Add entry for :inherit.
4002         * cus-face.el (custom-face-attributes): Add support for :inherit
4003         attribute.  Add support for relative face heights.
4004         (custom-face-attributes-get): Treat `nil' as being a default value
4005         for :inherit (as well as `unspecified').
4007         * faces.el (set-face-attribute): Update doc string.
4008         (face-attribute-name-alist): Add :inherit.
4009         (face-valid-attribute-values): Handle :inherit.
4010         (face-read-string): Rephrase prompt to be less confusing.
4011         Assume that DEFAULT is a string, since we must return a string.
4012         (face-read-integer): Use `format' to turn DEFAULT into an
4013         acceptable default for face-read-string.  Match NEW-VALUE against
4014         the string "unspecified", not the symbol `unspecified', since
4015         that's what face-read-string returns.
4016         (read-face-attribute): Lookup a name for old-value in valid, and
4017         use it as a default if we find one.  Treat all values from
4018         face-read-string as strings.  If the default is used, don't do any
4019         more processing on the value, just use the old value directly.
4020         (read-face-and-attribute, modify-face): Tweak prompt.
4021         (read-face-name): Don't assume prompt ends with a space.
4023         * faces.el (describe-face): Add support for :inherit attribute.
4025 2000-08-25  Kenichi Handa  <handa@etl.go.jp>
4027         * terminal.el (terminal-emulator): Fix args to `concat'.  Now
4028         concat doesn't accept interger.
4030         * international/kkc.el: Remove SKK from Keywords.  Require
4031         ja-dic-utl instead of skkdic-utl.
4033         * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
4034         Provide ja-dic-cnv instead of skkdic-cnv.
4035         (ja-dic-filename): Renamed from skkdic-filename.  Referers changed
4036         (iso-2022-7bit-short): Add safe-charsets property.
4037         (skkdic-convert-postfix): Search Japanese chou-on character in
4038         addition to Hiragana character.
4039         (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
4040         (skkdic-convert): Change file names from skkdic.el to ja-dic.el
4041         (batch-skkdic-convert): Likewise.
4043         * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
4044         Provide ja-dic-utl instead of skkdic-utl.
4045         (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
4047 2000-08-24  Dave Love  <fx@gnu.org>
4049         * disp-table.el (standard-display-default): Make the test of `l'
4050         useful.
4052         * language/european.el ("Latin-8", "Latin-9"): Add input methods,
4053         mod sample text.
4055         * international/iso-ascii.el: Make pilcrow convenient string
4056         consistent with section.
4057         (iso-ascii-display): Set up multibyte characters as well as
4058         unibyte.
4060 2000-08-24  Kenichi Handa  <handa@etl.go.jp>
4062         * international/mule-cmds.el (reset-language-environment): Set
4063         default-process-coding-system to '(undecided . iso-latin-1), which
4064         makes process I/O almost consistent with file I/O.   Call this
4065         function when mule-cmds.el[c] is loaded.
4067 2000-08-22  Andrew Innes  <andrewi@gnu.org>
4069         * makefile.w32-in: New file.
4071 2000-08-22  Miles Bader  <miles@lsi.nec.co.jp>
4073         * comint.el (comint-output-filter): Compare end of
4074         comint-last-output-overlay with the start of the newly inserted
4075         text, not the end, when deciding whether to extend it.
4076         Set saved-point's insertion type to advance after insertion.
4078         * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
4079         since this is now done independently of font-lock mode.
4081 2000-08-21  Gerd Moellmann  <gerd@gnu.org>
4083         * server.el (server-kill-new-buffers): New user option.
4084         (server-existing-buffer): New buffer-local variable.
4085         (server-visit-files): When using an existing buffer, set
4086         server-existing-buffer to t.
4087         (server-buffer-done): If server-kill-new-buffers is t, kill the
4088         buffer, unless it was already present before visiting it with
4089         Emacs server.
4091 2000-08-21  Eli Zaretskii  <eliz@is.elta.co.il>
4093         * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
4094         even if the display doesn't support colors: some displays will
4095         support bold/underline faces.
4097 2000-08-21  Gerd Moellmann  <gerd@gnu.org>
4099         * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
4101         * startup.el (command-line): If user's init file had an error,
4102         add explanatory text to *Messages*.
4104 2000-08-21  Kenichi Handa  <handa@etl.go.jp>
4106         * man.el (Man-getpage-in-background): Decode the process output by
4107         the system locale coding system.
4109 2000-08-20  Dave Love  <fx@gnu.org>
4111         * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
4112         Don't test x-popup-menu.
4113         (function) <complete-function>: Complete only fbound symbols.
4114         <validate, value>: New.
4115         (variable) <complete-function>: Complete only bound symbols.
4116         (coding-system): Add :base-only, :complete-function, :validate,
4117         :value, :prompt-match.
4118         (widget-coding-system-prompt-value): Use read-coding-system and
4119         act on :base-only.
4120         (editable-field): Add :help-echo.
4121         (widget-push-button-gui, widget-push-button-cache)
4122         (widget-gui-action, widget-editable-list-gui): COmment out, along
4123         with uses.
4124         (widget-at): Make arg optional.
4125         (widget-echo-help): Adjust for current help-echo calling sequence.
4126         (widget-specify-field, widget-specify-button)
4127         (widget-specify-insert, widget-get-sibling, widget-image-find)
4128         (widget-convert, widget-insert, widget-leave-text)
4129         (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
4130         (widget-setup, widget-field-find, widget-before-change)
4131         (widget-after-change, widget-default-complete)
4132         (widget-default-create, widget-default-delete)
4133         (widget-push-button-value-create, editable-field)
4134         (widget-field-prompt-value, widget-field-validate)
4135         (widget-choice-value-create, widget-choice-action)
4136         (widget-choice-validate, widget-checklist-add-item)
4137         (widget-radio-add-item, widget-radio-chosen)
4138         (widget-radio-value-inline, widget-editable-list-value-create)
4139         (widget-editable-list-entry-create)
4140         (widget-documentation-link-add)
4141         (widget-documentation-string-value-create)
4142         (widget-regexp-validate, widget-file-complete)
4143         (widget-sexp-validate, widget-plist-convert-widget)
4144         (widget-plist-convert-widget, widget-alist-convert-widget)
4145         (widget-alist-convert-widget, widget-color-complete): Simplify,
4146         particularly to avoid bindings which aren't optimized out.
4148         * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
4149         Doc fix.
4150         (down-list, backward-up-list, up-list, kill-sexp)
4151         (backward-kill-sexp, mark-sexp): Make arg optional.
4152         (lisp-complete-symbol): Add optional arg PREDICATE.
4154         * cus-start.el: Add display-buffer-reuse-frames,
4155         file-coding-system-alist.
4157 2000-08-20  Gerd Moellmann  <gerd@gnu.org>
4159         * startup.el (command-line): Clear realized faces after
4160         modifying TTY color mappings.
4162 2000-08-20  Miles Bader  <miles@gnu.org>
4164         * faces.el (face-attr-match-p): Don't return true if ATTRS are
4165         merely a subset of FACE's attributes.
4167 2000-08-19  Miles Bader  <miles@gnu.org>
4169         * comint.el (comint-output-filter): Save the point with a marker,
4170         not just a buffer position.
4172         * international/mule.el (set-buffer-process-coding-system): Make
4173         interactive prompt less confusing.
4175 2000-08-19  Gerd Moellmann  <gerd@gnu.org>
4177         * hilit-chg.el: General cleanup of doc strings, comments and
4178         code formatting.
4180 2000-08-19  Miles Bader  <miles@gnu.org>
4182         * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
4183         Compiler macro removed; beginning-of-line is no longer always
4184         equivalent to forward-line, in the presence of fields.
4186         * comint.el (comint-output-filter): Remove ad-hoc saving of
4187         restriction, and just use save-restriction, now that it works
4188         correctly.  Don't adjust comint-last-input-start to account for
4189         our insertion; it shouldn't have moved because we don't use
4190         insert-before-markers anymore.  Comment out call to
4191         `force-mode-line-update'; why is it here?
4193         * gud.el (gud-basic-call): Temporarily widen gud comint buffer
4194         while checking for prompt to delete.  Use `forward-line 0'
4195         instead of beginning-of-line.
4196         (gud-filter): Temporarily widen gud comint buffer while
4197         examining output.
4199 2000-08-18  Stefan Monnier  <monnier@cs.yale.edu>
4201         * progmodes/sh-script.el: Big bag of typos.
4203         * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
4204         check since ispell-process is not bound when ispell is not yet loaded.
4206 2000-08-18  Dave Love  <fx@gnu.org>
4208         * image.el (find-image): Copy `spec' before using plist-put.
4210 2000-08-18  Gerd Moellmann  <gerd@gnu.org>
4212         * textmodes/ispell.el (ispell-dictionary-alist-6): Add
4213         `portugues'.
4215         * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
4216         backward-kill-sexp, analogous to kill-sexp.
4218         * progmodes/icon.el (icon-indent-line)
4219         (icon-is-continuation-line): Handle comments specially.
4221 2000-08-17  Ken Stevens <k.stevens@ieee.org>
4223         * ispell.el: Set to standard author/maintainer/keyword fields.
4224         Fine tuning to menu map appearance and operation, and added help.
4225         Remove `start' and `end' error messages when compiling.
4226         (ispell-choices-win-default-height): Fixed comment string.
4227         (ispell-dictionary-alist-1): Fixed regexp in castellano and
4228         castellano8 dictionaries.
4229         (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
4230         (ispell-dictionary-alist-4): Fixed regexp in francais-tex
4231         dictionary, added italiano dictionary.
4232         (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
4233         word character
4234         (ispell-tex-skip-alists): Added psfig support.
4235         (ispell-skip-html): Renamed from ispell-skip-sgml.
4236         (ispell-begin-skip-region-regexp, ispell-skip-region)
4237         (ispell-minor-check): Improved html skipping support to skip across
4238         code, and recognize `&' commands without propper `;' syntax;
4239         (ispell-process-line): Fix alignment error when manually
4240         correcting spelling.
4241         (ispell): Fix comment string.
4242         (ispell-add-per-file-word-list): Always put word list on new line.
4244 2000-08-17  Gerd Moellmann  <gerd@gnu.org>
4246         * format.el (format-encode-run-method): Fix error message to say
4247         `encode' instead of `decode'.  Use save-window-excursion around
4248         shell-command-on-region as in format-decode-run-method because
4249         shell-command-on-region can display a buffer with error output.
4250         (format-decode): Don't record undo information for the decoding.
4251         (format-annotate-function): Add parameter FORMAT-COUNT.  Make
4252         that number part of the temporary buffer name so that more than
4253         one decoding using a temporary buffer can happen safely.
4255         * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
4256         of `A-z' in the regexp.
4258         * hilit-chg.el: Fix typos in commentary.
4260         * help.el (view-emacs-news): Rewritten for new naming scheme
4261         for old NEWS files.
4263         * startup.el (command-line): Pop to *Messages* in case an error
4264         is signaled while loading user-init-file.
4266 2000-08-17  Andreas Schwab  <schwab@suse.de>
4268         * files.el (insert-directory): Don't lose original file name,
4269         undoing an undocumented change.
4271 2000-08-17  Alex Schroeder  <alex@gnu.org>
4273         * sql.el (sql-magic-go): Use comint-bol.
4274         (sql-copy-column): Use comint-line-beginning-position.
4275         (comint-line-beginning-position): Define a replacement for
4276         comint-line-beginning-position if it is not fboundp.
4278 2000-08-17  Alex Schroeder  <alex@gnu.org>
4280         * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
4281         it didn't have any effect anyway.
4283 2000-08-17  Alex Schroeder  <alex@gnu.org>
4285         * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
4286         --pset and pager=off instead of sending \\o|cat at the beginning
4287         of the session.
4289 2000-08-17  Miles Bader  <miles@gnu.org>
4291         * progmodes/octave-inf.el: Add compatibility definition of
4292         comint-line-beginning-position.
4294 2000-08-17  Kenichi Handa  <handa@etl.go.jp>
4296         * startup.el (normal-top-level): Look in each dir in load-path for
4297         a leim-list.el file too.  This assures of loading leim-list.el
4298         that is created at Emacs installation time even if a user have his
4299         own leim-list.el.
4301 2000-08-17  Miles Bader  <miles@gnu.org>
4303         * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
4304         foreground color to black if the background is dark.
4306 2000-08-16  Stefan Monnier  <monnier@cs.yale.edu>
4308         * loadhist.el (unload-feature): Typo.
4310         * finder.el (finder-compile-keywords):
4311         * cus-dep.el (custom-make-dependencies): Add local-variable settings
4312         to the generated file.
4314         * mail/mh-e.el (mh-make-local-vars):
4315         Replace make-variable-buffer-local with make-local-variable.
4317         * play/landmark.el:
4318         * options.el (Edit-options-{set,toggle,t,nil}):
4319         * mail/mailabbrev.el (mail-abbrevs-mode):
4320         * textmodes/tex-mode.el (tex-expand-files):
4321         * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
4323         * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
4325         * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
4326         (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
4327         Allow going past the last element.
4328         * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
4329         (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
4330         (cvs-mouse-toggle-mark): Don't move point.
4331         (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
4333         * progmodes/compile.el (grep): Provide a default set of files.
4334         (next-error): Docstring fix.
4335         (compilation-find-file): Avoid find-file (fails in a dedicated window).
4337         * emacs-lisp/easy-mmode.el (define-minor-mode):
4338         Use `symbol-value' to keep the byte-compiler quiet.
4340         * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
4341         (diff-find-source-location): New fun, extracted from diff-goto-source.
4342         (diff-goto-source): Use it.
4343         (diff-next-complex-hunk, diff-filter-lines): New function.
4344         (diff-apply-hunk): New command.
4346         * smerge-mode.el (smerge-mode-menu): Doc fix.
4348         * msb.el (msb-mode): Define it in terms of define-minor-mode.
4350 2000-08-16  Dave Love  <fx@gnu.org>
4352         * windmove.el (windmove) <defgroup>: Add :version.
4354         * net/goto-addr.el: Don't require browse-url.  Require thingatpt.
4355         (goto-address-fontify-p, goto-address-highlight-p)
4356         (goto-address-url-face, goto-address-url-mouse-face)
4357         (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
4358         (goto-address-url-regexp): Use thing-at-point-url-regexp.
4359         (goto-address-fontify, goto-address-at-mouse): Simplify,
4360         (goto-address-at-point): browse-url-url-at-point,
4361         goto-address-find-address-at-point can return nil.
4362         (goto-address-find-address-at-point): Return nil on failure.
4364         * align.el (align) <defgroup>: Add :version.
4366         * calculator.el (calculator): Add :version.
4367         (calculator): Use two lines for calculator window if `modeline'
4368         face is boxed.
4370         * play/5x5.el: Doc fixes.
4371         (5x5) <defgroup>: Add :version.
4373         * play/fortune.el (fortune) <defgroup>: Add :version.
4374         (fortune-append): Fix error message.
4375         (fortune-from-region): Doc fix.
4377         * play/pong.el (pong): Doc fix.
4379         * play/morse.el: Keywords, commentary, autoloads.
4381 2000-08-16  Eli Zaretskii  <eliz@is.elta.co.il>
4383         * desktop.el (desktop-save): Don't look at symbol-value of a
4384         member of minor-mode-alist, unless it is boundp.
4386 2000-08-16  Sam Steingold  <sds@gnu.org>
4388         * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
4389         `while'; use `with-current-buffer' instead of `save-excursion'.
4390         Removed unnecessary kludges now that "*Buffer List*" is excluded.
4392 2000-08-16  Kenichi Handa  <handa@etl.go.jp>
4394         * international/ccl.el (declare-ccl-program): Docstring modified.
4395         (ccl-execute-with-args): Likewise.
4397 2000-08-16  Miles Bader  <miles@gnu.org>
4399         * progmodes/sql.el: Add compatibility definition of
4400         comint-line-beginning-position.
4402 2000-08-15  Gerd Moellmann  <gerd@gnu.org>
4404         * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
4405         'buffer-menu' property.
4406         (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
4407         fails.
4408         (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
4409         buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
4410         wasn't killed.
4412         * buff-menu.el (list-buffers-noselect): Don't display the
4413         *Buffer List* buffer.
4415         * font-lock.el: Require jit-lock to prevent a very late
4416         `Loading jit-lock' message.
4418         * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
4419         * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
4420         mail address.
4422 2000-08-15  Miles Bader  <miles@gnu.org>
4424         * textmodes/ispell.el (ispell-graphic-p): New constant.
4425         (ispell-choices-win-default-height, ispell-help): Use
4426         `ispell-graphic-p' instead of `xemacsp'.
4428 2000-08-15  Dave Love  <fx@gnu.org>
4430         * simple.el: Autoload widget-convert when compiling.
4431         (mail-user-agent): Doc fix.
4433         * help.el (function-called-at-point, variable-at-point): Use
4434         with-syntax-table.
4435         (help-manyarg-func-alist): Add insert-and-inherit.
4437         * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
4439         * delsel.el (delsel-unload-hook): New function.
4441         * find-file.el: Doc fixes.  Move provide to end.
4442         (ff) <defgroup>: Add :link.
4443         (ff-goto-click): Deleted.
4444         (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
4445         Use mouse-set-point.
4447         * textmodes/tildify.el: Doc fixes.
4448         (tildify) <defgroup>: Add:version.
4450         * progmodes/glasses.el (glasses) <defgroup>: Add :version.
4451         (glasses-custom-set): Use set-default, not set.
4452         (minor-mode-alist): Propertize the lighter.
4453         (glasses-mode): Provide optional arg.
4455         * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
4456         (global-cwarn-mode): Don't make it a user option.  Unquote lambda.
4457         (cwarn-font-lock-feature-keywords-alist): Don't make it a user
4458         option.  Provide :type.
4459         (cwarn-configuration): Provide :type.
4460         (cwarn-mode): Doc fix.
4462         * add-log.el (change-log-merge): Doc fix.
4463         (change-log-redate): New command.
4465         * net/browse-url.el (browse-url-filename-alist): Add a clause for
4466         Doze and Dog.
4467         (browse-url): Use dolist, not mapcar.
4468         (browse-url-at-point): Check for null url.
4469         (browse-url-event-buffer, browse-url-event-point): Functions
4470         deleted.
4471         (browse-url-at-mouse, browse-url-netscape): Simplify.
4473         * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
4474         modes.
4475         (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
4476         Fix previous change to mapcan.
4477         (msb--init-file-alist, msb--add-separators)
4478         (msb--make-keymap-menu): Simplify.
4479         (msb--choose-file-menu): Use copy-sequence.
4480         (msb-mode-map): Add title to keymap.
4481         (msb-unload-hook): New function.
4483         * bs.el: Fix indentation.
4484         (bs) <defgroup>: Add :links.
4485         (bs-show): Doc fix.
4486         (bs-apply-sort-faces): Don't use window-system.
4487         (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
4489 2000-08-15  Eli Zaretskii  <eliz@is.elta.co.il>
4491         * calendar/timeclock.el (timeclock-file): Run .timelog through
4492         convert-standard-filename.
4494 2000-08-14  Gerd Moellmann  <gerd@gnu.org>
4496         * emacs-lisp/authors.el: New file.
4498         * paren.el (show-paren-priority): New user option.
4499         (show-paren-function): Set overlay priorities to
4500         show-paren-priority.
4502 2000-08-14  Miles Bader  <miles@gnu.org>
4504         * comint.el (comint-bol): Use `forward-line 0' instead of calling
4505         beginning-of-line with inhibit-field-text-motion bound.
4507 2000-08-14  Gerd Moellmann  <gerd@gnu.org>
4509         * calendar/timeclock.el: New file.
4511 2000-08-14  David Ponce  <david@dponce.com>
4513         * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
4514         `widget-button-click'. so that one can use left mouse button to
4515         click on dialog buttons.
4517 2000-08-14  Emmanuel Briot  <briot@gnat.com>
4519         * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
4520         identifiers, since XML is case sensitive
4522 2000-08-12  Miles Bader  <miles@gnu.org>
4524         * comint.el (comint-output-filter): Don't bother frobbing
4525         window-start, it doesn't seem to be necessary.
4527         * comint.el (comint-send-string, comint-send-region): Make into
4528         real functions.  Snapshot the prompt before sending.
4530 2000-08-11  Eli Zaretskii  <eliz@is.elta.co.il>
4532         * info.el (Info-find-emacs-command-nodes): Rewrite to use
4533         technique similar to Info-index, instead of relying on specific
4534         names of relevant Index nodes.
4535         (Info-goto-emacs-command-node): Bind Info-history to nil when
4536         going to the first node found by Info-find-emacs-command-nodes.
4538 2000-08-11  Eli Zaretskii  <eliz@is.elta.co.il>
4540         * menu-bar.el (menu-bar-help-menu): Add a :help string.
4542 2000-08-10  Miles Bader  <miles@gnu.org>
4544         * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
4546 2000-08-10  Eli Zaretskii  <eliz@is.elta.co.il>
4548         * info.el (Info-file-list-for-emacs): More elements for the
4549         autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
4550         and woman manuals.
4552 2000-08-10  Miles Bader  <miles@lsi.nec.co.jp>
4554         * comint.el (comint-send-input): Make the newline boundary overlay
4555         rear-nonsticky.  Use `insert' instead of `insert-before-markers'.
4556         (comint-output-filter): Use `insert' instead of
4557         `insert-before-markers'.  Extend comint-last-output-overlay when
4558         necessary since we can't rely on insert-before-markers to do it.
4559         * gud.el (gud-filter): Use `with-current-buffer' instead of
4560         save-excursion when inserting the output, so that point gets
4561         updated correctly; the old method relied on a rather dodgy
4562         side-effect of comint-output-filter to avoid the effect of
4563         save-excursion.
4565 2000-08-10  Eli Zaretskii  <eliz@is.elta.co.il>
4567         * files.el (recover-file): Call insert-directory instead of
4568         invoking `ls' directly.
4570 2000-08-10  Miles Bader  <miles@gnu.org>
4572         * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
4573         (comint-last-prompt-overlay): New variables.
4574         (comint-output-filter): Implement prompt highlighting.
4575         (comint-snapshot-last-prompt): New function.
4576         (comint-send-input): Snapshot the last prompt.
4577         Use comint-highlight-input-face.
4578         (comint-highlight-input-face): Renamed from `comint-highlight-face'.
4579         Use defface instead of defcustom.
4580         (send-invisible, comint-send-eof): Snapshot the last prompt.
4581         (comint-delchar-or-maybe-eof): Use comint-send-eof.
4582         (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
4584 2000-08-09  Stefan Monnier  <monnier@cs.yale.edu>
4586         * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
4587         (regexp-opt-group): Use a list of chars for `letters'.
4588         (regexp-opt-charset): `chars' is now a list of chars.
4589         Use a char-table rather than a vector so it works for multibyte chars.
4591         * pcvs.el (cvs-menu): Don't move point.  Use popup-menu.
4592         Set cvs-minor-current-files to the selected fileinfo.
4593         (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
4594         (cvs-mode-insert): Manually macroexpand `ignore-errors'.
4596 2000-08-09  Eli Zaretskii  <eliz@is.elta.co.il>
4598         * files.el (insert-directory): Don't call access-file on
4599         directories on DOS and Windows.
4601 2000-08-09  Kenichi Handa  <handa@etl.go.jp>
4603         * international/ccl.el (ccl-embed-data): Make ccl-program-vector
4604         longer if necessary.
4605         (ccl-embed-code): Call ccl-embed-data to store CODE in
4606         ccl-program-vector.
4608 2000-08-09  Miles Bader  <miles@gnu.org>
4610         * comint.el (comint-output-filter): Properly handle the case where
4611         the text surrounded by comint-last-output-overlay was deleted.
4613 2000-08-08  Gerd Moellmann  <gerd@gnu.org>
4615         * info.el (Info-insert-dir): Use Info-additional-directory-list if
4616         non-nil.
4617         (Info-file-list-for-emacs): Remove "info" from the list because
4618         that leads to trying to use the documentation from file `info'
4619         in various situations where it isn't appropriate, for instance
4620         C-h C-k C-h i.
4622         * ffap.el (ffap-read-file-or-url-internal): Handle case that
4623         DIR and/or STRING are nil.
4625         * progmodes/compile.el (compilation-setup): Make variable
4626         compilation-error-screen-columns buffer-local, as some comment
4627         in the code suggests it should be.
4629         * files.el (auto-mode-interpreter-regexp): New variable.
4630         (set-auto-mode): Use it.
4632         * indent.el (indent-for-tab-command): Doc fix.
4634         * mouse-sel.el (mouse-sel-mode): Doc fix.
4636         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
4637         labels.
4639         * help.el (print-help-return-message): When
4640         display-buffer-reuse-frames is set, let the help window been quit,
4641         instead of deleting it, which might delete a reused frame.
4643 2000-08-08  Eli Zaretskii  <eliz@is.elta.co.il>
4645         * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
4646         rename a directory to a name that differs only by its letter case.
4648 2000-08-08  Kenichi Handa  <handa@etl.go.jp>
4650         * international/quail.el (quail-define-rules): Handle Quail decode
4651         map correctly.  Add code for supporting annotations.
4652         (quail-install-decode-map): New function.
4653         (quail-defrule-internal): New optional arguments decode-map and
4654         props.
4655         (quail-advice): New function.
4657 2000-08-07  Sam Steingold  <sds@gnu.org>
4659         * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
4660         `defconst', `define-condition', `with-slots'.
4661         * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
4663 2000-08-03  Miles Bader  <miles@gnu.org>
4665         * comint.el (comint-use-prompt-regexp-instead-of-fields):
4666         New variable.
4667         (comint-prompt-regexp, comint-get-old-input): Document dependence on
4668         comint-use-prompt-regexp-instead-of-fields.
4669         (comint-send-input): Add `input' field property to stuff we send to
4670         the process, if comint-use-prompt-regexp-instead-of-fields is nil.
4671         (comint-output-filter): Add `output' field property to process
4672         output, if comint-use-prompt-regexp-instead-of-fields is nil.
4673         (comint-replace-by-expanded-history)
4674         (comint-get-old-input-default, comint-show-output)
4675         (comint-backward-matching-input, comint-forward-matching-input)
4676         (comint-next-prompt, comint-previous-prompt):  Use field
4677         properties if comint-use-prompt-regexp-instead-of-fields is nil.
4678         (comint-line-beginning-position): New function.
4679         (comint-bol): Use comint-line-beginning-position.  Make ARG optional.
4680         (comint-replace-by-expanded-history-before-point): Use
4681         comint-line-beginning-position and line-end-position.
4682         (comint-last-output-overlay): New variable.
4683         (comint-mode): Make `comint-last-output-overlay' buffer-local.
4685         * shell.el (shell-prompt-pattern): Doc change.
4686         (shell-backward-command): Use line-beginning-position.
4688         * gud.el (gud-gdb-complete-command): Use
4689         comint-line-beginning-position.
4691         * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
4692         comint-bol doesn't actually go to the beginning of the line.
4694         * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
4695         if comint-use-prompt-regexp-instead-of-fields is non-nil.
4696         (try-expand-line-all-buffers): Likewise.
4698         * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
4699         explicitly matching comint-prompt-regexp.
4700         (sql-copy-column): Use comint-line-beginning-position instead of
4701         explicitly matching comint-prompt-regexp.
4703         * progmodes/octave-inf.el (inferior-octave-complete): Use
4704         comint-line-beginning-position.
4706         * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
4708         * progmodes/idlw-shell.el (idlwave-shell-send-command): When
4709         looking for a prompt, use `forward-line 0' instead of
4710         `beginning-of-line', to avoid getting caught by an input field.
4712 2000-08-07  Gerd Moellmann  <gerd@gnu.org>
4714         * files.el (shell-quote-wildcard-pattern): Make sure to return
4715         PATTERN, in the Unix case.
4717 2000-08-07  Eli Zaretskii  <eliz@is.elta.co.il>
4719         * play/zone.el (zone): Discard any pending input before running
4720         the randomly-chosen pgm.
4722 2000-08-07  Kenichi Handa  <handa@etl.go.jp>
4724         * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
4725         checking the existence of any multibyte characters.
4727 2000-08-06  Gerd Moellmann  <gerd@gnu.org>
4729         * help.el (describe-mode): Test minor-mode symbol for being
4730         bound before testing its value for being nil.
4732         * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
4733         `first', `second', and `third'.
4735         * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
4736         (second): Make it an alias for `cadr'.
4738 2000-08-06  Eli Zaretskii  <eliz@is.elta.co.il>
4740         * bs.el (bs-apply-sort-faces): Don't use window-system, since all
4741         types of display support faces now.
4743 2000-08-05  Gerd Moellmann  <gerd@gnu.org>
4745         * pcvs.el (require): Require `cl' during compilation, only.
4747         * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
4748         (toplevel): Remove `remq' and `remove' from autoloads.
4749         (cl-fake-autoloads): New variable.  If set, arrange for an error
4750         when CL functions etc. are autoloaded.
4752 2000-08-04  Eli Zaretskii  <eliz@is.elta.co.il>
4754         * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
4756         * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
4757         popped up, but the user clicks outside the menu, return an empty
4758         regexp (that causes unhighlight-regexp to have no effect).
4760         * menu-bar.el (menu-bar-games-menu): Add Zone.
4762         * hi-lock.el (toplevel): Require font-lock.
4764 2000-08-03  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
4766         * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
4767         (ebnf-8-bit-chars): New var for bug fix.
4768         (ebnf-string): Bug fix.
4770 2000-08-03  Sam Steingold  <sds@gnu.org>
4772         * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
4773         instead of `buffer-string'.
4774         (require 'cl): Always, not just when compiling.
4775         `ignore-errors' in `interactive', `list*', `defun*' &c make this
4776         necessary.
4778 2000-08-03  Eli Zaretskii  <eliz@is.elta.co.il>
4780         * international/mule-cmds.el (select-safe-coding-system): Make
4781         the message text about selecting a safe coding system more clear.
4783 2000-08-02  Gerd Moellmann  <gerd@gnu.org>
4785         * hi-lock.el: New file.
4787         * play/zone.el: New file.
4789         * replace.el (occur): Set tab-width in the *Occur* buffer to the
4790         value of tab-width in the original buffer.  Choose a line number
4791         format that's a multiple of the original buffer's tab width, so
4792         that lines appear right.
4794         * textmodes/ispell.el (ispell): New function, replacing an alias.
4795         Spell-check active region if in transient-mark-mode and mark
4796         is active; otherwise spell-check buffer.
4798 2000-08-02  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
4800         * ps-mule.el: Fix a customization problem on
4801         ps-mule-font-info-database-default.
4803 2000-08-02  Eli Zaretskii  <eliz@is.elta.co.il>
4805         * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
4806         display-mouse-p instead of window-system.
4807         (ebrowse-member-mode-map): Ditto.
4809 2000-08-01  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
4811         * progmodes/ebnf2ps.el: Update ps-print functions call.
4812         Indentation fix.  Doc fix.
4813         (ebnf-version): New version number (3.2).
4814         (ebnf-format-color, ebnf-begin-job): Code fix.
4816 2000-08-01  Eli Zaretskii  <eliz@is.elta.co.il>
4818         * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
4819         font lock support on window-system.
4820         (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
4822         * textmodes/ispell.el (ispell-highlight-spelling-error): Use
4823         display-color-p, if fboundp, instead of window-system.
4825 2000-07-31  Eli Zaretskii  <eliz@is.elta.co.il>
4827         * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
4828         instead of window-system.
4830         * wid-edit.el (widget-choose): Use display-mouse-p instead of
4831         window-system.
4832         (widget-choice-mouse-down-action): Use display-popup-menus-p
4833         instead of window-system.
4835         * strokes.el (strokes-file): Run the file name through
4836         convert-standard-filename.
4837         (strokes-mode): Call display-mouse-p instead of looking at
4838         window-system.  Change the error message accordingly.
4840         * progmodes/cpp.el (toplevel): Support faces on tty's.
4842         * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
4843         (lm-plot-square, lm-init-display): Don't use window-system.
4845         * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
4846         (gomoku-plot-square, gomoku-init-display): Don't use window-system.
4848         * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
4849         instead of looking at window-system.
4851 2000-07-30  Gerd Moellmann  <gerd@gnu.org>
4853         * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
4854         of testing if iswitchb-prepost-hooks is bound, because the
4855         latter will always be true when invoking a recursive minibuffer
4856         from an active Iswitchb buffer.
4858 2000-07-30  Eli Zaretskii  <eliz@is.elta.co.il>
4860         * files.el (shell-quote-wildcard-pattern): New function.
4861         (insert-directory): Call it.  Only prepend "\" to command on Unix
4862         and GNU/Linux systems.
4864 2000-07-30  Gerd Moellmann  <gerd@gnu.org>
4866         * eshell/esh-groups.el: Change custom :link file names
4867         from `eshell.info' to `eshell'.
4869 2000-07-30  Francis Wright  <fjw@maths.qmw.ac.uk>
4871         * dired.el (dired-build-subdir-alist): Expand subdirectory names
4872         correctly in recursive ange-ftp listings.
4874 2000-07-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
4876         * ps-print.el: Fix bug 1: if ps-font-size-internal,
4877         ps-header-font-size-internal and
4878         ps-header-title-font-size-internal variables are not set,
4879         ps-nb-pages and ps-line-lengths-internal crashes.  Fix bug 2: if
4880         face text property is (foreground-color . COLOR) or
4881         `(background-color . COLOR)', ps-print crashes.  Doc fix.
4882         (ps-print-version): New version number (5.2.4).
4883         (ps-plot-region): Code fix.
4884         (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
4885         (ps-face-attribute-list, ps-face-attributes, ps-face-background):
4886         Bug fix 2.
4888 2000-07-30  Milan Zamazal  <pdm@freesoft.cz>
4890         * glasses.el (glasses-make-readable): Fix uncapitalization of
4891         identifiers like `myXMLDocument'.
4893 2000-07-28  Karl Fogel  <kfogel@red-bean.com>
4895         * mail/mail-hist.el (mail-hist-previous-input)
4896         (mail-hist-next-input): Do the obvious code factorization.
4897         (mail-hist-retrieve-and-insert): New func, contains common
4898         code of above two.
4899         If inserting a message body, leave point at top.
4901 2000-07-28  Sam Steingold  <sds@gnu.org>
4903         * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
4904         Use `<=', not `<' to compare times!
4905         (ange-ftp-ls): Remove.
4907 2000-07-27  Gerd Moellmann  <gerd@gnu.org>
4909         * play/cookie1.el: Add explanation of how to make cookie.el
4910         compatible with strfile(1) to comment.
4912         * subr.el (remove, remq): New functions.
4914         * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
4915         escape `*' in regexps.
4916         (midnight-find): Reverse order of arguments in the funcall of
4917         TEST.
4919         * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
4920         and `.class'.
4922         * play/meese.el: Add Commentary section.
4924 2000-07-27  Alex Schroeder  <alex@gnu.org>
4926         * sql.el (sql-ms): Added autoload cookie.
4927         (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
4928         (sql-oracle): Ditto.
4929         (sql-help): Doc change.
4931         (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
4932         types and exceptions.
4934 2000-07-27  Alex Schroeder  <alex@gnu.org>
4936         * sql.el (sql-placeholder-history): New variable.
4937         (sql-query-placeholders-and-send): New function that will query
4938         the user and replace placeholders with user input.
4939         (sql-oracle): If running on NT, set comint-input-sender to
4940         sql-query-placeholders-and-send.
4942         (sql-stop): If in the SQLi buffer, insert stop notification, else
4943         present it as a message.
4945 2000-07-27  Alex Schroeder  <alex@gnu.org>
4947         * sql.el (sql-input-ring-separator): Doc change.
4948         (sql-input-ring-file-name): Doc change.
4949         (sql-interactive-mode): Use `sql-input-ring-separator' and
4950         `sql-input-ring-file-name' to set the comint-mode equivalents
4951         without making them local variables.
4952         (sql-stop): Don't bind `sql-input-ring-separator' and
4953         `sql-input-ring-file-name' dynamically to their comint-mode
4954         equivalents.
4956 2000-07-27  Kenichi Handa  <handa@etl.go.jp>
4958         * international/mule.el (register-char-codings): New function.
4959         (make-coding-system): Handle `safe-chars' specification in the arg
4960         PROPERTY.
4962         * international/mule-cmds.el
4963         (find-coding-systems-region-subset-p): This function deleted.
4964         (sort-coding-systems-predicate): New variable.
4965         (sort-coding-systems): New function.
4966         (find-coding-systems-region): Use
4967         find-coding-systems-region-internal.
4968         (find-coding-systems-string): Use find-coding-systems-region.
4969         (find-coding-systems-for-charsets): Check
4970         char-coding-system-table.
4971         (select-safe-coding-system-accept-default-p): New variable.
4972         (select-safe-coding-system): Mostly rewritten.  New argument
4973         ACCEPT-DEFAULT-P.
4974         (select-message-coding-system): Call select-safe-coding-system
4975         with ACCEPT-DEFAULT-P arg.
4976         (reset-language-environment): Reset default-sendmail-coding-system
4977         to the default value iso-latin-1.
4978         (set-language-environment): Don't set the obsolete variable
4979         charset-origin-alist.
4981         * international/codepage.el (cp-coding-system-for-codepage-1):
4982         Give `safe-chars' property to make-coding-system.
4984         * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
4985         calling select-message-coding-system twice.
4987         * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
4988         instead of `safe-charsets'.
4989         (cyrillic-alternativnyj): Likewise.
4990         (ccl-encode-alternativnyj): Don't check the charset
4991         cyrillic-iso8859-5.
4993 2000-07-27  Kenichi Handa  <handa@etl.go.jp>
4995         * composite.el (compose-chars-after): Preserve match data.
4997 2000-07-26  Sam Steingold  <sds@gnu.org>
4999         * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
5000         (ange-ftp-real-file-newer-than-file-p): New function.
5001         (ange-ftp-verify-visited-file-modtime): Use `float-time'.
5002         (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
5004         * tooltip.el (tooltip-float-time): Removed (use `float-time').
5005         * midnight.el (midnight-float-time): Ditto.
5007 2000-07-26  Andreas Schwab  <schwab@suse.de>
5009         * files.el (normal-backup-enable-predicate): Correct
5010         interpretation of the return value of compare-strings.
5012 2000-07-26  Gerd Moellmann  <gerd@gnu.org>
5014         * isearch.el (isearch-resume): New function.
5015         (isearch-done): Add something to command-history to resume
5016         the search.
5017         (isearch-yank-line, isearch-yank-word): Use
5018         buffer-substring-no-properties instead of buffer-substring.
5020         * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
5021         of flyspell-mouse-map.
5023         * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
5024         duplicate definition.
5025         (makefile-mode): Remove duplicate setting of local-abbrev-table.
5027         * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
5028         (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
5030 2000-07-25  Sam Steingold  <sds@gnu.org>
5032         * net/ange-ftp.el: Get modtime over the net.
5033         (ange-ftp-file-modtime): New function.
5034         (ange-ftp-write-region, ange-ftp-insert-file-contents)
5035         (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
5036         Use it.
5037         (ange-ftp-dot-to-slash): New function.
5038         (ange-ftp-fix-name-for-vms): Use it.
5040         * midnight.el (midnight-buffer-display-time): Use
5041         `with-current-buffer'.
5043 2000-07-25  Gerd Moellmann  <gerd@gnu.org>
5045         * find-dired.el: Update copyright notice.
5046         (find-dired): Offer to kill a running `find'.
5048         * enriched.el (enriched-face-ans): For a `foreground-color'
5049         property, return '(("x-color" COLOR))' so that COLOR will be
5050         output as a parameter of the x-color annotation.  Likewise for the
5051         `background-color' property.  In the case of normal face
5052         properties, don't return annotations for unspecified foreground
5053         and background face attributes.
5055 2000-07-25  Kenichi Handa  <handa@etl.go.jp>
5057         * language/japan-util.el (japanese-katakana-region): Fix handling
5058         HANKAKU argument.
5060 2000-07-25  Miles Bader  <miles@gnu.org>
5062         * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
5063         constrain-to-field.  Pass nil ESCAPE-FROM-EDGE argument to
5064         constrain-to-field.
5066 2000-07-24  Andrew Innes  <andrewi@gnu.org>
5068         * timer.el (timer-activate-when-idle): Add optional parameter
5069         DONT-WAIT.  Update docstring.
5070         (run-with-idle-timer): Specify extra parameter to
5071         timer-activate-when-idle, so that timer will be activated
5072         immediately if Emacs is already idle.
5074         * w32-fns.el (w32-using-nt): Fix docstring.
5076 2000-07-24  Dave Love  <fx@gnu.org>
5078         * mouse.el (popup-menu): Set last-command-event.
5079         (mouse-major-mode-menu-prefix): Declare.
5081 2000-07-24  Gerd Moellmann  <gerd@gnu.org>
5083         * textmodes/flyspell.el: Update to author's version 1.5d.
5085         * progmodes/hideshow.el: Update copyright notice.
5087         * vcursor.el: Set maintainer to FSF, since author cannot
5088         be reached.
5090 2000-07-24  Eli Zaretskii  <eliz@is.elta.co.il>
5092         * info.el (Info-goto-emacs-key-command-node): Leave a space after
5093         the prompt.
5095         * mouse.el (popup-menu): Run the keymap through indirect-function,
5096         in case it was defined with define-prefix-key.  If the menu is a
5097         list of keymaps, look up the binding of user's choice in each one
5098         of the keymaps.
5099         (mouse-popup-menubar): If the global and local menu-bar keymaps
5100         don't have a prompt string, create one and insert it into the
5101         keymap.  Don't barf if current-local-map returns nil.
5103 2000-07-24  Francis Wright  <fjw@maths.qmw.ac.uk>
5105         * dired.el (dired-sort-R-check): Added to allow recursive listing
5106         to be undone.
5107         (dired-sort-other): Use it.
5109 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
5111         * Release of cc-mode 5.27
5113 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
5115         * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
5116         c-beginning-of-statement-1 that caused a bad case of recursion
5117         which could consume a lot of CPU in large classes in languages
5118         that have in-expression classes (i.e. Java and Pike).
5120         * cc-engine.el (c-guess-basic-syntax): Check for in-expression
5121         statements before top level constructs (i.e. case 6 is moved
5122         before case 5 and is now case 4) to catch in-expression
5123         classes in top level expressions correctly.
5125 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
5127         * cc-engine.el (c-guess-basic-syntax): Less naive handling of
5128         objc-method-intro. Case 4 removed and case 5I added.
5130         * cc-langs.el (c-append-paragraph-start): New variable used by
5131         c-common-init to get paragraph-start correct.
5132         * cc-langs.el (c-common-init): Use c-append-paragraph-start to
5133         initialize paragraph-start to make it correct both with and
5134         without the javadoc special case.
5136         * cc-mode.el (java-mode): Use c-append-paragraph-start to
5137         initialize paragraph-start for javadoc markup.
5139         * cc-vars.el (c-style-variables-are-local-p): Incompatible
5140         change by defaulting this to t.  It's motivated by the
5141         confusing behavior that otherwise arise from the style system
5142         when editing both java and non-java files at the same time
5143         (see the comments about style setting in c-common-init).
5145 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
5147         * cc-cmds.el (c-indent-new-comment-line): Added a kludge
5148         similar to the one in c-fill-paragraph to check the fill
5149         prefix from the adaptive fill function for sanity.
5151 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
5153         * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
5154         defun block.
5156 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
5158         * cc-mode.texi Documented the change of cpp-macro.
5160 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
5162         * cc-align.el (c-lineup-multi-inher): Handle lines with
5163         leading comma nicely. Extended to handle member initializers
5164         too.
5166         * cc-engine.el: (c-beginning-of-inheritance-list,
5167         c-guess-basic-syntax): Fixed recognition of inheritance lists
5168         when the lines begins with a comma.
5170         * cc-mode.texi: Updated doc for c-lineup-multi-inher.
5172         * cc-vars.el (c-offsets-alist): Changed default for
5173         member-init-cont to c-lineup-multi-inher since it now handles
5174         member initializers and indents better for leading commas.
5176 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
5178         * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
5179         handling that caused class open lines to be recognized as
5180         statement-conts in some cases.
5182         * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
5183         guessed by the adaptive fill function unless point is on the
5184         first line of a block comment.
5186         * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
5187         when the buffer ends with a macro continuation char.
5189         * cc-engine.el (c-guess-basic-syntax): Added support for
5190         function definitions as statements in Pike.  The first
5191         statement in a lambda block is now labeled defun-block-intro
5192         instead of statement-block-intro.
5194         * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
5195         so that the class surrounding point is selected, not the one
5196         innermost in the state.
5198         * cc-engine.el (c-guess-basic-syntax): Fixed bug in
5199         recognition of switch labels having hanging multiline
5200         statements.
5202         * cc-engine.el (c-beginning-of-member-init-list): Broke out
5203         some code in c-guess-basic-syntax to a separate function.
5204         * cc-engine.el (c-just-after-func-arglist-p): Fixed
5205         recognition of member inits with multiple line arglists.
5206         * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
5207         member-init-cont when the commas are in funny places.
5209 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
5211         * cc-defs.el (c-auto-newline): Removed this macro since it's
5212         not used anymore.
5214         * cc-engine.el (c-looking-at-bos): New helper function.
5215         * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
5216         inexpr and toplevel classes apart in Pike.
5218         * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
5219         of case 9A.
5221         * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
5222         constant, since "class" can introduce an in-expression class
5223         in Pike nowadays.
5225 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
5227         * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
5228         indentation on cpp-macro lines.
5230         * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
5231         a syntax modifier like comment-intro, to make it possible to
5232         get syntactic indentation for preprocessor directives.  It's
5233         incompatible wrt to lineup functions on cpp-macro, but it has
5234         no observable effect in the 99.9% common case where cpp-macro
5235         is set to -1000.
5237 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
5239         * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
5240         member-init-cont when the preceding arglist is several lines.
5242 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
5244         * cc-styles.el (c-style-alist): The basic offset for the BSD
5245         style corrected to 8.
5247 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
5249         * cc-styles.el (c-style-alist): Adjusted the indentation of
5250         brace list openers in the gnu style.
5252 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
5254         * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
5256         * cc-cmds.el (c-electric-brace, c-electric-slash,
5257         c-electric-star, c-electric-semi&comma, c-electric-colon,
5258         c-electric-lt-gt, c-electric-paren): Don't reindent old lines
5259         when c-syntactic-indentation is nil.
5261         * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
5262         we were left at comments preceding the first statement when
5263         reaching the beginning of the buffer.
5265         * cc-vars.el (c-syntactic-indentation): New variable to turn
5266         off all syntactic indentation.
5268 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
5270         * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
5271         between the text and the block comment ender when it hangs,
5272         depending on how many there are before the fill.
5274 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
5276         * cc-engine.el (c-beginning-of-closest-statement): New helper
5277         function to go back to the closest preceding statement start,
5278         which could be inside a conditional statement.
5279         * cc-engine.el (c-guess-basic-syntax): Use
5280         c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
5282         * cc-engine.el (c-guess-basic-syntax): Better handling of
5283         arglist-intro, arglist-cont-nonempty and arglist-close when
5284         the arglist is nested inside parens.  Cases 7A, 7C and 7F
5285         changed.
5287         * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
5288         up-to-date with javadoc 1.2.
5290 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
5292         * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
5293         multiline Pike type decls.
5295 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
5297         * cc-cmds.el (c-indent-new-comment-line): Always break
5298         multiline comments in multiline mode, regardless of
5299         comment-multi-line.
5301 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
5303         * cc-engine.el (c-guess-basic-syntax): Fixed bug with
5304         fully::qualified::names in C++ member init lists.  Preamble in
5305         case 5D changed.
5307 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
5309         * cc-langs.el (c-common-init): Handling of obsolete variables
5310         moved to c-initialize-cc-mode.  More compatible style override
5311         when using global style variables.
5312         * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
5313         variables moved here.
5315         * cc-mode.texi: Documented the special behavior of
5316         c-special-indent-hook as a style variable.  Don't talk about
5317         doing (c-make-styles-buffer-local t) in a mode hook, since
5318         that's already too late to work right.
5320         * cc-styles.el (c-make-styles-buffer-local): Flag style
5321         variable localness in c-style-variables-are-local-p to make
5322         the compatibility measure in c-common-init work well.
5324         * cc-styles.el (c-set-style-1): c-special-indent-hook can no
5325         longer contain set-from-style.
5326         * cc-styles.el (c-initialize-builtin-style): Don't check for
5327         set-from-style on c-special-indent-hook.
5328         * cc-styles.el (c-copy-tree): Obsolete.  The standard function
5329         copy-alist is sufficient now.
5331         * cc-styles.el (c-set-style, c-set-style-1,
5332         c-get-style-variables): Fixes to variable initialization so
5333         that duplicate entries in styles have the same effect
5334         regardless of DONT-OVERRIDE.
5336         * cc-styles.el (c-set-style-2): Fixed bug where the
5337         initialization of inheriting styles failed when the
5338         dont-override flag is set.
5340         * cc-vars.el (c-special-indent-hook): Don't use set-from-style
5341         on this.
5343 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
5345         * cc-defs.el (c-forward-comment): Removed the workaround
5346         introduced in 5.38 since it had worse side-effects.  If a line
5347         contains the string "//\"", it regarded the // as a comment
5348         start since the \ temporarily doesn't have escape syntax.
5350 2000-07-17 Emmanuel Briot <briot@act-europe.fr>
5352         * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
5353         ada-xref.el before ada-prj.el, so that the Project menu is created
5354         when ada-prj tries to add to it.
5355         (ada-activate-keys-for-case): Suppress the characters that are not
5356         part of the Ada syntax. Better compatibility with else-mode
5357         (ada-adjust-case-interactive): When auto-casing is not active,
5358         correctly insert newlines (used to insert only ^M).  Prevent the
5359         syntax table from being changed in case of an error
5360         (or '_' becomes part of a word and some commands are confused).
5361         Do nothing if ada-auto-case is nil.
5362         (ada-after-keyword-p): Ignore keywords that are also attributes
5363         (ada-batch-reformat): Update usage comment
5364         (ada-call-from-contextual-menu): New function
5365         (ada-case-read-exceptions): Reinitialize the casing exception list
5366         first to nil first, so that the casing exception file can be
5367         shared.
5368         (ada-check-defun-name): Handles "configure" keyword for gnatdist
5369         files.
5370         (ada-compile-goto-error): Fix regexp used to detect a file:line
5371         anywhere in the error message
5372         (ada-contextual-menu-last-point): New variable
5373         (ada-create-keymap): If the variable delete-key-deletes-forward is
5374         t on XEmacs, it means that DEL should delete one character
5375         forward.
5376         (ada-create-menu): Use :included instead of :visible for XEmacs.
5377         New submenu "Options".
5378         (ada-end-stmt-re): Correctly indent "select ... then abort"
5379         statements.
5380         (ada-fill-comment-paragraph): Correctly delete all leading '--'
5381         even if they don't match ada-fill-comment-prefix Fix handling of
5382         paragraphs on the first or last line of a file.
5383         (ada-format-paramlist): Fix handling of default parameter values.
5384         (ada-get-body-name): New function.
5385         (ada-get-current-indent): Optimized by searchling directly for an
5386         existing generic part or a statement outside of it.  Handle
5387         ada-indent-align-comments when indenting comments Replaced some
5388         regexps by testing directly the next character. This results in a
5389         huge speedup on some files.  New indentation scheme for renames
5390         statements.  Stop looking for the 'while' or 'for' associated with
5391         a 'loop' at the first semicolon encountered.  A "return" can also
5392         match an anonymous access subprogram declaration.
5393         (ada-get-indent-noindent): Ignore strings and comments when
5394         looking for the keywords "record" and "private".
5395         (ada-goto-matching-decl-start): When matching "if", make sure we
5396         are not in fact seeing "end if".  Ignore "when" statements except
5397         when initial keyword was "begin".  Fix handling of nested
5398         procedures.  Add a recursive call to this function to skip over
5399         other 'end' statmts.  Fix indentation for "when .. => begin"
5400         (ada-in-open-paren-p): Fix indentation for complex boolean
5401         expressions, where 'and then', 'or else' and parenthesis
5402         statements are mixed up.
5403         (ada-in-paramlist-p): Skip comments while searching for the
5404         beginning Fix handling of operator declarations.
5405         (ada-indent-align-comments): New variable
5406         (ada-indent-current): Change the syntax table only in the
5407         protected section, so that we are sure it is restored correctly.
5408         (ada-indent-on-previous-lines): Use ada-use-indent and
5409         ada-with-indent Correctly indent "select ... then"
5410         (ada-indent-region): Slight speedup.
5411         (ada-indent-renames): New variable.
5412         (ada-last-which-function-subprog, ada-last-which-function-line):
5413         New variables
5414         (ada-looking-at-semi-private): Correctly indent the 'private'
5415         keyword when it is the first word in a package declaration.
5416         (ada-loose-case-word): Stop searching if at the end of the buffer.
5417         (ada-loose-case-word, ada-capitalize-word): Recase the whole word
5418         even if point is not initially at the end of the word.
5419         (ada-matching-decl-start-re): Add "when".
5420         (ada-mode): Add support for abbrev-mode, outline-mode and
5421         which-func-mode Override the old find-file.el entry in
5422         ff-special-constructs since it is using the obsolete
5423         ada-spec-suffix variable
5424         (ada-no-auto-case): New function
5425         (ada-scan-paramlist): When parsing the argument type, accept
5426         spaces (as in "X 'Class", generated by Rational Rose).
5427         (ada-other-file-name): No longer loads the other file.
5428         (ada-popup-menu): Save and restore the current buffer and cursor
5429         position before and after displaying the menu.
5430         (ada-search-ignore-complex-boolean): New function.
5431         (ada-uncomment-region): Emacs21 already knows how to delete
5432         comments not starting in the first column.
5433         (ada-use-indent): New variable
5434         (ada-which-function): New function.
5435         (ada-with-indent): New variable
5436         (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
5437         can be batch-compiled from the command line.
5439         * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
5440         Add to the menu when the file is loaded, not in ada-mode-hook.
5441         Add -toolbar to the default ddd command Switches moved from
5442         ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
5443         ada-prj-default-comp-opt
5444         (ada-add-ada-menu): Remove the map and name parameters Add the Ada
5445         Reference Manual to the menu
5446         (ada-check-current): rewritten as a call to ada-compile-current
5447         (ada-compile): Removed.
5448         (ada-compile-application, ada-compile-current, ada-check-current):
5449         Set the compilation-search-path so that compile.el automatically
5450         finds the sources in src_dir.  Automatic scrollong of the
5451         compilation buffer.  C-uC-cC-c asks for confirmation before
5452         compiling
5453         (ada-compile-current): New parameter, prj-field
5454         (ada-complete-identifier): Load the .ali file before doing
5455         processing
5456         (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
5457         conform to gnatmake's behavior.
5458         (ada-find-file-in-dir): New function
5459         (ada-find-references): Set the environment variables for gnatfind
5460         (ada-find-src-file-in-dir): New function.
5461         (ada-first-non-nil): Removed
5462         (ada-gdb-application): Add support for jdb, the java debugger.
5463         (ada-get-ada-file-name): Load the original-file first if not done
5464         yet.
5465         (ada-get-all-references): Handles the new ali syntax (parent types
5466         are found between <>).
5467         (ada-initialize-runtime-library): New function
5468         (ada-mode-hook): Always load a project file when a file is opened,
5469         so that the casing exceptions are correctly read.
5470         (ada-operator-re): Add all missing operators ("abs", "rem", "**").
5471         (ada-parse-prj-file): Use find-file-noselect instead of find-file
5472         to open the project file, since the latter does not work with
5473         speedbar Get default values before loading the prj file, or the
5474         default executable file name is wrong.  Use the absolute value of
5475         src_dir to initialize ada-search-directories and
5476         compilation-search-path,...  Add the standard runtime library to
5477         the search path for find-file.
5478         (ada-prj-default-debugger): Was missing an opening '{'
5479         (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
5480         variables.
5481         (ada-prj-default-gnatmake-opt): New variable
5482         (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
5483         buffers, the project file is the default one Save the windows
5484         configuration before displaying the menu.
5485         (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
5486         (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
5487         ...)  regexp-quote identifiers names to support operators +,
5488         -,... in regexps.
5489         (ada-remote): New function.
5490         (ada-run-application): Erase the output buffer before starting the
5491         run Support remote execution of the application.  Use
5492         call-process, or the arguments are incorrectly parsed
5493         (ada-set-default-project-file): Reread the content of the active
5494         project file, not the one from the current buffer When a project
5495         file is set as the default project, all directories are
5496         automatically associated with it.
5497         (ada-set-environment): New function
5498         (ada-treat-cmd-string): New special variable ${current}
5499         (ada-treat-cmd-string): Revised.  The substitution is now done for
5500         any ${...} substring
5501         (ada-xref-current): If no body was found, compiles the spec
5502         instead.  Setup ADA_{SOURCE,OBJECTS}_PATH before running the
5503         compiler to get rid of command line length limitations.
5504         (ada-xref-get-project-field): New function
5505         (ada-xref-project-files): New variable
5506         (ada-xref-runtime-library-specs-path)
5507         (ada-xref-runtime-library-ali-path): New variables
5508         (ada-xref-set-default-prj-values): Default run command now does a
5509         cd to the build directory.  New field: main_unit Provide a default
5510         file name even if the current buffer has no prj file.
5512         * ada-prj.el:
5513         Rewritten to show a tabbed-dialog.
5514         (ada-prj-add-ada-menu): Remove the map and name parameters.
5515         (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
5516         New function
5517         (ada-prj-load-directory, ada-prj-subdirs-of): New functions
5518         (ada-prj-load-from-file): New function
5519         (ada-prj-save): Always save fields that depend on the current buffer
5520         (ada-prj-show-value): New function
5522         * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
5523         Ada mode. This will allow us to display the Ada menu in any buffer
5524         we want (for project items).
5525         (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
5526         number of spaces in the header.
5528 2000-07-24  Dave Love  <fx@gnu.org>
5530         * ediff-init.el (ediff-region-help-echo): Bind face-help.
5532 2000-07-23  Noah Friedman  <friedman@splode.com>
5534         * type-break.el (type-break): perform autosave.
5535         Suggested by Stephen Gildea <gildea@intouchsys.com>.
5536         (type-break-do-query): Cancel query schedule while performing
5537         actual query, to avoid possibility of a second query being made
5538         while first one is already in progress.
5539         (type-break-time-stamp-format): New variable.
5540         (type-break-time-stamp): New function.
5541         (type-break-time-warning): Use it.
5542         (type-break-keystroke-warning): Use it.
5543         (type-break-noninteractive-query): Use it.
5545         * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
5546         cookie.
5547         Use add-minor-mode to set minor-mode-alist, if available.
5548         (eldoc-echo-area-use-multiline-p): New user option.
5549         (eldoc-echo-area-multiline-supported-p): New variable.
5550         (eldoc-docstring-format-sym-doc): Use them.
5551         (eldoc-mode): If not using idle timers, append to local post and
5552         pre command hooks.  Suggested by David Byers <davby@ida.liu.se>.
5553         (eldoc-display-message-no-interference-p): Don't interfere with
5554         edebug.
5555         Add autoload cookie for eldoc-mode minor-mode-alist initialization.
5556         (eldoc-function-arglist): New function.
5557         (eldoc-function-argstring): Use it.
5559         * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
5560         auto save directory exists before calling directory-files.
5562 2000-07-23  Dave Love  <fx@gnu.org>
5564         * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
5565         ^o, ^u.
5567 2000-07-21  Dave Love  <fx@gnu.org>
5569         * ediff-init.el (ediff-region-help-echo): Modify to use overlay
5570         now passed to the function.  It now works properly.
5572         * smerge-mode.el (smerge-mode-menu): Fill it out.
5574 2000-07-20  Gerd Moellmann  <gerd@gnu.org>
5576         * info-look.el (info-lookup): If *info* is shown in another frame
5577         on the same display, select that frame, instead of switching to
5578         the Info buffer in another window of the selected frame.
5580         * simple.el (universal-argument-map): Bind numeric keypad keys
5581         kp-0 to kp-9 and kp-subtract.
5582         (digit-argument): Handle these keys.
5584 2000-07-20  Dave Love  <fx@gnu.org>
5586         * net/goto-addr.el (goto-address-fontify): Don't bother with
5587         buffer-modified and read-only stuff -- irrelevant with overlays.
5588         Put an extra property on the overlays and use it to clean up in
5589         case goto-address is re-run.
5591 2000-07-19  Richard M. Stallman  <rms@gnu.org>
5593         * timer.el (run-with-idle-timer): Doc fix.
5595         * mail/mail-utils.el (mail-strip-quoted-names):
5596         Handle case where <...> appears inside "...".
5597         Use replace-match to edit the string more simply.
5598         (rmail-dont-reply-to): Cope with an unmatched ".
5600 2000-07-19  Dave Love  <fx@gnu.org>
5602         * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
5603         implementation.
5605         * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
5606         (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
5607         (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
5609 2000-07-19  Gerd Moellmann  <gerd@gnu.org>
5611         * textmodes/refer.el: Correct maintainer's email address.
5613         * progmodes/hideif.el: Correct author's email address.
5614         Fix typo in comment.
5616         * xml.el: New file.
5618         * mail/mailheader.el: Correct author's mail address.
5620         * gnus/parse-time.el: Correct author's mail address.
5622 2000-07-19  Colin Walters <walters@cis.ohio-state.edu>
5624         * comint.el (comint-highlight-input, comint-highlight-face):
5625         New user options.
5626         (comint-input-ring-file-name): Change custom type.
5627         (comint-mode-map): Bind mouse-2.
5628         (comint-insert-clicked-input): New function.
5629         (comint-send-input): Handle input highlighting.
5631 2000-07-18  Stefan Monnier  <monnier@cs.yale.edu>
5633         * mouse.el (popup-menu): New function.
5634         (mouse-major-mode-menu): Use it.
5636 2000-07-18  Dave Love  <fx@gnu.org>
5638         * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
5639         improvements.
5641 2000-07-18  Gerd Moellmann  <gerd@gnu.org>
5643         * faces.el (face-font-selection-order)
5644         (face-font-family-alternatives): Add custom type.
5646 2000-07-18  Dave Love  <fx@gnu.org>
5648         * cus-edit.el (custom-variable-reset-saved)
5649         (custom-variable-reset-standard): Remove unused bindings.
5651         * rect.el (open-rectangle-line): Remove unused let.
5653         * hl-line.el (hl-line-highlight): Check hl-line-mode.
5655 2000-07-18  Gerd Moellmann  <gerd@gnu.org>
5657         * cdl.el: Fix `Maintainer' keyword.
5659         * play/pong.el: Add author's email address.
5661 2000-07-17  Sam Steingold  <sds@gnu.org>
5663         * files.el (insert-directory): Call `split-string' instead of
5664         re-implementing it.
5666 2000-07-18  Gerd Moellmann  <gerd@gnu.org>
5668         * mail/vms-pmail.el: Change maintainer to FSF.
5670         * net/goto-addr.el: Change maintainer to FSF.
5672         * recentf.el: Update from author.
5674         * info.el (Info-title-face-alist): Removed.
5676 2000-07-18  Eli Zaretskii  <eliz@is.elta.co.il>
5678         * eshell/eshell.el (eshell): Replace links to eshell.info with
5679         links to eshell, to avoid problems on systems where the manual is
5680         installed as `eshell'.
5681         * eshell/esh-cmd.el (eshell-cmd): Ditto.
5682         * eshell/em-smart.el (eshell-smart): Ditto.
5683         * eshell/em-banner.el (eshell-banner): Ditto.
5684         * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
5686         * eshell/em-unix.el (eshell-shuffle-files): Don't disable
5687         same-file check in the MS-DOS version (it does support inodes).
5689         * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
5691         * eshell/eshell.el (eshell-directory-name):
5692         Run default directory name through convert-standard-filename.
5694 2000-07-18  Kenichi Handa  <handa@etl.go.jp>
5696         * international/mule-cmds.el (select-safe-coding-system):
5697         Fix typo in the comment.
5699         * language/european.el (compound-text):
5700         Force katakana-jisx0201 to be designated to G1.
5702         * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
5703         Don't translate some national variant characters of latin-jisx0201.
5704         (x-ctext): Force katakana-jisx0201 to be designated to G1.
5706         * international/kkc.el (kkc-after-update-conversion-functions):
5707         New variable.
5708         (kkc-update-conversion): Run functions in it at the tail.
5710 2000-07-16  John Wiegley  <johnw@gnu.org>
5712         * lisp/align.el (align-newline-and-indent):
5713         Adding new function.  for auto-aligning blocks of code on RET.
5714         (align-region): Fixed badly formatted minibuffer message.
5716 2000-07-17  Kenichi Handa  <handa@etl.go.jp>
5718         * international/kkc.el (kkc-show-conversion-list-count): Customize it.
5719         (kkc-region): Update kkc-next-count and kkc-prev-count here.  Show
5720         the conversion list at first if appropriate.
5721         (kkc-next): Don't update kkc-next-count here.
5722         (kkc-prev): Don't update kkc-prev-count here.
5723         (kkc-show-conversion-list-update): Fix setting up of conversion
5724         list message.
5726 2000-07-16  Stefan Monnier  <monnier@cs.yale.edu>
5728         * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
5730 2000-07-16  Dave Love  <fx@gnu.org>
5732         * cus-edit.el (custom-buffer-create-internal): Use a help-echo
5733         function to be more specific.
5735         * wid-edit.el (widget-specify-field, widget-specify-button): Allow
5736         non-string help-echo.
5737         (widget-types-convert-widget): Defsubst it.
5738         (widget-echo-help): Try to cope with a help-echo function of two
5739         possible sorts.
5741 2000-07-15  Jason Rumney  <jasonr@gnu.org>
5743         * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
5744         Declare as obsolete.
5746         * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
5748 2000-07-14  Gerd Moellmann  <gerd@gnu.org>
5750         * hilit-chg.el: Fix typo.
5752 2000-07-14  Dave Love  <fx@gnu.org>
5754         * info.el (Info-mode-menu): Fix use of :help, :enable.
5756 2000-07-14  Stefan Monnier  <monnier@cs.yale.edu>
5758         * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
5760 2000-07-13  Dave Love  <fx@gnu.org>
5762         * emacs-lisp/easymenu.el: Doc fixes.
5763         (easy-menu-remove): Defalias to ignore.
5765         * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
5766         Call throw correctly.
5768 2000-07-13  Gerd Moellmann  <gerd@gnu.org>
5770         * faces.el (frame-background-mode): Doc fix.
5772         * simple.el (eval-expression-print-length): Change custom type to
5773         allow entering nil as value.
5775 2000-07-13  Dave Love  <fx@gnu.org>
5777         * progmodes/fortran.el (fortran-imenu-generic-expression):
5778         Change definition layout.
5779         (fortran-mode-menu): Reinstate customize entries.
5781         * cus-edit.el (custom-group-menu-create, customize-menu-create):
5782         Use :filter, per old XEmacs code.
5784 2000-07-12  Gerd Moellmann  <gerd@gnu.org>
5786         * term.el (term-send-raw-meta): Strip modifiers from the keyboard
5787         event when deciding what to send to the terminal.
5789 2000-07-12  Dave Love  <fx@gnu.org>
5791         * cus-start.el: Add optional version as 4th element of specs and
5792         use it for several things new in v21.  Remove load-path.  Fix type
5793         of line-number-display-limit.
5795 2000-07-11  Dave Love  <fx@gnu.org>
5797         * progmodes/fortran.el: Don't require easymenu.
5798         Use repeat counts in various regexps.
5799         (fortran-mode-syntax-table): Defvar directly.
5800         (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
5801         (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
5802         Use defvar, not defconst.
5803         (fortran-mode-map): Change locals in `let'.  Use `fortran-auto-fill'.
5804         (fortran-mode): Set fortran-comment-line-start-skip,
5805         fortran-comment-line-start-skip, dabbrev-case-fold-search.
5806         (fortran-comment-indent): Use defsubst.
5807         (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
5808         Use fortran-comment-indent, not fortran-comment-indent-function.
5809         (fortran-comment-region, fortran-electric-line-number): Simplify.
5810         (fortran-auto-fill): New function.
5811         (fortran-do-auto-fill): Deleted.
5812         (fortran-find-comment-start-skip):
5813         Check for non-null comment-start-skip.
5814         (fortran-auto-fill-mode, fortran-fill-statement):
5815         Use fortran-auto-fill.
5816         (fortran-fill): Use fortran-auto-fill.  Check for null
5817         comment-start-skip.  Simplify final clause and use end-of-line finally.
5819         * widget.el (widget-plist-member): New alias.
5821 2000-07-11  Eli Zaretskii  <eliz@is.elta.co.il>
5823         * eshell/esh-module.el (toplevel): Reference
5824         byte-compile-current-file only if it is bound.
5826 2000-07-10  Gerd Moellmann  <gerd@gnu.org>
5828         * dired.el: Don't require `dired-aux'.
5830 2000-07-10  Miles Bader  <miles@lsi.nec.co.jp>
5832         * dired-aux.el (dired-show-file-type): New function.
5833         * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
5834         (dired-show-file-type): Add autoload.
5836 2000-07-10  Kenichi Handa  <handa@etl.go.jp>
5838         * international/mule-diag.el (describe-font): Adjusted for the
5839         change of fontset-info.
5840         (print-fontset): Likewise.
5842 2000-07-09  Stefan Monnier  <monnier@cs.yale.edu>
5844         * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
5846 2000-07-07  Gerd Moellmann  <gerd@gnu.org>
5848         * bindings.el: Bind `[delete]' to delete-char.
5850         * dired.el (dired-find-alternate-file): New function.
5851         (dired-mode-map): Bind `a' to dired-find-alternate-file.
5852         (toplevel): Require dired-aux when compiling.
5853         (dired-buffers): Move defvar within file to avoid compiler warning.
5855         * info.el (Info-last-search): Variable removed.
5856         (Info-search-history): New variable.
5857         (Info-search): New Info-search-history.
5859         * battery.el, info-look.el: Change author's mail address.
5861 2000-07-07  Jonathan I. Kamens  <jik@kamens.brookline.ma.us>
5863         * mail/rmail.el (rmail-clear-headers): Don't throw an error
5864         if rmail-ignored-headers is nil.
5865         (rmail-retry-failure): Bind rmail-ignored-headers and
5866         rmail-displayed-headers to nil.
5868 2000-07-06  Gerd Moellmann  <gerd@gnu.org>
5870         * lpr.el (lpr-page-header-switches): Add `-h' switch.
5871         (print-region-1): Don't hard code `-h' here.
5873         * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
5875 2000-07-01  Francesco Potorti`  <pot@gnu.org>
5877         * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
5878         exim can use "your message" instead of "the message".
5880 2000-07-06  Stefan Monnier  <monnier@cs.yale.edu>
5882         * facemenu.el: Docstrings fixes.
5883         (facemenu-get-face): Don't use internal-find-face.
5884         (facemenu-iterate): Rename arg to match the docstring.
5886         * newcomment.el (uncomment-region): Be more careful when skipping
5887         backwards over `=' not to bump into BOBP.
5889 2000-07-05  Michael Kifer  <kifer@cs.sunysb.edu>
5891         * ediff-diff.el (ediff-wordify): Use syntax table.
5892         * ediff-init.el (ediff-has-face-support-p): Use
5893         ediff-color-display-p.
5894         (ediff-color-display-p): Use display-color-p, changed to defun
5895         from defsubst.
5896         Got rid of special cases for NeXT and OS/2.
5897         * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
5898         face.
5900 2000-07-05  Stefan Monnier  <monnier@cs.yale.edu>
5902         * emacs-lisp/lucid.el: Require CL.
5903         (copy-tree, remprop): Remove, it's provided by CL.
5904         (map-keymap): Define in terms of cl-map-keymap.
5905         (extent-property, set-extent-end-glyph): New functions.
5907         * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
5909 2000-07-05  Gerd Moellmann  <gerd@gnu.org>
5911         * Makefile.in (DONTCOMPILE): Add comment that the name may
5912         not be changed without changing the make-dist script.
5914         * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
5915         (cl-mapc): Use mapc instead of cl-old-mapc.
5917 2000-07-05  Andrew Innes  <andrewi@gnu.org>
5919         * makefile.nt: Add support for `bootstrap' and related targets.
5921 2000-07-05  Stefan Monnier  <monnier@cs.yale.edu>
5923         * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
5924         (easy-menu-do-define): Use `menu-item' format.
5925         Handle case where easy-menu-create-menu returns a symbol.
5926         Manually call the potential top-level filter in the function binding.
5927         (easy-menu-filter-return): New arg NAME.
5928         Convert to a keymap if MENU is an XEmacs menu.
5929         (easy-menu-convert-item-1): New.  Extracted from easy-menu-do-add-item.
5930         (easy-menu-converted-items-table, easy-menu-convert-item):
5931         New var and fun to memoize easy-menu-convert-item-1.
5932         (easy-menu-do-add-item): Use it.
5933         (easy-menu-create-menu): Use easy-menu-convert-item.
5934         Wrap easy-menu-filter-return around any :filter specification.
5935         Don't convert the menu if a filter was specified.
5936         Tell easy-menu-make-symbol not to check for MENU being an expression.
5937         (easy-menu-make-symbol): New arg NOEXP.
5939 2000-07-05  Gerd Moellmann  <gerd@gnu.org>
5941         * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
5942         EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
5943         (eval-defun): If called with prefix arg, instrument code for
5944         Edebug.
5946         * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
5947         similar to that of eval-defun.
5949 2000-07-04  Dave Love  <fx@gnu.org>
5951         * hl-line.el (hl-line-overlay): Make it permanent-local.
5953         * calendar/todo-mode.el: Replaced with a working version, based on
5954         1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
5956 2000-07-03  Miles Bader  <miles@lsi.nec.co.jp>
5958         * paths.el (prune-directory-list): New function.
5959         (Info-default-directory-list): Rewritten to more methodically
5960         enumerate a big list of possible info directories (based on the
5961         list used by the standalone info reader).
5963         * info.el (info-initialize): Use prune-directory-list to remove
5964         non-existent directories from Info-directory-list.
5966         * paths.el (Info-default-directory-list): Try a list of possible
5967         info-directories instead of a single one.  Add the possible
5968         info directory "/usr/share/info".
5970         * woman.el (woman-man.conf-path): Explicitly include the debian
5971         man-db config file "/etc/manpath.config".
5972         (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
5973         are present in `manpath.config'.
5974         (woman-manpath): Include "/usr/share/man".
5976 2000-07-03  Gerd Moellmann  <gerd@gnu.org>
5978         * frame.el (blink-cursor-mode): Don't hide cursor initially.
5980         * startup.el (command-line): Initialize blink-cursor based
5981         on window-system.
5983         * frame.el (blink-cursor): Default to nil if not running under
5984         a window-system.
5986         * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
5987         (face-x-resources): Remove duplicate entry for :font.
5989         * textmodes/refer.el (refer-find-entry-internal): Use some-window
5990         instead of cycling through windows with next-window.
5992         * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
5993         of cycling through windows with next-window.
5995         * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
5996         of cycling through windows with next-window.
5998         * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
5999         (edebug-get-displayed-buffer-points): Use walk-windows/some-window
6000         instead of cycling through windows with next-window.
6002         * calendar/appt.el (appt-select-lowest-window): Use walk-windows
6003         instead of cycling through windows with next-window.
6005         * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
6006         of cycling through windows with next-window.
6008         * terminal.el (te-process-output): Use walk-windows instead of
6009         cycling through windows with next-window.
6011         * server.el (server-switch-buffer): Use some-window instead of
6012         cycling through windows with next-window.
6014         * window.el (some-window): New function.
6015         (walk-windows): Remove reference to walk-windows-start.
6017         * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
6019 2000-07-03  Richard Stallman  <rms@gnu.org>
6021         * window.el (walk-windows): Guarantee termination by keeping a list
6022         of all the windows already handled.
6024 2000-06-28  Eli Zaretskii  <eliz@is.elta.co.il>
6026         * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
6027         window-system.
6029         * man.el (Man-notify-when-ready): Don't use window-system.  If
6030         Man-notify-method is newframe, and the display is not
6031         multi-frame, select the frame created for the man page.
6032         (Man-init-defvars): Doc fix.
6034 2000-06-28  Gerd Moellmann  <gerd@gnu.org>
6036         * faces.el (region): Change background color for light background.
6038         * ediff-wind.el (ediff-setup-control-frame): Remove :box
6039         attribute from mode-line face of Ediff control frame.
6041         * replace.el (query-replace-map): Bind `e' like `E'.
6043 2000-06-28  Eli Zaretskii  <eliz@is.elta.co.il>
6045         * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
6046         Change name to "Select All".
6048         * dos-fns.el (convert-standard-filename): Fix last change.
6050 2000-06-27  Gerd Moellmann  <gerd@gnu.org>
6052         * help.el (describe-variable): Don't insert a second `'s' in front
6053         of the string `value is shown below'.  Since the syntax-table is
6054         set to emacs-lisp-mode-syntax-table, forward-sexp skips over
6055         an existing `'s', so that this won't be deleted.
6057         * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
6058         * pcmpl-unix.el: New files.
6060 2000-06-26  Stefan Monnier  <monnier@cs.yale.edu>
6062         * wid-edit.el (widget-member): Use the new plist-member.
6064 2000-06-26  Gerd Moellmann  <gerd@gnu.org>
6066         * replace.el (perform-replace): Undo change of 2000-04-04.
6067         Instead, move backward 1 character at the end of the loop when
6068         necessary.
6070         * faces.el (fringe): Change face for different backgrounds.
6072         * eshell/esh-module.el (toplevel): Load defgroup's differently;
6073         patch from John.
6075         * eshell/*.el: Change spelling of the Free Software Foundation.
6077         * eshell/esh-toggle.el: Removed.
6079         * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
6081         * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
6082         interactively.
6084 2000-06-26  Alex Schroeder  <alex@gnu.org>
6086         * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
6087         `define-key'; instead of checking `(emacs-version)' check for
6088         `set-keymap-parent' and `set-keymap-name' directly.  Add entries
6089         for `;' and `o' which might be electric.
6091         (sql-electric-stuff): New user option.
6092         (sql-magic-go): New function which uses `sql-electric-stuff'.
6093         (sql-magic-semicolon): New function which uses
6094         `sql-electric-stuff'.
6096         (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
6097         is not fboundp.
6099         (sql-oracle-options): New variable.
6100         (sql-oracle): Use it.
6102         (sql-imenu-generic-expression): Doc change.
6103         (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
6104         is used.
6106         (sql-informix): Added command line parameter "-" to force
6107         sql-informix-program to use stdout.
6109 2000-06-25  Eli Zaretskii  <eliz@is.elta.co.il>
6111         * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
6112         (cp864-decode-table): Doc fix.
6113         (cp720-decode-table): New variable, supports the Arabic OEM
6114         codepage used by Windows.
6115         (cp737-decode-table): New, Greek OEM codepage used by Windows.
6117 2000-06-23  Dave Love  <fx@gnu.org>
6119         * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
6120         (font-lock-fontify-anchored-keywords): Use
6121         line-beginning-position.
6122         (global-font-lock-mode): Use mapc.
6124 2000-06-23  Stefan Monnier  <monnier@cs.yale.edu>
6126         * eshell/esh-module.el: Require CL when compiling.
6128 2000-06-23  Gerd Moellmann  <gerd@gnu.org>
6130         * comint.el (comint-substitute-in-file-name): Call replace-match
6131         with second and third arg t.
6133         * cus-edit.el (custom-button-face, custom-button-pressed-face):
6134         Specify foreground color.
6136         * faces.el (tool-bar, mode-line, header-line): Specify foreground
6137         color.
6139         * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
6141         * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
6142         cddr instead of cdddr.
6144         * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
6145         instead of copy-list.
6147         * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
6148         of copy-list.
6150         * subdirs.el: Add eshell subdirectory.
6152         * eshell: New subdirectory containing the Eshell package.
6154         * pcomplete.el: New file.
6156 2000-06-23  Paul Eggert  <eggert@twinsun.com>
6158         * mail/mailpost.el (post-mail-send-it): Make sure file has
6159         proper permissions from birth.
6161         * files.el (basic-save-buffer-2): When temporarily setting
6162         file modes, set them to current modes plus 0200, not to 0777.
6164         * emerge.el (emerge-make-temp-file): Make sure file has proper
6165         permissions from birth.
6167 2000-06-22  Eli Zaretskii  <eliz@is.elta.co.il>
6169         * files.el (make-backup-file-name-1): On DOS/Windows, run the
6170         backup file name through convert-standard-filename.
6172         * dos-fns.el (convert-standard-filename): Convert leading
6173         directories as well.  When long file names are supported, convert
6174         characters that are invalid in Windows file names.
6176 2000-06-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
6178         * ps-print.el: Fix bug: if ^L is the very first buffer character,
6179         ps-print crashes.  New feature: page selection for printing.  Create
6180         raw-text-unix coding system for XEmacs.  Doc fix.
6181         (ps-print-version): New version number (5.2.3).
6182         (ps-plot-region): Bug fix.
6183         (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
6184         (ps-header-sheet, ps-generate, ps-end-job): Code fix.
6185         (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
6186         funs.
6187         (ps-selected-pages, ps-last-selected-pages, ps-first-page)
6188         (ps-last-page): New vars.
6190 2000-06-21  Gerd Moellmann  <gerd@gnu.org>
6192         * progmodes/sh-script.el (sh-while-getopts): Fix handling of
6193         empty option string.
6195 2000-06-21  Eli Zaretskii  <eliz@is.elta.co.il>
6197         * man.el (man): Doc fix.
6199 2000-06-21  Kenichi Handa  <handa@etl.go.jp>
6201         * international/mule-cmds.el (set-language-info-alist): Docstring
6202         fixed.
6204 2000-06-20  Gerd Moellmann  <gerd@gnu.org>
6206         * version.el (emacs-version): Use ISO date format.
6208         * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
6209         instead of `M-backspace'.
6211         * simple.el (turn-off-auto-fill): New function.
6213 2000-06-20  Stefan Monnier  <monnier@cs.yale.edu>
6215         * jit-lock.el (with-buffer-prepared-for-jit-lock):
6216         Renamed from with-buffer-prepared-for-font-lock and use
6217         inhibit-modification-hooks rather than setting *-change-functions.
6218         Update all functions to use the new name.
6219         (jit-lock-first-unfontify-pos): New semantics (and doc).
6220         (jit-lock-mode): Make non-interactive.
6221         Don't automatically turn on font-lock.
6222         Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
6223         Always use jit-lock-after-change.
6224         Remove and restore font-lock-after-change-function.
6225         (turn-on-jit-lock, jit-lock-after-fontify-buffer)
6226         (jit-lock-after-unfontify-buffer): Remove.
6227         (jit-lock-stealth-fontify):
6228         Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
6229         (jit-lock-after-change): Set the `fontified' text-prop to nil.
6231 2000-06-20  Sam Steingold  <sds@gnu.org>
6233         * emacs-lisp/cl-indent.el (toplevel): Indent
6234         `print-unreadable-object' properly.  Untabify.
6236 2000-06-14  Carsten Dominik  <dominik@strw.leidenuniv.nl>
6238         * textmodes/reftex.el (reftex-find-citation-regexp-format):
6239         Support for bibentry.
6240         (reftex-compile-variables): Fixed problem with end of section-re.
6242         * texmodes/reftex-dcr.el (reftex-view-crossref,
6243         reftex-view-crossref-from-bibtex):
6244         Deal with changed `reftex-find-citation-regexp-format'.
6245         (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
6246         Replaced `remprop' with `put'.
6247         (reftex-view-crossref, reftex-view-crossref-when-idle):
6248         Support for bibentry.
6250         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
6251         New entry for bibentry package.
6253         * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
6254         Regexp also matches "\nobibliography".
6256         * textmodes/reftex-global.el (reftex-renumber-simple-labels):
6257         Call `reftex-ensure-write-access' before doing anything.
6258         (reftex-ensure-write-access): New function.
6260 2000-06-14  Carsten Dominik  <dominik@strw.leidenuniv.nl>
6262         * progmodes/idlwave.el: File re-installed (update to version 4.2)
6264         * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
6266         * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
6268         * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
6271 2000-06-20  Dave Love  <fx@gnu.org>
6273         * faces.el (frame-background-mode): Use set-default, not set, in
6274         setter.
6275         (frame-update-faces, frame-update-face-colors): Define with
6276         defalias.
6278         * enriched.el (enriched-decode-foreground)
6279         (enriched-decode-background): Don't use internal-find-face.
6281         * apropos.el: Doc fixes.
6283         * cus-edit.el (customize-changed-options): Check arg.
6284         (customize-version-lessp): Don't require decimal point.
6286         * custom.el (defcustom, defgroup): Doc fix.
6288         * newcomment.el (comment) <defgroup>: Add :version.
6289         (comment-multi-line): Doc fix.
6291         * emulation/mlsupport.el (define-hooked-local-abbrev,
6292         define-hooked-global-abbrev): Fix, using define-abbrev.
6294 2000-06-19  Gerd Moellmann  <gerd@gnu.org>
6296         * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
6297         the whole buffer.
6299 2000-06-19  Dave Love  <fx@gnu.org>
6301         * menu-bar.el (menu-bar-options-save): New function.
6302         (menu-bar-options-menu): Use it.
6303         (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
6304         Simplify.
6306 2000-06-19  Andreas Schwab  <schwab@suse.de>
6308         * progmodes/etags.el (tags-query-replace): Put new parameters
6309         START and END at the end, for backward compatibility.
6311 2000-06-19  Kenichi Handa  <handa@etl.go.jp>
6313         * international/codepage.el:
6314         (cp-coding-system-for-codepage-1): Delete special codes for
6315         generating xxx-dos coding system because now a CCL based coding
6316         system can handle EOL conversion by default.
6318         * international/mule.el (make-coding-system): Generate subsidiary
6319         coding systems for EOL handling variants even for a CCL based
6320         coding system.
6322 2000-06-19  Kenichi Handa  <handa@etl.go.jp>
6324         * international/isearch-x.el (isearch-minibuffer-input-method)
6325         (isearch-minibuffer-input-method-function): These variables
6326         deleted.
6327         (isearch-with-input-method): Don't use the above variables.
6328         (isearch-process-search-multibyte-characters): Likewise.  Call
6329         read-string with the arg INHERIT-INPUT-METHOD t.
6331 2000-06-17  Stefan Monnier  <monnier@cs.yale.edu>
6333         * font-lock.el (font-lock-after-fontify-buffer)
6334         (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
6336         * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
6337         Use consistent make-local-variable style for font-lock-fontified.
6338         (jit-lock-fontify-buffer):
6339         Don't bother checking for font-lock-mode and jit-lock-mode.
6341         * time.el: Remove trailing ^M that prevent CVS-merging.
6343 2000-06-16  Gerd Moellmann  <gerd@gnu.org>
6345         * Makefile.in (distclean): New target.
6347 2000-06-16  Stefan Monnier  <monnier@cs.yale.edu>
6349         * Makefile.in (srcdir): Define for update-subdirs.
6351 2000-06-16  Gerd Moellmann  <gerd@gnu.org>
6353         * find-lisp.el: New file.
6355 2000-06-16  Andrew Innes  <andrewi@gnu.org>
6357         * time.el (display-time-mail-function): New variable, to allow
6358         external packages to indicate when new mail is available.
6359         (display-time-update): Use it.
6361 2000-06-16  Kenichi Handa  <handa@etl.go.jp>
6363         * international/mule.el (mule-version): Change version name to
6364         SAKAKI.  AOI has already been used by Meadow.
6366         * international/quail.el (quail-show-guidance-buf): To find the
6367         bottom window (but minibuffer), pay attention to the height of
6368         minibuffer.
6370 2000-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
6372         * arc-mode.el (archive-mode-map): Use the new menu-item format for
6373         menu-bar menus.  Add help strings.  Don't remove the Edit menu
6374         from the menu bar, as the menu bar has enough space now.
6376         * Makefile.in (SHELL): Make sure /bin/sh is used.
6378         * woman.el (woman-man-buffer): Fix bold and underlined CJK
6379         characters, which use series of two ^H characters instead of one.
6381 2000-06-15  Gerd Moellmann  <gerd@gnu.org>
6383         * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
6384         (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
6385         functions.
6386         (Info-find-node-2): Try a case-sensitive search first, then
6387         do a case-insensitive search.
6389         * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
6390         tutorials.
6392         * complete.el (PC-env-vars-alist): New variable.
6393         (PC-complete-as-file-name): New function.
6394         (partial-completion-mode): Initialize PC-env-vars-alist from
6395         process-environment.
6396         (PC-do-completion): Handle completion of env vars.
6398         * info.el (Info-set-mode-line): Show file name in mode line,
6399         use `*Info*' instead of `Info:'.
6401         * startup.el (command-line-1): Change copyright messages to year
6402         2000.
6404 2000-06-15  Dave Love  <fx@gnu.org>
6406         * net/goto-addr.el (goto-address-fontify): Use keymap property,
6407         not local-map.
6409 2000-06-15  Kenichi Handa  <handa@etl.go.jp>
6411         * international/mule.el (set-buffer-file-coding-system): Almost
6412         rewritten to handle `undecided' as no-op.
6414 2000-06-14  Gerd Moellmann  <gerd@gnu.org>
6416         * Makefile.in: New file.
6418         * Makefile: Removed.
6420         * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
6421         (goto-address-highlight-keymap): Bind C-c RET.
6423 2000-06-14  Kenichi Handa  <handa@etl.go.jp>
6425         * mail/sendmail.el (sendmail-send-it): The temporary buffer
6426         inherits buffer-file-coding-system of the current buffer.
6428         * tar-mode.el (tar-extract): For goto-char, use (point-min), not
6429         0.  Give correct argument to set-auto-coding-function.
6430         (tar-expunge): For goto-char, use (point-min), not 0.
6431         (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
6432         (tar-subfile-save-buffer): Likewize.
6434         * international/mule.el
6435         (after-insert-file-set-buffer-file-coding-system): Call
6436         set-buffer-file-coding-system with the arg FORCE t.
6438 2000-06-13  Gerd Moellmann  <gerd@gnu.org>
6440         * mail/sendmail.el (mail-specify-envelope-from): Initialize to
6441         nil.  Contemporary sendmails issue an X-Authentication-Warning if
6442         the sender is set with `-f'.
6444 2000-06-13  Dave Love  <fx@gnu.org>
6446         * help.el (describe-function-1): Kluge around cases of functions
6447         fset to subrs whose doc doesn't match their symbol-name.
6449         * image.el (insert-image): Default STRING to a space.
6451         * info.el Doc fixes.
6452         (Info-build-node-completions): Match Ref tags.
6454 2000-06-13  Eli Zaretskii <eliz@is.elta.co.il>
6456         * frame.el (display-multi-frame-p, display-multi-font-p): New
6457         defaliases for display-graphic-p.
6459         * hl-line.el: Fixed a typo in commentary.
6461 2000-06-13  Kenichi Handa  <handa@etl.go.jp>
6463         * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
6464         fixed.
6466 2000-06-12  Dave Love  <fx@gnu.org>
6468         * image.el (insert-image): Save a little consing.
6470 2000-06-12  Kenichi Handa  <handa@etl.go.jp>
6472         * language/tibet-util.el: Convert all tibetan-1-column characters
6473         to the corresponding tibetan characters.
6474         (tibetan-add-components): Delete code for the special treatment of
6475         'a chung.
6477         * language/tibetan.el (tibetan-composable-pattern): Fix previous
6478         change.
6479         (tibetan-vowel-transcription-alist): More rules added.
6480         (tibetan-composite-vowel-alist): New variable.
6481         (tibetan-precomposition-rule-alist): More rules added.
6483 2000-06-12  Stefan Monnier  <monnier@cs.yale.edu>
6485         * startup.el (command-line): Only call menu-bar-mode if interactive.
6487         * thingatpt.el (toplevel symbol-properties):
6488         * textmodes/makeinfo.el (makeinfo-compile):
6489         * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
6490         * progmodes/hideif.el (hif-compress-define-list)
6491         (hide-ifdef-use-define-alist):
6492         * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
6493         (ange-ftp-vms-add-file-entry):
6494         * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
6495         * man.el (Man-build-man-command):
6496         * mail/rnewspost.el (news-reply-header-hook):
6497         * info.el (Info-insert-dir):
6498         * emulation/mlconvert.el (backward-word, forward-word, setq):
6499         * emacs-lisp/gulp.el (gulp-send-requests):
6500         * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
6501         (byte-optimize-inline-handler, byte-optimize-form-code-walker)
6502         (byte-optimize-apply, end of file):
6503         * emacs-lisp/advice.el (ad-advice-class-completion-table)
6504         (ad-make-freeze-definition):
6505         * startup.el (command-line, command-line-1): Don't quote lambdas.
6507         * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
6508         (cvs-cleanup-removed): New function.
6509         (cvs-cleanup-functions): New var.
6510         (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
6511         some flexibility in specifying additional entries to auto-cleanup.
6512         (cvs-quickdir): New function.
6513         (cvs-mode-insert): Use cvs-fileinfo-from-entries.
6514         (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
6515         (cvs-mode-find-file): Check that we are on a filename or dirname
6516         when invoked through a mouse-click.
6517         (cvs-full-path): Remove.
6518         (cvs-dired-action): Re-introduced.
6519         (cvs-dired-noselect): Use it.
6520         (vc-post-command-functions): use this new hook if available.
6522         * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
6523         (cvs-status-map): Don't inherit from cvs-mode-map anymore.
6524         (cvs-filename-map, cvs-dirname-map): Remove.
6525         (cvs-default-action): Remove.
6526         (cvs-add-face): Use `keymap' rather than `local-map' property, and only
6527         if the arg is really a keymap.
6528         (cvs-fileinfo-pp): Don't use any special map for file and dir names.
6529         Don't hardcode the mapping from state (aka type) to face, but check
6530         the var cvs-fi-<type>-face instead.
6531         (cvs-fileinfo-from-entries): New function.
6533         * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
6534         Docstring fix.
6535         (cvs-find-file-and-jump): Change default to be safer.
6536         (cvs-mode-diff-map): Define it as a function as well.
6537         (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
6538         Bind mouse-2 in this global map rather than with text-properties.
6540         * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
6541         file to resolve the ambiguity between C(conflict) and C(need-merge).
6543 2000-06-12  Kenichi Handa  <handa@etl.go.jp>
6545         * international/mule.el (set-buffer-file-coding-system): If
6546         CODING-SYSTEM is nil, set buffer-file-coding-system to nil
6547         unconditionally.
6549 2000-06-12  Dave Love  <fx@gnu.org>
6551         * wid-edit.el (widget-specify-button): Really suppress the face if
6552         required.
6554 2000-06-11  Gerd Moellmann  <gerd@gnu.org>
6556         * term/x-win.el (x-colors): Add colors from recent rgb.txt.
6558 2000-06-11  Stefan Monnier  <monnier@cs.yale.edu>
6560         * imenu.el (imenu-generic-expression): Docstring fix.
6562         * composite.el (composition-function-table): Move the `put'
6563         below the autoload cookie so we can load the file before loaddefs.
6565         * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
6567         * emacs-lisp/autoload.el (make-autoload): Use `cond'.
6568         Handle easy-mmode-define-global-mode.
6569         For complex macros like define-minor-mode that can generate
6570         several autoload entries, try to autoload entries in the
6571         macroexpanded code.
6573         * emacs-lisp/easy-mmode.el (define-minor-mode):
6574         If KEYMAP is a symbol, just use it.
6575         Use byte-compile-current-file and load-file-name to infer the
6576         proper :require to pass to defcustom.
6577         Wrap the hook var into `progn' so as not to autoload it.
6578         Add a :autoload-end cookie.
6579         Be more careful about the evaluation of KEYMAP.
6580         (easy-mmode-define-global-mode): Add a :autoload-end cookie.
6581         (define-derived-mode): Move define-abbrev-table outside of defvar.
6583 2000-06-10  Stefan Monnier  <monnier@cs.yale.edu>
6585         * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
6586         (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
6587         (backup-compiled-files): Ignore errors during `tar'.
6588         (bootstrap): Make autoloads before elc files.
6590 2000-06-10  Kenichi Handa  <handa@etl.go.jp>
6592         * international/mule.el (set-buffer-file-coding-system): If one of
6593         undecided-XXX is specified, change only EOL conversion.
6595         * international/mule-conf.el (unix): New alias for the coding
6596         system undecided-unix.
6598 2000-06-09  Dave Love  <fx@gnu.org>
6600         * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
6602         * progmodes/executable.el: Byte compile dynamic.
6603         (executable-insert): Change custom type.
6604         (executable-find): Add autoload cookie.
6605         (executable-make-buffer-file-executable-if-script-p): New
6606         function.  After Noah Friedman.
6608         * files.el (after-save-hook): Customize, with
6609         executable-make-buffer-file-executable-if-script-p as an option.
6611 2000-06-09  Kenichi Handa  <handa@etl.go.jp>
6613         * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
6614         "tib24p-mule.bdf" for Tibetan.
6616         * composite.el (decompose-composite-char): Declare it as obsolete.
6618         * man.el (Man-fontify-manpage): Pay attention to underline and
6619         overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
6621 2000-06-08  Gerd Moellmann  <gerd@gnu.org>
6623         * thingatpt.el (forward-thing): Use functionp instead of fboundp.
6624         Set maintainer to FSF since author isn't reachable.
6626 2000-06-08  Dave Love  <fx@gnu.org>
6628         * international/mule-cmds.el (select-safe-coding-system): If
6629         DEFAULT-CODING-SYSTEM is not specified, also check the most
6630         preferred coding-system if buffer-file-coding-system is
6631         `undecided'.  From Handa.
6633 2000-06-08  Kenichi Handa  <handa@etl.go.jp>
6635         * international/mule.el
6636         (after-insert-file-set-buffer-file-coding-system): If the buffer
6637         size is greater than INSERTED, judget that we are not visiting.
6639 2000-06-07  Rajesh Vaidheeswarran  <rv@gnu.org>
6641         * whitespace.el (defgroup whitespace): Comment out `:version'.
6642         XEmacs 20.4 has problems defining the group with this present.
6643         We'll have this commented out till get resolve the problem.
6645 2000-06-07  Gerd Moellmann  <gerd@gnu.org>
6647         * align.el: Update from author.
6649 2000-06-07  Jari Aalto  <jari.aalto@poboxes.com>
6651         * apropos.el (apropos-mode-hook): New user variable.
6652         (apropos-mode): Run apropos-mode-hook.
6654 2000-06-07  David Ponce  <david@dponce.com>
6656         * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
6657         commands.  Require `wid-edit' at run-time.
6659 2000-06-07  David Ponce  <david@dponce.com>
6661         * recentf.el: Added some "Commentary".
6662         (recentf-open-more-files, recentf-edit-list): Minor changes to
6663         move the point at the top of the file list.  This behaviour is
6664         consistent with the menu one when the list contains a lot of
6665         files.
6666         (recentf-cleanup): Now displays the number of items removed from
6667         the list.
6668         (recentf-relative-filter) New menu filter to show filenames
6669         relative to `default-directory'.
6671 2000-06-07  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
6673         * ps-print.el: XEmacs compatibility.  Doc fix.  Can select page size
6674         with/without giving an error if PostScript printer doesn't have this
6675         kind of page size.  Zebra Stripe continues or restarts on next page.
6676         Manual/automatic paper feeding.  Switch or not the header.
6677         (ps-print-version): New version number (5.2.2).
6678         (ps-windows-system): Include emx as a Windows system.
6679         (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
6680         (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
6681         (ps-background-text): Code fix.
6682         (ps-error-handler-message, ps-user-defined-prologue)
6683         (ps-print-prologue-header, ps-printer-name)
6684         (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
6685         (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
6686         (ps-use-face-background): Customization fix.
6687         (ps-n-up-database): Data fix.
6688         (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
6689         (ps-switch-header): New vars.
6690         (ps-xemacs-color-name, ps-face-foreground-name)
6691         (ps-face-background-name, ps-boolean-constant): New funs.
6693 2000-06-07  Dave Love  <fx@gnu.org>
6695         * allout.el: New version from Manheimer.
6697 2000-06-07  Kenichi Handa  <handa@etl.go.jp>
6699         * textmodes/fill.el (fill-find-break-point): Check the validity of
6700         charset.
6702 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
6704         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
6705         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
6706         Call display-color-p and display-mouse-p instead of looking at
6707         window-system.
6709 2000-06-06  Dave Love  <fx@gnu.org>
6711         * image.el (find-image): Doc fix.  Return nil if image not found.
6712         (put-image, insert-image): Make STRING arg optional.
6714 2000-06-06  Kenichi Handa  <handa@etl.go.jp>
6716         * language/vietnamese.el: Remove eval-when-compile.
6717         (viet-viscii-nonascii-translation-table): Define it as a
6718         translation table made from viet-viscii-decode-table.
6719         (viet-viscii-encode-table): Define it as a translation table made
6720         from the reverse map of above.
6721         (viet-vscii-nonascii-translation-table): Define it as a
6722         translation table made from viet-vscii-decode-table.
6723         (viet-vscii-encode-table): Define it as a translation table made
6724         from the reverse map of above.
6725         (ccl-decode-viscii): Use translate-character.
6726         (ccl-encode-viscii, ccl-encode-viscii-font)
6727         (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
6728         Likewize.
6730         * language/cyrillic.el: Remove eval-when-compile.
6731         (cyrillic-koi8-r-nonascii-translation-table): Define it as a
6732         translation table made from cyrillic-koi8-r-decode-table.
6733         (cyrillic-koi8-r-encode-table): Define it as a translation table
6734         made from the reverse map of above.
6735         (ccl-decode-koi8): Use translate-character.
6736         (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
6737         (cyrillic-alternativnyj-nonascii-translation-table): Define it as
6738         a translation table made from cyrillic-alternativnyj-decode-table.
6739         (cyrillic-alternativnyj-encode-table): Define it as a translation
6740         table made from the reverse map of above.
6741         (ccl-decode-alternativnyj): Use translate-character.
6742         (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
6743         Likewize
6745         * international/mule-diag.el (non-iso-charset-alist): Specify
6746         translation table symbol instead of translation table itself.
6747         (list-block-of-chars): CHARSET may be a translation table symbol.
6749         * international/mule.el (make-coding-system): If CODING-SYSTEM
6750         already exists, override it.
6752         * international/fontset.el: Use family `proportional' for Tibetan
6753         fonts.
6755         * international/ccl.el (ccl-compile-translate-character): Don't
6756         check if Rrr has property translation-table.
6757         (ccl-compile-map-multiple): Modified to avoid compiler warning.
6759 2000-06-05  Gerd Moellmann  <gerd@gnu.org>
6761         * info.el: Bind case-fold-search to t when searching in case
6762         a user sets it to nil in a hook.
6764 2000-06-05  Stefan Monnier  <monnier@cs.yale.edu>
6766         * autoarg.el (autoarg-mode, autoarg-kp-mode):
6767         * hl-line.el (hl-line-mode): Use the new :global key argument.
6769         * tar-mode.el (tar-header-block-recompute-checksum): Remove.
6770         (tar-clip-time-string): Prepend a space.
6771         (tar-grind-file-mode): Construct a string rather than modifying one.
6772         (tar-header-block-summarize): Fix docstring.
6773         Use `format' rather than an error-prone set of copy-loops.
6775         * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
6776         (diff-goto-source, diff-unified->context, diff-context->unified)
6777         (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
6778         understand the format output by the `-p' argument to diff.
6780         * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
6781         (sh-re-done): Use defconst.
6782         (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
6783         (sh-help-string-for-variable, sh-guess-basic-offset):
6784         Don't quote lambdas.
6785         (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
6786         (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
6788         * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
6789         (mh-letter-mode): Derive from text-mode.
6790         This implicitly means that it now calls kill-all-local-variables.
6791         Also remove the Emacs-18 compatibility code.
6793         * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
6794         Make use of symbol-property doc-string-elt.
6795         Use memq rather than a sequence of eq.
6796         (doc-string-elt): Fix the wrong or missing previously unused values.
6797         (autoload-print-form): New function extracted from
6798         generate-file-autoloads to allow recursion when handling progn
6799         so that defvar's and defun's docstrings are properly printed.
6800         (generate-file-autoloads): Use it.
6802         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
6803         Use find-file-hooks in the minor-mode function.
6804         Be careful not to loop indefinitely in the post-command-hook function.
6806 2000-06-05  Michael Kifer  <kifer@cs.sunysb.edu>
6808         * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
6809         tty's.
6810         * ediff-diff.el (ediff-exec-process): Use --binary for fine
6811         differences whenever appropriate.
6812         * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
6813         * viper.el (find-file, find-file-other-window): Get viper to do
6814         wildcards.
6816 2000-06-04  Stefan Monnier  <monnier@cs.yale.edu>
6818         * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
6819         (jit-lock-fontify-buffer): New function for JIT refontification.
6820         (jit-lock-mode): Fix docstring.
6821         Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
6822         Remove jit-lock-after-change from the _local_ hook.
6823         (jit-lock-function-1): Fix docstring.
6825         * info.el (Info-on-current-buffer): Initialize info.
6827         * newcomment.el (comment-indent): Ignore comment-indent-hook.
6829         * progmodes/tcl.el (tcl-indent-for-comment):
6830         Ignore comment-indent-hook.
6832         * emacs-lisp/easy-mmode.el: Require CL during compilation.
6833         (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
6834         (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
6835         and improve to use the lighter to guess the capitalization.
6836         (define-minor-mode): Inline code from easy-mmode-define-toggle.
6837         Add keyword arguments to specify global-ness or the custom group.
6838         Add local-map and help-echo properties to the lighter.
6839         (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
6840         (easy-mmode-define-global-mode): New macro.
6842 2000-06-02  Dave Love  <fx@gnu.org>
6844         * wid-edit.el: byte-compile-dynamic since we typically don't use
6845         all the widgets.  Don't require cl or widget.  Remove
6846         eval-and-compile.  Don't autoload finder-commentary.  Doc fixes.
6847         (widget-read-event): Removed.  Callers changed to use read-event.
6848         (widget-button-release-event-p): Renamed from
6849         button-release-event-p.
6850         (widget-field-add-space, widget-field-use-before-change):
6851         Uncustomize.
6852         (widget-specify-field): Use keymap property, not local-map.
6853         (widget-specify-button): Obey :suppress-face.
6854         (widget-specify-insert): Use modern backquote syntax.
6855         (widget-image-directory): Renamed from widget-glyph-directory.
6856         (widget-image-enable): Renamed from widget-glyph-enable.
6857         (widget-image-find): Replaces widget-glyph-find.
6858         (widget-button-pressed-face): Move defvar.
6859         (widget-image-insert): Replaces widget-glyph-insert.
6860         (widget-convert): Use keywordp.
6861         (widget-leave-text, widget-children-value-delete): Use mapc.
6862         (widget-keymap): Remove XEmacs stuff.
6863         (widget-field-keymap, widget-text-keymap): Define all inside defvar.
6864         (widget-button-click): Don't set point at the click, but re-centre
6865         if we scroll out of window.  Rewritten for images v. glyphs &c.
6866         (widget-tabable-at): Use POS arg, not point.
6867         (widget-beginning-of-line, widget-end-of-line)
6868         (widget-item-value-create, widget-sublist, widget-princ-to-string)
6869         (widget-sexp-prompt-value, widget-echo-help): Simplify.
6870         (widget-default-create): Use widget-image-insert; some rewriting.
6871         (widget-visibility-value-create)
6872         (widget-push-button-value-create, widget-toggle-value-create): Use
6873         widget-image-insert.
6874         (checkbox): Create on and off images dynamically.
6875         (documentation-link): Change :help-echo.
6876         (widget-documentation-link-echo-help): Remove.
6878 2000-06-02  Stefan Monnier  <monnier@cs.yale.edu>
6880         * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
6882         * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
6883         (easy-mmode-define-toggle, define-minor-mode): Use it.
6884         (easy-mmode-define-keymap): Docstring fix.
6885         (define-derived-mode): Default PARENT to fundamental-mode.
6886         Add the derived-mode-parent symbol-property.
6887         (easy-mmode-derived-mode-p): New function.
6889 2000-06-02  Dave Love  <fx@gnu.org>
6891         * files.el (convert-standard-filename): Doc fix.
6892         (normal-backup-enable-predicate): New function.
6893         (backup-enable-predicate): Use it to replace the lambda form.
6895         * calendar/todo-mode.el: [This needs more work on the outline
6896         stuff.]  Doc fixes.
6897         (todo) <defgroup>: Add :version.
6898         (todo-add-category): Don't use pushnew.
6899         (todo-cmd-raise): Fix typo.
6900         (todo-top-priorities): Change temp buffer name.
6901         (todo-category-alist): Avoid redundant lambda.
6902         (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
6903         Use outline-next-heading.
6905         * autoarg.el: Rewritten to use define-minor-mode.
6906         (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
6907         (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
6909 2000-06-02  Kenichi Handa  <handa@etl.go.jp>
6911         * isearch.el (isearch-other-meta-char): Fix previous change.
6913 2000-06-01  Stefan Monnier  <monnier@cs.yale.edu>
6915         * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
6916         (log-edit-done): Only add the comment to the ring if it's different
6917         from the last comment entered.
6919         * isearch.el (isearch-highlight): Turn internal-find-face into facep.
6921 2000-06-01  Dave Love  <fx@gnu.org>
6923         * hl-line.el: Rewritten using define-minor-mode.
6925         * help.el (describe-function-1): Distinguish special form from
6926         builtin function.  Sanity-check presence of arglist for builtins.
6928 2000-06-01  Kenichi Handa  <handa@etl.go.jp>
6930         * international/characters.el: Fix syntax/category setting of
6931         Tibetan characters.
6933         * language/tibet-util.el (tibetan-add-components): Fixes for new
6934         encoding of Tibetan characters.
6935         (tibetan-decompose-precomposition-alist): New variable.
6936         (tibetan-decompose-region): Convert precomposed characters to
6937         non-precomposed characters.
6938         (tibetan-decompose-string): Likewise.
6939         (tibetan-composition-function): Fix args to
6940         thibetan-compose-string.
6942         * language/tibetan.el (tibetan-composable-pattern): More
6943         characters included.
6944         (tibetan-consonant-transcription-alist): Rule for "R" added.
6945         (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
6946         "+R" added.
6947         (tibetan-base-to-subjoined-alist): Rule for "RA" added.
6949         * language/lao-util.el (lao-composition-function): Fix args to
6950         compose-string.
6952         * language/thai-util.el (thai-composition-function): Fix args to
6953         compose-string.
6955         * isearch.el (isearch-update): Set disable-point-adjustment to t
6956         to prevent the point moving to the end of a composition when a
6957         part of a composition is searched.
6958         (isearch-other-meta-char): If the key invoking this command can be
6959         mapped by function-key-map to a printing char, call
6960         isearch-process-search-char directly.
6962 2000-06-01  Stefan Monnier  <monnier@cs.yale.edu>
6964         * emacs-lisp/bytecomp.el:
6965         * frame.el:
6966         * international/mule-cmds.el:
6967         * international/mule-util.el:
6968         * international/mule.el:
6969         * mouse.el:
6970         * subr.el:
6971         * faces.el: Update calls to make-obsolete with a WHEN argument.
6973         * byte-run.el (make-obsolete, make-obsolete-variable):
6974         Add an optional WHEN argument and change the format of the
6975         symbol-property information.
6976         * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
6977         (byte-compile-obsolete, byte-compile-variable-ref): Understand the
6978         new obsolete-symbol-property format and print WHEN if it is provided.
6980 2000-05-31  Dave Love  <fx@gnu.org>
6982         * loadhist.el (loadhist-hook-functions): Remove
6983         before-change-function, after-change-function.
6984         (unload-feature): Deal with symbols which are both bound and
6985         fbound.
6987         * mouse.el (mouse-save-then-kill-delete-region): Don't bind
6988         before-change-function, after-change-function.
6990         * simple.el (newline): Don't bind before-change-function,
6991         after-change-function.
6993 2000-05-31  Rajesh Vaidheeswarran <rv@gnu.org>
6995         * whitespace.el (whitespace-rescan-timer-time): Update interval
6996         set to 600 seconds (10 minutes) instead of 60 seconds since
6997         a large number of whitespace buffers causes emacs to `freeze'
6998         for a considerable amount of time.
7000         * whitespace.el: Updated email address
7002 2000-05-31  Dave Love  <fx@gnu.org>
7004         * add-log.el (change-log-font-lock-keywords) <function>: Add
7005         pattern for function of change.
7006         (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
7007         acknowledgements patterns.
7009 2000-05-31  Kenichi Handa  <handa@etl.go.jp>
7011         * isearch.el (isearch-printing-char): If keyboard coding system is
7012         being used, call isearch-process-search-multibyte-characters.
7014         * international/isearch-x.el: Mostly rewritten.
7016         * international/quail.el (quail-start-conversion): Don't include
7017         unhandled events in the returned events, but set them in
7018         unread-command-events.  Exit if all inputs are deleted.
7020 2000-05-30  Jason Rumney  <jasonr@gnu.org>
7022         * w32-fns.el (w32-charset-info-alist): Add each charset separately.
7024         * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
7025         Reenable code to create initial fontsets.
7026         Use set-fontset-font in place of put-charset-property.
7028 2000-05-30  Gerd Moellmann  <gerd@gnu.org>
7030         * progmodes/perl-mode.el (perl-indent-line): When looking for a
7031         label, ensure that the first colon isn't followed by another.
7033         * paths.el (Info-default-directory-list): Doc fix.
7035         * net/net-utils.el (finger-X.500-host-regexps): New user-option.
7036         (finger): If HOST matches a regexp from finger-X.500-host-regexps,
7037         send a query containing USER only, not USER@HOST.
7039         * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
7040         and rmail-msgend to compute the restriction at the end, instead of
7041         computing it.
7043 2000-05-29  Gerd Moellmann  <gerd@gnu.org>
7045         * dabbrev.el (dabbrev-expand): Don't display messages in the
7046         echo area if the minibuffer window is active.
7048         * jit-lock.el (jit-lock-mode): Add after change function to
7049         local hook.
7051 2000-05-29  Christoph Wedler  <Christoph.Wedler@sap.com>
7053         * antlr-mode.el: New commands: hide/unhide actions,
7054         upcase/downcase literals.
7055         (antlr-tiny-action-length): New user option.
7056         (antlr-hide-actions): New command.  Suggested by
7057         Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
7058         (antlr-mode-map): New binding [C-c C-v].
7059         (antlr-mode-menu): New entries.
7060         (antlr-downcase-literals): New command.
7061         (antlr-upcase-literals): Ditto.
7063         * antlr-mode.el: Minor changes: indendation, mode-name.
7064         (antlr-indent-line): Indent cpp directive at column 0.
7065         (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
7067         * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
7068         (antlr-font-lock-additional-keywords): Workaround for intentional
7069         bug in XEmacs version of font-lock.
7070         (antlr-mode): Set symbol property `mode-name' to "Antlr".  Could
7071         be used by a smarter version of `buffers-menu-grouping-function'.
7073 2000-05-29  Gerd Moellmann  <gerd@gnu.org>
7075         * tmm.el (tmm-prompt): Recognize menu item definitions of the for
7076         `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
7078 2000-05-29  Kenichi Handa  <handa@etl.go.jp>
7080         * international/encoded-kb.el
7081         (encoded-kbd-iso2022-designation-map): Pay attention to that
7082         charset-iso-final-char return -1 for eight-bit-control and
7083         eight-bit-graphic.
7085 2000-05-28  Eli Zaretskii  <eliz@is.elta.co.il>
7087         * speedbar.el (speedbar-use-images, speedbar-update-flag)
7088         (speedbar-easymenu-definition-base): Use display-graphic-p where
7089         available, instead of window-system.
7091 2000-05-28  Eli Zaretskii  <eliz@is.elta.co.il>
7093         * international/codepage.el (cp-coding-system-for-codepage-1): Add
7094         eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
7095         coding systems.
7097 2000-05-26  Dave Love  <fx@gnu.org>
7099         * disp-table.el (standard-display-underline): Don't use
7100         internal-find-face.
7102         * mail/reporter.el: Maintainer change.  Doc fixes.
7103         (reporter-version): Deleted.
7105         * emacs-lisp/elp.el: Maintainer change.
7106         (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
7108 2000-05-26  Stefan Monnier  <monnier@cs.yale.edu>
7110         * add-log.el (add-change-log-entry): Merge the current entry with the
7111         previous one if the previous one is empty.
7113 2000-05-26  Dave Love  <fx@gnu.org>
7115         * loadhist.el (unload-feature): Fix interactive spec [from
7116         lijnzaad@ebi.ac.uk].
7118         * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
7119         subr-arity to check primitives.
7120         (byte-compile-flush-pending, byte-compile-file-form-progn)
7121         (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
7122         (byte-compile-insert, byte-compile-funcall): Use mapc instead of
7123         mapcar.
7125 2000-05-26  Kenichi Handa  <handa@etl.go.jp>
7127         * international/fontset.el: Set family names of non-latin charsets
7128         in default fontset to "*".
7130         * international/mule-diag.el (print-fontset): Combine family part
7131         and registry part of the fontname by "-*-" instead of "-".
7133         * international/mule-cmds.el (encode-coding-char): Make strings
7134         multibyte before calling encode-coding-string.
7136 2000-05-25  Stefan Monnier  <monnier@cs.yale.edu>
7138         * derived.el: Fix keywords.
7139         (define-derived-mode): Only define if needed.
7141         * simple.el (fill-comment, comment-column, comment-start)
7142         (comment-start-skip, comment-end, comment-indent-function)
7143         (block-comment-start, block-comment-end, indent-for-comment)
7144         (set-comment-column, kill-comment, comment-padding, comment-region)
7145         (comment-multi-line, indent-new-comment-line): Remove.
7147         * bindings.el (esc-map): Change ; to comment-dwim and use the new
7148         function names for comment operations.
7150         * newcomment.el: Add abundant autoload cookies.
7151         (comment-style): Don't depend on runtime data at compile-time.
7152         (comment-indent-hook): Remove.
7153         (comment-indent): Check if comment-indent-hook is bound.
7154         (comment-region): Docstring fix.
7156 2000-05-25  Dave Love  <fx@gnu.org>
7158         * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
7159         byte-code-function-p.
7161         * mail/rmailsum.el: Add provide.
7163         * net/goto-addr.el (goto-address-fontify): Add help-echo property.
7165         * smerge-mode.el (smerge-diff-switches): Don't use list* in
7166         defcustom.
7168 2000-05-25  Michael Kifer  <kifer@cs.sunysb.edu>
7170         * ediff-diff.el (ediff-exec-process): delete --binary option from
7171         non-buffer ediff jobs.
7173 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
7175         * hilit-chg.el (highlight-changes-mode): Ask about color or
7176         grayscale support, not about window-system.
7178         * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
7179         window-system.
7180         (ffap-highlight): Always default to t.
7182         * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
7183         display-popup-menus-p instead of looking at window-system.
7185         * disp-table.el (standard-display-g1, standard-display-graphic):
7186         Only refuse to use string glyphs on X and MS-Windows.
7188         * avoid.el: Remove window-system from commentary, suggest to use
7189         display-*-p instead.
7191         * apropos.el (apropos-print): Use display-mouse-p instead of
7192         window-system.
7194 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
7196         * international/codepage.el (cp-decoding-vector-for-codepage):
7197         Fill up unsupported characters with their own codes.  From Kenichi
7198         Handa.
7200 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
7202         * international/mule-diag.el (describe-char-after): Use
7203         display-graphic-p instead of window-system, so that this function
7204         works on MS-DOS.
7206 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
7208         * international/codepage.el (cp-make-coding-systems-for-codepage):
7209         Remove the eight-bit-graphic and eight-bit-control charsets from
7210         the list of charsets which we convert into `?'.
7212 2000-05-25  Kenichi Handa  <handa@etl.go.jp>
7214         * international/mule-conf.el: Specify CHARSET-ID explicitely for
7215         private charsets.
7216         (mule-unicode-0100-24ff, japanese-jisx0213-1,
7217         japanese-jisx0213-2): New charsets.
7219         * international/fontset.el: Setup default fontset for new charsets.
7221 2000-05-24  Dave Love  <fx@gnu.org>
7223         * info.el (Info-find-node-2): Restructure [following "Vadim
7224         S. Solomin" <sovs@uic.nnov.ru>].
7226         * icomplete.el: Fix header for Finder.
7228 2000-05-24  Eric M. Ludlam  <zappo@ultranet.com>
7230         * rmailout.el (rmail-output-to-rmail-file): Added optional param
7231         STAY.
7233         * rmail.el (rmail-automatic-folder-directives): New user variable.
7234         (rmail-show-message): Add call to `rmail-auto-file' during
7235         display.
7236         (rmail-auto-file): New function.
7238 2000-05-24  Michael Kifer  <kifer@cs.sunysb.edu>
7240         * ediff-diff.el (ediff-forward-word): Take syntactic word class into
7241         account.
7242         (ediff-test-utility,ediff-diff-mandatory-option)
7243         (ediff-reset-diff-options): Utilities for proper initialization of
7244         ediff-diff-options and ediff-diff3-options on Windows.
7246         * ediff-init.el (ediff-merge-filename-prefix): New customizable
7247         variable.
7249         * ediff-mult.el (ediff-filegroup-action): Use
7250         ediff-merge-filename-prefix.
7252 2000-05-24  Michael Kifer  <kifer@cs.sunysb.edu>
7254         * viper-ex.el (ex-write): Set selective display to nil.
7256 2000-05-24  Eli Zaretskii  <eliz@is.elta.co.il>
7258         * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
7259         aliases for hebrew-iso-8bit.
7261 2000-05-24  Eli Zaretskii  <eliz@is.elta.co.il>
7263         * woman.el: New version from Francis J. Wright
7264         <F.J.Wright@Maths.QMW.ac.uk>.
7265         (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
7266         names in environment variables regardless of the path separator.
7267         (woman-topic-all-completions-1): Don't call file-name-directory-p
7268         on all files, since woman-file-regexp already filters out any
7269         directories.
7271 2000-05-24  Kenichi Handa  <handa@etl.go.jp>
7273         * international/quail.el (quail-start-translation): Don't change
7274         modified-p of the current buffer.
7275         (quail-start-conversion): Likewise.
7277         * international/kkc.el (kkc-region): Don't change modified-p of
7278         the current buffer.
7280         * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
7281         conform to RFC1468.
7282         (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
7284 2000-05-23  Eric M. Ludlam  <zappo@ballista.ultranet.com>
7286         * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
7287         (speedbar-insert-button): Invisible text property fix.
7288         (speedbar-directory-plus): Renamed from speedbar-directory-+
7289         (speedbar-directory-minus): Renamed from speedbar-directory--
7290         (speedbar-page-plus): Renamed from speedbar-file-+
7291         (speedbar-page-minus): Renamed from speedbar-file--
7292         (speedbar-page): Renamed from speedbar-file-
7293         (speedbar-tag): Renamed from speedbar-tag-
7294         (speedbar-tag-plus): Renamed from speedbar-tag-+
7295         (speedbar-tag-minus): Renamed from speedbar-tag--
7296         (speedbar-expand-image-button-alist): Use above renames.
7298         * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
7299         * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
7300         * sb-pg-plus.xpm: Renamed from sb-file+.xpm
7301         * sb-pg-minus.xpm: Renamed from sb-file-.xpm
7302         * sb-pg.xpm: Renamed from sb-file.xpm
7303         * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
7304         * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
7306 2000-05-24  Kenichi Handa  <handa@etl.go.jp>
7308         * international/quail.el (quail-show-guidance-buf): Set
7309         current-input-method of the guidance buffer to the name of the
7310         curren input method.
7312 2000-05-23  Stefan Monnier  <monnier@cs.yale.edu>
7314         * progmodes/compile.el (compile-internal): Style typo.
7316         * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
7317         quote vars and functions in the docstring.
7319         * newcomment.el (comment-make-extra-lines): Don't use `assert'.
7321         * completion.el (dynamic-completion-mode, dynamic-completion-mode):
7322         Don't quote lambdas.
7324         * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
7326 2000-05-23  Gerd Moellmann  <gerd@gnu.org>
7328         * startup.el (command-line): Determine source file of compiled
7329         user init file differently.  Warn if compiled user init file
7330         is older than its source file.
7332         * ffap.el (ffap-url-regexp): Add `https'.
7334 2000-05-23  Eli Zaretskii  <eliz@is.elta.co.il>
7336         * files.el (make-backup-file-name-1): Replace slashes with `!'
7337         rather than `|' (which is not allowed on Windows).  Replace the
7338         drive letters with a string "drive_X".
7340 2000-05-23  Gerd Moellmann  <gerd@gnu.org>
7342         * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
7344         * files.el (interpreter-mode-alist): Add `bash2'.
7346 2000-05-22  Dave Love  <fx@gnu.org>
7348         * loadhist.el (feature-symbols, file-provides, file-requires): Use
7349         mapc.
7350         (feature-file): Avoid calling symbol-name.  Doc fix.
7351         (file-set-intersect, file-dependents): Use dolist, not mapcar.
7352         (loadhist-hook-functions): Add mouse-position-function.
7353         (unload-feature): Change uses of mapcar.
7355         * files.el (parse-colon-path): Doc fix.
7356         (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
7357         (set-auto-mode): Use mapc.
7359         * complete.el (PC-look-for-include-file): Use :alnum: character
7360         class.
7361         (partial-completion-mode): Add autoload cookie.
7363 2000-05-22  Sam Steingold  <sds@gnu.org>
7365         * info.el (Info-fontify-node): Fixed the call to
7366         `add-text-properties' (bug introduced on 2000-05-18).
7368 2000-05-22  Dave Love  <fx@gnu.org>
7370         * bindings.el: Remove debug-ignored-errors set in other files.
7372         * progmodes/etags.el: Add to debug-ignored-errors.
7373         (visit-tags-table-buffer): Clear out buffers holding old tables
7374         when making a new list.
7375         (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
7376         mapc.
7378         * completion.el: Doc fixes.  Add to debug-ignored-errors.  Don't
7379         quote keywords.
7380         (cmpl-string-case-type): Use character classes.
7382         * comint.el:
7383         * textmodes/ispell.el:
7384         * imenu.el:
7385         * mail/mh-e.el:
7386         * progmodes/compile.el: Add to debug-ignored-errors.
7388         * dabbrev.el: Add to debug-ignored-errors.
7389         (dabbrev-completion): Use mapc.
7391 2000-05-22  Eli Zaretskii  <eliz@is.elta.co.il>
7393         * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
7394         (woman-mapcan, woman-parse-man.conf)
7395         (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
7396         (woman-reset-emulation, woman-select-symbol-fonts): New functions.
7397         (woman-parse-colon-path): Call woman-mapcan.  Recognize Cygwin
7398         path syntax better.
7399         (woman-man.conf-path, woman-use-own-frame): New defcustoms.
7400         (woman-manpath): Call woman-parse-man.conf.
7401         (woman-emulation): New defcustom, defaults to nroff.
7402         (woman-font-support): New defconst.
7403         (woman-use-symbol-font): New defcustom.
7404         (woman-menu): Add new menu items: "Colored/BW", "Advanced",
7405         "Emulation".
7406         Many functions: Doc fix.
7408 2000-05-22  Kenichi Handa  <handa@etl.go.jp>
7410         * international/quail.el (quail-simple-translation-keymap): Map
7411         128..255 to quail-self-insert-command.
7412         (quail-keyboard-layout-alist): Add definition for "pc102-de".
7414 2000-05-22  Stefan Monnier  <monnier@cs.yale.edu>
7416         * help.el (help-manyarg-func-alist): Typo.
7418         * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
7419         intervals which makes it heaps simpler.
7421         * newcomment.el (comment-region-internal): Go back to BEG after quoting
7422         the nested comment markers.
7424         * subr.el (remove-hook): Don't turn the hook's value into a list.
7426 2000-05-21  Dave Love  <fx@gnu.org>
7428         * edmacro.el (edmacro-parse-keys): Return vector if any elements
7429         are invalid characters.
7431         * international/mule-util.el (detect-coding-with-priority): Use
7432         mapc.  Remove redundant lambda.
7434         * international/mule-diag.el (list-non-iso-charset-chars)
7435         (describe-fontset): Remove redundant lambda.
7437         * emulation/crisp.el (brief-mode): New alias.
7439         * emacs-lisp/ring.el (ring-elements): New function.
7441         * emacs-lisp/easymenu.el (easy-menu-create-menu)
7442         (easy-menu-do-add-item): Use keywordp.
7444         * emacs-lisp/byte-opt.el: Update side-effect free function lists.
7446         * replace.el: Doc and error message fixes.
7447         (replace-highlight): Use facep, not internal-find-face.
7449 2000-05-20  Stefan Monnier  <monnier@cs.yale.edu>
7451         * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
7453         * log-edit.el (log-edit-done): Cleanup trailing empty lines.
7454         (log-edit-insert-changelog): Drop `:' as well.
7456         * log-view.el: Fix file description.
7457         (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
7458         available.
7459         (log-view-font-lock-keywords): Only use cvs-filename-face if present.
7460         (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
7462         * emacs-lisp/easy-mmode.el: Update copyright and commentary.
7463         (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
7464         Print a status message if the toggle is called interactively.
7465         (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
7466         for global minor modes and use `defcustom' for them.
7467         Use add-minor-mode.
7468         (easy-mmode-define-derived-mode): Remove.
7469         (define-derived-mode): Fancier default docstring.
7470         (easy-mmode-define-navigation): Signal an error rather than (ding).
7472         * newcomment.el (comment-styles): New `box-multi'.
7473         (comment-normalize-vars): Better default for comment-continue to
7474         avoid whitespace-only continuations.
7475         (comment-search-forward): Always move even in the no-syntax case.
7476         (comment-padright): Only obey N if it's only obeyed for padleft.
7477         (comment-make-extra-lines): Better handling of empty continuations.
7478         Use `=' for the filler if comment-start has only one character.
7479         (uncomment-region): Try handling the special `=' filler.
7480         (comment-region): Allow LINES even if MULTI is nil.
7481         (comment-box): Choose box style based on comment-style.
7483 2000-05-20  Kenichi Handa  <handa@etl.go.jp>
7485         * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
7486         (ccl-compile-write-repeat): If ARG is string, make it unibyte.
7488 2000-05-20  Kenichi HANDA  <handa@etl.go.jp>
7490         * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
7491         and insert, not subst-char-in-region.
7493         * international/mule-diag.el (list-character-sets-1): Handle
7494         charsets eight-bit-control and eight-bit-graphic.
7495         (list-iso-charset-chars): Likewise.
7496         (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
7497         charactes as is.  Use indent-to to align characters.
7499         * international/mule-cmds.el (find-multibyte-characters): Never
7500         exclude charsets eight-bit-control and eight-bit-graphic.
7502 2000-05-19  Stefan Monnier  <monnier@cs.yale.edu>
7504         * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
7505         Don't quote lambdas.
7507         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
7509 2000-05-19  Gerd Moellmann  <gerd@gnu.org>
7511         * gud.el (gud-jdb-directories): Doc fix.
7513 2000-05-19  Stefan Monnier  <monnier@cs.yale.edu>
7515         * newcomment.el: New file.
7517 2000-05-19  Gerd Moellmann  <gerd@gnu.org>
7519         * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
7521 2000-05-18  Andreas Schwab  <schwab@suse.de>
7523         * dired.el (dired-between-files): Also skip lines beginning with
7524         `used'.
7526 2000-05-18  Gerd Moellmann  <gerd@gnu.org>
7528         * msb.el (msb-menu-cond): Add choice `user'.
7530 2000-05-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
7532         * ps-print.el: Compatibility, customization and doc fix.
7533         (ps-printer-name-option): Replace defconst by defvar.
7534         (ps-postscript-code-directory): XEmacs compatibility.
7535         (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
7536         fix.
7537         (ps-user-defined-prologue, ps-print-prologue-header)
7538         (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
7539         compatibility and code fix.
7540         (ps-print-background-image, ps-print-background-text):
7541         Customization fix.
7542         (ps-line-number-start, ps-n-up-on): New vars.
7544 2000-05-18  Espen Skoglund  <esk@ira.uka.de>
7546         * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
7547         the indent-comment function to just return the appropriate indent.
7549 2000-05-18  Eric M. Ludlam  <zappo@ultranet.com>
7551         * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
7552         sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
7553         sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
7555 2000-05-18  Dave Love  <fx@gnu.org>
7557         * info.el (Info-fontify-node): Add intangible property as well as
7558         invisible.
7560         * calendar/appt.el (appt-make-list): Match all lines of entry.
7561         From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
7563 2000-05-18  Kenichi Handa  <handa@etl.go.jp>
7565         * international/mule-diag.el (describe-char-after): Call
7566         internal-char-font, not char-font.  If internal-char-font returns
7567         nil, display "-- none --".
7569 2000-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
7571         * image.el (image-type-available-p): Don't reference image-types
7572         if it isn't bound.
7574 2000-05-17  Stefan Monnier  <monnier@cs.yale.edu>
7576         * autoarg.el (autoarg-mode): Typo in the :set argument.
7578 2000-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
7580         * startup.el (command-line-1): Don't signal an error if the
7581         directory for auto-save-list files does not yet exist.
7583 2000-05-17  Kenichi Handa  <handa@etl.go.jp>
7585         * international/mule-conf.el (arabic-iso8859-6): Fix typo.
7587 2000-05-16  Stefan Monnier  <monnier@cs.yale.edu>
7589         * subr.el (remove-hook): `setq' hook-value, not `set'.
7591 2000-05-16  Sam Steingold  <sds@gnu.org>
7593         * info.el (debug-ignored-errors): More errors to ignore.
7595 2000-05-16  Dave Love  <fx@gnu.org>
7597         * cus-edit.el: Don't require cl or easymenu.
7598         (custom-variable-prompt): Test standard-value property, not
7599         user-variable-p.
7601 2000-05-16  Sam Steingold  <sds@gnu.org>
7603         * subr.el (add-hook): `setq' hook-value, not `set'.
7605 2000-05-16  Gerd Moellmann  <gerd@gnu.org>
7607         * startup.el (command-line-1): Mention the FAQ in the startup
7608         message.
7610         * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
7612         * progmodes/compile.el (compilation-parse-errors): Collect
7613         `nomessage' regexps last.
7615         * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
7617         * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
7618         to the function name.
7620 2000-05-15  Dave Love  <fx@gnu.org>
7622         * speedbar.el (speedbar-recenter): Typo.
7623         (speedbar-expand-line): Make arg optional.
7624         (speedbar-mode): Avoid a compiler warning.
7626 2000-05-15  Gerd Moellmann  <gerd@gnu.org>
7628         * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
7629         user-specified option string is empty.
7631         * mouse.el (mouse-yank-at-click): Doc fix.
7633 2000-05-15  Eli Zaretskii  <eliz@is.elta.co.il>
7635         * term/internal.el (IT-character-translations): More updates of
7636         latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
7637         documents.
7639 2000-05-15  Gerd Moellmann  <gerd@gnu.org>
7641         * env.el (getenv): New function, interactively callable.
7642         (setenv, getenv): Remove autoload cookies.
7644         * loadup.el: Load `env'.
7646         * progmodes/f90.el: Change author's mail address.
7648 2000-05-14  Dave Love  <fx@gnu.org>
7650         * mail/rmail.el (rmail-show-message-hook): Customize and offer
7651         goto-addr as an option.
7653         * help.el (help-xref-stack): Doc fix.
7654         (help-xref-following): New variable.
7655         (help-make-xrefs): Use it.
7656         (help-xref-go-back): Use position information from stack element.
7657         (help-follow): Make position in stack element a pair.  Use
7658         help-xref-following.
7660         * autoarg.el: New file.
7662         * faces.el: Declare more functions obsolete.
7664         * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
7665         * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
7666         * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
7667         * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
7668         Remove all the setup-...-environment functions.
7670 2000-05-13  Eric M. Ludlam  <zappo@ultranet.com>
7672         * speedbar.el: Updated the commentary section.  xemacs20p now uses
7673         >= when detecting.  Require `defimage' safely.
7674         (speedbar-easymenu-definition-base): Add toggle for images.
7675         (speedbar-easymenu-definition-special): Add flush cache & expand.
7676         (speedbar-visiting-tag-hook): Set new defaults.  Added options.
7677         (speedbar-reconfigure-keymaps-hook): New variable.
7678         (speedbar-frame-parameters): Updated documentation.
7679         (speedbar-use-imenu-flag): Updated custom tag
7680         (speedbar-dynamic-tags-function-list): New variable.
7681         (speedbar-tag-hierarchy-method): Updated doc & custom.
7682         (speedbar-indentation-width, speedbar-indentation-width) New
7683         variables.
7684         (speedbar-hide-button-brackets-flag): Customizable.
7685         (speedbar-vc-indicator): Doc update.
7686         (speedbar-ignored-path-expressions): Updated default value.
7687         (speedbar-supported-extension-expressions): Updated default value.
7688         (speedbar-syntax-table): Remove {} paren status.
7689         (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
7690         as "+".  Added overlay aliases.
7691         (speedbar-mode): Use `speedbar-mode-line-update' instead of
7692         `force-mode-line-update'.
7693         (speedbar-mode, speedbar-quick-mouse, speedbar-click)
7694         (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
7695         `mouse-set-point'
7696         (speedbar-reconfigure-keymaps): Run configure keymap hooks.
7697         (speedbar-item-info-tag-helper): Revamped to handle a wider range
7698         of arbitrary text, and new helper functions.
7699         (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
7700         filename finder.
7701         (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
7702         (speedbar-directory-buttons): Update path search/expansion.
7703         (speedbar-make-tag-line): Pay attention to
7704         `speedbar-indentation-width'.  Use more care w/ invisible
7705         properties.
7706         (speedbar-change-expand-button-char): Call
7707         `speedbar-insert-image-button-maybe'.
7708         (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
7709         (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
7710         (speedbar-trim-words-tag-hierarchy)
7711         (speedbar-simple-group-tag-hierarchy): New functions
7712         (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
7713         (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
7714         functions.
7715         (speedbar-mouse-set-point): New function
7716         (speedbar-power-click): Updated documentation.
7717         (speedbar-line-token, speedbar-goto-this-file): Handle more types
7718         of tag prefix text.
7719         (speedbar-expand-line, speedbar-contract-line): Make more robust
7720         to strange text.
7721         (speedbar-expand-line): Takes universal argument to flush the
7722         cache.
7723         (speedbar-flush-expand-line): New function.
7724         (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
7725         Use new generator insertion method.
7726         (speedbar-fetch-dynamic-tags): New function.
7727         (speedbar-fetch-dynamic-imenu): Removed code now handled in
7728         `speedbar-fetch-dynamic-imenu'.
7729         (speedbar-fetch-dynamic-etags): Fix current buffer problem.
7730         (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
7731         "Revert Buffer" menu items.
7732         (speedbar-buffer-buttons-engine): Be smarter when creating a
7733         filename tag (for expansion purposes.).
7734         (speedbar-highlight-one-tag-line,
7735         (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
7736         (speedbar-recenter): New functions.
7737         (defimage-speedbar): Image loading abstraction.
7738         (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
7739         (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
7740         (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
7741         (speedbar-tag-type, speedbar-tag-mail): New images.
7742         (speedbar-expand-image-button-alist): New variable.
7743         (speedbar-insert-image-button-maybe): Insert an image over some
7744         buttons.
7746 2000-05-13  Kenichi Handa  <handa@etl.go.jp>
7748         * international/mule-cmds.el (encode-coding-char): An ASCII
7749         character is always encodable.
7751         * international/mule-conf.el: Add more information in descriptions
7752         of character sets.
7754         * international/mule-diag.el (describe-char-after): New function.
7755         (describe-font-internal): Adjusted for the change of font-info.
7756         (describe-font): Likewise.
7757         (print-fontset): Rewritten for the new fontset implementation.
7758         (describe-fontset): Include fontset alias names in completion.
7759         (list-fontsets): Adjusted for the change of print-fontset.
7761         * simple.el (what-cursor-position): If DETAIL is non-nil, call
7762         describe-char-after instead of displaying the detail in the echo
7763         area.
7764         (syntax-code-table): Format changed.
7765         (string-to-syntax): Adjusted for the above change.
7767 2000-05-12  Stefan Monnier  <monnier@cs.yale.edu>
7769         * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
7771 2000-05-12  Dave Love  <fx@gnu.org>
7773         * calendar/todo-mode.el: Remove some compatibility stuff and CL
7774         dependence.  Use line-{beginning,end}-position, not
7775         point-at{b,e}ol.  Some doc fixes.
7776         (todo-position): New function.  Fix callers of position to use it.
7777         (todo-save-top-priorities, todo-print): Use with-temp-buffer.
7779 2000-05-12  Gerd Moellmann  <gerd@gnu.org>
7781         * time.el (display-time-mail-icon): Use `:ascent center'.
7783         * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
7784         handling FTP security extensions.
7786 2000-05-11  Dave Love  <fx@gnu.org>
7788         * calendar/todo-mode.el: New file.
7790 2000-05-11  Gerd Moellmann  <gerd@gnu.org>
7792         * comint.el (comint-read-input-ring): Move reference to
7793         comint-input-ring-size outside of the save-excursion.  It was
7794         causing the default value to be the only one ever seen.
7796         * font-lock.el: Update copyright.  Remove Simon Marshall's email
7797         address on request from him.
7799         * subr.el (substitute-key-definition): Add comment describing
7800         the meaning of PREFIX.
7802 2000-05-10  Stefan Monnier  <monnier@cs.yale.edu>
7804         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
7806         * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
7807         (add-minor-mode): Don't make the variable buffer-local and add a
7808         reference to define-minor-mode in the docstring.
7810         * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
7811         HEADER/FOOTER and fix bug with trailing empty directory.
7812         (cvs-append-to-ignore): Use vc-editable-p if available.
7813         (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
7814         (vc-do-command): Tweak advice to handle the new VC.
7816         * log-view.el (log-view-goto-rev): New function for the new VC.
7817         (log-view-minor-wrap): Use mark-active.
7819         * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
7820         (log-edit-changelog-full-paragraphs): New var.
7821         (log-edit-insert-changelog): Remove a lonely leading `* file'.
7822         (log-edit-narrow-changelog, log-edit-changelog-paragraph)
7823         (log-edit-changelog-subparagraph, log-edit-changelog-entry)
7824         (log-edit-changelog-ours-p, log-edit-changelog-entries)
7825         (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
7826         Replace the `cvs' prefix with `log-edit'.
7828         * iswitchb.el (iswitchb-completion-help): Unquote lambda.
7830         * diff-mode.el (diff-font-lock-keywords): Recognize comments.
7831         (diff-font-lock-defaults): Explicitly turn off multiline.
7832         (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
7833         (diff-ediff-patch): Fix call to ediff-patch-file.
7834         (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
7835         Handle comments.
7837         * frame.el (automatic-hscrolling): Typo.
7839         * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
7841 2000-05-09  Sam Steingold  <sds@goems.com>
7843         * apropos.el (apropos-print): use `describe-face' instead of
7844         `customize-face-other-window'.
7846 2000-05-09  Dave Love  <fx@gnu.org>
7848         Changes mostly following Richard Sharman <rsharman@wave.home.com>.
7850         * help.el (describe-variable): Have customize button pop the
7851         help-xref stack when invoked.
7852         (help-xref-symbol-regexp): Add `face'.
7853         (help-make-xrefs): Check for quoted face names and adapt regexp
7854         submatch numbers to cope.
7855         (help-xref-interned): Maybe insert face doc too.  Separate
7856         sections with a line of hyphens.
7858         * faces.el:  Some doc fixes.  Declare some functions obsolete.
7859         (describe-face): Add customize button.  Return the help
7860         text.  Fix prompt.
7862 2000-05-09  Eli Zaretskii  <eliz@is.elta.co.il>
7864         * term/internal.el (IT-character-translations): Fix last change.
7866 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
7868         * woman.el: New file
7869         (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
7871 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
7873         * term/internal.el (IT-character-translations): Update ASCII
7874         simulations for greek-iso8859-7, add latin-iso8859-14 and
7875         latin-iso8859-15.
7877         * international/mule-cmds.el (set-language-info-alist): Call
7878         define-prefix-command with 3 arguments, to make the map suitable
7879         for a menu.
7881 2000-05-07  Dave Love  <fx@gnu.org>
7883         * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
7885 2000-05-05  Dave Love  <fx@gnu.org>
7887         * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
7888         list in doc string.  Don't quote keyword symbols.
7889         * emacs-lisp/cl.el: Likewise
7890         * emacs-lisp/cl-seq.el: Likewise
7892 2000-05-05  Gerd Moellmann  <gerd@gnu.org>
7894         * abbrev.el (abbrev-mode): Make ARG optional.
7896 2000-05-04  Gerd Moellmann  <gerd@gnu.org>
7898         * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
7900         * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
7902         * subr.el (substitute-key-definition): Clarify documentation.
7904 2000-05-04  Milan Zamazal  <pdm@freesoft.cz>
7906         * glasses.el (glasses-convert-to-unreadable): Use
7907         `glasses-separator' instead of the hard-wired "_".
7908         (glasses-mode): Call `glasses-make-unreadable' only in a single
7909         place.
7911 2000-05-04  Eli Zaretskii  <eliz@is.elta.co.il>
7913         * term/internal.el (cjk-codepages-alist): Add associations for
7914         Chinese and Korean codepages.  Remove FIXME comment.
7916 2000-05-03  Dave Love  <fx@gnu.org>
7918         * time.el (display-time-mail-face, display-time-use-mail-icon):
7919         New option.
7920         (display-time-mail-icon): New variable.
7921         (display-time-string-forms): Use the above.  Fix the local-map.
7923 2000-05-03  Gerd Moellmann  <gerd@gnu.org>
7925         * replace.el (query-replace-map): Add binding for `E'.
7926         (query-replace-help): Extend help text.
7927         (perform-replace): Allow editing the replacement string.
7929         * make-mode.el (makefile-mode-abbrev-table): New variable.
7930         (makefile-mode): Set local abbrev table to
7931         makefile-mode-abbrev-table.
7932         (makefile-font-lock-keywords): Fontify includes and conditionals.
7934         * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
7935         set TOGGLE's value.
7937         * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
7938         mail-interactive-insert-alias.
7939         (mail-abbrev-complete-alias): New command.
7940         (mail-mode-map): Bind it to `M-TAB'.
7942 2000-05-03  Kenichi Handa  <handa@etl.go.jp>
7944         * language/lao-util.el (lao-compose-region): New function.
7946 2000-05-02  Gerd Moellmann  <gerd@gnu.org>
7948         * files.el (recover-session): Make directories as necessary
7949         if they don't exist yet.
7951         * calendar/cal-french.el
7952         (french-calendar-multibyte-special-days-array)
7953         (french-calendar-special-days-array): Change French text.
7954         (calendar-french-date-string): Change output.
7955         (calendar-goto-french-date): Likewise.
7957 2000-05-02  Per Abrahamsen  <abraham@dina.kvl.dk>
7959         * wid-edit.el (widget-default-active): Obey `:always-active'.
7960         (widget-documentation-string-value-create): Set `:always-active'.
7962 2000-05-02  Eli Zaretskii  <eliz@is.elta.co.il>
7964         * startup.el (auto-save-list-file-prefix): For ms-dos, set the
7965         default prefix to `~/_emacs.d/auto-save.list/_s'.
7966         (normal-top-level): Create the directory for auto-save files, if
7967         it doesn't already exist (in the ms-dos case only).
7969 2000-05-02  Eli Zaretskii  <eliz@is.elta.co.il>
7971         * international/mule-cmds.el (set-language-environment): Don't
7972         concat an integer (dos-codepage), use format instead.
7974 2000-05-02  Dave Love  <fx@gnu.org>
7976         * help.el (help-xref-on-pp): Check for constant symbols.
7978 2000-04-29  Gerd Moellmann  <gerd@gnu.org>
7980         * startup.el (normal-top-level): Put a condition-case around
7981         the code loading subdirs.el.
7983 2000-04-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
7985         * ps-print.el: Upside-down and face background color printing,
7986         line number step, doc fix.
7987         (ps-print-version): New version number (5.2).
7988         (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
7989         (ps-face-attribute-list, ps-plot-with-face): Code fix.
7990         (ps-spool-config): Var fix.
7991         (ps-printer-name-option): Const fix.
7992         (ps-print-upside-down, ps-use-face-background)
7993         (ps-line-number-step): New vars.
7994         (ps-window-system, ps-lp-system): New consts.
7995         (ps-face-background): New fun.
7997 2000-04-28  Richard Stallman  <rms@gnu.org>
7999         * files.el (make-auto-save-file-name):
8000         Apply auto-save-file-name-transforms to visited file name
8001         before generating auto save file name.
8002         (auto-save-file-name-transforms): New variable.
8004         * files.el (backup-enable-predicate):
8005         Correctly test for a file under a temporary directory.
8007 2000-04-28  Gerd Moellmann  <gerd@gnu.org>
8009         * subr.el (add-minor-mode): Rewritten.
8011 2000-04-28  Kenichi Handa  <handa@etl.go.jp>
8013         * mail/sendmail.el (sendmail-send-it): Set
8014         buffer-file-coding-system to the selected coding system for MIME
8015         header.
8017 2000-04-27  Gerd Moellmann  <gerd@gnu.org>
8019         * dired.el (dired-move-to-filename-regexp): Allow format where
8020         YYYY is followed by two spaces.
8022         * progmodes/etags.el (etags-tags-completion-table): Add a `:'
8023         in the second character class of the regexp.
8025         * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
8026         mh-etc, too.
8028         * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
8029         nil.
8031         * subr.el (add-minor-mode): Use `set' instead of `setq'.
8033         * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
8034         argument.
8036 2000-04-27  Sen Nagata <sen@eccosys.com>
8038         * emacs-lisp/crm.el (crm-completion-table): New variable.
8039         (crm-collection-fn, crm-test-completion)
8040         (completing-read-multiple): Use it.
8042 2000-04-27  Dave Love  <fx@gnu.org>
8044         * help.el (locate-library): Use mapc.
8045         (help-manyarg-func-alist): Add call-process-region.
8047 2000-04-26  Gerd Moellmann  <gerd@gnu.org>
8049         * subr.el (add-minor-mode): Make argument MAP optional.
8051         * desktop.el (desktop-save): Save list of minor modes.
8052         (desktop-create-buffer): Restore minor modes.
8053         (desktop-minor-mode-table): New user-option.
8055         * subr.el (add-minor-mode): New function.
8057         * image.el (find-image): New function.
8058         (defimage): Rewritten to find image at load time.
8060         * startup.el (normal-top-level-add-to-load-path): Handle
8061         case that the default directory is not in load-path.
8063         * help.el: Old patch from Stefan Monnier.
8064         (help-xref-on-pp): New function.
8065         (describe-variable): Use it to display xrefs in a symbol's value.
8067 2000-04-26  Stefan Monnier  <monnier@cs.yale.edu>
8069         * cus-edit.el (custom-face): Fix parenthesis.
8071 2000-04-26  Kenichi Handa  <handa@etl.go.jp>
8073         * mail/rmail.el (rmail-expunge): When there are no deleted
8074         messages, do nothing.
8076 2000-04-26  Dave Love  <fx@gnu.org>
8078         * international/mule-cmds.el (locale-translation-file-name):
8079         Defvar to nil.
8080         (set-locale-environment): Set it here (at runtime).
8082 2000-04-25  Gerd Moellmann  <gerd@gnu.org>
8084         * replace.el (perform-replace): Add parameters START and END.  Use
8085         them instead of the check for a region in Transient Mark mode.
8086         (query-replace-read-args): Return two more list elements for the
8087         start and end of the region in Transient Mark mode.
8088         (query-replace, query-replace-regexp, query-replace-regexp-eval)
8089         (map-query-replace-regexp, replace-string, replace-regexp): Add
8090         optional last arguments START and END and pass them to
8091         perform-replace.
8093         * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
8094         form with additional arguments for perform-replace.
8096         * progmodes/etags.el (tags-query-replace): Add parameters START
8097         and END.  Construct a form with additional arguments for
8098         perform-replace.
8100         * simple.el (shell-command): Set default directory for "*Shell
8101         Command Output" buffer.
8103         * language/european.el (iso-latin-4): Fix typo.
8105         * emacs-lisp/crm.el: New file.
8107 2000-04-24  Dave Love  <fx@gnu.org>
8109         * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
8110         (Custom-reset-saved, Custom-reset-standard)
8111         (custom-group-value-create, custom-group-set, custom-group-save)
8112         (custom-group-reset-current, custom-group-reset-saved)
8113         (custom-group-reset-standard): Use mapc.
8114         (custom-buffer-create-internal): Disable undo when creating items.
8115         Use mapc.
8116         (custom-face): Avoid redundant lambda.
8118 2000-04-24  Gerd Moellmann  <gerd@gnu.org>
8120         * startup.el (auto-save-list-file-prefix): Set default to
8121         `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
8123 2000-04-24  Sam Steingold  <sds@gnu.org>
8125         * time-stamp.el (time-stamp-string-preprocess): Always convert
8126         `field-result' to a string.
8128 2000-04-24  Gerd Moellmann  <gerd@gnu.org>
8130         * frame.el (scrolling): New group.
8131         (automatic-hscrolling): New user-option.
8133         * startup.el (command-line-x-option-alist): Add `-lsp' and
8134         `--line-spacing'.
8136 2000-04-19  Dave Love  <fx@gnu.org>
8138         * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
8139         (cl-mapc): Rename from mapc.  Fix the funcall.
8141 2000-04-19  Gerd Moellmann  <gerd@gnu.org>
8143         * simple.el (clone-indirect-buffer-other-window): New command.
8144         (clone-indirect-buffer): Add optional arg NORECROD.
8145         (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
8147         * help.el (resize-temp-buffer-window): Use count-screen-lines.
8149         * window.el (count-screen-lines): New function.
8150         (shrink-window-if-larger-than-buffer): Use count-screen-lines
8151         instead of window-buffer-height.
8153         * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
8154         non-existing variable comint-input-sentinel.
8155         (inferior-lisp-args-to-list): Removed.
8156         (inferior-lisp): Use split-string instead of
8157         inferior-lisp-args-to-list.
8159         * hexl.el (hexl-insert-hex-string): New command.
8161         * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
8162         instead of concat.
8164 2000-04-18  Gerd Moellmann  <gerd@gnu.org>
8166         * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
8167         at the start of an existing but empty folder.
8169 2000-04-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
8171         * ps-mule.el: Customization fix, doc fix.
8172         (ps-multibyte-buffer): Customization fix.
8174 2000-04-17  Richard M. Stallman  <rms@gnu.org>
8176         * subr.el (read-passwd): Use read-char-exclusive.
8178 2000-04-17  Gerd Moellmann  <gerd@gnu.org>
8180         * textmodes/texinfo.el (texinfo-insert-@email)
8181         (texinfo-insert-@emph, texinfo-insert-@quotation)
8182         (texinfo-insert-@strong, texinfo-insert-@url): New functions.
8183         (texinfo-mode-map): Add key bindings for them.
8185         * files.el (basic-save-buffer-2): Use a template with `$'
8186         instead of `#' for VMS.
8188         * simple.el (clone-indirect-buffer): New function.
8190 2000-04-16  Stephen Eglen  <stephen@gnu.org>
8192         * iswitchb.el (iswitchb-case): New function.  If the user input
8193         contains any upper-case characters, the search is made
8194         case-sensitive.
8196 2000-04-17  Stefan Monnier  <monnier@cs.yale.edu>
8198         * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
8199         comment-end.
8200         (texinfo-font-lock-syntactic-keywords): New var.
8201         (texinfo-font-lock-keywords): Remove comment regexp.
8202         (texinfo-insert-block): New function.
8203         (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
8204         (texinfo-mode): Use define-derived-mode.  Tweak comment-start-skip
8205         and font-lock-defaults.  Use regexp-opt for outline-regexp.
8206         (texinfo-environments): New var.
8207         (texinfo-environment-regexp): Use regexp-opt and
8208         texinfo-environments.
8210         * textmodes/ispell.el (ispell-menu-map-needed): Check that
8211         ispell-process is bound since this might be eval'd before ispell
8212         is loaded.
8213         (ispell-message): Use a tiny bit less magic and a bit more hard
8214         data to figure out what kind of sc-cite-regexp to use.
8216         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
8218         * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
8219         (insert-cyclic-diary-entry): Unquote the lambda.
8221         * gud.el (gud-jdb-build-source-files-list): Fix typo.
8223         * files.el (backup-enable-predicate): Unquote the lambda.
8225         * cus-edit.el (custom-face, face): Unquote the lambda.
8227 2000-04-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
8229         * ps-print.el: Check for line-beginning-position definition.
8231         * ps-print.el: Fix counting lines in a region.
8232         (ps-print-version): New version number (5.1.5).
8233         (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
8234         (ps-printing-region): Fun code fix.
8236 2000-04-15  Gerd Moellmann  <gerd@gnu.org>
8238         * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
8239         to file-directory-p.
8241 2000-04-14  Gerd Moellmann  <gerd@gnu.org>
8243         * gud.el (gud-jdb-build-source-files-list): Check that directory
8244         exists before calling directory-files.
8246 2000-04-13  Dave Love  <fx@gnu.org>
8248         * emacs-lisp/trace.el: Change maintainer.  Use new backquote
8249         syntax.
8251         * emacs-lisp/cl-specs.el: Remove when, unless.
8253         * emacs-lisp/cl-extra.el: Don't quote keywords.
8254         (cl-old-mapc): New variable.
8255         (mapc): Use it.
8256         (cl-map-intervals): Use with-current-buffer.  Don't check for
8257         next-property-change.
8258         (cl-map-overlays): Use with-current-buffer.
8259         (cl-expt): Remove.
8260         (copy-tree, remprop): Define unconditionally.
8262         * emacs-lisp/cl-compat.el (keywordp): Remove.
8264         * emacs-lisp/edebug.el (edebug-keywordp): Remove.  Change callers
8265         to use keywordp.
8266         (edebug-spec): Enable keywordp.
8268         * cus-edit.el (custom-sort-items): Avoid symbol-name with new
8269         string-lessp.
8271         * cus-start.el: Use keywordp.
8273 2000-04-13  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
8275         * diary-lib.el (include-other-diary-files): Fix the fix of
8276         2000-02-18 by doing a save-excursion.
8278 2000-04-13  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
8280         * ps-print.el: Customization fix, doc fix.
8281         (ps-print-version): New version number (5.1.4).
8282         (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
8283         (ps-print-preprint): Adjust code.
8284         (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
8285         (ps-print-prologue-header, ps-print-control-characters)
8286         (ps-spool-config): Customization fix.
8288 2000-04-13  Eli Zaretskii  <eliz@is.elta.co.il>
8290         * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
8291         converted to the new menu-item format, names silightly changed,
8292         help strings added.
8294         Support for spelling without async subprocesses:
8296         * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
8297         (ispell-session-buffer): New variables.
8298         (ispell-start-process, ispell-process-status,
8299         ispell-accept-output, ispell-send-string): New functions, for
8300         Ispell invocation when async subprocesses aren't supported.
8301         (ispell-word, ispell-pdict-save, ispell-command-loop,
8302         ispell-process-line, ispell-buffer-local-parsing): Replace calls
8303         to process-send-string with calls to ispell-send-string, and
8304         accept-process-output with ispell-accept-output.
8305         (ispell-init-process): Call ispell-process-status instead of
8306         process-status with.
8307         (ispell-init-process): Call ispell-start-process.  Call
8308         ispell-accept-output and ispell-send-string.  Don't call
8309         process-kill-without-query and kill-process if they are unbound.
8310         (ispell-async-processp): New function.
8312 2000-04-12  Dave Love  <fx@gnu.org>
8314         * info.el: Add debug-ignored-errors.
8315         (Info-mode-menu): Add some items.
8316         (Info-directory): Add autoload cookie.
8318         * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
8319         Modify `truncate-lines'.  Make `describe-language-environment'
8320         always visible and add help.  Modify `describe-key' help.  Invoke
8321         Info-directory from `info'.  New entry `emacs-manual'.
8323 2000-04-10  Gerd Moellmann  <gerd@gnu.org>
8325         * progmodes/ebrowse.el (ebrowse-tree-mode): Use
8326         propertized-buffer-identification.
8327         (ebrowse-update-member-buffer-mode-line): Likewise.
8328         (ebrowse--mode-strings): Removed.
8329         (ebrowse--mode-line-props): Removed.
8331         * files.el (auto-mode-alist): Add `EBROWSE'.
8333         * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
8334         space before testing for end of buffer.
8335         (ebrowse-load): Removed.
8336         (ebrowse-revert-tree-buffer-from-file): Rewritten.
8337         (ebrowse-create-tree-buffer): Rewritten.
8338         (ebrowse-tree-mode): Read tree from buffer.
8340         * progmodes/ebrowse-ffh.el: Removed.
8342 2000-04-10  Kenichi Handa  <handa@etl.go.jp>
8344         * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
8346 2000-04-10  Gerd Moellmann  <gerd@gnu.org>
8348         * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
8349         at the wrong place.
8351 2000-04-09  Dave Love  <fx@gnu.org>
8353         * files.el (backup-enable-predicate): Use
8354         temporary-file-directory, small-temporary-file-directory.
8355         (make-backup-file-name-function, backup-directory-alist): New
8356         variables.
8357         (make-backup-file-name-1): New function.
8358         (make-backup-file-name): Use it.
8359         (find-backup-file-name): Likewise.  Use format for clarity, not
8360         concat.
8361         (file-newest-backup): Use make-backup-file-name.
8363 2000-04-09  Gerd Moellmann  <gerd@gnu.org>
8365         * progmodes/ebrowse-ffh.el: New file.
8367         * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
8368         to ebrowse-ffh.el.
8369         (ebrowse-load): Add autoload.
8371         * finder.el (finder-commentary): Add autoload cookie.
8373         * mail/rfc2368.el: Correct author's email address.
8375         * progmodes/ebrowse.el: New file.
8377         * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
8378         item help string.
8379         (easy-menu-do-add-item): Ditto.
8380         (easy-menu-define): Extend doc string.
8382         * jit-lock.el (with-buffer-unmodified): Use
8383         restore-buffer-modified-p.
8384         (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
8385         (jit-lock-function, jit-lock-stealth-fontify): Don't use
8386         with-buffer-unmodified.
8388 2000-04-08  Dave Love  <fx@gnu.org>
8390         * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
8391         unless, when.
8393 2000-04-07  Mikio Nakajima  <minakaji@osaka.email.ne.jp>
8395         * viper-util.el (viper-put-on-search-overlay): New subroutine.
8396         (viper-flash-search-pattern): No operation when using Emacs
8397         doesn't support face.
8398         Use `viper-put-on-search-overlay'.
8400 2000-04-04  Gerd Moellmann  <gerd@gnu.org>
8402         * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
8403         like C-r.
8405         * progmodes/make-mode.el: Some doc fixes.
8406         (makefile-mode-abbrev-table): New variable.
8407         (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
8408         (makefile-font-lock-keywords): Fontify includes and conditionals.
8409         (toplevel): Require `dabbrev' and `add-log' when compiling.
8411         * replace.el (perform-replace): Don't move forward one char
8412         when MATCH-AGAIN is nil, and REGEXP-FLAG is t.  We don't want
8413         to do that because it leaves point 1 position after the last
8414         replacement, after everything has been replaced.
8416         * jit-lock.el (with-buffer-unmodified): New macro.
8417         (with-buffer-prepared-for-font-lock): Don't preserve buffer's
8418         modified state.
8419         (jit-lock-function-1): Extracted from jit-lock-function; not
8420         preserving buffer's modified state.
8421         (jit-lock-function, jit-lock-stealth-fontify): Call
8422         jit-lock-function-1.
8424         * mail/rfc2368.el: Remove supernumerary copyright line.
8426 2000-04-04  Milan Zamazal  <pdm@freesoft.cz>
8428         * glasses.el: Provide facilities for inserting space before left
8429         parentheses and uncapitalization of identifiers.
8430         (glasses-mode): Try to remove old overlays in all cases.
8432 2000-04-03  Gerd Moellmann  <gerd@gnu.org>
8434         * progmodes/compile.el (compile-internal): Display the compilation
8435         buffer in a different frame, if it's already displayed there.
8437         * mail/rfc2368.el: New file.
8439         * simple.el (sendmail-user-agent-compose): Recognize a `body'
8440         header and insert its value as mail body.
8442         * subr.el (member-ignore-case): New function.
8444         * dabbrev.el (dabbrev-ignored-regexps): New user-option.
8445         (dabbrev--find-expansion): Ignore buffers matching a regexp
8446         from dabbrev-ignored-regexps.
8448         * jka-compr.el (jka-compr-compression-info-list): Add `.z'
8449         to extensions handled by gzip.
8451 2000-04-03  Richard M. Stallman  <rms@gnu.org>
8453         * files.el (insert-directory): List the total free space
8454         along with the used space.
8456         * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
8457         line is followed by one that matches CITATION-REGEXP, end the
8458         paragraph.
8460 2000-04-03  Markus Rost  <rost@delysid.gnu.org>
8462         * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
8463         (rmail-make-basic-summary-line): Use that option.
8465 2000-04-03  Kenichi Handa  <handa@etl.go.jp>
8467         * international/mule-cmds.el (encoded-string-description):
8468         Rewritten.   Try pretty description for ISO 2022 escape sequences
8469         only if CODING-SYSTEM is based on ISO 2022.  Use uppercase letters
8470         for hexadecimal format.
8472 2000-04-01  Dave Love  <fx@gnu.org>
8474         * cpp.el: Change customization group to `c' from `C'.
8476         * vcursor.el (vcursor-move): Use display-color-p.
8478         * international/mule-util.el: Provide mule-utils.
8479         (string-to-sequence): Simplify and speed up.
8481         * international/mule.el (make-coding-system): Purecopy doc-string.
8483         * international/mule-cmds.el: Various menu changes.
8484         (describe-specified-language-support): Handle `Default'.
8485         (set-language-info): Purecopy `info'.
8487 2000-03-31  Andrew Innes  <andrewi@gnu.org>
8489         * vc.el (vc-backend-diff): Return the correct status if we had to
8490         retry the rcsdiff command without the --brief option.
8492 2000-03-31  Dave Love  <fx@gnu.org>
8494         * help.el (help-manyarg-func-alist): Correct several omissions.
8496         * add-log.el: Don't require cl, fortran.
8497         (add-log-current-defun-function): Doc fix.
8498         (change-log-version-number-regexp-list): Remove SCCS part.  Doc
8499         fix.
8500         (change-log-version-rcs): Function deleted.
8501         (change-log-version-number-search): Doc fix.  Use
8502         vc-workfile-version.  Avoid CL dolist.
8503         (add-change-log-entry): Just call add-log-current-defun to get
8504         defun.  Simplify somewhat.
8505         (change-log-get-method-definition-1): Likewise.
8506         (add-log-current-defun): Return nil if calling
8507         add-log-current-defun-function does so.  Move Fortran stuff to
8508         fortran.el.  Return string without properties.
8510         * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
8511         and :alpha: char classes.
8513         * mail/supercite.el: Defvar curline when compiling.
8514         (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
8515         (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
8516         rather than a-zA-Z0-9 to allow non-ASCII characters.
8518 2000-03-31  Gerd Moellmann  <gerd@gnu.org>
8520         * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
8522         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
8523         Re-enable new code.
8525         * lpr.el (print-region-1): Use -d to specify printer name for
8526         systems `usg-unix-v*, `dgux', `hpux', `irix'.
8528 2000-03-31  Dave Love  <fx@gnu.org>
8530         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
8531         for function definition in symbol's function value slot first
8532         instead of first consulting byte-compile-function-environment.
8534 2000-03-31  Kenichi Handa  <handa@etl.go.jp>
8536         * language/european.el ("Polish"): New language environment.
8537         (setup-polish-environment): New function.
8539 2000-03-30  Gerd Moellmann  <gerd@gnu.org>
8541         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
8542         Disable new code.
8544         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
8545         trying to `load' the symbol of an autoload instead of the file
8546         recorded in the autoload.  Fix error messages.
8548 2000-03-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
8550         * ps-print.el: PostScript programming fix for ghostview, doc fix.
8551         (ps-print-version): New version number (5.1.3).
8552         (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
8553         (ps-insert-file, ps-output-boolean, ps-plot-with-face)
8554         (ps-generate-postscript-with-faces): Code fix.
8555         (ps-color-values): XEmacs compatibility.
8556         (ps-print-background-image, ps-print-background-text, ps-printer-name)
8557         (ps-default-fg, ps-default-bg): Adjust customization.
8558         (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
8559         (ps-color-scale): Renaming old ps-color-value fun.
8560         (ps-print-headers): Replace ps-print-header group to avoid conflict
8561         with ps-print-header variable.
8562         (ps-print-miscellany): New group.
8563         (ps-format-color, ps-rgb-color): New funs.
8564         (ps-default-foreground): New var.
8565         (ps-printer-name-option): New const.
8567 2000-03-30  Peter Breton  <pbreton@ne.mediaone.net>
8569         * net/net-utils.el:
8570         (network-connection-host, network-connection-service): New variables
8571         (network-connection-mode): New mode, derived from comint-mode
8572         (network-connection-mode-setup): New function, saves host and
8573         service information in local variables.
8575         * lisp/locate.el:
8576         (locate-word-at-point): Added this function
8577         (locate): Default to using locate-word-at-point as input
8578         Run dired-mode-hook
8580 2000-03-29  Dave Love  <fx@gnu.org>
8582         * calendar/appt.el: Doc fixes.
8583         (appt-check): Convert min-to-app to a string before passing to
8584         appt-disp-window-function or concat.
8585         (appt-delete-window): Remove test for frame-root-window.
8586         (appt-select-lowest-window, appt-convert-time): Simplify.
8588         * emacs-lisp/bytecomp.el: Doc fixes.
8589         (byte-compile-file-form-autoload): Update
8590         byte-compile-function-environment.
8592 2000-03-29  Andreas Schwab  <schwab@suse.de>
8594         * emacs-lisp/autoload.el: Also print defsubst doc string
8595         specially.
8597         * dired.el (dired-insert-directory): If dired-free-space-program
8598         failed just delete its output.
8600 2000-03-29  Dave Love  <fx@gnu.org>
8602         * international/iso-cvt.el: Move provide to end.  Doc fixes.
8603         (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
8604         (iso-iso2sgml, iso-sgml2iso): New functions.
8605         (iso-cvt-define-menu): Fix some entries and use backquote for
8606         clarity.
8608         * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
8610 2000-03-28  Gerd Moellmann  <gerd@gnu.org>
8612         * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
8613         ISO-DATE.  If non-nil, return date in ISO 8601 format.
8615 2000-03-26  Stefan Monnier  <monnier@cs.yale.edu>
8617         * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
8618         if it ever becomes used.
8619         (log-edit-mode-hook): Default to vc-log-mode-hook.
8620         (log-edit-mode): Fix the docstring.
8622         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
8623         the code.
8625 2000-03-26  Dave Love  <fx@gnu.org>
8627         * net/browse-url.el (browse-url): Re-fix case of
8628         browse-url-browser-function being an alist.
8629         (browse-url): Add :link to defgroup.
8631         * files.el: Doc fixes.
8632         (file-truename): Include `[' in wildcard characters.
8633         (automount-dir-prefix): Customize.
8634         (find-file-wildcards): Add :version.
8635         (find-file-noselect): Simplify a mapcar call.
8637         * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
8638         compatible with inf-lisp version.
8639         (eval-defun-1): Fix custom-declare-variable case.
8641 2000-03-25  Stefan Monnier  <monnier@cs.yale.edu>
8643         * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
8645 2000-03-24  Gerd Moellmann  <gerd@gnu.org>
8647         * Makefile (COMPILE_FIRST): New macro.
8648         (compile-files): Compile files from COMPILE_FIRST first.
8650         * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
8651         code.
8653         * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
8654         matching open parenthesis in column 0 to defun-prompt-regexp
8655         only if open-paren-in-column-0-is-defun-start is set.
8657         * sun-curs.el: Require CL at compile-time only.
8659         * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
8660         instead of copy-list which is a function from CL.
8661         (msb--choose-menu, msb--mode-menu-cond)
8662         (msb--create-buffer-menu-2): Use dolist instead of mapc.
8663         (msb--init-file-alist): Use mapcar instead of mapcan.
8664         (msb--aggregate-alist): Use mapcar instead of mapcan.  Fix
8665         `(' in column 0 in doc string.
8666         (msb--add-separators): Use mapcar instead of mapcan.
8668         * cus-dep.el: Require CL at compile-time only.
8670 2000-03-24  Stefan Monnier  <monnier@cs.yale.edu>
8672         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
8673         (byte-compile-warnings): New warning `noruntime'.
8674         (byte-compile-constants, byte-compile-variables): Fix docstring.
8675         (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
8676         execute `eval-whenc-compile's body.
8677         (byte-compile-unresolved-functions): Fix docstring.
8678         (byte-compile-eval): New function.
8679         (byte-compile-callargs-warn): Check if the function will be available
8680         at runtime (via property `byte-compile-noruntime').
8681         (byte-compile-print-syms): New function.
8682         (byte-compile-warn-about-unresolved-functions): Also warn about
8683         `noruntime' functions (and use `byte-compile-print-syms').
8684         (byte-compile-file): Capitalize the message.
8686 2000-03-24  Gerd Moellmann  <gerd@gnu.org>
8688         * mail/rmail.el (rmail-confirm-expunge): New user-option.
8689         (rmail-expunge): Ask for confirmation depending on the setting
8690         of rmail-confirm-expunge.
8692 2000-03-23  Gerd Moellmann  <gerd@gnu.org>
8694         * Makefile (bootstrap-clean): If $(emacs) exists, build
8695         loaddefs.el first.  A loaddefs.el that's not up-to-date might
8696         cause a bootstrap failure because things don't autoload as
8697         expected.
8699 2000-03-23  Dave Love  <fx@gnu.org>
8701         * net/browse-url.el: Restore previous use of
8702         browse-url-maybe-new-window.
8704 2000-03-23  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
8706         * ps-print.el: Skip banner page fix.
8707         (ps-print-version): New version number (5.1.2).
8708         (ps-begin-file, ps-end-file, ps-generate): Code fix.
8710 2000-03-23  Dave Pearson  <davep@davep.org>
8712         * net/quickurl.el Changed the type of parameter passed to the
8713         function defined by `quickurl-format-function'. Before only the
8714         text of the URL was passed. Now the whole URL structure is passed
8715         and the function is responsible for extracting the parts it
8716         requires.  Changed the default of `quickurl-format-function'
8717         accordingly.
8718         (quickurl-insert): Changed the `funcall' of
8719         `quickurl-format-function' to match the above change.
8720         (quickurl-list-insert): Changed the `url' case so that it makes
8721         use of `quickurl-format-function', previous to this the format was
8722         hard wired.
8724 2000-03-22  Gerd Moellmann  <gerd@gnu.org>
8726         * startup.el: Change some spellings for the X Window System.
8728 2000-03-22  Stefan Monnier  <monnier@cs.yale.edu>
8730         * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
8731         up the code and the regexp and make sure the cursor is temporarily
8732         moved to the suspicious line while querying the user.
8734 2000-03-22  Jason Rumney  <jasonr@gnu.org>
8736         * w32-fns.el (w32-charset-info-alist): Initialize.
8738 2000-03-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
8740         * ps-print.el: N-up last page fix.
8741         (ps-print-version): New version number (5.1.1).
8742         (ps-end-file, ps-end-job, ps-generate): Code fix.
8744 2000-03-21  Stefan Monnier  <monnier@cs.yale.edu>
8746         * files.el (find-file-run-dired): Update docstring.
8747         (find-directory-functions): New hook.
8748         (find-file-noselect): Run find-directory-functions rather than
8749         calling dired directly.
8751         * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
8753         * pcvs.el: Add a minimal leading commentary.
8754         (cvs-make-cvs-buffer): Change the header part by removing the startup
8755         message and adding a `Module' entry.  Also replace the FOOTER and
8756         HEADER special fileinfos with the new support in ewoc for updating
8757         its own footer and header.
8758         (cvs-update-header): Update to use the header/footer of the ewoc.
8759         (cvs-mode): Use define-derived-mode and set truncate-lines to t.
8760         (cvs-is-within-p): New function.
8761         (cvs-mode-run): Take advantage of `save-some-buffers's new ability
8762         to only examine some subset of the buffers.
8764         * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
8765         `format' instead of our own ad-hoc functions.
8766         Remove HEADER and FOOTER cases, now handled in the EWOC.
8767         (cvs-fileinfo<): Remove HEADER and FOOTER cases.
8769         * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
8770         output to avoid scaring the user.
8771         (cvs-parse-table): Catch message for non-up-to-date commits.
8773         * pcvs-defs.el (cvs-startup-message): Remove.
8774         (cvs-global-menu): New autoloaded menu.
8776         * pcvs-util.el (cvs-string-fill): Remove.
8778         * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
8779         (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
8780         PP part of it and also make it work for footers and headers.
8781         (ewoc-create): Drop POS and BUFFER arguments.
8782         Use the DLL's dummy node to store the end-of-footer position.
8783         (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
8784         (ewoc-refresh): Remove unused `header' variable.
8785         (ewoc-(get|set)-hf): New functions.
8787         * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
8788         log-view-*-(message|file) and use easy-mmode-define-navigation.
8789         (log-view-message-re): Match SCCS format as well.
8790         And match the revision line rather than the dashed separator line.
8791         (log-view-mode): Use the new define-derived-mode.
8792         (log-view-current-tag): Fill in with an actual implementation.
8794         * cvs-status.el (cvs-status-(prev|next)): Rename from
8795         cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
8796         (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
8797         to let the output "breathe" a little more (more readable).
8798         (cvs-status-mode): Use the new define-derived-mode.
8800         * smerge-mode.el (smerge-auto-leave): New function and variable.
8801         (smerge-basic-map): Rename from smerge-basic-keymap.
8802         Change the bindings for smerge-diff-*.
8803         (smerge-*-map): Use easy-mmode-defmap.
8804         (smerge-(next|prev)): Use easy-mmode-define-navigation.
8805         (smerge-keep-*): Use smerge-auto-leave.
8807 2000-03-21  Jason Rumney  <jasonr@gnu.org>
8809         * cus-edit.el (custom-button-face): Use 3D look for w32.
8810         (custom-button-pressed-face): Likewise.
8812 2000-03-21  Gerd Moellmann  <gerd@gnu.org>
8814         * progmodes/etags.el (tags-case-fold-search): New user-option.
8815         (tags-loop-eval): New function.  Bind case-fold-search around eval
8816         depending on the value of tags-case-fold-search.
8817         (tags-loop-continue): Use tags-loop-eval.
8818         (find-tag-in-order): Bind case-fold-search depending on the value
8819         of tags-case-fold-search.
8821 2000-03-21  Stefan Monnier  <monnier@cs.yale.edu>
8823         * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
8824         (diff-end-of-hunk): Return the end position for use in
8825         `easy-mmode-define-navigation'.
8826         (diff-recenter): Remove.
8827         (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
8828         of `easy-mmode-define-navigation'.
8829         (diff-kill-*): Rename `diff-*-kill' (for consistency with the
8830         previous renaming) and fix to use new names.
8831         (diff-merge-strings): Use \n as separator: simpler, faster.
8832         (diff-mode): Use `define-derived-mode'.
8834         * derived.el (define-derived-mode): Don't autoload anymore.
8835         Prefer the macro-only version provided by easy-mmode.el.
8837         * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
8838         `easy-mmode-define-derived-mode'.
8839         Use `combine-run-hooks'.
8840         (easy-mmode-define-navigation): New macro.
8842         * subr.el (combine-run-hooks): New function.
8844 2000-03-21  Kenichi HANDA  <handa@etl.go.jp>
8846         * term/x-win.el: Fontsets related initialization is simplified.
8848         * international/mule-diag.el (describe-font): Don't refer to
8849         global-fontset-alist, instead call font-list.
8850         (describe-fontset, list-fontsets, mule-diag): Likewise.
8851         (print-fontset): Adjusted for the change of fontset
8852         implementation.
8854         * international/fontset.el (x-charset-registries): Variable
8855         removed, instead the corresponding data is stored in the default
8856         fontset.
8857         (register-alternate-fontnames): Function removed.
8858         (resolved-ascii-font): Variable removed.
8859         (x-compose-font-name): Ignore the second argument REDOCE.
8860         (x-complement-fontset-spec): Complement only an ASCII font and
8861         element for those charsets than can use that ASCII font.
8862         (generate-fontset-menu): Don't refer to global-fontset-alist,
8863         instead call fontset-list.
8864         (uninstantiated-fontset-alist): Variable removed.
8865         (x-style-funcs-alist): Likewise.
8866         (fontset-default-styles): Likewise.
8867         (x-modify-font-name): Function removed.
8868         (create-fontset-from-fontset-spec): Ignore the argument
8869         STYLE-VARIANT.
8870         (create-fontset-from-ascii-font): Docsting adjusted for the above
8871         change.
8872         (instantiate-fontset, resolve-fontset-name): Functions removed.
8873         (fontset-list): Now implemented by C code.
8875         * faces.el (read-face-font): Fix TABLE arg to completing-read.
8876         (describe-face): Include `font' attribute in the description.
8878 2000-03-21  Kenichi Handa  <handa@etl.go.jp>
8880         * international/quail.el (quail-set-keyboard-layout): Typo fixed.
8882 2000-03-20  Gerd Moellmann  <gerd@gnu.org>
8884         * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
8885         ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
8886         zone-mode.el, snmp-mode.el: Moved to net subdirectory.
8888         * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
8889         about behavior of set-buffer-modified-p wrt redisplay.
8891 2000-03-19  Richard M. Stallman  <rms@gnu.org>
8893         * view.el (view-mode-disable): Kill local binding of view-read-only.
8895 2000-03-18  Gerd Moellmann  <gerd@gnu.org>
8897         * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
8898         is a string, convert it to a syntax cell using string-to-syntax.
8900         * simple.el (syntax-code-table, syntax-flag-table): New variables.
8901         (string-to-syntax): New function.
8903         * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
8904         (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
8905         try to use passive ftp mode.
8907 2000-03-17  Gerd Moellmann  <gerd@gnu.org>
8909         * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
8911         * simple.el (append-to-buffer): Update point of windows after
8912         insertion.
8914         * abbrev.el (inverse-add-abbrev): Identify word by first moving
8915         forward then moving backward.  Reindent.
8917         * frame.el (other-frame): Call x-focus-frame only if
8918         focus-follows-mouse is off.
8920 2000-03-17  Dave Love  <fx@gnu.org>
8922         * pcvs-util.el (cvs-strings->string): Rename
8923         replace-regexps-in-string.
8925 2000-03-17  Stefan Monnier  <monnier@cs.yale.edu>
8927         * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
8928         regexp for labels cannot span several lines.
8930         * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
8931         `(setq :<key> ':<key>)' to the macro expansion.
8933 2000-03-16  Dave Love  <fx@gnu.org>
8935         * progmodes/f90.el (f90): Put custom group under `languages', not
8936         `fortran'.
8937         (f90-mode-hook): Customize.
8938         (f90-mode): Set add-log-current-defun-function.
8939         (f90-current-defun): New function.
8941 2000-03-16  Gerd Moellmann  <gerd@gnu.org>
8943         * cus-edit.el (custom-variable-tag-face): Handle case that
8944         default face's height is not a number.
8945         (custom-face-tag-face, custom-group-tag-face-1)
8946         (custom-group-tag-face): Ditto.
8947         (custom-group-tag-face-1): Add :group.
8949         * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
8951 2000-03-15  Gerd Moellmann  <gerd@gnu.org>
8953         * pcvs-defs.el (toplevel): Remove autoload cookie for form
8954         requiring easymenu.
8956 2000-03-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
8958         * ps-print.el: PostScript user-defined prologue, PostScript error
8959         handler, doc fix.
8960         (ps-print-version): New version number (5.1).
8961         (ps-user-defined-prologue, ps-error-handler-message)
8962         (ps-print-prologue-0, ps-error-handler-alist): New vars.
8963         (ps-setup, ps-begin-file, ps-begin-job): Code fix.
8964         (ps-insert-string): New function.
8966 2000-03-15  Kenichi Handa  <handa@etl.go.jp>
8968         * international/ccl.el (ccl-compile-expression): Don't generate
8969         invalid self-assignment code.
8971 2000-03-14  Dave Love  <fx@gnu.org>
8973         * subr.el (replace-regexp-in-string): Renamed from
8974         replace-regexps-in-string.  Doc fix.
8976 2000-03-12  Dave Love  <fx@gnu.org>
8978         * cus-edit.el: Doc fixes.
8979         (customize-set-variable, customize-save-variable): Rename args for
8980         doc.
8981         (custom-variable-tag-face, custom-face-tag-face)
8982         (custom-group-tag-face-1, custom-group-tag-face): Modify from
8983         style which user identify as hyperlink.
8984         (hook): Don't add undefined functions to the hook.
8985         (debug-ignored-errors): Transfer message from bindings.el.
8987 2000-03-12  Gerd Moellmann  <gerd@gnu.org>
8989         * recentf.el (recentf-keep-non-readable-files-p): Remove
8990         double/nested definition.
8992 2000-03-12  Dave Love  <fx@gnu.org>
8994         * facemenu.el (facemenu-get-face): Use display-color-p.
8995         * enriched.el (enriched-decode-foreground): Likewise.
8996         (enriched-decode-background): Likewise.
8997         * isearch.el (isearch-highlight): Likewise.
8998         * info-look.el (info-lookup): Likewise.
8999         * simple.el (completion-setup-function): Likewise.
9001         * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
9002         :options.
9004         * bindings.el (mode-line-format): Fix line-number and
9005         column-number items.  Add help-echo for the background.
9006         (mode-line-mule-info): Modify help-echo.
9008         * avoid.el (mouse-avoidance-mode): Add autoload cookie to
9009         defcustom.
9011         * files.el (load-file): Allow completion to .elc.
9013         * man.el: Doc fixes.
9014         (Man-init-defvars): Use display-color-p to set fontification.
9016         * play/hanoi.el (hanoi-internal): Don't use oddp.
9018 2000-03-12  Gerd Moellmann  <gerd@gnu.org>
9020         * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
9022         * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
9024 2000-03-12  Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
9026         * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
9027         Fix comment.
9029 2000-03-10  Stefan Monnier  <monnier@cs.yale.edu>
9031         * font-lock.el (font-lock-keywords): Fix the doc now that
9032         regexp-opt-depth is unnecessary.
9033         (save-buffer-state): Set an edebug spec.
9034         (font-lock-fontify-anchored-keywords): Properly handle the case when
9035         the matcher goes past the limit.
9037         * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
9038         pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
9040         * emacs-lisp/ewoc.el: New file.  This is a merge of elib-node.el,
9041         dll.el and cookie.el (from Elib) with heavy renaming and other
9042         massaging.
9044         * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
9045         Autoload the functions used.
9046         (easy-mmode-define-syntax): Fix CL typo.
9047         (easy-mmode-define-derived-mode): Improve the docstring generation.
9049 2000-03-10  Gerd Moellmann  <gerd@gnu.org>
9051         * textmodes/texinfo.el (texinfo-version): Variable and function
9052         removed.
9054 2000-03-09  Stefan Monnier  <monnier@cs.yale.edu>
9056         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
9057         allow more flexibility.
9058         (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
9059         fns.
9060         (easy-mmode-defmap, easy-mmode-defsyntax)
9061         (easy-mmode-define-derived-mode): New macros.
9063 2000-03-09  Didier Verna  <didier@xemacs.org>
9065         * rect.el (replace-rectangle): New function.
9067 2000-03-09  Dave Love  <fx@gnu.org>
9069         * progmodes/fortran.el (fortran-comment-line-start): Define as
9070         "C".
9071         (fortran-comment-line-start-skip): Don't match cpp stuff.
9072         (font-lock-keywords): Add * to comment-chars.  Grok cpp stuff.
9073         (fortran-mode-map): Remove over-eager custom-menu-create for now.
9074         (fortran-mode): Don't set fortran-comment-line-start-skip,
9075         fortran-comment-line-start here.  Set comment-start,
9076         add-log-current-defun.
9077         (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
9078         (fortran-current-defun): New function.
9080 2000-03-09  Gerd Moellmann  <gerd@gnu.org>
9082         * emacs-lisp/re-builder.el: New file.
9084         * mouse.el (mouse-drag-region): Don't run up-event handler
9085         if hscroll has changed.
9087         * octave-mod.el (octave-font-lock-keywords): To font-lock the
9088         builtin operators, use `font-lock-builtin-face' for Emacs and
9089         `font-lock-preprocessor-face' otherwise.
9091         * font-lock.el (lisp-font-lock-keywords-1): Highlight
9092         `(defun (setf foo)' differently.
9094 2000-03-08  Stefan Monnier  <monnier@cs.yale.edu>
9096         * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
9097         (regexp-opt): Update comment and adapt the code the new meaning of
9098         the `paren' argument of regex-opt-group for shy-groups.
9099         (regexp-opt-depth): Handle shy groups as well as backslashed
9100         backslashes.
9101         (regexp-opt-group): Turn the leading comment into a docstring.
9102         Allow `paren' to be a string (the string to use to open a group).
9103         Remove open-presuf and close-presuf.  Instead of checking for `all
9104         one-char' and then later on check for `several one-char', handle
9105         both cases close together.  Also apply a more generic algorithm
9106         for suffixes (the mirror image of the algorithm used for
9107         prefixes).  Use shy-groups.  Use nreverse rather than reverse.
9108         (regexp-opt-try-suffix): Removed.
9110         * cmuscheme.el (inferior-scheme-mode-map): Define it independently
9111         from comint-mode-map, so we can just inherit from it.  Also, move
9112         the initialization into the `defvar' since there's no docstring
9113         anyway and it's fairly short.
9114         (inferior-scheme-mode): Define it as derived-mode: the code is
9115         shorter and this way we inherit from comint-mode-map rather than
9116         copying it.
9118         * subr.el (replace-regexps-in-string): Properly handle the case
9119         where we match an empty string.
9121         * comint.el (comint-exec-1): Add the current-dir to the exec-path
9122         when the command has a directory component (such as "./testml").
9123         Also fix a typo in the comment.
9125 2000-03-08  Gerd Moellmann  <gerd@gnu.org>
9127         * Makefile (compile-files): Compile files one by one because
9128         that's the only way to ensure a clean compilation environment for
9129         each individual file.
9131         * frame.el (other-frame): Call x-focus-frame.
9133 2000-03-07  Dave Love  <fx@gnu.org>
9135         * recentf.el (recentf-keep-non-readable-files-p): Add :set,
9136         :require to defcustom.
9138         * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
9139         lists.
9141         * files.el (auto-mode-alist): Add configure.in.
9143         * progmodes/autoconf.el: New file.
9145 2000-03-07  Gerd Moellmann  <gerd@gnu.org>
9147         * mail/mh-e.el: Change maintainer to `none'.
9149         * recentf.el (recentf-keep-non-readable-files-p): Quote args
9150         to remove-hook and add-hook.
9152 2000-03-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
9154         * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
9155         it as the default.
9156         (mail-send): Test mail-send-nonascii also for the new `mime' value.
9157         (sendmail-send-it): Conditionally add MIME headers specifying the
9158         used character set.
9160 2000-03-07  Dave Love  <fx@gnu.org>
9162         * winner.el: Fix keywords, autoload cookies.  Split
9163         eval-when-compile form to avoid compilation failure.
9165 2000-03-07  Miyashita Hisashi  <himi@bird.scphys.kyoto-u.ac.jp>
9167         * international/mule.el: Modify comment about coding system
9168         property `coding-category'.
9169         (make-coding-system): New argument EOL-TYPE.  Pay attention to
9170         coding-category property of PROPERTIES.
9172         * international/mule-conf.el (coding-category-utf-8,
9173         coding-category-utf-16-be, coding-category-utf-16-le): New coding
9174         categories.  Include them in the argument for set-coding-priority.
9176         * international/mule-cmds.el (reset-language-environment): Include
9177         coding-category-utf-8, coding-category-utf-16-be, and
9178         coding-category-utf-16-le in the argument for set-coding-priority.
9179         (reset-language-environment): Initialize coding-category-utf-8,
9180         coding-category-utf-16-be, and coding-category-utf-16-le to nil.
9182 2000-03-06  Karl Fogel  <kfogel@red-bean.com>
9184         * bookmark.el (bookmark-file-or-variation-thereof): New func, for
9185         code abstracted out of `bookmark-jump-noselect'.  Now tries info
9186         extensions as well as compression extensions.
9187         (bookmark-jump-noselect): Use above new func.
9189 2000-03-03  Gerd Moellmann  <gerd@gnu.org>
9191         * strokes.el: Change maintainer's mail address.
9193 2000-03-03  Kenichi Handa  <handa@etl.go.jp>
9195         * international/mule-diag.el (list-character-sets): Make help-echo
9196         string by substitute-command-keys.
9197         (list-character-sets): Likewise.
9198         (sort-listed-character-sets): Call help-setup-xref.
9200 2000-03-02  Gerd Moellmann  <gerd@gnu.org>
9202         * time.el (display-time-mail-file): Add `none' to the list of
9203         choices.
9205 2000-03-01  Dave Love  <fx@gnu.org>
9207         * help.el (help-xref-go-back): Don't try to set position.
9209         * international/mule-diag.el (list-character-sets): Call
9210         help-setup-xref.  Add help-echo to xrefs.
9211         (list-character-sets-1): Add help-echo to xrefs.
9213 2000-03-02  Gerd Moellmann  <gerd@gnu.org>
9215         * frame.el (blink-cursor-mode): Switch cursor on when turning
9216         the mode off.
9218         * add-log.el (add-log-current-defun): Add support for
9219         Autoconf mode.
9221         * mail/rmail.el (rmail-quit-hook): New variable.
9223 2000-03-01  Dave Love  <fx@gnu.org>
9225         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
9227         * help.el (help-xref-button): Add help-echo arg.
9228         (describe-function-1, describe-variable, help-make-xrefs): Use it.
9230         * faces.el (list-faces-display): Supply help-echo with
9231         help-make-xrefs.
9233         * facemenu.el (list-text-properties-at): Set help-xref-stack to
9234         nil.
9236 2000-03-01  Gerd Moellmann  <gerd@gnu.org>
9238         * image.el (defimage): Look for image files in load-path.
9240         * frame.el (busy-cursor-delay-seconds): Change type to
9241         `number'.
9243 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
9245         * recentf.el (recentf): Added version tag to the defgroup of
9246         recentf.
9248 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
9250         * recentf.el (recentf-cleanup): Changed to remove excluded file
9251         too.
9252         (recentf-edit-list-action): `recentf-edit-list' checkbox widget
9253         action to select/unselect a file.
9254         (recentf-edit-list): Code cleanup and improvement.
9255         (recentf-open-more-files-action): `recentf-open-more-files' button
9256         widget action to open a file.
9257         (recentf-open-more-files): No more use standard completion but
9258         widgets.
9259         (recentf-more-collection): Deleted.
9260         (recentf-more-history): Deleted.
9261         (recentf-setup-more-completion): Deleted.
9263 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
9265         * recentf.el (recentf-mode): No more needs that Emacs is running
9266         under a window-system.
9268 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
9270         * recentf.el (recentf-edit-list): New command to edit the recent
9271         list which allow the user to remove files.
9272         (recentf-edit-selected-items): New global variable, used by
9273         `recentf-edit-list' to hold the list of files to be removed from
9274         the recent list.
9275         (recentf-make-menu-items): Updated to display a "Edit list..."
9276         menu item.  Minor code cleanup.
9278 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
9280         * recentf.el (recentf-open-more-files): New command to open files
9281         that are not displayed in the menu.
9282         (recentf-more-collection): New global variable holding the set of
9283         permissible completions used by `recentf-open-more-files'.
9284         (recentf-more-history): New global variable holding the history list
9285         used by `recentf-open-more-files' completion.
9286         (recentf-setup-more-completion): New function to setup completion for
9287         `recentf-open-more-files'.
9288         (recentf-make-menu-items): Updated to display a "More..." menu item.
9290 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
9292         * recentf.el (recentf-menu-action): Doc fixed.
9294 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
9296         * recentf.el (recentf-menu-filter): Doc updated.
9297         (recentf-update-menu-hook): Allow menu filters to force menu update.
9298         (recentf-make-menu-items): New menu filter handling.
9299         (recentf-make-menu-item): New helper function.
9300         (recentf-menu-elements): New menu handling function.
9301         (recentf-sort-ascending): Updated to new menu filter handling.
9302         (recentf-sort-descending): Updated to new menu filter handling.
9303         (recentf-sort-basenames-ascending): New menu filter function.
9304         (recentf-sort-basenames-descending): New menu filter function.
9305         (recentf-show-basenames): New menu filter function.
9306         (recentf-show-basenames-ascending): New menu filter function.
9307         (recentf-show-basenames-descending): New menu filter function.
9309 2000-02-29  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
9311         * diary-lib.el (list-diary-entries): Don't try to go forward at
9312         the end of the buffer.
9314 2000-02-29  Kenichi Handa  <handa@etl.go.jp>
9316         * international/mule-diag.el (list-character-sets): Completely
9317         rewritten.
9318         (sort-listed-character-sets): New function.
9319         (list-character-sets-1): Completely rewritten.
9320         (list-character-sets-2): New function.
9321         (non-iso-charset-alist): New variable.
9322         (decode-codepage-char): New function.
9323         (charset-history): New variable.
9324         (read-charset) (list-block-of-chars)
9325         (list-iso-charset-chars)
9326         (list-non-iso-charset-chars)
9327         (list-charset-chars): New functions.
9328         (mule-diag): Call list-character-sets-2, not
9329         list-character-sets-2.
9330         (dump-charsets): Likewise.
9332 2000-02-29  Gerd Moellmann  <gerd@gnu.org>
9334         * dired-x.el (dired-filename-at-point): Add `@' to valid
9335         file name characters.
9336         (dired-filename-at-point): Handle ange-ftp file names.
9338         * frame.el (frame-notice-user-settings): Use assq-delete-all
9339         instead of assoc-delete-all.
9340         (frame-notice-user-settings): Ditto.
9342         * subr.el (assq-delete-all): Renamed from assoc-delete-all.
9343         Don't copy alist.
9345 2000-02-28  Eli Barzilay  <eli@cs.cornell.edu>
9347         * calculator.el (calculator-use-menu): New option.
9348         (calculator-initial-bindings): Changed some bindings to work as
9349         macros.
9350         (calculator-forced-input): Removed.
9351         (calculator-restart-other-mode): New variable.
9352         (calculator-mode-map): Set up menu.
9354 2000-02-28  Jari Aalto  <jari.aalto@poboxes.com>
9356         * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
9357         tags.
9359 2000-02-28  Michael Kifer  <kifer@cs.sunysb.edu>
9361         * viper-cmd.el (viper-envelop-ESC-key): added the option to
9362         translate all ESC key sequences.
9363         (viper-goto-mark-subr): restore markers for files for which
9364         they were saved.
9365         * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
9366         * viper-util.el (viper-set-replace-overlay-glyphs,
9367         viper-set-replace-overlay): always check if the replacement
9368         overlay is live.
9369         * viper.el (viper-vi-state-mode-list): added major modes.
9370         * ediff-wind.el: minor comment changes.
9371         * ediff.el: copyright notice date fix.
9373 2000-02-27  Jason Rumney  <jasonr@gnu.org>
9375         * faces.el (face-font-family-alternatives): Add arial to helv.
9376         (mode-line, header-line, tool-bar): Same default as x for w32.
9377         (fixed-pitch, variable-pitch): Remove wildcard as it prevents
9378         face-font-family-alternatives from working.
9379         * term/w32-win.el (mouse-set-font): Do not build fontset from
9380         chosen font.
9382 2000-02-25  Sam Steingold  <sds@goems.com>
9384         * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
9385         properly.
9387 2000-02-25  Richard M. Stallman  <rms@gnu.org>
9389         * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
9391 2000-02-25  Gerd Moellmann  <gerd@gnu.org>
9393         * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
9394         writable.
9396         * frame.el (busy-cursor-delay-seconds): New option.
9398 2000-02-24  Gerd Moellmann  <gerd@gnu.org>
9400         * frame.el (show-cursor-in-non-selected-windows): New option.
9402 2000-02-24  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
9404         * diary-lib.el (include-other-diary-files): Undo the selective
9405         display in any included file and don't kill it.
9407 2000-02-24  Eli Zaretskii  <eliz@is.elta.co.il>
9409         * dired.el (dired-mode-map): Don't remove "Edit" from the menu
9410         bar.  Menu items converted to (menu-item format, help strings
9411         added.
9412         [downcase, upcase]: Don't enable on MS-DOS.
9413         [symlink, symlinks]: Don't show if make-symbolic-link is not
9414         bound.
9415         [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
9417 2000-02-23  Dave Love  <fx@gnu.org>
9419         * simple.el (zap-to-char, kill-line, kill-region, kill-word)
9420         (backward-kill-word): Revert addition of * to interactive spec --
9421         it's a feature.
9423         * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
9424         (backward-kill-sentence, kill-sentence): Likewise.
9426         * gud.el (gud-jdb-build-class-source-alist): Prepend space to
9427         scratch buffer name.
9428         (gud-format-command): Use int-to-string in ?l case.  Simplify
9429         slightly.
9431         * term/w32-win.el (internal-face-interactive): Update prompt for
9432         new read-face-name.
9434         * mail/footnote.el (footnote): Add :version to defgroup.
9435         (footnote-section-tag-regexp): Customize.
9436         (footnote-start-tag, footnote-end-tag): New option.
9437         (footnote-latin-regexp): New variable.
9438         (Footnote-latin): New function.
9439         (footnote-style-alist): Add element for latin style.
9440         (footnote-style): Moved.
9441         (Footnote-goto-footnote): Use eq to test arg.
9443         * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
9445         * emacs-lisp/byte-opt.el: Change old backquote syntax.
9446         (byte-compile-trueconstp): Include keywords.
9447         (byte-optimize-quote, byte-optimize-lapcode): Use
9448         byte-compile-const-symbol-p.
9449         (byte-optimize-char-before): New optimization.
9451         * emacs-lisp/bytecomp.el: Change old backquote syntax.
9452         (byte-compile-const-symbol-p): New function.
9453         (byte-compile-constp, byte-compile-out-toplevel)
9454         (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
9455         Use it.
9457         * subr.el (define-key-after): Default AFTER to t.  Doc fix.
9459 2000-02-23  Kenichi Handa  <handa@etl.go.jp>
9461         * international/encoded-kb.el: Be sure to update minor-mode-alist
9462         and minor-mode-map-alist.
9463         (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
9464         codes SS2 and SS3 correctly.
9465         (encoded-kbd-self-insert-ccl): New function.
9466         (encoded-kbd-setup-keymap): New function.
9467         (encoded-kbd-mode): Handle CCL based coding system.  Setup keymap
9468         by calling encoded-kbd-setup-keymap.
9470         * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
9471         characters.
9472         (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
9473         locally.
9475 2000-02-22  Dave Love  <fx@gnu.org>
9477         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
9478         (lisp-mode-map, lisp-interaction-mode-map): Define all inside
9479         defvar.
9480         (lisp-mode-syntax-table): Set up for #|...|# comments.
9481         (lisp-imenu-generic-expression): Purecopy strings.  Use syntax
9482         classes.  Match `defface'.
9483         (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
9484         (eval-defun-1): Fix for defcustom.
9485         (lisp-indent-region): Doc fix.
9487         * subr.el (when, unless, split-string): Doc fix.
9488         (read-passwd): Move call of clear-this-command-keys to the right
9489         place.
9490         (replace-regexps-in-string): New function.
9492 2000-02-22  Gerd Moellmann  <gerd@gnu.org>
9494         * help.el (describe-variable): Set syntax table to
9495         emacs-lisp-mode-syntax-table when moving forward over the
9496         symbol's name.
9498 2000-02-22  Dave Love  <fx@gnu.org>
9500         * xt-mouse.el: Doc fixes.
9501         (xterm-mouse-position-function): New function, replacing advice of
9502         mouse-position.
9503         (xterm-mouse-mode): Use it.  Don't turn on under a window system.
9505         * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
9507 2000-02-21  Gerd Moellmann  <gerd@gnu.org>
9509         * format.el (format-annotate-single-property-change): Handle
9510         properties.with dotted-list values.
9511         (format-proper-list-p): New function.
9513         * enriched.el (enriched-face-ans): Handle '(foreground-color
9514         . COLOR) and (background-color . COLOR).
9516 2000-02-20  Dave Love  <fx@gnu.org>
9518         * textmodes/flyspell.el (flyspell-mouse-map): Change definition
9519         and assignments to it.
9520         (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
9521         current local map.
9522         (make-flyspell-overlay): Use it.
9523         (flyspell-correct-word/mouse-keymap): Change XEmacs test.
9525         * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
9526         (lm-get-header-re): Defun, not defsubst.
9527         (lm-get-package-name): Defun, not defsubst.  Simplify.
9528         (lm-version): Doc fix.  Simplify.
9529         (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
9530         (lm-crack-address, lm-last-modified-date, lm-commentary)
9531         (lm-verify, lm-synopsis): Simplify.
9532         (lm-report-bug): Require emacsbug.  Use compose-mail.
9534 2000-02-20  Gerd Moellmann  <gerd@gnu.org>
9536         * dired.el (dired-mode): Call propertized-buffer-identification
9537         to set mode-line-buffer-identification to something having
9538         the right text properties.
9540         * bindings.el (propertized-buffer-identification): New function.
9542 2000-02-20  Dave Love  <fx@gnu.org>
9544         * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
9545         check for t-mouse too.
9547         * cus-start.el: Make echo-keystrokes `number'.
9549 2000-02-20  Eli Zaretskii  <eliz@is.elta.co.il>
9551         * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
9552         Don't call ring-empty-p unless tags-location-ring is bound.
9553         From Noah Friedman <friedman@splode.com>.
9555 2000-02-18  Thien-Thi Nguyen  <ttn@gnu.org>
9557         * progmodes/hideshow.el (hs-flag-region): No longer use
9558         `intangible' overlay property.
9560         (hs-toggle-hiding): New command.
9561         (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
9563         (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
9564         Fix omission bug: Run `hs-minor-mode-hook' for both activation
9565         and deactivation.
9567 2000-02-18  Gerd Moellmann  <gerd@gnu.org>
9569         * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
9571 2000-02-17  Gerd Moellmann  <gerd@gnu.org>
9573         * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
9575         * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
9576         of `*' to handle `(* ... *)' comments.
9578 2000-02-17  Eli Zaretskii  <eliz@is.elta.co.il>
9580         * faces.el (list-faces-display): Use display-mouse-p instead of
9581         window-system.
9583         * menu-bar.el (global-map): Menu-bar items converted to the new
9584         format (menu-item..., rearranged for better CUA compliance, and
9585         their names changed for better clarity.  Help strings added.
9587         * international/mule-cmds.el (mule-menu-keymap)
9588         (describe-language-environment-map, set-coding-system-map)
9589         (setup-language-environment-map): Convert to new (menu-item...
9590         form, add help strings.  Change names of menu items for better
9591         clarity.  "Mule" menu-bar item removed (it's now in the "Options"
9592         submenu).
9594 2000-02-17  Gerd Moellmann  <gerd@gnu.org>
9596         * dired-aux.el (dired-do-copy): Remove spurious character.`n'
9597         within the code.
9599 2000-02-16  Dave Love  <fx@gnu.org>
9601         * faces.el: Don't require custom.  Add more specific :groups to
9602         various deffaces.
9603         (set-face-attribute): Purecopy args.
9604         (read-face-name): Default to name at point and use it in prompt.
9605         Remove colon from arg in all callers.
9606         (list-faces-display): Hyperlink to face descriptions and customize
9607         buffers.
9609 2000-02-16  Per Abrahamsen  <abraham@dina.kvl.dk>
9611         * wid-edit.el (widget-match-inline): An atom never matches a
9612         list.
9614 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
9616         * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
9617         at ':' characters by call to split-string.
9619 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
9621         * textmodes/bibtex.el: Added RCS version identification.
9623 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
9625         * textmodes/bibtex.el: Some temporary comments removed.
9626         (bibtex-field-name, bibtex-entry-type): Made the relationship
9627         explicit.
9628         (bibtex-field-const): Allow capital letters.
9629         (bibtex-start-of-string): Deleted because unused.
9631         * textmodes/bibtex.el: Unified some nomenclature.  We no longer
9632         use the term 'reference' to describe a bibtex entry as a whole.
9633         Further, reference keys are no longer called 'labels'.
9634         (bibtex-keys): Renamed to bibtex-reference-keys.
9635         (bibtex-reformat-previous-labels): Renamed to
9636         bibtex-reformat-previous-reference-keys.
9637         (bibtex-reference-type): Renamed to bibtex-entry-type.
9638         (bibtex-reference-head): Renamed to bibtex-entry-head.
9639         (bibtex-reference-maybe-empty-head): Renamed to
9640         bibtex-entry-maybe-empty-head.
9641         (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
9642         (bibtex-search-reference): Renamed to bibtex-search-entry.
9643         (bibtex-enclosing-reference-maybe-empty-head): Renamed to
9644         bibtex-enclosing-entry-maybe-empty-head.
9645         (bibtex-entry-field-alist, bibtex-entry-head,
9646         bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
9647         bibtex-map-entries, bibtex-search-entry,
9648         bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
9649         bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
9650         bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
9651         bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
9652         bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
9653         bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
9654         bibtex-complete-key, bibtex-String) : Use the new nomenclature.
9656 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
9658         * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
9659         comment.
9660         (bibtex-format-field-delimiters): New function, functionality
9661         extracted from bibtex-format-entry.
9662         (bibtex-autokey-get-yearfield-digits): New function, functionality
9663         extracted from bibtex-autokey-get-yearfield.
9665         * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
9666         entries in order to avoid stack overflow in the regexp matcher if
9667         field contents become large.
9668         (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
9669         bibtex-field-string-part-not-braced,
9670         bibtex-field-string-part-no-inner-braces,
9671         bibtex-field-string-part-1-inner-brace,
9672         bibtex-field-string-part-2-inner-braces,
9673         bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
9674         bibtex-field-string-quoted, bibtex-field-string,
9675         bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
9676         bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
9677         bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
9678         as parsing is now performed by the following functions.
9679         (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
9680         bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
9681         bibtex-parse-field-string, bibtex-search-forward-field-string,
9682         bibtex-parse-association, bibtex-field-name-for-parsing,
9683         bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
9684         bibtex-search-forward-field, bibtex-search-backward-field,
9685         bibtex-start-of-field, bibtex-end-of-field,
9686         bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
9687         bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
9688         bibtex-parse-string-prefix, bibtex-parse-string-postfix,
9689         bibtex-parse-string, bibtex-search-forward-string,
9690         bibtex-search-backward-string, bibtex-start-of-string,
9691         bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
9692         bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
9693         bibtex-end-of-text-in-string): New functions for the parsing of bibtex
9694         entries.  Instead of reporting the results of the parsing by
9695         match-beginning or match-end, these functions return data structures
9696         that hold the corresponding positions.
9697         (bibtex-enclosing-field): Changed to also report field boundaries by
9698         return values rather than by match-beginning or match-end.  The
9699         following functions have been adapted to use the new parsing
9700         functions.
9701         (bibtex-skip-to-valid-entry, bibtex-search-reference,
9702         bibtex-enclosing-field, bibtex-format-entry,
9703         bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
9704         bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
9705         bibtex-print-help-message, bibtex-end-of-entry,
9706         bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
9707         bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
9708         bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
9709         method for parsing.
9710         (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
9711         bibtex-map-entries, bibtex-flash-head,
9712         bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
9713         bibtex-autokey-change, bibtex-autokey-get-namefield,
9714         bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
9715         bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
9716         bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
9717         bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
9718         bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
9719         order to make the new binding of case-fold-search immediately
9720         visible.
9722 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
9724         * textmodes/bibtex.el: Copyright notice is up to date.
9725         Added constant 'bibtex-maintainer-salutation.
9727         * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
9728         than make-temp-name, use match-string-no-properties and eliminate
9729         a quadratic behavior when building bibtex-strings.
9731         * bibtex.el (bibtex-reference-key): Accept string entries whose
9732         reference key contains upper case letters.
9734 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
9736         * bibtex.el (bibtex-reference-head): Allow entries to start with
9737         a new line.
9739 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
9741         * bibtex.el: Hiding of entry bodies is not longer provided by
9742         bibtex.el directly.  Instead the hideshow package can be used.
9743         Added a special bibtex entry to hs-special-modes-alist.
9744         (bibtex-hs-forward-sexp): Added for hideshow.el.
9746 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
9748         * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
9749         at ':' characters by call to split-string.
9751 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
9753         * textmodes/bibtex.el: Added RCS version identification.
9755 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
9757         * textmodes/bibtex.el: Some temporary comments removed.
9758         (bibtex-field-name, bibtex-entry-type): Made the relationship
9759         explicit.
9760         (bibtex-field-const): Allow capital letters.
9761         (bibtex-start-of-string): Deleted because unused.
9763         * textmodes/bibtex.el: Unified some nomenclature.  We no longer
9764         use the term 'reference' to describe a bibtex entry as a whole.
9765         Further, reference keys are no longer called 'labels'.
9766         (bibtex-keys): Renamed to bibtex-reference-keys.
9767         (bibtex-reformat-previous-labels): Renamed to
9768         bibtex-reformat-previous-reference-keys.
9769         (bibtex-reference-type): Renamed to bibtex-entry-type.
9770         (bibtex-reference-head): Renamed to bibtex-entry-head.
9771         (bibtex-reference-maybe-empty-head): Renamed to
9772         bibtex-entry-maybe-empty-head.
9773         (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
9774         (bibtex-search-reference): Renamed to bibtex-search-entry.
9775         (bibtex-enclosing-reference-maybe-empty-head): Renamed to
9776         bibtex-enclosing-entry-maybe-empty-head.
9777         (bibtex-entry-field-alist, bibtex-entry-head,
9778         bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
9779         bibtex-map-entries, bibtex-search-entry,
9780         bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
9781         bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
9782         bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
9783         bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
9784         bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
9785         bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
9786         bibtex-complete-key, bibtex-String) : Use the new nomenclature.
9788 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
9790         * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
9791         comment.
9792         (bibtex-format-field-delimiters): New function, functionality
9793         extracted from bibtex-format-entry.
9794         (bibtex-autokey-get-yearfield-digits): New function, functionality
9795         extracted from bibtex-autokey-get-yearfield.
9797         * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
9798         entries in order to avoid stack overflow in the regexp matcher if
9799         field contents become large.
9800         (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
9801         bibtex-field-string-part-not-braced,
9802         bibtex-field-string-part-no-inner-braces,
9803         bibtex-field-string-part-1-inner-brace,
9804         bibtex-field-string-part-2-inner-braces,
9805         bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
9806         bibtex-field-string-quoted, bibtex-field-string,
9807         bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
9808         bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
9809         bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
9810         as parsing is now performed by the following functions.
9811         (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
9812         bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
9813         bibtex-parse-field-string, bibtex-search-forward-field-string,
9814         bibtex-parse-association, bibtex-field-name-for-parsing,
9815         bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
9816         bibtex-search-forward-field, bibtex-search-backward-field,
9817         bibtex-start-of-field, bibtex-end-of-field,
9818         bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
9819         bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
9820         bibtex-parse-string-prefix, bibtex-parse-string-postfix,
9821         bibtex-parse-string, bibtex-search-forward-string,
9822         bibtex-search-backward-string, bibtex-start-of-string,
9823         bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
9824         bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
9825         bibtex-end-of-text-in-string): New functions for the parsing of bibtex
9826         entries.  Instead of reporting the results of the parsing by
9827         match-beginning or match-end, these functions return data structures
9828         that hold the corresponding positions.
9829         (bibtex-enclosing-field): Changed to also report field boundaries by
9830         return values rather than by match-beginning or match-end.  The
9831         following functions have been adapted to use the new parsing
9832         functions.
9833         (bibtex-skip-to-valid-entry, bibtex-search-reference,
9834         bibtex-enclosing-field, bibtex-format-entry,
9835         bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
9836         bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
9837         bibtex-print-help-message, bibtex-end-of-entry,
9838         bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
9839         bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
9840         bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
9841         method for parsing.
9842         (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
9843         bibtex-map-entries, bibtex-flash-head,
9844         bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
9845         bibtex-autokey-change, bibtex-autokey-get-namefield,
9846         bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
9847         bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
9848         bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
9849         bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
9850         bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
9851         order to make the new binding of case-fold-search immediately
9852         visible.
9854 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
9856         * textmodes/bibtex.el: Copyright notice is up to date.
9857         Added constant 'bibtex-maintainer-salutation.
9859         * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
9860         than make-temp-name, use match-string-no-properties and eliminate
9861         a quadratic behavior when building bibtex-strings.
9863         * bibtex.el (bibtex-reference-key): Accept string entries whose
9864         reference key contains upper case letters.
9866 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
9868         * bibtex.el (bibtex-reference-head): Allow entries to start with
9869         a new line.
9871 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
9873         * bibtex.el: Hiding of entry bodies is not longer provided by
9874         bibtex.el directly.  Instead the hideshow package can be used.
9875         Added a special bibtex entry to hs-special-modes-alist.
9876         (bibtex-hs-forward-sexp): Added for hideshow.el.
9878 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
9880         * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
9881         proceedings entry type (for cross referencing). Thanks to Wagner
9882         Toledo Correa for the suggestion.
9884         * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
9886 2000-02-14  Kenichi Handa  <handa@etl.go.jp>
9888         * international/characters.el: Setup case table for Vietnamese.
9890 2000-02-12  Gerd Moellmann  <gerd@gnu.org>
9892         * uniquify.el (toplevel): Require CL at compile time.
9893         (uniquify-push): Removed.
9895         * shadowfile.el (shadow-when): Removed.
9897         * tempo.el (tempo-dolist, tempo-mapc): Removed.
9898         (tempo-process-and-insert-string): Use dolist instead of
9899         tempo-dolist.
9901         * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
9902         regexp for paragraph-start.
9904         * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
9905         commas as well.
9907 2000-02-10  Dave Love  <fx@gnu.org>
9909         * wid-edit.el: (widgets) [defgroup]: Remove url link.
9910         (widget-color-choice-list, widget-color-history, widget-mouse-help):
9911         Deleted.
9912         (widget-specify-field, widget-specify-button): Don't use
9913         widget-mouse-help as help-echo property.
9914         (default): Use #'ignore for :validate and :mouse-down-action.
9915         (checkbox): Add help-echo.
9916         (widget-sexp-validate): Rewritten to clarify error messages.
9917         (character): Use char-valid-p in :match function.
9918         (widget-color-complete): Use facemenu-color-alist.
9919         (widget-color-action): Use facemenu-read-color.
9921         * emacs-lisp/cl-macs.el: Don't bother testing for defalias.  Don't
9922         set up `caar' &c that we now have.
9924 2000-02-09  Ray Blaak  <blaak@gnu.org>
9926         * delphi.el: Make resourcestring a declaration region, like const
9927         and var.
9929 2000-02-09  Dave Love  <fx@gnu.org>
9931         * bindings.el (mode-line-input-method-map): New variable.
9932         (mode-line-mule-info): Use it; fix last change.
9933         (mode-line-mode-menu): Move definition.
9934         (mode-line-mouse-sensitive-p): Deleted.
9935         (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
9936         (make-mode-line-mouse-sensitive): Deleted.  Body moved to top
9937         level.
9939         * startup.el (command-line-1): Don't call
9940         make-mode-line-mouse-sensitive.
9942 2000-02-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
9944         * mail/rmail.el (rmail-retry-failure): Use
9945         rmail-beginning-of-message before rmail-toggle-header, because the
9946         former toggles headers.
9948 2000-02-06  Stefan Monnier  <monnier@cs.yale.edu>
9950         * diff-mode.el (diff-kill-junk): New interactive function.
9951         (diff-reverse-direction): Use delete-and-extract-region.
9952         (diff-post-command-hook): Restrict the area so that the hook also works
9953         outside of any diff hunk.  This is necessary for the minor-mode.
9954         (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
9955         (diff-minor-mode): Setup the hooks for header-hunk rewriting.
9957         * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
9958         (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
9959         so that it can be used more easily in <foo>-mode-hook.  Also make sure
9960         to avoid duplicate entries.
9961         (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
9962         (font-lock-remove-keywords): Just as was done for `add', allow it to
9963         work even if font-lock-mode is nil.  Also make sure we don't modify
9964         any pre-existing list by forcing a copy-sequence.  Finally rename
9965         `major-mode' to `mode'.
9966         (font-lock-fontify-syntactic-anchored-keywords)
9967         (font-lock-fontify-anchored-keywords)
9968         (font-lock-fontify-keywords-region): Use line-end-position.
9969         Don't make `font-lock-multiline' local (it's now done in
9970         font-lock-set-defaults).
9971         (font-lock-set-defaults): Make `font-lock-multiline' local.  Also
9972         move the `font-lock-fontified' creation to inside the `unless'.
9974 2000-02-06  Andrew Innes  <andrewi@gnu.org>
9976         * term/w32-win.el (x-handle-args): Comment out call to message,
9977         which occurs before window system is initialized.
9979         * makefile.nt: Add support for recompiling lisp code.
9981 2000-02-04  Dave Love  <fx@gnu.org>
9983         * bindings.el (mode-line-mule-info): Fix/extend last change.
9985         * completion.el: Replace completion-dolist with dolist.
9987         * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
9988         dotimes.
9990 2000-02-04  Carsten Dominik  <dominik@strw.leidenuniv.nl>
9992         * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
9993         environment names before they go into the section regexp.
9995         * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
9996         char class in regexp.
9998         * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
9999         `case-fold-search' to nil.
10001         * progmodes/idlwave.el (idlwave-template): Respect
10002         `idlwave-abbrev-change-case'.
10003         (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
10004         idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
10005         idlwave-while): respect `idlwave-reserved-word-upcase'.
10006         (idlwave-rw-case): New function.
10007         (idlwave-statement-match): Fixed problem with assignment regexp.
10008         (idlwave-font-lock-keywords): Improved regexp for keyword
10009         parameters.
10010         (idlwave-surround): New argument LENGTH to support padding of
10011         operators longer than 1 char.
10013         * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
10014         idlwave-shell-expression-overlay.  Implemented printing of
10015         expressions on higher levels of the calling stack.
10016         (idlwave-shell-display-level-in-calling-stack): Restore stack
10017         level.
10018         (idlwave-retrieve-expression-from-level): New function.
10019         (idlwave-shell-last-calling-stack): Variable removed.
10020         (idlwave-shell-reset): Argument action reversed (`visible' to
10021         `hidden').  Also remove stop-line overlay.
10022         (idlwave-shell-calling-stack-routine): New variable.
10023         (idlwave-shell-parse-stack-and-display): Messages now display
10024         negative level numbers.
10025         (idlwave-shell-mode): Set `modeline-format'.
10026         (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
10027         (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
10028         21.
10029         (idlwave-shell-print-expression-function): New option.
10031         * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
10032         idlwave-toolbar-remove-everywhere): Keybindings prefix is now
10033         `tool-bar' instead of `toolbar'.
10035 2000-02-02  Dave Love  <fx@gnu.org>
10037         * emacs-lisp/cl.el: Use bytecomp-load-hook, not
10038         emacs-lisp-mode-hook.  Don't check for defalias being defined.
10040         * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
10041         (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.  Use
10042         the new builtins directly.
10044         * whitespace.el (whitespace): Add :version to defgroup.
10046         * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
10047         Doc fix.
10049         * thingatpt.el (sexp-at-point, symbol-at-point)
10050         (number-at-point, list-at-point): Add autoload cookie.
10052         * recentf.el (recentf): Add :version to defgroup.
10054         * quickurl.el (quickurl): Add :version to defgroup.
10056         * elide-head.el (elide-head): Use point-marker more.
10058         * bs.el (bs): Add :version to defgroup.
10060         * autorevert.el (global-auto-revert-mode): Add autoload cookie.
10062         * progmodes/delphi.el (delphi): Add :version to defgroup.
10064 2000-02-02  Gerd Moellmann  <gerd@gnu.org>
10066         * ange-ftp.el (ange-ftp-write-region): Handle case that
10067         succeeding process operation sets a different coding system.
10069         * calculator.el: New file.
10071 2000-02-02  Eli Zaretskii  <eliz@is.elta.co.il>
10073         * frame.el (frames-on-display-list, framep-on-display): New
10074         functions.
10075         (display-mouse-p, display-popup-menus-p, display-graphic-p)
10076         (display-selections-p, display-screens, display-pixel-width)
10077         (display-pixel-height, display-mm-width, display-mm-height)
10078         (display-backing-store, display-save-under, display-planes)
10079         (display-color-cells, display-visual-class): New functions.
10081         * term/tty-colors.el (tty-color-gray-shades): New function.
10083         * faces.el (display-color-p): Use framep-on-display.
10084         (display-grayscale-p): New function.
10086 2000-01-31  Dave Love  <fx@gnu.org>
10088         * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
10089         (create-fontset-from-x-resource): Don't concat integers.
10091 2000-01-31  Inge Frick  <inge@nada.kth.se>
10093         * view.el: Some changes in documentation.  Removed some trailing
10094         whitespace. Changed some parameter names to agree with
10095         documentation.
10096         (view-mode-exit): Keep entry in `view-return-to-alist' only when a
10097         window is not deleted.  Modifies change 1998-04-26.
10099 2000-01-31  Gerd Moellmann  <gerd@gnu.org>
10101         * windmove.el: New file.
10103         * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
10104         progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
10105         progmodes/ebnf-yac.el: Update copyright and license info.
10107         * jit-lock.el (jit-lock-function): Widen before calculating end
10108         position.
10109         (jit-lock-stealth-chunk-start): Rewritten.
10111         * info.el (Info-title-face-alist): Removed.
10112         (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
10113         faces.
10114         (Info-fontify-node): Use these faces.
10116 2000-01-30  Gerd Moellmann  <gerd@gnu.org>
10118         * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
10119         (cl-macro-list1): Recognize `&allow-other-keys' instead of
10120         `&allow-other-keywords'.
10122         * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
10123         the list of directories scanned heuristically.
10125         * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
10126         exist.
10128 2000-01-30  Jason Rumney  <jasonr@gnu.org>
10130         * w32-fns.el: Define w32-tty-standard-colors.
10132         * startup.el (command-line): Use w32-tty-standard-colors when in
10133         w32 console mode.
10135 2000-01-30  Dave Love  <fx@gnu.org>
10137         * jka-compr.el (jka-compr-load): Fix up load-history.
10139         * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
10141         * emacs-lisp/cl-macs.el: Revert previous change.
10143 2000-01-29  Dave Love  <fx@gnu.org>
10145         * facemenu.el: Purecopy various strings.
10147         * timezone.el (timezone-fix-time): Window against 69 for two-digit
10148         years.  Deal with three-digit years.
10150         * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
10151         defconst, purecopy.
10152         (help-back-label): Purecopy it.
10154 2000-01-18  Gerd Moellmann  <gerd@gnu.org>
10156         * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
10157         variable. If non-nil, order the buffer list according to the
10158         currently selected frame.
10159         (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
10160         non-nil, pass the selected frame to function buffer-list.
10162 2000-01-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
10164         * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
10166 2000-01-28  Dave Love  <fx@gnu.org>
10168         * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
10170         * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
10171         Don't use lisp-indent-hook property.
10172         (cl-abs): Remove.
10174         * subr.el: Move out indent and edebug specs for when and unless.
10176         * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
10177         when, unless.
10179         * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
10180         unless, when.
10182 2000-01-28  Gerd Moellmann  <gerd@gnu.org>
10184         * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
10185         `collecting' as synonym for `collect'.
10187         * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
10188         for the case it contains spaces.
10190         * simple.el (what-cursor-position): Change formatting of
10191         messages.
10193         * frame.el (delete-other-frames): New function.
10194         (toplevel): Bind it to C-x 5 1.
10196         * sort.el (sort-numeric-base): New option.
10197         (sort-numeric-fields): If number starts with `0' or `0[xX[',
10198         interpret it as octal or hexadecimal.  Use sort-numeric-base
10199         as default base.
10201         * progmodes/glasses.el: New file.
10203 2000-01-27  Gerd Moellmann  <gerd@gnu.org>
10205         * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
10206         userids differently.
10208         * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
10209         progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
10210         progmodes/ebnf-yac.el: New files.
10212 2000-01-26  Dave Love  <fx@gnu.org>
10214         * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
10215         on a function with an empty body.  [From Eric Ludlam.]
10217 2000-01-25  Andre Spiegel  <spiegel@gnu.org>
10219         * vc.el (vc-version-diff): Make sure file name is expanded.
10221 2000-01-25  Gerd Moellmann  <gerd@gnu.org>
10223         * scroll-bar.el (scroll-bar-timer): Variable removed.
10224         (scroll-bar-toolkit-scroll): Don't use a timer.
10226 2000-01-25  Kenichi Handa  <handa@etl.go.jp>
10228         * language/thai-util.el (thai-composition-function): Delete
10229         superfluous `a'.
10231 2000-01-24  Dave Love  <fx@gnu.org>
10233         * fortran.el (fortran-mode): Use beginning-of-defun-function,
10234         end-of-defun-function.
10236         * font-lock.el (turn-on-font-lock): Don't depend on window-system
10237         &c.
10239 2000-01-22  Jason Rumney  <jasonr@gnu.org>
10241         * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
10242         conflicts with new face support.
10244 2000-01-22  Richard M. Stallman  <rms@gnu.org>
10246         * replace.el (query-replace): Rename last arg to DELIMITED.
10247         (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
10248         (query-replace-regexp): Likewise.
10250 2000-01-20  Richard M. Stallman  <rms@gnu.org>
10252         * subr.el (with-syntax-table): Use make-symbol, not gensym.
10254         * emacs-lisp/lisp.el (beginning-of-defun-function):
10255         Variable renamed from beginning-of-defun.
10256         Do not call make-variable-buffer-local.
10257         (beginning-of-defun-raw): Use new variable name; doc fix.
10258         (beginning-of-defun): Doc fix.
10259         (end-of-defun-function): Variable renamed from end-of-defun.
10260         Do not call make-variable-buffer-local.
10261         (end-of-defun): Use new variable name; doc fix.
10263         * subr.el (dolist, dotimes): Copied from cl-macs.el
10264         and made to work.
10266         * mail/undigest.el (rmail-digest-end-regexps):
10267         Variable replaces rmail-digest-end-regexp.
10268         Allows multiple regexps for detecting the end line.
10269         (undigestify-rmail-message): Corresponding changes.
10271 2000-01-19  Dave Love  <fx@gnu.org>
10273         * files.el (user-init-file): Don't declare here -- is primitive.
10275         * startup.el (command-line): Check for compiled user-init-file and
10276         set to uncompiled version if necessary.
10278 2000-01-18  Gerd Moellmann  <gerd@gnu.org>
10280         * mail/undigest.el (rmail-digest-end-regexp): New user option.
10281         (undigestify-rmail-message): Use it.
10283         * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
10285 2000-01-17  Gerd Moellmann  <gerd@gnu.org>
10287         * tmm.el (tmm-goto-completions): Adapt to prompt being part
10288         of mini-buffer.
10290 2000-01-14  Gerd Moellmann  <gerd@gnu.org>
10292         * emacs-lisp/copyright.el (copyright-update): Removed the
10293         requirement for a trailing space from `copyright-regexp', to
10294         support copyrights with owner specified on a separate line..
10296         * align.el: New file.
10298         * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
10300         * net/eudc.el (toplevel): Define EUDC menu for Emacs.
10302 2000-01-13  Dave Love  <fx@gnu.org>
10304         * ph.el: Removed.  (Obsoleted by EUDC.)
10306 2000-01-13  Gerd Moellmann  <gerd@gnu.org>
10308         * net/eudc.el (toplevel): Remove autoloaded code installing
10309         menu with easymenu, because that causes build problems.
10311         * frame.el (frame-notice-user-settings): New variable.
10312         (frame-notice-user-settings): Don't modify frame parameters
10313         if called a second time.
10315 2000-01-13  Richard M. Stallman  <rms@gnu.org>
10317         * frame.el (frame-notice-user-settings):
10318         Notice default-frame-parameters even for non-window frames.
10320 2000-01-13  Gerd Moellmann  <gerd@gnu.org>
10322         * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
10323         for Emacs.
10324         (eudc-bob-can-display-inline-images): Extend for Emacs.
10325         (eudc-bob-toggle-inline-display): Ditto.
10326         (eudc-bob-display-jpeg): Ditto.
10328 2000-01-12  Gerd Moellmann  <gerd@gnu.org>
10330         * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
10331         net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
10332         net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
10334         * add-log.el (add-change-log-entry): Fix error trying an `(insert
10335         nil)'.
10337         * subdirs.el: Add `net' directory.
10339         * net: New directory.
10341         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
10342         eval-last-sexp.  Don't bind debug-on-error here.
10343         (eval-last-sexp): New function.  Bind debug-on-error if
10344         eval-expression-debug-on-error is non-nil.
10345         (eval-defun-2, eval-defun): Likewise.
10347         * simple.el (eval-expression): Don't bind debug-on-error if
10348         eval-expression-debug-on-error is nil.  Detect changed
10349         debug-on-error, and propagate new value to global binding, if
10350         eval-expression-debug-on-error is non-nil,
10351         (eval-expression-debug-on-error): Change doc string.
10353 2000-01-11  Richard M. Stallman  <rms@gnu.org>
10355         * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
10357         * emacs-lisp/lisp-mode.el (with-syntax-table):
10358         Set up lisp-indent-function property.
10360         * subr.el (with-syntax-table): Moved from simple.el.
10362         * simple.el (with-syntax-table): Moved to subr.el.
10364 2000-01-11  Gerd Moellmann  <gerd@gnu.org>
10366         * tmm.el (tmm-shortcut): Delete region after prompt instead
10367         of erasing buffer.
10369         * textmodes/fill.el (fill-common-string-prefix): New function.
10370         (fill-context-prefix): Use the longest common prefix of first
10371         and second line fill prefix, if there is one.
10373 2000-01-11  Richard M. Stallman  <rms@gnu.org>
10375         * array.el (array-mode): Don't use make-variable-buffer-local.
10376         Use make-local-variable for `truncate-lines'.
10378 2000-01-11  Jari Aalto  <jari.aalto@poboxes.com>
10380         * add-log.el (add-log-current-defun): Handle user-defined
10381         add-log-current-function returning nil,
10383         * add-log.el (add-change-log-entry): Insert version number
10384         if having found a current function
10386         * add-log.el (add-log-current-defun): Call
10387         `add-log-current-defun-function'.  Try matches at level 0 and
10388         level 1.  Strip whitespace from defun found.
10390 2000-01-10  John Wiegley  <johnw@gnu.org>
10392         * allout.el (isearch-done/outline-provisions): Added `edit'
10393         argument to correspond with the current definition of
10394         `isearch-done'.
10396 2000-01-10  Dave Love  <fx@gnu.org>
10398         * elide-head.el (elide-head): Use point-marker, not point.
10400 2000-01-10  Gerd Moellmann  <gerd@gnu.org>
10402         * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
10403         before and after the year 2000.
10405         * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
10406         Add ispell- prefix.
10408 2000-01-10  Ken Stevens  <k.stevens@ieee.org>
10410         * ispell.el:  Only define dictionaries in menus when they exist.
10411         (version18p): New variable.
10412         (version20p): New variable.
10413         (xemacsp): New variable.
10414         (ispell-choices-win-default-height): Fix for XEmacs visibility.
10415         (ispell-dictionary-alist1): Added Brasileiro dictionary.
10416         (ispell-dictionary-alist6): Russian command lines no longer accept
10417         run-together words.
10418         (ispell-local-dictionary-alist): Add koi8-r to customize definition.
10419         (ispell-dictionary-alist): Add koi8-r to customize definition.
10420         (check-ispell-version): Added documentation string.  Returns
10421         library path when called non-interactively.
10422         (ispell-menu-map-needed): Uses new variables.
10423         (ispell-library-path): New variable.
10424         (ispell-decode-string): XEmacs fix for bogus variable bindings.
10425         (ispell-word): Improved documentation string.  Test for valid
10426         character mappings.  Correctly check typed in word changes that can
10427         result in single words split into multiple words.  Returns
10428         replacement word.
10429         (ispell-command-loop): Fixes XEmacs display bugs.  Show word to
10430         replace in recursive query replace mode.  Help message for
10431         recursive edit mode.
10432         (ispell-show-choices): Protect against bad framepop bindings.
10433         (ispell-help): Fix to work with XEmacs.
10434         (ispell-highlight-spelling-error): Use new variables.
10435         (ispell-overlay-window): Fix to work with XEmacs.
10436         (ispell-parse-output): Passed and returns location information
10437         tracking spelling corrections.  Doesn't recheck same word on
10438         current line.
10439         (ispell-init-process): Protect against bogus XEmacs variable binding.
10440         Fix call to single argument in sleep-for.  Use new variables.
10441         (ispell-region): Passed and returns location information tracking
10442         spelling corrections.  Doesn't check same word on current line.
10443         Improved documentation string.  Doesn't resend a line already
10444         checked to the ispell process - fixes bug in LaTeX parsing.
10445         (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
10446         (ispell-skip-region): No longer skips <TT> in SGML.
10447         (ispell-process-line): Tracks location information with spelling
10448         corrections.  Added documentation string.  Accounts for words
10449         already accepted on this line.  Don't allow query-replace on line
10450         starting with math characters.  Doesn't resend a line already sent
10451         to ispell process.  Fixes alignment error bug.
10453 2000-01-10  Richard M. Stallman  <rms@gnu.org>
10455         * dired-x.el (dired-guess-shell-alist-default):
10456         Suggest xloadimage, which is free, not xv, which isn't.
10458         * ange-ftp.el (ange-ftp-file-name-nondirectory):
10459         Don't ever include the host name or user name in the value.
10461 2000-01-09  Gerd Moellmann  <gerd@gnu.org>
10463         * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
10464         of a real newline.
10466 2000-01-09  Stephen Eglen  <stephen@gnu.org>
10468         * dired-x.el (dired-guess-shell-alist-default): Suggest xv
10469         for .png files.
10471 2000-01-09  Per Abrahamsen  <abraham@dina.kvl.dk>
10473         * cus-edit.el (custom-hook-convert-widget): Fix comment.
10475 2000-01-09  Gerd Moellmann  <gerd@gnu.org>
10477         * progmodes/cperl-mode.el: Replace ^F with ^L.
10479         * sendmail.el (toplevel): Provide `sendmail' when compiling
10480         before `require'ing rmail and mailalias to prevent infinite
10481         recursion.
10483 2000-01-08  Dave Love  <fx@gnu.org>
10485         * emacs-lisp/backquote.el: Remove inappropriate customization
10486         (allowing custom.el to use backquote).
10488 2000-01-07  Dave Love  <fx@gnu.org>
10490         * add-log.el (add-log-debugging): Deleted.
10491         (add-change-log-entry): Treat a backup FILE-NAME as its parent
10492         file.  Remove debugging code.
10493         (change-log-get-method-definition, change-log-name): Add doc.
10494         (change-log-sortable-date-at): New function.
10495         (change-log-merge): New command.
10497         * time.el (display-time-string-forms): Make the Mail string active.
10498         (display-time-update): Provide help-echo for load average.
10500         * bindings.el (make-mode-line-mouse2-map): New function.
10501         (mode-line-modified): Use it and simplify.
10502         (mode-line-mule-info): Provide help-echo info.
10503         (minor-mode-alist): Activate the strings.
10504         (make-mode-line-mouse-sensitive): Simplify for
10505         mode-line-buffer-identification.
10507 2000-01-07  Gerd Moellmann  <gerd@gnu.org>
10509         * play/pong.el: New file.
10511 2000-01-06  Dave Love  <fx@gnu.org>
10513         * array.el: Assorted cleanups for compiler warnings, doc strings,
10514         `array-' prefix for symbols.
10516 2000-01-05  Dave Love  <fx@gnu.org>
10518         * textmodes/outline.el (outline-mode-menu-bar-map): Add
10519         outline-headers-as-kill.
10520         (outline-mode): Define imenu-generic-expression.
10521         (outline-headers-as-kill): New command.
10523         * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
10524         from paragraph-start.
10525         (paragraph-indent-minor-mode): New command.
10527         * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
10528         M-C-e, M-C-h, C-j, C-xnd, TAB.
10529         (fortran-mode): Set beginning-of-defun, end-of-defun.
10530         (fortran-column-ruler): Simplify.
10531         (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
10532         (fortran-with-subprogram-narrowing): Likewise.
10533         (fortran-indent-subprogram): Call mark-defun.
10534         (fortran-check-for-matching-do): Change narrowing.
10536         * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
10537         (cl-lucid-hash-tag): Delete.
10538         (cl-hash-table-p): Correct test for native table.
10539         (cl-hash-table-count): Use hash-table-count.
10541         * browse-url.el (browse-url): Fix case of
10542         browse-url-browser-function being an alist.
10544 2000-01-05  Carsten Dominik  <cd@gnu.org>
10546         * textmodes/reftex-vars.el (reftex-parse-file-extension)
10547         (reftex-index-phrase-file-extension): New options.
10549         * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
10550         Use new option `reftex-index-phrase-file-extension'.
10552         * textmodes/reftex.el (reftex-access-parse-file): Use new option
10553         `reftex-parse-file-extension'.
10555 2000-01-05  Dave Love  <fx@gnu.org>
10557         * emacs-lisp/lisp.el (beginning-of-defun): New variable.
10558         (beginning-of-defun-raw): Use it.
10559         (end-of-defun): New variable.
10560         (end-of-defun): Use it.
10561         (check-parens): New command.
10563 2000-01-05  Thien-Thi Nguyen  <ttn@delysid.gnu.org>
10565         * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
10566         (hs-show-block): Don't use `mapcar' when not accumulating.
10568         Fix buglet in local variables initialization.
10570 2000-01-05  Andreas Schwab  <schwab@suse.de>
10572         * hscroll.el (hscroll): Doc fix.
10574 2000-01-05  Carsten Dominik  <cd@gnu.org>
10576         * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
10577         idlw-toolbar.
10579         * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
10580         file idlw-rinfo.el.
10581         (idlwave-customize): load must read file idlw-shell.el.
10582         (idlwave-create-customize-menu): load must read file idlw-shell.el.
10584 2000-01-05  Carsten Dominik  <dominik@astro.uva.nl>
10586         * progmodes/idlw-shell.el: Also provide idlwave-shell
10587         * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
10588         * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
10590         * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
10591         both reftex-dcr and reftex-vcr.
10593         * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
10595 2000-01-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
10597         * ps-print.el: PostScript code now is in separate files, doc fix.
10598         (ps-print-version): New version number (5.0.3).
10599         (ps-header-lines, ps-left-header, ps-right-header): No more buffer
10600         local.
10601         (ps-spool-config): Initialization fix.
10602         (ps-print-prologue-1, ps-print-prologue-2)
10603         (ps-print-duplex-feature): PostScript code moved to separated file.
10604         (ps-background-image): Little code reformating.
10605         (ps-begin-file, ps-begin-job): Fix code.
10606         (ps-postscript-code-directory, ps-mark-code-directory): New vars.
10607         (ps-prologue-file): New fun.
10609 2000-01-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
10611         * ps-vars.el: Eliminated.
10613         * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
10614         `;;;###autoload'.
10616         * ps-print.el: ps-vars eliminated, doc fix.
10617         (ps-print-version): New version number (5.0.2).
10618         (ps-spool-config): Initialization fix.
10619         (ps-print-customize): New fun.
10621 2000-01-04  Gerd Moellmann  <gerd@gnu.org>
10623         * autorevert.el (auto-revert-mode): Return value of
10624         auto-revert-mode.
10626 2000-01-04  Dave Love  <fx@gnu.org>
10628         * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
10629         menu items.
10631 2000-01-03  Dave Love  <fx@gnu.org>
10633         * elide-head.el (elide-head) [defgroup]: Add :version.
10635         * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
10636         (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
10637         `cl-hash-table-p', not `hash-table-p'.
10638         (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
10640 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
10642         * faces.el (face-read-integer, read-face-attribute)
10643         (color-defined-p, color-values): unspecified-{f,b}g are now
10644         strings.
10646 2000-01-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
10648         * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
10649         at comment end, and re-insert them after filling.
10651 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
10653         * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
10654         * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
10655         progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
10657 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
10659         * term/x-win.el (xw-defined-colors): Call color-supported-p,
10660         the new name of face-color-supported-p.
10662         * term/w32-win.el (xw-defined-colors): Likewise.
10664 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
10666         * simple.el (completion-setup-function): Count completion-size
10667         from minibuffer-prompt-end, not from point-min.
10669 2000-01-02  Eli Zaretskii  <eliz@is.elta.co.il>
10671         * faces.el (read-face-attribute, defined-colors, color-defined-p):
10672         Pass the frame to tty-color-* functions.
10673         (display-color-p, frame-set-background-mode): Pass the frame to
10674         tty-display-color-p.
10676         * term/tty-colors.el (tty-defined-color-alist): Renamed from
10677         tty-color-alist.
10678         (tty-color-alist, tty-modify-color-alist): New functions.
10679         (tty-color-define,  tty-color-clear, tty-color-approximate)
10680         (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
10681         an optional parameter FRAME.
10683 2000-01-01  Gerd Moellmann  <gerd@gnu.org>
10685         * image.el (create-image, defimage): Don't assume image data is a
10686         string.
10688         * image.el (defimage): Handle specifications containing :data
10689         instead of :file.
10690         (image-type-from-data): New function.
10691         (image-type-from-file-header): Use it.
10692         (create-image): Add parameter DATA-P.
10694 See ChangeLog.8 for earlier changes.
10696 ;; Local Variables:
10697 ;; coding: iso-2022-7bit-unix
10698 ;; End: