(new-frame): Add obsolescence declaration.
[emacs.git] / lisp / ChangeLog
blob003ae0f9c2c3ae1d5a4088b45816b13e70e59398
1 2003-04-09  Juanma Barranquero  <lektu@terra.es>
3         * frame.el (new-frame): Add obsolescence declaration.
5 2003-04-09  Ehud Karni  <ehud@unix.mvs.co.il>
7         * frame.el (set-frame-font): Allow keeping frame size after
8         changing font.
9         (modify-all-frames-parameters): New function to change parameters
10         in all existing and future frames.
12 2003-04-09  Thien-Thi Nguyen  <ttn@gnu.org>
14         * man.el (Man-heading-regexp): Accept hyphen.
16 2003-04-09  Kenichi Handa  <handa@m17n.org>
18         * international/fontset.el: Specify rescale ratio 1.3 for CDAC
19         fonts.
21         * international/mule-conf.el: Register ?\221 and ?\226 in
22         latin-extra-code-table.
24 2003-04-08  Richard M. Stallman  <rms@gnu.org>
26         * subr.el (minor-mode-list): New variable.
27         (add-minor-mode): Add to it.
29         * files.el (file-chase-links): New arg LIMIT.
30         After that many iterations, just return what we've got.
32         * map-ynp.el (map-y-or-n-p): When formatting chars in ACTION-ALIST,
33         use single-key-description.
35         * emacs-lisp/lisp-mode.el (last-sexp-toggle-display):
36         At end of buffer, just call `newline'.
38         * mail/rmailsum.el (rmail-make-basic-summary-line): If there's
39         no From field, still try to use the To field.
41 2003-04-09  Kenichi Handa  <handa@m17n.org>
43         * international/mule-diag.el (print-coding-system-briefly): If
44         DOC-STRING is `tightly', print the doc-string tightly.
45         (list-coding-systems-1): Sort coding systems.  Call
46         print-coding-system-briefly with the arg DOC-STRING `tightly'.
48 2003-04-08  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
50         * net/tramp.el: Version 2.0.33 released.
51         Change coding cookie to `iso-2022-7bit' for XEmacs
52         compatibility.  (From Steve Youngs <youngs@xemacs.org>.)
54 2003-04-08  Michael Albinus  <Michael.Albinus@alcatel.de>
56         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
57         Do not disable file name handlers for `file-exists-p' and
58         `file-directory-p'.
60 2003-04-08  Kenichi Handa  <handa@m17n.org>
62         * international/mule-conf.el: Register ?\225 in
63         latin-extra-code-table.
65         * international/utf-16.el (utf-16-le-decode-loop)
66         (utf-16-be-decode-loop): New temporary variables.
67         (ccl-decode-mule-utf-16-le): Use utf-16-le-decode-loop.
68         (ccl-decode-mule-utf-16-be): Use utf-16-be-decode-loop
69         (ccl-decode-mule-utf-16-le-with-signature)
70         (ccl-decode-mule-utf-16-be-with-signature)
71         (ccl-decode-mule-utf-16): New CCL programs.
72         (utf-16-le-encode-loop, utf-16-be-encode-loop): New temporary
73         variables.
74         (ccl-encode-mule-utf-16-le): Use utf-16-le-encode-loop.
75         (ccl-encode-mule-utf-16-be): Use utf-16-be-encode-loop
76         (ccl-encode-mule-utf-16-le-with-signature)
77         (ccl-encode-mule-utf-16-be-with-signature): New CCL programs.
78         (mule-utf-16-post-read-conversion): New function.
79         (mule-utf-16-le-with-signature, mule-utf-16-be-with-signature),
80         (mule-utf-16): New coding systems.
81         (utf-16-le-with-signature, utf-16-be-with-signature),
82         (utf-16): Aliases of the above coding systems.
84 2003-04-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
86         * progmodes/cc-langs.el (c-symbol-key): Use POSIX char classes
87         to match symbols.  This makes CC Mode cope with the full range
88         of identifier characters in e.g. Java.
90 2003-04-07  Francesco Potort\e,Al\e(B  <pot@gnu.org>
92         * xt-mouse.el (xterm-mouse-event-read): New function.
93         (xterm-mouse-event): Use it to get xterm sequences above #x7f.
94         Suggested by Aman Bhargava <emacs-bug@amanb.net>.
96 2003-04-07  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
98         * man.el (Man-getpage-in-background): Set GROFF_NO_SGR env var in
99         all cases, whether or not start-process is fboundp.
101 2003-04-06  Richard M. Stallman  <rms@gnu.org>
103         * calendar/cal-menu.el (cal-menu-update): Use easy-menu-create-menu
104         rather than easy-menu-change.
106         * dired.el (dired-view-file): Let viewer program run asynchronously.
108 2003-04-06  Ben North  <ben@redfrontdoor.org>  (tiny change)
110         * emacs-lisp/lisp-mode.el (last-sexp-toggle-display):
111         Correct the starting point for previous-single-property-change.
113 2003-04-06  Lars Hansen  <larsh@math.ku.dk>
115         * desktop.el: Handle multiple desktop files in different dirs.
116         Other cleanups.
117         Command line option --no-desktop introduced.
118         (desktop-read): Record buffers in the desktop file in
119         the same order as that in the buffer list,
120         (desktop-save): Put buffers in the order given in desktop file,
121         regardless of what handlers do.
122         (desktop-file-version): New variable. Version number of desktop
123         file format.
124         (desktop-create-buffer-form): Variable deleted.
125         (desktop-save): New customizable variable.
126         (desktop-kill): Changed to use `desktop-save'.
127         (desktop-file-name-format): New option: format in
128         which desktop file names should be saved.
129         (desktop-file-name): New function to convert a filename to the
130         format specified in `desktop-file-name-format'.
131         (desktop-create-buffer): Parameters renamed to descriptive
132         systematic names. These parameters are visible to handlers.
133         Renames:
134         ver    -> desktop-file-version
135         mim    -> desktop-buffer-minor-modes
136         pt     -> desktop-buffer-point
137         mk     -> desktop-buffer-mark
138         ro     -> desktop-buffer-read-only
139         locals -> desktop-buffer-locals
140         (desktop-buffer-major-mode, desktop-buffer-file-name)
141         (desktop-buffer-name): Unused customizable variables deleted.
142         (desktop-buffer-misc): Unused variable deleted.
143         (desktop-save, desktop-buffer-dired-misc-data):
144         Use `desktop-file-name'.
145         (desktop-path): New customizable variable.  List of directories in
146         which to lookup the desktop file. Replaces hardcoded list.
147         (desktop-globals-to-clear): New variable replaces hardcoded list.
148         (desktop-clear-preserve-buffers-regexp): New customizable variable.
149         (desktop-after-read-hook): New hook run after a desktop is read.
150         (desktop-no-desktop-file-hook): New hook when no desktop file found.
151         (desktop-change-dir): New function.
152         (desktop-save-in-load-dir): New function. Save desktop in
153         directory from witch it was loaded.
154         (desktop-revert): New function. Revert to the last loaded desktop.
156 2003-04-06  Masatake YAMATO  <jet@gyve.org>
158         * progmodes/etags.el (tag-find-file-of-tag): Renamed from
159         find-file-of-tag to avoid name space pollution.
160         (tag-find-file-of-tag-noselect): Likewise.
161         (etags-list-tags, etags-tags-apropos): Use
162         tag-find-file-of-tag instead of find-file-of-tag.
164 2003-04-06  Masatake YAMATO  <jet@gyve.org>
166         * info.el (Info-goto-emacs-command-node): If command
167         is given as a string, convert it to a symbol.
169 2003-04-05  Kevin Ryde  <user42@zip.com.au>
171         * info-look.el (emacs-lisp-mode): Add prefix/suffix matching regexps.
173 2003-04-05  Andre Spiegel  <spiegel@gnu.org>
175         * vc-cvs.el (vc-cvs-get-entries): New function that uses the
176         right coding system for accessing CVS/Entries.
177         (vc-cvs-registered, vc-cvs-dir-state-heuristic): Use it.
179 2003-04-04  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
181         * subr.el (number-sequence): Adjust code.
183 2003-04-04  Stefan Monnier  <monnier@cs.yale.edu>
185         * textmodes/refill.el (refill-fill-paragraph-at): Undo last fix.
186         (refill-fill-paragraph-at): Don't skip prefix since markers work right.
188         * textmodes/fill.el (fill-delete-newlines): Remove trailing whitespace.
189         (fill-paragraph): Don't skip prefix now that markers work right.
191 2003-04-04  John Paul Wallington  <jpw@gnu.org>
193         * ibuffer.el (ibuffer-insert-filter-group): `help-echo' text
194         property dynamically respects `tooltip-mode'.
195         (define-ibuffer-column name): Likewise.
197         * ibuf-ext.el (ibuffer-format-filter-group-data): Don't append "\n".
199 2003-04-04  Masatake YAMATO  <jet@gyve.org>
201         * progmodes/etags.el (find-file-of-tag-noselect, find-file-of-tag):
202         New helper functions.
203         (snarf-tag-function): Doc string is changed.  Explained about new
204         optional argument, `use-explicit'.
205         (etags-snarf-tag): Add one optional argument `use-explicit'.
206         (file-of-tag-function): Doc string is changed.  Explained about new
207         optional argument, `relative'.
208         (file-of-tag): Doc string is changed.  Explained about new optional
209         argument, `relative'.  Pass `relative' to `file-of-tag-function'.
210         (etags-file-of-tag): Add new argument `relative`.
211         (list-tags): Set `buffer-read-only' to t after making the major mode
212         apropos-mode.
213         (etags-list-tags): Use `make-text-button' instead of
214         `add-text-properties'.  Used `snarf-tag-function',
215         `goto-tag-location-function' and `find-file-of-tag' instead of
216         `find-tag-other-window' (it's too simple).
217         (find-tag-in-order): Use `find-file-of-tag-noselect' instead of
218         `find-file'.
219         (etags-tags-apropos): Use `find-file-of-tag-noselect' instead of
220         `find-file'.  Do not use `etags-goto-tag-location` directly; use
221         `goto-tag-location-function' instead.  Print relative file paths
222         instead of complete ones in *Tags List* buffer, so lines in the
223         buffer become shorter.
224         (etags-tags-apropos-additional): Use `make-text-button' instead of
225         `add-text-properties'.
227 2003-04-04  Andreas Schwab  <schwab@suse.de>
229         * net/tramp.el (tramp-send-string): Handle empty string.
231 2003-04-03  Richard M. Stallman  <rms@gnu.org>
233         * emacs-lisp/easymenu.el (easy-menu-define):
234         Don't make a defvar for nil.
235         (easy-menu-convert-item-1): Doc fix.
236         (easy-menu-change): Call easy-menu-create-menu.
238         * subr.el (read-quoted-char): Remember the input char
239         before translation thru function-key-map, and use that for unreading.
241         * shadowfile.el (shadow-parse-fullname):
242         Renamed from shadow-parse-fullpath.
243         (shadow-parse-name): Renamed from shadow-parse-path.
244         (shadow-make-fullname): Renamed from shadow-make-fullpath.
245         (shadow-replace-name-component): Was shadow-replace-path-component.
246         Callers of the above functions changed.
247         (shadow-expand-cluster-in-file-name): Doc fix.
248         (shadow-same-site, shadow-file-match): Doc fix.
249         (shadow-define-literal-group): Doc fix.
251         * kmacro.el (kmacro-end-and-call-macro): Doc fix.
253         * hexl.el (hexl-find-file): Ignore user's value of default-major-mode.
255         * files.el (hack-local-variables-prop-line): New arg MODE-ONLY.
256         (hack-local-variables): When MODE-ONLY is set, pass it along to
257         hack-local-variables-prop-line.
259         * delsel.el (delete-active-region): Don't explicitly deactivate mark.
261 2003-04-03  Masatake YAMATO  <jet@gyve.org>
263         * progmodes/etags.el: Require button.el.
264         (etags-tags-apropos): Use `make-text-button' instead of
265         `add-text-properties'.  Use `snarf-tag-function' and
266         `etags-goto-tag-location' instead of `find-tag-other-window' (it's
267         too simple).
269         * man.el (Man-xref-header-file): Fix previous change.
271 2003-04-03  Kenichi Handa  <handa@m17n.org>
273         * subr.el (number-sequence): New function.
275 2003-04-02  Ehud Karni  <ehud@unix.mvs.co.il>  (tiny change)
277         * sort.el (sort-reorder-buffer): Fix saving of markers at the end
278         of the sorted region.
280 2003-04-02  Masatake YAMATO  <jet@gyve.org>
282         * woman.el (woman-xref): Removed.
283         (woman-mode): Use `Man-highlight-references' instead of
284         `WoMan-highlight-references'.
285         (WoMan-highlight-references): Removed.
287         * man.el (toplevel): Require button.
288         (Man-header-file-path): New option.
289         (Man-synopsis-regexp, Man-files-regexp, Man-include-regexp)
290         (Man-file-name-regexp, Man-normal-file-prefix-regexp)
291         (Man-header-regexp, Man-normal-file-regexp): New variables.
292         (Man-mode-map): Inherit from `button-buffer-map'.  Don't define
293         "\r" and mouse-2 directly.  These key are defined in
294         `button-buffer-map'.
295         (Man-xref-man-page, Man-xref-header-file, Man-xref-normal-file):
296         New buttons.  `Man-xref-man-page' comes from woman.el.
297         (man-follow-mouse): Removed.
298         (Man-fontify-manpage): Use `Man-highlight-references' instead of
299         calling `add-text-properties' directly.
300         (Man-highlight-references, Man-highlight-references0): New functions.
301         (Man-view-header-file): New function.
303 2003-04-02  Stefan Monnier  <monnier@cs.yale.edu>
305         * textmodes/refill.el (refill-fill-paragraph-at): Don't preserve
306         the trailing space since fill.el doesn't remove it anymore.
307         (refill-mode): Reset fill-paragraph-function even if it was nil.
309         * textmodes/fill.el (fill-region-as-paragraph):
310         Don't remove space at end of paragraph: it makes refill.el unusable.
311         Remove obsolete `save-restriction'.
312         (fill-paragraph, fill-comment-paragraph): Don't add newline at EOP.
313         (fill-delete-newlines): Don't add a trailing space.
314         (fill-newline): Don't leave markers before the prefix.
316         * progmodes/asm-mode.el (asm-calculate-indentation, asm-indent-line):
317         New functions.
318         (asm-mode): Use them in indent-line-function.
319         Set tab-always-indent to nil to stay closer to previous tab behavior.
320         Set comment-add.  Remove space at end of comment-add.
321         (asm-newline): Obsolete.  Use newline-and-indent instead.
322         (asm-mode-map): Remove TAB binding.
323         (asm-code-level-empty-comment-pattern)
324         (asm-flush-left-empty-comment-pattern)
325         (asm-inline-empty-comment-pattern): Remove.
326         (asm-comment): Use newcomment functions instead.
327         (asm-colon): Don't tab if colon is not after a label.
328         (asm-line-matches, asm-pop-comment-level): Remove.
330 2003-04-02  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
332         * emulation/crisp.el (top-level): Quote second arg to
333         `eval-after-load'.
335 2003-04-02  Miles Bader  <miles@gnu.org>
337         * scroll-bar.el (scroll-bar-mode): Correctly specify `nil' choice.
339 2003-04-01  Stefan Monnier  <monnier@cs.yale.edu>
341         * progmodes/asm-mode.el (asm-mode-syntax-table): Setup entries
342         that do not depend on asm-comment-char.
343         (asm-mode-map): Declare and init at the same time.
344         (asm-code-level-empty-comment-pattern)
345         (asm-flush-left-empty-comment-pattern)
346         (asm-inline-empty-comment-pattern): Use \s< so they do not depend
347         on asm-comment-char.  Turn them into constants.
348         (asm-mode): Simplify.
349         (asm-line-matches): Remove unused arg.
351 2003-04-01  Dave Love  <fx@gnu.org>
353         * time.el: Doc fixes.
354         (display-time-mail-face): Change :type and default to nil.
355         (display-time-mail-icon): Use pbm, not xbm.
356         (display-time-mail-string): New.
357         (display-time-string-forms): Use display-time-mail-string.
358         Add checks in display property.
360 2003-04-01  Kenichi Handa  <handa@m17n.org>
362         * language/indian.el (indian-font-char-index-table): Fix the
363         order of CDAC fonts.
365 2003-04-01  Kim F. Storm  <storm@cua.dk>
367         * simple.el (pop-global-mark-quick-repeat): Remove defcustom.
368         (set-mark-command): Unconditionally repeat pop-global-mark without
369         C-x prefix.  Fix doc.
371         * emulation/cua-base.el (cua-set-mark): Unconditionally repeat
372         pop-global-mark without C-x prefix.  Fix doc.
374 2003-03-31  Stefan Monnier  <monnier@cs.yale.edu>
376         * reveal.el (reveal-post-command): Better error handling.
378 2003-03-31  Nick Roberts  <nick@nick.uklinux.net>
380         * gdb-ui.el (gdb-inferior-io-mode): Remove Unix pathname for cat
381         so that it can run on NT also.
383 2003-03-31  Masatake YAMATO  <jet@gyve.org>
385         * progmodes/asm-mode.el (asm-mode): Support skipping C lang style
386         comments.
388         * bindings.el (mode-line-major-mode-keymap): New variable.
389         (mode-line-minor-mode-help): New function, bound to
390         mode-line-minor-mode-keymap.
391         (mode-line-modes): Split mode-line-mode definitions to
392         mode-name, mode-line-process and minor-mode-alist.
393         For mode-name, mode-line-major-mode-keymap is used.
395         * help.el (describe-minor-mode, describe-minor-mode-from-indicator)
396         (lookup-minor-mode-from-indicator): New functions.
398 2003-03-31  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
400         * files.el (file-relative-name): Remove superfluous `and'.
401         Clarify docstring.  From Lars Hansen.
403 2003-03-31  Kenichi Handa  <handa@m17n.org>
405         * international/utf-16.el (ccl-decode-mule-utf-16-le):
406         Don't assume the signature bytes.
407         (ccl-decode-mule-utf-16-be): Likewise.
408         (ccl-encode-mule-utf-16-le): Don't produce the signature bytes.
409         (ccl-encode-mule-utf-16-be): Likewise.
411 2003-03-30  Kevin Ryde  <user42@zip.com.au>
413         * info-look.el (sh-mode): Add doc-specs for commands and variables.
415 2003-03-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
417         * international/utf-8.el (utf-translate-cjk-mode): Minor mode,
418         replaces variable utf-translate-cjk which must be set via Custom.
420         * files.el (file-relative-name): If FILENAME and DIRECTORY are on
421         different drives (on DOS/Windows) or use different handlers, do
422         like `expand-file-name' on FILENAME and return an absolute name.
423         From Lars Hansen <larsh@math.ku.dk>.
425         * tramp.el: Version 2.0.31 released.
426         (tramp-handle-expand-file-name): Do not allow ".." to
427         cross file handler boundaries, so that "/user@host:/../foo"
428         expands to itself, rather than "/foo".  This is intended to work
429         in conjunction with a change in `file-relative-name' which makes
430         sure to use absolute file names if FILE and DIRECTORY have
431         different handlers.
432         (tramp-handle-insert-directory): Comment out XEmacs
433         kludge.  Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
435 2003-03-29  Michael Albinus  <Michael.Albinus@alcatel.de>
437         * trampver.el: New file, to support Autoconf in Tramp CVS repository.
438         * tramp.el (tramp-version, tramp-bug-report-address): Move to
439         trampver.el, which is required now.
440         (tramp-chunksize): Type can be nil as well.
441         Reported by Markus Rost <rost@math.ohio-state.edu>.
442         * tramp-smb.el (tramp-smb-read-file-entry): Make reading size of a
443         listing entry more robust.  Ranges from 10 chars (Samba 1) to 7-9
444         chars (Samba 2).
446 2003-03-29  John Paul Wallington  <jpw@gnu.org>
448         * international/mule.el (with-category-table): Use `make-symbol'
449         to avoid variable capture.  Set table within `unwind-protect'.
450         Ensure table is restored in correct buffer.  Add docstring.
452 2003-03-29  Kenichi Handa  <handa@m17n.org>
454         * language/japan-util.el: If system-type is not for Windows,
455         prefer japanese-iso-8bit.
457 2003-03-28  Sudish Joseph  <sudish@corp.earthlink.net>  (tiny change)
459         * term/mac-win.el (iconify-or-deiconify-frame): Define for
460         compatibility with packages that use it.
462 2003-03-28  Lute Kamstra  <Lute.Kamstra@cwi.nl>
464         * emacs-lisp/checkdoc.el (checkdoc-display-status-buffer):
465         Fix docstring.
466         (checkdoc-interactive, checkdoc-message-interactive): Make them
467         perform spell checking when appropriate.
468         (checkdoc-interactive-loop): Fix docstring and a few typos.
469         (checkdoc-interactive-ispell-loop)
470         (checkdoc-message-interactive-ispell-loop): New functions.
471         (checkdoc-next-error): Fix docstring.
472         (checkdoc-this-string-valid-engine): Fix typo.
473         (checkdoc-ispell-docstring-engine): Do test for
474         checkdoc-autofix-flag = nil.
476 2003-03-28  Jonathan Yavner  <jyavner@engineer.com>
478         * emacs-lisp/testcover.el (testcover-mark-all): Handle screwy
479         top-level macros that put functions as properties.
480         (testcover-mark): No error for functions that just return a constant.
482 2003-03-27  Andreas Schwab  <schwab@suse.de>
484         * vc-cvs.el (vc-cvs-parse-entry): Make sure a file with conflicts
485         is marked as edited.
487 2003-03-26  Kenichi Handa  <handa@m17n.org>
489         * files.el (recode-file-name): New function.
491         * international/characters.el: Setup categories for Indian characters.
493 2003-03-26  Steve Youngs  <youngs@xemacs.org>
495         * em-unix.el (eshell-plain-locate-behavior): Make the default
496         nil on Emacs, t on XEmacs.
498 2003-03-25  Stefan Monnier  <monnier@cs.yale.edu>
500         * emacs-lisp/byte-opt.el (byte-optimize-set): New.
501         Turn `set' into `setq' when applicable.
503 2003-03-24  Stefan Monnier  <monnier@cs.yale.edu>
505         * emacs-lisp/easy-mmode.el (define-minor-mode): Pass unknown keyword
506         args blindly to defcustom.  Use custom-set-minor-mode.
508 2003-03-24  Kim F. Storm  <storm@cua.dk>
510         * simple.el: Rework last change so C-x C-SPC C-SPC does not
511         repeat pop-global-mark by default.
512         (pop-global-mark-quick-repeat): New user option.
513         (set-mark-command): Use it.
515         * emulation/cua-base.el (cua-set-mark):
516         Check pop-global-mark-quick-repeat.
518 2003-03-24  John Paul Wallington  <jpw@gnu.org>
520         * emacs-lisp/easymenu.el (easy-menu-add-item): Don't default to
521         the global map.
523         * emerge.el (emerge-show-file-name): Read event irrespective of
524         whether minibuffer window is resized.  Clear minibuffer when done.
526         * cus-theme.el (customize-create-theme): Rename from
527         `custom-theme-create'.
529 2003-03-24  Luc Teirlinck  <teirllm@mail.auburn.edu>
531         * cus-edit.el (custom-mode): Make `custom-local-buffer' local.
533 2003-03-23  Peter Breton  <pbreton@attbi.com>
535         * net/net-utils.el (dns-lookup-host): New function.
537 2003-03-23  Martin Stjernholm  <bug-cc-mode@gnu.org>
539         * progmodes/cc-mode.el (c-parse-state): Add kludge to avoid
540         an infinite loop when Emacs' open-paren-in-column-zero rule
541         kicks in and causes the sexp functions to misbehave.
543 2003-03-22  Peter Breton  <pbreton@cs.umb.edu>
545         * filecache.el (file-cache-add-directory-recursively)
546         (file-cache-complete, file-cache-display): New functions.
548         * generic-x.el (etc-modules-conf-generic-mode): New generic mode.
549         (rul-generic-mode): Bugfixes by Rolf.Sandau@marconi.com.
551         * dirtrack.el (dirtrack-cygwin-directory-function): New function.
552         Remove timestamp.
554 2003-03-22  Kim F. Storm  <storm@cua.dk>
556         * ido.el (ido-mode): Remove unused NOBIND arg.  Fix doc string
557         accordingly.
558         (ido-define-mode-map): Bind C-l for both file and dir modes.
559         (ido-wide-find-file, ido-wide-find-dir, ido-make-directory):
560         Let-bind enable-recursive-minibuffers to t around read-string.
562 2003-03-22  Kenichi Handa  <handa@m17n.org>
564         * international/fontset.el (setup-default-fontset):
565         Use indian-font-char-range for specifying ranges of indian-glyph
566         chars.  Setup for AKRUTI fonts.
568         * language/indian.el (indian-font-foundry): New variable.
569         (indian-script-language-alist): New variable.
570         (indian-font-char-index-table): New variable.
571         (indian-font-char): New function.
572         (indian-font-char-range): New function.
573         (font-ccl-encoder-alist): Add entry for AKRUTI font.
575 2003-03-22  Kim F. Storm  <storm@cua.dk>
577         * progmodes/cperl-mode.el (cperl-electric-backspace):
578         Add delete-selection property.
580         * simple.el (set-mark-command): Doc fixes.
581         Allow pop-global-mark to be repeated with C-x C-SPC C-SPC...
582         C-u C-u C-SPC now unconditionally sets the mark.
584         * emulation/cua-base.el (cua-set-mark): Doc fixes.
585         Allow pop-global-mark to be repeated with C-x C-SPC C-SPC...
586         C-u C-u C-SPC now unconditionally sets the mark.
588 2003-03-20  Mark A. Hershberger  <mah@everybody.org>
590         * xml.el (xml-parse-attlist): Fix typo in attribute parsing.
592 2003-03-20  Kenichi Handa  <handa@m17n.org>
594         * international/utf-8.el (ccl-decode-mule-utf-8): Fix a bug in
595         handling invalid 5 to 6 bytes sequence.
597 2003-03-19  Simon Marshall  <simon@gnu.org>
599         * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
600         New variable.
601         (makefile-mode): Use it for value of font-lock-syntactic-keywords.
603 2003-03-19  John Paul Wallington  <jpw@gnu.org>
605         * cus-theme.el (custom-theme-create): Add autoload cookie.
607 2003-03-19  Kenichi Handa  <handa@m17n.org>
609         * dired.el (dired-get-filename): Pay attention to the case that
610         `read' returns a unibyte string.  Don't encode the file name by
611         buffer-file-coding-system.
613 2003-03-18  Kenichi Handa  <handa@m17n.org>
615         * language/european.el ("Latin-6"): Fix input-method.
616         ("Latin-7"): Fix input-method.
618         * international/utf-8.el (utf-fragment-on-decoding):
619         Don't call register-char-codings.
620         (utf-fragment-on-decoding): Don't update char-coding-system-table.
621         (utf-translate-cjk): Don't call register-char-codings nor
622         optimize-char-coding-system-table.  Don't update
623         char-coding-system-table.
625         * international/ucs-tables.el (ucs-unify-8859): Don't call
626         register-char-codings.
627         (ucs-unify-8859): Don't call optimize-char-coding-system-table.
628         (ucs-fragment-8859): Don't update char-coding-system-table.
629         Don't call register-char-codings nor optimize-char-coding-system-table.
631         * international/mule.el (optimize-char-coding-system-table):
632         Remove this function.
633         (register-char-codings): Make it obsolete.
634         (char-coding-system-table): Defconst it here.
635         (make-coding-system): Don't call register-char-codings, call
636         define-coding-system-internal.
638         * international/mule-conf.el (no-conversion):
639         Call define-coding-system-internal on this coding system instead of
640         calling register-char-codings.
642         * international/mule-cmds.el (find-coding-systems-for-charsets):
643         Use find-coding-systems-string instead of looking up
644         char-coding-system-table.
646         * international/code-pages.el (cp-fix-safe-chars): Make it obsolete.
647         (cp-make-coding-system): Don't call cp-fix-safe-chars.
649 2003-03-18  Stefan Monnier  <monnier@cs.yale.edu>
651         * startup.el (command-line-1): Use command-execute for any command.
653 2003-03-17  Stefan Monnier  <monnier@cs.yale.edu>
655         * buff-menu.el (list-buffers-noselect): Use the display property
656         to properly align header-line text with the buffer's contents.
658 2003-03-17  Kenichi Handa  <handa@m17n.org>
660         * international/mule.el (ctext-post-read-conversion): Convert the
661         search pattern to multibyte by string-to-multibyte.
663 2003-03-16  Deepak Goel  <deego@gnufans.org>
665         * calc/calc-forms.el (math-tzone-names): Introduce UTC as an alias
666         for GMT.  Suggested by bob@rattlesnake.com.
668 2003-03-15  Stefan Monnier  <monnier@cs.yale.edu>
670         * pcvs.el (cvs-mode!): Remove unused argument.
672         * emacs-lisp/easymenu.el (easy-menu-name-match): Catch any error
673         that member-ignore-case might signal.
674         (easy-menu-add-item): Default to the global map, as documented.
675         (easy-menu-convert-item-1): Use match-string.
677 2003-03-15  Mark A. Hershberger  <mah@everybody.org>
679         * xml.el (xml-ucs-to-string): New function to convert Unicode
680         codepoints to strings.  Uses decode-char (mule.el) if available.
681         (xml-parse-tag, xml-parse-attlist, xml-skip-dtd, xml-parse-dtd)
682         (xml-parse-elem-type): Use ' \t\n\r' instead of '[:space:]'.
683         (xml-parse-attlist): Add attribute normalization.
684         (xml-parse-tag): Replace "\r\n" and "\r" with "\n".
686 2003-03-14  John Paul Wallington  <jpw@gnu.org>
688         * files.el (recover-session): Error if there are no previous
689         sessions to recover.
691         * subr.el (posn-col-row): Simplify.
693         * arc-mode.el (archive-subtype, archive-file-list-start)
694         (archive-file-list-end, archive-proper-file-start)
695         (archive-read-only, archive-local-name, archive-mode-map)
696         (archive-file-name-indent, archive-remote)
697         (archive-alternate-display, archive-superior-buffer)
698         (archive-subfile-mode): Doc fixes.
700 2003-03-14  Stefan Monnier  <monnier@cs.yale.edu>
702         * indent.el (indent-for-tab-command): If tab-always-indent is non-nil
703         and the user hits TAB a second time, just insert a tab.
705         * textmodes/texinfo.el (texinfo-outline-level): Remove.
706         (texinfo-mode): Set outline-heading-alist instead.
707         (texinfo-section-list): Reorder for the needs of outline-heading-alist.
708         (texinfo-insert-block): Don't cons needlessly.
709         (texinfo-enable-quote-macros, texinfo-enable-quote-envs): New vars.
710         (texinfo-insert-quote): Use them.
712         * textmodes/outline.el (outline-level): Demote it to defvar.
713         (outline-heading-alist): Document extended semantics.
714         (outline-head-from-level): New fun.
715         (outline-promote, outline-demote): Use it.
716         (outline-show-heading): New fun.
717         (hide-sublevels, show-children):
718         Use it together with outline-map-region.
719         (outline-get-next-sibling): Don't call outline-level at eob.
721 2003-03-14  Simon Josefsson  <jas@extundo.com>
723         * fringe.el (fringe-mode): Autoload so that
724         Options->Show/Hide->Fringe->Customize works.
726 2003-03-13  Stefan Monnier  <monnier@cs.yale.edu>
728         * textmodes/outline.el (outline-mode-menu-bar-map): Add entries.
729         (outline-mode-prefix-map): Match new bindings to those of allout.
730         (outline-map-region): New fun.
731         (outline-map-tree): Remove.
732         (outline-promote, outline-demote): Apply to region if active.
733         Change the default to apply to the subtree.
734         (outline-move-subtree-up, outline-move-subtree-down): New funs.
735         (outline-invisible-p): Add optional `pos' argument.
736         (outline-next-visible-heading, outline-toggle-children): Use it.
737         (outline-get-next-sibling): Don't call outline-level at eob.
739         * custom.el (custom-set-minor-mode): New fun.
741 2003-03-13  Dave Love  <fx@gnu.org>
743         * international/latin1-disp.el (ucs-tables): Don't require.
744         (latin1-display-face): New.
745         (latin1-display-char): Use it.
747 2003-03-13  Kenichi Handa  <handa@m17n.org>
749         * international/mule-cmds.el (reset-language-environment):
750         Set default-file-name-coding-system to iso-latin-1.
752         * language/european.el (iso-latin-1): Definition of this coding
753         system moved to mule-conf.el.
755         * international/mule-conf.el (iso-latin-1): Moved from
756         european.el.
758         * term/x-win.el (x-select-text): Don't set a text containing
759         eight-bit-control/graphic into the cut buffer.
761 2003-03-12  Kenichi Handa  <handa@m17n.org>
763         * files.el (insert-directory): Decode by what specified.
765         * language/japan-util.el (setup-japanese-environment-internal):
766         By defalt, use japanese-iso-8bit for file names, and prefer
767         japanese-shift-jis on DOS and Windows.
769         * international/quail.el (quail-show-guidance-buf): Make the quail
770         guidance buffer inherit the current value of quail-current-package.
772         * international/utf-8.el (ccl-decode-mule-utf-8): Don't lose bytes
773         on handling an invalid byte sequence.
775 2003-03-11  Jason Rumney  <jasonr@gnu.org>
777         * files.el (auto-mode-alist): Add .xsl for sgml-mode.
779 2003-03-11  Mark A. Hershberger  <mah@everybody.org>
781         * xml.el (xml-skip-dtd): Fix parsing of DOCTYPE.
783 2003-03-11  John Paul Wallington  <jpw@gnu.org>
785         * subr.el (posn-col-row): Heed frame parameter `line-spacing' and
786         `default-line-spacing', rather than buffer-local `line-spacing'.
788 2003-03-10  Per Abrahamsen  <abraham@dina.kvl.dk>
790         * cus-edit.el (customize-rogue): New command.
792 2003-03-10  Andreas Schwab  <schwab@suse.de>
794         * info.el (Info-extract-menu-node-name)
795         (Info-following-node-name): Revert last change.
797 2003-03-10  Thien-Thi Nguyen  <ttn@gnu.org>
799         * progmodes/scheme.el (scheme-mode-syntax-table):
800         Construct w/o using `with-syntax-table'.
802 2003-03-10  John Paul Wallington  <jpw@gnu.org>
804         * subr.el (posn-col-row): Take into account `line-spacing'.
806         * ebuff-menu.el (electric-buffer-update-highlight): Do nothing
807         if major mode isn't `Electric-buffer-menu-mode'.
809         * term/x-win.el (vendor-specific-keysyms)
810         (x-last-selected-text-primary): Doc fixes.
811         (x-win-suspend-error): Use proper noun in error message.
813 2003-03-09  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
815         * man.el (Man-getpage-in-background): Always use `setenv' for
816         environment variables, instead of modifying process-environment
817         directly.  The previous version let-bound process-environment --
818         the let-binding is skipped for GROFF_NO_SGR because there is
819         already a let-binding in effect in some outer scope.
821         * emulation/crisp.el (top-level): Interoperate with cua.
823 2003-03-08  Kim F. Storm  <storm@cua.dk>
825         * emulation/cua-base.el: Provide `cua' feature.
827 2003-03-08  Juanma Barranquero  <lektu@terra.es>
829         * emulation/cua-base.el (cua--standard-movement-commands):
830         Fix docstring.
832 2003-03-07  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
834         * man.el (Man-getpage-in-background): Only change
835         default-directory if necessary.
837 2003-03-07  Andreas Schwab  <schwab@suse.de>
839         * info.el (Info-following-node-name): Skip trailing period.
840         (Info-extract-menu-node-name): Allow period in node name.
842 2003-03-07  Kevin Rodgers  <kevin.rodgers@ihs.com>
844         * dired-x.el (dired-guess-shell-case-fold-search): New user option.
845         (dired-guess-default): Use it.
847 2003-03-07  Thien-Thi Nguyen  <ttn@gnu.org>
849         * progmodes/dcl-mode.el (dcl-font-lock-keywords): New var.
850         (dcl-font-lock-defaults): New var.
851         (dcl-mode): Make and init local var `font-lock-defaults'.
853 2003-03-06  Kevin Rodgers  <kevin.rodgers@ihs.com>
855         * ffap.el (dired-at-point): Check whether the user can create a
856         directory before asking about creating it.
858 2003-03-06  John Paul Wallington  <jpw@gnu.org>
860         * ebuff-menu.el (electric-buffer-list):
861         Respect `Buffer-menu-use-header-line'.
862         (electric-buffer-menu-looper): Likewise.
864         * buff-menu.el (Buffer-menu-mode-map): Add docstring.
865         (Buffer-menu-buffer): Fix indentation.
866         (list-buffers-noselect): Calculate header-line spacing to take
867         into account width of left fringe and left scrollbar.
869 2003-03-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
871         * ps-print.el (ps-print-version): New version number (6.6).
872         (ps-begin-job): If background and foreground color are the same, give
873         an error.
874         (ps-default-fg, ps-default-bg): Better doc.
875         (ps-rgb-color): Became a defun, check RGB value list.
876         (ps-default-background): New internal var.
877         (ps-begin-file): Code fix.
879 2003-03-05  Richard M. Stallman  <rms@gnu.org>
881         * replace.el (query-replace-read-args): Use save-excursion.
882         (map-query-replace-regexp): Use prefix-numeric-value.
884 2003-03-05  Juanma Barranquero  <lektu@terra.es>
886         * term/w32-win.el (x-handle-geometry): Put sizes on
887         `initial-frame-alist' too.
889         * startup.el (command-line-x-option-alist): Make --border-color set
890         the border-color frame parameter, not border-width.
892         * faces.el (frame-set-background-mode): Fix reference to attribute
893         "backgroundMode".
895 2003-03-05  Reto Zimmermann  <reto@gnu.org>
897         * progmodes/vhdl-mode.el: Version 3.32.12 released.
898         Modifications for displaying all projects in hierarchy browser and case
899         insensitive hierarchy browsing.  Change Rod's email address.
900         Include `itimer.el' patch for XEmacs.  Backquote fix.  Change some
901         documentation strings.  Add "ERROR: " prefix to all error
902         messages.  Enhanced usage of hideshow.
903         (vhdl-in-literal): Remove unused argument LIM.
904         (vhdl-compiler-alist): Enhance customization for compilers; add
905         "Speedwave", "Simili", "Synopsys Design Compiler", "Cadence NC",
906         "Savant", "ProVHDL" and "VeriBest" compilers.
907         Add new error message syntax for Modelsim.
908         Add Synplify, column no in error regexp.
909         Include library name in library command.
910         Add unit-to-file name mapping for Savant.
911         Add library option in Makefile generation command.
912         Add command to create library directory.
913         Built-in Makefile generation is always default.
914         (vhdl-create-mode-menu): Split menues for compilers, projects, models.
915         Add customization for `global-font-lock-mode'.
916         Fix `customize-group' entries for XEmacs and
917         change "Gen." to "Generate".  Get *Messages* buffer.
918         Fix "Auto Load Setup File" menu entry.
919         Add faces customization to "Options".  Add "Options" entry.
920         Include `speedbar-indentation-width'.
921         (vhdl-replace-string): Allow casing (use `vhdl-file-name-case').
922         (vhdl-template-exit, vhdl-template-next, vhdl-template-return):
923         Fix template abortion.
924         (vhdl-speedbar-port-copy): Add subprogram copy; copy port of component
925         in package.
926         (vhdl-fixup-whitespace-region): No whitespace after '(' and before ')'.
927         Better treat comments and strings.  Fix "=> ," alignment.
928         (vhdl-port-paste-testbench): Print file names created.
929         Better handling when file exist/open.  Additional comments in code.
930         Replace keywords in testbench entity and architecture file headers.
931         Adjust case in testbench configuration.
932         (vhdl-port-paste-instance): Special case: no number in instance name.
933         (vhdl-speedbar-expand-units): Fix speedbar frame switching oddity.
934         (vhdl-font-lock-keywords-2): Enhance highlighting of instantiation;
935         highlight instantiations without map.
936         Highlight quantity declaration names.  Highlight formal parameters.
937         Fix label highlighting for signal asst.
938         (vhdl-mode): `comment-padding' for Emacs 21 only.
939         Remove forced `turn-on-font-lock'.
940         Remove `hippie-expand-only-buffers' setting.
941         Update online documentation and web address.
942         (vhdl-comment-uncomment-region): Remove usage of `commend-dwim' again.
943         Change ARG for uncommenting.
944         (vhdl-speedbar-make-*-line): Fix for displaying XEmacs speedbar images.
945         (vhdl-fontify-buffer): Toggle font-lock-mode for better recovery.
946         (vhdl-port-list): Add context clause.
947         (vhdl-port-paste-signals): Include direction comments.
948         (vhdl-testbench-declarations, vhdl-testbench-statements): New default.
949         (vhdl-port-*): Include name in status messages.
950         (vhdl-package-alist): Scan for and display subprogram body.
951         Change key to lower case, add original case identifier.
952         Scan for packages used by package body.
953         (vhdl-speedbar-find-file): Always jump to design unit if buffer open.
954         (vhdl-speedbar-insert-hierarchy): Mark non-existing entities/packages.
955         Message "No VHDL design units!".
956         (vhdl-compile-init): Allow fourth element (column no) in error regexp.
957         Fix `nconc' bug.  Eliminate redundant regexps.
958         (vhdl-minibuffer-tab): No indentation.
959         Use `hippie-expand-only-buffers' to take
960         expansions from VHDL buffers only; don't overwrite non-nil default of
961         `hippie-expand-only-buffers'; check whether
962         `hippie-expand-only-buffers' is bound.
963         (vhdl-ams-types, vhdl-ams-enum-values): Add identifiers from
964         `nature_pkg' package.
965         (vhdl-align-alist): Fix "when/else ... =>" case.
966         Align declaration keywords only at beg. of line.
967         Align <=, := and == among each other.
968         (vhdl-port-copy): Extended identifiers for signal names.
969         Fix on empty generic/port clause.
970         Fix parsing of comment on first line.
971         Allow generic clause begin on first line.
972         Add "inout" and "linkage" to direction modes.
973         (vhdl-font-lock-function-face): Change DarkCyan to Cyan4.
974         (vhdl-file-header): Insert VHDL language standard string.
975         (vhdl-instance-name): Unique numbers in instance names.
976         (vhdl-compile): Check for existing compile directory.
977         Print out file name if compiler does not; put it in
978         quotes if contains spaces.  Check compiler name.
979         (vhdl-compiler): Change empty value from "" to nil.
980         (vhdl-make): Check for existing compile directory.
981         Fix missing options if there is a target.  Check compiler name.
982         (vhdl-template-field): Fix case on all VHDL words.
983         (vhdl-template-others): Re-electrified "others".
984         (vhdl-speedbar-expand-architecture): Give user control over displayed
985         hierarchy depth.
986         (vhdl-project-alist): Insert library name in Makefile name.
987         Sources exclude regexp.  Add file-specific compile exceptions.
988         Enhance customization of projects.
989         (vhdl-get-hierarchy): Include configurations in hierarchy list.
990         Fix bug with configurations.
991         Consider configurations; also at lower levels.
992         (vhdl-speedbar-item-info): Enhance displaying.
993         (vhdl-scan-file-contents): Fix skipping of comments in scanning.
994         Sources exclude regexp.
995         Allow comment lines in instantiations.
996         Fix used packages in package body scanning.
997         Allow code before first block configuration.
998         Scan also for "is" keyword of design units.
999         Scan configuration specification.
1000         Clear directory alists first.
1001         Consistency check.
1002         Check for multiply scanned design units.
1003         Scan components/subprograms in package.
1004         Scan library clauses and subconfigurations.
1005         Limit file size for scanning.
1006         (vhdl-entity-alist): Change key to lower case, add original case
1007         identifier.
1008         (vhdl-electric-tab): Not overwrite non-nil default of
1009         `hippie-expand-only-buffers'.
1010         (vhdl-electric-tab): Check whether `hippie-expand-only-buffers' is
1011         bound; use it to take expansions from VHDL buffers only.
1012         (vhdl-electric-tab): Toggle comment indent.
1013         (vhdl-generate-makefile): Check compiler name.
1014         Add library option in Makefile generation command.
1015         (vhdl-generate-makefile): Add dependencies for components in package.
1016         (vhdl-template-elsif): No expansion in concurrent part (except AMS).
1017         (vhdl-insert-string-or-file): Resolve environment variables.
1018         (vhdl-insert-string-or-file): Fix NTEmacs `file-exists-p' problem.
1019         (vhdl-submit-bug-report): Prompt for summary.
1020         (vhdl-resolve-paths): Rearrange environment variable resolution.
1021         (vhdl-scan-project-contents): Rearrange environment variable
1022         resolution.
1023         (vhdl-scan-project-contents): Allow absolute paths.
1024         (vhdl-doc-coding-style): Update RMM URL.
1025         (vhdl-end-of-leader): Consider "is" keyword in VHDL'93.
1026         (vhdl-model-insert): Replace header prompts too.
1027         (vhdl-template-header): New argument `is-model'.
1028         (vhdl-template-generate-body): Remove "begin" for VHDL'93.
1029         (vhdl-actual-port-name): Change default value (no "_i" extension).
1030         (vhdl-template-modify): Delete date instead of kill.
1031         (vhdl-get-source-files): Don't match source files beginning with ".".
1032         (vhdl-project-*-alist): Merge with variables `vhdl-*-alist'.
1033         (vhdl-speedbar-*): Many enhancements and fixes in hierarchy browser.
1034         (vhdl-speedbar-expand-*): Display used packages.
1035         (vhdl-sequential-statement-p): Better algorithm.
1036         (vhdl-electric-mode, vhdl-stutter-mode): Change key bindings.
1037         (vhdl-electric-...): No stuttering within literals.
1038         (vhdl-template-footer): Replace keywords in footer as in header.
1039         (vhdl-align-...): Enhance alignment, add progress reporting.
1040         (vhdl-beautify-region): Bug fix.
1041         (vhdl-comment-insert-inline): Remove wrapping to next line if too long.
1042         (vhdl-testbench-configuration-name)
1043         (vhdl-update-sensitivity-list-buffer): Fix starting cursor position.
1044         (vhdl-prepare-search-[12]): Fix search within hidden code.
1045         (vhdl-speedbar-jump-to-unit): Disable cursor re-positioning.
1046         (vhdl-template-for): Fix sequential statement part detection.
1047         (vhdl-electric-space): Fix wrapping for non-word characters.
1048         (vhdl-template-standard-package): Don't insert "std" library.
1049         (vhdl-template-architecture): Code optimization.
1050         (vhdl-template-package): Search for existing package name.
1051         (vhdl-template-component-decl, vhdl-port-paste-declaration):
1052         Insert "is" in VHDL'93.
1053         (match-string-no-properties, vhdl-forward-comment): New aliases.
1054         (vhdl-speedbar-library-face, vhdl-speedbar-subprogram-face): New faces.
1055         (file-expand-wildcards, regexp-opt, subst-char-in-string)
1056         (vhdl-add-modified-file, vhdl-align-buffer, vhdl-align-declarations)
1057         (vhdl-align-list, vhdl-align-region-2, vhdl-align-region-groups)
1058         (vhdl-align-same-indent, vhdl-aput, vhdl-auto-load-project)
1059         (vhdl-backward-same-indent, vhdl-beginning-of-block)
1060         (vhdl-character-to-event, vhdl-compile-directory)
1061         (vhdl-compile-print-file-name, vhdl-compose-components-package)
1062         (vhdl-compose-insert-generic, vhdl-compose-insert-port)
1063         (vhdl-compose-insert-signal, vhdl-compose-new-component)
1064         (vhdl-compose-place-component, vhdl-compose-wire-components)
1065         (vhdl-default-directory, vhdl-delete, vhdl-delete-indentation)
1066         (vhdl-do-group, vhdl-do-list, vhdl-do-same-indent)
1067         (vhdl-duplicate-project, vhdl-end-of-block, vhdl-expand-abbrev)
1068         (vhdl-expand-paren, vhdl-export-project, vhdl-fill-group)
1069         (vhdl-fill-list, vhdl-fill-region, vhdl-fill-same-indent)
1070         (vhdl-fix-case-word, vhdl-fix-clause, vhdl-forward-comment)
1071         (vhdl-forward-same-indent, vhdl-generate-makefile-1)
1072         (vhdl-get-compile-options, vhdl-get-components-package-name)
1073         (vhdl-get-end-of-unit, vhdl-get-make-options, vhdl-get-packages)
1074         (vhdl-get-visible-signals, vhdl-goto-marker)
1075         (vhdl-hs-forward-sexp-func, vhdl-hs-minor-mode, vhdl-import-project)
1076         (vhdl-indent-group, vhdl-insert-file-contents, vhdl-load-cache)
1077         (vhdl-makefile-name, vhdl-match-string-downcase, vhdl-max-marker)
1078         (vhdl-parse-group-comment, vhdl-paste-group-comment)
1079         (vhdl-port-paste-context-clause, vhdl-port-paste-initializations)
1080         (vhdl-port-reverse-direction, vhdl-process-command-line-option)
1081         (vhdl-project-p, vhdl-re-search-backward, vhdl-re-search-forward)
1082         (vhdl-remove-trailing-spaces, vhdl-require-hierarchy-info)
1083         (vhdl-resolve-env-variable, vhdl-run-when-idle, vhdl-save-cache)
1084         (vhdl-save-caches, vhdl-scan-context-clause)
1085         (vhdl-scan-directory-contents, vhdl-set-compiler, vhdl-set-project)
1086         (vhdl-show-messages, vhdl-sort-alist, vhdl-speedbar-check-unit)
1087         (vhdl-speedbar-contract-all, vhdl-speedbar-contract-level)
1088         (vhdl-speedbar-display-directory, vhdl-speedbar-display-projects)
1089         (vhdl-speedbar-expand-all, vhdl-speedbar-expand-config)
1090         (vhdl-speedbar-expand-package, vhdl-speedbar-expand-project)
1091         (vhdl-speedbar-generate-makefile, vhdl-speedbar-insert-projects)
1092         (vhdl-speedbar-insert-subpackages, vhdl-speedbar-line-key)
1093         (vhdl-speedbar-line-project, vhdl-speedbar-line-text)
1094         (vhdl-speedbar-make-design, vhdl-speedbar-make-subpack-line)
1095         (vhdl-speedbar-make-subprogram-line, vhdl-speedbar-place-component)
1096         (vhdl-speedbar-refresh, vhdl-speedbar-set-depth)
1097         (vhdl-speedbar-update-current-project, vhdl-statistics-buffer)
1098         (vhdl-subprog-copy, vhdl-subprog-flatten, vhdl-subprog-paste-body)
1099         (vhdl-subprog-paste-call, vhdl-subprog-paste-declaration)
1100         (vhdl-subprog-paste-specification, vhdl-template-others-hook)
1101         (vhdl-template-replace-header-keywords, vhdl-toggle-project)
1102         (vhdl-uniquify, vhdl-update-file-contents, vhdl-update-hierarchy)
1103         (vhdl-update-progress-info, vhdl-update-sensitivity-list)
1104         (vhdl-update-sensitivity-list-buffer)
1105         (vhdl-update-sensitivity-list-process, vhdl-use-direct-instantiation)
1106         (vhdl-warning, vhdl-warning-when-idle)
1107         (vhdl-widget-directory-validate, vhdl-work-library)
1108         (vhdl-write-file-hooks-init): New functions.
1109         (vhdl-aappend, vhdl-add-warning, vhdl-align-noindent-buffer)
1110         (vhdl-align-noindent-region, vhdl-create-customize-menu)
1111         (vhdl-forward-unit, vhdl-modify-date-init, vhdl-project-switch)
1112         (vhdl-scan-file-contents, vhdl-speedbar-display-hierarchy)
1113         (vhdl-speedbar-toggle-hierarchy): Functions deleted.
1114         (vhdl-in-comment-p, vhdl-in-string-p, vhdl-standard-p): Define as
1115         functions, not defsubsts.
1116         (vhdl-in-comment-or-string-p, vhdl-speedbar-project-p):
1117         Delete defsubsts.
1118         (vhdl-compose, vhdl-naming, vhdl-speedbar, vhdl-template)
1119         (vhdl-testbench): New customization groups.
1120         (vhdl-electric): Customization group deleted.
1121         (vhdl-align-alist, vhdl-doc-coding-style, vhdl-doc-keywords)
1122         (vhdl-imenu-generic-expression): Define as constants instead of
1123         variables.
1124         (vhdl-ams-packages, vhdl-doc-release-notes, vhdl-emacs-21)
1125         (vhdl-hs-start-regexp, vhdl-time-stamp, vhdl-xemacs): New constants.
1126         (vhdl-font-lock-keywords-0): Constants deleted.
1127         (vhdl-prepare-search-1, vhdl-prepare-search-2, vhdl-visit-file):
1128         New macros.
1129         (vhdl-ext-syntax-table): Macro deleted.
1130         (vhdl-align-group-separate, vhdl-align-same-indent)
1131         (vhdl-architecture-file-name, vhdl-compile-use-local-error-regexp)
1132         (vhdl-components-package-name, vhdl-compose-architecture-name)
1133         (vhdl-compose-create-files, vhdl-compose-include-header)
1134         (vhdl-copyright-string, vhdl-default-library, vhdl-directive-keywords)
1135         (vhdl-entity-file-name, vhdl-file-name-case)
1136         (vhdl-include-group-comments, vhdl-include-type-comments)
1137         (vhdl-indent-syntax-based, vhdl-makefile-generation-hook)
1138         (vhdl-package-file-name, vhdl-project-auto-load)
1139         (vhdl-project-file-name, vhdl-project-sort, vhdl-speedbar-auto-open)
1140         (vhdl-speedbar-cache-file-name, vhdl-speedbar-display-mode)
1141         (vhdl-speedbar-jump-to-unit, vhdl-speedbar-save-cache)
1142         (vhdl-speedbar-scan-limit, vhdl-speedbar-update-on-saving)
1143         (vhdl-testbench-configuration-name)
1144         (vhdl-testbench-include-configuration, vhdl-testbench-include-header)
1145         (vhdl-testbench-include-library, vhdl-use-components-package)
1146         (vhdl-use-direct-instantiation): New options.
1147         (vhdl-compiler-options, vhdl-speedbar, vhdl-speedbar-hierarchy-indent)
1148         (vhdl-speedbar-show-hierarchy, vhdl-testbench-architecture-header)
1149         (vhdl-testbench-entity-header): Options deleted.
1150         (speedbar-indentation-width, vhdl-compile-file-name)
1151         (vhdl-config-alist, vhdl-directive-keywords-regexp)
1152         (vhdl-directory-alist, vhdl-font-lock-keywords-0, vhdl-menu-max-size)
1153         (vhdl-mode-ext-syntax-table, vhdl-modified-file-list)
1154         (vhdl-port-flattened, vhdl-port-reversed-direction)
1155         (vhdl-speedbar-hierarchy-depth, vhdl-speedbar-last-selected-project)
1156         (vhdl-speedbar-show-projects, vhdl-speedbar-shown-project-list)
1157         (vhdl-speedbar-shown-unit-alist, vhdl-speedbar-update-current-unit)
1158         (vhdl-subprog-flattened, vhdl-subprog-list, vhdl-updated-project-list)
1159         (vhdl-warnings): New variables.
1160         (vhdl-project-ent-inst-list, vhdl-project-entity-alist)
1161         (vhdl-project-package-alist, vhdl-speedbar-last-file-name)
1162         (vhdl-speedbar-shown-units-alist, vhdl-startup-warnings): Delete vars.
1164 2003-03-04  Rob Kaut  <rob@siworks.com>  (tiny change)
1166         * progmodes/vhdl-mode.el (vhdl-comment-uncomment-region):
1167         Remove two comment characters at start of line instead of one.
1169 2003-03-03  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
1171         * printing.el (pr-get-symbol): Move it to next eval-and-compile.
1173 2003-03-03  John Paul Wallington  <jpw@gnu.org>
1175         * ibuf-macs.el (ibuffer-aif): Use `make-symbol' instead of
1176         `gensym' in case user calls macro at runtime.
1177         (ibuffer-save-marks): Likewise.
1179 2003-03-03  Kenichi Handa  <handa@m17n.org>
1181         * language/japan-util.el (japanese-symbol-table): Add two entries
1182         to make it complete.
1184 2003-03-03  Andreas Schwab  <schwab@suse.de>
1186         * info.el (Info-fontify-node): Don't hide indentation before the
1187         reference name.  Don't process a reference twice when a new tag is
1188         inserted.
1189         (Info-hide-note-references): Fix doc and customize type.
1191 2003-03-02  Matt Swift  <swift@alum.mit.edu>
1193         * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
1194         New custom variable.
1195         (lisp-fill-paragraph): Use it.  Add ?, to `paragraph-separate' so
1196         that first docstring lines ending with a comma are respected.
1197         Add "`(" to same so that function and macro bodies beginning with a
1198         backquote do not get disturbed.  Revise the comments.
1200 2003-03-01  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1202         * startup.el (command-line): Call menu-bar-mode with 1 instead of t.
1204         * menu-bar.el (menu-bar-mode): Change to define-minor-mode
1205         and initialize as for tool-bar-mode.
1207 2003-02-28  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1209         * net/tramp.el: Version 2.0.30 released.
1210         Replace term "path" with "localname" unless it is used for a
1211         search path.
1212         (tramp-handle-expand-file-name): Allow ".." to cross host boundaries.
1213         (tramp-open-connection-setup-interactive-shell): Unset $ENV in
1214         addition to setting $PS1 when starting the Bourne-ish shell.
1215         Some sh implementations (eg, bash when called as sh) read the file
1216         named there on startup, which could clobber $PS1.
1217         (tramp-do-copy-or-rename-file-one-local): New function.
1218         Not implemented.  Not used.  Should invoke rcp or scp directly to keep
1219         the time.
1221 2003-02-28  Michael Albinus  <Michael.Albinus@alcatel.de>
1223         * net/tramp-smb.el: Replace term `path' with `localname'
1224         unless it is used for a search path.  In GNU, the word `path' is
1225         reserved for search paths.
1227         * net/tramp.el (tramp-send-string, tramp-send-region): Removed.
1228         (tramp-send-string): New function.  Takes over the role of the
1229         functions above, in order to have a unique place handling
1230         `tramp-chunksize'.  Same implementation as `tramp-send-region'.
1231         (tramp-chunksize): It's now a defcustom.  Set to 500 on systems
1232         only known to have a buggy `process-send-string' implementation.
1233         First black-listed constellation is GNU Emacs/ hpux.
1234         (tramp-send-region): Correct debug message.
1235         (tramp-bug): Add `tramp-chunksize'.
1237 2003-02-26  Matt Swift  <swift@alum.mit.edu>
1239         * startup.el: Streamline code in several functions for efficiency
1240         and readability.  Rephrase booleans to avoid `(not noninteractive)'.
1241         Clarify several booleans expressions using De Morgan's laws.
1243         (command-line): Fix barf when first command-line option handled by
1244         `command-line-1' is in the form --OPT=VAL.
1245         (command-line-1): Restore intended behavior of the --directory/-L
1246         command-line option: "-L a -L b -L c" on the command-line now puts
1247         '(a b c) at the front of `load-path'.
1249 2003-02-26  Oliver Scholz  <alkibiades@gmx.de>
1251         * play/gamegrid.el (gamegrid-add-score): Add info to docstring.
1252         (gamegrid-add-score-with-update-game-score-1): New function,
1253         factored out of `gamegrid-add-score-with-update-game-score'.
1254         (gamegrid-add-score-with-update-game-score): Use it.  Fall back on
1255         `gamegrid-add-score-insecure' if the requested file does not exist
1256         in $(gamedir), in case the user has installed a game on his own.
1257         (gamegrid-add-score-insecure): Accept optional directory argument.
1259 2003-02-25  Andreas Schwab  <schwab@suse.de>
1261         * progmodes/make-mode.el (makefile-font-lock-keywords): Protect shell
1262         variable references by requireing that $ is not preceded by another $.
1264 2003-02-25  Kenichi Handa  <handa@m17n.org>
1266         * env.el (setenv): Fix previous change.
1268 2003-02-25  Ramakrishnan M  <rama@gnu.org>  (tiny change)
1270         * language/mlm-util.el (mlm-char-glyph): Fix more rules.
1272 2003-02-24  Stefan Monnier  <monnier@cs.yale.edu>
1274         * progmodes/simula.el: Move abbrev loading to after the fun it uses.
1275         (simula-install-standard-abbrevs): Use dolist.
1276         Use system-flag when calling define-abbrev.
1278 2003-02-24  Dave Love  <fx@gnu.org>
1280         * obsolete/cplus-md.el: Delete.  (Requires removed c-mode.el.)
1282         * env.el (read-envvar-name): Decode names.
1283         (substitute-env-vars): Use eval-when-compile and char class.
1284         (setenv): Doc fix.  Encode the data (after checking that's possible).
1285         (getenv): Encode the name and decode the result.
1287 2003-02-24  Ken Manheimer  <klm@zope.com>
1289         * allout.el (allout-pre-command-business): Fix docstring.
1291 2003-02-24  Ramakrishnan M  <rama@gnu.org>  (tiny change)
1293         * language/mlm-util.el (mlm-char-glyph): Fix several composing rules.
1295 2003-02-24  Kenichi Handa  <handa@m17n.org>
1297         * international/characters.el: Fix syntaxes of gb2312 and big5.
1299         * language/japan-util.el (sentence-end-save): Variable deleted.
1300         (setup-japanese-environment-internal): Don't setup sentence-end.
1301         (exit-japanese-environment): Function deleted.
1303         * language/japanese.el ("Japanese"): Delete `exit-function'.
1305         * textmodes/paragraphs.el (sentence-end): Add Chinese and Japanese
1306         characters.
1308 2003-02-24  Ramakrishnan M  <rama@gnu.org>  (tiny change)
1310         * language/mlm-util.el (mlm-char-glyph): Add entries for "halant +
1311         rakar + halant" and "halant + rrakar + halant".
1313 2003-02-23  Richard M. Stallman  <rms@gnu.org>
1315         * replace.el (query-replace-read-args): Return just 3 values.
1316         (query-replace, query-replace-regexp)
1317         (query-replace-regexp-eval, map-query-replace-regexp)
1318         (replace-string, replace-regexp): Read the start and end args
1319         separately so that the expressions are recorded in command-history.
1321         * menu-bar.el (Revert Buffer): Condition on buffer-file-number.
1323         * startup.el (inhibit-startup-hooks): New variable.
1324         (normal-top-level): Obey that variable.
1325         (command-line-1): Run emacs-startup-hook before term-setup-hook.
1326         Set inhibit-startup-hooks too.
1328         * files.el (revert-buffer): Different error message
1329         for reverting a nonexistent file.
1331 2003-02-22  Stefan Monnier  <monnier@cs.yale.edu>
1333         * progmodes/cperl-mode.el: Merge changes from CPerl-5.0.
1334         (toplevel): Require man.
1335         Don't autoload tmm-prompt (it's in loaddefs.el).
1336         (cperl-electric-backspace-untabify): New var.
1337         (cperl-electric-backspace): Use it.
1338         (cperl-vc-header-alist): Extract numeric version from the Id.
1339         (cperl-build-manpage): New fun.
1340         (cperl-menu): Use it.  Add toggle-autohelp.
1341         (cperl-mode) <defun-prompt_regexp>: Understand prototypes.
1342         (cperl-electric-brace): Use `cperl-after-block-p' for detection.
1343         (cperl-electric-keyword): Make $if (etc: "$@%&*") non-electric.
1344         '(' after keyword would insert a doubled paren.
1345         (cperl-calculate-indent): Update syntaxification before checks.
1346         Fix wrong indent of blocks starting with POD.
1347         (cperl-find-pods-heres): If no end of HERE-doc found, mark to the end
1348         of buffer.  This enables recognition of end of HERE-doc "as one types".
1349         Require "\n" after trailing tag of HERE-doc.
1350         \( made non-quoting outside of string/comment (gdj-contributed).
1351         Likewise for \$.  Remove `here-doc-group' text property at start
1352         (makes this property reliable).
1353         Text property `first-format-line' ==> t.
1354         Do not recognize $opt_s and $opt::s as s///.
1355         (cperl-after-block-p): Optional arg pre-block to check for a pre-block
1356         Recognize `continue' blocks too.
1357         (cperl-after-expr-p): Update syntaxification before checks.  Work after
1358         here-docs, formats, and PODs too (affects many electric constructs).
1359         (cperl-fix-line-spacing): Allow "_" in $vars of foreach etc.
1360         (cperl-perldoc): Use case-sensitive search.
1362         * progmodes/cperl-mode.el: Merge changes from CPerl-4.35.
1363         (cperl-xemacs-p): Move.
1364         (cperl-can-font-lock): New var to replace window-system.
1365         (cperl-enable-font-lock): Use it.
1366         (cperl-use-major-mode): New var.
1367         (cperl-mode): Use it.
1368         (cperl-calculate-indent): Remove code whose removal was missed
1369         in some earlier merge.
1370         (cperl-tags-hier-init): Use display-popup-menus-p.
1372 2003-02-22  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1374         * files.el (abbreviate-file-name): Shorten docstring: variables
1375         are now hyperlinks and `C-h v' need not be mentioned explicitly.
1377 2003-02-21  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1379         * files.el (abbreviate-file-name): Document removal of
1380         automounter prefixes.  Reported by Lars Hansen.
1382 2003-02-21  Kim F. Storm  <storm@cua.dk>
1384         * emulation/cua-base.el: Add run-time check to catch users trying
1385         to use older versions of CUA-mode, rather than the version
1386         distributed with Emacs.  Use autoload cookies and eval-after-load.
1388         * startup.el (command-line): Clarify and tidy up the message
1389         printed when there are errors in the user-init-file.
1390         Do not encapsulate the error data; it's read by humans here.
1391         Do not split windows when displaying the *Message* buffer.
1393 2003-02-20  Stefan Monnier  <monnier@cs.yale.edu>
1395         * subr.el (with-syntax-table): Don't copy the table any more.
1397 2003-02-20  Ehud Karni  <ehud@unix.mvs.co.il>  (tiny change)
1399         * mail/rmail.el (rmail-insert-inbox-text): Make the pop3 mechanism
1400         work on cygwin systems too.
1402 2003-02-20  Juanma Barranquero  <lektu@terra.es>
1404         * progmodes/ebrowse.el (ebrowse-show-file-name-at-point):
1405         Remove useless check.
1407 2003-02-20  Andreas Schwab  <schwab@suse.de>
1409         * info.el (Info-extract-menu-node-name): Stop if colon is
1410         followed by open paren.
1412 2003-02-20  Francesco Potort\e,Al\e(B  <pot@gnu.org>
1414         * mail/undigest.el (unforward-rmail-message): Allow nested
1415         unforwarding, that is, preserve old Forwarded-From/Date headers.
1417 2003-02-20  Kenichi Handa  <handa@m17n.org>
1419         * term/w32-win.el: Call set-fontset-font with NAME nil.
1421         * international/mule-diag.el (print-fontset): If FONTSET is nil,
1422         use the default fontset.
1423         (describe-fontset): If the current frame is not using a fontset,
1424         call print-fontset with nil.
1426 2003-02-19  Andre Spiegel  <spiegel@gnu.org>
1428         * vc.el (vc-binary-assoc, vc-binary-suffixes): Remove; these
1429         were accidentally left over during the VC redesign in 2000.
1431 2003-02-18  Juanma Barranquero  <lektu@terra.es>
1433         * help-macro.el (make-help-screen): Fix character constant.
1435         * mouse-sel.el (mouse-sel-determine-selection-thing): Likewise.
1437         * calc/calc-graph.el (calc-graph-plot): Likewise.
1439         * calc/calc-prog.el (calc-macro-edit-variable): Likewise.
1441         * emacs-lisp/edebug.el: Likewise.
1443         * emacs-lisp/helper.el (Helper-help-scroller): Likewise.
1445         * language/cyril-util.el (standard-display-cyrillic-translit):
1446         Likewise.
1448         * mail/rfc822.el (rfc822-nuke-whitespace): Likewise.
1450         * progmodes/cperl-mode.el (cperl-electric-keyword)
1451         (cperl-electric-pod, cperl-do-auto-fill): Likewise.
1453         * textmodes/reftex-ref.el (reftex-reference): Likewise.
1455         * textmodes/table.el (table-generate-source): Use ?\\ instead of
1456         space in "work in progress" message.
1458         * emacs-lisp/tq.el (tq-create): Fix quoted lambda expression.
1460 2003-02-17  Dave Love  <fx@gnu.org>
1462         * progmodes/ebrowse.el (ebrowse-output): Don't use gensym.
1464 2003-02-17  Markus Rost  <rost@math.ohio-state.edu>
1466         * calendar/calendar.el (diary-file-name-prefix-function):
1467         Fix custom type.
1469 2003-02-17  Andre Spiegel  <spiegel@gnu.org>
1471         * vc-cvs.el (vc-cvs-dir-state): Protect against DIR not being
1472         under CVS control.  Suggested by Masanobu UMEDA.
1474 2003-02-17  Kenichi Handa  <handa@m17n.org>
1476         * files.el (insert-directory): Add workaround for the case that we
1477         can't trust ls's output as to byte positions of filenames.
1479 2003-02-15  Richard M. Stallman  <rms@gnu.org>
1481         * ffap.el: Many doc fixes.
1482         (ffap-replace-file-component):
1483         Renamed from ffap-replace-path-component.  Callers changed.
1484         (ffap-host-to-filename): Renamed from ffap-host-to-path.  Callers chgd.
1486         * international/iso-ascii.el (iso-ascii-display-table): New variable.
1487         (iso-ascii-standard-display-table): New variable.
1488         (iso-ascii-display): Define in iso-ascii-display-table.
1489         (iso-ascii-mode): New command.
1491         * tar-mode.el (tar-header-block-summarize):
1492         Use l for symlink, h for hard link.
1494 2003-02-15  David Kastrup  <dak@gnu.org>
1496         * net/ange-ftp.el (ange-ftp-get-file-entry): Allow for graceful
1497         failure returning nil, as documented.
1499 2003-02-14  Dave Love  <fx@gnu.org>
1501         * international/code-pages.el: Undo `Trailing whitepace deleted.'
1502         damage.
1503         (cp1125, mik): Nullify mime-charset.
1505         * language/cyrillic.el ("Cyrillic-KOI8"): Fix input-method.
1506         ("Russian"): New.
1507         ("Bulgarian"): Add tutorial.
1509         * international/mule-cmds.el (locale-language-names): Use Italian,
1510         Russian, Turkish, Chinese-EUC-TW.
1511         (set-locale-environment): Set ps-paper-type.
1513 2003-02-14  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>  (tiny change)
1515         * time.el (display-time-string-forms): Add face property to mail
1516         string.
1518 2003-02-14  Juanma Barranquero  <lektu@terra.es>
1520         * international/mule-cmds.el (view-hello-file): Use `view-file'
1521         instead of `find-file-read-only'.
1523         * dired-aux.el (dired-query-alist): Fix use of character constant.
1525         * simple.el (backward-delete-char-untabify): Likewise.
1527         * strokes.el (strokes-read-complex-stroke): Likewise.
1529         * wid-edit.el (widget-choose): Likewise.
1531         * xml.el (xml-parse-elem-type): Likewise.
1533         * emacs-lisp/testcover-ses.el (ses-exercise-signals): Likewise.
1535         * progmodes/cperl-mode.el (cperl-next-bad-style): Likewise.
1537         * progmodes/idlwave.el (idlwave-show-begin): Likewise.
1539 2003-02-13  Stefan Monnier  <monnier@cs.yale.edu>
1541         * international/mule-cmds.el (sort-coding-systems): Use \'.
1542         (select-safe-coding-system): Remove redundant assq check.
1543         Remove raw-text, emacs-mule and no-conversion from the list of
1544         proposed encodings unless there's nothing else.
1546 2003-02-13  Markus Rost  <rost@math.ohio-state.edu>
1548         * files.el (find-alternate-file): Undo last change.
1550         * dired.el (dired-directory): Add autoload cookie.
1552 2003-02-13  Juanma Barranquero  <lektu@terra.es>
1554         * international/characters.el: Use new ?\s syntax instead of "? "
1555         followed by a comment.
1557         * ruler-mode.el (ruler-mode-margins-char): Likewise.
1559 2003-02-13  Dave Love  <fx@gnu.org>
1561         * newcomment.el (comment-indent): Ensure space before added comment.
1563 2003-02-13  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
1565         * ps-print.el: Change the policy of background/foreground default
1566         color.
1567         (ps-print-version): New version number (6.5.9).
1568         (ps-default-fg, ps-default-bg): Adjust default value.
1569         (ps-begin-file, ps-begin-job): ps-default-fg and ps-default-bg
1570         variables now use `t' to indicate the use of Emacs session
1571         background/foreground color.
1572         (ps-output-string-prim): If index out of range, insert hexadecimal
1573         representation of character.
1575 2003-02-13  Kim F. Storm  <storm@cua.dk>
1577         * help.el (where-is): Rename remap-command to command-remapping.
1578         * help-fns.el (describe-function-1): Likewise.
1580 2003-02-12  Glenn Morris  <gmorris@ast.cam.ac.uk>
1582         * progmodes/fortran.el (fortran-fill): Fill lines that do not have
1583         comments.
1585 2003-02-12  Stefan Monnier  <monnier@cs.yale.edu>
1587         * progmodes/fortran.el (fortran-mode): Set comment-use-syntax.
1588         (fortran-fill-paragraph): Use fill-comment-paragraph.
1590 2003-02-12  Juanma Barranquero  <lektu@terra.es>
1592         * files.el (file-truename): Revert change from 2002-11-27.
1594 2003-02-12  Luc Teirlinck  <teirllm@mail.auburn.edu>
1596         * help-fns.el (describe-function-1): Change output for keyboard macros.
1598 2003-02-12  Andreas Schwab  <schwab@suse.de>
1600         * progmodes/sh-script.el (sh-mode-map): Don't remap
1601         beginning-of-defun to the non-existing command
1602         sh-beginning-of-compound-command.
1604 2003-02-12  Karl Chen  <quarl@hkn.eecs.berkeley.edu>  (tiny change)
1606         * files.el (find-alternate-file): Check whether `dired-directory'
1607         is bound.
1609 2003-02-12  Simon Marshall  <simon@gnu.org>
1611         * progmodes/make-mode.el (makefile-font-lock-keywords):
1612         Fontify single character variable references, but protect shell
1613         variables references.
1614         (makefile-mode): Make `$' be punctuation in font-lock-defaults.
1616 2003-02-12  Ami Fischman  <ami@fischman.org>
1618         Face markup of calendar and diary displays: Any entry line that
1619         ends with [foo:value] where foo is a face attribute (except :box
1620         :stipple) or with [face:blah] tags, will have these values applied
1621         to the calendar and fancy diary displays. These attributes "stack"
1622         on calendar displays.  File-wide attributes can be defined as
1623         follows: the first line matching "^# [tag:value]" defines the
1624         value for that particular tag.  All of the tags' regexps can be
1625         customized.
1627         * calendar/calendar.el (diary-face-attrs): New custom.
1628         (diary-file-name-prefix-function): New custom.
1629         (diary-glob-file-regexp-prefix): New custom.
1630         (diary-file-name-prefix): New custom.
1631         (generate-calendar-window): Check that font-lock-mode is bound
1632         before checking value.
1633         (mark-visible-calendar-date): Add the ability to pass face
1634         attribute/value pairs in the mark argument.  Handle the mark.
1636         * calendar/diary-lib.el (diary-attrtype-convert): Convert an
1637         attribute value string to the desired type.
1638         (diary-pull-attrs): New function that pulls the attributes off a
1639         diary entry, merges with file-global attributes, and returns
1640         the (possibly modified) entry and a list of attribute/values using
1641         diary-attrtype-convert.
1642         (list-diary-entries, fancy-diary-display, show-all-diary-entries)
1643         (mark-diary-entries, mark-sexp-diary-entries)
1644         (list-sexp-diary-entries): Add handling of file-global attributes;
1645         add handling of entry attributes using diary-pull-attrs.
1646         (mark-calendar-days-named, mark-calendar-days-named)
1647         (mark-calendar-date-pattern, mark-calendar-month)
1648         (add-to-diary-list): Add optional paramater `color' for passing
1649         face attribute info through the callchain.  Pass this parameter around.
1651 2003-02-11  Stefan Monnier  <monnier@cs.yale.edu>
1653         * progmodes/etags.el (find-tag-tag): Move (default foo) to before
1654         `:' in the prompt.
1655         (find-tag): Make sure we move point in the proper window.
1657         * progmodes/meta-mode.el (meta-fill-paragraph): Remove.
1658         (meta-common-initialization): Don't set fill-paragraph-function
1659         now that fill-paragraph takes care of comments.
1661         * progmodes/scheme.el (scheme-mode-syntax-table): Don't switch
1662         the current buffer's syntax-table.
1664         * progmodes/simula.el (simula-font-lock-syntactic-keywords): New var.
1665         (simula-font-lock-keywords-1): Simplify.
1666         (simula-font-lock-keywords-2): Use regexp-opt.
1667         (simula-emacs-features): Remove.
1668         (simula-mode-syntax-table): Setup %...\n as comment style b.
1669         (simula-mode-map): Remove compatibility cruft.
1670         (simula-keep-region-active): Remove.
1671         (simula-popup-menu): Simplify.
1672         (simula-mode): Move abbrev-table setup to top-level.
1673         (simula-match-string-or-comment): Remove.
1675         * progmodes/tcl.el (tcl-omit-ws-regexp): Correctly handle cases
1676         like `proc foo {a {b c} d} {'.
1677         (tcl-mode): Make comment-start-skip more selective.
1679         * info-xref.el (info-xref-check): Use line-beginning-position.
1680         (info-xref-all-info-files): Cons a bit less.
1681         (info-xref-check-buffer): Use push and replace-regexp-in-string.
1682         (info-xref-output): Call insert only once.
1683         (info-xref-whitespace): Remove.
1685 2003-02-11  John Paul Wallington  <jpw@gnu.org>
1687         * ibuffer.el (toplevel): Don't require `font-lock';
1688         require `font-core' instead, even though it is dumped.
1690         * ibuf-ext.el (ibuffer-save-with-custom, ibuffer-add-to-tmp-hide)
1691         (ibuffer-add-to-tmp-show): Doc fixes.
1693         * language/tamil.el ("Tamil"): Doc fix.
1695 2003-02-11  Juanma Barranquero  <lektu@terra.es>
1697         * language/vietnamese.el ("Vietnamese"): Fix typos.
1699         * info-xref.el (info-xref-check-buffer): Fix typo.
1701         * makefile.w32-in (DONTCOMPILE): Add malayalam.el and tamil.el.
1703 2003-02-11  Kenichi Handa  <handa@m17n.org>
1705         * loadup.el: Load "language/malayalam" and "language/tamil".
1707 2003-02-11  KAWABATA, Taichi  <kawabata@m17n.org>
1709         * Makefile.in (DONTCOMPILE): Add malayalam.el and tamil.el.
1711         * language/devan-util.el: Maintainer's mail address changed.
1712         (devanagari-composable-pattern): Add DANDA character.
1713         (dev-char-glyph): Add an entry for DANDA.
1715         * language/devanagari.el: Maintainer's mail address changed.
1717         * language/indian.el: Maintainer's mail address changed.
1719         * language/ind-util.el (indian-dev-base-table): Table fixed.
1720         (indian-pnj-base-table): Table contents defined.
1721         (indian-gjr-base-table): Likewise.
1722         (indian-ori-base-table): Likewise.
1723         (indian-bng-base-table): Likewise.
1724         (indian-asm-base-table): Likewise.
1725         (indian-tlg-base-table): Likewise.
1726         (indian-knd-base-table): Likewise.
1727         (indian-mlm-base-table): Likewise.
1728         (indian-tml-base-table): Likewise.
1729         (indian-pnj-itrans-v5-hash, indian-gjr-itrans-v5-hash)
1730         (indian-ori-itrans-v5-hash, indian-bng-itrans-v5-hash)
1731         (indian-asm-itrans-v5-hash, indian-tlg-itrans-v5-hash)
1732         (indian-knd-itrans-v5-hash, indian-mlm-itrans-v5-hash)
1733         (indian-tml-itrans-v5-hash): New variables.
1735         * language/malayalam.el: New file.
1736         * language/mlm-util.el: New file.
1737         * language/tamil.el: New file.
1738         * language/tml-util.el: New file.
1740 2003-02-11  Kevin Ryde  <user42@zip.com.au>
1742         * info-xref.el: New file.
1744 2003-02-10  Stefan Monnier  <monnier@cs.yale.edu>
1746         * textmodes/page-ext.el (pages-directory-mode-map): New.
1747         (pages-directory-map): Redefine as an varalias.
1748         (pages-directory-mode): Use new map var and run mode hook.
1749         (pages-directory-address-mode): Use define-derived-mode.
1751         * textmodes/texinfmt.el (texinfo-format-iftex, texinfo-format-ifhtml)
1752         (texinfo-format-ifplaintext, texinfo-format-tex, texinfo-format-html)
1753         (texinfo-format-ifnotinfo, texinfo-format-titlepage)
1754         (texinfo-format-titlespec, texinfo-format-ignore, texinfo-if-set)
1755         (texinfo-if-clear): Use re-search-forward's return value.
1756         (texinfo-sort-startkeyfun, texinfo-format-buffer-1)
1757         (texinfo-format-region): Use line-{end,beginning}-position.
1758         (texinfo-append-refill, texinfo-alias): Use match-string-no-properties.
1760         * emacs-lisp/eldoc.el (eldoc-echo-area-multiline-supported-p)
1761         (eldoc-use-idle-timer-p): Remove.
1762         (timer): Never require.  It only works in current Emacs anyway.
1763         (eldoc-mode, eldoc-message, eldoc-display-message-p)
1764         (eldoc-docstring-format-sym-doc, eldoc-remove-command): Simplify.
1766         * ffap.el (ffap-complete-as-file-p):
1767         Use minibuffer-completing-file-name.
1769         * international/mule.el (load-with-code-conversion): Use push.
1771         * font-core.el (font-lock-defontify): Use restore-buffer-modified-p.
1773         * gud.el (gud-gdb-run-command-fetch-lines, gud-display-line):
1774         Use with-current-buffer and simplify.
1776         * help-mode.el (help-xref-on-pp): Only add xref if the text
1777         is less than 5K.
1779         * pcvs-parse.el (cvs-parse-table): "no longer in repo" does not
1780         make the file dead if we used the -n arg.
1782         * emacs-lisp/cl-macs.el (process-get): Add setf method.
1784         * server.el (server-previous-strings): Remove.
1785         (server-process-filter): Use (process-get 'previous-string) instead.
1786         (server-sentinel): Remove code made superfluous.
1788 2003-02-10  Luc Teirlinck  <teirllm@mail.auburn.edu>
1790         * info.el (Info-follow-nearest-node): Implement new behavior.
1792 2003-02-10  Juanma Barranquero  <lektu@terra.es>
1794         * progmodes/ebnf-otz.el (ebnf-optimize, ebnf-optimize1): Fix typo.
1796         * progmodes/ebnf2ps.el (ebnf2ps): Fix typo.
1797         (ebnf-syntactic): Change group name and tag from "ebnf-syntatic".
1798         (ebnf-syntax, ebnf-lex-comment-char, ebnf-lex-eop-char)
1799         (ebnf-terminal-regexp, ebnf-case-fold-search)
1800         (ebnf-iso-alternative-p, ebnf-iso-normalize-p)
1801         (ebnf-yac-ignore-error-recovery): Add to group "ebnf-syntactic", not
1802         "ebnf-syntatic".
1803         (ebnf-optimize, ebnf-print-buffer, ebnf-print-region)
1804         (ebnf-spool-buffer, ebnf-spool-region, ebnf-eps-buffer)
1805         (ebnf-eps-region, ebnf-syntax-buffer, ebnf-syntax-region)
1806         (ebnf-generate-region): Fix typo.
1808 2003-02-10  KAWABATA, Taichi  <kawabata@m17n.org>
1810         * language/ind-util.el (indian-itrans-v5-table): Add entries for
1811         "E" and "O".
1813 2003-02-10  Martin Stjernholm  <bug-cc-mode@gnu.org>
1815         * progmodes/cc-styles.el (c-set-offset): Don't find a default
1816         syntactic element through syntactic analysis if called outside
1817         a CC Mode buffer.
1819 2003-02-09  Martin Stjernholm  <bug-cc-mode@gnu.org>
1821         * progmodes/cc-mode.el (c-basic-common-init):
1822         Install `c-fill-paragraph' on `fill-paragraph-function'.
1823         Although it's not the normal way to call it in a CC Mode buffer it
1824         makes a direct call to `fill-paragraph' work better.
1826 2003-02-08  Kim F. Storm  <storm@cua.dk>
1828         * printing.el (pr-get-symbol): Define during compile.
1830 2003-02-07  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
1832         * printing.el: New file.
1834 2003-02-07  Francesco Potort\e,Al\e(B  <pot@gnu.org>
1836         * language/european.el ("French", "Slovenian"): Fix doc strings.
1838 2003-02-06  John Paul Wallington  <jpw@gnu.org>
1840         * mail/rmailsum.el (rmail-summary-previous-msg): Add docstring.
1841         (rmail-summary-line-count-flag, rmail-summary-previous-labeled-message)
1842         (rmail-summary-next-labeled-message, rmail-summary-resend)
1843         (rmail-summary-override-mail-send-and-exit): Doc fixes.
1845 2003-02-06  Francesco Potort\e,Al\e(B  <pot@gnu.org>
1847         * language/european.el ("Italian"): New.
1849 2003-02-06  Matthew Swift  <swift@alum.mit.edu>
1851         * dired.el (dired-move-to-filename-regexp): Support "K" suffix on
1852         "ls -alh" output.
1854 2003-02-05  Juanma Barranquero  <lektu@terra.es>
1856         * font-lock.el (font-lock-reference-face): Add obsolescence
1857         declaration and remove redundant info from docstring.
1859         * log-edit.el (cvs-commit-buffer-require-final-newline)
1860         (cvs-changelog-full-paragraphs): Likewise.
1862         * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button)
1863         (mouse-wheel-click-button): Likewise.
1865         * pcvs-defs.el (cvs-diff-ignore-marks, cvs-diff-buffer-name): Likewise.
1867         * vc.el (vc-annotate-display, vc-checkout-carefully): Likewise.
1869         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
1870         (vc-header-alist): Likewise.
1872         * emacs-lisp/checkdoc.el (checkdoc-minor-keymap): Likewise.
1874         * textmodes/outline.el (outline-visible): Likewise.
1876 2003-02-05  Kim F. Storm  <storm@cua.dk>
1878         * ido.el (ido-define-mode-map):
1879         Undo last change (duplicates part of 2003-02-04 change).
1880         Remap `viper' delete commands only in file or dir mode.
1882 2003-02-05  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1884         * ido.el (ido-define-mode-map): Interact with Viper.
1886 2003-02-05  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1888         * net/tramp.el: Version 2.0.29 released.
1889         (tramp-send-region): Protect against tramp-chunksize being nil.
1890         (tramp-chunksize): Set default to 500 as workaround for some ssh
1891         connections.
1892         (tramp-handle-directory-file-name): New implementation.  Not sure
1893         if it works.
1894         (tramp-md5-function): Require md5 before checking function md5.
1895         If using md5-encode, put wrapper around it that converts vector of
1896         bytes to ascii text.
1897         (top-level): Avoid byte-compiler warnings of unused variables if
1898         the byte-compiler supports this.  This is for the
1899         with-parsed-tramp-file-name macro which is wont to produce such stuff.
1901 2003-02-05  Michael Albinus  <Michael.Albinus@alcatel.de>
1903         * net/tramp.el (tramp-handle-directory-file-name): Handle the case
1904         PATH is "".
1905         (tramp-completion-handle-file-name-all-completions):
1906         Define `tramp-current-user' locally.  See `tramp-parse-passwd'.
1907         (tramp-parse-passwd): For su-alike methods it would be desirable
1908         to return "root@localhost" as default.  Unfortunately, we have no
1909         information whether any user name has been typed already.  So we
1910         (mis-)use tramp-current-user as indication, assuming it is set in
1911         `tramp-completion-handle-file-name-all-completions'.
1912         (tramp-send-region): Handle the case `tramp-chunksize' is equal 0.
1913         I did it accidently.  Infinite loop ...
1914         (tramp-get-device): `tramp-make-tramp-file-name' must not be
1915         called with NIL path.  It fails in case of multi-method.
1916         (tramp-file-name-for-operation):  Apply `expand-file-name' for
1917         relative file names only.  Otherwise there might be problems if
1918         the default directory is another Tramp directory as the directory
1919         the file is based on.
1920         (tramp-find-foreign-file-name-handler): Check whether FILENAME is
1921         a Tramp file name.  It isn't if it comes from an expanded file
1922         name (like "/xx:yy//zz").
1923         (tramp-devices): New variable.  Keeps virtual device numbers.
1924         Devices must distinguish physical file systems.  The device
1925         numbers provided by "lstat" aren't unique, because we operate on
1926         different hosts.  So we use virtual device numbers, generated by
1927         `tramp-get-device'.  Both Ange-FTP and EFS use device number -1.
1928         In order to be different, we use device number (-1 x), whereby "x"
1929         is unique for a given (multi-method method user host).
1930         Suggested by Kai.
1931         (tramp-perl-file-attributes): Always return device number -1.
1932         There will be a virtual device number set in
1933         `tramp-handle-file-attributes', which replaces this one.
1934         (tramp-handle-file-attributes): Set virtual device number.
1935         (tramp-get-device): New function.  Returns the virtual device
1936         number.  If it doesn't exist, generate a new one.
1937         (tramp-handle-file-regular-p): Use Emacs file name primitives
1938         instead of calling tramp-handle-* equivalents directly.
1939         Needed for tramp-smb.
1940         (tramp-completion-function-alist-ssh): Add parsing of
1941         "/etc/ssh_config" and "~/.ssh/config".  Suggested by Kai.
1942         (tramp-completion-function-alist, tramp-set-completion-function):
1943         Doc string update.
1944         (tramp-parse-sconfig, tramp-parse-sconfig-group): New functions.
1945         Provide parsing of "~/.ssh/config" style files.
1946         (tramp-completion-handle-expand-file-name):
1947         Apply `tramp-drop-volume-letter'.  Otherwise, there are problems
1948         on W32 systems.
1949         (tramp-completion-mode): Perform check (integerp last-input-event)
1950         before (event-modifiers last-input-event) -- there might be
1951         problems if `last-input-event' is a mouse event.
1952         (tramp-parse-rhosts, tramp-parse-shosts)
1953         (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc):
1954         Use `file-readable-p' instead of `file-exists-p'.  Otherwise these
1955         functions might block.  Reported by <kin@neoscale.com>.
1957         * net/tramp-ftp.el (top-level): eval-after-load "ange-ftp"
1958         '(tramp-disable-ange-ftp).  Suggested by Kai.
1959         (tramp-ftp-file-name-handler): `tramp-disable-ange-ftp' not needed
1960         any longer.
1961         (top-level): Defaults for `tramp-default-method-alist' must be a list.
1963         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
1964         Apply `tramp-handle-directory-file-name'.
1965         (tramp-smb-handle-file-attributes):  Apply `tramp-get-device'.
1966         ATIME and CTIME are (0 0) now (= "don't know"), which is more honest.
1967         (tramp-smb-handle-make-directory): Use Emacs file name primitives
1968         instead of calling tramp-smb-handle-* equivalents directly.
1969         (tramp-smb-read-file-entry): Return size as a number, not a string.
1970         (top-level): Defaults for `tramp-default-method-alist' must be a list.
1972 2003-02-05  Stefan Monnier  <monnier@cs.yale.edu>
1974         * completion.el (eval-when-compile-load-eval, completion-eval-when)
1975         (cmpl-read-time-eval, minibuffer-window-selected-p): Remove.
1976         (completion-min-length, completion-max-length)
1977         (completion-prefix-min-length): Don't hard-code the default value
1978         when byte-compiling.
1979         (complete): Inline minibuffer-window-selected-p.
1981 2003-02-04  Richard M. Stallman  <rms@gnu.org>
1983         * term.el (term-raw-map): Set it up at load time.
1984         (term-char-mode): Don't set up term-raw-map here.
1985         (term-set-escape-char): Don't set up C-x subcommand.
1986         (term-ansi-face-already-done): Renamed from
1987         term-ansi-face-alredy-done.
1988         (term-command-hook): Avoid error if STRING is empty.
1989         (term, term-mode): Doc fixes.
1991         * term.el: Redesign handling of colors and faces.
1992         Delete all the faces that this mode used to make.
1993         (ansi-term-color-vector): New variable.
1994         (ansi-term-fg-faces-vector, ansi-term-bg-faces-vector)
1995         (ansi-term-inv-bg-faces-vector, ansi-term-inv-fg-faces-vector):
1996         Variables deleted.
1997         (term-default-fg-color, term-default-bg-color): Use defcustom.
1998         (term-handle-colors-array): Use ansi-term-color-vector,
1999         and specify face attributes rather than faces in `face' property.
2001         * term.el (term-ansi-fg-faces-vector, term-ansi-bg-faces-vector)
2002         (term-ansi-inv-fg-faces-vector, term-ansi-inv-bg-faces-vector)
2003         (term-ansi-reverse-faces-vector): Delete unused variables.
2004         (term-ignore-error): Delete macro.
2006         * simple.el (back-to-indentation): Skip all whitespace
2007         except for newlines.
2009         * files.el (find-alternate-file): Handle dired-directory
2010         like buffer-file-name.
2012         * dired.el (dired-find-buffer-nocreate): Avoid error if
2013         dired-directory is nil.
2015 2003-02-04  Juanma Barranquero  <lektu@terra.es>
2017         * image.el (image-type-regexps): Fix typo.
2019         * international/characters.el: Restore missing space and put a
2020         comment to protect it from being deleted as trailing whitespace.
2022         * ruler-mode.el (ruler-mode-margins-char): Likewise.
2024 2003-02-04  Francesco Potort\e,Al\e(B  <pot@gnu.org>
2026         * mail/rmailout.el (rmail-output): If preserving MIME-version,
2027         preserve Content-type too.
2029 2003-02-04  Kim F. Storm  <storm@cua.dk>
2031         * ido.el (ido-define-mode-map): Remap viper delete char/word
2032         commands to their ido specific equivalents.  Disable ESC in
2033         viper mode (to avoid exiting insert mode), since ido doesn't
2034         work in viper command mode.
2035         (ido-delete-backward-updir, ido-delete-backward-word-updir):
2036         Handle remapped viper commands.
2038 2003-02-03  Juanma Barranquero  <lektu@terra.es>
2040         * calculator.el (calculator): Don't use the minibuffer even in
2041         electric mode; use a private buffer and display it in the minibuffer
2042         window using `set-window-buffer'.
2044 2003-02-03  Dave Love  <fx@gnu.org>
2046         * emacs-lisp/benchmark.el: New.
2048 2003-02-02  Andreas Schwab  <schwab@suse.de>
2050         * progmodes/asm-mode.el (asm-font-lock-keywords): Allow arbitrary
2051         words separated by dots.  Match optional parenthesized word at
2052         start of line.
2054         * font-lock.el
2055         (font-lock-match-c-style-declaration-item-and-skip-to-next):
2056         Don't require underscore in word before double open-paren.
2058 2003-02-02  John Paul Wallington  <jpw@gnu.org>
2060         * hexl.el (hexl-mode-map): Bind C-m to `hexl-self-insert-command'.
2062 2003-02-01  Stephen Gildea  <gildea@stop.mail-abuse.org>
2064         * time-stamp.el: Tweak doc strings and preamble commentary.
2065         (time-stamp): Fix parsing of "%%a" in time-stamp-pattern (change
2066         regexp subpattern 5)
2067         (time-stamp-pattern): Initialize to nil to avoid regexp work in
2068         default case.
2069         (time-stamp-string): Call set-time-zone-rule instead of setenv
2070         (time-stamp-hhmmss): Remove (not needed after all).
2071         (time-stamp-month-dd-yyyy, time-stamp-dd/mm/yyyy)
2072         (time-stamp-mon-dd-yyyy, time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
2073         (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd, time-stamp-yymmdd)
2074         (time-stamp-hh:mm:ss, time-stamp-hhmm): Make obsolete.
2076 2003-01-31  Stefan Monnier  <monnier@cs.yale.edu>
2078         * cus-edit.el (custom-unlispify-menu-entry): Use with-current-buffer.
2079         (custom-save-variables): Use dolist, simplify.
2080         Output a message if a `requests' entry looks suspicious.
2081         (custom-save-faces): Use dolist, simplify.
2083 2003-01-31  Christoph Wedler  <Christoph.Wedler@sap.com>
2085         * antlr-mode.el: Bug fixes, miscellaneous.
2086         (antlr-mode): Make major mode work with cc-mode-5.29 or higher,
2087         make it more rubust against changes in cc-mode's style variables
2088         by using `boundp' and function `c-init-language-vars' if defined.
2089         (antlr-c++-mode-extra): Only ask if language is not "Cpp".
2090         (antlr-read-value): With completion, ignore case.
2091         (antlr-run-tool-interactive): New function.
2092         (antlr-run-tool): Use it for `interactive' specification.
2094         * antlr-mode.el: Simplify Emacs/XEmacs compatibility.
2095         (cond-emacs-xemacs): New compile-time macro.
2096         (defunx): New compile-time macro.
2097         (ignore-errors-x): New compile-time macro.
2098         (save-buffer-state-x): New compile-time macro.
2100         (antlr-scan-sexps, antlr-simple-scan-sexps): Deletia.
2101         (antlr-scan-lists, antlr-simple-scan-sexps): Deletia.
2102         (antlr-simple-default-directory): Deletia.
2103         (antlr-default-directory): Define directly.
2104         (antlr-simple-read-shell-command): Deletia.
2105         (antlr-read-shell-command): Define directly.
2106         (antlr-simple-with-displaying-help-buffer): Deletia.
2107         (antlr-with-displaying-help-buffer): Define directly.
2108         (antlr-fast-invalidate-context-cache): Deletia.
2109         (antlr-slow-invalidate-context-cache): Deletia.
2110         (antlr-invalidate-context-cache): Define directly.
2111         (antlr-fast-syntactic-context): Deletia.
2112         (antlr-slow-syntactic-context): Deletia.
2113         (antlr-syntactic-context): Define directly.
2115         (antlr-mode-menu): Use new macros.
2116         (antlr-font-lock-additional-keywords): Ditto.
2117         (antlr-skip-sexps): Ditto.
2118         (antlr-end-of-rule): Ditto.
2119         (antlr-beginning-of-rule): Ditto.
2120         (antlr-end-of-body): Ditto.
2121         (antlr-beginning-of-body): Ditto.
2122         (antlr-hide-actions): Ditto.
2123         (antlr-option-kind): Ditto.
2125         * antlr-mode.el: In Emacs, use face attribute :weight, not :bold.
2126         (antlr-font-lock-keyword-face): Use new macros.
2127         (antlr-font-lock-syntax-face): Ditto.
2128         (antlr-font-lock-ruledef-face): Ditto.
2129         (antlr-font-lock-tokendef-face): Ditto.
2130         (antlr-font-lock-literal-face): Ditto.
2132         Changes from 2002-05-24:
2134         * antlr-mode.el: Version 2.2a.
2136         Changes from 2002-05-03:
2138         * antlr-mode.el: Make context parsing faster on Emacs, for faster
2139         syntax highlighting, indentation and imenu support.
2140         Suggested by Aaron Davies <adavies42@users.sourceforge.net>.
2141         (antlr-slow-context-cache): New variable.
2142         (antlr-slow-syntactic-context): Use cache.
2143         (antlr-slow-cache-enabling-symbol): New internal variable.
2144         (antlr-slow-cache-diff-threshold): New variable.
2145         (antlr-fast-invalidate-context-cache): Renamed from
2146         antlr-xemacs-bug-workaround.
2147         (antlr-imenu-create-index-function): Search from beginning.
2149         * antlr-mode.el: More sophisticated indentation, i.e., use the
2150         indentation engine of cc-mode for most actions.
2151         (antlr-c-common-init): Allow nil for `antlr-indent-style'.
2152         (antlr-indent-line): Use indentation engine of cc-mode more often.
2153         (antlr-indent-at-bol-alist): Only used for header actions.
2154         (antlr-disabling-cc-syntactic-symbols): New variable.
2155         (antlr-indent-item-regexp): Delete stuff for actions.
2156         (antlr-indent-at-bol-alist): With language "Java", indent
2157         "package" and "import" at column 0 in header part.
2159         * antlr-mode.el (antlr-simple-default-directory): Define.
2160         (antlr-simple-read-shell-command): Define.
2161         (antlr-simple-with-displaying-help-buffer): Define.
2162         (antlr-simple-scan-sexps, antlr-simple-scan-lists):
2163         Renamed from antlr-scan-{sexps,lists}-internal.
2165         Changes from 2002-02-28:
2167         * antlr-mode: Version 2.2 is released.
2169         * antlr-mode.el (antlr): Moved to SourceForge.net
2171         * antlr-mode.el: Minor bug fixes: insert options and indentation.
2172         (antlr-option-location): Don't use point as position where to
2173         insert options if point is in comment.
2174         (antlr-mode): Don't set style here.
2175         (antlr-c-common-init): Set style here.  If boundp, set
2176         `c-current-comment-prefix' to not break indentation in comments.
2177         Hm, I should probably split `c-common-init' from cc-mode into two
2178         parts, one of which I could use for antlr-mode.el.
2180         Changes from 2002-01-31:
2182         * antlr-mode.el (antlr-font-lock-additional-keywords):
2183         Also hightlight `~' with `antlr-font-lock-syntax-face'.
2184         Suggested by Helmut Neukirchen <neukirchen@itm.mu-luebeck.de>.
2186 2003-01-31  Joe Buehler  <jhpb@draco.hekimian.com>
2188         * comint.el:
2189         * dired-aux.el:
2190         * dired.el:
2191         * dirtrack.el:
2192         * dos-w32.el:
2193         * fast-lock.el:
2194         * filecache.el:
2195         * files.el:
2196         * hippie-exp.el:
2197         * international/mule.el:
2198         * net/browse-url.el:
2199         * pcomplete.el:
2200         * recentf.el:
2201         * shell.el:
2202         * woman.el: Added cygwin to system-type comparisons.
2204 2003-01-31  Francesco Potort\e,Al\e(B  <pot@gnu.org>
2206         * mail/undigest.el (rmail-forward-separator-regex): New custom
2207         variable.
2208         (unforward-rmail-message): Use it.
2210 2003-01-30  Dave Love  <fx@gnu.org>
2212         * textmodes/ispell.el (lookup-words): Fix last change.
2214 2003-01-29  John Paul Wallington  <jpw@gnu.org>
2216         * font-lock.el (lisp-font-lock-keywords-1): Match `deftheme'.
2218         * emacs-lisp/lisp-mode.el (toplevel): Define docstring offset for
2219         `deftheme'.  Fix docstring offsets for `define-ibuffer-filter' and
2220         `define-ibuffer-sorter'.
2221         (lisp-imenu-generic-expression): Add `deftheme' to types.
2223         * custom.el (customize-mark-to-save, customize-mark-as-set)
2224         (custom-remove-theme): Doc fixes.
2226 2003-01-29  Didier Verna  <didier@xemacs.org>
2228         * cus-edit.el (custom-save-variables): Also save non theme'd ones.
2229         * cus-edit.el (custom-save-faces): Ditto.
2231 2003-01-29  Juanma Barranquero  <lektu@terra.es>
2233         * composite.el (decompose-composite-char): Fix docstring.
2235         * select.el (x-set-cut-buffer): Fix docstring.  Check type with
2236         `stringp' instead of `substring'.
2238         * textmodes/reftex.el (reftex-TeX-master-file): Use really the buffer
2239         file name if no other master file is located.
2241         * progmodes/cperl-mode.el (cperl-beautify-level)
2242         (cperl-beautify-regexp): Fix use of `prefix-numeric-value'.
2243         (cperl-calculate-indent): Fix typo.
2245 2003-01-29  Taro Kawagishi  <tarok@transpulse.org>
2247         * arc-mode.el (archive-lzh-summarize): Fix previous change.
2249 2003-01-29  Kim F. Storm  <storm@cua.dk>
2251         * emacs-lisp/authors.el: New format of AUTHORS file; list each
2252         author name once followed by contributed and changed files.
2253         Improve selection of entries to include in list, and generate list
2254         of unrecognized entries indicating syntax errors in ChangeLog files.
2255         (authors-coding-system): New variable.
2256         (authors-many-files): Update doc string.
2257         (authors-aliases): Change format. Now one entry with multiple
2258         aliases per author.
2259         (authors-valid-file-names, authors-renamed-files-alist)
2260         (authors-renamed-files-regexps): New variables.
2261         (authors-canonical-file-name): New function.  Validates that file
2262         exists or occurs in one of the above lists.  Record unrecognized
2263         file names in global authors-invalid-file-names list.
2264         (authors-add): Change to record per-change counts.
2265         (authors-canonical-author-name): Handle new format of
2266         authors-aliases list.
2267         (authors-scan-change-log): Rename FILE arg to LOG-FILE.
2268         Change doc string to describe new entry format.
2269         Only add author entries for valid file names.
2270         (authors-print): Replace by authors-add-to-author-list.
2271         (authors-add-to-author-list): New function which reorders
2272         per-file entries and adds them to global authors-author-list.
2273         (authors): Instead of authors-print to insert in *Authors* buffer,
2274         use authors-add-to-author-list to reorder the list and then
2275         insert result in *Authors* buffer with new format.
2276         Generate *Authors Errors* compilation-mode buffer listing
2277         unrecognized ChangeLog entries.
2279 2003-01-28  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
2281         * term/mac-win.el: Add entries in function-key-map for
2282         [tab], [backspace], [escape].
2284 2003-01-28  Kim F. Storm  <storm@cua.dk>
2286         * info.el (Info-extract-menu-node-name): Another fix for
2287         2003-01-24 change.  Also stop search if : is followed by TAB.
2289 2003-01-28  John Paul Wallington  <jpw@gnu.org>
2291         * ibuf-ext.el (ibuffer-yank-filter-group): Move check for empty
2292         `ibuffer-filter-group-kill-ring' out of `interactive' declaration.
2294 2003-01-28  Martin Stjernholm  <bug-cc-mode@gnu.org>
2296         * progmodes/cc-vars.el, progmodes/cc-mode.el
2297         (c-require-final-newline): Made this variable an alist to
2298         specify a value for each language.  The default value causes
2299         `require-final-newline' to be set to t only in languages where
2300         the standard requires a final newline.
2302 2003-01-27  Kim F. Storm  <storm@cua.dk>
2304         * simple.el (kill-new): Improve doc string for yank-handler.
2305         Signal args-out-of-range error if yank-handler is specified for
2306         an empty string.
2308         * subr.el (insert-for-yank): Remove COMMAND element from yank handler.
2310 2003-01-27  Dave Love  <fx@gnu.org>
2312         * dired-x.el (dired-filename-at-point): Fix last change and tidy up.
2314         * thingatpt.el (thing-at-point-file-name-chars):
2315         Include non-ASCII again and re-write the filename ops.
2317 2003-01-27  David Ponce  <david@dponce.com>
2319         * makefile.w32-in (update-subdirs-SH): Create lisp/subdirs.el.
2321 2003-01-27  Juanma Barranquero  <lektu@terra.es>
2323         * filesets.el (filesets-file-open): Fix typo.
2325         * vcursor.el (vcursor-disable): Likewise.
2327         * eshell/esh-cmd.el (eshell-separate-commands): Likewise.
2329         * progmodes/cc-styles.el (c-make-styles-buffer-local): Likewise.
2331         * progmodes/cc-vars.el (c-offsets-alist): Likewise.
2333         * progmodes/ebrowse.el (ebrowse-draw-tree-fn): Likewise.
2335 2003-01-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
2337         * progmodes/cc-vars.el, progmodes/cc-mode.el
2338         (c-require-final-newline): Add a variable to make the
2339         initialization of `require-final-newline' more configurable.
2341 2003-01-26  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2343         * emacs-lisp/authors.el (authors-aliases): Add Jan D.
2344         Set iso-2022-7bit coding: cookie.
2346 2003-01-26  Kim F. Storm  <storm@cua.dk>
2348         * info.el (Info-extract-menu-node-name): Fix 2003-01-24 change.
2349         Don't search for next colon if current colon is followed by
2350         one of ".", ",", ";", or ")".
2351         (info-insert-file-contents) [!MSDOS]: Avoid byte-compiler warning.
2352         (Info-find-node) [!MSDOS]: Avoid byte-compiler warning.
2354 2003-01-26  Richard M. Stallman  <rms@gnu.org>
2356         * thingatpt.el (thing-at-point-file-name-chars): Undo previous change.
2358 2003-01-25  Bill Wohler  <wohler@newt.com>
2360         * mh-e: Created directory. ChangeLog will appear in a week when we
2361         release version 7.2.
2363         * mail/mh-alias.el, mail/mh-comp.el, mail/mh-customize.el, mail/mh-e.el,
2364         mail/mh-funcs.el, mail/mh-identity.el, mail/mh-index.el,
2365         mail/mh-loaddefs.el, mail/mh-mime.el, mail/mh-pick.el,
2366         mail/mh-seq.el, mail/mh-speed.el, mail/mh-utils.el,
2367         mail/mh-xemacs-compat.el: Moved to mh-e directory.
2368         Note that reply2.pbm and reply2.xpm, which were created by the
2369         MH-E package, were left in mail since they can probably be used by
2370         other mail packages.
2372         * makefile.w32-in (WINS): Add mh-e.
2374         * makefile.nt (WINS): Add mh-e.
2376 2003-01-25  Richard M. Stallman  <rms@gnu.org>
2378         * emacs-lisp/bytecomp.el (byte-compile-file-form-custom-declare-variable):
2379         Compile any lambda-expressions among the args.
2381         * view.el (view-mode): Doc fix.
2383         * ido.el: Many doc fixes.
2384         (ido-complete): Fix message.
2386 2003-01-25  Taro Kawagishi  <tarok@transpulse.org>
2388         * arc-mode.el (archive-unixdate): Correct the date field string.
2389         (archive-lzh-summarize): Extend it to allow the LZH level 2 header
2390         type (which is most prevalent now), in addition to the already
2391         supported level 0 and 1 header types.
2393 2003-01-25  Markus Rost  <rost@math.ohio-state.edu>
2395         * international/mule-cmds.el (set-language-info)
2396         (current-language-environment): Simplify setting the type of
2397         current-language-environment.
2399 2003-01-25  Kim F. Storm  <storm@cua.dk>
2401         * emulation/cua-base.el (cua--init-keymaps): Move C-S-x and C-S-c
2402         bindings from cua--cua-keys-keymap to cua--region-keymap, as they are
2403         only needed when the region is active.  This also makes the output
2404         from C-h b look normal when cua-mode is enabled (no C-S-x/c bindings).
2406 2003-01-25  Michael Kifer  <kifer@cs.stonybrook.edu>
2408         * ediff.el (ediff-revision): Better defaults.
2410         * ediff-vers.el (ediff-vc-latest-version): New function.
2411         (ediff-vc-internal): Use latest version instead of working version.
2413 2003-01-24  Thien-Thi Nguyen  <ttn@gnu.org>
2415         * info.el (Info-extract-menu-node-name): When looking for end of menu
2416         item, don't stop at first ":"; instead, continue until trailing
2417         context is either a space or newline.
2418         (Info-complete-menu-item): Var `pattern': allow ":" in menu item.
2419         (Info-menu): Likewise, for regexp used in backwards search.
2420         (Info-try-follow-nearest-node): Remove case added in previous edit.
2421         Change regexp in the following case to allow ":" in menu item.
2422         (Info-fontify-node): Fix bug: Handle `next-property-change' returning
2423         point-max as "hasn't already been done".
2425 2003-01-24  Thien-Thi Nguyen  <ttn@gnu.org>
2427         * info.el (Info-try-follow-nearest-node): Add case: Handle menu item
2428         terminated by ": " as an index entry.
2430 2003-01-24  Juanma Barranquero  <lektu@terra.es>
2432         * isearch.el (isearch-forward): Fix typo.
2434 2003-01-24  Kenichi Handa  <handa@m17n.org>
2436         * international/mule.el (decode-coding-inserted-region):
2437         Rename from decode-coding-region-as-inserted-from-file to make it fit
2438         well in the Lisp manual.
2440         * jka-compr.el (jka-compr-insert-file-contents):
2441         Call docode-coding-inserted-region.
2443 2003-01-24  John Paul Wallington  <jpw@gnu.org>
2445         * ibuffer.el (ibuffer-window-list): Remove.
2446         (ibuffer-confirm-operation-on): Use `window-list' instead.
2447         (ibuffer-load-hook): New customizable variable.
2448         (toplevel): Run it.
2449         (ibuffer-customize): New command.
2450         (ibuffer-mode-map): Bind it.
2451         (ibuffer-mode-map): Add menu seperator in View>Sort menu.
2452         (ibuffer-mode): Tidy.
2453         (ibuffer-fontification-alist, ibuffer-always-show-last-buffer)
2454         (ibuffer-default-directory, ibuffer-default-sorting-mode)
2455         (ibuffer-maybe-show-predicates, ibuffer-hook, ibuffer-mode-hook)
2456         (ibuffer-map-lines): Doc fixes.
2458         * ibuf-ext.el (ibuffer-copy-filename-as-kill): C-u means relative
2459         filenames.  Use `kill-new'.
2461 2003-01-23  Dave Love  <fx@gnu.org>
2463         * abbrev.el (write-abbrev-file): Simplify, and put a coding cookie
2464         in the file.
2466 2003-01-23  Masatake YAMATO  <jet@gyve.org>
2468         * progmodes/asm-mode.el (asm-mode): Add syntax table entries for
2469         /* */ comments.
2471 2003-01-23  Kenichi Handa  <handa@m17n.org>
2473         * files.el (insert-directory): Read the output of "ls" by
2474         no-conversion, and decode it later while preserving
2475         `dired-filename' property.
2477 2003-01-23  Markus Rost  <rost@math.ohio-state.edu>
2479         * descr-text.el (describe-text-mode-hook): Add a group.
2481 2003-01-23  John Paul Wallington  <jpw@shootybangbang.com>
2483         * term/mac-win.el (interprogram-paste-function): Handle empty
2484         clipboard.
2486 2003-01-22  Aubrey Jaffer  <agj@alum.mit.edu>  (tiny change)
2488         * info.el (Info-index): Change pattern so that index entries with
2489         colons can be read properly; also, require at least one space
2490         after the colons, which makeinfo puts in.
2492 2003-01-22  Andreas Schwab  <schwab@suse.de>
2494         * jka-compr.el (jka-compr-insert-file-contents): Fix typo in last
2495         change.
2497 2003-01-22  Markus Rost  <rost@math.ohio-state.edu>
2499         * Makefile.in (bootstrap-after): New target.
2500         (bootstrap): Move finder-data, custom-deps to bootstrap-after.
2502 2003-01-22  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2504         * info.el (Info-index-next): Use "(`,' tries to find next)" for
2505         more matches for consistency with standalone info browser.
2507 2003-01-22  Kenichi Handa  <handa@m17n.org>
2509         * international/mule.el
2510         (decode-coding-region-as-inserted-from-file): New function.
2512         * jka-compr.el (jka-compr-insert-file-contents): Read a process
2513         output without decoding.  Decode the result by
2514         decode-coding-region-as-inserted-from-file.
2516 2003-01-22  Kim F. Storm  <storm@cua.dk>
2518         * ido.el (ido-make-file-list, ido-make-dir-list): Don't move
2519         visited directories to end of list; it's the wrong thing to do if
2520         we want to find a file or directory in such directories.
2522         * simple.el: Doc fixes.
2523         * subr.el: Doc fixes.
2525 2003-01-20  Nick Roberts  <nick@nick.uklinux.net>
2527         * gud.el (gud-display-line): If the current file is newer than its
2528         buffer, offer to reread the file.
2529         (gud-keep-buffer): New buffer local variable. Ensures offer to
2530         reread file is made just once.
2532 2003-01-20  Stefan Monnier  <monnier@cs.yale.edu>
2534         * emacs-lisp/regexp-opt.el (regexp-opt-group): Undo last change.
2535         Fix the docstring instead.
2537 2003-01-20  Glenn Morris  <gmorris@ast.cam.ac.uk>
2539         * calendar/calendar.el (calendar-only-one-frame-setup): Autoload it.
2541 2003-01-20  Richard M. Stallman  <rms@gnu.org>
2543         * simple.el (completion-setup-function): Set default-directory
2544         in the minibuffer, so it'll be copied into the completion list buffer.
2546         * emacs-lisp/regexp-opt.el (regexp-opt-group): Compute HALF2 properly.
2548         * loadup.el (load-path): Rename `path' local var.
2550         * progmodes/octave-mod.el (octave-mode-map): Change C-c i bindings
2551         to C-c C-i.  Duplicate its bindings with last char a ctl char.
2552         Also change C-c f to C-c C-f.
2554 2003-01-20  Markus Rost  <rost@math.ohio-state.edu>
2556         * ls-lisp.el (ls-lisp-use-insert-directory-program): Make default
2557         value system dependent.
2558         (ls-lisp-support-shell-wildcards): Add autoload cookie.
2560 2003-01-19  Kim F. Storm  <storm@cua.dk>
2562         * msb.el: Use `dir' instead of `path' everywhere.
2564 2003-01-18  Kim F. Storm  <storm@cua.dk>
2566         * simple.el (kill-new, kill-append, kill-region):
2567         New optional parameter yank-handler.
2568         (yank-excluded-properties): Add yank-handler to list.
2569         (yank-undo-function): New variable.
2570         (yank): Use it to undo previous yank or yank-pop command.
2571         Allow insert-for-yank to override this-command.
2573         * subr.el (insert-for-yank): Arg list changed; now only accepts one
2574         string rather than any number of strings; no callers needed change.
2575         Use yank-handler text property on the arg string.
2576         Set yank-undo-function variable appropriately for yank-pop.
2578 2003-01-18  Stefan Monnier  <monnier@cs.yale.edu>
2580         * textmodes/fill.el (fill-comment-paragraph): Fix simplistic
2581         regexp-concatenation.
2583         * add-log.el (add-change-log-entry): Don't leave space at eol.
2584         (add-log-current-defun): Perl functions names can't have (or {.
2586         * progmodes/sh-script.el (sh-indent-line): Use indent-line-to.
2587         (sh-non-closing-paren): New const.
2588         (sh-case, sh-while-getopts): Use it to make props non-sticky.
2589         (sh-add-completer): Use test-completion.
2591 2003-01-18  Vasily Korytov  <deskpot@myrealbox.com>  (tiny change)
2593         * progmodes/cperl-mode.el: Don't make faces depend on window-system.
2595 2003-01-18  Markus Rost  <rost@math.ohio-state.edu>
2597         * cus-edit.el (customize-changed-options): Undo last doc change.
2599 2003-01-17  Stefan Monnier  <monnier@cs.yale.edu>
2601         * skeleton.el (skeleton-internal-list, skeleton-internal-1):
2602         Don't treat \n specially in sub-skeletons.
2604 2003-01-17  Dave Love  <fx@gnu.org>
2606         * international/ucs-tables.el: Redo 8859-6 change in the right place.
2608 2003-01-17  Kenichi Handa  <handa@m17n.org>
2610         * international/fontset.el: Don't setup the default fontset and
2611         font-encoding-alist at the top level.
2612         (setup-default-fontset): New function.
2613         (create-fontset-from-fontset-spec): Delete autoload cookie.
2615         * term/x-win.el: Require fontset unconditionally again.
2616         Call setup-default-fontset at the top level.
2618         * term/w32-win.el: Call setup-default-fontset.
2620         * term/mac-win.el: Require fontset and call setup-default-fontset.
2622 2003-01-16  Stefan Monnier  <monnier@cs.yale.edu>
2624         * textmodes/fill.el (fill-region-as-paragraph): Only erase `hard'
2625         property until end-of-paragraph.
2627 2003-01-16  Kenichi Handa  <handa@m17n.org>
2629         * international/ucs-tables.el: Undo the last change.
2631 2003-01-15  Dave Love  <fx@gnu.org>
2633         * thingatpt.el (thing-at-point-file-name-chars): Include non-ASCII
2634         and use documented treatment of -.
2636         * dired-x.el (dired-filename-at-point): Fix filename-chars.
2638         * international/ucs-tables.el: Set up tables for 8859-6.
2640         * server.el (server-window): Customize.
2641         (server-mode): New.
2642         (server-unload-hook): Call server-start.
2644 2003-01-15  John Wiegley  <johnw@gnu.org>
2646         * eshell/em-hist.el (eshell-save-history-on-exit):
2647         Rename `eshell-ask-to-save-history' to `eshell-save-history-on-exit',
2648         because the former name is somewhat unrelated to the variables'
2649         possible values.
2651 2003-01-15  Deepak Goel  <deego@gnufans.org>
2653         * calc/README: Add new maintainer.
2655         * calc/*: Ditto.
2657         * calc/calc.el (calc-bug-address): Change address to deego@gnufans.org.
2659 2003-01-15  Andrew Innes  <andrewi@gnu.org>
2661         * makefile.w32-in (loaddefs.el): Invoke make to build stub file
2662         using appropriate rule for build environment.
2663         (loaddefs.el-SH, loaddefs.el-CMD): New targets.  Include small set
2664         of autoloads and defvars, sufficient to dump bootstrap emacs.
2665         (update-subdirs-SH): Use hard-coded list of top-level lisp
2666         subdirs, because find program on Windows is not compatible with
2667         Unix find.
2668         (compile-CMD, compile-SH): Use `batch-byte-compile-if-not-done'.
2669         Explicitly load loaddefs.el so that bootstrap emacs can compile
2670         properly.
2671         (bootstrap-clean): Add dependency on loaddefs.el, to ensure
2672         minimal stub sufficient for dumping bootstrap emacs is available.
2674         * loadup.el: Include lisp/textmodes in load-path for bootstrap
2675         emacs, to resolve ispell menu reference.
2677 2003-01-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>  (tiny change)
2679         * international/mule.el (optimize-char-coding-system-table):
2680         Optimize it.
2682         * term/mac-win.el: Setup the fontset "fontset-mac" correctly.
2684 2003-01-14  Stefan Monnier  <monnier@cs.yale.edu>
2686         * pcvs-info.el (cvs-fileinfo-from-entries): Deal with Solaris'
2687         occasional use of "05" rather than " 5" for day-of-month.
2689         * log-view.el (log-view-message-re): The rev might be locked.
2691 2003-01-14  Nick Roberts  <nick@nick.uklinux.net>
2693         * gdb-ui.el: Improve commentary.
2694         (gdb-window-height, gdb-window-width, gdb-display-number-end):
2695         Customize the dimensions of frames for displayed expressions.
2696         (gdb-error-begin): Comment out because it is not used because of
2697         bug/quirk in annotations.
2698         (gdb-reset): Use with-current-buffer.
2700 2003-01-14  Kim F. Storm  <storm@cua.dk>
2702         * ido.el (ido-read-internal, ido-file-internal)
2703         (ido-copy-current-file-name, ido-wide-find-dirs-or-files):
2704         Don't use `path' as name of local variables holding a file name.
2706         * arc-mode.el (archive-arc-rename-entry): Fix error message.
2707         (archive-lzh-summarize): Rename local var `path' to `dir'.
2708         (archive-unique-fname) [!MSDOS]: Avoid byte-compiler warning.
2710         * dired.el: Doc fixes.
2711         * dired-aux.el: Rename `whole-path' to `whole-name' throughout.
2712         (dired-mark-read-regexp): Use "Abs." prefix instead of "Path".
2713         * dired-x.el: Doc fixes.
2715         * fast-lock.el (fast-lock-cache-name): Doc fix.
2717         * net/browse-url.el (browse-url-filename-alist): Doc fix.
2719 2003-01-14  John Paul Wallington  <jpw@shootybangbang.com>
2721         * apropos.el (apropos): Restore autoload cookie.  Fix typo in
2722         "error retrieving function documentation" output.
2724 2003-01-14  Kim F. Storm  <storm@cua.dk>
2726         * subr.el (process-put, process-get): New functions.
2728         * simple.el (clone-process): Copy process' plist to new process.
2730 2003-01-13  Markus Rost  <rost@math.ohio-state.edu>
2732         * cus-dep.el (custom-make-dependencies):  Don't set standard-value
2733         and version numbers for variables.  Handle faces.
2735         * cus-edit.el (customize-changed-options):  Doc addition.  Load the
2736         version deps earlier.  Use other tests for groups and variables.
2737         Handle faces.
2739 2003-01-14  Kim F. Storm  <storm@cua.dk>
2741         * ido.el: Doc fixes.
2742         (ido-max-file-prompt-width): Rename from ido-max-prompt-path.
2743         (ido-rewrite-file-prompt-functions): Rename from
2744         ido-make-file-prompt-hook.  Directory name is now in dynamic
2745         variable `dirname' (instead of `path').
2746         (ido-rewrite-file-prompt-rules): Rename from
2747         ido-rewrite-prompt-path-rules.
2748         (ido-make-prompt): Directory name now in `dirname' var.
2749         (ido-complete): Fix error message.
2751 2003-01-13  John Paul Wallington  <jpw@shootybangbang.com>
2753         * server.el (server-process-filter): Use `minibufferp' to test
2754         whether we are inside a minibuffer.
2755         (server-process, server-kill-new-buffers): Doc fixes.
2757 2003-01-13  Dave Love  <fx@gnu.org>
2759         * international/utf-16.el (mule-utf-16-be, mule-utf-16-le):
2760         Remove pre-write-conversion.
2762 2003-01-13  Kim F. Storm  <storm@cua.dk>
2764         * hexl.el (hexl-mode-map): Don't quote remapped command names.
2766 2003-01-13  David Ponce  <david@dponce.com>
2768         * ruler-mode.el (ruler-mode): Cleanup buffer local variable
2769         `header-line-format' if it didn't exist when `ruler-mode' was enabled.
2771 2003-01-13  Masatake YAMATO  <jet@gyve.org>
2773         * ruler-mode.el (ruler-mode-comment-column-char)
2774         (ruler-mode-goal-column-char, ruler-mode-set-goal-column-ding-flag)
2775         (ruler-mode-mouse-current-grab-object): New variables.
2776         (ruler-mode-comment-column-face, ruler-mode-goal-column-face):
2777         New faces.
2778         (ruler-mode-mouse-set-fill-column): Removed.
2779         (ruler-mode-mouse-grab-any-column)
2780         (ruler-mode-mouse-drag-any-column-iteration)
2781         (ruler-mode-mouse-drag-any-column): New functions.
2782         (ruler-mode-map): [header-line down-mouse-2] Bound to
2783         `ruler-mode-mouse-grab-any-column' instead of
2784         `ruler-mode-mouse-set-fill-column'.
2785         (ruler-mode-ruler-help-echo): Update its value.
2786         (ruler-mode-ruler-help-echo-when-goal-column): New help string used
2787         when goal-column is already set.
2788         (ruler-mode-ruler-help-echo-tab): Rename to...
2789         (ruler-mode-ruler-help-echo-when-tab-stops): New.
2790         (ruler-mode-fill-column-help-echo, ruler-mode-comment-column-help-echo)
2791         (ruler-mode-goal-column-help-echo): New help strings.
2792         (ruler-mode-ruler): Use `ruler-mode-ruler-help-echo-when-goal-column'
2793         instead of `ruler-mode-ruler-help-echo' if `goal-column' is set.
2794         Show `comment-column' and `goal-column'.  Echo the different help
2795         string for each *-column characters on the ruler.
2797 2003-01-13  Richard M. Stallman  <rms@gnu.org>
2799         * apropos.el (apropos-documentation-property): New function.
2800         (apropos): Use apropos-documentation-property.
2802         * files.el (mode-line-process): Mark as risky.
2804         * help.el (where-is): Catch errors in indirect-function.
2806         * server.el (server-process-filter): Comment out -eval.
2807         Don't switch buffers if inside isearch or minibuffer.
2809         * progmodes/compile.el (compilation-revert-buffer):
2810         If buffer has a file, revert it in the normal way.
2812         * term/x-win.el: Require fontset conditionally again.
2814 2003-01-13  Kim F. Storm  <storm@cua.dk>
2816         * ido.el (ido-enable-tramp-completion): New defcustom.
2817         (ido-enter-single-matching-directory): Change default to 'slash.
2818         (ido-is-tramp-root): New defun.
2819         (ido-is-root-directory, ido-is-ftp-directory, ido-is-slow-ftp-host)
2820         (ido-may-cache-directory, ido-final-slash, ido-read-internal)
2821         (ido-complete, ido-make-file-list1, ido-make-dir-list1):
2822         Handle tramp completion.
2823         (ido-file-name-all-completions1): New defun for tramp completion.
2824         (ido-file-name-all-completions): Use it.
2825         (ido-set-matches1): Relax matching of text with trailing slash.
2826         (ido-exhibit): Handle tramp completion.
2827         Simplified code using nested cond forms using new `refresh' var.
2828         Fixed handling of /~user/ paths.
2830 2003-01-12  Andreas Schwab  <schwab@suse.de>
2832         * arc-mode.el (archive-mode-map): Use command remapping instead of
2833         substitute-key-definition.
2834         * emerge.el (emerge-setup-fixed-keymaps): Likewise.
2835         * msb.el (msb-mode-map): Likewise.
2836         * forms.el (forms--change-commands): Likewise.
2837         * hexl.el (hexl-mode-map): Likewise.
2838         * mail/mailabbrev.el (Commentary): Likewise.
2839         * play/decipher.el (decipher-mode-map): Likewise.
2840         * play/gomoku.el (gomoku-mode-map): Likewise.
2841         * play/landmark.el (lm-mode-map): Likewise.
2842         * play/solitaire.el (solitaire-mode-map): Likewise.
2843         * progmodes/sh-script.el (sh-mode-map): Likewise.
2844         * textmodes/picture.el (picture-substitute): Likewise.
2846         * ielm.el (inferior-emacs-lisp-mode):
2847         Bind comint-dynamic-complete-functions locally.
2849         * buff-menu.el (Buffer-menu-select): Fix for effect of header line.
2851 2003-01-11  Andreas Schwab  <schwab@suse.de>
2853         * textmodes/sgml-mode.el (sgml-font-lock-keywords-2): Add flag to
2854         merge with existing fontification.
2856 2003-01-11  Nick Roberts  <nick@nick.uklinux.net>
2858         * gud.el (gud-kill-buffer-hook): Save gud-minor-mode type.
2859         (gud-reset): New function. Reset environment at end of debugging.
2860         (gud-sentinel): Call gud-reset or gdb-reset.
2861         (gud-menu-map, gud-tool-bar-map, gdb): Change gud-goto to gud-until.
2863         * gdb-ui.el (gud-display): Use GDB command ptype instead of whatis
2864         to find out if variable shuld be dereferenced.
2865         (gud-display1): Exit if there is `No symbol'.
2866         (gdb-expressions-mode-map): Correction to key-binding.
2867         (gdb-reset): New function. Reset environment at end of debugging.
2868         (gdb-quit): Remove.
2870 2003-01-10  Dave Love  <fx@gnu.org>
2872         * international/code-pages.el (cp-make-coding-system): Fix last change.
2874 2003-01-10  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2876         * dired.el (dired-garbage-files-regexp): Use \\' instead of $ and
2877         use regexp-opt for readability.
2879 2003-01-10  Mark A. Hershberger  <mah@everybody.org>
2881         * xml.el (xml-parse-tag, xml-parse-attlist, xml-skip-dtd)
2882         (xml-parse-dtd, xml-parse-elem-type): Be more flexible in recognizing
2883         empty elements.
2885 2003-01-10  Luc Teirlinck  <teirllm@mail.auburn.edu>
2887         * progmodes/sh-script.el (sh-set-shell): Make sh-shell-file the default
2888         shell.
2890 2003-01-09  John Wiegley  <johnw@gnu.org>
2892         * pcomplete.el (pcomplete-termination-string): Add a variable
2893         for modifying the string which is inserted after a completion or
2894         expansion using pcomplete.
2896 2003-01-09  Karl Berry  <karl@gnu.org>
2898         * sort.el (sort-regexp-fields): Pass noerror to re-search-forward,
2899         so that we don't fail if no records match record-regexp.
2901 2003-01-09  Markus Rost  <rost@math.ohio-state.edu>
2903         * cus-edit.el (customize-group, customize-group-other-window):
2904         Remove unnecessary calls to custom-load-symbol.
2905         (custom-group-value-create):
2906         Load widget deps if state is not hidden.  If widget deps are
2907         loaded, load them in advance.
2908         (custom-menu-create): If widget deps are loaded, load them earlier.
2910 2003-01-09  John Paul Wallington  <jpw@shootybangbang.com>
2912         * language/ethio-util.el (ethio-gemination)
2913         (exit-ethiopic-environment): Doc fixes.
2915         * language/viet-util.el (viet-encode-viqr-region)
2916         (viet-decode-viqr-region, viet-encode-viqr-buffer)
2917         (viet-decode-viqr-buffer): Doc fixes.
2919 2003-01-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
2921         * paths.el: Remove gnus-startup-file.
2923 2003-01-08  Bill Wohler  <wohler@newt.com>
2925         * mail/mh-alias.el, mail/mh-customize.el, mail/mh-identity.el,
2926         mail/mh-loaddefs.el, toolbar/alias.pbm, toolbar/alias.xpm: Added.
2928         * mail/mh-comp.el, mail/mh-e.el, mail/mh-funcs.el,
2929         mail/mh-index.el, mail/mh-mime.el, mail/mh-pick.el,
2930         mail/mh-seq.el, mail/mh-speed.el, mail/mh-utils.el,
2931         mail/mh-xemacs-compat.el: Upgraded to MH-E version 7.1.
2933 2003-01-08  Kim F. Storm  <storm@cua.dk>
2935         * mail/undigest.el (unforward-rmail-message): Don't use global
2936         variable `n'.
2938 2003-01-08  Francesco Potort\e,Al\e(B  <pot@gnu.org>
2940         * mail/undigest.el (unforward-rmail-message): Simplified.
2941         No functional change.
2943 2003-01-07  Markus Rost  <rost@math.ohio-state.edu>
2945         * custom.el (custom-autoload, custom-variable-p): New functions.
2947         * emacs-lisp/autoload.el (make-autoload):
2948         Generate custom-autoload for autoloaded defcustoms.
2950         * help-fns.el (describe-variable): Use custom-variable-p.
2952         * simple.el (set-variable): Load deps of custom variables without type.
2954         * cus-edit.el (custom-variable-prompt): Doc change.
2955         Use custom-variable-p.
2956         (customize-option): Remove search in loaddefs.el.
2957         (customize-apropos):  Use custom-variable-p.
2958         (custom-save-variables): Use custom-variable-p to detect
2959         non-rogue variables.
2961 2003-01-07  Francesco Potort\e,Al\e(B  <pot@gnu.org>
2963         * mail/undigest.el (unforward-rmail-message): Skip all newlines
2964         after the initial separator.
2965         (unforward-rmail-message): Forwarded-From: and Forwarded-Date:
2966         instead of Forwarded-from: and Forwarded-date:.
2968 2003-01-07  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2970         * dired.el (dired-garbage-files-regexp): Add `.aux$'.  These are
2971         produced by TeX.
2973 2003-01-07  Andre Spiegel  <spiegel@gnu.org>
2975         * vc-rcs.el (vc-rcs-checkout): Fix the check whether we are on a
2976         branch.
2978 2003-01-06  Dave Love  <fx@gnu.org>
2980         * textmodes/ispell.el (lookup-words): Cope with null lookup-dict.
2982         * language/chinese.el ("Chinese-EUC-TW"): New.
2984 2003-01-06  John Paul Wallington  <jpw@shootybangbang.com>
2986         * mail/rmail.el (rmail-mmdf-delim1, rmail-mmdf-delim2): Doc fixes.
2988 2003-01-05  Richard M. Stallman  <rms@gnu.org>
2990         * obsolete/uncompress.el: Display message that this pkg is obsolete.
2992         * isearch.el (isearch-repeat): Error if try to repeat search and
2993         there was no previous search.
2995         * dired.el (dired-recursive-deletes): Fix custom type.
2997         * dabbrev.el (dabbrev--substitute-expansion):
2998         Convert all whitespace to single spaces,
2999         except when it's carried over from the existing text.
3001         * simple.el (split-line): Clean up implementation.
3003         * mail/rmail.el (rmail-font-lock-keywords): Discard code to match
3004         both cases.
3005         (rmail-variables): Specify case-insensitive matching for font-lock.
3007 2003-01-05  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
3009         * mail/sendmail.el (mail-font-lock-keywords):
3010         * mail/rmail.el (rmail-font-lock-keywords): Match multiline
3011         In-Reply-To and X-*.
3013 2003-01-05  Mark A. Hershberger  <mah@everybody.org>
3015         * xml.el (xml-substitute-special): Check for &amp last.
3017 2003-01-05  Dave Love  <fx@gnu.org>
3019         * buff-menu.el (Buffer-menu-execute): Fix for effect of header line.
3021 2003-01-05  Dave Love  <fx@gnu.org>
3023         * international/mule-diag.el (non-iso-charset-alist):
3024         Add vietnamese-tcvn.
3026         * international/mule-cmds.el (locale-language-names):
3027         Use Croatian, Swedish.
3029 2003-01-05  Andreas Schwab  <schwab@suse.de>
3031         * buff-menu.el (Buffer-menu-buffer+size): Don't clobber buffer name.
3033 2003-01-05  Dave Love  <fx@gnu.org>
3035         * language/european.el ("Latin-6", "Croatian"): New.
3036         ("Latin-7"): Fix nonascii-translation.  Add input method.
3037         ("Lithuanian", "Latvian"): Add nonascii-translation.
3038         ("German", "Spanish", "Dutch", "Welsh", "Swedish"):
3039         Fix nonascii-translation.
3041         * language/georgian.el ("Georgian"): Fix nonascii-translation.
3043         * international/mule-cmds.el (set-locale-environment):
3044         Ignore empty values of environment variables.
3046         * emacs-lisp/byte-opt.el (byte-optimize-nth)
3047         (byte-optimize-nthcdr): Fix for case of wrong-length forms.
3049 2003-01-04  Nick Roberts  <nick@nick.uklinux.net>
3051         * gdb-ui.el: Acknowledge Tom Lord as author of gdba.el.
3052         Use let construction to bind buffer-read-only to nil.
3053         (gdba): 'set height 0' in GDB.
3054         (gdb-display-end, gdb-frame-handler): Corrections to forming
3055         full expression name for header-line in display frame.
3056         (gdb-info-breakpoints-custom): Highlight breakpoints since
3057         they may be clicked on with mouse-2.
3058         (gdb-quit): Delete frames of displayed expressions when quitting.
3059         (gdb-delete-frames): New function.
3060         (gdb-source-info): Don't create stack buffer automatically.
3062 2003-01-04  Thien-Thi Nguyen  <ttn@gnu.org>
3064         * xml.el (xml-substitute-special): Move "&amp;" -> "&" last.
3066 2003-01-04  Kim F. Storm  <storm@cua.dk>
3068         * simple.el (split-line): If present, copy fill-prefix from
3069         current line to new line.  Don't copy if prefix arg.
3070         From Lisp, arg may be an alternative prefix string to copy.
3071         Inspired by Ehud Karni <ehud@unix.mvs.co.il>.
3073         * mail/sendmail.el (mail-split-line): New function.
3074         (mail-mode-map): Remap split-line to mail-split-line.
3076 2003-01-03  Dave Love  <fx@gnu.org>
3078         * emacs-lisp/find-func.el (find-variable-noselect): Make it work
3079         with new load-history format.
3081         * international/mule-cmds.el (sort-coding-systems):
3082         Adjust priority of utf-16 and x-ctext.
3084         * international/utf-8.el (utf-translate-cjk):
3085         Call optimize-char-coding-system-table.
3087         * international/ucs-tables.el (ucs-unify-8859, ucs-fragment-8859):
3088         Call optimize-char-coding-system-table.
3090         * international/mule.el (register-char-codings): Don't call
3091         optimize-char-coding-system-table here.
3092         (keyboard-coding-system): Doc fix.  Update :version.
3094         * textmodes/nroff-mode.el (nroff-mode-hook): Customize.
3095         (nroff-imenu-expression): New.
3096         (nroff-mode): Use it.
3098         * autoinsert.el (auto-insert-alist): Add man page skeleton.
3100 2003-01-03  Andre Spiegel  <spiegel@gnu.org>
3102         * vc-rcs.el (vc-rcs-revert): Unlock only if the user does have
3103         the lock.
3105 2003-01-03  Kim F. Storm  <storm@cua.dk>
3107         * emulation/cua-base.el (cua--pre-command-handler):
3108         Corrected handling of delete-selection properties.
3110 2003-01-03  John Paul Wallington  <jpw@shootybangbang.com>
3112         * emacs-lisp/eldoc.el (eldoc-get-var-docstring): Only return a
3113         documentation string when `sym' is non-nil.
3115 2003-01-02  Steven Tamm  <steventamm@mac.com>
3117         * scroll-bar.el (toggle-scroll-bar, scroll-bar-mode):
3118         Have scroll bars correctly default to being on the right for Mac
3119         Carbon port by testing "mac-carbon" feature, not window-system.
3121 2003-01-02  Markus Rost  <rost@math.ohio-state.edu>
3123         * cus-edit.el (customize-group, customize-group-other-window):
3124         Call custom-load-symbol unconditionally.
3125         (customize-face, customize-face-other-window): Fix format arg.
3127 2003-01-02  John Paul Wallington  <jpw@shootybangbang.com>
3129         * menu-bar.el (menu-bar-left-scroll-bar): Set `scroll-bar-mode'
3130         to `left'.
3132 2003-01-01  Richard M. Stallman  <rms@gnu.org>
3134         * mail/rmail.el (rmail-reply): Don't call mail-strip-quoted-names.
3136         * files.el (backup-buffer): Cope if file-modes returns nil.
3138 2002-12-30  Steven Tamm  <steventamm@mac.com>
3140         * scroll-bar.el (toggle-scroll-bar, scroll-bar-mode):
3141         Have scroll bars correctly default to being on the right for Mac
3142         Carbon port
3144 2002-12-29  Nick Roberts  <nick@nick.uklinux.net>
3146         * gdb-ui.el (gdb-delete-display): Rename (gdb-delete-expression).
3147         (gdb-goto-bp-this-line): Rename (gdb-goto-breakpoint).
3148         (gdb-toggle-bp-this-line): Rename (gdb-toggle-breakpoint).
3149         (gdb-delete-bp-this-line): Rename (gdb-delete-breakpoint).
3150         (gdb-toggle-disp-this-line): Rename (gdb-toggle-display).
3151         (gdb-delete-disp-this-line): Rename (gdb-delete-display).
3152         (gud-gdba-marker-filter): Remove unnecessary save-match-data.
3153         (gdb-mouse-goto-breakpoint, gdb-frames-select): New functions.
3154         (gdb-frames-mouse-select): Simplify.
3155         Make keybindings (gdb-goto-breakpoint, gdb-frames-select, etc)
3156         consistent with other modes in emacs.
3157         (gdb-display-source-buffer): Return window of source buffer
3158         for (gud-display-line).
3160 2002-12-29  Markus Rost  <rost@math.ohio-state.edu>
3162         * button.el (defface button): Add group.
3164         * cus-edit.el (customize-browse): Call `widget-setup'.
3166 2002-12-29  Andreas Schwab  <schwab@suse.de>
3168         * Makefile.in: Generate cus-load.el and finder-inf.el in the
3169         source directory.  Change dependencies on lisp files to explicitly
3170         use $(lisp).
3171         (compile-calc): Fix command substitution.
3172         * cus-dep.el (generated-custom-dependencies-file): New variable.
3173         (custom-make-dependencies): Use it instead of hardcoding cus-load.el.
3174         * finder.el (generated-finder-keywords-file): New variable.
3175         (finder-compile-keywords): Use it instead of hardcoding finder-inf.el.
3177 2002-12-28  Richard M. Stallman  <rms@gnu.org>
3179         * info-look.el (info-lookup): Fix error message typo.
3181         * comint.el (comint-mode): Locally set scroll-conservatively.
3182         (comint-postoutput-scroll-to-bottom): comint-scroll-show-maximum-output
3183         is active only when point is at end.
3185         * dired.el (dired-goto-file): Handle \ and ^M quoted by backslash.
3186         Fix error message.
3188         * files.el (find-file-noselect-1): Kill local value of `cursor-type'.
3190         * simple.el (repeat-complex-command): Signal real error on failure.
3192 2002-12-28  Andreas Schwab  <schwab@suse.de>
3194         * progmodes/make-mode.el (makefile-font-lock-keywords):
3195         Highlight automatic variable references enclosed in parens and
3196         optionally suffixed by F or D.
3198 2002-12-27  Miles Bader  <miles@gnu.org>
3200         * info.el (Info-complete-menu-item): Make `Info-complete-cache' a
3201         buffer-local variable.
3203 2002-12-26  Markus Rost  <rost@math.ohio-state.edu>
3205         * cus-edit.el (customize-group-other-window): Use pop-to-buffer in
3206         the same way as `custom-buffer-create-other-window'.
3207         (customize-variable-other-window, customize-option-other-window):
3208         Definitions moved up.
3210 2002-12-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3212         * net/tramp*.el: Sync with upstream version 2.0.28.  Bugfixes.
3213         * net/tramp-ftp.el: Glue code with Ange-FTP, broken out of
3214         tramp.el.  From Michael Albinus.
3215         * net/tramp-smb.el: New file for using smbclient to access
3216         Windows shares with Tramp.  From Michael Albinus.
3218 2002-12-26  Andreas Schwab  <schwab@suse.de>
3220         * international/mule-cmds.el (select-safe-coding-system): Fix typo.
3222 2002-12-26  Andre Spiegel  <spiegel@gnu.org>
3224         * vc.el (vc-next-action-on-file): Use t argument to vc-checkout in
3225         order to get the latest version on the current branch.
3226         Update documentation of vc-BACKEND-checkout to explain this.
3228         * vc-rcs.el (vc-rcs-checkout): Handle t argument for REV.
3229         (vc-rcs-checkin): By default, specify the current workfile
3230         branch as the check-in revision.
3232         * vc-cvs.el (vc-cvs-checkout): Handle t argument for REV.
3234         * vc-sccs.el (vc-sccs-checkout): Likewise.
3236 2002-12-26  Nick Roberts  <nick@nick.uklinux.net>
3238         * gdb-ui.el (gdb-info-display-custom): Ensure that frames/buffers
3239         of displayed expressions are deleted when the displayed expressions
3240         are deleted.
3241         (gdb-delete-disp-this-line, gdb-delete-display): Frame/buffer
3242         deletion is handled by gdb-info-display-custom now.
3243         (gdb-source-info): Undo earlier change (do create display buffer
3244         automatically).
3246 2002-12-25  Markus Rost  <rost@math.ohio-state.edu>
3248         * cus-edit.el (custom-save-faces): Fix typo.
3250 2002-12-23  Francesco Potort\e,Al\e(B  <pot@gnu.org>
3252         * mail/undigest.el (unforward-rmail-message): Do not assume that
3253         the forwarded message's Date: header comes after From:.  Use a
3254         Forwarded-from: rather than a Forwarded-by: header.  Add a
3255         Forwarded-date: header.
3257 2002-12-23  Nick Roberts  <nick@nick.uklinux.net>
3259         * gdb-ui.el (gdb-display-number-end): Make auto-display of
3260         expressions in GDB work on text-only terminals.
3261         (gdb-post-prompt): Compute current frame properly.
3262         (gdb-get-current-frame, gdb-frame-handler): New functions.
3263         (gdb-source-info): Move last statement into if clause.
3264         Tidy, improve documentation.
3266 2002-12-23  Richard M. Stallman  <rms@gnu.org>
3268         * emacs-lisp/checkdoc.el: Don't define a name for the minor mode menu.
3270         * emacs-lisp/easymenu.el (easy-menu-do-define): Handle nil for SYMBOL.
3271         (easy-menu-define): Doc fix, say SYMBOL can be nil.
3273         * window.el (save-selected-window): Save and restore
3274         selected windows of all frames.
3276         * cus-start.el (scroll-up-aggressively, scroll-down-aggressively):
3277         Update custom types.
3279 2002-12-23  Alex Schroeder  <alex@emacswiki.org>
3281         Merging Dave Love <fx@gnu.org>'s custom_themes branch containing
3282         Alex Schroeder's adaptation of Jan Vroonhof
3283         <vroonhof@math.ethz.ch>'s code.  Doc strings corrected by RMS.
3285         * cus-edit.el (customize-save-variable): Take themes into account.
3286         (custom-variable-save): Take themes into account.
3287         (custom-variable-reset-saved): Add comment-widget.
3288         (custom-variable-reset-standard): Add comment-widget.
3289         (custom-variable-reset-standard): Take themes into account.
3290         (custom-face-save): Take themes into account.
3291         (custom-face-reset-standard): Take themes into account.
3292         (custom-save-variables): Take themes into account.
3293         (custom-save-faces): Take themes into account.
3294         (custom-save-resets): New function.
3295         (custom-save-loaded-themes): New function.
3296         (customize-save-customized): Take themes into account.
3298         * cus-face.el (custom-set-faces): Call custom-theme-set-faces.
3299         (custom-theme-set-faces): New function.
3300         (custom-theme-face-value): New function.
3301         (custom-theme-reset-internal-face): New function.
3302         (custom-theme-reset-faces): New function.
3303         (custom-reset-faces): New function.
3305         * custom.el (custom-known-themes): New variable.
3306         (custom-declare-theme): New function.
3307         (deftheme): New macro.
3308         (custom-make-theme-feature): New function.
3309         (custom-theme-p): New function.
3310         (custom-check-theme): New function.
3311         (custom-push-theme): New function.
3312         (custom-theme-set-variables): Take themes into account.
3313         (custom-loaded-themes): New variable.
3314         (custom-theme-loaded-p): New function.
3315         (provide-theme): New function.
3316         (require-theme): New function.
3317         (custom-remove-theme): New function.
3318         (custom-do-theme-reset): New function.
3319         (custom-theme-load-themes): New function.
3320         (custom-load-themes): New function.
3321         (custom-theme-value): New function.
3322         (custom-theme-variable-value): New function.
3323         (custom-theme-reset-internal): New function.
3324         (custom-theme-reset-variables): New function.
3325         (custom-reset-variables): New function.
3327         * cus-theme.el: New file.
3329 2002-12-23  Matthew Swift  <swift@alum.mit.edu>
3331         * emacs-lisp/rx.el (rx-and): Generate a shy group.
3332         Specify `no-group' when calling rx-to-string.
3333         (rx-submatch): Specify `no-group' when calling rx-to-string.
3334         (rx-kleene): Use rx-atomic-p to decide whether to make a group.
3335         (rx-atomic-p): New function.
3337 2002-12-23  Kevin Ryde  <user42@zip.com.au>
3339         * info-look.el (info-lookup): For ease of use try item
3340         case-insensitive if not found case-sensitive.
3341         Do case sensitive search in index nodes, so items differing only in
3342         case go correctly to their respective nodes.
3344 2002-12-22  Richard M. Stallman  <rms@gnu.org>
3346         * subr.el (add-to-invisibility-spec): If it was t, start it out at (t).
3348         * textmodes/texinfmt.el (tex-start-of-header, tex-end-of-header):
3349         Add defvars.
3351         * textmodes/tex-mode.el (tex-print): Call shell-quote-argument
3352         on the file name.
3354         * textmodes/outline.el (outline-next-visible-heading):
3355         When going forward, test outline-invisible-p at start of header.
3357 2002-12-22  Kevin Ryde  <user42@zip.com.au>
3359         * textmodes/makeinfo.el (makeinfo-buffer): Display result using
3360         Info-mode.
3361         (makeinfo-compilation-sentinel-buffer, makeinfo-current-node):
3362         New functions.
3363         (makeinfo-compile): Add a sentinel parameter.
3364         (makeinfo-compilation-sentinel-region): Renamed from
3365         makeinfo-compilation-sentinel, and makeinfo-temp-file now never nil.
3366         (makeinfo-region): Use this.
3367         * info.el (Info-revert-find-node): New function.
3369 2002-12-22  Nick Roberts  <nick@nick.uklinux.net>
3371         * tooltip.el (tooltip-gud-tips): Output tooltip without switching
3372         process filter (gdba in gdb-ui.el only).
3373         (gdb-tooltip-print): New function.
3374         (tooltip-gud-process-output): Undo previous change.
3375         (tooltip-strip-annotations): Remove.
3377 2002-12-22  Zoltan Kemenczy  <zoltan@ieee.org>
3379         * gud.el (gud-menu-map): Add jdb support for "run".
3380         (gud-jdb-find-source-using-classpath): Use 'identity.
3381         (gud-jdb-marker-filter): Marker regexp and filename filtering
3382         change to support a backwards-incompatible change in Sun's jdb
3383         line number display in SDK versions 1.4.
3384         (gud-format-command): gud-find-class now requires two
3385         parameters (file and linenumber).
3386         (gud-find-class): Bulk of the change related to using c-syntactic
3387         symbols to locate nested class declarations in java sources
3388         visited by java-mode (cc-mode).
3390 2002-12-21  Nick Roberts  <nick@nick.uklinux.net>
3392         * gdb-ui.el: Remove the concept of an instance. This means that
3393         a lot of functions have been renamed. Accessors are prefixed with
3394         gdb-get, setters with gdb-set and the word instance has been
3395         removed from many function and variable names.
3396         (gdb-display-buffer): Protect source buffer as well
3397         as GUD buffer when requesting new buffers.
3398         (gdb-source-info): Two changes : Don't create display buffer
3399         automatically, compute source window correctly.
3401 2002-12-21  Richard M. Stallman  <rms@gnu.org>
3403         * man.el (Man-getpage-in-background): Put GROFF_NO_SGR in env.
3405         * ls-lisp.el (original-insert-directory): Make this a variable,
3406         don't set its function definition.
3407         (insert-directory): Use funcall to call that function.
3409         * bindings.el (help-echo): Change tooltip string.
3411         * chistory.el (command-history-map): Move definition up.
3413         * faces.el (help-xref-stack): Add defvar to avoid warning.
3415 2002-12-21  Andreas Schwab  <schwab@suse.de>
3417         * dired.el (dired-insert-directory): Preserve text properties
3418         when quoting.
3420 2002-12-20  Francesco Potort\e,Al\e(B  <pot@gnu.org>
3422         * mail/undigest.el (rmail-mail-separator): Renamed from
3423         rmail-digest-mail-separator.  All users changed.
3424         (unforward-rmail-message): Rewritten to be more robust and to
3425         additionally account for the common style of forwarding messages
3426         by citing them entirely with headers.
3428 2002-12-18  Dave Love  <fx@gnu.org>
3430         * international/utf-8-subst.el: Deleted.
3432         * international/ucs-tables.el (ucs-fragment-8859): Don't modify
3433         char-coding-system-table elements destructively.
3434         Use optimize-char-coding-system-table.
3436         * international/mule.el (optimize-char-coding-system-table): New.
3437         (register-char-codings): Use it.
3439         * international/utf-8.el (ucs-mule-cjk-to-unicode)
3440         (ucs-unicode-to-mule-cjk): Revert last change.
3441         (utf-subst-table-for-encode): Initially use ucs-mule-cjk-to-unicode.
3442         (utf-subst-table-for-decode): Initially use ucs-unicode-to-mule-cjk.
3443         (utf-fragment-on-decoding, utf-translate-cjk): Don't modify
3444         char-coding-system-table elements destructively.
3445         (utf-translate-cjk): Set ucs-mule-cjk-to-unicode,
3446         ucs-unicode-to-mule-cjk to new hash tables with realistic parameters.
3448 2002-12-18  John Paul Wallington  <jpw@shootybangbang.com>
3450         * info.el (Info-dir-remove-duplicates): Avoid infloop when
3451         deleting last entry.
3453 2002-12-17  Nick Roberts  <nick@nick.uklinux.net>
3455         * gdb-ui.el (gdba-marker-filter, gdb-output-burst): Merge and
3456         rename gud-gdba-marker-filter.
3457         (gdb-append-to-inferior-io): Only pop up IO buffer if there is output.
3458         (gdb-make-instance): Remove (put into gdba).
3459         Use gdb-instance-enqueue-input instead of
3460         gdb-instance-enqueue-idle-input for user functions.
3461         (gdb-instance-target-string): Simplify.
3462         (in-gdb-instance-context): Remove.
3463         Expand Commentary.
3465 2002-12-17  Kenichi Handa  <handa@m17n.org>
3467         * international/mule.el (set-file-name-coding-system): New function.
3469         * international/mule-cmds.el (mule-keymap, set-coding-system-map):
3470         Add bindings for set-file-name-coding-system.
3472 2002-12-17  Kenichi Handa  <handa@m17n.org>
3474         * international/mule-cmds.el (universal-coding-system-argument):
3475         Bind coding-system-require-warning to t.
3476         (select-safe-coding-system): Handle t in the arg
3477         DEFAULT-CODING-SYSTEM specially.  Use read-coding-system to read a
3478         coding-system to allow users to specify unsafe coding system on
3479         their risk.
3481 2002-12-16  Francesco Potort\e,Al\e(B  <pot@gnu.org>
3483         * mail/undigest.el (rmail-digest-methods)
3484         (rmail-digest-mail-separator): New variables.
3485         (rmail-digest-parse-mime, rmail-digest-parse-rfc1153strict)
3486         (rmail-digest-parse-rfc1153sloppy, rmail-digest-rfc1153)
3487         (rmail-digest-parse-rfc934): New functions.
3488         (undigestify-rmail-message): Completely rewritten.
3490 2002-12-16  Kim F. Storm  <storm@cua.dk>
3492         * ido.el (ido-read-file-name): Remove debug message.
3494 2002-12-16  Daniel Pfeiffer  <occitan@esperanto.org>
3496         * buff-menu.el (Buffer-menu, Buffer-menu-use-header-line)
3497         (Buffer-menu-buffer-face, Buffer-menu-buffer+size-width)
3498         (Buffer-menu-mode-width): New customization.
3499         (Buffer-menu-sort-column): New var.
3500         (Buffer-menu-no-header): New function for not changing header line and
3501         recognizing swapped M&R columns, used by modifying commands in Buffer
3502         Menu.
3503         (Buffer-menu-buffer+size): New function for variable width buffer name.
3504         (list-buffers-noselect): Rewritten for nicer menu.
3506 2002-12-16  Markus Rost  <rost@math.ohio-state.edu>
3508         * filesets.el (filesets-build-menu-now): Don't clear messages.
3510         * allout.el: Avoid name conflicts with outline.el.
3511         Replace globally string "outline-" with string "allout-".
3512         Replaced 1446 occurrences; there was no string "allout-" before the
3513         change and there seems to be no dependency on outline.el.
3514         Put `quotes' around many function and variable names.
3515         Doc changes to adjust to the change to prefix "allout-".
3516         Don't provide `outline'.  Use " Allout" as mode line string,
3517         not " Outl".  Put group `allout' in group `editing'.
3518         Update Copyright notice.  Autoload `allout-init'.
3519         (allout-init): Give report also in case auto-activation was inhibited.
3520         (my-mark-marker): Test for feature `xemacs' instead of a string parse.
3522 2002-12-16  Stefan Monnier  <monnier@cs.yale.edu>
3524         * xml.el (xml-parse-tag): Allow spaces between / and >.
3526 2002-12-15  David Kastrup  <David.Kastrup@t-online.de>
3528         * emacs-lisp/autoload.el (autoload-ensure-default-file):
3529         Insert missing space in file end comment.
3531 2002-12-15  Simon Josefsson  <jas@extundo.com>
3533         * mail/smtpmail.el (smtpmail-via-smtp): Fall back to
3534         user-mail-address as sender.
3536 2002-12-15  Dave Love  <fx@gnu.org>
3538         * international/mule-cmds.el (standard-keyboard-coding-systems):
3539         Delete.
3540         (set-locale-environment): Don't use it.
3542         * international/utf-8.el (ucs-mule-cjk-to-unicode)
3543         (utf-subst-table-for-encode, ucs-unicode-to-mule-cjk)
3544         (utf-subst-table-for-decode): Specify :size, :rehash-size.
3545         (utf-translate-cjk): :set rewritten to load subst-... files.
3546         Add :set-after.
3547         (ccl-decode-mule-utf-8): Consider CJK translation for r3<#x3400.
3549 2002-12-15  Gustav H\e,Ae\e(Bllberg  <gustav@virtutech.se>  (tiny change)
3551         * progmodes/compile.el (compile-reinitialize-errors): Don't mark the
3552         buffer as modified unless it really is.
3554 2002-12-14  Andreas Schwab  <schwab@suse.de>
3556         * wid-edit.el (widget-move): Don't loop infinitely when there is
3557         no field or button.
3559 2002-12-13  Stefan Monnier  <monnier@cs.yale.edu>
3561         * uniquify.el (uniquify-rationalize-file-buffer-names, rename-buffer)
3562         (uniquify-delay-rationalize-file-buffer-names, kill-buffer-hook):
3563         Undo 2002/09/27 change because kill-buffer-hook is not
3564         permanent-local.
3566         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
3567         Optimize the remaining part of for-effect and/or expressions.
3569 2002-12-13  Markus Rost  <rost@math.ohio-state.edu>
3571         * emacs-lisp/easy-mmode.el (define-minor-mode):
3572         Use `custom-current-group'. Pass all groups to the hook.
3573         (easy-mmode-define-global-mode): Use `custom-current-group'.
3575         * international/mule-cmds.el (current-language-environment):
3576         Set type according to `language-info-alist' also here.
3578         * progmodes/compile.el (compilation-menu-map):
3579         Use `kill-compilation' to stop compilation.
3581 2002-12-13  Kenichi Handa  <handa@m17n.org>
3583         * language/european.el (encode-mac-roman): Fix last change.
3585         * language/cyrillic.el (ccl-encode-koi8, ccl-encode-koi8-u)
3586         (ccl-encode-alternativnyj): Fix last change.
3588 2002-12-13  Nick Roberts  <nick@nick.uklinux.net>
3590         * gdb-ui.el: Improve documentation strings.
3591         (gdb-many-windows): Set default value to nil.
3593 2002-12-12  Dave Love  <fx@gnu.org>
3595         * international/subst-big5.el, international/subst-gb2312.el:
3596         * international/subst-jis.el, international/subst-ksc.el: New.
3598         * custom.el (defcustom, custom-set-variables): Doc fix.
3600         * emacs-lisp/bytecomp.el (byte-compile-if): Suppress warnings from
3601         things protected by `(if (fboundp ...' or `(if (boundp ...'.
3603         * emacs-lisp/byte-opt.el (byte-optimize-featurep): New.
3605 2002-12-12  Glenn Morris  <gmorris@ast.cam.ac.uk>
3607         * progmodes/fortran.el (fortran-mode-abbrev-table):
3608         Handle `define-abbrev' with either 5 or 6 arguments.
3610 2002-12-12  Markus Rost  <rost@math.ohio-state.edu>
3612         * international/mule-cmds.el (set-language-info):
3613         Update custom-type of `current-language-environment'.
3614         (current-language-environment): Fix custom type.
3616 2002-12-11  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3618         * progmodes/antlr-mode.el (antlr): New URL.
3620 2002-12-10  R. Bernstein  <rocky@panix.com>
3622         * gud.el (bashdb): Prompt now included parenthesis for subshell levels.
3623         Fix erroneous print expression command, and fix typos.
3624         (perldb): Undo previous change in prompt regexp.
3626 2002-12-10  Steven Tamm  <steventamm@mac.com>
3628         * generic-x.el (javascript-generic-mode): Added C style block
3629         comments as used in ECMA-262 standard.
3631 2002-12-10  Kenichi Handa  <handa@m17n.org>
3633         * language/european.el ("Swedish"): Change tutorial file name to
3634         TUTORIAL.sv in this langauge environment..
3636 2002-12-09  John Paul Wallington  <jpw@shootybangbang.com>
3638         * ibuffer.el (ibuffer-mode): If `show-paren-mode' is enabled,
3639         disable it buffer-locally.
3640         (ibuffer-mouse-popup-menu): Use `=' instead of `eq' to compare
3641         `eventpt' and point.
3643         * ibuf-ext.el (ibuffer-remove-duplicates): New function.
3644         (ibuffer-set-filter-groups-by-mode): Use it instead of
3645         `delete-duplicates' so we don't require cl library at runtime.
3646         (ibuffer-insert-filter-group-before): Don't use `position' so we
3647         don't require cl library at runtime.
3649         * chistory.el (command-history-mode): Add interactive spec.
3650         Improve doc string.
3652 2002-12-09  Richard M. Stallman  <rms@gnu.org>
3654         * isearch.el (isearch-no-upper-case-p): \\ only quotes one character.
3656 2002-12-09  Markus Rost  <rost@math.ohio-state.edu>
3658         * mwheel.el (mouse-wheel-scroll-amount): Revert previous change -
3659         customize type 'float is now defined.
3661 2002-12-09  Dave Love  <fx@gnu.org>
3663         * international/code-pages.el (mik, pt154): New coding systems.
3665         * international/ucs-tables.el: Fix properly.
3667 2002-12-09  Andreas Schwab  <schwab@suse.de>
3669         * international/ucs-tables.el: Fix last change.
3671 2002-12-09  Kenichi Handa  <handa@m17n.org>
3673         * international/titdic-cnv.el (titdic-convert): Process the
3674         header part in multibyte mode.
3676 2002-12-08  Dave Love  <fx@gnu.org>
3678         * international/code-pages.el (mule-diag): Move where it's required.
3680         * international/ucs-tables.el: Add latin-jisx0201 characters.
3681         Fix translation-table-for-input for lao, thai, tibetan.
3683 2002-12-08  Andreas Schwab  <schwab@suse.de>
3685         * files.el (insert-directory): Insert free space only when
3686         listing a full directory.
3688 2002-12-08  Nick Roberts  <nick@nick.uklinux.net>
3690         * gdb-ui.el : Remove inappropriate key-bindings.
3691         (gdb-info-breakpoints-custom, gdb-goto-bp-this-line):
3692         Parse correctly when breakpoint has no line number.
3693         (def-gdb-auto-update-handler, gdb-info-locals-handler),
3694         (gdb-display-end): Avoid using insert-buffer.
3695         (gdb-frames-select-by-mouse): Rename gdb-frames-mouse-select.
3697 2002-12-07  Richard M. Stallman  <rms@gnu.org>
3699         * progmodes/compile.el (compilation-enter-directory-regexp-alist)
3700         (compilation-leave-directory-regexp-alist): Match byte compiler output.
3702         * emacs-lisp/cl-macs.el: Add local variable list
3703         to turn off cl-function warnings.
3705         * emacs-lisp/bytecomp.el (byte-compile-eval): Handle (t . SYMBOL)
3706         elements in load-history.
3707         (byte-compile-cl-warn): No cl warnings for cl-defsubst-expand
3708         and cl-struct-setf-expander.
3710         * emacs-lisp/autoload.el (autoload-print-form-outbuf):
3711         New variable.
3712         (autoload-print-form): Use autoload-print-form-outbuf.
3713         (generate-file-autoloads): Bind autoload-print-form-outbuf.
3715         * calendar/calendar.el (calendar-day-name): Move defn down.
3717         * speedbar.el (speedbar-directory-buttons-follow):
3718         Don't use directory-sep-char.
3720 2002-12-06  Masatake YAMATO  <jet@gyve.org>  (tiny change)
3722         * register.el (describe-register-1): Use window-width
3723         to truncate string in a register.  Check whether the string
3724         in a register is an empty string or a sequence of white spaces.
3726 2002-12-07  Andreas Schwab  <schwab@suse.de>
3728         * faces.el (face-font-selection-order)
3729         (face-font-family-alternatives, face-font-registry-alternatives):
3730         Remove period from :tag value.
3732         * cus-edit.el (custom-face-edit-fix-value): Change :reverse-video
3733         to :inverse-video.
3735 2002-12-07  Markus Rost  <rost@math.ohio-state.edu>
3737         * wid-edit.el (define-widget number): Clarify doc and error message.
3738         (define-widget float): New widget.
3740 2002-12-07  Andreas Schwab  <schwab@suse.de>
3742         * eshell/em-ls.el (eshell-ls-product-regexp): Fix typo.
3744         * files.el (find-file-read-args): Reenable wildcard processing
3745         unconditionally.
3747 2002-12-06  Robert J. Chassell  <bob@rattlesnake.com>
3749         * textmodes/texinfmt.el (texinfo-format-scan): Handle new
3750         functions for copyright notice and copying permissions.
3751         (texinfo-copying, texinfo-insertcopying): New functions.
3753 2002-12-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3755         * textmodes/texinfmt.el (texinfo-format-ifxml)
3756         (texinfo-format-xml): New function.
3757         (ifxml, ifnotxml): New aliases.
3759 2002-12-06  Dave Love  <fx@gnu.org>
3761         * international/utf-8-subst.el: Revert last change.
3763 2002-12-06  Miles Bader  <miles@gnu.org>
3765         * info.el (Info-insert-dir): Make dir-node-cache variables
3766         buffer-local, so that killing the *info* buffer forces the
3767         dir-node to be rebuilt.
3769 2002-12-06  Markus Rost  <rost@math.ohio-state.edu>
3771         * finder.el (finder-compile-keywords): Don't insert a keyword to
3772         the generated file.
3774 2002-12-05  Andreas Schwab  <schwab@suse.de>
3776         * speedbar.el (speedbar-highlight-face): Fix face spec.
3778 2002-12-05  Stefan Monnier  <monnier@cs.yale.edu>
3780         * gdb-ui.el: Replace uses of (gdb-get-instance-buffer 'gdba) and
3781         gdb-proc with gud-comint-buffer instead.
3782         (gdb-proc): Remove.
3783         (def-gdb-var): Simplify.
3784         (gdb-get-create-instance-buffer): Avoid make-variable-buffer-local.
3785         Set gud-comint-buffer as well as gud-minor-mode and tool-bar-map.
3786         (gdb-goto-bp-this-line): Select the window while doing the goto-line.
3787         (gdb-info-locals-handler): Avoid replace-regexp.
3789         * calendar/calendar.el (facemenu-unlisted-faces): Only update
3790         after facemenu is loaded.
3791         (calendar-font-lock-keywords): Accept non-ASCII month names.
3792         Use regexp-opt.
3794         * gdb-ui.el (gud-gdb-complete-string, gud-gdb-complete-break)
3795         (gud-gdb-complete-list, gud-gdb-complete-in-progress): Remove.
3796         (gdba): Call `gdb' and then make modifications.
3797         Always call gdb-clear-inferior-io rather than just "the first time".
3798         (gud-break, gud-remove): Definitions moved to inside gdba.
3799         (gdb-target-name): Remove.  Use gud-target-name instead.
3800         (gdba-complete-filter, gdba-common-init): Remove.
3801         The changes were integrated into the generic code.
3803         * gud.el: Use match-string.
3804         (gud-menu-map): Re-fix gdb-running to gud-running.
3805         Activate up/down and finish for pdb.
3806         (gud-def): Use backquotes.
3807         (gdb, sdb, dbx, xdb, pdb, jdb, bashdb): Remove redundant menu bindings.
3808         (gud-gdb-complete-in-progress, gud-gdb-complete-string)
3809         (gud-gdb-complete-break, gud-gdb-complete-list):
3810         Rename to gud-gdb-fetch-lines-in-progress, gud-gdb-fetch-lines-string,
3811         gud-gdb-fetch-lines-break and gud-gdb-fetched-lines.
3812         (gud-gdb-fetch-lines-filter): Rename from gud-gdb-complete-filter.
3813         Add a `filter' argument and run it on `string'.
3814         (gud-gdb-run-command-fetch-lines): Use it instead of
3815         gud-gdb-speedbar-stack-filter.  Add a `skip' arg.
3816         Return the fetched lines.
3817         (gud-gdb-complete-command): Use it instead of cooking up
3818         something by hand using gud-gdb-complete-filter.
3819         (gud-gdb-get-stackframe): Use the new calling convention of
3820         gud-gdb-run-command-fetch-lines.
3821         (gud-gdb-fetched-stack-frame-list): Remove.
3822         (gud-gdb-speedbar-stack-filter): Remove.
3823         (gud-jdb-marker-filter): Change RE for easier extraction of submatches.
3824         (gud-bashdb-command-name): Add "--debugger" argument here.
3825         (bashdb): Use default gud-find-file and don't bother with
3826         a massage-args function now that --debugger is make explicit.
3827         (gud-bashdb-massage-args, gud-bashdb-find-file): Remove.
3828         (bashdb): Don't provide.
3829         (gud-target-name): New var.
3830         (gud-common-init): Set it.
3831         Also reset gud-running and gud-last-last-frame.
3833 2002-12-05  Dave Love  <fx@gnu.org>
3835         * international/utf-8-subst.el: Update safe-chars of mule-utf-8,
3836         mule-utf-16-le, mule-utf-16-be.
3838 2002-12-05  Richard M. Stallman  <rms@gnu.org>
3840         * textmodes/outline.el (outline-mode): Doc fix.
3842 2002-12-05  Edward M. Reingold  <reingold@emr.cs.iit.edu>
3844         * calendar/solar.el (solar-atn2): Give correct quadrant for arctan.
3846 2002-12-05  Kenichi Handa  <handa@m17n.org>
3848         * international/titdic-cnv.el (quail-misc-package-ext-info):
3849         Remove duplicate entry for chinese-b5-quick.
3850         (batch-miscdic-convert): Don't try to call miscdic-convert on
3851         files in the directory just following the arg "-dir".
3853 2002-12-04  Stefan Monnier  <monnier@cs.yale.edu>
3855         * gdb-ui.el: Fold top-level `setq's and `define-key's into their
3856         corresponding defvar.
3857         (gdb-inferior-io-mode-map): New var.
3858         Add bindings to it rather than to comint-mode-map.
3859         (gdb-display-number-end): Use dolist.  Remove always-true test.
3860         (gdb-delete-line): Move and simplify.
3861         (gdb-display-end): Don't bother going to beg-of-line since we're there.
3862         (gdb-array-format1): Use dolist.
3863         (gdb-make-windows-menu, gdb-make-frames-menu):
3864         Move to top-level code.  Move the menus to within the GUD menu.
3865         Make the menus only appear in gdba mode.
3867         * gdb-ui.el (gdb-inferior-io-mode-map): Remove (unused).
3868         (gdb-inferior-io-mode): Use define-minor-mode.
3869         (gdb-source-info): Don't burp if there's no source file.
3870         (gdb-inferior-io-interrupt, gdb-inferior-io-quit)
3871         (gdb-inferior-io-stop, gdb-inferior-io-eof)
3872         (gdb-display-breakpoints-buffer, gdb-frame-breakpoints-buffer)
3873         (gdb-display-stack-buffer, gdb-frame-stack-buffer)
3874         (gdb-display-registers-buffer, gdb-frame-registers-buffer)
3875         (gdb-display-locals-buffer, gdb-frame-locals-buffer)
3876         (gdb-display-display-buffer, gdb-frame-display-buffer)
3877         (gdb-display-gdb-buffer, gdb-frame-gdb-buffer)
3878         (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
3879         Remove the spurious left over arg from the "big reorg".
3881 2002-12-04  Richard M. Stallman  <rms@gnu.org>
3883         * gud.el (gud-menu-map): Update for bashdb.
3884         (perldb): Change prompt regexp.
3885         (gud-bashdb-history, gud-bashdb-massage-args, gud-bashdb-marker-filter)
3886         (gud-bashdb-find-file, gud-bashdb-command-name, bashdb): New.
3888         * progmodes/cc-vars.el: Simply require wid-edit and custom
3889         in eval-when-compile.
3891         * progmodes/cc-menus.el: Don't require imenu.
3893         * progmodes/cc-langs.el: Don't require cl.
3894         (c-delete-duplicates): New function.  Use instead of delete-duplicates.
3896         * progmodes/cc-bytecomp.el (cc-bytecomp-obsolete-var):
3897         Add an else-clause to the if to avoid confused compiler warning.
3899         * tooltip.el (tooltip-gud-tips-p): Undo previous change.
3901 2002-12-03  Stefan Monnier  <monnier@cs.yale.edu>
3903         * gdb-ui.el: Get rid of (quote ..); use match-string and ignore.
3905         * gdb-ui.el (gdba, gdb-starting, gdb-stopped, gdb-quit):
3906         Update gdb-running -> gud-running.
3907         (gdba): Use the default for gud-find-file.
3908         (def-gdb-variable): Remove: fold into def-gdb-var.
3909         (def-gdb-var): Use buffer-local-value and with-current-buffer.
3911         * gud.el (gud-running): Rename from gdb-running.  Update uses.
3912         (gud-tool-bar-map): Use tool-bar-local-item-from-menu rather than
3913         tool-bar-add-item-from-menu to avoid let binding tool-bar-map
3914         which fails if tool-bar.el is loaded in the mean time.
3915         (gud-file-name): New fun.
3916         (gud-find-file): Use it as default value for gud-find-file.
3917         (gud-speedbar-buttons): Discriminate on gud-minor-mode rather than
3918         on gud-find-file.
3919         (gud-gdb-find-file, gud-dbx-file-name, gud-dbx-find-file)
3920         (gud-xdb-file-name, gud-xdb-find-file, gud-perldb-find-file)
3921         (gud-pdb-find-file, gud-jdb-find-file): Remove.
3922         (gud-query-cmdline): Don't stuff the whole cwd in the command.
3923         (gdb, dbx, xdb, perldb, pdb, jdb): Use the default for gud-find-file.
3924         (gud-mipsdbx-massage-args): Remove.
3925         (gud-dbx-command-name): New var.  Do what gud-mipsdbx-massage-args did.
3926         (gud-irixdbx-marker-filter): Use match-string and gud-file-name.
3927         (gud-jdb-command-name): New var.
3928         (gud-common-init): Re-instate RMS code of 11/13.
3930 2002-12-03  Dave Love  <fx@gnu.org>
3932         * international/ucs-tables.el (ucs-unify-8859, ucs-unify-8859)
3933         (ucs-fragment-8859): Don't use set-buffer-major-mode-hook.
3934         (ucs-set-table-for-input): Use optional arg.  Check for null `cs'.
3936 2002-12-03  Andreas Schwab  <schwab@suse.de>
3938         * cus-edit.el (custom-display): Add checkbox for type mac.
3940         * whitespace.el (whitespace-highlight-face): Fix face spec.
3942 2002-12-02  Stefan Monnier  <monnier@cs.yale.edu>
3944         * simple.el (completion-setup-function): Fix last change to use
3945         minibuffer-completing-file-name instead.
3947         * add-log.el (change-log-mode): Set indent-line-function explicitly
3948         to what it was before indent-line-function's default was changed.
3950 2002-12-02  Richard M. Stallman  <rms@gnu.org>
3952         * textmodes/ispell.el (ispell-dict-map): Move specific
3953         dictionary selection into a submenu.
3955         * textmodes/fill.el (fill-indent-to-left-margin): New function.
3956         (fill-newline, fill-region-as-paragraph): Use that.
3958         * simple.el (completion-setup-function):
3959         Handle ffap-read-file-or-url-internal specially like
3960         read-file-name-internal.
3962 2002-12-02  Simon Marshall  <marshals@perth>
3964         * font-lock.el (c++-font-lock-extra-types): Fix previous change.
3966 2002-12-02  Fran\e,Ag\e(Bois Pinard  <pinard@iro.umontreal.ca>
3968         * progmodes/make-mode.el (makefile-font-lock-keywords): Highlight
3969         more make keywords:  defined, endef, override, export, unexport
3970         and vpath.
3972 2002-12-02  Dave Love  <fx@gnu.org>
3974         * autoarg.el (autoarg-kp-mode): Give it a :group.
3976 2002-12-02  Noah Friedman  <friedman@splode.com>
3978         * complete.el (PC-do-completion): Do not add wildcards to pattern
3979         unless filename is non-nil.
3981 2002-12-02  Andreas Schwab  <schwab@suse.de>
3983         * mwheel.el (mouse-wheel-scroll-amount): Fix customize type.
3985         * paren.el (show-paren-mismatch-face): Fix face spec.
3987 2002-11-30  Nick Roberts  <nick@nick.uklinux.net>
3989         * gdb-ui.el (gdb-many-windows): Define as a minor mode.
3990         (toggle-gdb-windows): Remove. (Patch from Stefan Monnier)
3992         * tooltip.el (tooltip-gud-process-output): Handle annotations that
3993         are output with gdba in gdb-ui.el.
3994         (tooltip-strip-annotations): New function.
3996 2002-11-29  Dave Love  <fx@gnu.org>
3998         * autoarg.el (autoarg-mode): Give it a :group.
4000 2002-11-29  Bill Wohler  <wohler@newt.com>
4002         * mail/mh-comp.el, mail/mh-e.el, mail/mh-funcs.el,
4003         mail/mh-mime.el, mail/mh-pick.el, mail/mh-seq.el,
4004         mail/mh-utils.el, mail/mh-xemacs-compat.el: Upgraded to MH-E
4005         version 7.0.
4007         * mail/mh-index.el, mail/mh-speed.el: New files for indexed
4008         searches and speedbar support in MH-E version 7.0.
4010         * toolbar/reply-all.pbm, toolbar/reply-all.xpm,
4011         toolbar/reply-from.pbm, toolbar/reply-from.xpm,
4012         toolbar/reply-to.pbm, toolbar/reply-to.xpm: New toolbar images for
4013         MH-E version 7.0.
4015 2002-11-29  Markus Rost  <rost@math.ohio-state.edu>
4017         * mwheel.el (mouse-wheel-inhibit-click-time): Fix custom type.
4019 2002-11-29  Richard M. Stallman  <rms@gnu.org>
4021         * mail/rmail.el (rmail-convert-to-babyl-format):
4022         Make search for message delimiter case-sensitive.
4024         * simple.el (yank-window-start): New variable.
4025         (yank): Record yank-window-start
4026         (yank-pop): Use yank-window-start.
4028         * info.el (Info-additional-directory-list): Doc fix.
4030         * indent.el (indent-according-to-mode, indent-region): Doc fix.
4032         * tooltip.el (tooltip-gud-tips-p): Doc fix.
4034         * eshell/em-script.el: Require eshell.
4036         * eshell/esh-ext.el, eshell/em-cmpl.el: Require esh-util.
4038 2002-11-29  Kim F. Storm  <storm@cua.dk>
4040         * mwheel.el: Avoid accidental yanking of text while scrolling with
4041         the mouse wheel.  This adds a short period after each mouse wheel
4042         scroll event where a click on the mouse wheel button is ignored.
4043         (mouse-wheel-click-event, mouse-wheel-inhibit-click-time): New customs.
4044         (mouse-wheel-click-button, mwheel-inhibit-click-event-timer): New vars.
4045         (mwheel-inhibit-click-timeout,mwheel-filter-click-events): New defuns.
4046         (mwheel-scroll): Add mwheel-filter-click-events as pre-command-hook.
4047         Start mwheel-inhibit-click-event-timer with timeout handler
4048         mwheel-inhibit-click-timeout.
4050 2002-11-28  Nick Roberts  <nick@nick.uklinux.net>
4052         * tooltip.el (tooltip-gud-tips-setup): Remove.
4053         (tooltip-gud-debugger): Remove.
4054         (tooltip-gud-print-command): Use gud-minor mode instead of
4055         tooltip-gud-tips-setup and tooltip-gud-debugger.
4057         * gdb-ui.el (gdb-starting): Set gdb-running to t.
4058         (gdb-stopped): Set gdb-running to nil.
4059         (gdb-quit): Reset some variables including tool-bar-map.
4061         * gud.el (gdb-running): New variable.
4062         (gud-menu-map): Use gdb-running to grey out toolbar buttons
4063         with gdba in gdb-ui.el.
4064         (gud-tool-bar-map): Move to avoid byte compiler warning.
4066 2002-11-27  Jason Rumney  <jasonr@gnu.org>
4068         * files.el (file-truename): Canonicalize non-existent names on w32.
4070 2002-11-28  Kim F. Storm  <storm@cua.dk>
4072         * ido.el (ido-xemacs): Remove defvar.  All uses changed to
4073         check (featurep 'xemacs) instead.
4074         (ido-visit-buffer): Use select-frame-set-input-focus unconditionally.
4076 2002-11-27  Dave Love  <fx@gnu.org>
4078         * emacs-lisp/cl-macs.el: Move `predicates for analyzing Lisp
4079         forms' block to top (before uses).
4080         (help-fns): Don't require at top level.  (Recursively.)
4081         (cl-transform-lambda): Require help-fns.
4083 2002-11-26  Dave Love  <fx@gnu.org>
4085         * language/european.el (encode-mac-roman): Deal with unencodable
4086         characters.
4088         * language/cyrillic.el (ccl-encode-koi8, ccl-encode-koi8-u)
4089         (ccl-encode-alternativnyj): Deal with unencodable characters.
4091         * international/code-pages.el (cp-make-coding-system): Deal with
4092         unencodable characters.
4094 2002-11-24  Richard M. Stallman  <rms@gnu.org>
4096         * mail/sendmail.el (mail-signature): Handle case where
4097         value of mail-signature is a string.
4099         * menu-bar.el (menu-bar-describe-menu): Add "What's This?" item.
4101         * faces.el (face-set-after-frame-default): Ignore errors
4102         in face-spec-face-set.
4104         * cus-face.el (custom-declare-face): Add face-defface-spec
4105         prop after applying the face spec.
4107 2002-11-23  Nick Roberts  <nick@nick.uklinux.net>
4109         * tooltip.el (tooltip-gud-print-command): Add server prefix to the
4110         print command for gdb to keep it out of the command history.
4112         * gdb-ui.el: Major re-organisation. Simplify legacy gdba
4113         code to allow only one gdb process.
4115 2002-11-23  Markus Rost  <rost@math.ohio-state.edu>
4117         * scroll-all.el (scroll-all-mode): Move arg LIGHTER to the right
4118         place.  Add groups.
4120 2002-11-22  Simon Marshall  <marshals@perth>
4122         * font-lock.el (c++-font-lock-extra-types): Add various STL classes.
4124 2002-11-21  Nick Roberts  <nick@nick.uklinux.net>
4126         * gdb-ui.el : General tidying. Patches from Stefan Monnier.
4128 2002-11-20  Simon Josefsson  <jas@extundo.com>
4130         * play/morse.el (morse-code): Add non-ASCII characters, according
4131         to table at http://www.soton.ac.uk/~scp93ch/morse/.
4133 2002-11-21  Richard M. Stallman  <rms@gnu.org>
4135         * dired.el (dired-sort-inhibit): New variable.
4136         (dired-sort-toggle-or-edit): Err if dired-sort-inhibit non-nil.
4138         * find-dired.el (find-dired): Set dired-sort-inhibit to t
4139         buffer-locally.
4141 2002-11-21  Eugene Exarevsky  <zheka@relex.ru>
4143         * progmodes/sql.el: Added LINTER support.
4144         (sql-linter-program): New variable.
4145         (sql-linter-options): New variable.
4146         (sql-mode-menu): Added Linter keywords.
4147         (sql-mode-linter-font-lock-keywords): New variable.
4148         (sql-highlight-linter-keywords): New function.
4149         (sql-linter): New function.
4150         (sql-ms-options): New variable.
4151         (sql-ms): Use it.
4153 2002-11-21  John Paul Wallington  <jpw@shootybangbang.com>
4155         * ibuffer.el (ibuffer-formats): Change default value; bump width
4156         of size column in first format to 7.
4158 2002-11-20  Stefan Monnier  <monnier@cs.yale.edu>
4160         * help-fns.el (describe-variable): Look for (defvar . <sym>) in the
4161         load-history since `defvar' now uses this format.
4163         * custom.el (custom-declare-variable): Use push.
4164         Use the (defvar . <sym>) format in load-history like `defvar' does.
4166         * subr.el (symbol-file): Accept a non-atomic `function' arg.
4167         (with-local-quit): Add debug and indentation info.
4169 2002-11-20  John Paul Wallington  <jpw@shootybangbang.com>
4171         * subr.el (symbol-file): Remove unused variable `functions'.
4173 2002-11-20  Markus Rost  <rost@math.ohio-state.edu>
4175         * Makefile.in (setwins_almost): Renamed from finder_setwins.
4176         (custom-deps): Use it.
4177         (finder-data): Adjust to that name change.
4179 2002-11-19  Stefan Monnier  <monnier@cs.yale.edu>
4181         * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
4182         Turn errors into messages so they don't get ignored.
4183         (eldoc-get-fnsym-args-string): Use help-split-fundoc.
4184         (eldoc-beginning-of-sexp): Simplify.
4185         (eldoc-function-arglist): Remove.
4186         (eldoc-function-argstring): Use help-function-arglist instead.
4187         (eldoc-function-argstring-from-docstring-method-table)
4188         (eldoc-function-argstring-from-docstring): Remove.
4190         * emacs-lisp/cl.el (multiple-value-call): Add docstring.
4192 2002-11-19  Dave Love  <fx@gnu.org>
4194         * emacs-lisp/bytecomp.el (maphash, map-char-table):
4195         Use byte-compile-funarg.
4197         * emacs-lisp/byte-opt.el (side-effect-free-fns): Several additions.
4199 2002-11-19  Markus Rost  <rost@math.ohio-state.edu>
4201         * progmodes/vhdl-mode.el (defgroup vhdl-related): Declare the
4202         members here rather than with custom-add-to-group.  This is the
4203         intended way of using defgroup and also lets
4204         custom-make-dependencies do its job.
4205         (defgroup vhdl-highlight-faces): Ditto.
4207         * emacs-lisp/shadow.el (defgroup lisp-shadow): New group name.
4208         Previous group name shadow is used in shadowfile.el.
4209         (shadows-compare-text-p): Use group lisp-shadow.
4211 2002-11-19  Stefan Monnier  <monnier@cs.yale.edu>
4213         * emacs-lisp/cl.el (multiple-value-call): Add docstring.
4215 2002-11-19  Masatake Yamato  <jet@gyve.org>  (tiny change)
4217         * register.el (describe-register-1): Don't assign to val the value
4218         returned by `remove-list-of-text-properties'.
4220 2002-11-18  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4222         * calendar/diary-lib.el (fancy-diary-font-lock-keywords):
4223         Grok month numbers, too.
4225 2002-11-18  Juanma Barranquero  <lektu@terra.es>
4227         * mail/smtpmail.el (smtpmail-send-queued-mail): Add autoload cookie.
4229 2002-11-18  Markus Rost  <rost@math.ohio-state.edu>
4231         * pcvs.el (cvs-minor-mode, cvs-mode-commit-hook): Add group.
4233         * textmodes/refill.el (defgroup refill): New group.
4235         * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Add group.
4237         * textmodes/sgml-mode.el (html-autoview-mode): Add group.
4239         * textmodes/paragraphs.el (use-hard-newlines): Add group.
4241         * progmodes/compile.el (compilation-shell-minor-mode): Add group.
4242         (compilation-minor-mode): Add group.
4244         * reveal.el (global-reveal-mode): Add group.
4246         * bookmark.el (bookmark-menu-length): Fix group name.
4248 2002-11-17  Richard M. Stallman  <rms@gnu.org>
4250         * mail/rmail.el (rmail-ignored-headers): Add more headers.
4252         * calendar/parse-time.el (parse-time-elt): Var renamed from `elt'.
4253         (parse-time-val): Var renamed from `val'.  All uses changed.
4255         * files.el (parse-time-rules): Mark it as risky.
4257         * finder.el (finder-commentary): Use buffer *Finder-package*.
4259         * menu-bar.el (menu-bar-options-menu): Improve tooltip string.
4261         * simple.el (indicate-unused-lines)
4262         (default-indicate-unused-lines): New variable aliases.
4264 2002-11-18  Kenichi Handa  <handa@m17n.org>
4266         * progmodes/cc-vars.el: Undo previous change.
4268 2002-11-18  Kenichi Handa  <handa@m17n.org>
4270         * language/cyrillic.el (cyrillic-iso-8bit): Make it safe.
4272         * language/european.el (iso-latin-1): Make it safe.
4273         (iso-latin-2, iso-latin-3, iso-latin-4, iso-latin-5, iso-latin-8)
4274         (iso-latin-9): Likewise.
4276         * language/greek.el (greek-iso-8bit): Make it safe.
4278         * language/hebrew.el (hebrew-iso-8bit): Make it safe.
4280         * language/lao.el (lao): Make it safe.
4282         * language/thai.el (thai-tis620): Make it safe.
4284 2002-11-17  Markus Rost  <rost@math.ohio-state.edu>
4286         * speedbar.el (defgroup speedbar): Use group 'etags instead of
4287         nonexisting group 'tags.
4289         * emacs-lisp/re-builder.el: Add provide call.
4291         * mail/feedmail.el (feedmail-fiddle-headers-upwardly)
4292         (feedmail-fiddle-plex-user-list): Fix typo in group name.
4294         * progmodes/make-mode.el (makefile-space-face): Fix group name.
4296         * textmodes/ispell.el (defgroup ispell): Arrange that definition
4297         starts at beginning of line.
4299         * textmodes/table.el (defgroup table-hooks): New group.
4300         (table-cell-map-hook): Fix typo in group name.
4302         * calendar/diary-lib.el (diary-button-face): Add group and version
4303         number.
4305         * warnings.el (defgroup warnings): New group.
4307 2002-11-16  Markus Rost  <rost@math.ohio-state.edu>
4309         * emacs-lisp/autoload.el (update-autoloads-from-directories):
4310         Sort the list of files with no autoloads.
4312 2002-11-16  Alan Shutko  <ats@acm.org>
4314         * calendar/diary-lib.el (list-diary-entries): Pass a marker
4315         indicating source of entry to add-to-diary-list.
4316         (diary-button-face, diary-entry, diary-goto-entry): New, to
4317         support click to diary file.
4318         (fancy-diary-display): Buttonize diary entries.
4319         (list-sexp-diary-entries): Pass a marker indicating source of
4320         entry to add-to-diary-list.
4321         (diary-date): Return mark as well as entry.
4323         * calendar/calendar.el (diary-face): New.
4324         (european-calendar-display-form, describe-calendar-mode)
4325         (mark-visible-calendar-date, calendar-mark-today): Tidy doc string.
4326         (calendar-make-alist): New.
4327         (calendar-mode): Set up font-lock mode.
4328         (generate-calendar-window): Fontify if font-lock-mode is on.
4330 2002-11-16  Ivan Zakharyaschev  <imz@altlinux.org>  (tiny change)
4332         * international/codepage.el (cp866-decode-table): Fix the
4333         translation table.
4335 2002-11-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
4337         * progmodes/cc-bytecomp.el (cc-bytecomp-defun): Fixed bug that
4338         caused existing function definitions to be overridden by
4339         phonies when the bytecomp environment is restored.
4341 2002-11-15  Nick Roberts  <nick@nick.uklinux.net>
4343         * toolbar/gud-break.pbm, toolbar/gud-cont.pbm, toolbar/gud-display.pbm,
4344         toolbar/gud-down.pbm, toolbar/gud-finish.pbm, toolbar/gud-goto.pbm,
4345         toolbar/gud-next.pbm, toolbar/gud-print.pbm, toolbar/gud-remove.pbm,
4346         toolbar/gud-run.pbm, toolbar/gud-step.pbm, toolbar/gud-up.pbm:
4347         Icons for debugger (pbm files).
4349 2002-11-15  Richard M. Stallman  <rms@gnu.org>
4351         * international/mule.el (set-buffer-file-coding-system): Redo prev chg.
4353 2002-11-15  John Paul Wallington  <jpw@shootybangbang.com>
4355         * ibuffer.el (ibuffer-use-other-window, ibuffer-use-header-line)
4356         (ibuffer-visit-buffer, ibuffer-redisplay, ibuffer-update): Doc fix.
4357         (ibuffer-mode-hooks): Remove spurious defvar.
4358         (ibuffer): Run `ibuffer-hook' instead of `ibuffer-hooks'.
4359         (ibuffer-mode): Run `ibuffer-mode-hook' instead of
4360         `ibuffer-mode-hooks'.
4362 2002-11-15  Markus Rost  <rost@math.ohio-state.edu>
4364         * mail/rmailedit.el: Add provide call.
4366         * play/bruce.el: Add provide call.
4368         * emacs-lisp/gulp.el: Add provide call.
4370 2002-11-14  Richard M. Stallman  <rms@gnu.org>
4372         * international/mule.el (set-buffer-file-coding-system): Undo prv chg.
4374 2002-11-14  Markus Rost  <rost@math.ohio-state.edu>
4376         * custom.el (custom-declare-group): Remove unnecessary line of code.
4378         * cus-dep.el (custom-make-dependencies): Bind load-file-name.
4380 2002-11-14  Edward M. Reingold  <reingold@emr.cs.iit.edu>
4382         * calendar/diary-lib.el (make-diary-entry): Allow for local variables
4383         at end of diary file.
4385 2002-11-14  Kim F. Storm  <storm@cua.dk>
4387         * files.el (mode-name): Mark it as risky-local-variable like the
4388         other mode-line elements (moved from bindings.el).
4390         * bindings.el (mode-name): Moved mark as risky-local-variable to
4391         files.el.
4393 2002-11-14  Juanma Barranquero  <lektu@terra.es>
4395         * gud.el: Fix feature name in `provide'.
4397         * gdb-ui.el: Fix feature name in `require'.
4399 2002-11-14  Per Cederqvist  <ceder@lysator.liu.se>  (tiny change)
4401         * progmodes/etags.el (find-tag-default): Copy text at point without
4402         properties.
4404 2002-11-14  Kenichi Handa  <handa@m17n.org>
4406         * progmodes/cc-vars.el: Don't cc-bytecomp-defun char-table-p.
4408 2002-11-14  Kim F. Storm  <storm@cua.dk>
4410         * textmodes/fill.el (fill-nobreak-invisible): New var.
4411         (fill-nobreak-p): Test it; return t if set and point invisible.
4412         (fill-newline): Test it; remove invisible prop on newline if set.
4414         * info.el (Info-fontify-node): New local list paragraph-markers.
4415         Record markers for mangled *note references on that list.
4416         When done, go back through those markers and fill each mangled
4417         paragraph with `fill-nobreak-invisible' let-bound to t.
4418         Don't use `display' property; insert "see" directly in buffer.
4420 2002-11-14  Nick Roberts  <nick@nick.uklinux.net>
4422         * gdb-ui.el: New file, User Interface for running GDB
4424         * gud.el:(gud-find-file): Set up GDB tool bar.
4425         (gud-menu-map): New commands: run, goto.
4426         Enable some commands for gdba.
4427         (gud-query-cmdline): Pass default directory to gdba.
4428         (gdb): Defune gud-goto and gud-run.
4429         (gud-gdb-complete-command): Maybe use gdba-complete-filter.
4430         (gud-mode): Set up local tool bar.
4431         (gud-display-line): For gdba, call gdb-display-source-buffer.
4432         (gud-basic-call): For gdba, maybe delete the current prompt.
4433         (gud-tool-bar-map): New variable.
4434         (gud-read-address): Correction.
4436         * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-display.xpm,
4437         toolbar/gud-down.xpm, toolbar/gud-finish.xpm, toolbar/gud-goto.xpm,
4438         toolbar/gud-next.xpm, toolbar/gud-print.xpm, toolbar/gud-remove.xpm,
4439         toolbar/gud-run.xpm, toolbar/gud-step.xpm, toolbar/gud-up.xpm:
4440         Icons for debugger.
4442 2002-11-13  Stefan Monnier  <monnier@cs.yale.edu>
4444         * pcvs.el (cvs-mode-run): Don't pass "." if not needed.
4446 2002-11-13  Andre Spiegel  <spiegel@gnu.org>
4448         * vc-rcs.el (vc-rcs-registered): Improve comment.
4450         * vc-sccs.el (vc-sccs-registered): Improve comment.
4452 2002-11-13  Tim Van Holder  <tim.vanholder@anubex.com>  (tiny change)
4454         * progmodes/compile.el (compilation-error-regexp-alist):
4455         Don't include colon and space after a file name as part of the name.
4457 2002-11-13  Richard M. Stallman  <rms@gnu.org>
4459         * gud.el (gdb): Undo 10-26 change.
4461 2002-11-13  Kenichi Handa  <handa@m17n.org>
4463         * replace.el (occur-engine): Set buffer-file-coding-system of
4464         OUT-BUF to that of one of BUFFERS if they locally bind that variable.
4466 2002-11-13  Markus Rost  <rost@math.ohio-state.edu>
4468         * custom.el (custom-handle-all-keywords): Fix arg passed to
4469         custom-add-to-group.
4471 2002-11-12  Stefan Monnier  <monnier@cs.yale.edu>
4473         * pcvs-defs.el (cvs-mode-map): Remove M-f binding.
4474         (cvs-minor-mode-map): Add e binding in log-view-mode.
4476         * progmodes/perl-mode.el (perl-hanging-paren-p): New fun.
4477         (perl-indent-line): Look at the open-paren to indent a close-paren.
4478         (perl-calculate-indent): Try to better indent args after hanging paren.
4479         Remove special code for open-paren-in-column-0.
4481         * textmodes/sgml-mode.el (sgml-namify-char): New cmd.
4482         (sgml-name-char): Use it.
4483         (sgml-tag-last, sgml-tag-history): New vars.
4484         (sgml-tag): Use them.
4485         (sgml-skip-tag-forward): Use sgml-tag-syntax-table.
4486         (sgml-delete-tag): Remove resulting empty lines.
4487         (sgml-tag) <symbol-plist>: Don't make intangible.
4488         (sgml-parse-tag-backward): Add limit argument.
4489         (html-autoview-mode): Use define-minor-mode.
4491 2002-11-12  Markus Rost  <rost@math.ohio-state.edu>
4493         * vc-rcs.el (vc-rcs-registered): Handle the autoload cookie so
4494         that the definition is found by `find-function-search-for-symbol'
4495         and etags.
4497         * vc-sccs.el (vc-sccs-registered): Ditto.
4499         * emulation/edt.el (defgroup edt): Arrange that definition starts
4500         at beginning of line.
4502         * ls-lisp.el (defgroup ls-lisp): Remove autoload cookie.
4504         * hi-lock.el (defgroup hi-lock-interactive-text-highlighting):
4505         Remove autoload cookie.
4507         * newcomment.el (defgroup comment): Remove autoload cookie.
4509 2002-11-11  Markus Rost  <rost@math.ohio-state.edu>
4511         * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button):
4512         Declare with defvar, not with defcustom.
4514         * cus-dep.el: Don't require 'autoload.
4515         (custom-make-dependencies): Handle :version also for autoloaded
4516         options.
4518         * winner.el (defgroup winner): Arrange that definition starts at
4519         beginning of line.
4521         * emulation/edt.el: Simplify Emacs 19 compatibility.
4523 2002-11-11  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>  (tiny change)
4525         * dired-aux.el (dired-show-file-type): Format filename with "%s" to
4526         escape any format-like sequences it could contain.
4528 2002-11-11  Per Abrahamsen  <abraham@dina.kvl.dk>
4530         * cus-edit.el (custom-save-delete): Force emacs-lisp-mode.
4532 2002-11-11  Juanma Barranquero  <lektu@terra.es>
4534         * bindings.el (mode-name): Mark it as risky-local-variable.
4536 2002-11-09  Dave Love  <fx@gnu.org>
4538         * international/mule-cmds.el (current-language-environment):
4539         Fix :type.
4541         * international/ucs-tables.el: Revert to using
4542         translation-table-for-input instead of keyboard-translate-table.
4544         * international/quail.el (quail-input-string-to-events):
4545         Revert last change.
4547         * simple.el (quoted-insert): Bind translation-table-for-input,
4548         not keyboard-translate-table.
4550 2002-11-08  Stefan Monnier  <monnier@cs.yale.edu>
4552         * arc-mode.el (archive-zip-summarize): Don't hardcode (point-min) = 1.
4554         * complete.el (PC-do-completion): Make partial-completion work
4555         with incomplete directory names.
4557         * textmodes/tex-mode.el (latex-standard-block-names): Rename from
4558         standard-latex-block-names.
4559         (tex-font-lock-keywords-1): Add providecommand, renewenvironment,
4560         and renewtheorem.  Highlight \it and \bf separately since they
4561         may overlap.
4562         (tex-font-lock-suscript, tex-font-lock-unfontify-region): New funs.
4563         (tex-font-lock-keywords-3, tex-verbatim-environments)
4564         (tex-font-lock-syntactic-keywords): New vars.
4565         (superscript, subscript, tex-verbatim-face): New faces.
4566         (tex-font-lock-syntactic-face-function): Handle \verb construct.
4567         (tex-common-initialization): Update font-lock-defaults setting.
4568         (tex-insert-braces): Make it into a skeleton.
4569         (latex-fill-nobreak-predicate): Don't break after \.
4570         (latex-insert-block): Rename from tex-latex-block.
4571         (latex-down-list): Use tex-mode-syntax-table when skipping parens
4572         rather than the indentation syntax-table.
4573         (latex-close-block): Rename from tex-close-latex-block.
4574         (latex-split-block): New fun.
4575         (latex-indent): Don't indent inside a verbatim block.
4576         (latex-find-indent): Stick \begin{verbatim} to the margin.
4578 2002-11-08  John Wiegley  <johnw@gnu.org>
4580         * calendar/timeclock.el (timeclock-modeline-display): Use assq as
4581         well as memq to find `global-mode-string' within
4582         `mode-line-format'.  The structure of that variable has changed in
4583         21.3.
4585 2002-11-07  Stefan Monnier  <monnier@cs.yale.edu>
4587         * format.el (format-decode): Be careful with the order in `format'.
4589         * eshell/esh-cmd.el (function-p-func): Avoid `xemacs-p'.
4591         * eshell/em-glob.el: Require esh-util.
4592         (eshell-glob-initialize): Don't assume
4593         eshell-special-chars-outside-quoting is available.
4595         * textmodes/fill.el (fill-paragraph): Consider a comment-start as
4596         a paragraph starter when filling non-comments.
4597         (fill-comment-paragraph): Don't narrow while doing the fill.
4598         Recognize paragraph starters and separators within comments.
4599         Use adaptive-fill-prefix when it works.  Use comment-search-forward.
4601         * progmodes/compile.el (grep-default-command): New fun.
4602         (grep): Use it.
4603         (compilation-menu-map): New var.
4604         (compilation-minor-mode-map, compilation-shell-minor-mode-map): Use it.
4605         (compilation-mode-map): Simplify.
4606         (compilation-shell-minor-mode, compilation-minor-mode):
4607         Use define-minor-mode.
4609         * elide-head.el (elide-head): Don't make intangible.
4611         * help.el (where-is): Rename map to defs (a list of syms is not a map).
4612         Test fboundp first, to speed things up.  Use push.
4614         * isearch.el (isearch-hidden): New var.
4615         (isearch-search-and-update): Test it.
4616         (isearch-range-invisible): Set it.
4618         * progmodes/tcl.el (tcl-mode): Don't set paragraph-start,
4619         paragraph-separate, comment-column, and fill-paragraph-function.
4620         Simplify outline-regexp.
4621         (tcl-do-fill-paragraph): Remove.
4623 2002-11-07  Markus Rost  <rost@math.ohio-state.edu>
4625         * mail/sendmail.el (mail-default-directory): Set the version to 21.4.
4627         * progmodes/compile.el (grep-compute-defaults): Undo previous change.
4628         Definition moved down.
4629         (grep-command, grep-find-command, grep-tree-command): Allow value nil.
4630         Do not declare :get property.
4631         (grep-use-null-device): Fix type.  Do not declare :get property.
4633         * emacs-lisp/checkdoc.el (checkdoc-find-error):
4634         Use get-file-buffer instead of get-buffer.
4636         * cus-dep.el (custom-make-dependencies): Fix comment inserted in
4637         cus-load.el.
4639 2002-11-07  Juanma Barranquero  <lektu@terra.es>
4641         * help.el (where-is): Report also aliases of the passed command.
4643 2002-11-06  Dave Love  <fx@gnu.org>
4645         * simple.el (quoted-insert): Bind keyboard-translate-table around
4646         read-char.
4648         * international/ucs-tables.el: Use keyboard-translate-table coding
4649         system property, not translation-table-for-input, for
4650         vietnamese-viscii & al.
4651         (translation-table-for-input): Set,
4652         don't defvar, and make permanent-local.
4653         (ucs-unify-8859, ucs-unify-8859, ucs-fragment-8859): Add/remove
4654         set-buffer-major-mode-hook, not quail-activate-hook.
4655         (ucs-set-table-for-input): Renamed from ucs-quail-activate.
4656         (ucs-unify-8859, ucs-unify-8859, ucs-fragment-8859):
4657         Setup keyboard-translate-table, not translation-table-for-input.
4658         Modify set-buffer-major-mode-hook, not quail-activate-hook.
4659         (ucs-fragment-8859): Don't use translation-table-for-input coding
4660         system property.
4661         (ucs-quail-activate): Deleted.
4662         (ucs-set-table-for-input): New.
4663         (ucs-minibuffer-setup): Use it.
4665         * international/quail.el (quail-input-string-to-events):
4666         Use keyboard-translate-table, not translation-table-for-input.
4668         * files.el (normal-mode): Call ucs-set-table-for-input.
4670         * international/mule.el (set-buffer-file-coding-system):
4671         Call ucs-set-table-for-input.
4673 2002-11-06  Richard M. Stallman  <rms@gnu.org>
4675         * replace.el (query-replace, query-replace-regexp): Doc fixes.
4677         * emacs-lisp/bytecomp.el (byte-compile-lambda):
4678         Handle progn like let, inside interactive spec.
4680         * textmodes/tex-mode.el (tex-dvi-view-command): Value can be sexp.
4681         Initialize to a suitable sexp.
4682         (tex-view): Evaluate tex-dvi-view-command and use the value.
4684 2002-11-06  Kenichi Handa  <handa@m17n.org>
4686         * international/mule.el (coding-system-eol-type-mnemonic):
4687         Use eol-mnemonic-undecided if CODING-SYSTEM is nil.
4689 2002-11-06  Kim F. Storm  <storm@cua.dk>
4691         * info.el (Info-fontify-node): Fixed hiding of *note references
4692         with embedded file names like (xxx.yyy).
4693         Avoid making any lines visibly longer if hiding newlines inside
4694         note references by wrapping line after references if it contained
4695         a newline (unfortunaly this makes more lines appear "shorter").
4696         Properly reindent multi-line menu entry descriptions.
4698 2002-11-05  Juanma Barranquero  <lektu@terra.es>
4700         * language/cyrillic.el ("Bulgarian"): Fix typo.
4702         * international/mule.el (coding-system-eol-type-mnemonic):
4703         Move from mule-util.el.
4705         * international/mule-util.el (coding-system-eol-type-mnemonic):
4706         Move to mule.el.
4708 2002-11-04  Juanma Barranquero  <lektu@terra.es>
4710         * files.el (find-buffer-visiting): Accept new optional PREDICATE
4711         argument to return only a buffer that satisfies the predicate.
4712         (insert-file-1): New function.
4713         (insert-file-literally): Use it.
4714         (insert-file): Use it.
4716 2002-11-04  Robert Fenk  <Robert.Fenk@gmx.de>  (tiny change)
4718         * desktop.el (desktop-relative-file-names): New variable.
4719         (desktop-save): Use it.
4721 2002-11-03  Andre Spiegel  <spiegel@gnu.org>
4723         * vc.el (vc-dired-mode): Adapt dired-move-to-filename-regexp to
4724         its current version in dired.el.
4726 2002-11-03  Stefan Monnier  <monnier@cs.yale.edu>
4728         * emacs-lisp/autoload.el (generate-file-autoloads)
4729         (update-file-autoloads): Strip .gz and other such extensions.
4730         (update-autoloads-from-directories): Also consider compressed files.
4732         * info.el (Info-streamline-headings): New var.
4733         (Info-dir-remove-duplicates): New fun.
4734         (Info-insert-dir): Use it.  Simplify the code with push,mapc,dolist.
4735         (Info-select-node): Simplify handling of Info-header-line.
4736         (Info-forward-node): Undo 2000/12/15 since we don't narrow any more.
4737         (Info-mode): Set header-line-format once and for all.
4738         (Info-fontify-node): Accept bogus first line with `File:' missing.
4739         Only make first line invisible if Info-use-header-line.
4740         Don't use `intangible': it's evil.  Use inhibit-read-only.
4741         (Info-follow-reference, Info-next-reference, Info-prev-reference)
4742         (Info-try-follow-nearest-node): Don't bind inhibit-point-motion-hooks
4743         since we don't use intangible any more.
4745         * image.el (insert-image): Don't make intangible since
4746         adjust_point_for_property should be sufficient by default.
4748 2002-11-02  Stefan Monnier  <monnier@cs.yale.edu>
4750         * textmodes/fill.el (fill-paragraph-handle-comment): New var.
4751         (fill-comment-paragraph): New fun (generalizes of lisp-fill-paragraph).
4752         (fill-paragraph): Use them.
4754         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
4755         Use fill-comment-paragraph.
4757 2002-11-02  Stefan Monnier  <monnier@cs.yale.edu>
4759         * bindings.el (mode-line-change-eol)
4760         (mode-line-eol-desc-cache, mode-line-eol-desc): New.
4761         (mode-line-mule-info): Use them for the EOL part of the modeline.
4763         * server.el (server-sentinel): Kill buffers if applicable.
4764         (server-temp-file-p): Make arg optional.
4765         (server-done): Use it to simplify.
4766         (server-switch-buffer): If server-window is a function, use it.
4768         * mail/undigest.el (rmail-digest-end-regexps): Simplify.
4769         (undigestify-rmail-message): Fix paren-bug and simplify.
4771 2002-11-02  Kim F. Storm  <storm@cua.dk>
4773         * info.el (Info-hide-note-references): nil value now does no
4774         reformatting at all.  New choice 'tag reformats tag but shows
4775         the section reference.
4776         (Info-fontify-node): Use it.
4778 2002-11-01  Stefan Monnier  <monnier@cs.yale.edu>
4780         * textmodes/tex-mode.el (tex-common-initialization):
4781         comment-start-skip shouldn't match on the next line.
4783         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Use match-string.
4784         Don't bother making paragraph-start a superset of paragraph-separate.
4785         Use line-beginning-position.
4787         * textmodes/sgml-mode.el (sgml-skip-tag-backward)
4788         (sgml-skip-tag-forward): Deal with xml-style <foo/> empty tags.
4790 2002-11-01  Kim F. Storm  <storm@cua.dk>
4792         * info.el (Info-hide-note-references): New defcustom.
4793         (Info-fontify-node): Use it.
4795 2002-10-31  Kim F. Storm  <storm@cua.dk>
4797         * shell.el (explicit-bash-args): Bash 1.x doesn't grok
4798         --noediting option; added run-time check to exclude it.
4800         * info.el (Info-follow-reference, Info-next-reference)
4801         (Info-prev-reference, Info-try-follow-nearest-node):
4802         Bind inhibit-point-motion-hooks to t while parsing reference.
4803         (Info-fontify-node): When font-lock-mode is enabled, display
4804         "*note" and "* menu" references in a more user friendly format.
4806 2002-10-30  Stefan Monnier  <monnier@cs.yale.edu>
4808         * textmodes/fill.el (fill-move-to-break-point): Skip white space
4809         _before_ checking to see if we're hitting the margin.
4810         (fill-region-as-paragraph): Don't fiddle with the undo-list any more:
4811         it's now done by the C primitives.  Don't use narrowing.
4812         Reorganize the line-breaking part of the code to simplify the control
4813         flow and make it work in the absence of narrowing.
4814         (fill-region): Don't use narrowing.
4816 2002-10-30  Dave Love  <fx@gnu.org>
4818         * textmodes/po.el (po-content-type-charset-alist): Delete most entries.
4819         (po-find-charset): Doc fix.  Remove interactive spec.
4820         (po): Provide.
4821         (po-find-file-coding-system-guts): Re-written to use
4822         coding-system-alist, and code-pages, not codepage stuff.
4824         * term/x-win.el: Remove some ancient compatibility code.
4825         Populate x-keysym-table.
4827 2002-10-30  Andreas Schwab  <schwab@suse.de>
4829         * subr.el (replace-regexp-in-string): Doc fix.
4831 2002-10-29  Dave Love  <fx@gnu.org>
4833         * cus-start.el (selection-coding-system, scalable-fonts-allowed): Add.
4835         * progmodes/scheme.el (syntax-case): Define scheme-indent-function.
4837         * international/mule-conf.el: Doc fixes.
4839 2002-10-29  Richard M. Stallman  <rms@gnu.org>
4841         * server.el (server-switch-buffer): Say when no server buffers remain.
4843         * net/goto-addr.el (goto-address-url-regexp): Don't match `mailto'.
4845 2002-10-28  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
4847         * progmodes/make-mode.el (makefile-warn-continuations):
4848         Call re-search-forward with NOERROR t.
4850 2002-10-29  Kim F. Storm  <storm@cua.dk>
4852         * ido.el (ido-wide-find-dirs-or-files): Fixed problem that caused
4853         incomplete list of matches to be returned.
4855 2002-10-29  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
4857         * textmodes/texinfo.el (texinfo-environments): Add environment;
4858         copying, documentdescription, ifplaintext, ifnotplaintext, and
4859         verbatim.
4861         * textmodes/texinfmt.el (texinfo-format-ifplaintext): New function.
4862         (ifplaintext, ifnotplaintext)
4863         (afourpaper, afivepaper, afourlatex, afourwide)
4864         (documentlanguage, documentencoding): New aliases.
4866 2002-10-29  John Paul Wallington  <jpw@shootybangbang.com>
4868         * ibuffer.el (ibuffer-mouse-popup-menu): Set point before popping
4869         up filter groups menu.  Preserve point unless a menu command has
4870         moved it from point clicked.
4872 2002-10-29  David Kastrup  <dak@lola.goethe.zz>
4874         * calc/calc.el (calc-any-evaltos): Initialize to nil, since
4875         calc-refresh-evaltos appears to need this.
4877 2002-10-28  Dave Love  <fx@gnu.org>
4879         * international/mule-diag.el (non-iso-charset-alist): Move to
4880         avoid compilation warning.
4881         (mule-diag): Provide.
4883         * international/code-pages.el (cp-make-coding-system):
4884         Use utf-translation-table-for-decode, not
4885         utf-8-translation-table-for-decode.
4886         (mule-diag): Require.
4888         * language/thai-util.el (thai-composition-function): Don't use prog1.
4890         * language/lao-util.el (lao-composition-function): Don't use prog1.
4892         * language/european.el (diacritic-composition-function):
4893         Modify confused prog1 form.
4895         * international/quail.el (quail-keyboard-layout-alist): Fix pc105-uk.
4896         (quail-keyboard-layout): Customize.
4897         Move after quail-keyboard-layout-alist.
4899 2002-10-28  Miles Bader  <miles@gnu.org>
4901         * progmodes/make-mode.el (makefile-warn-continuations):
4902         Don't barf when there _aren't_ any suspicious continuations.
4904 2002-10-28  Matthew Swift  <swift@alum.mit.edu>
4906         * progmodes/compile.el (grep-find-use-xargs): Fix docstring.
4908 2002-10-27  Michael Kifer  <kifer@cs.stonybrook.edu>
4910         * ediff-wind.el (ediff-control-frame-parameters): Add scrollbar-height.
4912 2002-10-27  Andreas Schwab  <schwab@suse.de>
4914         * progmodes/sh-script.el (sh-mode-syntax-table): Don't make ^L
4915         end-of-comment syntax.
4917 2002-10-27  Kim F. Storm  <storm@cua.dk>
4919         * ido.el (ido-cannot-complete-command): New defcustom, default to
4920         ido-completion-help (similar to iswitchb-cannot-complete-hook).
4921         (ido-complete): Call value of ido-cannot-complete-command rather
4922         than ido-completion-help when no common completion.
4924 2002-10-27  Dave Love  <fx@gnu.org>
4926         * international/code-pages.el (iso-8859-11): New.
4928 2002-10-27  Kim F. Storm  <storm@cua.dk>
4930         * pcvs.el (cvs-checkout): Use read-directory-name.
4931         (cvs-query-directory): Likewise.
4933 2002-10-26  Richard M. Stallman  <rms@gnu.org>
4935         * progmodes/make-mode.el (makefile-cleanup-continuations):
4936         Default for variable is nil.
4937         (makefile-warn-continuations): New function.
4938         (makefile-mode): Put it on write-file-functions.
4940         * international/mule-cmds.el (select-safe-coding-system):
4941         Delete debugging setq.
4943         * shell.el (shell): Look for .emacs_SHELL under ~/.emacs.d
4944         after looking in ~.
4946         * startup.el (command-line): Look for .emacs under ~/.emacs.d
4947         after looking in ~.
4949         * simple.el (toggle-truncate-lines): When turning off truncation,
4950         clear out the hscroll value in this buffer's windows.
4952         * simple.el (display-message-or-buffer): Don't display empty
4953         output in the echo area.
4955         * man.el (Man-default-man-entry): Don't look for all word chars,
4956         look only for characters that are normally part of a shell command.
4958         * gud.el (gdb): Pass default-directory to GDB via -cd option.
4960         * font-lock.el (c++-font-lock-keywords...): Add `restrict' keyword.
4962         * find-file.el (ff-find-related-file): Fix autoload cookie.
4964         * emacs-lisp/unsafep.el (unsafep-variable): Pass second arg to
4965         risky-local-variable-p.
4967         * files.el (risky-local-variable-p): VAL=nil has special meaning.
4969         * Makefile.in (compile-always): Avoid error in old Bash versions.
4971 2002-10-26  John Paul Wallington  <jpw@shootybangbang.com>
4973         * textmodes/picture.el (picture-mouse-set-point): New command.
4974         (picture-mode-map): Bind it.
4975         (picture-motion-reverse): Doc fix.
4977 2002-10-25  Stefan Monnier  <monnier@cs.yale.edu>
4979         * textmodes/outline.el (outline-next-heading): Make sure the match-data
4980         is really correct where returning.
4982 2002-10-24  Matthew Swift  <swift@alum.mit.edu>
4984         * textmodes/outline.el (outline-minor-mode): Add customization group.
4986 2002-10-23  Richard M. Stallman  <rms@gnu.org>
4988         * files.el (risky-local-variable-p): New arg VAL.
4989         (compile-command): Use `stringp' for `safe-local-variable' prop.
4990         (hack-one-local-variable): Pass VAL to `risky-local-variable-p'.
4992 2002-10-23  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
4994         * woman.el (woman-version): Update to 0.551 (beta).
4995         (woman-parse-colon-path): Add support for current Cygwin mount
4996         conventions.
4997         (woman-Cyg-to-Win): New function to convert absolute filename from
4998         Cygwin to Windows form by executing external program cygpath if
4999         possible.
5000         (woman-man.conf-path): Update default to current common locations
5001         and to support Cygwin; update documentation.
5002         (woman-parse-man.conf): Generalize regexp to "man.*\\.conf" to
5003         match possible names of man.conf file; tidy code and documentation.
5004         (woman-manpath): Simplify default and documentation; essentially
5005         move code that was here into `woman-parse-colon-path'.
5006         (woman-default-indent): Change Linux to GNU in documentation.
5007         (woman-addition-face): Make documentation consistent with other
5008         WoMan faces.
5009         (woman-emulate-tbl): New variable, determines whether tbl
5010         emulation is required.
5011         (woman-decode-region): Add check for preprocessor requests.
5012         (woman0-process-escapes, woman-special-characters)
5013         (woman-get-next-char, woman-parse-numeric-value): Add support for
5014         long groff names of the form [xxx].
5015         (woman-strings, woman-change-fonts): Now call `woman-match-name'.
5016         (woman2-PD, woman2-na): Doc fix.
5017         (woman-match-name): New function.
5018         (woman2-TS): New function.
5019         (woman2-TE): New alias for `woman2-fi'.
5021 2002-10-23  Kim F. Storm  <storm@cua.dk>
5023         * ido.el (ido-restrict-to-matches): New command.
5024         (ido-define-mode-map): Bind it to C-SPC and C-@ in ido-mode-map.
5026 2002-10-22  Bob Halley  <halley@play-bow.org>  (tiny change)
5028         * eshell/esh-io.el (eshell-set-output-handle): Fix so that
5029         multiple redirection can work.
5031 2002-10-21  Stefan Monnier  <monnier@cs.yale.edu>
5033         * ielm.el (inferior-emacs-lisp-mode): If hexl not found, use cat.
5034         Don't hardcode point-min == 1.
5036         * hexl.el (hexl-mode-old-write-contents-hooks): Remove.
5037         (hexl-mode, hexl-current-address, hexl-address-to-marker)
5038         (hexl-insert-char): Don't hardcode point-min == 1.
5039         (hexl-isearch-search-function): New fun.
5040         (hexl-mode-old-isearch-search-fun-function): New var.
5041         (hexl-mode): Use them.
5042         (hexl-mode, hexl-mode-exit, hexl-maybe-dehexlify-buffer):
5043         Use write-contents-functions rather then write-contents-hooks.
5045         * textmodes/text-mode.el (text-mode-syntax-table): Make ' a prefix.
5046         (paragraph-indent-text-mode-abbrev-table)
5047         (paragraph-indent-text-mode-syntax-table): Remove.
5048         (paragraph-indent-text-mode): Use the :abbrev and :syntax-table args.
5050 2002-10-21  Juanma Barranquero  <lektu@terra.es>
5052         * eshell/esh-util.el (directory-files-and-attributes): Copy docstring
5053         from Emacs 21.  Arg DIR renamed to DIRECTORY for consistency.
5055 2002-10-20  Andreas Schwab  <schwab@suse.de>
5057         * apropos.el (apropos-group): Use customize-group-other-window.
5059 2002-10-18  Stefan Monnier  <monnier@rum.cs.yale.edu>
5061         * progmodes/perl-mode.el (perl-mode-syntax-table): Change $ back
5062         to just "/" instead of "/ p".
5063         (perl-font-lock-syntactic-keywords): Use ". p" for the `$'.
5065 2002-10-18  Juanma Barranquero  <lektu@terra.es>
5067         * textmodes/artist.el (artist-ff-is-bottommost-line): Fix misplaced
5068         ELSE expression on IF.
5070 2002-10-17  Juanma Barranquero  <lektu@terra.es>
5072         * align.el (align-rules-list, align-exclude-rules-list): Fix typos.
5074         * subr.el (remq): Likewise.
5076         * vc-cvs.el (vc-cvs-sticky-tag-display): Likewise.
5078         * vc-hooks.el (vc-insert-file): Likewise.
5080         * vcursor.el (vcursor-other-window): Likewise.
5082         * wid-edit.el (widget-choose): Likewise.
5084         * calendar/diary-lib.el (diary-name-pattern): Likewise.
5086         * emacs-lisp/elint.el (elint-error, elint-warning): Likewise.
5088         * emacs-lisp/lisp.el (beginning-of-defun): Likewise.
5090         * emulation/edt-mapper.el (top-level): Likewise.
5092         * eshell/esh-var.el (eshell/define): Likewise.
5094         * mail/feedmail.el (feedmail-nuke-body-in-fcc)
5095         (feedmail-queue-draft-directory): Likewise.
5097         * net/netrc.el (netrc-parse): Likewise.
5099         * obsolete/cplus-md.el (c++-empty-arglist-indent): Likewise.
5101         * progmodes/ebrowse.el (ebrowse-ts)
5102         (ebrowse-view/find-file-and-search-pattern)
5103         (ebrowse-draw-file-member-info): Likewise.
5105         * progmodes/idlwave.el (idlwave-region-active-p): Likewise.
5107         * progmodes/idlw-shell.el (idlwave-shell-set-bp): Likewise.
5109         * progmodes/sh-script.el (sh-indent-for-then): Likewise.
5111         * textmodes/bibtex.el (bibtex-find-entry-location): Likewise.
5113         * textmodes/sgml-mode.el (sgml-close-tag, html-imenu-index): Likewise.
5115 2002-10-17  Dave Love  <fx@gnu.org>
5117         * international/mule-diag.el (non-iso-charset-alist): Add koi8-u.
5119         * international/code-pages.el (cp-make-translation-table): Use
5120         ucs-mule-to-mule-unicode.
5121         (cp-fix-safe-chars): Fix typo.
5122         (non-iso-charset-alist): Don't define.
5123         (cp-make-coding-system): Use utf-8-translation-table-for-decode.
5124         Define translation-table-for-input.
5125         (cp866): Reinstate.
5126         (alternativnj): Don't define alias.
5127         (koi8-u): Deleted.
5129         * language/european.el ("Slovenian"): Use slovenian input-method.
5130         (encode-mac-roman): Use ucs-mule-to-mule-unicode.
5132         * language/cyrillic.el (cyrillic-alternativnyj-decode-table): Fix
5133         the table.
5134         (cyrillic-alternativnyj): Don't give it `mime-charset' property.
5135         (cp866): Delete this alias.
5136         ("Bulgarian"): Fix the value of `input-method'.
5138 2002-10-16  Luc Teirlinck  <teirllm@mail.auburn.edu>
5140         * dired-aux.el (dired-add-entry): Put point in correct position
5141         before inserting marker char.
5143 2002-10-16  Andreas Schwab  <schwab@suse.de>
5145         * dired.el (dired-readin-insert): Expand dired-directory.
5147         * dired-aux.el (dired-insert-subdir-doinsert): Preserve point.
5149 2002-10-16  Markus Rost  <rost@math.ohio-state.edu>
5151         * textmodes/reftex-vars.el: Move reftex-set-dirty here from
5152         reftex.el.  Move the provide call to end of file.
5154         * textmodes/reftex.el: Move reftex-set-dirty to reftex-vars.el.
5156 2002-10-15  Dave Love  <fx@gnu.org>
5158         * man.el (Man-getpage-in-background): Set width in environment.
5160 2002-10-15  Kenichi Handa  <handa@m17n.org>
5162         * mail/sendmail.el (sendmail-send-it): Call
5163         select-message-coding-system before changing the current bufer to
5164         " sendmail temp".
5166 2002-10-14  Andre Spiegel  <spiegel@gnu.org>
5168         * files.el (insert-directory): Handle //SUBDIRED// lines in
5169         recursive listings from ls --dired.
5171         * vc.el (vc-dired-reformat-line): Simplified.  Handles text
5172         properties correctly now.
5174 2002-10-14  Juanma Barranquero  <lektu@terra.es>
5176         * international/mule.el (set-selection-coding-system): Fix spacing.
5178 2002-10-13  Richard M. Stallman  <rms@gnu.org>
5180         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
5181         Treat `ignore' specially--prevent warnings about functions
5182         called for effect, in its args.
5183         Don't warn when `pop' is used for effect.
5185         * emacs-lisp/autoload.el (autoload-print-form): Cleanup.
5187         * uniquify.el (uniquify-get-proposed-name):
5188         Don't use directory-sep-char.
5190         * thingatpt.el (read-from-whole-string): Add call to `ignore'.
5192         * find-file.el (ff-related-file-alist): New alias.
5193         (ff-find-related-file): New alias.
5195 2002-10-13  Andreas Schwab  <schwab@suse.de>
5197         * dired.el (dired-insert-directory): When looking for existing
5198         indentation, goto OPOINT instead of beginning of buffer.
5200 2002-10-12  Stefan Monnier  <monnier@cs.yale.edu>
5202         * cus-dep.el (custom-make-dependencies): Ignore preloaded files.
5204 2002-10-12  Michael Kifer  <kifer@cs.stonybrook.edu>
5206         * ediff-init.el (ediff-frame-char-height): Use frame-selected-window.
5208         * ediff-util.el (ediff-file-checked-in-p): Changed progn with and.
5210         * ediff-wind.el (ediff-skip-unsuitable-frames): Distinguish selected
5211         frame from frame of selected window.
5212         (ediff-frame-has-dedicated-windows): Don't select any frames to avoid
5213         changing selected windows.
5214         (ediff-setup-control-frame): Make sure auto-rase is properly set for
5215         the control frame.
5217 2002-10-10  Simon Josefsson  <jas@extundo.com>
5219         * browse-url.el (browse-url-mozilla): Doc fix.
5221 2002-10-10  Steve Youngs  <youngs@xemacs.org>
5223         * browse-url.el (browse-url-mozilla-new-window-is-tab): New.
5224         (browse-url-mozilla): Use it.
5226 2002-10-11  Miles Bader  <miles@gnu.org>
5228         * vc-cvs.el (vc-cvs-parse-entry): Don't barf when an `Entries'
5229         files contains an invalid timestamp.
5231 2002-10-11  Simon Josefsson  <jas@extundo.com>
5233         * mail/sendmail.el (mail-envelope-from): New option `header' to
5234         use RFC 2822 From: header as the envelope address.
5235         (mail-envelope-from): New function, this should be used instead of
5236         looking at the `mail-envelope-from' variable.
5237         (sendmail-send-it): Use it.
5239         * mail/smtpmail.el (smtpmail-via-smtp): Use it.
5241 2002-10-11  Andre Spiegel  <spiegel@gnu.org>
5243         * dired.el (dired-insert-directory): Fix check for indentation
5244         from ls --dired.
5246         * vc.el (vc-dired-reformat-line): As a temporary fix, remove all text
5247         properties from the reformatted line.
5249 2002-10-10  Stefan Monnier  <monnier@cs.yale.edu>
5251         * textmodes/paragraphs.el (forward-paragraph): Keep track of
5252         remaining paragraphs to skip more carefully.
5254         * add-log.el (add-change-log-entry): Don't call find-file at all
5255         if we're already in the proper buffer.
5256         (change-log-resolve-conflict): New fun.
5257         (change-log-mode): Use it and use define-derived-mode.
5258         (change-log-merge): Allow other-log to be a buffer.
5259         Don't add a \n if there are already enough \n's.
5261         * finder-inf.el, subdirs.el, cus-load.el: Remove.
5263         * finder.el ("finder-inf"): Don't fail if the file is absent.
5265         * cus-dep.el (custom-make-dependencies): Don't use find-file.
5266         Use feature names rather than file names if applicable.
5268         * cus-edit.el (customize-mode): New command.
5270         * custom.el (custom-group-of-mode): New fun.
5271         (custom-load-symbol): Don't use preloaded-file-list now that
5272         load-history is always complete.  Don't look up the expanded file
5273         name in load-history (looked like an XEmacsism).
5275         * smerge-mode.el (smerge-ediff): Autoload.
5276         (smerge-match-conflict): Don't assume as much about smerge-begin-re.
5277         (smerge-resolve-function): New var.
5278         (smerge-resolve): New command.
5279         (smerge-basic-map): Bind it.
5281 2002-10-10  Andre Spiegel  <spiegel@gnu.org>
5283         * vc-cvs.el (vc-cvs-parse-entry): Parse the time stamp found in
5284         CVS/Entries, rather than comparing it textually.
5286 2002-10-10  Markus Rost  <rost@math.ohio-state.edu>
5288         * international/encoded-kb.el: Add `provide' call.
5290 2002-10-09  David Kastrup  <David.Kastrup@t-online.de>
5292         * calc/calc-alg.el (calcFunc-ln): In symbolic manipulations,
5293         ln(-1) should be i*pi, not pi.
5295 2002-10-09  Markus Rost  <rost@math.ohio-state.edu>
5297         * vc-cvs.el (vc-cvs-registered): In the autoload version use load
5298         instead of require to avoid loops when loaddefs.el is loaded after
5299         vc-cvs.el.
5301         * cus-edit.el (Custom-reset-current): Don't test for default-boundp.
5302         (Custom-reset-saved): Don't test for saved-value.
5304 2002-10-08  Stefan Monnier  <monnier@cs.yale.edu>
5306         * vc.el (vc-find-version): Use the new backend op `find-version'.
5307         (vc-default-find-version): Provide the new backend op `find-version'
5308         in terms of the old `checkout' op.
5310         * vc-rcs.el (vc-rcs-find-version): New fun.
5311         (vc-rcs-checkout): Remove `workfile' arg and simplify.
5313         * vc-sccs.el (vc-sccs-find-version): New fun.
5314         (vc-sccs-checkout): Remove `workfile' arg and simplify.
5316         * vc-cvs.el (vc-cvs-find-version): New fun.
5318 2002-10-08  John Paul Wallington  <jpw@shootybangbang.com>
5320         * info.el (Info-next-menu-item, Info-last-menu-item)
5321         (info-emacs-manual): Add docstrings.
5322         (Info-index): Use `string-to-number' instead of `string-to-int'.
5324 2002-10-08  Kenichi Handa  <handa@m17n.org>
5326         * international/ucs-tables.el (ucs-translation-table-for-decode):
5327         Define it as a translation-table.
5329 2002-10-07  Richard M. Stallman  <rms@gnu.org>
5331         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
5333         * progmodes/compile.el (grep-compute-defaults): Set the standard-value
5334         properties of the variables being initialized.
5336         * thingatpt.el (thing-at-point-url-path-regexp): Doc fix.
5338 2002-10-07  Kim F. Storm  <storm@cua.dk>
5340         * emulation/cua-base.el (cua-normal-cursor-color):
5341         Fixed initialization to make "Erase Customization" work.
5343 2002-10-07  Stefan Monnier  <monnier@cs.yale.edu>
5345         * vc.el (vc-maybe-resolve-conflicts): Always call vc-resolve-conflicts
5346         in case some other package redefined it.
5347         (vc-resolve-conflicts): Make it into an alias for smerge-ediff.
5349         * textmodes/fill.el (fill-paragraph): Go to BOL before calling
5350         forward-paragraph to make sure its return value is meaningful.
5352 2002-10-06  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5354         * net/tramp.el: Version 2.0.25 released.
5355         (tramp-handle-file-truename): If it's a directory,
5356         append slash only if result doesn't end in a slash already.
5357         (tramp-handle-file-truename): Restructure logic.  If list of steps
5358         is nil, return "/" as the real name.
5359         (tramp-completion-mode): Add "\\(" and "\\)". Otherwise,
5360         `match-string' doesn't make sense.  From Michael Albinus.
5361         (tramp-host-with-port-regexp): New defcustom. Equal to previous
5362         `tramp-host-regexp'.  From Michael Albinus.
5363         (tramp-host-regexp): Taken off hashes in host names. Otherwise,
5364         scanning files like .rhosts would take comments as host names.
5365         From Michael Albinus.
5366         (tramp-file-name-structure, tramp-multi-file-name-hop-structure):
5367         Replace `tramp-host-regexp' by `tramp-host-with-port-regexp'.
5368         From Michael Albinus.
5369         (tramp-action-terminal): New function.
5370         (tramp-terminal-prompt-regexp): New variable, matches "tset" prompts.
5371         (tramp-actions-before-shell): Use them.
5372         (tramp-handle-shell-command): Logic error.  From Ivan
5373         Zakharyaschev <imz@altlinux.org>.
5375 2002-10-06  Markus Holmberg  <markush@acc.umu.se>  (tiny change)
5377         * thingatpt.el (thing-at-point-uri-schemes): New variable.
5378         (thing-at-point-url-regexp): Use it.
5380 2002-10-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
5382         * progmodes/fortran.el (fortran-beginning-do): Ignore labelled DO
5383         loops.
5385 2002-10-05  Stefan Monnier  <monnier@cs.yale.edu>
5387         * vc.el (vc-log-mode-map): Explicitly inherit from text-mode.
5388         (vc-maybe-resolve-conflicts): Don't check smerge-mode and smerge-ediff.
5389         (vc-print-log): Don't check log-view-mode.
5390         (vc-default-show-log-entry): Don't check log-view-goto-rev.
5391         (vc-log-mode): Remove.
5392         (vc-log-edit): Don't check log-edit.
5394 2002-10-04  Stefan Monnier  <monnier@cs.yale.edu>
5396         * vc-cvs.el (vc-cvs-show-log-entry):
5397         * vc-rcs.el (vc-rcs-show-log-entry): Delete.
5399         * smerge-mode.el (smerge-ediff): Add name-{mine,other,base} args.
5401 2002-10-04  Markus Rost  <rost@math.ohio-state.edu>
5403         * vc.el (vc-default-show-log-entry): Fix typo.
5405 2002-10-04  Steven Tamm  <steventamm@mac.com>
5407         * term/mac-win.el: Add lines to handle the new [return] event.
5409 2002-10-03  Stefan Monnier  <monnier@cs.yale.edu>
5411         * textmodes/fill.el (fill-paragraph): Give up if there's no
5412         paragraph at or after point.
5414         * textmodes/paragraphs.el (forward-paragraph): Return the steps left.
5416         * vc.el (vc-print-log): Unconditionally use `show-log-entry'.
5417         (vc-default-show-log-entry): New fun.
5419         * subr.el (read-key-auxiliary-map, read-key): Remove.
5420         (read-quoted-char): Undo the `read-key' change of 2002-06-23.
5422 2002-10-03  Markus Rost  <rost@math.ohio-state.edu>
5424         * progmodes/ada-stmt.el (ada-stmt-add-to-ada-menu): Handle the
5425         menu pseudo-keys generated by easymenu which are lowercase in
5426         Emacs 21.4.
5428         * progmodes/ada-xref.el
5429         (ada-xref-update-project-menu,ada-add-ada-menu): Ditto.
5431 2002-10-03  John Paul Wallington  <jpw@shootybangbang.com>
5433         * frame.el (delete-frame-hook): Variable alias for
5434         `delete-frame-functions'.  Mark obsolete.
5436 2002-10-02  Stefan Monnier  <monnier@cs.yale.edu>
5438         * textmodes/outline.el (outline-1, outline-2, outline-3, outline-4)
5439         (outline-5, outline-6, outline-7, outline-8): New faces.
5440         (outline-font-lock-faces, outline-font-lock-levels): New vars.
5441         (outline-font-lock-face): New fun.
5442         (outline-font-lock-keywords): Use it.
5443         (outline-font-lock-level): Remove.
5444         (outline-mode, outline-next-preface, outline-next-heading)
5445         (outline-previous-heading, outline-next-visible-heading):
5446         Use shy group.
5447         (outline-level) <var>: Update calling convention.
5448         (outline-level) <fun>: Take advantage of it.
5449         (outline-demote): Don't assume the match-data is still uptodate.
5450         (outline-up-heading): Simplify and make sure the match data is
5451         properly set at the end.
5453 2002-10-02  Markus Rost  <rost@math.ohio-state.edu>
5455         * progmodes/sh-script.el (sh-alias-alist): Use append instead of
5456         nconc.
5458         * startup.el (normal-top-level): Reset standard-value property of
5459         `user-full-name' here.
5461 2002-10-02  Per Abrahamsen  <abraham@dina.kvl.dk>
5463         * wid-edit.el (widget-default-get): Change to return external
5464         value.
5465         (widget-choice-action): Update caller.
5466         (widget-editable-list-entry-create): Update caller.
5468         * wid-edit.el (widget-types-copy): New function.
5469         (default): Added :copy keyword.
5470         (menu-choice): Ditto.
5471         (checklist): Ditto.
5472         (radio-button-choice): Ditto.
5473         (editable-list): Ditto.
5474         (group): Ditto.
5475         (widget-copy): New function.
5476         (widget-create-child): Use it.
5477         (widget-create-child-value): Use it.
5479 2002-10-01  Bill Wohler  <wohler@newt.com>
5481         * mail/mh-comp.el, mail/mh-e.el, mail/mh-funcs.el,
5482         mail/mh-mime.el, mail/mh-pick.el, mail/mh-seq.el,
5483         mail/mh-utils.el, mail/mh-xemacs-compat.el, mail/reply2.pbm,
5484         mail/reply2.xpm, toolbar/execute.pbm, toolbar/execute.xpm,
5485         toolbar/page-down.pbm, toolbar/page-down.xpm, toolbar/refile.pbm,
5486         toolbar/refile.xpm, toolbar/repack.pbm, toolbar/repack.xpm,
5487         toolbar/rescan.pbm, toolbar/rescan.xpm, toolbar/show.pbm,
5488         toolbar/show.xpm, toolbar/widen.pbm, toolbar/widen.xpm:
5489         Upgraded to mh-e version 6.1.1.  Full ChangeLog available in
5490         http://prdownloads.sourceforge.net/mh-e/mh-e-6.1.tgz?download .
5491         There were no user-visible changes in 6.1.1 from 6.1--only the
5492         section of the Makefile that installs the files into Emacs was changed.
5494 2002-10-01  Stefan Monnier  <monnier@cs.yale.edu>
5496         * pcvs.el (cvs-mode-find-file): Look up font-lock-face so it also
5497         works when font-lock is turned off.
5499         * jit-lock.el (jit-lock-fontify-now): Don't widen.
5500         Let the jit-lock-functions do it if they want to.
5502 2002-10-01  Juanma Barranquero  <lektu@terra.es>
5504         * eshell/esh-module.el (eshell-load-defgroups):
5505         Add "no-byte-compile: t" to subdirs.el.
5507         * makefile.w32-in (update-subdirs-CMD): Likewise.
5509         * forms-d2.el:
5510         * forms-pass.el:
5511         * generic-x.el:
5512         * patcomp.el:
5513         * paths.el:
5514         * version.el:
5515         * international/mule-conf.el:
5516         * language/czech.el:
5517         * language/devanagari.el:
5518         * language/english.el:
5519         * language/georgian.el:
5520         * language/greek.el:
5521         * language/hebrew.el:
5522         * language/japanese.el:
5523         * language/korean.el:
5524         * language/lao.el:
5525         * language/misc-lang.el:
5526         * language/romanian.el:
5527         * language/slovak.el:
5528         * language/thai.el:
5529         * language/utf-8-lang.el:
5530         * emacs-lisp/cl-specs.el:
5531         * eshell/esh-maint.el:
5532         * mail/blessmail.el:
5533         * play/bruce.el:
5534         * term/apollo.el:
5535         * term/AT386.el:
5536         * term/bobcat.el:
5537         * term/internal.el:
5538         * term/iris-ansi.el:
5539         * term/keyswap.el:
5540         * term/linux.el:
5541         * term/lk201.el:
5542         * term/news.el:
5543         * term/vt102.el:
5544         * term/vt125.el:
5545         * term/vt200.el:
5546         * term/vt201.el:
5547         * term/vt220.el:
5548         * term/vt240.el:
5549         * term/vt300.el:
5550         * term/vt320.el:
5551         * term/vt400.el:
5552         * term/vt420.el:
5553         * term/wyse50.el: Add "no-byte-compile: t" in first line.
5555 2002-10-01  Kenichi Handa  <handa@m17n.org>
5557         * international/utf-16.el: Don't provide utf-16.
5559         * international/utf-8.el (ccl-decode-mule-utf-8):
5560         Remove unnecessary line.
5562 2002-09-30  Kenichi Handa  <handa@m17n.org>
5564         * language/thai.el (thai-tis620): Add `mime-charset' property.
5566         * language/indian.el: Don't register "ISO10646.*-1" in
5567         font-ccl-encoder-alist.
5569         * language/cyrillic.el (ccl-decode-koi8): Refer to
5570         ucs-translation-table-for-decode.
5571         (ccl-decode-koi8-u): Likewise.
5572         (ccl-decode-alternativnyj): Likewise.
5573         (cyrillic-koi8): Put `dependency' property.
5574         (koi8-u): Likewise.
5575         (cyrillic-alternativnyj): Likewise.
5577         * international/utf-8.el (ucs-mule-to-mule-unicode): Don't define
5578         this translation-table name here.
5579         (utf-translation-table-for-encode): New translation-table name.
5580         (utf-fragmentation-table): Renamed from utf-8-fragmentation-table.
5581         (utf-defragmentation-table): New variable.
5582         (ucs-mule-cjk-to-unicode): Renamed from utf-8-subst-rev-table.
5583         (utf-subst-table-for-encode): New translation-table name.
5584         (ucs-unicode-to-mule-cjk): Renamed from utf-8-subst-table.
5585         (utf-subst-table-for-decode): New translation-table name.
5586         (utf-fragment-on-decoding): Renamed from
5587         utf-8-fragment-on-decoding.  Correctly handle the case that
5588         unify-8859-on-encoding-mode is off.  Handle mule-utf-16-le and
5589         mule-utf-16-be too.
5590         (utf-translate-cjk): Renamed from utf-8-translate-cjk.
5591         Handle mule-utf-16-le and mule-utf-16-be too.
5592         (ccl-decode-mule-utf-8): Refer to utf-translation-table-for-decode
5593         and utf-subst-table-for-decode.
5594         (ccl-encode-mule-utf-8): Refer to utf-translation-table-for-encode
5595         and utf-subst-table-for-encode.
5596         (mule-utf-8): Fix `safe-charsets' property, put `dependency' property.
5598         * international/utf-8-subst.el: Setup ucs-unicode-to-mule-cjk and
5599         ucs-mule-cjk-to-unicode, not utf-8-subst-table and
5600         utf-8-subst-rev-table.
5602         * international/utf-16.el (utf-16-decode-ucs): Look up
5603         utf-subst-table-for-decode.  Fix for the case that the looking up
5604         succeeds.
5605         (ccl-decode-mule-utf-16-le): Translate characters by
5606         utf-translation-table-for-decode.
5607         (ccl-decode-mule-utf-16-be): Likewise.
5608         (ccl-encode-mule-utf-16-le): Look up utf-subst-table-for-encode
5609         at first.  Translate characters by utf-translation-table-for-encode.
5610         (ccl-encode-mule-utf-16-be): Likewise.
5611         (mule-utf-16-le, mule-utf-16-be): Add `dependency' property.
5613         * loadup.el: Preload international/utf-16.  Don't call ucs-unify-8859.
5615         * international/ucs-tables.el: Don't bind
5616         utf-8-translation-table-for-decode while setting up
5617         ucs-mule-8859-to-ucs-table, etc.  Add `depenency' property to
5618         iso-8859-* coding systems.
5619         (ucs-unify-8859): Arguments changed to FOR-ENCODE and FOR-DECODE.
5620         If FOR-DECODE is non-nil, make ucs-mule-8859-to-mule-unicode
5621         populate the translation table named
5622         ucs-translation-table-for-decode.  If FOR-ENCODE is non-nil, make
5623         ucs-mule-to-mule-unicode populates the translation table named
5624         utf-translation-table-for-encode.  Call register-char-codings for
5625         mule-utf-16-be and mule-utf-16-le too.
5626         (ucs-fragment-8859): Arguments changed to FOR-ENCODE and
5627         FOR-DECODE.  If FOR-DECODE is non-nil, make the translation table
5628         named ucs-translation-table-for-decode vacant.  If FOR-ENCODE is
5629         non-nil, make a proper char-table populates the translation table
5630         name utf-translation-table-for-encode.  Call register-char-codings
5631         for all mule-utf-* to to reset their status to the origianl.
5632         (unify-8859-on-encoding-mode): Call ucs-unify-8859 and
5633         ucs-fragment-8859 with fixed arguments.  Set the version to 21.3.
5634         (unify-8859-on-decoding-mode): Likewise.  Remove dependency.
5635         (ccl-encode-unicode-font): Delete.
5636         (ucs-tables-unload-hook): Delete.
5638         * international/mule.el (decode-char): Refer to the translation
5639         hash table named utf-subst-table-for-decode.  Refer to the
5640         translation table named utf-translation-table-for-decode instead
5641         of utf-8-translation-table-for-decode.
5642         (encode-char): Refer to the translation hash table named
5643         utf-subst-table-for-encode.  Refer to the translation table named
5644         utf-translation-table-for-encode instead of
5645         utf-8-translation-table-for-encode.
5647         * international/mule-diag.el (describe-coding-system):
5648         Describe `dependency' property.
5650         * international/mule-conf.el (emacs-mule): Add property `composition'.
5652         * international/fontset.el (ucs-mule-to-mule-unicode): Define this
5653         translation table name here.
5654         (ucs-mule-cjk-to-unicode): New translation table name.
5655         (ccl-encode-unicode-font): Merge the code in ucs-tables.el.
5656         (font-ccl-encoder-alist): Change the font registry pattern to
5657         "ISO10646.*-*".
5659 2002-09-30  Colin Walters  <walters@gnu.org>
5661         * calc/calc-stuff.el (calc-flush-caches): Add optional arg
5662         `inhibit-msg'.
5664         * calc/calc-prog.el (calc-kbd-report, calc-kbd-query): Don't bind
5665         `executing-kbd-macro' and `defining-kbd-macro'.
5667         * calc/calc-ext.el (calc-reset): Don't bind `executing-kbd-macro'.
5668         Call `calc-flush-caches' with inhibit-msg arg.
5669         (calc-change-mode): Remove extra arg for `calc-save-modes'.
5671         * calc/calc-mode.el (calc-save-modes): Remove `quiet' arg.
5672         Don't bind `executing-kbd-macro'.
5674 2002-09-29  Noah Friedman  <friedman@splode.com>
5676         * subr.el (read-key): Use read-key-auxiliary-map, not read-key-aux-map.
5678 2002-09-29  Richard M. Stallman  <rms@gnu.org>
5680         * startup.el (user-mail-address): Initialize to a useful value
5681         once Emacs is started up; initialize to "" at loadup time.
5682         (command-line): "", not nil, means user-mail-address not set yet.
5684 2002-09-29  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5686         * net/tramp.el: Version 2.0.24 released.
5687         (tramp-methods, tramp-completion-function-alist):
5688         Rename "*-old" methods to "*_old".  From Michael Albinus.
5689         (tramp-completion-function-alist):
5690         Use `tramp-completion-function-alist-ssh' for the "fcp" method.
5691         From Michael Albinus.
5692         (tramp-default-method-alist): Use "su" for "root@localhost".
5693         (tramp-host-regexp): Allow "#" for "host#port" kludge.
5694         (tramp-ange-ftp-file-name-p): If METHOD is nil, find the right
5695         default method.  Require additional args USER and HOST for this.
5696         Callers changed.
5697         (tramp-handle-file-local-copy): More local bindings.  Bind results
5698         of tramp-get-{remote,local}-{de,en}coding earlier to avoid nasty
5699         "are you awake" problem.
5700         (tramp-action-password): Protect against clobbered match data.
5701         (tramp-open-connection-setup-interactive-shell): Explicitly set
5702         tramp-last-cmd-time before invoking tramp-send-command the first
5703         time.  Otherwise, tramp-send-command would issue "echo are you
5704         awake" right at the first time, which is not what we want.
5705         Reported by Douglas Gray Stephens.
5706         (tramp-find-inline-encoding): Don't redirect stdout to
5707         /dev/null to avoid "chmode go-rwx" operation from "mimencode
5708         >/dev/null" as root(!), and to check the output of the decoding
5709         command.
5710         (tramp-maybe-open-connection): Don't send "are you awake" if
5711         process has died.
5713 2002-09-29  Colin Walters  <walters@gnu.org>
5715         * calc/calc.el (calc-dispatch-map): Actually set to keymap.
5717 2002-09-29  Mike Williams  <mdub@bigfoot.com>
5719         * textmodes/sgml-mode.el (sgml-guess-indent): Handle tabs correctly.
5721 2002-09-29  Richard M. Stallman  <rms@gnu.org>
5723         * custom.el (defcustom): Doc fix.
5725 2002-09-28  Richard M. Stallman  <rms@gnu.org>
5727         * loadhist.el (unload-feature): When undefining a variable,
5728         delete its buffer-local bindings.
5730 2002-09-28  Luc Teirlinck  <teirllm@mail.auburn.edu>
5732         * subr.el (remove-yank-excluded-properties): Fix bugs in
5733         handling of category properties.
5735 2002-09-28  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
5737         * ps-print.el (ps-print-emacs-type): Error if ps-print is
5738         activated in Epoch, inLucid or in Emacs v19 or lesser.
5739         Value can no longer be `lucid'.
5740         (ps-print-version): New version number (6.5.8).
5741         (faces): Never do (require 'faces).
5743 2002-09-28  Simon Josefsson  <jas@extundo.com>
5745         * mail/smtpmail.el (smtpmail-via-smtp): Only negotiate starttls on
5746         streams that were opened using starttls.
5748 2002-09-28  Paul Reilly  <pmr@pajato.com>
5750         * files.el (auto-mode-alist): Add support for Java Enterprise
5751         ARchive (ear/EAR) and Web ARchive (war/WAR) files.
5753 2002-09-28  John Paul Wallington  <jpw@shootybangbang.com>
5755         * progmodes/m4-mode.el (m4-font-lock-keywords)
5756         (m4-mode-syntax-table, m4-mode-abbrev-table, m4-m4-buffer)
5757         (m4-m4-region): Doc fixes.
5759 2002-09-27  Stefan Monnier  <monnier@cs.yale.edu>
5761         * emacs-lisp/cl-macs.el: Use the new usage-in-docstring syntax.
5762         (cl-push, cl-pop): Remove.
5763         Use pop and push throughout the file instead.
5764         (cl-transform-lambda): Add usage info to docstring if the arglist
5765         is complex.
5767         * emacs-lisp/autoload.el (make-autoload): Add usage info to docstring.
5768         (autoload-print-form): Also quote open-[-in-column 0.
5770         * help-fns.el (help-with-tutorial): Use minibuffer-completion-help.
5771         (help-split-fundoc): Don't support old syntax any more.
5772         (help-add-fundoc-usage): New fun.
5774         * emacs-lisp/cl-extra.el (cl-push, cl-pop): Remove.
5775         Use pop and push throughout the file instead.
5776         (cl-hash-lookup): Remove.
5777         (cl-make-hash-table, cl-hash-table-p, cl-gethash, cl-puthash)
5778         (cl-remhash, cl-clrhash, cl-maphash, cl-hash-table-count): Simplify.
5780         * emacs-lisp/cl-seq.el (cl-push, cl-pop): Remove.
5781         Use pop and push throughout the file instead.
5783         * emacs-lisp/edebug.el: Don't precompute menu shortcuts during
5784         loading since the current keymaps might be all weird.
5786         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't add properties
5787         to the name since they're added by mode-line-format already.
5788         (define-minor-mode): Run (,mode -1) when needed.
5790         * tar-mode.el (tar-untar-buffer): Handle dir-entries.
5791         (tar-summarize-buffer, tar-mode, tar-extract, tar-copy, tar-expunge)
5792         (tar-alter-one-field, tar-subfile-save-buffer, tar-mode-write-file):
5793         Don't hardcode 1 == point-min.
5795         * abbrev.el (write-abbrev-file): Don't hardcode point-min == 1.
5797         * subr.el (read-key-auxiliary-map): New var.
5798         (read-key): Use it.
5799         (make-temp-file): Make the file have mode 600.
5800         (add-minor-mode): Don't add properties to the name since it's
5801         added by mode-line-format already.
5802         Be more careful with the mode-line-menu entry name.
5804         * userlock.el (ask-user-about-supersession-threat): Don't abort
5805         when the user hits mouse-2.
5807         * register.el (set-register): Use push.
5808         (point-to-register): Set kill-buffer-hook in this buffer.
5809         (register-swap-out): Use dolist.
5810         (kill-buffer-hook): Don't change globally.
5812         * server.el (server-select-display): New function.
5813         (server-process-filter): Add support for `-display' and `-eval' args.
5814         (server-visit-files): Use save-current-buffer, push, and dolist.
5815         Add server-kill-buffer to kill-buffer-hook.
5816         (kill-buffer-hook): Don't modify globally.
5817         (server-switch-buffer): Be a bit more careful with multiple displays.
5818         (server-socket-name): Always use /tmp and non-qualified hostname.
5820         * uniquify.el (uniquify-rationalize-file-buffer-names):
5821         Add to kill-buffer-hook for buffers with conflict.
5822         (rename-buffer): Check kill-buffer-hook to see if there was a conflict.
5823         (uniquify-delay-rationalize-file-buffer-names): Remove useless check.
5824         (kill-buffer-hook): Don't change globally.
5826 2002-09-27  Stefan Monnier  <monnier@cs.yale.edu>.
5828         * calc/calc.el (calc-bug-address, calc-scan-for-dels, calc-stack)
5829         (calc-stack-top, calc-always-load-extensions)
5830         (calc-line-numbering, calc-line-breaking, calc-display-just)
5831         (calc-display-origin, calc-number-radix, calc-leading-zeros)
5832         (calc-group-digits, calc-group-char, calc-point-char)
5833         (calc-frac-format, calc-prefer-frac, calc-hms-format)
5834         (calc-date-format, calc-float-format, calc-complex-format)
5835         (calc-full-float-format, calc-complex-mode, calc-infinite-mode)
5836         (calc-display-strings, calc-matrix-just, calc-break-vectors)
5837         (calc-full-vectors, calc-full-trail-vectors, calc-vector-commas)
5838         (calc-vector-brackets, calc-matrix-brackets, calc-language)
5839         (calc-language-option, calc-function-open, calc-function-open)
5840         (calc-function-close, calc-language-output-filter)
5841         (calc-language-input-filter, calc-radix-formatter)
5842         (calc-left-label, calc-right-label, calc-word-size)
5843         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
5844         (calc-display-raw, calc-internal-prec, calc-inverse-flag)
5845         (calc-hyperbolic-flag, calc-keep-args-flag, calc-angle-mode)
5846         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
5847         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
5848         (calc-window-height, calc-display-trail, calc-show-selections)
5849         (calc-use-selections, calc-assoc-selections)
5850         (calc-display-working-message, calc-auto-why, calc-timing)
5851         (calc-display-sci-high, calc-display-sci-low, calc-other-modes)
5852         (calc-other-modes, calc-Y-help-msgs, calc-loaded-settings-file):
5853         Make into real defvars.
5854         (calc-mode-var-list): Delete.
5855         (calc-mode-save-mode, calc-standard-date-formats)
5856         (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
5857         (calc-user-parse-tables, calc-gnuplot-default-device)
5858         (calc-gnuplot-default-output, calc-gnuplot-print-device)
5859         (calc-gnuplot-print-output, calc-gnuplot-geometry)
5860         (calc-graph-default-resolution, calc-graph-default-resolution-3d)
5861         (calc-invocation-macro, calc-show-banner): Make into defvars,
5862         taken from `calc-mode-var-list'.
5863         (calc-emacs-type-epoch, calc-emacs-type-19)
5864         (calc-emacs-type-lucid, calc-emacs-type-gnu19): Make into defvars.
5865         (calc-version, calc-version-date, calc-trail-pointer)
5866         (calc-trail-overlay, calc-undo-list, calc-redo-list)
5867         (calc-main-buffer, calc-trail-buffer, calc-why, calc-next-why)
5868         (calc-inverse-flag, calc-hyperbolic-flag, calc-keep-args-flag)
5869         (calc-last-kill, calc-previous-alg-entry, calc-dollar-values)
5870         (calc-dollar-used, calc-hashes-used, calc-quick-prev-results)
5871         (calc-said-hello, calc-executing-macro, calc-any-selections)
5872         (calc-help-phase, calc-full-help-flag, calc-refresh-count)
5873         (calc-display-dirty, calc-prepared-composition)
5874         (calc-selection-cache-default-entry, calc-embedded-info)
5875         (calc-embedded-active, calc-standalone-flag, var-EvalRules)
5876         (math-eval-rules-cache-tag, math-radix-explicit-format)
5877         (math-expr-function-mapping, math-expr-variable-mapping)
5878         (math-read-expr-quotes, math-working-step, math-working-step-2)
5879         (var-i, var-pi, var-e, var-phi, var-gamma, var-Modes): Make into
5880         defvars, from toplevel setq.
5881         (calc-mode-map): Set up keymap in more modern fashion.
5882         (calc-dispatch-map): Ditto.
5883         (calc-command-flags, calc-final-point-line)
5884         (calc-final-point-column): Defvar.
5885         (calc-do): Use `save-current-buffer' instead of `save-excursion'.
5886         (sel-mode): Defvar.
5887         (calc-any-evaltos): Ditto.
5888         (calc-buffer, calc-prev-char, calc-prev-prev-char)
5889         (calc-digit-value): Ditto.
5890         (math-eval-rules-cache, math-eval-rules-cache-other): Ditto.
5891         (math-sub-bignum): Bind `diff'.
5892         (calc-selection-cache-entry): Defvar.
5893         (calc-count-lines): Reference `pos' instead of `newpos'.
5895 2002-09-27  Simon Josefsson  <jas@extundo.com>
5897         * mail/mail-hist.el (mail-hist-next-input): Fix docstring.
5899 2002-09-26  Richard M. Stallman  <rms@gnu.org>
5901         * mail/unrmail.el (unrmail): Do the work directly,
5902         without actually selecting the messages in the from file.
5903         (unrmail-unprune): New subroutine.
5905         * files.el (backup-buffer): Bind local var MODES.
5906         Don't use renaming for a suid or sgid file.
5907         Use backup-buffer-copy to do copying.
5908         (backup-buffer-copy): New subroutine.
5909         Clear suid and sgid bits for the copy.
5911 2002-09-26  Edward M. Reingold  <reingold@emr.cs.iit.edu>
5913         * calendar/solar.el (solar-equinoxes-solstices):
5914         Use time properly adjusted for DST in the result.
5916 2002-09-26  Richard M. Stallman  <rms@gnu.org>
5918         * follow.el (follow-generic-filter): Simply bind deactivate-mark.
5919         Bind inhibit-read-only; don't mess with buffer-read-only.
5921         * speedbar.el (speedbar-refresh): Simply bind deactivate-mark.
5923 2002-09-26  Luc Teirlinck  <teirllm@mail.auburn.edu>
5925         * ielm.el (inferior-emacs-lisp-mode): Treat the header as
5926         output, if comint-use-prompt-regexp-instead-of-fields is nil.
5928 2002-09-26  John Paul Wallington  <jpw@shootybangbang.com>
5930         * ibuffer.el (ibuffer-update): Call `minibufferp' with argument
5931         instead of within `with-current-buffer'.
5933 2002-09-26  Stephen Eglen  <stephen@gnu.org>
5935         * iswitchb.el (iswitchb-completions): Test that
5936         iswitchb-common-match-string is a string, before printing common
5937         completions.
5939 2002-09-25  Stefan Monnier  <monnier@cs.yale.edu>
5941         * server.el: Use built-in network primitives.
5942         (server-program, server-previous-string): Remove.
5943         (server-previous-strings): New var.
5944         (server-socket-name): New var.
5945         (server-log): Minor change to the output format.
5946         (server-sentinel): Clean up global state when a client disconnects.
5947         (server-unquote-arg): New fun.
5948         (server-start): Use server-socket-name and make-network-process.
5949         (server-process-filter): Now talks to the clients directly.
5950         Normalize file name after unquoting and decoding.
5951         (server-buffer-done): Just close the connection.
5952         (server-switch-buffer): Handle the case where all windows are
5953         dedicated or minibuffers.
5955         * font-lock.el (fast-lock-mode, lazy-lock-mode, jit-lock-mode):
5956         Don't bind them variables.
5957         (font-lock-turn-off-thing-lock, font-lock-after-fontify-buffer)
5958         (font-lock-after-unfontify-buffer): Check that the vars are bound.
5959         (font-lock-dont-widen): New var.
5960         (font-lock-default-fontify-region): Use it.
5962         * emacs-lisp/find-func.el (find-library-name):
5963         Correctly find "file.el.gz" from "file.elc" or "file.elc.gz".
5965 2002-09-25  Kenichi Handa  <handa@etl.go.jp>
5967         * international/mule-cmds.el (select-safe-coding-system):
5968         Handle safe but rejected default coding systems and unsafe default
5969         coding systems differently.
5971         * international/mule-diag.el (list-character-sets): Use the buffer
5972         name "*Character Set List*", not "*Help*".  List also indirectly
5973         supported character sets.
5974         (list-charset-chars): Use the buffer name "*Character List*", not
5975         "*Help*".  Display the current charset name in the modeline.
5976         (non-iso-charset-alist): Add mapped charset list for `mac-roman'.
5977         (sort-listed-character-sets): Don't alter the region showing
5978         indirectly supported charsets.
5980 2002-09-24  Simon Josefsson  <jas@extundo.com>
5982         * mail/mail-extr.el (mail-extr-ignore-single-names): Change default.
5983         (mail-extract-address-components): Doc fix.
5985 2002-09-24  Markus Rost  <rost@math.ohio-state.edu>
5987         * simple.el (edit-and-eval-command): Protect command-history.
5988         (repeat-complex-command): Protect command-history.
5990 2002-09-24  Juanma Barranquero  <lektu@terra.es>
5992         * replace.el (occur-find-match): New function.
5993         (occur-next, occur-prev): Use it.
5995         * progmodes/sh-script.el (sh-mark-init): Don't set `occur-buffer'.
5996         (sh-mark-line): Likewise. Use 'occur-target and 'occur-match
5997         instead of 'occur and 'occur-point.
5999         * eshell/em-unix.el (eshell-occur-mode-mouse-goto)
6000         (eshell-poor-mans-grep): Remove references to `occur-buffer'.
6002 2002-09-24  Stefan Monnier  <monnier@cs.yale.edu>
6004         * descr-text.el (describe-text-category): Use *Help*.
6005         Don't kill-buffer.
6006         (describe-text-properties, describe-char):
6007         Delay self-inspection test.  Use *Help*.
6008         Use syntax-after.  Use `pos' rather than (point).
6009         Distinguish the before/after part of a composition.
6011 2002-09-23  Kenichi Handa  <handa@etl.go.jp>
6013         * international/quail.el (quail-completion): Be sure to scroll
6014         quail-completion-buf.
6016 2002-09-23  Richard M. Stallman  <rms@gnu.org>
6018         * ielm.el (*1): Fix previous change.
6020 2002-09-23  Juanma Barranquero  <lektu@terra.es>
6022         * net/tramp.el (tramp-unified-filenames): Autoload it.
6024 2002-09-23  Michael Kifer  <kifer@cs.stonybrook.edu>
6026         * ediff-init.el (ediff-get-next-window): Bug fix.
6028 2002-09-22  Oliver Scholz  <alkibiades@gmx.de>
6030         * play/gamegrid.el (gamegrid-face): New variable to emulate a
6031         buffer-local default face.
6032         (gamegrid-xbm): New variable; XBM image as a replacement for
6033         `gamegrid-xpm' on Emacsen compiled without XPM-support.
6034         (gamegrid-colorize-glyph): Ported XEmacs-code for the generation
6035         of images to Emacs.
6036         (gamegrid-match-spec): Call `gamegrid-make-image-from-vector' to
6037         convert XEmacs-type image descriptors.
6038         (gamegrid-color-display-p): Remove (use `display-colors-p' instead.)
6039         (gamegrid-make-image-from-vector): New function.  Convert XEmacs'
6040         image descriptors.
6041         (gamegrid-display-type): Use Emacs' standard `display-.*-p'
6042         functions to check for display capabilities.  Fix the recognition
6043         of image-support in Emacs 21 by this way.
6044         (gamegrid-hide-cursor): Removed.
6045         (gamegrid-setup-default-font): Ported the code from XEmacs to
6046         Emacs: create a new face and assign the variable `gamegrid-face'
6047         to it.  Make sure that the face is not higher than the smallest
6048         image used by the game.
6049         (gamegrid-initialize-display): Use `(setq cursor-type nil)'
6050         instead of `gamegrid-hide-cursor'.
6051         (gamegrid-set-face): If `gamegrid-display-mode' is 'glyph, put an
6052         image in the buffer, instead of applying a face.  [This is because
6053         Emacs display-tables are not as capable as the display-tables in
6054         XEmacs.  Maybe this function should be renamed to reflect the change?]
6055         (gamegrid-init-buffer): If `gamegrid-display-mode' is 'glyph, put
6056         the face held by `gamegrid-face' in an overlay over the whole
6057         buffer to emulate a buffer-local default-face.
6059 2002-09-22  Markus Triska  <triska@gmx.at>  (iny change)
6061         * play/doctor.el (doctor-doc): Add 2 question words.
6062         (doctor-getnoun): Parse and save the complete object phrase.
6064 2002-09-22  Richard M. Stallman  <rms@gnu.org>
6066         * international/mule-cmds.el (select-safe-coding-system): Cope if
6067         default-coding-system gives nil which was then used in `min'.
6069         * mail/sendmail.el (sendmail-send-it): If user's buffer
6070         is unibyte, make tembuf unibyte.
6072 2002-09-22  Kai Gro\e,A_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
6074         * net/tramp.el: Version 2.0.22 released.
6075         (tramp-parse-rhosts, tramp-parse-shosts)
6076         (tramp-parse-hosts, tramp-parse-passwd): Apply `push' but
6077         `add-to-list' for performance reasons.
6078         (tramp-get-completion-user-host): Return `nil' in case both `user'
6079         and 'host' are empty (not necessarily `nil'.
6080         (tramp-parse-netrc, tramp-parse-netrc-group): New functions.
6081         (tramp-user-regexp): " \t" are not user regexp characters.
6082         (tramp-completion-handle-file-name-all-completions):
6083         Remove Ange-FTP cmpletion. It has a bug not handling the "/ftp:" prefix
6084         completely, and it returns local completions as well.
6085         (tramp-completion-function-alist-ftp): New constant.
6086         (tramp-completion-function-alist): Add completion function for "ftp".
6087         From Michael Albinus <Michael.Albinus@alcatel.de>.
6089 2002-09-22  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6091         * net/tramp.el: Version 2.0.21 released.
6092         (tramp-handle-file-newer-than-file-p): If mtime of both files is
6093         known, return a useful result.  Better error message in case one
6094         is a Tramp file and one isn't.
6095         (tramp-handle-file-local-copy, tramp-handle-write-region)
6096         (tramp-find-shell, tramp-open-connection-telnet)
6097         (tramp-open-connection-rsh, tramp-open-connection-su)
6098         (tramp-open-connection-setup-interactive-shell)
6099         (tramp-post-connection, tramp-maybe-open-connection)
6100         (tramp-method-out-of-band-p): Correct number of args for
6101         `tramp-get-rsh-program' and similar functions.
6103 2002-09-22  Kai Gro\e,A_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
6105         * net/tramp.el: Version 2.0.20 released.
6107 2002-09-20  Kai Gro\e,A_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
6109         * net/tramp.el (tramp-completion-function-alist): Escape open
6110         paren in docstring.
6111         (tramp-user-regexp, tramp-host-regexp): Allow empty strings.
6112         (tramp-handle-insert-file-contents): Call tramp-message-for-buffer
6113         instead of tramp-message.
6114         (tramp-open-connection-rsh): Handle empty string as user name.
6115         (tramp-open-connection-su): Handle empty string as host name.
6116         Handle nil user name.
6117         (tramp-handle-file-local-copy, tramp-handle-write-region)
6118         (tramp-completion-handle-file-name-all-completions)
6119         (tramp-open-connection-telnet, tramp-open-connection-rsh)
6120         (tramp-open-connection-su, tramp-post-connection)
6121         (tramp-maybe-open-connection, tramp-method-out-of-band-p)
6122         (tramp-get-connection-function, tramp-get-remote-sh)
6123         (tramp-get-rsh-program, tramp-get-rsh-args)
6124         (tramp-get-rcp-program, tramp-get-rcp-args)
6125         (tramp-get-rcp-keep-date-arg, tramp-get-su-program)
6126         (tramp-get-su-args, tramp-get-telnet-program)
6127         (tramp-get-telnet-args): Use `tramp-find-method', perhaps require
6128         additional args USER, HOST.
6129         (tramp-action-password, tramp-open-connection-telnet)
6130         (tramp-open-connection-su, tramp-open-connection-multi)
6131         (tramp-method-out-of-band-p): `tramp-method-out-of-band-p' now
6132         takes USER and HOST arguments, to be able to use
6133         `tramp-find-method'.  Update callers.
6134         (tramp-find-method): New function.
6136 2002-09-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6138         * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
6139         in SWITCHES (by removing it).
6141 2002-09-18  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6143         * net/tramp.el (tramp-file-name-handler): Add `file-remote-p' property.
6145 2002-09-17  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6147         * net/tramp.el (top-level): Maybe autoload uudecode-decode-region.
6149 2002-09-16  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6151         * net/tramp.el (tramp-bug): Add tramp-methods.
6153 2002-09-16  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6155         * net/tramp.el (tramp-methods): Update docstring:
6156         tramp-encoding-command, tramp-decoding-command,
6157         tramp-encoding-function and tramp-decoding-function are not
6158         parameters anymore.
6159         (tramp-uuencode-region): Autoload it.
6161 2002-09-13  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6163         * net/tramp.el: Version 2.0.19 released.
6165         * net/tramp-uu.el: New file, implements uuencode in Lisp.
6167         * net/tramp.el (tramp-coding-commands):
6168         Use `tramp-uuencode-region' as local encoder for the uuencode based
6169         entries.
6171 2002-09-13  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6173         * net/tramp.el (tramp-handle-write-region): Wrong parens.
6175 2002-09-13  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6177         * net/tramp.el: Version 2.0.18 released.
6179         * net/tramp.el (tramp-perl-decode): Perl changes to accomodate
6180         older versions of Perl.  Now tested with 5.004.  Suggestion from
6181         Michael Albinus.
6183 2002-09-12  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6185         * net/tramp.el (tramp-find-inline-encoding):
6186         Call tramp-call-local-coding-command with nil for INPUT and OUTPUT.
6187         (tramp-call-local-coding-command): OUTPUT equals nil means to
6188         discard the output.  INPUT equals nil means /dev/null.
6190 2002-09-12  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6192         * net/tramp.el (tramp-encoding-shell): Default to environment
6193         variable COMSPEC on Windows.
6194         (tramp-handle-write-region): More debugging output.
6195         (tramp-find-inline-encoding): Ditto.
6197 2002-09-11  Michael Albinus  <Michael.Albinus@alcatel.de>
6199         * net/tramp.el (tramp-completion-handle-file-name-all-completions):
6200         Define `result1'.
6201         (tramp-parse-hosts-group): Discard IPv6 entries.
6203 2002-09-11  Kai Gro\e,A_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
6205         * net/tramp.el (tramp-post-connection): Only send Perl
6206         mime-encode/decode implementations when using inline method.
6207         (tramp-handle-file-local-copy)
6208         (tramp-handle-write-region, tramp-post-connection)
6209         (tramp-coding-commands, tramp-find-inline-encoding): For the
6210         inline encodings, distinguish between local and remote commands,
6211         instead of between commands and functions.  (The local commands
6212         can be functions, too.)  If the local host is a Windows machine,
6213         we can't expect the same commands to work there as on the remote host.
6214         (tramp-call-local-coding-command): New function for calling local
6215         encoding and decoding commands.
6216         (tramp-set-remote-encoding, tramp-get-remote-encoding)
6217         (tramp-set-remote-decoding, tramp-get-remote-decoding)
6218         (tramp-set-local-encoding, tramp-get-local-encoding)
6219         (tramp-set-local-decoding, tramp-get-local-decoding): New functions.
6220         (tramp-get-encoding-command, tramp-set-encoding-command)
6221         (tramp-get-decoding-command, tramp-set-decoding-command)
6222         (tramp-get-encoding-function, tramp-set-encoding-function)
6223         (tramp-get-decoding-function, tramp-set-decoding-function):
6224         Old functions, removed.
6226 2002-09-10  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6228         * net/tramp.el (tramp-open-connection-setup-interactive-shell):
6229         Change command to invoke /bin/sh slightly to make it compatible
6230         with the `rc' shell.  Suggested by Daniel Pittman.
6232 2002-09-10  Michael Albinus  <Michael.Albinus@alcatel.de>
6234         * net/tramp.el (tramp-handle-write-region): Added missing
6235         `)'.  Hope it's the right place.
6237 2002-09-09  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6239         * net/tramp.el (tramp-open-connection-setup-interactive-shell):
6240         Do "exec env PS1='$ ' /bin/sh" instead of just "exec /bin/sh" in
6241         order to get a sane shell prompt.  If people have ${CWD}, say, in
6242         their shell prompt, then the default login shell might display
6243         something harmless, but the /bin/sh will display a dollar sign
6244         which confused the subsequent prompt recognition.
6245         (tramp-multi-action-password): More debugging output.
6246         (tramp-encoding-shell): Renamed from tramp-sh-program.
6247         More documentation.  Default to cmd.exe on Windows NT.
6248         (tramp-encoding-command-switch): New variable.  Use instead of
6249         hard-wired "-c" which is only good for /bin/sh.
6250         (tramp-encoding-reads-stdin): New variable.  If t, commands are
6251         called like "/bin/sh -c COMMAND <INPUT", if nil, they are called
6252         like "/bin/sh -c COMMAND INPUT", ie the input file is the last arg.
6253         (tramp-multi-sh-program): Always default to tramp-encoding-shell.
6254         (tramp-handle-file-local-copy, tramp-handle-write-region):
6255         Respect tramp-encoding-shell and friends.
6256         (tramp-find-inline-encoding): Use new-style calls for checking if
6257         the local commands work.
6259 2002-09-07  Michael Albinus  <Michael.Albinus@alcatel.de>
6261         * net/tramp.el (tramp-methods): Remove `tramp-completion-function'
6262         entries. They are handled now by `tramp-completion-function-alist'.
6263         (tramp-completion-function): Defvar removed. I've never used
6264         it. Hmm.
6265         (tramp-get-completion-function)
6266         (tramp-get-completion-rsh, tramp-get-completion-ssh)
6267         (tramp-get-completion-telnet, tramp-get-completion-su):
6268         Functions removed as well.  Not necessary any longer due to extended
6269         customization means.
6270         (tramp-completion-function-alist): New defcustom. Holds all
6271         FUNCTION FILE pairs used for user and host name completion
6272         relevant for METHOD.
6273         (tramp-completion-function-alist-rsh)
6274         (tramp-completion-function-alist-ssh)
6275         (tramp-completion-function-alist-telnet)
6276         (tramp-completion-function-alist-su): Defconst for initializing
6277         `tramp-completion-function-alist'. Unfortunately, mainly UNIX-like
6278         values are known for me until now. Needs to be completed for at
6279         least VMS++ like operating systems.
6280         (tramp-set-completion-function)
6281         (tramp-get-completion-function): New functions for configuration
6282         of `tramp-completion-function-alist'. The old definition of
6283         `tramp-get-completion-function' has been discarded.
6284         (tramp-completion-handle-file-name-all-completions):
6285         Change function call for user/host completion according to definition
6286         in `tramp-completion-function-alist'.
6287         (tramp-parse-passwd): Added exception handling for "root", because
6288         `tramp-get-completion-su' (the previous place for this stuff)
6289         doesn't exist any longer.
6291 2002-09-07  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6293         * net/tramp.el (tramp-enter-password):
6294         Use `tramp-password-end-of-line' to terminate the line.
6295         (tramp-bug): Include new variable `tramp-password-end-of-line'.
6296         (tramp-password-end-of-line): New variable.  People who use plink
6297         under Windows might have to issue "\r\n" after the password, but
6298         they need to send just "\n" after the other commands.  So this
6299         variable was introduced to complement `tramp-rsh-end-of-line'.
6300         (tramp-wait-for-output, tramp-post-connection): Allow "\r" at end
6301         of line of the output delimiter.
6303 2002-09-06  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6305         * net/tramp.el (tramp-handle-file-local-copy, tramp-find-shell)
6306         (tramp-open-connection-setup-interactive-shell): Add some comments
6307         about Douglas Grey Stephen's suggestions to make Tramp work better
6308         with plink under Windows.  I'm not sure what to think of them, but
6309         now I have a guinea pig to try it out on.  Said guinea pig is
6310         having other problems, though...  Also remove some commented-out code.
6312 2002-09-06  Michael Albinus  <Michael.Albinus@alcatel.de>
6314         * net/tramp.el (tramp-get-completion-methods): Algorithm slightly
6315         tuned.
6316         (tramp-get-completion-user-host): Accept user names as they are if
6317         typed until "@".
6318         (tramp-completion-mode): Replace `last-input-char' by modern
6319         `last-input-event'. Check for `event-modifiers'.
6321 2002-09-06  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6323         * net/tramp.el (file-expand-wildcards): Corrected check to see if
6324         advising is necessary.
6326 2002-09-05  Michael Albinus  <Michael.Albinus@alcatel.de>
6328         * net/tramp.el (tramp-postfix-single-method-format)
6329         (tramp-postfix-multi-method-format)
6330         (tramp-postfix-multi-hop-format)
6331         (tramp-postfix-user-format): New format strings.
6332         (tramp-postfix-single-method-regexp)
6333         (tramp-postfix-multi-method-regexp)
6334         (tramp-postfix-multi-hop-regexp)
6335         (tramp-postfix-user-regexp)
6336         (tramp-make-multi-tramp-file-format)
6337         (tramp-make-tramp-file-name): Apply them.
6338         (tramp-completion-handle-file-name-all-completions): Fix for
6339         invoking ange-ftp in case of "/ftp:xxx" file names.
6341 2002-09-04  Michael Albinus  <Michael.Albinus@alcatel.de>
6343         * net/tramp.el (tramp-prefix-format)
6344         (tramp-postfix-host-format): New format strings.
6345         (tramp-prefix-regexp, tramp-method-regexp)
6346         (tramp-postfix-single-method-regexp)
6347         (tramp-postfix-multi-method-regexp)
6348         (tramp-postfix-multi-hop-regexp)
6349         (tramp-user-regexp, tramp-postfix-user-regexp)
6350         (tramp-host-regexp, tramp-postfix-host-regexp)
6351         (tramp-path-regexp): New atomar regular expressions.
6352         If corresponding format strings exist, derived from them.
6353         (tramp-file-name-structure)
6354         (tramp-multi-file-name-structure)
6355         (tramp-multi-file-name-hop-structure)
6356         (tramp-make-multi-tramp-file-format)
6357         (tramp-completion-mode)
6358         (tramp-completion-dissect-file-name)
6359         (tramp-parse-rhosts-group)
6360         (tramp-parse-shosts-group)
6361         (tramp-parse-hosts-group)
6362         (tramp-parse-passwd-group): Apply these expressions.
6363         (tramp-file-name-structure-unified)
6364         (tramp-file-name-structure-separate)
6365         (tramp-make-tramp-file-format-unified)
6366         (tramp-make-tramp-file-format-separate)
6367         (tramp-make-tramp-file-format)
6368         (tramp-make-tramp-file-user-nil-format-unified)
6369         (tramp-make-tramp-file-user-nil-format-separate)
6370         (tramp-make-tramp-file-user-nil-format)
6371         (tramp-multi-file-name-structure-unified)
6372         (tramp-multi-file-name-structure-separate)
6373         (tramp-multi-file-name-hop-structure-unified)
6374         (tramp-multi-file-name-hop-structure-separate)
6375         (tramp-make-multi-tramp-file-format-unified)
6376         (tramp-make-multi-tramp-file-format-separate): Removed.
6377         (tramp-make-tramp-file-name): Allow partial tramp file
6378         names. Generate tramp file format on-the-fly depending on
6379         parameters. Apply atomar format strings resp expressions.
6380         (tramp-get-completion-methods)
6381         (tramp-get-completion-user-host): Apply `tramp-make-tramp-file-name'.
6382         (tramp-parse-hosts-group): Take all host names and IP addresses
6383         into account.
6384         (tramp-bug): Remove `tramp-make-tramp-file-format'.
6386 2002-09-01  Michael Albinus  <Michael.Albinus@alcatel.de>
6388         * net/tramp.el (tramp-methods): Add `tramp-completion-function'
6389         for "su" and "sudo".
6390         (tramp-get-completion-telnet): Implement it.
6391         (tramp-parse-hosts)
6392         (tramp-parse-hosts-group)
6393         (tramp-get-completion-su)
6394         (tramp-parse-passwd)
6395         (tramp-parse-passwd-group): New functions.
6397 2002-08-31  Michael Albinus  <Michael.Albinus@alcatel.de>
6399         * net/tramp.el (tramp-completion-mode): Check for `last-input-char'.
6400         (tramp-completion-file-name-handler-alist): Add handler for
6401         `file-exists-p.
6402         (tramp-completion-handle-file-exists-p): New function.
6403         (tramp-completion-handle-file-name-completion): Simplified.
6404         (tramp-completion-dissect-file-name): Regexp's reorganised.
6405         (tramp-completion-handle-file-name-all-completions):
6406         Call completion-function only if `user' or `host' is given.
6407         (tramp-get-completion-user-host): New function.
6408         (tramp-get-completion-rsh)
6409         (tramp-get-completion-ssh): Apply it.
6411 2002-08-29  Michael Albinus  <Michael.Albinus@alcatel.de>
6413         * net/tramp.el (tramp-completion-file-name-handler-alist):
6414         Add handler for `expand-file-name'.
6415         (tramp-completion-handle-expand-file-name): New function.
6417 2002-08-26  Michael Albinus  <Michael.Albinus@alcatel.de>
6419         * net/tramp.el (tramp-completion-mode): New function.
6420         (tramp-completion-handle-file-name-directory)
6421         (tramp-completion-handle-file-name-all-completions): Apply it.
6422         (tramp-methods): Remove double definition of `ssh1-old' and `ssh2-old'.
6423         (tramp-point-at-eol): New defalias.
6424         (tramp-parse-rhosts-group)
6425         (tramp-parse-shosts-group):: Apply it.
6427 2002-08-25  Michael Albinus  <Michael.Albinus@alcatel.de>
6429         * net/tramp.el (tramp-get-completion-methods)
6430         (tramp-get-completion-rsh)
6431         (tramp-get-completion-ssh): Add "[" for Xemacs.
6432         (tramp-completion-file-name-regexp-separate): Expression adapted.
6433         (tramp-completion-file-name-handler-alist): Add handler for
6434         `file-name-directory' and `file-name-nondirectory'.
6435         (tramp-completion-handle-file-name-directory)
6436         (tramp-completion-handle-file-name-nondirectory)
6437         (tramp-completion-run-real-handler): New functions.
6438         (tramp-completion-file-name-handler)
6439         (tramp-completion-handle-file-name-all-completions):
6440         Apply `tramp-completion-run-real-handler'.
6441         (tramp-parse-rhosts)
6442         (tramp-parse-shosts): Use `with-temp-buffer'. `result\e$,1!=\e(B renamed to
6443         `res' (otherwise side effects in XEmacs).
6445 2002-08-24  Michael Albinus  <Michael.Albinus@alcatel.de>
6447         * net/tramp.el (tramp-completion-file-name-regexp)
6448         (tramp-completion-file-name-handler-alist)
6449         (tramp-flatten-list)
6450         (tramp-completion-dissect-file-name)
6451         (tramp-get-completion-rsh)
6452         (tramp-parse-rhosts)
6453         (tramp-parse-rhosts-group)
6454         (tramp-get-completion-ssh): Doc string tuned.
6455         (tramp-methods): Doc string and custom type extended for
6456         `tramp-completion-function'.
6457         (tramp-completion-function): Variable added. Is it really used?
6458         Other variables like `tramp-completion-function' aren't used.
6459         (tramp-completion-file-name-handler-alist): Add handler for
6460         `file-name-completion'.
6461         (tramp-completion-handle-file-name-completion): New function.
6463 2002-08-18  Michael Albinus  <Michael.Albinus@alcatel.de>
6465         * net/tramp.el (tramp-parse-rhosts)
6466         (tramp-parse-rhosts-group)
6467         (tramp-parse-shosts)
6468         (tramp-parse-shosts-group): New functions.
6470 2002-08-17  Michael Albinus  <Michael.Albinus@alcatel.de>
6472         * net/tramp.el (tramp-completion-dissect-file-name)
6473         (tramp-completion-dissect-file-name1): New functions.
6475 2002-08-16  Michael Albinus  <Michael.Albinus@alcatel.de>
6477         * net/tramp.el (tramp-get-completion-function)
6478         (tramp-get-completion-rsh)
6479         (tramp-get-completion-ssh)
6480         (tramp-get-completion-telnet): New functions.
6481         (tramp-methods): Add `tramp-completion-function' for all methods.
6483 2002-08-15  Michael Albinus  <Michael.Albinus@alcatel.de>
6485         * net/tramp.el (tramp-get-completion-methods): New function.
6486         (tramp-find-default-method): Allow host to be nil (like user).
6488 2002-08-14  Michael Albinus  <Michael.Albinus@alcatel.de>
6490         * net/tramp.el (tramp-completion-file-name-regexp-unified)
6491         (tramp-completion-file-name-regexp-separate)
6492         (tramp-completion-file-name-regexp)
6493         (tramp-completion-file-name-handler-alist): New defcustoms.
6494         (tramp-completion-file-name-handler): New function.
6495         Add `tramp-completion-file-name-handler' to `file-name-handler-alist'.
6496         (tramp-run-real-handler): Add `tramp-completion-file-name-handler'
6497         to `inhibit-file-name-handlers'.
6498         (tramp-completion-handle-file-name-all-completions)
6499         (tramp-completion-handle-file-name-completion): New functions.
6501 2002-08-12  Michael Albinus  <Michael.Albinus@alcatel.de>
6503         * net/tramp.el (tramp-invoke-ange-ftp): `tramp-disable-ange-ftp'
6504         must be called again after activating `ange-ftp'.
6505         (tramp-ange-ftp-file-name-p): Check for Xemacs.
6507 2002-08-08  Michael Albinus  <Michael.Albinus@alcatel.de>
6509         * net/tramp.el (tramp-do-copy-or-rename-file): Don't pass
6510         KEEP-DATE to tramp-invoke-ange-ftp 'rename.
6511         (tramp-handle-write-region): Don't pass LOCKNAME and CONFIRM to
6512         tramp-invoke-ange-ftp 'write-region.
6513         (tramp-handle-set-file-modes): Change order of FILENAME and MODE
6514         passing to tramp-invoke-ange-ftp 'set-file-modes.
6515         (tramp-flatten-list): New function. Maybe this functionality does
6516         exist already elsewhere in the libraries.
6517         (tramp-invoke-ange-ftp): Apply `tramp-flatten-list' to parameter
6518         list in order to avoid nested lists, f.e. when invoked from
6519         `tramp-handle-dired-call-process'.
6521 2002-09-05  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6523         * net/tramp.el (tramp-chunksize): New kluge variable.
6524         (tramp-send-region): If tramp-chunksize is non-nil, send region in
6525         parts and sleep 0.1 seconds between chunks.
6527 2002-09-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6529         * net/tramp.el (tramp-handle-insert-directory):
6530         Use `insert-buffer-substring' instead of `insert-buffer', which is not
6531         supposed to be used from Lisp.  Remember old point in a variable
6532         instead of using `mark'.  Suggestion from Stefan Monnier.
6533         (tramp-unified-filenames): New variable.  Use it in default value
6534         of other filename variables.
6535         (file-expand-wildcards): Don't advise unless "[" and "]" are used
6536         in the filename format.
6538 2002-09-01  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6540         * net/tramp.el (tramp-methods): Remove duplicate definition of
6541         ssh1-old and ssh2-old.
6543 2002-09-22  Kai Gro\e,A_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
6545         * dired.el (dired-insert-directory): Always add "--dired" to to
6546         SWITCHES for remote files.
6547         * files.el (insert-directory): Comment saying that "--dired"
6548         might be in the SWITCHES.
6549         * net/ange-ftp.el (ange-ftp-ls): Handle "--dired" in LSARGS.
6550         (ange-ftp-insert-directory): Comment explaining "--dired" handling.
6552 2002-09-21  Markus Rost  <rost@math.ohio-state.edu>
6554         * mail/mailabbrev.el (mail-abbrev-make-syntax-table): Give %!._-
6555         word constituent syntax.
6557 2002-09-21  Richard M. Stallman  <rms@gnu.org>
6559         * cus-dep.el (custom-make-dependencies): Bind to t
6560         around evaluating the def-form.
6562         * custom.el (custom-dont-initialize): New variable.
6563         (custom-declare-variable): Don't init the variable
6564         if custom-dont-initialize is non-nil.
6566 2002-09-21  John Paul Wallington  <jpw@shootybangbang.com>
6568         * net/eudc.el (eudc-install-menu): Use `define-key' and
6569         `easy-menu-create-menu' to avoid duplication of menu.
6571 2002-09-20  Kim F. Storm  <storm@cua.dk>
6573         * kmacro.el (kmacro-step-edit-query): Use RET to execute rest of
6574         macro and terminate editing.
6575         (kmacro-step-edit-macro): Push previous macro onto ring if changed
6576         by step editing.
6578 2002-09-19  Tom Tromey  <tromey@redhat.com>
6580         * play/blackbox.el (bb-right): Respect prefix argument.
6581         (bb-left, bb-up, bb-down): Likewise.
6583 2002-09-19  Richard M. Stallman  <rms@gnu.org>
6585         * cus-dep.el (custom-make-dependencies): Fix previous change.
6587 2002-09-19  Juanma Barranquero  <lektu@terra.es>
6589         * ielm.el (ielm-eval-input): Call `error-message-string' instead
6590         of the non-existent `ielm-format-error'.
6592 2002-09-19  Stefan Monnier  <monnier@cs.yale.edu>
6594         * emacs-lisp/easymenu.el (easy-menu-remove):
6595         * emacs-lisp/ewoc.el (ewoc--node-branch): Add docstring.
6597         * international/mule-diag.el (describe-coding-system):
6598         Remove unused `coding-spec' variable.
6599         (list-input-methods): Be more careful when setting up the help buffer.
6601         * international/ucs-tables.el (unify-8859-on-encoding-mode):
6602         Set init value to t to reflect reality.
6603         (ucs-minibuffer-setup): Use minibuffer-selected-window.
6605 2002-09-18  Stefan Monnier  <monnier@cs.yale.edu>
6607         * progmodes/make-mode.el (makefile-cleanup-continuations-p):
6608         Rename to makefile-cleanup-continuations.
6609         (makefile-mode): Use write-file-functions.
6610         (makefile-fill-paragraph): Use match-string-no-properties.
6611         (makefile-fill-paragraph): Use line-end-position.
6612         (makefile-add-log-defun): Simplify.
6614 2002-09-18  Richard M. Stallman  <rms@gnu.org>
6616         * dired.el (dired-mark-pop-up): Doc fix.
6618         * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs): Put the
6619         definition straight into loaddefs.el as well as executing it here.
6621 2002-09-18  Colin Walters  <walters@debian.org>
6623         * calc/calc.el (calc-mode): Add font-lock-defontify to
6624         change-major-mode-hook.
6626 2002-09-18  Richard M. Stallman  <rms@gnu.org>
6628         * Makefile.in (bootstrap-clean): Use cd to shorten arg strings.
6629         Don't ignore errors in rm line.
6631         * menu-bar.el (menu-bar-search-menu): Nicer help string.
6633         * replace.el (occur-engine-add-prefix): Use 7 spaces.
6634         (occur-engine): Use 7 digits to align tabs in the data.
6636         * emacs-lisp/bytecomp.el (byte-compile-output-docform):
6637         Don't make the definition dynamic if it shares structure
6638         with the arg list.
6640         * gud.el (gud-pdb-marker-regexp): Allow : and \ in file name.
6641         (pdb): In gud-remove, pass down the file name.
6643         * cus-dep.el (custom-make-dependencies): Sort MEMBERS before use.
6645 2002-09-18  Luc Teirlinck  <teirllm@mail.auburn.edu>
6647         * ielm.el: (*1, *2, *3): New variables.
6648         (ielm-eval-input): Make temporary buffers current on entry and
6649         exit to the let bindings for *, ** and ***.
6650         (inferior-emacs-lisp-mode): Mention *1, *2 and *3 in the docstring.
6651         Do not overrule global bindings for *, ** and ***.
6653 2002-09-18  Tom Tromey  <tromey@redhat.com>
6655         * progmodes/make-mode.el (makefile-fill-paragraph): Find comment
6656         boundaries before filling.
6658 2002-09-18  Stefan Monnier  <monnier@cs.yale.edu>
6660         * server.el (server-done): Fix harmlessly wrong arg to save-buffer.
6661         (server-switch-buffer): Only select a different window if
6662         next-buffer is non-nil.  Don't switch in a dedicated window.
6663         If next-buffer is already displayed, reuse that window.
6665         * diff-mode.el (diff-mode): Use compilation-minor-mode.
6666         Don't unbind compilation-last-buffer after autoloading compile.el.
6667         Hide the compilation-minor-mode bindings altogether.
6669 2002-09-18  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6671         * dired.el (dired-insert-directory): Never add "--dired" when
6672         listing remote directories.
6674 2002-09-18  Michael Kifer  <kifer@cs.stonybrook.edu>
6676         * ediff-hooks.el: Put back the autoloads (for XEmacs compatibility).
6678         * ediff-init.el: Use defalias instead of fset.
6680         * ediff-util.el: Use defalias instead of fset.
6682         * viper-util.el (viper-chars-in-region): Simplification.
6684         * viper.el (viper-emacs-state-mode-list): Added modes.
6686 2002-09-18  Jonathan Yavner  <jyavner@engineer.com>
6688         * emacs-lisp/testcover.el: New file.  Uses edebug to instrument a
6689         module of code, with graphical display of poor-coverage spots.
6691         * emacs-lisp/testcover-ses.el: New file.  Demonstrates use of
6692         testcover on a interactive module like ses.
6694         * emacs-lisp/testcover-unsafep.el: New file.  Demonstrates use of
6695         testcover on a noninteractive module like unsafep.
6697 2002-09-18  Miles Bader  <miles@gnu.org>
6699         * diff-mode.el (diff-mode): Don't evaluate `compilation-last-buffer'
6700         unless it's bound.
6702 2002-09-17  Stefan Monnier  <monnier@cs.yale.edu>
6704         * server.el (server-log): Add `client' arg.
6705         (server-start): Don't bother canceling the sentinel.
6706         (server-process-filter): Use replace-regexp-in-string and
6707         handle the new &n quoting.  Use push.  Use server-log's new arg.
6708         Don't output the C-x # message if `nowait'.
6709         (server-buffer-done): Use server-log's new arg.
6711 2002-09-16  Jonathan Yavner  <jyavner@engineer.com>
6713         * ses.el: New file.
6715         * emacs-lisp/unsafep.el: New file.
6717         * files.el (auto-mode-alist): Add ".ses" for ses-mode.
6718         (inhibit-quit): This is risky for unsafep, doesn't matter much for
6719         anybody else.
6720         (risky-local-variable-p): New function.  Split off from
6721         hack-one-local-variable so unsafep can use it.  Add \|-history$ to
6722         the list of disallowed local variable names (malicious user could
6723         stuff a `display' property in there that would be activated when
6724         na\e,Ao\e(Bve user called up the history).
6726 2002-09-16  Markus Rost  <rost@math.ohio-state.edu>
6728         * ls-lisp.el (ls-lisp-format-time-list): Fix type and provide :tag's.
6730 2002-09-16  Richard M. Stallman  <rms@gnu.org>
6732         * play/gomoku.el (gomoku-move-up, gomoku-move-down):
6733         Use forward-line and move-to-column.
6735         * cus-edit.el (custom-variable-backup-value): New function.
6736         (custom-variable-reset-backup): New function.
6737         (custom-variable-menu): Add item for custom-variable-reset-backup.
6738         (custom-variable-set, custom-variable-reset-saved)
6739         (custom-variable-reset-standard): Call custom-variable-backup-value.
6741 2002-09-16  Stefan Monnier  <monnier@cs.yale.edu>
6743         * dired.el (dired-font-lock-keywords): Use regexp-opt.
6744         (dired-move-to-filename): Better message when we fail to find the file.
6745         (dired-sort-toggle): Minor optimization.
6747 2002-09-16  Juanma Barranquero  <lektu@terra.es>
6749         * dired-aux.el (dired-add-entry): Add missing argument to
6750         `dired-mark'.
6752 2002-09-16  John Paul Wallington  <jpw@shootybangbang.com>
6754         * xscheme.el (scheme-interaction-mode): Doc fix.
6756         * net/eudc.el (eudc-plist-get): Doc fix.
6758 2002-09-16  Kim F. Storm  <storm@cua.dk>
6760         * menu-bar.el (menu-bar-last-search-type): New var.
6761         (nonincremental-repeat-search-forward)
6762         (nonincremental-repeat-search-backward): Repeat string or
6763         regexp search depending on menu-bar-last-search-type.
6764         (nonincremental-search-forward, nonincremental-re-search-forward)
6765         (nonincremental-search-backward, nonincremental-re-search-backward):
6766         Set menu-bar-last-search-type to string or regexp.
6767         (nonincremental-repeat-re-search-forward): Removed.
6768         (nonincremental-repeat-re-search-backward): Removed.
6769         (menu-bar-replace-menu): New keymap for "Edit->Replace" submenu.
6770         (menu-bar-i-search-menu): New keymap for "Incremental Search" submenu.
6771         (menu-bar-adv-search-menu): Removed.
6772         (menu-bar-search-menu): Reorganized.
6773         (menu-bar-edit-menu): Added "Replace" submenu.
6775 2002-09-15  Richard M. Stallman  <rms@gnu.org>
6777         * scroll-bar.el (scroll-bar-mode): Specify :initialize.
6779         * menu-bar.el (menu-bar-make-mm-toggle): Don't put a quote befor FNAME
6780         when it's not being evaluated.
6782 2002-09-15  Markus Rost  <rost@math.ohio-state.edu>
6784         * dired.el (dired-move-to-filename): Fix previous change.
6786 2002-09-14  Kim F. Storm  <storm@cua.dk>
6788         * emulation/keypad.el (keypad-setup, keypad-shifted-setup)
6789         (keypad-numlock-setup, keypad-numlock-shifted-setup):
6790         Change `Remove Binding' option to `Unspecified/User-defined'.
6791         (keypad-setup): Enhance explanation of setup type `none'.
6793 2002-09-14  Richard M. Stallman  <rms@gnu.org>
6795         * time.el (display-time-mode): Set display-time-load-average here.
6796         (display-time-load-average): Initialize to nil.
6797         (display-time-default-load-average): Add "None" alternative.
6798         (display-time-update): Handle "None" alternative for load-average.
6800         * dired-aux.el (dired-bunch-files): Put the arg FILES
6801         back as it was after temporary destrucive mods.
6802         (dired-add-entry): Use dired-insert-directory to handle indentation.
6803         Explicitly restore the line's marker character.
6804         Preserve the old file name's text properties.
6805         (dired-add-entry-do-indentation): Function deleted.
6806         (dired-relist-file): Doc fix.
6807         (dired-rename-file): Change argument names.
6808         (foo-rename-file): New function.
6809         (dired-do-hardlink): Use dired-hardlink.
6810         (dired-hardlink): New function.
6811         (dired-insert-subdir-doinsert): Use dired-insert-directory;
6812         that handles indentation, text props and header line.
6813         dired-readin-insert gets no args.
6814         Use `last' instead of `reverse'.
6816         * dired.el (dired-use-ls-dired): New variable.
6817         (dired-directory): Document the rules better.
6819         * dired.el (dired-insert-headerline): Function deleted.
6820         (dired-revert): Pass no args to dired-readin.
6821         (dired-move-to-filename): First try using dired-filename property.
6822         (dired-move-to-end-of-filename): Likewise.
6823         (dired-why): Try to show the start of this page of warnings.
6824         (dired-log): Insert the buffer name at start of page, not end.
6825         (dired-log-summary): If just one failure, explain it in echo area.
6827         * dired.el (dired-internal-noselect):
6828         Always set dired-directory, when buffer is not new.
6829         Pass dir-or-list, not dirname, to dired-mode.
6830         Call dired-readin with no args.
6831         Don't call dired-after-readin-hook here.
6832         (dired-find-buffer-nocreate): Expand dirname.
6833         Expand the dir from dired-directory to compare with dirname.
6835         (dired-readin): Take no args.  Get the directory from dired-directory.
6836         Run dired-before-reading hook inside save-excursion.
6837         Run dired-after-readin-hook here.
6838         Don't make undo entries at all.
6839         Call dired-readin-insert with no args.
6840         Don't change indentation here.
6841         Don't insert headerline here.
6843         (dired-readin-insert): Take no args.
6844         Get dir and file-list from dired-directory.
6845         Call dired-insert-directory the new way.
6846         Don't insert "wildcard" info here.
6848         (dired-insert-directory): New arg FILE-LIST.
6849         First arg now DIR, always just the directory.
6850         This function fully handles setting up the buffer text:
6851         update indentation, insert headerline and "wildcard" info.
6852         Pass --dired arg if appropriate; put info in dired-filename props.
6853         Don't expand file names here.
6855         * warnings.el (display-warning): In batch mode,
6856         exclude the final newline from the arg to `message'.
6858 2002-09-13  Markus Rost  <rost@math.ohio-state.edu>
6860         * files.el (diff-buffer-with-file): Check whether associated file
6861         exists.  Display message for 1 second.  Always return nil.
6863 2002-09-13  Stefan Monnier  <monnier@cs.yale.edu>
6865         * diff-mode.el (diff-mode): Turn on compilation-minor-mode
6866         support again, but more carefully this time.
6868         * progmodes/perl-mode.el (perl-mode-syntax-table): Mark $, % and @
6869         such that backward-sexp correctly skips them.
6870         (perl-font-lock-keywords-2): Use regexp-opt.
6871         (perl-font-lock-syntactic-keywords)
6872         (perl-font-lock-syntactic-face-function): Better handle PODs.
6873         Handle package names with ' in them and ($$) in `sub' declarations.
6874         Handle format staements.  Handle regexp and quote-like ops.
6875         (perl-empty-syntax-table): New var.
6876         (perl-quote-syntax-table): New fun.
6878         * pcvs.el (cvs-mode-find-file): Work even if point is at beg-of-line.
6879         (cvs-do-removal): Bind inhibit-read-only while modifying the buffer.
6881         * newcomment.el (comment-with-narrowing): Use the `declare' thingy.
6883         * derived.el (define-derived-mode): Properly ignore unknown args.
6885         * emacs-lisp/easy-mmode.el (define-minor-mode): Add a :require arg.
6886         Don't call the function during init if mode is on by default.
6888         * simple.el: Provide `simple'.
6889         (transient-mark-mode, line-number-mode, column-number-mode):
6890         Pass an explicit `:require nil' argument.
6892 2002-09-13  Francesco Potort\e,Al\e(B  <pot@gnu.org>
6894         * play/tetris.el (tetris-blank-options, tetris-cell-options):
6895         Remove various redundant `(t nil)'.
6897         * play/snake.el (snake-border-options): Use color on tty if available.
6899         * play/tetris.el (tetris-border-options): Likewise.
6901         * play/pong.el (pong-border-options): Likewise, plus reset
6902         color on tty to be [0.5 0.5 0.5].
6904 2002-09-13  Kim F. Storm  <storm@cua.dk>
6906         * kmacro.el (kmacro-start-macro): Doc fix.
6908 2002-09-13  Juanma Barranquero  <lektu@terra.es>
6910         * progmodes/idlw-shell.el (idlwave-shell-cleanup): Fix reference
6911         to `idlwave-idlwave_routine_info-compiled'.
6913         * whitespace.el (whitespace-unload-hook): Call `remove-hook' with
6914         three arguments, not four.
6916 2002-09-13  Kim F. Storm  <storm@cua.dk>
6918         * kmacro.el (kmacro-keymap): Changed bindings:
6919         C-x C-k s to kmacro-start-macro, C-x C-k b to kmacro-bind-to-key.
6921 2002-09-12  Richard M. Stallman  <rms@gnu.org>
6923         * international/mule-cmds.el (universal-coding-system-argument):
6924         Read the coding system inside `interactive' spec, for command-history.
6926 2002-09-12  Stefan Monnier  <monnier@cs.yale.edu>
6928         * emacs-lisp/find-func.el (find-library-name): Don't forget
6929         the empty suffix.  Fix stale variable name.
6931         * gud.el (gud-gdb-massage-args, gud-sdb-massage-args)
6932         (gud-pdb-massage-args): Delete.
6933         (gdb, sdb, pdb): Don't pass gud-*-massage-args any more.
6934         (gud-gdb-command-name): New var.  Put "--fullname" in there.
6935         (gud-query-cmdline): Use the most recent executable as the default.
6936         Don't add "--fullname" (it's only valid/meaningful for GDB).
6937         (gud-xdb-marker-filter): Use match-string.
6938         (gud-perldb-massage-args): Don't add "-d".
6939         (gud-perldb-command-name): Add "-d".
6940         (gud-common-init): If `massage-args' is nil, don't call it.
6941         (gud-format-command): Don't hardcode point-min==1.
6943         * derived.el: Require CL when compiling.
6945 2002-09-12  Simon Josefsson  <jas@extundo.com>
6947         * mail/smtpmail.el (smtpmail-send-it): Don't use : in filenames
6948         (for cygwin). Suggested by Andrew Senior <aws@watson.ibm.com>.
6949         Use expand-file-name.  Also don't require time-stamp.
6951 2002-09-11  Richard M. Stallman  <rms@gnu.org>
6953         * derived.el (define-derived-mode): When making new abbrev table,
6954         don't try to copy the parent's abbrev table.
6956         * ruler-mode.el (ruler-mode-left-scroll-bar-cols):
6957         Always round scroll-bar-width parameter up.
6958         If it is nil, use 14.
6960         * abbrev.el (copy-abbrev-table): New function.
6962 2002-09-11  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
6964         * ps-print.el: Adjust ps-print-color-p, ps-default-fg and
6965         ps-default-bg setting.
6966         (ps-print-version): New version number (6.5.7).
6967         (ps-mark-active-p): New fun.
6968         (ps-print-preprint-region): Adjust code.
6970 2002-09-11  Dave Love  <fx@gnu.org>
6972         * international/mule.el (non-standard-designations-alist)
6973         (ctext-pre-write-conversion): Don't generate invalid extended
6974         segments for iso8859.
6976         * language/cyrillic.el ("Ukrainian"): Fix nonascii-translation.
6977         (cyrillic-alternativnyj-decode-table): Fix some entries.
6979         * international/ucs-tables.el: Fix last change.
6981         * international/utf-8.el (utf-8-fragment-on-decoding): Fix last
6982         change.
6984 2002-09-11  Kim F. Storm  <storm@cua.dk>
6986         * edmacro.el (edit-kbd-macro): Recognize new C-x e binding,
6987         kmacro-end-and-call-macro.
6989 2002-09-11  Juanma Barranquero  <lektu@terra.es>
6991         * newcomment.el (uncomment-region): Fix let/let* use.
6993 2002-09-11  Simon Josefsson  <jas@extundo.com>
6995         * time-stamp.el (time-stamp-hhmmss): New function.
6997         * gud.el (gud-gdb-massage-args): Don't secretly add -fullname.
6998         (gud-query-cmdline): Add --fullname to the user cmdline.
7000         * mail/smtpmail.el (smtpmail-default-smtp-server): Doc fix.
7002 2002-09-11  Kim F. Storm  <storm@cua.dk>
7004         * kmacro.el (kmacro-call-macro): Rephrase repeat prompt.
7005         (kmacro-step-edit-map): Bind "A" to `append-end'.
7006         (kmacro-step-edit-prompt): Fix prompt.
7007         (kmacro-step-edit-query): Handle `append-end' response.
7008         (kmacro-step-edit-pre-command): Activate `append-end' at end of
7009         macro when required.
7011 2002-09-11  Stefan Monnier  <monnier@cs.yale.edu>
7013         * derived.el (define-derived-mode): Fix typo.
7015         * menu-bar.el (line-number-mode, column-number-mode)
7016         (transient-mark-mode): Use minor mode directly.
7017         (menu-bar-make-toggle): Remove `props' arg.
7018         Move customize-mark-as-set directly into the toggle function.
7020         * whitespace.el (whitespace-global-mode): Use define-minor-mode.
7021         Use the new file hook names.
7022         (whitespace-describe): Remove.  Move the text to `Commentary:'.
7023         (whitespace-unload-hook): Use the new file hook names.
7025         * finder.el (finder-find-library): Remove.
7026         (finder-commentary): Use find-library-name and add completion.
7028         * simple.el (transient-mark-mode, line-number-mode)
7029         (column-number-mode): Use define-minor-mode.
7030         (define-mail-user-agent): Delete.  Moved to subr.el.
7032         * loadup.el ("simple.el"): Move to after loaddefs.el.
7034         * subr.el (define-mail-user-agent): Moved from simple.el.
7036 2002-09-10  Richard M. Stallman  <rms@gnu.org>
7038         * pcvs-info.el (cvs-check-fileinfo): Don't use boolp.
7039         (boolp): Function deleted.
7041 2002-09-10  Dave Love  <fx@gnu.org>
7043         * international/utf-8.el (ucs-mule-to-mule-unicode):
7044         Define unconditionally.
7045         (utf-8-fragmentation-table): New.  Use it in top-level mapc.
7046         (utf-8-fragment-on-decoding): Use it to keep
7047         utf-8-translation-table-for-decode variable and translation table
7048         in sync.
7050         * international/ucs-tables.el: Bind utf-8-translation-table-for-decode
7051         when setting up tables and remove useless optimize-char-table.
7052         (ucs-mule-to-mule-unicode): Deleted.
7053         (ucs-unify-8859): Maybe optimize ucs-mule-to-mule-unicode.
7055         * international/utf-16.el (utf-16-le-pre-write-conversion)
7056         (utf-16-be-pre-write-conversion): Deleted.
7057         (mule-utf-16-le, mule-utf-16-be): Register encoding translation table.
7059 2002-09-10  Richard M. Stallman  <rms@gnu.org>
7061         * files.el (diff-buffer-with-file): Simplify.
7062         Don't signal an error if buffer has no file.
7063         Call sit-for after `diff' returns.
7065         * play/gamegrid.el (gamegrid-make-color-tty-face):
7066         Handle string as COLOR arg.
7067         (gamegrid-display-type): Don't assume display-color-p
7068         implies a color-x terminal.
7069         (gamegrid-hide-cursor): Set `cursor-type' local variable.
7071         * descr-text.el (describe-text-mode): Add font-lock-defontify to
7072         change-major-mode-hook.
7074         * ibuffer.el (ibuffer-mode): Add font-lock-defontify to
7075         change-major-mode-hook.
7077         * comint.el (comint-mode): Add font-lock-defontify to
7078         change-major-mode-hook.
7080         * info.el (Info-mode): Add font-lock-defontify to
7081         change-major-mode-hook.
7083         * replace.el (occur-mode): Add font-lock-defontify to
7084         change-major-mode-hook.
7086         * font-core.el (font-lock-defontify): New function.
7088 2002-09-10  Richard M. Stallman  <rms@gnu.org>
7090         * ps-print.el (ps-printer-name-option): Doc fix.
7092 2002-09-10  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
7094         * ps-print.el: Adjust ps-postscript-code-directory setting.
7095         XEmacs version check was adjusted.
7096         (ps-print-version): New version number (6.5.6).
7097         (ps-print-color-p, ps-page-dimensions-database): Autoload var.
7098         (ps-print-code, ps-print-preprint-region): Adjust code.
7100 2002-09-10  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7102         * files.el (auto-mode-alist): ~/.gnus, ~/.viper are in
7103         emacs-lisp-mode, like ~/.emacs.
7105 2002-09-10  Stefan Monnier  <monnier@cs.yale.edu>
7107         * newcomment.el (uncomment-region): Be more careful with `='.
7109 2002-09-10  Deepak Goel  <deego@glue.umd.edu>
7111         * play/doctor.el (doc//): Rename from `//'.  Update callers.
7112         (doc$): Rename from `$'.  Update callers.
7114 2002-09-10  Miles Bader  <miles@gnu.org>
7116         * simple.el (do-auto-fill): `fill-indent-according-to-mode' is a
7117         variable, not a function.
7119         * kmacro.el (kmacro-call-macro): Deal with a non-numeric prefix arg.
7121 2002-09-10  Kim F. Storm  <storm@cua.dk>
7123         * macros.el (apply-macro-to-region-lines): Let-bind mark-active to
7124         nil while executing macro to avoid triggering delete-selection-mode.
7126         * simple.el (keyboard-quit): Set defining-kbd-macro to nil to
7127         cancel defining keyboard macro when applicable.
7129 2002-09-09  Markus Rost  <rost@math.ohio-state.edu>
7131         * simple.el (transient-mark-mode, line-number-mode)
7132         (column-number-mode): Undo previous change because of bootstrapping.
7134 2002-09-09  Stefan Monnier  <monnier@cs.yale.edu>
7136         * derived.el (define-derived-mode): Add keyword arguments.
7137         (derived-mode-make-docstring): Take abbrev and syntax table names.
7139         * font-core.el (font-lock-change-mode): Just turn off font-lock-mode.
7140         (font-lock-default-function): Change arg name.
7142         * cus-start.el (transient-mark-mode): Delete.  Done in simple.el.
7144         * paren.el (show-paren-function): Use syntax-after.
7146         * emacs-lisp/syntax.el (syntax-after): Delete.  Moved to subr.el.
7148         * subr.el (symbol-file): Also work for autoloaded funcs.
7149         (syntax-after): New fun moved from syntax.el.
7151         * find-file.el (ff-pre-find-hook, ff-pre-load-hook, ff-post-load-hook)
7152         (ff-not-found-hook, ff-file-created-hook): Rename from *-hooks.
7153         Update callers (but still run the old hooks as well).
7155         * emacs-lisp/find-func.el (find-library-suffixes, find-library-name)
7156         (find-library): New funs.
7157         (find-function-search-for-symbol): Use it.
7159         * emacs-lisp/bytecomp.el (byte-compile-file): Don't switch buffer.
7161         * isearch.el (isearch-cmds): Add docstring.
7162         (isearch-mouse-2): Lookup binding in the proper buffer.
7163         Use call-interactively and remove the now useless `arg'.
7164         (isearch-search-fun-function): New var.
7165         (isearch-search-fun): New fun.
7166         (isearch-search, isearch-lazy-highlight-search): Use it.
7168 2002-09-09  Stefan Monnier  <monnier@cs.yale.edu>
7170         * simple.el (what-line): Don't hard-code 1.
7171         (transient-mark-mode, line-number-mode, column-number-mode):
7172         Use define-minor-mode.
7173         (do-auto-fill): Only ignore prefix if it's really empty.
7175 2002-09-09  Markus Rost  <rost@math.ohio-state.edu>
7177         * files.el (save-some-buffers-action-alist): Use lower case for
7178         help string of diff-buffer-with-file.
7180 2002-09-09  Richard M. Stallman  <rms@gnu.org>
7182         * calendar/calendar.el (mouse-scroll-calendar-left)
7183         (mouse-scroll-calendar-right, mouse-calendar-other-month):
7184         New commands.
7185         (calendar-mode-line-format): Use them.
7187         * emacs-lisp/bytecomp.el (byte-recompile-directory):
7188         Set and then bind default-directory.
7190         * startup.el (fancy-splash-head, normal-splash-screen):
7191         Change the messages that explain about GNU or GNU/Linux.
7193         * info.el (Info-search): Add (point-min) to subfile positions
7194         to get them right.  Skip the current subfile using forward-line.
7196         * files.el (make-backup-file-name-1): When make-directory fails,
7197         ignore backup-directory-alist.
7198         (make-directory): Expand DIR before looking for handler.
7200 2002-09-09  Jari Aalto  <jari.aalto@poboxes.com>
7202         * progmodes/cperl-mode.el (cperl-noscan-files-regexp):
7203         In addition to RCS, exclude CVS directories.
7205         * ls-lisp.el (ls-lisp-format-time-list): New variable.
7206         (ls-lisp-format-time): Use it.
7208         * files.el (auto-mode-alist): Use sh-mode for .bash files.
7210 2002-09-09  Dave Love  <d.love@dl.ac.uk>
7212         * ps-print.el: Many doc fixes.
7214 2002-09-09  John Paul Wallington  <jpw@shootybangbang.com>
7216         * play/doctor.el (doctor-cadr, doctor-caddr, doctor-cddr): Remove.
7217         Update callers.
7219 2002-09-08  Markus Rost  <rost@math.ohio-state.edu>
7221         * diff.el (diff): Doc fix.
7223 2002-09-08  Richard M. Stallman  <rms@gnu.org>
7225         * emacs-lisp/bytecomp.el (byte-compile-delete-errors): Default to nil.
7227         * simple.el (undo-elt-in-region): Fix one-off error at END.
7228         (forward-visible-line): Handle invisibility by ignoring
7229         invisible newlines.  Also include entire invisible lines beyond
7230         the stopping point.
7232         * cus-edit.el (custom-save-variables, custom-save-faces):
7233         Clarify the comments written into .emacs.
7235 2002-09-08  Markus Triska  <triska@gmx.at>
7237         * play/doctor.el (doctor-doc): Recognize question words
7238         and use qlist.  Use doctor-shorten's return value.
7239         (doctor-shorten): Compute a return value, don't alter `sent'.
7240         (doctor-hates1): Add a question mark.
7241         (doctor-strangelove): Unused function deleted.
7243 2002-09-08  Kim F. Storm  <storm@cua.dk>
7245         * kmacro.el (kmacro-end-and-call-macro): New command to end and
7246         call keyboard macro in one step. Bind it to C-x e by default.
7247         (kmacro-call-macro): Use format-kbd-macro.
7248         (kmacro-step-edit-macro): New command to interactively step edit
7249         and execute last keyboard macro.
7250         (kmacro-keymap): Bind SPC [C-x C-k SPC] to kmacro-step-edit-macro.
7251         (kmacro-step-edit-mini-window-height): New custom var.
7252         (kmacro-step-edit-map): New keymap (parent is query-replace-map).
7253         (kmacro-step-edit-prefix-commands): New var.
7254         (kmacro-step-edit-prompt, kmacro-step-edit-query)
7255         (kmacro-step-edit-insert, kmacro-step-edit-pre-command)
7256         (kmacro-step-edit-minibuf-setup, kmacro-step-edit-post-command):
7257         New aux functions for step editing keyboard macros.
7259         * subr.el (read-quoted-char): Apply listify-key-sequence to vector
7260         returned by this-single-command-raw-keys before appending it to
7261         unread-command-event.
7263 2002-09-07  Colin Walters  <walters@debian.org>
7265         * progmodes/compile.el (compile-internal): Add optional argument
7266         no-async.
7268         * diff.el (diff): Add optional argument no-async, and use the
7269         above argument.
7271         * files.el (diff-buffer-with-file): Call diff synchronously, so we
7272         don't delete the temporary file before diff has a chance to read
7273         it.
7275         * ibuf-ext.el (ibuffer-diff-with-file): Just call
7276         `diff-buffer-with-file'.
7278 2002-09-07  John Paul Wallington  <jpw@shootybangbang.com>
7280         * emacs-lisp/cl-indent.el (extended-loop-p): Doc fix.
7282         * emacs-lisp/find-func.el (find-function-recenter-line):
7283         Add custom type.  Doc fix.
7285 2002-09-06  Stefan Monnier  <monnier@cs.yale.edu>
7287         * menu-bar.el (menu-bar-make-mm-toggle): New macro.
7288         (showhide-menu-bar, showhide-toolbar, menu-bar-toggle-auto-compression)
7289         (toggle-highlight-paren-mode, toggle-global-lazy-font-lock-mode):
7290         Remove.  Use the minor mode function directly instead.
7291         (menu-bar-mode): Add message and customize-mark-as-set and return
7292         the new value as do other minor modes.
7294         * edmacro.el (edmacro-subseq): Don't use cl-push/cl-pop.
7296 2002-09-06  Simon Marshall  <simon@gnu.org>
7298         * progmodes/etags.el (find-tag-tag, complete-tag):
7299         Bind completion-ignore-case based on tags-case-fold-search, so that
7300         case-sensitivity of tag completion matches that of tag search.
7302 2002-09-06  Juanma Barranquero  <lektu@terra.es>
7304         * calendar/solar.el (calendar-time-display-form): Fix spacing.
7306         * double.el (double-prefix-only): Likewise.
7308         * emacs-lisp/easymenu.el (easy-menu-define): Likewise.
7310         * emacs-lisp/find-func.el (find-function-search-for-symbol): Likewise.
7312         * emacs-lisp/float.el (string-to-float): Likewise.
7314         * emacs-lisp/rx.el (rx): Likewise.
7316         * faces.el (copy-face): Likewise.
7318         * hilit-chg.el (highlight-changes-colours)
7319         (highlight-changes-active-string)
7320         (highlight-changes-passive-string)
7321         (highlight-changes-rotate-faces, global-highlight-changes): Likewise.
7323         * international/mule.el (decode-char): Likewise.
7325         * progmodes/idlwave.el (idlwave-support-inheritance)
7326         (idlwave-routine-entry-compare): Likewise.
7328         * progmodes/idlw-shell.el (idlwave-shell-use-breakpoint-glyph):
7329         Likewise.
7331         * progmodes/pascal.el (pascal-start-keywords): Likewise.
7333         * progmodes/sh-script.el (sh-indent-for-fi, sh-indent-for-done):
7334         Likewise.
7336         * progmodes/vhdl-mode.el (vhdl-progress-interval)
7337         (vhdl-corresponding-begin): Likewise.
7339         * simple.el (choose-completion-string-functions): Likewise.
7341         * textmodes/reftex.el (reftex-TeX-master-file): Likewise.
7343         * textmodes/fill.el (fill-nonuniform-paragraphs)
7344         (fill-individual-paragraphs): Likewise.
7346         * vcursor.el (vcursor-toggle-vcursor-map): Likewise.
7348         * warnings.el (warning-level-aliases): Likewise.
7350         * speedbar.el (speedbar-mode): Fix spacing and typos.
7352         * textmodes/reftex-vars.el (reftex-label-menu-flags): Fix typo.
7354 2002-09-05  Markus Rost  <rost@math.ohio-state.edu>
7356         * textmodes/table.el (table-command-prefix): Fix type.
7358 2002-09-05  Andre Spiegel  <spiegel@gnu.org>
7360         * vc-hooks.el: Don't require vc.el at compile-time; it causes
7361         recursive requirements during bootstrap.
7363 2002-09-05  Kenichi Handa  <handa@etl.go.jp>
7365         * international/mule.el (decode-char): Cancel the previous change.
7367 2002-09-04  Mats Lidell  <matsl@contactor.se>  (tiny change)
7369         * language/european.el ("Swedish"): New set-language-info-alist call.
7371 2002-09-04  Richard M. Stallman  <rms@gnu.org>
7373         * help-fns.el (help-with-tutorial): Properly set up
7374         completion-reference-buffer in the *Completion* buffer.
7376 2002-09-04  John Paul Wallington  <jpw@shootybangbang.com>
7378         * startup.el (use-fancy-splash-screens-p): If `fancy-splash-frame'
7379         returns nil, return nil.
7381 2002-09-04  Andre Spiegel  <spiegel@gnu.org>
7383         * vc-hooks.el: Require vc.el at compile-time.
7384         (vc-workfile-unchanged-p, vc-default-workfile-unchanged-p):
7385         Moved here from vc.el.
7387         * vc.el (vc-workfile-unchanged-p, vc-default-workfile-unchanged-p):
7388         Moved to vc-hooks.el.
7390         * vc-rcs.el (vc-rcs-state): Don't require vc.el.
7392 2002-09-04  Kenichi Handa  <handa@etl.go.jp>
7394         * international/mule.el (decode-char): Translate a character by
7395         utf-8-translation-table-for-decode only when
7396         utf-8-fragment-on-decoding is non-nil.
7398 2002-09-02  Stefan Monnier  <monnier@cs.yale.edu>
7400         * textmodes/text-mode.el (paragraph-indent-text-mode-abbrev-table)
7401         (paragraph-indent-text-mode-syntax-table, paragraph-indent-text-mode):
7402         Use text-mode's syntax-table and abbrev-table.
7403         (text-mode): Set require-final-newline to t.
7405         * newcomment.el (comment-make-extra-lines): Only use the
7406         dummy `=' char when there's really nothing else.
7407         Don't remove spaces if it leads to an incorrect comment.
7409         * pcvs.el (cvs-run-process): Use a pty rather than a pipe to work
7410         around the cvs/ssh/libc bug.
7411         (cvs-update-header): Understand `cvs admin -m<rev>:<msg>' syntax.
7412         (defun-cvs-mode): Use the new `declare' thingy.
7413         (cvs-edit-log-text-at-point, cvs-mode-edit-log, cvs-do-edit-log)
7414         (cvs-edit-log-minor-wrap, cvs-edit-log-filelist): New funs.
7415         (cvs-mode-undo): Use `cvs add' for (CONFLICT. REMOVED).
7417         * pcvs-parse.el (cvs-parse-table): Create a `need-update'
7418         node rather than a message for new directories.
7419         (cvs-parse-status): Add support for `Entry Invalid'.
7421         * smerge-mode.el (smerge-diff-buffer-name): Default to *vc-diff*.
7422         (smerge-combine-with-next): New function.
7423         (smerge-diff): Don't output `wrote /tmp/foo' messages.
7424         Insert message if no diffs were found.
7426         * mail/sendmail.el (mail-mode): Don't set local-abbrev-table.
7427         (mail-mode-abbrev-table): Set to text-mode-abbrev-table.
7429 2002-09-02  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7431         * net/tramp.el: Version 2.0.15 released.
7432         (require 'base64): Most modern Emacsen have the base64
7433         encode/decode functions built in, so test to see if they are bound
7434         before we go blindly requiring base64.el.
7435         From Steve Youngs <youngs@xemacs.org>.
7436         (tramp-feature-write-region-fix): XEmacs doesn't have a
7437         'find-operation-coding-system' and this variable doesn't seem to
7438         be used anywhere so wrap it in (unless (featurep 'xemacs)).
7439         From Steve Youngs <youngs@xemacs.org>.
7440         (tramp-methods): Remove duplicate definition of ssh1-old and ssh2-old.
7441         (tramp-open-connection-su): Use user name "root" if no user name
7442         is given.
7444         From Michael Albinus <Michael.Albinus@alcatel.de>:
7445         * net/tramp.el (tramp-invoke-ange-ftp):
7446         (tramp-ange-ftp-file-name-p): Check for Xemacs.
7447         (tramp-do-copy-or-rename-file): Don't pass KEEP-DATE to
7448         tramp-invoke-ange-ftp 'rename.
7449         (tramp-handle-write-region): Don't pass LOCKNAME and CONFIRM to
7450         tramp-invoke-ange-ftp 'write-region.
7451         (tramp-handle-set-file-modes): Change order of FILENAME and MODE
7452         passing to tramp-invoke-ange-ftp 'set-file-modes.
7453         (tramp-invoke-ange-ftp): `tramp-disable-ange-ftp' must be called
7454         again after activating `ange-ftp'.
7456 2002-09-02  Kim F. Storm  <storm@cua.dk>
7458         * ido.el (ido-ignore-item-temp-list): New variable.
7459         (ido-read-internal): Don't set ido-default-item if the default is
7460         member of ido-ignore-item-temp-list.
7461         Don't return first match for C-j if no text is entered.
7462         (ido-buffer-internal): Check for empty string return.
7463         (ido-make-buffer-list1): Use member instead of memq.
7464         (ido-window-buffer-p): Likewise.
7465         (ido-get-bufname): Ignore buffers on ido-ignore-item-temp-list.
7466         (ido-ignore-item-p): Ignore items on ido-ignore-item-temp-list.
7468         * replace.el (multi-occur): Made "ido-aware":
7469         Changed prompt to use C-j instead of RET to end.
7470         Set ido-ignore-item-temp-list to the selected buffers so far, so
7471         they are automatically excluded from the list of choices.
7472         Use add-to-list instead of push.
7474 2002-09-01  Richard M. Stallman  <rms@gnu.org>
7476         * term/x-win.el (function-key-map): Define S-iso-lefttab.
7478 2002-09-01  Kim F. Storm  <storm@cua.dk>
7480         * edmacro.el (edit-kbd-macro): Recognize new default binding for
7481         C-x e in addition to old binding.
7483 2002-09-01  Mario Lang  <mlang@debian.org>
7485         * files.el (save-some-buffers-action-alist): New variable.
7486         (save-some-buffers): Use that.
7487         (diff-buffer-with-file): New function.
7489 2002-09-01  Richard M. Stallman  <rms@gnu.org>
7491         * ruler-mode.el (defgroup ruler-mode): Use `convenience' as parent.
7493         * dired.el (defgroup dired): Use `files' as parent.
7494         (dired-get-filename): Ignore handler if it has safe-magic prop.
7496         * jka-compr.el (jka-compr-handler): Add safe-magic property.
7498 2002-08-31  Richard M. Stallman  <rms@gnu.org>
7500         * simple.el (kill-line): Use end-of-visible-line to determine
7501         if rest of line is blank.
7502         (end-of-visible-line): Cope if end-of-line moved back over
7503         invisible intangible chars at end of line.
7505         * simple.el (completion-setup-function): Don't use directory-sep-char.
7507 2002-09-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
7509         * progmodes/f90.el (f90-menu): Remove ":active" keyword where not
7510         needed.
7511         (f90-menu, f90-add-imenu-menu): Use lookup-key.
7512         Remove (eval-when-compile) for free variables.
7514 2002-08-31  Andreas Schwab  <schwab@suse.de>
7516         * font-core.el (font-lock-change-mode): Avoid changing buffer
7517         state in any way.
7519 2002-08-30  Stefan Monnier  <monnier@cs.yale.edu>
7521         * emacs-lisp/easymenu.el (easy-menu-filter-return):
7522         Handle the case where the filter returns a single menu entry.
7523         (easy-menu-add): Improve docstring.
7524         (easy-menu-current-active-maps): Remove.
7525         (easy-menu-get-map): Use current-active-maps.
7527         * cus-edit.el (custom-unlispify-menu-entry): Don't remove
7528         the -p prefix from variables since they shouldn't have it anyway.
7529         (custom-group-menu-create, customize-menu-create):
7530         Only cdr if applicable, since custom-menu-create might return
7531         a vector (i.e. a single menu entry).
7533 2002-08-30  Edward M. Reingold  <reingold@emr.cs.iit.edu>
7535         * calendar/diary-lib.el (diary-mail-entries): Don't overwrite
7536         user's value of diary-list-include-blanks, but generate message
7537         instead if there are no entries.
7539 2002-08-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>  (tiny change)
7541         * ps-print.el (ps-lp-system): Fixed typo in `usg-unix-v'.
7543 2002-08-30  Markus Rost  <rost@math.ohio-state.edu>
7545         * menu-bar.el (menu-bar-read-mail): Doc fix.
7547 2002-08-30  John Paul Wallington  <jpw@shootybangbang.com>
7549         * ibuffer.el (ibuffer-update): Revert expansion of `caddr'.
7550         (ibuffer-fontification-alist): Check hidden buffer case isn't
7551         visiting a file and change its face to italic.
7553 2002-08-30  Juanma Barranquero  <lektu@terra.es>
7555         * replace.el (occur-mode): Add interactive declaration.
7557         * bs.el (bs-message-without-log): Fix typo.
7559         * font-core.el (font-lock-defaults): Likewise.
7561         * font-lock.el (font-lock-add-keywords): Likewise.
7563         * mouse-copy.el (mouse-copy-work-around-drag-bug): Likewise.
7565         * textmodes/bibtex.el (bibtex-mode): Likewise.
7567         * emulation/viper-ex.el (ex-compile-command): Likewise.
7569         * progmodes/idlwave.el (idlwave-max-extra-continuation-indent):
7570         Likewise.
7572         * progmodes/dcl-mode.el (dcl-calc-cont-indent-relative): Likewise.
7574         * allout.el (my-mark-marker): Likewise.
7576 2002-08-30  Simon Josefsson  <jas@extundo.com>
7578         * mail/smtpmail.el (smtpmail-via-smtp): Delete process buffer
7579         unless s-debug-info is enabled.
7581 2002-08-29  John Paul Wallington  <jpw@shootybangbang.com>
7583         * ibuffer.el (ibuffer-update): Use `minibufferp'.  Expand `caddr'.
7585         * mwheel.el (mouse-wheel-up-button): Doc fix.
7587 2002-08-29  Juanma Barranquero  <lektu@terra.es>
7589         * replace.el (occur-mode-hook): New hook.
7590         (occur-mode): Use it.
7591         (occur-hook): Set default to nil.
7593 2002-08-29  Stefan Monnier  <monnier@cs.yale.edu>
7595         * net/ange-ftp.el: Use match-string and drop useless `function's.
7596         (ange-ftp-get-process): Bind `ange-ftp-this-user' and
7597         `ange-ftp-this-host' before running ange-ftp-process-startup-hook.
7598         (ange-ftp-ls-parser): Use `switches' arg instead of dynamic binding.
7599         (ange-ftp-parse-dired-listing): Update the calls.
7600         (dired-local-variables-file): Declare to shut quieten the compiler.
7601         (ange-ftp-file-entry-active-p): Remove.
7602         (ange-ftp-file-name-all-completions, ange-ftp-file-name-completion):
7603         Don't exclude dangling symlinks.
7604         (ange-ftp-file-name-completion-1): Make predicate optional.
7605         (ange-ftp-parse-list-func-alist): Use add-to-list to update.
7606         (ange-ftp-fix-name-for-bs2000): Use subst-char-in-string.
7607         (ange-ftp-bs2000-posix-hook-installed): Remove.
7608         (ange-ftp-add-bs2000-posix-host): Don't use it anymore.
7609         (ange-ftp-bs2000-cd-to-posix): Use `ange-ftp-this-user' and
7610         `ange-ftp-this-host' instead of `user' and `host'.
7612 2002-08-29  Richard M. Stallman  <rms@gnu.org>
7614         * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
7615         Decide here whether to print which form we're compiling.
7616         If we do that, still print file and line.  Make file name
7617         relative to default-directory.  Print fewer newlines.
7618         (byte-compile-log-file): Print something even if no file.
7619         Print messages for entering and leaving directories,
7620         and set default-directory.
7621         (displaying-byte-compile-warnings): Only sometimes bind warning-series.
7622         (byte-compile-warning-series): New function.
7623         (byte-compile-file): Set byte-compile-last-logged-file, don't bind it.
7624         (byte-compile-display-log-head-p): Function deleted.
7626         * warnings.el (warning-series): Now can be a marker, not an integer.
7627         (display-warning): Handle new value for warning-series.
7629         * emacs-lisp/bytecomp.el (byte-compile-log-file): Use \f.
7630         (byte-compile-cl-warn): Add cl-macroexpand-all, cl-compiling-file
7631         to don't-warn list.
7633 2002-08-29  Kim F. Storm  <storm@cua.dk>
7635         * kmacro.el: Change default bindings from F7/F8 to F3/F4.
7636         Change default binding of C-x e to kmacro-end-or-call-macro.
7637         (kmacro-call-repeat-key, kmacro-call-repeat-with-arg): New custom
7638         variables.
7639         (kmacro-get-prefix-arg): New function.
7640         (kmacro-repeat-on-last-key): Rename from kmacro-repeat-loop and
7641         improve.  Callers changed.
7642         (kmacro-call-macro): Repeat macro by repeating last key or
7643         key defined in kmacro-call-repeat-key.  New third arg non-nil
7644         means to end current macro.
7645         (kmacro-end-or-call-macro): Call kmacro-call-macro appropriately
7646         to get repeat last key functionality.
7647         (kmacro-start-macro-or-insert-counter): Improve doc string.
7649 2002-08-28  Luc Teirlinck  <teirllm@mail.auburn.edu>
7651         * files.el (find-buffer-visiting): Compare file attributes
7652         using buffer-file-truename.
7654 2002-08-28  Richard M. Stallman  <rms@gnu.org>
7656         * files.el (make-auto-save-file-name, make-backup-file-name-1):
7657         Don't use directory-sep-char.
7659 2002-08-28  Juanma Barranquero  <lektu@terra.es>
7661         * replace.el (occur-hook): Renamed from `occur-mode-hook'.
7662         (occur-mode): Remove call to `occur-mode-hook'.
7663         (occur-rename-buffer): Fix reference to `occur-mode-hook' in docstring.
7664         (occur-1): Add call to `occur-hook'.
7666         * subr.el (make-variable-frame-localizable): Alias for
7667         `make-variable-frame-local'.
7669 2002-08-28  Miles Bader  <miles@gnu.org>
7671         * rfn-eshadow.el (read-file-name-electric-shadow-properties)
7672         (read-file-name-electric-shadow-tty-properties)
7673         (read-file-name-electric-shadow-mode): Remove compatibility defs.
7675         * comint.el (comint-carriage-motion): Start at START.
7677 2002-08-27  Francesco Potort\e,Al\e(B  <pot@gnu.org>
7679         * net/ange-ftp.el (ange-ftp-skip-msgs): Skip the 530 response
7680         given by vsFTPd when accessed with a kerberised FTP client.
7682 2002-08-27  Richard M. Stallman  <rms@gnu.org>
7684         * files.el (find-alternate-file):
7685         Bind kill-buffer-query-functions locally, don't set it.
7687 2002-08-27  Andreas Schwab  <schwab@suse.de>
7689         * kmacro.el (kmacro-start-macro): Doc fix.
7691 2002-08-27  Carsten Dominik  <dominik@sand.science.uva.nl>
7693         * textfile/reftex-ref.el (reftex-goto-label): New command.
7695         * textfile/reftex-vars.el (reftex-part-resets-chapter): New option.
7697         * textfile/reftex-parse.el (reftex-roman-number): New function.
7698         (reftex-section-number): Better handling of parts: No chapter
7699         counter resets.
7701         * textfile/reftex.el (reftex-highlight-overlays): Added a third
7702         overlay.
7703         (reftex-mode-menu): Added entry for `reftex-toc-recenter.
7704         Also moved `reftex-reset-mode' to top level.
7706         * textfile/reftex-toc.el (reftex-toc-recenter): New command.
7707         (reftex-toc-pre-command-hook): Don't remove highlight overlay.
7708         (reftex-toc-post-command-hook): Use overlay no 2 for highlighting.
7710         * textfile/reftex-sel.el (reftex-get-offset): Get offset of
7711         document pointer *before* position, not after.
7712         (reftex-insert-docstruct): Get offset of document pointer *before*
7713         position, not after.
7715         * textfiles/reftex-parse.el (reftex-where-am-I): Prefer marker
7716         match over section title match.
7718         * textfiles/reftex-cite.el (reftex-bib-or-thebib): New function
7719         which determines on a per-file-basis if BibTeX is being used
7720         locally for citations.
7721         (reftex-offer-bib-menu): Use `reftex-bib-or-thebib' for better
7722         cooperation with chapterbib.
7723         (reftex-bibtex-selection-callback): Use `reftex-bib-or-thebib' for
7724         better cooperation with chapterbib.
7726         * textfiles/reftex-dcr.el (reftex-view-cr-cite):
7727         Use `reftex-bib-or-thebib' for better cooperation with chapterbib.
7729 2002-08-26  Kim F. Storm  <storm@cua.dk>
7731         * subr.el (suppress-keymap): Use command remapping instead of
7732         substitute-key-definition to undefine self-inserting keys.
7734 2002-08-26  Juanma Barranquero  <lektu@terra.es>
7736         * makefile.w32-in (WINS): Add calc and obsolete.
7738 2002-08-26  Stefan Monnier  <monnier@cs.yale.edu>
7740         * emacs-lisp/easy-mmode.el (define-minor-mode):
7741         Use customize-mark-as-set for global minor modes.
7743 2002-08-25  Miles Bader  <miles@gnu.org>
7745         * rfn-eshadow.el (file-name-shadow-properties-custom-type):
7746         Renamed from `read-file-name-electric-shadow-properties-custom-type'.
7747         Change name of face.
7748         (file-name-shadow-properties): Renamed from
7749         `read-file-name-electric-shadow-properties'.
7750         (file-name-shadow-tty-properties): Renamed from
7751         `read-file-name-electric-shadow-tty-properties'.
7752         (file-name-shadow): Renamed from `read-file-name-electric-shadow'.
7753         (rfn-eshadow-setup-minibuffer): Update references to renamed variables.
7754         (file-name-shadow-mode): Renamed from
7755         `read-file-name-electric-shadow-mode'.  Update references to
7756         renamed variables.
7758 2002-08-24  Sam Steingold  <sds@gnu.org>
7760         * subr.el (eval-after-load): Do not call
7761         load-symbol-file-load-history (deleted yesterday).
7763 2002-08-24  John Paul Wallington  <jpw@shootybangbang.com>
7765         * startup.el (normal-splash-screen): Ensure splash buffer is
7766         killed.  Use tabs in output.  Fix test whether previous buffer was
7767         *scratch* buffer.
7769         * progmodes/simula.el (simula-abbrev-keyword-default)
7770         (simula-abbrev-keyword, simula-abbrev-stdproc-default)
7771         (simula-abbrev-stdproc): Doc fix - escape open parens in column 0.
7773         * apropos.el (command-apropos): Use `defalias' instead of `fset'.
7775         * mail/rmail.el (rmail-speedbar-match-folder-regexp): Doc fix.
7777 2002-08-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
7779         * progmodes/f90.el (f90-xemacs-flag, f90-xemacs-menu)
7780         (f90-menu-bar-menu, f90-change-case-menu, f90-font-lock-on)
7781         (f90-font-lock-off, f90-font-lock-menu): Delete.
7782         Use easy-menu-define instead.
7783         (f90-mode): Use easy-menu-add.
7784         No longer (require 'imenu) when compiling.
7785         (f90-mark-subprogram, f90-indent-region, f90-fill-region)
7786         (f90-abbrev-start): Use fboundp.
7787         (f90-imenu-flag): Delete - use imenu--index-alist instead.
7789 2002-08-23  Richard M. Stallman  <rms@gnu.org>
7791         * loadhist.el (unload-feature): Distinguish functions from
7792         variables in load-history.
7793         (feature-symbols): Doc fix.
7795         * files.el (ange-ftp-completion-hook-function): Add safe-magic prop.
7797         * subr.el (symbol-file-load-history-loaded)
7798         (load-symbol-file-load-history): Deleted.
7799         (symbol-file): Don't call load-symbol-file-load-history.
7801 2002-08-23  Andre Spiegel  <spiegel@gnu.org>
7803         * vc-hooks.el (vc-kill-buffer-hook): Add it to kill-buffer-hook again.
7805 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
7807         * frame.el (select-frame-by-name, select-frame-set-input-focus):
7808         Always call x-focus-frame, if using x.
7809         Use set-mouse-position on all systems, if focus-follows-mouse.
7811 2002-08-22  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7813         * net/tramp.el: Version 2.0.14 released.
7814         (tramp-shell-prompt-pattern): New variable.
7815         (tramp-actions-before-shell, tramp-multi-actions)
7816         (tramp-find-shell, tramp-open-connection-multi)
7817         (tramp-open-connection-setup-interactive-shell): Use it.
7818         (tramp-open-connection-telnet, tramp-open-connection-rsh)
7819         (tramp-open-connection-su): Mention `tramp-shell-prompt-pattern'
7820         in the docstring.
7821         (tramp-bug): Report `tramp-shell-prompt-pattern'.
7822         (tramp-process-one-multi-action, tramp-process-one-action):
7823         Make message clearer so people don't confuse it with Emacs asking
7824         them a question if the regexp happens to end with "?".
7825         (tramp-verbose): Change default value from 10 to 9.  Also change
7826         some logging levels so that 10 is reserved for stuff which is
7827         needed for debugging only, but 9 catches everything that people
7828         might like to see in order to see that Tramp is actually working.
7830 2002-08-22  Kim F. Storm  <storm@cua.dk>
7832         * emacs-lisp/authors.el (authors-aliases, authors-fixed-entries):
7833         Corrected spelling mistakes (for Joseph Arceneaux).
7835 2002-08-21  Glenn Morris  <gmorris@ast.cam.ac.uk>
7837         * progmodes/f90.el: eval-when-compile a few defvars.
7838         (f90-xemacs-flag): Wrap in eval-and-compile.
7839         (f90-font-lock-keywords): Doc fix.
7840         (f90-mode-abbrev-table): Work with or without 6th arg of define-abbrev.
7841         (f90-mark-subprogram-overlay): Variable deleted.
7842         (f90-mark-subprogram): Remove overlay bit.  Don't be silent about
7843         pushing mark.
7844         (f90-abbrev-start): unread-command-event is obsolete in XEmacs.
7846 2002-08-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7848         * net/tramp.el: Version 2.0.13 released.
7849         (tramp-handle-write-region): Don't check to see if remote end is
7850         awake after sending data to remote host: we want to send "EOF" not
7851         "echo are you awake"...
7852         (tramp-maybe-open-connection): Swap args for tramp-time-diff.
7853         (tramp-yn-prompt-regexp): New variable.
7854         (tramp-action-yn): New function, using it.
7855         (tramp-feature-write-region-fix): New internal variable.  Not yet
7856         used.  Should be used in `tramp-handle-write-region'.
7858 2002-08-21  Kim F. Storm  <storm@cua.dk>
7860         * bindings.el (mode-line-format): Moved global-mode-string last.
7861         (mode-line-position): Moved %p first.  Added padding to %l/%c to
7862         eliminate jumpyness in modeline.  Use (%l,%c) format if both
7863         line-number-mode and column-number-mode are enabled.
7865 2002-08-20  Martin Stjernholm  <bug-cc-mode@gnu.org>
7867         * progmodes/cc-engine.el (c-forward-syntactic-ws): Fixed a bug
7868         that could cause an infinite loop if something that looks like
7869         a macro begins in the middle of a line.
7871         * progmodes/cc-engine.el (c-parse-state): Fixed a bug that
7872         could cause `c-state-cache' to contain two conses in sequence
7873         when there's an unbalanced open paren in a macro.
7875 2002-08-20  Glenn Morris  <gmorris@ast.cam.ac.uk>
7877         * progmodes/fortran.el (fortran-current-defun): Use save-excursion.
7879         * imenu.el (imenu--generic-function): Use mapc.
7880         (imenu-syntax-alist): Doc fix.
7882 2002-08-20  Richard M. Stallman  <rms@gnu.org>
7884         * font-core.el (font-lock-change-mode): New function.
7885         (font-lock-mode): Use font-lock-change-mode instead of
7886         font-lock-unfontify-buffer.
7887         (font-lock-maximum-size, font-lock-verbose): Add defvars.
7889 2002-08-20  Carsten Dominik  <dominik@astro.uva.nl>
7891         * textfiles/reftex-cite.el (reftex-bib-or-thebib): New function
7892         which determines on a per-file-basis if BibTeX is being used
7893         locally for citations.
7894         (reftex-offer-bib-menu): Use `reftex-bib-or-thebib' for better
7895         cooperation with chapterbib.
7896         (reftex-bibtex-selection-callback): Use `reftex-bib-or-thebib' for
7897         better cooperation with chapterbib.
7899         * textfiles/reftex-dcr.el (reftex-view-cr-cite):
7900         Use `reftex-bib-or-thebib' for better cooperation with chapterbib.
7902 2002-08-20  Kim F. Storm  <storm@cua.dk>
7904         * kmacro.el: Major rework based on discussions with RMS.
7905         Most important change is that C-x C-k is now bound to a keymap
7906         with keyboard macro related commands.  The original binding on
7907         C-x C-k is moved to C-x C-k e.
7909         * binding.el: Remove macro related bindings (now in kmacro.el).
7911         * edmacro.el: Remove C-x C-k binding (now in kmacro.el).
7913 2002-08-19  Stefan Monnier  <monnier@cs.yale.edu>
7915         * help-fns.el (help-split-fundoc): Replace the function name
7916         from the docstring with the one that should be displayed.
7917         (help-make-usage): Understand CL style arglists.
7918         (describe-function-1): Adapt to the new behavior of help-split-fundoc.
7919         (describe-variable): Use delete-region.
7921 2002-08-19  Kenichi Handa  <handa@etl.go.jp>
7923         * international/mule.el (sgml-xml-auto-coding-function):
7924         Call re-search-forward with NOERROR t.
7926 2002-08-19  Miles Bader  <miles@gnu.org>
7928         [original idea from Luc Teirlinck <teirllm@mail.auburn.edu>]
7929         * comint.el (comint-inhibit-carriage-motion): New variable.
7930         (comint-carriage-motion): Argument STRING removed.  New arguments
7931         START and END; interpret characters between START and END rather
7932         than using special comint state.
7933         (comint-output-filter): Call `comint-carriage-motion'.
7934         (comint-output-filter-functions): Don't add `comint-carriage-motion'.
7935         * ielm.el (inferior-emacs-lisp-mode):
7936         Give `comint-inhibit-carriage-motion' a local value of t.
7938 2002-08-18  Richard M. Stallman  <rms@gnu.org>
7940         * textmodes/table.el: New file.
7942         * font-core.el (font-lock-mode): Set change-major-mode-hook locally.
7944 2002-08-18  Andreas Schwab  <schwab@suse.de>
7946         * ibuf-ext.el (ibuffer-list-buffer-modes): Doc fix.
7948 2002-08-17  Carsten Dominik  <dominik@astro.uva.nl>
7950         * textmodes/reftex.el (reftex-mode): Create special syntax tables.
7951         (reftex-syntax-table): Set a default in case this is being used
7952         outside a LaTeX file.
7953         (reftex-syntax-table-for-bib): Set a default in case this is being
7954         used outside a LaTeX file.
7956 2002-08-17  Richard M. Stallman  <rms@gnu.org>
7958         * tar-mode.el (tar-subfile-mode): Use add-hook and remove-hook,
7959         and use write-file-functions instead of local-write-file-hooks.
7960         (tar-untar-buffer): Don't try to extract directories.
7962         * menu-bar.el (fringe-mode): Set to nil.
7964         * mail/rmail.el (rmail-search-mime-header-function): Doc fix.
7966 2002-08-15  Richard M. Stallman  <rms@gnu.org>
7968         * calendar/appt.el (appt-delete): Use substring-no-properties.
7969         (appt-make-list): Don't use prin1-to-string; use the string unchanged.
7971 2002-08-15  Jan Nieuwenhuizen  <janneke@gnu.org>  (tiny change)
7973         * server.el (server-process-filter): Simplify code.
7974         (server-goto-line-column): New function.
7975         (server-visit-files): Use server-goto-line-column.
7976         Offer to revert only if file has changed.
7978 2002-08-15  Richard M. Stallman  <rms@gnu.org>
7980         * files.el (recover-this-file): New function.
7981         (after-find-file): Recommend recover-this-file.
7983         * font-core.el (font-lock-mode): Add font-lock-unfontify-buffer
7984         to change-major-mode-hook when font lock is enabled.
7986         * simple.el (toggle-truncate-lines): Force redisplay.
7987         Display status message.
7989 2002-08-15  Carsten Dominik  <dominik@sand.science.uva.nl>
7991         * textmodes/reftex.el (reftex-mode): Moved the creation of special
7992         syntax tables to top-level.
7994 2002-08-15  David Kastrup  <David.Kastrup@t-online.de>
7996         * net/ange-ftp.el (ange-ftp-wipe-file-entries): Fix type mismatch;
7997         use `hash-table-size' instead of `length'.
7999 2002-08-14  Stefan Monnier  <monnier@cs.yale.edu>
8001         * help-fns.el (locate-library): Use locate-file(-completion).
8002         (help-split-fundoc): Tighten the regexp and recognize a usage-info
8003         where the function name is `fn'.
8004         (help-function-arglist): Follow aliases and macros.
8005         (describe-function-1): Use keymapp.
8006         If the docstring contains a usage info, use it even if the function is
8007         not a subroutine.  Find usage info in aliases' docstring if necessary.
8008         (describe-variable): Get the value before setting up the *Help* buffer.
8010         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode):
8011         Use find-file-hook instead of find-file-hooks.
8012         (define-minor-mode): Get rid of this silly `togglep'.
8013         Add an explicit `toggle' argument (used for interactive calls).
8014         Emit a warning when a nil argument turns the mode off.
8016         * language/ethio-util.el (setup-ethiopic-environment-internal)
8017         (exit-ethiopic-environment): Use find-file-hook and
8018         write-file-functions instead of find-file-hooks and write-file-hooks.
8020         * window.el (handle-select-window): Don't do anything if the window
8021         has disappeared since the event was generated.
8022         (split-window-save-restore-data): Use push and with-current-buffer.
8024         * saveplace.el:
8025         * play/meese.el:
8026         * obsolete/hilit19.el:
8027         * completion.el (dynamic-completion-mode):
8028         * emacs-lisp/find-func.el (find-function-search-for-symbol):
8029         Use find-file-hook instead of find-file-hooks.
8031         * imenu.el (imenu-always-use-completion-buffer-p): Make obsolete.
8032         (imenu-use-popup-menu, imenu-eager-completion-buffer): New vars.
8033         (imenu-space-replacement): Allow nil value.
8034         (imenu--completion-buffer): Use new vars and simplify.
8035         Fix handling of minibuffer-setup-hook.
8036         Use minibuffer-completion-help instead of rolling our own.
8037         (imenu-choose-buffer-index): Use the new var.
8039         * startup.el (command-line): Load custom-file if not done yet.
8041 2002-08-14  Kenichi Handa  <handa@etl.go.jp>
8043         * select.el (xselect-convert-to-string): If TYPE is non-nil, encode
8044         the selection data string.  Always return cons of type and string.
8045         (selection-converter-alist): Add (UTF8_STRING .
8046         xselect-convert-to-string).
8048 2002-08-12  Stefan Monnier  <monnier@cs.yale.edu>
8050         * newcomment.el (comment-region): Force `lines' when `block' is set.
8052 2002-08-12  Richard M. Stallman  <rms@gnu.org>
8054         * menu-bar.el (menu-bar-next-tag-other-window, menu-bar-next-tag)
8055         (menu-bar-right-scroll-bar, menu-bar-left-scroll-bar)
8056         (menu-bar-no-scroll-bar, menu-bar-toggle-auto-compression)
8057         (menu-bar-toggle-cua-mode, menu-bar-read-mail)
8058         (menu-bar-help-extra-packages, help-with-tutorial-spec-language)
8059         (menu-bar-text-mode-auto-fill): New commands, used
8060         in menu bar menus instead of lambda expressions.
8062         (menu-bar-showhide-fringe-menu-customize-left)
8063         (menu-bar-showhide-fringe-menu-customize-right)
8064         (menu-bar-showhide-fringe-menu-customize-disable)
8065         (menu-bar-showhide-fringe-menu-customize-reset): Doc fixes.
8067         (menu-bar-options-menu): Use toggle-truncate-lines.
8068         (showhide-date-time): Call customize-mark-as-set.
8070         * emacs-lisp/find-func.el (find-function-search-for-symbol):
8071         Obey `definition-name' properties.
8073         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode):
8074         Put `definition-name' properties on the functions whose
8075         names are constructed.
8077         * textmodes/page-ext.el (pages-target-buffer): Add defvar.
8078         Renamed from target-buffer.
8079         (pages-directory, pages-copy-header-and-position): Uses changed.
8081         * calendar/appt.el (appt-make-list): Correct the parsing of
8082         each appointment from time-string.
8084 2002-08-12  Stefan Monnier  <monnier@cs.yale.edu>
8086         * scroll-all.el (scroll-all-mode): Use define-minor-mode.
8087         (scroll-all-mode) <defcustom>: Delete.
8088         (running-xemacs): Delete.
8089         (minor-mode-alist): Don't manipulate it directly.
8091 2002-08-10  Kenichi Handa  <handa@etl.go.jp>
8093         * international/mule-cmds.el (search-unencodable-char): New function.
8094         (select-safe-coding-system): Show unencodable characters.
8095         (unencodable-char-position): Deleted, and implemented in C in coding.c.
8097 2002-04-09  John Wiegley  <johnw@gnu.org>
8099         * esh-util.el: Removed eshell-under-cygwin-p, and all uses of it.
8100         * em-cmpl.el (eshell-cmpl-ignore-case): Ditto.
8101         * em-dirs.el (eshell/cd): Ditto.
8102         * em-glob.el (eshell-glob-case-insensitive): Ditto.
8103         * em-hist.el (eshell-previous-matching-input-string-position): Ditto.
8104         * esh-ext.el (eshell-binary-suffixes): Ditto.
8106 2002-08-09  Richard M. Stallman  <rms@gnu.org>
8108         * textmodes/page-ext.el (pages-directory-mode): Undo previous change.
8110         * simple.el (set-variable): Give locality status in prompt.
8112 2002-08-09  Benjamin Rutt  <rutt@cis.ohio-state.edu>
8114         * simple.el (set-variable): If given a prefix argument, set
8115         variable buffer-locally.
8117 2002-08-09  John Paul Wallington  <jpw@shootybangbang.com>
8119         * font-core.el (font-lock-function): Make it buffer-local.
8121 2002-08-08  Richard M. Stallman  <rms@gnu.org>
8123         * emacs-lisp/checkdoc.el (checkdoc, checkdoc-interactive)
8124         (checkdoc-message-interactive, checkdoc-interactive-loop)
8125         (checkdoc-current-buffer, checkdoc-continue, checkdoc-comments)
8126         (checkdoc-defun):
8127         Update checkdoc-spellcheck-documentation-flag correctly.
8128         (checkdoc-ispell-docstring-engine): Don't test for
8129         checkdoc-autofix-flag = nil.
8131 2002-08-07  John Paul Wallington  <jpw@shootybangbang.com>
8133         * xt-mouse.el (xterm-mouse-mode): Make it a global mode.
8135         * wid-browse.el (widget-minor-mode): Fix doc typo.
8137 2002-08-07  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8139         * net/tramp.el: Version 2.0.12 released.
8140         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
8141         Comment out possibly obsolete "echo hello" commands.
8142         (tramp-run-real-handler): If operation is
8143         `ange-ftp-hook-function', use first arg as the real operation.
8144         (tramp-check-ls-commands): Use / instead of \ as directory
8145         separator.  (Relevant for XEmacs on Windows.)
8146         (tramp-maybe-open-connection): Use tramp-wait-for-output when
8147         waiting for the "are you awake" command.  Use a different string
8148         for the "are you awake" command.
8149         (tramp-send-command): New optional arg NEVEROPEN means to never
8150         invoke tramp-maybe-open-connection.
8151         (tramp-maybe-open-connection): Use it
8153 2002-08-07  Richard M. Stallman  <rms@gnu.org>
8155         * warnings.el (warning-prefix-function, warning-series)
8156         (warning-fill-prefix, warning-group-format): Add autoload cookies.
8158 2002-08-07  Kenichi Handa  <handa@etl.go.jp>
8160         * international/mule-cmds.el (select-safe-coding-system):
8161         Call pop-to-buffer inside save-window-excursion and save-excursion.
8163 2002-08-06  John Paul Wallington  <jpw@shootybangbang.com>
8165         * help-fns.el (describe-function-1): Skip arglist note if
8166         function's definition is a keymap.
8168 2002-08-06  Sam Steingold  <sds@gnu.org>
8170         * calendar/diary-lib.el (diary-mail-entries): Use `compose-mail'
8171         and `mail-user-agent' instead of straight sendmail.
8172         (diary-modified, diary-entries-list, displayed-year)
8173         (displayed-month, entry, date, number, date-string, d-file)
8174         (original-date): Defvar without binding to avoid compiler warnings.
8176 2002-08-05  Alan Shutko  <ats@acm.org>
8178         * ibuffer.el (ibuffer-mode-map): Added ibuffer-filter-by-used-mode.
8179         (ibuffer-mode-map): Added ibuffer-filter-by-used-mode.
8180         (ibuffer-mode): Added ibuffer-filter-by-used-mode to doc string.
8182         * ibuf-ext.el (ibuffer-list-buffer-modes): New.
8183         (ibuffer-filter-by-used-mode): New.
8185 2002-08-05  John Paul Wallington  <jpw@shootybangbang.com>
8187         * ediff-util.el (ediff-copy-list): Use `defalias' instead of
8188         `fset' and `symbol-function'.
8190 2002-08-05  John Wiegley  <johnw@gnu.org>
8192         * pcomplete.el (pcomplete-entries): Don't set `above-cutoff' to a
8193         value unless pcomplete-cycle-cutoff-length is non-nil.
8195 2002-04-09  John Paul Wallington  <jpw@shootybangbang.com>
8197         * esh-util.el (eshell-under-cygwin-p): New function.
8198         * em-cmpl.el (eshell-cmpl-ignore-case): Use it.
8199         * em-dirs.el (eshell/cd): Ditto.
8200         * em-glob.el (eshell-glob-case-insensitive): Ditto.
8201         * em-hist.el (eshell-previous-matching-input-string-position): Ditto.
8202         * esh-ext.el (eshell-binary-suffixes): Ditto.
8204 2002-08-05  Richard M. Stallman  <rms@gnu.org>
8206         * international/mule-cmds.el (select-safe-coding-system): Check for
8207         non-nil CODING-SYSTEM before warning it disagrees with AUTO-CS.
8209         * net/ange-ftp.el (ange-ftp-smart-gateway): Doc fix.
8211 2002-08-05  Gerd Moellmann  <gerd@gnu.org>
8213         * image.el (image-jpeg-p): Accept "Exif" marker.
8215 2002-08-05  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8217         * net/tramp.el: Version 2.0.11 released.
8218         (tramp-perl-file-attributes): Print uid and gid as signed integers.
8219         (tramp-invoke-ange-ftp): Correct check for Ange-FTP being loaded.
8220         Invoke Ange-FTP with tramp-run-real-handler to avoid Ange-FTP
8221         calling Tramp again.
8222         (tramp-find-file-exists-command): Check for `ls -d' last, after
8223         all the variants on `test -e'.
8224         (tramp-post-connection): Erase buffer before finding a command to
8225         check if file exists.
8227 2002-08-05  David Kastrup  <David.Kastrup@t-online.de>
8229         * calc/calc.el (math-format-stack-value): Revert a broken
8230         if->when replacement and reformat so that this does not happen
8231         again.  Fixes a pretty lethal line formatting/yanking bug.
8233 2002-08-04  John Paul Wallington  <jpw@shootybangbang.com>
8235         * startup.el (fancy-splash-frame): Check selected frame last.
8237 2002-08-04  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8239         * net/tramp.el: Version 2.0.10 released.
8240         (tramp-uudecode): New shell function `tramp_uudecode' to decode to
8241         standard output even if `uudecode -p' and `uudecode -o -' don't work.
8242         (tramp-post-connection): After finding the right shell, wait a
8243         bit.  This is a kludge to avoid a race condition, even though I
8244         don't understand why there is a race condition in the first place.
8245         (tramp-post-connection): Install the `tramp_uudecode' shell
8246         function on the remote host.
8247         (tramp-coding-commands): Add an alternative for `tramp_uudecode'.
8248         (tramp-bug): Include more variables in the report.
8250 2002-08-04  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8252         * net/tramp.el: Version 2.0.9 released.
8253         (tramp-bug): Add wording about additional info to include in bug
8254         report.
8255         (tramp-find-shell): Set $PS1 for invocation of second shell (for
8256         tilde expansion).
8257         (tramp-find-shell): Shell prompt must match at end of buffer.
8258         Do this also for fallback shell prompt.
8259         (tramp-find-shell): More debugging output.
8260         (tramp-find-inline-encoding): When checking the decoding command,
8261         some commands fail when reading from /dev/null.  So we pass a
8262         known string through the encoding command and pass that through
8263         the decoding command.  So we know whether the decoding command can
8264         deal with some real input.
8266 2002-08-04  Andreas Schwab  <schwab@suse.de>
8268         * net/tramp.el (tramp-perl-encode, tramp-perl-decode): Doc fix.
8270 2002-08-03  Andrew Choi  <akochoi@shaw.ca>
8272         * term/mac-win.el: Set keys to enable mouse wheel support.
8274 2002-08-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8276         * net/tramp.el: Version 2.0.8.
8277         (tramp-perl-encode, tramp-perl-encode): Double the backslashes.
8279 2002-08-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8281         * net/tramp.el: Version 2.0.7.
8282         (tramp-perl-encode-with-module, tramp-perl-decode-with-module)
8283         (tramp-perl-encode, tramp-perl-decode): Escape `%' characters
8284         because of `format' and say so in the docstring.
8286 2002-08-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
8288         * progmodes/f90.el (f90-font-lock-keywords-1): Fix highlighting of
8289         `type' forms.
8290         (f90-font-lock-keywords-2): Fix `implicit type(foo)' case.
8291         (f90-type-def-re): Fix value.
8293 2002-08-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8295         * net/tramp.el: Version 2.0.6.
8296         (tramp-default-method): Change to "ssh" from "sm".
8297         (tramp-wrong-passwd-regexp): Restructure.  Add additional alternative.
8298         (tramp-su-program): New internal variable for method parameter.
8299         (tramp-perl-encode-with-module, tramp-perl-decode-with-module):
8300         New variables.  Very short Perl one-liner, but requires Perl
8301         module MIME::Base64 to be installed on the remote site.
8302         (tramp-perl-encode, tramp-perl-decode): New base64
8303         encoder/decoder.  From Juanma Barranquero <lektu@terra.es>.
8304         (tramp-handle-file-truename): Invoke Ange-FTP properly (even
8305         though Ange-FTP doesn't do anything for this operation).
8306         (tramp-handle-set-visited-file-modtime): Comment change.
8307         (tramp-handle-make-directory): Save-excursion.
8308         (tramp-handle-expand-many-files): Don't try to invoke Ange-FTP
8309         twice, once is enough.
8310         (tramp-action-permission-denied): Show *tramp/foo* buffer so the
8311         user knows what's wrong.
8312         (tramp-post-connection): Support the two Perl encoders and decoders.
8313         (tramp-coding-commands): Ditto.  Add some todo items.
8315 2002-08-02  Richard M. Stallman  <rms@gnu.org>
8317         * international/mule.el (merge-coding-systems): New function.
8318         (set-buffer-file-coding-system): Use merge-coding-systems.
8319         Change prompt for args.
8320         (revert-buffer-with-coding-system): New command.
8322         * international/mule-cmds.el (mule-keymap, set-coding-system-map):
8323         Add bindings for revert-buffer-with-coding-system.
8324         (set-coding-system-map): Clarify menu item info for
8325         set-buffer-file-coding-system.
8326         (set-coding-system-map): Reorder and add separators.
8328         * emacs-lisp/edebug.el (edebug-eval-top-level-form):
8329         Use eval-expression.
8331         * subr.el (atomic-change-group): Doc fix.
8333 2002-07-31  Colin Walters  <walters@debian.org>
8335         * ibuffer.el (ibuffer-hooks): Rename to `ibuffer-hook'; Add
8336         defvaralias for compatibility.
8337         (ibuffer-mode-hooks): Rename to `ibuffer-mode-hook'; Add
8338         defvaralias for compatibility.
8340 2002-07-31  John Paul Wallington  <jpw@shootybangbang.com>
8342         * ibuffer.el (ibuffer-fontification-alist):
8343         Use `font-lock-constant-face' instead of `font-lock-reference-face'.
8345 2002-07-31  John Wiegley  <johnw@gnu.org>
8347         * pcomplete.el (pcomplete-comint-setup): Use `add-to-list', to
8348         prevent adding the symbol `pcomplete' to
8349         shell-dynamic-complete-functions to many times.
8351 2002-07-31  Markus Rost  <rost@math.ohio-state.edu>
8353         * help-fns.el (describe-function-1): Test function for
8354         obsolescence only if it is a symbol.
8356         * ediff.el (ediff-backup): New autoloaded command.
8358 2002-07-31  Richard M. Stallman  <rms@gnu.org>
8360         * makefile.w32-in (compile-after-backup): Renamed from `compile'.
8361         Use `compile-always'.
8362         (bootstrap): Use `compile', not `compile-files'.  Use `update-subdirs'.
8363         (compile): Renamed from `compile-files'.
8364         (compile-CMD, compile-SH): Renamed from `compile-files-*'.
8366         * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
8367         Check that (car elt) is a string.
8369         * pcomplete.el (pcomplete-entries): Doc fix.
8371         * international/mule.el (non-standard-icccm-encodings-alist): Doc fix.
8373 2002-07-31  Andreas Schwab  <schwab@suse.de>
8375         * dired.el: Hide disabling of dired-find-alternate-file behind
8376         autoload-cookie.
8378 2002-07-31  Tak Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
8380         * makefile.w32-in: Revert some changes from 2002-07-23 because they
8381         don't work on MSVC/nmake builds.
8382         (update-subdirs-CMD): Generate the right list of subdirectories.
8384 2002-07-30  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8386         * net/tramp.el: New version 2.0.5.
8387         (tramp-methods): Remove inline encoding method parameters.
8388         The encoding is now autodetected.  Also shorten the list of
8389         methods (u/m distinction gone) and rename the remaining methods to
8390         have longer, but more mnemonic, names.
8391         (tramp-login-prompt-regexp, tramp-password-prompt-regexp)
8392         (tramp-wrong-passwd-regexp): Trailing `$' not needed, regexp is
8393         matched at end of buffer anyway.
8394         (tramp-yesno-prompt-regexp): New variable, for questions where the
8395         user should say "yes" or "no".
8396         (tramp-file-name-structure-unified)
8397         (tramp-file-name-structure-separate): Allow dash in method names.
8398         (tramp-actions-before-shell): New variable, contains list of
8399         pattern/action pairs.  Output sent by remote end is scanned for
8400         the patterns, then the actions are executed.
8401         (tramp-multi-actions): Like `tramp-actions-before-shell', but
8402         executed for each hop in a multi-hop connection.
8403         (tramp-last-cmd-time): New variable.  If nothing has been sent to
8404         remote end for 60 seconds, look to see if the remote end is still
8405         alive.
8406         (tramp-perl-mime-encode, tramp-perl-mime-decode): Remove.
8407         It didn't work.
8408         (tramp-perl-encode, tramp-perl-decode): New variables, these
8409         require the MIME::Base64 module on the remote end.
8410         (tramp-handle-file-attributes): Restructure logic.
8411         (tramp-handle-file-attributes-with-ls)
8412         (tramp-handle-file-attributes-with-perl): More debugging.
8413         (tramp-handle-directory-files): Grok fifth arg `files-only' for XEmacs.
8414         (tramp-handle-make-directory, tramp-handle-delete-directory)
8415         (tramp-handle-delete-file, tramp-handle-insert-directory):
8416         Expand file name.
8417         (tramp-handle-shell-command): Use `when', not `if'.
8418         (tramp-handle-file-local-copy, tramp-handle-write-region):
8419         Adapt to autodetection of inline encoding.
8420         (tramp-invoke-ange-ftp): Require ange-ftp to make sure that
8421         variable ange-ftp-name-format is defined before binding it.
8422         (tramp-action-login, tramp-action-password, tramp-action-succeed)
8423         (tramp-action-permission-denied, tramp-action-yesno):
8424         Functions called from `tramp-actions-before-shell'.
8425         (tramp-multi-action-login, tramp-multi-action-password)
8426         (tramp-multi-action-succeed, tramp-multi-action-permission-denied):
8427         Functions called from `tramp-multi-actions'.
8428         (tramp-process-one-action, tramp-process-actions):
8429         Pattern matching and action invocation code for
8430         `tramp-actions-before-shell'.
8431         (tramp-process-one-multi-action, tramp-process-multi-actions):
8432         Same for `tramp-multi-actions'.
8433         (tramp-open-connection-telnet, tramp-open-connection-rsh)
8434         (tramp-open-connection-su): Process actions instead of hardwired logic.
8435         (tramp-multi-connect-telnet, tramp-multi-connect-rlogin)
8436         (tramp-multi-connect-su): Ditto.
8437         (tramp-post-connection): New method for tramp_encode and
8438         tramp_decode scripts.
8439         (tramp-post-connection): Invoke inline autodetection code.
8440         (tramp-coding-commands): List of inline codings.
8441         (tramp-find-inline-encoding): This is the inline autodetection code.
8442         (tramp-maybe-open-connection): If nothing was sent to connection
8443         for 60 seconds, look if it connection is still alive.
8444         (tramp-send-command): Remember that something was sent to the
8445         connection.
8446         (tramp-make-tramp-file-name, tramp-make-tramp-multi-file-name):
8447         Use backticks for constructing alist.
8448         (tramp-get-encoding-command, tramp-set-encoding-command)
8449         (tramp-get-decoding-command, tramp-set-decoding-command)
8450         (tramp-get-encoding-function, tramp-set-encoding-function)
8451         (tramp-get-decoding-function, tramp-set-decoding-function):
8452         Use for results of inline autodetection.
8453         (tramp-get-encoding-command, tramp-get-decoding-command)
8454         (tramp-get-encoding-function, tramp-get-decoding-function):
8455         Remove these old functions.
8457 2002-07-30  Kenichi Handa  <handa@etl.go.jp>
8459         * language/indian.el (in-is13194): Give correct `safe-chars' property.
8460         (devanagari): Define it as an alias of in-is13194.
8462         * international/mule.el (safe-chars):
8463         Put `char-table-extra-slots' property with value 0.
8465         * files.el (revert-buffer): Fix previous change.
8467 2002-07-29  Richard M. Stallman  <rms@gnu.org>
8469         * bindings.el (help-echo): If global-mode-string is non-nil,
8470         display some spaces after it.
8472         * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
8473         Don't call string-match on non-string.
8474         (displaying-byte-compile-warnings):
8476         * textmodes/ispell.el (check-ispell-version): Bind default-directory
8477         to avoid errors.  Kill the old temp buffer at the beginning.
8479 2002-07-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
8481         * scroll-all.el (scroll-all-mode): Make argument optional.  Doc fix.
8483 2002-07-29  John Paul Wallington  <jpw@shootybangbang.com>
8485         * scroll-all.el (scroll-all-mode): Handle numeric arg.  Use `if'
8486         instead of `cond'.
8488 2002-07-29  Kenichi Handa  <handa@etl.go.jp>
8490         * international/mule.el (ctext-post-read-conversion): Add support
8491         for embedded utf-8 encoding (ESC % G ... ESC % @).
8493 2002-07-28  Kenichi Handa  <handa@etl.go.jp>
8495         * files.el (revert-buffer): Before calling insert-file-contents,
8496         kill the local variable buffer-file-coding-system.
8498 2002-07-28  Richard M. Stallman  <rms@gnu.org>
8500         * bindings.el (mode-line-format): Handle vc-mode specially.
8501         Move mode-line-position to after global-mode-string.
8502         (mode-line-modes): Move the starting 3 spaces out of here.
8503         (mode-line-position): Separate with a space, not dashes.
8505         * vc-hooks.el: Don't add to minor-mode-alist.
8507         * emacs-lisp/edebug.el (edebug-debugger):
8508         If inside redisplay, just return.
8510         * emacs-lisp/debug.el (debug): If inside redisplay, just return.
8512         * info.el (Info-find-index-name): Improve last change.
8514 2002-07-27  Richard M. Stallman  <rms@gnu.org>
8516         * files.el (file-name-sans-extension): Avoid expanding DIRECTORY.
8518         * calendar/cal-hebrew.el (diary-rosh-hodesh): Cons mark on
8519         in the third case.
8521 2002-07-27  Markus Rost  <rost@math.ohio-state.edu>
8523         * ps-print.el: Update copyright year.
8524         (ps-begin-cut-regexp, ps-end-cut-regexp): Fix type.
8526 2002-07-26  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8528         * eshell/eshell.el (eshell): Numeric prefix arg means to switch
8529         to the session with that number.  Old behavior still available
8530         with nonumeric prefix args.
8532 2002-07-08  Simon Josefsson  <jas@extundo.com>
8534         * mail/mail-extr.el (mail-extr-all-top-level-domains): Update names.
8536 2002-07-26  Juanma Barranquero  <lektu@terra.es>
8538         * warnings.el (lwarn, warn, warning-levels): Doc fix.
8539         (warning-suppress-log-types): Fix typo.
8540         (display-warning): Fix typo. Remove useless assignment to free variable
8541         `group-string'.
8543 2002-07-25  Markus Rost  <rost@math.ohio-state.edu>
8545         * ediff-wind.el (ediff-window-setup-function): Extend type declaration.
8547 2002-07-25  Sam Steingold  <sds@gnu.org>
8549         * replace.el (occur-rename-buffer): New command.
8550         (occur-mode-map): Bind "r" to it.  Added keybindings for
8551         `kill-this-buffer', `clone-buffer' and `quit-window'.
8553 2002-07-25  Kevin Ryde  <user42@zip.com.au>
8555         * info.el (Info-find-index-name): Search for a function definition
8556         with a return type.
8558 2002-07-25  David Ponce  <david@dponce.com>
8560         * emacs-lisp/bytecomp.el (byte-compile-set-symbol-position):
8561         Don't recompute `entry' on each iteration.
8562         (byte-compile-delete-first): Make it defsubst.
8564 2002-07-25  Sam Steingold  <sds@gnu.org>
8566         * progmodes/cc-engine.el (c-search-uplist-for-classkey):
8567         When `search-end' is a cons, use its car.
8569 2002-07-25  Dave Love  <fx@gnu.org>
8571         * obsolete/c-mode.el: Deleted.
8573 2002-07-25  Carsten Dominik  <dominik@astro.uva.nl>
8575         * textmodes/reftex.el (reftex-compile-variables):
8576         Simplified regular expression.
8578         * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
8579         Simplified the regexp.
8581         * textmodes/reftex-cite.el (reftex-get-bibkey-default): New function.
8582         (reftex-extract-bib-entries-from-thebibliography):
8583         Use `reftex-get-bibkey-default' to get a default regex.
8584         (reftex-extract-bib-entries): Use `reftex-get-bibkey-default' to
8585         get a default regex.
8587         * textmodes/reftex-toc.el (reftex-toc-mode): Use `make-local-hook' for
8588         XEmacs compatibility (got OK from RMS).
8590         * textmodes/reftex-index.el (reftex-index-mode): Likewise.
8592         * textmodes/reftex-sel.el (reftex-select-label-mode): Likewise.
8593         (reftex-select-bib-mode): Likewise.
8595 2002-07-25  Colin Walters  <walters@debian.org>
8597         * ibuffer.el (ibuffer-mouse-popup-menu): Allow point to be moved
8598         by menu functions.
8600 2002-07-24  Dave Love  <fx@gnu.org>
8602         * international/mule.el (set-auto-coding): Doc fix.
8604         * international/utf-16.el: New file.
8606         * language/european.el ("German", "French", "Spanish", "Turkish"):
8607         Add alternative coding systems.
8608         ("Dutch"): Likewise.  Add input method.
8609         ("Welsh", "Latin-7"): Add nonascii-translation.
8611         * language/georgian.el ("Georgian"): Add nonascii-translation.
8613         * international/titdic-cnv.el: Doc fixes.
8614         (tit-process-header): Add coding cookie.
8615         (titdic-convert): Force writing as iso-2022-7bit.
8617         * international/ja-dic-cnv.el (skkdic-convert): Add coding cookie.
8619         * international/mule-cmds.el: Doc fixes.
8620         (unencodable-char-position): New.
8621         (select-safe-coding-system): Use it to indicate problematic
8622         characters and add extra explanation.  Avoid checking auto-coding
8623         for compressed files.
8624         (leim-list-header): Add coding cookie.
8625         (input-method-verbose-flag): Modify :type.
8626         (locale-language-names): Add bs, wa.  Modify cy.
8628 2002-07-24  Richard M. Stallman  <rms@gnu.org>
8630         * emacs-lisp/bytecomp.el (byte-compile-log-warning):
8631         Bind warning-group-format.
8633         * emacs-lisp/bytecomp.el (byte-compile-cl-functions): New variable.
8634         (byte-compile-cl-warn): Use that variable.
8635         (byte-compile-find-cl-functions): New function.
8636         (displaying-byte-compile-warnings):
8637         Call byte-compile-find-cl-functions.
8639         * warnings.el (warning-levels): Add %s to the strings.
8640         (warning-group-format): New variable.
8641         (warning-suppress-log-types): Renamed from warning-suppress-log.
8642         (warning-suppress-types): Renamed from warning-suppress.
8643         (display-warning): Implement those changes.
8645 2002-07-23  Richard M. Stallman  <rms@gnu.org>
8647         * warnings.el: Add `provide' call.
8649         * files.el (basic-save-buffer-2): If there's an error writing the file,
8650         unrename the backup file if it was just made.
8651         (backup-buffer, basic-save-buffer-2, basic-save-buffer-1)
8652         (basic-save-buffer): Value now has form (MODES . BACKUPNAME)
8653         when a backup was just made by renaming.  Otherwise it's nil.
8655         * wid-edit.el (widget-convert): Handle an argument that's a keyword.
8656         Recognize explicit :args specification.
8658         * international/mule-cmds.el (select-safe-coding-system):
8659         Don't ask for confirmation of mismatch if find-file-literally was used.
8661 2002-07-23  Markus Rost  <rost@math.ohio-state.edu>
8663         * add-log.el (add-log-current-defun): Fix typo in documentation.
8665 2002-07-22  Markus Rost  <rost@math.ohio-state.edu>
8667         * add-log.el (add-log-mailing-address): Fix type.  Can be a string.
8669         * ido.el (ido-separator): Fix type.
8671 2002-07-23  Andrew Innes  <andrewi@gnu.org>
8673         * makefile.w32-in (DONTCOMPILE): Remove cus-start.el.
8674         (DONTCOMPILE): Add various language files.
8675         (DONTCOMPILE): Remove term/xterm.el.
8676         (finder-inf.el): Remove.
8677         (update-authors): New target.
8678         (TAGS-LISP): Remove $(lispsource).
8679         (compile-always): Renamed from `compile-files'.
8680         (compile): New target, adapted from `compile-files'.
8681         (compile-calc): New target.
8682         (recompile): Change `.' to $(lisp).
8683         (bootstrap): Add update-subdirs and finder-data
8684         to dependencies; change compile-files to compile.
8686 2002-07-22  Andre Spiegel  <spiegel@gnu.org>
8688         * vc.el (vc-next-action-on-file): Preserve find-file-literally.
8690 2002-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
8692         * simple.el (undo, undo-more): Adjust messages when undoing in a
8693         region.
8695 2002-07-22  John Paul Wallington  <jpw@shootybangbang.com>
8697         * net/browse-url.el (browse-url-lynx-input-attempts): Use defcustom.
8698         (browse-url-lynx-input-delay): Add custom type and group.
8700         * cus-start.el (double-click-fuzz): Added.
8702 2002-07-22  Alan Shutko  <ats@acm.org>
8704         * calendar/solar.el (diary-sabbath-candles): Add optional MARK
8705         parameter, specifying what face or character to use in the
8706         calendar display.  These will now return (MARK . ENTRY).
8708         * calendar/lunar.el (diary-phases-of-moon): Add optional MARK
8709         parameter, specifying what face or character to use in the
8710         calendar display.  These will now return (MARK . ENTRY).
8712         * calendar/cal-hebrew.el (diary-omer, diary-yahrzeit)
8713         (diary-rosh-hodesh, diary-parasha, diary-parasha): Add optional
8714         MARK parameter, specifying what face or character to use in the
8715         calendar display.  These will now return (MARK . ENTRY).
8717         * calendar/diary-lib.el (mark-sexp-diary-entries): Retrieve mark
8718         from diary-sexp-entry and pass it to mark-visible-calendar-date.
8719         (list-sexp-diary-entries): Update doc string for new docs for ....
8720         If diary-sexp-entry returns a cons, only add the text to the diary
8721         list.
8722         (diary-sexp-entry): Allow sexps to return a cons of the form (MARK
8723         . STRING) to specify what face or character mark should be used in
8724         the calendar display.
8725         (diary-date, diary-block, diary-float, diary-anniversary)
8726         (diary-cyclic): Add optional MARK parameter, specifying what face
8727         or character to use in the calendar display.  These will now
8728         return (MARK . ENTRY).
8730         * calendar/diary-lib.el (check-calendar-holidays, diary-iso-date)
8731         (calendar-holiday-list, diary-french-date, diary-mayan-date)
8732         (diary-julian-date, diary-astro-day-number, diary-chinese-date)
8733         (diary-islamic-date, list-islamic-diary-entries)
8734         (mark-islamic-diary-entries, mark-islamic-calendar-date-pattern)
8735         (diary-hebrew-date, diary-omer, diary-yahrzeit, diary-parasha)
8736         (diary-rosh-hodesh, list-hebrew-diary-entries)
8737         (mark-hebrew-diary-entries, mark-hebrew-calendar-date-pattern)
8738         (diary-coptic-date, diary-persian-date, diary-phases-of-moon)
8739         (diary-sunrise-sunset, diary-sabbath-candles):
8740         Remove interactive flag from autoloads.
8742 2002-07-22  Carsten Dominik  <dominik@astro.uva.nl>
8744         * textmodes/reftex-vars.el (reftex-index-verify-function): New option.
8745         (reftex-bibliography-commands): New option.
8746         (reftex-toc-split-windows-horizontally): New option
8747         (reftex-toc-split-windows-horizontally-fraction): New option
8748         (reftex-include-file-commands): New option.
8749         (reftex-cite-format-builtin): Added ?n for nocite.
8751         * textmodes/reftex-index.el (reftex-query-index-phrase):
8752         Use `reftex-index-verify-function'.
8754         * textmodes/reftex-toc.el (reftex-re-enlarge):
8755         Handle horizontal splitting.
8756         (reftex-toc): Handle horizontal splitting
8757         (reftex-last-window-width): New variable.
8759         * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
8760         Use `reftex-bibliography-commands'.
8761         (reftex-locate-bibliography-files): Regexp relaxed to allow for
8762         cases where \bibliography is not the first thing on the line.
8764         * textmodes/reftex.el (reftex-compile-variables):
8765         Use `reftex-include-file-commands'.
8766         (reftex-type-query-prompt): Changed defconst to defvar.
8767         (reftex-type-query-help, reftex-typekey-to-format-alist)
8768         (reftex-typekey-to-prefix-alist, reftex-env-or-mac-alist)
8769         (reftex-special-env-parsers, reftex-label-mac-list)
8770         (reftex-label-env-list, reftex-typekey-list)
8771         (reftex-words-to-typekey-alist, reftex-key-to-index-macro-alist)
8772         (reftex-query-index-macro-prompt, reftex-query-index-macro-help)
8773         (reftex-no-follow-message, reftex-no-info-message): Likewise.
8774         (reftex-mode): Define systax table for bibtex parsing.
8775         (reftex-syntax-table-for-bib): Syntax table for bibtex parsing.
8777         * textmodes/reftex-cite.el (reftex-format-names): %a as name
8778         format lists all names.
8779         (reftex-parse-bibtex-entry): Use `reftex-syntax-table-for-bib'.
8780         (reftex-with-special-syntax-for-bib): New macro.
8782 2002-07-21  Richard M. Stallman  <rms@gnu.org>
8784         * international/ucs-tables.el (ucs-quail-activate):
8785         Cope if buffer-file-coding-system is nil.
8787         * bindings.el (last-buffer): Use buffer-list with frame arg.
8788         Create *scratch* if no other choice exists.  Fix bugs.
8790 2002-07-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8792         * net/tramp.el: Bump version to 2.0.2.
8793         (tramp-methods): Rename methods invoking "ssh1" or "ssh2" to
8794         longer names.  Use old names "sm1", "sm2" and so on for methods
8795         invoking "ssh -1" or "ssh -2".
8796         (tramp-multi-file-name-structure-separate): Typo, its name was set
8797         to "tramp-file-name-structure-separate".  Trivial patch.
8798         From Steve Youngs <youngs@xemacs.org>.
8799         (tramp-multi-sh-program): New variable.
8800         (tramp-open-connection-multi): Use it.  Now you can use multi
8801         methods from Windows (at least in principle).
8802         (tramp-do-copy-or-rename-via-buffer): New function.
8803         (tramp-do-copy-or-rename-file): Use it.  Change and simplify
8804         logic.  Omit special case of invoking rcp directly to copy the files.
8805         (tramp-open-connection-su, tramp-multi-connect-telnet)
8806         (tramp-multi-connect-rlogin, tramp-multi-connect-su)
8807         (tramp-make-tramp-file-name, tramp-make-tramp-multi-file-name):
8808         Use backticks in format-spec for brevity and to avoid
8809         character/number confusion in XEmacs.
8811 2002-07-20  Richard M. Stallman  <rms@gnu.org>
8813         * wid-edit.el (widget-documentation-string-value-create):
8814         Say "Hide Rest", not just "Hide".
8816         * cus-edit.el (custom-variable-value-create):
8817         Say "Show Value", not just "Show".  Also "Hide Value".
8818         Output a newline before the doc string.
8819         (custom-face-value-create): Say "Show Face" and "Hide Face".
8821         * files.el (toggle-read-only): Clean up the hint message.
8823         * emacs-lisp/bytecomp.el: Use warnings.el.
8824         (byte-compile-warning-prefix): New function.
8825         (byte-compile-log-file): Return page start position.
8826         (byte-compile-log-warning): New function.
8827         (byte-compile-warn): Use byte-compile-log-warning.
8828         (byte-compile-report-error): Likewise.  Also use error-message-string.
8829         (displaying-byte-compile-warnings): Bind warning-series.
8830         Don't bind or use byte-compile-warnings-point-max.
8831         Don't display the log buffer at the end.
8832         (byte-compile-warnings-point-max): Variable deleted.
8833         (byte-compile-log-1): Rewrite for trace info, not used for warnings.
8834         (byte-compile-last-warned-form, byte-compile-last-logged-file):
8835         Defvars moved.
8837         * warnings.el: New file.
8839 2002-07-19  Richard M. Stallman  <rms@gnu.org>
8841         * emacs-lisp/bytecomp.el (byte-compile-cl-warn): Delete `values'
8842         and `values-list' from list of CL functions.
8844 2002-07-19  John Paul Wallington  <jpw@shootybangbang.com>
8846         * emacs-lisp/bytecomp.el (compile-defun):
8847         Bind `read-with-symbol-positions' to current buffer.
8849 2002-07-19  Andre Spiegel  <spiegel@gnu.org>
8851         * vc-hooks.el (vc-insert-file): When called with a LIMIT regexp,
8852         delete anything that comes after LIMIT from the buffer.
8854         * vc-rcs.el (vc-rcs-fetch-master-state): Be more careful to check
8855         if this is really an RCS master file.
8857         * vc.el: Improve comment of vc-BACKEND-workfile-unchanged-p.
8859 2002-07-19  Juanma Barranquero  <lektu@terra.es>
8861         * emacs-lisp/bytecomp.el (dot, dot-max, dot-min, dot-marker)
8862         (buffer-flush-undo, baud-rate, compiled-function-p, define-function)
8863         (unread-command-char, executing-macro, post-command-idle-hook)
8864         (post-command-idle-delay): Move obsolescence declarations to subr.el.
8866         * subr.el (dot, dot-max, dot-min, dot-marker, buffer-flush-undo)
8867         (baud-rate, compiled-function-p, define-function, unread-command-char)
8868         (executing-macro, post-command-idle-hook, post-command-idle-delay):
8869         Move obsolescence declarations from emacs-lisp/bytecomp.el.
8870         (directory-sep-char, mode-line-inverse-video):
8871         Add obsolescence declaration.
8873 2002-07-18  J.D. Smith  <jdsmith@as.arizona.edu>
8875         * progmodes/idlwave.el: Updated to IDLWAVE version 4.14.  Too many
8876         changes to list them here.
8878         * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.14.
8879         Too many changes to list them here.
8881         * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.14.
8882         Too many changes to list them here.
8884         * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.14 with
8885         only minor documentation changes.
8887 2002-07-18  Dave Love  <fx@gnu.org>
8889         * info-look.el: Support current auto{conf,make} manuals.
8891 2002-07-18  Juanma Barranquero  <lektu@terra.es>
8893         * bindings.el (last-buffer): Add missing frame argument.
8895 2002-07-18  Richard M. Stallman  <rms@gnu.org>
8897         * timer.el (timer-inc-time): Doc fix.
8899         * replace.el (keep-lines, flush-lines): Interactively report
8900         read-only error before reading regexp argument.
8902         * dabbrev.el (dabbrev--search): Use inhibit-point-motion-hooks.
8904         * bindings.el (last-buffer): Handle buffer-list and buffer-predicate
8905         frame parameters like bury-buffer.
8907         * simple.el (choose-completion-delete-max-match):
8908         Handle minibuffer prompts explicitly.
8910 2002-07-18  Juanma Barranquero  <lektu@terra.es>
8912         * international/mule-util.el (string-to-sequence, truncate-string):
8913         Add autoload cookie to obsolescence declaration.
8915         * rect.el (move-to-column-force): Likewise.
8917         * composite.el (decompose-composite-char): Likewise; also remove
8918         redundant info.
8920 2002-07-18  Kim F. Storm  <storm@cua.dk>
8922         * loadup.el: Load international/utf-8 before international/characters.
8924 2002-07-17  Dave Love  <fx@gnu.org>
8926         * international/ucs-tables.el: Optimize tables.  Deal with some
8927         non-8859 charsets.
8928         (ucs-mule-to-mule-unicode): New.
8929         (ucs-unify-8859): Use utf-8-fragment-on-decoding, set up Quail
8930         translation.
8931         (ucs-fragment-8859): Modified consistent with ucs-unify-8859.
8932         (unify-8859-on-encoding-mode): Doc mod.  Fix custom version.
8933         (unify-8859-on-decoding-mode): Doc mod.  Change code.  Fix custom
8934         version.  Add custom dependencies.
8935         (ucs-insert): Check for null from decode-char.
8936         (translation-table-for-input, ucs-quail-activate)
8937         (ucs-minibuffer-setup, ccl-encode-unicode-font)
8938         (ucs-tables-unload-hook): New.
8940         * international/mule.el (define-translation-hash-table): New.
8941         (decode-char): Use utf-8-translation-table-for-decode.
8942         (encode-char): Use ucs-mule-to-mule-unicode.
8944         * international/characters.el: Fix settings of U+2000-U+2027.
8945         Remove \e$(C'Y\e(B.
8947         * international/mule-cmds.el (locale-language-names): Fix be, add
8948         sr_YU@cyrillic, modify tg.
8949         (locale-charset-language-names): Put @euro last.
8951         * language/cyrillic.el (cyrillic-koi8-r-decode-table)
8952         (cyrillic-alternativnyj-decode-table): Fill out with mule-unicode.
8953         (cyrillic-koi8-r-decode-table): Make unbound after use.
8954         (ccl-decode-koi8, ccl-decode-alternativnyj): Change expansion
8955         factor.  Use utf-8-translation-table-for-decode.
8956         (ccl-encode-koi8, ccl-encode-koi8): Don't check r0.
8957         (cyrillic-unify-encoding): New function.
8958         (cyrillic-koi8): Modify safe-chars, valid-codes.
8959         Remove charset-origin-alist.
8960         (Cp878, cp866): New alias.
8961         (ccl-encode-8859-5-font): New.
8962         (font-ccl-encoder-alist): Add ccl-encode-8859-5-font.
8963         (ccl-encode-koi8-font, ccl-encode-alternativnyj-font):
8964         Remove redundant parens.
8965         ("Cyrillic-KOI8"): Add cyrillic-iso-8bit to coding-priority.
8966         (cyrillic-koi8-u-decode-table, ccl-decode-koi8-u)
8967         (ccl-encode-koi8-u, koi8-u, ccl-encode-koi8-u-font, "Ukrainian"): New.
8968         (cyrillic-alternativnyj): Modify safe-chars, add mime-charset.
8969         ("Cyrillic-ALT"): Change input method.
8970         ("Windows-1251", "Tajik", "Bulgarian", "Belarusian"): New.
8972         * international/utf-8.el (utf-8-subst-table)
8973         (utf-8-subst-rev-table, utf-8-translation-table-for-decode)
8974         (utf-8-fragment-on-decoding, ccl-untranslated-to-ucs)
8975         (utf-8-ccl-regs, utf-8-translate-cjk): New.
8976         (ccl-encode-mule-utf-8): Use utf-8-subst-rev-table.
8977         (ccl-decode-mule-utf-8, ccl-untranslated-to-ucs)
8978         (utf-8-untranslated-to-ucs, utf-8-compose): Rewritten.
8979         (mule-utf-8): Remove pre-write-conversion.
8980         (utf-8-post-read-conversion): Comment out.
8982         * international/ccl.el (ccl-command-table): Add lookup-integer,
8983         lookup-character.
8984         (ccl-extended-code-table): Add lookup-int-const-tbl,
8985         lookup-char-const-tbl.
8986         (ccl-compile-lookup-integer, ccl-compile-lookup-character)
8987         (ccl-dump-lookup-int-const-tbl, ccl-dump-lookup-char-const-tbl):
8988         New functions.
8989         (define-ccl-program): Doc update.
8991         * international/utf-8-subst.el: Populate utf-8-subst-rev-table.
8992         (utf-8-subst-table): Don't set.
8994 2002-07-17  Kenichi Handa  <handa@etl.go.jp>
8996         * international/mule.el (define-coding-system-alias):
8997         Don't append ALIAS in the property `alias-coding-systems' if ALIAS's
8998         eol-type is not auto-detection.
9000         * international/mule-diag.el (print-coding-system-briefly):
9001         Fix the handling of an alias of which eol-type is not auto-detection.
9003         * international/mule-conf.el (us-ascii): Define it as an alias of
9004         iso-safe.
9006 2002-07-17  Juanma Barranquero  <lektu@terra.es>
9008         * help-fns.el (describe-function-1): Put empty line before "Not
9009         documented" text.
9011         * timer.el (timer-set-time-with-usecs): Mark obsolete.
9013 2002-07-16  Stefan Monnier  <monnier@cs.yale.edu>
9015         * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
9016         Make sure to change the global tool-bar-map.
9018         * vc.el (vc-default-comment-history): Hard code *vc*.
9019         This is because print-log always prints there now.
9020         (vc-annotate-font-lock-keywords): New var.
9021         (vc-annotate-mode): Use it.  Set truncate-lines as well.
9022         (vc-annotate-display-select): Unify the two error reports.
9023         (vc-annotate-offset): New var.
9024         (vc-annotate-lines): New fun extracted from vc-annotate-display.
9025         (vc-annotate-display): Use it, via font-lock.
9027         * help-fns.el (help-split-fundoc, help-function-arglist)
9028         (help-make-usage): New funs, extracted from describe-function-1.
9029         (describe-function-1): Use them.
9031         * help.el (help-key-description): Show the untranslated keys
9032         when they start with ESC and the ESC was not translated.
9034         * help-mode.el (view): Always require.
9035         (help-xref-mule-regexp): Don't use defconst for variables.
9036         (help-setup-xref): Keep the last 10 elements of the stack.
9037         (help-xref-override-view-map): New var.
9038         (help-make-xrefs): Use it instead of building a new map each time.
9039         (help-function-def): Allow help-fun to take a buffer as arg.
9041         * diff-mode.el (diff-reverse-direction): Simplify.
9042         (diff-after-change-function): Fix typo.
9043         (diff-post-command-hook): Take care of edge cases.
9044         (diff-current-defun): Do `goto-char' after setting the mode.
9046         * mouse-sel.el (mouse-sel-mode): Use define-minor-mode.
9047         Fold mouse-sel-bindings into it.
9048         (mouse-sel-bound-events): Turn it into an alist.
9049         (mouse-insert-selection): Delegate to mouse-yank-at-click if
9050         mouse-sel-default-bindings asks for it.
9052 2002-07-16  Andre Spiegel  <spiegel@gnu.org>
9054         * files.el: Bind toggle-read-only to C-x C-q.
9055         (toggle-read-only): Display a warning message if the file is under
9056         version control.
9058         * vc-hooks.el: Don't bind vc-toggle-read-only to C-x C-q.
9059         (vc-toggle-read-only): Explain in the doc string that users can bind
9060         this to C-x C-q.
9061         (vc-checkout-model): Change doc string to refer to vc-next-action,
9062         not vc-toggle-read-only.
9064         * vc.el (vc-next-action-on-file): Ignore buffer-read-only while
9065         comparing to file on disk.  Fix the case when claiming the lock
9066         on a file that has unlocked changes.
9067         (vc-log-mode): Don't mention vc-toggle-read-only in the doc string.
9069 2002-07-16  Richard M. Stallman  <rms@gnu.org>
9071         * simple.el (choose-completion-string): Doc fix.
9073         * cus-edit.el: New operation :custom-standard-value.
9074         (Custom-reset-standard): Use it.
9075         (custom-variable, custom-face): Define it.
9076         (custom-variable-standard-value, custom-face-standard-value): New fns.
9077         (custom-face-save): Don't save a face whose value is standard.
9078         (custom-save-faces): Use SYMBOL, not 'default, to set NOW and COMMENT.
9080         * cus-edit.el (custom-face-edit-fix-value):
9081         If VALUE is not a list, pass it thru.
9083         * compare-w.el (compare-windows-whitespace): Always allow newline
9084         even if it does not have whitespace syntax.
9086 2002-07-16  Juanma Barranquero  <lektu@terra.es>
9088         * timer.el (timer-set-time, timer-set-time-with-usecs): Fix docstring.
9090 2002-07-15  Juanma Barranquero  <lektu@terra.es>
9092         * help-fns.el (describe-variable): Show documentation for aliased
9093         variable if alias does not have its own.
9095 2002-07-15  Mike Williams  <mdub@bigfoot.com>
9097         * mouse-sel.el (mouse-sel-bindings): Save/restore interprogram
9098         cut/paste functions.
9100 2002-07-14  Richard M. Stallman  <rms@gnu.org>
9102         * files.el (find-alternate-file): Offer to save a modified buffer.
9103         Handle kill-buffer-query-functions better.
9105         * startup.el (normal-splash-screen, fancy-splash-text):
9106         Update name of help menu item for ordering printed manuals.
9108         * emacs-lisp/checkdoc.el: Fix doc typos.
9110 2002-07-14  Stefan Monnier  <monnier@cs.yale.edu>
9112         * textmodes/tex-mode.el: Set encoding to utf-8.
9113         (tex-start-options): Make it into always-a-string.
9114         Remove silly custom options that are covered by the other var.
9115         (tex-start-commands): Fix docstring.
9116         (tex-open-quote, tex-close-quote): Add options.
9117         (tex-command): Provide default.
9118         (tex-font-lock-keywords-1): Highlight $$...$$.
9119         (tex-font-lock-keywords-2): Fix latin-1 chars.
9120         (tex-mode-map): Remove redundant \t binding.
9121         (tex-mode): Add `subsection' and `newcommand' to known latex cmds.
9122         (latex-mode): Use add-hook for fill-nobreak-predicate.
9123         (tex-common-initialization): Set indent-tabs-mode to nil.
9124         (tex-insert-quote): Undo magic if invoked twice in a row.
9125         (latex-fill-nobreak-predicate): Don't use narrowing.
9126         (tex-latex-block): Don't cons uselessly.
9127         (tex-last-unended-begin): Signal user-friendlier error.
9128         (tex-goto-last-unclosed-latex-block): Don't catch signal.
9129         (tex-start-tex): Switch order of tex-start-options and
9130         tex-start-commands to make it obey docstrings.
9132 2002-07-14  Mike Williams  <mdub@bigfoot.com>
9134         * mouse-sel.el (mouse-sel-bound-events): New constant.
9135         (mouse-sel-bindings): Save/restore original mouse-bindings.
9137 2002-07-13  Stefan Monnier  <monnier@cs.yale.edu>
9139         * emacs-lisp/cl.el (cl-set-substring): Fix thinko.
9140         (cl-hack-byte-compiler): Avoid infinite require loop.
9142         * net/ange-ftp.el: Use hash-tables.
9143         (ange-ftp-make-hashtable, ange-ftp-map-hashtable)
9144         (ange-ftp-make-hash-key, ange-ftp-get-hash-entry)
9145         (ange-ftp-put-hash-entry, ange-ftp-del-hash-entry): Remove.
9146         Replace with make-hash-table, maphash, gethash, puthash and remhash.
9147         (ange-ftp-hash-entry-exists-p): Rewrite.
9148         (ange-ftp-vms-delete-file-entry, ange-ftp-vms-add-file-entry):
9149         Change mapatom -> maphash.
9150         (ange-ftp-file-entry-active-p, ange-ftp-file-entry-not-ignored-p):
9151         Update to new calling mode.
9153         * progmodes/ebrowse.el (ebrowse-symbol-regexp): Avoid cl-set-substring.
9154         (ebrowse-hash-table-to-alist): Delete.
9155         (ebrowse-tags-read-name, ebrowse-tags-list-members-in-file)
9156         (ebrowse-tags-complete-symbol): Use the hashtable for completion.
9158         * textmodes/sgml-mode.el (sgml-quote): Use narrowing.
9159         Improve the regexp used when unquoting.
9160         (sgml-pretty-print): New function.
9161         (sgml-get-context): Better handling of improperly nested tags.
9162         (sgml-show-context): Don't use the FULL arg of sgml-get-context.
9164 2002-07-13  Andreas Schwab  <schwab@suse.de>
9166         * mail/mailabbrev.el (mail-abbrev-make-syntax-table): Check the
9167         inherited table entry.
9169 2002-07-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
9171         * calendar/timeclock.el (timeclock-in): Handle the case where no
9172         log file exists (ie the very first call).
9174 2002-07-13  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9176         * net/ange-ftp.el: Do not hook into file-name-handler-alist, this
9177         is done by Tramp.
9179         * net/tramp.el (tramp-multi-file-name-structure-unified):
9180         Add missing slash and move colon from start to end of each hop.
9181         (tramp-multi-file-name-hop-structure-unified): Move colon from
9182         start to end of each hop.
9184 2002-07-13  Kim F. Storm  <storm@cua.dk>
9186         * progmodes/compile.el (grep-tree): Fixed autoload.
9187         Corrected use of undefined variable `match-files-aliases'.
9189 2002-07-12  Glenn Morris  <gmorris@ast.cam.ac.uk>
9191         * calendar/timeclock.el (timeclock-get-workday-function):
9192         `timeclock-workday' is not a valid option, rather a possible
9193         return value.
9195 2002-07-12  Richard M. Stallman  <rms@gnu.org>
9197         * net/ange-ftp.el (ange-ftp-write-region):
9198         Don't bind executing-kbd-macro; instead, pass non-nil VISIT arg
9199         to ange-ftp-real-write-region.
9201         * replace.el (flush-lines, keep-lines): Convert REND to a marker.
9203         * help-fns.el (help-with-tutorial): Display completion list right away.
9205         * ediff-ptch.el (ediff-test-patch-utility): Catch error and return nil.
9207         * startup.el (command-line): Set memory-signal-data.
9208         (fancy-splash-text, normal-splash-screen):
9209         Mention "Read the Emacs Manual" or C-h r.
9210         Rearrange the initial help to put the help cmds on left
9211         and the actions (exit, undo) on the right.  Other small
9212         text clarifications.
9213         (fancy-splash-text, actions page): Add blank line to balance help page.
9215         * help.el (help-map): Add binding for info-emacs-manual.
9216         (print-help-return-message): Doc fix.
9218         * strokes.el (strokes-help): Call print-help-return-message
9219         while inside with-output-to-temp-buffer.
9221         * info.el (info-emacs-manual): New function.
9222         (Info-use-header-line): Doc fix.
9224         * emacs-lisp/cl.el (multiple-value-call): Add alias.
9226         * progmodes/compile.el (compilation-normalize-filename):
9227         New subroutine, taken out of compilation-parse-errors.
9228         (compilation-parse-errors): Use that, and for directories too.
9229         Don't check whether a directory really exists.
9231 2002-07-12  Juanma Barranquero  <lektu@terra.es>
9233         * help-fns.el (describe-variable): Remove useless "Documentation:"
9234         string.
9236         * timer.el (timer-set-time-with-usecs): Fix documentation.
9237         Simplify extraction of time data.
9239 2002-07-12  John Paul Wallington  <jpw@shootybangbang.com>
9241         * help-fns.el (describe-variable): Mention if the variable is an
9242         alias.  Put `defvaralias' info before the documentation.
9244 2002-07-12  Kenichi Handa  <handa@etl.go.jp>
9246         * international/mule-cmds.el (locale-language-names): Change "mk"
9247         (Macedoninan), "ru" (Russian), and "sp" (Serbian with Cyrillic
9248         alphabet) to "Cyrillic-ISO".
9250 2002-07-11  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9252         * net/tramp.el (tramp-default-method): New default method "sm"
9253         which I guess to be good for most people.
9254         (tramp-default-method-alist): Use "ftp" method (ie, forwarding to
9255         Ange-FTP) for some user/host combinations.
9256         (tramp-file-name-structure, tramp-file-name-regexp)
9257         (tramp-make-tramp-file-format, tramp-make-tramp-file-user-nil-format)
9258         (tramp-multi-file-name-structure, tramp-multi-file-name-hop-structure)
9259         (tramp-make-multi-tramp-file-format): New default value which
9260         unifies the filename syntax between Tramp and Ange-FTP.  The new
9261         syntax is "/method:user@host:path".  Note the colon after the method.
9262         (tramp-handle-file-name-directory): Don't return "/" when
9263         completing a remote root directory (where the filename looks like
9264         "/method:user@host:/").
9265         (tramp-handle-ange-ftp): Deleted.
9266         (tramp-disable-ange-ftp): New function, called at toplevel,
9267         deletes Ange-FTP from file-name-handler-alist.
9268         (tramp-handle-make-symbolic-link): Implement.
9270 2002-07-10  Juanma Barranquero  <lektu@terra.es>
9272         * ido.el (ido-enter-single-matching-directory): Delete leftover comment.
9274         * speedbar.el (speedbar-tag-hierarchy-method): Fix typos.
9275         (speedbar-vc-do-check): Likewise.
9276         (speedbar-obj-do-check): Likewise.
9277         (speedbar-mouse-hscroll): Likewise.
9278         (speedbar-file-lists): Likewise.
9280         * emacs-lisp/authors.el (authors-obsolete-file-p): Fix typo.
9282 2002-07-09  Ole Aamot  <ole@gnu.org>
9284         * compile.el (compilation-error-regexp-alist):
9285         Recognize Valgrind messages.
9287 2002-07-09  Juanma Barranquero  <lektu@terra.es>
9289         * faces.el (face-id): Fix typo.
9291         * hexl.el (hexl-mode): Likewise.
9293         * progmodes/idlw-shell.el (idlwave-shell-set-bp): Likewise.
9295         * progmodes/ebnf-yac.el (ebnf-yac-error): Likewise.
9297         * speedbar.el (speedbar-make-specialized-keymap): Fix docstring.
9298         (speedbar-desired-buffer): Likewise.
9299         (speedbar-line-file): Likewise.
9300         (speedbar-special-mode-key-map): Fix typo.
9301         (speedbar-dynamic-tags-function-list): Likewise.
9302         (speedbar-use-images): Likewise.
9303         (speedbar-up-directory): Likewise.
9304         (speedbar-item-info): Likewise.
9305         (speedbar-set-timer): Likewise.
9306         (speedbar-insert-button): Likewise.
9307         (speedbar-make-button): Likewise.
9308         (speedbar-make-tag-line): Likewise.
9309         (speedbar-insert-files-at-point): Likewise.
9310         (speedbar-update-special-contents): Likewise.
9311         (speedbar-find-selected-file): Likewise.
9312         (speedbar-add-indicator): Likewise.
9313         (speedbar-do-function-pointer): Likewise.
9314         (speedbar-goto-this-file): Likewise.
9315         (speedbar-line-path): Likewise.
9316         (speedbar-mouse-event-p): Likewise.
9317         (speedbar-dir-follow): Likewise.
9318         (speedbar-tag-find): Likewise.
9319         (speedbar-fetch-etags-command): Likewise.
9320         (speedbar-fetch-etags-arguments): Likewise.
9321         (speedbar-toggle-etags): Likewise.
9322         (speedbar-extract-one-symbol): Likewise.
9323         (speedbar-parse-c-or-c++tag): Likewise.
9324         (speedbar-unhighlight-one-tag-line): Likewise.
9325         (speedbar-directory-face): Likewise.
9326         (defimage-speedbar): Likewise.
9327         (speedbar-convert-emacs21-imagespec-to-xemacs): Likewise.
9329 2002-07-09  Miles Bader  <miles@gnu.org>
9331         * hexl.el (hexl-find-file): Bind `completion-ignored-extensions'
9332         to nil when prompting for a filename.
9334 2002-07-09  Kenichi Handa  <handa@etl.go.jp>
9336         * files.el (insert-directory): Be sure to bind
9337         coding-system-for-write to the just decided coding-system-for-read.
9339 2002-07-09  Kim F. Storm  <storm@cua.dk>
9341         * ido.el (ido-make-merged-file-list): Move fully matching item to
9342         head of list.
9343         (ido-find-common-substring): Return substring instead of t.
9345 2002-07-08  Juanma Barranquero  <lektu@terra.es>
9347         * info.el (Info-directory-list): Fix docstring.
9349 2002-07-08  Miles Bader  <miles@gnu.org>
9351         * comint.el (comint-dynamic-list-completions): Sort COMPLETIONS
9352         before first use.
9354 2002-07-08  Kim F. Storm  <storm@cua.dk>
9356         * files.el (after-find-file): Don't check for read-only status
9357         of files just created (and not yet saved on disk).
9359         * ido.el (ido-completion-help): Changed xemacs specific code to
9360         avoid byte compiler warning in GNU emacs.
9361         (ido-set-matches1): Use regexp-quote instead of identity.
9362         (ido-complete-space): New function.
9363         (ido-define-mode-map): Bind it to SPACE.
9365 2002-07-07  Stefan Monnier  <monnier@cs.yale.edu>
9367         * font-lock.el (font-lock-default-unfontify-region):
9368         Use remove-list-of-text-properties.
9369         (font-lock-extra-managed-props): Doc fix.
9371         * facemenu.el: Move `provide' to the end.
9372         (facemenu-read-color): Don't cons unnecessarily.
9374         * language/ind-util.el (indian-make-hash):
9375         * language/devan-util.el (dev-char-glyph-hash, dev-glyph-glyph-hash)
9376         (dev-glyph-glyph-2-hash): Switch makehash -> make-hash-table.
9378         * subr.el (insert-string): Update the obsolete info.
9379         (makehash): Move from C and mark obsolete.
9381         * emacs-lisp/debug.el (debug-on-entry): Fix the wrapper used for
9382         aliases to also work for interactive functions.
9383         Use the same wrapper for subroutines.
9384         (cancel-debug-on-entry): Get rid of the now-useless wrapper.
9385         (debug-on-entry-1): Correctly skip docstrings and interactive forms.
9387         * textmodes/texinfo.el (texinfo-font-lock-keywords): Disable the
9388         automatic environment name update.
9389         (texinfo-clone-environment): Fix it not to incorrectly match prefixes.
9391 2002-07-07  Richard M. Stallman  <rms@gnu.org>
9393         * emacs-lisp/easymenu.el (easy-menu-popup-menu): Function deleted.
9395         * emacs-lisp/advice.el (ad-compile-function):
9396         Disable cl-function warnings if cl is loaded.
9398         * files.el (safe-local-eval-forms): New user option.
9399         (hack-one-local-variable-eval-safep): Support it.
9400         Also allow `safe-local-eval-function' property to be a function
9401         or a list of functions.
9402         (c-add-style): Delete `safe-local-eval-function' property.
9404         * files.el (after-find-file): Make buffer read-only if file is
9405         marked that way, even for root.
9407         * files.el (save-some-buffers): Doc fix.
9409         * bindings.el (completion-ignored-extensions): Add .gmo and .mo.
9411 2002-07-06  Francesco Potort\e,Al\e(B  <pot@gnu.org>
9413         * dos-w32.el (file-name-buffer-file-type-alist): Add knowledge of
9414         .sx[dmicw] file suffixes for Open office data files.
9416         * files.el (auto-mode-alist): Likewise.
9418         * international/mule.el (auto-coding-alist): Likewise.
9420 2002-07-05  Kim F. Storm  <storm@cua.dk>
9422         * emulation/cua-rect.el (cua--rectangle-operation): Don't call
9423         FCT if current column is outside rectangle.
9424         (cua--delete-rectangle): Do nothing if zero width or out of bounds.
9426 2002-07-04  Stefan Monnier  <monnier@cs.yale.edu>
9428         * net/ange-ftp.el: Use add-hook and find-file-hook.
9429         (ange-ftp-parse-netrc): Use run-hooks and find-file-hook.
9430         (ange-ftp-ls-parser): Make it into a function.
9431         Ignore trailing @ in symlink targets.
9432         (ange-ftp-file-entry-p): Ignore FTP errors.
9433         (ange-ftp-insert-directory): Use ange-ftp-expand-symlink
9434         to correctly expand "/flint:/bla -> ./etc" to /flint:/etc.
9436 2002-07-04  Per Abrahamsen  <abraham@dina.kvl.dk>
9438         * simple.el (toggle-truncate-lines): New command.
9440 2002-07-04  Miles Bader  <miles@gnu.org>
9442         * comint.el (comint-displayed-dynamic-completions): New variable.
9443         (comint-dynamic-list-completions): Be more careful about choosing
9444         when to scroll an existing completions window.
9446 2002-07-03  Andreas Schwab  <schwab@suse.de>
9448         * net/tramp.el (tramp-handle-ange-ftp): Move interactive spec
9449         after doc string.
9451 2002-07-03  Juanma Barranquero  <lektu@terra.es>
9453         * net/tramp.el (tramp-send-eof): Fix typo.
9454         (tramp-kill-process): Likewise.
9456         * play/dunnet.el (dun-physobj-desc): Likewise.
9458         * textmodes/reftex-vars.el (reftex-label-alist): Likewise.
9460         * calendar/timeclock.el (timeclock-workday-remaining): Likewise.
9461         (timeclock-workday-elapsed): Likewise.
9463         * allout.el (outline-goto-prefix): Likewise.
9465         * emulation/tpu-edt.el (tpu-delete-to-eol): Likewise.
9466         (tpu-delete-to-bol): Likewise.
9468         * subr.el (chars-in-region): Add obsolescence declaration for
9469         `chars-in-region'.
9471 2002-07-03  Miles Bader  <miles@gnu.org>
9473         * faces.el (header-line): Don't use a `common' clause for
9474         inheriting from the mode-line face, since we can't override it,
9475         and we don't want it for ttys.
9477 2002-07-02  Richard M. Stallman  <rms@gnu.org>
9479         * net/ange-ftp.el (ange-ftp-hook-function): Add file-remote-p prop.
9481         * files.el (hack-one-local-variable-constantp): New function.
9482         (hack-one-local-variable-eval-safep): New function.
9483         Check for `eval:' calling fn with `safe-local-eval-function' property.
9484         (hack-one-local-variable): Use hack-one-local-variable-eval-safep.
9485         (c-add-style, c-set-style): Add safe-local-eval-function property.
9487         * files.el (insert-directory): Handle --dired option to ls.
9489         * files.el (file-remote-p): New function.
9491         * emacs-lisp/easymenu.el (easy-menu-popup-menu): New function.
9493         * startup.el (fancy-splash-screens): Switch to a chosen frame.
9494         (fancy-splash-frame): Choose the right frame to use.
9495         (use-fancy-splash-screens-p): Check dimensions of the right frame
9496         in order to decide.
9498         * emacs-lisp/bytecomp.el (byte-compile-warning-types):
9499         Rename cl-func to cl-functions.  Enable it by default.
9500         (byte-compile-file-form-eval-boundary): Turn off cl-functions warnings
9501         if the file loads cl.
9502         (byte-compile-initial-macro-environment): For eval-and-compile,
9503         use byte-compile-eval-before-compile to eval.
9504         (byte-compile-eval-before-compile): New function to turn off
9505         cl-functions when appropriate, for eval-and-compile.
9506         (byte-compile-warnings): Doc fix.
9508 2002-07-02  Dave Love  <fx@gnu.org>
9510         * emacs-lisp/bytecomp.el (byte-compile-warnings): Add cl-func option.
9511         (byte-compile-cl-warn): New function.
9512         (byte-compile-form): Use it, to warn about calling cl functions.
9513         (byte-compile-warning-types): Doc fix.
9515 2002-07-02  Juanma Barranquero  <lektu@terra.es>
9517         * mail/rmailsum.el (rmail-user-mail-address-regexp): Fix typo.
9519         * textmodes/reftex-cite.el (reftex-citation): Fix typo.
9521         * progmodes/cperl-mode.el (cperl-break-one-line-blocks-when-indent):
9522         Fix typo.
9524 2002-07-02  Kim F. Storm  <storm@cua.dk>
9526         * emacs-lisp/bindat.el: New file.
9528 2002-07-01  Sam Steingold  <sds@gnu.org>
9530         * textmodes/tex-mode.el (tex-file): Call `save-some-buffers'
9531         before `tex-main-file' because if the current buffer is new, its
9532         file might not exist yet, and then `tex-main-file' will
9533         incorrectly return "foo.tex.tex".
9535 2002-07-01  Juanma Barranquero  <lektu@terra.es>
9537         * ido.el (ido-minibuffer-setup-hook): Doc fix.
9539 2002-07-01  Dave Love  <fx@gnu.org>
9541         Make strokes a proper minor mode, and don't try to overload
9542         mouse-2, which doesn't work satisfactorily.
9544         * strokes.el: Doc fixes.
9545         (strokes-mode): Defcustom deleted; replaced by minor mode def with
9546         re-written function.
9547         (strokes-while-inhibiting-garbage-collector): Comment out.
9548         (define-stroke, strokes-fix-button2-command, strokes-insinuated)
9549         (strokes-insinuate, global-set-stroke, describe-stroke)
9550         (load-user-strokes, save-strokes, strokes-bug-address)
9551         (strokes-click-command): Deleted.
9552         (strokes-execute-stroke): Remove strokes-click-p case.
9553         (strokes-describe-stroke): Remove strokes-click-p stuff.
9554         (strokes-help): Fix.
9555         (strokes-report-bug): Alias to report-emacs-bug.
9556         (strokes-prompt-user-save-strokes): Modify format of the file.
9557         (strokes-mode-map, strokes-unload-hook): New.
9558         (strokes-buffer-name): Don't customize.
9560 2002-07-01  Richard M. Stallman  <rms@gnu.org>
9562         * info.el (Info-index): Get immediate error if used in `dir'.
9564         * textmodes/picture.el (picture-forward-column)
9565         (picture-move-down): Never deactivate the mark.
9567 2002-06-30  Simon Josefsson  <jas@extundo.com>
9569         * menu-bar.el (menu-bar-options-menu): Move elisp mode names from
9570         menu entry into balloon help.
9572 2002-06-30  Andreas Schwab  <schwab@suse.de>
9574         * files.el (directory-free-space-args): Don't use `-P' on Darwin.
9575         * term/mac-win.el: Don't set it here.
9577 2002-06-29  Stefan Monnier  <monnier@cs.yale.edu>
9579         * pcvs-defs.el (cvs-mode-map): Bind ! to `force'.
9581 2002-06-29  Andreas Schwab  <schwab@suse.de>
9583         * term/mac-win.el: Use directory-free-space-program instead of
9584         obsolete variable dired-free-space-program.  On Darwin, don't set
9585         directory-free-space-program, shell-file-name and
9586         process-connection-type; set directory-free-space-args to not
9587         include `-P' and use utf-8 for file name coding system.
9589         * simple.el (shell-command-on-region): Handle errors and signals
9590         from shell command execution.
9591         (display-message-or-buffer): Fix last change.
9592         (shell-command-default-error-buffer): Doc fix.
9594         * dired.el (dired-view-file): Quote file name for
9595         dired-run-shell-command.
9597 2002-06-29  Kim F. Storm  <storm@cua.dk>
9599         * kmacro.el: New file.
9601 2002-06-28  John Wiegley  <johnw@gnu.org>
9603         * pcmpl-cvs.el: Added my name as the maintainer of this file.
9605 2002-06-28  Andreas Schwab  <schwab@suse.de>
9607         * shell.el (explicit-bash-args): New user option.
9609 2002-06-28  Kim F. Storm  <storm@cua.dk>
9611         * ido.el: New file.
9613 2002-06-28  Stefan Monnier  <monnier@cs.yale.edu>
9615         * derived.el (define-derived-mode): Preserve the `mode-class' rather
9616         than the `special' symbol property.
9617         (derived-mode-class): Make it obsolete.
9619 2002-06-27  Andreas Schwab  <schwab@suse.de>
9621         * net/tramp.el (tramp-handle-ange-ftp): Fix typo.
9623 2002-06-27  Juanma Barranquero  <lektu@terra.es>
9625         * emacs-lisp/bytecomp.el (baud-rate): Fix obsolescence declaration.
9626         (meta-flag): Likewise.
9628         * international/mule-util.el (string-to-sequence): Likewise.
9630         * subr.el (char-bytes): Likewise.
9631         (make-local-hook): Likewise.
9632         (baud-rate): Remove redundant info from docstring.
9634         * faces.el (frame-update-faces): Fix obsolescence declaration.
9635         (internal-get-face): Remove redundant info from docstring and
9636         fix obsolescence declaration.
9638         * rect.el (move-to-column-force): Likewise.
9640         * help-fns.el (describe-function-1): Use semicolon instead of dot.
9641         (describe-variable): Likewise.
9643 2002-06-27  Stefan Monnier  <monnier@cs.yale.edu>
9645         * mwheel.el (mouse-wheel-change-button): Deactivate before changing.
9646         (mouse-wheel-up-button, mouse-wheel-down-button): Obsolete.
9647         (mouse-wheel-up-event, mouse-wheel-down-event): New vars.
9648         (mouse-wheel-follow-mouse): Change default to t.
9649         (mwheel-event-button): Return the basic event symbol.
9650         (mwheel-scroll): Work with non-mouse events.
9651         (mouse-wheel-mode): Use the new vars.
9652         (mwheel-install): Obey `uninstall'.
9654         * term/xterm.el (function-key-map): Add some bindings.
9656         * uniquify.el (uniquify-delay-rationalize-file-buffer-names):
9657         Rename from delay-uniquify-rationalize-file-buffer-names.
9658         Only rationalize if the buffer is under uniquify control.
9659         (uniquify-delayed-rationalize-file-buffer-names):
9660         Rename from delayed-uniquify-rationalize-file-buffer-names.
9662 2002-06-27  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9664         * net/tramp.el (tramp-file-name-structure)
9665         (tramp-multi-file-name-hop-structure): Split for easier readability.
9666         (tramp-handle-make-symbolic-link): Use user/host/method/... from
9667         LINKNAME, not FILENAME.
9668         (tramp-handle-verify-visited-file-modtime):
9669         Call tramp-ange-ftp-file-name-p with right parameters.
9670         (tramp-handle-verify-visited-file-modtime): `insert' does not
9671         work for integers, convert them to strings first.
9672         (tramp-handle-ange-ftp): New function to perform setup for
9673         replacing Ange-FTP with Tramp.
9674         (tramp-repair-jka-compr): New function to factor out some
9675         previously top-level code.  Call the function at top-level.
9677 2002-06-27  Juanma Barranquero  <lektu@terra.es>
9679         * composite.el (decompose-composite-char): Fix docstring.
9681         * faces.el (describe-face): Capitalize "not documented" message.
9683         * help-fns.el (describe-variable): Likewise.
9684         (describe-function-1): Likewise. Also, document the obsolescence
9685         of the function, if applicable.
9687 2002-06-26  Juanma Barranquero  <lektu@terra.es>
9689         * info.el (info-menu-5): Fix documentation.
9690         (Info-fontify-maximum-menu-size): Remove reference to `Info-fontify'.
9692 2002-06-26  Richard M. Stallman  <rms@gnu.org>
9694         * emacs-lisp/cl.el (values): Simplify definition.
9696         * simple.el (shell-command): Match & only at end of whole command.
9697         (display-message-or-buffer): Don't use the echo area
9698         if output buffer is visible.
9700         * tooltip.el (tooltip-x-offset, tooltip-y-offset): Doc fixes.
9702         * progmodes/cperl-mode.el: Many trivial doc fixes.
9703         (cperl-non-problems): Definition deleted.
9704         (cperl-menu): Don't refer to cperl-non-problems.
9705         (cperl-word-at-point): Add doc string.
9706         (cperl-beautify-regexp-piece): Fix error message.
9707         (cperl-invert-if-unless): Fix error message.
9709         * dired.el (dired-find-alternate-file): Mark as disabled.
9711 2002-06-25  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9713         * net/tramp.el (tramp-ftp-method): New user option.
9714         (tramp-invoke-ange-ftp): New function to forward calls to Ange-FTP.
9715         (with-parsed-tramp-file-name): New macro for the usual big `let'
9716         statement to dissect a file-name.
9717         (tramp-handle-make-symbolic-link, tramp-handle-load)
9718         (tramp-handle-file-name-directory)
9719         (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
9720         (tramp-handle-file-truename, tramp-handle-file-directory-p)
9721         (tramp-handle-file-regular-p, tramp-handle-file-symlink-p)
9722         (tramp-handle-file-writable-p, tramp-handle-file-writable-p):
9723         Use the new macro and forward call to Ange-FTP if applicable.
9724         (tramp-make-ange-ftp-file-name): New helper function to convert a
9725         file name into an Ange-FTP file name, used by `tramp-invoke-ange-ftp'.
9726         (tramp-default-method-alist): New user option.
9727         (tramp-find-default-method): Use it.
9728         (tramp-sh-extra-args): New variable.
9729         (tramp-find-shell): Use it.
9730         (tramp-open-connection-rsh): Support a kludgy feature for the
9731         "-p" option to ssh.  If host name is given as "host#42", uses the
9732         "-p 42" option.
9734 2002-06-25  Andreas Schwab  <schwab@suse.de>
9736         * replace.el (occur-1): Avoid invalid message format string.
9738 2002-06-24  Stefan Monnier  <monnier@cs.yale.edu>
9740         * emacs-lisp/bytecomp.el (byte-compile-callargs-warn):
9741         Check for `noruntime' even if the function has a known sig.
9742         (byte-compile-file, byte-compile-output-docform):
9743         Don't hard code point-min = 1.
9745         * pcvs.el (cvs-parse-process): Don't save/restore point.
9746         Fix last change not to introduce spurious dir FIs.
9747         (cvs-move-to-goal-column): New function extracted from
9748         cvs-mode-previous-line.
9749         (cvs-mode-previous-line, cvs-mode-next-line): Use it.
9750         (cvs-addto-collection): Use it to preserve point.
9751         (cvs-vc-command-advice): Ad-hoc workaround for `cvs -q add'.
9753         * mwheel.el (mouse-wheel-scroll-amount,mwheel-scroll,mouse-wheel-mode):
9754         Don't require the first element to be modifier-free.
9756         * pcvs-parse.el (cvs-parse-table):
9757         Handle `nothing known about' with more care.
9759         * pcvs.el (cvs-fileinfo-kill): Remove.
9760         (cvs-parse-process): Add `old-fis' argument.
9761         (cvs-mode-run): Use it instead of cvs-fileinfo-kill.
9763         * descr-text.el (describe-property-list): Make sure there's
9764         a space between the property name and its value.
9765         (describe-text-properties): Don't kill a pre-existing buffer.
9767         * mwheel.el: Undo last patch from Stephen Gildea for now.
9769 2002-06-24  Kim F. Storm  <storm@cua.dk>
9771         * emulation/keypad.el: Added :require 'keypad to defcustoms.
9773 2002-06-23  Stefan Monnier  <monnier@cs.yale.edu>
9775         * subr.el (event-start, event-end, event-click-count):
9776         Accept non-mouse events as well.
9777         (read-key): New function.
9778         (read-quoted-char): Use it.  Use this-single-command-raw-keys as well.
9780         * files.el: Rename (and mark as obsolete)
9781         find-file-hooks to find-file-hook,
9782         find-file-not-found-hooks to find-file-not-found-functions,
9783         write-file-hooks to write-file-functions,
9784         write-contents-hooks to write-contents-functions.
9785         Mark local-write-file-hooks as obsolete.
9786         (locate-file-completion): Don't cons uselessly.  Use test-completion.
9787         (basic-save-buffer): Use (point-min) rather than 1.
9788         (basic-save-buffer-2): Obey the `setmodes' returned by backup-buffer.
9790         * help-fns.el (describe-variable): Only use `buffer' is still live.
9791         Use `delete-region' instead of save-excursion + delete-char.
9792         Document the obsolescence of the variable, if applicable.
9794 2002-06-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
9796         * progmodes/f90.el (f90-do-auto-fill): Respect the value of
9797         comment-auto-fill-only-comments.
9799 2002-06-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9801         * net/ange-ftp.el (backup-buffer): Delete `ange-ftp' property.
9802         This is not a handled operation.
9804 2002-06-21  Kim F. Storm  <storm@cua.dk>
9806         * emulation/cua-base.el (cua--prefix-arg): Make register prefixes
9807         work again.  Corrected error in check for C-u initiated prefix.
9809         * emulation/keypad.el (keypad-setup): Handle kp-begin like kp-space.
9811 2002-06-21  Richard M. Stallman  <rms@gnu.org>
9813         * net/browse-url.el (browse-url-at-mouse): Don't pass an arg
9814         to browse-url-at-point.
9816         * play/zone.el (zone-idle): Var deleted.
9818         * international/iso-acc.el (iso-languages) <french>:
9819         `~ ' now generates `~', `~,' definition deleted.
9821         * format.el (format-annotate-function): Copy multibyte flag
9822         and selective-display into the new temp buffer.
9824         * edmacro.el (edmacro-fix-menu-commands):
9825         Discard `help-echo' events.  Handle (menu-bar) events.
9826         Simplify by converting key sequence to a list and then back to vector.
9828 2002-06-21  Stephen Gildea  <gildea@stop.mail-abuse.org>
9830         * mwheel.el: Allow arbitrary keys for scrolling, add a third
9831         scrolling speed, fix an unwind-protect.
9832         (mouse-wheel-scroll-amount): Now a three-element list.
9833         (mouse-wheel-scroll-down-slow, mouse-wheel-scroll-up-slow)
9834         (mouse-wheel-scroll-down-normal, mouse-wheel-scroll-up-normal)
9835         (mouse-wheel-scroll-down-fast, mouse-wheel-scroll-up-fast):
9836         New functions.
9838 2002-06-21  Andreas Schwab  <schwab@suse.de>
9840         * files.el (find-file-read-args): Add new argument `mustmatch' and
9841         pass it down to read-file-name.
9842         (find-file, find-file-other-window, find-file-other-frame)
9843         (find-file-read-only, find-file-read-only-other-window)
9844         (find-file-read-only-other-frame): Use it and fix prompts.
9846 2002-06-21  Stefan Monnier  <monnier@cs.yale.edu>
9848         * pcvs-defs.el (cvs-version): Use cvs-program rather than "cvs".
9850 2002-06-20  Emmanuel Briot  <briot@act-europe.fr>
9852         * progmodes/ada-mode.el: Update copyright notice.
9853         Synchronize with GNAT release 3.15a1.
9854         Do not attempt to load ada-support, which is only for compatibility
9855         with older Emacs versions, and is not needed for Emacs 21.
9856         Fix various calls to count-lines, that didn't work correctly when the
9857         buffer was narrowed.
9858         (ada-continuation-indent): New variable.
9859         (ada-contextual-menu): New entry "List local references", faster than
9860         "List References".
9861         (ada-mode): New alignment rules provided by S. Leake.
9862         Add support for which-function-mode.
9863         (ada-get-current-indent): Fix indentation of named parameter lists and
9864         nested boolean expressions.
9865         (ada-indent-on-previous-lines): Fix indentation of labels.
9866         (ada-search-prev-end-stmt): Fix searching of the previous
9867         end-statement, specially with regards to nested subprograms.
9868         (comment-region advice): Initially disabled, for better compatibility
9869         with other modes.
9870         (ada-fill-comment-paragraph): Fixed (no longer worked with Emacs 21).
9872         * progmodes/ada-xref.el: Update copyright notice.
9873         (ada-xref-create-ali): The default is now not to create automatically
9874         the ALI files by compiling the unit, since this isn't always reliable
9875         and requires an up-to-date project file.
9876         (ada-prj-default-comp-cmd): No longer use gcc directly to compile
9877         a file, but use gnatmake instead, since this gives access to the GNAT
9878         project files.
9879         (ada-xref-search-with-egrep): New variable, suggested by P. Waroquiers.
9880         (ada-load-project-hook): New variable, for support of GNAT
9881         project files.
9882         (ada-update-project-menu): Fix the detection of the project file name.
9883         (ada-add-keymap): Change key binding for ada-find-file, that conflicted
9884         with another binding in ada-mode.el.
9885         (ada-add-menu): New menu "List Local References", to list the reference
9886         to the entity only in the current file, instead of looking in the whole
9887         project.  Much faster.
9888         (ada-find-references): New parameters arg and local-only.
9889         (ada-find-any-references): New parameters local-only and append.
9890         (ada-goto-declaration): Fix handling of predefined entities in xref.
9891         (ada-get-all-references): Updated to the new xref format in GNAT 3.15,
9892         still compatible with GNAT 3.14 of course.  Fix various calls to
9893         count-lines, that didn't work correctly when the buffer was narrowed.
9895         * progmodes/ada-prj.el: Update copyright.
9896         (ada-prj-load-directory): Make sure we do not use one of the new Emacs
9897         21 dialogs to select the file, since we want a directory name only.
9898         (ada-customize): Add support for the new GNAT project files.
9900 2002-06-20  Francesco Potort\e,Al\e(B  <pot@gnu.org>
9902         * progmodes/etags.el (tag-implicit-name-match-p): New function.
9903         (etags-recognize-tags-table): Use it for implicit tag names.
9905 2002-06-20  Miles Bader  <miles@gnu.org>
9907         * comint.el (comint-get-old-input-default): Strip text properties
9908         for fields too.
9910         * comint.el (comint-output-filter): Run output-filter functions
9911         before setting up the prompt.
9913         * international/characters.el: Re-enable code giving word syntax
9914         to certain japanese-jisx0208 characters.
9916 2002-06-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
9918         * progmodes/f90.el (f90-type-def-re): Fix value.
9919         (f90-looking-at-type-like): Adapt for new `f90-type-def-re' value.
9921 2002-06-18  Stefan Monnier  <monnier@cs.yale.edu>
9923         * international/quail.el (quail-help): Don't assume the buffer
9924         is displayed in the same frame.
9926         * emacs-lisp/debug.el (cancel-debug-on-entry):
9927         * emacs-lisp/regexp-opt.el (regexp-opt-group): Don't cons uselessly.
9929         * pcvs.el (cvs-vc-command-advice): Handle the case where args
9930         are passed to `cvs' before the command name.
9931         (cvs-fileinfo-kill): Mark old FIs as up-to-date rather than dead.
9933         * pcvs-info.el (cvs-add-face): Minor rewrite.
9934         (cvs-fileinfo-pp): Use `cvs-goal-column' with directory entries.
9936         * newcomment.el (comment-normalize-vars): Refresh the comment-foo-skip
9937         regexp when they don't match comment-foo any more.
9939 2002-06-18  Juanma Barranquero  <lektu@terra.es>
9941         * filesets.el (filesets-update-pre010505): Fix typo.
9943         * eshell/em-pred.el (eshell-modifier-help-string): Fix typos.
9945         * emulation/edt.el (edt-substitute): Fix typo.
9947         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine): Fix typo.
9949         * comint.el (comint-next-prompt, comint-previous-prompt): Fix typos.
9951         * progmodes/sh-script.el (sh-electric-rparen-needed): Remove.
9953 2002-06-17  Richard M. Stallman  <rms@gnu.org>
9955         * facemenu.el (facemenu-map): Rename to Describe Text
9956         to Describe Properties and use describe-text-properties.
9958         * simple.el (what-cursor-position): Use describe-char.
9960         * descr-text.el (describe-char): Moved from mule-diag.el, renamed
9961         from describe-char-after.  Now calls describe-text-properties.
9962         (describe-property-list): Renamed from describe-text-properties.
9963         (describe-text-properties): Renamed from describe-text-at.
9964         New arg OUTPUT-BUFFER.
9965         (describe-text-properties-1):
9966         New subroutine, broken out from describe-text-properties.
9967         Output a newline before each section of the output.
9969         * international/mule-diag.el (describe-char-after):
9970         Moved to descr-text.el.
9972 2002-06-17  Eli Zaretskii  <eliz@is.elta.co.il>
9974         * international/mule.el (ctext-pre-write-conversion): Fix the values
9975         of FROM and TO if we create a new buffer.
9977 2002-06-17  John Paul Wallington  <jpw@shootybangbang.com>
9979         * comint.el (comint-insert-clicked-input): Insert clicked-on
9980         previous input without properties.
9982 2002-06-16  Andrew Choi  <akochoi@shaw.ca>
9984         * term/mac-win.el (scalable-fonts-allowed): Set to t.
9986 2002-06-15  Colin Walters  <walters@debian.org>
9988         * pcvs-info.el (global-font-lock-mode, font-lock-auto-fontify):
9989         Delete defvars.
9990         (cvs-highlight): Delete.
9991         (cvs-add-face): Use `font-lock-face'.  Always add properties.
9993         * ibuffer.el (ibuffer-movement-cycle): New variable.
9994         (ibuffer-backward-line, ibuffer-forward-line): Use it.
9996 2002-06-15  Richard M. Stallman  <rms@gnu.org>
9998         * emacs-lisp/bytecomp.el (byte-recompile-directory): Doc fix.
9999         (batch-byte-recompile-directory): Undo previous change.
10001         * comint.el (comint-skip-input): New function.
10002         (comint-interrupt-subjob, comint-kill-subjob, comint-quit-subjob)
10003         (comint-stop-subjob): Use comint-skip-input.
10005         * ielm.el (ielm-eval-input): Use error-message-string.
10006         (ielm-format-error, ielm-format-errors): Functions deleted.
10008 2002-06-14  Kim F. Storm  <storm@cua.dk>
10010         * progmodes/compile.el (grep-tree): Doc fixes.
10011         Added SUBDIRS arg for non-interactive use.
10013 2002-06-14  Juanma Barranquero  <lektu@terra.es>
10015         * comint.el (comint-snapshot-last-prompt):
10016         Bind `inhibit-read-only' to t to support read-only prompts.
10017         (comint-output-filter): Likewise.
10019 2002-06-14  Miles Bader  <miles@gnu.org>
10021         * subr.el (copy-tree): Use `nconc' and `nreverse' instead of `nreconc'.
10022         (pop): Move the call to `car' outside the prog1, as the compiler
10023         then generates better code.
10025 2002-06-13  Richard M. Stallman  <rms@gnu.org>
10027         * play/zone.el (zone-timer): New variable holds the idle timer.
10028         (zone): Don't fiddle with the idle timer at all.
10029         (zone-when-idle): Put the idle timer in zone-timer.
10030         If one is already set up, cancel it and make a new one.
10031         (zone-leave-me-alone): Likewise.
10033 2002-06-13  Jason Rumney  <jasonr@gnu.org>
10035         * w32-fns.el (w32-charset-info-alist): Reorder.
10037 2002-06-13  Andreas Schwab  <schwab@suse.de>
10039         * files.el (auto-mode-alist): Move entry for ".in" to the end.
10041 2002-06-13  Miles Bader  <miles@gnu.org>
10043         * comint.el (comint-mode): Don't set `font-lock-defaults'.
10044         (comint-mode-hook): Turn on font-lock by default.
10046 2002-06-12  Karl Fogel  <kfogel@red-bean.com>
10048         * bookmark.el (bookmark-file-or-variation-thereof):
10049         Restore vc-backend check, thanks to Robert Thorpe for noticing.
10051 2002-06-12  Eli Zaretskii  <eliz@is.elta.co.il>
10053         * textmodes/bibtex.el: Change the maintainer to "none".
10055 2002-06-12  Juanma Barranquero  <lektu@terra>
10057         * term/w32-win.el (x-handle-switch): Fix handling of
10058         x-invocation-args for switches with arguments.
10060 2002-06-12  Stefan Monnier  <monnier@cs.yale.edu>
10062         * menu-bar.el (menu-bar-showhide-fringe-menu): Don't use `fringe-mode'
10063         without first making sure it's bound.
10065 2002-06-12  Richard M. Stallman  <rms@gnu.org>
10067         * info.el (Info-fontify-node): Compute header line specially
10068         if node has no next, previous or up links.
10069         Hide the part of the first line that is used in the header.
10070         Use Info-next-link-keymap, etc.
10071         (Info-next-link-keymap, Info-prev-link-keymap)
10072         (Info-up-link-keymap): New variables.
10074         * international/mule-diag.el (describe-char-after): Doc fix.
10076         * view.el (view-mode-enter): Clarify echo area message.
10078         * info.el (Info-select-node): Turn header line on or off here.
10079         (Info-setup-header-line): Function deleted.
10080         (Info-mode): Make Info-header-line local.
10081         (Info-fontify-node): Ignore Info-use-header-line.
10082         Unconditionally compute what the header line should be, and
10083         store it on the `header-line' property of the node's first char.
10084         Bind [header-line down-mouse-1].
10085         Use `keymap' property, not `local-map'.
10086         Bind [mouse-2] for mouse clicks on the node line in the text.
10088         * font-lock.el (font-lock-beginning-of-syntax-function): Doc fix.
10090 2002-06-12  Miles Bader  <miles@gnu.org>
10092         * comint.el (comint-send-input): Properly handle empty and
10093         no-newline input regions.
10095 2002-06-12  Colin Walters  <walters@gnu.org>
10097         * calc/calc.el: Use `when', `unless'.
10098         (calc-trail-mode): Use an italic `font-lock-face'.
10099         (calc-refresh): Ditto.
10101 2002-06-12  Colin Walters  <walters@debian.org>
10103         * font-core.el (font-lock-core-only): Variable deleted.
10104         All uses removed.
10105         (font-lock-set-defaults): Variable alist settings moved back into
10106         font-lock-set-defaults-1.
10107         (turn-on-font-lock-if-enabled): Always turn on font-lock unless it
10108         is specifically excluded by the user.
10110         * font-lock.el (font-lock-set-defaults-1): Set variable alist here.
10112         * help-mode.el (help-mode): Don't set `font-lock-defaults'.
10114         * ibuffer.el (ibuffer-mode): Don't set `font-lock-defaults'.
10116         * info.el (Info-mode): Don't set `font-lock-defaults'.
10118         * replace.el (occur-mode): Don't set `font-lock-defaults'.
10120         * help-mode.el (help-highlight-p, help-highlight-face):
10121         Variable was unused; delete.
10122         (help-make-xrefs): Doc fix.
10124 2002-06-11  Richard M. Stallman  <rms@gnu.org>
10126         * format.el (format-alist): Document new element PRESERVE.
10127         (format-write-file): Implement PRESERVE elt for a format.
10129         * files.el (make-auto-save-file-name): Rename local `filename' to
10130         `file-name'.
10132 2002-06-10  Richard M. Stallman  <rms@gnu.org>
10134         * progmodes/ebrowse.el (ebrowse-draw-tree-fn): Use copy-sequence.
10135         (ebrowse-copy-list): Function deleted.
10137         * eshell/em-unix.el (eshell/diff): Use copy-sequence.
10139         * eshell/esh-mode.el (eshell-mode, eshell-mode): Use copy-sequence.
10141         * eshell/esh-util.el (eshell-copy-list): Function deleted.
10142         (eshell-sublist): Use copy-sequence.
10143         (eshell-copy-tree): Make it an alias for copy-tree.
10145         * emacs-lisp/cl.el (copy-list): Moved back from subr.el.
10147         * subr.el (copy-list): Moved to cl.el.
10148         (copy-tree): Don't use copy-list or cl-pop.
10150 2002-06-10  Miles Bader  <miles@gnu.org>
10152         Make comint use text properties for highlighting instead of overlays:
10153         * comint.el (comint-last-output-overlay): Variable removed.
10154         (comint-send-input, comint-output-filter): Use text properties
10155         instead of overlays.
10156         (comint-insert-clicked-input): Rewrite to work with text
10157         properties as well as overlays
10158         (comint-snapshot-last-prompt): Snapshot using text properties.
10159         (comint-get-old-input-default, comint-extract-string): Don't copy
10160         text properties.
10162         * simple.el (line-move-finish): Inhibit field motion when
10163         computing `line-end'.
10165         * files.el (revert-buffer): Correct typo: variable name is
10166         `buffer-file-format', not `buffer-file-formats'.
10168         * comint.el (comint-send-input, comint-output-filter): Use the
10169         `font-lock-face' property instead of `face'.  Don't check the
10170         highlight-enabling variables anymore.
10171         (comint-highlight-input, comint-highlight-prompt): Variables removed.
10173         * faces.el (display-supports-face-attributes-p): New function.
10174         (face-spec-set-match-display): Support `supports' predicate.
10175         (italic): Try underlining for displays that don't support real italics.
10176         * cus-edit.el (custom-display): Add support for `supports' predicate.
10177         * term/tty-colors.el (color-name-rgb-alist): Use 16-bit RGB values
10178         instead of 8-bit, for consistency with the rest of emacs.
10179         (tty-color-canonicalize): Only copy COLOR if we need to change it.
10180         (tty-color-approximate): Scale values from `color-name-rgb-alist'
10181         appropriately.  Return the whole color description, rather than
10182         just the RGB values.
10183         (tty-color-standard-values): New function.  Code mostly taken from
10184         `tty-color-translate'.
10185         (tty-color-translate, tty-color-values): Use `tty-color-desc' to
10186         do all the work.
10187         (tty-color-desc): Do color lookup here instead of calling
10188         `tty-color-translate' and `tty-color-by-index'; this is now the
10189         main place to do it.
10191 2002-06-09  Martin Stjernholm  <bug-cc-mode@gnu.org>
10193         * progmodes/cc-style.el (c-set-style, c-set-style-1):
10194         Add another state for the `dont-override' flag where it only keeps
10195         globally set variables.
10197 2002-06-08  Colin Walters  <walters@gnu.org>
10199         * descr-text.el (describe-text-properties): Sort the output by the
10200         size of the values.  Put `font-lock-face' property on property names.
10201         (toplevel): Provide `descr-text'.
10203         * international/mule-diag.el (describe-char-after): When there are
10204         text properties, require `descr-text', and just call
10205         `describe-text-properties'.
10207         * international/mule.el (sgml-html-meta-auto-coding-function):
10208         New function.
10209         (auto-coding-from-file-contents): Delete; merge functionality into
10210         `set-auto-coding'.
10211         (set-auto-coding): Move tests from `auto-coding-functions' so that
10212         they have a lower priority than coding: tags.
10213         Put `auto-coding-regexp-alist' tests before coding: tag tests.
10214         (sgml-xml-auto-coding-function): Simply `intern' the match, and
10215         test if it's a valid coding system.
10216         (auto-coding-functions): Add `sgml-html-meta-auto-coding-function'.
10218 2002-06-08  Colin Walters  <walters@verbum.org>
10220         * subr.el (copy-list): Moved here from cl.el.
10221         (copy-tree): Renamed here from `cl-copy-tree' in cl-extra.el.
10223         * emacs-lisp/cl-extra.el (cl-copy-tree): Moved to `copy-tree' in
10224         subr.el.  Add a defalias with the old name.
10226         * emacs-lisp/cl.el (copy-list): Moved to subr.el.
10228         * replace.el (occur-mode): Don't set up categories.  Do set
10229         `font-lock-defaults', and be sure to set `font-lock-core-only'.
10230         (occur-1): Pass `list-matching-lines-face' and
10231         `list-matching-lines-buffer-name-face'.
10232         (occur-engine): Use `font-lock-face' instead of categories.
10234         * info.el (Info-mode): Don't set up categories.  Do set
10235         `font-lock-defaults', and be sure to set `font-lock-core-only'.
10236         (Info-fontify-menu-headers): Use `font-lock-face' instead of
10237         categories.
10238         (Info-fontify-node): Ditto.
10240         * ibuffer.el (ibuffer-category-alist): Delete.
10241         (ibuffer-get-category): Delete.
10242         (ibuffer-compile-make-eliding-form): Use `font-lock-face' instead
10243         of categories.
10244         (ibuffer-compile-format): Don't treat `name' category specially.
10245         (ibuffer-column name): Use `font-lock-face'.
10246         (filename-and-process): Ditto.
10247         (ibuffer-buffer-name-category): Renamed to
10248         `ibuffer-buffer-name-face'.  Don't use categories.
10249         (ibuffer-update-title-and-summary): Use `font-lock-face'.
10250         (ibuffer-insert-filter-group): Ditto.
10251         (ibuffer-mode): Don't set up categories.  Do set
10252         `font-lock-defaults', and be sure to set `font-lock-core-only'.
10253         (ibuffer-compile-format): Don't pass third argument
10254         to column functions.
10255         (filename-and-process): Ditto.
10257         * ibuf-macs.el (define-ibuffer-column): Don't create a third
10258         argument for the generated function.
10260         * font-core.el (font-lock-category-alist): Delete.
10261         (turn-on-font-lock-if-enabled): Don't use it.
10262         (font-lock-symbol-category-alist): Delete.
10263         (font-lock-default-function): Use new `char-property-alias-alist'
10264         to make `font-lock-face' an alias for `face' when font-lock mode
10265         is enabled.
10266         (font-lock-core-only): New variable.
10267         (font-lock-set-defaults): Use it.
10269 2002-06-08  Richard M. Stallman  <rms@gnu.org>
10271         * files.el (find-file-noselect-1): Undo previous change.
10273         * bookmark.el (bookmark-file-or-variation-thereof): Doc fix.
10275 2002-06-07  Karl Fogel  <kfogel@red-bean.com>
10277         * bookmark.el (bookmark-file-or-variation-thereof): Just use
10278         Info-suffix-list, as suggested by Stefan Monnier.
10280 2002-06-05  Eli Zaretskii  <eliz@is.elta.co.il>
10282         * select.el (xselect-convert-to-string): If VALUE is a string,
10283         return a cons of TYPE and the string.
10285 2002-06-05  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
10287         * language/cyrillic.el (cyrillic-alternativnyj-decode-table):
10288         Fix the table to contain correct characters.
10290 2002-06-04  Richard M. Stallman  <rms@gnu.org>
10292         * simple.el: Don't require cl.
10294 2002-06-03  Richard M. Stallman  <rms@gnu.org>
10296         * dired.el (dired-do-shell-command): Doc fix in autoload.
10298         * info.el (Info-extract-pointer): Ignore Info-header-line.
10300         * progmodes/cc-mode.el (c-postprocess-file-styles):
10301         Do nothing except in CC modes.
10303         * international/mule-cmds.el (select-safe-coding-system):
10304         When computing auto-cs, narrow to FROM...TO.
10305         Put save-excursion outside save-restriction.
10306         New arg FILE; use that for set-auto-coding.
10308 2002-06-01  Richard M. Stallman  <rms@gnu.org>
10310         * simple.el (choose-completion-string-functions): Doc fix.
10311         (choose-completion-string): Add doc string.
10313 2002-06-01  Kim F. Storm  <storm@cua.dk>
10315         * simple.el: Reworked previous change.
10316         (choose-completion-string1): Merged back into choose-completion-string.
10317         (choose-completion-string): Run choose-completion-string-functions
10318         after checking for proper minibuffer window.  Added mini-p arg to
10319         the hook functions.  Insert choice if all hook functions return nil.
10320         (choose-completion-string-functions): Doc update.
10322 2002-06-01  Sam Steingold  <sds@gnu.org>
10324         * files.el (auto-mode-alist): Strip trailing ".in" from the file
10325         name when deciding the mode (for config.h.in, Makefile.in etc).
10327 2002-06-01  Thien-Thi Nguyen  <ttn@gnu.org>
10329         * progmodes/prolog.el (prolog-mode-syntax-table): Add flags to
10330         ?/ and ?* entries to support /* */ style comments.
10331         (prolog-font-lock-keywords): New var.
10332         (prolog-mode): Enable font-locking; set `font-lock-defaults'.
10334 2002-06-01  Kim F. Storm  <storm@cua.dk>
10336         * simple.el (choose-completion-string-functions): New special hook.
10337         (choose-completion-string1): Renamed from choose-completion-string.
10338         (choose-completion-string): Run choose-completion-string-functions
10339         until success, and only call choose-completion-string1 if it fails.
10341 2002-05-31  Stefan Monnier  <monnier@cs.yale.edu>
10343         * textmodes/ispell.el (autoloaded toplevel): Don't use
10344         ispell-library-directory without checking that it's bound.
10346 2002-05-31  Kim F. Storm  <storm@cua.dk>
10348         * emulation/cua-base.el (cua--last-deleted-region-pos)
10349         (cua--last-deleted-region-text): New aux variables.
10350         (cua-delete-region): Set them.
10351         (cua-repeat-replace-region): Use them to find the replacement text.
10353 2002-05-31  Juanma Barranquero  <lektu@terra.es>
10355         * emulation/viper-cmd.el (viper-smart-suffix-list, viper-ask-level):
10356         Fix typos.
10358 2002-05-31  Kim F. Storm  <storm@cua.dk>
10360         * progmodes/compile.el (grep-tree-command, grep-tree-files-aliases)
10361         (grep-tree-ignore-CVS-directories, grep-tree-ignore-case):
10362         New custom variables.
10363         (grep-compute-defaults): Compute grep-tree-command's default value.
10364         (grep-expand-command-macros): New aux function.
10365         (grep-tree-last-regexp, grep-tree-last-files): New aux variables.
10366         (grep-tree): New command like grep-find but extended prompting.
10368 2002-05-30  Richard M. Stallman  <rms@gnu.org>
10370         * files.el (find-file-default): Add defvar for var already used.
10372         * menu-bar.el (menu-bar-showhide-fringe-menu): Use defvar.
10374         * subr.el (open-network-stream, open-network-stream-nowait)
10375         (open-network-stream-server, process-kill-without-query):
10376         Moved from simple.el.
10378         * simple.el (open-network-stream, open-network-stream-nowait)
10379         (open-network-stream-server, process-kill-without-query):
10380         Moved to subr.el.
10382         * simple.el (byte-compiling-files-p): Function deleted.
10384         * textmodes/ispell.el (ispell-library-directory): Renamed from
10385         ispell-library-path.  If Ispell is not installed, init to nil.
10386         (check-ispell-version): Doc fix.
10387         (ispell-menu-map): Get rid of byte-compiling-files-p hackery;
10388         initialize this unconditionally when ispell-menu-map-needed is t.
10389         Local `path' renamed to `dir'.
10391 2002-05-30  Miles Bader  <miles@gnu.org>
10393         * calc/calc.el (calc-show-banner): New variable.
10394         (calc-refresh): Only show banner if `calc-show-banner' is non-nil.
10395         (calc-mode-var-list): Add `calc-show-banner'.
10396         * calc/calc-ext.el (calc-init-extensions): Add binding for `d@'.
10397         (calc-toggle-banner): New function.
10398         * calc/calc-help.el (calc-d-prefix-help): Add `@'.
10400 2002-05-29  Richard M. Stallman  <rms@gnu.org>
10402         * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
10403         When recognizing a def... construct, make that indentation
10404         tentative, so that it can be overridden if the list in question
10405         is not actually an expression.
10406         (common-lisp-indent-call-method): New subroutine.
10408         * emacs-lisp/bytecomp.el (batch-byte-compile-file):
10409         Delete the output file if we get a file-error.
10411         * tooltip.el (tooltip-mouse-motions-active): New variable.
10412         (tooltip-activate-mouse-motions): Don't kill track-mouse local
10413         if it was not made by us.
10415         * mouse.el (mouse-set-font): Avoid misleading error message
10416         if user makes no selection.
10418         * info.el (Info-setup-header-line): Don't hide the links line.
10420         * files.el (find-file-noselect-1): Return the buffer we created
10421         even if it has been killed within `after-find-file'.
10423         * files.el (auto-mode-alist): Use ada-mode for .ad[bs].dg files.
10425 2002-05-29  Kim F. Storm  <storm@cua.dk>
10427         * simple.el (open-network-stream-server): Pass on optional args
10428         sentinel and filter to make-network-process (from Luke Gorrie).
10430 2002-05-28  Colin Walters  <walters@gnu.org>
10432         * textmodes/sgml-mode.el (xml-mode): New alias for `sgml-mode'.
10434         * emacs-lisp/bytecomp.el (byte-compile-last-line): Deleted.
10435         (byte-compile-delete-first): New function.
10436         (byte-compile-read-position): New variable.
10437         (byte-compile-last-position): New variable.
10438         (byte-compile-current-buffer): New variable.
10439         (byte-compile-log-1): Use it.
10440         (byte-compile-set-symbol-position): New function.
10441         (byte-compile-obsolete, byte-compile-callargs-warn)
10442         (byte-compile-arglist-warn, byte-compile-arglist-warn)
10443         (byte-compile-print-syms, byte-compile-file-form-defmumble)
10444         (byte-compile-check-lambda-list, byte-compile-lambda)
10445         (byte-compile-form, byte-compile-variable-ref)
10446         (byte-compile-subr-wrong-args, byte-compile-negation-optimizer)
10447         (byte-compile-condition-case, byte-compile-defun)
10448         (byte-compile-defvar, byte-compile-autoload)
10449         (byte-compile-lambda-form): Use it.
10450         (byte-compile-from-buffer): Set it, and bind
10451         `read-with-symbol-positions' and `read-symbol-positions-list'.
10453         * emacs-lisp/bytecomp.el (byte-compile-debug): New variable.
10455 2002-05-28  Kim F. Storm  <storm@cua.dk>
10457         * files.el (read-directory-name): New function.
10458         (cd): Use it instead of read-file-name.
10460 2002-05-27  Kim F. Storm  <storm@cua.dk>
10462         * simple.el (push-mark-command): Added optional NOMSG arg.
10464         * emulation/cua-base.el (cua-set-mark): Align pop to mark
10465         behaviour with standard set-mark-command.
10466         (cua--pre-command-handler): Use push-mark-command.
10467         (cua-repeat-replace-region): Improve functionality when
10468         repeated after moving point or changing buffer.
10470 2002-05-26  Colin Walters  <walters@verbum.org>
10472         * startup.el (command-line): Use `when', `unless'.
10473         (command-line-1): New argument "--nosplash".  Handle it.
10475         * startup.el (inhibit-splash-screen): New variable alias for
10476         `inhibit-startup-message'.
10478         * replace.el (perform-replace): Document return value.  Use `pop'.
10480 2002-05-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
10482         * progmodes/f90.el (f90-previous-block, f90-next-block): New names,
10483         and slightly changed behaviour, for `f90-previous-block-start' and
10484         `f90-next-block-end'.
10485         (f90-beginning-of-subprogram, f90-end-of-subprogram): Simplify.
10487 2002-05-26  Simon Josefsson  <jas@extundo.com>
10489         * fringe.el (set-fringe-mode): Work when updating
10490         `default-frame-alist'.
10492 2002-05-26  Kim F. Storm  <storm@cua.dk>
10494         * emulation/cua-base.el (cua--repeat-replace-text): New variable.
10495         (cua-repeat-replace-region): New command.
10496         (cua--init-keymaps): Bind it to M-v in cua--cua-keys-keymap.
10497         Misc improvements to the commentary.
10499 2002-05-26  Simon Josefsson  <jas@extundo.com>
10501         * fringe.el (fringe-query-style): New fringe style "minimal".
10503 2002-05-24  Simon Josefsson  <jas@extundo.com>
10505         * rot13.el (rot13-translate-table): New variable.
10506         (rot13, rot13-string, rot13-region): New functions.
10508 2002-05-25  Martin Stjernholm  <bug-cc-mode@gnu.org>
10510         * progmodes/cc-engine.el (c-add-stmt-syntax): Fixed some cases
10511         of wrong anchoring, e.g. for else-if compounds.
10513 2002-05-25  Miles Bader  <miles@gnu.org>
10515         * menu-bar.el (menu-bar-showhide-fringe-menu-customize-left)
10516         (menu-bar-showhide-fringe-menu-customize-right)
10517         (menu-bar-showhide-fringe-menu-customize-disable):
10518         Use proper calling convention for `customize-set-value'.
10519         Require `fringe' before setting variable.
10521 2002-05-25  Kim F. Storm  <storm@cua.dk>
10523         * emulation/cua-base.el (cua--self-insert-char-p): New function.
10525         * emulation/cua-gmrk.el (cua--init-global-mark): Install default
10526         binding in cua--global-mark-keymap using cua--self-insert-char-p
10527         to handle all global self inserting characters in gmark mode.
10529         * emulation/cua-rect.el (cua--init-rectangles): Install default
10530         binding in cua--rectangle-keymap using cua--self-insert-char-p
10531         to handle all global self inserting characters in rectangle mode.
10533 2002-05-24  Stefan Monnier  <monnier@cs.yale.edu>
10535         * net/ange-ftp.el (read-file-name-internal): Remove the
10536         `ange-ftp' property.
10537         (ange-ftp-real-read-file-name-internal): Remove.
10539 2002-05-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
10541         * progmodes/f90.el: (f90-end-of-subprogram): Remove the final
10542         `forward-line'.
10543         (f90-end-of-block, f90-beginning-of-block, f90-next-block-end)
10544         (f90-previous-block-start): New navigation commands.
10546 2002-05-20  Simon Josefsson  <jas@extundo.com>
10548         * fringe.el: New file.
10550         * menu-bar.el (menu-bar-options-save): Add fringe-mode.
10551         (menu-bar-showhide-fringe-menu): New menu.
10552         (menu-bar-showhide-menu): Add Fringe sub-menu.
10554 2002-05-23  Colin Walters  <walters@verbum.org>
10556         * replace.el (occur-engine): Include all text properties except
10557         mouse-face on the newline at the end of occurences.
10559 2002-05-23  Kim F. Storm  <storm@cua.dk>
10561         * apropos.el (apropos-true-hit, apropos-false-hit-symbol)
10562         (apropos-false-hit-str, apropos-true-hit-doc): New functions.
10563         (apropos-command, apropos-value, apropos-documentation-internal)
10564         (apropos-documentation-check-doc-file)
10565         (apropos-documentation-check-elc-file): Use them to filter out
10566         false matches where only one keyword matches, but more than once.
10568         * apropos.el (apropos-show-scores, apropos-orig-regexp)
10569         (apropos-all-regexp, apropos-synonyms, apropos-words)
10570         (apropos-all-words): New variables.
10571         (aprpos-words-to-regexp, apropos-rewrite-regexp)
10572         (apropos-calc-scores, apropos-score-str, apropos-score-doc)
10573         (apropos-score-symbol): New functions.
10574         (apropos-command, apropos, apropos-value, apropos-documentation):
10575         Allow keywords in addition to regexp. Added scoring.
10576         (apropos-documentation-check-doc-file)
10577         (apropos-documentation-check-elc-file): Added scoring.
10578         (apropos-print): Sort according to score.
10580 2002-05-22  Colin Walters  <walters@cis.ohio-state.edu>
10582         * info.el (Info-mode-hook): Change `font-lock-mode' to
10583         `turn-on-font-lock'.
10585         * font-core.el (font-lock-function): New variable.
10586         (font-lock-default-function): New function, created from
10587         `font-lock-mode'.
10588         (font-lock-mode): Just funcall `font-lock-function'.
10589         (font-lock-symbol-category-alist): New variable.
10591 2002-05-22  Markus Rost  <rost@math.ohio-state.edu>
10593         * files.el (file-newest-backup): Use file-name-sans-versions.
10595         * diff.el (diff-latest-backup-file): Replace the main code by
10596         a call of file-newest-backup.
10598 2002-05-22  Mike Williams  <mdub@bigfoot.com>
10600         * textmodes/sgml-mode.el (sgml-guess-indent): Look further into
10601         the buffer.
10603 2002-05-21  Stefan Monnier  <monnier@cs.yale.edu>
10605         * net/ange-ftp.el (ange-ftp-allow-child-lookup): Re-enable since
10606         the last patch works around the wu-ftpd misfeature that prompted
10607         the disabling of this optimization.
10609 2002-05-21  Colin Walters  <walters@gnu.org>
10611         * international/mule.el (make-coding-system): Doc fixes.
10613         * international/mule.el (auto-coding-functions): New variable.
10614         (auto-coding-from-file-contents): Use it.
10615         (set-auto-coding): Update docs.
10616         (sgml-xml-auto-coding-function): New function.
10618         * international/mule-util.el (truncate-string-to-width):
10619         New optional argument `ellipsis'.  Add commented-out test suite, and
10620         change coding to iso-2022-7bit.
10622 2002-05-21  Colin Walters  <walters@verbum.org>
10624         * font-lock.el (font-lock-defaults, font-lock-defaults-alist)
10625         (font-lock-multiline, font-lock-fontified, font-lock-mode)
10626         (turn-on-font-lock, font-lock-add-keywords, global-font-lock-mode)
10627         (font-lock-global-modes): Moved to font-core.el.
10628         (font-lock-set-defaults-1): Partially moved to font-core.el.
10630         * font-core.el: New file, with functions taken from font-lock.el.
10631         (font-lock-category-alist): New variable.
10632         (font-lock-mode): Use it.
10633         (font-lock-set-defaults): Partially taken from font-lock.el.
10634         Only load font-lock.el when necessary.
10636         * loadup.el: Add font-core.el.
10638         * replace.el (occur-mode-hook): New variable.
10639         (occur-fontify-region-function): Deleted.
10640         (occur-mode): Don't use it.  Set up `font-lock-category-alist'
10641         instead.
10642         (occur-fontify-on-property): Deleted.
10643         (occur-engine): Use categories from `font-lock-category-alist'.
10645         * info.el (Info-fontify): Deleted.
10646         (Info-select-node): Don't use it.
10647         (Info-mode-hook): New variable.
10648         (Info-mode): Set up categories.
10649         (Info-fontify-menu-headers, Info-fontify-node): Use categories.
10651         * ibuffer.el (ibuffer-formats): Update docs.
10652         (ibuffer-category-alist): New variable.
10653         (ibuffer-get-category): New function.
10654         (ibuffer-compile-make-eliding-form): Use category property instead
10655         of face.
10656         (ibuffer-compile-format): Pass current ibuffer buffer to column
10657         functions too.
10658         (ibuffer-buffer-name-category): New function.
10659         (ibuffer-compile-format): If the current column is a `name'
10660         column, figure out the appropriate category to put on it.
10661         (filename-and-process): Use category property.
10662         (ibuffer-fontify-region-function): Deleted.
10663         (ibuffer-unfontify-region-function): Deleted.
10664         (ibuffer-update-title-and-summary): Use category properties.
10665         (ibuffer-insert-filter-group): Ditto.
10666         (ibuffer-mode): Set up category properties.
10668 2002-05-21  Colin Walters  <walters@debian.org>
10670         * replace.el (occur-engine): Increment globalcount all at once
10671         after searching a buffer.
10672         (occur-mode-map): Don't escape plain "o".
10674         * ibuf-macs.el (define-ibuffer-column): Add third argument
10675         `ibuffer-buf'.
10677         * ibuffer.el (toplevel): Require font-lock, to get the face
10678         definitions.
10679         (ibuffer-use-fontification): Deleted.
10680         (column filename-and-process): New column.
10681         (ibuffer-formats): Use it by default.
10682         (ibuffer-name-map, ibuffer-mode-name-map)
10683         (ibuffer-filter-group-map): Don't set parent to `ibuffer-mode-map'.
10684         (ibuffer-do-save, ibuffer-do-toggle-modified)
10685         (ibuffer-do-toggle-read-only, ibuffer-do-delete)
10686         (ibuffer-do-kill-on-deletion-marks): Include name in definition.
10687         (ibuffer): New optional argument `formats'.
10689 2002-05-21  Eli Zaretskii  <eliz@is.elta.co.il>
10691         * indent.el (indent-rigidly): Mention how to remove all indentation.
10693 2002-05-21  Colin Walters  <walters@gnu.org>
10695         * international/mule-diag.el (describe-char-after): Order display
10696         of text properties by the size of their value, for clarity.
10698 2002-05-20  Stefan Monnier  <monnier@cs.yale.edu>
10700         * net/ange-ftp.el (ange-ftp-generate-root-prefixes)
10701         (ange-ftp-file-name-completion): Don't cons unnecessarily.
10702         (ange-ftp-send-cmd): Always `cd' before doing `ls'.
10704         * wid-edit.el (widget-color-complete):
10705         * progmodes/etags.el (tags-complete-tags-table-file):
10706         * progmodes/cpp.el (cpp-choose-symbol): Don't cons unnecessarily.
10708         * textmodes/outline.el (outline-reveal-toggle-invisible):
10709         Reverse the meaning of the second arg.
10711         * reveal.el (reveal-post-command): Reverse the semantics of
10712         reveal-toggle-invisible and support isearch-open-invisible-temporary.
10714 2002-05-20  Markus Rost  <rost@math.ohio-state.edu>
10716         * mail/sendmail.el (mail-recover-1): Remove (debug).
10717         (mail-signature): Fix :type.
10718         (mail-default-directory): New user option.
10719         (mail, mail-recover): Use that option.
10721 2002-05-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10723         * international/mule.el (auto-coding-alist): Use emacs-mule
10724         for auto-save files.
10726 2002-05-20  Miles Bader  <miles@gnu.org>
10728         * files.el (find-file-read-args): Don't trash existing value of
10729         `minibuffer-setup-hook', just add our hook to it.
10731 2002-05-19  Markus Rost  <rost@math.ohio-state.edu>
10733         * international/ucs-tables.el (unify-8859-on-encoding-mode)
10734         (unify-8859-on-decoding-mode): Change :version attributes to strings.
10736         * simple.el (yank-excluded-properties): Change :version attribute
10737         to a string.
10739         * dired.el (dired-view-command-alist): Change :version attribute
10740         to a string.
10742         * xscheme.el (xscheme-start-hook): Change :version attribute to a
10743         string.
10745         * find-dired.el (find-dired): Implement revert-buffer-function.
10747         * mail/emacsbug.el (report-emacs-bug-hook): Do another save-excursion.
10749 2002-05-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
10751         * progmodes/f90.el (f90-match-end, f90-break-line): Simplify a bit.
10752         (f90-get-present-comment-type): Fix earlier change.
10753         (f90-comment-indent): Doc fix.
10754         (f90-equal-symbols, f90-looking-at-do, f90-looking-at-select-case)
10755         (f90-looking-at-if-then): Remove lets.
10756         (f90-looking-at-where-or-forall): Handle if split over lines.
10757         (f90-change-keywords): Doc fix.
10759 2002-05-19  Richard M. Stallman  <rms@gnu.org>
10761         * indent.el (indent-region): Make COLUMN arg optional.
10763         * files.el (find-file-read-args): New function.
10764         (find-file, find-file-other-window, find-file-other-frame)
10765         (find-file-read-only, find-file-read-only-other-window)
10766         (find-file-read-only-other-frame): Use it.
10768         * custom.el (custom-load-symbol): Verify that LOADED is a string.
10770         * arc-mode.el (archive-zip-use-pkzip): Variable deleted.
10771         (archive-zip-extract, archive-zip-expunge, archive-zip-update)
10772         (archive-zip-update-case): Use locate-file to decide whether
10773         to use pkzip.
10774         (archive-zip-extract): Test for pkzip in value of archive-zip-extract.
10776         * files.el (locate-file): Doc fix.
10778 2002-05-19  John Paul Wallington  <jpw@shootybangbang.com>
10780         * mail/rmail.el (rmail-show-message-hook): Offer `goto-address'
10781         as an option.
10783 2002-05-18  Stefan Monnier  <monnier@cs.yale.edu>
10785         * uniquify.el (uniquify-rationalize-file-buffer-names):
10786         Always strip the trailing / even if the file is not a directory.
10788 2002-05-18  Glenn Morris  <gmorris@ast.cam.ac.uk>
10790         * progmodes/f90.el (f90-mode-syntax-table, f90-mode-map): Do the
10791         initialization in the defvar.
10792         (f90-font-lock-on, f90-font-lock-off): Add 'menu-alias property.
10793         (f90-font-lock-1, f90-font-lock-2, f90-font-lock-3)
10794         (f90-font-lock-4): Move the doc strings.
10795         (f90-menu-bar-menu): New internal variable to hold the top-level menu.
10796         (f90-change-case-menu, f90-font-lock-menu): Minor code changes.
10797         (f90-mode-abbrev-table): Initialize in the defvar, with
10798         define-abbrev-table.
10800 2002-05-18  Eli Zaretskii  <eliz@is.elta.co.il>
10802         * tar-mode.el (tar-octal-time): Fix last change.
10804 2002-05-18  Markus Rost  <rost@math.ohio-state.edu>
10806         * mail/emacsbug.el (report-emacs-bug-text-prompt): New variable.
10807         (report-emacs-bug): Store the prompt in
10808         `report-emacs-bug-text-prompt'.  Move Configuration/Important
10809         settings information after the user's report.
10810         (report-emacs-bug-hook): Unclutter by deleting the content of
10811         `report-emacs-bug-text-prompt'.
10813 2002-05-17  Thomas Morgan  <tlm@pocketmail.com>
10815         * forms.el (forms-jump-record, forms-insert-record)
10816         (forms-delete-record): Calculate lines from the beginning of the
10817         accessible portion rather than from the beginning of the buffer.
10819 2002-05-16  Eli Zaretskii  <eliz@is.elta.co.il>
10821         * ps-mule.el (eval-and-compile): Add a trivial replacement for a
10822         possibly missing encode-char.
10823         (ps-mule-font-info-database-bdf): Add associations for Unicode
10824         fonts.  Doc fix.
10825         (ps-mule-font-info-database-ps-bdf): Doc fix.
10826         (ps-mule-encode-ucs2): New function for encoding Unicode characters.
10828         * tar-mode.el (tar-octal-time): Fix the last argument of logior.
10830 2002-05-16  Stefan Monnier  <monnier@cs.yale.edu>
10832         * emacs-lisp/find-func.el (find-function-search-for-symbol):
10833         Find funs defined with defun-cvs-mode.
10834         (find-function-space-re): New const.  Skips comments as well.
10835         (find-function-regexp, find-variable-regexp): Use it.
10837         * pcvs.el (cvs-cmd-do): Accept non-CVS dirs with CVS-ctrl'd subdirs.
10838         (cvs-mode-add-change-log-entry-other-window): Work on multiple files.
10839         (cvs-mode-set-flags): Don't cons unnecessarily.
10841 2002-05-16  Colin Walters  <walters@debian.org>
10843         * menu-bar.el (menu-bar-tools-menu) <calculator>: Renamed to
10844         "Simple Calculator".
10845         (menu-bar-tools-menu) <calc>: New.
10847 2002-05-16  Juanma Barranquero  <lektu@terra.es>
10849         * progmodes/hideshow.el (hs-adjust-block-beginning): Fix typo.
10851         * filesets.el (filesets-ormap): Fix typo.
10853         * faces.el (describe-face): Fix typo.
10855 2002-05-15  Stefan Monnier  <monnier@cs.yale.edu>
10857         * emacs-lisp/easymenu.el (easy-menu-make-symbol):
10858         Don't treat (lambda () ...) as an expression.
10860 2002-05-15  John Paul Wallington  <jpw@shootybangbang.com>
10862         * replace.el (occur-read-primary-args): Handle a bare 'C-u' correctly.
10864 2002-05-15  Eli Zaretskii  <eliz@is.elta.co.il>
10866         * emacs-lisp/easymenu.el (easy-menu-add): Doc fix.
10868 2002-05-14  Glenn Morris  <gmorris@ast.cam.ac.uk>
10870         * progmodes/fortran.el (fortran-directive-re): New name for
10871         fortran-preprocessor-re.  All usage updated.
10872         (fortran-calculate-indent): Give directives zero indentation.
10874 2002-05-14  Jason Rumney  <jasonr@gnu.org>
10876         * emacs-lisp/easymenu.el (easy-menu-name-match): Match both
10877         displayed text and internal name as string.
10879 2002-05-14  Kim F. Storm  <storm@cua.dk>
10881         * emulation/cua-rect.el (cua--rectangle-operation):
10882         Don't highlight empty lines in rectangles.
10884         * emulation/keypad.el: Improved commentary.
10885         (keypad-setup, keypad-shifted-setup): Added choice to setup
10886         Numeric keypad with decimal key; value is selected character.
10887         (keypad-decimal-key, keypad-shifted-decimal-key): Removed options.
10888         (keypad-numlock-setup, keypad-numlock-shifted-setup): New options.
10889         (keypad-setup): Arg list changed to support the new options.
10891 2002-05-14  Richard M. Stallman  <rms@gnu.org>
10893         * dabbrev.el (dabbrev-case-distinction): New option.
10894         (dabbrev--try-find): Handle dabbrev-case-distinction.
10895         (dabbrev--search): Clean up the code.
10896         (dabbrev-upcase-means-case-search): Doc fix.
10897         (dabbrev-case-replace): Fix custom tags and docs.
10899 2002-05-14  Jochen K\e,A|\e(Bpper  <jochen@jochen-kuepper.de>
10901         * calc/calc-units.el (math-standard-units): Update from CODATA.
10903 2002-05-14  Stefan Monnier  <monnier@cs.yale.edu>
10905         * skeleton.el (skeleton-transformation): Default to `identity'.
10906         (skeleton-insert): Use `move-after' markers and `insert' rather
10907         than rely on insert-before-markers.
10908         (skeleton-internal-1): Handle `> \n' specially so that the newline
10909         is inserted before the first line is indented.
10911 2002-05-14  Mike Williams  <mdub@bigfoot.com>
10913         * textmodes/sgml-mode.el (sgml-tag):
10914         Default skeleton-transformation to `identity'.
10916 2002-05-14  Francesco Potort\e,Al\e(B  <pot@gnu.org>
10918         * shell.el (shell-mode): Make second part of initialisation
10919         depend on whether comint-input-ring is empty, rather than depend
10920         on it being nil.
10922 2002-05-14  Richard M. Stallman  <rms@gnu.org>
10924         * files.el (make-auto-save-file-name):
10925         Delete the auto-save file after make-temp-file creates it.
10927 2002-05-13  Kim F. Storm  <storm@cua.dk>
10929         * emulation/cua-base.el (cua-enable-cursor-indications): Default off.
10930         (cua-mode): Print Enabled/Disabled messages if interactive.
10931         Disable delete-selection-mode and pc-selection-mode when cua-mode
10932         is enabled; reenable if cua-mode is turned off.
10933         Remember setting of transient-mark-mode when cua-mode is enabled;
10934         restore if cua-mode is disabled.
10936 2002-05-13  Richard M. Stallman  <rms@gnu.org>
10938         * mail/emacsbug.el (report-emacs-bug): Change the "English please" msg.
10940 2002-05-13  Colin Walters  <walters@gnu.org>
10942         * ibuf-ext.el (ibuffer-format-filter-group-data): New function.
10944         * ibuffer.el (ibuffer-insert-filter-group): New argument filter-string.
10945         (ibuffer-redisplay-engine): Handle it.
10947         * add-log.el (add-log-mailing-address): Can be a list, too.
10948         (add-change-log-entry): If `add-log-mailing-address' is a list,
10949         then handle it.
10951 2002-05-12  Colin Walters  <walters@debian.org>
10953         * replace.el (occur-1): New optional argument `buf-name'.
10954         (occur-revert-function): Use it.
10956         (occur-1): Handle plurals.
10958         (occur-engine): If there are no more matches, then finish
10959         searching the current buffer.
10961 2002-05-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
10963         * net/ange-ftp.el (ange-ftp-try-passive-mode)
10964         (ange-ftp-passive-host-alist): Change :version attributes to be
10965         strings.
10967 2002-05-12  Markus Rost  <rost@math.ohio-state.edu>
10969         * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Define it with
10970         define-minor-mode.
10972         * emacs-lisp/find-func.el (find-function-search-for-symbol):
10973         Handle more whitespace/newline combinations in symbol definitions.
10975 2002-05-12  Eli Zaretskii  <eliz@is.elta.co.il>
10977         * w32-vars.el (w32)
10978         * vc-cvs.el (vc-cvs-global-switches)
10979         (vc-cvs-sticky-date-format-string, vc-cvs-sticky-tag-display)
10980         * textmodes/sgml-mode.el (sgml-xml-mode)
10981         * ruler-mode.el (ruler-mode)
10982         * replace.el (query-replace-skip-read-only)
10983         * progmodes/fortran.el (fortran-preprocessor-re)
10984         * net/ange-ftp.el (ange-ftp-passive-host-alist)
10985         * mail/sendmail.el (mail-use-dsn)
10986         * faces.el (mode-line-inactive, minibuffer-prompt)
10987         * add-log.el (add-log-always-start-new-record): Change all
10988         post-21.1 :version attributes to 21.4.
10990 2002-05-12  Richard M. Stallman  <rms@gnu.org>
10992         * mail/smtpmail.el (smtpmail-mail-address): New variable.
10993         (smtpmail-send-it): Bind and use that instead of `mail-address'.
10994         (smtpmail-via-smtp): Likewise.
10996         * ansi-color.el (ansi-color-get-face): Avoid add-to-list on local var.
10997         (ansi-color-apply-sequence): Avoid duplicates in combined face list.
10999         * dired-aux.el (dired-show-file-type): Use -- to say FILE's not option.
11001         * subr.el (functionp): Catch errors in indirect-function.
11003 2002-05-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
11005         * net/ldap.el (ldap-search-internal): Unfold folded lines before
11006         parsing.
11008         * cus-edit.el (customize-set-value): Rename `var' to `variable'
11009         and `val' to `value'.
11010         (customize-save-variable): Rename `var' to `'variable.
11012 2002-05-12  Glenn Morris  <gmorris@ast.cam.ac.uk>
11014         * progmodes/fortran.el (fortran-preprocessor-re): New variable.
11015         Use it for font-locking and indentation.
11016         (fortran-previous-statement, fortran-next-statement): Make them
11017         skip over preprocessor lines.
11018         (fortran-calculate-indent): Use fortran-preprocessor-re.
11020 2002-05-10  Kim F. Storm  <storm@cua.dk>
11022         * emulation/cua-base.el (cua-enable-cua-keys)
11023         (cua-enable-register-prefix): Added value for `other' choice.
11025 2002-05-10  Eli Zaretskii  <eliz@is.elta.co.il>
11027         * menu-bar.el (menu-bar-showhide-scroll-bar-menu)
11028         (menu-bar-showhide-menu): Use display-graphic-p, not window-system.
11029         (menu-bar-showhide-menu) <showhide-menu-bar, showhide-tool-bar>:
11030         Run a named function.
11031         (showhide-menu-bar, showhide-toolbar): Invoke customize-mark-as-set.
11032         (menu-bar-showhide-menu) <column-number-mode, line-number-mode>:
11033         Fix help text.
11035 2002-05-10  Kim F. Storm  <storm@cua.dk>
11037         * emulation/cua-base.el (cua-mode): Misc. changes to use
11038         emulation-mode-map-alists instead of minor-mode-map-alist.
11040 2002-05-09  Richard M. Stallman  <rms@gnu.org>
11042         * mail/rmail.el (rmail-show-message):
11043         Catch error in check-coding-system.
11045         * progmodes/compile.el (compilation-error-regexp-alist):
11046         New element to recognize Python error messages.
11048         * shell.el (shell-replace-by-expanded-directory):
11049         If there's already a / at the end, don't add one.
11051 2002-05-09  Colin Walters  <walters@verbum.org>
11053         * ibuffer.el (ibuffer-mode-map): Add :enable guards for
11054         `ibuffer-filter-disable', `ibuffer-pop-filter',
11055         `ibuffer-or-filter', `ibuffer-negate-filter',
11056         `ibuffer-decompose-filter', `ibuffer-save-filters',
11057         `ibuffer-switch-to-saved-filters', `ibuffer-delete-saved-filters',
11058         `ibuffer-save-filter-groups',
11059         `ibuffer-switch-to-saved-filter-groups',
11060         `ibuffer-delete-saved-filter-groups'.
11062         * ibuf-ext.el (ibuffer-do-occur): Default to 0 context lines.
11064 2002-05-09  Markus Rost  <rost@math.ohio-state.edu>
11066         * woman.el (woman-menu): Move symbol before the comment so that
11067         find-function-search-for-symbol finds it.
11069 2002-05-10  Miles Bader  <miles@gnu.org>
11071         * facemenu.el (list-colors-display): Don't use
11072         `display-color-cells' unless the display class is one for which
11073         that info is relevant.
11075 2002-05-09  Simon Josefsson  <jas@extundo.com>
11077         * mail/smtpmail.el (smtpmail-send-it): Use user-mail-address from
11078         calling buffer.
11079         (smtpmail-auth-credentials): Bump :version to 21.4 (21.3 will not
11080         have the patch).
11082 2002-05-09  Kim F. Storm  <storm@cua.dk>
11084         * wid-edit.el (checkbox): New check-mark image.
11086 2002-05-08  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
11088         * filesets.el (filesets-running-xemacs): Fix last change.
11090 2002-05-08  Markus Rost  <rost@math.ohio-state.edu>
11092         * help-fns.el (describe-function-1): If the source is
11093         `loaddefs.el', look for the real source.  This is necessary only
11094         for defaliases.
11096         * emacs-lisp/find-func.el (find-function-search-for-symbol):
11097         Add autoload cookie.
11098         (find-function-regexp): Include
11099         "\(quote " to match the defaliases in loaddefs.el.
11101         * filesets.el (filesets-conditional-sort): Use copy-sequence,
11102         not copy-list.
11103         (filesets-menu-path, filesets-menu-before, filesets-menu-in-menu):
11104         Defvar them to nil if running in Emacs.
11106 2002-05-08  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
11108         * textmodes/flyspell.el (make-flyspell-overlay): Add help text
11109         to flyspell overlays.
11111         * info.el (Info-mode-map): Bind `c' to Info-copy-current-node-name.
11113 2002-05-08  Richard M. Stallman  <rms@gnu.org>
11115         * diff.el (diff-regexp-alist): Doc fix.
11117         * mail/smtpmail.el (netrc-machine, netrc-get): Add autoloads.
11119 2002-05-08  Simon Marshall  <simon@gnu.org>
11121         * msb.el (msb-menu-bar-update-buffers): Fixed frame menu to use
11122         the frame name as the car of a menu entry, rather than the frame.
11124 2002-05-08  Juanma Barranquero  <lektu@terra.es>
11126         * rfn-eshadow.el (read-file-name-electric-shadow-mode): Fix typos
11127         in docstring.
11129 2002-05-07  Colin Walters  <walters@verbum.org>
11131         * replace.el (occur-unfontify-region-function): Delete.
11132         (occur-mode): Don't use it.
11133         (occur-engine): Respect `keep-props'.
11134         (occur-accumulate-lines): If we're moving forward, decrement;
11135         don't increment, and vice versa.
11137 2002-05-08  Toru Tomabechi  <Toru.Tomabechi@orient.unil.ch>
11139         * language/tibet-util.el (tibetan-canonicalize-for-unicode-alist)
11140         (tibetan-canonicalize-for-unicode-regexp): New variables.
11141         (tibetan-canonicalize-for-unicode-region): New function.
11142         (tibetan-strict-unicode): New variable.
11143         (tibetan-pre-write-canonicalize-for-unicode): New function.
11145 2002-05-07  Markus Rost  <rost@math.ohio-state.edu>
11147         * net/ange-ftp.el (ange-ftp-re-read-dir): Don't hide it behind
11148         the autoload-cookie.  Remove comment.
11150         * ffap.el (ffap): Don't hide it behind the autoload-cookie.
11152         * rect.el (close-rectangle): Don't hide it behind the
11153         autoload-cookie.
11155 2002-05-07  Juanma Barranquero  <lektu@terra.es>
11157         * windmove.el (windmove-default-keybindings): Add optional
11158         parameter to allow using a modifier other than 'shift.
11160 2002-05-07  Thomas Link  <t.link@gmx.at>
11162         * filesets.el:
11163         (filesets-external-viewers): Fix customization problem.
11164         (filesets-some): Replaces cl's `some'.  Calls changed.
11165         (filesets-member): Replaces cl's `member*'.  Calls changed.
11166         (filesets-ormap): New function.
11168 2002-05-07  John Paul Wallington  <jpw@shootybangbang.com>
11170         * ibuffer.el (toplevel): Specialize `ibuffer-mode-groups-popup'
11171         menu items.
11173 2002-05-07  Colin Walters  <walters@gnu.org>
11175         * ibuf-ext.el (ibuffer-pop-filter-group): Doc fix.
11176         (ibuffer-clear-filter-groups): Likewise.
11177         (ibuffer-kill-filter-group): Likewise.
11178         (ibuffer-kill-line): Likewise.
11179         (ibuffer-read-filter-group-name): New function.
11180         (ibuffer-jump-to-filter-group): Use it.
11181         (ibuffer-kill-filter-group): Likewise.
11182         (ibuffer-yank-filter-group): Likewise.
11183         (ibuffer-decompose-filter-group): New function.
11185         * ibuffer.el (ibuffer-mode-map): Bind it.  Add :enable guard
11186         around `ibuffer-filters-to-filter-group' menu item.  Fix :enable
11187         guards for `ibuffer-pop-filter-group' and
11188         `ibuffer-clear-filter-groups'.
11190 2002-05-06  Markus Rost  <rost@math.ohio-state.edu>
11192         * emacs-lisp/find-func.el (find-function-search-for-symbol):
11193         Use with-syntax-table.
11195 2002-05-06  Francesco Potort\e,Al\e(B  <pot@gnu.org>
11197         * mail/rmail.el (rmail-font-lock-keywords): Highlight Resent-[Ff]rom:.
11199 2002-05-05  Markus Rost  <rost@math.ohio-state.edu>
11201         * time-stamp.el (time-stamp-format): Doc fix: escape open
11202         parenthesis in column 0.
11204 2002-05-04  Richard M. Stallman  <rms@gnu.org>
11206         * toolbar/tool-bar.el (tool-bar-local-item-from-menu):
11207         Handle both cases: when the menu item has cached info
11208         and when it doesn't.
11210         * filesets.el (filesets-browse-dir-function): Renamed from ...-fn.
11211         (filesets-open-file-function, filesets-save-buffer-function): Likewise.
11212         (filesets-tree-max-level): Doc fix.
11213         (filesets-commands, filesets-external-viewers)
11214         (filesets-ingroup-patterns): Mark as risky.
11215         (filesets-cache-hostname-flag): Doc fix.
11216         (filesets-menu-cache-file): Doc fix.  Mark as risky.
11217         (filesets-menu-before, filesets-menu-path, filesets-menu-in-menu):
11218         Don't defcustom them if running in Emacs.
11220 2002-05-04  Thomas Link  <t.link@gmx.at>
11222         * filesets.el (filesets-ingroup-collect-files):
11223         Fix problem with inclusion groups' :scan-depth property.
11225 2002-05-04  Colin Walters  <walters@verbum.org>
11227         * ibuf-ext.el (ibuffer-kill-filter-group): Test for killing
11228         "Default" group earlier.  Push killed group on
11229         `ibuffer-filter-group-kill-ring'.
11230         (ibuffer-kill-line): Document.  Don't push killed group ourselves.
11231         (ibuffer-yank-filter-group): Renamed from `ibuffer-yank'.
11232         (ibuffer-insert-filter-group-before): New function, broken out
11233         from `ibuffer-yank'.
11234         (ibuffer-yank): Now just call `ibuffer-yank-filter-group'.
11236         * ibuffer.el (ibuffer-mode-operate-menu, ibuffer-mode-mark-menu)
11237         (ibuffer-mode-view-menu): Unused variables; deleted.
11238         (ibuffer-find-file): Pass wildcard flag to `find-file' correctly.
11240 2002-05-04  John Paul Wallington  <jpw@shootybangbang.com>
11242         * ibuffer.el (ibuffer-mode-groups-popup): New variable.
11243         (toplevel): Bind filter group menu entries in it.  Add :enable
11244         forms for some menu items.
11245         (toplevel): Bind [down-mouse-3] in `ibuffer-mode-filter-group-map'
11246         to `ibuffer-mouse-popup-menu'.
11247         (ibuffer-mouse-popup-menu): Test whether or not we're on a filter
11248         group name, and if so, pop up a filter group menu.
11250 2002-05-04  Jason Rumney  <jasonr@gnu.org>
11252         * mwheel.el (mwheel-event-button): Translate mouse-wheel events.
11253         (mwheel-scroll): Recognize nil scroll amount as documented.
11255         * term/w32-win.el (mouse-wheel-scroll-line)
11256         (mouse-wheel-scroll-screen): Remove.
11257         ([mouse-wheel], [C-mouse-wheel], [S-mouse-wheel]): Use mwheel-scroll.
11259         * w32-vars.el: (mouse-wheel-scroll-amount): Removed.
11261 2002-05-04  Markus Rost  <rost@math.ohio-state.edu>
11263         * emacs-lisp/find-func.el (find-function-search-for-symbol):
11264         Bind case-fold-search when searching.
11266 2002-05-04  Eli Zaretskii  <eliz@is.elta.co.il>
11268         * apropos.el (apropos-print): Fix the reference to mouse-2.
11270 2002-05-04  Daniel Pfeiffer  <occitan@esperanto.org>
11272         * play/mpuz.el (mpuz-switch-to-window): Set buffer-read-only directly.
11274 2002-05-04  Kim F. Storm  <storm@cua.dk>
11276         * cus-edit.el (custom-buffer-verbose-help): New variable.
11277         (custom-buffer-create-internal): Remove verbose introduction
11278         in customization buffer when it is nil.
11280 2002-05-03  Dave Love  <fx@gnu.org>
11282         * international/mule-cmds.el (select-safe-coding-system):
11283         Don't offer coding systems that use locking shift.
11284         Ask for confirmation if chosen coding system disagrees with
11285         a `coding:' spec in the file.
11287 2002-05-03  John Wiegley  <johnw@gnu.org>
11289         * eshell/esh-var.el (eshell-modify-global-environment): Added this
11290         customization variable, which will cause any "export" commands
11291         within any eshell buffer to modify the global Emacs environment.
11292         It defaults to nil, which means that such commands will only
11293         modify that Eshell buffer's environment.
11294         (eshell-var-initialize): Initialize `eshell-modify-global-environment'.
11296         * eshell/em-cmpl.el (eshell-command-completions-alist):
11297         Improve default completion targets for objdump, nm and readelf.
11299 2002-05-03  Colin Walters  <walters@verbum.org>
11301         * play/gamegrid.el (gamegrid-user-score-file-directory): New variable.
11302         (gamegrid-add-score-with-update-game-score):
11303         Use `shared-game-score-directory'.  Correctly handle non-setuid case.
11305 2002-05-02  Colin Walters  <walters@verbum.org>
11307         * replace.el (occur-mode-map): Bind "q" to `delete-window'.
11308         (occur-1): If one of the buffers we're searching is the *Occur*
11309         buffer itself, handle it by creating a temporary buffer.  If any
11310         of the buffers being searched are killed, note that in the search
11311         result message.  Also, set local variables before we possibly kill
11312         the buffer.
11314 2002-05-02  Kim F. Storm  <storm@cua.dk>
11316         * menu-bar.el (menu-bar-make-toggle): Added optional PROPS arg.
11317         (menu-bar-options-save): Added cua-mode.
11318         (menu-bar-options-menu): Added toggle for cua-mode.
11319         Disable toggle for transient-mark-mode if cua-mode is enabled.
11321         * emulation/cua-base.el (cua-inhibit-cua-keys): New buffer-local
11322         variable.
11324 2002-05-01  Richard M. Stallman  <rms@gnu.org>
11326         * help.el (view-todo): New function.
11327         (help-map): Bind C-h C-t to view-todo.
11328         (help-for-help): Change the text.
11330 2002-05-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
11332         * progmodes/f90.el: Yet more doc string, commment and whitespace
11333         changes.
11334         (f90-imenu-flag): New name for internal variable f90-imenu.
11335         (f90-blocks-re, f90-program-block-re, f90-end-if-re)
11336         (f90-no-break-re): Use regexp-opt.
11337         (f90-end-type-re): Add closing "\\>".
11338         (f90-indent-region): Correctly indent comments embedded in
11339         continued lines.
11340         (f90-indent-new-line): Make it indent the current line, as it should.
11341         (f90-line-continued, f90-get-present-comment-type)
11342         (f90-looking-at-if-then, f90-indent-line, f90-indent-new-line)
11343         (f90-indent-region, f90-indent-subprogram, f90-do-auto-fill)
11344         (f90-join-lines, f90-fill-region, f90-match-end, f90-insert-end)
11345         (f90-change-keywords): Minor code tidying.
11347         * progmodes/fortran.el (fortran-strip-sequence-nos): Rename from
11348         typo `fortran-strip-sqeuence-nos'.
11350 2002-05-01  Eli Zaretskii  <eliz@is.elta.co.il>
11352         * simple.el (clone-indirect-buffer-other-window): Fix a typo in
11353         pop-up-window.
11355 2002-05-01  Kim F. Storm  <storm@cua.dk>
11357         * emulation/cua-base.el (cua--pre-command-handler):
11358         Only interpret delete-selection property if mark-active.
11359         (cua-mode): Fixed require in defcustom.
11361 2002-05-01  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
11363         * calendar/cal-menu.el (cal-menu-x-popup-menu): Fix argument of
11364         error call.
11366 2002-05-01  Colin Walters  <walters@verbum.org>
11368         * textmodes/tex-mode.el (tex-validate-buffer):
11369         Use `occur-revert-arguments' instead of setting `occur-nlines' and
11370         `occur-buffer'.  Don't test for `input-pending-p' in loop.
11371         Set text property `occur-target' instead of `occur'.
11373 2002-04-30  John Wiegley  <johnw@gnu.org>
11375         * align.el (align-region): Fixed the fix to align-region, because
11376         the "name" argument was appearing twice.
11378 2002-05-01  Martin Stjernholm  <bug-cc-mode@gnu.org>
11380         * progmodes/cc-engine.el (c-beginning-of-decl-1): Better way
11381         to handle protection labels, one which doesn't get confused by
11382         inherit colons.
11384         * progmodes/cc-engine.el (c-end-of-decl-1): Don't treat
11385         functions that have "class" or "struct" in the return type as
11386         classes or structs.
11388 2002-04-30  Kim F. Storm  <storm@cua.dk>
11390         * menu-bar.el (menu-bar-custom-menu): Change "Recently Changed
11391         Options" to "New Options..."; rephrase tooltip.
11392         Rephrase tooltip for "Specific Option...".
11393         Added "Saved Options" item.  [from Simon Marshall]
11395 2002-04-30  Richard M. Stallman  <rms@gnu.org>
11397         * time.el (display-time-mail-directory)
11398         (display-time-mail-function): Doc fixes.
11400         * ediff-hook.el: Remove autoload cookies.
11402         * language/tibetan.el (tibetan-obsolete-glyphs): Now in tibet-util.el.
11404         * language/tibet-util.el (tibetan-obsolete-glyphs): From tibetan.el.
11406         * align.el (align-region): Fix call to `message'.
11407         Check that (car rule) is a symbol.
11409         * autoinsert.el (auto-insert-directory): Doc fix.
11411         * facemenu.el (describe-text-at and stuff): Moved to descr-text.el.
11413         * descr-text.el: New file, broken out of facemenu.el.
11415         * emacs-lisp/advice.el (documentation): Add ad-define-subr-args call.
11417 2002-04-29  Markus Rost  <rost@math.ohio-state.edu>
11419         * mail/emacsbug.el (report-emacs-bug-hook):
11420         Use replace-match only if search was successful.
11422 2002-04-29  Richard M. Stallman  <rms@gnu.org>
11424         * net/zone-mode.el (zone-mode): Add write-file-hooks hook locally.
11426         * mail/emacsbug.el (report-emacs-bug-hook): Don't fail completely
11427         if the user edits the Emacs version number in the text.
11429         * filesets.el (filesets-running-xemacs): Make defvar unconditional.
11430         (filesets-ingroup-files): Renamed from filesets-ingroup-paths.
11431         (filesets-error): Simplify definition and make conditional
11432         on filesets-running-xemacs.
11433         (filesets-find-file-using): Renamed from fsfind-file-using.
11435 2002-04-29  Stefan Monnier  <monnier@cs.yale.edu>
11437         * info.el (Info-find-in-tag-table-1, Info-read-subfile): Use point-min.
11438         (Info-read-node-name-1): Complete file names.
11439         (Info-complete-menu-item): Don't cons unnecessarily.
11441         * files.el (locate-file): New fun.
11442         (locate-file-completion): Rename from load-completion and generalize.
11443         (load-library): Use it.
11444         (make-auto-save-file-name): Expand caddr.
11446         * newcomment.el (comment-fill-column): New var.
11447         (comment-indent): Use it.
11448         (comment-or-uncomment-region): New fun.
11449         (comment-dwim): Use it.
11451 2002-04-29  Colin Walters  <walters@verbum.org>
11453         * ibuf-ext.el (ibuffer-kill-filter-group): Call `delete' function.
11454         (ibuffer-kill-line): Copy the filter group data structure when killing.
11455         (ibuffer-yank): Handle case where we're yanking on the default
11456         group correctly.
11457         (ibuffer-delete-saved-filter-groups): Doc fix.
11459         * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
11460         Test whether or not update-game-score is setuid, and do the right
11461         thing.
11463 2002-04-29  Kim F. Storm  <storm@cua.dk>
11465         * subr.el (remove-yank-excluded-properties): New helper function.
11466         (insert-for-yank, insert-buffer-substring-as-yank): Use it.
11468         * simple.el (yank-excluded-properties): Added help-echo to list.
11470 2002-04-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
11472         * autoinsert.el (auto-insert-directory): Doc fix.
11474         * progmodes/f90.el: Add/change doc strings for many inline
11475         functions.  Whitespace changes.
11476         (f90-indent-line-no, f90-update-line): Minor code changes.
11478 2002-04-29  Kim F. Storm  <storm@cua.dk>
11480         * emulation/cua-base.el: New file.
11482         * emulation/cua-rect.el: New file.
11484         * emulation/cua-gmrk.el: New file.
11486         * emulation/keypad.el: New file.
11488 2002-04-29  Triet Hoai Lai  <thlai@ee.usyd.edu.au>
11490         * language/vietnamese.el (viet-tcvn-decode-table, ccl-decode-tcvn)
11491         (ccl-encode-tcvn, ccl-encode-tcvn-font, vietnamese-tcvn):
11492         New Vietnamese coding system.
11494         * language/viet-util.el: Update Commentary section.
11496 2002-04-29  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
11498         * filesets.el (filesets-data): Doc fix.
11499         (filesets-running-xemacs): Define even when compiling.
11501         * recentf.el (recentf-cancel-dialog): Remove dot at the end of
11502         sentence.
11504 2002-04-29  Stefan Monnier  <monnier@cs.yale.edu>
11506         * textmodes/fill.el (fill-context-prefix): Fix last change with
11507         yet-another-approach.
11509 2002-04-28  Markus Rost  <rost@math.ohio-state.edu>
11511         * net/ange-ftp.el (ange-ftp-passive-host-alist)
11512         (ange-ftp-bs2000-additional-pubsets): Fix custom type.
11514         * files.el (small-temporary-file-directory): Fix custom type.
11516 2002-04-28  Glenn Morris  <gmorris@ast.cam.ac.uk>
11518         * progmodes/f90.el (f90-xemacs-flag): New variable.
11519         (f90-mark-subprogram-overlay): New variable.
11520         (f90-mark-subprogram): Now it highlights the subprogram.
11521         (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
11522         Fix highlighting of various "type" forms.
11524 2002-04-28  Colin Walters  <walters@verbum.org>
11526         * ibuffer.el (ibuffer-mode): Additional documentation on filter
11527         groups.
11529 2002-04-28  John Paul Wallington  <jpw@shootybangbang.com>
11531         * ibuf-ext.el (ibuffer-set-filter-groups-by-mode): Don't make an
11532         ibuffer-mode filter group if `ibuffer-view-ibuffer' is nil.
11534 2002-04-28  Richard M. Stallman  <rms@gnu.org>
11536         * mail/sendmail.el (mail-recover-1): Decrease non-random-len
11537         by 1 for the newly-readded #.
11539         * files.el (make-auto-save-file-name): Specify # as suffix
11540         in the non-file-visiting case.
11542         * subr.el (make-temp-file): New arg SUFFIX.
11544         * filesets.el: New file.
11546         * replace.el (occur-accumulate-lines): Avoid incf and decf.
11547         (occur-engine-add-prefix): New function.
11548         (occur-engine): Avoid using macrolet, incf and decf.
11549         Use occur-engine-add-prefix instead.
11550         Rename `l' to `lines' and `c' to `matches'.
11552         * replace.el (occur-engine, occur-mode-mouse-goto)
11553         (occur-mode-find-occurrence, occur-mode-goto-occurrence)
11554         (occur-mode-goto-occurrence-other-window)
11555         (occur-mode-display-occurrence): A position is just a marker,
11556         not a list.
11558         * replace.el (occur-revert-arguments):
11559         Renamed from occur-revert-properties.  All uses changed.
11561 2002-04-28  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
11563         * recentf.el (recentf-menu-before): Use string to specify path in
11564         the menu.
11566         * international/mule-cmds.el (read-language-name): Take care of
11567         non-list values.
11569 2002-04-27  Richard M. Stallman  <rms@gnu.org>
11571         * custom.el (custom-load-symbol): Moved from cus-edit.el.
11572         (custom-load-recursion): Likewise.
11574         * cus-edit.el (custom-load-symbol): Moved to custom.el.
11575         (custom-load-recursion): Likewise.
11577         * progmodes/ada-xref.el (ada-add-ada-menu): Menu pseudo-keys
11578         generated by easymenu are now lowercase.
11580 2002-04-27  Richard M. Stallman  <rms@gnu.org>
11582         * menu-bar.el (menu-bar-update-buffers): Add menu items
11583         Next Buffer and Previous Buffer.
11585         * simple.el (next-buffer, prev-buffer): New commands.
11586         Bind C-x left and C-x right to them.
11588         * info.el (Info-header-line): Mark it as risky-local-variable.
11590         * subr.el (insert-for-yank): Replace `category' property
11591         with whatever properties it stands for.
11593         * subr.el (member-ignore-case): Ignore non-strings in LIST.
11595 2002-04-27  Miles Bader  <miles@gnu.org>
11597         * faces.el (read-face-name): Format the prompt correctly when
11598         there's no default.
11600 2002-04-26  Andrew Choi  <akochoi@shaw.ca>
11602         * term/mac-win.el: Don't call ediff-toggle-multiframe.
11603         Set default directory.  Set process-connection-type to nil.
11605 2002-04-26  Richard M. Stallman  <rms@gnu.org>
11607         * loadup.el: Explicitly load cus-face and timer.
11609         * isearch.el: Don't require timer.
11611         * faces.el: Don't require cus-face.
11613         * cus-edit.el (customize-face): Use read-face-name
11614         and handle multiple faces.
11615         (customize-face-other-window): Make it work similarly.
11617         * faces.el (read-face-name): New defaulting features.
11618         New args STRING-DESCRIBING-DEFAULT and MULTIPLE.
11619         (list-faces-display): Use the face, not its name string,
11620         as arg when running customize-face.
11621         Put a `read-face-name' prop on the entire line.
11622         (describe-face): Handle multiple faces via read-face-name.
11624         * textmodes/tex-mode.el (tex-start-options): New variable.
11625         (tex-start-commands): New variable.
11626         (tex-start-options-string): Variable deleted.
11627         (tex-start-tex): Use tex-start-options and tex-start-commands,
11628         not tex-start-options-string.
11629         (tex-command): Doc fix.
11631 2002-04-26  Sam Steingold  <sds@gnu.org>
11633         * mail/smtpmail.el (smtpmail-try-auth-methods): When `host' is
11634         not in the authinfo/netrc, keep `cred' at nil.
11636 2002-04-26  Gerd Moellmann  <gerd@gnu.org>
11638         * find-file.el: Remove Ada-specific example code.
11640 2002-04-25  Michael Kifer  <kifer@cs.stonybrook.edu>
11642         * ediff-hooks.el: Put back the autoloads.
11644 2002-04-25  Colin Walters  <walters@verbum.org>
11646         * ibuffer.el (define column process): Use `ibuffer-aif'.
11648         * ibuf-ext.el (ibuffer-saved-filter-groups): Don't include broken
11649         defaults.
11650         (ibuffer-yank): Be sure to `setq' after we use `nconc'.
11651         (ibuffer-save-filter-groups): Correctly structure filter groups.
11652         (ibuffer-switch-to-saved-filter-groups): Correctly extract filter
11653         groups.
11655 2002-04-25  Simon Josefsson  <jas@extundo.com>
11657         * mail/sendmail.el (mail-use-dsn): New variable to request
11658         delivery status notification from MTA.
11659         (sendmail-send-it): Use it.
11661         * mail/smtpmail.el (smtpmail-queue-counter): New variable.
11662         (smtpmail-send-it): Use it to construct new queue filenames
11663         (needed if you send more than one message per second, which is
11664         possible if you use Gnus Agent).
11666         * mail/smtpmail.el (smtpmail-auth-credentials): Support netrc
11667         files as well.
11668         (smtpmail-try-auth-methods): Support netrc data.
11669         (netrc-parse): Autoload netrc.
11671 2002-04-25  Colin Walters  <walters@verbum.org>
11673         * replace.el (multi-occur-by-filename-regexp): Doc fix.
11674         (occur-engine): Go to `point-min'.  Make nlines argument actually
11675         mean number of context lines.  Handle it.  Pad digits to the right.
11677         * ibuf-ext.el (ibuffer-filtering-groups): Renamed to
11678         `ibuffer-filter-groups'.  All users updated.
11679         (ibuffer-show-empty-filter-groups): New variable.
11680         (ibuffer-saved-filter-groups): New variable.
11681         (ibuffer-maybe-save-stuff): Renamed from
11682         `ibuffer-maybe-save-saved-filters'.  Callers updated.
11683         Handle `ibuffer-saved-filter-groups'.
11684         (ibuffer-hidden-filtering-groups): Renamed to
11685         `ibuffer-hidden-filter-groups'.
11686         (ibuffer-filter-group-kill-ring): New variable.
11687         (ibuffer-save-with-custom): Doc fix.
11688         (ibuffer-set-filter-groups-by-mode): New function.
11689         (ibuffer-clear-filter-groups): New function.
11690         (ibuffer-current-filter-groups-with-position): Renamed from
11691         `ibuffer-current-filter-groups'.  Callers updated.
11692         (ibuffer-kill-filter-group): New function.
11693         (ibuffer-kill-line): New function.
11694         (ibuffer-yank): New function.
11695         (ibuffer-save-filter-groups): New function.
11696         (ibuffer-delete-saved-filter-groups): New function.
11697         (ibuffer-switch-to-saved-filter-groups): New function.
11698         (ibuffer-mark-on-buffer): Add optional arguments for adding a
11699         specific mark, and marking on a specific group.
11701         * ibuffer.el (ibuffer-formats): Doc fix.
11702         (ibuffer-mode-map): Bind <up> to `ibuffer-backward-line'.
11703         Bind new functions from ibuf-ext.el.  Add menu entries for them.
11704         Remove superfluous tooltips.
11705         (ibuffer-toggle-marks): If on a group name, then toggle marks just
11706         in that group.
11707         (ibuffer-mark-interactive): Handle filter groups.
11708         (ibuffer-mark-forward, ibuffer-unmark-forward)
11709         (ibuffer-mark-for-delete, ibuffer-unmark-backward)
11710         (ibuffer-mark-for-delete-backwards): Update docs.
11711         (ibuffer-current-filter-groups): Moved to ibuf-ext.el, and renamed
11712         to `ibuffer-current-filter-groups-with-position'.
11713         (ibuffer-redisplay-engine): Handle `ibuffer-show-empty-filter-groups'.
11714         (ibuffer-mode): Add some documentation about filter groups.
11716 2002-04-25  Andreas Schwab  <schwab@suse.de>
11718         * find-dired.el (find-name-dired): Don't quote pattern twice.
11720 2002-04-26  Miles Bader  <miles@gnu.org>
11722         * cus-edit.el (customize-face, customize-face-other-window):
11723         Use default instead of initial-input for suggested face.
11725 2002-04-25  Gerd Moellmann  <gerd@gnu.org>
11727         * cus-edit.el (customize-face-other-window, customize-face):
11728         Interactively, when point is on text with a face, suggest to
11729         customize that face.
11731 2002-04-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
11733         * progmodes/f90.el: General tidy-up of commentary and some doc
11734         strings.
11736 2002-04-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
11738         * scroll-all.el (scroll-all-function-all) New function to do the
11739         actual work.
11740         (scroll-all-scroll-down-all, scroll-all-scroll-up-all,
11741         scroll-all-page-down-all, scroll-all-page-up-all,
11742         scroll-all-beginning-of-buffer-all, scroll-all-end-of-buffer-all):
11743         Make them use scroll-all-function-all.
11745         * progmodes/f90.el (f90-get-beg-of-line): Removed and replaced
11746         with line-beginning-position.
11747         (f90-get-end-of-line): Removed and replaced with line-end-position.
11748         (f90-match-piece): Removed and replaced with match-string.
11749         (f90-current-indentation): Remove `current-column'.
11750         (f90-get-present-comment-type): Use match-string rather than
11751         buffer-substring.
11752         (f90-match-end): Use line-beginning-position, line-end-position
11753         rather than beginning-of-line, end-of-line.
11754         (f90-startup-message): Variable removed.
11756 2002-04-24  Colin Walters  <walters@verbum.org>
11758         * replace.el (occur-accumulate-lines): Add optional argument
11759         `no-props'.  Handle it.
11760         (occur-engine): Use it.
11762         * ibuf-ext.el (toplevel): Remove byte-compile-dynamic.  Try to set
11763         up autoloads manually.
11764         (ibuffer-split-list): New function.
11765         (ibuffer-filtering-groups): New variable.
11766         (ibuffer-hidden-filtering-groups): New variable.
11767         (ibuffer-mouse-toggle-filter-group): New function.
11768         (ibuffer-toggle-filter-group): New function.
11769         (ibuffer-toggle-filter-group-1): New function.
11770         (ibuffer-forward-filter-group): New function.
11771         (ibuffer-backward-filter-group): New funtion.
11772         (ibuffer-generate-filter-groups): New function.
11773         (ibuffer-filters-to-filter-group): New function.
11774         (ibuffer-pop-filter-group): New function.
11775         (ibuffer-jump-to-filter-group): New function.
11776         (ibuffer-do-occur): Just use `occur-read-primary-args'
11778         * ibuffer.el (ibuffer-filter-group-name-face): New.
11779         (ibuffer-mode-map): Bind and add menu entries for most new
11780         functions; also, bind the arrow keys to the movement functions.
11781         (ibuffer-mode-filter-group-map): New.
11782         (ibuffer-mouse-toggle-mark): Handle group names.
11783         (ibuffer-mouse-visit-buffer): Error if the current buffer is killed.
11784         (ibuffer-skip-properties): New function.
11785         (ibuffer-backward-line, ibuffer-forward-line): Optionally skip
11786         group names.  Also, handle new properties.
11787         (ibuffer-visit-buffer, ibuffer-visit-buffer-other-window):
11788         Move error handling to `ibuffer-current-buffer'.
11789         (ibuffer-visit-buffer-other-frame, ibuffer-bury-buffer): Ditto.
11790         (ibuffer-visit-tags-table, ibuffer-do-view-1): Ditto.
11791         (ibuffer-toggle-marks): Add optional group argument.
11792         (ibuffer-mark-interactive): Skip group names.
11793         (ibuffer-current-buffer): Clean up error handling.
11794         (ibuffer-fontify-region-function): Fontify group names.
11795         (ibuffer-map-lines): Add extra group argument.  Handle it.
11796         (ibuffer-current-filter-groups): New function.
11797         (ibuffer-redisplay): Handle hidden filtering groups.
11798         (ibuffer-sort-bufferlist): New function, taken from
11799         `ibuffer-insert-buffers-and-marks'.
11800         (ibuffer-insert-filter-group): New function.
11801         (ibuffer-redisplay-engine): Renamed from
11802         `ibuffer-insert-buffers-and-marks'.  Handle new filtering groups.
11803         (ibuffer): Add filter-groups argument.  Handle it.
11804         Use `save-selected-window'.
11805         (ibuffer-mode): Make `ibuffer-filtering-groups' and
11806         `ibuffer-hidden-filtering-groups' buffer-local.
11808         * ibuf-macs.el (ibuffer-save-marks): Call `ibuffer-redisplay-engine'.
11810 2002-04-24  Richard M. Stallman  <rms@gnu.org>
11812         * emacs-lisp/easymenu.el (easy-menu-intern): Downcase before interning.
11813         (easy-menu-define-key-intern): Function deleted; callers intern
11814         and then call easy-menu-define-key.
11815         (easy-menu-do-add-item): Explicitly intern the key, but not BEFORE.
11816         (easy-menu-define-key): Use easy-menu-name-match to match BEFORE.
11817         (easy-menu-name-match): New function.
11818         (add-submenu): New function.
11819         (easy-menu-get-map-look-for-name): Use easy-menu-name-match.
11821 2002-04-24  Eli Zaretskii  <eliz@is.elta.co.il>
11823         * menu-bar.el (menu-bar-adv-search-menu)
11824         (menu-bar-adv-search-menu): Improve the help text.
11826 2002-04-24  Simon Josefsson  <jas@extundo.com>
11828         * net/netrc.el: New file.
11830 2002-04-24  Thomas DeWeese  <tdeweese@rochester.rr.com>
11832         * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
11833         Check if any of the available selection sources has new content
11834         and if so it will return that content.
11836 2002-04-24  Miles Bader  <miles@gnu.org>
11838         * menu-bar.el (buffers-menu-show-directories)
11839         (buffers-menu-show-status): New variables.
11840         (menu-bar-update-buffers-1): Use them.
11842 2002-04-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
11844         * progmodes/cc-cmds.el (c-mask-comment): More fixes when used
11845         from `c-do-auto-fill' and point is at or near the limit of the
11846         comment.  Fixed bug when the prefix from `c-guess-fill-prefix'
11847         is longer than the text on the first line of the comment when
11848         it's masked.
11850 2002-04-24  Miles Bader  <miles@gnu.org>
11852         * menu-bar.el (menu-bar-update-buffers-1): Make sure
11853         `uniquify-buffer-name-style' is bound.
11855 2002-04-23  Colin Walters  <walters@verbum.org>
11857         * replace.el (toplevel): Require `cl' while compiling.
11858         (occur-buffer, occur-nlines): Delete.
11859         (occur-revert-properties): Rename to `occur-revert-properties'.
11860         (occur-mode): Handle it.  Set up font lock.
11861         (occur-revert-function): Simply apply `occur-1'.
11862         (occur-mode-find-occurence, occur-mode-mouse-goto)
11863         (occur-mode-goto-occurrence-other-window)
11864         (occur-mode-display-occurrence): Handle buffer property.
11865         (list-matching-lines-face): Use defcustom.
11866         (list-matching-lines-buffer-name-face): New variable.
11867         (occur-accumulate-lines): Renamed from `ibuffer-accumulate-lines',
11868         in ibuffer.el.
11869         (occur-read-primary-args): Move out of `occur'.
11870         (occur): Delete.  Now simply call `occur-1'.
11871         (multi-occur, multi-occur-by-filename-regexp): New functions.
11872         (occur-1): New function.
11873         (occur-engine): Renamed from `ibuffer-occur-engine' to replace the
11874         previous implementation of `occur'; taken from ibuf-ext.el.
11875         (occur-fontify-on-property): New function.
11876         (occur-fontify-region-function, occur-unfontify-region-function):
11877         New functions.
11879         * ibuffer.el (ibuffer-accumulate-lines): Moved to replace.el.
11881         * ibuf-ext.el (ibuffer-depropertize-string): Delete.
11882         (ibuffer-occur-match-face): Delete.
11883         (ibuffer-occur-props, ibuffer-occur-mode): Delete.
11884         (ibuffer-occur-mouse-display-occurence): Delete.
11885         (ibuffer-occur-goto-occurence, ibuffer-occur-display-occurence)
11886         (ibuffer-do-occur-1, ibuffer-occur-revert-buffer-function): Delete.
11887         (ibuffer-occur-engine): Moved to replace.el.
11888         (ibuffer-do-occur): Simply call `occur-1'.
11890         * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
11891         Handle the case where we're already viewing the score file.
11893 2002-04-23  Andreas Schwab  <schwab@suse.de>
11895         * menu-bar.el (menu-bar-goto-menu): Fix bindings for next-tag and
11896         next-tag-otherw.
11898 2002-04-23  Miles Bader  <miles@gnu.org>
11900         * menu-bar.el (menu-bar-update-buffers-1): Don't display a
11901         directory separator if there's no directory.  Don't display
11902         directories at all if uniquify is active.  Some code cleanup.
11903         (uniquify-buffer-name-style): Declare (but don't initialize).
11905         * menu-bar.el (menu-bar-update-buffers): Don't use constant lists
11906         for command menu entries, since the low-level menu code modifies
11907         them.  Cache the resulting list.
11908         (menu-bar-buffers-menu-command-entries): New variable.
11910         * menu-bar.el (menu-bar-update-buffers): Add `Select Named Buffer'.
11911         Add separator line before commands
11912         Remove old crufty code that tried to line things up by adding
11913         spaces to entries (it doesn't work).
11914         Move `Frames' submenu after the normal buffers, and add a
11915         separator line before it.
11916         (menu-bar-buffers-menu-list-buffers-entry): Variable removed.
11918 2002-04-22  Richard M. Stallman  <rms@gnu.org>
11920         * files.el (after-find-file): Use %s to output MSG.
11922         * dired.el (dired-mouse-find-file-other-window):
11923         Handle events that move out of the window.
11925 2002-04-23  Martin Stjernholm  <bug-cc-mode@gnu.org>
11927         * progmodes/cc-cmds.el (c-mask-comment): Fixed bug where point
11928         was moved to the following line when it was at the first line
11929         of a block comment where comment-start-skip matched to eol.
11931 2002-04-22  Richard M. Stallman  <rms@gnu.org>
11933         * simple.el (line-move-finish): Find beg and end of line
11934         before calling line-move-to-column.  Do consider intangible
11935         when finding the end.  Take more care in analyzing the results
11936         of intangibility after line-move-to-column.
11938 2002-04-22  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
11940         * international/mule-diag.el (list-input-methods-1): Doc fix
11941         (LEIM is now part of the standard distribution).
11943         * tmm.el (tmm-completion-prompt): Doc fix.
11945         * hilit-chg.el (global-highlight-changes): Capitalize status texts.
11947 2002-04-22  Edward M. Reingold  <reingold@emr.cs.iit.edu>
11949         * diary-lib.el (include-other-diary-files): Allow modifying
11950         included buffer, to turn off selective display.
11952 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
11954         * progmodes/cc-mode.el: (c-define-abbrev-table): New function to
11955         pass the SYSTEM-FLAG to `define-abbrev' in a way that works in
11956         emacsen that doesn't support it.
11958 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
11960         * progmodes/cc-align.el, progmodes/cc-engine.el,
11961         progmodes/cc-styles.el, progmodes/cc-vars.el
11962         (c-guess-basic-syntax, c-lineup-topmost-intro-cont):
11963         Find correct anchor for statement-cont in top level constructs.
11964         Analyze variable initializations in top level constructs as
11965         topmost-intro-cont instead of statement-cont.  That is an
11966         incompatible change but it gives better consistency.  The new
11967         lineup function c-lineup-topmost-intro-cont' compensates for
11968         it and is now put on topmost-intro-cont by default.
11970         * progmodes/cc-align.el, progmodes/cc-engine.el,
11971         progmodes/cc-langs.el (c-lineup-argcont): Lineup function
11972         contributed by Kevin Ryde.
11974         (c-in-gcc-asm-p): Function to recognize asm statements.
11975         Contributed by Kevin Ryde.
11977         (c-opt-asm-stmt-key): New language variable to recognize the
11978         beginning of asm statements.
11980 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
11982         * progmodes/cc-engine.el (c-guess-basic-syntax):
11983         Detect variable declarations after class and struct declarations
11984         correctly.  Fixed limit error when finding the anchor for
11985         template-args-cont and topmost-intro-cont.
11987 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
11989         * progmodes/cc-cmds.el (c-beginning-of-defun)
11990         (c-declaration-limits): Find the "line oriented" declaration
11991         start too, just like the "line oriented" end is found.
11993 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
11995         * progmodes/cc-vars.el (c-offsets-alist): A more sane default
11996         for `inexpr-statement'.  This is not compatible, though.
11997         I think the benefit of a good default style outweights that in
11998         this case.  Besides, `inexpr-statement' is not very common.
12000 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
12002         * progmodes/cc-cmds.el (c-electric-delete-forward):
12003         Fix silly bug that caused it to delete backwards in hungry delete
12004         mode.  (It's amazing that this bug hasn't been reported.)
12006         * progmodes/cc-cmds.el (c-declaration-limits, c-mark-function):
12007         Extracted the code to get the declaration limits from
12008         `c-mark-function' to a new `c-declaration-limits'.
12010         (c-indent-defun): Use the same method to get the limits of the
12011         declaration or macro as `c-mark-function'.
12013         * progmodes/cc-engine.el (c-beginning-of-decl-1): Handle brace
12014         list initializers correctly (but costly; it ought to be
12015         integrated into `c-beginning-of-statement-1').
12017 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
12019         * progmodes/cc-cmds.el, progmodes/cc-engine.el
12020         (c-beginning-of-defun, c-end-of-defun, c-mark-function):
12021         Rewritten to detect the declaration limits better.
12022         Now handles K&R argdecls, class definitions followed by variables etc.
12024         (c-in-knr-argdecl): Broke out the K&R argdecl test in
12025         `c-beginning-of-decl-1' to this new function.
12027         (c-end-of-statement-1, c-end-of-decl-1):
12028         Replace `c-end-of-statement-1' with `c-end-of-decl-1', which correctly
12029         handles declarations that continue after the block.
12031         * progmodes/cc-engine.el (c-syntactic-re-search-forward):
12032         Added an option to restrict matching to the top level of the
12033         current paren sexp.
12035         * progmodes/cc-langs.el (c-opt-block-decls-with-vars-key):
12036         New regexp to recognize declarations that continue after the block.
12038         (c-syntactic-eol): New regexp to match a "syntactic" eol.
12040 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
12042         * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed a bug
12043         that often caused the backward limit to be lost at the top
12044         level.  This improves performance a bit.
12046         * progmodes/cc-engine.el (c-syntactic-re-search-forward):
12047         New function that works like `re-search-forward' but only returns
12048         matches in syntactically significant text.
12050         * progmodes/cc-engine.el: Fixed a faster and more accurate way
12051         to recognize K&R argdecls.
12053         (c-beginning-of-decl-1): New function that put point at the
12054         beginning of the declaration.  It handles K&R argdecl blocks.
12056         (c-guess-basic-syntax): Replaced the `knr-argdecl' recognition
12057         code with one that doesn't depend on the current indentation.
12058         The anchor position for `knr-argdecl' has also changed, but in
12059         a way that is unlikely to cause compatibility problems.
12061 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
12063         * progmodes/cc-defs.el, progmodes/cc-engine.el
12064         (c-forward-comment): `forward-comment' in XEmacs skips over
12065         line continuations in the backward direction.  Correct for
12066         that.  Also made this a defun since it has grown too large now
12067         to be a defsubst.
12069         * progmodes/cc-langs.el: More convenient and decentralized
12070         setup of the language specific variables.  The regexp-opt
12071         mangling is also done at compile time now.
12073 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
12075         * progmodes/cc-cmds.el (c-indent-line-or-region):
12076         Call `c-indent-line' directly instead of through
12077         `indent-according-to-mode' so that this function always
12078         indents syntactically.
12080         * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed a bug
12081         where a class beginning with a nested class could cause an
12082         infinite loop (the state outside the narrowed out class is
12083         never used now).
12085 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
12087         * progmodes/cc-align.el, progmodes/cc-cmds.el,
12088         progmodes/cc-engine.el, progmodes/cc-vars.el: Fixes so that
12089         the context sensitive analysis inside macros is restricted to
12090         the bodies of #define's; other things, like #if expressions,
12091         never have anything in common with their surroundings.
12092         The old `cpp-macro-cont' syntax is now used in situations where
12093         the syntactic analysis isn't applicable, and a new syntactic
12094         element `cpp-define-intro' is used to add indentation in
12095         #define bodies.
12097         (c-lineup-cpp-define): New name for `c-lineup-macro-cont' to
12098         better reflect its use.
12100         * progmodes/cc-engine.el (c-guess-basic-syntax): Ignore line
12101         continuation backslashes in the detection of `arglist-cont-nonempty'.
12103         * progmodes/cc-align.el: Use the vector form in the return
12104         value in all cases where lineup functions return absolute columns.
12106 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
12108         * progmodes/cc-engine.el (c-add-stmt-syntax)
12109         (c-guess-basic-syntax): Anchor `brace-list-intro' and
12110         `bracec-list-close' better for brace lists nested inside expressions.
12112         * progmodes/cc-engine.el, progmodes/cc-langs.el,
12113         progmodes/cc-mode.el, progmodes/cc-styles.el: Cleaned up the
12114         various language specific variables and their initialization.
12115         The keyword regexps are now lists that are combined with
12116         regexp-opt.  Some variables have changed names to fit better
12117         with the naming convention.
12119         * progmodes/cc-defs.el, progmodes/cc-vars.el
12120         (c-buffer-is-cc-mode): The value is the mode symbol of the
12121         original CC Mode mode.
12123         (c-major-mode-is): Compare against the buffer local variable
12124         `c-buffer-is-cc-mode', which is faster than using `derived-mode-class'.
12126 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
12128         * progmodes/cc-engine.el (c-forward-syntactic-ws)
12129         (c-backward-syntactic-ws, c-forward-token-1)
12130         (c-backward-token-1, c-in-literal, c-literal-limits)
12131         (c-collect-line-comments, c-literal-type, c-on-identifier)
12132         (c-guess-basic-syntax): These functions are now considered part
12133         of the "CC Mode API" and may be used by other code.
12134         That's signified by making their documentation into docstrings.
12136         (c-whack-state, c-hack-state, c-skip-case-statement-forward):
12137         Removed these internal functions since they aren't used.
12139         (c-forward-to-cpp-expression): Classified this function as internal.
12141 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
12143         * progmodes/cc-langs.el (c-ObjC-class-key, c-Java-class-key):
12144         Simplified these regexps; the class keywords they contain
12145         ought to be enough to avoid false matches, so checking for
12146         following identifiers etc is just unnecessary (and might also
12147         fail for oddly formatted code).
12149 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
12151         * progmodes/cc-engine.el, progmodes/cc-cmds.el
12152         (c-forward-comment-lc): New function that behaves like
12153         `c-forward-comment', with the exception that line
12154         continuations are treated as whitespace.
12156         (c-beginning-of-statement): Use `c-forward-comment-lc', to
12157         work correctly in macros and other places where line
12158         continuations should be treated as whitespace.
12160         * progmodes/cc-engine.el (c-guess-basic-syntax): Analyze a
12161         normal label in a switch block as a case label, to get
12162         consistent lineup with the case labels.
12164         * progmodes/cc-engine.el (c-backward-syntactic-ws): Fixed bug
12165         in skipping over a macro that ends with an empty line.
12167         * progmodes/cc-styles.el: Require cc-align since styles added
12168         with `c-add-style' often contains references to functions
12169         defined there, and so the `c-valid-offset' check might
12170         otherwise complain on them.
12172 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
12174         * progmodes/cc-align.el, progmodes/cc-mode.texi,
12175         progmodes/cc-vars.el: Added two new lineup functions:
12177         (c-lineup-knr-region-comment): A new lineup function to get
12178         (what most people think is) better indentation of comments in
12179         the "K&R region" between the function header and its body.
12181         (c-lineup-gcc-asm-reg): New lineup function for better
12182         indentation inside gcc asm blocks.  Contributed by Kevin Ryde.
12184         (c-offsets-alist): Use `c-lineup-gcc-asm-reg' and
12185         `c-lineup-knr-region-comment' in the default offset
12186         configuration, since these two functions have little impact
12187         outside their intended use, and they generally do the right
12188         thing when they kick in.
12190         * progmodes/cc-engine.el (c-guess-continued-construct)
12191         (c-guess-basic-syntax): Handle nested functions in all
12192         languages, not just Pike.  In C and C++ there's a gcc
12193         extension for this, and it also gives better treatment of
12194         macros that are followed by blocks.
12196         * progmodes/cc-langs.el (c-symbol-key): Made this variable
12197         mode specific, to handle Pike special symbols like `== better.
12199 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
12201         * progmodes/cc-cmds.el, progmodes/cc-engine.el,
12202         progmodes/cc-vars.el (c-report-syntactic-errors): A new
12203         variable to control the syntactic error messages.  It defaults
12204         to off; since CC Mode ignores most syntactic errors it might
12205         as well ignore them all for the sake of consistency.
12207 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
12209         * progmodes/cc-engine.el (c-looking-at-inexpr-block):
12210         Optimization.  Can give a noticeable speedup if there's a
12211         large preceding function or class body.
12213 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
12215         * progmodes/cc-align.el, progmodes/cc-cmds.el: Use more
12216         efficient and correct insertion functions in many places.
12217         Always inherit text properties correctly if the text is
12218         permanent.  Also do it for speed in temporary insertions,
12219         since I figure it's less work to continue the surrounding text
12220         properties than to break them.
12222         * progmodes/cc-styles.el (c-read-offset): Unbind SPC in the
12223         completion to make it easier to enter lists.
12225 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
12227         * progmodes/cc-cmds.el (c-beginning-of-defun): Fixed bug where
12228         c-state-cache was clobbered.
12230         * progmodes/cc-cmds.el, progmodes/cc-engine.el
12231         (c-calculate-state): Moved from cc-cmds.el to cc-engine.el due
12232         to dependency.
12234 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
12236         * progmodes/cc-engine.el (c-parse-state): Ignore unbalanced
12237         open parens in macros (if point isn't in the same one).
12239 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
12241         * progmodes/cc-cmds.el (c-context-open-line): New function
12242         that is the `open-line' equivalent to `c-context-line-break'.
12244         * progmodes/cc-mode.el (c-mode-base-map): Compatibility fix
12245         for Emacs 21 since `indent-new-comment-line' has been changed
12246         to `comment-indent-new-line' there.
12248 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
12250         * progmodes/cc-engine.el, progmodes/cc-langs.el
12251         (c-stmt-delim-chars, c-stmt-delim-chars-with-comma):
12252         New variables containing the character sets used to recognize
12253         statement/declaration boundaries.  These variables might help
12254         to support languages like javascript and awk, where newlines
12255         sometimes delimits statements.
12257         (c-crosses-statement-barrier-p): Use `c-stmt-delim-chars' as
12258         the set of statement delimiting characters, to allow it to be
12259         changed dynamically and per-mode.
12261 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
12263         * progmodes/cc-engine.el (c-looking-at-bos)
12264         (c-looking-at-inexpr-block, c-add-stmt-syntax)
12265         (c-guess-basic-syntax): Treat blocks directly inside function
12266         calls like "bare" statements inside function calls, and not
12267         like in-expression statements.  This to make indentation of
12268         such blocks consistent with other statements inside macro calls.
12270         * progmodes/cc-engine.el (c-guess-basic-syntax):
12271         Made arglist-cont anchor correctly in arglists that contain statements.
12273         * progmodes/cc-engine.el (c-guess-basic-syntax):
12274         Fixed consistent anchoring of defun-block-intro in defuns in code
12275         blocks (can only occur in Pike).
12277         * progmodes/cc-engine.el (c-looking-at-inexpr-block)
12278         (c-looking-at-inexpr-block-backward): Changed the arguments to
12279         require containing sexps and paren state, for better efficiency.
12281 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
12283         * progmodes/cc-cmds.el, progmodes/cc-engine.el,
12284         progmodes/cc-vars.el: Improved anchoring of statement and
12285         handling of labels in front of substatements.
12287         (c-guess-continued-construct, c-guess-basic-syntax):
12288         Improved and unified anchoring at statements.  Statements beginning
12289         with comments or labels are now avoided, by going out of
12290         blocks and containing statements if necessary.  This nesting
12291         handling also fixes the case when there's a statement after a
12292         block open brace.  Added the syntactic symbol `substatement-label'.
12294         (c-electric-colon): Map the new `substatement-label' to
12295         `label' when consulting `c-hanging-colons-alist'.
12297         (c-offsets-alist): Added substatement-label.  Updated the
12298         comments for the new anchoring positions at statements.
12300         * progmodes/cc-engine.el (c-guess-basic-syntax): Use more sane
12301         anchor points for knr-argdecl-intro and access-label.
12302         They used to refer to some point on the same line, a bug which was
12303         neutralized by a kludge in `c-get-syntactic-indentation' which
12304         ignored such anchor points.
12306         (c-get-syntactic-indentation): Removed the kludge that was
12307         necessary due to buggy anchor points.
12309         * progmodes/cc-engine.el (c-guess-basic-syntax): Do not check
12310         the absence of a comma before arglist-close (case 7A) in any
12311         language, since there's nothing better to do that case anyway.
12312         Added special case to make in-expression statements be
12313         recognized as normal arglist-cont if we're directly in a macro
12314         arglist, for consistency with other "bare" statements.
12316         * progmodes/cc-engine.el (c-looking-at-bos): Added optional
12317         limit arg for backward searches.
12319         * progmodes/cc-engine.el (c-looking-at-inexpr-block):
12320         Anchor gcc in-expression statements at the surrounding open
12321         parenthesis.  Treat a class body as an in-expression class if
12322         it's used in an object clone expression in Pike.
12324         * progmodes/cc-engine.el (c-get-offset)
12325         (c-get-syntactic-indentation): Allow several anchor positions
12326         in the list of syntactic symbols.  Only the first is used as
12327         the base for the offset calculation.
12329 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
12331         * progmodes/cc-cmds.el (c-indent-defun): Indent the current
12332         macro if inside one at the top level.  Do not throw an error
12333         if used at the top level outside a macro.
12335         * progmodes/cc-cmds.el (c-backslash-region): Do tab width
12336         alignment only if the backslashes can't be aligned with
12337         surrounding backslashes.
12339         * progmodes/cc-engine.el (c-end-of-macro): New function.
12341         * progmodes/cc-engine.el (c-least-enclosing-brace):
12342         Rewritten to not be destructive.
12344 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
12346         * progmodes/cc-cmds.el (c-context-line-break): Only do a macro
12347         line break when point is inside the content of it; if it's in
12348         the cpp keyword a normal line break is done.
12350         * progmodes/cc-engine.el (c-guess-basic-syntax): Do not add
12351         cpp-macro-cont inside the argument list to a #define.
12353 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
12355         * progmodes/cc-defs.el (c-forward-comment): Implemented a
12356         kludge to avoid the problem most forward-comment incarnations
12357         have with `\' together with comment parsing.
12359 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
12361         * progmodes/cc-engine.el (c-check-state-cache): Fixed bug
12362         which could cause the state returned by `c-parse-state' to
12363         lack a closed paren element.  That in turn could result in
12364         very long searches, since it's common that they start from the
12365         last preceding close brace.
12367 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
12369         * progmodes/cc-engine.el (c-beginning-of-statement-1): Do not
12370         treat else-if as a single continuation, since that'd make it
12371         hard to get the right anchor point when there's a line break
12372         between the two keywords.  This change causes else-clause to
12373         be anchored on the closest preceding else-if and not always on
12374         the starting if, but that doesn't affect the indentation for
12375         any reasonably sane style.  Also introduced a noerror flag.
12377         (c-beginning-of-closest-statement): Removed;
12378         c-beginning-of-statement-1 now avoids the problem this one solved.
12380         * progmodes/cc-engine.el (c-guess-continued-construct)
12381         (c-guess-basic-syntax): Better and more uniform anchor points
12382         for 'statement-cont and 'substatement.  The effect is
12383         noticeable mostly when there's a label on the same line as the
12384         beginning of the statement, or when there are more stuff
12385         before the start of the statement.
12387         * progmodes/cc-engine.el (c-looking-at-inexpr-block):
12388         Added flag to disable looking at the type of the surrounding paren
12389         since that confuses c-beginning-of-statement-1 and a couple of
12390         other places.
12392         * progmodes/cc-engine.el (c-guess-basic-syntax):
12393         Avoid stepping to the previous statement in case 18.
12394         Improvements in recognition of statement blocks on the top level.
12396 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
12398         * progmodes/cc-engine.el (c-beginning-of-statement-1)
12399         (c-crosses-statement-barrier-p): Rewritten to get a well
12400         defined and documented behavior.  This fixes some tricky cases
12401         in recognition of do-while constructs.
12403         (c-backward-to-start-of-do, c-backward-to-start-of-if):
12404         Removed; use c-beginning-of-statement-1 instead.
12406         (c-guess-continued-construct, c-guess-basic-syntax):
12407         Various fixes to not depend on the bugs previously in
12408         c-beginning-of-statement-1.  Cleanups in cases 18 and 17 to
12409         use the new behavior of c-beginning-of-statement-1 better.
12410         Fixed recognition of catch blocks inside macros.
12412         * progmodes/cc-engine.el (c-backward-syntactic-ws): Fixed bug
12413         in skipping over a macro.
12415         * progmodes/cc-langs.el (c-label-kwds): New variable to
12416         contain the appropriate c-*-label-kwds value.
12418         * progmodes/cc-vars.el (defcustom-c-stylevar): Fixed value
12419         evaluation bug that caused the widget for
12420         c-block-comment-prefix to bug out.
12422 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
12424         * progmodes/cc-engine.el (c-guess-basic-syntax):
12425         Improved recognition of statements: They are now recognized in
12426         contexts where they normally can't occur, e.g. on the top level or
12427         in function call arguments.  This is mainly useful to recognize
12428         statements in macros at the top level, and in arguments to
12429         macros.  The cases has been moved around quite a bit, and case
12430         10 has been copied to case 18.  (The cases has not been
12431         renumbered because of this.)
12433         (c-guess-continued-construct): New function which has the
12434         rules which are common between cases 10 and 18.
12436         * progmodes/cc-engine.el (c-beginning-of-statement-1)
12437         (c-backward-to-start-of-do, c-backward-to-start-of-if):
12438         Fixes so that they really obey the passed limits.
12440         (c-safe-position): Return nil if the state doesn't contain a
12441         suitable position.
12443         (c-guess-basic-syntax): Fixes some too short limits in calls
12444         to c-beginning-of-statement-1.  Some fixes for top level
12445         analysis in ObjC mode.
12447         * progmodes/cc-engine.el (c-beginning-of-statement-1):
12448         Fixed bug in do-while statements where the body is not a block.
12450         * progmodes/cc-styles.el (c-set-style):
12451         Reset c-special-indent-hook to its global value if in override mode.
12452         Fixes problem where functions on that hook remained after
12453         style switch.
12455         * progmodes/cc-engine.el (c-evaluate-offset, c-get-offset):
12456         Use c-benign-error to report the c-strict-syntax-p error.
12458 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
12460         * progmodes/cc-align.el, progmodes/cc-defs.el,
12461         progmodes/cc-cmds.el, progmodes/cc-engine.el, cc-vars.el:
12462         Several fixes to treat macros as code and not literals and to
12463         handle line continuations transparently.
12465         (c-skip-ws-forward, c-skip-ws-backward): New macros to skip
12466         through whitespace and line continuations, but not comments
12467         and macros.
12469         (c-in-literal): No longer recognizes macros as literals by
12470         default. An extra flag argument is required to do that.
12472         (c-macro-start, c-query-macro-start)
12473         (c-query-and-set-macro-start): Added a cache for the macro
12474         start position.
12476         (c-forward-syntactic-ws, c-backward-syntactic-ws): Fixes for
12477         more speed when limits are given.  Workaround for bad behavior
12478         in forward-comment in some emacsen when it hits a buffer limit
12479         with a large repeat count.
12481         (c-lineup-macro-cont): Improved behavior when
12482         c-syntactic-indentation-in-macros is nil.
12484         (c-syntactic-indentation-in-macros, c-backslash-max-column)
12485         (c-auto-align-backslashes): New customization variables to
12486         control macro handling.
12488         * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
12489         Fixes to handle line continuations.
12491         * progmodes/cc-defs.el, progmodes/cc-styles.el
12492         (c-get-style-variables, c-set-offset): Report style errors
12493         with message and ding instead of error signal.  This to avoid
12494         interrupted mode init if there's some style problem.
12496         (c-benign-error): New macro to report errors that doesn't need
12497         to interrupt the operation.
12499         * progmodes/cc-defs.el (c-point): Added eonl and eopl positions.
12501 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
12503         * progmodes/cc-cmds.el (c-electric-brace, c-indent-region):
12504         Removed most of the c-state-cache fiddling, since the global
12505         state cache now handles this.
12507         * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed bug
12508         when there's an open paren at the very first char of the
12509         visible buffer region.
12511         * progmodes/cc-engine.el (c-parse-state, c-check-state-cache):
12512         Cache the state globally and invalidate it below every buffer
12513         change with the new after change function
12514         `c-check-state-cache'.  This gives a considerable performance
12515         boost when editing large functions or classes.
12517         * progmodes/cc-engine.el (c-whack-state-after): Slight optimization.
12519 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
12521         * progmodes/cc-engine.el, progmodes/cc-langs.el,
12522         progmodes/cc-align.el: Improvements to syntactic analysis
12523         inside macros:
12525         (c-block-stmt-1-kwds, c-block-stmt-2-kwds): New variables used
12526         by `c-guess-basic-syntax'.
12528         (c-parse-state): Fixed bug with braces inside macros when
12529         using cached state info.
12531         (c-forward-to-cpp-expression): New function to aid in
12532         syntactic analysis inside macros.
12534         (c-beginning-of-statement-1, c-backward-syntactic-ws):
12535         Fixes to work better inside macros.
12537         (c-forward-syntactic-ws): Whitespace between the # and the
12538         command should be allowed in preprocessor directives.
12540         (c-lineup-macro-cont): New lineup function to get context
12541         sensitive indentation inside macros.
12543         (c-offsets-alist): Made `c-lineup-macro-cont' the default for
12544         cpp-macro-cont.
12546 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
12548         * progmodes/cc-engine.el (c-beginning-of-statement-1)
12549         (c-forward-syntactic-ws): Fixes to handle continued lines.
12551         (c-backward-to-start-of-if, c-guess-basic-syntax):
12552         Do syntactic analysis inside macros.
12554 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
12556         * progmodes/cc-cmds.el (c-indent-region): Did a speedup made
12557         possible by the more flexible state cache.
12559         * progmodes/cc-engine.el (c-parse-state, c-whack-state-before)
12560         (c-whack-state-after, c-hack-state)
12561         (c-narrow-out-enclosing-class, c-guess-basic-syntax):
12562         Improved the state cache system.  It now can use partial info from
12563         an old cached state to calculate a new one at a different
12564         position.  Removed some kludges to avoid the state cache.
12565         The new functions `c-whack-state-before' and `c-whack-state-after'
12566         replace the now obsolete `c-whack-state'.
12568         * progmodes/cc-engine.el (c-beginning-of-statement-1):
12569         Optimized backing through a macro.  This can speed things up
12570         quite a bit when there are long macros before point.
12572         (c-beginning-of-macro): Do not ignore the limit.
12574 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
12576         * progmodes/cc-cmds.el (c-electric-continued-statement):
12577         Fixed a bug where the keyword wasn't reindented correctly if
12578         followed by another keyword or identifier.
12580         * progmodes/cc-engine.el (c-parse-state): Ignore closed brace
12581         pairs that are in macros.  Fixes some cases where e.g. the
12582         second of two "do { } while (0)" macros after each other
12583         indented differently.
12585 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
12587         * progmodes/cc-engine.el (c-beginning-of-macro)
12588         (c-forward-syntactic-ws): Recognize "#!" as a preprocessor
12589         directive when it begins a line, to allow for script
12590         interpreter lines like "#!/usr/bin/pike" at the beginning of
12591         the file.
12593 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
12595         * progmodes/cc-engine.el (c-looking-at-inexpr-block):
12596         Recognize brace blocks inside a parenthesis expression as
12597         inexpr-statement.  Useful when writing statements as macro arguments.
12599 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
12601         * progmodes/cc-cmds.el (c-fill-paragraph, c-do-auto-fill)
12602         (c-mask-comment): Broke out the comment masking code from
12603         `c-fill-paragraph' to a new function `c-mask-comment', to be
12604         able to do the same thing in `c-do-auto-fill'.  This should
12605         make auto-fill-mode behave better.
12607 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
12609         * progmodes/cc-cmds.el (c-electric-brace, c-electric-paren):
12610         Check `executing-macro' to avoid blinking parens when macros
12611         are executed.
12613         * progmodes/cc-mode.el, progmodes/cc-styles.el
12614         (c-setup-filladapt): Moved from cc-mode.el to cc-styles.el for
12615         consistency with `c-setup-paragraph-variables' (which was
12616         placed there due to the dependency from `c-set-style').
12618         * progmodes/cc-styles.el, progmodes/cc-vars.el: Fixed bug with
12619         incomplete initialization from the style variable fallbacks if
12620         there already is a style called "user" defined when CC Mode
12621         starts up for the first time.
12623 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
12625         * progmodes/cc-cmds.el, progmodes/cc-vars.el
12626         (c-comment-indent, c-indent-comment-alist): Added new variable
12627         `c-indent-comment-alist' to allow better control over
12628         `c-comment-indent'.
12630 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
12632         * progmodes/cc-align.el (c-lineup-C-comments): Try to match
12633         both `comment-start-skip' and the comment prefix on the
12634         current line with the comment starter, so that we line up
12635         comments which matches `c-comment-prefix-regexp' on the first
12636         line (after the `/') without the need to make
12637         `comment-start-skip' match whatever `c-comment-prefix-regexp' matches.
12639         * progmodes/cc-mode.el, progmodes/cc-styles.el (c-common-init)
12640         (c-set-style-1, c-setup-paragraph-variables): Moved the
12641         variable initialization based on `c-comment-prefix-regexp' to
12642         a new function `c-setup-paragraph-variables', which is now
12643         used both at mode init and when a style that sets
12644         `c-comment-prefix-regexp' is activated.
12646 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
12648         * progmodes/cc-engine.el (c-beginning-of-member-init-list):
12649         Better handling of C++ template args to avoid confusion with
12650         `<' and `>' used as operators in member init expressions.
12652 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
12654         * progmodes/cc-engine.el (c-most-enclosing-brace)
12655         (c-least-enclosing-brace): Added optional second arg to limit
12656         the search to before a certain point.
12658         * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed bug
12659         which could cause incorrect analysis if a cached state is used
12660         (usually only happens when an electric key reindents a line).
12662 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
12664         * progmodes/cc-defs.el (c-forward-comment): More idiosyncrasy
12665         insulation.  This time for XEmacs 21.
12667         * progmodes/cc-engine.el, progmodes/cc-langs.el:
12668         Improved handling of inheritance lists:
12670         (c-beginning-of-inheritance-list): Rewritten to use a more
12671         syntactically correct method that doesn't get confused by
12672         badly placed linebreaks and comments.
12674         (c-guess-basic-syntax): Several fixes to the handling of
12675         inheritance lists in combination with templates.  'inher-intro
12676         is now anchored on the start of the class declaration and not
12677         the indentation of the current line.  Switched places on cases
12678         5D.3 and 5D.4 and made them use more syntactically correct methods.
12680         (c-inher-key): Removed since the code in
12681         `c-guess-basic-syntax' now uses token-based search.
12683         * progmodes/cc-cmds.el, progmodes/cc-mode.el (c-mode-menu):
12684         Added a submenu to access some toggles.
12686         (c-toggle-syntactic-indentation): New function to toggle the
12687         variable `c-syntactic-indentation'.
12689         * progmodes/cc-styles.el (c-set-style): Improved the error
12690         message for incorrect offsets a bit.
12692 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
12694         * progmodes/cc-cmds.el (c-indent-exp): Don't require that the
12695         sexp follows point immediately, instead find the closest
12696         following open paren that ends on another line.
12698 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
12700         * progmodes/cc-align.el (c-lineup-cascaded-calls):
12701         New indentation function.
12703         * progmodes/cc-engine.el (c-beginning-of-macro): Bugfix for
12704         directives with whitespace between the '#' and the name.
12706 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
12708         * progmodes/cc-engine.el (c-forward-syntactic-ws)
12709         (c-backward-syntactic-ws): Handle line continuations as
12710         whitespace.  Don't move past a macro if that'd take us past
12711         the limit.
12713 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
12715         * progmodes/cc-engine.el (c-beginning-of-macro)
12716         (c-forward-syntactic-ws): Multiline strings begin with `#"' in
12717         Pike, and that shouldn't be confused with a preprocessor directive.
12719 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
12721         * progmodes/cc-cmds.el: Extended the kludge to interoperate
12722         with the delsel and pending-del packages wrt to the new
12723         function `c-electric-delete-forward'.
12725 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
12727         * progmodes/cc-cmds.el (c-indent-exp): Keep the indentation of
12728         the block itself, i.e. only indent the contents in it.
12730         * progmodes/cc-styles.el (c-set-style): Use the default
12731         argument to completing-read instead of initial-contents, if
12732         the function is recent enough to support it.
12734 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
12736         * progmodes/cc-mode.el (c-mode-help-address):
12737         Removed bug-gnu-emacs@gnu.org from the receiver list for bug reports.
12738         I've almost never seen a bug reported this way that should go
12739         to that list, but it's rather common that the reports concern
12740         the combination CC Mode and XEmacs instead.
12742 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
12744         * progmodes/cc-cmds.el (c-electric-paren): Fixed bug when both
12745         brace-elseif-brace and brace-catch-brace are active and
12746         there's a "else if"-block before the catch block.
12748         * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
12749         Detect function headers that span lines.
12751 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
12753         * progmodes/cc-cmds.el (c-electric-brace)
12754         (c-electric-semi&comma, c-electric-colon, c-electric-paren):
12755         Check for last on line only for doing the auto-newline-mode
12756         stuff, not for the reindentation.
12758         * progmodes/cc-cmds.el (c-electric-brace): Fixed bugs in the
12759         handling of c-syntactic-indentation: When it's nil, indent the
12760         new lines but don't reindent the current one.  Reindent the
12761         line only when the inserted brace comes first on it, instead
12762         of last.
12764         * progmodes/cc-cmds.el (c-electric-brace)
12765         (c-electric-semi&comma): Fixed two places where
12766         c-syntactic-indentation wasn't heeded.
12768         * progmodes/cc-cmds.el (c-electric-pound): Don't be electric
12769         inside a macro.
12771         * progmodes/cc-engine.el (c-backward-to-start-of-if): Try a
12772         little harder to find a fallback position when an orphan else
12773         is found.  Fixed case where an else following a do-while
12774         statement could be associated with an if inside the do-while.
12776 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
12778         * progmodes/cc-cmds.el (c-guess-fill-prefix): Tuned the dwim
12779         for the fallback to add a single space after the comment prefix.
12781         * progmodes/cc-cmds.el (c-indent-new-comment-line): Somewhat better
12782         behavior in some special cases, especially for single-line comments.
12783         Avoid breaking up a comment starter or ender.
12785 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
12787         * progmodes/cc-cmds.el (c-outline-level): Applied patch from
12788         the Emacs sources to make this work in invisible text.
12790         * progmodes/cc-langs.el (c-switch-label-key): Fixed regexp to
12791         not be confused by a later ':' on the same line as the label.
12793 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
12795         * progmodes/cc-cmds.el, progmodes/cc-mode.el
12796         (c-electric-delete, c-electric-delete-forward):
12797         Split `c-electric-delete' into two functions where
12798         `c-electric-delete-forward' always deletes forward and
12799         `c-electric-delete' only contains the code necessary for
12800         XEmacs to choose between backward and forward deletion.
12801         `c-electric-delete-forward' is now bound to C-d to get the
12802         electric behavior on that key too.
12804 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
12806         * progmodes/cc-cmds.el (c-fill-paragraph): Fixed bogus direct
12807         use of c-comment-prefix-regexp, which caused an error when
12808         it's a list.
12810 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
12812         * progmodes/cc-mode.el, progmodes/cc-vars.el (c-common-init)
12813         (c-default-style): Removed the hardcoded switch to "java" style
12814         in Java mode.  It's instead taken care of by the default value
12815         for c-default-style.
12817 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
12819         * progmodes/cc-align.el (c-lineup-math): Fix bug where lineup
12820         was triggered by equal signs in string literals.
12822 2002-04-21  Kim F. Storm  <storm@cua.dk>
12824         * subr.el (insert-buffer-substring-no-properties): New function.
12825         (insert-buffer-substring-as-yank): New function.
12827 2002-04-21  Glenn Morris  <gmorris@ast.cam.ac.uk>
12829         * scroll-all.el (minor-mode-alist): Fix usage of `scroll-all-mode'.
12830         (scroll-all-page-down-all, scroll-all-page-up-all) Remove `fkey-'
12831         prefix from scroll commands.  Ignore end-of-buffer errors from
12832         other windows.
12833         (scroll-all-check-to-scroll): Remove `fkey-' prefix from scroll
12834         commands.
12835         (scroll-all-beginning-of-buffer-all, scroll-all-end-of-buffer-all):
12836         New functions.
12838         * files.el: (auto-mode-alist): .f95 files in f90-mode.
12840         * progmodes/fortran.el: (fortran-beginning-do): Make regexp match
12841         a DO statement irrespective of numeric label.
12843 2002-04-20  Glenn Morris  <gmorris@ast.cam.ac.uk>
12845         * files.el (auto-save-file-name-transforms): Doc fix.
12846         Add third element to "uniquify" filenames.
12847         (make-auto-save-file-name): Use new element of
12848         auto-save-file-name-transforms.
12849         * startup.el (command-line): Add third element to
12850         auto-save-file-name-transforms.
12852 2002-04-19  Stefan Monnier  <monnier@cs.yale.edu>
12854         * files.el (file-name-non-special): Don't mangle the 0'th arg and the
12855         return value of file-name-completion and file-name-all-completions.
12857 2002-04-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
12859         * progmodes/f90.el: Update maintainer.
12860         (f90-line-continued): Recognize blank/comment lines embedded in
12861         continuation lines.
12862         (f90-looking-at-program-block-start): No extra indentation after
12863         function or subroutine keyword appears in single quotes.
12865 2002-04-19  Miles Bader  <miles@gnu.org>
12867         * custom.el (customize-mark-to-save, customize-mark-as-set)
12868         (custom-quote): Moved here from `cus-edit.el'.
12869         * cus-edit.el (customize-mark-to-save, customize-mark-as-set)
12870         (custom-quote): Moved to `custom.el'.
12872 2002-04-18  Richard M. Stallman  <rms@gnu.org>
12874         * facemenu.el (list-text-properties-at): Command deleted.
12876         * rect.el (insert-rectangle): Use insert-for-yank.
12878         * register.el (insert-register): Use insert-for-yank.
12879         (describe-register-1): Discard text props in yank-excluded-properties.
12881         * toolbar/tool-bar.el (tool-bar-local-item-from-menu):
12882         Fix parts in construction of `menu-item' item at end.
12884         * mail/mailabbrev.el (mail-mode-abbrev-table): Delete defvar.
12886         * subr.el (insert-for-yank): New function.
12888         * simple.el (yank-excluded-properties): New user option.
12889         (yank-pop, yank): Use insert-for-yank.
12891 2002-04-19  Kim F. Storm  <storm@cua.dk>
12893         * simple.el (pop-to-mark-command): Do not set this-command.
12894         (set-mark-command): Always jump to mark when called with arg.
12896 2002-04-18  Francesco Potort\e,Al\e(B  <pot@gnu.org>
12898         * comint.el (comint-watch-for-password-prompt): Remove whitespace
12899         at the beginning of password prompts.
12901 2002-04-18  Andrew Innes  <andrewi@gnu.org>
12903         * facemenu.el: Remove require of wid-edit.
12905 2002-04-17  Colin Walters  <walters@verbum.org>
12907         * ibuffer.el (ibuffer-visit-buffer): Optionally allow reducing to
12908         one window.
12909         (ibuffer-visit-buffer-1-window): Simply call `ibuffer-visit-buffer'.
12910         (ibuffer-current-state-list): Reinstate optional argument; now
12911         just call `point' inside the mapping function.
12913 2002-04-17  Francesco Potort\e,Al\e(B  <pot@gnu.org>
12915         * dired-aux.el (dired-star-subst-regexp)
12916         (dired-quark-subst-regexp): New constants.
12917         (dired-do-shell-command, dired-shell-stuff-it): Use them.
12918         (dired-do-shell-command): Raise an error if both `*' and `?'
12919         substitution marks are used in the same command.
12920         (dired-shell-stuff-it): Substitute all instances of `*' and `?'
12921         in a command given via dired-do-shell-command.
12923         * comint.el (comint-password-prompt-regexp): Match "Repeat passphrase".
12925 2002-04-16  Jason Rumney  <jasonr@gnu.org>
12927         * international/mule-cmds.el (locale-preferred-coding-systems):
12928         Add "jpn".
12930 2002-04-16  Eli Zaretskii  <eliz@is.elta.co.il>
12932         * term.el (term-emulate-terminal): Fix last change.
12934 2002-04-16  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
12936         * bindings.el (mode-line-mode-menu): Update names to reflect
12937         latest changes.
12939 2002-04-16  Mike Williams  <mdub@bigfoot.com>
12941         * textmodes/sgml-mode.el (sgml-at-indentation-p): Move to fix
12942         compilation error.
12944 2002-04-16  Michael Kifer  <kifer@cs.stonybrook.edu>
12946         * viper-ex.el: Patch by Samuel Padgett. Copyright papers received.
12947         (viper-ex-print-buf-name): New variable.
12948         (viper-ex-print-buf): New variable.
12949         (ex-token-alist): Invoke ex-print on ":print" Ex commands.
12950         (ex-g-marks): New variable.
12951         (ex-print): New function.
12952         (ex-print-display-lines): New function.
12954         * viper.el (viper-set-hooks): Add window-setup-hook, which sets
12955         the cursor color.
12957         * ediff-util.el (ediff-cleanup-mess): Delete ctl window on exit
12958         when the window is not in its own frame.
12959         (ediff-clone-buffer-for-region-comparison): More robust window
12960         arrangement while prompting for regions to compare.
12961         (ediff-make-cloned-buffer): Use generate-new-buffer-name.
12962         (ediff-inferior-compare-regions): Deleted unused vars
12963         ctl-buf and quit-now.
12965 2002-04-15  Richard M. Stallman  <rms@gnu.org>
12967         * facemenu.el (facemenu-add-new-face): Use this only for faces.
12968         Delete arg MENU.
12969         (facemenu-add-new-color): New function.
12970         (facemenu-set-foreground, facemenu-set-background):
12971         Use facemenu-add-new-color.
12973 2002-04-15  Eli Zaretskii  <eliz@is.elta.co.il>
12975         * ediff-init.el (ediff-current-diff-face-A)
12976         (ediff-current-diff-face-B, ediff-current-diff-face-C)
12977         (ediff-current-diff-face-Ancestor, ediff-fine-diff-face-A)
12978         (ediff-fine-diff-face-B, ediff-fine-diff-face-C)
12979         (ediff-fine-diff-face-Ancestor, ediff-even-diff-face-A)
12980         (ediff-even-diff-face-B, ediff-even-diff-face-C)
12981         (ediff-even-diff-face-Ancestor, ediff-odd-diff-face-A)
12982         (ediff-odd-diff-face-B, ediff-odd-diff-face-C)
12983         (ediff-odd-diff-face-Ancestor): Add special color definitions for
12984         tty and MS-DOS displays.
12986 2002-04-15  Andrew Innes  <andrewi@gnu.org>
12988         * facemenu.el: Require wid-edit.
12990 2002-04-15  Miles Bader  <miles@gnu.org>
12992         * faces.el (highlight): Force foreground to be black on a tty, so
12993         this face is readable on a dark-background tty.
12994         * wid-edit.el (widget-field-face, widget-single-line-field-face):
12995         Likewise.
12997 2002-04-14  Kim F. Storm  <storm@cua.dk>
12999         * simple.el (pop-to-mark-command, push-mark-command): New commands.
13000         (set-mark-command): Use them.
13001         Enhanced functionality when command is repeated:
13002         - If first command set the mark (no prefix arg), repeat temporarily
13003         enables transient-mark-mode.
13004         - If first command jumped to mark off ring (with argument),
13005         repeat (with or without arg) jump to next mark off ring.
13006         - Use C-u C-u prefix to set mark after jump.
13007         (exchange-point-and-mark): Temporarily enable transient-mark-mode
13008         if prefix arg.
13010 2002-04-14  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
13012         * speedbar.el (speedbar-tag-hierarchy-method)
13013         (speedbar-toggle-updates, speedbar-toggle-images): Doc fixes.
13015 2002-04-14  Mike Williams  <mdub@bigfoot.com>
13017         * textmodes/sgml-mode.el (sgml-parse-tag-backward): Fix to work at
13018         beginning of buffer.
13020 2002-04-14  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
13022         * speedbar.el (speedbar-generic-item-info)
13023         (speedbar-sort-tags): Doc fix.
13024         (speedbar-add-supported-extension): Fix typo in interactive spec.
13026 2002-04-13  Colin Walters  <walters@verbum.org>
13028         * ibuffer.el (ibuffer-forward-line): Just skip header if we're
13029         only moving one line forward.
13030         (ibuffer-map-lines): Preserve point position even if we delete
13031         lines.  Only call mapping functions with buffer and mark
13032         arguments; the other two were unused.
13033         (ibuffer-redisplay, ibuffer-update): Always skip special areas.
13035         * ibuf-macs.el, ibuf-ext.el: Update callers of `ibuffer-map-lines'.
13037         * calc/calc-bin.el (math-format-radix-float): Use `when'.
13039         * calc/calc.el (math-format-number): Load `calc-ext' before we
13040         call `math-group-float'.
13042         * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
13043         Renamed from `gamegrid-add-score'.
13044         (gamegrid-add-score-insecure): Restored from the old
13045         `gamegrid-add-score'.
13046         (gamegrid-add-score): Just dispatch on `system-type' to one of the
13047         previous two functions.
13049 2002-04-13  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
13051         * iswitchb.el: Update commentary to include new function
13052         iswitchb-exclude-nonmatching.
13054 2002-04-12  John Wiegley  <johnw@gnu.org>
13056         * eshell/esh-ext.el (eshell-script-interpreter): Fix for CRLF
13057         operating systems to the regexp used to detect a script's interpreter.
13059 2002-04-12  Eli Zaretskii  <eliz@is.elta.co.il>
13061         * frame.el (frames-on-display-list): Use `equal' to compare the
13062         `display' frame parameter to the argument DISPLAY.
13064 2002-04-12  Dave Love  <fx@gnu.org>
13066         * help.el (string-key-binding): Deal with margin events.
13068 2002-04-12  Francesco Potort\e,Al\e(B  <pot@gnu.org>
13070         * comint.el (comint-password-prompt-regexp): Match " SMB password".
13072 2002-04-11  Stefan Monnier  <monnier@cs.yale.edu>
13074         * sort.el (sort-reorder-buffer): Don't assume point-min == 1.
13076         * xt-mouse.el (xterm-mouse-mode): Use define-minor-mode.
13078         * emacs-lisp/lucid.el (device-class, buffer-syntactic-context)
13079         (buffer-syntactic-context-depth): New funs.
13081         * emacs-lisp/edebug.el (edebug-eval-defun): Don't use defconst
13082         on variables.
13084         * emacs-lisp/debug.el (debug-on-entry): Use push.
13085         (debugger-make-xrefs): Don't assume point-min == 1.
13087         * progmodes/cc-engine.el (c-backward-to-start-of-if):
13088         Don't assume point-min == 1.
13090         * progmodes/etags.el (etags-verify-tags-table, etags-snarf-tag)
13091         (etags-list-tags, etags-tags-apropos, select-tags-table):
13092         Don't assume point-min == 1.
13094 2002-04-12  Mike Williams  <mdub@bigfoot.com>
13096         * textmodes/sgml-mode.el (sgml-guess-indent): New function.
13098 2002-04-11  Stefan Monnier  <monnier@cs.yale.edu>
13100         * textmodes/fill.el (fill-context-prefix): Fix up last change.
13102         * simple.el (line-move): Use memq rather than or.
13103         (transpose-sexps): Don't presume as much of forward-sexp's behavior.
13104         (do-auto-fill): Use fill-move-to-break-point.
13105         (syntax-code-table): Remove.
13107         * textmodes/fill.el (canonically-space-region): Obey sentence-end.
13108         Don't add spaces at end of sentences at end of line.
13109         (fill-move-to-break-point): Make sure the result is always greater
13110         than linebeg, so we ensure forward progress.
13111         (fill-region-as-paragraph): Compare to `to' rather than eobp.
13112         (fill-paragraph): Don't rebind fill-paragraph-function.
13114 2002-04-11  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
13116         * menu-bar.el (menu-bar-adv-search-menu): Add incremental search.
13118 2002-04-11  Andreas Schwab  <schwab@suse.de>
13120         * files.el (file-name-non-special): Handle return value of t from
13121         `file-name-completion'.
13123 2002-04-10  Stefan Monnier  <monnier@cs.yale.edu>
13125         * textmodes/fill.el (fill-context-prefix): Match the two prefixes
13126         differently to avoid pathological exponential-time case.
13127         (adaptive-fill-regexp): Add ! and %.
13128         (fill-delete-prefix): Remove indentation while removing prefix.
13129         (fill-delete-newlines): Obey sentence-end.
13130         (fill-move-to-break-point, fill-newline): New functions extracted
13131         from fill-region-as-paragraph.
13132         (fill-region-as-paragraph): Use them.
13133         Don't fiddle with fill-indent-according-to-mode.
13135 2002-04-10  Colin Walters  <walters@verbum.org>
13137         * play/snake.el (snake-score-file): Default to just "snake-scores".
13139         * play/tetris.el (tetris-score-file): Likewise.
13141         * play/gamegrid.el (gamegrid-add-score): Rewrite from scratch to
13142         use `update-game-score'.
13144         * ibuffer.el (ibuffer-canonicalize-state-list): Delete unused function.
13145         (ibuffer-current-buffers-with-marks): Don't call `buffer-list'
13146         ourselves; take it as an argument.  Caller updated.
13147         (ibuffer-mode): Make mode-class special.
13149 2002-04-10  Richard M. Stallman  <rms@gnu.org>
13151         * dired.el (dired-view-command-alist): New variable.
13152         (dired-view-file): Use external viewers for some files names.
13154         * mouse.el (mouse-drag-region-1): Display region highlight
13155         only in the selected window.
13157         * subr.el (remove-hook): When there are no more local hooks,
13158         kill the buffer-local value.
13160         * isearch.el (isearch-mode): Don't call make-frame-visible
13161         if frame is already visible.
13163         * cus-face.el (custom-face-attributes): Fix typo in `ultra-bold'.
13165 2002-04-09  Emmanuel Briot  <briot@act-europe.fr>
13167         * progmodes/ada-prj.el: Add support for the new project file
13168         fields: gnatfind-opt, debug-pre-cmd and debug-post-cmd.
13169         Fix widget handling for Emacs 21.  ada-mode now only supports a single
13170         active project file, instead of one per buffer.  This is far less
13171         confusing.
13173         * progmodes/ada-stmt.el: Menu changed from Statements to Templates.
13174         (ada-func-or-proc-name): Get real subprogram name, after change in
13175         ada-mode.el.
13177         * progmodes/ada-xref.el: Ada-mode no longer supports a different
13178         project file per buffer.  This was too complex.  Instead, there is
13179         now a single active project file at any given time, and the user
13180         can switch the active one through the Ada menu.  This revision
13181         also provides better handling of the Windows command line, and the
13182         various available shells on that platform.  ada-mode is now fully
13183         integrated with the GNU visual debugger gvd, see
13184         http://libre.act-europe.fr.
13185         (ada-prj-default-comp-opt): Use the new GNAT switch -gnatQ.
13186         This is only available with GNAT 3.14.
13187         (ada-prj-gnatfind-switches, ada-cd-command): New variable.
13188         (ada-quote-cmd): New function.
13189         (ada-initialize-runtime-library): Get the location of the actual
13190         runtime the compiler will be using, including support for
13191         cross-platform environments.
13192         (ada-treat-cmd-string): Add support for the new variable
13193         ${full_current} add support for debug-pre-cmd and debug-post-cmd,
13194         two commands to run just prior to running the debugger, and just
13195         after starting it.  This provide better support for cross-platform
13196         and remote debugging.
13197         (ada-get-absolute-dir): Remove, replace with expand-file-name.
13198         (ada-gdb-application): New parameter executable-name.
13199         (ada-get-ali-file-name): Better handling of separate packages.
13200         Checkin on behalf of the ada-mode maintainer.
13202         * progmodes/ada-mode.el (ada-case-exception-file)
13203         (ada-indent-handle-comment-special): New variables.
13204         (ada-case-exception-substring): New variable.  Casing exceptions
13205         can now also be defined for substrings, in addition to full
13206         identifier names.  This provides more flexibility.
13207         (ada-align-list): New fun, provide support for align.el in ada-mode.
13208         (ada-procedure-start-regexp): Add support for operators and
13209         generic formal subprograms and packages.
13210         (ada-imenu-comment-re): New variable.
13211         (ada-imenu-generic-expression): Add support for protected types.
13212         (ada-mode): Set comment-start only after running ada-mode-hook, so
13213         that the user can change ada-comment-start in the hook.
13214         Add support for ispell in comments.  Add support for align.el.
13215         (ada-save-exception-file, ada-create-case-exception-substring)
13216         (ada-adjust-case-substring): New functions.
13217         (ada-get-current-indent): Properly handles keywords with uppercases.
13218         (ada-goto-matching-end): Rewritten, fixes problems in the handling
13219         of nested blocks.
13220         (ada-untab-hard): Do not touch the contents of comments and strings.
13222 2002-04-09  Mike Williams  <mdub@bigfoot.com>
13224         * textmodes/sgml-mode.el (sgml-lexical-context):
13225         Use sgml-parse-tag-backward to find start point.
13226         (sgml-looking-back-at): Doc fix.
13228 2002-04-09  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
13230         * isearch.el (isearch-message-prefix): Use minibuffer-prompt face
13231         for prompt.
13233 2002-04-08  Stefan Monnier  <monnier@cs.yale.edu>
13235         * autorevert.el (auto-revert-mode, global-auto-revert-mode):
13236         Use define-minor-mode.
13237         (auto-revert-buffers): Use with-current-buffer.
13238         Avoid changing the minor modes.
13240         * international/iso-acc.el (iso-accents-accent-key): Use `vector'
13241         rather than char-to-string since last-input-char can be any event.
13243         * international/titdic-cnv.el (tit-dictionary):
13244         Use defvar for non-constants.
13246         * progmodes/cwarn.el (global-cwarn-mode): Use define-minor-mode.
13247         (global-cwarn-mode): Use easy-mmode-define-global-mode.
13248         (cwarn-font-lock-keywords): New function.
13249         Replaces cwarn-font-lock-remove-keywords cwarn-font-lock-add-keywords.
13250         (cwarn-font-lock-match): New macro.
13251         (cwarn-font-lock-match-assignment-in-expression)
13252         (cwarn-font-lock-match-dangerous-semicolon)
13253         (cwarn-font-lock-match-reference): Use it.
13255         * progmodes/cperl-mode.el (cperl-make-face, cperl-force-face):
13256         Use defvar rather than defconst since it's meant to be settable.
13257         (cperl-syntax-done-to): Don't hardcode 1 as (point-min).
13258         (cperl-fix-line-spacing): Add missing \ in [ t].
13260         * loadup.el: Call ucs-unify-8859 directly rather than
13261         unify-8859-on-encoding-mode.
13262         (fns-*.el): Don't use it anymore.  Keep the load-history in purespace.
13264         * textmodes/sgml-mode.el (sgml-comment-indent-new-line): New fun.
13265         (sgml-mode): Use it for comment-line-break-function.
13267 2002-04-08  Jason Rumney  <jasonr@gnu.org>
13269         * international/mule-cmds.el (reset-language-environment):
13270         Handle coding-systems not being defined yet.
13272 2002-04-08  Sam Steingold  <sds@gnu.org>
13274         * vc-cvs.el (vc-cvs-valid-version-number-p): New function.
13275         (vc-cvs-checkin): Use it.
13277 2002-04-08  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
13279         * files.el (display-time-string): Fix last change.
13281 2002-04-07  Sam Steingold  <sds@gnu.org>
13283         * vc-cvs.el (vc-cvs-checkin): Pass the required argument to `error'.
13285 2002-04-07  Jason Rumney  <jasonr@gnu.org>
13287         * international/mule-cmds.el (set-default-coding-systems)
13288         (reset-language-environment): Preserve eols on
13289         default-process-coding-system.
13290         (coding-system-change-text-conversion): Fix case where CODING is nil.
13292 2002-04-07  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
13294         * subr.el (play-sound): Move here from simple.el.
13296         * simple.el (play-sound): Move to subr.el.
13298 2002-04-06  Richard M. Stallman  <rms@gnu.org>
13300         * files.el (display-time-string-forms): Mark as risky.
13302         * enriched.el (enriched-decode-foreground, enriched-decode-background):
13303         Use proper format for desired elts of `face' property.
13304         Don't test display-color-p; make the properties unconditionally.
13306         * progmodes/compile.el (compilation-error-regexp-alist):
13307         New alternatives for FILE:LINE.COL and for ranges of columns and lines.
13309 2002-04-06  Per Abrahamsen  <abraham@dina.kvl.dk>
13311         * progmodes/cc-vars.el (c-block-comment-prefix): Specify :value
13312         for customization type.
13313         Reported by Mattias Fredsberg <mattias.fredsberg@active-tv.com>.
13315 2002-04-06  Mike Williams  <mdub@bigfoot.com>
13317         * textmodes/xml-lite.el: Remove.
13319 2002-04-05  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
13321         * simple.el (play-sound): New function (uses play-sound-internal).
13323 2002-04-04  Richard M. Stallman  <rms@gnu.org>
13325         * files.el (mode-line-format, mode-line-modified)
13326         (mode-line-mule-info, mode-line-buffer-identification)
13327         (mode-line-modes, mode-line-position): Explicitly mark as risky.
13328         (hack-one-local-variable): Don't recognize "mode-line-..." as risky.
13330         * calendar/solar.el (solar-northern-spring-or-summer-season): Doc fix.
13332         * mail/mailabbrev.el (mail-abbrev-make-syntax-table):
13333         Use (syntax-table), not old-syntax-table.
13335         * enriched.el (enriched-decode-foreground)
13336         (enriched-decode-background): Don't call facemenu-get-face.
13338 2002-04-04  Mike Williams  <mdub@bigfoot.com>
13340         * textmodes/sgml-mode.el: Add missing require.
13341         (sgml-lexical-context): Fix up CDATA detection for boundary cases.
13343 2002-04-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13345         * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line): Move to
13346         spot indicated by text property `cvs-goal-column', if present.
13348         * pcvs-info.el (cvs-fileinfo-pp): Use text property
13349         `cvs-goal-column' to indicate position of file name (if present).
13351 2002-04-03  Richard M. Stallman  <rms@gnu.org>
13353         * mail/mailabbrev.el (mail-abbrev-complete-alias):
13354         Call mail-abbrev-make-syntax-table.
13356         * format.el (format-deannotate-region): Doc fix.
13358         * enriched.el (enriched-face-ans): Delete special treatment
13359         for fg:... and bg:... faces.
13360         (enriched-decode-foreground): Return a list that specifies
13361         the foreground color, rather than creating a face.
13362         (enriched-decode-background): Likewise.
13364         * shell.el (shell-mode): Don't reinit comint-input-ring
13365         if that was already done.
13367 2002-04-03  Edward M. Reingold  <reingold@emr.cs.iit.edu>
13369         * solar.el (solar-spring-or-summer-season): Delete.
13370         (solar-northern-spring-or-summer-season): New variable.
13371         (solar-sunrise-and-sunset, solar-moment, solar-sunrise-sunset):
13372         Rewrite.
13374         * solar.el (diary-sabbath-candles-minutes): New variable.
13375         (diary-sabbath-candles): Use it instead of fixed 18 minutes.
13377         * calendar.el (update-calendar-mode-line): Force mode-line update.
13378         Make date under the cursor available as `date' in
13379         calendar-mode-line-format.
13380         Eval items in calendar-mode-line-format list.
13382         * cal-tex.el (cal-tex-hook, cal-tex-year-hook, cal-tex-month-hook)
13383         (cal-tex-week-hook, cal-tex-daily-hook): Add doc strings.
13385         * cal-tex.el (cal-tex-latexify-list): Fix doc string.
13387         * cal-tex.el (cal-tex-insert-day-names): LaTeXify day names.
13388         (cal-tex-cursor-week-iso, cal-tex-week-hours, cal-tex-weekly4-box)
13389         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
13390         (cal-tex-daily-page, cal-tex-mini-calendar): LaTeXify day names.
13392         * cal-tex.el: Change all instances (interactive "P") to
13393         (interactive "p").
13394         (cal-tex-cursor-month): Add hfill and newline at end of month that
13395         ended on Saturday.
13396         (cal-tex-preamble): Change to LaTeX2e.
13397         (cal-tex-cursor-filofax-year): Don't use default month names in
13398         LaTeX macros in case user changes them.
13399         (cal-tex-month-name): New function.  Used throughout in case user
13400         has done something funny with month names.
13402         * cal-hebrew.el (holiday-rosh-hashanah-etc): Spelling correction.
13403         (diary-rosh-hodesh): Spelling correction.
13405 2002-04-03  Mike Williams  <mdub@bigfoot.com>
13407         * textmodes/sgml-mode.el (sgml-lexical-context)
13408         (sgml-parse-tag-backward): Extend support for CDATA to include
13409         conditional sections.
13411 2002-04-03  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
13413         * cus-start.el: Rename `autoselect-window' to
13414         `mouse-autoselect-window'.
13416 2002-04-02  Richard M. Stallman  <rms@gnu.org>
13418         * files.el (hack-one-local-variable):
13419         Clear text props from string value.
13421 2002-04-02  Stefan Monnier  <monnier@cs.yale.edu>
13423         * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
13424         (f90-procedures-re, f90-operators-re, f90-hpf-keywords-re):
13425         Use regexp-opt.
13426         (f90-keywords-re, f90-keywords-level-3-re): Add `pure' and `elemental'
13427         from F95.
13428         (f90-procedures-re): Add `null' and `cpu_time' from F95.
13429         (f90-font-lock-keywords-1): Minor reorganization so we don't need
13430         `override' any more.
13431         (f90-font-lock-keywords-3): Use `keep' rather than `override'.
13432         (f90-indent-subprogram): Use indent-region.
13433         (f90-break-line): Use indent-according-to-mode.
13435 2002-04-02  Mike Williams  <mdub@bigfoot.com>
13437         * textmodes/sgml-mode.el (sgml-close-tag): Rename from
13438         sgml-insert-end-tag. Simplify by using sgml-lexical-context.
13439         (sgml-get-context): Remove use of sgml-inside-tag-p.
13440         (sgml-inside-tag-p): Remove.
13441         (sgml-looking-back-at): Short-circuit at beg of buffer.
13442         (sgml-lexical-context, sgml-calculate-indent): Add support for
13443         CDATA sections.
13445 2002-04-01  Stefan Monnier  <monnier@cs.yale.edu>
13447         * help.el (help-key-description): New fun.
13448         (describe-key-briefly, describe-key): Use it and
13449         this-single-command-raw-keys plus new arg `untranslated'.
13451         * textmodes/sgml-mode.el (sgml-at-indentation-p, sgml-tag)
13452         (sgml-parse-tag-name, sgml-looking-back-at, sgml-parse-tag-backward)
13453         (sgml-inside-tag-p, sgml-get-context, sgml-show-context)
13454         (sgml-insert-end-tag): New funs taken from xml-lite.el.
13455         (sgml-calculate-indent): Use them.
13456         (sgml-slash-matching): Rename from sgml-slash.
13457         (sgml-slash): Copied from xml-lite and changed to use
13458         sgml-slash-matching and sgml-quick-keys.
13460         * international/mule-cmds.el (standard-keyboard-coding-systems):
13461         Add koi8-u and koi8-r.
13463         * eshell/.cvsignore: New file.
13465         * eshell/esh-groups.el: Remove.
13467         * progmodes/tcl.el: Change maintainer.
13468         (tcl-electric-hash-style): Change default to nil.
13469         (tcl-imenu-generic-expression): Use tcl-proc-regexp.
13470         (tcl-do-auto-fill): Remove.
13471         (tcl-auto-fill-mode): Rewrite using comment-auto-fill-only-comments.
13473 2002-04-01  Mike Williams  <mdub@bigfoot.com>
13475         * textmodes/sgml-mode.el: Doc fixes.
13476         (sgml-mode): Set indent-line-function to sgml-indent-line.
13477         (sgml-calculate-indent): Add an explicit check for 'text syntax,
13478         to protect against future enhancements to sgml-lexical-context.
13479         (sgml-empty-tag-p, sgml-unclosed-tag-p): New funcs.
13481         * textmodes/xml-lite.el: Removed much redundant stuff.
13482         (xml-lite-parse-tag-backward): Simplify parsing by assuming we
13483         always start within text. Make use of sgml-unclosed-tag-p.
13485 2002-04-01  Ville Skytt\e,Ad\e(B  <ville.skytta@xemacs.org>
13487         * tcl.el (tcl-imenu-generic-expression): New value.
13488         (tcl-imenu-create-index-function): Function deleted.
13489         (tcl-mode): Check for filladapt-mode.
13490         Use tcl-imenu-generic-expression instead of
13491         tcl-imenu-create-index-function.
13492         (inferior-tcl-mode): Doc fix.
13493         Change not legally significant.
13495 2002-04-01  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
13497         * cus-start.el: Rename `x-autoselect-window' to `autoselect-window'.
13499         * window.el (handle-select-window): New function.
13500         Update copyright.
13502 2002-04-01  Richard M. Stallman  <rms@gnu.org>
13504         * info.el (info-tool-bar-map): Use tool-bar-local-item-from-menu.
13506         * toolbar/tool-bar.el (tool-bar-local-item): Renamed from
13507         tool-bar-add-item, and new arg MAP.
13508         (tool-bar-add-item): Now calls tool-bar-local-item.
13509         (tool-bar-local-item-from-menu): Renamed from
13510         tool-bar-add-item-from-menu, and new arg IN-MAP.
13511         (tool-bar-add-item-from-menu): Now calls tool-bar-local-item-from-menu.
13513         * help-fns.el (help-with-tutorial): Allow various ways
13514         to specify the text in the [...] line, in handling the <...> line.
13516         * progmodes/idlw-rinfo.el (idlwave-system-routines):
13517         WOLRDTITLE => WORLDTITLE.  SUPRESS_VALUE => SUPPRESS_VALUE.
13519         * subr.el (redraw-modeline): Define alias.
13521 2002-03-31  Richard M. Stallman  <rms@gnu.org>
13523         * files.el (file-expand-wildcards): Use save-match-data.
13525         * files.el (format-alist): Mark as risky.
13527         * simple.el (kill-new): Doc fix.
13529         * emacs-lisp/byte-opt.el (side-effect-free-fns)
13530         (side-effect-and-error-free-fns): Add many functions, remove some.
13532 2002-03-30  Richard M. Stallman  <rms@gnu.org>
13534         * menu-bar.el (menu-bar-tools-menu): Rename gdb item to say GDB.
13536 2002-03-30  Eli Zaretskii  <eliz@gnu.org>
13538         * font-lock.el (save-buffer-state): Fix last change.
13540         * files.el (auto-save-file-name-transforms): Fix last change.
13542         * startup.el (command-line): Fix last change.
13544 2002-03-29  Richard M. Stallman  <rms@gnu.org>
13546         * subr.el (play-sound-file): Moved to simple.el.
13548         * simple.el (play-sound-file): Moved from subr.el, made unconditional.
13550 2002-03-29  Colin Walters  <walters@verbum.org>
13552         * ibuffer.el (ibuffer-mark-interactive): Use `ibuffer-forward-line'
13553         instead of `forward-line'.
13554         (ibuffer-forward-line): Be sure to skip over special properties
13555         before moving, too.
13557         * calc/calc.el (calc-was-split): Var deleted.
13558         (calc): Remove reference to it.
13559         (calc): Ditto.
13560         (calc-quit): Ditto.
13561         (calc-init-base): Ditto.
13563         * calc/calc-misc.el (calc-delete-windows-keep): Function deleted.
13565 2002-03-29  Stefan Monnier  <monnier@cs.yale.edu>
13567         * textmodes/sgml-mode.el (sgml-lexical-context): Return (text . START)
13568         instead of nil when point is outside of any tag.
13569         (sgml-beginning-of-tag): Adjust to the change.
13570         (sgml-calculate-indent): Use the new info returned by
13571         sgml-lexical-context.  Try to handle unclosed tags.
13573         * textmodes/xml-lite.el (xml-lite-get-context): Don't stop parsing
13574         at unclosed tags unless it is at indentation.
13575         Kill nested unclosed tags.
13576         (xml-lite-calculate-indent, xml-lite-indent-line): Remove.
13577         (xml-lite-mode): Use sgml-indent-line instead.
13579 2002-03-29  Eli Zaretskii  <eliz@is.elta.co.il>
13581         * files.el (auto-save-file-name-transforms): Don't run "\\2" via
13582         expand-file-name.
13584         * startup.el (command-line): Recompute auto-save-file-name-transforms
13585         using the updated value of temporary-file-directory.
13587 2002-03-29  Stefan Monnier  <monnier@cs.yale.edu>
13589         * textmodes/xml-lite.el (xml-lite-get-context): Allow stopping
13590         even with an empty context.  Don't save excursion any more.
13591         Don't complain about unmatched start-tags in sgml-unclosed-tags.
13592         Ignore end-tags in sgml-empty-tags.
13593         (xml-lite-get-context, xml-lite-calculate-indent)
13594         (xml-lite-insert-end-tag): Save excursion around xml-lite-get-context.
13595         (xml-lite-indent-line): Use back-to-indentation.
13597         * textmodes/sgml-mode.el (sgml-basic-offset): New var.
13598         (sgml-name-re, sgml-attrs-re): New consts.
13599         (sgml-tag-name-re, sgml-start-tag-regex, sgml-font-lock-keywords-1)
13600         (sgml-mode): Use them.
13601         (sgml-lexical-context): Default to (point-min) if nothing else works.
13602         (sgml-calculate-indent): Indent slightly differently.
13603         (sgml-indent-line): Use back-to-indentation.
13604         (sgml-parse-dtd): New function.
13605         (sgml-unclosed-tags): New var.
13606         (html-mode): Set it.
13608 2002-03-29  Simon Marshall  <simon.marshall@misys.com>
13610         * font-lock.el (save-buffer-state): Use make-symbol to bind `modified'.
13612 2002-03-29  Richard M. Stallman  <rms@gnu.org>
13614         * dired-aux.el (dired-do-query-replace-regexp, dired-do-search):
13615         Use FILTER arg in dired-get-marked-files to exclude directories.
13616         (dired-nondirectory-p): New function.
13618         * dired.el (dired-get-marked-files): New arg FILTER
13619         allows selection of some files.
13621         * progmodes/tcl.el (tcl-imenu-create-index-function): Doc fix.
13623 2002-03-29  Eric M. Ludlam  <eric@siege-engine.com>
13625         * speedbar.el (speedbar-default-directory-list): Made robust
13626         against deleted directories.
13628 2002-03-28  Richard M. Stallman  <rms@gnu.org>
13630         * dired.el (dired-toggle-marks): Renamed from dired-do-toggle.
13631         Bindings changed.
13633         * progmodes/compile.el (compilation-handle-exit):
13634         If compilation-window-height is 0, display status in echo area.
13636         * simple.el (line-move-to-column): Don't call move-to-column if COL=0.
13638         * rect.el (replace-rectangle): Add autoload.
13640         * files.el: Mark many more variables as risky.
13641         (hack-one-local-variable): Recognize several additional
13642         patterns as risky.
13644         * bindings.el (mode-line-mule-info): Use :propertize, not :eval.
13646 2002-03-28  Stefan Monnier  <monnier@cs.yale.edu>
13648         * textmodes/xml-lite.el (xml-lite-in-string-p):
13649         Use sgml-lexical-context.
13650         (xml-lite-parse-tag-backward): Use sgml-tag-syntax-table.
13651         (xml-lite-get-context): Check that open/close tags match.
13652         Don't stop scanning while we're ignoring matching tags.
13654         * textmodes/sgml-mode.el (sgml-make-syntax-table): New fun.
13655         (sgml-mode-syntax-table): Use it.
13656         (sgml-tag-syntax-table, sgml-tag-name-re): New const.
13657         (sgml-tags-invisible): Use it.
13658         (sgml-lexical-context): New fun.
13659         (sgml-maybe-end-tag, sgml-beginning-of-tag): Use it.
13660         (sgml-quote): Accept \n as entity reference terminator.
13661         (sgml-calculate-indent, sgml-indent-line): New funs.
13663 2002-03-28  Andre Spiegel  <spiegel@gnu.org>
13665         * vc-cvs.el (vc-cvs-global-switches): New user option.
13666         (vc-cvs-command): New function.  Update all callers of
13667         `vc-do-command' in vc-cvs.el to use this instead.
13669 2002-03-27  Andrew Innes  <andrewi@gnu.org>
13671         * makefile.w32-in (bootstrap-clean-SH): Use for loop, instead of
13672         relying on shell globbing.
13674 2002-03-27  Colin Walters  <walters@debian.org>
13676         * ibuffer.el (ibuffer-help-buffer-modes): New variable.
13677         (ibuffer-fontification-alist): Use it.
13678         (ibuffer-backward-line): Handle `ibuffer-summary' area.
13679         (ibuffer-forward-line): Ditto.
13681         * ibuf-ext.el (sorter mode-name): Doc fix.
13682         (ibuffer-mark-help-buffers): Use `ibuffer-help-buffer-modes'.
13683         (operation query-replace): Use new `noerror' arg for
13684         `query-replace-read-args'.
13685         (operation query-replace-regexp): Ditto.
13687 2002-03-27  Stefan Monnier  <monnier@cs.yale.edu>
13689         * textmodes/xml-lite.el: Fix copyright notice.
13690         (xml-lite-basic-offset): Rename from xml-lite-indent-offset.
13691         (xml-lite-indent-comment-offset): Remove.
13692         (xml-lite-calculate-indent): Use new name.  Use natural alignment
13693         for comments.
13694         (xml-lite-in-string-p): Simplify.
13696 2002-03-27  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
13698         * allout.el (outline-layout): Doc fix.
13700 2002-03-27  Stefan Monnier  <monnier@cs.yale.edu>
13702         * textmodes/xml-lite.el: Don't require `custom'.
13703         (xml-lite-parse-tag-name): Properly treat non-ASCII chars.
13704         (xml-lite-parse-tag-backward): Obey sgml-empty-tags.
13705         (xml-lite-get-context): Drop nested tags not just for comments.
13706         (xml-lite-indent-line): Be more careful about moving point.
13707         (xml-lite-insert-end-tag, xml-lite-slash):
13708         Use indent-according-to-mode instead of xml-lite-indent-line.
13709         (xml-lite-mode): Make xml-lite-orig-indent-line-function buffer-local.
13710         Set sgml-xml-mode.  Don't call force-mode-line-update.
13711         (xml-lite-mode-map): Don't bind TAB.
13713 2002-03-27  Zoltan Kemenczy  <zoltan@ieee.org>
13715         * gud.el (gud-jdb-sourcepath): New variable, saves jdb -sourcepath
13716         parameter value.
13717         (gud-jdb-build-source-files-list): Comment clarification.
13718         (gud-jdb-massage-args): Reworked into loop-based argument list
13719         processing in order to support -classpath and -sourcepath argument
13720         processing.
13721         (gud-jdb-find-source-using-classpath): Prepend gud-jdb-sourcepath
13722         to gud-jdb-classpath to obtain search list.
13723         (gud-jdb-parse-classpath-string): Remove any trailing slashes from
13724         directory names in classpath/sourcepath lists, update comment.
13725         (jdb): Add setting of gud-jdb-sourcepath, update comment.
13726         (gud-find-class): Add gud-jdb-sourcepath use, and correct
13727         behaviour for the case when classpath is not used--backward
13728         compatibility fix.
13730 2002-03-27  Eli Zaretskii  <eliz@is.elta.co.il>
13732         * Makefile.in (compile, compile-always): Don't try to compile
13733         non-existent files or files in empty directories.
13735 2002-03-26  Michael Ernst  <mernst@alum.mit.edu>
13737         * compare-w.el (compare-windows-whitespace): Match all whitespace.
13739         * emacs-lisp/shadow.el (list-load-path-shadows): Only ignore last
13740         copy of standard Lisp directories.
13742         * tar-mode.el (tar-header-block-summarize, tar-get-descriptor):
13743         Support "next has longname" link type.
13745 2002-03-26  Stefan Monnier  <monnier@cs.yale.edu>
13747         * textmodes/xml-lite.el (xml-lite-at-indentation-p): Move.
13748         (xml-lite-in-string-p, xml-lite-looking-back-at, xml-lite-looking-at):
13749         New functions.
13750         (forward-xml-tag, backward-xml-tag, beginning-of-xml-tag)
13751         (end-of-xml-tag): Remove.
13752         (xml-lite-get-context): Better handling of comments.
13753         (xml-lite-calculate-indent): Use xml-lite-in-string-p.
13754         (xml-lite-parse-tag-backward): Rewrite.
13756 2002-03-26  Juanma Barranquero  <lektu@terra.es>
13758         * makefile.w32-in (WINS): Add the toolbar directory.
13760 2002-03-26  Richard M. Stallman  <rms@gnu.org>
13762         * subr.el (substring-no-properties): Function deleted (now in C).
13764 2002-03-25  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
13766         * mwheel.el (mouse-wheel-mode): Use global-set-key and
13767         global-unset-key.
13769 2002-03-24  Richard M. Stallman  <rms@gnu.org>
13771         * mail/rmail.el (rmail-resend): Call mail-abbrev-make-syntax-table.
13773         * progmodes/etags.el (tags-query-replace): Pass t for NOERROR
13774         to query-replace-read-args.
13776         * progmodes/compile.el (compilation-forget-errors):
13777         Don't adjust compilation-parsing-end if it's nil.
13779         * replace.el (query-replace-read-args): New optional arg NOERROR.
13780         (perform-replace): Use save-window-excursion around recursive edit.
13782 2002-03-24  Colin Walters  <walters@verbum.org>
13784         * ibuffer.el (ibuffer): If the user has `ibuffer-use-other-window'
13785         non-nil, then always use another window.
13787 2002-03-24  Gerd Moellmann  <gerd@gnu.org>
13789         * subr.el (macro-declaration-function): New function.  Set the
13790         variable macro-declaration-function to it.
13792         * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
13793         Handle declarations in macro definitions.
13795 2002-03-24  Eli Zaretskii  <eliz@is.elta.co.il>
13797         * facemenu.el (facemenu-get-face): Remove unused variable `foreground'.
13799         * enriched.el (enriched-face-ans): Support FACE of the form
13800         (:foreground COLOR) and (:background COLOR).
13801         (enriched-decode-foreground, enriched-decode-background): Set the
13802         fore- and background colors of the faces we create, since facemenu
13803         doesn't.
13805 2002-03-24  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
13807         * mwheel.el (mouse-wheel-mode): Use the result of
13808         current-global-map instead of the variable `global-map'.
13810 2002-03-23  Richard M. Stallman  <rms@gnu.org>
13812         * mail/mailabbrev.el (mail-abbrev-make-syntax-table): New subroutine
13813         broken out of sendmail-pre-abbrev-expand-hook.
13814         (sendmail-pre-abbrev-expand-hook): Use it.
13816 2002-03-22  Stefan Monnier  <monnier@cs.yale.edu>
13818         * Makefile.in (finder-inf.el): Remove.
13819         (finder-data): Don't depend on finder-inf.el any more.
13820         (compile, compile-always): Handle the case where some files
13821         from DONTCOMPILE are missing (it tried to compile them).
13822         (bootstrap-clean): Use src/emacs only if executable.
13823         (bootstrap): Update subdirs.el and finder-inf.el.
13825         * finder.el: Don't load finder-inf.el during byte-compilation.
13827         * vc-cvs.el (vc-cvs-registered, vc-cvs-dir-state-heuristic):
13828         Don't consider cvs-removed files as under VC control.
13829         VC wouldn't handle them properly anyway and it confuses
13830         vc-file-not-found-hook.
13832         * emacs-lisp/bytecomp.el (batch-byte-compile-if-not-done):
13833         Add autoload cookie.
13835 2002-03-22  Eli Zaretskii  <eliz@is.elta.co.il>
13837         * calendar/calendar.el (calendar): Doc fix.
13839 2002-03-22  Juanma Barranquero  <lektu@terra.es>
13841         * play/gomoku.el (gomoku-font-lock-O-face): Convert to use `defface'.
13842         (gomoku-font-lock-X-face): Likewise.
13843         (gomoku-font-lock-keywords): Use faces instead of variables.
13845 2002-03-21  Stefan Monnier  <monnier@cs.yale.edu>
13847         * Makefile.in (bootstrap): Make sure subdirs.el is ready.
13849 2002-03-21  Kim F. Storm  <storm@cua.dk>
13851         * simple.el (open-network-stream, open-network-stream-nowait)
13852         (open-network-stream-server): Use featurep to test for
13853         supported networking features.
13855 2002-03-21  Thien-Thi Nguyen  <ttn@gnu.org>
13857         * mail/emacsbug.el (report-emacs-bug-hook): Remove submitter
13858         directions as the last action.
13860 2002-03-21  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
13862         * startup.el (fancy-splash-tail, normal-splash-screen):
13863         Update copyright.
13865         * novice.el (disabled-command-hook): Clarify output text to match
13866         prompt.
13868 2002-03-20  Jason Rumney  <jasonr@gnu.org>
13870         * frame.el (display-images-p): Do not explicitly check display type.
13872 2002-03-20  pmr-sav  <pmr-sav@hamm.pajato.com>
13874         * mail-utils.el:
13875         Eliminate compilation warnings due to `rfc822-addresses'.
13876         (rmail-dont-reply-to): Eliminate `pos' as a free variable for a
13877         warning free compile.
13879 2002-03-20  Michael Kifer  <kifer@cs.stonybrook.edu>
13881         * ediff-diff.el (ediff-install-fine-diff-if-necessary):
13882         Take the current highlighting style into account.
13883         (ediff-forward-word-function,ediff-whitespace,ediff-word-1)
13884         (ediff-word-2,ediff-word-3,ediff-word-4): Make them buffer local.
13886         * ediff-init.el (ediff-patch-job): New macro.
13888         * ediff-mult.el (ediff-make-new-meta-list-header): New API function.
13889         (ediff-intersect-directories): Use ediff-make-new-meta-list-header.
13891         * ediff-ptch.el (ediff-map-patch-buffer):
13892         Use ediff-make-new-meta-list-header.
13893         (ediff-fixup-patch-map): Use the meta-list API from ediff-mult.el.
13895         * ediff-util.el (ediff-toggle-hilit): Fix toggling of highliting.
13896         (ediff-select-difference): Take highlighting style into account.
13897         (ediff-clone-buffer-for-region-comparison): New function.
13898         (ediff-inferior-compare-regions): Added comparison of current diff
13899         regions.
13901         * ediff.el (ediff-clone-buffer-for-region-comparison)
13902         (ediff-clone-buffer-for-window-comparison): Moved to ediff-util.el.
13904 2002-03-19  pmr-sav  <pmr-sav@hamm.pajato.com>
13906         * mail-utils.el (rmail-dont-reply-to):
13907         Overhaul to correctly apply the regular
13908         expressions in the variable `rmail-dont-reply-to-names' to the list of
13909         destination addresses.  Contributed by lorentey@elte.hu.
13911         * rmail.el (rmail-dont-reply-to-names):
13912         Modify the documentation to make it email
13913         address centric rather than login name centric.  Contributed by
13914         lorentey@elte.hu.
13916 2002-03-18  Colin Walters  <walters@verbum.org>
13918         * ibuf-ext.el (ibuffer-toggle-sorting-mode): Remove `find-if' so
13919         we don't require `cl' at runtime.
13920         (sorting mode mode-name): Don't take the symbol-name of a string.
13922         * ibuffer.el (ibuffer-set-mark): Go back to the beginning of the
13923         line after setting the mark.
13924         (ibuffer-insert-buffers-and-marks): Invert the test for
13925         `ibuffer-sorting-reversep'.
13927 2002-03-18  Stefan Monnier  <monnier@cs.yale.edu>
13929         * international/ucs-tables.el (unify-8859-on-decoding-mode)
13930         (unify-8859-on-encoding-mode): Remove autoload cookie.
13932 2002-03-18  Andre Spiegel  <spiegel@gnu.org>
13934         * vc-rcs.el (vc-rcs-register): Fix handling of
13935         vc-[rcs-]register-switches.
13936         (vc-rcs-checkin-switches, vc-rcs-checkout-switches):
13937         Variables removed, since they weren't used yet.
13939         * vc-cvs.el (vc-cvs-register): Fix handling of
13940         vc-[cvs-]register-switches.
13942         * vc-sccs.el (vc-sccs-register): Fix handling of
13943         vc-[sccs-]register-switches.
13945 2002-03-18  Stefan Monnier  <monnier@cs.yale.edu>
13947         * loadup.el ("emacs-lisp/backquote"): Load earlier.
13948         ("international/ucs-tables"): Load and turn on
13949         unify-8859-on-encoding-mode unconditionally.
13950         (emacs-version): Use `defconst' rather than `setq'.
13952         * eshell/esh-ext.el (eshell-binary-suffixes): Use exec-suffixes.
13954 2002-03-18  Richard M. Stallman  <rms@gnu.org>
13956         * menu-bar.el (menu-bar-options-menu): Cope if
13957         text-mode-hook is not a list.
13959 2002-03-17  Richard M. Stallman  <rms@gnu.org>
13961         * emulation/pc-select.el (pc-selection-mode):
13962         Alter the existing global map, don't replace it.
13964         * files.el (list-directory): Set default-directory at the end.
13966         * dabbrev.el (dabbrev--goto-start-of-abbrev):
13967         Put a limit on field-beginning search.
13969 2002-03-17  Simon Josefsson  <jas@extundo.com>
13971         * net/browse-url.el (browse-url-mosaic-pidfile): New variable.
13972         (browse-url-mosaic): Use it.
13974         * net/browse-url.el (browse-url-filename-alist): Don't begin
13975         docstring with *, you don't want to set this one with M-x set-variable.
13977         * net/browse-url.el: Put * in user option doc strings.
13979 2002-03-17  Stefan Monnier  <monnier@cs.yale.edu>
13981         * textmodes/sgml-mode.el (sgml-xml-mode): Renamed from sgml-xml.
13982         (sgml-xml-guess): Simplify.
13983         (sgml-mode-common): Remove (move into sgml-mode).
13984         (sgml-mode): Add code from sgml-mode-common.
13985         Remove redundant setting of indent-line-function.
13986         Don't set skeleton-transformation when in XML mode.
13988         * international/mule-diag.el (describe-char-after):
13989         Use `internal-describe-syntax-value' again (got lost somewhere).
13991         * international/ucs-tables.el (ucs-unify-8859, ucs-fragment-8859):
13992         Use unify-8859-on-decoding-mode.
13993         (unify-8859-on-decoding-mode): Also set translation-table-for-input.
13994         (ucs-insert): Give an error if the unicode char can't be created.
13996         * pcvs-parse.el (cvs-parse-table): Be a bit more lenient.
13997         (cvs-parse-status): Handle the "used to have a conflict" marker.
13999 2002-03-17  Kim F. Storm  <storm@cua.dk>
14001         The following changes are related to the enhanced network process
14002         support.
14004         * simple.el: Update copyright.
14005         (clone-process): Use make-network-process to clone network
14006         processes.  Get command list via (process-contact ... t).
14007         Use set-process-query-on-exit-flag and process-query-on-exit-flag
14008         instead of process-kill-without-query.
14009         (open-network-stream): Replaces C-version from process.c.
14010         (open-network-stream-nowait, open-network-stream-server): New funs.
14011         (process-kill-without-query): Replaces C-version from process.c.
14013         * files.el: Update copyright.
14014         (save-buffers-kill-emacs): Also check for active server
14015         processes.  Use process-query-on-exit-flag.  Only list processes
14016         which has the query-on-exit flag set in connection with user query.
14018         * shadowfile.el: Update copyright.
14019         (shadow-save-buffers-kill-emacs): Also check for active server
14020         processes.  Use process-query-on-exit-flag.
14022 2002-03-16  Simon Marshall  <simon.marshall@misys.com>
14024         * imenu.el (imenu-menubar-modified-tick): Renamed from
14025         imenu-update-menubar-modified-tick.
14026         (imenu-update-menubar): Update imenu-menubar-modified-tick
14027         whenever outer condition succeeds.
14029         * lazy-lock.el (save-buffer-state):
14030         Bind inhibit-modification-hooks and buffer-file-truename
14031         instead of before-change-functions and after-change-functions.
14033 2002-03-16  Eli Zaretskii  <eliz@is.elta.co.il>
14035         * international/codepage.el (codepage-setup): Don't define a
14036         codepage if it is already defined.
14038         * textmodes/po.el (po-content-type-charset-alist): Convert the
14039         car of each association to a string.
14040         (po-find-file-coding-system-guts): If the charset matches a name
14041         of a codepage, set up that codepage and return it as a coding
14042         system to decode the file.
14043         (po-find-charset): Search for the Charset= header even if we've
14044         read less than 4KB.
14045         <top-level>: Remove the setup for all known codepages: it seems
14046         to cause crashes in the CCL driver.
14048 2002-03-16  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
14050         * textmodes/bibtex.el (bibtex-sort-ignore-string-entries)
14051         (bibtex-entry-field-alist): Doc fix.
14053 2002-03-16  Richard M. Stallman  <rms@gnu.org>
14055         * progmodes/cperl-mode.el (cperl-imenu--function-name-regexp-perl):
14056         Move definition above cperl-outline-regexp.
14058         * bindings.el (mode-line-mule-info): In computing help-echo prop,
14059         avoid using save-window-excursion.  And compile the function.
14061 2002-03-15  Stefan Monnier  <monnier@cs.yale.edu>
14063         * files.el (load-completion): New function.
14064         (load-library): Use it.
14066 2002-03-15  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
14068         * calendar/cal-french.el (calendar-goto-french-date): Fix prompt
14069         to match the actual code.
14071 2002-03-15  Eli Zaretskii  <eliz@is.elta.co.il>
14073         * textmodes/po.el (po-find-file-coding-system-guts):
14074         Use with-temp-buffer instead of po-with-temp-buffer.
14076         * international/mule-conf.el (file-coding-system-alist): Add an
14077         association for PO files.
14079         * textmodes/po.el: New file.
14081 2002-03-15  Gerd Moellmann  <gerd@gnu.org>
14083         * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
14084         Fix simple loop indentation.
14086 2002-03-14  Miles Bader  <miles@gnu.org>
14088         * net/rlogin.el (rlogin-mode): Use `define-derived-mode'.
14090 2002-03-14  Richard M. Stallman  <rms@gnu.org>
14092         * textmodes/picture.el (picture-insert)
14093         (picture-clear-column, picture-draw-rectangle):
14094         Use move-to-column, not move-to-column-force.
14096         * dired.el (dired-readin): Clear out undo list.
14097         (dired-fun-in-all-buffers): Definition moved from dired-aux.el.
14098         (dired-delete-entry): New function.
14099         (dired-internal-do-deletions): Use dired-fun-in-all-buffers
14100         and dired-delete-entry, to update this buffer (and others).
14102         * dired-aux.el (dired-fun-in-all-buffers): Moved to dired.el.
14104         * facemenu.el (facemenu-add-new-face):
14105         Pass region args to facemenu-set-face, when there is a region.
14106         (facemenu-set-foreground, facemenu-set-background)
14107         (facemenu-add-face): Doc fixes.
14109         * progmodes/cperl-mode.el (cperl-outline-regexp): Move definition up.
14111 2002-03-14  Miles Bader  <miles@gnu.org>
14113         * emacs-lisp/debug.el: Require `button'.
14114         (debugger-mode-map): Set the parent keymap to `button-buffer-map',
14115         to get TAB and <backtab> bindings.
14117         * net/rlogin.el (rlogin-carriage-filter): Function removed.
14118         (rlogin): Don't install the `rlogin-carriage-filter' filter, as
14119         comint removes carriage returns itself now.
14121         * rfn-eshadow.el (rfn-eshadow-update-overlay):
14122         Bind `inhibit-point-motion-hooks' to t while messing around, to avoid
14123         getting hosed by our own intangible property.
14125 2002-03-13  Stefan Monnier  <monnier@cs.yale.edu>
14127         * progmodes/fortran.el (fortran-mode): Set comment-padding to "$$$".
14128         Add fortran-comment-line-start-skip to comment-start-skip.
14129         (fortran-comment-indent): Keep whole-line comments in column 0.
14130         (fortran-find-comment-start-skip): New arg `all'.
14131         If ALL is nil, make sure we only match comment-start-skip if we
14132         can't match fortran-comment-line-start-skip.
14133         Fix bug that made it return t but without moving point when
14134         matching '!'! (a false-comment followed by a real comment).
14135         (fortran-indent-comment): Use new `all' argument above.
14136         Be careful not to add an incorrect comment-starter like "C"
14137         in comment-column.
14138         (fortran-split-line): When splitting a comment, reuse the comment
14139         starter from the current line rather than fortran-comment-line-start.
14140         (fortran-indent-line, fortran-auto-fill): Simplify thanks to the
14141         cleaner behavior of fortran-find-comment-start-skip.
14142         (fortran-fill): Don't be confused by ! inside a comment.
14143         (fortran-break-line): Minor cleanup and simplification.
14145 2002-03-13  Francesco Potort\e,Al\e(B  <pot@gnu.org>
14147         * progmodes/etags.el (tag-exact-file-name-match-p)
14148         (tag-file-name-match-p, tag-partial-file-name-match-p): Use a
14149         simpler regexp.
14151 2002-03-12  Colin Walters  <walters@debian.org>
14153         * ibuffer.el (ibuffer-redisplay-current): Don't move point when
14154         redisplaying a line.
14156 2002-03-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14158         * term/x-win.el (emacs-session-restore): Take previous id as
14159         an argument.
14160         (emacs-session-save): Add comment that return t means cancel shutdown
14162         * startup.el (command-line): Must check that x-session-previous-id
14163         is bound also, for non-X platforms.
14165 2002-03-12  Gerd Moellmann  <gerd@gnu.org>
14167         * emacs-lisp/cl-indent.el (lisp-loop-keyword-indentation)
14168         (lisp-loop-forms-indentation, lisp-simple-loop-indentation):
14169         New user options.
14170         (extended-loop-p, common-lisp-loop-part-indentation): New functions.
14171         (common-lisp-indent-function-1): Renamed from
14172         common-lisp-indent-function.
14173         (common-lisp-indent-function): Handle loop forms specially.
14174         (lisp-indent-defmethod): Use car/cdr instead of first/rest.
14175         (lisp-backquote-indentation): New user option.
14177 2002-03-12  Francesco Potort\e,Al\e(B  <pot@gnu.org>
14179         * progmodes/etags.el (tag-exact-file-name-match-p)
14180         (tag-file-name-match-p, tag-partial-file-name-match-p):
14181         Assume that the header of a tags section has either a number
14182         or nothing after the last comma.
14184 2002-03-11  Richard M. Stallman  <rms@gnu.org>
14186         * imenu.el (imenu-update-menubar-modified-tick): New variable.
14187         (imenu-update-menubar): Don't call imenu--make-index-alist
14188         if buffer has not changed since last time.
14190         * desktop.el (desktop-buffer-handlers): Doc fix.
14191         (desktop-buffer-file): Explicitly return BUF.
14193         * paren.el (show-paren-function): Move back in other direction
14194         to verify the match is correct.
14196         * mail/supercite.el (sc-select-attribution): Accept whatever value
14197         we get in CHOICE; there is no value meaning "try again".
14199 2002-03-11  Colin Walters  <walters@verbum.org>
14201         * shell.el (toplevel): Revert previous change to use pcomplete.
14202         (shell-mode): Ditto.
14203         (shell-pcomplete-setup-done): Remove.
14204         (shell-pcomplete): Ditto.
14205         (shell-pcomplete-reverse): Ditto.
14207         * comint.el: Remove documentation on setting up pcomplete.
14209 2002-03-11  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
14211         * font-lock.el (java-font-lock-extra-types): Add "URL" as separate
14212         item.  Doc fix.
14214         * image.el (image-type-from-file-header): Make temporary buffer
14215         unibyte.
14217         * subr.el (add-to-list): Doc fix.
14219 2002-03-11  Miles Bader  <miles@gnu.org>
14221         * pcomplete.el (pcomplete-entries): Expand environment variables
14222         in filename.
14224 2002-03-10  Daniel Pfeiffer  <occitan@esperanto.org>
14226         * play/mpuz.el: Use defface instead of facemenu-get-face.
14228 2002-03-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14230         * startup.el (command-line): Add call to emacs-session-restore if
14231         both x-session-id and x-session-previous-id are strings.
14233         * term/x-win.el (x-handle-smid): New function.
14234         (emacs-session-filename): New function.
14235         (emacs-session-save): New function.
14236         (emacs-save-session-functions): New variable.
14237         (emacs-session-restore): New function.
14239 2002-03-09  Eli Zaretskii  <eliz@is.elta.co.il>
14241         * simple.el (shell-command-on-region): Call push-mark with
14242         non-nil second arg, to suppress the "Mark set" message.
14244 2002-03-08  Richard M. Stallman  <rms@gnu.org>
14246         * textmodes/picture.el (picture-forward-column): New arg `interactive'
14247         is non-nil for an interactive call.  Use instead of interactive-p.
14248         (picture-backward-column): Likewise.
14250         * tar-mode.el (tar-untar-buffer): New function.
14252         * info.el (Info-fontify-node): Bind up-clicks, not down-clicks.
14253         Put the mouse-face on the entire xref, like the local keymap.
14255         * find-dired.el (find-name-dired): Use shell-quote-argument.
14257 2002-03-08  Daniel Pfeiffer  <occitan@esperanto.org>
14259         * play/mpuz.el (mpuz-unsolved-face, mpuz-solved-face)
14260         (mpuz-trivial-face, mpuz-text-face, mpuz-solve-when-trivial)
14261         (mpuz-allow-double-multiplicator): New options for nicer look and
14262         new features.
14263         (mpuz-put-number-on-board, mpuz-paint-number, mpuz-solve): New funs.
14264         (mpuz-check-all-solved, mpuz-random-puzzle)
14265         (mpuz-paint-statistics, mpuz-paint-digit, mpuz-close-game)
14266         (mpuz-show-solution): Functions streamlined and removed french
14267         style space before punctuation, added face support and optional
14268         solving of trivial results.
14270 2002-03-07  Colin Walters  <walters@verbum.org>
14272         * ibuf-macs.el (define-ibuffer-column): Add :summarizer property.
14274         * ibuffer.el (ibuffer-update-mode-name): Substitute "view time"
14275         instead of "recency" for clarity.
14276         (ibuffer-compile-format): Document more.  Handle new "summarizer"
14277         columns.
14278         (ibuffer-fontify-region-function): Ditto.
14279         (ibuffer-insert-buffer-line): Ditto.
14280         (ibuffer-map-lines): Ditto.
14281         (ibuffer-insert-buffers-and-marks): Ditto.
14282         (ibuffer-update-title-and-summary): Renamed from
14283         `ibuffer-update-title'.  Handle "summarizer" columns.
14284         (ibuffer-clear-summary-columns): New function.
14286         * ibuf-ext.el (ibuffer-filter-format-alist): Add type and group.
14288 2002-03-07  Gerd Moellmann  <gerd@gnu.org>
14290         * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
14291         Use the other-window instead of the other-frame functions when
14292         the window is dedicated.
14294 2002-03-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
14296         * textmodes/bibtex.el (bibtex-make-field): Call bibtex-find-text
14297         with SILENT so that a new field can be added.
14299 2002-03-06  Eli Zaretskii  <eliz@is.elta.co.il>
14301         * files.el (make-auto-save-file-name): Make sure the produced file
14302         name does not contain characters that are invalid for DOS/Windows
14303         filesystems.
14305         * dos-fns.el, w32-fns.el (make-auto-save-file-name):
14306         Remove replacement functions.
14308 2002-03-06  Gerd Moellmann  <gerd@gnu.org>
14310         * font-lock.el (lisp-font-lock-keywords-2): Highlight keywords of
14311         the form `:x'.
14313         * vc.el (vc-branch-part): Add autoload cookie.  This function can
14314         be called from vc-rcs-find-most-recent-rev when visiting a file
14315         checked into RCS in a CVS sandbox.
14317 2002-03-06  Andreas Schwab  <schwab@suse.de>
14319         * progmodes/hideif.el: Augment expression parser to handle
14320         conditional expressions.
14321         (hif-token-regexp): Also match `?' and `:'.
14322         (hif-tokenize): Handle `?' and ':' as tokens.
14323         (hif-expr): Parse conditional expressions.
14324         (hif-or-expr): Parse `||' expressions.
14325         (hif-and-expr): Renamed from hif-term.
14326         (hif-conditional): New function to evaluate a conditional
14327         expression.
14329 2002-03-06  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
14331         * language/czech.el ("Czech"): Fix the documentation.
14333         * language/slovak.el ("Slovak"): Likewise.
14335 2002-03-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
14337         * xml.el (xml-parse-attlist): Accept empty strings.
14339 2002-03-05  Eli Zaretskii  <eliz@is.elta.co.il>
14341         * mouse.el (mouse-show-mark): Remove the no-highlight alternative:
14342         all terminals now support highlighting of some kind.
14344         * language/european.el (mac-roman): Fix the safe-chars property.
14346 2002-03-05  Andre Spiegel  <spiegel@gnu.org>
14348         * vc.el (vc-transfer-file): Use `make-temp-file'.
14349         (vc-default-update-changelog): Remove conditional use of
14350         `make-temp-name'.
14352         * vc-cvs.el (vc-cvs-diff-tree): Fix typo in parameter names.
14354 2002-03-05  Michael Kifer  <kifer@cs.stonybrook.edu>
14356         * ediff-init.el: Comments.
14358         * ediff-hook.el: Got rid of autoloads. Not needed, since the hook
14359         is loaded.
14361         * ediff-mult.el (ediff-intersect-directories)
14362         (ediff-prepare-meta-buffer,ediff-get-directory-files-under-revision):
14363         Cleanup.
14364         (ediff-draw-dir-diffs): Now supports the "C" command in directory
14365         difference buffer.
14366         (ediff-dir-diff-copy-file): New function that implements copying
14367         of files from one Ediff dir to another
14368         (ediff-bury-dir-diffs-buffer): Kills the buffer instead.
14369         (ediff-append-custom-diff): Better error msgs.
14371         * ediff-util.el (ediff-compute-custom-diffs-maybe): Buglet fix.
14372         (ediff-inferior-compare-regions): Use
14373         ediff-clone-buffer-for-region-comparison. Better and simpler interface.
14375         * ediff.el (ediff-directories-internal): Cleanup.
14376         (ediff-clone-buffer-for-region-comparison): Better interface.
14378 2002-03-04  Richard M. Stallman  <rms@gnu.org>
14380         * emacs-lisp/easy-mmode.el (define-minor-mode):
14381         Use "P" in interactive spec of minor mode commands.
14383 2002-03-04  Stefan Monnier  <monnier@cs.yale.edu>
14385         * faces.el (face-spec-choose): Allow `t' to appear before the end.
14386         (mode-line, tool-bar, minibuffer-prompt, region, fringe, bold, italic)
14387         (bold-italic, underline, highlight, secondary-selection, fixed-pitch)
14388         (variable-pitch, trailing-whitespace): Don't use the old-style entries.
14389         (mode-line-inactive, header-line): Move the `t' section to the
14390         beginning so the `:inherit' setting can be shared.
14392 2002-03-04  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
14394         * net/snmp-mode.el: Require tempo when compiling to prevent
14395         warnings.  Update copyright notice.
14397         * help.el (describe-key-briefly, describe-key): Interpret `undefined'
14398         like not defined at all.
14400 2002-03-03  Stefan Monnier  <monnier@cs.yale.edu>
14402         * textmodes/sgml-mode.el: Change maintainer to FSF.
14403         (sgml-start-tag-regex, sgml-font-lock-keywords-1, sgml-mode-common)
14404         (sgml-tags-invisible, sgml-beginning-of-tag):
14405         Allow _ : and non-ASCII in tag names, as required for XML.
14406         (sgml-name-char): Don't assume anything about charsets handled by
14407         encode-char.
14409         * textmodes/tex-mode.el (tex-guess-main-file): Handle the case
14410         where one of the buffers is narrowed.
14412         * hexl.el (hexlify-command, dehexlify-command): Remove.
14413         (hexlify-buffer, dehexlify-buffer): Use call-process-region
14414         rather than shell-command-on-region.
14416         * newcomment.el (comment-forward): Use forward-comment to skip
14417         over whitespace (or comments) even when comment-use-syntax is nil.
14419         * progmodes/cperl-mode.el (cperl-menu): Add "-emacs" to the version.
14421         * textmodes/xml-lite.el: New file.
14423 2002-03-03  Richard M. Stallman  <rms@gnu.org>
14425         * textmodes/artist.el (artist-system): Use make-temp-file.
14427         * progmodes/ps-mode.el (ps-run-make-tmp-filename): Use make-temp-file.
14429         * mail/sendmail.el (mail-recover-1): Increase non-random-len
14430         by 1 since we changed make-auto-save-file-name to add one
14431         fewer character to the buffer name.
14432         (mail-recover): Really show point at the right place
14433         in the *Directory* buffer.
14435         * files.el (make-auto-save-file-name): Use make-temp-file.
14437         * terminal.el (te-create-terminfo): Use make-temp-file
14438         to create the source file in a safe way.
14440 2002-03-03  Eli Zaretskii  <eliz@is.elta.co.il>
14442         * cus-start.el: Rename automatic-hscroll-step and
14443         automatic-hscroll-margin into hscroll-step and hscroll-margin.
14445         * frame.el (auto-hscroll-mode): Renamed from automatic-hscrolling.
14446         (automatic-hscrolling): Now a defvaralias for auto-hscroll-mode.
14448         * mouse.el (mouse-region-delete-keys): Add deletechar.
14450 2002-03-03  Sam Steingold  <sds@gnu.org>
14452         * play/snake.el (snake-score-file): Fixed parens (broken by the
14453         last patch).
14454         * play/tetris.el (tetris-score-file): Ditto.
14456 2002-03-03  Richard M. Stallman  <rms@gnu.org>
14458         * play/tetris.el (tetris-score-file): Put in home dir, not in /tmp.
14460         * play/snake.el (snake-score-file): Put in home dir, not in /tmp.
14462         * play/gamegrid.el (gamegrid-set-font, gamegrid-setup-face)
14463         (gamegrid-make-mono-tty-face): Fix usage of condition-case.
14465 2002-03-03  Thien-Thi Nguyen  <ttn@gnu.org>
14467         * calendar/diary-lib.el (list-diary-entries): Use `buffer-substring'
14468         instead of `buffer-substring-no-properties' to support enriched mode.
14470 2002-03-02  Richard M. Stallman  <rms@gnu.org>
14472         * find-dired.el (find-grep-dired): Call shell-quote-argument.
14473         Specify the -e option.
14474         Rename arg to `regexp'.
14476 2002-03-02  Milan Zamazal  <pdm@zamazal.org>
14478         * textmodes/tildify.el (tildify-string-alist): Add entry for xml-mode.
14480 2002-03-02  Miles Bader  <miles@gnu.org>
14482         * mwheel.el (mwheel-scroll): Remove `double' and `triple' from the
14483         event-modifiers before looking up in `mouse-wheel-scroll-amount'.
14484         If there's no applicable modifiers entry in the alist in
14485         `mouse-wheel-scroll-amount', fall back to the default, not to
14486         nil (which causes full screen scrolls).
14488 2002-03-01  Andreas Schwab  <schwab@suse.de>
14490         * textmodes/texnfo-upd.el (texinfo-start-menu-description):
14491         Remove extra paren in regexp.
14493 2002-03-01  Eli Zaretskii  <eliz@is.elta.co.il>
14495         * mouse.el (mouse-show-mark): Use display-mouse-p, not
14496         display-graphic-p, to decide whether to move point or use the
14497         highlighting.
14499 2002-02-28  Colin Walters  <walters@verbum.org>
14501         * eshell/esh-var.el (eshell-parse-variable-ref): Use `make-temp-file'.
14503         * calc/calc-graph.el (calc-gnuplot-tempfile): Don't expand against
14504         `temporary-file-directory'; we now do that in `calc-graph-file-cache'.
14505         (calc-temp-file-name): Use `make-temp-file'.
14507 2002-02-28  Richard M. Stallman  <rms@gnu.org>
14509         * font-lock.el (java-font-lock-extra-types):
14510         Match java.net.URL, etc.
14512 2002-02-28  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
14514         * hexl.el (hexl-options): Doc fix.
14515         Update Commentary section.
14517         * textmodes/sgml-mode.el (sgml-specials, sgml-quick-keys):
14518         Doc fixes.
14520 2002-02-28  Andre Spiegel  <spiegel@gnu.org>
14522         * vc.el (vc-revert-buffer): If the buffer is not saved, prompt
14523         the user to do that first.
14524         (vc-update): New function.
14526         * vc-hooks.el (vc-menu-map): New entry "Update to Latest Version",
14527         which calls vc-update.  Use the term "Base Version" instead of
14528         "Last Version" for the entries "Revert" and "Compare".
14530 2002-02-28  Kim F. Storm  <storm@cua.dk>
14532         * simple.el (shell-command-on-region): Report non-zero exit
14533         status in mode line instead of buffer.
14535 2002-02-27  Richard M. Stallman  <rms@gnu.org>
14537         * comint.el (comint-preoutput-filter-functions): Doc fix.
14538         (comint-output-filter-functions, comint-input-filter-functions)
14539         (comint-redirect-filter-functions): Likewise.
14541         (comint-redirect-preoutput-filter): Do the local-hook
14542         handling of t when running comint-redirect-filter-functions.
14543         (comint-output-filter): Likewise for comint-preoutput-filter-functions.
14545 2002-02-26  Richard M. Stallman  <rms@gnu.org>
14547         * paths.el (remote-shell-program): Add doc string.
14549 2002-02-26  Colin Walters  <walters@debian.org>
14551         * ibuf-ext.el (sorter mode-name): New.
14552         (ibuffer-do-occur): Don't quote ibuffer-marked-char.
14554         * calc/calc-ext.el (calc-scroll-left): Call scroll-left
14555         interactively, so they do something.
14556         (calc-scroll-right): Ditto.
14558 2002-02-26  Eli Zaretskii  <eliz@is.elta.co.il>
14560         * international/mule.el (ctext-pre-write-conversion): Handle the
14561         case when FROM is a string, and when we are called from
14562         build_annotations_2.
14564 2002-02-26  Richard M. Stallman  <rms@gnu.org>
14566         * rect.el (clear-rectangle-line): Reindent to the same column
14567         that move-to-column reached when it tried to go to endcol.
14569         * icomplete.el (icomplete-exhibit): Use minibuffer-prompt-end.
14571 2002-02-26  Ivar Rummelhoff  <ivarru@math.uio.no>
14573         * winner.el (winner-boring-buffers, winner-set): A window which
14574         displays a buffer whose name is in the list
14575         `winner-boring-buffers', will no longer be restored by `winner-undo'.
14576         (winner-sorted-window-list): Used to improve comparison between
14577         window configurations.
14578         (winner-win-data): Simplified and moved.
14579         (winner-conf): Simplified (now uses `winner-win-data').
14580         (winner-change-fun, winner-save-old-configurations)
14581         (winner-save-(un)conditionally, winner-redo): Changes made while in
14582         the minibuffer will be ignored.  (Such changes are undone upon
14583         exit for the minibuffer, anyway.)
14584         (winner-set-conf): Preserve selected window whenever possible.
14585         (winner-make-point-alist): Simplified.
14586         (winner-mode, winner-save-unconditionally): Save current window
14587         configuration on entering minibuffer.
14588         (minor-mode-alist): Don't add winner-mode to `minor-mode-alist',
14589         since it does not change the overall behavior of Emacs.
14591 2002-02-26  Eli Zaretskii  <eliz@is.elta.co.il>
14593         * international/mule-conf.el (compound-text): Renamed back from
14594         compound-text-no-extensions.
14595         (ctext-no-compositions): Remove the mime-charset property.
14596         (compound-text-with-extensions): Renamed from compound-text.
14597         (x-ctext-with-extensions, ctext-with-extensions): Renamed aliases.
14599 2002-02-26  Juanma Barranquero  <lektu@terra.es>
14601         * faces.el (list-faces-display): Fix typo.
14603 2002-02-25  Richard M. Stallman  <rms@gnu.org>
14605         * frame.el (focus-follows-mouse): Doc fix.
14607 2002-02-26  Miles Bader  <miles@gnu.org>
14609         * mwheel.el (mouse-wheel-mode): Pass vectors instead of symbols
14610         to `define-key', since it no longer accepts the latter.
14612 2002-02-25  Jason Rumney  <jasonr@gnu.org>
14614         * term/w32-win.el (mouse-wheel-scroll-line): Use car of
14615         mouse-wheel-scroll-amount.
14617         * w32-vars.el (mouse-wheel-scroll-amount): Use same definition as
14618         mwheel.el.
14620         * language/japanese.el (iso-2022-jp-2): Add init-bol flag.
14622 2002-02-25  Andre Spiegel  <spiegel@gnu.org>
14624         * vc.el (vc-diff-switches-list): Fix prev change, making the macro
14625         consistent with the others that take a backend name as a symbol.
14627         * vc-cvs.el, vc-rcs.el, vc-sccs.el: Fix calls to vc-diff-switches-list.
14629 2002-02-25  Kim F. Storm  <no-spam@cua.dk>
14631         * comint.el (comint-replace-by-expanded-filename): Do nothing if
14632         comint-match-partial-filename returns nil.
14634         * shell.el (shell-pcomplete-setup-done): New variable.
14635         (shell-pcomplete): Use it instead of shell-pcomplete-setup-p.
14636         (shell-pcomplete-reverse): Ditto.
14638 2002-02-25  Per Abrahamsen  <abraham@dina.kvl.dk>
14640         * ps-print.el (ps-print-printer): Added `lpr' customize group member.
14642 2002-02-25  Juanma Barranquero  <lektu@terra.es>
14644         * subr.el (save-match-data): Doc fix.
14646         * ielm.el (ielm-prompt): Allow customization; make it read-only.
14648 2002-02-25  Kim F. Storm  <storm@cua.dk>
14650         * shell.el (shell-mode-map): Add "Complete" header so completion
14651         menu is shown on the menu bar in shell mode.
14653 2002-02-25  Stefan Monnier  <monnier@cs.yale.edu>
14655         * ielm.el (ielm-match-data): New var.
14656         (inferior-emacs-lisp-mode): Make it buffer-local.
14657         (ielm-eval-input): Use it to preserve match-data between inputs.
14659 2002-02-24  Juanma Barranquero  <lektu@terra.es>
14661         * ielm.el (inferior-emacs-lisp-mode): Use hexl for the dummy process.
14663 2002-02-24  Per Abrahamsen  <abraham@dina.kvl.dk>
14665         * cus-edit.el (custom-unlispify-remove-prefixes): Add to
14666         `custom-buffer' customize group.
14668 2002-02-23  Kim F. Storm  <storm@cua.dk>
14670         * help.el (where-is): Use remap-command.
14672         * help-fns.el (describe-function-1): Use remap-command.
14674         * subr.el (global-set-key, local-set-key): Undo 2002-02-06
14675         change (no longer accept a symbol for the KEY argument).
14677 2002-02-23  Colin Walters  <walters@debian.org>
14679         * calc/calcalg3.el (calc-invent-variables): Convert integer to string.
14680         * calc/calcalg2.el (math-solve-get-sign): Ditto.
14682         * ibuffer.el (ibuffer-compile-format): Don't uselessly bind `pt'
14683         in generated function.
14685         * ibuf-ext.el (ibuffer-old-time): Change to hours.
14686         (ibuffer-mark-old-buffers): Handle it.
14688         * shell.el (shell-pcomplete, shell-pcomplete-reverse): New functions.
14689         (toplevel): Bind them.
14690         (shell-mode): Don't set `comint-dynamic-complete-functions'; it is
14691         not necessary now that we use pcomplete.
14693         * comint.el: Document how use new pcomplete completion facility.
14695 2002-02-23  Richard M. Stallman  <rms@gnu.org>
14697         * mail/rmailsum.el (rmail-summary-output): Properly advance
14698         to next message, by calling rmail-summary-goto-msg.
14700         * net/browse-url.el (browse-url-galeon): Specify --existing
14701         for an existing window.  Use --noraise rather than --no-raise.
14702         Don't use -x.
14704 2002-02-22  Eli Zaretskii  <eliz@is.elta.co.il>
14706         * progmodes/etags.el (find-tag-noselect, find-tag)
14707         (find-tag-other-window, find-tag-other-frame, find-tag-regexp):
14708         Fix a typo in doc strings.
14710 2002-02-20  Deepak Goel  <deego@glue.umd.edu>
14712         * play/snake.el (snake-velocity-queue, snake-update-velocity)
14713         (snake-final-x-velocity, snake-final-y-velocity):
14714         New variable and functions.  Store user's keypresses
14715         into a queue and pop from the queue each subsequent turn.
14716         (snake-update-game, snake-move-left)
14717         (snake-move-right, snake-move-up, snake-move-down, snake-active-p)
14718         (snake-start-game): Use that queue.
14719         (snake-use-glyphs-flag): Renamed from snake-use-glyphs.
14720         (snake-use-color-flag): Likewise.
14721         (snake-mode): Rename uses of those variables.
14723 2002-02-22  Eli Zaretskii  <eliz@is.elta.co.il>
14725         Support for ICCCM  Extended Segments in X selections:
14727         * international/mule-conf.el (ctext-no-compositions): New coding
14728         system.
14729         (compount-text-no-extensions): Renamed from compound-text.
14730         (x-ctext-no-extensions, ctext-no-extensions): Aliases for
14731         compound-text-no-extensions.
14732         (compound-text): Redefined using post-read and pre-write conversions.
14734         * international/mule.el (non-standard-icccm-encodings-alist)
14735         (non-standard-designations-alist): New variables.
14736         (ctext-post-read-conversion, ctext-pre-write-conversion):
14737         New functions.
14739 2002-02-21  Jonathan Kamens  <jik@kamens.brookline.ma.us>
14741         * vc.el (vc-default-init-version): Update documentation to
14742         indicate that the backend can override the default init version.
14743         (vc-register): Use the backend init-version function, if it
14744         exists, to determine the initial version of a file.
14745         (vc-diff-switches-list): Don't symbol-quote backend, since it's
14746         already a symbol.  Don't fail if vc-BACKEND-diff-switches isn't bound.
14748         * vc-hooks.el (vc-mode-line): Set vc-mode to nil if the file is
14749         not version-controlled.  This is necessary, e.g., if the file has
14750         just been reverted, and thus was previously under version control
14751         but isn't any longer.
14752         (vc-find-file-hook): Likewise.
14754 2002-02-21  Martin Lorentzson  <Martin.Lorentzson@telia.com>
14756         * vc-cvs.el (vc-cvs-sticky-date-format-string): New variable.
14757         (vc-cvs-sticky-tag-display): New variable.
14758         (vc-cvs-mode-line-string): Add sticky-tag to the mode-line.
14759         (vc-cvs-checkin): If the input revision is a valid symbolic tag
14760         name, we create it as a branch, commit and switch to it.
14761         (vc-cvs-retrieve-snapshot): Set file-property sticky-tag.
14762         (vc-cvs-valid-symbolic-tag-name-p): New function.
14763         (vc-cvs-parse-sticky-tag): New function.
14764         (vc-cvs-parse-entry): Added parsing of sticky tags.
14766 2002-02-21  Per Abrahamsen  <abraham@dina.kvl.dk>
14768         * toolbar/tool-bar.el (tool-bar-mode): Revert the :init-value to
14769         nil, and then explicitly set the standard-value to t.
14771 2002-02-20  Sam Steingold  <sds@gnu.org>
14773         * textmodes/flyspell.el (flyspell-mode): Autoload the variable
14774         since it is used in the menu bar.
14776 2002-02-20  Richard M. Stallman  <rms@gnu.org>
14778         * simple.el (shell-command-on-region): Display the exit status
14779         when a command fails.
14781         * subr.el (add-hook): Doc fix.
14783         * frame.el (other-frame): Doc fix.
14785         * simple.el (yank): Clear `field' property.
14787 2002-02-20  Tom Tromey  <tromey@cachet>
14789         * progmodes/tcl.el (tcl-do-fill-paragraph): Find and fill on more
14790         natural paragraph boundaries.  Don't fail at beginning of buffer.
14792 2002-02-20  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
14794         * tar-mode.el (tar-next-line, tar-previous-line): Add doc string,
14795         call the argument "arg" to match plain next-line and
14796         previous-line.  From Kevin Ryde <user42@zip.com.au>.
14798 2002-02-19  Sam Steingold  <sds@gnu.org>
14800         * mwheel.el (mouse-wheel-scroll-amount): Can specify different
14801         scroll amounts for different modifiers now.
14802         (mwheel-scroll): Handle the new `mouse-wheel-scroll-amount'
14803         format properly.
14804         (mouse-wheel-mode): Ditto.
14806 2002-02-19  Eli Zaretskii  <eliz@is.elta.co.il>
14808         * textmodes/bibtex.el (bibtex-parse-keys): Put save-match-data
14809         around function body.
14811         * net/browse-url.el (browse-url-maybe-new-window): Reverse the
14812         sense of the comparison, to match the doc strings of functions
14813         that use this macro.
14815 2002-02-19  Per Abrahamsen  <abraham@dina.kvl.dk>
14817         * facemenu.el (describe-text-mode-map): Removed bootstrap kludge.
14819         * toolbar/tool-bar.el (tool-bar-mode): Made the standard value t.
14820         * menu-bar.el (menu-bar-mode): Ditto.
14822 2002-02-18  Andreas Schwab  <schwab@suse.de>
14824         * replace.el (query-replace-regexp-eval): Doc fix.
14826 2002-02-18  Colin Walters  <walters@verbum.org>
14828         * calc/calcalg2.el (math-solve-get-int): Convert return value from
14829         `math-get-from-counter' to a string before calling `concat' on it.
14831         * calc/calc-maint.el (calc-split-manual): Look for calc.texi.
14832         (calc-public-autoloads): Obsolete; remove.
14833         (calc-private-autoloads): Ditto.
14834         (calc-add-autoloads): Ditto.
14836         * calc/calc-macs.el (calc-with-default-simplification): Use &rest
14837         for body.
14839 2002-02-17  Jason Rumney  <jasonr@gnu.org>
14841         * w32-win.el (x-option-alist, x-long-option-alist)
14842         (x-switch-definitions): Remove, use command-line-x-option-alist
14843         instead to be consistent with X.
14844         (x-handle-initial-switch): New function.
14846 2002-02-17  Eli Zaretskii  <eliz@is.elta.co.il>
14848         * faces.el (mode-line-inactive, header-line): Add the :inherit
14849         attribute for the tty case.
14851 2002-02-17  stanislav shalunov  <shalunov@internet2.edu>
14853         * mail/uce.el (uce-reply-to-uce): Fix incorrect behavior when
14854         invoked from Rmail with full headers displayed.
14856 2002-02-17  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14858         * emacs-lisp/lisp.el (mark-defun): Don't leave multiple marks
14859         when repeated.
14860         * textmodes/paragraphs.el (mark-paragraph): Ditto.
14862 2002-02-17  Per Abrahamsen  <abraham@dina.kvl.dk>
14864         * menu-bar.el (menu-bar-showhide-menu): Added speedbar.
14865         (menu-bar-tools-menu): Removed speedbar.
14867         * textmodes/ispell.el (ispell-menu-map): Added `customize-ispell'
14868         and `flyspell-mode' entries.
14870         * textmodes/flyspell.el (flyspell): Add to ispell group.
14872 2002-02-17  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14874         * emacs-lisp/lisp.el (mark-sexp): Don't leave multiple marks when
14875         repeated.
14876         (mark-defun): Mark more if repeated.
14878 2002-02-17  Colin Walters  <walters@verbum.org>
14880         * ibuf-ext.el (ibuffer-toggle-sorting-mode): Make it work.
14882         * ibuffer.el (ibuffer-truncate-lines): New option.
14883         (ibuffer-mode): Use it.
14885 2002-02-17  Kim F. Storm  <storm@cua.dk>
14887         * cus-start.el: Add mouse-highlight.
14889 2002-02-16  Eli Zaretskii  <eliz@is.elta.co.il>
14891         * Makefile.in (DONTCOMPILE): Remove cus-start.el.
14893         * cus-start.el: Add automatic-hscroll-margin and
14894         automatic-hscroll-step.
14896 2002-02-16  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
14898         * cus-start.el (x-autoselect-window): Allow customization.
14900         * eshell/em-alias.el (eshell-alias-initialize): Do not use
14901         make-local-hook.
14903         * eshell/em-cmpl.el (eshell-cmpl-initialize): Likewise.
14905         * eshell/em-dirs.el (eshell-dirs-initialize): Likewise.
14907         * eshell/em-glob.el (eshell-glob-initialize): Likewise.
14909         * eshell/em-hist.el (eshell-hist-initialize): Likewise.
14911         * eshell/em-pred.el (eshell-pred-initialize): Likewise.
14913         * eshell/em-prompt.el (eshell-prompt-initialize): Likewise.
14915         * eshell/em-rebind.el (eshell-rebind-initialize): Likewise.
14917         * eshell/em-smart.el (eshell-smart-initialize): Likewise.
14919         * eshell/em-unix.el (eshell-unix-initialize): Likewise.
14921         * eshell/esh-cmd.el (eshell-cmd-initialize): Likewise.
14923         * eshell/esh-ext.el (eshell-ext-initialize): Likewise.
14925         * eshell/esh-io.el (eshell-io-initialize): Likewise.
14927         * eshell/esh-mode.el (eshell-mode): Likewise.
14929         * eshell/esh-test.el (eshell-show-usage-metrics): Likewise.
14931         * eshell/esh-var.el (eshell-var-initialize): Likewise.
14933         * progmodes/idlw-shell.el (idlwave-shell-mode): Likewise.
14935         * progmodes/idlwave.el (idlwave-mode): Likewise.
14937         * textmodes/reftex-sel.el (reftex-select-label-mode)
14938         (reftex-select-bib-mode): Likewise.
14940 2002-02-16  John Wiegley  <johnw@gnu.org>
14942         * eshell/em-hist.el (eshell-hist-initialize): When in the
14943         minibuffer, use the global value of `eshell-history-ring', and
14944         never save it to disk, or ask to save it to disk.  This allows
14945         users of session.el to control whether its global state should be
14946         persisted or not.
14947         (eshell-add-command-to-history): Don't write Eshell's history out
14948         to disk, let the governing mode control that upon exit.
14950 2002-02-16  Eli Zaretskii  <eliz@is.elta.co.il>
14952         * eshell/eshell.el (eshell-command): Before reading from the
14953         minibuffer, add eshell-add-command-to-history to
14954         minibuffer-exit-hook, and remove it after read-from-minibuffer
14955         returns.
14957         * eshell/em-hist.el (eshell-add-input-to-history): New function,
14958         with most of the code from eshell-add-to-history.
14959         (eshell-add-command-to-history): New function, to record in
14960         eshell-history the commands run via eshell-command.
14961         (eshell-add-to-history): Call eshell-add-command-to-history to do
14962         most of the work.
14964 2002-02-16  John Wiegley  <johnw@gnu.org>
14966         * eshell/esh-ext.el (eshell-external-command): Added a fix for
14967         XEmacs' new dired.el, which adds a global entry in the
14968         `file-name-handler-alist'.
14970 2002-02-16  John Wiegley  <johnw@gnu.org>
14972         * align.el (align-region): Added a missing name argument.
14974 2002-02-16  John Wiegley  <johnw@gnu.org>
14976         * eshell/esh-ext.el (eshell-script-interpreter): Allow whitespace
14977         after the #! of a shell interpretor specification.
14979 2002-02-15  Richard M. Stallman  <rms@gnu.org>
14981         * help.el (describe-key-briefly): Make output in INSERT case
14982         look just like what is displayed in the normal case.
14984 2002-02-15  Andreas Schwab  <schwab@suse.de>
14986         * textmodes/tex-mode.el (tex-font-lock-keywords-2):
14987         Require non-letter after specials.
14989 2002-02-15  Eli Zaretskii  <eliz@is.elta.co.il>
14991         * menu-bar.el (menu-bar-tools-menu): Add an item for Calculator.
14993 2002-02-15  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14995         * simple.el (mark-word): Mark more if repeated.
14996         * textmodes/paragraphs.el (mark-paragraph): Ditto.
14997         (mark-end-of-sentence): Ditto.
14999 2002-02-15  Per Abrahamsen  <abraham@dina.kvl.dk>
15001         * wid-edit.el (widgetp): Made it more robust.
15003 2002-02-14  Per Abrahamsen  <abraham@dina.kvl.dk>
15005         * facemenu.el (describe-text-done): New function.
15006         (describe-text-mode-map): New variable.
15007         (describe-text-mode-hook): New option.
15008         (describe-text-mode): New function.
15009         (describe-text-widget): New function.
15010         (describe-text-sexp): New function.
15011         (describe-text-properties): New function.
15012         (describe-text-category): New command.
15013         (describe-text-at): New command.
15014         (facemenu-menu): Replace `list-text-properties-at' with
15015         `describe-text-at' in the menu.
15017         * wid-edit.el (widgetp): New function.
15018         * wid-edit.el (widget-keymap, widget-insert, widget-setup): Autoload.
15020         * emacs-lisp/pp.el (pp-to-string): Autoloaded.
15022         * wid-browse.el: Removed version and x-url keywords.
15024 2002-02-13  Kim F. Storm  <storm@cua.dk>
15026         * cus-start.el (mode-line-in-non-selected-windows):
15027         Allow customization.
15029 2002-02-13  Richard M. Stallman  <rms@gnu.org>
15031         * textmodes/bibtex.el (bibtex-parse-buffers-stealthily):
15032         Tell bibtex-parse-keys to output no progress messages.
15034 2002-02-12  Eli Zaretskii  <eliz@is.elta.co.il>
15036         * progmodes/pascal.el (pascal-imenu-generic-expression):
15037         Add menu-title and fix parentheses.
15039 2002-02-12  Per Abrahamsen  <abraham@dina.kvl.dk>
15041         * menu-bar.el (menu-bar-options-save): Removed `truncate-lines'.
15042         (menu-bar-options-menu): Don't set default value for `truncate-lines'.
15044 2002-02-12  Per Abrahamsen  <abraham@dina.kvl.dk>
15046         * menu-bar.el (menu-bar-options-save): Only save
15047         `current-language-environment' and `default-input-method' when
15048         marked as customized.
15050         * international/mule-cmds.el
15051         (setup-specified-language-environment):
15052         Mark `current-language-environment' as customized.
15053         (set-input-method): Mark `default-input-method' as customized when
15054         called interactively.
15055         (toggle-input-method): Ditto.
15057 2002-02-11  Colin Walters  <walters@verbum.org>
15059         * ibuffer.el (ibuffer-switch-format): Supply required argument for
15060         `ibuffer-current-formats'.
15062 2002-02-11  Miles Bader  <miles@gnu.org>
15064         * faces.el (mode-line-inactive): Add dark-background variant.
15066 2002-02-11  Per Abrahamsen  <abraham@dina.kvl.dk>
15068         * toolbar/tool-bar.el (tool-bar-mode): Removed standard value.
15069         * menu-bar.el (menu-bar-mode): Ditto.
15070         * cus-edit.el (customize-mark-to-save): Always save variables
15071         without a standard value.
15073         * menu-bar.el (menu-bar-make-toggle): Made it aware of customize.
15074         (menu-bar-options-save): Ditto.
15075         (menu-bar-showhide-menu): Ditto.
15076         (menu-bar-options-menu): Ditto.
15077         (menu-bar-scroll-bar-right, menu-bar-scroll-bar-left)
15078         (menu-bar-scroll-bar-none): Remove.
15079         (menu-bar-showhide-scroll-bar-menu): Use customize aware lambda
15080         expressions instead.
15082         * cus-edit.el (customize-set-value): Return value.
15083         (customize-set-variable): Ditto.
15084         (customize-save-variable): Ditto.
15085         (customize-set-variable): Load dependencies before setting value.
15086         (custom-load-symbol): Autoload it.
15087         (customize-mark-as-set): New function.
15089 2002-02-11  Eli Zaretskii  <eliz@is.elta.co.il>
15091         * cus-start.el: Don't warn about "x-*" symbols when building a
15092         non-GUI version.
15094 2002-02-11  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
15096         * strokes.el (strokes-do-stroke, strokes-do-complex-stroke):
15097         Doc fix.
15098         (strokes-help): Do not use doubled with-output-to-temp-buffer.
15099         Fix the help string.
15100         (strokes-prompt-user-save-strokes): Fix typo.
15101         (strokes-list-strokes): Use proper exit-action argument for
15102         view-buffer.  Update copyright notice.
15104         * international/mule-diag.el: Various doc and message fixes.
15105         (non-iso-charset-alist): Add mac-roman.  Don't add entries for
15106         codepages already present.
15107         (list-block-of-chars): Display space for null entries in
15108         translation table.  Display tab specially.
15109         (list-non-iso-charset-chars): Check for null charsets.  Use pop
15110         for clarity.  Don't break 8-bit sets into sections between ranges.
15111         (list-charset-chars): Avoid indent-tabs-mode.
15112         (describe-char-after): Maybe use the text property for syntax
15113         table information.  Maybe report char-code-property-table info.
15114         Maybe report character's unicode.  Tweak printing of list info.
15115         (list-input-methods): Add xref buttons.
15116         (dump-charsets, dump-codings): Deleted (obsolete).
15117         From Dave Love <fx@gnu.org>.
15119 2002-02-10  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
15121         * menu-bar.el (menu-bar-showhide-menu): Rename functions for toggling.
15123 2002-02-10  Michael Kifer  <kifer@cs.stonybrook.edu>
15125         * viper-util.el (viper-read-key-sequence): Fix so it'll read
15126         fast key sequences in emacs native mode
15127         (viper-events-to-keys): Delete.
15129         * viper.el (describe-key, describe-key-briefly): Get rid of
15130         viper-events-to-keys.
15132         * ediff-init.el (ediff-has-gutter-support): Steven Turnbull's patch.
15134         * ediff-wind.el (ediff-setup-control-frame):
15135         Use ediff-has-gutter-support.
15137         * ediff-util.el (ediff-dispose-of-variant-according-to-user):
15138         check if buff is alive.
15140         * ediff.el: Typo in comment.
15142 2002-02-09  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
15144         * menu-bar.el (menu-bar-options-save): Take care of
15145         line-number-mode and column-number-mode variables.
15146         (menu-bar-showhide-menu): New menu-items "Show Line Number" and
15147         "Show Column Number" in "Show/Hide" menu.
15149 2002-02-09  Richard M. Stallman  <rms@gnu.org>
15151         * mail/mailabbrev.el (mail-mode-map): Use eval-after-load to change it.
15153 2002-02-09  Kim F. Storm  <storm@cua.dk>
15155         * faces.el (mode-line-inactive): New face for mode-line for
15156         non-selected windows.
15157         (mode-line): Doc fix: Only used for selected window.
15159 2002-02-08  Eli Zaretskii  <eliz@is.elta.co.il>
15161         * calendar/cal-menu.el (calendar-mode-map): Change the menu item's
15162         name to "Insert Diary Entry".
15164 2002-02-08  Stefan Monnier  <monnier@cs.yale.edu>
15166         * font-lock.el (save-buffer-state): Use restore-buffer-modified-p.
15167         (c-font-lock-syntactic-face-function): Accept doxygen-style comments.
15169 2002-02-08  Richard M. Stallman  <rms@gnu.org>
15171         * textmodes/text-mode.el (text-mode-hook-identify): Define as no-op.
15173 2002-02-08  Andreas Schwab  <schwab@suse.de>
15175         * calc/calc.el (calcDigit-key): Use minibuffer-prompt-end instead
15176         of point-min.
15178 2002-02-08  Eli Zaretskii  <eliz@is.elta.co.il>
15180         * net/ange-ftp.el (ange-ftp-process-handle-line)
15181         (ange-ftp-set-xfer-size): If the file's size is a float, divide
15182         by 1024 instead of using ash.
15184         * international/mule-cmds.el (select-safe-coding-system):
15185         State the buffer's name in the message popped in the *Warning* buffer,
15186         and make sure the offending buffer is displayed.
15188 2002-02-07  Markus Rost  <rost@math.ohio-state.edu>
15190         * ffap.el (ffap-newsgroup-p): Test for non-nil symbol-value of htb.
15192 2002-02-07  Richard M. Stallman  <rms@gnu.org>
15194         * terminal.el (terminal-map): Define [menu-bar] so global def is seen.
15196         * register.el (list-registers): New command.
15197         (describe-register-1): New subroutine, taken out of view-register.
15199         * emacs-lisp/copyright.el (copyright-regexp):
15200         Delete the unibyte copyright symbol; it's redundant.
15201         Fix a spazz in the multibyte encoding here.
15203 2002-02-07  Dave Love  <fx@gnu.org>
15205         * language/cyril-util.el (cyrillic-encode-koi8-r-char)
15206         (cyrillic-encode-alternativnyj-char): Get translation tables from
15207         symbol properties, not as variables.
15208         (standard-display-cyrillic-translit): Include unicodes.
15210 2002-02-06  Kim F. Storm  <storm@cua.dk>
15212         * help.el (where-is): Report remapped commands.
15214         * help-fns.el (describe-function-1): Ditto.
15216         * subr.el (global-set-key, local-set-key): Accept a symbol for the
15217         KEY argument (like define-key).
15219 2002-02-06  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
15221         * textmodes/flyspell.el (flyspell-insert-function): Doc fix.
15223 2002-02-06  Richard M. Stallman  <rms@gnu.org>
15225         * mail/mailabbrev.el: Require sendmail only at compile time.
15226         (mail-mode-header-syntax-table): Var deleted.
15227         (mail-abbrev-syntax-table): Init to nil, will compute when needed.
15228         (sendmail-pre-abbrev-expand-hook): Only temporarily change
15229         local-abbrev-table and the syntax table.
15230         Compute mail-abbrev-syntax-table if that has not been done.
15232         * progmodes/compile.el (grep-compute-defaults): Definition moved up.
15234         * emacs-lisp/debug.el (debugger-frame-offset): Var deleted.
15235         (debugger-frame-number): Figure out the offset directly.
15236         (debugger-setup-buffer): Don't use debugger-frame-offset.
15237         (debugger-frame, debugger-frame-clear): Likewise.
15238         (debugger-jump): Don't alter debugger-frame-offset.
15240         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
15241         Replace foo-p as var name with foo-flag, not foo-p-flag.
15243         * hilit-chg.el (highlight-changes-active-string): Default to +Chg.
15244         (highlight-changes-passive-string): Default to -Chg.
15245         (highlight-changes-global-modes): Doc fix.
15247         * dired.el (dired-get-filename): Add /: when appropriate
15248         to avoid taking a local name as remote.
15250         * files.el (file-name-non-special): Add special handling for
15251         file-name-sans-versions, file-name-completion, and
15252         file-name-all-completions.
15254         * isearch.el (isearch-update): Don't update display in kbd macro.
15255         (isearch-lazy-highlight-new-loop): Do nothing in kbd macro.
15257         * subr.el (force-mode-line-update): Doc fix.
15259         * subr.el (atomic-change-group, prepare-change-group)
15260         (activate-change-group, accept-change-group, cancel-change-group):
15261         New functions.
15263         * simple.el (undo-get-state, undo-revert-to-state): Fns deleted.
15264         (transpose-subr-1): Use atomic-change-group.
15266         * subr.el (add-minor-mode): Include the mode's lighter string
15267         in the minor mode menu item name.
15269         * mail/rmail.el (rmail-toggle-header): Avoid possibly slow call to
15270         rmail-count-screen-lines starting from (point-min).
15272         * startup.el (use-fancy-splash-screens-p): Need 19 lines,
15273         beyond the image height, to use the fancy splash screen.
15275         * textmodes/text-mode.el (text-mode-hook-identify): Function deleted.
15276         (text-mode): Set text-mode-variant here.
15278 2002-02-06  Eli Zaretskii  <eliz@is.elta.co.il>
15280         * play/pong.el (pong-height): Don't use height that exceeds the
15281         frame height.
15282         (pong-border-options): Make the border colors slightly more bright.
15284         * play/gamegrid.el (gamegrid-display-type): Treat any
15285         color-capable display as color-x, if display-color-p is fboundp.
15286         (gamegrid-make-color-x-face): Don't call gamegrid-color twice.
15287         (gamegrid-make-color-tty-face): Use the value of color, not the
15288         symbol itself.  Don't call gamegrid-color.
15290 2002-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
15292         * gud.el (gud-refresh): Call recenter only after we are sure we
15293         are in the right window.
15295 2002-02-05  Per Abrahamsen  <abraham@dina.kvl.dk>
15297         * cus-edit.el (customize-mark-to-save): New function.
15298         * menu-bar.el (menu-bar-options-save): Rewrote.
15300 2002-02-05  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
15302         * cus-start.el (x-use-underline-position-properties):
15303         Allow customization.
15305 2002-02-04  Simon Josefsson  <jas@extundo.com>
15307         * dired.el (dired-load-hook, dired-mode-hook)
15308         (dired-before-readin-hook, dired-after-readin-hook): Defcustom.
15310 2002-02-03  Colin Walters  <walters@verbum.org>
15312         * ibuf-ext.el (ibuffer-filter-format-alist)
15313         (ibuffer-cached-filter-formats, ibuffer-compiled-filter-formats):
15314         New variables.
15315         * ibuffer.el (ibuffer): Remove link; the "home page" for ibuffer
15316         is now the Emacs CVS tree.
15317         (ibuffer-formats): Doc fix.
15318         (ibuffer-active-formats-name, ibuffer-current-formats): New functions.
15319         (ibuffer-current-format): Use them.
15320         (ibuffer-recompile-formats, ibuffer-check-formats)
15321         (ibuffer-switch-format, ibuffer-update-title):
15322         Add support for ibuffer-filter-format-alist.
15323         (define-ibuffer-column process): Remove unncessary consing.
15325         * ibuf-macs.el (define-ibuffer-column): Add beginnings of support
15326         for a summary column.
15328 2002-02-03  Andreas Schwab  <schwab@suse.de>
15330         * window.el (save-selected-window): Move macro before first use.
15331         (balance-windows): Fix misplaced parenthesis.
15333 2002-02-03  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
15335         * calculator.el (calculator-displayers): Doc fixes.
15337 2002-02-03  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
15339         * menu-bar.el (menu-bar-help-menu): Use different text for tool-tip.
15340         (menu-bar-options-save): Save also the value of `display-time-mode'.
15341         (showhide-date-time): New function.
15342         (menu-bar-showhide-menu): New menu-item "Date and time".
15344 2002-02-03  Eli Zaretskii  <eliz@is.elta.co.il>
15346         * mail/rmail.el (rmail): Use find-buffer-visiting instead of
15347         get-file-buffer to check for rmail buffer existence.
15349         * term.el (term-emulate-terminal): Extract proper command string
15350         which is supplied to term-command-hook.
15352 2002-02-03  Richard M. Stallman  <rms@gnu.org>
15354         * international/quail.el (quail-help): Don't call help-setup-xref.
15356         * international/mule-cmds.el (describe-input-method):
15357         Call help-setup-xref here.
15358         (describe-current-input-method): Doc fix.
15360         * novice.el (disabled-command-hook): Clarify output text.
15361         Indent the paragraph from the command's doc string.
15363         * dabbrev.el (dabbrev--goto-start-of-abbrev):
15364         Exit loop on beginning of field rather than bobp.
15366 2002-02-02  Eli Zaretskii  <eliz@is.elta.co.il>
15368         * mail/uce.el (uce-reply-to-uce): Prune the headers before copying
15369         the message text into the *mail* buffer, and restore the pruned
15370         state after that.
15372         * mail/rmail.el (rmail-redecode-body): Prune the headers before
15373         looking for X-Coding-System header, and restore the pruned state
15374         before returning.
15376 2002-02-02  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
15378         * cus-edit.el (customize-save-variable): Fix typo in prompt.
15380         These changes integrate new version of flyspell.el from its
15381         maintainer, Manuel Serrano:
15383         * textmodes/flyspell.el (flyspell-issue-message-flag): New user option.
15384         (flyspell-mode-on, flyspell-notify-misspell)
15385         (flyspell-small-region, flyspell-external-point-words)
15386         (flyspell-large-region): Use it
15387         (flyspell-before-incorrect-word-string)
15388         (flyspell-after-incorrect-word-string): New user options.
15389         (make-flyspell-overlay): Use them.
15390         (flyspell-version): New function.
15391         (flyspell-incorrect-face, flyspell-duplicate-face): Adapt face
15392         definitions to use :weight.
15393         (flyspell-insert-function): New user option.
15394         (flyspell-auto-correct-word, flyspell-correct-word)
15395         (flyspell-xemacs-correct): Use it.
15396         (flyspell-define-abbrev): New function.
15397         (flyspell-auto-correct-word, flyspell-correct-word)
15398         (flyspell-xemacs-correct): Use it.
15399         (make-flyspell-overlay): Use `evaporate' property.
15400         (flyspell-auto-correct-word, flyspell-correct-word): Remove overlay.
15401         (flyspell-emacs-popup): Use `session' instead of `accept'.
15402         (flyspell-auto-correct-previous-pos): New variable.
15403         (flyspell-auto-correct-previous-hook)
15404         (flyspell-auto-correct-previous-word): New functions.
15406 2002-02-02  Eli Zaretskii  <eliz@is.elta.co.il>
15408         * novice.el (enable-command): If Emacs was invoked as "emacs -q",
15409         don't alter the user's ~/.emacs.
15410         (disable-command): If user-init-file is nil or does not exist,
15411         default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
15412         But don't alter the init file if Emacs was invoked as "emacs -q"
15414 2002-02-01  Stefan Monnier  <monnier@cs.yale.edu>
15416         * mail/sendmail.el (mail-mode): Undo half of last change.
15418         * indent.el (indent-for-tab-command): Remove spurious code.
15420         * hi-lock.el (hi-lock-find-patterns): Save restriction.
15422 2002-02-01  Eli Zaretskii  <eliz@is.elta.co.il>
15424         * calendar/time-date.el: Moved from lisp/gnus.
15426         * calendar/parse-time.el: Ditto.
15428 2002-01-31  Richard M. Stallman  <rms@gnu.org>
15430         * international/iso-acc.el (iso-languages): Fix ", " in French.
15432         * cus-start.el (history-length): Specify customization for it.
15434         * emacs-lisp/debug.el (debugger-setup-buffer):
15435         When an eval-buffer frame was reading from a buffer,
15436         insert indication of the buffer position.
15437         (debugger-frame-number): Ignore ;;;-comment lines in backtrace.
15438         (debugger-frame-clear, debugger-frame): Error on non-frame line.
15440         * simple.el (shell-command-on-region): Err if no mark
15441         before reading the command string.
15443         * hl-line.el (hl-line-highlight, hl-line-unhighlight):
15444         Definitions moved down after hl-line-mode var's definition.
15446         * hilit-chg.el (hilit-chg-fixup): Don't alter overlay if not ours.
15447         (hilit-chg-set-face-on-change): Rename arg.
15448         (hilit-chg-make-ov): Detect error earlier.
15450         * ediff-hook.el: Delete autoload cookies.
15452         * comint.el (comint-scroll-show-maximum-output): Default is t.
15454         * emacs-lisp/bytecomp.el (batch-byte-compile): New arg noforce.
15455         (batch-byte-compile-if-not-done): New function.
15457         * Makefile.in (compile): New target.
15458         (compile-always): Renamed from compile-files.
15459         (compile-after-backup): Renamed from compile.
15460         (bootstrap): Depend on compile-always, not compile-files.
15462         * emulation/pc-select.el (pc-select-save-and-set-mode):
15463         Properly use MODE-VAR.
15465 2002-01-29  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
15467         * menu-bar.el (menu-bar-help-menu): Change menu-item "Show Emacs
15468         Version" to "About Emacs".
15469         (menu-bar-options-save): Add `default-frame-alist'
15470         to saved variables.
15471         (menu-bar-showhide-scroll-bar-menu): Use frame-parameters instead
15472         of the variable `scroll-bar-mode'.
15474         * startup.el (normal-splash-screen, display-splash-screen):
15475         New functions (separated from command-line-1).
15476         (command-line-1): Use them.
15478 2002-01-28  Eli Zaretskii  <eliz@is.elta.co.il>
15480         * calendar/calendar.el (generate-calendar-month): Doc fix.
15482 2002-01-27  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
15484         * time.el (display-time-mail-directory): New option.
15485         (display-time-mail-function): Update doc-string.
15486         (display-time-mail-icon): Use XPM image when available.
15487         (display-time-string-forms): Use more descriptive text as
15488         help-echo property.
15489         (display-time-mail-check-directory): New function.
15490         (display-time-update): Use it.
15492         * menu-bar.el (menu-bar-showhide-scroll-bar-menu):
15493         Quote `window-system'.
15495         * tmm.el (tmm-get-keymap): Honour :visible in `menu-item'.
15496         Add Keywords header.  Update Commentary section.
15497         Update copyright notice.
15499         * menu-bar.el (menu-bar-scroll-bar-right)
15500         (menu-bar-scroll-bar-left, menu-bar-scroll-bar-none)
15501         (showhide-menu-bar): New functions.
15502         (menu-bar-showhide-menu): New submenu "Show/Hide".
15503         (menu-bar-showhide-scroll-bar-menu): "Scroll-bar" submenu of
15504         "Show/Hide".
15505         Update copyright notice.
15507 2002-01-27  Eli Zaretskii  <eliz@is.elta.co.il>
15509         * lazy-lock.el (lazy-lock-mode): Add a reference to jit-lock.
15511 2002-01-26  Evgeny Roubinchtein  <evgenyr@cs.washington.edu>
15513         * pc-select.el (pc-selection-mode-hook)
15514         (pc-select-saved-settings-alist, pc-select-map)
15515         (pc-select-saved-global-map, pc-select-key-bindings-alist)
15516         (pc-select-default-key-bindings, pc-select-extra-key-bindings)
15517         (pc-select-meta-moves-sexps-key-bindings)
15518         (pc-select-tty-key-bindings, pc-select-old-M-delete-binding):
15519         New variables.
15520         (pc-select-define-keys, pc-select-restore-keys): New functions.
15521         (pc-select-add-to-alist, pc-select-save-and-set-var)
15522         (pc-select-save-and-set-mode, pc-select-restore-var)
15523         (pc-select-restore-mode): New macros.
15524         (pc-selection-mode): Completely rewrote the body of the function;
15525         the main goal was to make pc-selection-mode "turn-off"-able, like
15526         other minor modes.  Use define-minore-mode instead of just a
15527         defun.  Store the key bindings into four alists:
15528         pc-select-default-key-bindings, pc-select-extra-key-bindings,
15529         pc-select-meta-moves-sexps-key-bindings, and
15530         pc-select-tty-key-bindings; then have the pc-select-define-keys
15531         function walk those alists instead of calling define-key
15532         repeatedly.  When the mode is turned on, set the
15533         keybindings in global-map and remember the old keybindings; when
15534         the mode is turned off, restore the previously-saved keybindings.
15535         (pc-selection-mode defcustom): Reflect the fact that the mode is
15536         now "turn-off"-able.
15538 2002-01-26  Eli Zaretskii  <eliz@is.elta.co.il>
15540         * eshell/esh-cmd.el (eshell-eval-command): If eshell-resume-eval
15541         returns t, don't treat that as an error.
15543 2002-01-25  Jason Rumney  <jasonr@gnu.org>
15545         * faces.el (face-font-registry-alternatives) [windows-nt]:
15546         Add ms-oemlatin as an alternative for iso8859-1.
15548 2002-01-25  Stefan Monnier  <monnier@cs.yale.edu>
15550         * pcvs.el (cvs-reread-cvsrc): Distinguish between an empty list of
15551         args and the absence of an entry.  Don't add -f each time.
15553 2002-01-25  Eli Zaretskii  <eliz@is.elta.co.il>
15555         * emacs-lisp/cl-seq.el (mismatch): Doc fix.
15557         Support for more than 8 colors on character terminals:
15559         * term/rxvt.el: New file.
15561         * Makefile.in (DONTCOMPILE): Remove term/xterm.el.
15563         * term/xterm.el (xterm-standard-colors): New variable.
15564         (xterm-rgb-convert-to-16bit, xterm-register-default-colors)
15565         (xterm-rxvt-set-background-mode): New functions.
15566         (toplevel): Call xterm-register-default-colors,
15567         xterm-rxvt-set-background-mode, and tty-set-up-initial-frame-faces.
15568         Add support for more keys from xterm's terminfo entry.
15570         * facemenu.el (list-colors-display): If the argument is nil, don't
15571         show more colors that the number returned by display-color-cells.
15573         * term/pc-win.el (msdos-color-values): Reverse the order of the
15574         colors, since tty-color-define now preserves the registration order.
15576         * w32-fns.el (w32-tty-standard-colors): Reverse the order.
15578         * term/tty-colors.el (tty-standard-colors): Reverse the order.
15579         (tty-register-default-colors): New function; code moved from
15580         startup.el's command-line.
15581         (tty-modify-color-alist): Use nconc instead of cons, to preserve
15582         the order the colors where registered.
15584         * frame.el (display-color-cells): Use tty-display-color-cells.
15586         * startup.el (command-line): Call tty-register-default-colors.
15588 2002-01-25  Richard M. Stallman  <rms@gnu.org>
15590         * subr.el (remove): Doc fix.
15592 2002-01-24  Richard M. Stallman  <rms@gnu.org>
15594         * progmodes/compile.el (compilation-handle-exit):
15595         Add a compilation-handle-exit property to the "finished" message.
15596         (compilation-parse-errors): Stop parsing when that property is seen.
15598         * subr.el (substring-no-properties): New function.
15599         (copy-without-properties): Function deleted.
15601         * term/x-win.el (x-handle-geometry): Put sizes on both
15602         initial-frame-alist and default-frame-alist.
15604         * cus-edit.el (custom-save-all): Bind file-precious-flag to t
15605         for saving .emacs.
15607         * files.el (basic-save-buffer-2): Ignore file-error in delete-file.
15609         * calendar/calendar.el (generate-calendar-month): Doc fix.
15611 2002-01-23  Richard M. Stallman  <rms@gnu.org>
15613         * play/tetris.el (tetris): New defgroup.
15614         (tetris-use-glyphs, tetris-use-color, tetris-draw-border-with-glyphs)
15615         (tetris-default-tick-period): Convert to defcustom.
15616         Added * in docstring to indicate user variable.
15617         (tetris-update-speed-function, tetris-mode-hook, tetris-tty-colors)
15618         (tetris-x-colors, tetris-buffer-name, tetris-buffer-width)
15619         (tetris-buffer-height, tetris-width, tetris-height)
15620         (tetris-top-left-x, tetris-top-left-y): Convert to defcustom.
15622 2002-01-22  Stefan Monnier  <monnier@cs.yale.edu>
15624         * mail/sendmail.el (mail-mode): ">" is not a supercite-style prefix
15625         and is already matched by adaptive-fill-regexp.
15627 2002-01-22  Richard M. Stallman  <rms@gnu.org>
15629         * bindings.el (mode-line-copied-mode-name): New variable.
15630         (mode-line-mode-name): Don't modify mode-name itself!
15631         Instead, make a copy and reuse it.
15633         * subr.el (copy-without-properties): New function.
15635         * progmodes/sh-script.el (sh-set-shell): Doc fix.
15637         * net/ange-ftp.el (ange-ftp-canonize-filename): Avoid duplicate
15638         slash if DIR is just slash.
15640         * progmodes/perl-mode.el (perl-mode-abbrev-table): Restore definition.
15642 2002-01-21  Richard M. Stallman  <rms@gnu.org>
15644         * emacs-lisp/copyright.el (copyright-regexp): Fix previous change.
15646         * net/ange-ftp.el (ange-ftp-bs2000-posix-hook-installed):
15647         Move defvar up.
15649         * textmodes/ispell.el (ispell-help): Clean up echo area if user quits.
15651         * ibuffer.el: Don't require ibuf-ext at load time.
15652         (ibuffer): Require ibuf-ext here.
15654 2002-01-21  Francesco Potort\e,Al\e(B  <pot@gnu.org>
15656         * generic-x.el (apache-conf-generic-mode): Highlight the first
15657         word in a line even if preceded by blanks.
15659 2002-01-21  Richard M. Stallman  <rms@gnu.org>
15661         * window.el (window-body-height): Handle minibuffer window specially.
15662         Otherwise, don't return less than 1.
15664 2002-01-20  Thomas Dorner  <Thomas.Dorner@start.de>
15666         * ange-ftp.el: Added support for BS2000, and for raw ftp
15667         login commands (needed in some circumstances).
15668         (ange-ftp-raw-login): New custom var.
15669         (ange-ftp-normal-login): Perform login with raw ftp commands, if
15670         ange-ftp-raw-login is set and account password is needed.
15671         (ange-ftp-host-type, ange-ftp-guess-host-type): Handle BS2000 hosts.
15672         (ange-ftp-bs2000-filename-pubset-regexp)
15673         (ange-ftp-bs2000-filename-username-regexp)
15674         (ange-ftp-bs2000-filename-prefix-regexp)
15675         (ange-ftp-bs2000-name-template): New consts.
15676         (ange-ftp-bs2000-short-filename-regexp)
15677         (ange-ftp-bs2000-fix-name-regexp-reverse)
15678         (ange-ftp-bs2000-fix-name-regexp): New consts.
15679         (ange-ftp-bs2000-special-prefix): New custom var.
15680         (ange-ftp-fix-name-for-bs2000)
15681         (ange-ftp-fix-dir-name-for-bs2000): New funs.
15682         (ange-ftp-bs2000-host-regexp, ange-ftp-bs2000-posix-host-regexp)
15683         (ange-ftp-bs2000-posix-hook-installed): New vars.
15684         (ange-ftp-parse-bs2000-filename, ange-ftp-parse-bs2000-listing)
15685         (ange-ftp-bs2000-host, ange-ftp-bs2000-posix-host)
15686         (ange-ftp-add-bs2000-host, ange-ftp-add-bs2000-posix-host): New funs.
15687         (ange-ftp-bs2000-filename-regexp): New const.
15688         (ange-ftp-bs2000-additional-pubsets): New custom var.
15689         (ange-ftp-bs2000-cd-to-posix): New fun.
15691 2002-01-20  Colin Walters  <walters@verbum.org>
15693         * ibuffer.el: (toplevel) Require `ibuf-ext', which is now compiled
15694         with `byte-compile-dynamic'.
15695         (ibuffer-default-directory, toplevel): Doc files.
15697 2002-01-20  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
15699         * tempo.el (tempo-define-template): Doc fix.
15701         * scroll-bar.el (scroll-bar-mode): Make argument optional.
15703 2002-01-20  Jason Rumney  <jasonr@gnu.org>
15705         * w32-vars.el: New file.
15707         * loadup.el [windows-nt]: Load it.
15709         * w32-fns.el, term/w32-win.el: Move user variables to w32-vars.el
15710         and make them defcustoms.
15712         * term/w32-win.el (mouse-set-font): Use w32-list-proportional-fonts.
15714 2002-01-19  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
15716         * language/tibet-util.el (tibetan-decompose-region)
15717         (tibetan-decompose-string): Fix typo in docstring.
15719         * ruler-mode.el (ruler-mode): New keyword.  Fix :version.
15721 2002-01-18  Richard M. Stallman  <rms@gnu.org>
15723         * comint.el (comint-redirect-send-command-to-process):
15724         Restore previous current buffer.
15726         * window.el (window-body-height): New function.
15728 2002-01-18  Zoltan Kemenczy  <kemenczy@rogers.com>
15730         * gud.el (easy-mmode-defmap): Enable "Up Stack", "Down Stack", and
15731         "Finish Function" menu map entries for jdb mode.
15732         (gud-jdb-use-classpath): New customization variable.
15733         (gud-jdb-command-name): Add customization.
15734         (gud-jdb-classpath, gud-marker-acc-max-length): New variables.
15735         (gud-jdb-classpath-string): New variable.
15736         (gud-jdb-source-files, gud-jdb-class-source-alist): Add doc strings.
15737         (gud-jdb-build-source-files-list): Likewise.
15738         (gud-jdb-massage-args): Record any command argument classpath
15739         string in `gud-jdb-classpath-string'.
15740         (gud-jdb-lowest-stack-level): New function, finds bottom of current
15741         java call stack in jdb output.
15742         (gud-jdb-find-source-using-classpath, gud-jdb-find-source)
15743         (gud-jdb-parse-classpath-string): New functions.
15744         (gud-jdb-marker-filter): Search/detect classpath information in
15745         jdb's output.  marker regexp updated to match oldjdb and jdb output
15746         formats.  Expand search for source files to include new/old methods
15747         using new functions above.  Do not allow `gud-marker-acc' to grow
15748         without bound.
15749         (jdb): Set classpath information (if available) as jdb is started.
15750         Change `gud-break' and `gud-remove'
15751         to use new %c ("class") escape in format strings.
15752         Add `gud-finish', `gud-up', `gud-down' command string functions, and
15753         add them to the local menu map.  Update `comint-prompt-regexp' for
15754         jdb and oldjdb.  If attaching to an already running java VM and
15755         configured to use classpath, send command to query for classpath,
15756         else use previous method for finding and parsing java
15757         sources.  Set `gud-jdb-find-source' function accordingly.
15758         (gud-mode): Doc fix.
15759         (gud-format-command): Add support for new %c ("class") escape.
15760         (gud-find-class): New function in support of %c escape.
15762 2002-01-17  Richard M. Stallman  <rms@gnu.org>
15764         * ibuf-ext.el: Enable byte-compile-dynamic.
15766 2002-01-17  Jason Rumney  <jasonr@gnu.org>
15768         * term/w32-win.el: Restore conditional require of fontset.
15770 2002-01-16  Richard M. Stallman  <rms@gnu.org>
15772         * mouse.el (mouse-drag-region-1): Renamed from mouse-drag-region,
15773         more or less.
15774         (mouse-drag-region): New function.  For a click in the echo area,
15775         show *Messages*.
15777         * ibuf-ext.el: Delete the autoloads for functions defined with
15778         ibuffer-specific commands.
15780         * help.el (describe-distribution): Really call view-file.
15782         * net/ange-ftp.el (ange-ftp-passive-mode): New arg PROC.
15783         (ange-ftp-get-process): Pass that arg.
15785         * comint.el (comint-simple-send): Fix previous change.
15787         * net/telnet.el (telnet-simple-send): Fix previous change.
15789         * progmodes/sql.el (sql-escape-newlines-and-send)
15790         (sql-query-placeholders-and-send): Fix previous change.
15792 2002-01-16  Colin Walters  <walters@verbum.org>
15794         * ibuf-ext.el, ibuf-macs.el, ibuffer.el (toplevel): Remove X-RCS,
15795         URL, Compatibility headers.  Update copyright notice.
15796         * ibuf-macs.el (toplevel): Require `cl' when compiling.
15798 2002-01-16  Andrew Choi  <akochoi@cse.cuhk.edu.hk>
15800         * startup.el (command-line): Set EOL mnemonics for the Mac.
15802 2002-01-16  Andreas Schwab  <schwab@suse.de>
15804         * mail/feedmail.el (feedmail): Fix :link spec.
15806 2002-01-16  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
15808         * net/ldap.el (ldap-ldapsearch-prog): Default to OpenLDAP version
15809         2 ldapsearch.
15811         * net/eudc.el: New maintainer.  Change author's address.
15812         (eudc-pre-select-window-configuration, eudc-insertion-marker):
15813         Variables removed.
15814         (eudc-insert-selected): Function removed.
15815         (eudc-select): Reimplemented.
15816         (eudc-expand-inline): Delete the strings only after its expansion
15817         is chosen not before.
15819         * net/eudcb-ph.el (eudc-ph-open-session): Remove XEmacs case.
15820         Minor coding style fixes.
15822         * net/eudcb-ldap.el: New maintainer.  Change author's address.
15823         (eudc-attribute-display-method-alist): Display mail with
15824         eudc-display-mail.
15826         * net/eudcb-bbdb.el, net/eudc-export.el, net/eudc-hotlist.el,
15827         * net/eudc-vars.el: New maintainer.  Change author's address.
15829         * net/eudc-bob.el: New maintainer.  Change author's address.
15830         (eudc-bob-mail-keymap): New keymap for e-mail addresses.
15831         (eudc-display-mail): New function.
15832         (eudc-bob-play-sound-at-point): Remove XEmacs case.
15834 2002-01-15  Richard M. Stallman  <rms@gnu.org>
15836         * emacs-lisp/autoload.el (make-autoload):
15837         Don't handle define-ibuffer-column, define-ibuffer-filter,
15838         define-ibuffer-sorter, and define-ibuffer-op.
15840 2002-01-14  Richard M. Stallman  <rms@gnu.org>
15842         * calendar/calendar.el (diary-date-forms): Doc fix.
15844 2002-01-14  Eli Zaretskii  <eliz@is.elta.co.il>
15846         * startup.el (command-line): Register the default tty colors even
15847         if the terminal doesn't seem to support colors.
15848         <tty-long-option-alist>: New option --color.
15849         (tty-handle-args): Parse the --color arg.
15851         * term/tty-colors.el (tty-color-mode-alist): New variable.
15853 2002-01-14  Stefan Monnier  <monnier@cs.yale.edu>
15855         * net/ange-ftp.el (ange-ftp-root-dir-p): New function.
15856         (ange-ftp-file-name-all-completions, ange-ftp-file-name-completion):
15857         Use it.
15858         (ange-ftp-hook-function): Preserve match-data.
15859         (ange-ftp-insert-directory): Typo.
15860         (ange-ftp-shell-command): Check if regexp matched.
15862 2002-01-13  Richard M. Stallman  <rms@gnu.org>
15864         * international/mule-cmds.el: help-map bindings moved to help.el.
15866         * help.el (view-echo-area-messages): New function.
15867         (help-map): Add `e' binding.  Delete obsolete `d' binding.
15868         Change old Info bindings C-f, C-k and C-i to F, K, S.
15869         Move view-emacs-FAQ from F to C-f.
15870         Move view-emacs-problems from P to C-e.
15871         Bindings moved here from mule-cmds.el.
15872         C-l binding for describe-language-environment deleted
15873         (help-for-help): Update for all these changes.
15875         * emacs-lisp/copyright.el (copyright-regexp): Make (C) optional.
15877 2002-01-13  Dave Love  <fx@gnu.org>
15879         * emacs-lisp/copyright.el: Doc fixes.
15880         (copyright-regexp): Add Latin-9 copyright sign.
15881         Match comment delimiters in year lists.
15882         (copyright-current-year): Initialize to load-time year.
15884 2002-01-13  Andreas Schwab  <schwab@suse.de>
15886         * dired-aux.el (dired-do-shell-command): Doc fix.
15888 2002-01-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
15890         * startup.el (command-line-x-option-alist): New options "-fs",
15891         "-fw", "-fh", "--fullscreen", "--fullwidth", and "--fullheight".
15893         * term/x-win.el (x-handle-initial-switch): New function.
15895 2002-01-13  Colin Walters  <walters@debian.org>
15897         * emacs-lisp/autoload.el (make-autoload): Handle define-ibuffer-column,
15898         define-ibuffer-filter, define-ibuffer-sorter, and define-ibuffer-op.
15900         * emacs-lisp/lisp-mode.el (toplevel): Ditto.
15902         * ibuffer.el, ibuf-ext.el, ibuf-macs.el: New files.
15904 2002-01-12  Richard M. Stallman  <rms@gnu.org>
15906         * net/browse-url.el (browse-url-grail):
15907         Use browse-url-maybe-new-window.
15909         * net/telnet.el (telnet-simple-send):
15910         Handle comint-input-sender-no-newline like comint-simple-send.
15912         * progmodes/sql.el (sql-query-placeholders-and-send):
15913         Handle comint-input-sender-no-newline like comint-simple-send.
15914         (sql-escape-newlines-and-send): Likewise.
15916         * comint.el (comint-input-sender): Doc fix.
15917         (comint-input-sender-no-newline): New variable.
15918         (comint-simple-send): If comint-input-sender-no-newline,
15919         don't output newline, but maybe send eof.
15920         (comint-send-input): New arg NO-NEWLINE.
15921         (comint-send-eof): Call comint-send-eof with NO-NEWLINE.
15923 2002-01-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
15925         * textmodes/flyspell.el (flyspell-check-pre-word-p):
15926         Prevent delaying when executing keyboard macros.
15928 2002-01-12  Richard M. Stallman  <rms@gnu.org>
15930         * simple.el (line-move): If we can't move enough lines,
15931         go to beginning or end of line.
15933         * help-mode.el (help-xref-go-back): Restore POSITION in proper buffer
15934         and proper window.
15936         * help.el (describe-mode): Call help-setup-xref in the help buffer.
15937         Switch buffers only after calling `help-buffer'.
15939         * dired-aux.el (dired-shell-stuff-it): Substitute for * or ?
15940         only when they are surrounded by whitespace.
15941         Use dired-mark-separator when adding one file name to a command.
15942         (dired-do-shell-command): Verify that * is surrounded by whitespace.
15943         Ask for confirmation if * or ? is not surrounded by whitespace.
15944         (dired-bunch-files): Re-reverse the partial file list when it is used.
15946 2002-01-12  Richard M. Stallman  <rms@gnu.org>
15948         * comint.el (comint-dynamic-list-completions): Repeating the command
15949         after displaying a completion list scrolls the list.
15951 2002-01-12  Eli Zaretskii  <eliz@is.elta.co.il>
15953         * files.el (find-file-noselect): Don't consider a buffer as
15954         visiting a file literally if it is in hexl-mode.
15956         * faces.el (minibuffer-prompt): A better face definition for MS-DOS.
15958 2002-01-11  Richard M. Stallman  <rms@gnu.org>
15960         * startup.el (initial-scratch-message): Fix custom type, add group.
15962         * mail/rmail.el (rmail-decode-babyl-format): Disable undo
15963         around the decode-coding-region call.
15965         * emacs-lisp/lisp.el (lisp-complete-symbol): Repeating the command
15966         after displaying a completion list scrolls the list.
15968 2002-01-11  Eli Zaretskii  <eliz@is.elta.co.il>
15970         * version.el (emacs-version): Bump to 21.2.50.
15972 2002-01-10  Thien-Thi Nguyen  <ttn@giblet.glug.org>
15974         * play/zone.el (zone-timeout): New var.
15975         (zone-hiding-modeline): New macro.
15976         (zone-call): New func.
15978         (zone): Init `modeline-hidden-level' symbol property.
15979         Use `zone-call' instead of `funcall'.
15981         (zone-pgm-whack-chars): Use `make-string' (fix bug introduced in 2001-10-26T20:11:25Z!monnier@iro.umontreal.ca).
15983         (zone-pgm-stress): Use `zone-hiding-modeline'.
15985         (zone-pgm-stress-destress): New zone program.
15987 2002-01-10  Eli Zaretskii  <eliz@is.elta.co.il>
15989         * faces.el (minibuffer-prompt): Special face definition for MS-DOS.
15991 2002-01-09  Richard M. Stallman  <rms@gnu.org>
15993         * startup.el (fancy-splash-screens): Set tab-width in correct buffer.
15995 2002-01-09  Michael Kifer  <kifer@cs.stonybrook.edu>
15997         * viper.el (viper-set-hooks): Zap viper-unfriendly bindings in
15998         flyspell-mouse-map.
16000 2002-01-08  Richard M. Stallman  <rms@gnu.org>
16002         * emacs-lisp/regexp-opt.el (regexp-opt): Bind max-specpdl-size.
16004         * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Fix custom type.
16006         * textmodes/flyspell.el (flyspell-mode-line-string): Fix custom type.
16008 2002-01-08  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
16010         * progmodes/ada-mode.el (ada-initialize-properties, ada-mode):
16011         Do not use make-local-hook.
16013 2002-01-08  Eli Zaretskii  <eliz@is.elta.co.il>
16015         * international/quail.el (quail-start-translation)
16016         (quail-start-conversion): Bind last-command-event, last-command,
16017         and this-command in the first let.  This fixes the change from
16018         2000-08-30.
16020 2002-01-08  Michael Kifer  <kifer@cs.stonybrook.edu>
16022         * ediff-hook.el: Add an autoload cookie.
16024 2002-01-08  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
16026         * net/eudcb-ph.el, net/ldap.el: New maintainer.  New e-mail
16027         address of the author.
16029 2002-01-08  Richard M. Stallman  <rms@gnu.org>
16031         * replace.el (occur-mode-goto-occurrence-other-window): New command.
16032         (occur-mode-map): Bind `o' to that.
16034 2002-01-07  Michael Kifer  <kifer@cs.stonybrook.edu>
16036         * viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
16037         new macro that replaces viper-emacs-p and viper-xemacs-p in many
16038         cases. Used to reduce the number of warnings.
16040         * viper-cmd.el: Use viper-cond-compile-for-xemacs-or-emacs.
16041         (viper-standard-value): Move here from viper.el.
16042         (viper-set-unread-command-events): Move to viper-util.el
16043         (viper-check-minibuffer-overlay): Make sure
16044         viper-minibuffer-overlay is moved to cover the entire input field.
16046         * viper-util.el: Use viper-cond-compile-for-xemacs-or-emacs.
16047         (viper-read-key-sequence, viper-set-unread-command-events)
16048         (viper-char-symbol-sequence-p, viper-char-array-p): Moved here.
16050         * viper-ex.el: Use viper-cond-compile-for-xemacs-or-emacs.
16052         * viper-keym.el: Use viper-cond-compile-for-xemacs-or-emacs.
16054         * viper-mous.el: Use viper-cond-compile-for-xemacs-or-emacs.
16056         * viper-macs.el (viper-char-array-p, viper-char-symbol-sequence-p)
16057         (viper-event-vector-p): Move to viper-util.el
16059         * viper.el (viper-standard-value): Move to viper-cmd.el.
16060         Use viper-cond-compile-for-xemacs-or-emacs.
16062         * ediff-help.el: Use ediff-cond-compile-for-xemacs-or-emacs.
16064         * ediff-hook.el: Use ediff-cond-compile-for-xemacs-or-emacs.
16066         * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs):
16067         New macro designed to be used in many places where ediff-emacs-p or
16068         ediff-xemacs-p was previously used.  Reduces the number of warnings.
16069         Use ediff-cond-compile-for-xemacs-or-emacs in many places in lieu
16070         of ediff-xemacs-p.
16071         (ediff-make-current-diff-overlay, ediff-highlight-diff-in-one-buffer)
16072         (ediff-convert-fine-diffs-to-overlays, ediff-empty-diff-region-p)
16073         (ediff-whitespace-diff-region-p, ediff-get-region-contents):
16074         Move to ediff-util.el.
16075         (ediff-event-key): Moved here.
16077         * ediff-merge.el: Got rid of unreferenced variables.
16079         * ediff-mult.el: Use ediff-cond-compile-for-xemacs-or-emacs.
16081         * ediff-util.el: Use ediff-cond-compile-for-xemacs-or-emacs.
16082         (ediff-cleanup-mess): Improve the way windows are set up after
16083         quitting ediff.
16084         (ediff-janitor): Use ediff-dispose-of-variant-according-to-user.
16085         (ediff-dispose-of-variant-according-to-user): New function
16086         designed to be smarter and also understands indirect buffers.
16087         (ediff-highlight-diff-in-one-buffer)
16088         (ediff-unhighlight-diff-in-one-buffer)
16089         (ediff-unhighlight-diffs-totally-in-one-buffer)
16090         (ediff-highlight-diff, ediff-highlight-diff)
16091         (ediff-unhighlight-diff, ediff-unhighlight-diffs-totally)
16092         (ediff-empty-diff-region-p, ediff-whitespace-diff-region-p)
16093         (ediff-get-region-contents, ediff-make-current-diff-overlay):
16094         Moved here.
16095         (ediff-format-bindings-of): New function by Hannu Koivisto
16096         <azure@iki.fi>.
16097         (ediff-setup): Make sure the merge buffer is always widened and
16098         modifiable.
16099         (ediff-write-merge-buffer-and-maybe-kill): Refuse to write the
16100         result of a merge into a file visited by another buffer.
16101         (ediff-arrange-autosave-in-merge-jobs): Check if the merge file
16102         is visited by another buffer and ask to save/delete that buffer.
16103         (ediff-verify-file-merge-buffer): New function to do the above.
16105         * ediff-vers.el: Load ediff-init.el at compile time.
16107         * ediff-wind.el: Use ediff-cond-compile-for-xemacs-or-emacs.
16109         * ediff.el (ediff-windows, ediff-regions-wordwise)
16110         (ediff-regions-linewise): Use indirect buffers to improve
16111         robustness and make it possible to compare regions of the same
16112         buffer (even overlapping regions).
16113         (ediff-clone-buffer-for-region-comparison)
16114         (ediff-clone-buffer-for-window-comparison): New functions.
16115         (ediff-files-internal): Refuse to compare identical files.
16116         (ediff-regions-internal): Get rid of the warning about comparing
16117         regions of the same buffer.
16119         * ediff-diff.el (ediff-convert-fine-diffs-to-overlays): Moved here.
16120         Plus the following fixes courtesy of Dave Love: Doc fixes.
16121         (ediff-word-1): Use word class and move - to the
16122         front per regexp documentation.
16123         (ediff-wordify): Bind forward-word-function outside loop.
16124         (ediff-copy-to-buffer): Use insert-buffer-substring rather than
16125         consing buffer contents.
16126         (ediff-goto-word): Move syntax table setting outside loop.
16128 2002-01-07  Richard M. Stallman  <rms@gnu.org>
16130         * dired.el (dired-copy-filename-as-kill): Call kill-append
16131         if following a kill command.
16133         * help-fns.el (describe-variable, describe-function):
16134         Do save-excursion.
16136 2002-01-06  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
16138         * net/ldap.el (ldap-search-internal): Skip error message from
16139         ldapsearch.  Allow listing attribute names only.  Do not open
16140         non-existent files.
16142         * net/eudcb-ldap.el (eudc-ldap-get-field-list): Do not try to
16143         call non-existent function.
16145         * net/eudc.el (top-level): Revert previous change.
16147         * net/net-utils.el (nslookup-font-lock-keywords): Defvar font-lock
16148         variables to prevent warning from byte-compiler.
16150         * net/eudc.el (top-level): Use eudc-xemacs-p instead of
16151         string-match on emacs-version again.
16153         * enriched.el (enriched-make-annotation): Fix the change from
16154         2002-01-05.
16155         (enriched-handle-display-prop): Return proper values.
16157         * net/eudcb-ldap.el (eudc-attribute-display-method-alist):
16158         Use proper attribute name labeledUri instead of deprecated labeledUrl.
16160 2002-01-05  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
16162         * net/eudc-hotlist.el (eudc-edit-hotlist): Avoid error when
16163         editing an empty hotlist.
16165         * net/ldap.el (ldap-search-internal): Make the buffer unibyte.
16166         Use buffer-string instead of buffer-substring for the whole buffer.
16168         * net/eudc-vars.el (eudc-external-viewers): Do not use xv, it is
16169         not free.
16171         * net/eudc-bob.el (eudc-bob-can-display-inline-images)
16172         (eudc-bob-display-jpeg): Use fboundp instead of boundp.
16173         (eudc-bob-save-object): Make the buffer unibyte.
16174         (eudc-bob-generic-keymap): Add new keybinding `!' to pipe the
16175         object to external program.
16177 2002-01-05  Andre Spiegel  <spiegel@gnu.org>
16179         * vc.el (vc-branch-part): Return nil if there's no `.'
16180         (vc-default-previous-version): Renamed from vc-previous-version.
16181         New args BACKEND and FILE.  Return nil for revision numbers
16182         without a `.'
16183         (vc-version-diff): Call vc-BACKEND-previous-version.
16184         (vc-steal-lock): Steal lock before composing mail, so that no mail
16185         is sent when the stealing goes wrong.  And we'll actually see the
16186         error in that case now.
16187         (vc-finish-steal): Removed.
16189         * vc-rcs.el (vc-rcs-steal-lock): Do a real checkout after stealing
16190         the lock, so that we see expanded headers.
16191         (vc-rcs-trunk-p, vc-rcs-branch-part, vc-rcs-branch-p)
16192         (vc-rcs-minor-part, vc-rcs-previous-version): Removed.  These are
16193         available from vc.el.  Updated all callers.
16195 2002-01-05  Richard M. Stallman  <rms@gnu.org>
16197         * enriched.el (enriched-make-annotation): Doc fix.
16199         * format.el (format-replace-strings, format-subtract-regions)
16200         (format-annotate-region, format-annotate-location)
16201         (format-annotate-atomic-property-change)
16202         (format-annotate-single-property-change): Doc fixes.
16204 2002-01-05  Jason Rumney  <jasonr@gnu.org>
16206         * term/w32-win.el: Require fontset unconditionally.
16207         (w32-handle-scroll-bar-event): Remove.
16209 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16211         * emacs-lisp/copyright.el (copyright-regexp): Allow multi-line
16212         copyrights to be updated.
16214 2002-01-04  Eli Zaretskii  <eliz@is.elta.co.il>
16216         * textmodes/texinfo.el (texinfo-insert-@end): Fix the change from
16217         2001-10-24.
16219         * mail/sendmail.el (mail-recover-1, mail-recover): Doc fix.
16221 2002-01-04  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
16223         * net/ldap.el (ldap-host-parameters-alist): Remove duplicated entry.
16224         (ldap-ignore-attribute-codings): Change the default value to allow
16225         encoding/decoding of attributes.
16226         (ldap-coding-system): Use UTF-8 as the coding-system.  Doc fix.
16228 2002-01-03  Richard M. Stallman  <rms@gnu.org>
16230         * files.el (basic-save-buffer): Undo previous change.
16232         * calendar/diary-lib.el (diary-block): Doc fix.
16234         * custom.el (defcustom): Fix syntax of previous change.
16236 2002-01-03  Per Abrahamsen  <abraham@dina.kvl.dk>
16238         * custom.el (defcustom): Documented :tag, :link and :load.
16240 2002-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
16242         * mail/sendmail.el (mail-recover-1): New function.
16243         (mail-recover): Switch to the *mail* buffer right away.
16244         Use buffer-auto-save-file-name instead of calling
16245         make-auto-save-file-name.  Call dired-noselect instead of invoking
16246         `ls' directly.  Bind coding-system-for-read to emacs-mule-unix
16247         before reading the auto-save file.  If the buffer's auto-save file
16248         does not exist, call mail-recover-1 to allow recovery from past
16249         auto-saved drafts.
16251 2002-01-03  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
16253         * time.el (display-time-load-average-threshold): Fix defcustom
16254         (add type and group).
16256         * net/ange-ftp.el (ange-ftp-shell-command): Remove port
16257         specification from the hostname.
16259 2002-01-02  Richard M. Stallman  <rms@gnu.org>
16261         * facemenu.el (facemenu-active-faces):
16262         Use face-attributes-as-vector, not face-attributes-vector.
16264 2002-01-02  Chris Hanson  <cph@aarau.ai.mit.edu>
16266         * xscheme.el: Eleven years of updates on a private copy.
16268         Extensive changes to support multiple xscheme buffers:
16269         (run-scheme): Break up into new functions to facilitate starting
16270         processes in other buffers.
16271         (xscheme-start, xscheme-read-command-line): New functions.
16272         (start-scheme, select-scheme)
16273         (default-xscheme-runlight)
16274         (global-set-scheme-interaction-buffer)
16275         (local-set-scheme-interaction-buffer)
16276         (local-clear-scheme-interaction-buffer)
16277         (exit-scheme-interaction-mode)
16278         (verify-xscheme-buffer): New functions.
16279         (xscheme-process-name, xscheme-buffer-name)
16280         (xscheme-runlight): New internal vars.
16281         (default-xscheme-runlight): New const.
16282         (xscheme-start-process): Add args for the process/buffer names.
16283         (reset-scheme): Pass process/buffer names.
16284         (scheme-interaction-mode): Initialize new local vars.
16285         (reset-scheme, xscheme-send-string-2, xscheme-process-running-p)
16286         (xscheme-select-process-buffer, xscheme-process-buffer)
16287         (xscheme-send-region, xscheme-send-char, xscheme-send-interrupt)
16288         (xscheme-goto-output-point, xscheme-write-message-1): Use new
16289         var xscheme-process-name.
16290         (xscheme-start-process): Initialize xscheme-process-name and
16291         xscheme-buffer-name in the process buffer.  Pass buffer name to
16292         xscheme-modeline-initialize.
16293         (xscheme-modeline-initialize): Add argument to specify buffer name
16294         for mode-line vars.
16295         (xscheme-process-sentinel): Make sure sentinel is run in the
16296         process buffer so it sees its local vars.
16297         (xscheme-process-filter-initialize, xscheme-set-runlight):
16298         More elaborate logic to handle multiple-buffer mode lines.
16300         (xscheme-enter-input-wait): Re-enable control-G handler upon
16301         entering input wait.
16303         (scheme-interaction-mode): Add arg to preserve local vars.
16304         (xscheme-enter-interaction-mode)
16305         (xscheme-enter-debugger-mode): Preserve local vars.
16306         (xscheme-start-process): Clobber local vars.
16308         (scheme-interaction-mode-commands): Allow end user to add commands
16309         to scheme-interaction-mode keymap.
16310         (scheme-interaction-mode-commands-alist): New variable.
16312         (xscheme-send-string): Don't use insert-before-markers.
16314         Implement a per-buffer kill ring:
16315         (xscheme-insert-expression)
16316         (xscheme-rotate-yank-pointer, xscheme-yank)
16317         (xscheme-yank-pop, xscheme-yank-push): New functions.
16318         (xscheme-expressions-ring)
16319         (xscheme-expressions-ring-yank-pointer)
16320         (xscheme-expressions-ring-max): New variables.
16321         (xscheme-send-string-1): Call xscheme-insert-expression to save
16322         expression in ring.
16323         (xscheme-yank-previous-send): Now an alias for xscheme-yank.
16324         (xscheme-previous-send): Deleted variable.
16326         (xscheme-send-string-2, xscheme-send-char, xscheme-send-proceed)
16327         (xscheme-send-control-g-interrupt): Use process-send-string rather
16328         than send-string.
16330         (xscheme-send-region): Insert a newline after an expression that
16331         is submitted in the interaction buffer, for consistency with
16332         recent changes to Edwin.
16334         (xscheme-delete-output): New function mimics comint-delete-output.
16335         (xscheme-last-input-end): New internal variable.
16336         (xscheme-process-filter-output): Update xscheme-last-input-end.
16338         (xscheme-send-control-g-interrupt): Make sure that
16339         xscheme-control-g-disabled-p is looked up in the right buffer.
16341         (xscheme-enable-control-g): Clear C-g message if visible.
16342         (xscheme-control-g-message-string): New internal var.
16343         (xscheme-send-control-g-interrupt): Use new var.
16345         (xscheme-send-control-g-interrupt, xscheme-send-interrupt):
16346         Delay after sending interrupt in order to work around race condition.
16348         (xscheme-send-control-g-interrupt, xscheme-send-interrupt)
16349         (xscheme-send-char): Use xscheme-send-char rather than send-string
16350         to send single char.
16352         (xscheme-process-filter, xscheme-process-filter-alist):
16353         Add support for evaluating expressions outside of the call-excursion.
16354         (xscheme-process-filter:string-action-noexcursion): New func.
16356         (xscheme-write-value): Change output string to match that used by
16357         Edwin.
16359         (xscheme-coerce-prompt): Don't write a space after a command
16360         prompt.  The PROMPT-FOR-COMMAND- procedures will take care of this
16361         for us.
16363         (reset-scheme): Delete process after killing it.
16365 2002-01-02  Eli Zaretskii  <eliz@is.elta.co.il>
16367         * bindings.el (function-key-map): Don't bind shifted keypad
16368         numeric keys.
16370 2002-01-02  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
16372         * enriched.el (enriched-handle-display-prop): Remove unused variables.
16373         (enriched-mode): Doc fix.
16375 2002-01-02  Eli Zaretskii  <eliz@is.elta.co.il>
16377         * international/ucs-tables.el (ucs-8859-8-alist): Comment away
16378         Hebrew points.
16380 2002-01-01  Richard M. Stallman  <rms@gnu.org>
16382         * jka-compr.el (jka-compr-write-region): If START = nil, use whole buf.
16384 2001-12-31  Richard M. Stallman  <rms@gnu.org>
16386         * comint.el, cus-edit.el, diff-mode.el, enriched.el, font-lock.el:
16387         * generic-x.el, info.el, log-view.el, pcvs-info.el, speedbar.el:
16388         * wid-edit.el, woman.el, calendar/calendar.el, textmodes/flyspell.el:
16389         * emulation/viper-init.el, eshell/em-ls.el, progmodes/antlr-mode.el:
16390         * progmodes/cperl-mode.el, progmodes/idlwave.el:
16391         * progmodes/sh-script.el, progmodes/vhdl-mode.el:
16392         Adapt face definitions to use :weight and :slant.
16394         * ps-print.el (ps-font-lock-face-attributes): Use :weight and :slant.
16396         * cus-edit.el (custom-face-edit-fix-value): Delete `assert' call.
16398         * font-lock.el (initializing from font-lock-face-attributes):
16399         Use :weight and :slant, not :bold and :italic.
16401 2001-12-31  Per Abrahamsen  <abraham@dina.kvl.dk>
16403         * cus-edit.el (custom-face-edit-fix-value): New function.
16404         (custom-face-edit): Use it, to convert :italic and :bold to new forms.
16406 2001-12-30  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
16408         * progmodes/octave-mod.el (octave-abbrev-table):
16409         * progmodes/idlwave.el (idlwave-mode-abbrev-table):
16410         * progmodes/fortran.el (fortran-mode-abbrev-table):
16411         * progmodes/f90.el (f90-mode-abbrev-table):
16412         * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init):
16413         * progmodes/sql.el (sql-mode-abbrev-table): Mark all the
16414         predefined abbrevs as "system" abbrevs.
16416 2001-12-30  Richard M. Stallman  <rms@gnu.org>
16418         * info.el (Info-fontify-node): For a **** underline line, put the
16419         invisible and intangible props on the following newline, but not
16420         on the previous newline or the last char of the previous line.
16422         * faces.el (face-set-after-frame-default): Don't change `default' face.
16424         * faces.el (minibuffer-prompt): Adopt some default colors.
16426         * replace.el (query-replace-read-args): Immediate error if read-only.
16428         * textmodes/makeinfo.el (makeinfo-compilation-sentinel):
16429         Display the output buffer in a more intelligent way.
16431 2001-12-30  Eli Zaretskii  <eliz@is.elta.co.il>
16433         * ls-lisp.el (insert-directory): Modify the "total" line wording,
16434         in accordance with files.el's insert-directory.
16436 2001-12-29  Richard M. Stallman  <rms@gnu.org>
16438         * files.el (basic-save-buffer): If a before-write hook displays
16439         an echo area message, pause before calling basic-save-buffer-1.
16441 2001-12-29  Markus Rost  <rost@math.ohio-state.edu>
16443         * textmodes/reftex-global.el (reftex-query-replace-document)
16444         (reftex-change-label): Doc fix.
16446         * dired-aux.el (dired-do-query-replace-regexp): Doc fix.
16448         * progmodes/etags.el (tags-query-replace): Doc fix.
16450 2001-12-29  Richard M. Stallman  <rms@gnu.org>
16452         * progmodes/compile.el (compile-internal): Fix previous change.
16454 2001-12-28  Richard M. Stallman  <rms@gnu.org>
16456         * mouse.el (mouse-drag-mode-line-1): When dragging a mode line upward,
16457         shrink the windows above as necessary to get space.
16458         (mouse-drag-move-window-bottom, mouse-drag-window-above): New fns.
16460         * net/ange-ftp.el (ange-ftp-allow-child-lookup): Always return nil.
16461         This fixes a bug that treated all files as directories.
16462         (ange-ftp-insert-directory): Explicitly follow symlinks.
16464         * international/iso-transl.el (iso-transl-char-map) Eliminate the
16465         alias symbols--put the translated sequences here directly.
16467         * progmodes/cc-mode.el (c-mode-abbrev-table)
16468         (c++-mode-abbrev-table, objc-mode-abbrev-table)
16469         (java-mode-abbrev-table, pike-mode-abbrev-table):
16470         Mark all the predefined abbrevs as "system" abbrevs.
16472         * mail/sendmail.el (mail-envelope-from): Fix custom type.
16473         (sendmail-send-it): Check mail-specify-envelope-from
16474         and mail-envelope-from in the mail buffer at start.
16476 2001-12-28  Simon Josefsson  <jas@extundo.com>
16478         * mail/sendmail.el (mail-envelope-from): Fix :type.
16479         (sendmail-send-it): Copy `mail-envelope-from' from calling buffer.
16481 2001-12-28  Richard M. Stallman  <rms@gnu.org>
16483         * net/ldap.el (ldap-search-internal): Handle <file://...> in results.
16485         * simple.el (line-move-invisible): New subroutine.
16486         (line-move-to-column): New subroutine--smarter about advancing over
16487         invisible parts of a line, or lines, but only as long as hpos grows.
16488         (line-move-finish): New subroutine: repeatedly processes desired
16489         column, intangibility, and fields.
16490         (line-move): Use those subroutines.
16491         When moving lines downward, skip invisible text first rather than last.
16493 2001-12-27  Richard M. Stallman  <rms@gnu.org>
16495         * international/mule-diag.el (describe-char-after):
16496         Describe the text properties of the char after point.
16498         * help.el (describe-key): Doc fix.
16500 2001-12-26  Markus Rost  <rost@math.ohio-state.edu>
16502         * find-dired.el (find-dired-sentinel): Precede exit message by
16503         two spaces, to match the regexp in dired-between-files.
16505 2001-12-28  Miles Bader  <miles@gnu.org>
16507         * wid-edit.el (widget-toggle-value-create): Don't eval actual
16508         images (which are lists too).
16510 2001-12-27  Eli Zaretskii  <eliz@is.elta.co.il>
16512         * language/european.el: Fix the doc string of "Latin-5" language
16513         environment.
16515 2001-12-26  Richard M. Stallman  <rms@gnu.org>
16517         * textmodes/flyspell.el (flyspell-mode-map): New keymap,
16518         defined as before 2001-11-09.
16519         (add-minor-mode call): Specify the keymap.
16521         * progmodes/compile.el (compile-internal):
16522         Set TERM variable in process-environment.
16524 2001-12-25  Richard M. Stallman  <rms@gnu.org>
16526         * help-mode.el (help-xref-on-pp): Catch and ignore errors in scanning
16527         the buffer.
16529         * startup.el (command-line): Convert command line args
16530         to Emacs internal representation using locale-coding-system.
16532 2001-12-25  Eli Zaretskii  <eliz@is.elta.co.il>
16534         * international/fontset.el: Don't require ind-util when compiling.
16536 2001-12-25  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
16538         * emulation/tpu-edt.el (tpu-reset-screen-size):
16539         Use set-frame-height and set-frame-width instead of set-screen-height
16540         and set-screen-width.
16542         * vt-control.el (vt-wide, vt-narrow): Use set-frame-width instead
16543         of obsolete set-screen-width.
16545         * locate.el (locate): Remove dot at the end of error argument.
16547         * emerge.el (emerge-show-file-name): Use frame-height instead of
16548         obsolete screen-height.
16550         * mail/mh-utils.el (mh-show-msg): Likewise.
16551         (mh-handle-process-error): Use frame-width instead of obsolete
16552         screen-width.
16554 2001-12-25  Richard M. Stallman  <rms@gnu.org>
16556         * window.el (balance-windows): Use new PRESERVE-BEFORE arg
16557         to enlarge-window.  Use save-selected-window.  Don't try
16558         to resize windows that end at the bottom "level".
16559         Retry changing the sizes until the windows get the desired sizes.
16560         Discount the minibuffer when computing total height available.
16562         * emacs-lisp/debug.el (debugger-mode-map): Bind C-m, not `RET'.
16563         (debugger-make-xrefs): Only make a button for the first symbol
16564         on any line.
16566 2001-12-24  Eli Zaretskii  <eliz@is.elta.co.il>
16568         * term/internal.el (dos-cpNNN-setup, dos-codepage-setup):
16569         Call IT-setup-unicode-display here instead of adding it to
16570         dos-codepage-setup-hook, so that Unicode display tables are set
16571         before dos-codepage-setup-hook runs.
16573 2001-12-24  Richard M. Stallman  <rms@gnu.org>
16575         * net/net-utils.el (ftp-mode-abbrev-table): Don't define it.
16576         (nslookup-mode-abbrev-table): Don't define it.
16577         (smbclient-mode-abbrev-table): Don't define it.
16578         (ftp-mode): Don't use ftp-mode-abbrev-table; don't enable Abbrev mode.
16579         (nslookup-mode, smbclient-mode): Likewise.
16580         (network-connection-service-abbrev-alist): Variable deleted.
16581         (network-connection-mode-setup): Don't set up abbrev table.
16583         * faces.el (minibuffer-prompt): New face.
16584         (minibuffer-prompt-properties): Add `face' property.
16586         * replace.el (occur-mode-display-occurrence): New function.
16587         (occur-mode-map): Bind C-o to it.
16589 2001-12-24  Michael Kifer  <kifer@cs.sunysb.edu>
16591         * viper-cmd.el (viper-change-state): Got rid of make-local-hook.
16592         (viper-special-read-and-insert-char): Make C-m work right in the r
16593         comand.
16594         (viper-buffer-search-enable): Fixed format string.
16596         * viper-ex.el (ex-token-alist): Use ex-set-visited-file-name
16597         instead of viper-info-on-file.
16598         (ex-set-visited-file-name): New function.
16600         * viper.el (viper-emacs-state-mode-list): Added mail-mode.
16602         * ediff-mult.el (ediff-meta-mark-equal-files): Added optional
16603         action argument.
16605         * ediff-init.el: Fixed some doc strings.
16607         * ediff-util.el (ediff-after-quit-hook-internal): New variable.
16608         Got rid of make-local-hook.
16610         * ediff-wind.el (ediff-setup-control-frame): Got rid of
16611         make-local-hook.
16613 2001-12-23  Richard M. Stallman  <rms@gnu.org>
16615         * term/x-win.el (x-handle-geometry): Put height and width
16616         on default-frame-alist, left and top on initial-frame-alist.
16617         * term/w32-win.el (x-handle-geometry): Likewise.
16619         * sort.el (sort-reorder-buffer): Copy all to a temp buffer first.
16621         * play/yow.el (yow): Use an arg to distinguish interactive calls,
16622         not interactive-p.
16624 2001-12-22  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
16626         * emacs-lisp/elint.el (elint-unknown-builtin-args):
16627         Remove mocklisp entries.
16629         * subr.el (insert-string): Moved from mocklisp.c, reimplemented in
16630         Lisp.  Obsoleted.
16632         * emulation/mlconvert.el: File removed.
16634         * emulation/mlsupport.el: Moved to obsolete.
16636         * obsolete/mlsupport.el: Moved there from lisp/emulation.
16638         * emacs-lisp/find-gc.el (source-files): Remove mocklisp.c.
16640         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
16641         Remove mocklisp case.
16643         * help-fns.el (describe-function-1): Remove mocklisp function case.
16645 2001-12-22  Miles Bader  <miles@gnu.org>
16647         * textmodes/refill.el (refill-mode): Don't barf when redundantly
16648         turning refill-mode off.
16650 2001-12-22  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
16652         * time.el (display-time-load-average-threshold): New variable.
16653         (display-time-update): Use it.
16655         These changes allow cycling through past 1, 5 and 15 minutes
16656         load-average displayed in the mode-line.
16658         * time.el (display-time-default-load-average): New customizable option.
16659         (display-time-load-average): New variable.
16660         (display-time-cycle-load-average): New function.
16661         (display-time-update): Use them.
16663 2001-12-21  Richard M. Stallman  <rms@gnu.org>
16665         * apropos.el (apropos-print): SPACING is now nil or a separator string.
16666         (apropos-documentation, apropos-value): Pass a suitable string.
16668 2001-12-21  Eli Zaretskii  <eliz@is.elta.co.il>
16670         * dired.el (dired-free-space-program, dired-free-space-args):
16671         Aliases for back-compatibility.
16673         * info.el (Info-select-node): If Info-use-header-line is nil, set
16674         header-line-format to nil.
16675         (Info-fontify-node): Don't put a keymap text property on the
16676         heading if we are not going to display the header line.  Remove
16677         any such text properties left over from past visits to this node.
16679         * ls-lisp.el (insert-directory): Insert the amount of free disk
16680         space, like files.el's insert-directory does.
16682         * files.el (directory-free-space-program):
16683         Mention file-system-info in the doc string.
16684         (get-free-disk-space): New function; code moved from insert-directory.
16685         (insert-directory): Call get-free-disk-space to get the amount of
16686         free space.
16688 2001-12-21  Richard M. Stallman  <rms@gnu.org>
16690         * help.el (view-order-manuals, view-emacs-news, describe-copying)
16691         (describe-distribution, describe-project): Use view-file.
16693         * emacs-lisp/cl-indent.el (define-modify-macro): Better indent spec.
16695         * net/ange-ftp.el (ange-ftp-file-modtime): Use save-match-data.
16697         * emacs-lisp/easy-mmode.el (define-minor-mode):
16698         Make no arg by default in an interactive call,
16699         so that repeating the command toggles again.
16701         * emacs-lisp/lisp-mode.el (eval-defun-1): Cope with atoms as args.
16703 2001-12-21  Christoph Wedler  <Christoph.Wedler@sap.com>
16705         * antlr-mode.el: More sophisticated indentation of cpp directive.
16706         (antlr-indent-at-bol-alist): New user option.
16707         (antlr-indent-line): Use it.
16708         (antlr-indent-style): New user option.
16709         (antlr-mode): Use it.
16710         (antlr-indent-item-regexp): Customize.
16712         * antlr-mode.el: Syntax highlighting changes.
16713         (antlr-font-lock-literal-regexp): New user option.
16714         (antlr-font-lock-syntax-face): New face used for :, |, ....
16715         (antlr-font-lock-default-face): New face.
16716         (antlr-font-lock-additional-keywords): Use them.
16718         * antlr-mode.el: New command to insert options -- variables.
16719         (antlr-mode-map): New binding [C-c C-o].
16720         (antlr-mode-menu): New submenus.
16721         (antlr-options-use-submenus): New user option.
16722         (antlr-tool-version): New user option.
16723         (antlr-options-auto-colon): New user option.
16724         (antlr-options-style): New user option.
16725         (antlr-options-push-mark): New user option.
16726         (antlr-options-assign-string): New user option.
16727         (antlr-options-headings): New variable.
16729         * antlr-mode.el: New command to insert options -- specific.
16730         (antlr-options-alists): New variable.
16731         (antlr-read-value): New function.
16732         (antlr-read-boolean): New function.
16733         (antlr-language-option-extra): New function.
16734         (antlr-language-limit-n-regexp): Change default to higher LIMIT.
16735         (antlr-c++-mode-extra): New function.
16736         (antlr-grammar-tokens): New function.
16737         (antlr-imenu-create-index-function): New optional argument.
16739         * antlr-mode.el: New command to insert options -- functions.
16740         (antlr-insert-option): New command.
16741         (antlr-insert-option-interactive): New function.
16742         (antlr-options-menu-filter): New function.
16743         (antlr-option-kind): New function.
16744         (antlr-scan-lists): New alias.
16745         (antlr-scan-lists-internal): New function.
16746         (antlr-skip-file-prelude): Hack for special SKIP-COMMENT.
16747         (antlr-option-level): New function.
16748         (antlr-syntactic-grammar-depth): New function.
16749         (antlr-option-location): New function.
16750         (antlr-insert-option-do): New function.
16751         (antlr-option-spec): New function.
16752         (antlr-version-string): New function.
16753         (antlr-insert-option-existing): New function.
16754         (antlr-insert-option-space): New function.
16755         (antlr-insert-option-area): New function.
16757         * antlr-mode.el: New electric keys ":;|&(){}", TAB works better
16758         with narrowing.  Menu change.  Miscellaneous.
16759         (antlr-mode-menu): Include "Indent Region" and "Customize Antlr".
16760         (antlr-mode-map): New bindings for characters in ":;|&(){}".
16761         (antlr-electric-character): New command.
16762         (antlr-class-header-regexp): New variable.
16763         (antlr-font-lock-additional-keywords): Use it.
16764         (antlr-imenu-create-index-function): Use it.
16765         (antlr-file-dependencies): Use it.
16766         (antlr-indent-line): Also works with restrictions.
16767         (antlr-indent-command): Interactive spec - changes the buffer.
16768         (antlr-language-for-option): Deletia.
16769         (antlr-language-option): New function, defined instead.
16770         (antlr-mode): Use it.
16772 2001-12-21  Eli Zaretskii  <eliz@is.elta.co.il>
16774         * jka-compr.el (jka-compr-partial-uncompress): Use null-device
16775         instead of a literal /dev/null.
16777         * Makefile.in (distclean): Remove Makefile in the build
16778         directory, not in the source directory.
16780 2001-12-21  Simon Josefsson  <jas@extundo.com>.
16782         * mail/smtpmail.el (smtpmail-send-queued-mail):
16783         Use with-temp-buffer instead of find-file-noselect, and bind
16784         coding-system-for-read to no-conversion when reading the queued
16785         messages.  (Simon's code modified slightly by Eli Zaretskii.)
16787 2001-12-20  Werner Lemberg  <wl@gnu.org>
16789         * international/mule-diag.el (describe-coding-system)
16790         (print-coding-system-briefly): Make printed output have a similar
16791         format as describe-character-set.
16793 2001-12-20  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
16795         * play/blackbox.el (bb-member): Remove, use member instead.
16796         (bb-delete): Remove, use delete instead.
16797         Update copyright notice.  Defvar for bb-board, bb-x, bb-y,
16798         bb-score, bb-detour-count and bb-balls-placed.
16799         Propertize results of rays.
16801 2001-12-19  Karl Fogel  <kfogel@red-bean.com>
16803         * isearch.el (isearch-forward, isearch-edit-string): Make doc
16804         strings mention keybinding for `isearch-yank-word-or-char',
16805         rather than `isearch-yank-word', since the former is bound now
16806         and the latter is not.
16807         (isearch-yank-word-or-char): Fix formatting.
16809 2001-12-19  Werner Lemberg  <wl@gnu.org>
16811         * language/czech.el, language/european.el, language/slovak.el:
16812         More fixes for language info doc strings.
16814 2001-12-19  Eli Zaretskii  <eliz@is.elta.co.il>
16816         * loadup.el: Add "language" to the load-path.
16818 2001-12-19  Richard M. Stallman  <rms@gnu.org>
16820         * international/mule-cmds.el (describe-language-environment):
16821         Fix calls to help-xref-button.
16823 2001-12-19  Miles Bader  <miles@gnu.org>
16825         * international/fontset.el: Require `ind-util' when compiling.
16827 2001-12-18  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
16829         * language/ethio-util.el (ethio-modify-vowel): Use char-to-string
16830         instead of decompose-composite-char.
16832 2001-12-18  Richard M. Stallman  <rms@gnu.org>
16834         * simple.el (eval-expression-print-level)
16835         (eval-expression-print-length): Doc fixes.
16837         * international/mule-diag.el (describe-character-set):
16838         Fix the arg to help-xref-button.
16840         * files.el (directory-free-space-program): New variable.
16841         (directory-free-space-args): New variable.
16842         (insert-directory): Use those two variables for getting free space.
16843         Use file-system-info instead, if that is defined.
16845         * dired.el (dired-free-space-program): Variable deleted.
16846         (dired-free-space-args): Variable deleted.
16847         (dired-insert-directory): Don't try to determine free space.
16849         * files.el (font-lock-defaults): Add risky-local-variables prop.
16850         (hack-one-local-variable): Treat various font-lock variables as risky.
16852 2001-12-18  Werner Lemberg  <wl@gnu.org>
16854         * language/chinese.el, language/cyrillic.el:
16855         * language/czech.el, language/european.el, language/greek.el:
16856         * language/hebrew.el, language/indian.el, language/japanese.el:
16857         * language/korean.el, language/lao.el, language/slovak.el:
16858         * language/thai.el, language/tibetan.el, language/vietnamese.el:
16859         Improve documentation strings of coding systems and language infos.
16861 2001-12-18  Werner LEMBERG  <wl@gnu.org>
16863         Add support for EUC-TW decoding/encoding.
16865         * language/china-util.el (big5-to-flat-code, flat-code-to-big5)
16866         (euc-to-flat-code, flat-code-to-euc, expand-euc-big5-alist):
16867         New auxiliary functions to build `big5-to-cns'.
16868         (big5-to-cns): New translation alist.
16870         * language/chinese.el: Added new coding system `euc-tw' and its
16871         alias `euc-taiwan'.
16872         Updated language `Chinese-CNS' to include euc-tw encoding also.
16873         (ccl-decode-euc-tw, ccl-encode-euc-tw): New functions for handling
16874         euc-tw.
16876 2001-12-18  Dave Love  <fx@gnu.org>
16878         * loadup.el: Add language/utf-8-lang, language/georgian.
16880         * image-file.el (image-file-name-extensions): Add pnm.  Doc fix.
16881         (image-file-name-regexps): Doc fix.
16883         * server.el (server-unload-hook): New function.
16885         * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): Group the leader.
16886         (lm-crack-copyright): Cope with multi-line copyright `lines'.
16888         * simple.el (newline): Doc fix.
16889         (eval-expression-print-level, eval-expression-print-length): Doc
16890         fix.  Amend :type.
16891         (next-line, previous-line): Make arg optional.
16892         (newline): Doc fix.
16894         * Makefile.in (DONTCOMPILE): Add various language files.
16896         * international/quail.el (quail-input-string-to-events): Don't use
16897         string-to-list.
16899         * progmodes/f90.el (f90-break-line): Avoid infinite recursion
16900         calling `newline'.
16902 2001-12-17  Richard M. Stallman  <rms@gnu.org>
16904         * comint.el (comint-dynamic-list-input-ring-select): New function.
16905         Switches back to the old window configuration.
16906         (comint-dynamic-list-input-ring): Bind RET to that function.
16907         (comint-dynamic-list-input-ring-window-conf): New variable.
16909 2001-12-17  Werner Lemberg  <wl@gnu.org>
16911         * international/mule-conf.el: Improve documentation strings of
16912         character sets.
16914 2001-12-16  Richard M. Stallman  <rms@gnu.org>
16916         * dired.el (dired-copy-filename-as-kill): Moved from dired-x.el.
16917         (dired-mode-map): Bind w to dired-copy-filename-as-kill.
16919         * dired-x.el (dired-copy-filename-as-kill): Moved to dired.el.
16921         * autoinsert.el (auto-insert-alist): Redo finding C and C++ headers.
16922         Add a DESCRIPTION for the makefile item.
16924         * find-file.el (ff-other-file-name): New function.
16926 2001-12-16  Eli Zaretskii  <eliz@is.elta.co.il>
16928         * international/quail.el (quail-input-string-to-events): Fix last
16929         change.
16931 2001-12-16  Richard M. Stallman  <rms@gnu.org>
16933         * isearch.el (isearch-edit-string): When we set isearch-string
16934         to the default, also set isearch-message.
16936         * subr.el (temp-buffer-show-hook, temp-buffer-setup-hook): Add defvars.
16938         * startup.el (command-line-1): Display startup screen
16939         even if there are command line args.
16940         Add a note about how to go to editing your files.
16941         (fancy-splash-head): Add a note about how to go to your files.
16942         (fancy-splash-outer-buffer): New variable.
16943         (fancy-splash-screens): Bind variable fancy-splash-outer-buffer.
16945         * subr.el (with-temp-message): At the end, always discard
16946         the temp message, even by clearing the echo area.
16948         * progmodes/sh-script.el (sh-mode): Run sh-mode-hook.
16950 2001-12-16  Stefan Monnier  <monnier@cs.yale.edu>
16952         * log-view.el (log-view-message-re, log-view-current-tag):
16953         Recognize Subversion's log output format.
16955         * international/fontset.el: Build the list L at compile time.
16957         * language/ind-util.el (mapthread): Make a closure.
16959 2001-12-15  Richard M. Stallman  <rms@gnu.org>
16961         * isearch.el (isearch-start-hscroll): New variable.
16962         (isearch-mode): Set isearch-start-hscroll.
16963         (isearch-update): Restore original hscrolling if possible.
16965         * isearch.el (isearch-edit-string):
16966         Treat isearch-yank-word-or-char specially, like isearch-yank-word.
16968         * emacs-lisp/debug.el (debugger-previous-backtrace): New variable.
16969         (debugger-make-xrefs): Optimize by (1) using skip-syntax-forward
16970         rather than regexp search and (2) copying text properties
16971         already set up on text unchanged from the previous backtrace.
16973         * case-table.el (set-case-syntax-pair):
16974         Detect invalid calls and signal an error.
16976 2001-12-15  Richard M. Stallman  <rms@gnu.org>
16978         * language/ind-util.el (range): Function deleted.
16979         (indian-regexp-of-hashtbl-keys): Renamed from `regexp-of-hashtbl-keys'.
16980         All calls changed.
16982         * language/devan-util.el (devanagari-range): Renamed from `range'.
16983         All calls changed.
16984         (devanagari-regexp-of-hashtbl-keys):
16985         Renamed from `regexp-of-hashtbl-keys'.  All calls changed.
16987 2001-12-15  Dave Love  <fx@gnu.org>
16989         * language/ind-util.el: Don't require cl.
16990         (indian-glyph-char, indian-glyph-max-char)
16991         (indian-char-glyph): Moved from indian.el
16992         (indian--puthash-char, mapthread): Don't quote lambda.
16993         (indian--map): New function.
16994         (indian--puthash-v, indian--puthash-c, indian--puthash-m)
16995         (indian--puthash-cv): Use it.
16997         * language/indian.el (indian-glyph-char, indian-glyph-max-char)
16998         (indian-char-glyph): Moved to ind-util.el
17000         * language/devan-util.el (devanagari-post-read-conversion):
17001         New function.
17003         * language/georgian.el: New file.
17005         * international/mule-cmds.el (locale-language-names): Add various
17006         entries.  Remove utf-8 special case.
17007         (locale-charset-language-names, locale-preferred-coding-systems):
17008         Add utf-8 case.
17009         (set-language-environment): Process required-features earlier.
17011         * international/quail.el (quail-keyboard-layout-alist):
17012         Add pc105-uk.
17013         (quail-keyboard-layout-type): Fix :type.
17014         (quail-choose-completion-string): Simplify.
17015         (quail-update-leim-list-file): Don't get fooled by commented-out code.
17016         (quail-input-string-to-events): Run events through
17017         translation-table-for-input.
17019         * international/mule-conf.el (translation-table-for-input):
17020         New variable.
17021         (latin-iso8859-14): Amend description.
17022         (file-coding-system-alist): Add entry for utf-8.
17024         * language/utf-8-lang.el: New file.
17026         * international/code-pages.el: New file.
17028         * language/hebrew.el ("Windows-1255"): New language.
17030         * language/european.el ("Welsh", "Latin-7", "Lithuanian")
17031         ("Latvian"): New languages.
17033 2001-12-14  Stefan Monnier  <monnier@cs.yale.edu>
17035         * xml.el: Use setq rather than (set 'foo bar).
17036         Use push+nreverse rather than append.
17037         (xml-node-name, xml-node-attributes, xml-node-children):
17038         Use defsubst rather than macros.
17039         (xml-parse-region): Handle a nil return value from xml-parse-tag.
17040         (xml-parse-tag): Don't skip white space.  Return nil for a comment.
17041         Concat the two strings surrounding a comment into a single string.
17043         * newcomment.el (comment-indent): Jump to the middle of empty comments.
17045 2001-12-14  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
17047         * select.el (xselect-convert-to-class, xselect-convert-to-name):
17048         Document.
17050 2001-12-14  Andre Spiegel  <spiegel@gnu.org>
17052         * vc-hooks.el (vc-checkout-model, vc-state, vc-workfile-version):
17053         Return nil if FILE is not registered.
17054         (vc-check-master-templates, vc-default-make-version-backups-p):
17055         Doc fix.
17057 2001-12-13  David Ponce  <david@dponce.com>
17059         * ruler-mode.el (ruler-mode-extra-left-cols): Remove.
17060         (ruler-mode-left-fringe-cols): New macro.
17061         (ruler-mode-right-fringe-cols): New macro.
17062         (ruler-mode-left-scroll-bar-cols): New macro.
17063         (ruler-mode-right-scroll-bar-cols): New macro.
17064         (ruler-mode-ruler): Use above new macros.
17066 2001-12-13  Richard M. Stallman  <rms@gnu.org>
17068         * files.el (set-auto-mode): Fix previous change.
17070 2001-12-13  Stefan Monnier  <monnier@cs.yale.edu>
17072         * emacs-lisp/easymenu.el (easy-menu-intern): New fun.
17073         (easy-menu-do-define, easy-menu-convert-item-1)
17074         (easy-menu-define-key-intern, easy-menu-get-map): Use it.
17075         (easy-menu-return-item): Only return nil if there is no binding.
17077 2001-12-13  Rajesh Vaidheeswarran  <rv@gnu.org>
17079         * whitespace.el (whitespace-version): 3.2
17080         * whitespace.el (whitespace-force-mode-line-update): Replace with
17081         `whitespace-mode-line-update', which is an alias to the correct
17082         function in various emacsen.
17083         * whitespace.el (whitespace-{un,}highlight-the-space):
17084         Add colorized highlighting of the bogus whitespaces in a buffer/file,
17085         using the `whitespace-highlight-face' if
17086         `whitespace-display-spaces-in-color' is set.
17088 2001-12-13  Eli Zaretskii  <eliz@is.elta.co.il>
17090         * international/mule.el (set-auto-coding): Don't search for
17091         "unibyte:" or "coding:" if set-auto-mode-1 returns nil.
17093 2001-12-13  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
17095         * mail/mailabbrev.el (mail-abbrevs-setup): Do not use make-local-hook.
17097         * mail/rmail.el (rmail-fontify-buffer-function): Likewise.
17099         * mail/rmailsum.el (rmail-summary-mode): Likewise.
17101 2001-12-13  Richard M. Stallman  <rms@gnu.org>
17103         * simple.el (undo): Always set this-command to `undo',
17104         so that the next undo after an error will not begin redoing.
17106         * simple.el (shell-command): Doc fix.
17107         (shell-command-on-region): If there is output an an error,
17108         add "...Shell command failed" to the output.
17110 2001-12-13  David Ponce  <david@dponce.com>
17112         * ruler-mode.el (ruler-mode-left-fringe-cols): Variable removed.
17113         (ruler-mode-left-fringe-cols): Function replaced by more efficient
17114         implementation `ruler-mode-extra-left-cols'.
17115         (ruler-mode-ruler): Use above new function.  Take into account
17116         that the fringe areas can now be resized.
17118 2001-12-12  Richard M. Stallman  <rms@gnu.org>
17120         * international/characters.el (Unicode): Comment out
17121         the specifications for kelvin and angstrom signs.
17123         * international/mule.el (make-translation-table-from-vector):
17124         Allow null elements in VEC.
17126         * international/ucs-tables.el (unify-8859-on-encoding-mode)
17127         (unify-8859-on-decoding-mode): Swap the code in their bodies.
17128         Add :version.
17130 2001-12-11  Richard M. Stallman  <rms@gnu.org>
17132         * derived.el (derived-mode-p): Function moved to subr.el.
17134         * subr.el (derived-mode-p): Moved here from derived.el.
17136         * international/mule.el (set-auto-coding): Use set-auto-mode-1.
17138         * files.el (set-auto-mode-1): New subroutine, broken out of
17139         set-auto-mode.
17140         (set-auto-mode, hack-local-variables-prop-line): Use that.
17142 2001-12-11  Dave Love  <fx@gnu.org>
17144         * language/thai-util.el, language/thai.el: Add Unicode equivalents.
17146         * language/european.el: Remove autoload cookies.  Fix registration
17147         of diacritic composition function.
17149 2001-12-11  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
17151         * calendar/todo-mode.el: Require time-stamp.
17153         * net/zone-mode.el (zone-mode): Don't use make-local-hook.
17155 2001-12-11  Richard M. Stallman  <rms@gnu.org>
17157         * emacs-lisp/authors.el (authors-aliases): Delete "Richard Stallmao".
17159         * textmodes/ispell.el (ispell-buffer-local-parsing):
17160         Match xml like sgml.
17162         * emacs-lisp/advice.el (ad-compile-function):
17163         Byte compile the function under another (uninterned) name.
17165         * gud.el (gdb): Define and bind gud-jump.
17167         * font-lock.el (font-lock-mode):
17168         Put our function at the end of after-change-functions.
17170         * ediff-diff.el (ediff-cmp-options): Doc fix.
17172         * comint.el (comint-password-prompt-regexp): Match "UNIX Password".
17174 2001-12-10  Richard M. Stallman  <rms@gnu.org>
17176         * isearch.el (isearch-yank-word-or-char): New function.
17177         (isearch-mode-map): Bind C-w to that.
17179         * menu-bar.el (menu-bar-mode): Make arg optional.
17181         * simple.el (line-move): Cope if next-single-property-change
17182         or previous-single-property-change returns nil.
17184         * emacs-lisp/lisp-mnt.el (lm-verify): New arg NON-FSF-OK.
17185         Don't use interactive-p; instead, pass the proper args
17186         in (interactive...).  Clean up most of the trouble-report strings.
17188 2001-12-10  Eli Zaretskii  <eliz@is.elta.co.il>
17190         * mail/smtpmail.el (smtpmail-send-queued-mail): Insert the
17191         enqueued messages literally.
17193 2001-12-10  Noah Friedman  <friedman@splode.com>
17195         * battery.el (battery-insert-file-contents): Obsolete function
17196         removed.
17197         (battery-read-function): Obsolete function removed.
17198         (battery-linux-proc-apm): Use insert-file-contents.
17200 2001-12-07  Stephen Eglen  <stephen@gnu.org>
17202         * iswitchb.el (iswitchb-visit-buffer):
17203         Use `select-frame-set-input-focus'--needed when window manager
17204         uses "click to focus" policy.
17206 2001-12-09  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
17208         * COPYING: Moved back.
17210 2001-12-07  Eli Zaretskii  <eliz@is.elta.co.il>
17212         * term/internal.el (IT-character-translations): Add entries for
17213         more points.
17215         * international/characters.el: Resurrect the Hebrew category
17216         settings for all Hebrew characters removed by the last change.
17217         Add code for setting the Hebrew category of the Unicode Hebrew
17218         characters.  Set syntax entries for Hebrew punctuation characters.
17220         * international/ucs-tables.el (ucs-8859-8-alist): Add Hebrew
17221         points and directional formatting control characters.
17223 2001-12-07  Dave Love  <fx@gnu.org>
17225         * language/lao-util.el: Add Unicode equivalents for rules.
17226         (lao-post-read-conversion): New function.
17228         * language/lao.el: Add Unicode equivalents.
17229         (lao): Add post-read conversion.
17231         * international/latin1-disp.el: Fix some 8-bit-graphic characters.
17232         Use iso2022 encoding.
17233         (latin1-char-displayable-p): Doc fix.
17234         (latin1-display-ucs-per-lynx): New option.
17235         (latin1-display-ucs-per-lynx): New command.
17236         (latin1-display-reset): Special-case arabic.
17237         (ucs-tables): Require.
17238         (latin1-display-sets, latin1-display-setup): Add arabic.
17239         (latin1-display) <variable>: Use function latin1-display.
17240         (latin1-display) <function>: Add mule-unicode stuff.
17241         (latin1-display-check-font): Don't lose if `info' is nil.
17243         * international/iso-transl.el: Insert Latin-1 characters, not
17244         unibyte codes.
17246         * language/european.el (diacritic-composition-pattern): New constant.
17247         (diacritic-compose-region, diacritic-compose-string)
17248         (diacritic-compose-buffer, diacritic-post-read-conversion)
17249         (diacritic-composition-function): New functions.
17251         * international/utf-8.el (ucs-mule-to-mule-unicode):
17252         New translation table.
17253         (ccl-encode-mule-utf-8): Use it.
17254         (utf-8-untranslated-to-ucs, utf-8-help-echo, utf-8-compose)
17255         (utf-8-post-read-conversion, utf-8-pre-write-conversion): New function.
17256         (utf-8-subst-table): New variable.
17257         (utf-8-compose-scripts): New option.
17258         (mule-utf-8): Update safe-charsets, pre-write and post-read conversion.
17260         * international/ucs-tables.el, international/utf-8-subst.el:
17261         New files.
17263         * international/characters.el: Don't set word syntax (the default)
17264         explicitly.  Add a diacritic category.  Add info for Unicode
17265         equivalents of characters in various Mule charsets and for extra
17266         Unicode characters.  Don't define specific categories for
17267         Indian/Devanagari, since they aren't used.
17269 2001-12-06  Richard M. Stallman  <rms@gnu.org>
17271         * textmodes/fill.el (set-justification): Rename arg VALUE to STYLE.
17272         (set-justification-left, set-justification-right): Doc fix.
17274         * progmodes/f90.el (f90-break-line): Use (newline 1) to insert newline.
17275         (bug-f90-mode): Variable deleted.
17277 2001-12-06  Stefan Monnier  <monnier@cs.yale.edu>
17279         * indent.el (indent-line-function): Default is indent-relative again.
17281 2001-12-07  Miles Bader  <miles@gnu.org>
17283         * progmodes/compile.el (compilation-error-regexp-alist):
17284         Added regexps for RXP.
17286 2001-12-05  Eli Zaretskii  <eliz@is.elta.co.il>
17288         * progmodes/cwarn.el (cwarn-font-lock-match-assignment-in-expression):
17289         Add shift-assignment operators to those highlighted, and highlight
17290         the whole operator rather than just the "=".
17292 2001-12-04  Juanma Barranquero  <lektu@terra.es>
17294         * files.el (save-abbrevs, save-some-buffers): Don't ask the user
17295         before saving abbrevs if `save-abbrevs' has the value `silently'.
17297 2001-12-04  Andreas Schwab  <schwab@suse.de>
17299         * xt-mouse.el (turn-off-xterm-mouse-tracking): Doc fix.
17301 2001-12-04  Colin Walters  <walters@debian.org>
17303         * emacs-lisp/autoload.el (make-autoload): Also generate autoloads
17304         for `defmacro*' forms.
17306         * emacs-lisp/lisp-mode.el (toplevel): Define docstring offset for
17307         `defmacro*'.
17309 2001-12-03  Stefan Monnier  <monnier@cs.yale.edu>
17311         * progmodes/antlr-mode.el (antlr-c-common-init): Undo last change.
17313 2001-12-02  Richard M. Stallman  <rms@gnu.org>
17315         * files.el (insert-directory): If the df output does not look right,
17316         don't try to use it.  Other cleanups in overall code structure.
17318 2001-12-02  Stefan Monnier  <monnier@cs.yale.edu>
17320         * textmodes/outline.el (outline-mode-prefix-map):
17321         Add bindings for outline-promote and outline-demote.
17322         (outline-minor-mode-menu-bar-map): New var.
17323         (outline-minor-mode): Use it.
17324         (outline-heading-alist): New var (renamed from outline-level-heading).
17325         (outline-level): Use it.
17326         (outline-insert-heading, outline-promote, outline-demote):
17327         Update to use outline-heading-alist.
17329         * disp-table.el (standard-display-european):
17330         Simplify since the function is not interactive any more.
17331         Don't set the existing buffers to unibyte.
17333         * pcvs-util.el (cvs-file-to-string): Move condition-case outside.
17335         * pcvs.el (cvs-reread-cvsrc): Don't use cvs-file-to-string.
17337         * reveal.el (reveal-mode): Fix reveal-mode's lighter.
17339         * shell.el (shell): Use shell-file-name.
17340         Pop to buffer before calling comint to set COLUMNS properly.
17342         * emacs-lisp/cl.el (svref): New alias.
17344         * progmodes/antlr-mode.el (antlr-c-common-init):
17345         Don't inhibit adaptive-fill-mode any more.
17347         * progmodes/delphi.el (delphi-mode): Don't use make-local-hook.
17349         * progmodes/etags.el (tags-with-face): Use make-symbol.
17350         (tags-search, tags-query-replace): Use backquotes.
17352         * textmodes/picture.el (picture-mode-map): Don't use defconst
17353         for a variable.
17355 2001-12-02  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
17357         * textmodes/reftex-index.el (reftex-index-mode):
17358         Remove make-local-hook.
17360         * textmodes/reftex-toc.el (reftex-toc-mode): Likewise.
17362 2001-12-02  Kim F. Storm  <storm@cua.dk>
17364         * isearch.el (isearch-resume-enabled): New variable.
17365         (isearch-done): Use that variable.
17367 2001-12-01  Richard M. Stallman  <rms@gnu.org>
17369         * wid-edit.el (widget-button-click): Don't move point permanently:
17370         Avoid mouse-set-point--instead select the window,
17371         then do save-excursion, then move point.
17372         Specify the buffer for get-char-property.
17373         Don't use `@' in interactive.
17375         * indent.el (indent-line-function):
17376         Default is indent-to-left-margin again.
17378         * replace.el (query-replace-read-args): Display message
17379         if FROM contains `\n' or `\t'.
17381 2001-12-01  Stefan Monnier  <monnier@cs.yale.edu>
17383         * indent.el (tab-to-tab-stop): Use delete-horizontal-space.
17385         * bindings.el (minibuffer-local-map): Bind TAB to insert-tab.
17387         * emacs-lisp/regexp-opt.el (regexp-opt):
17388         Bind completion-regexp-list to nil.
17390         * progmodes/hideif.el (hif-nexttoken): Move to before first def.
17392 2001-12-01  Eli Zaretskii  <eliz@is.elta.co.il>
17394         * progmodes/idlwave.el, progmodes/idlw-rinfo.el:
17395         * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el:
17396         Update maintainer.
17398 2001-11-30  Stefan Monnier  <monnier@cs.yale.edu>
17400         * mail/smtpmail.el: Use with-current-buffer.
17401         (message-make-date, message-make-message-id): Autoload when needed.
17402         (smtpmail-send-it): Use them to add `Date:' and `Message-Id:'
17403         headers when missing.
17405         * international/encoded-kb.el (encoded-kbd-mode):
17406         Use define-minor-mode.
17408         * enriched.el (enriched-mode): Use define-minor-mode.
17409         Use dolist and pop and push.
17411         * info.el (Info-find-node-2): Don't call info-insert-file-contents
17412         with the `visit' argument.
17413         (Info-extract-menu-node-name): Use `replace-regexps-in-string'.
17415         * progmodes/hideif.el (hide-ifdef-mode): Only modify
17416         `change-major-mode-hook' locally.  Reset invisibility spec.
17418         * man.el (Man-build-section-alist): Remove last Man-match-substring.
17420 2001-11-30  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
17422         * textmodes/paragraphs.el (mark-paragraph): Clarify doc.
17423         Clarify error message.
17425 2001-11-29  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
17427         * textmodes/paragraphs.el (mark-paragraph): Allow prefix arg.
17429 2001-11-30  Andre Spiegel  <spiegel@gnu.org>
17431         * vc-cvs.el (vc-cvs-parse-status): Store file state in property,
17432         don't just return it.
17434 2001-11-30  Eli Zaretskii  <eliz@is.elta.co.il>
17436         * menu-bar.el (menu-bar-read-lispref, menu-bar-read-lispintro)
17437         (menu-bar-read-emacs-man, search-emacs-glossary)
17438         (emacs-index-search, elisp-index-search): New functions.
17439         (apropso-documentation, apropos, apropos-value, apropos-variable)
17440         (apropos-commands): Modify menu item names and help text.
17441         (elisp-index-search, emacs-index-search, emacs-glossary):
17442         New menu items.
17443         (menu-bar-manuals-menu): Move the Ordering Manuals item to a
17444         submenu.
17445         (info-elisp, info-elintro): New menu items.
17446         (apropos): Modify the menu item name.
17448 2001-11-30  Stefan Monnier  <monnier@cs.yale.edu>
17450         * emacs-lisp/lisp-mode.el (read-if): Add lisp-indent-function prop.
17452         * textmodes/outline.el (outline-promote, outline-demote): Typo.
17454         * man.el (man-follow-mouse): New function.
17455         (Man-mode-map): Bind mouse-2 to it.
17456         (Man-match-substring): Remove.  Replace with `match-string'.
17457         (man): Use the `default-value' argument to `read-string'.
17458         (Man-fontify-manpage): Add mouse-face to cross references.
17460         * emacs-lisp/cl-macs.el (shiftf): Fix more.  Simplify.
17462 2001-11-29  Stefan Monnier  <monnier@cs.yale.edu>
17464         * emacs-lisp/crm.el (completing-read-multiple): Better preserve
17465         the value of require-match in minibuffer-completion-confirm.
17466         Use crm-local-completion-map.
17468         * emacs-lisp/cl-macs.el (shiftf): Fix the fast case so
17469         (let ((a 1) (b 2)) (shiftf a b (cons a b)) b) returns (1 . 2).
17470         (cl-make-type-test): Use char-valid-p for `character'.
17472         * info.el (Info-complete-next-re, Info-complete-cache): New vars.
17473         (Info-complete-menu-item): Rewrite.  Add the ability to search
17474         several sequential nodes.  Add a simple caching mechanism.
17475         (Info-goto-index): New function extracted from Info-index.
17476         (Info-index): Use it.  Add completion to the interactive spec.
17477         (Info-menu-update): Simplify call to `Info-complete-menu-item'.
17479 2001-11-29  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
17481         * COPYING: Removed.
17483 2001-11-29  Dave Love  <fx@gnu.org>
17485         * progmodes/fortran.el: Fontify rewind, backspace.  Doc fixes.
17486         (fortran-window-create, fortran-window-create-momentarily):
17487         Rewrite, moving error condition.
17488         (fortran-beginning-do, fortran-beginning-if): Fix regexps.
17489         (fortran-mode-syntax-table): Revert last change.
17491         * international/mule.el: Doc fixes.
17492         (map-charset-chars): New function.
17493         (register-char-codings): Use it to cope with generic chars in
17494         safe-chars.
17496 2001-11-29  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
17498         * play/blackbox.el (blackbox-mode, blackbox): Doc fix.
17500         * play/cookie1.el (cookie, cookie-insert, shuffle-vector): Doc fixes.
17502         * play/studly.el (studlify-word, studlify-region)
17503         (studlify-buffer): Fix doc-string.
17504         (studlify-buffer): Add autoload cookie.
17506 2001-11-28  Stefan Monnier  <monnier@cs.yale.edu>
17508         * textmodes/outline.el (outline-up-heading): Add `invisible-ok' arg.
17509         (outline-up-heading-all): Remove.
17510         (hide-sublevels): Move to end-of-heading before calling flag-region.
17511         (outline-copy-overlay, outline-discard-overlays): Remove.
17512         (outline-flag-region): Use `remove-overlays'.
17513         Don't move to end-of-heading.
17514         (outline-next-visible-heading, outline-back-to-heading)
17515         (outline-on-heading-p): Use outline-invisible-p.
17516         (outline-font-lock-level): Use outline-up-heading's new arg.
17517         (outline-minor-mode): Simplify.
17518         (outline-map-tree, outline-reveal-toggle-invisible): New funs.
17519         (outline): Put a `reveal-toggle-invisible' property.
17520         (outline-level-heading): New var.
17521         (outline-insert-heading, outline-promote, outline-demote)
17522         (outline-toggle-children): New commands.
17524         * progmodes/hideif.el (hif-end-of-line): New function.
17525         (hide-ifdef-mode): Set line-move-ignore-invisible.
17526         (hide-ifdef-region-internal): New function.
17527         (hide-ifdef-region): Use it.
17528         (hif-defined): Return an integer.
17529         (hif-infix-to-prefix): Remove.
17530         (hif-tokenize): Parse from the buffer rather than from a string.
17531         Correctly tokenize integers.  Use forward-comment.
17532         (hif-expr): Use hif-or.
17533         (hif-term): Use hif-and.
17534         (hif-factor): Use hif-not.  Handle numbers properly.
17535         Don't require parenthesis around `defined's argument.
17536         (hif-and, hif-or, hif-not): New funs.
17537         (hif-canonicalize): Pass a region to hif-tokenize.  Use hif-not.
17538         (hif-hide-line): Don't hide the \n before the line.
17539         (hif-possibly-hide): Correctly handle numeric evaluation results.
17541         * progmodes/make-mode.el: Use line-(end|beginning)-position.
17542         (makefile-mode): Set indent-line-function.
17543         (makefile-browser-insert-continuation): Use with-current-buffer.
17544         (makefile-beginning-of-line-point, makefile-end-of-line-point): Remove.
17546 2001-11-28  Karl Fogel  <kfogel@red-bean.com>
17548         * isearch.el (isearch-yank-internal): New helper function.
17549         (isearch-yank-char): New function.
17550         (isearch-yank-word, isearch-yank-line): Rewrite to use
17551         isearch-yank-internal.
17553 2001-11-28  Eli Zaretskii  <eliz@is.elta.co.il>
17555         * mouse.el (mouse-set-font): Make it a no-op if multiple fonts
17556         aren't supported.  Print a message to that effect if invoked.
17558 2001-11-27  Stephen Eglen  <stephen@gnu.org>
17560         * locate.el (locate): Put point at first matching file rather
17561         than top of buffer.
17563 2001-11-27  Stefan Monnier  <monnier@cs.yale.edu>
17565         * reveal.el: New file.
17567         * progmodes/hideif.el: Misc cleanup.
17568         (hide-ifdef-mode-submap): Put the def in the defvar.
17569         Use substitute-key-definition.
17570         (hide-ifdef-mode): Use define-minor-mode.
17571         (hif-outline-flag-region): Remove.
17572         (hif-show-all): Define in terms of hif-show-ifdef-region.
17573         (hif-after-revert-function): Rename from hif-before-revert-function.
17574         (hide-ifdef-region, hif-show-ifdef-region): Use overlays.
17575         (hif-tokenize): Use with-syntax-table.
17576         (hif-make-range): Use `else' also for `else-p'.
17577         (hif-range-else-p): Remove.
17578         (hif-find-range): Simplify.
17579         (hif-hide-line): Don't bother preserving buffer-modified-p.
17580         (hide-ifdefs, show-ifdefs, hide-ifdef-block, show-ifdef-block):
17581         Don't use selective-display and inhibit-read-only.
17583         * subr.el (copy-overlay, remove-overlays): New funs.
17585         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix off-by-two error.
17587 2001-11-27  Sam Steingold  <sds@gnu.org>
17589         * ansi-color.el, bookmark.el, dired.el, emerge.el, fast-lock.el
17590         * lazy-lock.el, mouse-sel.el, mail/feedmail.el
17591         * emacs-lisp/advice.el, emacs-lisp/checkdoc.el, emacs-lisp/ewoc.el
17592         * obsolete/c-mode.el, obsolete/cplus-md.el
17593         * progmodes/dcl-mode.el, progmodes/idlw-shell.el, progmodes/idlwave.el
17594         * term/sun-mouse.el, textmodes/artist.el:
17595         Converted backquote to the new style.
17596         * mouse.el, reposition.el: Likewise (in comments).
17597         * expand.el: Likewise (in a string).
17599 2001-11-27  Richard M. Stallman  <rms@gnu.org>
17601         * cus-edit.el (custom-load-symbol): Don't always load locate-library.
17603 2001-11-26  Richard M. Stallman  <rms@gnu.org>
17605         * wid-edit.el (widget-toggle-value-create): On graphic terminal,
17606         if :on-glyph or :off-glyph is a list, eval it and store it back.
17607         (checkbox): Quote the values for :on-glyph and :off-glyph.
17609         * cus-start.el (recursive-load-depth-limit): Delete item.
17611 2001-11-26  Stefan Monnier  <monnier@cs.yale.edu>
17613         * help-fns.el (describe-categories, help-describe-category-set): New.
17614         describe-categories moved here from src/category.c.
17616 2001-11-26  Sam Steingold  <sds@gnu.org>
17618         * progmodes/cc-mode.el (c-submit-bug-report): Make sure that the
17619         arguments to `insert' are strings.
17621 2001-11-26  Richard M. Stallman  <rms@gnu.org>
17623         * startup.el (command-line-1): Call kill-buffer only in non-fancy case.
17625 2001-11-26  Eli Zaretskii  <eliz@is.elta.co.il>
17627         * international/mule-diag.el: Require help-fns instead of
17628         help-funs.
17630         * help-fns.el: Renamed from help-funs.el.
17632         * startup.el (command-line-1): Don't try to call process-list if
17633         it is not fboundp.
17635 2001-11-26  Sam Steingold  <sds@gnu.org>
17637         * frame.el (show-trailing-whitespace): Remove :set argument (the
17638         value was essentially identical to the defalt).
17640 2001-11-26  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
17642         * hexl.el (hexl-mode, hexl-follow-ascii): Remove make-local-hook.
17644         * icomplete.el (icomplete-minibuffer-setup): Likewise.
17646         * hilit-chg.el (hilit-chg-set): Likewise.
17648         * speedbar.el (speedbar-mode): Likewise.
17650         * calendar/calendar.el (calendar-mode): Likewise.
17652         * play/yow.el (psychoanalyze-pinhead): Use insert instead of
17653         insert-string.
17655         * play/gamegrid.el (gamegrid-init-buffer): Likewise.
17657         * term/bg-mouse.el (bg-insert-moused-sexp): Likewise.
17659         * term/sun-mouse.el (sun-yank-selection): Likewise.
17661         * textmodes/bib-mode.el (return-key-bib): Likewise.
17663         * calendar/appt.el (appt-disp-window): Likewise.
17665         * calendar/diary-lib.el (list-diary-entries): Likewise.
17667         * array.el (array-reconfigure-rows): Likewise.
17669         * filecache.el (file-cache-minibuffer-complete): Likewise.
17671         * obsolete/cplus-md.el (fill-c++-comment): Likewise.
17673         * strokes.el (strokes-prompt-user-save-strokes): Likewise.
17675         * allout.el (outline-version, outline-open-topic)
17676         (outline-rebullet-heading, outline-insert-listified)
17677         (outline-latex-verbatim-quote-curr-line)
17678         (outline-latexify-one-item, outlineify-sticky): Likewise.
17680         * vc.el (vc-next-action-on-file): Likewise.
17681         (vc-dired-mode): Remove make-local-hook.
17683 2001-11-26  Andre Spiegel  <spiegel@gnu.org>
17685         * vc.el (vc-find-version): New function.
17686         (vc-version-other-window): Redefined in terms of the above.
17688         * log-view.el (log-view-find-version): New function.
17689         (log-view-mode-map): Bind it to `f'.
17691 2001-11-26  Gerd Moellmann  <gerd@gnu.org>
17693         * language/devan-util.el (dev-char-glyph): Escape `"' in
17694         string literals.
17695         (dev-glyph-glyph, dev-glyph-glyph-2)
17696         (devanagari-compose-syllable-region): Likewise.
17698 2001-11-26  Richard M. Stallman  <rms@gnu.org>
17700         * window.el (save-selected-window): No error if saved window is dead.
17702         * help-funs.el (describe-syntax): Put (interactive) after doc string.
17704 2001-11-26  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
17706         * international/quail.el (quail-help): Require help-mode in
17707         top-level instead.
17709         * iswitchb.el (iswitchb-exhibit): Use insert instead of
17710         insert-string.
17712         * icomplete.el (icomplete-exhibit): Likewise.
17714 2001-11-25  Stefan Monnier  <monnier@cs.yale.edu>
17716         * diff-mode.el (diff-end-of-hunk): Watch out for ambiguities.
17717         (diff-hunk-kill): Simplify.
17718         (diff-post-command-hook): Only apply to a single hunk.
17719         (diff-hunk-text): Make `char-offset' non-optional.
17720         (diff-find-text): Return a cons cell.
17721         (diff-find-approx-text): New fun.
17722         (diff-find-source-location): Use it.
17723         (diff-apply-hunk, diff-test-hunk, diff-goto-source):
17724         Adapt to new retval of diff-find-text.
17726         * vc-cvs.el (vc-cvs-parse-entry): Rewrite, comparing the string-
17727         rather than integer- representation of dates.
17729         * textmodes/fill.el (fill-indent-according-to-mode): Default to nil.
17731         * emacs-lisp/syntax.el: Don't profile syntax-ppss any more.
17732         (syntax-after): New fun.
17734         * help-funs.el (describe-syntax): New fun.
17736         * font-lock.el (font-lock-cache-state, font-lock-cache-position)
17737         (font-lock-ppss-stats, font-lock-ppss): Remove.
17738         (font-lock-fontify-syntactically-region): Remove tuning code.
17739         (font-lock-compile-keywords): Fix off-by-one bug.
17740         (font-lock-set-defaults): Don't set removed vars.
17741         (c-keywords): Add `inline'.
17742         (c-type-names): Add `_Complex', `_Imaginary' and `_Bool'.
17744         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
17745         Set syntax-begin-function.
17746         (lisp-interaction-mode-abbrev-table): Defvar to its correct value.
17747         (lisp-interaction-mode): Don't set local-abbrev-table any more.
17748         (lisp-mode-auto-fill): Use syntax-ppss and obey
17749         comment-auto-fill-only-comments.
17750         (lisp-fill-paragraph): Use syntax-ppss.
17752 2001-11-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
17754         * mail/rmail.el (rmail-enable-mime-composing): New. A lightweight
17755         version of rmail-enable-mime.
17756         (rmail-forward): Use it.
17758 2001-11-25  Richard M. Stallman  <rms@gnu.org>
17760         * emacs-lisp/lisp-mode.el (lisp-indent-function): Add doc string.
17762         * international/quail.el (quail-keyboard-layout-button):
17763         Define button type.
17764         (quail-keyboard-customize-button): Likewise.
17765         (quail-help): Use those button types.  Require `help-mode'.
17766         Avoid altering the argument `package'.
17768         * help-mode.el (help-function, help-variable, help-face)
17769         (help-coding-system, help-input-method, help-character-set):
17770         Define each button type with its own explicit define-button-type.
17772         * language/devan-util.el: Comment out parts of the file
17773         which apparently are garbled.
17775 2001-11-25  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
17777         * mail/smtpmail.el (smtpmail-deduce-address-list): Don't use
17778         insert-string.
17780 2001-11-25  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
17782         * play/snake.el (snake-mode): Remove make-local-hook.
17784         * play/tetris.el (tetris-mode): Likewise.
17786         * play/decipher.el (decipher-mode): Likewise.
17788         * tmm.el (tmm-add-prompt): Likewise.
17790 2001-11-25  Sam Steingold  <sds@gnu.org>
17792         * menu-bar.el (menu-bar-apropos-menu): New variable.
17793         Moved all `apropos' bindings to this menu.
17794         (menu-bar-help-menu): Added `menu-bar-apropos-menu'.
17796 2001-11-24  KAWABATA, Taichi  <batta@beige.ocn.ne.jp>
17798         The following changes are for new indian languages support based
17799         on Unicode charset and CDAC fonts.
17801         * international/mule-conf.el: Change indian-1-column charset to
17802         indian-glyph charset.
17804         * international/characters.el: Adjusted for the change of
17805         indian-1-column -> indian-glyph.
17807         * international/fontset.el: Delete the setting for indian-1-column
17808         and add the setting for indian-glyph in the default fontset.
17810         * language/indian.el: Completely re-written.
17812         * language/devanagari.el: Completely re-written.
17814         * language/devan-util.el: Completely re-written.
17816         * language/ind-util.el: New file.
17818 2001-11-24  Richard M. Stallman  <rms@gnu.org>
17820         * startup.el (command-line-1): Don't do startup screen
17821         if a subprocess is running.  Call the startup screen buffer
17822         "GNU Emacs".  Make a special mode-line-format for it.
17824         * net/browse-url.el (browse-url-galeon-new-window-is-tab): New var.
17825         (browse-url-galeon): Use that variable.
17827         * mail/supercite.el (sc-toggle-var): Don't use set-variable or
17828         eval-expression.  Eval and set the variable simply.
17830         * files.el (temporary-file-directory): Use defcustom.
17831         (small-temporary-file-directory): Likewise.
17832         (normal-backup-enable-predicate): Move down in file
17833         after definition of temporary-file-directory.
17835         * bindings.el (last-buffer, unbury-buffer): Doc fixes.
17837 2001-11-24  Colin Walters  <walters@debian.org>
17839         * calc/calc-ext.el (calc-init-extensions): Update the rest of the
17840         autoload names to match files renamed on initial calc import.
17842         * calc/calc.el (Commentary): Cleanup, and add logistic curve
17843         fitting suggestion from Robert J. Chassell <bob@rattlesnake.com>.
17845 2001-11-23  Colin Walters  <walters@debian.org>
17847         * Makefile.in (finder_setwins, setwins): Include Calc again.
17849         * calc/calc-rules.el: Add header comment.
17851 2001-11-23  Andre Spiegel  <spiegel@gnu.org>
17853         * vc.el (with-vc-properties): Don't bind `filename' locally.
17854         (with-vc-file, edit-vc-file): Use `make-symbol' for local bindings
17855         to avoid name clashes.  Fix `lisp-indent-function' property for
17856         both.
17858 2001-11-23  Francesco Potort\e,Al\e(B  <pot@gnu.org>
17860         * generic-x.el (mailrc-generic-mode): Highlight the `source' keyword.
17862 2001-11-22  Colin Walters  <walters@debian.org>
17864         * calc/calc-misc.el (report-calc-bug):
17865         Use `reporter-prompt-for-summary-p'.
17867         * calc/INSTALL, calc/Makefile: Remove.
17869 2001-11-22  Miles Bader  <miles@gnu.org>
17871         * emacs-lisp/re-builder.el (reb-match-0, reb-match-1)
17872         (reb-match-2, reb-match-3): Add dark-background variants.
17874 2001-11-22  Colin Walters  <walters@debian.org>
17876         * calc/calc-misc.el (calc-info): Don't perform voodoo, just
17877         (info "Calc").
17878         (report-calc-bug): Use reporter.el.
17880         * mail/reporter.el (reporter-submit-bug-report): Doc fixes.
17882 2001-11-21  Richard M. Stallman  <rms@gnu.org>
17884         * which-func.el (which-function): Call imenu--make-index-alist
17885         if necessary to get a list of functions.
17886         (which-function-imenu-failed): New variable.
17887         (which-func-update): Handle all visible windows.
17888         (which-func-update-1): New subroutine broken out of which-func-update.
17890         * files.el (temporary-file-directory, null-device)
17891         (small-temporary-file-directory): Definitions moved up.
17893         * progmodes/cperl-mode.el (cperl-problems, cperl-tips)
17894         (cperl-non-problems, cperl-praise): Doc fixes.
17896         * progmodes/sh-script.el (sh-mode): Don't use define-derived-mode.
17897         (sh-mode-syntax-table): Function restored.
17898         Variable set up for use by function sh-mode-syntax-table.
17899         (sh-set-shell): Set the syntax table.
17901         * play/gomoku.el (gomoku-mode): Don't use define-derived-mode.
17903         * progmodes/perl-mode.el (perl-mode): Don't use define-derived-mode.
17905         * international/encoded-kb.el: Don't alter minor-map-alist.
17907 2001-11-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
17909         * files.el (auto-save-file-name-transforms): Put remote files in
17910         temporary-file-directory rather than /tmp.
17912 2001-11-21  Colin Walters  <walters@debian.org>
17914         * calc/calc-macs.el (calc-slow-wrapper): Move (point) call outside
17915         of (function ...) wrapper.
17917 2001-11-20  Stefan Monnier  <monnier@cs.yale.edu>
17919         * derived.el (define-derived-mode): Create the abbrev-table
17920         from inside the `defvar'.
17922         * jit-lock.el (jit-lock-defer-time): New var.
17923         (jit-lock-defer-timer, jit-lock-buffers): New vars.
17924         (jit-lock-mode): Initialize them.  Cancel the timers more carefully.
17925         (jit-lock-function): Defer fontification if requested.
17926         (jit-lock-stealth-chunk-start): Pay attention to the new non-nil value.
17927         (jit-lock-stealth-fontify): Check the new `jit-lock-defer-multiline'
17928         text property.
17929         (jit-lock-deferred-fontify): New fun.
17931 2001-11-20  Richard M. Stallman  <rms@gnu.org>
17933         * emacs-lisp/lisp-mode.el (lisp-interaction-mode):
17934         Set local-abbrev-table to lisp-mode-abbrev-table.
17936         * emacs-lisp/re-builder.el (reb-mode):
17937         Don't use define-derived-mode.  Call kill-all-local-variables.
17939         * emacs-lisp/lisp-mode.el (lisp-mode, emacs-lisp-mode):
17940         Don't use define-derived-mode.
17942         * help-mode.el (help-mode): Undo 2001-10-07 change.
17944         * replace.el (occur-mode): Undo 2001-5-20 change.
17946 2001-11-20  Jason Rumney  <jasonr@gnu.org>
17948         * w32-fns.el (w32-system-coding-system): Change to an alias for
17949         locale-coding-system.
17950         (set-w32-system-coding-system): Document the above change.
17951         Set locale-coding-system instead.
17953 2001-11-20  Richard M. Stallman  <rms@gnu.org>
17955         * ruler-mode.el: Add pagination.
17956         (ruler-mode-toggle-show-tab-stops): No need to
17957         test `ruler-mode' variable.
17959 2001-11-20  Eli Zaretskii  <eliz@is.elta.co.il>
17961         * play/landmark.el: Mark lm-mode as special.
17963         * play/gomoku.el: Mark gomoku-mode as special.
17965 2001-11-20  Juanma Barranquero  <lektu@terra.es>
17967         * emacs-lisp/re-builder.el (reb-change-target-buffer): New function.
17968         (top-level): Bind it to C-c C-b.
17969         (re-builder): Don't re-enter RE Builder Mode.
17971         * bs.el (bs-delete): Signal an error if the buffer cannot be deleted.
17973 2001-11-20  Stefan Monnier  <monnier@cs.yale.edu>
17975         * progmodes/cperl-mode.el (cperl-perldoc): Require man before binding
17976         `manual-program'.
17978         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Don't move back
17979         to a line without a comment.
17981 2001-11-20  Eli Zaretskii  <eliz@is.elta.co.il>
17983         * dired.el (dired-listing-switches): Mention in the doc string
17984         that some switches are not supported by ls-lisp.el
17986 2001-11-19  Stefan Monnier  <monnier@cs.yale.edu>
17988         * imenu.el (imenu--split-menu): Use dolist and copy-sequence.
17989         (imenu--create-keymap-2): Remove.
17990         (imenu--create-keymap-1): Simplify, remove third argument.
17991         (imenu--generic-function): Use dolist.
17992         (imenu-find-default): New function.
17993         (imenu--completion-buffer): Use it.
17994         (imenu--mouse-menu): Use popup-menu.
17995         (imenu--menubar-select): Return t rather than calling imenu.
17997         * textmodes/fill.el (fill-delete-prefix, fill-delete-newlines):
17998         New functions, extracted from fill-region-as-paragraph.
17999         (fill-region-as-paragraph): Use them.
18000         Use an end marker instead of eob.
18001         Ignore whitespace-only fill-prefixes when indenting according to mode.
18002         Simplify the loop that searches for spaces backwards.
18004         * textmodes/picture.el (picture-vertical-step)
18005         (picture-horizontal-step): Don't use defconst for variables.
18007         * mail/mail-extr.el: Use backquote/dolist/mapc/when.  Docstring fixes.
18008         (mail-extract-address-components): Downcase domain names.
18009         (mail-extr-delete-char): Remove.  Use delete-char instead.
18011         * emulation/pc-select.el: Doc string fixes.
18012         (pc-selection-mode): Don't treat macos as a tty.
18014         * emacs-lisp/lisp.el (mark-sexp): Mark more if repeated.
18016         * progmodes/cc-engine.el (c-parse-state): Typo. From Martin Stjernholm.
18018         * mwheel.el (mouse-wheel-scroll-amount): Allow float values.
18019         (mouse-wheel-progessive-speed): New var.
18020         (mwheel-scroll): Use it and handle float values.
18022         * lazy-lock.el (lazy-lock-install-hooks): Remove make-local-hook.
18024         * iswitchb.el (iswitchb-mode): Use define-minor-mode.
18025         (iswitchb): Fix the case where the result was selected with the mouse.
18026         (iswitchb-completion-help): Use the normal *Completions* now that
18027         mouse selection works.
18028         (iswitchb-minibuffer-setup): Simplify.
18030         * newcomment.el (comment-column, comment-style, comment-multi-line)
18031         (comment-auto-fill-only-comments): Remove :group arg.
18032         (comment-padding): Add :type.
18033         (comment-indent-new-line): Ignore comment-auto-fill-only-comments
18034         if called interactively.
18036 2001-11-19  Colin Walters  <walters@verbum.org>
18038         * calc/calc.el (toplevel): Add comment and version header.
18039         (calc-init-base): Bump version to 2.02f, update date.
18041 2001-11-19  Richard M. Stallman  <rms@gnu.org>
18043         * net/browse-url.el: Support Mozilla and Galeon.
18044         By default, find the installed browser whichever it is.
18045         (browse-url-mozilla): New function.
18046         (browse-url-mozilla-sentinel): New function.
18047         (browse-url-galeon, browse-url-galeon-sentinel): New functions.
18048         (browse-url-default-browser): New function.
18049         (browse-url-process-environment): Use browse-url-browser-display.
18050         (browse-url-browser-display): Renamed from browse-url-netscape-display.
18051         (browse-url-mozilla-startup-arguments, browse-url-galeon-program)
18052         (browse-url-galeon-arguments, browse-url-galeon-startup-arguments)
18053         (browse-url-mozilla-program, browse-url-mozilla-arguments): New vars.
18054         (browse-url-browser-function): New default, new options.
18056 2001-11-19  Sam Steingold  <sds@gnu.org>
18058         * bindings.el (last-buffer, unbury-buffer): New function.
18059         (mode-line-unbury-buffer): Use `unbury-buffer'.
18061 2001-11-18  Stephen Eglen  <stephen@gnu.org>
18063         * iswitchb.el (iswitchb-cannot-complete-hook): New variable to
18064         control behaviour when no further completion is possible.
18066 2001-11-19  Colin Walters  <walters@verbum.org>
18068         * calc/calc-macs.el (calc-wrapper, calc-slow-wrapper)
18069         (math-showing-full-precision, math-with-extra-prec, math-working)
18070         (calc-with-default-simplification)
18071         (calc-with-trail-buffer): Use backtick.
18072         (Math-zerop, Math-integer-negp, Math-integer-posp, Math-negp)
18073         (Math-looks-negp, Math-posp, Math-integerp, Math-natnump)
18074         (Math-ratp, Math-realp, Math-anglep, Math-numberp, Math-scalarp)
18075         (Math-vectorp, Math-messy-integerp, Math-objectp, Math-objvecp)
18076         (Math-integer-neg, Math-equal, Math-lessp, Math-primp)
18077         (Math-num-integerp, Math-bignum-test, Math-equal-int)
18078         (Math-natnum-lessp, math-format-radix-digit): Change to `defsubst'.
18079         (calc-record-compilation-date-macro): Deleted.  Callers updated.
18080         (math-format-radix-digit): Move to calc-bin.el.
18082         * calc/calc.el (calc-record-compilation-date): Remove.
18083         (calc-bug-address): Update.
18084         (calc-settings-file): Use `user-init-file'.
18086         * calc/calc-mode.el (calc-settings-file-name, calc-save-modes):
18087         Handle null `calc-settings-file'.
18089         * calc/calc-frac.el (calc-over-notation): Use `completing-read'.
18090         * calc/calc-keypd.el (calc-keypad-mode): New.
18091         (calc-do-keypad): Use it.
18092         (calc-keypad-map): Move into `calc-keypad-mode'.
18094         * calc-math.el (calcFunc-sqrt, calcFunc-hypot): Add missing quote
18095         to defalias argument.
18097         * calc-misc.el (math-fixnump, math-fixnatnump, calcFunc-trunc)
18098         (calcFunc-floor): Ditto.
18100         * calc-units.el (calcFunc-usimplify): Ditto.
18102         * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
18103         * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
18104         * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
18105         * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
18106         * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
18107         * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
18108         * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
18109         * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
18110         * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
18111         * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
18112         * calcsel2.el: Change all toplevel `setq' forms to `defvar' forms,
18113         and move them before their first use.  Use `when', `unless'.
18114         Remove trailing periods from error forms.  Add description and
18115         headers suggested by Emacs Lisp coding conventions.
18117 2001-11-19  Stefan Monnier  <monnier@cs.yale.edu>
18119         * newcomment.el (comment-indent):
18120         Fix misindentation for comment-only lines.
18121         (comment-indent-new-line): Only obey comment-multi-line if the
18122         comment-ender is not the end-of-line.
18124 2001-11-19  Richard M. Stallman  <rms@gnu.org>
18126         * net/net-utils.el (network-connection-service-abbrev-alist):
18127         New variable.
18129         * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
18130         Advance to start of 3rd sexp by moving fwd and backing over it.
18131         At first three elements, act like defun.
18133         * delsel.el (delete-selection-pre-hook): Handle and resignal
18134         file-supersession errors to interact properly with userlock.el.
18136 2001-11-18  Richard M. Stallman  <rms@gnu.org>
18138         * progmodes/fortran.el (fortran-mode-syntax-table):
18139         Specify punctuation syntax for backslash.
18141         * progmodes/sh-script.el (sh-must-be-shell-mode): Function deleted.
18142         All calls deleted.
18144         * international/mule-util.el (string-to-sequence): Make it obsolete.
18145         (string-to-list, string-to-vector): Implement them directly
18146         using append and vconcat, not with string-to-sequence.
18148         * startup.el (command-line): Set abbrevs-changed to nil after
18149         reading the init file and the abbrevs file.
18151         * isearch.el (isearch): Use magenta2 as bg for (background light)
18153 2001-11-17  Richard M. Stallman  <rms@gnu.org>
18155         * menu-bar.el (menu-bar-update-buffers-1): Don't pad the buffer name.
18157         * simple.el (minibuffer-history-sexp-flag): Doc fix.
18159 2001-11-17  Stefan Monnier  <monnier@cs.yale.edu>
18161         * font-lock.el (font-lock-compile-keywords): New arg `regexp'.
18162         If set and if applicable, add a regexp to highlight defun-like
18163         text inside comments and strings.
18164         (font-lock-fontify-keywords-region): Pass that new arg.
18165         (font-lock-set-defaults): Move the code to set `font-lock-keywords'
18166         to the end and pass that new arg.
18167         (c-font-lock-keywords-2): Fix regex for labels.
18168         (font-lock-match-c++-style-declaration-item-and-skip-to-next):
18169         Make it work when LIMIT is several lines further.
18170         (c-font-lock-keywords-3, c++-font-lock-keywords-3)
18171         (objc-font-lock-keywords-3, java-font-lock-keywords-3):
18172         Use backquote and make the regexes for `int a, b, c;' work on
18173         multiple lines.
18175         * emacs-lisp/re-builder.el (reb-mode): Use define-derived-mode.
18176         (font-lock-defaults-alist): Don't change it any more.
18177         (reb-subexp-mode-map): Cleanup.
18179         * custom.el (custom-current-group-alist): New var.
18180         (custom-declare-group): Set it.
18181         (custom-current-group): New fun.
18182         (custom-declare-variable, custom-handle-all-keywords):
18183         Use it as a default if no :group argument is specified.
18185         * international/mule-cmds.el (locale-name-match): Use \` and \(?:.
18186         (standard-keyboard-coding-systems): New var.
18187         (set-locale-environment): Use it to decide whether or not to call
18188         set-keyboard-coding-system.
18189         (locale-language-names): Use \"French\" for "fr".
18191 2001-11-17  Richard M. Stallman  <rms@gnu.org>
18193         * emacs-lisp/checkdoc.el (princ-list, checkdoc-read-event)
18194         (add-to-list): Delete compatibility code.
18195         (checkdoc-next-message-error): Doc fix.
18197 2001-11-17  Stephen Eglen  <stephen@gnu.org>
18199         * locate.el (locate): Show default locate pattern within the
18200         prompt, but don't insert it into the minibuffer contents.
18201         Catch the case when pattern is the empty string.
18203 2001-11-17  Eli Zaretskii  <eliz@is.elta.co.il>
18205         * language/european.el ("French"): New language environment.
18207 2001-11-16  Richard M. Stallman  <rms@gnu.org>
18209         * calendar/todo-mode.el (todo-save): Fix previous change.
18211         * subr.el (functionp): Do use cdr-safe on object.
18213 2001-11-16  Stefan Monnier  <monnier@cs.yale.edu>
18215         * bindings.el (mode-line-mode-name): Only put the help-echo property
18216         if the local-map property was put as well.
18217         (global-map): Bind switch-frame, delete-frame, iconify-frame
18218         and make-frame-visible events.
18220         * emacs-lisp/elp.el (elp-not-profilable): New var.
18221         (elp-not-profilable-p): New function.
18222         (elp-instrument-function): Use it.  Use backquotes and push.
18224         * emacs-lisp/bytecomp.el (byte-compile-call-tree, byte-code-vector)
18225         (byte-stack+-info, byte-compile-last-warned-form)
18226         (byte-compile-last-logged-file): Don't defconst a variable.
18227         (no-byte-compile): Declare.
18228         (byte-compile-file): Don't boundp-check no-byte-compile any more.
18229         (byte-compile-defvar): Leave defconst as is.
18231         * emacs-lisp/edebug.el (edebug-form-data, edebug-offsets)
18232         (edebug-offsets-stack, edebug-read-dotted-list, edebug-def-name)
18233         (edebug-current-offset, edebug-old-def-name, edebug-error-point)
18234         (edebug-best-error): Don't defconst a variable.
18235         (edebug-read-syntax-table): Use a char-table.
18236         (edebug-lemacs-specific): Remove.
18237         Toplevel: Eliminate check for Lucid Emacs.
18239         * pcvs-util.el (cvs-prefix-define): Don't defconst a variable.
18241         * rect.el (move-to-column-force): Mark obsolete.
18242         (operate-on-rectangle, delete-extract-rectangle-line)
18243         (insert-rectangle, delete-whitespace-rectangle-line)
18244         (open-rectangle-line, clear-rectangle-line): Use move-to-column.
18245         (string-rectangle-history): New var.
18246         (string-rectangle, string-insert-rectangle): Use it.
18247         (delete-rectangle-line): Fix pos/column mixup and simplify.
18249         * startup.el (normal-top-level-add-subdirs-to-load-path): Simplify.
18250         (normal-top-level, command-line, command-line-1): Simplify.
18252         * tar-mode.el (tar-mode): Use define-derived-mode.
18254         * view.el (view-mode-enable): Don't use make-local-hook.
18256         * emacs-lisp/eldoc.el (eldoc-mode): Use define-minor-mode.
18258 2001-11-16  Richard M. Stallman  <rms@gnu.org>
18260         * mail/mail-extr.el (mail-extr-voodoo): Treat a number as a word
18261         if it doesn't make sense as anything else.
18262         Don't recognize a "telephone number" at the beginning of the name.
18263         (mail-extr-leading-garbage): Match non-word characters only.
18265 2001-11-16  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
18267         * startup.el (command-line-processed): Doc fix.
18269         * apropos.el (apropos-next-label-button): Doc fix.
18271 2001-11-16  Stefan Monnier  <monnier@cs.yale.edu>
18273         * comint.el (comint-mode): Simplify.
18274         (make-comint-in-buffer): Run `comint-mode' only if necessary.
18276         * subr.el (eval-after-load): Make it work with features as well.
18278         * log-view.el (log-view-mode): Don't mark the buffer unmodified.
18280         * international/mule-cmds.el (describe-input-method): Setup xref.
18281         (set-language-environment): Use functionp.
18282         (locale-language-names, locale-charset-language-names)
18283         (locale-preferred-coding-systems): Defconst and purecopy.
18285         * language/european.el (mac-roman): Add mime-charset property.
18287 2001-11-15  Richard M. Stallman  <rms@gnu.org>
18289         * emacs-lisp/cl.el (values, values-list, multiple-value-list)
18290         (multiple-value-apply, nth-value): Use defsubst rather than defalias
18291         to get better doc strings.
18293 2001-11-15  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
18295         * derived.el: Fix autoload cookie.
18297 2001-11-15  Richard M. Stallman  <rms@gnu.org>
18299         * jka-compr.el (jka-compr-partial-uncompress): Fix previous change.
18301 2001-11-15  Stefan Monnier  <monnier@cs.yale.edu>
18303         * menu-bar.el (menu-bar-edit-menu) <copy>: Put an explicit key binding.
18305 2001-11-15  Richard M. Stallman  <rms@gnu.org>
18307         * dired.el (dired-undo): Display a message to explain
18308         that this does not undo file system changes.
18310 2001-11-15  David Kastrup  <David.Kastrup@t-online.de>
18312         * mouse-drag.el (mouse-drag-throw): Push back non-drag events
18313         into `unread-command-events' instead of trying keymap
18314         lookups ourselves.  This makes mouse-clicks do the right
18315         thing even when keymaps of overlays are involved.
18316         (mouse-drag-drag): Likewise.
18318 2001-11-15  Andreas Schwab  <schwab@suse.de>
18320         * progmodes/ada-mode.el (ada-add-extensions): Quote regexp special
18321         characters and append anchor to pattern added to auto-mode-alist.
18323 2001-11-15  Stefan Monnier  <monnier@cs.yale.edu>
18325         * server.el (server-process-filter): Run pre/post-comment-hook
18326         before/after visiting the file.
18328         * info-look.el (makefile-mode): Add info for automake.
18329         (autoconf-mode): Fix the name of the index for automake.
18331         * international/latin-9.el: Give pilcrow punctuation syntax.
18333 2001-11-15  Andre Spiegel  <spiegel@gnu.org>
18335         * vc.el: Documentation fixes.
18337 2001-11-14  Stefan Monnier  <monnier@cs.yale.edu>
18339         * smerge-mode.el (smerge-match-conflict): Fix typo.
18340         (smerge-diff): Be careful to read match-data early enough.
18342 2001-11-14  Colin Walters  <walters@verbum.org>
18344         * calc/calc-alg.el (calcFunc-esimplify, calcFunc-simplify)
18345         (calcFunc-subst): Use `defalias' instead of `fset' and
18346         `symbol-function'.
18348         * calc/calc-arith.el (calcFunc-abs, calcFunc-float)
18349         (calcFunc-ceil, calcFunc-round): Ditto.
18351         * calc/calc-bin.el (calcFunc-clip): Ditto.
18353         * calc/calc-ext.el (calcFunc-evalv): Ditto.
18355         * calc/calc-math.el (calcFunc-sqrt, calcFunc-hypot): Ditto.
18357         * calc/calc-misc.el (math-fixnump, math-fixnatnump)
18358         (calcFunc-trunc, calcFunc-floor, calc-report-bug): Ditto.
18360         * calc/calc-units.el (calcFunc-unsimplify): Ditto.
18362         * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
18363         * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
18364         * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
18365         * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
18366         * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
18367         * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
18368         * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
18369         * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
18370         * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
18371         * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
18372         * calcsel2.el: Style cleanup; don't put closing parens on their
18373         own line, add "foo.el ends here" to each file, and update
18374         copyright date.
18376         * README: Update maintainer.
18378 2001-11-13  Richard M. Stallman  <rms@gnu.org>
18380         * progmodes/compile.el (recompile): Use compilation-arguments if
18381         set, so as to be able to M-x recompile the exact command which
18382         created a compilation-mode buffer.
18384         * progmodes/ada-mode.el (ada-fill-comment-prefix): Doc fix.
18386 2001-11-13  Gerd Moellmann  <gerd@gnu.org>
18388         * mouse.el (mouse-drag-region): Don't run the up-event
18389         handler if window start changed due to the down-mouse event.
18391 2001-11-13  Richard M. Stallman  <rms@gnu.org>
18393         * mouse.el (mouse-show-mark): Either move point to the mark
18394         or use highlighting, never both.
18395         (mouse-buffer-menu): If WINDOW is a frame, select its selected window.
18397 2001-11-13  Simon Josefsson  <jas@extundo.com>
18399         * mail/smtpmail.el (top-level): Change maintainer to Simon
18400         Josefsson, cleanup the smtpmail.el header.
18402         * mail/smtpmail.el (top-level): Don't require cl or base64.
18403         (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
18404         (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd):
18405         Defsubst instead of defmacro.
18406         (smtpmail-intersection): Return value in reverse order.
18407         (smtpmail-open-stream): Use stringp instead of string-to-list.
18408         (smtpmail-open-stream, smtpmail-try-auth-methods): New functions,
18409         separated from smtpmail-via-smtp.
18411         * mail/smtpmail.el (top-level): Autoload starttls, mail-utils and
18412         rfc2104.  Require base64 and cl.
18413         (smtpmail-smtp-service): Doc fix.  :type fix.
18414         (smtpmail-debug-info): Doc fix.
18415         (smtpmail-debug-verb, smtpmail-auth-credentials)
18416         (smtpmail-starttls-credentials, smtpmail-auth-supported):
18417         New variables.
18418         (smtpmail-deduce-address-list, smtpmail-send-it): Don't require
18419         mail-utils (it is autoloaded).
18420         (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
18421         (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd)
18422         (smtpmail-find-credentials, smtpmail-intersection): New utility funs.
18423         (smtpmail-via-smtp): Support STARTTLS, if binary is installed.
18424         (smtpmail-via-smtp): Support AUTH.
18425         (smtpmail-via-smtp): Use `smtpmail-debug-verb' to control VERB.
18427 2001-11-13  Richard M. Stallman  <rms@gnu.org>
18429         * ebuff-menu.el (electric-buffer-update-highlight): New function.
18430         (electric-buffer-overlay): New variable.
18431         (electric-buffer-menu-looper): Call electric-buffer-update-highlight.
18432         (electric-buffer-list): Likewise.
18434         * isearch.el (isearch-whitespace-chars): Doc fix.
18435         (isearch-mode): Handle negative search-slow-window-lines correctly.
18437 2001-11-13  Stefan Monnier  <monnier@cs.yale.edu>
18439         * newcomment.el (comment-normalize-vars): Handle a nil comment-padding.
18441         * progmodes/ada-mode.el (ada-fill-comment-prefix): GNAT wants 2 spaces.
18442         From Emmanuel Briot <briot@act-europe.fr>.
18444 2001-11-13  Colin Walters  <walters@debian.org>
18446         * calc/calc.el (calc-unread-command): Use `unread-command-events'.
18448         * calc/calc-mode.el (calc-settings-file-name): Don't hardcode
18449         "~/.emacs"; use `read-file-name'.
18451         * calc/calc-graph.el, calc/calc-embed.el, calc/calc-graph.el
18452         * calc/calc-misc.el, calc/calc-mode.el, calc/calc-prog.el
18453         * calc/calc-sel.el, calc/calc-store.el, calc/calc-yank.el
18454         * calc/calc.el: Use `frame-width' instead of `screen-width',
18455         `frame-height' instead of `screen-height', and,
18456         `executing-kbd-macro' instead of `executing-macro'.
18458         * calc/calc-embed.el (calc-do-embedded): Call `y-or-n-p' with
18459         correct number of arguments.
18461         * calc/calc-aent.el (calc-do-alg-entry):
18462         Use `blink-paren-function' instead of `blink-paren-hook'.
18464 2001-11-12  Richard M. Stallman  <rms@gnu.org>
18466         * calendar/todo-mode.el (todo-save): Add save-excursion
18467         and save-restriction.
18469         * server.el (server-edit, server-done): Doc fix.
18471         * simple.el (clone-indirect-buffer): Error if major mode symbol
18472         has a no-clone-indirect property.
18473         (clone-buffer): Check for obvious errors before reading clone name.
18475         * info.el (Info-mode): Add a no-clone-indirect property.
18477 2001-11-12  Sam Steingold  <sds@gnu.org>
18479         * vc.el (vc-print-log): Bind `inhibit-read-only' to t before and
18480         set-buffer-modified-p to nil after `vc-exec-after'.
18481         * log-view.el (log-view-mode-map): Bind "q", "z", "m" and "d".
18482         (log-view-mode): Make read-only.
18483         (log-view-current-file): Do final `expand-file-name' in the
18484         current `default-directory'.
18485         (log-view-current-tag): Take an optional `where' arg.
18486         (log-view-diff): New user command.
18488 2001-11-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
18490         * progmodes/cpp.el (cpp-choose-face): Fix typo.
18492 2001-11-12  Sam Steingold  <sds@gnu.org>
18494         * emacs-lisp/cl-indent.el (toplevel): Indent properly
18495         `generic-flet', `generic-labels', `with-accessors',
18496         `with-condition-restarts'.
18498 2001-11-12  Richard M. Stallman  <rms@gnu.org>
18500         * dired.el: Many trivial doc fixes.
18501         (dired-get-file-for-visit): New function.
18502         (dired-find-alternate-file, dired-mouse-find-file-other-window)
18503         (dired-view-file, dired-find-file-other-window, dired-display-file)
18504         (dired-find-file): Use dired-get-file-for-visit.
18506 2001-11-12  Alex Schroeder  <kensanata@yahoo.com>
18508         * sql.el (sql-mode): Doc change.
18510         * sql.el (sql-mode-syntax-table): The backslash is no longer an
18511         escape character.
18513 2001-11-12  Colin Walters  <walters@debian.org>
18515         * calc/calc-keypd.el (toplevel): Bind mouse buttons.
18516         (calc-do-keypad): Don't attempt to use nonexistent global
18517         mouse-map, use calc-keypad-map.
18518         (calc-keypad-x-left-click): Renamed to calc-keypad-left-click.
18519         (calc-keypad-left-click): Don't use mouse-map; update to new event
18520         interface.
18521         (calc-keypad-x-middle-click, calc-keypad-x-right-click): Ditto.
18522         (calc-keypad-press): Use `unread-command-events' instead of
18523         `unread-command-char'.
18525         * calc/calc-ext.el (calc-init-extensions): Update autoload names
18526         to match files renamed on initial calc import.
18528 2001-11-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
18530         * textmodes/flyspell.el (flyspell-default-dictionary):
18531         Fix previous change.
18533 2001-11-12  Richard M. Stallman  <rms@gnu.org>
18535         * textmodes/flyspell.el (flyspell-default-dictionary):
18536         Fix custom type.
18538 2001-11-11  Richard M. Stallman  <rms@gnu.org>
18540         * calendar/solar.el (solar-sunrise-and-sunset):
18541         Exchange the two extreme values of day-length.
18543         * progmodes/sh-script.el (sh-must-be-shell-mode):
18544         Allow modes derived from sh-mode.
18546         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
18547         Turn off error in some re-search-forward calls.
18549         * replace.el (query-replace-skip-read-only): New variable.
18550         (perform-replace): If that variable is non-nil, ignore matches
18551         that have a read-only property.
18553         * derived.el (define-derived-mode): Doc fix.
18555         * server.el (server-buffer-done): Test of server-existing-buffer
18556         was backwards.
18557         (server-existing-buffer): Doc fix.
18559         * textmodes/flyspell.el (flyspell-default-dictionary):
18560         Allow nil as value, and make nil the default.
18562 2001-11-11  Eli Zaretskii  <eliz@is.elta.co.il>
18564         * menu-bar.el (menu-bar-edit-menu): Don't use x-selection-exists-p if
18565         it is not fboundp.
18566         (clipboard-yank): Ditto.
18568 2001-11-11  Colin Walters  <walters@verbum.org>
18570         The following changes are based on patches from
18571         Eli Zaretskii <eliz@is.elta.co.il>, Kai Gro\e,A_\e(Bjohann
18572         <Kai.Grossjohann@CS.Uni-Dortmund.DE>, and others.
18574         * calc/calc.el (toplevel): Require calc-macs.
18575         (calc-minibuffer-size): New.
18576         (calcDigit-nondigit): Use it instead of `buffer-size'.
18577         (calcDigit-backspace): Likewise.
18578         (calcDigit-nondigit): Use `minibuffer-contents' instead of
18579         `buffer-string'.
18580         (calc-minibuffer-contains): Use `minibuffer-prompt-end' instead of
18581         `point-min'.
18582         (calcDigit-key): Use `calc-minibuffer-contains' instead of a
18583         `save-excursion'.
18585         * calc/calc-macs.el (calc-record-compilation-date-macro): Return a
18586         simple `setq' form.
18588         * calc/calc-ext.el: (toplevel): Require calc.
18589         (calc-fancy-prefix-map): New.
18590         (calc-fancy-prefix): Use it.
18591         (calc-fancy-prefix-other-key): New.
18593         * calc/calc-aent.el (toplevel): Require calc-macs during compilation.
18594         (calc-do-quick-calc): Use `frame-width' instead of `screen-width'.
18595         (calcAlg-edit): Use `minibuffer-contents' instead of `buffer-string'.
18596         (calcAlg-enter): Likewise.
18597         (calcAlg-enter): Use `minibuffer-prompt-end' instead of `point-min'.
18599 2001-11-10  Richard M. Stallman  <rms@gnu.org>
18601         * abbrev.el (read-abbrev-file): Don't set save-abbrevs.
18602         (quietly-read-abbrev-file): Doc fix.
18604         * startup.el (command-line): Read standard abbrev
18605         file (abbrev-file-name), if it exists.
18607         * files.el (save-abbrevs): Default value is t.
18609         * progmodes/compile.el (compile-goto-error): Fix previous change
18610         in the case where subsequent errors have not been parsed yet
18611         because they are in a different source file.
18613 2001-11-10  Peter Kleiweg  <kleiweg@let.rug.nl>
18615         * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
18616         Merge two regular expressions into one.
18617         (ps-mode): Make local bindings for `comment-start' and
18618         `comment-start-skip'.
18619         (ps-mode-looking-at-nested): Simplify an if-else construct;
18620         use `set-match-data' to set the result.
18622 2001-11-10  Richard M. Stallman  <rms@gnu.org>
18624         * textmodes/flyspell.el (flyspell-correct-word/local-keymap):
18625         Function deleted.
18626         (flyspell-correct-word): Old definition deleted.
18627         (flyspell-correct-word/mouse-keymap): Renamed to flyspell-correct-word.
18628         All references renamed too.
18630 2001-11-10  Gerd Moellmann  <gerd@gnu.org>
18632         * Makefile.in (finder_setwins, setwins): Exclude Calc.
18634 2001-11-09  Per Abrahamsen  <abraham@dina.kvl.dk>
18636         * wid-edit.el (checklist): Removed `:menu-tag'.
18637         (radio-button-choice): Ditto.
18638         (editable-list): Ditto.
18640 2001-11-09  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
18642         * play/gomoku.el: Move definitions of constants to the beginning
18643         of file, before their use.
18645 2001-11-09  Richard M. Stallman  <rms@gnu.org>
18647         * textmodes/flyspell.el: Use the keymap property
18648         instead of local-map, and don't use a minor-mode map.
18649         (flyspell-mode-map): Variable deleted.
18650         Don't mess with minor-mode-map-alist.
18651         (calling add-minor-mode): Specify nil for keymap.
18652         And always use add-minor-mode, now that it exists.
18653         (flyspell-overlay-keymap-property-name): Set it to `keymap'.
18654         (flyspell-mode-on): Don't locally bind flyspell-mouse-map
18655         or flyspell-local-mouse-map.
18656         (make-flyspell-overlay): Use flyspell-mouse-map directly.
18657         (flyspell-mode): Doc fix.
18658         (flyspell-mode-on): Don't call make-local-hook.
18660 2001-11-09  Sam Steingold  <sds@gnu.org>
18662         * emacs-lisp/debug.el (debugger-make-xrefs):
18663         Add buttons to all symbols.
18665 2001-11-09  Andre Spiegel  <spiegel@gnu.org>
18667         * vc.el: Add John David Smith to credits.
18669         Suggested by Kalle Olavi Niemitalo <kon@iki.fi>:
18671         * vc-hooks.el (vc-error-occured): Backquotified.
18672         (vc-file-prop-obarray): Use prime length for better efficiency.
18674         * vc.el (vc-clear-context): Fill obarray with 0, not nil.
18676 2001-11-09  Eli Zaretskii  <eliz@is.elta.co.il>
18678         * info.el (Info-file-list-for-emacs): Add entries for Calc.
18680 2001-11-09  Miles Bader  <miles@gnu.org>
18682         * subr.el (functionp): Don't consider macros as functions.
18684 2001-11-08  Miles Bader  <miles@gnu.org>
18686         * subr.el (functionp): Make work correctly for macros and unbound
18687         symbols.
18689         * comint.el (comint-send-input): Fix description of
18690         `comint-process-echoes' in the doc-string.
18692 2001-11-08  Eli Zaretskii  <eliz@is.elta.co.il>
18694         * international/mule.el (make-translation-table): Doc fix.
18695         Suggested by Alex Schroeder <alex@gnu.org>.
18697 2001-11-07  Richard M. Stallman  <rms@gnu.org>
18699         * info.el (Info-fontify-node): Highlight every third menu item.
18701 2001-11-07  Per Abrahamsen  <abraham@dina.kvl.dk>
18703         * cus-edit.el (custom-face-value-create): Don't ignore the
18704         `customized-face' attribute when finding the current face spec.
18706 2001-11-07  Stefan Monnier  <monnier@cs.yale.edu>
18708         * subr.el (with-local-quit): New macro.
18709         (make-syntax-table): Always inherit.
18710         (functionp): Be more careful when `object' is a symbol.
18712         * dabbrev.el (dabbrev-completion): Use "*Completions*".
18714 2001-11-07  Paul Eggert  <eggert@twinsun.com>
18716         * dired.el (dired-move-to-filename-regexp):
18717         Do not distinguish between ASCII letters and non-ASCII characters.
18718         Don't allow comma except in the form "month day, year".
18719         Don't allow space between month name and comma.
18720         Clean up the code that checks for trailing period, comma, and space.
18721         Remove now-obsolete comments, and add more commentary about
18722         Japanese dates.
18723         Always gobble up trailing spaces, instead of doing it only sometimes.
18725 2001-11-07  Miles Bader  <miles@gnu.org>
18727         * paren.el (show-paren-match-face): Add dark-background variant.
18729 2001-11-06  Stefan Monnier  <monnier@cs.yale.edu>
18731         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Paren typo.
18732         (lisp-mode-variables): Don't set paragraph-{start,separate}.
18733         Don't disable adaptive-fill-mode.
18734         (lisp-fill-paragraph): Use tab-width rather than 8.
18735         Prevent filling the first line of docstrings.
18737 2001-11-06  Richard M. Stallman  <rms@gnu.org>
18739         * play/gomoku.el (gomoku): Doc fix.
18741         * jka-compr.el (jka-compr-partial-uncompress):
18742         Support an alternative of not using dd.
18743         (jka-compr-dd-program): Use defcustom to define this.
18744         (jka-compr-load-suffixes): Use defcustom.
18745         (jka-compr-mode-alist-additions): Use defcustom.
18747 2001-11-06  Stefan Monnier  <monnier@cs.yale.edu>
18749         * font-lock.el (font-lock-match-c-style-declaration-item-and-skip-to-next):
18750         Also work when LIMIT is further than the end of line.
18752 2001-11-06  Eli Zaretskii  <eliz@is.elta.co.il>
18754         * international/quail.el (quail-update-leim-list-file): Print the
18755         offending file name if some of its quail-define-package forms is broken.
18757 2001-11-05  Richard M. Stallman  <rms@gnu.org>
18759         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Return the value
18760         of the evaluated form.
18762 2001-11-05  Paul Eggert  <eggert@twinsun.com>
18764         * ls-lisp.el (ls-lisp-time-to-seconds): New function.
18765         (ls-lisp-format-time): Emulate GNU fileutils 4.1.1 ls, whose time
18766         stamps always line up by default.  Also, it uses a slightly
18767         different window to determine whether files are "recent".
18769 2001-11-05  Andrew Innes  <andrewi@gnu.org>
18771         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
18772         Don't attempt to remake autoloads before nuking .elc files.
18774 2001-11-04  Richard M. Stallman  <rms@gnu.org>
18776         * emacs-lisp/lisp-mode.el (last-sexp-toggle-display): Cope if
18777         previous-single-property-change or next-single-char-property-change
18778         returns nil.
18780         * international/mule-cmds.el (set-locale-environment):
18781         Make it interactive; make arg optional.
18783         * international/mule-diag.el (help-funs): Require help-funs.
18785 2001-11-04  Eli Zaretskii  <eliz@is.elta.co.il>
18787         * term/internal.el (term-setup-hook): Add IT-setup-unicode-display.
18789 2001-11-04  Miles Bader  <miles@gnu.org>
18791         * startup.el (fancy-splash-head): Reapply Gerd's hack to make the
18792         shadow of the splash image grey on a dark background instead of black.
18794 2001-11-03  Stefan Monnier  <monnier@cs.yale.edu>
18796         * term.el (all faces): Don't (copy-face 'default <foo>).
18798         * term/xterm.el (function-key-map):
18799         Add entry for `ESC [ 3 ~' -> <delete>
18800         Add entries `ESC O 5 [ABCD]' -> C-{up,down,right,left}.
18801         Use inheritance so that .emacs and terminfo take precedence.
18803 2001-11-03  Eli Zaretskii  <eliz@is.elta.co.il>
18805         * tooltip.el (tooltip-delay): Decrease to 0.7.
18806         (tooltip-hide-delay): Enlarge to 10.
18808 2001-11-03  Richard M. Stallman  <rms@gnu.org>
18810         * startup.el (fancy-splash-tail): Explain how to recover
18811         from a crash, if there was a crash.
18812         (command-line-1): Reorganize display of startup screen,
18813         to simplify the logic.  Use a temp buffer for it.
18815 2001-11-03  Eli Zaretskii  <eliz@is.elta.co.il>
18817         * frame.el (set-background-color, set-foreground-color):
18818         Call face-set-after-frame-default, to propagate the new colors to
18819         the frame's parameters alist.
18821         * calendar/timeclock.el (timeclock-out): Signal an error if
18822         timeclock-last-event is nil.
18824 2001-11-02  Stefan Monnier  <monnier@cs.yale.edu>
18826         * textmodes/fill.el (fill-context-prefix): Fix braino.
18828         * international/quail.el (quail-help):
18829         Use `help-buffer' and move `help-setup-xref' to beginning.
18831         * international/mule-cmds.el (describe-language-environment):
18832         Use `help-buffer' and move `help-setup-xref' to beginning.
18834         * international/mule-diag.el (list-character-sets)
18835         (sort-listed-character-sets, describe-character-set)
18836         (describe-coding-system, describe-fontset, list-fontsets):
18837         Use `help-buffer' and move `help-setup-xref' to beginning.
18838         (describe-char-after): Use `internal-describe-syntax-value'.
18840 2001-11-02  Richard M. Stallman  <rms@gnu.org>
18842         * mouse.el (popup-menu): If the user refuses to select
18843         from a menu, don't try to invoke the menu.
18845 2001-11-02  Miles Bader  <miles@gnu.org>
18847         * help-mode.el (help-xref): New button type.
18848         (help-function, help-variable, help-face, help-coding-system)
18849         (help-input-method, help-character-set, help-type, help-symbol)
18850         (help-back, help-info, help-customize-variable, help-customize-face)
18851         (help-function-def, help-variable-def): Use it as a supertype.
18852         Remove `action' property.
18854         * international/mule-diag.el (describe-character-set)
18855         (describe-coding-system): Pass correct args to `help-xref-button'.
18856         (sort-listed-character-sets): New button type.
18857         (list-character-sets): Use it.
18858         (list-charset-chars): New button type.
18859         (list-character-sets-1): Use it.
18861 2001-11-01  Stefan Monnier  <monnier@rum.cs.yale.edu>
18863         * indent.el (tab-always-indent, indent-for-tab-command):
18864         Remove redundant `never' setting.
18866         * fill.el (fill-region-as-paragraph): Don't forget to skip
18867         over current whitespace before looking for a preceding space.
18869 2001-11-01  Richard M. Stallman  <rms@gnu.org>
18871         * files.el (file-newest-backup): Don't pass backup file name
18872         thru file-name-sans-versions, because it never has version numbers.
18874         * textmodes/sgml-mode.el (sgml-xml-guess): Fix regexp
18875         to avoid ambiguous nested loops.
18877         * files.el (find-file-noselect): Offer to change buffer-read-only
18878         only when the file's read-only status has changed from before
18879         as well as disagreeing with the buffer's current status.
18880         (buffer-file-read-only): New var, local in all buffers.
18882         * buff-menu.el (buffer-menu): Doc fix.
18883         (buffer-menu-other-window): Doc fix.
18884         (list-buffers, list-buffers-noselect): Doc fix.
18886 2001-11-01  Gerd Moellmann  <gerd@gnu.org>
18888         * startup.el (command-line): If the terminal Emacs is running on
18889         has erase char set to ^H, use the Backspace key for deleting
18890         backward, and the Delete key for deleting forward.
18892 2001-11-01  Miles Bader  <miles@gnu.org>
18894         * button.el (define-button-type): Make sure every user-defined
18895         button type has a supertype.
18897 2001-10-31  Jason Rumney  <jasonr@gnu.org>
18899         * international/mule-cmds.el (locale-language-names): Add chs and
18900         cht as aliases for Chinese-GB and Chinese-BIG5.
18902 2001-10-31  Richard M. Stallman  <rms@gnu.org>
18904         * bindings.el (mode-line-frame-identification): Add doc string.
18905         (mode-line-position, mode-line-modes): New variables.
18906         (mode-line-format): Use mode-line-position for the part
18907         that displays the position-in-buffer info.
18908         Use mode-line-modes for the part that displays major and minor modes.
18910 2001-10-31  Sam Steingold  <sds@gnu.org>
18912         * emacs-lisp/debug.el (debugger-make-xrefs): New function.
18913         (debugger-setup-buffer): Call it.
18914         (debugger-mode-map): Bind RET and mouse-2.
18916 2001-10-31  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
18918         * startup.el: Document command line option --no-window-system
18919         instead of --no-windows.
18921 2001-10-30  Stefan Monnier  <monnier@cs.yale.edu>
18923         * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip.
18925         * font-lock.el (java-font-lock-syntactic-face-function): New fun.
18926         (font-lock-defaults-alist): Use it.
18927         From David Ponce <david.ponce@wanadoo.fr>
18929         * progmodes/perl-mode.el (perl-indent-line): Use `eq' to compare
18930         output of `char-after'.
18932         * bindings.el (ctl-x-map): Add binding for C-x (, C-x ) and C-x e.
18934         * simple.el (reindent-then-newline-and-indent): Insert the newline
18935         before indenting the first line.
18936         (undo-get-state, undo-revert-to-state): New funs.
18937         (shell-command): Don't kill the buffer even if empty.
18938         (transpose-subr-start1, transpose-subr-start2, transpose-subr-end1)
18939         (transpose-subr-end2): Remove.
18940         (transpose-subr): Add `special' arg and simplify.
18941         (transpose-subr-1): Rewrite.
18942         (do-auto-fill): Use fill-indent-according-to-mode and fill-nobreak-p.
18943         (rfc822-goto-eoh): Simplify.
18945 2001-10-30  Richard M. Stallman  <rms@gnu.org>
18947         * enriched.el (enriched-face-ans): Fix previous change.
18949 2001-10-30  Gerd Moellmann  <gerd@gnu.org>
18951         * international/iso-acc.el (iso-accents-compose): Remove a
18952         superfluous setq.
18954 2001-10-30  Eli Zaretskii  <eliz@is.elta.co.il>
18956         * buff-menu.el (list-buffers-noselect): If the buffer's name
18957         starts with a blank, but it visits a file, do show it (for files
18958         whose names start with a blank).
18960 2001-10-30  Stefan Monnier  <monnier@cs.yale.edu>
18962         * textmodes/fill.el (sentence-end-double-space)
18963         (sentence-end-without-period): Move to paragraphs.el.
18964         (fill-indent-according-to-mode): Change default to t.
18965         (fill-context-prefix): Simplify control-flow and use a more
18966         sophisticated merge that unifies both previous checks.
18967         (fill-single-word-nobreak-p, fill-french-nobreak-p): New funs.
18968         (fill-nobreak-predicate): Make it into a defcustom'd hook.
18969         (fill-nobreak-p): New fun.
18970         (fill-region-as-paragraph): Use it.
18971         Handle `fill-indent-according-to-mode' slightly differently.
18972         (fill-individual-paragraphs-prefix): Simplify the control-flow.
18973         (fill-individual-paragraphs-citation): Fix.
18975         * textmodes/paragraphs.el (use-hard-newlines): Use define-minor-mode.
18976         (paragraph-start): Change default to the `text-mode' value.
18977         (sentence-end-double-space, sentence-end-without-period):
18978         Move from fill.el.
18979         (forward-paragraph): Use `parstart' and `parsep' for temp variables
18980         rather than rebinding `paragraph-start' and `paragraph-separate'.
18982         * indent.el (indent-line-function): Change default to indent-relative.
18983         (tab-always-indent): Add an `never' setting.
18984         (indent-according-to-mode): Handle `indent-relative' and
18985         `indent-relative-maybe' specially.
18986         (indent-for-tab-command): Rename `prefix-arg' to `arg'.
18987         Handle the `never' case for `tab-always-indent'.
18988         Don't call indent-according-to-mode for indent-relative' and
18989         `indent-relative-maybe'.
18990         (insert-tab): Rename `prefix-arg' to `arg'.
18991         (indent-region): Indent the first line as well.
18992         (indent-relative): Don't mark the buffer modified if the indentation
18993         is unchanged.
18995         * textmodes/text-mode.el (paragraph-indent-minor-mode):
18996         Don't set paragraph-separate.  Set paragraph-start more carefully.
18997         Set indent-line-function.
18998         (paragraph-indent-text-mode): Use it and define-derived-mode.
18999         (text-mode-map): Remove the \t binding.
19000         (text-mode): Simplify now that the default is more favorable.
19002 2001-10-29  Stefan Monnier  <monnier@cs.yale.edu>
19004         * emacs-lisp/find-func.el (find-function-search-for-symbol):
19005         If the regexp doesn't match, use a looser one.
19006         (find-variable-noselect): Add `file' argument.
19008         * pcvs.el (cvs-mode-commit-hook): New hook.
19009         (cvs-mode-commit): Run it.
19011         * log-edit.el (log-edit): Run hook after `log-edit-files'.
19013         * emacs-lisp/edebug.el (delay-mode-hooks): Add edebug-spec.
19014         (edebug-instrument-function): Use `find-function-noselect'.
19016 2001-10-29  Richard M. Stallman  <rms@gnu.org>
19018         * term.el (term-if-emacs19): Macro deleted.
19019         Callers changed to use progn instead.
19021         * frame.el (blink-cursor-mode): Doc fix.
19023         * files.el (find-backup-file-name): Use make-backup-file-name.
19025         * emacs-lisp/edebug.el (edebug-window-live-p): Always alias to
19026         window-live-p.
19027         (edebug-set-conditional-breakpoint): Unconditionally use
19028         the former Emacs >=19 definition.
19029         (edebug-mark): Define unconditionally.
19030         (edebug-eval-expression): Always call read-from-minibuffer
19031         and specify history list.
19032         (edebug-lemacs-specific): Override emacs-mark, edebug-window-live-p,
19033         edebug-set-conditional-breakpoint.
19034         (edebug-emacs-version-specific): Function deleted;
19035         do the job at top level.
19036         (edebug-emacs-19-specific): Function deleted, this is the default.
19038 2001-10-29  Sam Steingold  <sds@gnu.org>
19040         * w32-fns.el (convert-standard-filename): Handle cygwin-specific
19041         "/cygdrive/LETTER/" pathnames.
19043 2001-10-29  Eli Zaretskii  <eliz@is.elta.co.il>
19045         * faces.el (invert-face): Check for 'unspecified, not for nil,
19046         when testing whether face colors are not specified.
19047         From David.Kastrup@t-online.de (David Kastrup).
19048         (read-face-name): Doc fix.
19049         (make-face-bold, make-face-unbold, make-face-italic)
19050         (make-face-unitalic, make-face-bold-italic, invert-face):
19051         Remove trailing blank from the prompt passed to read-face-name.
19053 2001-10-29  Sam Steingold  <sds@gnu.org>
19055         * emacs-lisp/bytecomp.el (byte-recompile-directory):
19056         Report numbers of files skipped and failed too.
19057         (byte-compile-file): Return 'no-byte-compile for skipped files.
19059 2001-10-29  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
19061         * log-view.el (log-view-mode-map): Bind `M-n' and `M-p', not `M n'
19062         and `M p'.
19064 2001-10-29  Gerd Moellmann  <gerd@gnu.org>
19066         * international/iso-acc.el (iso-accents-compose): Push SECOND-CHAR
19067         as is on unread-command-events instead of `(SECOND-CHAR)'.
19069 2001-10-29  Andre Spiegel  <spiegel@gnu.org>
19071         * vc.el: Mention vc-*-switches in backend API documentation.
19072         (vc-annotate): Adapt doc string to recent change.
19074 2001-10-29  Gerd Moellmann  <gerd@gnu.org>
19076         * enriched.el (enriched-face-ans): Handle face attributes
19077         of the form `(FACE1 FACE2 ...)'.
19079         * dired-x.el (dired-omit-startup): Show ``Omit'' only in Dired buffers.
19081 2001-10-29  Alex Schroeder  <kensanata@yahoo.com>
19083         * progmodes/sql.el (sql-mysql): Doc change by RMS.
19085         * progmodes/sql.el (sql-db2): Doc change.
19086         (sql-help): Doc change by Christian Egli <christian.egli@stest.ch>.
19087         (sql-mysql): Doc change by Christian Egli <christian.egli@stest.ch>.
19089 2001-10-29  Gerd Moellmann  <gerd@gnu.org>
19091         * env.el (substitute-env-vars): Don't quote argument to `rx';
19092         it's a macro.
19094 2001-10-28  Per Abrahamsen  <abraham@dina.kvl.dk>
19096         * cus-start.el (recursive-load-depth-limit): Added.
19098 2001-10-28  Richard M. Stallman  <rms@gnu.org>
19100         * textmodes/ispell.el (version18p, version20p): Vars deleted.
19101         All uses removed--assume Emacs version is >= 20.
19103         * mail/supercite.el (sc-emacs-features): Test for "Emacs 19"
19104         by really checking that it is not version 18.
19106         * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
19108 2001-10-28  Miles Bader  <miles@gnu.org>
19110         * faces.el (face-attribute): Add INHERIT argument, consider face
19111         inheritance if it's non-nil.
19112         (face-attribute-merged-with): New function.
19113         (face-attribute-specified-or): New macro.
19114         (face-foreground, face-background, face-stipple): Add INHERIT
19115         argument.  Use `face-attribute-specified-or'.
19117 2001-10-28  Stefan Monnier  <monnier@cs.yale.edu>
19119         * font-lock.el: Require `syntax'.
19120         (font-lock-defaults-alist): Don't define keywords for lisp languages.
19121         Use `c-font-lock-syntactic-face-function' for c languages.
19122         (font-lock-mode): Don't unset vars when turning the mode off.
19123         (font-lock-default-fontify-buffer): Don't unset vars at the end.
19124         (font-lock-extra-managed-props): New var.
19125         (font-lock-default-unfontify-region): Use it.
19126         (font-lock-apply-syntactic-highlight): Flush the syntax cache.
19127         Don't eval the value when there's no match.
19128         (font-lock-ppss-stats): New var.
19129         (font-lock-ppss): New fun.
19130         (font-lock-fontify-syntactically-region): Use it and syntax.ppss.
19131         (font-lock-apply-highlight): Allow `highlight' to set several props.
19132         (font-lock-set-defaults): Use dolist.
19133         (font-lock-unset-defaults): Remove.
19134         (font-lock-match-c-style-declaration-item-and-skip-to-next):
19135         Try to recognize prototypes using `foo P_ ((args))'.
19136         ({c,c++,java,objc}-font-lock-keywords-{1,2,3}): Don't setq a defconst.
19137         (c-font-lock-keywords-2): Fix last change to still use Anders' trick.
19138         (c-font-lock-syntactic-face-function): New function.
19139         (font-lock-match-c++-style-declaration-item-and-skip-to-next)
19140         (c++-keywords): Use a more sophisticated regexp to handle
19141         shallowly nested templates.
19143 2001-10-27  Stefan Monnier  <monnier@cs.yale.edu>
19145         * textmodes/sgml-mode.el (sgml-empty-tags): New var.
19146         (sgml-tag): Use it.  Cleanup with `cond'.
19147         (sgml-tags-invisible): Make sgml-tags-invisible buffer-local.
19148         Mark the overlays and only delete those that are marked.
19149         (sgml-skip-close-p): Remove.
19150         (sgml-value): Replace sgml-skip-close-p with its definition.
19151         (html-tag-alist): Use sgml-xml a bit more.
19152         (html-mode): Set sgml-empty-tags.
19154         * textmodes/texnfo-upd.el: Use `when', `dolist', `push', ...
19155         (texinfo-update-node, texinfo-sequential-node-update):
19156         Don't bind the obsolete `auto-fill-hook'.
19157         (texinfo-multi-file-included-list,texinfo-multi-file-master-menu-list):
19158         Use `set-buffer' rather than `switch-to-buffer'.
19159         (texinfo-multi-file-update): Use "Top" rather than `up-node-name'.
19160         Use `set-buffer' rather than `switch-to-buffer'.
19162         * mail/sendmail.el (mail-mode-syntax-table): Let it inherit from
19163         text-mode-syntax-table.
19164         (mail-mode): Use define-derived-mode.
19165         Fix ordering of alternatives in adaptive-fill-regexp.
19166         (mail-mode-map): Don't rely on keymap's internal representation.
19168 2001-10-27  Sam Steingold  <sds@gnu.org>
19170         * textmodes/sgml-mode.el (sgml-xml): Renamed from `html-xhtml'.
19171         (sgml-xml-guess): Extracted from `html-mode' and generalized.
19172         (sgml-mode-common): Call it.
19173         (sgml-mode, html-mode): Set `mode-name' based on `sgml-xml'.
19174         (sgml-tag, sgml-skip-close-p, html-tag-alist, html-line)
19175         (html-horizontal-rule, html-image, html-ordered-list):
19176         (html-unordered-list, html-list-item, html-paragraph):
19177         (html-checkboxes, html-radio-buttons): Use `sgml-xml' instead of
19178         `html-xhtml'.
19180 2001-10-26  Masayuki Ataka  <ataka@milk.freemail.ne.jp>
19182         * textmodes/texinfmt.el (texinfo-format-ifnotinfo): New function.
19183         (ifnothtml): New alias.
19185 2001-10-27  Stefan Monnier  <monnier@cs.yale.edu>
19187         * textmodes/text-mode.el (text-mode): Use define-derived-mode.
19188         (toggle-text-mode-auto-fill): Use derived-mode-p.
19190 2001-10-27  Gerd Moellmann  <gerd.moellmann@t-online.de>
19192         * net/ange-ftp.el (ange-ftp-send-cmd): Call fix-name-func for
19193         `mdtm'.  From "Forrest Cahoon" <forrest.cahoon@merrillcorp.com>.
19195 2001-10-26  Eli Zaretskii  <eliz@is.elta.co.il>
19197         * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
19198         Add make-obsolete cookies, to follow faces.el.
19200         These changes avoid warnings from the byte compiler in faces.el:
19202         * faces.el (internal-get-face): Use facep instead of the obsolete
19203         internal-find-face.
19204         (internal-frob-font-weight, internal-frob-font-slant):
19205         New defaliases for obsolete functions.
19206         (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
19207         (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
19208         (x-make-font-bold-italic): Use internal-frob-font-weight and
19209         internal-frob-font-slant aliases instead of the obsolete
19210         x-frob-... functions.
19212 2001-10-26  Sam Steingold  <sds@gnu.org>
19214         * textmodes/sgml-mode.el (html-mode): Set `html-xhtml' from the
19215         DOCTYPE; set `mode-name' based on it.
19216         (html-tag-alist): Use `html-xhtml' for "li", "dt" and "dd".
19217         (sgml-tag): Close empty tags in XHTML.
19219 2001-10-26  Jason Rumney  <jasonr@gnu.org>
19221         * w32-fns.el: (w32-charset-info-alist): Use ANSI for iso10646-1
19222         when UNICODE is not defined.
19224 2001-10-26  Sam Steingold  <sds@gnu.org>
19226         * font-lock.el (c-font-lock-keywords-2): Do not require labels to
19227         be alone on the line.
19229 2001-10-26  Eli Zaretskii  <eliz@is.elta.co.il>
19231         * button.el (button): Special face definition for MS-DOS terminals.
19233 2001-10-26  Sam Steingold  <sds@gnu.org>
19235         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
19236         Protect the /= test by checking that the args are non-nil.
19237         (sh-font-lock-close-heredoc): Check eof for being non-nil.
19239 2001-10-26  Tomas Abrahamsson  <tab@lysator.liu.se>
19241         * textmodes/artist.el (artist-version): 1.2.4.
19242         (artist-butlast-fn): New variable.
19243         (artist-butlast): New function.
19244         (artist-ellipse-mirror-quadrant): Use it.
19245         (artist-mouse-draw-poly): Use nil for `point-list'.
19246         (artist-mouse-draw-poly): Check for point-list being nil.
19248 2001-10-26  Peter Kleiweg  <kleiweg@let.rug.nl>
19250         * progmodes/ps-mode.el (ps-mode-print-function): Remove quote for
19251         lambda expression.
19252         (ps-mode-menu-main): Submenu with options on/off was replaced with
19253         a toggle button.
19254         (ps-mode, ps-run-mode): Define with `define-derived-mode'
19255         (ps-mode): Autoload cookie added on same line as comment
19256         (ps-mode-tabkey, ps-mode-backward-delete-char):
19257         (ps-mode-r-balance): Replace `delete-horizontal-space' and
19258         `indent-to' with `indent-line-to'
19259         (ps-mode-print-buffer, ps-mode-print-region): Use `funcall'
19260         instead of `eval'.
19261         (ps-mode-print-region): Use `with-temp-buffer'.
19262         (ps-run-start): Use of `mapconcat'.  Use `apply' instead of `eval'.
19263         (numerous places): Add back-tick and tick around names in
19264         docstrings, fix punctuation in docstrings, remove trailing spaces.
19266 2001-10-25  Stefan Monnier  <monnier@cs.yale.edu>
19268         * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Ignore comments.
19269         (sgml-font-lock-keywords-2): Use `eval'.  Moved from sgml-mode-common.
19270         (sgml-font-lock-syntactic-keywords): New var.
19271         (sgml-mode-common): Drop the two args.
19272         Don't make buffer-local variables that aren't used.
19273         Don't set sgml-font-lock-keywords-2 now that it uses `eval instead.
19274         Don't set `before-string' props from sgml-display-text.
19275         (sgml-mode): Use define-derived-mode.
19276         (sgml-tags-invisible): Use sgml-display-text.
19277         (sgml-quote): New command.
19278         (html-tag-alist): Add args for `span'.
19279         (html-mode): Use define-derived-mode.
19280         Set sgml-display-text and sgml-tag-face-alist.
19282 2001-10-25  Sam Steingold  <sds@gnu.org>
19284         * add-log.el (add-log-always-start-new-record): New user option.
19285         (add-change-log-entry): Use it.
19287 2001-10-25  Richard M. Stallman  <rms@gnu.org>
19289         * progmodes/etags.el (tags-query-replace): Make tags-loop-scan
19290         bind case-fold-search if FROM is not all lower case.
19292 2001-10-25  Gerd Moellmann  <gerd@gnu.org>
19294         * startup.el (normal-top-level): Check for frame-initial-frame
19295         only if it's really used.
19297         * mail/mh-utils.el (mh-recenter): Call recenter with arg `(4)'.
19299         * progmodes/compile.el (compilation-parse-errors-filename-function):
19300         New variable.
19301         (compilation-parse-errors): Use it.
19303 2001-10-25  Stefan Monnier  <monnier@cs.yale.edu>
19305         * emacs-lisp/checkdoc.el (checkdoc-eval-defun): Call eval-defun
19306         interactively so that C-u M-C-x still does edebug.
19307         (checkdoc-sentencespace-region-engine): Don't force a double-space
19308         after `.' if it doesn't look like an end-of-sentence.
19309         (debug-ignored-errors): Add `disambiguate ...'.
19311 2001-10-24  Stefan Monnier  <monnier@cs.yale.edu>
19313         * textmodes/texinfo.el (texinfo-environments)
19314         (texinfo-environment-regexp): Hoist.
19315         (texinfo-font-lock-keywords): Use `italic' and `bold' faces.
19316         Only highlight the menu name in menu items.
19317         Setup `@foo ... @end foo' as text clones.
19318         (texinfo-clone-environment): New function.
19319         (texinfo-mode): Simplify auto-fill-inhibit-regexp.
19320         (texinfo-insert-block): Simplify.
19321         (texinfo-insert-quote): Insert a plain " if preceded by \ or if
19322         the command is repeated.
19323         (texinfo-last-unended-begin, texinfo-next-unmatched-end): New funs.
19324         (texinfo-insert-@end): Simplify.
19326         * textmodes/texnfo-upd.el (texinfo-section-types-regexp)
19327         (texinfo-section-level-regexp, texinfo-subsection-level-regexp)
19328         (texinfo-subsubsection-level-regexp)
19329         (texinfo-update-menu-same-level-regexps)
19330         (texinfo-update-menu-higher-regexps)
19331         (texinfo-update-menu-lower-regexps): Hoist to eliminate warnings.
19333         * derived.el (define-derived-mode): Use {delay,run}-mode-hooks.
19334         (derived-mode-p): Autoload.
19336         * subr.el (delay-mode-hooks, delayed-mode-hooks, run-mode-hooks):
19337         New vars and functions.
19338         (text-clone-maintain, text-clone-create): New functions.
19340 2001-10-25  Miles Bader  <miles@gnu.org>
19342         * facemenu.el (facemenu-add-new-face): Fix variable names.
19344 2001-10-24  Richard M. Stallman  <rms@gnu.org>
19346         * facemenu.el (facemenu-unlisted-faces): Improve doc strings
19347         of t and nil values.
19348         (facemenu-set-face): Handle START and END interactively.
19349         (facemenu-set-foreground): Don't use a face; specify color directly.
19350         (facemenu-set-background): Likewise.
19351         (facemenu-set-face-from-menu): Doc fix.
19352         (facemenu-active-faces): Use face-attribute-vector
19353         to handle bare attributes not in faces.
19354         (facemenu-get-face): Don't handle face names fg:... and bg:...
19355         specially.
19356         (facemenu-add-new-face): New argument MENU.
19357         New way to handle adding colors to the color menus.
19359         * env.el (substitute-env-vars): Quote the arg to rx.
19361 2001-10-24  Sam Steingold  <sds@gnu.org>
19363         * mouse.el (mouse-buffer-menu-mode-groups): Added "Version
19364         Control" and "SGML" groups.
19366 2001-10-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
19368         * progmodes/cc-engine.el (c-beginning-of-member-init-list):
19369         Better handling of C++ template args to avoid confusion with `<'
19370         and `>' used as operators in member init expressions.
19372 2001-10-24  Gerd Moellmann  <gerd@gnu.org>
19374         * replace.el (perform-replace): Move START and END parameters
19375         to the end of the argument list and make them optional.
19377         * progmodes/ebrowse.el, progmodes/etags.el: Adapt to change in
19378         perform-replace.
19380         * international/fontset.el (x-must-resolve-font-name): New function.
19381         (x-complement-fontset-spec): Use it.
19383 2001-10-23  Stefan Monnier  <monnier@cs.yale.edu>
19385         * uniquify.el (uniquify-get-proposed-name): Fix (.. "usr" "/usr" 0).
19387         * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
19388         Turn caadr into caar of cdr.
19390 2001-10-23  Gerd Moellmann  <gerd@gnu.org>
19392         * info.el (Info-fontify-node): Bind down-mouse-{1,2} instead
19393         of mouse-{1,2} since dragging is on the down event.
19395         * play/doctor.el (make-doctor-variables): Remove a '($ please)'.
19397         * mail/mh-utils.el (mh-recenter): Call `recenter' with arg t
19398         if ARG is nil.
19400         * desktop.el (desktop-last-buffer): New variable.
19401         (desktop-create-buffer): Set it.
19402         (desktop-read): Bind it and switch to that buffer.
19404 2001-10-22  Gerd Moellmann  <gerd@gnu.org>
19406         * progmodes/compile.el (compilation-set-window-height):
19407         Select old window only if it's still live.
19409 2001-10-22  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
19411         * help-mode.el (help-buffer): Remove debugging code.
19412         From Stefan Monnier <monnier@cs.yale.edu>.
19414 2001-10-22  Eli Zaretskii  <eliz@is.elta.co.il>
19416         * files.el (file-name-sans-extension, file-name-extension):
19417         Don't count the leading dots in file names as signaling an extension.
19419 2001-10-22  Andre Spiegel  <spiegel@gnu.org>
19421         * vc.el (vc-diff-switches): Doc rewritten.
19423 2001-10-22  Eli Zaretskii  <eliz@is.elta.co.il>
19425         * tooltip.el (tooltip-set-param): Doc fix.
19427         * textmodes/sgml-mode.el (sgml-mode-map): Bind 8-bit codes above
19428         127 to sgml-maybe-name-self.
19429         (sgml-name-8bit-mode): Doc fix.
19430         (sgml-char-names-table): New variable.
19431         (sgml-name-char): Support non-ASCII and mule-unicode-*
19432         characters.  Doc fix.
19433         (sgml-maybe-name-self): Convert unibyte characters to multibyte.
19435         * tooltip.el (tooltip-x-offset, tooltip-y-offset): Mention in the
19436         doc string the effect of `left' and `top' parameters in
19437         tooltip-frame-parameters, the default values, and the units.
19438         (tooltip-frame-parameters): Mention `top' and `left' in the doc string.
19439         (tooltip-show): Mention in the doc string the `top' and `left'
19440         parameters in tooltip-frame-parameters, and x-max-tooltip-size.
19442 2001-10-22  Andre Spiegel  <spiegel@gnu.org>
19444         Add autoscaling support for vc-annotate.
19445         From J.D. Smith <jdsmith@alum.mit.edu>.
19447         * vc.el (vc-annotate-display-default): Accept colormap scaling
19448         ratio (now deprecated).
19449         (vc-annotate-display-autoscale): Added.
19450         (vc-annotate-add-menu): New autoscaling menu options "Span to
19451         Oldest" and "Span Oldest->Newest".  Easymenu support added for
19452         toggle menus driven by customize variable `vc-annotate-display-mode'.
19453         (vc-annotate-display-select): Added.
19454         (vc-annotate): Changed temp-buffer-show-function to
19455         `vc-annotate-display-select'.
19456         (vc-annotate-display): Removed arguments BUFFER and BACKEND.
19457         Added argument OFFSET.  Instead of backend function, calls now
19458         generic `vc-annotate-difference'.
19459         (vc-annotate-difference): Added as generic function instead of
19460         backend-specific function.  No longer takes argument POINT, but
19461         instead accepts a time OFFSET.
19462         (vc-default-annotate-current-time): Added.
19464         * vc-cvs.el (vc-cvs-annotate-difference): Removed to generic
19465         version in vc.el, with
19466         (vc-cvs-annotate-current-time): Added, as override of default.
19467         (vc-cvs-annotate-time): Added.  Taken mostly from the (now removed)
19468         `vc-cvs-annotate-difference'.
19470 2001-10-22  Gerd Moellmann  <gerd@gnu.org>
19472         * saveplace.el (save-place): Require `saveplace'.
19474         * progmodes/cwarn.el (cwarn-font-lock-feature-keywords-alist):
19475         Use `sexp' for :value-type instead of `face'.
19477 2001-10-21  Eli Zaretskii  <eliz@is.elta.co.il>
19479         * mail/rmailsum.el (rmail-summary-font-lock-keywords): Fix the
19480         regexps due to 5-digit message IDs.
19482 2001-10-21  Jason Rumney  <jasonr@gnu.org>
19484         * term/w32-win.el (redisplay-dont-pause): Don't set.
19486 2001-10-21  Miles Bader  <miles@gnu.org>
19488         * help-funs.el (help-manyarg-func-alist): Variable removed.
19490 2001-10-21  Miles Bader  <miles@gnu.org>
19492         * help-funs.el (help-manyarg-func-alist): Remove entries for
19493         `insert', `insert-and-inherit', `insert-before-markers',
19494         `insert-before-markers-and-inherit', `message', `message-box',
19495         `message-or-box', `propertize', `format', `encode-time', `append',
19496         `concat', `vconcat', `nconc', `widget-apply', `make-hash-table',
19497         `insert-string', `ml-if', `ml-provide-prefix-argument', and
19498         `ml-prefix-argument-loop'.
19500 2001-10-21  Andre Spiegel  <spiegel@gnu.org>
19502         * vc.el (vc-diff-internal, vc-coding-system-for-diff)
19503         (vc-default-diff-tree): New functions.
19504         (vc-version-diff): Use them.  As a result, coding systems are now
19505         set up properly for all sorts of diffs, and tree diffs can now
19506         also be done locally.
19507         (vc-diff): With a prefix argument, don't require that it's called
19508         from a buffer under version control.
19509         (diff-switches): Remove duplicate definition.
19511         * vc-cvs.el (vc-cvs-diff-tree): New function.
19513 2001-10-21  Miles Bader  <miles@gnu.org>
19515         * help-funs.el (help-manyarg-func-alist): Remove entries for
19516         `list', `vector', `make-byte-code', `call-process',
19517         `call-process-region', `string', `+', `-', `*', `/', `max', `min',
19518         `logand', `logior', and `logxor'.
19520         * wid-edit.el (checkbox): Swap bg/fg colors in image, and invert
19521         image bits to compensate.  Use `make-string' instead of
19522         `make-bool-vector' (XBM apparently wants byte-aligned rows).
19524 2001-10-20  Kim F. Storm  <storm@cua.dk>
19526         * simple.el (kill-ring-save): Don't show extent of copied region
19527         if using transient-mark-mode and region is fully visible.
19529 See ChangeLog.9 for earlier changes.
19531 ;; Local Variables:
19532 ;; coding: iso-2022-7bit
19533 ;; End:
19535     Copyright (C) 2001, 2002 Free Software Foundation, Inc.
19536   Copying and distribution of this file, with or without modification,
19537   are permitted provided the copyright notice and this notice are preserved.