Some fixes to follow coding conventions.
[emacs.git] / lisp / ChangeLog
blob30b4f8ab73b6aaa840035f927cd0dfc66f852782
1 2001-07-15  Stefan Monnier  <monnier@cs.yale.edu>
3         * net/rcompile.el (remote-compile): Use make-local-variable.
5         * progmodes/hideshow.el (hs-minor-mode): Use make-local-variable.
7         * progmodes/make-mode.el (makefile-browse): Use make-local-variable.
9         * mail/reporter.el (reporter-submit-bug-report):
10         Don't abuse make-variable-buffer-local.  Fix call to add-hook.
12 2001-07-15  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
14         * calendar/cal-china.el, calendar/cal-coptic.el,
15         calendar/cal-dst.el, calendar/cal-french.el,
16         calendar/cal-hebrew.el, calendar/cal-islam.el,
17         calendar/cal-iso.el, calendar/cal-julian.el,
18         calendar/cal-mayan.el, calendar/cal-persia.el,
19         calendar/cal-tex.el, calendar/calendar.el, calendar/diary-lib.el,
20         calendar/lunar.el, calendar/solar.el, ediff-diff.el,
21         ediff-help.el, ediff-hook.el, ediff-init.el, ediff-merg.el,
22         ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el,
23         net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
24         net/eudc-vars.el, net/ldap.el, pcvs-defs.el, pcvs-info.el,
25         pcvs-parse.el, pcvs-util.el, pcvs.el, progmodes/ada-mode.el,
26         progmodes/ada-prj.el, progmodes/ada-stmt.el,
27         progmodes/ada-xref.el, progmodes/cc-align.el,
28         progmodes/cc-bytecomp.el, progmodes/cc-cmds.el,
29         progmodes/cc-defs.el, progmodes/cc-engine.el,
30         progmodes/cc-langs.el, progmodes/cc-menus.el,
31         progmodes/cc-styles.el, progmodes/cc-vars.el,
32         textmodes/reftex-auc.el, textmodes/reftex-cite.el,
33         textmodes/reftex-dcr.el, textmodes/reftex-global.el,
34         textmodes/reftex-index.el, textmodes/reftex-parse.el,
35         textmodes/reftex-ref.el, textmodes/reftex-sel.el,
36         textmodes/reftex-toc.el, textmodes/reftex-vars.el,
37         textmodes/reftex.el: Some fixes to follow coding
38         conventions in Eshell files with known maintainers.
40         * emulation/viper.el: A fix to follow coding conventions.
42         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el,
43         eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el,
44         eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el,
45         eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el,
46         eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el,
47         eshell/em-xtra.el, eshell/esh-arg.el, eshell/esh-cmd.el,
48         eshell/esh-ext.el, eshell/esh-io.el, eshell/esh-maint.el,
49         eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el,
50         eshell/esh-proc.el, eshell/esh-test.el, eshell/esh-util.el,
51         eshell/esh-var.el, eshell/eshell.el: Some fixes to follow coding
52         conventions in Eshell files.
54         * composite.el, diff.el, emacs-lisp/levents.el,
55         emacs-lisp/lmenu.el, emacs-lisp/lselect.el, emacs-lisp/lucid.el,
56         emulation/pc-mode.el, emulation/viper-cmd.el,
57         emulation/viper-ex.el, emulation/viper-init.el,
58         emulation/viper-keym.el, emulation/viper-macs.el,
59         emulation/viper-mous.el, emulation/viper-util.el,
60         emulation/viper.el, forms-pass.el, international/ccl.el,
61         international/characters.el, international/encoded-kb.el,
62         international/fontset.el, international/ja-dic-cnv.el,
63         international/ja-dic-utl.el, international/kinsoku.el,
64         international/kkc.el, international/mule-cmds.el,
65         international/mule-diag.el, international/mule-util.el,
66         international/mule.el, international/titdic-cnv.el,
67         language/china-util.el, language/chinese.el,
68         language/cyril-util.el, language/cyrillic.el, language/english.el,
69         language/greek.el, language/hebrew.el, language/japan-util.el,
70         language/japanese.el, language/korea-util.el, language/korean.el,
71         language/lao-util.el, language/lao.el, language/misc-lang.el,
72         language/slovak.el, language/thai-util.el, language/thai.el,
73         language/viet-util.el, language/vietnamese.el, mail/mh-comp.el,
74         mail/mh-e.el, mail/mh-funcs.el, mail/mh-mime.el, mail/mh-pick.el,
75         mail/mh-seq.el, mail/mh-utils.el, mail/sc.el, mail/unrmail.el,
76         midnight.el, patcomp.el, pcmpl-cvs.el, pcmpl-gnu.el,
77         pcmpl-linux.el, pcmpl-rpm.el, pcmpl-unix.el, play/studly.el,
78         play/zone.el, replace.el, select.el, subr.el, talk.el, term.el,
79         term/apollo.el, term/bobcat.el, term/linux.el, term/lk201.el,
80         term/vt102.el, term/vt125.el, term/vt200.el, term/vt201.el,
81         term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el,
82         term/vt400.el, term/vt420.el, x-apollo.el, x-menu.el: Some fixes
83         to follow coding conventions in files without maintainer or in
84         files with clear maintainer (but without Maintainer header stating
85         so).
87         * emacs-lisp/elp.el: A fix to follow coding conventions.
89         * gnus/binhex.el, gnus/binhex.el, gnus/earcon.el,
90         gnus/gnus-agent.el, gnus/gnus-art.el, gnus/gnus-audio.el,
91         gnus/gnus-logic.el, gnus/gnus-ml.el, gnus/gnus-mlspl.el,
92         gnus/gnus-setup.el, gnus/gnus-srvr.el, gnus/gnus-sum.el,
93         gnus/gnus-uu.el, gnus/gnus-vm.el, gnus/ietf-drums.el,
94         gnus/mail-parse.el, gnus/mail-prsvr.el, gnus/mail-source.el,
95         gnus/mm-bodies.el, gnus/mm-decode.el, gnus/mm-encode.el,
96         gnus/mm-partial.el, gnus/mm-util.el, gnus/mm-uu.el,
97         gnus/mm-view.el, gnus/mml.el, gnus/nnimap.el, gnus/nnoo.el,
98         gnus/parse-time.el, gnus/rfc1843.el, gnus/rfc2045.el,
99         gnus/rfc2047.el, gnus/rfc2104.el, gnus/rfc2231.el,
100         gnus/time-date.el, gnus/uudecode.el: Some fixes to follow coding
101         conventions in files from Gnus.
103         * abbrevlist.el, array.el, buff-menu.el, calendar/appt.el,
104         case-table.el, cdl.el, cmuscheme.el, compare-w.el, completion.el,
105         custom.el, derived.el, dired-aux.el, disp-table.el, dos-vars.el,
106         echistory.el, electric.el, emacs-lisp/authors.el,
107         emacs-lisp/backquote.el, emacs-lisp/byte-opt.el,
108         emacs-lisp/bytecomp.el, emacs-lisp/float.el, emacs-lisp/gulp.el,
109         emacs-lisp/helper.el, emacs-lisp/lisp-mode.el,
110         emacs-lisp/regexp-opt.el, emulation/mlconvert.el,
111         emulation/mlsupport.el, env.el, fast-lock.el, find-dired.el,
112         float-sup.el, frame.el, gnus/gnus-mule.el, gnus/pop3.el, gs.el,
113         gud.el, help-macro.el, hexl.el, imenu.el, info.el, informat.el,
114         international/codepage.el, international/iso-ascii.el,
115         international/iso-insert.el, international/iso-transl.el,
116         international/swedish.el, isearch.el, jka-compr.el, kermit.el,
117         lazy-lock.el, ledit.el, loadup.el, lpr.el, ls-lisp.el, macros.el,
118         mail/blessmail.el, mail/emacsbug.el, mail/mail-extr.el,
119         mail/mailabbrev.el, mail/mailpost.el, mail/rmail.el,
120         mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmsc.el,
121         mail/rmailout.el, mail/rmailsort.el, mail/rmailsum.el,
122         mail/vms-pmail.el, man.el, map-ynp.el, menu-bar.el, misc.el,
123         msb.el, net/ange-ftp.el, net/goto-addr.el, novice.el,
124         obsolete/auto-show.el, obsolete/hilit19.el, obsolete/ooutline.el,
125         obsolete/rnews.el, obsolete/rnewspost.el, options.el, paren.el,
126         paths.el, play/dissociate.el, play/doctor.el, play/hanoi.el,
127         play/meese.el, progmodes/compile.el, progmodes/ebrowse.el,
128         progmodes/hideif.el, progmodes/modula2.el, register.el, rot13.el,
129         saveplace.el, scroll-bar.el, server.el, sort.el, soundex.el,
130         term/bg-mouse.el, term/pc-win.el, term/sup-mouse.el,
131         term/tty-colors.el, terminal.el, textmodes/bib-mode.el,
132         textmodes/makeinfo.el, textmodes/page.el, textmodes/paragraphs.el,
133         textmodes/picture.el, textmodes/scribe.el, textmodes/spell.el,
134         textmodes/tex-mode.el, textmodes/text-mode.el,
135         textmodes/underline.el, thingatpt.el, time.el, timer.el,
136         unused.el, vcursor.el, version.el, vms-patch.el, vmsproc.el,
137         vt100-led.el, window.el: Some fixes to follow coding conventions in
138         files maintained by FSF.
140 2001-07-13  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
142         * arc-mode.el: A fix to follow coding conventions.
144         * bindings.el: Ditto.
146         * cdl.el: Ditto.
148         * comint.el: Ditto.
150         * cus-start.el: Ditto.
152         * shell.el: Ditto.
154         * skeleton.el: Ditto.
156 2001-07-13  Stefan Monnier  <monnier@cs.yale.edu>
158         * info.el (Info-build-node-completions):
159         Make Info-current-file-completions buffer local.
161 2001-07-13  Gerd Moellmann  <gerd@gnu.org>
163         * which-func.el (which-func-mode, which-func-ff-hook)
164         (which-function-mode): Remove references to which-func-mode-global.
166         * calendar/cal-islam.el (calendar-goto-islamic-date):
167         Add  autoload cookie.
169         * play/fortune.el: Add types to defcustoms.
171 2001-07-12  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
173         * language/czech.el: A fix to follow coding conventions.
175 2001-07-11  Eli Zaretskii  <eliz@is.elta.co.il>
177         * speedbar.el (speedbar-supported-extension-expressions): Add .g
178         to the extension list, for antlr-mode.  From Christoph Wedler
179         <Christoph.Wedler@sap.com>.
181 2001-07-11  Stefan Monnier  <monnier@cs.yale.edu>
183         * vc.el (vc-prefix-map): Moved back to vc-hooks.el.
184         (vc-dired-mode-map): Fix the madness.
186         * vc-hooks.el (vc-mode): Dummy function for doc purposes.
187         (vc-prefix-map): Moved back from vc.el.
189 2001-07-11  Gerd Moellmann  <gerd@gnu.org>
191         * mail/mail-extr.el (mail-extr-all-top-level-domains):
192         Increase the size of the obarray.
193         (mail-extr-all-top-level-domains): Add more toplevel domains,
194         add more long names.
195         From: Per Starback <starback@ling.uu.se>.
197 2001-07-11  Eli Zaretskii  <eliz@is.elta.co.il>
199         * progmodes/ada-prj.el: Say that the file _is_ part of Emacs.
200         From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
202         * progmodes/ada-mode.el: Ditto.
204         * progmodes/ada-xref.el: Ditto.
206 2001-07-11  Miles Bader  <miles@gnu.org>
208         * finder.el (finder-insert-at-column): Also move to the next line
209         if exactly at COLUMN.
211 2001-07-10  Gerd Moellmann  <gerd@gnu.org>
213         * help.el (describe-function-1): When printing FUNCTION's
214         documentation, don't assume FUNCTION is a symbol.
216         * startup.el (normal-top-level): Don't operate on the initial
217         frame if we failed to create one.
219 2001-07-10  Martin Stjernholm  <bug-cc-mode@gnu.org>
221         * cc-cmds.el (c-indent-exp): Keep the indentation of the block
222         itself, i.e. only indent the contents in it.
224 2001-07-10  Markus Rost  <rost@math.ohio-state.edu>
226         * mail/rmail.el (rmail-show-message): Show beginning of message in
227         all windows containing it.
229 2001-07-10  Eli Zaretskii  <eliz@is.elta.co.il>
231         * term/tty-colors.el: Fix the header line and copyright years.
233 2001-07-09  Gerd Moellmann  <gerd@gnu.org>
235         * emacs-lisp/advice.el (ad-make-advised-definition): If the
236         original definition has an interactive form, but is Elp
237         instrumented, use the interactive form of the function called by
238         elp-wrapper.
240         * winner.el (winner-equal): Make it a defun.  Don't compare Winner
241         configurations with compare-window-configuration; they aren't
242         window configurations.
244         * net/ange-ftp.el (ange-ftp-file-modtime): Check a 213 response
245         from the server for the format we expect.  Don't use it if it
246         doesn't look like what the Internet draft for FTP extensions
247         specifies.
249         * toolbar/*.pbm: Cleaned up.
250         From Luis Fernandes <elf@ee.ryerson.ca>.
252 2001-07-09  Martin Stjernholm  <bug-cc-mode@gnu.org>
254         * cc-cmds.el: Extended the kludge to interoperate with the
255         delsel and pending-del packages wrt to the new function
256         `c-electric-delete-forward'.
258 2001-07-08  Stefan Monnier  <monnier@cs.yale.edu>
260         * emacs-lisp/easy-mmode.el (define-minor-mode): Use eval-after-load
261         to delay the call to <mode> for global minor modes.
262         (easy-mmode-define-navigation): Only recenter if interactive.
264 2001-07-06  Gerd Moellmann  <gerd@gnu.org>
266         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind TAB
267         to lisp-indent-line.
269         * net/ange-ftp.el (ange-ftp-file-modtime): Ignore 226 responses
270         from the server.  Call encode-time only when we are sure that we
271         got a 213 response.
273 2001-07-06  Simon Josefsson  <jas@extundo.com>
275         * mail/sendmail.el (mail-specify-envelope-from): Doc fix.
276         (mail-envelope-from): New user option.
277         (sendmail-send-it): Use it.
279 2001-07-06  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
281         * ps-print.el: Use locale dependant date to print date in header.
282         Doc fix.
283         (ps-print-version): New version number (6.5.3).
284         (ps-right-header, ps-right-footer): Initialization and doc fix.
285         (ps-time-stamp-locale-default): New fun.
287 2001-07-06  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
289         * mail/rmailout.el (rmail-output): Fix duplicate MIME-Version:
290         field problem with MIME-mode.
292         * mail/rmailout.el (rmail-output): Fix bug in MIME-mode.
294 2001-07-06  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
296         * mail/rmail.el (rmail-reply): Don't forget to narrow header in
297         MIME-mode.
299 2001-07-06  Eli Zaretskii  <eliz@is.elta.co.il>
301         * bindings.el (mode-line-mule-info): Don't show the tip with
302         buffer-file-coding-system if that is nil.
304 2001-07-05  Gerd Moellmann  <gerd@gnu.org>
306         * calendar/todo-mode.el (todo-top-priorities): Use delete-region
307         instead of kill-line.
309         * play/pong.el: Fix first line.  From Pavel Jan\e,Bm\e(Bk
310         <Pavel@Janik.cz>.
312         * battery.el (battery-update): Add help-echo.  From Pavel Jan\e,Bm\e(Bk
313         <Pavel@Janik.cz>.
315 2001-07-04  Gerd Moellmann  <gerd@gnu.org>
317         * font-lock.el (c-font-lock-keywords-3): When matching something
318         like `struct X Y', finish with point after Y.
320 2001-07-04  Simon Josefsson  <jas@extundo.com>
322         * mail/sendmail.el (sendmail-send-it): Look at `sendmail-program'
323         in caller buffer.
325 2001-07-03  Eli Zaretskii  <eliz@is.elta.co.il>
327         * find-file.el (ff-find-the-other-file): Use file-name-nondirectory
328         instead of string-match to find the basename of the file.
329         From Pascal Obry <p.obry@wanadoo.fr>.
331         * net/browse-url.el (browse-url-default-windows-browser):
332         Support the MS-DOS port when it runs on Windows.
333         (browse-url-browser-function) [ms-dos]: Default to
334         browse-url-default-windows-browser.
336         * help.el (locate-library): Enable code that looks for compressed
337         libraries if auto-compression-mode is on.
339 2001-07-02  Stefan Monnier  <monnier@cs.yale.edu>
341         * info.el (Info-clone-buffer-hook): Really unconditionally copy marker.
343 2001-07-02  Gerd Moellmann  <gerd@gnu.org>
345         * emacs-lisp/cl-macs.el (cl-do-arglist): Revert change of 2000-10-15.
347 2001-07-02  Eli Zaretskii  <eliz@is.elta.co.il>
349         * allout.el: Fix the header line, so that finder.el recognizes it.
350         From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
352         * emacs-lisp/lisp-mnt.el (lm-header-prefix): Doc fix.
353         From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
355 2001-06-29  Eli Zaretskii  <eliz@is.elta.co.il>
357         * term/w32-win.el (x-colors): Add colors from the recent rgb.txt file.
359         * ps-bdf.el (bdf-directory-list): Use the value relative to
360         installation-directory for MS-Windows as well.
362 2001-06-29  Richard M. Stallman  <rms@gnu.org>
364         * wid-edit.el (widget-color-sample-face-get):
365         Return ((foreground-color . COLOR)) instead of constructing a face.
367 2001-06-29  Eli Zaretskii  <eliz@is.elta.co.il>
369         * faces.el (region): Change the background color for the
370         light-background color display to lightgoldenrod2, to make it
371         visible on some laptops.
373 2001-06-28  Richard M. Stallman  <rms@gnu.org>
375         * mail/rmail.el (rmail-reformat-message): Bind inhibit-read-only to t.
376         (rmail-msg-restore-non-pruned-header): Likewise.
377         If point was in the old pruned header, put it at the top.
378         (rmail-msg-prune-header): If point was at the top, keep it there.
380         * mail/rmail.el (rmail-narrow-to-non-pruned-header): New function.
381         (rmail-retry-failure): Use rmail-narrow-to-non-pruned-header.
383 2001-06-28  Stefan Monnier  <monnier@cs.yale.edu>
385         * info.el (Info-clone-buffer-hook): Unconditionally copy marker.
387 2001-06-28  Karl Fogel  <kfogel@red-bean.com>
389         * saveplace.el: Update maintainer email address.
391 2001-06-27  Francesco Potorti`  <pot@gnu.org>
393         * uniquify.el: (uniquify-rationalize-file-buffer-names):
394           Undo previous change.
396 2001-06-27  Francesco Potorti`  <pot@gnu.org>
398         * uniquify.el (uniquify-rationalize-file-buffer-names): Do a
399         preliminary quick reordering.  Can speed things up dramatically.
401 2001-06-26  Richard M. Stallman  <rms@gnu.org>
403         * dired.el (dired-get-filename): A file name starting with ~
404         is not absolute in this context.
406         * which-func.el (which-func-maxout): Increase default to 500000.
407         (which-function-mode): This is now the "real" name of the function.
408         (which-func-mode): Now an alias.
409         (which-func-mode-global): Name deleted.
411         * progmodes/hideshow.el (hs-minor-mode-map): Use mouse-2, not
412         button-2, when binding hs-mouse-toggle-hiding.
414 2001-06-26  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
416         * mail/rmail.el (rmail-msg-restore-non-pruned-header): New function.
417         (rmail-msg-prune-header): Likewise.
418         (rmail-toggle-header): Use `rmail-msg-restore-non-pruned-header'
419         and `rmail-msg-prune-header'.
421 2001-06-25  Stefan Monnier  <monnier@cs.yale.edu>
423         * textmodes/fill.el (fill-region-as-paragraph): Don't look further
424         back than LINEBEG.
426 2001-06-25  Eli Zaretskii  <eliz@is.elta.co.il>
428         * xt-mouse.el (xterm-mouse-event): If the buffer displayed in the
429         window where they clicked the mouse has a header line, adjust
430         vertical movement by one.
432 2001-06-25  Milan Zamazal  <pdm@zamazal.org>
434         * progmodes/glasses.el (glasses-make-readable): Consider underscores
435         too when separating a parenthesis.
437 2001-06-24  Eli Zaretskii  <eliz@is.elta.co.il>
439         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
440         (bookmark-bmenu-hide-filenames): Add help-echo to
441         mouse-highlighted text.
442         (bookmark-bmenu-show-filenames): Remove help-echo property from
443         the whitespace.
445 2001-06-23  Eli Zaretskii  <eliz@is.elta.co.il>
447         * files.el (auto-mode-alist): Add configure.ac (autoconf).
448         From Karl Eichwalder <ke@suse.de>.
450 2001-06-23  Richard M. Stallman  <rms@gnu.org>
452         * emacs-lisp/lisp-mode.el (eval-last-sexp): Doc fix.
454         * progmodes/cc-styles.el (c-set-style): Don't specify initial
455         contents for completing-read.
457 2001-06-22  Richard M. Stallman  <rms@gnu.org>
459         * menu-bar.el (menu-bar-make-toggle): Construct the
460         function's doc string from HELP, not DOC, and make it accurate by
461         adding "Toggle whether to " at the front and downcasing the initial.
462         Change the HELP arg in some calls to make it fit this usage.
464         * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error):
465         Undo previous change.
467 2001-06-22  Eli Zaretskii  <eliz@is.elta.co.il>
469         * indent.el (indent-relative-maybe, indent-relative): Doc fix.
471         * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error): Doc fix.
473 2001-06-21  Eli Zaretskii  <eliz@is.elta.co.il>
475         * toolbar/tool-bar.el (tool-bar-setup): Remove the EXIT button.
477         * dabbrev.el (dabbrev--select-buffers): Fix last change.
479 2001-06-20  Richard M. Stallman  <rms@gnu.org>
481         * dabbrev.el (dabbrev--make-friend-buffer-list): New function,
482         broken out from dabbrev--find-expansion.  Handle minibuffer
483         specially here.
484         (dabbrev--find-expansion): Simplify code in various ways.
485         Don't treat minibuffers specially.
486         Call dabbrev--make-friend-buffer-list.
487         (dabbrev--select-buffers): Don't treat minibuffers specially.  Simplify.
488         (dabbrev--scanning-message): Do nothing when minibuffer is current.
490 2001-06-19  John Wiegley  <johnw@gnu.org>
492         * eshell/eshell.el: Don't load in esh-util if it's already loaded.
493         Also, added a comment describing how to greatly speedup Eshell
494         loadup time, by concatenating together all of Eshell's .elc files.
496 2001-06-19  John Wiegley  <johnw@gnu.org>
498         * eshell/esh-mode.el: Disabled a test that often yields false failures.
500 2001-06-19  Eli Zaretskii  <eliz@is.elta.co.il>
502         * woman.el (WoMan-highlight-references): Add help-echo to
503         mouse-highlighted text.
505 2001-06-18  Stefan Monnier  <monnier@cs.yale.edu>
507         * textmodes/sgml-mode.el (sgml-mode-map): Fix thinko.
509 2001-06-18  Gerd Moellmann  <gerd@gnu.org>
511         * international/quail.el (quail-start-conversion):
512         Reset quail-translating to nil.
514         * antlr-mode.el (antlr-mode): Check that `c-Java-access-key' is
515         bound.  Suggested by David B. Malkovsky <David.Malkovsky@sas.com>.
517 2001-06-18  Eli Zaretskii  <eliz@is.elta.co.il>
519         * bs.el (bs--get-name, bs--get-file-name): Add help-echo to
520         mouse-highlighted text.
522         * dired.el (dired-mark-pop-up): Fix last change.
524 2001-06-17  Eli Zaretskii  <eliz@is.elta.co.il>
526         * calendar/calendar.el (generate-calendar-month): Add help-echo to
527         mouse-highlighted text.
529         * net/quickurl.el (quickurl-url-file): Run through
530         convert-standard-filename.
531         (quickurl-list-populate-buffer): Add help-echo to
532         mouse-highlighted text.
533         (top-level): Update Dave's URL.
535         * textmodes/tex-mode.el (tex-validate-buffer): Add help-echo to
536         mouse-highlighted text.
538         * textmodes/page-ext.el (pages-copy-header-and-position):
539         Add help-echo to mouse-highlighted text.
541         * tar-mode.el (tar-header-block-summarize): Add help-echo to
542         mouse-highlighted text.
544         * replace.el (occur): Add help-echo to mouse-highlighted text.
546         * progmodes/sh-script.el (sh-mark-line): Add help-echo to
547         mouse-highlighted text.
549         * progmodes/cpp.el (cpp-make-button): Add help-echo to
550         mouse-highlighted text.
552         * progmodes/compile.el (compile-reinitialize-errors):
553         Add help-echo to mouse-highlighted messages.
554         (compilation-forget-errors): Remove help-echo property as well.
556         * play/landmark.el (lm-plot-square, lm-init-display):
557         Add help-echo to mouse-highlighted text.
559         * play/gomoku.el (gomoku-plot-square, gomoku-init-display):
560         Add help-echo to mouse-highlighted text.
562         * dired.el (dired-insert-set-properties): Add help-echo to
563         mouse-highlighted text.
564         (dired-mark-pop-up): Remove help-echo property from the file name.
566         * comint.el (comint-send-input): Add help-echo to
567         mouse-highlighted text.
569         * buff-menu.el (list-buffers-noselect): Add help-echo to
570         mouse-highlighted text.
572         * arc-mode.el (archive-summarize-files): Add help-echo to
573         mouse-highlighted text.
575         * ffap.el (ffap-machine-p): Always return nil if
576         open-network-stream is not fboundp.
578 2001-06-17  Stefan Monnier  <monnier@cs.yale.edu>
580         * textmodes/sgml-mode.el: Move `provide' to the end.  Update copyright.
581         (sgml-mode-map): Use `make-keymap' rather than make the keymap by hand.
582         Bind the latin-1 charset-char to sgml-maybe-name-self rather than
583         incorrectly binding chars between 128 and 256 to it.
584         (sgml-maybe-name-self): Handle latin-1 chars properly.
585         (sgml-tags-invisible): Bind buffer-file-name to nil.
586         Use unwind-protect and restore-buffer-modified-p.
587         (sgml-point-entered): Use buffer-substring-no-properties.
588         (html-tag-alist): Add `div' and `span' and fix backquote/unquote typos.
589         (html-mode): Don't force `imenu-sort-function'.
591 2001-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
593         * tar-mode.el: Fix the copyright notice.
595         * font-lock.el (font-lock-comment-face): For tty's with dark
596         background, use "red1", since "lightred" is not one of the colors
597         recognized by tty-colors.el.
599         * tar-mode.el (tar-extract): Call generate-new-buffer-name to
600         create a buffer for extracted file, in case there's more than one
601         file by that name in an archive, possibly in different
602         directories.  From Kevin Rodgers <kevinr@ihs.com>.
604         * format.el (format-alist): Doc fix.  Suggested by Alex Schroeder
605         <alex@gnu.org>.
607 2001-06-15  Miles Bader  <miles@gnu.org>
609         * textmodes/texinfmt.el (texinfo-format-syntax-table):
610         Revert previous change.
612 2001-06-14  Richard M. Stallman  <rms@gnu.org>
614         * replace.el (keep-lines-read-args): Return just a regexp.
615         Provide nil for the region args.
616         (keep-lines, flush-lines, how-many):
617         Calculate the defaults for the region here, when args are nil.
619 2001-06-14  Eli Zaretskii  <eliz@is.elta.co.il>
621         * rot13.el (rot13-other-window): Some more doc fix.
623 2001-06-14  Per Starback  <starback@ling.uu.se>
625         * replace.el (case-replace, query-replace-from-history-variable)
626         (query-replace-to-history-variable, keep-lines-read-args)
627         (occur-revert-function, query-replace-help): Dox fix.
629 2001-06-14  Eli Zaretskii  <eliz@is.elta.co.il>
631         * rot13.el (rot13-other-window): Doc fix.
633 2001-06-14  Miles Bader  <miles@gnu.org>
635         * textmodes/texinfo.el (texinfo-mode-syntax-table): Change syntax
636         of " and \ to "." (punctuation).
637         * textmodes/texinfmt.el (texinfo-format-syntax-table): Likewise.
639 2001-06-13  Richard M. Stallman  <rms@gnu.org>
641         * emacs-lisp/backquote.el (backquote-process): Handle `[,@SYMBOL].
643         * simple.el (shell-command-on-region): Never kill the
644         *Shell Command Output* buffer.
646 2001-06-13  Stefan Monnier  <monnier@cs.yale.edu>
648         * diff-mode.el (diff-font-lock-keywords): Fix unanchored regexp.
650 2001-06-10  Stefan Monnier  <monnier@cs.yale.edu>
652         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
653         New var, to recognize ${ $' and PODs.
654         (perl-font-lock-syntactic-face-function): New function.
655         (perl-mode): Use them.
656         (perl-continuation-line-p): New function, from perl-calculate-indent.
657         (perl-calculate-indent): Use it, to properly handle continuation
658         lines of continuation lines.
660 2001-06-10  Eli Zaretskii  <eliz@is.elta.co.il>
662         * server.el (server-process, server-buffer-clients): Doc fix.
663         From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
665 2001-06-09  John Wiegley  <johnw@gnu.org>
667         * eshell/esh-cmd.el (eshell-exit-success-p): Use a string-match to
668         test if the last command was Lisp or not.
669         (eshell-rewrite-if-command): "if" syntax is "if A B C", not "if A
670         B x C".
672 2001-06-08  Eli Zaretskii  <eliz@is.elta.co.il>
674         * dos-w32.el (grep-regexp-alist): Remove definition, since the
675         general one on compile.el supports drive letters.
677 2001-06-08  Carsten Dominik  <dominik@strw.leidenuniv.nl>
679         * textmodes/reftex-ref.el (reftex-select-label-help): Add "z"
680         key description.
682         * textmodes/reftex-sel.el (reftex-select-jump): New command.
684         * textmodes/reftex-toc.el (reftex-toc-help): Add "z" key description.
685         (reftex-toc-jump): New command.
687         * textmodes/reftex-cite.el (reftex-parse-bibitem): Regexp changed
688         to parse international characters as well.
690         * textmodes/reftex.el: Add autoloads for `reftex-varioref-vref',
691         `reftex-fancyref-fref', `reftex-fancyref-Fref'.
693         * textmodes/reftex-vars.el: Protect single backslash in docstrings.
695         * textmodes/reftex-dcr.el (reftex-view-crossref): Add SPACE and
696         TAB to the key separators.
698 2001-06-07  Eli Zaretskii  <eliz@is.elta.co.il>
700         * international/mule.el (auto-coding-alist): Remove redundant
701         up-cased versions of the extensions (auto-coding-alist-lookup is
702         case-insensitive where needed).  Recognize .gz, .Z, .bz, .bz2, and
703         .gpg files as binary.  Suggested by Karl Berry <karl@gnu.org>.
705 2001-06-05  Eli Zaretskii  <eliz@is.elta.co.il>
707         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Add a doc string.
709 2001-06-01  Richard M. Stallman  <rms@gnu.org>
711         * help.el (describe-variable): Put value on same line
712         with preceding text, if it is short enough to look good that way.
714 2001-06-01  Eli Zaretskii  <eliz@is.elta.co.il>
716         * term/internal.el (IT-unicode-translations): New variable.
717         (IT-setup-unicode-display): New function.
719 2001-06-01  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
721         * ps-print.el: Handle before-string and after-string overlay properties
722         in ps-print-*-with-faces commands.  Doc fix.
723         (ps-print-version): New version number (6.5.2).
724         (ps-e-overlay-end): Alias for overlay-end to avoid compilation gripes
725         for XEmacs.
726         (ps-prefix-quote): Doc fix.
727         (ps-setup, ps-print-quote, ps-generate-postscript-with-faces): Code fix.
728         (ps-basic-plot-str, ps-plot-string): New funs.
730 2001-05-31  Stefan Monnier  <monnier@cs.yale.edu>
732         * progmodes/etags.el (tags-compression-info-list): Fix docstring
733         and :type spec.
735 2001-05-31  Gerd Moellmann  <gerd@gnu.org>
737         * international/mule-cmds.el (inactivate-input-method):
738         Set input-method-function to nil.
740         * xml.el (xml-parse-tag): The document may contain invalid characters.
741         From ShengHuo ZHU  <zsh@cs.rochester.edu>
743 2001-05-31  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
745         * mail/rmailsum.el (rmail-message-subject-p): Don't call
746         `rmail-summary-line-decoder' if the message does not have
747         a Subject: field.
749         * mail/rmail.el (rmail-revert): Modify to work in rmail-view-buffer.
751         * mail/rmail.el (rmail-insert-mime-resent-message-function):
752         New variable.
753         (rmail-resend): Modify to work in `rmail-view-buffer'; call
754         `rmail-insert-mime-resent-message-function' if `rmail-enable-mime'
755         is non-nil.
757 2001-05-30  Stefan Monnier  <monnier@rum.cs.yale.edu>
759         * textmodes/tex-mode.el (latex-find-indent): Handle the BOBP case.
761 2001-05-29  Sam Steingold  <sds@gnu.org>
763         * faces.el (face-valid-attribute-values): Bind `valid' directly
764         instead of using `setq'.
766         * textmodes/tex-mode.el (tex-feed-input, tex-display-shell):
767         Use `tex-shell-buf'.
768         (tex-shell-proc): Use `tex-shell-running'.
769         (tex-shell-buf-no-error): New function.
770         (tex-send-tex-command): Use it.
771         (tex-shell-running): Kill tex-shell when the buffer is dead for w32.
772         (tex-kill-job): Check the process before calling `quit-process'.
774 2001-05-29  Gerd Moellmann  <gerd@gnu.org>
776         * international/utf-8.el (ccl-decode-mule-utf-8): Handle invalid
777         UTF-8 sequences.
779 2001-05-28  Miles Bader  <miles@gnu.org>
781         * comint.el (comint-carriage-motion): Renamed from
782         `comint-cr-magic'.  Operate on the buffer instead of the string
783         (for use as a comint post-output filter, instead of as a
784         pre-output filter).  Handle backspaces too.  Add to the
785         `comint-output-filter-functions' hook instead of
786         `comint-preoutput-filter-functions'.
788 2001-05-28  Gerd Moellmann  <gerd@gnu.org>
790         * language/japan-util.el (japanese-hankaku): Prefer the charset
791         `jisx0201' when the optional argument `ascii-only' is not specified.
792         (japanese-hankaku-region): Ditto.
793         From Katsumi Yamaoka <yamaoka@jpl.org>
795 2001-05-28  Stefan Monnier  <monnier@cs.yale.edu>
797         * textmodes/outline.el (outline-mode): Fix font-lock-defaults.
798         (outline-invisible-p): New function.
799         (hide-leaves): Save excursion.
800         (hide-other): Stop looping when reaching bobp.
802 2001-05-28  Eli Zaretskii  <eliz@is.elta.co.il>
804         * cus-edit.el (custom-file): Fix last change.
806 2001-05-27  Stefan Monnier  <monnier@cs.yale.edu>
808         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): Use the
809         same definition in byte-compile-function-environment as `autoload'
810         would put in `symbol-function'.
812         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Complete Dave's
813         patch to correct the error message as well.
815 2001-05-27  Eli Zaretskii  <eliz@is.elta.co.il>
817         * cus-edit.el (custom-file): Don't assume we were invoked with -q
818         unless ~/.emacs exists.
820         * novice.el (enable-command): If user-init-file is nil or does not
821         exist, default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
823 2001-05-25  Stefan Monnier  <monnier@cs.yale.edu>
825         * textmodes/tex-mode.el (tex-mode-syntax-table): Add ^.
826         (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
827         Allow spaces around macro arguments.
828         (tex-mode-map): Inherit from text-mode-map, but rebind \t to
829         indent-for-tab-command.
830         (latex-mode-map, plain-tex-mode-map): New keymaps.
831         Inherit from tex-mode-map.
832         (tex-common-initialization): Don't setup the keymap any more
833         since it's now done right by define-derived-mode.
834         (latex-mode): Set skeleton-end-hook to nil.
835         (latex-skeleton-end-hook): Remove.
836         (tex-latex-block, latex-insert-item): Simplify.
837         (latex-syntax-after): Use following-char rather than char-after.
838         (tex-discount-args-cmds, tex-count-words): New functions.
840         * textmodes/tildify.el (tildify-ignored-environments-alist):
841         Recognize \verb* as well.
843         * progmodes/perl-mode.el (perl-mode): Use define-derived-mode.
844         (perl-comment-indent): Simplify to let newcomment.el do its job.
845         (perl-electric-terminator, perl-calculate-indent, perl-indent-exp)
846         (perl-mark-function): Cleanup the namespace.
847         (perl-calculate-indent): Don't be fooled by nested functions.
849         * speedbar.el (speedbar-find-selected-file): RE-quote the filename.
851         * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
852         Fix the arg of `load'.  From Dave Love <fx@gnu.org>.
854 2001-05-25  Andrew Choi  <akochoi@i-cable.com>
856         * international/titdic-cnv.el (ctlau-gb-converter): `\' should
857         actually be `\\'.
858         (ctlau-b5-converter): Likewise.
860 2001-05-24  Andrew Choi  <akochoi@i-cable.com>
862         * international/titdic-cnv.el (quail-misc-package-ext-info):
863         Change CTLauB.el to CTLau-b5.el.
865 2001-05-23  Stefan Monnier  <monnier@cs.yale.edu>
867         * gud.el (gud-gdb-run-command-fetch-lines): Use forward-line
868         rather than beginning-of-line to avoid problems with fields.
869         (gud-perldb-massage-args): Use unless and push.
870         (gud-chdir-before-run): New var.
871         (gud-common-init): Use it.
873 2001-05-24  Andrew Choi  <akochoi@i-cable.com>
875         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
876         delete entries for chinese-ctlau and chinese-ctlaub.
877         (quail-misc-package-ext-info): Add entries for chinese-ctlau and
878         chinese-ctlaub.
879         (ctlau-converter, ctlau-gb-converter, ctlau-b5-converter):
880         New functions.
882 2001-05-22  Gerd Moellmann  <gerd@gnu.org>
884         * cus-edit.el (custom-comment-show): Remove debug code.
886         * language/japan-util.el (japanese-symbol-table): Fix handling of
887         Japanese long tone sign.  From Kenichi Handa <handa@etl.go.jp>.
889 2001-05-21  Stefan Monnier  <monnier@cs.yale.edu>
891         * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly):
892         Renamed by removing the silly `-flag' suffix.
893         (diff-mode, diff-minor-mode, diff-find-source-location): Update.
895 2001-05-20  Stefan Monnier  <monnier@cs.yale.edu>
897         * replace.el (keep-lines-read-args): Use `copy-marker'.
898         (how-many): Save excursion properly.
899         (occur-mode): Use define-derived-mode.
900         (perform-replace): Use with-current-buffer.
902 2001-05-20  Richard M. Stallman  <rms@gnu.org>
904         * play/landmark.el (lm): Use "p" not "P" for interactive spec.
906         * mail/rmail.el (rmail-retry-failure): Do save-window-excursion.
908         * info.el (Info-read-subfile): Widen before finding the
909         desired node in the subfile.
911         * startup.el (command-line-1): When >2 files visited,
912         leave the last one visible, and make that the selected window.
914 2001-05-20  Gerd Moellmann  <gerd@gnu.org>
916         * font-lock.el (lisp-font-lock-keywords-1): Add `defvaralias'.
918 2001-05-20  Eli Zaretskii  <eliz@is.elta.co.il>
920         * international/ccl.el (define-ccl-program): Fix a typo.
921         From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
923         * international/mule.el (decode-char): Fix a typo.  From Pavel
924         Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
926         * textmodes/artist.el (artist-mode): Fix a typo.  From Pavel
927         Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
929         * frame.el (automatic-hscrolling): Fix a typo.  From Pavel
930         Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
932 2001-05-18  Sam Steingold  <sds@gnu.org>
934         * pcvs-defs.el (cvs-mode-map): Bind "z" to `kill-this-buffer'
935         and [RET] to `cvs-mode-find-file'.
937 2001-05-18  John Wiegley  <johnw@gnu.org>
939         * eshell/esh-ext.el (eshell-explicit-command-char): A new
940         configuration variable, which determines the initial character
941         that forces use of an external version of a command.  The default
942         is *, but may be set to \, for example.
944         * eshell/esh-ext.el (eshell-explicit-command):
945         Use `eshell-explicit-command-char' instead of ?*.
947         * eshell/esh-cmd.el (eshell/which):
948         Use `eshell-explicit-command-char' instead of ?*.
950         * eshell/em-cmpl.el (eshell-completion-command-name)
951         (eshell-complete-commands-list): Use `eshell-explicit-command-char'
952         instead of ?*.
954 2001-05-18  Gerd Moellmann  <gerd@gnu.org>
956         * net/ange-ftp.el (ange-ftp-fix-name-for-vms): Reverse args of
957         subst-char-in-string.
958         (ange-ftp-after-parse-ls-hook): New variable.
959         (ange-ftp-ls): Run that hook.
960         From Peter Milliken <Peter.Milliken@GTECH.COM>.
962         * tmm.el (tmm-get-keymap): Fix handling of :filter.
963         (tmm-add-prompt): Bind buffer-read-only to nil when inserting
964         text into *Completions*.
966         * net/goto-addr.el (goto-address-at-point): Deal with URLs
967         part of which look like email addresses.
969 2001-05-18  Andrew Innes  <andrewi@gnu.org>
971         * makefile.w32-in (compile-files-CMD, bootstrap-clean-CMD):
972         Use . instead of absolute path for lisp dir, to avoid bug in W2K
973         cmd.exe's handling of FOR loops.
974         (autoloads): Set find-file-suppress-same-file-warnings to t to
975         avoid slew of spurious messages.
977 2001-05-18  Simon Josefsson  <simon@josefsson.org>
979         * mail/smtpmail.el (maybe-append-domain): Renamed to
980         `smtpmail-maybe-append-domain'.
981         (smtpmail-via-smtp): Use the new name.
983         * net/browse-url.el (browse-url-browser-function): Add kde.
984         (browse-url-kde-program, browse-url-kde-args): New variables.
985         (browse-url-kde): New function.
987 2001-05-18  Miles Bader  <miles@gnu.org>
989         * simple.el (delete-horizontal-space, just-one-space):
990         Use `constrain-to-field' instead of `field-end'/`field-beginning',
991         because it's more efficient for large files.
993 2001-05-17  Gerd Moellmann  <gerd@gnu.org>
995         * mail/rmail.el (rmail-require-mime-maybe): New function.
996         (rmail): Use it.
997         (rmail-mode): Handle the case of finding Rmail files.
999         * emacs-lisp/elp.el (elp-instrument-function): Handle advised
1000         functions.
1002 2001-05-17  Stefan Monnier  <monnier@cs.yale.edu>
1004         * jit-lock.el (jit-lock-after-change): Check the font-lock-multiline
1005         text-property after moving to the beginning of line and regardless
1006         of the value of font-lock-multiline.
1008 2001-05-17  Gerd Moellmann  <gerd@gnu.org>
1010         * startup.el (fancy-splash-screens): Ignore events on the mode-line.
1012         * net/ange-ftp.el (ange-ftp-write-region): Make sure to record the
1013         last coding system used before calling set-buffer-modified-p
1014         because that function changes last-coding-system.
1016 2001-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
1018         * files.el (switch-to-buffer-other-window)
1019         (switch-to-buffer-other-frame): Add an xref to display-buffer in
1020         the doc string.
1022 2001-05-17  Gerd Moellmann  <gerd@gnu.org>
1024         * language/slovak.el, language/czech.el: New maintainer.
1026 2001-05-16  Sam Steingold  <sds@gnu.org>
1028         * emacs-lisp/cl-indent.el (toplevel): Indent the :method
1029         sub-form of `defgeneric' correctly.
1031 2001-05-16  Gerd Moellmann  <gerd@gnu.org>
1033         * tooltip.el (tooltip) <defgroup>: Put it in `gud' group instead
1034         of `c'.
1036         * textmodes/outline.el (outline-font-lock-level): Remove the
1037         condition-case, test what outline-level returns instead, to
1038         ease debugging.
1040         * international/mule.el (auto-coding-regexp-alist): New user-option.
1041         (auto-coding-from-file-contents): New function.
1042         (set-auto-coding): Use it to determine a coding system.
1044 2001-05-15  Gerd Moellmann  <gerd@gnu.org>
1046         * mouse.el (mouse-delete-other-windows): Doc fix.
1048         * emacs-lisp/lisp-mode.el (lisp-mode):
1049         Make font-lock-keywords-case-fold-search a buffer-local variable with
1050         make-local-variable before setting it.
1052 2001-05-14  Eli Zaretskii  <eliz@is.elta.co.il>
1054         * emacs-lisp/elp.el (elp-instrument-package): Don't allow empty
1055         prefixes.
1057 2001-05-14  Gerd Moellmann  <gerd@gnu.org>
1059         * hexl.el (hexl-current-address): Print a message when called
1060         interactively.
1062 2001-05-11  Stefan Monnier  <monnier@cs.yale.edu>
1064         * gud.el (gud-jdb-build-source-files-list): Fix paren typo.
1066         * pcvs-defs.el (cvs-mode-map): Don't rebind `undo'.
1068         * files.el (auto-mode-alist): Add *.perl and fix the *.<rev> case.
1070 2001-05-11  Gerd Moellmann  <gerd@gnu.org>
1072         * startup.el (command-line): If parameters have been changed in
1073         the init files which influence font selection, clear the face
1074         cache so that faces get realized with the new parameters.
1076         * Makefile.in (compile-files): Redirect output of chmod to /dev/null.
1078 2001-05-10  Stefan Monnier  <monnier@cs.yale.edu>
1080         * smerge-mode.el (smerge-mode): Force font-lock-multiline to t.
1082 2001-05-10  Eli Zaretskii  <eliz@is.elta.co.il>
1084         * mail/emacsbug.el (report-emacs-bug): Don't switch the buffer to
1085         unibyte.  Suggested by Kenichi Handa <handa@etl.go.jp>.
1087 2001-05-10  Gerd Moellmann  <gerd@gnu.org>
1089         * net/browse-url.el (browse-url-filename-alist): Allow UNC file
1090         names for MS-Windows and MS-DOS.  From Dan Holmsand <dan@eyebee.com>.
1092 2001-05-09  John Wiegley  <johnw@gnu.org>
1094         * eshell/esh-util.el (eshell-convert-numeric-arguments):
1095         Annotated the documentation string to tell users about
1096         `eshell-no-numeric-conversions'.
1098         * eshell/esh-cmd.el (eshell-lisp-command): Don't perform numeric
1099         conversions if a Lisp function has the property
1100         `eshell-no-numeric-conversions' set to a non-nil value.
1102         * eshell/em-dirs.el, eshell/em-ls.el, eshell/em-script.el,
1103         eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-cmd.el: Set the
1104         property `eshell-no-numeric-conversions' on the following
1105         functions (which all deal with filesystem entities, and never Lisp
1106         numerical values): eshell/cd, eshell/pushd, eshell/popd,
1107         eshell/ls, eshell/source, eshell/., eshell/man, eshell/rm,
1108         eshell/mkdir, eshell/rmdir, eshell/mv, eshell/cp, eshell/ln,
1109         eshell/cat, eshell/make, eshell/diff, eshell/locate, eshell/occur,
1110         eshell/which, eshell/addpath.
1112 2001-05-09  John Wiegley  <johnw@gnu.org>
1114         * eshell/esh-arg.el (eshell-parse-argument-hook): If a number is
1115         encountered as an argument, don't convert it right away, but tag
1116         the first character of the string with the text properties
1117         `number', which signifies to `eshell-lisp-command' that the
1118         argument should be passed through `string-to-number' if it is
1119         actually used in the call to a Lisp function.
1121         * eshell/esh-cmd.el (eshell-lisp-command): Before calling a Lisp
1122         function, convert any string arguments that have been tagged as
1123         "numbers", by calling string-to-number.
1125         * eshell/esh-util.el (eshell-number-regexp): Now that number
1126         conversions only happen for Lisp function calls, the number regexp
1127         should now match all integer and floating point forms.
1129         * eshell/esh-proc.el: Disable `eshell-stop-process' and
1130         `eshell-continue-process', since they are both nonfunctional at
1131         the moment.
1132         (eshell-proc-initialize): Don't bind keys for
1133         `eshell-stop-process' or `eshell-continue-process'.
1135         * eshell/em-unix.el (eshell-shuffle-files):
1136         Apply `directory-file-name' before calling `file-name-directory'.
1138         * eshell/em-hist.el (eshell-add-to-history): Reference to
1139         `eshell-history-ring' needed to be `eshell-history-index'.
1141         * calendar/timeclock.el (timeclock-find-discrep):
1142         Initialize `elapsed' to 0.
1143         (timeclock-find-discrep): Set `timeclock-last-event-workday' if
1144         it's still nil.
1146 2001-05-09  Stefan Monnier  <monnier@cs.yale.edu>
1148         * arc-mode.el (archive-int-to-mode): Construct the string directly.
1149         (archive-mode): Use capitalize.
1150         (archive-unique-fname): Use make-temp-file.
1152 2001-05-09  Gerd Moellmann  <gerd@gnu.org>
1154         * emacs-lisp/lisp-mode.el (lisp-interaction-mode): Doc fix.
1156 2001-05-09  Eli Zaretskii  <eliz@is.elta.co.il>
1158         * tar-mode.el (tar-extract): Pay attention to the value of
1159         coding-system-for-read, if it is non-nil.
1161         * calendar/holidays.el (holidays): Add an autoload cookie.
1162         From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1164 2001-05-08  John Wiegley  <johnw@gnu.org>
1166         * calendar/timeclock.el (timeclock-workday-remaining):
1167         Changed logic for determining how much time is remaining.
1168         (timeclock-workday-elapsed): Don't accept a "relative" argument
1169         for the current day's elapsed time.  What could that have meant?
1170         (timeclock-workday-elapsed-string): No "relative" argument anymore.
1171         (timeclock-when-to-leave): Changed logic, similarly to what was
1172         done for `timeclock-workday-remaining'.
1173         (timeclock-find-discrep): Removed "today-only" argument, which had
1174         no meaning.  Fixed some more math problems.  The function now
1175         returns a three member list: (TOTAL-TIME-DISCREPANCY
1176         TODAYS-TIME-DISCREPANCY TODAYS-ELAPSED-TIME).
1178 2001-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
1180         * w32-fns.el (convert-standard-filename): Start replacing slashes
1181         from the beginning of the file name, not from where the last
1182         invalid character was.  From "Andrew Maguire (SWW)"
1183         <Andrew.Maguire@Smallworld.co.uk>
1185 2001-05-07  MORIOKA Tomohiko  <tomo@m17n.org>
1187         The following changes are to provide infrastructure for handling
1188         MIME messages to rmail.  They don't affect the original behaviour
1189         if rmail-enable-mime is nil.
1191         * mail/rmail.el (rmail-insert-mime-forwarded-message-function)
1192         (rmail-search-mime-message-function)
1193         (rmail-search-mime-header-function): New variables.
1194         (rmail-expunge-and-save): Be sure to set-buffer to the Rmail buffer.
1195         (rmail-quit, rmail-get-new-mail): Bury `rmail-buffer' after
1196         `rmail-view-buffer' is hidden.
1197         (rmail-toggle-header): Likewise.  If rmail-enable-mime is non-nil,
1198         call rmai-show-mime-function.
1199         (rmail-display-labels): If rmail-enable-mime is non-nil, update
1200         mode-line-process of rmail-view-buffer.
1201         (rmail-set-attribute): Be sure to set-buffer to the Rmail buffer.
1202         (rmail-show-message): Be sure to call rmail-auto-file in the Rmail
1203         buffer.
1204         (rmail-next-message, rmail-next-undeleted-message): Be sure to
1205         set-buffer to the Rmail buffer.
1206         (rmail-message-regexp-p): If rmail-enable-mime is non-nil, call
1207         rmail-search-mime-header-function.
1208         (rmail-search-message): New function.
1209         (rmail-search): Call rmail-search-message to check if a message
1210         matches REGEXP, lastly update point after calling
1211         rmail-show-message.
1212         (rmail-undelete-previous-message, rmail-expunge-confirmed)
1213         (rmail-only-expunge): Be sure to set-buffer to the Rmail buffer.
1214         (rmail-reply): If rmail-enable-mime is non-nil, don't narrow to
1215         header region, refer to rmail-msgref-vector while setting the
1216         current buffer to rmail-buffer temporarily.
1217         (rmail-forward): Be sure to bind forward-buffer to the Rmail buffer.
1218         If rmail-enable-mime is non-nil, call
1219         rmail-insert-mime-forwarded-message-function instead of inserting
1220         forwarded message by itself.
1222         * mail/rmailkwd.el (rmail-read-label): Be sure to work in the
1223         Rmail buffer.
1224         (rmail-set-label, rmail-next-labeled-message): Likewise.
1226         * mail/rmailout.el (rmail-output-read-rmail-file-name): Be sure to
1227         set-buffer to the Rmail buffer.
1228         (rmail-output-to-rmail-file): Likewise.
1229         (rmail-output): Likewise.
1231         * mail/rmailsum.el (rmail-message-subject-p): Process the result
1232         of mail-fetch-field by rmail-summary-line-decoder.
1233         (rmail-new-summary): Be sure to go to the Rmail buffer.
1234         If rmail-enable-mime is non-nil, set rmail-summary-buffer of
1235         rmail-view-buffer to nil.
1236         (rmail-summary-undelete): If rmail-enable-mime is non-nil, pop to
1237         rmail-view-buffer.
1238         (rmail-summary-scroll-msg-up): Handle rmail-view-buffer, not
1239         rmail-buffer.
1240         (rmail-summary-scroll-msg-down): Likewise.
1241         (rmail-summary-beginning-of-message): Likewise.
1242         (rmail-summary-wipe): Likewise.
1243         (rmail-summary-toggle-header): Use save-window-excursion, not
1244         save-excursion.  Update point in rmail-view-buffer, not in
1245         rmail-buffer.
1246         (rmail-summary-reply): Before calling rmail-reply, set buffer to
1247         rmail-view-buffer, not rmail-buffer.
1249 2001-05-07  Gerd Moellmann  <gerd@gnu.org>
1251         * cus-edit.el (custom-file): Signal an error if user-init-file is
1252         nil (running -q).
1254         * mail/rmailedit.el (rmail-edit-mode-hook): Add :version.
1256         * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
1257         Add :version.
1259         * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
1260         New option.
1261         (smtpmail-via-smtp): Print warnings about unknown SMTP extensions
1262         only if smtpmail-warn-about-unknown-extensions is set.
1264         * mail/rmail.el (rmail-mode-map): Use rmail-sort-by-labels
1265         instead of rmail-sort-by-keywords.
1267         * mail/rmailsort.el (rmail-sort-by-labels): Renamed from
1268         rmail-sort-by-keywords.
1270         * mail/rmailsum.el (rmail-summary-sort-by-labels): Renamed from
1271         rmail-summary-sort-by-keywords.  Doc fix.
1272         (rmail-summary-mode): Doc fix.
1274         * mail/rmail.el (rmail-edit): New Custom group.
1276         * mail/rmailedit.el (rmail-edit-mode): Doc fix.
1277         (rmail-edit-mode-hook): New user-option.
1279 2001-05-05  Richard M. Stallman  <rms@gnu.org>
1281         * help.el (help-xref-symbol-regexp): Recognize "source of"
1282         and friends, meaning make a link to the source file.
1283         (help-make-xrefs): Handle "source of" and friends
1284         by constructing a link that visits the source file.
1286         * dabbrev.el (dabbrev-select-buffers-function): Doc fix.
1288 2001-05-04  Stefan Monnier  <monnier@cs.yale.edu>
1290         * progmodes/cperl-mode.el (cperl-font-lock-keywords)
1291         (cperl-font-lock-keywords-1, cperl-font-lock-keywords-2):
1292         Renamed from perl-font-lock-keywords to avoid clashes.
1293         (cperl-mode, cperl-load-font-lock-keywords, cperl-init-faces)
1294         (cperl-load-font-lock-keywords-1, cperl-load-font-lock-keywords-2):
1295         Updated correspondingly.
1297         * diff-mode.el (diff-nonexistent-face, diff-font-lock-keywords):
1298         Typo `nonexistant' -> `nonexistent'.
1300 2001-05-04  Martin Stjernholm  <bug-cc-mode@gnu.org>
1302         * cc-cmds.el (c-electric-delete, c-electric-delete-forward):
1303         Split `c-electric-delete' into two functions where
1304         `c-electric-delete-forward' always deletes forward and
1305         `c-electric-delete' only contains the code necessary for XEmacs to
1306         choose between backward and forward deletion.
1308         * cc-mode.el: `c-electric-delete-forward' is now bound to C-d to
1309         get the electric behavior on that key too.
1310         (c-fill-paragraph): Fixed bogus direct use of
1311         c-comment-prefix-regexp, which caused an error when it's a list.
1313 2001-05-03  Eli Zaretskii  <eliz@is.elta.co.il>
1315         * dired-aux.el (dired-diff): Doc fix.
1317         * dired.el (dired-diff): Likewise.
1319 2001-05-03  Eli Zaretskii  <eliz@is.elta.co.il>
1321         * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
1323 2001-05-02  Stefan Monnier  <monnier@cs.yale.edu>
1325         * vc.el (vc-next-action-on-file): Only force buffer+file to writable
1326         if both the buffer and the file are read-only.
1328         * progmodes/sh-script.el (sh-prev-line): Look for sh-heredoc-face
1329         rather than font-lock-string-face.
1330         (sh-get-indent-info): Treat heredocs like strings.
1332 2001-05-02  Gerd Moellmann  <gerd@gnu.org>
1334         * textmodes/texinfmt.el (texinfo-format-parse-args): Don't consume
1335         a newline following `}'.
1336         (texinfo-format-email): New function.
1337         (toplevel): Use texinfo-format-email for @email.
1338         (texinfo-format-kbd-regexp, texinfo-format-kbd-end-regexp):
1339         Add `display'.
1340         (texinfo-sort-region): Goto point-min before sorting.
1341         (texinfo-set): Remove leading white space from value.
1342         From yagi@is.titech.ac.jp.
1344         * replace.el (query-replace-regexp-eval): Doc fix.
1346 2001-05-01  Stefan Monnier  <monnier@cs.yale.edu>
1348         * diff-mode.el (diff-nonexistant-face): New face.
1349         (diff-font-lock-keywords): Use it.
1351 2001-04-30  Eli Zaretskii  <eliz@is.elta.co.il>
1353         * font-lock.el (font-lock-mode): Doc fix.
1355         * dired-aux.el (dired-do-rename-regexp, dired-do-copy-regexp)
1356         (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
1358 2001-04-30  Gerd Moellmann  <gerd@gnu.org>
1360         * progmodes/sh-script.el (sh-font-lock-heredoc): Allow optional
1361         backslash at the start of the here-document delimiter.
1362         (sh-font-lock-syntactic-keywords): Likewise.
1364         * mail/rmail.el (rmail-message-regexp-p): Yet another fix.
1366 2001-04-29  Eli Zaretskii  <eliz@is.elta.co.il>
1368         * term/tty-colors.el (tty-color-define, tty-color-off-gray-diag)
1369         (tty-color-translate, tty-color-by-index, tty-color-values)
1370         (tty-color-desc): Doc fix.
1372 2001-04-27  Eli Zaretskii  <eliz@is.elta.co.il>
1374         * dired-aux.el (dired-do-create-files, dired-do-copy)
1375         (dired-do-symlink, dired-do-hardlink, dired-do-rename):
1376         Mention dired-dwim-target in the doc string.
1378 2001-04-28  Miles Bader  <miles@gnu.org>
1380         * dabbrev.el (dabbrev--ignore-buffer-p): New function.
1381         (dabbrev--find-expansion): Use it.
1382         (dabbrev--select-buffers): Don't select ignored buffers.
1384 2001-04-27  Gerd Moellmann  <gerd@gnu.org>
1386         * mail/rmail.el (rmail-message-regexp-p): Don't match before headers.
1388 2001-04-26  Richard M. Stallman  <rms@gnu.org>
1390         * dabbrev.el: Add doc strings for some functions.
1391         (dabbrev--eliminate-newlines): New variable.
1392         (dabbrev--substitute-expansion): Convert newlines to spaces
1393         if dabbrev--eliminate-newlines is set.
1394         If abbrev and expansion are both all-lower-case,
1395         leave dabbrev--last-case-pattern nil.
1397 2001-04-26  Gerd Moellmann  <gerd@gnu.org>
1399         * mail/rmail.el (rmail-message-regexp-p): Use rfc822-goto-eoh
1400         if necessary, like in rmail-show-message.
1402 2001-04-26  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
1404         * ps-print.el: Color specified by number is forced to be float number.
1405         (ps-print-version): New version number (6.5.1.1).
1406         (ps-header-frame-alist, ps-footer-frame-alist): Adjust color
1407         initialization.
1408         (ps-prefix-quote): New internal var.
1409         (ps-print-quote): New fun.
1410         (ps-setup, ps-output-frame-properties, ps-float-format)
1411         (ps-format-color): Code fix.
1412         (ps-plot-region): Eliminate redundant foreground color text setting.
1414 2001-04-26  Eli Zaretskii  <eliz@is.elta.co.il>
1416         * dabbrev.el (dabbrev--select-buffers): Add a doc string.
1418 2001-04-25  Gerd Moellmann  <gerd@gnu.org>
1420         * faces.el (tty-handle-reverse-video): Don't set inverse-video.
1422 2001-04-25  Eli Zaretskii  <eliz@is.elta.co.il>
1424         * info.el (Info-additional-directory-list): Doc fix.
1426         * find-lisp.el (find-lisp-find-dired-filter)
1427         (find-lisp-find-dired-subdirectories, find-lisp-find-dired):
1428         Add autoload cookies.  From Richard Y. Kim <ryk@dspwiz.com>.
1430 2001-04-25  Stefan Monnier  <monnier@cs.yale.edu>
1432         * progmodes/make-mode.el (makefile-font-lock-keywords):
1433         Rationalize the rules for includes and conditionals and use the
1434         keyword face for them.
1436         * faces.el (modify-face): Add compatibility for non-interactive use.
1438 2001-04-24  John Wiegley  <johnw@gnu.org>
1440         * eshell/esh-cmd.el (eshell-find-alias-function): Corrected the
1441         fix from last night, since it wasn't finding eshell/cd.
1443 2001-04-24  Gerd Moellmann  <gerd@gnu.org>
1445         * rect.el (string-rectangle): Revert to 20.x behaviour.
1446         (replace-rectangle): Make it an alias for string-rectangle.
1447         (string-insert-rectangle): New function.
1449 2001-04-23  John Wiegley  <johnw@gnu.org>
1451         * eshell/em-unix.el (eshell/diff): Fixed problems that were
1452         occurring with Emacs 21's diff.el/compile.el interaction layer.
1454 2001-04-23  Colin Walters  <walters@cis.ohio-state.edu>
1456         * eshell/esh-cmd.el (eshell-find-alias-function): Return t in the
1457         case where the function was defined in a file, but not part of an
1458         eshell module.
1460 2001-04-23  John Wiegley  <johnw@gnu.org>
1462         * eshell/em-smart.el (eshell-smart-redisplay): Added some safety
1463         code to work around a redisplay problem I've been having.
1465 2001-04-23  John Wiegley  <johnw@gnu.org>
1467         * calendar/timeclock.el (timeclock-day-required): If the time
1468         required for a particular day is not set, use `timeclock-workday'.
1469         (timeclock-find-discrep): Added some sample code in a comment.
1471         * eshell/eshell.el (eshell-command): Made a few changes so that
1472         `eshell-command' could be called programmatically.
1474         * eshell/esh-mode.el (eshell-non-interactive-p): Moved to eshell.el.
1476         * eshell/eshell.el (eshell-non-interactive-p): Moved from esh-mode.el.
1478 2001-04-23  John Wiegley  <johnw@gnu.org>
1480         * calendar/timeclock.el: Updated copyright.
1481         (timeclock-generate-report): Don't report the daily or two-week
1482         total, if no time has been worked in that period.
1483         (timeclock-find-discrep): Moved call to `file-readable-p'; removed
1484         final computational form, which was unnecessary; corrected a
1485         parsing problem when timeclock-relative was nil.
1487 2001-04-23  Kahlil Hodgson <kahlil@discus.anu.edu.au>
1489         * calendar/timeclock.el (timeclock-modeline-display): Check if
1490         `list-entry' is null.
1491         (timeclock-use-display-time): The first argument to `set-variable'
1492         must be a symbol.
1494 2001-04-23  Eli Zaretskii  <eliz@is.elta.co.il>
1496         * calendar/calendar.el (diary-entry-marker)
1497         (calendar-today-marker, calendar-holiday-marker):
1498         Use display-color-p instead of window-system.
1499         (calendar-mode-map, calendar-mode): Use display-popup-menus-p
1500         instead of window-system.
1501         (calendar-hide-window): Use display-multi-frame-p instead of
1502         window-system.
1504         * calendar/cal-x.el (calendar-two-frame-setup)
1505         (calendar-only-one-frame-setup, calendar-one-frame-setup):
1506         Use display-multi-frame-p instead of window-system.
1508 2001-04-23  Gerd Moellmann  <gerd@gnu.org>
1510         * play/fortune.el (fortune-from-region): Use `eq' instead of `eql'.
1512         * textmodes/ispell.el, emacs-lisp/checkdoc.el,
1513         * progmodes/ebrowse.el, play/fortune.el: Fix autoload cookies.
1515 2001-04-23  Alex Schroeder  <alex@gnu.org>
1517         * goto-addr.el: Instead of defining line-beginning-position and
1518         line-end-position a defalias is used for point-at-bol and point-at-eol.
1520 2001-04-23  Alex Schroeder  <alex@gnu.org>
1522         * goto-addr.el: Added XEmacs compatibility code.
1523         (goto-address-highlight-keymap): Made keybindings XEmacs compatible.
1525 2001-04-22  Eli Zaretskii  <eliz@is.elta.co.il>
1527         * textmodes/paragraphs.el (sentence-end): Doc fix.
1529 2001-04-20  Alex Schroeder  <alex@gnu.org>
1531         * sql.el (sql-escape-newlines-and-send): New function.
1532         (sql-db2): Set comint-input-sender to sql-escape-newlines-and-send.
1534 2001-04-20  Alex Schroeder  <alex@gnu.org>
1536         * sql.el (sql-db2-program): New option.
1537         (sql-db2-options): New option.
1538         (sql-db2): New function.
1540 2001-04-20  Alex Schroeder  <alex@gnu.org>
1542         * sql.el (sql-mode-menu): Added highlighting entries.
1543         (sql-highlight-oracle-keywords): New function.
1544         (sql-highlight-postgres-keywords): New function.
1545         (sql-highlight-ansi-keywords): New function.
1547 2001-04-20  Alex Schroeder  <alex@gnu.org>
1549         * sql.el (sql-help): Doc change.
1551 2001-04-19  Karl Fogel  <kfogel@collab.net>
1553         * saveplace.el (save-place-alist-to-file): Removed no-effect code
1554         that inserted file content only to delete it immediately.
1555         Probably a cut-and-paste bug.  Thanks to Juanma Barranquero
1556         <lektu@uol.com.br> for the patch.
1558 2001-04-19  Stefan Monnier  <monnier@cs.yale.edu>
1560         * emacs-lisp/easy-mmode.el (easy-mmode-defsyntax): Unquote `doc'.
1562 2001-04-18  Gerd Moellmann  <gerd@gnu.org>
1564         * emacs-lisp/cl-indent.el (toplevel): Comment out the spec
1565         for defmethod.
1567         * comint.el (comint-cr-magic): New function.
1568         (toplevel): Add it to comint-preoutput-filter-functions.
1570 2001-04-18  Andrew Innes  <andrewi@gnu.org>
1572         * makefile.w32-in (EMACSLOADPATH): Define.
1573         (custom-deps, autoloads, .el.elc, compile-files-CMD, compile-files-SH)
1574         (recompile): Remove stuff to set EMACSLOADPATH.
1576 2001-04-18  Gerd Moellmann  <gerd@gnu.org>
1578         * language/slovak.el ("Slovak"): Add tutorial entry.
1580         * net/browse-url.el (browse-url-new-window-flag): Renamed from
1581         browse-url-new-window-p.
1583 2001-04-17  Eli Zaretskii  <eliz@is.elta.co.il>
1585         * info.el (Info-menu-update): When there are no menus and/or no
1586         cross references in the node, make the respective items of the
1587         Info menu-bar menu inactive.
1589 2001-04-17  Gerd Moellmann  <gerd@gnu.org>
1591         * indent.el (indent-for-tab-command): Call indent-line-function
1592         with no argument if PREFIX-ARG is non-nil.
1594         * frame.el (delete-other-frames): Handle minibuffer-only frames.
1596 2001-04-17  Eli Zaretskii  <eliz@is.elta.co.il>
1598         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Don't invoke CVS as
1599         an async subprocess if start-process is unavailable.  Suggested by
1600         Tim Van Holder <tim.van.holder@pandora.be>.
1602 2001-04-15  Eli Zaretskii  <eliz@is.elta.co.il>
1604         * info.el (Info-additional-directory-list): Doc fix.  Suggested by
1605         Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
1607 2001-04-14  Eli Zaretskii  <eliz@is.elta.co.il>
1609         * info.el (Info-file-list-for-emacs): Add an entry for the "info"
1610         manual.
1612 2001-04-13  Stefan Monnier  <monnier@cs.yale.edu>
1614         * pcvs-defs.el (cvs-mode-map): Bind C-o like in dired.
1615         (cvs-menu): Add a few entries.
1617         * pcvs.el (cvs-addto-collection): Don't merge MESSAGE fileinfos.
1618         (cvs-update-filter): Only advertise `cvs-mode-delete-lock' if the
1619         lock file appears to be reachable from Emacs.
1620         (cvs-mode-mark-on-state, cvs-mode-display-file): New functions.
1621         (cvs-mode-find-file): Look for cvs-header-face rather than
1622         cvs-dirname-face (which doesn't exist).
1623         (cvs-mode-find-file): Allow `other' to be set to `dont-select'.
1625         * pcvs-parse.el (cvs-parse-run-table): Remove misleading text.
1627 2001-04-13  Eli Zaretskii  <eliz@is.elta.co.il>
1629         * emulation/pc-select.el (pc-selection-mode): Don't turn on
1630         normal-erase-is-backspace on a tty.  Instead, bind some keys such
1631         as [delete] directly, like pc-select.el did before
1632         normal-erase-is-backspace was invented.
1634 2001-04-12  Eli Zaretskii  <eliz@is.elta.co.il>
1636         * ls-lisp.el (ls-lisp-format): Leave a blank before "root".
1638 2001-04-11  John Wiegley  <johnw@gnu.org>
1640         * eshell/em-ls.el (eshell-ls-insert-directory):
1641         Set font-lock-defaults to nil, to prevent fontification in dired
1642         buffers, if Eshell's ls is being used.
1644 2001-04-11  John Wiegley  <johnw@gnu.org>
1646         * calendar/timeclock.el (timeclock-completing-read): New function.
1647         (timeclock-ask-for-project, timeclock-ask-for-reason):
1648         Call `timeclock-completing-read'.
1650         * eshell/em-alias.el (eshell-command-aliased-p): `assoc' was
1651         required where `member' was being used.
1653 2001-04-11  Colin Walters  <walters@cis.ohio-state.edu>
1655         * eshell/em-hist.el (eshell-previous-matching-input):
1656         Don't display "History item" if the the minibuffer is active.
1658 2001-04-11  Gerd Moellmann  <gerd@gnu.org>
1660         * startup.el (command-line): Output a newline after printing
1661         an error from loading the window system's init file.
1663 2001-04-11  Eli Zaretskii  <eliz@is.elta.co.il>
1665         * textmodes/texinfo.el (texinfo-font-lock-keywords):
1666         Add fontification for @value, @dfn, @dmn, @acronym, @anchor, and
1667         @inforef.  Add an OVERRIDE of `keep' to highlight specs of
1668         keywords whose arguments routinely include @@.
1670 2001-04-10  Gerd Moellmann  <gerd@gnu.org>
1672         * emacs-lisp/advice.el (ad-make-advised-definition):
1673         Construct advice for subrs differently.
1675         * textmodes/paragraphs.el (forward-sentence): Put the sentence-end
1676         regexp in parentheses when building the regexp for searching backwards.
1678         * simple.el (completion-list-mode-finish): New function.
1679         (toplevel): Add completion-list-mode-finish to temp-buffer-show-hook.
1681         * language/european.el ("Polish"): Change sample text.
1682         From jsbien@mimuw.edu.pl (Janusz S. Bie\e,Bq\e(B).
1684         * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG
1685         parameter.
1687         * faces.el (menu): Doc fix.
1689 2001-04-10  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
1691         * ps-print.el: Footer implementation.  Doc fix.
1692         (ps-print-version): New version number (6.5.1).
1693         (ps-header-frame-alist): New customization var for header frame
1694         properties.
1695         (ps-line-number-color): New customization var for line number color.
1696         (ps-footer-offset, ps-footer-line-pad, ps-print-footer)
1697         (ps-print-footer-frame, ps-footer-frame-alist, ps-footer-lines)
1698         (ps-footer-font-family, ps-footer-font-size, ps-left-footer)
1699         (ps-right-footer): New customization vars for footers.
1700         (ps-footer-pad, ps-footer-font-size-internal): New internal vars for
1701         footers.
1702         (ps-setup, ps-get-page-dimensions, ps-generate-header-line)
1703         (ps-generate-header, ps-begin-file, ps-begin-job, ps-begin-page):
1704         Code fix.
1705         (ps-prologue-file): Indentation fix.
1706         (ps-print-quote): Fun eliminated.
1707         (ps-value, ps-get, ps-put, ps-del): New funs for alist handling.
1708         (ps-output-frame-properties): New fun.
1709         (ps-fonts, ps-font-number, ps-rgb-color, ps-end-page, ps-next-page)
1710         (ps-skip-newline): Replace defun by defsubst.
1712 2001-04-10  Colin Walters <walters@cis.ohio-state.edu>
1714         * eshell/eshell.el (eshell-command): Needed a "%s" format
1715         specifier, in case the buffer contains percent characters.
1717 2001-04-10  John Wiegley  <johnw@gnu.org>
1719         * calendar/timeclock.el (timeclock-generate-report): Added a
1720         missing insert of the project name.
1722 2001-04-09  Gerd Moellmann  <gerd@gnu.org>
1724         * obsolete/profile.el: Moved from emacs-lisp/.
1726         * Makefile.in (nonobsolete_setwins): New macro.
1727         (finder-data): Use it instead of `setwins'.
1728         From: Dave Love <fx@gnu.org>.
1730         * server.el (server-visit-files): Set server-existing-buffer correctly.
1731         (server-visit-files): Run server-visit-hook after going to
1732         line 1 so that the hook can set point as it sees fit.
1734         * bindings.el (mode-line-modified): Unify help messages.
1736 2001-04-07  Eli Zaretskii  <eliz@is.elta.co.il>
1738         * dos-fns.el (dos-8+3-filename): Rename from dos-truncate-to-8+3.
1739         All callers changed.
1741 2001-04-06  Eli Zaretskii  <eliz@is.elta.co.il>
1743         * international/titdic-cnv.el (miscdic-convert): For MS-DOS, if
1744         long file names aren't supported, truncate the file names in
1745         quail-misc-package-ext-info to 8+3 before matching them against
1746         FILENAME.
1748         * dos-fns.el (dos-truncate-to-8+3): New function.
1750         * progmodes/compile.el (grep-compute-defaults): Use null-device
1751         instead of literal /dev/null. Reported by Jens Schmidt
1752         <schmidt@mathematik.uni-kl.de>.
1754         * simple.el (normal-erase-is-backspace-mode): Doc fix.
1756 2001-04-06  Stefan Monnier  <monnier@cs.yale.edu>
1758         * textmodes/sgml-mode.el: Add unknown maintainer.
1759         (sgml-tag): Pass `str' explicitly through skeleton-transformation.
1760         (html-mode-map): Use set-keymap-parent.
1762 2001-04-06  Dave Love  <fx@gnu.org>
1764         * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
1765         Remove redundant string-to-list.
1767 2001-04-05  Stefan Monnier  <monnier@cs.yale.edu>
1769         * composite.el (reference-point-alist): Doc fix.
1771 2001-04-05  Sam Steingold  <sds@gnu.org>
1773         * font-lock.el (font-lock-keywords-case-fold-search):
1774         Make buffer-local.  This fixes a very annoying bug when loading a Lisp
1775         file made font-lock case-insensitive.
1777 2001-04-05  Gerd Moellmann  <gerd@gnu.org>
1779         * faces.el (defface menu): Doc fix.
1781         * wid-edit.el (widget-color-sample-face-get): Don't make
1782         faces for undefined colors.
1784         * version.el (emacs-version): Include LessTif/Motif version info.
1786 2001-04-04  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
1788         * ps-mule.el: Eliminate cl package dependence.
1789         (char-valid-p, multibyte-string-p, string-make-multibyte): Define funs
1790         if they aren't defined yet.
1791         (ps-mule-encode-header-string, ps-mule-header-string-charsets):
1792         Eliminate cl package dependence.
1794 2001-04-04  Stefan Monnier  <monnier@cs.yale.edu>
1796         * progmodes/cc-cmds.el (c-outline-level):
1797         Bind buffer-invisibility-spec.  Originally from Dave Love, but
1798         got lost when incorporating version 5.26.
1800 2001-04-04  Eli Zaretskii  <eliz@is.elta.co.il>
1802         * emulation/pc-select.el (pc-selection-mode):
1803         Call normal-erase-is-backspace-mode instead of binding
1804         keys individually.
1806         * cus-load.el (normal-erase-is-backspace): Use it instead of
1807         delete-key-deletes-forward.
1809         * startup.el (command-line): Use normal-erase-is-backspace and
1810         normal-erase-is-backspace-mode.
1812         * simple.el (normal-erase-is-backspace): Rename from
1813         delete-key-deletes-forward.  Doc fix.
1814         (normal-erase-is-backspace-mode): Rename from
1815         delete-key-deletes-forward-mode.  Doc fix.
1816         Run normal-erase-is-backspace-hook.
1818         * dired.el (dired-move-to-filename-regexp): Support file sizes in
1819         ``human-readable'' format produced by GNU `ls'.
1820         (dired-move-to-filename-regexp): Recognize ISO format dates.
1821         From Paul Eggert <eggert@twinsun.com>.
1823 2001-04-04  Gerd Moellmann  <gerd@gnu.org>
1825         * emacs-lisp/lisp-mnt.el (lm-keywords-list, lm-keywords-finder-p):
1826         New functions.
1827         (lm-verify): Check keywords.
1828         From Eric M. Ludlam <eric@siege-engine.com>.
1830 2001-04-03  Eric M. Ludlam  <eric@siege-engine.com>
1832         * speedbar.el (speedbar-insert-image-button-maybe): Check for
1833         `xemacs' feature instead of for the function `set-extent-property'.
1835 2001-04-03  Stefan Monnier  <monnier@cs.yale.edu>
1837         * mail/mh-utils.el (mh-folder-hist): New var.
1838         (mh-prompt-for-folder): Use it and pass `default' to completing-read.
1840 2001-04-03  Eli Zaretskii  <eliz@is.elta.co.il>
1842         * hexl.el (hexl-scroll-up): If scrolling gets outside the hexl
1843         region, position point on the first or last 16-byte group.
1844         (hexl-mode-map): Bind C-Home and C-End to hexl-beginning-of-buffer
1845         and hexl-end-of-buffer.  Bind End and Home to hexl-end-of-line and
1846         hexl-beginning-of-line.
1848 2001-04-03  Gerd Moellmann  <gerd@gnu.org>
1850         * icomplete.el (icomplete-mode): Treat an argument like other
1851         modes do.
1853         * startup.el (fancy-splash-head): Use splash8.xpm for color
1854         depth 8.
1856         * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice):
1857         Add an antry for ``converts''.
1859         * language/slovak.el ("Slovak"): Add documentation string.
1860         From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
1862         * language/czech.el ("Czech"): Add documentation string.
1863         From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
1865         * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf'
1866         to `isci24-mule.bdf'.  From: Kenichi Handa <handa@etl.go.jp>.
1868 2001-04-02  Stefan Monnier  <monnier@cs.yale.edu>
1870         * mail/mail-extr.el (mail-extr-delete-char, mail-extr-safe-move-sexp)
1871         (mail-extr-skip-whitespace-forward, mail-extr-nuke-char-at)
1872         (mail-extr-skip-whitespace-backward, mail-extr-undo-backslash-quoting):
1873         Use `defsubst' rather than a macro to ease debugging.
1874         (mail-extr-last): Remove (use `last' instead).
1875         (mail-extract-address-components): Properly reset the syntax-table
1876         after parsing an address.  Use `last' rather than mail-extr-last.
1877         Make sure the end marker stays at the very end.
1879 2001-04-02  Eli Zaretskii  <eliz@is.elta.co.il>
1881         * international/titdic-cnv.el (miscdic-convert): Fix a typo in the
1882         last change.
1884 2001-04-02  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
1886         * ps-print.el: Line and paragraph spacing feature.  Region to cut
1887         out when printing.  Doc fix.
1888         (ps-print-version): New version number (6.5).
1889         (ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp):
1890         New vars.  Line and paragraph spacing feature.
1891         (ps-begin-cut-regexp, ps-end-cut-regexp): New vars.  Region to cut
1892         out when printing.
1893         (ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file)
1894         (ps-get-font-size, ps-begin-job, ps-continue-line)
1895         (ps-plot-region): Code fix.
1896         (ps-print-prologue-2): Var eliminated.
1897         (ps-line-spacing-internal, ps-paragraph-spacing-internal):
1898         New internal vars.
1899         (ps-get-size): New fun.
1900         (ps-output-string-prim, ps-init-output-queue, ps-print-page-p)
1901         (ps-next-line): Replace defun by defsubst.
1902         (ps-mule-plot-string): Autoload doc fix.
1904         * ps-bdf.el: XEmacs compatibility.  Doc fix.
1905         (installation-directory, coding-system-for-read): Declare vars if
1906         it's not declared yet.
1907         (bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.
1909         * ps-mule.el: XEmacs compatibility.  Doc fix.
1910         (leading-code-private-22): Declare var if it's not declared yet.
1911         (charset-bytes, charset-dimension, charset-id, charset-width)
1912         (find-charset-region, split-char, char-width, chars-in-region)
1913         (forward-point, decompose-composite-char, encode-coding-string)
1914         (coding-system-p, ccl-execute-on-string, define-ccl-program):
1915         Define funs if not defined yet.
1916         (encode-composition-rule, find-composition): Define funs if not
1917         loaded yet.
1918         (ps-mule-prologue): PostScript code fix.
1920 2001-04-02  Kenichi Handa  <handa@etl.go.jp>
1922         * ps-mule.el (ps-mule-generate-font): New arg HEADER-P.  If it is
1923         non-nil, generate font for the header strings.
1924         (ps-mule-prepare-font): Likewise.
1925         (ps-mule-generate-glyphs): Likewise.
1926         (ps-mule-string-encoding): Likewise.
1927         (ps-mule-header-charsets): New variable.
1928         (ps-mule-encode-header-string): New function.
1929         (ps-mule-header-string-charsets): New function.
1930         (ps-mule-begin-job): Check charsets in the header strings.  If there
1931         are non-ASCII and non-Latin1 charsets, prepare fonts for them.
1933         * ps-print.el (ps-generate-header-line): Encode the header string by
1934         ps-mule-encode-header-string.
1935         (ps-mule-encode-header-string): Declare autoload.
1937 2001-04-02  Gerd Moellmann  <gerd@gnu.org>
1939         * frame.el (cursor-in-non-selected-windows):
1940         Replaces show-cursor-in-non-selected-windows.
1942 2001-03-31  Kenichi Handa  <handa@etl.go.jp>
1944         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
1945         Delete entries for "chinese-py" and "chinese-ziranma".
1946         (quail-misc-package-ext-info): New variable.
1947         (tsang-quick-converter): New function.
1948         (tsang-b5-converter, quick-b5-converter, tsang-cns-converter)
1949         (quick-cns-converter, py-converter, ziranma-converter)
1950         (miscdic-convert, batch-miscdic-convert): New functions.
1952 2001-03-30  Kenichi Handa  <handa@etl.go.jp>
1954         * international/utf-8.el (ccl-encode-mule-utf-8): Fix handling of
1955         eight-bit-control chars.
1957         * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
1958         Reduce making temporary vector (suggested by Dave Love).
1960 2001-03-30  Eli Zaretskii  <eliz@is.elta.co.il>
1962         * simple.el (transient-mark-mode): Mention ESC ESC ESC in the doc
1963         string as well.
1965 2001-03-30  Andreas Schwab  <schwab@suse.de>
1967         * files.el (backup-directory-alist): Fix typo.
1969 2001-03-30  Eli Zaretskii  <eliz@is.elta.co.il>
1971         * time-stamp.el (time-stamp-format): Doc fix.  From Paul Eggert
1972         <eggert@twinsun.com>.
1974 2001-03-30  Dave Love  <fx@gnu.org>
1976         * progmodes/fortran.el (fortran-comment-region): Fix typo.
1978 2001-03-30  Eli Zaretskii  <eliz@is.elta.co.il>
1980         * simple.el (transient-mark-mode): Mention C-g in the doc string.
1982 2001-03-30  Miles Bader  <miles@gnu.org>
1984         * subr.el (interactive-form): Fix paren typo.
1986 2001-03-29  Eli Zaretskii  <eliz@is.elta.co.il>
1988         * emacs-lisp/profile.el: Say that it's obsolete in the header
1989         line, so that finder.el puts that into its data-base.
1990         Suggested by Alex Schroeder <alex@gnu.org>.
1992 2001-03-29  Paul Eggert  <eggert@twinsun.com>
1994         * mail/emacsbug.el (report-emacs-bug): Report LC_COLLATE,
1995         LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
1997 2001-03-29  Stefan Monnier  <monnier@cs.yale.edu>
1999         * generic.el (generic-mode-set-comments): Use "" rather than nil
2000         for comment-end.
2002 2001-03-29  Gerd Moellmann  <gerd@gnu.org>
2004         * emacs-lisp/advice.el (ad-make-advised-definition):
2005         Call interactive-form to obtain the interactive spec of subrs.
2007         * subr.el (interactive-form): New function.
2009 2001-03-29  Andre Spiegel  <spiegel@gnu.org>
2011         * vc-sccs.el (vc-sccs-register): Use relative file names.
2013 2001-03-28  Gerd Moellmann  <gerd@gnu.org>
2015         * bookmark.el (bookmark-get-bookmark): Handle case that
2016         BOOKMARK is not a string.
2018         * image.el (image-type-regexps): Change type for PS files
2019         to `postscript'.
2021         * subr.el (read-passwd): Clear command history after each
2022         character entered.  From: Stephen Gildea <gildea@alum.mit.edu>.
2024 2001-03-27  Kenichi Handa  <handa@etl.go.jp>
2026         * international/kkc.el (kkc-save-init-file): Locally bind
2027         print-length to nil.
2029 2001-03-26  Gerd Moellmann  <gerd@gnu.org>
2031         * textmodes/flyspell.el: Some doc fixes.
2032         (flyspell-maybe-correct-transposition)
2033         (flyspell-maybe-correct-doubling): Use a temporary buffer
2035         * textmodes/ispell.el (ispell-parse-output): Doc fix.
2037         * emacs-lisp/byte-opt.el (byte-optimize-while)
2038         (byte-optimize-form-code-walker): Diagnose too few arguments
2039         for `if' and `while'.
2041 2001-03-26  Kenichi Handa  <handa@etl.go.jp>
2043         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
2044         Prepend `\' to "\<quail-translation-docstring>".
2046 2001-03-26  Gerd Moellmann  <gerd@gnu.org>
2048         * autorevert.el (global-auto-revert-non-file-buffers):
2049         Remove duplicate defcustom.
2051 2001-03-26  Miles Bader  <miles@gnu.org>
2053         * international/latin1-disp.el (latin1-char-displayable-p):
2054         Add leading "-" for X font pattern.
2056 2001-03-26  Kenichi Handa  <handa@etl.go.jp>
2058         * international/mule-diag.el (describe-coding-system):
2059         For raw-text and emacs-mule, don't add anymore text about what
2060         charsets they can encode.
2062 2001-03-25  Eli Zaretskii  <eliz@is.elta.co.il>
2064         * help.el (view-lossage): Mention open-dribble-file in the doc
2065         string.  Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
2067 2001-03-23  Stefan Monnier  <monnier@cs.yale.edu>
2069         * skeleton.el (skeleton-internal-list): Fix bogus logic.
2070         (skeleton-pair-insert-maybe): Don't pair after a backslash.
2072 2001-03-23  Kenichi Handa  <handa@etl.go.jp>
2074         * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
2075         Call ccl-execute-on-string directly so that CCL program handling
2076         multibyte sequence can work correctly.
2077         (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
2078         property of the coding system.
2080 2001-03-23  Stefan Monnier  <monnier@cs.yale.edu>
2082         * textmodes/fill.el (fill-individual-paragraphs-prefix):
2083         Fix transcription typo.
2085 2001-03-22  Rajesh Vaidheeswarran  <rv@gnu.org>
2087         * whitespace.el: Add buffer local variables to toggle testing of
2088         whitespaces in buffers without affecting the default values.
2089         Bump version to 3.0 to account for a few other changes.
2090         (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
2091         (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
2092         (whitespace-toggle-spacetab-check): New functions.
2094 2001-03-21  Stefan Monnier  <monnier@cs.yale.edu>
2096         * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
2098 2001-03-21  Gerd Moellmann  <gerd@gnu.org>
2100         * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
2101         bs-cycle-configuration-name.  From Juanma Barranquero
2102         <lektu@uol.com.br>.
2104         * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
2105         and cc-vars.el.
2107         * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
2108         headers.  Always invoke sendmail with option -t.
2110 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2112         * Release of cc-mode 5.28.
2114 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2116         * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
2117         Removed the hardcoded switch to "java" style in Java mode.
2118         It's instead taken care of by the default value for c-default-style.
2120 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2122         * cc-align.el (c-lineup-math): Fix bug where lineup was
2123         triggered by equal signs in string literals.
2125 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2127         * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
2128         limit detection when at the ends of the buffer.
2130         * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
2131         "for" statement clause in case 7F; a better one is done
2132         earlier in case 7D anyway.
2134 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2136         * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
2137         somewhat more and did a small optimization.
2139 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2141         * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
2142         Use the limit argument only to limit the syntactic context
2143         search, not to limit the actual movement.
2145         * cc-cmds.el (c-beginning-of-statement): Move by sentence
2146         inside multiline strings, just like in comments.  Also various
2147         fixes to the paragraph and comment prefix recognition, block
2148         comment ender handling etc.
2150 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2152         * cc-cmds.el (c-fill-paragraph): Take more care to preserve
2153         the relative position of the point.
2155         * cc-cmds.el (c-electric-continued-statement): New function to
2156         use as abbrev hook to reindent for keywords such as "else"
2157         that continues an earlier statement.
2159         * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
2160         like classes.
2162         * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
2163         (pike-mode): Populate the default abbrev tables to reindent for
2164         keywords such as "else" that can continue earlier statements.
2165         Abbrev mode is therefore turned on by default now.  (Note that
2166         this doesn't apply to idl-mode, since IDL afaik doesn't have
2167         statements at all.)
2169 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2171         * cc-engine.el (c-inside-bracelist-p): Fix for handling
2172         bracelists where the declaration contains template arguments.
2174 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2176         * cc-cmds.el (c-comment-indent):
2177         Use `c-get-syntactic-indentation' to correctly calculate the
2178         syntactic indentation.  Fixes bug with lineup functions that
2179         return vectors.
2181         * cc-engine.el (c-get-syntactic-indentation): Split the
2182         indentation sum calculation from `c-indent-line' to a separate
2183         function.
2185 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2187         * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
2188         Fixed places where it was assumed that preprocessor directives
2189         have to start in column zero.
2191         * cc-engine.el (c-beginning-of-member-init-list): Handle C++
2192         template arguments after a class identifier properly.
2194         * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
2195         lists for `new Foo[]' constructs in Java as expressions and
2196         not top level definition brace lists on the top level, so that
2197         they'll get indented consistently with the same type of
2198         expression in a normal block.
2200 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2202         * cc-cmds.el (c-fill-paragraph): The kludge that checks
2203         whether the adaptive filling package fails to keep the comment
2204         prefix is now kludged further to check for filladapt-mode
2205         which doesn't have that problem. This is really icky, but it's
2206         the only way that works with the current misfeatures/bugs in
2207         both adaptive-fill-mode and filladapt-mode.
2209         * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
2210         around point is recognized more robust.
2212 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2214         * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
2215         (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
2216         (c-lit-type): Fixed all internal variables used dynamically so
2217         that they are always bound.
2219         * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
2220         errors:
2222         (c-indent-region): Fixed reporting of syntactic errors so that
2223         the region is fully reindented even when an error occurs.
2224         The last syntactic error is printed afterwards.  Also cleanup up a
2225         whole lot of code that tried to optimize indentation of whole
2226         sexps but in reality accomplishes nothing.
2228         (c-indent-sexp): Use c-indent-region.
2230         (c-parsing-error): Changed this variable to hold the message
2231         for any syntactic error that is discovered.
2233         (c-parse-state): Search backward from point instead of the bod
2234         position when the latter is invalid.  This makes CC Mode
2235         recover faster when there are unbalanced close braces.
2237         (c-backward-to-start-of-if): Use c-parsing-error to report
2238         dangling "else" clauses instead of throwing an error, and fall
2239         back to a reasonable position.
2241         (c-indent-line): Added argument to avoid reporting syntactic errors.
2243         (c-show-syntactic-information): Don't report any syntactic errors.
2245 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2247         * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
2248         paragraph recognition when moving by sentence in literals.
2250         * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
2251         start regexp for javadoc to recognize javadoc markup in general instead
2252         of a specific set of keywords, to be more future-safe.
2254         (c-Pike-pikedoc-paragraph-start)
2255         (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
2256         pikedoc markup.
2258         * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
2260         (pike-mode): Initialize paragraph settings pikedoc recognition.
2262         * cc-vars.el (c-default-style): Made a nicer Customize widget.
2264         (c-comment-prefix-regexp): Made it possible to use an
2265         association list on this to specify mode specific regexps.
2266         The default value now use a special regexp in Pike mode to
2267         recognize pikedoc markup.
2269         (c-current-comment-prefix): New variable containing the actual
2270         regexp from c-comment-prefix-regexp for the current buffer.
2272 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2274         * cc-cmds.el (c-electric-brace): Fixed check for special brace
2275         lists: We can't look at the syntax, since a brace list can get
2276         recognized as a plain statement-cont.
2278         * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
2279         special brace list opener broken over two lines got recognized
2280         as a statement on the second line.  Case 9A changed.
2282 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2284         * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
2285         adjustment after line is reindented.
2287 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2289         * cc-defs.el (c-point): Added optional argument for position
2290         to use instead of the current point.
2292         * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
2293         the in-expression block symbols when the construct starts at
2294         boi, to avoid the extra level of indentation in that case.
2295         Cases 4, 16A and 17E affected.
2297 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2299         * cc-cmds.el: Use `indent-according-to-mode' instead of direct
2300         calls to `c-indent-line', to adhere better to Emacs conventions.
2302         * cc-engine.el (c-indent-line): Use the syntax already bound
2303         to `c-syntactic-context', if there is any.
2305 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2307         * cc-engine.el (c-get-offset): Fixed bug where the indentation
2308         wasn't added up correctly when a lineup function returned nil.
2310 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2312         * cc-engine.el (c-collect-line-comments): Fixed bug where
2313         empty lines were ignored when collecting line comments backwards.
2315 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2317         * cc-align.el (c-lineup-dont-change): Return an absolute
2318         indentation column to work correctly in the case when several
2319         syntactic elements are processed for the same line.
2321         * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
2322         (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
2323         (c-set-offset): Added absolute indentation column settings by
2324         using the vector type.
2326 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2328         * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
2329         Implemented two new cleanups `space-before-funcall' and
2330         `compact-empty-funcall'.
2332 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2334         * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
2335         helping building regexps.
2337         * cc-engine.el (c-on-identifier): New function for detecting
2338         identifiers.  It takes keywords into account.
2340         * cc-langs.el, cc-mode.el: Added regexps for complete keyword
2341         lists.  `c-keywords' is set to a regexp matching all keywords
2342         in the current language.
2344 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2346         * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
2347         list of characters to skip backwards over at the beginning of
2348         a statement, since it can precede string literals in Pike.
2350 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2352         * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
2353         recognition when standing on the last line in a C++ comment
2354         with nothing but whitespace after the prefix.
2356         * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
2357         given no limit argument.
2359 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2361         * cc-engine.el (c-inside-bracelist-p): Fixed brace list
2362         recognition for the `[]= operator symbol in Pike.
2364 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2366         * cc-bytecomp.el (cc-eval-when-compile): New macro that works
2367         around a bug in `eval-when-compile' in the byte compiler.
2369         * cc-engine.el (c-forward-token-1): Fixed bug with return
2370         value when count is zero and there's no token start within the limit.
2372         (c-guess-basic-syntax): Don't add 'comment-intro to lines with
2373         "prefix comments", i.e. comments which are followed by code on
2374         the same line.
2376         * cc-mode-19.el: Fixes so that checks that must be done at
2377         compile time also are done then.
2379 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2381         * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
2382         time and at runtime, and only when it's needed.
2384 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2386         Major cleanup for less error prone and more warning free
2387         compilation, including some fixes for bugs due to different
2388         compilation orders. Thanks to Martin Buchholz for providing
2389         the basis for all this.
2391         * cc-bytecomp.el: New file that provides some byte compilation
2392         features: It ensures that files always are loaded from the
2393         current source directory during compilation, and it provides a
2394         set of macros to turn off specific compiler warnings for
2395         specific symbols.  (It's not CC Mode specific in any way.)
2397         Fixed a nearly acyclic dependency tree (both runtime and
2398         compile-time) between all files.
2400         * cc-defs.el: Separated all macros before the inline functions,
2401         to ensure correct compilation.
2403         * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
2404         cc-defs.el to cc-engine.el and made it a function instead.
2406         * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
2407         about char-after.
2409         * cc-vars.el: Cope even when there isn't a custom package
2410         containing defcustom available.
2412         * cc-make.el: Removed since it's no longer necessary.
2414         README: Updated installation instructions.
2416 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2418         * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
2419         improve the modularity: Moved all mode init stuff from
2420         cc-langs.el to cc-mode.el, including the keymap
2421         initialization; cc-langs now only contains the various
2422         variables for configuring the language syntax.
2424         * cc-engine.el, cc-styles.el (c-evaluate-offset)
2425         (c-get-offset): Moved from cc-styles to cc-engine since file
2426         dependency analysis suggests they belong there (which also
2427         makes more sense).  Thanks to Martin Buchholz for doing the analysis.
2429 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2431         * cc-cmds.el (c-fn-region-is-active-p): New function that
2432         wraps the corresponding macro, for use in places that aren't
2433         compiled.  Thanks to Martin Buchholz for pointing out this.
2435         * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
2437         * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
2438         add things to the bug report.
2440 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2442         * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
2443         returned prefix could contain a newline when the search for a
2444         good prefix line failed.
2446 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2448         * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
2449         (c-toggle-auto-hungry-state): Made the argument optional, as
2450         the documentation says it is.
2452 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2454         * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
2455         multiline string syntax, #"...", as a cpp macro.
2457 2001-03-21  Paul Eggert  <eggert@twinsun.com>
2459         * international/mule-cmds.el (set-locale-environment):
2460         Set system-messages-locale and system-time-locale, but only if the
2461         caller specifies a non-nil locale name.
2463 2001-03-20  Gerd Moellmann  <gerd@gnu.org>
2465         * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
2466         problems for the interpreter.  From: John Wiegley  <johnw@gnu.org>
2468 2001-03-20  Gerd Moellmann  <gerd@gnu.org>
2470         * follow.el (follow-avoid-tail-recenter): Doc fix.
2472         * custom.el (custom-set-variables): Avoid reversing the list
2473         of args needlessly.
2475         * startup.el (fancy-splash-head): Don't change the colors of the
2476         XPM image on a dark background.
2478         * comint.el (comint-exec-1): Set columns of the terminal to
2479         window-width instead of frame-width.
2481         * info.el (Info-scroll-down): Add missing WINDOW arg for
2482         pos-visible-in-window-p.
2484         * ehelp.el (electric-help-mode-hook): Add defcustom.
2486         * mail/sendmail.el (mail-mode): Activate case-folding in
2487         font-lock-defaults.
2489 2001-03-19  Stefan Monnier  <monnier@cs.yale.edu>
2491         * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
2492         (completion-ignored-extensions): Remove duplicate ".class".
2494 2001-03-19  Andreas Schwab  <schwab@suse.de>
2496         * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
2497         From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
2499 2001-03-19  Gerd Moellmann  <gerd@gnu.org>
2501         * language/european.el ("Latin-5", "Latin-4"): Use postfix input
2502         methods since there are not prefix input methods.
2504 2001-03-19  Kenichi Handa  <handa@etl.go.jp>
2506         * international/mule-cmds.el (read-input-method-name):
2507         Locally bind enable-recursive-minibuffers to t.
2509 2001-03-18  Stefan Monnier  <monnier@cs.yale.edu>
2511         * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
2513 2001-03-17  Michael Kifer  <kifer@cs.sunysb.edu>
2515         * ediff-util.el: Copyright years.
2516         (ediff-choose-syntax-table): New function.
2517         (ediff-setup): Use ediff-choose-syntax-table.
2519         * ediff-init.el (ediff-with-syntax-table): New macro, uses
2520         with-syntax-table.
2522         * ediff.el: Date of last update, copyright years.
2524         * ediff-wind (ediff-setup-control-frame): Nill->nil.
2526         * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
2527         of Scott Bronson.
2528         (ex-cmd-assoc,ex-cmd-one-letr): New functions.
2529         (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
2530         Deleted functions.
2531         (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
2532         ex-token-list.
2534         * viper-util.el: Spaces, indentation.
2536         * viper.el: Changed version, modification time.
2538 2001-03-16  John Wiegley  <johnw@gnu.org>
2540         * calendar/timeclock.el (timeclock-workday-remaining):
2541         Check whether `discrep' is non-null before using it.
2543 2001-03-16  John Wiegley  <johnw@gnu.org>
2545         * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
2546         first-time checkins.
2547         (timeclock-log-data): Fixed problem with reading timelog log file.
2548         Resulting data in the "day list" was incorrect.
2549         (timeclock-find-discrep): Check if `timeclock-file' is readable
2550         before opening it.
2551         (timeclock-time-less-p): New function.
2552         (timeclock-day-base): New function.
2553         (timeclock-geometric-mean): New function.
2554         (timeclock-generate-report): Generate a summary report based on
2555         the contents of the log file.  This uses `timeclock-log-data', and
2556         is an example of writing a timelog manipulation function.
2557         (timeclock-visit-timelog): A quick command for opening the timelog
2558         file.
2559         (timeclock-log-data): Bound the variable event.
2561 2001-03-16  Kenichi Handa  <handa@etl.go.jp>
2563         * international/mule-cmds.el (select-safe-coding-system):
2564         Fix typo: symbol-name -> symbol-value.
2566         * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
2567         before substitute-in-file-name to handle double slashes in FILE
2568         correctly.
2570 2001-03-15  Gerd Moellmann  <gerd@gnu.org>
2572         * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
2573         for Slovak.  From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
2575 2001-03-14  Gerd Moellmann  <gerd@gnu.org>
2577         * bindings.el (features): Add `md5' and `overlay' to the list.
2579         * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
2580         bound before using it.  It's not bound when configured without X,
2581         for instance.
2583 2001-03-13  Thien-Thi Nguyen  <ttn@gnu.org>
2585         * progmodes/hideshow.el: Update copyright.
2586         (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
2587         (hs-minor-mode-hook): Include `:version' in defcustom form.
2589 2001-03-13  Gerd Moellmann  <gerd@gnu.org>
2591         * help.el (string-key-binding): Don't call event-start on
2592         a non-list.
2594 2001-03-13  Eli Zaretskii  <eliz@is.elta.co.il>
2596         * startup.el (fancy-splash-tail, command-line-1): Fix the
2597         copyright year.
2599 2001-03-13  Kenichi Handa  <handa@etl.go.jp>
2601         * term.el: These changes are based on a patch sent from Yong Lu
2602         <lyongu@yahoo.com>.
2603         (term-set-escape-char): Bind M-x to execute-extended-command in
2604         term-raw-escape-map.
2605         (term-move-columns): Don't try to move to negagive column.
2606         (term-emulate-terminal): Insert a string before deleting a text to
2607         overwrite.
2609 2001-03-12  Gerd Moellmann  <gerd@gnu.org>
2611         * play/life.el (life): Rearrange code so that all calls to
2612         life-display-generation are in a catch-form.
2614         * progmodes/etags.el (tags-loop-continue): Don't change point in a
2615         file that isn't interesting.  In an interesting file, push the old
2616         value of point on the mark ring.
2618         * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
2619         New function.
2620         (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
2621         Use it.
2623         * emacs-lisp/autoload.el (generate-file-autoloads):
2624         Remove warning about line lengths.
2626 2001-03-12  Philippe Waroquiers  <wao@gull.tact.cfmu.eurocontrol.be>
2628         * progmodes/etags.el (tags-compression-info-list): New variable.
2629         (find-tag-in-order): Use it to deal with compressed source files.
2630         (tag-file-name-match-p): New function.
2631         (etags-recognize-tags-table): Use it for better match of file names.
2633 2001-03-12  Kenichi Handa  <handa@etl.go.jp>
2635         * international/mule-cmds.el (register-input-method): Doc fix.
2637         * international/quail.el (quail-translate-key): Fix condition to
2638         check if there's another breaking point in the current key.
2640 2001-03-11  Eli Zaretskii  <eliz@is.elta.co.il>
2642         * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
2643         Babyl header to the newly-created output file, bind
2644         coding-system-for-write to either rmail-file-coding-system or
2645         emacs-mule-unix.
2647 2001-03-11  Stefan Monnier  <monnier@cs.yale.edu>
2649         * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
2650         Fix the name and regexp used for subsubsections.
2652 2001-03-10  Dave Love  <fx@gnu.org>
2654         * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
2655         and save-buffer if buffer-file-name non-nil.  From rms.
2657 2001-03-10  Andre Spiegel  <spiegel@gnu.org>
2659         * vc.el (vc-do-command): If the destination buffer is already
2660         current, don't set it up and don't erase it.  Updated doc string
2661         to reflect that.
2662         (vc-version-diff): When doing a single file diff, don't switch to the
2663         *vc-diff* buffer before the command.  This is to preserve local
2664         variable bindings that might affect the diff command.
2665         (vc-print-log): Don't switch to the *vc* buffer before the
2666         command, so that local variable bindings are preserved.
2668         * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
2669         not the current buffer.
2670         (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
2672         * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
2673         make output go to buffer *vc*, not the current buffer.
2675 2001-03-09  Stefan Monnier  <monnier@cs.yale.edu>
2677         * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
2678         so ^, $, *, ? and + are interpreted correctly.
2680 2001-03-09  Gerd Moellmann  <gerd@gnu.org>
2682         * help.el (string-key-binding): Renamed from
2683         mode-line-key-binding.  Handle any event on a string.
2684         Check for `keymap' properties as well as `local-map' properties.
2686         * comint.el (comint-insert-clicked-input): Use the last key
2687         from this-command-keys to lookup the global key definition.
2689 2001-03-09  Kenichi Handa  <handa@etl.go.jp>
2691         * international/characters.el: Add category `j' for
2692         katakana-jisx0201.   Fix syntaxes of katakana-jisx0201.
2694         * international/mule-conf.el (no-conversion): Fix docstring.
2695         (raw-text): Fix docstring.
2697 2001-03-08  Gerd Moellmann  <gerd@gnu.org>
2699         * simple.el (choose-completion-string): When not leaving the
2700         minibuffer, raise the minibuffer frame when minibuffer-auto-raise
2701         is set.
2703         * window.el (shrink-window-if-larger-than-buffer): Handle frame
2704         parameter `(minibuffer . t)'.
2706 2001-03-07  Stefan Monnier  <monnier@cs.yale.edu>
2708         * progmodes/sh-script.el (sh-st-symbol): New symbol.
2709         (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
2710         (sh-mode): Remove `make-local-variable' for unused var
2711         `font-lock-unfontify-region-function'.
2713 2001-03-07  Richard M. Stallman  <rms@gnu.org>
2715         * info.el (Info-scroll-down): Fix previous change.
2717         * mail/rmail.el (rmail-toggle-header): Use a window which
2718         is showing the Rmail buffer, rather than the selected window.
2720 2001-03-07  Dave Love  <fx@gnu.org>
2722         * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
2723         now, to avoid problems with binding imenu directly to a mouse event.
2725 2001-03-07  Gerd Moellmann  <gerd@gnu.org>
2727         * info.el (Info-scroll-down): Call pos-visible-in-window-p with
2728         second arg t.
2730 2001-03-07  Stefan Monnier  <monnier@cs.yale.edu>
2732         * log-edit.el (log-edit-common-indent): New var.
2733         (log-edit-set-common-indentation): Renamed from
2734         log-edit-delete-common-indentation.  Use the new var.
2735         (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
2737         * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
2738         (cvs-mode-add-change-log-entry-other-window):
2739         Don't presume change-log-default-name is defined.
2741         * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
2743         * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
2744         the "tree" operation as well.
2746         * pcvs-parse.el (cvs-parse-table): Add another ignored message.
2748         * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
2749         to match paragraph-start.
2751         * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
2752         comment-start-skip and set comment-end-skip as well.
2753         (sgml-comment-indent): Fix for new value of comment-start-skip.
2754         (html-autoview-mode): Don't bother using make-local-hook.
2756 2001-03-07  Gerd Moellmann  <gerd@gnu.org>
2758         * cus-edit.el (custom-save-delete): Move in front of local
2759         variables, otherwise long Custom entries would make them ineffective.
2761         * uniquify.el: Set maintainer to FSF.
2763 2001-03-07  Eli Zaretskii  <eliz@is.elta.co.il>
2765         * dired-aux.el (dired-do-shell-command): Doc fix.
2767 2001-03-06  Stefan Monnier  <monnier@cs.yale.edu>
2769         * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
2771         * which-func.el (which-func-modes): Add cperl-mode.
2772         (which-func-mode-global): Use define-minor-mode.
2774         * info-look.el: Docstring fixes and dead code eliminated.
2775         (cperl-mode): Add support.
2776         (emacs-lisp-mode): List all entries from elisp manual, whether
2777         or not they are currently (f)bound or not.  Update regexp.
2779         * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
2781         * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
2782         so that C-h m shows the correct information.
2783         Use make-local-variable rather than make-variable-buffer-local.
2784         (cperl-info-buffer, cperl-setup-tmp-buf):
2785         Use make-local-variable rather than make-variable-buffer-local.
2786         (cperl-msb-fix, cperl-get-help-defer):
2787         Check major-mode for `cperl-mode' as well.
2789         * progmodes/cperl-mode.el: Updated to author version 4.23.
2790         (cperl-electric-pod): SYNOPSIS was misspelled.
2791         (cperl-find-pods-heres): @if ? a : b was considered a REx.
2792         (cperl-after-expr-p): Make true after __END__.
2794 2001-03-06  Gerd Moellmann  <gerd@gnu.org>
2796         * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
2797         bookmark-completion-ignore-case is t.
2799         * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
2800         switch, like xterm, and concat resource strings, with a newline
2801         between them.
2803 2001-03-06  Eli Zaretskii  <eliz@is.elta.co.il>
2805         * international/codepage.el (cp770-decode-table)
2806         (cp773-decode-table, cp774-decode-table): New variables.
2808         * man.el (Man-hyphenated-reference-regexp): New variable.
2809         (Man-build-references-alist): Use it to search for referenced
2810         manpages.  If hyphenated is non-nil, record a concatenated word in
2811         Man-refpages-alist only if it matches Man-reference-regexp.
2812         Update word's length when it is concatenated.  Reverse the list,
2813         to get the first manpage at the head.
2814         (Man-possibly-hyphenated-word): New function.
2815         (Man-follow-manual-reference): Use it instead of current-word to
2816         find a manpage at point, in a way that accounts for hyphenated
2817         references.
2819 2001-03-06  Alex Schroeder  <alex@gnu.org>
2821         * sql.el (sql-interbase): New function.
2822         (sql-interbase-program): New option.
2823         (sql-interbase-options): New option.
2824         And some typos fixed: "customise" to "customize".
2826 2001-03-06  Dave Love  <fx@gnu.org>
2828         * textmodes/flyspell.el (flyspell-region):
2829         Set up flyspell-local-mouse-map.
2831 2001-03-05  Richard M. Stallman  <rms@gnu.org>
2833         * mail/rmail.el (rmail-retry-failure):
2834         Don't call rmail-beginning-of-message.
2835         Don't discard From: field.  Do discard Received: field.
2836         Use unwind-protect to re-prune.
2837         (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
2839 2001-03-06  Kenichi Handa  <handa@etl.go.jp>
2841         * international/quail.el (quail-title): Add autoload cookie.
2843 2001-03-05  Dave Love  <fx@gnu.org>
2845         * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
2846         new defs.
2848 2001-03-05  Kenichi Handa  <handa@etl.go.jp>
2850         * language/ethio-util.el (ethio-toggle-space):
2851         Update current-input-method-title if necessary.
2852         (ethio-toggle-punctuation): Likewise.
2854         * international/quail.el (quail-title): Fix for the case that a
2855         title of an input method is specified by a list of the same form
2856         as used in mode-line-format.
2858         * international/mule-cmds.el (activate-input-method):
2859         If current-input-method-title is set by activating INPUT-METHOD,
2860         respect that value.
2862 2001-03-05  Gerd Moellmann  <gerd@gnu.org>
2864         * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
2866 2001-03-05  Alex Schroeder  <alex@gnu.org>
2868         * sql.el (sql-sybase): Fix typo (was: query user about server two
2869         times instead of server and database).
2871         * sql.el (sql-sybase): Doc change.
2872         (sql-mysql): Doc change.
2873         (sql-postgres): Doc change.
2875 2001-03-05  Kenichi Handa  <handa@etl.go.jp>
2877         * international/mule-conf.el (emacs-mule, raw-text):
2878         Docstring modified.
2880 2001-03-04  Eli Zaretskii  <eliz@is.elta.co.il>
2882         * term/internal.el: Update copyright notice.
2884         * term/pc-win.el: Update copyright notice.
2886 2001-03-02  Dave Love  <fx@gnu.org>
2888         * files.el (insert-file-contents-literally):
2889         Bind inhibit-file-name-handlers and inhibit-file-name-operation,
2890         not jka-compr-compression-info-list.
2892 2001-03-02  Stefan Monnier  <monnier@cs.yale.edu>
2894         * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
2895         spaces in default comment-start-skip settings rather than \s-.
2897 2001-03-02  Eli Zaretskii  <eliz@is.elta.co.il>
2899         * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
2900         default-frame-alist as well.
2902 2001-03-01  Dave Love  <fx@gnu.org>
2904         * textmodes/reftex.el (defvar): Wrap some defvars in
2905         eval-when-compile.  From Markus Rost <rost@math.ohio-state.edu>.
2907         * subr.el (event-basic-type): Doc fix.
2909         * international/quail.el: Doc fixes.
2911         * international/utf-8.el: Doc fixes.
2913         * international/mule-cmds.el: Doc fixes.
2914         (leim-list-header): Fix header text.
2916         * international/mule.el (coding-system-category): Doc fix.
2918         * international/ccl.el (ccl-compile): Doc fix.
2920 2001-03-01  Stefan Monnier  <monnier@cs.yale.edu>
2922         * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
2923         rather than (before|after)-change-functions.
2925 2001-03-01  Gerd Moellmann  <gerd@gnu.org>
2927         * ediff-util.el (ediff-scroll-horizontally): Arrange for
2928         scroll-left and scroll-right being called interactively so that
2929         they set the window's min_hscroll.
2931 2001-03-01  Eli Zaretskii  <eliz@is.elta.co.il>
2933         * info.el (info-insert-file-contents-1): Accept an additional
2934         argument `lfn': if it is non-nil, concatenate `filename' and
2935         `suffix'; otherwise use the complicated MS-DOS code.
2936         All callers changed.
2937         (info-insert-file-contents, Info-find-node): If the MS-DOS port
2938         can access long file names, try the long file-name version of
2939         `info-insert-file-contents-1', then the short file-name version.
2941 2001-02-28  TAKAHASHI Naoto  <ntakahas@m17n.org>
2943         * language/ethio-util.el (setup-ethiopic-environment-internal):
2944         Change bindings of functions keys to conform to "Emacs Lisp Coding
2945         Convention".
2947         * language/ethiopic.el ("Ethiopic"): Add documentation.
2949 2001-02-28  Kenichi Handa  <handa@etl.go.jp>
2951         * international/utf-8.el (mule-utf-8): Set coding-category
2952         property to coding-category-utf-8.
2954 2001-02-27  Richard M. Stallman  <rms@gnu.org>
2956         * lpr.el (lpr-page-header-switches, print-region-1):
2957         Undo 2000-07-06 change.
2958         (lpr-add-switches): Default to t on gnu/linux.
2960 2001-02-27  Gerd Moellmann  <gerd@gnu.org>
2962         * bs.el (bs-attributes-list): Doc fix.
2964 2001-02-26  Gerd Moellmann  <gerd@gnu.org>
2966         * help.el (describe-project): Display the file THE-GNU-PROJECT.
2968         * help.el (view-order-manuals): Use goto-address.
2970         * startup.el (command-line-1): Add info about ordering manuals
2971         to the not so fancy splash screens.
2973 2001-02-26  Andre Spiegel  <spiegel@gnu.org>
2975         * vc.el (vc-default-workfile-unchanged-p)
2976         (vc-default-latest-on-branch-p): Add missing BACKEND argument.
2978 2001-02-26  Gerd Moellmann  <gerd@gnu.org>
2980         * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
2981         fontify in the right buffer.
2983         * allout.el (outline-flag-region): Move macro in front of first
2984         use to avoid a run-time error.
2986 2001-02-24  Andrew Innes  <andrewi@gnu.org>
2988         * makefile.w32-in: Fix copyright notice.
2990 2001-02-24  Kenichi Handa  <handa@etl.go.jp>
2992         * international/utf-8.el (mule-utf-8): Set correct value for
2993         valid-codes property.
2995         * international/fontset.el (x-complement-fontset-spec): In the
2996         case that we use ASCII font for the other charsets, use only
2997         family and registry part of it.
2999 2001-02-23  Eli Zaretskii  <eliz@is.elta.co.il>
3001         * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
3002         (shrink-window-if-larger-than-buffer): Doc fix.
3004 2001-02-23  Stefan Monnier  <monnier@cs.yale.edu>
3006         * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
3007         predicate passed to completing-read.
3009 2001-02-23  Eli Zaretskii  <eliz@is.elta.co.il>
3011         * startup.el (command-line): Fix last change.
3013 2001-02-23  Jason Rumney  <jasonr@gnu.org>
3015         * startup.el (tool-bar-originally-present): New variable.
3016         (command-line): Set it if the tool-bar is switched on at startup.
3018         * frame.el (frame-notice-user-settings): Only adjust frame height
3019         for no tool-bar case if tool-bar was originally switched on.
3020         From E. Jay Berkenbilt.
3022 2001-02-22  Stefan Monnier  <monnier@cs.yale.edu>
3024         * server.el (server-switch-buffer): Only switch window if the
3025         current one is dedicated.
3027         * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
3028         rather than using (match-beginning 0) when searching for break point.
3030 2001-02-22  Eli Zaretskii  <eliz@is.elta.co.il>
3032         * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
3033         @ follows an accent command such as @'.  Support optional braces
3034         in commands that insert accents, like makeinfo does.
3036 2001-02-22  Gerd Moellmann  <gerd@gnu.org>
3038         * startup.el (fancy-splash-text): Add a line for ordering
3039         manuals.  Reverse order of splash screens shown.
3040         (use-fancy-splash-screens-p): Adapt to the text line added.
3042         * menu-bar.el (menu-bar-help-menu): Add an item for ordering
3043         manuals from the FSF.
3045         * help.el (view-order-manuals): New function.
3046         (toplevel): Bind C-h C-m to this function.
3048 2001-02-21  Stefan Monnier  <monnier@cs.yale.edu>
3050         * newcomment.el (comment-forward): Skip the comment-start before
3051         searching for the comment-end.
3053 2001-02-21  Dave Love  <fx@gnu.org>
3055         * custom.el (custom-initialize-changed, defcustom): Doc fix.
3057         * international/mule-cmds.el, international/mule.el: Doc fixes.
3059 2001-02-21  Gerd Moellmann  <gerd@gnu.org>
3061         * startup.el (fancy-splash-screens): Use display-hourglass
3062         instead of display-busy-cursor.
3064         * frame.el (display-hourglass): Renamed from busy-cursor.
3065         (hourglass-delay): Renamed from busy-cursor-delay-seconds.
3066         (show-cursor-in-non-selected-windows): Doc fix.
3068 2001-02-20  Dave Love  <fx@gnu.org>
3070         * international/utf-8.el: Doc and commentary fixes.
3072 2001-02-20  Eli Zaretskii  <eliz@is.elta.co.il>
3074         * ehelp.el (with-electric-help): Doc fix.
3076 2001-02-20  Gerd Moellmann  <gerd@gnu.org>
3078         * msb.el (msb-mode): Call the update-buffers function explicitly
3079         with a FORCE argument.
3081         * menu-bar.el (menu-bar-update-buffers): Add optional parameter
3082         FORCE.  If set, update the menu even if frame-or-buffer-changed-p
3083         returns nil.
3085 2001-02-20  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
3087         * ps-print.el: Timestamp package replacement.  Some enhancements.
3088         Some XEmacs compatibility.  Doc fix.
3089         (ps-print-version): New version number (6.4).
3090         (ps-printer-name): Initialization fix.
3091         (ps-zebra-stripe-follow): Funcionality enhancement.
3092         (ps-prologue-file): Code enhancement.
3093         (ps-right-header): Timestamp package replacement.
3094         (ps-setup, ps-face-bold-p, ps-face-italic-p)
3095         (ps-get-page-dimensions)
3096         (ps-generate-header, ps-begin-file, ps-begin-job)
3097         (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
3098         (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
3099         (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
3100         (coding-system-for-write): Var declaration (XEmacs compatibility).
3102 2001-02-20  Miles Bader  <miles@gnu.org>
3104         * image-file.el (image-file-name-extensions): Add "tif".
3106 2001-02-19  Gerd Moellmann  <gerd@gnu.org>
3108         * wid-edit.el (widget-button-click): Save the selected window
3109         around the code handling clicks on buttons.
3111 2001-02-18  Dave Love  <fx@gnu.org>
3113         * imenu.el (imenu--generic-function): Use mapc to iterate over
3114         syntax characters.
3116 2001-02-17  Richard M. Stallman  <rms@gnu.org>
3118         * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
3120         * uniquify.el (uniquify-buffer-name-style): Doc fix.
3122 2001-02-16  Gerd Moellmann  <gerd@gnu.org>
3124         * mouse.el (mouse-save-then-kill): If the distance from the new
3125         point to the mark is equal to the distance of point from the new
3126         point, move point instead of the mark.
3128 2001-02-16  Dave Love  <fx@gnu.org>
3130         * textmodes/flyspell.el (flyspell-get-word): Return string without
3131         properties.
3133 2001-02-16  Eli Zaretskii  <eliz@is.elta.co.il>
3135         * generic.el (generic-find-file-regexp): Doc fix.
3136         (generic-ignore-files-regexp): New defcustom.
3137         (generic-mode-find-file-hook): If the file's name matches the
3138         regexp in `generic-ignore-files-regexp', don't enter
3139         default-generic-mode.  Doc fix.
3141 2001-02-16  Gerd Moellmann  <gerd@gnu.org>
3143         * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
3144         Add autoload cookies.
3146         * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
3147         of cal-tex-24.
3149 2001-02-16  Eli Zaretskii  <eliz@is.elta.co.il>
3151         * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
3153         * progmodes/compile.el (grep-regexp-alist): Remove the blank from
3154         the character class after the (optional) drive, to support file
3155         names with embedded blanks.
3157 2001-02-15  Sam Steingold  <sds@gnu.org>
3159         * textmodes/tex-mode.el (tex-shell-running):
3160         Check the process buffer too.
3162 2001-02-15  Dave Love  <fx@gnu.org>
3164         * battery.el (battery-status-function): Fix doc, :type.
3166         * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
3168 2001-02-15  Gerd Moellmann  <gerd@gnu.org>
3170         * subr.el (read-passwd): Clear Lisp memory holding password.
3172 2001-02-15  Miles Bader  <miles@gnu.org>
3174         * info.el (Info-copy-current-node-name): New function.
3175         (Info-mode-menu): Add it to the menu.
3177 2001-02-14  Richard M. Stallman  <rms@theobromine.ai.mit.edu>
3179         * international/mule-cmds.el (toggle-input-method): Doc fix.
3181 2001-02-13  Stefan Monnier  <monnier@cs.yale.edu>
3183         * replace.el (occur): Stop at end of buffer.
3185 2001-02-13  Eli Zaretskii  <eliz@is.elta.co.il>
3187         * international/mule-cmds.el (set-input-method): Another doc fix.
3189 2001-02-13  David M. Koppelman <koppel@ee.lsu.edu>
3191         * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
3193 2001-02-13  Miles Bader  <miles@gnu.org>
3195         * faces.el (set-face-background, set-face-foreground)
3196         (set-face-stipple): Treat a value of nil as being `unspecified'.
3198 2001-02-12  Dave Love  <d.love@dl.ac.uk>
3200         * international/latin1-disp.el:  Doc fixes.
3201         (latin1-display) <defgroup>: Add :link.
3202         (latin1-display) <function>: Set variable latin1-display.
3204 2001-02-12  Eli Zaretskii  <eliz@is.elta.co.il>
3206         * international/mule-cmds.el (set-input-method): Doc fix.
3208 2001-02-12  Eric M. Ludlam  <zappo@choochoo.ultranet.com>
3210         * speedbar.el (speedbar-frame-parameters): No toolbar lines.
3211         (speedbar-line-file): Return nil if not a file.
3212         (speedbar-buffers-line-path): Return file for tags, and dir for files.
3214 2001-02-12  Michael Kifer  <kifer@cs.sunysb.edu>
3216         * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
3217         for remote files.
3218         (ediff-coding-system-for-read): Replaced the no-conversion default
3219         with raw-text.
3221         * ediff-init.el: Removed :version from defcustom vars.
3223         * ediff-util.el (ediff-compute-custom-diffs-maybe):
3224         Better handling of the diff mode.
3226         * ediff.texi: Added ediff-coding-system-for-read.
3228         * viper.texi: Fix typos.
3230 2001-02-11  Dave Love  <fx@gnu.org>
3232         * shadowfile.el: Doc fixes.
3233         (shadow) <defgroup>: Add :link.
3234         (shadowfile-unload-hook): New function.
3235         (shadow-initialize): Use defalias, not fset.
3236         (shadow-define-cluster, shadow-define-literal-group)
3237         (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
3239         * international/mule.el: Doc and message fixes.
3241         * international/ccl.el (define-ccl-program): Doc fix.
3243 2001-02-11  Kenichi Handa  <handa@etl.go.jp>
3245         * faces.el (mode-line): Set :line-width property to -1.
3247 2001-02-10  Richard M. Stallman  <rms@gnu.org>
3249         * complete.el (partial-completion-mode): Doc fix.
3251         * simple.el (delete-key-deletes-forward-mode):
3252         Change `let' to `let*' to fix gross bug in last change.
3254         * repeat.el (repeat): Don't let execute-kbd-macro alter
3255         real-last-command.
3257 2001-02-10  Eli Zaretskii  <eliz@is.elta.co.il>
3259         * simple.el (eval-expression): Doc fix.
3261 2001-02-09  Dave Love  <fx@gnu.org>
3263         * imenu.el (imenu-generic-expression): Doc fix.
3265         * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
3266         From Juanma Barranquero.
3268         * emacs-lisp/authors.el (authors): Expand `root' before running find.
3270 2001-02-09  Kenichi Handa  <handa@etl.go.jp>
3272         * faces.el (set-face-attribute): Describe the case of a negative
3273         value specified for :line-width.
3275 2001-02-08  Stefan Monnier  <monnier@cs.yale.edu>
3277         * which-func.el (which-func-mode): Invert which-func-mode-global.
3278         From Juanma Barranquero <lektu@uol.com.br>.
3280 2001-02-08  Dave Love  <fx@gnu.org>
3282         * wid-edit.el (widget-plist-convert-widget): Replace binding of
3283         widget-plist-value-type.
3284         (widget-alist-convert-widget): Replace binding of
3285         widget-alist-value-type.
3287         * textmodes/paragraphs.el (sentence-end): Doc fix.
3289         * eshell/em-rebind.el (eshell-cannot-leave-input-list):
3290         Remove `backward-line'.
3292         * play/pong.el (pong-blank-color, pong-bat-color)
3293         (pong-ball-color, pong-border-color, pong-left-key)
3294         (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
3295         (pong-pause-key, pong-resume-key, pong-timer-delay):
3296         * mail/mh-comp.el (mh-compose-letter-function):
3297         * eshell/esh-mode.el (eshell-skip-prompt-function):
3298         * emulation/viper-ex.el (ex-unix-type-shell-options):
3299         * recentf.el (recentf-menu-filter):
3300         * ps-print.el (ps-print-region-function):
3301         * lpr.el (print-region-function):
3302         * forms.el (forms-mode-hooks):
3303         * dirtrack.el (dirtrack-directory-change-hook):
3304         * cus-start.el (temp-buffer-show-function, display-buffer-function):
3305         * textmodes/spell.el (spell-filter):
3306         * textmodes/fill.el (adaptive-fill-function):
3307         * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
3308         * progmodes/etags.el (find-tag-default-function):
3309         * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
3310         * progmodes/ada-mode.el (ada-popup-key): Fix :type.
3312 2001-02-07  Eli Zaretskii  <eliz@is.elta.co.il>
3314         * emulation/viper-init.el (viper-fast-keyseq-timeout)
3315         (viper-translate-all-ESC-keysequences): Doc fix.  From Jim
3316         Meyering <jim@meyering.net>.
3318         * loadup.el: Revert last change.
3320 2001-02-07  Kenichi Handa  <handa@etl.go.jp>
3322         * international/mule.el (transform-make-coding-system-args):
3323         Make it work also for coding systems not using CCL.
3325 2001-02-06  Eli Zaretskii  <eliz@is.elta.co.il>
3327         * simple.el (previous-matching-history-element)
3328         (next-matching-history-element): Doc fix.
3330         * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
3331         specific part.
3333 2001-02-06  Dave Love  <fx@gnu.org>
3335         * add-log.el (add-log-current-defun-function)
3336         (add-log-buffer-file-name-function, add-log-file-name-function):
3337         Fix :type.
3338         (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
3340 2001-02-06  Eli Zaretskii  <eliz@is.elta.co.il>
3342         * info.el (info-initialize): Remove the test for system-type when
3343         invocation-directory is non-nil.
3345         * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
3346         of `font-lock-defaults' to `backward-paragraph' rather than nil.
3348 2001-02-06  Andrew Innes  <andrewi@gnu.org>
3350         * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
3351         absolute.
3353 2001-02-06  David M. Koppelman <koppel@ee.lsu.edu>
3355         * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
3356         buffers.  When hi-lock turned on rather than only checking current
3357         buffer for regexps, all buffers are checked. Moved activation of
3358         font-lock to hi-lock-refontify. When font-lock turned off rather
3359         than removing added highlighting just in current buffer, remove it
3360         in all buffers.  Changed edit menu text from "Automatic
3361         Highlighting" to "Regexp Highlighting" Documentation for
3362         highlighting phrases, minor documentation changes.
3363         (hi-lock-set-file-patterns): Execute only if there are new or
3364         existing file patterns.
3365         (hi-lock-refontify): Assume font-lock-fontify-buffer will first
3366         unfontify and, if a support mode is active, will not refontify the
3367         whole buffer.  If necessary, turn on font lock. (Removed
3368         font-lock-unfontify and font-lock support-mode-specific calls,
3369         such as lazy-lock-fontify-window.)
3370         (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
3371         patterns are found. Not useful now since find-file-hook is removed
3372         if hi-lock is off, but may be needed for per-buffer hi-lock activation.
3373         (hi-lock-face-phrase-buffer): New function.  Also added related
3374         menu item and keybinding.
3375         (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
3376         (hi-lock-process-phrase): New function.
3377         (hi-lock-line-face-buffer): Doc fixes.
3378         (hi-lock-face-buffer): Doc fixes.
3379         (hi-lock-unface-buffer): Doc fixes.
3381 2001-02-06  Gerd Moellmann  <gerd@gnu.org>
3383         * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
3384         dabbrev-ignored-regexps.
3386 2001-02-06  Eli Zaretskii  <eliz@is.elta.co.il>
3388         * simple.el (kill-line): Doc fix.
3390 2001-02-05  Dave Love  <fx@gnu.org>
3392         * loadup.el: Revert last two changes -- bootstrapping works with
3393         regenerated loaddefs.
3395 2001-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
3397         * isearch.el (isearch-forward): Doc fix.
3399         * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
3400         of font-lock-defaults to backward-paragraph.
3402 2001-02-05  Gerd Moellmann  <gerd@gnu.org>
3404         * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
3405         X-Complaints-To, NNTP-Posting-Date, and User-Agent.
3407 2001-02-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
3409         * ebnf2ps.el: Eliminate time-stamp functions.
3410         (ebnf-version): New version (3.5).
3411         (ebnf-eps-finish-and-write): Replace time-stamp functions by
3412         format-time-string.
3414 2001-02-05  Gerd Moellmann  <gerd@gnu.org>
3416         * simple.el (next-line): Goto end-of-line before inserting a newline.
3418 2001-02-05  Miles Bader  <miles@gnu.org>
3420         * image-file.el (insert-image-file): When visiting an image, also
3421         set `truncate-lines' to t so that any fringe arrow looks correct.
3423 2001-02-05  Kenichi Handa  <handa@etl.go.jp>
3425         * isearch.el (isearch-forward): Add description about input method
3426         in the docsting.
3428 2001-02-04  Stefan Monnier  <monnier@cs.yale.edu>
3430         * skeleton.el (skeleton-internal-1): Always push the mark for @.
3432 2001-02-02  Eli Zaretskii  <eliz@is.elta.co.il>
3434         * info.el (info-initialize): If installation-directory is nil, for
3435         DOS/Windows systems try looking in a sibling of invocation-directory.
3437 2001-02-02  Gerd Moellmann  <gerd@gnu.org>
3439         * wid-edit.el (widget-button-click): Fix last change.
3441         * frame.el (frame-notice-user-settings): When resizing the initial
3442         frame because the tool bar is off, also change the frame's top
3443         position if a negative top position was specified.
3445 2001-02-02  Miles Bader  <miles@gnu.org>
3447         * image-file.el (insert-image-file): When visiting an image,
3448         suppress the cursor in the image buffer.
3450 2001-02-01  Dave Love  <fx@gnu.org>
3452         * progmodes/f90.el (f90-mode): Remove startup message.
3454         * vc-cvs.el: Remove autoloads.  Require vc when compiling.
3456 2001-02-01  Gerd Moellmann  <gerd@gnu.org>
3458         * startup.el (command-line): Fix code determining whether or not
3459         to use delete-key-deletes-forward-mode.
3461 2001-02-01  Andre Spiegel  <spiegel@gnu.org>
3463         * vc.el (vc-diff-switches): New user option.
3464         (vc-version-diff): Use it.
3465         (vc-diff-switches-list): New macro.
3467         * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
3468         New customization options.
3469         (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
3471         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
3473 2001-02-01  Gerd Moellmann  <gerd@gnu.org>
3475         * msb.el (toplevel): Quote hook symbols.
3477 2001-02-01  Kenichi Handa  <handa@etl.go.jp>
3479         * international/mule.el (make-coding-system): Add description
3480         about recognized properties in the docstring.
3482         * international/mule-conf.el: Remove unused charsets
3483         mac-roman-lower and mac-roman-upper.
3485 2001-01-31  Gerd Moellmann  <gerd@gnu.org>
3487         * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
3488         is in front of the left-margin, if any.
3490         * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
3491         like `delete'.
3493         * bindings.el: Define `kp-delete' like `delete' in function-key-map.
3495         * term/w32-win.el (mouse-set-font): Doc fix.
3497 2001-01-31  Stefan Monnier  <monnier@cs.yale.edu>
3499         * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
3500         (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
3501         on already.
3503 2001-01-31  Markus Rost  <rost@math.ohio-state.edu>
3505         * files.el (save-buffer): Don't give message if (buffer-file-name)
3506         returns nil.
3508 2001-01-31  Eli Zaretskii  <eliz@is.elta.co.il>
3510         * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
3512         * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
3513         concat for integers.  From Juanma Barranquero <lektu@uol.com.br>.
3515         * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
3516         display problems.
3518 2001-01-31  Kenichi Handa  <handa@etl.go.jp>
3520         * international/mule.el (charset-info): Fix docstring.
3522         * international/mule-diag.el (describe-character-set): Check final
3523         char valid before printing it.
3525 2001-01-30  Gerd Moellmann  <gerd@gnu.org>
3527         * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
3529         * frame.el (frame-notice-user-settings): Do the tool-bar
3530         stuff only for graphical displays.  Fix a braino.
3532         * frame.el (frame-initialize): Create initial frame visible.
3533         (frame-notice-user-settings): When tool-bar has been switched off,
3534         correct the frame size and sync tool-bar-mode.
3536         * startup.el (command-line): Remove manipulation of frame
3537         height for tool bars.
3539 2001-01-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
3541         * lpr.el: Compatibility with XEmacs and doc fixes.
3542         (lpr-windows-system, lpr-lp-system): New vars.
3543         (lpr-printer-switch): New defcustom.
3544         (printer-name, lpr-command): Customization fix.
3545         (print-region-1): Code fix.
3546         (print-region-new-buffer, printify-region): Indentation fix.
3547         (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
3548         New functions.
3550 2001-01-29  Gerd Moellmann  <gerd@gnu.org>
3552         * msb.el (toplevel): Fix the eval-after-load.
3554 2001-01-29  Dave Love  <fx@gnu.org>
3556         * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
3558         * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
3560         * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
3561         (tcl-using-emacs-19-23): Consider Emacs 21+.
3562         (tcl-help-directory-list, tcl-command-switches): Fix :type.
3563         (tcl-add-emacs-menu): Supply menu name.
3564         (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
3566 2001-01-29  Gerd Moellmann  <gerd@gnu.org>
3568         * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
3570 2001-01-29  Stefan Monnier  <monnier@cs.yale.edu>
3572         * pcvs.el (cvs-mark-fis-dead): New function.
3573         (cvs-mode-add): Use it.
3574         (cvs-mode-add-change-log-entry-other-window):
3575         Rebind change-log-default-name to itself rather than to nil.
3577 2001-01-29  Sam Steingold  <sds@gnu.org>
3579         * vc-cvs.el: Replaced (require 'vc) with a bunch of
3580         `autoload' statements.
3582 2001-01-29  Eli Zaretskii  <eliz@is.elta.co.il>
3584         * files.el (confirm-kill-emacs): Doc fix.
3586         * frame.el (frame-initialize): Doc fix.
3588         * time-stamp.el (time-stamp-string): Doc fix.
3590         * woman.el (WoMan-log-1): Make the log buffer writable.
3591         From Markus Rost <rost@math.ohio-state.edu>.
3593 2001-01-29  Gerd Moellmann  <gerd@gnu.org>
3595         * imenu.el (imenu-syntax-alist): Add autoload cookie for
3596         the `make-variable-buffer-local'.
3598 2001-01-29  Dave Love  <fx@gnu.org>
3600         * ansi-color.el (ansi-color-for-comint-mode): Add :version.
3601         (ansi-color-for-comint-mode-on, ansi-color-process-output):
3602         Add autoload cookie.
3603         (ansi-color-apply-sequence): Fix typo.
3605 2001-01-29  Gerd Moellmann  <gerd@gnu.org>
3607         * menu-bar.el (menu-bar-files-menu): Add menu items for
3608         Postscript printing in black and white.
3610         * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
3611         X-Mailman-Version, Precedence, List-Help, List-Post,
3612         List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
3613         Content-Type, Content-Length.
3615 2001-01-29  Dave Love  <fx@gnu.org>
3617         * elide-head.el (elide-head): Make overlay evaporate.
3619         * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
3621 2001-01-28  Eli Zaretskii  <eliz@is.elta.co.il>
3623         * isearch.el (isearch-highlight): Don't punt if the display
3624         doesn't support colors, since isearch faces are defined for
3625         monochrome displays as well.
3627 2001-01-27  Sam Steingold  <sds@gnu.org>
3629         * shell.el (shell-write-history-on-exit): Make sure that we are in
3630         the shell buffer (M-x tex-file RET inserted the error message into
3631         the TeX buffer).
3633 2001-01-27  Eli Zaretskii  <eliz@is.elta.co.il>
3635         * simple.el (transient-mark-mode): Doc fix.
3637 2001-01-27  Gerd Moellmann  <gerd@gnu.org>
3639         * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
3641 2001-01-27  Eli Zaretskii  <eliz@is.elta.co.il>
3643         * shell.el (shell-unquote-argument): If the shell is one of the
3644         mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
3645         quote character.
3646         (shell-dumb-shell-regexp): Document that the shells which match
3647         this regexp are supposed to not treat a backslash as a quote character.
3649         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
3650         from 2001-01-12.  It is not needed, since backspace is mapped into DEL.
3652 2001-01-27  Richard M. Stallman  <rms@gnu.org>
3654         * dabbrev.el (dabbrev--substitute-expansion):
3655         Treat a one-capital-letter abbrev as "not all upper case",
3656         so as to force preservation of the expansion's pattern
3657         if the expansion starts with a capital letter.
3659 2001-01-27  Eli Zaretskii  <eliz@is.elta.co.il>
3661         * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
3662         Doc fix.
3664         * simple.el (transient-mark-mode): Document the fact that many
3665         commands act on the region when mark is active.
3667 2001-01-27  Kenichi Handa  <handa@etl.go.jp>
3669         * international/quail.el (quail-setup-completion-buf): Make the
3670         multibyteness of current buffer inherited to Quail completion buffer.
3671         (quail-show-guidance-buf): Make the multibyteness of current
3672         buffer inherited to Quail guidance buffer.
3673         (quail-help): Make the multibyteness of current buffer inherited
3674         to Quail help buffer.
3676 2001-01-26  Dave Love  <fx@gnu.org>
3678         * time-stamp.el: Doc fixes.
3680         * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
3681         (delphi-keyword-face, delphi-other-face): Fix :type.
3683         * textmodes/flyspell.el: Doc fixes.  Add :version to new options.
3685         * mail/feedmail.el (feedmail): Add :link.
3686         (feedmail-send-it): Doc fix.
3688         * mail/sendmail.el: Doc fixes.
3689         (sendmail-send-it): Fix the non-ASCII regexp and use
3690         rfc2047-encode-string.
3692         * dired.el, dired-aux.el: Revert last change.
3694 2001-01-26  Gerd Moellmann  <gerd@gnu.org>
3696         * makefile.w32-in (DONTCOMPILE): Add various term files.
3698 2001-01-26  Dave Love  <fx@gnu.org>
3700         * Makefile.in (DONTCOMPILE): Add various term files.
3702 2001-01-26  Gerd Moellmann  <gerd@gnu.org>
3704         * man.el (Man-default-man-entry, Man-mode): Doc fix.
3706         * startup.el (display-startup-echo-area-message): Make sure
3707         the echo area is resized to fit the size of the startup message.
3709         * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
3710         part of which is a constant.
3712 2001-01-26  Eli Zaretskii  <eliz@is.elta.co.il>
3714         * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
3716 2001-01-26  Richard M. Stallman  <rms@gnu.org>
3718         * simple.el (next-line): Don't let `newline' expand abbrevs.
3719         Simplify slightly.
3720         (open-line): Don't let `newline' expand abbrevs.
3722 2001-01-25  John Wiegley  <johnw@gnu.org>
3724         * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
3725         to `repeat' in the :type field.
3727         * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
3728         allow a choice of regexp or nil.
3729         (pcomplete-dir-ignore): Same.
3731         * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
3732         a command) to always fail.
3734 2001-01-25  Gerd Moellmann  <gerd@gnu.org>
3736         * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
3737         discard the result.
3738         (iswitchb-to-end): Likewise.
3740 2001-01-25  Sam Steingold  <sds@gnu.org>
3742         * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
3743         Require vc.
3745 2001-01-25  Stefan Monnier  <monnier@cs.yale.edu>
3747         * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
3749         * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
3751 2001-01-25  Dave Love  <fx@gnu.org>
3753         * lisp/international/mule-diag.el (describe-char-after): Doc fix.
3754         (describe-coding-system): Tweak the English text.
3756         * loadup.el: Preload international/ccl for utf-8.
3758 2001-01-25  Eli Zaretskii  <eliz@is.elta.co.il>
3760         * mail/rmail.el (rmail-redecode-body): Doc fix.
3762 2001-01-25  Kenichi Handa  <handa@etl.go.jp>
3764         * international/mule-cmds.el (reset-language-environment):
3765         Reset coding-category-utf-8 to mule-utf-8.
3767         * international/mule-conf.el (coding-category-utf-8):
3768         Initialize to mule-utf-8.
3770         * loadup.el: Preload international/utf-8.
3772         * international/utf-8.el: New file.
3774 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
3776         * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
3778 2001-01-24  Sam Steingold  <sds@gnu.org>
3780         * dired.el (dired-replace-in-string): Removed.
3781         (dired-sort-toggle): Use `replace-regexps-in-string'
3782         instead of `dired-replace-in-string'.
3784         * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
3785         (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
3787         * gs.el (gs-replace-in-string): Removed.
3788         (gs-options): Use `replace-regexps-in-string'
3789         instead of `gs-replace-in-string'.
3791 2001-01-24  Eli Zaretskii  <eliz@is.elta.co.il>
3793         * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
3794         bug report is mailed to an email list and posted to a news group.
3796 2001-01-24  Gerd Moellmann  <gerd@gnu.org>
3798         * comint.el (comint-replace-by-expanded-history-before-point):
3799         Fix change of 2000-08-03 to move point to the start of the line again.
3801         * startup.el (tool-bar-images-pixel-height): New variable.
3802         (command-line): After loading the user's init file, when
3803         tool-bar-mode is on, increase the frame's size by some lines for
3804         the tool-bar.
3806         * frame.el (frame-initialize): Create the initial frame invisible.
3808 2001-01-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
3810         * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
3811         (chinese-big5): MIME:Big5.
3813 2001-01-24  Gerd Moellmann  <gerd@gnu.org>
3815         * international/mule-cmds.el (universal-coding-system-argument):
3816         Handle commands with prefix args.
3818 2001-01-24  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
3820         * calendar/diary-lib.el (diary-float): Fix case of MONTH
3821         being a list of numbers.
3822         (diary-mail-entries): Rewritten.
3824 2001-01-23  Dave Love  <fx@gnu.org>
3826         * international/mule.el (make-coding-system): Fix typo.
3828         * textmodes/outline.el (outline-mode) <font-lock-defaults>:
3829         Add backward-paragraph as font-lock-beginning-of-syntax-function.
3831 2001-01-23  Eli Zaretskii  <eliz@is.elta.co.il>
3833         * font-lock.el (font-lock-mode): Doc fix.
3835 2001-01-23  Kenichi Handa  <handa@etl.go.jp>
3837         * international/mule.el (make-translation-table): Fix docstring.
3839 2001-01-22  Eli Zaretskii  <eliz@is.elta.co.il>
3841         * mail/rmail.el (rmail-redecode-body): New function.
3843         * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
3845 2001-01-22  Gerd Moellmann  <gerd@gnu.org>
3847         * isearch.el (isearch-lazy-highlight-case-fold-search)
3848         (isearch-lazy-highlight-regexp): New variables.
3849         (isearch-lazy-highlight-cleanup): Update lazy highlight if
3850         case-fold search or regexp search has been toggled.
3852         * wid-edit.el (widget-button-click): Avoid a save-excursion
3853         around running a global binding.
3855         * isearch.el (isearch-lazy-highlight-initial-delay): Set default
3856         to 0.25.
3858 2001-01-20  Miles Bader  <miles@gnu.org>
3860         * cus-edit.el (custom-face-save): Do post-processing on the face's
3861         new value like `custom-face-set' does.
3863 2001-01-19  Eli Zaretskii  <eliz@is.elta.co.il>
3865         * mail/emacsbug.el (report-emacs-bug): Report the value of
3866         LC_CTYPE, not LC_TYPE.
3868         * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
3869         isearch-toggle-regexp and isearch-edit-string to doc string.
3871 2001-01-19  Gerd Moellmann  <gerd@gnu.org>
3873         * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
3874         as font-lock-beginning-of-syntax-function in font-lock-defaults.
3876         * jit-lock.el (jit-lock-fontify-now): Don't bind
3877         font-lock-beginning-of-syntax-function to nil.
3879 2001-01-19  Eli Zaretskii  <eliz@is.elta.co.il>
3881         * mail/emacsbug.el (report-emacs-bug): Report values of
3882         locale-coding-system, default-enable-multibyte-characters, and the
3883         environment variables LC_ALL, LC_TYPE, and LANG.
3885 2001-01-19  Gerd Moellmann  <gerd@gnu.org>
3887         * font-lock.el (font-lock-default-fontify-region): Fix last change.
3889         * font-lock.el (font-lock-multiline): Default to nil.
3890         (font-lock-default-fontify-region): If font-lock-multiline is
3891         nil, don't check the property `font-lock-multiline'.
3893         * jit-lock.el (jit-lock-after-change): If font-lock-multiline
3894         is nil, don't check the `font-lock-multiline' text property.
3896 2001-01-19  Michael Kifer  <kifer@cs.sunysb.edu>
3898         * viper.el: Call initial-major-mode on startup.
3900         * ediff.el (ediff-patch-file): Use better defaults.
3902         * ediff-vers.el: Fix for 8+3 DOS file systems.
3904 2001-01-19  Colin Walters <walters@cis.ohio-state.edu>
3906         * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
3907         diff mode, if available.
3909 2001-01-19  Michael Kifer  <kifer@cs.sunysb.edu>
3911         * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
3913         * ediff-init.el (subst-char-in-string): Define and use it, unless
3914         it's already defined.
3916 2001-01-18  Gerd Moellmann  <gerd@gnu.org>
3918         * tooltip.el (tooltip-hide-delay): New user-option.
3919         (tooltip-show): Use tooltip-hide-delay instead of the default.
3921 2001-01-18  Kenichi Handa  <handa@etl.go.jp>
3923         * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
3924         kill-local-variable doesn't work for enable-multibyte-characters.
3926 2001-01-17  Dave Love  <fx@gnu.org>
3928         * ediff-init.el (ediff-before-setup-hook)
3929         (ediff-merge-filename-prefix): Add :version.
3931         * international/latin1-disp.el: Require disp-table.
3932         (latin1-display): Fix :set.
3934         * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
3936 2001-01-17  Gerd Moellmann  <gerd@gnu.org>
3938         * isearch.el (isearch-lazy-highlight-initial-delay)
3939         (isearch-lazy-highlight-interval): Default to 0.
3941 2001-01-17  Bob Glickstein  <bobg@zanshin.com>
3943         * isearch.el (isearch-highlight): Set isearch-overlay priority to
3944         1 here rather than each time through
3945         isearch-lazy-highlight-new-loop.
3946         (isearch-lazy-highlight-max): Variable deleted.
3947         (isearch-lazy-highlight-max-at-a-time): New user variable, like
3948         isearch-lazy-highlight-max but controls a single invocation of
3949         isearch-lazy-highlight-update.
3950         (isearch-lazy-highlight-wrapped): Variable recreated.
3951         (isearch-lazy-highlight-window-start): New variable.
3952         (isearch-lazy-highlight-cleanup): Restored to behavior of
3953         before 2-Jan.
3954         (isearch-lazy-highlight-remove-overlays): Function deleted;
3955         behavior folded into isearch-lazy-highlight-cleanup.  "Keep"
3956         behavior removed.
3957         (isearch-lazy-highlight-new-loop): Restore old behavior of calling
3958         isearch-lazy-highlight-update in a loop rather than just once.
3959         Test isearch-invalid-regexp here and decide not to start a new
3960         loop, rather than testing it each time through
3961         isearch-lazy-highlight-update.
3962         (isearch-lazy-highlight-search): Function restored.
3963         (isearch-lazy-highlight-update): Get called in a timer loop again,
3964         but this time highlight more than one match each time through.
3965         Only highlight matches in the visible part of the window.
3966         Start at point, move in the direction of the search, and wrap around at
3967         the edge of the window.  Use sit-for to force redisplay and ensure
3968         window-start is credible.  "Face suppressing" behavior removed;
3969         overlay priorities should make it unnecessary, right?
3970         (isearch-highlight): Face suppressing behavior removed.
3971         (isearch-dehighlight): Face suppressing behavior removed.
3972         (isearch-set-lazy-highlight-faces-at): Removed.
3974 2001-01-17  Kenichi Handa  <handa@etl.go.jp>
3976         * language/european.el ("Latin-1"): Make the format of description
3977         about additional language environments same as that of Latin-2.
3979 2001-01-16  Dave Love  <fx@gnu.org>
3981         * isearch.el (isearch-lazy-highlight): Add :version.
3983         * simple.el (backward-delete-char-untabify-method)
3984         (next-line-add-newlines): Add :version.
3986 2001-01-16  Gerd Moellmann  <gerd@gnu.org>
3988         * bindings.el: Bind <backspace> and <delete> via function-key-map.
3989         Don't bind <delete> otherwise.
3991         * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
3992         and <delete> via function-key-map.
3994         * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
3995         Subject line only if point is after the `Subject:'.
3997 2001-01-16  Kenichi Handa  <handa@etl.go.jp>
3999         * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
4000         japanese-jisx0213-2 in `charset' property of this lang. env.
4002         * language/european.el ("Latin-1"): Add description for Dutch and
4003         Spanish lang. env.
4005         * international/mule.el (decode-char): Fix conditions.
4006         (encode-char): Handle eight-bit-control too.
4007         (transform-make-coding-system-args): New function.
4008         (make-coding-system): Accept XEmacs style arguments for CCL base
4009         coding system.
4011 2001-01-15  Gerd Moellmann  <gerd@gnu.org>
4013         * progmodes/etags.el (find-tag-noselect): Save the value of
4014         tags-file-name before switching buffers, for the case it has a
4015         buffer-local value.
4017 2001-01-15  Alex Schroeder  <alex@gnu.org>
4019         * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
4020         From Dave Love <fx@gnu.org>.
4021         (ansi-color-for-comint-mode): Fix :version.
4023 2001-01-15  Alex Schroeder  <alex@gnu.org>
4025         * ansi-color.el (ansi-color-unfontify-region): Doc change.
4027 2001-01-14  Eli Zaretskii  <eliz@is.elta.co.il>
4029         * dired.el (dired-insert-directory): If file-system-info fails,
4030         remove the " free " part, but don't signal an error.
4032 2001-01-12  Sam Steingold  <sds@gnu.org>
4034         * bookmark.el (bookmark-maybe-historicize-string):
4035         Use new backquote syntax.
4037 2001-01-12  Richard M. Stallman  <rms@gnu.org>
4039         * subr.el (last): Handle a list that doesn't end in nil.
4041 2001-01-12  Sam Steingold  <sds@gnu.org>
4043         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
4044         to `backward-delete-char-untabify'.
4046 2001-01-12  Dave Love  <fx@gnu.org>
4048         * cus-edit.el (customize-menu-create): Fix the :filter following
4049         easymenu change.
4051         * wid-edit.el (function): Add :match-alternatives.
4052         (widget-color-action): Doc fix.
4054 2001-01-12  Gerd Moellmann  <gerd@gnu.org>
4056         * calendar/calendar.el (calendar-basic-setup): Doc fix.
4058 2001-01-12  Kenichi Handa  <handa@etl.go.jp>
4060         * international/mule-cmds.el (prefer-coding-system): Fix docstring.
4062         * international/ccl.el (define-ccl-program): Fix docstring.
4064 2001-01-11  Dave Love  <fx@gnu.org>
4066         * international/mule-cmds.el (standard-display-european-internal):
4067         Set display table for 2208 as for 160.
4069         * progmodes/ada-mode.el (ada-popup-key): Fix last change.
4071         * progmodes/fortran.el (fortran-mode-map): Modify Customization
4072         entry for custom-menu-create change.
4073         (fortran-strip-sqeuence-nos): Make arg optional.  Fix regexp and
4074         don't cons it in the search loop.
4076         * imenu.el (imenu--truncate-items): Revert last change.
4078 2001-01-11  Eli Zaretskii  <eliz@is.elta.co.il>
4080         * info.el (Info-setup-header-line): If the node header includes
4081         either Next: or Prev: links, don't show the File: and Node: parts
4082         in the header line.
4084 2001-01-11  Gerd Moellmann  <gerd@gnu.org>
4086         * comint.el (comint-goto-process-mark): Don't print a message
4087         when running in batch mode.
4089         * isearch.el (isearch-search): In the condition-case handler for
4090         `error', set isearch-invalid-regexp to the whole error message.
4092         * subr.el (eval-after-load): Call load-symbol-file-load-history to
4093         ensure that eval-after-load works for files dumped with Emacs.
4095         * help.el (load-symbol-file-load-history): New function extracted
4096         from function symbol-file.
4097         (symbol-file): Use it.
4099         * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
4101 2001-01-11  Eli Zaretskii  <eliz@is.elta.co.il>
4103         * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
4104         behave as if there were no prefix argument.
4105         (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
4106         argument were nil.
4108 2001-01-11  Richard M. Stallman  <rms@gnu.org>
4110         * isearch.el (isearch-lazy-highlight-update):
4111         Don't look for more potential matches once maximum is exceeded.
4112         Use overlays-in to check correctly for overlap with current match.
4113         Ignore empty matches.
4115 2001-01-11  Miles Bader  <miles@gnu.org>
4117         * textmodes/ispell.el (ispell-adjusted-window-height): New function.
4118         (ispell-overlay-window, ispell-help, ispell-show-choices)
4119         (ispell-command-loop): Use it instead of `window-height'.
4121 2001-01-10  Gerd Moellmann  <gerd@gnu.org>
4123         * files.el (confirm-kill-emacs): New user-option.
4124         (save-buffers-kill-emacs): Ask for final confirmation before
4125         killing Emacs.
4127         * isearch.el (isearch-done): Set isearch-lazy-highlight-start
4128         to nil.
4130 2001-01-10  Dave Love  <fx@gnu.org>
4132         * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
4134         * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
4136         * hi-lock.el (hi-lock-exclude-modes): Fix :type.
4138         * calculator.el (calculator-number-digits): Fix :type.
4140         * vc-cvs.el (vc-cvs-header): Fix :type.
4141         * vc-rcs.el (vc-rcs-header): Fix :type.
4142         * vc-sccs.el (vc-sccs-header): Fix :type.
4144         * progmodes/ada-mode.el (ada-popup-key): Fix :type.
4146         * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
4148         * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
4150 2001-01-10  Gerd Moellmann  <gerd@gnu.org>
4152         * simple.el (set-variable): Force a thorough redisplay for the
4153         case that the variable has an effect on the display, like
4154         `tab-width' has.
4156 2001-01-10  Andre Spiegel  <spiegel@gnu.org>
4158         * vc.el: Add documentation for backend interface.
4160 2001-01-10  Kenichi Handa  <handa@etl.go.jp>
4162         * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
4164         * international/mule-conf.el (latin-extra-code-table): Set to t
4165         for \223 and \224.
4167 2001-01-09  Kenichi Handa  <handa@etl.go.jp>
4169         * international/mule-cmds.el (locale-language-names): Map "es" to
4170         "Spanish" and "nl" to "Dutch".
4172 2001-01-09  Gerd Moellmann  <gerd@gnu.org>
4174         * bindings.el (global-map): Bind <home> to beginning-of-line,
4175         <end> to end-of-line, C-<home> to beginning-of-buffer, and
4176         C-<end> to end-of-buffer.
4178         * language/european.el: Add Dutch and Spanish language info
4179         to be able to use the appropriate tutorials.
4181 2001-01-09  Alex Schroeder  <alex@gnu.org>
4183         * ansi-color.el (ansi-color-process-output): Use markers instead
4184         of positions for start and end of region.
4185         (ansi-color-apply-on-region): Rewrote code to make it more robust.
4186         Previously, occasional mistakes happend when fontifying many
4187         chunks of output (eg. ls --color=yes /dev).  This happened
4188         whenever an overlay was created up to the end of the region, which
4189         coincided with the process-mark.  New text would then be added
4190         within that overlay instead of after it.
4191         (ansi-color-make-extent): Overlays are created with the property
4192         `modification-hooks' set to '(ansi-color-freeze-overlay).
4193         (ansi-color-freeze-overlay): New function.  When inserting text at
4194         the end of the overlay, the overlay will resize.
4196 2000-01-09  Alex Schroeder  <alex@gnu.org>
4198         * ansi-color.el (ansi-color-process-output): Doc change.
4199         (ansi-color-unfontify-region): Doc change.  No longer installed
4200         automatically in font-lock-unfontify-region-function.
4201         (ansi-color-apply): Doc change.
4202         (ansi-color-apply-on-region): Use extents or overlays instead of
4203         text-properties.
4204         (ansi-color-make-extent): New function.
4205         (ansi-color-set-extent-face): New function.
4207 2000-01-09  Alex Schroeder  <alex@gnu.org>
4209         * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
4210         both use ansi-color-process-output, now.
4211         (ansi-color-process-output): Doesn't return string anymore.  It is
4212         installed in comint-output-filter-functions for both Emacs and
4213         XEmacs, now.
4214         (ansi-color-unfontify-region): Simplified code removing variables
4215         pos and start-ansi.
4216         (ansi-color-apply): Put text-property ansi-color before putting
4217         text-property face because ansi-color-unfontify-region is called
4218         immediately after the call to put-text-property.
4219         (ansi-color-context-region): Doc change.
4220         (ansi-color-filter-region): Simplified code.
4221         (ansi-color-apply-on-region): Changed start to start-marker, using
4222         a marker explicitly.  Put text-property ansi-color before putting
4223         text-property face because ansi-color-unfontify-region is called
4224         immediately after the call to put-text-property.
4226 2000-01-09  Alex Schroeder  <alex@gnu.org>
4228         * ansi-color.el (ansi-color-faces-vector): Doc change.
4229         (ansi-color-for-comint-mode): Changed :type property to choice.
4230         (ansi-color-last-context): Removed.
4231         (ansi-color-process-output): Don't use ansi-color-last-context, as
4232         the main functions will store their context now.
4233         (ansi-color-context): Doc change.
4234         (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
4235         Uses ansi-color-context such that repeated calls will strip
4236         partial escape sequences, too.
4237         (ansi-color-apply): Simplified code.  Colorize end of string if
4238         face is not null.  Store context in new (FACE STRING) format, such
4239         that repeated calls will strip partial escape sequences, too.
4240         Append faces to face property using ansi-color-apply-sequence such
4241         that cumulative mode actually works.
4242         (ansi-color-context-region): New variable.
4243         (ansi-color-filter-region): Rewrote it based on
4244         ansi-color-apply-on-region.  Uses ansi-color-context-region such
4245         that repeated calls will strip partial escape sequences, too.
4246         (ansi-color-apply-on-region): Simplified code.  Colorize end of
4247         region if face is not null.  Store context in new (FACE POS)
4248         format, such that repeated calls will strip partial escape
4249         sequences, too.  Append faces to face property using
4250         ansi-color-apply-sequence such that cumulative mode actually works.
4251         (ansi-color-apply-sequence): New function.
4252         (ansi-color-get-face): When the default face is added to the list
4253         of faces, all previous settings are discarded and the list of
4254         faces is set to '(default).
4256 2000-01-09  Alex Schroeder  <alex@gnu.org>
4258         * ansi-color.el (ansi-color-faces-vector): Use nil for the default
4259         face, such that ansi-color-apply and ansi-color-apply-on-region
4260         will do the right thing.
4261         (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
4262         returns nil, set the list of faces back to nil instead of
4263         appending the result of ansi-color-get-face to the front of the list.
4265 2000-01-09  Alex Schroeder  <alex@gnu.org>
4267         * ansi-color.el (ansi-color-for-comint-mode): Doc change.
4268         (ansi-color-process): Doc change.
4269         (ansi-color-last-context): New buffer-local variable.
4270         (ansi-color-process-output): New function.  It is automatically
4271         added to comint-output-filter-functions if this is XEmacs.
4272         (ansi-color-unfontify-region): New optional parameter for XEmacs
4273         compatibility.  Check wether font-lock-syntactic-keywords is
4274         boundp before removing the syntax table text property, as XEmacs
4275         doesn't have it.
4276         (ansi-color-filter-region): Doc change.
4277         (ansi-color-apply-on-region): Doc change.
4278         (ansi-color-make-face): New function.  Compatibility layer for
4279         XEmacs.  Return temporary faces instead of cons cells for XEmacs.
4280         (ansi-color-make-color-map): Use ansi-color-make-face.
4281         (ansi-color-get-face): Avoid face text property '(nil) as results
4282         in an errow for XEmacs.
4284 2000-01-09  Alex Schroeder  <alex@gnu.org>
4286         * ansi-color.el (ansi-color-unfontify-region): New function.
4287         Uses text-property ansi-color in order to preserve fontification by
4288         ansi-color.  When the package is loaded, a lambda expression is
4289         put onto font-lock-mode-hook.  This lambda expression will check
4290         font-lock-unfontify-region-function and replace
4291         font-lock-default-unfontify-region with ansi-color-unfontify-region.
4292         (ansi-color-apply): Add text-property ansi-color in addition to
4293         text-property face.
4294         (ansi-color-apply-on-region): Add text-property ansi-color in
4295         addition to text-property face.
4296         (save-buffer-state): Copy of the macro that is also used by
4297         lazy-lock and font-lock.
4299         (ansi-color-for-comint-mode): New option.
4300         (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
4301         (ansi-color-for-comint-mode-off): Ditto.
4302         (ansi-color-for-comint-mode-filter): Ditto.
4303         (ansi-color-process): New function.  Uses ansi-color-for-comint-mode to
4304         decide what to do.  This function is added to
4305         comint-preoutput-filter-functions when the package is loaded.
4307         (ansi-color-for-shell-mode-set): Removed.
4308         (ansi-color-for-shell-mode): Removed.
4310 2000-01-09  Alex Schroeder  <alex@gnu.org>
4312         * ansi-color.el (ansi-color-for-shell-mode-set): New function with
4313         the lambda expression from the ansi-color-for-shell-mode :set
4314         property.  Additionally, modify shell-mode-hook to enable or
4315         disable font-lock-mode for future shell buffers.
4316         (ansi-color-for-shell-mode): The :set property calls
4317         ansi-color-for-shell-mode-set instead of a lambda expression.
4319 2000-01-09  Alex Schroeder  <alex@gnu.org>
4321         * ansi-color.el (ansi-color-for-shell-mode): Doc change.
4322         (ansi-color-context): New variable.
4323         (ansi-color-apply): Save context between calls.
4325 2001-01-09  Eli Zaretskii  <eliz@is.elta.co.il>
4327         * isearch.el (isearch, isearch-lazy-highlight-face):
4328         New definitions for face colors and attributes.
4330         * wid-edit.el (widget-choose): Call display-popup-menus-p instead
4331         of display-mouse-p.
4333 2001-01-09  Kenichi Handa  <handa@etl.go.jp>
4335         * international/mule.el (make-coding-system): If the coding system
4336         accepts extra latin codes, register such codes as safe for the
4337         coding system.
4339 2001-01-08  Richard M. Stallman  <rms@gnu.org>
4341         * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
4342         don't mention the file name or the date here, because they are
4343         logged at the start of the file.
4345 2001-01-08  Richard M. Stallman  <rms@gnu.org>
4347         * mouse-drag.el (mouse-drag-should-do-col-scrolling):
4348         Change screen-width to frame-width.
4350 2001-01-08  Eli Zaretskii  <eliz@is.elta.co.il>
4352         * info.el (Info-search): Print the default as part of the prompt.
4354 2001-01-08  Andre Spiegel  <spiegel@gnu.org>
4356         * vc.el (vc-default-latest-on-branch-p): New function, replaces
4357         constant implementations in backends.
4359         * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
4360         (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
4362         * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
4363         WRITABLE to EDITABLE.
4365         * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
4366         (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
4367         to EDITABLE.
4369 2001-01-08  Eli Zaretskii  <eliz@is.elta.co.il>
4371         * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
4372         (copyright, copyright-update): Compute the current year at run time.
4374 2001-01-08  Gerd Moellmann  <gerd@gnu.org>
4376         * isearch.el (isearch-old-signal-hook): Removed.
4377         (isearch-mode): Add isearch-done to kbd-macro-termination-hook
4378         instead of setting signal-hook-function.
4379         (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
4381 2001-01-08  Kevin Gallagher  <kevingal@onramp.net>
4383         * emulation/edt.el: Update to version 4.0.  Provide support for
4384         EDT scroll margins at top and bottom of the window.  Provide an
4385         emulation of the EDT SUBS command (bound to GOLD-Enter, by
4386         default).  Enhance edt-quit, bound to GOLD-q by default, to warn
4387         user when file-related buffer modifications exist.
4388         Provide support for running EDT Emulation in XEmacs.
4389         Provide customize access to some user updatable variables.
4390         Add Commentary section to file header.
4391         Fixed a few minor bugs and cleaned up some code.
4393         * emulation/edt-mapper.el: Update to version 4.0.  Provide support
4394         for detecting a keypress that generates an ASCII key sequence.
4395         (Previously, only a keypress that generates a vector was
4396         recognized.)  Embed Window Manager name into name of the generated
4397         EDT Emulation initialization file since the initialization file is
4398         Window Manager specific.  Add Commentary section to file header.
4400 2001-01-07  Eli Zaretskii  <eliz@is.elta.co.il>
4402         * mail/sendmail.el (mail-mode): Doc fix.
4404         * info.el (Info-goto-emacs-command-node): Doc fix.
4405         (Info-goto-emacs-key-command-node): Doc fix.
4407 2001-01-06  Eli Zaretskii  <eliz@is.elta.co.il>
4409         * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
4410         systems without long file-name support.
4412 2001-01-06  Andrew Innes  <andrewi@gnu.org>
4414         * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
4416 2001-01-06  Eli Zaretskii  <eliz@is.elta.co.il>
4418         * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
4419         (isearch-lazy-highlight-update): Doc fix.
4421         * ffap.el (ffap-bindings): Doc fix.
4423         * dired-x.el (dired-virtual-guess-dir): Doc fix.
4425 2001-01-05  Dave Love  <fx@gnu.org>
4427         * emacs-lisp/cl-seq.el (remove, remq): Remove.
4429 2001-01-05  Gerd Moellmann  <gerd@gnu.org>
4431         * mouse-drag.el (mouse-drag-safe-scroll):
4432         Bind scroll-preserve-screen-position to nil.
4434         * isearch.el (isearch-old-signal-hook): New variable.
4435         (isearch-mode): Set signal-hook-function to isearch-done.
4436         (isearch-done): Restore old signal-hook-function.
4438         * info.el (Info-fontify-node): Mark one more char as intangible.
4440 2000-01-05  Kenichi Handa  <handa@etl.go.jp>
4442         * composite.el (compose-last-chars): New argument COMPONENTS.
4443         If it is non-nil, compose preceding characters by compose-region with
4444         COMPONENTS.
4446         * international/quail.el (quail-input-string-to-events): New function.
4447         (quail-input-method): Convert input string to events here.
4448         (quail-start-translation): Return input string, not event list.
4449         (quail-start-conversion): Likewise.
4451 2001-01-04  Gerd Moellmann  <gerd@gnu.org>
4453         * tooltip.el (tooltip-cancel-delayed-tip)
4454         (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
4455         and tooltip-add-timeout.
4456         (tooltip-show): Set border color from faces's foreground.
4457         (tooltip-show-help-function): If called with the same help string
4458         as last time, do nothing.
4459         (tooltip-help-tips): Don't set tooltip-help-message to nil.
4461         * startup.el (fancy-splash-screens): Don't bind show-help-function
4462         to nil.
4464         * tooltip.el (tooltip-frame-parameters): Remove colors.
4465         (tooltip): New face
4466         (tooltip-set-param): New function.
4467         (tooltip-show): Set up color frame parameters from face `tooltip'.
4468         Display the tooltip text in face `tooltip'.
4470 2001-01-04  Dave Love  <fx@gnu.org>
4472         * whitespace.el (whitespace-global-mode): Fix typo.
4474         * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
4476 2001-01-04  Eli Zaretskii  <eliz@is.elta.co.il>
4478         * help.el (help-for-help): Fix a typo in a doc string.
4479         From kwzh@gnu.org (Karl Heuer).
4481 2001-01-03  Dave Love  <fx@gnu.org>
4483         * dired-x.el: Doc fixes.  Maintainer change.
4484         (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
4485         (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
4486         (dired-guess-shell-alist-user): Customize.
4487         (dired-x-help-address): Set to bug-gnu-emacs.
4488         (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
4489         (dired-default-directory): Renamed from default-directory.
4491         * hl-line.el (hl-line): Doc fix.
4493 2001-01-03  Karl Fogel  <kfogel@red-bean.com>
4495         * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
4497 2001-01-02  Richard M. Stallman  <rms@gnu.org>
4499         * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
4500         to remove all the current alternative-match highlighting.
4501         If nil, remove only what's outside the current window.
4502         (isearch-lazy-highlight-remove-overlays): Take optional
4503         region within which NOT to remove them.
4504         (isearch-lazy-highlight-new-loop): Greatly simplified.
4505         (isearch-lazy-highlight-update): Find all the other occurrences
4506         visible in the window, in just one call.
4507         (isearch-lazy-highlight-start): Now holds start of region to scan.
4508         (isearch-lazy-highlight-end): Now holds end of region to scan.
4509         (isearch-lazy-highlight-wrapped): Variable deleted.
4510         (isearch-lazy-highlight-search): Function deleted.
4512 2000-01-02  Andrew Innes  <andrewi@gnu.org>
4514         * w32-fns.el (convert-standard-filename): Do length check on name
4515         before aref.
4517 2001-01-02  Dave Love  <fx@gnu.org>
4519         * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
4520         value.
4521         (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
4523         * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
4525         * net/browse-url.el (browse-url-filename-alist): Avoid backquote
4526         read syntax.
4528         * calendar/todo-mode.el (todo): Add :link, :version.
4529         (todo-save-top-priorities): Remove autoload cookie.
4530         (todo-add-category, todo-add-item-non-interactively)
4531         (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
4533 2001-01-02  Gerd Moellmann  <gerd@gnu.org>
4535         * comint.el (comint-input-history-ignore): New variable.
4536         (comint-read-input-ring): Ignore entries matching
4537         comint-input-history-ignore.
4539 2001-01-02  Eric M. Ludlam  <zappo@gnu.org>
4541         * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
4542         (lm-copyright-mark): New function.
4543         (lm-crack-copyright): New function.
4544         (lm-verify): Check that the file has a copyright.
4545         Check that the file is copyright Free Software Foundation.
4547 2000-12-30  Kenichi Handa  <handa@etl.go.jp>
4549         * international/mule-diag.el (print-fontset): Indent font name by
4550         24 columns, not 25.
4552 2000-12-29  Gerd Moellmann  <gerd@gnu.org>
4554         * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
4555         in Subject line.
4557         * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
4558         Use mail-mode-hook instead of mail-setup-hook.
4559         Otherwise continuing an interrupted message with C-u C-x m for
4560         instance, winds up in Mail mode without abbrevs.
4562 2000-12-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
4564         * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
4565         non-nil.  Adding almost all customization variables on ps-setup.
4566         Doc fix.
4567         (ps-print-version): New version number (6.3.3).
4568         (ps-end-with-control-d): Initialization fix.
4569         (ps-lines-printed): New var.
4570         (ps-skip-newline): New fun.
4571         (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
4572         (ps-next-line, ps-continue-line, ps-plot-region)
4573         (ps-generate-postscript-with-faces, ps-end-job): Code fix.
4575 2000-12-29  Kenichi Handa  <handa@etl.go.jp>
4577         * international/fontset.el (x-complement-fontset-spec):
4578         Resolve ASCII font name so that the same family name is used for fonts
4579         registered in x-font-name-charset-alist.
4580         (create-fontset-from-fontset-spec): Adjusted for the above change.
4581         The name of fontset alias should be a unresolved ASCII font name.
4583 2000-12-28  Gerd Moellmann  <gerd@gnu.org>
4585         * simple.el (delete-key-deletes-forward-mode): Bind backspace
4586         and delete in isearch-mode-map.
4588 2000-12-28  Richard M. Stallman  <rms@gnu.org>
4590         * dired-x.el (dired-guess-shell-alist-default):
4591         Use xpdf instead of acroread.
4593 2000-12-28  Kenichi Handa  <handa@etl.go.jp>
4595         * textmodes/artist.el (artist-butlast): Deleted.
4596         (artist-ellipse-mirror-quadrant): Use butlast instead of
4597         artist-butlast.
4599         * subr.el (butlast, nbutlast): Moved from cl.el to here.
4601         * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
4603 2000-12-27  Eli Zaretskii  <eliz@is.elta.co.il>
4605         From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
4607         * ls-lisp.el: Better support for the Mac and MS-Windows.
4608         (ls-lisp): New defgroup.
4609         (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
4610         (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
4611         (ls-lisp-support-shell-wildcards): New defcustoms.
4612         (ls-lisp-parse-symlink): New function.
4613         (insert-directory): Code to convert switches to a list and set up
4614         the wildcard argument copied from ls-lisp-insert-directory.
4615         (ls-lisp-insert-directory): New argument TIME-INDEX.  Add support
4616         for -C and -R switches.
4617         (ls-lisp-column-format): New function.
4618         (ls-lisp-delete-matching, ls-lisp-handle-switches)
4619         (ls-lisp-format-time): Add doc strings.
4620         (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
4621         Support ls-lisp-dirs-first.
4622         (ls-lisp-classify, ls-lisp-extension): New functions.
4623         (ls-lisp-format): Optionally support emulation of symlinks.
4624         Support -i, -s, and -G switches.
4626 2000-12-27  Gerd Moellmann  <gerd@gnu.org>
4628         * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
4630         * version.el (emacs-version): Print X scroll bar information.
4632         * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
4633         instead of x-toolkit-scroll-bars-p.
4635         * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
4636         of x-toolkit-scroll-bars-p.
4638 2000-12-27  Eli Zaretskii  <eliz@is.elta.co.il>
4640         * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
4641         (ffap-bindings): Doc fix, to reflect the above change.
4643 2000-12-27  Kenichi Handa  <handa@etl.go.jp>
4645         * term.el (term-char-mode): Define all non-ascii self-inserting
4646         characters to 'term-send-raw in term-raw-map.
4648 2000-12-25  Michael Kifer  <kifer@cs.sunysb.edu>
4650         * viper-init (viper-restore-cursor-type): Added condition-case guard.
4652         * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
4653         Changed initialization; use add-hook.
4654         (ediff-file-remote-p): Use file-local-copy.
4656         * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
4658         * ediff.el (ediff-patch-buffer): Bug fix.
4659         (ediff-revision): Allow selection of the file at the prompt.
4661 2000-12-23  Stefan Monnier  <monnier@cs.yale.edu>
4663         * subr.el (combine-run-hooks): Remove.
4665         * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
4666         and remove the rogue second spec.
4668 2000-12-23  Gerd Moellmann  <gerd@gnu.org>
4670         * progmodes/compile.el (compilation-forget-errors): Fix indentation.
4672 2000-12-22  Stefan Monnier  <monnier@cs.yale.edu>
4674         * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
4675         Use minibuffer menu prompt for the `=' prefix.
4676         (smerge-command-prefix): Change default to C-^.
4677         (smerge-mode): Don't assume font-lock doesn't move point.
4679         * skeleton.el (skeleton-internal-1): Make sure the first line of
4680         the region is also re-indented.
4681         (skeleton-end-newline): New var.
4682         (skeleton-end-hook): Use it.
4684 2000-12-22  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
4686         * comint.el (comint-password-prompt-regexp): Support CVS.
4688 2000-12-22  Gerd Moellmann  <gerd@gnu.org>
4690         * simple.el (delete-key-deletes-forward-mode): Simplify.
4691         Also backspace key combinations, depending on
4692         delete-key-deletes-forward.
4694         * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
4696         * simple.el (delete-key-deletes-forward): Doc fix.
4698 2000-08-22  Emmanuel Briot  <briot@gnat.com>
4700         * xml.el (top level comment): Updated to reflect the fact that
4701         white spaces are relevant in the XML file.
4702         (xml-parse-file): Do not kill an existing Emacs buffer if the file
4703         to parse was already edited. This allows for on-the-fly analysis
4704         of XML files.
4705         (xml-parse-tag): Check that the casing is the same in the start
4706         tag and end tag, since XML is case-sensitive.  Allows for spaces
4707         in the end tag, after the name of the tag.
4708         (xml-parse-attlist): Allow for the character '-' in the name of
4709         attributes, as in the standard http-equiv attribute Do not save
4710         the properties in the XML tree, since they are not relevant.
4712 2000-12-21  Stefan Monnier  <monnier@cs.yale.edu>
4714         * generic.el (generic-read-type): Undo last change, inline into
4715         `generic-mode' and then remove.
4716         (generic-mode): Inline generic-read-type.
4717         (define-generic-mode): Push the symbol name rather than the symbol
4718         onto generic-mode-list.
4720 2000-12-21  Gerd Moellmann  <gerd@gnu.org>
4722         * generic.el (generic-read-type): Build an alist for
4723         completing-read as in 20.7.
4725         * play/landmark.el (lm): Use interactive spec `P'.
4726         (toplevel): Don't set debug-on-error.
4728         * server.el (server-switch-buffer): Choose a window on a visible frame.
4730 2000-12-21  Dave Pearson  <davep@davep.org>
4732         * quickurl.el: Commentry change, I've moved my web site.
4734 2000-12-21  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
4736         * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
4737         ranges like \177-\237, but accepts the character sequence from \177 to
4738         \237.  Doc fix.
4739         (ebnf-version): New version (3.4).
4740         (ebnf-setup): Code fix.
4741         (ebnf-range-regexp): New fun.
4742         (ebnf-8-bit-chars): Const fix.
4744         * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
4745         entry.  Doc fix.
4746         (ebnf-bnf-lex): Code fix.
4747         (ebnf-bnf-comment-chars): Const fix.
4749         * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
4750         entry.  Doc fix.
4751         (ebnf-iso-comment-chars): Const fix.
4753         * ebnf-otz.el: Doc fix.
4755         * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
4756         entry.  Doc fix.
4757         (ebnf-yac-skip-code): Code fix.
4758         (ebnf-yac-comment-chars): Const fix.
4760 2000-12-21  Eli Zaretskii  <eliz@is.elta.co.il>
4762         * files.el (insert-directory-safely): New function.
4763         (recover-file): Use it instead of insert-directory.
4764         From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
4766 2000-12-21  Kenichi Handa  <handa@etl.go.jp>
4768         * international/mule-cmds.el (select-safe-coding-system):
4769         Check coding-category-list more rigidly.  Improve help message.
4771         * dired.el (dired-move-to-filename-regexp): Fix previous change.
4773 2000-12-21  Miles Bader  <miles@gnu.org>
4775         * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
4777 2000-12-21  Kenichi Handa  <handa@etl.go.jp>
4779         * international/mule-diag.el (describe-char-after): Make *Help*
4780         buffer inherit multibyteness of the current buffer.
4782         * international/mule.el (make-char): Docstring adjusted for the
4783         change of make-char-internal.
4785 2000-12-20  Stefan Monnier  <monnier@cs.yale.edu>
4787         * international/iso-cvt.el: Docstrings fix.
4789 2000-12-20  Dave Love  <fx@gnu.org>
4791         * subr.el (eval-after-load): Doc fix.
4793 2000-12-20  Kenichi Handa  <handa@etl.go.jp>
4795         * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
4796         for numbers.
4798 2000-12-20  Miles Bader  <miles@gnu.org>
4800         * international/quail.el (quail-help): Resize the help window
4801         again after it has all its contents.  Remove unneeded progn.
4803 2000-12-19  Gerd Moellmann  <gerd@gnu.org>
4805         * pcmpl-linux.el: Fix copy/paste error.
4807 2000-12-19  Andrew Innes  <andrewi@gnu.org>
4809         * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
4811 2000-12-19  Carsten Dominik  <dominik@strw.leidenuniv.nl>
4813         * progmodes/idlw-rinfo.el: Fixed copyright notice.
4815         * progmodes/idlw-toolbar.el: Fixed copyright notice.
4817         * progmodes/idlw-shell.el: Fixed copyright notice.
4819         * progmodes/idlwave.el: Fixed copyright notice.
4821         * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
4822         TAB as key separators.
4824 2000-12-19  Alex Schroeder  <alex@gnu.org>
4826         * sql.el (sql-sybase-options): New option.
4827         (sql-sybase): Use it.  Add sql-database to the list of parameters
4828         provided for login.  The options -w 2048 -n are not used any more.
4829         (sql-postgres-options): Changed default from "--pset" to "-P".
4830         (sql-mysql-options): Doc change.
4831         (sql-stop): Doc change.
4833 2000-12-19  Kenichi Handa  <handa@etl.go.jp>
4835         * international/quail.el (quail-input-method): Always hide
4836         the guidance buffer on exiting.
4838 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
4840         * tooltip.el (tooltip-mode): Signal an error if x-show-tip
4841         isn't fboundp.
4843         * server.el (server-buffer-done): Bury the buffer before
4844         killing it.
4846         * faces.el (face-spec-set): Interpret a nil in specs for
4847         foreground and background colors as `unspecified', for
4848         compatibility with 20.x.
4850 2000-12-18  Dave Love  <fx@gnu.org>
4852         * simple.el (mail-user-agent): Doc fix.
4853         (input-mode-8-bit): Removed.
4855         * international/mule.el (set-keyboard-coding-system): Doc fix.
4856         (keyboard-coding-system): New option.
4858         * mail/sendmail.el (send-mail-function): Customize.
4860 2000-12-18  Eli Zaretskii  <eliz@is.elta.co.il>
4862         * international/codepage.el (cp866-decode-table): New table.
4864 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
4866         * version.el (emacs-version): Remove `%a' from the time format
4867         because the weekday doesn't fit well into each locale.
4869 2000-12-18  Miles Bader  <miles@gnu.org>
4871         * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
4873         * textmodes/artist.el (artist-replace-chars, artist-replace-char):
4874         Check that emacs-major-version is `=' to 20, not `>='.
4875         (artist-replace-chars): Use `make-string' instead of a loop.
4877 2000-12-17  Stefan Monnier  <monnier@cs.yale.edu>
4879         * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
4880         (cvs-execute-single-file): Don't change directory.
4881         Patch from Per Cederqvist.
4883 2000-12-16  Eli Zaretskii  <eliz@is.elta.co.il>
4885         * textmodes/ispell.el (check-ispell-version):
4886         If `ispell-program-name' is "aspell", pass it the -v switch instead
4887         of -vv.
4889 2000-12-16  Kenichi Handa  <handa@etl.go.jp>
4891         * international/mule-diag.el (mule-diag): Insert information about
4892         configure options, multibyte awareness, language env.
4894         * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
4895         regexp to search for candidates.
4897 2000-12-15  Eli Zaretskii  <eliz@is.elta.co.il>
4899         * info.el (Info-forward-node): If the node has an
4900         Info-header-line, widen the buffer before searching for "next:"
4901         and "up:" pointers, and set the search limit to stay in the
4902         current node.
4904 2000-12-16  Miles Bader  <miles@gnu.org>
4906         * simple.el (delete-trailing-whitespace): Remove extraneous let.
4908 2000-12-15  Miles Bader  <miles@gnu.org>
4910         * comint.el (comint-send-string, comint-send-region): Also accept
4911         a buffer, buffer-name, or nil for PROCESS, for compatibility with
4912         process-send-string/region.
4914 2000-12-15  Gerd Moellmann  <gerd@gnu.org>
4916         * isearch.el (isearch-lazy-highlight-max): New user-option.
4917         (isearch-lazy-highlight-update): Don't highlight more than
4918         isearch-lazy-highlight-max matches.
4920         * mail/mh-utils.el (mh-find-path): Set read-mail-command.
4922 2000-12-15  Richard M. Stallman  <rms@gnu.org>
4924         * sort.el (sort-columns): Fix error message.
4926         * dabbrev.el (dabbrev--last-case-pattern): Value is now
4927         `upcase' or `downcase' or nil.
4928         (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
4929         Pass new record-case-pattern arg to dabbrev--substitute-expansion.
4930         (dabbrev--substitute-expansion): New arg record-case-pattern.
4931         If it is non-nil, set dabbrev--last-case-pattern.
4932         If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
4934         * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
4936 2000-12-15  Miles Bader  <miles@gnu.org>
4938         * paths.el (Info-default-directory-list): Don't delete
4939         configure-info-directory from the list of standard info
4940         directories when appending it to the end -- their order is important.
4942         * faces.el (read-face-attribute): If there's no entry for the
4943         user's input in VALID, just use it as-is (this will often result
4944         in an error, but it may be OK for e.g. colors using hexadecimal
4945         notation, and at least will yield a better error message).
4947         * window.el (mode-line-window-height-fudge): Function removed.
4948         (height-affecting-face-attributes, mode-line-window-height-fudge):
4949         Variables removed.
4950         * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
4951         window is really the right size.  Use vertical-motion
4952         rather than forward-line.
4953         (ispell-help): Don't use ispell-mode-line-window-height-fudge.
4954         (ispell-command-loop, ispell-show-choices): Use the variable
4955         ispell-choices-win-default-height, rather than the function.
4956         (ispell-choices-win-default-height): Function removed.
4957         (ispell-mode-line-window-height-fudge): Function removed.
4959 2000-12-14  Stefan Monnier  <monnier@cs.yale.edu>
4961         * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
4963 2000-12-14  Eli Zaretskii  <eliz@is.elta.co.il>
4965         * paths.el (Info-default-directory-list):
4966         If configure-info-directory is not one of the standard directories,
4967         put it first in the list; otherwise put it last.  Doc string
4968         changed accordingly.
4970         * info.el (Info-directory-list): Change doc string to reflect the
4971         change in Info-default-directory-list.
4973         * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
4974         windows-nt as windowed environments, even under -nw.
4976         * startup.el (command-line): Don't call x-backspace-delete-keys-p
4977         if not fboundp.  Switch delete-forward mode for the <delete> key
4978         on all PC platforms, even under -nw.
4980         * term/internal.el ([M-delete]): Remap to M-d.
4982 2000-12-14  Gerd Moellmann  <gerd@gnu.org>
4984         * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
4986 2000-12-14  Eli Zaretskii  <eliz@is.elta.co.il>
4988         * frame.el (show-cursor-in-non-selected-windows): Doc fix.
4990 2000-12-14  Gerd Moellmann  <gerd@gnu.org>
4992         * startup.el (command-line): Call delete-key-deletes-forward-mode,
4993         if appropriate.
4995         * simple.el (delete-key-deletes-forward): New user-option.
4996         (delete-key-deletes-forward-mode): New function.
4998         * bindings.el: Bind `delete' to backward-delete-char.
5000         * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
5001         Test if symbol is bound before getting its value.
5003         * tooltip.el (tooltip-show): If an error is signaled in
5004         x-show-tip, display that error, and display the help in the
5005         echo area.
5007 2000-12-14  Kenichi Handa  <handa@etl.go.jp>
5009         * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
5010         Show "... entries" messages for every 10000 entries, not 10.
5012 2000-12-13  Karl Fogel  <kfogel@red-bean.com>
5014         * bookmark.el: Provide a generic exit hook, as suggested by
5015         Ovidiu Predescu <ovidiu@cup.hp.com>:
5016         (bookmark-exit-hook): New var.
5017         (bookmark-exit-hook-internal): New func, replaces
5018         old raw lambda form in `kill-emacs-hook', and runs new
5019         `bookmark-exit-hooks'.  No longer tests for the bookmark feature,
5020         as logically that feature must have been provided if this function
5021         is running.
5022         Removed ;;;###autoload before the `add-hook' call.
5024 2000-12-13  Stefan Monnier  <monnier@cs.yale.edu>
5026         * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
5027         (easy-menu-current-active-maps): New function.
5028         (easy-menu-get-map): Use it.
5029         Make a proper menu entry when creating a new keymap.
5031 2000-12-13  Kenichi Handa  <handa@etl.go.jp>
5033         * international/characters.el: Fix cases and syntaxes for
5034         mule-unicode-0100-24ff.
5036         * dired.el (dired-move-to-filename-regexp): Fixed for the case
5037         that a Japanese character is not appended after day and year.
5039         * info.el (Info-suffix-list): Change format for a command that
5040         requires arguments.
5041         (info-insert-file-contents): Adjusted for the above change.
5043 2000-12-12  Andreas Schwab  <schwab@suse.de>
5045         * tar-mode.el (tar-extract): Base the name of the subfile buffer
5046         on the name of the tar buffer.  Verify that the existing buffer is
5047         visiting the same subfile.
5049 2000-12-12  Dave Love  <fx@gnu.org>
5051         * subdirs.el: Add obsolete.
5053 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
5055         * mail/rmailsum.el (rmail-summary-expunge)
5056         (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
5057         instead of rmail-confirm-expunge.
5059         * replace.el (perform-replace): Don't use an empty match adjacent
5060         to a non-empty match when computing the next match before the
5061         replacement is performed.
5063 2000-12-12  Milan Zamazal  <pdm@freesoft.cz>
5065         * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
5066         definition (patch by Stefan Monnier).
5067         (glasses-mode): Use jit-lock instead of `after-change-functions'
5068         (patch by Stefan Monnier).
5070 2000-12-12  Miles Bader  <miles@gnu.org>
5072         * info.el (Info-last-preorder): Don't barf on nodes without a prev.
5073         (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
5075 2000-12-12  Andrew Choi  <akochoi@i-cable.com>
5077         * term/mac-win.el: Remove load for ls-lisp.
5079         * loadup.el: Load ls-lisp for system-type `macos'.
5081 2000-12-12  Miles Bader  <miles@gnu.org>
5083         * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
5084         Respect field end too.
5085         (just-one-space): Respect fields as `delete-horizontal-space'.
5086         (newline-and-indent, reindent-then-newline-and-indent):
5087         Use `delete-horizontal-space'.
5089 2000-12-11  Stefan Monnier  <monnier@cs.yale.edu>
5091         * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
5092         (so as to obey the field property in the minibuffer).
5094         * obsolete/c-mode.el: Moved from lisp/progmodes.
5095         * obsolete/auto-show.el: Moved from lisp.
5096         * obsolete/ooutline.el: Moved from lisp/textmodes.
5098 2000-12-11  Carsten Dominik  <dominik@strw.leidenuniv.nl>
5100         * progmodes/idlwave.el: Updated to IDLWAVE version 4.7.  Too many
5101         changes to list them here.
5103         * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
5104         Too many changes to list them here.
5106         * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
5107         Too many changes to list them here.
5109         * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
5111 2000-12-11  Gerd Moellmann  <gerd@gnu.org>
5113         * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
5115         * cus-edit.el (custom-save-variables, custom-save-faces):
5116         Comment fix.
5118         * hscroll.el: Moved to `obsolete' subdir.
5120 2000-12-11  Miles Bader  <miles@gnu.org>
5122         * window.el (window-text-height): Function removed (now in C).
5124 2000-12-10  Stefan Monnier  <monnier@cs.yale.edu>
5126         * log-edit.el (log-edit-parent-buffer): New var.
5127         (log-edit): Set it.  Add BUFFER argument.
5128         (log-edit-done): Use char-before.
5129         Don't bother checking validity of vc-comment-ring.
5130         Only bury the buffer if log-edit popped it up.
5132         * pcvs.el: Update references to CVS-Edit (now Log-Edit).
5133         (cvs-mode-diff-help): Remove.
5134         (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
5135         (cvs-mode-marked): Set up the default for CMD manually.
5137         * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
5138         Remove binding for ? now made unnecessary.
5140 2000-12-10  Carsten Dominik  <dominik@strw.leidenuniv.nl>
5142         * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
5143         (reftex-TeX-master-file): Check for `tex-main-file' early enough.
5145         * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
5146         when master file is not open.
5148 2000-12-09  Stefan Monnier  <monnier@cs.yale.edu>
5150         * progmodes/ada-stmt.el: Update `maintainer'.
5152 2000-12-09  Stephen Gildea  <gildea@alum.mit.edu>
5154         * time-stamp.el (time-stamp-old-format-warn): Reorder custom
5155         choices to match documentation string.
5157 2000-12-09  Miles Bader  <miles@gnu.org>
5159         * minibuf-eldef.el: New file.
5161         * window.el (fit-window-to-buffer): Don't pass last argument to
5162         pos-visible-in-window-p, now that its meaning is inverted.
5164 2000-12-08  Eli Zaretskii  <eliz@is.elta.co.il>
5166         * image.el (create-image): Doc fix; spotted by Per Cederqvist
5167         <ceder@lysator.liu.se>.
5169 2000-12-08  Stefan Monnier  <monnier@cs.yale.edu>
5171         * autoinsert.el (auto-insert-alist): Add missing final \n.
5173         * pcvs-defs.el (cvs-menu): Move.  Make submenu for diff commands.
5174         (cvs-menu-map): Remove.
5175         * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
5176         (cvs-mode-quit): Turn it back into a plain function.
5178         * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
5179         (texinfo-filter): Remove (move to texinfo.el).
5181         * textmodes/texinfo.el: Move the (require 'cl) to the front of the
5182         file where it's more visible.
5183         (texinfo-filter, texinfo-chapter-level-regexp): New variables
5184         moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
5185         (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
5186         (texinfo-inside-macro-p): Only catch `scan-error's.
5187         (texinfo-inside-env-p): Make better use of the match info.
5188         (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
5189         (texinfo-insert-@end): Slight re-organization.
5190         Also remove useless `looking-at' call.
5192 2000-12-08  Andrew Innes  <andrewi@gnu.org>
5194         * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
5195         accessible in -nw mode.
5197         * term/w32-win.el: Remove stuff about selection timeout, which is
5198         irrelevant on Windows.  Move clipboard support to w32-fns.el, so
5199         it is accessible in -nw mode.
5201 2000-12-08  Dave Love  <fx@gnu.org>
5203         * emacs-lisp/lisp-mode.el (lisp-mode):
5204         Set font-lock-keywords-case-fold-search.
5206 2000-12-08  Gerd Moellmann  <gerd@gnu.org>
5208         * textmodes/ispell.el (ispell): Doc fix.
5210 2000-12-08  Kenichi Handa  <handa@etl.go.jp>
5212         * international/quail.el (quail-insert-decode-map): Check the
5213         frame width of a window displaying the current buffer, not that of
5214         the selected frame.
5215         (quail-help): Make sure that the help buffer has window before
5216         inserting text in it.
5218 2000-12-07  Sam Steingold  <sds@gnu.org>
5220         * loadup.el: Load emacs-lisp/backquote instead of autoloading.
5221         Backquote is used in isearch.el, so autoloading saves nothing.
5223 2000-12-07  Eli Zaretskii  <eliz@is.elta.co.il>
5225         * startup.el (normal-top-level-add-subdirs-to-load-path):
5226         Ignore the CVS and RCS subdirectories case-insensitively.
5228         * dired.el (dired-insert-directory): If file-system-info is
5229         fboundp, call it instead of invoking dired-free-space-program.
5231 2000-12-07  Gerd Moellmann  <gerd@gnu.org>
5233         * server.el (server-visit-files): Push files on file-name-history.
5235         * progmodes/cc-langs.el: Update copyright.
5237         * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
5239         * bindings.el (mode-line-mode-menu): Add glasses-mode.
5241         * bindings.el (mode-line-mode-menu): Reverse the order
5242         of define-keys so that the menu appears in alphabetical order.
5244 2000-12-07  Milan Zamazal  <pdm@freesoft.cz>
5246         * progmodes/glasses.el (glasses-mode): Update mode line at the end
5247         of the function.
5249 2000-12-07  Dave Love  <fx@gnu.org>
5251         * jka-compr.el (jka-compr-compression-info-list): Fix :type.
5253         * facemenu.el (facemenu-unlisted-faces): Fix value.
5255 2000-12-07  Stefan Monnier  <monnier@cs.yale.edu>
5257         * font-lock.el (font-lock-default-fontify-region):
5258         Include the terminating \n (off-by-one error).
5259         (font-lock-set-defaults): Use dolist.
5261         * derived.el (define-derived-mode): Don't use combine-run-hooks.
5263 2000-12-07  Kenichi Handa  <handa@etl.go.jp>
5265         * international/mule-cmds.el (describe-language-environment):
5266         Fix for the case that an input method title is not string but a list.
5268         * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
5269         of wrong SIZE record.
5271 2000-12-06  Dave Love  <fx@gnu.org>
5273         * newcomment.el (comment-region, comment-dwim): Doc fix.
5275         * textmodes/texinfo.el: Require tex-mode when compiling.
5276         (texinfo-update-node): Doc fix.
5277         (texinfo-imenu-generic-expression): Add @anchor.
5278         (texinfo-font-lock-keywords): Add @uref.
5279         (texinfo-inside-macro-p): Don't use ignore-errors.
5280         (texinfo-insert-quote): Match more contexts.
5282         * international/mule.el (decode-char, encode-char): Doc fix.
5283         (auto-coding-alist): Customize.
5285         * files.el (load-file): Fix change of 2000-03-12.
5287         * wid-edit.el (widget-text-keymap): Doc fix.
5289 2000-12-06  Andrew Innes  <andrewi@gnu.org>
5291         * makefile.w32-in (lisp): Set to an absolute directory, namely
5292         $(CURDIR).
5294 2000-12-06  Eli Zaretskii  <eliz@is.elta.co.il>
5296         * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
5297         read generated-autoload-file, and set buffer-file-coding-system to
5298         raw-text-unix after reading the file.
5300         * international/mule-conf.el (file-coding-system-alist):
5301         Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
5303 2000-12-06  Gerd Moellmann  <gerd@gnu.org>
5305         * replace.el (occur): Make line-number-width 1 smaller for the
5306         colon following the line number.
5308         * startup.el (fancy-splash-text, command-line-1):
5309         Use `File' for the menu name instead of `Files'.
5311         * tmm.el: Update copyright.
5313         * cus-start.el: Add entry for even-window-heights.
5315 2000-12-06  Miles Bader  <miles@gnu.org>
5317         * faces.el (frame-set-background-mode): Avoid stomping on
5318         locally modified faces.
5320 2000-12-06  Kenichi Handa  <handa@etl.go.jp>
5322         * international/fontset.el: Correct the font registries for
5323         japanese-jisx0213-1 and japanese-jisx0213-2.
5325 2000-12-05  Gerd Moellmann  <gerd@gnu.org>
5327         * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
5329         * iswitchb.el: Update customization commentary.
5331 2000-12-05  Rob Riepel  <riepel@Stanford.EDU>
5333         * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
5334         (tpu-search-highlight): Fixed comparison of overlay end positions.
5335         (tpu-trim-line-ends): Implemented trimming logic locally.
5337         * emulation/tpu-extras.el (tpu-write-file-hook)
5338         (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
5340 2000-12-05  Kenichi Handa  <handa@etl.go.jp>
5342         * language/chinese.el (chinese-iso-8bit): Change mime-charset name
5343         to cn-gb.
5344         (cn-gb, gb2312): New aliases for chinese-iso-8bit.
5346 2000-12-04  Dave Love  <fx@gnu.org>
5348         * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
5350 2000-12-04  Gerd Moellmann  <gerd@gnu.org>
5352         * mail/rmailsum.el (rmail-summary-expunge)
5353         (rmail-summary-expunge-and-save): Ask for confirmation with
5354         rmail-expunge-confirmed.
5356         * mail/rmail.el (rmail-expunge-confirmed): New function.
5357         (rmail-expunge): Use it.
5359 2000-12-04  Philippe Waroquiers  <wao@gull.tact.cfmu.eurocontrol.be>
5361         * progmodes/etags.el (tag-partial-file-name-match-p): New function.
5362         (etags-recognize-tags-table, find-tag-in-order):
5363         New functionality: interpret file names as tags.
5365 2000-12-04  Eli Zaretskii  <eliz@is.elta.co.il>
5367         * info.el (Info-scroll-prefer-subnodes): New defcustom.
5368         (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
5369         the first subnode until the bottom of the current node is visible.
5371 2000-12-04  Gerd Moellmann  <gerd@gnu.org>
5373         * format.el (format-decode): Don't change buffer's undo list.
5375 2000-12-04  Kenichi Handa  <handa@etl.go.jp>
5377         * faces.el (face-font-registry-alternatives): Add entries for CJK
5378         fonts.  Doc-string adjusted for the actual usage of this data.
5380         * international/fontset.el: Change the font registries for CJK
5381         fonts in the default fontset.  Don't append '*' to registries.
5383 2000-12-03  Stefan Monnier  <monnier@cs.yale.edu>
5385         * emacs-lisp/easy-mmode.el (define-derived-mode)
5386         (easy-mmode-derived-mode-p): Remove (moved to derived.el).
5388         * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
5389         (derived-mode-p): New function.
5390         (derived-mode-make-docstring): Add `docstring' argument.
5391         Use it if available and complete it if necessary.
5393 2000-12-03  Andreas Schwab  <schwab@suse.de>
5395         * type-break.el (type-break): Don't make parent of itself.
5397 2000-12-03  Miles Bader  <miles@gnu.org>
5399         * simple.el (delete-trailing-whitespace): Don't delete newlines too.
5401 2000-12-02  Stefan Monnier  <monnier@cs.yale.edu>
5403         * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
5404         (tex-main-file, tex-file): Simplify.
5405         (tex-generate-zap-file-name): Use subst-char-in-string.
5406         (tex-strip-dots): Remove.
5408         * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
5410         * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
5411         to check if the match succeeded.
5413 2000-12-02  Gerd Moellmann  <gerd@gnu.org>
5415         * startup.el (use-fancy-splash-screens-p): New function.
5416         (command-line-1): Use it to determine whether or not to use
5417         a fancy splash screen.
5419 2000-12-02  Andreas Schwab  <schwab@suse.de>
5421         * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
5423 2000-12-02  Eli Zaretskii  <eliz@is.elta.co.il>
5425         * international/mule.el (make-char): Fix last change.
5427         * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
5428         New defcustoms.
5429         (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
5430         autoloading tex-mode; instead, do the same manually.
5431         Use texinfo-open-quote and texinfo-close-quote.  Insert literal quote
5432         with numeric argument.  Docstring fix.
5433         (toplevel): Require cl when compiling.
5435         * international/mule.el (make-char): Doc fix.
5437 2000-12-02  Jason Rumney  <jasonr@gnu.org>
5439         * term/w32-win.el (x-select-enable-clipboard): Customize (as per
5440         the Emacs Lisp manual)
5442 2000-12-02  Eli Zaretskii  <eliz@is.elta.co.il>
5444         * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
5446         * term/pc-win.el (x-select-enable-clipboard): Customize (as per
5447         the Emacs Lisp manual).
5449 2000-12-02  Gerd Moellmann  <gerd@gnu.org>
5451         * simple.el (next-line-add-newlines): Change default to nil.
5453 2000-12-01  Eli Zaretskii  <eliz@is.elta.co.il>
5455         * files.el (revert-buffer, recover-file):
5456         Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
5458 2000-12-01  Gerd Moellmann  <gerd@gnu.org>
5460         * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
5462 2000-12-01  Miles Bader  <miles@gnu.org>
5464         * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
5466 2000-12-01  Kenichi Handa  <handa@etl.go.jp>
5468         * international/mule-diag.el (describe-char-after): Fix typo.
5469         (describe-character-set, non-iso-charset-alist): Fix typo.
5471 2000-12-01  Miles Bader  <miles@gnu.org>
5473         * image-file.el (image-file-name-regexp): Automatically add
5474         upper-case variants of each filename extension in
5475         `image-file-name-extensions', since they seem to be common.
5477         * simple.el (minibuffer-contents)
5478         (minibuffer-contents-no-properties, delete-minibuffer-contents):
5479         New functions.
5480         * filecache.el (file-cache-directory-name)
5481         (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
5483 2000-12-01  Milan Zamazal  <Milan.Zamazal@qbizm.com>
5485         * filecache.el (file-cache-minibuffer-complete): Don't try to
5486         delete the minibuffer prompt.
5488 2000-11-30  Dave Love  <fx@gnu.org>
5490         * cus-start.el: Fix read-buffer-function type.
5492 2000-11-30  Gerd Moellmann  <gerd@gnu.org>
5494         * md5.el: Removed.  There's a built-in function, now.
5496 2000-11-30  Markus Rost  <rost@math.ohio-state.edu>
5498         * mail/rmail.el (rmail-set-message-counters): Don't use "D"
5499         as dummy 0-th char of rmail-deleted-vector.
5501 2000-11-30  Eli Zaretskii  <eliz@is.elta.co.il>
5503         * ps-print.el (ps-end-job): Bind case-fold-search only after
5504         switching to ps-spool-buffer.
5506 2000-11-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
5508         * ps-print.el: Line number font customization.  PostScript: Lines and
5509         PageCount are initialized on each page.  Doc Fix.
5510         (ps-print-version): New version number (6.3.2).
5511         (ps-lpr-switches, ps-font-info-database, ps-font-size)
5512         (ps-header-font-size, ps-header-title-font-size, ps-left-header)
5513         (ps-right-header): Customization fix.
5514         (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
5515         Fix code.
5516         (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
5517         New vars.
5519 2000-11-30  Gerd Moellmann  <gerd@gnu.org>
5521         * bs.el: Fix typos and spelling errors.
5522         (bs-appearance) <defgroup>: Renamed from bs-appearence.
5523         (bs-configuration): Doc fix.
5525         * bs.el: Undo mistaken change of 2000-11-28.  Update copyright.
5527 2000-11-30  Rob Riepel  <riepel@Stanford.EDU>
5529         * emulation/tpu-edt.el (tpu-version): New version.
5530         (tpu-search-overlay, tpu-replace-overlay): New initial range.
5531         (tpu-original-mode-line): Variable deleted.
5532         (tpu-mark-flag): New initial value.
5533         (tpu-set-mode-line): Don't redefine mode-line-format.
5534         Add tpu-mark-flag to minor-mode-alist.
5535         (tpu-update-mode-line): New mark flag logic.
5536         (tpu-get): Use find-file-wildcards.
5537         (tpu-search-highlight): Move overlay less, reset overlay properly.
5538         (tpu-unselect): Deactivate mark.
5539         (tpu-lm-replace): Reset overlay properly.
5540         (tpu-forward-line): Use forward-visible-line.
5541         (tpu-edt-on): Set transient mark mode.  ispell autoloads deleted.
5543         * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
5545 2000-11-30  Per Abrahamsen  <abraham@dina.kvl.dk>
5547         * cus-edit.el (custom-face-value-create): Always emphasize tag.
5549 2000-11-30  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
5551         * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
5552         and skip whitespace and newlines.
5554 2000-11-30  Stefan Monnier  <monnier@cs.yale.edu>
5556         * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
5558 2000-11-29  Gerd Moellmann  <gerd@gnu.org>
5560         * help.el (describe-function-1): Regexp-quote function name
5561         when used as part of a regexp.
5563         * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
5564         Use face-attribute instead of face-foreground and face-background.
5565         (tool-bar-add-item): Likewise, and handle unspecified colors.
5567         * enriched.el (enriched-face-ans): Use face-attribute instead
5568         of face-foreground and face-background.
5570         * faces.el (face-foreground, face-background, face-stipple):
5571         Return nil if attribute is unspecified, for backward compatibility.
5573         * files.el (auto-mode-alist): Add an entry for antlr-mode.
5575         * play/5x5.el: Remove version info.
5577         * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
5579         * frame.el (blink-cursor-mode): Doc fix.
5581 2000-11-29  Christoph Wedler  <Christoph.Wedler@sap.com>
5583         * antlr-mode.el: New commands to run ANTLR from within Emacs and
5584         to create Makefile rules.
5585         (antlr-tool-command): New user option.
5586         (antlr-ask-about-save): New user option.
5587         (antlr-makefile-specification): New user option.
5588         (antlr-file-formats-alist): New variable.
5589         (antlr-special-file-formats): New variable.
5590         (antlr-unknown-file-formats): New user option.
5591         (antlr-help-unknown-file-text): New variable.
5592         (antlr-help-rules-intro): New variable.
5593         (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
5594         (antlr-mode-menu): Add entries.
5595         (antlr-file-dependencies): New function.
5596         (antlr-directory-dependencies): New function.
5597         (antlr-superclasses-glibs): New function.
5598         (antlr-run-tool): New command.
5599         (antlr-makefile-insert-variable): New function.
5600         (antlr-insert-makefile-rules): New function.
5601         (antlr-show-makefile-rules): New command.
5603         * antlr-mode.el: More Emacs/XEmacs stuff.
5604         (antlr-no-action-keywords): New constant with value nil.
5605         (antlr-font-lock-keywords-alist): Use it.  Old value would break
5606         syntax highlighting in Emacs-21.0.
5607         (antlr-default-directory): Emacs/XEmacs dependend function.
5608         (antlr-read-shell-command): Ditto.
5609         (antlr-with-displaying-help-buffer): Ditto.
5611 2000-11-29  Christoph Wedler  <Christoph.Wedler@sap.com>
5613         * antlr-mode.el: imenu, parsing and highlighting changes.
5614         (antlr-imenu-create-index-function): Don't create extra submenus
5615         for definitions in different grammar classes.  It is not necessary
5616         for the menu and would make command `imenu' awkward to use.
5617         (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
5618         header actions and more than one.
5619         (antlr-font-lock-tokendef-face): Changed color.
5620         (antlr-font-lock-tokenref-face): Changed color.
5621         (antlr-font-lock-additional-keywords): Also highlight lowercase.
5622         (antlr-mode-syntax-table): New variable.
5623         (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
5624         (antlr-with-syntax-table): Don't copy syntax table.
5626 2000-11-29  Christoph Wedler  <Christoph.Wedler@sap.com>
5628         * antlr-mode.el: Minor changes: language setting.
5629         (antlr-language-alist): The value for file option "language" can
5630         be both an identifier and a string.
5631         Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
5632         (antlr-language-limit-n-regexp): Change accordingly.
5634 2000-11-29  Christoph Wedler  <Christoph.Wedler@sap.com>
5636         * antlr-mode.el: Minor changes: tabs, hiding.
5637         (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
5638         (antlr-action-visibility): Also allow value nil to also hide the
5639         braces.  Renamed from `antlr-tiny-action-length'.
5640         Suggested by Jay@aol.com.
5641         (antlr-hide-actions): Change accordingly.  Hide line if completely
5642         hidden action is on a line of its own.
5644 2000-11-29  Stefan Monnier  <monnier@cs.yale.edu>
5646         * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
5648         * sort.el (sort-columns): Don't concat strings with numbers.
5650 2000-11-29  Dave Love  <fx@gnu.org>
5652         * cus-edit.el (face): Fix :format.
5654         * mail/feedmail.el: Require smtpmail when compiling.
5655         (mail-do-fcc): Autoload.
5656         (feedmail) <defgroup>: Fix :link.
5657         (feedmail-nuke-body-in-fcc): Fix :type.
5658         (feedmail-send-it): Add autoload cookie.
5660 2000-11-29  Stefan Monnier  <monnier@cs.yale.edu>
5662         * newcomment.el (comment-indent): Save excursion around call to
5663         comment-indent-function.
5665 2000-11-29  Miles Bader  <miles@gnu.org>
5667         * subr.el (member-ignore-case): Return the tail of the list who's
5668         car matches, like `member', not the matching element itself.
5670 2000-11-29  Kenichi Handa  <handa@etl.go.jp>
5672         * xml.el (xml-parse-tag): Fix finding opening tag.  A tag name
5673         should not contain `\n'.
5675 2000-11-28  Gerd Moellmann  <gerd@gnu.org>
5677         * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
5679         * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
5681         * dired-aux.el (dired-do-create-files): Construct default file
5682         name for dired-mark-read-file-name so that when the user enters
5683         just RET, the target file will end up in the target directory.
5685         * abbrev.el (prepare-abbrev-list-buffer): Get the value of
5686         local-abbrev-table before changing buffers because it might
5687         have a buffer-local binding.
5689 2000-11-28  Miles Bader  <miles@gnu.org>
5691         * simple.el (delete-horizontal-space): Handle fields more generally.
5693 2000-11-28  Gerd Moellmann  <gerd@gnu.org>
5695         * simple.el (delete-horizontal-space): Handle minibuffer prompt.
5697 2000-11-28  Dave Love  <fx@gnu.org>
5699         * progmodes/ps-mode.el (ps-mode): Set comment-start and
5700         comment-start-skip locally.
5702         * progmodes/fortran.el (fortran-mode): Don't set
5703         fortran-comment-line-start-skip.  Set comment-start to
5704         fortran-comment-line-start.
5705         (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
5706         (fortran-comment-line-start-skip): Simplify slightly.
5708 2000-11-28  Gerd Moellmann  <gerd@gnu.org>
5710         * play/5x5.el: Remove RCS keyword.
5712         * bs.el: Mistaken commit, undone 2000-11-30.
5714 2000-11-28  Milan Zamazal  <pdm@freesoft.cz>
5716         * textmodes/tildify.el (tildify-string-alist):
5717         Add `plain-tex-mode' here.
5719 2000-11-28  Colin Walters  <walters@cis.ohio-state.edu>
5721         * chistory.el (Command-history-setup): Remove extraneous `keymap'
5722         reference.
5724 2000-11-28  Miles Bader  <miles@gnu.org>
5726         * cus-face.el (custom-face-attributes): Add post-filter function
5727         for :box.  Make pre-filter function for :box handle all cases.
5729         * wid-edit.el (widget-choose): Make sure pop-up window is large
5730         enough to display all the choices, as there's no way to scroll it.
5732 2000-11-28  Kenichi Handa  <handa@etl.go.jp>
5734         * international/mule-conf.el: Make the coding system no-conversion
5735         safe for all characters.
5737 2000-11-27  Dave Love  <fx@gnu.org>
5739         * net/ldap.el (ldap) <defgroup>: Add :version.
5741         * tooltip.el (tooltip-use-echo-area): Doc fix.
5743         * cus-start.el <minibuffer-prompt-properties>: Add version.
5744         <read-buffer-function>: Add.
5746         * apropos.el (apropos-print): Add help-echo to active text.
5748         * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
5750 2000-11-27  Gerd Moellmann  <gerd@gnu.org>
5752         * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
5753         type, group and version.
5755 2000-11-27  Eli Zaretskii  <eliz@is.elta.co.il>
5757         * select.el (x-get-selection): Docstring fix.
5759 2000-11-27  Dave Pearson <davep@hagbard.demon.co.uk>
5761         * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
5763 2000-11-27  Andrew Innes  <andrewi@gnu.org>
5765         * makefile.nt (.SUFFIXES): Add .SUFFIXES.
5767         * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
5769 2000-11-27  Miles Bader  <miles@gnu.org>
5771         * dired.el (dired-get-filename): Return filename verbatim if
5772         LOCALP is `verbatim'.
5773         * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
5774         `verbatim' so that we don't inadvertently delete a non-existant
5775         directory name.
5777 2000-11-27  Kenichi Handa  <handa@etl.go.jp>
5779         * international/characters.el: Specify cases and syntaxes for
5780         mule-unicode-0100-24ff.
5782 2000-11-27  Gerd Moellmann  <gerd@gnu.org>
5784         * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
5785         that foreground and/or background colors of the face `tool-bar'
5786         are unspecified.
5788 2000-11-27  Miles Bader  <miles@gnu.org>
5790         * wid-edit.el (widget-field-buffer, widget-field-start)
5791         (widget-field-end): Handle widget field `pseudo-overlays'.
5792         (widget-field-value-delete): Delete WIDGET from `widget-field-new'
5793         if it's there instead of in `widget-field-list'.
5795         * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
5796         (help-make-xrefs): Delete extraneous newlines at the end of the
5797         docstring.
5799 2000-11-25  Jason Rumney  <jasonr@gnu.org>
5801         * startup.el (command-line): Call set-locale-environment after
5802         Window System init file is read, as it can result in a call to
5803         redraw-frame.
5805 2000-11-25  Eli Zaretskii  <eliz@is.elta.co.il>
5807         * simple.el (shell-command): Mention the effect of the prefix
5808         argument in the doc string.
5810 2000-11-25  Miles Bader  <miles@gnu.org>
5812         * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
5814         * wid-edit.el (widget-field-value-delete): Don't try to delete
5815         overlay when it's the `pseudo-overlay' that exists at some points.
5817 2000-11-24  Jason Rumney  <jasonr@gnu.org>
5819         * international/mule-cmds.el (locale-language-names): Add "jp" as
5820         a non-standard alternative for Japanese.
5822 2000-11-24  Andre Spiegel  <spiegel@gnu.org>
5824         * vc-hooks.el: Require 'cl during compilation.
5826 2000-11-24  Gerd Moellmann  <gerd@gnu.org>
5828         * faces.el (face-set-after-frame-default): Let face attributes
5829         specified for new frames override frame parameters.
5831         * startup.el (command-line): Fix computation of the source file
5832         for user-init-file when user-init-file is a compiled file.
5834 2000-11-24  Miles Bader  <miles@gnu.org>
5836         * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
5837         (custom-post-filter-face-spec): New functions.
5838         (custom-face-set, custom-face-value-create): Filter the face spec
5839         before and after customization.
5840         (custom-face-set): If VALUE specifies a null face, pass a
5841         non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
5842         * cus-face.el (custom-face-attributes): Remove SET and GET
5843         functions.  Add some IN-FILTER and OUT-FILTER functions in the few
5844         cases they're needed.
5846         * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
5847         that it's distinguishable from the :off-glyph on dark-background
5848         displays.  Set its background color too.
5850         * cus-start.el (all): Restore entry for `mode-line-inverse-video',
5851         so that people can easily turn it off.
5853 2000-11-24  Michael Kifer  <kifer@cs.sunysb.edu>
5855         * ediff-diff.el: Moved variables around to have it compile under NT.
5857         * ediff-help.el (ediff-use-long-help-message): Made it customizable.
5859         * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
5861         * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
5862         redundant skip-small-frames test.
5864         * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
5865         (viper-downgrade-to-insert): Protect against errors in hooks.
5867         * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
5868         (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
5869         (viper-restore-cursor-type,viper-set-insert-cursor-type):
5870         New functions.
5872         * viper-util.el (viper-memq-char): Bug fixes.
5874         * viper.el (viper-mode): Fix cursor handling.
5876 2000-11-24  Kenichi Handa  <handa@etl.go.jp>
5878         * international/mule-diag.el (list-iso-charset-chars):
5879         For two-byte charset, fix the `while' condition.
5880         (list-non-iso-charset-chars): Fix the `while' condition.
5882 2000-11-23  Stefan Monnier  <monnier@cs.yale.edu>
5884         * subr.el (add-hook, remove-hook): Don't call make-local-hook
5885         if the variable is make-variable-buffer-local.
5887         * progmodes/ada-stmt.el (ada-template-map):
5888         Initialize and bind it to C-c t in ada-mode-map.
5889         (ada-stmt-mode-hook): New function extracted from old code.
5890         Only change the buffer-local side of skeleton-*.
5891         (ada-mode-hook): Use it.
5893 2000-11-23  Eli Zaretskii  <eliz@is.elta.co.il>
5895         * iswitchb.el (iswitchb-minibuf-depth): New variable.
5896         (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
5897         we expect to be returned by minibuffer-depth once we prompt the
5898         user in the minibuffer.
5899         (iswitchb-entryfn-p): If minibuffer-depth returns the same value
5900         as recorded in iswitchb-minibuf-depth, return non-nil.
5902 2000-11-23  Eli Zaretskii <eliz@is.elta.co.il>
5904         * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
5905         (hscroll-window-maybe): Docstring fix.
5907 2000-11-23  Dave Love  <fx@gnu.org>
5909         * rect.el (string-rectangle): Don't test delete-selection-mode.
5911 2000-11-23  Gerd Moellmann  <gerd@gnu.org>
5913         * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
5914         is in the tool bar.
5916         * dired-aux.el (dired-add-entry): Don't call dired-get-filename
5917         with `no-dir'; we want the directory part to be able to remove it.
5919 2000-11-22  Stefan Monnier  <monnier@cs.yale.edu>
5921         * textmodes/outline.el (outline-flag-region):
5922         Don't bind inhibit-read-only since we don't modify the buffer.
5923         (outline-isearch-open-invisible): Don't jump to overlay-start
5924         since we're trying to unhide text around point.
5925         (outline-discard-overlays): Use dolist.
5927         * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
5929 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
5931         * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
5933 2000-11-22  Stefan Monnier  <monnier@cs.yale.edu>
5935         * textmodes/tex-mode.el (tex-font-lock-keywords-1):
5936         Fix ARG regexp to skip quoted braces.
5937         (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
5938         Remove `bf' and `it' from `bold' and `italic' (they were wrong and
5939         are (correctly) handled separately).
5940         Remove `caption' and `footnote' from `citations': they contain text.
5941         Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
5942         (latex-skeleton-end-hook): New function.
5943         (latex-mode): Use it.
5944         (tex-start-tex-marker): Remove.
5945         (tex-send-tex-command): Don't set tex-start-tex-marker.
5946         (tex-error-parse-syntax-table): New var.
5947         (tex-compilation-parse-errors): Use it.
5948         Ignore tex-start-tex-marker.  Don't bother with marker-position.
5949         (tex-validate-buffer): Don't bother with marker-position.
5951         * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
5952         (flyspell-generic-progmode-verify): Use it.
5954 2000-11-22  Sam Steingold  <sds@gnu.org>
5956         * simple.el (delete-trailing-whitespace): New interactive function.
5958         * progmodes/ada-mode.el (ada-mode): Use it instead of
5959         `ada-remove-trailing-spaces'.
5960         (ada-remove-trailing-spaces): Removed.
5962         * textmodes/two-column.el (2C-merge): Recommend it in the doc.
5964         * textmodes/picture.el (picture-clean): Removed.
5965         (picture-mode-exit): Call it instead of `picture-clean'.
5967 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
5969         * frame.el (show-cursor-in-non-selected-windows): Doc fix.
5971         * hi-lock.el (hi-lock-refontify): Don't call non-existent
5972         jit-lock-fontify-buffer; it should anyway be unneccessary to
5973         do anything special when jit-lock is active.
5974         (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
5976 2000-11-22  Dave Love  <fx@gnu.org>
5978         * calendar/todo-mode.el (todo-top-priorities): Use
5979         todo-tmp-buffer-name.  From Milan Zamazal <Milan.Zamazal@qbizm.com>.
5981         * language/chinese.el, language/cyrillic.el:
5982         * language/devanagari.el, language/ethiopic.el, language/greek.el:
5983         * language/hebrew.el, language/indian.el, language/japanese.el:
5984         * language/korean.el, language/lao.el, language/misc-lang.el:
5985         * language/thai.el, language/tibetan.el, language/vietnamese.el:
5986         Use provide.
5988         * cus-edit.el (custom-buffer-create-internal): Save some consing.
5989         (custom-variable-set): Improve validation error mesage.
5991         * rect.el (string-rectangle): Revert last change.
5992         (string-rectangle-line): New arg DELETE.
5993         (string-rectangle): Check delete-selection-mode.
5995         * emacs-lisp/edebug.el (edebug-version)
5996         (edebug-maintainer-address): Deleted.
5997         (edebug-submit-bug-report): Just alias to report-emacs-bug.
5998         (edebug-read-function): Account for other `'#' read forms.
5999         (edebug-mode-menus): Make some items toggles.
6000         (edebug-outside-unread-command-event, unread-command-event):
6001         Remove these to avoid warnings.
6003 2000-11-22  David Ponce  <david@dponce.com>
6005         * recentf.el (recentf-menu-items-for-commands)
6006         (recentf-make-menu-items, recentf-make-menu-item)
6007         (recentf-filter-changer): Added :help and :active menu-item properties.
6009         (recentf-build-dir-rules, recentf-dump-variable)
6010         (recentf-edit-list, recentf-open-files-item)
6011         (recentf-open-files): Replaced unnecessary `mapcar' with new
6012         built-in `mapc'.
6014 2000-11-23  Miles Bader  <miles@gnu.org>
6016         * faces.el (menu): Make inverse-video on ttys too.
6018 2000-11-22  Stefan Monnier  <monnier@cs.yale.edu>
6020         * simple.el (comment-line-break-function): Use the new name
6021         indent-new-comment-line -> comment-indent-new-line.
6022         (clone-indirect-buffer): Don't ignore NORECORD.
6023         (next-completion): Properly handle the case where items are adjacent.
6025         * mouse.el (popup-menu): Stupid typo.
6027 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
6029         * emacs-lisp/authors.el: Remove autoload cookies, add author,
6030         maintainer, keywords tags.
6032         * rect.el (replace-rectangle): Don't call string-rectangle-line
6033         with too many arguments.
6035 2000-11-22  Andre Spiegel  <spiegel@gnu.org>
6037         * ediff-util.el (ediff-file-checked-out-p)
6038         (ediff-file-checked-in-p): Call vc-state instead of
6039         vc-locking-user, which no longer exists.
6041         * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
6043 2000-11-22  Dave Love  <fx@gnu.org>
6045         * md5.el (md5): Provide.
6046         (md5): Fix error call.
6048 2000-11-22  Miles Bader  <miles@gnu.org>
6050         * textmodes/refill.el (refill-adjust-ignorable-overlay)
6051         (refill-fill-paragraph-at): Remove debugging code.
6053         * calendar/calendar.el (generate-calendar-window): When we don't
6054         call `fit-window-to-buffer', make sure the top line is fully visible.
6056         * image-file.el (insert-image-file): Don't make `read-only'
6057         property rear-nonsticky.
6059         * isearch.el (isearch-original-minibuffer-message-timeout): New var.
6060         (isearch-mode): Set `minibuffer-message-timeout' to nil, after
6061         stashing away its original value.
6062         (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
6063         in the recursive edit.
6064         Bind `isearch-original-minibuffer-message-timeout' to protect it.
6065         (isearch-done): Restore `minibuffer-message-timeout'.
6067         * cus-start.el: Remove entry for `mode-line-inverse-video'.
6069 2000-11-21  Stefan Monnier  <monnier@cs.yale.edu>
6071         * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
6073         * find-lisp.el (find-lisp-find-files-internal):
6074         Use dolist, when and file-name-as-directory.
6076         * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
6077         (define-derived-mode, define-minor-mode): Add specs.
6079         * window.el: General comment and spacing fixes.
6080         (save-selected-window): Use backquotes.
6081         (window-safely-shrinkable-p): New function.
6082         (shrink-window-if-larger-than-buffer): Use it.
6084         * subr.el (make-local-hook): Docstring fix.
6086         * shell.el (shell-mode): Use define-derived-mode.
6088         * newcomment.el (comment-indent): Insert comment before calling
6089         comment-indent-function.  Don't insert in column 0.
6090         (comment-dwim): Indent before inserting comment.
6092         * isearch.el (isearch-mode-map): Fix docstring.  Init in defvar.
6093         (minibuffer-local-isearch-map): Init in defvar.  Use inheritance.
6094         (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
6095         Use mapc rather than map.
6097         * files.el (find-buffer-visiting): Compare all attributes before
6098         declaring two files identical (rather than just their inode-no).
6099         (auto-mode-alist): Use \' rather than $.
6101         * which-func.el: Update maintainer line.
6103         * pcvs.el (uniquify-buffer-file-name): Remove advice.
6104         * uniquify.el (uniquify-list-buffers-directory-modes): New var.
6105         (uniquify-buffer-file-name): Use it.
6107 2000-11-22  Miles Bader  <miles@gnu.org>
6109         * cus-start.el: Add entry for `minibuffer-prompt-properties'.
6110         * simple.el (minibuffer-avoid-prompt): New function.
6112 2000-11-21  Gerd Moellmann  <gerd@gnu.org>
6114         * Makefile.in (.SUFFIXES): Add .SUFFIXES.
6116 2000-11-21  Miles Bader  <miles@gnu.org>
6118         * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
6119         inclusion of `track-mouse'.
6121         * textmodes/refill.el (refill-ignorable-overlay): New variable.
6122         (refill-adjust-ignorable-overlay): New function.
6123         (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
6124         only the paragraph's tail if possible.
6125         Update `refill-ignorable-overlay'.
6126         (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
6128         * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
6129         point inside the fill-prefix.
6131         * textmodes/refill.el (refill-post-command-function): Don't reset
6132         refill-doit in the case where a self-insertion command doesn't
6133         case a refill.  Use `refill-fill-paragraph-at', getting position
6134         from `refill-doit'.
6135         (refill-after-change-function): Set `refill-doit' to END.
6136         (refill-fill-paragraph-at): New function, mostly from old
6137         refill-fill-paragraph.
6138         (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
6139         (refill-pre-command-function): New function.
6140         (refill-mode): Add it to `pre-command-hook'.
6142 2000-11-20  Gerd Moellmann  <gerd@gnu.org>
6144         * textmodes/artist.el (artist-mode): Fix autoload cookie.
6146         * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
6147         javadoc tags.
6149 2000-11-20  Andre Spiegel  <spiegel@gnu.org>
6151         * vc.el, vc-hooks.el: Undo prev change (moved functions back to
6152         vc.el).
6154         * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
6155         require vc.
6157         * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
6158         checkouts.
6160 2000-11-20  Dave Love  <fx@gnu.org>
6162         * Makefile.in (DONTCOMPILE): Omit bindings.el.
6164 2000-11-20  Eli Barzilay <eli@www.barzilay.org>
6166         * calculator.el (calculator-paste): Use `if' instead of `and'
6167         and `or'.
6168         (calculator-help): Don't use electric-describe-mode for XEmacs.
6170 2000-11-19  Gerd Moellmann  <gerd@gnu.org>
6172         * info.el (info-menu-5): Doc fix.
6174         * textmodes/artist.el: New file.
6176 2000-11-19  Andre Spiegel  <spiegel@gnu.org>
6178         * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
6179         and differentiate according to checkout model.
6180         (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
6181         since this function is only concerned with master state.
6183         * vc-hooks.el (vc-workfile-unchanged-p)
6184         (vc-default-workfile-unchanged-p): Moved here from vc.el.
6186         * vc.el (vc-workfile-unchanged-p)
6187         (vc-default-workfile-unchanged-p): See above.
6189 2000-11-19  Miles Bader  <miles@gnu.org>
6191         * image-file.el (insert-image-file): Make `intangible' and
6192         `read-only' properties rear-nonsticky too.
6194 2000-11-18  Gerd Moellmann  <gerd@gnu.org>
6196         * ps-print.el: Update copyright notice.
6198         * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
6199         (tooltip-show): Use the offsets.
6201         * bindings.el (mode-line-modified): Fix a typo.
6202         (mode-line-toggle-modified, mode-line-widen)
6203         (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
6205 2000-11-17  Vinicius Jose Latorre <vinicius@cpqd.com.br>
6207         * ps-print.el (toplevel): Test for find-coding-system being
6208         fboundp before calling ps-x-find-coding-system.
6210 2000-11-16  Stefan Monnier  <monnier@cs.yale.edu>
6212         * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
6213         (vc-version-backup-file): Docstring fix.
6215 2000-11-16  Gerd Moellmann  <gerd@gnu.org>
6217         * files.el (basic-save-buffer): Don't add a newline if
6218         find-file-literally is non-nil.
6219         (find-file-literally): Extend doc string.
6221         * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
6222         sort(1) with the `-f' argument.
6224 2000-11-16  Andre Spiegel  <spiegel@gnu.org>
6226         * vc.el: Updated backend documentation.
6227         (vc-default-check-headers): New function.
6229         * vc-{cvs,rcs,sccs}.el: Functions reordered.
6231         * vc.el (vc-revert-buffer): Ask for confirmation if file seems
6232         up-to-date.
6233         (vc-do-command): In the asynchronous case, output messages only if
6234         the minibuffer is not active.
6236         * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
6237         `vc-cvs-use-edit' is on.
6238         (vc-cvs-checkout): When this is used for reverting the workfile,
6239         make a backup of the original contents and revert to that in case
6240         of error.
6241         (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
6242         remote repositories.
6244         * vc.el (vc-annotate): Changed handling of prefix arg; now asks
6245         for both version and ratio in the minibuffer.
6247         * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
6248         Use vc-do-command to perform the annotation, not call-process.
6250 2000-11-16  Kenichi Handa  <handa@etl.go.jp>
6252         * international/quail.el (quail-start-translation): Don't call
6253         `message' before reading key sequence.
6255 2000-11-16  Miles Bader  <miles@lsi.nec.co.jp>
6257         * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
6259 2000-11-16  Kenichi Handa  <handa@etl.go.jp>
6261         * window.el (fit-window-to-buffer): Be sure to acquire at least
6262         one text line even if the buffer is empty.
6264 2000-11-16  Gerd Moellmann  <gerd@gnu.org>
6266         * net/ange-ftp.el (ange-ftp-file-writable-p)
6267         (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
6268         Bind ange-ftp-process-verbose to nil.
6270 2000-11-15  Dave Love  <fx@gnu.org>
6272         * wid-edit.el (widget-specify-field, widget-specify-button):
6273         If :help-echo is a function, set help-echo of overlay to
6274         widget-mouse-help.
6275         (widget-mouse-help): New function.
6276         (widget-echo-help): Rewritten for :help-echo functions only taking
6277         a widget arg.
6279         * net/eudc-bob.el (eudc-bob-can-display-inline-images):
6280         Use display-graphic-p.
6281         (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
6282         and that JPEG is available.
6283         (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
6285         * international/mule-cmds.el (locale-charset-language-names):
6286         Match @euro.
6288 2000-11-15  Gerd Moellmann  <gerd@gnu.org>
6290         * faces.el (face-set-after-frame-default):
6291         If `inhibit-default-face-x-resources' is bound, don't intialize the
6292         default face from X resources.
6294 2000-11-15  Eli Zaretskii  <eliz@is.elta.co.il>
6296         * Makefile.in (custom-deps, finder-data, autoloads, recompile):
6297         Don't set EMACSLOADPATH.
6299 2000-11-15  Eli Zaretskii  <eliz@is.elta.co.il>
6301         * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
6302         texinfo-insert-@url.
6303         (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
6304         (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
6306 2000-11-14  Stefan Monnier  <monnier@cs.yale.edu>
6308         * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
6309         (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
6310         (checkdoc-minor-keymap): Backward compatibility.
6311         (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
6312         (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
6313         (checkdoc-this-string-valid-engine): Be a bit more strict
6314         to avoid matching substrings of `...' quoted vars/funs.
6315         (checkdoc-defun-info): Only look for `interactive' if alone.
6316         (debug-ignored-errors): Add "arg doesn't appear in docstring".
6318         * progmodes/compile.el (grep): `tag-default' can be nil.
6320         * newcomment.el (comment-indent): Paren typo.
6322 2000-11-14  Dave Love  <fx@gnu.org>
6324         * calculator.el: New maintainer version.
6326         * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
6328         * cmuscheme.el: Doc fixes.
6329         (cmuscheme) <defgroup>: Use `scheme' as parent.
6330         (cmuscheme-program-name): Remove.  Change uses to scheme-program-name.
6332         * xscheme.el (scheme-program-name): Don't define here.
6334         * progmodes/scheme.el (scheme-program-name): New variable
6335         (originally in cmuscheme).
6337 2000-11-14  Miles Bader  <miles@gnu.org>
6339         * window.el (fit-window-to-buffer): Handle windows without mode-lines.
6340         Handle header-lines.  Don't loop forever if we can't enlarge the
6341         window anymore.  Simplify a bit.
6343 2000-11-14  Kenichi Handa  <handa@etl.go.jp>
6345         * window.el (fit-window-to-buffer): Don't check
6346         window-text-height.  Assure that the last line is fully visible.
6348         * international/quail.el (quail-show-guidance-buf):
6349         Call fit-window-to-buffer to assure the enough height of the guidance
6350         buffer.
6351         (quail-update-guidance): Avoid making the guidance buffer shorter.
6353 2000-11-14  Stefan Monnier  <monnier@cs.yale.edu>
6355         * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
6356         rather than `prepend' and add an interesting comment.
6357         (tex-math-face, tex-font-lock-syntactic-face-function):
6358         New face and function to use it.
6359         (tex-define-common-keys, tex-mode-map): Use menu-item rather
6360         than `menu-enable' symbol property.
6361         (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
6362         (tex-mode): Add some latex-mode commands for auto-selection.
6363         Use tex-font-lock-syntactic-face-function.
6364         (tex-insert-quote): Simplify.
6365         (tex-shell): New mode.
6366         (tex-start-shell): Use it.
6367         (tex-shell-proc, tex-shell-buf): New functions.
6368         (tex-send-command): Use it.
6369         (tex-main-file): Fix the meaning of the new arg REALFILE.
6370         (tex-send-tex-command): New function split from `tex-start-tex'.
6371         Set compilation-last-buffer and compilation-parsing-end.
6373         * newcomment.el (comment-indent-default): Stick \s<\s< to the left
6374         when it follows non-comment text on the line.
6376         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
6377         Set font-lock-defaults.
6378         (lisp-mode-shared-map): Init inside the defvar.
6379         (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
6380         Use define-derived-mode.
6382 2000-11-14  Miles Bader  <miles@lsi.nec.co.jp>
6384         * faces.el (header-line): Use `:box nil' for color/gs displays too.
6386 2000-11-14  Gerd Moellmann  <gerd@gnu.org>
6388         * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
6389         Don't recursively optimize body because that can lead to infinite
6390         recursion; see comment there.
6392 2000-11-13  Eli Zaretskii  <eliz@is.elta.co.il>
6394         * faces.el (face-spec-set-match-display): Revert the change from
6395         2000-10-24.  Add a FIXME for after v21.1.
6397 2000-11-13  Miles Bader  <miles@gnu.org>
6399         * textmodes/fill.el (skip-line-prefix): New function.
6400         (fill-region-as-paragraph, fill-region):  Return the fill-prefix.
6401         (fill-paragraph): Don't leave point inside the fill-prefix.
6402         * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
6403         point inside the fill-prefix.
6405 2000-11-13  Miles Bader  <miles@lsi.nec.co.jp>
6407         * calendar/calendar.el (generate-calendar-window):
6408         Use `fit-window-to-buffer'.
6410 2000-11-12  Stefan Monnier  <monnier@cs.yale.edu>
6412         * gud.el (gud-minor-mode): New var.
6413         (gud-symbol, gud-val): New functions.
6414         (gud-find-file): Copy gud-minor-mode to the new buffer.
6415         (gud-menu-map): Include entries for commands that are not always
6416         available, using :enable to (de)activate them.
6417         (gud-minor-mode-map): New map.  Add it to minor-mode-map-alist.
6418         (gud-mode-map): New map.
6419         (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
6420         (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
6421         Don't set up gud's menu (it's done by the minor-mode).
6422         (gud-minibuffer-local-map): New.
6423         Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
6424         (gud-query-cmdline): New function.
6425         (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it.  Set gud-minor-mode.
6426         (gud-mode): Use define-derived-mode.
6427         Don't set up gud's menu (it's done by the minor-mode).
6428         (gud-chop-words): Remove.
6429         (gud-common-init): Use split-string instead.
6430         (gud-new-keymap, gud-make-debug-menu): Eradicate.
6432         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
6433         Add keyword arg :name.
6435         * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
6436         (diff-count-matches, diff-split-hunk): New functions.
6437         (diff-mode-map): Bind C-c C-s to diff-split-hunk.
6439         * pcvs-info.el (cvs-fi-conflict-face): New var.
6441         * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
6442         Make it into a simple syntax-table, shared among all submodes.
6443         (sh-heredoc-face): Re-introduce.
6444         (sh-font-lock-syntactic-face-function): New function.
6445         (sh-mode): Use it.  Also use define-derived-mode.
6446         Remove old bogus setting of indent-region-function.
6447         (sh-set-shell): Don't set the syntax-table any more.
6448         (sh-mode-syntax-table) <defun>: Remove.
6450 2000-11-12  Miles Bader  <miles@gnu.org>
6452         * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
6453         message if interactive.
6455 2000-11-12  Dave Love  <fx@gnu.org>
6457         * mail/feedmail.el: Fix header,
6458         (feedmail) <defgroup>: Add :link.
6460         * view.el: Use local-map property, not keymap on mode-line string.
6462         * scroll-all.el (scroll-all-mode): Customize variable.
6463         Add autoload cookie to function.
6465         * lazy-lock.el: Remove compatibility code.
6467         * finder.el (finder-known-keywords): Add `files', remove `vms'.
6468         (finder-help-echo): New variable.
6469         (finder-mouse-face-on-line): Add help-echo stuff.
6470         (finder-list-keywords, finder-list-matches): Use mapc.
6472         * faces.el (face-font-registry-alternatives): Add :version.
6474         * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
6475         tags-table-list.
6477         * net/browse-url.el (browse-url-browser-function): Update :version.
6479         * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
6480         (mail-mode): Use [:alnum:] in some regexps.
6482 2000-11-10  Dave Love  <fx@gnu.org>
6484         * ediff.el (ediff-regions-internal, ediff-documentation):
6485         * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
6486         fundamental mode.
6488         * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
6489         buffer into fundamental mode.
6490         (ediff-set-difference): Use copy-sequence if available.
6492         * ediff-ptch.el (ediff-dispatch-file-patching-job):
6493         Check ediff-patch-map non-nil.
6494         (ediff-fixup-patch-map, ediff-fixup-patch-map)
6495         (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
6496         buffer into fundamental mode.
6498         * ediff-merg.el (state-or-merge): Defvar when compiling.
6500 2000-11-10  Jason Rumney  <jasonr@gnu.org>
6502         * w32-fns.el (w32-add-charset-info): New function.
6503         (w32-charset-info-alist): Use it.
6505 2000-11-10  Gerd Moellmann  <gerd@gnu.org>
6507         * faces.el (face-font-registry-alternatives): New user-option.
6509 2000-11-10  Stefan Monnier  <monnier@cs.yale.edu>
6511         * textmodes/texinfo.el (texinfo-block-default): New var.
6512         (texinfo-insert-block): Use it.  Insert a newline if needed.
6514         * textmodes/fill.el (fill-indent-according-to-mode): New var.
6515         (fill-region-as-paragraph): Use it.
6517         * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
6518         (latex-mode): Tweak tex-*-(head|trail)er regexps.
6519         Tweak paragraph regexps to allow a leading [ \t]*.
6520         (tex-latex-block): Insert a newline if necessary.
6521         (latex-insert-item): Only insert a newline if necessary.
6522         (tex-guess-main-file): New function.
6523         (tex-main-file): Use it.  Add arg `realfile'.  Trim `.tex'.
6524         Set tex-main-file if TeX-master is provided.
6525         (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
6527 2000-11-10  Gerd Moellmann  <gerd@gnu.org>
6529         * startup.el (command-line): Set the default tooltip-mode
6530         to t for graphical displays which implement x-show-tip.
6532         * tooltip.el (tooltip-mode): Add a comment about startup.el
6533         setting the default value of this user-option.
6535 2000-11-09  Stefan Monnier  <monnier@cs.yale.edu>
6537         * font-lock.el (font-lock-*-face) <defvar>: Move.
6538         (font-lock-defaults-alist): Mark obsolete.
6539         (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
6540         (font-lock-mode): Use define-minor-mode.
6541         (font-lock-support-mode): Tweak type to default to jit-lock-mode.
6542         (font-lock-turn-off-thing-lock): Be more explicit.
6543         (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
6544         (font-lock-syntactic-face-function): New var.
6545         (font-lock-fontify-syntactically-region): Use it.
6546         (font-lock-doc-face): New.
6548         * pcvs.el (cvs-enabledp): Ignore errors.
6549         (cvs-commit-filelist): Never query.
6550         (cvs-mode-insert): Always add a terminating / in the initial prompt.
6551         (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
6552         (cvs-do-removal): Use cvs-partition rather than delete-if.
6553         Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
6554         cvs-bury-buffer.
6556         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6557         Allow `next' to jump to after the end of the last match.
6559 2000-11-09  Gerd Moellmann  <gerd@gnu.org>
6561         * simple.el (byte-compiling-files-p): New function.
6563         * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
6564         if it is there.
6566         * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
6567         nil again.
6569         * textmodes/ispell.el (ispell-library-path): Don't call
6570         check-ispell-version when byte-compiling because that starts
6571         an ispell process, and ispell might not be installed.
6572         (toplevel): Don't set up a menu when byte-compiling.
6574         * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
6575         it, so that a boundp test can be used to determine if we're
6576         currently byte-compiling.
6578 2000-11-09  Dave Love  <fx@gnu.org>
6580         * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
6582 2000-11-09  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
6584         * ps-print.el: Patch for variable initialization when spooling.
6585         Doc fix.
6586         (ps-output-list): Fun eliminated.
6587         (ps-begin-file, ps-begin-job): Code fix.
6589 2000-11-08  Dave Love  <fx@gnu.org>
6591         * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
6593 2000-11-08  Gerd Moellmann  <gerd@gnu.org>
6595         * simple.el (shell-command, display-message-or-buffer)
6596         (shell-command-on-region): Mention resize-mini-windows in the doc
6597         string.
6598         (display-message-or-buffer): Take the value of resize-mini-windows
6599         into account.
6601 2000-11-07  Gerd Moellmann  <gerd@gnu.org>
6603         * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
6605         * dired.el (dired-between-files): Add `^. find' as an alternative
6606         to the regular expression, for find-dired.
6608 2000-11-06  Stefan Monnier  <monnier@cs.yale.edu>
6610         * textmodes/texnfo-upd.el: Require texinfo.
6611         (defmacro, defgroup): Remove.
6612         (texinfo-section-to-generic-alist): Remove.
6613         Use texinfo-section-list instead (i.e. level is changed string->int).
6614         (texinfo-filter): New function.
6615         (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
6616         (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
6617         Use it.  And use regexp-opt.
6618         (texinfo-find-higher-level-node, texinfo-hierarchic-level)
6619         (texinfo-update-menu-region-beginning)
6620         (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
6621         (texinfo-update-the-node, texinfo-sequentially-update-the-node)
6622         (texinfo-update-menu-same-level-regexps): Update.
6623         (texinfo-update-node, texinfo-every-node-update)
6624         (texinfo-sequential-node-update): Remove autoload cookie.
6626         * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
6627         (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
6628         (texinfo-chapter-level-regexp): Remove.
6629         (texinfo-mode): Hard code texinfo-chapter-level-regexp.
6631 2000-11-06  Dave Love  <fx@gnu.org>
6633         * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
6635         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
6636         Match defun*.
6638 2000-11-06  Kenichi Handa  <handa@etl.go.jp>
6640         * composite.el (composition-function-table): Variable declaration
6641         moved to src/composite.c.
6642         (compose-chars-after): New optional arg object.
6644 2000-11-06  Gerd Moellmann  <gerd@gnu.org>
6646         * bindings.el (mode-line-toggle-read-only)
6647         (mode-line-toggle-modified, mode-line-widen)
6648         (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
6649         (make-mode-line-mouse2-map): Rewritten.
6650         (mode-line-modified, mode-line-format, minor-mode-alist): Use new
6651         functions so that C-h k can show something with a doc string.
6653         * startup.el (fancy-splash-delay): Set to 10 seconds.
6654         (fancy-splash-max-time): New user-option.
6655         (fancy-splash-stop-time): New variable.
6656         (fancy-splash-screens): Set it.  Catch `stop-splashing'.
6657         (fancy-splash-screens-1): Throw `stop-splashing' when current
6658         time is greater than fancy-splash-stop-time.
6660 2000-11-06  Stefan Monnier  <monnier@cs.yale.edu>
6662         * vc-hooks.el (vc-insert-file): Don't assume byte==char.
6664         * pcvs.el (cvs-mode-marked): New arg `noquery'.
6665         Prompt user for a file rather than raising an error.
6666         (cvs-enabledp): Fix call to cvs-mode-marked.
6667         (cvs-insert-file): New function (extracted from cvs-mode-insert).
6668         (cvs-mode-insert): Use it.  Change the init prompt' value.
6669         (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
6671         * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
6672         Don't pass default arg to ewoc-locate.
6673         (ewoc-collect): Return result in the right order.
6675         * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
6677         * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
6678         (cvs-status-get-tags): Fix regexp.
6679         (cvs-status-trees, cvs-status-cvstrees):
6680         Combine after change hooks and don't sit-for.
6681         (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
6682         (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
6683         Use make-char rather than hard-coded cryptic data.
6684         (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
6686         * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
6688         * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
6689         (cvs-insert-strings): New function.
6691 2000-11-06  Miles Bader  <miles@lsi.nec.co.jp>
6693         * mwheel.el (mouse-wheel-scroll-amount): Renamed from
6694         `mwheel-scroll-amount'.
6695         (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
6696         (mouse-wheel-mode): Use (featurep 'xemacs) instead of
6697         string-matching against the version string.
6699 2000-11-06  Kenichi Handa  <handa@etl.go.jp>
6701         * language/thai.el ("Thai"): Set a lisp form that produces
6702         composed string in `sample-text' language info.
6704         * language/tibetan.el ("Tibetan"): Set a lisp form that produces
6705         composed string in `sample-text' language info.
6707         * international/mule-cmds.el (describe-language-environment):
6708         Eval `sample-text' data and insert the result.
6710         * international/mule-conf.el (compound-text): Define this coding
6711         system here.  Make x-ctext and ctext aliases of it.
6713         * language/european.el (compound-text, ctext): Moved to
6714         international/mule-conf.el.
6716 2000-11-05  Andrew Innes  <andrewi@gnu.org>
6718         * w32-fns.el (w32-version): New function.
6720 2000-11-05  Stefan Monnier  <monnier@cs.yale.edu>
6722         * progmodes/awk-mode.el: Update copyright.
6723         (awk-mode-abbrev-table): Remove.
6724         (awk-font-lock-keywords): Use regexp-opt.
6725         (awk-mode): Use define-derived-mode.
6727         * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
6728         when extracting a suffix.
6730 2000-11-04  Andre Spiegel  <spiegel@gnu.org>
6732         * vc-hooks.el (vc-insert-file): Rewritten.  Don't bother about
6733         auto-save-mode.
6735 2000-11-04  Jason Rumney  <jasonr@gnu.org>
6737         * language/european.el (decode-mac-roman): Test against r1 not r0.
6739 2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
6741         * progmodes/icon.el (icon-mode-map): Don't rebind \t.
6742         (icon-mode): Define indent-line-function.
6743         (icon-comment-indent): Simplify.
6744         (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
6746         * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
6748         * pcvs.el (cvs-mode-add-change-log-entry-other-window):
6749         Bind change-log-default-mode to defeat the caching done on it.
6750         Don't bother saving excursion any more.
6752         * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
6754         * frame.el (after-setting-font-hook): Rename hooks -> hook.
6755         (set-frame-font): Use the new name (and the old for compatibility).
6757         * toolbar/tool-bar.el (tool-bar-mode):
6758         * time.el (display-time-mode):
6759         * recentf.el (recentf-mode):
6760         * paren.el (show-paren-mode):
6761         * mwheel.el (mouse-wheel-mode):
6762         * msb.el (msb-mode):
6763         * jka-compr.el (auto-compression-mode):
6764         * image-file.el (auto-image-file-mode):
6765         * hl-line.el (hl-line-mode):
6766         * delsel.el (delete-selection-mode):
6767         * autoinsert.el (auto-insert-mode):
6768         * complete.el (partial-completion-mode): Drop unneeded positional args.
6770         * info.el (Info-mode):
6771         * comint.el (comint-mode): Don't bother with make-local-hook.
6773         * log-edit.el (log-edit-menu): New menu.
6775 2000-11-03  Miles Bader  <miles@gnu.org>
6777         * wid-edit.el (widget-end-of-line): Reinstate, with a new
6778         definition, so that trailing spaces are handled properly.
6779         (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
6781 2000-11-03  Gerd Moellmann  <gerd@gnu.org>
6783         * startup.el (fancy-splash-text, fancy-splash-text): Use a single
6784         tab character.
6785         (fancy-splash-screens): Set tab-width to 20.
6787 2000-11-03  Dave Love  <fx@gnu.org>
6789         * comint.el (comint-completion-addsuffix): Fix custom type.
6791 2000-11-02  Stefan Monnier  <monnier@cs.yale.edu>
6793         * font-lock.el (font-lock-buffers): Remove.
6794         (font-lock-global-modes): Define with easy-mmode-define-global-mode.
6795         (font-lock-change-major-mode): Remove.
6796         (turn-on-font-lock-if-enabled): Only apply to the current buffer.
6797         (font-lock-default-fontify-region): Extend the multiline
6798         fontification to whole lines.
6799         (font-lock-fontify-anchored-keywords)
6800         (font-lock-fontify-keywords-region): If matching just one
6801         line (with \n) only mark the \n as multiline.
6803         * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
6804         Correctly handle the case where several :group args are supplied.
6805         Allow :extra-args.
6806         (easy-mmode-define-global-mode): Allow :extra-args.
6807         Correctly handle the case where several :group args are supplied.
6809 2000-11-02  Miles Bader  <miles@gnu.org>
6811         * calendar/calendar.el (diary-face, calendar-today-face)
6812         (holiday-face): Remove dependency on `window-system'.
6814 2000-11-02  Ken Raeburn  <raeburn@gnu.org>
6816         * Makefile.in (emacs): Set EMACSLOADPATH always.
6817         (update-authors, .el.elc, compile-files): Don't do it explicitly here.
6818         (compile-files): Bomb out if compilation of a file fails.
6820 2000-11-02  Dave Love  <fx@gnu.org>
6822         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
6824 2000-11-02  Eli Zaretskii  <eliz@is.elta.co.il>
6826         * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
6827         punctuation in the warning inserted into the *mail* buffer.
6829 2000-11-02  Gerd Moellmann  <gerd@gnu.org>
6831         * emacs-lisp/authors.el (authors-public-domain-files): New variable.
6832         (authors-public-domain-p): New function.
6833         (authors-print): Use it.
6835         * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
6837         * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
6839 2000-11-02  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
6841         * ps-print.el: Extension for even/odd printing.  Doc fix.
6842         (ps-print-version): New version number (6.3.1).
6843         (ps-even-or-odd-pages): Customization fix.
6844         (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
6845         (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
6846         (ps-page-count): Var replaced by `ps-page-column'.
6847         (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
6848         (ps-print-sheet-p): New fun.
6850 2000-11-02  Miles Bader  <miles@lsi.nec.co.jp>
6852         * tooltip.el (tooltip-gud-tips-setup): New function.
6853         (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
6854         (tooltip-mode): Call tooltip-gud-tips-setup.
6855         (tooltip-gud-tips): Use `gud-basic-call' instead of
6856         process-send-string, so the prompt gets frobbed appropriately.
6857         Handle nil return value from `tooltip-gud-print-command'.
6859 2000-11-01  Eric M. Ludlam  <zappo@ultranet.com>
6861         * comint.el (comint-add-to-input-history): New function.
6862         (comint-send-input): Use `comint-add-to-input-history'.
6864 2000-11-02  Miles Bader  <miles@lsi.nec.co.jp>
6866         * info.el (info-menu-header): New face.
6867         (Info-fontify-menu-headers): New function.
6868         (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
6870         * info.el (Info-insert-dir): Don't include blank lines at
6871         beginning of additional dir files (one is added automatically).
6873 2000-11-01  Stefan Monnier  <monnier@cs.yale.edu>
6875         * emacs-lisp/easy-mmode.el (define-minor-mode):
6876         Revert the latest changes.
6877         Allow the three positional arguments to be skipped and replaced
6878         by keyword arguments.
6879         Add a :toggle argument to determine whether a nil arg means toggle
6880         or means turn-on.  The default is unchanged.
6881         Add a call to force-mode-line-update.
6883 2000-11-01  Dave Love  <fx@gnu.org>
6885         * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
6887 2000-11-01  Miles Bader  <miles@lsi.nec.co.jp>
6889         * calendar/calendar.el (diary-face, holiday-face):
6890         Add dark-background variants.
6892 2000-10-31  Sam Steingold  <sds@gnu.org>
6894         * textmodes/tex-mode.el (tex-file): Use `default-directory' when
6895         `tex-main-file' does not have directory in it.
6897 2000-10-31  Stefan Monnier  <monnier@cs.yale.edu>
6899         * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
6901 2000-10-31  Thien-Thi Nguyen  <ttn@gnu.org>
6903         * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
6904         functional change.
6906 2000-10-31  Gerd Moellmann  <gerd@gnu.org>
6908         * files.el (find-file-noselect): When we expand a wildcard, return
6909         a list of buffers, as we should do according to the doc string.
6911 2000-10-31  Ken Raeburn  <raeburn@gnu.org>
6913         * loadup.el (top level): Adjust load path if program name is
6914         "../src/bootstrap-emacs", in case it's not dumped and thus the
6915         load path adjustment hasn't already been done.
6917 2000-10-31  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
6919         * ps-print.el: Fix bug on selected pages for printing.
6920         Use `color-values' for Emacs 21.  Ensure fontification when jit-lock
6921         is on.  Try to avoid warning messages when compiling.  Doc Fix.
6922         (ps-print-version): New version number (6.3).
6923         (ps-color-device): Use `color-values' to determine if device
6924         supports color.
6925         (ps-color-values): Try to use `x-color-values' when using XEmacs.
6926         (ps-print-page-p): Changed from defsubst to defun.
6927         (ps-page-number): Changed from defmacro to defun.
6928         (ps-header-sheet, ps-header-page): Fix bug on selected pages for
6929         printing.
6930         (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
6931         (ps-end-file, ps-dummy-page): Funs eliminated.
6932         (ps-print-color-scale): Changed default value.
6933         (ps-page-n-up, ps-print-page-p): New internal vars.
6934         (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
6935         (ps-plot-region, ps-generate, ps-end-job): Code fix.
6937         * delim-col.el: Little programming improvement.
6938         (delimit-columns-str): New macro.
6939         (delimit-columns-region, delimit-columns-rectangle): Code fix.
6941 2000-10-31  Kenichi Handa  <handa@etl.go.jp>
6943         * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
6944         Moved to european.el.
6945         (ccl-encode-mac-roman-font, fontset-mac): Modified for
6946         mule-unicode-2500-33ff and mule-unicode-e000-ffff.
6947         (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
6948         (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
6950 2000-10-30  Dave Love  <fx@gnu.org>
6952         * progmodes/cc-menus.el (imenu-generic-expression)
6953         (imenu-progress-message): Only defvar when compiling.
6955         * emacs-lisp/elp.el (elp-unload-hook): New function.
6957         * loadhist.el (unload-feature): Call elp-restore-function,
6958         checking for symbols; don't use elp-restore-all.
6959         (loadhist-hook-functions): Doc fix.
6961 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
6963         * log-edit.el (log-edit-confirm): Fix the default.
6965 2000-10-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
6967         * delim-col.el: Little fix: replace delimit-columns-align-columns by
6968         delimit-columns-format.
6969         (delimit-columns-region, delimit-columns-rectangle): Code fix.
6971 2000-10-30  Miles Bader  <miles@lsi.nec.co.jp>
6973         * comint.el (comint-replace-by-expanded-history): Don't use
6974         comint-get-old-input (we're not looking at *old* input).
6975         (comint-get-old-input-default): If using fields, signal an error
6976         when the point is not in an input field.
6978 2000-10-30  Kenichi Handa  <handa@etl.go.jp>
6980         * international/mule-conf.el: New charsets mule-unicode-2500-33ff
6981         and mule-unicode-e000-ffff.
6983         * international/mule.el (decode-char, encode-char): New functions.
6984         (make-coding-system): Accept a symbol of translation table as a
6985         value of property `safe-chars'.
6987         * international/mule-cmds.el (encode-coding-char): Check property
6988         safe-chars instead of safe-charsets.
6990         * international/fontset.el (fontset-default): Modified for
6991         mule-unicode-2500-33ff and mule-unicode-e000-ffff.
6992         (x-font-name-charset-alist): Likewise.
6993         (ccl-encode-unicode-font): New CCL program.  Record it in
6994         font-ccl-encoder-alist to be used for fonts "ISO10646-1".
6996         * language/european.el (mac-roman-decoder, mac-roman-encoder):
6997         New translation tables.
6998         (decode-mac-roman, encode-mac-roman): Definition of these CCL
6999         programs are modified and moved from mac-win.el.
7000         (mac-roman): Definition of this coding system is modified and
7001         moved from mac-win.el.
7003 2000-10-29  Michael Kifer  <kifer@cs.sunysb.edu>
7005         * ediff-wind.el (ediff-setup-control-frame): Enclose
7006         face-attribute in condition-case to avoid errors in older emacsen.
7008 2000-10-29  Miles Bader  <miles@gnu.org>
7010         * custom.el (custom-add-to-group): Allow multiple entries for a
7011         given value OPTION, as long as their widget types are different.
7012         * cus-edit.el (custom-face-value-create): If face name doesn't end
7013         with "face", add such here (similar to custom group widgets).
7015         * comint.el (comint-highlight-prompt): Add :type.
7017 2000-10-28  John Wiegley  <johnw@gnu.org>
7019         * calendar/timeclock.el (timeclock-log): Doc fix.
7020         (timeclock-last-event): Doc fix.
7021         (timeclock-log): Kill the timelog buffer after appending a new event.
7022         (timeclock-find-discrep): Use a temp buffer to read in the
7023         timelog, instead of visiting the file.
7024         (timeclock-log-data): A new function, along with a host of helper
7025         functions, for the purpose of making timelog data accessible to
7026         programmers.
7028         * eshell/esh-mode.el (window-height test): Make certain that
7029         `eshell-stringify-t' is non-nil.
7030         (eshell-password-prompt-regexp): Changed to a much simpler
7031         password regexp.
7032         (eshell-send-input): If `eshell-invoke-directly' returns t,
7033         directly invoke the parsed command using `eval'.  This improves
7034         turn-around time on simple commands by a factor of three or
7035         greater, such as cd, ls, pwd, etc. -- which get used very often.
7036         It also conserves thousands of cons cells per call (since
7037         `eshell-do-eval' consumes memory like a Cookie Monster set loose
7038         in the Pacific Cookie Company).
7040         * eshell/esh-test.el (eshell-test): Whitespace fix.
7042         * eshell/em-ls.el (eshell-ls-insert-directory):
7043         Make `eshell-ls-initial-args' nil when inserting directory contents.
7045         * eshell/em-script.el (eshell-script-initialize): Add names to
7046         `eshell-complex-commands, since `source' and `.' are complex.
7048         * eshell/esh-cmd.el (eshell-rewrite-for-command)
7049         (eshell-rewrite-while-command): Use `eshell-protect' instead of
7050         `eshell-copy-handles'.
7051         (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
7052         bodies.
7053         (eshell-separate-commands): Whitespace fix.
7054         (eshell-complex-commands): Added a new list of names, for
7055         determining whether a given command is as simple as it looks.
7056         (eshell-invoke-directly): New function.  Returns t if a command
7057         should be invoked directly (using `eval'), rather than indirectly
7058         using `eshell-do-eval'.
7059         (eshell-do-eval): Whitespace fix.
7061         * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
7062         which provides an emulation of the DOS shell behavior of assuming
7063         that cp/mv/ln should copy/move/link to the current directory.
7064         (eshell-remove-entries): Added a doc string.
7065         (eshell-shuffle-files): Removed the check for `target' being null.
7066         (eshell-mvcp-template, eshell-mvcpln-template): Renamed
7067         `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
7068         it to do a smarter check of whether a destination was provided.
7069         (eshell/mv, eshell/cp): Enable `:preserve-args'.
7070         (eshell/ln): Enable `:preserve-args', and use
7071         `eshell-mvcpln-template' to implement the body of the function.
7072         (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
7073         (eshell/du, eshell/diff, eshell/locate): Stringify the argument
7074         list after flattening it.  This makes it possible to cat files
7075         with numerical names.
7076         (eshell-unix-initialize): Added several names to
7077         `eshell-complex-commands.
7078         (eshell-unix-command-complex-p): Return t if a given command name
7079         may result in external processes being invoked.
7081         * eshell/em-glob.el (eshell-glob-show-progress): Make this
7082         variable nil by default, since it slows down glob processing by a
7083         factor of two or more, and increases memory consumption.
7085         * eshell/em-smart.el: Added a note about how memory consumptive
7086         smart display mode can be (at least this is true in Emacs 21).
7087         (eshell-smart-initialize): Whitespace fix.
7088         (eshell-refresh-windows): Use `if' instead of `when'.
7089         (eshell-smart-scroll-window): Calling `save-current-buffer' was
7090         not necessary.
7091         (eshell-currently-handling-window): Added a missing global variable.
7093         * eshell/em-ls.el (eshell-do-ls): Code simplification.
7094         (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
7095         Whitespace fix.
7096         (eshell-ls-exclude-hidden): Added this variable in addition to
7097         `eshell-ls-exclude-regexp'.  This one prevents files beginning
7098         with . from even being read, which can improve memory consumption
7099         quite a bit.
7100         (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
7101         read file entries beginning with a dot.  In home directories with
7102         lots of hidden files, fully two-thirds of the time spent in ls is
7103         used to read directory entries that are immediately thrown away.
7104         (eshell-ls-initial-args): Added back this configuration variable,
7105         for specifying default initial arguments to every call to ls.
7106         Much faster than using an alias to do the same thing.
7107         (eshell-do-ls): Use `eshell-ls-initial-args', if set.
7108         (eshell-ls-dir): Whitespace change.
7110         * eshell/em-dirs.el (eshell/pwd): Small code simplification.
7112         * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
7113         (eshell-stringify-t): Added a customization variable, to indicate
7114         whether `t' should be rendered as a string at all.  If not, one
7115         can still determine if the result of an expression is true using
7116         "file-exists-p FILE && echo true".
7117         (eshell-stringify): If `eshell-stringify-t' is nil, don't
7118         stringify t!
7120         * eshell/esh-module.el: Whitespace fix.
7122         * eshell/em-alias.el (eshell-alias-initialize):
7123         Added `eshell-command-aliased-p' to `eshell-complex-commands'.
7124         (eshell-command-aliased-p): New function that returns t if a
7125         command name names an aliased.
7127 2000-10-29  Michael Kifer  <kifer@cs.sunysb.edu>
7129         * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
7130         redrawing the screen when changing cursor color.
7131         (viper-insert-state-pre-command-sentinel)
7132         (viper-replace-state-pre-command-sentinel)
7133         (viper-replace-state-post-command-sentinel):
7134         Use viper-preserve-cursor-color.
7135         Many functions changed to use viper= instead of = when comparing
7136         characters.
7137         * viper-util.el (viper-memq-char,viper=): New functions for
7138         working with characters.
7139         (viper-change-cursor-color): Fixed buglet.
7140         Many functions changed to use viper= instead of = when comparing
7141         characters.
7142         * viper.el (viper-insert-state-mode-list): Added eshell.
7144         * ediff-init.el (ediff-before-setup-hook): New hook.
7145         Several typos fixed in various docstrings.
7146         * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
7147         * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
7148         (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
7149         * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
7150         (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
7151         (ediff-get-selected-buffers): New function.
7152         * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
7153         (ediff-vc-merge-internal,ediff-rcs-merge-internal):
7154         Use save-window-excursion.
7155         * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
7156         termination check in while loop.
7157         * ediff.el (ediff-get-default-file-name): Better defaults when in
7158         dired buffer.
7159         (ediff-files,ediff-merge-files,ediff-files3)
7160         (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
7162 2000-10-28  Dave Love  <fx@gnu.org>
7164         * info.el (Info-fontify-node): Add help-echo for menu items.
7166 2000-10-28  Eli Zaretskii  <eliz@is.elta.co.il>
7168         * startup.el (normal-top-level): If the value of $TERM indicates
7169         we are running from xterm or one of its work-alikes, default to a
7170         light background mode.
7172         Support for -fg, -bg, and -rv command-line arguments for TTYs:
7173         * faces.el (tty-handle-reverse-video): New function.
7174         (tty-create-frame-with-faces): Call it.
7176         * frame.el (frame-notice-user-settings): Don't apply
7177         default-frame-alist and initial-frame-alist to MS-DOS frames.
7178         Call tty-handle-reverse-video, frame-set-background-mode, and
7179         face-set-after-frame-default for non-MS-DOS frames.
7181         * startup.el (tty-long-option-alist): New variable.
7182         (tty-handle-args): New function.
7183         (command-line): Call tty-handle-args.
7185         * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
7186         startup.el now does that for all character-terminal frames.
7188 2000-10-28  Miles Bader  <miles@gnu.org>
7190         * emacs-lisp/easy-mmode.el (define-minor-mode):
7191         Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
7192         is global.  If :global is followed by a non-nil but non-t value,
7193         make the mode buffer-local, but also generate a `global-MODE'
7194         version using `easy-mmode-define-global-mode'.
7195         Add :conditional-turn-on keyword argument.
7197 2000-10-28  Dave Love  <fx@gnu.org>
7199         * international/latin1-disp.el (latin1-char-displayable-p):
7200         Don't use window-system.
7202 2000-10-27  Eli Zaretskii  <eliz@is.elta.co.il>
7204         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
7205         Don't call find-buffer-file-type-coding-system.  Instead, just
7206         set eol-type to -unix if inhibit-eol-conversion is in effect, or
7207         if the file is on an untranslated filesystem.
7208         (add-untranslated-filesystem): Use "D" instead of "f" inside
7209         interactive.
7211 2000-10-27  Dave Love  <fx@gnu.org>
7213         * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
7214         (refill-mode): Use it.
7216 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
7218         * international/quail.el (quail-activate): Don't make-local-hook.
7220 2000-10-27  Andre Spiegel  <spiegel@gnu.org>
7222         * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
7223         manual backups and file.~<rev>.~ for automatic ones.
7224         (vc-make-version-backup): Don't do it on MS-DOS without long file
7225         names.
7227         * vc.el (vc-version-other-window): If an automatic backup of the
7228         desired version exists, rename it instead of copying it.
7230         * vc-cvs.el (vc-cvs-checkin): Check both status and error message
7231         after command.  If there's an unexpected error, signal it instead
7232         of being silent.
7233         (vc-cvs-merge-news): Be prepared for no news at all.
7235 2000-10-27  Miles Bader  <miles@lsi.nec.co.jp>
7237         * shell.el (shell): Add BUFFER argument.
7238         * comint.el (make-comint-in-buffer): New function.
7239         (make-comint): Use it.
7241         * faces.el (face-spec-choose): Change syntax so that the list of
7242         attribute-value pairs is now the cdr of each clause, not the cadr.
7243         Detect old-style entries, and handle them.  Use pop.
7245 2000-10-26  Stefan Monnier  <monnier@cs.yale.edu>
7247         * cus-edit.el (custom-mode-map): Use a sparse map.
7248         (custom-mode): Don't bother with make-local-hook.
7250         * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
7252         * vc.el (vc-start-entry): Only erase the buffer if comment is set.
7254 2000-10-26  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
7256         * ps-print.el: Avoid compilation gripes.
7257         (ps-print-version): New version number (6.2.1).
7259 2000-10-26  Dave Love  <fx@gnu.org>
7261         * menu-bar.el: Modify some menu item help strings.
7262         (menu-bar-help-menu): Add link to MORE.STUFF.
7264         * cus-edit.el (custom-mode): Add `special' mode-class property.
7266         * wid-browse.el (widget-browse-mode): Likewise.
7268         * wid-edit.el (widget-specify-field): Revert to using local-map
7269         property, not keymap.
7271 2000-10-26  Miles Bader  <miles@lsi.nec.co.jp>
7273         * wid-edit.el (widget-field-end): When checking for a `boundary'
7274         field, do so in the correct buffer.
7276         * simple.el (undo): Correctly distinguish between numeric and
7277         non-numeric prefix args in non-transient-mark-mode, as per the doc
7278         string.  When in transient-mark-mode, treat all prefix-args as
7279         numeric.
7281         * simple.el (previous-matching-history-element): Miscellaneous cleanup.
7282         Position point on match.  Handle N == 0 correctly.
7284         * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
7285         (comint-mode-map): Reverse order of `comint-write-output' and
7286         `comint-append-output-to-file'.
7287         (comint-append-output-to-file): Reinstate this function, for the
7288         benefit of the menu.
7290 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
7292         * vc.el (vc-version-other-window): Bind `file'.
7294 2000-10-25  Gerd Moellmann  <gerd@gnu.org>
7296         * Makefile.in (update-authors): New target for maintenance purposes.
7298         * emacs-lisp/authors.el (batch-update-authors): New function.
7299         (authors-fixed-entries): New defconst.
7300         (authors-add-fixed-entries): New function.
7301         (authors): Call it.: Don't process lispref/.
7303 2000-10-25  Jason Rumney  <jasonr@gnu.org>
7305         * cus-edit.el (custom-button-face, custom-button-pressed-face):
7306         Merge x w32 and mac definitions.
7308 2000-10-25  Gerd Moellmann  <gerd@gnu.org>
7310         * menu-bar.el (menu-bar-options-menu): Add a help string for
7311         `uniquify'.
7313 2000-10-25  Stephen Gildea  <gildea@alum.mit.edu>
7315         * time-stamp.el (time-stamp-string-preprocess):
7316         Fix a wrong type argument error.
7318 2000-10-25  Miles Bader  <miles@gnu.org>
7320         * recentf.el (recentf-mode): Variable removed.
7321         (recentf-mode): Use `define-minor-mode'.
7323         * mwheel.el (mouse-wheel-mode): New global minor mode.
7324         (mwheel-install): Use `mouse-wheel-mode'.
7326 2000-10-25  Dave Love  <fx@gnu.org>
7328         * progmodes/cperl-mode.el (cperl-mode):
7329         Set normal-auto-fill-function correctly.
7331         * wid-edit.el (widget-field-keymap, widget-text-keymap):
7332         Don't inherit from global-map and don't nullify menu-bar and tool-bar
7333         bindings.
7335 2000-10-25  Miles Bader  <miles@lsi.nec.co.jp>
7337         * wid-edit.el (widget-field-at): New function.
7338         (widget-at, widget-field-activate): Use it.
7339         (widget-tabable-at): Use `widget-at'.
7340         (widget-specify-field): If the terminating character of the widget
7341         field (which is read-only) is a newline, put it into a special
7342         `boundary' field so that C-n/C-p act more naturally.
7343         (widget-field-end): Also don't subtract one if a special
7344         `boundary' field has been added after the widget field.
7346         * comint.el (comint-output-filter, comint-send-input):
7347         Don't bother adding stickiness fields to overlays to fool the field
7348         code, since it should notice the overlay insertion-types now.
7350         * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
7351         Replace with aliases of the normal emacs b-o-l/e-o-l functions.
7352         (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
7354 2000-10-24  Gerd Moellmann  <gerd@gnu.org>
7356         * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
7357         (authors): Set file coding system to iso-2022-7bit.
7358         Add file-local variables to output buffer.
7360         * files.el (after-find-file): Don't print any warnings if
7361         WARN is nil.
7363 2000-10-24  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
7365         * ps-print.el (ps-generate): Fix odd/even pages printing bug.
7367         * delim-col.el: Now there is a column formatting mechanism.
7368         Modified to customization mechanisms convention.  Doc fix.
7369         (columns): New group for delim-col.
7370         (delimit-columns-before, delimit-columns-after)
7371         (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
7372         (delimit-columns-end): New vars.
7373         (delimit-columns-customize, delimit-columns-format): New funs.
7374         (delimit-columns-region, delimit-columns-rectangle)
7375         (delimit-columns-rectangle-line): Modified to support column
7376         formatting.
7378 2000-10-24  Dave Love  <fx@gnu.org>
7380         * log-edit.el (log-edit): Add :version and a :group for vc.
7382 2000-10-24  Gerd Moellmann  <gerd@gnu.org>
7384         * files.el (after-find-file): Don't print a message ``New file''
7385         if WARN is nil.
7387         * wid-edit.el (widget-field-keymap, widget-text-keymap):
7388         Define the tool-bar map as nil, as for the menu-bar.  Otherwise, we'll
7389         get duplicate tool-bar entries because we'll see the global ones
7390         on more than one path through keymaps.
7392         * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
7394         * progmodes/cmacexp.el: Change Francesco's email address.
7396 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
7398         * window.el (fit-window-to-buffer): Adjust point of the window
7399         buffer, not that of the current buffer.
7401 2000-10-24  Eli Zaretskii  <eliz@is.elta.co.il>
7403         * progmodes/cmacexp.el: Update the euthor's email address.
7405 2000-10-24  Miles Bader  <miles@lsi.nec.co.jp>
7407         * faces.el (face-spec-set-match-display): Add `graphic' display
7408         type (the inverse of `tty').  Use `display-graphic-p' instead of
7409         the window-system variable.
7411 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
7413         * international/isearch-x.el (isearch-with-input-method):
7414         Call input-method-function with the first event in
7415         unread-command-events.
7417 2000-10-24  Miles Bader  <miles@lsi.nec.co.jp>
7419         * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
7421 2000-10-24  Andrew Choi  <akochoi@i-cable.com>
7423         * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
7424         New charsets.
7426         * term/mac-win.el: Remove definitions of mac-roman-lower and
7427         mac-roman-upper, require dired, and define instead of set
7428         mac-ready-for-drag-n-drop to avoid compilation error.
7430 2000-10-23  Andrew Innes  <andrewi@gnu.org>
7432         * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
7433         Remove superfluous calls to subst-char-in-string; instead apply
7434         expand-file-name after convert-standard-filename to ensure
7435         expected directory separators are used.
7437 2000-10-23  Eli Zaretskii  <eliz@is.elta.co.il>
7439         * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
7441 2000-10-23  Dave Love  <fx@gnu.org>
7443         * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
7444         (tool-bar-add-item): Set foreground and background for XBM icons.
7446         * international/latin1-disp.el (latin1-char-displayable-p):
7447         New function (from Handa).
7448         (latin1-display-check-font): Use it.
7450         * imenu.el (imenu--create-keymap-2): Build menu with menu-item
7451         using :key-sequence, making it much more usable.
7452         Use nconc, not append.
7453         (imenu--create-keymap-1): Avoid append.
7455         * textmodes/refill.el: Remove bits redundant with define-minor-mode.
7457 2000-10-23  Miles Bader  <miles@lsi.nec.co.jp>
7459         [the following changes fix a bug where `define-minor-mode' didn't
7460         correctly generate :require clauses for defcustoms in compiled files]
7461         * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
7462         (byte-compile-log-file, byte-compile-log-1): Don't set
7463         `byte-compile-current-file' to nil.  Instead set
7464         `byte-compile-last-logged-file' to it.  Test whether
7465         byte-compile-current-file equals byte-compile-last-logged-file
7466         instead of whether its nil.
7467         (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
7469 2000-10-23  Stefan Monnier  <monnier@cs.yale.edu>
7471         * textmodes/refill.el: Fix var names in doc.
7472         (refill-mode): Don't bother with make-local-hook anymore.
7474 2000-10-23  Miles Bader  <miles@lsi.nec.co.jp>
7476         * faces.el (face-user-default-spec, face-default-spec): New functions.
7477         (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
7478         (frame-set-background-mode, face-set-after-frame-default):
7479         Use `face-user-default-spec'.  Simplify code slightly.
7481         * woman.el (woman-italic-face, woman-bold-face)
7482         (woman-unknown-face): Add dark-background variants.
7483         (woman-default-faces): Renamed from `woman-colour-faces'.
7484         Set using the stored defaults, rather than using hard-wired colors.
7485         (woman-monochrome-faces): Renamed from `woman-black-faces'.
7486         Just make the foreground `unspecified' rather than "black".
7487         (woman-menu): Rename menu entries accordingly.
7489         * faces.el (header-line): Make more reasonable on mono/grayscale
7490         displays.
7492 2000-10-23  Andrew Choi  <akochoi@i-cable.com>
7494         * cus-edit.el (custom-button-face): Use 3D look for mac.
7495         (custom-button-pressed-face): Likewise.
7497         * faces.el (set-face-attributes-from-resources): Handle mac frames
7498         in the same way as x and w32 frames.
7499         (face-valid-attribute-values): Likewise.
7500         (read-face-attribute): Likewise.
7501         (defined-colors): Likewise.
7502         (color-defined-p): Likewise.
7503         (color-values): Likewise.
7504         (display-grayscale-p): Likewise.
7505         (face-set-after-frame-default): Likewise.
7506         (mode-line): Same default face as for x and w32.
7507         (tool-bar): Likewise.
7509         * frame.el: Remove call to frame-notice-user-settings at end of
7510         the file.
7512         * info.el (Info-fontify-node): Make underlines invisible for mac
7513         as for x, pc, and w32 frame types.
7515         * term/mac-win.el: New file.
7517 2000-10-22  Dave Love  <fx@gnu.org>
7519         * textmodes/refill.el: New file.
7521 2000-10-22  Andre Spiegel  <spiegel@gnu.org>
7523         * vc-hooks.el (vc-version-backup-file-name): New optional args
7524         MANUAL and REGEXP.
7525         (vc-delete-automatic-version-backups, vc-make-version-backup):
7526         New functions.
7527         (vc-before-save): Use the latter.
7528         (vc-default-make-version-backups-p): Added `-p' suffix to avoid
7529         confusion.
7531         * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
7532         expected by vc[-hooks].el.
7534         * vc.el (vc-checkout): Added `-p' suffix in call to
7535         vc-make-version-backups-p; use vc-make-version-backup to actually
7536         make the backup.
7537         (vc-version-other-window, vc-version-backup-file): Handle both
7538         automatic and manual backups.
7539         (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
7540         of all of them.
7542 2000-10-22  Miles Bader  <miles@gnu.org>
7544         * comint.el (comint-highlight-input, comint-highlight-prompt):
7545         Renamed, `-face' at end removed.
7546         (comint-send-input, comint-output-filter): Use renamed faces.
7548         * window.el (fit-window-to-buffer): Change defaulting of
7549         MAX-HEIGHT slightly.
7551         * faces.el (color-values, color-defined-p): Use `member', not
7552         `memq', because it works correctly for strings.
7553         (frame-set-background-mode): Actually, "unspecified-fg" and
7554         "unspecified-bg" *are* strings.  Use `member', not `memq', and
7555         `equal', not `eq', when a string value is possible.
7557 2000-10-21  Eli Zaretskii  <eliz@is.elta.co.il>
7559         * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
7561 2000-10-21  Stefan Monnier  <monnier@cs.yale.edu>
7563         * progmodes/sh-script.el (sh-mode-map): Remove bindings for
7564         sh-electric-rparen, sh-electric-less and sh-electric-hash.
7565         (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
7566         (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
7567         (sh-font-lock-syntactic-keywords): Use them.
7568         (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
7569         (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
7570         (sh-mode): Don't override font-lock-unfontify-region-function.
7571         Use a copy of sh-font-lock-syntactic-keywords.
7572         (sh-set-shell): Don't set sh-electric-rparen-needed-here.
7573         Don't call sh-scan-buffer since font-lock does it on the fly.
7574         (sh-get-indent-info): Use `face' rather than `syntax-table'
7575         text-property to detect here-documents.
7576         Replace sh-special-syntax with sh-st-punc.
7577         (sh-prev-line): Use `face' rather than `syntax-table'
7578         text-property to skip over here-documents.
7579         (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
7580         (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
7581         (sh-electric-less, sh-set-here-doc-region)
7582         (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
7583         (sh-scan-buffer, sh-rescan-buffer): Remove.
7585 2000-10-21  Andrew Innes  <andrewi@gnu.org>
7587         * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
7588         remote (ange-ftp) file names.
7590 2000-10-21  Miles Bader  <miles@gnu.org>
7592         * window.el (fit-window-to-buffer): New function.
7593         (shrink-window-if-larger-than-buffer): Use it.
7594         (window-text-height): Don't expect minibuffers to have mode-lines.
7596         * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
7597         * international/quail.el (quail-update-guidance):
7598         Use `fit-window-to-buffer' instead of `set-window-text-height'.
7600         * international/quail.el (quail-show-guidance-buf): Make sure
7601         guidance window really has enough room.
7602         (quail-update-guidance): If quail-guidance-win is already shown,
7603         make sure its height is OK.
7605         * window.el (window-text-height, set-window-text-height):
7606         New functions.
7607         (shrink-window-if-larger-than-buffer): Use `window-text-height'
7608         instead of `window-height' & `mode-line-window-height-fudge'.
7609         (mode-line-window-height-fudge): Add FACE parameter.
7610         * help.el (resize-temp-buffer-window): Use `set-window-text-height'
7611         instead of `enlarge-window' & `mode-line-window-height-fudge'.
7613 2000-10-20  Miles Bader  <miles@gnu.org>
7615         * window.el (height-affecting-face-attributes): Use `defconst'.
7617         * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
7618         New function, conditionally aliased to `mode-line-window-height-fudge'.
7619         (ispell-help): Use it.
7620         (ispell-choices-win-default-height): Don't include mode-line fudge.
7621         (ispell-choices-win-default-height): New function.
7622         (ispell-show-choices, ispell-command-loop): Use function
7623         `ispell-choices-win-default-height' instead of variable.
7625 2000-10-20  Miles Bader  <miles@lsi.nec.co.jp>
7627         * window.el (mode-line-window-height-fudge): New variable.
7628         (height-affecting-face-attributes): New variable.
7629         (mode-line-window-height-fudge): New function.
7630         (shrink-window-if-larger-than-buffer): Use it.
7631         * help.el (resize-temp-buffer-window): Likewise.
7633         * info.el (Info-fontify-node): Add support for @subsubsection
7634         titles, which use `Info-title-4-face'.
7635         (Info-title-4-face): New face.
7636         (Info-title-3-face): Inherit from Info-title-4-face instead of
7637         variable-pitch.
7639 2000-10-19  Jason Rumney  <jasonr@gnu.org>
7641         * dired.el (dired-insert-directory): Do not let errors signalled by
7642         attempt to run dired-free-space-program prevent dired from working.
7644 2000-10-19  Stefan Monnier  <monnier@cs.yale.edu>
7646         * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
7648 2000-10-19  Gerd Moellmann  <gerd@gnu.org>
7650         * dirtrack.el (dirtrack): Fix call to run-hooks.
7652         * cmuscheme.el (cmuscheme-program-name): Renamed from
7653         scheme-program-name because xscheme.el contains a defcustom with
7654         the same name.  As a consequence, customizing group `cmuscheme'
7655         loaded `xscheme' which redefined run-scheme.
7656         (run-scheme): Use cmuscheme-program-name.
7658         * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
7660         * play/doctor.el (doctor-death): Update the Samaritans'
7661         anonymous address, and add a website for Befrienders International.
7663 2000-10-19  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
7665         * ps-print.el: Even/odd pages fix.  Fix little bug on XEmacs.
7666         Avoid compilation gripes.  Doc fix.
7667         (ps-print-version): New version number (6.2).
7668         (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
7669         (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
7670         (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
7671         (ps-x-extent-priority, ps-x-extent-start-position)
7672         (ps-x-face-font-instance, ps-x-find-coding-system)
7673         (ps-x-font-instance-properties, ps-x-make-color-instance)
7674         (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
7675         avoid compilation gripes without defining functions.
7676         (ps-e-find-composition): Alias for function find-composition, to have a
7677         suitable function depending on Emacs version.
7678         (ps-color-device, ps-color-values, ps-face-foreground-name)
7679         (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
7680         (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
7681         (ps-print-ensure-fontified): Function definitions surrounded by
7682         `eval-and-compile' to avoid compilation gripes.
7683         (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
7684         by symbol-value to avoid compilation gripes.
7685         (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
7686         (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
7688 2000-10-19  Miles Bader  <miles@lsi.nec.co.jp>
7690         * startup.el (normal-top-level): Call `frame-set-background-mode'
7691         after `frame-notice-user-settings' because the latter doesn't call
7692         the former on a tty.
7694         * faces.el (frame-set-background-mode): `unspecified' &c are
7695         symbols, not strings.
7697 2000-10-19  Eli Zaretskii  <eliz@is.elta.co.il>
7699         * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
7700         why some "light*" colors are deliberately absent from the alist.
7702         * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
7703         Change colors for tty's, as suggested by Miles Bader.
7705 2000-10-19  Kenichi Handa  <handa@etl.go.jp>
7707         * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
7708         (ccl-encode-mule-unicode-0100-24ff): New CCL program.  Register it
7709         for ISO10646-1 fonts.
7710         (x-font-name-charset-alist): Add an entry for "iso10646-1".
7712 2000-10-19  Eli Zaretskii  <eliz@is.elta.co.il>
7714         * faces.el (frame-set-background-mode): If a tty frame defines a
7715         background color, use that to compute the background mode, instead
7716         of always defaulting to "dark".
7718 2000-10-19  Miles Bader  <miles@lsi.nec.co.jp>
7720         * comint.el (comint-write-output): New function.
7721         (comint-mode-map): Add it to the menu.
7722         Bind `C-c C-s' to comint-write-output.
7724 2000-10-18  Gerd Moellmann  <gerd@gnu.org>
7726         * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
7727         Use fancy-splash-delay.
7729 2000-10-18  Alex Schroeder  <alex@gnu.org>
7731         * progmodes/sql.el (sql-sybase-options): New option.
7732         (sql-sybase): Use it.  Add sql-database to the list of parameters
7733         provided for login.  The options -w 2048 -n are not used any more.
7735         * comint.el (comint-read-input-ring): Bugfix such that the first
7736         and the last entry of the input ring file are not lost.
7738 2000-10-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
7740         * ps-print.el: Internal variable changes to defcustom,
7741         make-local-hook changes to defvar.  Doc fix.
7742         (ps-print-version): New version number (6.1).
7743         (ps-setup, ps-do-despool): Code fix.
7744         (ps-printer-name): Customization fix.
7745         (ps-printer-name-option): Now is a defcustom instead of an
7746         internal variable.
7747         (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
7748         (ps-print-begin-column-hook): Now are defvar instead of
7749         make-local-hook.
7751 2000-10-18  Miles Bader  <miles@gnu.org>
7753         * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
7754         (comint-kill-output): Changed into an alias for `comint-delete-output',
7755         and made obsolete.
7756         (comint-mode-map): Rename references to comint-kill-output.
7758 2000-10-18  Eli Zaretskii  <eliz@is.elta.co.il>
7760         * diff-mode.el (diff-header-face, diff-file-header-face)
7761         (diff-changed-face): Add bold and italic attributes to tty faces.
7762         (diff-function-face): New face.
7763         (diff-font-lock-keywords): Use it.
7765 2000-10-18  Miles Bader  <miles@lsi.nec.co.jp>
7767         * comint.el (comint-output-filter): Fixup comint-last-input-end too.
7768         Remove commented-out call to force-mode-line-update.
7769         (comint-kill-output): Use `forward-line 0' instead of
7770         beginning-of-line to make sure we get past the prompt.
7772 2000-10-17  Stefan Monnier  <monnier@cs.yale.edu>
7774         * diff-mode.el (diff-header-face, diff-file-header-face):
7775         Add specific setting for dark background.
7776         (diff-context-face): Renamed from diff-comment-face.
7777         Set explicitly rather than inheriting from font-lock-comment-face.
7779 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
7781         * startup.el (command-line): Move the code which sets the default
7782         TTY colors to before before-init-hook.
7784 2000-10-17  Gerd Moellmann  <gerd@gnu.org>
7786         * jit-lock.el (jit-lock-stealth-time): Doc fix.
7788 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
7790         * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
7791         extensions, for MS-DOS.
7793         * diff-mode.el (diff-header-face, diff-file-header-face)
7794         (diff-changed-face): Define tty-specific colors.
7796 2000-10-17  Gerd Moellmann  <gerd@gnu.org>
7798         * startup.el (fancy-splash-text): Realign the text.
7800 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
7802         * font-lock.el (font-lock-comment-face): Define a separate default
7803         for dark-background tty's.
7805 2000-10-17  Miles Bader  <miles@gnu.org>
7807         * help.el (resize-temp-buffer-window): Add hack to avoid last line
7808         being obscured by whizzy mode-lines on graphics displays.
7810 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
7812         * info.el (Info-title-1-face, Info-title-2-face)
7813         (Info-title-3-face): Define colors for tty's.
7814         (info-header-node): Remove unneeded tty-specific definition.
7816 2000-10-16  Eli Zaretskii  <eliz@is.elta.co.il>
7818         * term/pc-win.el (msdos-handle-reverse-video): Don't remove
7819         reverse from the frame parameters, and don't invert foreground and
7820         background colors.
7822 2000-10-16  Miles Bader  <miles@gnu.org>
7824         * info.el (Info-set-mode-line): Use `%b' instead of hardwired
7825         string "*Info*".  Call propertized-buffer-identification to spruce
7826         up the result.
7828 2000-10-16  Gerd Moellmann  <gerd@gnu.org>
7830         * help.el: Provide `help' for the sake of define-minor-mode
7831         which generates defcustoms with requires.
7833         * jit-lock.el (jit-lock-after-change): If we're in text that
7834         matches a multi-line font-lock pattern, make sure the whole text
7835         will be redisplayed.
7837         * emacs-lisp/authors.el (authors-add): Don't add an entry if
7838         author's name is unknown.
7840         * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
7841         * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
7842         * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
7843         * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
7844         * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
7845         * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
7846         * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
7847         * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
7848         * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
7849         Add author information.
7851 2000-10-16  Miles Bader  <miles@lsi.nec.co.jp>
7853         * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
7854         * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
7855         full-color version (using the Gimp) to eliminate dithering artifacts.
7857 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
7859         * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
7861         * simple.el (syntax-flag-table, string-to-syntax): Remove.
7863 2000-10-15  Dave Love  <fx@gnu.org>
7865         * progmodes/sh-script.el: Require skeleton and comint when compiling.
7867         * pcomplete.el (pcomplete) <defgroup>: Add :version.
7869         * whitespace.el: Doc fixes.
7870         (top-level): Don't add hooks here.
7871         (whitespace-running-emacs): Deleted.
7872         (timer): Don't require.
7873         (whitespace): Add back :version conditional on xemacs test.
7874         (whitespace-spacetab-regexp, whitespace-indent-regexp)
7875         (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
7876         (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
7877         (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
7878         Avoid specific xemacs test.
7879         (whitespace-global-mode): New option.
7880         (whitespace-global-mode): New command.
7881         (whitespace-unload-hook): New function.
7883         * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
7884         (Info-fontify-node, Info-goto-node, Info-mode-menu)
7885         (Info-fontify-node): `Goto' goes to `Go to'.
7886         (Info-fontify-node): Add help-echo to xref links.
7888 2000-10-15  Eli Zaretskii  <eliz@is.elta.co.il>
7890         * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
7892 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
7894         * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
7895         Use plist-get and allow :inherit.
7897         * emacs-lisp/cl-macs.el (cl-do-arglist):
7898         Use plist-get and plist-member instead of memq.
7900         * emacs-lisp/ewoc.el (ewoc-location): New function.
7901         (ewoc-enter-after, ewoc-enter-before): Document return value.
7902         * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
7903         Don't need make-local-hook any more.
7904         (cvs-addto-collection): Return the new tin.
7905         (cvs-mode-insert): Jump to the new line.
7907         * jit-lock.el (jit-lock-fontify-buffer): Remove.
7909         * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
7911         * font-lock.el (font-lock-syntactically-fontified): New var.
7912         (font-lock-fontify-syntactic-keywords-region): Use it.
7913         (font-lock-mode): Fix docstring.  Don't need make-local-hook anymore.
7915         * diff-mode.el (diff-find-file-name): Fix regexp.
7917         * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
7918         (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
7920         * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
7921         (sh-mode-syntax-table): Add punctuation syntax for < and >.
7922         (sh-mode): Don't make all vars local here.
7923         (sh-kw): Reformat.
7924         (sh-set-shell): Use dolist.  Don't set indent-region-function.
7925         (sh-mode-syntax-table): Use pop.
7926         (sh-remember-variable): Use push.
7927         (sh-help-string-for-variable): Use memq.
7928         (sh-safe-backward-sexp): Remove.
7929         (sh-safe-forward-sexp): Add ARG.
7930         (sh-get-indent-info, sh-prev-stmt): Use it.
7931         (sh-prev-line): Simplify by using forward-comment.
7932         (sh-this-is-a-continuation): Simplify.
7933         (sh-learn-buffer-indent): Use dolist.
7934         (sh-do-nothing): Remove.
7935         (sh-set-char-syntax, sh-set-here-doc-region):
7936         Use inhibit-modification-hooks.
7937         (sh-name-style): Use mapcar and push.
7938         (sh-load-style): Use dolist.
7939         (sh-save-styles-to-buffer): Use with-current-buffer and pp.
7940         (sh-case, sh-while-getopts): Use propertize directly rather
7941         than sh-electric-rparen.
7943 2000-10-14  Stefan Monnier  <monnier@cs.yale.edu>
7945         * textmodes/tex-mode.el: Require CL when compiling.
7946         (tex-mode-syntax-table): Init immediately.
7947         (tex-mode-map): Bind M-RET to latex-insert-item.
7948         (latex-mode): Set indent-line-function to latex-indent.
7949         (tex-common-initialization): Don't setup the syntax-table any more.
7950         (latex-insert-item): New skeleton.
7951         (tex-next-unmatched-end): Fix copy/paste braino.
7952         (latex-syntax-after, latex-skip-close-parens, latex-down-list)
7953         (latex-indent, latex-find-indent): New functions.
7954         (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
7955         (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
7956         (tex-compilation-parse-errors): Use with-syntax-table.
7958 2000-10-15  Miles Bader  <miles@gnu.org>
7960         * font-lock.el (font-lock-comment-face): Change dark-background,
7961         color, non-tty, default to `chocolate1'.
7963 2000-10-13  John Wiegley  <johnw@gnu.org>
7965         * eshell/esh-util.el (require): Added a missing `require' form,
7966         needed when compiling (for an ange-ftp macro definition).
7968 2000-10-13  Dave Love  <fx@gnu.org>
7970         * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
7972 2000-10-13  Gerd Moellmann  <gerd@gnu.org>
7974         * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
7976         * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
7977         transparent -colors 8).
7979 2000-10-13  Stephen Gildea  <gildea@alum.mit.edu>
7981         * time-stamp.el (time-stamp): Fixed bug in new multi-line code
7982         that breaks with old list format timestamps.
7983         (time-stamp-warn-inactive, time-stamp-old-format-warn)
7984         (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
7986 2000-10-13  John Wiegley  <johnw@gnu.org>
7988         * align.el, pcomplete.el, calendar/timeclock.el,
7989         eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
7991         * calendar/timeclock.el (timeclock-find-discrep): A fix to some
7992         faulty math, where holiday hours were being computing as seconds.
7994 2000-10-13  John Wiegley  <johnw@gnu.org>
7996         * desktop.el (desktop-buffer-modes-to-save): Added a global for
7997         specifying what "other" kinds of buffers should be saved.
7998         This used to be hard-coded.
7999         (desktop-buffer-misc-functions): A global for specifying how
8000         auxiliary data should be determined for special buffer types.
8001         (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
8002         instead of hard-coding the special buffer types.
8003         (desktop-save): Run `desktop-buffer-misc-functions' to gather
8004         auxiliary data, instead of hard-coding for Info buffers and dired.
8005         (desktop-buffer-info-misc-data): Aux function for determining Info
8006         buffer auxiliary info.
8007         (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
8008         (desktop-buffer-info): Changed this function to use the info
8009         gathered above.
8010         (desktop-create-buffer): Be a little more careful about what
8011         `minor-mode' means before calling it.  This is important for some
8012         buffer types.
8014 2000-10-13  John Wiegley  <johnw@gnu.org>
8016         * eshell/esh-util.el: Added a global form which declares an
8017         autoload for `parse-time-string', if that function is not already
8018         defined, and if parse-time.el is available on the user's system.
8020         * eshell/em-ls.el (eshell-ls-applicable): Extended this function
8021         to be aware of ange-ftp user info.
8022         (eshell-do-ls): Bind `ange-cache'.  Also, use `eshell-file-attributes'.
8023         (eshell-ls-annotate): Use `eshell-file-attributes'.
8024         (eshell-ls-file): Made the user-id printing code a bit smarter.
8026         * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
8027         allow identification of alias user ids in remote directories.
8028         It's manual, but there's no other way to know when the current user
8029         on the local machine, is also the owning user on the remote machine.
8030         (fboundp): Bind `ange-cache'.
8031         (eshell-directory-files-and-attributes): Re-organized the logic a
8032         bit to use `eshell-file-attributes' instead of `file-attributes'.
8033         The former is more sensitive to directories that are read via FTP,
8034         and knows how to use ange-ftp to determine full attribute
8035         information, instead of just the name and last modtime.
8036         (eshell-current-ange-uids): Return the current user id when in a
8037         remote directory.
8038         (eshell-parse-ange-ls): Parse a full directory listing that has
8039         been returned by ange-ftp.
8040         (eshell-file-attributes): This beefed up version of
8041         `file-attributes' is only special if the user is currently in a
8042         remote directory, in which case it does a lot of work to find out
8043         what the real attributes of a file are, as they appear on the
8044         remote machine.  This makes usage of remote directories (i.e.,
8045         ange-ftp pathnames) much more useful.  You can now use Eshell as a
8046         full-fledged FTP client, with much more manipulation ability than
8047         most other clients.
8049         * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
8050         variable, which means that Eshell's du should always be preferred
8051         in remote directories.
8052         (eshell-shuffle-files): Use `eshell-file-attributes', rather than
8053         just `file-attributes'.
8054         (eshell-mvcp-template): Bind `ange-cache', to improve performance
8055         when reading remote directories.  This is an Eshell-specific
8056         variable (not part of ange-ftp).
8057         (eshell/ln): Bind `ange-cache'.
8058         (eshell/du): Added some extra logic for determining when to use
8059         Eshell's du (which is slow), and when to use the external version
8060         (which may or may not exist).
8062         * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
8063         Call `eshell-interactive-process', rather than using
8064         `get-buffer-process', since backgrounded processes don't count in
8065         the context of this function's logic.
8067         * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
8068         `forward-char', so that null strings are parsed correctly.
8070 2000-09-13  John Wiegley  <johnw@gnu.org>
8072         * eshell/em-pred.el (eshell-pred-file-type)
8073         (eshell-pred-file-links, eshell-pred-file-size):
8074         Use `eshell-file-attributes'.  This is more correct over ange-ftp.
8076         * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
8077         that remote file globbing is more efficient.
8079         * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
8080         gathering the files and attributes within a directory.
8082         * eshell/em-unix.el (eshell/cat): If any of the files passed on
8083         the command line is a special file (not a regular file, directory
8084         or symlink), always attempt to call the external version of cat.
8086 2000-09-13  John Wiegley  <johnw@gnu.org>
8088         * eshell/esh-mode.el (eshell-find-tag): Corrections to the
8089         Eshell-friendly version of find-tag.
8091 2000-10-13  Miles Bader  <miles@lsi.nec.co.jp>
8093         * image-file.el (image-file-name-extensions)
8094         (image-file-name-regexps): Add autoload cookies.
8096 2000-10-13  Kenichi Handa  <handa@etl.go.jp>
8098         * international/mule-cmds.el (select-safe-coding-system): If FROM
8099         is string, show it in *Warning* buffer.
8101 2000-10-13  Eli Zaretskii  <eliz@is.elta.co.il>
8103         * startup.el (normal-top-level): Use display-popup-menus-p instead
8104         of window-system.
8105         (command-line): Use display-graphic-p instead of window-system.
8106         (command-line-1): Use display-popup-menus-p and display-mouse-p
8107         instead of window-system.
8109 2000-10-12  Sam Steingold  <sds@gnu.org>
8111         * tooltip.el (tooltip-use-echo-area): New user variable.
8112         (tooltip-show): Use it to choose between `x-show-tip' and `message'.
8114 2000-10-12  Dave Love  <fx@gnu.org>
8116         * recentf.el: Maintainer's checkdoc fixes.
8118         * startup.el (normal-top-level-add-subdirs-to-load-path):
8119         Use character class, not ASCII when matching file names.
8120         (fancy-splash-head): Add trailing slash to URL.
8121         (command-line): Don't require XPM support for toolbar.
8123         * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
8124         (cperl-invalid-face): Revert last change.
8125         (cperl-init-faces): Quote cperl-invalid-face.
8127 2000-10-12  Kenichi Handa  <handa@etl.go.jp>
8129         * startup.el (fancy-splash-text): Remove superfluous quote.
8131 2000-10-12  Gerd Moellmann  <gerd@gnu.org>
8133         * startup.el (fancy-splash-screens): Don't add a pre-command hook.
8134         (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
8135         (command-line-1): Don't use fancy-splash-pending-command.
8136         (fancy-splash-screens-1): Goto point-min after inserting text.
8138         * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
8140         * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
8141         instead of shared-lisp-mode-map.
8143 2000-10-12  Miles Bader  <miles@lsi.nec.co.jp>
8145         * faces.el (header-line): Change tty-variant to use underlining.
8147         * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
8148         (isearch-highlight): Restore lazy-isearch face properties at old
8149         position, and suppress them at new position.
8150         (isearch-dehighlight): Restore lazy-isearch face properties.
8151         (isearch-lazy-highlight-update): Add lazy-isearch overlays even
8152         over the real isearch overlay, but in that case, don't give it a
8153         face property.  Use `push'.
8155 2000-10-12  Kenichi Handa  <handa@etl.go.jp>
8157         * man.el (Man-getpage-in-background): Fix previous change.
8158         Decode the process output only when we are in multibyte mode.
8160 2000-10-11  Dave Love  <fx@gnu.org>
8162         * info.el (Info-mode-menu): Fix some help.
8163         (info-tool-bar-map): Add entry for Info-last.
8165         * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
8166         * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
8167         * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
8168         * toolbar/cut.xpm, toolbar/mail_compose.xpm:
8169         * toolbar/search-replace.xpm, toolbar/exit.xpm:
8170         * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
8171         * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
8172         * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
8173         * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
8174         * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
8175         Reduce colour requirements to 25 overall.  (Probably wants
8176         revisiting from the originals to reduce further.)
8178 2000-10-11  Eli Zaretskii  <eliz@is.elta.co.il>
8180         * hexl.el (hexlify-buffer): Bind coding-system-for-write to
8181         buffer-file-coding-system, instead of raw-text.
8182         (dehexlify-buffer): Bind coding-system-for-read to
8183         buffer-file-coding-system, instead of raw-text.
8185 2000-10-11  Sam Steingold  <sds@gnu.org>
8187         * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
8188         `underline' - fixes the bug introduced on 2000-09-21.
8190 2000-10-11  Dave Love  <fx@gnu.org>
8192         * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
8193         Avoid compiler warnings.
8194         (scheme-mode): Doc fix.
8195         (scheme-font-lock-keywords-1): Match `define-syntax'.
8197 2000-10-11  Miles Bader  <miles@lsi.nec.co.jp>
8199         * faces.el (frame-set-background-mode): Pay attention to saved
8200         face specs as well as default ones.  Only do anything if the
8201         bg-mode or display-type has actually changed.  Use `dolist'.
8202         (region): Make dark-background `region' face less in-your-face.
8204 2000-10-10  Sam Steingold  <sds@gnu.org>
8206         * chistory.el, ielm.el, ledit.el:
8207         * progmodes/inf-lisp.el, progmodes/scheme.el:
8208         Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
8210 2000-10-10  Stefan Monnier  <monnier@cs.yale.edu>
8212         * textmodes/texinfo.el: Update copyright and fix typo.
8214         * desktop.el (desktop-modes-not-to-save): New var.
8215         (desktop-save-buffer-p): Use it.
8216         Also, obey desktop-buffers-not-to-save even for non-file buffers.
8217         (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
8219 2000-10-10  Dave Love  <fx@gnu.org>
8221         * toolbar/tool-bar.el (tool-bar-add-item)
8222         (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
8224         * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
8225         * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
8226         * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
8227         * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
8228         * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
8229         * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
8230         * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
8231         * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
8232         * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
8233         * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
8234         the .xpms; probably need retouching.
8236 2000-10-10  Miles Bader  <miles@lsi.nec.co.jp>
8238         * subr.el (add-to-list): Add optional argument APPEND.
8239         * battery.el (display-battery): Use `add-to-list'.
8241 2000-10-09  Thien-Thi Nguyen  <ttn@gnu.org>
8243         * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
8244         properties.
8245         (zone, zone-when-idle, zone-leave-me-alone)
8246         (zone-pgm-whack-chars): Use new symbol properties.
8248         * battery.el (display-battery): Doc spelling fix.
8250         * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
8251         property.
8253 2000-10-09  Dave Love  <fx@gnu.org>
8255         * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
8256         has been initialized before calling tool-bar-setup.
8257         (tool-bar-add-item-from-menu): Add autoload cookie.
8259 2000-10-09  Eli Zaretskii  <eliz@is.elta.co.il>
8261         * menu-bar.el (send-mail-item-name): New function.
8262         (menu-bar-tools-menu) <compose-mail>: Use it to display the value
8263         of mail-user-agent in the menu.  Don't display the "Send Mail"
8264         item if mail-user-agent is nil or its value is ignore.
8265         (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
8266         if read-mail-command is nil or its value is ignore.
8268         * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
8270 2000-10-09  Miles Bader  <miles@gnu.org>
8272         * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
8273         Correct image size.
8274         * toolbar/left_arrow.xpm: Correct image size.
8276         * jka-compr.el: Don't call `jka-compr-install' when loading (it
8277         will be done by the definition of `auto-compression-mode' if
8278         necessary.  Move code to uninstall existing file-name handler
8279         before definition of `auto-compression-mode'.
8281         * image-file.el (auto-image-file-mode): Move to the end of the
8282         file, because `define-minor-mode' actually calls the mode-function
8283         if the associated variable is non-nil, which requires that all
8284         needed functions be already defined.
8286         * mouse.el (popup-menu): Balance parens.
8288 2000-10-08  Stefan Monnier  <monnier@cs.yale.edu>
8290         * mouse.el (popup-menu): Move the command call outside the loop
8291         so that popup-menu returns whatever the command returns.
8293         * progmodes/etags.el: Docstring fixes.  Maintainer line updated.
8294         (initialize-new-tags-table): Use run-hook-with-args-until-success.
8295         (find-tag): Use pop-to-buffer if switch-to-buffer failed.
8296         (tags-table-format-functions): Renamed from tags-table-format-hooks.
8298         * vc.el (vc-version-diff): diff-switches can be a list.
8299         Use relative filenames for prettier output.
8301         * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
8302         (vc-post-command-functions): Remove old-VC compatibility code.
8304         * newcomment.el (comment-indent-default): Autoload.
8306         * font-lock.el (font-lock-defaults): Make buffer-local.
8307         (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
8308         (font-lock-choose-keywords):
8309         Ignore LEVEL unless KEYWORDS is a list of syms.
8310         (c-keywords, c++-keywords, objc-keywords, java-keywords):
8311         Don't wrap regexp-opt things in \(...\) unnecessarily.
8313         * jit-lock.el: Don't require font-lock any more.
8314         (jit-lock-functions): Make buffer-local.
8315         (jit-lock-saved-fontify-buffer-function): Remove.
8316         (jit-lock-mode): Remove autoload cookie.
8317         Remove font-lock specific code.
8318         (jit-lock-unregister): Don't bother handling complex hooks any more.
8319         (jit-lock-refontify): New function.
8320         (jit-lock-fontify-buffer): Use it.
8321         (jit-lock-function-1): Replaced by jit-lock-fontify-now.
8322         (jit-lock-fontify-now): Renamed from jit-lock-function-1.
8323         Add optional args START and END.
8324         Never call font-lock-fontify-region directly.
8325         (jit-lock-function, jit-lock-stealth-fontify): Use it.
8327         * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
8329 2000-10-08  Dave Love  <fx@gnu.org>
8331         * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
8333         * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
8335         * play/studly.el (studlify-region, studlify-word): Add autoload
8336         cookie.
8338         * play/morse.el (morse-region, unmorse-region): Add autoload
8339         cookie.
8341         * play/spook.el (spook-phrases-file): Use expand-file-name, not
8342         concat.
8344         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
8345         insist on symbols starting with word syntax.
8346         (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
8347         (eval-defun-1): Doc fix.
8348         (indent-sexp): Use nconc to build up indent-stack.
8350         * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
8351         Gnus with little use.
8352         (mail-setup-hook): Add mail-abbrevs-setup to options.
8354         * recentf.el: Doc fixes.
8356         * vcursor.el (vcursor-cs-binding): Remove compatibility code.
8357         Clean up remainder.
8359         * timezone.el (timezone-parse-date): Doc fix.  Fix regexps for (5)
8360         without timezone and (8) with timezone to enforce some whitespace.
8361         Simplify code somewhat.
8363         * options.el (list-options): Doc that you should use customize.
8365         * iswitchb.el (iswitchb-mode): Add :require.
8367         * info.el (Info-goto-node, Info-menu): Doc fix.
8368         (Info-mode-menu): Bind beginning-of-buffer, Info-edit
8369         (info-tool-bar-map): New variable.
8370         (Info-mode): Use it.
8371         (Info-edit-map): Define all in defvar.
8372         (speedbar-attached-frame): Avoid compiler warning.
8374         * toolbar/tool-bar.el (tool-bar-map): Define it empty.
8375         (global-map): Bind [tool-bar] to a filtered map.
8376         (tool-bar-add-item): Remove MAP arg.  Allow PBM icons.
8377         (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
8378         Allow PBM icons.
8379         (tool-bar-setup): Adjust calls of tool-bar-add-item.
8381         * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
8382         * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
8383         * toolbar/right_arrow.xpm: New files.  Renamed from tigert's
8384         icons, except up_arrow, which is left-arrow rotated.
8386         * imenu.el (imenu-add-to-menubar): Fix last change.
8388 2000-10-08  Peter Breton  <pbreton@ne.mediaone.net>
8390         * generic-x.el (rul-generic-mode): Remove eval-when-compile
8391         statements. Suggested by Stefan Monnier  <monnier@cs.yale.edu>.
8393 2000-10-08  Eli Zaretskii  <eliz@is.elta.co.il>
8395         * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
8396         typos in doc strings.
8398         * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
8399         the doc strings how to customize Font Lock faces.
8401         * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
8402         computing growth when dragging the header line.
8404 2000-10-08  Eli Zaretskii  <eliz@is.elta.co.il>
8406         * simple.el (kill-line): Doc fix.
8408 2000-10-08  Miles Bader  <miles@gnu.org>
8410         * faces.el (secondary-selection): Make foreground visible on tty.
8412         * jka-compr.el (auto-compression-mode): Move to the end of the
8413         file, because `define-minor-mode' actually calls the mode-function
8414         if the associated variable is non-nil, which requires that all
8415         needed functions be already defined.
8416         (with-auto-compression-mode): Add autoload cookie.
8418 2000-10-07  Eli Zaretskii  <eliz@is.elta.co.il>
8420         * files.el (find-backup-file-name) [ms-dos]: If support for long
8421         file names is not available, behave as if version-control were set
8422         to never.
8424 2000-10-07  Dave Love  <fx@gnu.org>
8426         * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
8427         (browse-url-gnome-moz): New function.
8428         (browse-url-browser-function): Use it.
8429         Suggested by Colin Walters <walters@cis.ohio-state.edu>.
8431 2000-10-07  Stefan Monnier  <monnier@cs.yale.edu>
8433         * indent.el (tab-always-indent): New var.
8434         (indent-for-tab-command): Use it.
8436         * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
8437         raise an error.  This way it can still default to a sane value.
8439 2000-10-06  Stefan Monnier  <monnier@cs.yale.edu>
8441         * startup.el (fancy-splash-screens): Use local rather than global map.
8442         Don't use `update-menu-bindings' any more.
8443         Get rid of assumptions about keymap representation.
8445 2000-10-06  Dave Love  <fx@gnu.org>
8447         * textmodes/fill.el (sentence-end-double-space)
8448         (sentence-end-without-period):  Doc fix.
8449         (adaptive-fill-regexp): Purecopy.
8450         (unjustify-current-line): Use line-end-position.
8451         (fill-individual-paragraphs-prefix): Use line-beginning-position.
8453         * net/eudc-vars.el (eudc): Add :version, :link.
8455         * international/mule-conf.el (file-coding-system-alist): Use \', not $.
8457         * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
8458         Fix for define-minor-mode.
8459         (function-at-point): Alias to function-called-at-point.
8461         * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
8463         * simple.el (backward-word): Doc fix.
8465         * image-file.el (image-file-name-regexp): image-file-regexps ->
8466         image-file-name-regexps.
8467         (image-file-name-extensions): Add pbm.
8469 2000-10-06  Stefan Monnier  <monnier@cs.yale.edu>
8471         * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
8472         and add filename to the names so that diff-mode can jump to source.
8474         * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
8475         (tex-font-lock-keywords, tex-font-lock-keywords-2)
8476         (tex-font-lock-keywords-1): Remove.
8477         (font-lock-turn-on-thing-lock): Use jit-lock-register.
8478         (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
8479         (font-lock-default-fontify-region):
8480         Expand beg..end correctly when just following a multiline region.
8481         (font-lock-fontify-anchored-keywords):
8482         Include the anchor text as part of the multiline.
8484 2000-10-06  Gerd Moellmann  <gerd@gnu.org>
8486         * loadup.el (toplevel): Load `loaddefs' before `help' because the
8487         latter needs the autoloaded define-minor-mode macro during the
8488         bootstrap.
8490         * startup.el (command-line): For now, activate tool-bar-mode only
8491         if XPM images are supported.
8493         * mouse.el (mouse-drag-header-line): Don't allow resizing a
8494         window by dragging a header-line at the top of the frame; that's
8495         confusing because the header-line doesn't move.
8496         (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
8497         of treating the event as a list.  Some cleanup.
8499 2000-10-06  Miles Bader  <miles@gnu.org>
8501         * simple.el (display-message-or-buffer): New function.
8502         (shell-command-on-region): Use `display-message-or-buffer'.
8504         * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
8505         docstring parts.
8507         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
8508         (smbclient-prompt-regexp): Add usage note to doc string.
8509         (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
8510         (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
8511         Use add-hook for adding the comint filter function, and only do so
8512         if it's not already in the global hook list.
8513         (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
8514         to `make-local-variable'.
8515         (nslookup-font-lock-keywords): Remove prompt entry.
8516         (nslookup): Don't set the process-filter.
8517         (finger): Exit the loop correctly when the regexps list runs out.
8518         (ftp, smbclient, smbclient-list-shares):
8519         Set the real major mode immediately, not after execing.
8520         Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
8522         * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
8524 2000-10-05  Stefan Monnier  <monnier@cs.yale.edu>
8526         * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
8528         * which-func.el (which-func-format): Remove spurious space.
8529         (which-func-mode): Don't make it permanent-local.
8530         (which-func-ff-hook): Allow which-func-maxout to be nil.
8531         (which-func-update): Simplify a bit.  Only run if which-func-mode is t.
8532         (which-func-mode): Simplify.
8533         Use post-command-idle-hook rather than post-command-hook.
8534         Go through all buffers and update their state.
8535         (which-function): Also try add-log-current-defun-function.
8537         * vc.el (with-vc-properties): Use conses rather than length-2 lists.
8538         (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
8539         Update call to with-vc-properties accordingly.
8540         (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
8541         (vc-revert-buffer): More careful about window selection and deletion.
8542         (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
8544         * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
8545         (cvs-retrieve-revision): Reuse a pre-existing buffer.
8546         (cvs-dired-action): Change the default to quickdir.
8548         * newcomment.el (comment-indent): Delegate to indent-according-to-mode
8549         if comment-indent-function returns nil.
8550         (comment-indent-default): New function.
8551         (comment-indent-function): Use it and document the new semantics.
8553         * image-file.el: Docstring fixes.
8555         * help.el (help-xref-on-pp): Use match-string.
8556         (describe-variable): New arg BUFFER.
8557         Store the current buffer in the help-xref-stack.
8558         (temp-buffer-resize-mode): Use define-minor-mode.
8560         * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
8561         consistently with its docstring.
8562         Set jit-lock-first-unfontify-pos in an idempotent way.
8563         (jit-lock-register): Autoload and add arg CONTEXTUAL.
8565 2000-10-05  Alex Schroeder  <alex@gnu.org>
8567         * sql.el (sql-mysql-options): New variable.
8568         (sql-mysql): Use it.
8570 2000-10-05  Miles Bader  <miles@lsi.nec.co.jp>
8572         * image.el (image): New group.
8574         * smerge-mode.el (smerge-mine-face, smerge-other-face)
8575         (smerge-base-face, smerge-markers-face): Add dark-background variants.
8577 2000-10-04  Peter Breton  <pbreton@ne.mediaone.net>
8579         * net/net-utils.el (nslookup-font-lock-keywords)
8580         (ftp-font-lock-keywords, smbclient-font-lock-keywords):
8581         Ignore the value of wqindow-system; always define keywords
8583 2000-10-05  Kenichi Handa  <handa@etl.go.jp>
8585         * startup.el (fancy-splash-screens): Remove the code for
8586         debugging; `(trace-to-stderr "EXITTT\n")'.
8588 2000-10-05  Miles Bader  <miles@gnu.org>
8590         * diff-mode.el (diff-goto-source): Update call to
8591         `diff-hunk-status-msg' to reflect new REV variable.
8593 2000-10-04  Stefan Monnier  <monnier@cs.yale.edu>
8595         * progmodes/icon.el (icon-mode):
8596         Don't gratuitously override the default for comment-column.
8598         * vc-hooks.el (vc-mode-line): Fix interactive spec.
8600         * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
8601         (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
8602         (jit-lock-functions): New var.
8603         (jit-lock-function-1): Use it if non-nil.
8604         Don't switch the syntax-table.  Don't set parse-sexp-lookup-properties.
8605         Set the `fontified' property before doing the fontification to avoid
8606         repeatedly going through the same error.
8607         Don't turn errors into messages.
8608         (jit-lock-register, jit-lock-unregister): New functions.
8610         * dired.el (dired-mark-pop-up): Turn comment into docstring.
8611         Use with-current-buffer.
8613         * dired-aux.el (dired-do-create-files, dired-kill-tree):
8614         Turn comment into docstring.
8616         * apropos.el (apropos-mode): Use define-derived-mode.
8618 2000-10-04  Gerd Moellmann  <gerd@gnu.org>
8620         * startup.el (fancy-splash-pending-command): New variable.
8621         (fancy-splash-pre-command): New function.
8622         (fancy-splash-screens): Rewritten.
8623         (command-line-1): If fancy-splash-pending-command is set, call it
8624         interactively.
8626 2000-10-04  Dave Love  <fx@gnu.org>
8628         * toolbar/tool-bar.el (tool-bar-setup): New function.
8629         (tool-bar-mode): Use it.
8631         * subr.el (substitute-key-definition): Doc fix.
8632         (play-sound-file): New command.
8634 2000-10-04  Andre Spiegel  <spiegel@gnu.org>
8636         * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
8637         vc-version-backup-file-name): New functions.
8639         * files.el (basic-save-buffer): Call vc-before-save before saving.
8641         * vc-cvs.el (vc-cvs-make-version-backups): Return t if
8642         vc-cvs-stay-local-p.
8644         * vc.el (vc-revert-buffer): Handle empty diff properly.
8645         (vc-version-backup-file): New function.
8646         (vc-checkout): Create a version backup if necessary.
8647         (vc-checkin): If a version backup file exists, delete it.
8648         (vc-version-diff): Diff locally using version backups, if available.
8649         (vc-revert-file): If there's a version backup, revert locally.
8650         (vc-transfer-file): Use version backup for base version, if
8651         available.  If not, ask for confirmation whether to get it from the
8652         server.  Update mode line before check-in.
8654 2000-10-04  Dave Love  <fx@gnu.org>
8656         * toolbar/tool-bar.el (tool-bar-setup): New function.
8657         (tool-bar-mode): Use it.
8659 2000-10-04  Peter Breton  <pbreton@ne.mediaone.net>
8661         * net/net-utils.el (nslookup-font-lock-keywords)
8662         (ftp-font-lock-keywords, smbclient-font-lock-keywords):
8663         Only set if window-system is non-nil
8664         (net-utils-run-program): Returns buffer.
8665         (network-connection-reconnect): Added this function.
8667         * generic.el:
8668         Incorporates extensive cleanup and docfixes by
8669         Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
8670         Uses cl compile-time macros.
8671         (generic-mode-name, generic-comment-list)
8672         (generic-keywords-list, generic-font-lock-expressions)
8673         (generic-mode-function-list, generic-mode-syntax-table):
8674         Removed variables.
8675         (generic-mode-alist): Renamed to generic-mode-list.
8676         (generic-find-file-regexp): Default changed to "^#".
8677         (generic-read-type): Uses completing read on generic-mode-list.
8678         (generic-mode-sanity-check): removed this function.
8679         (generic-add-to-auto-mode): Removed this function
8680         (generic-mode-internal): Bind mode-specific definitions
8681         into function instead of putting them in alist.
8682         (generic-mode-set-comments): Reworked extensively.
8683         (generic-mode-find-file-hook): Simplified regexp searching
8684         (generic-make-keywords-list): Omit extra pair of parens
8686         * find-lisp.el (find-lisp-find-files-internal):
8687         Make sure directory name ends with "/".
8689         * generic-x.el (apache-conf-generic-mode):
8690         Regexp now allows leading whitespace.
8691         (rc-generic-mode): Added eval-when-compile
8692         around generic-make-keywords-list.
8693         Deleted duplicate regexp
8694         (rul-generic-mode): Added eval-when-compile
8695         around generic-make-keywords-list.
8696         (etc-fstab-generic-mode): New generic mode.
8697         (rul-generic-mode): Removed one eval-when-compile
8698         which caused a max-specpdl-size exceeded error.
8700 2000-10-04  Miles Bader  <miles@gnu.org>
8702         * simple.el (minibuffer-temporary-goal-position): New variable.
8703         (next-history-element): Try to keep the position of point in the
8704         input string constant.
8706         * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
8707         (dired-do-create-files): If there's only one file, pass it in as
8708         the DEFAULT arg to dired-mark-read-file-name.
8710 2000-10-03  Stefan Monnier  <monnier@cs.yale.edu>
8712         * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
8713         (diff-goto-source): Be smarter when choosing REVERSE or not.
8715         * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
8716         (texinfo-mode-menu): Add an explicit shortcut for update all.
8718 2000-10-03  Andre Spiegel  <spiegel@gnu.org>
8720         * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
8721         factorize backend-specific code cleanly (this was essentially
8722         conceived by Stefan Monnier).
8723         (vc-unregister): Function removed.
8724         (vc-revert-file): New function.
8725         (vc-revert-buffer): Delegate some of the work to it.
8727         * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
8728         default branch unconditionally.
8729         (vc-rcs-set-default-branch): New function.
8730         (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
8731         (vc-rcs-checkin): If an appropriate default branch has been set,
8732         force creation of that branch.
8733         (vc-rcs-receive-file): Rewritten to contain only backend-specific
8734         code (as suggested by Stefan Monnier).
8736 2000-10-02  Gerd Moellmann  <gerd@gnu.org>
8738         * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
8739         highlighting overlay with a different face over the overlay
8740         isearch uses to highlight the current match because that can lead
8741         to bad face combinations.
8743         * loadup.el (toplevel): Load faces before isearch.
8745         * isearch.el (isearch-faces): New custom group.
8746         (isearch): New defface; was already tested for in the code.
8747         (isearch-lazy-highlight-face): Changed to defface from defcustom.
8748         (isearch-highlight): Always use face `isearch'.
8750 2000-10-02  Dave Love  <fx@gnu.org>
8752         * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
8753         unused vars.  Treat byte-constant2 like byte-constant.  Fix bogus
8754         comparison of opcode with operand.
8756 2000-10-03  Miles Bader  <miles@gnu.org>
8758         * play/yow.el (yow): Don't display multi-line quotations in a *Help*
8759         buffer, since the echo area will now grow to accommodate them.
8761 2000-10-02  Andre Spiegel  <spiegel@gnu.org>
8763         * vc-hooks.el (vc-registered): If FILE used to be registered under
8764         a certain backend, try that one first.
8766         * vc.el (vc-responsible-backend): Undo the previous change in the
8767         argument list.  Handle multiple backends correctly.
8768         (vc-find-new-backend): Function removed.
8769         (vc-register): Use vc-responsible-backend, as before.
8770         (vc-next-action-on-file): Do use vc-registered, not vc-backend.
8772 2000-10-02  Gerd Moellmann  <gerd@gnu.org>
8774         * startup.el (fancy-splash-head): Change message below the
8775         logo.
8777 2000-10-02  Miles Bader  <miles@lsi.nec.co.jp>
8779         * diff-mode.el (diff-goto-source): Emit a status message.
8780         (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
8781         (diff-test-hunk): Fix doc string.
8782         (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
8783         (diff-advance-after-apply-hunk): New variable.
8784         (diff-apply-hunk): Don't return a value.
8786 2000-10-01  Stefan Monnier  <monnier@cs.yale.edu>
8788         * vc.el (vc-editable-p): Minor optimization.
8789         (edit-vc-file, vc-next-action-on-file): Don't use find-file.
8790         (vc-find-new-backend): New function split from vc-responsible-backend.
8791         (vc-register): Use it.
8792         (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
8793         (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
8794         (vc-default-unregister, vc-revert-buffer): Docstring fix.
8795         (vc-clear-headers): Don't use find-file.
8796         (vc-revert-buffer): Use `and' again (must have been a braino).
8797         (vc-switch-backend): Only prompt if requested.
8798         Short circuit if nothing is to be done.
8799         Don't use vc-resynch-buffer which could lose unsaved editing.
8800         (vc-default-receive-file): Update call to vc-unregister.
8801         (with-vc-file, vc-next-action-on-file):
8802         Use vc-backend rather than vc-registered.
8803         (vc-next-action-on-file): Use intern-soft.
8804         Deal with read-only *vc-diff* buffer.
8805         (vc-transfer-file): Docstring fix.
8807         * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
8808         (vc-rcs-receive-file): Avoid with-vc-properties.
8809         Update call to vc-unregister.
8810         Use constant `RCS' rather than (dynamically bound) var `backend'.
8812 2000-10-01  Andre Spiegel  <spiegel@gnu.org>
8814         * vc.el (vc-next-action-on-file): Update mode line only if file
8815         is visited.
8816         (vc-start-entry): New argument initial-contents.  Don't visit the file
8817         if it isn't already visited.  Brought documentation up-to-date.
8818         (vc-next-action, vc-register): Updated calls to vc-start-entry.
8819         (vc-checkin): New optional arg initial-contents, which is passed to
8820         vc-start-entry.
8821         (vc-finish-logentry): Make sure to bury log buffer only if there
8822         really is one.  Call `vc-resynch-buffer' on log-file, not
8823         buffer-file-name.
8824         (vc-default-comment-history, vc-default-wash-log): New functions.
8825         (vc-index-of): Removed.
8826         (vc-transfer-file): Make do without the above.
8827         (vc-default-receive-file): Call comment-history unconditionally.  Pass
8828         the resulting string to vc-checkin, instead of inserting it into the
8829         comment ring.
8831         * vc-rcs.el (vc-rcs-receive-file): Call comment-history
8832         unconditionally.  Use the comments as initial contents of the log
8833         entry buffer.  Document the trick to force branch creation with no
8834         changes.
8836 2000-10-01  Miles Bader  <miles@gnu.org>
8838         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
8839         `recenter' with an arg to prevent redrawing the display.
8841 2000-09-30  Stefan Monnier  <monnier@cs.yale.edu>
8843         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
8845         * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
8847         * progmodes/c-mode.el (c-mode):
8848         Don't gratuitously override the default for comment-column.
8850         * textmodes/tex-mode.el (latex-metasection-list): New var.
8851         (latex-imenu-create-index): Use it.
8852         Move the regexp construction outside loops (and use push).
8853         (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
8854         (tex-font-lock-keywords): Moved from font-lock.el.
8855         (tex-comment-indent): Remove.
8856         (tex-common-initialization): Don't set comment-indent-function.
8857         (latex-block-default): New var.
8858         (tex-latex-block): Use it to provide a default choice.
8859         Add any unknown choice to latex-block-names.
8860         Insert [...] after {...}.
8861         (tex-last-unended-begin): Simplify regexp.
8862         (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
8863         (latex-forward-sexp-1, latex-forward-sexp): New functions.
8864         (latex-mode): Set forward-sexp-function.
8866         * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
8867         Add regexp for @ignore ... @end ignore.
8868         (texinfo-heading-face): New face.
8869         (texinfo-font-lock-keywords): Use it.
8870         (texinfo-mode-menu): New menu.
8871         (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
8872         New functions.
8873         (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
8874         (texinfo-section-types-regexp, texinfo-section-level-regexp)
8875         (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
8876         Remove declaration.
8877         (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
8879         * delsel.el (delete-selection-mode): Use define-minor-mode.
8881         * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
8883 2000-09-29  Stefan Monnier  <monnier@cs.yale.edu>
8885         * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
8887 2000-09-30  Gerd Moellmann  <gerd@gnu.org>
8889         * replace.el (keep-lines-read-args): New function.
8890         (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
8891         read arguments interactively.  Add parameters RSTART and REND.
8892         Operate on the active region in Transient Mark mode.
8894         * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
8896         * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
8897         (authors-obsolete-files-regexps): New variable.
8898         (authors-add): Don't record changes in obsolete files.
8900 2000-09-29  Stefan Monnier  <monnier@cs.yale.edu>
8902         * autoinsert.el (auto-insert-mode): Use define-minor-mode.
8904         * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
8905         (comment-indent): Make sure there's a space between code and comment.
8906         Shift comments left to avoid going past fill-column.
8908 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
8910         * startup.el (startup-echo-area-message): New function.
8911         (display-startup-echo-area-message): Use it.
8912         (fancy-splash-screens): Rewritten to use keymaps and a timer.
8913         (fancy-splash-default-action): New function.
8914         (fancy-splash-screens-1): New function.
8915         (fancy-splash-head): Put a help-echo and a keymap under the image.
8917 2000-09-29  Stefan Monnier  <monnier@cs.yale.edu>
8919         * diff-mode.el (diff-add-log-file-name): Remove.
8920         (diff-mode): Use add-log-buffer-file-name-function.
8922         * add-log.el (find-change-log): New arg BUFFER-FILE.
8923         (add-log-file-name): Obey add-log-file-name-function.
8924         (add-log-buffer-file-name-function): New var.
8925         (add-change-log-entry): Use it.
8927 2000-09-29  Miles Bader  <miles@gnu.org>
8929         * image-file.el (image-file-name-extensions): New variable.
8930         (image-file-name-regexps): Renamed from `image-file-regexps'.
8931         New default value is nil.  Call `auto-image-file-mode'.
8932         (image-file-name-regexp): New function.
8933         (auto-image-file-mode): New minor mode.
8934         (insert-image-file): Don't make conditional on the image-file
8935         handler being enabled.
8936         (image-file-handler): Make the call here conditional instead.
8937         (set-image-file-handler-enabled, enable-image-file-handler)
8938         (disable-image-file-handler): Functions removed.
8940         * emacs-lisp/authors.el (authors-print): Rephrase many-files
8941         string.
8943 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
8945         * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
8946         it's a function from CL.
8947         (latex-imenu-create-index): Replace eval-when-compile with progn
8948         because latex-section-alist is not bound while compiling.
8950 2000-09-28  Stefan Monnier  <monnier@cs.yale.edu>
8952         * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
8953         (outline-mode): Use define-derived-mode.
8955         * progmodes/perl-mode.el (perl-mode):
8956         * progmodes/awk-mode.el (awk-mode):
8957         * progmodes/asm-mode.el (asm-mode):
8958         Don't gratuitously override the default for comment-column.
8960         * emacs-lisp/lisp.el (lisp-complete-symbol):
8961         Distinguish the let-binding case from the funcall case.
8962         (forward-sexp-function): New variable.
8963         (forward-sexp): Use it.
8965         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
8966         (easy-mmode-defmap): Remove the now useless autoload.
8968         * time.el (display-time-mode): Use define-minor-mode.
8970         * subr.el (add-minor-mode): Don't eval NAME.
8971         Don't depend on the presence of TOGGLE-FUN for any special behavior.
8972         Use if rather than cond.
8974         * simple.el (read-expression-map): Define more properly.
8975         (comment-indent-hook): Remove.
8976         (string-to-syntax): Bug fix.
8978         * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
8979         (cvs-ediff-diff): Fix typo.
8980         (cvs-revert-if-needed): Don't bother preserving read-only.
8982         * paren.el (show-paren-mode): Use define-minor-mode.
8984         * jka-compr.el (auto-compression-mode): Use define-minor-mode.
8985         (toggle-auto-compression): Remove.
8986         (jka-compr-build-file-regexp): Remove useless grouping.
8988         * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
8989         Avoid user-reserved bindings.
8990         (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
8991         (diff-header-face): Revert to grey85.
8993         * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
8995         * complete.el (partial-completion-mode) <defcustom>: Remove.
8996         (partial-completion-mode): Use define-minor-mode.
8997         (PC-do-completion): Understand `completion-auto-help = delay'
8998         to mean to popup the completion buffer only the second time.
8999         (PC-include-file-all-completions, PC-include-file-all-completions)
9000         (PC-include-file-all-completions): Don't quote lambda.
9002         * comint.el (comint-mode-hook): Docstring fix.
9003         (comint-mode): Use define-derived-mode.
9004         (comint-mode-map): Remove obsolete comment.
9005         (make-comint): Minor stylistic change.
9006         (comint-insert-clicked-input): Be more careful to find the overlay.
9007         Use this-command-keys rather than hardcoding mouse-2.
9009         * font-lock.el: Replace confusing (,@ with ,
9010         (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
9011         Don't use regexp-opt-depth.  Spice up the regexp for args.
9012         Don't distinguish between cmds that can take an opt arg or not.
9013         Use `append' and `prepend' rather than `keep'.
9015         * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
9016         (latex-outline-regexp): New var.
9017         (latex-outline-level): New fun.
9018         (latex-section-alist): New var.
9019         (latex-imenu-create-index): Use it.  Use `push' as well.
9020         (tex-shell-map): Initialize it properly.
9021         (tex-mode): Minor stylistic change.
9022         (plain-tex-mode): Use define-derived-mode.
9023         (latex-mode): Use define-derived-mode.
9024         Construct the paragraph regexps in a more readable way.
9025         Set the buffer-local outline-{level,regexp} vars.
9026         (slitex-mode): Derive from latex-mode.
9027         (tex-common-initialization): Don't kill-all-vars anymore.
9028         Add setting for comment-add and font-lock-defaults.
9029         (tex-start-shell): Use with-current-buffer and don't re-init keymap.
9030         (tex-main-file): New fun.  Obey TeX-master as well and remove `.tex'.
9031         (tex-start-tex): New arg DIR (and send a chdir command for it).
9032         Also display the shell buffer and save it in tex-last-buffer-texed.
9033         (tex-region): Use expand-file-name rather than concat.
9034         Remove code made useless by changes in tex-start-tex.
9035         (tex-file): Use tex-main-file and adapt to new tex-start-tex.
9037         * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
9039 2000-09-28  Dave Love  <fx@gnu.org>
9041         * eshell/eshell.el (eshell) <defgroup>: Add :version.
9043 2000-09-28  Gerd Moellmann  <gerd@gnu.org>
9045         * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
9046         `append'.
9048 2000-09-28  Stefan Monnier  <monnier@cs.yale.edu>
9050         * info.el (Info-extract-pointer): Undo last change.
9051         Instead, fix the position of the `bound' arg to re-search-backward.
9053 2000-09-27  Stefan Monnier  <monnier@cs.yale.edu>
9055         * info.el (Info-extract-pointer):
9056         Widen more carefully, to avoid finding pointers in other nodes.
9057         (Info-index): Use push.
9059 2000-09-27  Gerd Moellmann  <gerd@gnu.org>
9061         * frame.el (set-frame-font): Remove call to obsolete function
9062         frame-update-faces.
9063         (set-foreground-color, set-background-color): Likewise for
9064         frame-update-face-colors.
9066 2000-09-27  Miles Bader  <miles@gnu.org>
9068         * image-file.el: New file.
9070 2000-09-27  Gerd Moellmann  <gerd@gnu.org>
9072         * frame.el (frame-notice-user-settings): Don't call
9073         frame-update-faces, which is a no-op now.
9075         * ediff-wind.el (ediff-control-frame-parameters): Add zero
9076         tool-bar-lines.
9078 2000-09-27  Dave Love  <fx@gnu.org>
9080         * mouse.el: Fix last change.
9082 2000-09-27  Miles Bader  <miles@lsi.nec.co.jp>
9084         * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
9086 2000-09-22  Kenichi Handa  <handa@etl.go.jp>
9088         * international/quail.el (quail-help): The output message is
9089         improved.
9091 2000-09-26  Dave Love  <fx@gnu.org>
9093         * mouse.el (popup-menu): If POSITION is nil, set it using
9094         mouse-position.
9096 2000-09-25  Sam Steingold  <sds@gnu.org>
9098         * net/browse-url.el (browse-url-file-url): Check for null maps.
9100 2000-09-26  Gerd Moellmann  <gerd@gnu.org>
9102         * frame.el (frame-notice-user-settings): Don't add a
9103         tool-bar-lines frame parameter to default-frame-alist in batch mode.
9105         * frame.el (frame-notice-user-settings):
9106         Make tool-bar-mode and default-frame-alist consistent.
9108         * toolbar/tool-bar.el (tool-bar-help): New function.
9110 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
9112         * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
9113         current-load-list in top-level forms.  Else this leaks a cons cell
9114         every time a defun is called.
9116         * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
9118 2000-09-25  Dave Love  <fx@gnu.org>
9120         * startup.el (fancy-splash-head): Check XPM is available.
9122         * autoinsert.el (auto-insert): Doc fix.
9123         (auto-insert-alist): Following GNU notices, don't say `copyright
9124         _by_'.  Use line-beginning-position.
9125         (auto-insert): Check buffer-file-name is non-nil before use.
9127 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
9129         * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
9130         starting with `@def' or `@multitable', in addition to ones
9131         specified by the user in auto-fill-inhibit-regexp.
9133 2000-09-25  Markus Rost  <rost@math.ohio-state.edu>
9135         * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
9136         rmail-dont-reply-to-names matches the empty string.
9138 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
9140         * startup.el (command-line-1, fancy-splash-text): Change the
9141         text to sound more friendly.
9143 2000-09-23  Thien-Thi Nguyen  <ttn@gnu.org>
9145         * progmodes/hideshow.el: Update author email address.
9146         Generally, sync w/ maintainer version 5.22.
9147         (hs-hide-all-non-comment-function): New var.
9148         (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
9149         (hs-hide-all): Use `hs-hide-all-non-comment-function'.
9150         (hs-show-region): Delete this command.
9151         (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
9153 2000-09-22  Dave Love  <fx@gnu.org>
9155         * hl-line.el (hl-line-overlay): Don't make it buffer-local.
9156         (hl-line-highlight): Specify buffer when moving overlay.
9158         * progmodes/fortran.el (fortran-mode): Locally set
9159         normal-auto-fill-function.
9160         (fortran-auto-fill-mode): Just alias to auto-fill-mode.
9161         (fortran-mode-map): Adjust auto-fill menu entry.
9163 2000-09-22  Gerd Moellmann  <gerd@gnu.org>
9165         * vc-rcs.el (toplevel): Require `vc' when compiling.
9167         * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
9169 2000-09-22  Andre Spiegel  <spiegel@gnu.org>
9171         * vc.el (vc-switch-backend): Signal an error if the file is not
9172         registered under the new backend.
9174         * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
9175         without explicit revision number.
9177 2000-09-21  Stefan Monnier  <monnier@cs.yale.edu>
9179         * diff-mode.el (diff-file-header-face): Reset to its previous value.
9180         (diff-hunk-text): Correctly use offsets rather than buffer-positions.
9181         (diff-xor): New function.
9182         (diff-find-source-location): Use it.  Fix a stupid name clash.
9183         (diff-hunk-status-msg): New function.
9184         (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
9185         (diff-test-hunk): Use diff-find-source-location.
9186         (diff-goto-source): Favor the `reverse'.
9187         (diff-hunk-text): Properly handle one-sided context diffs.
9188         (diff-apply-hunk): When done, advance to the next hunk.
9190 2000-09-21  Gerd Moellmann  <gerd@gnu.org>
9192         * startup.el (command-line): If frame was created with a non-zero
9193         tool-bar-lines parameter, switch tool-bar-mode on.
9195         * add-log.el (change-log-date-face, change-log-name-face)
9196         (change-log-email-face, change-log-file-face)
9197         (change-log-list-face, change-log-conditionals-face)
9198         (change-log-function-face, change-log-acknowledgement-face):
9199         New faces, inheriting from font-lock faces.
9200         (change-log-font-lock-keywords): Use them.
9202 2000-09-21  Dave Love  <fx@gnu.org>
9204         * progmodes/cperl-mode.el (top-level): Clean up
9205         `eval-when-compile's and assorted defvars.
9206         (cperl-invalid-face): Don't double-quote value.  Change custom
9207         type.
9208         (cperl-mode): Set normal-auto-fill-function and don't zap
9209         auto-fill-function.
9210         (cperl-imenu--function-name-regexp-perl): Renamed from
9211         imenu-example--function-name-regexp-perl.
9212         (cperl-imenu--create-perl-index): Renamed from
9213         imenu-example--create-perl-index.
9214         (cperl-xsub-scan): Don't require cl.
9216         * msb.el (msb-mode-map): Use substitute-key-definition.
9217         (msb-mode): Use msb-mode-map.
9219 2000-09-21  Andre Spiegel  <spiegel@gnu.org>
9221         * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
9222         New functions.
9223         (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
9224         (vc-switch-backend): New function.
9225         (vc-prefix-map): Bind `vc-switch-backend' to `b'.
9226         (vc-register): Fix prompt.
9227         (vc-unregister, vc-default-unregister): New functions.
9228         (vc-version-diff): Handle empty buffer in sentinel.
9230         * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
9231         (vc-rcs-state-heuristic): Use it to guess the state of files with
9232         non-strict locking.
9233         (vc-rcs-find-most-recent-rev): Handle the case when a branch has
9234         been set with -b, but not created yet.
9235         (vc-rcs-fetch-master-state): With non-strict locking, compare file
9236         contents in order to find the state.
9237         (vc-rcs-checkin): Allow creation of branches with no changes.
9238         (vc-rcs-unregister, vc-rcs-receive-file)
9239         (vc-rcs-set-non-strict-locking): New functions.
9241         * vc-hooks.el (vc-name): Force correct computation of the value
9242         in case it is missing.
9244 2000-09-21  Gerd Moellmann  <gerd@gnu.org>
9246         * startup.el (fancy-splash-tail): Use a different foreground
9247         color on a dark frame background.
9249 2000-09-21  Miles Bader  <miles@lsi.nec.co.jp>
9251         * info.el: Use the correct capitalization when making Info-mode
9252         and Info-edit-mode `special' modes.
9254 2000-09-20  Stefan Monnier  <monnier@cs.yale.edu>
9256         * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
9257         (diff-mode): Add support for add-log.el.
9258         (diff-hunk-text): Use char offsets rather than line offsets.
9259         (diff-find-source-location): Replace LINE with line-offset (nil
9260         if not found) and always set POS to a meaningful position.
9261         Adapt to the new char-offsets.
9262         (diff-apply-hunk): Drop support for the unused `select' POPUP.
9263         Adapt to the new diff-find-source-location.
9264         (diff-goto-source): Adapt to the new diff-find-source-location.
9266         * add-log.el (add-log-file-name): New function (split out of
9267         add-change-log-entry).
9268         (add-change-log-entry): Use it.
9269         Call add-log-file-name-function with the changelog file name if
9270         the current buffer is not associated with any file.
9271         Avoid find-file if the selected window is dedicated.
9273         * diff-mode.el (diff-find-source-location):
9274         Move code from diff-apply-hunk.  Return buffer rather than file.
9275         (diff-apply-hunk): Use the new result from  diff-find-source-location.
9276         (diff-goto-source): Use the new diff-find-source-location.
9278 2000-09-20  Dave Love  <fx@gnu.org>
9280         * iswitchb.el: Some doc fixes.
9281         (iswitchb-mode-map): Define completely initially.  Inherit
9282         minibuffer-local-map.
9283         (iswitchb-completion-help) <!iswitchb-xemacs>: Use
9284         fundamental-mode.
9285         (iswitchb-global-map): New variable.
9286         (iswitchb-summaries-to-end): Amalgamate regexps.
9287         (iswitchb-mode): New.
9288         (iswitchb-mode-hook): New variable.
9289         (iswitchb) <defgroup>: Add URL link.  Use group `completion', not
9290         `extensions'.
9292 2000-09-20  Gerd Moellmann  <gerd@gnu.org>
9294         * ehelp.el (electric-help): New defgroup.
9295         (electric-help-shrink-window): New user-option.
9296         (with-electric-help): Use it.
9298         * window.el (shrink-window-if-larger-than-buffer): If face
9299         `mode-line' has a :box, and we're on a graphical frame, add 1
9300         to the needed window height.
9302         * frame.el (frame-notice-user-settings): Add a last parameter nil
9303         to a call to `append', because the last list passed to `append' is
9304         not copied, and so subsequent calls to assq-delete-all will modify
9305         default-frame-alist.
9307         * startup.el (fancy-splash-image): Change :type.
9308         (fancy-splash-head): Use an XBM image if appropriate.
9309         (command-line-1): Show splash screens in more cases.
9311         * startup.el (fancy-splash-text): Don't quote faces.
9313         * dired.el (dired-font-lock-keywords): Undo last change.
9314         (dired-readin): Bind indent-tabs-mode to nil.
9316         * startup.el (fancy-splash-head): If frame's background mode
9317         is `dark', change the black background of the image to gray.
9318         (fancy-splash-screens): Display startup echo area message.
9319         (display-startup-echo-area-message): New function.
9321 2000-09-20  Miles Bader  <miles@lsi.nec.co.jp>
9323         * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
9325         * info.el (info-header-node): Tweak for color ttys.
9327         * faces.el (face-valid-attribute-values): Make sure directories we
9328         search for stipples both exist and are readable before trying to
9329         search them.
9331         * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
9332         in the dry-run case.
9334         * jka-compr.el (with-auto-compression-mode): New macro.
9336         * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
9337         (custom-group-tag-face, custom-variable-tag-face): Use relative
9338         :height and inherit from `variable-pitch' face instead of
9339         hardwiring :family.
9340         * hi-lock.el (hi-black-hb): Likewise.
9342         Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
9343         * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
9344         toolbar-add-item, if image doesn't have a mask add a `:mask
9345         heuristic'.
9347 2000-09-19  Stefan Monnier  <monnier@cs.yale.edu>
9349         * diff-mode.el: Docstring fixes.
9350         (diff-header-face, diff-comment-face): New faces.
9351         (diff-font-lock-keywords): Highlight a bit differently.
9352         (diff-find-source-location): Don't return SPAN any more.
9353         (diff-hunk-text): Don't bother erasing the temp buffer.
9354         (diff-find-text): Drop argument LINE.
9355         (diff-apply-hunk): Update calls to diff-find-text.
9356         (diff-goto-source): Use pop-to-buffer again and don't raise an error.
9358         * calendar/calendar.el: Docstring fixes.
9359         (calendar-make-alist): Don't quote lambda.
9360         (calendar-star-date): Use make-local-variable.
9362 2000-09-19  Dave Love  <fx@gnu.org>
9364         * toolbar/tool-bar.el: Renamed from toolbar.el.
9365         Change `toolbar' to `tool-bar' generally in symbols.
9366         Make some items invisible in `special' major modes.
9367         (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
9368         Add arg PROPS.
9370         * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
9371         Add :version here.
9372         (fancy-splash-delay, fancy-splash-image): Remove :version here.
9374 2000-09-19  Gerd Moellmann  <gerd@gnu.org>
9376         * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
9378         * files.el (find-file-suppress-same-file-warnings): New user-option.
9379         (find-file-noselect): Use it.
9381         * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
9382         (fancy-splash-screen): Defgroup.
9384         * add-log.el (change-log-font-lock-keywords): Match names
9385         more exactly for the case that font-lock-constant-face is
9386         underlined.
9388 2000-09-19  Richard M. Stallman  <rms@gnu.org>
9390         * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
9392 2000-09-19  Andre Spiegel  <spiegel@gnu.org>
9394         * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
9396 2000-09-19  Gerd Moellmann  <gerd@gnu.org>
9398         * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
9399         * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
9400         * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
9401         * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
9402         * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
9403         * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
9404         * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
9405         * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
9406         * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
9407         * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
9408         * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
9409         * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
9411         * startup.el (fancy-splash-text): New variable.
9412         (fancy-splash-delay, fancy-splash-image): New user-options.
9413         (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
9414         (fancy-splash-screens): New functions.
9415         (command-line-1): If display has a `display' frame parameter, has
9416         colors, and we have XPM support, show more fancy splash screens.
9418 2000-09-19  Dave Love  <fx@gnu.org>
9420         * map-ynp.el (map-y-or-n-p): Check use-dialog-box.  Don't lose
9421         with null `help'.  Use modern backquote syntax.
9423 2000-09-19  Gerd Moellmann  <gerd@gnu.org>
9425         * font-lock.el (font-lock-mode): Change message telling the user
9426         that ``the buffer is too big''.
9428         * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
9429         for instance for the case that tab-width is 2.
9431 2000-09-18  Gerd Moellmann  <gerd@gnu.org>
9433         * toolbar/toolbar.el (toolbar-like-menu-item): Like in
9434         toolbar-add-item, if image doesn't have a mask add a `:mask
9435         heuristic'.
9437 2000-09-18  Miles Bader  <miles@lsi.nec.co.jp>
9439         * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
9440         and return a cons if it's non-nil.
9441         (diff-apply-hunk): Try to jump to the line in the source text
9442         corresponding to the position of point in the in the hunk.
9444         * info.el (Info-title-3-face, Info-title-2-face)
9445         (Info-title-1-face): Use face inheritance and relative sizes
9446         instead of hard-wiring things.
9448         * faces.el (secondary-selection): Make dark-background variant sane.
9450 2000-09-16  Andrew Innes  <andrewi@gnu.org>
9452         * makefile.w32-in (compile-files-CMD): No need to make .elc files
9453         read-only, since they aren't under VC now.
9455 2000-09-17  Dave Love  <fx@gnu.org>
9457         * tmm.el: Replace mapcar with mapc in several places.
9459         * loadhist.el (unload-feature): Maybe call elp-restore-list and
9460         ad-unadvise.
9462         * international/latin1-disp.el: New file.
9464         * calendar/cal-move.el (scroll-calendar-left)
9465         (scroll-calendar-right): Make arg optional (for active mode line).
9467         * calendar/calendar.el (calendar-mode-line-format): Make fields
9468         mouse-sensitive.
9469         (calendar-read-date, calendar-read-date, calendar-window-list):
9470         Unquote lambda.
9471         (calendar-month-name): Use aref, not sref.
9473         * view.el (minor-mode-alist): Propertize the string.
9475         * international/characters.el (standard-case-table): Add entries
9476         for Greek.
9478 2000-09-18  Miles Bader  <miles@gnu.org>
9480         * info.el (info-node, info-xref): Add dark-background variants.
9482         * faces.el (header-line): Change defaults to be less confusing
9483         when mixed with mode-lines.
9485         * info.el (Info-fontify-node): Make a few cleanups.
9486         Add extra `help-echo' and `local-map' props to node xrefs.
9487         Use header-specific faces for node-names & xrefs.
9488         (Info-use-header-line): New variable.
9489         (info-header-xref, info-header-node): New faces.
9490         (Info-setup-header-line): New function.
9491         (Info-select-node): Call Info-setup-header-line when enabled.
9492         (Info-extract-pointer): Work even if the header line is hidden.
9493         (Info-header-line): New variable.
9495 2000-09-16  Stefan Monnier  <monnier@cs.yale.edu>
9497         * vms-patch.el (print-region-function): Don't quote lambda.
9499         * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
9501         * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
9502         (lm-get-header-re): Allow spaces between the header and the colon.
9503         (lm-header): Allow $ in non-RCS headers.
9504         (lm-header-multiline): Put the strings back into order.
9505         Stop at an empty line.  Don't require two space chars if the
9506         line is clearly not another header line.
9508         * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
9509         (popup-menu-popup): Remove.
9511 2000-09-15  Gerd Moellmann  <gerd@gnu.org>
9513         * toolbar/toolbar.el (toolbar-add-item): Use the same image
9514         specification if or if not tool-bar item contains an `:enabled'
9515         property.
9517         * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
9518         current buffer has no file name.
9520 2000-09-15  Dave Love  <fx@gnu.org>
9522         * strokes.el: Sync with maintainer's current version with changes
9523         for Emacs, but avoid runtime cl and levents.
9524         (toplevel):  Change autoloads and compilation requires.
9525         (strokes-version, strokes-bug-address, strokes-lift): Values
9526         changed.
9527         (strokes-xpm-header, strokes-insinuated): New variable.
9528         (strokes): Add :link.
9529         (strokes-mode): Customized.
9530         (strokes-while-inhibiting-garbage-collector): New macro.
9531         (strokes-remassoc): Avoid remove-if.
9532         (strokes-fix-button2-command): Don't use ad-do-it.
9533         (strokes-insinuate): New function.
9534         (strokes-button-press-event-p, strokes-button-release-event-p):
9535         New functions, used instead of non-`strokes-' versions..
9536         (strokes-mouse-event-p): Rewritten.
9537         (strokes-event-closest-point): Avoid event-point.
9538         (strokes-get-grid-position): Avoid cdadr, caadr
9539         (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
9540         functions.
9541         (strokes-help): Use with-output-to-temp-buffer.
9542         (strokes-window-configuration-changed-p): New function.
9543         (strokes-update-window-configuration): Use buffer-live-p,
9544         strokes-window-configuration-changed-p.
9545         (strokes-mode): Use strokes-insinuate.  Alter mouse bindings.
9546         (strokes-char-face): New face.
9547         (strokes-char-table, strokes-base64-chars): New variable.
9548         (strokes-xpm-for-stroke, strokes-list-strokes)
9549         (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
9550         (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
9551         (strokes-xpm-to-compressed-string, strokes-decode-buffer)
9552         (strokes-encode-buffer, strokes-xpm-for-compressed-string)
9553         (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
9554         functions.
9556 2000-09-15  Gerd Moellmann  <gerd@gnu.org>
9558         * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
9560         * image.el (create-image): Doc fix.
9562         * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
9563         instead of `:heuristic-mask t'.
9565 2000-09-14  Andrew Innes  <andrewi@gnu.org>
9567         * makefile.w32-in: Revert to Unix line endings.
9569 2000-09-14  Andrew Innes  <andrewi@gnu.org>
9571         * makefile.w32-in: Add bootstrap support.  Also copy lisp source
9572         when installing.
9574         * makefile.nt (DONTCOMPILE): Fix typo.
9576         * shell.el (shell-write-history-on-exit): New function.
9577         (shell-dumb-shell-regexp): New custom variable.
9578         (shell-mode): Make shell-write-history-on-exit the process
9579         sentinel if shell name matches shell-dumb-shell-regexp.
9581         * w32-fns.el: Comment out before-init-hook function which resets
9582         source-directory based; this breaks bootstrap.
9584 2000-09-14  Dave Love  <fx@gnu.org>
9586         * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
9587         toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
9588         toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
9589         toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
9590         toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
9591         toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
9592         toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm:  New.
9593         From Tuomas Kuosmanen <tigert@gimp.org>.  (Gnome icons fetched
9594         from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
9596         * toolbar/toolbar.el: New.
9598         * subdirs.el: Add toolbar.
9600 2000-09-14  Gerd Moellmann  <gerd@gnu.org>
9602         * indent.el (indent-for-tab-command): Doc fix.
9604 2000-09-14  Alex Schroeder  <alex@gnu.org>
9606         * ansi-color.el (ansi-colors): Doc change.
9607         (ansi-color-get-face): Simplified regexp.
9608         (ansi-color-faces-vector): Added more faces, doc change.
9609         (ansi-color-names-vector): Doc change.
9610         (ansi-color-regexp): Simplified regexp.
9611         (ansi-color-parameter-regexp): New regexp.
9612         (ansi-color-filter-apply): Doc change.
9613         (ansi-color-filter-region): Doc change.
9614         (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
9615         deal with zero length parameters.
9616         (ansi-color-apply-on-region): Doc change.
9617         (ansi-color-map): Doc change.
9618         (ansi-color-map-update): Removed debugging message.
9619         (ansi-color-get-face-1): Added condition-case to trap
9620         args-out-of-range errors.
9621         (ansi-color-get-face): Doc change.
9622         (ansi-color-make-face): Removed.
9623         (ansi-color-for-shell-mode): New option.
9625 2000-09-13  Kenichi Handa  <handa@etl.go.jp>
9627         * international/quail.el (quail-start-translation): Translate KEY
9628         if necessary even if it doesn't have any mapping in the current
9629         input method.
9630         (quail-start-conversion): Likewise.
9631         (quail-help): The output message is improved.
9633 2000-09-13  Miles Bader  <miles@gnu.org>
9635         * comint.el (comint-output-filter): Revert to using
9636         `insert-before-markers'.  Add bletcherous hack to undo damage
9637         caused by `insert-before-markers'.  Put `front-sticky' property on
9638         overlays created here so that the field code understands how the
9639         overlay works.  Use a let when making comint-last-prompt-overlay,
9640         so that the code is easier to read.
9642 2000-09-13  Dave Love  <fx@gnu.org>
9644         * wid-edit.el (widget-default-format-handler): DTRT when
9645         doc-property is a function.
9647 2000-09-12  Francesco Potorti`  <pot@gnu.org>
9649         * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
9650         filed name if it's not there.
9652 2000-09-12  Dave Love  <fx@gnu.org>
9654         * simple.el (read-mail-command): Doc fix.
9655         (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
9657         * vc.el (vc-dired-listing-switches): Fix :version.
9659         * vc-hooks.el: Doc fixes.
9661         * subr.el (add-minor-mode): Use toggle-fun arg.
9663         * speedbar.el: Add :version to several defcustoms.
9665         * imenu.el (imenu--truncate-items, imenu--cleanup)
9666         (imenu--generic-function): Avoid mapcar.
9667         (imenu--replace-spaces): Function removed.
9668         (imenu--completion-buffer): Use subst-char-in-string.
9669         (imenu-add-to-menubar): Use keymap inheritance.
9671 2000-09-12  Miles Bader  <miles@gnu.org>
9673         * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
9674         (diff-mode-map): Bind `diff-test-hunk'.
9675         (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
9677 2000-09-11  Gerd Moellmann  <gerd@gnu.org>
9679         * bytecomp.el (byte-compile-defvar): Undo last change
9680         because it breaks '(make-variable-buffer-local (defvar ...)'
9681         which is used at least in dired.
9683 2000-09-12  Kenichi Handa  <handa@etl.go.jp>
9685         * international/quail.el (quail-define-package): Docstring
9686         modified.
9688 2000-09-12  Kenichi Handa  <handa@etl.go.jp>
9690         * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
9691         extra docstrings for "chinese-ccdospy", "chinese-ecdict",
9692         "chinese-etzy", "chinese-sw", and "chinese-ziranma".  Modify the
9693         docstring of "chinese-py".
9695         * international/quail.el (quail-translation-docstring): New
9696         variable.
9697         (quail-show-keyboard-layout): Docstring modified.
9698         (quail-select-current): Likewise.
9699         (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
9700         infinite recursive call.
9701         (quail-help): Check quail-translation-docstring.  Format of the
9702         output changed.
9703         (quail-help-insert-keymap-description): Adjusted for the above
9704         change.
9706 2000-09-11  Gerd Moellmann  <gerd@gnu.org>
9708         * bytecomp.el (byte-compile-defvar): Only cons onto
9709         current-load-list in top-level forms.  Else this leaks a cons cell
9710         every time a defun is called.
9712 2000-09-11  Miles Bader  <miles@lsi.nec.co.jp>
9714         * diff-mode.el (diff-apply-hunk): Function basically rewritten.
9715         Now understands non-unified diffs.  Some functionality moved into
9716         `diff-hunk-text' and `diff-find-text'.  Add OTHER-FILE, DRY-RUN,
9717         POPUP, and NOERROR arguments.  If DRY-RUN is true, don't actually
9718         modify anything.  Only reposition point in the patched file if the
9719         patch succeeds.  Only pop up another window if POPUP is true.
9720         Emit a message describing what happened if successful, and at what
9721         line-offset.  Automatically detect reversed hunks and do something
9722         appropriate.
9723         (diff-hunk-text, diff-find-text): New functions.
9724         (diff-filter-lines): Function removed.
9725         (diff-test-hunk): New function.
9726         (diff-goto-source): Rewritten in terms of diff-apply-hunk.
9728 2000-09-10  Dave Love  <fx@gnu.org>
9730         * textmodes/tildify.el: Minor doc/commentary fixes.
9731         (tildify) <defgroup>: Add :version.
9733         * faces.el (face-x-resources): Make custom type more specific.
9734         (frame-background-mode): Use mapc.
9735         (region) <defcustom>: Add :version.
9737 2000-09-08  Stefan Monnier  <monnier@cs.yale.edu>
9739         * vc-sccs.el (vc-sccs-register):
9740         * vc-rcs.el (vc-rcs-register):
9741         * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
9742         * vc.el (vc-register): Clear file's properties.
9744 2000-09-08  Gerd Moellmann  <gerd@gnu.org>
9746         * faces.el (face-spec-set): Only face-spec-reset-face when
9747         ATTRS is non-nil.
9749 2000-09-08  Eli Zaretskii  <eliz@is.elta.co.il>
9751         * help.el (help-insert-xref-button): Fix a typo in doc string.
9753 2000-09-07  Eli Zaretskii  <eliz@is.elta.co.il>
9755         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
9756         Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
9757         methods.
9759         * menu-bar.el (read-mail-item-name): New function.
9760         (menu-bar-tools-menu): Use it to compute and display the package
9761         used to read email.
9762         (menu-bar-tools-menu): Fix typo in GUD's help string.
9764 2000-09-07  Dave Love  <fx@gnu.org>
9766         * diff-mode.el (diff-mouse-goto-source): New function.
9768         * vc-sccs.el: Doc fixes.
9769         (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
9771         * vc-rcs.el: Doc fixes.
9772         (vc-rcs-register-switches, vc-rcs-checkin-switches)
9773         (vc-rcs-checkout-switches, vc-rcs-header)
9774         (vc-rcs-master-templates): Add or change :version.
9776         * vc-cvs.el: Doc fixes.
9777         (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
9778         (vc-cvs-stay-local): Add :version.
9780         * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
9782 2000-09-07  Kenichi Handa  <handa@etl.go.jp>
9784         * international/quail.el (quail-help): Fix previous change.
9786 2000-09-07  Gerd Moellmann  <gerd@gnu.org>
9788         * faces.el (color-values): Doc fix.
9790         * faces.el (frame-set-background-mode): Use frame-parameter
9791         instead of frame-parameters.
9793         * frame.el (filtered-frame-list): Reduce consing.
9794         (frames-on-display-list): Call frame-parameter instead of
9795         frame-parameters.
9797 2000-09-07  Kenichi Handa  <handa@etl.go.jp>
9799         * language/devan-util.el (devanagari-to-indian-region): In the
9800         loop, change the following char, not preceding char.
9802 2000-09-07  Gerd Moellmann  <gerd@gnu.org>
9804         * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
9805         instead of frame-parameters.
9807         * faces.el (set-face-attribute): Simplify by calling
9808         internal-set-lisp-face-attribute with FRAME being 0.
9810         * vc.el: Remove `Id' version control keyword.
9812 2000-09-07  Kenichi Handa  <handa@etl.go.jp>
9814         * help.el (help-make-xrefs): Adjusted for the change of
9815         help-xref-mule-regexp.
9816         (help-insert-xref-button): New function.
9818         * international/mule-cmds.el (help-xref-mule-regexp-template):
9819         Include the pattern for character set.
9820         (leim): New group.
9822         * international/quail.el: Don't require face.
9823         (quail): New group.
9824         (quail-other-command): Dummy command to make quail-help work better.
9825         (quail-keyboard-layout-alist): Add Keyboard type "jp106".
9826         (quail-keyboard-layout-substitution): New variable.
9827         (quail-update-keyboard-layout): New function.
9828         (quail-keyboard-layout-type): New customizable variable.
9829         (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
9830         (quail-keyboard-translate): Pay attention to
9831         quail-keyboard-layout-substitution.
9832         (quail-insert-kbd-layout): New function.
9833         (quail-show-keyboard-layout): New function.
9834         (quail-get-translation): If the definition is a vector of length
9835         1, and the element is a string of length 1, return the character
9836         in that string.
9837         (quail-update-current-translations): Fix the case of
9838         relative-index out of range.
9839         (quail-build-decode-map, quail-insert-decode-map): New Functions.
9840         (quail-help): Show keyboard layout by quail-insert-kbd-layout.
9841         Show key sequences for all available characters.
9842         (quail-help-insert-keymap-description): Don't show such verbose
9843         key bindings as quail-self-insert-command.
9845         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
9846         Format changed, and each element now have extra documentations.
9847         (tit-process-header): Delete invalid characters from TIT-PROMPT.
9848         Adjusted for the change of quail-cxterm-package-ext-info.
9850 2000-09-06  Gerd Moellmann  <gerd@gnu.org>
9852         * vc-hooks.el (toplevel): Don't require `vc' during compilation;
9853         requiring it leads to a recursive loading of vc.el and vc-hooks.el
9854         during bootstrap.
9856 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
9858         * vc.el: (toplevel): Don't require `dired' at run-time.
9859         (vc-dired-resynch-file): Remove autoload cookie.
9861 2000-09-05  Andre Spiegel  <spiegel@gnu.org>
9863         * vc.el: Made several backend functions optional.
9864         (vc-default-responsible-p): New function.
9865         (vc-merge): Use RET for first version to trigger merge-news, not
9866         prefix arg.
9867         (vc-annotate): Handle backends that do not support annotation.
9868         (vc-default-merge-news): Removed.  The existence of a merge-news
9869         implementation is now checked on caller sites.
9871         * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
9872         case.
9874         * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
9875         special case that has been removed from the default in vc-hooks.el.
9877 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
9879         * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
9881 2000-09-05  Andre Spiegel  <spiegel@gnu.org>
9883         * vc-hooks.el: Require vc during compilation.
9884         (vc-file-setprop): Use `vc-touched-properties' if bound by the new
9885         macro `with-vc-properties' in vc.el.
9886         (vc-file-getprop): Doc fix.
9887         (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
9889         * vc.el: Require dired-aux during compilation.
9890         (vc-name-assoc-file): Moved to vc-sccs.el.
9891         (with-vc-properties): New macro.
9892         (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
9893         vc-finish-steal): Use it.
9894         (vc-cancel-version): Moved RCS-specific code to vc-rcs.el.  The call
9895         to the backend-specific function is now supposed to do the checkout,
9896         too.
9897         (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
9899         * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
9900         set file properties; that gets done in the generic code now.
9902         * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
9903         Changed parameter list, added code from vc.el that does the
9904         checkout, possibly with a double-take.
9906         * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
9907         (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
9908         the above under the new name.
9909         (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'.  Changed
9910         parameter list, added checkout command.
9911         (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
9912         properties; that gets done in the generic code now.
9914 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
9916         * vc.el: Docstring fixes (courtesy of checkdoc).
9918 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
9920         * vc.el (vc-checkout-writable-buffer-hook)
9921         (vc-checkout-writable-buffer): Remove.
9922         (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
9923         (vc-log-mode): Make it into a clean derived major mode.
9924         (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
9925         vc-log-mode if log-edit is not available.
9926         (vc-dired-mode-map): Don't set-keymap-parent yet.
9927         (vc-dired-mode): Do set-keymap-parent here.
9928         (vc-dired-buffers-for-dir): Nop if dired is not loaded.
9930 2000-09-05  Gerd Moellmann  <gerd@gnu.org>
9932         * faces.el (set-face-attribute, face-spec-reset-face)
9933         (face-spec-set): Avoid consing by removing calls to `apply'.
9935         * frame.el (frame-parameter): Move to C code.
9937 2000-09-05  Dave Love  <fx@gnu.org>
9939         * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
9940         insert-before-markers-and-inherit.  Now checked systematically!
9942 2000-09-05  Alex Schroeder  <alex@gnu.org>
9944         * sql.el (sql-postgres): Use sql-postgres-options.
9945         (sql-postgres-options): New variable.
9947 2000-09-05  Alex Schroeder  <alex@gnu.org>
9949         * sql.el (sql-mode-menu): Work around missing variable mark-active
9950         in XEmacs.
9951         (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
9952         (sql-interactive-mode): Added call to easy-menu-add for XEmacs
9953         compatibility.
9955 2000-09-04  Gerd Moellmann  <gerd@gnu.org>
9957         * vc.el (vc-dired-resynch-file): Add autoload cookie.
9959         * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
9961         * Makefile.in (DONTCOMPILE): Fix typo in file name.
9963 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
9965         * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
9966         don't support anything else under SCCS yet.
9968         * vc-hooks.el: Minor doc fixes.
9970 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
9972         * vc.el (vc-next-action-on-file): Do not visit the file if it's
9973         not necessary.  If verbose in state `needs-patch', do the same as
9974         under `up-to-date'.  When NOT verbose and `needs-patch', check out
9975         latest version instead of `merge-news'.
9976         (vc-next-action-dired): Don't mess with default-directory here; it
9977         breaks other parts of dired.  It is the job of the
9978         backend-specific functions to adjust it temporarily if they need it.
9979         (vc-next-action): Remove a special CVS case.
9980         (vc-clear-headers): New optional arg FILE.
9981         (vc-checkin, vc-checkout): Set properties vc-state and
9982         vc-checkout-time properly.
9983         (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
9984         (vc-print-log): Use new backend function `show-log-entry'.
9985         (vc-cancel-version): Do the checks in a different order.  Added a
9986         FIXME concerning RCS-only code.
9988         * vc-rcs.el (vc-rcs-show-log-entry): New function.
9989         (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
9991         * vc-cvs.el (vc-cvs-show-log-entry): New function.
9993         * vc-hooks.el (vc-default-mode-line-string): Show state
9994         `needs-patch' as a `-' too.
9996 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
9998         * vc.el (vc-responsible-backend): New optional arg REGISTER.
9999         (vc-default-could-register): New function.
10000         (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
10001         (vc-resynch-buffer): Call vc-dired-resynch-file.
10002         (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
10003         vc-resynch-buffer instead of vc-resynch-window.
10004         (vc-next-action-dired): Don't redisplay here, that gets done as a
10005         result of the individual file operations.
10006         (vc-retrieve-snapshot): Corrected prompt order.
10008         * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
10010         * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
10011         as well.
10012         (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p.  Handle
10013         hostname regexps.  Updated all callers.
10014         (vc-cvs-responsible-p): Handle directories as well.
10015         (vc-cvs-could-register): New function.
10016         (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
10017         properties up-to-date.
10019         * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
10020         user whether to create one.
10022 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
10024         * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
10025         check out a non-existing file.
10027         * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
10028         workfile does not exist.
10030         * vc.el (vc-version-diff): Use `require' to check for existence of
10031         diff-mode.
10033 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
10035         * vc-cvs.el (vc-cvs-registered): Use new function
10036         vc-cvs-parse-entry to do the actual work.
10038 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
10040         * vc-hooks.el (vc-find-backend-function): If function doesn't
10041         exist, return nil instead of error.
10042         (vc-call-backend): Doc fix.
10044         * vc.el (vc-do-command): Doc fix.
10045         (vc-finish-logentry): When checking in from vc-dired, choose the
10046         right backend for logentry check.
10047         (vc-dired-mode-map): Inherit from dired-mode-map.
10048         (vc-dired-mode): Local value of dired-move-to-filename-regexp
10049         simplified.
10050         (vc-dired-state-info): Removed, updated caller.
10051         (vc-default-dired-state-info): Use parentheses instead of hyphens.
10052         (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
10053         (vc-dired-listing-switches): New variable.
10054         (vc-directory): Use it, instead of dired-listing-switches.
10056         * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
10057         (vc-cvs-dir-state): New function.
10058         (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
10059         (vc-cvs-parse-entry): New function, also to be used in
10060         vc-cvs-registered.
10062 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
10064         * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
10065         *or* single-window-frames.
10067 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
10069         * vc.el (vc-update-changelog): Split into generic part and default
10070         implementation.  Doc string adapted.
10071         (vc-default-update-changelog): New function.  Call the `rcs2log'
10072         script in exec-directory, to fix a long-standing nuisance.
10074         * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
10075         simply signals an error.
10077 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
10079         * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
10080         control-flow more clear and to avoid running `cvs' twice.
10082         * vc.el (vc-next-action-on-file): Doc fix.
10083         (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
10084         (vc-print-log): Eval `file' before constructing the continuation.
10086 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
10088         * vc.el (vc-next-action-on-file): Corrected several messages.
10089         (vc-merge): Add prefix arg `merge-news'; handle it.
10091         * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
10092         is not reached.  It is.
10093         (vc-cvs-merge): Set state to 'edited after merge.
10094         (vc-cvs-merge-news): Set workfile version to nil if not known.
10095         (vc-cvs-latest-on-branch-p): Recommented.  Candidate for removal.
10097         * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
10098         via stdout. (Merge from main line.)
10100 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
10102         * vc.el (vc-finish-logentry): Thinko in the "same comment"
10103         detection.
10105 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
10107         * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
10108         against kill-all-local-variables.
10109         (vc-log-edit): Don't save vc-parent-buffer any more.
10110         (vc-last-comment-match): Initialize to an empty string.
10111         (vc-post-command-functions): New hook.
10112         (vc-do-command): Run it.
10113         (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
10114         (vc-finish-logentry): Only add the comment to the ring if it's
10115         different from the last comment entered.
10116         (vc-new-comment-index): New function.
10117         (vc-previous-comment): Use it.  Make the minibuffer message
10118         slightly less terse.
10119         (vc-comment-search-reverse): Make it work forward as well.  Don't
10120         set vc-comment-ring-index if no match is found.  Use
10121         vc-new-comment-index.
10122         (vc-comment-search-forward): Use vc-comment-search-reverse.
10123         (vc-dired-mode-map): Don't inherit from dired-mode-map since
10124         define-derived-mode will do it for us.  Bind `v' to a keymap that
10125         inherits from vc-prefix-map so that we can bind `vt' without
10126         binding C-x v t.
10127         (vc-retrieve-snapshot): Parenthesis typo.
10129         * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
10130         to 1.  Make sure to switch to *vc* before looking for an error
10131         message.  Use vc-parse-buffer.
10133 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
10135         * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
10136         and NAME.
10137         (vc-retrieve-snapshot): Split into two parts.
10138         (vc-default-retrieve-snapshot): New function.
10140         * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
10141         (vc-cvs-retrieve-snapshot): New function (untested).
10142         (vc-cvs-stay-local): Default to t.
10143         (vc-cvs-remote-p): New function and property.
10144         (vc-cvs-state): Stay local only if the above is t.
10145         (vc-handle-cvs): Removed.
10146         (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
10147         done via vc-handled-backends now.
10148         (vc-cvs-header): Escape Id.
10150 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
10152         * vc.el (vc-do-command): Remove unused commands.
10153         (vc-version-diff): Make sure default-directory ends with a slash.
10154         Move the window commands into a vc-exec-after.
10155         (vc-print-log): Move more of the code into the `vc-exec-after'.
10157 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
10159         * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
10160         (vc-print-log): Search current revision from beginning of buffer.
10161         (vc-revert-buffer): Clear echo area after the diff is finished.
10162         (vc-prefix-map): Removed definition of "t" for terse display in vc
10163         dired.
10164         (vc-dired-mode-map): Inherit from dired-mode-map.  Added
10165         definition of "vt" for terse display.
10166         (vc-dired-mode): Fix dired-move-to-filename-regexp.
10168 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
10170         * vc.el (vc-exec-after): Avoid caddr.
10172 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
10174         * vc.el (vc-exec-after): New function.
10175         (vc-do-command): Use it to add a termination message for async
10176         procs.
10177         (vc-checkout): Try to handle a missing-backend situation.
10178         (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
10179         of a directory with a backend using async diffs.
10180         (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
10181         present.
10183         * vc-sccs.el (vc-sccs-state-heuristic): Use
10184         file-ownership-preserved-p.
10186         * vc-rcs.el (vc-rcs-state-heuristic): Use
10187         file-ownership-preserved-p.
10188         (vc-rcs-checkout): Remove the error-handling for missing-rcs.
10190 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
10192         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
10193         vc-do-command.
10195         * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
10196         when there are no changes.
10198 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
10200         * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
10202         * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
10204 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
10206         * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
10208         * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
10209         the `fset' outside of the defvar so that it works even if
10210         vc-prefix-map was already defined.
10211         (vc-setup-buffer): New function, split out of vc-do-command.
10212         (vc-do-command): Allow BUFFER to be t to mean `just use the
10213         current buffer without any fuss'.
10214         (vc-version-diff): Change the `diff' backend operation to just put
10215         the diff in the current buffer without erasing it.  Always use
10216         *vc-diff* even for directory-diffs.  Use vc-setup-buffer.  Protect
10217         shrink-window-if-larger-than-buffer.
10218         (vc-print-log): Change the `print-log' backend operation to just
10219         put the log in the current buffer without erasing it.  Protect
10220         shrink-window-if-larger-than-buffer.
10221         (vc-update-change-log): Fix setd typo.
10223         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
10224         (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
10226         * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
10227         (vc-rcs-diff): Insert in the current buffer and remove unused arg
10228         CMP.
10230         * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
10231         with-temp-file.  Use the new BUFFER=t argument to vc-do-command.
10232         (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
10234 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
10236         * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
10237         not possible, use vc-BACKEND-workfile-unchanged-p.
10238         (vc-default-workfile-unchanged-p): New function.  Delegates to a
10239         full vc-BACKEND-diff.
10241         * vc-hooks.el (vc-simple-command): Removed.
10243         * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
10244         instead of vc-simple-command.
10245         (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
10246         avoid doing a diff when opening a file.
10247         (vc-rcs-state): Added check for unlocked-changes.
10248         (vc-rcs-header): Escape Id.
10249         (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
10250         (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
10251         version.
10253         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
10254         (vc-sccs-diff): Remove optional arg CMP.
10255         (vc-sccs-state): Call vc-workfile-unchanged-p, not the
10256         SCCS-specific function.
10258         * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
10259         vc-simple-command.
10261 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
10263         * vc.el (vc-editable-p): Renamed from vc-writable-p.
10264         (with-vc-file, vc-merge): Use vc-editable-p.
10265         (vc-do-command): Remove unused var vc-file and fix the
10266         doubly-defined `status' var.  Add a user message when starting an
10267         async command.
10268         (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
10269         (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
10270         Use with-current-buffer.
10271         (vc-buffer-sync): Use unless.
10272         (vc-next-action-on-file): If the file is 'edited by read-only,
10273         make it read-write instead of trying to commit.
10274         (vc-version-diff, vc-update-change-log): Use `setq
10275         default-directory' rather than `cd'.
10276         (vc-log-edit): Don't forget to set default-directory in the
10277         buffer.
10279         * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
10280         (vc-sccs-state-heuristic): Use file-writable-p instead of
10281         comparing userids.
10282         (vc-sccs-checkout): Use `unless'.
10284         * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
10285         of comparing userids.
10286         (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
10287         Simplify the logic by eliminating unreachable code.
10288         (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
10289         just do a recursive call if we need to retry.
10290         (vc-rcs-checkout): Handle the case where rcs is missing by making
10291         the buffer read-write if requested and re-signalling the error.
10293         * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
10295 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
10297         * vc-hooks.el (vc-handled-backends): Docstring change.
10298         (vc-ignore-vc-files): Mark obsolete.
10299         (vc-registered): Check vc-ignore-vc-files.
10300         (vc-find-file-hook, vc-file-not-found-hook): Don't check
10301         vc-ignore-vc-files.
10303         * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
10305 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
10307         * vc.el (vc-checkout): Don't do anything special for ange-ftp
10308         files since ange-ftp already has vc-registered return nil.
10310         * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
10311         (vc-sccs-workfile-version): Use with-temp-buffer and new
10312         vc-parse-buffer and don't bother setting the property.
10313         (vc-sccs-add-triple): Use with-current-buffer and
10314         find-file-noselect.
10315         (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
10317         * vc-rcs.el (vc-rcs-find-most-recent-rev): New function.  The code
10318         derives from the old vc-parse-buffer but uses the revision number
10319         rather than the date (much easier to compare robustly).
10320         (vc-rcs-fetch-master-state): Use `with-temp-buffer'.  Adapt to the
10321         new vc-parse-buffer (and vc-rcs-find-most-recent-rev).  Find the
10322         locking-user more directly.  Check strict locking and set
10323         checkout-model appropriately.
10324         (vc-rcs-parse-locks): Remove.
10325         (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
10326         new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
10327         (vc-rcs-system-release): Use with-current-buffer and
10328         vc-parse-buffer.
10329         (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
10331         * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
10332         (vc-simple-command): Docstring fix.
10333         (vc-registered): Align the way the file-handler is called with the
10334         way the function itself works.
10335         (vc-file-owner): Remove.
10337         * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer.  Reorder
10338         extraction of fields and call to file-attributes because of a
10339         temporary bug in rcp.el.
10340         (vc-cvs-fetch-status): Use with-current-buffer.
10342 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
10344         * vc.el (vc-do-command): Use file-relative-name.
10345         (vc-responsible-backend): Use vc-backend if possible.
10346         (vc-create-snapshot): Improve the `interactive' spec. Add support
10347         for branches and dispatch to backend-specific `create-snapshot'.
10348         (vc-default-create-snapshot): New function, containing the bulk of
10349         the old vc-create-snapshot.
10350         (vc-retrieve-snapshot): Improve the interactive spec.
10352         * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
10353         (vc-backend-hook-functions): Remove.
10354         (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
10355         (vc-backend): Reintroduce the test for `file = nil' now that I
10356         know why it was there (and added a comment to better remember).
10358         * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
10359         code from vc-sccs-hooks.el.
10360         (vc-sccs-release, vc-sccs-system-release): Remove.  Don't require
10361         'vc anymore.
10362         (vc-sccs-responsible-p): Use expand-file-name instead of concat
10363         and file-directory-p instead of file-exists-p.
10364         (vc-sccs-check-headers): Simplify the regexp.
10366         * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
10367         from vc-rcs-hooks.el.  Don't require 'vc anymore.
10368         (vc-rcs-responsible-p): Use expand-file-name instead of concat and
10369         file-directory-p instead of file-exists-p.
10371         * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
10372         from vc-cvs-hooks.el.
10373         (proto vc-cvs-registered): Require 'vc-cvs instead of
10374         'vc-cvs-hooks.  Don't require 'vc anymore.
10375         (vc-cvs-responsible-p): Use expand-file-name instead of concat and
10376         file-directory-p instead of file-exists-p.
10377         (vc-cvs-create-snapshot): New function, replacing
10378         vc-cvs-assign-name.
10379         (vc-cvs-assign-name): Remove.
10381 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
10383         * vc-cvs.el (vc-cvs-header): New var.
10385         * vc-rcs.el (vc-rcs-exists): Remove.
10386         (vc-rcs-header): New var.
10388         * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
10389         `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
10390         (vc-sccs-header): New var.
10392         * vc.el (vc-do-command): Get rid of the `last' argument.
10393         (vc-header-alist): Remove, replaced by vc-X-header.
10394         (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
10395         (vc-dired-hook): Use expand-file-name instead of concat.
10396         (vc-directory): Use file-name-as-directory.
10397         (vc-snapshot-precondition, vc-create-snapshot)
10398         (vc-retrieve-snapshot): Allow the command to operate on any
10399         directory.
10401         * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
10402         just removing the 'WORKFILE argument or by removing the 'MASTER
10403         argument and replacing `file' with (vc-name file).
10405 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
10407         * vc.el: Update Copyright and add a crude list of backend funs.
10408         (vc-writable-p): New function.
10409         (with-vc-file): Use vc-writable-p.
10410         (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
10411         (vc-register): Avoid vc-name.
10412         (vc-locking-user): Remove.
10413         (vc-steal-lock): Make the `owner' arg non-optional.
10414         (vc-merge): Use vc-writable-p instead of vc-locking-user and
10415         vc-checkout-model.
10416         (vc-default-dired-state-info): Use vc-state instead of
10417         vc-locking-user and return special strings for special states.
10418         (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
10419         and get rid of one of the special CVS cases.
10420         (vc-cancel-version): prettify error message with \\[...].
10421         (vc-rename-master): New function.
10422         (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
10423         use vc-rename-master) instead of vc-BACKEND-record-rename.  Make
10424         the CVS special case generic.
10425         (vc-default-record-rename): Remove.
10426         (vc-file-tree-walk-internal): Only call FUNC for files that are
10427         under control of some VC backend and replace `concat' with
10428         expand-file-name.
10429         (vc-file-tree-walk): Update docstring.
10430         (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
10431         (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
10433         * vc-sccs.el (vc-sccs-rename-file): Renamed from
10434         vc-sccs-record-rename.  Use `find-file-noselect' rather than
10435         `find-file' and call `vc-rename-master' to do the actual move.
10436         (vc-sccs-diff): Remove unused `backend' variable.
10438         * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
10439         to delay loading of vc-sccs until it is really used.
10440         (vc-sccs-master-templates): Preload.
10441         (vc-sccs-state): Update call to vc-sccs-parse-locks.
10442         (vc-sccs-project-dir): Remove (merged into
10443         vc-sccs-search-project-dir).
10444         (vc-sccs-search-project-dir): Rewrite using file name handling ops
10445         rather than `concat', make sure it is preloaded and don't bother
10446         to check that the file actually exists.
10447         (vc-sccs-parse-locks): Remove unused `file' argument, remove
10448         `locks' argument (use buffer's content instead) and eliminate n^2
10449         behavior.
10451         * vc-rcs.el: Update Copyright.
10452         (vc-rcs-rename-file): New function.
10453         (vc-rcs-diff): Remove unused `backend' variable.
10455         * vc-hooks.el: Update Copyright.
10456         (vc-backend): Don't accept a nil argument any more.
10457         (vc-up-to-date-p): Turn into a defsubst.
10458         (vc-possible-master): New function.
10459         (vc-check-master-templates): Use `vc-possible-master' and allow
10460         funs in vc-X-master-templates to return a non-existent file.
10462         * vc-cvs.el: Update Copyright.
10463         (vc-cvs-diff): Remove unused `backend' variable.
10464         (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
10466         * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
10468 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
10470         * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
10471         since it can be called from vc-rcs.el.
10472         (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
10474 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
10476         * vc.el (vc-version-diff): Expand file name read from the
10477         minibuffer.  Handle the case when a previous version number can't
10478         be guessed.  Give suitable messages when there were no differences
10479         found.
10480         (vc-clear-headers): Call backend-specific implementation, if one
10481         exists.
10482         (vc-cancel-version): Made error checks generic.  When done, clear
10483         headers generically, too.
10485         * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
10486         from vc-clear-headers in vc.el.
10488         * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
10489         correctly.
10490         (vc-rcs-latest-on-branch-p): Made second argument VERSION
10491         optional.  Handle the case when it's not there.
10493 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
10495         * vc.el (vc-locking-user): Moved from vc-hooks.el.
10497 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
10499         * vc-hooks.el (vc-loadup): Remove.
10500         (vc-find-backend-function): Use `require'.  Also, handle the case
10501         where vc-BACKEND-hooks.el doesn't exist.
10502         (vc-call-backend): Cleanup.
10504 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
10506         * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
10507         vc-rcs-grab-templates)
10508         (vc-rcs-registered): Remove.  The default function works as well.
10509         * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
10510         vc-sccs-grab-templates)
10511         (vc-sccs-registered): Remove.  The default function works as well.
10513         * vc.el (vc-version-diff): Left out a vc- in call to
10514         vc-call-backend.
10515         (vc-default-dired-state-info, vc-default-record-rename)
10516         (vc-default-merge-news): Update for the new backend argument.
10518         * vc-hooks.el (vc-find-backend-function): Return a cons cell if
10519         using the default function.
10520         (vc-call-backend): If calling the default function, pass it the
10521         backend as first argument.  Update the docstring accordingly.
10522         (vc-default-state-heuristic, vc-default-mode-line-string): Update
10523         for the new backend argument.
10524         (vc-make-backend-sym): Renamed from vc-make-backend-function.
10525         (vc-find-backend-function): Use the new name.
10526         (vc-default-registered): New function.
10528 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
10530         * vc.el (vc-merge): Use vc-find-backend-function.
10532         * vc-hooks.el (vc-backend-functions): Remove.
10533         (vc-loadup): Don't setup 'vc-functions.
10534         (vc-find-backend-function): New function.
10535         (vc-call-backend): Use above fun and populate 'vc-functions
10536         lazily.
10537         (vc-backend-defines): Remove.
10539 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
10541         * vc.el (vc-register): Put a FIXME note for a newly found bug.
10542         Call vc-call-backend without the leading vc-.
10543         (vc-responsible-backend, vc-finish-logentry, vc-annotate)
10544         (vc-check-headers): Call vc-call-backend without the leading vc-.
10545         (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
10546         (vc-annotate-display): Replace confusing use of `cond' with `or'.
10547         Call vc-call-backend without the leading vc-.
10549         * vc-cvs.el (tail): Provide vc-cvs.
10550         * vc-sccs.el (tail): Provide vc-sccs.
10551         * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
10553         * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
10554         (vc-make-backend-function, vc-call): Pass names without leading
10555         `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
10556         (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
10557         (vc-call-backend): Always try to load vc-X-hooks.
10558         (vc-registered): Remove vc- in call to vc-call-backend.
10560 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
10562         * vc.el (vc-process-filter): New function.
10563         (vc-do-command): Setup `vc-process-filter' for the async process.
10564         (vc-maybe-resolve-conflicts): New function to reduce
10565         code-duplication.  Additionally, it puts the buffer in
10566         `smerge-mode' if applicable.
10567         (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
10568         calling `merge-news'.
10569         (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
10570         (vc-log-edit): New function.  Replacement for `vc-log-mode' by
10571         interfacing to log-edit.el.
10572         (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
10573         log-edit is available.
10574         (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
10576 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
10578         * vc.el (vc-register): Remove `vc-buffer-backend' setup.
10579         (vc-log-mode-map): New name for vc-log-entry-mode and merge the
10580         defvar and the initialization.
10581         (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
10583         * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
10584         (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
10586         * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
10588 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
10590         * vc.el (vc-file-clear-masterprops): Removed.
10591         (vc-checkin, vc-revert-buffer): Removed calls to the above.
10592         (vc-version-diff): Use buffer-size without argument.
10593         (vc-register): Heed vc-initial-comment.
10595         * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
10596         default branch.
10598         * vc-rcs.el (vc-rcs-register): Parse command output to find master
10599         file name and workfile version.
10600         (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
10602         * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
10603         vc-file-clear-masterprops.
10605         * vc-sccs.el (vc-sccs-checkout): Removed call to
10606         vc-file-clear-masterprops.  If writable, set vc-state to 'edited
10607         rather than user login name.
10610 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
10612         * vc.el (vc-workfile-unchanged-p): Remove unused argument
10613         `want-differences-if-changed' and simplify.
10614         (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
10615         (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
10616         output (which is invalid for async vc-diff) to decide whether to
10617         do the revert silently or not.
10619 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
10621         * vc-hooks.el (vc-loadup): Load files quietly.
10622         (vc-call-backend): Oops, brain fart.
10624 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
10626         * vc-cvs.el (vc-cvs-state): Typo.
10627         (vc-cvs-merge-news): Return the status code rather than the error msg.
10629 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
10631         * vc.el (with-vc-file, vc-next-action, vc-version-diff)
10632         (vc-dired-mark-locked): Replaced usage of vc-locking-user with
10633         vc-state or vc-up-to-date-p.
10634         (vc-merge): Use vc-backend-defines to check whether merging is
10635         possible.  Set state to 'edited after successful merge.
10637         * vc-hooks.el (vc-locking-user): If locked by the calling user,
10638         return that name.  Redocumented.
10640 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
10642         * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
10643         new `vc-state' semantics.
10644         (vc-finish-steal): Set 'vc-state to 'edited rather than setting
10645         'vc-locking-user to the current user.
10646         (vc-merge): Inline vc-backend-merge.  Comment out code that I
10647         don't understand and hence can't adapt to the new `vc-state' and
10648         `vc-locking-user' semantics.
10649         (vc-backend-merge): Remove.
10651         * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
10652         rather than 'vc-locking-user.
10654         * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
10656         * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
10657         (vc-state): Don't use 'reserved any more.  Just use the same
10658         convention as the one used for vc-<backend>-state where the
10659         locking user (as a string) is returned.
10660         (vc-locking-user): Update, based on the above convention. The
10661         'vc-locking-user property has disappeared.
10662         (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
10664         * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
10665         with a heuristic one.
10666         (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
10667         (vc-cvs-checkin): Do a trivial parse to set the state in case of
10668         error.  That allows us to get to 'needs-merge even in the
10669         stay-local case.  There's still no way to detect 'needs-patch in
10670         such a setup (or to force an update for that matter).
10671         (vc-cvs-logentry-check): Remove, the default works as well.
10673 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
10675         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
10677         * vc.el (vc-do-command): kill-all-local-variables, to reset any
10678         major-mode in which the buffer might have been put earlier.  Use
10679         `remove' and `when'.  Allow `okstatus' to be `async' and use
10680         `start-process' in this case.
10681         (vc-version-diff): Handle the case where the diff looks empty
10682         because of the use of an async process.
10684 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
10686         * vc.el (vc-next-action-on-file): Removed optional parameter
10687         `simple'.  Recompute state unconditionally.
10688         (vc-default-toggle-read-only): Removed.
10690         * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
10691         (vc-toggle-read-only): Undid prev change.
10693         * vc-cvs.el (vc-cvs-stay-local): Renamed from
10694         vc-cvs-simple-toggle.  Redocumented.
10695         (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
10696         (vc-cvs-toggle-read-only): Removed.
10698 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
10700         * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
10701         (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
10702         (vc-release-greater-or-equal-p): Move to vc-rcs.el.
10703         (vc-file-clear-masterprops): Braindead "fix".  It was a nop and
10704         still is. So maybe it should be removed.
10705         (vc-head-version, vc-find-binary): Remove.
10706         (vc-recompute-state): Move from vc-hooks.el.
10707         (vc-next-action-on-file): Add a `simple' argument to allow
10708         avoiding the `recompute' step (use for vc-cvs-simple-toggle).
10709         (vc-default-toggle-read-only, vc-default-record-rename): New funs.
10710         (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
10711         (vc-dired-mode-map): Properly defvar it.
10712         (vc-print-log): Call log-view-mode if available.
10713         (small-temporary-file-directory): defvar instead of use boundp.
10714         (vc-merge-news): Moved to vc-cvs.el.
10715         (vc-default-merge-news): New function.
10717         * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
10718         (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
10719         (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
10720         unknown `vc-latest-version' function.  It should probably refer to
10721         vc-workfile-version or somesuch, but it's very unclear to me and I
10722         don't have SCCS to test things.
10724         * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
10725         (vc-sccs-state-heuristic): Fix typo.
10726         (vc-sccs-workfile-unchanged-p): Add missing argument.
10728         * vc-rcs.el: Require vc and vc-rcs-hooks.
10729         (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
10730         (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
10731         (vc-release-greater-or-equal-p): Move from vc.
10732         (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
10733         vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
10734         (vc-rcs-checkout): Add a missing `new-version' argument in the
10735         call to vc-rcs-latest-on-branch-p.  Hopefully that was the right one.
10737         * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
10738         (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
10739         (vc-rcs-latest-on-branch-p): Use the `version' argument rather
10740         than the apparently unbound `workfile-version'.
10742         * vc-hooks.el (vc-master-templates): Def the obsolete var.
10743         (vc-file-prop-obarray): Use `make-vector'.
10744         (vc-backend-functions): Add new hookable functions
10745         vc-toggle-read-only, vc-record-rename and vc-merge-news.
10746         (vc-loadup): If neither backend nor default functions exist, use
10747         the backend function rather than nil.
10748         (vc-call-backend): If the function if not bound yet, try to load
10749         the non-hook file to see if it provides it.
10750         (vc-call): New macro plus use it wherever possible.
10751         (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
10752         nor `vc-find-binary' since it's only called from
10753         vc-mistrust-permission which is only used once the backend is known.
10754         (vc-checkout-model): Fix parenthesis.
10755         (vc-recompute-state, vc-prefix-map): Move to vc.el.
10757         * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
10758         (vc-cvs-release, vc-cvs-system-release): Remove.
10759         (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
10760         (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
10761         status symbols.
10762         (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
10763         (vc-cvs-toggle-read-only): First cut at a function to allow a
10764         cvs-status-free vc-toggle-read-only.
10765         (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
10766         (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
10767         vc-cvs-status.  Also set vc-state rather than vc-locking-user.
10768         (vc-cvs-checkout): Modify access rights directly if the user
10769         requested not to use `cvs edit'.  And refresh the mode line.
10771         * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
10772         (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
10774 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
10776         * vc-cvs.el (vc-cvs-checkout): Docstring fix.  Added a `(if
10777         workfile' that got lost when the code was extracted from vc.el.
10778         And merged the tail with the rest of the code (not possible in the
10779         old vc.el where the tail was shared among all backends).  And
10780         explicitly set the state to 'edited if `writable' is set.
10782         * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
10783         (vc-cvs-state): Be careful to return the value from
10784         vc-cvs-parse-state.
10785         (vc-cvs-parse-status): Use expand-file-name.  Don't set 'vc-state
10786         property but return it instead.  Also be careful to handle a nil
10787         or "" `rev' when workfile is non-nil (it was handled properly when
10788         workfile was nil).
10790         * vc.el: Removed those pesky unnecessary `(function' quotes.
10791         (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
10792         directly in the defvar.
10793         (vc-do-command): Bind inhibit-read-only so as to properly handle
10794         the case where the destination buffer has been made read-only.
10795         (vc-diff): Delegate to vc-version-diff in all cases.
10796         (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
10797         (vc-annotate-mode-variables): Removed (code moved partly to
10798         defvars and partly to vc-annotate-add-menu).
10799         (vc-annotate-mode): Turned into a derived-mode.
10800         (vc-annotate-add-menu): Moved in code in
10801         vc-annotate-mode-variables.
10802         (vc-update-change-log): Use make-temp-file if available.
10804 2000-09-04  Martin Lorentzson  <martinl@delysid.gnu.org>
10806         * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
10807         `vc-checkout-model' updated to `vc-cvs-update-model'.
10809 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
10811         * vc.el (vc-next-action-on-file): Added handling of state
10812         `unlocked-changes'.
10813         (vc-checkout-carefully): Is now practically obsolete, unless the
10814         above is too slow to be enabled unconditionally.
10815         (vc-update-change-log): Fixed typo.
10817         * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
10819         * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
10820         Now handles state `unlocked-changes'.
10821         (vc-sccs-workfile-unchanged-p): New function, to support the above.
10823         * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
10825         * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
10826         (vc-rcs-fetch-master-state): Bug fixes.  Recognize state
10827         `unlocked-changes'.
10828         (vc-rcs-workfile-unchanged-p): Renamed from
10829         `vc-rcs-workfile-unchanged'.  This is not a real backend-specific
10830         function yet, but supposed to become one soon.
10832         * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
10833         `vc-steal-lock'.
10834         (vc-call-backend): Changed error message.
10835         (vc-state): Added description of state `unlocked-changes'.
10837 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
10839         * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
10840         always return t in CVS-controlled directories.
10842         * vc.el (vc-responsible-backend): New function.
10843         (vc-register): Largely rewritten.
10844         (vc-admin): Removed (implementation moved into vc-register).
10845         (vc-checkin): Redocumented.
10846         (vc-finish-logentry): If no backend defined yet (because we are in
10847         the process of registering), use the responsible backend.
10849         * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
10850         Updated function lists.
10851         (vc-call-backend): Fixed typo.
10853         * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
10854         New functions.
10855         (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
10856         Removed query option.  Redocumented.
10858 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
10860         * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
10862         * vc.el: Updated callers of `vc-checkout-required' to use
10863         `vc-checkout-model'.
10865 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
10867         * vc-rcs.el (vc-rcs-backend-release-p): function added.  other
10868         stuff updated to reference this function instead of the old
10869         `vc-backend-release-p'.
10871 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
10873         * vc-sccs-hooks.el (vc-uses-locking): Renamed to
10874         vc-checkout-model.  Return appropriate values.  Updated callers.
10876 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
10878         * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
10879         (vc-backend-revert): Function moved into `vc-revert';
10880         `vc-next-action' must be updated to accomodate this change.
10881         (vc-backend-steal): Function moved into `vc-finish-steal'.
10882         (vc-backend-logentry-check): Function moved into
10883         `vc-finish-logentry'.
10884         (vc-backend-printlog): Function moved into `vc-print-log'.
10885         (vc-backend-uncheck): Function moved into `vc-cancel-version'.
10886         (vc-backend-assign-name): Function moved into
10887         `vc-create-snapshot'.
10889 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
10891         * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
10892         Rename to vc-checkout-model.  Return appropriate values.
10893         Update callers.
10895         * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
10896         to vc-checkout-model.
10897         (vc-checkout-required): Rename to vc-checkout-model.
10898         Re-implement and re-comment.
10899         (vc-after-save): Use vc-checkout-model.
10901 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
10903         * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
10904         Update to use the vc-BACKEND-diff functions instead.
10905         `vc-diff' is now working.
10907         * vc-rcs.el (vc-rcs-logentry-check): New function.
10909         * vc-cvs.el (vc-cvs-logentry-check): New function.
10911         * vc-sccs.el (vc-sccs-diff): Function changed name from
10912         `vc-backend-diff'.  This makes `vc-diff' work.
10914         * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
10915         of functions possibly implemented in a vc-BACKEND library.
10916         (vc-checkout-required): Fix bug that caused an error to be
10917         signaled during `vc-after-save'.
10919         * vc.el: Fix typo.
10920         This checkin is made with our new VC code base for the very first time.
10921         A simple `(vc-checkin (buffer-file-name))' was used to perform it.
10923         * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
10924         `vc-checkout-required' updated to `vc-cvs-uses-locking'.
10926         * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
10927         updated to `vc-uses-locking'.
10928         (vc-checkout-required): Call to backend function.
10929         `vc-checkout-required' updated to `vc-uses-locking' instead.
10931         * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
10932         `vc-checkout-required' updated to `vc-rcs-uses-locking'.
10934         * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
10935         to match the split into various backends.
10936         (vc-backend-checkin): Remove.  Merge with `vc-checkin'.
10937         (vc-retrieve-snapshot): Bug fix.
10939 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
10941         * vc-sccs.el (vc-sccs-release): Doc fix.
10943 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
10945         * vc.el (vc-next-action-on-file): Bug found and fixed.
10946         (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
10947         (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
10949         * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
10950         (vc-rcs-checkout): Name space cleaned up.  No more revision number
10951         crunching function names that are not prefixed with vc-rcs.
10952         (vc-rcs-checkout-model): Function added.  References to
10953         `vc-checkout-model' replaced.
10955 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
10957         * vc.el (vc-next-action-on-file): Rewritten for the new state model.
10958         (vc-backend-merge-news): Renamed to `vc-merge-news'.  (Specific parts
10959         still need to be split, and implemented for RCS).
10961 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
10963         * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
10965         * vc-sccs.el (vc-sccs-admin): Added the query-only option as
10966         required by the vc.el file.
10968         * vc-rcs.el (vc-rcs-admin): Added the query-only option as
10969         required by the vc.el file.
10970         (vc-rcs-exists): Function added.
10972         * vc-cvs.el (vc-cvs-admin): Added the query-only option as
10973         required by the vc.el file.
10975         * vc.el (vc-admin): Updated to handle selection of appropriate
10976         backend.  Current implementation is crufty and need re-thinking.
10978         * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
10980 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
10982         * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
10983         beginning of annotate buffers correctly.
10985         * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
10986         (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
10987         functionality updated quite a lot to support multiple backends.
10988         Variables `vc-annotate-mode', `vc-annotate-buffers',
10989         `vc-annotate-backend' added.
10991         * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
10992         `vc-annotate-difference' added to supported backend functions.
10994 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
10996         * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
10997         Use with-temp-file instead of /bin/sh.  Merged from mainline
10999 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
11001         * vc-sccs-hooks.el (vc-sccs-registered): Updated.
11003         * vc-rcs-hooks.el (vc-rcs-registered): Updated.
11005         * vc-cvs-hooks.el (vc-cvs-registered): Updated.
11007 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
11009         * vc-hooks.el: vc-state-heuristic added to
11010         vc-backend-hook-functions.
11012         * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
11014         * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
11016         * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
11017         `vc-uses-locking' to `vc-checkout-required'.  Rename the `locked'
11018         state to `reserved'.
11020         * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
11021         `vc-checkout-required'.  Rename the `locked' state to `reserved'.
11023 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
11025         * vc-rcs-hooks.el: Implement new state model.  Hardly anything
11026         untouched.
11028         * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
11030         * vc.el (vc-update-change-log): Use small-temporary-file-directory,
11031         if defined.  (Merged from main line, slightly adapted.)
11033         * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
11034         millenium problem (merged from mainline).
11036 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
11038         * vc-cvs.el: Split the annotate feature into a BACKEND-specific
11039         part and moved the non-BACKEND stuff to vc.el.
11041         * vc.el: Split the annotate feature into a BACKEND specific part
11042         and moved it from the vc-cvs.el file to this one.
11044 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
11046         * vc-hooks.el: Implement new state model.
11047         (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
11048         (vc-locking-user): Simplify.  Now only needed if the file is
11049         locked by somebody else.
11050         (vc-lock-from-permissions): Remove.  Functionality is in
11051         vc-sccs-hooks.el and vc-rcs-hooks.el now.
11052         (vc-mode-line-string): New name for former vc-status.  Adapted.
11053         (vc-mode-line): Adapt to use the above.  Remove optional parameter.
11055         * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
11056         Various simplifications and adaptations all over the place.
11058         * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
11059         Simplify and adapt the rest.
11061         * vc.el (vc-resynch-window): Add TODO comment: check for
11062         interaction with view mode according to recent RCS change.
11063         (vc-backend-merge-news): Merge "CMUP" patch from mainline.
11065 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
11067         * vc.el: Convert the remaining function comments to docstrings.
11069 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
11071         * vc.el (vc-backend-release, vc-release-greater-or-equal)
11072         (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
11073         (vc-minor-part, vc-previous-version): Functions that operate and
11074         compare revision numbers got proper documentation.  Comments added
11075         about their possible removal.
11077 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
11079         * vc.el (vc-latest-on-branch-p): Function removed and replaced in
11080         the vc-backend.el files.
11082         * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
11084         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
11085         (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
11086         (vc-rcs-previous-version): Functions added.
11088         * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
11090         * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
11092 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
11094         * vc-hooks.el (vc-master-templates): Is really obsolete.
11095         Comment out the definition for now.  What is the right procedure
11096         to get rid of it?
11097         (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
11098         rewritten.
11099         (vc-default-registered): Remove.
11100         (vc-check-master-templates): New function; does mostly what the
11101         above did before.
11102         (vc-locking-user): Don't rely on the backend to set the property.
11104         * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
11105         Rewrite documentation.
11106         (vc-rcs-templates-grabbed): New variable.
11107         (vc-rcs-grab-templates): New function.
11108         (vc-rcs-registered): Rewrite to use above mechanism.
11110         * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
11111         Rewrite documentation.
11112         (vc-sccs-templates-grabbed): New variable.
11113         (vc-sccs-grab-templates): New function.
11114         (vc-sccs-registered): Rewrite to use above mechanism.
11115         (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
11116         Don't throw the result, simply return it.
11118         * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
11119         (vc-cvs-find-master): Remove.  Code is now in vc-cvs-registered.
11120         (vc-cvs-registered): Does the check itself now.  Simplify.
11122         * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
11123         from main line.
11125 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
11127         * vc-cvs.el (vc-cvs-diff): New function.
11129         * vc-sccs.el (vc-sccs-diff): New function.
11131         * vc-rcs.el (vc-rcs-diff): New function.
11132         (vc-rcs-checkout): Bug (typo) found and fixed.
11133         (vc-rcs-register-switches): New variable.
11135         * vc.el (vc-backend-diff): Function removed and placed in the
11136         backend files.
11138 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
11140         * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
11142         * vc.el (vc-backend-checkout): Function removed and replaced in
11143         the vc-backend.el files.
11145         * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
11147         * vc.el (vc-backend-admin): Removed and replaced in the
11148         vc-backend.el files.
11150         * vc.el (Martin): Removed all the annotate functionality since it
11151         is CVS backend specific.
11153 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
11155         * spec.txt: Added specification of vc-state.
11157         * vc-sccs-hooks.el (vc-sccs-master-properties):
11158         Remove handling of vc-latest-version and
11159         vc-your-latest-version.  What used to be vc-latest-version, is now
11160         returned as vc-workfile-version.
11161         (vc-sccs-workfile-version): Adapt.
11163 2000-09-04  Dave Love  <fx@gnu.org>
11165         * vc.el: [Merged from mainline.]
11166         (vc-dired-mode): Make the dired-move-to-filename-regexp
11167         regexp match the date, to avoid treating date as file size.
11168         Add YYYY S option to WESTERN/
11170 2000-09-04  Dave Love  <fx@gnu.org>
11172         * vc.el: Require `compile' when compiling.
11173         (vc-logentry-check-hook): New option.
11174         (vc-steal-lock): Use compose-mail.
11175         (vc-dired-mode-map): Defvar when compiling.
11176         (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
11177         vc-sccs.el and renamed.  Callers changed.
11178         (vc-backend-checkout, vc-backend-logentry-check)
11179         (vc-backend-merge-news): Doc fix.
11180         (vc-default-logentry-check): New function.
11181         (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
11182         (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
11183         (vc-backend-merge): Doc fix.  Use backend functions.
11184         (vc-check-headers): Use backend functions.
11186         * vc-cvs.el: Require vc when compiling.
11187         (vc-cvs-register-switches): Doc fix.
11188         (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
11189         (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
11190         (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
11191         New functions (code from vc.el).
11192         (vc-annotate-display-default): Fix interactive spec.
11193         (vc-annotate-time-span): Doc fix.
11195         * vc-rcs.el: Require vc when compiling.
11196         (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
11197         (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
11198         (vc-rcs-checkin): New functions (code from vc.el).
11199         (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
11200         Doc fix.
11201         (vc-rcs-release): Deleted.  (Duplicated vc-rcs-system-release).
11203         * vc-sccs.el: Require vc when compiling.
11204         (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
11205         (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
11206         (vc-sccs-revert)
11207         (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
11208         from vc.el).
11209         (vc-sccs-add-triple, vc-sccs-record-rename)
11210         (vc-sccs-lookup-triple): Moved from vc.el and renamed.
11211         (vc-sccs-admin): Doc fix.
11213 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
11215         * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
11216         (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
11217         (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
11218         from vc.el.
11220         * vc-sccs.el (vc-admin-sccs): Added from vc.el
11222         * vc-cvs.el: Moved the annotate functionality from vc.el.
11223         (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
11225 2000-09-04  Dave Love  <fx@gnu.org>
11227         * vc.el (vc-backend-release): Call vc-system-release.
11229         * vc-sccs.el (vc-sccs-system-release):
11230         Renamed from vc-sccs-backend-release.
11232         * vc-rcs.el (vc-rcs-system-release):
11233         Renamed from vc-rcs-backend-release.
11235         * vc-cvs.el (vc-cvs-system-release):
11236         Renamed from vc-cvs-backend-release.
11238 2000-09-04  Dave Love  <fx@gnu.org>
11240         * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
11241         backend files.
11242         (vc-backend-release): Dispatch to backend functions.
11243         (vc-backend-release-p): Don't mention CVS, RCS.  [The SCCS case
11244         probably needs attention.]
11246         * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
11247         (vc-sccs-backend-release): New function.
11249         * vc-cvs.el (vc-cvs-release): Moved from vc.el.
11250         (vc-cvs-backend-release): New function.
11252         * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
11253         Doc fix.
11254         (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
11255         (vc-default-dired-state-info): New function.
11256         (vc-dired-state-info): Dispatch to backends.
11257         (vc-dired-hook): Doc fix.  Simplify, pending removal of CVS specifics.
11259         * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
11260         from vc.el and renamed.
11262 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
11264         * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
11265         (vc-version-other-window, vc-backend-assign-name): Removed
11266         references to vc-latest-version; sometimes changed into
11267         vc-workfile-version.
11269         * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
11270         vc-rcs-master-workfile-version.
11271         (vc-rcs-workfile-version): Use the above.  Don't call
11272         vc-latest-version (that was unreachable code, anyway).
11273         (vc-rcs-fetch-master-properties): Doc fix.
11275         * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
11276         (vc-backend-hook-functions): Removed them from this list, too.
11277         (vc-fetch-properties): Removed.
11278         (vc-workfile-version): Doc fix.
11280         * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
11281         (vc-rcs-workfile-version, vc-rcs-locking-user)
11282         (vc-rcs-uses-locking): Use it.
11284         * vc-hooks.el (vc-consult-rcs-headers):
11285         Moved into vc-rcs-hooks.el, under the name
11286         vc-rcs-consult-headers.
11288         * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
11289         headers.
11290         (vc-cvs-find-master): Use this name only; correct different
11291         versions of the name.
11293         * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
11294         New functions.
11295         (vc-sccs-locking-user): Use the latter.
11297         * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
11298         New functions.
11300         * vc-hooks.el (vc-master-locks, vc-master-locking-user):
11301         Moved into both
11302         vc-rcs-hooks.el and vc-sccs-hooks.el.  These properties and access
11303         functions are implementation details of those two backends.
11305 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
11307         * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
11308         (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
11310         * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
11311         (vc-sccs-parse-locks): SCCS-specific code moved here from
11312         vc-hooks.
11314         * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
11315         code moved here from vc-hooks.
11317         * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
11318         into back-end specific parts and removed.  Callers not updated
11319         yet; because I guess these callers will disappear into back-end
11320         specific files anyway.
11322 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
11324         * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
11325         (vc-backend-checkout): Changed calls to `vc-checkout-model' to
11326         `vc-uses-locking'.
11328         * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
11329         Store yes/no in the property, and return t/nil.  Updated all
11330         callers.
11332         * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
11333         vc-sccs-uses-locking.  Don't set property.
11334         (vc-sccs-locking-user): Don't set property.
11336         * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
11337         vc-cvs-uses-locking.  Don't set property here; leave that to
11338         vc-hooks.
11339         (vc-cvs-locking-user): Reflect above change.  Streamlined.
11341         * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
11342         vc-rcs-uses-locking.
11343         (vc-rcs-locking-user): Reflect above change.
11345 2000-09-04  Dave Love  <fx@gnu.org>
11347         * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
11349         * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
11351         * vc-hooks.el (vc-checkout-model): Punt to backends.
11353         * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
11355         * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
11357         * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
11358         New functions.
11360         * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
11361         New functions.
11363         * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
11364         (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
11366         * vc-hooks.el (vc-default-locking-user): New function.
11367         (vc-locking-user, vc-workfile-version): Punt to backends.
11369 2000-09-04  Dave Love  <fx@gnu.org>
11371         * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
11372         (vc-master-workfile-version): Moved from vc-hooks.
11374         * vc-rcs-hooks.el: Fix duplicate code in last change.
11376         * vc-rcs-hooks.el: Require vc-hooks when compiling.
11377         (vc-rcs-master-templates): Improve :type.
11378         (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
11379         vc-master-workfile-version): Moved from vc-hooks.
11381         * vc-sccs-hooks.el: Require vc-hooks when compiling.
11382         (vc-sccs-master-templates): Improve :type.
11383         (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
11385         * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
11387         * vc-cvs-hooks.el: Require vc-hooks when compiling.
11388         (vc-cvs-master-templates): Improve :type.  Use
11389         vc-cvs-find-cvs-master.
11390         (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
11391         from vc-hooks.
11392         (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
11394         * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
11395         Moved to vc-cvs-hooks.
11397         * vc-hooks.el: Add doc strings in various places.  Simplify the
11398         minor mode setup.
11399         (vc-handled-backends): New user variable.
11400         (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
11401         simplification.
11403 2000-09-04  Dave Love  <fx@gnu.org>
11405         * vc.el: Some doc fixes for autoloaded and interactive functions.
11406         Fix compilation warnings from ediff stuff.
11407         (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
11409         * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
11411         * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
11413         * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
11415 2000-09-04  Dave Love  <fx@gnu.org>
11417         * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
11418         New variable.
11419         (vc-make-backend-function, vc-loadup, vc-call-backend)
11420         (vc-backend-defines): New functions.
11422         * vc-hooks.el: Various doc fixes.
11423         (vc-default-back-end, vc-follow-symlinks): Custom fix.
11424         (vc-match-substring): Function removed.  Callers changed to use
11425         match-string.
11426         (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
11427         Simplify.
11429 2000-09-04  Dave Love  <fx@gnu.org>
11431         * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
11432         type.
11433         (vc-sccs-project-dir, vc-search-sccs-project-dir)
11434         (vc-sccs-registered): Doc fix.
11436         * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
11437         (vc-cvs-registered): Doc fix.
11439         * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
11440         (vc-rcs-registered): Doc fix.
11442 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
11444         * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
11446         * vc-hooks.el: vc-registered has been renamed
11447         vc-default-registered.  Some functions have been moved to the
11448         backend specific files.  they all support the
11449         vc-BACKEND-registered functions.
11451 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
11453         * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
11455         * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
11457 2000-09-04  Dave Love  <fx@gnu.org>
11459         * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
11460         menu-bar-update-hook.
11462         * help.el (help-manyarg-func-alist): Add
11463         find-operation-coding-system.
11465         * wid-edit.el (widget-sexp-validate): Fix garbled code.
11467         * custom.el (custom-set-variables): Print message about errors in
11468         setting.
11470 2000-09-03  Andrew Innes  <andrewi@gnu.org>
11472         * makefile.w32-in: Change to DOS line endings.
11474 2000-09-02  Eli Zaretskii  <eliz@is.elta.co.il>
11476         * mouse.el (mouse-popup-menubar): Supply the prompt string for
11477         minor-mode keymaps, if they don't have one.
11479 2000-09-02  Eli Zaretskii  <eliz@is.elta.co.il>
11481         * eshell/esh-module.el (eval-when-compile): Don't lose if
11482         esh-module.el's file name is truncated to DOS 8+3 limits.
11484 2000-09-01  John Wiegley  <johnw@gnu.org>
11486         * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
11487         predicate, which caused entries in the completion list to be
11488         doubled.
11490 2000-08-30  John Wiegley  <johnw@gnu.org>
11492         * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
11493         sending to subprocesses.  Also, hook pre-command-hook if
11494         `eshell-send-direct-to-subprocesses' is non-nil.
11495         (eshell-send-direct-to-subprocesses): New config variable.  If t,
11496         subprocess input is send immediately.
11497         (eshell-toggle-direct-send): New function.
11498         (eshell-self-insert-command): New function.
11499         (eshell-intercept-commands): New function.
11500         (eshell-send-input): If direct subprocess sending is enabled,
11501         don't echo any input to the Eshell buffer.  Let the subprocess
11502         handle that.  This requires "stty echo" in bash, for example.
11504 2000-08-28  John Wiegley  <johnw@gnu.org>
11506         * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
11507         completion function for Eshell's implementation of `unset'.
11509 2000-09-02  Eli Zaretskii  <eliz@is.elta.co.il>
11511         * info.el (Info-directory-list): Doc fix.
11513 2000-08-31  Peter Breton  <pbreton@ne.mediaone.net>
11515         * filecache.el (file-cache-add-directory-using-find): Don't quote
11516         wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
11518 2000-08-31  Kenichi Handa  <handa@etl.go.jp>
11520         * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
11521         coding systems.
11523 2000-08-30  Andrew Innes  <andrewi@gnu.org>
11525         * timer.el (run-with-idle-timer): Undo last change, so that timer
11526         is not activated immediately if Emacs is already idle.  Some
11527         existing code relies on this behaviour.
11529 2000-08-30  Miles Bader  <miles@gnu.org>
11531         * frame.el (set-frame-font): Do completion of font-name for
11532         interactive use.
11534 2000-08-30  Kenichi Handa  <handa@etl.go.jp>
11536         * international/quail.el (quail-start-translation): Bind locally
11537         last-command-event, last-command, and this-command.
11538         (quail-start-conversion): Likewise.
11539         (quail-self-insert-command): Fix docstring.
11541 2000-08-29  Gerd Moellmann  <gerd@gnu.org>
11543         * progmodes/executable.el
11544         (executable-make-buffer-file-executable-if-script-p): Check that
11545         buffer contains at least 2 characters.
11547 2000-08-29  Eli Zaretskii  <eliz@is.elta.co.il>
11549         * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
11551 2000-08-29  Dave Love  <fx@gnu.org>
11553         * diff-mode.el (diff-mode) <defgroup>: Add :version.
11554         (diff-mode-shared-map): Bind mouse-2.
11555         (diff-imenu-generic-expression): New variable.
11556         (diff-mode): Use it.
11558         * mouse.el (mouse-major-mode-menu): Use local-key-binding.
11559         (mouse-popup-menubar): Add minor mode menus.
11560         (popup-menu): Check for lookup-key returning number.
11562 2000-08-29  Miles Bader  <miles@gnu.org>
11564         * comint.el (comint-send-input): Create overlays using the proper
11565         front/read-advance arguments.
11567 2000-08-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
11569         * ps-print.el: Even/odd pages printing.  Doc fix.
11570         (ps-print-version): New version number (6.0).
11571         (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
11572         (ps-background, ps-begin-file, ps-begin-job): Code fix.
11573         (ps-print-duplex-feature): Variable eliminated.
11574         (ps-even-or-odd-pages): New variable.
11576         * progmodes/ebnf2ps.el: Doc fix.
11577         (ebnf-version): New version (3.3).
11578         (ebnf-user-arrow): Change variable customization to sexp.
11579         (ebnf-user-arrow): Function eliminated.
11580         (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
11582 2000-08-29  Kenichi Handa  <handa@etl.go.jp>
11584         * help.el (help-xref-mule-regexp): New variable.
11585         (help-make-xrefs): Handle help-xref-mule-regexp.
11587         * international/mule-cmds.el (help-xref-mule-regexp-template): New
11588         variable.
11589         (describe-input-method): Temporarily activate the specfied input
11590         method to display the information.
11591         (describe-language-environment): Hyperlinks to mule related items.
11593         * international/mule-diag.el (charset-multibyte-form-string): New
11594         function.
11595         (list-character-sets-1): Use charset-multibyte-form-string.
11596         (describe-character-set): New function.
11597         (describe-coding-system): Hyperlinks to safe character sets.
11599         * international/quail.el (quail-help): New arg PACKAGE.
11600         Hyperlinks to mule related items.
11601         (quail-help-insert-keymap-description): Use
11602         substitute-command-keys instead of describe-bindings.
11603         (quail-translation-help): Hyperlinks to mule related items.
11605 2000-08-28  John Wiegley  <johnw@gnu.org>
11607         * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
11608         have a defsubst call itself.  Made `eshell-flatten-list' back into
11609         a function again.
11611         * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
11612         catch, in case re-centering point at bottom messes up the display.
11613         This happens frequently in Emacs 21, due I believe to variable
11614         line heights.
11616         * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
11617         to call `find-tag-interactive'.
11619         * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
11620         the list of remember directories.
11622 2000-08-28  John Wiegley  <johnw@gnu.org>
11624         * align.el: Test align-region-separate to see if it's a symbol.
11626 2000-08-28  John Wiegley  <johnw@gnu.org>
11628         * eshell/esh-util.el (eshell-flatten-list): Made this function
11629         into a defsubst form.  It gets used very frequently, although
11630         calls don't occur all that often.
11632         * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
11633         examining it.
11635         * eshell/esh-cmd.el (eshell-rewrite-while-command):
11636         (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
11637         `eshell-protect'.
11638         (eshell-copy-handles): Created a new macro for duplicating the
11639         current set of open handles.  This is needed by the looping
11640         functions.
11641         (eshell-do-eval): Fixed while and if, so that the eshell-test-body
11642         is not incorrectly stomped on.
11644         * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
11645         declaration for pcomplete-use-paring.
11646         (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
11647         value of eshell-cmpl-use-paring.
11648         * pcomplete.el (pcomplete-use-paring): New config variable, to
11649         indicate whether paring should be used.
11650         (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
11651         completion alternatives that have already been used.
11653         * eshell/esh-mode.el (eshell-repeat-argument): Added function,
11654         bound to C-c C-y, which will repeat the previous N arguments
11655         (based on prefix argument).
11656         (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
11658         * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
11659         if there is no *Help* buffer.  This is for XEmacs, which renames
11660         its help buffers uniquely.  TODO: Find out what the current buffer
11661         name to delete is.
11663         * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
11664         first entry that correlates to a passwd/group number.  Later
11665         entries (used for group/user name aliasing to multiple IDs) are
11666         ignored.
11668         * eshell/em-xtra.el (eshell/expr):
11669         * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
11670         (eshell-grep, eshell/diff, eshell/locate):
11671         * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
11672         argument list, before passing it to the system command.
11674         * eshell/esh-mode.el (eshell-find-tag): Added a special version of
11675         `find-tag' for use at final position in Eshell buffers (which
11676         otherwise triggers an error on Emacs 21).
11677         (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
11678         buffer, if it is currently bound to `find-tag'.
11680         * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
11681         in the list of matched Makefile names.
11682         (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
11683         directory, prefer its contents to Makefile.
11685         * eshell/em-dirs.el (eshell/cd): cd commands that look up
11686         directory parts (like "cd old new", or "cd =regexp"), are now case
11687         sensitive on non-Windows/DOS platforms.
11689         * eshell/esh-mode.el (eshell-parse-command-input): When a user
11690         types RET after an open delimiter (like "), display a message
11691         indicating that Eshell is waiting for the closing delimiter.
11693         * eshell/esh-var.el (eshell/unset): Added a command for unsetting
11694         environment variables.
11696         * eshell/em-unix.el (eshell/diff): Added logic to fail more
11697         gracefully if the user enters incorrect arguments.
11699         * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
11700         Eshell buffers.
11702         * eshell/esh-var.el (eshell-interpolate-variable):
11703         * eshell/esh-mode.el (eshell-move-argument):
11704         * eshell/em-unix.el (eshell-du-sum-directory):
11705         * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
11706         * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
11707         (not (= ...)).
11709         * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
11710         to ensure the `preserve' flag gets propagated when doing recursive
11711         directory copies.
11713 2000-08-28  Stefan Monnier  <monnier@cs.yale.edu>
11715         * eshell/em-hist.el (eshell-put-history, eshell-get-history):
11716         Don't convert \n into \0177 in memory.
11717         (eshell-read-history, eshell-write-history): Convert \n to \0177,
11718         and back again, when reading and writing.
11720 2000-08-28  Eli Zaretskii  <eliz@is.elta.co.il>
11722         * eshell/esh-util.el (eshell-processp): Added to relieve constant
11723         testing of `fboundp' on `processp'.
11725         * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
11726         (eshell/jobs): Don't call process-list if it is not bound.
11727         (eshell-gather-process-output): Support systems where async
11728         subprocesses aren't supported.
11729         (eshell-scratch-buffer, eshell-last-sync-output-start): New
11730         variables.
11732         * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
11733         eshell-do-eval returns t.
11734         (eshell-do-pipelines-synchronously): New defmacro.
11735         (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
11736         when async subprocesses aren't supported.
11737         (eshell-do-eval): Use eshell-processp.  Don't throw eshell-defer
11738         if async subprocesses aren't supported.
11739         (eshell-resume-command): Don't assume STATUS is a string.
11741         * eshell/em-unix.el (eshell/rm): Use eshell-processp.
11743         * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
11744         (eshell-close-target, eshell-get-target): Use eshell-processp.
11745         (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
11746         fix.
11747         (eshell-get-target, eshell-create-handles): Doc fix.
11749 2000-08-28  Miles Bader  <miles@lsi.nec.co.jp>
11751         * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
11752         criterion to include commands that output something, as long as it
11753         leaves both the command and the end-of-buffer visible when the
11754         command has exited.
11755         (eshell-review-quick-commands): Adjust the help doc string
11756         accordingly.
11758 2000-08-28  Peter Breton  <pbreton@ne.mediaone.net>
11760         * locate.el (locate): Cleaned up locate command's interactive prompting
11761         Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
11763         * filecache.el (file-cache-case-fold-search): New variable
11764         (file-cache-assoc-function): New variable
11765         (file-cache-minibuffer-complete): Use file-cache-assoc-function.
11766         Use file-cache-case-fold-search variable
11767         (file-cache-add-file): Use file-cache-assoc-function
11768         (file-cache-delete-file): likewise
11769         (file-cache-directory-name): likewise
11770         (file-cache-debug-read-from-minibuffer): likewise
11772 2000-08-28  Gerd Moellmann  <gerd@gnu.org>
11774         * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
11775         (abbrev-table-name): New function.
11776         (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
11777         If non-nil list local abbrev, only.
11779 2000-08-28  Stanislav Shalunov  <shalunov@internet2.edu>
11781         * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
11782         from Gnus support code, and use special article copy buffer
11783         `(gnus-original-article-buffer)' instead.  This allows to get rid
11784         of article-hide-headers usage (which breaks in the latest Gnus
11785         version).  Thanks to Detlev Zundel.
11787 2000-08-28  Kenichi Handa  <handa@etl.go.jp>
11789         * international/quail.el (quail-use-package): Hide "... loaded"
11790         message.
11791         (quail-start-translation, quail-start-conversion): Likewise.
11793         * international/kkc.el (kkc-region): Hide "... loaded" message.
11795 2000-08-27  Dave Love  <fx@gnu.org>
11797         * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
11799 2000-08-27  Miles Bader  <miles@gnu.org>
11801         * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
11803 2000-08-27  Kenichi Handa  <handa@etl.go.jp>
11805         * international/ja-dic-cnv.el (skkdic-convert): Insert (require
11806         'ja-dic-cnv), not (require 'skkdic-cnv).
11808 2000-08-26  Miles Bader  <miles@gnu.org>
11810         * faces.el (face-x-resources): Add entry for :inherit.
11811         * cus-face.el (custom-face-attributes): Add support for :inherit
11812         attribute.  Add support for relative face heights.
11813         (custom-face-attributes-get): Treat `nil' as being a default value
11814         for :inherit (as well as `unspecified').
11816         * faces.el (set-face-attribute): Update doc string.
11817         (face-attribute-name-alist): Add :inherit.
11818         (face-valid-attribute-values): Handle :inherit.
11819         (face-read-string): Rephrase prompt to be less confusing.
11820         Assume that DEFAULT is a string, since we must return a string.
11821         (face-read-integer): Use `format' to turn DEFAULT into an
11822         acceptable default for face-read-string.  Match NEW-VALUE against
11823         the string "unspecified", not the symbol `unspecified', since
11824         that's what face-read-string returns.
11825         (read-face-attribute): Lookup a name for old-value in valid, and
11826         use it as a default if we find one.  Treat all values from
11827         face-read-string as strings.  If the default is used, don't do any
11828         more processing on the value, just use the old value directly.
11829         (read-face-and-attribute, modify-face): Tweak prompt.
11830         (read-face-name): Don't assume prompt ends with a space.
11832         * faces.el (describe-face): Add support for :inherit attribute.
11834 2000-08-25  Kenichi Handa  <handa@etl.go.jp>
11836         * terminal.el (terminal-emulator): Fix args to `concat'.  Now
11837         concat doesn't accept interger.
11839         * international/kkc.el: Remove SKK from Keywords.  Require
11840         ja-dic-utl instead of skkdic-utl.
11842         * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
11843         Provide ja-dic-cnv instead of skkdic-cnv.
11844         (ja-dic-filename): Renamed from skkdic-filename.  Referers changed
11845         (iso-2022-7bit-short): Add safe-charsets property.
11846         (skkdic-convert-postfix): Search Japanese chou-on character in
11847         addition to Hiragana character.
11848         (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
11849         (skkdic-convert): Change file names from skkdic.el to ja-dic.el
11850         (batch-skkdic-convert): Likewise.
11852         * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
11853         Provide ja-dic-utl instead of skkdic-utl.
11854         (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
11856 2000-08-24  Dave Love  <fx@gnu.org>
11858         * disp-table.el (standard-display-default): Make the test of `l'
11859         useful.
11861         * language/european.el ("Latin-8", "Latin-9"): Add input methods,
11862         mod sample text.
11864         * international/iso-ascii.el: Make pilcrow convenient string
11865         consistent with section.
11866         (iso-ascii-display): Set up multibyte characters as well as
11867         unibyte.
11869 2000-08-24  Kenichi Handa  <handa@etl.go.jp>
11871         * international/mule-cmds.el (reset-language-environment): Set
11872         default-process-coding-system to '(undecided . iso-latin-1), which
11873         makes process I/O almost consistent with file I/O.   Call this
11874         function when mule-cmds.el[c] is loaded.
11876 2000-08-22  Andrew Innes  <andrewi@gnu.org>
11878         * makefile.w32-in: New file.
11880 2000-08-22  Miles Bader  <miles@lsi.nec.co.jp>
11882         * comint.el (comint-output-filter): Compare end of
11883         comint-last-output-overlay with the start of the newly inserted
11884         text, not the end, when deciding whether to extend it.
11885         Set saved-point's insertion type to advance after insertion.
11887         * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
11888         since this is now done independently of font-lock mode.
11890 2000-08-21  Gerd Moellmann  <gerd@gnu.org>
11892         * server.el (server-kill-new-buffers): New user option.
11893         (server-existing-buffer): New buffer-local variable.
11894         (server-visit-files): When using an existing buffer, set
11895         server-existing-buffer to t.
11896         (server-buffer-done): If server-kill-new-buffers is t, kill the
11897         buffer, unless it was already present before visiting it with
11898         Emacs server.
11900 2000-08-21  Eli Zaretskii  <eliz@is.elta.co.il>
11902         * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
11903         even if the display doesn't support colors: some displays will
11904         support bold/underline faces.
11906 2000-08-21  Gerd Moellmann  <gerd@gnu.org>
11908         * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
11910         * startup.el (command-line): If user's init file had an error,
11911         add explanatory text to *Messages*.
11913 2000-08-21  Kenichi Handa  <handa@etl.go.jp>
11915         * man.el (Man-getpage-in-background): Decode the process output by
11916         the system locale coding system.
11918 2000-08-20  Dave Love  <fx@gnu.org>
11920         * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
11921         Don't test x-popup-menu.
11922         (function) <complete-function>: Complete only fbound symbols.
11923         <validate, value>: New.
11924         (variable) <complete-function>: Complete only bound symbols.
11925         (coding-system): Add :base-only, :complete-function, :validate,
11926         :value, :prompt-match.
11927         (widget-coding-system-prompt-value): Use read-coding-system and
11928         act on :base-only.
11929         (editable-field): Add :help-echo.
11930         (widget-push-button-gui, widget-push-button-cache)
11931         (widget-gui-action, widget-editable-list-gui): COmment out, along
11932         with uses.
11933         (widget-at): Make arg optional.
11934         (widget-echo-help): Adjust for current help-echo calling sequence.
11935         (widget-specify-field, widget-specify-button)
11936         (widget-specify-insert, widget-get-sibling, widget-image-find)
11937         (widget-convert, widget-insert, widget-leave-text)
11938         (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
11939         (widget-setup, widget-field-find, widget-before-change)
11940         (widget-after-change, widget-default-complete)
11941         (widget-default-create, widget-default-delete)
11942         (widget-push-button-value-create, editable-field)
11943         (widget-field-prompt-value, widget-field-validate)
11944         (widget-choice-value-create, widget-choice-action)
11945         (widget-choice-validate, widget-checklist-add-item)
11946         (widget-radio-add-item, widget-radio-chosen)
11947         (widget-radio-value-inline, widget-editable-list-value-create)
11948         (widget-editable-list-entry-create)
11949         (widget-documentation-link-add)
11950         (widget-documentation-string-value-create)
11951         (widget-regexp-validate, widget-file-complete)
11952         (widget-sexp-validate, widget-plist-convert-widget)
11953         (widget-plist-convert-widget, widget-alist-convert-widget)
11954         (widget-alist-convert-widget, widget-color-complete): Simplify,
11955         particularly to avoid bindings which aren't optimized out.
11957         * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
11958         Doc fix.
11959         (down-list, backward-up-list, up-list, kill-sexp)
11960         (backward-kill-sexp, mark-sexp): Make arg optional.
11961         (lisp-complete-symbol): Add optional arg PREDICATE.
11963         * cus-start.el: Add display-buffer-reuse-frames,
11964         file-coding-system-alist.
11966 2000-08-20  Gerd Moellmann  <gerd@gnu.org>
11968         * startup.el (command-line): Clear realized faces after
11969         modifying TTY color mappings.
11971 2000-08-20  Miles Bader  <miles@gnu.org>
11973         * faces.el (face-attr-match-p): Don't return true if ATTRS are
11974         merely a subset of FACE's attributes.
11976 2000-08-19  Miles Bader  <miles@gnu.org>
11978         * comint.el (comint-output-filter): Save the point with a marker,
11979         not just a buffer position.
11981         * international/mule.el (set-buffer-process-coding-system): Make
11982         interactive prompt less confusing.
11984 2000-08-19  Gerd Moellmann  <gerd@gnu.org>
11986         * hilit-chg.el: General cleanup of doc strings, comments and
11987         code formatting.
11989 2000-08-19  Miles Bader  <miles@gnu.org>
11991         * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
11992         Compiler macro removed; beginning-of-line is no longer always
11993         equivalent to forward-line, in the presence of fields.
11995         * comint.el (comint-output-filter): Remove ad-hoc saving of
11996         restriction, and just use save-restriction, now that it works
11997         correctly.  Don't adjust comint-last-input-start to account for
11998         our insertion; it shouldn't have moved because we don't use
11999         insert-before-markers anymore.  Comment out call to
12000         `force-mode-line-update'; why is it here?
12002         * gud.el (gud-basic-call): Temporarily widen gud comint buffer
12003         while checking for prompt to delete.  Use `forward-line 0'
12004         instead of beginning-of-line.
12005         (gud-filter): Temporarily widen gud comint buffer while
12006         examining output.
12008 2000-08-18  Stefan Monnier  <monnier@cs.yale.edu>
12010         * progmodes/sh-script.el: Big bag of typos.
12012         * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
12013         check since ispell-process is not bound when ispell is not yet loaded.
12015 2000-08-18  Dave Love  <fx@gnu.org>
12017         * image.el (find-image): Copy `spec' before using plist-put.
12019 2000-08-18  Gerd Moellmann  <gerd@gnu.org>
12021         * textmodes/ispell.el (ispell-dictionary-alist-6): Add
12022         `portugues'.
12024         * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
12025         backward-kill-sexp, analogous to kill-sexp.
12027         * progmodes/icon.el (icon-indent-line)
12028         (icon-is-continuation-line): Handle comments specially.
12030 2000-08-17  Ken Stevens <k.stevens@ieee.org>
12032         * ispell.el: Set to standard author/maintainer/keyword fields.
12033         Fine tuning to menu map appearance and operation, and added help.
12034         Remove `start' and `end' error messages when compiling.
12035         (ispell-choices-win-default-height): Fixed comment string.
12036         (ispell-dictionary-alist-1): Fixed regexp in castellano and
12037         castellano8 dictionaries.
12038         (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
12039         (ispell-dictionary-alist-4): Fixed regexp in francais-tex
12040         dictionary, added italiano dictionary.
12041         (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
12042         word character
12043         (ispell-tex-skip-alists): Added psfig support.
12044         (ispell-skip-html): Renamed from ispell-skip-sgml.
12045         (ispell-begin-skip-region-regexp, ispell-skip-region)
12046         (ispell-minor-check): Improved html skipping support to skip across
12047         code, and recognize `&' commands without propper `;' syntax;
12048         (ispell-process-line): Fix alignment error when manually
12049         correcting spelling.
12050         (ispell): Fix comment string.
12051         (ispell-add-per-file-word-list): Always put word list on new line.
12053 2000-08-17  Gerd Moellmann  <gerd@gnu.org>
12055         * format.el (format-encode-run-method): Fix error message to say
12056         `encode' instead of `decode'.  Use save-window-excursion around
12057         shell-command-on-region as in format-decode-run-method because
12058         shell-command-on-region can display a buffer with error output.
12059         (format-decode): Don't record undo information for the decoding.
12060         (format-annotate-function): Add parameter FORMAT-COUNT.  Make
12061         that number part of the temporary buffer name so that more than
12062         one decoding using a temporary buffer can happen safely.
12064         * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
12065         of `A-z' in the regexp.
12067         * hilit-chg.el: Fix typos in commentary.
12069         * help.el (view-emacs-news): Rewritten for new naming scheme
12070         for old NEWS files.
12072         * startup.el (command-line): Pop to *Messages* in case an error
12073         is signaled while loading user-init-file.
12075 2000-08-17  Andreas Schwab  <schwab@suse.de>
12077         * files.el (insert-directory): Don't lose original file name,
12078         undoing an undocumented change.
12080 2000-08-17  Alex Schroeder  <alex@gnu.org>
12082         * sql.el (sql-magic-go): Use comint-bol.
12083         (sql-copy-column): Use comint-line-beginning-position.
12084         (comint-line-beginning-position): Define a replacement for
12085         comint-line-beginning-position if it is not fboundp.
12087 2000-08-17  Alex Schroeder  <alex@gnu.org>
12089         * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
12090         it didn't have any effect anyway.
12092 2000-08-17  Alex Schroeder  <alex@gnu.org>
12094         * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
12095         --pset and pager=off instead of sending \\o|cat at the beginning
12096         of the session.
12098 2000-08-17  Miles Bader  <miles@gnu.org>
12100         * progmodes/octave-inf.el: Add compatibility definition of
12101         comint-line-beginning-position.
12103 2000-08-17  Kenichi Handa  <handa@etl.go.jp>
12105         * startup.el (normal-top-level): Look in each dir in load-path for
12106         a leim-list.el file too.  This assures of loading leim-list.el
12107         that is created at Emacs installation time even if a user have his
12108         own leim-list.el.
12110 2000-08-17  Miles Bader  <miles@gnu.org>
12112         * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
12113         foreground color to black if the background is dark.
12115 2000-08-16  Stefan Monnier  <monnier@cs.yale.edu>
12117         * loadhist.el (unload-feature): Typo.
12119         * finder.el (finder-compile-keywords):
12120         * cus-dep.el (custom-make-dependencies): Add local-variable settings
12121         to the generated file.
12123         * mail/mh-e.el (mh-make-local-vars):
12124         Replace make-variable-buffer-local with make-local-variable.
12126         * play/landmark.el:
12127         * options.el (Edit-options-{set,toggle,t,nil}):
12128         * mail/mailabbrev.el (mail-abbrevs-mode):
12129         * textmodes/tex-mode.el (tex-expand-files):
12130         * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
12132         * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
12134         * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
12135         (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
12136         Allow going past the last element.
12137         * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
12138         (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
12139         (cvs-mouse-toggle-mark): Don't move point.
12140         (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
12142         * progmodes/compile.el (grep): Provide a default set of files.
12143         (next-error): Docstring fix.
12144         (compilation-find-file): Avoid find-file (fails in a dedicated window).
12146         * emacs-lisp/easy-mmode.el (define-minor-mode):
12147         Use `symbol-value' to keep the byte-compiler quiet.
12149         * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
12150         (diff-find-source-location): New fun, extracted from diff-goto-source.
12151         (diff-goto-source): Use it.
12152         (diff-next-complex-hunk, diff-filter-lines): New function.
12153         (diff-apply-hunk): New command.
12155         * smerge-mode.el (smerge-mode-menu): Doc fix.
12157         * msb.el (msb-mode): Define it in terms of define-minor-mode.
12159 2000-08-16  Dave Love  <fx@gnu.org>
12161         * windmove.el (windmove) <defgroup>: Add :version.
12163         * net/goto-addr.el: Don't require browse-url.  Require thingatpt.
12164         (goto-address-fontify-p, goto-address-highlight-p)
12165         (goto-address-url-face, goto-address-url-mouse-face)
12166         (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
12167         (goto-address-url-regexp): Use thing-at-point-url-regexp.
12168         (goto-address-fontify, goto-address-at-mouse): Simplify,
12169         (goto-address-at-point): browse-url-url-at-point,
12170         goto-address-find-address-at-point can return nil.
12171         (goto-address-find-address-at-point): Return nil on failure.
12173         * align.el (align) <defgroup>: Add :version.
12175         * calculator.el (calculator): Add :version.
12176         (calculator): Use two lines for calculator window if `modeline'
12177         face is boxed.
12179         * play/5x5.el: Doc fixes.
12180         (5x5) <defgroup>: Add :version.
12182         * play/fortune.el (fortune) <defgroup>: Add :version.
12183         (fortune-append): Fix error message.
12184         (fortune-from-region): Doc fix.
12186         * play/pong.el (pong): Doc fix.
12188         * play/morse.el: Keywords, commentary, autoloads.
12190 2000-08-16  Eli Zaretskii  <eliz@is.elta.co.il>
12192         * desktop.el (desktop-save): Don't look at symbol-value of a
12193         member of minor-mode-alist, unless it is boundp.
12195 2000-08-16  Sam Steingold  <sds@gnu.org>
12197         * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
12198         `while'; use `with-current-buffer' instead of `save-excursion'.
12199         Removed unnecessary kludges now that "*Buffer List*" is excluded.
12201 2000-08-16  Kenichi Handa  <handa@etl.go.jp>
12203         * international/ccl.el (declare-ccl-program): Docstring modified.
12204         (ccl-execute-with-args): Likewise.
12206 2000-08-16  Miles Bader  <miles@gnu.org>
12208         * progmodes/sql.el: Add compatibility definition of
12209         comint-line-beginning-position.
12211 2000-08-15  Gerd Moellmann  <gerd@gnu.org>
12213         * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
12214         'buffer-menu' property.
12215         (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
12216         fails.
12217         (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
12218         buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
12219         wasn't killed.
12221         * buff-menu.el (list-buffers-noselect): Don't display the
12222         *Buffer List* buffer.
12224         * font-lock.el: Require jit-lock to prevent a very late
12225         `Loading jit-lock' message.
12227         * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
12228         * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
12229         mail address.
12231 2000-08-15  Miles Bader  <miles@gnu.org>
12233         * textmodes/ispell.el (ispell-graphic-p): New constant.
12234         (ispell-choices-win-default-height, ispell-help): Use
12235         `ispell-graphic-p' instead of `xemacsp'.
12237 2000-08-15  Dave Love  <fx@gnu.org>
12239         * simple.el: Autoload widget-convert when compiling.
12240         (mail-user-agent): Doc fix.
12242         * help.el (function-called-at-point, variable-at-point): Use
12243         with-syntax-table.
12244         (help-manyarg-func-alist): Add insert-and-inherit.
12246         * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
12248         * delsel.el (delsel-unload-hook): New function.
12250         * find-file.el: Doc fixes.  Move provide to end.
12251         (ff) <defgroup>: Add :link.
12252         (ff-goto-click): Deleted.
12253         (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
12254         Use mouse-set-point.
12256         * textmodes/tildify.el: Doc fixes.
12257         (tildify) <defgroup>: Add:version.
12259         * progmodes/glasses.el (glasses) <defgroup>: Add :version.
12260         (glasses-custom-set): Use set-default, not set.
12261         (minor-mode-alist): Propertize the lighter.
12262         (glasses-mode): Provide optional arg.
12264         * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
12265         (global-cwarn-mode): Don't make it a user option.  Unquote lambda.
12266         (cwarn-font-lock-feature-keywords-alist): Don't make it a user
12267         option.  Provide :type.
12268         (cwarn-configuration): Provide :type.
12269         (cwarn-mode): Doc fix.
12271         * add-log.el (change-log-merge): Doc fix.
12272         (change-log-redate): New command.
12274         * net/browse-url.el (browse-url-filename-alist): Add a clause for
12275         Doze and Dog.
12276         (browse-url): Use dolist, not mapcar.
12277         (browse-url-at-point): Check for null url.
12278         (browse-url-event-buffer, browse-url-event-point): Functions
12279         deleted.
12280         (browse-url-at-mouse, browse-url-netscape): Simplify.
12282         * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
12283         modes.
12284         (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
12285         Fix previous change to mapcan.
12286         (msb--init-file-alist, msb--add-separators)
12287         (msb--make-keymap-menu): Simplify.
12288         (msb--choose-file-menu): Use copy-sequence.
12289         (msb-mode-map): Add title to keymap.
12290         (msb-unload-hook): New function.
12292         * bs.el: Fix indentation.
12293         (bs) <defgroup>: Add :links.
12294         (bs-show): Doc fix.
12295         (bs-apply-sort-faces): Don't use window-system.
12296         (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
12298 2000-08-15  Eli Zaretskii  <eliz@is.elta.co.il>
12300         * calendar/timeclock.el (timeclock-file): Run .timelog through
12301         convert-standard-filename.
12303 2000-08-14  Gerd Moellmann  <gerd@gnu.org>
12305         * emacs-lisp/authors.el: New file.
12307         * paren.el (show-paren-priority): New user option.
12308         (show-paren-function): Set overlay priorities to
12309         show-paren-priority.
12311 2000-08-14  Miles Bader  <miles@gnu.org>
12313         * comint.el (comint-bol): Use `forward-line 0' instead of calling
12314         beginning-of-line with inhibit-field-text-motion bound.
12316 2000-08-14  Gerd Moellmann  <gerd@gnu.org>
12318         * calendar/timeclock.el: New file.
12320 2000-08-14  David Ponce  <david@dponce.com>
12322         * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
12323         `widget-button-click'. so that one can use left mouse button to
12324         click on dialog buttons.
12326 2000-08-14  Emmanuel Briot  <briot@gnat.com>
12328         * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
12329         identifiers, since XML is case sensitive
12331 2000-08-12  Miles Bader  <miles@gnu.org>
12333         * comint.el (comint-output-filter): Don't bother frobbing
12334         window-start, it doesn't seem to be necessary.
12336         * comint.el (comint-send-string, comint-send-region): Make into
12337         real functions.  Snapshot the prompt before sending.
12339 2000-08-11  Eli Zaretskii  <eliz@is.elta.co.il>
12341         * info.el (Info-find-emacs-command-nodes): Rewrite to use
12342         technique similar to Info-index, instead of relying on specific
12343         names of relevant Index nodes.
12344         (Info-goto-emacs-command-node): Bind Info-history to nil when
12345         going to the first node found by Info-find-emacs-command-nodes.
12347 2000-08-11  Eli Zaretskii  <eliz@is.elta.co.il>
12349         * menu-bar.el (menu-bar-help-menu): Add a :help string.
12351 2000-08-10  Miles Bader  <miles@gnu.org>
12353         * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
12355 2000-08-10  Eli Zaretskii  <eliz@is.elta.co.il>
12357         * info.el (Info-file-list-for-emacs): More elements for the
12358         autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
12359         and woman manuals.
12361 2000-08-10  Miles Bader  <miles@lsi.nec.co.jp>
12363         * comint.el (comint-send-input): Make the newline boundary overlay
12364         rear-nonsticky.  Use `insert' instead of `insert-before-markers'.
12365         (comint-output-filter): Use `insert' instead of
12366         `insert-before-markers'.  Extend comint-last-output-overlay when
12367         necessary since we can't rely on insert-before-markers to do it.
12368         * gud.el (gud-filter): Use `with-current-buffer' instead of
12369         save-excursion when inserting the output, so that point gets
12370         updated correctly; the old method relied on a rather dodgy
12371         side-effect of comint-output-filter to avoid the effect of
12372         save-excursion.
12374 2000-08-10  Eli Zaretskii  <eliz@is.elta.co.il>
12376         * files.el (recover-file): Call insert-directory instead of
12377         invoking `ls' directly.
12379 2000-08-10  Miles Bader  <miles@gnu.org>
12381         * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
12382         (comint-last-prompt-overlay): New variables.
12383         (comint-output-filter): Implement prompt highlighting.
12384         (comint-snapshot-last-prompt): New function.
12385         (comint-send-input): Snapshot the last prompt.
12386         Use comint-highlight-input-face.
12387         (comint-highlight-input-face): Renamed from `comint-highlight-face'.
12388         Use defface instead of defcustom.
12389         (send-invisible, comint-send-eof): Snapshot the last prompt.
12390         (comint-delchar-or-maybe-eof): Use comint-send-eof.
12391         (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
12393 2000-08-09  Stefan Monnier  <monnier@cs.yale.edu>
12395         * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
12396         (regexp-opt-group): Use a list of chars for `letters'.
12397         (regexp-opt-charset): `chars' is now a list of chars.
12398         Use a char-table rather than a vector so it works for multibyte chars.
12400         * pcvs.el (cvs-menu): Don't move point.  Use popup-menu.
12401         Set cvs-minor-current-files to the selected fileinfo.
12402         (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
12403         (cvs-mode-insert): Manually macroexpand `ignore-errors'.
12405 2000-08-09  Eli Zaretskii  <eliz@is.elta.co.il>
12407         * files.el (insert-directory): Don't call access-file on
12408         directories on DOS and Windows.
12410 2000-08-09  Kenichi Handa  <handa@etl.go.jp>
12412         * international/ccl.el (ccl-embed-data): Make ccl-program-vector
12413         longer if necessary.
12414         (ccl-embed-code): Call ccl-embed-data to store CODE in
12415         ccl-program-vector.
12417 2000-08-09  Miles Bader  <miles@gnu.org>
12419         * comint.el (comint-output-filter): Properly handle the case where
12420         the text surrounded by comint-last-output-overlay was deleted.
12422 2000-08-08  Gerd Moellmann  <gerd@gnu.org>
12424         * info.el (Info-insert-dir): Use Info-additional-directory-list if
12425         non-nil.
12426         (Info-file-list-for-emacs): Remove "info" from the list because
12427         that leads to trying to use the documentation from file `info'
12428         in various situations where it isn't appropriate, for instance
12429         C-h C-k C-h i.
12431         * ffap.el (ffap-read-file-or-url-internal): Handle case that
12432         DIR and/or STRING are nil.
12434         * progmodes/compile.el (compilation-setup): Make variable
12435         compilation-error-screen-columns buffer-local, as some comment
12436         in the code suggests it should be.
12438         * files.el (auto-mode-interpreter-regexp): New variable.
12439         (set-auto-mode): Use it.
12441         * indent.el (indent-for-tab-command): Doc fix.
12443         * mouse-sel.el (mouse-sel-mode): Doc fix.
12445         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
12446         labels.
12448         * help.el (print-help-return-message): When
12449         display-buffer-reuse-frames is set, let the help window been quit,
12450         instead of deleting it, which might delete a reused frame.
12452 2000-08-08  Eli Zaretskii  <eliz@is.elta.co.il>
12454         * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
12455         rename a directory to a name that differs only by its letter case.
12457 2000-08-08  Kenichi Handa  <handa@etl.go.jp>
12459         * international/quail.el (quail-define-rules): Handle Quail decode
12460         map correctly.  Add code for supporting annotations.
12461         (quail-install-decode-map): New function.
12462         (quail-defrule-internal): New optional arguments decode-map and
12463         props.
12464         (quail-advice): New function.
12466 2000-08-07  Sam Steingold  <sds@gnu.org>
12468         * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
12469         `defconst', `define-condition', `with-slots'.
12470         * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
12472 2000-08-03  Miles Bader  <miles@gnu.org>
12474         * comint.el (comint-use-prompt-regexp-instead-of-fields):
12475         New variable.
12476         (comint-prompt-regexp, comint-get-old-input): Document dependence on
12477         comint-use-prompt-regexp-instead-of-fields.
12478         (comint-send-input): Add `input' field property to stuff we send to
12479         the process, if comint-use-prompt-regexp-instead-of-fields is nil.
12480         (comint-output-filter): Add `output' field property to process
12481         output, if comint-use-prompt-regexp-instead-of-fields is nil.
12482         (comint-replace-by-expanded-history)
12483         (comint-get-old-input-default, comint-show-output)
12484         (comint-backward-matching-input, comint-forward-matching-input)
12485         (comint-next-prompt, comint-previous-prompt):  Use field
12486         properties if comint-use-prompt-regexp-instead-of-fields is nil.
12487         (comint-line-beginning-position): New function.
12488         (comint-bol): Use comint-line-beginning-position.  Make ARG optional.
12489         (comint-replace-by-expanded-history-before-point): Use
12490         comint-line-beginning-position and line-end-position.
12491         (comint-last-output-overlay): New variable.
12492         (comint-mode): Make `comint-last-output-overlay' buffer-local.
12494         * shell.el (shell-prompt-pattern): Doc change.
12495         (shell-backward-command): Use line-beginning-position.
12497         * gud.el (gud-gdb-complete-command): Use
12498         comint-line-beginning-position.
12500         * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
12501         comint-bol doesn't actually go to the beginning of the line.
12503         * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
12504         if comint-use-prompt-regexp-instead-of-fields is non-nil.
12505         (try-expand-line-all-buffers): Likewise.
12507         * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
12508         explicitly matching comint-prompt-regexp.
12509         (sql-copy-column): Use comint-line-beginning-position instead of
12510         explicitly matching comint-prompt-regexp.
12512         * progmodes/octave-inf.el (inferior-octave-complete): Use
12513         comint-line-beginning-position.
12515         * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
12517         * progmodes/idlw-shell.el (idlwave-shell-send-command): When
12518         looking for a prompt, use `forward-line 0' instead of
12519         `beginning-of-line', to avoid getting caught by an input field.
12521 2000-08-07  Gerd Moellmann  <gerd@gnu.org>
12523         * files.el (shell-quote-wildcard-pattern): Make sure to return
12524         PATTERN, in the Unix case.
12526 2000-08-07  Eli Zaretskii  <eliz@is.elta.co.il>
12528         * play/zone.el (zone): Discard any pending input before running
12529         the randomly-chosen pgm.
12531 2000-08-07  Kenichi Handa  <handa@etl.go.jp>
12533         * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
12534         checking the existence of any multibyte characters.
12536 2000-08-06  Gerd Moellmann  <gerd@gnu.org>
12538         * help.el (describe-mode): Test minor-mode symbol for being
12539         bound before testing its value for being nil.
12541         * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
12542         `first', `second', and `third'.
12544         * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
12545         (second): Make it an alias for `cadr'.
12547 2000-08-06  Eli Zaretskii  <eliz@is.elta.co.il>
12549         * bs.el (bs-apply-sort-faces): Don't use window-system, since all
12550         types of display support faces now.
12552 2000-08-05  Gerd Moellmann  <gerd@gnu.org>
12554         * pcvs.el (require): Require `cl' during compilation, only.
12556         * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
12557         (toplevel): Remove `remq' and `remove' from autoloads.
12558         (cl-fake-autoloads): New variable.  If set, arrange for an error
12559         when CL functions etc. are autoloaded.
12561 2000-08-04  Eli Zaretskii  <eliz@is.elta.co.il>
12563         * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
12565         * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
12566         popped up, but the user clicks outside the menu, return an empty
12567         regexp (that causes unhighlight-regexp to have no effect).
12569         * menu-bar.el (menu-bar-games-menu): Add Zone.
12571         * hi-lock.el (toplevel): Require font-lock.
12573 2000-08-03  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
12575         * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
12576         (ebnf-8-bit-chars): New var for bug fix.
12577         (ebnf-string): Bug fix.
12579 2000-08-03  Sam Steingold  <sds@gnu.org>
12581         * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
12582         instead of `buffer-string'.
12583         (require 'cl): Always, not just when compiling.
12584         `ignore-errors' in `interactive', `list*', `defun*' &c make this
12585         necessary.
12587 2000-08-03  Eli Zaretskii  <eliz@is.elta.co.il>
12589         * international/mule-cmds.el (select-safe-coding-system): Make
12590         the message text about selecting a safe coding system more clear.
12592 2000-08-02  Gerd Moellmann  <gerd@gnu.org>
12594         * hi-lock.el: New file.
12596         * play/zone.el: New file.
12598         * replace.el (occur): Set tab-width in the *Occur* buffer to the
12599         value of tab-width in the original buffer.  Choose a line number
12600         format that's a multiple of the original buffer's tab width, so
12601         that lines appear right.
12603         * textmodes/ispell.el (ispell): New function, replacing an alias.
12604         Spell-check active region if in transient-mark-mode and mark
12605         is active; otherwise spell-check buffer.
12607 2000-08-02  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
12609         * ps-mule.el: Fix a customization problem on
12610         ps-mule-font-info-database-default.
12612 2000-08-02  Eli Zaretskii  <eliz@is.elta.co.il>
12614         * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
12615         display-mouse-p instead of window-system.
12616         (ebrowse-member-mode-map): Ditto.
12618 2000-08-01  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
12620         * progmodes/ebnf2ps.el: Update ps-print functions call.
12621         Indentation fix.  Doc fix.
12622         (ebnf-version): New version number (3.2).
12623         (ebnf-format-color, ebnf-begin-job): Code fix.
12625 2000-08-01  Eli Zaretskii  <eliz@is.elta.co.il>
12627         * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
12628         font lock support on window-system.
12629         (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
12631         * textmodes/ispell.el (ispell-highlight-spelling-error): Use
12632         display-color-p, if fboundp, instead of window-system.
12634 2000-07-31  Eli Zaretskii  <eliz@is.elta.co.il>
12636         * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
12637         instead of window-system.
12639         * wid-edit.el (widget-choose): Use display-mouse-p instead of
12640         window-system.
12641         (widget-choice-mouse-down-action): Use display-popup-menus-p
12642         instead of window-system.
12644         * strokes.el (strokes-file): Run the file name through
12645         convert-standard-filename.
12646         (strokes-mode): Call display-mouse-p instead of looking at
12647         window-system.  Change the error message accordingly.
12649         * progmodes/cpp.el (toplevel): Support faces on tty's.
12651         * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
12652         (lm-plot-square, lm-init-display): Don't use window-system.
12654         * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
12655         (gomoku-plot-square, gomoku-init-display): Don't use window-system.
12657         * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
12658         instead of looking at window-system.
12660 2000-07-30  Gerd Moellmann  <gerd@gnu.org>
12662         * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
12663         of testing if iswitchb-prepost-hooks is bound, because the
12664         latter will always be true when invoking a recursive minibuffer
12665         from an active Iswitchb buffer.
12667 2000-07-30  Eli Zaretskii  <eliz@is.elta.co.il>
12669         * files.el (shell-quote-wildcard-pattern): New function.
12670         (insert-directory): Call it.  Only prepend "\" to command on Unix
12671         and GNU/Linux systems.
12673 2000-07-30  Gerd Moellmann  <gerd@gnu.org>
12675         * eshell/esh-groups.el: Change custom :link file names
12676         from `eshell.info' to `eshell'.
12678 2000-07-30  Francis Wright  <fjw@maths.qmw.ac.uk>
12680         * dired.el (dired-build-subdir-alist): Expand subdirectory names
12681         correctly in recursive ange-ftp listings.
12683 2000-07-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
12685         * ps-print.el: Fix bug 1: if ps-font-size-internal,
12686         ps-header-font-size-internal and
12687         ps-header-title-font-size-internal variables are not set,
12688         ps-nb-pages and ps-line-lengths-internal crashes.  Fix bug 2: if
12689         face text property is (foreground-color . COLOR) or
12690         `(background-color . COLOR)', ps-print crashes.  Doc fix.
12691         (ps-print-version): New version number (5.2.4).
12692         (ps-plot-region): Code fix.
12693         (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
12694         (ps-face-attribute-list, ps-face-attributes, ps-face-background):
12695         Bug fix 2.
12697 2000-07-30  Milan Zamazal  <pdm@freesoft.cz>
12699         * glasses.el (glasses-make-readable): Fix uncapitalization of
12700         identifiers like `myXMLDocument'.
12702 2000-07-28  Karl Fogel  <kfogel@red-bean.com>
12704         * mail/mail-hist.el (mail-hist-previous-input)
12705         (mail-hist-next-input): Do the obvious code factorization.
12706         (mail-hist-retrieve-and-insert): New func, contains common
12707         code of above two.
12708         If inserting a message body, leave point at top.
12710 2000-07-28  Sam Steingold  <sds@gnu.org>
12712         * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
12713         Use `<=', not `<' to compare times!
12714         (ange-ftp-ls): Remove.
12716 2000-07-27  Gerd Moellmann  <gerd@gnu.org>
12718         * play/cookie1.el: Add explanation of how to make cookie.el
12719         compatible with strfile(1) to comment.
12721         * subr.el (remove, remq): New functions.
12723         * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
12724         escape `*' in regexps.
12725         (midnight-find): Reverse order of arguments in the funcall of
12726         TEST.
12728         * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
12729         and `.class'.
12731         * play/meese.el: Add Commentary section.
12733 2000-07-27  Alex Schroeder  <alex@gnu.org>
12735         * sql.el (sql-ms): Added autoload cookie.
12736         (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
12737         (sql-oracle): Ditto.
12738         (sql-help): Doc change.
12740         (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
12741         types and exceptions.
12743 2000-07-27  Alex Schroeder  <alex@gnu.org>
12745         * sql.el (sql-placeholder-history): New variable.
12746         (sql-query-placeholders-and-send): New function that will query
12747         the user and replace placeholders with user input.
12748         (sql-oracle): If running on NT, set comint-input-sender to
12749         sql-query-placeholders-and-send.
12751         (sql-stop): If in the SQLi buffer, insert stop notification, else
12752         present it as a message.
12754 2000-07-27  Alex Schroeder  <alex@gnu.org>
12756         * sql.el (sql-input-ring-separator): Doc change.
12757         (sql-input-ring-file-name): Doc change.
12758         (sql-interactive-mode): Use `sql-input-ring-separator' and
12759         `sql-input-ring-file-name' to set the comint-mode equivalents
12760         without making them local variables.
12761         (sql-stop): Don't bind `sql-input-ring-separator' and
12762         `sql-input-ring-file-name' dynamically to their comint-mode
12763         equivalents.
12765 2000-07-27  Kenichi Handa  <handa@etl.go.jp>
12767         * international/mule.el (register-char-codings): New function.
12768         (make-coding-system): Handle `safe-chars' specification in the arg
12769         PROPERTY.
12771         * international/mule-cmds.el
12772         (find-coding-systems-region-subset-p): This function deleted.
12773         (sort-coding-systems-predicate): New variable.
12774         (sort-coding-systems): New function.
12775         (find-coding-systems-region): Use
12776         find-coding-systems-region-internal.
12777         (find-coding-systems-string): Use find-coding-systems-region.
12778         (find-coding-systems-for-charsets): Check
12779         char-coding-system-table.
12780         (select-safe-coding-system-accept-default-p): New variable.
12781         (select-safe-coding-system): Mostly rewritten.  New argument
12782         ACCEPT-DEFAULT-P.
12783         (select-message-coding-system): Call select-safe-coding-system
12784         with ACCEPT-DEFAULT-P arg.
12785         (reset-language-environment): Reset default-sendmail-coding-system
12786         to the default value iso-latin-1.
12787         (set-language-environment): Don't set the obsolete variable
12788         charset-origin-alist.
12790         * international/codepage.el (cp-coding-system-for-codepage-1):
12791         Give `safe-chars' property to make-coding-system.
12793         * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
12794         calling select-message-coding-system twice.
12796         * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
12797         instead of `safe-charsets'.
12798         (cyrillic-alternativnyj): Likewise.
12799         (ccl-encode-alternativnyj): Don't check the charset
12800         cyrillic-iso8859-5.
12802 2000-07-27  Kenichi Handa  <handa@etl.go.jp>
12804         * composite.el (compose-chars-after): Preserve match data.
12806 2000-07-26  Sam Steingold  <sds@gnu.org>
12808         * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
12809         (ange-ftp-real-file-newer-than-file-p): New function.
12810         (ange-ftp-verify-visited-file-modtime): Use `float-time'.
12811         (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
12813         * tooltip.el (tooltip-float-time): Removed (use `float-time').
12814         * midnight.el (midnight-float-time): Ditto.
12816 2000-07-26  Andreas Schwab  <schwab@suse.de>
12818         * files.el (normal-backup-enable-predicate): Correct
12819         interpretation of the return value of compare-strings.
12821 2000-07-26  Gerd Moellmann  <gerd@gnu.org>
12823         * isearch.el (isearch-resume): New function.
12824         (isearch-done): Add something to command-history to resume
12825         the search.
12826         (isearch-yank-line, isearch-yank-word): Use
12827         buffer-substring-no-properties instead of buffer-substring.
12829         * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
12830         of flyspell-mouse-map.
12832         * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
12833         duplicate definition.
12834         (makefile-mode): Remove duplicate setting of local-abbrev-table.
12836         * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
12837         (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
12839 2000-07-25  Sam Steingold  <sds@gnu.org>
12841         * net/ange-ftp.el: Get modtime over the net.
12842         (ange-ftp-file-modtime): New function.
12843         (ange-ftp-write-region, ange-ftp-insert-file-contents)
12844         (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
12845         Use it.
12846         (ange-ftp-dot-to-slash): New function.
12847         (ange-ftp-fix-name-for-vms): Use it.
12849         * midnight.el (midnight-buffer-display-time): Use
12850         `with-current-buffer'.
12852 2000-07-25  Gerd Moellmann  <gerd@gnu.org>
12854         * find-dired.el: Update copyright notice.
12855         (find-dired): Offer to kill a running `find'.
12857         * enriched.el (enriched-face-ans): For a `foreground-color'
12858         property, return '(("x-color" COLOR))' so that COLOR will be
12859         output as a parameter of the x-color annotation.  Likewise for the
12860         `background-color' property.  In the case of normal face
12861         properties, don't return annotations for unspecified foreground
12862         and background face attributes.
12864 2000-07-25  Kenichi Handa  <handa@etl.go.jp>
12866         * language/japan-util.el (japanese-katakana-region): Fix handling
12867         HANKAKU argument.
12869 2000-07-25  Miles Bader  <miles@gnu.org>
12871         * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
12872         constrain-to-field.  Pass nil ESCAPE-FROM-EDGE argument to
12873         constrain-to-field.
12875 2000-07-24  Andrew Innes  <andrewi@gnu.org>
12877         * timer.el (timer-activate-when-idle): Add optional parameter
12878         DONT-WAIT.  Update docstring.
12879         (run-with-idle-timer): Specify extra parameter to
12880         timer-activate-when-idle, so that timer will be activated
12881         immediately if Emacs is already idle.
12883         * w32-fns.el (w32-using-nt): Fix docstring.
12885 2000-07-24  Dave Love  <fx@gnu.org>
12887         * mouse.el (popup-menu): Set last-command-event.
12888         (mouse-major-mode-menu-prefix): Declare.
12890 2000-07-24  Gerd Moellmann  <gerd@gnu.org>
12892         * textmodes/flyspell.el: Update to author's version 1.5d.
12894         * progmodes/hideshow.el: Update copyright notice.
12896         * vcursor.el: Set maintainer to FSF, since author cannot
12897         be reached.
12899 2000-07-24  Eli Zaretskii  <eliz@is.elta.co.il>
12901         * info.el (Info-goto-emacs-key-command-node): Leave a space after
12902         the prompt.
12904         * mouse.el (popup-menu): Run the keymap through indirect-function,
12905         in case it was defined with define-prefix-key.  If the menu is a
12906         list of keymaps, look up the binding of user's choice in each one
12907         of the keymaps.
12908         (mouse-popup-menubar): If the global and local menu-bar keymaps
12909         don't have a prompt string, create one and insert it into the
12910         keymap.  Don't barf if current-local-map returns nil.
12912 2000-07-24  Francis Wright  <fjw@maths.qmw.ac.uk>
12914         * dired.el (dired-sort-R-check): Added to allow recursive listing
12915         to be undone.
12916         (dired-sort-other): Use it.
12918 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
12920         * Release of cc-mode 5.27
12922 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
12924         * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
12925         c-beginning-of-statement-1 that caused a bad case of recursion
12926         which could consume a lot of CPU in large classes in languages
12927         that have in-expression classes (i.e. Java and Pike).
12929         * cc-engine.el (c-guess-basic-syntax): Check for in-expression
12930         statements before top level constructs (i.e. case 6 is moved
12931         before case 5 and is now case 4) to catch in-expression
12932         classes in top level expressions correctly.
12934 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
12936         * cc-engine.el (c-guess-basic-syntax): Less naive handling of
12937         objc-method-intro. Case 4 removed and case 5I added.
12939         * cc-langs.el (c-append-paragraph-start): New variable used by
12940         c-common-init to get paragraph-start correct.
12941         * cc-langs.el (c-common-init): Use c-append-paragraph-start to
12942         initialize paragraph-start to make it correct both with and
12943         without the javadoc special case.
12945         * cc-mode.el (java-mode): Use c-append-paragraph-start to
12946         initialize paragraph-start for javadoc markup.
12948         * cc-vars.el (c-style-variables-are-local-p): Incompatible
12949         change by defaulting this to t.  It's motivated by the
12950         confusing behavior that otherwise arise from the style system
12951         when editing both java and non-java files at the same time
12952         (see the comments about style setting in c-common-init).
12954 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
12956         * cc-cmds.el (c-indent-new-comment-line): Added a kludge
12957         similar to the one in c-fill-paragraph to check the fill
12958         prefix from the adaptive fill function for sanity.
12960 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
12962         * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
12963         defun block.
12965 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
12967         * cc-align.el (c-lineup-multi-inher): Handle lines with
12968         leading comma nicely. Extended to handle member initializers
12969         too.
12971         * cc-engine.el: (c-beginning-of-inheritance-list,
12972         c-guess-basic-syntax): Fixed recognition of inheritance lists
12973         when the lines begins with a comma.
12975         * cc-vars.el (c-offsets-alist): Changed default for
12976         member-init-cont to c-lineup-multi-inher since it now handles
12977         member initializers and indents better for leading commas.
12979 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
12981         * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
12982         handling that caused class open lines to be recognized as
12983         statement-conts in some cases.
12985         * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
12986         guessed by the adaptive fill function unless point is on the
12987         first line of a block comment.
12989         * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
12990         when the buffer ends with a macro continuation char.
12992         * cc-engine.el (c-guess-basic-syntax): Added support for
12993         function definitions as statements in Pike.  The first
12994         statement in a lambda block is now labeled defun-block-intro
12995         instead of statement-block-intro.
12997         * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
12998         so that the class surrounding point is selected, not the one
12999         innermost in the state.
13001         * cc-engine.el (c-guess-basic-syntax): Fixed bug in
13002         recognition of switch labels having hanging multiline
13003         statements.
13005         * cc-engine.el (c-beginning-of-member-init-list): Broke out
13006         some code in c-guess-basic-syntax to a separate function.
13007         * cc-engine.el (c-just-after-func-arglist-p): Fixed
13008         recognition of member inits with multiple line arglists.
13009         * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
13010         member-init-cont when the commas are in funny places.
13012 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13014         * cc-defs.el (c-auto-newline): Removed this macro since it's
13015         not used anymore.
13017         * cc-engine.el (c-looking-at-bos): New helper function.
13018         * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
13019         inexpr and toplevel classes apart in Pike.
13021         * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
13022         of case 9A.
13024         * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
13025         constant, since "class" can introduce an in-expression class
13026         in Pike nowadays.
13028 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13030         * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
13031         indentation on cpp-macro lines.
13033         * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
13034         a syntax modifier like comment-intro, to make it possible to
13035         get syntactic indentation for preprocessor directives.  It's
13036         incompatible wrt to lineup functions on cpp-macro, but it has
13037         no observable effect in the 99.9% common case where cpp-macro
13038         is set to -1000.
13040 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13042         * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
13043         member-init-cont when the preceding arglist is several lines.
13045 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13047         * cc-styles.el (c-style-alist): The basic offset for the BSD
13048         style corrected to 8.
13050 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13052         * cc-styles.el (c-style-alist): Adjusted the indentation of
13053         brace list openers in the gnu style.
13055 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13057         * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
13059         * cc-cmds.el (c-electric-brace, c-electric-slash,
13060         c-electric-star, c-electric-semi&comma, c-electric-colon,
13061         c-electric-lt-gt, c-electric-paren): Don't reindent old lines
13062         when c-syntactic-indentation is nil.
13064         * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
13065         we were left at comments preceding the first statement when
13066         reaching the beginning of the buffer.
13068         * cc-vars.el (c-syntactic-indentation): New variable to turn
13069         off all syntactic indentation.
13071 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13073         * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
13074         between the text and the block comment ender when it hangs,
13075         depending on how many there are before the fill.
13077 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13079         * cc-engine.el (c-beginning-of-closest-statement): New helper
13080         function to go back to the closest preceding statement start,
13081         which could be inside a conditional statement.
13082         * cc-engine.el (c-guess-basic-syntax): Use
13083         c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
13085         * cc-engine.el (c-guess-basic-syntax): Better handling of
13086         arglist-intro, arglist-cont-nonempty and arglist-close when
13087         the arglist is nested inside parens.  Cases 7A, 7C and 7F
13088         changed.
13090         * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
13091         up-to-date with javadoc 1.2.
13093 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13095         * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
13096         multiline Pike type decls.
13098 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13100         * cc-cmds.el (c-indent-new-comment-line): Always break
13101         multiline comments in multiline mode, regardless of
13102         comment-multi-line.
13104 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13106         * cc-engine.el (c-guess-basic-syntax): Fixed bug with
13107         fully::qualified::names in C++ member init lists.  Preamble in
13108         case 5D changed.
13110 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13112         * cc-langs.el (c-common-init): Handling of obsolete variables
13113         moved to c-initialize-cc-mode.  More compatible style override
13114         when using global style variables.
13115         * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
13116         variables moved here.
13118         * cc-styles.el (c-make-styles-buffer-local): Flag style
13119         variable localness in c-style-variables-are-local-p to make
13120         the compatibility measure in c-common-init work well.
13122         * cc-styles.el (c-set-style-1): c-special-indent-hook can no
13123         longer contain set-from-style.
13124         * cc-styles.el (c-initialize-builtin-style): Don't check for
13125         set-from-style on c-special-indent-hook.
13126         * cc-styles.el (c-copy-tree): Obsolete.  The standard function
13127         copy-alist is sufficient now.
13129         * cc-styles.el (c-set-style, c-set-style-1,
13130         c-get-style-variables): Fixes to variable initialization so
13131         that duplicate entries in styles have the same effect
13132         regardless of DONT-OVERRIDE.
13134         * cc-styles.el (c-set-style-2): Fixed bug where the
13135         initialization of inheriting styles failed when the
13136         dont-override flag is set.
13138         * cc-vars.el (c-special-indent-hook): Don't use set-from-style
13139         on this.
13141 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13143         * cc-defs.el (c-forward-comment): Removed the workaround
13144         introduced in 5.38 since it had worse side-effects.  If a line
13145         contains the string "//\"", it regarded the // as a comment
13146         start since the \ temporarily doesn't have escape syntax.
13148 2000-07-17  Emmanuel Briot  <briot@act-europe.fr>
13150         * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
13151         ada-xref.el before ada-prj.el, so that the Project menu is created
13152         when ada-prj tries to add to it.
13153         (ada-activate-keys-for-case): Suppress the characters that are not
13154         part of the Ada syntax. Better compatibility with else-mode
13155         (ada-adjust-case-interactive): When auto-casing is not active,
13156         correctly insert newlines (used to insert only ^M).  Prevent the
13157         syntax table from being changed in case of an error
13158         (or '_' becomes part of a word and some commands are confused).
13159         Do nothing if ada-auto-case is nil.
13160         (ada-after-keyword-p): Ignore keywords that are also attributes
13161         (ada-batch-reformat): Update usage comment
13162         (ada-call-from-contextual-menu): New function
13163         (ada-case-read-exceptions): Reinitialize the casing exception list
13164         first to nil first, so that the casing exception file can be
13165         shared.
13166         (ada-check-defun-name): Handles "configure" keyword for gnatdist
13167         files.
13168         (ada-compile-goto-error): Fix regexp used to detect a file:line
13169         anywhere in the error message
13170         (ada-contextual-menu-last-point): New variable
13171         (ada-create-keymap): If the variable delete-key-deletes-forward is
13172         t on XEmacs, it means that DEL should delete one character
13173         forward.
13174         (ada-create-menu): Use :included instead of :visible for XEmacs.
13175         New submenu "Options".
13176         (ada-end-stmt-re): Correctly indent "select ... then abort"
13177         statements.
13178         (ada-fill-comment-paragraph): Correctly delete all leading '--'
13179         even if they don't match ada-fill-comment-prefix Fix handling of
13180         paragraphs on the first or last line of a file.
13181         (ada-format-paramlist): Fix handling of default parameter values.
13182         (ada-get-body-name): New function.
13183         (ada-get-current-indent): Optimized by searchling directly for an
13184         existing generic part or a statement outside of it.  Handle
13185         ada-indent-align-comments when indenting comments Replaced some
13186         regexps by testing directly the next character. This results in a
13187         huge speedup on some files.  New indentation scheme for renames
13188         statements.  Stop looking for the 'while' or 'for' associated with
13189         a 'loop' at the first semicolon encountered.  A "return" can also
13190         match an anonymous access subprogram declaration.
13191         (ada-get-indent-noindent): Ignore strings and comments when
13192         looking for the keywords "record" and "private".
13193         (ada-goto-matching-decl-start): When matching "if", make sure we
13194         are not in fact seeing "end if".  Ignore "when" statements except
13195         when initial keyword was "begin".  Fix handling of nested
13196         procedures.  Add a recursive call to this function to skip over
13197         other 'end' statmts.  Fix indentation for "when .. => begin"
13198         (ada-in-open-paren-p): Fix indentation for complex boolean
13199         expressions, where 'and then', 'or else' and parenthesis
13200         statements are mixed up.
13201         (ada-in-paramlist-p): Skip comments while searching for the
13202         beginning Fix handling of operator declarations.
13203         (ada-indent-align-comments): New variable
13204         (ada-indent-current): Change the syntax table only in the
13205         protected section, so that we are sure it is restored correctly.
13206         (ada-indent-on-previous-lines): Use ada-use-indent and
13207         ada-with-indent Correctly indent "select ... then"
13208         (ada-indent-region): Slight speedup.
13209         (ada-indent-renames): New variable.
13210         (ada-last-which-function-subprog, ada-last-which-function-line):
13211         New variables
13212         (ada-looking-at-semi-private): Correctly indent the 'private'
13213         keyword when it is the first word in a package declaration.
13214         (ada-loose-case-word): Stop searching if at the end of the buffer.
13215         (ada-loose-case-word, ada-capitalize-word): Recase the whole word
13216         even if point is not initially at the end of the word.
13217         (ada-matching-decl-start-re): Add "when".
13218         (ada-mode): Add support for abbrev-mode, outline-mode and
13219         which-func-mode Override the old find-file.el entry in
13220         ff-special-constructs since it is using the obsolete
13221         ada-spec-suffix variable
13222         (ada-no-auto-case): New function
13223         (ada-scan-paramlist): When parsing the argument type, accept
13224         spaces (as in "X 'Class", generated by Rational Rose).
13225         (ada-other-file-name): No longer loads the other file.
13226         (ada-popup-menu): Save and restore the current buffer and cursor
13227         position before and after displaying the menu.
13228         (ada-search-ignore-complex-boolean): New function.
13229         (ada-uncomment-region): Emacs21 already knows how to delete
13230         comments not starting in the first column.
13231         (ada-use-indent): New variable
13232         (ada-which-function): New function.
13233         (ada-with-indent): New variable
13234         (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
13235         can be batch-compiled from the command line.
13237         * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
13238         Add to the menu when the file is loaded, not in ada-mode-hook.
13239         Add -toolbar to the default ddd command Switches moved from
13240         ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
13241         ada-prj-default-comp-opt
13242         (ada-add-ada-menu): Remove the map and name parameters Add the Ada
13243         Reference Manual to the menu
13244         (ada-check-current): rewritten as a call to ada-compile-current
13245         (ada-compile): Removed.
13246         (ada-compile-application, ada-compile-current, ada-check-current):
13247         Set the compilation-search-path so that compile.el automatically
13248         finds the sources in src_dir.  Automatic scrollong of the
13249         compilation buffer.  C-uC-cC-c asks for confirmation before
13250         compiling
13251         (ada-compile-current): New parameter, prj-field
13252         (ada-complete-identifier): Load the .ali file before doing
13253         processing
13254         (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
13255         conform to gnatmake's behavior.
13256         (ada-find-file-in-dir): New function
13257         (ada-find-references): Set the environment variables for gnatfind
13258         (ada-find-src-file-in-dir): New function.
13259         (ada-first-non-nil): Removed
13260         (ada-gdb-application): Add support for jdb, the java debugger.
13261         (ada-get-ada-file-name): Load the original-file first if not done
13262         yet.
13263         (ada-get-all-references): Handles the new ali syntax (parent types
13264         are found between <>).
13265         (ada-initialize-runtime-library): New function
13266         (ada-mode-hook): Always load a project file when a file is opened,
13267         so that the casing exceptions are correctly read.
13268         (ada-operator-re): Add all missing operators ("abs", "rem", "**").
13269         (ada-parse-prj-file): Use find-file-noselect instead of find-file
13270         to open the project file, since the latter does not work with
13271         speedbar Get default values before loading the prj file, or the
13272         default executable file name is wrong.  Use the absolute value of
13273         src_dir to initialize ada-search-directories and
13274         compilation-search-path,...  Add the standard runtime library to
13275         the search path for find-file.
13276         (ada-prj-default-debugger): Was missing an opening '{'
13277         (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
13278         variables.
13279         (ada-prj-default-gnatmake-opt): New variable
13280         (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
13281         buffers, the project file is the default one Save the windows
13282         configuration before displaying the menu.
13283         (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
13284         (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
13285         ...)  regexp-quote identifiers names to support operators +,
13286         -,... in regexps.
13287         (ada-remote): New function.
13288         (ada-run-application): Erase the output buffer before starting the
13289         run Support remote execution of the application.  Use
13290         call-process, or the arguments are incorrectly parsed
13291         (ada-set-default-project-file): Reread the content of the active
13292         project file, not the one from the current buffer When a project
13293         file is set as the default project, all directories are
13294         automatically associated with it.
13295         (ada-set-environment): New function
13296         (ada-treat-cmd-string): New special variable ${current}
13297         (ada-treat-cmd-string): Revised.  The substitution is now done for
13298         any ${...} substring
13299         (ada-xref-current): If no body was found, compiles the spec
13300         instead.  Setup ADA_{SOURCE,OBJECTS}_PATH before running the
13301         compiler to get rid of command line length limitations.
13302         (ada-xref-get-project-field): New function
13303         (ada-xref-project-files): New variable
13304         (ada-xref-runtime-library-specs-path)
13305         (ada-xref-runtime-library-ali-path): New variables
13306         (ada-xref-set-default-prj-values): Default run command now does a
13307         cd to the build directory.  New field: main_unit Provide a default
13308         file name even if the current buffer has no prj file.
13310         * ada-prj.el:
13311         Rewritten to show a tabbed-dialog.
13312         (ada-prj-add-ada-menu): Remove the map and name parameters.
13313         (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
13314         New function
13315         (ada-prj-load-directory, ada-prj-subdirs-of): New functions
13316         (ada-prj-load-from-file): New function
13317         (ada-prj-save): Always save fields that depend on the current buffer
13318         (ada-prj-show-value): New function
13320         * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
13321         Ada mode. This will allow us to display the Ada menu in any buffer
13322         we want (for project items).
13323         (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
13324         number of spaces in the header.
13326 2000-07-24  Dave Love  <fx@gnu.org>
13328         * ediff-init.el (ediff-region-help-echo): Bind face-help.
13330 2000-07-23  Noah Friedman  <friedman@splode.com>
13332         * type-break.el (type-break): perform autosave.
13333         Suggested by Stephen Gildea <gildea@intouchsys.com>.
13334         (type-break-do-query): Cancel query schedule while performing
13335         actual query, to avoid possibility of a second query being made
13336         while first one is already in progress.
13337         (type-break-time-stamp-format): New variable.
13338         (type-break-time-stamp): New function.
13339         (type-break-time-warning): Use it.
13340         (type-break-keystroke-warning): Use it.
13341         (type-break-noninteractive-query): Use it.
13343         * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
13344         cookie.
13345         Use add-minor-mode to set minor-mode-alist, if available.
13346         (eldoc-echo-area-use-multiline-p): New user option.
13347         (eldoc-echo-area-multiline-supported-p): New variable.
13348         (eldoc-docstring-format-sym-doc): Use them.
13349         (eldoc-mode): If not using idle timers, append to local post and
13350         pre command hooks.  Suggested by David Byers <davby@ida.liu.se>.
13351         (eldoc-display-message-no-interference-p): Don't interfere with
13352         edebug.
13353         Add autoload cookie for eldoc-mode minor-mode-alist initialization.
13354         (eldoc-function-arglist): New function.
13355         (eldoc-function-argstring): Use it.
13357         * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
13358         auto save directory exists before calling directory-files.
13360 2000-07-23  Dave Love  <fx@gnu.org>
13362         * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
13363         ^o, ^u.
13365 2000-07-21  Dave Love  <fx@gnu.org>
13367         * ediff-init.el (ediff-region-help-echo): Modify to use overlay
13368         now passed to the function.  It now works properly.
13370         * smerge-mode.el (smerge-mode-menu): Fill it out.
13372 2000-07-20  Gerd Moellmann  <gerd@gnu.org>
13374         * info-look.el (info-lookup): If *info* is shown in another frame
13375         on the same display, select that frame, instead of switching to
13376         the Info buffer in another window of the selected frame.
13378         * simple.el (universal-argument-map): Bind numeric keypad keys
13379         kp-0 to kp-9 and kp-subtract.
13380         (digit-argument): Handle these keys.
13382 2000-07-20  Dave Love  <fx@gnu.org>
13384         * net/goto-addr.el (goto-address-fontify): Don't bother with
13385         buffer-modified and read-only stuff -- irrelevant with overlays.
13386         Put an extra property on the overlays and use it to clean up in
13387         case goto-address is re-run.
13389 2000-07-19  Richard M. Stallman  <rms@gnu.org>
13391         * timer.el (run-with-idle-timer): Doc fix.
13393         * mail/mail-utils.el (mail-strip-quoted-names):
13394         Handle case where <...> appears inside "...".
13395         Use replace-match to edit the string more simply.
13396         (rmail-dont-reply-to): Cope with an unmatched ".
13398 2000-07-19  Dave Love  <fx@gnu.org>
13400         * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
13401         implementation.
13403         * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
13404         (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
13405         (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
13407 2000-07-19  Gerd Moellmann  <gerd@gnu.org>
13409         * textmodes/refer.el: Correct maintainer's email address.
13411         * progmodes/hideif.el: Correct author's email address.
13412         Fix typo in comment.
13414         * xml.el: New file.
13416         * mail/mailheader.el: Correct author's mail address.
13418         * gnus/parse-time.el: Correct author's mail address.
13420 2000-07-19  Colin Walters <walters@cis.ohio-state.edu>
13422         * comint.el (comint-highlight-input, comint-highlight-face):
13423         New user options.
13424         (comint-input-ring-file-name): Change custom type.
13425         (comint-mode-map): Bind mouse-2.
13426         (comint-insert-clicked-input): New function.
13427         (comint-send-input): Handle input highlighting.
13429 2000-07-18  Stefan Monnier  <monnier@cs.yale.edu>
13431         * mouse.el (popup-menu): New function.
13432         (mouse-major-mode-menu): Use it.
13434 2000-07-18  Dave Love  <fx@gnu.org>
13436         * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
13437         improvements.
13439 2000-07-18  Gerd Moellmann  <gerd@gnu.org>
13441         * faces.el (face-font-selection-order)
13442         (face-font-family-alternatives): Add custom type.
13444 2000-07-18  Dave Love  <fx@gnu.org>
13446         * cus-edit.el (custom-variable-reset-saved)
13447         (custom-variable-reset-standard): Remove unused bindings.
13449         * rect.el (open-rectangle-line): Remove unused let.
13451         * hl-line.el (hl-line-highlight): Check hl-line-mode.
13453 2000-07-18  Gerd Moellmann  <gerd@gnu.org>
13455         * cdl.el: Fix `Maintainer' keyword.
13457         * play/pong.el: Add author's email address.
13459 2000-07-17  Sam Steingold  <sds@gnu.org>
13461         * files.el (insert-directory): Call `split-string' instead of
13462         re-implementing it.
13464 2000-07-18  Gerd Moellmann  <gerd@gnu.org>
13466         * mail/vms-pmail.el: Change maintainer to FSF.
13468         * net/goto-addr.el: Change maintainer to FSF.
13470         * info.el (Info-title-face-alist): Removed.
13472 2000-07-18  David Ponce  <david@dponce.com>
13474         * recentf.el (recentf-open-files): New command that works like
13475         `recentf-open-more-files', but shows the whole list of files (not just
13476         those omitted from the menu). Useful if you don't use a menu-bar!
13477         (recentf-open-more-files) Modified to use `recentf-open-files'.
13479         (recentf-open-files, recentf-open-more-files)
13480         (recentf-edit-list): Dialogs use `recentf-dialog-mode'
13482         (recentf-dialog-mode): New mode for dialogs. You can now just type
13483         "q" to cancel the dialogs.
13485 2000-07-18  David Ponce  <david@dponce.com>
13487         * recentf.el: This is a major update of recentf.el. It adds new
13488         features to better organize the recentf menu and "More..." buffer.
13490         Using new provided menu filtering functions you can now organize the
13491         recent files list:
13493         - by major modes
13494         - by directories
13495         - by user defined rules
13497         Finally, with the new `recentf-filter-changer' customizable filter you
13498         can define a ring of filters and dynamically (via the menu) cycle on
13499         each menu organization in the ring (a la msb).
13501 2000-07-18  Eli Zaretskii  <eliz@is.elta.co.il>
13503         * eshell/eshell.el (eshell): Replace links to eshell.info with
13504         links to eshell, to avoid problems on systems where the manual is
13505         installed as `eshell'.
13506         * eshell/esh-cmd.el (eshell-cmd): Ditto.
13507         * eshell/em-smart.el (eshell-smart): Ditto.
13508         * eshell/em-banner.el (eshell-banner): Ditto.
13509         * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
13511         * eshell/em-unix.el (eshell-shuffle-files): Don't disable
13512         same-file check in the MS-DOS version (it does support inodes).
13514         * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
13516         * eshell/eshell.el (eshell-directory-name):
13517         Run default directory name through convert-standard-filename.
13519 2000-07-18  Kenichi Handa  <handa@etl.go.jp>
13521         * international/mule-cmds.el (select-safe-coding-system):
13522         Fix typo in the comment.
13524         * language/european.el (compound-text):
13525         Force katakana-jisx0201 to be designated to G1.
13527         * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
13528         Don't translate some national variant characters of latin-jisx0201.
13529         (x-ctext): Force katakana-jisx0201 to be designated to G1.
13531         * international/kkc.el (kkc-after-update-conversion-functions):
13532         New variable.
13533         (kkc-update-conversion): Run functions in it at the tail.
13535 2000-07-16  John Wiegley  <johnw@gnu.org>
13537         * lisp/align.el (align-newline-and-indent):
13538         Adding new function.  for auto-aligning blocks of code on RET.
13539         (align-region): Fixed badly formatted minibuffer message.
13541 2000-07-17  Kenichi Handa  <handa@etl.go.jp>
13543         * international/kkc.el (kkc-show-conversion-list-count): Customize it.
13544         (kkc-region): Update kkc-next-count and kkc-prev-count here.  Show
13545         the conversion list at first if appropriate.
13546         (kkc-next): Don't update kkc-next-count here.
13547         (kkc-prev): Don't update kkc-prev-count here.
13548         (kkc-show-conversion-list-update): Fix setting up of conversion
13549         list message.
13551 2000-07-16  Stefan Monnier  <monnier@cs.yale.edu>
13553         * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
13555 2000-07-16  Dave Love  <fx@gnu.org>
13557         * cus-edit.el (custom-buffer-create-internal): Use a help-echo
13558         function to be more specific.
13560         * wid-edit.el (widget-specify-field, widget-specify-button): Allow
13561         non-string help-echo.
13562         (widget-types-convert-widget): Defsubst it.
13563         (widget-echo-help): Try to cope with a help-echo function of two
13564         possible sorts.
13566 2000-07-15  Jason Rumney  <jasonr@gnu.org>
13568         * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
13569         Declare as obsolete.
13571         * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
13573 2000-07-14  Gerd Moellmann  <gerd@gnu.org>
13575         * hilit-chg.el: Fix typo.
13577 2000-07-14  Dave Love  <fx@gnu.org>
13579         * info.el (Info-mode-menu): Fix use of :help, :enable.
13581 2000-07-14  Stefan Monnier  <monnier@cs.yale.edu>
13583         * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
13585 2000-07-13  Dave Love  <fx@gnu.org>
13587         * emacs-lisp/easymenu.el: Doc fixes.
13588         (easy-menu-remove): Defalias to ignore.
13590         * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
13591         Call throw correctly.
13593 2000-07-13  Gerd Moellmann  <gerd@gnu.org>
13595         * faces.el (frame-background-mode): Doc fix.
13597         * simple.el (eval-expression-print-length): Change custom type to
13598         allow entering nil as value.
13600 2000-07-13  Dave Love  <fx@gnu.org>
13602         * progmodes/fortran.el (fortran-imenu-generic-expression):
13603         Change definition layout.
13604         (fortran-mode-menu): Reinstate customize entries.
13606         * cus-edit.el (custom-group-menu-create, customize-menu-create):
13607         Use :filter, per old XEmacs code.
13609 2000-07-12  Gerd Moellmann  <gerd@gnu.org>
13611         * term.el (term-send-raw-meta): Strip modifiers from the keyboard
13612         event when deciding what to send to the terminal.
13614 2000-07-12  Dave Love  <fx@gnu.org>
13616         * cus-start.el: Add optional version as 4th element of specs and
13617         use it for several things new in v21.  Remove load-path.  Fix type
13618         of line-number-display-limit.
13620 2000-07-11  Dave Love  <fx@gnu.org>
13622         * progmodes/fortran.el: Don't require easymenu.
13623         Use repeat counts in various regexps.
13624         (fortran-mode-syntax-table): Defvar directly.
13625         (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
13626         (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
13627         Use defvar, not defconst.
13628         (fortran-mode-map): Change locals in `let'.  Use `fortran-auto-fill'.
13629         (fortran-mode): Set fortran-comment-line-start-skip,
13630         fortran-comment-line-start-skip, dabbrev-case-fold-search.
13631         (fortran-comment-indent): Use defsubst.
13632         (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
13633         Use fortran-comment-indent, not fortran-comment-indent-function.
13634         (fortran-comment-region, fortran-electric-line-number): Simplify.
13635         (fortran-auto-fill): New function.
13636         (fortran-do-auto-fill): Deleted.
13637         (fortran-find-comment-start-skip):
13638         Check for non-null comment-start-skip.
13639         (fortran-auto-fill-mode, fortran-fill-statement):
13640         Use fortran-auto-fill.
13641         (fortran-fill): Use fortran-auto-fill.  Check for null
13642         comment-start-skip.  Simplify final clause and use end-of-line finally.
13644         * widget.el (widget-plist-member): New alias.
13646 2000-07-11  Eli Zaretskii  <eliz@is.elta.co.il>
13648         * eshell/esh-module.el (toplevel): Reference
13649         byte-compile-current-file only if it is bound.
13651 2000-07-10  Gerd Moellmann  <gerd@gnu.org>
13653         * dired.el: Don't require `dired-aux'.
13655 2000-07-10  Miles Bader  <miles@lsi.nec.co.jp>
13657         * dired-aux.el (dired-show-file-type): New function.
13658         * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
13659         (dired-show-file-type): Add autoload.
13661 2000-07-10  Kenichi Handa  <handa@etl.go.jp>
13663         * international/mule-diag.el (describe-font): Adjusted for the
13664         change of fontset-info.
13665         (print-fontset): Likewise.
13667 2000-07-09  Stefan Monnier  <monnier@cs.yale.edu>
13669         * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
13671 2000-07-07  Gerd Moellmann  <gerd@gnu.org>
13673         * bindings.el: Bind `[delete]' to delete-char.
13675         * dired.el (dired-find-alternate-file): New function.
13676         (dired-mode-map): Bind `a' to dired-find-alternate-file.
13677         (toplevel): Require dired-aux when compiling.
13678         (dired-buffers): Move defvar within file to avoid compiler warning.
13680         * info.el (Info-last-search): Variable removed.
13681         (Info-search-history): New variable.
13682         (Info-search): New Info-search-history.
13684         * battery.el, info-look.el: Change author's mail address.
13686 2000-07-07  Jonathan I. Kamens  <jik@kamens.brookline.ma.us>
13688         * mail/rmail.el (rmail-clear-headers): Don't throw an error
13689         if rmail-ignored-headers is nil.
13690         (rmail-retry-failure): Bind rmail-ignored-headers and
13691         rmail-displayed-headers to nil.
13693 2000-07-06  Gerd Moellmann  <gerd@gnu.org>
13695         * lpr.el (lpr-page-header-switches): Add `-h' switch.
13696         (print-region-1): Don't hard code `-h' here.
13698         * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
13700 2000-07-01  Francesco Potorti`  <pot@gnu.org>
13702         * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
13703         exim can use "your message" instead of "the message".
13705 2000-07-06  Stefan Monnier  <monnier@cs.yale.edu>
13707         * facemenu.el: Docstrings fixes.
13708         (facemenu-get-face): Don't use internal-find-face.
13709         (facemenu-iterate): Rename arg to match the docstring.
13711         * newcomment.el (uncomment-region): Be more careful when skipping
13712         backwards over `=' not to bump into BOBP.
13714 2000-07-05  Michael Kifer  <kifer@cs.sunysb.edu>
13716         * ediff-diff.el (ediff-wordify): Use syntax table.
13717         * ediff-init.el (ediff-has-face-support-p): Use
13718         ediff-color-display-p.
13719         (ediff-color-display-p): Use display-color-p, changed to defun
13720         from defsubst.
13721         Got rid of special cases for NeXT and OS/2.
13722         * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
13723         face.
13725 2000-07-05  Stefan Monnier  <monnier@cs.yale.edu>
13727         * emacs-lisp/lucid.el: Require CL.
13728         (copy-tree, remprop): Remove, it's provided by CL.
13729         (map-keymap): Define in terms of cl-map-keymap.
13730         (extent-property, set-extent-end-glyph): New functions.
13732         * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
13734 2000-07-05  Gerd Moellmann  <gerd@gnu.org>
13736         * Makefile.in (DONTCOMPILE): Add comment that the name may
13737         not be changed without changing the make-dist script.
13739         * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
13740         (cl-mapc): Use mapc instead of cl-old-mapc.
13742 2000-07-05  Andrew Innes  <andrewi@gnu.org>
13744         * makefile.nt: Add support for `bootstrap' and related targets.
13746 2000-07-05  Stefan Monnier  <monnier@cs.yale.edu>
13748         * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
13749         (easy-menu-do-define): Use `menu-item' format.
13750         Handle case where easy-menu-create-menu returns a symbol.
13751         Manually call the potential top-level filter in the function binding.
13752         (easy-menu-filter-return): New arg NAME.
13753         Convert to a keymap if MENU is an XEmacs menu.
13754         (easy-menu-convert-item-1): New.  Extracted from easy-menu-do-add-item.
13755         (easy-menu-converted-items-table, easy-menu-convert-item):
13756         New var and fun to memoize easy-menu-convert-item-1.
13757         (easy-menu-do-add-item): Use it.
13758         (easy-menu-create-menu): Use easy-menu-convert-item.
13759         Wrap easy-menu-filter-return around any :filter specification.
13760         Don't convert the menu if a filter was specified.
13761         Tell easy-menu-make-symbol not to check for MENU being an expression.
13762         (easy-menu-make-symbol): New arg NOEXP.
13764 2000-07-05  Gerd Moellmann  <gerd@gnu.org>
13766         * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
13767         EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
13768         (eval-defun): If called with prefix arg, instrument code for
13769         Edebug.
13771         * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
13772         similar to that of eval-defun.
13774 2000-07-04  Dave Love  <fx@gnu.org>
13776         * hl-line.el (hl-line-overlay): Make it permanent-local.
13778         * calendar/todo-mode.el: Replaced with a working version, based on
13779         1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
13781 2000-07-03  Miles Bader  <miles@lsi.nec.co.jp>
13783         * paths.el (prune-directory-list): New function.
13784         (Info-default-directory-list): Rewritten to more methodically
13785         enumerate a big list of possible info directories (based on the
13786         list used by the standalone info reader).
13788         * info.el (info-initialize): Use prune-directory-list to remove
13789         non-existent directories from Info-directory-list.
13791         * paths.el (Info-default-directory-list): Try a list of possible
13792         info-directories instead of a single one.  Add the possible
13793         info directory "/usr/share/info".
13795         * woman.el (woman-man.conf-path): Explicitly include the debian
13796         man-db config file "/etc/manpath.config".
13797         (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
13798         are present in `manpath.config'.
13799         (woman-manpath): Include "/usr/share/man".
13801 2000-07-03  Gerd Moellmann  <gerd@gnu.org>
13803         * frame.el (blink-cursor-mode): Don't hide cursor initially.
13805         * startup.el (command-line): Initialize blink-cursor based
13806         on window-system.
13808         * frame.el (blink-cursor): Default to nil if not running under
13809         a window-system.
13811         * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
13812         (face-x-resources): Remove duplicate entry for :font.
13814         * textmodes/refer.el (refer-find-entry-internal): Use some-window
13815         instead of cycling through windows with next-window.
13817         * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
13818         of cycling through windows with next-window.
13820         * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
13821         of cycling through windows with next-window.
13823         * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
13824         (edebug-get-displayed-buffer-points): Use walk-windows/some-window
13825         instead of cycling through windows with next-window.
13827         * calendar/appt.el (appt-select-lowest-window): Use walk-windows
13828         instead of cycling through windows with next-window.
13830         * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
13831         of cycling through windows with next-window.
13833         * terminal.el (te-process-output): Use walk-windows instead of
13834         cycling through windows with next-window.
13836         * server.el (server-switch-buffer): Use some-window instead of
13837         cycling through windows with next-window.
13839         * window.el (some-window): New function.
13840         (walk-windows): Remove reference to walk-windows-start.
13842         * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
13844 2000-07-03  Richard Stallman  <rms@gnu.org>
13846         * window.el (walk-windows): Guarantee termination by keeping a list
13847         of all the windows already handled.
13849 2000-06-28  Eli Zaretskii  <eliz@is.elta.co.il>
13851         * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
13852         window-system.
13854         * man.el (Man-notify-when-ready): Don't use window-system.  If
13855         Man-notify-method is newframe, and the display is not
13856         multi-frame, select the frame created for the man page.
13857         (Man-init-defvars): Doc fix.
13859 2000-06-28  Gerd Moellmann  <gerd@gnu.org>
13861         * faces.el (region): Change background color for light background.
13863         * ediff-wind.el (ediff-setup-control-frame): Remove :box
13864         attribute from mode-line face of Ediff control frame.
13866         * replace.el (query-replace-map): Bind `e' like `E'.
13868 2000-06-28  Eli Zaretskii  <eliz@is.elta.co.il>
13870         * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
13871         Change name to "Select All".
13873         * dos-fns.el (convert-standard-filename): Fix last change.
13875 2000-06-27  Gerd Moellmann  <gerd@gnu.org>
13877         * help.el (describe-variable): Don't insert a second `'s' in front
13878         of the string `value is shown below'.  Since the syntax-table is
13879         set to emacs-lisp-mode-syntax-table, forward-sexp skips over
13880         an existing `'s', so that this won't be deleted.
13882         * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
13883         * pcmpl-unix.el: New files.
13885 2000-06-26  Stefan Monnier  <monnier@cs.yale.edu>
13887         * wid-edit.el (widget-member): Use the new plist-member.
13889 2000-06-26  Gerd Moellmann  <gerd@gnu.org>
13891         * replace.el (perform-replace): Undo change of 2000-04-04.
13892         Instead, move backward 1 character at the end of the loop when
13893         necessary.
13895         * faces.el (fringe): Change face for different backgrounds.
13897         * eshell/esh-module.el (toplevel): Load defgroup's differently;
13898         patch from John.
13900         * eshell/*.el: Change spelling of the Free Software Foundation.
13902         * eshell/esh-toggle.el: Removed.
13904         * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
13906         * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
13907         interactively.
13909 2000-06-26  Alex Schroeder  <alex@gnu.org>
13911         * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
13912         `define-key'; instead of checking `(emacs-version)' check for
13913         `set-keymap-parent' and `set-keymap-name' directly.  Add entries
13914         for `;' and `o' which might be electric.
13916         (sql-electric-stuff): New user option.
13917         (sql-magic-go): New function which uses `sql-electric-stuff'.
13918         (sql-magic-semicolon): New function which uses
13919         `sql-electric-stuff'.
13921         (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
13922         is not fboundp.
13924         (sql-oracle-options): New variable.
13925         (sql-oracle): Use it.
13927         (sql-imenu-generic-expression): Doc change.
13928         (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
13929         is used.
13931         (sql-informix): Added command line parameter "-" to force
13932         sql-informix-program to use stdout.
13934 2000-06-25  Eli Zaretskii  <eliz@is.elta.co.il>
13936         * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
13937         (cp864-decode-table): Doc fix.
13938         (cp720-decode-table): New variable, supports the Arabic OEM
13939         codepage used by Windows.
13940         (cp737-decode-table): New, Greek OEM codepage used by Windows.
13942 2000-06-23  Dave Love  <fx@gnu.org>
13944         * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
13945         (font-lock-fontify-anchored-keywords): Use
13946         line-beginning-position.
13947         (global-font-lock-mode): Use mapc.
13949 2000-06-23  Stefan Monnier  <monnier@cs.yale.edu>
13951         * eshell/esh-module.el: Require CL when compiling.
13953 2000-06-23  Gerd Moellmann  <gerd@gnu.org>
13955         * comint.el (comint-substitute-in-file-name): Call replace-match
13956         with second and third arg t.
13958         * cus-edit.el (custom-button-face, custom-button-pressed-face):
13959         Specify foreground color.
13961         * faces.el (tool-bar, mode-line, header-line): Specify foreground
13962         color.
13964         * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
13966         * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
13967         cddr instead of cdddr.
13969         * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
13970         instead of copy-list.
13972         * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
13973         of copy-list.
13975         * subdirs.el: Add eshell subdirectory.
13977         * eshell: New subdirectory containing the Eshell package.
13979         * pcomplete.el: New file.
13981 2000-06-23  Paul Eggert  <eggert@twinsun.com>
13983         * mail/mailpost.el (post-mail-send-it): Make sure file has
13984         proper permissions from birth.
13986         * files.el (basic-save-buffer-2): When temporarily setting
13987         file modes, set them to current modes plus 0200, not to 0777.
13989         * emerge.el (emerge-make-temp-file): Make sure file has proper
13990         permissions from birth.
13992 2000-06-22  Eli Zaretskii  <eliz@is.elta.co.il>
13994         * files.el (make-backup-file-name-1): On DOS/Windows, run the
13995         backup file name through convert-standard-filename.
13997         * dos-fns.el (convert-standard-filename): Convert leading
13998         directories as well.  When long file names are supported, convert
13999         characters that are invalid in Windows file names.
14001 2000-06-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
14003         * ps-print.el: Fix bug: if ^L is the very first buffer character,
14004         ps-print crashes.  New feature: page selection for printing.  Create
14005         raw-text-unix coding system for XEmacs.  Doc fix.
14006         (ps-print-version): New version number (5.2.3).
14007         (ps-plot-region): Bug fix.
14008         (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
14009         (ps-header-sheet, ps-generate, ps-end-job): Code fix.
14010         (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
14011         funs.
14012         (ps-selected-pages, ps-last-selected-pages, ps-first-page)
14013         (ps-last-page): New vars.
14015 2000-06-21  Gerd Moellmann  <gerd@gnu.org>
14017         * progmodes/sh-script.el (sh-while-getopts): Fix handling of
14018         empty option string.
14020 2000-06-21  Eli Zaretskii  <eliz@is.elta.co.il>
14022         * man.el (man): Doc fix.
14024 2000-06-21  Kenichi Handa  <handa@etl.go.jp>
14026         * international/mule-cmds.el (set-language-info-alist): Docstring
14027         fixed.
14029 2000-06-20  Gerd Moellmann  <gerd@gnu.org>
14031         * version.el (emacs-version): Use ISO date format.
14033         * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
14034         instead of `M-backspace'.
14036         * simple.el (turn-off-auto-fill): New function.
14038 2000-06-20  Stefan Monnier  <monnier@cs.yale.edu>
14040         * jit-lock.el (with-buffer-prepared-for-jit-lock):
14041         Renamed from with-buffer-prepared-for-font-lock and use
14042         inhibit-modification-hooks rather than setting *-change-functions.
14043         Update all functions to use the new name.
14044         (jit-lock-first-unfontify-pos): New semantics (and doc).
14045         (jit-lock-mode): Make non-interactive.
14046         Don't automatically turn on font-lock.
14047         Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
14048         Always use jit-lock-after-change.
14049         Remove and restore font-lock-after-change-function.
14050         (turn-on-jit-lock, jit-lock-after-fontify-buffer)
14051         (jit-lock-after-unfontify-buffer): Remove.
14052         (jit-lock-stealth-fontify):
14053         Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
14054         (jit-lock-after-change): Set the `fontified' text-prop to nil.
14056 2000-06-20  Sam Steingold  <sds@gnu.org>
14058         * emacs-lisp/cl-indent.el (toplevel): Indent
14059         `print-unreadable-object' properly.  Untabify.
14061 2000-06-14  Carsten Dominik  <dominik@strw.leidenuniv.nl>
14063         * textmodes/reftex.el (reftex-find-citation-regexp-format):
14064         Support for bibentry.
14065         (reftex-compile-variables): Fixed problem with end of section-re.
14067         * texmodes/reftex-dcr.el (reftex-view-crossref,
14068         reftex-view-crossref-from-bibtex):
14069         Deal with changed `reftex-find-citation-regexp-format'.
14070         (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
14071         Replaced `remprop' with `put'.
14072         (reftex-view-crossref, reftex-view-crossref-when-idle):
14073         Support for bibentry.
14075         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
14076         New entry for bibentry package.
14078         * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
14079         Regexp also matches "\nobibliography".
14081         * textmodes/reftex-global.el (reftex-renumber-simple-labels):
14082         Call `reftex-ensure-write-access' before doing anything.
14083         (reftex-ensure-write-access): New function.
14085 2000-06-14  Carsten Dominik  <dominik@strw.leidenuniv.nl>
14087         * progmodes/idlwave.el: File re-installed (update to version 4.2)
14089         * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
14091         * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
14093         * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
14096 2000-06-20  Dave Love  <fx@gnu.org>
14098         * faces.el (frame-background-mode): Use set-default, not set, in
14099         setter.
14100         (frame-update-faces, frame-update-face-colors): Define with
14101         defalias.
14103         * enriched.el (enriched-decode-foreground)
14104         (enriched-decode-background): Don't use internal-find-face.
14106         * apropos.el: Doc fixes.
14108         * cus-edit.el (customize-changed-options): Check arg.
14109         (customize-version-lessp): Don't require decimal point.
14111         * custom.el (defcustom, defgroup): Doc fix.
14113         * newcomment.el (comment) <defgroup>: Add :version.
14114         (comment-multi-line): Doc fix.
14116         * emulation/mlsupport.el (define-hooked-local-abbrev,
14117         define-hooked-global-abbrev): Fix, using define-abbrev.
14119 2000-06-19  Gerd Moellmann  <gerd@gnu.org>
14121         * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
14122         the whole buffer.
14124 2000-06-19  Dave Love  <fx@gnu.org>
14126         * menu-bar.el (menu-bar-options-save): New function.
14127         (menu-bar-options-menu): Use it.
14128         (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
14129         Simplify.
14131 2000-06-19  Andreas Schwab  <schwab@suse.de>
14133         * progmodes/etags.el (tags-query-replace): Put new parameters
14134         START and END at the end, for backward compatibility.
14136 2000-06-19  Kenichi Handa  <handa@etl.go.jp>
14138         * international/codepage.el:
14139         (cp-coding-system-for-codepage-1): Delete special codes for
14140         generating xxx-dos coding system because now a CCL based coding
14141         system can handle EOL conversion by default.
14143         * international/mule.el (make-coding-system): Generate subsidiary
14144         coding systems for EOL handling variants even for a CCL based
14145         coding system.
14147 2000-06-19  Kenichi Handa  <handa@etl.go.jp>
14149         * international/isearch-x.el (isearch-minibuffer-input-method)
14150         (isearch-minibuffer-input-method-function): These variables
14151         deleted.
14152         (isearch-with-input-method): Don't use the above variables.
14153         (isearch-process-search-multibyte-characters): Likewise.  Call
14154         read-string with the arg INHERIT-INPUT-METHOD t.
14156 2000-06-17  Stefan Monnier  <monnier@cs.yale.edu>
14158         * font-lock.el (font-lock-after-fontify-buffer)
14159         (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
14161         * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
14162         Use consistent make-local-variable style for font-lock-fontified.
14163         (jit-lock-fontify-buffer):
14164         Don't bother checking for font-lock-mode and jit-lock-mode.
14166         * time.el: Remove trailing ^M that prevent CVS-merging.
14168 2000-06-16  Gerd Moellmann  <gerd@gnu.org>
14170         * Makefile.in (distclean): New target.
14172 2000-06-16  Stefan Monnier  <monnier@cs.yale.edu>
14174         * Makefile.in (srcdir): Define for update-subdirs.
14176 2000-06-16  Gerd Moellmann  <gerd@gnu.org>
14178         * find-lisp.el: New file.
14180 2000-06-16  Andrew Innes  <andrewi@gnu.org>
14182         * time.el (display-time-mail-function): New variable, to allow
14183         external packages to indicate when new mail is available.
14184         (display-time-update): Use it.
14186 2000-06-16  Kenichi Handa  <handa@etl.go.jp>
14188         * international/mule.el (mule-version): Change version name to
14189         SAKAKI.  AOI has already been used by Meadow.
14191         * international/quail.el (quail-show-guidance-buf): To find the
14192         bottom window (but minibuffer), pay attention to the height of
14193         minibuffer.
14195 2000-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
14197         * arc-mode.el (archive-mode-map): Use the new menu-item format for
14198         menu-bar menus.  Add help strings.  Don't remove the Edit menu
14199         from the menu bar, as the menu bar has enough space now.
14201         * Makefile.in (SHELL): Make sure /bin/sh is used.
14203         * woman.el (woman-man-buffer): Fix bold and underlined CJK
14204         characters, which use series of two ^H characters instead of one.
14206 2000-06-15  Gerd Moellmann  <gerd@gnu.org>
14208         * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
14209         (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
14210         functions.
14211         (Info-find-node-2): Try a case-sensitive search first, then
14212         do a case-insensitive search.
14214         * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
14215         tutorials.
14217         * complete.el (PC-env-vars-alist): New variable.
14218         (PC-complete-as-file-name): New function.
14219         (partial-completion-mode): Initialize PC-env-vars-alist from
14220         process-environment.
14221         (PC-do-completion): Handle completion of env vars.
14223         * info.el (Info-set-mode-line): Show file name in mode line,
14224         use `*Info*' instead of `Info:'.
14226         * startup.el (command-line-1): Change copyright messages to year
14227         2000.
14229 2000-06-15  Dave Love  <fx@gnu.org>
14231         * net/goto-addr.el (goto-address-fontify): Use keymap property,
14232         not local-map.
14234 2000-06-15  Kenichi Handa  <handa@etl.go.jp>
14236         * international/mule.el (set-buffer-file-coding-system): Almost
14237         rewritten to handle `undecided' as no-op.
14239 2000-06-14  Gerd Moellmann  <gerd@gnu.org>
14241         * Makefile.in: New file.
14243         * Makefile: Removed.
14245         * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
14246         (goto-address-highlight-keymap): Bind C-c RET.
14248 2000-06-14  Kenichi Handa  <handa@etl.go.jp>
14250         * mail/sendmail.el (sendmail-send-it): The temporary buffer
14251         inherits buffer-file-coding-system of the current buffer.
14253         * tar-mode.el (tar-extract): For goto-char, use (point-min), not
14254         0.  Give correct argument to set-auto-coding-function.
14255         (tar-expunge): For goto-char, use (point-min), not 0.
14256         (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
14257         (tar-subfile-save-buffer): Likewize.
14259         * international/mule.el
14260         (after-insert-file-set-buffer-file-coding-system): Call
14261         set-buffer-file-coding-system with the arg FORCE t.
14263 2000-06-13  Gerd Moellmann  <gerd@gnu.org>
14265         * mail/sendmail.el (mail-specify-envelope-from): Initialize to
14266         nil.  Contemporary sendmails issue an X-Authentication-Warning if
14267         the sender is set with `-f'.
14269 2000-06-13  Dave Love  <fx@gnu.org>
14271         * help.el (describe-function-1): Kluge around cases of functions
14272         fset to subrs whose doc doesn't match their symbol-name.
14274         * image.el (insert-image): Default STRING to a space.
14276         * info.el Doc fixes.
14277         (Info-build-node-completions): Match Ref tags.
14279 2000-06-13  Eli Zaretskii <eliz@is.elta.co.il>
14281         * frame.el (display-multi-frame-p, display-multi-font-p): New
14282         defaliases for display-graphic-p.
14284         * hl-line.el: Fixed a typo in commentary.
14286 2000-06-13  Kenichi Handa  <handa@etl.go.jp>
14288         * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
14289         fixed.
14291 2000-06-12  Dave Love  <fx@gnu.org>
14293         * image.el (insert-image): Save a little consing.
14295 2000-06-12  Kenichi Handa  <handa@etl.go.jp>
14297         * language/tibet-util.el: Convert all tibetan-1-column characters
14298         to the corresponding tibetan characters.
14299         (tibetan-add-components): Delete code for the special treatment of
14300         'a chung.
14302         * language/tibetan.el (tibetan-composable-pattern): Fix previous
14303         change.
14304         (tibetan-vowel-transcription-alist): More rules added.
14305         (tibetan-composite-vowel-alist): New variable.
14306         (tibetan-precomposition-rule-alist): More rules added.
14308 2000-06-12  Stefan Monnier  <monnier@cs.yale.edu>
14310         * startup.el (command-line): Only call menu-bar-mode if interactive.
14312         * thingatpt.el (toplevel symbol-properties):
14313         * textmodes/makeinfo.el (makeinfo-compile):
14314         * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
14315         * progmodes/hideif.el (hif-compress-define-list)
14316         (hide-ifdef-use-define-alist):
14317         * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
14318         (ange-ftp-vms-add-file-entry):
14319         * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
14320         * man.el (Man-build-man-command):
14321         * mail/rnewspost.el (news-reply-header-hook):
14322         * info.el (Info-insert-dir):
14323         * emulation/mlconvert.el (backward-word, forward-word, setq):
14324         * emacs-lisp/gulp.el (gulp-send-requests):
14325         * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
14326         (byte-optimize-inline-handler, byte-optimize-form-code-walker)
14327         (byte-optimize-apply, end of file):
14328         * emacs-lisp/advice.el (ad-advice-class-completion-table)
14329         (ad-make-freeze-definition):
14330         * startup.el (command-line, command-line-1): Don't quote lambdas.
14332         * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
14333         (cvs-cleanup-removed): New function.
14334         (cvs-cleanup-functions): New var.
14335         (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
14336         some flexibility in specifying additional entries to auto-cleanup.
14337         (cvs-quickdir): New function.
14338         (cvs-mode-insert): Use cvs-fileinfo-from-entries.
14339         (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
14340         (cvs-mode-find-file): Check that we are on a filename or dirname
14341         when invoked through a mouse-click.
14342         (cvs-full-path): Remove.
14343         (cvs-dired-action): Re-introduced.
14344         (cvs-dired-noselect): Use it.
14345         (vc-post-command-functions): use this new hook if available.
14347         * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
14348         (cvs-status-map): Don't inherit from cvs-mode-map anymore.
14349         (cvs-filename-map, cvs-dirname-map): Remove.
14350         (cvs-default-action): Remove.
14351         (cvs-add-face): Use `keymap' rather than `local-map' property, and only
14352         if the arg is really a keymap.
14353         (cvs-fileinfo-pp): Don't use any special map for file and dir names.
14354         Don't hardcode the mapping from state (aka type) to face, but check
14355         the var cvs-fi-<type>-face instead.
14356         (cvs-fileinfo-from-entries): New function.
14358         * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
14359         Docstring fix.
14360         (cvs-find-file-and-jump): Change default to be safer.
14361         (cvs-mode-diff-map): Define it as a function as well.
14362         (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
14363         Bind mouse-2 in this global map rather than with text-properties.
14365         * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
14366         file to resolve the ambiguity between C(conflict) and C(need-merge).
14368 2000-06-12  Kenichi Handa  <handa@etl.go.jp>
14370         * international/mule.el (set-buffer-file-coding-system): If
14371         CODING-SYSTEM is nil, set buffer-file-coding-system to nil
14372         unconditionally.
14374 2000-06-12  Dave Love  <fx@gnu.org>
14376         * wid-edit.el (widget-specify-button): Really suppress the face if
14377         required.
14379 2000-06-11  Gerd Moellmann  <gerd@gnu.org>
14381         * term/x-win.el (x-colors): Add colors from recent rgb.txt.
14383 2000-06-11  Stefan Monnier  <monnier@cs.yale.edu>
14385         * imenu.el (imenu-generic-expression): Docstring fix.
14387         * composite.el (composition-function-table): Move the `put'
14388         below the autoload cookie so we can load the file before loaddefs.
14390         * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
14392         * emacs-lisp/autoload.el (make-autoload): Use `cond'.
14393         Handle easy-mmode-define-global-mode.
14394         For complex macros like define-minor-mode that can generate
14395         several autoload entries, try to autoload entries in the
14396         macroexpanded code.
14398         * emacs-lisp/easy-mmode.el (define-minor-mode):
14399         If KEYMAP is a symbol, just use it.
14400         Use byte-compile-current-file and load-file-name to infer the
14401         proper :require to pass to defcustom.
14402         Wrap the hook var into `progn' so as not to autoload it.
14403         Add a :autoload-end cookie.
14404         Be more careful about the evaluation of KEYMAP.
14405         (easy-mmode-define-global-mode): Add a :autoload-end cookie.
14406         (define-derived-mode): Move define-abbrev-table outside of defvar.
14408 2000-06-10  Stefan Monnier  <monnier@cs.yale.edu>
14410         * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
14411         (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
14412         (backup-compiled-files): Ignore errors during `tar'.
14413         (bootstrap): Make autoloads before elc files.
14415 2000-06-10  Kenichi Handa  <handa@etl.go.jp>
14417         * international/mule.el (set-buffer-file-coding-system): If one of
14418         undecided-XXX is specified, change only EOL conversion.
14420         * international/mule-conf.el (unix): New alias for the coding
14421         system undecided-unix.
14423 2000-06-09  Dave Love  <fx@gnu.org>
14425         * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
14427         * progmodes/executable.el: Byte compile dynamic.
14428         (executable-insert): Change custom type.
14429         (executable-find): Add autoload cookie.
14430         (executable-make-buffer-file-executable-if-script-p): New
14431         function.  After Noah Friedman.
14433         * files.el (after-save-hook): Customize, with
14434         executable-make-buffer-file-executable-if-script-p as an option.
14436 2000-06-09  Kenichi Handa  <handa@etl.go.jp>
14438         * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
14439         "tib24p-mule.bdf" for Tibetan.
14441         * composite.el (decompose-composite-char): Declare it as obsolete.
14443         * man.el (Man-fontify-manpage): Pay attention to underline and
14444         overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
14446 2000-06-08  Gerd Moellmann  <gerd@gnu.org>
14448         * thingatpt.el (forward-thing): Use functionp instead of fboundp.
14449         Set maintainer to FSF since author isn't reachable.
14451 2000-06-08  Dave Love  <fx@gnu.org>
14453         * international/mule-cmds.el (select-safe-coding-system): If
14454         DEFAULT-CODING-SYSTEM is not specified, also check the most
14455         preferred coding-system if buffer-file-coding-system is
14456         `undecided'.  From Handa.
14458 2000-06-08  Kenichi Handa  <handa@etl.go.jp>
14460         * international/mule.el
14461         (after-insert-file-set-buffer-file-coding-system): If the buffer
14462         size is greater than INSERTED, judget that we are not visiting.
14464 2000-06-07  Rajesh Vaidheeswarran  <rv@gnu.org>
14466         * whitespace.el (defgroup whitespace): Comment out `:version'.
14467         XEmacs 20.4 has problems defining the group with this present.
14468         We'll have this commented out till get resolve the problem.
14470 2000-06-07  John Wiegley  <johnw@gnu.org>
14472         * align.el (align-dq-string-modes, align-sq-string-modes)
14473         (align-open-comment-modes): Add pyhton-mode.
14474         (align-rules-list): Use get-text-property instead of
14475         text-properties-at.
14476         (align-rules-list): Add python-assignment.
14477         (align-rules-list): Change perl-comma-delimiter to
14478         basic-comma-delimiter.  Use if for Perl modes and python-mode.
14479         (align-rules-list): Add python-chain-logic and
14480         basic-line-continuation.
14482 2000-06-07  Jari Aalto  <jari.aalto@poboxes.com>
14484         * apropos.el (apropos-mode-hook): New user variable.
14485         (apropos-mode): Run apropos-mode-hook.
14487 2000-06-07  David Ponce  <david@dponce.com>
14489         * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
14490         commands.  Require `wid-edit' at run-time.
14492 2000-06-07  David Ponce  <david@dponce.com>
14494         * recentf.el: Added some "Commentary".
14495         (recentf-open-more-files, recentf-edit-list): Minor changes to
14496         move the point at the top of the file list.  This behaviour is
14497         consistent with the menu one when the list contains a lot of
14498         files.
14499         (recentf-cleanup): Now displays the number of items removed from
14500         the list.
14501         (recentf-relative-filter) New menu filter to show filenames
14502         relative to `default-directory'.
14504 2000-06-07  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
14506         * ps-print.el: XEmacs compatibility.  Doc fix.  Can select page size
14507         with/without giving an error if PostScript printer doesn't have this
14508         kind of page size.  Zebra Stripe continues or restarts on next page.
14509         Manual/automatic paper feeding.  Switch or not the header.
14510         (ps-print-version): New version number (5.2.2).
14511         (ps-windows-system): Include emx as a Windows system.
14512         (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
14513         (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
14514         (ps-background-text): Code fix.
14515         (ps-error-handler-message, ps-user-defined-prologue)
14516         (ps-print-prologue-header, ps-printer-name)
14517         (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
14518         (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
14519         (ps-use-face-background): Customization fix.
14520         (ps-n-up-database): Data fix.
14521         (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
14522         (ps-switch-header): New vars.
14523         (ps-xemacs-color-name, ps-face-foreground-name)
14524         (ps-face-background-name, ps-boolean-constant): New funs.
14526 2000-06-07  Dave Love  <fx@gnu.org>
14528         * allout.el: New version from Manheimer.
14530 2000-06-07  Kenichi Handa  <handa@etl.go.jp>
14532         * textmodes/fill.el (fill-find-break-point): Check the validity of
14533         charset.
14535 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
14537         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
14538         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
14539         Call display-color-p and display-mouse-p instead of looking at
14540         window-system.
14542 2000-06-06  Dave Love  <fx@gnu.org>
14544         * image.el (find-image): Doc fix.  Return nil if image not found.
14545         (put-image, insert-image): Make STRING arg optional.
14547 2000-06-06  Kenichi Handa  <handa@etl.go.jp>
14549         * language/vietnamese.el: Remove eval-when-compile.
14550         (viet-viscii-nonascii-translation-table): Define it as a
14551         translation table made from viet-viscii-decode-table.
14552         (viet-viscii-encode-table): Define it as a translation table made
14553         from the reverse map of above.
14554         (viet-vscii-nonascii-translation-table): Define it as a
14555         translation table made from viet-vscii-decode-table.
14556         (viet-vscii-encode-table): Define it as a translation table made
14557         from the reverse map of above.
14558         (ccl-decode-viscii): Use translate-character.
14559         (ccl-encode-viscii, ccl-encode-viscii-font)
14560         (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
14561         Likewize.
14563         * language/cyrillic.el: Remove eval-when-compile.
14564         (cyrillic-koi8-r-nonascii-translation-table): Define it as a
14565         translation table made from cyrillic-koi8-r-decode-table.
14566         (cyrillic-koi8-r-encode-table): Define it as a translation table
14567         made from the reverse map of above.
14568         (ccl-decode-koi8): Use translate-character.
14569         (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
14570         (cyrillic-alternativnyj-nonascii-translation-table): Define it as
14571         a translation table made from cyrillic-alternativnyj-decode-table.
14572         (cyrillic-alternativnyj-encode-table): Define it as a translation
14573         table made from the reverse map of above.
14574         (ccl-decode-alternativnyj): Use translate-character.
14575         (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
14576         Likewize
14578         * international/mule-diag.el (non-iso-charset-alist): Specify
14579         translation table symbol instead of translation table itself.
14580         (list-block-of-chars): CHARSET may be a translation table symbol.
14582         * international/mule.el (make-coding-system): If CODING-SYSTEM
14583         already exists, override it.
14585         * international/fontset.el: Use family `proportional' for Tibetan
14586         fonts.
14588         * international/ccl.el (ccl-compile-translate-character): Don't
14589         check if Rrr has property translation-table.
14590         (ccl-compile-map-multiple): Modified to avoid compiler warning.
14592 2000-06-05  Gerd Moellmann  <gerd@gnu.org>
14594         * info.el: Bind case-fold-search to t when searching in case
14595         a user sets it to nil in a hook.
14597 2000-06-05  Stefan Monnier  <monnier@cs.yale.edu>
14599         * autoarg.el (autoarg-mode, autoarg-kp-mode):
14600         * hl-line.el (hl-line-mode): Use the new :global key argument.
14602         * tar-mode.el (tar-header-block-recompute-checksum): Remove.
14603         (tar-clip-time-string): Prepend a space.
14604         (tar-grind-file-mode): Construct a string rather than modifying one.
14605         (tar-header-block-summarize): Fix docstring.
14606         Use `format' rather than an error-prone set of copy-loops.
14608         * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
14609         (diff-goto-source, diff-unified->context, diff-context->unified)
14610         (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
14611         understand the format output by the `-p' argument to diff.
14613         * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
14614         (sh-re-done): Use defconst.
14615         (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
14616         (sh-help-string-for-variable, sh-guess-basic-offset):
14617         Don't quote lambdas.
14618         (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
14619         (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
14621         * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
14622         (mh-letter-mode): Derive from text-mode.
14623         This implicitly means that it now calls kill-all-local-variables.
14624         Also remove the Emacs-18 compatibility code.
14626         * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
14627         Make use of symbol-property doc-string-elt.
14628         Use memq rather than a sequence of eq.
14629         (doc-string-elt): Fix the wrong or missing previously unused values.
14630         (autoload-print-form): New function extracted from
14631         generate-file-autoloads to allow recursion when handling progn
14632         so that defvar's and defun's docstrings are properly printed.
14633         (generate-file-autoloads): Use it.
14635         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
14636         Use find-file-hooks in the minor-mode function.
14637         Be careful not to loop indefinitely in the post-command-hook function.
14639 2000-06-05  Michael Kifer  <kifer@cs.sunysb.edu>
14641         * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
14642         tty's.
14643         * ediff-diff.el (ediff-exec-process): Use --binary for fine
14644         differences whenever appropriate.
14645         * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
14646         * viper.el (find-file, find-file-other-window): Get viper to do
14647         wildcards.
14649 2000-06-04  Stefan Monnier  <monnier@cs.yale.edu>
14651         * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
14652         (jit-lock-fontify-buffer): New function for JIT refontification.
14653         (jit-lock-mode): Fix docstring.
14654         Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
14655         Remove jit-lock-after-change from the _local_ hook.
14656         (jit-lock-function-1): Fix docstring.
14658         * info.el (Info-on-current-buffer): Initialize info.
14660         * newcomment.el (comment-indent): Ignore comment-indent-hook.
14662         * progmodes/tcl.el (tcl-indent-for-comment):
14663         Ignore comment-indent-hook.
14665         * emacs-lisp/easy-mmode.el: Require CL during compilation.
14666         (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
14667         (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
14668         and improve to use the lighter to guess the capitalization.
14669         (define-minor-mode): Inline code from easy-mmode-define-toggle.
14670         Add keyword arguments to specify global-ness or the custom group.
14671         Add local-map and help-echo properties to the lighter.
14672         (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
14673         (easy-mmode-define-global-mode): New macro.
14675 2000-06-02  Dave Love  <fx@gnu.org>
14677         * wid-edit.el: byte-compile-dynamic since we typically don't use
14678         all the widgets.  Don't require cl or widget.  Remove
14679         eval-and-compile.  Don't autoload finder-commentary.  Doc fixes.
14680         (widget-read-event): Removed.  Callers changed to use read-event.
14681         (widget-button-release-event-p): Renamed from
14682         button-release-event-p.
14683         (widget-field-add-space, widget-field-use-before-change):
14684         Uncustomize.
14685         (widget-specify-field): Use keymap property, not local-map.
14686         (widget-specify-button): Obey :suppress-face.
14687         (widget-specify-insert): Use modern backquote syntax.
14688         (widget-image-directory): Renamed from widget-glyph-directory.
14689         (widget-image-enable): Renamed from widget-glyph-enable.
14690         (widget-image-find): Replaces widget-glyph-find.
14691         (widget-button-pressed-face): Move defvar.
14692         (widget-image-insert): Replaces widget-glyph-insert.
14693         (widget-convert): Use keywordp.
14694         (widget-leave-text, widget-children-value-delete): Use mapc.
14695         (widget-keymap): Remove XEmacs stuff.
14696         (widget-field-keymap, widget-text-keymap): Define all inside defvar.
14697         (widget-button-click): Don't set point at the click, but re-centre
14698         if we scroll out of window.  Rewritten for images v. glyphs &c.
14699         (widget-tabable-at): Use POS arg, not point.
14700         (widget-beginning-of-line, widget-end-of-line)
14701         (widget-item-value-create, widget-sublist, widget-princ-to-string)
14702         (widget-sexp-prompt-value, widget-echo-help): Simplify.
14703         (widget-default-create): Use widget-image-insert; some rewriting.
14704         (widget-visibility-value-create)
14705         (widget-push-button-value-create, widget-toggle-value-create): Use
14706         widget-image-insert.
14707         (checkbox): Create on and off images dynamically.
14708         (documentation-link): Change :help-echo.
14709         (widget-documentation-link-echo-help): Remove.
14711 2000-06-02  Stefan Monnier  <monnier@cs.yale.edu>
14713         * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
14715         * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
14716         (easy-mmode-define-toggle, define-minor-mode): Use it.
14717         (easy-mmode-define-keymap): Docstring fix.
14718         (define-derived-mode): Default PARENT to fundamental-mode.
14719         Add the derived-mode-parent symbol-property.
14720         (easy-mmode-derived-mode-p): New function.
14722 2000-06-02  Dave Love  <fx@gnu.org>
14724         * files.el (convert-standard-filename): Doc fix.
14725         (normal-backup-enable-predicate): New function.
14726         (backup-enable-predicate): Use it to replace the lambda form.
14728         * calendar/todo-mode.el: [This needs more work on the outline
14729         stuff.]  Doc fixes.
14730         (todo) <defgroup>: Add :version.
14731         (todo-add-category): Don't use pushnew.
14732         (todo-cmd-raise): Fix typo.
14733         (todo-top-priorities): Change temp buffer name.
14734         (todo-category-alist): Avoid redundant lambda.
14735         (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
14736         Use outline-next-heading.
14738         * autoarg.el: Rewritten to use define-minor-mode.
14739         (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
14740         (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
14742 2000-06-02  Kenichi Handa  <handa@etl.go.jp>
14744         * isearch.el (isearch-other-meta-char): Fix previous change.
14746 2000-06-01  Stefan Monnier  <monnier@cs.yale.edu>
14748         * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
14749         (log-edit-done): Only add the comment to the ring if it's different
14750         from the last comment entered.
14752         * isearch.el (isearch-highlight): Turn internal-find-face into facep.
14754 2000-06-01  Dave Love  <fx@gnu.org>
14756         * hl-line.el: Rewritten using define-minor-mode.
14758         * help.el (describe-function-1): Distinguish special form from
14759         builtin function.  Sanity-check presence of arglist for builtins.
14761 2000-06-01  Kenichi Handa  <handa@etl.go.jp>
14763         * international/characters.el: Fix syntax/category setting of
14764         Tibetan characters.
14766         * language/tibet-util.el (tibetan-add-components): Fixes for new
14767         encoding of Tibetan characters.
14768         (tibetan-decompose-precomposition-alist): New variable.
14769         (tibetan-decompose-region): Convert precomposed characters to
14770         non-precomposed characters.
14771         (tibetan-decompose-string): Likewise.
14772         (tibetan-composition-function): Fix args to
14773         thibetan-compose-string.
14775         * language/tibetan.el (tibetan-composable-pattern): More
14776         characters included.
14777         (tibetan-consonant-transcription-alist): Rule for "R" added.
14778         (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
14779         "+R" added.
14780         (tibetan-base-to-subjoined-alist): Rule for "RA" added.
14782         * language/lao-util.el (lao-composition-function): Fix args to
14783         compose-string.
14785         * language/thai-util.el (thai-composition-function): Fix args to
14786         compose-string.
14788         * isearch.el (isearch-update): Set disable-point-adjustment to t
14789         to prevent the point moving to the end of a composition when a
14790         part of a composition is searched.
14791         (isearch-other-meta-char): If the key invoking this command can be
14792         mapped by function-key-map to a printing char, call
14793         isearch-process-search-char directly.
14795 2000-06-01  Stefan Monnier  <monnier@cs.yale.edu>
14797         * emacs-lisp/bytecomp.el:
14798         * frame.el:
14799         * international/mule-cmds.el:
14800         * international/mule-util.el:
14801         * international/mule.el:
14802         * mouse.el:
14803         * subr.el:
14804         * faces.el: Update calls to make-obsolete with a WHEN argument.
14806         * byte-run.el (make-obsolete, make-obsolete-variable):
14807         Add an optional WHEN argument and change the format of the
14808         symbol-property information.
14809         * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
14810         (byte-compile-obsolete, byte-compile-variable-ref): Understand the
14811         new obsolete-symbol-property format and print WHEN if it is provided.
14813 2000-05-31  Dave Love  <fx@gnu.org>
14815         * loadhist.el (loadhist-hook-functions): Remove
14816         before-change-function, after-change-function.
14817         (unload-feature): Deal with symbols which are both bound and
14818         fbound.
14820         * mouse.el (mouse-save-then-kill-delete-region): Don't bind
14821         before-change-function, after-change-function.
14823         * simple.el (newline): Don't bind before-change-function,
14824         after-change-function.
14826 2000-05-31  Rajesh Vaidheeswarran <rv@gnu.org>
14828         * whitespace.el (whitespace-rescan-timer-time): Update interval
14829         set to 600 seconds (10 minutes) instead of 60 seconds since
14830         a large number of whitespace buffers causes emacs to `freeze'
14831         for a considerable amount of time.
14833         * whitespace.el: Updated email address
14835 2000-05-31  Dave Love  <fx@gnu.org>
14837         * add-log.el (change-log-font-lock-keywords) <function>: Add
14838         pattern for function of change.
14839         (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
14840         acknowledgements patterns.
14842 2000-05-31  Kenichi Handa  <handa@etl.go.jp>
14844         * isearch.el (isearch-printing-char): If keyboard coding system is
14845         being used, call isearch-process-search-multibyte-characters.
14847         * international/isearch-x.el: Mostly rewritten.
14849         * international/quail.el (quail-start-conversion): Don't include
14850         unhandled events in the returned events, but set them in
14851         unread-command-events.  Exit if all inputs are deleted.
14853 2000-05-30  Jason Rumney  <jasonr@gnu.org>
14855         * w32-fns.el (w32-charset-info-alist): Add each charset separately.
14857         * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
14858         Reenable code to create initial fontsets.
14859         Use set-fontset-font in place of put-charset-property.
14861 2000-05-30  Gerd Moellmann  <gerd@gnu.org>
14863         * progmodes/perl-mode.el (perl-indent-line): When looking for a
14864         label, ensure that the first colon isn't followed by another.
14866         * paths.el (Info-default-directory-list): Doc fix.
14868         * net/net-utils.el (finger-X.500-host-regexps): New user-option.
14869         (finger): If HOST matches a regexp from finger-X.500-host-regexps,
14870         send a query containing USER only, not USER@HOST.
14872         * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
14873         and rmail-msgend to compute the restriction at the end, instead of
14874         computing it.
14876 2000-05-29  Gerd Moellmann  <gerd@gnu.org>
14878         * dabbrev.el (dabbrev-expand): Don't display messages in the
14879         echo area if the minibuffer window is active.
14881         * jit-lock.el (jit-lock-mode): Add after change function to
14882         local hook.
14884 2000-05-29  Christoph Wedler  <Christoph.Wedler@sap.com>
14886         * antlr-mode.el: New commands: hide/unhide actions,
14887         upcase/downcase literals.
14888         (antlr-tiny-action-length): New user option.
14889         (antlr-hide-actions): New command.  Suggested by
14890         Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
14891         (antlr-mode-map): New binding [C-c C-v].
14892         (antlr-mode-menu): New entries.
14893         (antlr-downcase-literals): New command.
14894         (antlr-upcase-literals): Ditto.
14896         * antlr-mode.el: Minor changes: indendation, mode-name.
14897         (antlr-indent-line): Indent cpp directive at column 0.
14898         (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
14900         * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
14901         (antlr-font-lock-additional-keywords): Workaround for intentional
14902         bug in XEmacs version of font-lock.
14903         (antlr-mode): Set symbol property `mode-name' to "Antlr".  Could
14904         be used by a smarter version of `buffers-menu-grouping-function'.
14906 2000-05-29  Gerd Moellmann  <gerd@gnu.org>
14908         * tmm.el (tmm-prompt): Recognize menu item definitions of the for
14909         `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
14911 2000-05-29  Kenichi Handa  <handa@etl.go.jp>
14913         * international/encoded-kb.el
14914         (encoded-kbd-iso2022-designation-map): Pay attention to that
14915         charset-iso-final-char return -1 for eight-bit-control and
14916         eight-bit-graphic.
14918 2000-05-28  Eli Zaretskii  <eliz@is.elta.co.il>
14920         * speedbar.el (speedbar-use-images, speedbar-update-flag)
14921         (speedbar-easymenu-definition-base): Use display-graphic-p where
14922         available, instead of window-system.
14924 2000-05-28  Eli Zaretskii  <eliz@is.elta.co.il>
14926         * international/codepage.el (cp-coding-system-for-codepage-1): Add
14927         eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
14928         coding systems.
14930 2000-05-26  Dave Love  <fx@gnu.org>
14932         * disp-table.el (standard-display-underline): Don't use
14933         internal-find-face.
14935         * mail/reporter.el: Maintainer change.  Doc fixes.
14936         (reporter-version): Deleted.
14938         * emacs-lisp/elp.el: Maintainer change.
14939         (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
14941 2000-05-26  Stefan Monnier  <monnier@cs.yale.edu>
14943         * add-log.el (add-change-log-entry): Merge the current entry with the
14944         previous one if the previous one is empty.
14946 2000-05-26  Dave Love  <fx@gnu.org>
14948         * loadhist.el (unload-feature): Fix interactive spec [from
14949         lijnzaad@ebi.ac.uk].
14951         * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
14952         subr-arity to check primitives.
14953         (byte-compile-flush-pending, byte-compile-file-form-progn)
14954         (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
14955         (byte-compile-insert, byte-compile-funcall): Use mapc instead of
14956         mapcar.
14958 2000-05-26  Kenichi Handa  <handa@etl.go.jp>
14960         * international/fontset.el: Set family names of non-latin charsets
14961         in default fontset to "*".
14963         * international/mule-diag.el (print-fontset): Combine family part
14964         and registry part of the fontname by "-*-" instead of "-".
14966         * international/mule-cmds.el (encode-coding-char): Make strings
14967         multibyte before calling encode-coding-string.
14969 2000-05-25  Stefan Monnier  <monnier@cs.yale.edu>
14971         * derived.el: Fix keywords.
14972         (define-derived-mode): Only define if needed.
14974         * simple.el (fill-comment, comment-column, comment-start)
14975         (comment-start-skip, comment-end, comment-indent-function)
14976         (block-comment-start, block-comment-end, indent-for-comment)
14977         (set-comment-column, kill-comment, comment-padding, comment-region)
14978         (comment-multi-line, indent-new-comment-line): Remove.
14980         * bindings.el (esc-map): Change ; to comment-dwim and use the new
14981         function names for comment operations.
14983         * newcomment.el: Add abundant autoload cookies.
14984         (comment-style): Don't depend on runtime data at compile-time.
14985         (comment-indent-hook): Remove.
14986         (comment-indent): Check if comment-indent-hook is bound.
14987         (comment-region): Docstring fix.
14989 2000-05-25  Dave Love  <fx@gnu.org>
14991         * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
14992         byte-code-function-p.
14994         * mail/rmailsum.el: Add provide.
14996         * net/goto-addr.el (goto-address-fontify): Add help-echo property.
14998         * smerge-mode.el (smerge-diff-switches): Don't use list* in
14999         defcustom.
15001 2000-05-25  Michael Kifer  <kifer@cs.sunysb.edu>
15003         * ediff-diff.el (ediff-exec-process): delete --binary option from
15004         non-buffer ediff jobs.
15006 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
15008         * hilit-chg.el (highlight-changes-mode): Ask about color or
15009         grayscale support, not about window-system.
15011         * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
15012         window-system.
15013         (ffap-highlight): Always default to t.
15015         * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
15016         display-popup-menus-p instead of looking at window-system.
15018         * disp-table.el (standard-display-g1, standard-display-graphic):
15019         Only refuse to use string glyphs on X and MS-Windows.
15021         * avoid.el: Remove window-system from commentary, suggest to use
15022         display-*-p instead.
15024         * apropos.el (apropos-print): Use display-mouse-p instead of
15025         window-system.
15027 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
15029         * international/codepage.el (cp-decoding-vector-for-codepage):
15030         Fill up unsupported characters with their own codes.  From Kenichi
15031         Handa.
15033 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
15035         * international/mule-diag.el (describe-char-after): Use
15036         display-graphic-p instead of window-system, so that this function
15037         works on MS-DOS.
15039 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
15041         * international/codepage.el (cp-make-coding-systems-for-codepage):
15042         Remove the eight-bit-graphic and eight-bit-control charsets from
15043         the list of charsets which we convert into `?'.
15045 2000-05-25  Kenichi Handa  <handa@etl.go.jp>
15047         * international/mule-conf.el: Specify CHARSET-ID explicitely for
15048         private charsets.
15049         (mule-unicode-0100-24ff, japanese-jisx0213-1,
15050         japanese-jisx0213-2): New charsets.
15052         * international/fontset.el: Setup default fontset for new charsets.
15054 2000-05-24  Dave Love  <fx@gnu.org>
15056         * info.el (Info-find-node-2): Restructure [following "Vadim
15057         S. Solomin" <sovs@uic.nnov.ru>].
15059         * icomplete.el: Fix header for Finder.
15061 2000-05-24  Eric M. Ludlam  <zappo@ultranet.com>
15063         * rmailout.el (rmail-output-to-rmail-file): Added optional param
15064         STAY.
15066         * rmail.el (rmail-automatic-folder-directives): New user variable.
15067         (rmail-show-message): Add call to `rmail-auto-file' during
15068         display.
15069         (rmail-auto-file): New function.
15071 2000-05-24  Michael Kifer  <kifer@cs.sunysb.edu>
15073         * ediff-diff.el (ediff-forward-word): Take syntactic word class into
15074         account.
15075         (ediff-test-utility,ediff-diff-mandatory-option)
15076         (ediff-reset-diff-options): Utilities for proper initialization of
15077         ediff-diff-options and ediff-diff3-options on Windows.
15079         * ediff-init.el (ediff-merge-filename-prefix): New customizable
15080         variable.
15082         * ediff-mult.el (ediff-filegroup-action): Use
15083         ediff-merge-filename-prefix.
15085 2000-05-24  Michael Kifer  <kifer@cs.sunysb.edu>
15087         * viper-ex.el (ex-write): Set selective display to nil.
15089 2000-05-24  Eli Zaretskii  <eliz@is.elta.co.il>
15091         * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
15092         aliases for hebrew-iso-8bit.
15094 2000-05-24  Eli Zaretskii  <eliz@is.elta.co.il>
15096         * woman.el: New version from Francis J. Wright
15097         <F.J.Wright@Maths.QMW.ac.uk>.
15098         (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
15099         names in environment variables regardless of the path separator.
15100         (woman-topic-all-completions-1): Don't call file-name-directory-p
15101         on all files, since woman-file-regexp already filters out any
15102         directories.
15104 2000-05-24  Kenichi Handa  <handa@etl.go.jp>
15106         * international/quail.el (quail-start-translation): Don't change
15107         modified-p of the current buffer.
15108         (quail-start-conversion): Likewise.
15110         * international/kkc.el (kkc-region): Don't change modified-p of
15111         the current buffer.
15113         * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
15114         conform to RFC1468.
15115         (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
15117 2000-05-23  Eric M. Ludlam  <zappo@ballista.ultranet.com>
15119         * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
15120         (speedbar-insert-button): Invisible text property fix.
15121         (speedbar-directory-plus): Renamed from speedbar-directory-+
15122         (speedbar-directory-minus): Renamed from speedbar-directory--
15123         (speedbar-page-plus): Renamed from speedbar-file-+
15124         (speedbar-page-minus): Renamed from speedbar-file--
15125         (speedbar-page): Renamed from speedbar-file-
15126         (speedbar-tag): Renamed from speedbar-tag-
15127         (speedbar-tag-plus): Renamed from speedbar-tag-+
15128         (speedbar-tag-minus): Renamed from speedbar-tag--
15129         (speedbar-expand-image-button-alist): Use above renames.
15131         * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
15132         * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
15133         * sb-pg-plus.xpm: Renamed from sb-file+.xpm
15134         * sb-pg-minus.xpm: Renamed from sb-file-.xpm
15135         * sb-pg.xpm: Renamed from sb-file.xpm
15136         * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
15137         * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
15139 2000-05-24  Kenichi Handa  <handa@etl.go.jp>
15141         * international/quail.el (quail-show-guidance-buf): Set
15142         current-input-method of the guidance buffer to the name of the
15143         curren input method.
15145 2000-05-23  Stefan Monnier  <monnier@cs.yale.edu>
15147         * progmodes/compile.el (compile-internal): Style typo.
15149         * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
15150         quote vars and functions in the docstring.
15152         * newcomment.el (comment-make-extra-lines): Don't use `assert'.
15154         * completion.el (dynamic-completion-mode, dynamic-completion-mode):
15155         Don't quote lambdas.
15157         * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
15159 2000-05-23  Gerd Moellmann  <gerd@gnu.org>
15161         * startup.el (command-line): Determine source file of compiled
15162         user init file differently.  Warn if compiled user init file
15163         is older than its source file.
15165         * ffap.el (ffap-url-regexp): Add `https'.
15167 2000-05-23  Eli Zaretskii  <eliz@is.elta.co.il>
15169         * files.el (make-backup-file-name-1): Replace slashes with `!'
15170         rather than `|' (which is not allowed on Windows).  Replace the
15171         drive letters with a string "drive_X".
15173 2000-05-23  Gerd Moellmann  <gerd@gnu.org>
15175         * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
15177         * files.el (interpreter-mode-alist): Add `bash2'.
15179 2000-05-22  Dave Love  <fx@gnu.org>
15181         * loadhist.el (feature-symbols, file-provides, file-requires): Use
15182         mapc.
15183         (feature-file): Avoid calling symbol-name.  Doc fix.
15184         (file-set-intersect, file-dependents): Use dolist, not mapcar.
15185         (loadhist-hook-functions): Add mouse-position-function.
15186         (unload-feature): Change uses of mapcar.
15188         * files.el (parse-colon-path): Doc fix.
15189         (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
15190         (set-auto-mode): Use mapc.
15192         * complete.el (PC-look-for-include-file): Use :alnum: character
15193         class.
15194         (partial-completion-mode): Add autoload cookie.
15196 2000-05-22  Sam Steingold  <sds@gnu.org>
15198         * info.el (Info-fontify-node): Fixed the call to
15199         `add-text-properties' (bug introduced on 2000-05-18).
15201 2000-05-22  Dave Love  <fx@gnu.org>
15203         * bindings.el: Remove debug-ignored-errors set in other files.
15205         * progmodes/etags.el: Add to debug-ignored-errors.
15206         (visit-tags-table-buffer): Clear out buffers holding old tables
15207         when making a new list.
15208         (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
15209         mapc.
15211         * completion.el: Doc fixes.  Add to debug-ignored-errors.  Don't
15212         quote keywords.
15213         (cmpl-string-case-type): Use character classes.
15215         * comint.el:
15216         * textmodes/ispell.el:
15217         * imenu.el:
15218         * mail/mh-e.el:
15219         * progmodes/compile.el: Add to debug-ignored-errors.
15221         * dabbrev.el: Add to debug-ignored-errors.
15222         (dabbrev-completion): Use mapc.
15224 2000-05-22  Eli Zaretskii  <eliz@is.elta.co.il>
15226         * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
15227         (woman-mapcan, woman-parse-man.conf)
15228         (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
15229         (woman-reset-emulation, woman-select-symbol-fonts): New functions.
15230         (woman-parse-colon-path): Call woman-mapcan.  Recognize Cygwin
15231         path syntax better.
15232         (woman-man.conf-path, woman-use-own-frame): New defcustoms.
15233         (woman-manpath): Call woman-parse-man.conf.
15234         (woman-emulation): New defcustom, defaults to nroff.
15235         (woman-font-support): New defconst.
15236         (woman-use-symbol-font): New defcustom.
15237         (woman-menu): Add new menu items: "Colored/BW", "Advanced",
15238         "Emulation".
15239         Many functions: Doc fix.
15241 2000-05-22  Kenichi Handa  <handa@etl.go.jp>
15243         * international/quail.el (quail-simple-translation-keymap): Map
15244         128..255 to quail-self-insert-command.
15245         (quail-keyboard-layout-alist): Add definition for "pc102-de".
15247 2000-05-22  Stefan Monnier  <monnier@cs.yale.edu>
15249         * help.el (help-manyarg-func-alist): Typo.
15251         * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
15252         intervals which makes it heaps simpler.
15254         * newcomment.el (comment-region-internal): Go back to BEG after quoting
15255         the nested comment markers.
15257         * subr.el (remove-hook): Don't turn the hook's value into a list.
15259 2000-05-21  Dave Love  <fx@gnu.org>
15261         * edmacro.el (edmacro-parse-keys): Return vector if any elements
15262         are invalid characters.
15264         * international/mule-util.el (detect-coding-with-priority): Use
15265         mapc.  Remove redundant lambda.
15267         * international/mule-diag.el (list-non-iso-charset-chars)
15268         (describe-fontset): Remove redundant lambda.
15270         * emulation/crisp.el (brief-mode): New alias.
15272         * emacs-lisp/ring.el (ring-elements): New function.
15274         * emacs-lisp/easymenu.el (easy-menu-create-menu)
15275         (easy-menu-do-add-item): Use keywordp.
15277         * emacs-lisp/byte-opt.el: Update side-effect free function lists.
15279         * replace.el: Doc and error message fixes.
15280         (replace-highlight): Use facep, not internal-find-face.
15282 2000-05-20  Stefan Monnier  <monnier@cs.yale.edu>
15284         * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
15286         * log-edit.el (log-edit-done): Cleanup trailing empty lines.
15287         (log-edit-insert-changelog): Drop `:' as well.
15289         * log-view.el: Fix file description.
15290         (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
15291         available.
15292         (log-view-font-lock-keywords): Only use cvs-filename-face if present.
15293         (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
15295         * emacs-lisp/easy-mmode.el: Update copyright and commentary.
15296         (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
15297         Print a status message if the toggle is called interactively.
15298         (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
15299         for global minor modes and use `defcustom' for them.
15300         Use add-minor-mode.
15301         (easy-mmode-define-derived-mode): Remove.
15302         (define-derived-mode): Fancier default docstring.
15303         (easy-mmode-define-navigation): Signal an error rather than (ding).
15305         * newcomment.el (comment-styles): New `box-multi'.
15306         (comment-normalize-vars): Better default for comment-continue to
15307         avoid whitespace-only continuations.
15308         (comment-search-forward): Always move even in the no-syntax case.
15309         (comment-padright): Only obey N if it's only obeyed for padleft.
15310         (comment-make-extra-lines): Better handling of empty continuations.
15311         Use `=' for the filler if comment-start has only one character.
15312         (uncomment-region): Try handling the special `=' filler.
15313         (comment-region): Allow LINES even if MULTI is nil.
15314         (comment-box): Choose box style based on comment-style.
15316 2000-05-20  Kenichi Handa  <handa@etl.go.jp>
15318         * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
15319         (ccl-compile-write-repeat): If ARG is string, make it unibyte.
15321 2000-05-20  Kenichi HANDA  <handa@etl.go.jp>
15323         * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
15324         and insert, not subst-char-in-region.
15326         * international/mule-diag.el (list-character-sets-1): Handle
15327         charsets eight-bit-control and eight-bit-graphic.
15328         (list-iso-charset-chars): Likewise.
15329         (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
15330         charactes as is.  Use indent-to to align characters.
15332         * international/mule-cmds.el (find-multibyte-characters): Never
15333         exclude charsets eight-bit-control and eight-bit-graphic.
15335 2000-05-19  Stefan Monnier  <monnier@cs.yale.edu>
15337         * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
15338         Don't quote lambdas.
15340         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
15342 2000-05-19  Gerd Moellmann  <gerd@gnu.org>
15344         * gud.el (gud-jdb-directories): Doc fix.
15346 2000-05-19  Stefan Monnier  <monnier@cs.yale.edu>
15348         * newcomment.el: New file.
15350 2000-05-19  Gerd Moellmann  <gerd@gnu.org>
15352         * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
15354 2000-05-18  Andreas Schwab  <schwab@suse.de>
15356         * dired.el (dired-between-files): Also skip lines beginning with
15357         `used'.
15359 2000-05-18  Gerd Moellmann  <gerd@gnu.org>
15361         * msb.el (msb-menu-cond): Add choice `user'.
15363 2000-05-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
15365         * ps-print.el: Compatibility, customization and doc fix.
15366         (ps-printer-name-option): Replace defconst by defvar.
15367         (ps-postscript-code-directory): XEmacs compatibility.
15368         (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
15369         fix.
15370         (ps-user-defined-prologue, ps-print-prologue-header)
15371         (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
15372         compatibility and code fix.
15373         (ps-print-background-image, ps-print-background-text):
15374         Customization fix.
15375         (ps-line-number-start, ps-n-up-on): New vars.
15377 2000-05-18  Espen Skoglund  <esk@ira.uka.de>
15379         * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
15380         the indent-comment function to just return the appropriate indent.
15382 2000-05-18  Eric M. Ludlam  <zappo@ultranet.com>
15384         * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
15385         sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
15386         sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
15388 2000-05-18  Dave Love  <fx@gnu.org>
15390         * info.el (Info-fontify-node): Add intangible property as well as
15391         invisible.
15393         * calendar/appt.el (appt-make-list): Match all lines of entry.
15394         From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
15396 2000-05-18  Kenichi Handa  <handa@etl.go.jp>
15398         * international/mule-diag.el (describe-char-after): Call
15399         internal-char-font, not char-font.  If internal-char-font returns
15400         nil, display "-- none --".
15402 2000-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
15404         * image.el (image-type-available-p): Don't reference image-types
15405         if it isn't bound.
15407 2000-05-17  Stefan Monnier  <monnier@cs.yale.edu>
15409         * autoarg.el (autoarg-mode): Typo in the :set argument.
15411 2000-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
15413         * startup.el (command-line-1): Don't signal an error if the
15414         directory for auto-save-list files does not yet exist.
15416 2000-05-17  Kenichi Handa  <handa@etl.go.jp>
15418         * international/mule-conf.el (arabic-iso8859-6): Fix typo.
15420 2000-05-16  Stefan Monnier  <monnier@cs.yale.edu>
15422         * subr.el (remove-hook): `setq' hook-value, not `set'.
15424 2000-05-16  Sam Steingold  <sds@gnu.org>
15426         * info.el (debug-ignored-errors): More errors to ignore.
15428 2000-05-16  Dave Love  <fx@gnu.org>
15430         * cus-edit.el: Don't require cl or easymenu.
15431         (custom-variable-prompt): Test standard-value property, not
15432         user-variable-p.
15434 2000-05-16  Sam Steingold  <sds@gnu.org>
15436         * subr.el (add-hook): `setq' hook-value, not `set'.
15438 2000-05-16  Gerd Moellmann  <gerd@gnu.org>
15440         * startup.el (command-line-1): Mention the FAQ in the startup
15441         message.
15443         * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
15445         * progmodes/compile.el (compilation-parse-errors): Collect
15446         `nomessage' regexps last.
15448         * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
15450         * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
15451         to the function name.
15453 2000-05-15  Dave Love  <fx@gnu.org>
15455         * speedbar.el (speedbar-recenter): Typo.
15456         (speedbar-expand-line): Make arg optional.
15457         (speedbar-mode): Avoid a compiler warning.
15459 2000-05-15  Gerd Moellmann  <gerd@gnu.org>
15461         * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
15462         user-specified option string is empty.
15464         * mouse.el (mouse-yank-at-click): Doc fix.
15466 2000-05-15  Eli Zaretskii  <eliz@is.elta.co.il>
15468         * term/internal.el (IT-character-translations): More updates of
15469         latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
15470         documents.
15472 2000-05-15  Gerd Moellmann  <gerd@gnu.org>
15474         * env.el (getenv): New function, interactively callable.
15475         (setenv, getenv): Remove autoload cookies.
15477         * loadup.el: Load `env'.
15479         * progmodes/f90.el: Change author's mail address.
15481 2000-05-14  Dave Love  <fx@gnu.org>
15483         * mail/rmail.el (rmail-show-message-hook): Customize and offer
15484         goto-addr as an option.
15486         * help.el (help-xref-stack): Doc fix.
15487         (help-xref-following): New variable.
15488         (help-make-xrefs): Use it.
15489         (help-xref-go-back): Use position information from stack element.
15490         (help-follow): Make position in stack element a pair.  Use
15491         help-xref-following.
15493         * autoarg.el: New file.
15495         * faces.el: Declare more functions obsolete.
15497         * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
15498         * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
15499         * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
15500         * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
15501         Remove all the setup-...-environment functions.
15503 2000-05-13  Eric M. Ludlam  <zappo@ultranet.com>
15505         * speedbar.el: Updated the commentary section.  xemacs20p now uses
15506         >= when detecting.  Require `defimage' safely.
15507         (speedbar-easymenu-definition-base): Add toggle for images.
15508         (speedbar-easymenu-definition-special): Add flush cache & expand.
15509         (speedbar-visiting-tag-hook): Set new defaults.  Added options.
15510         (speedbar-reconfigure-keymaps-hook): New variable.
15511         (speedbar-frame-parameters): Updated documentation.
15512         (speedbar-use-imenu-flag): Updated custom tag
15513         (speedbar-dynamic-tags-function-list): New variable.
15514         (speedbar-tag-hierarchy-method): Updated doc & custom.
15515         (speedbar-indentation-width, speedbar-indentation-width) New
15516         variables.
15517         (speedbar-hide-button-brackets-flag): Customizable.
15518         (speedbar-vc-indicator): Doc update.
15519         (speedbar-ignored-path-expressions): Updated default value.
15520         (speedbar-supported-extension-expressions): Updated default value.
15521         (speedbar-syntax-table): Remove {} paren status.
15522         (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
15523         as "+".  Added overlay aliases.
15524         (speedbar-mode): Use `speedbar-mode-line-update' instead of
15525         `force-mode-line-update'.
15526         (speedbar-mode, speedbar-quick-mouse, speedbar-click)
15527         (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
15528         `mouse-set-point'
15529         (speedbar-reconfigure-keymaps): Run configure keymap hooks.
15530         (speedbar-item-info-tag-helper): Revamped to handle a wider range
15531         of arbitrary text, and new helper functions.
15532         (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
15533         filename finder.
15534         (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
15535         (speedbar-directory-buttons): Update path search/expansion.
15536         (speedbar-make-tag-line): Pay attention to
15537         `speedbar-indentation-width'.  Use more care w/ invisible
15538         properties.
15539         (speedbar-change-expand-button-char): Call
15540         `speedbar-insert-image-button-maybe'.
15541         (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
15542         (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
15543         (speedbar-trim-words-tag-hierarchy)
15544         (speedbar-simple-group-tag-hierarchy): New functions
15545         (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
15546         (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
15547         functions.
15548         (speedbar-mouse-set-point): New function
15549         (speedbar-power-click): Updated documentation.
15550         (speedbar-line-token, speedbar-goto-this-file): Handle more types
15551         of tag prefix text.
15552         (speedbar-expand-line, speedbar-contract-line): Make more robust
15553         to strange text.
15554         (speedbar-expand-line): Takes universal argument to flush the
15555         cache.
15556         (speedbar-flush-expand-line): New function.
15557         (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
15558         Use new generator insertion method.
15559         (speedbar-fetch-dynamic-tags): New function.
15560         (speedbar-fetch-dynamic-imenu): Removed code now handled in
15561         `speedbar-fetch-dynamic-imenu'.
15562         (speedbar-fetch-dynamic-etags): Fix current buffer problem.
15563         (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
15564         "Revert Buffer" menu items.
15565         (speedbar-buffer-buttons-engine): Be smarter when creating a
15566         filename tag (for expansion purposes.).
15567         (speedbar-highlight-one-tag-line,
15568         (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
15569         (speedbar-recenter): New functions.
15570         (defimage-speedbar): Image loading abstraction.
15571         (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
15572         (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
15573         (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
15574         (speedbar-tag-type, speedbar-tag-mail): New images.
15575         (speedbar-expand-image-button-alist): New variable.
15576         (speedbar-insert-image-button-maybe): Insert an image over some
15577         buttons.
15579 2000-05-13  Kenichi Handa  <handa@etl.go.jp>
15581         * international/mule-cmds.el (encode-coding-char): An ASCII
15582         character is always encodable.
15584         * international/mule-conf.el: Add more information in descriptions
15585         of character sets.
15587         * international/mule-diag.el (describe-char-after): New function.
15588         (describe-font-internal): Adjusted for the change of font-info.
15589         (describe-font): Likewise.
15590         (print-fontset): Rewritten for the new fontset implementation.
15591         (describe-fontset): Include fontset alias names in completion.
15592         (list-fontsets): Adjusted for the change of print-fontset.
15594         * simple.el (what-cursor-position): If DETAIL is non-nil, call
15595         describe-char-after instead of displaying the detail in the echo
15596         area.
15597         (syntax-code-table): Format changed.
15598         (string-to-syntax): Adjusted for the above change.
15600 2000-05-12  Stefan Monnier  <monnier@cs.yale.edu>
15602         * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
15604 2000-05-12  Dave Love  <fx@gnu.org>
15606         * calendar/todo-mode.el: Remove some compatibility stuff and CL
15607         dependence.  Use line-{beginning,end}-position, not
15608         point-at{b,e}ol.  Some doc fixes.
15609         (todo-position): New function.  Fix callers of position to use it.
15610         (todo-save-top-priorities, todo-print): Use with-temp-buffer.
15612 2000-05-12  Gerd Moellmann  <gerd@gnu.org>
15614         * time.el (display-time-mail-icon): Use `:ascent center'.
15616         * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
15617         handling FTP security extensions.
15619 2000-05-11  Dave Love  <fx@gnu.org>
15621         * calendar/todo-mode.el: New file.
15623 2000-05-11  Gerd Moellmann  <gerd@gnu.org>
15625         * comint.el (comint-read-input-ring): Move reference to
15626         comint-input-ring-size outside of the save-excursion.  It was
15627         causing the default value to be the only one ever seen.
15629         * font-lock.el: Update copyright.  Remove Simon Marshall's email
15630         address on request from him.
15632         * subr.el (substitute-key-definition): Add comment describing
15633         the meaning of PREFIX.
15635 2000-05-10  Stefan Monnier  <monnier@cs.yale.edu>
15637         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
15639         * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
15640         (add-minor-mode): Don't make the variable buffer-local and add a
15641         reference to define-minor-mode in the docstring.
15643         * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
15644         HEADER/FOOTER and fix bug with trailing empty directory.
15645         (cvs-append-to-ignore): Use vc-editable-p if available.
15646         (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
15647         (vc-do-command): Tweak advice to handle the new VC.
15649         * log-view.el (log-view-goto-rev): New function for the new VC.
15650         (log-view-minor-wrap): Use mark-active.
15652         * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
15653         (log-edit-changelog-full-paragraphs): New var.
15654         (log-edit-insert-changelog): Remove a lonely leading `* file'.
15655         (log-edit-narrow-changelog, log-edit-changelog-paragraph)
15656         (log-edit-changelog-subparagraph, log-edit-changelog-entry)
15657         (log-edit-changelog-ours-p, log-edit-changelog-entries)
15658         (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
15659         Replace the `cvs' prefix with `log-edit'.
15661         * iswitchb.el (iswitchb-completion-help): Unquote lambda.
15663         * diff-mode.el (diff-font-lock-keywords): Recognize comments.
15664         (diff-font-lock-defaults): Explicitly turn off multiline.
15665         (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
15666         (diff-ediff-patch): Fix call to ediff-patch-file.
15667         (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
15668         Handle comments.
15670         * frame.el (automatic-hscrolling): Typo.
15672         * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
15674 2000-05-09  Sam Steingold  <sds@goems.com>
15676         * apropos.el (apropos-print): use `describe-face' instead of
15677         `customize-face-other-window'.
15679 2000-05-09  Dave Love  <fx@gnu.org>
15681         Changes mostly following Richard Sharman <rsharman@wave.home.com>.
15683         * help.el (describe-variable): Have customize button pop the
15684         help-xref stack when invoked.
15685         (help-xref-symbol-regexp): Add `face'.
15686         (help-make-xrefs): Check for quoted face names and adapt regexp
15687         submatch numbers to cope.
15688         (help-xref-interned): Maybe insert face doc too.  Separate
15689         sections with a line of hyphens.
15691         * faces.el:  Some doc fixes.  Declare some functions obsolete.
15692         (describe-face): Add customize button.  Return the help
15693         text.  Fix prompt.
15695 2000-05-09  Eli Zaretskii  <eliz@is.elta.co.il>
15697         * term/internal.el (IT-character-translations): Fix last change.
15699 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
15701         * woman.el: New file
15702         (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
15704 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
15706         * term/internal.el (IT-character-translations): Update ASCII
15707         simulations for greek-iso8859-7, add latin-iso8859-14 and
15708         latin-iso8859-15.
15710         * international/mule-cmds.el (set-language-info-alist): Call
15711         define-prefix-command with 3 arguments, to make the map suitable
15712         for a menu.
15714 2000-05-07  Dave Love  <fx@gnu.org>
15716         * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
15718 2000-05-05  Dave Love  <fx@gnu.org>
15720         * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
15721         list in doc string.  Don't quote keyword symbols.
15722         * emacs-lisp/cl.el: Likewise
15723         * emacs-lisp/cl-seq.el: Likewise
15725 2000-05-05  Gerd Moellmann  <gerd@gnu.org>
15727         * abbrev.el (abbrev-mode): Make ARG optional.
15729 2000-05-04  Gerd Moellmann  <gerd@gnu.org>
15731         * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
15733         * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
15735         * subr.el (substitute-key-definition): Clarify documentation.
15737 2000-05-04  Milan Zamazal  <pdm@freesoft.cz>
15739         * glasses.el (glasses-convert-to-unreadable): Use
15740         `glasses-separator' instead of the hard-wired "_".
15741         (glasses-mode): Call `glasses-make-unreadable' only in a single
15742         place.
15744 2000-05-04  Eli Zaretskii  <eliz@is.elta.co.il>
15746         * term/internal.el (cjk-codepages-alist): Add associations for
15747         Chinese and Korean codepages.  Remove FIXME comment.
15749 2000-05-03  Dave Love  <fx@gnu.org>
15751         * time.el (display-time-mail-face, display-time-use-mail-icon):
15752         New option.
15753         (display-time-mail-icon): New variable.
15754         (display-time-string-forms): Use the above.  Fix the local-map.
15756 2000-05-03  Gerd Moellmann  <gerd@gnu.org>
15758         * replace.el (query-replace-map): Add binding for `E'.
15759         (query-replace-help): Extend help text.
15760         (perform-replace): Allow editing the replacement string.
15762         * make-mode.el (makefile-mode-abbrev-table): New variable.
15763         (makefile-mode): Set local abbrev table to
15764         makefile-mode-abbrev-table.
15765         (makefile-font-lock-keywords): Fontify includes and conditionals.
15767         * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
15768         set TOGGLE's value.
15770         * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
15771         mail-interactive-insert-alias.
15772         (mail-abbrev-complete-alias): New command.
15773         (mail-mode-map): Bind it to `M-TAB'.
15775 2000-05-03  Kenichi Handa  <handa@etl.go.jp>
15777         * language/lao-util.el (lao-compose-region): New function.
15779 2000-05-02  Gerd Moellmann  <gerd@gnu.org>
15781         * files.el (recover-session): Make directories as necessary
15782         if they don't exist yet.
15784         * calendar/cal-french.el
15785         (french-calendar-multibyte-special-days-array)
15786         (french-calendar-special-days-array): Change French text.
15787         (calendar-french-date-string): Change output.
15788         (calendar-goto-french-date): Likewise.
15790 2000-05-02  Per Abrahamsen  <abraham@dina.kvl.dk>
15792         * wid-edit.el (widget-default-active): Obey `:always-active'.
15793         (widget-documentation-string-value-create): Set `:always-active'.
15795 2000-05-02  Eli Zaretskii  <eliz@is.elta.co.il>
15797         * startup.el (auto-save-list-file-prefix): For ms-dos, set the
15798         default prefix to `~/_emacs.d/auto-save.list/_s'.
15799         (normal-top-level): Create the directory for auto-save files, if
15800         it doesn't already exist (in the ms-dos case only).
15802 2000-05-02  Eli Zaretskii  <eliz@is.elta.co.il>
15804         * international/mule-cmds.el (set-language-environment): Don't
15805         concat an integer (dos-codepage), use format instead.
15807 2000-05-02  Dave Love  <fx@gnu.org>
15809         * help.el (help-xref-on-pp): Check for constant symbols.
15811 2000-04-29  Gerd Moellmann  <gerd@gnu.org>
15813         * startup.el (normal-top-level): Put a condition-case around
15814         the code loading subdirs.el.
15816 2000-04-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
15818         * ps-print.el: Upside-down and face background color printing,
15819         line number step, doc fix.
15820         (ps-print-version): New version number (5.2).
15821         (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
15822         (ps-face-attribute-list, ps-plot-with-face): Code fix.
15823         (ps-spool-config): Var fix.
15824         (ps-printer-name-option): Const fix.
15825         (ps-print-upside-down, ps-use-face-background)
15826         (ps-line-number-step): New vars.
15827         (ps-window-system, ps-lp-system): New consts.
15828         (ps-face-background): New fun.
15830 2000-04-28  Richard Stallman  <rms@gnu.org>
15832         * files.el (make-auto-save-file-name):
15833         Apply auto-save-file-name-transforms to visited file name
15834         before generating auto save file name.
15835         (auto-save-file-name-transforms): New variable.
15837         * files.el (backup-enable-predicate):
15838         Correctly test for a file under a temporary directory.
15840 2000-04-28  Gerd Moellmann  <gerd@gnu.org>
15842         * subr.el (add-minor-mode): Rewritten.
15844 2000-04-28  Kenichi Handa  <handa@etl.go.jp>
15846         * mail/sendmail.el (sendmail-send-it): Set
15847         buffer-file-coding-system to the selected coding system for MIME
15848         header.
15850 2000-04-27  Gerd Moellmann  <gerd@gnu.org>
15852         * dired.el (dired-move-to-filename-regexp): Allow format where
15853         YYYY is followed by two spaces.
15855         * progmodes/etags.el (etags-tags-completion-table): Add a `:'
15856         in the second character class of the regexp.
15858         * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
15859         mh-etc, too.
15861         * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
15862         nil.
15864         * subr.el (add-minor-mode): Use `set' instead of `setq'.
15866         * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
15867         argument.
15869 2000-04-27  Sen Nagata <sen@eccosys.com>
15871         * emacs-lisp/crm.el (crm-completion-table): New variable.
15872         (crm-collection-fn, crm-test-completion)
15873         (completing-read-multiple): Use it.
15875 2000-04-27  Dave Love  <fx@gnu.org>
15877         * help.el (locate-library): Use mapc.
15878         (help-manyarg-func-alist): Add call-process-region.
15880 2000-04-26  Gerd Moellmann  <gerd@gnu.org>
15882         * subr.el (add-minor-mode): Make argument MAP optional.
15884         * desktop.el (desktop-save): Save list of minor modes.
15885         (desktop-create-buffer): Restore minor modes.
15886         (desktop-minor-mode-table): New user-option.
15888         * subr.el (add-minor-mode): New function.
15890         * image.el (find-image): New function.
15891         (defimage): Rewritten to find image at load time.
15893         * startup.el (normal-top-level-add-to-load-path): Handle
15894         case that the default directory is not in load-path.
15896         * help.el: Old patch from Stefan Monnier.
15897         (help-xref-on-pp): New function.
15898         (describe-variable): Use it to display xrefs in a symbol's value.
15900 2000-04-26  Stefan Monnier  <monnier@cs.yale.edu>
15902         * cus-edit.el (custom-face): Fix parenthesis.
15904 2000-04-26  Kenichi Handa  <handa@etl.go.jp>
15906         * mail/rmail.el (rmail-expunge): When there are no deleted
15907         messages, do nothing.
15909 2000-04-26  Dave Love  <fx@gnu.org>
15911         * international/mule-cmds.el (locale-translation-file-name):
15912         Defvar to nil.
15913         (set-locale-environment): Set it here (at runtime).
15915 2000-04-25  Gerd Moellmann  <gerd@gnu.org>
15917         * replace.el (perform-replace): Add parameters START and END.  Use
15918         them instead of the check for a region in Transient Mark mode.
15919         (query-replace-read-args): Return two more list elements for the
15920         start and end of the region in Transient Mark mode.
15921         (query-replace, query-replace-regexp, query-replace-regexp-eval)
15922         (map-query-replace-regexp, replace-string, replace-regexp): Add
15923         optional last arguments START and END and pass them to
15924         perform-replace.
15926         * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
15927         form with additional arguments for perform-replace.
15929         * progmodes/etags.el (tags-query-replace): Add parameters START
15930         and END.  Construct a form with additional arguments for
15931         perform-replace.
15933         * simple.el (shell-command): Set default directory for "*Shell
15934         Command Output" buffer.
15936         * language/european.el (iso-latin-4): Fix typo.
15938         * emacs-lisp/crm.el: New file.
15940 2000-04-24  Dave Love  <fx@gnu.org>
15942         * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
15943         (Custom-reset-saved, Custom-reset-standard)
15944         (custom-group-value-create, custom-group-set, custom-group-save)
15945         (custom-group-reset-current, custom-group-reset-saved)
15946         (custom-group-reset-standard): Use mapc.
15947         (custom-buffer-create-internal): Disable undo when creating items.
15948         Use mapc.
15949         (custom-face): Avoid redundant lambda.
15951 2000-04-24  Gerd Moellmann  <gerd@gnu.org>
15953         * startup.el (auto-save-list-file-prefix): Set default to
15954         `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
15956 2000-04-24  Sam Steingold  <sds@gnu.org>
15958         * time-stamp.el (time-stamp-string-preprocess): Always convert
15959         `field-result' to a string.
15961 2000-04-24  Gerd Moellmann  <gerd@gnu.org>
15963         * frame.el (scrolling): New group.
15964         (automatic-hscrolling): New user-option.
15966         * startup.el (command-line-x-option-alist): Add `-lsp' and
15967         `--line-spacing'.
15969 2000-04-19  Dave Love  <fx@gnu.org>
15971         * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
15972         (cl-mapc): Rename from mapc.  Fix the funcall.
15974 2000-04-19  Gerd Moellmann  <gerd@gnu.org>
15976         * simple.el (clone-indirect-buffer-other-window): New command.
15977         (clone-indirect-buffer): Add optional arg NORECROD.
15978         (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
15980         * help.el (resize-temp-buffer-window): Use count-screen-lines.
15982         * window.el (count-screen-lines): New function.
15983         (shrink-window-if-larger-than-buffer): Use count-screen-lines
15984         instead of window-buffer-height.
15986         * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
15987         non-existing variable comint-input-sentinel.
15988         (inferior-lisp-args-to-list): Removed.
15989         (inferior-lisp): Use split-string instead of
15990         inferior-lisp-args-to-list.
15992         * hexl.el (hexl-insert-hex-string): New command.
15994         * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
15995         instead of concat.
15997 2000-04-18  Gerd Moellmann  <gerd@gnu.org>
15999         * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
16000         at the start of an existing but empty folder.
16002 2000-04-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
16004         * ps-mule.el: Customization fix, doc fix.
16005         (ps-multibyte-buffer): Customization fix.
16007 2000-04-17  Richard M. Stallman  <rms@gnu.org>
16009         * subr.el (read-passwd): Use read-char-exclusive.
16011 2000-04-17  Gerd Moellmann  <gerd@gnu.org>
16013         * textmodes/texinfo.el (texinfo-insert-@email)
16014         (texinfo-insert-@emph, texinfo-insert-@quotation)
16015         (texinfo-insert-@strong, texinfo-insert-@url): New functions.
16016         (texinfo-mode-map): Add key bindings for them.
16018         * files.el (basic-save-buffer-2): Use a template with `$'
16019         instead of `#' for VMS.
16021         * simple.el (clone-indirect-buffer): New function.
16023 2000-04-16  Stephen Eglen  <stephen@gnu.org>
16025         * iswitchb.el (iswitchb-case): New function.  If the user input
16026         contains any upper-case characters, the search is made
16027         case-sensitive.
16029 2000-04-17  Stefan Monnier  <monnier@cs.yale.edu>
16031         * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
16032         comment-end.
16033         (texinfo-font-lock-syntactic-keywords): New var.
16034         (texinfo-font-lock-keywords): Remove comment regexp.
16035         (texinfo-insert-block): New function.
16036         (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
16037         (texinfo-mode): Use define-derived-mode.  Tweak comment-start-skip
16038         and font-lock-defaults.  Use regexp-opt for outline-regexp.
16039         (texinfo-environments): New var.
16040         (texinfo-environment-regexp): Use regexp-opt and
16041         texinfo-environments.
16043         * textmodes/ispell.el (ispell-menu-map-needed): Check that
16044         ispell-process is bound since this might be eval'd before ispell
16045         is loaded.
16046         (ispell-message): Use a tiny bit less magic and a bit more hard
16047         data to figure out what kind of sc-cite-regexp to use.
16049         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
16051         * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
16052         (insert-cyclic-diary-entry): Unquote the lambda.
16054         * gud.el (gud-jdb-build-source-files-list): Fix typo.
16056         * files.el (backup-enable-predicate): Unquote the lambda.
16058         * cus-edit.el (custom-face, face): Unquote the lambda.
16060 2000-04-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
16062         * ps-print.el: Check for line-beginning-position definition.
16064         * ps-print.el: Fix counting lines in a region.
16065         (ps-print-version): New version number (5.1.5).
16066         (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
16067         (ps-printing-region): Fun code fix.
16069 2000-04-15  Gerd Moellmann  <gerd@gnu.org>
16071         * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
16072         to file-directory-p.
16074 2000-04-14  Gerd Moellmann  <gerd@gnu.org>
16076         * gud.el (gud-jdb-build-source-files-list): Check that directory
16077         exists before calling directory-files.
16079 2000-04-13  Dave Love  <fx@gnu.org>
16081         * emacs-lisp/trace.el: Change maintainer.  Use new backquote
16082         syntax.
16084         * emacs-lisp/cl-specs.el: Remove when, unless.
16086         * emacs-lisp/cl-extra.el: Don't quote keywords.
16087         (cl-old-mapc): New variable.
16088         (mapc): Use it.
16089         (cl-map-intervals): Use with-current-buffer.  Don't check for
16090         next-property-change.
16091         (cl-map-overlays): Use with-current-buffer.
16092         (cl-expt): Remove.
16093         (copy-tree, remprop): Define unconditionally.
16095         * emacs-lisp/cl-compat.el (keywordp): Remove.
16097         * emacs-lisp/edebug.el (edebug-keywordp): Remove.  Change callers
16098         to use keywordp.
16099         (edebug-spec): Enable keywordp.
16101         * cus-edit.el (custom-sort-items): Avoid symbol-name with new
16102         string-lessp.
16104         * cus-start.el: Use keywordp.
16106 2000-04-13  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
16108         * diary-lib.el (include-other-diary-files): Fix the fix of
16109         2000-02-18 by doing a save-excursion.
16111 2000-04-13  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
16113         * ps-print.el: Customization fix, doc fix.
16114         (ps-print-version): New version number (5.1.4).
16115         (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
16116         (ps-print-preprint): Adjust code.
16117         (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
16118         (ps-print-prologue-header, ps-print-control-characters)
16119         (ps-spool-config): Customization fix.
16121 2000-04-13  Eli Zaretskii  <eliz@is.elta.co.il>
16123         * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
16124         converted to the new menu-item format, names silightly changed,
16125         help strings added.
16127         Support for spelling without async subprocesses:
16129         * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
16130         (ispell-session-buffer): New variables.
16131         (ispell-start-process, ispell-process-status,
16132         ispell-accept-output, ispell-send-string): New functions, for
16133         Ispell invocation when async subprocesses aren't supported.
16134         (ispell-word, ispell-pdict-save, ispell-command-loop,
16135         ispell-process-line, ispell-buffer-local-parsing): Replace calls
16136         to process-send-string with calls to ispell-send-string, and
16137         accept-process-output with ispell-accept-output.
16138         (ispell-init-process): Call ispell-process-status instead of
16139         process-status with.
16140         (ispell-init-process): Call ispell-start-process.  Call
16141         ispell-accept-output and ispell-send-string.  Don't call
16142         process-kill-without-query and kill-process if they are unbound.
16143         (ispell-async-processp): New function.
16145 2000-04-12  Dave Love  <fx@gnu.org>
16147         * info.el: Add debug-ignored-errors.
16148         (Info-mode-menu): Add some items.
16149         (Info-directory): Add autoload cookie.
16151         * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
16152         Modify `truncate-lines'.  Make `describe-language-environment'
16153         always visible and add help.  Modify `describe-key' help.  Invoke
16154         Info-directory from `info'.  New entry `emacs-manual'.
16156 2000-04-10  Gerd Moellmann  <gerd@gnu.org>
16158         * progmodes/ebrowse.el (ebrowse-tree-mode):
16159         Use propertized-buffer-identification.
16160         (ebrowse-update-member-buffer-mode-line): Likewise.
16161         (ebrowse--mode-strings): Removed.
16162         (ebrowse--mode-line-props): Removed.
16164         * files.el (auto-mode-alist): Add `EBROWSE'.
16166         * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
16167         space before testing for end of buffer.
16168         (ebrowse-load): Removed.
16169         (ebrowse-revert-tree-buffer-from-file): Rewritten.
16170         (ebrowse-create-tree-buffer): Rewritten.
16171         (ebrowse-tree-mode): Read tree from buffer.
16173         * progmodes/ebrowse-ffh.el: Removed.
16175 2000-04-10  Kenichi Handa  <handa@etl.go.jp>
16177         * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
16179 2000-04-10  Gerd Moellmann  <gerd@gnu.org>
16181         * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
16182         at the wrong place.
16184 2000-04-09  Dave Love  <fx@gnu.org>
16186         * files.el (backup-enable-predicate):
16187         Use temporary-file-directory, small-temporary-file-directory.
16188         (make-backup-file-name-function, backup-directory-alist): New vars.
16189         (make-backup-file-name-1): New function.
16190         (make-backup-file-name): Use it.
16191         (find-backup-file-name): Likewise.  Use format for clarity, not concat.
16192         (file-newest-backup): Use make-backup-file-name.
16194 2000-04-09  Gerd Moellmann  <gerd@gnu.org>
16196         * progmodes/ebrowse-ffh.el: New file.
16198         * progmodes/ebrowse.el (ebrowse-find-file-hook-fn):
16199         Moved to ebrowse-ffh.el.
16200         (ebrowse-load): Add autoload.
16202         * finder.el (finder-commentary): Add autoload cookie.
16204         * mail/rfc2368.el: Correct author's email address.
16206         * progmodes/ebrowse.el: New file.
16208         * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
16209         item help string.
16210         (easy-menu-do-add-item): Ditto.
16211         (easy-menu-define): Extend doc string.
16213         * jit-lock.el (with-buffer-unmodified): Use restore-buffer-modified-p.
16214         (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
16215         (jit-lock-function, jit-lock-stealth-fontify): Don't use
16216         with-buffer-unmodified.
16218 2000-04-08  Dave Love  <fx@gnu.org>
16220         * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
16221         unless, when.
16223 2000-04-07  Mikio Nakajima  <minakaji@osaka.email.ne.jp>
16225         * viper-util.el (viper-put-on-search-overlay): New subroutine.
16226         (viper-flash-search-pattern): No operation when using Emacs
16227         doesn't support face.
16228         Use `viper-put-on-search-overlay'.
16230 2000-04-04  Gerd Moellmann  <gerd@gnu.org>
16232         * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
16233         like C-r.
16235         * progmodes/make-mode.el: Some doc fixes.
16236         (makefile-mode-abbrev-table): New variable.
16237         (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
16238         (makefile-font-lock-keywords): Fontify includes and conditionals.
16239         (toplevel): Require `dabbrev' and `add-log' when compiling.
16241         * replace.el (perform-replace): Don't move forward one char
16242         when MATCH-AGAIN is nil, and REGEXP-FLAG is t.  We don't want
16243         to do that because it leaves point 1 position after the last
16244         replacement, after everything has been replaced.
16246         * jit-lock.el (with-buffer-unmodified): New macro.
16247         (with-buffer-prepared-for-font-lock): Don't preserve buffer's
16248         modified state.
16249         (jit-lock-function-1): Extracted from jit-lock-function; not
16250         preserving buffer's modified state.
16251         (jit-lock-function, jit-lock-stealth-fontify):
16252         Call jit-lock-function-1.
16254         * mail/rfc2368.el: Remove supernumerary copyright line.
16256 2000-04-04  Milan Zamazal  <pdm@freesoft.cz>
16258         * glasses.el: Provide facilities for inserting space before left
16259         parentheses and uncapitalization of identifiers.
16260         (glasses-mode): Try to remove old overlays in all cases.
16262 2000-04-03  Gerd Moellmann  <gerd@gnu.org>
16264         * progmodes/compile.el (compile-internal): Display the compilation
16265         buffer in a different frame, if it's already displayed there.
16267         * mail/rfc2368.el: New file.
16269         * simple.el (sendmail-user-agent-compose): Recognize a `body'
16270         header and insert its value as mail body.
16272         * subr.el (member-ignore-case): New function.
16274         * dabbrev.el (dabbrev-ignored-regexps): New user-option.
16275         (dabbrev--find-expansion): Ignore buffers matching a regexp
16276         from dabbrev-ignored-regexps.
16278         * jka-compr.el (jka-compr-compression-info-list): Add `.z'
16279         to extensions handled by gzip.
16281 2000-04-03  Richard M. Stallman  <rms@gnu.org>
16283         * files.el (insert-directory): List the total free space
16284         along with the used space.
16286         * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
16287         line is followed by one that matches CITATION-REGEXP, end the
16288         paragraph.
16290 2000-04-03  Markus Rost  <rost@delysid.gnu.org>
16292         * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
16293         (rmail-make-basic-summary-line): Use that option.
16295 2000-04-03  Kenichi Handa  <handa@etl.go.jp>
16297         * international/mule-cmds.el (encoded-string-description):
16298         Rewritten.   Try pretty description for ISO 2022 escape sequences
16299         only if CODING-SYSTEM is based on ISO 2022.  Use uppercase letters
16300         for hexadecimal format.
16302 2000-04-01  Dave Love  <fx@gnu.org>
16304         * cpp.el: Change customization group to `c' from `C'.
16306         * vcursor.el (vcursor-move): Use display-color-p.
16308         * international/mule-util.el: Provide mule-utils.
16309         (string-to-sequence): Simplify and speed up.
16311         * international/mule.el (make-coding-system): Purecopy doc-string.
16313         * international/mule-cmds.el: Various menu changes.
16314         (describe-specified-language-support): Handle `Default'.
16315         (set-language-info): Purecopy `info'.
16317 2000-03-31  Andrew Innes  <andrewi@gnu.org>
16319         * vc.el (vc-backend-diff): Return the correct status if we had to
16320         retry the rcsdiff command without the --brief option.
16322 2000-03-31  Dave Love  <fx@gnu.org>
16324         * help.el (help-manyarg-func-alist): Correct several omissions.
16326         * add-log.el: Don't require cl, fortran.
16327         (add-log-current-defun-function): Doc fix.
16328         (change-log-version-number-regexp-list): Remove SCCS part.  Doc fix.
16329         (change-log-version-rcs): Function deleted.
16330         (change-log-version-number-search): Doc fix.
16331         Use vc-workfile-version. Avoid CL dolist.
16332         (add-change-log-entry): Just call add-log-current-defun to get
16333         defun.  Simplify somewhat.
16334         (change-log-get-method-definition-1): Likewise.
16335         (add-log-current-defun): Return nil if calling
16336         add-log-current-defun-function does so.  Move Fortran stuff to
16337         fortran.el.  Return string without properties.
16339         * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
16340         and :alpha: char classes.
16342         * mail/supercite.el: Defvar curline when compiling.
16343         (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
16344         (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
16345         rather than a-zA-Z0-9 to allow non-ASCII characters.
16347 2000-03-31  Gerd Moellmann  <gerd@gnu.org>
16349         * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
16351         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
16352         Re-enable new code.
16354         * lpr.el (print-region-1): Use -d to specify printer name for
16355         systems `usg-unix-v*, `dgux', `hpux', `irix'.
16357 2000-03-31  Dave Love  <fx@gnu.org>
16359         * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
16360         Look for function definition in symbol's function value slot first
16361         instead of first consulting byte-compile-function-environment.
16363 2000-03-31  Kenichi Handa  <handa@etl.go.jp>
16365         * language/european.el ("Polish"): New language environment.
16366         (setup-polish-environment): New function.
16368 2000-03-30  Gerd Moellmann  <gerd@gnu.org>
16370         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
16371         Disable new code.
16373         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
16374         trying to `load' the symbol of an autoload instead of the file
16375         recorded in the autoload.  Fix error messages.
16377 2000-03-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
16379         * ps-print.el: PostScript programming fix for ghostview, doc fix.
16380         (ps-print-version): New version number (5.1.3).
16381         (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
16382         (ps-insert-file, ps-output-boolean, ps-plot-with-face)
16383         (ps-generate-postscript-with-faces): Code fix.
16384         (ps-color-values): XEmacs compatibility.
16385         (ps-print-background-image, ps-print-background-text, ps-printer-name)
16386         (ps-default-fg, ps-default-bg): Adjust customization.
16387         (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
16388         (ps-color-scale): Renaming old ps-color-value fun.
16389         (ps-print-headers): Replace ps-print-header group to avoid conflict
16390         with ps-print-header variable.
16391         (ps-print-miscellany): New group.
16392         (ps-format-color, ps-rgb-color): New funs.
16393         (ps-default-foreground): New var.
16394         (ps-printer-name-option): New const.
16396 2000-03-30  Peter Breton  <pbreton@ne.mediaone.net>
16398         * net/net-utils.el:
16399         (network-connection-host, network-connection-service): New variables
16400         (network-connection-mode): New mode, derived from comint-mode
16401         (network-connection-mode-setup): New function, saves host and
16402         service information in local variables.
16404         * lisp/locate.el:
16405         (locate-word-at-point): Added this function
16406         (locate): Default to using locate-word-at-point as input
16407         Run dired-mode-hook
16409 2000-03-29  Dave Love  <fx@gnu.org>
16411         * calendar/appt.el: Doc fixes.
16412         (appt-check): Convert min-to-app to a string before passing to
16413         appt-disp-window-function or concat.
16414         (appt-delete-window): Remove test for frame-root-window.
16415         (appt-select-lowest-window, appt-convert-time): Simplify.
16417         * emacs-lisp/bytecomp.el: Doc fixes.
16418         (byte-compile-file-form-autoload):
16419         Update byte-compile-function-environment.
16421 2000-03-29  Andreas Schwab  <schwab@suse.de>
16423         * emacs-lisp/autoload.el: Also print defsubst doc string specially.
16425         * dired.el (dired-insert-directory): If dired-free-space-program
16426         failed just delete its output.
16428 2000-03-29  Dave Love  <fx@gnu.org>
16430         * international/iso-cvt.el: Move provide to end.  Doc fixes.
16431         (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
16432         (iso-iso2sgml, iso-sgml2iso): New functions.
16433         (iso-cvt-define-menu): Fix some entries and use backquote for
16434         clarity.
16436         * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
16438 2000-03-28  Gerd Moellmann  <gerd@gnu.org>
16440         * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
16441         ISO-DATE.  If non-nil, return date in ISO 8601 format.
16443 2000-03-26  Stefan Monnier  <monnier@cs.yale.edu>
16445         * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
16446         if it ever becomes used.
16447         (log-edit-mode-hook): Default to vc-log-mode-hook.
16448         (log-edit-mode): Fix the docstring.
16450         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
16451         the code.
16453 2000-03-26  Dave Love  <fx@gnu.org>
16455         * net/browse-url.el (browse-url): Re-fix case of
16456         browse-url-browser-function being an alist.
16457         (browse-url): Add :link to defgroup.
16459         * files.el: Doc fixes.
16460         (file-truename): Include `[' in wildcard characters.
16461         (automount-dir-prefix): Customize.
16462         (find-file-wildcards): Add :version.
16463         (find-file-noselect): Simplify a mapcar call.
16465         * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
16466         compatible with inf-lisp version.
16467         (eval-defun-1): Fix custom-declare-variable case.
16469 2000-03-25  Stefan Monnier  <monnier@cs.yale.edu>
16471         * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
16473 2000-03-24  Gerd Moellmann  <gerd@gnu.org>
16475         * Makefile (COMPILE_FIRST): New macro.
16476         (compile-files): Compile files from COMPILE_FIRST first.
16478         * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new code.
16480         * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
16481         matching open parenthesis in column 0 to defun-prompt-regexp
16482         only if open-paren-in-column-0-is-defun-start is set.
16484         * sun-curs.el: Require CL at compile-time only.
16486         * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
16487         instead of copy-list which is a function from CL.
16488         (msb--choose-menu, msb--mode-menu-cond)
16489         (msb--create-buffer-menu-2): Use dolist instead of mapc.
16490         (msb--init-file-alist): Use mapcar instead of mapcan.
16491         (msb--aggregate-alist): Use mapcar instead of mapcan.
16492         Fix `(' in column 0 in doc string.
16493         (msb--add-separators): Use mapcar instead of mapcan.
16495         * cus-dep.el: Require CL at compile-time only.
16497 2000-03-24  Stefan Monnier  <monnier@cs.yale.edu>
16499         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
16500         (byte-compile-warnings): New warning `noruntime'.
16501         (byte-compile-constants, byte-compile-variables): Fix docstring.
16502         (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
16503         execute `eval-whenc-compile's body.
16504         (byte-compile-unresolved-functions): Fix docstring.
16505         (byte-compile-eval): New function.
16506         (byte-compile-callargs-warn): Check if the function will be available
16507         at runtime (via property `byte-compile-noruntime').
16508         (byte-compile-print-syms): New function.
16509         (byte-compile-warn-about-unresolved-functions): Also warn about
16510         `noruntime' functions (and use `byte-compile-print-syms').
16511         (byte-compile-file): Capitalize the message.
16513 2000-03-24  Gerd Moellmann  <gerd@gnu.org>
16515         * mail/rmail.el (rmail-confirm-expunge): New user-option.
16516         (rmail-expunge): Ask for confirmation depending on the setting
16517         of rmail-confirm-expunge.
16519 2000-03-23  Gerd Moellmann  <gerd@gnu.org>
16521         * Makefile (bootstrap-clean): If $(emacs) exists, build
16522         loaddefs.el first.  A loaddefs.el that's not up-to-date might
16523         cause a bootstrap failure because things don't autoload as expected.
16525 2000-03-23  Dave Love  <fx@gnu.org>
16527         * net/browse-url.el: Restore previous use of
16528         browse-url-maybe-new-window.
16530 2000-03-23  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
16532         * ps-print.el: Skip banner page fix.
16533         (ps-print-version): New version number (5.1.2).
16534         (ps-begin-file, ps-end-file, ps-generate): Code fix.
16536 2000-03-23  Dave Pearson  <davep@davep.org>
16538         * net/quickurl.el Changed the type of parameter passed to the
16539         function defined by `quickurl-format-function'. Before only the
16540         text of the URL was passed. Now the whole URL structure is passed
16541         and the function is responsible for extracting the parts it requires.
16542         Changed the default of `quickurl-format-function' accordingly.
16543         (quickurl-insert): Changed the `funcall' of
16544         `quickurl-format-function' to match the above change.
16545         (quickurl-list-insert): Changed the `url' case so that it makes
16546         use of `quickurl-format-function', previous to this the format was
16547         hard wired.
16549 2000-03-22  Gerd Moellmann  <gerd@gnu.org>
16551         * startup.el: Change some spellings for the X Window System.
16553 2000-03-22  Stefan Monnier  <monnier@cs.yale.edu>
16555         * progmodes/make-mode.el (makefile-warn-suspicious-lines):
16556         Clean up the code and the regexp and make sure the cursor is
16557         temporarily moved to the suspicious line while querying the user.
16559 2000-03-22  Jason Rumney  <jasonr@gnu.org>
16561         * w32-fns.el (w32-charset-info-alist): Initialize.
16563 2000-03-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
16565         * ps-print.el: N-up last page fix.
16566         (ps-print-version): New version number (5.1.1).
16567         (ps-end-file, ps-end-job, ps-generate): Code fix.
16569 2000-03-21  Stefan Monnier  <monnier@cs.yale.edu>
16571         * files.el (find-file-run-dired): Update docstring.
16572         (find-directory-functions): New hook.
16573         (find-file-noselect): Run find-directory-functions rather than
16574         calling dired directly.
16576         * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
16578         * pcvs.el: Add a minimal leading commentary.
16579         (cvs-make-cvs-buffer): Change the header part by removing the startup
16580         message and adding a `Module' entry.  Also replace the FOOTER and
16581         HEADER special fileinfos with the new support in ewoc for updating
16582         its own footer and header.
16583         (cvs-update-header): Update to use the header/footer of the ewoc.
16584         (cvs-mode): Use define-derived-mode and set truncate-lines to t.
16585         (cvs-is-within-p): New function.
16586         (cvs-mode-run): Take advantage of `save-some-buffers's new ability
16587         to only examine some subset of the buffers.
16589         * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
16590         `format' instead of our own ad-hoc functions.
16591         Remove HEADER and FOOTER cases, now handled in the EWOC.
16592         (cvs-fileinfo<): Remove HEADER and FOOTER cases.
16594         * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
16595         output to avoid scaring the user.
16596         (cvs-parse-table): Catch message for non-up-to-date commits.
16598         * pcvs-defs.el (cvs-startup-message): Remove.
16599         (cvs-global-menu): New autoloaded menu.
16601         * pcvs-util.el (cvs-string-fill): Remove.
16603         * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
16604         (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
16605         PP part of it and also make it work for footers and headers.
16606         (ewoc-create): Drop POS and BUFFER arguments.
16607         Use the DLL's dummy node to store the end-of-footer position.
16608         (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
16609         (ewoc-refresh): Remove unused `header' variable.
16610         (ewoc-(get|set)-hf): New functions.
16612         * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
16613         log-view-*-(message|file) and use easy-mmode-define-navigation.
16614         (log-view-message-re): Match SCCS format as well.
16615         And match the revision line rather than the dashed separator line.
16616         (log-view-mode): Use the new define-derived-mode.
16617         (log-view-current-tag): Fill in with an actual implementation.
16619         * cvs-status.el (cvs-status-(prev|next)): Rename from
16620         cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
16621         (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
16622         to let the output "breathe" a little more (more readable).
16623         (cvs-status-mode): Use the new define-derived-mode.
16625         * smerge-mode.el (smerge-auto-leave): New function and variable.
16626         (smerge-basic-map): Rename from smerge-basic-keymap.
16627         Change the bindings for smerge-diff-*.
16628         (smerge-*-map): Use easy-mmode-defmap.
16629         (smerge-(next|prev)): Use easy-mmode-define-navigation.
16630         (smerge-keep-*): Use smerge-auto-leave.
16632 2000-03-21  Jason Rumney  <jasonr@gnu.org>
16634         * cus-edit.el (custom-button-face): Use 3D look for w32.
16635         (custom-button-pressed-face): Likewise.
16637 2000-03-21  Gerd Moellmann  <gerd@gnu.org>
16639         * progmodes/etags.el (tags-case-fold-search): New user-option.
16640         (tags-loop-eval): New function.  Bind case-fold-search around eval
16641         depending on the value of tags-case-fold-search.
16642         (tags-loop-continue): Use tags-loop-eval.
16643         (find-tag-in-order): Bind case-fold-search depending on the value
16644         of tags-case-fold-search.
16646 2000-03-21  Stefan Monnier  <monnier@cs.yale.edu>
16648         * diff-mode.el (diff-mode-*-map): Use `easy-mmode-defmap'.
16649         (diff-end-of-hunk): Return the end position for use in
16650         `easy-mmode-define-navigation'.
16651         (diff-recenter): Remove.
16652         (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
16653         of `easy-mmode-define-navigation'.
16654         (diff-kill-*): Rename `diff-*-kill' (for consistency with the
16655         previous renaming) and fix to use new names.
16656         (diff-merge-strings): Use \n as separator: simpler, faster.
16657         (diff-mode): Use `define-derived-mode'.
16659         * derived.el (define-derived-mode): Don't autoload anymore.
16660         Prefer the macro-only version provided by easy-mmode.el.
16662         * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
16663         `easy-mmode-define-derived-mode'.  Use `combine-run-hooks'.
16664         (easy-mmode-define-navigation): New macro.
16666         * subr.el (combine-run-hooks): New function.
16668 2000-03-21  Kenichi HANDA  <handa@etl.go.jp>
16670         * term/x-win.el: Fontsets related initialization is simplified.
16672         * international/mule-diag.el (describe-font): Don't refer to
16673         global-fontset-alist, instead call font-list.
16674         (describe-fontset, list-fontsets, mule-diag): Likewise.
16675         (print-fontset): Adjusted for the change of fontset implementation.
16677         * international/fontset.el (x-charset-registries): Variable removed,
16678         instead the corresponding data is stored in the default fontset.
16679         (register-alternate-fontnames): Function removed.
16680         (resolved-ascii-font): Variable removed.
16681         (x-compose-font-name): Ignore the second argument REDOCE.
16682         (x-complement-fontset-spec): Complement only an ASCII font and
16683         element for those charsets than can use that ASCII font.
16684         (generate-fontset-menu): Don't refer to global-fontset-alist,
16685         instead call fontset-list.
16686         (uninstantiated-fontset-alist): Variable removed.
16687         (x-style-funcs-alist): Likewise.
16688         (fontset-default-styles): Likewise.
16689         (x-modify-font-name): Function removed.
16690         (create-fontset-from-fontset-spec): Ignore the argument STYLE-VARIANT.
16691         (create-fontset-from-ascii-font): Docsting adjusted for the above
16692         change.
16693         (instantiate-fontset, resolve-fontset-name): Functions removed.
16694         (fontset-list): Now implemented by C code.
16696         * faces.el (read-face-font): Fix TABLE arg to completing-read.
16697         (describe-face): Include `font' attribute in the description.
16699 2000-03-21  Kenichi Handa  <handa@etl.go.jp>
16701         * international/quail.el (quail-set-keyboard-layout): Typo fixed.
16703 2000-03-20  Gerd Moellmann  <gerd@gnu.org>
16705         * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
16706         ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
16707         zone-mode.el, snmp-mode.el: Moved to net subdirectory.
16709         * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
16710         about behavior of set-buffer-modified-p wrt redisplay.
16712 2000-03-19  Richard M. Stallman  <rms@gnu.org>
16714         * view.el (view-mode-disable): Kill local binding of view-read-only.
16716 2000-03-18  Gerd Moellmann  <gerd@gnu.org>
16718         * font-lock.el (font-lock-apply-syntactic-highlight): If VALUE
16719         is a string, convert it to a syntax cell using string-to-syntax.
16721         * simple.el (syntax-code-table, syntax-flag-table): New variables.
16722         (string-to-syntax): New function.
16724         * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
16725         (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
16726         try to use passive ftp mode.
16728 2000-03-17  Gerd Moellmann  <gerd@gnu.org>
16730         * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
16732         * simple.el (append-to-buffer): Update point of windows after
16733         insertion.
16735         * abbrev.el (inverse-add-abbrev): Identify word by first moving
16736         forward then moving backward.  Reindent.
16738         * frame.el (other-frame): Call x-focus-frame only if
16739         focus-follows-mouse is off.
16741 2000-03-17  Dave Love  <fx@gnu.org>
16743         * pcvs-util.el (cvs-strings->string): Rename replace-regexps-in-string.
16745 2000-03-17  Stefan Monnier  <monnier@cs.yale.edu>
16747         * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
16748         regexp for labels cannot span several lines.
16750         * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
16751         `(setq :<key> ':<key>)' to the macro expansion.
16753 2000-03-16  Dave Love  <fx@gnu.org>
16755         * progmodes/f90.el (f90): Put custom group under `languages', not
16756         `fortran'.
16757         (f90-mode-hook): Customize.
16758         (f90-mode): Set add-log-current-defun-function.
16759         (f90-current-defun): New function.
16761 2000-03-16  Gerd Moellmann  <gerd@gnu.org>
16763         * cus-edit.el (custom-variable-tag-face): Handle case that
16764         default face's height is not a number.
16765         (custom-face-tag-face, custom-group-tag-face-1)
16766         (custom-group-tag-face): Ditto.
16767         (custom-group-tag-face-1): Add :group.
16769         * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
16771 2000-03-15  Gerd Moellmann  <gerd@gnu.org>
16773         * pcvs-defs.el (toplevel): Remove autoload cookie for form
16774         requiring easymenu.
16776 2000-03-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
16778         * ps-print.el: PostScript user-defined prologue, PostScript error
16779         handler, doc fix.
16780         (ps-print-version): New version number (5.1).
16781         (ps-user-defined-prologue, ps-error-handler-message)
16782         (ps-print-prologue-0, ps-error-handler-alist): New vars.
16783         (ps-setup, ps-begin-file, ps-begin-job): Code fix.
16784         (ps-insert-string): New function.
16786 2000-03-15  Kenichi Handa  <handa@etl.go.jp>
16788         * international/ccl.el (ccl-compile-expression): Don't generate
16789         invalid self-assignment code.
16791 2000-03-14  Dave Love  <fx@gnu.org>
16793         * subr.el (replace-regexp-in-string): Renamed from
16794         replace-regexps-in-string.  Doc fix.
16796 2000-03-12  Dave Love  <fx@gnu.org>
16798         * cus-edit.el: Doc fixes.
16799         (customize-set-variable, customize-save-variable): Rename args for doc.
16800         (custom-variable-tag-face, custom-face-tag-face)
16801         (custom-group-tag-face-1, custom-group-tag-face): Modify from
16802         style which user identify as hyperlink.
16803         (hook): Don't add undefined functions to the hook.
16804         (debug-ignored-errors): Transfer message from bindings.el.
16806 2000-03-12  Gerd Moellmann  <gerd@gnu.org>
16808         * recentf.el (recentf-keep-non-readable-files-p):
16809         Remove double/nested definition.
16811 2000-03-12  Dave Love  <fx@gnu.org>
16813         * facemenu.el (facemenu-get-face): Use display-color-p.
16814         * enriched.el (enriched-decode-foreground): Likewise.
16815         (enriched-decode-background): Likewise.
16816         * isearch.el (isearch-highlight): Likewise.
16817         * info-look.el (info-lookup): Likewise.
16818         * simple.el (completion-setup-function): Likewise.
16820         * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
16821         :options.
16823         * bindings.el (mode-line-format): Fix line-number and
16824         column-number items.  Add help-echo for the background.
16825         (mode-line-mule-info): Modify help-echo.
16827         * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
16829         * files.el (load-file): Allow completion to .elc.
16831         * man.el: Doc fixes.
16832         (Man-init-defvars): Use display-color-p to set fontification.
16834         * play/hanoi.el (hanoi-internal): Don't use oddp.
16836 2000-03-12  Gerd Moellmann  <gerd@gnu.org>
16838         * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
16840         * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
16842 2000-03-12  Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
16844         * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
16845         Fix comment.
16847 2000-03-10  Stefan Monnier  <monnier@cs.yale.edu>
16849         * font-lock.el (font-lock-keywords): Fix the doc now that
16850         regexp-opt-depth is unnecessary.
16851         (save-buffer-state): Set an edebug spec.
16852         (font-lock-fontify-anchored-keywords): Properly handle the case when
16853         the matcher goes past the limit.
16855         * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
16856         pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
16858         * emacs-lisp/ewoc.el: New file.  This is a merge of elib-node.el,
16859         dll.el and cookie.el (from Elib) with heavy renaming and other
16860         massaging.
16862         * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
16863         Autoload the functions used.
16864         (easy-mmode-define-syntax): Fix CL typo.
16865         (easy-mmode-define-derived-mode): Improve the docstring generation.
16867 2000-03-10  Gerd Moellmann  <gerd@gnu.org>
16869         * textmodes/texinfo.el (texinfo-version): Variable and function
16870         removed.
16872 2000-03-09  Stefan Monnier  <monnier@cs.yale.edu>
16874         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
16875         allow more flexibility.
16876         (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New fns.
16877         (easy-mmode-defmap, easy-mmode-defsyntax)
16878         (easy-mmode-define-derived-mode): New macros.
16880 2000-03-09  Didier Verna  <didier@xemacs.org>
16882         * rect.el (replace-rectangle): New function.
16884 2000-03-09  Dave Love  <fx@gnu.org>
16886         * progmodes/fortran.el (fortran-comment-line-start): Define as "C".
16887         (fortran-comment-line-start-skip): Don't match cpp stuff.
16888         (font-lock-keywords): Add * to comment-chars.  Grok cpp stuff.
16889         (fortran-mode-map): Remove over-eager custom-menu-create for now.
16890         (fortran-mode): Don't set fortran-comment-line-start-skip,
16891         fortran-comment-line-start here.  Set comment-start,
16892         add-log-current-defun.
16893         (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
16894         (fortran-current-defun): New function.
16896 2000-03-09  Gerd Moellmann  <gerd@gnu.org>
16898         * emacs-lisp/re-builder.el: New file.
16900         * mouse.el (mouse-drag-region): Don't run up-event handler
16901         if hscroll has changed.
16903         * octave-mod.el (octave-font-lock-keywords): To font-lock the
16904         builtin operators, use `font-lock-builtin-face' for Emacs and
16905         `font-lock-preprocessor-face' otherwise.
16907         * font-lock.el (lisp-font-lock-keywords-1): Highlight
16908         `(defun (setf foo)' differently.
16910 2000-03-08  Stefan Monnier  <monnier@cs.yale.edu>
16912         * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
16913         (regexp-opt): Update comment and adapt the code the new meaning of
16914         the `paren' argument of regex-opt-group for shy-groups.
16915         (regexp-opt-depth): Handle shy groups as well as backslashed
16916         backslashes.
16917         (regexp-opt-group): Turn the leading comment into a docstring.
16918         Allow `paren' to be a string (the string to use to open a group).
16919         Remove open-presuf and close-presuf.  Instead of checking for `all
16920         one-char' and then later on check for `several one-char', handle
16921         both cases close together.  Also apply a more generic algorithm
16922         for suffixes (the mirror image of the algorithm used for
16923         prefixes).  Use shy-groups.  Use nreverse rather than reverse.
16924         (regexp-opt-try-suffix): Removed.
16926         * cmuscheme.el (inferior-scheme-mode-map): Define it independently
16927         from comint-mode-map, so we can just inherit from it.  Also, move
16928         the initialization into the `defvar' since there's no docstring
16929         anyway and it's fairly short.
16930         (inferior-scheme-mode): Define it as derived-mode: the code is
16931         shorter and this way we inherit from comint-mode-map rather than
16932         copying it.
16934         * subr.el (replace-regexps-in-string): Properly handle the case
16935         where we match an empty string.
16937         * comint.el (comint-exec-1): Add the current-dir to the exec-path
16938         when the command has a directory component (such as "./testml").
16939         Also fix a typo in the comment.
16941 2000-03-08  Gerd Moellmann  <gerd@gnu.org>
16943         * Makefile (compile-files): Compile files one by one because
16944         that's the only way to ensure a clean compilation environment for
16945         each individual file.
16947         * frame.el (other-frame): Call x-focus-frame.
16949 2000-03-07  Dave Love  <fx@gnu.org>
16951         * recentf.el (recentf-keep-non-readable-files-p): Add :set,
16952         :require to defcustom.
16954         * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads lists.
16956         * files.el (auto-mode-alist): Add configure.in.
16958         * progmodes/autoconf.el: New file.
16960 2000-03-07  Gerd Moellmann  <gerd@gnu.org>
16962         * mail/mh-e.el: Change maintainer to `none'.
16964         * recentf.el (recentf-keep-non-readable-files-p): Quote args
16965         to remove-hook and add-hook.
16967 2000-03-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
16969         * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
16970         it as the default.
16971         (mail-send): Test mail-send-nonascii also for the new `mime' value.
16972         (sendmail-send-it): Conditionally add MIME headers specifying the
16973         used character set.
16975 2000-03-07  Dave Love  <fx@gnu.org>
16977         * winner.el: Fix keywords, autoload cookies.
16978         Split eval-when-compile form to avoid compilation failure.
16980 2000-03-07  Miyashita Hisashi  <himi@bird.scphys.kyoto-u.ac.jp>
16982         * international/mule.el: Modify comment about coding system
16983         property `coding-category'.
16984         (make-coding-system): New argument EOL-TYPE.  Pay attention to
16985         coding-category property of PROPERTIES.
16987         * international/mule-conf.el (coding-category-utf-8)
16988         (coding-category-utf-16-be, coding-category-utf-16-le): New coding
16989         categories.  Include them in the argument for set-coding-priority.
16991         * international/mule-cmds.el (reset-language-environment):
16992         Include coding-category-utf-8, coding-category-utf-16-be, and
16993         coding-category-utf-16-le in the argument for set-coding-priority.
16994         (reset-language-environment): Initialize coding-category-utf-8,
16995         coding-category-utf-16-be, and coding-category-utf-16-le to nil.
16997 2000-03-06  Karl Fogel  <kfogel@red-bean.com>
16999         * bookmark.el (bookmark-file-or-variation-thereof): New func, for
17000         code abstracted out of `bookmark-jump-noselect'.  Now tries info
17001         extensions as well as compression extensions.
17002         (bookmark-jump-noselect): Use above new func.
17004 2000-03-03  Gerd Moellmann  <gerd@gnu.org>
17006         * strokes.el: Change maintainer's mail address.
17008 2000-03-03  Kenichi Handa  <handa@etl.go.jp>
17010         * international/mule-diag.el (list-character-sets): Make help-echo
17011         string by substitute-command-keys.
17012         (list-character-sets): Likewise.
17013         (sort-listed-character-sets): Call help-setup-xref.
17015 2000-03-02  Gerd Moellmann  <gerd@gnu.org>
17017         * time.el (display-time-mail-file): Add `none' to the list of choices.
17019 2000-03-01  Dave Love  <fx@gnu.org>
17021         * help.el (help-xref-go-back): Don't try to set position.
17023         * international/mule-diag.el (list-character-sets):
17024         Call help-setup-xref.  Add help-echo to xrefs.
17025         (list-character-sets-1): Add help-echo to xrefs.
17027 2000-03-02  Gerd Moellmann  <gerd@gnu.org>
17029         * frame.el (blink-cursor-mode): Switch cursor on when turning
17030         the mode off.
17032         * add-log.el (add-log-current-defun): Add support for
17033         Autoconf mode.
17035         * mail/rmail.el (rmail-quit-hook): New variable.
17037 2000-03-01  Dave Love  <fx@gnu.org>
17039         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
17041         * help.el (help-xref-button): Add help-echo arg.
17042         (describe-function-1, describe-variable, help-make-xrefs): Use it.
17044         * faces.el (list-faces-display): Supply help-echo with help-make-xrefs.
17046         * facemenu.el (list-text-properties-at): Set help-xref-stack to nil.
17048 2000-03-01  Gerd Moellmann  <gerd@gnu.org>
17050         * image.el (defimage): Look for image files in load-path.
17052         * frame.el (busy-cursor-delay-seconds): Change type to `number'.
17054 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
17056         * recentf.el (recentf): Added version tag to the defgroup of recentf.
17058 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
17060         * recentf.el (recentf-cleanup): Changed to remove excluded file too.
17061         (recentf-edit-list-action): `recentf-edit-list' checkbox widget
17062         action to select/unselect a file.
17063         (recentf-edit-list): Code cleanup and improvement.
17064         (recentf-open-more-files-action): `recentf-open-more-files' button
17065         widget action to open a file.
17066         (recentf-open-more-files): No more use standard completion but widgets.
17067         (recentf-more-collection): Deleted.
17068         (recentf-more-history): Deleted.
17069         (recentf-setup-more-completion): Deleted.
17071 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
17073         * recentf.el (recentf-mode): No more needs that Emacs is running
17074         under a window-system.
17076 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
17078         * recentf.el (recentf-edit-list): New command to edit the recent
17079         list which allow the user to remove files.
17080         (recentf-edit-selected-items): New global variable, used by
17081         `recentf-edit-list' to hold the list of files to be removed from
17082         the recent list.
17083         (recentf-make-menu-items): Updated to display a "Edit list..."
17084         menu item.  Minor code cleanup.
17086 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
17088         * recentf.el (recentf-open-more-files): New command to open files
17089         that are not displayed in the menu.
17090         (recentf-more-collection): New global variable holding the set of
17091         permissible completions used by `recentf-open-more-files'.
17092         (recentf-more-history): New global variable holding the history list
17093         used by `recentf-open-more-files' completion.
17094         (recentf-setup-more-completion): New function to setup completion for
17095         `recentf-open-more-files'.
17096         (recentf-make-menu-items): Updated to display a "More..." menu item.
17098 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
17100         * recentf.el (recentf-menu-action): Doc fixed.
17102 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
17104         * recentf.el (recentf-menu-filter): Doc updated.
17105         (recentf-update-menu-hook): Allow menu filters to force menu update.
17106         (recentf-make-menu-items): New menu filter handling.
17107         (recentf-make-menu-item): New helper function.
17108         (recentf-menu-elements): New menu handling function.
17109         (recentf-sort-ascending): Updated to new menu filter handling.
17110         (recentf-sort-descending): Updated to new menu filter handling.
17111         (recentf-sort-basenames-ascending): New menu filter function.
17112         (recentf-sort-basenames-descending): New menu filter function.
17113         (recentf-show-basenames): New menu filter function.
17114         (recentf-show-basenames-ascending): New menu filter function.
17115         (recentf-show-basenames-descending): New menu filter function.
17117 2000-02-29  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
17119         * diary-lib.el (list-diary-entries): Don't try to go forward at
17120         the end of the buffer.
17122 2000-02-29  Kenichi Handa  <handa@etl.go.jp>
17124         * international/mule-diag.el (list-character-sets):
17125         Completely rewritten.
17126         (sort-listed-character-sets): New function.
17127         (list-character-sets-1): Completely rewritten.
17128         (list-character-sets-2): New function.
17129         (non-iso-charset-alist): New variable.
17130         (decode-codepage-char): New function.
17131         (charset-history): New variable.
17132         (read-charset) (list-block-of-chars)
17133         (list-iso-charset-chars)
17134         (list-non-iso-charset-chars)
17135         (list-charset-chars): New functions.
17136         (mule-diag): Call list-character-sets-2, not list-character-sets-2.
17137         (dump-charsets): Likewise.
17139 2000-02-29  Gerd Moellmann  <gerd@gnu.org>
17141         * dired-x.el (dired-filename-at-point): Add `@' to valid
17142         file name characters.
17143         (dired-filename-at-point): Handle ange-ftp file names.
17145         * frame.el (frame-notice-user-settings): Use assq-delete-all
17146         instead of assoc-delete-all.
17147         (frame-notice-user-settings): Ditto.
17149         * subr.el (assq-delete-all): Renamed from assoc-delete-all.
17150         Don't copy alist.
17152 2000-02-28  Eli Barzilay  <eli@cs.cornell.edu>
17154         * calculator.el (calculator-use-menu): New option.
17155         (calculator-initial-bindings): Changed some bindings to work as macros.
17156         (calculator-forced-input): Removed.
17157         (calculator-restart-other-mode): New variable.
17158         (calculator-mode-map): Set up menu.
17160 2000-02-28  Jari Aalto  <jari.aalto@poboxes.com>
17162         * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc tags.
17164 2000-02-28  Michael Kifer  <kifer@cs.sunysb.edu>
17166         * viper-cmd.el (viper-envelop-ESC-key): Add the option to
17167         translate all ESC key sequences.
17168         (viper-goto-mark-subr): Restore markers for files for which
17169         they were saved.
17170         * viper-init.el (viper-translate-all-ESC-keysequences): New variable.
17171         * viper-util.el (viper-set-replace-overlay-glyphs)
17172         (viper-set-replace-overlay): Always check if the replacement
17173         overlay is live.
17174         * viper.el (viper-vi-state-mode-list): Add major modes.
17175         * ediff-wind.el: Minor comment changes.
17176         * ediff.el: Copyright notice date fix.
17178 2000-02-27  Jason Rumney  <jasonr@gnu.org>
17180         * faces.el (face-font-family-alternatives): Add arial to helv.
17181         (mode-line, header-line, tool-bar): Same default as x for w32.
17182         (fixed-pitch, variable-pitch): Remove wildcard as it prevents
17183         face-font-family-alternatives from working.
17184         * term/w32-win.el (mouse-set-font): Do not build fontset from
17185         chosen font.
17187 2000-02-25  Sam Steingold  <sds@goems.com>
17189         * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
17190         properly.
17192 2000-02-25  Richard M. Stallman  <rms@gnu.org>
17194         * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
17196 2000-02-25  Gerd Moellmann  <gerd@gnu.org>
17198         * emacs-lisp/helper.el (Helper-describe-mode): Make buffer writable.
17200         * frame.el (busy-cursor-delay-seconds): New option.
17202 2000-02-24  Gerd Moellmann  <gerd@gnu.org>
17204         * frame.el (show-cursor-in-non-selected-windows): New option.
17206 2000-02-24  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
17208         * diary-lib.el (include-other-diary-files): Undo the selective
17209         display in any included file and don't kill it.
17211 2000-02-24  Eli Zaretskii  <eliz@is.elta.co.il>
17213         * dired.el (dired-mode-map): Don't remove "Edit" from the menu bar.
17214         Menu items converted to (menu-item format, help strings added.
17215         [downcase, upcase]: Don't enable on MS-DOS.
17216         [symlink, symlinks]: Don't show if make-symbolic-link is not bound.
17217         [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
17219 2000-02-23  Dave Love  <fx@gnu.org>
17221         * simple.el (zap-to-char, kill-line, kill-region, kill-word)
17222         (backward-kill-word): Revert addition of * to interactive spec --
17223         it's a feature.
17225         * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
17226         (backward-kill-sentence, kill-sentence): Likewise.
17228         * gud.el (gud-jdb-build-class-source-alist): Prepend space to
17229         scratch buffer name.
17230         (gud-format-command): Use int-to-string in ?l case.  Simplify slightly.
17232         * term/w32-win.el (internal-face-interactive): Update prompt for
17233         new read-face-name.
17235         * mail/footnote.el (footnote): Add :version to defgroup.
17236         (footnote-section-tag-regexp): Customize.
17237         (footnote-start-tag, footnote-end-tag): New option.
17238         (footnote-latin-regexp): New variable.
17239         (Footnote-latin): New function.
17240         (footnote-style-alist): Add element for latin style.
17241         (footnote-style): Moved.
17242         (Footnote-goto-footnote): Use eq to test arg.
17244         * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
17246         * emacs-lisp/byte-opt.el: Change old backquote syntax.
17247         (byte-compile-trueconstp): Include keywords.
17248         (byte-optimize-quote, byte-optimize-lapcode):
17249         Use byte-compile-const-symbol-p.
17250         (byte-optimize-char-before): New optimization.
17252         * emacs-lisp/bytecomp.el: Change old backquote syntax.
17253         (byte-compile-const-symbol-p): New function.
17254         (byte-compile-constp, byte-compile-out-toplevel)
17255         (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
17256         Use it.
17258         * subr.el (define-key-after): Default AFTER to t.  Doc fix.
17260 2000-02-23  Kenichi Handa  <handa@etl.go.jp>
17262         * international/encoded-kb.el: Be sure to update minor-mode-alist
17263         and minor-mode-map-alist.
17264         (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
17265         codes SS2 and SS3 correctly.
17266         (encoded-kbd-self-insert-ccl): New function.
17267         (encoded-kbd-setup-keymap): New function.
17268         (encoded-kbd-mode): Handle CCL based coding system.  Setup keymap
17269         by calling encoded-kbd-setup-keymap.
17271         * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte characters.
17272         (lisp-mode-variables): Set multibyte-syntax-as-symbol to t locally.
17274 2000-02-22  Dave Love  <fx@gnu.org>
17276         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
17277         (lisp-mode-map, lisp-interaction-mode-map): Define all inside defvar.
17278         (lisp-mode-syntax-table): Set up for #|...|# comments.
17279         (lisp-imenu-generic-expression): Purecopy strings.  Use syntax
17280         classes.  Match `defface'.
17281         (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
17282         (eval-defun-1): Fix for defcustom.
17283         (lisp-indent-region): Doc fix.
17285         * subr.el (when, unless, split-string): Doc fix.
17286         (read-passwd): Move call of clear-this-command-keys to the right place.
17287         (replace-regexps-in-string): New function.
17289 2000-02-22  Gerd Moellmann  <gerd@gnu.org>
17291         * help.el (describe-variable): Set syntax table to
17292         emacs-lisp-mode-syntax-table when moving forward over the
17293         symbol's name.
17295 2000-02-22  Dave Love  <fx@gnu.org>
17297         * xt-mouse.el: Doc fixes.
17298         (xterm-mouse-position-function): New function, replacing advice of
17299         mouse-position.
17300         (xterm-mouse-mode): Use it.  Don't turn on under a window system.
17302         * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
17304 2000-02-21  Gerd Moellmann  <gerd@gnu.org>
17306         * format.el (format-annotate-single-property-change):
17307         Handle properties.with dotted-list values.
17308         (format-proper-list-p): New function.
17310         * enriched.el (enriched-face-ans): Handle '(foreground-color
17311         . COLOR) and (background-color . COLOR).
17313 2000-02-20  Dave Love  <fx@gnu.org>
17315         * textmodes/flyspell.el (flyspell-mouse-map): Change definition
17316         and assignments to it.
17317         (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
17318         current local map.
17319         (make-flyspell-overlay): Use it.
17320         (flyspell-correct-word/mouse-keymap): Change XEmacs test.
17322         * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
17323         (lm-get-header-re): Defun, not defsubst.
17324         (lm-get-package-name): Defun, not defsubst.  Simplify.
17325         (lm-version): Doc fix.  Simplify.
17326         (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
17327         (lm-crack-address, lm-last-modified-date, lm-commentary)
17328         (lm-verify, lm-synopsis): Simplify.
17329         (lm-report-bug): Require emacsbug.  Use compose-mail.
17331 2000-02-20  Gerd Moellmann  <gerd@gnu.org>
17333         * dired.el (dired-mode): Call propertized-buffer-identification
17334         to set mode-line-buffer-identification to something having
17335         the right text properties.
17337         * bindings.el (propertized-buffer-identification): New function.
17339 2000-02-20  Dave Love  <fx@gnu.org>
17341         * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
17342         check for t-mouse too.
17344         * cus-start.el: Make echo-keystrokes `number'.
17346 2000-02-20  Eli Zaretskii  <eliz@is.elta.co.il>
17348         * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
17349         Don't call ring-empty-p unless tags-location-ring is bound.
17350         From Noah Friedman <friedman@splode.com>.
17352 2000-02-18  Thien-Thi Nguyen  <ttn@gnu.org>
17354         * progmodes/hideshow.el (hs-flag-region): No longer use
17355         `intangible' overlay property.
17357         (hs-toggle-hiding): New command.
17358         (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
17360         (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
17361         Fix omission bug: Run `hs-minor-mode-hook' for both activation
17362         and deactivation.
17364 2000-02-18  Gerd Moellmann  <gerd@gnu.org>
17366         * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
17368 2000-02-17  Gerd Moellmann  <gerd@gnu.org>
17370         * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
17372         * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
17373         of `*' to handle `(* ... *)' comments.
17375 2000-02-17  Eli Zaretskii  <eliz@is.elta.co.il>
17377         * faces.el (list-faces-display): Use display-mouse-p instead of
17378         window-system.
17380         * menu-bar.el (global-map): Menu-bar items converted to the new
17381         format (menu-item..., rearranged for better CUA compliance, and
17382         their names changed for better clarity.  Help strings added.
17384         * international/mule-cmds.el (mule-menu-keymap)
17385         (describe-language-environment-map, set-coding-system-map)
17386         (setup-language-environment-map): Convert to new (menu-item...
17387         form, add help strings.  Change names of menu items for better clarity.
17388         "Mule" menu-bar item removed (it's now in the "Options" submenu).
17390 2000-02-17  Gerd Moellmann  <gerd@gnu.org>
17392         * dired-aux.el (dired-do-copy): Remove spurious character.`n'
17393         within the code.
17395 2000-02-16  Dave Love  <fx@gnu.org>
17397         * faces.el: Don't require custom.  Add more specific :groups to
17398         various deffaces.
17399         (set-face-attribute): Purecopy args.
17400         (read-face-name): Default to name at point and use it in prompt.
17401         Remove colon from arg in all callers.
17402         (list-faces-display): Hyperlink to face descriptions and customize
17403         buffers.
17405 2000-02-16  Per Abrahamsen  <abraham@dina.kvl.dk>
17407         * wid-edit.el (widget-match-inline): An atom never matches a list.
17409 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
17411         * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
17412         at ':' characters by call to split-string.
17414 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
17416         * textmodes/bibtex.el: Added RCS version identification.
17418 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
17420         * textmodes/bibtex.el: Some temporary comments removed.
17421         (bibtex-field-name, bibtex-entry-type): Made the relationship explicit.
17422         (bibtex-field-const): Allow capital letters.
17423         (bibtex-start-of-string): Deleted because unused.
17425         * textmodes/bibtex.el: Unified some nomenclature.  We no longer
17426         use the term 'reference' to describe a bibtex entry as a whole.
17427         Further, reference keys are no longer called 'labels'.
17428         (bibtex-keys): Renamed to bibtex-reference-keys.
17429         (bibtex-reformat-previous-labels): Renamed to
17430         bibtex-reformat-previous-reference-keys.
17431         (bibtex-reference-type): Renamed to bibtex-entry-type.
17432         (bibtex-reference-head): Renamed to bibtex-entry-head.
17433         (bibtex-reference-maybe-empty-head): Renamed to
17434         bibtex-entry-maybe-empty-head.
17435         (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
17436         (bibtex-search-reference): Renamed to bibtex-search-entry.
17437         (bibtex-enclosing-reference-maybe-empty-head): Renamed to
17438         bibtex-enclosing-entry-maybe-empty-head.
17439         (bibtex-entry-field-alist, bibtex-entry-head)
17440         (bibtex-font-lock-keywords, bibtex-skip-to-valid-entry)
17441         (bibtex-map-entries, bibtex-search-entry)
17442         (bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry)
17443         (bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode)
17444         (bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message)
17445         (bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer)
17446         (bibtex-find-entry-location, bibtex-validate, bibtex-find-text)
17447         (bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat)
17448         (bibtex-complete-key, bibtex-String) : Use the new nomenclature.
17450 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
17452         * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
17453         comment.
17454         (bibtex-format-field-delimiters): New function, functionality
17455         extracted from bibtex-format-entry.
17456         (bibtex-autokey-get-yearfield-digits): New function, functionality
17457         extracted from bibtex-autokey-get-yearfield.
17459         * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
17460         entries in order to avoid stack overflow in the regexp matcher if
17461         field contents become large.
17462         (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield)
17463         (bibtex-field-string-part-not-braced)
17464         (bibtex-field-string-part-no-inner-braces)
17465         (bibtex-field-string-part-1-inner-brace)
17466         (bibtex-field-string-part-2-inner-braces)
17467         (bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced)
17468         (bibtex-field-string-quoted, bibtex-field-string)
17469         (bibtex-field-string-or-const, bibtex-field-text, bibtex-field)
17470         (bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix)
17471         (bibtex-string, bibtex-key-in-string, bibtex-text-in-string):
17472         Deleted as parsing is now performed by the following functions.
17473         (bibtex-parse-nested-braces, bibtex-parse-field-string-braced)
17474         (bibtex-parse-quoted-string, bibtex-parse-field-string-quoted)
17475         (bibtex-parse-field-string, bibtex-search-forward-field-string)
17476         (bibtex-parse-association, bibtex-field-name-for-parsing)
17477         (bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field)
17478         (bibtex-search-forward-field, bibtex-search-backward-field)
17479         (bibtex-start-of-field, bibtex-end-of-field)
17480         (bibtex-start-of-name-in-field, bibtex-end-of-name-in-field)
17481         (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
17482         (bibtex-parse-string-prefix, bibtex-parse-string-postfix)
17483         (bibtex-parse-string, bibtex-search-forward-string)
17484         (bibtex-search-backward-string, bibtex-start-of-string)
17485         (bibtex-end-of-string, bibtex-start-of-reference-key-in-string)
17486         (bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string)
17487         (bibtex-end-of-text-in-string): New functions for the parsing of bibtex
17488         entries.  Instead of reporting the results of the parsing by
17489         match-beginning or match-end, these functions return data structures
17490         that hold the corresponding positions.
17491         (bibtex-enclosing-field): Changed to also report field boundaries by
17492         return values rather than by match-beginning or match-end.
17493         The following functions have been adapted to use the new
17494         parsing functions.
17495         (bibtex-skip-to-valid-entry, bibtex-search-reference)
17496         (bibtex-enclosing-field, bibtex-format-entry)
17497         (bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring)
17498         (bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode)
17499         (bibtex-print-help-message, bibtex-end-of-entry)
17500         (bibtex-ispell-abstract, bibtex-validate, bibtex-next-field)
17501         (bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
17502         (bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry):
17503         Use the new method for parsing.
17504         (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry)
17505         (bibtex-map-entries, bibtex-flash-head)
17506         (bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry)
17507         (bibtex-autokey-change, bibtex-autokey-get-namefield)
17508         (bibtex-autokey-get-names, bibtex-autokey-get-titlestring)
17509         (bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode)
17510         (bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer)
17511         (bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
17512         (bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
17513         order to make the new binding of case-fold-search immediately visible.
17515 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
17517         * textmodes/bibtex.el: Copyright notice is up to date.
17518         Added constant 'bibtex-maintainer-salutation.
17520         * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
17521         than make-temp-name, use match-string-no-properties and eliminate
17522         a quadratic behavior when building bibtex-strings.
17524         * bibtex.el (bibtex-reference-key): Accept string entries whose
17525         reference key contains upper case letters.
17527 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
17529         * bibtex.el (bibtex-reference-head): Allow entries to start with
17530         a new line.
17532 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
17534         * bibtex.el: Hiding of entry bodies is not longer provided by
17535         bibtex.el directly.  Instead the hideshow package can be used.
17536         Added a special bibtex entry to hs-special-modes-alist.
17537         (bibtex-hs-forward-sexp): Added for hideshow.el.
17539 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
17541         * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
17542         proceedings entry type (for cross referencing). Thanks to Wagner
17543         Toledo Correa for the suggestion.
17545         * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
17547 2000-02-14  Kenichi Handa  <handa@etl.go.jp>
17549         * international/characters.el: Setup case table for Vietnamese.
17551 2000-02-12  Gerd Moellmann  <gerd@gnu.org>
17553         * uniquify.el (toplevel): Require CL at compile time.
17554         (uniquify-push): Removed.
17556         * shadowfile.el (shadow-when): Removed.
17558         * tempo.el (tempo-dolist, tempo-mapc): Removed.
17559         (tempo-process-and-insert-string): Use dolist instead of tempo-dolist.
17561         * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
17562         regexp for paragraph-start.
17564         * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
17565         commas as well.
17567 2000-02-10  Dave Love  <fx@gnu.org>
17569         * wid-edit.el: (widgets) [defgroup]: Remove url link.
17570         (widget-color-choice-list, widget-color-history, widget-mouse-help):
17571         Deleted.
17572         (widget-specify-field, widget-specify-button): Don't use
17573         widget-mouse-help as help-echo property.
17574         (default): Use #'ignore for :validate and :mouse-down-action.
17575         (checkbox): Add help-echo.
17576         (widget-sexp-validate): Rewritten to clarify error messages.
17577         (character): Use char-valid-p in :match function.
17578         (widget-color-complete): Use facemenu-color-alist.
17579         (widget-color-action): Use facemenu-read-color.
17581         * emacs-lisp/cl-macs.el: Don't bother testing for defalias.  Don't
17582         set up `caar' &c that we now have.
17584 2000-02-09  Ray Blaak  <blaak@gnu.org>
17586         * delphi.el: Make resourcestring a declaration region, like const
17587         and var.
17589 2000-02-09  Dave Love  <fx@gnu.org>
17591         * bindings.el (mode-line-input-method-map): New variable.
17592         (mode-line-mule-info): Use it; fix last change.
17593         (mode-line-mode-menu): Move definition.
17594         (mode-line-mouse-sensitive-p): Deleted.
17595         (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
17596         (make-mode-line-mouse-sensitive): Deleted.  Body moved to top level.
17598         * startup.el (command-line-1): Don't call
17599         make-mode-line-mouse-sensitive.
17601 2000-02-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
17603         * mail/rmail.el (rmail-retry-failure): Use rmail-beginning-of-message
17604         before rmail-toggle-header, because the former toggles headers.
17606 2000-02-06  Stefan Monnier  <monnier@cs.yale.edu>
17608         * diff-mode.el (diff-kill-junk): New interactive function.
17609         (diff-reverse-direction): Use delete-and-extract-region.
17610         (diff-post-command-hook): Restrict the area so that the hook also works
17611         outside of any diff hunk.  This is necessary for the minor-mode.
17612         (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
17613         (diff-minor-mode): Setup the hooks for header-hunk rewriting.
17615         * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
17616         (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
17617         so that it can be used more easily in <foo>-mode-hook.  Also make sure
17618         to avoid duplicate entries.
17619         (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
17620         (font-lock-remove-keywords): Just as was done for `add', allow it to
17621         work even if font-lock-mode is nil.  Also make sure we don't modify
17622         any pre-existing list by forcing a copy-sequence.  Finally rename
17623         `major-mode' to `mode'.
17624         (font-lock-fontify-syntactic-anchored-keywords)
17625         (font-lock-fontify-anchored-keywords)
17626         (font-lock-fontify-keywords-region): Use line-end-position.
17627         Don't make `font-lock-multiline' local (it's now done in
17628         font-lock-set-defaults).
17629         (font-lock-set-defaults): Make `font-lock-multiline' local.
17630         Move the `font-lock-fontified' creation to inside the `unless'.
17632 2000-02-06  Andrew Innes  <andrewi@gnu.org>
17634         * term/w32-win.el (x-handle-args): Comment out call to message,
17635         which occurs before window system is initialized.
17637         * makefile.nt: Add support for recompiling lisp code.
17639 2000-02-04  Dave Love  <fx@gnu.org>
17641         * bindings.el (mode-line-mule-info): Fix/extend last change.
17643         * completion.el: Replace completion-dolist with dolist.
17645         * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, dotimes.
17647 2000-02-04  Carsten Dominik  <dominik@strw.leidenuniv.nl>
17649         * textmodes/reftex.el (reftex-compile-variables): Regexp-quote the
17650         environment names before they go into the section regexp.
17652         * textmodes/reftex-global.el (reftex-change-label): Add `A-Z' to
17653         char class in regexp.
17655         * textmodes/reftex-parse.el (reftex-with-special-syntax):
17656         Bind `case-fold-search' to nil.
17658         * progmodes/idlwave.el (idlwave-template):
17659         Respect `idlwave-abbrev-change-case'.
17660         (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for)
17661         (idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat)
17662         (idlwave-while): Respect `idlwave-reserved-word-upcase'.
17663         (idlwave-rw-case): New function.
17664         (idlwave-statement-match): Fixed problem with assignment regexp.
17665         (idlwave-font-lock-keywords): Improved regexp for keyword parameters.
17666         (idlwave-surround): New argument LENGTH to support padding of
17667         operators longer than 1 char.
17669         * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
17670         idlwave-shell-expression-overlay.  Implemented printing of
17671         expressions on higher levels of the calling stack.
17672         (idlwave-shell-display-level-in-calling-stack): Restore stack level.
17673         (idlwave-retrieve-expression-from-level): New function.
17674         (idlwave-shell-last-calling-stack): Variable removed.
17675         (idlwave-shell-reset): Argument action reversed (`visible' to
17676         `hidden').  Also remove stop-line overlay.
17677         (idlwave-shell-calling-stack-routine): New variable.
17678         (idlwave-shell-parse-stack-and-display): Messages now display
17679         negative level numbers.
17680         (idlwave-shell-mode): Set `modeline-format'.
17681         (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
17682         (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs 21.
17683         (idlwave-shell-print-expression-function): New option.
17685         * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
17686         (idlwave-toolbar-remove-everywhere): Keybindings prefix is now
17687         `tool-bar' instead of `toolbar'.
17689 2000-02-02  Dave Love  <fx@gnu.org>
17691         * emacs-lisp/cl.el: Use bytecomp-load-hook, not
17692         emacs-lisp-mode-hook.  Don't check for defalias being defined.
17694         * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
17695         (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.
17696         Use the new builtins directly.
17698         * whitespace.el (whitespace): Add :version to defgroup.
17700         * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
17701         Doc fix.
17703         * thingatpt.el (sexp-at-point, symbol-at-point)
17704         (number-at-point, list-at-point): Add autoload cookie.
17706         * recentf.el (recentf): Add :version to defgroup.
17708         * quickurl.el (quickurl): Add :version to defgroup.
17710         * elide-head.el (elide-head): Use point-marker more.
17712         * bs.el (bs): Add :version to defgroup.
17714         * autorevert.el (global-auto-revert-mode): Add autoload cookie.
17716         * progmodes/delphi.el (delphi): Add :version to defgroup.
17718 2000-02-02  Gerd Moellmann  <gerd@gnu.org>
17720         * ange-ftp.el (ange-ftp-write-region): Handle case that
17721         succeeding process operation sets a different coding system.
17723         * calculator.el: New file.
17725 2000-02-02  Eli Zaretskii  <eliz@is.elta.co.il>
17727         * frame.el (frames-on-display-list, framep-on-display): New functions.
17728         (display-mouse-p, display-popup-menus-p, display-graphic-p)
17729         (display-selections-p, display-screens, display-pixel-width)
17730         (display-pixel-height, display-mm-width, display-mm-height)
17731         (display-backing-store, display-save-under, display-planes)
17732         (display-color-cells, display-visual-class): New functions.
17734         * term/tty-colors.el (tty-color-gray-shades): New function.
17736         * faces.el (display-color-p): Use framep-on-display.
17737         (display-grayscale-p): New function.
17739 2000-01-31  Dave Love  <fx@gnu.org>
17741         * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
17742         (create-fontset-from-x-resource): Don't concat integers.
17744 2000-01-31  Inge Frick  <inge@nada.kth.se>
17746         * view.el: Some changes in documentation.  Removed some trailing
17747         whitespace. Changed some parameter names to agree with documentation.
17748         (view-mode-exit): Keep entry in `view-return-to-alist' only when a
17749         window is not deleted.  Modifies change 1998-04-26.
17751 2000-01-31  Gerd Moellmann  <gerd@gnu.org>
17753         * windmove.el: New file.
17755         * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
17756         progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
17757         progmodes/ebnf-yac.el: Update copyright and license info.
17759         * jit-lock.el (jit-lock-function): Widen before calculating
17760         end position.
17761         (jit-lock-stealth-chunk-start): Rewritten.
17763         * info.el (Info-title-face-alist): Removed.
17764         (Info-title-1-face, Info-title-2-face, Info-title-3-face): New faces.
17765         (Info-fontify-node): Use these faces.
17767 2000-01-30  Gerd Moellmann  <gerd@gnu.org>
17769         * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
17770         (cl-macro-list1): Recognize `&allow-other-keys' instead of
17771         `&allow-other-keywords'.
17773         * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
17774         the list of directories scanned heuristically.
17776         * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to exist.
17778 2000-01-30  Jason Rumney  <jasonr@gnu.org>
17780         * w32-fns.el: Define w32-tty-standard-colors.
17782         * startup.el (command-line): Use w32-tty-standard-colors when in
17783         w32 console mode.
17785 2000-01-30  Dave Love  <fx@gnu.org>
17787         * jka-compr.el (jka-compr-load): Fix up load-history.
17789         * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
17791         * emacs-lisp/cl-macs.el: Revert previous change.
17793 2000-01-29  Dave Love  <fx@gnu.org>
17795         * facemenu.el: Purecopy various strings.
17797         * timezone.el (timezone-fix-time): Window against 69 for two-digit
17798         years.  Deal with three-digit years.
17800         * help.el (help-xref-symbol-regexp, help-xref-info-regexp):
17801         Use defconst, purecopy.
17802         (help-back-label): Purecopy it.
17804 2000-01-18  Gerd Moellmann  <gerd@gnu.org>
17806         * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
17807         variable. If non-nil, order the buffer list according to the
17808         currently selected frame.
17809         (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
17810         non-nil, pass the selected frame to function buffer-list.
17812 2000-01-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
17814         * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
17816 2000-01-28  Dave Love  <fx@gnu.org>
17818         * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
17820         * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
17821         Don't use lisp-indent-hook property.
17822         (cl-abs): Remove.
17824         * subr.el: Move out indent and edebug specs for when and unless.
17826         * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
17827         when, unless.
17829         * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
17830         unless, when.
17832 2000-01-28  Gerd Moellmann  <gerd@gnu.org>
17834         * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
17835         `collecting' as synonym for `collect'.
17837         * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
17838         for the case it contains spaces.
17840         * simple.el (what-cursor-position): Change formatting of messages.
17842         * frame.el (delete-other-frames): New function.
17843         (toplevel): Bind it to C-x 5 1.
17845         * sort.el (sort-numeric-base): New option.
17846         (sort-numeric-fields): If number starts with `0' or `0[xX[',
17847         interpret it as octal or hexadecimal.  Use sort-numeric-base
17848         as default base.
17850         * progmodes/glasses.el: New file.
17852 2000-01-27  Gerd Moellmann  <gerd@gnu.org>
17854         * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
17855         userids differently.
17857         * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
17858         progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
17859         progmodes/ebnf-yac.el: New files.
17861 2000-01-26  Dave Love  <fx@gnu.org>
17863         * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
17864         on a function with an empty body.  [From Eric Ludlam.]
17866 2000-01-25  Andre Spiegel  <spiegel@gnu.org>
17868         * vc.el (vc-version-diff): Make sure file name is expanded.
17870 2000-01-25  Gerd Moellmann  <gerd@gnu.org>
17872         * scroll-bar.el (scroll-bar-timer): Variable removed.
17873         (scroll-bar-toolkit-scroll): Don't use a timer.
17875 2000-01-25  Kenichi Handa  <handa@etl.go.jp>
17877         * language/thai-util.el (thai-composition-function):
17878         Delete superfluous `a'.
17880 2000-01-24  Dave Love  <fx@gnu.org>
17882         * fortran.el (fortran-mode): Use beginning-of-defun-function,
17883         end-of-defun-function.
17885         * font-lock.el (turn-on-font-lock): Don't depend on window-system &c.
17887 2000-01-22  Jason Rumney  <jasonr@gnu.org>
17889         * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
17890         conflicts with new face support.
17892 2000-01-22  Richard M. Stallman  <rms@gnu.org>
17894         * replace.el (query-replace): Rename last arg to DELIMITED.
17895         (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
17896         (query-replace-regexp): Likewise.
17898 2000-01-20  Richard M. Stallman  <rms@gnu.org>
17900         * subr.el (with-syntax-table): Use make-symbol, not gensym.
17902         * emacs-lisp/lisp.el (beginning-of-defun-function):
17903         Variable renamed from beginning-of-defun.
17904         Do not call make-variable-buffer-local.
17905         (beginning-of-defun-raw): Use new variable name; doc fix.
17906         (beginning-of-defun): Doc fix.
17907         (end-of-defun-function): Variable renamed from end-of-defun.
17908         Do not call make-variable-buffer-local.
17909         (end-of-defun): Use new variable name; doc fix.
17911         * subr.el (dolist, dotimes): Copied from cl-macs.el
17912         and made to work.
17914         * mail/undigest.el (rmail-digest-end-regexps):
17915         Variable replaces rmail-digest-end-regexp.
17916         Allows multiple regexps for detecting the end line.
17917         (undigestify-rmail-message): Corresponding changes.
17919 2000-01-19  Dave Love  <fx@gnu.org>
17921         * files.el (user-init-file): Don't declare here -- is primitive.
17923         * startup.el (command-line): Check for compiled user-init-file and
17924         set to uncompiled version if necessary.
17926 2000-01-18  Gerd Moellmann  <gerd@gnu.org>
17928         * mail/undigest.el (rmail-digest-end-regexp): New user option.
17929         (undigestify-rmail-message): Use it.
17931         * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
17933 2000-01-17  Gerd Moellmann  <gerd@gnu.org>
17935         * tmm.el (tmm-goto-completions): Adapt to prompt being part
17936         of mini-buffer.
17938 2000-01-14  Gerd Moellmann  <gerd@gnu.org>
17940         * emacs-lisp/copyright.el (copyright-update): Removed the
17941         requirement for a trailing space from `copyright-regexp', to
17942         support copyrights with owner specified on a separate line..
17944         * align.el: New file.
17946         * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
17948         * net/eudc.el (toplevel): Define EUDC menu for Emacs.
17950 2000-01-13  Dave Love  <fx@gnu.org>
17952         * ph.el: Removed.  (Obsoleted by EUDC.)
17954 2000-01-13  Gerd Moellmann  <gerd@gnu.org>
17956         * net/eudc.el (toplevel): Remove autoloaded code installing
17957         menu with easymenu, because that causes build problems.
17959         * frame.el (frame-notice-user-settings): New variable.
17960         (frame-notice-user-settings): Don't modify frame parameters
17961         if called a second time.
17963 2000-01-13  Richard M. Stallman  <rms@gnu.org>
17965         * frame.el (frame-notice-user-settings):
17966         Notice default-frame-parameters even for non-window frames.
17968 2000-01-13  Gerd Moellmann  <gerd@gnu.org>
17970         * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
17971         for Emacs.
17972         (eudc-bob-can-display-inline-images): Extend for Emacs.
17973         (eudc-bob-toggle-inline-display): Ditto.
17974         (eudc-bob-display-jpeg): Ditto.
17976 2000-01-12  Gerd Moellmann  <gerd@gnu.org>
17978         * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
17979         net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
17980         net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
17982         * add-log.el (add-change-log-entry): Fix error trying an
17983         `(insert nil)'.
17985         * subdirs.el: Add `net' directory.
17987         * net: New directory.
17989         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
17990         eval-last-sexp.  Don't bind debug-on-error here.
17991         (eval-last-sexp): New function.  Bind debug-on-error if
17992         eval-expression-debug-on-error is non-nil.
17993         (eval-defun-2, eval-defun): Likewise.
17995         * simple.el (eval-expression): Don't bind debug-on-error if
17996         eval-expression-debug-on-error is nil.  Detect changed
17997         debug-on-error, and propagate new value to global binding, if
17998         eval-expression-debug-on-error is non-nil,
17999         (eval-expression-debug-on-error): Change doc string.
18001 2000-01-11  Richard M. Stallman  <rms@gnu.org>
18003         * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
18005         * emacs-lisp/lisp-mode.el (with-syntax-table):
18006         Set up lisp-indent-function property.
18008         * subr.el (with-syntax-table): Moved from simple.el.
18010         * simple.el (with-syntax-table): Moved to subr.el.
18012 2000-01-11  Gerd Moellmann  <gerd@gnu.org>
18014         * tmm.el (tmm-shortcut): Delete region after prompt instead
18015         of erasing buffer.
18017         * textmodes/fill.el (fill-common-string-prefix): New function.
18018         (fill-context-prefix): Use the longest common prefix of first
18019         and second line fill prefix, if there is one.
18021 2000-01-11  Richard M. Stallman  <rms@gnu.org>
18023         * array.el (array-mode): Don't use make-variable-buffer-local.
18024         Use make-local-variable for `truncate-lines'.
18026 2000-01-11  Jari Aalto  <jari.aalto@poboxes.com>
18028         * add-log.el (add-log-current-defun): Handle user-defined
18029         add-log-current-function returning nil,
18031         * add-log.el (add-change-log-entry): Insert version number
18032         if having found a current function
18034         * add-log.el (add-log-current-defun):
18035         Call `add-log-current-defun-function'.  Try matches at level 0 and
18036         level 1.  Strip whitespace from defun found.
18038 2000-01-10  John Wiegley  <johnw@gnu.org>
18040         * allout.el (isearch-done/outline-provisions): Added `edit'
18041         argument to correspond with the current definition of `isearch-done'.
18043 2000-01-10  Dave Love  <fx@gnu.org>
18045         * elide-head.el (elide-head): Use point-marker, not point.
18047 2000-01-10  Gerd Moellmann  <gerd@gnu.org>
18049         * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
18050         before and after the year 2000.
18052         * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
18053         Add ispell- prefix.
18055 2000-01-10  Ken Stevens  <k.stevens@ieee.org>
18057         * ispell.el:  Only define dictionaries in menus when they exist.
18058         (version18p): New variable.
18059         (version20p): New variable.
18060         (xemacsp): New variable.
18061         (ispell-choices-win-default-height): Fix for XEmacs visibility.
18062         (ispell-dictionary-alist1): Added Brasileiro dictionary.
18063         (ispell-dictionary-alist6): Russian command lines no longer accept
18064         run-together words.
18065         (ispell-local-dictionary-alist): Add koi8-r to customize definition.
18066         (ispell-dictionary-alist): Add koi8-r to customize definition.
18067         (check-ispell-version): Added documentation string.  Return library
18068         path when called non-interactively.
18069         (ispell-menu-map-needed): Uses new variables.
18070         (ispell-library-path): New variable.
18071         (ispell-decode-string): XEmacs fix for bogus variable bindings.
18072         (ispell-word): Improved documentation string.  Test for valid
18073         character mappings.  Correctly check typed in word changes that can
18074         result in single words split into multiple words.
18075         Return replacement word.
18076         (ispell-command-loop): Fixes XEmacs display bugs.  Show word to
18077         replace in recursive query replace mode.  Help message for
18078         recursive edit mode.
18079         (ispell-show-choices): Protect against bad framepop bindings.
18080         (ispell-help): Fix to work with XEmacs.
18081         (ispell-highlight-spelling-error): Use new variables.
18082         (ispell-overlay-window): Fix to work with XEmacs.
18083         (ispell-parse-output): Passed and returns location information
18084         tracking spelling corrections.  Doesn't recheck same word on
18085         current line.
18086         (ispell-init-process): Protect against bogus XEmacs variable binding.
18087         Fix call to single argument in sleep-for.  Use new variables.
18088         (ispell-region): Passed and returns location information tracking
18089         spelling corrections.  Doesn't check same word on current line.
18090         Improved documentation string.  Doesn't resend a line already
18091         checked to the ispell process - fixes bug in LaTeX parsing.
18092         (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
18093         (ispell-skip-region): No longer skips <TT> in SGML.
18094         (ispell-process-line): Tracks location information with spelling
18095         corrections.  Added documentation string.  Accounts for words
18096         already accepted on this line.  Don't allow query-replace on line
18097         starting with math characters.  Doesn't resend a line already sent
18098         to ispell process.  Fixes alignment error bug.
18100 2000-01-10  Richard M. Stallman  <rms@gnu.org>
18102         * dired-x.el (dired-guess-shell-alist-default):
18103         Suggest xloadimage, which is free, not xv, which isn't.
18105         * ange-ftp.el (ange-ftp-file-name-nondirectory):
18106         Don't ever include the host name or user name in the value.
18108 2000-01-09  Gerd Moellmann  <gerd@gnu.org>
18110         * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
18111         of a real newline.
18113 2000-01-09  Stephen Eglen  <stephen@gnu.org>
18115         * dired-x.el (dired-guess-shell-alist-default): Suggest xv
18116         for .png files.
18118 2000-01-09  Per Abrahamsen  <abraham@dina.kvl.dk>
18120         * cus-edit.el (custom-hook-convert-widget): Fix comment.
18122 2000-01-09  Gerd Moellmann  <gerd@gnu.org>
18124         * progmodes/cperl-mode.el: Replace ^F with ^L.
18126         * sendmail.el (toplevel): Provide `sendmail' when compiling before
18127         `require'ing rmail and mailalias to prevent infinite recursion.
18129 2000-01-08  Dave Love  <fx@gnu.org>
18131         * emacs-lisp/backquote.el: Remove inappropriate customization
18132         (allowing custom.el to use backquote).
18134 2000-01-07  Dave Love  <fx@gnu.org>
18136         * add-log.el (add-log-debugging): Deleted.
18137         (add-change-log-entry): Treat a backup FILE-NAME as its parent
18138         file.  Remove debugging code.
18139         (change-log-get-method-definition, change-log-name): Add doc.
18140         (change-log-sortable-date-at): New function.
18141         (change-log-merge): New command.
18143         * time.el (display-time-string-forms): Make the Mail string active.
18144         (display-time-update): Provide help-echo for load average.
18146         * bindings.el (make-mode-line-mouse2-map): New function.
18147         (mode-line-modified): Use it and simplify.
18148         (mode-line-mule-info): Provide help-echo info.
18149         (minor-mode-alist): Activate the strings.
18150         (make-mode-line-mouse-sensitive): Simplify for
18151         mode-line-buffer-identification.
18153 2000-01-07  Gerd Moellmann  <gerd@gnu.org>
18155         * play/pong.el: New file.
18157 2000-01-06  Dave Love  <fx@gnu.org>
18159         * array.el: Assorted cleanups for compiler warnings, doc strings,
18160         `array-' prefix for symbols.
18162 2000-01-05  Dave Love  <fx@gnu.org>
18164         * textmodes/outline.el (outline-mode-menu-bar-map):
18165         Add outline-headers-as-kill.
18166         (outline-mode): Define imenu-generic-expression.
18167         (outline-headers-as-kill): New command.
18169         * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
18170         from paragraph-start.
18171         (paragraph-indent-minor-mode): New command.
18173         * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
18174         M-C-e, M-C-h, C-j, C-xnd, TAB.
18175         (fortran-mode): Set beginning-of-defun, end-of-defun.
18176         (fortran-column-ruler): Simplify.
18177         (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
18178         (fortran-with-subprogram-narrowing): Likewise.
18179         (fortran-indent-subprogram): Call mark-defun.
18180         (fortran-check-for-matching-do): Change narrowing.
18182         * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
18183         (cl-lucid-hash-tag): Delete.
18184         (cl-hash-table-p): Correct test for native table.
18185         (cl-hash-table-count): Use hash-table-count.
18187         * browse-url.el (browse-url): Fix case of
18188         browse-url-browser-function being an alist.
18190 2000-01-05  Carsten Dominik  <cd@gnu.org>
18192         * textmodes/reftex-vars.el (reftex-parse-file-extension)
18193         (reftex-index-phrase-file-extension): New options.
18195         * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
18196         Use new option `reftex-index-phrase-file-extension'.
18198         * textmodes/reftex.el (reftex-access-parse-file): Use new option
18199         `reftex-parse-file-extension'.
18201 2000-01-05  Dave Love  <fx@gnu.org>
18203         * emacs-lisp/lisp.el (beginning-of-defun): New variable.
18204         (beginning-of-defun-raw): Use it.
18205         (end-of-defun): New variable.
18206         (end-of-defun): Use it.
18207         (check-parens): New command.
18209 2000-01-05  Thien-Thi Nguyen  <ttn@delysid.gnu.org>
18211         * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
18212         (hs-show-block): Don't use `mapcar' when not accumulating.
18214         Fix buglet in local variables initialization.
18216 2000-01-05  Andreas Schwab  <schwab@suse.de>
18218         * hscroll.el (hscroll): Doc fix.
18220 2000-01-05  Carsten Dominik  <cd@gnu.org>
18222         * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar):
18223         Require idlw-toolbar.
18225         * progmodes/idlwave.el (idlwave-load-system-rinfo): Load must read
18226         file idlw-rinfo.el.
18227         (idlwave-customize): Load must read file idlw-shell.el.
18228         (idlwave-create-customize-menu): Load must read file idlw-shell.el.
18230 2000-01-05  Carsten Dominik  <dominik@astro.uva.nl>
18232         * progmodes/idlw-shell.el: Also provide idlwave-shell
18233         * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
18234         * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
18236         * textmodes/reftex-dcr.el: Rename from reftex-vcr.el, provide
18237         both reftex-dcr and reftex-vcr.
18239         * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
18241 2000-01-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
18243         * ps-print.el: PostScript code now is in separate files, doc fix.
18244         (ps-print-version): New version number (5.0.3).
18245         (ps-header-lines, ps-left-header, ps-right-header): No more buffer
18246         local.
18247         (ps-spool-config): Initialization fix.
18248         (ps-print-prologue-1, ps-print-prologue-2)
18249         (ps-print-duplex-feature): PostScript code moved to separated file.
18250         (ps-background-image): Little code reformating.
18251         (ps-begin-file, ps-begin-job): Fix code.
18252         (ps-postscript-code-directory, ps-mark-code-directory): New vars.
18253         (ps-prologue-file): New fun.
18255 2000-01-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
18257         * ps-vars.el: Eliminated.
18259         * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
18260         `;;;###autoload'.
18262         * ps-print.el: ps-vars eliminated, doc fix.
18263         (ps-print-version): New version number (5.0.2).
18264         (ps-spool-config): Initialization fix.
18265         (ps-print-customize): New fun.
18267 2000-01-04  Gerd Moellmann  <gerd@gnu.org>
18269         * autorevert.el (auto-revert-mode): Return value of auto-revert-mode.
18271 2000-01-04  Dave Love  <fx@gnu.org>
18273         * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
18274         menu items.
18276 2000-01-03  Dave Love  <fx@gnu.org>
18278         * elide-head.el (elide-head) [defgroup]: Add :version.
18280         * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
18281         (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count):
18282         Use `cl-hash-table-p', not `hash-table-p'.
18283         (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
18285 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
18287         * faces.el (face-read-integer, read-face-attribute)
18288         (color-defined-p, color-values): Unspecified-{f,b}g are now strings.
18290 2000-01-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
18292         * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
18293         at comment end, and re-insert them after filling.
18295 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
18297         * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
18298         * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
18299         progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
18301 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
18303         * term/x-win.el (xw-defined-colors): Call color-supported-p,
18304         the new name of face-color-supported-p.
18306         * term/w32-win.el (xw-defined-colors): Likewise.
18308 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
18310         * simple.el (completion-setup-function): Count completion-size
18311         from minibuffer-prompt-end, not from point-min.
18313 2000-01-02  Eli Zaretskii  <eliz@is.elta.co.il>
18315         * faces.el (read-face-attribute, defined-colors, color-defined-p):
18316         Pass the frame to tty-color-* functions.
18317         (display-color-p, frame-set-background-mode): Pass the frame to
18318         tty-display-color-p.
18320         * term/tty-colors.el (tty-defined-color-alist): Renamed from
18321         tty-color-alist.
18322         (tty-color-alist, tty-modify-color-alist): New functions.
18323         (tty-color-define,  tty-color-clear, tty-color-approximate)
18324         (tty-color-translate, tty-color-by-index, tty-color-desc): Accept an
18325         optional parameter FRAME.
18327 2000-01-01  Gerd Moellmann  <gerd@gnu.org>
18329         * image.el (create-image, defimage): Don't assume image data is
18330         a string.
18332         * image.el (defimage): Handle specifications containing :data
18333         instead of :file.
18334         (image-type-from-data): New function.
18335         (image-type-from-file-header): Use it.
18336         (create-image): Add parameter DATA-P.
18338 See ChangeLog.8 for earlier changes.
18340 ;; Local Variables:
18341 ;; coding: iso-2022-7bit
18342 ;; End: