* pcvs.el (cvs-mode-previous-line, cvs-mode-next-line): Move to
[emacs.git] / lisp / ChangeLog
blob15cfd98cac048cc688f339f22aedc11ca698297c
1 2002-04-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3         * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line): Move to
4         spot indicated by text property `cvs-goal-column', if present.
6         * pcvs-info.el (cvs-fileinfo-pp): Use text property
7         `cvs-goal-column' to indicate position of file name (if present).
9 2002-04-03  Richard M. Stallman  <rms@gnu.org>
11         * mail/mailabbrev.el (mail-abbrev-complete-alias):
12         Call mail-abbrev-make-syntax-table.
14         * format.el (format-deannotate-region): Doc fix.
16         * enriched.el (enriched-face-ans): Delete special treatment
17         for fg:... and bg:... faces.
18         (enriched-decode-foreground): Return a list that specifies
19         the foreground color, rather than creating a face.
20         (enriched-decode-background): Likewise.
22         * shell.el (shell-mode): Don't reinit comint-input-ring
23         if that was already done.
25 2002-04-03  Edward M. Reingold  <reingold@emr.cs.iit.edu>
27         * solar.el (solar-spring-or-summer-season): Deleted.
28         (solar-northern-spring-or-summer-season): New variable.
29         (solar-sunrise-and-sunset, solar-moment, solar-sunrise-sunset):
30         Rewritten.
32         * solar.el (diary-sabbath-candles-minutes): New variable.
33         (diary-sabbath-candles): Use it instead of fixed 18 minutes.
35         * calendar.el (update-calendar-mode-line): Force mode-line update.
36         Make date under the cursor available as `date' in
37         calendar-mode-line-format.
38         Eval items in calendar-mode-line-format list.
40         * cal-tex.el (cal-tex-hook, cal-tex-year-hook, cal-tex-month-hook,
41         cal-tex-week-hook, cal-tex-daily-hook): Add doc strings.
43         * cal-tex.el (cal-tex-latexify-list): Fix doc string.
45         * cal-tex.el (cal-tex-insert-day-names): LaTeXify day names.
46         (cal-tex-cursor-week-iso, cal-tex-week-hours, cal-tex-weekly4-box)
47         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
48         (cal-tex-daily-page, cal-tex-mini-calendar): LaTeXify day names.
50         * cal-tex.el: Change all instances (interactive "P") to
51         (interactive "p").
52         (cal-tex-cursor-month): Add hfill and newline at end of month that
53         ended on Saturday.
54         (cal-tex-preamble): Change to LaTeX2e.
55         (cal-tex-cursor-filofax-year): Don't use default month names in
56         LaTeX macros in case user changes them.
57         (cal-tex-month-name): New function.  Used throughout in case user
58         has done something funny with month names.
60         * cal-hebrew.el (holiday-rosh-hashanah-etc): Spelling correction.
61         (diary-rosh-hodesh): Spelling correction.
63 2002-04-03  Mike Williams  <mdub@bigfoot.com>
65         * textmodes/sgml-mode.el (sgml-lexical-context)
66         (sgml-parse-tag-backward): Extend support for CDATA to include
67         conditional sections.
69 2002-04-03  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
71         * cus-start.el: Rename `autoselect-window' to
72         `mouse-autoselect-window'.
74 2002-04-02  Richard M. Stallman  <rms@gnu.org>
76         * files.el (hack-one-local-variable):
77         Clear text props from string value.
79 2002-04-02  Mike Williams  <mdub@bigfoot.com>
81         * textmodes/sgml-mode.el (sgml-close-tag): Rename from
82         sgml-insert-end-tag. Simplify by using sgml-lexical-context.
83         (sgml-get-context): Remove use of sgml-inside-tag-p.
84         (sgml-inside-tag-p): Remove.
85         (sgml-looking-back-at): Short-circuit at beg of buffer.
86         (sgml-lexical-context,sgml-calculate-indent): Add support for
87         CDATA sections. 
89 2002-04-01  Stefan Monnier  <monnier@cs.yale.edu>
91         * textmodes/sgml-mode.el (sgml-at-indentation-p, sgml-tag)
92         (sgml-parse-tag-name, sgml-looking-back-at, sgml-parse-tag-backward)
93         (sgml-inside-tag-p, sgml-get-context, sgml-show-context)
94         (sgml-insert-end-tag): New funs taken from xml-lite.el.
95         (sgml-calculate-indent): Use them.
96         (sgml-slash-matching): Rename from sgml-slash.
97         (sgml-slash): Copied from xml-lite and changed to use
98         sgml-slash-matching and sgml-quick-keys.
100         * international/mule-cmds.el (standard-keyboard-coding-systems):
101         Add koi8-u and koi8-r.
103         * eshell/.cvsignore: New file.
105         * eshell/esh-groups.el: Remove.
107         * progmodes/tcl.el: Change maintainer.
108         (tcl-electric-hash-style): Change default to nil.
109         (tcl-imenu-generic-expression): Use tcl-proc-regexp.
110         (tcl-do-auto-fill): Remove.
111         (tcl-auto-fill-mode): Rewrite using comment-auto-fill-only-comments.
113 2002-04-01  Mike Williams  <mdub@bigfoot.com>
115         * textmodes/sgml-mode.el: Doc fixes.
116         (sgml-mode): Set indent-line-function to sgml-indent-line.
117         (sgml-calculate-indent): Add an explicit check for 'text syntax,
118         to protect against future enhancements to sgml-lexical-context.
119         (sgml-empty-tag-p, sgml-unclosed-tag-p): New funcs.
121         * textmodes/xml-lite.el: Removed much redundant stuff.
122         (xml-lite-parse-tag-backward): Simplify parsing by assuming we
123         always start within text. Make use of sgml-unclosed-tag-p.
125 2002-04-01  Ville Skytt\e,Ad\e(B  <ville.skytta@xemacs.org>
127         * tcl.el (tcl-imenu-generic-expression): New value.
128         (tcl-imenu-create-index-function): Function deleted.
129         (tcl-mode): Check for filladapt-mode.
130         Use tcl-imenu-generic-expression instead of
131         tcl-imenu-create-index-function.
132         (inferior-tcl-mode): Doc fix.
133         Change not legally significant.
135 2002-04-01  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
137         * cus-start.el: Rename `x-autoselect-window' to `autoselect-window'.
139         * window.el (handle-select-window): New function.
140         Update copyright.
142 2002-04-01  Richard M. Stallman  <rms@gnu.org>
144         * info.el (info-tool-bar-map): Use tool-bar-local-item-from-menu.
146         * toolbar/tool-bar.el (tool-bar-local-item): Renamed from
147         tool-bar-add-item, and new arg MAP.
148         (tool-bar-add-item): Now calls tool-bar-local-item.
149         (tool-bar-local-item-from-menu): Renamed from
150         tool-bar-add-item-from-menu, and new arg IN-MAP.
151         (tool-bar-add-item-from-menu): Now calls tool-bar-local-item-from-menu.
153         * help-fns.el (help-with-tutorial): Allow various ways
154         to specify the text in the [...] line, in handling the <...> line.
156         * progmodes/idlw-rinfo.el (idlwave-system-routines):
157         WOLRDTITLE => WORLDTITLE.  SUPRESS_VALUE => SUPPRESS_VALUE.
159         * subr.el (redraw-modeline): Define alias.
161 2002-03-31  Richard M. Stallman  <rms@gnu.org>
163         * files.el (file-expand-wildcards): Use save-match-data.
165         * files.el (format-alist): Mark as risky.
167         * simple.el (kill-new): Doc fix.
169         * emacs-lisp/byte-opt.el (side-effect-free-fns)
170         (side-effect-and-error-free-fns): Add many functions, remove some.
172 2002-03-30  Richard M. Stallman  <rms@gnu.org>
174         * menu-bar.el (menu-bar-tools-menu): Rename gdb item to say GDB.
176 2002-03-30  Eli Zaretskii  <eliz@gnu.org>
178         * font-lock.el (save-buffer-state): Fix last change.
180         * files.el (auto-save-file-name-transforms): Fix last change.
182         * startup.el (command-line): Fix last change.
184 2002-03-29  Richard M. Stallman  <rms@gnu.org>
186         * subr.el (play-sound-file): Moved to simple.el.
188         * simple.el (play-sound-file): Moved from subr.el, made unconditional.
190 2002-03-29  Colin Walters  <walters@verbum.org>
192         * ibuffer.el (ibuffer-mark-interactive): Use `ibuffer-forward-line'
193         instead of `forward-line'.
194         (ibuffer-forward-line): Be sure to skip over special properties
195         before moving, too.
197         * calc/calc.el (calc-was-split): Var deleted.
198         (calc): Remove reference to it.
199         (calc): Ditto.
200         (calc-quit): Ditto.
201         (calc-init-base): Ditto.
203         * calc/calc-misc.el (calc-delete-windows-keep): Function deleted.
205 2002-03-29  Stefan Monnier  <monnier@cs.yale.edu>
207         * textmodes/sgml-mode.el (sgml-lexical-context): Return (text . START)
208         instead of nil when point is outside of any tag.
209         (sgml-beginning-of-tag): Adjust to the change.
210         (sgml-calculate-indent): Use the new info returned by
211         sgml-lexical-context.  Try to handle unclosed tags.
213         * textmodes/xml-lite.el (xml-lite-get-context): Don't stop parsing
214         at unclosed tags unless it is at indentation.
215         Kill nested unclosed tags.
216         (xml-lite-calculate-indent, xml-lite-indent-line): Remove.
217         (xml-lite-mode): Use sgml-indent-line instead.
219 2002-03-29  Eli Zaretskii  <eliz@is.elta.co.il>
221         * files.el (auto-save-file-name-transforms): Don't run "\\2" via
222         expand-file-name.
224         * startup.el (command-line): Recompute auto-save-file-name-transforms
225         using the updated value of temporary-file-directory.
227 2002-03-29  Stefan Monnier  <monnier@cs.yale.edu>
229         * textmodes/xml-lite.el (xml-lite-get-context): Allow stopping
230         even with an empty context.  Don't save excursion any more.
231         Don't complain about unmatched start-tags in sgml-unclosed-tags.
232         Ignore end-tags in sgml-empty-tags.
233         (xml-lite-get-context, xml-lite-calculate-indent)
234         (xml-lite-insert-end-tag): Save excursion around xml-lite-get-context.
235         (xml-lite-indent-line): Use back-to-indentation.
237         * textmodes/sgml-mode.el (sgml-basic-offset): New var.
238         (sgml-name-re, sgml-attrs-re): New consts.
239         (sgml-tag-name-re, sgml-start-tag-regex, sgml-font-lock-keywords-1)
240         (sgml-mode): Use them.
241         (sgml-lexical-context): Default to (point-min) if nothing else works.
242         (sgml-calculate-indent): Indent slightly differently.
243         (sgml-indent-line): Use back-to-indentation.
244         (sgml-parse-dtd): New function.
245         (sgml-unclosed-tags): New var.
246         (html-mode): Set it.
248 2002-03-29  Simon Marshall  <simon.marshall@misys.com>
250         * font-lock.el (save-buffer-state): Use make-symbol to bind `modified'.
252 2002-03-29  Richard M. Stallman  <rms@gnu.org>
254         * dired-aux.el (dired-do-query-replace-regexp, dired-do-search):
255         Use FILTER arg in dired-get-marked-files to exclude directories.
256         (dired-nondirectory-p): New function.
258         * dired.el (dired-get-marked-files): New arg FILTER
259         allows selection of some files.
261         * progmodes/tcl.el (tcl-imenu-create-index-function): Doc fix.
263 2002-03-29  Eric M. Ludlam  <eric@siege-engine.com>
265         * speedbar.el (speedbar-default-directory-list): Made robust
266         against deleted directories.
268 2002-03-28  Richard M. Stallman  <rms@gnu.org>
270         * dired.el (dired-toggle-marks): Renamed from dired-do-toggle.
271         Bindings changed.
273         * progmodes/compile.el (compilation-handle-exit):
274         If compilation-window-height is 0, display status in echo area.
276         * simple.el (line-move-to-column): Don't call move-to-column if COL=0.
278         * rect.el (replace-rectangle): Add autoload.
280         * files.el: Mark many more variables as risky.
281         (hack-one-local-variable): Recognize several additional
282         patterns as risky.
284         * bindings.el (mode-line-mule-info): Use :propertize, not :eval.
286 2002-03-28  Stefan Monnier  <monnier@cs.yale.edu>
288         * textmodes/xml-lite.el (xml-lite-in-string-p):
289         Use sgml-lexical-context.
290         (xml-lite-parse-tag-backward): Use sgml-tag-syntax-table.
291         (xml-lite-get-context): Check that open/close tags match.
292         Don't stop scanning while we're ignoring matching tags.
294         * textmodes/sgml-mode.el (sgml-make-syntax-table): New fun.
295         (sgml-mode-syntax-table): Use it.
296         (sgml-tag-syntax-table, sgml-tag-name-re): New const.
297         (sgml-tags-invisible): Use it.
298         (sgml-lexical-context): New fun.
299         (sgml-maybe-end-tag, sgml-beginning-of-tag): Use it.
300         (sgml-quote): Accept \n as entity reference terminator.
301         (sgml-calculate-indent, sgml-indent-line): New funs.
303 2002-03-28  Andre Spiegel  <spiegel@gnu.org>
305         * vc-cvs.el (vc-cvs-global-switches): New user option.
306         (vc-cvs-command): New function.  Update all callers of
307         `vc-do-command' in vc-cvs.el to use this instead.
309 2002-03-27  Andrew Innes  <andrewi@gnu.org>
311         * makefile.w32-in (bootstrap-clean-SH): Use for loop, instead of
312         relying on shell globbing.
314 2002-03-27  Colin Walters  <walters@debian.org>
316         * ibuffer.el (ibuffer-help-buffer-modes): New variable.
317         (ibuffer-fontification-alist): Use it.
318         (ibuffer-backward-line): Handle `ibuffer-summary' area.
319         (ibuffer-forward-line): Ditto.
321         * ibuf-ext.el (sorter mode-name): Doc fix.
322         (ibuffer-mark-help-buffers): Use `ibuffer-help-buffer-modes'.
323         (operation query-replace): Use new `noerror' arg for
324         `query-replace-read-args'.
325         (operation query-replace-regexp): Ditto.
327 2002-03-27  Stefan Monnier  <monnier@cs.yale.edu>
329         * textmodes/xml-lite.el: Fix copyright notice.
330         (xml-lite-basic-offset): Rename from xml-lite-indent-offset.
331         (xml-lite-indent-comment-offset): Remove.
332         (xml-lite-calculate-indent): Use new name.  Use natural alignment
333         for comments.
334         (xml-lite-in-string-p): Simplify.
336 2002-03-27  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
338         * allout.el (outline-layout): Doc fix.
340 2002-03-27  Stefan Monnier  <monnier@cs.yale.edu>
342         * textmodes/xml-lite.el: Don't require `custom'.
343         (xml-lite-parse-tag-name): Properly treat non-ASCII chars.
344         (xml-lite-parse-tag-backward): Obey sgml-empty-tags.
345         (xml-lite-get-context): Drop nested tags not just for comments.
346         (xml-lite-indent-line): Be more careful about moving point.
347         (xml-lite-insert-end-tag, xml-lite-slash):
348         Use indent-according-to-mode instead of xml-lite-indent-line.
349         (xml-lite-mode): Make xml-lite-orig-indent-line-function buffer-local.
350         Set sgml-xml-mode.  Don't call force-mode-line-update.
351         (xml-lite-mode-map): Don't bind TAB.
353 2002-03-27  Zoltan Kemenczy  <zoltan@ieee.org>
355         * gud.el (gud-jdb-sourcepath): New variable, saves jdb -sourcepath
356         parameter value.
357         (gud-jdb-build-source-files-list): Comment clarification.
358         (gud-jdb-massage-args): Reworked into loop-based argument list
359         processing in order to support -classpath and -sourcepath argument
360         processing.
361         (gud-jdb-find-source-using-classpath): Prepend gud-jdb-sourcepath
362         to gud-jdb-classpath to obtain search list.
363         (gud-jdb-parse-classpath-string): Remove any trailing slashes from
364         directory names in classpath/sourcepath lists, update comment.
365         (jdb): Add setting of gud-jdb-sourcepath, update comment.
366         (gud-find-class): Add gud-jdb-sourcepath use, and correct
367         behaviour for the case when classpath is not used--backward
368         compatibility fix.
370 2002-03-27  Eli Zaretskii  <eliz@is.elta.co.il>
372         * Makefile.in (compile, compile-always): Don't try to compile
373         non-existent files or files in empty directories.
375 2002-03-26  Michael Ernst  <mernst@alum.mit.edu>
377         * compare-w.el (compare-windows-whitespace): Match all whitespace.
379         * emacs-lisp/shadow.el (list-load-path-shadows): Only ignore last
380         copy of standard Lisp directories.
382         * tar-mode.el (tar-header-block-summarize, tar-get-descriptor):
383         Support "next has longname" link type.
385 2002-03-26  Stefan Monnier  <monnier@cs.yale.edu>
387         * textmodes/xml-lite.el (xml-lite-at-indentation-p): Move.
388         (xml-lite-in-string-p, xml-lite-looking-back-at, xml-lite-looking-at):
389         New functions.
390         (forward-xml-tag, backward-xml-tag, beginning-of-xml-tag)
391         (end-of-xml-tag): Remove.
392         (xml-lite-get-context): Better handling of comments.
393         (xml-lite-calculate-indent): Use xml-lite-in-string-p.
394         (xml-lite-parse-tag-backward): Rewrite.
396 2002-03-26  Juanma Barranquero  <lektu@terra.es>
398         * makefile.w32-in (WINS): Add the toolbar directory.
400 2002-03-26  Richard M. Stallman  <rms@gnu.org>
402         * subr.el (substring-no-properties): Function deleted (now in C).
404 2002-03-25  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
406         * mwheel.el (mouse-wheel-mode): Use global-set-key and
407         global-unset-key.
409 2002-03-24  Richard M. Stallman  <rms@gnu.org>
411         * mail/rmail.el (rmail-resend): Call mail-abbrev-make-syntax-table.
413         * progmodes/etags.el (tags-query-replace): Pass t for NOERROR
414         to query-replace-read-args.
416         * progmodes/compile.el (compilation-forget-errors):
417         Don't adjust compilation-parsing-end if it's nil.
419         * replace.el (query-replace-read-args): New optional arg NOERROR.
420         (perform-replace): Use save-window-excursion around recursive edit.
422 2002-03-24  Colin Walters  <walters@verbum.org>
424         * ibuffer.el (ibuffer): If the user has `ibuffer-use-other-window'
425         non-nil, then always use another window.
427 2002-03-24  Gerd Moellmann  <gerd@gnu.org>
429         * subr.el (macro-declaration-function): New function.  Set the
430         variable macro-declaration-function to it.
432         * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
433         Handle declarations in macro definitions.
435 2002-03-24  Eli Zaretskii  <eliz@is.elta.co.il>
437         * facemenu.el (facemenu-get-face): Remove unused variable `foreground'.
439         * enriched.el (enriched-face-ans): Support FACE of the form
440         (:foreground COLOR) and (:background COLOR).
441         (enriched-decode-foreground, enriched-decode-background): Set the
442         fore- and background colors of the faces we create, since facemenu
443         doesn't.
445 2002-03-24  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
447         * mwheel.el (mouse-wheel-mode): Use the result of
448         current-global-map instead of the variable `global-map'.
450 2002-03-23  Richard M. Stallman  <rms@gnu.org>
452         * mail/mailabbrev.el (mail-abbrev-make-syntax-table): New subroutine
453         broken out of sendmail-pre-abbrev-expand-hook.
454         (sendmail-pre-abbrev-expand-hook): Use it.
456 2002-03-22  Stefan Monnier  <monnier@cs.yale.edu>
458         * Makefile.in (finder-inf.el): Remove.
459         (finder-data): Don't depend on finder-inf.el any more.
460         (compile, compile-always): Handle the case where some files
461         from DONTCOMPILE are missing (it tried to compile them).
462         (bootstrap-clean): Use src/emacs only if executable.
463         (bootstrap): Update subdirs.el and finder-inf.el.
465         * finder.el: Don't load finder-inf.el during byte-compilation.
467         * vc-cvs.el (vc-cvs-registered, vc-cvs-dir-state-heuristic):
468         Don't consider cvs-removed files as under VC control.
469         VC wouldn't handle them properly anyway and it confuses
470         vc-file-not-found-hook.
472         * emacs-lisp/bytecomp.el (batch-byte-compile-if-not-done):
473         Add autoload cookie.
475 2002-03-22  Eli Zaretskii  <eliz@is.elta.co.il>
477         * calendar/calendar.el (calendar): Doc fix.
479 2002-03-22  Juanma Barranquero  <lektu@terra.es>
481         * play/gomoku.el (gomoku-font-lock-O-face): Convert to use `defface'.
482         (gomoku-font-lock-X-face): Likewise.
483         (gomoku-font-lock-keywords): Use faces instead of variables.
485 2002-03-21  Stefan Monnier  <monnier@cs.yale.edu>
487         * Makefile.in (bootstrap): Make sure subdirs.el is ready.
489 2002-03-21  Kim F. Storm  <storm@cua.dk>
491         * simple.el (open-network-stream, open-network-stream-nowait)
492         (open-network-stream-server): Use featurep to test for
493         supported networking features.
495 2002-03-21  Thien-Thi Nguyen  <ttn@gnu.org>
497         * mail/emacsbug.el (report-emacs-bug-hook): Remove submitter
498         directions as the last action.
500 2002-03-21  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
502         * startup.el (fancy-splash-tail, normal-splash-screen):
503         Update copyright.
505         * novice.el (disabled-command-hook): Clarify output text to match
506         prompt.
508 2002-03-20  Jason Rumney  <jasonr@gnu.org>
510         * frame.el (display-images-p): Do not explicitly check display type.
512 2002-03-20  pmr-sav  <pmr-sav@hamm.pajato.com>
514         * mail-utils.el:
515         Eliminate compilation warnings due to `rfc822-addresses'.
516         (rmail-dont-reply-to): Eliminate `pos' as a free variable for a
517         warning free compile.
519 2002-03-20  Michael Kifer  <kifer@cs.stonybrook.edu>
521         * ediff-diff.el (ediff-install-fine-diff-if-necessary):
522         Take the current highlighting style into account.
523         (ediff-forward-word-function,ediff-whitespace,ediff-word-1)
524         (ediff-word-2,ediff-word-3,ediff-word-4): Make them buffer local.
526         * ediff-init.el (ediff-patch-job): New macro.
528         * ediff-mult.el (ediff-make-new-meta-list-header): New API function.
529         (ediff-intersect-directories): Use ediff-make-new-meta-list-header.
531         * ediff-ptch.el (ediff-map-patch-buffer):
532         Use ediff-make-new-meta-list-header.
533         (ediff-fixup-patch-map): Use the meta-list API from ediff-mult.el.
535         * ediff-util.el (ediff-toggle-hilit): Fix toggling of highliting.
536         (ediff-select-difference): Take highlighting style into account.
537         (ediff-clone-buffer-for-region-comparison): New function.
538         (ediff-inferior-compare-regions): Added comparison of current diff
539         regions.
541         * ediff.el (ediff-clone-buffer-for-region-comparison)
542         (ediff-clone-buffer-for-window-comparison): Moved to ediff-util.el.
544 2002-03-19  pmr-sav  <pmr-sav@hamm.pajato.com>
546         * mail-utils.el (rmail-dont-reply-to):
547         Overhaul to correctly apply the regular
548         expressions in the variable `rmail-dont-reply-to-names' to the list of
549         destination addresses.  Contributed by lorentey@elte.hu.
551         * rmail.el (rmail-dont-reply-to-names):
552         Modify the documentation to make it email
553         address centric rather than login name centric.  Contributed by
554         lorentey@elte.hu.
556 2002-03-18  Colin Walters  <walters@verbum.org>
558         * ibuf-ext.el (ibuffer-toggle-sorting-mode): Remove `find-if' so
559         we don't require `cl' at runtime.
560         (sorting mode mode-name): Don't take the symbol-name of a string.
562         * ibuffer.el (ibuffer-set-mark): Go back to the beginning of the
563         line after setting the mark.
564         (ibuffer-insert-buffers-and-marks): Invert the test for
565         `ibuffer-sorting-reversep'.
567 2002-03-18  Stefan Monnier  <monnier@cs.yale.edu>
569         * international/ucs-tables.el (unify-8859-on-decoding-mode)
570         (unify-8859-on-encoding-mode): Remove autoload cookie.
572 2002-03-18  Andre Spiegel  <spiegel@gnu.org>
574         * vc-rcs.el (vc-rcs-register): Fix handling of
575         vc-[rcs-]register-switches.
576         (vc-rcs-checkin-switches, vc-rcs-checkout-switches):
577         Variables removed, since they weren't used yet.
579         * vc-cvs.el (vc-cvs-register): Fix handling of
580         vc-[cvs-]register-switches.
582         * vc-sccs.el (vc-sccs-register): Fix handling of
583         vc-[sccs-]register-switches.
585 2002-03-18  Stefan Monnier  <monnier@cs.yale.edu>
587         * loadup.el ("emacs-lisp/backquote"): Load earlier.
588         ("international/ucs-tables"): Load and turn on
589         unify-8859-on-encoding-mode unconditionally.
590         (emacs-version): Use `defconst' rather than `setq'.
592         * eshell/esh-ext.el (eshell-binary-suffixes): Use exec-suffixes.
594 2002-03-18  Richard M. Stallman  <rms@gnu.org>
596         * menu-bar.el (menu-bar-options-menu): Cope if
597         text-mode-hook is not a list.
599 2002-03-17  Richard M. Stallman  <rms@gnu.org>
601         * emulation/pc-select.el (pc-selection-mode):
602         Alter the existing global map, don't replace it.
604         * files.el (list-directory): Set default-directory at the end.
606         * dabbrev.el (dabbrev--goto-start-of-abbrev):
607         Put a limit on field-beginning search.
609 2002-03-17  Simon Josefsson  <jas@extundo.com>
611         * net/browse-url.el (browse-url-mosaic-pidfile): New variable.
612         (browse-url-mosaic): Use it.
614         * net/browse-url.el (browse-url-filename-alist): Don't begin
615         docstring with *, you don't want to set this one with M-x
616         set-variable.
618         * net/browse-url.el: Put * in user option doc strings.
620 2002-03-17  Stefan Monnier  <monnier@cs.yale.edu>
622         * textmodes/sgml-mode.el (sgml-xml-mode): Renamed from sgml-xml.
623         (sgml-xml-guess): Simplify.
624         (sgml-mode-common): Remove (move into sgml-mode).
625         (sgml-mode): Add code from sgml-mode-common.
626         Remove redundant setting of indent-line-function.
627         Don't set skeleton-transformation when in XML mode.
629         * international/mule-diag.el (describe-char-after):
630         Use `internal-describe-syntax-value' again (got lost somewhere).
632         * international/ucs-tables.el (ucs-unify-8859, ucs-fragment-8859):
633         Use unify-8859-on-decoding-mode.
634         (unify-8859-on-decoding-mode): Also set translation-table-for-input.
635         (ucs-insert): Give an error if the unicode char can't be created.
637         * pcvs-parse.el (cvs-parse-table): Be a bit more lenient.
638         (cvs-parse-status): Handle the "used to have a conflict" marker.
640 2002-03-17  Kim F. Storm  <storm@cua.dk>
642         The following changes are related to the enhanced network process
643         support.
645         * simple.el: Update copyright.
646         (clone-process): Use make-network-process to clone network
647         processes.  Get command list via (process-contact ... t).
648         Use set-process-query-on-exit-flag and process-query-on-exit-flag
649         instead of process-kill-without-query.
650         (open-network-stream): Replaces C-version from process.c.
651         (open-network-stream-nowait, open-network-stream-server): New funs.
652         (process-kill-without-query): Replaces C-version from process.c.
654         * files.el: Update copyright.
655         (save-buffers-kill-emacs): Also check for active server
656         processes.  Use process-query-on-exit-flag.  Only list processes
657         which has the query-on-exit flag set in connection with user query.
659         * shadowfile.el: Update copyright.
660         (shadow-save-buffers-kill-emacs): Also check for active server
661         processes.  Use process-query-on-exit-flag.
663 2002-03-16  Simon Marshall  <simon.marshall@misys.com>
665         * imenu.el (imenu-menubar-modified-tick): Renamed from
666         imenu-update-menubar-modified-tick.
667         (imenu-update-menubar): Update imenu-menubar-modified-tick
668         whenever outer condition succeeds.
670         * lazy-lock.el (save-buffer-state):
671         Bind inhibit-modification-hooks and buffer-file-truename
672         instead of before-change-functions and after-change-functions.
674 2002-03-16  Eli Zaretskii  <eliz@is.elta.co.il>
676         * international/codepage.el (codepage-setup): Don't define a
677         codepage if it is already defined.
679         * textmodes/po.el (po-content-type-charset-alist): Convert the
680         car of each association to a string.
681         (po-find-file-coding-system-guts): If the charset matches a name
682         of a codepage, set up that codepage and return it as a coding
683         system to decode the file.
684         (po-find-charset): Search for the Charset= header even if we've
685         read less than 4KB.
686         <top-level>: Remove the setup for all known codepages: it seems
687         to cause crashes in the CCL driver.
689 2002-03-16  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
691         * textmodes/bibtex.el (bibtex-sort-ignore-string-entries)
692         (bibtex-entry-field-alist): Doc fix.
694 2002-03-16  Richard M. Stallman  <rms@gnu.org>
696         * progmodes/cperl-mode.el (cperl-imenu--function-name-regexp-perl):
697         Move definition above cperl-outline-regexp.
699         * bindings.el (mode-line-mule-info): In computing help-echo prop,
700         avoid using save-window-excursion.  And compile the function.
702 2002-03-15  Stefan Monnier  <monnier@cs.yale.edu>
704         * files.el (load-completion): New function.
705         (load-library): Use it.
707 2002-03-15  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
709         * calendar/cal-french.el (calendar-goto-french-date): Fix prompt
710         to match the actual code.
712 2002-03-15  Eli Zaretskii  <eliz@is.elta.co.il>
714         * textmodes/po.el (po-find-file-coding-system-guts):
715         Use with-temp-buffer instead of po-with-temp-buffer.
717         * international/mule-conf.el (file-coding-system-alist): Add an
718         association for PO files.
720         * textmodes/po.el: New file.
722 2002-03-15  Gerd Moellmann  <gerd@gnu.org>
724         * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
725         Fix simple loop indentation.
727 2002-03-14  Miles Bader  <miles@gnu.org>
729         * net/rlogin.el (rlogin-mode): Use `define-derived-mode'.
731 2002-03-14  Richard M. Stallman  <rms@gnu.org>
733         * textmodes/picture.el (picture-insert)
734         (picture-clear-column, picture-draw-rectangle):
735         Use move-to-column, not move-to-column-force.
737         * dired.el (dired-readin): Clear out undo list.
738         (dired-fun-in-all-buffers): Definition moved from dired-aux.el.
739         (dired-delete-entry): New function.
740         (dired-internal-do-deletions): Use dired-fun-in-all-buffers
741         and dired-delete-entry, to update this buffer (and others).
743         * dired-aux.el (dired-fun-in-all-buffers): Moved to dired.el.
745         * facemenu.el (facemenu-add-new-face):
746         Pass region args to facemenu-set-face, when there is a region.
747         (facemenu-set-foreground, facemenu-set-background)
748         (facemenu-add-face): Doc fixes.
750         * progmodes/cperl-mode.el (cperl-outline-regexp): Move definition up.
752 2002-03-14  Miles Bader  <miles@gnu.org>
754         * emacs-lisp/debug.el: Require `button'.
755         (debugger-mode-map): Set the parent keymap to `button-buffer-map',
756         to get TAB and <backtab> bindings.
758         * net/rlogin.el (rlogin-carriage-filter): Function removed.
759         (rlogin): Don't install the `rlogin-carriage-filter' filter, as
760         comint removes carriage returns itself now.
762         * rfn-eshadow.el (rfn-eshadow-update-overlay):
763         Bind `inhibit-point-motion-hooks' to t while messing around, to avoid
764         getting hosed by our own intangible property.
766 2002-03-13  Stefan Monnier  <monnier@cs.yale.edu>
768         * progmodes/fortran.el (fortran-mode): Set comment-padding to "$$$".
769         Add fortran-comment-line-start-skip to comment-start-skip.
770         (fortran-comment-indent): Keep whole-line comments in column 0.
771         (fortran-find-comment-start-skip): New arg `all'.
772         If ALL is nil, make sure we only match comment-start-skip if we
773         can't match fortran-comment-line-start-skip.
774         Fix bug that made it return t but without moving point when
775         matching '!'! (a false-comment followed by a real comment).
776         (fortran-indent-comment): Use new `all' argument above.
777         Be careful not to add an incorrect comment-starter like "C"
778         in comment-column.
779         (fortran-split-line): When splitting a comment, reuse the comment
780         starter from the current line rather than fortran-comment-line-start.
781         (fortran-indent-line, fortran-auto-fill): Simplify thanks to the
782         cleaner behavior of fortran-find-comment-start-skip.
783         (fortran-fill): Don't be confused by ! inside a comment.
784         (fortran-break-line): Minor cleanup and simplification.
786 2002-03-13  Francesco Potorti`  <pot@gnu.org>
788         * progmodes/etags.el (tag-exact-file-name-match-p)
789         (tag-file-name-match-p, tag-partial-file-name-match-p): Use a
790         simpler regexp.
792 2002-03-12  Colin Walters  <walters@debian.org>
794         * ibuffer.el (ibuffer-redisplay-current): Don't move point when
795         redisplaying a line.
797 2002-03-12  Jan D.  <Jan.Djarv@mbox200.swipnet.se>
799         * term/x-win.el (emacs-session-restore): Take previous id as
800         an argument.
801         (emacs-session-save): Add comment that return t means cancel shutdown
803         * startup.el (command-line): Must check that x-session-previous-id
804         is bound also, for non-X platforms.
806 2002-03-12  Gerd Moellmann  <gerd@gnu.org>
808         * emacs-lisp/cl-indent.el (lisp-loop-keyword-indentation)
809         (lisp-loop-forms-indentation, lisp-simple-loop-indentation):
810         New user options.
811         (extended-loop-p, common-lisp-loop-part-indentation): New functions.
812         (common-lisp-indent-function-1): Renamed from
813         common-lisp-indent-function.
814         (common-lisp-indent-function): Handle loop forms specially.
815         (lisp-indent-defmethod): Use car/cdr instead of first/rest.
816         (lisp-backquote-indentation): New user option.
818 2002-03-12  Francesco Potorti`  <pot@gnu.org>
820         * progmodes/etags.el (tag-exact-file-name-match-p)
821         (tag-file-name-match-p, tag-partial-file-name-match-p):
822         Assume that the header of a tags section has either a number
823         or nothing after the last comma.
825 2002-03-11  Richard M. Stallman  <rms@gnu.org>
827         * imenu.el (imenu-update-menubar-modified-tick): New variable.
828         (imenu-update-menubar): Don't call imenu--make-index-alist
829         if buffer has not changed since last time.
831         * desktop.el (desktop-buffer-handlers): Doc fix.
832         (desktop-buffer-file): Explicitly return BUF.
834         * paren.el (show-paren-function): Move back in other direction
835         to verify the match is correct.
837         * mail/supercite.el (sc-select-attribution): Accept whatever value
838         we get in CHOICE; there is no value meaning "try again".
840 2002-03-11  Colin Walters  <walters@verbum.org>
842         * shell.el (toplevel): Revert previous change to use pcomplete.
843         (shell-mode): Ditto.
844         (shell-pcomplete-setup-done): Remove.
845         (shell-pcomplete): Ditto.
846         (shell-pcomplete-reverse): Ditto.
848         * comint.el: Remove documentation on setting up pcomplete.
850 2002-03-11  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
852         * font-lock.el (java-font-lock-extra-types): Add "URL" as separate
853         item.  Doc fix.
855         * image.el (image-type-from-file-header): Make temporary buffer
856         unibyte.
858         * subr.el (add-to-list): Doc fix.
860 2002-03-11  Miles Bader  <miles@gnu.org>
862         * pcomplete.el (pcomplete-entries): Expand environment variables
863         in filename.
865 2002-03-10  Daniel Pfeiffer  <occitan@esperanto.org>
867         * play/mpuz.el: Use defface instead of facemenu-get-face.
869 2002-03-10  Jan D.  <Jan.Djarv@mbox200.swipnet.se>
871         * startup.el (command-line): Add call to emacs-session-restore if
872         both x-session-id and x-session-previous-id are strings.
874         * term/x-win.el (x-handle-smid): New function.
875         (emacs-session-filename): New function.
876         (emacs-session-save): New function.
877         (emacs-save-session-functions): New variable.
878         (emacs-session-restore): New function.
880 2002-03-09  Eli Zaretskii  <eliz@is.elta.co.il>
882         * simple.el (shell-command-on-region): Call push-mark with
883         non-nil second arg, to suppress the "Mark set" message.
885 2002-03-08  Richard M. Stallman  <rms@gnu.org>
887         * textmodes/picture.el (picture-forward-column): New arg `interactive'
888         is non-nil for an interactive call.  Use instead of interactive-p.
889         (picture-backward-column): Likewise.
891         * tar-mode.el (tar-untar-buffer): New function.
893         * info.el (Info-fontify-node): Bind up-clicks, not down-clicks.
894         Put the mouse-face on the entire xref, like the local keymap.
896         * find-dired.el (find-name-dired): Use shell-quote-argument.
898 2002-03-08  Daniel Pfeiffer  <occitan@esperanto.org>
900         * play/mpuz.el (mpuz-unsolved-face, mpuz-solved-face)
901         (mpuz-trivial-face, mpuz-text-face, mpuz-solve-when-trivial)
902         (mpuz-allow-double-multiplicator): New options for nicer look and
903         new features.
904         (mpuz-put-number-on-board, mpuz-paint-number, mpuz-solve): New funs.
905         (mpuz-check-all-solved, mpuz-random-puzzle)
906         (mpuz-paint-statistics, mpuz-paint-digit, mpuz-close-game)
907         (mpuz-show-solution): Functions streamlined and removed french
908         style space before punctuation, added face support and optional
909         solving of trivial results.
911 2002-03-07  Colin Walters  <walters@verbum.org>
913         * ibuf-macs.el (define-ibuffer-column): Add :summarizer property.
915         * ibuffer.el (ibuffer-update-mode-name): Substitute "view time"
916         instead of "recency" for clarity.
917         (ibuffer-compile-format): Document more.  Handle new "summarizer"
918         columns.
919         (ibuffer-fontify-region-function): Ditto.
920         (ibuffer-insert-buffer-line): Ditto.
921         (ibuffer-map-lines): Ditto.
922         (ibuffer-insert-buffers-and-marks): Ditto.
923         (ibuffer-update-title-and-summary): Renamed from
924         `ibuffer-update-title'.  Handle "summarizer" columns.
925         (ibuffer-clear-summary-columns): New function.
927         * ibuf-ext.el (ibuffer-filter-format-alist): Add type and group.
929 2002-03-07  Gerd Moellmann  <gerd@gnu.org>
931         * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
932         Use the other-window instead of the other-frame functions when
933         the window is dedicated.
935 2002-03-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
937         * textmodes/bibtex.el (bibtex-make-field): Call bibtex-find-text
938         with SILENT so that a new field can be added.
940 2002-03-06  Eli Zaretskii  <eliz@is.elta.co.il>
942         * files.el (make-auto-save-file-name): Make sure the produced file
943         name does not contain characters that are invalid for DOS/Windows
944         filesystems.
946         * dos-fns.el, w32-fns.el (make-auto-save-file-name):
947         Remove replacement functions.
949 2002-03-06  Gerd Moellmann  <gerd@gnu.org>
951         * font-lock.el (lisp-font-lock-keywords-2): Highlight keywords of
952         the form `:x'.
954         * vc.el (vc-branch-part): Add autoload cookie.  This function can
955         be called from vc-rcs-find-most-recent-rev when visiting a file
956         checked into RCS in a CVS sandbox.
958 2002-03-06  Andreas Schwab  <schwab@suse.de>
960         * progmodes/hideif.el: Augment expression parser to handle
961         conditional expressions.
962         (hif-token-regexp): Also match `?' and `:'.
963         (hif-tokenize): Handle `?' and ':' as tokens.
964         (hif-expr): Parse conditional expressions.
965         (hif-or-expr): Parse `||' expressions.
966         (hif-and-expr): Renamed from hif-term.
967         (hif-conditional): New function to evaluate a conditional
968         expression.
970 2002-03-06  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
972         * language/czech.el ("Czech"): Fix the documentation.
974         * language/slovak.el ("Slovak"): Likewise.
976 2002-03-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
978         * xml.el (xml-parse-attlist): Accept empty strings.
980 2002-03-05  Eli Zaretskii  <eliz@is.elta.co.il>
982         * mouse.el (mouse-show-mark): Remove the no-highlight alternative:
983         all terminals now support highlighting of some kind.
985         * language/european.el (mac-roman): Fix the safe-chars property.
987 2002-03-05  Andre Spiegel  <spiegel@gnu.org>
989         * vc.el (vc-transfer-file): Use `make-temp-file'.
990         (vc-default-update-changelog): Remove conditional use of
991         `make-temp-name'.
993         * vc-cvs.el (vc-cvs-diff-tree): Fix typo in parameter names.
995 2002-03-05  Michael Kifer  <kifer@cs.stonybrook.edu>
997         * ediff-init.el: Comments.
999         * ediff-hook.el: Got rid of autoloads. Not needed, since the hook
1000         is loaded.
1002         * ediff-mult.el (ediff-intersect-directories)
1003         (ediff-prepare-meta-buffer,ediff-get-directory-files-under-revision):
1004         Cleanup.
1005         (ediff-draw-dir-diffs): Now supports the "C" command in directory
1006         difference buffer.
1007         (ediff-dir-diff-copy-file): New function that implements copying
1008         of files from one Ediff dir to another
1009         (ediff-bury-dir-diffs-buffer): Kills the buffer instead.
1010         (ediff-append-custom-diff): Better error msgs.
1012         * ediff-util.el (ediff-compute-custom-diffs-maybe): Buglet fix.
1013         (ediff-inferior-compare-regions): Use
1014         ediff-clone-buffer-for-region-comparison. Better and simpler interface.
1016         * ediff.el (ediff-directories-internal): Cleanup.
1017         (ediff-clone-buffer-for-region-comparison): Better interface.
1019 2002-03-04  Richard M. Stallman  <rms@gnu.org>
1021         * emacs-lisp/easy-mmode.el (define-minor-mode):
1022         Use "P" in interactive spec of minor mode commands.
1024 2002-03-04  Stefan Monnier  <monnier@cs.yale.edu>
1026         * faces.el (face-spec-choose): Allow `t' to appear before the end.
1027         (mode-line, tool-bar, minibuffer-prompt, region, fringe, bold, italic)
1028         (bold-italic, underline, highlight, secondary-selection, fixed-pitch)
1029         (variable-pitch, trailing-whitespace): Don't use the old-style entries.
1030         (mode-line-inactive, header-line): Move the `t' section to the
1031         beginning so the `:inherit' setting can be shared.
1033 2002-03-04  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1035         * net/snmp-mode.el: Require tempo when compiling to prevent
1036         warnings.  Update copyright notice.
1038         * help.el (describe-key-briefly, describe-key): Interpret `undefined'
1039         like not defined at all.
1041 2002-03-03  Stefan Monnier  <monnier@cs.yale.edu>
1043         * textmodes/sgml-mode.el: Change maintainer to FSF.
1044         (sgml-start-tag-regex, sgml-font-lock-keywords-1, sgml-mode-common)
1045         (sgml-tags-invisible, sgml-beginning-of-tag):
1046         Allow _ : and non-ASCII in tag names, as required for XML.
1047         (sgml-name-char): Don't assume anything about charsets handled by
1048         encode-char.
1050         * textmodes/tex-mode.el (tex-guess-main-file): Handle the case
1051         where one of the buffers is narrowed.
1053         * hexl.el (hexlify-command, dehexlify-command): Remove.
1054         (hexlify-buffer, dehexlify-buffer): Use call-process-region
1055         rather than shell-command-on-region.
1057         * newcomment.el (comment-forward): Use forward-comment to skip
1058         over whitespace (or comments) even when comment-use-syntax is nil.
1060         * progmodes/cperl-mode.el (cperl-menu): Add "-emacs" to the version.
1062         * textmodes/xml-lite.el: New file.
1064 2002-03-03  Richard M. Stallman  <rms@gnu.org>
1066         * textmodes/artist.el (artist-system): Use make-temp-file.
1068         * progmodes/ps-mode.el (ps-run-make-tmp-filename): Use make-temp-file.
1070         * mail/sendmail.el (mail-recover-1): Increase non-random-len
1071         by 1 since we changed make-auto-save-file-name to add one
1072         fewer character to the buffer name.
1073         (mail-recover): Really show point at the right place
1074         in the *Directory* buffer.
1076         * files.el (make-auto-save-file-name): Use make-temp-file.
1078         * terminal.el (te-create-terminfo): Use make-temp-file
1079         to create the source file in a safe way.
1081 2002-03-03  Eli Zaretskii  <eliz@is.elta.co.il>
1083         * cus-start.el: Rename automatic-hscroll-step and
1084         automatic-hscroll-margin into hscroll-step and hscroll-margin.
1086         * frame.el (auto-hscroll-mode): Renamed from
1087         automatic-hscrolling.
1088         (automatic-hscrolling): Now a defvaralias for auto-hscroll-mode.
1090         * mouse.el (mouse-region-delete-keys): Add deletechar.
1092 2002-03-03  Sam Steingold  <sds@gnu.org>
1094         * play/snake.el (snake-score-file): Fixed parens (broken by the
1095         last patch).
1096         * play/tetris.el (tetris-score-file): Ditto.
1098 2002-03-03  Richard M. Stallman  <rms@gnu.org>
1100         * play/tetris.el (tetris-score-file): Put in home dir, not in /tmp.
1102         * play/snake.el (snake-score-file): Put in home dir, not in /tmp.
1104         * play/gamegrid.el (gamegrid-set-font, gamegrid-setup-face)
1105         (gamegrid-make-mono-tty-face): Fix usage of condition-case.
1107 2002-03-03  Thien-Thi Nguyen  <ttn@gnu.org>
1109         * calendar/diary-lib.el (list-diary-entries): Use `buffer-substring'
1110         instead of `buffer-substring-no-properties' to support enriched mode.
1112 2002-03-02  Richard M. Stallman  <rms@gnu.org>
1114         * find-dired.el (find-grep-dired): Call shell-quote-argument.
1115         Specify the -e option.
1116         Rename arg to `regexp'.
1118 2002-03-02  Milan Zamazal  <pdm@zamazal.org>
1120         * textmodes/tildify.el (tildify-string-alist): Add entry for xml-mode.
1122 2002-03-02  Miles Bader  <miles@gnu.org>
1124         * mwheel.el (mwheel-scroll): Remove `double' and `triple' from the
1125         event-modifiers before looking up in `mouse-wheel-scroll-amount'.
1126         If there's no applicable modifiers entry in the alist in
1127         `mouse-wheel-scroll-amount', fall back to the default, not to
1128         nil (which causes full screen scrolls).
1130 2002-03-01  Andreas Schwab  <schwab@suse.de>
1132         * textmodes/texnfo-upd.el (texinfo-start-menu-description):
1133         Remove extra paren in regexp.
1135 2002-03-01  Eli Zaretskii  <eliz@is.elta.co.il>
1137         * mouse.el (mouse-show-mark): Use display-mouse-p, not
1138         display-graphic-p, to decide whether to move point or use the
1139         highlighting.
1141 2002-02-28  Colin Walters  <walters@verbum.org>
1143         * eshell/esh-var.el (eshell-parse-variable-ref): Use `make-temp-file'.
1145         * calc/calc-graph.el (calc-gnuplot-tempfile): Don't expand against
1146         `temporary-file-directory'; we now do that in `calc-graph-file-cache'.
1147         (calc-temp-file-name): Use `make-temp-file'.
1149 2002-02-28  Richard M. Stallman  <rms@gnu.org>
1151         * font-lock.el (java-font-lock-extra-types):
1152         Match java.net.URL, etc.
1154 2002-02-28  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1156         * hexl.el (hexl-options): Doc fix.
1157         Update Commentary section.
1159         * textmodes/sgml-mode.el (sgml-specials, sgml-quick-keys):
1160         Doc fixes.
1162 2002-02-28  Andre Spiegel  <spiegel@gnu.org>
1164         * vc.el (vc-revert-buffer): If the buffer is not saved, prompt
1165         the user to do that first.
1166         (vc-update): New function.
1168         * vc-hooks.el (vc-menu-map): New entry "Update to Latest Version",
1169         which calls vc-update.  Use the term "Base Version" instead of
1170         "Last Version" for the entries "Revert" and "Compare".
1172 2002-02-28  Kim F. Storm  <storm@cua.dk>
1174         * simple.el (shell-command-on-region): Report non-zero exit
1175         status in mode line instead of buffer.
1177 2002-02-27  Richard M. Stallman  <rms@gnu.org>
1179         * comint.el (comint-preoutput-filter-functions): Doc fix.
1180         (comint-output-filter-functions, comint-input-filter-functions)
1181         (comint-redirect-filter-functions): Likewise.
1183         (comint-redirect-preoutput-filter): Do the local-hook
1184         handling of t when running comint-redirect-filter-functions.
1185         (comint-output-filter): Likewise for comint-preoutput-filter-functions.
1187 2002-02-26  Richard M. Stallman  <rms@gnu.org>
1189         * paths.el (remote-shell-program): Add doc string.
1191 2002-02-26  Colin Walters  <walters@debian.org>
1193         * ibuf-ext.el (sorter mode-name): New.
1194         (ibuffer-do-occur): Don't quote ibuffer-marked-char.
1196         * calc/calc-ext.el (calc-scroll-left): Call scroll-left
1197         interactively, so they do something.
1198         (calc-scroll-right): Ditto.
1200 2002-02-26  Eli Zaretskii  <eliz@is.elta.co.il>
1202         * international/mule.el (ctext-pre-write-conversion): Handle the
1203         case when FROM is a string, and when we are called from
1204         build_annotations_2.
1206 2002-02-26  Richard M. Stallman  <rms@gnu.org>
1208         * rect.el (clear-rectangle-line): Reindent to the same column
1209         that move-to-column reached when it tried to go to endcol.
1211         * icomplete.el (icomplete-exhibit): Use minibuffer-prompt-end.
1213 2002-02-26  Ivar Rummelhoff  <ivarru@math.uio.no>
1215         * winner.el (winner-boring-buffers, winner-set): A window which
1216         displays a buffer whose name is in the list
1217         `winner-boring-buffers', will no longer be restored by `winner-undo'.
1218         (winner-sorted-window-list): Used to improve comparison between
1219         window configurations.
1220         (winner-win-data): Simplified and moved.
1221         (winner-conf): Simplified (now uses `winner-win-data').
1222         (winner-change-fun, winner-save-old-configurations)
1223         (winner-save-(un)conditionally, winner-redo): Changes made while in
1224         the minibuffer will be ignored.  (Such changes are undone upon
1225         exit for the minibuffer, anyway.)
1226         (winner-set-conf): Preserve selected window whenever possible.
1227         (winner-make-point-alist): Simplified.
1228         (winner-mode, winner-save-unconditionally): Save current window
1229         configuration on entering minibuffer.
1230         (minor-mode-alist): Don't add winner-mode to `minor-mode-alist',
1231         since it does not change the overall behavior of Emacs.
1233 2002-02-26  Eli Zaretskii  <eliz@is.elta.co.il>
1235         * international/mule-conf.el (compound-text): Renamed back from
1236         compound-text-no-extensions.
1237         (ctext-no-compositions): Remove the mime-charset property.
1238         (compound-text-with-extensions): Renamed from compound-text.
1239         (x-ctext-with-extensions, ctext-with-extensions): Renamed aliases.
1241 2002-02-26  Juanma Barranquero  <lektu@terra.es>
1243         * faces.el (list-faces-display): Fix typo.
1245 2002-02-25  Richard M. Stallman  <rms@gnu.org>
1247         * frame.el (focus-follows-mouse): Doc fix.
1249 2002-02-26  Miles Bader  <miles@gnu.org>
1251         * mwheel.el (mouse-wheel-mode): Pass vectors instead of symbols
1252         to `define-key', since it no longer accepts the latter.
1254 2002-02-25  Jason Rumney  <jasonr@gnu.org>
1256         * term/w32-win.el (mouse-wheel-scroll-line): Use car of
1257         mouse-wheel-scroll-amount.
1259         * w32-vars.el (mouse-wheel-scroll-amount): Use same definition as
1260         mwheel.el.
1262         * language/japanese.el (iso-2022-jp-2): Add init-bol flag.
1264 2002-02-25  Andre Spiegel  <spiegel@gnu.org>
1266         * vc.el (vc-diff-switches-list): Fix prev change, making the macro
1267         consistent with the others that take a backend name as a symbol.
1269         * vc-cvs.el, vc-rcs.el, vc-sccs.el: Fix calls to vc-diff-switches-list.
1271 2002-02-25  Kim F. Storm  <no-spam@cua.dk>
1273         * comint.el (comint-replace-by-expanded-filename): Do nothing if
1274         comint-match-partial-filename returns nil.
1276         * shell.el (shell-pcomplete-setup-done): New variable.
1277         (shell-pcomplete): Use it instead of shell-pcomplete-setup-p.
1278         (shell-pcomplete-reverse): Ditto.
1280 2002-02-25  Per Abrahamsen  <abraham@dina.kvl.dk>
1282         * ps-print.el (ps-print-printer): Added `lpr' customize group member.
1284 2002-02-25  Juanma Barranquero  <lektu@terra.es>
1286         * subr.el (save-match-data): Doc fix.
1288         * ielm.el (ielm-prompt): Allow customization; make it read-only.
1290 2002-02-25  Kim F. Storm  <storm@cua.dk>
1292         * shell.el (shell-mode-map): Add "Complete" header so completion
1293         menu is shown on the menu bar in shell mode.
1295 2002-02-25  Stefan Monnier  <monnier@cs.yale.edu>
1297         * ielm.el (ielm-match-data): New var.
1298         (inferior-emacs-lisp-mode): Make it buffer-local.
1299         (ielm-eval-input): Use it to preserve match-data between inputs.
1301 2002-02-24  Juanma Barranquero  <lektu@terra.es>
1303         * ielm.el (inferior-emacs-lisp-mode): Use hexl for the dummy process.
1305 2002-02-24  Per Abrahamsen  <abraham@dina.kvl.dk>
1307         * cus-edit.el (custom-unlispify-remove-prefixes): Add to
1308         `custom-buffer' customize group.
1310 2002-02-23  Kim F. Storm  <storm@cua.dk>
1312         * help.el (where-is): Use remap-command.
1314         * help-fns.el (describe-function-1): Use remap-command.
1316         * subr.el (global-set-key, local-set-key): Undo 2002-02-06
1317         change (no longer accept a symbol for the KEY argument).
1319 2002-02-23  Colin Walters  <walters@debian.org>
1321         * calc/calcalg3.el (calc-invent-variables): Convert integer to string.
1322         * calc/calcalg2.el (math-solve-get-sign): Ditto.
1324         * ibuffer.el (ibuffer-compile-format): Don't uselessly bind `pt'
1325         in generated function.
1327         * ibuf-ext.el (ibuffer-old-time): Change to hours.
1328         (ibuffer-mark-old-buffers): Handle it.
1330         * shell.el (shell-pcomplete, shell-pcomplete-reverse): New functions.
1331         (toplevel): Bind them.
1332         (shell-mode): Don't set `comint-dynamic-complete-functions'; it is
1333         not necessary now that we use pcomplete.
1335         * comint.el: Document how use new pcomplete completion facility.
1337 2002-02-23  Richard M. Stallman  <rms@gnu.org>
1339         * mail/rmailsum.el (rmail-summary-output): Properly advance
1340         to next message, by calling rmail-summary-goto-msg.
1342         * net/browse-url.el (browse-url-galeon): Specify --existing
1343         for an existing window.  Use --noraise rather than --no-raise.
1344         Don't use -x.
1346 2002-02-22  Eli Zaretskii  <eliz@is.elta.co.il>
1348         * progmodes/etags.el (find-tag-noselect, find-tag)
1349         (find-tag-other-window, find-tag-other-frame, find-tag-regexp):
1350         Fix a typo in doc strings.
1352 2002-02-20  Deepak Goel  <deego@glue.umd.edu>
1354         * play/snake.el (snake-velocity-queue, snake-update-velocity)
1355         (snake-final-x-velocity, snake-final-y-velocity):
1356         New variable and functions.  Store user's keypresses
1357         into a queue and pop from the queue each subsequent turn.
1358         (snake-update-game, snake-move-left)
1359         (snake-move-right, snake-move-up, snake-move-down, snake-active-p)
1360         (snake-start-game): Use that queue.
1361         (snake-use-glyphs-flag): Renamed from snake-use-glyphs.
1362         (snake-use-color-flag): Likewise.
1363         (snake-mode): Rename uses of those variables.
1365 2002-02-22  Eli Zaretskii  <eliz@is.elta.co.il>
1367         Support for ICCCM  Extended Segments in X selections:
1369         * international/mule-conf.el (ctext-no-compositions): New coding
1370         system.
1371         (compount-text-no-extensions): Renamed from compound-text.
1372         (x-ctext-no-extensions, ctext-no-extensions): Aliases for
1373         compound-text-no-extensions.
1374         (compound-text): Redefined using post-read and pre-write conversions.
1376         * international/mule.el (non-standard-icccm-encodings-alist)
1377         (non-standard-designations-alist): New variables.
1378         (ctext-post-read-conversion, ctext-pre-write-conversion):
1379         New functions.
1381 2002-02-21  Jonathan Kamens  <jik@kamens.brookline.ma.us>
1383         * vc.el (vc-default-init-version): Update documentation to
1384         indicate that the backend can override the default init version.
1385         (vc-register): Use the backend init-version function, if it
1386         exists, to determine the initial version of a file.
1387         (vc-diff-switches-list): Don't symbol-quote backend, since it's
1388         already a symbol.  Don't fail if vc-BACKEND-diff-switches isn't bound.
1390         * vc-hooks.el (vc-mode-line): Set vc-mode to nil if the file is
1391         not version-controlled.  This is necessary, e.g., if the file has
1392         just been reverted, and thus was previously under version control
1393         but isn't any longer.
1394         (vc-find-file-hook): Likewise.
1396 2002-02-21  Martin Lorentzson  <Martin.Lorentzson@telia.com>
1398         * vc-cvs.el (vc-cvs-sticky-date-format-string): New variable.
1399         (vc-cvs-sticky-tag-display): New variable.
1400         (vc-cvs-mode-line-string): Add sticky-tag to the mode-line.
1401         (vc-cvs-checkin): If the input revision is a valid symbolic tag
1402         name, we create it as a branch, commit and switch to it.
1403         (vc-cvs-retrieve-snapshot): Set file-property sticky-tag.
1404         (vc-cvs-valid-symbolic-tag-name-p): New function.
1405         (vc-cvs-parse-sticky-tag): New function.
1406         (vc-cvs-parse-entry): Added parsing of sticky tags.
1408 2002-02-21  Per Abrahamsen  <abraham@dina.kvl.dk>
1410         * toolbar/tool-bar.el (tool-bar-mode): Revert the :init-value to
1411         nil, and then explicitly set the standard-value to t.
1413 2002-02-20  Sam Steingold  <sds@gnu.org>
1415         * textmodes/flyspell.el (flyspell-mode): Autoload the variable
1416         since it is used in the menu bar.
1418 2002-02-20  Richard M. Stallman  <rms@gnu.org>
1420         * simple.el (shell-command-on-region): Display the exit status
1421         when a command fails.
1423         * subr.el (add-hook): Doc fix.
1425         * frame.el (other-frame): Doc fix.
1427         * simple.el (yank): Clear `field' property.
1429 2002-02-20  Tom Tromey  <tromey@cachet>
1431         * progmodes/tcl.el (tcl-do-fill-paragraph): Find and fill on more
1432         natural paragraph boundaries.  Don't fail at beginning of buffer.
1434 2002-02-20  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1436         * tar-mode.el (tar-next-line, tar-previous-line): Add doc string,
1437         call the argument "arg" to match plain next-line and
1438         previous-line.  From Kevin Ryde <user42@zip.com.au>.
1440 2002-02-19  Sam Steingold  <sds@gnu.org>
1442         * mwheel.el (mouse-wheel-scroll-amount): Can specify different
1443         scroll amounts for different modifiers now.
1444         (mwheel-scroll): Handle the new `mouse-wheel-scroll-amount'
1445         format properly.
1446         (mouse-wheel-mode): Ditto.
1448 2002-02-19  Eli Zaretskii  <eliz@is.elta.co.il>
1450         * textmodes/bibtex.el (bibtex-parse-keys): Put save-match-data
1451         around function body.
1453         * net/browse-url.el (browse-url-maybe-new-window): Reverse the
1454         sense of the comparison, to match the doc strings of functions
1455         that use this macro.
1457 2002-02-19  Per Abrahamsen  <abraham@dina.kvl.dk>
1459         * facemenu.el (describe-text-mode-map): Removed bootstrap kludge.
1461         * toolbar/tool-bar.el (tool-bar-mode): Made the standard value t.
1462         * menu-bar.el (menu-bar-mode): Ditto.
1464 2002-02-18  Andreas Schwab  <schwab@suse.de>
1466         * replace.el (query-replace-regexp-eval): Doc fix.
1468 2002-02-18  Colin Walters  <walters@verbum.org>
1470         * calc/calcalg2.el (math-solve-get-int): Convert return value from
1471         `math-get-from-counter' to a string before calling `concat' on it.
1473         * calc/calc-maint.el (calc-split-manual): Look for calc.texi.
1474         (calc-public-autoloads): Obsolete; remove.
1475         (calc-private-autoloads): Ditto.
1476         (calc-add-autoloads): Ditto.
1478         * calc/calc-macs.el (calc-with-default-simplification): Use &rest
1479         for body.
1481 2002-02-17  Jason Rumney  <jasonr@gnu.org>
1483         * w32-win.el (x-option-alist, x-long-option-alist)
1484         (x-switch-definitions): Remove, use command-line-x-option-alist
1485         instead to be consistent with X.
1486         (x-handle-initial-switch): New function.
1488 2002-02-17  Eli Zaretskii  <eliz@is.elta.co.il>
1490         * faces.el (mode-line-inactive, header-line): Add the :inherit
1491         attribute for the tty case.
1493 2002-02-17  stanislav shalunov  <shalunov@internet2.edu>
1495         * mail/uce.el (uce-reply-to-uce): Fix incorrect behavior when
1496         invoked from Rmail with full headers displayed.
1498 2002-02-17  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1500         * emacs-lisp/lisp.el (mark-defun): Don't leave multiple marks
1501         when repeated.
1502         * textmodes/paragraphs.el (mark-paragraph): Ditto.
1504 2002-02-17  Per Abrahamsen  <abraham@dina.kvl.dk>
1506         * menu-bar.el (menu-bar-showhide-menu): Added speedbar.
1507         (menu-bar-tools-menu): Removed speedbar.
1509         * textmodes/ispell.el (ispell-menu-map): Added `customize-ispell'
1510         and `flyspell-mode' entries.
1512         * textmodes/flyspell.el (flyspell): Add to ispell group.
1514 2002-02-17  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1516         * emacs-lisp/lisp.el (mark-sexp): Don't leave multiple marks when
1517         repeated.
1518         (mark-defun): Mark more if repeated.
1520 2002-02-17  Colin Walters  <walters@verbum.org>
1522         * ibuf-ext.el (ibuffer-toggle-sorting-mode): Make it work.
1524         * ibuffer.el (ibuffer-truncate-lines): New option.
1525           (ibuffer-mode):  Use it.
1527 2002-02-17  Kim F. Storm  <storm@cua.dk>
1529         * cus-start.el: Add mouse-highlight.
1531 2002-02-16  Eli Zaretskii  <eliz@is.elta.co.il>
1533         * Makefile.in (DONTCOMPILE): Remove cus-start.el.
1535         * cus-start.el: Add automatic-hscroll-margin and
1536         automatic-hscroll-step.
1538 2002-02-16  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1540         * cus-start.el (x-autoselect-window): Allow customization.
1542         * eshell/em-alias.el (eshell-alias-initialize): Do not use
1543         make-local-hook.
1545         * eshell/em-cmpl.el (eshell-cmpl-initialize): Likewise.
1547         * eshell/em-dirs.el (eshell-dirs-initialize): Likewise.
1549         * eshell/em-glob.el (eshell-glob-initialize): Likewise.
1551         * eshell/em-hist.el (eshell-hist-initialize): Likewise.
1553         * eshell/em-pred.el (eshell-pred-initialize): Likewise.
1555         * eshell/em-prompt.el (eshell-prompt-initialize): Likewise.
1557         * eshell/em-rebind.el (eshell-rebind-initialize): Likewise.
1559         * eshell/em-smart.el (eshell-smart-initialize): Likewise.
1561         * eshell/em-unix.el (eshell-unix-initialize): Likewise.
1563         * eshell/esh-cmd.el (eshell-cmd-initialize): Likewise.
1565         * eshell/esh-ext.el (eshell-ext-initialize): Likewise.
1567         * eshell/esh-io.el (eshell-io-initialize): Likewise.
1569         * eshell/esh-mode.el (eshell-mode): Likewise.
1571         * eshell/esh-test.el (eshell-show-usage-metrics): Likewise.
1573         * eshell/esh-var.el (eshell-var-initialize): Likewise.
1575         * progmodes/idlw-shell.el (idlwave-shell-mode): Likewise.
1577         * progmodes/idlwave.el (idlwave-mode): Likewise.
1579         * textmodes/reftex-sel.el (reftex-select-label-mode)
1580         (reftex-select-bib-mode): Likewise.
1582 2002-02-16  John Wiegley  <johnw@gnu.org>
1584         * eshell/em-hist.el (eshell-hist-initialize): When in the
1585         minibuffer, use the global value of `eshell-history-ring', and
1586         never save it to disk, or ask to save it to disk.  This allows
1587         users of session.el to control whether its global state should be
1588         persisted or not.
1589         (eshell-add-command-to-history): Don't write Eshell's history out
1590         to disk, let the governing mode control that upon exit.
1592 2002-02-16  Eli Zaretskii  <eliz@is.elta.co.il>
1594         * eshell/eshell.el (eshell-command): Before reading from the
1595         minibuffer, add eshell-add-command-to-history to
1596         minibuffer-exit-hook, and remove it after read-from-minibuffer
1597         returns.
1599         * eshell/em-hist.el (eshell-add-input-to-history): New function,
1600         with most of the code from eshell-add-to-history.
1601         (eshell-add-command-to-history): New function, to record in
1602         eshell-history the commands run via eshell-command.
1603         (eshell-add-to-history): Call eshell-add-command-to-history to do
1604         most of the work.
1606 2002-02-16  John Wiegley  <johnw@gnu.org>
1608         * eshell/esh-ext.el (eshell-external-command): Added a fix for
1609         XEmacs' new dired.el, which adds a global entry in the
1610         `file-name-handler-alist'.
1612 2002-02-16  John Wiegley  <johnw@gnu.org>
1614         * align.el (align-region): Added a missing name argument.
1616 2002-02-16  John Wiegley  <johnw@gnu.org>
1618         * eshell/esh-ext.el (eshell-script-interpreter): Allow whitespace
1619         after the #! of a shell interpretor specification.
1621 2002-02-15  Richard M. Stallman  <rms@gnu.org>
1623         * help.el (describe-key-briefly): Make output in INSERT case
1624         look just like what is displayed in the normal case.
1626 2002-02-15  Andreas Schwab  <schwab@suse.de>
1628         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Require
1629         non-letter after specials.
1631 2002-02-15  Eli Zaretskii  <eliz@is.elta.co.il>
1633         * menu-bar.el (menu-bar-tools-menu): Add an item for Calculator.
1635 2002-02-15  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1637         * simple.el (mark-word): Mark more if repeated.
1638         * textmodes/paragraphs.el (mark-paragraph): Ditto.
1639         (mark-end-of-sentence): Ditto.
1641 2002-02-15  Per Abrahamsen  <abraham@dina.kvl.dk>
1643         * wid-edit.el (widgetp): Made it more robust.
1645 2002-02-14  Per Abrahamsen  <abraham@dina.kvl.dk>
1647         * facemenu.el (describe-text-done): New function.
1648         (describe-text-mode-map): New variable.
1649         (describe-text-mode-hook): New option.
1650         (describe-text-mode): New function.
1651         (describe-text-widget): New function.
1652         (describe-text-sexp): New function.
1653         (describe-text-properties): New function.
1654         (describe-text-category): New command.
1655         (describe-text-at): New command.
1656         (facemenu-menu): Replace `list-text-properties-at' with
1657         `describe-text-at' in the menu.
1659         * wid-edit.el (widgetp): New function.
1660         * wid-edit.el (widget-keymap, widget-insert, widget-setup):
1661         Autoloaded.
1663         * emacs-lisp/pp.el (pp-to-string): Autoloaded.
1665         * wid-browse.el: Removed version and x-url keywords.
1667 2002-02-13  Kim F. Storm  <storm@cua.dk>
1669         * cus-start.el (mode-line-in-non-selected-windows):
1670         Allow customization.
1672 2002-02-13  Richard M. Stallman  <rms@gnu.org>
1674         * textmodes/bibtex.el (bibtex-parse-buffers-stealthily):
1675         Tell bibtex-parse-keys to output no progress messages.
1677         * international/mule-diag.el (list-input-methods):
1678         Use help-input-method, not describe-input-method, for button type.
1680         * register.el (describe-register-1): Access register contents here.
1682         * textmodes/text-mode.el (text-mode-hook-identify):
1683         Restore previous definition.  Add to text-mode-hook again.
1685         * mail/mailabbrev.el (define-mail-abbrev): Define as system abbrev.
1686         (mail-abbrev-in-expansion-header-p): Copy the code of mail-header-end
1687         to avoid needing sendmail.el at run time.
1689         * bindings.el (mode-line-minor-mode-keymap): Definition moved up.
1690         Initialization moved up too.
1691         (mode-line-modes): Use :propertize.
1692         (mode-line-mode-menu-keymap): Var deleted.
1693         (mode-line-copied-mode-name): Var deleted.
1694         (mode-line-mode-name): Function deleted.
1695         (mode-line-mode-menu): Each item now shows its mode line lighter.
1696         (minor-mode-alist): Don't call propertize here.
1698 2002-02-12  Eli Zaretskii  <eliz@is.elta.co.il>
1700         * progmodes/pascal.el (pascal-imenu-generic-expression):
1701         Add menu-title and fix parentheses.
1703 2002-02-12  Per Abrahamsen  <abraham@dina.kvl.dk>
1705         * menu-bar.el (menu-bar-options-save): Removed `truncate-lines'.
1706         (menu-bar-options-menu): Don't set default value for `truncate-lines'.
1708 2002-02-12  Per Abrahamsen  <abraham@dina.kvl.dk>
1710         * menu-bar.el (menu-bar-options-save): Only save
1711         `current-language-environment' and `default-input-method' when
1712         marked as customized.
1714         * international/mule-cmds.el
1715         (setup-specified-language-environment):
1716         Mark `current-language-environment' as customized.
1717         (set-input-method): Mark `default-input-method' as customized when
1718         called interactively.
1719         (toggle-input-method): Ditto.
1721 2002-02-11  Colin Walters  <walters@verbum.org>
1723         * ibuffer.el (ibuffer-switch-format): Supply required argument for
1724         `ibuffer-current-formats'.
1726 2002-02-11  Miles Bader  <miles@gnu.org>
1728         * faces.el (mode-line-inactive): Add dark-background variant.
1730 2002-02-11  Per Abrahamsen  <abraham@dina.kvl.dk>
1732         * toolbar/tool-bar.el (tool-bar-mode): Removed standard value.
1733         * menu-bar.el (menu-bar-mode): Ditto.
1734         * cus-edit.el (customize-mark-to-save): Always save variables
1735         without a standard value.
1737         * menu-bar.el (menu-bar-make-toggle): Made it aware of customize.
1738         (menu-bar-options-save): Ditto.
1739         (menu-bar-showhide-menu): Ditto.
1740         (menu-bar-options-menu): Ditto.
1741         (menu-bar-scroll-bar-right, menu-bar-scroll-bar-left)
1742         (menu-bar-scroll-bar-none): Remove.
1743         (menu-bar-showhide-scroll-bar-menu): Use customize aware lambda
1744         expressions instead.
1746         * cus-edit.el (customize-set-value): Return value.
1747         (customize-set-variable): Ditto.
1748         (customize-save-variable): Ditto.
1749         (customize-set-variable): Load dependencies before setting value.
1750         (custom-load-symbol): Autoload it.
1751         (customize-mark-as-set): New function.
1753 2002-02-11  Eli Zaretskii  <eliz@is.elta.co.il>
1755         * cus-start.el: Don't warn about "x-*" symbols when building a
1756         non-GUI version.
1758 2002-02-11  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1760         * strokes.el (strokes-do-stroke, strokes-do-complex-stroke):
1761         Doc fix.
1762         (strokes-help): Do not use doubled with-output-to-temp-buffer.
1763         Fix the help string.
1764         (strokes-prompt-user-save-strokes): Fix typo.
1765         (strokes-list-strokes): Use proper exit-action argument for
1766         view-buffer.  Update copyright notice.
1768         * international/mule-diag.el: Various doc and message fixes.
1769         (non-iso-charset-alist): Add mac-roman.  Don't add entries for
1770         codepages already present.
1771         (list-block-of-chars): Display space for null entries in
1772         translation table.  Display tab specially.
1773         (list-non-iso-charset-chars): Check for null charsets.  Use pop
1774         for clarity.  Don't break 8-bit sets into sections between ranges.
1775         (list-charset-chars): Avoid indent-tabs-mode.
1776         (describe-char-after): Maybe use the text property for syntax
1777         table information.  Maybe report char-code-property-table info.
1778         Maybe report character's unicode.  Tweak printing of list info.
1779         (list-input-methods): Add xref buttons.
1780         (dump-charsets, dump-codings): Deleted (obsolete).
1781         From Dave Love <fx@gnu.org>.
1783 2002-02-10  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1785         * menu-bar.el (menu-bar-showhide-menu): Rename functions for toggling.
1787 2002-02-10  Michael Kifer  <kifer@cs.stonybrook.edu>
1789         * viper-util.el (viper-read-key-sequence): Fix so it'll read
1790         fast key sequences in emacs native mode
1791         (viper-events-to-keys): Delete.
1793         * viper.el (describe-key, describe-key-briefly): Get rid of
1794         viper-events-to-keys.
1796         * ediff-init.el (ediff-has-gutter-support): Steven Turnbull's patch.
1798         * ediff-wind.el (ediff-setup-control-frame):
1799         Use ediff-has-gutter-support.
1801         * ediff-util.el (ediff-dispose-of-variant-according-to-user):
1802         check if buff is alive.
1804         * ediff.el: Typo in comment.
1806 2002-02-09  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1808         * menu-bar.el (menu-bar-options-save): Take care of
1809         line-number-mode and column-number-mode variables.
1810         (menu-bar-showhide-menu): New menu-items "Show Line Number" and
1811         "Show Column Number" in "Show/Hide" menu.
1813 2002-02-09  Richard M. Stallman  <rms@gnu.org>
1815         * mail/mailabbrev.el (mail-mode-map): Use eval-after-load to change it.
1817 2002-02-09  Kim F. Storm  <storm@cua.dk>
1819         * faces.el (mode-line-inactive): New face for mode-line for
1820         non-selected windows.
1821         (mode-line): Doc fix: Only used for selected window.
1823 2002-02-08  Eli Zaretskii  <eliz@is.elta.co.il>
1825         * calendar/cal-menu.el (calendar-mode-map): Change the menu item's
1826         name to "Insert Diary Entry".
1828 2002-02-08  Stefan Monnier  <monnier@cs.yale.edu>
1830         * font-lock.el (save-buffer-state): Use restore-buffer-modified-p.
1831         (c-font-lock-syntactic-face-function): Accept doxygen-style comments.
1833 2002-02-08  Richard M. Stallman  <rms@gnu.org>
1835         * textmodes/text-mode.el (text-mode-hook-identify): Define as no-op.
1837 2002-02-08  Andreas Schwab  <schwab@suse.de>
1839         * calc/calc.el (calcDigit-key): Use minibuffer-prompt-end instead
1840         of point-min.
1842 2002-02-08  Eli Zaretskii  <eliz@is.elta.co.il>
1844         * net/ange-ftp.el (ange-ftp-process-handle-line)
1845         (ange-ftp-set-xfer-size): If the file's size is a float, divide
1846         by 1024 instead of using ash.
1848         * international/mule-cmds.el (select-safe-coding-system):
1849         State the buffer's name in the message popped in the *Warning* buffer,
1850         and make sure the offending buffer is displayed.
1852 2002-02-07  Markus Rost  <rost@math.ohio-state.edu>
1854         * ffap.el (ffap-newsgroup-p): Test for non-nil symbol-value of htb.
1856 2002-02-07  Richard M. Stallman  <rms@gnu.org>
1858         * terminal.el (terminal-map): Define [menu-bar] so global def is seen.
1860         * register.el (list-registers): New command.
1861         (describe-register-1): New subroutine, taken out of view-register.
1863         * emacs-lisp/copyright.el (copyright-regexp):
1864         Delete the unibyte copyright symbol; it's redundant.
1865         Fix a spazz in the multibyte encoding here.
1867 2002-02-07  Dave Love  <fx@gnu.org>
1869         * language/cyril-util.el (cyrillic-encode-koi8-r-char)
1870         (cyrillic-encode-alternativnyj-char): Get translation tables from
1871         symbol properties, not as variables.
1872         (standard-display-cyrillic-translit): Include unicodes.
1874 2002-02-06  Kim F. Storm  <storm@cua.dk>
1876         * help.el (where-is): Report remapped commands.
1878         * help-fns.el (describe-function-1): Ditto.
1880         * subr.el (global-set-key, local-set-key): Accept a symbol for the
1881         KEY argument (like define-key).
1883 2002-02-06  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1885         * textmodes/flyspell.el (flyspell-insert-function): Doc fix.
1887 2002-02-06  Richard M. Stallman  <rms@gnu.org>
1889         * mail/mailabbrev.el: Require sendmail only at compile time.
1890         (mail-mode-header-syntax-table): Var deleted.
1891         (mail-abbrev-syntax-table): Init to nil, will compute when needed.
1892         (sendmail-pre-abbrev-expand-hook): Only temporarily change
1893         local-abbrev-table and the syntax table.
1894         Compute mail-abbrev-syntax-table if that has not been done.
1896         * progmodes/compile.el (grep-compute-defaults): Definition moved up.
1898         * emacs-lisp/debug.el (debugger-frame-offset): Var deleted.
1899         (debugger-frame-number): Figure out the offset directly.
1900         (debugger-setup-buffer): Don't use debugger-frame-offset.
1901         (debugger-frame, debugger-frame-clear): Likewise.
1902         (debugger-jump): Don't alter debugger-frame-offset.
1904         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
1905         Replace foo-p as var name with foo-flag, not foo-p-flag.
1907         * hilit-chg.el (highlight-changes-active-string): Default to +Chg.
1908         (highlight-changes-passive-string): Default to -Chg.
1909         (highlight-changes-global-modes): Doc fix.
1911         * dired.el (dired-get-filename): Add /: when appropriate
1912         to avoid taking a local name as remote.
1914         * files.el (file-name-non-special): Add special handling for
1915         file-name-sans-versions, file-name-completion, and
1916         file-name-all-completions.
1918         * isearch.el (isearch-update): Don't update display in kbd macro.
1919         (isearch-lazy-highlight-new-loop): Do nothing in kbd macro.
1921         * subr.el (force-mode-line-update): Doc fix.
1923         * subr.el (atomic-change-group, prepare-change-group)
1924         (activate-change-group, accept-change-group, cancel-change-group):
1925         New functions.
1927         * simple.el (undo-get-state, undo-revert-to-state): Fns deleted.
1928         (transpose-subr-1): Use atomic-change-group.
1930         * subr.el (add-minor-mode): Include the mode's lighter string
1931         in the minor mode menu item name.
1933         * mail/rmail.el (rmail-toggle-header): Avoid possibly slow call to
1934         rmail-count-screen-lines starting from (point-min).
1936         * startup.el (use-fancy-splash-screens-p): Need 19 lines,
1937         beyond the image height, to use the fancy splash screen.
1939         * textmodes/text-mode.el (text-mode-hook-identify): Function deleted.
1940         (text-mode): Set text-mode-variant here.
1942 2002-02-06  Eli Zaretskii  <eliz@is.elta.co.il>
1944         * play/pong.el (pong-height): Don't use height that exceeds the
1945         frame height.
1946         (pong-border-options): Make the border colors slightly more bright.
1948         * play/gamegrid.el (gamegrid-display-type): Treat any
1949         color-capable display as color-x, if display-color-p is fboundp.
1950         (gamegrid-make-color-x-face): Don't call gamegrid-color twice.
1951         (gamegrid-make-color-tty-face): Use the value of color, not the
1952         symbol itself.  Don't call gamegrid-color.
1954 2002-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
1956         * gud.el (gud-refresh): Call recenter only after we are sure we
1957         are in the right window.
1959 2002-02-05  Per Abrahamsen  <abraham@dina.kvl.dk>
1961         * cus-edit.el (customize-mark-to-save): New function.
1962         * menu-bar.el (menu-bar-options-save): Rewrote.
1964 2002-02-05  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1966         * cus-start.el (x-use-underline-position-properties):
1967         Allow customization.
1969 2002-02-04  Simon Josefsson  <jas@extundo.com>
1971         * dired.el (dired-load-hook, dired-mode-hook)
1972         (dired-before-readin-hook, dired-after-readin-hook): Defcustom.
1974 2002-02-03  Colin Walters  <walters@verbum.org>
1976         * ibuf-ext.el (ibuffer-filter-format-alist)
1977         (ibuffer-cached-filter-formats, ibuffer-compiled-filter-formats):
1978         New variables.
1979         * ibuffer.el (ibuffer): Remove link; the "home page" for ibuffer
1980         is now the Emacs CVS tree.
1981         (ibuffer-formats): Doc fix.
1982         (ibuffer-active-formats-name, ibuffer-current-formats): New functions.
1983         (ibuffer-current-format): Use them.
1984         (ibuffer-recompile-formats, ibuffer-check-formats)
1985         (ibuffer-switch-format, ibuffer-update-title):
1986         Add support for ibuffer-filter-format-alist.
1987         (define-ibuffer-column process): Remove unncessary consing.
1989         * ibuf-macs.el (define-ibuffer-column): Add beginnings of support
1990         for a summary column.
1992 2002-02-03  Andreas Schwab  <schwab@suse.de>
1994         * window.el (save-selected-window): Move macro before first use.
1995         (balance-windows): Fix misplaced parenthesis.
1997 2002-02-03  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1999         * calculator.el (calculator-displayers): Doc fixes.
2001 2002-02-03  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2003         * menu-bar.el (menu-bar-help-menu): Use different text for tool-tip.
2004         (menu-bar-options-save): Save also the value of `display-time-mode'.
2005         (showhide-date-time): New function.
2006         (menu-bar-showhide-menu): New menu-item "Date and time".
2008 2002-02-03  Eli Zaretskii  <eliz@is.elta.co.il>
2010         * mail/rmail.el (rmail): Use find-buffer-visiting instead of
2011         get-file-buffer to check for rmail buffer existence.
2013         * term.el (term-emulate-terminal): Extract proper command string
2014         which is supplied to term-command-hook.
2016 2002-02-03  Richard M. Stallman  <rms@gnu.org>
2018         * international/quail.el (quail-help): Don't call help-setup-xref.
2020         * international/mule-cmds.el (describe-input-method):
2021         Call help-setup-xref here.
2022         (describe-current-input-method): Doc fix.
2024         * novice.el (disabled-command-hook): Clarify output text.
2025         Indent the paragraph from the command's doc string.
2027         * dabbrev.el (dabbrev--goto-start-of-abbrev):
2028         Exit loop on beginning of field rather than bobp.
2030 2002-02-02  Eli Zaretskii  <eliz@is.elta.co.il>
2032         * mail/uce.el (uce-reply-to-uce): Prune the headers before copying
2033         the message text into the *mail* buffer, and restore the pruned
2034         state after that.
2036         * mail/rmail.el (rmail-redecode-body): Prune the headers before
2037         looking for X-Coding-System header, and restore the pruned state
2038         before returning.
2040 2002-02-02  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2042         * cus-edit.el (customize-save-variable): Fix typo in prompt.
2044         These changes integrate new version of flyspell.el from its
2045         maintainer, Manuel Serrano:
2047         * textmodes/flyspell.el (flyspell-issue-message-flag): New user option.
2048         (flyspell-mode-on, flyspell-notify-misspell)
2049         (flyspell-small-region, flyspell-external-point-words)
2050         (flyspell-large-region): Use it
2051         (flyspell-before-incorrect-word-string)
2052         (flyspell-after-incorrect-word-string): New user options.
2053         (make-flyspell-overlay): Use them.
2054         (flyspell-version): New function.
2055         (flyspell-incorrect-face, flyspell-duplicate-face): Adapt face
2056         definitions to use :weight.
2057         (flyspell-insert-function): New user option.
2058         (flyspell-auto-correct-word, flyspell-correct-word)
2059         (flyspell-xemacs-correct): Use it.
2060         (flyspell-define-abbrev): New function.
2061         (flyspell-auto-correct-word, flyspell-correct-word)
2062         (flyspell-xemacs-correct): Use it.
2063         (make-flyspell-overlay): Use `evaporate' property.
2064         (flyspell-auto-correct-word, flyspell-correct-word): Remove overlay.
2065         (flyspell-emacs-popup): Use `session' instead of `accept'.
2066         (flyspell-auto-correct-previous-pos): New variable.
2067         (flyspell-auto-correct-previous-hook)
2068         (flyspell-auto-correct-previous-word): New functions.
2070 2002-02-02  Eli Zaretskii  <eliz@is.elta.co.il>
2072         * novice.el (enable-command): If Emacs was invoked as "emacs -q",
2073         don't alter the user's ~/.emacs.
2074         (disable-command): If user-init-file is nil or does not exist,
2075         default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
2076         But don't alter the init file if Emacs was invoked as "emacs -q"
2078 2002-02-01  Stefan Monnier  <monnier@cs.yale.edu>
2080         * mail/sendmail.el (mail-mode): Undo half of last change.
2082         * indent.el (indent-for-tab-command): Remove spurious code.
2084         * hi-lock.el (hi-lock-find-patterns): Save restriction.
2086 2002-02-01  Eli Zaretskii  <eliz@is.elta.co.il>
2088         * calendar/time-date.el: Moved from lisp/gnus.
2090         * calendar/parse-time.el: Ditto.
2092 2002-01-31  Richard M. Stallman  <rms@gnu.org>
2094         * international/iso-acc.el (iso-languages): Fix ", " in French.
2096         * cus-start.el (history-length): Specify customization for it.
2098         * emacs-lisp/debug.el (debugger-setup-buffer):
2099         When an eval-buffer frame was reading from a buffer,
2100         insert indication of the buffer position.
2101         (debugger-frame-number): Ignore ;;;-comment lines in backtrace.
2102         (debugger-frame-clear, debugger-frame): Error on non-frame line.
2104         * simple.el (shell-command-on-region): Err if no mark
2105         before reading the command string.
2107         * hl-line.el (hl-line-highlight, hl-line-unhighlight):
2108         Definitions moved down after hl-line-mode var's definition.
2110         * hilit-chg.el (hilit-chg-fixup): Don't alter overlay if not ours.
2111         (hilit-chg-set-face-on-change): Rename arg.
2112         (hilit-chg-make-ov): Detect error earlier.
2114         * ediff-hook.el: Delete autoload cookies.
2116         * comint.el (comint-scroll-show-maximum-output): Default is t.
2118         * emacs-lisp/bytecomp.el (batch-byte-compile): New arg noforce.
2119         (batch-byte-compile-if-not-done): New function.
2121         * Makefile.in (compile): New target.
2122         (compile-always): Renamed from compile-files.
2123         (compile-after-backup): Renamed from compile.
2124         (bootstrap): Depend on compile-always, not compile-files.
2126         * emulation/pc-select.el (pc-select-save-and-set-mode):
2127         Properly use MODE-VAR.
2129 2002-01-29  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2131         * menu-bar.el (menu-bar-help-menu): Change menu-item "Show Emacs
2132         Version" to "About Emacs".
2133         (menu-bar-options-save): Add `default-frame-alist'
2134         to saved variables.
2135         (menu-bar-showhide-scroll-bar-menu): Use frame-parameters instead
2136         of the variable `scroll-bar-mode'.
2138         * startup.el (normal-splash-screen, display-splash-screen):
2139         New functions (separated from command-line-1).
2140         (command-line-1): Use them.
2142 2002-01-28  Eli Zaretskii  <eliz@is.elta.co.il>
2144         * calendar/calendar.el (generate-calendar-month): Doc fix.
2146 2002-01-27  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2148         * time.el (display-time-mail-directory): New option.
2149         (display-time-mail-function): Update doc-string.
2150         (display-time-mail-icon): Use XPM image when available.
2151         (display-time-string-forms): Use more descriptive text as
2152         help-echo property.
2153         (display-time-mail-check-directory): New function.
2154         (display-time-update): Use it.
2156         * menu-bar.el (menu-bar-showhide-scroll-bar-menu):
2157         Quote `window-system'.
2159         * tmm.el (tmm-get-keymap): Honour :visible in `menu-item'.
2160         Add Keywords header.  Update Commentary section.
2161         Update copyright notice.
2163         * menu-bar.el (menu-bar-scroll-bar-right)
2164         (menu-bar-scroll-bar-left, menu-bar-scroll-bar-none)
2165         (showhide-menu-bar): New functions.
2166         (menu-bar-showhide-menu): New submenu "Show/Hide".
2167         (menu-bar-showhide-scroll-bar-menu): "Scroll-bar" submenu of
2168         "Show/Hide".
2169         Update copyright notice.
2171 2002-01-27  Eli Zaretskii  <eliz@is.elta.co.il>
2173         * lazy-lock.el (lazy-lock-mode): Add a reference to jit-lock.
2175 2002-01-26  Evgeny Roubinchtein  <evgenyr@cs.washington.edu>
2177         * pc-select.el (pc-selection-mode-hook)
2178         (pc-select-saved-settings-alist, pc-select-map)
2179         (pc-select-saved-global-map, pc-select-key-bindings-alist)
2180         (pc-select-default-key-bindings, pc-select-extra-key-bindings)
2181         (pc-select-meta-moves-sexps-key-bindings)
2182         (pc-select-tty-key-bindings, pc-select-old-M-delete-binding):
2183         New variables.
2184         (pc-select-define-keys, pc-select-restore-keys): New functions.
2185         (pc-select-add-to-alist, pc-select-save-and-set-var)
2186         (pc-select-save-and-set-mode, pc-select-restore-var)
2187         (pc-select-restore-mode): New macros.
2188         (pc-selection-mode): Completely rewrote the body of the function;
2189         the main goal was to make pc-selection-mode "turn-off"-able, like
2190         other minor modes.  Use define-minore-mode instead of just a
2191         defun.  Store the key bindings into four alists:
2192         pc-select-default-key-bindings, pc-select-extra-key-bindings,
2193         pc-select-meta-moves-sexps-key-bindings, and
2194         pc-select-tty-key-bindings; then have the pc-select-define-keys
2195         function walk those alists instead of calling define-key
2196         repeatedly.  When the mode is turned on, set the
2197         keybindings in global-map and remember the old keybindings; when
2198         the mode is turned off, restore the previously-saved keybindings.
2199         (pc-selection-mode defcustom): Reflect the fact that the mode is
2200         now "turn-off"-able.
2202 2002-01-26  Eli Zaretskii  <eliz@is.elta.co.il>
2204         * eshell/esh-cmd.el (eshell-eval-command): If eshell-resume-eval
2205         returns t, don't treat that as an error.
2207 2002-01-25  Jason Rumney  <jasonr@gnu.org>
2209         * faces.el (face-font-registry-alternatives) [windows-nt]:
2210         Add ms-oemlatin as an alternative for iso8859-1.
2212 2002-01-25  Stefan Monnier  <monnier@cs.yale.edu>
2214         * pcvs.el (cvs-reread-cvsrc): Distinguish between an empty list of
2215         args and the absence of an entry.  Don't add -f each time.
2217 2002-01-25  Eli Zaretskii  <eliz@is.elta.co.il>
2219         * emacs-lisp/cl-seq.el (mismatch): Doc fix.
2221         Support for more than 8 colors on character terminals:
2223         * term/rxvt.el: New file.
2225         * Makefile.in (DONTCOMPILE): Remove term/xterm.el.
2227         * term/xterm.el (xterm-standard-colors): New variable.
2228         (xterm-rgb-convert-to-16bit, xterm-register-default-colors)
2229         (xterm-rxvt-set-background-mode): New functions.
2230         (toplevel): Call xterm-register-default-colors,
2231         xterm-rxvt-set-background-mode, and tty-set-up-initial-frame-faces.
2232         Add support for more keys from xterm's terminfo entry.
2234         * facemenu.el (list-colors-display): If the argument is nil, don't
2235         show more colors that the number returned by display-color-cells.
2237         * term/pc-win.el (msdos-color-values): Reverse the order of the
2238         colors, since tty-color-define now preserves the registration order.
2240         * w32-fns.el (w32-tty-standard-colors): Reverse the order.
2242         * term/tty-colors.el (tty-standard-colors): Reverse the order.
2243         (tty-register-default-colors): New function; code moved from
2244         startup.el's command-line.
2245         (tty-modify-color-alist): Use nconc instead of cons, to preserve
2246         the order the colors where registered.
2248         * frame.el (display-color-cells): Use tty-display-color-cells.
2250         * startup.el (command-line): Call tty-register-default-colors.
2252 2002-01-25  Richard M. Stallman  <rms@gnu.org>
2254         * subr.el (remove): Doc fix.
2256 2002-01-24  Richard M. Stallman  <rms@gnu.org>
2258         * progmodes/compile.el (compilation-handle-exit):
2259         Add a compilation-handle-exit property to the "finished" message.
2260         (compilation-parse-errors): Stop parsing when that property is seen.
2262         * subr.el (substring-no-properties): New function.
2263         (copy-without-properties): Function deleted.
2265         * term/x-win.el (x-handle-geometry): Put sizes on both
2266         initial-frame-alist and default-frame-alist.
2268         * cus-edit.el (custom-save-all): Bind file-precious-flag to t
2269         for saving .emacs.
2271         * files.el (basic-save-buffer-2): Ignore file-error in delete-file.
2273         * calendar/calendar.el (generate-calendar-month): Doc fix.
2275 2002-01-23  Richard M. Stallman  <rms@gnu.org>
2277         * play/tetris.el (tetris): New defgroup.
2278         (tetris-use-glyphs, tetris-use-color, tetris-draw-border-with-glyphs)
2279         (tetris-default-tick-period): Convert to defcustom.
2280         Added * in docstring to indicate user variable.
2281         (tetris-update-speed-function, tetris-mode-hook, tetris-tty-colors)
2282         (tetris-x-colors, tetris-buffer-name, tetris-buffer-width)
2283         (tetris-buffer-height, tetris-width, tetris-height)
2284         (tetris-top-left-x, tetris-top-left-y): Convert to defcustom.
2286 2002-01-22  Stefan Monnier  <monnier@cs.yale.edu>
2288         * mail/sendmail.el (mail-mode): ">" is not a supercite-style prefix
2289         and is already matched by adaptive-fill-regexp.
2291 2002-01-22  Richard M. Stallman  <rms@gnu.org>
2293         * bindings.el (mode-line-copied-mode-name): New variable.
2294         (mode-line-mode-name): Don't modify mode-name itself!
2295         Instead, make a copy and reuse it.
2297         * subr.el (copy-without-properties): New function.
2299         * progmodes/sh-script.el (sh-set-shell): Doc fix.
2301         * net/ange-ftp.el (ange-ftp-canonize-filename): Avoid duplicate
2302         slash if DIR is just slash.
2304         * progmodes/perl-mode.el (perl-mode-abbrev-table): Restore definition.
2306 2002-01-21  Richard M. Stallman  <rms@gnu.org>
2308         * emacs-lisp/copyright.el (copyright-regexp): Fix previous change.
2310         * net/ange-ftp.el (ange-ftp-bs2000-posix-hook-installed):
2311         Move defvar up.
2313         * textmodes/ispell.el (ispell-help): Clean up echo area if user quits.
2315         * ibuffer.el: Don't require ibuf-ext at load time.
2316         (ibuffer): Require ibuf-ext here.
2318 2002-01-21  Francesco Potorti`  <pot@gnu.org>
2320         * generic-x.el (apache-conf-generic-mode): Highlight the first
2321         word in a line even if preceded by blanks.
2323 2002-01-21  Richard M. Stallman  <rms@gnu.org>
2325         * window.el (window-body-height): Handle minibuffer window specially.
2326         Otherwise, don't return less than 1.
2328 2002-01-20  Thomas Dorner  <Thomas.Dorner@start.de>
2330         * ange-ftp.el: Added support for BS2000, and for raw ftp
2331         login commands (needed in some circumstances).
2332         (ange-ftp-raw-login): New custom var.
2333         (ange-ftp-normal-login): Perform login with raw ftp commands, if
2334         ange-ftp-raw-login is set and account password is needed.
2335         (ange-ftp-host-type, ange-ftp-guess-host-type): Handle BS2000 hosts.
2336         (ange-ftp-bs2000-filename-pubset-regexp)
2337         (ange-ftp-bs2000-filename-username-regexp)
2338         (ange-ftp-bs2000-filename-prefix-regexp)
2339         (ange-ftp-bs2000-name-template): New consts.
2340         (ange-ftp-bs2000-short-filename-regexp)
2341         (ange-ftp-bs2000-fix-name-regexp-reverse)
2342         (ange-ftp-bs2000-fix-name-regexp): New consts.
2343         (ange-ftp-bs2000-special-prefix): New custom var.
2344         (ange-ftp-fix-name-for-bs2000)
2345         (ange-ftp-fix-dir-name-for-bs2000): New funs.
2346         (ange-ftp-bs2000-host-regexp, ange-ftp-bs2000-posix-host-regexp)
2347         (ange-ftp-bs2000-posix-hook-installed): New vars.
2348         (ange-ftp-parse-bs2000-filename, ange-ftp-parse-bs2000-listing)
2349         (ange-ftp-bs2000-host, ange-ftp-bs2000-posix-host)
2350         (ange-ftp-add-bs2000-host, ange-ftp-add-bs2000-posix-host): New funs.
2351         (ange-ftp-bs2000-filename-regexp): New const.
2352         (ange-ftp-bs2000-additional-pubsets): New custom var.
2353         (ange-ftp-bs2000-cd-to-posix): New fun.
2355 2002-01-20  Colin Walters  <walters@verbum.org>
2357         * ibuffer.el: (toplevel) Require `ibuf-ext', which is now compiled
2358         with `byte-compile-dynamic'.
2359         (ibuffer-default-directory, toplevel): Doc files.
2361 2002-01-20  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2363         * tempo.el (tempo-define-template): Doc fix.
2365         * scroll-bar.el (scroll-bar-mode): Make argument optional.
2367 2002-01-20  Jason Rumney  <jasonr@gnu.org>
2369         * w32-vars.el: New file.
2371         * loadup.el [windows-nt]: Load it.
2373         * w32-fns.el, term/w32-win.el: Move user variables to w32-vars.el
2374         and make them defcustoms.
2376         * term/w32-win.el (mouse-set-font): Use w32-list-proportional-fonts.
2378 2002-01-19  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2380         * language/tibet-util.el (tibetan-decompose-region)
2381         (tibetan-decompose-string): Fix typo in docstring.
2383         * ruler-mode.el (ruler-mode): New keyword.  Fix :version.
2385 2002-01-18  Richard M. Stallman  <rms@gnu.org>
2387         * comint.el (comint-redirect-send-command-to-process):
2388         Restore previous current buffer.
2390         * window.el (window-body-height): New function.
2392 2002-01-18  Zoltan Kemenczy  <kemenczy@rogers.com>
2394         * gud.el (easy-mmode-defmap): Enable "Up Stack", "Down Stack", and
2395         "Finish Function" menu map entries for jdb mode.
2396         (gud-jdb-use-classpath): New customization variable.
2397         (gud-jdb-command-name): Add customization.
2398         (gud-jdb-classpath, gud-marker-acc-max-length): New variables.
2399         (gud-jdb-classpath-string): New variable.
2400         (gud-jdb-source-files, gud-jdb-class-source-alist): Add doc strings.
2401         (gud-jdb-build-source-files-list): Likewise.
2402         (gud-jdb-massage-args): Record any command argument classpath
2403         string in `gud-jdb-classpath-string'.
2404         (gud-jdb-lowest-stack-level): New function, finds bottom of current
2405         java call stack in jdb output.
2406         (gud-jdb-find-source-using-classpath, gud-jdb-find-source)
2407         (gud-jdb-parse-classpath-string): New functions.
2408         (gud-jdb-marker-filter): Search/detect classpath information in
2409         jdb's output.  marker regexp updated to match oldjdb and jdb output
2410         formats.  Expand search for source files to include new/old methods
2411         using new functions above.  Do not allow `gud-marker-acc' to grow
2412         without bound.
2413         (jdb): Set classpath information (if available) as jdb is started.
2414         Change `gud-break' and `gud-remove'
2415         to use new %c ("class") escape in format strings.  Add
2416         `gud-finish', `gud-up', `gud-down' command string functions, and
2417         add them to the local menu map.  Update `comint-prompt-regexp' for
2418         jdb and oldjdb.  If attaching to an already running java VM and
2419         configured to use classpath, send command to query for classpath,
2420         else use previous method for finding and parsing java
2421         sources.  Set `gud-jdb-find-source' function accordingly.
2422         (gud-mode): Doc fix.
2423         (gud-format-command): Add support for new %c ("class") escape.
2424         (gud-find-class): New function in support of %c escape.
2426 2002-01-17  Richard M. Stallman  <rms@gnu.org>
2428         * ibuf-ext.el: Enable byte-compile-dynamic.
2430 2002-01-17  Jason Rumney  <jasonr@gnu.org>
2432         * term/w32-win.el: Restore conditional require of fontset.
2434 2002-01-16  Richard M. Stallman  <rms@gnu.org>
2436         * mouse.el (mouse-drag-region-1): Renamed from mouse-drag-region,
2437         more or less.
2438         (mouse-drag-region): New function.  For a click in the echo area,
2439         show *Messages*.
2441         * ibuf-ext.el: Delete the autoloads for functions defined with
2442         ibuffer-specific commands.
2444         * help.el (describe-distribution): Really call view-file.
2446         * net/ange-ftp.el (ange-ftp-passive-mode): New arg PROC.
2447         (ange-ftp-get-process): Pass that arg.
2449         * comint.el (comint-simple-send): Fix previous change.
2451         * net/telnet.el (telnet-simple-send): Fix previous change.
2453         * progmodes/sql.el (sql-escape-newlines-and-send)
2454         (sql-query-placeholders-and-send): Fix previous change.
2456 2002-01-16  Colin Walters  <walters@verbum.org>
2458         * ibuf-ext.el, ibuf-macs.el, ibuffer.el (toplevel): Remove X-RCS,
2459         URL, Compatibility headers.  Update copyright notice.
2460         * ibuf-macs.el (toplevel): Require `cl' when compiling.
2462 2002-01-16  Andrew Choi  <akochoi@cse.cuhk.edu.hk>
2464         * startup.el (command-line): Set EOL mnemonics for the Mac.
2466 2002-01-16  Andreas Schwab  <schwab@suse.de>
2468         * mail/feedmail.el (feedmail): Fix :link spec.
2470 2002-01-16  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2472         * net/ldap.el (ldap-ldapsearch-prog): Default to OpenLDAP version
2473         2 ldapsearch.
2475         * net/eudc.el: New maintainer.  Change author's address.
2476         (eudc-pre-select-window-configuration, eudc-insertion-marker):
2477         Variables removed.
2478         (eudc-insert-selected): Function removed.
2479         (eudc-select): Reimplemented.
2480         (eudc-expand-inline): Delete the strings only after its expansion
2481         is chosen not before.
2483         * net/eudcb-ph.el (eudc-ph-open-session): Remove XEmacs case.
2484         Minor coding style fixes.
2486         * net/eudcb-ldap.el: New maintainer.  Change author's address.
2487         (eudc-attribute-display-method-alist): Display mail with
2488         eudc-display-mail.
2490         * net/eudcb-bbdb.el, net/eudc-export.el, net/eudc-hotlist.el,
2491         * net/eudc-vars.el: New maintainer.  Change author's address.
2493         * net/eudc-bob.el: New maintainer.  Change author's address.
2494         (eudc-bob-mail-keymap): New keymap for e-mail addresses.
2495         (eudc-display-mail): New function.
2496         (eudc-bob-play-sound-at-point): Remove XEmacs case.
2498 2002-01-15  Richard M. Stallman  <rms@gnu.org>
2500         * emacs-lisp/autoload.el (make-autoload):
2501         Don't handle define-ibuffer-column, define-ibuffer-filter,
2502         define-ibuffer-sorter, and define-ibuffer-op.
2504 2002-01-14  Richard M. Stallman  <rms@gnu.org>
2506         * calendar/calendar.el (diary-date-forms): Doc fix.
2508 2002-01-14  Eli Zaretskii  <eliz@is.elta.co.il>
2510         * startup.el (command-line): Register the default tty colors even
2511         if the terminal doesn't seem to support colors.
2512         <tty-long-option-alist>: New option --color.
2513         (tty-handle-args): Parse the --color arg.
2515         * term/tty-colors.el (tty-color-mode-alist): New variable.
2517 2002-01-14  Stefan Monnier  <monnier@cs.yale.edu>
2519         * net/ange-ftp.el (ange-ftp-root-dir-p): New function.
2520         (ange-ftp-file-name-all-completions, ange-ftp-file-name-completion):
2521         Use it.
2522         (ange-ftp-hook-function): Preserve match-data.
2523         (ange-ftp-insert-directory): Typo.
2524         (ange-ftp-shell-command): Check if regexp matched.
2526 2002-01-13  Richard M. Stallman  <rms@gnu.org>
2528         * international/mule-cmds.el: help-map bindings moved to help.el.
2530         * help.el (view-echo-area-messages): New function.
2531         (help-map): Add `e' binding.  Delete obsolete `d' binding.
2532         Change old Info bindings C-f, C-k and C-i to F, K, S.
2533         Move view-emacs-FAQ from F to C-f.
2534         Move view-emacs-problems from P to C-e.
2535         Bindings moved here from mule-cmds.el.
2536         C-l binding for describe-language-environment deleted
2537         (help-for-help): Update for all these changes.
2539         * emacs-lisp/copyright.el (copyright-regexp): Make (C) optional.
2541 2002-01-13  Dave Love  <fx@gnu.org>
2543         * emacs-lisp/copyright.el: Doc fixes.
2544         (copyright-regexp): Add Latin-9 copyright sign.
2545         Match comment delimiters in year lists.
2546         (copyright-current-year): Initialize to load-time year.
2548 2002-01-13  Andreas Schwab  <schwab@suse.de>
2550         * dired-aux.el (dired-do-shell-command): Doc fix.
2552 2002-01-13  Jan Djarv  <Jan.Djarv@mbox200.swipnet.se>
2554         * startup.el (command-line-x-option-alist): New options "-fs",
2555         "-fw", "-fh", "--fullscreen", "--fullwidth", and "--fullheight".
2557         * term/x-win.el (x-handle-initial-switch): New function.
2559 2002-01-13  Colin Walters  <walters@debian.org>
2561         * emacs-lisp/autoload.el (make-autoload): Handle
2562         define-ibuffer-column, define-ibuffer-filter,
2563         define-ibuffer-sorter, and define-ibuffer-op.
2565         * emacs-lisp/lisp-mode.el (toplevel): Ditto.
2567         * ibuffer.el, ibuf-ext.el, ibuf-macs.el: New files.
2569 2002-01-12  Richard M. Stallman  <rms@gnu.org>
2571         * net/browse-url.el (browse-url-grail):
2572         Use browse-url-maybe-new-window.
2574         * net/telnet.el (telnet-simple-send): Handle
2575         comint-input-sender-no-newline like comint-simple-send.
2577         * progmodes/sql.el (sql-query-placeholders-and-send): Handle
2578         comint-input-sender-no-newline like comint-simple-send.
2579         (sql-escape-newlines-and-send): Likewise.
2581         * comint.el (comint-input-sender): Doc fix.
2582         (comint-input-sender-no-newline): New variable.
2583         (comint-simple-send): If comint-input-sender-no-newline,
2584         don't output newline, but maybe send eof.
2585         (comint-send-input): New arg NO-NEWLINE.
2586         (comint-send-eof): Call comint-send-eof with NO-NEWLINE.
2588 2002-01-12  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2590         * textmodes/flyspell.el (flyspell-check-pre-word-p): Prevent
2591         delaying when executing keyboard macros.
2593 2002-01-12  Richard M. Stallman  <rms@gnu.org>
2595         * simple.el (line-move): If we can't move enough lines,
2596         go to beginning or end of line.
2598         * help-mode.el (help-xref-go-back): Restore POSITION in proper buffer
2599         and proper window.
2601         * help.el (describe-mode): Call help-setup-xref in the help buffer.
2602         Switch buffers only after calling `help-buffer'.
2604         * dired-aux.el (dired-shell-stuff-it): Substitute for * or ?
2605         only when they are surrounded by whitespace.
2606         Use dired-mark-separator when adding one file name to a command.
2607         (dired-do-shell-command): Verify that * is surrounded by whitespace.
2608         Ask for confirmation if * or ? is not surrounded by whitespace.
2609         (dired-bunch-files): Re-reverse the partial file list when it is used.
2611 2002-01-12  Richard M. Stallman  <rms@gnu.org>
2613         * comint.el (comint-dynamic-list-completions): Repeating the command
2614         after displaying a completion list scrolls the list.
2616 2002-01-12  Eli Zaretskii  <eliz@is.elta.co.il>
2618         * files.el (find-file-noselect): Don't consider a buffer as
2619         visiting a file literally if it is in hexl-mode.
2621         * faces.el (minibuffer-prompt): A better face definition for MS-DOS.
2623 2002-01-11  Richard M. Stallman  <rms@gnu.org>
2625         * startup.el (initial-scratch-message): Fix custom type, add group.
2627         * mail/rmail.el (rmail-decode-babyl-format): Disable undo
2628         around the decode-coding-region call.
2630         * emacs-lisp/lisp.el (lisp-complete-symbol): Repeating the command
2631         after displaying a completion list scrolls the list.
2633 2002-01-11  Eli Zaretskii  <eliz@is.elta.co.il>
2635         * version.el (emacs-version): Bump to 21.2.50.
2637 2002-01-10  Thien-Thi Nguyen  <ttn@giblet.glug.org>
2639         * play/zone.el (zone-timeout): New var.
2640         (zone-hiding-modeline): New macro.
2641         (zone-call): New func.
2643         (zone): Init `modeline-hidden-level' symbol property.
2644         Use `zone-call' instead of `funcall'.
2646         (zone-pgm-whack-chars): Use `make-string' (fix bug introduced in 2001-10-26T20:11:25Z!monnier@iro.umontreal.ca).
2648         (zone-pgm-stress): Use `zone-hiding-modeline'.
2650         (zone-pgm-stress-destress): New zone program.
2652 2002-01-10  Eli Zaretskii  <eliz@is.elta.co.il>
2654         * faces.el (minibuffer-prompt): Special face definition for MS-DOS.
2656 2002-01-09  Richard M. Stallman  <rms@gnu.org>
2658         * startup.el (fancy-splash-screens): Set tab-width in correct buffer.
2660 2002-01-09  Michael Kifer  <kifer@cs.stonybrook.edu>
2662         * viper.el (viper-set-hooks): Zap viper-unfriendly bindings in
2663         flyspell-mouse-map.
2665 2002-01-08  Richard M. Stallman  <rms@gnu.org>
2667         * emacs-lisp/regexp-opt.el (regexp-opt): Bind max-specpdl-size.
2669         * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Fix custom type.
2671         * textmodes/flyspell.el (flyspell-mode-line-string): Fix custom type.
2673 2002-01-08  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2675         * progmodes/ada-mode.el (ada-initialize-properties, ada-mode):
2676         Do not use make-local-hook.
2678 2002-01-08  Eli Zaretskii  <eliz@is.elta.co.il>
2680         * international/quail.el (quail-start-translation)
2681         (quail-start-conversion): Bind last-command-event, last-command,
2682         and this-command in the first let.  This fixes the change from
2683         2000-08-30.
2685 2002-01-08  Michael Kifer  <kifer@cs.stonybrook.edu>
2687         * ediff-hook.el: Add an autoload cookie.
2689 2002-01-08  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2691         * net/eudcb-ph.el, net/ldap.el: New maintainer.  New e-mail
2692         address of the author.
2694 2002-01-08  Richard M. Stallman  <rms@gnu.org>
2696         * replace.el (occur-mode-goto-occurrence-other-window): New command.
2697         (occur-mode-map): Bind `o' to that.
2699 2002-01-07  Michael Kifer  <kifer@cs.stonybrook.edu>
2701         * viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
2702         new macro that replaces viper-emacs-p and viper-xemacs-p in many
2703         cases. Used to reduce the number of warnings.
2705         * viper-cmd.el: Use viper-cond-compile-for-xemacs-or-emacs.
2706         (viper-standard-value): Move here from viper.el.
2707         (viper-set-unread-command-events): Move to viper-util.el
2708         (viper-check-minibuffer-overlay): Make sure
2709         viper-minibuffer-overlay is moved to cover the entire input field.
2711         * viper-util.el:  use viper-cond-compile-for-xemacs-or-emacs.
2712         (viper-read-key-sequence, viper-set-unread-command-events)
2713         (viper-char-symbol-sequence-p, viper-char-array-p): Moved here.
2715         * viper-ex.el: Use viper-cond-compile-for-xemacs-or-emacs.
2717         * viper-keym.el: Use viper-cond-compile-for-xemacs-or-emacs.
2719         * viper-mous.el: Use viper-cond-compile-for-xemacs-or-emacs.
2721         * viper-macs.el (viper-char-array-p, viper-char-symbol-sequence-p)
2722         (viper-event-vector-p): Move to viper-util.el
2724         * viper.el (viper-standard-value): Move to viper-cmd.el.
2725         Use viper-cond-compile-for-xemacs-or-emacs.
2727         * ediff-help.el: Use ediff-cond-compile-for-xemacs-or-emacs.
2729         * ediff-hook.el: Use ediff-cond-compile-for-xemacs-or-emacs.
2731         * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs):
2732         New macro designed to be used in many places where ediff-emacs-p or
2733         ediff-xemacs-p was previously used.  Reduces the number of warnings.
2734         Use ediff-cond-compile-for-xemacs-or-emacs in many places in lieu
2735         of ediff-xemacs-p.
2736         (ediff-make-current-diff-overlay, ediff-highlight-diff-in-one-buffer)
2737         (ediff-convert-fine-diffs-to-overlays, ediff-empty-diff-region-p)
2738         (ediff-whitespace-diff-region-p, ediff-get-region-contents):
2739         Move to ediff-util.el.
2740         (ediff-event-key): Moved here.
2742         * ediff-merge.el: Got rid of unreferenced variables.
2744         * ediff-mult.el: Use ediff-cond-compile-for-xemacs-or-emacs.
2746         * ediff-util.el: Use ediff-cond-compile-for-xemacs-or-emacs.
2747         (ediff-cleanup-mess): Improve the way windows are set up after
2748         quitting ediff.
2749         (ediff-janitor): Use ediff-dispose-of-variant-according-to-user.
2750         (ediff-dispose-of-variant-according-to-user): New function
2751         designed to be smarter and also understands indirect buffers.
2752         (ediff-highlight-diff-in-one-buffer)
2753         (ediff-unhighlight-diff-in-one-buffer)
2754         (ediff-unhighlight-diffs-totally-in-one-buffer)
2755         (ediff-highlight-diff, ediff-highlight-diff)
2756         (ediff-unhighlight-diff, ediff-unhighlight-diffs-totally)
2757         (ediff-empty-diff-region-p, ediff-whitespace-diff-region-p)
2758         (ediff-get-region-contents, ediff-make-current-diff-overlay):
2759         Moved here.
2760         (ediff-format-bindings-of): New function by Hannu Koivisto
2761         <azure@iki.fi>.
2762         (ediff-setup): Make sure the merge buffer is always widened and
2763         modifiable.
2764         (ediff-write-merge-buffer-and-maybe-kill): Refuse to write the
2765         result of a merge into a file visited by another buffer.
2766         (ediff-arrange-autosave-in-merge-jobs): Check if the merge file
2767         is visited by another buffer and ask to save/delete that buffer.
2768         (ediff-verify-file-merge-buffer): New function to do the above.
2770         * ediff-vers.el: Load ediff-init.el at compile time.
2772         * ediff-wind.el: Use ediff-cond-compile-for-xemacs-or-emacs.
2774         * ediff.el (ediff-windows, ediff-regions-wordwise)
2775         (ediff-regions-linewise): Use indirect buffers to improve
2776         robustness and make it possible to compare regions of the same
2777         buffer (even overlapping regions).
2778         (ediff-clone-buffer-for-region-comparison)
2779         (ediff-clone-buffer-for-window-comparison): New functions.
2780         (ediff-files-internal): Refuse to compare identical files.
2781         (ediff-regions-internal): Get rid of the warning about comparing
2782         regions of the same buffer.
2784         * ediff-diff.el (ediff-convert-fine-diffs-to-overlays): Moved here.
2785         Plus the following fixes courtesy of Dave Love: Doc fixes.
2786         (ediff-word-1): Use word class and move - to the
2787         front per regexp documentation.
2788         (ediff-wordify): Bind forward-word-function outside loop.
2789         (ediff-copy-to-buffer): Use insert-buffer-substring rather than
2790         consing buffer contents.
2791         (ediff-goto-word): Move syntax table setting outside loop.
2793 2002-01-07  Richard M. Stallman  <rms@gnu.org>
2795         * dired.el (dired-copy-filename-as-kill): Call kill-append
2796         if following a kill command.
2798         * help-fns.el (describe-variable, describe-function):
2799         Do save-excursion.
2801 2002-01-06  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2803         * net/ldap.el (ldap-search-internal): Skip error message from
2804         ldapsearch.  Allow listing attribute names only.  Do not open
2805         non-existent files.
2807         * net/eudcb-ldap.el (eudc-ldap-get-field-list): Do not try to
2808         call non-existent function.
2810         * net/eudc.el (top-level): Revert previous change.
2812         * net/net-utils.el (nslookup-font-lock-keywords): Defvar font-lock
2813         variables to prevent warning from byte-compiler.
2815         * net/eudc.el (top-level): Use eudc-xemacs-p instead of
2816         string-match on emacs-version again.
2818         * enriched.el (enriched-make-annotation): Fix the change from
2819         2002-01-05.
2820         (enriched-handle-display-prop): Return proper values.
2822         * net/eudcb-ldap.el (eudc-attribute-display-method-alist): Use
2823         proper attribute name labeledUri instead of deprecated labeledUrl.
2825 2002-01-05  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2827         * net/eudc-hotlist.el (eudc-edit-hotlist): Avoid error when
2828         editing an empty hotlist.
2830         * net/ldap.el (ldap-search-internal): Make the buffer unibyte.
2831         Use buffer-string instead of buffer-substring for the whole
2832         buffer.
2834         * net/eudc-vars.el (eudc-external-viewers): Do not use xv, it is
2835         not free.
2837         * net/eudc-bob.el (eudc-bob-can-display-inline-images)
2838         (eudc-bob-display-jpeg): Use fboundp instead of boundp.
2839         (eudc-bob-save-object): Make the buffer unibyte.
2840         (eudc-bob-generic-keymap): Add new keybinding `!' to pipe the
2841         object to external program.
2843 2002-01-05  Andre Spiegel  <spiegel@gnu.org>
2845         * vc.el (vc-branch-part): Return nil if there's no `.'
2846         (vc-default-previous-version): Renamed from vc-previous-version.
2847         New args BACKEND and FILE.  Return nil for revision numbers
2848         without a `.'
2849         (vc-version-diff): Call vc-BACKEND-previous-version.
2850         (vc-steal-lock): Steal lock before composing mail, so that no mail
2851         is sent when the stealing goes wrong.  And we'll actually see the
2852         error in that case now.
2853         (vc-finish-steal): Removed.
2855         * vc-rcs.el (vc-rcs-steal-lock): Do a real checkout after stealing
2856         the lock, so that we see expanded headers.
2857         (vc-rcs-trunk-p, vc-rcs-branch-part, vc-rcs-branch-p,
2858         vc-rcs-minor-part, vc-rcs-previous-version): Removed.  These are
2859         available from vc.el.  Updated all callers.
2861 2002-01-05  Richard M. Stallman  <rms@gnu.org>
2863         * enriched.el (enriched-make-annotation): Doc fix.
2865         * format.el (format-replace-strings, format-subtract-regions)
2866         (format-annotate-region, format-annotate-location)
2867         (format-annotate-atomic-property-change)
2868         (format-annotate-single-property-change): Doc fixes.
2870 2002-01-05  Jason Rumney  <jasonr@gnu.org>
2872         * term/w32-win.el: Require fontset unconditionally.
2873         (w32-handle-scroll-bar-event): Remove.
2875 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2877         * emacs-lisp/copyright.el (copyright-regexp): Allow multi-line
2878         copyrights to be updated.
2880 2002-01-04  Eli Zaretskii  <eliz@is.elta.co.il>
2882         * textmodes/texinfo.el (texinfo-insert-@end): Fix the change from
2883         2001-10-24.
2885         * mail/sendmail.el (mail-recover-1, mail-recover): Doc fix.
2887 2002-01-04  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2889         * net/ldap.el (ldap-host-parameters-alist): Remove duplicated
2890         entry.
2891         (ldap-ignore-attribute-codings): Change the default value to allow
2892         encoding/decoding of attributes.
2893         (ldap-coding-system): Use UTF-8 as the coding-system.  Doc fix.
2895 2002-01-03  Richard M. Stallman  <rms@gnu.org>
2897         * files.el (basic-save-buffer): Undo previous change.
2899         * calendar/diary-lib.el (diary-block): Doc fix.
2901         * custom.el (defcustom): Fix syntax of previous change.
2903 2002-01-03  Per Abrahamsen  <abraham@dina.kvl.dk>
2905         * custom.el (defcustom): Documented :tag, :link and :load.
2907 2002-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
2909         * mail/sendmail.el (mail-recover-1): New function.
2910         (mail-recover): Switch to the *mail* buffer right away.  Use
2911         buffer-auto-save-file-name instead of calling
2912         make-auto-save-file-name.  Call dired-noselect instead of invoking
2913         `ls' directly.  Bind coding-system-for-read to emacs-mule-unix
2914         before reading the auto-save file.  If the buffer's auto-save file
2915         does not exist, call mail-recover-1 to allow recovery from past
2916         auto-saved drafts.
2918 2002-01-03  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2920         * time.el (display-time-load-average-threshold): Fix defcustom
2921         (add type and group).
2923         * net/ange-ftp.el (ange-ftp-shell-command): Remove port
2924         specification from the hostname.
2926 2002-01-02  Richard M. Stallman  <rms@gnu.org>
2928         * facemenu.el (facemenu-active-faces):
2929         Use face-attributes-as-vector, not face-attributes-vector.
2931 2002-01-02  Chris Hanson  <cph@aarau.ai.mit.edu>
2933         * xscheme.el: Eleven years of updates on a private copy.
2935         Extensive changes to support multiple xscheme buffers:
2936         (run-scheme): Break up into new functions to facilitate starting
2937         processes in other buffers.
2938         (xscheme-start, xscheme-read-command-line): New functions.
2939         (start-scheme, select-scheme)
2940         (default-xscheme-runlight)
2941         (global-set-scheme-interaction-buffer)
2942         (local-set-scheme-interaction-buffer)
2943         (local-clear-scheme-interaction-buffer)
2944         (exit-scheme-interaction-mode)
2945         (verify-xscheme-buffer): New functions.
2946         (xscheme-process-name, xscheme-buffer-name)
2947         (xscheme-runlight): New internal vars.
2948         (default-xscheme-runlight): New const.
2949         (xscheme-start-process): Add args for the process/buffer names.
2950         (reset-scheme): Pass process/buffer names.
2951         (scheme-interaction-mode): Initialize new local vars.
2952         (reset-scheme, xscheme-send-string-2, xscheme-process-running-p)
2953         (xscheme-select-process-buffer, xscheme-process-buffer)
2954         (xscheme-send-region, xscheme-send-char, xscheme-send-interrupt)
2955         (xscheme-goto-output-point, xscheme-write-message-1): Use new
2956         var xscheme-process-name.
2957         (xscheme-start-process): Initialize xscheme-process-name and
2958         xscheme-buffer-name in the process buffer.  Pass buffer name to
2959         xscheme-modeline-initialize.
2960         (xscheme-modeline-initialize): Add argument to specify buffer name
2961         for mode-line vars.
2962         (xscheme-process-sentinel): Make sure sentinel is run in the
2963         process buffer so it sees its local vars.
2964         (xscheme-process-filter-initialize, xscheme-set-runlight): More
2965         elaborate logic to handle multiple-buffer mode lines.
2967         (xscheme-enter-input-wait): Re-enable control-G handler upon
2968         entering input wait.
2970         (scheme-interaction-mode): Add arg to preserve local vars.
2971         (xscheme-enter-interaction-mode)
2972         (xscheme-enter-debugger-mode): Preserve local vars.
2973         (xscheme-start-process): Clobber local vars.
2975         (scheme-interaction-mode-commands): Allow end user to add commands
2976         to scheme-interaction-mode keymap.
2977         (scheme-interaction-mode-commands-alist): New variable.
2979         (xscheme-send-string): Don't use insert-before-markers.
2981         Implement a per-buffer kill ring:
2982         (xscheme-insert-expression)
2983         (xscheme-rotate-yank-pointer, xscheme-yank)
2984         (xscheme-yank-pop, xscheme-yank-push): New functions.
2985         (xscheme-expressions-ring)
2986         (xscheme-expressions-ring-yank-pointer)
2987         (xscheme-expressions-ring-max): New variables.
2988         (xscheme-send-string-1): Call xscheme-insert-expression to save
2989         expression in ring.
2990         (xscheme-yank-previous-send): Now an alias for xscheme-yank.
2991         (xscheme-previous-send): Deleted variable.
2993         (xscheme-send-string-2, xscheme-send-char, xscheme-send-proceed,
2994         xscheme-send-control-g-interrupt): Use process-send-string rather
2995         than send-string.
2997         (xscheme-send-region): Insert a newline after an expression that
2998         is submitted in the interaction buffer, for consistency with
2999         recent changes to Edwin.
3001         (xscheme-delete-output): New function mimics comint-delete-output.
3002         (xscheme-last-input-end): New internal variable.
3003         (xscheme-process-filter-output): Update xscheme-last-input-end.
3005         (xscheme-send-control-g-interrupt): Make sure that
3006         xscheme-control-g-disabled-p is looked up in the right buffer.
3008         (xscheme-enable-control-g): Clear C-g message if visible.
3009         (xscheme-control-g-message-string): New internal var.
3010         (xscheme-send-control-g-interrupt): Use new var.
3012         (xscheme-send-control-g-interrupt, xscheme-send-interrupt): Delay
3013         after sending interrupt in order to work around race condition.
3015         (xscheme-send-control-g-interrupt, xscheme-send-interrupt)
3016         (xscheme-send-char): Use xscheme-send-char rather than send-string
3017         to send single char.
3019         (xscheme-process-filter, xscheme-process-filter-alist): Add
3020         support for evaluating expressions outside of the call-excursion.
3021         (xscheme-process-filter:string-action-noexcursion): New func.
3023         (xscheme-write-value): Change output string to match that used by
3024         Edwin.
3026         (xscheme-coerce-prompt): Don't write a space after a command
3027         prompt.  The PROMPT-FOR-COMMAND- procedures will take care of this
3028         for us.
3030         (reset-scheme): Delete process after killing it.
3032 2002-01-02  Eli Zaretskii  <eliz@is.elta.co.il>
3034         * bindings.el (function-key-map): Don't bind shifted keypad
3035         numeric keys.
3037 2002-01-02  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3039         * enriched.el (enriched-handle-display-prop): Remove unused
3040         variables.
3041         (enriched-mode): Doc fix.
3043 2002-01-02  Eli Zaretskii  <eliz@is.elta.co.il>
3045         * international/ucs-tables.el (ucs-8859-8-alist): Comment away
3046         Hebrew points.
3048 2002-01-01  Richard M. Stallman  <rms@gnu.org>
3050         * jka-compr.el (jka-compr-write-region): If START = nil, use whole buf.
3052 2001-12-31  Richard M. Stallman  <rms@gnu.org>
3054         * comint.el, cus-edit.el, diff-mode.el, enriched.el, font-lock.el:
3055         * generic-x.el, info.el, log-view.el, pcvs-info.el, speedbar.el:
3056         * wid-edit.el, woman.el, calendar/calendar.el, textmodes/flyspell.el:
3057         * emulation/viper-init.el, eshell/em-ls.el, progmodes/antlr-mode.el:
3058         * progmodes/cperl-mode.el, progmodes/idlwave.el:
3059         * progmodes/sh-script.el, progmodes/vhdl-mode.el:
3060         Adapt face definitions to use :weight and :slant.
3062         * ps-print.el (ps-font-lock-face-attributes): Use :weight and :slant.
3064         * cus-edit.el (custom-face-edit-fix-value): Delete `assert' call.
3066         * font-lock.el (initializing from font-lock-face-attributes):
3067         Use :weight and :slant, not :bold and :italic.
3069 2001-12-31  Per Abrahamsen  <abraham@dina.kvl.dk>
3071         * cus-edit.el (custom-face-edit-fix-value): New function.
3072         (custom-face-edit): Use it, to convert :italic and :bold to new forms.
3074 2001-12-30  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3076         * progmodes/octave-mod.el (octave-abbrev-table):
3077         * progmodes/idlwave.el (idlwave-mode-abbrev-table):
3078         * progmodes/fortran.el (fortran-mode-abbrev-table):
3079         * progmodes/f90.el (f90-mode-abbrev-table):
3080         * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init):
3081         * progmodes/sql.el (sql-mode-abbrev-table): Mark all the
3082         predefined abbrevs as "system" abbrevs.
3084 2001-12-30  Richard M. Stallman  <rms@gnu.org>
3086         * info.el (Info-fontify-node): For a **** underline line, put the
3087         invisible and intangible props on the following newline, but not
3088         on the previous newline or the last char of the previous line.
3090         * faces.el (face-set-after-frame-default): Don't change `default' face.
3092         * faces.el (minibuffer-prompt): Adopt some default colors.
3094         * replace.el (query-replace-read-args): Immediate error if read-only.
3096         * textmodes/makeinfo.el (makeinfo-compilation-sentinel):
3097         Display the output buffer in a more intelligent way.
3099 2001-12-30  Eli Zaretskii  <eliz@is.elta.co.il>
3101         * ls-lisp.el (insert-directory): Modify the "total" line wording,
3102         in accordance with files.el's insert-directory.
3104 2001-12-29  Richard M. Stallman  <rms@gnu.org>
3106         * files.el (basic-save-buffer): If a before-write hook displays
3107         an echo area message, pause before calling basic-save-buffer-1.
3109 2001-12-29  Markus Rost  <rost@math.ohio-state.edu>
3111         * textmodes/reftex-global.el (reftex-query-replace-document)
3112         (reftex-change-label): Doc fix.
3114         * dired-aux.el (dired-do-query-replace-regexp): Doc fix.
3116         * progmodes/etags.el (tags-query-replace): Doc fix.
3118 2001-12-29  Richard M. Stallman  <rms@gnu.org>
3120         * progmodes/compile.el (compile-internal): Fix previous change.
3122 2001-12-28  Richard M. Stallman  <rms@gnu.org>
3124         * mouse.el (mouse-drag-mode-line-1): When dragging a mode line upward,
3125         shrink the windows above as necessary to get space.
3126         (mouse-drag-move-window-bottom, mouse-drag-window-above): New fns.
3128         * net/ange-ftp.el (ange-ftp-allow-child-lookup): Always return nil.
3129         This fixes a bug that treated all files as directories.
3130         (ange-ftp-insert-directory): Explicitly follow symlinks.
3132         * international/iso-transl.el (iso-transl-char-map) Eliminate the
3133         alias symbols--put the translated sequences here directly.
3135         * progmodes/cc-mode.el (c-mode-abbrev-table)
3136         (c++-mode-abbrev-table, objc-mode-abbrev-table)
3137         (java-mode-abbrev-table, pike-mode-abbrev-table):
3138         Mark all the predefined abbrevs as "system" abbrevs.
3140         * mail/sendmail.el (mail-envelope-from): Fix custom type.
3141         (sendmail-send-it): Check mail-specify-envelope-from
3142         and mail-envelope-from in the mail buffer at start.
3144 2001-12-28  Simon Josefsson  <jas@extundo.com>
3146         * mail/sendmail.el (mail-envelope-from): Fix :type.
3147         (sendmail-send-it): Copy `mail-envelope-from' from calling buffer.
3149 2001-12-28  Richard M. Stallman  <rms@gnu.org>
3151         * net/ldap.el (ldap-search-internal): Handle <file://...> in results.
3153         * simple.el (line-move-invisible): New subroutine.
3154         (line-move-to-column): New subroutine--smarter about advancing over
3155         invisible parts of a line, or lines, but only as long as hpos grows.
3156         (line-move-finish): New subroutine: repeatedly processes desired
3157         column, intangibility, and fields.
3158         (line-move): Use those subroutines.
3159         When moving lines downward, skip invisible text first rather than last.
3161 2001-12-27  Richard M. Stallman  <rms@gnu.org>
3163         * international/mule-diag.el (describe-char-after):
3164         Describe the text properties of the char after point.
3166         * help.el (describe-key): Doc fix.
3168 2001-12-26  Markus Rost  <rost@math.ohio-state.edu>
3170         * find-dired.el (find-dired-sentinel): Precede exit message by
3171         two spaces, to match the regexp in dired-between-files.
3173 2001-12-28  Miles Bader  <miles@gnu.org>
3175         * wid-edit.el (widget-toggle-value-create): Don't eval actual
3176         images (which are lists too).
3178 2001-12-27  Eli Zaretskii  <eliz@is.elta.co.il>
3180         * language/european.el: Fix the doc string of "Latin-5" language
3181         environment.
3183 2001-12-26  Richard M. Stallman  <rms@gnu.org>
3185         * textmodes/flyspell.el (flyspell-mode-map): New keymap,
3186         defined as before 2001-11-09.
3187         (add-minor-mode call): Specify the keymap.
3189         * progmodes/compile.el (compile-internal):
3190         Set TERM variable in process-environment.
3192 2001-12-25  Richard M. Stallman  <rms@gnu.org>
3194         * help-mode.el (help-xref-on-pp): Catch and ignore errors in scanning
3195         the buffer.
3197         * startup.el (command-line): Convert command line args
3198         to Emacs internal representation using locale-coding-system.
3200 2001-12-25  Eli Zaretskii  <eliz@is.elta.co.il>
3202         * international/fontset.el: Don't require ind-util when compiling.
3204 2001-12-25  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3206         * emulation/tpu-edt.el (tpu-reset-screen-size): Use
3207         set-frame-height and set-frame-width instead of set-screen-height
3208         and set-screen-width.
3210         * vt-control.el (vt-wide, vt-narrow): Use set-frame-width instead
3211         of obsolete set-screen-width.
3213         * locate.el (locate): Remove dot at the end of error argument.
3215         * emerge.el (emerge-show-file-name): Use frame-height instead of
3216         obsolete screen-height.
3218         * mail/mh-utils.el (mh-show-msg): Likewise.
3219         (mh-handle-process-error): Use frame-width instead of obsolete
3220         screen-width.
3222 2001-12-25  Richard M. Stallman  <rms@gnu.org>
3224         * window.el (balance-windows): Use new PRESERVE-BEFORE arg
3225         to enlarge-window.  Use save-selected-window.  Don't try
3226         to resize windows that end at the bottom "level".
3227         Retry changing the sizes until the windows get the desired sizes.
3228         Discount the minibuffer when computing total height available.
3230         * emacs-lisp/debug.el (debugger-mode-map): Bind C-m, not `RET'.
3231         (debugger-make-xrefs): Only make a button for the first symbol
3232         on any line.
3234 2001-12-24  Eli Zaretskii  <eliz@is.elta.co.il>
3236         * term/internal.el (dos-cpNNN-setup, dos-codepage-setup):
3237         Call IT-setup-unicode-display here instead of adding it to
3238         dos-codepage-setup-hook, so that Unicode display tables are set
3239         before dos-codepage-setup-hook runs.
3241 2001-12-24  Richard M. Stallman  <rms@gnu.org>
3243         * net/net-utils.el (ftp-mode-abbrev-table): Don't define it.
3244         (nslookup-mode-abbrev-table): Don't define it.
3245         (smbclient-mode-abbrev-table): Don't define it.
3246         (ftp-mode): Don't use ftp-mode-abbrev-table; don't enable Abbrev mode.
3247         (nslookup-mode, smbclient-mode): Likewise.
3248         (network-connection-service-abbrev-alist): Variable deleted.
3249         (network-connection-mode-setup): Don't set up abbrev table.
3251         * faces.el (minibuffer-prompt): New face.
3252         (minibuffer-prompt-properties): Add `face' property.
3254         * replace.el (occur-mode-display-occurrence): New function.
3255         (occur-mode-map): Bind C-o to it.
3257 2001-12-24  Michael Kifer  <kifer@cs.sunysb.edu>
3259         * viper-cmd.el (viper-change-state): Got rid of make-local-hook.
3260         (viper-special-read-and-insert-char): Make C-m work right in the r
3261         comand.
3262         (viper-buffer-search-enable): Fixed format string.
3264         * viper-ex.el (ex-token-alist): Use ex-set-visited-file-name
3265         instead of viper-info-on-file.
3266         (ex-set-visited-file-name): New function.
3268         * viper.el (viper-emacs-state-mode-list): Added mail-mode.
3270         * ediff-mult.el (ediff-meta-mark-equal-files): Added optional
3271         action argument.
3273         * ediff-init.el: Fixed some doc strings.
3275         * ediff-util.el (ediff-after-quit-hook-internal): New variable.
3276         Got rid of make-local-hook.
3278         * ediff-wind.el (ediff-setup-control-frame): Got rid of
3279         make-local-hook.
3281 2001-12-23  Richard M. Stallman  <rms@gnu.org>
3283         * term/x-win.el (x-handle-geometry): Put height and width
3284         on default-frame-alist, left and top on initial-frame-alist.
3285         * term/w32-win.el (x-handle-geometry): Likewise.
3287         * sort.el (sort-reorder-buffer): Copy all to a temp buffer first.
3289         * play/yow.el (yow): Use an arg to distinguish interactive calls,
3290         not interactive-p.
3292 2001-12-22  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3294         * emacs-lisp/elint.el (elint-unknown-builtin-args): Remove
3295         mocklisp entries.
3297         * subr.el (insert-string): Moved from mocklisp.c, reimplemented in
3298         Lisp.  Obsoleted.
3300         * emulation/mlconvert.el: File removed.
3302         * emulation/mlsupport.el: Moved to obsolete.
3304         * obsolete/mlsupport.el: Moved there from lisp/emulation.
3306         * emacs-lisp/find-gc.el (source-files): Remove mocklisp.c.
3308         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove
3309         mocklisp case.
3311         * help-fns.el (describe-function-1): Remove mocklisp function
3312         case.
3314 2001-12-22  Miles Bader  <miles@gnu.org>
3316         * textmodes/refill.el (refill-mode): Don't barf when redundantly
3317         turning refill-mode off.
3319 2001-12-22  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3321         * time.el (display-time-load-average-threshold): New variable.
3322         (display-time-update): Use it.
3324         These changes allow cycling through past 1, 5 and 15 minutes
3325         load-average displayed in the mode-line.
3327         * time.el (display-time-default-load-average): New customizable option.
3328         (display-time-load-average): New variable.
3329         (display-time-cycle-load-average): New function.
3330         (display-time-update): Use them.
3332 2001-12-21  Richard M. Stallman  <rms@gnu.org>
3334         * apropos.el (apropos-print): SPACING is now nil or a separator string.
3335         (apropos-documentation, apropos-value): Pass a suitable string.
3337 2001-12-21  Eli Zaretskii  <eliz@is.elta.co.il>
3339         * dired.el (dired-free-space-program, dired-free-space-args):
3340         Aliases for back-compatibility.
3342         * info.el (Info-select-node): If Info-use-header-line is nil, set
3343         header-line-format to nil.
3344         (Info-fontify-node): Don't put a keymap text property on the
3345         heading if we are not going to display the header line.  Remove
3346         any such text properties left over from past visits to this node.
3348         * ls-lisp.el (insert-directory): Insert the amount of free disk
3349         space, like files.el's insert-directory does.
3351         * files.el (directory-free-space-program): Mention
3352         file-system-info in the doc string.
3353         (get-free-disk-space): New function; code moved from
3354         insert-directory.
3355         (insert-directory): Call get-free-disk-space to get the amount of
3356         free space.
3358 2001-12-21  Richard M. Stallman  <rms@gnu.org>
3360         * help.el (view-order-manuals, view-emacs-news, describe-copying)
3361         (describe-distribution, describe-project): Use view-file.
3363         * emacs-lisp/cl-indent.el (define-modify-macro): Better indent spec.
3365         * net/ange-ftp.el (ange-ftp-file-modtime): Use save-match-data.
3367         * emacs-lisp/easy-mmode.el (define-minor-mode):
3368         Make no arg by default in an interactive call,
3369         so that repeating the command toggles again.
3371         * emacs-lisp/lisp-mode.el (eval-defun-1): Cope with atoms as args.
3373 2001-12-21  Christoph Wedler  <Christoph.Wedler@sap.com>
3375         * antlr-mode.el: More sophisticated indentation of cpp directive.
3376         (antlr-indent-at-bol-alist): New user option.
3377         (antlr-indent-line): Use it.
3378         (antlr-indent-style): New user option.
3379         (antlr-mode): Use it.
3380         (antlr-indent-item-regexp): Customize.
3382         * antlr-mode.el: Syntax highlighting changes.
3383         (antlr-font-lock-literal-regexp): New user option.
3384         (antlr-font-lock-syntax-face): New face used for :, |, ....
3385         (antlr-font-lock-default-face): New face.
3386         (antlr-font-lock-additional-keywords): Use them.
3388         * antlr-mode.el: New command to insert options -- variables.
3389         (antlr-mode-map): New binding [C-c C-o].
3390         (antlr-mode-menu): New submenus.
3391         (antlr-options-use-submenus): New user option.
3392         (antlr-tool-version): New user option.
3393         (antlr-options-auto-colon): New user option.
3394         (antlr-options-style): New user option.
3395         (antlr-options-push-mark): New user option.
3396         (antlr-options-assign-string): New user option.
3397         (antlr-options-headings): New variable.
3399         * antlr-mode.el: New command to insert options -- specific.
3400         (antlr-options-alists): New variable.
3401         (antlr-read-value): New function.
3402         (antlr-read-boolean): New function.
3403         (antlr-language-option-extra): New function.
3404         (antlr-language-limit-n-regexp): Change default to higher LIMIT.
3405         (antlr-c++-mode-extra): New function.
3406         (antlr-grammar-tokens): New function.
3407         (antlr-imenu-create-index-function): New optional argument.
3409         * antlr-mode.el: New command to insert options -- functions.
3410         (antlr-insert-option): New command.
3411         (antlr-insert-option-interactive): New function.
3412         (antlr-options-menu-filter): New function.
3413         (antlr-option-kind): New function.
3414         (antlr-scan-lists): New alias.
3415         (antlr-scan-lists-internal): New function.
3416         (antlr-skip-file-prelude): Hack for special SKIP-COMMENT.
3417         (antlr-option-level): New function.
3418         (antlr-syntactic-grammar-depth): New function.
3419         (antlr-option-location): New function.
3420         (antlr-insert-option-do): New function.
3421         (antlr-option-spec): New function.
3422         (antlr-version-string): New function.
3423         (antlr-insert-option-existing): New function.
3424         (antlr-insert-option-space): New function.
3425         (antlr-insert-option-area): New function.
3427         * antlr-mode.el: New electric keys ":;|&(){}", TAB works better
3428         with narrowing.  Menu change.  Miscellaneous.
3429         (antlr-mode-menu): Include "Indent Region" and "Customize Antlr".
3430         (antlr-mode-map): New bindings for characters in ":;|&(){}".
3431         (antlr-electric-character): New command.
3432         (antlr-class-header-regexp): New variable.
3433         (antlr-font-lock-additional-keywords): Use it.
3434         (antlr-imenu-create-index-function): Use it.
3435         (antlr-file-dependencies): Use it.
3436         (antlr-indent-line): Also works with restrictions.
3437         (antlr-indent-command): Interactive spec - changes the buffer.
3438         (antlr-language-for-option): Deletia.
3439         (antlr-language-option): New function, defined instead.
3440         (antlr-mode): Use it.
3441 2001-12-21  Eli Zaretskii  <eliz@is.elta.co.il>
3443         * jka-compr.el (jka-compr-partial-uncompress): Use null-device
3444         instead of a literal /dev/null.
3446         * Makefile.in (distclean): Remove Makefile in the build
3447         directory, not in the source directory.
3449 2001-12-21  Simon Josefsson  <jas@extundo.com>.
3451         * mail/smtpmail.el (smtpmail-send-queued-mail): Use
3452         with-temp-buffer instead of find-file-noselect, and bind
3453         coding-system-for-read to no-conversion when reading the queued
3454         messages.  (Simon's code modified slightly by Eli Zaretskii.)
3456 2001-12-20  Werner Lemberg  <wl@gnu.org>
3458         * international/mule-diag.el (describe-coding-system,
3459         print-coding-system-briefly): Make printed output have a similar
3460         format as describe-character-set.
3462 2001-12-20  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3464         * play/blackbox.el (bb-member): Remove, use member instead.
3465         (bb-delete): Remove, use delete instead.
3466         Update copyright notice.  Defvar for bb-board, bb-x, bb-y,
3467         bb-score, bb-detour-count and bb-balls-placed.
3468         Propertize results of rays.
3470 2001-12-19  Karl Fogel  <kfogel@red-bean.com>
3472         * isearch.el (isearch-forward, isearch-edit-string): Make doc
3473         strings mention keybinding for `isearch-yank-word-or-char',
3474         rather than `isearch-yank-word', since the former is bound now
3475         and the latter is not.
3476         (isearch-yank-word-or-char): Fix formatting.
3478 2001-12-19  Werner Lemberg  <wl@gnu.org>
3480         * language/czech.el, language/european.el, language/slovak.el: More
3481         fixes for language info doc strings.
3483 2001-12-19  Eli Zaretskii  <eliz@is.elta.co.il>
3485         * loadup.el: Add "language" to the load-path.
3487 2001-12-19  Richard M. Stallman  <rms@gnu.org>
3489         * international/mule-cmds.el (describe-language-environment):
3490         Fix calls to help-xref-button.
3492 2001-12-19  Miles Bader  <miles@gnu.org>
3494         * international/fontset.el: Require `ind-util' when compiling.
3496 2001-12-18  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3498         * language/ethio-util.el (ethio-modify-vowel): Use char-to-string
3499         instead of decompose-composite-char.
3501 2001-12-18  Richard M. Stallman  <rms@gnu.org>
3503         * simple.el (eval-expression-print-level)
3504         (eval-expression-print-length): Doc fixes.
3506         * international/mule-diag.el (describe-character-set):
3507         Fix the arg to help-xref-button.
3509         * files.el (directory-free-space-program): New variable.
3510         (directory-free-space-args): New variable.
3511         (insert-directory): Use those two variables for getting free space.
3512         Use file-system-info instead, if that is defined.
3514         * dired.el (dired-free-space-program): Variable deleted.
3515         (dired-free-space-args): Variable deleted.
3516         (dired-insert-directory): Don't try to determine free space.
3518         * files.el (font-lock-defaults): Add risky-local-variables prop.
3519         (hack-one-local-variable): Treat various font-lock variables as risky.
3521 2001-12-18  Werner Lemberg  <wl@gnu.org>
3523         * language/chinese.el, language/cyrillic.el:
3524         * language/czech.el, language/european.el, language/greek.el:
3525         * language/hebrew.el, language/indian.el, language/japanese.el:
3526         * language/korean.el, language/lao.el, language/slovak.el:
3527         * language/thai.el, language/tibetan.el, language/vietnamese.el:
3528         Improve documentation strings of coding systems and language infos.
3530 2001-12-18  Werner LEMBERG  <wl@gnu.org>
3532         Add support for EUC-TW decoding/encoding.
3534         * language/china-util.el (big5-to-flat-code, flat-code-to-big5,
3535         euc-to-flat-code, flat-code-to-euc, expand-euc-big5-alist):
3536         New auxiliary functions to build `big5-to-cns'.
3537         (big5-to-cns): New translation alist.
3539         * language/chinese.el: Added new coding system `euc-tw' and its
3540         alias `euc-taiwan'.
3541         Updated language `Chinese-CNS' to include euc-tw encoding also.
3542         (ccl-decode-euc-tw, ccl-encode-euc-tw): New functions for handling
3543         euc-tw.
3545 2001-12-18  Dave Love  <fx@gnu.org>
3547         * loadup.el: Add language/utf-8-lang, language/georgian.
3549         * image-file.el (image-file-name-extensions): Add pnm.  Doc fix.
3550         (image-file-name-regexps): Doc fix.
3552         * server.el (server-unload-hook): New function.
3554         * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): Group the leader.
3555         (lm-crack-copyright): Cope with multi-line copyright `lines'.
3557         * simple.el (newline): Doc fix.
3558         (eval-expression-print-level, eval-expression-print-length): Doc
3559         fix.  Amend :type.
3560         (next-line, previous-line): Make arg optional.
3561         (newline): Doc fix.
3563         * Makefile.in (DONTCOMPILE): Add various language files.
3565         * international/quail.el (quail-input-string-to-events): Don't use
3566         string-to-list.
3568         * progmodes/f90.el (f90-break-line): Avoid infinite recursion
3569         calling `newline'.
3571 2001-12-17  Richard M. Stallman  <rms@gnu.org>
3573         * comint.el (comint-dynamic-list-input-ring-select): New function.
3574         Switches back to the old window configuration.
3575         (comint-dynamic-list-input-ring): Bind RET to that function.
3576         (comint-dynamic-list-input-ring-window-conf): New variable.
3578 2001-12-17  Werner Lemberg  <wl@gnu.org>
3580         * international/mule-conf.el: Improve documentation strings of
3581         character sets.
3583 2001-12-16  Richard M. Stallman  <rms@gnu.org>
3585         * dired.el (dired-copy-filename-as-kill): Moved from dired-x.el.
3586         (dired-mode-map): Bind w to dired-copy-filename-as-kill.
3588         * dired-x.el (dired-copy-filename-as-kill): Moved to dired.el.
3590         * autoinsert.el (auto-insert-alist): Redo finding C and C++ headers.
3591         Add a DESCRIPTION for the makefile item.
3593         * find-file.el (ff-other-file-name): New function.
3595 2001-12-16  Eli Zaretskii  <eliz@is.elta.co.il>
3597         * international/quail.el (quail-input-string-to-events): Fix last
3598         change.
3600 2001-12-16  Richard M. Stallman  <rms@gnu.org>
3602         * isearch.el (isearch-edit-string): When we set isearch-string
3603         to the default, also set isearch-message.
3605         * subr.el (temp-buffer-show-hook, temp-buffer-setup-hook): Add defvars.
3607         * startup.el (command-line-1): Display startup screen
3608         even if there are command line args.
3609         Add a note about how to go to editing your files.
3610         (fancy-splash-head): Add a note about how to go to your files.
3611         (fancy-splash-outer-buffer): New variable.
3612         (fancy-splash-screens): Bind variable fancy-splash-outer-buffer.
3614         * subr.el (with-temp-message): At the end, always discard
3615         the temp message, even by clearing the echo area.
3617         * progmodes/sh-script.el (sh-mode): Run sh-mode-hook.
3619 2001-12-16  Stefan Monnier  <monnier@cs.yale.edu>
3621         * log-view.el (log-view-message-re, log-view-current-tag):
3622         Recognize Subversion's log output format.
3624         * international/fontset.el: Build the list L at compile time.
3626         * language/ind-util.el (mapthread): Make a closure.
3628 2001-12-15  Richard M. Stallman  <rms@gnu.org>
3630         * isearch.el (isearch-start-hscroll): New variable.
3631         (isearch-mode): Set isearch-start-hscroll.
3632         (isearch-update): Restore original hscrolling if possible.
3634         * isearch.el (isearch-edit-string):
3635         Treat isearch-yank-word-or-char specially, like isearch-yank-word.
3637         * emacs-lisp/debug.el (debugger-previous-backtrace): New variable.
3638         (debugger-make-xrefs): Optimize by (1) using skip-syntax-forward
3639         rather than regexp search and (2) copying text properties
3640         already set up on text unchanged from the previous backtrace.
3642         * case-table.el (set-case-syntax-pair):
3643         Detect invalid calls and signal an error.
3645 2001-12-15  Richard M. Stallman  <rms@gnu.org>
3647         * language/ind-util.el (range): Function deleted.
3648         (indian-regexp-of-hashtbl-keys): Renamed from `regexp-of-hashtbl-keys'.
3649         All calls changed.
3651         * language/devan-util.el (devanagari-range): Renamed from `range'.
3652         All calls changed.
3653         (devanagari-regexp-of-hashtbl-keys):
3654         Renamed from `regexp-of-hashtbl-keys'.  All calls changed.
3656 2001-12-15  Dave Love  <fx@gnu.org>
3658         * language/ind-util.el: Don't require cl.
3659         (indian-glyph-char, indian-glyph-max-char)
3660         (indian-char-glyph): Moved from indian.el
3661         (indian--puthash-char, mapthread): Don't quote lambda.
3662         (indian--map): New function.
3663         (indian--puthash-v, indian--puthash-c, indian--puthash-m)
3664         (indian--puthash-cv): Use it.
3666         * language/indian.el (indian-glyph-char, indian-glyph-max-char)
3667         (indian-char-glyph): Moved to ind-util.el
3669         * language/devan-util.el (devanagari-post-read-conversion):
3670         New function.
3672         * language/georgian.el: New file.
3674         * international/mule-cmds.el (locale-language-names): Add various
3675         entries.  Remove utf-8 special case.
3676         (locale-charset-language-names, locale-preferred-coding-systems):
3677         Add utf-8 case.
3678         (set-language-environment): Process required-features earlier.
3680         * international/quail.el (quail-keyboard-layout-alist):
3681         Add pc105-uk.
3682         (quail-keyboard-layout-type): Fix :type.
3683         (quail-choose-completion-string): Simplify.
3684         (quail-update-leim-list-file): Don't get fooled by commented-out code.
3685         (quail-input-string-to-events): Run events through
3686         translation-table-for-input.
3688         * international/mule-conf.el (translation-table-for-input):
3689         New variable.
3690         (latin-iso8859-14): Amend description.
3691         (file-coding-system-alist): Add entry for utf-8.
3693         * language/utf-8-lang.el: New file.
3695         * international/code-pages.el: New file.
3697         * language/hebrew.el ("Windows-1255"): New language.
3699         * language/european.el ("Welsh", "Latin-7", "Lithuanian")
3700         ("Latvian"): New languages.
3702 2001-12-14  Stefan Monnier  <monnier@cs.yale.edu>
3704         * xml.el: Use setq rather than (set 'foo bar).
3705         Use push+nreverse rather than append.
3706         (xml-node-name, xml-node-attributes, xml-node-children):
3707         Use defsubst rather than macros.
3708         (xml-parse-region): Handle a nil return value from xml-parse-tag.
3709         (xml-parse-tag): Don't skip white space.  Return nil for a comment.
3710         Concat the two strings surrounding a comment into a single string.
3712         * newcomment.el (comment-indent): Jump to the middle of empty comments.
3714 2001-12-14  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3716         * select.el (xselect-convert-to-class, xselect-convert-to-name):
3717         Document.
3719 2001-12-14  Andre Spiegel  <spiegel@gnu.org>
3721         * vc-hooks.el (vc-checkout-model, vc-state, vc-workfile-version):
3722         Return nil if FILE is not registered.
3723         (vc-check-master-templates, vc-default-make-version-backups-p):
3724         Doc fix.
3726 2001-12-13  David Ponce  <david@dponce.com>
3728         * ruler-mode.el (ruler-mode-extra-left-cols): Remove.
3729         (ruler-mode-left-fringe-cols): New macro.
3730         (ruler-mode-right-fringe-cols): New macro.
3731         (ruler-mode-left-scroll-bar-cols): New macro.
3732         (ruler-mode-right-scroll-bar-cols): New macro.
3733         (ruler-mode-ruler): Use above new macros.
3735 2001-12-13  Richard M. Stallman  <rms@gnu.org>
3737         * files.el (set-auto-mode): Fix previous change.
3739 2001-12-13  Stefan Monnier  <monnier@cs.yale.edu>
3741         * emacs-lisp/easymenu.el (easy-menu-intern): New fun.
3742         (easy-menu-do-define, easy-menu-convert-item-1)
3743         (easy-menu-define-key-intern, easy-menu-get-map): Use it.
3744         (easy-menu-return-item): Only return nil if there is no binding.
3746 2001-12-13  Rajesh Vaidheeswarran  <rv@gnu.org>
3748         * whitespace.el (whitespace-version): 3.2
3749         * whitespace.el (whitespace-force-mode-line-update): Replace with
3750         `whitespace-mode-line-update', which is an alias to the correct
3751         function in various emacsen.
3752         * whitespace.el (whitespace-{un,}highlight-the-space):
3753         Add colorized highlighting of the bogus whitespaces in a buffer/file,
3754         using the `whitespace-highlight-face' if
3755         `whitespace-display-spaces-in-color' is set.
3757 2001-12-13  Eli Zaretskii  <eliz@is.elta.co.il>
3759         * international/mule.el (set-auto-coding): Don't search for
3760         "unibyte:" or "coding:" if set-auto-mode-1 returns nil.
3762 2001-12-13  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3764         * mail/mailabbrev.el (mail-abbrevs-setup): Do not use make-local-hook.
3766         * mail/rmail.el (rmail-fontify-buffer-function): Likewise.
3768         * mail/rmailsum.el (rmail-summary-mode): Likewise.
3770 2001-12-13  Richard M. Stallman  <rms@gnu.org>
3772         * simple.el (undo): Always set this-command to `undo',
3773         so that the next undo after an error will not begin redoing.
3775         * simple.el (shell-command): Doc fix.
3776         (shell-command-on-region): If there is output an an error,
3777         add "...Shell command failed" to the output.
3779 2001-12-13  David Ponce  <david@dponce.com>
3781         * ruler-mode.el (ruler-mode-left-fringe-cols): Variable removed.
3782         (ruler-mode-left-fringe-cols): Function replaced by more efficient
3783         implementation `ruler-mode-extra-left-cols'.
3784         (ruler-mode-ruler): Use above new function.  Take into account
3785         that the fringe areas can now be resized.
3787 2001-12-12  Richard M. Stallman  <rms@gnu.org>
3789         * international/characters.el (Unicode): Comment out
3790         the specifications for kelvin and angstrom signs.
3792         * international/mule.el (make-translation-table-from-vector):
3793         Allow null elements in VEC.
3795         * international/ucs-tables.el (unify-8859-on-encoding-mode)
3796         (unify-8859-on-decoding-mode): Swap the code in their bodies.
3797         Add :version.
3799 2001-12-11  Richard M. Stallman  <rms@gnu.org>
3801         * derived.el (derived-mode-p): Function moved to subr.el.
3803         * subr.el (derived-mode-p): Moved here from derived.el.
3805         * international/mule.el (set-auto-coding): Use set-auto-mode-1.
3807         * files.el (set-auto-mode-1): New subroutine, broken out of
3808         set-auto-mode.
3809         (set-auto-mode, hack-local-variables-prop-line): Use that.
3811 2001-12-11  Dave Love  <fx@gnu.org>
3813         * language/thai-util.el, language/thai.el: Add Unicode equivalents.
3815         * language/european.el: Remove autoload cookies.  Fix registration
3816         of diacritic composition function.
3818 2001-12-11  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3820         * calendar/todo-mode.el: Require time-stamp.
3822         * net/zone-mode.el (zone-mode): Don't use make-local-hook.
3824 2001-12-11  Richard M. Stallman  <rms@gnu.org>
3826         * emacs-lisp/authors.el (authors-aliases): Delete "Richard Stallmao".
3828         * textmodes/ispell.el (ispell-buffer-local-parsing):
3829         Match xml like sgml.
3831         * emacs-lisp/advice.el (ad-compile-function):
3832         Byte compile the function under another (uninterned) name.
3834         * gud.el (gdb): Define and bind gud-jump.
3836         * font-lock.el (font-lock-mode):
3837         Put our function at the end of after-change-functions.
3839         * ediff-diff.el (ediff-cmp-options): Doc fix.
3841         * comint.el (comint-password-prompt-regexp): Match "UNIX Password".
3843 2001-12-10  Richard M. Stallman  <rms@gnu.org>
3845         * isearch.el (isearch-yank-word-or-char): New function.
3846         (isearch-mode-map): Bind C-w to that.
3848         * menu-bar.el (menu-bar-mode): Make arg optional.
3850         * simple.el (line-move): Cope if next-single-property-change
3851         or previous-single-property-change returns nil.
3853         * emacs-lisp/lisp-mnt.el (lm-verify): New arg NON-FSF-OK.
3854         Don't use interactive-p; instead, pass the proper args
3855         in (interactive...).  Clean up most of the trouble-report strings.
3857 2001-12-10  Eli Zaretskii  <eliz@is.elta.co.il>
3859         * mail/smtpmail.el (smtpmail-send-queued-mail): Insert the
3860         enqueued messages literally.
3862 2001-12-10  Noah Friedman  <friedman@splode.com>
3864         * battery.el (battery-insert-file-contents): Obsolete function
3865         removed.
3866         (battery-read-function): Obsolete function removed.
3867         (battery-linux-proc-apm): Use insert-file-contents.
3869 2001-12-07  Stephen Eglen  <stephen@gnu.org>
3871         * iswitchb.el (iswitchb-visit-buffer):
3872         Use `select-frame-set-input-focus'--needed when window manager
3873         uses "click to focus" policy.
3875 2001-12-09  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3877         * COPYING: Moved back.
3879 2001-12-07  Eli Zaretskii  <eliz@is.elta.co.il>
3881         * term/internal.el (IT-character-translations): Add entries for
3882         more points.
3884         * international/characters.el: Resurrect the Hebrew category
3885         settings for all Hebrew characters removed by the last change.
3886         Add code for setting the Hebrew category of the Unicode Hebrew
3887         characters.  Set syntax entries for Hebrew punctuation characters.
3889         * international/ucs-tables.el (ucs-8859-8-alist): Add Hebrew
3890         points and directional formatting control characters.
3892 2001-12-07  Dave Love  <fx@gnu.org>
3894         * language/lao-util.el: Add Unicode equivalents for rules.
3895         (lao-post-read-conversion): New function.
3897         * language/lao.el: Add Unicode equivalents.
3898         (lao): Add post-read conversion.
3900         * international/latin1-disp.el: Fix some 8-bit-graphic characters.
3901         Use iso2022 encoding.
3902         (latin1-char-displayable-p): Doc fix.
3903         (latin1-display-ucs-per-lynx): New option.
3904         (latin1-display-ucs-per-lynx): New command.
3905         (latin1-display-reset): Special-case arabic.
3906         (ucs-tables): Require.
3907         (latin1-display-sets, latin1-display-setup): Add arabic.
3908         (latin1-display) <variable>: Use function latin1-display.
3909         (latin1-display) <function>: Add mule-unicode stuff.
3910         (latin1-display-check-font): Don't lose if `info' is nil.
3912         * international/iso-transl.el: Insert Latin-1 characters, not
3913         unibyte codes.
3915         * language/european.el (diacritic-composition-pattern): New constant.
3916         (diacritic-compose-region, diacritic-compose-string)
3917         (diacritic-compose-buffer, diacritic-post-read-conversion)
3918         (diacritic-composition-function): New functions.
3920         * international/utf-8.el (ucs-mule-to-mule-unicode):
3921         New translation table.
3922         (ccl-encode-mule-utf-8): Use it.
3923         (utf-8-untranslated-to-ucs, utf-8-help-echo, utf-8-compose)
3924         (utf-8-post-read-conversion, utf-8-pre-write-conversion): New function.
3925         (utf-8-subst-table): New variable.
3926         (utf-8-compose-scripts): New option.
3927         (mule-utf-8): Update safe-charsets, pre-write and post-read conversion.
3929         * international/ucs-tables.el, international/utf-8-subst.el:
3930         New files.
3932         * international/characters.el: Don't set word syntax (the default)
3933         explicitly.  Add a diacritic category.  Add info for Unicode
3934         equivalents of characters in various Mule charsets and for extra
3935         Unicode characters.  Don't define specific categories for
3936         Indian/Devanagari, since they aren't used.
3938 2001-12-06  Richard M. Stallman  <rms@gnu.org>
3940         * textmodes/fill.el (set-justification): Rename arg VALUE to STYLE.
3941         (set-justification-left, set-justification-right): Doc fix.
3943         * progmodes/f90.el (f90-break-line): Use (newline 1) to insert newline.
3944         (bug-f90-mode): Variable deleted.
3946 2001-12-06  Stefan Monnier  <monnier@cs.yale.edu>
3948         * indent.el (indent-line-function): Default is indent-relative again.
3950 2001-12-07  Miles Bader  <miles@gnu.org>
3952         * progmodes/compile.el (compilation-error-regexp-alist):
3953         Added regexps for RXP.
3955 2001-12-05  Eli Zaretskii  <eliz@is.elta.co.il>
3957         * progmodes/cwarn.el (cwarn-font-lock-match-assignment-in-expression):
3958         Add shift-assignment operators to those highlighted, and highlight
3959         the whole operator rather than just the "=".
3961 2001-12-04  Juanma Barranquero  <lektu@terra.es>
3963         * files.el (save-abbrevs, save-some-buffers): Don't ask the user
3964         before saving abbrevs if `save-abbrevs' has the value `silently'.
3966 2001-12-04  Andreas Schwab  <schwab@suse.de>
3968         * xt-mouse.el (turn-off-xterm-mouse-tracking): Doc fix.
3970 2001-12-04  Colin Walters  <walters@debian.org>
3972         * emacs-lisp/autoload.el (make-autoload): Also generate autoloads
3973         for `defmacro*' forms.
3975         * emacs-lisp/lisp-mode.el (toplevel): Define docstring offset for
3976         `defmacro*'.
3978 2001-12-03  Stefan Monnier  <monnier@cs.yale.edu>
3980         * progmodes/antlr-mode.el (antlr-c-common-init): Undo last change.
3982 2001-12-02  Richard M. Stallman  <rms@gnu.org>
3984         * files.el (insert-directory): If the df output does not look right,
3985         don't try to use it.  Other cleanups in overall code structure.
3987 2001-12-02  Stefan Monnier  <monnier@cs.yale.edu>
3989         * textmodes/outline.el (outline-mode-prefix-map):
3990         Add bindings for outline-promote and outline-demote.
3991         (outline-minor-mode-menu-bar-map): New var.
3992         (outline-minor-mode): Use it.
3993         (outline-heading-alist): New var (renamed from outline-level-heading).
3994         (outline-level): Use it.
3995         (outline-insert-heading, outline-promote, outline-demote):
3996         Update to use outline-heading-alist.
3998         * disp-table.el (standard-display-european):
3999         Simplify since the function is not interactive any more.
4000         Don't set the existing buffers to unibyte.
4002         * pcvs-util.el (cvs-file-to-string): Move condition-case outside.
4004         * pcvs.el (cvs-reread-cvsrc): Don't use cvs-file-to-string.
4006         * reveal.el (reveal-mode): Fix reveal-mode's lighter.
4008         * shell.el (shell): Use shell-file-name.
4009         Pop to buffer before calling comint to set COLUMNS properly.
4011         * emacs-lisp/cl.el (svref): New alias.
4013         * progmodes/antlr-mode.el (antlr-c-common-init):
4014         Don't inhibit adaptive-fill-mode any more.
4016         * progmodes/delphi.el (delphi-mode): Don't use make-local-hook.
4018         * progmodes/etags.el (tags-with-face): Use make-symbol.
4019         (tags-search, tags-query-replace): Use backquotes.
4021         * textmodes/picture.el (picture-mode-map): Don't use defconst
4022         for a variable.
4024 2001-12-02  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
4026         * textmodes/reftex-index.el (reftex-index-mode):
4027         Remove make-local-hook.
4029         * textmodes/reftex-toc.el (reftex-toc-mode): Likewise.
4031 2001-12-02  Kim F. Storm  <storm@cua.dk>
4033         * isearch.el (isearch-resume-enabled): New variable.
4034         (isearch-done): Use that variable.
4036 2001-12-01  Richard M. Stallman  <rms@gnu.org>
4038         * wid-edit.el (widget-button-click): Don't move point permanently:
4039         Avoid mouse-set-point--instead select the window,
4040         then do save-excursion, then move point.
4041         Specify the buffer for get-char-property.
4042         Don't use `@' in interactive.
4044         * indent.el (indent-line-function):
4045         Default is indent-to-left-margin again.
4047         * replace.el (query-replace-read-args): Display message
4048         if FROM contains `\n' or `\t'.
4050 2001-12-01  Stefan Monnier  <monnier@cs.yale.edu>
4052         * indent.el (tab-to-tab-stop): Use delete-horizontal-space.
4054         * bindings.el (minibuffer-local-map): Bind TAB to insert-tab.
4056         * emacs-lisp/regexp-opt.el (regexp-opt):
4057         Bind completion-regexp-list to nil.
4059         * progmodes/hideif.el (hif-nexttoken): Move to before first def.
4061 2001-12-01  Eli Zaretskii  <eliz@is.elta.co.il>
4063         * progmodes/idlwave.el, progmodes/idlw-rinfo.el:
4064         * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el:
4065         Update maintainer.
4067 2001-11-30  Stefan Monnier  <monnier@cs.yale.edu>
4069         * mail/smtpmail.el: Use with-current-buffer.
4070         (message-make-date, message-make-message-id): Autoload when needed.
4071         (smtpmail-send-it): Use them to add `Date:' and `Message-Id:'
4072         headers when missing.
4074         * international/encoded-kb.el (encoded-kbd-mode):
4075         Use define-minor-mode.
4077         * enriched.el (enriched-mode): Use define-minor-mode.
4078         Use dolist and pop and push.
4080         * info.el (Info-find-node-2): Don't call info-insert-file-contents
4081         with the `visit' argument.
4082         (Info-extract-menu-node-name): Use `replace-regexps-in-string'.
4084         * progmodes/hideif.el (hide-ifdef-mode): Only modify
4085         `change-major-mode-hook' locally.  Reset invisibility spec.
4087         * man.el (Man-build-section-alist): Remove last Man-match-substring.
4089 2001-11-30  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4091         * textmodes/paragraphs.el (mark-paragraph): Clarify doc.
4092         Clarify error message.
4094 2001-11-29  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4096         * textmodes/paragraphs.el (mark-paragraph): Allow prefix arg.
4098 2001-11-30  Andre Spiegel  <spiegel@gnu.org>
4100         * vc-cvs.el (vc-cvs-parse-status): Store file state in property,
4101         don't just return it.
4103 2001-11-30  Eli Zaretskii  <eliz@is.elta.co.il>
4105         * menu-bar.el (menu-bar-read-lispref, menu-bar-read-lispintro)
4106         (menu-bar-read-emacs-man, search-emacs-glossary)
4107         (emacs-index-search, elisp-index-search): New functions.
4108         (apropso-documentation, apropos, apropos-value, apropos-variable)
4109         (apropos-commands): Modify menu item names and help text.
4110         (elisp-index-search, emacs-index-search, emacs-glossary):
4111         New menu items.
4112         (menu-bar-manuals-menu): Move the Ordering Manuals item to a
4113         submenu.
4114         (info-elisp, info-elintro): New menu items.
4115         (apropos): Modify the menu item name.
4117 2001-11-30  Stefan Monnier  <monnier@cs.yale.edu>
4119         * emacs-lisp/lisp-mode.el (read-if): Add lisp-indent-function prop.
4121         * textmodes/outline.el (outline-promote, outline-demote): Typo.
4123         * man.el (man-follow-mouse): New function.
4124         (Man-mode-map): Bind mouse-2 to it.
4125         (Man-match-substring): Remove.  Replace with `match-string'.
4126         (man): Use the `default-value' argument to `read-string'.
4127         (Man-fontify-manpage): Add mouse-face to cross references.
4129         * emacs-lisp/cl-macs.el (shiftf): Fix more.  Simplify.
4131 2001-11-29  Stefan Monnier  <monnier@cs.yale.edu>
4133         * emacs-lisp/crm.el (completing-read-multiple): Better preserve
4134         the value of require-match in minibuffer-completion-confirm.
4135         Use crm-local-completion-map.
4137         * emacs-lisp/cl-macs.el (shiftf): Fix the fast case so
4138         (let ((a 1) (b 2)) (shiftf a b (cons a b)) b) returns (1 . 2).
4139         (cl-make-type-test): Use char-valid-p for `character'.
4141         * info.el (Info-complete-next-re, Info-complete-cache): New vars.
4142         (Info-complete-menu-item): Rewrite.  Add the ability to search
4143         several sequential nodes.  Add a simple caching mechanism.
4144         (Info-goto-index): New function extracted from Info-index.
4145         (Info-index): Use it.  Add completion to the interactive spec.
4146         (Info-menu-update): Simplify call to `Info-complete-menu-item'.
4148 2001-11-29  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
4150         * COPYING: Removed.
4152 2001-11-29  Dave Love  <fx@gnu.org>
4154         * progmodes/fortran.el: Fontify rewind, backspace.  Doc fixes.
4155         (fortran-window-create, fortran-window-create-momentarily):
4156         Rewrite, moving error condition.
4157         (fortran-beginning-do, fortran-beginning-if): Fix regexps.
4158         (fortran-mode-syntax-table): Revert last change.
4160         * international/mule.el: Doc fixes.
4161         (map-charset-chars): New function.
4162         (register-char-codings): Use it to cope with generic chars in
4163         safe-chars.
4165 2001-11-29  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
4167         * play/blackbox.el (blackbox-mode, blackbox): Doc fix.
4169         * play/cookie1.el (cookie, cookie-insert, shuffle-vector): Doc fixes.
4171         * play/studly.el (studlify-word, studlify-region)
4172         (studlify-buffer): Fix doc-string.
4173         (studlify-buffer): Add autoload cookie.
4175 2001-11-28  Stefan Monnier  <monnier@cs.yale.edu>
4177         * textmodes/outline.el (outline-up-heading): Add `invisible-ok' arg.
4178         (outline-up-heading-all): Remove.
4179         (hide-sublevels): Move to end-of-heading before calling flag-region.
4180         (outline-copy-overlay, outline-discard-overlays): Remove.
4181         (outline-flag-region): Use `remove-overlays'.
4182         Don't move to end-of-heading.
4183         (outline-next-visible-heading, outline-back-to-heading)
4184         (outline-on-heading-p): Use outline-invisible-p.
4185         (outline-font-lock-level): Use outline-up-heading's new arg.
4186         (outline-minor-mode): Simplify.
4187         (outline-map-tree, outline-reveal-toggle-invisible): New funs.
4188         (outline): Put a `reveal-toggle-invisible' property.
4189         (outline-level-heading): New var.
4190         (outline-insert-heading, outline-promote, outline-demote)
4191         (outline-toggle-children): New commands.
4193         * progmodes/hideif.el (hif-end-of-line): New function.
4194         (hide-ifdef-mode): Set line-move-ignore-invisible.
4195         (hide-ifdef-region-internal): New function.
4196         (hide-ifdef-region): Use it.
4197         (hif-defined): Return an integer.
4198         (hif-infix-to-prefix): Remove.
4199         (hif-tokenize): Parse from the buffer rather than from a string.
4200         Correctly tokenize integers.  Use forward-comment.
4201         (hif-expr): Use hif-or.
4202         (hif-term): Use hif-and.
4203         (hif-factor): Use hif-not.  Handle numbers properly.
4204         Don't require parenthesis around `defined's argument.
4205         (hif-and, hif-or, hif-not): New funs.
4206         (hif-canonicalize): Pass a region to hif-tokenize.  Use hif-not.
4207         (hif-hide-line): Don't hide the \n before the line.
4208         (hif-possibly-hide): Correctly handle numeric evaluation results.
4210         * progmodes/make-mode.el: Use line-(end|beginning)-position.
4211         (makefile-mode): Set indent-line-function.
4212         (makefile-browser-insert-continuation): Use with-current-buffer.
4213         (makefile-beginning-of-line-point, makefile-end-of-line-point): Remove.
4215 2001-11-28  Karl Fogel  <kfogel@red-bean.com>
4217         * isearch.el (isearch-yank-internal): New helper function.
4218         (isearch-yank-char): New function.
4219         (isearch-yank-word, isearch-yank-line): Rewrite to use
4220         isearch-yank-internal.
4222 2001-11-28  Eli Zaretskii  <eliz@is.elta.co.il>
4224         * mouse.el (mouse-set-font): Make it a no-op if multiple fonts
4225         aren't supported.  Print a message to that effect if invoked.
4227 2001-11-27  Stephen Eglen  <stephen@gnu.org>
4229         * locate.el (locate): Put point at first matching file rather
4230         than top of buffer.
4232 2001-11-27  Stefan Monnier  <monnier@cs.yale.edu>
4234         * reveal.el: New file.
4236         * progmodes/hideif.el: Misc cleanup.
4237         (hide-ifdef-mode-submap): Put the def in the defvar.
4238         Use substitute-key-definition.
4239         (hide-ifdef-mode): Use define-minor-mode.
4240         (hif-outline-flag-region): Remove.
4241         (hif-show-all): Define in terms of hif-show-ifdef-region.
4242         (hif-after-revert-function): Rename from hif-before-revert-function.
4243         (hide-ifdef-region, hif-show-ifdef-region): Use overlays.
4244         (hif-tokenize): Use with-syntax-table.
4245         (hif-make-range): Use `else' also for `else-p'.
4246         (hif-range-else-p): Remove.
4247         (hif-find-range): Simplify.
4248         (hif-hide-line): Don't bother preserving buffer-modified-p.
4249         (hide-ifdefs, show-ifdefs, hide-ifdef-block, show-ifdef-block):
4250         Don't use selective-display and inhibit-read-only.
4252         * subr.el (copy-overlay, remove-overlays): New funs.
4254         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix off-by-two error.
4256 2001-11-27  Sam Steingold  <sds@gnu.org>
4258         * ansi-color.el, bookmark.el, dired.el, emerge.el, fast-lock.el
4259         * lazy-lock.el, mouse-sel.el, mail/feedmail.el
4260         * emacs-lisp/advice.el, emacs-lisp/checkdoc.el, emacs-lisp/ewoc.el
4261         * obsolete/c-mode.el, obsolete/cplus-md.el
4262         * progmodes/dcl-mode.el, progmodes/idlw-shell.el, progmodes/idlwave.el
4263         * term/sun-mouse.el, textmodes/artist.el:
4264         Converted backquote to the new style.
4265         * mouse.el, reposition.el: Likewise (in comments).
4266         * expand.el: Likewise (in a string).
4268 2001-11-27  Richard M. Stallman  <rms@gnu.org>
4270         * cus-edit.el (custom-load-symbol): Don't always load locate-library.
4272 2001-11-26  Richard M. Stallman  <rms@gnu.org>
4274         * wid-edit.el (widget-toggle-value-create): On graphic terminal,
4275         if :on-glyph or :off-glyph is a list, eval it and store it back.
4276         (checkbox): Quote the values for :on-glyph and :off-glyph.
4278         * cus-start.el (recursive-load-depth-limit): Delete item.
4280 2001-11-26  Stefan Monnier  <monnier@cs.yale.edu>
4282         * help-fns.el (describe-categories, help-describe-category-set): New.
4283         describe-categories moved here from src/category.c.
4285 2001-11-26  Sam Steingold  <sds@gnu.org>
4287         * progmodes/cc-mode.el (c-submit-bug-report): Make sure that the
4288         arguments to `insert' are strings.
4290 2001-11-26  Richard M. Stallman  <rms@gnu.org>
4292         * startup.el (command-line-1): Call kill-buffer only in non-fancy case.
4294 2001-11-26  Eli Zaretskii  <eliz@is.elta.co.il>
4296         * international/mule-diag.el: Require help-fns instead of
4297         help-funs.
4299         * help-fns.el: Renamed from help-funs.el.
4301         * startup.el (command-line-1): Don't try to call process-list if
4302         it is not fboundp.
4304 2001-11-26  Sam Steingold  <sds@gnu.org>
4306         * frame.el (show-trailing-whitespace): Remove :set argument (the
4307         value was essentially identical to the defalt).
4309 2001-11-26  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
4311         * hexl.el (hexl-mode, hexl-follow-ascii): Remove make-local-hook.
4313         * icomplete.el (icomplete-minibuffer-setup): Likewise.
4315         * hilit-chg.el (hilit-chg-set): Likewise.
4317         * speedbar.el (speedbar-mode): Likewise.
4319         * calendar/calendar.el (calendar-mode): Likewise.
4321         * play/yow.el (psychoanalyze-pinhead): Use insert instead of
4322         insert-string.
4324         * play/gamegrid.el (gamegrid-init-buffer): Likewise.
4326         * term/bg-mouse.el (bg-insert-moused-sexp): Likewise.
4328         * term/sun-mouse.el (sun-yank-selection): Likewise.
4330         * textmodes/bib-mode.el (return-key-bib): Likewise.
4332         * calendar/appt.el (appt-disp-window): Likewise.
4334         * calendar/diary-lib.el (list-diary-entries): Likewise.
4336         * array.el (array-reconfigure-rows): Likewise.
4338         * filecache.el (file-cache-minibuffer-complete): Likewise.
4340         * obsolete/cplus-md.el (fill-c++-comment): Likewise.
4342         * strokes.el (strokes-prompt-user-save-strokes): Likewise.
4344         * allout.el (outline-version, outline-open-topic)
4345         (outline-rebullet-heading, outline-insert-listified)
4346         (outline-latex-verbatim-quote-curr-line)
4347         (outline-latexify-one-item, outlineify-sticky): Likewise.
4349         * vc.el (vc-next-action-on-file): Likewise.
4350         (vc-dired-mode): Remove make-local-hook.
4352 2001-11-26  Andre Spiegel  <spiegel@gnu.org>
4354         * vc.el (vc-find-version): New function.
4355         (vc-version-other-window): Redefined in terms of the above.
4357         * log-view.el (log-view-find-version): New function.
4358         (log-view-mode-map): Bind it to `f'.
4360 2001-11-26  Gerd Moellmann  <gerd@gnu.org>
4362         * language/devan-util.el (dev-char-glyph): Escape `"' in
4363         string literals.
4364         (dev-glyph-glyph, dev-glyph-glyph-2)
4365         (devanagari-compose-syllable-region): Likewise.
4367 2001-11-26  Richard M. Stallman  <rms@gnu.org>
4369         * window.el (save-selected-window): No error if saved window is dead.
4371         * help-funs.el (describe-syntax): Put (interactive) after doc string.
4373 2001-11-26  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
4375         * international/quail.el (quail-help): Require help-mode in
4376         top-level instead.
4378         * iswitchb.el (iswitchb-exhibit): Use insert instead of
4379         insert-string.
4381         * icomplete.el (icomplete-exhibit): Likewise.
4383 2001-11-25  Stefan Monnier  <monnier@cs.yale.edu>
4385         * diff-mode.el (diff-end-of-hunk): Watch out for ambiguities.
4386         (diff-hunk-kill): Simplify.
4387         (diff-post-command-hook): Only apply to a single hunk.
4388         (diff-hunk-text): Make `char-offset' non-optional.
4389         (diff-find-text): Return a cons cell.
4390         (diff-find-approx-text): New fun.
4391         (diff-find-source-location): Use it.
4392         (diff-apply-hunk, diff-test-hunk, diff-goto-source):
4393         Adapt to new retval of diff-find-text.
4395         * vc-cvs.el (vc-cvs-parse-entry): Rewrite, comparing the string-
4396         rather than integer- representation of dates.
4398         * textmodes/fill.el (fill-indent-according-to-mode): Default to nil.
4400         * emacs-lisp/syntax.el: Don't profile syntax-ppss any more.
4401         (syntax-after): New fun.
4403         * help-funs.el (describe-syntax): New fun.
4405         * font-lock.el (font-lock-cache-state, font-lock-cache-position)
4406         (font-lock-ppss-stats, font-lock-ppss): Remove.
4407         (font-lock-fontify-syntactically-region): Remove tuning code.
4408         (font-lock-compile-keywords): Fix off-by-one bug.
4409         (font-lock-set-defaults): Don't set removed vars.
4410         (c-keywords): Add `inline'.
4411         (c-type-names): Add `_Complex', `_Imaginary' and `_Bool'.
4413         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
4414         Set syntax-begin-function.
4415         (lisp-interaction-mode-abbrev-table): Defvar to its correct value.
4416         (lisp-interaction-mode): Don't set local-abbrev-table any more.
4417         (lisp-mode-auto-fill): Use syntax-ppss and obey
4418         comment-auto-fill-only-comments.
4419         (lisp-fill-paragraph): Use syntax-ppss.
4421 2001-11-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
4423         * mail/rmail.el (rmail-enable-mime-composing): New. A lightweight
4424         version of rmail-enable-mime.
4425         (rmail-forward): Use it.
4427 2001-11-25  Richard M. Stallman  <rms@gnu.org>
4429         * emacs-lisp/lisp-mode.el (lisp-indent-function): Add doc string.
4431         * international/quail.el (quail-keyboard-layout-button):
4432         Define button type.
4433         (quail-keyboard-customize-button): Likewise.
4434         (quail-help): Use those button types.  Require `help-mode'.
4435         Avoid altering the argument `package'.
4437         * help-mode.el (help-function, help-variable, help-face)
4438         (help-coding-system, help-input-method, help-character-set):
4439         Define each button type with its own explicit define-button-type.
4441         * language/devan-util.el: Comment out parts of the file
4442         which apparently are garbled.
4444 2001-11-25  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
4446         * mail/smtpmail.el (smtpmail-deduce-address-list): Don't use
4447         insert-string.
4449 2001-11-25  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
4451         * play/snake.el (snake-mode): Remove make-local-hook.
4453         * play/tetris.el (tetris-mode): Likewise.
4455         * play/decipher.el (decipher-mode): Likewise.
4457         * tmm.el (tmm-add-prompt): Likewise.
4459 2001-11-25  Sam Steingold  <sds@gnu.org>
4461         * menu-bar.el (menu-bar-apropos-menu): New variable.
4462         Moved all `apropos' bindings to this menu.
4463         (menu-bar-help-menu): Added `menu-bar-apropos-menu'.
4465 2001-11-24  KAWABATA, Taichi <batta@beige.ocn.ne.jp>
4467         The following changes are for new indian languages support based
4468         on Unicode charset and CDAC fonts.
4470         * international/mule-conf.el: Change indian-1-column charset to
4471         indian-glyph charset.
4473         * international/characters.el: Adjusted for the change of
4474         indian-1-column -> indian-glyph.
4476         * international/fontset.el: Delete the setting for indian-1-column
4477         and add the setting for indian-glyph in the default fontset.
4479         * language/indian.el: Completely re-written.
4481         * language/devanagari.el: Completely re-written.
4483         * language/devan-util.el: Completely re-written.
4485         * language/ind-util.el: New file.
4487 2001-11-24  Richard M. Stallman  <rms@gnu.org>
4489         * startup.el (command-line-1): Don't do startup screen
4490         if a subprocess is running.  Call the startup screen buffer
4491         "GNU Emacs".  Make a special mode-line-format for it.
4493         * net/browse-url.el (browse-url-galeon-new-window-is-tab): New var.
4494         (browse-url-galeon): Use that variable.
4496         * mail/supercite.el (sc-toggle-var): Don't use set-variable or
4497         eval-expression.  Eval and set the variable simply.
4499         * files.el (temporary-file-directory): Use defcustom.
4500         (small-temporary-file-directory): Likewise.
4501         (normal-backup-enable-predicate): Move down in file
4502         after definition of temporary-file-directory.
4504         * bindings.el (last-buffer, unbury-buffer): Doc fixes.
4506 2001-11-24  Colin Walters  <walters@debian.org>
4508         * calc/calc-ext.el (calc-init-extensions): Update the rest of the
4509         autoload names to match files renamed on initial calc import.
4511         * calc/calc.el (Commentary): Cleanup, and add logistic curve
4512         fitting suggestion from Robert J. Chassell <bob@rattlesnake.com>.
4514 2001-11-23  Colin Walters  <walters@debian.org>
4516         * Makefile.in (finder_setwins, setwins): Include Calc again.
4518         * calc/calc-rules.el: Add header comment.
4520 2001-11-23  Andre Spiegel  <spiegel@gnu.org>
4522         * vc.el (with-vc-properties): Don't bind `filename' locally.
4523         (with-vc-file, edit-vc-file): Use `make-symbol' for local bindings
4524         to avoid name clashes.  Fix `lisp-indent-function' property for
4525         both.
4527 2001-11-23  Francesco Potorti`  <pot@gnu.org>
4529         * generic-x.el (mailrc-generic-mode): Highlight the `source' keyword.
4531 2001-11-22  Colin Walters  <walters@debian.org>
4533         * calc/calc-misc.el (report-calc-bug):
4534         Use `reporter-prompt-for-summary-p'.
4536         * calc/INSTALL, calc/Makefile: Remove.
4538 2001-11-22  Miles Bader  <miles@gnu.org>
4540         * emacs-lisp/re-builder.el (reb-match-0, reb-match-1)
4541         (reb-match-2, reb-match-3): Add dark-background variants.
4543 2001-11-22  Colin Walters  <walters@debian.org>
4545         * calc/calc-misc.el (calc-info): Don't perform voodoo, just
4546         (info "Calc").
4547         (report-calc-bug): Use reporter.el.
4549         * mail/reporter.el (reporter-submit-bug-report): Doc fixes.
4551 2001-11-21  Richard M. Stallman  <rms@gnu.org>
4553         * which-func.el (which-function): Call imenu--make-index-alist
4554         if necessary to get a list of functions.
4555         (which-function-imenu-failed): New variable.
4556         (which-func-update): Handle all visible windows.
4557         (which-func-update-1): New subroutine broken out of which-func-update.
4559         * files.el (temporary-file-directory, null-device)
4560         (small-temporary-file-directory): Definitions moved up.
4562         * progmodes/cperl-mode.el (cperl-problems, cperl-tips)
4563         (cperl-non-problems, cperl-praise): Doc fixes.
4565         * progmodes/sh-script.el (sh-mode): Don't use define-derived-mode.
4566         (sh-mode-syntax-table): Function restored.
4567         Variable set up for use by function sh-mode-syntax-table.
4568         (sh-set-shell): Set the syntax table.
4570         * play/gomoku.el (gomoku-mode): Don't use define-derived-mode.
4572         * progmodes/perl-mode.el (perl-mode): Don't use define-derived-mode.
4574         * international/encoded-kb.el: Don't alter minor-map-alist.
4576 2001-11-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4578         * files.el (auto-save-file-name-transforms): Put remote files in
4579         temporary-file-directory rather than /tmp.
4581 2001-11-21  Colin Walters  <walters@debian.org>
4583         * calc/calc-macs.el (calc-slow-wrapper): Move (point) call outside
4584         of (function ...) wrapper.
4586 2001-11-20  Stefan Monnier  <monnier@cs.yale.edu>
4588         * derived.el (define-derived-mode): Create the abbrev-table
4589         from inside the `defvar'.
4591         * jit-lock.el (jit-lock-defer-time): New var.
4592         (jit-lock-defer-timer, jit-lock-buffers): New vars.
4593         (jit-lock-mode): Initialize them.  Cancel the timers more carefully.
4594         (jit-lock-function): Defer fontification if requested.
4595         (jit-lock-stealth-chunk-start): Pay attention to the new non-nil value.
4596         (jit-lock-stealth-fontify): Check the new `jit-lock-defer-multiline'
4597         text property.
4598         (jit-lock-deferred-fontify): New fun.
4600 2001-11-20  Richard M. Stallman  <rms@gnu.org>
4602         * emacs-lisp/lisp-mode.el (lisp-interaction-mode):
4603         Set local-abbrev-table to lisp-mode-abbrev-table.
4605         * emacs-lisp/re-builder.el (reb-mode):
4606         Don't use define-derived-mode.  Call kill-all-local-variables.
4608         * emacs-lisp/lisp-mode.el (lisp-mode, emacs-lisp-mode):
4609         Don't use define-derived-mode.
4611         * help-mode.el (help-mode): Undo 2001-10-07 change.
4613         * replace.el (occur-mode): Undo 2001-5-20 change.
4615 2001-11-20  Jason Rumney  <jasonr@gnu.org>
4617         * w32-fns.el (w32-system-coding-system): Change to an alias for
4618         locale-coding-system.
4619         (set-w32-system-coding-system): Document the above change.
4620         Set locale-coding-system instead.
4622 2001-11-20  Richard M. Stallman  <rms@gnu.org>
4624         * ruler-mode.el: Add pagination.
4625         (ruler-mode-toggle-show-tab-stops): No need to
4626         test `ruler-mode' variable.
4628 2001-11-20  Eli Zaretskii  <eliz@is.elta.co.il>
4630         * play/landmark.el: Mark lm-mode as special.
4632         * play/gomoku.el: Mark gomoku-mode as special.
4634 2001-11-20  Juanma Barranquero  <lektu@terra.es>
4636         * emacs-lisp/re-builder.el (reb-change-target-buffer): New function.
4637         (top-level): Bind it to C-c C-b.
4638         (re-builder): Don't re-enter RE Builder Mode.
4640         * bs.el (bs-delete): Signal an error if the buffer cannot be deleted.
4642 2001-11-20  Stefan Monnier  <monnier@cs.yale.edu>
4644         * progmodes/cperl-mode.el (cperl-perldoc): Require man before binding
4645         `manual-program'.
4647         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Don't move back
4648         to a line without a comment.
4650 2001-11-20  Eli Zaretskii  <eliz@is.elta.co.il>
4652         * dired.el (dired-listing-switches): Mention in the doc string
4653         that some switches are not supported by ls-lisp.el
4655 2001-11-19  Stefan Monnier  <monnier@cs.yale.edu>
4657         * imenu.el (imenu--split-menu): Use dolist and copy-sequence.
4658         (imenu--create-keymap-2): Remove.
4659         (imenu--create-keymap-1): Simplify, remove third argument.
4660         (imenu--generic-function): Use dolist.
4661         (imenu-find-default): New function.
4662         (imenu--completion-buffer): Use it.
4663         (imenu--mouse-menu): Use popup-menu.
4664         (imenu--menubar-select): Return t rather than calling imenu.
4666         * textmodes/fill.el (fill-delete-prefix, fill-delete-newlines):
4667         New functions, extracted from fill-region-as-paragraph.
4668         (fill-region-as-paragraph): Use them.
4669         Use an end marker instead of eob.
4670         Ignore whitespace-only fill-prefixes when indenting according to mode.
4671         Simplify the loop that searches for spaces backwards.
4673         * textmodes/picture.el (picture-vertical-step)
4674         (picture-horizontal-step): Don't use defconst for variables.
4676         * mail/mail-extr.el: Use backquote/dolist/mapc/when.  Docstring fixes.
4677         (mail-extract-address-components): Downcase domain names.
4678         (mail-extr-delete-char): Remove.  Use delete-char instead.
4680         * emulation/pc-select.el: Doc string fixes.
4681         (pc-selection-mode): Don't treat macos as a tty.
4683         * emacs-lisp/lisp.el (mark-sexp): Mark more if repeated.
4685         * progmodes/cc-engine.el (c-parse-state): Typo. From Martin Stjernholm.
4687         * mwheel.el (mouse-wheel-scroll-amount): Allow float values.
4688         (mouse-wheel-progessive-speed): New var.
4689         (mwheel-scroll): Use it and handle float values.
4691         * lazy-lock.el (lazy-lock-install-hooks): Remove make-local-hook.
4693         * iswitchb.el (iswitchb-mode): Use define-minor-mode.
4694         (iswitchb): Fix the case where the result was selected with the mouse.
4695         (iswitchb-completion-help): Use the normal *Completions* now that
4696         mouse selection works.
4697         (iswitchb-minibuffer-setup): Simplify.
4699         * newcomment.el (comment-column, comment-style, comment-multi-line)
4700         (comment-auto-fill-only-comments): Remove :group arg.
4701         (comment-padding): Add :type.
4702         (comment-indent-new-line): Ignore comment-auto-fill-only-comments
4703         if called interactively.
4705 2001-11-19  Colin Walters  <walters@verbum.org>
4707         * calc/calc.el (toplevel): Add comment and version header.
4708         (calc-init-base): Bump version to 2.02f, update date.
4710 2001-11-19  Richard M. Stallman  <rms@gnu.org>
4712         * net/browse-url.el: Support Mozilla and Galeon.
4713         By default, find the installed browser whichever it is.
4714         (browse-url-mozilla): New function.
4715         (browse-url-mozilla-sentinel): New function.
4716         (browse-url-galeon, browse-url-galeon-sentinel): New functions.
4717         (browse-url-default-browser): New function.
4718         (browse-url-process-environment): Use browse-url-browser-display.
4719         (browse-url-browser-display): Renamed from browse-url-netscape-display.
4720         (browse-url-mozilla-startup-arguments, browse-url-galeon-program)
4721         (browse-url-galeon-arguments, browse-url-galeon-startup-arguments)
4722         (browse-url-mozilla-program, browse-url-mozilla-arguments): New vars.
4723         (browse-url-browser-function): New default, new options.
4725 2001-11-19  Sam Steingold  <sds@gnu.org>
4727         * bindings.el (last-buffer, unbury-buffer): New function.
4728         (mode-line-unbury-buffer): Use `unbury-buffer'.
4730 2001-11-18  Stephen Eglen  <stephen@gnu.org>
4732         * iswitchb.el (iswitchb-cannot-complete-hook): New variable to
4733         control behaviour when no further completion is possible.
4735 2001-11-19  Colin Walters  <walters@verbum.org>
4737         * calc/calc-macs.el (calc-wrapper, calc-slow-wrapper)
4738         (math-showing-full-precision, math-with-extra-prec, math-working)
4739         (calc-with-default-simplification)
4740         (calc-with-trail-buffer): Use backtick.
4741         (Math-zerop, Math-integer-negp, Math-integer-posp, Math-negp)
4742         (Math-looks-negp, Math-posp, Math-integerp, Math-natnump)
4743         (Math-ratp, Math-realp, Math-anglep, Math-numberp, Math-scalarp)
4744         (Math-vectorp, Math-messy-integerp, Math-objectp, Math-objvecp)
4745         (Math-integer-neg, Math-equal, Math-lessp, Math-primp)
4746         (Math-num-integerp, Math-bignum-test, Math-equal-int)
4747         (Math-natnum-lessp, math-format-radix-digit): Change to `defsubst'.
4748         (calc-record-compilation-date-macro): Deleted.  Callers updated.
4749         (math-format-radix-digit): Move to calc-bin.el.
4751         * calc/calc.el (calc-record-compilation-date): Remove.
4752         (calc-bug-address): Update.
4753         (calc-settings-file): Use `user-init-file'.
4755         * calc/calc-mode.el (calc-settings-file-name, calc-save-modes):
4756         Handle null `calc-settings-file'.
4758         * calc/calc-frac.el (calc-over-notation): Use `completing-read'.
4759         * calc/calc-keypd.el (calc-keypad-mode): New.
4760         (calc-do-keypad): Use it.
4761         (calc-keypad-map): Move into `calc-keypad-mode'.
4763         * calc-math.el (calcFunc-sqrt, calcFunc-hypot): Add missing quote
4764         to defalias argument.
4766         * calc-misc.el (math-fixnump, math-fixnatnump, calcFunc-trunc)
4767         (calcFunc-floor): Ditto.
4769         * calc-units.el (calcFunc-usimplify): Ditto.
4771         * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
4772         * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
4773         * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
4774         * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
4775         * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
4776         * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
4777         * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
4778         * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
4779         * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
4780         * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
4781         * calcsel2.el: Change all toplevel `setq' forms to `defvar' forms,
4782         and move them before their first use.  Use `when', `unless'.
4783         Remove trailing periods from error forms.  Add description and
4784         headers suggested by Emacs Lisp coding conventions.
4786 2001-11-19  Stefan Monnier  <monnier@cs.yale.edu>
4788         * newcomment.el (comment-indent):
4789         Fix misindentation for comment-only lines.
4790         (comment-indent-new-line): Only obey comment-multi-line if the
4791         comment-ender is not the end-of-line.
4793 2001-11-19  Richard M. Stallman  <rms@gnu.org>
4795         * net/net-utils.el (network-connection-service-abbrev-alist):
4796         New variable.
4798         * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
4799         Advance to start of 3rd sexp by moving fwd and backing over it.
4800         At first three elements, act like defun.
4802         * delsel.el (delete-selection-pre-hook): Handle and resignal
4803         file-supersession errors to interact properly with userlock.el.
4805 2001-11-18  Richard M. Stallman  <rms@gnu.org>
4807         * progmodes/fortran.el (fortran-mode-syntax-table):
4808         Specify punctuation syntax for backslash.
4810         * progmodes/sh-script.el (sh-must-be-shell-mode): Function deleted.
4811         All calls deleted.
4813         * international/mule-util.el (string-to-sequence): Make it obsolete.
4814         (string-to-list, string-to-vector): Implement them directly
4815         using append and vconcat, not with string-to-sequence.
4817         * startup.el (command-line): Set abbrevs-changed to nil after
4818         reading the init file and the abbrevs file.
4820         * isearch.el (isearch): Use magenta2 as bg for (background light)
4822 2001-11-17  Richard M. Stallman  <rms@gnu.org>
4824         * menu-bar.el (menu-bar-update-buffers-1): Don't pad the buffer name.
4826         * simple.el (minibuffer-history-sexp-flag): Doc fix.
4828 2001-11-17  Stefan Monnier  <monnier@cs.yale.edu>
4830         * font-lock.el (font-lock-compile-keywords): New arg `regexp'.
4831         If set and if applicable, add a regexp to highlight defun-like
4832         text inside comments and strings.
4833         (font-lock-fontify-keywords-region): Pass that new arg.
4834         (font-lock-set-defaults): Move the code to set `font-lock-keywords'
4835         to the end and pass that new arg.
4836         (c-font-lock-keywords-2): Fix regex for labels.
4837         (font-lock-match-c++-style-declaration-item-and-skip-to-next):
4838         Make it work when LIMIT is several lines further.
4839         (c-font-lock-keywords-3, c++-font-lock-keywords-3)
4840         (objc-font-lock-keywords-3, java-font-lock-keywords-3):
4841         Use backquote and make the regexes for `int a, b, c;' work on
4842         multiple lines.
4844         * emacs-lisp/re-builder.el (reb-mode): Use define-derived-mode.
4845         (font-lock-defaults-alist): Don't change it any more.
4846         (reb-subexp-mode-map): Cleanup.
4848         * custom.el (custom-current-group-alist): New var.
4849         (custom-declare-group): Set it.
4850         (custom-current-group): New fun.
4851         (custom-declare-variable, custom-handle-all-keywords):
4852         Use it as a default if no :group argument is specified.
4854         * international/mule-cmds.el (locale-name-match): Use \` and \(?:.
4855         (standard-keyboard-coding-systems): New var.
4856         (set-locale-environment): Use it to decide whether or not to call
4857         set-keyboard-coding-system.
4858         (locale-language-names): Use \"French\" for "fr".
4860 2001-11-17  Richard M. Stallman  <rms@gnu.org>
4862         * emacs-lisp/checkdoc.el (princ-list, checkdoc-read-event)
4863         (add-to-list): Delete compatibility code.
4864         (checkdoc-next-message-error): Doc fix.
4866 2001-11-17  Stephen Eglen  <stephen@gnu.org>
4868         * locate.el (locate): Show default locate pattern within the
4869         prompt, but don't insert it into the minibuffer contents.
4870         Catch the case when pattern is the empty string.
4872 2001-11-17  Eli Zaretskii  <eliz@is.elta.co.il>
4874         * language/european.el ("French"): New language environment.
4876 2001-11-16  Richard M. Stallman  <rms@gnu.org>
4878         * calendar/todo-mode.el (todo-save): Fix previous change.
4880         * subr.el (functionp): Do use cdr-safe on object.
4882 2001-11-16  Stefan Monnier  <monnier@cs.yale.edu>
4884         * bindings.el (mode-line-mode-name): Only put the help-echo property
4885         if the local-map property was put as well.
4886         (global-map): Bind switch-frame, delete-frame, iconify-frame
4887         and make-frame-visible events.
4889         * emacs-lisp/elp.el (elp-not-profilable): New var.
4890         (elp-not-profilable-p): New function.
4891         (elp-instrument-function): Use it.  Use backquotes and push.
4893         * emacs-lisp/bytecomp.el (byte-compile-call-tree, byte-code-vector)
4894         (byte-stack+-info, byte-compile-last-warned-form)
4895         (byte-compile-last-logged-file): Don't defconst a variable.
4896         (no-byte-compile): Declare.
4897         (byte-compile-file): Don't boundp-check no-byte-compile any more.
4898         (byte-compile-defvar): Leave defconst as is.
4900         * emacs-lisp/edebug.el (edebug-form-data, edebug-offsets)
4901         (edebug-offsets-stack, edebug-read-dotted-list, edebug-def-name)
4902         (edebug-current-offset, edebug-old-def-name, edebug-error-point)
4903         (edebug-best-error): Don't defconst a variable.
4904         (edebug-read-syntax-table): Use a char-table.
4905         (edebug-lemacs-specific): Remove.
4906         Toplevel: Eliminate check for Lucid Emacs.
4908         * pcvs-util.el (cvs-prefix-define): Don't defconst a variable.
4910         * rect.el (move-to-column-force): Mark obsolete.
4911         (operate-on-rectangle, delete-extract-rectangle-line)
4912         (insert-rectangle, delete-whitespace-rectangle-line)
4913         (open-rectangle-line, clear-rectangle-line): Use move-to-column.
4914         (string-rectangle-history): New var.
4915         (string-rectangle, string-insert-rectangle): Use it.
4916         (delete-rectangle-line): Fix pos/column mixup and simplify.
4918         * startup.el (normal-top-level-add-subdirs-to-load-path): Simplify.
4919         (normal-top-level, command-line, command-line-1): Simplify.
4921         * tar-mode.el (tar-mode): Use define-derived-mode.
4923         * view.el (view-mode-enable): Don't use make-local-hook.
4925         * emacs-lisp/eldoc.el (eldoc-mode): Use define-minor-mode.
4927 2001-11-16  Richard M. Stallman  <rms@gnu.org>
4929         * mail/mail-extr.el (mail-extr-voodoo): Treat a number as a word
4930         if it doesn't make sense as anything else.
4931         Don't recognize a "telephone number" at the beginning of the name.
4932         (mail-extr-leading-garbage): Match non-word characters only.
4934 2001-11-16  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
4936         * startup.el (command-line-processed): Doc fix.
4938         * apropos.el (apropos-next-label-button): Doc fix.
4940 2001-11-16  Stefan Monnier  <monnier@cs.yale.edu>
4942         * comint.el (comint-mode): Simplify.
4943         (make-comint-in-buffer): Run `comint-mode' only if necessary.
4945         * subr.el (eval-after-load): Make it work with features as well.
4947         * log-view.el (log-view-mode): Don't mark the buffer unmodified.
4949         * international/mule-cmds.el (describe-input-method): Setup xref.
4950         (set-language-environment): Use functionp.
4951         (locale-language-names, locale-charset-language-names)
4952         (locale-preferred-coding-systems): Defconst and purecopy.
4954         * language/european.el (mac-roman): Add mime-charset property.
4956 2001-11-15  Richard M. Stallman  <rms@gnu.org>
4958         * emacs-lisp/cl.el (values, values-list, multiple-value-list)
4959         (multiple-value-apply, nth-value): Use defsubst rather than defalias
4960         to get better doc strings.
4962 2001-11-15  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
4964         * derived.el: Fix autoload cookie.
4966 2001-11-15  Richard M. Stallman  <rms@gnu.org>
4968         * jka-compr.el (jka-compr-partial-uncompress): Fix previous change.
4970 2001-11-15  Stefan Monnier  <monnier@cs.yale.edu>
4972         * menu-bar.el (menu-bar-edit-menu) <copy>: Put an explicit key binding.
4974 2001-11-15  Richard M. Stallman  <rms@gnu.org>
4976         * dired.el (dired-undo): Display a message to explain
4977         that this does not undo file system changes.
4979 2001-11-15  David Kastrup  <David.Kastrup@t-online.de>
4981         * mouse-drag.el (mouse-drag-throw): Push back non-drag events
4982         into `unread-command-events' instead of trying keymap
4983         lookups ourselves.  This makes mouse-clicks do the right
4984         thing even when keymaps of overlays are involved.
4985         (mouse-drag-drag): Likewise.
4987 2001-11-15  Andreas Schwab  <schwab@suse.de>
4989         * progmodes/ada-mode.el (ada-add-extensions): Quote regexp special
4990         characters and append anchor to pattern added to auto-mode-alist.
4992 2001-11-15  Stefan Monnier  <monnier@cs.yale.edu>
4994         * server.el (server-process-filter): Run pore/post-comment-hook
4995         before/after visiting the file.
4997         * info-look.el (makefile-mode): Add info for automake.
4998         (autoconf-mode): Fix the name of the index for automake.
5000         * international/latin-9.el: Give pilcrow punctuation syntax.
5002 2001-11-15  Andre Spiegel  <spiegel@gnu.org>
5004         * vc.el: Documentation fixes.
5006 2001-11-14  Stefan Monnier  <monnier@cs.yale.edu>
5008         * smerge-mode.el (smerge-match-conflict): Fix typo.
5009         (smerge-diff): Be careful to read match-data early enough.
5011 2001-11-14  Colin Walters  <walters@verbum.org>
5013         * calc/calc-alg.el (calcFunc-esimplify, calcFunc-simplify)
5014         (calcFunc-subst): Use `defalias' instead of `fset' and
5015         `symbol-function'.
5017         * calc/calc-arith.el (calcFunc-abs, calcFunc-float)
5018         (calcFunc-ceil, calcFunc-round): Ditto.
5020         * calc/calc-bin.el (calcFunc-clip): Ditto.
5022         * calc/calc-ext.el (calcFunc-evalv): Ditto.
5024         * calc/calc-math.el (calcFunc-sqrt, calcFunc-hypot): Ditto.
5026         * calc/calc-misc.el (math-fixnump, math-fixnatnump)
5027         (calcFunc-trunc, calcFunc-floor, calc-report-bug): Ditto.
5029         * calc/calc-units.el (calcFunc-unsimplify): Ditto.
5031         * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
5032         * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
5033         * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
5034         * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
5035         * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
5036         * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
5037         * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
5038         * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
5039         * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
5040         * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
5041         * calcsel2.el: Style cleanup; don't put closing parens on their
5042         own line, add "foo.el ends here" to each file, and update
5043         copyright date.
5045         * README: Update maintainer.
5047 2001-11-13  Richard M. Stallman  <rms@gnu.org>
5049         * progmodes/compile.el (recompile): Use compilation-arguments if
5050         set, so as to be able to M-x recompile the exact command which
5051         created a compilation-mode buffer.
5053         * progmodes/ada-mode.el (ada-fill-comment-prefix): Doc fix.
5055 2001-11-13  Gerd Moellmann  <gerd@gnu.org>
5057         * mouse.el (mouse-drag-region): Don't run the up-event
5058         handler if window start changed due to the down-mouse event.
5060 2001-11-13  Richard M. Stallman  <rms@gnu.org>
5062         * mouse.el (mouse-show-mark): Either move point to the mark
5063         or use highlighting, never both.
5064         (mouse-buffer-menu): If WINDOW is a frame, select its selected window.
5066 2001-11-13  Simon Josefsson  <jas@extundo.com>
5068         * mail/smtpmail.el (top-level): Change maintainer to Simon
5069         Josefsson, cleanup the smtpmail.el header.
5071         * mail/smtpmail.el (top-level): Don't require cl or base64.
5072         (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
5073         (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd):
5074         Defsubst instead of defmacro.
5075         (smtpmail-intersection): Return value in reverse order.
5076         (smtpmail-open-stream): Use stringp instead of string-to-list.
5077         (smtpmail-open-stream, smtpmail-try-auth-methods): New functions,
5078         separated from smtpmail-via-smtp.
5080         * mail/smtpmail.el (top-level): Autoload starttls, mail-utils and
5081         rfc2104.  Require base64 and cl.
5082         (smtpmail-smtp-service): Doc fix.  :type fix.
5083         (smtpmail-debug-info): Doc fix.
5084         (smtpmail-debug-verb, smtpmail-auth-credentials)
5085         (smtpmail-starttls-credentials, smtpmail-auth-supported):
5086         New variables.
5087         (smtpmail-deduce-address-list, smtpmail-send-it): Don't require
5088         mail-utils (it is autoloaded).
5089         (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
5090         (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd)
5091         (smtpmail-find-credentials, smtpmail-intersection): New utility funs.
5092         (smtpmail-via-smtp): Support STARTTLS, if binary is installed.
5093         (smtpmail-via-smtp): Support AUTH.
5094         (smtpmail-via-smtp): Use `smtpmail-debug-verb' to control VERB.
5096 2001-11-13  Richard M. Stallman  <rms@gnu.org>
5098         * ebuff-menu.el (electric-buffer-update-highlight): New function.
5099         (electric-buffer-overlay): New variable.
5100         (electric-buffer-menu-looper): Call electric-buffer-update-highlight.
5101         (electric-buffer-list): Likewise.
5103         * isearch.el (isearch-whitespace-chars): Doc fix.
5104         (isearch-mode): Handle negative search-slow-window-lines correctly.
5106 2001-11-13  Stefan Monnier  <monnier@cs.yale.edu>
5108         * newcomment.el (comment-normalize-vars): Handle a nil comment-padding.
5110         * progmodes/ada-mode.el (ada-fill-comment-prefix): GNAT wants 2 spaces.
5111         From Emmanuel Briot <briot@act-europe.fr>.
5113 2001-11-13  Colin Walters  <walters@debian.org>
5115         * calc/calc.el (calc-unread-command): Use `unread-command-events'.
5117         * calc/calc-mode.el (calc-settings-file-name): Don't hardcode
5118         "~/.emacs"; use `read-file-name'.
5120         * calc/calc-graph.el, calc/calc-embed.el, calc/calc-graph.el
5121         * calc/calc-misc.el, calc/calc-mode.el, calc/calc-prog.el
5122         * calc/calc-sel.el, calc/calc-store.el, calc/calc-yank.el
5123         * calc/calc.el: Use `frame-width' instead of `screen-width',
5124         `frame-height' instead of `screen-height', and,
5125         `executing-kbd-macro' instead of `executing-macro'.
5127         * calc/calc-embed.el (calc-do-embedded): Call `y-or-n-p' with
5128         correct number of arguments.
5130         * calc/calc-aent.el (calc-do-alg-entry):
5131         Use `blink-paren-function' instead of `blink-paren-hook'.
5133 2001-11-12  Richard M. Stallman  <rms@gnu.org>
5135         * calendar/todo-mode.el (todo-save): Add save-excursion
5136         and save-restriction.
5138         * server.el (server-edit, server-done): Doc fix.
5140         * simple.el (clone-indirect-buffer): Error if major mode symbol
5141         has a no-clone-indirect property.
5142         (clone-buffer): Check for obvious errors before reading clone name.
5144         * info.el (Info-mode): Add a no-clone-indirect property.
5146 2001-11-12  Sam Steingold  <sds@gnu.org>
5148         * vc.el (vc-print-log): Bind `inhibit-read-only' to t before and
5149         set-buffer-modified-p to nil after `vc-exec-after'.
5150         * log-view.el (log-view-mode-map): Bind "q", "z", "m" and "d".
5151         (log-view-mode): Make read-only.
5152         (log-view-current-file): Do final `expand-file-name' in the
5153         current `default-directory'.
5154         (log-view-current-tag): Take an optional `where' arg.
5155         (log-view-diff): New user command.
5157 2001-11-12  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
5159         * progmodes/cpp.el (cpp-choose-face): Fix typo.
5161 2001-11-12  Sam Steingold  <sds@gnu.org>
5163         * emacs-lisp/cl-indent.el (toplevel): Indent properly
5164         `generic-flet', `generic-labels', `with-accessors',
5165         `with-condition-restarts'.
5167 2001-11-12  Richard M. Stallman  <rms@gnu.org>
5169         * dired.el: Many trivial doc fixes.
5170         (dired-get-file-for-visit): New function.
5171         (dired-find-alternate-file, dired-mouse-find-file-other-window):
5172         (dired-view-file, dired-find-file-other-window, dired-display-file):
5173         (dired-find-file): Use dired-get-file-for-visit.
5175 2001-11-12  Alex Schroeder  <kensanata@yahoo.com>
5177         * sql.el (sql-mode): Doc change.
5179         * sql.el (sql-mode-syntax-table): The backslash is no longer an
5180         escape character.
5182 2001-11-12  Colin Walters  <walters@debian.org>
5184         * calc/calc-keypd.el (toplevel): Bind mouse buttons.
5185         (calc-do-keypad): Don't attempt to use nonexistent global
5186         mouse-map, use calc-keypad-map.
5187         (calc-keypad-x-left-click): Renamed to calc-keypad-left-click.
5188         (calc-keypad-left-click): Don't use mouse-map; update to new event
5189         interface.
5190         (calc-keypad-x-middle-click, calc-keypad-x-right-click): Ditto.
5191         (calc-keypad-press): Use `unread-command-events' instead of
5192         `unread-command-char'.
5194         * calc/calc-ext.el (calc-init-extensions): Update autoload names
5195         to match files renamed on initial calc import.
5197 2001-11-12  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
5199         * textmodes/flyspell.el (flyspell-default-dictionary):
5200         Fix previous change.
5202 2001-11-12  Richard M. Stallman  <rms@gnu.org>
5204         * textmodes/flyspell.el (flyspell-default-dictionary):
5205         Fix custom type.
5207 2001-11-11  Richard M. Stallman  <rms@gnu.org>
5209         * calendar/solar.el (solar-sunrise-and-sunset):
5210         Exchange the two extreme values of day-length.
5212         * progmodes/sh-script.el (sh-must-be-shell-mode):
5213         Allow modes derived from sh-mode.
5215         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
5216         Turn off error in some re-search-forward calls.
5218         * replace.el (query-replace-skip-read-only): New variable.
5219         (perform-replace): If that variable is non-nil, ignore matches
5220         that have a read-only property.
5222         * derived.el (define-derived-mode): Doc fix.
5224         * server.el (server-buffer-done): Test of server-existing-buffer
5225         was backwards.
5226         (server-existing-buffer): Doc fix.
5228         * textmodes/flyspell.el (flyspell-default-dictionary):
5229         Allow nil as value, and make nil the default.
5231 2001-11-11  Eli Zaretskii  <eliz@is.elta.co.il>
5233         * menu-bar.el (menu-bar-edit-menu): Don't use x-selection-exists-p if
5234         it is not fboundp.
5235         (clipboard-yank): Ditto.
5237 2001-11-11  Colin Walters  <walters@verbum.org>
5239         The following changes are based on patches from
5240         Eli Zaretskii <eliz@is.elta.co.il>, Kai Gro\e,A_\e(Bjohann
5241         <Kai.Grossjohann@CS.Uni-Dortmund.DE>, and others.
5243         * calc/calc.el (toplevel): Require calc-macs.
5244         (calc-minibuffer-size): New.
5245         (calcDigit-nondigit): Use it instead of `buffer-size'.
5246         (calcDigit-backspace): Likewise.
5247         (calcDigit-nondigit): Use `minibuffer-contents' instead of
5248         `buffer-string'.
5249         (calc-minibuffer-contains): Use `minibuffer-prompt-end' instead of
5250         `point-min'.
5251         (calcDigit-key): Use `calc-minibuffer-contains' instead of a
5252         `save-excursion'.
5254         * calc/calc-macs.el (calc-record-compilation-date-macro): Return a
5255         simple `setq' form.
5257         * calc/calc-ext.el: (toplevel): Require calc.
5258         (calc-fancy-prefix-map): New.
5259         (calc-fancy-prefix): Use it.
5260         (calc-fancy-prefix-other-key): New.
5262         * calc/calc-aent.el (toplevel): Require calc-macs during compilation.
5263         (calc-do-quick-calc): Use `frame-width' instead of `screen-width'.
5264         (calcAlg-edit): Use `minibuffer-contents' instead of `buffer-string'.
5265         (calcAlg-enter): Likewise.
5266         (calcAlg-enter): Use `minibuffer-prompt-end' instead of `point-min'.
5268 2001-11-10  Richard M. Stallman  <rms@gnu.org>
5270         * abbrev.el (read-abbrev-file): Don't set save-abbrevs.
5271         (quietly-read-abbrev-file): Doc fix.
5273         * startup.el (command-line): Read standard abbrev
5274         file (abbrev-file-name), if it exists.
5276         * files.el (save-abbrevs): Default value is t.
5278         * progmodes/compile.el (compile-goto-error): Fix previous change
5279         in the case where subsequent errors have not been parsed yet
5280         because they are in a different source file.
5282 2001-11-10  Peter Kleiweg  <kleiweg@let.rug.nl>
5284         * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
5285         Merge two regular expressions into one.
5286         (ps-mode): Make local bindings for `comment-start' and
5287         `comment-start-skip'.
5288         (ps-mode-looking-at-nested): Simplify an if-else construct;
5289         use `set-match-data' to set the result.
5291 2001-11-10  Richard M. Stallman  <rms@gnu.org>
5293         * textmodes/flyspell.el (flyspell-correct-word/local-keymap):
5294         Function deleted.
5295         (flyspell-correct-word): Old definition deleted.
5296         (flyspell-correct-word/mouse-keymap): Renamed to flyspell-correct-word.
5297         All references renamed too.
5299 2001-11-10  Gerd Moellmann  <gerd@gnu.org>
5301         * Makefile.in (finder_setwins, setwins): Exclude Calc.
5303 2001-11-09  Per Abrahamsen  <abraham@dina.kvl.dk>
5305         * wid-edit.el (checklist): Removed `:menu-tag'.
5306         (radio-button-choice): Ditto.
5307         (editable-list): Ditto.
5309 2001-11-09  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
5311         * play/gomoku.el: Move definitions of constants to the beginning
5312         of file, before their use.
5314 2001-11-09  Richard M. Stallman  <rms@gnu.org>
5316         * textmodes/flyspell.el: Use the keymap property
5317         instead of local-map, and don't use a minor-mode map.
5318         (flyspell-mode-map): Variable deleted.
5319         Don't mess with minor-mode-map-alist.
5320         (calling add-minor-mode): Specify nil for keymap.
5321         And always use add-minor-mode, now that it exists.
5322         (flyspell-overlay-keymap-property-name): Set it to `keymap'.
5323         (flyspell-mode-on): Don't locally bind flyspell-mouse-map
5324         or flyspell-local-mouse-map.
5325         (make-flyspell-overlay): Use flyspell-mouse-map directly.
5326         (flyspell-mode): Doc fix.
5327         (flyspell-mode-on): Don't call make-local-hook.
5329 2001-11-09  Sam Steingold  <sds@gnu.org>
5331         * emacs-lisp/debug.el (debugger-make-xrefs):
5332         Add buttons to all symbols.
5334 2001-11-09  Andre Spiegel  <spiegel@gnu.org>
5336         * vc.el: Add John David Smith to credits.
5338         Suggested by Kalle Olavi Niemitalo <kon@iki.fi>:
5340         * vc-hooks.el (vc-error-occured): Backquotified.
5341         (vc-file-prop-obarray): Use prime length for better efficiency.
5343         * vc.el (vc-clear-context): Fill obarray with 0, not nil.
5345 2001-11-09  Eli Zaretskii  <eliz@is.elta.co.il>
5347         * info.el (Info-file-list-for-emacs): Add entries for Calc.
5349 2001-11-09  Miles Bader  <miles@gnu.org>
5351         * subr.el (functionp): Don't consider macros as functions.
5353 2001-11-08  Miles Bader  <miles@gnu.org>
5355         * subr.el (functionp): Make work correctly for macros and unbound
5356         symbols.
5358         * comint.el (comint-send-input): Fix description of
5359         `comint-process-echoes' in the doc-string.
5361 2001-11-08  Eli Zaretskii  <eliz@is.elta.co.il>
5363         * international/mule.el (make-translation-table): Doc fix.
5364         Suggested by Alex Schroeder <alex@gnu.org>.
5366 2001-11-07  Richard M. Stallman  <rms@gnu.org>
5368         * info.el (Info-fontify-node): Highlight every third menu item.
5370 2001-11-07  Per Abrahamsen  <abraham@dina.kvl.dk>
5372         * cus-edit.el (custom-face-value-create): Don't ignore the
5373         `customized-face' attribute when finding the current face spec.
5375 2001-11-07  Stefan Monnier  <monnier@cs.yale.edu>
5377         * subr.el (with-local-quit): New macro.
5378         (make-syntax-table): Always inherit.
5379         (functionp): Be more careful when `object' is a symbol.
5381         * dabbrev.el (dabbrev-completion): Use "*Completions*".
5383 2001-11-07  Paul Eggert  <eggert@twinsun.com>
5385         * dired.el (dired-move-to-filename-regexp):
5386         Do not distinguish between ASCII letters and non-ASCII characters.
5387         Don't allow comma except in the form "month day, year".
5388         Don't allow space between month name and comma.
5389         Clean up the code that checks for trailing period, comma, and space.
5390         Remove now-obsolete comments, and add more commentary about
5391         Japanese dates.
5392         Always gobble up trailing spaces, instead of doing it only sometimes.
5394 2001-11-07  Miles Bader  <miles@gnu.org>
5396         * paren.el (show-paren-match-face): Add dark-background variant.
5398 2001-11-06  Stefan Monnier  <monnier@cs.yale.edu>
5400         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Paren typo.
5401         (lisp-mode-variables): Don't set paragraph-{start,separate}.
5402         Don't disable adaptive-fill-mode.
5403         (lisp-fill-paragraph): Use tab-width rather than 8.
5404         Prevent filling the first line of docstrings.
5406 2001-11-06  Richard M. Stallman  <rms@gnu.org>
5408         * play/gomoku.el (gomoku): Doc fix.
5410         * jka-compr.el (jka-compr-partial-uncompress):
5411         Support an alternative of not using dd.
5412         (jka-compr-dd-program): Use defcustom to define this.
5413         (jka-compr-load-suffixes): Use defcustom.
5414         (jka-compr-mode-alist-additions): Use defcustom.
5416 2001-11-06  Stefan Monnier  <monnier@cs.yale.edu>
5418         * font-lock.el (font-lock-match-c-style-declaration-item-and-skip-to-next):
5419         Also work when LIMIT is further than the end of line.
5421 2001-11-06  Eli Zaretskii  <eliz@is.elta.co.il>
5423         * international/quail.el (quail-update-leim-list-file): Print the
5424         offending file name if some of its quail-define-package forms is broken.
5426 2001-11-05  Richard M. Stallman  <rms@gnu.org>
5428         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Return the value
5429         of the evaluated form.
5431 2001-11-05  Paul Eggert  <eggert@twinsun.com>
5433         * ls-lisp.el (ls-lisp-time-to-seconds): New function.
5434         (ls-lisp-format-time): Emulate GNU fileutils 4.1.1 ls, whose time
5435         stamps always line up by default.  Also, it uses a slightly
5436         different window to determine whether files are "recent".
5438 2001-11-05  Andrew Innes  <andrewi@gnu.org>
5440         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
5441         Don't attempt to remake autoloads before nuking .elc files.
5443 2001-11-04  Richard M. Stallman  <rms@gnu.org>
5445         * emacs-lisp/lisp-mode.el (last-sexp-toggle-display): Cope if
5446         previous-single-property-change or next-single-char-property-change
5447         returns nil.
5449         * international/mule-cmds.el (set-locale-environment):
5450         Make it interactive; make arg optional.
5452         * international/mule-diag.el (help-funs): Require help-funs.
5454 2001-11-04  Eli Zaretskii  <eliz@is.elta.co.il>
5456         * term/internal.el (term-setup-hook): Add IT-setup-unicode-display.
5458 2001-11-04  Miles Bader  <miles@gnu.org>
5460         * startup.el (fancy-splash-head): Reapply Gerd's hack to make the
5461         shadow of the splash image grey on a dark background instead of black.
5463 2001-11-03  Stefan Monnier  <monnier@cs.yale.edu>
5465         * term.el (all faces): Don't (copy-face 'default <foo>).
5467         * term/xterm.el (function-key-map):
5468         Add entry for `ESC [ 3 ~' -> <delete>
5469         Add entries `ESC O 5 [ABCD]' -> C-{up,down,right,left}.
5470         Use inheritance so that .emacs and terminfo take precedence.
5472 2001-11-03  Eli Zaretskii  <eliz@is.elta.co.il>
5474         * tooltip.el (tooltip-delay): Decrease to 0.7.
5475         (tooltip-hide-delay): Enlarge to 10.
5477 2001-11-03  Richard M. Stallman  <rms@gnu.org>
5479         * startup.el (fancy-splash-tail): Explain how to recover
5480         from a crash, if there was a crash.
5481         (command-line-1): Reorganize display of startup screen,
5482         to simplify the logic.  Use a temp buffer for it.
5484 2001-11-03  Eli Zaretskii  <eliz@is.elta.co.il>
5486         * frame.el (set-background-color, set-foreground-color):
5487         Call face-set-after-frame-default, to propagate the new colors to
5488         the frame's parameters alist.
5490         * calendar/timeclock.el (timeclock-out): Signal an error if
5491         timeclock-last-event is nil.
5493 2001-11-02  Stefan Monnier  <monnier@cs.yale.edu>
5495         * textmodes/fill.el (fill-context-prefix): Fix braino.
5497         * international/quail.el (quail-help):
5498         Use `help-buffer' and move `help-setup-xref' to beginning.
5500         * international/mule-cmds.el (describe-language-environment):
5501         Use `help-buffer' and move `help-setup-xref' to beginning.
5503         * international/mule-diag.el (list-character-sets)
5504         (sort-listed-character-sets, describe-character-set)
5505         (describe-coding-system, describe-fontset, list-fontsets):
5506         Use `help-buffer' and move `help-setup-xref' to beginning.
5507         (describe-char-after): Use `internal-describe-syntax-value'.
5509 2001-11-02  Richard M. Stallman  <rms@gnu.org>
5511         * mouse.el (popup-menu): If the user refuses to select
5512         from a menu, don't try to invoke the menu.
5514 2001-11-02  Miles Bader  <miles@gnu.org>
5516         * help-mode.el (help-xref): New button type.
5517         (help-function, help-variable, help-face, help-coding-system)
5518         (help-input-method, help-character-set, help-type, help-symbol)
5519         (help-back, help-info, help-customize-variable, help-customize-face)
5520         (help-function-def, help-variable-def): Use it as a supertype.
5521         Remove `action' property.
5523         * international/mule-diag.el (describe-character-set)
5524         (describe-coding-system): Pass correct args to `help-xref-button'.
5525         (sort-listed-character-sets): New button type.
5526         (list-character-sets): Use it.
5527         (list-charset-chars): New button type.
5528         (list-character-sets-1): Use it.
5530 2001-11-01  Stefan Monnier  <monnier@rum.cs.yale.edu>
5532         * indent.el (tab-always-indent, indent-for-tab-command):
5533         Remove redundant `never' setting.
5535         * fill.el (fill-region-as-paragraph): Don't forget to skip
5536         over current whitespace before looking for a preceding space.
5538 2001-11-01  Richard M. Stallman  <rms@gnu.org>
5540         * files.el (file-newest-backup): Don't pass backup file name
5541         thru file-name-sans-versions, because it never has version numbers.
5543         * textmodes/sgml-mode.el (sgml-xml-guess): Fix regexp
5544         to avoid ambiguous nested loops.
5546         * files.el (find-file-noselect): Offer to change buffer-read-only
5547         only when the file's read-only status has changed from before
5548         as well as disagreeing with the buffer's current status.
5549         (buffer-file-read-only): New var, local in all buffers.
5551         * buff-menu.el (buffer-menu): Doc fix.
5552         (buffer-menu-other-window): Doc fix.
5553         (list-buffers, list-buffers-noselect): Doc fix.
5555 2001-11-01  Gerd Moellmann  <gerd@gnu.org>
5557         * startup.el (command-line): If the terminal Emacs is running on
5558         has erase char set to ^H, use the Backspace key for deleting
5559         backward, and the Delete key for deleting forward.
5561 2001-11-01  Miles Bader  <miles@gnu.org>
5563         * button.el (define-button-type): Make sure every user-defined
5564         button type has a supertype.
5566 2001-10-31  Jason Rumney  <jasonr@gnu.org>
5568         * international/mule-cmds.el (locale-language-names): Add chs and
5569         cht as aliases for Chinese-GB and Chinese-BIG5.
5571 2001-10-31  Richard M. Stallman  <rms@gnu.org>
5573         * bindings.el (mode-line-frame-identification): Add doc string.
5574         (mode-line-position, mode-line-modes): New variables.
5575         (mode-line-format): Use mode-line-position for the part
5576         that displays the position-in-buffer info.
5577         Use mode-line-modes for the part that displays major and minor modes.
5579 2001-10-31  Sam Steingold  <sds@gnu.org>
5581         * emacs-lisp/debug.el (debugger-make-xrefs): New function.
5582         (debugger-setup-buffer): Call it.
5583         (debugger-mode-map): Bind RET and mouse-2.
5585 2001-10-31  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
5587         * startup.el: Document command line option --no-window-system
5588         instead of --no-windows.
5590 2001-10-30  Stefan Monnier  <monnier@cs.yale.edu>
5592         * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip.
5594         * font-lock.el (java-font-lock-syntactic-face-function): New fun.
5595         (font-lock-defaults-alist): Use it.
5596         From David Ponce <david.ponce@wanadoo.fr>
5598         * progmodes/perl-mode.el (perl-indent-line): Use `eq' to compare
5599         output of `char-after'.
5601         * bindings.el (ctl-x-map): Add binding for C-x (, C-x ) and C-x e.
5603         * simple.el (reindent-then-newline-and-indent): Insert the newline
5604         before indenting the first line.
5605         (undo-get-state, undo-revert-to-state): New funs.
5606         (shell-command): Don't kill the buffer even if empty.
5607         (transpose-subr-start1, transpose-subr-start2, transpose-subr-end1)
5608         (transpose-subr-end2): Remove.
5609         (transpose-subr): Add `special' arg and simplify.
5610         (transpose-subr-1): Rewrite.
5611         (do-auto-fill): Use fill-indent-according-to-mode and fill-nobreak-p.
5612         (rfc822-goto-eoh): Simplify.
5614 2001-10-30  Richard M. Stallman  <rms@gnu.org>
5616         * enriched.el (enriched-face-ans): Fix previous change.
5618 2001-10-30  Gerd Moellmann  <gerd@gnu.org>
5620         * international/iso-acc.el (iso-accents-compose): Remove a
5621         superfluous setq.
5623 2001-10-30  Eli Zaretskii  <eliz@is.elta.co.il>
5625         * buff-menu.el (list-buffers-noselect): If the buffer's name
5626         starts with a blank, but it visits a file, do show it (for files
5627         whose names start with a blank).
5629 2001-10-30  Stefan Monnier  <monnier@cs.yale.edu>
5631         * textmodes/fill.el (sentence-end-double-space)
5632         (sentence-end-without-period): Move to paragraphs.el.
5633         (fill-indent-according-to-mode): Change default to t.
5634         (fill-context-prefix): Simplify control-flow and use a more
5635         sophisticated merge that unifies both previous checks.
5636         (fill-single-word-nobreak-p, fill-french-nobreak-p): New funs.
5637         (fill-nobreak-predicate): Make it into a defcustom'd hook.
5638         (fill-nobreak-p): New fun.
5639         (fill-region-as-paragraph): Use it.
5640         Handle `fill-indent-according-to-mode' slightly differently.
5641         (fill-individual-paragraphs-prefix): Simplify the control-flow.
5642         (fill-individual-paragraphs-citation): Fix.
5644         * textmodes/paragraphs.el (use-hard-newlines): Use define-minor-mode.
5645         (paragraph-start): Change default to the `text-mode' value.
5646         (sentence-end-double-space, sentence-end-without-period):
5647         Move from fill.el.
5648         (forward-paragraph): Use `parstart' and `parsep' for temp variables
5649         rather than rebinding `paragraph-start' and `paragraph-separate'.
5651         * indent.el (indent-line-function): Change default to indent-relative.
5652         (tab-always-indent): Add an `never' setting.
5653         (indent-according-to-mode): Handle `indent-relative' and
5654         `indent-relative-maybe' specially.
5655         (indent-for-tab-command): Rename `prefix-arg' to `arg'.
5656         Handle the `never' case for `tab-always-indent'.
5657         Don't call indent-according-to-mode for indent-relative' and
5658         `indent-relative-maybe'.
5659         (insert-tab): Rename `prefix-arg' to `arg'.
5660         (indent-region): Indent the first line as well.
5661         (indent-relative): Don't mark the buffer modified if the indentation
5662         is unchanged.
5664         * textmodes/text-mode.el (paragraph-indent-minor-mode):
5665         Don't set paragraph-separate.  Set paragraph-start more carefully.
5666         Set indent-line-function.
5667         (paragraph-indent-text-mode): Use it and define-derived-mode.
5668         (text-mode-map): Remove the \t binding.
5669         (text-mode): Simplify now that the default is more favorable.
5671 2001-10-29  Stefan Monnier  <monnier@cs.yale.edu>
5673         * emacs-lisp/find-func.el (find-function-search-for-symbol):
5674         If the regexp doesn't match, use a looser one.
5675         (find-variable-noselect): Add `file' argument.
5677         * pcvs.el (cvs-mode-commit-hook): New hook.
5678         (cvs-mode-commit): Run it.
5680         * log-edit.el (log-edit): Run hook after `log-edit-files'.
5682         * emacs-lisp/edebug.el (delay-mode-hooks): Add edebug-spec.
5683         (edebug-instrument-function): Use `find-function-noselect'.
5685 2001-10-29  Richard M. Stallman  <rms@gnu.org>
5687         * term.el (term-if-emacs19): Macro deleted.
5688         Callers changed to use progn instead.
5690         * frame.el (blink-cursor-mode): Doc fix.
5692         * files.el (find-backup-file-name): Use make-backup-file-name.
5694         * emacs-lisp/edebug.el (edebug-window-live-p): Always alias to
5695         window-live-p.
5696         (edebug-set-conditional-breakpoint): Unconditionally use
5697         the former Emacs >=19 definition.
5698         (edebug-mark): Define unconditionally.
5699         (edebug-eval-expression): Always call read-from-minibuffer
5700         and specify history list.
5701         (edebug-lemacs-specific): Override emacs-mark, edebug-window-live-p,
5702         edebug-set-conditional-breakpoint.
5703         (edebug-emacs-version-specific): Function deleted;
5704         do the job at top level.
5705         (edebug-emacs-19-specific): Function deleted, this is the default.
5707 2001-10-29  Sam Steingold  <sds@gnu.org>
5709         * w32-fns.el (convert-standard-filename): Handle cygwin-specific
5710         "/cygdrive/LETTER/" pathnames.
5712 2001-10-29  Eli Zaretskii  <eliz@is.elta.co.il>
5714         * faces.el (invert-face): Check for 'unspecified, not for nil,
5715         when testing whether face colors are not specified.
5716         From David.Kastrup@t-online.de (David Kastrup).
5717         (read-face-name): Doc fix.
5718         (make-face-bold, make-face-unbold, make-face-italic)
5719         (make-face-unitalic, make-face-bold-italic, invert-face):
5720         Remove trailing blank from the prompt passed to read-face-name.
5722 2001-10-29  Sam Steingold  <sds@gnu.org>
5724         * emacs-lisp/bytecomp.el (byte-recompile-directory):
5725         Report numbers of files skipped and failed too.
5726         (byte-compile-file): Return 'no-byte-compile for skipped files.
5728 2001-10-29  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5730         * log-view.el (log-view-mode-map): Bind `M-n' and `M-p', not `M n'
5731         and `M p'.
5733 2001-10-29  Gerd Moellmann  <gerd@gnu.org>
5735         * international/iso-acc.el (iso-accents-compose): Push SECOND-CHAR
5736         as is on unread-command-events instead of `(SECOND-CHAR)'.
5738 2001-10-29  Andre Spiegel  <spiegel@gnu.org>
5740         * vc.el: Mention vc-*-switches in backend API documentation.
5741         (vc-annotate): Adapt doc string to recent change.
5743 2001-10-29  Gerd Moellmann  <gerd@gnu.org>
5745         * enriched.el (enriched-face-ans): Handle face attributes
5746         of the form `(FACE1 FACE2 ...)'.
5748         * dired-x.el (dired-omit-startup): Show ``Omit'' only in Dired buffers.
5750 2001-10-29  Alex Schroeder  <kensanata@yahoo.com>
5752         * progmodes/sql.el (sql-mysql): Doc change by RMS.
5754         * progmodes/sql.el (sql-db2): Doc change.
5755         (sql-help): Doc change by Christian Egli <christian.egli@stest.ch>.
5756         (sql-mysql): Doc change by Christian Egli <christian.egli@stest.ch>.
5758 2001-10-29  Gerd Moellmann  <gerd@gnu.org>
5760         * env.el (substitute-env-vars): Don't quote argument to `rx';
5761         it's a macro.
5763 2001-10-28  Per Abrahamsen  <abraham@dina.kvl.dk>
5765         * cus-start.el (recursive-load-depth-limit): Added.
5767 2001-10-28  Richard M. Stallman  <rms@gnu.org>
5769         * textmodes/ispell.el (version18p, version20p): Vars deleted.
5770         All uses removed--assume Emacs version is >= 20.
5772         * mail/supercite.el (sc-emacs-features): Test for "Emacs 19"
5773         by really checking that it is not version 18.
5775         * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
5777 2001-10-28  Miles Bader  <miles@gnu.org>
5779         * faces.el (face-attribute): Add INHERIT argument, consider face
5780         inheritance if it's non-nil.
5781         (face-attribute-merged-with): New function.
5782         (face-attribute-specified-or): New macro.
5783         (face-foreground, face-background, face-stipple): Add INHERIT
5784         argument.  Use `face-attribute-specified-or'.
5786 2001-10-28  Stefan Monnier  <monnier@cs.yale.edu>
5788         * font-lock.el: Require `syntax'.
5789         (font-lock-defaults-alist): Don't define keywords for lisp languages.
5790         Use `c-font-lock-syntactic-face-function' for c languages.
5791         (font-lock-mode): Don't unset vars when turning the mode off.
5792         (font-lock-default-fontify-buffer): Don't unset vars at the end.
5793         (font-lock-extra-managed-props): New var.
5794         (font-lock-default-unfontify-region): Use it.
5795         (font-lock-apply-syntactic-highlight): Flush the syntax cache.
5796         Don't eval the value when there's no match.
5797         (font-lock-ppss-stats): New var.
5798         (font-lock-ppss): New fun.
5799         (font-lock-fontify-syntactically-region): Use it and syntax.ppss.
5800         (font-lock-apply-highlight): Allow `highlight' to set several props.
5801         (font-lock-set-defaults): Use dolist.
5802         (font-lock-unset-defaults): Remove.
5803         (font-lock-match-c-style-declaration-item-and-skip-to-next):
5804         Try to recognize prototypes using `foo P_ ((args))'.
5805         ({c,c++,java,objc}-font-lock-keywords-{1,2,3}): Don't setq a defconst.
5806         (c-font-lock-keywords-2): Fix last change to still use Anders' trick.
5807         (c-font-lock-syntactic-face-function): New function.
5808         (font-lock-match-c++-style-declaration-item-and-skip-to-next)
5809         (c++-keywords): Use a more sophisticated regexp to handle
5810         shallowly nested templates.
5812 2001-10-27  Stefan Monnier  <monnier@cs.yale.edu>
5814         * textmodes/sgml-mode.el (sgml-empty-tags): New var.
5815         (sgml-tag): Use it.  Cleanup with `cond'.
5816         (sgml-tags-invisible): Make sgml-tags-invisible buffer-local.
5817         Mark the overlays and only delete those that are marked.
5818         (sgml-skip-close-p): Remove.
5819         (sgml-value): Replace sgml-skip-close-p with its definition.
5820         (html-tag-alist): Use sgml-xml a bit more.
5821         (html-mode): Set sgml-empty-tags.
5823         * textmodes/texnfo-upd.el: Use `when', `dolist', `push', ...
5824         (texinfo-update-node, texinfo-sequential-node-update):
5825         Don't bind the obsolete `auto-fill-hook'.
5826         (texinfo-multi-file-included-list,texinfo-multi-file-master-menu-list):
5827         Use `set-buffer' rather than `switch-to-buffer'.
5828         (texinfo-multi-file-update): Use "Top" rather than `up-node-name'.
5829         Use `set-buffer' rather than `switch-to-buffer'.
5831         * mail/sendmail.el (mail-mode-syntax-table): Let it inherit from
5832         text-mode-syntax-table.
5833         (mail-mode): Use define-derived-mode.
5834         Fix ordering of alternatives in adaptive-fill-regexp.
5835         (mail-mode-map): Don't rely on keymap's internal representation.
5837 2001-10-27  Sam Steingold  <sds@gnu.org>
5839         * textmodes/sgml-mode.el (sgml-xml): Renamed from `html-xhtml'.
5840         (sgml-xml-guess): Extracted from `html-mode' and generalized.
5841         (sgml-mode-common): Call it.
5842         (sgml-mode, html-mode): Set `mode-name' based on `sgml-xml'.
5843         (sgml-tag, sgml-skip-close-p, html-tag-alist, html-line)
5844         (html-horizontal-rule, html-image, html-ordered-list):
5845         (html-unordered-list, html-list-item, html-paragraph):
5846         (html-checkboxes, html-radio-buttons): Use `sgml-xml' instead of
5847         `html-xhtml'.
5849 2001-10-26  Masayuki Ataka  <ataka@milk.freemail.ne.jp>
5851         * textmodes/texinfmt.el (texinfo-format-ifnotinfo): New function.
5852         (ifnothtml): New alias.
5854 2001-10-27  Stefan Monnier  <monnier@cs.yale.edu>
5856         * textmodes/text-mode.el (text-mode): Use define-derived-mode.
5857         (toggle-text-mode-auto-fill): Use derived-mode-p.
5859 2001-10-27  Gerd Moellmann  <gerd.moellmann@t-online.de>
5861         * net/ange-ftp.el (ange-ftp-send-cmd): Call fix-name-func for
5862         `mdtm'.  From "Forrest Cahoon" <forrest.cahoon@merrillcorp.com>.
5864 2001-10-26  Eli Zaretskii  <eliz@is.elta.co.il>
5866         * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
5867         Add make-obsolete cookies, to follow faces.el.
5869         These changes avoid warnings from the byte compiler in faces.el:
5871         * faces.el (internal-get-face): Use facep instead of the obsolete
5872         internal-find-face.
5873         (internal-frob-font-weight, internal-frob-font-slant):
5874         New defaliases for obsolete functions.
5875         (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
5876         (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
5877         (x-make-font-bold-italic): Use internal-frob-font-weight and
5878         internal-frob-font-slant aliases instead of the obsolete
5879         x-frob-... functions.
5881 2001-10-26  Sam Steingold  <sds@gnu.org>
5883         * textmodes/sgml-mode.el (html-mode): Set `html-xhtml' from the
5884         DOCTYPE; set `mode-name' based on it.
5885         (html-tag-alist): Use `html-xhtml' for "li", "dt" and "dd".
5886         (sgml-tag): Close empty tags in XHTML.
5888 2001-10-26  Jason Rumney  <jasonr@gnu.org>
5890         * w32-fns.el: (w32-charset-info-alist): Use ANSI for iso10646-1
5891         when UNICODE is not defined.
5893 2001-10-26  Sam Steingold  <sds@gnu.org>
5895         * font-lock.el (c-font-lock-keywords-2): Do not require labels to
5896         be alone on the line.
5898 2001-10-26  Eli Zaretskii  <eliz@is.elta.co.il>
5900         * button.el (button): Special face definition for MS-DOS terminals.
5902 2001-10-26  Sam Steingold  <sds@gnu.org>
5904         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
5905         Protect the /= test by checking that the args are non-nil.
5906         (sh-font-lock-close-heredoc): Check eof for being non-nil.
5908 2001-10-26  Tomas Abrahamsson  <tab@lysator.liu.se>
5910         * textmodes/artist.el (artist-version): 1.2.4.
5911         (artist-butlast-fn): New variable.
5912         (artist-butlast): New function.
5913         (artist-ellipse-mirror-quadrant): Use it.
5914         (artist-mouse-draw-poly): Use nil for `point-list'.
5915         (artist-mouse-draw-poly): Check for point-list being nil.
5917 2001-10-26  Peter Kleiweg  <kleiweg@let.rug.nl>
5919         * progmodes/ps-mode.el (ps-mode-print-function): Remove quote for
5920         lambda expression.
5921         (ps-mode-menu-main): Submenu with options on/off was replaced with
5922         a toggle button.
5923         (ps-mode, ps-run-mode): Define with `define-derived-mode'
5924         (ps-mode): Autoload cookie added on same line as comment
5925         (ps-mode-tabkey, ps-mode-backward-delete-char):
5926         (ps-mode-r-balance): Replace `delete-horizontal-space' and
5927         `indent-to' with `indent-line-to'
5928         (ps-mode-print-buffer, ps-mode-print-region): Use `funcall'
5929         instead of `eval'.
5930         (ps-mode-print-region): Use `with-temp-buffer'.
5931         (ps-run-start): Use of `mapconcat'.  Use `apply' instead of `eval'.
5932         (numerous places): Add back-tick and tick around names in
5933         docstrings, fix punctuation in docstrings, remove trailing spaces.
5935 2001-10-25  Stefan Monnier  <monnier@cs.yale.edu>
5937         * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Ignore comments.
5938         (sgml-font-lock-keywords-2): Use `eval'.  Moved from sgml-mode-common.
5939         (sgml-font-lock-syntactic-keywords): New var.
5940         (sgml-mode-common): Drop the two args.
5941         Don't make buffer-local variables that aren't used.
5942         Don't set sgml-font-lock-keywords-2 now that it uses `eval instead.
5943         Don't set `before-string' props from sgml-display-text.
5944         (sgml-mode): Use define-derived-mode.
5945         (sgml-tags-invisible): Use sgml-display-text.
5946         (sgml-quote): New command.
5947         (html-tag-alist): Add args for `span'.
5948         (html-mode): Use define-derived-mode.
5949         Set sgml-display-text and sgml-tag-face-alist.
5951 2001-10-25  Sam Steingold  <sds@gnu.org>
5953         * add-log.el (add-log-always-start-new-record): New user option.
5954         (add-change-log-entry): Use it.
5956 2001-10-25  Richard M. Stallman  <rms@gnu.org>
5958         * progmodes/etags.el (tags-query-replace): Make tags-loop-scan
5959         bind case-fold-search if FROM is not all lower case.
5961 2001-10-25  Gerd Moellmann  <gerd@gnu.org>
5963         * startup.el (normal-top-level): Check for frame-initial-frame
5964         only if it's really used.
5966         * mail/mh-utils.el (mh-recenter): Call recenter with arg `(4)'.
5968         * progmodes/compile.el (compilation-parse-errors-filename-function):
5969         New variable.
5970         (compilation-parse-errors): Use it.
5972 2001-10-25  Stefan Monnier  <monnier@cs.yale.edu>
5974         * emacs-lisp/checkdoc.el (checkdoc-eval-defun): Call eval-defun
5975         interactively so that C-u M-C-x still does edebug.
5976         (checkdoc-sentencespace-region-engine): Don't force a double-space
5977         after `.' if it doesn't look like an end-of-sentence.
5978         (debug-ignored-errors): Add `disambiguate ...'.
5980 2001-10-24  Stefan Monnier  <monnier@cs.yale.edu>
5982         * textmodes/texinfo.el (texinfo-environments)
5983         (texinfo-environment-regexp): Hoist.
5984         (texinfo-font-lock-keywords): Use `italic' and `bold' faces.
5985         Only highlight the menu name in menu items.
5986         Setup `@foo ... @end foo' as text clones.
5987         (texinfo-clone-environment): New function.
5988         (texinfo-mode): Simplify auto-fill-inhibit-regexp.
5989         (texinfo-insert-block): Simplify.
5990         (texinfo-insert-quote): Insert a plain " if preceded by \ or if
5991         the command is repeated.
5992         (texinfo-last-unended-begin, texinfo-next-unmatched-end): New funs.
5993         (texinfo-insert-@end): Simplify.
5995         * textmodes/texnfo-upd.el (texinfo-section-types-regexp)
5996         (texinfo-section-level-regexp, texinfo-subsection-level-regexp)
5997         (texinfo-subsubsection-level-regexp)
5998         (texinfo-update-menu-same-level-regexps)
5999         (texinfo-update-menu-higher-regexps)
6000         (texinfo-update-menu-lower-regexps): Hoist to eliminate warnings.
6002         * derived.el (define-derived-mode): Use {delay,run}-mode-hooks.
6003         (derived-mode-p): Autoload.
6005         * subr.el (delay-mode-hooks, delayed-mode-hooks, run-mode-hooks):
6006         New vars and functions.
6007         (text-clone-maintain, text-clone-create): New functions.
6009 2001-10-25  Miles Bader  <miles@gnu.org>
6011         * facemenu.el (facemenu-add-new-face): Fix variable names.
6013 2001-10-24  Richard M. Stallman  <rms@gnu.org>
6015         * facemenu.el (facemenu-unlisted-faces): Improve doc strings
6016         of t and nil values.
6017         (facemenu-set-face): Handle START and END interactively.
6018         (facemenu-set-foreground): Don't use a face; specify color directly.
6019         (facemenu-set-background): Likewise.
6020         (facemenu-set-face-from-menu): Doc fix.
6021         (facemenu-active-faces): Use face-attribute-vector
6022         to handle bare attributes not in faces.
6023         (facemenu-get-face): Don't handle face names fg:... and bg:...
6024         specially.
6025         (facemenu-add-new-face): New argument MENU.
6026         New way to handle adding colors to the color menus.
6028         * env.el (substitute-env-vars): Quote the arg to rx.
6030 2001-10-24  Sam Steingold  <sds@gnu.org>
6032         * mouse.el (mouse-buffer-menu-mode-groups): Added "Version
6033         Control" and "SGML" groups.
6035 2001-10-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
6037         * progmodes/cc-engine.el (c-beginning-of-member-init-list):
6038         Better handling of C++ template args to avoid confusion with `<'
6039         and `>' used as operators in member init expressions.
6041 2001-10-24  Gerd Moellmann  <gerd@gnu.org>
6043         * replace.el (perform-replace): Move START and END parameters
6044         to the end of the argument list and make them optional.
6046         * progmodes/ebrowse.el, progmodes/etags.el: Adapt to change in
6047         perform-replace.
6049         * international/fontset.el (x-must-resolve-font-name): New function.
6050         (x-complement-fontset-spec): Use it.
6052 2001-10-23  Stefan Monnier  <monnier@cs.yale.edu>
6054         * uniquify.el (uniquify-get-proposed-name): Fix (.. "usr" "/usr" 0).
6056         * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
6057         Turn caadr into caar of cdr.
6059 2001-10-23  Gerd Moellmann  <gerd@gnu.org>
6061         * info.el (Info-fontify-node): Bind down-mouse-{1,2} instead
6062         of mouse-{1,2} since dragging is on the down event.
6064         * play/doctor.el (make-doctor-variables): Remove a '($ please)'.
6066         * mail/mh-utils.el (mh-recenter): Call `recenter' with arg t
6067         if ARG is nil.
6069         * desktop.el (desktop-last-buffer): New variable.
6070         (desktop-create-buffer): Set it.
6071         (desktop-read): Bind it and switch to that buffer.
6073 2001-10-22  Gerd Moellmann  <gerd@gnu.org>
6075         * progmodes/compile.el (compilation-set-window-height):
6076         Select old window only if it's still live.
6078 2001-10-22  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
6080         * help-mode.el (help-buffer): Remove debugging code.
6081         From Stefan Monnier <monnier@cs.yale.edu>.
6083 2001-10-22  Eli Zaretskii  <eliz@is.elta.co.il>
6085         * files.el (file-name-sans-extension, file-name-extension):
6086         Don't count the leading dots in file names as signaling an extension.
6088 2001-10-22  Andre Spiegel  <spiegel@gnu.org>
6090         * vc.el (vc-diff-switches): Doc rewritten.
6092 2001-10-22  Eli Zaretskii  <eliz@is.elta.co.il>
6094         * tooltip.el (tooltip-set-param): Doc fix.
6096         * textmodes/sgml-mode.el (sgml-mode-map): Bind 8-bit codes above
6097         127 to sgml-maybe-name-self.
6098         (sgml-name-8bit-mode): Doc fix.
6099         (sgml-char-names-table): New variable.
6100         (sgml-name-char): Support non-ASCII and mule-unicode-*
6101         characters.  Doc fix.
6102         (sgml-maybe-name-self): Convert unibyte characters to multibyte.
6104         * tooltip.el (tooltip-x-offset, tooltip-y-offset): Mention in the
6105         doc string the effect of `left' and `top' parameters in
6106         tooltip-frame-parameters, the default values, and the units.
6107         (tooltip-frame-parameters): Mention `top' and `left' in the doc string.
6108         (tooltip-show): Mention in the doc string the `top' and `left'
6109         parameters in tooltip-frame-parameters, and x-max-tooltip-size.
6111 2001-10-22  Andre Spiegel  <spiegel@gnu.org>
6113         Add autoscaling support for vc-annotate.
6114         From J.D. Smith <jdsmith@alum.mit.edu>.
6116         * vc.el (vc-annotate-display-default): Accept colormap scaling
6117         ratio (now deprecated).
6118         (vc-annotate-display-autoscale): Added.
6119         (vc-annotate-add-menu): New autoscaling menu options "Span to
6120         Oldest" and "Span Oldest->Newest".  Easymenu support added for
6121         toggle menus driven by customize variable `vc-annotate-display-mode'.
6122         (vc-annotate-display-select): Added.
6123         (vc-annotate): Changed temp-buffer-show-function to
6124         `vc-annotate-display-select'.
6125         (vc-annotate-display): Removed arguments BUFFER and BACKEND.
6126         Added argument OFFSET.  Instead of backend function, calls now
6127         generic `vc-annotate-difference'.
6128         (vc-annotate-difference): Added as generic function instead of
6129         backend-specific function.  No longer takes argument POINT, but
6130         instead accepts a time OFFSET.
6131         (vc-default-annotate-current-time): Added.
6133         * vc-cvs.el (vc-cvs-annotate-difference): Removed to generic
6134         version in vc.el, with
6135         (vc-cvs-annotate-current-time): Added, as override of default.
6136         (vc-cvs-annotate-time): Added.  Taken mostly from the (now removed)
6137         `vc-cvs-annotate-difference'.
6139 2001-10-22  Gerd Moellmann  <gerd@gnu.org>
6141         * saveplace.el (save-place): Require `saveplace'.
6143         * progmodes/cwarn.el (cwarn-font-lock-feature-keywords-alist):
6144         Use `sexp' for :value-type instead of `face'.
6146 2001-10-21  Eli Zaretskii  <eliz@is.elta.co.il>
6148         * mail/rmailsum.el (rmail-summary-font-lock-keywords): Fix the
6149         regexps due to 5-digit message IDs.
6151 2001-10-21  Jason Rumney  <jasonr@gnu.org>
6153         * term/w32-win.el (redisplay-dont-pause): Don't set.
6155 2001-10-21  Miles Bader  <miles@gnu.org>
6157         * help-funs.el (help-manyarg-func-alist): Variable removed.
6159 2001-10-21  Miles Bader  <miles@gnu.org>
6161         * help-funs.el (help-manyarg-func-alist): Remove entries for
6162         `insert', `insert-and-inherit', `insert-before-markers',
6163         `insert-before-markers-and-inherit', `message', `message-box',
6164         `message-or-box', `propertize', `format', `encode-time', `append',
6165         `concat', `vconcat', `nconc', `widget-apply', `make-hash-table',
6166         `insert-string', `ml-if', `ml-provide-prefix-argument', and
6167         `ml-prefix-argument-loop'.
6169 2001-10-21  Andre Spiegel  <spiegel@gnu.org>
6171         * vc.el (vc-diff-internal, vc-coding-system-for-diff)
6172         (vc-default-diff-tree): New functions.
6173         (vc-version-diff): Use them.  As a result, coding systems are now
6174         set up properly for all sorts of diffs, and tree diffs can now
6175         also be done locally.
6176         (vc-diff): With a prefix argument, don't require that it's called
6177         from a buffer under version control.
6178         (diff-switches): Remove duplicate definition.
6180         * vc-cvs.el (vc-cvs-diff-tree): New function.
6182 2001-10-21  Miles Bader  <miles@gnu.org>
6184         * help-funs.el (help-manyarg-func-alist): Remove entries for
6185         `list', `vector', `make-byte-code', `call-process',
6186         `call-process-region', `string', `+', `-', `*', `/', `max', `min',
6187         `logand', `logior', and `logxor'.
6189         * wid-edit.el (checkbox): Swap bg/fg colors in image, and invert
6190         image bits to compensate.  Use `make-string' instead of
6191         `make-bool-vector' (XBM apparently wants byte-aligned rows).
6193 2001-10-20  Kim F. Storm  <storm@cua.dk>
6195         * simple.el (kill-ring-save): Don't show extent of copied region
6196         if using transient-mark-mode and region is fully visible.
6198 See ChangeLog.9 for earlier changes.
6200 ;; Local Variables:
6201 ;; coding: iso-2022-7bit
6202 ;; End:
6204     Copyright (C) 2001, 2002 Free Software Foundation, Inc.
6205   Copying and distribution of this file, with or without modification,
6206   are permitted provided the copyright notice and this notice are preserved.