*** empty log message ***
[emacs.git] / lisp / ChangeLog
blobbd3cb4fb3beac4eba06f2171c656512d6ef3e7fb
1 2001-07-16  Gerd Moellmann  <gerd@gnu.org>
3         * calendar/cal-islam.el (calendar-goto-islamic-date): Remove
4         autoload cookie.
6         * calendar/calendar.el (calendar-goto-islamic-date): Add
7         call to autoload.
8         
9 2001-07-16  Stefan Monnier  <monnier@cs.yale.edu>
11         * progmodes/ada-mode.el (ada-mode): Avoid unneeded version checks.
12         Don't change compile-auto-highlight globally.
13         Don't bother with `font-lock-defaults' property since XEmacs
14         also understands the `font-lock-defaults' variable.
15         Use make-local-variable rather than make-variable-buffer-local.
16         Don't `defconst' comment-indent-function: keep the default.
17         Call easy-menu-add unconditionally.
18         (ada-create-keymap): Use [(shift tab)] so it works on both Emacsen.
19         (ada-create-menu): Use :included for Emacs as well.
21         * vc.el (vc-do-command): Autoload.
23         * progmodes/ada-xref.el (ada-xref-initialize): Fix call to add-hook.
25 2001-07-16  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
27         * ps-print.el: Fix Author: header.
29 2001-07-16  Gerd Moellmann  <gerd@gnu.org>
31         * mouse-sel.el (mouse-sel-bindings): Instead of unbinding
32         mouse-1 etc., bind them to `ignore'.
34         * eshell/esh-mode.el (eshell-send-invisible): Renamed from
35         send-invisible, which is already defined in Comint.
36         (eshell-watch-for-password-prompt): Use it.
38 2001-07-16  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
40         * which-func.el (which-func-mode): Doc fix.
42         * align.el, apropos.el, autorevert.el, battery.el, bookmark.el,
43         * calculator.el, calendar/todo-mode.el, complete.el, cus-dep.el,
44         * cus-edit.el, cus-face.el, delim-col.el, dos-fns.el, double.el,
45         * edmacro.el, elide-head.el, emacs-lisp/autoload.el,
46         * emacs-lisp/checkdoc.el, emacs-lisp/cl-compat.el,
47         * emacs-lisp/cl-specs.el, emacs-lisp/copyright.el,
48         * emacs-lisp/cust-print.el, emacs-lisp/easy-mmode.el,
49         * emacs-lisp/elint.el, emacs-lisp/ewoc.el, emacs-lisp/find-func.el,
50         * emacs-lisp/pp.el, emacs-lisp/re-builder.el, emacs-lisp/shadow.el,
51         * emacs-lisp/sregex.el, emerge.el, emulation/edt-lk201.el,
52         * emulation/edt-mapper.el, emulation/edt-pc.el,
53         * emulation/edt-vt100.el, emulation/edt.el, emulation/pc-select.el,
54         * emulation/tpu-edt.el, emulation/tpu-extras.el,
55         * emulation/tpu-mapper.el, emulation/vip.el, expand.el, finder.el,
56         * foldout.el, follow.el, format.el, forms-d2.el, forms.el,
57         * generic.el, hi-lock.el, hilit-chg.el, hippie-exp.el, info-look.el,
58         * international/isearch-x.el, international/iso-cvt.el,
59         * international/ogonek.el, international/quail.el,
60         * international/utf-8.el, jit-lock.el, language/devan-util.el,
61         * language/devanagari.el, language/ethio-util.el,
62         * language/ethiopic.el, language/european.el, language/indian.el,
63         * language/romanian.el, language/tibet-util.el, language/tibetan.el,
64         * mail/feedmail.el, mail/footnote.el, mail/mail-hist.el,
65         * mail/mailheader.el, mail/mspools.el, mail/supercite.el,
66         * mouse-sel.el, net/browse-url.el, net/net-utils.el,
67         * net/quickurl.el, net/snmp-mode.el, net/webjump.el,
68         * net/zone-mode.el, pcomplete.el, progmodes/antlr-mode.el,
69         * progmodes/autoconf.el, progmodes/cmacexp.el,
70         * progmodes/cperl-mode.el, progmodes/cpp.el, progmodes/cwarn.el,
71         * progmodes/delphi.el, progmodes/ebnf-bnf.el, progmodes/ebnf-iso.el,
72         * progmodes/ebnf-otz.el, progmodes/ebnf-yac.el,
73         * progmodes/ebnf2ps.el, progmodes/executable.el,
74         * progmodes/fortran.el, progmodes/idlw-shell.el,
75         * progmodes/idlw-toolbar.el, progmodes/idlwave.el,
76         * progmodes/m4-mode.el, progmodes/mantemp.el,
77         * progmodes/meta-mode.el, progmodes/octave-inf.el,
78         * progmodes/ps-mode.el, progmodes/scheme.el, progmodes/simula.el,
79         * progmodes/tcl.el, ps-bdf.el, ps-mule.el, ps-print.el, recentf.el,
80         * rect.el, regi.el, rsz-mini.el, s-region.el, scroll-all.el,
81         * shadowfile.el, speedbar.el, term/AT386.el, term/internal.el,
82         * term/iris-ansi.el, term/mac-win.el, term/tvi970.el,
83         * textmodes/artist.el, textmodes/flyspell.el, textmodes/ispell.el,
84         * textmodes/page-ext.el, textmodes/refer.el, textmodes/texinfmt.el,
85         * textmodes/texinfo.el, textmodes/texnfo-upd.el,
86         * textmodes/two-column.el, time-stamp.el, timezone.el,
87         * toolbar/tool-bar.el, vc-rcs.el, vc-sccs.el, view.el, w32-fns.el,
88         * which-func.el, whitespace.el, wid-browse.el, widget.el,
89         * windmove.el, woman.el, xt-mouse.el: Some fixes to follow coding
90         conventions.
92 2001-07-16  Gerd Moellmann  <gerd@gnu.org>
94         * simple.el (set-variable): Require 'cus-edit' instead of
95         `wid-edit', so that the Custom widgets get defined.
97 2001-07-16  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
99         * allout.el: A fix to follow coding conventions.
101         * find-lisp.el: A fix to follow coding conventions.
103         * term/w32-win.el: A fix to follow coding conventions.
105         * textmodes/sgml-mode.el: A fix to follow coding conventions.
107         * term/xterm.el: A fix to follow coding conventions.
109         * term/news.el: A fix to follow coding conventions.
111         * emulation/vi.el: A fix to follow coding conventions, Maintainer:
112         header line fixed.
114         * sun-curs.el: Fix Maintainer: header line.
116         * emacs-lisp/easymenu.el: Address of the author added.
118 2001-07-16  Gerd Moellmann  <gerd@gnu.org>
120         * dired.el (dired-insert-set-properties): Fix invalid mouse-face
121         property.
123 2001-07-16  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
125         * play/5x5.el, play/decipher.el, play/dunnet.el, play/fortune.el,
126         * play/gamegrid.el, play/handwrite.el, play/landmark.el,
127         * play/morse.el, play/pong.el, play/snake.el, play/tetris.el:
128         Some fixes to follow coding conventions.
130 2001-07-16  Gerd Moellmann  <gerd@gnu.org>
132         * which-func.el (which-func-mode): Doc fix.
134 2001-07-15  Stefan Monnier  <monnier@cs.yale.edu>
136         * net/rcompile.el (remote-compile): Use make-local-variable.
138         * progmodes/hideshow.el (hs-minor-mode): Use make-local-variable.
140         * progmodes/make-mode.el (makefile-browse): Use make-local-variable.
142         * mail/reporter.el (reporter-submit-bug-report):
143         Don't abuse make-variable-buffer-local.  Fix call to add-hook.
145 2001-07-15  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
147         * calendar/cal-china.el, calendar/cal-coptic.el,
148         * calendar/cal-dst.el, calendar/cal-french.el,
149         * calendar/cal-hebrew.el, calendar/cal-islam.el,
150         * calendar/cal-iso.el, calendar/cal-julian.el,
151         * calendar/cal-mayan.el, calendar/cal-persia.el,
152         * calendar/cal-tex.el, calendar/calendar.el, calendar/diary-lib.el,
153         * calendar/lunar.el, calendar/solar.el, ediff-diff.el,
154         * ediff-help.el, ediff-hook.el, ediff-init.el, ediff-merg.el,
155         * ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el,
156         * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
157         * net/eudc-vars.el, net/ldap.el, pcvs-defs.el, pcvs-info.el,
158         * pcvs-parse.el, pcvs-util.el, pcvs.el, progmodes/ada-mode.el,
159         * progmodes/ada-prj.el, progmodes/ada-stmt.el,
160         * progmodes/ada-xref.el, progmodes/cc-align.el,
161         * progmodes/cc-bytecomp.el, progmodes/cc-cmds.el,
162         * progmodes/cc-defs.el, progmodes/cc-engine.el,
163         * progmodes/cc-langs.el, progmodes/cc-menus.el,
164         * progmodes/cc-styles.el, progmodes/cc-vars.el,
165         * textmodes/reftex-auc.el, textmodes/reftex-cite.el,
166         * textmodes/reftex-dcr.el, textmodes/reftex-global.el,
167         * textmodes/reftex-index.el, textmodes/reftex-parse.el,
168         * textmodes/reftex-ref.el, textmodes/reftex-sel.el,
169         * textmodes/reftex-toc.el, textmodes/reftex-vars.el,
170         * textmodes/reftex.el: Some fixes to follow coding
171         conventions in Eshell files with known maintainers.
173         * emulation/viper.el: A fix to follow coding conventions.
175         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el,
176         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el,
177         * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el,
178         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el,
179         * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el,
180         * eshell/em-xtra.el, eshell/esh-arg.el, eshell/esh-cmd.el,
181         * eshell/esh-ext.el, eshell/esh-io.el, eshell/esh-maint.el,
182         * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el,
183         * eshell/esh-proc.el, eshell/esh-test.el, eshell/esh-util.el,
184         * eshell/esh-var.el, eshell/eshell.el: Some fixes to follow coding
185         conventions in Eshell files.
187         * composite.el, diff.el, emacs-lisp/levents.el,
188         * emacs-lisp/lmenu.el, emacs-lisp/lselect.el, emacs-lisp/lucid.el,
189         * emulation/pc-mode.el, emulation/viper-cmd.el,
190         * emulation/viper-ex.el, emulation/viper-init.el,
191         * emulation/viper-keym.el, emulation/viper-macs.el,
192         * emulation/viper-mous.el, emulation/viper-util.el,
193         * emulation/viper.el, forms-pass.el, international/ccl.el,
194         * international/characters.el, international/encoded-kb.el,
195         * international/fontset.el, international/ja-dic-cnv.el,
196         * international/ja-dic-utl.el, international/kinsoku.el,
197         * international/kkc.el, international/mule-cmds.el,
198         * international/mule-diag.el, international/mule-util.el,
199         * international/mule.el, international/titdic-cnv.el,
200         * language/china-util.el, language/chinese.el,
201         * language/cyril-util.el, language/cyrillic.el, language/english.el,
202         * language/greek.el, language/hebrew.el, language/japan-util.el,
203         * language/japanese.el, language/korea-util.el, language/korean.el,
204         * language/lao-util.el, language/lao.el, language/misc-lang.el,
205         * language/slovak.el, language/thai-util.el, language/thai.el,
206         * language/viet-util.el, language/vietnamese.el, mail/mh-comp.el,
207         * mail/mh-e.el, mail/mh-funcs.el, mail/mh-mime.el, mail/mh-pick.el,
208         * mail/mh-seq.el, mail/mh-utils.el, mail/sc.el, mail/unrmail.el,
209         * midnight.el, patcomp.el, pcmpl-cvs.el, pcmpl-gnu.el,
210         * pcmpl-linux.el, pcmpl-rpm.el, pcmpl-unix.el, play/studly.el,
211         * play/zone.el, replace.el, select.el, subr.el, talk.el, term.el,
212         * term/apollo.el, term/bobcat.el, term/linux.el, term/lk201.el,
213         * term/vt102.el, term/vt125.el, term/vt200.el, term/vt201.el,
214         * term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el,
215         * term/vt400.el, term/vt420.el, x-apollo.el, x-menu.el: Some fixes
216         to follow coding conventions in files without maintainer or in files
217         with clear maintainer (but without Maintainer header stating so).
219         * emacs-lisp/elp.el: A fix to follow coding conventions.
221         * gnus/binhex.el, gnus/binhex.el, gnus/earcon.el,
222         * gnus/gnus-agent.el, gnus/gnus-art.el, gnus/gnus-audio.el,
223         * gnus/gnus-logic.el, gnus/gnus-ml.el, gnus/gnus-mlspl.el,
224         * gnus/gnus-setup.el, gnus/gnus-srvr.el, gnus/gnus-sum.el,
225         * gnus/gnus-uu.el, gnus/gnus-vm.el, gnus/ietf-drums.el,
226         * gnus/mail-parse.el, gnus/mail-prsvr.el, gnus/mail-source.el,
227         * gnus/mm-bodies.el, gnus/mm-decode.el, gnus/mm-encode.el,
228         * gnus/mm-partial.el, gnus/mm-util.el, gnus/mm-uu.el,
229         * gnus/mm-view.el, gnus/mml.el, gnus/nnimap.el, gnus/nnoo.el,
230         * gnus/parse-time.el, gnus/rfc1843.el, gnus/rfc2045.el,
231         * gnus/rfc2047.el, gnus/rfc2104.el, gnus/rfc2231.el,
232         * gnus/time-date.el, gnus/uudecode.el: Some fixes to follow coding
233         conventions in files from Gnus.
235         * abbrevlist.el, array.el, buff-menu.el, calendar/appt.el,
236         * case-table.el, cdl.el, cmuscheme.el, compare-w.el, completion.el,
237         * custom.el, derived.el, dired-aux.el, disp-table.el, dos-vars.el,
238         * echistory.el, electric.el, emacs-lisp/authors.el,
239         * emacs-lisp/backquote.el, emacs-lisp/byte-opt.el,
240         * emacs-lisp/bytecomp.el, emacs-lisp/float.el, emacs-lisp/gulp.el,
241         * emacs-lisp/helper.el, emacs-lisp/lisp-mode.el,
242         * emacs-lisp/regexp-opt.el, emulation/mlconvert.el,
243         * emulation/mlsupport.el, env.el, fast-lock.el, find-dired.el,
244         * float-sup.el, frame.el, gnus/gnus-mule.el, gnus/pop3.el, gs.el,
245         * gud.el, help-macro.el, hexl.el, imenu.el, info.el, informat.el,
246         * international/codepage.el, international/iso-ascii.el,
247         * international/iso-insert.el, international/iso-transl.el,
248         * international/swedish.el, isearch.el, jka-compr.el, kermit.el,
249         * lazy-lock.el, ledit.el, loadup.el, lpr.el, ls-lisp.el, macros.el,
250         * mail/blessmail.el, mail/emacsbug.el, mail/mail-extr.el,
251         * mail/mailabbrev.el, mail/mailpost.el, mail/rmail.el,
252         * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmsc.el,
253         * mail/rmailout.el, mail/rmailsort.el, mail/rmailsum.el,
254         * mail/vms-pmail.el, man.el, map-ynp.el, menu-bar.el, misc.el,
255         * msb.el, net/ange-ftp.el, net/goto-addr.el, novice.el,
256         * obsolete/auto-show.el, obsolete/hilit19.el, obsolete/ooutline.el,
257         * obsolete/rnews.el, obsolete/rnewspost.el, options.el, paren.el,
258         * paths.el, play/dissociate.el, play/doctor.el, play/hanoi.el,
259         * play/meese.el, progmodes/compile.el, progmodes/ebrowse.el,
260         * progmodes/hideif.el, progmodes/modula2.el, register.el, rot13.el,
261         * saveplace.el, scroll-bar.el, server.el, sort.el, soundex.el,
262         * term/bg-mouse.el, term/pc-win.el, term/sup-mouse.el,
263         * term/tty-colors.el, terminal.el, textmodes/bib-mode.el,
264         * textmodes/makeinfo.el, textmodes/page.el, textmodes/paragraphs.el,
265         * textmodes/picture.el, textmodes/scribe.el, textmodes/spell.el,
266         * textmodes/tex-mode.el, textmodes/text-mode.el,
267         * textmodes/underline.el, thingatpt.el, time.el, timer.el,
268         * unused.el, vcursor.el, version.el, vms-patch.el, vmsproc.el,
269         * vt100-led.el, window.el: Some fixes to follow coding conventions in
270         files maintained by FSF.
272 2001-07-13  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
274         * arc-mode.el: A fix to follow coding conventions.
276         * bindings.el: Ditto.
278         * cdl.el: Ditto.
280         * comint.el: Ditto.
282         * cus-start.el: Ditto.
284         * shell.el: Ditto.
286         * skeleton.el: Ditto.
288 2001-07-13  Stefan Monnier  <monnier@cs.yale.edu>
290         * info.el (Info-build-node-completions):
291         Make Info-current-file-completions buffer local.
293 2001-07-13  Gerd Moellmann  <gerd@gnu.org>
295         * which-func.el (which-func-mode, which-func-ff-hook)
296         (which-function-mode): Remove references to which-func-mode-global.
298         * calendar/cal-islam.el (calendar-goto-islamic-date):
299         Add  autoload cookie.
301         * play/fortune.el: Add types to defcustoms.
303 2001-07-12  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
305         * language/czech.el: A fix to follow coding conventions.
307 2001-07-11  Eli Zaretskii  <eliz@is.elta.co.il>
309         * speedbar.el (speedbar-supported-extension-expressions): Add .g
310         to the extension list, for antlr-mode.  From Christoph Wedler
311         <Christoph.Wedler@sap.com>.
313 2001-07-11  Stefan Monnier  <monnier@cs.yale.edu>
315         * vc.el (vc-prefix-map): Moved back to vc-hooks.el.
316         (vc-dired-mode-map): Fix the madness.
318         * vc-hooks.el (vc-mode): Dummy function for doc purposes.
319         (vc-prefix-map): Moved back from vc.el.
321 2001-07-11  Gerd Moellmann  <gerd@gnu.org>
323         * mail/mail-extr.el (mail-extr-all-top-level-domains):
324         Increase the size of the obarray.
325         (mail-extr-all-top-level-domains): Add more toplevel domains,
326         add more long names.
327         From: Per Starback <starback@ling.uu.se>.
329 2001-07-11  Eli Zaretskii  <eliz@is.elta.co.il>
331         * progmodes/ada-prj.el: Say that the file _is_ part of Emacs.
332         From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
334         * progmodes/ada-mode.el: Ditto.
336         * progmodes/ada-xref.el: Ditto.
338 2001-07-11  Miles Bader  <miles@gnu.org>
340         * finder.el (finder-insert-at-column): Also move to the next line
341         if exactly at COLUMN.
343 2001-07-10  Gerd Moellmann  <gerd@gnu.org>
345         * help.el (describe-function-1): When printing FUNCTION's
346         documentation, don't assume FUNCTION is a symbol.
348         * startup.el (normal-top-level): Don't operate on the initial
349         frame if we failed to create one.
351 2001-07-10  Martin Stjernholm  <bug-cc-mode@gnu.org>
353         * cc-cmds.el (c-indent-exp): Keep the indentation of the block
354         itself, i.e. only indent the contents in it.
356 2001-07-10  Markus Rost  <rost@math.ohio-state.edu>
358         * mail/rmail.el (rmail-show-message): Show beginning of message in
359         all windows containing it.
361 2001-07-10  Eli Zaretskii  <eliz@is.elta.co.il>
363         * term/tty-colors.el: Fix the header line and copyright years.
365 2001-07-09  Gerd Moellmann  <gerd@gnu.org>
367         * emacs-lisp/advice.el (ad-make-advised-definition): If the
368         original definition has an interactive form, but is Elp
369         instrumented, use the interactive form of the function called by
370         elp-wrapper.
372         * winner.el (winner-equal): Make it a defun.  Don't compare Winner
373         configurations with compare-window-configuration; they aren't
374         window configurations.
376         * net/ange-ftp.el (ange-ftp-file-modtime): Check a 213 response
377         from the server for the format we expect.  Don't use it if it
378         doesn't look like what the Internet draft for FTP extensions specifies.
380         * toolbar/*.pbm: Cleaned up.
381         From Luis Fernandes <elf@ee.ryerson.ca>.
383 2001-07-09  Martin Stjernholm  <bug-cc-mode@gnu.org>
385         * cc-cmds.el: Extended the kludge to interoperate with the
386         delsel and pending-del packages wrt to the new function
387         `c-electric-delete-forward'.
389 2001-07-08  Stefan Monnier  <monnier@cs.yale.edu>
391         * emacs-lisp/easy-mmode.el (define-minor-mode): Use eval-after-load
392         to delay the call to <mode> for global minor modes.
393         (easy-mmode-define-navigation): Only recenter if interactive.
395 2001-07-06  Gerd Moellmann  <gerd@gnu.org>
397         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind TAB
398         to lisp-indent-line.
400         * net/ange-ftp.el (ange-ftp-file-modtime): Ignore 226 responses
401         from the server.  Call encode-time only when we are sure that we
402         got a 213 response.
404 2001-07-06  Simon Josefsson  <jas@extundo.com>
406         * mail/sendmail.el (mail-specify-envelope-from): Doc fix.
407         (mail-envelope-from): New user option.
408         (sendmail-send-it): Use it.
410 2001-07-06  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
412         * ps-print.el: Use locale dependant date to print date in header.
413         Doc fix.
414         (ps-print-version): New version number (6.5.3).
415         (ps-right-header, ps-right-footer): Initialization and doc fix.
416         (ps-time-stamp-locale-default): New fun.
418 2001-07-06  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
420         * mail/rmailout.el (rmail-output): Fix duplicate MIME-Version:
421         field problem with MIME-mode.
423         * mail/rmailout.el (rmail-output): Fix bug in MIME-mode.
425 2001-07-06  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
427         * mail/rmail.el (rmail-reply): Don't forget to narrow header in
428         MIME-mode.
430 2001-07-06  Eli Zaretskii  <eliz@is.elta.co.il>
432         * bindings.el (mode-line-mule-info): Don't show the tip with
433         buffer-file-coding-system if that is nil.
435 2001-07-05  Gerd Moellmann  <gerd@gnu.org>
437         * calendar/todo-mode.el (todo-top-priorities): Use delete-region
438         instead of kill-line.
440         * play/pong.el: Fix first line.  From Pavel Jan\e,Bm\e(Bk
441         <Pavel@Janik.cz>.
443         * battery.el (battery-update): Add help-echo.  From Pavel Jan\e,Bm\e(Bk
444         <Pavel@Janik.cz>.
446 2001-07-04  Gerd Moellmann  <gerd@gnu.org>
448         * font-lock.el (c-font-lock-keywords-3): When matching something
449         like `struct X Y', finish with point after Y.
451 2001-07-04  Simon Josefsson  <jas@extundo.com>
453         * mail/sendmail.el (sendmail-send-it): Look at `sendmail-program'
454         in caller buffer.
456 2001-07-03  Eli Zaretskii  <eliz@is.elta.co.il>
458         * find-file.el (ff-find-the-other-file): Use file-name-nondirectory
459         instead of string-match to find the basename of the file.
460         From Pascal Obry <p.obry@wanadoo.fr>.
462         * net/browse-url.el (browse-url-default-windows-browser):
463         Support the MS-DOS port when it runs on Windows.
464         (browse-url-browser-function) [ms-dos]: Default to
465         browse-url-default-windows-browser.
467         * help.el (locate-library): Enable code that looks for compressed
468         libraries if auto-compression-mode is on.
470 2001-07-02  Stefan Monnier  <monnier@cs.yale.edu>
472         * info.el (Info-clone-buffer-hook): Really unconditionally copy marker.
474 2001-07-02  Gerd Moellmann  <gerd@gnu.org>
476         * emacs-lisp/cl-macs.el (cl-do-arglist): Revert change of 2000-10-15.
478 2001-07-02  Eli Zaretskii  <eliz@is.elta.co.il>
480         * allout.el: Fix the header line, so that finder.el recognizes it.
481         From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
483         * emacs-lisp/lisp-mnt.el (lm-header-prefix): Doc fix.
484         From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
486 2001-06-29  Eli Zaretskii  <eliz@is.elta.co.il>
488         * term/w32-win.el (x-colors): Add colors from the recent rgb.txt file.
490         * ps-bdf.el (bdf-directory-list): Use the value relative to
491         installation-directory for MS-Windows as well.
493 2001-06-29  Richard M. Stallman  <rms@gnu.org>
495         * wid-edit.el (widget-color-sample-face-get):
496         Return ((foreground-color . COLOR)) instead of constructing a face.
498 2001-06-29  Eli Zaretskii  <eliz@is.elta.co.il>
500         * faces.el (region): Change the background color for the
501         light-background color display to lightgoldenrod2, to make it
502         visible on some laptops.
504 2001-06-28  Richard M. Stallman  <rms@gnu.org>
506         * mail/rmail.el (rmail-reformat-message): Bind inhibit-read-only to t.
507         (rmail-msg-restore-non-pruned-header): Likewise.
508         If point was in the old pruned header, put it at the top.
509         (rmail-msg-prune-header): If point was at the top, keep it there.
511         * mail/rmail.el (rmail-narrow-to-non-pruned-header): New function.
512         (rmail-retry-failure): Use rmail-narrow-to-non-pruned-header.
514 2001-06-28  Stefan Monnier  <monnier@cs.yale.edu>
516         * info.el (Info-clone-buffer-hook): Unconditionally copy marker.
518 2001-06-28  Karl Fogel  <kfogel@red-bean.com>
520         * saveplace.el: Update maintainer email address.
522 2001-06-27  Francesco Potorti`  <pot@gnu.org>
524         * uniquify.el: (uniquify-rationalize-file-buffer-names):
525           Undo previous change.
527 2001-06-27  Francesco Potorti`  <pot@gnu.org>
529         * uniquify.el (uniquify-rationalize-file-buffer-names): Do a
530         preliminary quick reordering.  Can speed things up dramatically.
532 2001-06-26  Richard M. Stallman  <rms@gnu.org>
534         * dired.el (dired-get-filename): A file name starting with ~
535         is not absolute in this context.
537         * which-func.el (which-func-maxout): Increase default to 500000.
538         (which-function-mode): This is now the "real" name of the function.
539         (which-func-mode): Now an alias.
540         (which-func-mode-global): Name deleted.
542         * progmodes/hideshow.el (hs-minor-mode-map): Use mouse-2, not
543         button-2, when binding hs-mouse-toggle-hiding.
545 2001-06-26  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
547         * mail/rmail.el (rmail-msg-restore-non-pruned-header): New function.
548         (rmail-msg-prune-header): Likewise.
549         (rmail-toggle-header): Use `rmail-msg-restore-non-pruned-header'
550         and `rmail-msg-prune-header'.
552 2001-06-25  Stefan Monnier  <monnier@cs.yale.edu>
554         * textmodes/fill.el (fill-region-as-paragraph): Don't look further
555         back than LINEBEG.
557 2001-06-25  Eli Zaretskii  <eliz@is.elta.co.il>
559         * xt-mouse.el (xterm-mouse-event): If the buffer displayed in the
560         window where they clicked the mouse has a header line, adjust
561         vertical movement by one.
563 2001-06-25  Milan Zamazal  <pdm@zamazal.org>
565         * progmodes/glasses.el (glasses-make-readable): Consider underscores
566         too when separating a parenthesis.
568 2001-06-24  Eli Zaretskii  <eliz@is.elta.co.il>
570         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
571         (bookmark-bmenu-hide-filenames): Add help-echo to
572         mouse-highlighted text.
573         (bookmark-bmenu-show-filenames): Remove help-echo property from
574         the whitespace.
576 2001-06-23  Eli Zaretskii  <eliz@is.elta.co.il>
578         * files.el (auto-mode-alist): Add configure.ac (autoconf).
579         From Karl Eichwalder <ke@suse.de>.
581 2001-06-23  Richard M. Stallman  <rms@gnu.org>
583         * emacs-lisp/lisp-mode.el (eval-last-sexp): Doc fix.
585         * progmodes/cc-styles.el (c-set-style): Don't specify initial
586         contents for completing-read.
588 2001-06-22  Richard M. Stallman  <rms@gnu.org>
590         * menu-bar.el (menu-bar-make-toggle): Construct the
591         function's doc string from HELP, not DOC, and make it accurate by
592         adding "Toggle whether to " at the front and downcasing the initial.
593         Change the HELP arg in some calls to make it fit this usage.
595         * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error):
596         Undo previous change.
598 2001-06-22  Eli Zaretskii  <eliz@is.elta.co.il>
600         * indent.el (indent-relative-maybe, indent-relative): Doc fix.
602         * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error): Doc fix.
604 2001-06-21  Eli Zaretskii  <eliz@is.elta.co.il>
606         * toolbar/tool-bar.el (tool-bar-setup): Remove the EXIT button.
608         * dabbrev.el (dabbrev--select-buffers): Fix last change.
610 2001-06-20  Richard M. Stallman  <rms@gnu.org>
612         * dabbrev.el (dabbrev--make-friend-buffer-list): New function,
613         broken out from dabbrev--find-expansion.  Handle minibuffer
614         specially here.
615         (dabbrev--find-expansion): Simplify code in various ways.
616         Don't treat minibuffers specially.
617         Call dabbrev--make-friend-buffer-list.
618         (dabbrev--select-buffers): Don't treat minibuffers specially.  Simplify.
619         (dabbrev--scanning-message): Do nothing when minibuffer is current.
621 2001-06-19  John Wiegley  <johnw@gnu.org>
623         * eshell/eshell.el: Don't load in esh-util if it's already loaded.
624         Also, added a comment describing how to greatly speedup Eshell
625         loadup time, by concatenating together all of Eshell's .elc files.
627 2001-06-19  John Wiegley  <johnw@gnu.org>
629         * eshell/esh-mode.el: Disabled a test that often yields false failures.
631 2001-06-19  Eli Zaretskii  <eliz@is.elta.co.il>
633         * woman.el (WoMan-highlight-references): Add help-echo to
634         mouse-highlighted text.
636 2001-06-18  Stefan Monnier  <monnier@cs.yale.edu>
638         * textmodes/sgml-mode.el (sgml-mode-map): Fix thinko.
640 2001-06-18  Gerd Moellmann  <gerd@gnu.org>
642         * international/quail.el (quail-start-conversion):
643         Reset quail-translating to nil.
645         * antlr-mode.el (antlr-mode): Check that `c-Java-access-key' is
646         bound.  Suggested by David B. Malkovsky <David.Malkovsky@sas.com>.
648 2001-06-18  Eli Zaretskii  <eliz@is.elta.co.il>
650         * bs.el (bs--get-name, bs--get-file-name): Add help-echo to
651         mouse-highlighted text.
653         * dired.el (dired-mark-pop-up): Fix last change.
655 2001-06-17  Eli Zaretskii  <eliz@is.elta.co.il>
657         * calendar/calendar.el (generate-calendar-month): Add help-echo to
658         mouse-highlighted text.
660         * net/quickurl.el (quickurl-url-file): Run through
661         convert-standard-filename.
662         (quickurl-list-populate-buffer): Add help-echo to
663         mouse-highlighted text.
664         (top-level): Update Dave's URL.
666         * textmodes/tex-mode.el (tex-validate-buffer): Add help-echo to
667         mouse-highlighted text.
669         * textmodes/page-ext.el (pages-copy-header-and-position):
670         Add help-echo to mouse-highlighted text.
672         * tar-mode.el (tar-header-block-summarize): Add help-echo to
673         mouse-highlighted text.
675         * replace.el (occur): Add help-echo to mouse-highlighted text.
677         * progmodes/sh-script.el (sh-mark-line): Add help-echo to
678         mouse-highlighted text.
680         * progmodes/cpp.el (cpp-make-button): Add help-echo to
681         mouse-highlighted text.
683         * progmodes/compile.el (compile-reinitialize-errors):
684         Add help-echo to mouse-highlighted messages.
685         (compilation-forget-errors): Remove help-echo property as well.
687         * play/landmark.el (lm-plot-square, lm-init-display):
688         Add help-echo to mouse-highlighted text.
690         * play/gomoku.el (gomoku-plot-square, gomoku-init-display):
691         Add help-echo to mouse-highlighted text.
693         * dired.el (dired-insert-set-properties): Add help-echo to
694         mouse-highlighted text.
695         (dired-mark-pop-up): Remove help-echo property from the file name.
697         * comint.el (comint-send-input): Add help-echo to
698         mouse-highlighted text.
700         * buff-menu.el (list-buffers-noselect): Add help-echo to
701         mouse-highlighted text.
703         * arc-mode.el (archive-summarize-files): Add help-echo to
704         mouse-highlighted text.
706         * ffap.el (ffap-machine-p): Always return nil if
707         open-network-stream is not fboundp.
709 2001-06-17  Stefan Monnier  <monnier@cs.yale.edu>
711         * textmodes/sgml-mode.el: Move `provide' to the end.  Update copyright.
712         (sgml-mode-map): Use `make-keymap' rather than make the keymap by hand.
713         Bind the latin-1 charset-char to sgml-maybe-name-self rather than
714         incorrectly binding chars between 128 and 256 to it.
715         (sgml-maybe-name-self): Handle latin-1 chars properly.
716         (sgml-tags-invisible): Bind buffer-file-name to nil.
717         Use unwind-protect and restore-buffer-modified-p.
718         (sgml-point-entered): Use buffer-substring-no-properties.
719         (html-tag-alist): Add `div' and `span' and fix backquote/unquote typos.
720         (html-mode): Don't force `imenu-sort-function'.
722 2001-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
724         * tar-mode.el: Fix the copyright notice.
726         * font-lock.el (font-lock-comment-face): For tty's with dark
727         background, use "red1", since "lightred" is not one of the colors
728         recognized by tty-colors.el.
730         * tar-mode.el (tar-extract): Call generate-new-buffer-name to
731         create a buffer for extracted file, in case there's more than one
732         file by that name in an archive, possibly in different
733         directories.  From Kevin Rodgers <kevinr@ihs.com>.
735         * format.el (format-alist): Doc fix.  Suggested by Alex Schroeder
736         <alex@gnu.org>.
738 2001-06-15  Miles Bader  <miles@gnu.org>
740         * textmodes/texinfmt.el (texinfo-format-syntax-table):
741         Revert previous change.
743 2001-06-14  Richard M. Stallman  <rms@gnu.org>
745         * replace.el (keep-lines-read-args): Return just a regexp.
746         Provide nil for the region args.
747         (keep-lines, flush-lines, how-many):
748         Calculate the defaults for the region here, when args are nil.
750 2001-06-14  Eli Zaretskii  <eliz@is.elta.co.il>
752         * rot13.el (rot13-other-window): Some more doc fix.
754 2001-06-14  Per Starback  <starback@ling.uu.se>
756         * replace.el (case-replace, query-replace-from-history-variable)
757         (query-replace-to-history-variable, keep-lines-read-args)
758         (occur-revert-function, query-replace-help): Dox fix.
760 2001-06-14  Eli Zaretskii  <eliz@is.elta.co.il>
762         * rot13.el (rot13-other-window): Doc fix.
764 2001-06-14  Miles Bader  <miles@gnu.org>
766         * textmodes/texinfo.el (texinfo-mode-syntax-table): Change syntax
767         of " and \ to "." (punctuation).
768         * textmodes/texinfmt.el (texinfo-format-syntax-table): Likewise.
770 2001-06-13  Richard M. Stallman  <rms@gnu.org>
772         * emacs-lisp/backquote.el (backquote-process): Handle `[,@SYMBOL].
774         * simple.el (shell-command-on-region): Never kill the
775         *Shell Command Output* buffer.
777 2001-06-13  Stefan Monnier  <monnier@cs.yale.edu>
779         * diff-mode.el (diff-font-lock-keywords): Fix unanchored regexp.
781 2001-06-10  Stefan Monnier  <monnier@cs.yale.edu>
783         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
784         New var, to recognize ${ $' and PODs.
785         (perl-font-lock-syntactic-face-function): New function.
786         (perl-mode): Use them.
787         (perl-continuation-line-p): New function, from perl-calculate-indent.
788         (perl-calculate-indent): Use it, to properly handle continuation
789         lines of continuation lines.
791 2001-06-10  Eli Zaretskii  <eliz@is.elta.co.il>
793         * server.el (server-process, server-buffer-clients): Doc fix.
794         From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
796 2001-06-09  John Wiegley  <johnw@gnu.org>
798         * eshell/esh-cmd.el (eshell-exit-success-p): Use a string-match to
799         test if the last command was Lisp or not.
800         (eshell-rewrite-if-command): "if" syntax is "if A B C", not "if A
801         B x C".
803 2001-06-08  Eli Zaretskii  <eliz@is.elta.co.il>
805         * dos-w32.el (grep-regexp-alist): Remove definition, since the
806         general one on compile.el supports drive letters.
808 2001-06-08  Carsten Dominik  <dominik@strw.leidenuniv.nl>
810         * textmodes/reftex-ref.el (reftex-select-label-help): Add "z"
811         key description.
813         * textmodes/reftex-sel.el (reftex-select-jump): New command.
815         * textmodes/reftex-toc.el (reftex-toc-help): Add "z" key description.
816         (reftex-toc-jump): New command.
818         * textmodes/reftex-cite.el (reftex-parse-bibitem): Regexp changed
819         to parse international characters as well.
821         * textmodes/reftex.el: Add autoloads for `reftex-varioref-vref',
822         `reftex-fancyref-fref', `reftex-fancyref-Fref'.
824         * textmodes/reftex-vars.el: Protect single backslash in docstrings.
826         * textmodes/reftex-dcr.el (reftex-view-crossref): Add SPACE and
827         TAB to the key separators.
829 2001-06-07  Eli Zaretskii  <eliz@is.elta.co.il>
831         * international/mule.el (auto-coding-alist): Remove redundant
832         up-cased versions of the extensions (auto-coding-alist-lookup is
833         case-insensitive where needed).  Recognize .gz, .Z, .bz, .bz2, and
834         .gpg files as binary.  Suggested by Karl Berry <karl@gnu.org>.
836 2001-06-05  Eli Zaretskii  <eliz@is.elta.co.il>
838         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Add a doc string.
840 2001-06-01  Richard M. Stallman  <rms@gnu.org>
842         * help.el (describe-variable): Put value on same line
843         with preceding text, if it is short enough to look good that way.
845 2001-06-01  Eli Zaretskii  <eliz@is.elta.co.il>
847         * term/internal.el (IT-unicode-translations): New variable.
848         (IT-setup-unicode-display): New function.
850 2001-06-01  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
852         * ps-print.el: Handle before-string and after-string overlay properties
853         in ps-print-*-with-faces commands.  Doc fix.
854         (ps-print-version): New version number (6.5.2).
855         (ps-e-overlay-end): Alias for overlay-end to avoid compilation gripes
856         for XEmacs.
857         (ps-prefix-quote): Doc fix.
858         (ps-setup, ps-print-quote, ps-generate-postscript-with-faces): Code fix.
859         (ps-basic-plot-str, ps-plot-string): New funs.
861 2001-05-31  Stefan Monnier  <monnier@cs.yale.edu>
863         * progmodes/etags.el (tags-compression-info-list): Fix docstring
864         and :type spec.
866 2001-05-31  Gerd Moellmann  <gerd@gnu.org>
868         * international/mule-cmds.el (inactivate-input-method):
869         Set input-method-function to nil.
871         * xml.el (xml-parse-tag): The document may contain invalid characters.
872         From ShengHuo ZHU  <zsh@cs.rochester.edu>
874 2001-05-31  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
876         * mail/rmailsum.el (rmail-message-subject-p): Don't call
877         `rmail-summary-line-decoder' if the message does not have
878         a Subject: field.
880         * mail/rmail.el (rmail-revert): Modify to work in rmail-view-buffer.
882         * mail/rmail.el (rmail-insert-mime-resent-message-function):
883         New variable.
884         (rmail-resend): Modify to work in `rmail-view-buffer'; call
885         `rmail-insert-mime-resent-message-function' if `rmail-enable-mime'
886         is non-nil.
888 2001-05-30  Stefan Monnier  <monnier@rum.cs.yale.edu>
890         * textmodes/tex-mode.el (latex-find-indent): Handle the BOBP case.
892 2001-05-29  Sam Steingold  <sds@gnu.org>
894         * faces.el (face-valid-attribute-values): Bind `valid' directly
895         instead of using `setq'.
897         * textmodes/tex-mode.el (tex-feed-input, tex-display-shell):
898         Use `tex-shell-buf'.
899         (tex-shell-proc): Use `tex-shell-running'.
900         (tex-shell-buf-no-error): New function.
901         (tex-send-tex-command): Use it.
902         (tex-shell-running): Kill tex-shell when the buffer is dead for w32.
903         (tex-kill-job): Check the process before calling `quit-process'.
905 2001-05-29  Gerd Moellmann  <gerd@gnu.org>
907         * international/utf-8.el (ccl-decode-mule-utf-8): Handle invalid
908         UTF-8 sequences.
910 2001-05-28  Miles Bader  <miles@gnu.org>
912         * comint.el (comint-carriage-motion): Renamed from
913         `comint-cr-magic'.  Operate on the buffer instead of the string
914         (for use as a comint post-output filter, instead of as a
915         pre-output filter).  Handle backspaces too.  Add to the
916         `comint-output-filter-functions' hook instead of
917         `comint-preoutput-filter-functions'.
919 2001-05-28  Gerd Moellmann  <gerd@gnu.org>
921         * language/japan-util.el (japanese-hankaku): Prefer the charset
922         `jisx0201' when the optional argument `ascii-only' is not specified.
923         (japanese-hankaku-region): Ditto.
924         From Katsumi Yamaoka <yamaoka@jpl.org>
926 2001-05-28  Stefan Monnier  <monnier@cs.yale.edu>
928         * textmodes/outline.el (outline-mode): Fix font-lock-defaults.
929         (outline-invisible-p): New function.
930         (hide-leaves): Save excursion.
931         (hide-other): Stop looping when reaching bobp.
933 2001-05-28  Eli Zaretskii  <eliz@is.elta.co.il>
935         * cus-edit.el (custom-file): Fix last change.
937 2001-05-27  Stefan Monnier  <monnier@cs.yale.edu>
939         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): Use the
940         same definition in byte-compile-function-environment as `autoload'
941         would put in `symbol-function'.
943         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Complete Dave's
944         patch to correct the error message as well.
946 2001-05-27  Eli Zaretskii  <eliz@is.elta.co.il>
948         * cus-edit.el (custom-file): Don't assume we were invoked with -q
949         unless ~/.emacs exists.
951         * novice.el (enable-command): If user-init-file is nil or does not
952         exist, default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
954 2001-05-25  Stefan Monnier  <monnier@cs.yale.edu>
956         * textmodes/tex-mode.el (tex-mode-syntax-table): Add ^.
957         (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
958         Allow spaces around macro arguments.
959         (tex-mode-map): Inherit from text-mode-map, but rebind \t to
960         indent-for-tab-command.
961         (latex-mode-map, plain-tex-mode-map): New keymaps.
962         Inherit from tex-mode-map.
963         (tex-common-initialization): Don't setup the keymap any more
964         since it's now done right by define-derived-mode.
965         (latex-mode): Set skeleton-end-hook to nil.
966         (latex-skeleton-end-hook): Remove.
967         (tex-latex-block, latex-insert-item): Simplify.
968         (latex-syntax-after): Use following-char rather than char-after.
969         (tex-discount-args-cmds, tex-count-words): New functions.
971         * textmodes/tildify.el (tildify-ignored-environments-alist):
972         Recognize \verb* as well.
974         * progmodes/perl-mode.el (perl-mode): Use define-derived-mode.
975         (perl-comment-indent): Simplify to let newcomment.el do its job.
976         (perl-electric-terminator, perl-calculate-indent, perl-indent-exp)
977         (perl-mark-function): Cleanup the namespace.
978         (perl-calculate-indent): Don't be fooled by nested functions.
980         * speedbar.el (speedbar-find-selected-file): RE-quote the filename.
982         * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
983         Fix the arg of `load'.  From Dave Love <fx@gnu.org>.
985 2001-05-25  Andrew Choi  <akochoi@i-cable.com>
987         * international/titdic-cnv.el (ctlau-gb-converter): `\' should
988         actually be `\\'.
989         (ctlau-b5-converter): Likewise.
991 2001-05-24  Andrew Choi  <akochoi@i-cable.com>
993         * international/titdic-cnv.el (quail-misc-package-ext-info):
994         Change CTLauB.el to CTLau-b5.el.
996 2001-05-23  Stefan Monnier  <monnier@cs.yale.edu>
998         * gud.el (gud-gdb-run-command-fetch-lines): Use forward-line
999         rather than beginning-of-line to avoid problems with fields.
1000         (gud-perldb-massage-args): Use unless and push.
1001         (gud-chdir-before-run): New var.
1002         (gud-common-init): Use it.
1004 2001-05-24  Andrew Choi  <akochoi@i-cable.com>
1006         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
1007         delete entries for chinese-ctlau and chinese-ctlaub.
1008         (quail-misc-package-ext-info): Add entries for chinese-ctlau and
1009         chinese-ctlaub.
1010         (ctlau-converter, ctlau-gb-converter, ctlau-b5-converter):
1011         New functions.
1013 2001-05-22  Gerd Moellmann  <gerd@gnu.org>
1015         * cus-edit.el (custom-comment-show): Remove debug code.
1017         * language/japan-util.el (japanese-symbol-table): Fix handling of
1018         Japanese long tone sign.  From Kenichi Handa <handa@etl.go.jp>.
1020 2001-05-21  Stefan Monnier  <monnier@cs.yale.edu>
1022         * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly):
1023         Renamed by removing the silly `-flag' suffix.
1024         (diff-mode, diff-minor-mode, diff-find-source-location): Update.
1026 2001-05-20  Stefan Monnier  <monnier@cs.yale.edu>
1028         * replace.el (keep-lines-read-args): Use `copy-marker'.
1029         (how-many): Save excursion properly.
1030         (occur-mode): Use define-derived-mode.
1031         (perform-replace): Use with-current-buffer.
1033 2001-05-20  Richard M. Stallman  <rms@gnu.org>
1035         * play/landmark.el (lm): Use "p" not "P" for interactive spec.
1037         * mail/rmail.el (rmail-retry-failure): Do save-window-excursion.
1039         * info.el (Info-read-subfile): Widen before finding the
1040         desired node in the subfile.
1042         * startup.el (command-line-1): When >2 files visited,
1043         leave the last one visible, and make that the selected window.
1045 2001-05-20  Gerd Moellmann  <gerd@gnu.org>
1047         * font-lock.el (lisp-font-lock-keywords-1): Add `defvaralias'.
1049 2001-05-20  Eli Zaretskii  <eliz@is.elta.co.il>
1051         * international/ccl.el (define-ccl-program): Fix a typo.
1052         From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1054         * international/mule.el (decode-char): Fix a typo.  From Pavel
1055         Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1057         * textmodes/artist.el (artist-mode): Fix a typo.  From Pavel
1058         Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1060         * frame.el (automatic-hscrolling): Fix a typo.  From Pavel
1061         Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1063 2001-05-18  Sam Steingold  <sds@gnu.org>
1065         * pcvs-defs.el (cvs-mode-map): Bind "z" to `kill-this-buffer'
1066         and [RET] to `cvs-mode-find-file'.
1068 2001-05-18  John Wiegley  <johnw@gnu.org>
1070         * eshell/esh-ext.el (eshell-explicit-command-char): A new
1071         configuration variable, which determines the initial character
1072         that forces use of an external version of a command.  The default
1073         is *, but may be set to \, for example.
1075         * eshell/esh-ext.el (eshell-explicit-command):
1076         Use `eshell-explicit-command-char' instead of ?*.
1078         * eshell/esh-cmd.el (eshell/which):
1079         Use `eshell-explicit-command-char' instead of ?*.
1081         * eshell/em-cmpl.el (eshell-completion-command-name)
1082         (eshell-complete-commands-list): Use `eshell-explicit-command-char'
1083         instead of ?*.
1085 2001-05-18  Gerd Moellmann  <gerd@gnu.org>
1087         * net/ange-ftp.el (ange-ftp-fix-name-for-vms): Reverse args of
1088         subst-char-in-string.
1089         (ange-ftp-after-parse-ls-hook): New variable.
1090         (ange-ftp-ls): Run that hook.
1091         From Peter Milliken <Peter.Milliken@GTECH.COM>.
1093         * tmm.el (tmm-get-keymap): Fix handling of :filter.
1094         (tmm-add-prompt): Bind buffer-read-only to nil when inserting
1095         text into *Completions*.
1097         * net/goto-addr.el (goto-address-at-point): Deal with URLs
1098         part of which look like email addresses.
1100 2001-05-18  Andrew Innes  <andrewi@gnu.org>
1102         * makefile.w32-in (compile-files-CMD, bootstrap-clean-CMD):
1103         Use . instead of absolute path for lisp dir, to avoid bug in W2K
1104         cmd.exe's handling of FOR loops.
1105         (autoloads): Set find-file-suppress-same-file-warnings to t to
1106         avoid slew of spurious messages.
1108 2001-05-18  Simon Josefsson  <simon@josefsson.org>
1110         * mail/smtpmail.el (maybe-append-domain): Renamed to
1111         `smtpmail-maybe-append-domain'.
1112         (smtpmail-via-smtp): Use the new name.
1114         * net/browse-url.el (browse-url-browser-function): Add kde.
1115         (browse-url-kde-program, browse-url-kde-args): New variables.
1116         (browse-url-kde): New function.
1118 2001-05-18  Miles Bader  <miles@gnu.org>
1120         * simple.el (delete-horizontal-space, just-one-space):
1121         Use `constrain-to-field' instead of `field-end'/`field-beginning',
1122         because it's more efficient for large files.
1124 2001-05-17  Gerd Moellmann  <gerd@gnu.org>
1126         * mail/rmail.el (rmail-require-mime-maybe): New function.
1127         (rmail): Use it.
1128         (rmail-mode): Handle the case of finding Rmail files.
1130         * emacs-lisp/elp.el (elp-instrument-function): Handle advised
1131         functions.
1133 2001-05-17  Stefan Monnier  <monnier@cs.yale.edu>
1135         * jit-lock.el (jit-lock-after-change): Check the font-lock-multiline
1136         text-property after moving to the beginning of line and regardless
1137         of the value of font-lock-multiline.
1139 2001-05-17  Gerd Moellmann  <gerd@gnu.org>
1141         * startup.el (fancy-splash-screens): Ignore events on the mode-line.
1143         * net/ange-ftp.el (ange-ftp-write-region): Make sure to record the
1144         last coding system used before calling set-buffer-modified-p
1145         because that function changes last-coding-system.
1147 2001-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
1149         * files.el (switch-to-buffer-other-window)
1150         (switch-to-buffer-other-frame): Add an xref to display-buffer in
1151         the doc string.
1153 2001-05-17  Gerd Moellmann  <gerd@gnu.org>
1155         * language/slovak.el, language/czech.el: New maintainer.
1157 2001-05-16  Sam Steingold  <sds@gnu.org>
1159         * emacs-lisp/cl-indent.el (toplevel): Indent the :method
1160         sub-form of `defgeneric' correctly.
1162 2001-05-16  Gerd Moellmann  <gerd@gnu.org>
1164         * tooltip.el (tooltip) <defgroup>: Put it in `gud' group instead
1165         of `c'.
1167         * textmodes/outline.el (outline-font-lock-level): Remove the
1168         condition-case, test what outline-level returns instead, to
1169         ease debugging.
1171         * international/mule.el (auto-coding-regexp-alist): New user-option.
1172         (auto-coding-from-file-contents): New function.
1173         (set-auto-coding): Use it to determine a coding system.
1175 2001-05-15  Gerd Moellmann  <gerd@gnu.org>
1177         * mouse.el (mouse-delete-other-windows): Doc fix.
1179         * emacs-lisp/lisp-mode.el (lisp-mode):
1180         Make font-lock-keywords-case-fold-search a buffer-local variable with
1181         make-local-variable before setting it.
1183 2001-05-14  Eli Zaretskii  <eliz@is.elta.co.il>
1185         * emacs-lisp/elp.el (elp-instrument-package): Don't allow empty
1186         prefixes.
1188 2001-05-14  Gerd Moellmann  <gerd@gnu.org>
1190         * hexl.el (hexl-current-address): Print a message when called
1191         interactively.
1193 2001-05-11  Stefan Monnier  <monnier@cs.yale.edu>
1195         * gud.el (gud-jdb-build-source-files-list): Fix paren typo.
1197         * pcvs-defs.el (cvs-mode-map): Don't rebind `undo'.
1199         * files.el (auto-mode-alist): Add *.perl and fix the *.<rev> case.
1201 2001-05-11  Gerd Moellmann  <gerd@gnu.org>
1203         * startup.el (command-line): If parameters have been changed in
1204         the init files which influence font selection, clear the face
1205         cache so that faces get realized with the new parameters.
1207         * Makefile.in (compile-files): Redirect output of chmod to /dev/null.
1209 2001-05-10  Stefan Monnier  <monnier@cs.yale.edu>
1211         * smerge-mode.el (smerge-mode): Force font-lock-multiline to t.
1213 2001-05-10  Eli Zaretskii  <eliz@is.elta.co.il>
1215         * mail/emacsbug.el (report-emacs-bug): Don't switch the buffer to
1216         unibyte.  Suggested by Kenichi Handa <handa@etl.go.jp>.
1218 2001-05-10  Gerd Moellmann  <gerd@gnu.org>
1220         * net/browse-url.el (browse-url-filename-alist): Allow UNC file
1221         names for MS-Windows and MS-DOS.  From Dan Holmsand <dan@eyebee.com>.
1223 2001-05-09  John Wiegley  <johnw@gnu.org>
1225         * eshell/esh-util.el (eshell-convert-numeric-arguments):
1226         Annotated the documentation string to tell users about
1227         `eshell-no-numeric-conversions'.
1229         * eshell/esh-cmd.el (eshell-lisp-command): Don't perform numeric
1230         conversions if a Lisp function has the property
1231         `eshell-no-numeric-conversions' set to a non-nil value.
1233         * eshell/em-dirs.el, eshell/em-ls.el, eshell/em-script.el,
1234         eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-cmd.el: Set the
1235         property `eshell-no-numeric-conversions' on the following
1236         functions (which all deal with filesystem entities, and never Lisp
1237         numerical values): eshell/cd, eshell/pushd, eshell/popd,
1238         eshell/ls, eshell/source, eshell/., eshell/man, eshell/rm,
1239         eshell/mkdir, eshell/rmdir, eshell/mv, eshell/cp, eshell/ln,
1240         eshell/cat, eshell/make, eshell/diff, eshell/locate, eshell/occur,
1241         eshell/which, eshell/addpath.
1243 2001-05-09  John Wiegley  <johnw@gnu.org>
1245         * eshell/esh-arg.el (eshell-parse-argument-hook): If a number is
1246         encountered as an argument, don't convert it right away, but tag
1247         the first character of the string with the text properties
1248         `number', which signifies to `eshell-lisp-command' that the
1249         argument should be passed through `string-to-number' if it is
1250         actually used in the call to a Lisp function.
1252         * eshell/esh-cmd.el (eshell-lisp-command): Before calling a Lisp
1253         function, convert any string arguments that have been tagged as
1254         "numbers", by calling string-to-number.
1256         * eshell/esh-util.el (eshell-number-regexp): Now that number
1257         conversions only happen for Lisp function calls, the number regexp
1258         should now match all integer and floating point forms.
1260         * eshell/esh-proc.el: Disable `eshell-stop-process' and
1261         `eshell-continue-process', since they are both nonfunctional at
1262         the moment.
1263         (eshell-proc-initialize): Don't bind keys for
1264         `eshell-stop-process' or `eshell-continue-process'.
1266         * eshell/em-unix.el (eshell-shuffle-files):
1267         Apply `directory-file-name' before calling `file-name-directory'.
1269         * eshell/em-hist.el (eshell-add-to-history): Reference to
1270         `eshell-history-ring' needed to be `eshell-history-index'.
1272         * calendar/timeclock.el (timeclock-find-discrep):
1273         Initialize `elapsed' to 0.
1274         (timeclock-find-discrep): Set `timeclock-last-event-workday' if
1275         it's still nil.
1277 2001-05-09  Stefan Monnier  <monnier@cs.yale.edu>
1279         * arc-mode.el (archive-int-to-mode): Construct the string directly.
1280         (archive-mode): Use capitalize.
1281         (archive-unique-fname): Use make-temp-file.
1283 2001-05-09  Gerd Moellmann  <gerd@gnu.org>
1285         * emacs-lisp/lisp-mode.el (lisp-interaction-mode): Doc fix.
1287 2001-05-09  Eli Zaretskii  <eliz@is.elta.co.il>
1289         * tar-mode.el (tar-extract): Pay attention to the value of
1290         coding-system-for-read, if it is non-nil.
1292         * calendar/holidays.el (holidays): Add an autoload cookie.
1293         From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1295 2001-05-08  John Wiegley  <johnw@gnu.org>
1297         * calendar/timeclock.el (timeclock-workday-remaining):
1298         Changed logic for determining how much time is remaining.
1299         (timeclock-workday-elapsed): Don't accept a "relative" argument
1300         for the current day's elapsed time.  What could that have meant?
1301         (timeclock-workday-elapsed-string): No "relative" argument anymore.
1302         (timeclock-when-to-leave): Changed logic, similarly to what was
1303         done for `timeclock-workday-remaining'.
1304         (timeclock-find-discrep): Removed "today-only" argument, which had
1305         no meaning.  Fixed some more math problems.  The function now
1306         returns a three member list: (TOTAL-TIME-DISCREPANCY
1307         TODAYS-TIME-DISCREPANCY TODAYS-ELAPSED-TIME).
1309 2001-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
1311         * w32-fns.el (convert-standard-filename): Start replacing slashes
1312         from the beginning of the file name, not from where the last
1313         invalid character was.  From "Andrew Maguire (SWW)"
1314         <Andrew.Maguire@Smallworld.co.uk>
1316 2001-05-07  MORIOKA Tomohiko  <tomo@m17n.org>
1318         The following changes are to provide infrastructure for handling
1319         MIME messages to rmail.  They don't affect the original behaviour
1320         if rmail-enable-mime is nil.
1322         * mail/rmail.el (rmail-insert-mime-forwarded-message-function)
1323         (rmail-search-mime-message-function)
1324         (rmail-search-mime-header-function): New variables.
1325         (rmail-expunge-and-save): Be sure to set-buffer to the Rmail buffer.
1326         (rmail-quit, rmail-get-new-mail): Bury `rmail-buffer' after
1327         `rmail-view-buffer' is hidden.
1328         (rmail-toggle-header): Likewise.  If rmail-enable-mime is non-nil,
1329         call rmai-show-mime-function.
1330         (rmail-display-labels): If rmail-enable-mime is non-nil, update
1331         mode-line-process of rmail-view-buffer.
1332         (rmail-set-attribute): Be sure to set-buffer to the Rmail buffer.
1333         (rmail-show-message): Be sure to call rmail-auto-file in the Rmail
1334         buffer.
1335         (rmail-next-message, rmail-next-undeleted-message): Be sure to
1336         set-buffer to the Rmail buffer.
1337         (rmail-message-regexp-p): If rmail-enable-mime is non-nil, call
1338         rmail-search-mime-header-function.
1339         (rmail-search-message): New function.
1340         (rmail-search): Call rmail-search-message to check if a message
1341         matches REGEXP, lastly update point after calling
1342         rmail-show-message.
1343         (rmail-undelete-previous-message, rmail-expunge-confirmed)
1344         (rmail-only-expunge): Be sure to set-buffer to the Rmail buffer.
1345         (rmail-reply): If rmail-enable-mime is non-nil, don't narrow to
1346         header region, refer to rmail-msgref-vector while setting the
1347         current buffer to rmail-buffer temporarily.
1348         (rmail-forward): Be sure to bind forward-buffer to the Rmail buffer.
1349         If rmail-enable-mime is non-nil, call
1350         rmail-insert-mime-forwarded-message-function instead of inserting
1351         forwarded message by itself.
1353         * mail/rmailkwd.el (rmail-read-label): Be sure to work in the
1354         Rmail buffer.
1355         (rmail-set-label, rmail-next-labeled-message): Likewise.
1357         * mail/rmailout.el (rmail-output-read-rmail-file-name): Be sure to
1358         set-buffer to the Rmail buffer.
1359         (rmail-output-to-rmail-file): Likewise.
1360         (rmail-output): Likewise.
1362         * mail/rmailsum.el (rmail-message-subject-p): Process the result
1363         of mail-fetch-field by rmail-summary-line-decoder.
1364         (rmail-new-summary): Be sure to go to the Rmail buffer.
1365         If rmail-enable-mime is non-nil, set rmail-summary-buffer of
1366         rmail-view-buffer to nil.
1367         (rmail-summary-undelete): If rmail-enable-mime is non-nil, pop to
1368         rmail-view-buffer.
1369         (rmail-summary-scroll-msg-up): Handle rmail-view-buffer, not
1370         rmail-buffer.
1371         (rmail-summary-scroll-msg-down): Likewise.
1372         (rmail-summary-beginning-of-message): Likewise.
1373         (rmail-summary-wipe): Likewise.
1374         (rmail-summary-toggle-header): Use save-window-excursion, not
1375         save-excursion.  Update point in rmail-view-buffer, not in
1376         rmail-buffer.
1377         (rmail-summary-reply): Before calling rmail-reply, set buffer to
1378         rmail-view-buffer, not rmail-buffer.
1380 2001-05-07  Gerd Moellmann  <gerd@gnu.org>
1382         * cus-edit.el (custom-file): Signal an error if user-init-file is
1383         nil (running -q).
1385         * mail/rmailedit.el (rmail-edit-mode-hook): Add :version.
1387         * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
1388         Add :version.
1390         * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
1391         New option.
1392         (smtpmail-via-smtp): Print warnings about unknown SMTP extensions
1393         only if smtpmail-warn-about-unknown-extensions is set.
1395         * mail/rmail.el (rmail-mode-map): Use rmail-sort-by-labels
1396         instead of rmail-sort-by-keywords.
1398         * mail/rmailsort.el (rmail-sort-by-labels): Renamed from
1399         rmail-sort-by-keywords.
1401         * mail/rmailsum.el (rmail-summary-sort-by-labels): Renamed from
1402         rmail-summary-sort-by-keywords.  Doc fix.
1403         (rmail-summary-mode): Doc fix.
1405         * mail/rmail.el (rmail-edit): New Custom group.
1407         * mail/rmailedit.el (rmail-edit-mode): Doc fix.
1408         (rmail-edit-mode-hook): New user-option.
1410 2001-05-05  Richard M. Stallman  <rms@gnu.org>
1412         * help.el (help-xref-symbol-regexp): Recognize "source of"
1413         and friends, meaning make a link to the source file.
1414         (help-make-xrefs): Handle "source of" and friends
1415         by constructing a link that visits the source file.
1417         * dabbrev.el (dabbrev-select-buffers-function): Doc fix.
1419 2001-05-04  Stefan Monnier  <monnier@cs.yale.edu>
1421         * progmodes/cperl-mode.el (cperl-font-lock-keywords)
1422         (cperl-font-lock-keywords-1, cperl-font-lock-keywords-2):
1423         Renamed from perl-font-lock-keywords to avoid clashes.
1424         (cperl-mode, cperl-load-font-lock-keywords, cperl-init-faces)
1425         (cperl-load-font-lock-keywords-1, cperl-load-font-lock-keywords-2):
1426         Updated correspondingly.
1428         * diff-mode.el (diff-nonexistent-face, diff-font-lock-keywords):
1429         Typo `nonexistant' -> `nonexistent'.
1431 2001-05-04  Martin Stjernholm  <bug-cc-mode@gnu.org>
1433         * cc-cmds.el (c-electric-delete, c-electric-delete-forward):
1434         Split `c-electric-delete' into two functions where
1435         `c-electric-delete-forward' always deletes forward and
1436         `c-electric-delete' only contains the code necessary for XEmacs to
1437         choose between backward and forward deletion.
1439         * cc-mode.el: `c-electric-delete-forward' is now bound to C-d to
1440         get the electric behavior on that key too.
1441         (c-fill-paragraph): Fixed bogus direct use of
1442         c-comment-prefix-regexp, which caused an error when it's a list.
1444 2001-05-03  Eli Zaretskii  <eliz@is.elta.co.il>
1446         * dired-aux.el (dired-diff): Doc fix.
1448         * dired.el (dired-diff): Likewise.
1450 2001-05-03  Eli Zaretskii  <eliz@is.elta.co.il>
1452         * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
1454 2001-05-02  Stefan Monnier  <monnier@cs.yale.edu>
1456         * vc.el (vc-next-action-on-file): Only force buffer+file to writable
1457         if both the buffer and the file are read-only.
1459         * progmodes/sh-script.el (sh-prev-line): Look for sh-heredoc-face
1460         rather than font-lock-string-face.
1461         (sh-get-indent-info): Treat heredocs like strings.
1463 2001-05-02  Gerd Moellmann  <gerd@gnu.org>
1465         * textmodes/texinfmt.el (texinfo-format-parse-args): Don't consume
1466         a newline following `}'.
1467         (texinfo-format-email): New function.
1468         (toplevel): Use texinfo-format-email for @email.
1469         (texinfo-format-kbd-regexp, texinfo-format-kbd-end-regexp):
1470         Add `display'.
1471         (texinfo-sort-region): Goto point-min before sorting.
1472         (texinfo-set): Remove leading white space from value.
1473         From yagi@is.titech.ac.jp.
1475         * replace.el (query-replace-regexp-eval): Doc fix.
1477 2001-05-01  Stefan Monnier  <monnier@cs.yale.edu>
1479         * diff-mode.el (diff-nonexistant-face): New face.
1480         (diff-font-lock-keywords): Use it.
1482 2001-04-30  Eli Zaretskii  <eliz@is.elta.co.il>
1484         * font-lock.el (font-lock-mode): Doc fix.
1486         * dired-aux.el (dired-do-rename-regexp, dired-do-copy-regexp)
1487         (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
1489 2001-04-30  Gerd Moellmann  <gerd@gnu.org>
1491         * progmodes/sh-script.el (sh-font-lock-heredoc): Allow optional
1492         backslash at the start of the here-document delimiter.
1493         (sh-font-lock-syntactic-keywords): Likewise.
1495         * mail/rmail.el (rmail-message-regexp-p): Yet another fix.
1497 2001-04-29  Eli Zaretskii  <eliz@is.elta.co.il>
1499         * term/tty-colors.el (tty-color-define, tty-color-off-gray-diag)
1500         (tty-color-translate, tty-color-by-index, tty-color-values)
1501         (tty-color-desc): Doc fix.
1503 2001-04-27  Eli Zaretskii  <eliz@is.elta.co.il>
1505         * dired-aux.el (dired-do-create-files, dired-do-copy)
1506         (dired-do-symlink, dired-do-hardlink, dired-do-rename):
1507         Mention dired-dwim-target in the doc string.
1509 2001-04-28  Miles Bader  <miles@gnu.org>
1511         * dabbrev.el (dabbrev--ignore-buffer-p): New function.
1512         (dabbrev--find-expansion): Use it.
1513         (dabbrev--select-buffers): Don't select ignored buffers.
1515 2001-04-27  Gerd Moellmann  <gerd@gnu.org>
1517         * mail/rmail.el (rmail-message-regexp-p): Don't match before headers.
1519 2001-04-26  Richard M. Stallman  <rms@gnu.org>
1521         * dabbrev.el: Add doc strings for some functions.
1522         (dabbrev--eliminate-newlines): New variable.
1523         (dabbrev--substitute-expansion): Convert newlines to spaces
1524         if dabbrev--eliminate-newlines is set.
1525         If abbrev and expansion are both all-lower-case,
1526         leave dabbrev--last-case-pattern nil.
1528 2001-04-26  Gerd Moellmann  <gerd@gnu.org>
1530         * mail/rmail.el (rmail-message-regexp-p): Use rfc822-goto-eoh
1531         if necessary, like in rmail-show-message.
1533 2001-04-26  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
1535         * ps-print.el: Color specified by number is forced to be float number.
1536         (ps-print-version): New version number (6.5.1.1).
1537         (ps-header-frame-alist, ps-footer-frame-alist): Adjust color
1538         initialization.
1539         (ps-prefix-quote): New internal var.
1540         (ps-print-quote): New fun.
1541         (ps-setup, ps-output-frame-properties, ps-float-format)
1542         (ps-format-color): Code fix.
1543         (ps-plot-region): Eliminate redundant foreground color text setting.
1545 2001-04-26  Eli Zaretskii  <eliz@is.elta.co.il>
1547         * dabbrev.el (dabbrev--select-buffers): Add a doc string.
1549 2001-04-25  Gerd Moellmann  <gerd@gnu.org>
1551         * faces.el (tty-handle-reverse-video): Don't set inverse-video.
1553 2001-04-25  Eli Zaretskii  <eliz@is.elta.co.il>
1555         * info.el (Info-additional-directory-list): Doc fix.
1557         * find-lisp.el (find-lisp-find-dired-filter)
1558         (find-lisp-find-dired-subdirectories, find-lisp-find-dired):
1559         Add autoload cookies.  From Richard Y. Kim <ryk@dspwiz.com>.
1561 2001-04-25  Stefan Monnier  <monnier@cs.yale.edu>
1563         * progmodes/make-mode.el (makefile-font-lock-keywords):
1564         Rationalize the rules for includes and conditionals and use the
1565         keyword face for them.
1567         * faces.el (modify-face): Add compatibility for non-interactive use.
1569 2001-04-24  John Wiegley  <johnw@gnu.org>
1571         * eshell/esh-cmd.el (eshell-find-alias-function): Corrected the
1572         fix from last night, since it wasn't finding eshell/cd.
1574 2001-04-24  Gerd Moellmann  <gerd@gnu.org>
1576         * rect.el (string-rectangle): Revert to 20.x behaviour.
1577         (replace-rectangle): Make it an alias for string-rectangle.
1578         (string-insert-rectangle): New function.
1580 2001-04-23  John Wiegley  <johnw@gnu.org>
1582         * eshell/em-unix.el (eshell/diff): Fixed problems that were
1583         occurring with Emacs 21's diff.el/compile.el interaction layer.
1585 2001-04-23  Colin Walters  <walters@cis.ohio-state.edu>
1587         * eshell/esh-cmd.el (eshell-find-alias-function): Return t in the
1588         case where the function was defined in a file, but not part of an
1589         eshell module.
1591 2001-04-23  John Wiegley  <johnw@gnu.org>
1593         * eshell/em-smart.el (eshell-smart-redisplay): Added some safety
1594         code to work around a redisplay problem I've been having.
1596 2001-04-23  John Wiegley  <johnw@gnu.org>
1598         * calendar/timeclock.el (timeclock-day-required): If the time
1599         required for a particular day is not set, use `timeclock-workday'.
1600         (timeclock-find-discrep): Added some sample code in a comment.
1602         * eshell/eshell.el (eshell-command): Made a few changes so that
1603         `eshell-command' could be called programmatically.
1605         * eshell/esh-mode.el (eshell-non-interactive-p): Moved to eshell.el.
1607         * eshell/eshell.el (eshell-non-interactive-p): Moved from esh-mode.el.
1609 2001-04-23  John Wiegley  <johnw@gnu.org>
1611         * calendar/timeclock.el: Updated copyright.
1612         (timeclock-generate-report): Don't report the daily or two-week
1613         total, if no time has been worked in that period.
1614         (timeclock-find-discrep): Moved call to `file-readable-p'; removed
1615         final computational form, which was unnecessary; corrected a
1616         parsing problem when timeclock-relative was nil.
1618 2001-04-23  Kahlil Hodgson <kahlil@discus.anu.edu.au>
1620         * calendar/timeclock.el (timeclock-modeline-display): Check if
1621         `list-entry' is null.
1622         (timeclock-use-display-time): The first argument to `set-variable'
1623         must be a symbol.
1625 2001-04-23  Eli Zaretskii  <eliz@is.elta.co.il>
1627         * calendar/calendar.el (diary-entry-marker)
1628         (calendar-today-marker, calendar-holiday-marker):
1629         Use display-color-p instead of window-system.
1630         (calendar-mode-map, calendar-mode): Use display-popup-menus-p
1631         instead of window-system.
1632         (calendar-hide-window): Use display-multi-frame-p instead of
1633         window-system.
1635         * calendar/cal-x.el (calendar-two-frame-setup)
1636         (calendar-only-one-frame-setup, calendar-one-frame-setup):
1637         Use display-multi-frame-p instead of window-system.
1639 2001-04-23  Gerd Moellmann  <gerd@gnu.org>
1641         * play/fortune.el (fortune-from-region): Use `eq' instead of `eql'.
1643         * textmodes/ispell.el, emacs-lisp/checkdoc.el,
1644         * progmodes/ebrowse.el, play/fortune.el: Fix autoload cookies.
1646 2001-04-23  Alex Schroeder  <alex@gnu.org>
1648         * goto-addr.el: Instead of defining line-beginning-position and
1649         line-end-position a defalias is used for point-at-bol and point-at-eol.
1651 2001-04-23  Alex Schroeder  <alex@gnu.org>
1653         * goto-addr.el: Added XEmacs compatibility code.
1654         (goto-address-highlight-keymap): Made keybindings XEmacs compatible.
1656 2001-04-22  Eli Zaretskii  <eliz@is.elta.co.il>
1658         * textmodes/paragraphs.el (sentence-end): Doc fix.
1660 2001-04-20  Alex Schroeder  <alex@gnu.org>
1662         * sql.el (sql-escape-newlines-and-send): New function.
1663         (sql-db2): Set comint-input-sender to sql-escape-newlines-and-send.
1665 2001-04-20  Alex Schroeder  <alex@gnu.org>
1667         * sql.el (sql-db2-program): New option.
1668         (sql-db2-options): New option.
1669         (sql-db2): New function.
1671 2001-04-20  Alex Schroeder  <alex@gnu.org>
1673         * sql.el (sql-mode-menu): Added highlighting entries.
1674         (sql-highlight-oracle-keywords): New function.
1675         (sql-highlight-postgres-keywords): New function.
1676         (sql-highlight-ansi-keywords): New function.
1678 2001-04-20  Alex Schroeder  <alex@gnu.org>
1680         * sql.el (sql-help): Doc change.
1682 2001-04-19  Karl Fogel  <kfogel@collab.net>
1684         * saveplace.el (save-place-alist-to-file): Removed no-effect code
1685         that inserted file content only to delete it immediately.
1686         Probably a cut-and-paste bug.  Thanks to Juanma Barranquero
1687         <lektu@uol.com.br> for the patch.
1689 2001-04-19  Stefan Monnier  <monnier@cs.yale.edu>
1691         * emacs-lisp/easy-mmode.el (easy-mmode-defsyntax): Unquote `doc'.
1693 2001-04-18  Gerd Moellmann  <gerd@gnu.org>
1695         * emacs-lisp/cl-indent.el (toplevel): Comment out the spec
1696         for defmethod.
1698         * comint.el (comint-cr-magic): New function.
1699         (toplevel): Add it to comint-preoutput-filter-functions.
1701 2001-04-18  Andrew Innes  <andrewi@gnu.org>
1703         * makefile.w32-in (EMACSLOADPATH): Define.
1704         (custom-deps, autoloads, .el.elc, compile-files-CMD, compile-files-SH)
1705         (recompile): Remove stuff to set EMACSLOADPATH.
1707 2001-04-18  Gerd Moellmann  <gerd@gnu.org>
1709         * language/slovak.el ("Slovak"): Add tutorial entry.
1711         * net/browse-url.el (browse-url-new-window-flag): Renamed from
1712         browse-url-new-window-p.
1714 2001-04-17  Eli Zaretskii  <eliz@is.elta.co.il>
1716         * info.el (Info-menu-update): When there are no menus and/or no
1717         cross references in the node, make the respective items of the
1718         Info menu-bar menu inactive.
1720 2001-04-17  Gerd Moellmann  <gerd@gnu.org>
1722         * indent.el (indent-for-tab-command): Call indent-line-function
1723         with no argument if PREFIX-ARG is non-nil.
1725         * frame.el (delete-other-frames): Handle minibuffer-only frames.
1727 2001-04-17  Eli Zaretskii  <eliz@is.elta.co.il>
1729         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Don't invoke CVS as
1730         an async subprocess if start-process is unavailable.  Suggested by
1731         Tim Van Holder <tim.van.holder@pandora.be>.
1733 2001-04-15  Eli Zaretskii  <eliz@is.elta.co.il>
1735         * info.el (Info-additional-directory-list): Doc fix.  Suggested by
1736         Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
1738 2001-04-14  Eli Zaretskii  <eliz@is.elta.co.il>
1740         * info.el (Info-file-list-for-emacs): Add an entry for the "info"
1741         manual.
1743 2001-04-13  Stefan Monnier  <monnier@cs.yale.edu>
1745         * pcvs-defs.el (cvs-mode-map): Bind C-o like in dired.
1746         (cvs-menu): Add a few entries.
1748         * pcvs.el (cvs-addto-collection): Don't merge MESSAGE fileinfos.
1749         (cvs-update-filter): Only advertise `cvs-mode-delete-lock' if the
1750         lock file appears to be reachable from Emacs.
1751         (cvs-mode-mark-on-state, cvs-mode-display-file): New functions.
1752         (cvs-mode-find-file): Look for cvs-header-face rather than
1753         cvs-dirname-face (which doesn't exist).
1754         (cvs-mode-find-file): Allow `other' to be set to `dont-select'.
1756         * pcvs-parse.el (cvs-parse-run-table): Remove misleading text.
1758 2001-04-13  Eli Zaretskii  <eliz@is.elta.co.il>
1760         * emulation/pc-select.el (pc-selection-mode): Don't turn on
1761         normal-erase-is-backspace on a tty.  Instead, bind some keys such
1762         as [delete] directly, like pc-select.el did before
1763         normal-erase-is-backspace was invented.
1765 2001-04-12  Eli Zaretskii  <eliz@is.elta.co.il>
1767         * ls-lisp.el (ls-lisp-format): Leave a blank before "root".
1769 2001-04-11  John Wiegley  <johnw@gnu.org>
1771         * eshell/em-ls.el (eshell-ls-insert-directory):
1772         Set font-lock-defaults to nil, to prevent fontification in dired
1773         buffers, if Eshell's ls is being used.
1775 2001-04-11  John Wiegley  <johnw@gnu.org>
1777         * calendar/timeclock.el (timeclock-completing-read): New function.
1778         (timeclock-ask-for-project, timeclock-ask-for-reason):
1779         Call `timeclock-completing-read'.
1781         * eshell/em-alias.el (eshell-command-aliased-p): `assoc' was
1782         required where `member' was being used.
1784 2001-04-11  Colin Walters  <walters@cis.ohio-state.edu>
1786         * eshell/em-hist.el (eshell-previous-matching-input):
1787         Don't display "History item" if the the minibuffer is active.
1789 2001-04-11  Gerd Moellmann  <gerd@gnu.org>
1791         * startup.el (command-line): Output a newline after printing
1792         an error from loading the window system's init file.
1794 2001-04-11  Eli Zaretskii  <eliz@is.elta.co.il>
1796         * textmodes/texinfo.el (texinfo-font-lock-keywords):
1797         Add fontification for @value, @dfn, @dmn, @acronym, @anchor, and
1798         @inforef.  Add an OVERRIDE of `keep' to highlight specs of
1799         keywords whose arguments routinely include @@.
1801 2001-04-10  Gerd Moellmann  <gerd@gnu.org>
1803         * emacs-lisp/advice.el (ad-make-advised-definition):
1804         Construct advice for subrs differently.
1806         * textmodes/paragraphs.el (forward-sentence): Put the sentence-end
1807         regexp in parentheses when building the regexp for searching backwards.
1809         * simple.el (completion-list-mode-finish): New function.
1810         (toplevel): Add completion-list-mode-finish to temp-buffer-show-hook.
1812         * language/european.el ("Polish"): Change sample text.
1813         From jsbien@mimuw.edu.pl (Janusz S. Bie\e,Bq\e(B).
1815         * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG
1816         parameter.
1818         * faces.el (menu): Doc fix.
1820 2001-04-10  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
1822         * ps-print.el: Footer implementation.  Doc fix.
1823         (ps-print-version): New version number (6.5.1).
1824         (ps-header-frame-alist): New customization var for header frame
1825         properties.
1826         (ps-line-number-color): New customization var for line number color.
1827         (ps-footer-offset, ps-footer-line-pad, ps-print-footer)
1828         (ps-print-footer-frame, ps-footer-frame-alist, ps-footer-lines)
1829         (ps-footer-font-family, ps-footer-font-size, ps-left-footer)
1830         (ps-right-footer): New customization vars for footers.
1831         (ps-footer-pad, ps-footer-font-size-internal): New internal vars for
1832         footers.
1833         (ps-setup, ps-get-page-dimensions, ps-generate-header-line)
1834         (ps-generate-header, ps-begin-file, ps-begin-job, ps-begin-page):
1835         Code fix.
1836         (ps-prologue-file): Indentation fix.
1837         (ps-print-quote): Fun eliminated.
1838         (ps-value, ps-get, ps-put, ps-del): New funs for alist handling.
1839         (ps-output-frame-properties): New fun.
1840         (ps-fonts, ps-font-number, ps-rgb-color, ps-end-page, ps-next-page)
1841         (ps-skip-newline): Replace defun by defsubst.
1843 2001-04-10  Colin Walters <walters@cis.ohio-state.edu>
1845         * eshell/eshell.el (eshell-command): Needed a "%s" format
1846         specifier, in case the buffer contains percent characters.
1848 2001-04-10  John Wiegley  <johnw@gnu.org>
1850         * calendar/timeclock.el (timeclock-generate-report): Added a
1851         missing insert of the project name.
1853 2001-04-09  Gerd Moellmann  <gerd@gnu.org>
1855         * obsolete/profile.el: Moved from emacs-lisp/.
1857         * Makefile.in (nonobsolete_setwins): New macro.
1858         (finder-data): Use it instead of `setwins'.
1859         From: Dave Love <fx@gnu.org>.
1861         * server.el (server-visit-files): Set server-existing-buffer correctly.
1862         (server-visit-files): Run server-visit-hook after going to
1863         line 1 so that the hook can set point as it sees fit.
1865         * bindings.el (mode-line-modified): Unify help messages.
1867 2001-04-07  Eli Zaretskii  <eliz@is.elta.co.il>
1869         * dos-fns.el (dos-8+3-filename): Rename from dos-truncate-to-8+3.
1870         All callers changed.
1872 2001-04-06  Eli Zaretskii  <eliz@is.elta.co.il>
1874         * international/titdic-cnv.el (miscdic-convert): For MS-DOS, if
1875         long file names aren't supported, truncate the file names in
1876         quail-misc-package-ext-info to 8+3 before matching them against
1877         FILENAME.
1879         * dos-fns.el (dos-truncate-to-8+3): New function.
1881         * progmodes/compile.el (grep-compute-defaults): Use null-device
1882         instead of literal /dev/null. Reported by Jens Schmidt
1883         <schmidt@mathematik.uni-kl.de>.
1885         * simple.el (normal-erase-is-backspace-mode): Doc fix.
1887 2001-04-06  Stefan Monnier  <monnier@cs.yale.edu>
1889         * textmodes/sgml-mode.el: Add unknown maintainer.
1890         (sgml-tag): Pass `str' explicitly through skeleton-transformation.
1891         (html-mode-map): Use set-keymap-parent.
1893 2001-04-06  Dave Love  <fx@gnu.org>
1895         * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
1896         Remove redundant string-to-list.
1898 2001-04-05  Stefan Monnier  <monnier@cs.yale.edu>
1900         * composite.el (reference-point-alist): Doc fix.
1902 2001-04-05  Sam Steingold  <sds@gnu.org>
1904         * font-lock.el (font-lock-keywords-case-fold-search):
1905         Make buffer-local.  This fixes a very annoying bug when loading a Lisp
1906         file made font-lock case-insensitive.
1908 2001-04-05  Gerd Moellmann  <gerd@gnu.org>
1910         * faces.el (defface menu): Doc fix.
1912         * wid-edit.el (widget-color-sample-face-get): Don't make
1913         faces for undefined colors.
1915         * version.el (emacs-version): Include LessTif/Motif version info.
1917 2001-04-04  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
1919         * ps-mule.el: Eliminate cl package dependence.
1920         (char-valid-p, multibyte-string-p, string-make-multibyte): Define funs
1921         if they aren't defined yet.
1922         (ps-mule-encode-header-string, ps-mule-header-string-charsets):
1923         Eliminate cl package dependence.
1925 2001-04-04  Stefan Monnier  <monnier@cs.yale.edu>
1927         * progmodes/cc-cmds.el (c-outline-level):
1928         Bind buffer-invisibility-spec.  Originally from Dave Love, but
1929         got lost when incorporating version 5.26.
1931 2001-04-04  Eli Zaretskii  <eliz@is.elta.co.il>
1933         * emulation/pc-select.el (pc-selection-mode):
1934         Call normal-erase-is-backspace-mode instead of binding
1935         keys individually.
1937         * cus-load.el (normal-erase-is-backspace): Use it instead of
1938         delete-key-deletes-forward.
1940         * startup.el (command-line): Use normal-erase-is-backspace and
1941         normal-erase-is-backspace-mode.
1943         * simple.el (normal-erase-is-backspace): Rename from
1944         delete-key-deletes-forward.  Doc fix.
1945         (normal-erase-is-backspace-mode): Rename from
1946         delete-key-deletes-forward-mode.  Doc fix.
1947         Run normal-erase-is-backspace-hook.
1949         * dired.el (dired-move-to-filename-regexp): Support file sizes in
1950         ``human-readable'' format produced by GNU `ls'.
1951         (dired-move-to-filename-regexp): Recognize ISO format dates.
1952         From Paul Eggert <eggert@twinsun.com>.
1954 2001-04-04  Gerd Moellmann  <gerd@gnu.org>
1956         * emacs-lisp/lisp-mnt.el (lm-keywords-list, lm-keywords-finder-p):
1957         New functions.
1958         (lm-verify): Check keywords.
1959         From Eric M. Ludlam <eric@siege-engine.com>.
1961 2001-04-03  Eric M. Ludlam  <eric@siege-engine.com>
1963         * speedbar.el (speedbar-insert-image-button-maybe): Check for
1964         `xemacs' feature instead of for the function `set-extent-property'.
1966 2001-04-03  Stefan Monnier  <monnier@cs.yale.edu>
1968         * mail/mh-utils.el (mh-folder-hist): New var.
1969         (mh-prompt-for-folder): Use it and pass `default' to completing-read.
1971 2001-04-03  Eli Zaretskii  <eliz@is.elta.co.il>
1973         * hexl.el (hexl-scroll-up): If scrolling gets outside the hexl
1974         region, position point on the first or last 16-byte group.
1975         (hexl-mode-map): Bind C-Home and C-End to hexl-beginning-of-buffer
1976         and hexl-end-of-buffer.  Bind End and Home to hexl-end-of-line and
1977         hexl-beginning-of-line.
1979 2001-04-03  Gerd Moellmann  <gerd@gnu.org>
1981         * icomplete.el (icomplete-mode): Treat an argument like other
1982         modes do.
1984         * startup.el (fancy-splash-head): Use splash8.xpm for color
1985         depth 8.
1987         * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice):
1988         Add an antry for ``converts''.
1990         * language/slovak.el ("Slovak"): Add documentation string.
1991         From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
1993         * language/czech.el ("Czech"): Add documentation string.
1994         From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
1996         * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf'
1997         to `isci24-mule.bdf'.  From: Kenichi Handa <handa@etl.go.jp>.
1999 2001-04-02  Stefan Monnier  <monnier@cs.yale.edu>
2001         * mail/mail-extr.el (mail-extr-delete-char, mail-extr-safe-move-sexp)
2002         (mail-extr-skip-whitespace-forward, mail-extr-nuke-char-at)
2003         (mail-extr-skip-whitespace-backward, mail-extr-undo-backslash-quoting):
2004         Use `defsubst' rather than a macro to ease debugging.
2005         (mail-extr-last): Remove (use `last' instead).
2006         (mail-extract-address-components): Properly reset the syntax-table
2007         after parsing an address.  Use `last' rather than mail-extr-last.
2008         Make sure the end marker stays at the very end.
2010 2001-04-02  Eli Zaretskii  <eliz@is.elta.co.il>
2012         * international/titdic-cnv.el (miscdic-convert): Fix a typo in the
2013         last change.
2015 2001-04-02  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
2017         * ps-print.el: Line and paragraph spacing feature.  Region to cut
2018         out when printing.  Doc fix.
2019         (ps-print-version): New version number (6.5).
2020         (ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp):
2021         New vars.  Line and paragraph spacing feature.
2022         (ps-begin-cut-regexp, ps-end-cut-regexp): New vars.  Region to cut
2023         out when printing.
2024         (ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file)
2025         (ps-get-font-size, ps-begin-job, ps-continue-line)
2026         (ps-plot-region): Code fix.
2027         (ps-print-prologue-2): Var eliminated.
2028         (ps-line-spacing-internal, ps-paragraph-spacing-internal):
2029         New internal vars.
2030         (ps-get-size): New fun.
2031         (ps-output-string-prim, ps-init-output-queue, ps-print-page-p)
2032         (ps-next-line): Replace defun by defsubst.
2033         (ps-mule-plot-string): Autoload doc fix.
2035         * ps-bdf.el: XEmacs compatibility.  Doc fix.
2036         (installation-directory, coding-system-for-read): Declare vars if
2037         it's not declared yet.
2038         (bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.
2040         * ps-mule.el: XEmacs compatibility.  Doc fix.
2041         (leading-code-private-22): Declare var if it's not declared yet.
2042         (charset-bytes, charset-dimension, charset-id, charset-width)
2043         (find-charset-region, split-char, char-width, chars-in-region)
2044         (forward-point, decompose-composite-char, encode-coding-string)
2045         (coding-system-p, ccl-execute-on-string, define-ccl-program):
2046         Define funs if not defined yet.
2047         (encode-composition-rule, find-composition): Define funs if not
2048         loaded yet.
2049         (ps-mule-prologue): PostScript code fix.
2051 2001-04-02  Kenichi Handa  <handa@etl.go.jp>
2053         * ps-mule.el (ps-mule-generate-font): New arg HEADER-P.  If it is
2054         non-nil, generate font for the header strings.
2055         (ps-mule-prepare-font): Likewise.
2056         (ps-mule-generate-glyphs): Likewise.
2057         (ps-mule-string-encoding): Likewise.
2058         (ps-mule-header-charsets): New variable.
2059         (ps-mule-encode-header-string): New function.
2060         (ps-mule-header-string-charsets): New function.
2061         (ps-mule-begin-job): Check charsets in the header strings.  If there
2062         are non-ASCII and non-Latin1 charsets, prepare fonts for them.
2064         * ps-print.el (ps-generate-header-line): Encode the header string by
2065         ps-mule-encode-header-string.
2066         (ps-mule-encode-header-string): Declare autoload.
2068 2001-04-02  Gerd Moellmann  <gerd@gnu.org>
2070         * frame.el (cursor-in-non-selected-windows):
2071         Replaces show-cursor-in-non-selected-windows.
2073 2001-03-31  Kenichi Handa  <handa@etl.go.jp>
2075         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
2076         Delete entries for "chinese-py" and "chinese-ziranma".
2077         (quail-misc-package-ext-info): New variable.
2078         (tsang-quick-converter): New function.
2079         (tsang-b5-converter, quick-b5-converter, tsang-cns-converter)
2080         (quick-cns-converter, py-converter, ziranma-converter)
2081         (miscdic-convert, batch-miscdic-convert): New functions.
2083 2001-03-30  Kenichi Handa  <handa@etl.go.jp>
2085         * international/utf-8.el (ccl-encode-mule-utf-8): Fix handling of
2086         eight-bit-control chars.
2088         * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
2089         Reduce making temporary vector (suggested by Dave Love).
2091 2001-03-30  Eli Zaretskii  <eliz@is.elta.co.il>
2093         * simple.el (transient-mark-mode): Mention ESC ESC ESC in the doc
2094         string as well.
2096 2001-03-30  Andreas Schwab  <schwab@suse.de>
2098         * files.el (backup-directory-alist): Fix typo.
2100 2001-03-30  Eli Zaretskii  <eliz@is.elta.co.il>
2102         * time-stamp.el (time-stamp-format): Doc fix.  From Paul Eggert
2103         <eggert@twinsun.com>.
2105 2001-03-30  Dave Love  <fx@gnu.org>
2107         * progmodes/fortran.el (fortran-comment-region): Fix typo.
2109 2001-03-30  Eli Zaretskii  <eliz@is.elta.co.il>
2111         * simple.el (transient-mark-mode): Mention C-g in the doc string.
2113 2001-03-30  Miles Bader  <miles@gnu.org>
2115         * subr.el (interactive-form): Fix paren typo.
2117 2001-03-29  Eli Zaretskii  <eliz@is.elta.co.il>
2119         * emacs-lisp/profile.el: Say that it's obsolete in the header
2120         line, so that finder.el puts that into its data-base.
2121         Suggested by Alex Schroeder <alex@gnu.org>.
2123 2001-03-29  Paul Eggert  <eggert@twinsun.com>
2125         * mail/emacsbug.el (report-emacs-bug): Report LC_COLLATE,
2126         LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
2128 2001-03-29  Stefan Monnier  <monnier@cs.yale.edu>
2130         * generic.el (generic-mode-set-comments): Use "" rather than nil
2131         for comment-end.
2133 2001-03-29  Gerd Moellmann  <gerd@gnu.org>
2135         * emacs-lisp/advice.el (ad-make-advised-definition):
2136         Call interactive-form to obtain the interactive spec of subrs.
2138         * subr.el (interactive-form): New function.
2140 2001-03-29  Andre Spiegel  <spiegel@gnu.org>
2142         * vc-sccs.el (vc-sccs-register): Use relative file names.
2144 2001-03-28  Gerd Moellmann  <gerd@gnu.org>
2146         * bookmark.el (bookmark-get-bookmark): Handle case that
2147         BOOKMARK is not a string.
2149         * image.el (image-type-regexps): Change type for PS files
2150         to `postscript'.
2152         * subr.el (read-passwd): Clear command history after each
2153         character entered.  From: Stephen Gildea <gildea@alum.mit.edu>.
2155 2001-03-27  Kenichi Handa  <handa@etl.go.jp>
2157         * international/kkc.el (kkc-save-init-file): Locally bind
2158         print-length to nil.
2160 2001-03-26  Gerd Moellmann  <gerd@gnu.org>
2162         * textmodes/flyspell.el: Some doc fixes.
2163         (flyspell-maybe-correct-transposition)
2164         (flyspell-maybe-correct-doubling): Use a temporary buffer
2166         * textmodes/ispell.el (ispell-parse-output): Doc fix.
2168         * emacs-lisp/byte-opt.el (byte-optimize-while)
2169         (byte-optimize-form-code-walker): Diagnose too few arguments
2170         for `if' and `while'.
2172 2001-03-26  Kenichi Handa  <handa@etl.go.jp>
2174         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
2175         Prepend `\' to "\<quail-translation-docstring>".
2177 2001-03-26  Gerd Moellmann  <gerd@gnu.org>
2179         * autorevert.el (global-auto-revert-non-file-buffers):
2180         Remove duplicate defcustom.
2182 2001-03-26  Miles Bader  <miles@gnu.org>
2184         * international/latin1-disp.el (latin1-char-displayable-p):
2185         Add leading "-" for X font pattern.
2187 2001-03-26  Kenichi Handa  <handa@etl.go.jp>
2189         * international/mule-diag.el (describe-coding-system):
2190         For raw-text and emacs-mule, don't add anymore text about what
2191         charsets they can encode.
2193 2001-03-25  Eli Zaretskii  <eliz@is.elta.co.il>
2195         * help.el (view-lossage): Mention open-dribble-file in the doc
2196         string.  Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
2198 2001-03-23  Stefan Monnier  <monnier@cs.yale.edu>
2200         * skeleton.el (skeleton-internal-list): Fix bogus logic.
2201         (skeleton-pair-insert-maybe): Don't pair after a backslash.
2203 2001-03-23  Kenichi Handa  <handa@etl.go.jp>
2205         * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
2206         Call ccl-execute-on-string directly so that CCL program handling
2207         multibyte sequence can work correctly.
2208         (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
2209         property of the coding system.
2211 2001-03-23  Stefan Monnier  <monnier@cs.yale.edu>
2213         * textmodes/fill.el (fill-individual-paragraphs-prefix):
2214         Fix transcription typo.
2216 2001-03-22  Rajesh Vaidheeswarran  <rv@gnu.org>
2218         * whitespace.el: Add buffer local variables to toggle testing of
2219         whitespaces in buffers without affecting the default values.
2220         Bump version to 3.0 to account for a few other changes.
2221         (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
2222         (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
2223         (whitespace-toggle-spacetab-check): New functions.
2225 2001-03-21  Stefan Monnier  <monnier@cs.yale.edu>
2227         * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
2229 2001-03-21  Gerd Moellmann  <gerd@gnu.org>
2231         * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
2232         bs-cycle-configuration-name.  From Juanma Barranquero
2233         <lektu@uol.com.br>.
2235         * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
2236         and cc-vars.el.
2238         * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
2239         headers.  Always invoke sendmail with option -t.
2241 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2243         * Release of cc-mode 5.28.
2245 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2247         * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
2248         Removed the hardcoded switch to "java" style in Java mode.
2249         It's instead taken care of by the default value for c-default-style.
2251 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2253         * cc-align.el (c-lineup-math): Fix bug where lineup was
2254         triggered by equal signs in string literals.
2256 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2258         * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
2259         limit detection when at the ends of the buffer.
2261         * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
2262         "for" statement clause in case 7F; a better one is done
2263         earlier in case 7D anyway.
2265 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2267         * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
2268         somewhat more and did a small optimization.
2270 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2272         * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
2273         Use the limit argument only to limit the syntactic context
2274         search, not to limit the actual movement.
2276         * cc-cmds.el (c-beginning-of-statement): Move by sentence
2277         inside multiline strings, just like in comments.  Also various
2278         fixes to the paragraph and comment prefix recognition, block
2279         comment ender handling etc.
2281 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2283         * cc-cmds.el (c-fill-paragraph): Take more care to preserve
2284         the relative position of the point.
2286         * cc-cmds.el (c-electric-continued-statement): New function to
2287         use as abbrev hook to reindent for keywords such as "else"
2288         that continues an earlier statement.
2290         * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
2291         like classes.
2293         * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
2294         (pike-mode): Populate the default abbrev tables to reindent for
2295         keywords such as "else" that can continue earlier statements.
2296         Abbrev mode is therefore turned on by default now.  (Note that
2297         this doesn't apply to idl-mode, since IDL afaik doesn't have
2298         statements at all.)
2300 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2302         * cc-engine.el (c-inside-bracelist-p): Fix for handling
2303         bracelists where the declaration contains template arguments.
2305 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2307         * cc-cmds.el (c-comment-indent):
2308         Use `c-get-syntactic-indentation' to correctly calculate the
2309         syntactic indentation.  Fixes bug with lineup functions that
2310         return vectors.
2312         * cc-engine.el (c-get-syntactic-indentation): Split the
2313         indentation sum calculation from `c-indent-line' to a separate
2314         function.
2316 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2318         * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
2319         Fixed places where it was assumed that preprocessor directives
2320         have to start in column zero.
2322         * cc-engine.el (c-beginning-of-member-init-list): Handle C++
2323         template arguments after a class identifier properly.
2325         * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
2326         lists for `new Foo[]' constructs in Java as expressions and
2327         not top level definition brace lists on the top level, so that
2328         they'll get indented consistently with the same type of
2329         expression in a normal block.
2331 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2333         * cc-cmds.el (c-fill-paragraph): The kludge that checks
2334         whether the adaptive filling package fails to keep the comment
2335         prefix is now kludged further to check for filladapt-mode
2336         which doesn't have that problem. This is really icky, but it's
2337         the only way that works with the current misfeatures/bugs in
2338         both adaptive-fill-mode and filladapt-mode.
2340         * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
2341         around point is recognized more robust.
2343 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2345         * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
2346         (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
2347         (c-lit-type): Fixed all internal variables used dynamically so
2348         that they are always bound.
2350         * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
2351         errors:
2353         (c-indent-region): Fixed reporting of syntactic errors so that
2354         the region is fully reindented even when an error occurs.
2355         The last syntactic error is printed afterwards.  Also cleanup up a
2356         whole lot of code that tried to optimize indentation of whole
2357         sexps but in reality accomplishes nothing.
2359         (c-indent-sexp): Use c-indent-region.
2361         (c-parsing-error): Changed this variable to hold the message
2362         for any syntactic error that is discovered.
2364         (c-parse-state): Search backward from point instead of the bod
2365         position when the latter is invalid.  This makes CC Mode
2366         recover faster when there are unbalanced close braces.
2368         (c-backward-to-start-of-if): Use c-parsing-error to report
2369         dangling "else" clauses instead of throwing an error, and fall
2370         back to a reasonable position.
2372         (c-indent-line): Added argument to avoid reporting syntactic errors.
2374         (c-show-syntactic-information): Don't report any syntactic errors.
2376 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2378         * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
2379         paragraph recognition when moving by sentence in literals.
2381         * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
2382         start regexp for javadoc to recognize javadoc markup in general instead
2383         of a specific set of keywords, to be more future-safe.
2385         (c-Pike-pikedoc-paragraph-start)
2386         (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
2387         pikedoc markup.
2389         * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
2391         (pike-mode): Initialize paragraph settings pikedoc recognition.
2393         * cc-vars.el (c-default-style): Made a nicer Customize widget.
2395         (c-comment-prefix-regexp): Made it possible to use an
2396         association list on this to specify mode specific regexps.
2397         The default value now use a special regexp in Pike mode to
2398         recognize pikedoc markup.
2400         (c-current-comment-prefix): New variable containing the actual
2401         regexp from c-comment-prefix-regexp for the current buffer.
2403 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2405         * cc-cmds.el (c-electric-brace): Fixed check for special brace
2406         lists: We can't look at the syntax, since a brace list can get
2407         recognized as a plain statement-cont.
2409         * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
2410         special brace list opener broken over two lines got recognized
2411         as a statement on the second line.  Case 9A changed.
2413 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2415         * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
2416         adjustment after line is reindented.
2418 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2420         * cc-defs.el (c-point): Added optional argument for position
2421         to use instead of the current point.
2423         * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
2424         the in-expression block symbols when the construct starts at
2425         boi, to avoid the extra level of indentation in that case.
2426         Cases 4, 16A and 17E affected.
2428 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2430         * cc-cmds.el: Use `indent-according-to-mode' instead of direct
2431         calls to `c-indent-line', to adhere better to Emacs conventions.
2433         * cc-engine.el (c-indent-line): Use the syntax already bound
2434         to `c-syntactic-context', if there is any.
2436 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2438         * cc-engine.el (c-get-offset): Fixed bug where the indentation
2439         wasn't added up correctly when a lineup function returned nil.
2441 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2443         * cc-engine.el (c-collect-line-comments): Fixed bug where
2444         empty lines were ignored when collecting line comments backwards.
2446 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2448         * cc-align.el (c-lineup-dont-change): Return an absolute
2449         indentation column to work correctly in the case when several
2450         syntactic elements are processed for the same line.
2452         * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
2453         (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
2454         (c-set-offset): Added absolute indentation column settings by
2455         using the vector type.
2457 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2459         * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
2460         Implemented two new cleanups `space-before-funcall' and
2461         `compact-empty-funcall'.
2463 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2465         * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
2466         helping building regexps.
2468         * cc-engine.el (c-on-identifier): New function for detecting
2469         identifiers.  It takes keywords into account.
2471         * cc-langs.el, cc-mode.el: Added regexps for complete keyword
2472         lists.  `c-keywords' is set to a regexp matching all keywords
2473         in the current language.
2475 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2477         * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
2478         list of characters to skip backwards over at the beginning of
2479         a statement, since it can precede string literals in Pike.
2481 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2483         * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
2484         recognition when standing on the last line in a C++ comment
2485         with nothing but whitespace after the prefix.
2487         * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
2488         given no limit argument.
2490 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2492         * cc-engine.el (c-inside-bracelist-p): Fixed brace list
2493         recognition for the `[]= operator symbol in Pike.
2495 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2497         * cc-bytecomp.el (cc-eval-when-compile): New macro that works
2498         around a bug in `eval-when-compile' in the byte compiler.
2500         * cc-engine.el (c-forward-token-1): Fixed bug with return
2501         value when count is zero and there's no token start within the limit.
2503         (c-guess-basic-syntax): Don't add 'comment-intro to lines with
2504         "prefix comments", i.e. comments which are followed by code on
2505         the same line.
2507         * cc-mode-19.el: Fixes so that checks that must be done at
2508         compile time also are done then.
2510 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2512         * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
2513         time and at runtime, and only when it's needed.
2515 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2517         Major cleanup for less error prone and more warning free
2518         compilation, including some fixes for bugs due to different
2519         compilation orders. Thanks to Martin Buchholz for providing
2520         the basis for all this.
2522         * cc-bytecomp.el: New file that provides some byte compilation
2523         features: It ensures that files always are loaded from the
2524         current source directory during compilation, and it provides a
2525         set of macros to turn off specific compiler warnings for
2526         specific symbols.  (It's not CC Mode specific in any way.)
2528         Fixed a nearly acyclic dependency tree (both runtime and
2529         compile-time) between all files.
2531         * cc-defs.el: Separated all macros before the inline functions,
2532         to ensure correct compilation.
2534         * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
2535         cc-defs.el to cc-engine.el and made it a function instead.
2537         * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
2538         about char-after.
2540         * cc-vars.el: Cope even when there isn't a custom package
2541         containing defcustom available.
2543         * cc-make.el: Removed since it's no longer necessary.
2545         README: Updated installation instructions.
2547 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2549         * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
2550         improve the modularity: Moved all mode init stuff from
2551         cc-langs.el to cc-mode.el, including the keymap
2552         initialization; cc-langs now only contains the various
2553         variables for configuring the language syntax.
2555         * cc-engine.el, cc-styles.el (c-evaluate-offset)
2556         (c-get-offset): Moved from cc-styles to cc-engine since file
2557         dependency analysis suggests they belong there (which also
2558         makes more sense).  Thanks to Martin Buchholz for doing the analysis.
2560 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2562         * cc-cmds.el (c-fn-region-is-active-p): New function that
2563         wraps the corresponding macro, for use in places that aren't
2564         compiled.  Thanks to Martin Buchholz for pointing out this.
2566         * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
2568         * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
2569         add things to the bug report.
2571 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2573         * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
2574         returned prefix could contain a newline when the search for a
2575         good prefix line failed.
2577 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2579         * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
2580         (c-toggle-auto-hungry-state): Made the argument optional, as
2581         the documentation says it is.
2583 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2585         * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
2586         multiline string syntax, #"...", as a cpp macro.
2588 2001-03-21  Paul Eggert  <eggert@twinsun.com>
2590         * international/mule-cmds.el (set-locale-environment):
2591         Set system-messages-locale and system-time-locale, but only if the
2592         caller specifies a non-nil locale name.
2594 2001-03-20  Gerd Moellmann  <gerd@gnu.org>
2596         * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
2597         problems for the interpreter.  From: John Wiegley  <johnw@gnu.org>
2599 2001-03-20  Gerd Moellmann  <gerd@gnu.org>
2601         * follow.el (follow-avoid-tail-recenter): Doc fix.
2603         * custom.el (custom-set-variables): Avoid reversing the list
2604         of args needlessly.
2606         * startup.el (fancy-splash-head): Don't change the colors of the
2607         XPM image on a dark background.
2609         * comint.el (comint-exec-1): Set columns of the terminal to
2610         window-width instead of frame-width.
2612         * info.el (Info-scroll-down): Add missing WINDOW arg for
2613         pos-visible-in-window-p.
2615         * ehelp.el (electric-help-mode-hook): Add defcustom.
2617         * mail/sendmail.el (mail-mode): Activate case-folding in
2618         font-lock-defaults.
2620 2001-03-19  Stefan Monnier  <monnier@cs.yale.edu>
2622         * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
2623         (completion-ignored-extensions): Remove duplicate ".class".
2625 2001-03-19  Andreas Schwab  <schwab@suse.de>
2627         * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
2628         From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
2630 2001-03-19  Gerd Moellmann  <gerd@gnu.org>
2632         * language/european.el ("Latin-5", "Latin-4"): Use postfix input
2633         methods since there are not prefix input methods.
2635 2001-03-19  Kenichi Handa  <handa@etl.go.jp>
2637         * international/mule-cmds.el (read-input-method-name):
2638         Locally bind enable-recursive-minibuffers to t.
2640 2001-03-18  Stefan Monnier  <monnier@cs.yale.edu>
2642         * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
2644 2001-03-17  Michael Kifer  <kifer@cs.sunysb.edu>
2646         * ediff-util.el: Copyright years.
2647         (ediff-choose-syntax-table): New function.
2648         (ediff-setup): Use ediff-choose-syntax-table.
2650         * ediff-init.el (ediff-with-syntax-table): New macro, uses
2651         with-syntax-table.
2653         * ediff.el: Date of last update, copyright years.
2655         * ediff-wind (ediff-setup-control-frame): Nill->nil.
2657         * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
2658         of Scott Bronson.
2659         (ex-cmd-assoc,ex-cmd-one-letr): New functions.
2660         (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
2661         Deleted functions.
2662         (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
2663         ex-token-list.
2665         * viper-util.el: Spaces, indentation.
2667         * viper.el: Changed version, modification time.
2669 2001-03-16  John Wiegley  <johnw@gnu.org>
2671         * calendar/timeclock.el (timeclock-workday-remaining):
2672         Check whether `discrep' is non-null before using it.
2674 2001-03-16  John Wiegley  <johnw@gnu.org>
2676         * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
2677         first-time checkins.
2678         (timeclock-log-data): Fixed problem with reading timelog log file.
2679         Resulting data in the "day list" was incorrect.
2680         (timeclock-find-discrep): Check if `timeclock-file' is readable
2681         before opening it.
2682         (timeclock-time-less-p): New function.
2683         (timeclock-day-base): New function.
2684         (timeclock-geometric-mean): New function.
2685         (timeclock-generate-report): Generate a summary report based on
2686         the contents of the log file.  This uses `timeclock-log-data', and
2687         is an example of writing a timelog manipulation function.
2688         (timeclock-visit-timelog): A quick command for opening the timelog
2689         file.
2690         (timeclock-log-data): Bound the variable event.
2692 2001-03-16  Kenichi Handa  <handa@etl.go.jp>
2694         * international/mule-cmds.el (select-safe-coding-system):
2695         Fix typo: symbol-name -> symbol-value.
2697         * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
2698         before substitute-in-file-name to handle double slashes in FILE
2699         correctly.
2701 2001-03-15  Gerd Moellmann  <gerd@gnu.org>
2703         * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
2704         for Slovak.  From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
2706 2001-03-14  Gerd Moellmann  <gerd@gnu.org>
2708         * bindings.el (features): Add `md5' and `overlay' to the list.
2710         * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
2711         bound before using it.  It's not bound when configured without X,
2712         for instance.
2714 2001-03-13  Thien-Thi Nguyen  <ttn@gnu.org>
2716         * progmodes/hideshow.el: Update copyright.
2717         (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
2718         (hs-minor-mode-hook): Include `:version' in defcustom form.
2720 2001-03-13  Gerd Moellmann  <gerd@gnu.org>
2722         * help.el (string-key-binding): Don't call event-start on
2723         a non-list.
2725 2001-03-13  Eli Zaretskii  <eliz@is.elta.co.il>
2727         * startup.el (fancy-splash-tail, command-line-1): Fix the
2728         copyright year.
2730 2001-03-13  Kenichi Handa  <handa@etl.go.jp>
2732         * term.el: These changes are based on a patch sent from Yong Lu
2733         <lyongu@yahoo.com>.
2734         (term-set-escape-char): Bind M-x to execute-extended-command in
2735         term-raw-escape-map.
2736         (term-move-columns): Don't try to move to negagive column.
2737         (term-emulate-terminal): Insert a string before deleting a text to
2738         overwrite.
2740 2001-03-12  Gerd Moellmann  <gerd@gnu.org>
2742         * play/life.el (life): Rearrange code so that all calls to
2743         life-display-generation are in a catch-form.
2745         * progmodes/etags.el (tags-loop-continue): Don't change point in a
2746         file that isn't interesting.  In an interesting file, push the old
2747         value of point on the mark ring.
2749         * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
2750         New function.
2751         (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
2752         Use it.
2754         * emacs-lisp/autoload.el (generate-file-autoloads):
2755         Remove warning about line lengths.
2757 2001-03-12  Philippe Waroquiers  <wao@gull.tact.cfmu.eurocontrol.be>
2759         * progmodes/etags.el (tags-compression-info-list): New variable.
2760         (find-tag-in-order): Use it to deal with compressed source files.
2761         (tag-file-name-match-p): New function.
2762         (etags-recognize-tags-table): Use it for better match of file names.
2764 2001-03-12  Kenichi Handa  <handa@etl.go.jp>
2766         * international/mule-cmds.el (register-input-method): Doc fix.
2768         * international/quail.el (quail-translate-key): Fix condition to
2769         check if there's another breaking point in the current key.
2771 2001-03-11  Eli Zaretskii  <eliz@is.elta.co.il>
2773         * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
2774         Babyl header to the newly-created output file, bind
2775         coding-system-for-write to either rmail-file-coding-system or
2776         emacs-mule-unix.
2778 2001-03-11  Stefan Monnier  <monnier@cs.yale.edu>
2780         * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
2781         Fix the name and regexp used for subsubsections.
2783 2001-03-10  Dave Love  <fx@gnu.org>
2785         * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
2786         and save-buffer if buffer-file-name non-nil.  From rms.
2788 2001-03-10  Andre Spiegel  <spiegel@gnu.org>
2790         * vc.el (vc-do-command): If the destination buffer is already
2791         current, don't set it up and don't erase it.  Updated doc string
2792         to reflect that.
2793         (vc-version-diff): When doing a single file diff, don't switch to the
2794         *vc-diff* buffer before the command.  This is to preserve local
2795         variable bindings that might affect the diff command.
2796         (vc-print-log): Don't switch to the *vc* buffer before the
2797         command, so that local variable bindings are preserved.
2799         * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
2800         not the current buffer.
2801         (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
2803         * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
2804         make output go to buffer *vc*, not the current buffer.
2806 2001-03-09  Stefan Monnier  <monnier@cs.yale.edu>
2808         * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
2809         so ^, $, *, ? and + are interpreted correctly.
2811 2001-03-09  Gerd Moellmann  <gerd@gnu.org>
2813         * help.el (string-key-binding): Renamed from
2814         mode-line-key-binding.  Handle any event on a string.
2815         Check for `keymap' properties as well as `local-map' properties.
2817         * comint.el (comint-insert-clicked-input): Use the last key
2818         from this-command-keys to lookup the global key definition.
2820 2001-03-09  Kenichi Handa  <handa@etl.go.jp>
2822         * international/characters.el: Add category `j' for
2823         katakana-jisx0201.   Fix syntaxes of katakana-jisx0201.
2825         * international/mule-conf.el (no-conversion): Fix docstring.
2826         (raw-text): Fix docstring.
2828 2001-03-08  Gerd Moellmann  <gerd@gnu.org>
2830         * simple.el (choose-completion-string): When not leaving the
2831         minibuffer, raise the minibuffer frame when minibuffer-auto-raise
2832         is set.
2834         * window.el (shrink-window-if-larger-than-buffer): Handle frame
2835         parameter `(minibuffer . t)'.
2837 2001-03-07  Stefan Monnier  <monnier@cs.yale.edu>
2839         * progmodes/sh-script.el (sh-st-symbol): New symbol.
2840         (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
2841         (sh-mode): Remove `make-local-variable' for unused var
2842         `font-lock-unfontify-region-function'.
2844 2001-03-07  Richard M. Stallman  <rms@gnu.org>
2846         * info.el (Info-scroll-down): Fix previous change.
2848         * mail/rmail.el (rmail-toggle-header): Use a window which
2849         is showing the Rmail buffer, rather than the selected window.
2851 2001-03-07  Dave Love  <fx@gnu.org>
2853         * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
2854         now, to avoid problems with binding imenu directly to a mouse event.
2856 2001-03-07  Gerd Moellmann  <gerd@gnu.org>
2858         * info.el (Info-scroll-down): Call pos-visible-in-window-p with
2859         second arg t.
2861 2001-03-07  Stefan Monnier  <monnier@cs.yale.edu>
2863         * log-edit.el (log-edit-common-indent): New var.
2864         (log-edit-set-common-indentation): Renamed from
2865         log-edit-delete-common-indentation.  Use the new var.
2866         (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
2868         * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
2869         (cvs-mode-add-change-log-entry-other-window):
2870         Don't presume change-log-default-name is defined.
2872         * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
2874         * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
2875         the "tree" operation as well.
2877         * pcvs-parse.el (cvs-parse-table): Add another ignored message.
2879         * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
2880         to match paragraph-start.
2882         * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
2883         comment-start-skip and set comment-end-skip as well.
2884         (sgml-comment-indent): Fix for new value of comment-start-skip.
2885         (html-autoview-mode): Don't bother using make-local-hook.
2887 2001-03-07  Gerd Moellmann  <gerd@gnu.org>
2889         * cus-edit.el (custom-save-delete): Move in front of local
2890         variables, otherwise long Custom entries would make them ineffective.
2892         * uniquify.el: Set maintainer to FSF.
2894 2001-03-07  Eli Zaretskii  <eliz@is.elta.co.il>
2896         * dired-aux.el (dired-do-shell-command): Doc fix.
2898 2001-03-06  Stefan Monnier  <monnier@cs.yale.edu>
2900         * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
2902         * which-func.el (which-func-modes): Add cperl-mode.
2903         (which-func-mode-global): Use define-minor-mode.
2905         * info-look.el: Docstring fixes and dead code eliminated.
2906         (cperl-mode): Add support.
2907         (emacs-lisp-mode): List all entries from elisp manual, whether
2908         or not they are currently (f)bound or not.  Update regexp.
2910         * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
2912         * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
2913         so that C-h m shows the correct information.
2914         Use make-local-variable rather than make-variable-buffer-local.
2915         (cperl-info-buffer, cperl-setup-tmp-buf):
2916         Use make-local-variable rather than make-variable-buffer-local.
2917         (cperl-msb-fix, cperl-get-help-defer):
2918         Check major-mode for `cperl-mode' as well.
2920         * progmodes/cperl-mode.el: Updated to author version 4.23.
2921         (cperl-electric-pod): SYNOPSIS was misspelled.
2922         (cperl-find-pods-heres): @if ? a : b was considered a REx.
2923         (cperl-after-expr-p): Make true after __END__.
2925 2001-03-06  Gerd Moellmann  <gerd@gnu.org>
2927         * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
2928         bookmark-completion-ignore-case is t.
2930         * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
2931         switch, like xterm, and concat resource strings, with a newline
2932         between them.
2934 2001-03-06  Eli Zaretskii  <eliz@is.elta.co.il>
2936         * international/codepage.el (cp770-decode-table)
2937         (cp773-decode-table, cp774-decode-table): New variables.
2939         * man.el (Man-hyphenated-reference-regexp): New variable.
2940         (Man-build-references-alist): Use it to search for referenced
2941         manpages.  If hyphenated is non-nil, record a concatenated word in
2942         Man-refpages-alist only if it matches Man-reference-regexp.
2943         Update word's length when it is concatenated.  Reverse the list,
2944         to get the first manpage at the head.
2945         (Man-possibly-hyphenated-word): New function.
2946         (Man-follow-manual-reference): Use it instead of current-word to
2947         find a manpage at point, in a way that accounts for hyphenated
2948         references.
2950 2001-03-06  Alex Schroeder  <alex@gnu.org>
2952         * sql.el (sql-interbase): New function.
2953         (sql-interbase-program): New option.
2954         (sql-interbase-options): New option.
2955         And some typos fixed: "customise" to "customize".
2957 2001-03-06  Dave Love  <fx@gnu.org>
2959         * textmodes/flyspell.el (flyspell-region):
2960         Set up flyspell-local-mouse-map.
2962 2001-03-05  Richard M. Stallman  <rms@gnu.org>
2964         * mail/rmail.el (rmail-retry-failure):
2965         Don't call rmail-beginning-of-message.
2966         Don't discard From: field.  Do discard Received: field.
2967         Use unwind-protect to re-prune.
2968         (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
2970 2001-03-06  Kenichi Handa  <handa@etl.go.jp>
2972         * international/quail.el (quail-title): Add autoload cookie.
2974 2001-03-05  Dave Love  <fx@gnu.org>
2976         * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
2977         new defs.
2979 2001-03-05  Kenichi Handa  <handa@etl.go.jp>
2981         * language/ethio-util.el (ethio-toggle-space):
2982         Update current-input-method-title if necessary.
2983         (ethio-toggle-punctuation): Likewise.
2985         * international/quail.el (quail-title): Fix for the case that a
2986         title of an input method is specified by a list of the same form
2987         as used in mode-line-format.
2989         * international/mule-cmds.el (activate-input-method):
2990         If current-input-method-title is set by activating INPUT-METHOD,
2991         respect that value.
2993 2001-03-05  Gerd Moellmann  <gerd@gnu.org>
2995         * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
2997 2001-03-05  Alex Schroeder  <alex@gnu.org>
2999         * sql.el (sql-sybase): Fix typo (was: query user about server two
3000         times instead of server and database).
3002         * sql.el (sql-sybase): Doc change.
3003         (sql-mysql): Doc change.
3004         (sql-postgres): Doc change.
3006 2001-03-05  Kenichi Handa  <handa@etl.go.jp>
3008         * international/mule-conf.el (emacs-mule, raw-text):
3009         Docstring modified.
3011 2001-03-04  Eli Zaretskii  <eliz@is.elta.co.il>
3013         * term/internal.el: Update copyright notice.
3015         * term/pc-win.el: Update copyright notice.
3017 2001-03-02  Dave Love  <fx@gnu.org>
3019         * files.el (insert-file-contents-literally):
3020         Bind inhibit-file-name-handlers and inhibit-file-name-operation,
3021         not jka-compr-compression-info-list.
3023 2001-03-02  Stefan Monnier  <monnier@cs.yale.edu>
3025         * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
3026         spaces in default comment-start-skip settings rather than \s-.
3028 2001-03-02  Eli Zaretskii  <eliz@is.elta.co.il>
3030         * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
3031         default-frame-alist as well.
3033 2001-03-01  Dave Love  <fx@gnu.org>
3035         * textmodes/reftex.el (defvar): Wrap some defvars in
3036         eval-when-compile.  From Markus Rost <rost@math.ohio-state.edu>.
3038         * subr.el (event-basic-type): Doc fix.
3040         * international/quail.el: Doc fixes.
3042         * international/utf-8.el: Doc fixes.
3044         * international/mule-cmds.el: Doc fixes.
3045         (leim-list-header): Fix header text.
3047         * international/mule.el (coding-system-category): Doc fix.
3049         * international/ccl.el (ccl-compile): Doc fix.
3051 2001-03-01  Stefan Monnier  <monnier@cs.yale.edu>
3053         * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
3054         rather than (before|after)-change-functions.
3056 2001-03-01  Gerd Moellmann  <gerd@gnu.org>
3058         * ediff-util.el (ediff-scroll-horizontally): Arrange for
3059         scroll-left and scroll-right being called interactively so that
3060         they set the window's min_hscroll.
3062 2001-03-01  Eli Zaretskii  <eliz@is.elta.co.il>
3064         * info.el (info-insert-file-contents-1): Accept an additional
3065         argument `lfn': if it is non-nil, concatenate `filename' and
3066         `suffix'; otherwise use the complicated MS-DOS code.
3067         All callers changed.
3068         (info-insert-file-contents, Info-find-node): If the MS-DOS port
3069         can access long file names, try the long file-name version of
3070         `info-insert-file-contents-1', then the short file-name version.
3072 2001-02-28  TAKAHASHI Naoto  <ntakahas@m17n.org>
3074         * language/ethio-util.el (setup-ethiopic-environment-internal):
3075         Change bindings of functions keys to conform to "Emacs Lisp Coding
3076         Convention".
3078         * language/ethiopic.el ("Ethiopic"): Add documentation.
3080 2001-02-28  Kenichi Handa  <handa@etl.go.jp>
3082         * international/utf-8.el (mule-utf-8): Set coding-category
3083         property to coding-category-utf-8.
3085 2001-02-27  Richard M. Stallman  <rms@gnu.org>
3087         * lpr.el (lpr-page-header-switches, print-region-1):
3088         Undo 2000-07-06 change.
3089         (lpr-add-switches): Default to t on gnu/linux.
3091 2001-02-27  Gerd Moellmann  <gerd@gnu.org>
3093         * bs.el (bs-attributes-list): Doc fix.
3095 2001-02-26  Gerd Moellmann  <gerd@gnu.org>
3097         * help.el (describe-project): Display the file THE-GNU-PROJECT.
3099         * help.el (view-order-manuals): Use goto-address.
3101         * startup.el (command-line-1): Add info about ordering manuals
3102         to the not so fancy splash screens.
3104 2001-02-26  Andre Spiegel  <spiegel@gnu.org>
3106         * vc.el (vc-default-workfile-unchanged-p)
3107         (vc-default-latest-on-branch-p): Add missing BACKEND argument.
3109 2001-02-26  Gerd Moellmann  <gerd@gnu.org>
3111         * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
3112         fontify in the right buffer.
3114         * allout.el (outline-flag-region): Move macro in front of first
3115         use to avoid a run-time error.
3117 2001-02-24  Andrew Innes  <andrewi@gnu.org>
3119         * makefile.w32-in: Fix copyright notice.
3121 2001-02-24  Kenichi Handa  <handa@etl.go.jp>
3123         * international/utf-8.el (mule-utf-8): Set correct value for
3124         valid-codes property.
3126         * international/fontset.el (x-complement-fontset-spec): In the
3127         case that we use ASCII font for the other charsets, use only
3128         family and registry part of it.
3130 2001-02-23  Eli Zaretskii  <eliz@is.elta.co.il>
3132         * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
3133         (shrink-window-if-larger-than-buffer): Doc fix.
3135 2001-02-23  Stefan Monnier  <monnier@cs.yale.edu>
3137         * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
3138         predicate passed to completing-read.
3140 2001-02-23  Eli Zaretskii  <eliz@is.elta.co.il>
3142         * startup.el (command-line): Fix last change.
3144 2001-02-23  Jason Rumney  <jasonr@gnu.org>
3146         * startup.el (tool-bar-originally-present): New variable.
3147         (command-line): Set it if the tool-bar is switched on at startup.
3149         * frame.el (frame-notice-user-settings): Only adjust frame height
3150         for no tool-bar case if tool-bar was originally switched on.
3151         From E. Jay Berkenbilt.
3153 2001-02-22  Stefan Monnier  <monnier@cs.yale.edu>
3155         * server.el (server-switch-buffer): Only switch window if the
3156         current one is dedicated.
3158         * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
3159         rather than using (match-beginning 0) when searching for break point.
3161 2001-02-22  Eli Zaretskii  <eliz@is.elta.co.il>
3163         * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
3164         @ follows an accent command such as @'.  Support optional braces
3165         in commands that insert accents, like makeinfo does.
3167 2001-02-22  Gerd Moellmann  <gerd@gnu.org>
3169         * startup.el (fancy-splash-text): Add a line for ordering
3170         manuals.  Reverse order of splash screens shown.
3171         (use-fancy-splash-screens-p): Adapt to the text line added.
3173         * menu-bar.el (menu-bar-help-menu): Add an item for ordering
3174         manuals from the FSF.
3176         * help.el (view-order-manuals): New function.
3177         (toplevel): Bind C-h C-m to this function.
3179 2001-02-21  Stefan Monnier  <monnier@cs.yale.edu>
3181         * newcomment.el (comment-forward): Skip the comment-start before
3182         searching for the comment-end.
3184 2001-02-21  Dave Love  <fx@gnu.org>
3186         * custom.el (custom-initialize-changed, defcustom): Doc fix.
3188         * international/mule-cmds.el, international/mule.el: Doc fixes.
3190 2001-02-21  Gerd Moellmann  <gerd@gnu.org>
3192         * startup.el (fancy-splash-screens): Use display-hourglass
3193         instead of display-busy-cursor.
3195         * frame.el (display-hourglass): Renamed from busy-cursor.
3196         (hourglass-delay): Renamed from busy-cursor-delay-seconds.
3197         (show-cursor-in-non-selected-windows): Doc fix.
3199 2001-02-20  Dave Love  <fx@gnu.org>
3201         * international/utf-8.el: Doc and commentary fixes.
3203 2001-02-20  Eli Zaretskii  <eliz@is.elta.co.il>
3205         * ehelp.el (with-electric-help): Doc fix.
3207 2001-02-20  Gerd Moellmann  <gerd@gnu.org>
3209         * msb.el (msb-mode): Call the update-buffers function explicitly
3210         with a FORCE argument.
3212         * menu-bar.el (menu-bar-update-buffers): Add optional parameter
3213         FORCE.  If set, update the menu even if frame-or-buffer-changed-p
3214         returns nil.
3216 2001-02-20  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
3218         * ps-print.el: Timestamp package replacement.  Some enhancements.
3219         Some XEmacs compatibility.  Doc fix.
3220         (ps-print-version): New version number (6.4).
3221         (ps-printer-name): Initialization fix.
3222         (ps-zebra-stripe-follow): Funcionality enhancement.
3223         (ps-prologue-file): Code enhancement.
3224         (ps-right-header): Timestamp package replacement.
3225         (ps-setup, ps-face-bold-p, ps-face-italic-p)
3226         (ps-get-page-dimensions)
3227         (ps-generate-header, ps-begin-file, ps-begin-job)
3228         (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
3229         (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
3230         (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
3231         (coding-system-for-write): Var declaration (XEmacs compatibility).
3233 2001-02-20  Miles Bader  <miles@gnu.org>
3235         * image-file.el (image-file-name-extensions): Add "tif".
3237 2001-02-19  Gerd Moellmann  <gerd@gnu.org>
3239         * wid-edit.el (widget-button-click): Save the selected window
3240         around the code handling clicks on buttons.
3242 2001-02-18  Dave Love  <fx@gnu.org>
3244         * imenu.el (imenu--generic-function): Use mapc to iterate over
3245         syntax characters.
3247 2001-02-17  Richard M. Stallman  <rms@gnu.org>
3249         * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
3251         * uniquify.el (uniquify-buffer-name-style): Doc fix.
3253 2001-02-16  Gerd Moellmann  <gerd@gnu.org>
3255         * mouse.el (mouse-save-then-kill): If the distance from the new
3256         point to the mark is equal to the distance of point from the new
3257         point, move point instead of the mark.
3259 2001-02-16  Dave Love  <fx@gnu.org>
3261         * textmodes/flyspell.el (flyspell-get-word): Return string without
3262         properties.
3264 2001-02-16  Eli Zaretskii  <eliz@is.elta.co.il>
3266         * generic.el (generic-find-file-regexp): Doc fix.
3267         (generic-ignore-files-regexp): New defcustom.
3268         (generic-mode-find-file-hook): If the file's name matches the
3269         regexp in `generic-ignore-files-regexp', don't enter
3270         default-generic-mode.  Doc fix.
3272 2001-02-16  Gerd Moellmann  <gerd@gnu.org>
3274         * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
3275         Add autoload cookies.
3277         * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
3278         of cal-tex-24.
3280 2001-02-16  Eli Zaretskii  <eliz@is.elta.co.il>
3282         * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
3284         * progmodes/compile.el (grep-regexp-alist): Remove the blank from
3285         the character class after the (optional) drive, to support file
3286         names with embedded blanks.
3288 2001-02-15  Sam Steingold  <sds@gnu.org>
3290         * textmodes/tex-mode.el (tex-shell-running):
3291         Check the process buffer too.
3293 2001-02-15  Dave Love  <fx@gnu.org>
3295         * battery.el (battery-status-function): Fix doc, :type.
3297         * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
3299 2001-02-15  Gerd Moellmann  <gerd@gnu.org>
3301         * subr.el (read-passwd): Clear Lisp memory holding password.
3303 2001-02-15  Miles Bader  <miles@gnu.org>
3305         * info.el (Info-copy-current-node-name): New function.
3306         (Info-mode-menu): Add it to the menu.
3308 2001-02-14  Richard M. Stallman  <rms@theobromine.ai.mit.edu>
3310         * international/mule-cmds.el (toggle-input-method): Doc fix.
3312 2001-02-13  Stefan Monnier  <monnier@cs.yale.edu>
3314         * replace.el (occur): Stop at end of buffer.
3316 2001-02-13  Eli Zaretskii  <eliz@is.elta.co.il>
3318         * international/mule-cmds.el (set-input-method): Another doc fix.
3320 2001-02-13  David M. Koppelman <koppel@ee.lsu.edu>
3322         * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
3324 2001-02-13  Miles Bader  <miles@gnu.org>
3326         * faces.el (set-face-background, set-face-foreground)
3327         (set-face-stipple): Treat a value of nil as being `unspecified'.
3329 2001-02-12  Dave Love  <d.love@dl.ac.uk>
3331         * international/latin1-disp.el:  Doc fixes.
3332         (latin1-display) <defgroup>: Add :link.
3333         (latin1-display) <function>: Set variable latin1-display.
3335 2001-02-12  Eli Zaretskii  <eliz@is.elta.co.il>
3337         * international/mule-cmds.el (set-input-method): Doc fix.
3339 2001-02-12  Eric M. Ludlam  <zappo@choochoo.ultranet.com>
3341         * speedbar.el (speedbar-frame-parameters): No toolbar lines.
3342         (speedbar-line-file): Return nil if not a file.
3343         (speedbar-buffers-line-path): Return file for tags, and dir for files.
3345 2001-02-12  Michael Kifer  <kifer@cs.sunysb.edu>
3347         * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
3348         for remote files.
3349         (ediff-coding-system-for-read): Replaced the no-conversion default
3350         with raw-text.
3352         * ediff-init.el: Removed :version from defcustom vars.
3354         * ediff-util.el (ediff-compute-custom-diffs-maybe):
3355         Better handling of the diff mode.
3357         * ediff.texi: Added ediff-coding-system-for-read.
3359         * viper.texi: Fix typos.
3361 2001-02-11  Dave Love  <fx@gnu.org>
3363         * shadowfile.el: Doc fixes.
3364         (shadow) <defgroup>: Add :link.
3365         (shadowfile-unload-hook): New function.
3366         (shadow-initialize): Use defalias, not fset.
3367         (shadow-define-cluster, shadow-define-literal-group)
3368         (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
3370         * international/mule.el: Doc and message fixes.
3372         * international/ccl.el (define-ccl-program): Doc fix.
3374 2001-02-11  Kenichi Handa  <handa@etl.go.jp>
3376         * faces.el (mode-line): Set :line-width property to -1.
3378 2001-02-10  Richard M. Stallman  <rms@gnu.org>
3380         * complete.el (partial-completion-mode): Doc fix.
3382         * simple.el (delete-key-deletes-forward-mode):
3383         Change `let' to `let*' to fix gross bug in last change.
3385         * repeat.el (repeat): Don't let execute-kbd-macro alter
3386         real-last-command.
3388 2001-02-10  Eli Zaretskii  <eliz@is.elta.co.il>
3390         * simple.el (eval-expression): Doc fix.
3392 2001-02-09  Dave Love  <fx@gnu.org>
3394         * imenu.el (imenu-generic-expression): Doc fix.
3396         * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
3397         From Juanma Barranquero.
3399         * emacs-lisp/authors.el (authors): Expand `root' before running find.
3401 2001-02-09  Kenichi Handa  <handa@etl.go.jp>
3403         * faces.el (set-face-attribute): Describe the case of a negative
3404         value specified for :line-width.
3406 2001-02-08  Stefan Monnier  <monnier@cs.yale.edu>
3408         * which-func.el (which-func-mode): Invert which-func-mode-global.
3409         From Juanma Barranquero <lektu@uol.com.br>.
3411 2001-02-08  Dave Love  <fx@gnu.org>
3413         * wid-edit.el (widget-plist-convert-widget): Replace binding of
3414         widget-plist-value-type.
3415         (widget-alist-convert-widget): Replace binding of
3416         widget-alist-value-type.
3418         * textmodes/paragraphs.el (sentence-end): Doc fix.
3420         * eshell/em-rebind.el (eshell-cannot-leave-input-list):
3421         Remove `backward-line'.
3423         * play/pong.el (pong-blank-color, pong-bat-color)
3424         (pong-ball-color, pong-border-color, pong-left-key)
3425         (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
3426         (pong-pause-key, pong-resume-key, pong-timer-delay):
3427         * mail/mh-comp.el (mh-compose-letter-function):
3428         * eshell/esh-mode.el (eshell-skip-prompt-function):
3429         * emulation/viper-ex.el (ex-unix-type-shell-options):
3430         * recentf.el (recentf-menu-filter):
3431         * ps-print.el (ps-print-region-function):
3432         * lpr.el (print-region-function):
3433         * forms.el (forms-mode-hooks):
3434         * dirtrack.el (dirtrack-directory-change-hook):
3435         * cus-start.el (temp-buffer-show-function, display-buffer-function):
3436         * textmodes/spell.el (spell-filter):
3437         * textmodes/fill.el (adaptive-fill-function):
3438         * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
3439         * progmodes/etags.el (find-tag-default-function):
3440         * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
3441         * progmodes/ada-mode.el (ada-popup-key): Fix :type.
3443 2001-02-07  Eli Zaretskii  <eliz@is.elta.co.il>
3445         * emulation/viper-init.el (viper-fast-keyseq-timeout)
3446         (viper-translate-all-ESC-keysequences): Doc fix.  From Jim
3447         Meyering <jim@meyering.net>.
3449         * loadup.el: Revert last change.
3451 2001-02-07  Kenichi Handa  <handa@etl.go.jp>
3453         * international/mule.el (transform-make-coding-system-args):
3454         Make it work also for coding systems not using CCL.
3456 2001-02-06  Eli Zaretskii  <eliz@is.elta.co.il>
3458         * simple.el (previous-matching-history-element)
3459         (next-matching-history-element): Doc fix.
3461         * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
3462         specific part.
3464 2001-02-06  Dave Love  <fx@gnu.org>
3466         * add-log.el (add-log-current-defun-function)
3467         (add-log-buffer-file-name-function, add-log-file-name-function):
3468         Fix :type.
3469         (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
3471 2001-02-06  Eli Zaretskii  <eliz@is.elta.co.il>
3473         * info.el (info-initialize): Remove the test for system-type when
3474         invocation-directory is non-nil.
3476         * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
3477         of `font-lock-defaults' to `backward-paragraph' rather than nil.
3479 2001-02-06  Andrew Innes  <andrewi@gnu.org>
3481         * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
3482         absolute.
3484 2001-02-06  David M. Koppelman <koppel@ee.lsu.edu>
3486         * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
3487         buffers.  When hi-lock turned on rather than only checking current
3488         buffer for regexps, all buffers are checked. Moved activation of
3489         font-lock to hi-lock-refontify. When font-lock turned off rather
3490         than removing added highlighting just in current buffer, remove it
3491         in all buffers.  Changed edit menu text from "Automatic
3492         Highlighting" to "Regexp Highlighting" Documentation for
3493         highlighting phrases, minor documentation changes.
3494         (hi-lock-set-file-patterns): Execute only if there are new or
3495         existing file patterns.
3496         (hi-lock-refontify): Assume font-lock-fontify-buffer will first
3497         unfontify and, if a support mode is active, will not refontify the
3498         whole buffer.  If necessary, turn on font lock. (Removed
3499         font-lock-unfontify and font-lock support-mode-specific calls,
3500         such as lazy-lock-fontify-window.)
3501         (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
3502         patterns are found. Not useful now since find-file-hook is removed
3503         if hi-lock is off, but may be needed for per-buffer hi-lock activation.
3504         (hi-lock-face-phrase-buffer): New function.  Also added related
3505         menu item and keybinding.
3506         (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
3507         (hi-lock-process-phrase): New function.
3508         (hi-lock-line-face-buffer): Doc fixes.
3509         (hi-lock-face-buffer): Doc fixes.
3510         (hi-lock-unface-buffer): Doc fixes.
3512 2001-02-06  Gerd Moellmann  <gerd@gnu.org>
3514         * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
3515         dabbrev-ignored-regexps.
3517 2001-02-06  Eli Zaretskii  <eliz@is.elta.co.il>
3519         * simple.el (kill-line): Doc fix.
3521 2001-02-05  Dave Love  <fx@gnu.org>
3523         * loadup.el: Revert last two changes -- bootstrapping works with
3524         regenerated loaddefs.
3526 2001-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
3528         * isearch.el (isearch-forward): Doc fix.
3530         * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
3531         of font-lock-defaults to backward-paragraph.
3533 2001-02-05  Gerd Moellmann  <gerd@gnu.org>
3535         * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
3536         X-Complaints-To, NNTP-Posting-Date, and User-Agent.
3538 2001-02-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
3540         * ebnf2ps.el: Eliminate time-stamp functions.
3541         (ebnf-version): New version (3.5).
3542         (ebnf-eps-finish-and-write): Replace time-stamp functions by
3543         format-time-string.
3545 2001-02-05  Gerd Moellmann  <gerd@gnu.org>
3547         * simple.el (next-line): Goto end-of-line before inserting a newline.
3549 2001-02-05  Miles Bader  <miles@gnu.org>
3551         * image-file.el (insert-image-file): When visiting an image, also
3552         set `truncate-lines' to t so that any fringe arrow looks correct.
3554 2001-02-05  Kenichi Handa  <handa@etl.go.jp>
3556         * isearch.el (isearch-forward): Add description about input method
3557         in the docsting.
3559 2001-02-04  Stefan Monnier  <monnier@cs.yale.edu>
3561         * skeleton.el (skeleton-internal-1): Always push the mark for @.
3563 2001-02-02  Eli Zaretskii  <eliz@is.elta.co.il>
3565         * info.el (info-initialize): If installation-directory is nil, for
3566         DOS/Windows systems try looking in a sibling of invocation-directory.
3568 2001-02-02  Gerd Moellmann  <gerd@gnu.org>
3570         * wid-edit.el (widget-button-click): Fix last change.
3572         * frame.el (frame-notice-user-settings): When resizing the initial
3573         frame because the tool bar is off, also change the frame's top
3574         position if a negative top position was specified.
3576 2001-02-02  Miles Bader  <miles@gnu.org>
3578         * image-file.el (insert-image-file): When visiting an image,
3579         suppress the cursor in the image buffer.
3581 2001-02-01  Dave Love  <fx@gnu.org>
3583         * progmodes/f90.el (f90-mode): Remove startup message.
3585         * vc-cvs.el: Remove autoloads.  Require vc when compiling.
3587 2001-02-01  Gerd Moellmann  <gerd@gnu.org>
3589         * startup.el (command-line): Fix code determining whether or not
3590         to use delete-key-deletes-forward-mode.
3592 2001-02-01  Andre Spiegel  <spiegel@gnu.org>
3594         * vc.el (vc-diff-switches): New user option.
3595         (vc-version-diff): Use it.
3596         (vc-diff-switches-list): New macro.
3598         * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
3599         New customization options.
3600         (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
3602         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
3604 2001-02-01  Gerd Moellmann  <gerd@gnu.org>
3606         * msb.el (toplevel): Quote hook symbols.
3608 2001-02-01  Kenichi Handa  <handa@etl.go.jp>
3610         * international/mule.el (make-coding-system): Add description
3611         about recognized properties in the docstring.
3613         * international/mule-conf.el: Remove unused charsets
3614         mac-roman-lower and mac-roman-upper.
3616 2001-01-31  Gerd Moellmann  <gerd@gnu.org>
3618         * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
3619         is in front of the left-margin, if any.
3621         * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
3622         like `delete'.
3624         * bindings.el: Define `kp-delete' like `delete' in function-key-map.
3626         * term/w32-win.el (mouse-set-font): Doc fix.
3628 2001-01-31  Stefan Monnier  <monnier@cs.yale.edu>
3630         * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
3631         (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
3632         on already.
3634 2001-01-31  Markus Rost  <rost@math.ohio-state.edu>
3636         * files.el (save-buffer): Don't give message if (buffer-file-name)
3637         returns nil.
3639 2001-01-31  Eli Zaretskii  <eliz@is.elta.co.il>
3641         * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
3643         * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
3644         concat for integers.  From Juanma Barranquero <lektu@uol.com.br>.
3646         * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
3647         display problems.
3649 2001-01-31  Kenichi Handa  <handa@etl.go.jp>
3651         * international/mule.el (charset-info): Fix docstring.
3653         * international/mule-diag.el (describe-character-set): Check final
3654         char valid before printing it.
3656 2001-01-30  Gerd Moellmann  <gerd@gnu.org>
3658         * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
3660         * frame.el (frame-notice-user-settings): Do the tool-bar
3661         stuff only for graphical displays.  Fix a braino.
3663         * frame.el (frame-initialize): Create initial frame visible.
3664         (frame-notice-user-settings): When tool-bar has been switched off,
3665         correct the frame size and sync tool-bar-mode.
3667         * startup.el (command-line): Remove manipulation of frame
3668         height for tool bars.
3670 2001-01-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
3672         * lpr.el: Compatibility with XEmacs and doc fixes.
3673         (lpr-windows-system, lpr-lp-system): New vars.
3674         (lpr-printer-switch): New defcustom.
3675         (printer-name, lpr-command): Customization fix.
3676         (print-region-1): Code fix.
3677         (print-region-new-buffer, printify-region): Indentation fix.
3678         (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
3679         New functions.
3681 2001-01-29  Gerd Moellmann  <gerd@gnu.org>
3683         * msb.el (toplevel): Fix the eval-after-load.
3685 2001-01-29  Dave Love  <fx@gnu.org>
3687         * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
3689         * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
3691         * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
3692         (tcl-using-emacs-19-23): Consider Emacs 21+.
3693         (tcl-help-directory-list, tcl-command-switches): Fix :type.
3694         (tcl-add-emacs-menu): Supply menu name.
3695         (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
3697 2001-01-29  Gerd Moellmann  <gerd@gnu.org>
3699         * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
3701 2001-01-29  Stefan Monnier  <monnier@cs.yale.edu>
3703         * pcvs.el (cvs-mark-fis-dead): New function.
3704         (cvs-mode-add): Use it.
3705         (cvs-mode-add-change-log-entry-other-window):
3706         Rebind change-log-default-name to itself rather than to nil.
3708 2001-01-29  Sam Steingold  <sds@gnu.org>
3710         * vc-cvs.el: Replaced (require 'vc) with a bunch of
3711         `autoload' statements.
3713 2001-01-29  Eli Zaretskii  <eliz@is.elta.co.il>
3715         * files.el (confirm-kill-emacs): Doc fix.
3717         * frame.el (frame-initialize): Doc fix.
3719         * time-stamp.el (time-stamp-string): Doc fix.
3721         * woman.el (WoMan-log-1): Make the log buffer writable.
3722         From Markus Rost <rost@math.ohio-state.edu>.
3724 2001-01-29  Gerd Moellmann  <gerd@gnu.org>
3726         * imenu.el (imenu-syntax-alist): Add autoload cookie for
3727         the `make-variable-buffer-local'.
3729 2001-01-29  Dave Love  <fx@gnu.org>
3731         * ansi-color.el (ansi-color-for-comint-mode): Add :version.
3732         (ansi-color-for-comint-mode-on, ansi-color-process-output):
3733         Add autoload cookie.
3734         (ansi-color-apply-sequence): Fix typo.
3736 2001-01-29  Gerd Moellmann  <gerd@gnu.org>
3738         * menu-bar.el (menu-bar-files-menu): Add menu items for
3739         Postscript printing in black and white.
3741         * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
3742         X-Mailman-Version, Precedence, List-Help, List-Post,
3743         List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
3744         Content-Type, Content-Length.
3746 2001-01-29  Dave Love  <fx@gnu.org>
3748         * elide-head.el (elide-head): Make overlay evaporate.
3750         * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
3752 2001-01-28  Eli Zaretskii  <eliz@is.elta.co.il>
3754         * isearch.el (isearch-highlight): Don't punt if the display
3755         doesn't support colors, since isearch faces are defined for
3756         monochrome displays as well.
3758 2001-01-27  Sam Steingold  <sds@gnu.org>
3760         * shell.el (shell-write-history-on-exit): Make sure that we are in
3761         the shell buffer (M-x tex-file RET inserted the error message into
3762         the TeX buffer).
3764 2001-01-27  Eli Zaretskii  <eliz@is.elta.co.il>
3766         * simple.el (transient-mark-mode): Doc fix.
3768 2001-01-27  Gerd Moellmann  <gerd@gnu.org>
3770         * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
3772 2001-01-27  Eli Zaretskii  <eliz@is.elta.co.il>
3774         * shell.el (shell-unquote-argument): If the shell is one of the
3775         mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
3776         quote character.
3777         (shell-dumb-shell-regexp): Document that the shells which match
3778         this regexp are supposed to not treat a backslash as a quote character.
3780         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
3781         from 2001-01-12.  It is not needed, since backspace is mapped into DEL.
3783 2001-01-27  Richard M. Stallman  <rms@gnu.org>
3785         * dabbrev.el (dabbrev--substitute-expansion):
3786         Treat a one-capital-letter abbrev as "not all upper case",
3787         so as to force preservation of the expansion's pattern
3788         if the expansion starts with a capital letter.
3790 2001-01-27  Eli Zaretskii  <eliz@is.elta.co.il>
3792         * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
3793         Doc fix.
3795         * simple.el (transient-mark-mode): Document the fact that many
3796         commands act on the region when mark is active.
3798 2001-01-27  Kenichi Handa  <handa@etl.go.jp>
3800         * international/quail.el (quail-setup-completion-buf): Make the
3801         multibyteness of current buffer inherited to Quail completion buffer.
3802         (quail-show-guidance-buf): Make the multibyteness of current
3803         buffer inherited to Quail guidance buffer.
3804         (quail-help): Make the multibyteness of current buffer inherited
3805         to Quail help buffer.
3807 2001-01-26  Dave Love  <fx@gnu.org>
3809         * time-stamp.el: Doc fixes.
3811         * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
3812         (delphi-keyword-face, delphi-other-face): Fix :type.
3814         * textmodes/flyspell.el: Doc fixes.  Add :version to new options.
3816         * mail/feedmail.el (feedmail): Add :link.
3817         (feedmail-send-it): Doc fix.
3819         * mail/sendmail.el: Doc fixes.
3820         (sendmail-send-it): Fix the non-ASCII regexp and use
3821         rfc2047-encode-string.
3823         * dired.el, dired-aux.el: Revert last change.
3825 2001-01-26  Gerd Moellmann  <gerd@gnu.org>
3827         * makefile.w32-in (DONTCOMPILE): Add various term files.
3829 2001-01-26  Dave Love  <fx@gnu.org>
3831         * Makefile.in (DONTCOMPILE): Add various term files.
3833 2001-01-26  Gerd Moellmann  <gerd@gnu.org>
3835         * man.el (Man-default-man-entry, Man-mode): Doc fix.
3837         * startup.el (display-startup-echo-area-message): Make sure
3838         the echo area is resized to fit the size of the startup message.
3840         * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
3841         part of which is a constant.
3843 2001-01-26  Eli Zaretskii  <eliz@is.elta.co.il>
3845         * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
3847 2001-01-26  Richard M. Stallman  <rms@gnu.org>
3849         * simple.el (next-line): Don't let `newline' expand abbrevs.
3850         Simplify slightly.
3851         (open-line): Don't let `newline' expand abbrevs.
3853 2001-01-25  John Wiegley  <johnw@gnu.org>
3855         * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
3856         to `repeat' in the :type field.
3858         * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
3859         allow a choice of regexp or nil.
3860         (pcomplete-dir-ignore): Same.
3862         * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
3863         a command) to always fail.
3865 2001-01-25  Gerd Moellmann  <gerd@gnu.org>
3867         * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
3868         discard the result.
3869         (iswitchb-to-end): Likewise.
3871 2001-01-25  Sam Steingold  <sds@gnu.org>
3873         * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
3874         Require vc.
3876 2001-01-25  Stefan Monnier  <monnier@cs.yale.edu>
3878         * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
3880         * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
3882 2001-01-25  Dave Love  <fx@gnu.org>
3884         * lisp/international/mule-diag.el (describe-char-after): Doc fix.
3885         (describe-coding-system): Tweak the English text.
3887         * loadup.el: Preload international/ccl for utf-8.
3889 2001-01-25  Eli Zaretskii  <eliz@is.elta.co.il>
3891         * mail/rmail.el (rmail-redecode-body): Doc fix.
3893 2001-01-25  Kenichi Handa  <handa@etl.go.jp>
3895         * international/mule-cmds.el (reset-language-environment):
3896         Reset coding-category-utf-8 to mule-utf-8.
3898         * international/mule-conf.el (coding-category-utf-8):
3899         Initialize to mule-utf-8.
3901         * loadup.el: Preload international/utf-8.
3903         * international/utf-8.el: New file.
3905 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
3907         * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
3909 2001-01-24  Sam Steingold  <sds@gnu.org>
3911         * dired.el (dired-replace-in-string): Removed.
3912         (dired-sort-toggle): Use `replace-regexps-in-string'
3913         instead of `dired-replace-in-string'.
3915         * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
3916         (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
3918         * gs.el (gs-replace-in-string): Removed.
3919         (gs-options): Use `replace-regexps-in-string'
3920         instead of `gs-replace-in-string'.
3922 2001-01-24  Eli Zaretskii  <eliz@is.elta.co.il>
3924         * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
3925         bug report is mailed to an email list and posted to a news group.
3927 2001-01-24  Gerd Moellmann  <gerd@gnu.org>
3929         * comint.el (comint-replace-by-expanded-history-before-point):
3930         Fix change of 2000-08-03 to move point to the start of the line again.
3932         * startup.el (tool-bar-images-pixel-height): New variable.
3933         (command-line): After loading the user's init file, when
3934         tool-bar-mode is on, increase the frame's size by some lines for
3935         the tool-bar.
3937         * frame.el (frame-initialize): Create the initial frame invisible.
3939 2001-01-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
3941         * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
3942         (chinese-big5): MIME:Big5.
3944 2001-01-24  Gerd Moellmann  <gerd@gnu.org>
3946         * international/mule-cmds.el (universal-coding-system-argument):
3947         Handle commands with prefix args.
3949 2001-01-24  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
3951         * calendar/diary-lib.el (diary-float): Fix case of MONTH
3952         being a list of numbers.
3953         (diary-mail-entries): Rewritten.
3955 2001-01-23  Dave Love  <fx@gnu.org>
3957         * international/mule.el (make-coding-system): Fix typo.
3959         * textmodes/outline.el (outline-mode) <font-lock-defaults>:
3960         Add backward-paragraph as font-lock-beginning-of-syntax-function.
3962 2001-01-23  Eli Zaretskii  <eliz@is.elta.co.il>
3964         * font-lock.el (font-lock-mode): Doc fix.
3966 2001-01-23  Kenichi Handa  <handa@etl.go.jp>
3968         * international/mule.el (make-translation-table): Fix docstring.
3970 2001-01-22  Eli Zaretskii  <eliz@is.elta.co.il>
3972         * mail/rmail.el (rmail-redecode-body): New function.
3974         * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
3976 2001-01-22  Gerd Moellmann  <gerd@gnu.org>
3978         * isearch.el (isearch-lazy-highlight-case-fold-search)
3979         (isearch-lazy-highlight-regexp): New variables.
3980         (isearch-lazy-highlight-cleanup): Update lazy highlight if
3981         case-fold search or regexp search has been toggled.
3983         * wid-edit.el (widget-button-click): Avoid a save-excursion
3984         around running a global binding.
3986         * isearch.el (isearch-lazy-highlight-initial-delay): Set default
3987         to 0.25.
3989 2001-01-20  Miles Bader  <miles@gnu.org>
3991         * cus-edit.el (custom-face-save): Do post-processing on the face's
3992         new value like `custom-face-set' does.
3994 2001-01-19  Eli Zaretskii  <eliz@is.elta.co.il>
3996         * mail/emacsbug.el (report-emacs-bug): Report the value of
3997         LC_CTYPE, not LC_TYPE.
3999         * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
4000         isearch-toggle-regexp and isearch-edit-string to doc string.
4002 2001-01-19  Gerd Moellmann  <gerd@gnu.org>
4004         * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
4005         as font-lock-beginning-of-syntax-function in font-lock-defaults.
4007         * jit-lock.el (jit-lock-fontify-now): Don't bind
4008         font-lock-beginning-of-syntax-function to nil.
4010 2001-01-19  Eli Zaretskii  <eliz@is.elta.co.il>
4012         * mail/emacsbug.el (report-emacs-bug): Report values of
4013         locale-coding-system, default-enable-multibyte-characters, and the
4014         environment variables LC_ALL, LC_TYPE, and LANG.
4016 2001-01-19  Gerd Moellmann  <gerd@gnu.org>
4018         * font-lock.el (font-lock-default-fontify-region): Fix last change.
4020         * font-lock.el (font-lock-multiline): Default to nil.
4021         (font-lock-default-fontify-region): If font-lock-multiline is
4022         nil, don't check the property `font-lock-multiline'.
4024         * jit-lock.el (jit-lock-after-change): If font-lock-multiline
4025         is nil, don't check the `font-lock-multiline' text property.
4027 2001-01-19  Michael Kifer  <kifer@cs.sunysb.edu>
4029         * viper.el: Call initial-major-mode on startup.
4031         * ediff.el (ediff-patch-file): Use better defaults.
4033         * ediff-vers.el: Fix for 8+3 DOS file systems.
4035 2001-01-19  Colin Walters <walters@cis.ohio-state.edu>
4037         * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
4038         diff mode, if available.
4040 2001-01-19  Michael Kifer  <kifer@cs.sunysb.edu>
4042         * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
4044         * ediff-init.el (subst-char-in-string): Define and use it, unless
4045         it's already defined.
4047 2001-01-18  Gerd Moellmann  <gerd@gnu.org>
4049         * tooltip.el (tooltip-hide-delay): New user-option.
4050         (tooltip-show): Use tooltip-hide-delay instead of the default.
4052 2001-01-18  Kenichi Handa  <handa@etl.go.jp>
4054         * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
4055         kill-local-variable doesn't work for enable-multibyte-characters.
4057 2001-01-17  Dave Love  <fx@gnu.org>
4059         * ediff-init.el (ediff-before-setup-hook)
4060         (ediff-merge-filename-prefix): Add :version.
4062         * international/latin1-disp.el: Require disp-table.
4063         (latin1-display): Fix :set.
4065         * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
4067 2001-01-17  Gerd Moellmann  <gerd@gnu.org>
4069         * isearch.el (isearch-lazy-highlight-initial-delay)
4070         (isearch-lazy-highlight-interval): Default to 0.
4072 2001-01-17  Bob Glickstein  <bobg@zanshin.com>
4074         * isearch.el (isearch-highlight): Set isearch-overlay priority to
4075         1 here rather than each time through
4076         isearch-lazy-highlight-new-loop.
4077         (isearch-lazy-highlight-max): Variable deleted.
4078         (isearch-lazy-highlight-max-at-a-time): New user variable, like
4079         isearch-lazy-highlight-max but controls a single invocation of
4080         isearch-lazy-highlight-update.
4081         (isearch-lazy-highlight-wrapped): Variable recreated.
4082         (isearch-lazy-highlight-window-start): New variable.
4083         (isearch-lazy-highlight-cleanup): Restored to behavior of
4084         before 2-Jan.
4085         (isearch-lazy-highlight-remove-overlays): Function deleted;
4086         behavior folded into isearch-lazy-highlight-cleanup.  "Keep"
4087         behavior removed.
4088         (isearch-lazy-highlight-new-loop): Restore old behavior of calling
4089         isearch-lazy-highlight-update in a loop rather than just once.
4090         Test isearch-invalid-regexp here and decide not to start a new
4091         loop, rather than testing it each time through
4092         isearch-lazy-highlight-update.
4093         (isearch-lazy-highlight-search): Function restored.
4094         (isearch-lazy-highlight-update): Get called in a timer loop again,
4095         but this time highlight more than one match each time through.
4096         Only highlight matches in the visible part of the window.
4097         Start at point, move in the direction of the search, and wrap around at
4098         the edge of the window.  Use sit-for to force redisplay and ensure
4099         window-start is credible.  "Face suppressing" behavior removed;
4100         overlay priorities should make it unnecessary, right?
4101         (isearch-highlight): Face suppressing behavior removed.
4102         (isearch-dehighlight): Face suppressing behavior removed.
4103         (isearch-set-lazy-highlight-faces-at): Removed.
4105 2001-01-17  Kenichi Handa  <handa@etl.go.jp>
4107         * language/european.el ("Latin-1"): Make the format of description
4108         about additional language environments same as that of Latin-2.
4110 2001-01-16  Dave Love  <fx@gnu.org>
4112         * isearch.el (isearch-lazy-highlight): Add :version.
4114         * simple.el (backward-delete-char-untabify-method)
4115         (next-line-add-newlines): Add :version.
4117 2001-01-16  Gerd Moellmann  <gerd@gnu.org>
4119         * bindings.el: Bind <backspace> and <delete> via function-key-map.
4120         Don't bind <delete> otherwise.
4122         * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
4123         and <delete> via function-key-map.
4125         * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
4126         Subject line only if point is after the `Subject:'.
4128 2001-01-16  Kenichi Handa  <handa@etl.go.jp>
4130         * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
4131         japanese-jisx0213-2 in `charset' property of this lang. env.
4133         * language/european.el ("Latin-1"): Add description for Dutch and
4134         Spanish lang. env.
4136         * international/mule.el (decode-char): Fix conditions.
4137         (encode-char): Handle eight-bit-control too.
4138         (transform-make-coding-system-args): New function.
4139         (make-coding-system): Accept XEmacs style arguments for CCL base
4140         coding system.
4142 2001-01-15  Gerd Moellmann  <gerd@gnu.org>
4144         * progmodes/etags.el (find-tag-noselect): Save the value of
4145         tags-file-name before switching buffers, for the case it has a
4146         buffer-local value.
4148 2001-01-15  Alex Schroeder  <alex@gnu.org>
4150         * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
4151         From Dave Love <fx@gnu.org>.
4152         (ansi-color-for-comint-mode): Fix :version.
4154 2001-01-15  Alex Schroeder  <alex@gnu.org>
4156         * ansi-color.el (ansi-color-unfontify-region): Doc change.
4158 2001-01-14  Eli Zaretskii  <eliz@is.elta.co.il>
4160         * dired.el (dired-insert-directory): If file-system-info fails,
4161         remove the " free " part, but don't signal an error.
4163 2001-01-12  Sam Steingold  <sds@gnu.org>
4165         * bookmark.el (bookmark-maybe-historicize-string):
4166         Use new backquote syntax.
4168 2001-01-12  Richard M. Stallman  <rms@gnu.org>
4170         * subr.el (last): Handle a list that doesn't end in nil.
4172 2001-01-12  Sam Steingold  <sds@gnu.org>
4174         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
4175         to `backward-delete-char-untabify'.
4177 2001-01-12  Dave Love  <fx@gnu.org>
4179         * cus-edit.el (customize-menu-create): Fix the :filter following
4180         easymenu change.
4182         * wid-edit.el (function): Add :match-alternatives.
4183         (widget-color-action): Doc fix.
4185 2001-01-12  Gerd Moellmann  <gerd@gnu.org>
4187         * calendar/calendar.el (calendar-basic-setup): Doc fix.
4189 2001-01-12  Kenichi Handa  <handa@etl.go.jp>
4191         * international/mule-cmds.el (prefer-coding-system): Fix docstring.
4193         * international/ccl.el (define-ccl-program): Fix docstring.
4195 2001-01-11  Dave Love  <fx@gnu.org>
4197         * international/mule-cmds.el (standard-display-european-internal):
4198         Set display table for 2208 as for 160.
4200         * progmodes/ada-mode.el (ada-popup-key): Fix last change.
4202         * progmodes/fortran.el (fortran-mode-map): Modify Customization
4203         entry for custom-menu-create change.
4204         (fortran-strip-sqeuence-nos): Make arg optional.  Fix regexp and
4205         don't cons it in the search loop.
4207         * imenu.el (imenu--truncate-items): Revert last change.
4209 2001-01-11  Eli Zaretskii  <eliz@is.elta.co.il>
4211         * info.el (Info-setup-header-line): If the node header includes
4212         either Next: or Prev: links, don't show the File: and Node: parts
4213         in the header line.
4215 2001-01-11  Gerd Moellmann  <gerd@gnu.org>
4217         * comint.el (comint-goto-process-mark): Don't print a message
4218         when running in batch mode.
4220         * isearch.el (isearch-search): In the condition-case handler for
4221         `error', set isearch-invalid-regexp to the whole error message.
4223         * subr.el (eval-after-load): Call load-symbol-file-load-history to
4224         ensure that eval-after-load works for files dumped with Emacs.
4226         * help.el (load-symbol-file-load-history): New function extracted
4227         from function symbol-file.
4228         (symbol-file): Use it.
4230         * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
4232 2001-01-11  Eli Zaretskii  <eliz@is.elta.co.il>
4234         * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
4235         behave as if there were no prefix argument.
4236         (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
4237         argument were nil.
4239 2001-01-11  Richard M. Stallman  <rms@gnu.org>
4241         * isearch.el (isearch-lazy-highlight-update):
4242         Don't look for more potential matches once maximum is exceeded.
4243         Use overlays-in to check correctly for overlap with current match.
4244         Ignore empty matches.
4246 2001-01-11  Miles Bader  <miles@gnu.org>
4248         * textmodes/ispell.el (ispell-adjusted-window-height): New function.
4249         (ispell-overlay-window, ispell-help, ispell-show-choices)
4250         (ispell-command-loop): Use it instead of `window-height'.
4252 2001-01-10  Gerd Moellmann  <gerd@gnu.org>
4254         * files.el (confirm-kill-emacs): New user-option.
4255         (save-buffers-kill-emacs): Ask for final confirmation before
4256         killing Emacs.
4258         * isearch.el (isearch-done): Set isearch-lazy-highlight-start
4259         to nil.
4261 2001-01-10  Dave Love  <fx@gnu.org>
4263         * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
4265         * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
4267         * hi-lock.el (hi-lock-exclude-modes): Fix :type.
4269         * calculator.el (calculator-number-digits): Fix :type.
4271         * vc-cvs.el (vc-cvs-header): Fix :type.
4272         * vc-rcs.el (vc-rcs-header): Fix :type.
4273         * vc-sccs.el (vc-sccs-header): Fix :type.
4275         * progmodes/ada-mode.el (ada-popup-key): Fix :type.
4277         * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
4279         * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
4281 2001-01-10  Gerd Moellmann  <gerd@gnu.org>
4283         * simple.el (set-variable): Force a thorough redisplay for the
4284         case that the variable has an effect on the display, like
4285         `tab-width' has.
4287 2001-01-10  Andre Spiegel  <spiegel@gnu.org>
4289         * vc.el: Add documentation for backend interface.
4291 2001-01-10  Kenichi Handa  <handa@etl.go.jp>
4293         * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
4295         * international/mule-conf.el (latin-extra-code-table): Set to t
4296         for \223 and \224.
4298 2001-01-09  Kenichi Handa  <handa@etl.go.jp>
4300         * international/mule-cmds.el (locale-language-names): Map "es" to
4301         "Spanish" and "nl" to "Dutch".
4303 2001-01-09  Gerd Moellmann  <gerd@gnu.org>
4305         * bindings.el (global-map): Bind <home> to beginning-of-line,
4306         <end> to end-of-line, C-<home> to beginning-of-buffer, and
4307         C-<end> to end-of-buffer.
4309         * language/european.el: Add Dutch and Spanish language info
4310         to be able to use the appropriate tutorials.
4312 2001-01-09  Alex Schroeder  <alex@gnu.org>
4314         * ansi-color.el (ansi-color-process-output): Use markers instead
4315         of positions for start and end of region.
4316         (ansi-color-apply-on-region): Rewrote code to make it more robust.
4317         Previously, occasional mistakes happend when fontifying many
4318         chunks of output (eg. ls --color=yes /dev).  This happened
4319         whenever an overlay was created up to the end of the region, which
4320         coincided with the process-mark.  New text would then be added
4321         within that overlay instead of after it.
4322         (ansi-color-make-extent): Overlays are created with the property
4323         `modification-hooks' set to '(ansi-color-freeze-overlay).
4324         (ansi-color-freeze-overlay): New function.  When inserting text at
4325         the end of the overlay, the overlay will resize.
4327 2000-01-09  Alex Schroeder  <alex@gnu.org>
4329         * ansi-color.el (ansi-color-process-output): Doc change.
4330         (ansi-color-unfontify-region): Doc change.  No longer installed
4331         automatically in font-lock-unfontify-region-function.
4332         (ansi-color-apply): Doc change.
4333         (ansi-color-apply-on-region): Use extents or overlays instead of
4334         text-properties.
4335         (ansi-color-make-extent): New function.
4336         (ansi-color-set-extent-face): New function.
4338 2000-01-09  Alex Schroeder  <alex@gnu.org>
4340         * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
4341         both use ansi-color-process-output, now.
4342         (ansi-color-process-output): Doesn't return string anymore.  It is
4343         installed in comint-output-filter-functions for both Emacs and
4344         XEmacs, now.
4345         (ansi-color-unfontify-region): Simplified code removing variables
4346         pos and start-ansi.
4347         (ansi-color-apply): Put text-property ansi-color before putting
4348         text-property face because ansi-color-unfontify-region is called
4349         immediately after the call to put-text-property.
4350         (ansi-color-context-region): Doc change.
4351         (ansi-color-filter-region): Simplified code.
4352         (ansi-color-apply-on-region): Changed start to start-marker, using
4353         a marker explicitly.  Put text-property ansi-color before putting
4354         text-property face because ansi-color-unfontify-region is called
4355         immediately after the call to put-text-property.
4357 2000-01-09  Alex Schroeder  <alex@gnu.org>
4359         * ansi-color.el (ansi-color-faces-vector): Doc change.
4360         (ansi-color-for-comint-mode): Changed :type property to choice.
4361         (ansi-color-last-context): Removed.
4362         (ansi-color-process-output): Don't use ansi-color-last-context, as
4363         the main functions will store their context now.
4364         (ansi-color-context): Doc change.
4365         (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
4366         Uses ansi-color-context such that repeated calls will strip
4367         partial escape sequences, too.
4368         (ansi-color-apply): Simplified code.  Colorize end of string if
4369         face is not null.  Store context in new (FACE STRING) format, such
4370         that repeated calls will strip partial escape sequences, too.
4371         Append faces to face property using ansi-color-apply-sequence such
4372         that cumulative mode actually works.
4373         (ansi-color-context-region): New variable.
4374         (ansi-color-filter-region): Rewrote it based on
4375         ansi-color-apply-on-region.  Uses ansi-color-context-region such
4376         that repeated calls will strip partial escape sequences, too.
4377         (ansi-color-apply-on-region): Simplified code.  Colorize end of
4378         region if face is not null.  Store context in new (FACE POS)
4379         format, such that repeated calls will strip partial escape
4380         sequences, too.  Append faces to face property using
4381         ansi-color-apply-sequence such that cumulative mode actually works.
4382         (ansi-color-apply-sequence): New function.
4383         (ansi-color-get-face): When the default face is added to the list
4384         of faces, all previous settings are discarded and the list of
4385         faces is set to '(default).
4387 2000-01-09  Alex Schroeder  <alex@gnu.org>
4389         * ansi-color.el (ansi-color-faces-vector): Use nil for the default
4390         face, such that ansi-color-apply and ansi-color-apply-on-region
4391         will do the right thing.
4392         (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
4393         returns nil, set the list of faces back to nil instead of
4394         appending the result of ansi-color-get-face to the front of the list.
4396 2000-01-09  Alex Schroeder  <alex@gnu.org>
4398         * ansi-color.el (ansi-color-for-comint-mode): Doc change.
4399         (ansi-color-process): Doc change.
4400         (ansi-color-last-context): New buffer-local variable.
4401         (ansi-color-process-output): New function.  It is automatically
4402         added to comint-output-filter-functions if this is XEmacs.
4403         (ansi-color-unfontify-region): New optional parameter for XEmacs
4404         compatibility.  Check wether font-lock-syntactic-keywords is
4405         boundp before removing the syntax table text property, as XEmacs
4406         doesn't have it.
4407         (ansi-color-filter-region): Doc change.
4408         (ansi-color-apply-on-region): Doc change.
4409         (ansi-color-make-face): New function.  Compatibility layer for
4410         XEmacs.  Return temporary faces instead of cons cells for XEmacs.
4411         (ansi-color-make-color-map): Use ansi-color-make-face.
4412         (ansi-color-get-face): Avoid face text property '(nil) as results
4413         in an errow for XEmacs.
4415 2000-01-09  Alex Schroeder  <alex@gnu.org>
4417         * ansi-color.el (ansi-color-unfontify-region): New function.
4418         Uses text-property ansi-color in order to preserve fontification by
4419         ansi-color.  When the package is loaded, a lambda expression is
4420         put onto font-lock-mode-hook.  This lambda expression will check
4421         font-lock-unfontify-region-function and replace
4422         font-lock-default-unfontify-region with ansi-color-unfontify-region.
4423         (ansi-color-apply): Add text-property ansi-color in addition to
4424         text-property face.
4425         (ansi-color-apply-on-region): Add text-property ansi-color in
4426         addition to text-property face.
4427         (save-buffer-state): Copy of the macro that is also used by
4428         lazy-lock and font-lock.
4430         (ansi-color-for-comint-mode): New option.
4431         (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
4432         (ansi-color-for-comint-mode-off): Ditto.
4433         (ansi-color-for-comint-mode-filter): Ditto.
4434         (ansi-color-process): New function.  Uses ansi-color-for-comint-mode to
4435         decide what to do.  This function is added to
4436         comint-preoutput-filter-functions when the package is loaded.
4438         (ansi-color-for-shell-mode-set): Removed.
4439         (ansi-color-for-shell-mode): Removed.
4441 2000-01-09  Alex Schroeder  <alex@gnu.org>
4443         * ansi-color.el (ansi-color-for-shell-mode-set): New function with
4444         the lambda expression from the ansi-color-for-shell-mode :set
4445         property.  Additionally, modify shell-mode-hook to enable or
4446         disable font-lock-mode for future shell buffers.
4447         (ansi-color-for-shell-mode): The :set property calls
4448         ansi-color-for-shell-mode-set instead of a lambda expression.
4450 2000-01-09  Alex Schroeder  <alex@gnu.org>
4452         * ansi-color.el (ansi-color-for-shell-mode): Doc change.
4453         (ansi-color-context): New variable.
4454         (ansi-color-apply): Save context between calls.
4456 2001-01-09  Eli Zaretskii  <eliz@is.elta.co.il>
4458         * isearch.el (isearch, isearch-lazy-highlight-face):
4459         New definitions for face colors and attributes.
4461         * wid-edit.el (widget-choose): Call display-popup-menus-p instead
4462         of display-mouse-p.
4464 2001-01-09  Kenichi Handa  <handa@etl.go.jp>
4466         * international/mule.el (make-coding-system): If the coding system
4467         accepts extra latin codes, register such codes as safe for the
4468         coding system.
4470 2001-01-08  Richard M. Stallman  <rms@gnu.org>
4472         * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
4473         don't mention the file name or the date here, because they are
4474         logged at the start of the file.
4476 2001-01-08  Richard M. Stallman  <rms@gnu.org>
4478         * mouse-drag.el (mouse-drag-should-do-col-scrolling):
4479         Change screen-width to frame-width.
4481 2001-01-08  Eli Zaretskii  <eliz@is.elta.co.il>
4483         * info.el (Info-search): Print the default as part of the prompt.
4485 2001-01-08  Andre Spiegel  <spiegel@gnu.org>
4487         * vc.el (vc-default-latest-on-branch-p): New function, replaces
4488         constant implementations in backends.
4490         * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
4491         (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
4493         * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
4494         WRITABLE to EDITABLE.
4496         * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
4497         (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
4498         to EDITABLE.
4500 2001-01-08  Eli Zaretskii  <eliz@is.elta.co.il>
4502         * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
4503         (copyright, copyright-update): Compute the current year at run time.
4505 2001-01-08  Gerd Moellmann  <gerd@gnu.org>
4507         * isearch.el (isearch-old-signal-hook): Removed.
4508         (isearch-mode): Add isearch-done to kbd-macro-termination-hook
4509         instead of setting signal-hook-function.
4510         (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
4512 2001-01-08  Kevin Gallagher  <kevingal@onramp.net>
4514         * emulation/edt.el: Update to version 4.0.  Provide support for
4515         EDT scroll margins at top and bottom of the window.  Provide an
4516         emulation of the EDT SUBS command (bound to GOLD-Enter, by
4517         default).  Enhance edt-quit, bound to GOLD-q by default, to warn
4518         user when file-related buffer modifications exist.
4519         Provide support for running EDT Emulation in XEmacs.
4520         Provide customize access to some user updatable variables.
4521         Add Commentary section to file header.
4522         Fixed a few minor bugs and cleaned up some code.
4524         * emulation/edt-mapper.el: Update to version 4.0.  Provide support
4525         for detecting a keypress that generates an ASCII key sequence.
4526         (Previously, only a keypress that generates a vector was
4527         recognized.)  Embed Window Manager name into name of the generated
4528         EDT Emulation initialization file since the initialization file is
4529         Window Manager specific.  Add Commentary section to file header.
4531 2001-01-07  Eli Zaretskii  <eliz@is.elta.co.il>
4533         * mail/sendmail.el (mail-mode): Doc fix.
4535         * info.el (Info-goto-emacs-command-node): Doc fix.
4536         (Info-goto-emacs-key-command-node): Doc fix.
4538 2001-01-06  Eli Zaretskii  <eliz@is.elta.co.il>
4540         * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
4541         systems without long file-name support.
4543 2001-01-06  Andrew Innes  <andrewi@gnu.org>
4545         * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
4547 2001-01-06  Eli Zaretskii  <eliz@is.elta.co.il>
4549         * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
4550         (isearch-lazy-highlight-update): Doc fix.
4552         * ffap.el (ffap-bindings): Doc fix.
4554         * dired-x.el (dired-virtual-guess-dir): Doc fix.
4556 2001-01-05  Dave Love  <fx@gnu.org>
4558         * emacs-lisp/cl-seq.el (remove, remq): Remove.
4560 2001-01-05  Gerd Moellmann  <gerd@gnu.org>
4562         * mouse-drag.el (mouse-drag-safe-scroll):
4563         Bind scroll-preserve-screen-position to nil.
4565         * isearch.el (isearch-old-signal-hook): New variable.
4566         (isearch-mode): Set signal-hook-function to isearch-done.
4567         (isearch-done): Restore old signal-hook-function.
4569         * info.el (Info-fontify-node): Mark one more char as intangible.
4571 2000-01-05  Kenichi Handa  <handa@etl.go.jp>
4573         * composite.el (compose-last-chars): New argument COMPONENTS.
4574         If it is non-nil, compose preceding characters by compose-region with
4575         COMPONENTS.
4577         * international/quail.el (quail-input-string-to-events): New function.
4578         (quail-input-method): Convert input string to events here.
4579         (quail-start-translation): Return input string, not event list.
4580         (quail-start-conversion): Likewise.
4582 2001-01-04  Gerd Moellmann  <gerd@gnu.org>
4584         * tooltip.el (tooltip-cancel-delayed-tip)
4585         (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
4586         and tooltip-add-timeout.
4587         (tooltip-show): Set border color from faces's foreground.
4588         (tooltip-show-help-function): If called with the same help string
4589         as last time, do nothing.
4590         (tooltip-help-tips): Don't set tooltip-help-message to nil.
4592         * startup.el (fancy-splash-screens): Don't bind show-help-function
4593         to nil.
4595         * tooltip.el (tooltip-frame-parameters): Remove colors.
4596         (tooltip): New face
4597         (tooltip-set-param): New function.
4598         (tooltip-show): Set up color frame parameters from face `tooltip'.
4599         Display the tooltip text in face `tooltip'.
4601 2001-01-04  Dave Love  <fx@gnu.org>
4603         * whitespace.el (whitespace-global-mode): Fix typo.
4605         * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
4607 2001-01-04  Eli Zaretskii  <eliz@is.elta.co.il>
4609         * help.el (help-for-help): Fix a typo in a doc string.
4610         From kwzh@gnu.org (Karl Heuer).
4612 2001-01-03  Dave Love  <fx@gnu.org>
4614         * dired-x.el: Doc fixes.  Maintainer change.
4615         (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
4616         (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
4617         (dired-guess-shell-alist-user): Customize.
4618         (dired-x-help-address): Set to bug-gnu-emacs.
4619         (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
4620         (dired-default-directory): Renamed from default-directory.
4622         * hl-line.el (hl-line): Doc fix.
4624 2001-01-03  Karl Fogel  <kfogel@red-bean.com>
4626         * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
4628 2001-01-02  Richard M. Stallman  <rms@gnu.org>
4630         * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
4631         to remove all the current alternative-match highlighting.
4632         If nil, remove only what's outside the current window.
4633         (isearch-lazy-highlight-remove-overlays): Take optional
4634         region within which NOT to remove them.
4635         (isearch-lazy-highlight-new-loop): Greatly simplified.
4636         (isearch-lazy-highlight-update): Find all the other occurrences
4637         visible in the window, in just one call.
4638         (isearch-lazy-highlight-start): Now holds start of region to scan.
4639         (isearch-lazy-highlight-end): Now holds end of region to scan.
4640         (isearch-lazy-highlight-wrapped): Variable deleted.
4641         (isearch-lazy-highlight-search): Function deleted.
4643 2000-01-02  Andrew Innes  <andrewi@gnu.org>
4645         * w32-fns.el (convert-standard-filename): Do length check on name
4646         before aref.
4648 2001-01-02  Dave Love  <fx@gnu.org>
4650         * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
4651         value.
4652         (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
4654         * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
4656         * net/browse-url.el (browse-url-filename-alist): Avoid backquote
4657         read syntax.
4659         * calendar/todo-mode.el (todo): Add :link, :version.
4660         (todo-save-top-priorities): Remove autoload cookie.
4661         (todo-add-category, todo-add-item-non-interactively)
4662         (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
4664 2001-01-02  Gerd Moellmann  <gerd@gnu.org>
4666         * comint.el (comint-input-history-ignore): New variable.
4667         (comint-read-input-ring): Ignore entries matching
4668         comint-input-history-ignore.
4670 2001-01-02  Eric M. Ludlam  <zappo@gnu.org>
4672         * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
4673         (lm-copyright-mark): New function.
4674         (lm-crack-copyright): New function.
4675         (lm-verify): Check that the file has a copyright.
4676         Check that the file is copyright Free Software Foundation.
4678 2000-12-30  Kenichi Handa  <handa@etl.go.jp>
4680         * international/mule-diag.el (print-fontset): Indent font name by
4681         24 columns, not 25.
4683 2000-12-29  Gerd Moellmann  <gerd@gnu.org>
4685         * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
4686         in Subject line.
4688         * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
4689         Use mail-mode-hook instead of mail-setup-hook.
4690         Otherwise continuing an interrupted message with C-u C-x m for
4691         instance, winds up in Mail mode without abbrevs.
4693 2000-12-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
4695         * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
4696         non-nil.  Adding almost all customization variables on ps-setup.
4697         Doc fix.
4698         (ps-print-version): New version number (6.3.3).
4699         (ps-end-with-control-d): Initialization fix.
4700         (ps-lines-printed): New var.
4701         (ps-skip-newline): New fun.
4702         (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
4703         (ps-next-line, ps-continue-line, ps-plot-region)
4704         (ps-generate-postscript-with-faces, ps-end-job): Code fix.
4706 2000-12-29  Kenichi Handa  <handa@etl.go.jp>
4708         * international/fontset.el (x-complement-fontset-spec):
4709         Resolve ASCII font name so that the same family name is used for fonts
4710         registered in x-font-name-charset-alist.
4711         (create-fontset-from-fontset-spec): Adjusted for the above change.
4712         The name of fontset alias should be a unresolved ASCII font name.
4714 2000-12-28  Gerd Moellmann  <gerd@gnu.org>
4716         * simple.el (delete-key-deletes-forward-mode): Bind backspace
4717         and delete in isearch-mode-map.
4719 2000-12-28  Richard M. Stallman  <rms@gnu.org>
4721         * dired-x.el (dired-guess-shell-alist-default):
4722         Use xpdf instead of acroread.
4724 2000-12-28  Kenichi Handa  <handa@etl.go.jp>
4726         * textmodes/artist.el (artist-butlast): Deleted.
4727         (artist-ellipse-mirror-quadrant): Use butlast instead of
4728         artist-butlast.
4730         * subr.el (butlast, nbutlast): Moved from cl.el to here.
4732         * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
4734 2000-12-27  Eli Zaretskii  <eliz@is.elta.co.il>
4736         From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
4738         * ls-lisp.el: Better support for the Mac and MS-Windows.
4739         (ls-lisp): New defgroup.
4740         (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
4741         (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
4742         (ls-lisp-support-shell-wildcards): New defcustoms.
4743         (ls-lisp-parse-symlink): New function.
4744         (insert-directory): Code to convert switches to a list and set up
4745         the wildcard argument copied from ls-lisp-insert-directory.
4746         (ls-lisp-insert-directory): New argument TIME-INDEX.  Add support
4747         for -C and -R switches.
4748         (ls-lisp-column-format): New function.
4749         (ls-lisp-delete-matching, ls-lisp-handle-switches)
4750         (ls-lisp-format-time): Add doc strings.
4751         (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
4752         Support ls-lisp-dirs-first.
4753         (ls-lisp-classify, ls-lisp-extension): New functions.
4754         (ls-lisp-format): Optionally support emulation of symlinks.
4755         Support -i, -s, and -G switches.
4757 2000-12-27  Gerd Moellmann  <gerd@gnu.org>
4759         * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
4761         * version.el (emacs-version): Print X scroll bar information.
4763         * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
4764         instead of x-toolkit-scroll-bars-p.
4766         * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
4767         of x-toolkit-scroll-bars-p.
4769 2000-12-27  Eli Zaretskii  <eliz@is.elta.co.il>
4771         * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
4772         (ffap-bindings): Doc fix, to reflect the above change.
4774 2000-12-27  Kenichi Handa  <handa@etl.go.jp>
4776         * term.el (term-char-mode): Define all non-ascii self-inserting
4777         characters to 'term-send-raw in term-raw-map.
4779 2000-12-25  Michael Kifer  <kifer@cs.sunysb.edu>
4781         * viper-init (viper-restore-cursor-type): Added condition-case guard.
4783         * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
4784         Changed initialization; use add-hook.
4785         (ediff-file-remote-p): Use file-local-copy.
4787         * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
4789         * ediff.el (ediff-patch-buffer): Bug fix.
4790         (ediff-revision): Allow selection of the file at the prompt.
4792 2000-12-23  Stefan Monnier  <monnier@cs.yale.edu>
4794         * subr.el (combine-run-hooks): Remove.
4796         * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
4797         and remove the rogue second spec.
4799 2000-12-23  Gerd Moellmann  <gerd@gnu.org>
4801         * progmodes/compile.el (compilation-forget-errors): Fix indentation.
4803 2000-12-22  Stefan Monnier  <monnier@cs.yale.edu>
4805         * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
4806         Use minibuffer menu prompt for the `=' prefix.
4807         (smerge-command-prefix): Change default to C-^.
4808         (smerge-mode): Don't assume font-lock doesn't move point.
4810         * skeleton.el (skeleton-internal-1): Make sure the first line of
4811         the region is also re-indented.
4812         (skeleton-end-newline): New var.
4813         (skeleton-end-hook): Use it.
4815 2000-12-22  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
4817         * comint.el (comint-password-prompt-regexp): Support CVS.
4819 2000-12-22  Gerd Moellmann  <gerd@gnu.org>
4821         * simple.el (delete-key-deletes-forward-mode): Simplify.
4822         Also backspace key combinations, depending on
4823         delete-key-deletes-forward.
4825         * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
4827         * simple.el (delete-key-deletes-forward): Doc fix.
4829 2000-08-22  Emmanuel Briot  <briot@gnat.com>
4831         * xml.el (top level comment): Updated to reflect the fact that
4832         white spaces are relevant in the XML file.
4833         (xml-parse-file): Do not kill an existing Emacs buffer if the file
4834         to parse was already edited. This allows for on-the-fly analysis
4835         of XML files.
4836         (xml-parse-tag): Check that the casing is the same in the start
4837         tag and end tag, since XML is case-sensitive.  Allows for spaces
4838         in the end tag, after the name of the tag.
4839         (xml-parse-attlist): Allow for the character '-' in the name of
4840         attributes, as in the standard http-equiv attribute Do not save
4841         the properties in the XML tree, since they are not relevant.
4843 2000-12-21  Stefan Monnier  <monnier@cs.yale.edu>
4845         * generic.el (generic-read-type): Undo last change, inline into
4846         `generic-mode' and then remove.
4847         (generic-mode): Inline generic-read-type.
4848         (define-generic-mode): Push the symbol name rather than the symbol
4849         onto generic-mode-list.
4851 2000-12-21  Gerd Moellmann  <gerd@gnu.org>
4853         * generic.el (generic-read-type): Build an alist for
4854         completing-read as in 20.7.
4856         * play/landmark.el (lm): Use interactive spec `P'.
4857         (toplevel): Don't set debug-on-error.
4859         * server.el (server-switch-buffer): Choose a window on a visible frame.
4861 2000-12-21  Dave Pearson  <davep@davep.org>
4863         * quickurl.el: Commentry change, I've moved my web site.
4865 2000-12-21  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
4867         * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
4868         ranges like \177-\237, but accepts the character sequence from \177 to
4869         \237.  Doc fix.
4870         (ebnf-version): New version (3.4).
4871         (ebnf-setup): Code fix.
4872         (ebnf-range-regexp): New fun.
4873         (ebnf-8-bit-chars): Const fix.
4875         * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
4876         entry.  Doc fix.
4877         (ebnf-bnf-lex): Code fix.
4878         (ebnf-bnf-comment-chars): Const fix.
4880         * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
4881         entry.  Doc fix.
4882         (ebnf-iso-comment-chars): Const fix.
4884         * ebnf-otz.el: Doc fix.
4886         * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
4887         entry.  Doc fix.
4888         (ebnf-yac-skip-code): Code fix.
4889         (ebnf-yac-comment-chars): Const fix.
4891 2000-12-21  Eli Zaretskii  <eliz@is.elta.co.il>
4893         * files.el (insert-directory-safely): New function.
4894         (recover-file): Use it instead of insert-directory.
4895         From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
4897 2000-12-21  Kenichi Handa  <handa@etl.go.jp>
4899         * international/mule-cmds.el (select-safe-coding-system):
4900         Check coding-category-list more rigidly.  Improve help message.
4902         * dired.el (dired-move-to-filename-regexp): Fix previous change.
4904 2000-12-21  Miles Bader  <miles@gnu.org>
4906         * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
4908 2000-12-21  Kenichi Handa  <handa@etl.go.jp>
4910         * international/mule-diag.el (describe-char-after): Make *Help*
4911         buffer inherit multibyteness of the current buffer.
4913         * international/mule.el (make-char): Docstring adjusted for the
4914         change of make-char-internal.
4916 2000-12-20  Stefan Monnier  <monnier@cs.yale.edu>
4918         * international/iso-cvt.el: Docstrings fix.
4920 2000-12-20  Dave Love  <fx@gnu.org>
4922         * subr.el (eval-after-load): Doc fix.
4924 2000-12-20  Kenichi Handa  <handa@etl.go.jp>
4926         * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
4927         for numbers.
4929 2000-12-20  Miles Bader  <miles@gnu.org>
4931         * international/quail.el (quail-help): Resize the help window
4932         again after it has all its contents.  Remove unneeded progn.
4934 2000-12-19  Gerd Moellmann  <gerd@gnu.org>
4936         * pcmpl-linux.el: Fix copy/paste error.
4938 2000-12-19  Andrew Innes  <andrewi@gnu.org>
4940         * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
4942 2000-12-19  Carsten Dominik  <dominik@strw.leidenuniv.nl>
4944         * progmodes/idlw-rinfo.el: Fixed copyright notice.
4946         * progmodes/idlw-toolbar.el: Fixed copyright notice.
4948         * progmodes/idlw-shell.el: Fixed copyright notice.
4950         * progmodes/idlwave.el: Fixed copyright notice.
4952         * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
4953         TAB as key separators.
4955 2000-12-19  Alex Schroeder  <alex@gnu.org>
4957         * sql.el (sql-sybase-options): New option.
4958         (sql-sybase): Use it.  Add sql-database to the list of parameters
4959         provided for login.  The options -w 2048 -n are not used any more.
4960         (sql-postgres-options): Changed default from "--pset" to "-P".
4961         (sql-mysql-options): Doc change.
4962         (sql-stop): Doc change.
4964 2000-12-19  Kenichi Handa  <handa@etl.go.jp>
4966         * international/quail.el (quail-input-method): Always hide
4967         the guidance buffer on exiting.
4969 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
4971         * tooltip.el (tooltip-mode): Signal an error if x-show-tip
4972         isn't fboundp.
4974         * server.el (server-buffer-done): Bury the buffer before
4975         killing it.
4977         * faces.el (face-spec-set): Interpret a nil in specs for
4978         foreground and background colors as `unspecified', for
4979         compatibility with 20.x.
4981 2000-12-18  Dave Love  <fx@gnu.org>
4983         * simple.el (mail-user-agent): Doc fix.
4984         (input-mode-8-bit): Removed.
4986         * international/mule.el (set-keyboard-coding-system): Doc fix.
4987         (keyboard-coding-system): New option.
4989         * mail/sendmail.el (send-mail-function): Customize.
4991 2000-12-18  Eli Zaretskii  <eliz@is.elta.co.il>
4993         * international/codepage.el (cp866-decode-table): New table.
4995 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
4997         * version.el (emacs-version): Remove `%a' from the time format
4998         because the weekday doesn't fit well into each locale.
5000 2000-12-18  Miles Bader  <miles@gnu.org>
5002         * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
5004         * textmodes/artist.el (artist-replace-chars, artist-replace-char):
5005         Check that emacs-major-version is `=' to 20, not `>='.
5006         (artist-replace-chars): Use `make-string' instead of a loop.
5008 2000-12-17  Stefan Monnier  <monnier@cs.yale.edu>
5010         * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
5011         (cvs-execute-single-file): Don't change directory.
5012         Patch from Per Cederqvist.
5014 2000-12-16  Eli Zaretskii  <eliz@is.elta.co.il>
5016         * textmodes/ispell.el (check-ispell-version):
5017         If `ispell-program-name' is "aspell", pass it the -v switch instead
5018         of -vv.
5020 2000-12-16  Kenichi Handa  <handa@etl.go.jp>
5022         * international/mule-diag.el (mule-diag): Insert information about
5023         configure options, multibyte awareness, language env.
5025         * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
5026         regexp to search for candidates.
5028 2000-12-15  Eli Zaretskii  <eliz@is.elta.co.il>
5030         * info.el (Info-forward-node): If the node has an
5031         Info-header-line, widen the buffer before searching for "next:"
5032         and "up:" pointers, and set the search limit to stay in the
5033         current node.
5035 2000-12-16  Miles Bader  <miles@gnu.org>
5037         * simple.el (delete-trailing-whitespace): Remove extraneous let.
5039 2000-12-15  Miles Bader  <miles@gnu.org>
5041         * comint.el (comint-send-string, comint-send-region): Also accept
5042         a buffer, buffer-name, or nil for PROCESS, for compatibility with
5043         process-send-string/region.
5045 2000-12-15  Gerd Moellmann  <gerd@gnu.org>
5047         * isearch.el (isearch-lazy-highlight-max): New user-option.
5048         (isearch-lazy-highlight-update): Don't highlight more than
5049         isearch-lazy-highlight-max matches.
5051         * mail/mh-utils.el (mh-find-path): Set read-mail-command.
5053 2000-12-15  Richard M. Stallman  <rms@gnu.org>
5055         * sort.el (sort-columns): Fix error message.
5057         * dabbrev.el (dabbrev--last-case-pattern): Value is now
5058         `upcase' or `downcase' or nil.
5059         (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
5060         Pass new record-case-pattern arg to dabbrev--substitute-expansion.
5061         (dabbrev--substitute-expansion): New arg record-case-pattern.
5062         If it is non-nil, set dabbrev--last-case-pattern.
5063         If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
5065         * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
5067 2000-12-15  Miles Bader  <miles@gnu.org>
5069         * paths.el (Info-default-directory-list): Don't delete
5070         configure-info-directory from the list of standard info
5071         directories when appending it to the end -- their order is important.
5073         * faces.el (read-face-attribute): If there's no entry for the
5074         user's input in VALID, just use it as-is (this will often result
5075         in an error, but it may be OK for e.g. colors using hexadecimal
5076         notation, and at least will yield a better error message).
5078         * window.el (mode-line-window-height-fudge): Function removed.
5079         (height-affecting-face-attributes, mode-line-window-height-fudge):
5080         Variables removed.
5081         * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
5082         window is really the right size.  Use vertical-motion
5083         rather than forward-line.
5084         (ispell-help): Don't use ispell-mode-line-window-height-fudge.
5085         (ispell-command-loop, ispell-show-choices): Use the variable
5086         ispell-choices-win-default-height, rather than the function.
5087         (ispell-choices-win-default-height): Function removed.
5088         (ispell-mode-line-window-height-fudge): Function removed.
5090 2000-12-14  Stefan Monnier  <monnier@cs.yale.edu>
5092         * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
5094 2000-12-14  Eli Zaretskii  <eliz@is.elta.co.il>
5096         * paths.el (Info-default-directory-list):
5097         If configure-info-directory is not one of the standard directories,
5098         put it first in the list; otherwise put it last.  Doc string
5099         changed accordingly.
5101         * info.el (Info-directory-list): Change doc string to reflect the
5102         change in Info-default-directory-list.
5104         * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
5105         windows-nt as windowed environments, even under -nw.
5107         * startup.el (command-line): Don't call x-backspace-delete-keys-p
5108         if not fboundp.  Switch delete-forward mode for the <delete> key
5109         on all PC platforms, even under -nw.
5111         * term/internal.el ([M-delete]): Remap to M-d.
5113 2000-12-14  Gerd Moellmann  <gerd@gnu.org>
5115         * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
5117 2000-12-14  Eli Zaretskii  <eliz@is.elta.co.il>
5119         * frame.el (show-cursor-in-non-selected-windows): Doc fix.
5121 2000-12-14  Gerd Moellmann  <gerd@gnu.org>
5123         * startup.el (command-line): Call delete-key-deletes-forward-mode,
5124         if appropriate.
5126         * simple.el (delete-key-deletes-forward): New user-option.
5127         (delete-key-deletes-forward-mode): New function.
5129         * bindings.el: Bind `delete' to backward-delete-char.
5131         * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
5132         Test if symbol is bound before getting its value.
5134         * tooltip.el (tooltip-show): If an error is signaled in
5135         x-show-tip, display that error, and display the help in the
5136         echo area.
5138 2000-12-14  Kenichi Handa  <handa@etl.go.jp>
5140         * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
5141         Show "... entries" messages for every 10000 entries, not 10.
5143 2000-12-13  Karl Fogel  <kfogel@red-bean.com>
5145         * bookmark.el: Provide a generic exit hook, as suggested by
5146         Ovidiu Predescu <ovidiu@cup.hp.com>:
5147         (bookmark-exit-hook): New var.
5148         (bookmark-exit-hook-internal): New func, replaces
5149         old raw lambda form in `kill-emacs-hook', and runs new
5150         `bookmark-exit-hooks'.  No longer tests for the bookmark feature,
5151         as logically that feature must have been provided if this function
5152         is running.
5153         Removed ;;;###autoload before the `add-hook' call.
5155 2000-12-13  Stefan Monnier  <monnier@cs.yale.edu>
5157         * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
5158         (easy-menu-current-active-maps): New function.
5159         (easy-menu-get-map): Use it.
5160         Make a proper menu entry when creating a new keymap.
5162 2000-12-13  Kenichi Handa  <handa@etl.go.jp>
5164         * international/characters.el: Fix cases and syntaxes for
5165         mule-unicode-0100-24ff.
5167         * dired.el (dired-move-to-filename-regexp): Fixed for the case
5168         that a Japanese character is not appended after day and year.
5170         * info.el (Info-suffix-list): Change format for a command that
5171         requires arguments.
5172         (info-insert-file-contents): Adjusted for the above change.
5174 2000-12-12  Andreas Schwab  <schwab@suse.de>
5176         * tar-mode.el (tar-extract): Base the name of the subfile buffer
5177         on the name of the tar buffer.  Verify that the existing buffer is
5178         visiting the same subfile.
5180 2000-12-12  Dave Love  <fx@gnu.org>
5182         * subdirs.el: Add obsolete.
5184 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
5186         * mail/rmailsum.el (rmail-summary-expunge)
5187         (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
5188         instead of rmail-confirm-expunge.
5190         * replace.el (perform-replace): Don't use an empty match adjacent
5191         to a non-empty match when computing the next match before the
5192         replacement is performed.
5194 2000-12-12  Milan Zamazal  <pdm@freesoft.cz>
5196         * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
5197         definition (patch by Stefan Monnier).
5198         (glasses-mode): Use jit-lock instead of `after-change-functions'
5199         (patch by Stefan Monnier).
5201 2000-12-12  Miles Bader  <miles@gnu.org>
5203         * info.el (Info-last-preorder): Don't barf on nodes without a prev.
5204         (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
5206 2000-12-12  Andrew Choi  <akochoi@i-cable.com>
5208         * term/mac-win.el: Remove load for ls-lisp.
5210         * loadup.el: Load ls-lisp for system-type `macos'.
5212 2000-12-12  Miles Bader  <miles@gnu.org>
5214         * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
5215         Respect field end too.
5216         (just-one-space): Respect fields as `delete-horizontal-space'.
5217         (newline-and-indent, reindent-then-newline-and-indent):
5218         Use `delete-horizontal-space'.
5220 2000-12-11  Stefan Monnier  <monnier@cs.yale.edu>
5222         * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
5223         (so as to obey the field property in the minibuffer).
5225         * obsolete/c-mode.el: Moved from lisp/progmodes.
5226         * obsolete/auto-show.el: Moved from lisp.
5227         * obsolete/ooutline.el: Moved from lisp/textmodes.
5229 2000-12-11  Carsten Dominik  <dominik@strw.leidenuniv.nl>
5231         * progmodes/idlwave.el: Updated to IDLWAVE version 4.7.  Too many
5232         changes to list them here.
5234         * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
5235         Too many changes to list them here.
5237         * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
5238         Too many changes to list them here.
5240         * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
5242 2000-12-11  Gerd Moellmann  <gerd@gnu.org>
5244         * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
5246         * cus-edit.el (custom-save-variables, custom-save-faces):
5247         Comment fix.
5249         * hscroll.el: Moved to `obsolete' subdir.
5251 2000-12-11  Miles Bader  <miles@gnu.org>
5253         * window.el (window-text-height): Function removed (now in C).
5255 2000-12-10  Stefan Monnier  <monnier@cs.yale.edu>
5257         * log-edit.el (log-edit-parent-buffer): New var.
5258         (log-edit): Set it.  Add BUFFER argument.
5259         (log-edit-done): Use char-before.
5260         Don't bother checking validity of vc-comment-ring.
5261         Only bury the buffer if log-edit popped it up.
5263         * pcvs.el: Update references to CVS-Edit (now Log-Edit).
5264         (cvs-mode-diff-help): Remove.
5265         (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
5266         (cvs-mode-marked): Set up the default for CMD manually.
5268         * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
5269         Remove binding for ? now made unnecessary.
5271 2000-12-10  Carsten Dominik  <dominik@strw.leidenuniv.nl>
5273         * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
5274         (reftex-TeX-master-file): Check for `tex-main-file' early enough.
5276         * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
5277         when master file is not open.
5279 2000-12-09  Stefan Monnier  <monnier@cs.yale.edu>
5281         * progmodes/ada-stmt.el: Update `maintainer'.
5283 2000-12-09  Stephen Gildea  <gildea@alum.mit.edu>
5285         * time-stamp.el (time-stamp-old-format-warn): Reorder custom
5286         choices to match documentation string.
5288 2000-12-09  Miles Bader  <miles@gnu.org>
5290         * minibuf-eldef.el: New file.
5292         * window.el (fit-window-to-buffer): Don't pass last argument to
5293         pos-visible-in-window-p, now that its meaning is inverted.
5295 2000-12-08  Eli Zaretskii  <eliz@is.elta.co.il>
5297         * image.el (create-image): Doc fix; spotted by Per Cederqvist
5298         <ceder@lysator.liu.se>.
5300 2000-12-08  Stefan Monnier  <monnier@cs.yale.edu>
5302         * autoinsert.el (auto-insert-alist): Add missing final \n.
5304         * pcvs-defs.el (cvs-menu): Move.  Make submenu for diff commands.
5305         (cvs-menu-map): Remove.
5306         * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
5307         (cvs-mode-quit): Turn it back into a plain function.
5309         * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
5310         (texinfo-filter): Remove (move to texinfo.el).
5312         * textmodes/texinfo.el: Move the (require 'cl) to the front of the
5313         file where it's more visible.
5314         (texinfo-filter, texinfo-chapter-level-regexp): New variables
5315         moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
5316         (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
5317         (texinfo-inside-macro-p): Only catch `scan-error's.
5318         (texinfo-inside-env-p): Make better use of the match info.
5319         (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
5320         (texinfo-insert-@end): Slight re-organization.
5321         Also remove useless `looking-at' call.
5323 2000-12-08  Andrew Innes  <andrewi@gnu.org>
5325         * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
5326         accessible in -nw mode.
5328         * term/w32-win.el: Remove stuff about selection timeout, which is
5329         irrelevant on Windows.  Move clipboard support to w32-fns.el, so
5330         it is accessible in -nw mode.
5332 2000-12-08  Dave Love  <fx@gnu.org>
5334         * emacs-lisp/lisp-mode.el (lisp-mode):
5335         Set font-lock-keywords-case-fold-search.
5337 2000-12-08  Gerd Moellmann  <gerd@gnu.org>
5339         * textmodes/ispell.el (ispell): Doc fix.
5341 2000-12-08  Kenichi Handa  <handa@etl.go.jp>
5343         * international/quail.el (quail-insert-decode-map): Check the
5344         frame width of a window displaying the current buffer, not that of
5345         the selected frame.
5346         (quail-help): Make sure that the help buffer has window before
5347         inserting text in it.
5349 2000-12-07  Sam Steingold  <sds@gnu.org>
5351         * loadup.el: Load emacs-lisp/backquote instead of autoloading.
5352         Backquote is used in isearch.el, so autoloading saves nothing.
5354 2000-12-07  Eli Zaretskii  <eliz@is.elta.co.il>
5356         * startup.el (normal-top-level-add-subdirs-to-load-path):
5357         Ignore the CVS and RCS subdirectories case-insensitively.
5359         * dired.el (dired-insert-directory): If file-system-info is
5360         fboundp, call it instead of invoking dired-free-space-program.
5362 2000-12-07  Gerd Moellmann  <gerd@gnu.org>
5364         * server.el (server-visit-files): Push files on file-name-history.
5366         * progmodes/cc-langs.el: Update copyright.
5368         * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
5370         * bindings.el (mode-line-mode-menu): Add glasses-mode.
5372         * bindings.el (mode-line-mode-menu): Reverse the order
5373         of define-keys so that the menu appears in alphabetical order.
5375 2000-12-07  Milan Zamazal  <pdm@freesoft.cz>
5377         * progmodes/glasses.el (glasses-mode): Update mode line at the end
5378         of the function.
5380 2000-12-07  Dave Love  <fx@gnu.org>
5382         * jka-compr.el (jka-compr-compression-info-list): Fix :type.
5384         * facemenu.el (facemenu-unlisted-faces): Fix value.
5386 2000-12-07  Stefan Monnier  <monnier@cs.yale.edu>
5388         * font-lock.el (font-lock-default-fontify-region):
5389         Include the terminating \n (off-by-one error).
5390         (font-lock-set-defaults): Use dolist.
5392         * derived.el (define-derived-mode): Don't use combine-run-hooks.
5394 2000-12-07  Kenichi Handa  <handa@etl.go.jp>
5396         * international/mule-cmds.el (describe-language-environment):
5397         Fix for the case that an input method title is not string but a list.
5399         * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
5400         of wrong SIZE record.
5402 2000-12-06  Dave Love  <fx@gnu.org>
5404         * newcomment.el (comment-region, comment-dwim): Doc fix.
5406         * textmodes/texinfo.el: Require tex-mode when compiling.
5407         (texinfo-update-node): Doc fix.
5408         (texinfo-imenu-generic-expression): Add @anchor.
5409         (texinfo-font-lock-keywords): Add @uref.
5410         (texinfo-inside-macro-p): Don't use ignore-errors.
5411         (texinfo-insert-quote): Match more contexts.
5413         * international/mule.el (decode-char, encode-char): Doc fix.
5414         (auto-coding-alist): Customize.
5416         * files.el (load-file): Fix change of 2000-03-12.
5418         * wid-edit.el (widget-text-keymap): Doc fix.
5420 2000-12-06  Andrew Innes  <andrewi@gnu.org>
5422         * makefile.w32-in (lisp): Set to an absolute directory, namely
5423         $(CURDIR).
5425 2000-12-06  Eli Zaretskii  <eliz@is.elta.co.il>
5427         * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
5428         read generated-autoload-file, and set buffer-file-coding-system to
5429         raw-text-unix after reading the file.
5431         * international/mule-conf.el (file-coding-system-alist):
5432         Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
5434 2000-12-06  Gerd Moellmann  <gerd@gnu.org>
5436         * replace.el (occur): Make line-number-width 1 smaller for the
5437         colon following the line number.
5439         * startup.el (fancy-splash-text, command-line-1):
5440         Use `File' for the menu name instead of `Files'.
5442         * tmm.el: Update copyright.
5444         * cus-start.el: Add entry for even-window-heights.
5446 2000-12-06  Miles Bader  <miles@gnu.org>
5448         * faces.el (frame-set-background-mode): Avoid stomping on
5449         locally modified faces.
5451 2000-12-06  Kenichi Handa  <handa@etl.go.jp>
5453         * international/fontset.el: Correct the font registries for
5454         japanese-jisx0213-1 and japanese-jisx0213-2.
5456 2000-12-05  Gerd Moellmann  <gerd@gnu.org>
5458         * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
5460         * iswitchb.el: Update customization commentary.
5462 2000-12-05  Rob Riepel  <riepel@Stanford.EDU>
5464         * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
5465         (tpu-search-highlight): Fixed comparison of overlay end positions.
5466         (tpu-trim-line-ends): Implemented trimming logic locally.
5468         * emulation/tpu-extras.el (tpu-write-file-hook)
5469         (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
5471 2000-12-05  Kenichi Handa  <handa@etl.go.jp>
5473         * language/chinese.el (chinese-iso-8bit): Change mime-charset name
5474         to cn-gb.
5475         (cn-gb, gb2312): New aliases for chinese-iso-8bit.
5477 2000-12-04  Dave Love  <fx@gnu.org>
5479         * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
5481 2000-12-04  Gerd Moellmann  <gerd@gnu.org>
5483         * mail/rmailsum.el (rmail-summary-expunge)
5484         (rmail-summary-expunge-and-save): Ask for confirmation with
5485         rmail-expunge-confirmed.
5487         * mail/rmail.el (rmail-expunge-confirmed): New function.
5488         (rmail-expunge): Use it.
5490 2000-12-04  Philippe Waroquiers  <wao@gull.tact.cfmu.eurocontrol.be>
5492         * progmodes/etags.el (tag-partial-file-name-match-p): New function.
5493         (etags-recognize-tags-table, find-tag-in-order):
5494         New functionality: interpret file names as tags.
5496 2000-12-04  Eli Zaretskii  <eliz@is.elta.co.il>
5498         * info.el (Info-scroll-prefer-subnodes): New defcustom.
5499         (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
5500         the first subnode until the bottom of the current node is visible.
5502 2000-12-04  Gerd Moellmann  <gerd@gnu.org>
5504         * format.el (format-decode): Don't change buffer's undo list.
5506 2000-12-04  Kenichi Handa  <handa@etl.go.jp>
5508         * faces.el (face-font-registry-alternatives): Add entries for CJK
5509         fonts.  Doc-string adjusted for the actual usage of this data.
5511         * international/fontset.el: Change the font registries for CJK
5512         fonts in the default fontset.  Don't append '*' to registries.
5514 2000-12-03  Stefan Monnier  <monnier@cs.yale.edu>
5516         * emacs-lisp/easy-mmode.el (define-derived-mode)
5517         (easy-mmode-derived-mode-p): Remove (moved to derived.el).
5519         * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
5520         (derived-mode-p): New function.
5521         (derived-mode-make-docstring): Add `docstring' argument.
5522         Use it if available and complete it if necessary.
5524 2000-12-03  Andreas Schwab  <schwab@suse.de>
5526         * type-break.el (type-break): Don't make parent of itself.
5528 2000-12-03  Miles Bader  <miles@gnu.org>
5530         * simple.el (delete-trailing-whitespace): Don't delete newlines too.
5532 2000-12-02  Stefan Monnier  <monnier@cs.yale.edu>
5534         * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
5535         (tex-main-file, tex-file): Simplify.
5536         (tex-generate-zap-file-name): Use subst-char-in-string.
5537         (tex-strip-dots): Remove.
5539         * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
5541         * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
5542         to check if the match succeeded.
5544 2000-12-02  Gerd Moellmann  <gerd@gnu.org>
5546         * startup.el (use-fancy-splash-screens-p): New function.
5547         (command-line-1): Use it to determine whether or not to use
5548         a fancy splash screen.
5550 2000-12-02  Andreas Schwab  <schwab@suse.de>
5552         * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
5554 2000-12-02  Eli Zaretskii  <eliz@is.elta.co.il>
5556         * international/mule.el (make-char): Fix last change.
5558         * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
5559         New defcustoms.
5560         (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
5561         autoloading tex-mode; instead, do the same manually.
5562         Use texinfo-open-quote and texinfo-close-quote.  Insert literal quote
5563         with numeric argument.  Docstring fix.
5564         (toplevel): Require cl when compiling.
5566         * international/mule.el (make-char): Doc fix.
5568 2000-12-02  Jason Rumney  <jasonr@gnu.org>
5570         * term/w32-win.el (x-select-enable-clipboard): Customize (as per
5571         the Emacs Lisp manual)
5573 2000-12-02  Eli Zaretskii  <eliz@is.elta.co.il>
5575         * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
5577         * term/pc-win.el (x-select-enable-clipboard): Customize (as per
5578         the Emacs Lisp manual).
5580 2000-12-02  Gerd Moellmann  <gerd@gnu.org>
5582         * simple.el (next-line-add-newlines): Change default to nil.
5584 2000-12-01  Eli Zaretskii  <eliz@is.elta.co.il>
5586         * files.el (revert-buffer, recover-file):
5587         Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
5589 2000-12-01  Gerd Moellmann  <gerd@gnu.org>
5591         * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
5593 2000-12-01  Miles Bader  <miles@gnu.org>
5595         * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
5597 2000-12-01  Kenichi Handa  <handa@etl.go.jp>
5599         * international/mule-diag.el (describe-char-after): Fix typo.
5600         (describe-character-set, non-iso-charset-alist): Fix typo.
5602 2000-12-01  Miles Bader  <miles@gnu.org>
5604         * image-file.el (image-file-name-regexp): Automatically add
5605         upper-case variants of each filename extension in
5606         `image-file-name-extensions', since they seem to be common.
5608         * simple.el (minibuffer-contents)
5609         (minibuffer-contents-no-properties, delete-minibuffer-contents):
5610         New functions.
5611         * filecache.el (file-cache-directory-name)
5612         (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
5614 2000-12-01  Milan Zamazal  <Milan.Zamazal@qbizm.com>
5616         * filecache.el (file-cache-minibuffer-complete): Don't try to
5617         delete the minibuffer prompt.
5619 2000-11-30  Dave Love  <fx@gnu.org>
5621         * cus-start.el: Fix read-buffer-function type.
5623 2000-11-30  Gerd Moellmann  <gerd@gnu.org>
5625         * md5.el: Removed.  There's a built-in function, now.
5627 2000-11-30  Markus Rost  <rost@math.ohio-state.edu>
5629         * mail/rmail.el (rmail-set-message-counters): Don't use "D"
5630         as dummy 0-th char of rmail-deleted-vector.
5632 2000-11-30  Eli Zaretskii  <eliz@is.elta.co.il>
5634         * ps-print.el (ps-end-job): Bind case-fold-search only after
5635         switching to ps-spool-buffer.
5637 2000-11-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
5639         * ps-print.el: Line number font customization.  PostScript: Lines and
5640         PageCount are initialized on each page.  Doc Fix.
5641         (ps-print-version): New version number (6.3.2).
5642         (ps-lpr-switches, ps-font-info-database, ps-font-size)
5643         (ps-header-font-size, ps-header-title-font-size, ps-left-header)
5644         (ps-right-header): Customization fix.
5645         (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
5646         Fix code.
5647         (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
5648         New vars.
5650 2000-11-30  Gerd Moellmann  <gerd@gnu.org>
5652         * bs.el: Fix typos and spelling errors.
5653         (bs-appearance) <defgroup>: Renamed from bs-appearence.
5654         (bs-configuration): Doc fix.
5656         * bs.el: Undo mistaken change of 2000-11-28.  Update copyright.
5658 2000-11-30  Rob Riepel  <riepel@Stanford.EDU>
5660         * emulation/tpu-edt.el (tpu-version): New version.
5661         (tpu-search-overlay, tpu-replace-overlay): New initial range.
5662         (tpu-original-mode-line): Variable deleted.
5663         (tpu-mark-flag): New initial value.
5664         (tpu-set-mode-line): Don't redefine mode-line-format.
5665         Add tpu-mark-flag to minor-mode-alist.
5666         (tpu-update-mode-line): New mark flag logic.
5667         (tpu-get): Use find-file-wildcards.
5668         (tpu-search-highlight): Move overlay less, reset overlay properly.
5669         (tpu-unselect): Deactivate mark.
5670         (tpu-lm-replace): Reset overlay properly.
5671         (tpu-forward-line): Use forward-visible-line.
5672         (tpu-edt-on): Set transient mark mode.  ispell autoloads deleted.
5674         * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
5676 2000-11-30  Per Abrahamsen  <abraham@dina.kvl.dk>
5678         * cus-edit.el (custom-face-value-create): Always emphasize tag.
5680 2000-11-30  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
5682         * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
5683         and skip whitespace and newlines.
5685 2000-11-30  Stefan Monnier  <monnier@cs.yale.edu>
5687         * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
5689 2000-11-29  Gerd Moellmann  <gerd@gnu.org>
5691         * help.el (describe-function-1): Regexp-quote function name
5692         when used as part of a regexp.
5694         * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
5695         Use face-attribute instead of face-foreground and face-background.
5696         (tool-bar-add-item): Likewise, and handle unspecified colors.
5698         * enriched.el (enriched-face-ans): Use face-attribute instead
5699         of face-foreground and face-background.
5701         * faces.el (face-foreground, face-background, face-stipple):
5702         Return nil if attribute is unspecified, for backward compatibility.
5704         * files.el (auto-mode-alist): Add an entry for antlr-mode.
5706         * play/5x5.el: Remove version info.
5708         * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
5710         * frame.el (blink-cursor-mode): Doc fix.
5712 2000-11-29  Christoph Wedler  <Christoph.Wedler@sap.com>
5714         * antlr-mode.el: New commands to run ANTLR from within Emacs and
5715         to create Makefile rules.
5716         (antlr-tool-command): New user option.
5717         (antlr-ask-about-save): New user option.
5718         (antlr-makefile-specification): New user option.
5719         (antlr-file-formats-alist): New variable.
5720         (antlr-special-file-formats): New variable.
5721         (antlr-unknown-file-formats): New user option.
5722         (antlr-help-unknown-file-text): New variable.
5723         (antlr-help-rules-intro): New variable.
5724         (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
5725         (antlr-mode-menu): Add entries.
5726         (antlr-file-dependencies): New function.
5727         (antlr-directory-dependencies): New function.
5728         (antlr-superclasses-glibs): New function.
5729         (antlr-run-tool): New command.
5730         (antlr-makefile-insert-variable): New function.
5731         (antlr-insert-makefile-rules): New function.
5732         (antlr-show-makefile-rules): New command.
5734         * antlr-mode.el: More Emacs/XEmacs stuff.
5735         (antlr-no-action-keywords): New constant with value nil.
5736         (antlr-font-lock-keywords-alist): Use it.  Old value would break
5737         syntax highlighting in Emacs-21.0.
5738         (antlr-default-directory): Emacs/XEmacs dependend function.
5739         (antlr-read-shell-command): Ditto.
5740         (antlr-with-displaying-help-buffer): Ditto.
5742 2000-11-29  Christoph Wedler  <Christoph.Wedler@sap.com>
5744         * antlr-mode.el: imenu, parsing and highlighting changes.
5745         (antlr-imenu-create-index-function): Don't create extra submenus
5746         for definitions in different grammar classes.  It is not necessary
5747         for the menu and would make command `imenu' awkward to use.
5748         (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
5749         header actions and more than one.
5750         (antlr-font-lock-tokendef-face): Changed color.
5751         (antlr-font-lock-tokenref-face): Changed color.
5752         (antlr-font-lock-additional-keywords): Also highlight lowercase.
5753         (antlr-mode-syntax-table): New variable.
5754         (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
5755         (antlr-with-syntax-table): Don't copy syntax table.
5757 2000-11-29  Christoph Wedler  <Christoph.Wedler@sap.com>
5759         * antlr-mode.el: Minor changes: language setting.
5760         (antlr-language-alist): The value for file option "language" can
5761         be both an identifier and a string.
5762         Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
5763         (antlr-language-limit-n-regexp): Change accordingly.
5765 2000-11-29  Christoph Wedler  <Christoph.Wedler@sap.com>
5767         * antlr-mode.el: Minor changes: tabs, hiding.
5768         (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
5769         (antlr-action-visibility): Also allow value nil to also hide the
5770         braces.  Renamed from `antlr-tiny-action-length'.
5771         Suggested by Jay@aol.com.
5772         (antlr-hide-actions): Change accordingly.  Hide line if completely
5773         hidden action is on a line of its own.
5775 2000-11-29  Stefan Monnier  <monnier@cs.yale.edu>
5777         * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
5779         * sort.el (sort-columns): Don't concat strings with numbers.
5781 2000-11-29  Dave Love  <fx@gnu.org>
5783         * cus-edit.el (face): Fix :format.
5785         * mail/feedmail.el: Require smtpmail when compiling.
5786         (mail-do-fcc): Autoload.
5787         (feedmail) <defgroup>: Fix :link.
5788         (feedmail-nuke-body-in-fcc): Fix :type.
5789         (feedmail-send-it): Add autoload cookie.
5791 2000-11-29  Stefan Monnier  <monnier@cs.yale.edu>
5793         * newcomment.el (comment-indent): Save excursion around call to
5794         comment-indent-function.
5796 2000-11-29  Miles Bader  <miles@gnu.org>
5798         * subr.el (member-ignore-case): Return the tail of the list who's
5799         car matches, like `member', not the matching element itself.
5801 2000-11-29  Kenichi Handa  <handa@etl.go.jp>
5803         * xml.el (xml-parse-tag): Fix finding opening tag.  A tag name
5804         should not contain `\n'.
5806 2000-11-28  Gerd Moellmann  <gerd@gnu.org>
5808         * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
5810         * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
5812         * dired-aux.el (dired-do-create-files): Construct default file
5813         name for dired-mark-read-file-name so that when the user enters
5814         just RET, the target file will end up in the target directory.
5816         * abbrev.el (prepare-abbrev-list-buffer): Get the value of
5817         local-abbrev-table before changing buffers because it might
5818         have a buffer-local binding.
5820 2000-11-28  Miles Bader  <miles@gnu.org>
5822         * simple.el (delete-horizontal-space): Handle fields more generally.
5824 2000-11-28  Gerd Moellmann  <gerd@gnu.org>
5826         * simple.el (delete-horizontal-space): Handle minibuffer prompt.
5828 2000-11-28  Dave Love  <fx@gnu.org>
5830         * progmodes/ps-mode.el (ps-mode): Set comment-start and
5831         comment-start-skip locally.
5833         * progmodes/fortran.el (fortran-mode): Don't set
5834         fortran-comment-line-start-skip.  Set comment-start to
5835         fortran-comment-line-start.
5836         (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
5837         (fortran-comment-line-start-skip): Simplify slightly.
5839 2000-11-28  Gerd Moellmann  <gerd@gnu.org>
5841         * play/5x5.el: Remove RCS keyword.
5843         * bs.el: Mistaken commit, undone 2000-11-30.
5845 2000-11-28  Milan Zamazal  <pdm@freesoft.cz>
5847         * textmodes/tildify.el (tildify-string-alist):
5848         Add `plain-tex-mode' here.
5850 2000-11-28  Colin Walters  <walters@cis.ohio-state.edu>
5852         * chistory.el (Command-history-setup): Remove extraneous `keymap'
5853         reference.
5855 2000-11-28  Miles Bader  <miles@gnu.org>
5857         * cus-face.el (custom-face-attributes): Add post-filter function
5858         for :box.  Make pre-filter function for :box handle all cases.
5860         * wid-edit.el (widget-choose): Make sure pop-up window is large
5861         enough to display all the choices, as there's no way to scroll it.
5863 2000-11-28  Kenichi Handa  <handa@etl.go.jp>
5865         * international/mule-conf.el: Make the coding system no-conversion
5866         safe for all characters.
5868 2000-11-27  Dave Love  <fx@gnu.org>
5870         * net/ldap.el (ldap) <defgroup>: Add :version.
5872         * tooltip.el (tooltip-use-echo-area): Doc fix.
5874         * cus-start.el <minibuffer-prompt-properties>: Add version.
5875         <read-buffer-function>: Add.
5877         * apropos.el (apropos-print): Add help-echo to active text.
5879         * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
5881 2000-11-27  Gerd Moellmann  <gerd@gnu.org>
5883         * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
5884         type, group and version.
5886 2000-11-27  Eli Zaretskii  <eliz@is.elta.co.il>
5888         * select.el (x-get-selection): Docstring fix.
5890 2000-11-27  Dave Pearson <davep@hagbard.demon.co.uk>
5892         * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
5894 2000-11-27  Andrew Innes  <andrewi@gnu.org>
5896         * makefile.nt (.SUFFIXES): Add .SUFFIXES.
5898         * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
5900 2000-11-27  Miles Bader  <miles@gnu.org>
5902         * dired.el (dired-get-filename): Return filename verbatim if
5903         LOCALP is `verbatim'.
5904         * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
5905         `verbatim' so that we don't inadvertently delete a non-existant
5906         directory name.
5908 2000-11-27  Kenichi Handa  <handa@etl.go.jp>
5910         * international/characters.el: Specify cases and syntaxes for
5911         mule-unicode-0100-24ff.
5913 2000-11-27  Gerd Moellmann  <gerd@gnu.org>
5915         * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
5916         that foreground and/or background colors of the face `tool-bar'
5917         are unspecified.
5919 2000-11-27  Miles Bader  <miles@gnu.org>
5921         * wid-edit.el (widget-field-buffer, widget-field-start)
5922         (widget-field-end): Handle widget field `pseudo-overlays'.
5923         (widget-field-value-delete): Delete WIDGET from `widget-field-new'
5924         if it's there instead of in `widget-field-list'.
5926         * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
5927         (help-make-xrefs): Delete extraneous newlines at the end of the
5928         docstring.
5930 2000-11-25  Jason Rumney  <jasonr@gnu.org>
5932         * startup.el (command-line): Call set-locale-environment after
5933         Window System init file is read, as it can result in a call to
5934         redraw-frame.
5936 2000-11-25  Eli Zaretskii  <eliz@is.elta.co.il>
5938         * simple.el (shell-command): Mention the effect of the prefix
5939         argument in the doc string.
5941 2000-11-25  Miles Bader  <miles@gnu.org>
5943         * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
5945         * wid-edit.el (widget-field-value-delete): Don't try to delete
5946         overlay when it's the `pseudo-overlay' that exists at some points.
5948 2000-11-24  Jason Rumney  <jasonr@gnu.org>
5950         * international/mule-cmds.el (locale-language-names): Add "jp" as
5951         a non-standard alternative for Japanese.
5953 2000-11-24  Andre Spiegel  <spiegel@gnu.org>
5955         * vc-hooks.el: Require 'cl during compilation.
5957 2000-11-24  Gerd Moellmann  <gerd@gnu.org>
5959         * faces.el (face-set-after-frame-default): Let face attributes
5960         specified for new frames override frame parameters.
5962         * startup.el (command-line): Fix computation of the source file
5963         for user-init-file when user-init-file is a compiled file.
5965 2000-11-24  Miles Bader  <miles@gnu.org>
5967         * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
5968         (custom-post-filter-face-spec): New functions.
5969         (custom-face-set, custom-face-value-create): Filter the face spec
5970         before and after customization.
5971         (custom-face-set): If VALUE specifies a null face, pass a
5972         non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
5973         * cus-face.el (custom-face-attributes): Remove SET and GET
5974         functions.  Add some IN-FILTER and OUT-FILTER functions in the few
5975         cases they're needed.
5977         * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
5978         that it's distinguishable from the :off-glyph on dark-background
5979         displays.  Set its background color too.
5981         * cus-start.el (all): Restore entry for `mode-line-inverse-video',
5982         so that people can easily turn it off.
5984 2000-11-24  Michael Kifer  <kifer@cs.sunysb.edu>
5986         * ediff-diff.el: Moved variables around to have it compile under NT.
5988         * ediff-help.el (ediff-use-long-help-message): Made it customizable.
5990         * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
5992         * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
5993         redundant skip-small-frames test.
5995         * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
5996         (viper-downgrade-to-insert): Protect against errors in hooks.
5998         * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
5999         (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
6000         (viper-restore-cursor-type,viper-set-insert-cursor-type):
6001         New functions.
6003         * viper-util.el (viper-memq-char): Bug fixes.
6005         * viper.el (viper-mode): Fix cursor handling.
6007 2000-11-24  Kenichi Handa  <handa@etl.go.jp>
6009         * international/mule-diag.el (list-iso-charset-chars):
6010         For two-byte charset, fix the `while' condition.
6011         (list-non-iso-charset-chars): Fix the `while' condition.
6013 2000-11-23  Stefan Monnier  <monnier@cs.yale.edu>
6015         * subr.el (add-hook, remove-hook): Don't call make-local-hook
6016         if the variable is make-variable-buffer-local.
6018         * progmodes/ada-stmt.el (ada-template-map):
6019         Initialize and bind it to C-c t in ada-mode-map.
6020         (ada-stmt-mode-hook): New function extracted from old code.
6021         Only change the buffer-local side of skeleton-*.
6022         (ada-mode-hook): Use it.
6024 2000-11-23  Eli Zaretskii  <eliz@is.elta.co.il>
6026         * iswitchb.el (iswitchb-minibuf-depth): New variable.
6027         (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
6028         we expect to be returned by minibuffer-depth once we prompt the
6029         user in the minibuffer.
6030         (iswitchb-entryfn-p): If minibuffer-depth returns the same value
6031         as recorded in iswitchb-minibuf-depth, return non-nil.
6033 2000-11-23  Eli Zaretskii <eliz@is.elta.co.il>
6035         * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
6036         (hscroll-window-maybe): Docstring fix.
6038 2000-11-23  Dave Love  <fx@gnu.org>
6040         * rect.el (string-rectangle): Don't test delete-selection-mode.
6042 2000-11-23  Gerd Moellmann  <gerd@gnu.org>
6044         * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
6045         is in the tool bar.
6047         * dired-aux.el (dired-add-entry): Don't call dired-get-filename
6048         with `no-dir'; we want the directory part to be able to remove it.
6050 2000-11-22  Stefan Monnier  <monnier@cs.yale.edu>
6052         * textmodes/outline.el (outline-flag-region):
6053         Don't bind inhibit-read-only since we don't modify the buffer.
6054         (outline-isearch-open-invisible): Don't jump to overlay-start
6055         since we're trying to unhide text around point.
6056         (outline-discard-overlays): Use dolist.
6058         * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
6060 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
6062         * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
6064 2000-11-22  Stefan Monnier  <monnier@cs.yale.edu>
6066         * textmodes/tex-mode.el (tex-font-lock-keywords-1):
6067         Fix ARG regexp to skip quoted braces.
6068         (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
6069         Remove `bf' and `it' from `bold' and `italic' (they were wrong and
6070         are (correctly) handled separately).
6071         Remove `caption' and `footnote' from `citations': they contain text.
6072         Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
6073         (latex-skeleton-end-hook): New function.
6074         (latex-mode): Use it.
6075         (tex-start-tex-marker): Remove.
6076         (tex-send-tex-command): Don't set tex-start-tex-marker.
6077         (tex-error-parse-syntax-table): New var.
6078         (tex-compilation-parse-errors): Use it.
6079         Ignore tex-start-tex-marker.  Don't bother with marker-position.
6080         (tex-validate-buffer): Don't bother with marker-position.
6082         * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
6083         (flyspell-generic-progmode-verify): Use it.
6085 2000-11-22  Sam Steingold  <sds@gnu.org>
6087         * simple.el (delete-trailing-whitespace): New interactive function.
6089         * progmodes/ada-mode.el (ada-mode): Use it instead of
6090         `ada-remove-trailing-spaces'.
6091         (ada-remove-trailing-spaces): Removed.
6093         * textmodes/two-column.el (2C-merge): Recommend it in the doc.
6095         * textmodes/picture.el (picture-clean): Removed.
6096         (picture-mode-exit): Call it instead of `picture-clean'.
6098 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
6100         * frame.el (show-cursor-in-non-selected-windows): Doc fix.
6102         * hi-lock.el (hi-lock-refontify): Don't call non-existent
6103         jit-lock-fontify-buffer; it should anyway be unneccessary to
6104         do anything special when jit-lock is active.
6105         (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
6107 2000-11-22  Dave Love  <fx@gnu.org>
6109         * calendar/todo-mode.el (todo-top-priorities): Use
6110         todo-tmp-buffer-name.  From Milan Zamazal <Milan.Zamazal@qbizm.com>.
6112         * language/chinese.el, language/cyrillic.el:
6113         * language/devanagari.el, language/ethiopic.el, language/greek.el:
6114         * language/hebrew.el, language/indian.el, language/japanese.el:
6115         * language/korean.el, language/lao.el, language/misc-lang.el:
6116         * language/thai.el, language/tibetan.el, language/vietnamese.el:
6117         Use provide.
6119         * cus-edit.el (custom-buffer-create-internal): Save some consing.
6120         (custom-variable-set): Improve validation error mesage.
6122         * rect.el (string-rectangle): Revert last change.
6123         (string-rectangle-line): New arg DELETE.
6124         (string-rectangle): Check delete-selection-mode.
6126         * emacs-lisp/edebug.el (edebug-version)
6127         (edebug-maintainer-address): Deleted.
6128         (edebug-submit-bug-report): Just alias to report-emacs-bug.
6129         (edebug-read-function): Account for other `'#' read forms.
6130         (edebug-mode-menus): Make some items toggles.
6131         (edebug-outside-unread-command-event, unread-command-event):
6132         Remove these to avoid warnings.
6134 2000-11-22  David Ponce  <david@dponce.com>
6136         * recentf.el (recentf-menu-items-for-commands)
6137         (recentf-make-menu-items, recentf-make-menu-item)
6138         (recentf-filter-changer): Added :help and :active menu-item properties.
6140         (recentf-build-dir-rules, recentf-dump-variable)
6141         (recentf-edit-list, recentf-open-files-item)
6142         (recentf-open-files): Replaced unnecessary `mapcar' with new
6143         built-in `mapc'.
6145 2000-11-23  Miles Bader  <miles@gnu.org>
6147         * faces.el (menu): Make inverse-video on ttys too.
6149 2000-11-22  Stefan Monnier  <monnier@cs.yale.edu>
6151         * simple.el (comment-line-break-function): Use the new name
6152         indent-new-comment-line -> comment-indent-new-line.
6153         (clone-indirect-buffer): Don't ignore NORECORD.
6154         (next-completion): Properly handle the case where items are adjacent.
6156         * mouse.el (popup-menu): Stupid typo.
6158 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
6160         * emacs-lisp/authors.el: Remove autoload cookies, add author,
6161         maintainer, keywords tags.
6163         * rect.el (replace-rectangle): Don't call string-rectangle-line
6164         with too many arguments.
6166 2000-11-22  Andre Spiegel  <spiegel@gnu.org>
6168         * ediff-util.el (ediff-file-checked-out-p)
6169         (ediff-file-checked-in-p): Call vc-state instead of
6170         vc-locking-user, which no longer exists.
6172         * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
6174 2000-11-22  Dave Love  <fx@gnu.org>
6176         * md5.el (md5): Provide.
6177         (md5): Fix error call.
6179 2000-11-22  Miles Bader  <miles@gnu.org>
6181         * textmodes/refill.el (refill-adjust-ignorable-overlay)
6182         (refill-fill-paragraph-at): Remove debugging code.
6184         * calendar/calendar.el (generate-calendar-window): When we don't
6185         call `fit-window-to-buffer', make sure the top line is fully visible.
6187         * image-file.el (insert-image-file): Don't make `read-only'
6188         property rear-nonsticky.
6190         * isearch.el (isearch-original-minibuffer-message-timeout): New var.
6191         (isearch-mode): Set `minibuffer-message-timeout' to nil, after
6192         stashing away its original value.
6193         (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
6194         in the recursive edit.
6195         Bind `isearch-original-minibuffer-message-timeout' to protect it.
6196         (isearch-done): Restore `minibuffer-message-timeout'.
6198         * cus-start.el: Remove entry for `mode-line-inverse-video'.
6200 2000-11-21  Stefan Monnier  <monnier@cs.yale.edu>
6202         * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
6204         * find-lisp.el (find-lisp-find-files-internal):
6205         Use dolist, when and file-name-as-directory.
6207         * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
6208         (define-derived-mode, define-minor-mode): Add specs.
6210         * window.el: General comment and spacing fixes.
6211         (save-selected-window): Use backquotes.
6212         (window-safely-shrinkable-p): New function.
6213         (shrink-window-if-larger-than-buffer): Use it.
6215         * subr.el (make-local-hook): Docstring fix.
6217         * shell.el (shell-mode): Use define-derived-mode.
6219         * newcomment.el (comment-indent): Insert comment before calling
6220         comment-indent-function.  Don't insert in column 0.
6221         (comment-dwim): Indent before inserting comment.
6223         * isearch.el (isearch-mode-map): Fix docstring.  Init in defvar.
6224         (minibuffer-local-isearch-map): Init in defvar.  Use inheritance.
6225         (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
6226         Use mapc rather than map.
6228         * files.el (find-buffer-visiting): Compare all attributes before
6229         declaring two files identical (rather than just their inode-no).
6230         (auto-mode-alist): Use \' rather than $.
6232         * which-func.el: Update maintainer line.
6234         * pcvs.el (uniquify-buffer-file-name): Remove advice.
6235         * uniquify.el (uniquify-list-buffers-directory-modes): New var.
6236         (uniquify-buffer-file-name): Use it.
6238 2000-11-22  Miles Bader  <miles@gnu.org>
6240         * cus-start.el: Add entry for `minibuffer-prompt-properties'.
6241         * simple.el (minibuffer-avoid-prompt): New function.
6243 2000-11-21  Gerd Moellmann  <gerd@gnu.org>
6245         * Makefile.in (.SUFFIXES): Add .SUFFIXES.
6247 2000-11-21  Miles Bader  <miles@gnu.org>
6249         * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
6250         inclusion of `track-mouse'.
6252         * textmodes/refill.el (refill-ignorable-overlay): New variable.
6253         (refill-adjust-ignorable-overlay): New function.
6254         (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
6255         only the paragraph's tail if possible.
6256         Update `refill-ignorable-overlay'.
6257         (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
6259         * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
6260         point inside the fill-prefix.
6262         * textmodes/refill.el (refill-post-command-function): Don't reset
6263         refill-doit in the case where a self-insertion command doesn't
6264         case a refill.  Use `refill-fill-paragraph-at', getting position
6265         from `refill-doit'.
6266         (refill-after-change-function): Set `refill-doit' to END.
6267         (refill-fill-paragraph-at): New function, mostly from old
6268         refill-fill-paragraph.
6269         (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
6270         (refill-pre-command-function): New function.
6271         (refill-mode): Add it to `pre-command-hook'.
6273 2000-11-20  Gerd Moellmann  <gerd@gnu.org>
6275         * textmodes/artist.el (artist-mode): Fix autoload cookie.
6277         * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
6278         javadoc tags.
6280 2000-11-20  Andre Spiegel  <spiegel@gnu.org>
6282         * vc.el, vc-hooks.el: Undo prev change (moved functions back to
6283         vc.el).
6285         * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
6286         require vc.
6288         * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
6289         checkouts.
6291 2000-11-20  Dave Love  <fx@gnu.org>
6293         * Makefile.in (DONTCOMPILE): Omit bindings.el.
6295 2000-11-20  Eli Barzilay <eli@www.barzilay.org>
6297         * calculator.el (calculator-paste): Use `if' instead of `and'
6298         and `or'.
6299         (calculator-help): Don't use electric-describe-mode for XEmacs.
6301 2000-11-19  Gerd Moellmann  <gerd@gnu.org>
6303         * info.el (info-menu-5): Doc fix.
6305         * textmodes/artist.el: New file.
6307 2000-11-19  Andre Spiegel  <spiegel@gnu.org>
6309         * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
6310         and differentiate according to checkout model.
6311         (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
6312         since this function is only concerned with master state.
6314         * vc-hooks.el (vc-workfile-unchanged-p)
6315         (vc-default-workfile-unchanged-p): Moved here from vc.el.
6317         * vc.el (vc-workfile-unchanged-p)
6318         (vc-default-workfile-unchanged-p): See above.
6320 2000-11-19  Miles Bader  <miles@gnu.org>
6322         * image-file.el (insert-image-file): Make `intangible' and
6323         `read-only' properties rear-nonsticky too.
6325 2000-11-18  Gerd Moellmann  <gerd@gnu.org>
6327         * ps-print.el: Update copyright notice.
6329         * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
6330         (tooltip-show): Use the offsets.
6332         * bindings.el (mode-line-modified): Fix a typo.
6333         (mode-line-toggle-modified, mode-line-widen)
6334         (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
6336 2000-11-17  Vinicius Jose Latorre <vinicius@cpqd.com.br>
6338         * ps-print.el (toplevel): Test for find-coding-system being
6339         fboundp before calling ps-x-find-coding-system.
6341 2000-11-16  Stefan Monnier  <monnier@cs.yale.edu>
6343         * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
6344         (vc-version-backup-file): Docstring fix.
6346 2000-11-16  Gerd Moellmann  <gerd@gnu.org>
6348         * files.el (basic-save-buffer): Don't add a newline if
6349         find-file-literally is non-nil.
6350         (find-file-literally): Extend doc string.
6352         * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
6353         sort(1) with the `-f' argument.
6355 2000-11-16  Andre Spiegel  <spiegel@gnu.org>
6357         * vc.el: Updated backend documentation.
6358         (vc-default-check-headers): New function.
6360         * vc-{cvs,rcs,sccs}.el: Functions reordered.
6362         * vc.el (vc-revert-buffer): Ask for confirmation if file seems
6363         up-to-date.
6364         (vc-do-command): In the asynchronous case, output messages only if
6365         the minibuffer is not active.
6367         * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
6368         `vc-cvs-use-edit' is on.
6369         (vc-cvs-checkout): When this is used for reverting the workfile,
6370         make a backup of the original contents and revert to that in case
6371         of error.
6372         (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
6373         remote repositories.
6375         * vc.el (vc-annotate): Changed handling of prefix arg; now asks
6376         for both version and ratio in the minibuffer.
6378         * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
6379         Use vc-do-command to perform the annotation, not call-process.
6381 2000-11-16  Kenichi Handa  <handa@etl.go.jp>
6383         * international/quail.el (quail-start-translation): Don't call
6384         `message' before reading key sequence.
6386 2000-11-16  Miles Bader  <miles@lsi.nec.co.jp>
6388         * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
6390 2000-11-16  Kenichi Handa  <handa@etl.go.jp>
6392         * window.el (fit-window-to-buffer): Be sure to acquire at least
6393         one text line even if the buffer is empty.
6395 2000-11-16  Gerd Moellmann  <gerd@gnu.org>
6397         * net/ange-ftp.el (ange-ftp-file-writable-p)
6398         (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
6399         Bind ange-ftp-process-verbose to nil.
6401 2000-11-15  Dave Love  <fx@gnu.org>
6403         * wid-edit.el (widget-specify-field, widget-specify-button):
6404         If :help-echo is a function, set help-echo of overlay to
6405         widget-mouse-help.
6406         (widget-mouse-help): New function.
6407         (widget-echo-help): Rewritten for :help-echo functions only taking
6408         a widget arg.
6410         * net/eudc-bob.el (eudc-bob-can-display-inline-images):
6411         Use display-graphic-p.
6412         (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
6413         and that JPEG is available.
6414         (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
6416         * international/mule-cmds.el (locale-charset-language-names):
6417         Match @euro.
6419 2000-11-15  Gerd Moellmann  <gerd@gnu.org>
6421         * faces.el (face-set-after-frame-default):
6422         If `inhibit-default-face-x-resources' is bound, don't intialize the
6423         default face from X resources.
6425 2000-11-15  Eli Zaretskii  <eliz@is.elta.co.il>
6427         * Makefile.in (custom-deps, finder-data, autoloads, recompile):
6428         Don't set EMACSLOADPATH.
6430 2000-11-15  Eli Zaretskii  <eliz@is.elta.co.il>
6432         * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
6433         texinfo-insert-@url.
6434         (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
6435         (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
6437 2000-11-14  Stefan Monnier  <monnier@cs.yale.edu>
6439         * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
6440         (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
6441         (checkdoc-minor-keymap): Backward compatibility.
6442         (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
6443         (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
6444         (checkdoc-this-string-valid-engine): Be a bit more strict
6445         to avoid matching substrings of `...' quoted vars/funs.
6446         (checkdoc-defun-info): Only look for `interactive' if alone.
6447         (debug-ignored-errors): Add "arg doesn't appear in docstring".
6449         * progmodes/compile.el (grep): `tag-default' can be nil.
6451         * newcomment.el (comment-indent): Paren typo.
6453 2000-11-14  Dave Love  <fx@gnu.org>
6455         * calculator.el: New maintainer version.
6457         * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
6459         * cmuscheme.el: Doc fixes.
6460         (cmuscheme) <defgroup>: Use `scheme' as parent.
6461         (cmuscheme-program-name): Remove.  Change uses to scheme-program-name.
6463         * xscheme.el (scheme-program-name): Don't define here.
6465         * progmodes/scheme.el (scheme-program-name): New variable
6466         (originally in cmuscheme).
6468 2000-11-14  Miles Bader  <miles@gnu.org>
6470         * window.el (fit-window-to-buffer): Handle windows without mode-lines.
6471         Handle header-lines.  Don't loop forever if we can't enlarge the
6472         window anymore.  Simplify a bit.
6474 2000-11-14  Kenichi Handa  <handa@etl.go.jp>
6476         * window.el (fit-window-to-buffer): Don't check
6477         window-text-height.  Assure that the last line is fully visible.
6479         * international/quail.el (quail-show-guidance-buf):
6480         Call fit-window-to-buffer to assure the enough height of the guidance
6481         buffer.
6482         (quail-update-guidance): Avoid making the guidance buffer shorter.
6484 2000-11-14  Stefan Monnier  <monnier@cs.yale.edu>
6486         * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
6487         rather than `prepend' and add an interesting comment.
6488         (tex-math-face, tex-font-lock-syntactic-face-function):
6489         New face and function to use it.
6490         (tex-define-common-keys, tex-mode-map): Use menu-item rather
6491         than `menu-enable' symbol property.
6492         (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
6493         (tex-mode): Add some latex-mode commands for auto-selection.
6494         Use tex-font-lock-syntactic-face-function.
6495         (tex-insert-quote): Simplify.
6496         (tex-shell): New mode.
6497         (tex-start-shell): Use it.
6498         (tex-shell-proc, tex-shell-buf): New functions.
6499         (tex-send-command): Use it.
6500         (tex-main-file): Fix the meaning of the new arg REALFILE.
6501         (tex-send-tex-command): New function split from `tex-start-tex'.
6502         Set compilation-last-buffer and compilation-parsing-end.
6504         * newcomment.el (comment-indent-default): Stick \s<\s< to the left
6505         when it follows non-comment text on the line.
6507         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
6508         Set font-lock-defaults.
6509         (lisp-mode-shared-map): Init inside the defvar.
6510         (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
6511         Use define-derived-mode.
6513 2000-11-14  Miles Bader  <miles@lsi.nec.co.jp>
6515         * faces.el (header-line): Use `:box nil' for color/gs displays too.
6517 2000-11-14  Gerd Moellmann  <gerd@gnu.org>
6519         * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
6520         Don't recursively optimize body because that can lead to infinite
6521         recursion; see comment there.
6523 2000-11-13  Eli Zaretskii  <eliz@is.elta.co.il>
6525         * faces.el (face-spec-set-match-display): Revert the change from
6526         2000-10-24.  Add a FIXME for after v21.1.
6528 2000-11-13  Miles Bader  <miles@gnu.org>
6530         * textmodes/fill.el (skip-line-prefix): New function.
6531         (fill-region-as-paragraph, fill-region):  Return the fill-prefix.
6532         (fill-paragraph): Don't leave point inside the fill-prefix.
6533         * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
6534         point inside the fill-prefix.
6536 2000-11-13  Miles Bader  <miles@lsi.nec.co.jp>
6538         * calendar/calendar.el (generate-calendar-window):
6539         Use `fit-window-to-buffer'.
6541 2000-11-12  Stefan Monnier  <monnier@cs.yale.edu>
6543         * gud.el (gud-minor-mode): New var.
6544         (gud-symbol, gud-val): New functions.
6545         (gud-find-file): Copy gud-minor-mode to the new buffer.
6546         (gud-menu-map): Include entries for commands that are not always
6547         available, using :enable to (de)activate them.
6548         (gud-minor-mode-map): New map.  Add it to minor-mode-map-alist.
6549         (gud-mode-map): New map.
6550         (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
6551         (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
6552         Don't set up gud's menu (it's done by the minor-mode).
6553         (gud-minibuffer-local-map): New.
6554         Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
6555         (gud-query-cmdline): New function.
6556         (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it.  Set gud-minor-mode.
6557         (gud-mode): Use define-derived-mode.
6558         Don't set up gud's menu (it's done by the minor-mode).
6559         (gud-chop-words): Remove.
6560         (gud-common-init): Use split-string instead.
6561         (gud-new-keymap, gud-make-debug-menu): Eradicate.
6563         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
6564         Add keyword arg :name.
6566         * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
6567         (diff-count-matches, diff-split-hunk): New functions.
6568         (diff-mode-map): Bind C-c C-s to diff-split-hunk.
6570         * pcvs-info.el (cvs-fi-conflict-face): New var.
6572         * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
6573         Make it into a simple syntax-table, shared among all submodes.
6574         (sh-heredoc-face): Re-introduce.
6575         (sh-font-lock-syntactic-face-function): New function.
6576         (sh-mode): Use it.  Also use define-derived-mode.
6577         Remove old bogus setting of indent-region-function.
6578         (sh-set-shell): Don't set the syntax-table any more.
6579         (sh-mode-syntax-table) <defun>: Remove.
6581 2000-11-12  Miles Bader  <miles@gnu.org>
6583         * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
6584         message if interactive.
6586 2000-11-12  Dave Love  <fx@gnu.org>
6588         * mail/feedmail.el: Fix header,
6589         (feedmail) <defgroup>: Add :link.
6591         * view.el: Use local-map property, not keymap on mode-line string.
6593         * scroll-all.el (scroll-all-mode): Customize variable.
6594         Add autoload cookie to function.
6596         * lazy-lock.el: Remove compatibility code.
6598         * finder.el (finder-known-keywords): Add `files', remove `vms'.
6599         (finder-help-echo): New variable.
6600         (finder-mouse-face-on-line): Add help-echo stuff.
6601         (finder-list-keywords, finder-list-matches): Use mapc.
6603         * faces.el (face-font-registry-alternatives): Add :version.
6605         * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
6606         tags-table-list.
6608         * net/browse-url.el (browse-url-browser-function): Update :version.
6610         * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
6611         (mail-mode): Use [:alnum:] in some regexps.
6613 2000-11-10  Dave Love  <fx@gnu.org>
6615         * ediff.el (ediff-regions-internal, ediff-documentation):
6616         * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
6617         fundamental mode.
6619         * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
6620         buffer into fundamental mode.
6621         (ediff-set-difference): Use copy-sequence if available.
6623         * ediff-ptch.el (ediff-dispatch-file-patching-job):
6624         Check ediff-patch-map non-nil.
6625         (ediff-fixup-patch-map, ediff-fixup-patch-map)
6626         (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
6627         buffer into fundamental mode.
6629         * ediff-merg.el (state-or-merge): Defvar when compiling.
6631 2000-11-10  Jason Rumney  <jasonr@gnu.org>
6633         * w32-fns.el (w32-add-charset-info): New function.
6634         (w32-charset-info-alist): Use it.
6636 2000-11-10  Gerd Moellmann  <gerd@gnu.org>
6638         * faces.el (face-font-registry-alternatives): New user-option.
6640 2000-11-10  Stefan Monnier  <monnier@cs.yale.edu>
6642         * textmodes/texinfo.el (texinfo-block-default): New var.
6643         (texinfo-insert-block): Use it.  Insert a newline if needed.
6645         * textmodes/fill.el (fill-indent-according-to-mode): New var.
6646         (fill-region-as-paragraph): Use it.
6648         * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
6649         (latex-mode): Tweak tex-*-(head|trail)er regexps.
6650         Tweak paragraph regexps to allow a leading [ \t]*.
6651         (tex-latex-block): Insert a newline if necessary.
6652         (latex-insert-item): Only insert a newline if necessary.
6653         (tex-guess-main-file): New function.
6654         (tex-main-file): Use it.  Add arg `realfile'.  Trim `.tex'.
6655         Set tex-main-file if TeX-master is provided.
6656         (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
6658 2000-11-10  Gerd Moellmann  <gerd@gnu.org>
6660         * startup.el (command-line): Set the default tooltip-mode
6661         to t for graphical displays which implement x-show-tip.
6663         * tooltip.el (tooltip-mode): Add a comment about startup.el
6664         setting the default value of this user-option.
6666 2000-11-09  Stefan Monnier  <monnier@cs.yale.edu>
6668         * font-lock.el (font-lock-*-face) <defvar>: Move.
6669         (font-lock-defaults-alist): Mark obsolete.
6670         (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
6671         (font-lock-mode): Use define-minor-mode.
6672         (font-lock-support-mode): Tweak type to default to jit-lock-mode.
6673         (font-lock-turn-off-thing-lock): Be more explicit.
6674         (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
6675         (font-lock-syntactic-face-function): New var.
6676         (font-lock-fontify-syntactically-region): Use it.
6677         (font-lock-doc-face): New.
6679         * pcvs.el (cvs-enabledp): Ignore errors.
6680         (cvs-commit-filelist): Never query.
6681         (cvs-mode-insert): Always add a terminating / in the initial prompt.
6682         (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
6683         (cvs-do-removal): Use cvs-partition rather than delete-if.
6684         Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
6685         cvs-bury-buffer.
6687         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6688         Allow `next' to jump to after the end of the last match.
6690 2000-11-09  Gerd Moellmann  <gerd@gnu.org>
6692         * simple.el (byte-compiling-files-p): New function.
6694         * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
6695         if it is there.
6697         * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
6698         nil again.
6700         * textmodes/ispell.el (ispell-library-path): Don't call
6701         check-ispell-version when byte-compiling because that starts
6702         an ispell process, and ispell might not be installed.
6703         (toplevel): Don't set up a menu when byte-compiling.
6705         * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
6706         it, so that a boundp test can be used to determine if we're
6707         currently byte-compiling.
6709 2000-11-09  Dave Love  <fx@gnu.org>
6711         * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
6713 2000-11-09  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
6715         * ps-print.el: Patch for variable initialization when spooling.
6716         Doc fix.
6717         (ps-output-list): Fun eliminated.
6718         (ps-begin-file, ps-begin-job): Code fix.
6720 2000-11-08  Dave Love  <fx@gnu.org>
6722         * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
6724 2000-11-08  Gerd Moellmann  <gerd@gnu.org>
6726         * simple.el (shell-command, display-message-or-buffer)
6727         (shell-command-on-region): Mention resize-mini-windows in the doc
6728         string.
6729         (display-message-or-buffer): Take the value of resize-mini-windows
6730         into account.
6732 2000-11-07  Gerd Moellmann  <gerd@gnu.org>
6734         * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
6736         * dired.el (dired-between-files): Add `^. find' as an alternative
6737         to the regular expression, for find-dired.
6739 2000-11-06  Stefan Monnier  <monnier@cs.yale.edu>
6741         * textmodes/texnfo-upd.el: Require texinfo.
6742         (defmacro, defgroup): Remove.
6743         (texinfo-section-to-generic-alist): Remove.
6744         Use texinfo-section-list instead (i.e. level is changed string->int).
6745         (texinfo-filter): New function.
6746         (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
6747         (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
6748         Use it.  And use regexp-opt.
6749         (texinfo-find-higher-level-node, texinfo-hierarchic-level)
6750         (texinfo-update-menu-region-beginning)
6751         (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
6752         (texinfo-update-the-node, texinfo-sequentially-update-the-node)
6753         (texinfo-update-menu-same-level-regexps): Update.
6754         (texinfo-update-node, texinfo-every-node-update)
6755         (texinfo-sequential-node-update): Remove autoload cookie.
6757         * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
6758         (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
6759         (texinfo-chapter-level-regexp): Remove.
6760         (texinfo-mode): Hard code texinfo-chapter-level-regexp.
6762 2000-11-06  Dave Love  <fx@gnu.org>
6764         * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
6766         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
6767         Match defun*.
6769 2000-11-06  Kenichi Handa  <handa@etl.go.jp>
6771         * composite.el (composition-function-table): Variable declaration
6772         moved to src/composite.c.
6773         (compose-chars-after): New optional arg object.
6775 2000-11-06  Gerd Moellmann  <gerd@gnu.org>
6777         * bindings.el (mode-line-toggle-read-only)
6778         (mode-line-toggle-modified, mode-line-widen)
6779         (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
6780         (make-mode-line-mouse2-map): Rewritten.
6781         (mode-line-modified, mode-line-format, minor-mode-alist): Use new
6782         functions so that C-h k can show something with a doc string.
6784         * startup.el (fancy-splash-delay): Set to 10 seconds.
6785         (fancy-splash-max-time): New user-option.
6786         (fancy-splash-stop-time): New variable.
6787         (fancy-splash-screens): Set it.  Catch `stop-splashing'.
6788         (fancy-splash-screens-1): Throw `stop-splashing' when current
6789         time is greater than fancy-splash-stop-time.
6791 2000-11-06  Stefan Monnier  <monnier@cs.yale.edu>
6793         * vc-hooks.el (vc-insert-file): Don't assume byte==char.
6795         * pcvs.el (cvs-mode-marked): New arg `noquery'.
6796         Prompt user for a file rather than raising an error.
6797         (cvs-enabledp): Fix call to cvs-mode-marked.
6798         (cvs-insert-file): New function (extracted from cvs-mode-insert).
6799         (cvs-mode-insert): Use it.  Change the init prompt' value.
6800         (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
6802         * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
6803         Don't pass default arg to ewoc-locate.
6804         (ewoc-collect): Return result in the right order.
6806         * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
6808         * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
6809         (cvs-status-get-tags): Fix regexp.
6810         (cvs-status-trees, cvs-status-cvstrees):
6811         Combine after change hooks and don't sit-for.
6812         (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
6813         (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
6814         Use make-char rather than hard-coded cryptic data.
6815         (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
6817         * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
6819         * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
6820         (cvs-insert-strings): New function.
6822 2000-11-06  Miles Bader  <miles@lsi.nec.co.jp>
6824         * mwheel.el (mouse-wheel-scroll-amount): Renamed from
6825         `mwheel-scroll-amount'.
6826         (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
6827         (mouse-wheel-mode): Use (featurep 'xemacs) instead of
6828         string-matching against the version string.
6830 2000-11-06  Kenichi Handa  <handa@etl.go.jp>
6832         * language/thai.el ("Thai"): Set a lisp form that produces
6833         composed string in `sample-text' language info.
6835         * language/tibetan.el ("Tibetan"): Set a lisp form that produces
6836         composed string in `sample-text' language info.
6838         * international/mule-cmds.el (describe-language-environment):
6839         Eval `sample-text' data and insert the result.
6841         * international/mule-conf.el (compound-text): Define this coding
6842         system here.  Make x-ctext and ctext aliases of it.
6844         * language/european.el (compound-text, ctext): Moved to
6845         international/mule-conf.el.
6847 2000-11-05  Andrew Innes  <andrewi@gnu.org>
6849         * w32-fns.el (w32-version): New function.
6851 2000-11-05  Stefan Monnier  <monnier@cs.yale.edu>
6853         * progmodes/awk-mode.el: Update copyright.
6854         (awk-mode-abbrev-table): Remove.
6855         (awk-font-lock-keywords): Use regexp-opt.
6856         (awk-mode): Use define-derived-mode.
6858         * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
6859         when extracting a suffix.
6861 2000-11-04  Andre Spiegel  <spiegel@gnu.org>
6863         * vc-hooks.el (vc-insert-file): Rewritten.  Don't bother about
6864         auto-save-mode.
6866 2000-11-04  Jason Rumney  <jasonr@gnu.org>
6868         * language/european.el (decode-mac-roman): Test against r1 not r0.
6870 2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
6872         * progmodes/icon.el (icon-mode-map): Don't rebind \t.
6873         (icon-mode): Define indent-line-function.
6874         (icon-comment-indent): Simplify.
6875         (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
6877         * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
6879         * pcvs.el (cvs-mode-add-change-log-entry-other-window):
6880         Bind change-log-default-mode to defeat the caching done on it.
6881         Don't bother saving excursion any more.
6883         * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
6885         * frame.el (after-setting-font-hook): Rename hooks -> hook.
6886         (set-frame-font): Use the new name (and the old for compatibility).
6888         * toolbar/tool-bar.el (tool-bar-mode):
6889         * time.el (display-time-mode):
6890         * recentf.el (recentf-mode):
6891         * paren.el (show-paren-mode):
6892         * mwheel.el (mouse-wheel-mode):
6893         * msb.el (msb-mode):
6894         * jka-compr.el (auto-compression-mode):
6895         * image-file.el (auto-image-file-mode):
6896         * hl-line.el (hl-line-mode):
6897         * delsel.el (delete-selection-mode):
6898         * autoinsert.el (auto-insert-mode):
6899         * complete.el (partial-completion-mode): Drop unneeded positional args.
6901         * info.el (Info-mode):
6902         * comint.el (comint-mode): Don't bother with make-local-hook.
6904         * log-edit.el (log-edit-menu): New menu.
6906 2000-11-03  Miles Bader  <miles@gnu.org>
6908         * wid-edit.el (widget-end-of-line): Reinstate, with a new
6909         definition, so that trailing spaces are handled properly.
6910         (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
6912 2000-11-03  Gerd Moellmann  <gerd@gnu.org>
6914         * startup.el (fancy-splash-text, fancy-splash-text): Use a single
6915         tab character.
6916         (fancy-splash-screens): Set tab-width to 20.
6918 2000-11-03  Dave Love  <fx@gnu.org>
6920         * comint.el (comint-completion-addsuffix): Fix custom type.
6922 2000-11-02  Stefan Monnier  <monnier@cs.yale.edu>
6924         * font-lock.el (font-lock-buffers): Remove.
6925         (font-lock-global-modes): Define with easy-mmode-define-global-mode.
6926         (font-lock-change-major-mode): Remove.
6927         (turn-on-font-lock-if-enabled): Only apply to the current buffer.
6928         (font-lock-default-fontify-region): Extend the multiline
6929         fontification to whole lines.
6930         (font-lock-fontify-anchored-keywords)
6931         (font-lock-fontify-keywords-region): If matching just one
6932         line (with \n) only mark the \n as multiline.
6934         * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
6935         Correctly handle the case where several :group args are supplied.
6936         Allow :extra-args.
6937         (easy-mmode-define-global-mode): Allow :extra-args.
6938         Correctly handle the case where several :group args are supplied.
6940 2000-11-02  Miles Bader  <miles@gnu.org>
6942         * calendar/calendar.el (diary-face, calendar-today-face)
6943         (holiday-face): Remove dependency on `window-system'.
6945 2000-11-02  Ken Raeburn  <raeburn@gnu.org>
6947         * Makefile.in (emacs): Set EMACSLOADPATH always.
6948         (update-authors, .el.elc, compile-files): Don't do it explicitly here.
6949         (compile-files): Bomb out if compilation of a file fails.
6951 2000-11-02  Dave Love  <fx@gnu.org>
6953         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
6955 2000-11-02  Eli Zaretskii  <eliz@is.elta.co.il>
6957         * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
6958         punctuation in the warning inserted into the *mail* buffer.
6960 2000-11-02  Gerd Moellmann  <gerd@gnu.org>
6962         * emacs-lisp/authors.el (authors-public-domain-files): New variable.
6963         (authors-public-domain-p): New function.
6964         (authors-print): Use it.
6966         * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
6968         * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
6970 2000-11-02  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
6972         * ps-print.el: Extension for even/odd printing.  Doc fix.
6973         (ps-print-version): New version number (6.3.1).
6974         (ps-even-or-odd-pages): Customization fix.
6975         (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
6976         (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
6977         (ps-page-count): Var replaced by `ps-page-column'.
6978         (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
6979         (ps-print-sheet-p): New fun.
6981 2000-11-02  Miles Bader  <miles@lsi.nec.co.jp>
6983         * tooltip.el (tooltip-gud-tips-setup): New function.
6984         (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
6985         (tooltip-mode): Call tooltip-gud-tips-setup.
6986         (tooltip-gud-tips): Use `gud-basic-call' instead of
6987         process-send-string, so the prompt gets frobbed appropriately.
6988         Handle nil return value from `tooltip-gud-print-command'.
6990 2000-11-01  Eric M. Ludlam  <zappo@ultranet.com>
6992         * comint.el (comint-add-to-input-history): New function.
6993         (comint-send-input): Use `comint-add-to-input-history'.
6995 2000-11-02  Miles Bader  <miles@lsi.nec.co.jp>
6997         * info.el (info-menu-header): New face.
6998         (Info-fontify-menu-headers): New function.
6999         (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
7001         * info.el (Info-insert-dir): Don't include blank lines at
7002         beginning of additional dir files (one is added automatically).
7004 2000-11-01  Stefan Monnier  <monnier@cs.yale.edu>
7006         * emacs-lisp/easy-mmode.el (define-minor-mode):
7007         Revert the latest changes.
7008         Allow the three positional arguments to be skipped and replaced
7009         by keyword arguments.
7010         Add a :toggle argument to determine whether a nil arg means toggle
7011         or means turn-on.  The default is unchanged.
7012         Add a call to force-mode-line-update.
7014 2000-11-01  Dave Love  <fx@gnu.org>
7016         * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
7018 2000-11-01  Miles Bader  <miles@lsi.nec.co.jp>
7020         * calendar/calendar.el (diary-face, holiday-face):
7021         Add dark-background variants.
7023 2000-10-31  Sam Steingold  <sds@gnu.org>
7025         * textmodes/tex-mode.el (tex-file): Use `default-directory' when
7026         `tex-main-file' does not have directory in it.
7028 2000-10-31  Stefan Monnier  <monnier@cs.yale.edu>
7030         * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
7032 2000-10-31  Thien-Thi Nguyen  <ttn@gnu.org>
7034         * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
7035         functional change.
7037 2000-10-31  Gerd Moellmann  <gerd@gnu.org>
7039         * files.el (find-file-noselect): When we expand a wildcard, return
7040         a list of buffers, as we should do according to the doc string.
7042 2000-10-31  Ken Raeburn  <raeburn@gnu.org>
7044         * loadup.el (top level): Adjust load path if program name is
7045         "../src/bootstrap-emacs", in case it's not dumped and thus the
7046         load path adjustment hasn't already been done.
7048 2000-10-31  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
7050         * ps-print.el: Fix bug on selected pages for printing.
7051         Use `color-values' for Emacs 21.  Ensure fontification when jit-lock
7052         is on.  Try to avoid warning messages when compiling.  Doc Fix.
7053         (ps-print-version): New version number (6.3).
7054         (ps-color-device): Use `color-values' to determine if device
7055         supports color.
7056         (ps-color-values): Try to use `x-color-values' when using XEmacs.
7057         (ps-print-page-p): Changed from defsubst to defun.
7058         (ps-page-number): Changed from defmacro to defun.
7059         (ps-header-sheet, ps-header-page): Fix bug on selected pages for
7060         printing.
7061         (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
7062         (ps-end-file, ps-dummy-page): Funs eliminated.
7063         (ps-print-color-scale): Changed default value.
7064         (ps-page-n-up, ps-print-page-p): New internal vars.
7065         (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
7066         (ps-plot-region, ps-generate, ps-end-job): Code fix.
7068         * delim-col.el: Little programming improvement.
7069         (delimit-columns-str): New macro.
7070         (delimit-columns-region, delimit-columns-rectangle): Code fix.
7072 2000-10-31  Kenichi Handa  <handa@etl.go.jp>
7074         * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
7075         Moved to european.el.
7076         (ccl-encode-mac-roman-font, fontset-mac): Modified for
7077         mule-unicode-2500-33ff and mule-unicode-e000-ffff.
7078         (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
7079         (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
7081 2000-10-30  Dave Love  <fx@gnu.org>
7083         * progmodes/cc-menus.el (imenu-generic-expression)
7084         (imenu-progress-message): Only defvar when compiling.
7086         * emacs-lisp/elp.el (elp-unload-hook): New function.
7088         * loadhist.el (unload-feature): Call elp-restore-function,
7089         checking for symbols; don't use elp-restore-all.
7090         (loadhist-hook-functions): Doc fix.
7092 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
7094         * log-edit.el (log-edit-confirm): Fix the default.
7096 2000-10-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
7098         * delim-col.el: Little fix: replace delimit-columns-align-columns by
7099         delimit-columns-format.
7100         (delimit-columns-region, delimit-columns-rectangle): Code fix.
7102 2000-10-30  Miles Bader  <miles@lsi.nec.co.jp>
7104         * comint.el (comint-replace-by-expanded-history): Don't use
7105         comint-get-old-input (we're not looking at *old* input).
7106         (comint-get-old-input-default): If using fields, signal an error
7107         when the point is not in an input field.
7109 2000-10-30  Kenichi Handa  <handa@etl.go.jp>
7111         * international/mule-conf.el: New charsets mule-unicode-2500-33ff
7112         and mule-unicode-e000-ffff.
7114         * international/mule.el (decode-char, encode-char): New functions.
7115         (make-coding-system): Accept a symbol of translation table as a
7116         value of property `safe-chars'.
7118         * international/mule-cmds.el (encode-coding-char): Check property
7119         safe-chars instead of safe-charsets.
7121         * international/fontset.el (fontset-default): Modified for
7122         mule-unicode-2500-33ff and mule-unicode-e000-ffff.
7123         (x-font-name-charset-alist): Likewise.
7124         (ccl-encode-unicode-font): New CCL program.  Record it in
7125         font-ccl-encoder-alist to be used for fonts "ISO10646-1".
7127         * language/european.el (mac-roman-decoder, mac-roman-encoder):
7128         New translation tables.
7129         (decode-mac-roman, encode-mac-roman): Definition of these CCL
7130         programs are modified and moved from mac-win.el.
7131         (mac-roman): Definition of this coding system is modified and
7132         moved from mac-win.el.
7134 2000-10-29  Michael Kifer  <kifer@cs.sunysb.edu>
7136         * ediff-wind.el (ediff-setup-control-frame): Enclose
7137         face-attribute in condition-case to avoid errors in older emacsen.
7139 2000-10-29  Miles Bader  <miles@gnu.org>
7141         * custom.el (custom-add-to-group): Allow multiple entries for a
7142         given value OPTION, as long as their widget types are different.
7143         * cus-edit.el (custom-face-value-create): If face name doesn't end
7144         with "face", add such here (similar to custom group widgets).
7146         * comint.el (comint-highlight-prompt): Add :type.
7148 2000-10-28  John Wiegley  <johnw@gnu.org>
7150         * calendar/timeclock.el (timeclock-log): Doc fix.
7151         (timeclock-last-event): Doc fix.
7152         (timeclock-log): Kill the timelog buffer after appending a new event.
7153         (timeclock-find-discrep): Use a temp buffer to read in the
7154         timelog, instead of visiting the file.
7155         (timeclock-log-data): A new function, along with a host of helper
7156         functions, for the purpose of making timelog data accessible to
7157         programmers.
7159         * eshell/esh-mode.el (window-height test): Make certain that
7160         `eshell-stringify-t' is non-nil.
7161         (eshell-password-prompt-regexp): Changed to a much simpler
7162         password regexp.
7163         (eshell-send-input): If `eshell-invoke-directly' returns t,
7164         directly invoke the parsed command using `eval'.  This improves
7165         turn-around time on simple commands by a factor of three or
7166         greater, such as cd, ls, pwd, etc. -- which get used very often.
7167         It also conserves thousands of cons cells per call (since
7168         `eshell-do-eval' consumes memory like a Cookie Monster set loose
7169         in the Pacific Cookie Company).
7171         * eshell/esh-test.el (eshell-test): Whitespace fix.
7173         * eshell/em-ls.el (eshell-ls-insert-directory):
7174         Make `eshell-ls-initial-args' nil when inserting directory contents.
7176         * eshell/em-script.el (eshell-script-initialize): Add names to
7177         `eshell-complex-commands, since `source' and `.' are complex.
7179         * eshell/esh-cmd.el (eshell-rewrite-for-command)
7180         (eshell-rewrite-while-command): Use `eshell-protect' instead of
7181         `eshell-copy-handles'.
7182         (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
7183         bodies.
7184         (eshell-separate-commands): Whitespace fix.
7185         (eshell-complex-commands): Added a new list of names, for
7186         determining whether a given command is as simple as it looks.
7187         (eshell-invoke-directly): New function.  Returns t if a command
7188         should be invoked directly (using `eval'), rather than indirectly
7189         using `eshell-do-eval'.
7190         (eshell-do-eval): Whitespace fix.
7192         * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
7193         which provides an emulation of the DOS shell behavior of assuming
7194         that cp/mv/ln should copy/move/link to the current directory.
7195         (eshell-remove-entries): Added a doc string.
7196         (eshell-shuffle-files): Removed the check for `target' being null.
7197         (eshell-mvcp-template, eshell-mvcpln-template): Renamed
7198         `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
7199         it to do a smarter check of whether a destination was provided.
7200         (eshell/mv, eshell/cp): Enable `:preserve-args'.
7201         (eshell/ln): Enable `:preserve-args', and use
7202         `eshell-mvcpln-template' to implement the body of the function.
7203         (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
7204         (eshell/du, eshell/diff, eshell/locate): Stringify the argument
7205         list after flattening it.  This makes it possible to cat files
7206         with numerical names.
7207         (eshell-unix-initialize): Added several names to
7208         `eshell-complex-commands.
7209         (eshell-unix-command-complex-p): Return t if a given command name
7210         may result in external processes being invoked.
7212         * eshell/em-glob.el (eshell-glob-show-progress): Make this
7213         variable nil by default, since it slows down glob processing by a
7214         factor of two or more, and increases memory consumption.
7216         * eshell/em-smart.el: Added a note about how memory consumptive
7217         smart display mode can be (at least this is true in Emacs 21).
7218         (eshell-smart-initialize): Whitespace fix.
7219         (eshell-refresh-windows): Use `if' instead of `when'.
7220         (eshell-smart-scroll-window): Calling `save-current-buffer' was
7221         not necessary.
7222         (eshell-currently-handling-window): Added a missing global variable.
7224         * eshell/em-ls.el (eshell-do-ls): Code simplification.
7225         (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
7226         Whitespace fix.
7227         (eshell-ls-exclude-hidden): Added this variable in addition to
7228         `eshell-ls-exclude-regexp'.  This one prevents files beginning
7229         with . from even being read, which can improve memory consumption
7230         quite a bit.
7231         (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
7232         read file entries beginning with a dot.  In home directories with
7233         lots of hidden files, fully two-thirds of the time spent in ls is
7234         used to read directory entries that are immediately thrown away.
7235         (eshell-ls-initial-args): Added back this configuration variable,
7236         for specifying default initial arguments to every call to ls.
7237         Much faster than using an alias to do the same thing.
7238         (eshell-do-ls): Use `eshell-ls-initial-args', if set.
7239         (eshell-ls-dir): Whitespace change.
7241         * eshell/em-dirs.el (eshell/pwd): Small code simplification.
7243         * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
7244         (eshell-stringify-t): Added a customization variable, to indicate
7245         whether `t' should be rendered as a string at all.  If not, one
7246         can still determine if the result of an expression is true using
7247         "file-exists-p FILE && echo true".
7248         (eshell-stringify): If `eshell-stringify-t' is nil, don't
7249         stringify t!
7251         * eshell/esh-module.el: Whitespace fix.
7253         * eshell/em-alias.el (eshell-alias-initialize):
7254         Added `eshell-command-aliased-p' to `eshell-complex-commands'.
7255         (eshell-command-aliased-p): New function that returns t if a
7256         command name names an aliased.
7258 2000-10-29  Michael Kifer  <kifer@cs.sunysb.edu>
7260         * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
7261         redrawing the screen when changing cursor color.
7262         (viper-insert-state-pre-command-sentinel)
7263         (viper-replace-state-pre-command-sentinel)
7264         (viper-replace-state-post-command-sentinel):
7265         Use viper-preserve-cursor-color.
7266         Many functions changed to use viper= instead of = when comparing
7267         characters.
7268         * viper-util.el (viper-memq-char,viper=): New functions for
7269         working with characters.
7270         (viper-change-cursor-color): Fixed buglet.
7271         Many functions changed to use viper= instead of = when comparing
7272         characters.
7273         * viper.el (viper-insert-state-mode-list): Added eshell.
7275         * ediff-init.el (ediff-before-setup-hook): New hook.
7276         Several typos fixed in various docstrings.
7277         * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
7278         * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
7279         (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
7280         * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
7281         (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
7282         (ediff-get-selected-buffers): New function.
7283         * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
7284         (ediff-vc-merge-internal,ediff-rcs-merge-internal):
7285         Use save-window-excursion.
7286         * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
7287         termination check in while loop.
7288         * ediff.el (ediff-get-default-file-name): Better defaults when in
7289         dired buffer.
7290         (ediff-files,ediff-merge-files,ediff-files3)
7291         (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
7293 2000-10-28  Dave Love  <fx@gnu.org>
7295         * info.el (Info-fontify-node): Add help-echo for menu items.
7297 2000-10-28  Eli Zaretskii  <eliz@is.elta.co.il>
7299         * startup.el (normal-top-level): If the value of $TERM indicates
7300         we are running from xterm or one of its work-alikes, default to a
7301         light background mode.
7303         Support for -fg, -bg, and -rv command-line arguments for TTYs:
7304         * faces.el (tty-handle-reverse-video): New function.
7305         (tty-create-frame-with-faces): Call it.
7307         * frame.el (frame-notice-user-settings): Don't apply
7308         default-frame-alist and initial-frame-alist to MS-DOS frames.
7309         Call tty-handle-reverse-video, frame-set-background-mode, and
7310         face-set-after-frame-default for non-MS-DOS frames.
7312         * startup.el (tty-long-option-alist): New variable.
7313         (tty-handle-args): New function.
7314         (command-line): Call tty-handle-args.
7316         * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
7317         startup.el now does that for all character-terminal frames.
7319 2000-10-28  Miles Bader  <miles@gnu.org>
7321         * emacs-lisp/easy-mmode.el (define-minor-mode):
7322         Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
7323         is global.  If :global is followed by a non-nil but non-t value,
7324         make the mode buffer-local, but also generate a `global-MODE'
7325         version using `easy-mmode-define-global-mode'.
7326         Add :conditional-turn-on keyword argument.
7328 2000-10-28  Dave Love  <fx@gnu.org>
7330         * international/latin1-disp.el (latin1-char-displayable-p):
7331         Don't use window-system.
7333 2000-10-27  Eli Zaretskii  <eliz@is.elta.co.il>
7335         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
7336         Don't call find-buffer-file-type-coding-system.  Instead, just
7337         set eol-type to -unix if inhibit-eol-conversion is in effect, or
7338         if the file is on an untranslated filesystem.
7339         (add-untranslated-filesystem): Use "D" instead of "f" inside
7340         interactive.
7342 2000-10-27  Dave Love  <fx@gnu.org>
7344         * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
7345         (refill-mode): Use it.
7347 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
7349         * international/quail.el (quail-activate): Don't make-local-hook.
7351 2000-10-27  Andre Spiegel  <spiegel@gnu.org>
7353         * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
7354         manual backups and file.~<rev>.~ for automatic ones.
7355         (vc-make-version-backup): Don't do it on MS-DOS without long file
7356         names.
7358         * vc.el (vc-version-other-window): If an automatic backup of the
7359         desired version exists, rename it instead of copying it.
7361         * vc-cvs.el (vc-cvs-checkin): Check both status and error message
7362         after command.  If there's an unexpected error, signal it instead
7363         of being silent.
7364         (vc-cvs-merge-news): Be prepared for no news at all.
7366 2000-10-27  Miles Bader  <miles@lsi.nec.co.jp>
7368         * shell.el (shell): Add BUFFER argument.
7369         * comint.el (make-comint-in-buffer): New function.
7370         (make-comint): Use it.
7372         * faces.el (face-spec-choose): Change syntax so that the list of
7373         attribute-value pairs is now the cdr of each clause, not the cadr.
7374         Detect old-style entries, and handle them.  Use pop.
7376 2000-10-26  Stefan Monnier  <monnier@cs.yale.edu>
7378         * cus-edit.el (custom-mode-map): Use a sparse map.
7379         (custom-mode): Don't bother with make-local-hook.
7381         * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
7383         * vc.el (vc-start-entry): Only erase the buffer if comment is set.
7385 2000-10-26  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
7387         * ps-print.el: Avoid compilation gripes.
7388         (ps-print-version): New version number (6.2.1).
7390 2000-10-26  Dave Love  <fx@gnu.org>
7392         * menu-bar.el: Modify some menu item help strings.
7393         (menu-bar-help-menu): Add link to MORE.STUFF.
7395         * cus-edit.el (custom-mode): Add `special' mode-class property.
7397         * wid-browse.el (widget-browse-mode): Likewise.
7399         * wid-edit.el (widget-specify-field): Revert to using local-map
7400         property, not keymap.
7402 2000-10-26  Miles Bader  <miles@lsi.nec.co.jp>
7404         * wid-edit.el (widget-field-end): When checking for a `boundary'
7405         field, do so in the correct buffer.
7407         * simple.el (undo): Correctly distinguish between numeric and
7408         non-numeric prefix args in non-transient-mark-mode, as per the doc
7409         string.  When in transient-mark-mode, treat all prefix-args as
7410         numeric.
7412         * simple.el (previous-matching-history-element): Miscellaneous cleanup.
7413         Position point on match.  Handle N == 0 correctly.
7415         * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
7416         (comint-mode-map): Reverse order of `comint-write-output' and
7417         `comint-append-output-to-file'.
7418         (comint-append-output-to-file): Reinstate this function, for the
7419         benefit of the menu.
7421 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
7423         * vc.el (vc-version-other-window): Bind `file'.
7425 2000-10-25  Gerd Moellmann  <gerd@gnu.org>
7427         * Makefile.in (update-authors): New target for maintenance purposes.
7429         * emacs-lisp/authors.el (batch-update-authors): New function.
7430         (authors-fixed-entries): New defconst.
7431         (authors-add-fixed-entries): New function.
7432         (authors): Call it.: Don't process lispref/.
7434 2000-10-25  Jason Rumney  <jasonr@gnu.org>
7436         * cus-edit.el (custom-button-face, custom-button-pressed-face):
7437         Merge x w32 and mac definitions.
7439 2000-10-25  Gerd Moellmann  <gerd@gnu.org>
7441         * menu-bar.el (menu-bar-options-menu): Add a help string for
7442         `uniquify'.
7444 2000-10-25  Stephen Gildea  <gildea@alum.mit.edu>
7446         * time-stamp.el (time-stamp-string-preprocess):
7447         Fix a wrong type argument error.
7449 2000-10-25  Miles Bader  <miles@gnu.org>
7451         * recentf.el (recentf-mode): Variable removed.
7452         (recentf-mode): Use `define-minor-mode'.
7454         * mwheel.el (mouse-wheel-mode): New global minor mode.
7455         (mwheel-install): Use `mouse-wheel-mode'.
7457 2000-10-25  Dave Love  <fx@gnu.org>
7459         * progmodes/cperl-mode.el (cperl-mode):
7460         Set normal-auto-fill-function correctly.
7462         * wid-edit.el (widget-field-keymap, widget-text-keymap):
7463         Don't inherit from global-map and don't nullify menu-bar and tool-bar
7464         bindings.
7466 2000-10-25  Miles Bader  <miles@lsi.nec.co.jp>
7468         * wid-edit.el (widget-field-at): New function.
7469         (widget-at, widget-field-activate): Use it.
7470         (widget-tabable-at): Use `widget-at'.
7471         (widget-specify-field): If the terminating character of the widget
7472         field (which is read-only) is a newline, put it into a special
7473         `boundary' field so that C-n/C-p act more naturally.
7474         (widget-field-end): Also don't subtract one if a special
7475         `boundary' field has been added after the widget field.
7477         * comint.el (comint-output-filter, comint-send-input):
7478         Don't bother adding stickiness fields to overlays to fool the field
7479         code, since it should notice the overlay insertion-types now.
7481         * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
7482         Replace with aliases of the normal emacs b-o-l/e-o-l functions.
7483         (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
7485 2000-10-24  Gerd Moellmann  <gerd@gnu.org>
7487         * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
7488         (authors): Set file coding system to iso-2022-7bit.
7489         Add file-local variables to output buffer.
7491         * files.el (after-find-file): Don't print any warnings if
7492         WARN is nil.
7494 2000-10-24  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
7496         * ps-print.el (ps-generate): Fix odd/even pages printing bug.
7498         * delim-col.el: Now there is a column formatting mechanism.
7499         Modified to customization mechanisms convention.  Doc fix.
7500         (columns): New group for delim-col.
7501         (delimit-columns-before, delimit-columns-after)
7502         (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
7503         (delimit-columns-end): New vars.
7504         (delimit-columns-customize, delimit-columns-format): New funs.
7505         (delimit-columns-region, delimit-columns-rectangle)
7506         (delimit-columns-rectangle-line): Modified to support column
7507         formatting.
7509 2000-10-24  Dave Love  <fx@gnu.org>
7511         * log-edit.el (log-edit): Add :version and a :group for vc.
7513 2000-10-24  Gerd Moellmann  <gerd@gnu.org>
7515         * files.el (after-find-file): Don't print a message ``New file''
7516         if WARN is nil.
7518         * wid-edit.el (widget-field-keymap, widget-text-keymap):
7519         Define the tool-bar map as nil, as for the menu-bar.  Otherwise, we'll
7520         get duplicate tool-bar entries because we'll see the global ones
7521         on more than one path through keymaps.
7523         * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
7525         * progmodes/cmacexp.el: Change Francesco's email address.
7527 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
7529         * window.el (fit-window-to-buffer): Adjust point of the window
7530         buffer, not that of the current buffer.
7532 2000-10-24  Eli Zaretskii  <eliz@is.elta.co.il>
7534         * progmodes/cmacexp.el: Update the euthor's email address.
7536 2000-10-24  Miles Bader  <miles@lsi.nec.co.jp>
7538         * faces.el (face-spec-set-match-display): Add `graphic' display
7539         type (the inverse of `tty').  Use `display-graphic-p' instead of
7540         the window-system variable.
7542 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
7544         * international/isearch-x.el (isearch-with-input-method):
7545         Call input-method-function with the first event in
7546         unread-command-events.
7548 2000-10-24  Miles Bader  <miles@lsi.nec.co.jp>
7550         * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
7552 2000-10-24  Andrew Choi  <akochoi@i-cable.com>
7554         * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
7555         New charsets.
7557         * term/mac-win.el: Remove definitions of mac-roman-lower and
7558         mac-roman-upper, require dired, and define instead of set
7559         mac-ready-for-drag-n-drop to avoid compilation error.
7561 2000-10-23  Andrew Innes  <andrewi@gnu.org>
7563         * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
7564         Remove superfluous calls to subst-char-in-string; instead apply
7565         expand-file-name after convert-standard-filename to ensure
7566         expected directory separators are used.
7568 2000-10-23  Eli Zaretskii  <eliz@is.elta.co.il>
7570         * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
7572 2000-10-23  Dave Love  <fx@gnu.org>
7574         * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
7575         (tool-bar-add-item): Set foreground and background for XBM icons.
7577         * international/latin1-disp.el (latin1-char-displayable-p):
7578         New function (from Handa).
7579         (latin1-display-check-font): Use it.
7581         * imenu.el (imenu--create-keymap-2): Build menu with menu-item
7582         using :key-sequence, making it much more usable.
7583         Use nconc, not append.
7584         (imenu--create-keymap-1): Avoid append.
7586         * textmodes/refill.el: Remove bits redundant with define-minor-mode.
7588 2000-10-23  Miles Bader  <miles@lsi.nec.co.jp>
7590         [the following changes fix a bug where `define-minor-mode' didn't
7591         correctly generate :require clauses for defcustoms in compiled files]
7592         * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
7593         (byte-compile-log-file, byte-compile-log-1): Don't set
7594         `byte-compile-current-file' to nil.  Instead set
7595         `byte-compile-last-logged-file' to it.  Test whether
7596         byte-compile-current-file equals byte-compile-last-logged-file
7597         instead of whether its nil.
7598         (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
7600 2000-10-23  Stefan Monnier  <monnier@cs.yale.edu>
7602         * textmodes/refill.el: Fix var names in doc.
7603         (refill-mode): Don't bother with make-local-hook anymore.
7605 2000-10-23  Miles Bader  <miles@lsi.nec.co.jp>
7607         * faces.el (face-user-default-spec, face-default-spec): New functions.
7608         (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
7609         (frame-set-background-mode, face-set-after-frame-default):
7610         Use `face-user-default-spec'.  Simplify code slightly.
7612         * woman.el (woman-italic-face, woman-bold-face)
7613         (woman-unknown-face): Add dark-background variants.
7614         (woman-default-faces): Renamed from `woman-colour-faces'.
7615         Set using the stored defaults, rather than using hard-wired colors.
7616         (woman-monochrome-faces): Renamed from `woman-black-faces'.
7617         Just make the foreground `unspecified' rather than "black".
7618         (woman-menu): Rename menu entries accordingly.
7620         * faces.el (header-line): Make more reasonable on mono/grayscale
7621         displays.
7623 2000-10-23  Andrew Choi  <akochoi@i-cable.com>
7625         * cus-edit.el (custom-button-face): Use 3D look for mac.
7626         (custom-button-pressed-face): Likewise.
7628         * faces.el (set-face-attributes-from-resources): Handle mac frames
7629         in the same way as x and w32 frames.
7630         (face-valid-attribute-values): Likewise.
7631         (read-face-attribute): Likewise.
7632         (defined-colors): Likewise.
7633         (color-defined-p): Likewise.
7634         (color-values): Likewise.
7635         (display-grayscale-p): Likewise.
7636         (face-set-after-frame-default): Likewise.
7637         (mode-line): Same default face as for x and w32.
7638         (tool-bar): Likewise.
7640         * frame.el: Remove call to frame-notice-user-settings at end of
7641         the file.
7643         * info.el (Info-fontify-node): Make underlines invisible for mac
7644         as for x, pc, and w32 frame types.
7646         * term/mac-win.el: New file.
7648 2000-10-22  Dave Love  <fx@gnu.org>
7650         * textmodes/refill.el: New file.
7652 2000-10-22  Andre Spiegel  <spiegel@gnu.org>
7654         * vc-hooks.el (vc-version-backup-file-name): New optional args
7655         MANUAL and REGEXP.
7656         (vc-delete-automatic-version-backups, vc-make-version-backup):
7657         New functions.
7658         (vc-before-save): Use the latter.
7659         (vc-default-make-version-backups-p): Added `-p' suffix to avoid
7660         confusion.
7662         * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
7663         expected by vc[-hooks].el.
7665         * vc.el (vc-checkout): Added `-p' suffix in call to
7666         vc-make-version-backups-p; use vc-make-version-backup to actually
7667         make the backup.
7668         (vc-version-other-window, vc-version-backup-file): Handle both
7669         automatic and manual backups.
7670         (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
7671         of all of them.
7673 2000-10-22  Miles Bader  <miles@gnu.org>
7675         * comint.el (comint-highlight-input, comint-highlight-prompt):
7676         Renamed, `-face' at end removed.
7677         (comint-send-input, comint-output-filter): Use renamed faces.
7679         * window.el (fit-window-to-buffer): Change defaulting of
7680         MAX-HEIGHT slightly.
7682         * faces.el (color-values, color-defined-p): Use `member', not
7683         `memq', because it works correctly for strings.
7684         (frame-set-background-mode): Actually, "unspecified-fg" and
7685         "unspecified-bg" *are* strings.  Use `member', not `memq', and
7686         `equal', not `eq', when a string value is possible.
7688 2000-10-21  Eli Zaretskii  <eliz@is.elta.co.il>
7690         * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
7692 2000-10-21  Stefan Monnier  <monnier@cs.yale.edu>
7694         * progmodes/sh-script.el (sh-mode-map): Remove bindings for
7695         sh-electric-rparen, sh-electric-less and sh-electric-hash.
7696         (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
7697         (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
7698         (sh-font-lock-syntactic-keywords): Use them.
7699         (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
7700         (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
7701         (sh-mode): Don't override font-lock-unfontify-region-function.
7702         Use a copy of sh-font-lock-syntactic-keywords.
7703         (sh-set-shell): Don't set sh-electric-rparen-needed-here.
7704         Don't call sh-scan-buffer since font-lock does it on the fly.
7705         (sh-get-indent-info): Use `face' rather than `syntax-table'
7706         text-property to detect here-documents.
7707         Replace sh-special-syntax with sh-st-punc.
7708         (sh-prev-line): Use `face' rather than `syntax-table'
7709         text-property to skip over here-documents.
7710         (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
7711         (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
7712         (sh-electric-less, sh-set-here-doc-region)
7713         (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
7714         (sh-scan-buffer, sh-rescan-buffer): Remove.
7716 2000-10-21  Andrew Innes  <andrewi@gnu.org>
7718         * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
7719         remote (ange-ftp) file names.
7721 2000-10-21  Miles Bader  <miles@gnu.org>
7723         * window.el (fit-window-to-buffer): New function.
7724         (shrink-window-if-larger-than-buffer): Use it.
7725         (window-text-height): Don't expect minibuffers to have mode-lines.
7727         * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
7728         * international/quail.el (quail-update-guidance):
7729         Use `fit-window-to-buffer' instead of `set-window-text-height'.
7731         * international/quail.el (quail-show-guidance-buf): Make sure
7732         guidance window really has enough room.
7733         (quail-update-guidance): If quail-guidance-win is already shown,
7734         make sure its height is OK.
7736         * window.el (window-text-height, set-window-text-height):
7737         New functions.
7738         (shrink-window-if-larger-than-buffer): Use `window-text-height'
7739         instead of `window-height' & `mode-line-window-height-fudge'.
7740         (mode-line-window-height-fudge): Add FACE parameter.
7741         * help.el (resize-temp-buffer-window): Use `set-window-text-height'
7742         instead of `enlarge-window' & `mode-line-window-height-fudge'.
7744 2000-10-20  Miles Bader  <miles@gnu.org>
7746         * window.el (height-affecting-face-attributes): Use `defconst'.
7748         * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
7749         New function, conditionally aliased to `mode-line-window-height-fudge'.
7750         (ispell-help): Use it.
7751         (ispell-choices-win-default-height): Don't include mode-line fudge.
7752         (ispell-choices-win-default-height): New function.
7753         (ispell-show-choices, ispell-command-loop): Use function
7754         `ispell-choices-win-default-height' instead of variable.
7756 2000-10-20  Miles Bader  <miles@lsi.nec.co.jp>
7758         * window.el (mode-line-window-height-fudge): New variable.
7759         (height-affecting-face-attributes): New variable.
7760         (mode-line-window-height-fudge): New function.
7761         (shrink-window-if-larger-than-buffer): Use it.
7762         * help.el (resize-temp-buffer-window): Likewise.
7764         * info.el (Info-fontify-node): Add support for @subsubsection
7765         titles, which use `Info-title-4-face'.
7766         (Info-title-4-face): New face.
7767         (Info-title-3-face): Inherit from Info-title-4-face instead of
7768         variable-pitch.
7770 2000-10-19  Jason Rumney  <jasonr@gnu.org>
7772         * dired.el (dired-insert-directory): Do not let errors signalled by
7773         attempt to run dired-free-space-program prevent dired from working.
7775 2000-10-19  Stefan Monnier  <monnier@cs.yale.edu>
7777         * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
7779 2000-10-19  Gerd Moellmann  <gerd@gnu.org>
7781         * dirtrack.el (dirtrack): Fix call to run-hooks.
7783         * cmuscheme.el (cmuscheme-program-name): Renamed from
7784         scheme-program-name because xscheme.el contains a defcustom with
7785         the same name.  As a consequence, customizing group `cmuscheme'
7786         loaded `xscheme' which redefined run-scheme.
7787         (run-scheme): Use cmuscheme-program-name.
7789         * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
7791         * play/doctor.el (doctor-death): Update the Samaritans'
7792         anonymous address, and add a website for Befrienders International.
7794 2000-10-19  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
7796         * ps-print.el: Even/odd pages fix.  Fix little bug on XEmacs.
7797         Avoid compilation gripes.  Doc fix.
7798         (ps-print-version): New version number (6.2).
7799         (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
7800         (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
7801         (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
7802         (ps-x-extent-priority, ps-x-extent-start-position)
7803         (ps-x-face-font-instance, ps-x-find-coding-system)
7804         (ps-x-font-instance-properties, ps-x-make-color-instance)
7805         (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
7806         avoid compilation gripes without defining functions.
7807         (ps-e-find-composition): Alias for function find-composition, to have a
7808         suitable function depending on Emacs version.
7809         (ps-color-device, ps-color-values, ps-face-foreground-name)
7810         (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
7811         (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
7812         (ps-print-ensure-fontified): Function definitions surrounded by
7813         `eval-and-compile' to avoid compilation gripes.
7814         (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
7815         by symbol-value to avoid compilation gripes.
7816         (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
7817         (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
7819 2000-10-19  Miles Bader  <miles@lsi.nec.co.jp>
7821         * startup.el (normal-top-level): Call `frame-set-background-mode'
7822         after `frame-notice-user-settings' because the latter doesn't call
7823         the former on a tty.
7825         * faces.el (frame-set-background-mode): `unspecified' &c are
7826         symbols, not strings.
7828 2000-10-19  Eli Zaretskii  <eliz@is.elta.co.il>
7830         * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
7831         why some "light*" colors are deliberately absent from the alist.
7833         * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
7834         Change colors for tty's, as suggested by Miles Bader.
7836 2000-10-19  Kenichi Handa  <handa@etl.go.jp>
7838         * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
7839         (ccl-encode-mule-unicode-0100-24ff): New CCL program.  Register it
7840         for ISO10646-1 fonts.
7841         (x-font-name-charset-alist): Add an entry for "iso10646-1".
7843 2000-10-19  Eli Zaretskii  <eliz@is.elta.co.il>
7845         * faces.el (frame-set-background-mode): If a tty frame defines a
7846         background color, use that to compute the background mode, instead
7847         of always defaulting to "dark".
7849 2000-10-19  Miles Bader  <miles@lsi.nec.co.jp>
7851         * comint.el (comint-write-output): New function.
7852         (comint-mode-map): Add it to the menu.
7853         Bind `C-c C-s' to comint-write-output.
7855 2000-10-18  Gerd Moellmann  <gerd@gnu.org>
7857         * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
7858         Use fancy-splash-delay.
7860 2000-10-18  Alex Schroeder  <alex@gnu.org>
7862         * progmodes/sql.el (sql-sybase-options): New option.
7863         (sql-sybase): Use it.  Add sql-database to the list of parameters
7864         provided for login.  The options -w 2048 -n are not used any more.
7866         * comint.el (comint-read-input-ring): Bugfix such that the first
7867         and the last entry of the input ring file are not lost.
7869 2000-10-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
7871         * ps-print.el: Internal variable changes to defcustom,
7872         make-local-hook changes to defvar.  Doc fix.
7873         (ps-print-version): New version number (6.1).
7874         (ps-setup, ps-do-despool): Code fix.
7875         (ps-printer-name): Customization fix.
7876         (ps-printer-name-option): Now is a defcustom instead of an
7877         internal variable.
7878         (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
7879         (ps-print-begin-column-hook): Now are defvar instead of
7880         make-local-hook.
7882 2000-10-18  Miles Bader  <miles@gnu.org>
7884         * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
7885         (comint-kill-output): Changed into an alias for `comint-delete-output',
7886         and made obsolete.
7887         (comint-mode-map): Rename references to comint-kill-output.
7889 2000-10-18  Eli Zaretskii  <eliz@is.elta.co.il>
7891         * diff-mode.el (diff-header-face, diff-file-header-face)
7892         (diff-changed-face): Add bold and italic attributes to tty faces.
7893         (diff-function-face): New face.
7894         (diff-font-lock-keywords): Use it.
7896 2000-10-18  Miles Bader  <miles@lsi.nec.co.jp>
7898         * comint.el (comint-output-filter): Fixup comint-last-input-end too.
7899         Remove commented-out call to force-mode-line-update.
7900         (comint-kill-output): Use `forward-line 0' instead of
7901         beginning-of-line to make sure we get past the prompt.
7903 2000-10-17  Stefan Monnier  <monnier@cs.yale.edu>
7905         * diff-mode.el (diff-header-face, diff-file-header-face):
7906         Add specific setting for dark background.
7907         (diff-context-face): Renamed from diff-comment-face.
7908         Set explicitly rather than inheriting from font-lock-comment-face.
7910 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
7912         * startup.el (command-line): Move the code which sets the default
7913         TTY colors to before before-init-hook.
7915 2000-10-17  Gerd Moellmann  <gerd@gnu.org>
7917         * jit-lock.el (jit-lock-stealth-time): Doc fix.
7919 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
7921         * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
7922         extensions, for MS-DOS.
7924         * diff-mode.el (diff-header-face, diff-file-header-face)
7925         (diff-changed-face): Define tty-specific colors.
7927 2000-10-17  Gerd Moellmann  <gerd@gnu.org>
7929         * startup.el (fancy-splash-text): Realign the text.
7931 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
7933         * font-lock.el (font-lock-comment-face): Define a separate default
7934         for dark-background tty's.
7936 2000-10-17  Miles Bader  <miles@gnu.org>
7938         * help.el (resize-temp-buffer-window): Add hack to avoid last line
7939         being obscured by whizzy mode-lines on graphics displays.
7941 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
7943         * info.el (Info-title-1-face, Info-title-2-face)
7944         (Info-title-3-face): Define colors for tty's.
7945         (info-header-node): Remove unneeded tty-specific definition.
7947 2000-10-16  Eli Zaretskii  <eliz@is.elta.co.il>
7949         * term/pc-win.el (msdos-handle-reverse-video): Don't remove
7950         reverse from the frame parameters, and don't invert foreground and
7951         background colors.
7953 2000-10-16  Miles Bader  <miles@gnu.org>
7955         * info.el (Info-set-mode-line): Use `%b' instead of hardwired
7956         string "*Info*".  Call propertized-buffer-identification to spruce
7957         up the result.
7959 2000-10-16  Gerd Moellmann  <gerd@gnu.org>
7961         * help.el: Provide `help' for the sake of define-minor-mode
7962         which generates defcustoms with requires.
7964         * jit-lock.el (jit-lock-after-change): If we're in text that
7965         matches a multi-line font-lock pattern, make sure the whole text
7966         will be redisplayed.
7968         * emacs-lisp/authors.el (authors-add): Don't add an entry if
7969         author's name is unknown.
7971         * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
7972         * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
7973         * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
7974         * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
7975         * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
7976         * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
7977         * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
7978         * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
7979         * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
7980         Add author information.
7982 2000-10-16  Miles Bader  <miles@lsi.nec.co.jp>
7984         * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
7985         * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
7986         full-color version (using the Gimp) to eliminate dithering artifacts.
7988 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
7990         * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
7992         * simple.el (syntax-flag-table, string-to-syntax): Remove.
7994 2000-10-15  Dave Love  <fx@gnu.org>
7996         * progmodes/sh-script.el: Require skeleton and comint when compiling.
7998         * pcomplete.el (pcomplete) <defgroup>: Add :version.
8000         * whitespace.el: Doc fixes.
8001         (top-level): Don't add hooks here.
8002         (whitespace-running-emacs): Deleted.
8003         (timer): Don't require.
8004         (whitespace): Add back :version conditional on xemacs test.
8005         (whitespace-spacetab-regexp, whitespace-indent-regexp)
8006         (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
8007         (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
8008         (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
8009         Avoid specific xemacs test.
8010         (whitespace-global-mode): New option.
8011         (whitespace-global-mode): New command.
8012         (whitespace-unload-hook): New function.
8014         * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
8015         (Info-fontify-node, Info-goto-node, Info-mode-menu)
8016         (Info-fontify-node): `Goto' goes to `Go to'.
8017         (Info-fontify-node): Add help-echo to xref links.
8019 2000-10-15  Eli Zaretskii  <eliz@is.elta.co.il>
8021         * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
8023 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
8025         * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
8026         Use plist-get and allow :inherit.
8028         * emacs-lisp/cl-macs.el (cl-do-arglist):
8029         Use plist-get and plist-member instead of memq.
8031         * emacs-lisp/ewoc.el (ewoc-location): New function.
8032         (ewoc-enter-after, ewoc-enter-before): Document return value.
8033         * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
8034         Don't need make-local-hook any more.
8035         (cvs-addto-collection): Return the new tin.
8036         (cvs-mode-insert): Jump to the new line.
8038         * jit-lock.el (jit-lock-fontify-buffer): Remove.
8040         * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
8042         * font-lock.el (font-lock-syntactically-fontified): New var.
8043         (font-lock-fontify-syntactic-keywords-region): Use it.
8044         (font-lock-mode): Fix docstring.  Don't need make-local-hook anymore.
8046         * diff-mode.el (diff-find-file-name): Fix regexp.
8048         * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
8049         (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
8051         * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
8052         (sh-mode-syntax-table): Add punctuation syntax for < and >.
8053         (sh-mode): Don't make all vars local here.
8054         (sh-kw): Reformat.
8055         (sh-set-shell): Use dolist.  Don't set indent-region-function.
8056         (sh-mode-syntax-table): Use pop.
8057         (sh-remember-variable): Use push.
8058         (sh-help-string-for-variable): Use memq.
8059         (sh-safe-backward-sexp): Remove.
8060         (sh-safe-forward-sexp): Add ARG.
8061         (sh-get-indent-info, sh-prev-stmt): Use it.
8062         (sh-prev-line): Simplify by using forward-comment.
8063         (sh-this-is-a-continuation): Simplify.
8064         (sh-learn-buffer-indent): Use dolist.
8065         (sh-do-nothing): Remove.
8066         (sh-set-char-syntax, sh-set-here-doc-region):
8067         Use inhibit-modification-hooks.
8068         (sh-name-style): Use mapcar and push.
8069         (sh-load-style): Use dolist.
8070         (sh-save-styles-to-buffer): Use with-current-buffer and pp.
8071         (sh-case, sh-while-getopts): Use propertize directly rather
8072         than sh-electric-rparen.
8074 2000-10-14  Stefan Monnier  <monnier@cs.yale.edu>
8076         * textmodes/tex-mode.el: Require CL when compiling.
8077         (tex-mode-syntax-table): Init immediately.
8078         (tex-mode-map): Bind M-RET to latex-insert-item.
8079         (latex-mode): Set indent-line-function to latex-indent.
8080         (tex-common-initialization): Don't setup the syntax-table any more.
8081         (latex-insert-item): New skeleton.
8082         (tex-next-unmatched-end): Fix copy/paste braino.
8083         (latex-syntax-after, latex-skip-close-parens, latex-down-list)
8084         (latex-indent, latex-find-indent): New functions.
8085         (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
8086         (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
8087         (tex-compilation-parse-errors): Use with-syntax-table.
8089 2000-10-15  Miles Bader  <miles@gnu.org>
8091         * font-lock.el (font-lock-comment-face): Change dark-background,
8092         color, non-tty, default to `chocolate1'.
8094 2000-10-13  John Wiegley  <johnw@gnu.org>
8096         * eshell/esh-util.el (require): Added a missing `require' form,
8097         needed when compiling (for an ange-ftp macro definition).
8099 2000-10-13  Dave Love  <fx@gnu.org>
8101         * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
8103 2000-10-13  Gerd Moellmann  <gerd@gnu.org>
8105         * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
8107         * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
8108         transparent -colors 8).
8110 2000-10-13  Stephen Gildea  <gildea@alum.mit.edu>
8112         * time-stamp.el (time-stamp): Fixed bug in new multi-line code
8113         that breaks with old list format timestamps.
8114         (time-stamp-warn-inactive, time-stamp-old-format-warn)
8115         (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
8117 2000-10-13  John Wiegley  <johnw@gnu.org>
8119         * align.el, pcomplete.el, calendar/timeclock.el,
8120         eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
8122         * calendar/timeclock.el (timeclock-find-discrep): A fix to some
8123         faulty math, where holiday hours were being computing as seconds.
8125 2000-10-13  John Wiegley  <johnw@gnu.org>
8127         * desktop.el (desktop-buffer-modes-to-save): Added a global for
8128         specifying what "other" kinds of buffers should be saved.
8129         This used to be hard-coded.
8130         (desktop-buffer-misc-functions): A global for specifying how
8131         auxiliary data should be determined for special buffer types.
8132         (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
8133         instead of hard-coding the special buffer types.
8134         (desktop-save): Run `desktop-buffer-misc-functions' to gather
8135         auxiliary data, instead of hard-coding for Info buffers and dired.
8136         (desktop-buffer-info-misc-data): Aux function for determining Info
8137         buffer auxiliary info.
8138         (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
8139         (desktop-buffer-info): Changed this function to use the info
8140         gathered above.
8141         (desktop-create-buffer): Be a little more careful about what
8142         `minor-mode' means before calling it.  This is important for some
8143         buffer types.
8145 2000-10-13  John Wiegley  <johnw@gnu.org>
8147         * eshell/esh-util.el: Added a global form which declares an
8148         autoload for `parse-time-string', if that function is not already
8149         defined, and if parse-time.el is available on the user's system.
8151         * eshell/em-ls.el (eshell-ls-applicable): Extended this function
8152         to be aware of ange-ftp user info.
8153         (eshell-do-ls): Bind `ange-cache'.  Also, use `eshell-file-attributes'.
8154         (eshell-ls-annotate): Use `eshell-file-attributes'.
8155         (eshell-ls-file): Made the user-id printing code a bit smarter.
8157         * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
8158         allow identification of alias user ids in remote directories.
8159         It's manual, but there's no other way to know when the current user
8160         on the local machine, is also the owning user on the remote machine.
8161         (fboundp): Bind `ange-cache'.
8162         (eshell-directory-files-and-attributes): Re-organized the logic a
8163         bit to use `eshell-file-attributes' instead of `file-attributes'.
8164         The former is more sensitive to directories that are read via FTP,
8165         and knows how to use ange-ftp to determine full attribute
8166         information, instead of just the name and last modtime.
8167         (eshell-current-ange-uids): Return the current user id when in a
8168         remote directory.
8169         (eshell-parse-ange-ls): Parse a full directory listing that has
8170         been returned by ange-ftp.
8171         (eshell-file-attributes): This beefed up version of
8172         `file-attributes' is only special if the user is currently in a
8173         remote directory, in which case it does a lot of work to find out
8174         what the real attributes of a file are, as they appear on the
8175         remote machine.  This makes usage of remote directories (i.e.,
8176         ange-ftp pathnames) much more useful.  You can now use Eshell as a
8177         full-fledged FTP client, with much more manipulation ability than
8178         most other clients.
8180         * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
8181         variable, which means that Eshell's du should always be preferred
8182         in remote directories.
8183         (eshell-shuffle-files): Use `eshell-file-attributes', rather than
8184         just `file-attributes'.
8185         (eshell-mvcp-template): Bind `ange-cache', to improve performance
8186         when reading remote directories.  This is an Eshell-specific
8187         variable (not part of ange-ftp).
8188         (eshell/ln): Bind `ange-cache'.
8189         (eshell/du): Added some extra logic for determining when to use
8190         Eshell's du (which is slow), and when to use the external version
8191         (which may or may not exist).
8193         * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
8194         Call `eshell-interactive-process', rather than using
8195         `get-buffer-process', since backgrounded processes don't count in
8196         the context of this function's logic.
8198         * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
8199         `forward-char', so that null strings are parsed correctly.
8201 2000-09-13  John Wiegley  <johnw@gnu.org>
8203         * eshell/em-pred.el (eshell-pred-file-type)
8204         (eshell-pred-file-links, eshell-pred-file-size):
8205         Use `eshell-file-attributes'.  This is more correct over ange-ftp.
8207         * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
8208         that remote file globbing is more efficient.
8210         * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
8211         gathering the files and attributes within a directory.
8213         * eshell/em-unix.el (eshell/cat): If any of the files passed on
8214         the command line is a special file (not a regular file, directory
8215         or symlink), always attempt to call the external version of cat.
8217 2000-09-13  John Wiegley  <johnw@gnu.org>
8219         * eshell/esh-mode.el (eshell-find-tag): Corrections to the
8220         Eshell-friendly version of find-tag.
8222 2000-10-13  Miles Bader  <miles@lsi.nec.co.jp>
8224         * image-file.el (image-file-name-extensions)
8225         (image-file-name-regexps): Add autoload cookies.
8227 2000-10-13  Kenichi Handa  <handa@etl.go.jp>
8229         * international/mule-cmds.el (select-safe-coding-system): If FROM
8230         is string, show it in *Warning* buffer.
8232 2000-10-13  Eli Zaretskii  <eliz@is.elta.co.il>
8234         * startup.el (normal-top-level): Use display-popup-menus-p instead
8235         of window-system.
8236         (command-line): Use display-graphic-p instead of window-system.
8237         (command-line-1): Use display-popup-menus-p and display-mouse-p
8238         instead of window-system.
8240 2000-10-12  Sam Steingold  <sds@gnu.org>
8242         * tooltip.el (tooltip-use-echo-area): New user variable.
8243         (tooltip-show): Use it to choose between `x-show-tip' and `message'.
8245 2000-10-12  Dave Love  <fx@gnu.org>
8247         * recentf.el: Maintainer's checkdoc fixes.
8249         * startup.el (normal-top-level-add-subdirs-to-load-path):
8250         Use character class, not ASCII when matching file names.
8251         (fancy-splash-head): Add trailing slash to URL.
8252         (command-line): Don't require XPM support for toolbar.
8254         * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
8255         (cperl-invalid-face): Revert last change.
8256         (cperl-init-faces): Quote cperl-invalid-face.
8258 2000-10-12  Kenichi Handa  <handa@etl.go.jp>
8260         * startup.el (fancy-splash-text): Remove superfluous quote.
8262 2000-10-12  Gerd Moellmann  <gerd@gnu.org>
8264         * startup.el (fancy-splash-screens): Don't add a pre-command hook.
8265         (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
8266         (command-line-1): Don't use fancy-splash-pending-command.
8267         (fancy-splash-screens-1): Goto point-min after inserting text.
8269         * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
8271         * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
8272         instead of shared-lisp-mode-map.
8274 2000-10-12  Miles Bader  <miles@lsi.nec.co.jp>
8276         * faces.el (header-line): Change tty-variant to use underlining.
8278         * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
8279         (isearch-highlight): Restore lazy-isearch face properties at old
8280         position, and suppress them at new position.
8281         (isearch-dehighlight): Restore lazy-isearch face properties.
8282         (isearch-lazy-highlight-update): Add lazy-isearch overlays even
8283         over the real isearch overlay, but in that case, don't give it a
8284         face property.  Use `push'.
8286 2000-10-12  Kenichi Handa  <handa@etl.go.jp>
8288         * man.el (Man-getpage-in-background): Fix previous change.
8289         Decode the process output only when we are in multibyte mode.
8291 2000-10-11  Dave Love  <fx@gnu.org>
8293         * info.el (Info-mode-menu): Fix some help.
8294         (info-tool-bar-map): Add entry for Info-last.
8296         * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
8297         * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
8298         * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
8299         * toolbar/cut.xpm, toolbar/mail_compose.xpm:
8300         * toolbar/search-replace.xpm, toolbar/exit.xpm:
8301         * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
8302         * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
8303         * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
8304         * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
8305         * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
8306         Reduce colour requirements to 25 overall.  (Probably wants
8307         revisiting from the originals to reduce further.)
8309 2000-10-11  Eli Zaretskii  <eliz@is.elta.co.il>
8311         * hexl.el (hexlify-buffer): Bind coding-system-for-write to
8312         buffer-file-coding-system, instead of raw-text.
8313         (dehexlify-buffer): Bind coding-system-for-read to
8314         buffer-file-coding-system, instead of raw-text.
8316 2000-10-11  Sam Steingold  <sds@gnu.org>
8318         * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
8319         `underline' - fixes the bug introduced on 2000-09-21.
8321 2000-10-11  Dave Love  <fx@gnu.org>
8323         * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
8324         Avoid compiler warnings.
8325         (scheme-mode): Doc fix.
8326         (scheme-font-lock-keywords-1): Match `define-syntax'.
8328 2000-10-11  Miles Bader  <miles@lsi.nec.co.jp>
8330         * faces.el (frame-set-background-mode): Pay attention to saved
8331         face specs as well as default ones.  Only do anything if the
8332         bg-mode or display-type has actually changed.  Use `dolist'.
8333         (region): Make dark-background `region' face less in-your-face.
8335 2000-10-10  Sam Steingold  <sds@gnu.org>
8337         * chistory.el, ielm.el, ledit.el:
8338         * progmodes/inf-lisp.el, progmodes/scheme.el:
8339         Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
8341 2000-10-10  Stefan Monnier  <monnier@cs.yale.edu>
8343         * textmodes/texinfo.el: Update copyright and fix typo.
8345         * desktop.el (desktop-modes-not-to-save): New var.
8346         (desktop-save-buffer-p): Use it.
8347         Also, obey desktop-buffers-not-to-save even for non-file buffers.
8348         (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
8350 2000-10-10  Dave Love  <fx@gnu.org>
8352         * toolbar/tool-bar.el (tool-bar-add-item)
8353         (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
8355         * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
8356         * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
8357         * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
8358         * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
8359         * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
8360         * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
8361         * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
8362         * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
8363         * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
8364         * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
8365         the .xpms; probably need retouching.
8367 2000-10-10  Miles Bader  <miles@lsi.nec.co.jp>
8369         * subr.el (add-to-list): Add optional argument APPEND.
8370         * battery.el (display-battery): Use `add-to-list'.
8372 2000-10-09  Thien-Thi Nguyen  <ttn@gnu.org>
8374         * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
8375         properties.
8376         (zone, zone-when-idle, zone-leave-me-alone)
8377         (zone-pgm-whack-chars): Use new symbol properties.
8379         * battery.el (display-battery): Doc spelling fix.
8381         * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
8382         property.
8384 2000-10-09  Dave Love  <fx@gnu.org>
8386         * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
8387         has been initialized before calling tool-bar-setup.
8388         (tool-bar-add-item-from-menu): Add autoload cookie.
8390 2000-10-09  Eli Zaretskii  <eliz@is.elta.co.il>
8392         * menu-bar.el (send-mail-item-name): New function.
8393         (menu-bar-tools-menu) <compose-mail>: Use it to display the value
8394         of mail-user-agent in the menu.  Don't display the "Send Mail"
8395         item if mail-user-agent is nil or its value is ignore.
8396         (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
8397         if read-mail-command is nil or its value is ignore.
8399         * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
8401 2000-10-09  Miles Bader  <miles@gnu.org>
8403         * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
8404         Correct image size.
8405         * toolbar/left_arrow.xpm: Correct image size.
8407         * jka-compr.el: Don't call `jka-compr-install' when loading (it
8408         will be done by the definition of `auto-compression-mode' if
8409         necessary.  Move code to uninstall existing file-name handler
8410         before definition of `auto-compression-mode'.
8412         * image-file.el (auto-image-file-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.
8417         * mouse.el (popup-menu): Balance parens.
8419 2000-10-08  Stefan Monnier  <monnier@cs.yale.edu>
8421         * mouse.el (popup-menu): Move the command call outside the loop
8422         so that popup-menu returns whatever the command returns.
8424         * progmodes/etags.el: Docstring fixes.  Maintainer line updated.
8425         (initialize-new-tags-table): Use run-hook-with-args-until-success.
8426         (find-tag): Use pop-to-buffer if switch-to-buffer failed.
8427         (tags-table-format-functions): Renamed from tags-table-format-hooks.
8429         * vc.el (vc-version-diff): diff-switches can be a list.
8430         Use relative filenames for prettier output.
8432         * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
8433         (vc-post-command-functions): Remove old-VC compatibility code.
8435         * newcomment.el (comment-indent-default): Autoload.
8437         * font-lock.el (font-lock-defaults): Make buffer-local.
8438         (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
8439         (font-lock-choose-keywords):
8440         Ignore LEVEL unless KEYWORDS is a list of syms.
8441         (c-keywords, c++-keywords, objc-keywords, java-keywords):
8442         Don't wrap regexp-opt things in \(...\) unnecessarily.
8444         * jit-lock.el: Don't require font-lock any more.
8445         (jit-lock-functions): Make buffer-local.
8446         (jit-lock-saved-fontify-buffer-function): Remove.
8447         (jit-lock-mode): Remove autoload cookie.
8448         Remove font-lock specific code.
8449         (jit-lock-unregister): Don't bother handling complex hooks any more.
8450         (jit-lock-refontify): New function.
8451         (jit-lock-fontify-buffer): Use it.
8452         (jit-lock-function-1): Replaced by jit-lock-fontify-now.
8453         (jit-lock-fontify-now): Renamed from jit-lock-function-1.
8454         Add optional args START and END.
8455         Never call font-lock-fontify-region directly.
8456         (jit-lock-function, jit-lock-stealth-fontify): Use it.
8458         * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
8460 2000-10-08  Dave Love  <fx@gnu.org>
8462         * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
8464         * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
8466         * play/studly.el (studlify-region, studlify-word): Add autoload
8467         cookie.
8469         * play/morse.el (morse-region, unmorse-region): Add autoload
8470         cookie.
8472         * play/spook.el (spook-phrases-file): Use expand-file-name, not
8473         concat.
8475         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
8476         insist on symbols starting with word syntax.
8477         (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
8478         (eval-defun-1): Doc fix.
8479         (indent-sexp): Use nconc to build up indent-stack.
8481         * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
8482         Gnus with little use.
8483         (mail-setup-hook): Add mail-abbrevs-setup to options.
8485         * recentf.el: Doc fixes.
8487         * vcursor.el (vcursor-cs-binding): Remove compatibility code.
8488         Clean up remainder.
8490         * timezone.el (timezone-parse-date): Doc fix.  Fix regexps for (5)
8491         without timezone and (8) with timezone to enforce some whitespace.
8492         Simplify code somewhat.
8494         * options.el (list-options): Doc that you should use customize.
8496         * iswitchb.el (iswitchb-mode): Add :require.
8498         * info.el (Info-goto-node, Info-menu): Doc fix.
8499         (Info-mode-menu): Bind beginning-of-buffer, Info-edit
8500         (info-tool-bar-map): New variable.
8501         (Info-mode): Use it.
8502         (Info-edit-map): Define all in defvar.
8503         (speedbar-attached-frame): Avoid compiler warning.
8505         * toolbar/tool-bar.el (tool-bar-map): Define it empty.
8506         (global-map): Bind [tool-bar] to a filtered map.
8507         (tool-bar-add-item): Remove MAP arg.  Allow PBM icons.
8508         (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
8509         Allow PBM icons.
8510         (tool-bar-setup): Adjust calls of tool-bar-add-item.
8512         * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
8513         * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
8514         * toolbar/right_arrow.xpm: New files.  Renamed from tigert's
8515         icons, except up_arrow, which is left-arrow rotated.
8517         * imenu.el (imenu-add-to-menubar): Fix last change.
8519 2000-10-08  Peter Breton  <pbreton@ne.mediaone.net>
8521         * generic-x.el (rul-generic-mode): Remove eval-when-compile
8522         statements. Suggested by Stefan Monnier  <monnier@cs.yale.edu>.
8524 2000-10-08  Eli Zaretskii  <eliz@is.elta.co.il>
8526         * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
8527         typos in doc strings.
8529         * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
8530         the doc strings how to customize Font Lock faces.
8532         * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
8533         computing growth when dragging the header line.
8535 2000-10-08  Eli Zaretskii  <eliz@is.elta.co.il>
8537         * simple.el (kill-line): Doc fix.
8539 2000-10-08  Miles Bader  <miles@gnu.org>
8541         * faces.el (secondary-selection): Make foreground visible on tty.
8543         * jka-compr.el (auto-compression-mode): Move to the end of the
8544         file, because `define-minor-mode' actually calls the mode-function
8545         if the associated variable is non-nil, which requires that all
8546         needed functions be already defined.
8547         (with-auto-compression-mode): Add autoload cookie.
8549 2000-10-07  Eli Zaretskii  <eliz@is.elta.co.il>
8551         * files.el (find-backup-file-name) [ms-dos]: If support for long
8552         file names is not available, behave as if version-control were set
8553         to never.
8555 2000-10-07  Dave Love  <fx@gnu.org>
8557         * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
8558         (browse-url-gnome-moz): New function.
8559         (browse-url-browser-function): Use it.
8560         Suggested by Colin Walters <walters@cis.ohio-state.edu>.
8562 2000-10-07  Stefan Monnier  <monnier@cs.yale.edu>
8564         * indent.el (tab-always-indent): New var.
8565         (indent-for-tab-command): Use it.
8567         * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
8568         raise an error.  This way it can still default to a sane value.
8570 2000-10-06  Stefan Monnier  <monnier@cs.yale.edu>
8572         * startup.el (fancy-splash-screens): Use local rather than global map.
8573         Don't use `update-menu-bindings' any more.
8574         Get rid of assumptions about keymap representation.
8576 2000-10-06  Dave Love  <fx@gnu.org>
8578         * textmodes/fill.el (sentence-end-double-space)
8579         (sentence-end-without-period):  Doc fix.
8580         (adaptive-fill-regexp): Purecopy.
8581         (unjustify-current-line): Use line-end-position.
8582         (fill-individual-paragraphs-prefix): Use line-beginning-position.
8584         * net/eudc-vars.el (eudc): Add :version, :link.
8586         * international/mule-conf.el (file-coding-system-alist): Use \', not $.
8588         * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
8589         Fix for define-minor-mode.
8590         (function-at-point): Alias to function-called-at-point.
8592         * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
8594         * simple.el (backward-word): Doc fix.
8596         * image-file.el (image-file-name-regexp): image-file-regexps ->
8597         image-file-name-regexps.
8598         (image-file-name-extensions): Add pbm.
8600 2000-10-06  Stefan Monnier  <monnier@cs.yale.edu>
8602         * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
8603         and add filename to the names so that diff-mode can jump to source.
8605         * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
8606         (tex-font-lock-keywords, tex-font-lock-keywords-2)
8607         (tex-font-lock-keywords-1): Remove.
8608         (font-lock-turn-on-thing-lock): Use jit-lock-register.
8609         (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
8610         (font-lock-default-fontify-region):
8611         Expand beg..end correctly when just following a multiline region.
8612         (font-lock-fontify-anchored-keywords):
8613         Include the anchor text as part of the multiline.
8615 2000-10-06  Gerd Moellmann  <gerd@gnu.org>
8617         * loadup.el (toplevel): Load `loaddefs' before `help' because the
8618         latter needs the autoloaded define-minor-mode macro during the
8619         bootstrap.
8621         * startup.el (command-line): For now, activate tool-bar-mode only
8622         if XPM images are supported.
8624         * mouse.el (mouse-drag-header-line): Don't allow resizing a
8625         window by dragging a header-line at the top of the frame; that's
8626         confusing because the header-line doesn't move.
8627         (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
8628         of treating the event as a list.  Some cleanup.
8630 2000-10-06  Miles Bader  <miles@gnu.org>
8632         * simple.el (display-message-or-buffer): New function.
8633         (shell-command-on-region): Use `display-message-or-buffer'.
8635         * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
8636         docstring parts.
8638         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
8639         (smbclient-prompt-regexp): Add usage note to doc string.
8640         (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
8641         (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
8642         Use add-hook for adding the comint filter function, and only do so
8643         if it's not already in the global hook list.
8644         (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
8645         to `make-local-variable'.
8646         (nslookup-font-lock-keywords): Remove prompt entry.
8647         (nslookup): Don't set the process-filter.
8648         (finger): Exit the loop correctly when the regexps list runs out.
8649         (ftp, smbclient, smbclient-list-shares):
8650         Set the real major mode immediately, not after execing.
8651         Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
8653         * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
8655 2000-10-05  Stefan Monnier  <monnier@cs.yale.edu>
8657         * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
8659         * which-func.el (which-func-format): Remove spurious space.
8660         (which-func-mode): Don't make it permanent-local.
8661         (which-func-ff-hook): Allow which-func-maxout to be nil.
8662         (which-func-update): Simplify a bit.  Only run if which-func-mode is t.
8663         (which-func-mode): Simplify.
8664         Use post-command-idle-hook rather than post-command-hook.
8665         Go through all buffers and update their state.
8666         (which-function): Also try add-log-current-defun-function.
8668         * vc.el (with-vc-properties): Use conses rather than length-2 lists.
8669         (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
8670         Update call to with-vc-properties accordingly.
8671         (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
8672         (vc-revert-buffer): More careful about window selection and deletion.
8673         (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
8675         * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
8676         (cvs-retrieve-revision): Reuse a pre-existing buffer.
8677         (cvs-dired-action): Change the default to quickdir.
8679         * newcomment.el (comment-indent): Delegate to indent-according-to-mode
8680         if comment-indent-function returns nil.
8681         (comment-indent-default): New function.
8682         (comment-indent-function): Use it and document the new semantics.
8684         * image-file.el: Docstring fixes.
8686         * help.el (help-xref-on-pp): Use match-string.
8687         (describe-variable): New arg BUFFER.
8688         Store the current buffer in the help-xref-stack.
8689         (temp-buffer-resize-mode): Use define-minor-mode.
8691         * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
8692         consistently with its docstring.
8693         Set jit-lock-first-unfontify-pos in an idempotent way.
8694         (jit-lock-register): Autoload and add arg CONTEXTUAL.
8696 2000-10-05  Alex Schroeder  <alex@gnu.org>
8698         * sql.el (sql-mysql-options): New variable.
8699         (sql-mysql): Use it.
8701 2000-10-05  Miles Bader  <miles@lsi.nec.co.jp>
8703         * image.el (image): New group.
8705         * smerge-mode.el (smerge-mine-face, smerge-other-face)
8706         (smerge-base-face, smerge-markers-face): Add dark-background variants.
8708 2000-10-04  Peter Breton  <pbreton@ne.mediaone.net>
8710         * net/net-utils.el (nslookup-font-lock-keywords)
8711         (ftp-font-lock-keywords, smbclient-font-lock-keywords):
8712         Ignore the value of wqindow-system; always define keywords
8714 2000-10-05  Kenichi Handa  <handa@etl.go.jp>
8716         * startup.el (fancy-splash-screens): Remove the code for
8717         debugging; `(trace-to-stderr "EXITTT\n")'.
8719 2000-10-05  Miles Bader  <miles@gnu.org>
8721         * diff-mode.el (diff-goto-source): Update call to
8722         `diff-hunk-status-msg' to reflect new REV variable.
8724 2000-10-04  Stefan Monnier  <monnier@cs.yale.edu>
8726         * progmodes/icon.el (icon-mode):
8727         Don't gratuitously override the default for comment-column.
8729         * vc-hooks.el (vc-mode-line): Fix interactive spec.
8731         * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
8732         (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
8733         (jit-lock-functions): New var.
8734         (jit-lock-function-1): Use it if non-nil.
8735         Don't switch the syntax-table.  Don't set parse-sexp-lookup-properties.
8736         Set the `fontified' property before doing the fontification to avoid
8737         repeatedly going through the same error.
8738         Don't turn errors into messages.
8739         (jit-lock-register, jit-lock-unregister): New functions.
8741         * dired.el (dired-mark-pop-up): Turn comment into docstring.
8742         Use with-current-buffer.
8744         * dired-aux.el (dired-do-create-files, dired-kill-tree):
8745         Turn comment into docstring.
8747         * apropos.el (apropos-mode): Use define-derived-mode.
8749 2000-10-04  Gerd Moellmann  <gerd@gnu.org>
8751         * startup.el (fancy-splash-pending-command): New variable.
8752         (fancy-splash-pre-command): New function.
8753         (fancy-splash-screens): Rewritten.
8754         (command-line-1): If fancy-splash-pending-command is set, call it
8755         interactively.
8757 2000-10-04  Dave Love  <fx@gnu.org>
8759         * toolbar/tool-bar.el (tool-bar-setup): New function.
8760         (tool-bar-mode): Use it.
8762         * subr.el (substitute-key-definition): Doc fix.
8763         (play-sound-file): New command.
8765 2000-10-04  Andre Spiegel  <spiegel@gnu.org>
8767         * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
8768         vc-version-backup-file-name): New functions.
8770         * files.el (basic-save-buffer): Call vc-before-save before saving.
8772         * vc-cvs.el (vc-cvs-make-version-backups): Return t if
8773         vc-cvs-stay-local-p.
8775         * vc.el (vc-revert-buffer): Handle empty diff properly.
8776         (vc-version-backup-file): New function.
8777         (vc-checkout): Create a version backup if necessary.
8778         (vc-checkin): If a version backup file exists, delete it.
8779         (vc-version-diff): Diff locally using version backups, if available.
8780         (vc-revert-file): If there's a version backup, revert locally.
8781         (vc-transfer-file): Use version backup for base version, if
8782         available.  If not, ask for confirmation whether to get it from the
8783         server.  Update mode line before check-in.
8785 2000-10-04  Dave Love  <fx@gnu.org>
8787         * toolbar/tool-bar.el (tool-bar-setup): New function.
8788         (tool-bar-mode): Use it.
8790 2000-10-04  Peter Breton  <pbreton@ne.mediaone.net>
8792         * net/net-utils.el (nslookup-font-lock-keywords)
8793         (ftp-font-lock-keywords, smbclient-font-lock-keywords):
8794         Only set if window-system is non-nil
8795         (net-utils-run-program): Returns buffer.
8796         (network-connection-reconnect): Added this function.
8798         * generic.el:
8799         Incorporates extensive cleanup and docfixes by
8800         Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
8801         Uses cl compile-time macros.
8802         (generic-mode-name, generic-comment-list)
8803         (generic-keywords-list, generic-font-lock-expressions)
8804         (generic-mode-function-list, generic-mode-syntax-table):
8805         Removed variables.
8806         (generic-mode-alist): Renamed to generic-mode-list.
8807         (generic-find-file-regexp): Default changed to "^#".
8808         (generic-read-type): Uses completing read on generic-mode-list.
8809         (generic-mode-sanity-check): removed this function.
8810         (generic-add-to-auto-mode): Removed this function
8811         (generic-mode-internal): Bind mode-specific definitions
8812         into function instead of putting them in alist.
8813         (generic-mode-set-comments): Reworked extensively.
8814         (generic-mode-find-file-hook): Simplified regexp searching
8815         (generic-make-keywords-list): Omit extra pair of parens
8817         * find-lisp.el (find-lisp-find-files-internal):
8818         Make sure directory name ends with "/".
8820         * generic-x.el (apache-conf-generic-mode):
8821         Regexp now allows leading whitespace.
8822         (rc-generic-mode): Added eval-when-compile
8823         around generic-make-keywords-list.
8824         Deleted duplicate regexp
8825         (rul-generic-mode): Added eval-when-compile
8826         around generic-make-keywords-list.
8827         (etc-fstab-generic-mode): New generic mode.
8828         (rul-generic-mode): Removed one eval-when-compile
8829         which caused a max-specpdl-size exceeded error.
8831 2000-10-04  Miles Bader  <miles@gnu.org>
8833         * simple.el (minibuffer-temporary-goal-position): New variable.
8834         (next-history-element): Try to keep the position of point in the
8835         input string constant.
8837         * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
8838         (dired-do-create-files): If there's only one file, pass it in as
8839         the DEFAULT arg to dired-mark-read-file-name.
8841 2000-10-03  Stefan Monnier  <monnier@cs.yale.edu>
8843         * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
8844         (diff-goto-source): Be smarter when choosing REVERSE or not.
8846         * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
8847         (texinfo-mode-menu): Add an explicit shortcut for update all.
8849 2000-10-03  Andre Spiegel  <spiegel@gnu.org>
8851         * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
8852         factorize backend-specific code cleanly (this was essentially
8853         conceived by Stefan Monnier).
8854         (vc-unregister): Function removed.
8855         (vc-revert-file): New function.
8856         (vc-revert-buffer): Delegate some of the work to it.
8858         * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
8859         default branch unconditionally.
8860         (vc-rcs-set-default-branch): New function.
8861         (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
8862         (vc-rcs-checkin): If an appropriate default branch has been set,
8863         force creation of that branch.
8864         (vc-rcs-receive-file): Rewritten to contain only backend-specific
8865         code (as suggested by Stefan Monnier).
8867 2000-10-02  Gerd Moellmann  <gerd@gnu.org>
8869         * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
8870         highlighting overlay with a different face over the overlay
8871         isearch uses to highlight the current match because that can lead
8872         to bad face combinations.
8874         * loadup.el (toplevel): Load faces before isearch.
8876         * isearch.el (isearch-faces): New custom group.
8877         (isearch): New defface; was already tested for in the code.
8878         (isearch-lazy-highlight-face): Changed to defface from defcustom.
8879         (isearch-highlight): Always use face `isearch'.
8881 2000-10-02  Dave Love  <fx@gnu.org>
8883         * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
8884         unused vars.  Treat byte-constant2 like byte-constant.  Fix bogus
8885         comparison of opcode with operand.
8887 2000-10-03  Miles Bader  <miles@gnu.org>
8889         * play/yow.el (yow): Don't display multi-line quotations in a *Help*
8890         buffer, since the echo area will now grow to accommodate them.
8892 2000-10-02  Andre Spiegel  <spiegel@gnu.org>
8894         * vc-hooks.el (vc-registered): If FILE used to be registered under
8895         a certain backend, try that one first.
8897         * vc.el (vc-responsible-backend): Undo the previous change in the
8898         argument list.  Handle multiple backends correctly.
8899         (vc-find-new-backend): Function removed.
8900         (vc-register): Use vc-responsible-backend, as before.
8901         (vc-next-action-on-file): Do use vc-registered, not vc-backend.
8903 2000-10-02  Gerd Moellmann  <gerd@gnu.org>
8905         * startup.el (fancy-splash-head): Change message below the
8906         logo.
8908 2000-10-02  Miles Bader  <miles@lsi.nec.co.jp>
8910         * diff-mode.el (diff-goto-source): Emit a status message.
8911         (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
8912         (diff-test-hunk): Fix doc string.
8913         (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
8914         (diff-advance-after-apply-hunk): New variable.
8915         (diff-apply-hunk): Don't return a value.
8917 2000-10-01  Stefan Monnier  <monnier@cs.yale.edu>
8919         * vc.el (vc-editable-p): Minor optimization.
8920         (edit-vc-file, vc-next-action-on-file): Don't use find-file.
8921         (vc-find-new-backend): New function split from vc-responsible-backend.
8922         (vc-register): Use it.
8923         (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
8924         (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
8925         (vc-default-unregister, vc-revert-buffer): Docstring fix.
8926         (vc-clear-headers): Don't use find-file.
8927         (vc-revert-buffer): Use `and' again (must have been a braino).
8928         (vc-switch-backend): Only prompt if requested.
8929         Short circuit if nothing is to be done.
8930         Don't use vc-resynch-buffer which could lose unsaved editing.
8931         (vc-default-receive-file): Update call to vc-unregister.
8932         (with-vc-file, vc-next-action-on-file):
8933         Use vc-backend rather than vc-registered.
8934         (vc-next-action-on-file): Use intern-soft.
8935         Deal with read-only *vc-diff* buffer.
8936         (vc-transfer-file): Docstring fix.
8938         * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
8939         (vc-rcs-receive-file): Avoid with-vc-properties.
8940         Update call to vc-unregister.
8941         Use constant `RCS' rather than (dynamically bound) var `backend'.
8943 2000-10-01  Andre Spiegel  <spiegel@gnu.org>
8945         * vc.el (vc-next-action-on-file): Update mode line only if file
8946         is visited.
8947         (vc-start-entry): New argument initial-contents.  Don't visit the file
8948         if it isn't already visited.  Brought documentation up-to-date.
8949         (vc-next-action, vc-register): Updated calls to vc-start-entry.
8950         (vc-checkin): New optional arg initial-contents, which is passed to
8951         vc-start-entry.
8952         (vc-finish-logentry): Make sure to bury log buffer only if there
8953         really is one.  Call `vc-resynch-buffer' on log-file, not
8954         buffer-file-name.
8955         (vc-default-comment-history, vc-default-wash-log): New functions.
8956         (vc-index-of): Removed.
8957         (vc-transfer-file): Make do without the above.
8958         (vc-default-receive-file): Call comment-history unconditionally.  Pass
8959         the resulting string to vc-checkin, instead of inserting it into the
8960         comment ring.
8962         * vc-rcs.el (vc-rcs-receive-file): Call comment-history
8963         unconditionally.  Use the comments as initial contents of the log
8964         entry buffer.  Document the trick to force branch creation with no
8965         changes.
8967 2000-10-01  Miles Bader  <miles@gnu.org>
8969         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
8970         `recenter' with an arg to prevent redrawing the display.
8972 2000-09-30  Stefan Monnier  <monnier@cs.yale.edu>
8974         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
8976         * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
8978         * progmodes/c-mode.el (c-mode):
8979         Don't gratuitously override the default for comment-column.
8981         * textmodes/tex-mode.el (latex-metasection-list): New var.
8982         (latex-imenu-create-index): Use it.
8983         Move the regexp construction outside loops (and use push).
8984         (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
8985         (tex-font-lock-keywords): Moved from font-lock.el.
8986         (tex-comment-indent): Remove.
8987         (tex-common-initialization): Don't set comment-indent-function.
8988         (latex-block-default): New var.
8989         (tex-latex-block): Use it to provide a default choice.
8990         Add any unknown choice to latex-block-names.
8991         Insert [...] after {...}.
8992         (tex-last-unended-begin): Simplify regexp.
8993         (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
8994         (latex-forward-sexp-1, latex-forward-sexp): New functions.
8995         (latex-mode): Set forward-sexp-function.
8997         * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
8998         Add regexp for @ignore ... @end ignore.
8999         (texinfo-heading-face): New face.
9000         (texinfo-font-lock-keywords): Use it.
9001         (texinfo-mode-menu): New menu.
9002         (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
9003         New functions.
9004         (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
9005         (texinfo-section-types-regexp, texinfo-section-level-regexp)
9006         (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
9007         Remove declaration.
9008         (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
9010         * delsel.el (delete-selection-mode): Use define-minor-mode.
9012         * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
9014 2000-09-29  Stefan Monnier  <monnier@cs.yale.edu>
9016         * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
9018 2000-09-30  Gerd Moellmann  <gerd@gnu.org>
9020         * replace.el (keep-lines-read-args): New function.
9021         (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
9022         read arguments interactively.  Add parameters RSTART and REND.
9023         Operate on the active region in Transient Mark mode.
9025         * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
9027         * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
9028         (authors-obsolete-files-regexps): New variable.
9029         (authors-add): Don't record changes in obsolete files.
9031 2000-09-29  Stefan Monnier  <monnier@cs.yale.edu>
9033         * autoinsert.el (auto-insert-mode): Use define-minor-mode.
9035         * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
9036         (comment-indent): Make sure there's a space between code and comment.
9037         Shift comments left to avoid going past fill-column.
9039 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
9041         * startup.el (startup-echo-area-message): New function.
9042         (display-startup-echo-area-message): Use it.
9043         (fancy-splash-screens): Rewritten to use keymaps and a timer.
9044         (fancy-splash-default-action): New function.
9045         (fancy-splash-screens-1): New function.
9046         (fancy-splash-head): Put a help-echo and a keymap under the image.
9048 2000-09-29  Stefan Monnier  <monnier@cs.yale.edu>
9050         * diff-mode.el (diff-add-log-file-name): Remove.
9051         (diff-mode): Use add-log-buffer-file-name-function.
9053         * add-log.el (find-change-log): New arg BUFFER-FILE.
9054         (add-log-file-name): Obey add-log-file-name-function.
9055         (add-log-buffer-file-name-function): New var.
9056         (add-change-log-entry): Use it.
9058 2000-09-29  Miles Bader  <miles@gnu.org>
9060         * image-file.el (image-file-name-extensions): New variable.
9061         (image-file-name-regexps): Renamed from `image-file-regexps'.
9062         New default value is nil.  Call `auto-image-file-mode'.
9063         (image-file-name-regexp): New function.
9064         (auto-image-file-mode): New minor mode.
9065         (insert-image-file): Don't make conditional on the image-file
9066         handler being enabled.
9067         (image-file-handler): Make the call here conditional instead.
9068         (set-image-file-handler-enabled, enable-image-file-handler)
9069         (disable-image-file-handler): Functions removed.
9071         * emacs-lisp/authors.el (authors-print): Rephrase many-files
9072         string.
9074 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
9076         * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
9077         it's a function from CL.
9078         (latex-imenu-create-index): Replace eval-when-compile with progn
9079         because latex-section-alist is not bound while compiling.
9081 2000-09-28  Stefan Monnier  <monnier@cs.yale.edu>
9083         * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
9084         (outline-mode): Use define-derived-mode.
9086         * progmodes/perl-mode.el (perl-mode):
9087         * progmodes/awk-mode.el (awk-mode):
9088         * progmodes/asm-mode.el (asm-mode):
9089         Don't gratuitously override the default for comment-column.
9091         * emacs-lisp/lisp.el (lisp-complete-symbol):
9092         Distinguish the let-binding case from the funcall case.
9093         (forward-sexp-function): New variable.
9094         (forward-sexp): Use it.
9096         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
9097         (easy-mmode-defmap): Remove the now useless autoload.
9099         * time.el (display-time-mode): Use define-minor-mode.
9101         * subr.el (add-minor-mode): Don't eval NAME.
9102         Don't depend on the presence of TOGGLE-FUN for any special behavior.
9103         Use if rather than cond.
9105         * simple.el (read-expression-map): Define more properly.
9106         (comment-indent-hook): Remove.
9107         (string-to-syntax): Bug fix.
9109         * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
9110         (cvs-ediff-diff): Fix typo.
9111         (cvs-revert-if-needed): Don't bother preserving read-only.
9113         * paren.el (show-paren-mode): Use define-minor-mode.
9115         * jka-compr.el (auto-compression-mode): Use define-minor-mode.
9116         (toggle-auto-compression): Remove.
9117         (jka-compr-build-file-regexp): Remove useless grouping.
9119         * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
9120         Avoid user-reserved bindings.
9121         (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
9122         (diff-header-face): Revert to grey85.
9124         * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
9126         * complete.el (partial-completion-mode) <defcustom>: Remove.
9127         (partial-completion-mode): Use define-minor-mode.
9128         (PC-do-completion): Understand `completion-auto-help = delay'
9129         to mean to popup the completion buffer only the second time.
9130         (PC-include-file-all-completions, PC-include-file-all-completions)
9131         (PC-include-file-all-completions): Don't quote lambda.
9133         * comint.el (comint-mode-hook): Docstring fix.
9134         (comint-mode): Use define-derived-mode.
9135         (comint-mode-map): Remove obsolete comment.
9136         (make-comint): Minor stylistic change.
9137         (comint-insert-clicked-input): Be more careful to find the overlay.
9138         Use this-command-keys rather than hardcoding mouse-2.
9140         * font-lock.el: Replace confusing (,@ with ,
9141         (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
9142         Don't use regexp-opt-depth.  Spice up the regexp for args.
9143         Don't distinguish between cmds that can take an opt arg or not.
9144         Use `append' and `prepend' rather than `keep'.
9146         * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
9147         (latex-outline-regexp): New var.
9148         (latex-outline-level): New fun.
9149         (latex-section-alist): New var.
9150         (latex-imenu-create-index): Use it.  Use `push' as well.
9151         (tex-shell-map): Initialize it properly.
9152         (tex-mode): Minor stylistic change.
9153         (plain-tex-mode): Use define-derived-mode.
9154         (latex-mode): Use define-derived-mode.
9155         Construct the paragraph regexps in a more readable way.
9156         Set the buffer-local outline-{level,regexp} vars.
9157         (slitex-mode): Derive from latex-mode.
9158         (tex-common-initialization): Don't kill-all-vars anymore.
9159         Add setting for comment-add and font-lock-defaults.
9160         (tex-start-shell): Use with-current-buffer and don't re-init keymap.
9161         (tex-main-file): New fun.  Obey TeX-master as well and remove `.tex'.
9162         (tex-start-tex): New arg DIR (and send a chdir command for it).
9163         Also display the shell buffer and save it in tex-last-buffer-texed.
9164         (tex-region): Use expand-file-name rather than concat.
9165         Remove code made useless by changes in tex-start-tex.
9166         (tex-file): Use tex-main-file and adapt to new tex-start-tex.
9168         * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
9170 2000-09-28  Dave Love  <fx@gnu.org>
9172         * eshell/eshell.el (eshell) <defgroup>: Add :version.
9174 2000-09-28  Gerd Moellmann  <gerd@gnu.org>
9176         * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
9177         `append'.
9179 2000-09-28  Stefan Monnier  <monnier@cs.yale.edu>
9181         * info.el (Info-extract-pointer): Undo last change.
9182         Instead, fix the position of the `bound' arg to re-search-backward.
9184 2000-09-27  Stefan Monnier  <monnier@cs.yale.edu>
9186         * info.el (Info-extract-pointer):
9187         Widen more carefully, to avoid finding pointers in other nodes.
9188         (Info-index): Use push.
9190 2000-09-27  Gerd Moellmann  <gerd@gnu.org>
9192         * frame.el (set-frame-font): Remove call to obsolete function
9193         frame-update-faces.
9194         (set-foreground-color, set-background-color): Likewise for
9195         frame-update-face-colors.
9197 2000-09-27  Miles Bader  <miles@gnu.org>
9199         * image-file.el: New file.
9201 2000-09-27  Gerd Moellmann  <gerd@gnu.org>
9203         * frame.el (frame-notice-user-settings): Don't call
9204         frame-update-faces, which is a no-op now.
9206         * ediff-wind.el (ediff-control-frame-parameters): Add zero
9207         tool-bar-lines.
9209 2000-09-27  Dave Love  <fx@gnu.org>
9211         * mouse.el: Fix last change.
9213 2000-09-27  Miles Bader  <miles@lsi.nec.co.jp>
9215         * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
9217 2000-09-22  Kenichi Handa  <handa@etl.go.jp>
9219         * international/quail.el (quail-help): The output message is
9220         improved.
9222 2000-09-26  Dave Love  <fx@gnu.org>
9224         * mouse.el (popup-menu): If POSITION is nil, set it using
9225         mouse-position.
9227 2000-09-25  Sam Steingold  <sds@gnu.org>
9229         * net/browse-url.el (browse-url-file-url): Check for null maps.
9231 2000-09-26  Gerd Moellmann  <gerd@gnu.org>
9233         * frame.el (frame-notice-user-settings): Don't add a
9234         tool-bar-lines frame parameter to default-frame-alist in batch mode.
9236         * frame.el (frame-notice-user-settings):
9237         Make tool-bar-mode and default-frame-alist consistent.
9239         * toolbar/tool-bar.el (tool-bar-help): New function.
9241 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
9243         * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
9244         current-load-list in top-level forms.  Else this leaks a cons cell
9245         every time a defun is called.
9247         * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
9249 2000-09-25  Dave Love  <fx@gnu.org>
9251         * startup.el (fancy-splash-head): Check XPM is available.
9253         * autoinsert.el (auto-insert): Doc fix.
9254         (auto-insert-alist): Following GNU notices, don't say `copyright
9255         _by_'.  Use line-beginning-position.
9256         (auto-insert): Check buffer-file-name is non-nil before use.
9258 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
9260         * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
9261         starting with `@def' or `@multitable', in addition to ones
9262         specified by the user in auto-fill-inhibit-regexp.
9264 2000-09-25  Markus Rost  <rost@math.ohio-state.edu>
9266         * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
9267         rmail-dont-reply-to-names matches the empty string.
9269 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
9271         * startup.el (command-line-1, fancy-splash-text): Change the
9272         text to sound more friendly.
9274 2000-09-23  Thien-Thi Nguyen  <ttn@gnu.org>
9276         * progmodes/hideshow.el: Update author email address.
9277         Generally, sync w/ maintainer version 5.22.
9278         (hs-hide-all-non-comment-function): New var.
9279         (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
9280         (hs-hide-all): Use `hs-hide-all-non-comment-function'.
9281         (hs-show-region): Delete this command.
9282         (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
9284 2000-09-22  Dave Love  <fx@gnu.org>
9286         * hl-line.el (hl-line-overlay): Don't make it buffer-local.
9287         (hl-line-highlight): Specify buffer when moving overlay.
9289         * progmodes/fortran.el (fortran-mode): Locally set
9290         normal-auto-fill-function.
9291         (fortran-auto-fill-mode): Just alias to auto-fill-mode.
9292         (fortran-mode-map): Adjust auto-fill menu entry.
9294 2000-09-22  Gerd Moellmann  <gerd@gnu.org>
9296         * vc-rcs.el (toplevel): Require `vc' when compiling.
9298         * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
9300 2000-09-22  Andre Spiegel  <spiegel@gnu.org>
9302         * vc.el (vc-switch-backend): Signal an error if the file is not
9303         registered under the new backend.
9305         * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
9306         without explicit revision number.
9308 2000-09-21  Stefan Monnier  <monnier@cs.yale.edu>
9310         * diff-mode.el (diff-file-header-face): Reset to its previous value.
9311         (diff-hunk-text): Correctly use offsets rather than buffer-positions.
9312         (diff-xor): New function.
9313         (diff-find-source-location): Use it.  Fix a stupid name clash.
9314         (diff-hunk-status-msg): New function.
9315         (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
9316         (diff-test-hunk): Use diff-find-source-location.
9317         (diff-goto-source): Favor the `reverse'.
9318         (diff-hunk-text): Properly handle one-sided context diffs.
9319         (diff-apply-hunk): When done, advance to the next hunk.
9321 2000-09-21  Gerd Moellmann  <gerd@gnu.org>
9323         * startup.el (command-line): If frame was created with a non-zero
9324         tool-bar-lines parameter, switch tool-bar-mode on.
9326         * add-log.el (change-log-date-face, change-log-name-face)
9327         (change-log-email-face, change-log-file-face)
9328         (change-log-list-face, change-log-conditionals-face)
9329         (change-log-function-face, change-log-acknowledgement-face):
9330         New faces, inheriting from font-lock faces.
9331         (change-log-font-lock-keywords): Use them.
9333 2000-09-21  Dave Love  <fx@gnu.org>
9335         * progmodes/cperl-mode.el (top-level): Clean up
9336         `eval-when-compile's and assorted defvars.
9337         (cperl-invalid-face): Don't double-quote value.  Change custom
9338         type.
9339         (cperl-mode): Set normal-auto-fill-function and don't zap
9340         auto-fill-function.
9341         (cperl-imenu--function-name-regexp-perl): Renamed from
9342         imenu-example--function-name-regexp-perl.
9343         (cperl-imenu--create-perl-index): Renamed from
9344         imenu-example--create-perl-index.
9345         (cperl-xsub-scan): Don't require cl.
9347         * msb.el (msb-mode-map): Use substitute-key-definition.
9348         (msb-mode): Use msb-mode-map.
9350 2000-09-21  Andre Spiegel  <spiegel@gnu.org>
9352         * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
9353         New functions.
9354         (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
9355         (vc-switch-backend): New function.
9356         (vc-prefix-map): Bind `vc-switch-backend' to `b'.
9357         (vc-register): Fix prompt.
9358         (vc-unregister, vc-default-unregister): New functions.
9359         (vc-version-diff): Handle empty buffer in sentinel.
9361         * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
9362         (vc-rcs-state-heuristic): Use it to guess the state of files with
9363         non-strict locking.
9364         (vc-rcs-find-most-recent-rev): Handle the case when a branch has
9365         been set with -b, but not created yet.
9366         (vc-rcs-fetch-master-state): With non-strict locking, compare file
9367         contents in order to find the state.
9368         (vc-rcs-checkin): Allow creation of branches with no changes.
9369         (vc-rcs-unregister, vc-rcs-receive-file)
9370         (vc-rcs-set-non-strict-locking): New functions.
9372         * vc-hooks.el (vc-name): Force correct computation of the value
9373         in case it is missing.
9375 2000-09-21  Gerd Moellmann  <gerd@gnu.org>
9377         * startup.el (fancy-splash-tail): Use a different foreground
9378         color on a dark frame background.
9380 2000-09-21  Miles Bader  <miles@lsi.nec.co.jp>
9382         * info.el: Use the correct capitalization when making Info-mode
9383         and Info-edit-mode `special' modes.
9385 2000-09-20  Stefan Monnier  <monnier@cs.yale.edu>
9387         * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
9388         (diff-mode): Add support for add-log.el.
9389         (diff-hunk-text): Use char offsets rather than line offsets.
9390         (diff-find-source-location): Replace LINE with line-offset (nil
9391         if not found) and always set POS to a meaningful position.
9392         Adapt to the new char-offsets.
9393         (diff-apply-hunk): Drop support for the unused `select' POPUP.
9394         Adapt to the new diff-find-source-location.
9395         (diff-goto-source): Adapt to the new diff-find-source-location.
9397         * add-log.el (add-log-file-name): New function (split out of
9398         add-change-log-entry).
9399         (add-change-log-entry): Use it.
9400         Call add-log-file-name-function with the changelog file name if
9401         the current buffer is not associated with any file.
9402         Avoid find-file if the selected window is dedicated.
9404         * diff-mode.el (diff-find-source-location):
9405         Move code from diff-apply-hunk.  Return buffer rather than file.
9406         (diff-apply-hunk): Use the new result from  diff-find-source-location.
9407         (diff-goto-source): Use the new diff-find-source-location.
9409 2000-09-20  Dave Love  <fx@gnu.org>
9411         * iswitchb.el: Some doc fixes.
9412         (iswitchb-mode-map): Define completely initially.  Inherit
9413         minibuffer-local-map.
9414         (iswitchb-completion-help) <!iswitchb-xemacs>: Use
9415         fundamental-mode.
9416         (iswitchb-global-map): New variable.
9417         (iswitchb-summaries-to-end): Amalgamate regexps.
9418         (iswitchb-mode): New.
9419         (iswitchb-mode-hook): New variable.
9420         (iswitchb) <defgroup>: Add URL link.  Use group `completion', not
9421         `extensions'.
9423 2000-09-20  Gerd Moellmann  <gerd@gnu.org>
9425         * ehelp.el (electric-help): New defgroup.
9426         (electric-help-shrink-window): New user-option.
9427         (with-electric-help): Use it.
9429         * window.el (shrink-window-if-larger-than-buffer): If face
9430         `mode-line' has a :box, and we're on a graphical frame, add 1
9431         to the needed window height.
9433         * frame.el (frame-notice-user-settings): Add a last parameter nil
9434         to a call to `append', because the last list passed to `append' is
9435         not copied, and so subsequent calls to assq-delete-all will modify
9436         default-frame-alist.
9438         * startup.el (fancy-splash-image): Change :type.
9439         (fancy-splash-head): Use an XBM image if appropriate.
9440         (command-line-1): Show splash screens in more cases.
9442         * startup.el (fancy-splash-text): Don't quote faces.
9444         * dired.el (dired-font-lock-keywords): Undo last change.
9445         (dired-readin): Bind indent-tabs-mode to nil.
9447         * startup.el (fancy-splash-head): If frame's background mode
9448         is `dark', change the black background of the image to gray.
9449         (fancy-splash-screens): Display startup echo area message.
9450         (display-startup-echo-area-message): New function.
9452 2000-09-20  Miles Bader  <miles@lsi.nec.co.jp>
9454         * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
9456         * info.el (info-header-node): Tweak for color ttys.
9458         * faces.el (face-valid-attribute-values): Make sure directories we
9459         search for stipples both exist and are readable before trying to
9460         search them.
9462         * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
9463         in the dry-run case.
9465         * jka-compr.el (with-auto-compression-mode): New macro.
9467         * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
9468         (custom-group-tag-face, custom-variable-tag-face): Use relative
9469         :height and inherit from `variable-pitch' face instead of
9470         hardwiring :family.
9471         * hi-lock.el (hi-black-hb): Likewise.
9473         Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
9474         * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
9475         toolbar-add-item, if image doesn't have a mask add a `:mask
9476         heuristic'.
9478 2000-09-19  Stefan Monnier  <monnier@cs.yale.edu>
9480         * diff-mode.el: Docstring fixes.
9481         (diff-header-face, diff-comment-face): New faces.
9482         (diff-font-lock-keywords): Highlight a bit differently.
9483         (diff-find-source-location): Don't return SPAN any more.
9484         (diff-hunk-text): Don't bother erasing the temp buffer.
9485         (diff-find-text): Drop argument LINE.
9486         (diff-apply-hunk): Update calls to diff-find-text.
9487         (diff-goto-source): Use pop-to-buffer again and don't raise an error.
9489         * calendar/calendar.el: Docstring fixes.
9490         (calendar-make-alist): Don't quote lambda.
9491         (calendar-star-date): Use make-local-variable.
9493 2000-09-19  Dave Love  <fx@gnu.org>
9495         * toolbar/tool-bar.el: Renamed from toolbar.el.
9496         Change `toolbar' to `tool-bar' generally in symbols.
9497         Make some items invisible in `special' major modes.
9498         (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
9499         Add arg PROPS.
9501         * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
9502         Add :version here.
9503         (fancy-splash-delay, fancy-splash-image): Remove :version here.
9505 2000-09-19  Gerd Moellmann  <gerd@gnu.org>
9507         * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
9509         * files.el (find-file-suppress-same-file-warnings): New user-option.
9510         (find-file-noselect): Use it.
9512         * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
9513         (fancy-splash-screen): Defgroup.
9515         * add-log.el (change-log-font-lock-keywords): Match names
9516         more exactly for the case that font-lock-constant-face is
9517         underlined.
9519 2000-09-19  Richard M. Stallman  <rms@gnu.org>
9521         * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
9523 2000-09-19  Andre Spiegel  <spiegel@gnu.org>
9525         * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
9527 2000-09-19  Gerd Moellmann  <gerd@gnu.org>
9529         * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
9530         * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
9531         * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
9532         * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
9533         * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
9534         * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
9535         * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
9536         * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
9537         * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
9538         * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
9539         * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
9540         * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
9542         * startup.el (fancy-splash-text): New variable.
9543         (fancy-splash-delay, fancy-splash-image): New user-options.
9544         (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
9545         (fancy-splash-screens): New functions.
9546         (command-line-1): If display has a `display' frame parameter, has
9547         colors, and we have XPM support, show more fancy splash screens.
9549 2000-09-19  Dave Love  <fx@gnu.org>
9551         * map-ynp.el (map-y-or-n-p): Check use-dialog-box.  Don't lose
9552         with null `help'.  Use modern backquote syntax.
9554 2000-09-19  Gerd Moellmann  <gerd@gnu.org>
9556         * font-lock.el (font-lock-mode): Change message telling the user
9557         that ``the buffer is too big''.
9559         * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
9560         for instance for the case that tab-width is 2.
9562 2000-09-18  Gerd Moellmann  <gerd@gnu.org>
9564         * toolbar/toolbar.el (toolbar-like-menu-item): Like in
9565         toolbar-add-item, if image doesn't have a mask add a `:mask
9566         heuristic'.
9568 2000-09-18  Miles Bader  <miles@lsi.nec.co.jp>
9570         * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
9571         and return a cons if it's non-nil.
9572         (diff-apply-hunk): Try to jump to the line in the source text
9573         corresponding to the position of point in the in the hunk.
9575         * info.el (Info-title-3-face, Info-title-2-face)
9576         (Info-title-1-face): Use face inheritance and relative sizes
9577         instead of hard-wiring things.
9579         * faces.el (secondary-selection): Make dark-background variant sane.
9581 2000-09-16  Andrew Innes  <andrewi@gnu.org>
9583         * makefile.w32-in (compile-files-CMD): No need to make .elc files
9584         read-only, since they aren't under VC now.
9586 2000-09-17  Dave Love  <fx@gnu.org>
9588         * tmm.el: Replace mapcar with mapc in several places.
9590         * loadhist.el (unload-feature): Maybe call elp-restore-list and
9591         ad-unadvise.
9593         * international/latin1-disp.el: New file.
9595         * calendar/cal-move.el (scroll-calendar-left)
9596         (scroll-calendar-right): Make arg optional (for active mode line).
9598         * calendar/calendar.el (calendar-mode-line-format): Make fields
9599         mouse-sensitive.
9600         (calendar-read-date, calendar-read-date, calendar-window-list):
9601         Unquote lambda.
9602         (calendar-month-name): Use aref, not sref.
9604         * view.el (minor-mode-alist): Propertize the string.
9606         * international/characters.el (standard-case-table): Add entries
9607         for Greek.
9609 2000-09-18  Miles Bader  <miles@gnu.org>
9611         * info.el (info-node, info-xref): Add dark-background variants.
9613         * faces.el (header-line): Change defaults to be less confusing
9614         when mixed with mode-lines.
9616         * info.el (Info-fontify-node): Make a few cleanups.
9617         Add extra `help-echo' and `local-map' props to node xrefs.
9618         Use header-specific faces for node-names & xrefs.
9619         (Info-use-header-line): New variable.
9620         (info-header-xref, info-header-node): New faces.
9621         (Info-setup-header-line): New function.
9622         (Info-select-node): Call Info-setup-header-line when enabled.
9623         (Info-extract-pointer): Work even if the header line is hidden.
9624         (Info-header-line): New variable.
9626 2000-09-16  Stefan Monnier  <monnier@cs.yale.edu>
9628         * vms-patch.el (print-region-function): Don't quote lambda.
9630         * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
9632         * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
9633         (lm-get-header-re): Allow spaces between the header and the colon.
9634         (lm-header): Allow $ in non-RCS headers.
9635         (lm-header-multiline): Put the strings back into order.
9636         Stop at an empty line.  Don't require two space chars if the
9637         line is clearly not another header line.
9639         * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
9640         (popup-menu-popup): Remove.
9642 2000-09-15  Gerd Moellmann  <gerd@gnu.org>
9644         * toolbar/toolbar.el (toolbar-add-item): Use the same image
9645         specification if or if not tool-bar item contains an `:enabled'
9646         property.
9648         * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
9649         current buffer has no file name.
9651 2000-09-15  Dave Love  <fx@gnu.org>
9653         * strokes.el: Sync with maintainer's current version with changes
9654         for Emacs, but avoid runtime cl and levents.
9655         (toplevel):  Change autoloads and compilation requires.
9656         (strokes-version, strokes-bug-address, strokes-lift): Values
9657         changed.
9658         (strokes-xpm-header, strokes-insinuated): New variable.
9659         (strokes): Add :link.
9660         (strokes-mode): Customized.
9661         (strokes-while-inhibiting-garbage-collector): New macro.
9662         (strokes-remassoc): Avoid remove-if.
9663         (strokes-fix-button2-command): Don't use ad-do-it.
9664         (strokes-insinuate): New function.
9665         (strokes-button-press-event-p, strokes-button-release-event-p):
9666         New functions, used instead of non-`strokes-' versions..
9667         (strokes-mouse-event-p): Rewritten.
9668         (strokes-event-closest-point): Avoid event-point.
9669         (strokes-get-grid-position): Avoid cdadr, caadr
9670         (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
9671         functions.
9672         (strokes-help): Use with-output-to-temp-buffer.
9673         (strokes-window-configuration-changed-p): New function.
9674         (strokes-update-window-configuration): Use buffer-live-p,
9675         strokes-window-configuration-changed-p.
9676         (strokes-mode): Use strokes-insinuate.  Alter mouse bindings.
9677         (strokes-char-face): New face.
9678         (strokes-char-table, strokes-base64-chars): New variable.
9679         (strokes-xpm-for-stroke, strokes-list-strokes)
9680         (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
9681         (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
9682         (strokes-xpm-to-compressed-string, strokes-decode-buffer)
9683         (strokes-encode-buffer, strokes-xpm-for-compressed-string)
9684         (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
9685         functions.
9687 2000-09-15  Gerd Moellmann  <gerd@gnu.org>
9689         * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
9691         * image.el (create-image): Doc fix.
9693         * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
9694         instead of `:heuristic-mask t'.
9696 2000-09-14  Andrew Innes  <andrewi@gnu.org>
9698         * makefile.w32-in: Revert to Unix line endings.
9700 2000-09-14  Andrew Innes  <andrewi@gnu.org>
9702         * makefile.w32-in: Add bootstrap support.  Also copy lisp source
9703         when installing.
9705         * makefile.nt (DONTCOMPILE): Fix typo.
9707         * shell.el (shell-write-history-on-exit): New function.
9708         (shell-dumb-shell-regexp): New custom variable.
9709         (shell-mode): Make shell-write-history-on-exit the process
9710         sentinel if shell name matches shell-dumb-shell-regexp.
9712         * w32-fns.el: Comment out before-init-hook function which resets
9713         source-directory based; this breaks bootstrap.
9715 2000-09-14  Dave Love  <fx@gnu.org>
9717         * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
9718         toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
9719         toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
9720         toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
9721         toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
9722         toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
9723         toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm:  New.
9724         From Tuomas Kuosmanen <tigert@gimp.org>.  (Gnome icons fetched
9725         from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
9727         * toolbar/toolbar.el: New.
9729         * subdirs.el: Add toolbar.
9731 2000-09-14  Gerd Moellmann  <gerd@gnu.org>
9733         * indent.el (indent-for-tab-command): Doc fix.
9735 2000-09-14  Alex Schroeder  <alex@gnu.org>
9737         * ansi-color.el (ansi-colors): Doc change.
9738         (ansi-color-get-face): Simplified regexp.
9739         (ansi-color-faces-vector): Added more faces, doc change.
9740         (ansi-color-names-vector): Doc change.
9741         (ansi-color-regexp): Simplified regexp.
9742         (ansi-color-parameter-regexp): New regexp.
9743         (ansi-color-filter-apply): Doc change.
9744         (ansi-color-filter-region): Doc change.
9745         (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
9746         deal with zero length parameters.
9747         (ansi-color-apply-on-region): Doc change.
9748         (ansi-color-map): Doc change.
9749         (ansi-color-map-update): Removed debugging message.
9750         (ansi-color-get-face-1): Added condition-case to trap
9751         args-out-of-range errors.
9752         (ansi-color-get-face): Doc change.
9753         (ansi-color-make-face): Removed.
9754         (ansi-color-for-shell-mode): New option.
9756 2000-09-13  Kenichi Handa  <handa@etl.go.jp>
9758         * international/quail.el (quail-start-translation): Translate KEY
9759         if necessary even if it doesn't have any mapping in the current
9760         input method.
9761         (quail-start-conversion): Likewise.
9762         (quail-help): The output message is improved.
9764 2000-09-13  Miles Bader  <miles@gnu.org>
9766         * comint.el (comint-output-filter): Revert to using
9767         `insert-before-markers'.  Add bletcherous hack to undo damage
9768         caused by `insert-before-markers'.  Put `front-sticky' property on
9769         overlays created here so that the field code understands how the
9770         overlay works.  Use a let when making comint-last-prompt-overlay,
9771         so that the code is easier to read.
9773 2000-09-13  Dave Love  <fx@gnu.org>
9775         * wid-edit.el (widget-default-format-handler): DTRT when
9776         doc-property is a function.
9778 2000-09-12  Francesco Potorti`  <pot@gnu.org>
9780         * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
9781         filed name if it's not there.
9783 2000-09-12  Dave Love  <fx@gnu.org>
9785         * simple.el (read-mail-command): Doc fix.
9786         (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
9788         * vc.el (vc-dired-listing-switches): Fix :version.
9790         * vc-hooks.el: Doc fixes.
9792         * subr.el (add-minor-mode): Use toggle-fun arg.
9794         * speedbar.el: Add :version to several defcustoms.
9796         * imenu.el (imenu--truncate-items, imenu--cleanup)
9797         (imenu--generic-function): Avoid mapcar.
9798         (imenu--replace-spaces): Function removed.
9799         (imenu--completion-buffer): Use subst-char-in-string.
9800         (imenu-add-to-menubar): Use keymap inheritance.
9802 2000-09-12  Miles Bader  <miles@gnu.org>
9804         * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
9805         (diff-mode-map): Bind `diff-test-hunk'.
9806         (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
9808 2000-09-11  Gerd Moellmann  <gerd@gnu.org>
9810         * bytecomp.el (byte-compile-defvar): Undo last change
9811         because it breaks '(make-variable-buffer-local (defvar ...)'
9812         which is used at least in dired.
9814 2000-09-12  Kenichi Handa  <handa@etl.go.jp>
9816         * international/quail.el (quail-define-package): Docstring
9817         modified.
9819 2000-09-12  Kenichi Handa  <handa@etl.go.jp>
9821         * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
9822         extra docstrings for "chinese-ccdospy", "chinese-ecdict",
9823         "chinese-etzy", "chinese-sw", and "chinese-ziranma".  Modify the
9824         docstring of "chinese-py".
9826         * international/quail.el (quail-translation-docstring): New
9827         variable.
9828         (quail-show-keyboard-layout): Docstring modified.
9829         (quail-select-current): Likewise.
9830         (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
9831         infinite recursive call.
9832         (quail-help): Check quail-translation-docstring.  Format of the
9833         output changed.
9834         (quail-help-insert-keymap-description): Adjusted for the above
9835         change.
9837 2000-09-11  Gerd Moellmann  <gerd@gnu.org>
9839         * bytecomp.el (byte-compile-defvar): Only cons onto
9840         current-load-list in top-level forms.  Else this leaks a cons cell
9841         every time a defun is called.
9843 2000-09-11  Miles Bader  <miles@lsi.nec.co.jp>
9845         * diff-mode.el (diff-apply-hunk): Function basically rewritten.
9846         Now understands non-unified diffs.  Some functionality moved into
9847         `diff-hunk-text' and `diff-find-text'.  Add OTHER-FILE, DRY-RUN,
9848         POPUP, and NOERROR arguments.  If DRY-RUN is true, don't actually
9849         modify anything.  Only reposition point in the patched file if the
9850         patch succeeds.  Only pop up another window if POPUP is true.
9851         Emit a message describing what happened if successful, and at what
9852         line-offset.  Automatically detect reversed hunks and do something
9853         appropriate.
9854         (diff-hunk-text, diff-find-text): New functions.
9855         (diff-filter-lines): Function removed.
9856         (diff-test-hunk): New function.
9857         (diff-goto-source): Rewritten in terms of diff-apply-hunk.
9859 2000-09-10  Dave Love  <fx@gnu.org>
9861         * textmodes/tildify.el: Minor doc/commentary fixes.
9862         (tildify) <defgroup>: Add :version.
9864         * faces.el (face-x-resources): Make custom type more specific.
9865         (frame-background-mode): Use mapc.
9866         (region) <defcustom>: Add :version.
9868 2000-09-08  Stefan Monnier  <monnier@cs.yale.edu>
9870         * vc-sccs.el (vc-sccs-register):
9871         * vc-rcs.el (vc-rcs-register):
9872         * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
9873         * vc.el (vc-register): Clear file's properties.
9875 2000-09-08  Gerd Moellmann  <gerd@gnu.org>
9877         * faces.el (face-spec-set): Only face-spec-reset-face when
9878         ATTRS is non-nil.
9880 2000-09-08  Eli Zaretskii  <eliz@is.elta.co.il>
9882         * help.el (help-insert-xref-button): Fix a typo in doc string.
9884 2000-09-07  Eli Zaretskii  <eliz@is.elta.co.il>
9886         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
9887         Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
9888         methods.
9890         * menu-bar.el (read-mail-item-name): New function.
9891         (menu-bar-tools-menu): Use it to compute and display the package
9892         used to read email.
9893         (menu-bar-tools-menu): Fix typo in GUD's help string.
9895 2000-09-07  Dave Love  <fx@gnu.org>
9897         * diff-mode.el (diff-mouse-goto-source): New function.
9899         * vc-sccs.el: Doc fixes.
9900         (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
9902         * vc-rcs.el: Doc fixes.
9903         (vc-rcs-register-switches, vc-rcs-checkin-switches)
9904         (vc-rcs-checkout-switches, vc-rcs-header)
9905         (vc-rcs-master-templates): Add or change :version.
9907         * vc-cvs.el: Doc fixes.
9908         (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
9909         (vc-cvs-stay-local): Add :version.
9911         * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
9913 2000-09-07  Kenichi Handa  <handa@etl.go.jp>
9915         * international/quail.el (quail-help): Fix previous change.
9917 2000-09-07  Gerd Moellmann  <gerd@gnu.org>
9919         * faces.el (color-values): Doc fix.
9921         * faces.el (frame-set-background-mode): Use frame-parameter
9922         instead of frame-parameters.
9924         * frame.el (filtered-frame-list): Reduce consing.
9925         (frames-on-display-list): Call frame-parameter instead of
9926         frame-parameters.
9928 2000-09-07  Kenichi Handa  <handa@etl.go.jp>
9930         * language/devan-util.el (devanagari-to-indian-region): In the
9931         loop, change the following char, not preceding char.
9933 2000-09-07  Gerd Moellmann  <gerd@gnu.org>
9935         * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
9936         instead of frame-parameters.
9938         * faces.el (set-face-attribute): Simplify by calling
9939         internal-set-lisp-face-attribute with FRAME being 0.
9941         * vc.el: Remove `Id' version control keyword.
9943 2000-09-07  Kenichi Handa  <handa@etl.go.jp>
9945         * help.el (help-make-xrefs): Adjusted for the change of
9946         help-xref-mule-regexp.
9947         (help-insert-xref-button): New function.
9949         * international/mule-cmds.el (help-xref-mule-regexp-template):
9950         Include the pattern for character set.
9951         (leim): New group.
9953         * international/quail.el: Don't require face.
9954         (quail): New group.
9955         (quail-other-command): Dummy command to make quail-help work better.
9956         (quail-keyboard-layout-alist): Add Keyboard type "jp106".
9957         (quail-keyboard-layout-substitution): New variable.
9958         (quail-update-keyboard-layout): New function.
9959         (quail-keyboard-layout-type): New customizable variable.
9960         (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
9961         (quail-keyboard-translate): Pay attention to
9962         quail-keyboard-layout-substitution.
9963         (quail-insert-kbd-layout): New function.
9964         (quail-show-keyboard-layout): New function.
9965         (quail-get-translation): If the definition is a vector of length
9966         1, and the element is a string of length 1, return the character
9967         in that string.
9968         (quail-update-current-translations): Fix the case of
9969         relative-index out of range.
9970         (quail-build-decode-map, quail-insert-decode-map): New Functions.
9971         (quail-help): Show keyboard layout by quail-insert-kbd-layout.
9972         Show key sequences for all available characters.
9973         (quail-help-insert-keymap-description): Don't show such verbose
9974         key bindings as quail-self-insert-command.
9976         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
9977         Format changed, and each element now have extra documentations.
9978         (tit-process-header): Delete invalid characters from TIT-PROMPT.
9979         Adjusted for the change of quail-cxterm-package-ext-info.
9981 2000-09-06  Gerd Moellmann  <gerd@gnu.org>
9983         * vc-hooks.el (toplevel): Don't require `vc' during compilation;
9984         requiring it leads to a recursive loading of vc.el and vc-hooks.el
9985         during bootstrap.
9987 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
9989         * vc.el: (toplevel): Don't require `dired' at run-time.
9990         (vc-dired-resynch-file): Remove autoload cookie.
9992 2000-09-05  Andre Spiegel  <spiegel@gnu.org>
9994         * vc.el: Made several backend functions optional.
9995         (vc-default-responsible-p): New function.
9996         (vc-merge): Use RET for first version to trigger merge-news, not
9997         prefix arg.
9998         (vc-annotate): Handle backends that do not support annotation.
9999         (vc-default-merge-news): Removed.  The existence of a merge-news
10000         implementation is now checked on caller sites.
10002         * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
10003         case.
10005         * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
10006         special case that has been removed from the default in vc-hooks.el.
10008 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
10010         * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
10012 2000-09-05  Andre Spiegel  <spiegel@gnu.org>
10014         * vc-hooks.el: Require vc during compilation.
10015         (vc-file-setprop): Use `vc-touched-properties' if bound by the new
10016         macro `with-vc-properties' in vc.el.
10017         (vc-file-getprop): Doc fix.
10018         (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
10020         * vc.el: Require dired-aux during compilation.
10021         (vc-name-assoc-file): Moved to vc-sccs.el.
10022         (with-vc-properties): New macro.
10023         (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
10024         vc-finish-steal): Use it.
10025         (vc-cancel-version): Moved RCS-specific code to vc-rcs.el.  The call
10026         to the backend-specific function is now supposed to do the checkout,
10027         too.
10028         (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
10030         * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
10031         set file properties; that gets done in the generic code now.
10033         * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
10034         Changed parameter list, added code from vc.el that does the
10035         checkout, possibly with a double-take.
10037         * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
10038         (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
10039         the above under the new name.
10040         (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'.  Changed
10041         parameter list, added checkout command.
10042         (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
10043         properties; that gets done in the generic code now.
10045 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
10047         * vc.el: Docstring fixes (courtesy of checkdoc).
10049 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
10051         * vc.el (vc-checkout-writable-buffer-hook)
10052         (vc-checkout-writable-buffer): Remove.
10053         (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
10054         (vc-log-mode): Make it into a clean derived major mode.
10055         (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
10056         vc-log-mode if log-edit is not available.
10057         (vc-dired-mode-map): Don't set-keymap-parent yet.
10058         (vc-dired-mode): Do set-keymap-parent here.
10059         (vc-dired-buffers-for-dir): Nop if dired is not loaded.
10061 2000-09-05  Gerd Moellmann  <gerd@gnu.org>
10063         * faces.el (set-face-attribute, face-spec-reset-face)
10064         (face-spec-set): Avoid consing by removing calls to `apply'.
10066         * frame.el (frame-parameter): Move to C code.
10068 2000-09-05  Dave Love  <fx@gnu.org>
10070         * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
10071         insert-before-markers-and-inherit.  Now checked systematically!
10073 2000-09-05  Alex Schroeder  <alex@gnu.org>
10075         * sql.el (sql-postgres): Use sql-postgres-options.
10076         (sql-postgres-options): New variable.
10078 2000-09-05  Alex Schroeder  <alex@gnu.org>
10080         * sql.el (sql-mode-menu): Work around missing variable mark-active
10081         in XEmacs.
10082         (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
10083         (sql-interactive-mode): Added call to easy-menu-add for XEmacs
10084         compatibility.
10086 2000-09-04  Gerd Moellmann  <gerd@gnu.org>
10088         * vc.el (vc-dired-resynch-file): Add autoload cookie.
10090         * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
10092         * Makefile.in (DONTCOMPILE): Fix typo in file name.
10094 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
10096         * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
10097         don't support anything else under SCCS yet.
10099         * vc-hooks.el: Minor doc fixes.
10101 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
10103         * vc.el (vc-next-action-on-file): Do not visit the file if it's
10104         not necessary.  If verbose in state `needs-patch', do the same as
10105         under `up-to-date'.  When NOT verbose and `needs-patch', check out
10106         latest version instead of `merge-news'.
10107         (vc-next-action-dired): Don't mess with default-directory here; it
10108         breaks other parts of dired.  It is the job of the
10109         backend-specific functions to adjust it temporarily if they need it.
10110         (vc-next-action): Remove a special CVS case.
10111         (vc-clear-headers): New optional arg FILE.
10112         (vc-checkin, vc-checkout): Set properties vc-state and
10113         vc-checkout-time properly.
10114         (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
10115         (vc-print-log): Use new backend function `show-log-entry'.
10116         (vc-cancel-version): Do the checks in a different order.  Added a
10117         FIXME concerning RCS-only code.
10119         * vc-rcs.el (vc-rcs-show-log-entry): New function.
10120         (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
10122         * vc-cvs.el (vc-cvs-show-log-entry): New function.
10124         * vc-hooks.el (vc-default-mode-line-string): Show state
10125         `needs-patch' as a `-' too.
10127 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
10129         * vc.el (vc-responsible-backend): New optional arg REGISTER.
10130         (vc-default-could-register): New function.
10131         (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
10132         (vc-resynch-buffer): Call vc-dired-resynch-file.
10133         (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
10134         vc-resynch-buffer instead of vc-resynch-window.
10135         (vc-next-action-dired): Don't redisplay here, that gets done as a
10136         result of the individual file operations.
10137         (vc-retrieve-snapshot): Corrected prompt order.
10139         * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
10141         * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
10142         as well.
10143         (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p.  Handle
10144         hostname regexps.  Updated all callers.
10145         (vc-cvs-responsible-p): Handle directories as well.
10146         (vc-cvs-could-register): New function.
10147         (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
10148         properties up-to-date.
10150         * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
10151         user whether to create one.
10153 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
10155         * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
10156         check out a non-existing file.
10158         * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
10159         workfile does not exist.
10161         * vc.el (vc-version-diff): Use `require' to check for existence of
10162         diff-mode.
10164 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
10166         * vc-cvs.el (vc-cvs-registered): Use new function
10167         vc-cvs-parse-entry to do the actual work.
10169 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
10171         * vc-hooks.el (vc-find-backend-function): If function doesn't
10172         exist, return nil instead of error.
10173         (vc-call-backend): Doc fix.
10175         * vc.el (vc-do-command): Doc fix.
10176         (vc-finish-logentry): When checking in from vc-dired, choose the
10177         right backend for logentry check.
10178         (vc-dired-mode-map): Inherit from dired-mode-map.
10179         (vc-dired-mode): Local value of dired-move-to-filename-regexp
10180         simplified.
10181         (vc-dired-state-info): Removed, updated caller.
10182         (vc-default-dired-state-info): Use parentheses instead of hyphens.
10183         (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
10184         (vc-dired-listing-switches): New variable.
10185         (vc-directory): Use it, instead of dired-listing-switches.
10187         * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
10188         (vc-cvs-dir-state): New function.
10189         (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
10190         (vc-cvs-parse-entry): New function, also to be used in
10191         vc-cvs-registered.
10193 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
10195         * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
10196         *or* single-window-frames.
10198 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
10200         * vc.el (vc-update-changelog): Split into generic part and default
10201         implementation.  Doc string adapted.
10202         (vc-default-update-changelog): New function.  Call the `rcs2log'
10203         script in exec-directory, to fix a long-standing nuisance.
10205         * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
10206         simply signals an error.
10208 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
10210         * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
10211         control-flow more clear and to avoid running `cvs' twice.
10213         * vc.el (vc-next-action-on-file): Doc fix.
10214         (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
10215         (vc-print-log): Eval `file' before constructing the continuation.
10217 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
10219         * vc.el (vc-next-action-on-file): Corrected several messages.
10220         (vc-merge): Add prefix arg `merge-news'; handle it.
10222         * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
10223         is not reached.  It is.
10224         (vc-cvs-merge): Set state to 'edited after merge.
10225         (vc-cvs-merge-news): Set workfile version to nil if not known.
10226         (vc-cvs-latest-on-branch-p): Recommented.  Candidate for removal.
10228         * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
10229         via stdout. (Merge from main line.)
10231 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
10233         * vc.el (vc-finish-logentry): Thinko in the "same comment"
10234         detection.
10236 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
10238         * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
10239         against kill-all-local-variables.
10240         (vc-log-edit): Don't save vc-parent-buffer any more.
10241         (vc-last-comment-match): Initialize to an empty string.
10242         (vc-post-command-functions): New hook.
10243         (vc-do-command): Run it.
10244         (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
10245         (vc-finish-logentry): Only add the comment to the ring if it's
10246         different from the last comment entered.
10247         (vc-new-comment-index): New function.
10248         (vc-previous-comment): Use it.  Make the minibuffer message
10249         slightly less terse.
10250         (vc-comment-search-reverse): Make it work forward as well.  Don't
10251         set vc-comment-ring-index if no match is found.  Use
10252         vc-new-comment-index.
10253         (vc-comment-search-forward): Use vc-comment-search-reverse.
10254         (vc-dired-mode-map): Don't inherit from dired-mode-map since
10255         define-derived-mode will do it for us.  Bind `v' to a keymap that
10256         inherits from vc-prefix-map so that we can bind `vt' without
10257         binding C-x v t.
10258         (vc-retrieve-snapshot): Parenthesis typo.
10260         * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
10261         to 1.  Make sure to switch to *vc* before looking for an error
10262         message.  Use vc-parse-buffer.
10264 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
10266         * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
10267         and NAME.
10268         (vc-retrieve-snapshot): Split into two parts.
10269         (vc-default-retrieve-snapshot): New function.
10271         * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
10272         (vc-cvs-retrieve-snapshot): New function (untested).
10273         (vc-cvs-stay-local): Default to t.
10274         (vc-cvs-remote-p): New function and property.
10275         (vc-cvs-state): Stay local only if the above is t.
10276         (vc-handle-cvs): Removed.
10277         (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
10278         done via vc-handled-backends now.
10279         (vc-cvs-header): Escape Id.
10281 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
10283         * vc.el (vc-do-command): Remove unused commands.
10284         (vc-version-diff): Make sure default-directory ends with a slash.
10285         Move the window commands into a vc-exec-after.
10286         (vc-print-log): Move more of the code into the `vc-exec-after'.
10288 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
10290         * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
10291         (vc-print-log): Search current revision from beginning of buffer.
10292         (vc-revert-buffer): Clear echo area after the diff is finished.
10293         (vc-prefix-map): Removed definition of "t" for terse display in vc
10294         dired.
10295         (vc-dired-mode-map): Inherit from dired-mode-map.  Added
10296         definition of "vt" for terse display.
10297         (vc-dired-mode): Fix dired-move-to-filename-regexp.
10299 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
10301         * vc.el (vc-exec-after): Avoid caddr.
10303 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
10305         * vc.el (vc-exec-after): New function.
10306         (vc-do-command): Use it to add a termination message for async
10307         procs.
10308         (vc-checkout): Try to handle a missing-backend situation.
10309         (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
10310         of a directory with a backend using async diffs.
10311         (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
10312         present.
10314         * vc-sccs.el (vc-sccs-state-heuristic): Use
10315         file-ownership-preserved-p.
10317         * vc-rcs.el (vc-rcs-state-heuristic): Use
10318         file-ownership-preserved-p.
10319         (vc-rcs-checkout): Remove the error-handling for missing-rcs.
10321 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
10323         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
10324         vc-do-command.
10326         * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
10327         when there are no changes.
10329 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
10331         * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
10333         * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
10335 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
10337         * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
10339         * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
10340         the `fset' outside of the defvar so that it works even if
10341         vc-prefix-map was already defined.
10342         (vc-setup-buffer): New function, split out of vc-do-command.
10343         (vc-do-command): Allow BUFFER to be t to mean `just use the
10344         current buffer without any fuss'.
10345         (vc-version-diff): Change the `diff' backend operation to just put
10346         the diff in the current buffer without erasing it.  Always use
10347         *vc-diff* even for directory-diffs.  Use vc-setup-buffer.  Protect
10348         shrink-window-if-larger-than-buffer.
10349         (vc-print-log): Change the `print-log' backend operation to just
10350         put the log in the current buffer without erasing it.  Protect
10351         shrink-window-if-larger-than-buffer.
10352         (vc-update-change-log): Fix setd typo.
10354         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
10355         (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
10357         * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
10358         (vc-rcs-diff): Insert in the current buffer and remove unused arg
10359         CMP.
10361         * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
10362         with-temp-file.  Use the new BUFFER=t argument to vc-do-command.
10363         (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
10365 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
10367         * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
10368         not possible, use vc-BACKEND-workfile-unchanged-p.
10369         (vc-default-workfile-unchanged-p): New function.  Delegates to a
10370         full vc-BACKEND-diff.
10372         * vc-hooks.el (vc-simple-command): Removed.
10374         * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
10375         instead of vc-simple-command.
10376         (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
10377         avoid doing a diff when opening a file.
10378         (vc-rcs-state): Added check for unlocked-changes.
10379         (vc-rcs-header): Escape Id.
10380         (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
10381         (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
10382         version.
10384         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
10385         (vc-sccs-diff): Remove optional arg CMP.
10386         (vc-sccs-state): Call vc-workfile-unchanged-p, not the
10387         SCCS-specific function.
10389         * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
10390         vc-simple-command.
10392 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
10394         * vc.el (vc-editable-p): Renamed from vc-writable-p.
10395         (with-vc-file, vc-merge): Use vc-editable-p.
10396         (vc-do-command): Remove unused var vc-file and fix the
10397         doubly-defined `status' var.  Add a user message when starting an
10398         async command.
10399         (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
10400         (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
10401         Use with-current-buffer.
10402         (vc-buffer-sync): Use unless.
10403         (vc-next-action-on-file): If the file is 'edited by read-only,
10404         make it read-write instead of trying to commit.
10405         (vc-version-diff, vc-update-change-log): Use `setq
10406         default-directory' rather than `cd'.
10407         (vc-log-edit): Don't forget to set default-directory in the
10408         buffer.
10410         * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
10411         (vc-sccs-state-heuristic): Use file-writable-p instead of
10412         comparing userids.
10413         (vc-sccs-checkout): Use `unless'.
10415         * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
10416         of comparing userids.
10417         (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
10418         Simplify the logic by eliminating unreachable code.
10419         (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
10420         just do a recursive call if we need to retry.
10421         (vc-rcs-checkout): Handle the case where rcs is missing by making
10422         the buffer read-write if requested and re-signalling the error.
10424         * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
10426 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
10428         * vc-hooks.el (vc-handled-backends): Docstring change.
10429         (vc-ignore-vc-files): Mark obsolete.
10430         (vc-registered): Check vc-ignore-vc-files.
10431         (vc-find-file-hook, vc-file-not-found-hook): Don't check
10432         vc-ignore-vc-files.
10434         * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
10436 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
10438         * vc.el (vc-checkout): Don't do anything special for ange-ftp
10439         files since ange-ftp already has vc-registered return nil.
10441         * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
10442         (vc-sccs-workfile-version): Use with-temp-buffer and new
10443         vc-parse-buffer and don't bother setting the property.
10444         (vc-sccs-add-triple): Use with-current-buffer and
10445         find-file-noselect.
10446         (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
10448         * vc-rcs.el (vc-rcs-find-most-recent-rev): New function.  The code
10449         derives from the old vc-parse-buffer but uses the revision number
10450         rather than the date (much easier to compare robustly).
10451         (vc-rcs-fetch-master-state): Use `with-temp-buffer'.  Adapt to the
10452         new vc-parse-buffer (and vc-rcs-find-most-recent-rev).  Find the
10453         locking-user more directly.  Check strict locking and set
10454         checkout-model appropriately.
10455         (vc-rcs-parse-locks): Remove.
10456         (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
10457         new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
10458         (vc-rcs-system-release): Use with-current-buffer and
10459         vc-parse-buffer.
10460         (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
10462         * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
10463         (vc-simple-command): Docstring fix.
10464         (vc-registered): Align the way the file-handler is called with the
10465         way the function itself works.
10466         (vc-file-owner): Remove.
10468         * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer.  Reorder
10469         extraction of fields and call to file-attributes because of a
10470         temporary bug in rcp.el.
10471         (vc-cvs-fetch-status): Use with-current-buffer.
10473 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
10475         * vc.el (vc-do-command): Use file-relative-name.
10476         (vc-responsible-backend): Use vc-backend if possible.
10477         (vc-create-snapshot): Improve the `interactive' spec. Add support
10478         for branches and dispatch to backend-specific `create-snapshot'.
10479         (vc-default-create-snapshot): New function, containing the bulk of
10480         the old vc-create-snapshot.
10481         (vc-retrieve-snapshot): Improve the interactive spec.
10483         * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
10484         (vc-backend-hook-functions): Remove.
10485         (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
10486         (vc-backend): Reintroduce the test for `file = nil' now that I
10487         know why it was there (and added a comment to better remember).
10489         * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
10490         code from vc-sccs-hooks.el.
10491         (vc-sccs-release, vc-sccs-system-release): Remove.  Don't require
10492         'vc anymore.
10493         (vc-sccs-responsible-p): Use expand-file-name instead of concat
10494         and file-directory-p instead of file-exists-p.
10495         (vc-sccs-check-headers): Simplify the regexp.
10497         * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
10498         from vc-rcs-hooks.el.  Don't require 'vc anymore.
10499         (vc-rcs-responsible-p): Use expand-file-name instead of concat and
10500         file-directory-p instead of file-exists-p.
10502         * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
10503         from vc-cvs-hooks.el.
10504         (proto vc-cvs-registered): Require 'vc-cvs instead of
10505         'vc-cvs-hooks.  Don't require 'vc anymore.
10506         (vc-cvs-responsible-p): Use expand-file-name instead of concat and
10507         file-directory-p instead of file-exists-p.
10508         (vc-cvs-create-snapshot): New function, replacing
10509         vc-cvs-assign-name.
10510         (vc-cvs-assign-name): Remove.
10512 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
10514         * vc-cvs.el (vc-cvs-header): New var.
10516         * vc-rcs.el (vc-rcs-exists): Remove.
10517         (vc-rcs-header): New var.
10519         * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
10520         `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
10521         (vc-sccs-header): New var.
10523         * vc.el (vc-do-command): Get rid of the `last' argument.
10524         (vc-header-alist): Remove, replaced by vc-X-header.
10525         (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
10526         (vc-dired-hook): Use expand-file-name instead of concat.
10527         (vc-directory): Use file-name-as-directory.
10528         (vc-snapshot-precondition, vc-create-snapshot)
10529         (vc-retrieve-snapshot): Allow the command to operate on any
10530         directory.
10532         * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
10533         just removing the 'WORKFILE argument or by removing the 'MASTER
10534         argument and replacing `file' with (vc-name file).
10536 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
10538         * vc.el: Update Copyright and add a crude list of backend funs.
10539         (vc-writable-p): New function.
10540         (with-vc-file): Use vc-writable-p.
10541         (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
10542         (vc-register): Avoid vc-name.
10543         (vc-locking-user): Remove.
10544         (vc-steal-lock): Make the `owner' arg non-optional.
10545         (vc-merge): Use vc-writable-p instead of vc-locking-user and
10546         vc-checkout-model.
10547         (vc-default-dired-state-info): Use vc-state instead of
10548         vc-locking-user and return special strings for special states.
10549         (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
10550         and get rid of one of the special CVS cases.
10551         (vc-cancel-version): prettify error message with \\[...].
10552         (vc-rename-master): New function.
10553         (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
10554         use vc-rename-master) instead of vc-BACKEND-record-rename.  Make
10555         the CVS special case generic.
10556         (vc-default-record-rename): Remove.
10557         (vc-file-tree-walk-internal): Only call FUNC for files that are
10558         under control of some VC backend and replace `concat' with
10559         expand-file-name.
10560         (vc-file-tree-walk): Update docstring.
10561         (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
10562         (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
10564         * vc-sccs.el (vc-sccs-rename-file): Renamed from
10565         vc-sccs-record-rename.  Use `find-file-noselect' rather than
10566         `find-file' and call `vc-rename-master' to do the actual move.
10567         (vc-sccs-diff): Remove unused `backend' variable.
10569         * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
10570         to delay loading of vc-sccs until it is really used.
10571         (vc-sccs-master-templates): Preload.
10572         (vc-sccs-state): Update call to vc-sccs-parse-locks.
10573         (vc-sccs-project-dir): Remove (merged into
10574         vc-sccs-search-project-dir).
10575         (vc-sccs-search-project-dir): Rewrite using file name handling ops
10576         rather than `concat', make sure it is preloaded and don't bother
10577         to check that the file actually exists.
10578         (vc-sccs-parse-locks): Remove unused `file' argument, remove
10579         `locks' argument (use buffer's content instead) and eliminate n^2
10580         behavior.
10582         * vc-rcs.el: Update Copyright.
10583         (vc-rcs-rename-file): New function.
10584         (vc-rcs-diff): Remove unused `backend' variable.
10586         * vc-hooks.el: Update Copyright.
10587         (vc-backend): Don't accept a nil argument any more.
10588         (vc-up-to-date-p): Turn into a defsubst.
10589         (vc-possible-master): New function.
10590         (vc-check-master-templates): Use `vc-possible-master' and allow
10591         funs in vc-X-master-templates to return a non-existent file.
10593         * vc-cvs.el: Update Copyright.
10594         (vc-cvs-diff): Remove unused `backend' variable.
10595         (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
10597         * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
10599 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
10601         * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
10602         since it can be called from vc-rcs.el.
10603         (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
10605 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
10607         * vc.el (vc-version-diff): Expand file name read from the
10608         minibuffer.  Handle the case when a previous version number can't
10609         be guessed.  Give suitable messages when there were no differences
10610         found.
10611         (vc-clear-headers): Call backend-specific implementation, if one
10612         exists.
10613         (vc-cancel-version): Made error checks generic.  When done, clear
10614         headers generically, too.
10616         * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
10617         from vc-clear-headers in vc.el.
10619         * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
10620         correctly.
10621         (vc-rcs-latest-on-branch-p): Made second argument VERSION
10622         optional.  Handle the case when it's not there.
10624 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
10626         * vc.el (vc-locking-user): Moved from vc-hooks.el.
10628 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
10630         * vc-hooks.el (vc-loadup): Remove.
10631         (vc-find-backend-function): Use `require'.  Also, handle the case
10632         where vc-BACKEND-hooks.el doesn't exist.
10633         (vc-call-backend): Cleanup.
10635 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
10637         * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
10638         vc-rcs-grab-templates)
10639         (vc-rcs-registered): Remove.  The default function works as well.
10640         * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
10641         vc-sccs-grab-templates)
10642         (vc-sccs-registered): Remove.  The default function works as well.
10644         * vc.el (vc-version-diff): Left out a vc- in call to
10645         vc-call-backend.
10646         (vc-default-dired-state-info, vc-default-record-rename)
10647         (vc-default-merge-news): Update for the new backend argument.
10649         * vc-hooks.el (vc-find-backend-function): Return a cons cell if
10650         using the default function.
10651         (vc-call-backend): If calling the default function, pass it the
10652         backend as first argument.  Update the docstring accordingly.
10653         (vc-default-state-heuristic, vc-default-mode-line-string): Update
10654         for the new backend argument.
10655         (vc-make-backend-sym): Renamed from vc-make-backend-function.
10656         (vc-find-backend-function): Use the new name.
10657         (vc-default-registered): New function.
10659 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
10661         * vc.el (vc-merge): Use vc-find-backend-function.
10663         * vc-hooks.el (vc-backend-functions): Remove.
10664         (vc-loadup): Don't setup 'vc-functions.
10665         (vc-find-backend-function): New function.
10666         (vc-call-backend): Use above fun and populate 'vc-functions
10667         lazily.
10668         (vc-backend-defines): Remove.
10670 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
10672         * vc.el (vc-register): Put a FIXME note for a newly found bug.
10673         Call vc-call-backend without the leading vc-.
10674         (vc-responsible-backend, vc-finish-logentry, vc-annotate)
10675         (vc-check-headers): Call vc-call-backend without the leading vc-.
10676         (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
10677         (vc-annotate-display): Replace confusing use of `cond' with `or'.
10678         Call vc-call-backend without the leading vc-.
10680         * vc-cvs.el (tail): Provide vc-cvs.
10681         * vc-sccs.el (tail): Provide vc-sccs.
10682         * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
10684         * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
10685         (vc-make-backend-function, vc-call): Pass names without leading
10686         `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
10687         (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
10688         (vc-call-backend): Always try to load vc-X-hooks.
10689         (vc-registered): Remove vc- in call to vc-call-backend.
10691 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
10693         * vc.el (vc-process-filter): New function.
10694         (vc-do-command): Setup `vc-process-filter' for the async process.
10695         (vc-maybe-resolve-conflicts): New function to reduce
10696         code-duplication.  Additionally, it puts the buffer in
10697         `smerge-mode' if applicable.
10698         (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
10699         calling `merge-news'.
10700         (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
10701         (vc-log-edit): New function.  Replacement for `vc-log-mode' by
10702         interfacing to log-edit.el.
10703         (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
10704         log-edit is available.
10705         (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
10707 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
10709         * vc.el (vc-register): Remove `vc-buffer-backend' setup.
10710         (vc-log-mode-map): New name for vc-log-entry-mode and merge the
10711         defvar and the initialization.
10712         (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
10714         * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
10715         (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
10717         * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
10719 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
10721         * vc.el (vc-file-clear-masterprops): Removed.
10722         (vc-checkin, vc-revert-buffer): Removed calls to the above.
10723         (vc-version-diff): Use buffer-size without argument.
10724         (vc-register): Heed vc-initial-comment.
10726         * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
10727         default branch.
10729         * vc-rcs.el (vc-rcs-register): Parse command output to find master
10730         file name and workfile version.
10731         (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
10733         * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
10734         vc-file-clear-masterprops.
10736         * vc-sccs.el (vc-sccs-checkout): Removed call to
10737         vc-file-clear-masterprops.  If writable, set vc-state to 'edited
10738         rather than user login name.
10741 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
10743         * vc.el (vc-workfile-unchanged-p): Remove unused argument
10744         `want-differences-if-changed' and simplify.
10745         (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
10746         (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
10747         output (which is invalid for async vc-diff) to decide whether to
10748         do the revert silently or not.
10750 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
10752         * vc-hooks.el (vc-loadup): Load files quietly.
10753         (vc-call-backend): Oops, brain fart.
10755 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
10757         * vc-cvs.el (vc-cvs-state): Typo.
10758         (vc-cvs-merge-news): Return the status code rather than the error msg.
10760 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
10762         * vc.el (with-vc-file, vc-next-action, vc-version-diff)
10763         (vc-dired-mark-locked): Replaced usage of vc-locking-user with
10764         vc-state or vc-up-to-date-p.
10765         (vc-merge): Use vc-backend-defines to check whether merging is
10766         possible.  Set state to 'edited after successful merge.
10768         * vc-hooks.el (vc-locking-user): If locked by the calling user,
10769         return that name.  Redocumented.
10771 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
10773         * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
10774         new `vc-state' semantics.
10775         (vc-finish-steal): Set 'vc-state to 'edited rather than setting
10776         'vc-locking-user to the current user.
10777         (vc-merge): Inline vc-backend-merge.  Comment out code that I
10778         don't understand and hence can't adapt to the new `vc-state' and
10779         `vc-locking-user' semantics.
10780         (vc-backend-merge): Remove.
10782         * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
10783         rather than 'vc-locking-user.
10785         * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
10787         * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
10788         (vc-state): Don't use 'reserved any more.  Just use the same
10789         convention as the one used for vc-<backend>-state where the
10790         locking user (as a string) is returned.
10791         (vc-locking-user): Update, based on the above convention. The
10792         'vc-locking-user property has disappeared.
10793         (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
10795         * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
10796         with a heuristic one.
10797         (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
10798         (vc-cvs-checkin): Do a trivial parse to set the state in case of
10799         error.  That allows us to get to 'needs-merge even in the
10800         stay-local case.  There's still no way to detect 'needs-patch in
10801         such a setup (or to force an update for that matter).
10802         (vc-cvs-logentry-check): Remove, the default works as well.
10804 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
10806         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
10808         * vc.el (vc-do-command): kill-all-local-variables, to reset any
10809         major-mode in which the buffer might have been put earlier.  Use
10810         `remove' and `when'.  Allow `okstatus' to be `async' and use
10811         `start-process' in this case.
10812         (vc-version-diff): Handle the case where the diff looks empty
10813         because of the use of an async process.
10815 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
10817         * vc.el (vc-next-action-on-file): Removed optional parameter
10818         `simple'.  Recompute state unconditionally.
10819         (vc-default-toggle-read-only): Removed.
10821         * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
10822         (vc-toggle-read-only): Undid prev change.
10824         * vc-cvs.el (vc-cvs-stay-local): Renamed from
10825         vc-cvs-simple-toggle.  Redocumented.
10826         (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
10827         (vc-cvs-toggle-read-only): Removed.
10829 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
10831         * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
10832         (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
10833         (vc-release-greater-or-equal-p): Move to vc-rcs.el.
10834         (vc-file-clear-masterprops): Braindead "fix".  It was a nop and
10835         still is. So maybe it should be removed.
10836         (vc-head-version, vc-find-binary): Remove.
10837         (vc-recompute-state): Move from vc-hooks.el.
10838         (vc-next-action-on-file): Add a `simple' argument to allow
10839         avoiding the `recompute' step (use for vc-cvs-simple-toggle).
10840         (vc-default-toggle-read-only, vc-default-record-rename): New funs.
10841         (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
10842         (vc-dired-mode-map): Properly defvar it.
10843         (vc-print-log): Call log-view-mode if available.
10844         (small-temporary-file-directory): defvar instead of use boundp.
10845         (vc-merge-news): Moved to vc-cvs.el.
10846         (vc-default-merge-news): New function.
10848         * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
10849         (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
10850         (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
10851         unknown `vc-latest-version' function.  It should probably refer to
10852         vc-workfile-version or somesuch, but it's very unclear to me and I
10853         don't have SCCS to test things.
10855         * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
10856         (vc-sccs-state-heuristic): Fix typo.
10857         (vc-sccs-workfile-unchanged-p): Add missing argument.
10859         * vc-rcs.el: Require vc and vc-rcs-hooks.
10860         (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
10861         (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
10862         (vc-release-greater-or-equal-p): Move from vc.
10863         (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
10864         vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
10865         (vc-rcs-checkout): Add a missing `new-version' argument in the
10866         call to vc-rcs-latest-on-branch-p.  Hopefully that was the right one.
10868         * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
10869         (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
10870         (vc-rcs-latest-on-branch-p): Use the `version' argument rather
10871         than the apparently unbound `workfile-version'.
10873         * vc-hooks.el (vc-master-templates): Def the obsolete var.
10874         (vc-file-prop-obarray): Use `make-vector'.
10875         (vc-backend-functions): Add new hookable functions
10876         vc-toggle-read-only, vc-record-rename and vc-merge-news.
10877         (vc-loadup): If neither backend nor default functions exist, use
10878         the backend function rather than nil.
10879         (vc-call-backend): If the function if not bound yet, try to load
10880         the non-hook file to see if it provides it.
10881         (vc-call): New macro plus use it wherever possible.
10882         (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
10883         nor `vc-find-binary' since it's only called from
10884         vc-mistrust-permission which is only used once the backend is known.
10885         (vc-checkout-model): Fix parenthesis.
10886         (vc-recompute-state, vc-prefix-map): Move to vc.el.
10888         * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
10889         (vc-cvs-release, vc-cvs-system-release): Remove.
10890         (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
10891         (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
10892         status symbols.
10893         (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
10894         (vc-cvs-toggle-read-only): First cut at a function to allow a
10895         cvs-status-free vc-toggle-read-only.
10896         (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
10897         (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
10898         vc-cvs-status.  Also set vc-state rather than vc-locking-user.
10899         (vc-cvs-checkout): Modify access rights directly if the user
10900         requested not to use `cvs edit'.  And refresh the mode line.
10902         * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
10903         (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
10905 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
10907         * vc-cvs.el (vc-cvs-checkout): Docstring fix.  Added a `(if
10908         workfile' that got lost when the code was extracted from vc.el.
10909         And merged the tail with the rest of the code (not possible in the
10910         old vc.el where the tail was shared among all backends).  And
10911         explicitly set the state to 'edited if `writable' is set.
10913         * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
10914         (vc-cvs-state): Be careful to return the value from
10915         vc-cvs-parse-state.
10916         (vc-cvs-parse-status): Use expand-file-name.  Don't set 'vc-state
10917         property but return it instead.  Also be careful to handle a nil
10918         or "" `rev' when workfile is non-nil (it was handled properly when
10919         workfile was nil).
10921         * vc.el: Removed those pesky unnecessary `(function' quotes.
10922         (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
10923         directly in the defvar.
10924         (vc-do-command): Bind inhibit-read-only so as to properly handle
10925         the case where the destination buffer has been made read-only.
10926         (vc-diff): Delegate to vc-version-diff in all cases.
10927         (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
10928         (vc-annotate-mode-variables): Removed (code moved partly to
10929         defvars and partly to vc-annotate-add-menu).
10930         (vc-annotate-mode): Turned into a derived-mode.
10931         (vc-annotate-add-menu): Moved in code in
10932         vc-annotate-mode-variables.
10933         (vc-update-change-log): Use make-temp-file if available.
10935 2000-09-04  Martin Lorentzson  <martinl@delysid.gnu.org>
10937         * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
10938         `vc-checkout-model' updated to `vc-cvs-update-model'.
10940 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
10942         * vc.el (vc-next-action-on-file): Added handling of state
10943         `unlocked-changes'.
10944         (vc-checkout-carefully): Is now practically obsolete, unless the
10945         above is too slow to be enabled unconditionally.
10946         (vc-update-change-log): Fixed typo.
10948         * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
10950         * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
10951         Now handles state `unlocked-changes'.
10952         (vc-sccs-workfile-unchanged-p): New function, to support the above.
10954         * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
10956         * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
10957         (vc-rcs-fetch-master-state): Bug fixes.  Recognize state
10958         `unlocked-changes'.
10959         (vc-rcs-workfile-unchanged-p): Renamed from
10960         `vc-rcs-workfile-unchanged'.  This is not a real backend-specific
10961         function yet, but supposed to become one soon.
10963         * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
10964         `vc-steal-lock'.
10965         (vc-call-backend): Changed error message.
10966         (vc-state): Added description of state `unlocked-changes'.
10968 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
10970         * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
10971         always return t in CVS-controlled directories.
10973         * vc.el (vc-responsible-backend): New function.
10974         (vc-register): Largely rewritten.
10975         (vc-admin): Removed (implementation moved into vc-register).
10976         (vc-checkin): Redocumented.
10977         (vc-finish-logentry): If no backend defined yet (because we are in
10978         the process of registering), use the responsible backend.
10980         * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
10981         Updated function lists.
10982         (vc-call-backend): Fixed typo.
10984         * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
10985         New functions.
10986         (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
10987         Removed query option.  Redocumented.
10989 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
10991         * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
10993         * vc.el: Updated callers of `vc-checkout-required' to use
10994         `vc-checkout-model'.
10996 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
10998         * vc-rcs.el (vc-rcs-backend-release-p): function added.  other
10999         stuff updated to reference this function instead of the old
11000         `vc-backend-release-p'.
11002 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
11004         * vc-sccs-hooks.el (vc-uses-locking): Renamed to
11005         vc-checkout-model.  Return appropriate values.  Updated callers.
11007 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
11009         * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
11010         (vc-backend-revert): Function moved into `vc-revert';
11011         `vc-next-action' must be updated to accomodate this change.
11012         (vc-backend-steal): Function moved into `vc-finish-steal'.
11013         (vc-backend-logentry-check): Function moved into
11014         `vc-finish-logentry'.
11015         (vc-backend-printlog): Function moved into `vc-print-log'.
11016         (vc-backend-uncheck): Function moved into `vc-cancel-version'.
11017         (vc-backend-assign-name): Function moved into
11018         `vc-create-snapshot'.
11020 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
11022         * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
11023         Rename to vc-checkout-model.  Return appropriate values.
11024         Update callers.
11026         * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
11027         to vc-checkout-model.
11028         (vc-checkout-required): Rename to vc-checkout-model.
11029         Re-implement and re-comment.
11030         (vc-after-save): Use vc-checkout-model.
11032 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
11034         * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
11035         Update to use the vc-BACKEND-diff functions instead.
11036         `vc-diff' is now working.
11038         * vc-rcs.el (vc-rcs-logentry-check): New function.
11040         * vc-cvs.el (vc-cvs-logentry-check): New function.
11042         * vc-sccs.el (vc-sccs-diff): Function changed name from
11043         `vc-backend-diff'.  This makes `vc-diff' work.
11045         * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
11046         of functions possibly implemented in a vc-BACKEND library.
11047         (vc-checkout-required): Fix bug that caused an error to be
11048         signaled during `vc-after-save'.
11050         * vc.el: Fix typo.
11051         This checkin is made with our new VC code base for the very first time.
11052         A simple `(vc-checkin (buffer-file-name))' was used to perform it.
11054         * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
11055         `vc-checkout-required' updated to `vc-cvs-uses-locking'.
11057         * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
11058         updated to `vc-uses-locking'.
11059         (vc-checkout-required): Call to backend function.
11060         `vc-checkout-required' updated to `vc-uses-locking' instead.
11062         * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
11063         `vc-checkout-required' updated to `vc-rcs-uses-locking'.
11065         * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
11066         to match the split into various backends.
11067         (vc-backend-checkin): Remove.  Merge with `vc-checkin'.
11068         (vc-retrieve-snapshot): Bug fix.
11070 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
11072         * vc-sccs.el (vc-sccs-release): Doc fix.
11074 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
11076         * vc.el (vc-next-action-on-file): Bug found and fixed.
11077         (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
11078         (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
11080         * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
11081         (vc-rcs-checkout): Name space cleaned up.  No more revision number
11082         crunching function names that are not prefixed with vc-rcs.
11083         (vc-rcs-checkout-model): Function added.  References to
11084         `vc-checkout-model' replaced.
11086 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
11088         * vc.el (vc-next-action-on-file): Rewritten for the new state model.
11089         (vc-backend-merge-news): Renamed to `vc-merge-news'.  (Specific parts
11090         still need to be split, and implemented for RCS).
11092 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
11094         * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
11096         * vc-sccs.el (vc-sccs-admin): Added the query-only option as
11097         required by the vc.el file.
11099         * vc-rcs.el (vc-rcs-admin): Added the query-only option as
11100         required by the vc.el file.
11101         (vc-rcs-exists): Function added.
11103         * vc-cvs.el (vc-cvs-admin): Added the query-only option as
11104         required by the vc.el file.
11106         * vc.el (vc-admin): Updated to handle selection of appropriate
11107         backend.  Current implementation is crufty and need re-thinking.
11109         * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
11111 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
11113         * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
11114         beginning of annotate buffers correctly.
11116         * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
11117         (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
11118         functionality updated quite a lot to support multiple backends.
11119         Variables `vc-annotate-mode', `vc-annotate-buffers',
11120         `vc-annotate-backend' added.
11122         * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
11123         `vc-annotate-difference' added to supported backend functions.
11125 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
11127         * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
11128         Use with-temp-file instead of /bin/sh.  Merged from mainline
11130 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
11132         * vc-sccs-hooks.el (vc-sccs-registered): Updated.
11134         * vc-rcs-hooks.el (vc-rcs-registered): Updated.
11136         * vc-cvs-hooks.el (vc-cvs-registered): Updated.
11138 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
11140         * vc-hooks.el: vc-state-heuristic added to
11141         vc-backend-hook-functions.
11143         * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
11145         * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
11147         * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
11148         `vc-uses-locking' to `vc-checkout-required'.  Rename the `locked'
11149         state to `reserved'.
11151         * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
11152         `vc-checkout-required'.  Rename the `locked' state to `reserved'.
11154 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
11156         * vc-rcs-hooks.el: Implement new state model.  Hardly anything
11157         untouched.
11159         * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
11161         * vc.el (vc-update-change-log): Use small-temporary-file-directory,
11162         if defined.  (Merged from main line, slightly adapted.)
11164         * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
11165         millenium problem (merged from mainline).
11167 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
11169         * vc-cvs.el: Split the annotate feature into a BACKEND-specific
11170         part and moved the non-BACKEND stuff to vc.el.
11172         * vc.el: Split the annotate feature into a BACKEND specific part
11173         and moved it from the vc-cvs.el file to this one.
11175 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
11177         * vc-hooks.el: Implement new state model.
11178         (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
11179         (vc-locking-user): Simplify.  Now only needed if the file is
11180         locked by somebody else.
11181         (vc-lock-from-permissions): Remove.  Functionality is in
11182         vc-sccs-hooks.el and vc-rcs-hooks.el now.
11183         (vc-mode-line-string): New name for former vc-status.  Adapted.
11184         (vc-mode-line): Adapt to use the above.  Remove optional parameter.
11186         * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
11187         Various simplifications and adaptations all over the place.
11189         * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
11190         Simplify and adapt the rest.
11192         * vc.el (vc-resynch-window): Add TODO comment: check for
11193         interaction with view mode according to recent RCS change.
11194         (vc-backend-merge-news): Merge "CMUP" patch from mainline.
11196 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
11198         * vc.el: Convert the remaining function comments to docstrings.
11200 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
11202         * vc.el (vc-backend-release, vc-release-greater-or-equal)
11203         (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
11204         (vc-minor-part, vc-previous-version): Functions that operate and
11205         compare revision numbers got proper documentation.  Comments added
11206         about their possible removal.
11208 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
11210         * vc.el (vc-latest-on-branch-p): Function removed and replaced in
11211         the vc-backend.el files.
11213         * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
11215         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
11216         (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
11217         (vc-rcs-previous-version): Functions added.
11219         * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
11221         * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
11223 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
11225         * vc-hooks.el (vc-master-templates): Is really obsolete.
11226         Comment out the definition for now.  What is the right procedure
11227         to get rid of it?
11228         (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
11229         rewritten.
11230         (vc-default-registered): Remove.
11231         (vc-check-master-templates): New function; does mostly what the
11232         above did before.
11233         (vc-locking-user): Don't rely on the backend to set the property.
11235         * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
11236         Rewrite documentation.
11237         (vc-rcs-templates-grabbed): New variable.
11238         (vc-rcs-grab-templates): New function.
11239         (vc-rcs-registered): Rewrite to use above mechanism.
11241         * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
11242         Rewrite documentation.
11243         (vc-sccs-templates-grabbed): New variable.
11244         (vc-sccs-grab-templates): New function.
11245         (vc-sccs-registered): Rewrite to use above mechanism.
11246         (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
11247         Don't throw the result, simply return it.
11249         * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
11250         (vc-cvs-find-master): Remove.  Code is now in vc-cvs-registered.
11251         (vc-cvs-registered): Does the check itself now.  Simplify.
11253         * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
11254         from main line.
11256 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
11258         * vc-cvs.el (vc-cvs-diff): New function.
11260         * vc-sccs.el (vc-sccs-diff): New function.
11262         * vc-rcs.el (vc-rcs-diff): New function.
11263         (vc-rcs-checkout): Bug (typo) found and fixed.
11264         (vc-rcs-register-switches): New variable.
11266         * vc.el (vc-backend-diff): Function removed and placed in the
11267         backend files.
11269 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
11271         * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
11273         * vc.el (vc-backend-checkout): Function removed and replaced in
11274         the vc-backend.el files.
11276         * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
11278         * vc.el (vc-backend-admin): Removed and replaced in the
11279         vc-backend.el files.
11281         * vc.el (Martin): Removed all the annotate functionality since it
11282         is CVS backend specific.
11284 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
11286         * spec.txt: Added specification of vc-state.
11288         * vc-sccs-hooks.el (vc-sccs-master-properties):
11289         Remove handling of vc-latest-version and
11290         vc-your-latest-version.  What used to be vc-latest-version, is now
11291         returned as vc-workfile-version.
11292         (vc-sccs-workfile-version): Adapt.
11294 2000-09-04  Dave Love  <fx@gnu.org>
11296         * vc.el: [Merged from mainline.]
11297         (vc-dired-mode): Make the dired-move-to-filename-regexp
11298         regexp match the date, to avoid treating date as file size.
11299         Add YYYY S option to WESTERN/
11301 2000-09-04  Dave Love  <fx@gnu.org>
11303         * vc.el: Require `compile' when compiling.
11304         (vc-logentry-check-hook): New option.
11305         (vc-steal-lock): Use compose-mail.
11306         (vc-dired-mode-map): Defvar when compiling.
11307         (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
11308         vc-sccs.el and renamed.  Callers changed.
11309         (vc-backend-checkout, vc-backend-logentry-check)
11310         (vc-backend-merge-news): Doc fix.
11311         (vc-default-logentry-check): New function.
11312         (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
11313         (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
11314         (vc-backend-merge): Doc fix.  Use backend functions.
11315         (vc-check-headers): Use backend functions.
11317         * vc-cvs.el: Require vc when compiling.
11318         (vc-cvs-register-switches): Doc fix.
11319         (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
11320         (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
11321         (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
11322         New functions (code from vc.el).
11323         (vc-annotate-display-default): Fix interactive spec.
11324         (vc-annotate-time-span): Doc fix.
11326         * vc-rcs.el: Require vc when compiling.
11327         (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
11328         (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
11329         (vc-rcs-checkin): New functions (code from vc.el).
11330         (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
11331         Doc fix.
11332         (vc-rcs-release): Deleted.  (Duplicated vc-rcs-system-release).
11334         * vc-sccs.el: Require vc when compiling.
11335         (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
11336         (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
11337         (vc-sccs-revert)
11338         (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
11339         from vc.el).
11340         (vc-sccs-add-triple, vc-sccs-record-rename)
11341         (vc-sccs-lookup-triple): Moved from vc.el and renamed.
11342         (vc-sccs-admin): Doc fix.
11344 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
11346         * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
11347         (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
11348         (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
11349         from vc.el.
11351         * vc-sccs.el (vc-admin-sccs): Added from vc.el
11353         * vc-cvs.el: Moved the annotate functionality from vc.el.
11354         (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
11356 2000-09-04  Dave Love  <fx@gnu.org>
11358         * vc.el (vc-backend-release): Call vc-system-release.
11360         * vc-sccs.el (vc-sccs-system-release):
11361         Renamed from vc-sccs-backend-release.
11363         * vc-rcs.el (vc-rcs-system-release):
11364         Renamed from vc-rcs-backend-release.
11366         * vc-cvs.el (vc-cvs-system-release):
11367         Renamed from vc-cvs-backend-release.
11369 2000-09-04  Dave Love  <fx@gnu.org>
11371         * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
11372         backend files.
11373         (vc-backend-release): Dispatch to backend functions.
11374         (vc-backend-release-p): Don't mention CVS, RCS.  [The SCCS case
11375         probably needs attention.]
11377         * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
11378         (vc-sccs-backend-release): New function.
11380         * vc-cvs.el (vc-cvs-release): Moved from vc.el.
11381         (vc-cvs-backend-release): New function.
11383         * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
11384         Doc fix.
11385         (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
11386         (vc-default-dired-state-info): New function.
11387         (vc-dired-state-info): Dispatch to backends.
11388         (vc-dired-hook): Doc fix.  Simplify, pending removal of CVS specifics.
11390         * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
11391         from vc.el and renamed.
11393 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
11395         * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
11396         (vc-version-other-window, vc-backend-assign-name): Removed
11397         references to vc-latest-version; sometimes changed into
11398         vc-workfile-version.
11400         * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
11401         vc-rcs-master-workfile-version.
11402         (vc-rcs-workfile-version): Use the above.  Don't call
11403         vc-latest-version (that was unreachable code, anyway).
11404         (vc-rcs-fetch-master-properties): Doc fix.
11406         * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
11407         (vc-backend-hook-functions): Removed them from this list, too.
11408         (vc-fetch-properties): Removed.
11409         (vc-workfile-version): Doc fix.
11411         * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
11412         (vc-rcs-workfile-version, vc-rcs-locking-user)
11413         (vc-rcs-uses-locking): Use it.
11415         * vc-hooks.el (vc-consult-rcs-headers):
11416         Moved into vc-rcs-hooks.el, under the name
11417         vc-rcs-consult-headers.
11419         * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
11420         headers.
11421         (vc-cvs-find-master): Use this name only; correct different
11422         versions of the name.
11424         * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
11425         New functions.
11426         (vc-sccs-locking-user): Use the latter.
11428         * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
11429         New functions.
11431         * vc-hooks.el (vc-master-locks, vc-master-locking-user):
11432         Moved into both
11433         vc-rcs-hooks.el and vc-sccs-hooks.el.  These properties and access
11434         functions are implementation details of those two backends.
11436 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
11438         * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
11439         (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
11441         * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
11442         (vc-sccs-parse-locks): SCCS-specific code moved here from
11443         vc-hooks.
11445         * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
11446         code moved here from vc-hooks.
11448         * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
11449         into back-end specific parts and removed.  Callers not updated
11450         yet; because I guess these callers will disappear into back-end
11451         specific files anyway.
11453 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
11455         * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
11456         (vc-backend-checkout): Changed calls to `vc-checkout-model' to
11457         `vc-uses-locking'.
11459         * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
11460         Store yes/no in the property, and return t/nil.  Updated all
11461         callers.
11463         * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
11464         vc-sccs-uses-locking.  Don't set property.
11465         (vc-sccs-locking-user): Don't set property.
11467         * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
11468         vc-cvs-uses-locking.  Don't set property here; leave that to
11469         vc-hooks.
11470         (vc-cvs-locking-user): Reflect above change.  Streamlined.
11472         * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
11473         vc-rcs-uses-locking.
11474         (vc-rcs-locking-user): Reflect above change.
11476 2000-09-04  Dave Love  <fx@gnu.org>
11478         * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
11480         * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
11482         * vc-hooks.el (vc-checkout-model): Punt to backends.
11484         * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
11486         * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
11488         * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
11489         New functions.
11491         * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
11492         New functions.
11494         * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
11495         (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
11497         * vc-hooks.el (vc-default-locking-user): New function.
11498         (vc-locking-user, vc-workfile-version): Punt to backends.
11500 2000-09-04  Dave Love  <fx@gnu.org>
11502         * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
11503         (vc-master-workfile-version): Moved from vc-hooks.
11505         * vc-rcs-hooks.el: Fix duplicate code in last change.
11507         * vc-rcs-hooks.el: Require vc-hooks when compiling.
11508         (vc-rcs-master-templates): Improve :type.
11509         (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
11510         vc-master-workfile-version): Moved from vc-hooks.
11512         * vc-sccs-hooks.el: Require vc-hooks when compiling.
11513         (vc-sccs-master-templates): Improve :type.
11514         (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
11516         * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
11518         * vc-cvs-hooks.el: Require vc-hooks when compiling.
11519         (vc-cvs-master-templates): Improve :type.  Use
11520         vc-cvs-find-cvs-master.
11521         (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
11522         from vc-hooks.
11523         (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
11525         * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
11526         Moved to vc-cvs-hooks.
11528         * vc-hooks.el: Add doc strings in various places.  Simplify the
11529         minor mode setup.
11530         (vc-handled-backends): New user variable.
11531         (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
11532         simplification.
11534 2000-09-04  Dave Love  <fx@gnu.org>
11536         * vc.el: Some doc fixes for autoloaded and interactive functions.
11537         Fix compilation warnings from ediff stuff.
11538         (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
11540         * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
11542         * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
11544         * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
11546 2000-09-04  Dave Love  <fx@gnu.org>
11548         * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
11549         New variable.
11550         (vc-make-backend-function, vc-loadup, vc-call-backend)
11551         (vc-backend-defines): New functions.
11553         * vc-hooks.el: Various doc fixes.
11554         (vc-default-back-end, vc-follow-symlinks): Custom fix.
11555         (vc-match-substring): Function removed.  Callers changed to use
11556         match-string.
11557         (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
11558         Simplify.
11560 2000-09-04  Dave Love  <fx@gnu.org>
11562         * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
11563         type.
11564         (vc-sccs-project-dir, vc-search-sccs-project-dir)
11565         (vc-sccs-registered): Doc fix.
11567         * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
11568         (vc-cvs-registered): Doc fix.
11570         * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
11571         (vc-rcs-registered): Doc fix.
11573 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
11575         * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
11577         * vc-hooks.el: vc-registered has been renamed
11578         vc-default-registered.  Some functions have been moved to the
11579         backend specific files.  they all support the
11580         vc-BACKEND-registered functions.
11582 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
11584         * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
11586         * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
11588 2000-09-04  Dave Love  <fx@gnu.org>
11590         * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
11591         menu-bar-update-hook.
11593         * help.el (help-manyarg-func-alist): Add
11594         find-operation-coding-system.
11596         * wid-edit.el (widget-sexp-validate): Fix garbled code.
11598         * custom.el (custom-set-variables): Print message about errors in
11599         setting.
11601 2000-09-03  Andrew Innes  <andrewi@gnu.org>
11603         * makefile.w32-in: Change to DOS line endings.
11605 2000-09-02  Eli Zaretskii  <eliz@is.elta.co.il>
11607         * mouse.el (mouse-popup-menubar): Supply the prompt string for
11608         minor-mode keymaps, if they don't have one.
11610 2000-09-02  Eli Zaretskii  <eliz@is.elta.co.il>
11612         * eshell/esh-module.el (eval-when-compile): Don't lose if
11613         esh-module.el's file name is truncated to DOS 8+3 limits.
11615 2000-09-01  John Wiegley  <johnw@gnu.org>
11617         * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
11618         predicate, which caused entries in the completion list to be
11619         doubled.
11621 2000-08-30  John Wiegley  <johnw@gnu.org>
11623         * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
11624         sending to subprocesses.  Also, hook pre-command-hook if
11625         `eshell-send-direct-to-subprocesses' is non-nil.
11626         (eshell-send-direct-to-subprocesses): New config variable.  If t,
11627         subprocess input is send immediately.
11628         (eshell-toggle-direct-send): New function.
11629         (eshell-self-insert-command): New function.
11630         (eshell-intercept-commands): New function.
11631         (eshell-send-input): If direct subprocess sending is enabled,
11632         don't echo any input to the Eshell buffer.  Let the subprocess
11633         handle that.  This requires "stty echo" in bash, for example.
11635 2000-08-28  John Wiegley  <johnw@gnu.org>
11637         * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
11638         completion function for Eshell's implementation of `unset'.
11640 2000-09-02  Eli Zaretskii  <eliz@is.elta.co.il>
11642         * info.el (Info-directory-list): Doc fix.
11644 2000-08-31  Peter Breton  <pbreton@ne.mediaone.net>
11646         * filecache.el (file-cache-add-directory-using-find): Don't quote
11647         wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
11649 2000-08-31  Kenichi Handa  <handa@etl.go.jp>
11651         * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
11652         coding systems.
11654 2000-08-30  Andrew Innes  <andrewi@gnu.org>
11656         * timer.el (run-with-idle-timer): Undo last change, so that timer
11657         is not activated immediately if Emacs is already idle.  Some
11658         existing code relies on this behaviour.
11660 2000-08-30  Miles Bader  <miles@gnu.org>
11662         * frame.el (set-frame-font): Do completion of font-name for
11663         interactive use.
11665 2000-08-30  Kenichi Handa  <handa@etl.go.jp>
11667         * international/quail.el (quail-start-translation): Bind locally
11668         last-command-event, last-command, and this-command.
11669         (quail-start-conversion): Likewise.
11670         (quail-self-insert-command): Fix docstring.
11672 2000-08-29  Gerd Moellmann  <gerd@gnu.org>
11674         * progmodes/executable.el
11675         (executable-make-buffer-file-executable-if-script-p): Check that
11676         buffer contains at least 2 characters.
11678 2000-08-29  Eli Zaretskii  <eliz@is.elta.co.il>
11680         * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
11682 2000-08-29  Dave Love  <fx@gnu.org>
11684         * diff-mode.el (diff-mode) <defgroup>: Add :version.
11685         (diff-mode-shared-map): Bind mouse-2.
11686         (diff-imenu-generic-expression): New variable.
11687         (diff-mode): Use it.
11689         * mouse.el (mouse-major-mode-menu): Use local-key-binding.
11690         (mouse-popup-menubar): Add minor mode menus.
11691         (popup-menu): Check for lookup-key returning number.
11693 2000-08-29  Miles Bader  <miles@gnu.org>
11695         * comint.el (comint-send-input): Create overlays using the proper
11696         front/read-advance arguments.
11698 2000-08-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
11700         * ps-print.el: Even/odd pages printing.  Doc fix.
11701         (ps-print-version): New version number (6.0).
11702         (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
11703         (ps-background, ps-begin-file, ps-begin-job): Code fix.
11704         (ps-print-duplex-feature): Variable eliminated.
11705         (ps-even-or-odd-pages): New variable.
11707         * progmodes/ebnf2ps.el: Doc fix.
11708         (ebnf-version): New version (3.3).
11709         (ebnf-user-arrow): Change variable customization to sexp.
11710         (ebnf-user-arrow): Function eliminated.
11711         (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
11713 2000-08-29  Kenichi Handa  <handa@etl.go.jp>
11715         * help.el (help-xref-mule-regexp): New variable.
11716         (help-make-xrefs): Handle help-xref-mule-regexp.
11718         * international/mule-cmds.el (help-xref-mule-regexp-template): New
11719         variable.
11720         (describe-input-method): Temporarily activate the specfied input
11721         method to display the information.
11722         (describe-language-environment): Hyperlinks to mule related items.
11724         * international/mule-diag.el (charset-multibyte-form-string): New
11725         function.
11726         (list-character-sets-1): Use charset-multibyte-form-string.
11727         (describe-character-set): New function.
11728         (describe-coding-system): Hyperlinks to safe character sets.
11730         * international/quail.el (quail-help): New arg PACKAGE.
11731         Hyperlinks to mule related items.
11732         (quail-help-insert-keymap-description): Use
11733         substitute-command-keys instead of describe-bindings.
11734         (quail-translation-help): Hyperlinks to mule related items.
11736 2000-08-28  John Wiegley  <johnw@gnu.org>
11738         * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
11739         have a defsubst call itself.  Made `eshell-flatten-list' back into
11740         a function again.
11742         * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
11743         catch, in case re-centering point at bottom messes up the display.
11744         This happens frequently in Emacs 21, due I believe to variable
11745         line heights.
11747         * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
11748         to call `find-tag-interactive'.
11750         * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
11751         the list of remember directories.
11753 2000-08-28  John Wiegley  <johnw@gnu.org>
11755         * align.el: Test align-region-separate to see if it's a symbol.
11757 2000-08-28  John Wiegley  <johnw@gnu.org>
11759         * eshell/esh-util.el (eshell-flatten-list): Made this function
11760         into a defsubst form.  It gets used very frequently, although
11761         calls don't occur all that often.
11763         * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
11764         examining it.
11766         * eshell/esh-cmd.el (eshell-rewrite-while-command):
11767         (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
11768         `eshell-protect'.
11769         (eshell-copy-handles): Created a new macro for duplicating the
11770         current set of open handles.  This is needed by the looping
11771         functions.
11772         (eshell-do-eval): Fixed while and if, so that the eshell-test-body
11773         is not incorrectly stomped on.
11775         * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
11776         declaration for pcomplete-use-paring.
11777         (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
11778         value of eshell-cmpl-use-paring.
11779         * pcomplete.el (pcomplete-use-paring): New config variable, to
11780         indicate whether paring should be used.
11781         (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
11782         completion alternatives that have already been used.
11784         * eshell/esh-mode.el (eshell-repeat-argument): Added function,
11785         bound to C-c C-y, which will repeat the previous N arguments
11786         (based on prefix argument).
11787         (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
11789         * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
11790         if there is no *Help* buffer.  This is for XEmacs, which renames
11791         its help buffers uniquely.  TODO: Find out what the current buffer
11792         name to delete is.
11794         * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
11795         first entry that correlates to a passwd/group number.  Later
11796         entries (used for group/user name aliasing to multiple IDs) are
11797         ignored.
11799         * eshell/em-xtra.el (eshell/expr):
11800         * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
11801         (eshell-grep, eshell/diff, eshell/locate):
11802         * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
11803         argument list, before passing it to the system command.
11805         * eshell/esh-mode.el (eshell-find-tag): Added a special version of
11806         `find-tag' for use at final position in Eshell buffers (which
11807         otherwise triggers an error on Emacs 21).
11808         (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
11809         buffer, if it is currently bound to `find-tag'.
11811         * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
11812         in the list of matched Makefile names.
11813         (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
11814         directory, prefer its contents to Makefile.
11816         * eshell/em-dirs.el (eshell/cd): cd commands that look up
11817         directory parts (like "cd old new", or "cd =regexp"), are now case
11818         sensitive on non-Windows/DOS platforms.
11820         * eshell/esh-mode.el (eshell-parse-command-input): When a user
11821         types RET after an open delimiter (like "), display a message
11822         indicating that Eshell is waiting for the closing delimiter.
11824         * eshell/esh-var.el (eshell/unset): Added a command for unsetting
11825         environment variables.
11827         * eshell/em-unix.el (eshell/diff): Added logic to fail more
11828         gracefully if the user enters incorrect arguments.
11830         * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
11831         Eshell buffers.
11833         * eshell/esh-var.el (eshell-interpolate-variable):
11834         * eshell/esh-mode.el (eshell-move-argument):
11835         * eshell/em-unix.el (eshell-du-sum-directory):
11836         * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
11837         * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
11838         (not (= ...)).
11840         * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
11841         to ensure the `preserve' flag gets propagated when doing recursive
11842         directory copies.
11844 2000-08-28  Stefan Monnier  <monnier@cs.yale.edu>
11846         * eshell/em-hist.el (eshell-put-history, eshell-get-history):
11847         Don't convert \n into \0177 in memory.
11848         (eshell-read-history, eshell-write-history): Convert \n to \0177,
11849         and back again, when reading and writing.
11851 2000-08-28  Eli Zaretskii  <eliz@is.elta.co.il>
11853         * eshell/esh-util.el (eshell-processp): Added to relieve constant
11854         testing of `fboundp' on `processp'.
11856         * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
11857         (eshell/jobs): Don't call process-list if it is not bound.
11858         (eshell-gather-process-output): Support systems where async
11859         subprocesses aren't supported.
11860         (eshell-scratch-buffer, eshell-last-sync-output-start): New
11861         variables.
11863         * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
11864         eshell-do-eval returns t.
11865         (eshell-do-pipelines-synchronously): New defmacro.
11866         (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
11867         when async subprocesses aren't supported.
11868         (eshell-do-eval): Use eshell-processp.  Don't throw eshell-defer
11869         if async subprocesses aren't supported.
11870         (eshell-resume-command): Don't assume STATUS is a string.
11872         * eshell/em-unix.el (eshell/rm): Use eshell-processp.
11874         * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
11875         (eshell-close-target, eshell-get-target): Use eshell-processp.
11876         (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
11877         fix.
11878         (eshell-get-target, eshell-create-handles): Doc fix.
11880 2000-08-28  Miles Bader  <miles@lsi.nec.co.jp>
11882         * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
11883         criterion to include commands that output something, as long as it
11884         leaves both the command and the end-of-buffer visible when the
11885         command has exited.
11886         (eshell-review-quick-commands): Adjust the help doc string
11887         accordingly.
11889 2000-08-28  Peter Breton  <pbreton@ne.mediaone.net>
11891         * locate.el (locate): Cleaned up locate command's interactive prompting
11892         Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
11894         * filecache.el (file-cache-case-fold-search): New variable
11895         (file-cache-assoc-function): New variable
11896         (file-cache-minibuffer-complete): Use file-cache-assoc-function.
11897         Use file-cache-case-fold-search variable
11898         (file-cache-add-file): Use file-cache-assoc-function
11899         (file-cache-delete-file): likewise
11900         (file-cache-directory-name): likewise
11901         (file-cache-debug-read-from-minibuffer): likewise
11903 2000-08-28  Gerd Moellmann  <gerd@gnu.org>
11905         * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
11906         (abbrev-table-name): New function.
11907         (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
11908         If non-nil list local abbrev, only.
11910 2000-08-28  Stanislav Shalunov  <shalunov@internet2.edu>
11912         * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
11913         from Gnus support code, and use special article copy buffer
11914         `(gnus-original-article-buffer)' instead.  This allows to get rid
11915         of article-hide-headers usage (which breaks in the latest Gnus
11916         version).  Thanks to Detlev Zundel.
11918 2000-08-28  Kenichi Handa  <handa@etl.go.jp>
11920         * international/quail.el (quail-use-package): Hide "... loaded"
11921         message.
11922         (quail-start-translation, quail-start-conversion): Likewise.
11924         * international/kkc.el (kkc-region): Hide "... loaded" message.
11926 2000-08-27  Dave Love  <fx@gnu.org>
11928         * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
11930 2000-08-27  Miles Bader  <miles@gnu.org>
11932         * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
11934 2000-08-27  Kenichi Handa  <handa@etl.go.jp>
11936         * international/ja-dic-cnv.el (skkdic-convert): Insert (require
11937         'ja-dic-cnv), not (require 'skkdic-cnv).
11939 2000-08-26  Miles Bader  <miles@gnu.org>
11941         * faces.el (face-x-resources): Add entry for :inherit.
11942         * cus-face.el (custom-face-attributes): Add support for :inherit
11943         attribute.  Add support for relative face heights.
11944         (custom-face-attributes-get): Treat `nil' as being a default value
11945         for :inherit (as well as `unspecified').
11947         * faces.el (set-face-attribute): Update doc string.
11948         (face-attribute-name-alist): Add :inherit.
11949         (face-valid-attribute-values): Handle :inherit.
11950         (face-read-string): Rephrase prompt to be less confusing.
11951         Assume that DEFAULT is a string, since we must return a string.
11952         (face-read-integer): Use `format' to turn DEFAULT into an
11953         acceptable default for face-read-string.  Match NEW-VALUE against
11954         the string "unspecified", not the symbol `unspecified', since
11955         that's what face-read-string returns.
11956         (read-face-attribute): Lookup a name for old-value in valid, and
11957         use it as a default if we find one.  Treat all values from
11958         face-read-string as strings.  If the default is used, don't do any
11959         more processing on the value, just use the old value directly.
11960         (read-face-and-attribute, modify-face): Tweak prompt.
11961         (read-face-name): Don't assume prompt ends with a space.
11963         * faces.el (describe-face): Add support for :inherit attribute.
11965 2000-08-25  Kenichi Handa  <handa@etl.go.jp>
11967         * terminal.el (terminal-emulator): Fix args to `concat'.  Now
11968         concat doesn't accept interger.
11970         * international/kkc.el: Remove SKK from Keywords.  Require
11971         ja-dic-utl instead of skkdic-utl.
11973         * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
11974         Provide ja-dic-cnv instead of skkdic-cnv.
11975         (ja-dic-filename): Renamed from skkdic-filename.  Referers changed
11976         (iso-2022-7bit-short): Add safe-charsets property.
11977         (skkdic-convert-postfix): Search Japanese chou-on character in
11978         addition to Hiragana character.
11979         (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
11980         (skkdic-convert): Change file names from skkdic.el to ja-dic.el
11981         (batch-skkdic-convert): Likewise.
11983         * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
11984         Provide ja-dic-utl instead of skkdic-utl.
11985         (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
11987 2000-08-24  Dave Love  <fx@gnu.org>
11989         * disp-table.el (standard-display-default): Make the test of `l'
11990         useful.
11992         * language/european.el ("Latin-8", "Latin-9"): Add input methods,
11993         mod sample text.
11995         * international/iso-ascii.el: Make pilcrow convenient string
11996         consistent with section.
11997         (iso-ascii-display): Set up multibyte characters as well as
11998         unibyte.
12000 2000-08-24  Kenichi Handa  <handa@etl.go.jp>
12002         * international/mule-cmds.el (reset-language-environment): Set
12003         default-process-coding-system to '(undecided . iso-latin-1), which
12004         makes process I/O almost consistent with file I/O.   Call this
12005         function when mule-cmds.el[c] is loaded.
12007 2000-08-22  Andrew Innes  <andrewi@gnu.org>
12009         * makefile.w32-in: New file.
12011 2000-08-22  Miles Bader  <miles@lsi.nec.co.jp>
12013         * comint.el (comint-output-filter): Compare end of
12014         comint-last-output-overlay with the start of the newly inserted
12015         text, not the end, when deciding whether to extend it.
12016         Set saved-point's insertion type to advance after insertion.
12018         * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
12019         since this is now done independently of font-lock mode.
12021 2000-08-21  Gerd Moellmann  <gerd@gnu.org>
12023         * server.el (server-kill-new-buffers): New user option.
12024         (server-existing-buffer): New buffer-local variable.
12025         (server-visit-files): When using an existing buffer, set
12026         server-existing-buffer to t.
12027         (server-buffer-done): If server-kill-new-buffers is t, kill the
12028         buffer, unless it was already present before visiting it with
12029         Emacs server.
12031 2000-08-21  Eli Zaretskii  <eliz@is.elta.co.il>
12033         * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
12034         even if the display doesn't support colors: some displays will
12035         support bold/underline faces.
12037 2000-08-21  Gerd Moellmann  <gerd@gnu.org>
12039         * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
12041         * startup.el (command-line): If user's init file had an error,
12042         add explanatory text to *Messages*.
12044 2000-08-21  Kenichi Handa  <handa@etl.go.jp>
12046         * man.el (Man-getpage-in-background): Decode the process output by
12047         the system locale coding system.
12049 2000-08-20  Dave Love  <fx@gnu.org>
12051         * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
12052         Don't test x-popup-menu.
12053         (function) <complete-function>: Complete only fbound symbols.
12054         <validate, value>: New.
12055         (variable) <complete-function>: Complete only bound symbols.
12056         (coding-system): Add :base-only, :complete-function, :validate,
12057         :value, :prompt-match.
12058         (widget-coding-system-prompt-value): Use read-coding-system and
12059         act on :base-only.
12060         (editable-field): Add :help-echo.
12061         (widget-push-button-gui, widget-push-button-cache)
12062         (widget-gui-action, widget-editable-list-gui): COmment out, along
12063         with uses.
12064         (widget-at): Make arg optional.
12065         (widget-echo-help): Adjust for current help-echo calling sequence.
12066         (widget-specify-field, widget-specify-button)
12067         (widget-specify-insert, widget-get-sibling, widget-image-find)
12068         (widget-convert, widget-insert, widget-leave-text)
12069         (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
12070         (widget-setup, widget-field-find, widget-before-change)
12071         (widget-after-change, widget-default-complete)
12072         (widget-default-create, widget-default-delete)
12073         (widget-push-button-value-create, editable-field)
12074         (widget-field-prompt-value, widget-field-validate)
12075         (widget-choice-value-create, widget-choice-action)
12076         (widget-choice-validate, widget-checklist-add-item)
12077         (widget-radio-add-item, widget-radio-chosen)
12078         (widget-radio-value-inline, widget-editable-list-value-create)
12079         (widget-editable-list-entry-create)
12080         (widget-documentation-link-add)
12081         (widget-documentation-string-value-create)
12082         (widget-regexp-validate, widget-file-complete)
12083         (widget-sexp-validate, widget-plist-convert-widget)
12084         (widget-plist-convert-widget, widget-alist-convert-widget)
12085         (widget-alist-convert-widget, widget-color-complete): Simplify,
12086         particularly to avoid bindings which aren't optimized out.
12088         * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
12089         Doc fix.
12090         (down-list, backward-up-list, up-list, kill-sexp)
12091         (backward-kill-sexp, mark-sexp): Make arg optional.
12092         (lisp-complete-symbol): Add optional arg PREDICATE.
12094         * cus-start.el: Add display-buffer-reuse-frames,
12095         file-coding-system-alist.
12097 2000-08-20  Gerd Moellmann  <gerd@gnu.org>
12099         * startup.el (command-line): Clear realized faces after
12100         modifying TTY color mappings.
12102 2000-08-20  Miles Bader  <miles@gnu.org>
12104         * faces.el (face-attr-match-p): Don't return true if ATTRS are
12105         merely a subset of FACE's attributes.
12107 2000-08-19  Miles Bader  <miles@gnu.org>
12109         * comint.el (comint-output-filter): Save the point with a marker,
12110         not just a buffer position.
12112         * international/mule.el (set-buffer-process-coding-system): Make
12113         interactive prompt less confusing.
12115 2000-08-19  Gerd Moellmann  <gerd@gnu.org>
12117         * hilit-chg.el: General cleanup of doc strings, comments and
12118         code formatting.
12120 2000-08-19  Miles Bader  <miles@gnu.org>
12122         * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
12123         Compiler macro removed; beginning-of-line is no longer always
12124         equivalent to forward-line, in the presence of fields.
12126         * comint.el (comint-output-filter): Remove ad-hoc saving of
12127         restriction, and just use save-restriction, now that it works
12128         correctly.  Don't adjust comint-last-input-start to account for
12129         our insertion; it shouldn't have moved because we don't use
12130         insert-before-markers anymore.  Comment out call to
12131         `force-mode-line-update'; why is it here?
12133         * gud.el (gud-basic-call): Temporarily widen gud comint buffer
12134         while checking for prompt to delete.  Use `forward-line 0'
12135         instead of beginning-of-line.
12136         (gud-filter): Temporarily widen gud comint buffer while
12137         examining output.
12139 2000-08-18  Stefan Monnier  <monnier@cs.yale.edu>
12141         * progmodes/sh-script.el: Big bag of typos.
12143         * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
12144         check since ispell-process is not bound when ispell is not yet loaded.
12146 2000-08-18  Dave Love  <fx@gnu.org>
12148         * image.el (find-image): Copy `spec' before using plist-put.
12150 2000-08-18  Gerd Moellmann  <gerd@gnu.org>
12152         * textmodes/ispell.el (ispell-dictionary-alist-6): Add
12153         `portugues'.
12155         * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
12156         backward-kill-sexp, analogous to kill-sexp.
12158         * progmodes/icon.el (icon-indent-line)
12159         (icon-is-continuation-line): Handle comments specially.
12161 2000-08-17  Ken Stevens <k.stevens@ieee.org>
12163         * ispell.el: Set to standard author/maintainer/keyword fields.
12164         Fine tuning to menu map appearance and operation, and added help.
12165         Remove `start' and `end' error messages when compiling.
12166         (ispell-choices-win-default-height): Fixed comment string.
12167         (ispell-dictionary-alist-1): Fixed regexp in castellano and
12168         castellano8 dictionaries.
12169         (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
12170         (ispell-dictionary-alist-4): Fixed regexp in francais-tex
12171         dictionary, added italiano dictionary.
12172         (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
12173         word character
12174         (ispell-tex-skip-alists): Added psfig support.
12175         (ispell-skip-html): Renamed from ispell-skip-sgml.
12176         (ispell-begin-skip-region-regexp, ispell-skip-region)
12177         (ispell-minor-check): Improved html skipping support to skip across
12178         code, and recognize `&' commands without propper `;' syntax;
12179         (ispell-process-line): Fix alignment error when manually
12180         correcting spelling.
12181         (ispell): Fix comment string.
12182         (ispell-add-per-file-word-list): Always put word list on new line.
12184 2000-08-17  Gerd Moellmann  <gerd@gnu.org>
12186         * format.el (format-encode-run-method): Fix error message to say
12187         `encode' instead of `decode'.  Use save-window-excursion around
12188         shell-command-on-region as in format-decode-run-method because
12189         shell-command-on-region can display a buffer with error output.
12190         (format-decode): Don't record undo information for the decoding.
12191         (format-annotate-function): Add parameter FORMAT-COUNT.  Make
12192         that number part of the temporary buffer name so that more than
12193         one decoding using a temporary buffer can happen safely.
12195         * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
12196         of `A-z' in the regexp.
12198         * hilit-chg.el: Fix typos in commentary.
12200         * help.el (view-emacs-news): Rewritten for new naming scheme
12201         for old NEWS files.
12203         * startup.el (command-line): Pop to *Messages* in case an error
12204         is signaled while loading user-init-file.
12206 2000-08-17  Andreas Schwab  <schwab@suse.de>
12208         * files.el (insert-directory): Don't lose original file name,
12209         undoing an undocumented change.
12211 2000-08-17  Alex Schroeder  <alex@gnu.org>
12213         * sql.el (sql-magic-go): Use comint-bol.
12214         (sql-copy-column): Use comint-line-beginning-position.
12215         (comint-line-beginning-position): Define a replacement for
12216         comint-line-beginning-position if it is not fboundp.
12218 2000-08-17  Alex Schroeder  <alex@gnu.org>
12220         * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
12221         it didn't have any effect anyway.
12223 2000-08-17  Alex Schroeder  <alex@gnu.org>
12225         * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
12226         --pset and pager=off instead of sending \\o|cat at the beginning
12227         of the session.
12229 2000-08-17  Miles Bader  <miles@gnu.org>
12231         * progmodes/octave-inf.el: Add compatibility definition of
12232         comint-line-beginning-position.
12234 2000-08-17  Kenichi Handa  <handa@etl.go.jp>
12236         * startup.el (normal-top-level): Look in each dir in load-path for
12237         a leim-list.el file too.  This assures of loading leim-list.el
12238         that is created at Emacs installation time even if a user have his
12239         own leim-list.el.
12241 2000-08-17  Miles Bader  <miles@gnu.org>
12243         * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
12244         foreground color to black if the background is dark.
12246 2000-08-16  Stefan Monnier  <monnier@cs.yale.edu>
12248         * loadhist.el (unload-feature): Typo.
12250         * finder.el (finder-compile-keywords):
12251         * cus-dep.el (custom-make-dependencies): Add local-variable settings
12252         to the generated file.
12254         * mail/mh-e.el (mh-make-local-vars):
12255         Replace make-variable-buffer-local with make-local-variable.
12257         * play/landmark.el:
12258         * options.el (Edit-options-{set,toggle,t,nil}):
12259         * mail/mailabbrev.el (mail-abbrevs-mode):
12260         * textmodes/tex-mode.el (tex-expand-files):
12261         * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
12263         * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
12265         * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
12266         (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
12267         Allow going past the last element.
12268         * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
12269         (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
12270         (cvs-mouse-toggle-mark): Don't move point.
12271         (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
12273         * progmodes/compile.el (grep): Provide a default set of files.
12274         (next-error): Docstring fix.
12275         (compilation-find-file): Avoid find-file (fails in a dedicated window).
12277         * emacs-lisp/easy-mmode.el (define-minor-mode):
12278         Use `symbol-value' to keep the byte-compiler quiet.
12280         * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
12281         (diff-find-source-location): New fun, extracted from diff-goto-source.
12282         (diff-goto-source): Use it.
12283         (diff-next-complex-hunk, diff-filter-lines): New function.
12284         (diff-apply-hunk): New command.
12286         * smerge-mode.el (smerge-mode-menu): Doc fix.
12288         * msb.el (msb-mode): Define it in terms of define-minor-mode.
12290 2000-08-16  Dave Love  <fx@gnu.org>
12292         * windmove.el (windmove) <defgroup>: Add :version.
12294         * net/goto-addr.el: Don't require browse-url.  Require thingatpt.
12295         (goto-address-fontify-p, goto-address-highlight-p)
12296         (goto-address-url-face, goto-address-url-mouse-face)
12297         (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
12298         (goto-address-url-regexp): Use thing-at-point-url-regexp.
12299         (goto-address-fontify, goto-address-at-mouse): Simplify,
12300         (goto-address-at-point): browse-url-url-at-point,
12301         goto-address-find-address-at-point can return nil.
12302         (goto-address-find-address-at-point): Return nil on failure.
12304         * align.el (align) <defgroup>: Add :version.
12306         * calculator.el (calculator): Add :version.
12307         (calculator): Use two lines for calculator window if `modeline'
12308         face is boxed.
12310         * play/5x5.el: Doc fixes.
12311         (5x5) <defgroup>: Add :version.
12313         * play/fortune.el (fortune) <defgroup>: Add :version.
12314         (fortune-append): Fix error message.
12315         (fortune-from-region): Doc fix.
12317         * play/pong.el (pong): Doc fix.
12319         * play/morse.el: Keywords, commentary, autoloads.
12321 2000-08-16  Eli Zaretskii  <eliz@is.elta.co.il>
12323         * desktop.el (desktop-save): Don't look at symbol-value of a
12324         member of minor-mode-alist, unless it is boundp.
12326 2000-08-16  Sam Steingold  <sds@gnu.org>
12328         * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
12329         `while'; use `with-current-buffer' instead of `save-excursion'.
12330         Removed unnecessary kludges now that "*Buffer List*" is excluded.
12332 2000-08-16  Kenichi Handa  <handa@etl.go.jp>
12334         * international/ccl.el (declare-ccl-program): Docstring modified.
12335         (ccl-execute-with-args): Likewise.
12337 2000-08-16  Miles Bader  <miles@gnu.org>
12339         * progmodes/sql.el: Add compatibility definition of
12340         comint-line-beginning-position.
12342 2000-08-15  Gerd Moellmann  <gerd@gnu.org>
12344         * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
12345         'buffer-menu' property.
12346         (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
12347         fails.
12348         (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
12349         buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
12350         wasn't killed.
12352         * buff-menu.el (list-buffers-noselect): Don't display the
12353         *Buffer List* buffer.
12355         * font-lock.el: Require jit-lock to prevent a very late
12356         `Loading jit-lock' message.
12358         * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
12359         * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
12360         mail address.
12362 2000-08-15  Miles Bader  <miles@gnu.org>
12364         * textmodes/ispell.el (ispell-graphic-p): New constant.
12365         (ispell-choices-win-default-height, ispell-help): Use
12366         `ispell-graphic-p' instead of `xemacsp'.
12368 2000-08-15  Dave Love  <fx@gnu.org>
12370         * simple.el: Autoload widget-convert when compiling.
12371         (mail-user-agent): Doc fix.
12373         * help.el (function-called-at-point, variable-at-point): Use
12374         with-syntax-table.
12375         (help-manyarg-func-alist): Add insert-and-inherit.
12377         * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
12379         * delsel.el (delsel-unload-hook): New function.
12381         * find-file.el: Doc fixes.  Move provide to end.
12382         (ff) <defgroup>: Add :link.
12383         (ff-goto-click): Deleted.
12384         (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
12385         Use mouse-set-point.
12387         * textmodes/tildify.el: Doc fixes.
12388         (tildify) <defgroup>: Add:version.
12390         * progmodes/glasses.el (glasses) <defgroup>: Add :version.
12391         (glasses-custom-set): Use set-default, not set.
12392         (minor-mode-alist): Propertize the lighter.
12393         (glasses-mode): Provide optional arg.
12395         * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
12396         (global-cwarn-mode): Don't make it a user option.  Unquote lambda.
12397         (cwarn-font-lock-feature-keywords-alist): Don't make it a user
12398         option.  Provide :type.
12399         (cwarn-configuration): Provide :type.
12400         (cwarn-mode): Doc fix.
12402         * add-log.el (change-log-merge): Doc fix.
12403         (change-log-redate): New command.
12405         * net/browse-url.el (browse-url-filename-alist): Add a clause for
12406         Doze and Dog.
12407         (browse-url): Use dolist, not mapcar.
12408         (browse-url-at-point): Check for null url.
12409         (browse-url-event-buffer, browse-url-event-point): Functions
12410         deleted.
12411         (browse-url-at-mouse, browse-url-netscape): Simplify.
12413         * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
12414         modes.
12415         (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
12416         Fix previous change to mapcan.
12417         (msb--init-file-alist, msb--add-separators)
12418         (msb--make-keymap-menu): Simplify.
12419         (msb--choose-file-menu): Use copy-sequence.
12420         (msb-mode-map): Add title to keymap.
12421         (msb-unload-hook): New function.
12423         * bs.el: Fix indentation.
12424         (bs) <defgroup>: Add :links.
12425         (bs-show): Doc fix.
12426         (bs-apply-sort-faces): Don't use window-system.
12427         (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
12429 2000-08-15  Eli Zaretskii  <eliz@is.elta.co.il>
12431         * calendar/timeclock.el (timeclock-file): Run .timelog through
12432         convert-standard-filename.
12434 2000-08-14  Gerd Moellmann  <gerd@gnu.org>
12436         * emacs-lisp/authors.el: New file.
12438         * paren.el (show-paren-priority): New user option.
12439         (show-paren-function): Set overlay priorities to
12440         show-paren-priority.
12442 2000-08-14  Miles Bader  <miles@gnu.org>
12444         * comint.el (comint-bol): Use `forward-line 0' instead of calling
12445         beginning-of-line with inhibit-field-text-motion bound.
12447 2000-08-14  Gerd Moellmann  <gerd@gnu.org>
12449         * calendar/timeclock.el: New file.
12451 2000-08-14  David Ponce  <david@dponce.com>
12453         * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
12454         `widget-button-click'. so that one can use left mouse button to
12455         click on dialog buttons.
12457 2000-08-14  Emmanuel Briot  <briot@gnat.com>
12459         * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
12460         identifiers, since XML is case sensitive
12462 2000-08-12  Miles Bader  <miles@gnu.org>
12464         * comint.el (comint-output-filter): Don't bother frobbing
12465         window-start, it doesn't seem to be necessary.
12467         * comint.el (comint-send-string, comint-send-region): Make into
12468         real functions.  Snapshot the prompt before sending.
12470 2000-08-11  Eli Zaretskii  <eliz@is.elta.co.il>
12472         * info.el (Info-find-emacs-command-nodes): Rewrite to use
12473         technique similar to Info-index, instead of relying on specific
12474         names of relevant Index nodes.
12475         (Info-goto-emacs-command-node): Bind Info-history to nil when
12476         going to the first node found by Info-find-emacs-command-nodes.
12478 2000-08-11  Eli Zaretskii  <eliz@is.elta.co.il>
12480         * menu-bar.el (menu-bar-help-menu): Add a :help string.
12482 2000-08-10  Miles Bader  <miles@gnu.org>
12484         * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
12486 2000-08-10  Eli Zaretskii  <eliz@is.elta.co.il>
12488         * info.el (Info-file-list-for-emacs): More elements for the
12489         autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
12490         and woman manuals.
12492 2000-08-10  Miles Bader  <miles@lsi.nec.co.jp>
12494         * comint.el (comint-send-input): Make the newline boundary overlay
12495         rear-nonsticky.  Use `insert' instead of `insert-before-markers'.
12496         (comint-output-filter): Use `insert' instead of
12497         `insert-before-markers'.  Extend comint-last-output-overlay when
12498         necessary since we can't rely on insert-before-markers to do it.
12499         * gud.el (gud-filter): Use `with-current-buffer' instead of
12500         save-excursion when inserting the output, so that point gets
12501         updated correctly; the old method relied on a rather dodgy
12502         side-effect of comint-output-filter to avoid the effect of
12503         save-excursion.
12505 2000-08-10  Eli Zaretskii  <eliz@is.elta.co.il>
12507         * files.el (recover-file): Call insert-directory instead of
12508         invoking `ls' directly.
12510 2000-08-10  Miles Bader  <miles@gnu.org>
12512         * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
12513         (comint-last-prompt-overlay): New variables.
12514         (comint-output-filter): Implement prompt highlighting.
12515         (comint-snapshot-last-prompt): New function.
12516         (comint-send-input): Snapshot the last prompt.
12517         Use comint-highlight-input-face.
12518         (comint-highlight-input-face): Renamed from `comint-highlight-face'.
12519         Use defface instead of defcustom.
12520         (send-invisible, comint-send-eof): Snapshot the last prompt.
12521         (comint-delchar-or-maybe-eof): Use comint-send-eof.
12522         (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
12524 2000-08-09  Stefan Monnier  <monnier@cs.yale.edu>
12526         * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
12527         (regexp-opt-group): Use a list of chars for `letters'.
12528         (regexp-opt-charset): `chars' is now a list of chars.
12529         Use a char-table rather than a vector so it works for multibyte chars.
12531         * pcvs.el (cvs-menu): Don't move point.  Use popup-menu.
12532         Set cvs-minor-current-files to the selected fileinfo.
12533         (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
12534         (cvs-mode-insert): Manually macroexpand `ignore-errors'.
12536 2000-08-09  Eli Zaretskii  <eliz@is.elta.co.il>
12538         * files.el (insert-directory): Don't call access-file on
12539         directories on DOS and Windows.
12541 2000-08-09  Kenichi Handa  <handa@etl.go.jp>
12543         * international/ccl.el (ccl-embed-data): Make ccl-program-vector
12544         longer if necessary.
12545         (ccl-embed-code): Call ccl-embed-data to store CODE in
12546         ccl-program-vector.
12548 2000-08-09  Miles Bader  <miles@gnu.org>
12550         * comint.el (comint-output-filter): Properly handle the case where
12551         the text surrounded by comint-last-output-overlay was deleted.
12553 2000-08-08  Gerd Moellmann  <gerd@gnu.org>
12555         * info.el (Info-insert-dir): Use Info-additional-directory-list if
12556         non-nil.
12557         (Info-file-list-for-emacs): Remove "info" from the list because
12558         that leads to trying to use the documentation from file `info'
12559         in various situations where it isn't appropriate, for instance
12560         C-h C-k C-h i.
12562         * ffap.el (ffap-read-file-or-url-internal): Handle case that
12563         DIR and/or STRING are nil.
12565         * progmodes/compile.el (compilation-setup): Make variable
12566         compilation-error-screen-columns buffer-local, as some comment
12567         in the code suggests it should be.
12569         * files.el (auto-mode-interpreter-regexp): New variable.
12570         (set-auto-mode): Use it.
12572         * indent.el (indent-for-tab-command): Doc fix.
12574         * mouse-sel.el (mouse-sel-mode): Doc fix.
12576         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
12577         labels.
12579         * help.el (print-help-return-message): When
12580         display-buffer-reuse-frames is set, let the help window been quit,
12581         instead of deleting it, which might delete a reused frame.
12583 2000-08-08  Eli Zaretskii  <eliz@is.elta.co.il>
12585         * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
12586         rename a directory to a name that differs only by its letter case.
12588 2000-08-08  Kenichi Handa  <handa@etl.go.jp>
12590         * international/quail.el (quail-define-rules): Handle Quail decode
12591         map correctly.  Add code for supporting annotations.
12592         (quail-install-decode-map): New function.
12593         (quail-defrule-internal): New optional arguments decode-map and
12594         props.
12595         (quail-advice): New function.
12597 2000-08-07  Sam Steingold  <sds@gnu.org>
12599         * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
12600         `defconst', `define-condition', `with-slots'.
12601         * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
12603 2000-08-03  Miles Bader  <miles@gnu.org>
12605         * comint.el (comint-use-prompt-regexp-instead-of-fields):
12606         New variable.
12607         (comint-prompt-regexp, comint-get-old-input): Document dependence on
12608         comint-use-prompt-regexp-instead-of-fields.
12609         (comint-send-input): Add `input' field property to stuff we send to
12610         the process, if comint-use-prompt-regexp-instead-of-fields is nil.
12611         (comint-output-filter): Add `output' field property to process
12612         output, if comint-use-prompt-regexp-instead-of-fields is nil.
12613         (comint-replace-by-expanded-history)
12614         (comint-get-old-input-default, comint-show-output)
12615         (comint-backward-matching-input, comint-forward-matching-input)
12616         (comint-next-prompt, comint-previous-prompt):  Use field
12617         properties if comint-use-prompt-regexp-instead-of-fields is nil.
12618         (comint-line-beginning-position): New function.
12619         (comint-bol): Use comint-line-beginning-position.  Make ARG optional.
12620         (comint-replace-by-expanded-history-before-point): Use
12621         comint-line-beginning-position and line-end-position.
12622         (comint-last-output-overlay): New variable.
12623         (comint-mode): Make `comint-last-output-overlay' buffer-local.
12625         * shell.el (shell-prompt-pattern): Doc change.
12626         (shell-backward-command): Use line-beginning-position.
12628         * gud.el (gud-gdb-complete-command): Use
12629         comint-line-beginning-position.
12631         * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
12632         comint-bol doesn't actually go to the beginning of the line.
12634         * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
12635         if comint-use-prompt-regexp-instead-of-fields is non-nil.
12636         (try-expand-line-all-buffers): Likewise.
12638         * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
12639         explicitly matching comint-prompt-regexp.
12640         (sql-copy-column): Use comint-line-beginning-position instead of
12641         explicitly matching comint-prompt-regexp.
12643         * progmodes/octave-inf.el (inferior-octave-complete): Use
12644         comint-line-beginning-position.
12646         * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
12648         * progmodes/idlw-shell.el (idlwave-shell-send-command): When
12649         looking for a prompt, use `forward-line 0' instead of
12650         `beginning-of-line', to avoid getting caught by an input field.
12652 2000-08-07  Gerd Moellmann  <gerd@gnu.org>
12654         * files.el (shell-quote-wildcard-pattern): Make sure to return
12655         PATTERN, in the Unix case.
12657 2000-08-07  Eli Zaretskii  <eliz@is.elta.co.il>
12659         * play/zone.el (zone): Discard any pending input before running
12660         the randomly-chosen pgm.
12662 2000-08-07  Kenichi Handa  <handa@etl.go.jp>
12664         * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
12665         checking the existence of any multibyte characters.
12667 2000-08-06  Gerd Moellmann  <gerd@gnu.org>
12669         * help.el (describe-mode): Test minor-mode symbol for being
12670         bound before testing its value for being nil.
12672         * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
12673         `first', `second', and `third'.
12675         * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
12676         (second): Make it an alias for `cadr'.
12678 2000-08-06  Eli Zaretskii  <eliz@is.elta.co.il>
12680         * bs.el (bs-apply-sort-faces): Don't use window-system, since all
12681         types of display support faces now.
12683 2000-08-05  Gerd Moellmann  <gerd@gnu.org>
12685         * pcvs.el (require): Require `cl' during compilation, only.
12687         * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
12688         (toplevel): Remove `remq' and `remove' from autoloads.
12689         (cl-fake-autoloads): New variable.  If set, arrange for an error
12690         when CL functions etc. are autoloaded.
12692 2000-08-04  Eli Zaretskii  <eliz@is.elta.co.il>
12694         * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
12696         * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
12697         popped up, but the user clicks outside the menu, return an empty
12698         regexp (that causes unhighlight-regexp to have no effect).
12700         * menu-bar.el (menu-bar-games-menu): Add Zone.
12702         * hi-lock.el (toplevel): Require font-lock.
12704 2000-08-03  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
12706         * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
12707         (ebnf-8-bit-chars): New var for bug fix.
12708         (ebnf-string): Bug fix.
12710 2000-08-03  Sam Steingold  <sds@gnu.org>
12712         * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
12713         instead of `buffer-string'.
12714         (require 'cl): Always, not just when compiling.
12715         `ignore-errors' in `interactive', `list*', `defun*' &c make this
12716         necessary.
12718 2000-08-03  Eli Zaretskii  <eliz@is.elta.co.il>
12720         * international/mule-cmds.el (select-safe-coding-system): Make
12721         the message text about selecting a safe coding system more clear.
12723 2000-08-02  Gerd Moellmann  <gerd@gnu.org>
12725         * hi-lock.el: New file.
12727         * play/zone.el: New file.
12729         * replace.el (occur): Set tab-width in the *Occur* buffer to the
12730         value of tab-width in the original buffer.  Choose a line number
12731         format that's a multiple of the original buffer's tab width, so
12732         that lines appear right.
12734         * textmodes/ispell.el (ispell): New function, replacing an alias.
12735         Spell-check active region if in transient-mark-mode and mark
12736         is active; otherwise spell-check buffer.
12738 2000-08-02  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
12740         * ps-mule.el: Fix a customization problem on
12741         ps-mule-font-info-database-default.
12743 2000-08-02  Eli Zaretskii  <eliz@is.elta.co.il>
12745         * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
12746         display-mouse-p instead of window-system.
12747         (ebrowse-member-mode-map): Ditto.
12749 2000-08-01  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
12751         * progmodes/ebnf2ps.el: Update ps-print functions call.
12752         Indentation fix.  Doc fix.
12753         (ebnf-version): New version number (3.2).
12754         (ebnf-format-color, ebnf-begin-job): Code fix.
12756 2000-08-01  Eli Zaretskii  <eliz@is.elta.co.il>
12758         * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
12759         font lock support on window-system.
12760         (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
12762         * textmodes/ispell.el (ispell-highlight-spelling-error): Use
12763         display-color-p, if fboundp, instead of window-system.
12765 2000-07-31  Eli Zaretskii  <eliz@is.elta.co.il>
12767         * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
12768         instead of window-system.
12770         * wid-edit.el (widget-choose): Use display-mouse-p instead of
12771         window-system.
12772         (widget-choice-mouse-down-action): Use display-popup-menus-p
12773         instead of window-system.
12775         * strokes.el (strokes-file): Run the file name through
12776         convert-standard-filename.
12777         (strokes-mode): Call display-mouse-p instead of looking at
12778         window-system.  Change the error message accordingly.
12780         * progmodes/cpp.el (toplevel): Support faces on tty's.
12782         * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
12783         (lm-plot-square, lm-init-display): Don't use window-system.
12785         * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
12786         (gomoku-plot-square, gomoku-init-display): Don't use window-system.
12788         * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
12789         instead of looking at window-system.
12791 2000-07-30  Gerd Moellmann  <gerd@gnu.org>
12793         * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
12794         of testing if iswitchb-prepost-hooks is bound, because the
12795         latter will always be true when invoking a recursive minibuffer
12796         from an active Iswitchb buffer.
12798 2000-07-30  Eli Zaretskii  <eliz@is.elta.co.il>
12800         * files.el (shell-quote-wildcard-pattern): New function.
12801         (insert-directory): Call it.  Only prepend "\" to command on Unix
12802         and GNU/Linux systems.
12804 2000-07-30  Gerd Moellmann  <gerd@gnu.org>
12806         * eshell/esh-groups.el: Change custom :link file names
12807         from `eshell.info' to `eshell'.
12809 2000-07-30  Francis Wright  <fjw@maths.qmw.ac.uk>
12811         * dired.el (dired-build-subdir-alist): Expand subdirectory names
12812         correctly in recursive ange-ftp listings.
12814 2000-07-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
12816         * ps-print.el: Fix bug 1: if ps-font-size-internal,
12817         ps-header-font-size-internal and
12818         ps-header-title-font-size-internal variables are not set,
12819         ps-nb-pages and ps-line-lengths-internal crashes.  Fix bug 2: if
12820         face text property is (foreground-color . COLOR) or
12821         `(background-color . COLOR)', ps-print crashes.  Doc fix.
12822         (ps-print-version): New version number (5.2.4).
12823         (ps-plot-region): Code fix.
12824         (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
12825         (ps-face-attribute-list, ps-face-attributes, ps-face-background):
12826         Bug fix 2.
12828 2000-07-30  Milan Zamazal  <pdm@freesoft.cz>
12830         * glasses.el (glasses-make-readable): Fix uncapitalization of
12831         identifiers like `myXMLDocument'.
12833 2000-07-28  Karl Fogel  <kfogel@red-bean.com>
12835         * mail/mail-hist.el (mail-hist-previous-input)
12836         (mail-hist-next-input): Do the obvious code factorization.
12837         (mail-hist-retrieve-and-insert): New func, contains common
12838         code of above two.
12839         If inserting a message body, leave point at top.
12841 2000-07-28  Sam Steingold  <sds@gnu.org>
12843         * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
12844         Use `<=', not `<' to compare times!
12845         (ange-ftp-ls): Remove.
12847 2000-07-27  Gerd Moellmann  <gerd@gnu.org>
12849         * play/cookie1.el: Add explanation of how to make cookie.el
12850         compatible with strfile(1) to comment.
12852         * subr.el (remove, remq): New functions.
12854         * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
12855         escape `*' in regexps.
12856         (midnight-find): Reverse order of arguments in the funcall of
12857         TEST.
12859         * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
12860         and `.class'.
12862         * play/meese.el: Add Commentary section.
12864 2000-07-27  Alex Schroeder  <alex@gnu.org>
12866         * sql.el (sql-ms): Added autoload cookie.
12867         (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
12868         (sql-oracle): Ditto.
12869         (sql-help): Doc change.
12871         (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
12872         types and exceptions.
12874 2000-07-27  Alex Schroeder  <alex@gnu.org>
12876         * sql.el (sql-placeholder-history): New variable.
12877         (sql-query-placeholders-and-send): New function that will query
12878         the user and replace placeholders with user input.
12879         (sql-oracle): If running on NT, set comint-input-sender to
12880         sql-query-placeholders-and-send.
12882         (sql-stop): If in the SQLi buffer, insert stop notification, else
12883         present it as a message.
12885 2000-07-27  Alex Schroeder  <alex@gnu.org>
12887         * sql.el (sql-input-ring-separator): Doc change.
12888         (sql-input-ring-file-name): Doc change.
12889         (sql-interactive-mode): Use `sql-input-ring-separator' and
12890         `sql-input-ring-file-name' to set the comint-mode equivalents
12891         without making them local variables.
12892         (sql-stop): Don't bind `sql-input-ring-separator' and
12893         `sql-input-ring-file-name' dynamically to their comint-mode
12894         equivalents.
12896 2000-07-27  Kenichi Handa  <handa@etl.go.jp>
12898         * international/mule.el (register-char-codings): New function.
12899         (make-coding-system): Handle `safe-chars' specification in the arg
12900         PROPERTY.
12902         * international/mule-cmds.el
12903         (find-coding-systems-region-subset-p): This function deleted.
12904         (sort-coding-systems-predicate): New variable.
12905         (sort-coding-systems): New function.
12906         (find-coding-systems-region): Use
12907         find-coding-systems-region-internal.
12908         (find-coding-systems-string): Use find-coding-systems-region.
12909         (find-coding-systems-for-charsets): Check
12910         char-coding-system-table.
12911         (select-safe-coding-system-accept-default-p): New variable.
12912         (select-safe-coding-system): Mostly rewritten.  New argument
12913         ACCEPT-DEFAULT-P.
12914         (select-message-coding-system): Call select-safe-coding-system
12915         with ACCEPT-DEFAULT-P arg.
12916         (reset-language-environment): Reset default-sendmail-coding-system
12917         to the default value iso-latin-1.
12918         (set-language-environment): Don't set the obsolete variable
12919         charset-origin-alist.
12921         * international/codepage.el (cp-coding-system-for-codepage-1):
12922         Give `safe-chars' property to make-coding-system.
12924         * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
12925         calling select-message-coding-system twice.
12927         * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
12928         instead of `safe-charsets'.
12929         (cyrillic-alternativnyj): Likewise.
12930         (ccl-encode-alternativnyj): Don't check the charset
12931         cyrillic-iso8859-5.
12933 2000-07-27  Kenichi Handa  <handa@etl.go.jp>
12935         * composite.el (compose-chars-after): Preserve match data.
12937 2000-07-26  Sam Steingold  <sds@gnu.org>
12939         * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
12940         (ange-ftp-real-file-newer-than-file-p): New function.
12941         (ange-ftp-verify-visited-file-modtime): Use `float-time'.
12942         (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
12944         * tooltip.el (tooltip-float-time): Removed (use `float-time').
12945         * midnight.el (midnight-float-time): Ditto.
12947 2000-07-26  Andreas Schwab  <schwab@suse.de>
12949         * files.el (normal-backup-enable-predicate): Correct
12950         interpretation of the return value of compare-strings.
12952 2000-07-26  Gerd Moellmann  <gerd@gnu.org>
12954         * isearch.el (isearch-resume): New function.
12955         (isearch-done): Add something to command-history to resume
12956         the search.
12957         (isearch-yank-line, isearch-yank-word): Use
12958         buffer-substring-no-properties instead of buffer-substring.
12960         * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
12961         of flyspell-mouse-map.
12963         * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
12964         duplicate definition.
12965         (makefile-mode): Remove duplicate setting of local-abbrev-table.
12967         * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
12968         (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
12970 2000-07-25  Sam Steingold  <sds@gnu.org>
12972         * net/ange-ftp.el: Get modtime over the net.
12973         (ange-ftp-file-modtime): New function.
12974         (ange-ftp-write-region, ange-ftp-insert-file-contents)
12975         (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
12976         Use it.
12977         (ange-ftp-dot-to-slash): New function.
12978         (ange-ftp-fix-name-for-vms): Use it.
12980         * midnight.el (midnight-buffer-display-time): Use
12981         `with-current-buffer'.
12983 2000-07-25  Gerd Moellmann  <gerd@gnu.org>
12985         * find-dired.el: Update copyright notice.
12986         (find-dired): Offer to kill a running `find'.
12988         * enriched.el (enriched-face-ans): For a `foreground-color'
12989         property, return '(("x-color" COLOR))' so that COLOR will be
12990         output as a parameter of the x-color annotation.  Likewise for the
12991         `background-color' property.  In the case of normal face
12992         properties, don't return annotations for unspecified foreground
12993         and background face attributes.
12995 2000-07-25  Kenichi Handa  <handa@etl.go.jp>
12997         * language/japan-util.el (japanese-katakana-region): Fix handling
12998         HANKAKU argument.
13000 2000-07-25  Miles Bader  <miles@gnu.org>
13002         * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
13003         constrain-to-field.  Pass nil ESCAPE-FROM-EDGE argument to
13004         constrain-to-field.
13006 2000-07-24  Andrew Innes  <andrewi@gnu.org>
13008         * timer.el (timer-activate-when-idle): Add optional parameter
13009         DONT-WAIT.  Update docstring.
13010         (run-with-idle-timer): Specify extra parameter to
13011         timer-activate-when-idle, so that timer will be activated
13012         immediately if Emacs is already idle.
13014         * w32-fns.el (w32-using-nt): Fix docstring.
13016 2000-07-24  Dave Love  <fx@gnu.org>
13018         * mouse.el (popup-menu): Set last-command-event.
13019         (mouse-major-mode-menu-prefix): Declare.
13021 2000-07-24  Gerd Moellmann  <gerd@gnu.org>
13023         * textmodes/flyspell.el: Update to author's version 1.5d.
13025         * progmodes/hideshow.el: Update copyright notice.
13027         * vcursor.el: Set maintainer to FSF, since author cannot
13028         be reached.
13030 2000-07-24  Eli Zaretskii  <eliz@is.elta.co.il>
13032         * info.el (Info-goto-emacs-key-command-node): Leave a space after
13033         the prompt.
13035         * mouse.el (popup-menu): Run the keymap through indirect-function,
13036         in case it was defined with define-prefix-key.  If the menu is a
13037         list of keymaps, look up the binding of user's choice in each one
13038         of the keymaps.
13039         (mouse-popup-menubar): If the global and local menu-bar keymaps
13040         don't have a prompt string, create one and insert it into the
13041         keymap.  Don't barf if current-local-map returns nil.
13043 2000-07-24  Francis Wright  <fjw@maths.qmw.ac.uk>
13045         * dired.el (dired-sort-R-check): Added to allow recursive listing
13046         to be undone.
13047         (dired-sort-other): Use it.
13049 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13051         * Release of cc-mode 5.27
13053 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13055         * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
13056         c-beginning-of-statement-1 that caused a bad case of recursion
13057         which could consume a lot of CPU in large classes in languages
13058         that have in-expression classes (i.e. Java and Pike).
13060         * cc-engine.el (c-guess-basic-syntax): Check for in-expression
13061         statements before top level constructs (i.e. case 6 is moved
13062         before case 5 and is now case 4) to catch in-expression
13063         classes in top level expressions correctly.
13065 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13067         * cc-engine.el (c-guess-basic-syntax): Less naive handling of
13068         objc-method-intro. Case 4 removed and case 5I added.
13070         * cc-langs.el (c-append-paragraph-start): New variable used by
13071         c-common-init to get paragraph-start correct.
13072         * cc-langs.el (c-common-init): Use c-append-paragraph-start to
13073         initialize paragraph-start to make it correct both with and
13074         without the javadoc special case.
13076         * cc-mode.el (java-mode): Use c-append-paragraph-start to
13077         initialize paragraph-start for javadoc markup.
13079         * cc-vars.el (c-style-variables-are-local-p): Incompatible
13080         change by defaulting this to t.  It's motivated by the
13081         confusing behavior that otherwise arise from the style system
13082         when editing both java and non-java files at the same time
13083         (see the comments about style setting in c-common-init).
13085 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13087         * cc-cmds.el (c-indent-new-comment-line): Added a kludge
13088         similar to the one in c-fill-paragraph to check the fill
13089         prefix from the adaptive fill function for sanity.
13091 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13093         * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
13094         defun block.
13096 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13098         * cc-align.el (c-lineup-multi-inher): Handle lines with
13099         leading comma nicely. Extended to handle member initializers
13100         too.
13102         * cc-engine.el: (c-beginning-of-inheritance-list,
13103         c-guess-basic-syntax): Fixed recognition of inheritance lists
13104         when the lines begins with a comma.
13106         * cc-vars.el (c-offsets-alist): Changed default for
13107         member-init-cont to c-lineup-multi-inher since it now handles
13108         member initializers and indents better for leading commas.
13110 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13112         * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
13113         handling that caused class open lines to be recognized as
13114         statement-conts in some cases.
13116         * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
13117         guessed by the adaptive fill function unless point is on the
13118         first line of a block comment.
13120         * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
13121         when the buffer ends with a macro continuation char.
13123         * cc-engine.el (c-guess-basic-syntax): Added support for
13124         function definitions as statements in Pike.  The first
13125         statement in a lambda block is now labeled defun-block-intro
13126         instead of statement-block-intro.
13128         * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
13129         so that the class surrounding point is selected, not the one
13130         innermost in the state.
13132         * cc-engine.el (c-guess-basic-syntax): Fixed bug in
13133         recognition of switch labels having hanging multiline
13134         statements.
13136         * cc-engine.el (c-beginning-of-member-init-list): Broke out
13137         some code in c-guess-basic-syntax to a separate function.
13138         * cc-engine.el (c-just-after-func-arglist-p): Fixed
13139         recognition of member inits with multiple line arglists.
13140         * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
13141         member-init-cont when the commas are in funny places.
13143 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13145         * cc-defs.el (c-auto-newline): Removed this macro since it's
13146         not used anymore.
13148         * cc-engine.el (c-looking-at-bos): New helper function.
13149         * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
13150         inexpr and toplevel classes apart in Pike.
13152         * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
13153         of case 9A.
13155         * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
13156         constant, since "class" can introduce an in-expression class
13157         in Pike nowadays.
13159 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13161         * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
13162         indentation on cpp-macro lines.
13164         * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
13165         a syntax modifier like comment-intro, to make it possible to
13166         get syntactic indentation for preprocessor directives.  It's
13167         incompatible wrt to lineup functions on cpp-macro, but it has
13168         no observable effect in the 99.9% common case where cpp-macro
13169         is set to -1000.
13171 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13173         * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
13174         member-init-cont when the preceding arglist is several lines.
13176 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13178         * cc-styles.el (c-style-alist): The basic offset for the BSD
13179         style corrected to 8.
13181 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13183         * cc-styles.el (c-style-alist): Adjusted the indentation of
13184         brace list openers in the gnu style.
13186 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13188         * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
13190         * cc-cmds.el (c-electric-brace, c-electric-slash,
13191         c-electric-star, c-electric-semi&comma, c-electric-colon,
13192         c-electric-lt-gt, c-electric-paren): Don't reindent old lines
13193         when c-syntactic-indentation is nil.
13195         * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
13196         we were left at comments preceding the first statement when
13197         reaching the beginning of the buffer.
13199         * cc-vars.el (c-syntactic-indentation): New variable to turn
13200         off all syntactic indentation.
13202 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13204         * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
13205         between the text and the block comment ender when it hangs,
13206         depending on how many there are before the fill.
13208 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13210         * cc-engine.el (c-beginning-of-closest-statement): New helper
13211         function to go back to the closest preceding statement start,
13212         which could be inside a conditional statement.
13213         * cc-engine.el (c-guess-basic-syntax): Use
13214         c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
13216         * cc-engine.el (c-guess-basic-syntax): Better handling of
13217         arglist-intro, arglist-cont-nonempty and arglist-close when
13218         the arglist is nested inside parens.  Cases 7A, 7C and 7F
13219         changed.
13221         * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
13222         up-to-date with javadoc 1.2.
13224 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13226         * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
13227         multiline Pike type decls.
13229 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13231         * cc-cmds.el (c-indent-new-comment-line): Always break
13232         multiline comments in multiline mode, regardless of
13233         comment-multi-line.
13235 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13237         * cc-engine.el (c-guess-basic-syntax): Fixed bug with
13238         fully::qualified::names in C++ member init lists.  Preamble in
13239         case 5D changed.
13241 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13243         * cc-langs.el (c-common-init): Handling of obsolete variables
13244         moved to c-initialize-cc-mode.  More compatible style override
13245         when using global style variables.
13246         * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
13247         variables moved here.
13249         * cc-styles.el (c-make-styles-buffer-local): Flag style
13250         variable localness in c-style-variables-are-local-p to make
13251         the compatibility measure in c-common-init work well.
13253         * cc-styles.el (c-set-style-1): c-special-indent-hook can no
13254         longer contain set-from-style.
13255         * cc-styles.el (c-initialize-builtin-style): Don't check for
13256         set-from-style on c-special-indent-hook.
13257         * cc-styles.el (c-copy-tree): Obsolete.  The standard function
13258         copy-alist is sufficient now.
13260         * cc-styles.el (c-set-style, c-set-style-1,
13261         c-get-style-variables): Fixes to variable initialization so
13262         that duplicate entries in styles have the same effect
13263         regardless of DONT-OVERRIDE.
13265         * cc-styles.el (c-set-style-2): Fixed bug where the
13266         initialization of inheriting styles failed when the
13267         dont-override flag is set.
13269         * cc-vars.el (c-special-indent-hook): Don't use set-from-style
13270         on this.
13272 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13274         * cc-defs.el (c-forward-comment): Removed the workaround
13275         introduced in 5.38 since it had worse side-effects.  If a line
13276         contains the string "//\"", it regarded the // as a comment
13277         start since the \ temporarily doesn't have escape syntax.
13279 2000-07-17  Emmanuel Briot  <briot@act-europe.fr>
13281         * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
13282         ada-xref.el before ada-prj.el, so that the Project menu is created
13283         when ada-prj tries to add to it.
13284         (ada-activate-keys-for-case): Suppress the characters that are not
13285         part of the Ada syntax. Better compatibility with else-mode
13286         (ada-adjust-case-interactive): When auto-casing is not active,
13287         correctly insert newlines (used to insert only ^M).  Prevent the
13288         syntax table from being changed in case of an error
13289         (or '_' becomes part of a word and some commands are confused).
13290         Do nothing if ada-auto-case is nil.
13291         (ada-after-keyword-p): Ignore keywords that are also attributes
13292         (ada-batch-reformat): Update usage comment
13293         (ada-call-from-contextual-menu): New function
13294         (ada-case-read-exceptions): Reinitialize the casing exception list
13295         first to nil first, so that the casing exception file can be
13296         shared.
13297         (ada-check-defun-name): Handles "configure" keyword for gnatdist
13298         files.
13299         (ada-compile-goto-error): Fix regexp used to detect a file:line
13300         anywhere in the error message
13301         (ada-contextual-menu-last-point): New variable
13302         (ada-create-keymap): If the variable delete-key-deletes-forward is
13303         t on XEmacs, it means that DEL should delete one character
13304         forward.
13305         (ada-create-menu): Use :included instead of :visible for XEmacs.
13306         New submenu "Options".
13307         (ada-end-stmt-re): Correctly indent "select ... then abort"
13308         statements.
13309         (ada-fill-comment-paragraph): Correctly delete all leading '--'
13310         even if they don't match ada-fill-comment-prefix Fix handling of
13311         paragraphs on the first or last line of a file.
13312         (ada-format-paramlist): Fix handling of default parameter values.
13313         (ada-get-body-name): New function.
13314         (ada-get-current-indent): Optimized by searchling directly for an
13315         existing generic part or a statement outside of it.  Handle
13316         ada-indent-align-comments when indenting comments Replaced some
13317         regexps by testing directly the next character. This results in a
13318         huge speedup on some files.  New indentation scheme for renames
13319         statements.  Stop looking for the 'while' or 'for' associated with
13320         a 'loop' at the first semicolon encountered.  A "return" can also
13321         match an anonymous access subprogram declaration.
13322         (ada-get-indent-noindent): Ignore strings and comments when
13323         looking for the keywords "record" and "private".
13324         (ada-goto-matching-decl-start): When matching "if", make sure we
13325         are not in fact seeing "end if".  Ignore "when" statements except
13326         when initial keyword was "begin".  Fix handling of nested
13327         procedures.  Add a recursive call to this function to skip over
13328         other 'end' statmts.  Fix indentation for "when .. => begin"
13329         (ada-in-open-paren-p): Fix indentation for complex boolean
13330         expressions, where 'and then', 'or else' and parenthesis
13331         statements are mixed up.
13332         (ada-in-paramlist-p): Skip comments while searching for the
13333         beginning Fix handling of operator declarations.
13334         (ada-indent-align-comments): New variable
13335         (ada-indent-current): Change the syntax table only in the
13336         protected section, so that we are sure it is restored correctly.
13337         (ada-indent-on-previous-lines): Use ada-use-indent and
13338         ada-with-indent Correctly indent "select ... then"
13339         (ada-indent-region): Slight speedup.
13340         (ada-indent-renames): New variable.
13341         (ada-last-which-function-subprog, ada-last-which-function-line):
13342         New variables
13343         (ada-looking-at-semi-private): Correctly indent the 'private'
13344         keyword when it is the first word in a package declaration.
13345         (ada-loose-case-word): Stop searching if at the end of the buffer.
13346         (ada-loose-case-word, ada-capitalize-word): Recase the whole word
13347         even if point is not initially at the end of the word.
13348         (ada-matching-decl-start-re): Add "when".
13349         (ada-mode): Add support for abbrev-mode, outline-mode and
13350         which-func-mode Override the old find-file.el entry in
13351         ff-special-constructs since it is using the obsolete
13352         ada-spec-suffix variable
13353         (ada-no-auto-case): New function
13354         (ada-scan-paramlist): When parsing the argument type, accept
13355         spaces (as in "X 'Class", generated by Rational Rose).
13356         (ada-other-file-name): No longer loads the other file.
13357         (ada-popup-menu): Save and restore the current buffer and cursor
13358         position before and after displaying the menu.
13359         (ada-search-ignore-complex-boolean): New function.
13360         (ada-uncomment-region): Emacs21 already knows how to delete
13361         comments not starting in the first column.
13362         (ada-use-indent): New variable
13363         (ada-which-function): New function.
13364         (ada-with-indent): New variable
13365         (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
13366         can be batch-compiled from the command line.
13368         * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
13369         Add to the menu when the file is loaded, not in ada-mode-hook.
13370         Add -toolbar to the default ddd command Switches moved from
13371         ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
13372         ada-prj-default-comp-opt
13373         (ada-add-ada-menu): Remove the map and name parameters Add the Ada
13374         Reference Manual to the menu
13375         (ada-check-current): rewritten as a call to ada-compile-current
13376         (ada-compile): Removed.
13377         (ada-compile-application, ada-compile-current, ada-check-current):
13378         Set the compilation-search-path so that compile.el automatically
13379         finds the sources in src_dir.  Automatic scrollong of the
13380         compilation buffer.  C-uC-cC-c asks for confirmation before
13381         compiling
13382         (ada-compile-current): New parameter, prj-field
13383         (ada-complete-identifier): Load the .ali file before doing
13384         processing
13385         (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
13386         conform to gnatmake's behavior.
13387         (ada-find-file-in-dir): New function
13388         (ada-find-references): Set the environment variables for gnatfind
13389         (ada-find-src-file-in-dir): New function.
13390         (ada-first-non-nil): Removed
13391         (ada-gdb-application): Add support for jdb, the java debugger.
13392         (ada-get-ada-file-name): Load the original-file first if not done
13393         yet.
13394         (ada-get-all-references): Handles the new ali syntax (parent types
13395         are found between <>).
13396         (ada-initialize-runtime-library): New function
13397         (ada-mode-hook): Always load a project file when a file is opened,
13398         so that the casing exceptions are correctly read.
13399         (ada-operator-re): Add all missing operators ("abs", "rem", "**").
13400         (ada-parse-prj-file): Use find-file-noselect instead of find-file
13401         to open the project file, since the latter does not work with
13402         speedbar Get default values before loading the prj file, or the
13403         default executable file name is wrong.  Use the absolute value of
13404         src_dir to initialize ada-search-directories and
13405         compilation-search-path,...  Add the standard runtime library to
13406         the search path for find-file.
13407         (ada-prj-default-debugger): Was missing an opening '{'
13408         (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
13409         variables.
13410         (ada-prj-default-gnatmake-opt): New variable
13411         (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
13412         buffers, the project file is the default one Save the windows
13413         configuration before displaying the menu.
13414         (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
13415         (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
13416         ...)  regexp-quote identifiers names to support operators +,
13417         -,... in regexps.
13418         (ada-remote): New function.
13419         (ada-run-application): Erase the output buffer before starting the
13420         run Support remote execution of the application.  Use
13421         call-process, or the arguments are incorrectly parsed
13422         (ada-set-default-project-file): Reread the content of the active
13423         project file, not the one from the current buffer When a project
13424         file is set as the default project, all directories are
13425         automatically associated with it.
13426         (ada-set-environment): New function
13427         (ada-treat-cmd-string): New special variable ${current}
13428         (ada-treat-cmd-string): Revised.  The substitution is now done for
13429         any ${...} substring
13430         (ada-xref-current): If no body was found, compiles the spec
13431         instead.  Setup ADA_{SOURCE,OBJECTS}_PATH before running the
13432         compiler to get rid of command line length limitations.
13433         (ada-xref-get-project-field): New function
13434         (ada-xref-project-files): New variable
13435         (ada-xref-runtime-library-specs-path)
13436         (ada-xref-runtime-library-ali-path): New variables
13437         (ada-xref-set-default-prj-values): Default run command now does a
13438         cd to the build directory.  New field: main_unit Provide a default
13439         file name even if the current buffer has no prj file.
13441         * ada-prj.el:
13442         Rewritten to show a tabbed-dialog.
13443         (ada-prj-add-ada-menu): Remove the map and name parameters.
13444         (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
13445         New function
13446         (ada-prj-load-directory, ada-prj-subdirs-of): New functions
13447         (ada-prj-load-from-file): New function
13448         (ada-prj-save): Always save fields that depend on the current buffer
13449         (ada-prj-show-value): New function
13451         * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
13452         Ada mode. This will allow us to display the Ada menu in any buffer
13453         we want (for project items).
13454         (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
13455         number of spaces in the header.
13457 2000-07-24  Dave Love  <fx@gnu.org>
13459         * ediff-init.el (ediff-region-help-echo): Bind face-help.
13461 2000-07-23  Noah Friedman  <friedman@splode.com>
13463         * type-break.el (type-break): perform autosave.
13464         Suggested by Stephen Gildea <gildea@intouchsys.com>.
13465         (type-break-do-query): Cancel query schedule while performing
13466         actual query, to avoid possibility of a second query being made
13467         while first one is already in progress.
13468         (type-break-time-stamp-format): New variable.
13469         (type-break-time-stamp): New function.
13470         (type-break-time-warning): Use it.
13471         (type-break-keystroke-warning): Use it.
13472         (type-break-noninteractive-query): Use it.
13474         * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
13475         cookie.
13476         Use add-minor-mode to set minor-mode-alist, if available.
13477         (eldoc-echo-area-use-multiline-p): New user option.
13478         (eldoc-echo-area-multiline-supported-p): New variable.
13479         (eldoc-docstring-format-sym-doc): Use them.
13480         (eldoc-mode): If not using idle timers, append to local post and
13481         pre command hooks.  Suggested by David Byers <davby@ida.liu.se>.
13482         (eldoc-display-message-no-interference-p): Don't interfere with
13483         edebug.
13484         Add autoload cookie for eldoc-mode minor-mode-alist initialization.
13485         (eldoc-function-arglist): New function.
13486         (eldoc-function-argstring): Use it.
13488         * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
13489         auto save directory exists before calling directory-files.
13491 2000-07-23  Dave Love  <fx@gnu.org>
13493         * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
13494         ^o, ^u.
13496 2000-07-21  Dave Love  <fx@gnu.org>
13498         * ediff-init.el (ediff-region-help-echo): Modify to use overlay
13499         now passed to the function.  It now works properly.
13501         * smerge-mode.el (smerge-mode-menu): Fill it out.
13503 2000-07-20  Gerd Moellmann  <gerd@gnu.org>
13505         * info-look.el (info-lookup): If *info* is shown in another frame
13506         on the same display, select that frame, instead of switching to
13507         the Info buffer in another window of the selected frame.
13509         * simple.el (universal-argument-map): Bind numeric keypad keys
13510         kp-0 to kp-9 and kp-subtract.
13511         (digit-argument): Handle these keys.
13513 2000-07-20  Dave Love  <fx@gnu.org>
13515         * net/goto-addr.el (goto-address-fontify): Don't bother with
13516         buffer-modified and read-only stuff -- irrelevant with overlays.
13517         Put an extra property on the overlays and use it to clean up in
13518         case goto-address is re-run.
13520 2000-07-19  Richard M. Stallman  <rms@gnu.org>
13522         * timer.el (run-with-idle-timer): Doc fix.
13524         * mail/mail-utils.el (mail-strip-quoted-names):
13525         Handle case where <...> appears inside "...".
13526         Use replace-match to edit the string more simply.
13527         (rmail-dont-reply-to): Cope with an unmatched ".
13529 2000-07-19  Dave Love  <fx@gnu.org>
13531         * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
13532         implementation.
13534         * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
13535         (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
13536         (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
13538 2000-07-19  Gerd Moellmann  <gerd@gnu.org>
13540         * textmodes/refer.el: Correct maintainer's email address.
13542         * progmodes/hideif.el: Correct author's email address.
13543         Fix typo in comment.
13545         * xml.el: New file.
13547         * mail/mailheader.el: Correct author's mail address.
13549         * gnus/parse-time.el: Correct author's mail address.
13551 2000-07-19  Colin Walters <walters@cis.ohio-state.edu>
13553         * comint.el (comint-highlight-input, comint-highlight-face):
13554         New user options.
13555         (comint-input-ring-file-name): Change custom type.
13556         (comint-mode-map): Bind mouse-2.
13557         (comint-insert-clicked-input): New function.
13558         (comint-send-input): Handle input highlighting.
13560 2000-07-18  Stefan Monnier  <monnier@cs.yale.edu>
13562         * mouse.el (popup-menu): New function.
13563         (mouse-major-mode-menu): Use it.
13565 2000-07-18  Dave Love  <fx@gnu.org>
13567         * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
13568         improvements.
13570 2000-07-18  Gerd Moellmann  <gerd@gnu.org>
13572         * faces.el (face-font-selection-order)
13573         (face-font-family-alternatives): Add custom type.
13575 2000-07-18  Dave Love  <fx@gnu.org>
13577         * cus-edit.el (custom-variable-reset-saved)
13578         (custom-variable-reset-standard): Remove unused bindings.
13580         * rect.el (open-rectangle-line): Remove unused let.
13582         * hl-line.el (hl-line-highlight): Check hl-line-mode.
13584 2000-07-18  Gerd Moellmann  <gerd@gnu.org>
13586         * cdl.el: Fix `Maintainer' keyword.
13588         * play/pong.el: Add author's email address.
13590 2000-07-17  Sam Steingold  <sds@gnu.org>
13592         * files.el (insert-directory): Call `split-string' instead of
13593         re-implementing it.
13595 2000-07-18  Gerd Moellmann  <gerd@gnu.org>
13597         * mail/vms-pmail.el: Change maintainer to FSF.
13599         * net/goto-addr.el: Change maintainer to FSF.
13601         * info.el (Info-title-face-alist): Removed.
13603 2000-07-18  David Ponce  <david@dponce.com>
13605         * recentf.el (recentf-open-files): New command that works like
13606         `recentf-open-more-files', but shows the whole list of files (not just
13607         those omitted from the menu). Useful if you don't use a menu-bar!
13608         (recentf-open-more-files) Modified to use `recentf-open-files'.
13610         (recentf-open-files, recentf-open-more-files)
13611         (recentf-edit-list): Dialogs use `recentf-dialog-mode'
13613         (recentf-dialog-mode): New mode for dialogs. You can now just type
13614         "q" to cancel the dialogs.
13616 2000-07-18  David Ponce  <david@dponce.com>
13618         * recentf.el: This is a major update of recentf.el. It adds new
13619         features to better organize the recentf menu and "More..." buffer.
13621         Using new provided menu filtering functions you can now organize the
13622         recent files list:
13624         - by major modes
13625         - by directories
13626         - by user defined rules
13628         Finally, with the new `recentf-filter-changer' customizable filter you
13629         can define a ring of filters and dynamically (via the menu) cycle on
13630         each menu organization in the ring (a la msb).
13632 2000-07-18  Eli Zaretskii  <eliz@is.elta.co.il>
13634         * eshell/eshell.el (eshell): Replace links to eshell.info with
13635         links to eshell, to avoid problems on systems where the manual is
13636         installed as `eshell'.
13637         * eshell/esh-cmd.el (eshell-cmd): Ditto.
13638         * eshell/em-smart.el (eshell-smart): Ditto.
13639         * eshell/em-banner.el (eshell-banner): Ditto.
13640         * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
13642         * eshell/em-unix.el (eshell-shuffle-files): Don't disable
13643         same-file check in the MS-DOS version (it does support inodes).
13645         * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
13647         * eshell/eshell.el (eshell-directory-name):
13648         Run default directory name through convert-standard-filename.
13650 2000-07-18  Kenichi Handa  <handa@etl.go.jp>
13652         * international/mule-cmds.el (select-safe-coding-system):
13653         Fix typo in the comment.
13655         * language/european.el (compound-text):
13656         Force katakana-jisx0201 to be designated to G1.
13658         * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
13659         Don't translate some national variant characters of latin-jisx0201.
13660         (x-ctext): Force katakana-jisx0201 to be designated to G1.
13662         * international/kkc.el (kkc-after-update-conversion-functions):
13663         New variable.
13664         (kkc-update-conversion): Run functions in it at the tail.
13666 2000-07-16  John Wiegley  <johnw@gnu.org>
13668         * lisp/align.el (align-newline-and-indent):
13669         Adding new function.  for auto-aligning blocks of code on RET.
13670         (align-region): Fixed badly formatted minibuffer message.
13672 2000-07-17  Kenichi Handa  <handa@etl.go.jp>
13674         * international/kkc.el (kkc-show-conversion-list-count): Customize it.
13675         (kkc-region): Update kkc-next-count and kkc-prev-count here.  Show
13676         the conversion list at first if appropriate.
13677         (kkc-next): Don't update kkc-next-count here.
13678         (kkc-prev): Don't update kkc-prev-count here.
13679         (kkc-show-conversion-list-update): Fix setting up of conversion
13680         list message.
13682 2000-07-16  Stefan Monnier  <monnier@cs.yale.edu>
13684         * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
13686 2000-07-16  Dave Love  <fx@gnu.org>
13688         * cus-edit.el (custom-buffer-create-internal): Use a help-echo
13689         function to be more specific.
13691         * wid-edit.el (widget-specify-field, widget-specify-button): Allow
13692         non-string help-echo.
13693         (widget-types-convert-widget): Defsubst it.
13694         (widget-echo-help): Try to cope with a help-echo function of two
13695         possible sorts.
13697 2000-07-15  Jason Rumney  <jasonr@gnu.org>
13699         * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
13700         Declare as obsolete.
13702         * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
13704 2000-07-14  Gerd Moellmann  <gerd@gnu.org>
13706         * hilit-chg.el: Fix typo.
13708 2000-07-14  Dave Love  <fx@gnu.org>
13710         * info.el (Info-mode-menu): Fix use of :help, :enable.
13712 2000-07-14  Stefan Monnier  <monnier@cs.yale.edu>
13714         * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
13716 2000-07-13  Dave Love  <fx@gnu.org>
13718         * emacs-lisp/easymenu.el: Doc fixes.
13719         (easy-menu-remove): Defalias to ignore.
13721         * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
13722         Call throw correctly.
13724 2000-07-13  Gerd Moellmann  <gerd@gnu.org>
13726         * faces.el (frame-background-mode): Doc fix.
13728         * simple.el (eval-expression-print-length): Change custom type to
13729         allow entering nil as value.
13731 2000-07-13  Dave Love  <fx@gnu.org>
13733         * progmodes/fortran.el (fortran-imenu-generic-expression):
13734         Change definition layout.
13735         (fortran-mode-menu): Reinstate customize entries.
13737         * cus-edit.el (custom-group-menu-create, customize-menu-create):
13738         Use :filter, per old XEmacs code.
13740 2000-07-12  Gerd Moellmann  <gerd@gnu.org>
13742         * term.el (term-send-raw-meta): Strip modifiers from the keyboard
13743         event when deciding what to send to the terminal.
13745 2000-07-12  Dave Love  <fx@gnu.org>
13747         * cus-start.el: Add optional version as 4th element of specs and
13748         use it for several things new in v21.  Remove load-path.  Fix type
13749         of line-number-display-limit.
13751 2000-07-11  Dave Love  <fx@gnu.org>
13753         * progmodes/fortran.el: Don't require easymenu.
13754         Use repeat counts in various regexps.
13755         (fortran-mode-syntax-table): Defvar directly.
13756         (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
13757         (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
13758         Use defvar, not defconst.
13759         (fortran-mode-map): Change locals in `let'.  Use `fortran-auto-fill'.
13760         (fortran-mode): Set fortran-comment-line-start-skip,
13761         fortran-comment-line-start-skip, dabbrev-case-fold-search.
13762         (fortran-comment-indent): Use defsubst.
13763         (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
13764         Use fortran-comment-indent, not fortran-comment-indent-function.
13765         (fortran-comment-region, fortran-electric-line-number): Simplify.
13766         (fortran-auto-fill): New function.
13767         (fortran-do-auto-fill): Deleted.
13768         (fortran-find-comment-start-skip):
13769         Check for non-null comment-start-skip.
13770         (fortran-auto-fill-mode, fortran-fill-statement):
13771         Use fortran-auto-fill.
13772         (fortran-fill): Use fortran-auto-fill.  Check for null
13773         comment-start-skip.  Simplify final clause and use end-of-line finally.
13775         * widget.el (widget-plist-member): New alias.
13777 2000-07-11  Eli Zaretskii  <eliz@is.elta.co.il>
13779         * eshell/esh-module.el (toplevel): Reference
13780         byte-compile-current-file only if it is bound.
13782 2000-07-10  Gerd Moellmann  <gerd@gnu.org>
13784         * dired.el: Don't require `dired-aux'.
13786 2000-07-10  Miles Bader  <miles@lsi.nec.co.jp>
13788         * dired-aux.el (dired-show-file-type): New function.
13789         * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
13790         (dired-show-file-type): Add autoload.
13792 2000-07-10  Kenichi Handa  <handa@etl.go.jp>
13794         * international/mule-diag.el (describe-font): Adjusted for the
13795         change of fontset-info.
13796         (print-fontset): Likewise.
13798 2000-07-09  Stefan Monnier  <monnier@cs.yale.edu>
13800         * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
13802 2000-07-07  Gerd Moellmann  <gerd@gnu.org>
13804         * bindings.el: Bind `[delete]' to delete-char.
13806         * dired.el (dired-find-alternate-file): New function.
13807         (dired-mode-map): Bind `a' to dired-find-alternate-file.
13808         (toplevel): Require dired-aux when compiling.
13809         (dired-buffers): Move defvar within file to avoid compiler warning.
13811         * info.el (Info-last-search): Variable removed.
13812         (Info-search-history): New variable.
13813         (Info-search): New Info-search-history.
13815         * battery.el, info-look.el: Change author's mail address.
13817 2000-07-07  Jonathan I. Kamens  <jik@kamens.brookline.ma.us>
13819         * mail/rmail.el (rmail-clear-headers): Don't throw an error
13820         if rmail-ignored-headers is nil.
13821         (rmail-retry-failure): Bind rmail-ignored-headers and
13822         rmail-displayed-headers to nil.
13824 2000-07-06  Gerd Moellmann  <gerd@gnu.org>
13826         * lpr.el (lpr-page-header-switches): Add `-h' switch.
13827         (print-region-1): Don't hard code `-h' here.
13829         * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
13831 2000-07-01  Francesco Potorti`  <pot@gnu.org>
13833         * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
13834         exim can use "your message" instead of "the message".
13836 2000-07-06  Stefan Monnier  <monnier@cs.yale.edu>
13838         * facemenu.el: Docstrings fixes.
13839         (facemenu-get-face): Don't use internal-find-face.
13840         (facemenu-iterate): Rename arg to match the docstring.
13842         * newcomment.el (uncomment-region): Be more careful when skipping
13843         backwards over `=' not to bump into BOBP.
13845 2000-07-05  Michael Kifer  <kifer@cs.sunysb.edu>
13847         * ediff-diff.el (ediff-wordify): Use syntax table.
13848         * ediff-init.el (ediff-has-face-support-p): Use
13849         ediff-color-display-p.
13850         (ediff-color-display-p): Use display-color-p, changed to defun
13851         from defsubst.
13852         Got rid of special cases for NeXT and OS/2.
13853         * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
13854         face.
13856 2000-07-05  Stefan Monnier  <monnier@cs.yale.edu>
13858         * emacs-lisp/lucid.el: Require CL.
13859         (copy-tree, remprop): Remove, it's provided by CL.
13860         (map-keymap): Define in terms of cl-map-keymap.
13861         (extent-property, set-extent-end-glyph): New functions.
13863         * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
13865 2000-07-05  Gerd Moellmann  <gerd@gnu.org>
13867         * Makefile.in (DONTCOMPILE): Add comment that the name may
13868         not be changed without changing the make-dist script.
13870         * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
13871         (cl-mapc): Use mapc instead of cl-old-mapc.
13873 2000-07-05  Andrew Innes  <andrewi@gnu.org>
13875         * makefile.nt: Add support for `bootstrap' and related targets.
13877 2000-07-05  Stefan Monnier  <monnier@cs.yale.edu>
13879         * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
13880         (easy-menu-do-define): Use `menu-item' format.
13881         Handle case where easy-menu-create-menu returns a symbol.
13882         Manually call the potential top-level filter in the function binding.
13883         (easy-menu-filter-return): New arg NAME.
13884         Convert to a keymap if MENU is an XEmacs menu.
13885         (easy-menu-convert-item-1): New.  Extracted from easy-menu-do-add-item.
13886         (easy-menu-converted-items-table, easy-menu-convert-item):
13887         New var and fun to memoize easy-menu-convert-item-1.
13888         (easy-menu-do-add-item): Use it.
13889         (easy-menu-create-menu): Use easy-menu-convert-item.
13890         Wrap easy-menu-filter-return around any :filter specification.
13891         Don't convert the menu if a filter was specified.
13892         Tell easy-menu-make-symbol not to check for MENU being an expression.
13893         (easy-menu-make-symbol): New arg NOEXP.
13895 2000-07-05  Gerd Moellmann  <gerd@gnu.org>
13897         * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
13898         EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
13899         (eval-defun): If called with prefix arg, instrument code for
13900         Edebug.
13902         * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
13903         similar to that of eval-defun.
13905 2000-07-04  Dave Love  <fx@gnu.org>
13907         * hl-line.el (hl-line-overlay): Make it permanent-local.
13909         * calendar/todo-mode.el: Replaced with a working version, based on
13910         1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
13912 2000-07-03  Miles Bader  <miles@lsi.nec.co.jp>
13914         * paths.el (prune-directory-list): New function.
13915         (Info-default-directory-list): Rewritten to more methodically
13916         enumerate a big list of possible info directories (based on the
13917         list used by the standalone info reader).
13919         * info.el (info-initialize): Use prune-directory-list to remove
13920         non-existent directories from Info-directory-list.
13922         * paths.el (Info-default-directory-list): Try a list of possible
13923         info-directories instead of a single one.  Add the possible
13924         info directory "/usr/share/info".
13926         * woman.el (woman-man.conf-path): Explicitly include the debian
13927         man-db config file "/etc/manpath.config".
13928         (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
13929         are present in `manpath.config'.
13930         (woman-manpath): Include "/usr/share/man".
13932 2000-07-03  Gerd Moellmann  <gerd@gnu.org>
13934         * frame.el (blink-cursor-mode): Don't hide cursor initially.
13936         * startup.el (command-line): Initialize blink-cursor based
13937         on window-system.
13939         * frame.el (blink-cursor): Default to nil if not running under
13940         a window-system.
13942         * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
13943         (face-x-resources): Remove duplicate entry for :font.
13945         * textmodes/refer.el (refer-find-entry-internal): Use some-window
13946         instead of cycling through windows with next-window.
13948         * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
13949         of cycling through windows with next-window.
13951         * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
13952         of cycling through windows with next-window.
13954         * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
13955         (edebug-get-displayed-buffer-points): Use walk-windows/some-window
13956         instead of cycling through windows with next-window.
13958         * calendar/appt.el (appt-select-lowest-window): Use walk-windows
13959         instead of cycling through windows with next-window.
13961         * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
13962         of cycling through windows with next-window.
13964         * terminal.el (te-process-output): Use walk-windows instead of
13965         cycling through windows with next-window.
13967         * server.el (server-switch-buffer): Use some-window instead of
13968         cycling through windows with next-window.
13970         * window.el (some-window): New function.
13971         (walk-windows): Remove reference to walk-windows-start.
13973         * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
13975 2000-07-03  Richard Stallman  <rms@gnu.org>
13977         * window.el (walk-windows): Guarantee termination by keeping a list
13978         of all the windows already handled.
13980 2000-06-28  Eli Zaretskii  <eliz@is.elta.co.il>
13982         * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
13983         window-system.
13985         * man.el (Man-notify-when-ready): Don't use window-system.  If
13986         Man-notify-method is newframe, and the display is not
13987         multi-frame, select the frame created for the man page.
13988         (Man-init-defvars): Doc fix.
13990 2000-06-28  Gerd Moellmann  <gerd@gnu.org>
13992         * faces.el (region): Change background color for light background.
13994         * ediff-wind.el (ediff-setup-control-frame): Remove :box
13995         attribute from mode-line face of Ediff control frame.
13997         * replace.el (query-replace-map): Bind `e' like `E'.
13999 2000-06-28  Eli Zaretskii  <eliz@is.elta.co.il>
14001         * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
14002         Change name to "Select All".
14004         * dos-fns.el (convert-standard-filename): Fix last change.
14006 2000-06-27  Gerd Moellmann  <gerd@gnu.org>
14008         * help.el (describe-variable): Don't insert a second `'s' in front
14009         of the string `value is shown below'.  Since the syntax-table is
14010         set to emacs-lisp-mode-syntax-table, forward-sexp skips over
14011         an existing `'s', so that this won't be deleted.
14013         * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
14014         * pcmpl-unix.el: New files.
14016 2000-06-26  Stefan Monnier  <monnier@cs.yale.edu>
14018         * wid-edit.el (widget-member): Use the new plist-member.
14020 2000-06-26  Gerd Moellmann  <gerd@gnu.org>
14022         * replace.el (perform-replace): Undo change of 2000-04-04.
14023         Instead, move backward 1 character at the end of the loop when
14024         necessary.
14026         * faces.el (fringe): Change face for different backgrounds.
14028         * eshell/esh-module.el (toplevel): Load defgroup's differently;
14029         patch from John.
14031         * eshell/*.el: Change spelling of the Free Software Foundation.
14033         * eshell/esh-toggle.el: Removed.
14035         * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
14037         * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
14038         interactively.
14040 2000-06-26  Alex Schroeder  <alex@gnu.org>
14042         * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
14043         `define-key'; instead of checking `(emacs-version)' check for
14044         `set-keymap-parent' and `set-keymap-name' directly.  Add entries
14045         for `;' and `o' which might be electric.
14047         (sql-electric-stuff): New user option.
14048         (sql-magic-go): New function which uses `sql-electric-stuff'.
14049         (sql-magic-semicolon): New function which uses
14050         `sql-electric-stuff'.
14052         (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
14053         is not fboundp.
14055         (sql-oracle-options): New variable.
14056         (sql-oracle): Use it.
14058         (sql-imenu-generic-expression): Doc change.
14059         (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
14060         is used.
14062         (sql-informix): Added command line parameter "-" to force
14063         sql-informix-program to use stdout.
14065 2000-06-25  Eli Zaretskii  <eliz@is.elta.co.il>
14067         * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
14068         (cp864-decode-table): Doc fix.
14069         (cp720-decode-table): New variable, supports the Arabic OEM
14070         codepage used by Windows.
14071         (cp737-decode-table): New, Greek OEM codepage used by Windows.
14073 2000-06-23  Dave Love  <fx@gnu.org>
14075         * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
14076         (font-lock-fontify-anchored-keywords): Use
14077         line-beginning-position.
14078         (global-font-lock-mode): Use mapc.
14080 2000-06-23  Stefan Monnier  <monnier@cs.yale.edu>
14082         * eshell/esh-module.el: Require CL when compiling.
14084 2000-06-23  Gerd Moellmann  <gerd@gnu.org>
14086         * comint.el (comint-substitute-in-file-name): Call replace-match
14087         with second and third arg t.
14089         * cus-edit.el (custom-button-face, custom-button-pressed-face):
14090         Specify foreground color.
14092         * faces.el (tool-bar, mode-line, header-line): Specify foreground
14093         color.
14095         * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
14097         * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
14098         cddr instead of cdddr.
14100         * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
14101         instead of copy-list.
14103         * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
14104         of copy-list.
14106         * subdirs.el: Add eshell subdirectory.
14108         * eshell: New subdirectory containing the Eshell package.
14110         * pcomplete.el: New file.
14112 2000-06-23  Paul Eggert  <eggert@twinsun.com>
14114         * mail/mailpost.el (post-mail-send-it): Make sure file has
14115         proper permissions from birth.
14117         * files.el (basic-save-buffer-2): When temporarily setting
14118         file modes, set them to current modes plus 0200, not to 0777.
14120         * emerge.el (emerge-make-temp-file): Make sure file has proper
14121         permissions from birth.
14123 2000-06-22  Eli Zaretskii  <eliz@is.elta.co.il>
14125         * files.el (make-backup-file-name-1): On DOS/Windows, run the
14126         backup file name through convert-standard-filename.
14128         * dos-fns.el (convert-standard-filename): Convert leading
14129         directories as well.  When long file names are supported, convert
14130         characters that are invalid in Windows file names.
14132 2000-06-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
14134         * ps-print.el: Fix bug: if ^L is the very first buffer character,
14135         ps-print crashes.  New feature: page selection for printing.  Create
14136         raw-text-unix coding system for XEmacs.  Doc fix.
14137         (ps-print-version): New version number (5.2.3).
14138         (ps-plot-region): Bug fix.
14139         (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
14140         (ps-header-sheet, ps-generate, ps-end-job): Code fix.
14141         (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
14142         funs.
14143         (ps-selected-pages, ps-last-selected-pages, ps-first-page)
14144         (ps-last-page): New vars.
14146 2000-06-21  Gerd Moellmann  <gerd@gnu.org>
14148         * progmodes/sh-script.el (sh-while-getopts): Fix handling of
14149         empty option string.
14151 2000-06-21  Eli Zaretskii  <eliz@is.elta.co.il>
14153         * man.el (man): Doc fix.
14155 2000-06-21  Kenichi Handa  <handa@etl.go.jp>
14157         * international/mule-cmds.el (set-language-info-alist): Docstring
14158         fixed.
14160 2000-06-20  Gerd Moellmann  <gerd@gnu.org>
14162         * version.el (emacs-version): Use ISO date format.
14164         * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
14165         instead of `M-backspace'.
14167         * simple.el (turn-off-auto-fill): New function.
14169 2000-06-20  Stefan Monnier  <monnier@cs.yale.edu>
14171         * jit-lock.el (with-buffer-prepared-for-jit-lock):
14172         Renamed from with-buffer-prepared-for-font-lock and use
14173         inhibit-modification-hooks rather than setting *-change-functions.
14174         Update all functions to use the new name.
14175         (jit-lock-first-unfontify-pos): New semantics (and doc).
14176         (jit-lock-mode): Make non-interactive.
14177         Don't automatically turn on font-lock.
14178         Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
14179         Always use jit-lock-after-change.
14180         Remove and restore font-lock-after-change-function.
14181         (turn-on-jit-lock, jit-lock-after-fontify-buffer)
14182         (jit-lock-after-unfontify-buffer): Remove.
14183         (jit-lock-stealth-fontify):
14184         Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
14185         (jit-lock-after-change): Set the `fontified' text-prop to nil.
14187 2000-06-20  Sam Steingold  <sds@gnu.org>
14189         * emacs-lisp/cl-indent.el (toplevel): Indent
14190         `print-unreadable-object' properly.  Untabify.
14192 2000-06-14  Carsten Dominik  <dominik@strw.leidenuniv.nl>
14194         * textmodes/reftex.el (reftex-find-citation-regexp-format):
14195         Support for bibentry.
14196         (reftex-compile-variables): Fixed problem with end of section-re.
14198         * texmodes/reftex-dcr.el (reftex-view-crossref,
14199         reftex-view-crossref-from-bibtex):
14200         Deal with changed `reftex-find-citation-regexp-format'.
14201         (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
14202         Replaced `remprop' with `put'.
14203         (reftex-view-crossref, reftex-view-crossref-when-idle):
14204         Support for bibentry.
14206         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
14207         New entry for bibentry package.
14209         * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
14210         Regexp also matches "\nobibliography".
14212         * textmodes/reftex-global.el (reftex-renumber-simple-labels):
14213         Call `reftex-ensure-write-access' before doing anything.
14214         (reftex-ensure-write-access): New function.
14216 2000-06-14  Carsten Dominik  <dominik@strw.leidenuniv.nl>
14218         * progmodes/idlwave.el: File re-installed (update to version 4.2)
14220         * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
14222         * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
14224         * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
14227 2000-06-20  Dave Love  <fx@gnu.org>
14229         * faces.el (frame-background-mode): Use set-default, not set, in
14230         setter.
14231         (frame-update-faces, frame-update-face-colors): Define with
14232         defalias.
14234         * enriched.el (enriched-decode-foreground)
14235         (enriched-decode-background): Don't use internal-find-face.
14237         * apropos.el: Doc fixes.
14239         * cus-edit.el (customize-changed-options): Check arg.
14240         (customize-version-lessp): Don't require decimal point.
14242         * custom.el (defcustom, defgroup): Doc fix.
14244         * newcomment.el (comment) <defgroup>: Add :version.
14245         (comment-multi-line): Doc fix.
14247         * emulation/mlsupport.el (define-hooked-local-abbrev,
14248         define-hooked-global-abbrev): Fix, using define-abbrev.
14250 2000-06-19  Gerd Moellmann  <gerd@gnu.org>
14252         * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
14253         the whole buffer.
14255 2000-06-19  Dave Love  <fx@gnu.org>
14257         * menu-bar.el (menu-bar-options-save): New function.
14258         (menu-bar-options-menu): Use it.
14259         (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
14260         Simplify.
14262 2000-06-19  Andreas Schwab  <schwab@suse.de>
14264         * progmodes/etags.el (tags-query-replace): Put new parameters
14265         START and END at the end, for backward compatibility.
14267 2000-06-19  Kenichi Handa  <handa@etl.go.jp>
14269         * international/codepage.el:
14270         (cp-coding-system-for-codepage-1): Delete special codes for
14271         generating xxx-dos coding system because now a CCL based coding
14272         system can handle EOL conversion by default.
14274         * international/mule.el (make-coding-system): Generate subsidiary
14275         coding systems for EOL handling variants even for a CCL based
14276         coding system.
14278 2000-06-19  Kenichi Handa  <handa@etl.go.jp>
14280         * international/isearch-x.el (isearch-minibuffer-input-method)
14281         (isearch-minibuffer-input-method-function): These variables
14282         deleted.
14283         (isearch-with-input-method): Don't use the above variables.
14284         (isearch-process-search-multibyte-characters): Likewise.  Call
14285         read-string with the arg INHERIT-INPUT-METHOD t.
14287 2000-06-17  Stefan Monnier  <monnier@cs.yale.edu>
14289         * font-lock.el (font-lock-after-fontify-buffer)
14290         (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
14292         * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
14293         Use consistent make-local-variable style for font-lock-fontified.
14294         (jit-lock-fontify-buffer):
14295         Don't bother checking for font-lock-mode and jit-lock-mode.
14297         * time.el: Remove trailing ^M that prevent CVS-merging.
14299 2000-06-16  Gerd Moellmann  <gerd@gnu.org>
14301         * Makefile.in (distclean): New target.
14303 2000-06-16  Stefan Monnier  <monnier@cs.yale.edu>
14305         * Makefile.in (srcdir): Define for update-subdirs.
14307 2000-06-16  Gerd Moellmann  <gerd@gnu.org>
14309         * find-lisp.el: New file.
14311 2000-06-16  Andrew Innes  <andrewi@gnu.org>
14313         * time.el (display-time-mail-function): New variable, to allow
14314         external packages to indicate when new mail is available.
14315         (display-time-update): Use it.
14317 2000-06-16  Kenichi Handa  <handa@etl.go.jp>
14319         * international/mule.el (mule-version): Change version name to
14320         SAKAKI.  AOI has already been used by Meadow.
14322         * international/quail.el (quail-show-guidance-buf): To find the
14323         bottom window (but minibuffer), pay attention to the height of
14324         minibuffer.
14326 2000-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
14328         * arc-mode.el (archive-mode-map): Use the new menu-item format for
14329         menu-bar menus.  Add help strings.  Don't remove the Edit menu
14330         from the menu bar, as the menu bar has enough space now.
14332         * Makefile.in (SHELL): Make sure /bin/sh is used.
14334         * woman.el (woman-man-buffer): Fix bold and underlined CJK
14335         characters, which use series of two ^H characters instead of one.
14337 2000-06-15  Gerd Moellmann  <gerd@gnu.org>
14339         * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
14340         (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
14341         functions.
14342         (Info-find-node-2): Try a case-sensitive search first, then
14343         do a case-insensitive search.
14345         * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
14346         tutorials.
14348         * complete.el (PC-env-vars-alist): New variable.
14349         (PC-complete-as-file-name): New function.
14350         (partial-completion-mode): Initialize PC-env-vars-alist from
14351         process-environment.
14352         (PC-do-completion): Handle completion of env vars.
14354         * info.el (Info-set-mode-line): Show file name in mode line,
14355         use `*Info*' instead of `Info:'.
14357         * startup.el (command-line-1): Change copyright messages to year
14358         2000.
14360 2000-06-15  Dave Love  <fx@gnu.org>
14362         * net/goto-addr.el (goto-address-fontify): Use keymap property,
14363         not local-map.
14365 2000-06-15  Kenichi Handa  <handa@etl.go.jp>
14367         * international/mule.el (set-buffer-file-coding-system): Almost
14368         rewritten to handle `undecided' as no-op.
14370 2000-06-14  Gerd Moellmann  <gerd@gnu.org>
14372         * Makefile.in: New file.
14374         * Makefile: Removed.
14376         * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
14377         (goto-address-highlight-keymap): Bind C-c RET.
14379 2000-06-14  Kenichi Handa  <handa@etl.go.jp>
14381         * mail/sendmail.el (sendmail-send-it): The temporary buffer
14382         inherits buffer-file-coding-system of the current buffer.
14384         * tar-mode.el (tar-extract): For goto-char, use (point-min), not
14385         0.  Give correct argument to set-auto-coding-function.
14386         (tar-expunge): For goto-char, use (point-min), not 0.
14387         (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
14388         (tar-subfile-save-buffer): Likewize.
14390         * international/mule.el
14391         (after-insert-file-set-buffer-file-coding-system): Call
14392         set-buffer-file-coding-system with the arg FORCE t.
14394 2000-06-13  Gerd Moellmann  <gerd@gnu.org>
14396         * mail/sendmail.el (mail-specify-envelope-from): Initialize to
14397         nil.  Contemporary sendmails issue an X-Authentication-Warning if
14398         the sender is set with `-f'.
14400 2000-06-13  Dave Love  <fx@gnu.org>
14402         * help.el (describe-function-1): Kluge around cases of functions
14403         fset to subrs whose doc doesn't match their symbol-name.
14405         * image.el (insert-image): Default STRING to a space.
14407         * info.el Doc fixes.
14408         (Info-build-node-completions): Match Ref tags.
14410 2000-06-13  Eli Zaretskii <eliz@is.elta.co.il>
14412         * frame.el (display-multi-frame-p, display-multi-font-p): New
14413         defaliases for display-graphic-p.
14415         * hl-line.el: Fixed a typo in commentary.
14417 2000-06-13  Kenichi Handa  <handa@etl.go.jp>
14419         * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
14420         fixed.
14422 2000-06-12  Dave Love  <fx@gnu.org>
14424         * image.el (insert-image): Save a little consing.
14426 2000-06-12  Kenichi Handa  <handa@etl.go.jp>
14428         * language/tibet-util.el: Convert all tibetan-1-column characters
14429         to the corresponding tibetan characters.
14430         (tibetan-add-components): Delete code for the special treatment of
14431         'a chung.
14433         * language/tibetan.el (tibetan-composable-pattern): Fix previous
14434         change.
14435         (tibetan-vowel-transcription-alist): More rules added.
14436         (tibetan-composite-vowel-alist): New variable.
14437         (tibetan-precomposition-rule-alist): More rules added.
14439 2000-06-12  Stefan Monnier  <monnier@cs.yale.edu>
14441         * startup.el (command-line): Only call menu-bar-mode if interactive.
14443         * thingatpt.el (toplevel symbol-properties):
14444         * textmodes/makeinfo.el (makeinfo-compile):
14445         * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
14446         * progmodes/hideif.el (hif-compress-define-list)
14447         (hide-ifdef-use-define-alist):
14448         * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
14449         (ange-ftp-vms-add-file-entry):
14450         * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
14451         * man.el (Man-build-man-command):
14452         * mail/rnewspost.el (news-reply-header-hook):
14453         * info.el (Info-insert-dir):
14454         * emulation/mlconvert.el (backward-word, forward-word, setq):
14455         * emacs-lisp/gulp.el (gulp-send-requests):
14456         * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
14457         (byte-optimize-inline-handler, byte-optimize-form-code-walker)
14458         (byte-optimize-apply, end of file):
14459         * emacs-lisp/advice.el (ad-advice-class-completion-table)
14460         (ad-make-freeze-definition):
14461         * startup.el (command-line, command-line-1): Don't quote lambdas.
14463         * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
14464         (cvs-cleanup-removed): New function.
14465         (cvs-cleanup-functions): New var.
14466         (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
14467         some flexibility in specifying additional entries to auto-cleanup.
14468         (cvs-quickdir): New function.
14469         (cvs-mode-insert): Use cvs-fileinfo-from-entries.
14470         (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
14471         (cvs-mode-find-file): Check that we are on a filename or dirname
14472         when invoked through a mouse-click.
14473         (cvs-full-path): Remove.
14474         (cvs-dired-action): Re-introduced.
14475         (cvs-dired-noselect): Use it.
14476         (vc-post-command-functions): use this new hook if available.
14478         * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
14479         (cvs-status-map): Don't inherit from cvs-mode-map anymore.
14480         (cvs-filename-map, cvs-dirname-map): Remove.
14481         (cvs-default-action): Remove.
14482         (cvs-add-face): Use `keymap' rather than `local-map' property, and only
14483         if the arg is really a keymap.
14484         (cvs-fileinfo-pp): Don't use any special map for file and dir names.
14485         Don't hardcode the mapping from state (aka type) to face, but check
14486         the var cvs-fi-<type>-face instead.
14487         (cvs-fileinfo-from-entries): New function.
14489         * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
14490         Docstring fix.
14491         (cvs-find-file-and-jump): Change default to be safer.
14492         (cvs-mode-diff-map): Define it as a function as well.
14493         (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
14494         Bind mouse-2 in this global map rather than with text-properties.
14496         * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
14497         file to resolve the ambiguity between C(conflict) and C(need-merge).
14499 2000-06-12  Kenichi Handa  <handa@etl.go.jp>
14501         * international/mule.el (set-buffer-file-coding-system): If
14502         CODING-SYSTEM is nil, set buffer-file-coding-system to nil
14503         unconditionally.
14505 2000-06-12  Dave Love  <fx@gnu.org>
14507         * wid-edit.el (widget-specify-button): Really suppress the face if
14508         required.
14510 2000-06-11  Gerd Moellmann  <gerd@gnu.org>
14512         * term/x-win.el (x-colors): Add colors from recent rgb.txt.
14514 2000-06-11  Stefan Monnier  <monnier@cs.yale.edu>
14516         * imenu.el (imenu-generic-expression): Docstring fix.
14518         * composite.el (composition-function-table): Move the `put'
14519         below the autoload cookie so we can load the file before loaddefs.
14521         * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
14523         * emacs-lisp/autoload.el (make-autoload): Use `cond'.
14524         Handle easy-mmode-define-global-mode.
14525         For complex macros like define-minor-mode that can generate
14526         several autoload entries, try to autoload entries in the
14527         macroexpanded code.
14529         * emacs-lisp/easy-mmode.el (define-minor-mode):
14530         If KEYMAP is a symbol, just use it.
14531         Use byte-compile-current-file and load-file-name to infer the
14532         proper :require to pass to defcustom.
14533         Wrap the hook var into `progn' so as not to autoload it.
14534         Add a :autoload-end cookie.
14535         Be more careful about the evaluation of KEYMAP.
14536         (easy-mmode-define-global-mode): Add a :autoload-end cookie.
14537         (define-derived-mode): Move define-abbrev-table outside of defvar.
14539 2000-06-10  Stefan Monnier  <monnier@cs.yale.edu>
14541         * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
14542         (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
14543         (backup-compiled-files): Ignore errors during `tar'.
14544         (bootstrap): Make autoloads before elc files.
14546 2000-06-10  Kenichi Handa  <handa@etl.go.jp>
14548         * international/mule.el (set-buffer-file-coding-system): If one of
14549         undecided-XXX is specified, change only EOL conversion.
14551         * international/mule-conf.el (unix): New alias for the coding
14552         system undecided-unix.
14554 2000-06-09  Dave Love  <fx@gnu.org>
14556         * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
14558         * progmodes/executable.el: Byte compile dynamic.
14559         (executable-insert): Change custom type.
14560         (executable-find): Add autoload cookie.
14561         (executable-make-buffer-file-executable-if-script-p): New
14562         function.  After Noah Friedman.
14564         * files.el (after-save-hook): Customize, with
14565         executable-make-buffer-file-executable-if-script-p as an option.
14567 2000-06-09  Kenichi Handa  <handa@etl.go.jp>
14569         * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
14570         "tib24p-mule.bdf" for Tibetan.
14572         * composite.el (decompose-composite-char): Declare it as obsolete.
14574         * man.el (Man-fontify-manpage): Pay attention to underline and
14575         overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
14577 2000-06-08  Gerd Moellmann  <gerd@gnu.org>
14579         * thingatpt.el (forward-thing): Use functionp instead of fboundp.
14580         Set maintainer to FSF since author isn't reachable.
14582 2000-06-08  Dave Love  <fx@gnu.org>
14584         * international/mule-cmds.el (select-safe-coding-system): If
14585         DEFAULT-CODING-SYSTEM is not specified, also check the most
14586         preferred coding-system if buffer-file-coding-system is
14587         `undecided'.  From Handa.
14589 2000-06-08  Kenichi Handa  <handa@etl.go.jp>
14591         * international/mule.el
14592         (after-insert-file-set-buffer-file-coding-system): If the buffer
14593         size is greater than INSERTED, judget that we are not visiting.
14595 2000-06-07  Rajesh Vaidheeswarran  <rv@gnu.org>
14597         * whitespace.el (defgroup whitespace): Comment out `:version'.
14598         XEmacs 20.4 has problems defining the group with this present.
14599         We'll have this commented out till get resolve the problem.
14601 2000-06-07  John Wiegley  <johnw@gnu.org>
14603         * align.el (align-dq-string-modes, align-sq-string-modes)
14604         (align-open-comment-modes): Add pyhton-mode.
14605         (align-rules-list): Use get-text-property instead of
14606         text-properties-at.
14607         (align-rules-list): Add python-assignment.
14608         (align-rules-list): Change perl-comma-delimiter to
14609         basic-comma-delimiter.  Use if for Perl modes and python-mode.
14610         (align-rules-list): Add python-chain-logic and
14611         basic-line-continuation.
14613 2000-06-07  Jari Aalto  <jari.aalto@poboxes.com>
14615         * apropos.el (apropos-mode-hook): New user variable.
14616         (apropos-mode): Run apropos-mode-hook.
14618 2000-06-07  David Ponce  <david@dponce.com>
14620         * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
14621         commands.  Require `wid-edit' at run-time.
14623 2000-06-07  David Ponce  <david@dponce.com>
14625         * recentf.el: Added some "Commentary".
14626         (recentf-open-more-files, recentf-edit-list): Minor changes to
14627         move the point at the top of the file list.  This behaviour is
14628         consistent with the menu one when the list contains a lot of
14629         files.
14630         (recentf-cleanup): Now displays the number of items removed from
14631         the list.
14632         (recentf-relative-filter) New menu filter to show filenames
14633         relative to `default-directory'.
14635 2000-06-07  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
14637         * ps-print.el: XEmacs compatibility.  Doc fix.  Can select page size
14638         with/without giving an error if PostScript printer doesn't have this
14639         kind of page size.  Zebra Stripe continues or restarts on next page.
14640         Manual/automatic paper feeding.  Switch or not the header.
14641         (ps-print-version): New version number (5.2.2).
14642         (ps-windows-system): Include emx as a Windows system.
14643         (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
14644         (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
14645         (ps-background-text): Code fix.
14646         (ps-error-handler-message, ps-user-defined-prologue)
14647         (ps-print-prologue-header, ps-printer-name)
14648         (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
14649         (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
14650         (ps-use-face-background): Customization fix.
14651         (ps-n-up-database): Data fix.
14652         (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
14653         (ps-switch-header): New vars.
14654         (ps-xemacs-color-name, ps-face-foreground-name)
14655         (ps-face-background-name, ps-boolean-constant): New funs.
14657 2000-06-07  Dave Love  <fx@gnu.org>
14659         * allout.el: New version from Manheimer.
14661 2000-06-07  Kenichi Handa  <handa@etl.go.jp>
14663         * textmodes/fill.el (fill-find-break-point): Check the validity of
14664         charset.
14666 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
14668         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
14669         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
14670         Call display-color-p and display-mouse-p instead of looking at
14671         window-system.
14673 2000-06-06  Dave Love  <fx@gnu.org>
14675         * image.el (find-image): Doc fix.  Return nil if image not found.
14676         (put-image, insert-image): Make STRING arg optional.
14678 2000-06-06  Kenichi Handa  <handa@etl.go.jp>
14680         * language/vietnamese.el: Remove eval-when-compile.
14681         (viet-viscii-nonascii-translation-table): Define it as a
14682         translation table made from viet-viscii-decode-table.
14683         (viet-viscii-encode-table): Define it as a translation table made
14684         from the reverse map of above.
14685         (viet-vscii-nonascii-translation-table): Define it as a
14686         translation table made from viet-vscii-decode-table.
14687         (viet-vscii-encode-table): Define it as a translation table made
14688         from the reverse map of above.
14689         (ccl-decode-viscii): Use translate-character.
14690         (ccl-encode-viscii, ccl-encode-viscii-font)
14691         (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
14692         Likewize.
14694         * language/cyrillic.el: Remove eval-when-compile.
14695         (cyrillic-koi8-r-nonascii-translation-table): Define it as a
14696         translation table made from cyrillic-koi8-r-decode-table.
14697         (cyrillic-koi8-r-encode-table): Define it as a translation table
14698         made from the reverse map of above.
14699         (ccl-decode-koi8): Use translate-character.
14700         (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
14701         (cyrillic-alternativnyj-nonascii-translation-table): Define it as
14702         a translation table made from cyrillic-alternativnyj-decode-table.
14703         (cyrillic-alternativnyj-encode-table): Define it as a translation
14704         table made from the reverse map of above.
14705         (ccl-decode-alternativnyj): Use translate-character.
14706         (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
14707         Likewize
14709         * international/mule-diag.el (non-iso-charset-alist): Specify
14710         translation table symbol instead of translation table itself.
14711         (list-block-of-chars): CHARSET may be a translation table symbol.
14713         * international/mule.el (make-coding-system): If CODING-SYSTEM
14714         already exists, override it.
14716         * international/fontset.el: Use family `proportional' for Tibetan
14717         fonts.
14719         * international/ccl.el (ccl-compile-translate-character): Don't
14720         check if Rrr has property translation-table.
14721         (ccl-compile-map-multiple): Modified to avoid compiler warning.
14723 2000-06-05  Gerd Moellmann  <gerd@gnu.org>
14725         * info.el: Bind case-fold-search to t when searching in case
14726         a user sets it to nil in a hook.
14728 2000-06-05  Stefan Monnier  <monnier@cs.yale.edu>
14730         * autoarg.el (autoarg-mode, autoarg-kp-mode):
14731         * hl-line.el (hl-line-mode): Use the new :global key argument.
14733         * tar-mode.el (tar-header-block-recompute-checksum): Remove.
14734         (tar-clip-time-string): Prepend a space.
14735         (tar-grind-file-mode): Construct a string rather than modifying one.
14736         (tar-header-block-summarize): Fix docstring.
14737         Use `format' rather than an error-prone set of copy-loops.
14739         * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
14740         (diff-goto-source, diff-unified->context, diff-context->unified)
14741         (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
14742         understand the format output by the `-p' argument to diff.
14744         * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
14745         (sh-re-done): Use defconst.
14746         (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
14747         (sh-help-string-for-variable, sh-guess-basic-offset):
14748         Don't quote lambdas.
14749         (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
14750         (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
14752         * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
14753         (mh-letter-mode): Derive from text-mode.
14754         This implicitly means that it now calls kill-all-local-variables.
14755         Also remove the Emacs-18 compatibility code.
14757         * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
14758         Make use of symbol-property doc-string-elt.
14759         Use memq rather than a sequence of eq.
14760         (doc-string-elt): Fix the wrong or missing previously unused values.
14761         (autoload-print-form): New function extracted from
14762         generate-file-autoloads to allow recursion when handling progn
14763         so that defvar's and defun's docstrings are properly printed.
14764         (generate-file-autoloads): Use it.
14766         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
14767         Use find-file-hooks in the minor-mode function.
14768         Be careful not to loop indefinitely in the post-command-hook function.
14770 2000-06-05  Michael Kifer  <kifer@cs.sunysb.edu>
14772         * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
14773         tty's.
14774         * ediff-diff.el (ediff-exec-process): Use --binary for fine
14775         differences whenever appropriate.
14776         * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
14777         * viper.el (find-file, find-file-other-window): Get viper to do
14778         wildcards.
14780 2000-06-04  Stefan Monnier  <monnier@cs.yale.edu>
14782         * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
14783         (jit-lock-fontify-buffer): New function for JIT refontification.
14784         (jit-lock-mode): Fix docstring.
14785         Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
14786         Remove jit-lock-after-change from the _local_ hook.
14787         (jit-lock-function-1): Fix docstring.
14789         * info.el (Info-on-current-buffer): Initialize info.
14791         * newcomment.el (comment-indent): Ignore comment-indent-hook.
14793         * progmodes/tcl.el (tcl-indent-for-comment):
14794         Ignore comment-indent-hook.
14796         * emacs-lisp/easy-mmode.el: Require CL during compilation.
14797         (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
14798         (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
14799         and improve to use the lighter to guess the capitalization.
14800         (define-minor-mode): Inline code from easy-mmode-define-toggle.
14801         Add keyword arguments to specify global-ness or the custom group.
14802         Add local-map and help-echo properties to the lighter.
14803         (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
14804         (easy-mmode-define-global-mode): New macro.
14806 2000-06-02  Dave Love  <fx@gnu.org>
14808         * wid-edit.el: byte-compile-dynamic since we typically don't use
14809         all the widgets.  Don't require cl or widget.  Remove
14810         eval-and-compile.  Don't autoload finder-commentary.  Doc fixes.
14811         (widget-read-event): Removed.  Callers changed to use read-event.
14812         (widget-button-release-event-p): Renamed from
14813         button-release-event-p.
14814         (widget-field-add-space, widget-field-use-before-change):
14815         Uncustomize.
14816         (widget-specify-field): Use keymap property, not local-map.
14817         (widget-specify-button): Obey :suppress-face.
14818         (widget-specify-insert): Use modern backquote syntax.
14819         (widget-image-directory): Renamed from widget-glyph-directory.
14820         (widget-image-enable): Renamed from widget-glyph-enable.
14821         (widget-image-find): Replaces widget-glyph-find.
14822         (widget-button-pressed-face): Move defvar.
14823         (widget-image-insert): Replaces widget-glyph-insert.
14824         (widget-convert): Use keywordp.
14825         (widget-leave-text, widget-children-value-delete): Use mapc.
14826         (widget-keymap): Remove XEmacs stuff.
14827         (widget-field-keymap, widget-text-keymap): Define all inside defvar.
14828         (widget-button-click): Don't set point at the click, but re-centre
14829         if we scroll out of window.  Rewritten for images v. glyphs &c.
14830         (widget-tabable-at): Use POS arg, not point.
14831         (widget-beginning-of-line, widget-end-of-line)
14832         (widget-item-value-create, widget-sublist, widget-princ-to-string)
14833         (widget-sexp-prompt-value, widget-echo-help): Simplify.
14834         (widget-default-create): Use widget-image-insert; some rewriting.
14835         (widget-visibility-value-create)
14836         (widget-push-button-value-create, widget-toggle-value-create): Use
14837         widget-image-insert.
14838         (checkbox): Create on and off images dynamically.
14839         (documentation-link): Change :help-echo.
14840         (widget-documentation-link-echo-help): Remove.
14842 2000-06-02  Stefan Monnier  <monnier@cs.yale.edu>
14844         * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
14846         * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
14847         (easy-mmode-define-toggle, define-minor-mode): Use it.
14848         (easy-mmode-define-keymap): Docstring fix.
14849         (define-derived-mode): Default PARENT to fundamental-mode.
14850         Add the derived-mode-parent symbol-property.
14851         (easy-mmode-derived-mode-p): New function.
14853 2000-06-02  Dave Love  <fx@gnu.org>
14855         * files.el (convert-standard-filename): Doc fix.
14856         (normal-backup-enable-predicate): New function.
14857         (backup-enable-predicate): Use it to replace the lambda form.
14859         * calendar/todo-mode.el: [This needs more work on the outline
14860         stuff.]  Doc fixes.
14861         (todo) <defgroup>: Add :version.
14862         (todo-add-category): Don't use pushnew.
14863         (todo-cmd-raise): Fix typo.
14864         (todo-top-priorities): Change temp buffer name.
14865         (todo-category-alist): Avoid redundant lambda.
14866         (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
14867         Use outline-next-heading.
14869         * autoarg.el: Rewritten to use define-minor-mode.
14870         (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
14871         (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
14873 2000-06-02  Kenichi Handa  <handa@etl.go.jp>
14875         * isearch.el (isearch-other-meta-char): Fix previous change.
14877 2000-06-01  Stefan Monnier  <monnier@cs.yale.edu>
14879         * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
14880         (log-edit-done): Only add the comment to the ring if it's different
14881         from the last comment entered.
14883         * isearch.el (isearch-highlight): Turn internal-find-face into facep.
14885 2000-06-01  Dave Love  <fx@gnu.org>
14887         * hl-line.el: Rewritten using define-minor-mode.
14889         * help.el (describe-function-1): Distinguish special form from
14890         builtin function.  Sanity-check presence of arglist for builtins.
14892 2000-06-01  Kenichi Handa  <handa@etl.go.jp>
14894         * international/characters.el: Fix syntax/category setting of
14895         Tibetan characters.
14897         * language/tibet-util.el (tibetan-add-components): Fixes for new
14898         encoding of Tibetan characters.
14899         (tibetan-decompose-precomposition-alist): New variable.
14900         (tibetan-decompose-region): Convert precomposed characters to
14901         non-precomposed characters.
14902         (tibetan-decompose-string): Likewise.
14903         (tibetan-composition-function): Fix args to
14904         thibetan-compose-string.
14906         * language/tibetan.el (tibetan-composable-pattern): More
14907         characters included.
14908         (tibetan-consonant-transcription-alist): Rule for "R" added.
14909         (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
14910         "+R" added.
14911         (tibetan-base-to-subjoined-alist): Rule for "RA" added.
14913         * language/lao-util.el (lao-composition-function): Fix args to
14914         compose-string.
14916         * language/thai-util.el (thai-composition-function): Fix args to
14917         compose-string.
14919         * isearch.el (isearch-update): Set disable-point-adjustment to t
14920         to prevent the point moving to the end of a composition when a
14921         part of a composition is searched.
14922         (isearch-other-meta-char): If the key invoking this command can be
14923         mapped by function-key-map to a printing char, call
14924         isearch-process-search-char directly.
14926 2000-06-01  Stefan Monnier  <monnier@cs.yale.edu>
14928         * emacs-lisp/bytecomp.el:
14929         * frame.el:
14930         * international/mule-cmds.el:
14931         * international/mule-util.el:
14932         * international/mule.el:
14933         * mouse.el:
14934         * subr.el:
14935         * faces.el: Update calls to make-obsolete with a WHEN argument.
14937         * byte-run.el (make-obsolete, make-obsolete-variable):
14938         Add an optional WHEN argument and change the format of the
14939         symbol-property information.
14940         * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
14941         (byte-compile-obsolete, byte-compile-variable-ref): Understand the
14942         new obsolete-symbol-property format and print WHEN if it is provided.
14944 2000-05-31  Dave Love  <fx@gnu.org>
14946         * loadhist.el (loadhist-hook-functions): Remove
14947         before-change-function, after-change-function.
14948         (unload-feature): Deal with symbols which are both bound and
14949         fbound.
14951         * mouse.el (mouse-save-then-kill-delete-region): Don't bind
14952         before-change-function, after-change-function.
14954         * simple.el (newline): Don't bind before-change-function,
14955         after-change-function.
14957 2000-05-31  Rajesh Vaidheeswarran <rv@gnu.org>
14959         * whitespace.el (whitespace-rescan-timer-time): Update interval
14960         set to 600 seconds (10 minutes) instead of 60 seconds since
14961         a large number of whitespace buffers causes emacs to `freeze'
14962         for a considerable amount of time.
14964         * whitespace.el: Updated email address
14966 2000-05-31  Dave Love  <fx@gnu.org>
14968         * add-log.el (change-log-font-lock-keywords) <function>: Add
14969         pattern for function of change.
14970         (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
14971         acknowledgements patterns.
14973 2000-05-31  Kenichi Handa  <handa@etl.go.jp>
14975         * isearch.el (isearch-printing-char): If keyboard coding system is
14976         being used, call isearch-process-search-multibyte-characters.
14978         * international/isearch-x.el: Mostly rewritten.
14980         * international/quail.el (quail-start-conversion): Don't include
14981         unhandled events in the returned events, but set them in
14982         unread-command-events.  Exit if all inputs are deleted.
14984 2000-05-30  Jason Rumney  <jasonr@gnu.org>
14986         * w32-fns.el (w32-charset-info-alist): Add each charset separately.
14988         * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
14989         Reenable code to create initial fontsets.
14990         Use set-fontset-font in place of put-charset-property.
14992 2000-05-30  Gerd Moellmann  <gerd@gnu.org>
14994         * progmodes/perl-mode.el (perl-indent-line): When looking for a
14995         label, ensure that the first colon isn't followed by another.
14997         * paths.el (Info-default-directory-list): Doc fix.
14999         * net/net-utils.el (finger-X.500-host-regexps): New user-option.
15000         (finger): If HOST matches a regexp from finger-X.500-host-regexps,
15001         send a query containing USER only, not USER@HOST.
15003         * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
15004         and rmail-msgend to compute the restriction at the end, instead of
15005         computing it.
15007 2000-05-29  Gerd Moellmann  <gerd@gnu.org>
15009         * dabbrev.el (dabbrev-expand): Don't display messages in the
15010         echo area if the minibuffer window is active.
15012         * jit-lock.el (jit-lock-mode): Add after change function to
15013         local hook.
15015 2000-05-29  Christoph Wedler  <Christoph.Wedler@sap.com>
15017         * antlr-mode.el: New commands: hide/unhide actions,
15018         upcase/downcase literals.
15019         (antlr-tiny-action-length): New user option.
15020         (antlr-hide-actions): New command.  Suggested by
15021         Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
15022         (antlr-mode-map): New binding [C-c C-v].
15023         (antlr-mode-menu): New entries.
15024         (antlr-downcase-literals): New command.
15025         (antlr-upcase-literals): Ditto.
15027         * antlr-mode.el: Minor changes: indendation, mode-name.
15028         (antlr-indent-line): Indent cpp directive at column 0.
15029         (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
15031         * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
15032         (antlr-font-lock-additional-keywords): Workaround for intentional
15033         bug in XEmacs version of font-lock.
15034         (antlr-mode): Set symbol property `mode-name' to "Antlr".  Could
15035         be used by a smarter version of `buffers-menu-grouping-function'.
15037 2000-05-29  Gerd Moellmann  <gerd@gnu.org>
15039         * tmm.el (tmm-prompt): Recognize menu item definitions of the for
15040         `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
15042 2000-05-29  Kenichi Handa  <handa@etl.go.jp>
15044         * international/encoded-kb.el
15045         (encoded-kbd-iso2022-designation-map): Pay attention to that
15046         charset-iso-final-char return -1 for eight-bit-control and
15047         eight-bit-graphic.
15049 2000-05-28  Eli Zaretskii  <eliz@is.elta.co.il>
15051         * speedbar.el (speedbar-use-images, speedbar-update-flag)
15052         (speedbar-easymenu-definition-base): Use display-graphic-p where
15053         available, instead of window-system.
15055 2000-05-28  Eli Zaretskii  <eliz@is.elta.co.il>
15057         * international/codepage.el (cp-coding-system-for-codepage-1): Add
15058         eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
15059         coding systems.
15061 2000-05-26  Dave Love  <fx@gnu.org>
15063         * disp-table.el (standard-display-underline): Don't use
15064         internal-find-face.
15066         * mail/reporter.el: Maintainer change.  Doc fixes.
15067         (reporter-version): Deleted.
15069         * emacs-lisp/elp.el: Maintainer change.
15070         (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
15072 2000-05-26  Stefan Monnier  <monnier@cs.yale.edu>
15074         * add-log.el (add-change-log-entry): Merge the current entry with the
15075         previous one if the previous one is empty.
15077 2000-05-26  Dave Love  <fx@gnu.org>
15079         * loadhist.el (unload-feature): Fix interactive spec [from
15080         lijnzaad@ebi.ac.uk].
15082         * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
15083         subr-arity to check primitives.
15084         (byte-compile-flush-pending, byte-compile-file-form-progn)
15085         (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
15086         (byte-compile-insert, byte-compile-funcall): Use mapc instead of
15087         mapcar.
15089 2000-05-26  Kenichi Handa  <handa@etl.go.jp>
15091         * international/fontset.el: Set family names of non-latin charsets
15092         in default fontset to "*".
15094         * international/mule-diag.el (print-fontset): Combine family part
15095         and registry part of the fontname by "-*-" instead of "-".
15097         * international/mule-cmds.el (encode-coding-char): Make strings
15098         multibyte before calling encode-coding-string.
15100 2000-05-25  Stefan Monnier  <monnier@cs.yale.edu>
15102         * derived.el: Fix keywords.
15103         (define-derived-mode): Only define if needed.
15105         * simple.el (fill-comment, comment-column, comment-start)
15106         (comment-start-skip, comment-end, comment-indent-function)
15107         (block-comment-start, block-comment-end, indent-for-comment)
15108         (set-comment-column, kill-comment, comment-padding, comment-region)
15109         (comment-multi-line, indent-new-comment-line): Remove.
15111         * bindings.el (esc-map): Change ; to comment-dwim and use the new
15112         function names for comment operations.
15114         * newcomment.el: Add abundant autoload cookies.
15115         (comment-style): Don't depend on runtime data at compile-time.
15116         (comment-indent-hook): Remove.
15117         (comment-indent): Check if comment-indent-hook is bound.
15118         (comment-region): Docstring fix.
15120 2000-05-25  Dave Love  <fx@gnu.org>
15122         * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
15123         byte-code-function-p.
15125         * mail/rmailsum.el: Add provide.
15127         * net/goto-addr.el (goto-address-fontify): Add help-echo property.
15129         * smerge-mode.el (smerge-diff-switches): Don't use list* in
15130         defcustom.
15132 2000-05-25  Michael Kifer  <kifer@cs.sunysb.edu>
15134         * ediff-diff.el (ediff-exec-process): delete --binary option from
15135         non-buffer ediff jobs.
15137 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
15139         * hilit-chg.el (highlight-changes-mode): Ask about color or
15140         grayscale support, not about window-system.
15142         * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
15143         window-system.
15144         (ffap-highlight): Always default to t.
15146         * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
15147         display-popup-menus-p instead of looking at window-system.
15149         * disp-table.el (standard-display-g1, standard-display-graphic):
15150         Only refuse to use string glyphs on X and MS-Windows.
15152         * avoid.el: Remove window-system from commentary, suggest to use
15153         display-*-p instead.
15155         * apropos.el (apropos-print): Use display-mouse-p instead of
15156         window-system.
15158 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
15160         * international/codepage.el (cp-decoding-vector-for-codepage):
15161         Fill up unsupported characters with their own codes.  From Kenichi
15162         Handa.
15164 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
15166         * international/mule-diag.el (describe-char-after): Use
15167         display-graphic-p instead of window-system, so that this function
15168         works on MS-DOS.
15170 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
15172         * international/codepage.el (cp-make-coding-systems-for-codepage):
15173         Remove the eight-bit-graphic and eight-bit-control charsets from
15174         the list of charsets which we convert into `?'.
15176 2000-05-25  Kenichi Handa  <handa@etl.go.jp>
15178         * international/mule-conf.el: Specify CHARSET-ID explicitely for
15179         private charsets.
15180         (mule-unicode-0100-24ff, japanese-jisx0213-1,
15181         japanese-jisx0213-2): New charsets.
15183         * international/fontset.el: Setup default fontset for new charsets.
15185 2000-05-24  Dave Love  <fx@gnu.org>
15187         * info.el (Info-find-node-2): Restructure [following "Vadim
15188         S. Solomin" <sovs@uic.nnov.ru>].
15190         * icomplete.el: Fix header for Finder.
15192 2000-05-24  Eric M. Ludlam  <zappo@ultranet.com>
15194         * rmailout.el (rmail-output-to-rmail-file): Added optional param
15195         STAY.
15197         * rmail.el (rmail-automatic-folder-directives): New user variable.
15198         (rmail-show-message): Add call to `rmail-auto-file' during
15199         display.
15200         (rmail-auto-file): New function.
15202 2000-05-24  Michael Kifer  <kifer@cs.sunysb.edu>
15204         * ediff-diff.el (ediff-forward-word): Take syntactic word class into
15205         account.
15206         (ediff-test-utility,ediff-diff-mandatory-option)
15207         (ediff-reset-diff-options): Utilities for proper initialization of
15208         ediff-diff-options and ediff-diff3-options on Windows.
15210         * ediff-init.el (ediff-merge-filename-prefix): New customizable
15211         variable.
15213         * ediff-mult.el (ediff-filegroup-action): Use
15214         ediff-merge-filename-prefix.
15216 2000-05-24  Michael Kifer  <kifer@cs.sunysb.edu>
15218         * viper-ex.el (ex-write): Set selective display to nil.
15220 2000-05-24  Eli Zaretskii  <eliz@is.elta.co.il>
15222         * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
15223         aliases for hebrew-iso-8bit.
15225 2000-05-24  Eli Zaretskii  <eliz@is.elta.co.il>
15227         * woman.el: New version from Francis J. Wright
15228         <F.J.Wright@Maths.QMW.ac.uk>.
15229         (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
15230         names in environment variables regardless of the path separator.
15231         (woman-topic-all-completions-1): Don't call file-name-directory-p
15232         on all files, since woman-file-regexp already filters out any
15233         directories.
15235 2000-05-24  Kenichi Handa  <handa@etl.go.jp>
15237         * international/quail.el (quail-start-translation): Don't change
15238         modified-p of the current buffer.
15239         (quail-start-conversion): Likewise.
15241         * international/kkc.el (kkc-region): Don't change modified-p of
15242         the current buffer.
15244         * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
15245         conform to RFC1468.
15246         (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
15248 2000-05-23  Eric M. Ludlam  <zappo@ballista.ultranet.com>
15250         * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
15251         (speedbar-insert-button): Invisible text property fix.
15252         (speedbar-directory-plus): Renamed from speedbar-directory-+
15253         (speedbar-directory-minus): Renamed from speedbar-directory--
15254         (speedbar-page-plus): Renamed from speedbar-file-+
15255         (speedbar-page-minus): Renamed from speedbar-file--
15256         (speedbar-page): Renamed from speedbar-file-
15257         (speedbar-tag): Renamed from speedbar-tag-
15258         (speedbar-tag-plus): Renamed from speedbar-tag-+
15259         (speedbar-tag-minus): Renamed from speedbar-tag--
15260         (speedbar-expand-image-button-alist): Use above renames.
15262         * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
15263         * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
15264         * sb-pg-plus.xpm: Renamed from sb-file+.xpm
15265         * sb-pg-minus.xpm: Renamed from sb-file-.xpm
15266         * sb-pg.xpm: Renamed from sb-file.xpm
15267         * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
15268         * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
15270 2000-05-24  Kenichi Handa  <handa@etl.go.jp>
15272         * international/quail.el (quail-show-guidance-buf): Set
15273         current-input-method of the guidance buffer to the name of the
15274         curren input method.
15276 2000-05-23  Stefan Monnier  <monnier@cs.yale.edu>
15278         * progmodes/compile.el (compile-internal): Style typo.
15280         * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
15281         quote vars and functions in the docstring.
15283         * newcomment.el (comment-make-extra-lines): Don't use `assert'.
15285         * completion.el (dynamic-completion-mode, dynamic-completion-mode):
15286         Don't quote lambdas.
15288         * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
15290 2000-05-23  Gerd Moellmann  <gerd@gnu.org>
15292         * startup.el (command-line): Determine source file of compiled
15293         user init file differently.  Warn if compiled user init file
15294         is older than its source file.
15296         * ffap.el (ffap-url-regexp): Add `https'.
15298 2000-05-23  Eli Zaretskii  <eliz@is.elta.co.il>
15300         * files.el (make-backup-file-name-1): Replace slashes with `!'
15301         rather than `|' (which is not allowed on Windows).  Replace the
15302         drive letters with a string "drive_X".
15304 2000-05-23  Gerd Moellmann  <gerd@gnu.org>
15306         * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
15308         * files.el (interpreter-mode-alist): Add `bash2'.
15310 2000-05-22  Dave Love  <fx@gnu.org>
15312         * loadhist.el (feature-symbols, file-provides, file-requires): Use
15313         mapc.
15314         (feature-file): Avoid calling symbol-name.  Doc fix.
15315         (file-set-intersect, file-dependents): Use dolist, not mapcar.
15316         (loadhist-hook-functions): Add mouse-position-function.
15317         (unload-feature): Change uses of mapcar.
15319         * files.el (parse-colon-path): Doc fix.
15320         (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
15321         (set-auto-mode): Use mapc.
15323         * complete.el (PC-look-for-include-file): Use :alnum: character
15324         class.
15325         (partial-completion-mode): Add autoload cookie.
15327 2000-05-22  Sam Steingold  <sds@gnu.org>
15329         * info.el (Info-fontify-node): Fixed the call to
15330         `add-text-properties' (bug introduced on 2000-05-18).
15332 2000-05-22  Dave Love  <fx@gnu.org>
15334         * bindings.el: Remove debug-ignored-errors set in other files.
15336         * progmodes/etags.el: Add to debug-ignored-errors.
15337         (visit-tags-table-buffer): Clear out buffers holding old tables
15338         when making a new list.
15339         (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
15340         mapc.
15342         * completion.el: Doc fixes.  Add to debug-ignored-errors.  Don't
15343         quote keywords.
15344         (cmpl-string-case-type): Use character classes.
15346         * comint.el:
15347         * textmodes/ispell.el:
15348         * imenu.el:
15349         * mail/mh-e.el:
15350         * progmodes/compile.el: Add to debug-ignored-errors.
15352         * dabbrev.el: Add to debug-ignored-errors.
15353         (dabbrev-completion): Use mapc.
15355 2000-05-22  Eli Zaretskii  <eliz@is.elta.co.il>
15357         * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
15358         (woman-mapcan, woman-parse-man.conf)
15359         (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
15360         (woman-reset-emulation, woman-select-symbol-fonts): New functions.
15361         (woman-parse-colon-path): Call woman-mapcan.  Recognize Cygwin
15362         path syntax better.
15363         (woman-man.conf-path, woman-use-own-frame): New defcustoms.
15364         (woman-manpath): Call woman-parse-man.conf.
15365         (woman-emulation): New defcustom, defaults to nroff.
15366         (woman-font-support): New defconst.
15367         (woman-use-symbol-font): New defcustom.
15368         (woman-menu): Add new menu items: "Colored/BW", "Advanced",
15369         "Emulation".
15370         Many functions: Doc fix.
15372 2000-05-22  Kenichi Handa  <handa@etl.go.jp>
15374         * international/quail.el (quail-simple-translation-keymap): Map
15375         128..255 to quail-self-insert-command.
15376         (quail-keyboard-layout-alist): Add definition for "pc102-de".
15378 2000-05-22  Stefan Monnier  <monnier@cs.yale.edu>
15380         * help.el (help-manyarg-func-alist): Typo.
15382         * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
15383         intervals which makes it heaps simpler.
15385         * newcomment.el (comment-region-internal): Go back to BEG after quoting
15386         the nested comment markers.
15388         * subr.el (remove-hook): Don't turn the hook's value into a list.
15390 2000-05-21  Dave Love  <fx@gnu.org>
15392         * edmacro.el (edmacro-parse-keys): Return vector if any elements
15393         are invalid characters.
15395         * international/mule-util.el (detect-coding-with-priority): Use
15396         mapc.  Remove redundant lambda.
15398         * international/mule-diag.el (list-non-iso-charset-chars)
15399         (describe-fontset): Remove redundant lambda.
15401         * emulation/crisp.el (brief-mode): New alias.
15403         * emacs-lisp/ring.el (ring-elements): New function.
15405         * emacs-lisp/easymenu.el (easy-menu-create-menu)
15406         (easy-menu-do-add-item): Use keywordp.
15408         * emacs-lisp/byte-opt.el: Update side-effect free function lists.
15410         * replace.el: Doc and error message fixes.
15411         (replace-highlight): Use facep, not internal-find-face.
15413 2000-05-20  Stefan Monnier  <monnier@cs.yale.edu>
15415         * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
15417         * log-edit.el (log-edit-done): Cleanup trailing empty lines.
15418         (log-edit-insert-changelog): Drop `:' as well.
15420         * log-view.el: Fix file description.
15421         (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
15422         available.
15423         (log-view-font-lock-keywords): Only use cvs-filename-face if present.
15424         (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
15426         * emacs-lisp/easy-mmode.el: Update copyright and commentary.
15427         (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
15428         Print a status message if the toggle is called interactively.
15429         (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
15430         for global minor modes and use `defcustom' for them.
15431         Use add-minor-mode.
15432         (easy-mmode-define-derived-mode): Remove.
15433         (define-derived-mode): Fancier default docstring.
15434         (easy-mmode-define-navigation): Signal an error rather than (ding).
15436         * newcomment.el (comment-styles): New `box-multi'.
15437         (comment-normalize-vars): Better default for comment-continue to
15438         avoid whitespace-only continuations.
15439         (comment-search-forward): Always move even in the no-syntax case.
15440         (comment-padright): Only obey N if it's only obeyed for padleft.
15441         (comment-make-extra-lines): Better handling of empty continuations.
15442         Use `=' for the filler if comment-start has only one character.
15443         (uncomment-region): Try handling the special `=' filler.
15444         (comment-region): Allow LINES even if MULTI is nil.
15445         (comment-box): Choose box style based on comment-style.
15447 2000-05-20  Kenichi Handa  <handa@etl.go.jp>
15449         * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
15450         (ccl-compile-write-repeat): If ARG is string, make it unibyte.
15452 2000-05-20  Kenichi HANDA  <handa@etl.go.jp>
15454         * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
15455         and insert, not subst-char-in-region.
15457         * international/mule-diag.el (list-character-sets-1): Handle
15458         charsets eight-bit-control and eight-bit-graphic.
15459         (list-iso-charset-chars): Likewise.
15460         (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
15461         charactes as is.  Use indent-to to align characters.
15463         * international/mule-cmds.el (find-multibyte-characters): Never
15464         exclude charsets eight-bit-control and eight-bit-graphic.
15466 2000-05-19  Stefan Monnier  <monnier@cs.yale.edu>
15468         * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
15469         Don't quote lambdas.
15471         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
15473 2000-05-19  Gerd Moellmann  <gerd@gnu.org>
15475         * gud.el (gud-jdb-directories): Doc fix.
15477 2000-05-19  Stefan Monnier  <monnier@cs.yale.edu>
15479         * newcomment.el: New file.
15481 2000-05-19  Gerd Moellmann  <gerd@gnu.org>
15483         * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
15485 2000-05-18  Andreas Schwab  <schwab@suse.de>
15487         * dired.el (dired-between-files): Also skip lines beginning with
15488         `used'.
15490 2000-05-18  Gerd Moellmann  <gerd@gnu.org>
15492         * msb.el (msb-menu-cond): Add choice `user'.
15494 2000-05-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
15496         * ps-print.el: Compatibility, customization and doc fix.
15497         (ps-printer-name-option): Replace defconst by defvar.
15498         (ps-postscript-code-directory): XEmacs compatibility.
15499         (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
15500         fix.
15501         (ps-user-defined-prologue, ps-print-prologue-header)
15502         (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
15503         compatibility and code fix.
15504         (ps-print-background-image, ps-print-background-text):
15505         Customization fix.
15506         (ps-line-number-start, ps-n-up-on): New vars.
15508 2000-05-18  Espen Skoglund  <esk@ira.uka.de>
15510         * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
15511         the indent-comment function to just return the appropriate indent.
15513 2000-05-18  Eric M. Ludlam  <zappo@ultranet.com>
15515         * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
15516         sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
15517         sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
15519 2000-05-18  Dave Love  <fx@gnu.org>
15521         * info.el (Info-fontify-node): Add intangible property as well as
15522         invisible.
15524         * calendar/appt.el (appt-make-list): Match all lines of entry.
15525         From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
15527 2000-05-18  Kenichi Handa  <handa@etl.go.jp>
15529         * international/mule-diag.el (describe-char-after): Call
15530         internal-char-font, not char-font.  If internal-char-font returns
15531         nil, display "-- none --".
15533 2000-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
15535         * image.el (image-type-available-p): Don't reference image-types
15536         if it isn't bound.
15538 2000-05-17  Stefan Monnier  <monnier@cs.yale.edu>
15540         * autoarg.el (autoarg-mode): Typo in the :set argument.
15542 2000-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
15544         * startup.el (command-line-1): Don't signal an error if the
15545         directory for auto-save-list files does not yet exist.
15547 2000-05-17  Kenichi Handa  <handa@etl.go.jp>
15549         * international/mule-conf.el (arabic-iso8859-6): Fix typo.
15551 2000-05-16  Stefan Monnier  <monnier@cs.yale.edu>
15553         * subr.el (remove-hook): `setq' hook-value, not `set'.
15555 2000-05-16  Sam Steingold  <sds@gnu.org>
15557         * info.el (debug-ignored-errors): More errors to ignore.
15559 2000-05-16  Dave Love  <fx@gnu.org>
15561         * cus-edit.el: Don't require cl or easymenu.
15562         (custom-variable-prompt): Test standard-value property, not
15563         user-variable-p.
15565 2000-05-16  Sam Steingold  <sds@gnu.org>
15567         * subr.el (add-hook): `setq' hook-value, not `set'.
15569 2000-05-16  Gerd Moellmann  <gerd@gnu.org>
15571         * startup.el (command-line-1): Mention the FAQ in the startup
15572         message.
15574         * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
15576         * progmodes/compile.el (compilation-parse-errors): Collect
15577         `nomessage' regexps last.
15579         * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
15581         * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
15582         to the function name.
15584 2000-05-15  Dave Love  <fx@gnu.org>
15586         * speedbar.el (speedbar-recenter): Typo.
15587         (speedbar-expand-line): Make arg optional.
15588         (speedbar-mode): Avoid a compiler warning.
15590 2000-05-15  Gerd Moellmann  <gerd@gnu.org>
15592         * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
15593         user-specified option string is empty.
15595         * mouse.el (mouse-yank-at-click): Doc fix.
15597 2000-05-15  Eli Zaretskii  <eliz@is.elta.co.il>
15599         * term/internal.el (IT-character-translations): More updates of
15600         latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
15601         documents.
15603 2000-05-15  Gerd Moellmann  <gerd@gnu.org>
15605         * env.el (getenv): New function, interactively callable.
15606         (setenv, getenv): Remove autoload cookies.
15608         * loadup.el: Load `env'.
15610         * progmodes/f90.el: Change author's mail address.
15612 2000-05-14  Dave Love  <fx@gnu.org>
15614         * mail/rmail.el (rmail-show-message-hook): Customize and offer
15615         goto-addr as an option.
15617         * help.el (help-xref-stack): Doc fix.
15618         (help-xref-following): New variable.
15619         (help-make-xrefs): Use it.
15620         (help-xref-go-back): Use position information from stack element.
15621         (help-follow): Make position in stack element a pair.  Use
15622         help-xref-following.
15624         * autoarg.el: New file.
15626         * faces.el: Declare more functions obsolete.
15628         * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
15629         * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
15630         * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
15631         * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
15632         Remove all the setup-...-environment functions.
15634 2000-05-13  Eric M. Ludlam  <zappo@ultranet.com>
15636         * speedbar.el: Updated the commentary section.  xemacs20p now uses
15637         >= when detecting.  Require `defimage' safely.
15638         (speedbar-easymenu-definition-base): Add toggle for images.
15639         (speedbar-easymenu-definition-special): Add flush cache & expand.
15640         (speedbar-visiting-tag-hook): Set new defaults.  Added options.
15641         (speedbar-reconfigure-keymaps-hook): New variable.
15642         (speedbar-frame-parameters): Updated documentation.
15643         (speedbar-use-imenu-flag): Updated custom tag
15644         (speedbar-dynamic-tags-function-list): New variable.
15645         (speedbar-tag-hierarchy-method): Updated doc & custom.
15646         (speedbar-indentation-width, speedbar-indentation-width) New
15647         variables.
15648         (speedbar-hide-button-brackets-flag): Customizable.
15649         (speedbar-vc-indicator): Doc update.
15650         (speedbar-ignored-path-expressions): Updated default value.
15651         (speedbar-supported-extension-expressions): Updated default value.
15652         (speedbar-syntax-table): Remove {} paren status.
15653         (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
15654         as "+".  Added overlay aliases.
15655         (speedbar-mode): Use `speedbar-mode-line-update' instead of
15656         `force-mode-line-update'.
15657         (speedbar-mode, speedbar-quick-mouse, speedbar-click)
15658         (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
15659         `mouse-set-point'
15660         (speedbar-reconfigure-keymaps): Run configure keymap hooks.
15661         (speedbar-item-info-tag-helper): Revamped to handle a wider range
15662         of arbitrary text, and new helper functions.
15663         (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
15664         filename finder.
15665         (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
15666         (speedbar-directory-buttons): Update path search/expansion.
15667         (speedbar-make-tag-line): Pay attention to
15668         `speedbar-indentation-width'.  Use more care w/ invisible
15669         properties.
15670         (speedbar-change-expand-button-char): Call
15671         `speedbar-insert-image-button-maybe'.
15672         (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
15673         (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
15674         (speedbar-trim-words-tag-hierarchy)
15675         (speedbar-simple-group-tag-hierarchy): New functions
15676         (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
15677         (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
15678         functions.
15679         (speedbar-mouse-set-point): New function
15680         (speedbar-power-click): Updated documentation.
15681         (speedbar-line-token, speedbar-goto-this-file): Handle more types
15682         of tag prefix text.
15683         (speedbar-expand-line, speedbar-contract-line): Make more robust
15684         to strange text.
15685         (speedbar-expand-line): Takes universal argument to flush the
15686         cache.
15687         (speedbar-flush-expand-line): New function.
15688         (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
15689         Use new generator insertion method.
15690         (speedbar-fetch-dynamic-tags): New function.
15691         (speedbar-fetch-dynamic-imenu): Removed code now handled in
15692         `speedbar-fetch-dynamic-imenu'.
15693         (speedbar-fetch-dynamic-etags): Fix current buffer problem.
15694         (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
15695         "Revert Buffer" menu items.
15696         (speedbar-buffer-buttons-engine): Be smarter when creating a
15697         filename tag (for expansion purposes.).
15698         (speedbar-highlight-one-tag-line,
15699         (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
15700         (speedbar-recenter): New functions.
15701         (defimage-speedbar): Image loading abstraction.
15702         (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
15703         (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
15704         (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
15705         (speedbar-tag-type, speedbar-tag-mail): New images.
15706         (speedbar-expand-image-button-alist): New variable.
15707         (speedbar-insert-image-button-maybe): Insert an image over some
15708         buttons.
15710 2000-05-13  Kenichi Handa  <handa@etl.go.jp>
15712         * international/mule-cmds.el (encode-coding-char): An ASCII
15713         character is always encodable.
15715         * international/mule-conf.el: Add more information in descriptions
15716         of character sets.
15718         * international/mule-diag.el (describe-char-after): New function.
15719         (describe-font-internal): Adjusted for the change of font-info.
15720         (describe-font): Likewise.
15721         (print-fontset): Rewritten for the new fontset implementation.
15722         (describe-fontset): Include fontset alias names in completion.
15723         (list-fontsets): Adjusted for the change of print-fontset.
15725         * simple.el (what-cursor-position): If DETAIL is non-nil, call
15726         describe-char-after instead of displaying the detail in the echo
15727         area.
15728         (syntax-code-table): Format changed.
15729         (string-to-syntax): Adjusted for the above change.
15731 2000-05-12  Stefan Monnier  <monnier@cs.yale.edu>
15733         * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
15735 2000-05-12  Dave Love  <fx@gnu.org>
15737         * calendar/todo-mode.el: Remove some compatibility stuff and CL
15738         dependence.  Use line-{beginning,end}-position, not
15739         point-at{b,e}ol.  Some doc fixes.
15740         (todo-position): New function.  Fix callers of position to use it.
15741         (todo-save-top-priorities, todo-print): Use with-temp-buffer.
15743 2000-05-12  Gerd Moellmann  <gerd@gnu.org>
15745         * time.el (display-time-mail-icon): Use `:ascent center'.
15747         * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
15748         handling FTP security extensions.
15750 2000-05-11  Dave Love  <fx@gnu.org>
15752         * calendar/todo-mode.el: New file.
15754 2000-05-11  Gerd Moellmann  <gerd@gnu.org>
15756         * comint.el (comint-read-input-ring): Move reference to
15757         comint-input-ring-size outside of the save-excursion.  It was
15758         causing the default value to be the only one ever seen.
15760         * font-lock.el: Update copyright.  Remove Simon Marshall's email
15761         address on request from him.
15763         * subr.el (substitute-key-definition): Add comment describing
15764         the meaning of PREFIX.
15766 2000-05-10  Stefan Monnier  <monnier@cs.yale.edu>
15768         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
15770         * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
15771         (add-minor-mode): Don't make the variable buffer-local and add a
15772         reference to define-minor-mode in the docstring.
15774         * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
15775         HEADER/FOOTER and fix bug with trailing empty directory.
15776         (cvs-append-to-ignore): Use vc-editable-p if available.
15777         (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
15778         (vc-do-command): Tweak advice to handle the new VC.
15780         * log-view.el (log-view-goto-rev): New function for the new VC.
15781         (log-view-minor-wrap): Use mark-active.
15783         * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
15784         (log-edit-changelog-full-paragraphs): New var.
15785         (log-edit-insert-changelog): Remove a lonely leading `* file'.
15786         (log-edit-narrow-changelog, log-edit-changelog-paragraph)
15787         (log-edit-changelog-subparagraph, log-edit-changelog-entry)
15788         (log-edit-changelog-ours-p, log-edit-changelog-entries)
15789         (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
15790         Replace the `cvs' prefix with `log-edit'.
15792         * iswitchb.el (iswitchb-completion-help): Unquote lambda.
15794         * diff-mode.el (diff-font-lock-keywords): Recognize comments.
15795         (diff-font-lock-defaults): Explicitly turn off multiline.
15796         (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
15797         (diff-ediff-patch): Fix call to ediff-patch-file.
15798         (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
15799         Handle comments.
15801         * frame.el (automatic-hscrolling): Typo.
15803         * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
15805 2000-05-09  Sam Steingold  <sds@goems.com>
15807         * apropos.el (apropos-print): use `describe-face' instead of
15808         `customize-face-other-window'.
15810 2000-05-09  Dave Love  <fx@gnu.org>
15812         Changes mostly following Richard Sharman <rsharman@wave.home.com>.
15814         * help.el (describe-variable): Have customize button pop the
15815         help-xref stack when invoked.
15816         (help-xref-symbol-regexp): Add `face'.
15817         (help-make-xrefs): Check for quoted face names and adapt regexp
15818         submatch numbers to cope.
15819         (help-xref-interned): Maybe insert face doc too.  Separate
15820         sections with a line of hyphens.
15822         * faces.el:  Some doc fixes.  Declare some functions obsolete.
15823         (describe-face): Add customize button.  Return the help
15824         text.  Fix prompt.
15826 2000-05-09  Eli Zaretskii  <eliz@is.elta.co.il>
15828         * term/internal.el (IT-character-translations): Fix last change.
15830 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
15832         * woman.el: New file
15833         (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
15835 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
15837         * term/internal.el (IT-character-translations): Update ASCII
15838         simulations for greek-iso8859-7, add latin-iso8859-14 and
15839         latin-iso8859-15.
15841         * international/mule-cmds.el (set-language-info-alist): Call
15842         define-prefix-command with 3 arguments, to make the map suitable
15843         for a menu.
15845 2000-05-07  Dave Love  <fx@gnu.org>
15847         * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
15849 2000-05-05  Dave Love  <fx@gnu.org>
15851         * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
15852         list in doc string.  Don't quote keyword symbols.
15853         * emacs-lisp/cl.el: Likewise
15854         * emacs-lisp/cl-seq.el: Likewise
15856 2000-05-05  Gerd Moellmann  <gerd@gnu.org>
15858         * abbrev.el (abbrev-mode): Make ARG optional.
15860 2000-05-04  Gerd Moellmann  <gerd@gnu.org>
15862         * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
15864         * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
15866         * subr.el (substitute-key-definition): Clarify documentation.
15868 2000-05-04  Milan Zamazal  <pdm@freesoft.cz>
15870         * glasses.el (glasses-convert-to-unreadable): Use
15871         `glasses-separator' instead of the hard-wired "_".
15872         (glasses-mode): Call `glasses-make-unreadable' only in a single
15873         place.
15875 2000-05-04  Eli Zaretskii  <eliz@is.elta.co.il>
15877         * term/internal.el (cjk-codepages-alist): Add associations for
15878         Chinese and Korean codepages.  Remove FIXME comment.
15880 2000-05-03  Dave Love  <fx@gnu.org>
15882         * time.el (display-time-mail-face, display-time-use-mail-icon):
15883         New option.
15884         (display-time-mail-icon): New variable.
15885         (display-time-string-forms): Use the above.  Fix the local-map.
15887 2000-05-03  Gerd Moellmann  <gerd@gnu.org>
15889         * replace.el (query-replace-map): Add binding for `E'.
15890         (query-replace-help): Extend help text.
15891         (perform-replace): Allow editing the replacement string.
15893         * make-mode.el (makefile-mode-abbrev-table): New variable.
15894         (makefile-mode): Set local abbrev table to
15895         makefile-mode-abbrev-table.
15896         (makefile-font-lock-keywords): Fontify includes and conditionals.
15898         * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
15899         set TOGGLE's value.
15901         * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
15902         mail-interactive-insert-alias.
15903         (mail-abbrev-complete-alias): New command.
15904         (mail-mode-map): Bind it to `M-TAB'.
15906 2000-05-03  Kenichi Handa  <handa@etl.go.jp>
15908         * language/lao-util.el (lao-compose-region): New function.
15910 2000-05-02  Gerd Moellmann  <gerd@gnu.org>
15912         * files.el (recover-session): Make directories as necessary
15913         if they don't exist yet.
15915         * calendar/cal-french.el
15916         (french-calendar-multibyte-special-days-array)
15917         (french-calendar-special-days-array): Change French text.
15918         (calendar-french-date-string): Change output.
15919         (calendar-goto-french-date): Likewise.
15921 2000-05-02  Per Abrahamsen  <abraham@dina.kvl.dk>
15923         * wid-edit.el (widget-default-active): Obey `:always-active'.
15924         (widget-documentation-string-value-create): Set `:always-active'.
15926 2000-05-02  Eli Zaretskii  <eliz@is.elta.co.il>
15928         * startup.el (auto-save-list-file-prefix): For ms-dos, set the
15929         default prefix to `~/_emacs.d/auto-save.list/_s'.
15930         (normal-top-level): Create the directory for auto-save files, if
15931         it doesn't already exist (in the ms-dos case only).
15933 2000-05-02  Eli Zaretskii  <eliz@is.elta.co.il>
15935         * international/mule-cmds.el (set-language-environment): Don't
15936         concat an integer (dos-codepage), use format instead.
15938 2000-05-02  Dave Love  <fx@gnu.org>
15940         * help.el (help-xref-on-pp): Check for constant symbols.
15942 2000-04-29  Gerd Moellmann  <gerd@gnu.org>
15944         * startup.el (normal-top-level): Put a condition-case around
15945         the code loading subdirs.el.
15947 2000-04-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
15949         * ps-print.el: Upside-down and face background color printing,
15950         line number step, doc fix.
15951         (ps-print-version): New version number (5.2).
15952         (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
15953         (ps-face-attribute-list, ps-plot-with-face): Code fix.
15954         (ps-spool-config): Var fix.
15955         (ps-printer-name-option): Const fix.
15956         (ps-print-upside-down, ps-use-face-background)
15957         (ps-line-number-step): New vars.
15958         (ps-window-system, ps-lp-system): New consts.
15959         (ps-face-background): New fun.
15961 2000-04-28  Richard Stallman  <rms@gnu.org>
15963         * files.el (make-auto-save-file-name):
15964         Apply auto-save-file-name-transforms to visited file name
15965         before generating auto save file name.
15966         (auto-save-file-name-transforms): New variable.
15968         * files.el (backup-enable-predicate):
15969         Correctly test for a file under a temporary directory.
15971 2000-04-28  Gerd Moellmann  <gerd@gnu.org>
15973         * subr.el (add-minor-mode): Rewritten.
15975 2000-04-28  Kenichi Handa  <handa@etl.go.jp>
15977         * mail/sendmail.el (sendmail-send-it): Set
15978         buffer-file-coding-system to the selected coding system for MIME
15979         header.
15981 2000-04-27  Gerd Moellmann  <gerd@gnu.org>
15983         * dired.el (dired-move-to-filename-regexp): Allow format where
15984         YYYY is followed by two spaces.
15986         * progmodes/etags.el (etags-tags-completion-table): Add a `:'
15987         in the second character class of the regexp.
15989         * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
15990         mh-etc, too.
15992         * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
15993         nil.
15995         * subr.el (add-minor-mode): Use `set' instead of `setq'.
15997         * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
15998         argument.
16000 2000-04-27  Sen Nagata <sen@eccosys.com>
16002         * emacs-lisp/crm.el (crm-completion-table): New variable.
16003         (crm-collection-fn, crm-test-completion)
16004         (completing-read-multiple): Use it.
16006 2000-04-27  Dave Love  <fx@gnu.org>
16008         * help.el (locate-library): Use mapc.
16009         (help-manyarg-func-alist): Add call-process-region.
16011 2000-04-26  Gerd Moellmann  <gerd@gnu.org>
16013         * subr.el (add-minor-mode): Make argument MAP optional.
16015         * desktop.el (desktop-save): Save list of minor modes.
16016         (desktop-create-buffer): Restore minor modes.
16017         (desktop-minor-mode-table): New user-option.
16019         * subr.el (add-minor-mode): New function.
16021         * image.el (find-image): New function.
16022         (defimage): Rewritten to find image at load time.
16024         * startup.el (normal-top-level-add-to-load-path): Handle
16025         case that the default directory is not in load-path.
16027         * help.el: Old patch from Stefan Monnier.
16028         (help-xref-on-pp): New function.
16029         (describe-variable): Use it to display xrefs in a symbol's value.
16031 2000-04-26  Stefan Monnier  <monnier@cs.yale.edu>
16033         * cus-edit.el (custom-face): Fix parenthesis.
16035 2000-04-26  Kenichi Handa  <handa@etl.go.jp>
16037         * mail/rmail.el (rmail-expunge): When there are no deleted
16038         messages, do nothing.
16040 2000-04-26  Dave Love  <fx@gnu.org>
16042         * international/mule-cmds.el (locale-translation-file-name):
16043         Defvar to nil.
16044         (set-locale-environment): Set it here (at runtime).
16046 2000-04-25  Gerd Moellmann  <gerd@gnu.org>
16048         * replace.el (perform-replace): Add parameters START and END.  Use
16049         them instead of the check for a region in Transient Mark mode.
16050         (query-replace-read-args): Return two more list elements for the
16051         start and end of the region in Transient Mark mode.
16052         (query-replace, query-replace-regexp, query-replace-regexp-eval)
16053         (map-query-replace-regexp, replace-string, replace-regexp): Add
16054         optional last arguments START and END and pass them to
16055         perform-replace.
16057         * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
16058         form with additional arguments for perform-replace.
16060         * progmodes/etags.el (tags-query-replace): Add parameters START
16061         and END.  Construct a form with additional arguments for
16062         perform-replace.
16064         * simple.el (shell-command): Set default directory for "*Shell
16065         Command Output" buffer.
16067         * language/european.el (iso-latin-4): Fix typo.
16069         * emacs-lisp/crm.el: New file.
16071 2000-04-24  Dave Love  <fx@gnu.org>
16073         * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
16074         (Custom-reset-saved, Custom-reset-standard)
16075         (custom-group-value-create, custom-group-set, custom-group-save)
16076         (custom-group-reset-current, custom-group-reset-saved)
16077         (custom-group-reset-standard): Use mapc.
16078         (custom-buffer-create-internal): Disable undo when creating items.
16079         Use mapc.
16080         (custom-face): Avoid redundant lambda.
16082 2000-04-24  Gerd Moellmann  <gerd@gnu.org>
16084         * startup.el (auto-save-list-file-prefix): Set default to
16085         `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
16087 2000-04-24  Sam Steingold  <sds@gnu.org>
16089         * time-stamp.el (time-stamp-string-preprocess): Always convert
16090         `field-result' to a string.
16092 2000-04-24  Gerd Moellmann  <gerd@gnu.org>
16094         * frame.el (scrolling): New group.
16095         (automatic-hscrolling): New user-option.
16097         * startup.el (command-line-x-option-alist): Add `-lsp' and
16098         `--line-spacing'.
16100 2000-04-19  Dave Love  <fx@gnu.org>
16102         * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
16103         (cl-mapc): Rename from mapc.  Fix the funcall.
16105 2000-04-19  Gerd Moellmann  <gerd@gnu.org>
16107         * simple.el (clone-indirect-buffer-other-window): New command.
16108         (clone-indirect-buffer): Add optional arg NORECROD.
16109         (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
16111         * help.el (resize-temp-buffer-window): Use count-screen-lines.
16113         * window.el (count-screen-lines): New function.
16114         (shrink-window-if-larger-than-buffer): Use count-screen-lines
16115         instead of window-buffer-height.
16117         * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
16118         non-existing variable comint-input-sentinel.
16119         (inferior-lisp-args-to-list): Removed.
16120         (inferior-lisp): Use split-string instead of
16121         inferior-lisp-args-to-list.
16123         * hexl.el (hexl-insert-hex-string): New command.
16125         * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
16126         instead of concat.
16128 2000-04-18  Gerd Moellmann  <gerd@gnu.org>
16130         * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
16131         at the start of an existing but empty folder.
16133 2000-04-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
16135         * ps-mule.el: Customization fix, doc fix.
16136         (ps-multibyte-buffer): Customization fix.
16138 2000-04-17  Richard M. Stallman  <rms@gnu.org>
16140         * subr.el (read-passwd): Use read-char-exclusive.
16142 2000-04-17  Gerd Moellmann  <gerd@gnu.org>
16144         * textmodes/texinfo.el (texinfo-insert-@email)
16145         (texinfo-insert-@emph, texinfo-insert-@quotation)
16146         (texinfo-insert-@strong, texinfo-insert-@url): New functions.
16147         (texinfo-mode-map): Add key bindings for them.
16149         * files.el (basic-save-buffer-2): Use a template with `$'
16150         instead of `#' for VMS.
16152         * simple.el (clone-indirect-buffer): New function.
16154 2000-04-16  Stephen Eglen  <stephen@gnu.org>
16156         * iswitchb.el (iswitchb-case): New function.  If the user input
16157         contains any upper-case characters, the search is made
16158         case-sensitive.
16160 2000-04-17  Stefan Monnier  <monnier@cs.yale.edu>
16162         * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
16163         comment-end.
16164         (texinfo-font-lock-syntactic-keywords): New var.
16165         (texinfo-font-lock-keywords): Remove comment regexp.
16166         (texinfo-insert-block): New function.
16167         (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
16168         (texinfo-mode): Use define-derived-mode.  Tweak comment-start-skip
16169         and font-lock-defaults.  Use regexp-opt for outline-regexp.
16170         (texinfo-environments): New var.
16171         (texinfo-environment-regexp): Use regexp-opt and
16172         texinfo-environments.
16174         * textmodes/ispell.el (ispell-menu-map-needed): Check that
16175         ispell-process is bound since this might be eval'd before ispell
16176         is loaded.
16177         (ispell-message): Use a tiny bit less magic and a bit more hard
16178         data to figure out what kind of sc-cite-regexp to use.
16180         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
16182         * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
16183         (insert-cyclic-diary-entry): Unquote the lambda.
16185         * gud.el (gud-jdb-build-source-files-list): Fix typo.
16187         * files.el (backup-enable-predicate): Unquote the lambda.
16189         * cus-edit.el (custom-face, face): Unquote the lambda.
16191 2000-04-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
16193         * ps-print.el: Check for line-beginning-position definition.
16195         * ps-print.el: Fix counting lines in a region.
16196         (ps-print-version): New version number (5.1.5).
16197         (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
16198         (ps-printing-region): Fun code fix.
16200 2000-04-15  Gerd Moellmann  <gerd@gnu.org>
16202         * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
16203         to file-directory-p.
16205 2000-04-14  Gerd Moellmann  <gerd@gnu.org>
16207         * gud.el (gud-jdb-build-source-files-list): Check that directory
16208         exists before calling directory-files.
16210 2000-04-13  Dave Love  <fx@gnu.org>
16212         * emacs-lisp/trace.el: Change maintainer.  Use new backquote
16213         syntax.
16215         * emacs-lisp/cl-specs.el: Remove when, unless.
16217         * emacs-lisp/cl-extra.el: Don't quote keywords.
16218         (cl-old-mapc): New variable.
16219         (mapc): Use it.
16220         (cl-map-intervals): Use with-current-buffer.  Don't check for
16221         next-property-change.
16222         (cl-map-overlays): Use with-current-buffer.
16223         (cl-expt): Remove.
16224         (copy-tree, remprop): Define unconditionally.
16226         * emacs-lisp/cl-compat.el (keywordp): Remove.
16228         * emacs-lisp/edebug.el (edebug-keywordp): Remove.  Change callers
16229         to use keywordp.
16230         (edebug-spec): Enable keywordp.
16232         * cus-edit.el (custom-sort-items): Avoid symbol-name with new
16233         string-lessp.
16235         * cus-start.el: Use keywordp.
16237 2000-04-13  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
16239         * diary-lib.el (include-other-diary-files): Fix the fix of
16240         2000-02-18 by doing a save-excursion.
16242 2000-04-13  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
16244         * ps-print.el: Customization fix, doc fix.
16245         (ps-print-version): New version number (5.1.4).
16246         (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
16247         (ps-print-preprint): Adjust code.
16248         (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
16249         (ps-print-prologue-header, ps-print-control-characters)
16250         (ps-spool-config): Customization fix.
16252 2000-04-13  Eli Zaretskii  <eliz@is.elta.co.il>
16254         * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
16255         converted to the new menu-item format, names silightly changed,
16256         help strings added.
16258         Support for spelling without async subprocesses:
16260         * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
16261         (ispell-session-buffer): New variables.
16262         (ispell-start-process, ispell-process-status,
16263         ispell-accept-output, ispell-send-string): New functions, for
16264         Ispell invocation when async subprocesses aren't supported.
16265         (ispell-word, ispell-pdict-save, ispell-command-loop,
16266         ispell-process-line, ispell-buffer-local-parsing): Replace calls
16267         to process-send-string with calls to ispell-send-string, and
16268         accept-process-output with ispell-accept-output.
16269         (ispell-init-process): Call ispell-process-status instead of
16270         process-status with.
16271         (ispell-init-process): Call ispell-start-process.  Call
16272         ispell-accept-output and ispell-send-string.  Don't call
16273         process-kill-without-query and kill-process if they are unbound.
16274         (ispell-async-processp): New function.
16276 2000-04-12  Dave Love  <fx@gnu.org>
16278         * info.el: Add debug-ignored-errors.
16279         (Info-mode-menu): Add some items.
16280         (Info-directory): Add autoload cookie.
16282         * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
16283         Modify `truncate-lines'.  Make `describe-language-environment'
16284         always visible and add help.  Modify `describe-key' help.  Invoke
16285         Info-directory from `info'.  New entry `emacs-manual'.
16287 2000-04-10  Gerd Moellmann  <gerd@gnu.org>
16289         * progmodes/ebrowse.el (ebrowse-tree-mode):
16290         Use propertized-buffer-identification.
16291         (ebrowse-update-member-buffer-mode-line): Likewise.
16292         (ebrowse--mode-strings): Removed.
16293         (ebrowse--mode-line-props): Removed.
16295         * files.el (auto-mode-alist): Add `EBROWSE'.
16297         * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
16298         space before testing for end of buffer.
16299         (ebrowse-load): Removed.
16300         (ebrowse-revert-tree-buffer-from-file): Rewritten.
16301         (ebrowse-create-tree-buffer): Rewritten.
16302         (ebrowse-tree-mode): Read tree from buffer.
16304         * progmodes/ebrowse-ffh.el: Removed.
16306 2000-04-10  Kenichi Handa  <handa@etl.go.jp>
16308         * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
16310 2000-04-10  Gerd Moellmann  <gerd@gnu.org>
16312         * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
16313         at the wrong place.
16315 2000-04-09  Dave Love  <fx@gnu.org>
16317         * files.el (backup-enable-predicate):
16318         Use temporary-file-directory, small-temporary-file-directory.
16319         (make-backup-file-name-function, backup-directory-alist): New vars.
16320         (make-backup-file-name-1): New function.
16321         (make-backup-file-name): Use it.
16322         (find-backup-file-name): Likewise.  Use format for clarity, not concat.
16323         (file-newest-backup): Use make-backup-file-name.
16325 2000-04-09  Gerd Moellmann  <gerd@gnu.org>
16327         * progmodes/ebrowse-ffh.el: New file.
16329         * progmodes/ebrowse.el (ebrowse-find-file-hook-fn):
16330         Moved to ebrowse-ffh.el.
16331         (ebrowse-load): Add autoload.
16333         * finder.el (finder-commentary): Add autoload cookie.
16335         * mail/rfc2368.el: Correct author's email address.
16337         * progmodes/ebrowse.el: New file.
16339         * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
16340         item help string.
16341         (easy-menu-do-add-item): Ditto.
16342         (easy-menu-define): Extend doc string.
16344         * jit-lock.el (with-buffer-unmodified): Use restore-buffer-modified-p.
16345         (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
16346         (jit-lock-function, jit-lock-stealth-fontify): Don't use
16347         with-buffer-unmodified.
16349 2000-04-08  Dave Love  <fx@gnu.org>
16351         * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
16352         unless, when.
16354 2000-04-07  Mikio Nakajima  <minakaji@osaka.email.ne.jp>
16356         * viper-util.el (viper-put-on-search-overlay): New subroutine.
16357         (viper-flash-search-pattern): No operation when using Emacs
16358         doesn't support face.
16359         Use `viper-put-on-search-overlay'.
16361 2000-04-04  Gerd Moellmann  <gerd@gnu.org>
16363         * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
16364         like C-r.
16366         * progmodes/make-mode.el: Some doc fixes.
16367         (makefile-mode-abbrev-table): New variable.
16368         (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
16369         (makefile-font-lock-keywords): Fontify includes and conditionals.
16370         (toplevel): Require `dabbrev' and `add-log' when compiling.
16372         * replace.el (perform-replace): Don't move forward one char
16373         when MATCH-AGAIN is nil, and REGEXP-FLAG is t.  We don't want
16374         to do that because it leaves point 1 position after the last
16375         replacement, after everything has been replaced.
16377         * jit-lock.el (with-buffer-unmodified): New macro.
16378         (with-buffer-prepared-for-font-lock): Don't preserve buffer's
16379         modified state.
16380         (jit-lock-function-1): Extracted from jit-lock-function; not
16381         preserving buffer's modified state.
16382         (jit-lock-function, jit-lock-stealth-fontify):
16383         Call jit-lock-function-1.
16385         * mail/rfc2368.el: Remove supernumerary copyright line.
16387 2000-04-04  Milan Zamazal  <pdm@freesoft.cz>
16389         * glasses.el: Provide facilities for inserting space before left
16390         parentheses and uncapitalization of identifiers.
16391         (glasses-mode): Try to remove old overlays in all cases.
16393 2000-04-03  Gerd Moellmann  <gerd@gnu.org>
16395         * progmodes/compile.el (compile-internal): Display the compilation
16396         buffer in a different frame, if it's already displayed there.
16398         * mail/rfc2368.el: New file.
16400         * simple.el (sendmail-user-agent-compose): Recognize a `body'
16401         header and insert its value as mail body.
16403         * subr.el (member-ignore-case): New function.
16405         * dabbrev.el (dabbrev-ignored-regexps): New user-option.
16406         (dabbrev--find-expansion): Ignore buffers matching a regexp
16407         from dabbrev-ignored-regexps.
16409         * jka-compr.el (jka-compr-compression-info-list): Add `.z'
16410         to extensions handled by gzip.
16412 2000-04-03  Richard M. Stallman  <rms@gnu.org>
16414         * files.el (insert-directory): List the total free space
16415         along with the used space.
16417         * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
16418         line is followed by one that matches CITATION-REGEXP, end the
16419         paragraph.
16421 2000-04-03  Markus Rost  <rost@delysid.gnu.org>
16423         * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
16424         (rmail-make-basic-summary-line): Use that option.
16426 2000-04-03  Kenichi Handa  <handa@etl.go.jp>
16428         * international/mule-cmds.el (encoded-string-description):
16429         Rewritten.   Try pretty description for ISO 2022 escape sequences
16430         only if CODING-SYSTEM is based on ISO 2022.  Use uppercase letters
16431         for hexadecimal format.
16433 2000-04-01  Dave Love  <fx@gnu.org>
16435         * cpp.el: Change customization group to `c' from `C'.
16437         * vcursor.el (vcursor-move): Use display-color-p.
16439         * international/mule-util.el: Provide mule-utils.
16440         (string-to-sequence): Simplify and speed up.
16442         * international/mule.el (make-coding-system): Purecopy doc-string.
16444         * international/mule-cmds.el: Various menu changes.
16445         (describe-specified-language-support): Handle `Default'.
16446         (set-language-info): Purecopy `info'.
16448 2000-03-31  Andrew Innes  <andrewi@gnu.org>
16450         * vc.el (vc-backend-diff): Return the correct status if we had to
16451         retry the rcsdiff command without the --brief option.
16453 2000-03-31  Dave Love  <fx@gnu.org>
16455         * help.el (help-manyarg-func-alist): Correct several omissions.
16457         * add-log.el: Don't require cl, fortran.
16458         (add-log-current-defun-function): Doc fix.
16459         (change-log-version-number-regexp-list): Remove SCCS part.  Doc fix.
16460         (change-log-version-rcs): Function deleted.
16461         (change-log-version-number-search): Doc fix.
16462         Use vc-workfile-version. Avoid CL dolist.
16463         (add-change-log-entry): Just call add-log-current-defun to get
16464         defun.  Simplify somewhat.
16465         (change-log-get-method-definition-1): Likewise.
16466         (add-log-current-defun): Return nil if calling
16467         add-log-current-defun-function does so.  Move Fortran stuff to
16468         fortran.el.  Return string without properties.
16470         * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
16471         and :alpha: char classes.
16473         * mail/supercite.el: Defvar curline when compiling.
16474         (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
16475         (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
16476         rather than a-zA-Z0-9 to allow non-ASCII characters.
16478 2000-03-31  Gerd Moellmann  <gerd@gnu.org>
16480         * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
16482         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
16483         Re-enable new code.
16485         * lpr.el (print-region-1): Use -d to specify printer name for
16486         systems `usg-unix-v*, `dgux', `hpux', `irix'.
16488 2000-03-31  Dave Love  <fx@gnu.org>
16490         * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
16491         Look for function definition in symbol's function value slot first
16492         instead of first consulting byte-compile-function-environment.
16494 2000-03-31  Kenichi Handa  <handa@etl.go.jp>
16496         * language/european.el ("Polish"): New language environment.
16497         (setup-polish-environment): New function.
16499 2000-03-30  Gerd Moellmann  <gerd@gnu.org>
16501         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
16502         Disable new code.
16504         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
16505         trying to `load' the symbol of an autoload instead of the file
16506         recorded in the autoload.  Fix error messages.
16508 2000-03-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
16510         * ps-print.el: PostScript programming fix for ghostview, doc fix.
16511         (ps-print-version): New version number (5.1.3).
16512         (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
16513         (ps-insert-file, ps-output-boolean, ps-plot-with-face)
16514         (ps-generate-postscript-with-faces): Code fix.
16515         (ps-color-values): XEmacs compatibility.
16516         (ps-print-background-image, ps-print-background-text, ps-printer-name)
16517         (ps-default-fg, ps-default-bg): Adjust customization.
16518         (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
16519         (ps-color-scale): Renaming old ps-color-value fun.
16520         (ps-print-headers): Replace ps-print-header group to avoid conflict
16521         with ps-print-header variable.
16522         (ps-print-miscellany): New group.
16523         (ps-format-color, ps-rgb-color): New funs.
16524         (ps-default-foreground): New var.
16525         (ps-printer-name-option): New const.
16527 2000-03-30  Peter Breton  <pbreton@ne.mediaone.net>
16529         * net/net-utils.el:
16530         (network-connection-host, network-connection-service): New variables
16531         (network-connection-mode): New mode, derived from comint-mode
16532         (network-connection-mode-setup): New function, saves host and
16533         service information in local variables.
16535         * lisp/locate.el:
16536         (locate-word-at-point): Added this function
16537         (locate): Default to using locate-word-at-point as input
16538         Run dired-mode-hook
16540 2000-03-29  Dave Love  <fx@gnu.org>
16542         * calendar/appt.el: Doc fixes.
16543         (appt-check): Convert min-to-app to a string before passing to
16544         appt-disp-window-function or concat.
16545         (appt-delete-window): Remove test for frame-root-window.
16546         (appt-select-lowest-window, appt-convert-time): Simplify.
16548         * emacs-lisp/bytecomp.el: Doc fixes.
16549         (byte-compile-file-form-autoload):
16550         Update byte-compile-function-environment.
16552 2000-03-29  Andreas Schwab  <schwab@suse.de>
16554         * emacs-lisp/autoload.el: Also print defsubst doc string specially.
16556         * dired.el (dired-insert-directory): If dired-free-space-program
16557         failed just delete its output.
16559 2000-03-29  Dave Love  <fx@gnu.org>
16561         * international/iso-cvt.el: Move provide to end.  Doc fixes.
16562         (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
16563         (iso-iso2sgml, iso-sgml2iso): New functions.
16564         (iso-cvt-define-menu): Fix some entries and use backquote for
16565         clarity.
16567         * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
16569 2000-03-28  Gerd Moellmann  <gerd@gnu.org>
16571         * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
16572         ISO-DATE.  If non-nil, return date in ISO 8601 format.
16574 2000-03-26  Stefan Monnier  <monnier@cs.yale.edu>
16576         * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
16577         if it ever becomes used.
16578         (log-edit-mode-hook): Default to vc-log-mode-hook.
16579         (log-edit-mode): Fix the docstring.
16581         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
16582         the code.
16584 2000-03-26  Dave Love  <fx@gnu.org>
16586         * net/browse-url.el (browse-url): Re-fix case of
16587         browse-url-browser-function being an alist.
16588         (browse-url): Add :link to defgroup.
16590         * files.el: Doc fixes.
16591         (file-truename): Include `[' in wildcard characters.
16592         (automount-dir-prefix): Customize.
16593         (find-file-wildcards): Add :version.
16594         (find-file-noselect): Simplify a mapcar call.
16596         * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
16597         compatible with inf-lisp version.
16598         (eval-defun-1): Fix custom-declare-variable case.
16600 2000-03-25  Stefan Monnier  <monnier@cs.yale.edu>
16602         * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
16604 2000-03-24  Gerd Moellmann  <gerd@gnu.org>
16606         * Makefile (COMPILE_FIRST): New macro.
16607         (compile-files): Compile files from COMPILE_FIRST first.
16609         * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new code.
16611         * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
16612         matching open parenthesis in column 0 to defun-prompt-regexp
16613         only if open-paren-in-column-0-is-defun-start is set.
16615         * sun-curs.el: Require CL at compile-time only.
16617         * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
16618         instead of copy-list which is a function from CL.
16619         (msb--choose-menu, msb--mode-menu-cond)
16620         (msb--create-buffer-menu-2): Use dolist instead of mapc.
16621         (msb--init-file-alist): Use mapcar instead of mapcan.
16622         (msb--aggregate-alist): Use mapcar instead of mapcan.
16623         Fix `(' in column 0 in doc string.
16624         (msb--add-separators): Use mapcar instead of mapcan.
16626         * cus-dep.el: Require CL at compile-time only.
16628 2000-03-24  Stefan Monnier  <monnier@cs.yale.edu>
16630         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
16631         (byte-compile-warnings): New warning `noruntime'.
16632         (byte-compile-constants, byte-compile-variables): Fix docstring.
16633         (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
16634         execute `eval-whenc-compile's body.
16635         (byte-compile-unresolved-functions): Fix docstring.
16636         (byte-compile-eval): New function.
16637         (byte-compile-callargs-warn): Check if the function will be available
16638         at runtime (via property `byte-compile-noruntime').
16639         (byte-compile-print-syms): New function.
16640         (byte-compile-warn-about-unresolved-functions): Also warn about
16641         `noruntime' functions (and use `byte-compile-print-syms').
16642         (byte-compile-file): Capitalize the message.
16644 2000-03-24  Gerd Moellmann  <gerd@gnu.org>
16646         * mail/rmail.el (rmail-confirm-expunge): New user-option.
16647         (rmail-expunge): Ask for confirmation depending on the setting
16648         of rmail-confirm-expunge.
16650 2000-03-23  Gerd Moellmann  <gerd@gnu.org>
16652         * Makefile (bootstrap-clean): If $(emacs) exists, build
16653         loaddefs.el first.  A loaddefs.el that's not up-to-date might
16654         cause a bootstrap failure because things don't autoload as expected.
16656 2000-03-23  Dave Love  <fx@gnu.org>
16658         * net/browse-url.el: Restore previous use of
16659         browse-url-maybe-new-window.
16661 2000-03-23  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
16663         * ps-print.el: Skip banner page fix.
16664         (ps-print-version): New version number (5.1.2).
16665         (ps-begin-file, ps-end-file, ps-generate): Code fix.
16667 2000-03-23  Dave Pearson  <davep@davep.org>
16669         * net/quickurl.el Changed the type of parameter passed to the
16670         function defined by `quickurl-format-function'. Before only the
16671         text of the URL was passed. Now the whole URL structure is passed
16672         and the function is responsible for extracting the parts it requires.
16673         Changed the default of `quickurl-format-function' accordingly.
16674         (quickurl-insert): Changed the `funcall' of
16675         `quickurl-format-function' to match the above change.
16676         (quickurl-list-insert): Changed the `url' case so that it makes
16677         use of `quickurl-format-function', previous to this the format was
16678         hard wired.
16680 2000-03-22  Gerd Moellmann  <gerd@gnu.org>
16682         * startup.el: Change some spellings for the X Window System.
16684 2000-03-22  Stefan Monnier  <monnier@cs.yale.edu>
16686         * progmodes/make-mode.el (makefile-warn-suspicious-lines):
16687         Clean up the code and the regexp and make sure the cursor is
16688         temporarily moved to the suspicious line while querying the user.
16690 2000-03-22  Jason Rumney  <jasonr@gnu.org>
16692         * w32-fns.el (w32-charset-info-alist): Initialize.
16694 2000-03-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
16696         * ps-print.el: N-up last page fix.
16697         (ps-print-version): New version number (5.1.1).
16698         (ps-end-file, ps-end-job, ps-generate): Code fix.
16700 2000-03-21  Stefan Monnier  <monnier@cs.yale.edu>
16702         * files.el (find-file-run-dired): Update docstring.
16703         (find-directory-functions): New hook.
16704         (find-file-noselect): Run find-directory-functions rather than
16705         calling dired directly.
16707         * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
16709         * pcvs.el: Add a minimal leading commentary.
16710         (cvs-make-cvs-buffer): Change the header part by removing the startup
16711         message and adding a `Module' entry.  Also replace the FOOTER and
16712         HEADER special fileinfos with the new support in ewoc for updating
16713         its own footer and header.
16714         (cvs-update-header): Update to use the header/footer of the ewoc.
16715         (cvs-mode): Use define-derived-mode and set truncate-lines to t.
16716         (cvs-is-within-p): New function.
16717         (cvs-mode-run): Take advantage of `save-some-buffers's new ability
16718         to only examine some subset of the buffers.
16720         * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
16721         `format' instead of our own ad-hoc functions.
16722         Remove HEADER and FOOTER cases, now handled in the EWOC.
16723         (cvs-fileinfo<): Remove HEADER and FOOTER cases.
16725         * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
16726         output to avoid scaring the user.
16727         (cvs-parse-table): Catch message for non-up-to-date commits.
16729         * pcvs-defs.el (cvs-startup-message): Remove.
16730         (cvs-global-menu): New autoloaded menu.
16732         * pcvs-util.el (cvs-string-fill): Remove.
16734         * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
16735         (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
16736         PP part of it and also make it work for footers and headers.
16737         (ewoc-create): Drop POS and BUFFER arguments.
16738         Use the DLL's dummy node to store the end-of-footer position.
16739         (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
16740         (ewoc-refresh): Remove unused `header' variable.
16741         (ewoc-(get|set)-hf): New functions.
16743         * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
16744         log-view-*-(message|file) and use easy-mmode-define-navigation.
16745         (log-view-message-re): Match SCCS format as well.
16746         And match the revision line rather than the dashed separator line.
16747         (log-view-mode): Use the new define-derived-mode.
16748         (log-view-current-tag): Fill in with an actual implementation.
16750         * cvs-status.el (cvs-status-(prev|next)): Rename from
16751         cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
16752         (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
16753         to let the output "breathe" a little more (more readable).
16754         (cvs-status-mode): Use the new define-derived-mode.
16756         * smerge-mode.el (smerge-auto-leave): New function and variable.
16757         (smerge-basic-map): Rename from smerge-basic-keymap.
16758         Change the bindings for smerge-diff-*.
16759         (smerge-*-map): Use easy-mmode-defmap.
16760         (smerge-(next|prev)): Use easy-mmode-define-navigation.
16761         (smerge-keep-*): Use smerge-auto-leave.
16763 2000-03-21  Jason Rumney  <jasonr@gnu.org>
16765         * cus-edit.el (custom-button-face): Use 3D look for w32.
16766         (custom-button-pressed-face): Likewise.
16768 2000-03-21  Gerd Moellmann  <gerd@gnu.org>
16770         * progmodes/etags.el (tags-case-fold-search): New user-option.
16771         (tags-loop-eval): New function.  Bind case-fold-search around eval
16772         depending on the value of tags-case-fold-search.
16773         (tags-loop-continue): Use tags-loop-eval.
16774         (find-tag-in-order): Bind case-fold-search depending on the value
16775         of tags-case-fold-search.
16777 2000-03-21  Stefan Monnier  <monnier@cs.yale.edu>
16779         * diff-mode.el (diff-mode-*-map): Use `easy-mmode-defmap'.
16780         (diff-end-of-hunk): Return the end position for use in
16781         `easy-mmode-define-navigation'.
16782         (diff-recenter): Remove.
16783         (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
16784         of `easy-mmode-define-navigation'.
16785         (diff-kill-*): Rename `diff-*-kill' (for consistency with the
16786         previous renaming) and fix to use new names.
16787         (diff-merge-strings): Use \n as separator: simpler, faster.
16788         (diff-mode): Use `define-derived-mode'.
16790         * derived.el (define-derived-mode): Don't autoload anymore.
16791         Prefer the macro-only version provided by easy-mmode.el.
16793         * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
16794         `easy-mmode-define-derived-mode'.  Use `combine-run-hooks'.
16795         (easy-mmode-define-navigation): New macro.
16797         * subr.el (combine-run-hooks): New function.
16799 2000-03-21  Kenichi HANDA  <handa@etl.go.jp>
16801         * term/x-win.el: Fontsets related initialization is simplified.
16803         * international/mule-diag.el (describe-font): Don't refer to
16804         global-fontset-alist, instead call font-list.
16805         (describe-fontset, list-fontsets, mule-diag): Likewise.
16806         (print-fontset): Adjusted for the change of fontset implementation.
16808         * international/fontset.el (x-charset-registries): Variable removed,
16809         instead the corresponding data is stored in the default fontset.
16810         (register-alternate-fontnames): Function removed.
16811         (resolved-ascii-font): Variable removed.
16812         (x-compose-font-name): Ignore the second argument REDOCE.
16813         (x-complement-fontset-spec): Complement only an ASCII font and
16814         element for those charsets than can use that ASCII font.
16815         (generate-fontset-menu): Don't refer to global-fontset-alist,
16816         instead call fontset-list.
16817         (uninstantiated-fontset-alist): Variable removed.
16818         (x-style-funcs-alist): Likewise.
16819         (fontset-default-styles): Likewise.
16820         (x-modify-font-name): Function removed.
16821         (create-fontset-from-fontset-spec): Ignore the argument STYLE-VARIANT.
16822         (create-fontset-from-ascii-font): Docsting adjusted for the above
16823         change.
16824         (instantiate-fontset, resolve-fontset-name): Functions removed.
16825         (fontset-list): Now implemented by C code.
16827         * faces.el (read-face-font): Fix TABLE arg to completing-read.
16828         (describe-face): Include `font' attribute in the description.
16830 2000-03-21  Kenichi Handa  <handa@etl.go.jp>
16832         * international/quail.el (quail-set-keyboard-layout): Typo fixed.
16834 2000-03-20  Gerd Moellmann  <gerd@gnu.org>
16836         * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
16837         ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
16838         zone-mode.el, snmp-mode.el: Moved to net subdirectory.
16840         * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
16841         about behavior of set-buffer-modified-p wrt redisplay.
16843 2000-03-19  Richard M. Stallman  <rms@gnu.org>
16845         * view.el (view-mode-disable): Kill local binding of view-read-only.
16847 2000-03-18  Gerd Moellmann  <gerd@gnu.org>
16849         * font-lock.el (font-lock-apply-syntactic-highlight): If VALUE
16850         is a string, convert it to a syntax cell using string-to-syntax.
16852         * simple.el (syntax-code-table, syntax-flag-table): New variables.
16853         (string-to-syntax): New function.
16855         * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
16856         (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
16857         try to use passive ftp mode.
16859 2000-03-17  Gerd Moellmann  <gerd@gnu.org>
16861         * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
16863         * simple.el (append-to-buffer): Update point of windows after
16864         insertion.
16866         * abbrev.el (inverse-add-abbrev): Identify word by first moving
16867         forward then moving backward.  Reindent.
16869         * frame.el (other-frame): Call x-focus-frame only if
16870         focus-follows-mouse is off.
16872 2000-03-17  Dave Love  <fx@gnu.org>
16874         * pcvs-util.el (cvs-strings->string): Rename replace-regexps-in-string.
16876 2000-03-17  Stefan Monnier  <monnier@cs.yale.edu>
16878         * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
16879         regexp for labels cannot span several lines.
16881         * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
16882         `(setq :<key> ':<key>)' to the macro expansion.
16884 2000-03-16  Dave Love  <fx@gnu.org>
16886         * progmodes/f90.el (f90): Put custom group under `languages', not
16887         `fortran'.
16888         (f90-mode-hook): Customize.
16889         (f90-mode): Set add-log-current-defun-function.
16890         (f90-current-defun): New function.
16892 2000-03-16  Gerd Moellmann  <gerd@gnu.org>
16894         * cus-edit.el (custom-variable-tag-face): Handle case that
16895         default face's height is not a number.
16896         (custom-face-tag-face, custom-group-tag-face-1)
16897         (custom-group-tag-face): Ditto.
16898         (custom-group-tag-face-1): Add :group.
16900         * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
16902 2000-03-15  Gerd Moellmann  <gerd@gnu.org>
16904         * pcvs-defs.el (toplevel): Remove autoload cookie for form
16905         requiring easymenu.
16907 2000-03-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
16909         * ps-print.el: PostScript user-defined prologue, PostScript error
16910         handler, doc fix.
16911         (ps-print-version): New version number (5.1).
16912         (ps-user-defined-prologue, ps-error-handler-message)
16913         (ps-print-prologue-0, ps-error-handler-alist): New vars.
16914         (ps-setup, ps-begin-file, ps-begin-job): Code fix.
16915         (ps-insert-string): New function.
16917 2000-03-15  Kenichi Handa  <handa@etl.go.jp>
16919         * international/ccl.el (ccl-compile-expression): Don't generate
16920         invalid self-assignment code.
16922 2000-03-14  Dave Love  <fx@gnu.org>
16924         * subr.el (replace-regexp-in-string): Renamed from
16925         replace-regexps-in-string.  Doc fix.
16927 2000-03-12  Dave Love  <fx@gnu.org>
16929         * cus-edit.el: Doc fixes.
16930         (customize-set-variable, customize-save-variable): Rename args for doc.
16931         (custom-variable-tag-face, custom-face-tag-face)
16932         (custom-group-tag-face-1, custom-group-tag-face): Modify from
16933         style which user identify as hyperlink.
16934         (hook): Don't add undefined functions to the hook.
16935         (debug-ignored-errors): Transfer message from bindings.el.
16937 2000-03-12  Gerd Moellmann  <gerd@gnu.org>
16939         * recentf.el (recentf-keep-non-readable-files-p):
16940         Remove double/nested definition.
16942 2000-03-12  Dave Love  <fx@gnu.org>
16944         * facemenu.el (facemenu-get-face): Use display-color-p.
16945         * enriched.el (enriched-decode-foreground): Likewise.
16946         (enriched-decode-background): Likewise.
16947         * isearch.el (isearch-highlight): Likewise.
16948         * info-look.el (info-lookup): Likewise.
16949         * simple.el (completion-setup-function): Likewise.
16951         * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
16952         :options.
16954         * bindings.el (mode-line-format): Fix line-number and
16955         column-number items.  Add help-echo for the background.
16956         (mode-line-mule-info): Modify help-echo.
16958         * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
16960         * files.el (load-file): Allow completion to .elc.
16962         * man.el: Doc fixes.
16963         (Man-init-defvars): Use display-color-p to set fontification.
16965         * play/hanoi.el (hanoi-internal): Don't use oddp.
16967 2000-03-12  Gerd Moellmann  <gerd@gnu.org>
16969         * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
16971         * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
16973 2000-03-12  Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
16975         * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
16976         Fix comment.
16978 2000-03-10  Stefan Monnier  <monnier@cs.yale.edu>
16980         * font-lock.el (font-lock-keywords): Fix the doc now that
16981         regexp-opt-depth is unnecessary.
16982         (save-buffer-state): Set an edebug spec.
16983         (font-lock-fontify-anchored-keywords): Properly handle the case when
16984         the matcher goes past the limit.
16986         * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
16987         pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
16989         * emacs-lisp/ewoc.el: New file.  This is a merge of elib-node.el,
16990         dll.el and cookie.el (from Elib) with heavy renaming and other
16991         massaging.
16993         * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
16994         Autoload the functions used.
16995         (easy-mmode-define-syntax): Fix CL typo.
16996         (easy-mmode-define-derived-mode): Improve the docstring generation.
16998 2000-03-10  Gerd Moellmann  <gerd@gnu.org>
17000         * textmodes/texinfo.el (texinfo-version): Variable and function
17001         removed.
17003 2000-03-09  Stefan Monnier  <monnier@cs.yale.edu>
17005         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
17006         allow more flexibility.
17007         (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New fns.
17008         (easy-mmode-defmap, easy-mmode-defsyntax)
17009         (easy-mmode-define-derived-mode): New macros.
17011 2000-03-09  Didier Verna  <didier@xemacs.org>
17013         * rect.el (replace-rectangle): New function.
17015 2000-03-09  Dave Love  <fx@gnu.org>
17017         * progmodes/fortran.el (fortran-comment-line-start): Define as "C".
17018         (fortran-comment-line-start-skip): Don't match cpp stuff.
17019         (font-lock-keywords): Add * to comment-chars.  Grok cpp stuff.
17020         (fortran-mode-map): Remove over-eager custom-menu-create for now.
17021         (fortran-mode): Don't set fortran-comment-line-start-skip,
17022         fortran-comment-line-start here.  Set comment-start,
17023         add-log-current-defun.
17024         (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
17025         (fortran-current-defun): New function.
17027 2000-03-09  Gerd Moellmann  <gerd@gnu.org>
17029         * emacs-lisp/re-builder.el: New file.
17031         * mouse.el (mouse-drag-region): Don't run up-event handler
17032         if hscroll has changed.
17034         * octave-mod.el (octave-font-lock-keywords): To font-lock the
17035         builtin operators, use `font-lock-builtin-face' for Emacs and
17036         `font-lock-preprocessor-face' otherwise.
17038         * font-lock.el (lisp-font-lock-keywords-1): Highlight
17039         `(defun (setf foo)' differently.
17041 2000-03-08  Stefan Monnier  <monnier@cs.yale.edu>
17043         * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
17044         (regexp-opt): Update comment and adapt the code the new meaning of
17045         the `paren' argument of regex-opt-group for shy-groups.
17046         (regexp-opt-depth): Handle shy groups as well as backslashed
17047         backslashes.
17048         (regexp-opt-group): Turn the leading comment into a docstring.
17049         Allow `paren' to be a string (the string to use to open a group).
17050         Remove open-presuf and close-presuf.  Instead of checking for `all
17051         one-char' and then later on check for `several one-char', handle
17052         both cases close together.  Also apply a more generic algorithm
17053         for suffixes (the mirror image of the algorithm used for
17054         prefixes).  Use shy-groups.  Use nreverse rather than reverse.
17055         (regexp-opt-try-suffix): Removed.
17057         * cmuscheme.el (inferior-scheme-mode-map): Define it independently
17058         from comint-mode-map, so we can just inherit from it.  Also, move
17059         the initialization into the `defvar' since there's no docstring
17060         anyway and it's fairly short.
17061         (inferior-scheme-mode): Define it as derived-mode: the code is
17062         shorter and this way we inherit from comint-mode-map rather than
17063         copying it.
17065         * subr.el (replace-regexps-in-string): Properly handle the case
17066         where we match an empty string.
17068         * comint.el (comint-exec-1): Add the current-dir to the exec-path
17069         when the command has a directory component (such as "./testml").
17070         Also fix a typo in the comment.
17072 2000-03-08  Gerd Moellmann  <gerd@gnu.org>
17074         * Makefile (compile-files): Compile files one by one because
17075         that's the only way to ensure a clean compilation environment for
17076         each individual file.
17078         * frame.el (other-frame): Call x-focus-frame.
17080 2000-03-07  Dave Love  <fx@gnu.org>
17082         * recentf.el (recentf-keep-non-readable-files-p): Add :set,
17083         :require to defcustom.
17085         * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads lists.
17087         * files.el (auto-mode-alist): Add configure.in.
17089         * progmodes/autoconf.el: New file.
17091 2000-03-07  Gerd Moellmann  <gerd@gnu.org>
17093         * mail/mh-e.el: Change maintainer to `none'.
17095         * recentf.el (recentf-keep-non-readable-files-p): Quote args
17096         to remove-hook and add-hook.
17098 2000-03-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
17100         * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
17101         it as the default.
17102         (mail-send): Test mail-send-nonascii also for the new `mime' value.
17103         (sendmail-send-it): Conditionally add MIME headers specifying the
17104         used character set.
17106 2000-03-07  Dave Love  <fx@gnu.org>
17108         * winner.el: Fix keywords, autoload cookies.
17109         Split eval-when-compile form to avoid compilation failure.
17111 2000-03-07  Miyashita Hisashi  <himi@bird.scphys.kyoto-u.ac.jp>
17113         * international/mule.el: Modify comment about coding system
17114         property `coding-category'.
17115         (make-coding-system): New argument EOL-TYPE.  Pay attention to
17116         coding-category property of PROPERTIES.
17118         * international/mule-conf.el (coding-category-utf-8)
17119         (coding-category-utf-16-be, coding-category-utf-16-le): New coding
17120         categories.  Include them in the argument for set-coding-priority.
17122         * international/mule-cmds.el (reset-language-environment):
17123         Include coding-category-utf-8, coding-category-utf-16-be, and
17124         coding-category-utf-16-le in the argument for set-coding-priority.
17125         (reset-language-environment): Initialize coding-category-utf-8,
17126         coding-category-utf-16-be, and coding-category-utf-16-le to nil.
17128 2000-03-06  Karl Fogel  <kfogel@red-bean.com>
17130         * bookmark.el (bookmark-file-or-variation-thereof): New func, for
17131         code abstracted out of `bookmark-jump-noselect'.  Now tries info
17132         extensions as well as compression extensions.
17133         (bookmark-jump-noselect): Use above new func.
17135 2000-03-03  Gerd Moellmann  <gerd@gnu.org>
17137         * strokes.el: Change maintainer's mail address.
17139 2000-03-03  Kenichi Handa  <handa@etl.go.jp>
17141         * international/mule-diag.el (list-character-sets): Make help-echo
17142         string by substitute-command-keys.
17143         (list-character-sets): Likewise.
17144         (sort-listed-character-sets): Call help-setup-xref.
17146 2000-03-02  Gerd Moellmann  <gerd@gnu.org>
17148         * time.el (display-time-mail-file): Add `none' to the list of choices.
17150 2000-03-01  Dave Love  <fx@gnu.org>
17152         * help.el (help-xref-go-back): Don't try to set position.
17154         * international/mule-diag.el (list-character-sets):
17155         Call help-setup-xref.  Add help-echo to xrefs.
17156         (list-character-sets-1): Add help-echo to xrefs.
17158 2000-03-02  Gerd Moellmann  <gerd@gnu.org>
17160         * frame.el (blink-cursor-mode): Switch cursor on when turning
17161         the mode off.
17163         * add-log.el (add-log-current-defun): Add support for
17164         Autoconf mode.
17166         * mail/rmail.el (rmail-quit-hook): New variable.
17168 2000-03-01  Dave Love  <fx@gnu.org>
17170         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
17172         * help.el (help-xref-button): Add help-echo arg.
17173         (describe-function-1, describe-variable, help-make-xrefs): Use it.
17175         * faces.el (list-faces-display): Supply help-echo with help-make-xrefs.
17177         * facemenu.el (list-text-properties-at): Set help-xref-stack to nil.
17179 2000-03-01  Gerd Moellmann  <gerd@gnu.org>
17181         * image.el (defimage): Look for image files in load-path.
17183         * frame.el (busy-cursor-delay-seconds): Change type to `number'.
17185 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
17187         * recentf.el (recentf): Added version tag to the defgroup of recentf.
17189 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
17191         * recentf.el (recentf-cleanup): Changed to remove excluded file too.
17192         (recentf-edit-list-action): `recentf-edit-list' checkbox widget
17193         action to select/unselect a file.
17194         (recentf-edit-list): Code cleanup and improvement.
17195         (recentf-open-more-files-action): `recentf-open-more-files' button
17196         widget action to open a file.
17197         (recentf-open-more-files): No more use standard completion but widgets.
17198         (recentf-more-collection): Deleted.
17199         (recentf-more-history): Deleted.
17200         (recentf-setup-more-completion): Deleted.
17202 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
17204         * recentf.el (recentf-mode): No more needs that Emacs is running
17205         under a window-system.
17207 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
17209         * recentf.el (recentf-edit-list): New command to edit the recent
17210         list which allow the user to remove files.
17211         (recentf-edit-selected-items): New global variable, used by
17212         `recentf-edit-list' to hold the list of files to be removed from
17213         the recent list.
17214         (recentf-make-menu-items): Updated to display a "Edit list..."
17215         menu item.  Minor code cleanup.
17217 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
17219         * recentf.el (recentf-open-more-files): New command to open files
17220         that are not displayed in the menu.
17221         (recentf-more-collection): New global variable holding the set of
17222         permissible completions used by `recentf-open-more-files'.
17223         (recentf-more-history): New global variable holding the history list
17224         used by `recentf-open-more-files' completion.
17225         (recentf-setup-more-completion): New function to setup completion for
17226         `recentf-open-more-files'.
17227         (recentf-make-menu-items): Updated to display a "More..." menu item.
17229 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
17231         * recentf.el (recentf-menu-action): Doc fixed.
17233 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
17235         * recentf.el (recentf-menu-filter): Doc updated.
17236         (recentf-update-menu-hook): Allow menu filters to force menu update.
17237         (recentf-make-menu-items): New menu filter handling.
17238         (recentf-make-menu-item): New helper function.
17239         (recentf-menu-elements): New menu handling function.
17240         (recentf-sort-ascending): Updated to new menu filter handling.
17241         (recentf-sort-descending): Updated to new menu filter handling.
17242         (recentf-sort-basenames-ascending): New menu filter function.
17243         (recentf-sort-basenames-descending): New menu filter function.
17244         (recentf-show-basenames): New menu filter function.
17245         (recentf-show-basenames-ascending): New menu filter function.
17246         (recentf-show-basenames-descending): New menu filter function.
17248 2000-02-29  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
17250         * diary-lib.el (list-diary-entries): Don't try to go forward at
17251         the end of the buffer.
17253 2000-02-29  Kenichi Handa  <handa@etl.go.jp>
17255         * international/mule-diag.el (list-character-sets):
17256         Completely rewritten.
17257         (sort-listed-character-sets): New function.
17258         (list-character-sets-1): Completely rewritten.
17259         (list-character-sets-2): New function.
17260         (non-iso-charset-alist): New variable.
17261         (decode-codepage-char): New function.
17262         (charset-history): New variable.
17263         (read-charset) (list-block-of-chars)
17264         (list-iso-charset-chars)
17265         (list-non-iso-charset-chars)
17266         (list-charset-chars): New functions.
17267         (mule-diag): Call list-character-sets-2, not list-character-sets-2.
17268         (dump-charsets): Likewise.
17270 2000-02-29  Gerd Moellmann  <gerd@gnu.org>
17272         * dired-x.el (dired-filename-at-point): Add `@' to valid
17273         file name characters.
17274         (dired-filename-at-point): Handle ange-ftp file names.
17276         * frame.el (frame-notice-user-settings): Use assq-delete-all
17277         instead of assoc-delete-all.
17278         (frame-notice-user-settings): Ditto.
17280         * subr.el (assq-delete-all): Renamed from assoc-delete-all.
17281         Don't copy alist.
17283 2000-02-28  Eli Barzilay  <eli@cs.cornell.edu>
17285         * calculator.el (calculator-use-menu): New option.
17286         (calculator-initial-bindings): Changed some bindings to work as macros.
17287         (calculator-forced-input): Removed.
17288         (calculator-restart-other-mode): New variable.
17289         (calculator-mode-map): Set up menu.
17291 2000-02-28  Jari Aalto  <jari.aalto@poboxes.com>
17293         * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc tags.
17295 2000-02-28  Michael Kifer  <kifer@cs.sunysb.edu>
17297         * viper-cmd.el (viper-envelop-ESC-key): Add the option to
17298         translate all ESC key sequences.
17299         (viper-goto-mark-subr): Restore markers for files for which
17300         they were saved.
17301         * viper-init.el (viper-translate-all-ESC-keysequences): New variable.
17302         * viper-util.el (viper-set-replace-overlay-glyphs)
17303         (viper-set-replace-overlay): Always check if the replacement
17304         overlay is live.
17305         * viper.el (viper-vi-state-mode-list): Add major modes.
17306         * ediff-wind.el: Minor comment changes.
17307         * ediff.el: Copyright notice date fix.
17309 2000-02-27  Jason Rumney  <jasonr@gnu.org>
17311         * faces.el (face-font-family-alternatives): Add arial to helv.
17312         (mode-line, header-line, tool-bar): Same default as x for w32.
17313         (fixed-pitch, variable-pitch): Remove wildcard as it prevents
17314         face-font-family-alternatives from working.
17315         * term/w32-win.el (mouse-set-font): Do not build fontset from
17316         chosen font.
17318 2000-02-25  Sam Steingold  <sds@goems.com>
17320         * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
17321         properly.
17323 2000-02-25  Richard M. Stallman  <rms@gnu.org>
17325         * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
17327 2000-02-25  Gerd Moellmann  <gerd@gnu.org>
17329         * emacs-lisp/helper.el (Helper-describe-mode): Make buffer writable.
17331         * frame.el (busy-cursor-delay-seconds): New option.
17333 2000-02-24  Gerd Moellmann  <gerd@gnu.org>
17335         * frame.el (show-cursor-in-non-selected-windows): New option.
17337 2000-02-24  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
17339         * diary-lib.el (include-other-diary-files): Undo the selective
17340         display in any included file and don't kill it.
17342 2000-02-24  Eli Zaretskii  <eliz@is.elta.co.il>
17344         * dired.el (dired-mode-map): Don't remove "Edit" from the menu bar.
17345         Menu items converted to (menu-item format, help strings added.
17346         [downcase, upcase]: Don't enable on MS-DOS.
17347         [symlink, symlinks]: Don't show if make-symbolic-link is not bound.
17348         [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
17350 2000-02-23  Dave Love  <fx@gnu.org>
17352         * simple.el (zap-to-char, kill-line, kill-region, kill-word)
17353         (backward-kill-word): Revert addition of * to interactive spec --
17354         it's a feature.
17356         * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
17357         (backward-kill-sentence, kill-sentence): Likewise.
17359         * gud.el (gud-jdb-build-class-source-alist): Prepend space to
17360         scratch buffer name.
17361         (gud-format-command): Use int-to-string in ?l case.  Simplify slightly.
17363         * term/w32-win.el (internal-face-interactive): Update prompt for
17364         new read-face-name.
17366         * mail/footnote.el (footnote): Add :version to defgroup.
17367         (footnote-section-tag-regexp): Customize.
17368         (footnote-start-tag, footnote-end-tag): New option.
17369         (footnote-latin-regexp): New variable.
17370         (Footnote-latin): New function.
17371         (footnote-style-alist): Add element for latin style.
17372         (footnote-style): Moved.
17373         (Footnote-goto-footnote): Use eq to test arg.
17375         * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
17377         * emacs-lisp/byte-opt.el: Change old backquote syntax.
17378         (byte-compile-trueconstp): Include keywords.
17379         (byte-optimize-quote, byte-optimize-lapcode):
17380         Use byte-compile-const-symbol-p.
17381         (byte-optimize-char-before): New optimization.
17383         * emacs-lisp/bytecomp.el: Change old backquote syntax.
17384         (byte-compile-const-symbol-p): New function.
17385         (byte-compile-constp, byte-compile-out-toplevel)
17386         (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
17387         Use it.
17389         * subr.el (define-key-after): Default AFTER to t.  Doc fix.
17391 2000-02-23  Kenichi Handa  <handa@etl.go.jp>
17393         * international/encoded-kb.el: Be sure to update minor-mode-alist
17394         and minor-mode-map-alist.
17395         (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
17396         codes SS2 and SS3 correctly.
17397         (encoded-kbd-self-insert-ccl): New function.
17398         (encoded-kbd-setup-keymap): New function.
17399         (encoded-kbd-mode): Handle CCL based coding system.  Setup keymap
17400         by calling encoded-kbd-setup-keymap.
17402         * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte characters.
17403         (lisp-mode-variables): Set multibyte-syntax-as-symbol to t locally.
17405 2000-02-22  Dave Love  <fx@gnu.org>
17407         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
17408         (lisp-mode-map, lisp-interaction-mode-map): Define all inside defvar.
17409         (lisp-mode-syntax-table): Set up for #|...|# comments.
17410         (lisp-imenu-generic-expression): Purecopy strings.  Use syntax
17411         classes.  Match `defface'.
17412         (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
17413         (eval-defun-1): Fix for defcustom.
17414         (lisp-indent-region): Doc fix.
17416         * subr.el (when, unless, split-string): Doc fix.
17417         (read-passwd): Move call of clear-this-command-keys to the right place.
17418         (replace-regexps-in-string): New function.
17420 2000-02-22  Gerd Moellmann  <gerd@gnu.org>
17422         * help.el (describe-variable): Set syntax table to
17423         emacs-lisp-mode-syntax-table when moving forward over the
17424         symbol's name.
17426 2000-02-22  Dave Love  <fx@gnu.org>
17428         * xt-mouse.el: Doc fixes.
17429         (xterm-mouse-position-function): New function, replacing advice of
17430         mouse-position.
17431         (xterm-mouse-mode): Use it.  Don't turn on under a window system.
17433         * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
17435 2000-02-21  Gerd Moellmann  <gerd@gnu.org>
17437         * format.el (format-annotate-single-property-change):
17438         Handle properties.with dotted-list values.
17439         (format-proper-list-p): New function.
17441         * enriched.el (enriched-face-ans): Handle '(foreground-color
17442         . COLOR) and (background-color . COLOR).
17444 2000-02-20  Dave Love  <fx@gnu.org>
17446         * textmodes/flyspell.el (flyspell-mouse-map): Change definition
17447         and assignments to it.
17448         (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
17449         current local map.
17450         (make-flyspell-overlay): Use it.
17451         (flyspell-correct-word/mouse-keymap): Change XEmacs test.
17453         * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
17454         (lm-get-header-re): Defun, not defsubst.
17455         (lm-get-package-name): Defun, not defsubst.  Simplify.
17456         (lm-version): Doc fix.  Simplify.
17457         (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
17458         (lm-crack-address, lm-last-modified-date, lm-commentary)
17459         (lm-verify, lm-synopsis): Simplify.
17460         (lm-report-bug): Require emacsbug.  Use compose-mail.
17462 2000-02-20  Gerd Moellmann  <gerd@gnu.org>
17464         * dired.el (dired-mode): Call propertized-buffer-identification
17465         to set mode-line-buffer-identification to something having
17466         the right text properties.
17468         * bindings.el (propertized-buffer-identification): New function.
17470 2000-02-20  Dave Love  <fx@gnu.org>
17472         * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
17473         check for t-mouse too.
17475         * cus-start.el: Make echo-keystrokes `number'.
17477 2000-02-20  Eli Zaretskii  <eliz@is.elta.co.il>
17479         * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
17480         Don't call ring-empty-p unless tags-location-ring is bound.
17481         From Noah Friedman <friedman@splode.com>.
17483 2000-02-18  Thien-Thi Nguyen  <ttn@gnu.org>
17485         * progmodes/hideshow.el (hs-flag-region): No longer use
17486         `intangible' overlay property.
17488         (hs-toggle-hiding): New command.
17489         (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
17491         (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
17492         Fix omission bug: Run `hs-minor-mode-hook' for both activation
17493         and deactivation.
17495 2000-02-18  Gerd Moellmann  <gerd@gnu.org>
17497         * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
17499 2000-02-17  Gerd Moellmann  <gerd@gnu.org>
17501         * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
17503         * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
17504         of `*' to handle `(* ... *)' comments.
17506 2000-02-17  Eli Zaretskii  <eliz@is.elta.co.il>
17508         * faces.el (list-faces-display): Use display-mouse-p instead of
17509         window-system.
17511         * menu-bar.el (global-map): Menu-bar items converted to the new
17512         format (menu-item..., rearranged for better CUA compliance, and
17513         their names changed for better clarity.  Help strings added.
17515         * international/mule-cmds.el (mule-menu-keymap)
17516         (describe-language-environment-map, set-coding-system-map)
17517         (setup-language-environment-map): Convert to new (menu-item...
17518         form, add help strings.  Change names of menu items for better clarity.
17519         "Mule" menu-bar item removed (it's now in the "Options" submenu).
17521 2000-02-17  Gerd Moellmann  <gerd@gnu.org>
17523         * dired-aux.el (dired-do-copy): Remove spurious character.`n'
17524         within the code.
17526 2000-02-16  Dave Love  <fx@gnu.org>
17528         * faces.el: Don't require custom.  Add more specific :groups to
17529         various deffaces.
17530         (set-face-attribute): Purecopy args.
17531         (read-face-name): Default to name at point and use it in prompt.
17532         Remove colon from arg in all callers.
17533         (list-faces-display): Hyperlink to face descriptions and customize
17534         buffers.
17536 2000-02-16  Per Abrahamsen  <abraham@dina.kvl.dk>
17538         * wid-edit.el (widget-match-inline): An atom never matches a list.
17540 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
17542         * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
17543         at ':' characters by call to split-string.
17545 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
17547         * textmodes/bibtex.el: Added RCS version identification.
17549 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
17551         * textmodes/bibtex.el: Some temporary comments removed.
17552         (bibtex-field-name, bibtex-entry-type): Made the relationship explicit.
17553         (bibtex-field-const): Allow capital letters.
17554         (bibtex-start-of-string): Deleted because unused.
17556         * textmodes/bibtex.el: Unified some nomenclature.  We no longer
17557         use the term 'reference' to describe a bibtex entry as a whole.
17558         Further, reference keys are no longer called 'labels'.
17559         (bibtex-keys): Renamed to bibtex-reference-keys.
17560         (bibtex-reformat-previous-labels): Renamed to
17561         bibtex-reformat-previous-reference-keys.
17562         (bibtex-reference-type): Renamed to bibtex-entry-type.
17563         (bibtex-reference-head): Renamed to bibtex-entry-head.
17564         (bibtex-reference-maybe-empty-head): Renamed to
17565         bibtex-entry-maybe-empty-head.
17566         (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
17567         (bibtex-search-reference): Renamed to bibtex-search-entry.
17568         (bibtex-enclosing-reference-maybe-empty-head): Renamed to
17569         bibtex-enclosing-entry-maybe-empty-head.
17570         (bibtex-entry-field-alist, bibtex-entry-head)
17571         (bibtex-font-lock-keywords, bibtex-skip-to-valid-entry)
17572         (bibtex-map-entries, bibtex-search-entry)
17573         (bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry)
17574         (bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode)
17575         (bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message)
17576         (bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer)
17577         (bibtex-find-entry-location, bibtex-validate, bibtex-find-text)
17578         (bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat)
17579         (bibtex-complete-key, bibtex-String) : Use the new nomenclature.
17581 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
17583         * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
17584         comment.
17585         (bibtex-format-field-delimiters): New function, functionality
17586         extracted from bibtex-format-entry.
17587         (bibtex-autokey-get-yearfield-digits): New function, functionality
17588         extracted from bibtex-autokey-get-yearfield.
17590         * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
17591         entries in order to avoid stack overflow in the regexp matcher if
17592         field contents become large.
17593         (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield)
17594         (bibtex-field-string-part-not-braced)
17595         (bibtex-field-string-part-no-inner-braces)
17596         (bibtex-field-string-part-1-inner-brace)
17597         (bibtex-field-string-part-2-inner-braces)
17598         (bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced)
17599         (bibtex-field-string-quoted, bibtex-field-string)
17600         (bibtex-field-string-or-const, bibtex-field-text, bibtex-field)
17601         (bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix)
17602         (bibtex-string, bibtex-key-in-string, bibtex-text-in-string):
17603         Deleted as parsing is now performed by the following functions.
17604         (bibtex-parse-nested-braces, bibtex-parse-field-string-braced)
17605         (bibtex-parse-quoted-string, bibtex-parse-field-string-quoted)
17606         (bibtex-parse-field-string, bibtex-search-forward-field-string)
17607         (bibtex-parse-association, bibtex-field-name-for-parsing)
17608         (bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field)
17609         (bibtex-search-forward-field, bibtex-search-backward-field)
17610         (bibtex-start-of-field, bibtex-end-of-field)
17611         (bibtex-start-of-name-in-field, bibtex-end-of-name-in-field)
17612         (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
17613         (bibtex-parse-string-prefix, bibtex-parse-string-postfix)
17614         (bibtex-parse-string, bibtex-search-forward-string)
17615         (bibtex-search-backward-string, bibtex-start-of-string)
17616         (bibtex-end-of-string, bibtex-start-of-reference-key-in-string)
17617         (bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string)
17618         (bibtex-end-of-text-in-string): New functions for the parsing of bibtex
17619         entries.  Instead of reporting the results of the parsing by
17620         match-beginning or match-end, these functions return data structures
17621         that hold the corresponding positions.
17622         (bibtex-enclosing-field): Changed to also report field boundaries by
17623         return values rather than by match-beginning or match-end.
17624         The following functions have been adapted to use the new
17625         parsing functions.
17626         (bibtex-skip-to-valid-entry, bibtex-search-reference)
17627         (bibtex-enclosing-field, bibtex-format-entry)
17628         (bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring)
17629         (bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode)
17630         (bibtex-print-help-message, bibtex-end-of-entry)
17631         (bibtex-ispell-abstract, bibtex-validate, bibtex-next-field)
17632         (bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
17633         (bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry):
17634         Use the new method for parsing.
17635         (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry)
17636         (bibtex-map-entries, bibtex-flash-head)
17637         (bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry)
17638         (bibtex-autokey-change, bibtex-autokey-get-namefield)
17639         (bibtex-autokey-get-names, bibtex-autokey-get-titlestring)
17640         (bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode)
17641         (bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer)
17642         (bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
17643         (bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
17644         order to make the new binding of case-fold-search immediately visible.
17646 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
17648         * textmodes/bibtex.el: Copyright notice is up to date.
17649         Added constant 'bibtex-maintainer-salutation.
17651         * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
17652         than make-temp-name, use match-string-no-properties and eliminate
17653         a quadratic behavior when building bibtex-strings.
17655         * bibtex.el (bibtex-reference-key): Accept string entries whose
17656         reference key contains upper case letters.
17658 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
17660         * bibtex.el (bibtex-reference-head): Allow entries to start with
17661         a new line.
17663 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
17665         * bibtex.el: Hiding of entry bodies is not longer provided by
17666         bibtex.el directly.  Instead the hideshow package can be used.
17667         Added a special bibtex entry to hs-special-modes-alist.
17668         (bibtex-hs-forward-sexp): Added for hideshow.el.
17670 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
17672         * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
17673         proceedings entry type (for cross referencing). Thanks to Wagner
17674         Toledo Correa for the suggestion.
17676         * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
17678 2000-02-14  Kenichi Handa  <handa@etl.go.jp>
17680         * international/characters.el: Setup case table for Vietnamese.
17682 2000-02-12  Gerd Moellmann  <gerd@gnu.org>
17684         * uniquify.el (toplevel): Require CL at compile time.
17685         (uniquify-push): Removed.
17687         * shadowfile.el (shadow-when): Removed.
17689         * tempo.el (tempo-dolist, tempo-mapc): Removed.
17690         (tempo-process-and-insert-string): Use dolist instead of tempo-dolist.
17692         * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
17693         regexp for paragraph-start.
17695         * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
17696         commas as well.
17698 2000-02-10  Dave Love  <fx@gnu.org>
17700         * wid-edit.el: (widgets) [defgroup]: Remove url link.
17701         (widget-color-choice-list, widget-color-history, widget-mouse-help):
17702         Deleted.
17703         (widget-specify-field, widget-specify-button): Don't use
17704         widget-mouse-help as help-echo property.
17705         (default): Use #'ignore for :validate and :mouse-down-action.
17706         (checkbox): Add help-echo.
17707         (widget-sexp-validate): Rewritten to clarify error messages.
17708         (character): Use char-valid-p in :match function.
17709         (widget-color-complete): Use facemenu-color-alist.
17710         (widget-color-action): Use facemenu-read-color.
17712         * emacs-lisp/cl-macs.el: Don't bother testing for defalias.  Don't
17713         set up `caar' &c that we now have.
17715 2000-02-09  Ray Blaak  <blaak@gnu.org>
17717         * delphi.el: Make resourcestring a declaration region, like const
17718         and var.
17720 2000-02-09  Dave Love  <fx@gnu.org>
17722         * bindings.el (mode-line-input-method-map): New variable.
17723         (mode-line-mule-info): Use it; fix last change.
17724         (mode-line-mode-menu): Move definition.
17725         (mode-line-mouse-sensitive-p): Deleted.
17726         (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
17727         (make-mode-line-mouse-sensitive): Deleted.  Body moved to top level.
17729         * startup.el (command-line-1): Don't call
17730         make-mode-line-mouse-sensitive.
17732 2000-02-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
17734         * mail/rmail.el (rmail-retry-failure): Use rmail-beginning-of-message
17735         before rmail-toggle-header, because the former toggles headers.
17737 2000-02-06  Stefan Monnier  <monnier@cs.yale.edu>
17739         * diff-mode.el (diff-kill-junk): New interactive function.
17740         (diff-reverse-direction): Use delete-and-extract-region.
17741         (diff-post-command-hook): Restrict the area so that the hook also works
17742         outside of any diff hunk.  This is necessary for the minor-mode.
17743         (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
17744         (diff-minor-mode): Setup the hooks for header-hunk rewriting.
17746         * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
17747         (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
17748         so that it can be used more easily in <foo>-mode-hook.  Also make sure
17749         to avoid duplicate entries.
17750         (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
17751         (font-lock-remove-keywords): Just as was done for `add', allow it to
17752         work even if font-lock-mode is nil.  Also make sure we don't modify
17753         any pre-existing list by forcing a copy-sequence.  Finally rename
17754         `major-mode' to `mode'.
17755         (font-lock-fontify-syntactic-anchored-keywords)
17756         (font-lock-fontify-anchored-keywords)
17757         (font-lock-fontify-keywords-region): Use line-end-position.
17758         Don't make `font-lock-multiline' local (it's now done in
17759         font-lock-set-defaults).
17760         (font-lock-set-defaults): Make `font-lock-multiline' local.
17761         Move the `font-lock-fontified' creation to inside the `unless'.
17763 2000-02-06  Andrew Innes  <andrewi@gnu.org>
17765         * term/w32-win.el (x-handle-args): Comment out call to message,
17766         which occurs before window system is initialized.
17768         * makefile.nt: Add support for recompiling lisp code.
17770 2000-02-04  Dave Love  <fx@gnu.org>
17772         * bindings.el (mode-line-mule-info): Fix/extend last change.
17774         * completion.el: Replace completion-dolist with dolist.
17776         * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, dotimes.
17778 2000-02-04  Carsten Dominik  <dominik@strw.leidenuniv.nl>
17780         * textmodes/reftex.el (reftex-compile-variables): Regexp-quote the
17781         environment names before they go into the section regexp.
17783         * textmodes/reftex-global.el (reftex-change-label): Add `A-Z' to
17784         char class in regexp.
17786         * textmodes/reftex-parse.el (reftex-with-special-syntax):
17787         Bind `case-fold-search' to nil.
17789         * progmodes/idlwave.el (idlwave-template):
17790         Respect `idlwave-abbrev-change-case'.
17791         (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for)
17792         (idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat)
17793         (idlwave-while): Respect `idlwave-reserved-word-upcase'.
17794         (idlwave-rw-case): New function.
17795         (idlwave-statement-match): Fixed problem with assignment regexp.
17796         (idlwave-font-lock-keywords): Improved regexp for keyword parameters.
17797         (idlwave-surround): New argument LENGTH to support padding of
17798         operators longer than 1 char.
17800         * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
17801         idlwave-shell-expression-overlay.  Implemented printing of
17802         expressions on higher levels of the calling stack.
17803         (idlwave-shell-display-level-in-calling-stack): Restore stack level.
17804         (idlwave-retrieve-expression-from-level): New function.
17805         (idlwave-shell-last-calling-stack): Variable removed.
17806         (idlwave-shell-reset): Argument action reversed (`visible' to
17807         `hidden').  Also remove stop-line overlay.
17808         (idlwave-shell-calling-stack-routine): New variable.
17809         (idlwave-shell-parse-stack-and-display): Messages now display
17810         negative level numbers.
17811         (idlwave-shell-mode): Set `modeline-format'.
17812         (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
17813         (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs 21.
17814         (idlwave-shell-print-expression-function): New option.
17816         * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
17817         (idlwave-toolbar-remove-everywhere): Keybindings prefix is now
17818         `tool-bar' instead of `toolbar'.
17820 2000-02-02  Dave Love  <fx@gnu.org>
17822         * emacs-lisp/cl.el: Use bytecomp-load-hook, not
17823         emacs-lisp-mode-hook.  Don't check for defalias being defined.
17825         * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
17826         (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.
17827         Use the new builtins directly.
17829         * whitespace.el (whitespace): Add :version to defgroup.
17831         * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
17832         Doc fix.
17834         * thingatpt.el (sexp-at-point, symbol-at-point)
17835         (number-at-point, list-at-point): Add autoload cookie.
17837         * recentf.el (recentf): Add :version to defgroup.
17839         * quickurl.el (quickurl): Add :version to defgroup.
17841         * elide-head.el (elide-head): Use point-marker more.
17843         * bs.el (bs): Add :version to defgroup.
17845         * autorevert.el (global-auto-revert-mode): Add autoload cookie.
17847         * progmodes/delphi.el (delphi): Add :version to defgroup.
17849 2000-02-02  Gerd Moellmann  <gerd@gnu.org>
17851         * ange-ftp.el (ange-ftp-write-region): Handle case that
17852         succeeding process operation sets a different coding system.
17854         * calculator.el: New file.
17856 2000-02-02  Eli Zaretskii  <eliz@is.elta.co.il>
17858         * frame.el (frames-on-display-list, framep-on-display): New functions.
17859         (display-mouse-p, display-popup-menus-p, display-graphic-p)
17860         (display-selections-p, display-screens, display-pixel-width)
17861         (display-pixel-height, display-mm-width, display-mm-height)
17862         (display-backing-store, display-save-under, display-planes)
17863         (display-color-cells, display-visual-class): New functions.
17865         * term/tty-colors.el (tty-color-gray-shades): New function.
17867         * faces.el (display-color-p): Use framep-on-display.
17868         (display-grayscale-p): New function.
17870 2000-01-31  Dave Love  <fx@gnu.org>
17872         * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
17873         (create-fontset-from-x-resource): Don't concat integers.
17875 2000-01-31  Inge Frick  <inge@nada.kth.se>
17877         * view.el: Some changes in documentation.  Removed some trailing
17878         whitespace. Changed some parameter names to agree with documentation.
17879         (view-mode-exit): Keep entry in `view-return-to-alist' only when a
17880         window is not deleted.  Modifies change 1998-04-26.
17882 2000-01-31  Gerd Moellmann  <gerd@gnu.org>
17884         * windmove.el: New file.
17886         * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
17887         progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
17888         progmodes/ebnf-yac.el: Update copyright and license info.
17890         * jit-lock.el (jit-lock-function): Widen before calculating
17891         end position.
17892         (jit-lock-stealth-chunk-start): Rewritten.
17894         * info.el (Info-title-face-alist): Removed.
17895         (Info-title-1-face, Info-title-2-face, Info-title-3-face): New faces.
17896         (Info-fontify-node): Use these faces.
17898 2000-01-30  Gerd Moellmann  <gerd@gnu.org>
17900         * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
17901         (cl-macro-list1): Recognize `&allow-other-keys' instead of
17902         `&allow-other-keywords'.
17904         * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
17905         the list of directories scanned heuristically.
17907         * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to exist.
17909 2000-01-30  Jason Rumney  <jasonr@gnu.org>
17911         * w32-fns.el: Define w32-tty-standard-colors.
17913         * startup.el (command-line): Use w32-tty-standard-colors when in
17914         w32 console mode.
17916 2000-01-30  Dave Love  <fx@gnu.org>
17918         * jka-compr.el (jka-compr-load): Fix up load-history.
17920         * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
17922         * emacs-lisp/cl-macs.el: Revert previous change.
17924 2000-01-29  Dave Love  <fx@gnu.org>
17926         * facemenu.el: Purecopy various strings.
17928         * timezone.el (timezone-fix-time): Window against 69 for two-digit
17929         years.  Deal with three-digit years.
17931         * help.el (help-xref-symbol-regexp, help-xref-info-regexp):
17932         Use defconst, purecopy.
17933         (help-back-label): Purecopy it.
17935 2000-01-18  Gerd Moellmann  <gerd@gnu.org>
17937         * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
17938         variable. If non-nil, order the buffer list according to the
17939         currently selected frame.
17940         (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
17941         non-nil, pass the selected frame to function buffer-list.
17943 2000-01-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
17945         * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
17947 2000-01-28  Dave Love  <fx@gnu.org>
17949         * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
17951         * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
17952         Don't use lisp-indent-hook property.
17953         (cl-abs): Remove.
17955         * subr.el: Move out indent and edebug specs for when and unless.
17957         * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
17958         when, unless.
17960         * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
17961         unless, when.
17963 2000-01-28  Gerd Moellmann  <gerd@gnu.org>
17965         * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
17966         `collecting' as synonym for `collect'.
17968         * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
17969         for the case it contains spaces.
17971         * simple.el (what-cursor-position): Change formatting of messages.
17973         * frame.el (delete-other-frames): New function.
17974         (toplevel): Bind it to C-x 5 1.
17976         * sort.el (sort-numeric-base): New option.
17977         (sort-numeric-fields): If number starts with `0' or `0[xX[',
17978         interpret it as octal or hexadecimal.  Use sort-numeric-base
17979         as default base.
17981         * progmodes/glasses.el: New file.
17983 2000-01-27  Gerd Moellmann  <gerd@gnu.org>
17985         * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
17986         userids differently.
17988         * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
17989         progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
17990         progmodes/ebnf-yac.el: New files.
17992 2000-01-26  Dave Love  <fx@gnu.org>
17994         * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
17995         on a function with an empty body.  [From Eric Ludlam.]
17997 2000-01-25  Andre Spiegel  <spiegel@gnu.org>
17999         * vc.el (vc-version-diff): Make sure file name is expanded.
18001 2000-01-25  Gerd Moellmann  <gerd@gnu.org>
18003         * scroll-bar.el (scroll-bar-timer): Variable removed.
18004         (scroll-bar-toolkit-scroll): Don't use a timer.
18006 2000-01-25  Kenichi Handa  <handa@etl.go.jp>
18008         * language/thai-util.el (thai-composition-function):
18009         Delete superfluous `a'.
18011 2000-01-24  Dave Love  <fx@gnu.org>
18013         * fortran.el (fortran-mode): Use beginning-of-defun-function,
18014         end-of-defun-function.
18016         * font-lock.el (turn-on-font-lock): Don't depend on window-system &c.
18018 2000-01-22  Jason Rumney  <jasonr@gnu.org>
18020         * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
18021         conflicts with new face support.
18023 2000-01-22  Richard M. Stallman  <rms@gnu.org>
18025         * replace.el (query-replace): Rename last arg to DELIMITED.
18026         (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
18027         (query-replace-regexp): Likewise.
18029 2000-01-20  Richard M. Stallman  <rms@gnu.org>
18031         * subr.el (with-syntax-table): Use make-symbol, not gensym.
18033         * emacs-lisp/lisp.el (beginning-of-defun-function):
18034         Variable renamed from beginning-of-defun.
18035         Do not call make-variable-buffer-local.
18036         (beginning-of-defun-raw): Use new variable name; doc fix.
18037         (beginning-of-defun): Doc fix.
18038         (end-of-defun-function): Variable renamed from end-of-defun.
18039         Do not call make-variable-buffer-local.
18040         (end-of-defun): Use new variable name; doc fix.
18042         * subr.el (dolist, dotimes): Copied from cl-macs.el
18043         and made to work.
18045         * mail/undigest.el (rmail-digest-end-regexps):
18046         Variable replaces rmail-digest-end-regexp.
18047         Allows multiple regexps for detecting the end line.
18048         (undigestify-rmail-message): Corresponding changes.
18050 2000-01-19  Dave Love  <fx@gnu.org>
18052         * files.el (user-init-file): Don't declare here -- is primitive.
18054         * startup.el (command-line): Check for compiled user-init-file and
18055         set to uncompiled version if necessary.
18057 2000-01-18  Gerd Moellmann  <gerd@gnu.org>
18059         * mail/undigest.el (rmail-digest-end-regexp): New user option.
18060         (undigestify-rmail-message): Use it.
18062         * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
18064 2000-01-17  Gerd Moellmann  <gerd@gnu.org>
18066         * tmm.el (tmm-goto-completions): Adapt to prompt being part
18067         of mini-buffer.
18069 2000-01-14  Gerd Moellmann  <gerd@gnu.org>
18071         * emacs-lisp/copyright.el (copyright-update): Removed the
18072         requirement for a trailing space from `copyright-regexp', to
18073         support copyrights with owner specified on a separate line..
18075         * align.el: New file.
18077         * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
18079         * net/eudc.el (toplevel): Define EUDC menu for Emacs.
18081 2000-01-13  Dave Love  <fx@gnu.org>
18083         * ph.el: Removed.  (Obsoleted by EUDC.)
18085 2000-01-13  Gerd Moellmann  <gerd@gnu.org>
18087         * net/eudc.el (toplevel): Remove autoloaded code installing
18088         menu with easymenu, because that causes build problems.
18090         * frame.el (frame-notice-user-settings): New variable.
18091         (frame-notice-user-settings): Don't modify frame parameters
18092         if called a second time.
18094 2000-01-13  Richard M. Stallman  <rms@gnu.org>
18096         * frame.el (frame-notice-user-settings):
18097         Notice default-frame-parameters even for non-window frames.
18099 2000-01-13  Gerd Moellmann  <gerd@gnu.org>
18101         * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
18102         for Emacs.
18103         (eudc-bob-can-display-inline-images): Extend for Emacs.
18104         (eudc-bob-toggle-inline-display): Ditto.
18105         (eudc-bob-display-jpeg): Ditto.
18107 2000-01-12  Gerd Moellmann  <gerd@gnu.org>
18109         * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
18110         net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
18111         net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
18113         * add-log.el (add-change-log-entry): Fix error trying an
18114         `(insert nil)'.
18116         * subdirs.el: Add `net' directory.
18118         * net: New directory.
18120         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
18121         eval-last-sexp.  Don't bind debug-on-error here.
18122         (eval-last-sexp): New function.  Bind debug-on-error if
18123         eval-expression-debug-on-error is non-nil.
18124         (eval-defun-2, eval-defun): Likewise.
18126         * simple.el (eval-expression): Don't bind debug-on-error if
18127         eval-expression-debug-on-error is nil.  Detect changed
18128         debug-on-error, and propagate new value to global binding, if
18129         eval-expression-debug-on-error is non-nil,
18130         (eval-expression-debug-on-error): Change doc string.
18132 2000-01-11  Richard M. Stallman  <rms@gnu.org>
18134         * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
18136         * emacs-lisp/lisp-mode.el (with-syntax-table):
18137         Set up lisp-indent-function property.
18139         * subr.el (with-syntax-table): Moved from simple.el.
18141         * simple.el (with-syntax-table): Moved to subr.el.
18143 2000-01-11  Gerd Moellmann  <gerd@gnu.org>
18145         * tmm.el (tmm-shortcut): Delete region after prompt instead
18146         of erasing buffer.
18148         * textmodes/fill.el (fill-common-string-prefix): New function.
18149         (fill-context-prefix): Use the longest common prefix of first
18150         and second line fill prefix, if there is one.
18152 2000-01-11  Richard M. Stallman  <rms@gnu.org>
18154         * array.el (array-mode): Don't use make-variable-buffer-local.
18155         Use make-local-variable for `truncate-lines'.
18157 2000-01-11  Jari Aalto  <jari.aalto@poboxes.com>
18159         * add-log.el (add-log-current-defun): Handle user-defined
18160         add-log-current-function returning nil,
18162         * add-log.el (add-change-log-entry): Insert version number
18163         if having found a current function
18165         * add-log.el (add-log-current-defun):
18166         Call `add-log-current-defun-function'.  Try matches at level 0 and
18167         level 1.  Strip whitespace from defun found.
18169 2000-01-10  John Wiegley  <johnw@gnu.org>
18171         * allout.el (isearch-done/outline-provisions): Added `edit'
18172         argument to correspond with the current definition of `isearch-done'.
18174 2000-01-10  Dave Love  <fx@gnu.org>
18176         * elide-head.el (elide-head): Use point-marker, not point.
18178 2000-01-10  Gerd Moellmann  <gerd@gnu.org>
18180         * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
18181         before and after the year 2000.
18183         * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
18184         Add ispell- prefix.
18186 2000-01-10  Ken Stevens  <k.stevens@ieee.org>
18188         * ispell.el:  Only define dictionaries in menus when they exist.
18189         (version18p): New variable.
18190         (version20p): New variable.
18191         (xemacsp): New variable.
18192         (ispell-choices-win-default-height): Fix for XEmacs visibility.
18193         (ispell-dictionary-alist1): Added Brasileiro dictionary.
18194         (ispell-dictionary-alist6): Russian command lines no longer accept
18195         run-together words.
18196         (ispell-local-dictionary-alist): Add koi8-r to customize definition.
18197         (ispell-dictionary-alist): Add koi8-r to customize definition.
18198         (check-ispell-version): Added documentation string.  Return library
18199         path when called non-interactively.
18200         (ispell-menu-map-needed): Uses new variables.
18201         (ispell-library-path): New variable.
18202         (ispell-decode-string): XEmacs fix for bogus variable bindings.
18203         (ispell-word): Improved documentation string.  Test for valid
18204         character mappings.  Correctly check typed in word changes that can
18205         result in single words split into multiple words.
18206         Return replacement word.
18207         (ispell-command-loop): Fixes XEmacs display bugs.  Show word to
18208         replace in recursive query replace mode.  Help message for
18209         recursive edit mode.
18210         (ispell-show-choices): Protect against bad framepop bindings.
18211         (ispell-help): Fix to work with XEmacs.
18212         (ispell-highlight-spelling-error): Use new variables.
18213         (ispell-overlay-window): Fix to work with XEmacs.
18214         (ispell-parse-output): Passed and returns location information
18215         tracking spelling corrections.  Doesn't recheck same word on
18216         current line.
18217         (ispell-init-process): Protect against bogus XEmacs variable binding.
18218         Fix call to single argument in sleep-for.  Use new variables.
18219         (ispell-region): Passed and returns location information tracking
18220         spelling corrections.  Doesn't check same word on current line.
18221         Improved documentation string.  Doesn't resend a line already
18222         checked to the ispell process - fixes bug in LaTeX parsing.
18223         (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
18224         (ispell-skip-region): No longer skips <TT> in SGML.
18225         (ispell-process-line): Tracks location information with spelling
18226         corrections.  Added documentation string.  Accounts for words
18227         already accepted on this line.  Don't allow query-replace on line
18228         starting with math characters.  Doesn't resend a line already sent
18229         to ispell process.  Fixes alignment error bug.
18231 2000-01-10  Richard M. Stallman  <rms@gnu.org>
18233         * dired-x.el (dired-guess-shell-alist-default):
18234         Suggest xloadimage, which is free, not xv, which isn't.
18236         * ange-ftp.el (ange-ftp-file-name-nondirectory):
18237         Don't ever include the host name or user name in the value.
18239 2000-01-09  Gerd Moellmann  <gerd@gnu.org>
18241         * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
18242         of a real newline.
18244 2000-01-09  Stephen Eglen  <stephen@gnu.org>
18246         * dired-x.el (dired-guess-shell-alist-default): Suggest xv
18247         for .png files.
18249 2000-01-09  Per Abrahamsen  <abraham@dina.kvl.dk>
18251         * cus-edit.el (custom-hook-convert-widget): Fix comment.
18253 2000-01-09  Gerd Moellmann  <gerd@gnu.org>
18255         * progmodes/cperl-mode.el: Replace ^F with ^L.
18257         * sendmail.el (toplevel): Provide `sendmail' when compiling before
18258         `require'ing rmail and mailalias to prevent infinite recursion.
18260 2000-01-08  Dave Love  <fx@gnu.org>
18262         * emacs-lisp/backquote.el: Remove inappropriate customization
18263         (allowing custom.el to use backquote).
18265 2000-01-07  Dave Love  <fx@gnu.org>
18267         * add-log.el (add-log-debugging): Deleted.
18268         (add-change-log-entry): Treat a backup FILE-NAME as its parent
18269         file.  Remove debugging code.
18270         (change-log-get-method-definition, change-log-name): Add doc.
18271         (change-log-sortable-date-at): New function.
18272         (change-log-merge): New command.
18274         * time.el (display-time-string-forms): Make the Mail string active.
18275         (display-time-update): Provide help-echo for load average.
18277         * bindings.el (make-mode-line-mouse2-map): New function.
18278         (mode-line-modified): Use it and simplify.
18279         (mode-line-mule-info): Provide help-echo info.
18280         (minor-mode-alist): Activate the strings.
18281         (make-mode-line-mouse-sensitive): Simplify for
18282         mode-line-buffer-identification.
18284 2000-01-07  Gerd Moellmann  <gerd@gnu.org>
18286         * play/pong.el: New file.
18288 2000-01-06  Dave Love  <fx@gnu.org>
18290         * array.el: Assorted cleanups for compiler warnings, doc strings,
18291         `array-' prefix for symbols.
18293 2000-01-05  Dave Love  <fx@gnu.org>
18295         * textmodes/outline.el (outline-mode-menu-bar-map):
18296         Add outline-headers-as-kill.
18297         (outline-mode): Define imenu-generic-expression.
18298         (outline-headers-as-kill): New command.
18300         * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
18301         from paragraph-start.
18302         (paragraph-indent-minor-mode): New command.
18304         * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
18305         M-C-e, M-C-h, C-j, C-xnd, TAB.
18306         (fortran-mode): Set beginning-of-defun, end-of-defun.
18307         (fortran-column-ruler): Simplify.
18308         (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
18309         (fortran-with-subprogram-narrowing): Likewise.
18310         (fortran-indent-subprogram): Call mark-defun.
18311         (fortran-check-for-matching-do): Change narrowing.
18313         * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
18314         (cl-lucid-hash-tag): Delete.
18315         (cl-hash-table-p): Correct test for native table.
18316         (cl-hash-table-count): Use hash-table-count.
18318         * browse-url.el (browse-url): Fix case of
18319         browse-url-browser-function being an alist.
18321 2000-01-05  Carsten Dominik  <cd@gnu.org>
18323         * textmodes/reftex-vars.el (reftex-parse-file-extension)
18324         (reftex-index-phrase-file-extension): New options.
18326         * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
18327         Use new option `reftex-index-phrase-file-extension'.
18329         * textmodes/reftex.el (reftex-access-parse-file): Use new option
18330         `reftex-parse-file-extension'.
18332 2000-01-05  Dave Love  <fx@gnu.org>
18334         * emacs-lisp/lisp.el (beginning-of-defun): New variable.
18335         (beginning-of-defun-raw): Use it.
18336         (end-of-defun): New variable.
18337         (end-of-defun): Use it.
18338         (check-parens): New command.
18340 2000-01-05  Thien-Thi Nguyen  <ttn@delysid.gnu.org>
18342         * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
18343         (hs-show-block): Don't use `mapcar' when not accumulating.
18345         Fix buglet in local variables initialization.
18347 2000-01-05  Andreas Schwab  <schwab@suse.de>
18349         * hscroll.el (hscroll): Doc fix.
18351 2000-01-05  Carsten Dominik  <cd@gnu.org>
18353         * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar):
18354         Require idlw-toolbar.
18356         * progmodes/idlwave.el (idlwave-load-system-rinfo): Load must read
18357         file idlw-rinfo.el.
18358         (idlwave-customize): Load must read file idlw-shell.el.
18359         (idlwave-create-customize-menu): Load must read file idlw-shell.el.
18361 2000-01-05  Carsten Dominik  <dominik@astro.uva.nl>
18363         * progmodes/idlw-shell.el: Also provide idlwave-shell
18364         * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
18365         * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
18367         * textmodes/reftex-dcr.el: Rename from reftex-vcr.el, provide
18368         both reftex-dcr and reftex-vcr.
18370         * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
18372 2000-01-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
18374         * ps-print.el: PostScript code now is in separate files, doc fix.
18375         (ps-print-version): New version number (5.0.3).
18376         (ps-header-lines, ps-left-header, ps-right-header): No more buffer
18377         local.
18378         (ps-spool-config): Initialization fix.
18379         (ps-print-prologue-1, ps-print-prologue-2)
18380         (ps-print-duplex-feature): PostScript code moved to separated file.
18381         (ps-background-image): Little code reformating.
18382         (ps-begin-file, ps-begin-job): Fix code.
18383         (ps-postscript-code-directory, ps-mark-code-directory): New vars.
18384         (ps-prologue-file): New fun.
18386 2000-01-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
18388         * ps-vars.el: Eliminated.
18390         * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
18391         `;;;###autoload'.
18393         * ps-print.el: ps-vars eliminated, doc fix.
18394         (ps-print-version): New version number (5.0.2).
18395         (ps-spool-config): Initialization fix.
18396         (ps-print-customize): New fun.
18398 2000-01-04  Gerd Moellmann  <gerd@gnu.org>
18400         * autorevert.el (auto-revert-mode): Return value of auto-revert-mode.
18402 2000-01-04  Dave Love  <fx@gnu.org>
18404         * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
18405         menu items.
18407 2000-01-03  Dave Love  <fx@gnu.org>
18409         * elide-head.el (elide-head) [defgroup]: Add :version.
18411         * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
18412         (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count):
18413         Use `cl-hash-table-p', not `hash-table-p'.
18414         (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
18416 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
18418         * faces.el (face-read-integer, read-face-attribute)
18419         (color-defined-p, color-values): Unspecified-{f,b}g are now strings.
18421 2000-01-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
18423         * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
18424         at comment end, and re-insert them after filling.
18426 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
18428         * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
18429         * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
18430         progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
18432 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
18434         * term/x-win.el (xw-defined-colors): Call color-supported-p,
18435         the new name of face-color-supported-p.
18437         * term/w32-win.el (xw-defined-colors): Likewise.
18439 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
18441         * simple.el (completion-setup-function): Count completion-size
18442         from minibuffer-prompt-end, not from point-min.
18444 2000-01-02  Eli Zaretskii  <eliz@is.elta.co.il>
18446         * faces.el (read-face-attribute, defined-colors, color-defined-p):
18447         Pass the frame to tty-color-* functions.
18448         (display-color-p, frame-set-background-mode): Pass the frame to
18449         tty-display-color-p.
18451         * term/tty-colors.el (tty-defined-color-alist): Renamed from
18452         tty-color-alist.
18453         (tty-color-alist, tty-modify-color-alist): New functions.
18454         (tty-color-define,  tty-color-clear, tty-color-approximate)
18455         (tty-color-translate, tty-color-by-index, tty-color-desc): Accept an
18456         optional parameter FRAME.
18458 2000-01-01  Gerd Moellmann  <gerd@gnu.org>
18460         * image.el (create-image, defimage): Don't assume image data is
18461         a string.
18463         * image.el (defimage): Handle specifications containing :data
18464         instead of :file.
18465         (image-type-from-data): New function.
18466         (image-type-from-file-header): Use it.
18467         (create-image): Add parameter DATA-P.
18469 See ChangeLog.8 for earlier changes.
18471 ;; Local Variables:
18472 ;; coding: iso-2022-7bit
18473 ;; End: