Rename `autoselect-window' to `mouse-autoselect-window'.
[emacs.git] / lisp / ChangeLog
blob75cd79827160905b9064beeaba928172b0279298
1 2002-04-02  Richard M. Stallman  <rms@gnu.org>
3         * files.el (hack-one-local-variable):
4         Clear text props from string value.
6 2002-04-02  Mike Williams  <mdub@bigfoot.com>
8         * textmodes/sgml-mode.el (sgml-close-tag): Rename from
9         sgml-insert-end-tag. Simplify by using sgml-lexical-context.
10         (sgml-get-context): Remove use of sgml-inside-tag-p.
11         (sgml-inside-tag-p): Remove.
12         (sgml-looking-back-at): Short-circuit at beg of buffer.
13         (sgml-lexical-context,sgml-calculate-indent): Add support for
14         CDATA sections. 
16 2002-04-01  Stefan Monnier  <monnier@cs.yale.edu>
18         * textmodes/sgml-mode.el (sgml-at-indentation-p, sgml-tag)
19         (sgml-parse-tag-name, sgml-looking-back-at, sgml-parse-tag-backward)
20         (sgml-inside-tag-p, sgml-get-context, sgml-show-context)
21         (sgml-insert-end-tag): New funs taken from xml-lite.el.
22         (sgml-calculate-indent): Use them.
23         (sgml-slash-matching): Rename from sgml-slash.
24         (sgml-slash): Copied from xml-lite and changed to use
25         sgml-slash-matching and sgml-quick-keys.
27         * international/mule-cmds.el (standard-keyboard-coding-systems):
28         Add koi8-u and koi8-r.
30         * eshell/.cvsignore: New file.
32         * eshell/esh-groups.el: Remove.
34         * progmodes/tcl.el: Change maintainer.
35         (tcl-electric-hash-style): Change default to nil.
36         (tcl-imenu-generic-expression): Use tcl-proc-regexp.
37         (tcl-do-auto-fill): Remove.
38         (tcl-auto-fill-mode): Rewrite using comment-auto-fill-only-comments.
40 2002-04-01  Mike Williams  <mdub@bigfoot.com>
42         * textmodes/sgml-mode.el: Doc fixes.
43         (sgml-mode): Set indent-line-function to sgml-indent-line.
44         (sgml-calculate-indent): Add an explicit check for 'text syntax,
45         to protect against future enhancements to sgml-lexical-context.
46         (sgml-empty-tag-p, sgml-unclosed-tag-p): New funcs.
48         * textmodes/xml-lite.el: Removed much redundant stuff.
49         (xml-lite-parse-tag-backward): Simplify parsing by assuming we
50         always start within text. Make use of sgml-unclosed-tag-p.
52 2002-04-01  Ville Skytt\e,Ad\e(B  <ville.skytta@xemacs.org>
54         * tcl.el (tcl-imenu-generic-expression): New value.
55         (tcl-imenu-create-index-function): Function deleted.
56         (tcl-mode): Check for filladapt-mode.
57         Use tcl-imenu-generic-expression instead of
58         tcl-imenu-create-index-function.
59         (inferior-tcl-mode): Doc fix.
60         Change not legally significant.
62 2002-04-01  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
64         * cus-start.el: Rename `x-autoselect-window' to `autoselect-window'.
66         * window.el (handle-select-window): New function.
67         Update copyright.
69 2002-04-01  Richard M. Stallman  <rms@gnu.org>
71         * info.el (info-tool-bar-map): Use tool-bar-local-item-from-menu.
73         * toolbar/tool-bar.el (tool-bar-local-item): Renamed from
74         tool-bar-add-item, and new arg MAP.
75         (tool-bar-add-item): Now calls tool-bar-local-item.
76         (tool-bar-local-item-from-menu): Renamed from
77         tool-bar-add-item-from-menu, and new arg IN-MAP.
78         (tool-bar-add-item-from-menu): Now calls tool-bar-local-item-from-menu.
80         * help-fns.el (help-with-tutorial): Allow various ways
81         to specify the text in the [...] line, in handling the <...> line.
83         * progmodes/idlw-rinfo.el (idlwave-system-routines):
84         WOLRDTITLE => WORLDTITLE.  SUPRESS_VALUE => SUPPRESS_VALUE.
86         * subr.el (redraw-modeline): Define alias.
88 2002-03-31  Richard M. Stallman  <rms@gnu.org>
90         * files.el (file-expand-wildcards): Use save-match-data.
92         * files.el (format-alist): Mark as risky.
94         * simple.el (kill-new): Doc fix.
96         * emacs-lisp/byte-opt.el (side-effect-free-fns)
97         (side-effect-and-error-free-fns): Add many functions, remove some.
99 2002-03-30  Richard M. Stallman  <rms@gnu.org>
101         * menu-bar.el (menu-bar-tools-menu): Rename gdb item to say GDB.
103 2002-03-30  Eli Zaretskii  <eliz@gnu.org>
105         * font-lock.el (save-buffer-state): Fix last change.
107         * files.el (auto-save-file-name-transforms): Fix last change.
109         * startup.el (command-line): Fix last change.
111 2002-03-29  Richard M. Stallman  <rms@gnu.org>
113         * subr.el (play-sound-file): Moved to simple.el.
115         * simple.el (play-sound-file): Moved from subr.el, made unconditional.
117 2002-03-29  Colin Walters  <walters@verbum.org>
119         * ibuffer.el (ibuffer-mark-interactive): Use `ibuffer-forward-line'
120         instead of `forward-line'.
121         (ibuffer-forward-line): Be sure to skip over special properties
122         before moving, too.
124         * calc/calc.el (calc-was-split): Var deleted.
125         (calc): Remove reference to it.
126         (calc): Ditto.
127         (calc-quit): Ditto.
128         (calc-init-base): Ditto.
130         * calc/calc-misc.el (calc-delete-windows-keep): Function deleted.
132 2002-03-29  Stefan Monnier  <monnier@cs.yale.edu>
134         * textmodes/sgml-mode.el (sgml-lexical-context): Return (text . START)
135         instead of nil when point is outside of any tag.
136         (sgml-beginning-of-tag): Adjust to the change.
137         (sgml-calculate-indent): Use the new info returned by
138         sgml-lexical-context.  Try to handle unclosed tags.
140         * textmodes/xml-lite.el (xml-lite-get-context): Don't stop parsing
141         at unclosed tags unless it is at indentation.
142         Kill nested unclosed tags.
143         (xml-lite-calculate-indent, xml-lite-indent-line): Remove.
144         (xml-lite-mode): Use sgml-indent-line instead.
146 2002-03-29  Eli Zaretskii  <eliz@is.elta.co.il>
148         * files.el (auto-save-file-name-transforms): Don't run "\\2" via
149         expand-file-name.
151         * startup.el (command-line): Recompute auto-save-file-name-transforms
152         using the updated value of temporary-file-directory.
154 2002-03-29  Stefan Monnier  <monnier@cs.yale.edu>
156         * textmodes/xml-lite.el (xml-lite-get-context): Allow stopping
157         even with an empty context.  Don't save excursion any more.
158         Don't complain about unmatched start-tags in sgml-unclosed-tags.
159         Ignore end-tags in sgml-empty-tags.
160         (xml-lite-get-context, xml-lite-calculate-indent)
161         (xml-lite-insert-end-tag): Save excursion around xml-lite-get-context.
162         (xml-lite-indent-line): Use back-to-indentation.
164         * textmodes/sgml-mode.el (sgml-basic-offset): New var.
165         (sgml-name-re, sgml-attrs-re): New consts.
166         (sgml-tag-name-re, sgml-start-tag-regex, sgml-font-lock-keywords-1)
167         (sgml-mode): Use them.
168         (sgml-lexical-context): Default to (point-min) if nothing else works.
169         (sgml-calculate-indent): Indent slightly differently.
170         (sgml-indent-line): Use back-to-indentation.
171         (sgml-parse-dtd): New function.
172         (sgml-unclosed-tags): New var.
173         (html-mode): Set it.
175 2002-03-29  Simon Marshall  <simon.marshall@misys.com>
177         * font-lock.el (save-buffer-state): Use make-symbol to bind `modified'.
179 2002-03-29  Richard M. Stallman  <rms@gnu.org>
181         * dired-aux.el (dired-do-query-replace-regexp, dired-do-search):
182         Use FILTER arg in dired-get-marked-files to exclude directories.
183         (dired-nondirectory-p): New function.
185         * dired.el (dired-get-marked-files): New arg FILTER
186         allows selection of some files.
188         * progmodes/tcl.el (tcl-imenu-create-index-function): Doc fix.
190 2002-03-29  Eric M. Ludlam  <eric@siege-engine.com>
192         * speedbar.el (speedbar-default-directory-list): Made robust
193         against deleted directories.
195 2002-03-28  Richard M. Stallman  <rms@gnu.org>
197         * dired.el (dired-toggle-marks): Renamed from dired-do-toggle.
198         Bindings changed.
200         * progmodes/compile.el (compilation-handle-exit):
201         If compilation-window-height is 0, display status in echo area.
203         * simple.el (line-move-to-column): Don't call move-to-column if COL=0.
205         * rect.el (replace-rectangle): Add autoload.
207         * files.el: Mark many more variables as risky.
208         (hack-one-local-variable): Recognize several additional
209         patterns as risky.
211         * bindings.el (mode-line-mule-info): Use :propertize, not :eval.
213 2002-03-28  Stefan Monnier  <monnier@cs.yale.edu>
215         * textmodes/xml-lite.el (xml-lite-in-string-p):
216         Use sgml-lexical-context.
217         (xml-lite-parse-tag-backward): Use sgml-tag-syntax-table.
218         (xml-lite-get-context): Check that open/close tags match.
219         Don't stop scanning while we're ignoring matching tags.
221         * textmodes/sgml-mode.el (sgml-make-syntax-table): New fun.
222         (sgml-mode-syntax-table): Use it.
223         (sgml-tag-syntax-table, sgml-tag-name-re): New const.
224         (sgml-tags-invisible): Use it.
225         (sgml-lexical-context): New fun.
226         (sgml-maybe-end-tag, sgml-beginning-of-tag): Use it.
227         (sgml-quote): Accept \n as entity reference terminator.
228         (sgml-calculate-indent, sgml-indent-line): New funs.
230 2002-03-28  Andre Spiegel  <spiegel@gnu.org>
232         * vc-cvs.el (vc-cvs-global-switches): New user option.
233         (vc-cvs-command): New function.  Update all callers of
234         `vc-do-command' in vc-cvs.el to use this instead.
236 2002-03-27  Andrew Innes  <andrewi@gnu.org>
238         * makefile.w32-in (bootstrap-clean-SH): Use for loop, instead of
239         relying on shell globbing.
241 2002-03-27  Colin Walters  <walters@debian.org>
243         * ibuffer.el (ibuffer-help-buffer-modes): New variable.
244         (ibuffer-fontification-alist): Use it.
245         (ibuffer-backward-line): Handle `ibuffer-summary' area.
246         (ibuffer-forward-line): Ditto.
248         * ibuf-ext.el (sorter mode-name): Doc fix.
249         (ibuffer-mark-help-buffers): Use `ibuffer-help-buffer-modes'.
250         (operation query-replace): Use new `noerror' arg for
251         `query-replace-read-args'.
252         (operation query-replace-regexp): Ditto.
254 2002-03-27  Stefan Monnier  <monnier@cs.yale.edu>
256         * textmodes/xml-lite.el: Fix copyright notice.
257         (xml-lite-basic-offset): Rename from xml-lite-indent-offset.
258         (xml-lite-indent-comment-offset): Remove.
259         (xml-lite-calculate-indent): Use new name.  Use natural alignment
260         for comments.
261         (xml-lite-in-string-p): Simplify.
263 2002-03-27  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
265         * allout.el (outline-layout): Doc fix.
267 2002-03-27  Stefan Monnier  <monnier@cs.yale.edu>
269         * textmodes/xml-lite.el: Don't require `custom'.
270         (xml-lite-parse-tag-name): Properly treat non-ASCII chars.
271         (xml-lite-parse-tag-backward): Obey sgml-empty-tags.
272         (xml-lite-get-context): Drop nested tags not just for comments.
273         (xml-lite-indent-line): Be more careful about moving point.
274         (xml-lite-insert-end-tag, xml-lite-slash):
275         Use indent-according-to-mode instead of xml-lite-indent-line.
276         (xml-lite-mode): Make xml-lite-orig-indent-line-function buffer-local.
277         Set sgml-xml-mode.  Don't call force-mode-line-update.
278         (xml-lite-mode-map): Don't bind TAB.
280 2002-03-27  Zoltan Kemenczy  <zoltan@ieee.org>
282         * gud.el (gud-jdb-sourcepath): New variable, saves jdb -sourcepath
283         parameter value.
284         (gud-jdb-build-source-files-list): Comment clarification.
285         (gud-jdb-massage-args): Reworked into loop-based argument list
286         processing in order to support -classpath and -sourcepath argument
287         processing.
288         (gud-jdb-find-source-using-classpath): Prepend gud-jdb-sourcepath
289         to gud-jdb-classpath to obtain search list.
290         (gud-jdb-parse-classpath-string): Remove any trailing slashes from
291         directory names in classpath/sourcepath lists, update comment.
292         (jdb): Add setting of gud-jdb-sourcepath, update comment.
293         (gud-find-class): Add gud-jdb-sourcepath use, and correct
294         behaviour for the case when classpath is not used--backward
295         compatibility fix.
297 2002-03-27  Eli Zaretskii  <eliz@is.elta.co.il>
299         * Makefile.in (compile, compile-always): Don't try to compile
300         non-existent files or files in empty directories.
302 2002-03-26  Michael Ernst  <mernst@alum.mit.edu>
304         * compare-w.el (compare-windows-whitespace): Match all whitespace.
306         * emacs-lisp/shadow.el (list-load-path-shadows): Only ignore last
307         copy of standard Lisp directories.
309         * tar-mode.el (tar-header-block-summarize, tar-get-descriptor):
310         Support "next has longname" link type.
312 2002-03-26  Stefan Monnier  <monnier@cs.yale.edu>
314         * textmodes/xml-lite.el (xml-lite-at-indentation-p): Move.
315         (xml-lite-in-string-p, xml-lite-looking-back-at, xml-lite-looking-at):
316         New functions.
317         (forward-xml-tag, backward-xml-tag, beginning-of-xml-tag)
318         (end-of-xml-tag): Remove.
319         (xml-lite-get-context): Better handling of comments.
320         (xml-lite-calculate-indent): Use xml-lite-in-string-p.
321         (xml-lite-parse-tag-backward): Rewrite.
323 2002-03-26  Juanma Barranquero  <lektu@terra.es>
325         * makefile.w32-in (WINS): Add the toolbar directory.
327 2002-03-26  Richard M. Stallman  <rms@gnu.org>
329         * subr.el (substring-no-properties): Function deleted (now in C).
331 2002-03-25  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
333         * mwheel.el (mouse-wheel-mode): Use global-set-key and
334         global-unset-key.
336 2002-03-24  Richard M. Stallman  <rms@gnu.org>
338         * mail/rmail.el (rmail-resend): Call mail-abbrev-make-syntax-table.
340         * progmodes/etags.el (tags-query-replace): Pass t for NOERROR
341         to query-replace-read-args.
343         * progmodes/compile.el (compilation-forget-errors):
344         Don't adjust compilation-parsing-end if it's nil.
346         * replace.el (query-replace-read-args): New optional arg NOERROR.
347         (perform-replace): Use save-window-excursion around recursive edit.
349 2002-03-24  Colin Walters  <walters@verbum.org>
351         * ibuffer.el (ibuffer): If the user has `ibuffer-use-other-window'
352         non-nil, then always use another window.
354 2002-03-24  Gerd Moellmann  <gerd@gnu.org>
356         * subr.el (macro-declaration-function): New function.  Set the
357         variable macro-declaration-function to it.
359         * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
360         Handle declarations in macro definitions.
362 2002-03-24  Eli Zaretskii  <eliz@is.elta.co.il>
364         * facemenu.el (facemenu-get-face): Remove unused variable `foreground'.
366         * enriched.el (enriched-face-ans): Support FACE of the form
367         (:foreground COLOR) and (:background COLOR).
368         (enriched-decode-foreground, enriched-decode-background): Set the
369         fore- and background colors of the faces we create, since facemenu
370         doesn't.
372 2002-03-24  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
374         * mwheel.el (mouse-wheel-mode): Use the result of
375         current-global-map instead of the variable `global-map'.
377 2002-03-23  Richard M. Stallman  <rms@gnu.org>
379         * mail/mailabbrev.el (mail-abbrev-make-syntax-table): New subroutine
380         broken out of sendmail-pre-abbrev-expand-hook.
381         (sendmail-pre-abbrev-expand-hook): Use it.
383 2002-03-22  Stefan Monnier  <monnier@cs.yale.edu>
385         * Makefile.in (finder-inf.el): Remove.
386         (finder-data): Don't depend on finder-inf.el any more.
387         (compile, compile-always): Handle the case where some files
388         from DONTCOMPILE are missing (it tried to compile them).
389         (bootstrap-clean): Use src/emacs only if executable.
390         (bootstrap): Update subdirs.el and finder-inf.el.
392         * finder.el: Don't load finder-inf.el during byte-compilation.
394         * vc-cvs.el (vc-cvs-registered, vc-cvs-dir-state-heuristic):
395         Don't consider cvs-removed files as under VC control.
396         VC wouldn't handle them properly anyway and it confuses
397         vc-file-not-found-hook.
399         * emacs-lisp/bytecomp.el (batch-byte-compile-if-not-done):
400         Add autoload cookie.
402 2002-03-22  Eli Zaretskii  <eliz@is.elta.co.il>
404         * calendar/calendar.el (calendar): Doc fix.
406 2002-03-22  Juanma Barranquero  <lektu@terra.es>
408         * play/gomoku.el (gomoku-font-lock-O-face): Convert to use `defface'.
409         (gomoku-font-lock-X-face): Likewise.
410         (gomoku-font-lock-keywords): Use faces instead of variables.
412 2002-03-21  Stefan Monnier  <monnier@cs.yale.edu>
414         * Makefile.in (bootstrap): Make sure subdirs.el is ready.
416 2002-03-21  Kim F. Storm  <storm@cua.dk>
418         * simple.el (open-network-stream, open-network-stream-nowait)
419         (open-network-stream-server): Use featurep to test for
420         supported networking features.
422 2002-03-21  Thien-Thi Nguyen  <ttn@gnu.org>
424         * mail/emacsbug.el (report-emacs-bug-hook): Remove submitter
425         directions as the last action.
427 2002-03-21  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
429         * startup.el (fancy-splash-tail, normal-splash-screen):
430         Update copyright.
432         * novice.el (disabled-command-hook): Clarify output text to match
433         prompt.
435 2002-03-20  Jason Rumney  <jasonr@gnu.org>
437         * frame.el (display-images-p): Do not explicitly check display type.
439 2002-03-20  pmr-sav  <pmr-sav@hamm.pajato.com>
441         * mail-utils.el:
442         Eliminate compilation warnings due to `rfc822-addresses'.
443         (rmail-dont-reply-to): Eliminate `pos' as a free variable for a
444         warning free compile.
446 2002-03-20  Michael Kifer  <kifer@cs.stonybrook.edu>
448         * ediff-diff.el (ediff-install-fine-diff-if-necessary):
449         Take the current highlighting style into account.
450         (ediff-forward-word-function,ediff-whitespace,ediff-word-1)
451         (ediff-word-2,ediff-word-3,ediff-word-4): Make them buffer local.
453         * ediff-init.el (ediff-patch-job): New macro.
455         * ediff-mult.el (ediff-make-new-meta-list-header): New API function.
456         (ediff-intersect-directories): Use ediff-make-new-meta-list-header.
458         * ediff-ptch.el (ediff-map-patch-buffer):
459         Use ediff-make-new-meta-list-header.
460         (ediff-fixup-patch-map): Use the meta-list API from ediff-mult.el.
462         * ediff-util.el (ediff-toggle-hilit): Fix toggling of highliting.
463         (ediff-select-difference): Take highlighting style into account.
464         (ediff-clone-buffer-for-region-comparison): New function.
465         (ediff-inferior-compare-regions): Added comparison of current diff
466         regions.
468         * ediff.el (ediff-clone-buffer-for-region-comparison)
469         (ediff-clone-buffer-for-window-comparison): Moved to ediff-util.el.
471 2002-03-19  pmr-sav  <pmr-sav@hamm.pajato.com>
473         * mail-utils.el (rmail-dont-reply-to):
474         Overhaul to correctly apply the regular
475         expressions in the variable `rmail-dont-reply-to-names' to the list of
476         destination addresses.  Contributed by lorentey@elte.hu.
478         * rmail.el (rmail-dont-reply-to-names):
479         Modify the documentation to make it email
480         address centric rather than login name centric.  Contributed by
481         lorentey@elte.hu.
483 2002-03-18  Colin Walters  <walters@verbum.org>
485         * ibuf-ext.el (ibuffer-toggle-sorting-mode): Remove `find-if' so
486         we don't require `cl' at runtime.
487         (sorting mode mode-name): Don't take the symbol-name of a string.
489         * ibuffer.el (ibuffer-set-mark): Go back to the beginning of the
490         line after setting the mark.
491         (ibuffer-insert-buffers-and-marks): Invert the test for
492         `ibuffer-sorting-reversep'.
494 2002-03-18  Stefan Monnier  <monnier@cs.yale.edu>
496         * international/ucs-tables.el (unify-8859-on-decoding-mode)
497         (unify-8859-on-encoding-mode): Remove autoload cookie.
499 2002-03-18  Andre Spiegel  <spiegel@gnu.org>
501         * vc-rcs.el (vc-rcs-register): Fix handling of
502         vc-[rcs-]register-switches.
503         (vc-rcs-checkin-switches, vc-rcs-checkout-switches):
504         Variables removed, since they weren't used yet.
506         * vc-cvs.el (vc-cvs-register): Fix handling of
507         vc-[cvs-]register-switches.
509         * vc-sccs.el (vc-sccs-register): Fix handling of
510         vc-[sccs-]register-switches.
512 2002-03-18  Stefan Monnier  <monnier@cs.yale.edu>
514         * loadup.el ("emacs-lisp/backquote"): Load earlier.
515         ("international/ucs-tables"): Load and turn on
516         unify-8859-on-encoding-mode unconditionally.
517         (emacs-version): Use `defconst' rather than `setq'.
519         * eshell/esh-ext.el (eshell-binary-suffixes): Use exec-suffixes.
521 2002-03-18  Richard M. Stallman  <rms@gnu.org>
523         * menu-bar.el (menu-bar-options-menu): Cope if
524         text-mode-hook is not a list.
526 2002-03-17  Richard M. Stallman  <rms@gnu.org>
528         * emulation/pc-select.el (pc-selection-mode):
529         Alter the existing global map, don't replace it.
531         * files.el (list-directory): Set default-directory at the end.
533         * dabbrev.el (dabbrev--goto-start-of-abbrev):
534         Put a limit on field-beginning search.
536 2002-03-17  Simon Josefsson  <jas@extundo.com>
538         * net/browse-url.el (browse-url-mosaic-pidfile): New variable.
539         (browse-url-mosaic): Use it.
541         * net/browse-url.el (browse-url-filename-alist): Don't begin
542         docstring with *, you don't want to set this one with M-x
543         set-variable.
545         * net/browse-url.el: Put * in user option doc strings.
547 2002-03-17  Stefan Monnier  <monnier@cs.yale.edu>
549         * textmodes/sgml-mode.el (sgml-xml-mode): Renamed from sgml-xml.
550         (sgml-xml-guess): Simplify.
551         (sgml-mode-common): Remove (move into sgml-mode).
552         (sgml-mode): Add code from sgml-mode-common.
553         Remove redundant setting of indent-line-function.
554         Don't set skeleton-transformation when in XML mode.
556         * international/mule-diag.el (describe-char-after):
557         Use `internal-describe-syntax-value' again (got lost somewhere).
559         * international/ucs-tables.el (ucs-unify-8859, ucs-fragment-8859):
560         Use unify-8859-on-decoding-mode.
561         (unify-8859-on-decoding-mode): Also set translation-table-for-input.
562         (ucs-insert): Give an error if the unicode char can't be created.
564         * pcvs-parse.el (cvs-parse-table): Be a bit more lenient.
565         (cvs-parse-status): Handle the "used to have a conflict" marker.
567 2002-03-17  Kim F. Storm  <storm@cua.dk>
569         The following changes are related to the enhanced network process
570         support.
572         * simple.el: Update copyright.
573         (clone-process): Use make-network-process to clone network
574         processes.  Get command list via (process-contact ... t).
575         Use set-process-query-on-exit-flag and process-query-on-exit-flag
576         instead of process-kill-without-query.
577         (open-network-stream): Replaces C-version from process.c.
578         (open-network-stream-nowait, open-network-stream-server): New funs.
579         (process-kill-without-query): Replaces C-version from process.c.
581         * files.el: Update copyright.
582         (save-buffers-kill-emacs): Also check for active server
583         processes.  Use process-query-on-exit-flag.  Only list processes
584         which has the query-on-exit flag set in connection with user query.
586         * shadowfile.el: Update copyright.
587         (shadow-save-buffers-kill-emacs): Also check for active server
588         processes.  Use process-query-on-exit-flag.
590 2002-03-16  Simon Marshall  <simon.marshall@misys.com>
592         * imenu.el (imenu-menubar-modified-tick): Renamed from
593         imenu-update-menubar-modified-tick.
594         (imenu-update-menubar): Update imenu-menubar-modified-tick
595         whenever outer condition succeeds.
597         * lazy-lock.el (save-buffer-state):
598         Bind inhibit-modification-hooks and buffer-file-truename
599         instead of before-change-functions and after-change-functions.
601 2002-03-16  Eli Zaretskii  <eliz@is.elta.co.il>
603         * international/codepage.el (codepage-setup): Don't define a
604         codepage if it is already defined.
606         * textmodes/po.el (po-content-type-charset-alist): Convert the
607         car of each association to a string.
608         (po-find-file-coding-system-guts): If the charset matches a name
609         of a codepage, set up that codepage and return it as a coding
610         system to decode the file.
611         (po-find-charset): Search for the Charset= header even if we've
612         read less than 4KB.
613         <top-level>: Remove the setup for all known codepages: it seems
614         to cause crashes in the CCL driver.
616 2002-03-16  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
618         * textmodes/bibtex.el (bibtex-sort-ignore-string-entries)
619         (bibtex-entry-field-alist): Doc fix.
621 2002-03-16  Richard M. Stallman  <rms@gnu.org>
623         * progmodes/cperl-mode.el (cperl-imenu--function-name-regexp-perl):
624         Move definition above cperl-outline-regexp.
626         * bindings.el (mode-line-mule-info): In computing help-echo prop,
627         avoid using save-window-excursion.  And compile the function.
629 2002-03-15  Stefan Monnier  <monnier@cs.yale.edu>
631         * files.el (load-completion): New function.
632         (load-library): Use it.
634 2002-03-15  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
636         * calendar/cal-french.el (calendar-goto-french-date): Fix prompt
637         to match the actual code.
639 2002-03-15  Eli Zaretskii  <eliz@is.elta.co.il>
641         * textmodes/po.el (po-find-file-coding-system-guts):
642         Use with-temp-buffer instead of po-with-temp-buffer.
644         * international/mule-conf.el (file-coding-system-alist): Add an
645         association for PO files.
647         * textmodes/po.el: New file.
649 2002-03-15  Gerd Moellmann  <gerd@gnu.org>
651         * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
652         Fix simple loop indentation.
654 2002-03-14  Miles Bader  <miles@gnu.org>
656         * net/rlogin.el (rlogin-mode): Use `define-derived-mode'.
658 2002-03-14  Richard M. Stallman  <rms@gnu.org>
660         * textmodes/picture.el (picture-insert)
661         (picture-clear-column, picture-draw-rectangle):
662         Use move-to-column, not move-to-column-force.
664         * dired.el (dired-readin): Clear out undo list.
665         (dired-fun-in-all-buffers): Definition moved from dired-aux.el.
666         (dired-delete-entry): New function.
667         (dired-internal-do-deletions): Use dired-fun-in-all-buffers
668         and dired-delete-entry, to update this buffer (and others).
670         * dired-aux.el (dired-fun-in-all-buffers): Moved to dired.el.
672         * facemenu.el (facemenu-add-new-face):
673         Pass region args to facemenu-set-face, when there is a region.
674         (facemenu-set-foreground, facemenu-set-background)
675         (facemenu-add-face): Doc fixes.
677         * progmodes/cperl-mode.el (cperl-outline-regexp): Move definition up.
679 2002-03-14  Miles Bader  <miles@gnu.org>
681         * emacs-lisp/debug.el: Require `button'.
682         (debugger-mode-map): Set the parent keymap to `button-buffer-map',
683         to get TAB and <backtab> bindings.
685         * net/rlogin.el (rlogin-carriage-filter): Function removed.
686         (rlogin): Don't install the `rlogin-carriage-filter' filter, as
687         comint removes carriage returns itself now.
689         * rfn-eshadow.el (rfn-eshadow-update-overlay):
690         Bind `inhibit-point-motion-hooks' to t while messing around, to avoid
691         getting hosed by our own intangible property.
693 2002-03-13  Stefan Monnier  <monnier@cs.yale.edu>
695         * progmodes/fortran.el (fortran-mode): Set comment-padding to "$$$".
696         Add fortran-comment-line-start-skip to comment-start-skip.
697         (fortran-comment-indent): Keep whole-line comments in column 0.
698         (fortran-find-comment-start-skip): New arg `all'.
699         If ALL is nil, make sure we only match comment-start-skip if we
700         can't match fortran-comment-line-start-skip.
701         Fix bug that made it return t but without moving point when
702         matching '!'! (a false-comment followed by a real comment).
703         (fortran-indent-comment): Use new `all' argument above.
704         Be careful not to add an incorrect comment-starter like "C"
705         in comment-column.
706         (fortran-split-line): When splitting a comment, reuse the comment
707         starter from the current line rather than fortran-comment-line-start.
708         (fortran-indent-line, fortran-auto-fill): Simplify thanks to the
709         cleaner behavior of fortran-find-comment-start-skip.
710         (fortran-fill): Don't be confused by ! inside a comment.
711         (fortran-break-line): Minor cleanup and simplification.
713 2002-03-13  Francesco Potorti`  <pot@gnu.org>
715         * progmodes/etags.el (tag-exact-file-name-match-p)
716         (tag-file-name-match-p, tag-partial-file-name-match-p): Use a
717         simpler regexp.
719 2002-03-12  Colin Walters  <walters@debian.org>
721         * ibuffer.el (ibuffer-redisplay-current): Don't move point when
722         redisplaying a line.
724 2002-03-12  Jan D.  <Jan.Djarv@mbox200.swipnet.se>
726         * term/x-win.el (emacs-session-restore): Take previous id as
727         an argument.
728         (emacs-session-save): Add comment that return t means cancel shutdown
730         * startup.el (command-line): Must check that x-session-previous-id
731         is bound also, for non-X platforms.
733 2002-03-12  Gerd Moellmann  <gerd@gnu.org>
735         * emacs-lisp/cl-indent.el (lisp-loop-keyword-indentation)
736         (lisp-loop-forms-indentation, lisp-simple-loop-indentation):
737         New user options.
738         (extended-loop-p, common-lisp-loop-part-indentation): New functions.
739         (common-lisp-indent-function-1): Renamed from
740         common-lisp-indent-function.
741         (common-lisp-indent-function): Handle loop forms specially.
742         (lisp-indent-defmethod): Use car/cdr instead of first/rest.
743         (lisp-backquote-indentation): New user option.
745 2002-03-12  Francesco Potorti`  <pot@gnu.org>
747         * progmodes/etags.el (tag-exact-file-name-match-p)
748         (tag-file-name-match-p, tag-partial-file-name-match-p):
749         Assume that the header of a tags section has either a number
750         or nothing after the last comma.
752 2002-03-11  Richard M. Stallman  <rms@gnu.org>
754         * imenu.el (imenu-update-menubar-modified-tick): New variable.
755         (imenu-update-menubar): Don't call imenu--make-index-alist
756         if buffer has not changed since last time.
758         * desktop.el (desktop-buffer-handlers): Doc fix.
759         (desktop-buffer-file): Explicitly return BUF.
761         * paren.el (show-paren-function): Move back in other direction
762         to verify the match is correct.
764         * mail/supercite.el (sc-select-attribution): Accept whatever value
765         we get in CHOICE; there is no value meaning "try again".
767 2002-03-11  Colin Walters  <walters@verbum.org>
769         * shell.el (toplevel): Revert previous change to use pcomplete.
770         (shell-mode): Ditto.
771         (shell-pcomplete-setup-done): Remove.
772         (shell-pcomplete): Ditto.
773         (shell-pcomplete-reverse): Ditto.
775         * comint.el: Remove documentation on setting up pcomplete.
777 2002-03-11  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
779         * font-lock.el (java-font-lock-extra-types): Add "URL" as separate
780         item.  Doc fix.
782         * image.el (image-type-from-file-header): Make temporary buffer
783         unibyte.
785         * subr.el (add-to-list): Doc fix.
787 2002-03-11  Miles Bader  <miles@gnu.org>
789         * pcomplete.el (pcomplete-entries): Expand environment variables
790         in filename.
792 2002-03-10  Daniel Pfeiffer  <occitan@esperanto.org>
794         * play/mpuz.el: Use defface instead of facemenu-get-face.
796 2002-03-10  Jan D.  <Jan.Djarv@mbox200.swipnet.se>
798         * startup.el (command-line): Add call to emacs-session-restore if
799         both x-session-id and x-session-previous-id are strings.
801         * term/x-win.el (x-handle-smid): New function.
802         (emacs-session-filename): New function.
803         (emacs-session-save): New function.
804         (emacs-save-session-functions): New variable.
805         (emacs-session-restore): New function.
807 2002-03-09  Eli Zaretskii  <eliz@is.elta.co.il>
809         * simple.el (shell-command-on-region): Call push-mark with
810         non-nil second arg, to suppress the "Mark set" message.
812 2002-03-08  Richard M. Stallman  <rms@gnu.org>
814         * textmodes/picture.el (picture-forward-column): New arg `interactive'
815         is non-nil for an interactive call.  Use instead of interactive-p.
816         (picture-backward-column): Likewise.
818         * tar-mode.el (tar-untar-buffer): New function.
820         * info.el (Info-fontify-node): Bind up-clicks, not down-clicks.
821         Put the mouse-face on the entire xref, like the local keymap.
823         * find-dired.el (find-name-dired): Use shell-quote-argument.
825 2002-03-08  Daniel Pfeiffer  <occitan@esperanto.org>
827         * play/mpuz.el (mpuz-unsolved-face, mpuz-solved-face)
828         (mpuz-trivial-face, mpuz-text-face, mpuz-solve-when-trivial)
829         (mpuz-allow-double-multiplicator): New options for nicer look and
830         new features.
831         (mpuz-put-number-on-board, mpuz-paint-number, mpuz-solve): New funs.
832         (mpuz-check-all-solved, mpuz-random-puzzle)
833         (mpuz-paint-statistics, mpuz-paint-digit, mpuz-close-game)
834         (mpuz-show-solution): Functions streamlined and removed french
835         style space before punctuation, added face support and optional
836         solving of trivial results.
838 2002-03-07  Colin Walters  <walters@verbum.org>
840         * ibuf-macs.el (define-ibuffer-column): Add :summarizer property.
842         * ibuffer.el (ibuffer-update-mode-name): Substitute "view time"
843         instead of "recency" for clarity.
844         (ibuffer-compile-format): Document more.  Handle new "summarizer"
845         columns.
846         (ibuffer-fontify-region-function): Ditto.
847         (ibuffer-insert-buffer-line): Ditto.
848         (ibuffer-map-lines): Ditto.
849         (ibuffer-insert-buffers-and-marks): Ditto.
850         (ibuffer-update-title-and-summary): Renamed from
851         `ibuffer-update-title'.  Handle "summarizer" columns.
852         (ibuffer-clear-summary-columns): New function.
854         * ibuf-ext.el (ibuffer-filter-format-alist): Add type and group.
856 2002-03-07  Gerd Moellmann  <gerd@gnu.org>
858         * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
859         Use the other-window instead of the other-frame functions when
860         the window is dedicated.
862 2002-03-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
864         * textmodes/bibtex.el (bibtex-make-field): Call bibtex-find-text
865         with SILENT so that a new field can be added.
867 2002-03-06  Eli Zaretskii  <eliz@is.elta.co.il>
869         * files.el (make-auto-save-file-name): Make sure the produced file
870         name does not contain characters that are invalid for DOS/Windows
871         filesystems.
873         * dos-fns.el, w32-fns.el (make-auto-save-file-name):
874         Remove replacement functions.
876 2002-03-06  Gerd Moellmann  <gerd@gnu.org>
878         * font-lock.el (lisp-font-lock-keywords-2): Highlight keywords of
879         the form `:x'.
881         * vc.el (vc-branch-part): Add autoload cookie.  This function can
882         be called from vc-rcs-find-most-recent-rev when visiting a file
883         checked into RCS in a CVS sandbox.
885 2002-03-06  Andreas Schwab  <schwab@suse.de>
887         * progmodes/hideif.el: Augment expression parser to handle
888         conditional expressions.
889         (hif-token-regexp): Also match `?' and `:'.
890         (hif-tokenize): Handle `?' and ':' as tokens.
891         (hif-expr): Parse conditional expressions.
892         (hif-or-expr): Parse `||' expressions.
893         (hif-and-expr): Renamed from hif-term.
894         (hif-conditional): New function to evaluate a conditional
895         expression.
897 2002-03-06  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
899         * language/czech.el ("Czech"): Fix the documentation.
901         * language/slovak.el ("Slovak"): Likewise.
903 2002-03-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
905         * xml.el (xml-parse-attlist): Accept empty strings.
907 2002-03-05  Eli Zaretskii  <eliz@is.elta.co.il>
909         * mouse.el (mouse-show-mark): Remove the no-highlight alternative:
910         all terminals now support highlighting of some kind.
912         * language/european.el (mac-roman): Fix the safe-chars property.
914 2002-03-05  Andre Spiegel  <spiegel@gnu.org>
916         * vc.el (vc-transfer-file): Use `make-temp-file'.
917         (vc-default-update-changelog): Remove conditional use of
918         `make-temp-name'.
920         * vc-cvs.el (vc-cvs-diff-tree): Fix typo in parameter names.
922 2002-03-05  Michael Kifer  <kifer@cs.stonybrook.edu>
924         * ediff-init.el: Comments.
926         * ediff-hook.el: Got rid of autoloads. Not needed, since the hook
927         is loaded.
929         * ediff-mult.el (ediff-intersect-directories)
930         (ediff-prepare-meta-buffer,ediff-get-directory-files-under-revision):
931         Cleanup.
932         (ediff-draw-dir-diffs): Now supports the "C" command in directory
933         difference buffer.
934         (ediff-dir-diff-copy-file): New function that implements copying
935         of files from one Ediff dir to another
936         (ediff-bury-dir-diffs-buffer): Kills the buffer instead.
937         (ediff-append-custom-diff): Better error msgs.
939         * ediff-util.el (ediff-compute-custom-diffs-maybe): Buglet fix.
940         (ediff-inferior-compare-regions): Use
941         ediff-clone-buffer-for-region-comparison. Better and simpler interface.
943         * ediff.el (ediff-directories-internal): Cleanup.
944         (ediff-clone-buffer-for-region-comparison): Better interface.
946 2002-03-04  Richard M. Stallman  <rms@gnu.org>
948         * emacs-lisp/easy-mmode.el (define-minor-mode):
949         Use "P" in interactive spec of minor mode commands.
951 2002-03-04  Stefan Monnier  <monnier@cs.yale.edu>
953         * faces.el (face-spec-choose): Allow `t' to appear before the end.
954         (mode-line, tool-bar, minibuffer-prompt, region, fringe, bold, italic)
955         (bold-italic, underline, highlight, secondary-selection, fixed-pitch)
956         (variable-pitch, trailing-whitespace): Don't use the old-style entries.
957         (mode-line-inactive, header-line): Move the `t' section to the
958         beginning so the `:inherit' setting can be shared.
960 2002-03-04  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
962         * net/snmp-mode.el: Require tempo when compiling to prevent
963         warnings.  Update copyright notice.
965         * help.el (describe-key-briefly, describe-key): Interpret `undefined'
966         like not defined at all.
968 2002-03-03  Stefan Monnier  <monnier@cs.yale.edu>
970         * textmodes/sgml-mode.el: Change maintainer to FSF.
971         (sgml-start-tag-regex, sgml-font-lock-keywords-1, sgml-mode-common)
972         (sgml-tags-invisible, sgml-beginning-of-tag):
973         Allow _ : and non-ASCII in tag names, as required for XML.
974         (sgml-name-char): Don't assume anything about charsets handled by
975         encode-char.
977         * textmodes/tex-mode.el (tex-guess-main-file): Handle the case
978         where one of the buffers is narrowed.
980         * hexl.el (hexlify-command, dehexlify-command): Remove.
981         (hexlify-buffer, dehexlify-buffer): Use call-process-region
982         rather than shell-command-on-region.
984         * newcomment.el (comment-forward): Use forward-comment to skip
985         over whitespace (or comments) even when comment-use-syntax is nil.
987         * progmodes/cperl-mode.el (cperl-menu): Add "-emacs" to the version.
989         * textmodes/xml-lite.el: New file.
991 2002-03-03  Richard M. Stallman  <rms@gnu.org>
993         * textmodes/artist.el (artist-system): Use make-temp-file.
995         * progmodes/ps-mode.el (ps-run-make-tmp-filename): Use make-temp-file.
997         * mail/sendmail.el (mail-recover-1): Increase non-random-len
998         by 1 since we changed make-auto-save-file-name to add one
999         fewer character to the buffer name.
1000         (mail-recover): Really show point at the right place
1001         in the *Directory* buffer.
1003         * files.el (make-auto-save-file-name): Use make-temp-file.
1005         * terminal.el (te-create-terminfo): Use make-temp-file
1006         to create the source file in a safe way.
1008 2002-03-03  Eli Zaretskii  <eliz@is.elta.co.il>
1010         * cus-start.el: Rename automatic-hscroll-step and
1011         automatic-hscroll-margin into hscroll-step and hscroll-margin.
1013         * frame.el (auto-hscroll-mode): Renamed from
1014         automatic-hscrolling.
1015         (automatic-hscrolling): Now a defvaralias for auto-hscroll-mode.
1017         * mouse.el (mouse-region-delete-keys): Add deletechar.
1019 2002-03-03  Sam Steingold  <sds@gnu.org>
1021         * play/snake.el (snake-score-file): Fixed parens (broken by the
1022         last patch).
1023         * play/tetris.el (tetris-score-file): Ditto.
1025 2002-03-03  Richard M. Stallman  <rms@gnu.org>
1027         * play/tetris.el (tetris-score-file): Put in home dir, not in /tmp.
1029         * play/snake.el (snake-score-file): Put in home dir, not in /tmp.
1031         * play/gamegrid.el (gamegrid-set-font, gamegrid-setup-face)
1032         (gamegrid-make-mono-tty-face): Fix usage of condition-case.
1034 2002-03-03  Thien-Thi Nguyen  <ttn@gnu.org>
1036         * calendar/diary-lib.el (list-diary-entries): Use `buffer-substring'
1037         instead of `buffer-substring-no-properties' to support enriched mode.
1039 2002-03-02  Richard M. Stallman  <rms@gnu.org>
1041         * find-dired.el (find-grep-dired): Call shell-quote-argument.
1042         Specify the -e option.
1043         Rename arg to `regexp'.
1045 2002-03-02  Milan Zamazal  <pdm@zamazal.org>
1047         * textmodes/tildify.el (tildify-string-alist): Add entry for xml-mode.
1049 2002-03-02  Miles Bader  <miles@gnu.org>
1051         * mwheel.el (mwheel-scroll): Remove `double' and `triple' from the
1052         event-modifiers before looking up in `mouse-wheel-scroll-amount'.
1053         If there's no applicable modifiers entry in the alist in
1054         `mouse-wheel-scroll-amount', fall back to the default, not to
1055         nil (which causes full screen scrolls).
1057 2002-03-01  Andreas Schwab  <schwab@suse.de>
1059         * textmodes/texnfo-upd.el (texinfo-start-menu-description):
1060         Remove extra paren in regexp.
1062 2002-03-01  Eli Zaretskii  <eliz@is.elta.co.il>
1064         * mouse.el (mouse-show-mark): Use display-mouse-p, not
1065         display-graphic-p, to decide whether to move point or use the
1066         highlighting.
1068 2002-02-28  Colin Walters  <walters@verbum.org>
1070         * eshell/esh-var.el (eshell-parse-variable-ref): Use `make-temp-file'.
1072         * calc/calc-graph.el (calc-gnuplot-tempfile): Don't expand against
1073         `temporary-file-directory'; we now do that in `calc-graph-file-cache'.
1074         (calc-temp-file-name): Use `make-temp-file'.
1076 2002-02-28  Richard M. Stallman  <rms@gnu.org>
1078         * font-lock.el (java-font-lock-extra-types):
1079         Match java.net.URL, etc.
1081 2002-02-28  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1083         * hexl.el (hexl-options): Doc fix.
1084         Update Commentary section.
1086         * textmodes/sgml-mode.el (sgml-specials, sgml-quick-keys):
1087         Doc fixes.
1089 2002-02-28  Andre Spiegel  <spiegel@gnu.org>
1091         * vc.el (vc-revert-buffer): If the buffer is not saved, prompt
1092         the user to do that first.
1093         (vc-update): New function.
1095         * vc-hooks.el (vc-menu-map): New entry "Update to Latest Version",
1096         which calls vc-update.  Use the term "Base Version" instead of
1097         "Last Version" for the entries "Revert" and "Compare".
1099 2002-02-28  Kim F. Storm  <storm@cua.dk>
1101         * simple.el (shell-command-on-region): Report non-zero exit
1102         status in mode line instead of buffer.
1104 2002-02-27  Richard M. Stallman  <rms@gnu.org>
1106         * comint.el (comint-preoutput-filter-functions): Doc fix.
1107         (comint-output-filter-functions, comint-input-filter-functions)
1108         (comint-redirect-filter-functions): Likewise.
1110         (comint-redirect-preoutput-filter): Do the local-hook
1111         handling of t when running comint-redirect-filter-functions.
1112         (comint-output-filter): Likewise for comint-preoutput-filter-functions.
1114 2002-02-26  Richard M. Stallman  <rms@gnu.org>
1116         * paths.el (remote-shell-program): Add doc string.
1118 2002-02-26  Colin Walters  <walters@debian.org>
1120         * ibuf-ext.el (sorter mode-name): New.
1121         (ibuffer-do-occur): Don't quote ibuffer-marked-char.
1123         * calc/calc-ext.el (calc-scroll-left): Call scroll-left
1124         interactively, so they do something.
1125         (calc-scroll-right): Ditto.
1127 2002-02-26  Eli Zaretskii  <eliz@is.elta.co.il>
1129         * international/mule.el (ctext-pre-write-conversion): Handle the
1130         case when FROM is a string, and when we are called from
1131         build_annotations_2.
1133 2002-02-26  Richard M. Stallman  <rms@gnu.org>
1135         * rect.el (clear-rectangle-line): Reindent to the same column
1136         that move-to-column reached when it tried to go to endcol.
1138         * icomplete.el (icomplete-exhibit): Use minibuffer-prompt-end.
1140 2002-02-26  Ivar Rummelhoff  <ivarru@math.uio.no>
1142         * winner.el (winner-boring-buffers, winner-set): A window which
1143         displays a buffer whose name is in the list
1144         `winner-boring-buffers', will no longer be restored by `winner-undo'.
1145         (winner-sorted-window-list): Used to improve comparison between
1146         window configurations.
1147         (winner-win-data): Simplified and moved.
1148         (winner-conf): Simplified (now uses `winner-win-data').
1149         (winner-change-fun, winner-save-old-configurations)
1150         (winner-save-(un)conditionally, winner-redo): Changes made while in
1151         the minibuffer will be ignored.  (Such changes are undone upon
1152         exit for the minibuffer, anyway.)
1153         (winner-set-conf): Preserve selected window whenever possible.
1154         (winner-make-point-alist): Simplified.
1155         (winner-mode, winner-save-unconditionally): Save current window
1156         configuration on entering minibuffer.
1157         (minor-mode-alist): Don't add winner-mode to `minor-mode-alist',
1158         since it does not change the overall behavior of Emacs.
1160 2002-02-26  Eli Zaretskii  <eliz@is.elta.co.il>
1162         * international/mule-conf.el (compound-text): Renamed back from
1163         compound-text-no-extensions.
1164         (ctext-no-compositions): Remove the mime-charset property.
1165         (compound-text-with-extensions): Renamed from compound-text.
1166         (x-ctext-with-extensions, ctext-with-extensions): Renamed aliases.
1168 2002-02-26  Juanma Barranquero  <lektu@terra.es>
1170         * faces.el (list-faces-display): Fix typo.
1172 2002-02-25  Richard M. Stallman  <rms@gnu.org>
1174         * frame.el (focus-follows-mouse): Doc fix.
1176 2002-02-26  Miles Bader  <miles@gnu.org>
1178         * mwheel.el (mouse-wheel-mode): Pass vectors instead of symbols
1179         to `define-key', since it no longer accepts the latter.
1181 2002-02-25  Jason Rumney  <jasonr@gnu.org>
1183         * term/w32-win.el (mouse-wheel-scroll-line): Use car of
1184         mouse-wheel-scroll-amount.
1186         * w32-vars.el (mouse-wheel-scroll-amount): Use same definition as
1187         mwheel.el.
1189         * language/japanese.el (iso-2022-jp-2): Add init-bol flag.
1191 2002-02-25  Andre Spiegel  <spiegel@gnu.org>
1193         * vc.el (vc-diff-switches-list): Fix prev change, making the macro
1194         consistent with the others that take a backend name as a symbol.
1196         * vc-cvs.el, vc-rcs.el, vc-sccs.el: Fix calls to vc-diff-switches-list.
1198 2002-02-25  Kim F. Storm  <no-spam@cua.dk>
1200         * comint.el (comint-replace-by-expanded-filename): Do nothing if
1201         comint-match-partial-filename returns nil.
1203         * shell.el (shell-pcomplete-setup-done): New variable.
1204         (shell-pcomplete): Use it instead of shell-pcomplete-setup-p.
1205         (shell-pcomplete-reverse): Ditto.
1207 2002-02-25  Per Abrahamsen  <abraham@dina.kvl.dk>
1209         * ps-print.el (ps-print-printer): Added `lpr' customize group member.
1211 2002-02-25  Juanma Barranquero  <lektu@terra.es>
1213         * subr.el (save-match-data): Doc fix.
1215         * ielm.el (ielm-prompt): Allow customization; make it read-only.
1217 2002-02-25  Kim F. Storm  <storm@cua.dk>
1219         * shell.el (shell-mode-map): Add "Complete" header so completion
1220         menu is shown on the menu bar in shell mode.
1222 2002-02-25  Stefan Monnier  <monnier@cs.yale.edu>
1224         * ielm.el (ielm-match-data): New var.
1225         (inferior-emacs-lisp-mode): Make it buffer-local.
1226         (ielm-eval-input): Use it to preserve match-data between inputs.
1228 2002-02-24  Juanma Barranquero  <lektu@terra.es>
1230         * ielm.el (inferior-emacs-lisp-mode): Use hexl for the dummy process.
1232 2002-02-24  Per Abrahamsen  <abraham@dina.kvl.dk>
1234         * cus-edit.el (custom-unlispify-remove-prefixes): Add to
1235         `custom-buffer' customize group.
1237 2002-02-23  Kim F. Storm  <storm@cua.dk>
1239         * help.el (where-is): Use remap-command.
1241         * help-fns.el (describe-function-1): Use remap-command.
1243         * subr.el (global-set-key, local-set-key): Undo 2002-02-06
1244         change (no longer accept a symbol for the KEY argument).
1246 2002-02-23  Colin Walters  <walters@debian.org>
1248         * calc/calcalg3.el (calc-invent-variables): Convert integer to string.
1249         * calc/calcalg2.el (math-solve-get-sign): Ditto.
1251         * ibuffer.el (ibuffer-compile-format): Don't uselessly bind `pt'
1252         in generated function.
1254         * ibuf-ext.el (ibuffer-old-time): Change to hours.
1255         (ibuffer-mark-old-buffers): Handle it.
1257         * shell.el (shell-pcomplete, shell-pcomplete-reverse): New functions.
1258         (toplevel): Bind them.
1259         (shell-mode): Don't set `comint-dynamic-complete-functions'; it is
1260         not necessary now that we use pcomplete.
1262         * comint.el: Document how use new pcomplete completion facility.
1264 2002-02-23  Richard M. Stallman  <rms@gnu.org>
1266         * mail/rmailsum.el (rmail-summary-output): Properly advance
1267         to next message, by calling rmail-summary-goto-msg.
1269         * net/browse-url.el (browse-url-galeon): Specify --existing
1270         for an existing window.  Use --noraise rather than --no-raise.
1271         Don't use -x.
1273 2002-02-22  Eli Zaretskii  <eliz@is.elta.co.il>
1275         * progmodes/etags.el (find-tag-noselect, find-tag)
1276         (find-tag-other-window, find-tag-other-frame, find-tag-regexp):
1277         Fix a typo in doc strings.
1279 2002-02-20  Deepak Goel  <deego@glue.umd.edu>
1281         * play/snake.el (snake-velocity-queue, snake-update-velocity)
1282         (snake-final-x-velocity, snake-final-y-velocity):
1283         New variable and functions.  Store user's keypresses
1284         into a queue and pop from the queue each subsequent turn.
1285         (snake-update-game, snake-move-left)
1286         (snake-move-right, snake-move-up, snake-move-down, snake-active-p)
1287         (snake-start-game): Use that queue.
1288         (snake-use-glyphs-flag): Renamed from snake-use-glyphs.
1289         (snake-use-color-flag): Likewise.
1290         (snake-mode): Rename uses of those variables.
1292 2002-02-22  Eli Zaretskii  <eliz@is.elta.co.il>
1294         Support for ICCCM  Extended Segments in X selections:
1296         * international/mule-conf.el (ctext-no-compositions): New coding
1297         system.
1298         (compount-text-no-extensions): Renamed from compound-text.
1299         (x-ctext-no-extensions, ctext-no-extensions): Aliases for
1300         compound-text-no-extensions.
1301         (compound-text): Redefined using post-read and pre-write conversions.
1303         * international/mule.el (non-standard-icccm-encodings-alist)
1304         (non-standard-designations-alist): New variables.
1305         (ctext-post-read-conversion, ctext-pre-write-conversion):
1306         New functions.
1308 2002-02-21  Jonathan Kamens  <jik@kamens.brookline.ma.us>
1310         * vc.el (vc-default-init-version): Update documentation to
1311         indicate that the backend can override the default init version.
1312         (vc-register): Use the backend init-version function, if it
1313         exists, to determine the initial version of a file.
1314         (vc-diff-switches-list): Don't symbol-quote backend, since it's
1315         already a symbol.  Don't fail if vc-BACKEND-diff-switches isn't bound.
1317         * vc-hooks.el (vc-mode-line): Set vc-mode to nil if the file is
1318         not version-controlled.  This is necessary, e.g., if the file has
1319         just been reverted, and thus was previously under version control
1320         but isn't any longer.
1321         (vc-find-file-hook): Likewise.
1323 2002-02-21  Martin Lorentzson  <Martin.Lorentzson@telia.com>
1325         * vc-cvs.el (vc-cvs-sticky-date-format-string): New variable.
1326         (vc-cvs-sticky-tag-display): New variable.
1327         (vc-cvs-mode-line-string): Add sticky-tag to the mode-line.
1328         (vc-cvs-checkin): If the input revision is a valid symbolic tag
1329         name, we create it as a branch, commit and switch to it.
1330         (vc-cvs-retrieve-snapshot): Set file-property sticky-tag.
1331         (vc-cvs-valid-symbolic-tag-name-p): New function.
1332         (vc-cvs-parse-sticky-tag): New function.
1333         (vc-cvs-parse-entry): Added parsing of sticky tags.
1335 2002-02-21  Per Abrahamsen  <abraham@dina.kvl.dk>
1337         * toolbar/tool-bar.el (tool-bar-mode): Revert the :init-value to
1338         nil, and then explicitly set the standard-value to t.
1340 2002-02-20  Sam Steingold  <sds@gnu.org>
1342         * textmodes/flyspell.el (flyspell-mode): Autoload the variable
1343         since it is used in the menu bar.
1345 2002-02-20  Richard M. Stallman  <rms@gnu.org>
1347         * simple.el (shell-command-on-region): Display the exit status
1348         when a command fails.
1350         * subr.el (add-hook): Doc fix.
1352         * frame.el (other-frame): Doc fix.
1354         * simple.el (yank): Clear `field' property.
1356 2002-02-20  Tom Tromey  <tromey@cachet>
1358         * progmodes/tcl.el (tcl-do-fill-paragraph): Find and fill on more
1359         natural paragraph boundaries.  Don't fail at beginning of buffer.
1361 2002-02-20  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1363         * tar-mode.el (tar-next-line, tar-previous-line): Add doc string,
1364         call the argument "arg" to match plain next-line and
1365         previous-line.  From Kevin Ryde <user42@zip.com.au>.
1367 2002-02-19  Sam Steingold  <sds@gnu.org>
1369         * mwheel.el (mouse-wheel-scroll-amount): Can specify different
1370         scroll amounts for different modifiers now.
1371         (mwheel-scroll): Handle the new `mouse-wheel-scroll-amount'
1372         format properly.
1373         (mouse-wheel-mode): Ditto.
1375 2002-02-19  Eli Zaretskii  <eliz@is.elta.co.il>
1377         * textmodes/bibtex.el (bibtex-parse-keys): Put save-match-data
1378         around function body.
1380         * net/browse-url.el (browse-url-maybe-new-window): Reverse the
1381         sense of the comparison, to match the doc strings of functions
1382         that use this macro.
1384 2002-02-19  Per Abrahamsen  <abraham@dina.kvl.dk>
1386         * facemenu.el (describe-text-mode-map): Removed bootstrap kludge.
1388         * toolbar/tool-bar.el (tool-bar-mode): Made the standard value t.
1389         * menu-bar.el (menu-bar-mode): Ditto.
1391 2002-02-18  Andreas Schwab  <schwab@suse.de>
1393         * replace.el (query-replace-regexp-eval): Doc fix.
1395 2002-02-18  Colin Walters  <walters@verbum.org>
1397         * calc/calcalg2.el (math-solve-get-int): Convert return value from
1398         `math-get-from-counter' to a string before calling `concat' on it.
1400         * calc/calc-maint.el (calc-split-manual): Look for calc.texi.
1401         (calc-public-autoloads): Obsolete; remove.
1402         (calc-private-autoloads): Ditto.
1403         (calc-add-autoloads): Ditto.
1405         * calc/calc-macs.el (calc-with-default-simplification): Use &rest
1406         for body.
1408 2002-02-17  Jason Rumney  <jasonr@gnu.org>
1410         * w32-win.el (x-option-alist, x-long-option-alist)
1411         (x-switch-definitions): Remove, use command-line-x-option-alist
1412         instead to be consistent with X.
1413         (x-handle-initial-switch): New function.
1415 2002-02-17  Eli Zaretskii  <eliz@is.elta.co.il>
1417         * faces.el (mode-line-inactive, header-line): Add the :inherit
1418         attribute for the tty case.
1420 2002-02-17  stanislav shalunov  <shalunov@internet2.edu>
1422         * mail/uce.el (uce-reply-to-uce): Fix incorrect behavior when
1423         invoked from Rmail with full headers displayed.
1425 2002-02-17  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1427         * emacs-lisp/lisp.el (mark-defun): Don't leave multiple marks
1428         when repeated.
1429         * textmodes/paragraphs.el (mark-paragraph): Ditto.
1431 2002-02-17  Per Abrahamsen  <abraham@dina.kvl.dk>
1433         * menu-bar.el (menu-bar-showhide-menu): Added speedbar.
1434         (menu-bar-tools-menu): Removed speedbar.
1436         * textmodes/ispell.el (ispell-menu-map): Added `customize-ispell'
1437         and `flyspell-mode' entries.
1439         * textmodes/flyspell.el (flyspell): Add to ispell group.
1441 2002-02-17  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1443         * emacs-lisp/lisp.el (mark-sexp): Don't leave multiple marks when
1444         repeated.
1445         (mark-defun): Mark more if repeated.
1447 2002-02-17  Colin Walters  <walters@verbum.org>
1449         * ibuf-ext.el (ibuffer-toggle-sorting-mode): Make it work.
1451         * ibuffer.el (ibuffer-truncate-lines): New option.
1452           (ibuffer-mode):  Use it.
1454 2002-02-17  Kim F. Storm  <storm@cua.dk>
1456         * cus-start.el: Add mouse-highlight.
1458 2002-02-16  Eli Zaretskii  <eliz@is.elta.co.il>
1460         * Makefile.in (DONTCOMPILE): Remove cus-start.el.
1462         * cus-start.el: Add automatic-hscroll-margin and
1463         automatic-hscroll-step.
1465 2002-02-16  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1467         * cus-start.el (x-autoselect-window): Allow customization.
1469         * eshell/em-alias.el (eshell-alias-initialize): Do not use
1470         make-local-hook.
1472         * eshell/em-cmpl.el (eshell-cmpl-initialize): Likewise.
1474         * eshell/em-dirs.el (eshell-dirs-initialize): Likewise.
1476         * eshell/em-glob.el (eshell-glob-initialize): Likewise.
1478         * eshell/em-hist.el (eshell-hist-initialize): Likewise.
1480         * eshell/em-pred.el (eshell-pred-initialize): Likewise.
1482         * eshell/em-prompt.el (eshell-prompt-initialize): Likewise.
1484         * eshell/em-rebind.el (eshell-rebind-initialize): Likewise.
1486         * eshell/em-smart.el (eshell-smart-initialize): Likewise.
1488         * eshell/em-unix.el (eshell-unix-initialize): Likewise.
1490         * eshell/esh-cmd.el (eshell-cmd-initialize): Likewise.
1492         * eshell/esh-ext.el (eshell-ext-initialize): Likewise.
1494         * eshell/esh-io.el (eshell-io-initialize): Likewise.
1496         * eshell/esh-mode.el (eshell-mode): Likewise.
1498         * eshell/esh-test.el (eshell-show-usage-metrics): Likewise.
1500         * eshell/esh-var.el (eshell-var-initialize): Likewise.
1502         * progmodes/idlw-shell.el (idlwave-shell-mode): Likewise.
1504         * progmodes/idlwave.el (idlwave-mode): Likewise.
1506         * textmodes/reftex-sel.el (reftex-select-label-mode)
1507         (reftex-select-bib-mode): Likewise.
1509 2002-02-16  John Wiegley  <johnw@gnu.org>
1511         * eshell/em-hist.el (eshell-hist-initialize): When in the
1512         minibuffer, use the global value of `eshell-history-ring', and
1513         never save it to disk, or ask to save it to disk.  This allows
1514         users of session.el to control whether its global state should be
1515         persisted or not.
1516         (eshell-add-command-to-history): Don't write Eshell's history out
1517         to disk, let the governing mode control that upon exit.
1519 2002-02-16  Eli Zaretskii  <eliz@is.elta.co.il>
1521         * eshell/eshell.el (eshell-command): Before reading from the
1522         minibuffer, add eshell-add-command-to-history to
1523         minibuffer-exit-hook, and remove it after read-from-minibuffer
1524         returns.
1526         * eshell/em-hist.el (eshell-add-input-to-history): New function,
1527         with most of the code from eshell-add-to-history.
1528         (eshell-add-command-to-history): New function, to record in
1529         eshell-history the commands run via eshell-command.
1530         (eshell-add-to-history): Call eshell-add-command-to-history to do
1531         most of the work.
1533 2002-02-16  John Wiegley  <johnw@gnu.org>
1535         * eshell/esh-ext.el (eshell-external-command): Added a fix for
1536         XEmacs' new dired.el, which adds a global entry in the
1537         `file-name-handler-alist'.
1539 2002-02-16  John Wiegley  <johnw@gnu.org>
1541         * align.el (align-region): Added a missing name argument.
1543 2002-02-16  John Wiegley  <johnw@gnu.org>
1545         * eshell/esh-ext.el (eshell-script-interpreter): Allow whitespace
1546         after the #! of a shell interpretor specification.
1548 2002-02-15  Richard M. Stallman  <rms@gnu.org>
1550         * help.el (describe-key-briefly): Make output in INSERT case
1551         look just like what is displayed in the normal case.
1553 2002-02-15  Andreas Schwab  <schwab@suse.de>
1555         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Require
1556         non-letter after specials.
1558 2002-02-15  Eli Zaretskii  <eliz@is.elta.co.il>
1560         * menu-bar.el (menu-bar-tools-menu): Add an item for Calculator.
1562 2002-02-15  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1564         * simple.el (mark-word): Mark more if repeated.
1565         * textmodes/paragraphs.el (mark-paragraph): Ditto.
1566         (mark-end-of-sentence): Ditto.
1568 2002-02-15  Per Abrahamsen  <abraham@dina.kvl.dk>
1570         * wid-edit.el (widgetp): Made it more robust.
1572 2002-02-14  Per Abrahamsen  <abraham@dina.kvl.dk>
1574         * facemenu.el (describe-text-done): New function.
1575         (describe-text-mode-map): New variable.
1576         (describe-text-mode-hook): New option.
1577         (describe-text-mode): New function.
1578         (describe-text-widget): New function.
1579         (describe-text-sexp): New function.
1580         (describe-text-properties): New function.
1581         (describe-text-category): New command.
1582         (describe-text-at): New command.
1583         (facemenu-menu): Replace `list-text-properties-at' with
1584         `describe-text-at' in the menu.
1586         * wid-edit.el (widgetp): New function.
1587         * wid-edit.el (widget-keymap, widget-insert, widget-setup):
1588         Autoloaded.
1590         * emacs-lisp/pp.el (pp-to-string): Autoloaded.
1592         * wid-browse.el: Removed version and x-url keywords.
1594 2002-02-13  Kim F. Storm  <storm@cua.dk>
1596         * cus-start.el (mode-line-in-non-selected-windows):
1597         Allow customization.
1599 2002-02-13  Richard M. Stallman  <rms@gnu.org>
1601         * textmodes/bibtex.el (bibtex-parse-buffers-stealthily):
1602         Tell bibtex-parse-keys to output no progress messages.
1604         * international/mule-diag.el (list-input-methods):
1605         Use help-input-method, not describe-input-method, for button type.
1607         * register.el (describe-register-1): Access register contents here.
1609         * textmodes/text-mode.el (text-mode-hook-identify):
1610         Restore previous definition.  Add to text-mode-hook again.
1612         * mail/mailabbrev.el (define-mail-abbrev): Define as system abbrev.
1613         (mail-abbrev-in-expansion-header-p): Copy the code of mail-header-end
1614         to avoid needing sendmail.el at run time.
1616         * bindings.el (mode-line-minor-mode-keymap): Definition moved up.
1617         Initialization moved up too.
1618         (mode-line-modes): Use :propertize.
1619         (mode-line-mode-menu-keymap): Var deleted.
1620         (mode-line-copied-mode-name): Var deleted.
1621         (mode-line-mode-name): Function deleted.
1622         (mode-line-mode-menu): Each item now shows its mode line lighter.
1623         (minor-mode-alist): Don't call propertize here.
1625 2002-02-12  Eli Zaretskii  <eliz@is.elta.co.il>
1627         * progmodes/pascal.el (pascal-imenu-generic-expression):
1628         Add menu-title and fix parentheses.
1630 2002-02-12  Per Abrahamsen  <abraham@dina.kvl.dk>
1632         * menu-bar.el (menu-bar-options-save): Removed `truncate-lines'.
1633         (menu-bar-options-menu): Don't set default value for `truncate-lines'.
1635 2002-02-12  Per Abrahamsen  <abraham@dina.kvl.dk>
1637         * menu-bar.el (menu-bar-options-save): Only save
1638         `current-language-environment' and `default-input-method' when
1639         marked as customized.
1641         * international/mule-cmds.el
1642         (setup-specified-language-environment):
1643         Mark `current-language-environment' as customized.
1644         (set-input-method): Mark `default-input-method' as customized when
1645         called interactively.
1646         (toggle-input-method): Ditto.
1648 2002-02-11  Colin Walters  <walters@verbum.org>
1650         * ibuffer.el (ibuffer-switch-format): Supply required argument for
1651         `ibuffer-current-formats'.
1653 2002-02-11  Miles Bader  <miles@gnu.org>
1655         * faces.el (mode-line-inactive): Add dark-background variant.
1657 2002-02-11  Per Abrahamsen  <abraham@dina.kvl.dk>
1659         * toolbar/tool-bar.el (tool-bar-mode): Removed standard value.
1660         * menu-bar.el (menu-bar-mode): Ditto.
1661         * cus-edit.el (customize-mark-to-save): Always save variables
1662         without a standard value.
1664         * menu-bar.el (menu-bar-make-toggle): Made it aware of customize.
1665         (menu-bar-options-save): Ditto.
1666         (menu-bar-showhide-menu): Ditto.
1667         (menu-bar-options-menu): Ditto.
1668         (menu-bar-scroll-bar-right, menu-bar-scroll-bar-left)
1669         (menu-bar-scroll-bar-none): Remove.
1670         (menu-bar-showhide-scroll-bar-menu): Use customize aware lambda
1671         expressions instead.
1673         * cus-edit.el (customize-set-value): Return value.
1674         (customize-set-variable): Ditto.
1675         (customize-save-variable): Ditto.
1676         (customize-set-variable): Load dependencies before setting value.
1677         (custom-load-symbol): Autoload it.
1678         (customize-mark-as-set): New function.
1680 2002-02-11  Eli Zaretskii  <eliz@is.elta.co.il>
1682         * cus-start.el: Don't warn about "x-*" symbols when building a
1683         non-GUI version.
1685 2002-02-11  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1687         * strokes.el (strokes-do-stroke, strokes-do-complex-stroke):
1688         Doc fix.
1689         (strokes-help): Do not use doubled with-output-to-temp-buffer.
1690         Fix the help string.
1691         (strokes-prompt-user-save-strokes): Fix typo.
1692         (strokes-list-strokes): Use proper exit-action argument for
1693         view-buffer.  Update copyright notice.
1695         * international/mule-diag.el: Various doc and message fixes.
1696         (non-iso-charset-alist): Add mac-roman.  Don't add entries for
1697         codepages already present.
1698         (list-block-of-chars): Display space for null entries in
1699         translation table.  Display tab specially.
1700         (list-non-iso-charset-chars): Check for null charsets.  Use pop
1701         for clarity.  Don't break 8-bit sets into sections between ranges.
1702         (list-charset-chars): Avoid indent-tabs-mode.
1703         (describe-char-after): Maybe use the text property for syntax
1704         table information.  Maybe report char-code-property-table info.
1705         Maybe report character's unicode.  Tweak printing of list info.
1706         (list-input-methods): Add xref buttons.
1707         (dump-charsets, dump-codings): Deleted (obsolete).
1708         From Dave Love <fx@gnu.org>.
1710 2002-02-10  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1712         * menu-bar.el (menu-bar-showhide-menu): Rename functions for toggling.
1714 2002-02-10  Michael Kifer  <kifer@cs.stonybrook.edu>
1716         * viper-util.el (viper-read-key-sequence): Fix so it'll read
1717         fast key sequences in emacs native mode
1718         (viper-events-to-keys): Delete.
1720         * viper.el (describe-key, describe-key-briefly): Get rid of
1721         viper-events-to-keys.
1723         * ediff-init.el (ediff-has-gutter-support): Steven Turnbull's patch.
1725         * ediff-wind.el (ediff-setup-control-frame):
1726         Use ediff-has-gutter-support.
1728         * ediff-util.el (ediff-dispose-of-variant-according-to-user):
1729         check if buff is alive.
1731         * ediff.el: Typo in comment.
1733 2002-02-09  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1735         * menu-bar.el (menu-bar-options-save): Take care of
1736         line-number-mode and column-number-mode variables.
1737         (menu-bar-showhide-menu): New menu-items "Show Line Number" and
1738         "Show Column Number" in "Show/Hide" menu.
1740 2002-02-09  Richard M. Stallman  <rms@gnu.org>
1742         * mail/mailabbrev.el (mail-mode-map): Use eval-after-load to change it.
1744 2002-02-09  Kim F. Storm  <storm@cua.dk>
1746         * faces.el (mode-line-inactive): New face for mode-line for
1747         non-selected windows.
1748         (mode-line): Doc fix: Only used for selected window.
1750 2002-02-08  Eli Zaretskii  <eliz@is.elta.co.il>
1752         * calendar/cal-menu.el (calendar-mode-map): Change the menu item's
1753         name to "Insert Diary Entry".
1755 2002-02-08  Stefan Monnier  <monnier@cs.yale.edu>
1757         * font-lock.el (save-buffer-state): Use restore-buffer-modified-p.
1758         (c-font-lock-syntactic-face-function): Accept doxygen-style comments.
1760 2002-02-08  Richard M. Stallman  <rms@gnu.org>
1762         * textmodes/text-mode.el (text-mode-hook-identify): Define as no-op.
1764 2002-02-08  Andreas Schwab  <schwab@suse.de>
1766         * calc/calc.el (calcDigit-key): Use minibuffer-prompt-end instead
1767         of point-min.
1769 2002-02-08  Eli Zaretskii  <eliz@is.elta.co.il>
1771         * net/ange-ftp.el (ange-ftp-process-handle-line)
1772         (ange-ftp-set-xfer-size): If the file's size is a float, divide
1773         by 1024 instead of using ash.
1775         * international/mule-cmds.el (select-safe-coding-system):
1776         State the buffer's name in the message popped in the *Warning* buffer,
1777         and make sure the offending buffer is displayed.
1779 2002-02-07  Markus Rost  <rost@math.ohio-state.edu>
1781         * ffap.el (ffap-newsgroup-p): Test for non-nil symbol-value of htb.
1783 2002-02-07  Richard M. Stallman  <rms@gnu.org>
1785         * terminal.el (terminal-map): Define [menu-bar] so global def is seen.
1787         * register.el (list-registers): New command.
1788         (describe-register-1): New subroutine, taken out of view-register.
1790         * emacs-lisp/copyright.el (copyright-regexp):
1791         Delete the unibyte copyright symbol; it's redundant.
1792         Fix a spazz in the multibyte encoding here.
1794 2002-02-07  Dave Love  <fx@gnu.org>
1796         * language/cyril-util.el (cyrillic-encode-koi8-r-char)
1797         (cyrillic-encode-alternativnyj-char): Get translation tables from
1798         symbol properties, not as variables.
1799         (standard-display-cyrillic-translit): Include unicodes.
1801 2002-02-06  Kim F. Storm  <storm@cua.dk>
1803         * help.el (where-is): Report remapped commands.
1805         * help-fns.el (describe-function-1): Ditto.
1807         * subr.el (global-set-key, local-set-key): Accept a symbol for the
1808         KEY argument (like define-key).
1810 2002-02-06  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1812         * textmodes/flyspell.el (flyspell-insert-function): Doc fix.
1814 2002-02-06  Richard M. Stallman  <rms@gnu.org>
1816         * mail/mailabbrev.el: Require sendmail only at compile time.
1817         (mail-mode-header-syntax-table): Var deleted.
1818         (mail-abbrev-syntax-table): Init to nil, will compute when needed.
1819         (sendmail-pre-abbrev-expand-hook): Only temporarily change
1820         local-abbrev-table and the syntax table.
1821         Compute mail-abbrev-syntax-table if that has not been done.
1823         * progmodes/compile.el (grep-compute-defaults): Definition moved up.
1825         * emacs-lisp/debug.el (debugger-frame-offset): Var deleted.
1826         (debugger-frame-number): Figure out the offset directly.
1827         (debugger-setup-buffer): Don't use debugger-frame-offset.
1828         (debugger-frame, debugger-frame-clear): Likewise.
1829         (debugger-jump): Don't alter debugger-frame-offset.
1831         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
1832         Replace foo-p as var name with foo-flag, not foo-p-flag.
1834         * hilit-chg.el (highlight-changes-active-string): Default to +Chg.
1835         (highlight-changes-passive-string): Default to -Chg.
1836         (highlight-changes-global-modes): Doc fix.
1838         * dired.el (dired-get-filename): Add /: when appropriate
1839         to avoid taking a local name as remote.
1841         * files.el (file-name-non-special): Add special handling for
1842         file-name-sans-versions, file-name-completion, and
1843         file-name-all-completions.
1845         * isearch.el (isearch-update): Don't update display in kbd macro.
1846         (isearch-lazy-highlight-new-loop): Do nothing in kbd macro.
1848         * subr.el (force-mode-line-update): Doc fix.
1850         * subr.el (atomic-change-group, prepare-change-group)
1851         (activate-change-group, accept-change-group, cancel-change-group):
1852         New functions.
1854         * simple.el (undo-get-state, undo-revert-to-state): Fns deleted.
1855         (transpose-subr-1): Use atomic-change-group.
1857         * subr.el (add-minor-mode): Include the mode's lighter string
1858         in the minor mode menu item name.
1860         * mail/rmail.el (rmail-toggle-header): Avoid possibly slow call to
1861         rmail-count-screen-lines starting from (point-min).
1863         * startup.el (use-fancy-splash-screens-p): Need 19 lines,
1864         beyond the image height, to use the fancy splash screen.
1866         * textmodes/text-mode.el (text-mode-hook-identify): Function deleted.
1867         (text-mode): Set text-mode-variant here.
1869 2002-02-06  Eli Zaretskii  <eliz@is.elta.co.il>
1871         * play/pong.el (pong-height): Don't use height that exceeds the
1872         frame height.
1873         (pong-border-options): Make the border colors slightly more bright.
1875         * play/gamegrid.el (gamegrid-display-type): Treat any
1876         color-capable display as color-x, if display-color-p is fboundp.
1877         (gamegrid-make-color-x-face): Don't call gamegrid-color twice.
1878         (gamegrid-make-color-tty-face): Use the value of color, not the
1879         symbol itself.  Don't call gamegrid-color.
1881 2002-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
1883         * gud.el (gud-refresh): Call recenter only after we are sure we
1884         are in the right window.
1886 2002-02-05  Per Abrahamsen  <abraham@dina.kvl.dk>
1888         * cus-edit.el (customize-mark-to-save): New function.
1889         * menu-bar.el (menu-bar-options-save): Rewrote.
1891 2002-02-05  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1893         * cus-start.el (x-use-underline-position-properties):
1894         Allow customization.
1896 2002-02-04  Simon Josefsson  <jas@extundo.com>
1898         * dired.el (dired-load-hook, dired-mode-hook)
1899         (dired-before-readin-hook, dired-after-readin-hook): Defcustom.
1901 2002-02-03  Colin Walters  <walters@verbum.org>
1903         * ibuf-ext.el (ibuffer-filter-format-alist)
1904         (ibuffer-cached-filter-formats, ibuffer-compiled-filter-formats):
1905         New variables.
1906         * ibuffer.el (ibuffer): Remove link; the "home page" for ibuffer
1907         is now the Emacs CVS tree.
1908         (ibuffer-formats): Doc fix.
1909         (ibuffer-active-formats-name, ibuffer-current-formats): New functions.
1910         (ibuffer-current-format): Use them.
1911         (ibuffer-recompile-formats, ibuffer-check-formats)
1912         (ibuffer-switch-format, ibuffer-update-title):
1913         Add support for ibuffer-filter-format-alist.
1914         (define-ibuffer-column process): Remove unncessary consing.
1916         * ibuf-macs.el (define-ibuffer-column): Add beginnings of support
1917         for a summary column.
1919 2002-02-03  Andreas Schwab  <schwab@suse.de>
1921         * window.el (save-selected-window): Move macro before first use.
1922         (balance-windows): Fix misplaced parenthesis.
1924 2002-02-03  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1926         * calculator.el (calculator-displayers): Doc fixes.
1928 2002-02-03  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1930         * menu-bar.el (menu-bar-help-menu): Use different text for tool-tip.
1931         (menu-bar-options-save): Save also the value of `display-time-mode'.
1932         (showhide-date-time): New function.
1933         (menu-bar-showhide-menu): New menu-item "Date and time".
1935 2002-02-03  Eli Zaretskii  <eliz@is.elta.co.il>
1937         * mail/rmail.el (rmail): Use find-buffer-visiting instead of
1938         get-file-buffer to check for rmail buffer existence.
1940         * term.el (term-emulate-terminal): Extract proper command string
1941         which is supplied to term-command-hook.
1943 2002-02-03  Richard M. Stallman  <rms@gnu.org>
1945         * international/quail.el (quail-help): Don't call help-setup-xref.
1947         * international/mule-cmds.el (describe-input-method):
1948         Call help-setup-xref here.
1949         (describe-current-input-method): Doc fix.
1951         * novice.el (disabled-command-hook): Clarify output text.
1952         Indent the paragraph from the command's doc string.
1954         * dabbrev.el (dabbrev--goto-start-of-abbrev):
1955         Exit loop on beginning of field rather than bobp.
1957 2002-02-02  Eli Zaretskii  <eliz@is.elta.co.il>
1959         * mail/uce.el (uce-reply-to-uce): Prune the headers before copying
1960         the message text into the *mail* buffer, and restore the pruned
1961         state after that.
1963         * mail/rmail.el (rmail-redecode-body): Prune the headers before
1964         looking for X-Coding-System header, and restore the pruned state
1965         before returning.
1967 2002-02-02  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1969         * cus-edit.el (customize-save-variable): Fix typo in prompt.
1971         These changes integrate new version of flyspell.el from its
1972         maintainer, Manuel Serrano:
1974         * textmodes/flyspell.el (flyspell-issue-message-flag): New user option.
1975         (flyspell-mode-on, flyspell-notify-misspell)
1976         (flyspell-small-region, flyspell-external-point-words)
1977         (flyspell-large-region): Use it
1978         (flyspell-before-incorrect-word-string)
1979         (flyspell-after-incorrect-word-string): New user options.
1980         (make-flyspell-overlay): Use them.
1981         (flyspell-version): New function.
1982         (flyspell-incorrect-face, flyspell-duplicate-face): Adapt face
1983         definitions to use :weight.
1984         (flyspell-insert-function): New user option.
1985         (flyspell-auto-correct-word, flyspell-correct-word)
1986         (flyspell-xemacs-correct): Use it.
1987         (flyspell-define-abbrev): New function.
1988         (flyspell-auto-correct-word, flyspell-correct-word)
1989         (flyspell-xemacs-correct): Use it.
1990         (make-flyspell-overlay): Use `evaporate' property.
1991         (flyspell-auto-correct-word, flyspell-correct-word): Remove overlay.
1992         (flyspell-emacs-popup): Use `session' instead of `accept'.
1993         (flyspell-auto-correct-previous-pos): New variable.
1994         (flyspell-auto-correct-previous-hook)
1995         (flyspell-auto-correct-previous-word): New functions.
1997 2002-02-02  Eli Zaretskii  <eliz@is.elta.co.il>
1999         * novice.el (enable-command): If Emacs was invoked as "emacs -q",
2000         don't alter the user's ~/.emacs.
2001         (disable-command): If user-init-file is nil or does not exist,
2002         default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
2003         But don't alter the init file if Emacs was invoked as "emacs -q"
2005 2002-02-01  Stefan Monnier  <monnier@cs.yale.edu>
2007         * mail/sendmail.el (mail-mode): Undo half of last change.
2009         * indent.el (indent-for-tab-command): Remove spurious code.
2011         * hi-lock.el (hi-lock-find-patterns): Save restriction.
2013 2002-02-01  Eli Zaretskii  <eliz@is.elta.co.il>
2015         * calendar/time-date.el: Moved from lisp/gnus.
2017         * calendar/parse-time.el: Ditto.
2019 2002-01-31  Richard M. Stallman  <rms@gnu.org>
2021         * international/iso-acc.el (iso-languages): Fix ", " in French.
2023         * cus-start.el (history-length): Specify customization for it.
2025         * emacs-lisp/debug.el (debugger-setup-buffer):
2026         When an eval-buffer frame was reading from a buffer,
2027         insert indication of the buffer position.
2028         (debugger-frame-number): Ignore ;;;-comment lines in backtrace.
2029         (debugger-frame-clear, debugger-frame): Error on non-frame line.
2031         * simple.el (shell-command-on-region): Err if no mark
2032         before reading the command string.
2034         * hl-line.el (hl-line-highlight, hl-line-unhighlight):
2035         Definitions moved down after hl-line-mode var's definition.
2037         * hilit-chg.el (hilit-chg-fixup): Don't alter overlay if not ours.
2038         (hilit-chg-set-face-on-change): Rename arg.
2039         (hilit-chg-make-ov): Detect error earlier.
2041         * ediff-hook.el: Delete autoload cookies.
2043         * comint.el (comint-scroll-show-maximum-output): Default is t.
2045         * emacs-lisp/bytecomp.el (batch-byte-compile): New arg noforce.
2046         (batch-byte-compile-if-not-done): New function.
2048         * Makefile.in (compile): New target.
2049         (compile-always): Renamed from compile-files.
2050         (compile-after-backup): Renamed from compile.
2051         (bootstrap): Depend on compile-always, not compile-files.
2053         * emulation/pc-select.el (pc-select-save-and-set-mode):
2054         Properly use MODE-VAR.
2056 2002-01-29  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2058         * menu-bar.el (menu-bar-help-menu): Change menu-item "Show Emacs
2059         Version" to "About Emacs".
2060         (menu-bar-options-save): Add `default-frame-alist'
2061         to saved variables.
2062         (menu-bar-showhide-scroll-bar-menu): Use frame-parameters instead
2063         of the variable `scroll-bar-mode'.
2065         * startup.el (normal-splash-screen, display-splash-screen):
2066         New functions (separated from command-line-1).
2067         (command-line-1): Use them.
2069 2002-01-28  Eli Zaretskii  <eliz@is.elta.co.il>
2071         * calendar/calendar.el (generate-calendar-month): Doc fix.
2073 2002-01-27  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2075         * time.el (display-time-mail-directory): New option.
2076         (display-time-mail-function): Update doc-string.
2077         (display-time-mail-icon): Use XPM image when available.
2078         (display-time-string-forms): Use more descriptive text as
2079         help-echo property.
2080         (display-time-mail-check-directory): New function.
2081         (display-time-update): Use it.
2083         * menu-bar.el (menu-bar-showhide-scroll-bar-menu):
2084         Quote `window-system'.
2086         * tmm.el (tmm-get-keymap): Honour :visible in `menu-item'.
2087         Add Keywords header.  Update Commentary section.
2088         Update copyright notice.
2090         * menu-bar.el (menu-bar-scroll-bar-right)
2091         (menu-bar-scroll-bar-left, menu-bar-scroll-bar-none)
2092         (showhide-menu-bar): New functions.
2093         (menu-bar-showhide-menu): New submenu "Show/Hide".
2094         (menu-bar-showhide-scroll-bar-menu): "Scroll-bar" submenu of
2095         "Show/Hide".
2096         Update copyright notice.
2098 2002-01-27  Eli Zaretskii  <eliz@is.elta.co.il>
2100         * lazy-lock.el (lazy-lock-mode): Add a reference to jit-lock.
2102 2002-01-26  Evgeny Roubinchtein  <evgenyr@cs.washington.edu>
2104         * pc-select.el (pc-selection-mode-hook)
2105         (pc-select-saved-settings-alist, pc-select-map)
2106         (pc-select-saved-global-map, pc-select-key-bindings-alist)
2107         (pc-select-default-key-bindings, pc-select-extra-key-bindings)
2108         (pc-select-meta-moves-sexps-key-bindings)
2109         (pc-select-tty-key-bindings, pc-select-old-M-delete-binding):
2110         New variables.
2111         (pc-select-define-keys, pc-select-restore-keys): New functions.
2112         (pc-select-add-to-alist, pc-select-save-and-set-var)
2113         (pc-select-save-and-set-mode, pc-select-restore-var)
2114         (pc-select-restore-mode): New macros.
2115         (pc-selection-mode): Completely rewrote the body of the function;
2116         the main goal was to make pc-selection-mode "turn-off"-able, like
2117         other minor modes.  Use define-minore-mode instead of just a
2118         defun.  Store the key bindings into four alists:
2119         pc-select-default-key-bindings, pc-select-extra-key-bindings,
2120         pc-select-meta-moves-sexps-key-bindings, and
2121         pc-select-tty-key-bindings; then have the pc-select-define-keys
2122         function walk those alists instead of calling define-key
2123         repeatedly.  When the mode is turned on, set the
2124         keybindings in global-map and remember the old keybindings; when
2125         the mode is turned off, restore the previously-saved keybindings.
2126         (pc-selection-mode defcustom): Reflect the fact that the mode is
2127         now "turn-off"-able.
2129 2002-01-26  Eli Zaretskii  <eliz@is.elta.co.il>
2131         * eshell/esh-cmd.el (eshell-eval-command): If eshell-resume-eval
2132         returns t, don't treat that as an error.
2134 2002-01-25  Jason Rumney  <jasonr@gnu.org>
2136         * faces.el (face-font-registry-alternatives) [windows-nt]:
2137         Add ms-oemlatin as an alternative for iso8859-1.
2139 2002-01-25  Stefan Monnier  <monnier@cs.yale.edu>
2141         * pcvs.el (cvs-reread-cvsrc): Distinguish between an empty list of
2142         args and the absence of an entry.  Don't add -f each time.
2144 2002-01-25  Eli Zaretskii  <eliz@is.elta.co.il>
2146         * emacs-lisp/cl-seq.el (mismatch): Doc fix.
2148         Support for more than 8 colors on character terminals:
2150         * term/rxvt.el: New file.
2152         * Makefile.in (DONTCOMPILE): Remove term/xterm.el.
2154         * term/xterm.el (xterm-standard-colors): New variable.
2155         (xterm-rgb-convert-to-16bit, xterm-register-default-colors)
2156         (xterm-rxvt-set-background-mode): New functions.
2157         (toplevel): Call xterm-register-default-colors,
2158         xterm-rxvt-set-background-mode, and tty-set-up-initial-frame-faces.
2159         Add support for more keys from xterm's terminfo entry.
2161         * facemenu.el (list-colors-display): If the argument is nil, don't
2162         show more colors that the number returned by display-color-cells.
2164         * term/pc-win.el (msdos-color-values): Reverse the order of the
2165         colors, since tty-color-define now preserves the registration order.
2167         * w32-fns.el (w32-tty-standard-colors): Reverse the order.
2169         * term/tty-colors.el (tty-standard-colors): Reverse the order.
2170         (tty-register-default-colors): New function; code moved from
2171         startup.el's command-line.
2172         (tty-modify-color-alist): Use nconc instead of cons, to preserve
2173         the order the colors where registered.
2175         * frame.el (display-color-cells): Use tty-display-color-cells.
2177         * startup.el (command-line): Call tty-register-default-colors.
2179 2002-01-25  Richard M. Stallman  <rms@gnu.org>
2181         * subr.el (remove): Doc fix.
2183 2002-01-24  Richard M. Stallman  <rms@gnu.org>
2185         * progmodes/compile.el (compilation-handle-exit):
2186         Add a compilation-handle-exit property to the "finished" message.
2187         (compilation-parse-errors): Stop parsing when that property is seen.
2189         * subr.el (substring-no-properties): New function.
2190         (copy-without-properties): Function deleted.
2192         * term/x-win.el (x-handle-geometry): Put sizes on both
2193         initial-frame-alist and default-frame-alist.
2195         * cus-edit.el (custom-save-all): Bind file-precious-flag to t
2196         for saving .emacs.
2198         * files.el (basic-save-buffer-2): Ignore file-error in delete-file.
2200         * calendar/calendar.el (generate-calendar-month): Doc fix.
2202 2002-01-23  Richard M. Stallman  <rms@gnu.org>
2204         * play/tetris.el (tetris): New defgroup.
2205         (tetris-use-glyphs, tetris-use-color, tetris-draw-border-with-glyphs)
2206         (tetris-default-tick-period): Convert to defcustom.
2207         Added * in docstring to indicate user variable.
2208         (tetris-update-speed-function, tetris-mode-hook, tetris-tty-colors)
2209         (tetris-x-colors, tetris-buffer-name, tetris-buffer-width)
2210         (tetris-buffer-height, tetris-width, tetris-height)
2211         (tetris-top-left-x, tetris-top-left-y): Convert to defcustom.
2213 2002-01-22  Stefan Monnier  <monnier@cs.yale.edu>
2215         * mail/sendmail.el (mail-mode): ">" is not a supercite-style prefix
2216         and is already matched by adaptive-fill-regexp.
2218 2002-01-22  Richard M. Stallman  <rms@gnu.org>
2220         * bindings.el (mode-line-copied-mode-name): New variable.
2221         (mode-line-mode-name): Don't modify mode-name itself!
2222         Instead, make a copy and reuse it.
2224         * subr.el (copy-without-properties): New function.
2226         * progmodes/sh-script.el (sh-set-shell): Doc fix.
2228         * net/ange-ftp.el (ange-ftp-canonize-filename): Avoid duplicate
2229         slash if DIR is just slash.
2231         * progmodes/perl-mode.el (perl-mode-abbrev-table): Restore definition.
2233 2002-01-21  Richard M. Stallman  <rms@gnu.org>
2235         * emacs-lisp/copyright.el (copyright-regexp): Fix previous change.
2237         * net/ange-ftp.el (ange-ftp-bs2000-posix-hook-installed):
2238         Move defvar up.
2240         * textmodes/ispell.el (ispell-help): Clean up echo area if user quits.
2242         * ibuffer.el: Don't require ibuf-ext at load time.
2243         (ibuffer): Require ibuf-ext here.
2245 2002-01-21  Francesco Potorti`  <pot@gnu.org>
2247         * generic-x.el (apache-conf-generic-mode): Highlight the first
2248         word in a line even if preceded by blanks.
2250 2002-01-21  Richard M. Stallman  <rms@gnu.org>
2252         * window.el (window-body-height): Handle minibuffer window specially.
2253         Otherwise, don't return less than 1.
2255 2002-01-20  Thomas Dorner  <Thomas.Dorner@start.de>
2257         * ange-ftp.el: Added support for BS2000, and for raw ftp
2258         login commands (needed in some circumstances).
2259         (ange-ftp-raw-login): New custom var.
2260         (ange-ftp-normal-login): Perform login with raw ftp commands, if
2261         ange-ftp-raw-login is set and account password is needed.
2262         (ange-ftp-host-type, ange-ftp-guess-host-type): Handle BS2000 hosts.
2263         (ange-ftp-bs2000-filename-pubset-regexp)
2264         (ange-ftp-bs2000-filename-username-regexp)
2265         (ange-ftp-bs2000-filename-prefix-regexp)
2266         (ange-ftp-bs2000-name-template): New consts.
2267         (ange-ftp-bs2000-short-filename-regexp)
2268         (ange-ftp-bs2000-fix-name-regexp-reverse)
2269         (ange-ftp-bs2000-fix-name-regexp): New consts.
2270         (ange-ftp-bs2000-special-prefix): New custom var.
2271         (ange-ftp-fix-name-for-bs2000)
2272         (ange-ftp-fix-dir-name-for-bs2000): New funs.
2273         (ange-ftp-bs2000-host-regexp, ange-ftp-bs2000-posix-host-regexp)
2274         (ange-ftp-bs2000-posix-hook-installed): New vars.
2275         (ange-ftp-parse-bs2000-filename, ange-ftp-parse-bs2000-listing)
2276         (ange-ftp-bs2000-host, ange-ftp-bs2000-posix-host)
2277         (ange-ftp-add-bs2000-host, ange-ftp-add-bs2000-posix-host): New funs.
2278         (ange-ftp-bs2000-filename-regexp): New const.
2279         (ange-ftp-bs2000-additional-pubsets): New custom var.
2280         (ange-ftp-bs2000-cd-to-posix): New fun.
2282 2002-01-20  Colin Walters  <walters@verbum.org>
2284         * ibuffer.el: (toplevel) Require `ibuf-ext', which is now compiled
2285         with `byte-compile-dynamic'.
2286         (ibuffer-default-directory, toplevel): Doc files.
2288 2002-01-20  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2290         * tempo.el (tempo-define-template): Doc fix.
2292         * scroll-bar.el (scroll-bar-mode): Make argument optional.
2294 2002-01-20  Jason Rumney  <jasonr@gnu.org>
2296         * w32-vars.el: New file.
2298         * loadup.el [windows-nt]: Load it.
2300         * w32-fns.el, term/w32-win.el: Move user variables to w32-vars.el
2301         and make them defcustoms.
2303         * term/w32-win.el (mouse-set-font): Use w32-list-proportional-fonts.
2305 2002-01-19  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2307         * language/tibet-util.el (tibetan-decompose-region)
2308         (tibetan-decompose-string): Fix typo in docstring.
2310         * ruler-mode.el (ruler-mode): New keyword.  Fix :version.
2312 2002-01-18  Richard M. Stallman  <rms@gnu.org>
2314         * comint.el (comint-redirect-send-command-to-process):
2315         Restore previous current buffer.
2317         * window.el (window-body-height): New function.
2319 2002-01-18  Zoltan Kemenczy  <kemenczy@rogers.com>
2321         * gud.el (easy-mmode-defmap): Enable "Up Stack", "Down Stack", and
2322         "Finish Function" menu map entries for jdb mode.
2323         (gud-jdb-use-classpath): New customization variable.
2324         (gud-jdb-command-name): Add customization.
2325         (gud-jdb-classpath, gud-marker-acc-max-length): New variables.
2326         (gud-jdb-classpath-string): New variable.
2327         (gud-jdb-source-files, gud-jdb-class-source-alist): Add doc strings.
2328         (gud-jdb-build-source-files-list): Likewise.
2329         (gud-jdb-massage-args): Record any command argument classpath
2330         string in `gud-jdb-classpath-string'.
2331         (gud-jdb-lowest-stack-level): New function, finds bottom of current
2332         java call stack in jdb output.
2333         (gud-jdb-find-source-using-classpath, gud-jdb-find-source)
2334         (gud-jdb-parse-classpath-string): New functions.
2335         (gud-jdb-marker-filter): Search/detect classpath information in
2336         jdb's output.  marker regexp updated to match oldjdb and jdb output
2337         formats.  Expand search for source files to include new/old methods
2338         using new functions above.  Do not allow `gud-marker-acc' to grow
2339         without bound.
2340         (jdb): Set classpath information (if available) as jdb is started.
2341         Change `gud-break' and `gud-remove'
2342         to use new %c ("class") escape in format strings.  Add
2343         `gud-finish', `gud-up', `gud-down' command string functions, and
2344         add them to the local menu map.  Update `comint-prompt-regexp' for
2345         jdb and oldjdb.  If attaching to an already running java VM and
2346         configured to use classpath, send command to query for classpath,
2347         else use previous method for finding and parsing java
2348         sources.  Set `gud-jdb-find-source' function accordingly.
2349         (gud-mode): Doc fix.
2350         (gud-format-command): Add support for new %c ("class") escape.
2351         (gud-find-class): New function in support of %c escape.
2353 2002-01-17  Richard M. Stallman  <rms@gnu.org>
2355         * ibuf-ext.el: Enable byte-compile-dynamic.
2357 2002-01-17  Jason Rumney  <jasonr@gnu.org>
2359         * term/w32-win.el: Restore conditional require of fontset.
2361 2002-01-16  Richard M. Stallman  <rms@gnu.org>
2363         * mouse.el (mouse-drag-region-1): Renamed from mouse-drag-region,
2364         more or less.
2365         (mouse-drag-region): New function.  For a click in the echo area,
2366         show *Messages*.
2368         * ibuf-ext.el: Delete the autoloads for functions defined with
2369         ibuffer-specific commands.
2371         * help.el (describe-distribution): Really call view-file.
2373         * net/ange-ftp.el (ange-ftp-passive-mode): New arg PROC.
2374         (ange-ftp-get-process): Pass that arg.
2376         * comint.el (comint-simple-send): Fix previous change.
2378         * net/telnet.el (telnet-simple-send): Fix previous change.
2380         * progmodes/sql.el (sql-escape-newlines-and-send)
2381         (sql-query-placeholders-and-send): Fix previous change.
2383 2002-01-16  Colin Walters  <walters@verbum.org>
2385         * ibuf-ext.el, ibuf-macs.el, ibuffer.el (toplevel): Remove X-RCS,
2386         URL, Compatibility headers.  Update copyright notice.
2387         * ibuf-macs.el (toplevel): Require `cl' when compiling.
2389 2002-01-16  Andrew Choi  <akochoi@cse.cuhk.edu.hk>
2391         * startup.el (command-line): Set EOL mnemonics for the Mac.
2393 2002-01-16  Andreas Schwab  <schwab@suse.de>
2395         * mail/feedmail.el (feedmail): Fix :link spec.
2397 2002-01-16  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2399         * net/ldap.el (ldap-ldapsearch-prog): Default to OpenLDAP version
2400         2 ldapsearch.
2402         * net/eudc.el: New maintainer.  Change author's address.
2403         (eudc-pre-select-window-configuration, eudc-insertion-marker):
2404         Variables removed.
2405         (eudc-insert-selected): Function removed.
2406         (eudc-select): Reimplemented.
2407         (eudc-expand-inline): Delete the strings only after its expansion
2408         is chosen not before.
2410         * net/eudcb-ph.el (eudc-ph-open-session): Remove XEmacs case.
2411         Minor coding style fixes.
2413         * net/eudcb-ldap.el: New maintainer.  Change author's address.
2414         (eudc-attribute-display-method-alist): Display mail with
2415         eudc-display-mail.
2417         * net/eudcb-bbdb.el, net/eudc-export.el, net/eudc-hotlist.el,
2418         * net/eudc-vars.el: New maintainer.  Change author's address.
2420         * net/eudc-bob.el: New maintainer.  Change author's address.
2421         (eudc-bob-mail-keymap): New keymap for e-mail addresses.
2422         (eudc-display-mail): New function.
2423         (eudc-bob-play-sound-at-point): Remove XEmacs case.
2425 2002-01-15  Richard M. Stallman  <rms@gnu.org>
2427         * emacs-lisp/autoload.el (make-autoload):
2428         Don't handle define-ibuffer-column, define-ibuffer-filter,
2429         define-ibuffer-sorter, and define-ibuffer-op.
2431 2002-01-14  Richard M. Stallman  <rms@gnu.org>
2433         * calendar/calendar.el (diary-date-forms): Doc fix.
2435 2002-01-14  Eli Zaretskii  <eliz@is.elta.co.il>
2437         * startup.el (command-line): Register the default tty colors even
2438         if the terminal doesn't seem to support colors.
2439         <tty-long-option-alist>: New option --color.
2440         (tty-handle-args): Parse the --color arg.
2442         * term/tty-colors.el (tty-color-mode-alist): New variable.
2444 2002-01-14  Stefan Monnier  <monnier@cs.yale.edu>
2446         * net/ange-ftp.el (ange-ftp-root-dir-p): New function.
2447         (ange-ftp-file-name-all-completions, ange-ftp-file-name-completion):
2448         Use it.
2449         (ange-ftp-hook-function): Preserve match-data.
2450         (ange-ftp-insert-directory): Typo.
2451         (ange-ftp-shell-command): Check if regexp matched.
2453 2002-01-13  Richard M. Stallman  <rms@gnu.org>
2455         * international/mule-cmds.el: help-map bindings moved to help.el.
2457         * help.el (view-echo-area-messages): New function.
2458         (help-map): Add `e' binding.  Delete obsolete `d' binding.
2459         Change old Info bindings C-f, C-k and C-i to F, K, S.
2460         Move view-emacs-FAQ from F to C-f.
2461         Move view-emacs-problems from P to C-e.
2462         Bindings moved here from mule-cmds.el.
2463         C-l binding for describe-language-environment deleted
2464         (help-for-help): Update for all these changes.
2466         * emacs-lisp/copyright.el (copyright-regexp): Make (C) optional.
2468 2002-01-13  Dave Love  <fx@gnu.org>
2470         * emacs-lisp/copyright.el: Doc fixes.
2471         (copyright-regexp): Add Latin-9 copyright sign.
2472         Match comment delimiters in year lists.
2473         (copyright-current-year): Initialize to load-time year.
2475 2002-01-13  Andreas Schwab  <schwab@suse.de>
2477         * dired-aux.el (dired-do-shell-command): Doc fix.
2479 2002-01-13  Jan Djarv  <Jan.Djarv@mbox200.swipnet.se>
2481         * startup.el (command-line-x-option-alist): New options "-fs",
2482         "-fw", "-fh", "--fullscreen", "--fullwidth", and "--fullheight".
2484         * term/x-win.el (x-handle-initial-switch): New function.
2486 2002-01-13  Colin Walters  <walters@debian.org>
2488         * emacs-lisp/autoload.el (make-autoload): Handle
2489         define-ibuffer-column, define-ibuffer-filter,
2490         define-ibuffer-sorter, and define-ibuffer-op.
2492         * emacs-lisp/lisp-mode.el (toplevel): Ditto.
2494         * ibuffer.el, ibuf-ext.el, ibuf-macs.el: New files.
2496 2002-01-12  Richard M. Stallman  <rms@gnu.org>
2498         * net/browse-url.el (browse-url-grail):
2499         Use browse-url-maybe-new-window.
2501         * net/telnet.el (telnet-simple-send): Handle
2502         comint-input-sender-no-newline like comint-simple-send.
2504         * progmodes/sql.el (sql-query-placeholders-and-send): Handle
2505         comint-input-sender-no-newline like comint-simple-send.
2506         (sql-escape-newlines-and-send): Likewise.
2508         * comint.el (comint-input-sender): Doc fix.
2509         (comint-input-sender-no-newline): New variable.
2510         (comint-simple-send): If comint-input-sender-no-newline,
2511         don't output newline, but maybe send eof.
2512         (comint-send-input): New arg NO-NEWLINE.
2513         (comint-send-eof): Call comint-send-eof with NO-NEWLINE.
2515 2002-01-12  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2517         * textmodes/flyspell.el (flyspell-check-pre-word-p): Prevent
2518         delaying when executing keyboard macros.
2520 2002-01-12  Richard M. Stallman  <rms@gnu.org>
2522         * simple.el (line-move): If we can't move enough lines,
2523         go to beginning or end of line.
2525         * help-mode.el (help-xref-go-back): Restore POSITION in proper buffer
2526         and proper window.
2528         * help.el (describe-mode): Call help-setup-xref in the help buffer.
2529         Switch buffers only after calling `help-buffer'.
2531         * dired-aux.el (dired-shell-stuff-it): Substitute for * or ?
2532         only when they are surrounded by whitespace.
2533         Use dired-mark-separator when adding one file name to a command.
2534         (dired-do-shell-command): Verify that * is surrounded by whitespace.
2535         Ask for confirmation if * or ? is not surrounded by whitespace.
2536         (dired-bunch-files): Re-reverse the partial file list when it is used.
2538 2002-01-12  Richard M. Stallman  <rms@gnu.org>
2540         * comint.el (comint-dynamic-list-completions): Repeating the command
2541         after displaying a completion list scrolls the list.
2543 2002-01-12  Eli Zaretskii  <eliz@is.elta.co.il>
2545         * files.el (find-file-noselect): Don't consider a buffer as
2546         visiting a file literally if it is in hexl-mode.
2548         * faces.el (minibuffer-prompt): A better face definition for MS-DOS.
2550 2002-01-11  Richard M. Stallman  <rms@gnu.org>
2552         * startup.el (initial-scratch-message): Fix custom type, add group.
2554         * mail/rmail.el (rmail-decode-babyl-format): Disable undo
2555         around the decode-coding-region call.
2557         * emacs-lisp/lisp.el (lisp-complete-symbol): Repeating the command
2558         after displaying a completion list scrolls the list.
2560 2002-01-11  Eli Zaretskii  <eliz@is.elta.co.il>
2562         * version.el (emacs-version): Bump to 21.2.50.
2564 2002-01-10  Thien-Thi Nguyen  <ttn@giblet.glug.org>
2566         * play/zone.el (zone-timeout): New var.
2567         (zone-hiding-modeline): New macro.
2568         (zone-call): New func.
2570         (zone): Init `modeline-hidden-level' symbol property.
2571         Use `zone-call' instead of `funcall'.
2573         (zone-pgm-whack-chars): Use `make-string' (fix bug introduced in 2001-10-26T20:11:25Z!monnier@iro.umontreal.ca).
2575         (zone-pgm-stress): Use `zone-hiding-modeline'.
2577         (zone-pgm-stress-destress): New zone program.
2579 2002-01-10  Eli Zaretskii  <eliz@is.elta.co.il>
2581         * faces.el (minibuffer-prompt): Special face definition for MS-DOS.
2583 2002-01-09  Richard M. Stallman  <rms@gnu.org>
2585         * startup.el (fancy-splash-screens): Set tab-width in correct buffer.
2587 2002-01-09  Michael Kifer  <kifer@cs.stonybrook.edu>
2589         * viper.el (viper-set-hooks): Zap viper-unfriendly bindings in
2590         flyspell-mouse-map.
2592 2002-01-08  Richard M. Stallman  <rms@gnu.org>
2594         * emacs-lisp/regexp-opt.el (regexp-opt): Bind max-specpdl-size.
2596         * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Fix custom type.
2598         * textmodes/flyspell.el (flyspell-mode-line-string): Fix custom type.
2600 2002-01-08  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2602         * progmodes/ada-mode.el (ada-initialize-properties, ada-mode):
2603         Do not use make-local-hook.
2605 2002-01-08  Eli Zaretskii  <eliz@is.elta.co.il>
2607         * international/quail.el (quail-start-translation)
2608         (quail-start-conversion): Bind last-command-event, last-command,
2609         and this-command in the first let.  This fixes the change from
2610         2000-08-30.
2612 2002-01-08  Michael Kifer  <kifer@cs.stonybrook.edu>
2614         * ediff-hook.el: Add an autoload cookie.
2616 2002-01-08  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2618         * net/eudcb-ph.el, net/ldap.el: New maintainer.  New e-mail
2619         address of the author.
2621 2002-01-08  Richard M. Stallman  <rms@gnu.org>
2623         * replace.el (occur-mode-goto-occurrence-other-window): New command.
2624         (occur-mode-map): Bind `o' to that.
2626 2002-01-07  Michael Kifer  <kifer@cs.stonybrook.edu>
2628         * viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
2629         new macro that replaces viper-emacs-p and viper-xemacs-p in many
2630         cases. Used to reduce the number of warnings.
2632         * viper-cmd.el: Use viper-cond-compile-for-xemacs-or-emacs.
2633         (viper-standard-value): Move here from viper.el.
2634         (viper-set-unread-command-events): Move to viper-util.el
2635         (viper-check-minibuffer-overlay): Make sure
2636         viper-minibuffer-overlay is moved to cover the entire input field.
2638         * viper-util.el:  use viper-cond-compile-for-xemacs-or-emacs.
2639         (viper-read-key-sequence, viper-set-unread-command-events)
2640         (viper-char-symbol-sequence-p, viper-char-array-p): Moved here.
2642         * viper-ex.el: Use viper-cond-compile-for-xemacs-or-emacs.
2644         * viper-keym.el: Use viper-cond-compile-for-xemacs-or-emacs.
2646         * viper-mous.el: Use viper-cond-compile-for-xemacs-or-emacs.
2648         * viper-macs.el (viper-char-array-p, viper-char-symbol-sequence-p)
2649         (viper-event-vector-p): Move to viper-util.el
2651         * viper.el (viper-standard-value): Move to viper-cmd.el.
2652         Use viper-cond-compile-for-xemacs-or-emacs.
2654         * ediff-help.el: Use ediff-cond-compile-for-xemacs-or-emacs.
2656         * ediff-hook.el: Use ediff-cond-compile-for-xemacs-or-emacs.
2658         * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs):
2659         New macro designed to be used in many places where ediff-emacs-p or
2660         ediff-xemacs-p was previously used.  Reduces the number of warnings.
2661         Use ediff-cond-compile-for-xemacs-or-emacs in many places in lieu
2662         of ediff-xemacs-p.
2663         (ediff-make-current-diff-overlay, ediff-highlight-diff-in-one-buffer)
2664         (ediff-convert-fine-diffs-to-overlays, ediff-empty-diff-region-p)
2665         (ediff-whitespace-diff-region-p, ediff-get-region-contents):
2666         Move to ediff-util.el.
2667         (ediff-event-key): Moved here.
2669         * ediff-merge.el: Got rid of unreferenced variables.
2671         * ediff-mult.el: Use ediff-cond-compile-for-xemacs-or-emacs.
2673         * ediff-util.el: Use ediff-cond-compile-for-xemacs-or-emacs.
2674         (ediff-cleanup-mess): Improve the way windows are set up after
2675         quitting ediff.
2676         (ediff-janitor): Use ediff-dispose-of-variant-according-to-user.
2677         (ediff-dispose-of-variant-according-to-user): New function
2678         designed to be smarter and also understands indirect buffers.
2679         (ediff-highlight-diff-in-one-buffer)
2680         (ediff-unhighlight-diff-in-one-buffer)
2681         (ediff-unhighlight-diffs-totally-in-one-buffer)
2682         (ediff-highlight-diff, ediff-highlight-diff)
2683         (ediff-unhighlight-diff, ediff-unhighlight-diffs-totally)
2684         (ediff-empty-diff-region-p, ediff-whitespace-diff-region-p)
2685         (ediff-get-region-contents, ediff-make-current-diff-overlay):
2686         Moved here.
2687         (ediff-format-bindings-of): New function by Hannu Koivisto
2688         <azure@iki.fi>.
2689         (ediff-setup): Make sure the merge buffer is always widened and
2690         modifiable.
2691         (ediff-write-merge-buffer-and-maybe-kill): Refuse to write the
2692         result of a merge into a file visited by another buffer.
2693         (ediff-arrange-autosave-in-merge-jobs): Check if the merge file
2694         is visited by another buffer and ask to save/delete that buffer.
2695         (ediff-verify-file-merge-buffer): New function to do the above.
2697         * ediff-vers.el: Load ediff-init.el at compile time.
2699         * ediff-wind.el: Use ediff-cond-compile-for-xemacs-or-emacs.
2701         * ediff.el (ediff-windows, ediff-regions-wordwise)
2702         (ediff-regions-linewise): Use indirect buffers to improve
2703         robustness and make it possible to compare regions of the same
2704         buffer (even overlapping regions).
2705         (ediff-clone-buffer-for-region-comparison)
2706         (ediff-clone-buffer-for-window-comparison): New functions.
2707         (ediff-files-internal): Refuse to compare identical files.
2708         (ediff-regions-internal): Get rid of the warning about comparing
2709         regions of the same buffer.
2711         * ediff-diff.el (ediff-convert-fine-diffs-to-overlays): Moved here.
2712         Plus the following fixes courtesy of Dave Love: Doc fixes.
2713         (ediff-word-1): Use word class and move - to the
2714         front per regexp documentation.
2715         (ediff-wordify): Bind forward-word-function outside loop.
2716         (ediff-copy-to-buffer): Use insert-buffer-substring rather than
2717         consing buffer contents.
2718         (ediff-goto-word): Move syntax table setting outside loop.
2720 2002-01-07  Richard M. Stallman  <rms@gnu.org>
2722         * dired.el (dired-copy-filename-as-kill): Call kill-append
2723         if following a kill command.
2725         * help-fns.el (describe-variable, describe-function):
2726         Do save-excursion.
2728 2002-01-06  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2730         * net/ldap.el (ldap-search-internal): Skip error message from
2731         ldapsearch.  Allow listing attribute names only.  Do not open
2732         non-existent files.
2734         * net/eudcb-ldap.el (eudc-ldap-get-field-list): Do not try to
2735         call non-existent function.
2737         * net/eudc.el (top-level): Revert previous change.
2739         * net/net-utils.el (nslookup-font-lock-keywords): Defvar font-lock
2740         variables to prevent warning from byte-compiler.
2742         * net/eudc.el (top-level): Use eudc-xemacs-p instead of
2743         string-match on emacs-version again.
2745         * enriched.el (enriched-make-annotation): Fix the change from
2746         2002-01-05.
2747         (enriched-handle-display-prop): Return proper values.
2749         * net/eudcb-ldap.el (eudc-attribute-display-method-alist): Use
2750         proper attribute name labeledUri instead of deprecated labeledUrl.
2752 2002-01-05  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2754         * net/eudc-hotlist.el (eudc-edit-hotlist): Avoid error when
2755         editing an empty hotlist.
2757         * net/ldap.el (ldap-search-internal): Make the buffer unibyte.
2758         Use buffer-string instead of buffer-substring for the whole
2759         buffer.
2761         * net/eudc-vars.el (eudc-external-viewers): Do not use xv, it is
2762         not free.
2764         * net/eudc-bob.el (eudc-bob-can-display-inline-images)
2765         (eudc-bob-display-jpeg): Use fboundp instead of boundp.
2766         (eudc-bob-save-object): Make the buffer unibyte.
2767         (eudc-bob-generic-keymap): Add new keybinding `!' to pipe the
2768         object to external program.
2770 2002-01-05  Andre Spiegel  <spiegel@gnu.org>
2772         * vc.el (vc-branch-part): Return nil if there's no `.'
2773         (vc-default-previous-version): Renamed from vc-previous-version.
2774         New args BACKEND and FILE.  Return nil for revision numbers
2775         without a `.'
2776         (vc-version-diff): Call vc-BACKEND-previous-version.
2777         (vc-steal-lock): Steal lock before composing mail, so that no mail
2778         is sent when the stealing goes wrong.  And we'll actually see the
2779         error in that case now.
2780         (vc-finish-steal): Removed.
2782         * vc-rcs.el (vc-rcs-steal-lock): Do a real checkout after stealing
2783         the lock, so that we see expanded headers.
2784         (vc-rcs-trunk-p, vc-rcs-branch-part, vc-rcs-branch-p,
2785         vc-rcs-minor-part, vc-rcs-previous-version): Removed.  These are
2786         available from vc.el.  Updated all callers.
2788 2002-01-05  Richard M. Stallman  <rms@gnu.org>
2790         * enriched.el (enriched-make-annotation): Doc fix.
2792         * format.el (format-replace-strings, format-subtract-regions)
2793         (format-annotate-region, format-annotate-location)
2794         (format-annotate-atomic-property-change)
2795         (format-annotate-single-property-change): Doc fixes.
2797 2002-01-05  Jason Rumney  <jasonr@gnu.org>
2799         * term/w32-win.el: Require fontset unconditionally.
2800         (w32-handle-scroll-bar-event): Remove.
2802 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2804         * emacs-lisp/copyright.el (copyright-regexp): Allow multi-line
2805         copyrights to be updated.
2807 2002-01-04  Eli Zaretskii  <eliz@is.elta.co.il>
2809         * textmodes/texinfo.el (texinfo-insert-@end): Fix the change from
2810         2001-10-24.
2812         * mail/sendmail.el (mail-recover-1, mail-recover): Doc fix.
2814 2002-01-04  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2816         * net/ldap.el (ldap-host-parameters-alist): Remove duplicated
2817         entry.
2818         (ldap-ignore-attribute-codings): Change the default value to allow
2819         encoding/decoding of attributes.
2820         (ldap-coding-system): Use UTF-8 as the coding-system.  Doc fix.
2822 2002-01-03  Richard M. Stallman  <rms@gnu.org>
2824         * files.el (basic-save-buffer): Undo previous change.
2826         * calendar/diary-lib.el (diary-block): Doc fix.
2828         * custom.el (defcustom): Fix syntax of previous change.
2830 2002-01-03  Per Abrahamsen  <abraham@dina.kvl.dk>
2832         * custom.el (defcustom): Documented :tag, :link and :load.
2834 2002-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
2836         * mail/sendmail.el (mail-recover-1): New function.
2837         (mail-recover): Switch to the *mail* buffer right away.  Use
2838         buffer-auto-save-file-name instead of calling
2839         make-auto-save-file-name.  Call dired-noselect instead of invoking
2840         `ls' directly.  Bind coding-system-for-read to emacs-mule-unix
2841         before reading the auto-save file.  If the buffer's auto-save file
2842         does not exist, call mail-recover-1 to allow recovery from past
2843         auto-saved drafts.
2845 2002-01-03  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2847         * time.el (display-time-load-average-threshold): Fix defcustom
2848         (add type and group).
2850         * net/ange-ftp.el (ange-ftp-shell-command): Remove port
2851         specification from the hostname.
2853 2002-01-02  Richard M. Stallman  <rms@gnu.org>
2855         * facemenu.el (facemenu-active-faces):
2856         Use face-attributes-as-vector, not face-attributes-vector.
2858 2002-01-02  Chris Hanson  <cph@aarau.ai.mit.edu>
2860         * xscheme.el: Eleven years of updates on a private copy.
2862         Extensive changes to support multiple xscheme buffers:
2863         (run-scheme): Break up into new functions to facilitate starting
2864         processes in other buffers.
2865         (xscheme-start, xscheme-read-command-line): New functions.
2866         (start-scheme, select-scheme)
2867         (default-xscheme-runlight)
2868         (global-set-scheme-interaction-buffer)
2869         (local-set-scheme-interaction-buffer)
2870         (local-clear-scheme-interaction-buffer)
2871         (exit-scheme-interaction-mode)
2872         (verify-xscheme-buffer): New functions.
2873         (xscheme-process-name, xscheme-buffer-name)
2874         (xscheme-runlight): New internal vars.
2875         (default-xscheme-runlight): New const.
2876         (xscheme-start-process): Add args for the process/buffer names.
2877         (reset-scheme): Pass process/buffer names.
2878         (scheme-interaction-mode): Initialize new local vars.
2879         (reset-scheme, xscheme-send-string-2, xscheme-process-running-p)
2880         (xscheme-select-process-buffer, xscheme-process-buffer)
2881         (xscheme-send-region, xscheme-send-char, xscheme-send-interrupt)
2882         (xscheme-goto-output-point, xscheme-write-message-1): Use new
2883         var xscheme-process-name.
2884         (xscheme-start-process): Initialize xscheme-process-name and
2885         xscheme-buffer-name in the process buffer.  Pass buffer name to
2886         xscheme-modeline-initialize.
2887         (xscheme-modeline-initialize): Add argument to specify buffer name
2888         for mode-line vars.
2889         (xscheme-process-sentinel): Make sure sentinel is run in the
2890         process buffer so it sees its local vars.
2891         (xscheme-process-filter-initialize, xscheme-set-runlight): More
2892         elaborate logic to handle multiple-buffer mode lines.
2894         (xscheme-enter-input-wait): Re-enable control-G handler upon
2895         entering input wait.
2897         (scheme-interaction-mode): Add arg to preserve local vars.
2898         (xscheme-enter-interaction-mode)
2899         (xscheme-enter-debugger-mode): Preserve local vars.
2900         (xscheme-start-process): Clobber local vars.
2902         (scheme-interaction-mode-commands): Allow end user to add commands
2903         to scheme-interaction-mode keymap.
2904         (scheme-interaction-mode-commands-alist): New variable.
2906         (xscheme-send-string): Don't use insert-before-markers.
2908         Implement a per-buffer kill ring:
2909         (xscheme-insert-expression)
2910         (xscheme-rotate-yank-pointer, xscheme-yank)
2911         (xscheme-yank-pop, xscheme-yank-push): New functions.
2912         (xscheme-expressions-ring)
2913         (xscheme-expressions-ring-yank-pointer)
2914         (xscheme-expressions-ring-max): New variables.
2915         (xscheme-send-string-1): Call xscheme-insert-expression to save
2916         expression in ring.
2917         (xscheme-yank-previous-send): Now an alias for xscheme-yank.
2918         (xscheme-previous-send): Deleted variable.
2920         (xscheme-send-string-2, xscheme-send-char, xscheme-send-proceed,
2921         xscheme-send-control-g-interrupt): Use process-send-string rather
2922         than send-string.
2924         (xscheme-send-region): Insert a newline after an expression that
2925         is submitted in the interaction buffer, for consistency with
2926         recent changes to Edwin.
2928         (xscheme-delete-output): New function mimics comint-delete-output.
2929         (xscheme-last-input-end): New internal variable.
2930         (xscheme-process-filter-output): Update xscheme-last-input-end.
2932         (xscheme-send-control-g-interrupt): Make sure that
2933         xscheme-control-g-disabled-p is looked up in the right buffer.
2935         (xscheme-enable-control-g): Clear C-g message if visible.
2936         (xscheme-control-g-message-string): New internal var.
2937         (xscheme-send-control-g-interrupt): Use new var.
2939         (xscheme-send-control-g-interrupt, xscheme-send-interrupt): Delay
2940         after sending interrupt in order to work around race condition.
2942         (xscheme-send-control-g-interrupt, xscheme-send-interrupt)
2943         (xscheme-send-char): Use xscheme-send-char rather than send-string
2944         to send single char.
2946         (xscheme-process-filter, xscheme-process-filter-alist): Add
2947         support for evaluating expressions outside of the call-excursion.
2948         (xscheme-process-filter:string-action-noexcursion): New func.
2950         (xscheme-write-value): Change output string to match that used by
2951         Edwin.
2953         (xscheme-coerce-prompt): Don't write a space after a command
2954         prompt.  The PROMPT-FOR-COMMAND- procedures will take care of this
2955         for us.
2957         (reset-scheme): Delete process after killing it.
2959 2002-01-02  Eli Zaretskii  <eliz@is.elta.co.il>
2961         * bindings.el (function-key-map): Don't bind shifted keypad
2962         numeric keys.
2964 2002-01-02  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2966         * enriched.el (enriched-handle-display-prop): Remove unused
2967         variables.
2968         (enriched-mode): Doc fix.
2970 2002-01-02  Eli Zaretskii  <eliz@is.elta.co.il>
2972         * international/ucs-tables.el (ucs-8859-8-alist): Comment away
2973         Hebrew points.
2975 2002-01-01  Richard M. Stallman  <rms@gnu.org>
2977         * jka-compr.el (jka-compr-write-region): If START = nil, use whole buf.
2979 2001-12-31  Richard M. Stallman  <rms@gnu.org>
2981         * comint.el, cus-edit.el, diff-mode.el, enriched.el, font-lock.el:
2982         * generic-x.el, info.el, log-view.el, pcvs-info.el, speedbar.el:
2983         * wid-edit.el, woman.el, calendar/calendar.el, textmodes/flyspell.el:
2984         * emulation/viper-init.el, eshell/em-ls.el, progmodes/antlr-mode.el:
2985         * progmodes/cperl-mode.el, progmodes/idlwave.el:
2986         * progmodes/sh-script.el, progmodes/vhdl-mode.el:
2987         Adapt face definitions to use :weight and :slant.
2989         * ps-print.el (ps-font-lock-face-attributes): Use :weight and :slant.
2991         * cus-edit.el (custom-face-edit-fix-value): Delete `assert' call.
2993         * font-lock.el (initializing from font-lock-face-attributes):
2994         Use :weight and :slant, not :bold and :italic.
2996 2001-12-31  Per Abrahamsen  <abraham@dina.kvl.dk>
2998         * cus-edit.el (custom-face-edit-fix-value): New function.
2999         (custom-face-edit): Use it, to convert :italic and :bold to new forms.
3001 2001-12-30  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3003         * progmodes/octave-mod.el (octave-abbrev-table):
3004         * progmodes/idlwave.el (idlwave-mode-abbrev-table):
3005         * progmodes/fortran.el (fortran-mode-abbrev-table):
3006         * progmodes/f90.el (f90-mode-abbrev-table):
3007         * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init):
3008         * progmodes/sql.el (sql-mode-abbrev-table): Mark all the
3009         predefined abbrevs as "system" abbrevs.
3011 2001-12-30  Richard M. Stallman  <rms@gnu.org>
3013         * info.el (Info-fontify-node): For a **** underline line, put the
3014         invisible and intangible props on the following newline, but not
3015         on the previous newline or the last char of the previous line.
3017         * faces.el (face-set-after-frame-default): Don't change `default' face.
3019         * faces.el (minibuffer-prompt): Adopt some default colors.
3021         * replace.el (query-replace-read-args): Immediate error if read-only.
3023         * textmodes/makeinfo.el (makeinfo-compilation-sentinel):
3024         Display the output buffer in a more intelligent way.
3026 2001-12-30  Eli Zaretskii  <eliz@is.elta.co.il>
3028         * ls-lisp.el (insert-directory): Modify the "total" line wording,
3029         in accordance with files.el's insert-directory.
3031 2001-12-29  Richard M. Stallman  <rms@gnu.org>
3033         * files.el (basic-save-buffer): If a before-write hook displays
3034         an echo area message, pause before calling basic-save-buffer-1.
3036 2001-12-29  Markus Rost  <rost@math.ohio-state.edu>
3038         * textmodes/reftex-global.el (reftex-query-replace-document)
3039         (reftex-change-label): Doc fix.
3041         * dired-aux.el (dired-do-query-replace-regexp): Doc fix.
3043         * progmodes/etags.el (tags-query-replace): Doc fix.
3045 2001-12-29  Richard M. Stallman  <rms@gnu.org>
3047         * progmodes/compile.el (compile-internal): Fix previous change.
3049 2001-12-28  Richard M. Stallman  <rms@gnu.org>
3051         * mouse.el (mouse-drag-mode-line-1): When dragging a mode line upward,
3052         shrink the windows above as necessary to get space.
3053         (mouse-drag-move-window-bottom, mouse-drag-window-above): New fns.
3055         * net/ange-ftp.el (ange-ftp-allow-child-lookup): Always return nil.
3056         This fixes a bug that treated all files as directories.
3057         (ange-ftp-insert-directory): Explicitly follow symlinks.
3059         * international/iso-transl.el (iso-transl-char-map) Eliminate the
3060         alias symbols--put the translated sequences here directly.
3062         * progmodes/cc-mode.el (c-mode-abbrev-table)
3063         (c++-mode-abbrev-table, objc-mode-abbrev-table)
3064         (java-mode-abbrev-table, pike-mode-abbrev-table):
3065         Mark all the predefined abbrevs as "system" abbrevs.
3067         * mail/sendmail.el (mail-envelope-from): Fix custom type.
3068         (sendmail-send-it): Check mail-specify-envelope-from
3069         and mail-envelope-from in the mail buffer at start.
3071 2001-12-28  Simon Josefsson  <jas@extundo.com>
3073         * mail/sendmail.el (mail-envelope-from): Fix :type.
3074         (sendmail-send-it): Copy `mail-envelope-from' from calling buffer.
3076 2001-12-28  Richard M. Stallman  <rms@gnu.org>
3078         * net/ldap.el (ldap-search-internal): Handle <file://...> in results.
3080         * simple.el (line-move-invisible): New subroutine.
3081         (line-move-to-column): New subroutine--smarter about advancing over
3082         invisible parts of a line, or lines, but only as long as hpos grows.
3083         (line-move-finish): New subroutine: repeatedly processes desired
3084         column, intangibility, and fields.
3085         (line-move): Use those subroutines.
3086         When moving lines downward, skip invisible text first rather than last.
3088 2001-12-27  Richard M. Stallman  <rms@gnu.org>
3090         * international/mule-diag.el (describe-char-after):
3091         Describe the text properties of the char after point.
3093         * help.el (describe-key): Doc fix.
3095 2001-12-26  Markus Rost  <rost@math.ohio-state.edu>
3097         * find-dired.el (find-dired-sentinel): Precede exit message by
3098         two spaces, to match the regexp in dired-between-files.
3100 2001-12-28  Miles Bader  <miles@gnu.org>
3102         * wid-edit.el (widget-toggle-value-create): Don't eval actual
3103         images (which are lists too).
3105 2001-12-27  Eli Zaretskii  <eliz@is.elta.co.il>
3107         * language/european.el: Fix the doc string of "Latin-5" language
3108         environment.
3110 2001-12-26  Richard M. Stallman  <rms@gnu.org>
3112         * textmodes/flyspell.el (flyspell-mode-map): New keymap,
3113         defined as before 2001-11-09.
3114         (add-minor-mode call): Specify the keymap.
3116         * progmodes/compile.el (compile-internal):
3117         Set TERM variable in process-environment.
3119 2001-12-25  Richard M. Stallman  <rms@gnu.org>
3121         * help-mode.el (help-xref-on-pp): Catch and ignore errors in scanning
3122         the buffer.
3124         * startup.el (command-line): Convert command line args
3125         to Emacs internal representation using locale-coding-system.
3127 2001-12-25  Eli Zaretskii  <eliz@is.elta.co.il>
3129         * international/fontset.el: Don't require ind-util when compiling.
3131 2001-12-25  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3133         * emulation/tpu-edt.el (tpu-reset-screen-size): Use
3134         set-frame-height and set-frame-width instead of set-screen-height
3135         and set-screen-width.
3137         * vt-control.el (vt-wide, vt-narrow): Use set-frame-width instead
3138         of obsolete set-screen-width.
3140         * locate.el (locate): Remove dot at the end of error argument.
3142         * emerge.el (emerge-show-file-name): Use frame-height instead of
3143         obsolete screen-height.
3145         * mail/mh-utils.el (mh-show-msg): Likewise.
3146         (mh-handle-process-error): Use frame-width instead of obsolete
3147         screen-width.
3149 2001-12-25  Richard M. Stallman  <rms@gnu.org>
3151         * window.el (balance-windows): Use new PRESERVE-BEFORE arg
3152         to enlarge-window.  Use save-selected-window.  Don't try
3153         to resize windows that end at the bottom "level".
3154         Retry changing the sizes until the windows get the desired sizes.
3155         Discount the minibuffer when computing total height available.
3157         * emacs-lisp/debug.el (debugger-mode-map): Bind C-m, not `RET'.
3158         (debugger-make-xrefs): Only make a button for the first symbol
3159         on any line.
3161 2001-12-24  Eli Zaretskii  <eliz@is.elta.co.il>
3163         * term/internal.el (dos-cpNNN-setup, dos-codepage-setup):
3164         Call IT-setup-unicode-display here instead of adding it to
3165         dos-codepage-setup-hook, so that Unicode display tables are set
3166         before dos-codepage-setup-hook runs.
3168 2001-12-24  Richard M. Stallman  <rms@gnu.org>
3170         * net/net-utils.el (ftp-mode-abbrev-table): Don't define it.
3171         (nslookup-mode-abbrev-table): Don't define it.
3172         (smbclient-mode-abbrev-table): Don't define it.
3173         (ftp-mode): Don't use ftp-mode-abbrev-table; don't enable Abbrev mode.
3174         (nslookup-mode, smbclient-mode): Likewise.
3175         (network-connection-service-abbrev-alist): Variable deleted.
3176         (network-connection-mode-setup): Don't set up abbrev table.
3178         * faces.el (minibuffer-prompt): New face.
3179         (minibuffer-prompt-properties): Add `face' property.
3181         * replace.el (occur-mode-display-occurrence): New function.
3182         (occur-mode-map): Bind C-o to it.
3184 2001-12-24  Michael Kifer  <kifer@cs.sunysb.edu>
3186         * viper-cmd.el (viper-change-state): Got rid of make-local-hook.
3187         (viper-special-read-and-insert-char): Make C-m work right in the r
3188         comand.
3189         (viper-buffer-search-enable): Fixed format string.
3191         * viper-ex.el (ex-token-alist): Use ex-set-visited-file-name
3192         instead of viper-info-on-file.
3193         (ex-set-visited-file-name): New function.
3195         * viper.el (viper-emacs-state-mode-list): Added mail-mode.
3197         * ediff-mult.el (ediff-meta-mark-equal-files): Added optional
3198         action argument.
3200         * ediff-init.el: Fixed some doc strings.
3202         * ediff-util.el (ediff-after-quit-hook-internal): New variable.
3203         Got rid of make-local-hook.
3205         * ediff-wind.el (ediff-setup-control-frame): Got rid of
3206         make-local-hook.
3208 2001-12-23  Richard M. Stallman  <rms@gnu.org>
3210         * term/x-win.el (x-handle-geometry): Put height and width
3211         on default-frame-alist, left and top on initial-frame-alist.
3212         * term/w32-win.el (x-handle-geometry): Likewise.
3214         * sort.el (sort-reorder-buffer): Copy all to a temp buffer first.
3216         * play/yow.el (yow): Use an arg to distinguish interactive calls,
3217         not interactive-p.
3219 2001-12-22  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3221         * emacs-lisp/elint.el (elint-unknown-builtin-args): Remove
3222         mocklisp entries.
3224         * subr.el (insert-string): Moved from mocklisp.c, reimplemented in
3225         Lisp.  Obsoleted.
3227         * emulation/mlconvert.el: File removed.
3229         * emulation/mlsupport.el: Moved to obsolete.
3231         * obsolete/mlsupport.el: Moved there from lisp/emulation.
3233         * emacs-lisp/find-gc.el (source-files): Remove mocklisp.c.
3235         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove
3236         mocklisp case.
3238         * help-fns.el (describe-function-1): Remove mocklisp function
3239         case.
3241 2001-12-22  Miles Bader  <miles@gnu.org>
3243         * textmodes/refill.el (refill-mode): Don't barf when redundantly
3244         turning refill-mode off.
3246 2001-12-22  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3248         * time.el (display-time-load-average-threshold): New variable.
3249         (display-time-update): Use it.
3251         These changes allow cycling through past 1, 5 and 15 minutes
3252         load-average displayed in the mode-line.
3254         * time.el (display-time-default-load-average): New customizable option.
3255         (display-time-load-average): New variable.
3256         (display-time-cycle-load-average): New function.
3257         (display-time-update): Use them.
3259 2001-12-21  Richard M. Stallman  <rms@gnu.org>
3261         * apropos.el (apropos-print): SPACING is now nil or a separator string.
3262         (apropos-documentation, apropos-value): Pass a suitable string.
3264 2001-12-21  Eli Zaretskii  <eliz@is.elta.co.il>
3266         * dired.el (dired-free-space-program, dired-free-space-args):
3267         Aliases for back-compatibility.
3269         * info.el (Info-select-node): If Info-use-header-line is nil, set
3270         header-line-format to nil.
3271         (Info-fontify-node): Don't put a keymap text property on the
3272         heading if we are not going to display the header line.  Remove
3273         any such text properties left over from past visits to this node.
3275         * ls-lisp.el (insert-directory): Insert the amount of free disk
3276         space, like files.el's insert-directory does.
3278         * files.el (directory-free-space-program): Mention
3279         file-system-info in the doc string.
3280         (get-free-disk-space): New function; code moved from
3281         insert-directory.
3282         (insert-directory): Call get-free-disk-space to get the amount of
3283         free space.
3285 2001-12-21  Richard M. Stallman  <rms@gnu.org>
3287         * help.el (view-order-manuals, view-emacs-news, describe-copying)
3288         (describe-distribution, describe-project): Use view-file.
3290         * emacs-lisp/cl-indent.el (define-modify-macro): Better indent spec.
3292         * net/ange-ftp.el (ange-ftp-file-modtime): Use save-match-data.
3294         * emacs-lisp/easy-mmode.el (define-minor-mode):
3295         Make no arg by default in an interactive call,
3296         so that repeating the command toggles again.
3298         * emacs-lisp/lisp-mode.el (eval-defun-1): Cope with atoms as args.
3300 2001-12-21  Christoph Wedler  <Christoph.Wedler@sap.com>
3302         * antlr-mode.el: More sophisticated indentation of cpp directive.
3303         (antlr-indent-at-bol-alist): New user option.
3304         (antlr-indent-line): Use it.
3305         (antlr-indent-style): New user option.
3306         (antlr-mode): Use it.
3307         (antlr-indent-item-regexp): Customize.
3309         * antlr-mode.el: Syntax highlighting changes.
3310         (antlr-font-lock-literal-regexp): New user option.
3311         (antlr-font-lock-syntax-face): New face used for :, |, ....
3312         (antlr-font-lock-default-face): New face.
3313         (antlr-font-lock-additional-keywords): Use them.
3315         * antlr-mode.el: New command to insert options -- variables.
3316         (antlr-mode-map): New binding [C-c C-o].
3317         (antlr-mode-menu): New submenus.
3318         (antlr-options-use-submenus): New user option.
3319         (antlr-tool-version): New user option.
3320         (antlr-options-auto-colon): New user option.
3321         (antlr-options-style): New user option.
3322         (antlr-options-push-mark): New user option.
3323         (antlr-options-assign-string): New user option.
3324         (antlr-options-headings): New variable.
3326         * antlr-mode.el: New command to insert options -- specific.
3327         (antlr-options-alists): New variable.
3328         (antlr-read-value): New function.
3329         (antlr-read-boolean): New function.
3330         (antlr-language-option-extra): New function.
3331         (antlr-language-limit-n-regexp): Change default to higher LIMIT.
3332         (antlr-c++-mode-extra): New function.
3333         (antlr-grammar-tokens): New function.
3334         (antlr-imenu-create-index-function): New optional argument.
3336         * antlr-mode.el: New command to insert options -- functions.
3337         (antlr-insert-option): New command.
3338         (antlr-insert-option-interactive): New function.
3339         (antlr-options-menu-filter): New function.
3340         (antlr-option-kind): New function.
3341         (antlr-scan-lists): New alias.
3342         (antlr-scan-lists-internal): New function.
3343         (antlr-skip-file-prelude): Hack for special SKIP-COMMENT.
3344         (antlr-option-level): New function.
3345         (antlr-syntactic-grammar-depth): New function.
3346         (antlr-option-location): New function.
3347         (antlr-insert-option-do): New function.
3348         (antlr-option-spec): New function.
3349         (antlr-version-string): New function.
3350         (antlr-insert-option-existing): New function.
3351         (antlr-insert-option-space): New function.
3352         (antlr-insert-option-area): New function.
3354         * antlr-mode.el: New electric keys ":;|&(){}", TAB works better
3355         with narrowing.  Menu change.  Miscellaneous.
3356         (antlr-mode-menu): Include "Indent Region" and "Customize Antlr".
3357         (antlr-mode-map): New bindings for characters in ":;|&(){}".
3358         (antlr-electric-character): New command.
3359         (antlr-class-header-regexp): New variable.
3360         (antlr-font-lock-additional-keywords): Use it.
3361         (antlr-imenu-create-index-function): Use it.
3362         (antlr-file-dependencies): Use it.
3363         (antlr-indent-line): Also works with restrictions.
3364         (antlr-indent-command): Interactive spec - changes the buffer.
3365         (antlr-language-for-option): Deletia.
3366         (antlr-language-option): New function, defined instead.
3367         (antlr-mode): Use it.
3368 2001-12-21  Eli Zaretskii  <eliz@is.elta.co.il>
3370         * jka-compr.el (jka-compr-partial-uncompress): Use null-device
3371         instead of a literal /dev/null.
3373         * Makefile.in (distclean): Remove Makefile in the build
3374         directory, not in the source directory.
3376 2001-12-21  Simon Josefsson  <jas@extundo.com>.
3378         * mail/smtpmail.el (smtpmail-send-queued-mail): Use
3379         with-temp-buffer instead of find-file-noselect, and bind
3380         coding-system-for-read to no-conversion when reading the queued
3381         messages.  (Simon's code modified slightly by Eli Zaretskii.)
3383 2001-12-20  Werner Lemberg  <wl@gnu.org>
3385         * international/mule-diag.el (describe-coding-system,
3386         print-coding-system-briefly): Make printed output have a similar
3387         format as describe-character-set.
3389 2001-12-20  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3391         * play/blackbox.el (bb-member): Remove, use member instead.
3392         (bb-delete): Remove, use delete instead.
3393         Update copyright notice.  Defvar for bb-board, bb-x, bb-y,
3394         bb-score, bb-detour-count and bb-balls-placed.
3395         Propertize results of rays.
3397 2001-12-19  Karl Fogel  <kfogel@red-bean.com>
3399         * isearch.el (isearch-forward, isearch-edit-string): Make doc
3400         strings mention keybinding for `isearch-yank-word-or-char',
3401         rather than `isearch-yank-word', since the former is bound now
3402         and the latter is not.
3403         (isearch-yank-word-or-char): Fix formatting.
3405 2001-12-19  Werner Lemberg  <wl@gnu.org>
3407         * language/czech.el, language/european.el, language/slovak.el: More
3408         fixes for language info doc strings.
3410 2001-12-19  Eli Zaretskii  <eliz@is.elta.co.il>
3412         * loadup.el: Add "language" to the load-path.
3414 2001-12-19  Richard M. Stallman  <rms@gnu.org>
3416         * international/mule-cmds.el (describe-language-environment):
3417         Fix calls to help-xref-button.
3419 2001-12-19  Miles Bader  <miles@gnu.org>
3421         * international/fontset.el: Require `ind-util' when compiling.
3423 2001-12-18  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3425         * language/ethio-util.el (ethio-modify-vowel): Use char-to-string
3426         instead of decompose-composite-char.
3428 2001-12-18  Richard M. Stallman  <rms@gnu.org>
3430         * simple.el (eval-expression-print-level)
3431         (eval-expression-print-length): Doc fixes.
3433         * international/mule-diag.el (describe-character-set):
3434         Fix the arg to help-xref-button.
3436         * files.el (directory-free-space-program): New variable.
3437         (directory-free-space-args): New variable.
3438         (insert-directory): Use those two variables for getting free space.
3439         Use file-system-info instead, if that is defined.
3441         * dired.el (dired-free-space-program): Variable deleted.
3442         (dired-free-space-args): Variable deleted.
3443         (dired-insert-directory): Don't try to determine free space.
3445         * files.el (font-lock-defaults): Add risky-local-variables prop.
3446         (hack-one-local-variable): Treat various font-lock variables as risky.
3448 2001-12-18  Werner Lemberg  <wl@gnu.org>
3450         * language/chinese.el, language/cyrillic.el:
3451         * language/czech.el, language/european.el, language/greek.el:
3452         * language/hebrew.el, language/indian.el, language/japanese.el:
3453         * language/korean.el, language/lao.el, language/slovak.el:
3454         * language/thai.el, language/tibetan.el, language/vietnamese.el:
3455         Improve documentation strings of coding systems and language infos.
3457 2001-12-18  Werner LEMBERG  <wl@gnu.org>
3459         Add support for EUC-TW decoding/encoding.
3461         * language/china-util.el (big5-to-flat-code, flat-code-to-big5,
3462         euc-to-flat-code, flat-code-to-euc, expand-euc-big5-alist):
3463         New auxiliary functions to build `big5-to-cns'.
3464         (big5-to-cns): New translation alist.
3466         * language/chinese.el: Added new coding system `euc-tw' and its
3467         alias `euc-taiwan'.
3468         Updated language `Chinese-CNS' to include euc-tw encoding also.
3469         (ccl-decode-euc-tw, ccl-encode-euc-tw): New functions for handling
3470         euc-tw.
3472 2001-12-18  Dave Love  <fx@gnu.org>
3474         * loadup.el: Add language/utf-8-lang, language/georgian.
3476         * image-file.el (image-file-name-extensions): Add pnm.  Doc fix.
3477         (image-file-name-regexps): Doc fix.
3479         * server.el (server-unload-hook): New function.
3481         * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): Group the leader.
3482         (lm-crack-copyright): Cope with multi-line copyright `lines'.
3484         * simple.el (newline): Doc fix.
3485         (eval-expression-print-level, eval-expression-print-length): Doc
3486         fix.  Amend :type.
3487         (next-line, previous-line): Make arg optional.
3488         (newline): Doc fix.
3490         * Makefile.in (DONTCOMPILE): Add various language files.
3492         * international/quail.el (quail-input-string-to-events): Don't use
3493         string-to-list.
3495         * progmodes/f90.el (f90-break-line): Avoid infinite recursion
3496         calling `newline'.
3498 2001-12-17  Richard M. Stallman  <rms@gnu.org>
3500         * comint.el (comint-dynamic-list-input-ring-select): New function.
3501         Switches back to the old window configuration.
3502         (comint-dynamic-list-input-ring): Bind RET to that function.
3503         (comint-dynamic-list-input-ring-window-conf): New variable.
3505 2001-12-17  Werner Lemberg  <wl@gnu.org>
3507         * international/mule-conf.el: Improve documentation strings of
3508         character sets.
3510 2001-12-16  Richard M. Stallman  <rms@gnu.org>
3512         * dired.el (dired-copy-filename-as-kill): Moved from dired-x.el.
3513         (dired-mode-map): Bind w to dired-copy-filename-as-kill.
3515         * dired-x.el (dired-copy-filename-as-kill): Moved to dired.el.
3517         * autoinsert.el (auto-insert-alist): Redo finding C and C++ headers.
3518         Add a DESCRIPTION for the makefile item.
3520         * find-file.el (ff-other-file-name): New function.
3522 2001-12-16  Eli Zaretskii  <eliz@is.elta.co.il>
3524         * international/quail.el (quail-input-string-to-events): Fix last
3525         change.
3527 2001-12-16  Richard M. Stallman  <rms@gnu.org>
3529         * isearch.el (isearch-edit-string): When we set isearch-string
3530         to the default, also set isearch-message.
3532         * subr.el (temp-buffer-show-hook, temp-buffer-setup-hook): Add defvars.
3534         * startup.el (command-line-1): Display startup screen
3535         even if there are command line args.
3536         Add a note about how to go to editing your files.
3537         (fancy-splash-head): Add a note about how to go to your files.
3538         (fancy-splash-outer-buffer): New variable.
3539         (fancy-splash-screens): Bind variable fancy-splash-outer-buffer.
3541         * subr.el (with-temp-message): At the end, always discard
3542         the temp message, even by clearing the echo area.
3544         * progmodes/sh-script.el (sh-mode): Run sh-mode-hook.
3546 2001-12-16  Stefan Monnier  <monnier@cs.yale.edu>
3548         * log-view.el (log-view-message-re, log-view-current-tag):
3549         Recognize Subversion's log output format.
3551         * international/fontset.el: Build the list L at compile time.
3553         * language/ind-util.el (mapthread): Make a closure.
3555 2001-12-15  Richard M. Stallman  <rms@gnu.org>
3557         * isearch.el (isearch-start-hscroll): New variable.
3558         (isearch-mode): Set isearch-start-hscroll.
3559         (isearch-update): Restore original hscrolling if possible.
3561         * isearch.el (isearch-edit-string):
3562         Treat isearch-yank-word-or-char specially, like isearch-yank-word.
3564         * emacs-lisp/debug.el (debugger-previous-backtrace): New variable.
3565         (debugger-make-xrefs): Optimize by (1) using skip-syntax-forward
3566         rather than regexp search and (2) copying text properties
3567         already set up on text unchanged from the previous backtrace.
3569         * case-table.el (set-case-syntax-pair):
3570         Detect invalid calls and signal an error.
3572 2001-12-15  Richard M. Stallman  <rms@gnu.org>
3574         * language/ind-util.el (range): Function deleted.
3575         (indian-regexp-of-hashtbl-keys): Renamed from `regexp-of-hashtbl-keys'.
3576         All calls changed.
3578         * language/devan-util.el (devanagari-range): Renamed from `range'.
3579         All calls changed.
3580         (devanagari-regexp-of-hashtbl-keys):
3581         Renamed from `regexp-of-hashtbl-keys'.  All calls changed.
3583 2001-12-15  Dave Love  <fx@gnu.org>
3585         * language/ind-util.el: Don't require cl.
3586         (indian-glyph-char, indian-glyph-max-char)
3587         (indian-char-glyph): Moved from indian.el
3588         (indian--puthash-char, mapthread): Don't quote lambda.
3589         (indian--map): New function.
3590         (indian--puthash-v, indian--puthash-c, indian--puthash-m)
3591         (indian--puthash-cv): Use it.
3593         * language/indian.el (indian-glyph-char, indian-glyph-max-char)
3594         (indian-char-glyph): Moved to ind-util.el
3596         * language/devan-util.el (devanagari-post-read-conversion):
3597         New function.
3599         * language/georgian.el: New file.
3601         * international/mule-cmds.el (locale-language-names): Add various
3602         entries.  Remove utf-8 special case.
3603         (locale-charset-language-names, locale-preferred-coding-systems):
3604         Add utf-8 case.
3605         (set-language-environment): Process required-features earlier.
3607         * international/quail.el (quail-keyboard-layout-alist):
3608         Add pc105-uk.
3609         (quail-keyboard-layout-type): Fix :type.
3610         (quail-choose-completion-string): Simplify.
3611         (quail-update-leim-list-file): Don't get fooled by commented-out code.
3612         (quail-input-string-to-events): Run events through
3613         translation-table-for-input.
3615         * international/mule-conf.el (translation-table-for-input):
3616         New variable.
3617         (latin-iso8859-14): Amend description.
3618         (file-coding-system-alist): Add entry for utf-8.
3620         * language/utf-8-lang.el: New file.
3622         * international/code-pages.el: New file.
3624         * language/hebrew.el ("Windows-1255"): New language.
3626         * language/european.el ("Welsh", "Latin-7", "Lithuanian")
3627         ("Latvian"): New languages.
3629 2001-12-14  Stefan Monnier  <monnier@cs.yale.edu>
3631         * xml.el: Use setq rather than (set 'foo bar).
3632         Use push+nreverse rather than append.
3633         (xml-node-name, xml-node-attributes, xml-node-children):
3634         Use defsubst rather than macros.
3635         (xml-parse-region): Handle a nil return value from xml-parse-tag.
3636         (xml-parse-tag): Don't skip white space.  Return nil for a comment.
3637         Concat the two strings surrounding a comment into a single string.
3639         * newcomment.el (comment-indent): Jump to the middle of empty comments.
3641 2001-12-14  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3643         * select.el (xselect-convert-to-class, xselect-convert-to-name):
3644         Document.
3646 2001-12-14  Andre Spiegel  <spiegel@gnu.org>
3648         * vc-hooks.el (vc-checkout-model, vc-state, vc-workfile-version):
3649         Return nil if FILE is not registered.
3650         (vc-check-master-templates, vc-default-make-version-backups-p):
3651         Doc fix.
3653 2001-12-13  David Ponce  <david@dponce.com>
3655         * ruler-mode.el (ruler-mode-extra-left-cols): Remove.
3656         (ruler-mode-left-fringe-cols): New macro.
3657         (ruler-mode-right-fringe-cols): New macro.
3658         (ruler-mode-left-scroll-bar-cols): New macro.
3659         (ruler-mode-right-scroll-bar-cols): New macro.
3660         (ruler-mode-ruler): Use above new macros.
3662 2001-12-13  Richard M. Stallman  <rms@gnu.org>
3664         * files.el (set-auto-mode): Fix previous change.
3666 2001-12-13  Stefan Monnier  <monnier@cs.yale.edu>
3668         * emacs-lisp/easymenu.el (easy-menu-intern): New fun.
3669         (easy-menu-do-define, easy-menu-convert-item-1)
3670         (easy-menu-define-key-intern, easy-menu-get-map): Use it.
3671         (easy-menu-return-item): Only return nil if there is no binding.
3673 2001-12-13  Rajesh Vaidheeswarran  <rv@gnu.org>
3675         * whitespace.el (whitespace-version): 3.2
3676         * whitespace.el (whitespace-force-mode-line-update): Replace with
3677         `whitespace-mode-line-update', which is an alias to the correct
3678         function in various emacsen.
3679         * whitespace.el (whitespace-{un,}highlight-the-space):
3680         Add colorized highlighting of the bogus whitespaces in a buffer/file,
3681         using the `whitespace-highlight-face' if
3682         `whitespace-display-spaces-in-color' is set.
3684 2001-12-13  Eli Zaretskii  <eliz@is.elta.co.il>
3686         * international/mule.el (set-auto-coding): Don't search for
3687         "unibyte:" or "coding:" if set-auto-mode-1 returns nil.
3689 2001-12-13  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3691         * mail/mailabbrev.el (mail-abbrevs-setup): Do not use make-local-hook.
3693         * mail/rmail.el (rmail-fontify-buffer-function): Likewise.
3695         * mail/rmailsum.el (rmail-summary-mode): Likewise.
3697 2001-12-13  Richard M. Stallman  <rms@gnu.org>
3699         * simple.el (undo): Always set this-command to `undo',
3700         so that the next undo after an error will not begin redoing.
3702         * simple.el (shell-command): Doc fix.
3703         (shell-command-on-region): If there is output an an error,
3704         add "...Shell command failed" to the output.
3706 2001-12-13  David Ponce  <david@dponce.com>
3708         * ruler-mode.el (ruler-mode-left-fringe-cols): Variable removed.
3709         (ruler-mode-left-fringe-cols): Function replaced by more efficient
3710         implementation `ruler-mode-extra-left-cols'.
3711         (ruler-mode-ruler): Use above new function.  Take into account
3712         that the fringe areas can now be resized.
3714 2001-12-12  Richard M. Stallman  <rms@gnu.org>
3716         * international/characters.el (Unicode): Comment out
3717         the specifications for kelvin and angstrom signs.
3719         * international/mule.el (make-translation-table-from-vector):
3720         Allow null elements in VEC.
3722         * international/ucs-tables.el (unify-8859-on-encoding-mode)
3723         (unify-8859-on-decoding-mode): Swap the code in their bodies.
3724         Add :version.
3726 2001-12-11  Richard M. Stallman  <rms@gnu.org>
3728         * derived.el (derived-mode-p): Function moved to subr.el.
3730         * subr.el (derived-mode-p): Moved here from derived.el.
3732         * international/mule.el (set-auto-coding): Use set-auto-mode-1.
3734         * files.el (set-auto-mode-1): New subroutine, broken out of
3735         set-auto-mode.
3736         (set-auto-mode, hack-local-variables-prop-line): Use that.
3738 2001-12-11  Dave Love  <fx@gnu.org>
3740         * language/thai-util.el, language/thai.el: Add Unicode equivalents.
3742         * language/european.el: Remove autoload cookies.  Fix registration
3743         of diacritic composition function.
3745 2001-12-11  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3747         * calendar/todo-mode.el: Require time-stamp.
3749         * net/zone-mode.el (zone-mode): Don't use make-local-hook.
3751 2001-12-11  Richard M. Stallman  <rms@gnu.org>
3753         * emacs-lisp/authors.el (authors-aliases): Delete "Richard Stallmao".
3755         * textmodes/ispell.el (ispell-buffer-local-parsing):
3756         Match xml like sgml.
3758         * emacs-lisp/advice.el (ad-compile-function):
3759         Byte compile the function under another (uninterned) name.
3761         * gud.el (gdb): Define and bind gud-jump.
3763         * font-lock.el (font-lock-mode):
3764         Put our function at the end of after-change-functions.
3766         * ediff-diff.el (ediff-cmp-options): Doc fix.
3768         * comint.el (comint-password-prompt-regexp): Match "UNIX Password".
3770 2001-12-10  Richard M. Stallman  <rms@gnu.org>
3772         * isearch.el (isearch-yank-word-or-char): New function.
3773         (isearch-mode-map): Bind C-w to that.
3775         * menu-bar.el (menu-bar-mode): Make arg optional.
3777         * simple.el (line-move): Cope if next-single-property-change
3778         or previous-single-property-change returns nil.
3780         * emacs-lisp/lisp-mnt.el (lm-verify): New arg NON-FSF-OK.
3781         Don't use interactive-p; instead, pass the proper args
3782         in (interactive...).  Clean up most of the trouble-report strings.
3784 2001-12-10  Eli Zaretskii  <eliz@is.elta.co.il>
3786         * mail/smtpmail.el (smtpmail-send-queued-mail): Insert the
3787         enqueued messages literally.
3789 2001-12-10  Noah Friedman  <friedman@splode.com>
3791         * battery.el (battery-insert-file-contents): Obsolete function
3792         removed.
3793         (battery-read-function): Obsolete function removed.
3794         (battery-linux-proc-apm): Use insert-file-contents.
3796 2001-12-07  Stephen Eglen  <stephen@gnu.org>
3798         * iswitchb.el (iswitchb-visit-buffer):
3799         Use `select-frame-set-input-focus'--needed when window manager
3800         uses "click to focus" policy.
3802 2001-12-09  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3804         * COPYING: Moved back.
3806 2001-12-07  Eli Zaretskii  <eliz@is.elta.co.il>
3808         * term/internal.el (IT-character-translations): Add entries for
3809         more points.
3811         * international/characters.el: Resurrect the Hebrew category
3812         settings for all Hebrew characters removed by the last change.
3813         Add code for setting the Hebrew category of the Unicode Hebrew
3814         characters.  Set syntax entries for Hebrew punctuation characters.
3816         * international/ucs-tables.el (ucs-8859-8-alist): Add Hebrew
3817         points and directional formatting control characters.
3819 2001-12-07  Dave Love  <fx@gnu.org>
3821         * language/lao-util.el: Add Unicode equivalents for rules.
3822         (lao-post-read-conversion): New function.
3824         * language/lao.el: Add Unicode equivalents.
3825         (lao): Add post-read conversion.
3827         * international/latin1-disp.el: Fix some 8-bit-graphic characters.
3828         Use iso2022 encoding.
3829         (latin1-char-displayable-p): Doc fix.
3830         (latin1-display-ucs-per-lynx): New option.
3831         (latin1-display-ucs-per-lynx): New command.
3832         (latin1-display-reset): Special-case arabic.
3833         (ucs-tables): Require.
3834         (latin1-display-sets, latin1-display-setup): Add arabic.
3835         (latin1-display) <variable>: Use function latin1-display.
3836         (latin1-display) <function>: Add mule-unicode stuff.
3837         (latin1-display-check-font): Don't lose if `info' is nil.
3839         * international/iso-transl.el: Insert Latin-1 characters, not
3840         unibyte codes.
3842         * language/european.el (diacritic-composition-pattern): New constant.
3843         (diacritic-compose-region, diacritic-compose-string)
3844         (diacritic-compose-buffer, diacritic-post-read-conversion)
3845         (diacritic-composition-function): New functions.
3847         * international/utf-8.el (ucs-mule-to-mule-unicode):
3848         New translation table.
3849         (ccl-encode-mule-utf-8): Use it.
3850         (utf-8-untranslated-to-ucs, utf-8-help-echo, utf-8-compose)
3851         (utf-8-post-read-conversion, utf-8-pre-write-conversion): New function.
3852         (utf-8-subst-table): New variable.
3853         (utf-8-compose-scripts): New option.
3854         (mule-utf-8): Update safe-charsets, pre-write and post-read conversion.
3856         * international/ucs-tables.el, international/utf-8-subst.el:
3857         New files.
3859         * international/characters.el: Don't set word syntax (the default)
3860         explicitly.  Add a diacritic category.  Add info for Unicode
3861         equivalents of characters in various Mule charsets and for extra
3862         Unicode characters.  Don't define specific categories for
3863         Indian/Devanagari, since they aren't used.
3865 2001-12-06  Richard M. Stallman  <rms@gnu.org>
3867         * textmodes/fill.el (set-justification): Rename arg VALUE to STYLE.
3868         (set-justification-left, set-justification-right): Doc fix.
3870         * progmodes/f90.el (f90-break-line): Use (newline 1) to insert newline.
3871         (bug-f90-mode): Variable deleted.
3873 2001-12-06  Stefan Monnier  <monnier@cs.yale.edu>
3875         * indent.el (indent-line-function): Default is indent-relative again.
3877 2001-12-07  Miles Bader  <miles@gnu.org>
3879         * progmodes/compile.el (compilation-error-regexp-alist):
3880         Added regexps for RXP.
3882 2001-12-05  Eli Zaretskii  <eliz@is.elta.co.il>
3884         * progmodes/cwarn.el (cwarn-font-lock-match-assignment-in-expression):
3885         Add shift-assignment operators to those highlighted, and highlight
3886         the whole operator rather than just the "=".
3888 2001-12-04  Juanma Barranquero  <lektu@terra.es>
3890         * files.el (save-abbrevs, save-some-buffers): Don't ask the user
3891         before saving abbrevs if `save-abbrevs' has the value `silently'.
3893 2001-12-04  Andreas Schwab  <schwab@suse.de>
3895         * xt-mouse.el (turn-off-xterm-mouse-tracking): Doc fix.
3897 2001-12-04  Colin Walters  <walters@debian.org>
3899         * emacs-lisp/autoload.el (make-autoload): Also generate autoloads
3900         for `defmacro*' forms.
3902         * emacs-lisp/lisp-mode.el (toplevel): Define docstring offset for
3903         `defmacro*'.
3905 2001-12-03  Stefan Monnier  <monnier@cs.yale.edu>
3907         * progmodes/antlr-mode.el (antlr-c-common-init): Undo last change.
3909 2001-12-02  Richard M. Stallman  <rms@gnu.org>
3911         * files.el (insert-directory): If the df output does not look right,
3912         don't try to use it.  Other cleanups in overall code structure.
3914 2001-12-02  Stefan Monnier  <monnier@cs.yale.edu>
3916         * textmodes/outline.el (outline-mode-prefix-map):
3917         Add bindings for outline-promote and outline-demote.
3918         (outline-minor-mode-menu-bar-map): New var.
3919         (outline-minor-mode): Use it.
3920         (outline-heading-alist): New var (renamed from outline-level-heading).
3921         (outline-level): Use it.
3922         (outline-insert-heading, outline-promote, outline-demote):
3923         Update to use outline-heading-alist.
3925         * disp-table.el (standard-display-european):
3926         Simplify since the function is not interactive any more.
3927         Don't set the existing buffers to unibyte.
3929         * pcvs-util.el (cvs-file-to-string): Move condition-case outside.
3931         * pcvs.el (cvs-reread-cvsrc): Don't use cvs-file-to-string.
3933         * reveal.el (reveal-mode): Fix reveal-mode's lighter.
3935         * shell.el (shell): Use shell-file-name.
3936         Pop to buffer before calling comint to set COLUMNS properly.
3938         * emacs-lisp/cl.el (svref): New alias.
3940         * progmodes/antlr-mode.el (antlr-c-common-init):
3941         Don't inhibit adaptive-fill-mode any more.
3943         * progmodes/delphi.el (delphi-mode): Don't use make-local-hook.
3945         * progmodes/etags.el (tags-with-face): Use make-symbol.
3946         (tags-search, tags-query-replace): Use backquotes.
3948         * textmodes/picture.el (picture-mode-map): Don't use defconst
3949         for a variable.
3951 2001-12-02  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3953         * textmodes/reftex-index.el (reftex-index-mode):
3954         Remove make-local-hook.
3956         * textmodes/reftex-toc.el (reftex-toc-mode): Likewise.
3958 2001-12-02  Kim F. Storm  <storm@cua.dk>
3960         * isearch.el (isearch-resume-enabled): New variable.
3961         (isearch-done): Use that variable.
3963 2001-12-01  Richard M. Stallman  <rms@gnu.org>
3965         * wid-edit.el (widget-button-click): Don't move point permanently:
3966         Avoid mouse-set-point--instead select the window,
3967         then do save-excursion, then move point.
3968         Specify the buffer for get-char-property.
3969         Don't use `@' in interactive.
3971         * indent.el (indent-line-function):
3972         Default is indent-to-left-margin again.
3974         * replace.el (query-replace-read-args): Display message
3975         if FROM contains `\n' or `\t'.
3977 2001-12-01  Stefan Monnier  <monnier@cs.yale.edu>
3979         * indent.el (tab-to-tab-stop): Use delete-horizontal-space.
3981         * bindings.el (minibuffer-local-map): Bind TAB to insert-tab.
3983         * emacs-lisp/regexp-opt.el (regexp-opt):
3984         Bind completion-regexp-list to nil.
3986         * progmodes/hideif.el (hif-nexttoken): Move to before first def.
3988 2001-12-01  Eli Zaretskii  <eliz@is.elta.co.il>
3990         * progmodes/idlwave.el, progmodes/idlw-rinfo.el:
3991         * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el:
3992         Update maintainer.
3994 2001-11-30  Stefan Monnier  <monnier@cs.yale.edu>
3996         * mail/smtpmail.el: Use with-current-buffer.
3997         (message-make-date, message-make-message-id): Autoload when needed.
3998         (smtpmail-send-it): Use them to add `Date:' and `Message-Id:'
3999         headers when missing.
4001         * international/encoded-kb.el (encoded-kbd-mode):
4002         Use define-minor-mode.
4004         * enriched.el (enriched-mode): Use define-minor-mode.
4005         Use dolist and pop and push.
4007         * info.el (Info-find-node-2): Don't call info-insert-file-contents
4008         with the `visit' argument.
4009         (Info-extract-menu-node-name): Use `replace-regexps-in-string'.
4011         * progmodes/hideif.el (hide-ifdef-mode): Only modify
4012         `change-major-mode-hook' locally.  Reset invisibility spec.
4014         * man.el (Man-build-section-alist): Remove last Man-match-substring.
4016 2001-11-30  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4018         * textmodes/paragraphs.el (mark-paragraph): Clarify doc.
4019         Clarify error message.
4021 2001-11-29  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4023         * textmodes/paragraphs.el (mark-paragraph): Allow prefix arg.
4025 2001-11-30  Andre Spiegel  <spiegel@gnu.org>
4027         * vc-cvs.el (vc-cvs-parse-status): Store file state in property,
4028         don't just return it.
4030 2001-11-30  Eli Zaretskii  <eliz@is.elta.co.il>
4032         * menu-bar.el (menu-bar-read-lispref, menu-bar-read-lispintro)
4033         (menu-bar-read-emacs-man, search-emacs-glossary)
4034         (emacs-index-search, elisp-index-search): New functions.
4035         (apropso-documentation, apropos, apropos-value, apropos-variable)
4036         (apropos-commands): Modify menu item names and help text.
4037         (elisp-index-search, emacs-index-search, emacs-glossary):
4038         New menu items.
4039         (menu-bar-manuals-menu): Move the Ordering Manuals item to a
4040         submenu.
4041         (info-elisp, info-elintro): New menu items.
4042         (apropos): Modify the menu item name.
4044 2001-11-30  Stefan Monnier  <monnier@cs.yale.edu>
4046         * emacs-lisp/lisp-mode.el (read-if): Add lisp-indent-function prop.
4048         * textmodes/outline.el (outline-promote, outline-demote): Typo.
4050         * man.el (man-follow-mouse): New function.
4051         (Man-mode-map): Bind mouse-2 to it.
4052         (Man-match-substring): Remove.  Replace with `match-string'.
4053         (man): Use the `default-value' argument to `read-string'.
4054         (Man-fontify-manpage): Add mouse-face to cross references.
4056         * emacs-lisp/cl-macs.el (shiftf): Fix more.  Simplify.
4058 2001-11-29  Stefan Monnier  <monnier@cs.yale.edu>
4060         * emacs-lisp/crm.el (completing-read-multiple): Better preserve
4061         the value of require-match in minibuffer-completion-confirm.
4062         Use crm-local-completion-map.
4064         * emacs-lisp/cl-macs.el (shiftf): Fix the fast case so
4065         (let ((a 1) (b 2)) (shiftf a b (cons a b)) b) returns (1 . 2).
4066         (cl-make-type-test): Use char-valid-p for `character'.
4068         * info.el (Info-complete-next-re, Info-complete-cache): New vars.
4069         (Info-complete-menu-item): Rewrite.  Add the ability to search
4070         several sequential nodes.  Add a simple caching mechanism.
4071         (Info-goto-index): New function extracted from Info-index.
4072         (Info-index): Use it.  Add completion to the interactive spec.
4073         (Info-menu-update): Simplify call to `Info-complete-menu-item'.
4075 2001-11-29  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
4077         * COPYING: Removed.
4079 2001-11-29  Dave Love  <fx@gnu.org>
4081         * progmodes/fortran.el: Fontify rewind, backspace.  Doc fixes.
4082         (fortran-window-create, fortran-window-create-momentarily):
4083         Rewrite, moving error condition.
4084         (fortran-beginning-do, fortran-beginning-if): Fix regexps.
4085         (fortran-mode-syntax-table): Revert last change.
4087         * international/mule.el: Doc fixes.
4088         (map-charset-chars): New function.
4089         (register-char-codings): Use it to cope with generic chars in
4090         safe-chars.
4092 2001-11-29  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
4094         * play/blackbox.el (blackbox-mode, blackbox): Doc fix.
4096         * play/cookie1.el (cookie, cookie-insert, shuffle-vector): Doc fixes.
4098         * play/studly.el (studlify-word, studlify-region)
4099         (studlify-buffer): Fix doc-string.
4100         (studlify-buffer): Add autoload cookie.
4102 2001-11-28  Stefan Monnier  <monnier@cs.yale.edu>
4104         * textmodes/outline.el (outline-up-heading): Add `invisible-ok' arg.
4105         (outline-up-heading-all): Remove.
4106         (hide-sublevels): Move to end-of-heading before calling flag-region.
4107         (outline-copy-overlay, outline-discard-overlays): Remove.
4108         (outline-flag-region): Use `remove-overlays'.
4109         Don't move to end-of-heading.
4110         (outline-next-visible-heading, outline-back-to-heading)
4111         (outline-on-heading-p): Use outline-invisible-p.
4112         (outline-font-lock-level): Use outline-up-heading's new arg.
4113         (outline-minor-mode): Simplify.
4114         (outline-map-tree, outline-reveal-toggle-invisible): New funs.
4115         (outline): Put a `reveal-toggle-invisible' property.
4116         (outline-level-heading): New var.
4117         (outline-insert-heading, outline-promote, outline-demote)
4118         (outline-toggle-children): New commands.
4120         * progmodes/hideif.el (hif-end-of-line): New function.
4121         (hide-ifdef-mode): Set line-move-ignore-invisible.
4122         (hide-ifdef-region-internal): New function.
4123         (hide-ifdef-region): Use it.
4124         (hif-defined): Return an integer.
4125         (hif-infix-to-prefix): Remove.
4126         (hif-tokenize): Parse from the buffer rather than from a string.
4127         Correctly tokenize integers.  Use forward-comment.
4128         (hif-expr): Use hif-or.
4129         (hif-term): Use hif-and.
4130         (hif-factor): Use hif-not.  Handle numbers properly.
4131         Don't require parenthesis around `defined's argument.
4132         (hif-and, hif-or, hif-not): New funs.
4133         (hif-canonicalize): Pass a region to hif-tokenize.  Use hif-not.
4134         (hif-hide-line): Don't hide the \n before the line.
4135         (hif-possibly-hide): Correctly handle numeric evaluation results.
4137         * progmodes/make-mode.el: Use line-(end|beginning)-position.
4138         (makefile-mode): Set indent-line-function.
4139         (makefile-browser-insert-continuation): Use with-current-buffer.
4140         (makefile-beginning-of-line-point, makefile-end-of-line-point): Remove.
4142 2001-11-28  Karl Fogel  <kfogel@red-bean.com>
4144         * isearch.el (isearch-yank-internal): New helper function.
4145         (isearch-yank-char): New function.
4146         (isearch-yank-word, isearch-yank-line): Rewrite to use
4147         isearch-yank-internal.
4149 2001-11-28  Eli Zaretskii  <eliz@is.elta.co.il>
4151         * mouse.el (mouse-set-font): Make it a no-op if multiple fonts
4152         aren't supported.  Print a message to that effect if invoked.
4154 2001-11-27  Stephen Eglen  <stephen@gnu.org>
4156         * locate.el (locate): Put point at first matching file rather
4157         than top of buffer.
4159 2001-11-27  Stefan Monnier  <monnier@cs.yale.edu>
4161         * reveal.el: New file.
4163         * progmodes/hideif.el: Misc cleanup.
4164         (hide-ifdef-mode-submap): Put the def in the defvar.
4165         Use substitute-key-definition.
4166         (hide-ifdef-mode): Use define-minor-mode.
4167         (hif-outline-flag-region): Remove.
4168         (hif-show-all): Define in terms of hif-show-ifdef-region.
4169         (hif-after-revert-function): Rename from hif-before-revert-function.
4170         (hide-ifdef-region, hif-show-ifdef-region): Use overlays.
4171         (hif-tokenize): Use with-syntax-table.
4172         (hif-make-range): Use `else' also for `else-p'.
4173         (hif-range-else-p): Remove.
4174         (hif-find-range): Simplify.
4175         (hif-hide-line): Don't bother preserving buffer-modified-p.
4176         (hide-ifdefs, show-ifdefs, hide-ifdef-block, show-ifdef-block):
4177         Don't use selective-display and inhibit-read-only.
4179         * subr.el (copy-overlay, remove-overlays): New funs.
4181         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix off-by-two error.
4183 2001-11-27  Sam Steingold  <sds@gnu.org>
4185         * ansi-color.el, bookmark.el, dired.el, emerge.el, fast-lock.el
4186         * lazy-lock.el, mouse-sel.el, mail/feedmail.el
4187         * emacs-lisp/advice.el, emacs-lisp/checkdoc.el, emacs-lisp/ewoc.el
4188         * obsolete/c-mode.el, obsolete/cplus-md.el
4189         * progmodes/dcl-mode.el, progmodes/idlw-shell.el, progmodes/idlwave.el
4190         * term/sun-mouse.el, textmodes/artist.el:
4191         Converted backquote to the new style.
4192         * mouse.el, reposition.el: Likewise (in comments).
4193         * expand.el: Likewise (in a string).
4195 2001-11-27  Richard M. Stallman  <rms@gnu.org>
4197         * cus-edit.el (custom-load-symbol): Don't always load locate-library.
4199 2001-11-26  Richard M. Stallman  <rms@gnu.org>
4201         * wid-edit.el (widget-toggle-value-create): On graphic terminal,
4202         if :on-glyph or :off-glyph is a list, eval it and store it back.
4203         (checkbox): Quote the values for :on-glyph and :off-glyph.
4205         * cus-start.el (recursive-load-depth-limit): Delete item.
4207 2001-11-26  Stefan Monnier  <monnier@cs.yale.edu>
4209         * help-fns.el (describe-categories, help-describe-category-set): New.
4210         describe-categories moved here from src/category.c.
4212 2001-11-26  Sam Steingold  <sds@gnu.org>
4214         * progmodes/cc-mode.el (c-submit-bug-report): Make sure that the
4215         arguments to `insert' are strings.
4217 2001-11-26  Richard M. Stallman  <rms@gnu.org>
4219         * startup.el (command-line-1): Call kill-buffer only in non-fancy case.
4221 2001-11-26  Eli Zaretskii  <eliz@is.elta.co.il>
4223         * international/mule-diag.el: Require help-fns instead of
4224         help-funs.
4226         * help-fns.el: Renamed from help-funs.el.
4228         * startup.el (command-line-1): Don't try to call process-list if
4229         it is not fboundp.
4231 2001-11-26  Sam Steingold  <sds@gnu.org>
4233         * frame.el (show-trailing-whitespace): Remove :set argument (the
4234         value was essentially identical to the defalt).
4236 2001-11-26  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
4238         * hexl.el (hexl-mode, hexl-follow-ascii): Remove make-local-hook.
4240         * icomplete.el (icomplete-minibuffer-setup): Likewise.
4242         * hilit-chg.el (hilit-chg-set): Likewise.
4244         * speedbar.el (speedbar-mode): Likewise.
4246         * calendar/calendar.el (calendar-mode): Likewise.
4248         * play/yow.el (psychoanalyze-pinhead): Use insert instead of
4249         insert-string.
4251         * play/gamegrid.el (gamegrid-init-buffer): Likewise.
4253         * term/bg-mouse.el (bg-insert-moused-sexp): Likewise.
4255         * term/sun-mouse.el (sun-yank-selection): Likewise.
4257         * textmodes/bib-mode.el (return-key-bib): Likewise.
4259         * calendar/appt.el (appt-disp-window): Likewise.
4261         * calendar/diary-lib.el (list-diary-entries): Likewise.
4263         * array.el (array-reconfigure-rows): Likewise.
4265         * filecache.el (file-cache-minibuffer-complete): Likewise.
4267         * obsolete/cplus-md.el (fill-c++-comment): Likewise.
4269         * strokes.el (strokes-prompt-user-save-strokes): Likewise.
4271         * allout.el (outline-version, outline-open-topic)
4272         (outline-rebullet-heading, outline-insert-listified)
4273         (outline-latex-verbatim-quote-curr-line)
4274         (outline-latexify-one-item, outlineify-sticky): Likewise.
4276         * vc.el (vc-next-action-on-file): Likewise.
4277         (vc-dired-mode): Remove make-local-hook.
4279 2001-11-26  Andre Spiegel  <spiegel@gnu.org>
4281         * vc.el (vc-find-version): New function.
4282         (vc-version-other-window): Redefined in terms of the above.
4284         * log-view.el (log-view-find-version): New function.
4285         (log-view-mode-map): Bind it to `f'.
4287 2001-11-26  Gerd Moellmann  <gerd@gnu.org>
4289         * language/devan-util.el (dev-char-glyph): Escape `"' in
4290         string literals.
4291         (dev-glyph-glyph, dev-glyph-glyph-2)
4292         (devanagari-compose-syllable-region): Likewise.
4294 2001-11-26  Richard M. Stallman  <rms@gnu.org>
4296         * window.el (save-selected-window): No error if saved window is dead.
4298         * help-funs.el (describe-syntax): Put (interactive) after doc string.
4300 2001-11-26  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
4302         * international/quail.el (quail-help): Require help-mode in
4303         top-level instead.
4305         * iswitchb.el (iswitchb-exhibit): Use insert instead of
4306         insert-string.
4308         * icomplete.el (icomplete-exhibit): Likewise.
4310 2001-11-25  Stefan Monnier  <monnier@cs.yale.edu>
4312         * diff-mode.el (diff-end-of-hunk): Watch out for ambiguities.
4313         (diff-hunk-kill): Simplify.
4314         (diff-post-command-hook): Only apply to a single hunk.
4315         (diff-hunk-text): Make `char-offset' non-optional.
4316         (diff-find-text): Return a cons cell.
4317         (diff-find-approx-text): New fun.
4318         (diff-find-source-location): Use it.
4319         (diff-apply-hunk, diff-test-hunk, diff-goto-source):
4320         Adapt to new retval of diff-find-text.
4322         * vc-cvs.el (vc-cvs-parse-entry): Rewrite, comparing the string-
4323         rather than integer- representation of dates.
4325         * textmodes/fill.el (fill-indent-according-to-mode): Default to nil.
4327         * emacs-lisp/syntax.el: Don't profile syntax-ppss any more.
4328         (syntax-after): New fun.
4330         * help-funs.el (describe-syntax): New fun.
4332         * font-lock.el (font-lock-cache-state, font-lock-cache-position)
4333         (font-lock-ppss-stats, font-lock-ppss): Remove.
4334         (font-lock-fontify-syntactically-region): Remove tuning code.
4335         (font-lock-compile-keywords): Fix off-by-one bug.
4336         (font-lock-set-defaults): Don't set removed vars.
4337         (c-keywords): Add `inline'.
4338         (c-type-names): Add `_Complex', `_Imaginary' and `_Bool'.
4340         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
4341         Set syntax-begin-function.
4342         (lisp-interaction-mode-abbrev-table): Defvar to its correct value.
4343         (lisp-interaction-mode): Don't set local-abbrev-table any more.
4344         (lisp-mode-auto-fill): Use syntax-ppss and obey
4345         comment-auto-fill-only-comments.
4346         (lisp-fill-paragraph): Use syntax-ppss.
4348 2001-11-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
4350         * mail/rmail.el (rmail-enable-mime-composing): New. A lightweight
4351         version of rmail-enable-mime.
4352         (rmail-forward): Use it.
4354 2001-11-25  Richard M. Stallman  <rms@gnu.org>
4356         * emacs-lisp/lisp-mode.el (lisp-indent-function): Add doc string.
4358         * international/quail.el (quail-keyboard-layout-button):
4359         Define button type.
4360         (quail-keyboard-customize-button): Likewise.
4361         (quail-help): Use those button types.  Require `help-mode'.
4362         Avoid altering the argument `package'.
4364         * help-mode.el (help-function, help-variable, help-face)
4365         (help-coding-system, help-input-method, help-character-set):
4366         Define each button type with its own explicit define-button-type.
4368         * language/devan-util.el: Comment out parts of the file
4369         which apparently are garbled.
4371 2001-11-25  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
4373         * mail/smtpmail.el (smtpmail-deduce-address-list): Don't use
4374         insert-string.
4376 2001-11-25  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
4378         * play/snake.el (snake-mode): Remove make-local-hook.
4380         * play/tetris.el (tetris-mode): Likewise.
4382         * play/decipher.el (decipher-mode): Likewise.
4384         * tmm.el (tmm-add-prompt): Likewise.
4386 2001-11-25  Sam Steingold  <sds@gnu.org>
4388         * menu-bar.el (menu-bar-apropos-menu): New variable.
4389         Moved all `apropos' bindings to this menu.
4390         (menu-bar-help-menu): Added `menu-bar-apropos-menu'.
4392 2001-11-24  KAWABATA, Taichi <batta@beige.ocn.ne.jp>
4394         The following changes are for new indian languages support based
4395         on Unicode charset and CDAC fonts.
4397         * international/mule-conf.el: Change indian-1-column charset to
4398         indian-glyph charset.
4400         * international/characters.el: Adjusted for the change of
4401         indian-1-column -> indian-glyph.
4403         * international/fontset.el: Delete the setting for indian-1-column
4404         and add the setting for indian-glyph in the default fontset.
4406         * language/indian.el: Completely re-written.
4408         * language/devanagari.el: Completely re-written.
4410         * language/devan-util.el: Completely re-written.
4412         * language/ind-util.el: New file.
4414 2001-11-24  Richard M. Stallman  <rms@gnu.org>
4416         * startup.el (command-line-1): Don't do startup screen
4417         if a subprocess is running.  Call the startup screen buffer
4418         "GNU Emacs".  Make a special mode-line-format for it.
4420         * net/browse-url.el (browse-url-galeon-new-window-is-tab): New var.
4421         (browse-url-galeon): Use that variable.
4423         * mail/supercite.el (sc-toggle-var): Don't use set-variable or
4424         eval-expression.  Eval and set the variable simply.
4426         * files.el (temporary-file-directory): Use defcustom.
4427         (small-temporary-file-directory): Likewise.
4428         (normal-backup-enable-predicate): Move down in file
4429         after definition of temporary-file-directory.
4431         * bindings.el (last-buffer, unbury-buffer): Doc fixes.
4433 2001-11-24  Colin Walters  <walters@debian.org>
4435         * calc/calc-ext.el (calc-init-extensions): Update the rest of the
4436         autoload names to match files renamed on initial calc import.
4438         * calc/calc.el (Commentary): Cleanup, and add logistic curve
4439         fitting suggestion from Robert J. Chassell <bob@rattlesnake.com>.
4441 2001-11-23  Colin Walters  <walters@debian.org>
4443         * Makefile.in (finder_setwins, setwins): Include Calc again.
4445         * calc/calc-rules.el: Add header comment.
4447 2001-11-23  Andre Spiegel  <spiegel@gnu.org>
4449         * vc.el (with-vc-properties): Don't bind `filename' locally.
4450         (with-vc-file, edit-vc-file): Use `make-symbol' for local bindings
4451         to avoid name clashes.  Fix `lisp-indent-function' property for
4452         both.
4454 2001-11-23  Francesco Potorti`  <pot@gnu.org>
4456         * generic-x.el (mailrc-generic-mode): Highlight the `source' keyword.
4458 2001-11-22  Colin Walters  <walters@debian.org>
4460         * calc/calc-misc.el (report-calc-bug):
4461         Use `reporter-prompt-for-summary-p'.
4463         * calc/INSTALL, calc/Makefile: Remove.
4465 2001-11-22  Miles Bader  <miles@gnu.org>
4467         * emacs-lisp/re-builder.el (reb-match-0, reb-match-1)
4468         (reb-match-2, reb-match-3): Add dark-background variants.
4470 2001-11-22  Colin Walters  <walters@debian.org>
4472         * calc/calc-misc.el (calc-info): Don't perform voodoo, just
4473         (info "Calc").
4474         (report-calc-bug): Use reporter.el.
4476         * mail/reporter.el (reporter-submit-bug-report): Doc fixes.
4478 2001-11-21  Richard M. Stallman  <rms@gnu.org>
4480         * which-func.el (which-function): Call imenu--make-index-alist
4481         if necessary to get a list of functions.
4482         (which-function-imenu-failed): New variable.
4483         (which-func-update): Handle all visible windows.
4484         (which-func-update-1): New subroutine broken out of which-func-update.
4486         * files.el (temporary-file-directory, null-device)
4487         (small-temporary-file-directory): Definitions moved up.
4489         * progmodes/cperl-mode.el (cperl-problems, cperl-tips)
4490         (cperl-non-problems, cperl-praise): Doc fixes.
4492         * progmodes/sh-script.el (sh-mode): Don't use define-derived-mode.
4493         (sh-mode-syntax-table): Function restored.
4494         Variable set up for use by function sh-mode-syntax-table.
4495         (sh-set-shell): Set the syntax table.
4497         * play/gomoku.el (gomoku-mode): Don't use define-derived-mode.
4499         * progmodes/perl-mode.el (perl-mode): Don't use define-derived-mode.
4501         * international/encoded-kb.el: Don't alter minor-map-alist.
4503 2001-11-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4505         * files.el (auto-save-file-name-transforms): Put remote files in
4506         temporary-file-directory rather than /tmp.
4508 2001-11-21  Colin Walters  <walters@debian.org>
4510         * calc/calc-macs.el (calc-slow-wrapper): Move (point) call outside
4511         of (function ...) wrapper.
4513 2001-11-20  Stefan Monnier  <monnier@cs.yale.edu>
4515         * derived.el (define-derived-mode): Create the abbrev-table
4516         from inside the `defvar'.
4518         * jit-lock.el (jit-lock-defer-time): New var.
4519         (jit-lock-defer-timer, jit-lock-buffers): New vars.
4520         (jit-lock-mode): Initialize them.  Cancel the timers more carefully.
4521         (jit-lock-function): Defer fontification if requested.
4522         (jit-lock-stealth-chunk-start): Pay attention to the new non-nil value.
4523         (jit-lock-stealth-fontify): Check the new `jit-lock-defer-multiline'
4524         text property.
4525         (jit-lock-deferred-fontify): New fun.
4527 2001-11-20  Richard M. Stallman  <rms@gnu.org>
4529         * emacs-lisp/lisp-mode.el (lisp-interaction-mode):
4530         Set local-abbrev-table to lisp-mode-abbrev-table.
4532         * emacs-lisp/re-builder.el (reb-mode):
4533         Don't use define-derived-mode.  Call kill-all-local-variables.
4535         * emacs-lisp/lisp-mode.el (lisp-mode, emacs-lisp-mode):
4536         Don't use define-derived-mode.
4538         * help-mode.el (help-mode): Undo 2001-10-07 change.
4540         * replace.el (occur-mode): Undo 2001-5-20 change.
4542 2001-11-20  Jason Rumney  <jasonr@gnu.org>
4544         * w32-fns.el (w32-system-coding-system): Change to an alias for
4545         locale-coding-system.
4546         (set-w32-system-coding-system): Document the above change.
4547         Set locale-coding-system instead.
4549 2001-11-20  Richard M. Stallman  <rms@gnu.org>
4551         * ruler-mode.el: Add pagination.
4552         (ruler-mode-toggle-show-tab-stops): No need to
4553         test `ruler-mode' variable.
4555 2001-11-20  Eli Zaretskii  <eliz@is.elta.co.il>
4557         * play/landmark.el: Mark lm-mode as special.
4559         * play/gomoku.el: Mark gomoku-mode as special.
4561 2001-11-20  Juanma Barranquero  <lektu@terra.es>
4563         * emacs-lisp/re-builder.el (reb-change-target-buffer): New function.
4564         (top-level): Bind it to C-c C-b.
4565         (re-builder): Don't re-enter RE Builder Mode.
4567         * bs.el (bs-delete): Signal an error if the buffer cannot be deleted.
4569 2001-11-20  Stefan Monnier  <monnier@cs.yale.edu>
4571         * progmodes/cperl-mode.el (cperl-perldoc): Require man before binding
4572         `manual-program'.
4574         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Don't move back
4575         to a line without a comment.
4577 2001-11-20  Eli Zaretskii  <eliz@is.elta.co.il>
4579         * dired.el (dired-listing-switches): Mention in the doc string
4580         that some switches are not supported by ls-lisp.el
4582 2001-11-19  Stefan Monnier  <monnier@cs.yale.edu>
4584         * imenu.el (imenu--split-menu): Use dolist and copy-sequence.
4585         (imenu--create-keymap-2): Remove.
4586         (imenu--create-keymap-1): Simplify, remove third argument.
4587         (imenu--generic-function): Use dolist.
4588         (imenu-find-default): New function.
4589         (imenu--completion-buffer): Use it.
4590         (imenu--mouse-menu): Use popup-menu.
4591         (imenu--menubar-select): Return t rather than calling imenu.
4593         * textmodes/fill.el (fill-delete-prefix, fill-delete-newlines):
4594         New functions, extracted from fill-region-as-paragraph.
4595         (fill-region-as-paragraph): Use them.
4596         Use an end marker instead of eob.
4597         Ignore whitespace-only fill-prefixes when indenting according to mode.
4598         Simplify the loop that searches for spaces backwards.
4600         * textmodes/picture.el (picture-vertical-step)
4601         (picture-horizontal-step): Don't use defconst for variables.
4603         * mail/mail-extr.el: Use backquote/dolist/mapc/when.  Docstring fixes.
4604         (mail-extract-address-components): Downcase domain names.
4605         (mail-extr-delete-char): Remove.  Use delete-char instead.
4607         * emulation/pc-select.el: Doc string fixes.
4608         (pc-selection-mode): Don't treat macos as a tty.
4610         * emacs-lisp/lisp.el (mark-sexp): Mark more if repeated.
4612         * progmodes/cc-engine.el (c-parse-state): Typo. From Martin Stjernholm.
4614         * mwheel.el (mouse-wheel-scroll-amount): Allow float values.
4615         (mouse-wheel-progessive-speed): New var.
4616         (mwheel-scroll): Use it and handle float values.
4618         * lazy-lock.el (lazy-lock-install-hooks): Remove make-local-hook.
4620         * iswitchb.el (iswitchb-mode): Use define-minor-mode.
4621         (iswitchb): Fix the case where the result was selected with the mouse.
4622         (iswitchb-completion-help): Use the normal *Completions* now that
4623         mouse selection works.
4624         (iswitchb-minibuffer-setup): Simplify.
4626         * newcomment.el (comment-column, comment-style, comment-multi-line)
4627         (comment-auto-fill-only-comments): Remove :group arg.
4628         (comment-padding): Add :type.
4629         (comment-indent-new-line): Ignore comment-auto-fill-only-comments
4630         if called interactively.
4632 2001-11-19  Colin Walters  <walters@verbum.org>
4634         * calc/calc.el (toplevel): Add comment and version header.
4635         (calc-init-base): Bump version to 2.02f, update date.
4637 2001-11-19  Richard M. Stallman  <rms@gnu.org>
4639         * net/browse-url.el: Support Mozilla and Galeon.
4640         By default, find the installed browser whichever it is.
4641         (browse-url-mozilla): New function.
4642         (browse-url-mozilla-sentinel): New function.
4643         (browse-url-galeon, browse-url-galeon-sentinel): New functions.
4644         (browse-url-default-browser): New function.
4645         (browse-url-process-environment): Use browse-url-browser-display.
4646         (browse-url-browser-display): Renamed from browse-url-netscape-display.
4647         (browse-url-mozilla-startup-arguments, browse-url-galeon-program)
4648         (browse-url-galeon-arguments, browse-url-galeon-startup-arguments)
4649         (browse-url-mozilla-program, browse-url-mozilla-arguments): New vars.
4650         (browse-url-browser-function): New default, new options.
4652 2001-11-19  Sam Steingold  <sds@gnu.org>
4654         * bindings.el (last-buffer, unbury-buffer): New function.
4655         (mode-line-unbury-buffer): Use `unbury-buffer'.
4657 2001-11-18  Stephen Eglen  <stephen@gnu.org>
4659         * iswitchb.el (iswitchb-cannot-complete-hook): New variable to
4660         control behaviour when no further completion is possible.
4662 2001-11-19  Colin Walters  <walters@verbum.org>
4664         * calc/calc-macs.el (calc-wrapper, calc-slow-wrapper)
4665         (math-showing-full-precision, math-with-extra-prec, math-working)
4666         (calc-with-default-simplification)
4667         (calc-with-trail-buffer): Use backtick.
4668         (Math-zerop, Math-integer-negp, Math-integer-posp, Math-negp)
4669         (Math-looks-negp, Math-posp, Math-integerp, Math-natnump)
4670         (Math-ratp, Math-realp, Math-anglep, Math-numberp, Math-scalarp)
4671         (Math-vectorp, Math-messy-integerp, Math-objectp, Math-objvecp)
4672         (Math-integer-neg, Math-equal, Math-lessp, Math-primp)
4673         (Math-num-integerp, Math-bignum-test, Math-equal-int)
4674         (Math-natnum-lessp, math-format-radix-digit): Change to `defsubst'.
4675         (calc-record-compilation-date-macro): Deleted.  Callers updated.
4676         (math-format-radix-digit): Move to calc-bin.el.
4678         * calc/calc.el (calc-record-compilation-date): Remove.
4679         (calc-bug-address): Update.
4680         (calc-settings-file): Use `user-init-file'.
4682         * calc/calc-mode.el (calc-settings-file-name, calc-save-modes):
4683         Handle null `calc-settings-file'.
4685         * calc/calc-frac.el (calc-over-notation): Use `completing-read'.
4686         * calc/calc-keypd.el (calc-keypad-mode): New.
4687         (calc-do-keypad): Use it.
4688         (calc-keypad-map): Move into `calc-keypad-mode'.
4690         * calc-math.el (calcFunc-sqrt, calcFunc-hypot): Add missing quote
4691         to defalias argument.
4693         * calc-misc.el (math-fixnump, math-fixnatnump, calcFunc-trunc)
4694         (calcFunc-floor): Ditto.
4696         * calc-units.el (calcFunc-usimplify): Ditto.
4698         * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
4699         * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
4700         * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
4701         * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
4702         * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
4703         * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
4704         * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
4705         * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
4706         * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
4707         * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
4708         * calcsel2.el: Change all toplevel `setq' forms to `defvar' forms,
4709         and move them before their first use.  Use `when', `unless'.
4710         Remove trailing periods from error forms.  Add description and
4711         headers suggested by Emacs Lisp coding conventions.
4713 2001-11-19  Stefan Monnier  <monnier@cs.yale.edu>
4715         * newcomment.el (comment-indent):
4716         Fix misindentation for comment-only lines.
4717         (comment-indent-new-line): Only obey comment-multi-line if the
4718         comment-ender is not the end-of-line.
4720 2001-11-19  Richard M. Stallman  <rms@gnu.org>
4722         * net/net-utils.el (network-connection-service-abbrev-alist):
4723         New variable.
4725         * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
4726         Advance to start of 3rd sexp by moving fwd and backing over it.
4727         At first three elements, act like defun.
4729         * delsel.el (delete-selection-pre-hook): Handle and resignal
4730         file-supersession errors to interact properly with userlock.el.
4732 2001-11-18  Richard M. Stallman  <rms@gnu.org>
4734         * progmodes/fortran.el (fortran-mode-syntax-table):
4735         Specify punctuation syntax for backslash.
4737         * progmodes/sh-script.el (sh-must-be-shell-mode): Function deleted.
4738         All calls deleted.
4740         * international/mule-util.el (string-to-sequence): Make it obsolete.
4741         (string-to-list, string-to-vector): Implement them directly
4742         using append and vconcat, not with string-to-sequence.
4744         * startup.el (command-line): Set abbrevs-changed to nil after
4745         reading the init file and the abbrevs file.
4747         * isearch.el (isearch): Use magenta2 as bg for (background light)
4749 2001-11-17  Richard M. Stallman  <rms@gnu.org>
4751         * menu-bar.el (menu-bar-update-buffers-1): Don't pad the buffer name.
4753         * simple.el (minibuffer-history-sexp-flag): Doc fix.
4755 2001-11-17  Stefan Monnier  <monnier@cs.yale.edu>
4757         * font-lock.el (font-lock-compile-keywords): New arg `regexp'.
4758         If set and if applicable, add a regexp to highlight defun-like
4759         text inside comments and strings.
4760         (font-lock-fontify-keywords-region): Pass that new arg.
4761         (font-lock-set-defaults): Move the code to set `font-lock-keywords'
4762         to the end and pass that new arg.
4763         (c-font-lock-keywords-2): Fix regex for labels.
4764         (font-lock-match-c++-style-declaration-item-and-skip-to-next):
4765         Make it work when LIMIT is several lines further.
4766         (c-font-lock-keywords-3, c++-font-lock-keywords-3)
4767         (objc-font-lock-keywords-3, java-font-lock-keywords-3):
4768         Use backquote and make the regexes for `int a, b, c;' work on
4769         multiple lines.
4771         * emacs-lisp/re-builder.el (reb-mode): Use define-derived-mode.
4772         (font-lock-defaults-alist): Don't change it any more.
4773         (reb-subexp-mode-map): Cleanup.
4775         * custom.el (custom-current-group-alist): New var.
4776         (custom-declare-group): Set it.
4777         (custom-current-group): New fun.
4778         (custom-declare-variable, custom-handle-all-keywords):
4779         Use it as a default if no :group argument is specified.
4781         * international/mule-cmds.el (locale-name-match): Use \` and \(?:.
4782         (standard-keyboard-coding-systems): New var.
4783         (set-locale-environment): Use it to decide whether or not to call
4784         set-keyboard-coding-system.
4785         (locale-language-names): Use \"French\" for "fr".
4787 2001-11-17  Richard M. Stallman  <rms@gnu.org>
4789         * emacs-lisp/checkdoc.el (princ-list, checkdoc-read-event)
4790         (add-to-list): Delete compatibility code.
4791         (checkdoc-next-message-error): Doc fix.
4793 2001-11-17  Stephen Eglen  <stephen@gnu.org>
4795         * locate.el (locate): Show default locate pattern within the
4796         prompt, but don't insert it into the minibuffer contents.
4797         Catch the case when pattern is the empty string.
4799 2001-11-17  Eli Zaretskii  <eliz@is.elta.co.il>
4801         * language/european.el ("French"): New language environment.
4803 2001-11-16  Richard M. Stallman  <rms@gnu.org>
4805         * calendar/todo-mode.el (todo-save): Fix previous change.
4807         * subr.el (functionp): Do use cdr-safe on object.
4809 2001-11-16  Stefan Monnier  <monnier@cs.yale.edu>
4811         * bindings.el (mode-line-mode-name): Only put the help-echo property
4812         if the local-map property was put as well.
4813         (global-map): Bind switch-frame, delete-frame, iconify-frame
4814         and make-frame-visible events.
4816         * emacs-lisp/elp.el (elp-not-profilable): New var.
4817         (elp-not-profilable-p): New function.
4818         (elp-instrument-function): Use it.  Use backquotes and push.
4820         * emacs-lisp/bytecomp.el (byte-compile-call-tree, byte-code-vector)
4821         (byte-stack+-info, byte-compile-last-warned-form)
4822         (byte-compile-last-logged-file): Don't defconst a variable.
4823         (no-byte-compile): Declare.
4824         (byte-compile-file): Don't boundp-check no-byte-compile any more.
4825         (byte-compile-defvar): Leave defconst as is.
4827         * emacs-lisp/edebug.el (edebug-form-data, edebug-offsets)
4828         (edebug-offsets-stack, edebug-read-dotted-list, edebug-def-name)
4829         (edebug-current-offset, edebug-old-def-name, edebug-error-point)
4830         (edebug-best-error): Don't defconst a variable.
4831         (edebug-read-syntax-table): Use a char-table.
4832         (edebug-lemacs-specific): Remove.
4833         Toplevel: Eliminate check for Lucid Emacs.
4835         * pcvs-util.el (cvs-prefix-define): Don't defconst a variable.
4837         * rect.el (move-to-column-force): Mark obsolete.
4838         (operate-on-rectangle, delete-extract-rectangle-line)
4839         (insert-rectangle, delete-whitespace-rectangle-line)
4840         (open-rectangle-line, clear-rectangle-line): Use move-to-column.
4841         (string-rectangle-history): New var.
4842         (string-rectangle, string-insert-rectangle): Use it.
4843         (delete-rectangle-line): Fix pos/column mixup and simplify.
4845         * startup.el (normal-top-level-add-subdirs-to-load-path): Simplify.
4846         (normal-top-level, command-line, command-line-1): Simplify.
4848         * tar-mode.el (tar-mode): Use define-derived-mode.
4850         * view.el (view-mode-enable): Don't use make-local-hook.
4852         * emacs-lisp/eldoc.el (eldoc-mode): Use define-minor-mode.
4854 2001-11-16  Richard M. Stallman  <rms@gnu.org>
4856         * mail/mail-extr.el (mail-extr-voodoo): Treat a number as a word
4857         if it doesn't make sense as anything else.
4858         Don't recognize a "telephone number" at the beginning of the name.
4859         (mail-extr-leading-garbage): Match non-word characters only.
4861 2001-11-16  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
4863         * startup.el (command-line-processed): Doc fix.
4865         * apropos.el (apropos-next-label-button): Doc fix.
4867 2001-11-16  Stefan Monnier  <monnier@cs.yale.edu>
4869         * comint.el (comint-mode): Simplify.
4870         (make-comint-in-buffer): Run `comint-mode' only if necessary.
4872         * subr.el (eval-after-load): Make it work with features as well.
4874         * log-view.el (log-view-mode): Don't mark the buffer unmodified.
4876         * international/mule-cmds.el (describe-input-method): Setup xref.
4877         (set-language-environment): Use functionp.
4878         (locale-language-names, locale-charset-language-names)
4879         (locale-preferred-coding-systems): Defconst and purecopy.
4881         * language/european.el (mac-roman): Add mime-charset property.
4883 2001-11-15  Richard M. Stallman  <rms@gnu.org>
4885         * emacs-lisp/cl.el (values, values-list, multiple-value-list)
4886         (multiple-value-apply, nth-value): Use defsubst rather than defalias
4887         to get better doc strings.
4889 2001-11-15  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
4891         * derived.el: Fix autoload cookie.
4893 2001-11-15  Richard M. Stallman  <rms@gnu.org>
4895         * jka-compr.el (jka-compr-partial-uncompress): Fix previous change.
4897 2001-11-15  Stefan Monnier  <monnier@cs.yale.edu>
4899         * menu-bar.el (menu-bar-edit-menu) <copy>: Put an explicit key binding.
4901 2001-11-15  Richard M. Stallman  <rms@gnu.org>
4903         * dired.el (dired-undo): Display a message to explain
4904         that this does not undo file system changes.
4906 2001-11-15  David Kastrup  <David.Kastrup@t-online.de>
4908         * mouse-drag.el (mouse-drag-throw): Push back non-drag events
4909         into `unread-command-events' instead of trying keymap
4910         lookups ourselves.  This makes mouse-clicks do the right
4911         thing even when keymaps of overlays are involved.
4912         (mouse-drag-drag): Likewise.
4914 2001-11-15  Andreas Schwab  <schwab@suse.de>
4916         * progmodes/ada-mode.el (ada-add-extensions): Quote regexp special
4917         characters and append anchor to pattern added to auto-mode-alist.
4919 2001-11-15  Stefan Monnier  <monnier@cs.yale.edu>
4921         * server.el (server-process-filter): Run pore/post-comment-hook
4922         before/after visiting the file.
4924         * info-look.el (makefile-mode): Add info for automake.
4925         (autoconf-mode): Fix the name of the index for automake.
4927         * international/latin-9.el: Give pilcrow punctuation syntax.
4929 2001-11-15  Andre Spiegel  <spiegel@gnu.org>
4931         * vc.el: Documentation fixes.
4933 2001-11-14  Stefan Monnier  <monnier@cs.yale.edu>
4935         * smerge-mode.el (smerge-match-conflict): Fix typo.
4936         (smerge-diff): Be careful to read match-data early enough.
4938 2001-11-14  Colin Walters  <walters@verbum.org>
4940         * calc/calc-alg.el (calcFunc-esimplify, calcFunc-simplify)
4941         (calcFunc-subst): Use `defalias' instead of `fset' and
4942         `symbol-function'.
4944         * calc/calc-arith.el (calcFunc-abs, calcFunc-float)
4945         (calcFunc-ceil, calcFunc-round): Ditto.
4947         * calc/calc-bin.el (calcFunc-clip): Ditto.
4949         * calc/calc-ext.el (calcFunc-evalv): Ditto.
4951         * calc/calc-math.el (calcFunc-sqrt, calcFunc-hypot): Ditto.
4953         * calc/calc-misc.el (math-fixnump, math-fixnatnump)
4954         (calcFunc-trunc, calcFunc-floor, calc-report-bug): Ditto.
4956         * calc/calc-units.el (calcFunc-unsimplify): Ditto.
4958         * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
4959         * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
4960         * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
4961         * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
4962         * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
4963         * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
4964         * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
4965         * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
4966         * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
4967         * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
4968         * calcsel2.el: Style cleanup; don't put closing parens on their
4969         own line, add "foo.el ends here" to each file, and update
4970         copyright date.
4972         * README: Update maintainer.
4974 2001-11-13  Richard M. Stallman  <rms@gnu.org>
4976         * progmodes/compile.el (recompile): Use compilation-arguments if
4977         set, so as to be able to M-x recompile the exact command which
4978         created a compilation-mode buffer.
4980         * progmodes/ada-mode.el (ada-fill-comment-prefix): Doc fix.
4982 2001-11-13  Gerd Moellmann  <gerd@gnu.org>
4984         * mouse.el (mouse-drag-region): Don't run the up-event
4985         handler if window start changed due to the down-mouse event.
4987 2001-11-13  Richard M. Stallman  <rms@gnu.org>
4989         * mouse.el (mouse-show-mark): Either move point to the mark
4990         or use highlighting, never both.
4991         (mouse-buffer-menu): If WINDOW is a frame, select its selected window.
4993 2001-11-13  Simon Josefsson  <jas@extundo.com>
4995         * mail/smtpmail.el (top-level): Change maintainer to Simon
4996         Josefsson, cleanup the smtpmail.el header.
4998         * mail/smtpmail.el (top-level): Don't require cl or base64.
4999         (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
5000         (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd):
5001         Defsubst instead of defmacro.
5002         (smtpmail-intersection): Return value in reverse order.
5003         (smtpmail-open-stream): Use stringp instead of string-to-list.
5004         (smtpmail-open-stream, smtpmail-try-auth-methods): New functions,
5005         separated from smtpmail-via-smtp.
5007         * mail/smtpmail.el (top-level): Autoload starttls, mail-utils and
5008         rfc2104.  Require base64 and cl.
5009         (smtpmail-smtp-service): Doc fix.  :type fix.
5010         (smtpmail-debug-info): Doc fix.
5011         (smtpmail-debug-verb, smtpmail-auth-credentials)
5012         (smtpmail-starttls-credentials, smtpmail-auth-supported):
5013         New variables.
5014         (smtpmail-deduce-address-list, smtpmail-send-it): Don't require
5015         mail-utils (it is autoloaded).
5016         (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
5017         (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd)
5018         (smtpmail-find-credentials, smtpmail-intersection): New utility funs.
5019         (smtpmail-via-smtp): Support STARTTLS, if binary is installed.
5020         (smtpmail-via-smtp): Support AUTH.
5021         (smtpmail-via-smtp): Use `smtpmail-debug-verb' to control VERB.
5023 2001-11-13  Richard M. Stallman  <rms@gnu.org>
5025         * ebuff-menu.el (electric-buffer-update-highlight): New function.
5026         (electric-buffer-overlay): New variable.
5027         (electric-buffer-menu-looper): Call electric-buffer-update-highlight.
5028         (electric-buffer-list): Likewise.
5030         * isearch.el (isearch-whitespace-chars): Doc fix.
5031         (isearch-mode): Handle negative search-slow-window-lines correctly.
5033 2001-11-13  Stefan Monnier  <monnier@cs.yale.edu>
5035         * newcomment.el (comment-normalize-vars): Handle a nil comment-padding.
5037         * progmodes/ada-mode.el (ada-fill-comment-prefix): GNAT wants 2 spaces.
5038         From Emmanuel Briot <briot@act-europe.fr>.
5040 2001-11-13  Colin Walters  <walters@debian.org>
5042         * calc/calc.el (calc-unread-command): Use `unread-command-events'.
5044         * calc/calc-mode.el (calc-settings-file-name): Don't hardcode
5045         "~/.emacs"; use `read-file-name'.
5047         * calc/calc-graph.el, calc/calc-embed.el, calc/calc-graph.el
5048         * calc/calc-misc.el, calc/calc-mode.el, calc/calc-prog.el
5049         * calc/calc-sel.el, calc/calc-store.el, calc/calc-yank.el
5050         * calc/calc.el: Use `frame-width' instead of `screen-width',
5051         `frame-height' instead of `screen-height', and,
5052         `executing-kbd-macro' instead of `executing-macro'.
5054         * calc/calc-embed.el (calc-do-embedded): Call `y-or-n-p' with
5055         correct number of arguments.
5057         * calc/calc-aent.el (calc-do-alg-entry):
5058         Use `blink-paren-function' instead of `blink-paren-hook'.
5060 2001-11-12  Richard M. Stallman  <rms@gnu.org>
5062         * calendar/todo-mode.el (todo-save): Add save-excursion
5063         and save-restriction.
5065         * server.el (server-edit, server-done): Doc fix.
5067         * simple.el (clone-indirect-buffer): Error if major mode symbol
5068         has a no-clone-indirect property.
5069         (clone-buffer): Check for obvious errors before reading clone name.
5071         * info.el (Info-mode): Add a no-clone-indirect property.
5073 2001-11-12  Sam Steingold  <sds@gnu.org>
5075         * vc.el (vc-print-log): Bind `inhibit-read-only' to t before and
5076         set-buffer-modified-p to nil after `vc-exec-after'.
5077         * log-view.el (log-view-mode-map): Bind "q", "z", "m" and "d".
5078         (log-view-mode): Make read-only.
5079         (log-view-current-file): Do final `expand-file-name' in the
5080         current `default-directory'.
5081         (log-view-current-tag): Take an optional `where' arg.
5082         (log-view-diff): New user command.
5084 2001-11-12  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
5086         * progmodes/cpp.el (cpp-choose-face): Fix typo.
5088 2001-11-12  Sam Steingold  <sds@gnu.org>
5090         * emacs-lisp/cl-indent.el (toplevel): Indent properly
5091         `generic-flet', `generic-labels', `with-accessors',
5092         `with-condition-restarts'.
5094 2001-11-12  Richard M. Stallman  <rms@gnu.org>
5096         * dired.el: Many trivial doc fixes.
5097         (dired-get-file-for-visit): New function.
5098         (dired-find-alternate-file, dired-mouse-find-file-other-window):
5099         (dired-view-file, dired-find-file-other-window, dired-display-file):
5100         (dired-find-file): Use dired-get-file-for-visit.
5102 2001-11-12  Alex Schroeder  <kensanata@yahoo.com>
5104         * sql.el (sql-mode): Doc change.
5106         * sql.el (sql-mode-syntax-table): The backslash is no longer an
5107         escape character.
5109 2001-11-12  Colin Walters  <walters@debian.org>
5111         * calc/calc-keypd.el (toplevel): Bind mouse buttons.
5112         (calc-do-keypad): Don't attempt to use nonexistent global
5113         mouse-map, use calc-keypad-map.
5114         (calc-keypad-x-left-click): Renamed to calc-keypad-left-click.
5115         (calc-keypad-left-click): Don't use mouse-map; update to new event
5116         interface.
5117         (calc-keypad-x-middle-click, calc-keypad-x-right-click): Ditto.
5118         (calc-keypad-press): Use `unread-command-events' instead of
5119         `unread-command-char'.
5121         * calc/calc-ext.el (calc-init-extensions): Update autoload names
5122         to match files renamed on initial calc import.
5124 2001-11-12  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
5126         * textmodes/flyspell.el (flyspell-default-dictionary):
5127         Fix previous change.
5129 2001-11-12  Richard M. Stallman  <rms@gnu.org>
5131         * textmodes/flyspell.el (flyspell-default-dictionary):
5132         Fix custom type.
5134 2001-11-11  Richard M. Stallman  <rms@gnu.org>
5136         * calendar/solar.el (solar-sunrise-and-sunset):
5137         Exchange the two extreme values of day-length.
5139         * progmodes/sh-script.el (sh-must-be-shell-mode):
5140         Allow modes derived from sh-mode.
5142         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
5143         Turn off error in some re-search-forward calls.
5145         * replace.el (query-replace-skip-read-only): New variable.
5146         (perform-replace): If that variable is non-nil, ignore matches
5147         that have a read-only property.
5149         * derived.el (define-derived-mode): Doc fix.
5151         * server.el (server-buffer-done): Test of server-existing-buffer
5152         was backwards.
5153         (server-existing-buffer): Doc fix.
5155         * textmodes/flyspell.el (flyspell-default-dictionary):
5156         Allow nil as value, and make nil the default.
5158 2001-11-11  Eli Zaretskii  <eliz@is.elta.co.il>
5160         * menu-bar.el (menu-bar-edit-menu): Don't use x-selection-exists-p if
5161         it is not fboundp.
5162         (clipboard-yank): Ditto.
5164 2001-11-11  Colin Walters  <walters@verbum.org>
5166         The following changes are based on patches from
5167         Eli Zaretskii <eliz@is.elta.co.il>, Kai Gro\e,A_\e(Bjohann
5168         <Kai.Grossjohann@CS.Uni-Dortmund.DE>, and others.
5170         * calc/calc.el (toplevel): Require calc-macs.
5171         (calc-minibuffer-size): New.
5172         (calcDigit-nondigit): Use it instead of `buffer-size'.
5173         (calcDigit-backspace): Likewise.
5174         (calcDigit-nondigit): Use `minibuffer-contents' instead of
5175         `buffer-string'.
5176         (calc-minibuffer-contains): Use `minibuffer-prompt-end' instead of
5177         `point-min'.
5178         (calcDigit-key): Use `calc-minibuffer-contains' instead of a
5179         `save-excursion'.
5181         * calc/calc-macs.el (calc-record-compilation-date-macro): Return a
5182         simple `setq' form.
5184         * calc/calc-ext.el: (toplevel): Require calc.
5185         (calc-fancy-prefix-map): New.
5186         (calc-fancy-prefix): Use it.
5187         (calc-fancy-prefix-other-key): New.
5189         * calc/calc-aent.el (toplevel): Require calc-macs during compilation.
5190         (calc-do-quick-calc): Use `frame-width' instead of `screen-width'.
5191         (calcAlg-edit): Use `minibuffer-contents' instead of `buffer-string'.
5192         (calcAlg-enter): Likewise.
5193         (calcAlg-enter): Use `minibuffer-prompt-end' instead of `point-min'.
5195 2001-11-10  Richard M. Stallman  <rms@gnu.org>
5197         * abbrev.el (read-abbrev-file): Don't set save-abbrevs.
5198         (quietly-read-abbrev-file): Doc fix.
5200         * startup.el (command-line): Read standard abbrev
5201         file (abbrev-file-name), if it exists.
5203         * files.el (save-abbrevs): Default value is t.
5205         * progmodes/compile.el (compile-goto-error): Fix previous change
5206         in the case where subsequent errors have not been parsed yet
5207         because they are in a different source file.
5209 2001-11-10  Peter Kleiweg  <kleiweg@let.rug.nl>
5211         * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
5212         Merge two regular expressions into one.
5213         (ps-mode): Make local bindings for `comment-start' and
5214         `comment-start-skip'.
5215         (ps-mode-looking-at-nested): Simplify an if-else construct;
5216         use `set-match-data' to set the result.
5218 2001-11-10  Richard M. Stallman  <rms@gnu.org>
5220         * textmodes/flyspell.el (flyspell-correct-word/local-keymap):
5221         Function deleted.
5222         (flyspell-correct-word): Old definition deleted.
5223         (flyspell-correct-word/mouse-keymap): Renamed to flyspell-correct-word.
5224         All references renamed too.
5226 2001-11-10  Gerd Moellmann  <gerd@gnu.org>
5228         * Makefile.in (finder_setwins, setwins): Exclude Calc.
5230 2001-11-09  Per Abrahamsen  <abraham@dina.kvl.dk>
5232         * wid-edit.el (checklist): Removed `:menu-tag'.
5233         (radio-button-choice): Ditto.
5234         (editable-list): Ditto.
5236 2001-11-09  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
5238         * play/gomoku.el: Move definitions of constants to the beginning
5239         of file, before their use.
5241 2001-11-09  Richard M. Stallman  <rms@gnu.org>
5243         * textmodes/flyspell.el: Use the keymap property
5244         instead of local-map, and don't use a minor-mode map.
5245         (flyspell-mode-map): Variable deleted.
5246         Don't mess with minor-mode-map-alist.
5247         (calling add-minor-mode): Specify nil for keymap.
5248         And always use add-minor-mode, now that it exists.
5249         (flyspell-overlay-keymap-property-name): Set it to `keymap'.
5250         (flyspell-mode-on): Don't locally bind flyspell-mouse-map
5251         or flyspell-local-mouse-map.
5252         (make-flyspell-overlay): Use flyspell-mouse-map directly.
5253         (flyspell-mode): Doc fix.
5254         (flyspell-mode-on): Don't call make-local-hook.
5256 2001-11-09  Sam Steingold  <sds@gnu.org>
5258         * emacs-lisp/debug.el (debugger-make-xrefs):
5259         Add buttons to all symbols.
5261 2001-11-09  Andre Spiegel  <spiegel@gnu.org>
5263         * vc.el: Add John David Smith to credits.
5265         Suggested by Kalle Olavi Niemitalo <kon@iki.fi>:
5267         * vc-hooks.el (vc-error-occured): Backquotified.
5268         (vc-file-prop-obarray): Use prime length for better efficiency.
5270         * vc.el (vc-clear-context): Fill obarray with 0, not nil.
5272 2001-11-09  Eli Zaretskii  <eliz@is.elta.co.il>
5274         * info.el (Info-file-list-for-emacs): Add entries for Calc.
5276 2001-11-09  Miles Bader  <miles@gnu.org>
5278         * subr.el (functionp): Don't consider macros as functions.
5280 2001-11-08  Miles Bader  <miles@gnu.org>
5282         * subr.el (functionp): Make work correctly for macros and unbound
5283         symbols.
5285         * comint.el (comint-send-input): Fix description of
5286         `comint-process-echoes' in the doc-string.
5288 2001-11-08  Eli Zaretskii  <eliz@is.elta.co.il>
5290         * international/mule.el (make-translation-table): Doc fix.
5291         Suggested by Alex Schroeder <alex@gnu.org>.
5293 2001-11-07  Richard M. Stallman  <rms@gnu.org>
5295         * info.el (Info-fontify-node): Highlight every third menu item.
5297 2001-11-07  Per Abrahamsen  <abraham@dina.kvl.dk>
5299         * cus-edit.el (custom-face-value-create): Don't ignore the
5300         `customized-face' attribute when finding the current face spec.
5302 2001-11-07  Stefan Monnier  <monnier@cs.yale.edu>
5304         * subr.el (with-local-quit): New macro.
5305         (make-syntax-table): Always inherit.
5306         (functionp): Be more careful when `object' is a symbol.
5308         * dabbrev.el (dabbrev-completion): Use "*Completions*".
5310 2001-11-07  Paul Eggert  <eggert@twinsun.com>
5312         * dired.el (dired-move-to-filename-regexp):
5313         Do not distinguish between ASCII letters and non-ASCII characters.
5314         Don't allow comma except in the form "month day, year".
5315         Don't allow space between month name and comma.
5316         Clean up the code that checks for trailing period, comma, and space.
5317         Remove now-obsolete comments, and add more commentary about
5318         Japanese dates.
5319         Always gobble up trailing spaces, instead of doing it only sometimes.
5321 2001-11-07  Miles Bader  <miles@gnu.org>
5323         * paren.el (show-paren-match-face): Add dark-background variant.
5325 2001-11-06  Stefan Monnier  <monnier@cs.yale.edu>
5327         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Paren typo.
5328         (lisp-mode-variables): Don't set paragraph-{start,separate}.
5329         Don't disable adaptive-fill-mode.
5330         (lisp-fill-paragraph): Use tab-width rather than 8.
5331         Prevent filling the first line of docstrings.
5333 2001-11-06  Richard M. Stallman  <rms@gnu.org>
5335         * play/gomoku.el (gomoku): Doc fix.
5337         * jka-compr.el (jka-compr-partial-uncompress):
5338         Support an alternative of not using dd.
5339         (jka-compr-dd-program): Use defcustom to define this.
5340         (jka-compr-load-suffixes): Use defcustom.
5341         (jka-compr-mode-alist-additions): Use defcustom.
5343 2001-11-06  Stefan Monnier  <monnier@cs.yale.edu>
5345         * font-lock.el (font-lock-match-c-style-declaration-item-and-skip-to-next):
5346         Also work when LIMIT is further than the end of line.
5348 2001-11-06  Eli Zaretskii  <eliz@is.elta.co.il>
5350         * international/quail.el (quail-update-leim-list-file): Print the
5351         offending file name if some of its quail-define-package forms is broken.
5353 2001-11-05  Richard M. Stallman  <rms@gnu.org>
5355         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Return the value
5356         of the evaluated form.
5358 2001-11-05  Paul Eggert  <eggert@twinsun.com>
5360         * ls-lisp.el (ls-lisp-time-to-seconds): New function.
5361         (ls-lisp-format-time): Emulate GNU fileutils 4.1.1 ls, whose time
5362         stamps always line up by default.  Also, it uses a slightly
5363         different window to determine whether files are "recent".
5365 2001-11-05  Andrew Innes  <andrewi@gnu.org>
5367         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
5368         Don't attempt to remake autoloads before nuking .elc files.
5370 2001-11-04  Richard M. Stallman  <rms@gnu.org>
5372         * emacs-lisp/lisp-mode.el (last-sexp-toggle-display): Cope if
5373         previous-single-property-change or next-single-char-property-change
5374         returns nil.
5376         * international/mule-cmds.el (set-locale-environment):
5377         Make it interactive; make arg optional.
5379         * international/mule-diag.el (help-funs): Require help-funs.
5381 2001-11-04  Eli Zaretskii  <eliz@is.elta.co.il>
5383         * term/internal.el (term-setup-hook): Add IT-setup-unicode-display.
5385 2001-11-04  Miles Bader  <miles@gnu.org>
5387         * startup.el (fancy-splash-head): Reapply Gerd's hack to make the
5388         shadow of the splash image grey on a dark background instead of black.
5390 2001-11-03  Stefan Monnier  <monnier@cs.yale.edu>
5392         * term.el (all faces): Don't (copy-face 'default <foo>).
5394         * term/xterm.el (function-key-map):
5395         Add entry for `ESC [ 3 ~' -> <delete>
5396         Add entries `ESC O 5 [ABCD]' -> C-{up,down,right,left}.
5397         Use inheritance so that .emacs and terminfo take precedence.
5399 2001-11-03  Eli Zaretskii  <eliz@is.elta.co.il>
5401         * tooltip.el (tooltip-delay): Decrease to 0.7.
5402         (tooltip-hide-delay): Enlarge to 10.
5404 2001-11-03  Richard M. Stallman  <rms@gnu.org>
5406         * startup.el (fancy-splash-tail): Explain how to recover
5407         from a crash, if there was a crash.
5408         (command-line-1): Reorganize display of startup screen,
5409         to simplify the logic.  Use a temp buffer for it.
5411 2001-11-03  Eli Zaretskii  <eliz@is.elta.co.il>
5413         * frame.el (set-background-color, set-foreground-color):
5414         Call face-set-after-frame-default, to propagate the new colors to
5415         the frame's parameters alist.
5417         * calendar/timeclock.el (timeclock-out): Signal an error if
5418         timeclock-last-event is nil.
5420 2001-11-02  Stefan Monnier  <monnier@cs.yale.edu>
5422         * textmodes/fill.el (fill-context-prefix): Fix braino.
5424         * international/quail.el (quail-help):
5425         Use `help-buffer' and move `help-setup-xref' to beginning.
5427         * international/mule-cmds.el (describe-language-environment):
5428         Use `help-buffer' and move `help-setup-xref' to beginning.
5430         * international/mule-diag.el (list-character-sets)
5431         (sort-listed-character-sets, describe-character-set)
5432         (describe-coding-system, describe-fontset, list-fontsets):
5433         Use `help-buffer' and move `help-setup-xref' to beginning.
5434         (describe-char-after): Use `internal-describe-syntax-value'.
5436 2001-11-02  Richard M. Stallman  <rms@gnu.org>
5438         * mouse.el (popup-menu): If the user refuses to select
5439         from a menu, don't try to invoke the menu.
5441 2001-11-02  Miles Bader  <miles@gnu.org>
5443         * help-mode.el (help-xref): New button type.
5444         (help-function, help-variable, help-face, help-coding-system)
5445         (help-input-method, help-character-set, help-type, help-symbol)
5446         (help-back, help-info, help-customize-variable, help-customize-face)
5447         (help-function-def, help-variable-def): Use it as a supertype.
5448         Remove `action' property.
5450         * international/mule-diag.el (describe-character-set)
5451         (describe-coding-system): Pass correct args to `help-xref-button'.
5452         (sort-listed-character-sets): New button type.
5453         (list-character-sets): Use it.
5454         (list-charset-chars): New button type.
5455         (list-character-sets-1): Use it.
5457 2001-11-01  Stefan Monnier  <monnier@rum.cs.yale.edu>
5459         * indent.el (tab-always-indent, indent-for-tab-command):
5460         Remove redundant `never' setting.
5462         * fill.el (fill-region-as-paragraph): Don't forget to skip
5463         over current whitespace before looking for a preceding space.
5465 2001-11-01  Richard M. Stallman  <rms@gnu.org>
5467         * files.el (file-newest-backup): Don't pass backup file name
5468         thru file-name-sans-versions, because it never has version numbers.
5470         * textmodes/sgml-mode.el (sgml-xml-guess): Fix regexp
5471         to avoid ambiguous nested loops.
5473         * files.el (find-file-noselect): Offer to change buffer-read-only
5474         only when the file's read-only status has changed from before
5475         as well as disagreeing with the buffer's current status.
5476         (buffer-file-read-only): New var, local in all buffers.
5478         * buff-menu.el (buffer-menu): Doc fix.
5479         (buffer-menu-other-window): Doc fix.
5480         (list-buffers, list-buffers-noselect): Doc fix.
5482 2001-11-01  Gerd Moellmann  <gerd@gnu.org>
5484         * startup.el (command-line): If the terminal Emacs is running on
5485         has erase char set to ^H, use the Backspace key for deleting
5486         backward, and the Delete key for deleting forward.
5488 2001-11-01  Miles Bader  <miles@gnu.org>
5490         * button.el (define-button-type): Make sure every user-defined
5491         button type has a supertype.
5493 2001-10-31  Jason Rumney  <jasonr@gnu.org>
5495         * international/mule-cmds.el (locale-language-names): Add chs and
5496         cht as aliases for Chinese-GB and Chinese-BIG5.
5498 2001-10-31  Richard M. Stallman  <rms@gnu.org>
5500         * bindings.el (mode-line-frame-identification): Add doc string.
5501         (mode-line-position, mode-line-modes): New variables.
5502         (mode-line-format): Use mode-line-position for the part
5503         that displays the position-in-buffer info.
5504         Use mode-line-modes for the part that displays major and minor modes.
5506 2001-10-31  Sam Steingold  <sds@gnu.org>
5508         * emacs-lisp/debug.el (debugger-make-xrefs): New function.
5509         (debugger-setup-buffer): Call it.
5510         (debugger-mode-map): Bind RET and mouse-2.
5512 2001-10-31  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
5514         * startup.el: Document command line option --no-window-system
5515         instead of --no-windows.
5517 2001-10-30  Stefan Monnier  <monnier@cs.yale.edu>
5519         * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip.
5521         * font-lock.el (java-font-lock-syntactic-face-function): New fun.
5522         (font-lock-defaults-alist): Use it.
5523         From David Ponce <david.ponce@wanadoo.fr>
5525         * progmodes/perl-mode.el (perl-indent-line): Use `eq' to compare
5526         output of `char-after'.
5528         * bindings.el (ctl-x-map): Add binding for C-x (, C-x ) and C-x e.
5530         * simple.el (reindent-then-newline-and-indent): Insert the newline
5531         before indenting the first line.
5532         (undo-get-state, undo-revert-to-state): New funs.
5533         (shell-command): Don't kill the buffer even if empty.
5534         (transpose-subr-start1, transpose-subr-start2, transpose-subr-end1)
5535         (transpose-subr-end2): Remove.
5536         (transpose-subr): Add `special' arg and simplify.
5537         (transpose-subr-1): Rewrite.
5538         (do-auto-fill): Use fill-indent-according-to-mode and fill-nobreak-p.
5539         (rfc822-goto-eoh): Simplify.
5541 2001-10-30  Richard M. Stallman  <rms@gnu.org>
5543         * enriched.el (enriched-face-ans): Fix previous change.
5545 2001-10-30  Gerd Moellmann  <gerd@gnu.org>
5547         * international/iso-acc.el (iso-accents-compose): Remove a
5548         superfluous setq.
5550 2001-10-30  Eli Zaretskii  <eliz@is.elta.co.il>
5552         * buff-menu.el (list-buffers-noselect): If the buffer's name
5553         starts with a blank, but it visits a file, do show it (for files
5554         whose names start with a blank).
5556 2001-10-30  Stefan Monnier  <monnier@cs.yale.edu>
5558         * textmodes/fill.el (sentence-end-double-space)
5559         (sentence-end-without-period): Move to paragraphs.el.
5560         (fill-indent-according-to-mode): Change default to t.
5561         (fill-context-prefix): Simplify control-flow and use a more
5562         sophisticated merge that unifies both previous checks.
5563         (fill-single-word-nobreak-p, fill-french-nobreak-p): New funs.
5564         (fill-nobreak-predicate): Make it into a defcustom'd hook.
5565         (fill-nobreak-p): New fun.
5566         (fill-region-as-paragraph): Use it.
5567         Handle `fill-indent-according-to-mode' slightly differently.
5568         (fill-individual-paragraphs-prefix): Simplify the control-flow.
5569         (fill-individual-paragraphs-citation): Fix.
5571         * textmodes/paragraphs.el (use-hard-newlines): Use define-minor-mode.
5572         (paragraph-start): Change default to the `text-mode' value.
5573         (sentence-end-double-space, sentence-end-without-period):
5574         Move from fill.el.
5575         (forward-paragraph): Use `parstart' and `parsep' for temp variables
5576         rather than rebinding `paragraph-start' and `paragraph-separate'.
5578         * indent.el (indent-line-function): Change default to indent-relative.
5579         (tab-always-indent): Add an `never' setting.
5580         (indent-according-to-mode): Handle `indent-relative' and
5581         `indent-relative-maybe' specially.
5582         (indent-for-tab-command): Rename `prefix-arg' to `arg'.
5583         Handle the `never' case for `tab-always-indent'.
5584         Don't call indent-according-to-mode for indent-relative' and
5585         `indent-relative-maybe'.
5586         (insert-tab): Rename `prefix-arg' to `arg'.
5587         (indent-region): Indent the first line as well.
5588         (indent-relative): Don't mark the buffer modified if the indentation
5589         is unchanged.
5591         * textmodes/text-mode.el (paragraph-indent-minor-mode):
5592         Don't set paragraph-separate.  Set paragraph-start more carefully.
5593         Set indent-line-function.
5594         (paragraph-indent-text-mode): Use it and define-derived-mode.
5595         (text-mode-map): Remove the \t binding.
5596         (text-mode): Simplify now that the default is more favorable.
5598 2001-10-29  Stefan Monnier  <monnier@cs.yale.edu>
5600         * emacs-lisp/find-func.el (find-function-search-for-symbol):
5601         If the regexp doesn't match, use a looser one.
5602         (find-variable-noselect): Add `file' argument.
5604         * pcvs.el (cvs-mode-commit-hook): New hook.
5605         (cvs-mode-commit): Run it.
5607         * log-edit.el (log-edit): Run hook after `log-edit-files'.
5609         * emacs-lisp/edebug.el (delay-mode-hooks): Add edebug-spec.
5610         (edebug-instrument-function): Use `find-function-noselect'.
5612 2001-10-29  Richard M. Stallman  <rms@gnu.org>
5614         * term.el (term-if-emacs19): Macro deleted.
5615         Callers changed to use progn instead.
5617         * frame.el (blink-cursor-mode): Doc fix.
5619         * files.el (find-backup-file-name): Use make-backup-file-name.
5621         * emacs-lisp/edebug.el (edebug-window-live-p): Always alias to
5622         window-live-p.
5623         (edebug-set-conditional-breakpoint): Unconditionally use
5624         the former Emacs >=19 definition.
5625         (edebug-mark): Define unconditionally.
5626         (edebug-eval-expression): Always call read-from-minibuffer
5627         and specify history list.
5628         (edebug-lemacs-specific): Override emacs-mark, edebug-window-live-p,
5629         edebug-set-conditional-breakpoint.
5630         (edebug-emacs-version-specific): Function deleted;
5631         do the job at top level.
5632         (edebug-emacs-19-specific): Function deleted, this is the default.
5634 2001-10-29  Sam Steingold  <sds@gnu.org>
5636         * w32-fns.el (convert-standard-filename): Handle cygwin-specific
5637         "/cygdrive/LETTER/" pathnames.
5639 2001-10-29  Eli Zaretskii  <eliz@is.elta.co.il>
5641         * faces.el (invert-face): Check for 'unspecified, not for nil,
5642         when testing whether face colors are not specified.
5643         From David.Kastrup@t-online.de (David Kastrup).
5644         (read-face-name): Doc fix.
5645         (make-face-bold, make-face-unbold, make-face-italic)
5646         (make-face-unitalic, make-face-bold-italic, invert-face):
5647         Remove trailing blank from the prompt passed to read-face-name.
5649 2001-10-29  Sam Steingold  <sds@gnu.org>
5651         * emacs-lisp/bytecomp.el (byte-recompile-directory):
5652         Report numbers of files skipped and failed too.
5653         (byte-compile-file): Return 'no-byte-compile for skipped files.
5655 2001-10-29  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5657         * log-view.el (log-view-mode-map): Bind `M-n' and `M-p', not `M n'
5658         and `M p'.
5660 2001-10-29  Gerd Moellmann  <gerd@gnu.org>
5662         * international/iso-acc.el (iso-accents-compose): Push SECOND-CHAR
5663         as is on unread-command-events instead of `(SECOND-CHAR)'.
5665 2001-10-29  Andre Spiegel  <spiegel@gnu.org>
5667         * vc.el: Mention vc-*-switches in backend API documentation.
5668         (vc-annotate): Adapt doc string to recent change.
5670 2001-10-29  Gerd Moellmann  <gerd@gnu.org>
5672         * enriched.el (enriched-face-ans): Handle face attributes
5673         of the form `(FACE1 FACE2 ...)'.
5675         * dired-x.el (dired-omit-startup): Show ``Omit'' only in Dired buffers.
5677 2001-10-29  Alex Schroeder  <kensanata@yahoo.com>
5679         * progmodes/sql.el (sql-mysql): Doc change by RMS.
5681         * progmodes/sql.el (sql-db2): Doc change.
5682         (sql-help): Doc change by Christian Egli <christian.egli@stest.ch>.
5683         (sql-mysql): Doc change by Christian Egli <christian.egli@stest.ch>.
5685 2001-10-29  Gerd Moellmann  <gerd@gnu.org>
5687         * env.el (substitute-env-vars): Don't quote argument to `rx';
5688         it's a macro.
5690 2001-10-28  Per Abrahamsen  <abraham@dina.kvl.dk>
5692         * cus-start.el (recursive-load-depth-limit): Added.
5694 2001-10-28  Richard M. Stallman  <rms@gnu.org>
5696         * textmodes/ispell.el (version18p, version20p): Vars deleted.
5697         All uses removed--assume Emacs version is >= 20.
5699         * mail/supercite.el (sc-emacs-features): Test for "Emacs 19"
5700         by really checking that it is not version 18.
5702         * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
5704 2001-10-28  Miles Bader  <miles@gnu.org>
5706         * faces.el (face-attribute): Add INHERIT argument, consider face
5707         inheritance if it's non-nil.
5708         (face-attribute-merged-with): New function.
5709         (face-attribute-specified-or): New macro.
5710         (face-foreground, face-background, face-stipple): Add INHERIT
5711         argument.  Use `face-attribute-specified-or'.
5713 2001-10-28  Stefan Monnier  <monnier@cs.yale.edu>
5715         * font-lock.el: Require `syntax'.
5716         (font-lock-defaults-alist): Don't define keywords for lisp languages.
5717         Use `c-font-lock-syntactic-face-function' for c languages.
5718         (font-lock-mode): Don't unset vars when turning the mode off.
5719         (font-lock-default-fontify-buffer): Don't unset vars at the end.
5720         (font-lock-extra-managed-props): New var.
5721         (font-lock-default-unfontify-region): Use it.
5722         (font-lock-apply-syntactic-highlight): Flush the syntax cache.
5723         Don't eval the value when there's no match.
5724         (font-lock-ppss-stats): New var.
5725         (font-lock-ppss): New fun.
5726         (font-lock-fontify-syntactically-region): Use it and syntax.ppss.
5727         (font-lock-apply-highlight): Allow `highlight' to set several props.
5728         (font-lock-set-defaults): Use dolist.
5729         (font-lock-unset-defaults): Remove.
5730         (font-lock-match-c-style-declaration-item-and-skip-to-next):
5731         Try to recognize prototypes using `foo P_ ((args))'.
5732         ({c,c++,java,objc}-font-lock-keywords-{1,2,3}): Don't setq a defconst.
5733         (c-font-lock-keywords-2): Fix last change to still use Anders' trick.
5734         (c-font-lock-syntactic-face-function): New function.
5735         (font-lock-match-c++-style-declaration-item-and-skip-to-next)
5736         (c++-keywords): Use a more sophisticated regexp to handle
5737         shallowly nested templates.
5739 2001-10-27  Stefan Monnier  <monnier@cs.yale.edu>
5741         * textmodes/sgml-mode.el (sgml-empty-tags): New var.
5742         (sgml-tag): Use it.  Cleanup with `cond'.
5743         (sgml-tags-invisible): Make sgml-tags-invisible buffer-local.
5744         Mark the overlays and only delete those that are marked.
5745         (sgml-skip-close-p): Remove.
5746         (sgml-value): Replace sgml-skip-close-p with its definition.
5747         (html-tag-alist): Use sgml-xml a bit more.
5748         (html-mode): Set sgml-empty-tags.
5750         * textmodes/texnfo-upd.el: Use `when', `dolist', `push', ...
5751         (texinfo-update-node, texinfo-sequential-node-update):
5752         Don't bind the obsolete `auto-fill-hook'.
5753         (texinfo-multi-file-included-list,texinfo-multi-file-master-menu-list):
5754         Use `set-buffer' rather than `switch-to-buffer'.
5755         (texinfo-multi-file-update): Use "Top" rather than `up-node-name'.
5756         Use `set-buffer' rather than `switch-to-buffer'.
5758         * mail/sendmail.el (mail-mode-syntax-table): Let it inherit from
5759         text-mode-syntax-table.
5760         (mail-mode): Use define-derived-mode.
5761         Fix ordering of alternatives in adaptive-fill-regexp.
5762         (mail-mode-map): Don't rely on keymap's internal representation.
5764 2001-10-27  Sam Steingold  <sds@gnu.org>
5766         * textmodes/sgml-mode.el (sgml-xml): Renamed from `html-xhtml'.
5767         (sgml-xml-guess): Extracted from `html-mode' and generalized.
5768         (sgml-mode-common): Call it.
5769         (sgml-mode, html-mode): Set `mode-name' based on `sgml-xml'.
5770         (sgml-tag, sgml-skip-close-p, html-tag-alist, html-line)
5771         (html-horizontal-rule, html-image, html-ordered-list):
5772         (html-unordered-list, html-list-item, html-paragraph):
5773         (html-checkboxes, html-radio-buttons): Use `sgml-xml' instead of
5774         `html-xhtml'.
5776 2001-10-26  Masayuki Ataka  <ataka@milk.freemail.ne.jp>
5778         * textmodes/texinfmt.el (texinfo-format-ifnotinfo): New function.
5779         (ifnothtml): New alias.
5781 2001-10-27  Stefan Monnier  <monnier@cs.yale.edu>
5783         * textmodes/text-mode.el (text-mode): Use define-derived-mode.
5784         (toggle-text-mode-auto-fill): Use derived-mode-p.
5786 2001-10-27  Gerd Moellmann  <gerd.moellmann@t-online.de>
5788         * net/ange-ftp.el (ange-ftp-send-cmd): Call fix-name-func for
5789         `mdtm'.  From "Forrest Cahoon" <forrest.cahoon@merrillcorp.com>.
5791 2001-10-26  Eli Zaretskii  <eliz@is.elta.co.il>
5793         * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
5794         Add make-obsolete cookies, to follow faces.el.
5796         These changes avoid warnings from the byte compiler in faces.el:
5798         * faces.el (internal-get-face): Use facep instead of the obsolete
5799         internal-find-face.
5800         (internal-frob-font-weight, internal-frob-font-slant):
5801         New defaliases for obsolete functions.
5802         (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
5803         (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
5804         (x-make-font-bold-italic): Use internal-frob-font-weight and
5805         internal-frob-font-slant aliases instead of the obsolete
5806         x-frob-... functions.
5808 2001-10-26  Sam Steingold  <sds@gnu.org>
5810         * textmodes/sgml-mode.el (html-mode): Set `html-xhtml' from the
5811         DOCTYPE; set `mode-name' based on it.
5812         (html-tag-alist): Use `html-xhtml' for "li", "dt" and "dd".
5813         (sgml-tag): Close empty tags in XHTML.
5815 2001-10-26  Jason Rumney  <jasonr@gnu.org>
5817         * w32-fns.el: (w32-charset-info-alist): Use ANSI for iso10646-1
5818         when UNICODE is not defined.
5820 2001-10-26  Sam Steingold  <sds@gnu.org>
5822         * font-lock.el (c-font-lock-keywords-2): Do not require labels to
5823         be alone on the line.
5825 2001-10-26  Eli Zaretskii  <eliz@is.elta.co.il>
5827         * button.el (button): Special face definition for MS-DOS terminals.
5829 2001-10-26  Sam Steingold  <sds@gnu.org>
5831         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
5832         Protect the /= test by checking that the args are non-nil.
5833         (sh-font-lock-close-heredoc): Check eof for being non-nil.
5835 2001-10-26  Tomas Abrahamsson  <tab@lysator.liu.se>
5837         * textmodes/artist.el (artist-version): 1.2.4.
5838         (artist-butlast-fn): New variable.
5839         (artist-butlast): New function.
5840         (artist-ellipse-mirror-quadrant): Use it.
5841         (artist-mouse-draw-poly): Use nil for `point-list'.
5842         (artist-mouse-draw-poly): Check for point-list being nil.
5844 2001-10-26  Peter Kleiweg  <kleiweg@let.rug.nl>
5846         * progmodes/ps-mode.el (ps-mode-print-function): Remove quote for
5847         lambda expression.
5848         (ps-mode-menu-main): Submenu with options on/off was replaced with
5849         a toggle button.
5850         (ps-mode, ps-run-mode): Define with `define-derived-mode'
5851         (ps-mode): Autoload cookie added on same line as comment
5852         (ps-mode-tabkey, ps-mode-backward-delete-char):
5853         (ps-mode-r-balance): Replace `delete-horizontal-space' and
5854         `indent-to' with `indent-line-to'
5855         (ps-mode-print-buffer, ps-mode-print-region): Use `funcall'
5856         instead of `eval'.
5857         (ps-mode-print-region): Use `with-temp-buffer'.
5858         (ps-run-start): Use of `mapconcat'.  Use `apply' instead of `eval'.
5859         (numerous places): Add back-tick and tick around names in
5860         docstrings, fix punctuation in docstrings, remove trailing spaces.
5862 2001-10-25  Stefan Monnier  <monnier@cs.yale.edu>
5864         * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Ignore comments.
5865         (sgml-font-lock-keywords-2): Use `eval'.  Moved from sgml-mode-common.
5866         (sgml-font-lock-syntactic-keywords): New var.
5867         (sgml-mode-common): Drop the two args.
5868         Don't make buffer-local variables that aren't used.
5869         Don't set sgml-font-lock-keywords-2 now that it uses `eval instead.
5870         Don't set `before-string' props from sgml-display-text.
5871         (sgml-mode): Use define-derived-mode.
5872         (sgml-tags-invisible): Use sgml-display-text.
5873         (sgml-quote): New command.
5874         (html-tag-alist): Add args for `span'.
5875         (html-mode): Use define-derived-mode.
5876         Set sgml-display-text and sgml-tag-face-alist.
5878 2001-10-25  Sam Steingold  <sds@gnu.org>
5880         * add-log.el (add-log-always-start-new-record): New user option.
5881         (add-change-log-entry): Use it.
5883 2001-10-25  Richard M. Stallman  <rms@gnu.org>
5885         * progmodes/etags.el (tags-query-replace): Make tags-loop-scan
5886         bind case-fold-search if FROM is not all lower case.
5888 2001-10-25  Gerd Moellmann  <gerd@gnu.org>
5890         * startup.el (normal-top-level): Check for frame-initial-frame
5891         only if it's really used.
5893         * mail/mh-utils.el (mh-recenter): Call recenter with arg `(4)'.
5895         * progmodes/compile.el (compilation-parse-errors-filename-function):
5896         New variable.
5897         (compilation-parse-errors): Use it.
5899 2001-10-25  Stefan Monnier  <monnier@cs.yale.edu>
5901         * emacs-lisp/checkdoc.el (checkdoc-eval-defun): Call eval-defun
5902         interactively so that C-u M-C-x still does edebug.
5903         (checkdoc-sentencespace-region-engine): Don't force a double-space
5904         after `.' if it doesn't look like an end-of-sentence.
5905         (debug-ignored-errors): Add `disambiguate ...'.
5907 2001-10-24  Stefan Monnier  <monnier@cs.yale.edu>
5909         * textmodes/texinfo.el (texinfo-environments)
5910         (texinfo-environment-regexp): Hoist.
5911         (texinfo-font-lock-keywords): Use `italic' and `bold' faces.
5912         Only highlight the menu name in menu items.
5913         Setup `@foo ... @end foo' as text clones.
5914         (texinfo-clone-environment): New function.
5915         (texinfo-mode): Simplify auto-fill-inhibit-regexp.
5916         (texinfo-insert-block): Simplify.
5917         (texinfo-insert-quote): Insert a plain " if preceded by \ or if
5918         the command is repeated.
5919         (texinfo-last-unended-begin, texinfo-next-unmatched-end): New funs.
5920         (texinfo-insert-@end): Simplify.
5922         * textmodes/texnfo-upd.el (texinfo-section-types-regexp)
5923         (texinfo-section-level-regexp, texinfo-subsection-level-regexp)
5924         (texinfo-subsubsection-level-regexp)
5925         (texinfo-update-menu-same-level-regexps)
5926         (texinfo-update-menu-higher-regexps)
5927         (texinfo-update-menu-lower-regexps): Hoist to eliminate warnings.
5929         * derived.el (define-derived-mode): Use {delay,run}-mode-hooks.
5930         (derived-mode-p): Autoload.
5932         * subr.el (delay-mode-hooks, delayed-mode-hooks, run-mode-hooks):
5933         New vars and functions.
5934         (text-clone-maintain, text-clone-create): New functions.
5936 2001-10-25  Miles Bader  <miles@gnu.org>
5938         * facemenu.el (facemenu-add-new-face): Fix variable names.
5940 2001-10-24  Richard M. Stallman  <rms@gnu.org>
5942         * facemenu.el (facemenu-unlisted-faces): Improve doc strings
5943         of t and nil values.
5944         (facemenu-set-face): Handle START and END interactively.
5945         (facemenu-set-foreground): Don't use a face; specify color directly.
5946         (facemenu-set-background): Likewise.
5947         (facemenu-set-face-from-menu): Doc fix.
5948         (facemenu-active-faces): Use face-attribute-vector
5949         to handle bare attributes not in faces.
5950         (facemenu-get-face): Don't handle face names fg:... and bg:...
5951         specially.
5952         (facemenu-add-new-face): New argument MENU.
5953         New way to handle adding colors to the color menus.
5955         * env.el (substitute-env-vars): Quote the arg to rx.
5957 2001-10-24  Sam Steingold  <sds@gnu.org>
5959         * mouse.el (mouse-buffer-menu-mode-groups): Added "Version
5960         Control" and "SGML" groups.
5962 2001-10-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
5964         * progmodes/cc-engine.el (c-beginning-of-member-init-list):
5965         Better handling of C++ template args to avoid confusion with `<'
5966         and `>' used as operators in member init expressions.
5968 2001-10-24  Gerd Moellmann  <gerd@gnu.org>
5970         * replace.el (perform-replace): Move START and END parameters
5971         to the end of the argument list and make them optional.
5973         * progmodes/ebrowse.el, progmodes/etags.el: Adapt to change in
5974         perform-replace.
5976         * international/fontset.el (x-must-resolve-font-name): New function.
5977         (x-complement-fontset-spec): Use it.
5979 2001-10-23  Stefan Monnier  <monnier@cs.yale.edu>
5981         * uniquify.el (uniquify-get-proposed-name): Fix (.. "usr" "/usr" 0).
5983         * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
5984         Turn caadr into caar of cdr.
5986 2001-10-23  Gerd Moellmann  <gerd@gnu.org>
5988         * info.el (Info-fontify-node): Bind down-mouse-{1,2} instead
5989         of mouse-{1,2} since dragging is on the down event.
5991         * play/doctor.el (make-doctor-variables): Remove a '($ please)'.
5993         * mail/mh-utils.el (mh-recenter): Call `recenter' with arg t
5994         if ARG is nil.
5996         * desktop.el (desktop-last-buffer): New variable.
5997         (desktop-create-buffer): Set it.
5998         (desktop-read): Bind it and switch to that buffer.
6000 2001-10-22  Gerd Moellmann  <gerd@gnu.org>
6002         * progmodes/compile.el (compilation-set-window-height):
6003         Select old window only if it's still live.
6005 2001-10-22  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
6007         * help-mode.el (help-buffer): Remove debugging code.
6008         From Stefan Monnier <monnier@cs.yale.edu>.
6010 2001-10-22  Eli Zaretskii  <eliz@is.elta.co.il>
6012         * files.el (file-name-sans-extension, file-name-extension):
6013         Don't count the leading dots in file names as signaling an extension.
6015 2001-10-22  Andre Spiegel  <spiegel@gnu.org>
6017         * vc.el (vc-diff-switches): Doc rewritten.
6019 2001-10-22  Eli Zaretskii  <eliz@is.elta.co.il>
6021         * tooltip.el (tooltip-set-param): Doc fix.
6023         * textmodes/sgml-mode.el (sgml-mode-map): Bind 8-bit codes above
6024         127 to sgml-maybe-name-self.
6025         (sgml-name-8bit-mode): Doc fix.
6026         (sgml-char-names-table): New variable.
6027         (sgml-name-char): Support non-ASCII and mule-unicode-*
6028         characters.  Doc fix.
6029         (sgml-maybe-name-self): Convert unibyte characters to multibyte.
6031         * tooltip.el (tooltip-x-offset, tooltip-y-offset): Mention in the
6032         doc string the effect of `left' and `top' parameters in
6033         tooltip-frame-parameters, the default values, and the units.
6034         (tooltip-frame-parameters): Mention `top' and `left' in the doc string.
6035         (tooltip-show): Mention in the doc string the `top' and `left'
6036         parameters in tooltip-frame-parameters, and x-max-tooltip-size.
6038 2001-10-22  Andre Spiegel  <spiegel@gnu.org>
6040         Add autoscaling support for vc-annotate.
6041         From J.D. Smith <jdsmith@alum.mit.edu>.
6043         * vc.el (vc-annotate-display-default): Accept colormap scaling
6044         ratio (now deprecated).
6045         (vc-annotate-display-autoscale): Added.
6046         (vc-annotate-add-menu): New autoscaling menu options "Span to
6047         Oldest" and "Span Oldest->Newest".  Easymenu support added for
6048         toggle menus driven by customize variable `vc-annotate-display-mode'.
6049         (vc-annotate-display-select): Added.
6050         (vc-annotate): Changed temp-buffer-show-function to
6051         `vc-annotate-display-select'.
6052         (vc-annotate-display): Removed arguments BUFFER and BACKEND.
6053         Added argument OFFSET.  Instead of backend function, calls now
6054         generic `vc-annotate-difference'.
6055         (vc-annotate-difference): Added as generic function instead of
6056         backend-specific function.  No longer takes argument POINT, but
6057         instead accepts a time OFFSET.
6058         (vc-default-annotate-current-time): Added.
6060         * vc-cvs.el (vc-cvs-annotate-difference): Removed to generic
6061         version in vc.el, with
6062         (vc-cvs-annotate-current-time): Added, as override of default.
6063         (vc-cvs-annotate-time): Added.  Taken mostly from the (now removed)
6064         `vc-cvs-annotate-difference'.
6066 2001-10-22  Gerd Moellmann  <gerd@gnu.org>
6068         * saveplace.el (save-place): Require `saveplace'.
6070         * progmodes/cwarn.el (cwarn-font-lock-feature-keywords-alist):
6071         Use `sexp' for :value-type instead of `face'.
6073 2001-10-21  Eli Zaretskii  <eliz@is.elta.co.il>
6075         * mail/rmailsum.el (rmail-summary-font-lock-keywords): Fix the
6076         regexps due to 5-digit message IDs.
6078 2001-10-21  Jason Rumney  <jasonr@gnu.org>
6080         * term/w32-win.el (redisplay-dont-pause): Don't set.
6082 2001-10-21  Miles Bader  <miles@gnu.org>
6084         * help-funs.el (help-manyarg-func-alist): Variable removed.
6086 2001-10-21  Miles Bader  <miles@gnu.org>
6088         * help-funs.el (help-manyarg-func-alist): Remove entries for
6089         `insert', `insert-and-inherit', `insert-before-markers',
6090         `insert-before-markers-and-inherit', `message', `message-box',
6091         `message-or-box', `propertize', `format', `encode-time', `append',
6092         `concat', `vconcat', `nconc', `widget-apply', `make-hash-table',
6093         `insert-string', `ml-if', `ml-provide-prefix-argument', and
6094         `ml-prefix-argument-loop'.
6096 2001-10-21  Andre Spiegel  <spiegel@gnu.org>
6098         * vc.el (vc-diff-internal, vc-coding-system-for-diff)
6099         (vc-default-diff-tree): New functions.
6100         (vc-version-diff): Use them.  As a result, coding systems are now
6101         set up properly for all sorts of diffs, and tree diffs can now
6102         also be done locally.
6103         (vc-diff): With a prefix argument, don't require that it's called
6104         from a buffer under version control.
6105         (diff-switches): Remove duplicate definition.
6107         * vc-cvs.el (vc-cvs-diff-tree): New function.
6109 2001-10-21  Miles Bader  <miles@gnu.org>
6111         * help-funs.el (help-manyarg-func-alist): Remove entries for
6112         `list', `vector', `make-byte-code', `call-process',
6113         `call-process-region', `string', `+', `-', `*', `/', `max', `min',
6114         `logand', `logior', and `logxor'.
6116         * wid-edit.el (checkbox): Swap bg/fg colors in image, and invert
6117         image bits to compensate.  Use `make-string' instead of
6118         `make-bool-vector' (XBM apparently wants byte-aligned rows).
6120 2001-10-20  Kim F. Storm  <storm@cua.dk>
6122         * simple.el (kill-ring-save): Don't show extent of copied region
6123         if using transient-mark-mode and region is fully visible.
6125 See ChangeLog.9 for earlier changes.
6127 ;; Local Variables:
6128 ;; coding: iso-2022-7bit
6129 ;; End:
6131     Copyright (C) 2001, 2002 Free Software Foundation, Inc.
6132   Copying and distribution of this file, with or without modification,
6133   are permitted provided the copyright notice and this notice are preserved.