(Funibyte_char_to_multibyte): Export.
[emacs.git] / lisp / ChangeLog
blobcaa1b8d5dfdcd5bd9486ff961efd9d9c42f59dc9
1 2003-01-18  Stefan Monnier  <monnier@cs.yale.edu>
3         * progmodes/sh-script.el (sh-indent-line): Use indent-line-to.
4         (sh-non-closing-paren): New const.
5         (sh-case, sh-while-getopts): Use it to make props non-sticky.
6         (sh-add-completer): Use test-completion.
8 2003-01-18  Vasily Korytov  <deskpot@myrealbox.com>  (tiny change)
10         * progmodes/cperl-mode.el: Don't make faces depend on window-system.
12 2003-01-18  Markus Rost  <rost@math.ohio-state.edu>
14         * cus-edit.el (customize-changed-options): Undo last doc change.
16 2003-01-17  Stefan Monnier  <monnier@cs.yale.edu>
18         * skeleton.el (skeleton-internal-list, skeleton-internal-1):
19         Don't treat \n specially in sub-skeletons.
21 2003-01-17  Dave Love  <fx@gnu.org>
23         * international/ucs-tables.el: Redo 8859-6 change in the right place.
25 2003-01-17  Kenichi Handa  <handa@m17n.org>
27         * international/fontset.el: Don't setup the default fontset and
28         font-encoding-alist at the top level.
29         (setup-default-fontset): New function.
30         (create-fontset-from-fontset-spec): Delete autoload cookie.
32         * term/x-win.el: Require fontset unconditionally again.
33         Call setup-default-fontset at the top level.
35         * term/w32-win.el: Call setup-default-fontset.
37         * term/mac-win.el: Require fontset and call setup-default-fontset.
39 2003-01-16  Stefan Monnier  <monnier@cs.yale.edu>
41         * textmodes/fill.el (fill-region-as-paragraph): Only erase `hard'
42         property until end-of-paragraph.
44 2003-01-16  Kenichi Handa  <handa@m17n.org>
46         * international/ucs-tables.el: Undo the last change.
48 2003-01-15  Dave Love  <fx@gnu.org>
50         * thingatpt.el (thing-at-point-file-name-chars): Include non-ASCII
51         and use documented treatment of -.
53         * dired-x.el (dired-filename-at-point): Fix filename-chars.
55         * international/ucs-tables.el: Set up tables for 8859-6.
57         * server.el (server-window): Customize.
58         (server-mode): New.
59         (server-unload-hook): Call server-start.
61 2003-01-15  John Wiegley  <johnw@gnu.org>
63         * eshell/em-hist.el (eshell-save-history-on-exit):
64         Rename `eshell-ask-to-save-history' to `eshell-save-history-on-exit',
65         because the former name is somewhat unrelated to the variables'
66         possible values.
68 2003-01-15  Deepak Goel  <deego@gnufans.org>
70         * calc/README: Add new maintainer.
72         * calc/*: Ditto.
74         * calc/calc.el (calc-bug-address): Change address to deego@gnufans.org.
76 2003-01-15  Andrew Innes  <andrewi@gnu.org>
78         * makefile.w32-in (loaddefs.el): Invoke make to build stub file
79         using appropriate rule for build environment.
80         (loaddefs.el-SH, loaddefs.el-CMD): New targets.  Include small set
81         of autoloads and defvars, sufficient to dump bootstrap emacs.
82         (update-subdirs-SH): Use hard-coded list of top-level lisp
83         subdirs, because find program on Windows is not compatible with
84         Unix find.
85         (compile-CMD, compile-SH): Use `batch-byte-compile-if-not-done'.
86         Explicitly load loaddefs.el so that bootstrap emacs can compile
87         properly.
88         (bootstrap-clean): Add dependency on loaddefs.el, to ensure
89         minimal stub sufficient for dumping bootstrap emacs is available.
91         * loadup.el: Include lisp/textmodes in load-path for bootstrap
92         emacs, to resolve ispell menu reference.
94 2003-01-15  YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>  (tiny change)
96         * international/mule.el (optimize-char-coding-system-table):
97         Optimize it.
99         * term/mac-win.el: Setup the fontset "fontset-mac" correctly.
101 2003-01-14  Stefan Monnier  <monnier@cs.yale.edu>
103         * pcvs-info.el (cvs-fileinfo-from-entries): Deal with Solaris'
104         occasional use of "05" rather than " 5" for day-of-month.
106         * log-view.el (log-view-message-re): The rev might be locked.
108 2003-01-14  Nick Roberts  <nick@nick.uklinux.net>
110         * gdb-ui.el: Improve commentary.
111         (gdb-window-height, gdb-window-width, gdb-display-number-end):
112         Customize the dimensions of frames for displayed expressions.
113         (gdb-error-begin): Comment out because it is not used because of
114         bug/quirk in annotations.
115         (gdb-reset): Use with-current-buffer.
117 2003-01-14  Kim F. Storm  <storm@cua.dk>
119         * ido.el (ido-read-internal, ido-file-internal)
120         (ido-copy-current-file-name, ido-wide-find-dirs-or-files):
121         Don't use `path' as name of local variables holding a file name.
123         * arc-mode.el (archive-arc-rename-entry): Fix error message.
124         (archive-lzh-summarize): Rename local var `path' to `dir'.
125         (archive-unique-fname) [!MSDOS]: Avoid byte-compiler warning.
127         * dired.el: Doc fixes.
128         * dired-aux.el: Rename `whole-path' to `whole-name' throughout.
129         (dired-mark-read-regexp): Use "Abs." prefix instead of "Path".
130         * dired-x.el: Doc fixes.
132         * fast-lock.el (fast-lock-cache-name): Doc fix.
134         * net/browse-url.el (browse-url-filename-alist): Doc fix.
136 2003-01-14  John Paul Wallington  <jpw@shootybangbang.com>
138         * apropos.el (apropos): Restore autoload cookie.  Fix typo in
139         "error retrieving function documentation" output.
141 2003-01-14  Kim F. Storm  <storm@cua.dk>
143         * subr.el (process-put, process-get): New functions.
145         * simple.el (clone-process): Copy process' plist to new process.
147 2003-01-13  Markus Rost  <rost@math.ohio-state.edu>
149         * cus-dep.el (custom-make-dependencies):  Don't set standard-value
150         and version numbers for variables.  Handle faces.
152         * cus-edit.el (customize-changed-options):  Doc addition.  Load the
153         version deps earlier.  Use other tests for groups and variables.
154         Handle faces.
156 2003-01-14  Kim F. Storm  <storm@cua.dk>
158         * ido.el: Doc fixes.
159         (ido-max-file-prompt-width): Rename from ido-max-prompt-path.
160         (ido-rewrite-file-prompt-functions): Rename from
161         ido-make-file-prompt-hook.  Directory name is now in dynamic
162         variable `dirname' (instead of `path').
163         (ido-rewrite-file-prompt-rules): Rename from
164         ido-rewrite-prompt-path-rules.
165         (ido-make-prompt): Directory name now in `dirname' var.
166         (ido-complete): Fix error message.
168 2003-01-13  John Paul Wallington  <jpw@shootybangbang.com>
170         * server.el (server-process-filter): Use `minibufferp' to test
171         whether we are inside a minibuffer.
172         (server-process, server-kill-new-buffers): Doc fixes.
174 2003-01-13  Dave Love  <fx@gnu.org>
176         * international/utf-16.el (mule-utf-16-be, mule-utf-16-le):
177         Remove pre-write-conversion.
179 2003-01-13  Kim F. Storm  <storm@cua.dk>
181         * hexl.el (hexl-mode-map): Don't quote remapped command names.
183 2003-01-13  David Ponce  <david@dponce.com>
185         * ruler-mode.el (ruler-mode): Cleanup buffer local variable
186         `header-line-format' if it didn't exist when `ruler-mode' was enabled.
188 2003-01-13  Masatake YAMATO  <jet@gyve.org>
190         * ruler-mode.el (ruler-mode-comment-column-char)
191         (ruler-mode-goal-column-char, ruler-mode-set-goal-column-ding-flag)
192         (ruler-mode-mouse-current-grab-object): New variables.
193         (ruler-mode-comment-column-face, ruler-mode-goal-column-face):
194         New faces.
195         (ruler-mode-mouse-set-fill-column): Removed.
196         (ruler-mode-mouse-grab-any-column)
197         (ruler-mode-mouse-drag-any-column-iteration)
198         (ruler-mode-mouse-drag-any-column): New functions.
199         (ruler-mode-map): [header-line down-mouse-2] Bound to
200         `ruler-mode-mouse-grab-any-column' instead of
201         `ruler-mode-mouse-set-fill-column'.
202         (ruler-mode-ruler-help-echo): Update its value.
203         (ruler-mode-ruler-help-echo-when-goal-column): New help string used
204         when goal-column is already set.
205         (ruler-mode-ruler-help-echo-tab): Rename to...
206         (ruler-mode-ruler-help-echo-when-tab-stops): New.
207         (ruler-mode-fill-column-help-echo, ruler-mode-comment-column-help-echo)
208         (ruler-mode-goal-column-help-echo): New help strings.
209         (ruler-mode-ruler): Use `ruler-mode-ruler-help-echo-when-goal-column'
210         instead of `ruler-mode-ruler-help-echo' if `goal-column' is set.
211         Show `comment-column' and `goal-column'.  Echo the different help
212         string for each *-column characters on the ruler.
214 2003-01-13  Richard M. Stallman  <rms@gnu.org>
216         * apropos.el (apropos-documentation-property): New function.
217         (apropos): Use apropos-documentation-property.
219         * files.el (mode-line-process): Mark as risky.
221         * help.el (where-is): Catch errors in indirect-function.
223         * server.el (server-process-filter): Comment out -eval.
224         Don't switch buffers if inside isearch or minibuffer.
226         * progmodes/compile.el (compilation-revert-buffer):
227         If buffer has a file, revert it in the normal way.
229         * term/x-win.el: Require fontset conditionally again.
231 2003-01-13  Kim F. Storm  <storm@cua.dk>
233         * ido.el (ido-enable-tramp-completion): New defcustom.
234         (ido-enter-single-matching-directory): Change default to 'slash.
235         (ido-is-tramp-root): New defun.
236         (ido-is-root-directory, ido-is-ftp-directory, ido-is-slow-ftp-host)
237         (ido-may-cache-directory, ido-final-slash, ido-read-internal)
238         (ido-complete, ido-make-file-list1, ido-make-dir-list1):
239         Handle tramp completion.
240         (ido-file-name-all-completions1): New defun for tramp completion.
241         (ido-file-name-all-completions): Use it.
242         (ido-set-matches1): Relax matching of text with trailing slash.
243         (ido-exhibit): Handle tramp completion.
244         Simplified code using nested cond forms using new `refresh' var.
245         Fixed handling of /~user/ paths.
247 2003-01-12  Andreas Schwab  <schwab@suse.de>
249         * arc-mode.el (archive-mode-map): Use command remapping instead of
250         substitute-key-definition.
251         * emerge.el (emerge-setup-fixed-keymaps): Likewise.
252         * msb.el (msb-mode-map): Likewise.
253         * forms.el (forms--change-commands): Likewise.
254         * hexl.el (hexl-mode-map): Likewise.
255         * mail/mailabbrev.el (Commentary): Likewise.
256         * play/decipher.el (decipher-mode-map): Likewise.
257         * play/gomoku.el (gomoku-mode-map): Likewise.
258         * play/landmark.el (lm-mode-map): Likewise.
259         * play/solitaire.el (solitaire-mode-map): Likewise.
260         * progmodes/sh-script.el (sh-mode-map): Likewise.
261         * textmodes/picture.el (picture-substitute): Likewise.
263         * ielm.el (inferior-emacs-lisp-mode):
264         Bind comint-dynamic-complete-functions locally.
266         * buff-menu.el (Buffer-menu-select): Fix for effect of header line.
268 2003-01-11  Andreas Schwab  <schwab@suse.de>
270         * textmodes/sgml-mode.el (sgml-font-lock-keywords-2): Add flag to
271         merge with existing fontification.
273 2003-01-11  Nick Roberts  <nick@nick.uklinux.net>
275         * gud.el (gud-kill-buffer-hook): Save gud-minor-mode type.
276         (gud-reset): New function. Reset environment at end of debugging.
277         (gud-sentinel): Call gud-reset or gdb-reset.
278         (gud-menu-map, gud-tool-bar-map, gdb): Change gud-goto to gud-until.
280         * gdb-ui.el (gud-display): Use GDB command ptype instead of whatis
281         to find out if variable shuld be dereferenced.
282         (gud-display1): Exit if there is `No symbol'.
283         (gdb-expressions-mode-map): Correction to key-binding.
284         (gdb-reset): New function. Reset environment at end of debugging.
285         (gdb-quit): Remove.
287 2003-01-10  Dave Love  <fx@gnu.org>
289         * international/code-pages.el (cp-make-coding-system): Fix last change.
291 2003-01-10  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
293         * dired.el (dired-garbage-files-regexp): Use \\' instead of $ and
294         use regexp-opt for readability.
296 2003-01-10  Mark A. Hershberger  <mah@everybody.org>
298         * xml.el (xml-parse-tag, xml-parse-attlist, xml-skip-dtd)
299         (xml-parse-dtd, xml-parse-elem-type): Be more flexible in recognizing
300         empty elements.
302 2003-01-10  Luc Teirlinck  <teirllm@mail.auburn.edu>
304         * progmodes/sh-script.el (sh-set-shell): Make sh-shell-file the default
305         shell.
307 2003-01-09  John Wiegley  <johnw@gnu.org>
309         * pcomplete.el (pcomplete-termination-string): Add a variable
310         for modifying the string which is inserted after a completion or
311         expansion using pcomplete.
313 2003-01-09  Karl Berry  <karl@gnu.org>
315         * sort.el (sort-regexp-fields): Pass noerror to re-search-forward,
316         so that we don't fail if no records match record-regexp.
318 2003-01-09  Markus Rost  <rost@math.ohio-state.edu>
320         * cus-edit.el (customize-group, customize-group-other-window):
321         Remove unnecessary calls to custom-load-symbol.
322         (custom-group-value-create):
323         Load widget deps if state is not hidden.  If widget deps are
324         loaded, load them in advance.
325         (custom-menu-create): If widget deps are loaded, load them earlier.
327 2003-01-09  John Paul Wallington  <jpw@shootybangbang.com>
329         * language/ethio-util.el (ethio-gemination)
330         (exit-ethiopic-environment): Doc fixes.
332         * language/viet-util.el (viet-encode-viqr-region)
333         (viet-decode-viqr-region, viet-encode-viqr-buffer)
334         (viet-decode-viqr-buffer): Doc fixes.
336 2003-01-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
338         * paths.el: Remove gnus-startup-file.
340 2003-01-08  Bill Wohler  <wohler@newt.com>
342         * mail/mh-alias.el, mail/mh-customize.el, mail/mh-identity.el,
343         mail/mh-loaddefs.el, toolbar/alias.pbm, toolbar/alias.xpm: Added.
345         * mail/mh-comp.el, mail/mh-e.el, mail/mh-funcs.el,
346         mail/mh-index.el, mail/mh-mime.el, mail/mh-pick.el,
347         mail/mh-seq.el, mail/mh-speed.el, mail/mh-utils.el,
348         mail/mh-xemacs-compat.el: Upgraded to MH-E version 7.1.
350 2003-01-08  Kim F. Storm  <storm@cua.dk>
352         * mail/undigest.el (unforward-rmail-message): Don't use global
353         variable `n'.
355 2003-01-08  Francesco Potort\e,Al\e(B  <pot@gnu.org>
357         * mail/undigest.el (unforward-rmail-message): Simplified.
358         No functional change.
360 2003-01-07  Markus Rost  <rost@math.ohio-state.edu>
362         * custom.el (custom-autoload, custom-variable-p): New functions.
364         * emacs-lisp/autoload.el (make-autoload):
365         Generate custom-autoload for autoloaded defcustoms.
367         * help-fns.el (describe-variable): Use custom-variable-p.
369         * simple.el (set-variable): Load deps of custom variables without type.
371         * cus-edit.el (custom-variable-prompt): Doc change.
372         Use custom-variable-p.
373         (customize-option): Remove search in loaddefs.el.
374         (customize-apropos):  Use custom-variable-p.
375         (custom-save-variables): Use custom-variable-p to detect
376         non-rogue variables.
378 2003-01-07  Francesco Potort\e,Al\e(B  <pot@gnu.org>
380         * mail/undigest.el (unforward-rmail-message): Skip all newlines
381         after the initial separator.
382         (unforward-rmail-message): Forwarded-From: and Forwarded-Date:
383         instead of Forwarded-from: and Forwarded-date:.
385 2003-01-07  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
387         * dired.el (dired-garbage-files-regexp): Add `.aux$'.  These are
388         produced by TeX.
390 2003-01-07  Andre Spiegel  <spiegel@gnu.org>
392         * vc-rcs.el (vc-rcs-checkout): Fix the check whether we are on a
393         branch.
395 2003-01-06  Dave Love  <fx@gnu.org>
397         * textmodes/ispell.el (lookup-words): Cope with null lookup-dict.
399         * language/chinese.el ("Chinese-EUC-TW"): New.
401 2003-01-06  John Paul Wallington  <jpw@shootybangbang.com>
403         * mail/rmail.el (rmail-mmdf-delim1, rmail-mmdf-delim2): Doc fixes.
405 2003-01-05  Richard M. Stallman  <rms@gnu.org>
407         * obsolete/uncompress.el: Display message that this pkg is obsolete.
409         * isearch.el (isearch-repeat): Error if try to repeat search and
410         there was no previous search.
412         * dired.el (dired-recursive-deletes): Fix custom type.
414         * dabbrev.el (dabbrev--substitute-expansion):
415         Convert all whitespace to single spaces,
416         except when it's carried over from the existing text.
418         * simple.el (split-line): Clean up implementation.
420         * mail/rmail.el (rmail-font-lock-keywords): Discard code to match
421         both cases.
422         (rmail-variables): Specify case-insensitive matching for font-lock.
424 2003-01-05  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
426         * mail/sendmail.el (mail-font-lock-keywords):
427         * mail/rmail.el (rmail-font-lock-keywords): Match multiline
428         In-Reply-To and X-*.
430 2003-01-05  Mark A. Hershberger  <mah@everybody.org>
432         * xml.el (xml-substitute-special): Check for &amp last.
434 2003-01-05  Dave Love  <fx@gnu.org>
436         * buff-menu.el (Buffer-menu-execute): Fix for effect of header line.
438 2003-01-05  Dave Love  <fx@gnu.org>
440         * international/mule-diag.el (non-iso-charset-alist):
441         Add vietnamese-tcvn.
443         * international/mule-cmds.el (locale-language-names):
444         Use Croatian, Swedish.
446 2003-01-05  Andreas Schwab  <schwab@suse.de>
448         * buff-menu.el (Buffer-menu-buffer+size): Don't clobber buffer name.
450 2003-01-05  Dave Love  <fx@gnu.org>
452         * language/european.el ("Latin-6", "Croatian"): New.
453         ("Latin-7"): Fix nonascii-translation.  Add input method.
454         ("Lithuanian", "Latvian"): Add nonascii-translation.
455         ("German", "Spanish", "Dutch", "Welsh", "Swedish"):
456         Fix nonascii-translation.
458         * language/georgian.el ("Georgian"): Fix nonascii-translation.
460         * international/mule-cmds.el (set-locale-environment):
461         Ignore empty values of environment variables.
463         * emacs-lisp/byte-opt.el (byte-optimize-nth)
464         (byte-optimize-nthcdr): Fix for case of wrong-length forms.
466 2003-01-04  Nick Roberts  <nick@nick.uklinux.net>
468         * gdb-ui.el: Acknowledge Tom Lord as author of gdba.el.
469         Use let construction to bind buffer-read-only to nil.
470         (gdba): 'set height 0' in GDB.
471         (gdb-display-end, gdb-frame-handler): Corrections to forming
472         full expression name for header-line in display frame.
473         (gdb-info-breakpoints-custom): Highlight breakpoints since
474         they may be clicked on with mouse-2.
475         (gdb-quit): Delete frames of displayed expressions when quitting.
476         (gdb-delete-frames): New function.
477         (gdb-source-info): Don't create stack buffer automatically.
479 2003-01-04  Thien-Thi Nguyen  <ttn@gnu.org>
481         * xml.el (xml-substitute-special): Move "&amp;" -> "&" last.
483 2003-01-04  Kim F. Storm  <storm@cua.dk>
485         * simple.el (split-line): If present, copy fill-prefix from
486         current line to new line.  Don't copy if prefix arg.
487         From Lisp, arg may be an alternative prefix string to copy.
488         Inspired by Ehud Karni <ehud@unix.mvs.co.il>.
490         * mail/sendmail.el (mail-split-line): New function.
491         (mail-mode-map): Remap split-line to mail-split-line.
493 2003-01-03  Dave Love  <fx@gnu.org>
495         * emacs-lisp/find-func.el (find-variable-noselect): Make it work
496         with new load-history format.
498         * international/mule-cmds.el (sort-coding-systems):
499         Adjust priority of utf-16 and x-ctext.
501         * international/utf-8.el (utf-translate-cjk):
502         Call optimize-char-coding-system-table.
504         * international/ucs-tables.el (ucs-unify-8859, ucs-fragment-8859):
505         Call optimize-char-coding-system-table.
507         * international/mule.el (register-char-codings): Don't call
508         optimize-char-coding-system-table here.
509         (keyboard-coding-system): Doc fix.  Update :version.
511         * textmodes/nroff-mode.el (nroff-mode-hook): Customize.
512         (nroff-imenu-expression): New.
513         (nroff-mode): Use it.
515         * autoinsert.el (auto-insert-alist): Add man page skeleton.
517 2003-01-03  Andre Spiegel  <spiegel@gnu.org>
519         * vc-rcs.el (vc-rcs-revert): Unlock only if the user does have
520         the lock.
522 2003-01-03  Kim F. Storm  <storm@cua.dk>
524         * emulation/cua-base.el (cua--pre-command-handler):
525         Corrected handling of delete-selection properties.
527 2003-01-03  John Paul Wallington  <jpw@shootybangbang.com>
529         * emacs-lisp/eldoc.el (eldoc-get-var-docstring): Only return a
530         documentation string when `sym' is non-nil.
532 2003-01-02  Steven Tamm  <steventamm@mac.com>
534         * scroll-bar.el (toggle-scroll-bar, scroll-bar-mode):
535         Have scroll bars correctly default to being on the right for Mac
536         Carbon port by testing "mac-carbon" feature, not window-system.
538 2003-01-02  Markus Rost  <rost@math.ohio-state.edu>
540         * cus-edit.el (customize-group, customize-group-other-window):
541         Call custom-load-symbol unconditionally.
542         (customize-face, customize-face-other-window): Fix format arg.
544 2003-01-02  John Paul Wallington  <jpw@shootybangbang.com>
546         * menu-bar.el (menu-bar-left-scroll-bar): Set `scroll-bar-mode'
547         to `left'.
549 2003-01-01  Richard M. Stallman  <rms@gnu.org>
551         * mail/rmail.el (rmail-reply): Don't call mail-strip-quoted-names.
553         * files.el (backup-buffer): Cope if file-modes returns nil.
555 2002-12-30  Steven Tamm  <steventamm@mac.com>
557         * scroll-bar.el (toggle-scroll-bar, scroll-bar-mode):
558         Have scroll bars correctly default to being on the right for Mac
559         Carbon port
561 2002-12-29  Nick Roberts  <nick@nick.uklinux.net>
563         * gdb-ui.el (gdb-delete-display): Rename (gdb-delete-expression).
564         (gdb-goto-bp-this-line): Rename (gdb-goto-breakpoint).
565         (gdb-toggle-bp-this-line): Rename (gdb-toggle-breakpoint).
566         (gdb-delete-bp-this-line): Rename (gdb-delete-breakpoint).
567         (gdb-toggle-disp-this-line): Rename (gdb-toggle-display).
568         (gdb-delete-disp-this-line): Rename (gdb-delete-display).
569         (gud-gdba-marker-filter): Remove unnecessary save-match-data.
570         (gdb-mouse-goto-breakpoint, gdb-frames-select): New functions.
571         (gdb-frames-mouse-select): Simplify.
572         Make keybindings (gdb-goto-breakpoint, gdb-frames-select, etc)
573         consistent with other modes in emacs.
574         (gdb-display-source-buffer): Return window of source buffer
575         for (gud-display-line).
577 2002-12-29  Markus Rost  <rost@math.ohio-state.edu>
579         * button.el (defface button): Add group.
581         * cus-edit.el (customize-browse): Call `widget-setup'.
583 2002-12-29  Andreas Schwab  <schwab@suse.de>
585         * Makefile.in: Generate cus-load.el and finder-inf.el in the
586         source directory.  Change dependencies on lisp files to explicitly
587         use $(lisp).
588         (compile-calc): Fix command substitution.
589         * cus-dep.el (generated-custom-dependencies-file): New variable.
590         (custom-make-dependencies): Use it instead of hardcoding cus-load.el.
591         * finder.el (generated-finder-keywords-file): New variable.
592         (finder-compile-keywords): Use it instead of hardcoding finder-inf.el.
594 2002-12-28  Richard M. Stallman  <rms@gnu.org>
596         * info-look.el (info-lookup): Fix error message typo.
598         * comint.el (comint-mode): Locally set scroll-conservatively.
599         (comint-postoutput-scroll-to-bottom): comint-scroll-show-maximum-output
600         is active only when point is at end.
602         * dired.el (dired-goto-file): Handle \ and ^M quoted by backslash.
603         Fix error message.
605         * files.el (find-file-noselect-1): Kill local value of `cursor-type'.
607         * simple.el (repeat-complex-command): Signal real error on failure.
609 2002-12-28  Andreas Schwab  <schwab@suse.de>
611         * progmodes/make-mode.el (makefile-font-lock-keywords):
612         Highlight automatic variable references enclosed in parens and
613         optionally suffixed by F or D.
615 2002-12-27  Miles Bader  <miles@gnu.org>
617         * info.el (Info-complete-menu-item): Make `Info-complete-cache' a
618         buffer-local variable.
620 2002-12-26  Markus Rost  <rost@math.ohio-state.edu>
622         * cus-edit.el (customize-group-other-window): Use pop-to-buffer in
623         the same way as `custom-buffer-create-other-window'.
624         (customize-variable-other-window, customize-option-other-window):
625         Definitions moved up.
627 2002-12-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
629         * net/tramp*.el: Sync with upstream version 2.0.28.  Bugfixes.
630         * net/tramp-ftp.el: Glue code with Ange-FTP, broken out of
631         tramp.el.  From Michael Albinus.
632         * net/tramp-smb.el: New file for using smbclient to access
633         Windows shares with Tramp.  From Michael Albinus.
635 2002-12-26  Andreas Schwab  <schwab@suse.de>
637         * international/mule-cmds.el (select-safe-coding-system): Fix typo.
639 2002-12-26  Andre Spiegel  <spiegel@gnu.org>
641         * vc.el (vc-next-action-on-file): Use t argument to vc-checkout in
642         order to get the latest version on the current branch.
643         Update documentation of vc-BACKEND-checkout to explain this.
645         * vc-rcs.el (vc-rcs-checkout): Handle t argument for REV.
646         (vc-rcs-checkin): By default, specify the current workfile
647         branch as the check-in revision.
649         * vc-cvs.el (vc-cvs-checkout): Handle t argument for REV.
651         * vc-sccs.el (vc-sccs-checkout): Likewise.
653 2002-12-26  Nick Roberts  <nick@nick.uklinux.net>
655         * gdb-ui.el (gdb-info-display-custom): Ensure that frames/buffers
656         of displayed expressions are deleted when the displayed expressions
657         are deleted.
658         (gdb-delete-disp-this-line, gdb-delete-display): Frame/buffer
659         deletion is handled by gdb-info-display-custom now.
660         (gdb-source-info): Undo earlier change (do create display buffer
661         automatically).
663 2002-12-25  Markus Rost  <rost@math.ohio-state.edu>
665         * cus-edit.el (custom-save-faces): Fix typo.
667 2002-12-23  Francesco Potort\e,Al\e(B  <pot@gnu.org>
669         * mail/undigest.el (unforward-rmail-message): Do not assume that
670         the forwarded message's Date: header comes after From:.  Use a
671         Forwarded-from: rather than a Forwarded-by: header.  Add a
672         Forwarded-date: header.
674 2002-12-23  Nick Roberts  <nick@nick.uklinux.net>
676         * gdb-ui.el (gdb-display-number-end): Make auto-display of
677         expressions in GDB work on text-only terminals.
678         (gdb-post-prompt): Compute current frame properly.
679         (gdb-get-current-frame, gdb-frame-handler): New functions.
680         (gdb-source-info): Move last statement into if clause.
681         Tidy, improve documentation.
683 2002-12-23  Richard M. Stallman  <rms@gnu.org>
685         * emacs-lisp/checkdoc.el: Don't define a name for the minor mode menu.
687         * emacs-lisp/easymenu.el (easy-menu-do-define): Handle nil for SYMBOL.
688         (easy-menu-define): Doc fix, say SYMBOL can be nil.
690         * window.el (save-selected-window): Save and restore
691         selected windows of all frames.
693         * cus-start.el (scroll-up-aggressively, scroll-down-aggressively):
694         Update custom types.
696 2002-12-23  Alex Schroeder  <alex@emacswiki.org>
698         Merging Dave Love <fx@gnu.org>'s custom_themes branch containing
699         Alex Schroeder's adaptation of Jan Vroonhof
700         <vroonhof@math.ethz.ch>'s code.  Doc strings corrected by RMS.
702         * cus-edit.el (customize-save-variable): Take themes into account.
703         (custom-variable-save): Take themes into account.
704         (custom-variable-reset-saved): Add comment-widget.
705         (custom-variable-reset-standard): Add comment-widget.
706         (custom-variable-reset-standard): Take themes into account.
707         (custom-face-save): Take themes into account.
708         (custom-face-reset-standard): Take themes into account.
709         (custom-save-variables): Take themes into account.
710         (custom-save-faces): Take themes into account.
711         (custom-save-resets): New function.
712         (custom-save-loaded-themes): New function.
713         (customize-save-customized): Take themes into account.
715         * cus-face.el (custom-set-faces): Call custom-theme-set-faces.
716         (custom-theme-set-faces): New function.
717         (custom-theme-face-value): New function.
718         (custom-theme-reset-internal-face): New function.
719         (custom-theme-reset-faces): New function.
720         (custom-reset-faces): New function.
722         * custom.el (custom-known-themes): New variable.
723         (custom-declare-theme): New function.
724         (deftheme): New macro.
725         (custom-make-theme-feature): New function.
726         (custom-theme-p): New function.
727         (custom-check-theme): New function.
728         (custom-push-theme): New function.
729         (custom-theme-set-variables): Take themes into account.
730         (custom-loaded-themes): New variable.
731         (custom-theme-loaded-p): New function.
732         (provide-theme): New function.
733         (require-theme): New function.
734         (custom-remove-theme): New function.
735         (custom-do-theme-reset): New function.
736         (custom-theme-load-themes): New function.
737         (custom-load-themes): New function.
738         (custom-theme-value): New function.
739         (custom-theme-variable-value): New function.
740         (custom-theme-reset-internal): New function.
741         (custom-theme-reset-variables): New function.
742         (custom-reset-variables): New function.
744         * cus-theme.el: New file.
746 2002-12-23  Matthew Swift  <swift@alum.mit.edu>
748         * emacs-lisp/rx.el (rx-and): Generate a shy group.
749         Specify `no-group' when calling rx-to-string.
750         (rx-submatch): Specify `no-group' when calling rx-to-string.
751         (rx-kleene): Use rx-atomic-p to decide whether to make a group.
752         (rx-atomic-p): New function.
754 2002-12-23  Kevin Ryde  <user42@zip.com.au>
756         * info-look.el (info-lookup): For ease of use try item
757         case-insensitive if not found case-sensitive.
758         Do case sensitive search in index nodes, so items differing only in
759         case go correctly to their respective nodes.
761 2002-12-22  Richard M. Stallman  <rms@gnu.org>
763         * subr.el (add-to-invisibility-spec): If it was t, start it out at (t).
765         * textmodes/texinfmt.el (tex-start-of-header, tex-end-of-header):
766         Add defvars.
768         * textmodes/tex-mode.el (tex-print): Call shell-quote-argument
769         on the file name.
771         * textmodes/outline.el (outline-next-visible-heading):
772         When going forward, test outline-invisible-p at start of header.
774 2002-12-22  Kevin Ryde  <user42@zip.com.au>
776         * textmodes/makeinfo.el (makeinfo-buffer): Display result using
777         Info-mode.
778         (makeinfo-compilation-sentinel-buffer, makeinfo-current-node):
779         New functions.
780         (makeinfo-compile): Add a sentinel parameter.
781         (makeinfo-compilation-sentinel-region): Renamed from
782         makeinfo-compilation-sentinel, and makeinfo-temp-file now never nil.
783         (makeinfo-region): Use this.
784         * info.el (Info-revert-find-node): New function.
786 2002-12-22  Nick Roberts  <nick@nick.uklinux.net>
788         * tooltip.el (tooltip-gud-tips): Output tooltip without switching
789         process filter (gdba in gdb-ui.el only).
790         (gdb-tooltip-print): New function.
791         (tooltip-gud-process-output): Undo previous change.
792         (tooltip-strip-annotations): Remove.
794 2002-12-22  Zoltan Kemenczy <zoltan@ieee.org>
796         * gud.el (gud-menu-map): Add jdb support for "run".
797         (gud-jdb-find-source-using-classpath): Use 'identity.
798         (gud-jdb-marker-filter): Marker regexp and filename filtering
799         change to support a backwards-incompatible change in Sun's jdb
800         line number display in SDK versions 1.4.
801         (gud-format-command): gud-find-class now requires two
802         parameters (file and linenumber).
803         (gud-find-class): Bulk of the change related to using c-syntactic
804         symbols to locate nested class declarations in java sources
805         visited by java-mode (cc-mode).
807 2002-12-21  Nick Roberts  <nick@nick.uklinux.net>
809         * gdb-ui.el: Remove the concept of an instance. This means that
810         a lot of functions have been renamed. Accessors are prefixed with
811         gdb-get, setters with gdb-set and the word instance has been
812         removed from many function and variable names.
813         (gdb-display-buffer): Protect source buffer as well
814         as GUD buffer when requesting new buffers.
815         (gdb-source-info): Two changes : Don't create display buffer
816         automatically, compute source window correctly.
818 2002-12-21  Richard M. Stallman  <rms@gnu.org>
820         * man.el (Man-getpage-in-background): Put GROFF_NO_SGR in env.
822         * ls-lisp.el (original-insert-directory): Make this a variable,
823         don't set its function definition.
824         (insert-directory): Use funcall to call that function.
826         * bindings.el (help-echo): Change tooltip string.
828         * chistory.el (command-history-map): Move definition up.
830         * faces.el (help-xref-stack): Add defvar to avoid warning.
832 2002-12-21  Andreas Schwab  <schwab@suse.de>
834         * dired.el (dired-insert-directory): Preserve text properties
835         when quoting.
837 2002-12-20  Francesco Potort\e,Al\e(B  <pot@gnu.org>
839         * mail/undigest.el (rmail-mail-separator): Renamed from
840         rmail-digest-mail-separator.  All users changed.
841         (unforward-rmail-message): Rewritten to be more robust and to
842         additionally account for the common style of forwarding messages
843         by citing them entirely with headers.
845 2002-12-18  Dave Love  <fx@gnu.org>
847         * international/utf-8-subst.el: Deleted.
849         * international/ucs-tables.el (ucs-fragment-8859): Don't modify
850         char-coding-system-table elements destructively.
851         Use optimize-char-coding-system-table.
853         * international/mule.el (optimize-char-coding-system-table): New.
854         (register-char-codings): Use it.
856         * international/utf-8.el (ucs-mule-cjk-to-unicode)
857         (ucs-unicode-to-mule-cjk): Revert last change.
858         (utf-subst-table-for-encode): Initially use ucs-mule-cjk-to-unicode.
859         (utf-subst-table-for-decode): Initially use ucs-unicode-to-mule-cjk.
860         (utf-fragment-on-decoding, utf-translate-cjk): Don't modify
861         char-coding-system-table elements destructively.
862         (utf-translate-cjk): Set ucs-mule-cjk-to-unicode,
863         ucs-unicode-to-mule-cjk to new hash tables with realistic parameters.
865 2002-12-18  John Paul Wallington  <jpw@shootybangbang.com>
867         * info.el (Info-dir-remove-duplicates): Avoid infloop when
868         deleting last entry.
870 2002-12-17  Nick Roberts  <nick@nick.uklinux.net>
872         * gdb-ui.el (gdba-marker-filter, gdb-output-burst): Merge and
873         rename gud-gdba-marker-filter.
874         (gdb-append-to-inferior-io): Only pop up IO buffer if there is output.
875         (gdb-make-instance): Remove (put into gdba).
876         Use gdb-instance-enqueue-input instead of
877         gdb-instance-enqueue-idle-input for user functions.
878         (gdb-instance-target-string): Simplify.
879         (in-gdb-instance-context): Remove.
880         Expand Commentary.
882 2002-12-17  Kenichi Handa  <handa@m17n.org>
884         * international/mule.el (set-file-name-coding-system): New function.
886         * international/mule-cmds.el (mule-keymap, set-coding-system-map):
887         Add bindings for set-file-name-coding-system.
889 2002-12-17  Kenichi Handa  <handa@m17n.org>
891         * international/mule-cmds.el (universal-coding-system-argument):
892         Bind coding-system-require-warning to t.
893         (select-safe-coding-system): Handle t in the arg
894         DEFAULT-CODING-SYSTEM specially.  Use read-coding-system to read a
895         coding-system to allow users to specify unsafe coding system on
896         their risk.
898 2002-12-16  Francesco Potort\e,Al\e(B  <pot@gnu.org>
900         * mail/undigest.el (rmail-digest-methods)
901         (rmail-digest-mail-separator): New variables.
902         (rmail-digest-parse-mime, rmail-digest-parse-rfc1153strict)
903         (rmail-digest-parse-rfc1153sloppy, rmail-digest-rfc1153)
904         (rmail-digest-parse-rfc934): New functions.
905         (undigestify-rmail-message): Completely rewritten.
907 2002-12-16  Kim F. Storm  <storm@cua.dk>
909         * ido.el (ido-read-file-name): Remove debug message.
911 2002-12-16  Daniel Pfeiffer  <occitan@esperanto.org>
913         * buff-menu.el (Buffer-menu, Buffer-menu-use-header-line)
914         (Buffer-menu-buffer-face, Buffer-menu-buffer+size-width)
915         (Buffer-menu-mode-width): New customization.
916         (Buffer-menu-sort-column): New var.
917         (Buffer-menu-no-header): New function for not changing header line and
918         recognizing swapped M&R columns, used by modifying commands in Buffer
919         Menu.
920         (Buffer-menu-buffer+size): New function for variable width buffer name.
921         (list-buffers-noselect): Rewritten for nicer menu.
923 2002-12-16  Markus Rost  <rost@math.ohio-state.edu>
925         * filesets.el (filesets-build-menu-now): Don't clear messages.
927         * allout.el: Avoid name conflicts with outline.el.
928         Replace globally string "outline-" with string "allout-".
929         Replaced 1446 occurrences; there was no string "allout-" before the
930         change and there seems to be no dependency on outline.el.
931         Put `quotes' around many function and variable names.
932         Doc changes to adjust to the change to prefix "allout-".
933         Don't provide `outline'.  Use " Allout" as mode line string,
934         not " Outl".  Put group `allout' in group `editing'.
935         Update Copyright notice.  Autoload `allout-init'.
936         (allout-init): Give report also in case auto-activation was inhibited.
937         (my-mark-marker): Test for feature `xemacs' instead of a string parse.
939 2002-12-16  Stefan Monnier  <monnier@cs.yale.edu>
941         * xml.el (xml-parse-tag): Allow spaces between / and >.
943 2002-12-15  David Kastrup  <David.Kastrup@t-online.de>
945         * emacs-lisp/autoload.el (autoload-ensure-default-file):
946         Insert missing space in file end comment.
948 2002-12-15  Simon Josefsson  <jas@extundo.com>
950         * mail/smtpmail.el (smtpmail-via-smtp): Fall back to
951         user-mail-address as sender.
953 2002-12-15  Dave Love  <fx@gnu.org>
955         * international/mule-cmds.el (standard-keyboard-coding-systems):
956         Delete.
957         (set-locale-environment): Don't use it.
959         * international/utf-8.el (ucs-mule-cjk-to-unicode)
960         (utf-subst-table-for-encode, ucs-unicode-to-mule-cjk)
961         (utf-subst-table-for-decode): Specify :size, :rehash-size.
962         (utf-translate-cjk): :set rewritten to load subst-... files.
963         Add :set-after.
964         (ccl-decode-mule-utf-8): Consider CJK translation for r3<#x3400.
966 2002-12-15  Gustav H\e,Ae\e(Bllberg  <gustav@virtutech.se>  (tiny change)
968         * progmodes/compile.el (compile-reinitialize-errors): Don't mark the
969         buffer as modified unless it really is.
971 2002-12-14  Andreas Schwab  <schwab@suse.de>
973         * wid-edit.el (widget-move): Don't loop infinitely when there is
974         no field or button.
976 2002-12-13  Stefan Monnier  <monnier@cs.yale.edu>
978         * uniquify.el (uniquify-rationalize-file-buffer-names, rename-buffer)
979         (uniquify-delay-rationalize-file-buffer-names, kill-buffer-hook):
980         Undo 2002/09/27 change because kill-buffer-hook is not
981         permanent-local.
983         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
984         Optimize the remaining part of for-effect and/or expressions.
986 2002-12-13  Markus Rost  <rost@math.ohio-state.edu>
988         * emacs-lisp/easy-mmode.el (define-minor-mode):
989         Use `custom-current-group'. Pass all groups to the hook.
990         (easy-mmode-define-global-mode): Use `custom-current-group'.
992         * international/mule-cmds.el (current-language-environment):
993         Set type according to `language-info-alist' also here.
995         * progmodes/compile.el (compilation-menu-map):
996         Use `kill-compilation' to stop compilation.
998 2002-12-13  Kenichi Handa  <handa@m17n.org>
1000         * language/european.el (encode-mac-roman): Fix last change.
1002         * language/cyrillic.el (ccl-encode-koi8, ccl-encode-koi8-u)
1003         (ccl-encode-alternativnyj): Fix last change.
1005 2002-12-13  Nick Roberts  <nick@nick.uklinux.net>
1007         * gdb-ui.el: Improve documentation strings.
1008         (gdb-many-windows): Set default value to nil.
1010 2002-12-12  Dave Love  <fx@gnu.org>
1012         * international/subst-big5.el, international/subst-gb2312.el:
1013         * international/subst-jis.el, international/subst-ksc.el: New.
1015         * custom.el (defcustom, custom-set-variables): Doc fix.
1017         * emacs-lisp/bytecomp.el (byte-compile-if): Suppress warnings from
1018         things protected by `(if (fboundp ...' or `(if (boundp ...'.
1020         * emacs-lisp/byte-opt.el (byte-optimize-featurep): New.
1022 2002-12-12  Glenn Morris  <gmorris@ast.cam.ac.uk>
1024         * progmodes/fortran.el (fortran-mode-abbrev-table):
1025         Handle `define-abbrev' with either 5 or 6 arguments.
1027 2002-12-12  Markus Rost  <rost@math.ohio-state.edu>
1029         * international/mule-cmds.el (set-language-info):
1030         Update custom-type of `current-language-environment'.
1031         (current-language-environment): Fix custom type.
1033 2002-12-11  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1035         * progmodes/antlr-mode.el (antlr): New URL.
1037 2002-12-10  R. Bernstein  <rocky@panix.com>
1039         * gud.el (bashdb): Prompt now included parenthesis for subshell levels.
1040         Fix erroneous print expression command, and fix typos.
1041         (perldb): Undo previous change in prompt regexp.
1043 2002-12-10  Steven Tamm  <steventamm@mac.com>
1045         * generic-x.el (javascript-generic-mode): Added C style block
1046         comments as used in ECMA-262 standard.
1048 2002-12-10  Kenichi Handa  <handa@m17n.org>
1050         * language/european.el ("Swedish"): Change tutorial file name to
1051         TUTORIAL.sv in this langauge environment..
1053 2002-12-09  John Paul Wallington  <jpw@shootybangbang.com>
1055         * ibuffer.el (ibuffer-mode): If `show-paren-mode' is enabled,
1056         disable it buffer-locally.
1057         (ibuffer-mouse-popup-menu): Use `=' instead of `eq' to compare
1058         `eventpt' and point.
1060         * ibuf-ext.el (ibuffer-remove-duplicates): New function.
1061         (ibuffer-set-filter-groups-by-mode): Use it instead of
1062         `delete-duplicates' so we don't require cl library at runtime.
1063         (ibuffer-insert-filter-group-before): Don't use `position' so we
1064         don't require cl library at runtime.
1066         * chistory.el (command-history-mode): Add interactive spec.
1067         Improve doc string.
1069 2002-12-09  Richard M. Stallman  <rms@gnu.org>
1071         * isearch.el (isearch-no-upper-case-p): \\ only quotes one character.
1073 2002-12-09  Markus Rost  <rost@math.ohio-state.edu>
1075         * mwheel.el (mouse-wheel-scroll-amount): Revert previous change -
1076         customize type 'float is now defined.
1078 2002-12-09  Dave Love  <fx@gnu.org>
1080         * international/code-pages.el (mik, pt154): New coding systems.
1082         * international/ucs-tables.el: Fix properly.
1084 2002-12-09  Andreas Schwab  <schwab@suse.de>
1086         * international/ucs-tables.el: Fix last change.
1088 2002-12-09  Kenichi Handa  <handa@m17n.org>
1090         * international/titdic-cnv.el (titdic-convert): Process the
1091         header part in multibyte mode.
1093 2002-12-08  Dave Love  <fx@gnu.org>
1095         * international/code-pages.el (mule-diag): Move where it's required.
1097         * international/ucs-tables.el: Add latin-jisx0201 characters.
1098         Fix translation-table-for-input for lao, thai, tibetan.
1100 2002-12-08  Andreas Schwab  <schwab@suse.de>
1102         * files.el (insert-directory): Insert free space only when
1103         listing a full directory.
1105 2002-12-08  Nick Roberts  <nick@nick.uklinux.net>
1107         * gdb-ui.el : Remove inappropriate key-bindings.
1108         (gdb-info-breakpoints-custom, gdb-goto-bp-this-line):
1109         Parse correctly when breakpoint has no line number.
1110         (def-gdb-auto-update-handler, gdb-info-locals-handler),
1111         (gdb-display-end): Avoid using insert-buffer.
1112         (gdb-frames-select-by-mouse): Rename gdb-frames-mouse-select.
1114 2002-12-07  Richard M. Stallman  <rms@gnu.org>
1116         * progmodes/compile.el (compilation-enter-directory-regexp-alist)
1117         (compilation-leave-directory-regexp-alist): Match byte compiler output.
1119         * emacs-lisp/cl-macs.el: Add local variable list
1120         to turn off cl-function warnings.
1122         * emacs-lisp/bytecomp.el (byte-compile-eval): Handle (t . SYMBOL)
1123         elements in load-history.
1124         (byte-compile-cl-warn): No cl warnings for cl-defsubst-expand
1125         and cl-struct-setf-expander.
1127         * emacs-lisp/autoload.el (autoload-print-form-outbuf):
1128         New variable.
1129         (autoload-print-form): Use autoload-print-form-outbuf.
1130         (generate-file-autoloads): Bind autoload-print-form-outbuf.
1132         * calendar/calendar.el (calendar-day-name): Move defn down.
1134         * speedbar.el (speedbar-directory-buttons-follow):
1135         Don't use directory-sep-char.
1137 2002-12-06  Masatake YAMATO  <jet@gyve.org>  (tiny change)
1139         * register.el (describe-register-1): Use window-width
1140         to truncate string in a register.  Check whether the string
1141         in a register is an empty string or a sequence of white spaces.
1143 2002-12-07  Andreas Schwab  <schwab@suse.de>
1145         * faces.el (face-font-selection-order)
1146         (face-font-family-alternatives, face-font-registry-alternatives):
1147         Remove period from :tag value.
1149         * cus-edit.el (custom-face-edit-fix-value): Change :reverse-video
1150         to :inverse-video.
1152 2002-12-07  Markus Rost  <rost@math.ohio-state.edu>
1154         * wid-edit.el (define-widget number): Clarify doc and error message.
1155         (define-widget float): New widget.
1157 2002-12-07  Andreas Schwab  <schwab@suse.de>
1159         * eshell/em-ls.el (eshell-ls-product-regexp): Fix typo.
1161         * files.el (find-file-read-args): Reenable wildcard processing
1162         unconditionally.
1164 2002-12-06  Robert J. Chassell <bob@rattlesnake.com>
1166         * textmodes/texinfmt.el (texinfo-format-scan): Handle new
1167         functions for copyright notice and copying permissions.
1168         (texinfo-copying, texinfo-insertcopying): New functions.
1170 2002-12-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1172         * textmodes/texinfmt.el (texinfo-format-ifxml)
1173         (texinfo-format-xml): New function.
1174         (ifxml, ifnotxml): New aliases.
1176 2002-12-06  Dave Love  <fx@gnu.org>
1178         * international/utf-8-subst.el: Revert last change.
1180 2002-12-06  Miles Bader  <miles@gnu.org>
1182         * info.el (Info-insert-dir): Make dir-node-cache variables
1183         buffer-local, so that killing the *info* buffer forces the
1184         dir-node to be rebuilt.
1186 2002-12-06  Markus Rost  <rost@math.ohio-state.edu>
1188         * finder.el (finder-compile-keywords): Don't insert a keyword to
1189         the generated file.
1191 2002-12-05  Andreas Schwab  <schwab@suse.de>
1193         * speedbar.el (speedbar-highlight-face): Fix face spec.
1195 2002-12-05  Stefan Monnier  <monnier@cs.yale.edu>
1197         * gdb-ui.el: Replace uses of (gdb-get-instance-buffer 'gdba) and
1198         gdb-proc with gud-comint-buffer instead.
1199         (gdb-proc): Remove.
1200         (def-gdb-var): Simplify.
1201         (gdb-get-create-instance-buffer): Avoid make-variable-buffer-local.
1202         Set gud-comint-buffer as well as gud-minor-mode and tool-bar-map.
1203         (gdb-goto-bp-this-line): Select the window while doing the goto-line.
1204         (gdb-info-locals-handler): Avoid replace-regexp.
1206         * calendar/calendar.el (facemenu-unlisted-faces): Only update
1207         after facemenu is loaded.
1208         (calendar-font-lock-keywords): Accept non-ASCII month names.
1209         Use regexp-opt.
1211         * gdb-ui.el (gud-gdb-complete-string, gud-gdb-complete-break)
1212         (gud-gdb-complete-list, gud-gdb-complete-in-progress): Remove.
1213         (gdba): Call `gdb' and then make modifications.
1214         Always call gdb-clear-inferior-io rather than just "the first time".
1215         (gud-break, gud-remove): Definitions moved to inside gdba.
1216         (gdb-target-name): Remove.  Use gud-target-name instead.
1217         (gdba-complete-filter, gdba-common-init): Remove.
1218         The changes were integrated into the generic code.
1220         * gud.el: Use match-string.
1221         (gud-menu-map): Re-fix gdb-running to gud-running.
1222         Activate up/down and finish for pdb.
1223         (gud-def): Use backquotes.
1224         (gdb, sdb, dbx, xdb, pdb, jdb, bashdb): Remove redundant menu bindings.
1225         (gud-gdb-complete-in-progress, gud-gdb-complete-string)
1226         (gud-gdb-complete-break, gud-gdb-complete-list):
1227         Rename to gud-gdb-fetch-lines-in-progress, gud-gdb-fetch-lines-string,
1228         gud-gdb-fetch-lines-break and gud-gdb-fetched-lines.
1229         (gud-gdb-fetch-lines-filter): Rename from gud-gdb-complete-filter.
1230         Add a `filter' argument and run it on `string'.
1231         (gud-gdb-run-command-fetch-lines): Use it instead of
1232         gud-gdb-speedbar-stack-filter.  Add a `skip' arg.
1233         Return the fetched lines.
1234         (gud-gdb-complete-command): Use it instead of cooking up
1235         something by hand using gud-gdb-complete-filter.
1236         (gud-gdb-get-stackframe): Use the new calling convention of
1237         gud-gdb-run-command-fetch-lines.
1238         (gud-gdb-fetched-stack-frame-list): Remove.
1239         (gud-gdb-speedbar-stack-filter): Remove.
1240         (gud-jdb-marker-filter): Change RE for easier extraction of submatches.
1241         (gud-bashdb-command-name): Add "--debugger" argument here.
1242         (bashdb): Use default gud-find-file and don't bother with
1243         a massage-args function now that --debugger is make explicit.
1244         (gud-bashdb-massage-args, gud-bashdb-find-file): Remove.
1245         (bashdb): Don't provide.
1246         (gud-target-name): New var.
1247         (gud-common-init): Set it.
1248         Also reset gud-running and gud-last-last-frame.
1250 2002-12-05  Dave Love  <fx@gnu.org>
1252         * international/utf-8-subst.el: Update safe-chars of mule-utf-8,
1253         mule-utf-16-le, mule-utf-16-be.
1255 2002-12-05  Richard M. Stallman  <rms@gnu.org>
1257         * textmodes/outline.el (outline-mode): Doc fix.
1259 2002-12-05  Edward M. Reingold  <reingold@emr.cs.iit.edu>
1261         * calendar/solar.el (solar-atn2): Give correct quadrant for arctan.
1263 2002-12-05  Kenichi Handa  <handa@m17n.org>
1265         * international/titdic-cnv.el (quail-misc-package-ext-info):
1266         Remove duplicate entry for chinese-b5-quick.
1267         (batch-miscdic-convert): Don't try to call miscdic-convert on
1268         files in the directory just following the arg "-dir".
1270 2002-12-04  Stefan Monnier  <monnier@cs.yale.edu>
1272         * gdb-ui.el: Fold top-level `setq's and `define-key's into their
1273         corresponding defvar.
1274         (gdb-inferior-io-mode-map): New var.
1275         Add bindings to it rather than to comint-mode-map.
1276         (gdb-display-number-end): Use dolist.  Remove always-true test.
1277         (gdb-delete-line): Move and simplify.
1278         (gdb-display-end): Don't bother going to beg-of-line since we're there.
1279         (gdb-array-format1): Use dolist.
1280         (gdb-make-windows-menu, gdb-make-frames-menu):
1281         Move to top-level code.  Move the menus to within the GUD menu.
1282         Make the menus only appear in gdba mode.
1284         * gdb-ui.el (gdb-inferior-io-mode-map): Remove (unused).
1285         (gdb-inferior-io-mode): Use define-minor-mode.
1286         (gdb-source-info): Don't burp if there's no source file.
1287         (gdb-inferior-io-interrupt, gdb-inferior-io-quit)
1288         (gdb-inferior-io-stop, gdb-inferior-io-eof)
1289         (gdb-display-breakpoints-buffer, gdb-frame-breakpoints-buffer)
1290         (gdb-display-stack-buffer, gdb-frame-stack-buffer)
1291         (gdb-display-registers-buffer, gdb-frame-registers-buffer)
1292         (gdb-display-locals-buffer, gdb-frame-locals-buffer)
1293         (gdb-display-display-buffer, gdb-frame-display-buffer)
1294         (gdb-display-gdb-buffer, gdb-frame-gdb-buffer)
1295         (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
1296         Remove the spurious left over arg from the "big reorg".
1298 2002-12-04  Richard M. Stallman  <rms@gnu.org>
1300         * gud.el (gud-menu-map): Update for bashdb.
1301         (perldb): Change prompt regexp.
1302         (gud-bashdb-history, gud-bashdb-massage-args, gud-bashdb-marker-filter)
1303         (gud-bashdb-find-file, gud-bashdb-command-name, bashdb): New.
1305         * progmodes/cc-vars.el: Simply require wid-edit and custom
1306         in eval-when-compile.
1308         * progmodes/cc-menus.el: Don't require imenu.
1310         * progmodes/cc-langs.el: Don't require cl.
1311         (c-delete-duplicates): New function.  Use instead of delete-duplicates.
1313         * progmodes/cc-bytecomp.el (cc-bytecomp-obsolete-var):
1314         Add an else-clause to the if to avoid confused compiler warning.
1316         * tooltip.el (tooltip-gud-tips-p): Undo previous change.
1318 2002-12-03  Stefan Monnier  <monnier@cs.yale.edu>
1320         * gdb-ui.el: Get rid of (quote ..); use match-string and ignore.
1322         * gdb-ui.el (gdba, gdb-starting, gdb-stopped, gdb-quit):
1323         Update gdb-running -> gud-running.
1324         (gdba): Use the default for gud-find-file.
1325         (def-gdb-variable): Remove: fold into def-gdb-var.
1326         (def-gdb-var): Use buffer-local-value and with-current-buffer.
1328         * gud.el (gud-running): Rename from gdb-running.  Update uses.
1329         (gud-tool-bar-map): Use tool-bar-local-item-from-menu rather than
1330         tool-bar-add-item-from-menu to avoid let binding tool-bar-map
1331         which fails if tool-bar.el is loaded in the mean time.
1332         (gud-file-name): New fun.
1333         (gud-find-file): Use it as default value for gud-find-file.
1334         (gud-speedbar-buttons): Discriminate on gud-minor-mode rather than
1335         on gud-find-file.
1336         (gud-gdb-find-file, gud-dbx-file-name, gud-dbx-find-file)
1337         (gud-xdb-file-name, gud-xdb-find-file, gud-perldb-find-file)
1338         (gud-pdb-find-file, gud-jdb-find-file): Remove.
1339         (gud-query-cmdline): Don't stuff the whole cwd in the command.
1340         (gdb, dbx, xdb, perldb, pdb, jdb): Use the default for gud-find-file.
1341         (gud-mipsdbx-massage-args): Remove.
1342         (gud-dbx-command-name): New var.  Do what gud-mipsdbx-massage-args did.
1343         (gud-irixdbx-marker-filter): Use match-string and gud-file-name.
1344         (gud-jdb-command-name): New var.
1345         (gud-common-init): Re-instate RMS code of 11/13.
1347 2002-12-03  Dave Love  <fx@gnu.org>
1349         * international/ucs-tables.el (ucs-unify-8859, ucs-unify-8859)
1350         (ucs-fragment-8859): Don't use set-buffer-major-mode-hook.
1351         (ucs-set-table-for-input): Use optional arg.  Check for null `cs'.
1353 2002-12-03  Andreas Schwab  <schwab@suse.de>
1355         * cus-edit.el (custom-display): Add checkbox for type mac.
1357         * whitespace.el (whitespace-highlight-face): Fix face spec.
1359 2002-12-02  Stefan Monnier  <monnier@cs.yale.edu>
1361         * simple.el (completion-setup-function): Fix last change to use
1362         minibuffer-completing-file-name instead.
1364         * add-log.el (change-log-mode): Set indent-line-function explicitly
1365         to what it was before indent-line-function's default was changed.
1367 2002-12-02  Richard M. Stallman  <rms@gnu.org>
1369         * textmodes/ispell.el (ispell-dict-map): Move specific
1370         dictionary selection into a submenu.
1372         * textmodes/fill.el (fill-indent-to-left-margin): New function.
1373         (fill-newline, fill-region-as-paragraph): Use that.
1375         * simple.el (completion-setup-function):
1376         Handle ffap-read-file-or-url-internal specially like
1377         read-file-name-internal.
1379 2002-12-02  Simon Marshall  <marshals@perth>
1381         * font-lock.el (c++-font-lock-extra-types): Fix previous change.
1383 2002-12-02  Fran\e,Ag\e(Bois Pinard  <pinard@iro.umontreal.ca>
1385         * progmodes/make-mode.el (makefile-font-lock-keywords): Highlight
1386         more make keywords:  defined, endef, override, export, unexport
1387         and vpath.
1389 2002-12-02  Dave Love  <fx@gnu.org>
1391         * autoarg.el (autoarg-kp-mode): Give it a :group.
1393 2002-12-02  Noah Friedman  <friedman@splode.com>
1395         * complete.el (PC-do-completion): Do not add wildcards to pattern
1396         unless filename is non-nil.
1398 2002-12-02  Andreas Schwab  <schwab@suse.de>
1400         * mwheel.el (mouse-wheel-scroll-amount): Fix customize type.
1402         * paren.el (show-paren-mismatch-face): Fix face spec.
1404 2002-11-30  Nick Roberts  <nick@nick.uklinux.net>
1406         * gdb-ui.el (gdb-many-windows): Define as a minor mode.
1407         (toggle-gdb-windows): Remove. (Patch from Stefan Monnier)
1409         * tooltip.el (tooltip-gud-process-output): Handle annotations that
1410         are output with gdba in gdb-ui.el.
1411         (tooltip-strip-annotations): New function.
1413 2002-12-29  Dave Love  <fx@gnu.org>
1415         * autoarg.el (autoarg-mode): Give it a :group.
1417 2002-11-29  Bill Wohler  <wohler@newt.com>
1419         * mail/mh-comp.el, mail/mh-e.el, mail/mh-funcs.el,
1420         mail/mh-mime.el, mail/mh-pick.el, mail/mh-seq.el,
1421         mail/mh-utils.el, mail/mh-xemacs-compat.el: Upgraded to MH-E
1422         version 7.0.
1424         * mail/mh-index.el, mail/mh-speed.el: New files for indexed
1425         searches and speedbar support in MH-E version 7.0.
1427         * toolbar/reply-all.pbm, toolbar/reply-all.xpm,
1428         toolbar/reply-from.pbm, toolbar/reply-from.xpm,
1429         toolbar/reply-to.pbm, toolbar/reply-to.xpm: New toolbar images for
1430         MH-E version 7.0.
1432 2002-11-29  Markus Rost  <rost@math.ohio-state.edu>
1434         * mwheel.el (mouse-wheel-inhibit-click-time): Fix custom type.
1436 2002-11-29  Richard M. Stallman  <rms@gnu.org>
1438         * mail/rmail.el (rmail-convert-to-babyl-format):
1439         Make search for message delimiter case-sensitive.
1441         * simple.el (yank-window-start): New variable.
1442         (yank): Record yank-window-start
1443         (yank-pop): Use yank-window-start.
1445         * info.el (Info-additional-directory-list): Doc fix.
1447         * indent.el (indent-according-to-mode, indent-region): Doc fix.
1449         * tooltip.el (tooltip-gud-tips-p): Doc fix.
1451         * eshell/em-script.el: Require eshell.
1453         * eshell/esh-ext.el, eshell/em-cmpl.el: Require esh-util.
1455 2002-11-29  Kim F. Storm  <storm@cua.dk>
1457         * mwheel.el: Avoid accidental yanking of text while scrolling with
1458         the mouse wheel.  This adds a short period after each mouse wheel
1459         scroll event where a click on the mouse wheel button is ignored.
1460         (mouse-wheel-click-event, mouse-wheel-inhibit-click-time): New customs.
1461         (mouse-wheel-click-button, mwheel-inhibit-click-event-timer): New vars.
1462         (mwheel-inhibit-click-timeout,mwheel-filter-click-events): New defuns.
1463         (mwheel-scroll): Add mwheel-filter-click-events as pre-command-hook.
1464         Start mwheel-inhibit-click-event-timer with timeout handler
1465         mwheel-inhibit-click-timeout.
1467 2002-11-28  Nick Roberts  <nick@nick.uklinux.net>
1469         * tooltip.el (tooltip-gud-tips-setup): Remove.
1470         (tooltip-gud-debugger): Remove.
1471         (tooltip-gud-print-command): Use gud-minor mode instead of
1472         tooltip-gud-tips-setup and tooltip-gud-debugger.
1474         * gdb-ui.el (gdb-starting): Set gdb-running to t.
1475         (gdb-stopped): Set gdb-running to nil.
1476         (gdb-quit): Reset some variables including tool-bar-map.
1478         * gud.el (gdb-running): New variable.
1479         (gud-menu-map): Use gdb-running to grey out toolbar buttons
1480         with gdba in gdb-ui.el.
1481         (gud-tool-bar-map): Move to avoid byte compiler warning.
1483 2002-11-27  Jason Rumney  <jasonr@gnu.org>
1485         * files.el (file-truename): Canonicalize non-existent names on w32.
1487 2002-11-28  Kim F. Storm  <storm@cua.dk>
1489         * ido.el (ido-xemacs): Remove defvar.  All uses changed to
1490         check (featurep 'xemacs) instead.
1491         (ido-visit-buffer): Use select-frame-set-input-focus unconditionally.
1493 2002-11-27  Dave Love  <fx@gnu.org>
1495         * emacs-lisp/cl-macs.el: Move `predicates for analyzing Lisp
1496         forms' block to top (before uses).
1497         (help-fns): Don't require at top level.  (Recursively.)
1498         (cl-transform-lambda): Require help-fns.
1500 2002-11-26  Dave Love  <fx@gnu.org>
1502         * language/european.el (encode-mac-roman): Deal with unencodable
1503         characters.
1505         * language/cyrillic.el (ccl-encode-koi8, ccl-encode-koi8-u)
1506         (ccl-encode-alternativnyj): Deal with unencodable characters.
1508         * international/code-pages.el (cp-make-coding-system): Deal with
1509         unencodable characters.
1511 2002-11-24  Richard M. Stallman  <rms@gnu.org>
1513         * mail/sendmail.el (mail-signature): Handle case where
1514         value of mail-signature is a string.
1516         * menu-bar.el (menu-bar-describe-menu): Add "What's This?" item.
1518         * faces.el (face-set-after-frame-default): Ignore errors
1519         in face-spec-face-set.
1521         * cus-face.el (custom-declare-face): Add face-defface-spec
1522         prop after applying the face spec.
1524 2002-11-23  Nick Roberts  <nick@nick.uklinux.net>
1526         * tooltip.el (tooltip-gud-print-command): Add server prefix to the
1527         print command for gdb to keep it out of the command history.
1529         * gdb-ui.el: Major re-organisation. Simplify legacy gdba
1530         code to allow only one gdb process.
1532 2002-11-23  Markus Rost  <rost@math.ohio-state.edu>
1534         * scroll-all.el (scroll-all-mode): Move arg LIGHTER to the right
1535         place.  Add groups.
1537 2002-11-22  Simon Marshall  <marshals@perth>
1539         * font-lock.el (c++-font-lock-extra-types): Add various STL classes.
1541 2002-11-21  Nick Roberts  <nick@nick.uklinux.net>
1543         * gdb-ui.el : General tidying. Patches from Stefan Monnier.
1545 2002-11-20  Simon Josefsson  <jas@extundo.com>
1547         * play/morse.el (morse-code): Add non-ASCII characters, according
1548         to table at http://www.soton.ac.uk/~scp93ch/morse/.
1550 2002-11-21  Richard M. Stallman  <rms@gnu.org>
1552         * dired.el (dired-sort-inhibit): New variable.
1553         (dired-sort-toggle-or-edit): Err if dired-sort-inhibit non-nil.
1555         * find-dired.el (find-dired): Set dired-sort-inhibit to t
1556         buffer-locally.
1558 2002-11-21  Eugene Exarevsky  <zheka@relex.ru>
1560         * progmodes/sql.el: Added LINTER support.
1561         (sql-linter-program): New variable.
1562         (sql-linter-options): New variable.
1563         (sql-mode-menu): Added Linter keywords.
1564         (sql-mode-linter-font-lock-keywords): New variable.
1565         (sql-highlight-linter-keywords): New function.
1566         (sql-linter): New function.
1567         (sql-ms-options): New variable.
1568         (sql-ms): Use it.
1570 2002-11-21  John Paul Wallington  <jpw@shootybangbang.com>
1572         * ibuffer.el (ibuffer-formats): Change default value; bump width
1573         of size column in first format to 7.
1575 2002-11-20  Stefan Monnier  <monnier@cs.yale.edu>
1577         * help-fns.el (describe-variable): Look for (defvar . <sym>) in the
1578         load-history since `defvar' now uses this format.
1580         * custom.el (custom-declare-variable): Use push.
1581         Use the (defvar . <sym>) format in load-history like `defvar' does.
1583         * subr.el (symbol-file): Accept a non-atomic `function' arg.
1584         (with-local-quit): Add debug and indentation info.
1586 2002-11-20  John Paul Wallington  <jpw@shootybangbang.com>
1588         * subr.el (symbol-file): Remove unused variable `functions'.
1590 2002-11-20  Markus Rost  <rost@math.ohio-state.edu>
1592         * Makefile.in (setwins_almost): Renamed from finder_setwins.
1593         (custom-deps): Use it.
1594         (finder-data): Adjust to that name change.
1596 2002-11-19  Stefan Monnier  <monnier@cs.yale.edu>
1598         * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
1599         Turn errors into messages so they don't get ignored.
1600         (eldoc-get-fnsym-args-string): Use help-split-fundoc.
1601         (eldoc-beginning-of-sexp): Simplify.
1602         (eldoc-function-arglist): Remove.
1603         (eldoc-function-argstring): Use help-function-arglist instead.
1604         (eldoc-function-argstring-from-docstring-method-table)
1605         (eldoc-function-argstring-from-docstring): Remove.
1607         * emacs-lisp/cl.el (multiple-value-call): Add docstring.
1609 2002-11-19  Dave Love  <fx@gnu.org>
1611         * emacs-lisp/bytecomp.el (maphash, map-char-table):
1612         Use byte-compile-funarg.
1614         * emacs-lisp/byte-opt.el (side-effect-free-fns): Several additions.
1616 2002-11-19  Markus Rost  <rost@math.ohio-state.edu>
1618         * progmodes/vhdl-mode.el (defgroup vhdl-related): Declare the
1619         members here rather than with custom-add-to-group.  This is the
1620         intended way of using defgroup and also lets
1621         custom-make-dependencies do its job.
1622         (defgroup vhdl-highlight-faces): Ditto.
1624         * emacs-lisp/shadow.el (defgroup lisp-shadow): New group name.
1625         Previous group name shadow is used in shadowfile.el.
1626         (shadows-compare-text-p): Use group lisp-shadow.
1628 2002-11-19  Stefan Monnier  <monnier@cs.yale.edu>
1630         * emacs-lisp/cl.el (multiple-value-call): Add docstring.
1632 2002-11-19  Masatake Yamato  <jet@gyve.org>  (tiny change)
1634         * register.el (describe-register-1): Don't assign to val the value
1635         returned by `remove-list-of-text-properties'.
1637 2002-11-18  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1639         * calendar/diary-lib.el (fancy-diary-font-lock-keywords):
1640         Grok month numbers, too.
1642 2002-11-18  Juanma Barranquero  <lektu@terra.es>
1644         * mail/smtpmail.el (smtpmail-send-queued-mail): Add autoload cookie.
1646 2002-11-18  Markus Rost  <rost@math.ohio-state.edu>
1648         * pcvs.el (cvs-minor-mode, cvs-mode-commit-hook): Add group.
1650         * textmodes/refill.el (defgroup refill): New group.
1652         * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Add group.
1654         * textmodes/sgml-mode.el (html-autoview-mode): Add group.
1656         * textmodes/paragraphs.el (use-hard-newlines): Add group.
1658         * progmodes/compile.el (compilation-shell-minor-mode): Add group.
1659         (compilation-minor-mode): Add group.
1661         * reveal.el (global-reveal-mode): Add group.
1663         * bookmark.el (bookmark-menu-length): Fix group name.
1665 2002-11-17  Richard M. Stallman  <rms@gnu.org>
1667         * mail/rmail.el (rmail-ignored-headers): Add more headers.
1669         * calendar/parse-time.el (parse-time-elt): Var renamed from `elt'.
1670         (parse-time-val): Var renamed from `val'.  All uses changed.
1672         * files.el (parse-time-rules): Mark it as risky.
1674         * finder.el (finder-commentary): Use buffer *Finder-package*.
1676         * menu-bar.el (menu-bar-options-menu): Improve tooltip string.
1678         * simple.el (indicate-unused-lines)
1679         (default-indicate-unused-lines): New variable aliases.
1681 2002-11-18  Kenichi Handa  <handa@m17n.org>
1683         * progmodes/cc-vars.el: Undo previous change.
1685 2002-11-18  Kenichi Handa  <handa@m17n.org>
1687         * language/cyrillic.el (cyrillic-iso-8bit): Make it safe.
1689         * language/european.el (iso-latin-1): Make it safe.
1690         (iso-latin-2, iso-latin-3, iso-latin-4, iso-latin-5, iso-latin-8)
1691         (iso-latin-9): Likewise.
1693         * language/greek.el (greek-iso-8bit): Make it safe.
1695         * language/hebrew.el (hebrew-iso-8bit): Make it safe.
1697         * language/lao.el (lao): Make it safe.
1699         * language/thai.el (thai-tis620): Make it safe.
1701 2002-11-17  Markus Rost  <rost@math.ohio-state.edu>
1703         * speedbar.el (defgroup speedbar): Use group 'etags instead of
1704         nonexisting group 'tags.
1706         * emacs-lisp/re-builder.el: Add provide call.
1708         * mail/feedmail.el (feedmail-fiddle-headers-upwardly)
1709         (feedmail-fiddle-plex-user-list): Fix typo in group name.
1711         * progmodes/make-mode.el (makefile-space-face): Fix group name.
1713         * textmodes/ispell.el (defgroup ispell): Arrange that definition
1714         starts at beginning of line.
1716         * textmodes/table.el (defgroup table-hooks): New group.
1717         (table-cell-map-hook): Fix typo in group name.
1719         * calendar/diary-lib.el (diary-button-face): Add group and version
1720         number.
1722         * warnings.el (defgroup warnings): New group.
1724 2002-11-16  Markus Rost  <rost@math.ohio-state.edu>
1726         * emacs-lisp/autoload.el (update-autoloads-from-directories):
1727         Sort the list of files with no autoloads.
1729 2002-11-16  Alan Shutko  <ats@acm.org>
1731         * calendar/diary-lib.el (list-diary-entries): Pass a marker
1732         indicating source of entry to add-to-diary-list.
1733         (diary-button-face, diary-entry, diary-goto-entry): New, to
1734         support click to diary file.
1735         (fancy-diary-display): Buttonize diary entries.
1736         (list-sexp-diary-entries): Pass a marker indicating source of
1737         entry to add-to-diary-list.
1738         (diary-date): Return mark as well as entry.
1740         * calendar/calendar.el (diary-face): New.
1741         (european-calendar-display-form, describe-calendar-mode)
1742         (mark-visible-calendar-date, calendar-mark-today): Tidy doc string.
1743         (calendar-make-alist): New.
1744         (calendar-mode): Set up font-lock mode.
1745         (generate-calendar-window): Fontify if font-lock-mode is on.
1747 2002-11-16  Ivan Zakharyaschev  <imz@altlinux.org>  (tiny change)
1749         * international/codepage.el (cp866-decode-table): Fix the
1750         translation table.
1752 2002-11-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
1754         * progmodes/cc-bytecomp.el (cc-bytecomp-defun): Fixed bug that
1755         caused existing function definitions to be overridden by
1756         phonies when the bytecomp environment is restored.
1758 2002-11-15  Nick Roberts  <nick@nick.uklinux.net>
1760         * toolbar/gud-break.pbm, toolbar/gud-cont.pbm, toolbar/gud-display.pbm,
1761         toolbar/gud-down.pbm, toolbar/gud-finish.pbm, toolbar/gud-goto.pbm,
1762         toolbar/gud-next.pbm, toolbar/gud-print.pbm, toolbar/gud-remove.pbm,
1763         toolbar/gud-run.pbm, toolbar/gud-step.pbm, toolbar/gud-up.pbm:
1764         Icons for debugger (pbm files).
1766 2002-11-15  Richard M. Stallman  <rms@gnu.org>
1768         * international/mule.el (set-buffer-file-coding-system): Redo prev chg.
1770 2002-11-15  John Paul Wallington  <jpw@shootybangbang.com>
1772         * ibuffer.el (ibuffer-use-other-window, ibuffer-use-header-line)
1773         (ibuffer-visit-buffer, ibuffer-redisplay, ibuffer-update): Doc fix.
1774         (ibuffer-mode-hooks): Remove spurious defvar.
1775         (ibuffer): Run `ibuffer-hook' instead of `ibuffer-hooks'.
1776         (ibuffer-mode): Run `ibuffer-mode-hook' instead of
1777         `ibuffer-mode-hooks'.
1779 2002-11-15  Markus Rost  <rost@math.ohio-state.edu>
1781         * mail/rmailedit.el: Add provide call.
1783         * play/bruce.el: Add provide call.
1785         * emacs-lisp/gulp.el: Add provide call.
1787 2002-11-14  Richard M. Stallman  <rms@gnu.org>
1789         * international/mule.el (set-buffer-file-coding-system): Undo prv chg.
1791 2002-11-14  Markus Rost  <rost@math.ohio-state.edu>
1793         * custom.el (custom-declare-group): Remove unnecessary line of code.
1795         * cus-dep.el (custom-make-dependencies): Bind load-file-name.
1797 2002-11-14  Edward M. Reingold  <reingold@emr.cs.iit.edu>
1799         * calendar/diary-lib.el (make-diary-entry): Allow for local variables
1800         at end of diary file.
1802 2002-11-14  Kim F. Storm  <storm@cua.dk>
1804         * files.el (mode-name): Mark it as risky-local-variable like the
1805         other mode-line elements (moved from bindings.el).
1807         * bindings.el (mode-name): Moved mark as risky-local-variable to
1808         files.el.
1810 2002-11-14  Juanma Barranquero  <lektu@terra.es>
1812         * gud.el: Fix feature name in `provide'.
1814         * gdb-ui.el: Fix feature name in `require'.
1816 2002-11-14  Per Cederqvist  <ceder@lysator.liu.se>  (tiny change)
1818         * progmodes/etags.el (find-tag-default): Copy text at point without
1819         properties.
1821 2002-11-14  Kenichi Handa  <handa@m17n.org>
1823         * progmodes/cc-vars.el: Don't cc-bytecomp-defun char-table-p.
1825 2002-11-14  Kim F. Storm  <storm@cua.dk>
1827         * textmodes/fill.el (fill-nobreak-invisible): New var.
1828         (fill-nobreak-p): Test it; return t if set and point invisible.
1829         (fill-newline): Test it; remove invisible prop on newline if set.
1831         * info.el (Info-fontify-node): New local list paragraph-markers.
1832         Record markers for mangled *note references on that list.
1833         When done, go back through those markers and fill each mangled
1834         paragraph with `fill-nobreak-invisible' let-bound to t.
1835         Don't use `display' property; insert "see" directly in buffer.
1837 2002-11-14  Nick Roberts  <nick@nick.uklinux.net>
1839         * gdb-ui.el: New file, User Interface for running GDB
1841         * gud.el:(gud-find-file): Set up GDB tool bar.
1842         (gud-menu-map): New commands: run, goto.
1843         Enable some commands for gdba.
1844         (gud-query-cmdline): Pass default directory to gdba.
1845         (gdb): Defune gud-goto and gud-run.
1846         (gud-gdb-complete-command): Maybe use gdba-complete-filter.
1847         (gud-mode): Set up local tool bar.
1848         (gud-display-line): For gdba, call gdb-display-source-buffer.
1849         (gud-basic-call): For gdba, maybe delete the current prompt.
1850         (gud-tool-bar-map): New variable.
1851         (gud-read-address): Correction.
1853         * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-display.xpm,
1854         toolbar/gud-down.xpm, toolbar/gud-finish.xpm, toolbar/gud-goto.xpm,
1855         toolbar/gud-next.xpm, toolbar/gud-print.xpm, toolbar/gud-remove.xpm,
1856         toolbar/gud-run.xpm, toolbar/gud-step.xpm, toolbar/gud-up.xpm:
1857         Icons for debugger.
1859 2002-11-13  Stefan Monnier  <monnier@cs.yale.edu>
1861         * pcvs.el (cvs-mode-run): Don't pass "." if not needed.
1863 2002-11-13  Andre Spiegel  <spiegel@gnu.org>
1865         * vc-rcs.el (vc-rcs-registered): Improve comment.
1867         * vc-sccs.el (vc-sccs-registered): Improve comment.
1869 2002-11-13  Tim Van Holder  <tim.vanholder@anubex.com>  (tiny change)
1871         * progmodes/compile.el (compilation-error-regexp-alist):
1872         Don't include colon and space after a file name as part of the name.
1874 2002-11-13  Richard M. Stallman  <rms@gnu.org>
1876         * gud.el (gdb): Undo 10-26 change.
1878 2002-11-13  Kenichi Handa  <handa@m17n.org>
1880         * replace.el (occur-engine): Set buffer-file-coding-system of
1881         OUT-BUF to that of one of BUFFERS if they locally bind that variable.
1883 2002-11-13  Markus Rost  <rost@math.ohio-state.edu>
1885         * custom.el (custom-handle-all-keywords): Fix arg passed to
1886         custom-add-to-group.
1888 2002-11-12  Stefan Monnier  <monnier@cs.yale.edu>
1890         * pcvs-defs.el (cvs-mode-map): Remove M-f binding.
1891         (cvs-minor-mode-map): Add e binding in log-view-mode.
1893         * progmodes/perl-mode.el (perl-hanging-paren-p): New fun.
1894         (perl-indent-line): Look at the open-paren to indent a close-paren.
1895         (perl-calculate-indent): Try to better indent args after hanging paren.
1896         Remove special code for open-paren-in-column-0.
1898         * textmodes/sgml-mode.el (sgml-namify-char): New cmd.
1899         (sgml-name-char): Use it.
1900         (sgml-tag-last, sgml-tag-history): New vars.
1901         (sgml-tag): Use them.
1902         (sgml-skip-tag-forward): Use sgml-tag-syntax-table.
1903         (sgml-delete-tag): Remove resulting empty lines.
1904         (sgml-tag) <symbol-plist>: Don't make intangible.
1905         (sgml-parse-tag-backward): Add limit argument.
1906         (html-autoview-mode): Use define-minor-mode.
1908 2002-11-12  Markus Rost  <rost@math.ohio-state.edu>
1910         * vc-rcs.el (vc-rcs-registered): Handle the autoload cookie so
1911         that the definition is found by `find-function-search-for-symbol'
1912         and etags.
1914         * vc-sccs.el (vc-sccs-registered): Ditto.
1916         * emulation/edt.el (defgroup edt): Arrange that definition starts
1917         at beginning of line.
1919         * ls-lisp.el (defgroup ls-lisp): Remove autoload cookie.
1921         * hi-lock.el (defgroup hi-lock-interactive-text-highlighting):
1922         Remove autoload cookie.
1924         * newcomment.el (defgroup comment): Remove autoload cookie.
1926 2002-11-11  Markus Rost  <rost@math.ohio-state.edu>
1928         * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button):
1929         Declare with defvar, not with defcustom.
1931         * cus-dep.el: Don't require 'autoload.
1932         (custom-make-dependencies): Handle :version also for autoloaded
1933         options.
1935         * winner.el (defgroup winner): Arrange that definition starts at
1936         beginning of line.
1938         * emulation/edt.el: Simplify Emacs 19 compatibility.
1940 2002-11-11  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>  (tiny change)
1942         * dired-aux.el (dired-show-file-type): Format filename with "%s" to
1943         escape any format-like sequences it could contain.
1945 2002-11-11  Per Abrahamsen  <abraham@dina.kvl.dk>
1947         * cus-edit.el (custom-save-delete): Force emacs-lisp-mode.
1949 2002-11-11  Juanma Barranquero  <lektu@terra.es>
1951         * bindings.el (mode-name): Mark it as risky-local-variable.
1953 2002-11-09  Dave Love  <fx@gnu.org>
1955         * international/mule-cmds.el (current-language-environment): Fix :type.
1957         * international/ucs-tables.el: Revert to using
1958         translation-table-for-input instead of keyboard-translate-table.
1960         * international/quail.el (quail-input-string-to-events):
1961         Revert last change.
1963         * simple.el (quoted-insert): Bind translation-table-for-input,
1964         not keyboard-translate-table.
1966 2002-11-08  Stefan Monnier  <monnier@cs.yale.edu>
1968         * arc-mode.el (archive-zip-summarize): Don't hardcode (point-min) = 1.
1970         * complete.el (PC-do-completion): Make partial-completion work
1971         with incomplete directory names.
1973         * textmodes/tex-mode.el (latex-standard-block-names): Rename from
1974         standard-latex-block-names.
1975         (tex-font-lock-keywords-1): Add providecommand, renewenvironment,
1976         and renewtheorem.  Highlight \it and \bf separately since they
1977         may overlap.
1978         (tex-font-lock-suscript, tex-font-lock-unfontify-region): New funs.
1979         (tex-font-lock-keywords-3, tex-verbatim-environments)
1980         (tex-font-lock-syntactic-keywords): New vars.
1981         (superscript, subscript, tex-verbatim-face): New faces.
1982         (tex-font-lock-syntactic-face-function): Handle \verb construct.
1983         (tex-common-initialization): Update font-lock-defaults setting.
1984         (tex-insert-braces): Make it into a skeleton.
1985         (latex-fill-nobreak-predicate): Don't break after \.
1986         (latex-insert-block): Rename from tex-latex-block.
1987         (latex-down-list): Use tex-mode-syntax-table when skipping parens
1988         rather than the indentation syntax-table.
1989         (latex-close-block): Rename from tex-close-latex-block.
1990         (latex-split-block): New fun.
1991         (latex-indent): Don't indent inside a verbatim block.
1992         (latex-find-indent): Stick \begin{verbatim} to the margin.
1994 2002-11-08  John Wiegley  <johnw@gnu.org>
1996         * calendar/timeclock.el (timeclock-modeline-display): Use assq as
1997         well as memq to find `global-mode-string' within
1998         `mode-line-format'.  The structure of that variable has changed in
1999         21.3.
2001 2002-11-07  Stefan Monnier  <monnier@cs.yale.edu>
2003         * format.el (format-decode): Be careful with the order in `format'.
2005         * eshell/esh-cmd.el (function-p-func): Avoid `xemacs-p'.
2007         * eshell/em-glob.el: Require esh-util.
2008         (eshell-glob-initialize): Don't assume
2009         eshell-special-chars-outside-quoting is available.
2011         * textmodes/fill.el (fill-paragraph): Consider a comment-start as
2012         a paragraph starter when filling non-comments.
2013         (fill-comment-paragraph): Don't narrow while doing the fill.
2014         Recognize paragraph starters and separators within comments.
2015         Use adaptive-fill-prefix when it works.  Use comment-search-forward.
2017         * progmodes/compile.el (grep-default-command): New fun.
2018         (grep): Use it.
2019         (compilation-menu-map): New var.
2020         (compilation-minor-mode-map, compilation-shell-minor-mode-map): Use it.
2021         (compilation-mode-map): Simplify.
2022         (compilation-shell-minor-mode, compilation-minor-mode):
2023         Use define-minor-mode.
2025         * elide-head.el (elide-head): Don't make intangible.
2027         * help.el (where-is): Rename map to defs (a list of syms is not a map).
2028         Test fboundp first, to speed things up.  Use push.
2030         * isearch.el (isearch-hidden): New var.
2031         (isearch-search-and-update): Test it.
2032         (isearch-range-invisible): Set it.
2034         * progmodes/tcl.el (tcl-mode): Don't set paragraph-start,
2035         paragraph-separate, comment-column, and fill-paragraph-function.
2036         Simplify outline-regexp.
2037         (tcl-do-fill-paragraph): Remove.
2039 2002-11-07  Markus Rost  <rost@math.ohio-state.edu>
2041         * mail/sendmail.el (mail-default-directory): Set the version to 21.4.
2043         * progmodes/compile.el (grep-compute-defaults): Undo previous change.
2044         Definition moved down.
2045         (grep-command, grep-find-command, grep-tree-command): Allow value nil.
2046         Do not declare :get property.
2047         (grep-use-null-device): Fix type.  Do not declare :get property.
2049         * emacs-lisp/checkdoc.el (checkdoc-find-error):
2050         Use get-file-buffer instead of get-buffer.
2052         * cus-dep.el (custom-make-dependencies): Fix comment inserted in
2053         cus-load.el.
2055 2002-11-07  Juanma Barranquero  <lektu@terra.es>
2057         * help.el (where-is): Report also aliases of the passed command.
2059 2002-11-06  Dave Love  <fx@gnu.org>
2061         * simple.el (quoted-insert): Bind keyboard-translate-table around
2062         read-char.
2064         * international/ucs-tables.el: Use keyboard-translate-table coding
2065         system property, not translation-table-for-input, for
2066         vietnamese-viscii & al.
2067         (translation-table-for-input): Set,
2068         don't defvar, and make permanent-local.
2069         (ucs-unify-8859, ucs-unify-8859, ucs-fragment-8859): Add/remove
2070         set-buffer-major-mode-hook, not quail-activate-hook.
2071         (ucs-set-table-for-input): Renamed from ucs-quail-activate.
2072         (ucs-unify-8859, ucs-unify-8859, ucs-fragment-8859):
2073         Setup keyboard-translate-table, not translation-table-for-input.
2074         Modify set-buffer-major-mode-hook, not quail-activate-hook.
2075         (ucs-fragment-8859): Don't use translation-table-for-input coding
2076         system property.
2077         (ucs-quail-activate): Deleted.
2078         (ucs-set-table-for-input): New.
2079         (ucs-minibuffer-setup): Use it.
2081         * international/quail.el (quail-input-string-to-events):
2082         Use keyboard-translate-table, not translation-table-for-input.
2084         * files.el (normal-mode): Call ucs-set-table-for-input.
2086         * international/mule.el (set-buffer-file-coding-system):
2087         Call ucs-set-table-for-input.
2089 2002-11-06  Richard M. Stallman  <rms@gnu.org>
2091         * replace.el (query-replace, query-replace-regexp): Doc fixes.
2093         * emacs-lisp/bytecomp.el (byte-compile-lambda):
2094         Handle progn like let, inside interactive spec.
2096         * textmodes/tex-mode.el (tex-dvi-view-command): Value can be sexp.
2097         Initialize to a suitable sexp.
2098         (tex-view): Evaluate tex-dvi-view-command and use the value.
2100 2002-11-06  Kenichi Handa  <handa@m17n.org>
2102         * international/mule.el (coding-system-eol-type-mnemonic):
2103         Use eol-mnemonic-undecided if CODING-SYSTEM is nil.
2105 2002-11-06  Kim F. Storm  <storm@cua.dk>
2107         * info.el (Info-fontify-node): Fixed hiding of *note references
2108         with embedded file names like (xxx.yyy).
2109         Avoid making any lines visibly longer if hiding newlines inside
2110         note references by wrapping line after references if it contained
2111         a newline (unfortunaly this makes more lines appear "shorter").
2112         Properly reindent multi-line menu entry descriptions.
2114 2002-11-05  Juanma Barranquero  <lektu@terra.es>
2116         * language/cyrillic.el ("Bulgarian"): Fix typo.
2118         * international/mule.el (coding-system-eol-type-mnemonic):
2119         Move from mule-util.el.
2121         * international/mule-util.el (coding-system-eol-type-mnemonic):
2122         Move to mule.el.
2124 2002-11-04  Juanma Barranquero  <lektu@terra.es>
2126         * files.el (find-buffer-visiting): Accept new optional PREDICATE
2127         argument to return only a buffer that satisfies the predicate.
2128         (insert-file-1): New function.
2129         (insert-file-literally): Use it.
2130         (insert-file): Use it.
2132 2002-11-04  Robert Fenk  <Robert.Fenk@gmx.de>  (tiny change)
2134         * desktop.el (desktop-relative-file-names): New variable.
2135         (desktop-save): Use it.
2137 2002-11-03  Andre Spiegel  <spiegel@gnu.org>
2139         * vc.el (vc-dired-mode): Adapt dired-move-to-filename-regexp to
2140         its current version in dired.el.
2142 2002-11-03  Stefan Monnier  <monnier@cs.yale.edu>
2144         * emacs-lisp/autoload.el (generate-file-autoloads)
2145         (update-file-autoloads): Strip .gz and other such extensions.
2146         (update-autoloads-from-directories): Also consider compressed files.
2148         * info.el (Info-streamline-headings): New var.
2149         (Info-dir-remove-duplicates): New fun.
2150         (Info-insert-dir): Use it.  Simplify the code with push,mapc,dolist.
2151         (Info-select-node): Simplify handling of Info-header-line.
2152         (Info-forward-node): Undo 2000/12/15 since we don't narrow any more.
2153         (Info-mode): Set header-line-format once and for all.
2154         (Info-fontify-node): Accept bogus first line with `File:' missing.
2155         Only make first line invisible if Info-use-header-line.
2156         Don't use `intangible': it's evil.  Use inhibit-read-only.
2157         (Info-follow-reference, Info-next-reference, Info-prev-reference)
2158         (Info-try-follow-nearest-node): Don't bind inhibit-point-motion-hooks
2159         since we don't use intangible any more.
2161         * image.el (insert-image): Don't make intangible since
2162         adjust_point_for_property should be sufficient by default.
2164 2002-11-02  Stefan Monnier  <monnier@cs.yale.edu>
2166         * textmodes/fill.el (fill-paragraph-handle-comment): New var.
2167         (fill-comment-paragraph): New fun (generalizes of lisp-fill-paragraph).
2168         (fill-paragraph): Use them.
2170         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
2171         Use fill-comment-paragraph.
2173 2002-11-02  Stefan Monnier  <monnier@cs.yale.edu>
2175         * bindings.el (mode-line-change-eol)
2176         (mode-line-eol-desc-cache, mode-line-eol-desc): New.
2177         (mode-line-mule-info): Use them for the EOL part of the modeline.
2179         * server.el (server-sentinel): Kill buffers if applicable.
2180         (server-temp-file-p): Make arg optional.
2181         (server-done): Use it to simplify.
2182         (server-switch-buffer): If server-window is a function, use it.
2184         * mail/undigest.el (rmail-digest-end-regexps): Simplify.
2185         (undigestify-rmail-message): Fix paren-bug and simplify.
2187 2002-11-02  Kim F. Storm  <storm@cua.dk>
2189         * info.el (Info-hide-note-references): nil value now does no
2190         reformatting at all.  New choice 'tag reformats tag but shows
2191         the section reference.
2192         (Info-fontify-node): Use it.
2194 2002-11-01  Stefan Monnier  <monnier@cs.yale.edu>
2196         * textmodes/tex-mode.el (tex-common-initialization):
2197         comment-start-skip shouldn't match on the next line.
2199         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Use match-string.
2200         Don't bother making paragraph-start a superset of paragraph-separate.
2201         Use line-beginning-position.
2203         * textmodes/sgml-mode.el (sgml-skip-tag-backward)
2204         (sgml-skip-tag-forward): Deal with xml-style <foo/> empty tags.
2206 2002-11-01  Kim F. Storm  <storm@cua.dk>
2208         * info.el (Info-hide-note-references): New defcustom.
2209         (Info-fontify-node): Use it.
2211 2002-10-31  Kim F. Storm  <storm@cua.dk>
2213         * shell.el (explicit-bash-args): Bash 1.x doesn't grok
2214         --noediting option; added run-time check to exclude it.
2216         * info.el (Info-follow-reference, Info-next-reference)
2217         (Info-prev-reference, Info-try-follow-nearest-node):
2218         Bind inhibit-point-motion-hooks to t while parsing reference.
2219         (Info-fontify-node): When font-lock-mode is enabled, display
2220         "*note" and "* menu" references in a more user friendly format.
2222 2002-10-30  Stefan Monnier  <monnier@cs.yale.edu>
2224         * textmodes/fill.el (fill-move-to-break-point): Skip white space
2225         _before_ checking to see if we're hitting the margin.
2226         (fill-region-as-paragraph): Don't fiddle with the undo-list any more:
2227         it's now done by the C primitives.  Don't use narrowing.
2228         Reorganize the line-breaking part of the code to simplify the control
2229         flow and make it work in the absence of narrowing.
2230         (fill-region): Don't use narrowing.
2232 2002-10-30  Dave Love  <fx@gnu.org>
2234         * textmodes/po.el (po-content-type-charset-alist): Delete most entries.
2235         (po-find-charset): Doc fix.  Remove interactive spec.
2236         (po): Provide.
2237         (po-find-file-coding-system-guts): Re-written to use
2238         coding-system-alist, and code-pages, not codepage stuff.
2240         * term/x-win.el: Remove some ancient compatibility code.
2241         Populate x-keysym-table.
2243 2002-10-30  Andreas Schwab  <schwab@suse.de>
2245         * subr.el (replace-regexp-in-string): Doc fix.
2247 2002-10-29  Dave Love  <fx@gnu.org>
2249         * cus-start.el (selection-coding-system, scalable-fonts-allowed): Add.
2251         * progmodes/scheme.el (syntax-case): Define scheme-indent-function.
2253         * international/mule-conf.el: Doc fixes.
2255 2002-10-29  Richard M. Stallman  <rms@gnu.org>
2257         * server.el (server-switch-buffer): Say when no server buffers remain.
2259         * net/goto-addr.el (goto-address-url-regexp): Don't match `mailto'.
2261 2002-10-28  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
2263         * progmodes/make-mode.el (makefile-warn-continuations):
2264         Call re-search-forward with NOERROR t.
2266 2002-10-29  Kim F. Storm  <storm@cua.dk>
2268         * ido.el (ido-wide-find-dirs-or-files): Fixed problem that caused
2269         incomplete list of matches to be returned.
2271 2002-10-29  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
2273         * textmodes/texinfo.el (texinfo-environments): Add environment;
2274         copying, documentdescription, ifplaintext, ifnotplaintext, and
2275         verbatim.
2277         * textmodes/texinfmt.el (texinfo-format-ifplaintext): New function.
2278         (ifplaintext, ifnotplaintext)
2279         (afourpaper, afivepaper, afourlatex, afourwide)
2280         (documentlanguage, documentencoding): New aliases.
2282 2002-10-29  John Paul Wallington  <jpw@shootybangbang.com>
2284         * ibuffer.el (ibuffer-mouse-popup-menu): Set point before popping
2285         up filter groups menu.  Preserve point unless a menu command has
2286         moved it from point clicked.
2288 2002-10-29  David Kastrup  <dak@lola.goethe.zz>
2290         * calc/calc.el (calc-any-evaltos): Initialize to nil, since
2291         calc-refresh-evaltos appears to need this.
2293 2002-10-28  Dave Love  <fx@gnu.org>
2295         * international/mule-diag.el (non-iso-charset-alist): Move to
2296         avoid compilation warning.
2297         (mule-diag): Provide.
2299         * international/code-pages.el (cp-make-coding-system):
2300         Use utf-translation-table-for-decode, not
2301         utf-8-translation-table-for-decode.
2302         (mule-diag): Require.
2304         * language/thai-util.el (thai-composition-function): Don't use prog1.
2306         * language/lao-util.el (lao-composition-function): Don't use prog1.
2308         * language/european.el (diacritic-composition-function):
2309         Modify confused prog1 form.
2311         * international/quail.el (quail-keyboard-layout-alist): Fix pc105-uk.
2312         (quail-keyboard-layout): Customize.
2313         Move after quail-keyboard-layout-alist.
2315 2002-10-28  Miles Bader  <miles@gnu.org>
2317         * progmodes/make-mode.el (makefile-warn-continuations):
2318         Don't barf when there _aren't_ any suspicious continuations.
2320 2002-10-28  Matthew Swift  <swift@alum.mit.edu>
2322         * progmodes/compile.el (grep-find-use-xargs): Fix docstring.
2324 2002-10-27  Michael Kifer  <kifer@cs.stonybrook.edu>
2326         * ediff-wind.el (ediff-control-frame-parameters): Add scrollbar-height.
2328 2002-10-27  Andreas Schwab  <schwab@suse.de>
2330         * progmodes/sh-script.el (sh-mode-syntax-table): Don't make ^L
2331         end-of-comment syntax.
2333 2002-10-27  Kim F. Storm  <storm@cua.dk>
2335         * ido.el (ido-cannot-complete-command): New defcustom, default to
2336         ido-completion-help (similar to iswitchb-cannot-complete-hook).
2337         (ido-complete): Call value of ido-cannot-complete-command rather
2338         than ido-completion-help when no common completion.
2340 2002-10-27  Dave Love  <fx@gnu.org>
2342         * international/code-pages.el (iso-8859-11): New.
2344 2002-10-27  Kim F. Storm  <storm@cua.dk>
2346         * pcvs.el (cvs-checkout): Use read-directory-name.
2347         (cvs-query-directory): Likewise.
2349 2002-10-26  Richard M. Stallman  <rms@gnu.org>
2351         * progmodes/make-mode.el (makefile-cleanup-continuations):
2352         Default for variable is nil.
2353         (makefile-warn-continuations): New function.
2354         (makefile-mode): Put it on write-file-functions.
2356         * international/mule-cmds.el (select-safe-coding-system):
2357         Delete debugging setq.
2359         * shell.el (shell): Look for .emacs_SHELL under ~/.emacs.d
2360         after looking in ~.
2362         * startup.el (command-line): Look for .emacs under ~/.emacs.d
2363         after looking in ~.
2365         * simple.el (toggle-truncate-lines): When turning off truncation,
2366         clear out the hscroll value in this buffer's windows.
2368         * simple.el (display-message-or-buffer): Don't display empty
2369         output in the echo area.
2371         * man.el (Man-default-man-entry): Don't look for all word chars,
2372         look only for characters that are normally part of a shell command.
2374         * gud.el (gdb): Pass default-directory to GDB via -cd option.
2376         * font-lock.el (c++-font-lock-keywords...): Add `restrict' keyword.
2378         * find-file.el (ff-find-related-file): Fix autoload cookie.
2380         * emacs-lisp/unsafep.el (unsafep-variable): Pass second arg to
2381         risky-local-variable-p.
2383         * files.el (risky-local-variable-p): VAL=nil has special meaning.
2385         * Makefile.in (compile-always): Avoid error in old Bash versions.
2387 2002-10-26  John Paul Wallington  <jpw@shootybangbang.com>
2389         * textmodes/picture.el (picture-mouse-set-point): New command.
2390         (picture-mode-map): Bind it.
2391         (picture-motion-reverse): Doc fix.
2393 2002-10-25  Stefan Monnier  <monnier@cs.yale.edu>
2395         * textmodes/outline.el (outline-next-heading): Make sure the match-data
2396         is really correct where returning.
2398 2002-10-24  Matthew Swift  <swift@alum.mit.edu>
2400         * textmodes/outline.el (outline-minor-mode): Add customization group.
2402 2002-10-23  Richard M. Stallman  <rms@gnu.org>
2404         * files.el (risky-local-variable-p): New arg VAL.
2405         (compile-command): Use `stringp' for `safe-local-variable' prop.
2406         (hack-one-local-variable): Pass VAL to `risky-local-variable-p'.
2408 2002-10-23  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
2410         * woman.el (woman-version): Update to 0.551 (beta).
2411         (woman-parse-colon-path): Add support for current Cygwin mount
2412         conventions.
2413         (woman-Cyg-to-Win): New function to convert absolute filename from
2414         Cygwin to Windows form by executing external program cygpath if
2415         possible.
2416         (woman-man.conf-path): Update default to current common locations
2417         and to support Cygwin; update documentation.
2418         (woman-parse-man.conf): Generalize regexp to "man.*\\.conf" to
2419         match possible names of man.conf file; tidy code and documentation.
2420         (woman-manpath): Simplify default and documentation; essentially
2421         move code that was here into `woman-parse-colon-path'.
2422         (woman-default-indent): Change Linux to GNU in documentation.
2423         (woman-addition-face): Make documentation consistent with other
2424         WoMan faces.
2425         (woman-emulate-tbl): New variable, determines whether tbl
2426         emulation is required.
2427         (woman-decode-region): Add check for preprocessor requests.
2428         (woman0-process-escapes, woman-special-characters)
2429         (woman-get-next-char, woman-parse-numeric-value): Add support for
2430         long groff names of the form [xxx].
2431         (woman-strings, woman-change-fonts): Now call `woman-match-name'.
2432         (woman2-PD, woman2-na): Doc fix.
2433         (woman-match-name): New function.
2434         (woman2-TS): New function.
2435         (woman2-TE): New alias for `woman2-fi'.
2437 2002-10-23  Kim F. Storm  <storm@cua.dk>
2439         * ido.el (ido-restrict-to-matches): New command.
2440         (ido-define-mode-map): Bind it to C-SPC and C-@ in ido-mode-map.
2442 2002-10-22  Bob Halley  <halley@play-bow.org>  (tiny change)
2444         * eshell/esh-io.el (eshell-set-output-handle): Fix so that
2445         multiple redirection can work.
2447 2002-10-21  Stefan Monnier  <monnier@cs.yale.edu>
2449         * ielm.el (inferior-emacs-lisp-mode): If hexl not found, use cat.
2450         Don't hardcode point-min == 1.
2452         * hexl.el (hexl-mode-old-write-contents-hooks): Remove.
2453         (hexl-mode, hexl-current-address, hexl-address-to-marker)
2454         (hexl-insert-char): Don't hardcode point-min == 1.
2455         (hexl-isearch-search-function): New fun.
2456         (hexl-mode-old-isearch-search-fun-function): New var.
2457         (hexl-mode): Use them.
2458         (hexl-mode, hexl-mode-exit, hexl-maybe-dehexlify-buffer):
2459         Use write-contents-functions rather then write-contents-hooks.
2461         * textmodes/text-mode.el (text-mode-syntax-table): Make ' a prefix.
2462         (paragraph-indent-text-mode-abbrev-table)
2463         (paragraph-indent-text-mode-syntax-table): Remove.
2464         (paragraph-indent-text-mode): Use the :abbrev and :syntax-table args.
2466 2002-10-21  Juanma Barranquero  <lektu@terra.es>
2468         * eshell/esh-util.el (directory-files-and-attributes): Copy docstring
2469         from Emacs 21.  Arg DIR renamed to DIRECTORY for consistency.
2471 2002-10-20  Andreas Schwab  <schwab@suse.de>
2473         * apropos.el (apropos-group): Use customize-group-other-window.
2475 2002-10-18  Stefan Monnier  <monnier@rum.cs.yale.edu>
2477         * progmodes/perl-mode.el (perl-mode-syntax-table): Change $ back
2478         to just "/" instead of "/ p".
2479         (perl-font-lock-syntactic-keywords): Use ". p" for the `$'.
2481 2002-10-18  Juanma Barranquero  <lektu@terra.es>
2483         * textmodes/artist.el (artist-ff-is-bottommost-line): Fix misplaced
2484         ELSE expression on IF.
2486 2002-10-17  Juanma Barranquero  <lektu@terra.es>
2488         * align.el (align-rules-list, align-exclude-rules-list): Fix typos.
2490         * subr.el (remq): Likewise.
2492         * vc-cvs.el (vc-cvs-sticky-tag-display): Likewise.
2494         * vc-hooks.el (vc-insert-file): Likewise.
2496         * vcursor.el (vcursor-other-window): Likewise.
2498         * wid-edit.el (widget-choose): Likewise.
2500         * calendar/diary-lib.el (diary-name-pattern): Likewise.
2502         * emacs-lisp/elint.el (elint-error, elint-warning): Likewise.
2504         * emacs-lisp/lisp.el (beginning-of-defun): Likewise.
2506         * emulation/edt-mapper.el (top-level): Likewise.
2508         * eshell/esh-var.el (eshell/define): Likewise.
2510         * mail/feedmail.el (feedmail-nuke-body-in-fcc)
2511         (feedmail-queue-draft-directory): Likewise.
2513         * net/netrc.el (netrc-parse): Likewise.
2515         * obsolete/cplus-md.el (c++-empty-arglist-indent): Likewise.
2517         * progmodes/ebrowse.el (ebrowse-ts)
2518         (ebrowse-view/find-file-and-search-pattern)
2519         (ebrowse-draw-file-member-info): Likewise.
2521         * progmodes/idlwave.el (idlwave-region-active-p): Likewise.
2523         * progmodes/idlw-shell.el (idlwave-shell-set-bp): Likewise.
2525         * progmodes/sh-script.el (sh-indent-for-then): Likewise.
2527         * textmodes/bibtex.el (bibtex-find-entry-location): Likewise.
2529         * textmodes/sgml-mode.el (sgml-close-tag, html-imenu-index): Likewise.
2531 2002-10-17  Dave Love  <fx@gnu.org>
2533         * international/mule-diag.el (non-iso-charset-alist): Add koi8-u.
2535         * international/code-pages.el (cp-make-translation-table): Use
2536         ucs-mule-to-mule-unicode.
2537         (cp-fix-safe-chars): Fix typo.
2538         (non-iso-charset-alist): Don't define.
2539         (cp-make-coding-system): Use utf-8-translation-table-for-decode.
2540         Define translation-table-for-input.
2541         (cp866): Reinstate.
2542         (alternativnj): Don't define alias.
2543         (koi8-u): Deleted.
2545         * language/european.el ("Slovenian"): Use slovenian input-method.
2546         (encode-mac-roman): Use ucs-mule-to-mule-unicode.
2548         * language/cyrillic.el (cyrillic-alternativnyj-decode-table): Fix
2549         the table.
2550         (cyrillic-alternativnyj): Don't give it `mime-charset' property.
2551         (cp866): Delete this alias.
2552         ("Bulgarian"): Fix the value of `input-method'.
2554 2002-10-16  Luc Teirlinck  <teirllm@mail.auburn.edu>
2556         * dired-aux.el (dired-add-entry): Put point in correct position
2557         before inserting marker char.
2559 2002-10-16  Andreas Schwab  <schwab@suse.de>
2561         * dired.el (dired-readin-insert): Expand dired-directory.
2563         * dired-aux.el (dired-insert-subdir-doinsert): Preserve point.
2565 2002-10-16  Markus Rost  <rost@math.ohio-state.edu>
2567         * textmodes/reftex-vars.el: Move reftex-set-dirty here from
2568         reftex.el.  Move the provide call to end of file.
2570         * textmodes/reftex.el: Move reftex-set-dirty to reftex-vars.el.
2572 2002-10-15  Dave Love  <fx@gnu.org>
2574         * man.el (Man-getpage-in-background): Set width in environment.
2576 2002-10-15  Kenichi Handa  <handa@m17n.org>
2578         * mail/sendmail.el (sendmail-send-it): Call
2579         select-message-coding-system before changing the current bufer to
2580         " sendmail temp".
2582 2002-10-14  Andre Spiegel  <spiegel@gnu.org>
2584         * files.el (insert-directory): Handle //SUBDIRED// lines in
2585         recursive listings from ls --dired.
2587         * vc.el (vc-dired-reformat-line): Simplified.  Handles text
2588         properties correctly now.
2590 2002-10-14  Juanma Barranquero  <lektu@terra.es>
2592         * international/mule.el (set-selection-coding-system): Fix spacing.
2594 2002-10-13  Richard M. Stallman  <rms@gnu.org>
2596         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
2597         Treat `ignore' specially--prevent warnings about functions
2598         called for effect, in its args.
2599         Don't warn when `pop' is used for effect.
2601         * emacs-lisp/autoload.el (autoload-print-form): Cleanup.
2603         * uniquify.el (uniquify-get-proposed-name):
2604         Don't use directory-sep-char.
2606         * thingatpt.el (read-from-whole-string): Add call to `ignore'.
2608         * find-file.el (ff-related-file-alist): New alias.
2609         (ff-find-related-file): New alias.
2611 2002-10-13  Andreas Schwab  <schwab@suse.de>
2613         * dired.el (dired-insert-directory): When looking for existing
2614         indentation, goto OPOINT instead of beginning of buffer.
2616 2002-10-12  Stefan Monnier  <monnier@cs.yale.edu>
2618         * cus-dep.el (custom-make-dependencies): Ignore preloaded files.
2620 2002-10-12  Michael Kifer  <kifer@cs.stonybrook.edu>
2622         * ediff-init.el (ediff-frame-char-height): Use frame-selected-window.
2624         * ediff-util.el (ediff-file-checked-in-p): Changed progn with and.
2626         * ediff-wind.el (ediff-skip-unsuitable-frames): Distinguish selected
2627         frame from frame of selected window.
2628         (ediff-frame-has-dedicated-windows): Don't select any frames to avoid
2629         changing selected windows.
2630         (ediff-setup-control-frame): Make sure auto-rase is properly set for
2631         the control frame.
2633 2002-10-10  Simon Josefsson  <jas@extundo.com>
2635         * browse-url.el (browse-url-mozilla): Doc fix.
2637 2002-10-10  Steve Youngs  <youngs@xemacs.org>
2639         * browse-url.el (browse-url-mozilla-new-window-is-tab): New.
2640         (browse-url-mozilla): Use it.
2642 2002-10-11  Miles Bader  <miles@gnu.org>
2644         * vc-cvs.el (vc-cvs-parse-entry): Don't barf when an `Entries'
2645         files contains an invalid timestamp.
2647 2002-10-11  Simon Josefsson  <jas@extundo.com>
2649         * mail/sendmail.el (mail-envelope-from): New option `header' to
2650         use RFC 2822 From: header as the envelope address.
2651         (mail-envelope-from): New function, this should be used instead of
2652         looking at the `mail-envelope-from' variable.
2653         (sendmail-send-it): Use it.
2655         * mail/smtpmail.el (smtpmail-via-smtp): Use it.
2657 2002-10-11  Andre Spiegel  <spiegel@gnu.org>
2659         * dired.el (dired-insert-directory): Fix check for indentation
2660         from ls --dired.
2662         * vc.el (vc-dired-reformat-line): As a temporary fix, remove all text
2663         properties from the reformatted line.
2665 2002-10-10  Stefan Monnier  <monnier@cs.yale.edu>
2667         * textmodes/paragraphs.el (forward-paragraph): Keep track of
2668         remaining paragraphs to skip more carefully.
2670         * add-log.el (add-change-log-entry): Don't call find-file at all
2671         if we're already in the proper buffer.
2672         (change-log-resolve-conflict): New fun.
2673         (change-log-mode): Use it and use define-derived-mode.
2674         (change-log-merge): Allow other-log to be a buffer.
2675         Don't add a \n if there are already enough \n's.
2677         * finder-inf.el, subdirs.el, cus-load.el: Remove.
2679         * finder.el ("finder-inf"): Don't fail if the file is absent.
2681         * cus-dep.el (custom-make-dependencies): Don't use find-file.
2682         Use feature names rather than file names if applicable.
2684         * cus-edit.el (customize-mode): New command.
2686         * custom.el (custom-group-of-mode): New fun.
2687         (custom-load-symbol): Don't use preloaded-file-list now that
2688         load-history is always complete.  Don't look up the expanded file
2689         name in load-history (looked like an XEmacsism).
2691         * smerge-mode.el (smerge-ediff): Autoload.
2692         (smerge-match-conflict): Don't assume as much about smerge-begin-re.
2693         (smerge-resolve-function): New var.
2694         (smerge-resolve): New command.
2695         (smerge-basic-map): Bind it.
2697 2002-10-10  Andre Spiegel  <spiegel@gnu.org>
2699         * vc-cvs.el (vc-cvs-parse-entry): Parse the time stamp found in
2700         CVS/Entries, rather than comparing it textually.
2702 2002-10-10  Markus Rost  <rost@math.ohio-state.edu>
2704         * international/encoded-kb.el: Add `provide' call.
2706 2002-10-09  David Kastrup  <David.Kastrup@t-online.de>
2708         * calc/calc-alg.el (calcFunc-ln): In symbolic manipulations,
2709         ln(-1) should be i*pi, not pi.
2711 2002-10-09  Markus Rost  <rost@math.ohio-state.edu>
2713         * vc-cvs.el (vc-cvs-registered): In the autoload version use load
2714         instead of require to avoid loops when loaddefs.el is loaded after
2715         vc-cvs.el.
2717         * cus-edit.el (Custom-reset-current): Don't test for default-boundp.
2718         (Custom-reset-saved): Don't test for saved-value.
2720 2002-10-08  Stefan Monnier  <monnier@cs.yale.edu>
2722         * vc.el (vc-find-version): Use the new backend op `find-version'.
2723         (vc-default-find-version): Provide the new backend op `find-version'
2724         in terms of the old `checkout' op.
2726         * vc-rcs.el (vc-rcs-find-version): New fun.
2727         (vc-rcs-checkout): Remove `workfile' arg and simplify.
2729         * vc-sccs.el (vc-sccs-find-version): New fun.
2730         (vc-sccs-checkout): Remove `workfile' arg and simplify.
2732         * vc-cvs.el (vc-cvs-find-version): New fun.
2734 2002-10-08  John Paul Wallington  <jpw@shootybangbang.com>
2736         * info.el (Info-next-menu-item, Info-last-menu-item)
2737         (info-emacs-manual): Add docstrings.
2738         (Info-index): Use `string-to-number' instead of `string-to-int'.
2740 2002-10-08  Kenichi Handa  <handa@m17n.org>
2742         * international/ucs-tables.el (ucs-translation-table-for-decode):
2743         Define it as a translation-table.
2745 2002-10-07  Richard M. Stallman  <rms@gnu.org>
2747         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
2749         * progmodes/compile.el (grep-compute-defaults): Set the standard-value
2750         properties of the variables being initialized.
2752         * thingatpt.el (thing-at-point-url-path-regexp): Doc fix.
2754 2002-10-07  Kim F. Storm  <storm@cua.dk>
2756         * emulation/cua-base.el (cua-normal-cursor-color):
2757         Fixed initialization to make "Erase Customization" work.
2759 2002-10-07  Stefan Monnier  <monnier@cs.yale.edu>
2761         * vc.el (vc-maybe-resolve-conflicts): Always call vc-resolve-conflicts
2762         in case some other package redefined it.
2763         (vc-resolve-conflicts): Make it into an alias for smerge-ediff.
2765         * textmodes/fill.el (fill-paragraph): Go to BOL before calling
2766         forward-paragraph to make sure its return value is meaningful.
2768 2002-10-06  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2770         * net/tramp.el: Version 2.0.25 released.
2771         (tramp-handle-file-truename): If it's a directory,
2772         append slash only if result doesn't end in a slash already.
2773         (tramp-handle-file-truename): Restructure logic.  If list of steps
2774         is nil, return "/" as the real name.
2775         (tramp-completion-mode): Add "\\(" and "\\)". Otherwise,
2776         `match-string' doesn't make sense.  From Michael Albinus.
2777         (tramp-host-with-port-regexp): New defcustom. Equal to previous
2778         `tramp-host-regexp'.  From Michael Albinus.
2779         (tramp-host-regexp): Taken off hashes in host names. Otherwise,
2780         scanning files like .rhosts would take comments as host names.
2781         From Michael Albinus.
2782         (tramp-file-name-structure, tramp-multi-file-name-hop-structure):
2783         Replace `tramp-host-regexp' by `tramp-host-with-port-regexp'.
2784         From Michael Albinus.
2785         (tramp-action-terminal): New function.
2786         (tramp-terminal-prompt-regexp): New variable, matches "tset" prompts.
2787         (tramp-actions-before-shell): Use them.
2788         (tramp-handle-shell-command): Logic error.  From Ivan
2789         Zakharyaschev <imz@altlinux.org>.
2791 2002-10-06  Markus Holmberg  <markush@acc.umu.se>  (tiny change)
2793         * thingatpt.el (thing-at-point-uri-schemes): New variable.
2794         (thing-at-point-url-regexp): Use it.
2796 2002-10-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
2798         * progmodes/fortran.el (fortran-beginning-do): Ignore labelled DO
2799         loops.
2801 2002-10-05  Stefan Monnier  <monnier@cs.yale.edu>
2803         * vc.el (vc-log-mode-map): Explicitly inherit from text-mode.
2804         (vc-maybe-resolve-conflicts): Don't check smerge-mode and smerge-ediff.
2805         (vc-print-log): Don't check log-view-mode.
2806         (vc-default-show-log-entry): Don't check log-view-goto-rev.
2807         (vc-log-mode): Remove.
2808         (vc-log-edit): Don't check log-edit.
2810 2002-10-04  Stefan Monnier  <monnier@cs.yale.edu>
2812         * vc-cvs.el (vc-cvs-show-log-entry):
2813         * vc-rcs.el (vc-rcs-show-log-entry): Delete.
2815         * smerge-mode.el (smerge-ediff): Add name-{mine,other,base} args.
2817 2002-10-04  Markus Rost  <rost@math.ohio-state.edu>
2819         * vc.el (vc-default-show-log-entry): Fix typo.
2821 2002-10-04  Steven Tamm  <steventamm@mac.com>
2823         * term/mac-win.el: Add lines to handle the new [return] event.
2825 2002-10-03  Stefan Monnier  <monnier@cs.yale.edu>
2827         * textmodes/fill.el (fill-paragraph): Give up if there's no
2828         paragraph at or after point.
2830         * textmodes/paragraphs.el (forward-paragraph): Return the steps left.
2832         * vc.el (vc-print-log): Unconditionally use `show-log-entry'.
2833         (vc-default-show-log-entry): New fun.
2835         * subr.el (read-key-auxiliary-map, read-key): Remove.
2836         (read-quoted-char): Undo the `read-key' change of 2002-06-23.
2838 2002-10-03  Markus Rost  <rost@math.ohio-state.edu>
2840         * progmodes/ada-stmt.el (ada-stmt-add-to-ada-menu): Handle the
2841         menu pseudo-keys generated by easymenu which are lowercase in
2842         Emacs 21.4.
2844         * progmodes/ada-xref.el
2845         (ada-xref-update-project-menu,ada-add-ada-menu): Ditto.
2847 2002-10-03  John Paul Wallington  <jpw@shootybangbang.com>
2849         * frame.el (delete-frame-hook): Variable alias for
2850         `delete-frame-functions'.  Mark obsolete.
2852 2002-10-02  Stefan Monnier  <monnier@cs.yale.edu>
2854         * textmodes/outline.el (outline-1, outline-2, outline-3, outline-4)
2855         (outline-5, outline-6, outline-7, outline-8): New faces.
2856         (outline-font-lock-faces, outline-font-lock-levels): New vars.
2857         (outline-font-lock-face): New fun.
2858         (outline-font-lock-keywords): Use it.
2859         (outline-font-lock-level): Remove.
2860         (outline-mode, outline-next-preface, outline-next-heading)
2861         (outline-previous-heading, outline-next-visible-heading):
2862         Use shy group.
2863         (outline-level) <var>: Update calling convention.
2864         (outline-level) <fun>: Take advantage of it.
2865         (outline-demote): Don't assume the match-data is still uptodate.
2866         (outline-up-heading): Simplify and make sure the match data is
2867         properly set at the end.
2869 2002-10-02  Markus Rost  <rost@math.ohio-state.edu>
2871         * progmodes/sh-script.el (sh-alias-alist): Use append instead of
2872         nconc.
2874         * startup.el (normal-top-level): Reset standard-value property of
2875         `user-full-name' here.
2877 2002-10-02  Per Abrahamsen  <abraham@dina.kvl.dk>
2879         * wid-edit.el (widget-default-get): Change to return external
2880         value.
2881         (widget-choice-action): Update caller.
2882         (widget-editable-list-entry-create): Update caller.
2884         * wid-edit.el (widget-types-copy): New function.
2885         (default): Added :copy keyword.
2886         (menu-choice): Ditto.
2887         (checklist): Ditto.
2888         (radio-button-choice): Ditto.
2889         (editable-list): Ditto.
2890         (group): Ditto.
2891         (widget-copy): New function.
2892         (widget-create-child): Use it.
2893         (widget-create-child-value): Use it.
2895 2002-10-01  Bill Wohler  <wohler@newt.com>
2897         * mail/mh-comp.el, mail/mh-e.el, mail/mh-funcs.el,
2898         mail/mh-mime.el, mail/mh-pick.el, mail/mh-seq.el,
2899         mail/mh-utils.el, mail/mh-xemacs-compat.el, mail/reply2.pbm,
2900         mail/reply2.xpm, toolbar/execute.pbm, toolbar/execute.xpm,
2901         toolbar/page-down.pbm, toolbar/page-down.xpm, toolbar/refile.pbm,
2902         toolbar/refile.xpm, toolbar/repack.pbm, toolbar/repack.xpm,
2903         toolbar/rescan.pbm, toolbar/rescan.xpm, toolbar/show.pbm,
2904         toolbar/show.xpm, toolbar/widen.pbm, toolbar/widen.xpm:
2905         Upgraded to mh-e version 6.1.1.  Full ChangeLog available in
2906         http://prdownloads.sourceforge.net/mh-e/mh-e-6.1.tgz?download .
2907         There were no user-visible changes in 6.1.1 from 6.1--only the
2908         section of the Makefile that installs the files into Emacs was changed.
2910 2002-10-01  Stefan Monnier  <monnier@cs.yale.edu>
2912         * pcvs.el (cvs-mode-find-file): Look up font-lock-face so it also
2913         works when font-lock is turned off.
2915         * jit-lock.el (jit-lock-fontify-now): Don't widen.
2916         Let the jit-lock-functions do it if they want to.
2918 2002-10-01  Juanma Barranquero  <lektu@terra.es>
2920         * eshell/esh-module.el (eshell-load-defgroups):
2921         Add "no-byte-compile: t" to subdirs.el.
2923         * makefile.w32-in (update-subdirs-CMD): Likewise.
2925         * forms-d2.el:
2926         * forms-pass.el:
2927         * generic-x.el:
2928         * patcomp.el:
2929         * paths.el:
2930         * version.el:
2931         * international/mule-conf.el:
2932         * language/czech.el:
2933         * language/devanagari.el:
2934         * language/english.el:
2935         * language/georgian.el:
2936         * language/greek.el:
2937         * language/hebrew.el:
2938         * language/japanese.el:
2939         * language/korean.el:
2940         * language/lao.el:
2941         * language/misc-lang.el:
2942         * language/romanian.el:
2943         * language/slovak.el:
2944         * language/thai.el:
2945         * language/utf-8-lang.el:
2946         * emacs-lisp/cl-specs.el:
2947         * eshell/esh-maint.el:
2948         * mail/blessmail.el:
2949         * play/bruce.el:
2950         * term/apollo.el:
2951         * term/AT386.el:
2952         * term/bobcat.el:
2953         * term/internal.el:
2954         * term/iris-ansi.el:
2955         * term/keyswap.el:
2956         * term/linux.el:
2957         * term/lk201.el:
2958         * term/news.el:
2959         * term/vt102.el:
2960         * term/vt125.el:
2961         * term/vt200.el:
2962         * term/vt201.el:
2963         * term/vt220.el:
2964         * term/vt240.el:
2965         * term/vt300.el:
2966         * term/vt320.el:
2967         * term/vt400.el:
2968         * term/vt420.el:
2969         * term/wyse50.el: Add "no-byte-compile: t" in first line.
2971 2002-10-01  Kenichi Handa  <handa@m17n.org>
2973         * international/utf-16.el: Don't provide utf-16.
2975         * international/utf-8.el (ccl-decode-mule-utf-8):
2976         Remove unnecessary line.
2978 2002-09-30  Kenichi Handa  <handa@m17n.org>
2980         * language/thai.el (thai-tis620): Add `mime-charset' property.
2982         * language/indian.el: Don't register "ISO10646.*-1" in
2983         font-ccl-encoder-alist.
2985         * language/cyrillic.el (ccl-decode-koi8): Refer to
2986         ucs-translation-table-for-decode.
2987         (ccl-decode-koi8-u): Likewise.
2988         (ccl-decode-alternativnyj): Likewise.
2989         (cyrillic-koi8): Put `dependency' property.
2990         (koi8-u): Likewise.
2991         (cyrillic-alternativnyj): Likewise.
2993         * international/utf-8.el (ucs-mule-to-mule-unicode): Don't define
2994         this translation-table name here.
2995         (utf-translation-table-for-encode): New translation-table name.
2996         (utf-fragmentation-table): Renamed from utf-8-fragmentation-table.
2997         (utf-defragmentation-table): New variable.
2998         (ucs-mule-cjk-to-unicode): Renamed from utf-8-subst-rev-table.
2999         (utf-subst-table-for-encode): New translation-table name.
3000         (ucs-unicode-to-mule-cjk): Renamed from utf-8-subst-table.
3001         (utf-subst-table-for-decode): New translation-table name.
3002         (utf-fragment-on-decoding): Renamed from
3003         utf-8-fragment-on-decoding.  Correctly handle the case that
3004         unify-8859-on-encoding-mode is off.  Handle mule-utf-16-le and
3005         mule-utf-16-be too.
3006         (utf-translate-cjk): Renamed from utf-8-translate-cjk.
3007         Handle mule-utf-16-le and mule-utf-16-be too.
3008         (ccl-decode-mule-utf-8): Refer to utf-translation-table-for-decode
3009         and utf-subst-table-for-decode.
3010         (ccl-encode-mule-utf-8): Refer to utf-translation-table-for-encode
3011         and utf-subst-table-for-encode.
3012         (mule-utf-8): Fix `safe-charsets' property, put `dependency' property.
3014         * international/utf-8-subst.el: Setup ucs-unicode-to-mule-cjk and
3015         ucs-mule-cjk-to-unicode, not utf-8-subst-table and
3016         utf-8-subst-rev-table.
3018         * international/utf-16.el (utf-16-decode-ucs): Look up
3019         utf-subst-table-for-decode.  Fix for the case that the looking up
3020         succeeds.
3021         (ccl-decode-mule-utf-16-le): Translate characters by
3022         utf-translation-table-for-decode.
3023         (ccl-decode-mule-utf-16-be): Likewise.
3024         (ccl-encode-mule-utf-16-le): Look up utf-subst-table-for-encode
3025         at first.  Translate characters by utf-translation-table-for-encode.
3026         (ccl-encode-mule-utf-16-be): Likewise.
3027         (mule-utf-16-le, mule-utf-16-be): Add `dependency' property.
3029         * loadup.el: Preload international/utf-16.  Don't call ucs-unify-8859.
3031         * international/ucs-tables.el: Don't bind
3032         utf-8-translation-table-for-decode while setting up
3033         ucs-mule-8859-to-ucs-table, etc.  Add `depenency' property to
3034         iso-8859-* coding systems.
3035         (ucs-unify-8859): Arguments changed to FOR-ENCODE and FOR-DECODE.
3036         If FOR-DECODE is non-nil, make ucs-mule-8859-to-mule-unicode
3037         populate the translation table named
3038         ucs-translation-table-for-decode.  If FOR-ENCODE is non-nil, make
3039         ucs-mule-to-mule-unicode populates the translation table named
3040         utf-translation-table-for-encode.  Call register-char-codings for
3041         mule-utf-16-be and mule-utf-16-le too.
3042         (ucs-fragment-8859): Arguments changed to FOR-ENCODE and
3043         FOR-DECODE.  If FOR-DECODE is non-nil, make the translation table
3044         named ucs-translation-table-for-decode vacant.  If FOR-ENCODE is
3045         non-nil, make a proper char-table populates the translation table
3046         name utf-translation-table-for-encode.  Call register-char-codings
3047         for all mule-utf-* to to reset their status to the origianl.
3048         (unify-8859-on-encoding-mode): Call ucs-unify-8859 and
3049         ucs-fragment-8859 with fixed arguments.  Set the version to 21.3.
3050         (unify-8859-on-decoding-mode): Likewise.  Remove dependency.
3051         (ccl-encode-unicode-font): Delete.
3052         (ucs-tables-unload-hook): Delete.
3054         * international/mule.el (decode-char): Refer to the translation
3055         hash table named utf-subst-table-for-decode.  Refer to the
3056         translation table named utf-translation-table-for-decode instead
3057         of utf-8-translation-table-for-decode.
3058         (encode-char): Refer to the translation hash table named
3059         utf-subst-table-for-encode.  Refer to the translation table named
3060         utf-translation-table-for-encode instead of
3061         utf-8-translation-table-for-encode.
3063         * international/mule-diag.el (describe-coding-system):
3064         Describe `dependency' property.
3066         * international/mule-conf.el (emacs-mule): Add property `composition'.
3068         * international/fontset.el (ucs-mule-to-mule-unicode): Define this
3069         translation table name here.
3070         (ucs-mule-cjk-to-unicode): New translation table name.
3071         (ccl-encode-unicode-font): Merge the code in ucs-tables.el.
3072         (font-ccl-encoder-alist): Change the font registry pattern to
3073         "ISO10646.*-*".
3075 2002-09-30  Colin Walters  <walters@gnu.org>
3077         * calc/calc-stuff.el (calc-flush-caches): Add optional arg
3078         `inhibit-msg'.
3080         * calc/calc-prog.el (calc-kbd-report, calc-kbd-query): Don't bind
3081         `executing-kbd-macro' and `defining-kbd-macro'.
3083         * calc/calc-ext.el (calc-reset): Don't bind `executing-kbd-macro'.
3084         Call `calc-flush-caches' with inhibit-msg arg.
3085         (calc-change-mode): Remove extra arg for `calc-save-modes'.
3087         * calc/calc-mode.el (calc-save-modes): Remove `quiet' arg.
3088         Don't bind `executing-kbd-macro'.
3090 2002-09-29  Noah Friedman  <friedman@splode.com>
3092         * subr.el (read-key): Use read-key-auxiliary-map, not read-key-aux-map.
3094 2002-09-29  Richard M. Stallman  <rms@gnu.org>
3096         * startup.el (user-mail-address): Initialize to a useful value
3097         once Emacs is started up; initialize to "" at loadup time.
3098         (command-line): "", not nil, means user-mail-address not set yet.
3100 2002-09-29  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3102         * net/tramp.el: Version 2.0.24 released.
3103         (tramp-methods, tramp-completion-function-alist):
3104         Rename "*-old" methods to "*_old".  From Michael Albinus.
3105         (tramp-completion-function-alist):
3106         Use `tramp-completion-function-alist-ssh' for the "fcp" method.
3107         From Michael Albinus.
3108         (tramp-default-method-alist): Use "su" for "root@localhost".
3109         (tramp-host-regexp): Allow "#" for "host#port" kludge.
3110         (tramp-ange-ftp-file-name-p): If METHOD is nil, find the right
3111         default method.  Require additional args USER and HOST for this.
3112         Callers changed.
3113         (tramp-handle-file-local-copy): More local bindings.  Bind results
3114         of tramp-get-{remote,local}-{de,en}coding earlier to avoid nasty
3115         "are you awake" problem.
3116         (tramp-action-password): Protect against clobbered match data.
3117         (tramp-open-connection-setup-interactive-shell): Explicitly set
3118         tramp-last-cmd-time before invoking tramp-send-command the first
3119         time.  Otherwise, tramp-send-command would issue "echo are you
3120         awake" right at the first time, which is not what we want.
3121         Reported by Douglas Gray Stephens.
3122         (tramp-find-inline-encoding): Don't redirect stdout to
3123         /dev/null to avoid "chmode go-rwx" operation from "mimencode
3124         >/dev/null" as root(!), and to check the output of the decoding
3125         command.
3126         (tramp-maybe-open-connection): Don't send "are you awake" if
3127         process has died.
3129 2002-09-29  Colin Walters  <walters@gnu.org>
3131         * calc/calc.el (calc-dispatch-map): Actually set to keymap.
3133 2002-09-29  Mike Williams  <mdub@bigfoot.com>
3135         * textmodes/sgml-mode.el (sgml-guess-indent): Handle tabs correctly.
3137 2002-09-29  Richard M. Stallman  <rms@gnu.org>
3139         * custom.el (defcustom): Doc fix.
3141 2002-09-28  Richard M. Stallman  <rms@gnu.org>
3143         * loadhist.el (unload-feature): When undefining a variable,
3144         delete its buffer-local bindings.
3146 2002-09-28  Luc Teirlinck  <teirllm@mail.auburn.edu>
3148         * subr.el (remove-yank-excluded-properties): Fix bugs in
3149         handling of category properties.
3151 2002-09-28  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
3153         * ps-print.el (ps-print-emacs-type): Error if ps-print is
3154         activated in Epoch, inLucid or in Emacs v19 or lesser.
3155         Value can no longer be `lucid'.
3156         (ps-print-version): New version number (6.5.8).
3157         (faces): Never do (require 'faces).
3159 2002-09-28  Simon Josefsson  <jas@extundo.com>
3161         * mail/smtpmail.el (smtpmail-via-smtp): Only negotiate starttls on
3162         streams that were opened using starttls.
3164 2002-09-28  Paul Reilly  <pmr@pajato.com>
3166         * files.el (auto-mode-alist): Add support for Java Enterprise
3167         ARchive (ear/EAR) and Web ARchive (war/WAR) files.
3169 2002-09-28  John Paul Wallington  <jpw@shootybangbang.com>
3171         * progmodes/m4-mode.el (m4-font-lock-keywords)
3172         (m4-mode-syntax-table, m4-mode-abbrev-table, m4-m4-buffer)
3173         (m4-m4-region): Doc fixes.
3175 2002-09-27  Stefan Monnier  <monnier@cs.yale.edu>
3177         * emacs-lisp/cl-macs.el: Use the new usage-in-docstring syntax.
3178         (cl-push, cl-pop): Remove.
3179         Use pop and push throughout the file instead.
3180         (cl-transform-lambda): Add usage info to docstring if the arglist
3181         is complex.
3183         * emacs-lisp/autoload.el (make-autoload): Add usage info to docstring.
3184         (autoload-print-form): Also quote open-[-in-column 0.
3186         * help-fns.el (help-with-tutorial): Use minibuffer-completion-help.
3187         (help-split-fundoc): Don't support old syntax any more.
3188         (help-add-fundoc-usage): New fun.
3190         * emacs-lisp/cl-extra.el (cl-push, cl-pop): Remove.
3191         Use pop and push throughout the file instead.
3192         (cl-hash-lookup): Remove.
3193         (cl-make-hash-table, cl-hash-table-p, cl-gethash, cl-puthash)
3194         (cl-remhash, cl-clrhash, cl-maphash, cl-hash-table-count): Simplify.
3196         * emacs-lisp/cl-seq.el (cl-push, cl-pop): Remove.
3197         Use pop and push throughout the file instead.
3199         * emacs-lisp/edebug.el: Don't precompute menu shortcuts during
3200         loading since the current keymaps might be all weird.
3202         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't add properties
3203         to the name since they're added by mode-line-format already.
3204         (define-minor-mode): Run (,mode -1) when needed.
3206         * tar-mode.el (tar-untar-buffer): Handle dir-entries.
3207         (tar-summarize-buffer, tar-mode, tar-extract, tar-copy, tar-expunge)
3208         (tar-alter-one-field, tar-subfile-save-buffer, tar-mode-write-file):
3209         Don't hardcode 1 == point-min.
3211         * abbrev.el (write-abbrev-file): Don't hardcode point-min == 1.
3213         * subr.el (read-key-auxiliary-map): New var.
3214         (read-key): Use it.
3215         (make-temp-file): Make the file have mode 600.
3216         (add-minor-mode): Don't add properties to the name since it's
3217         added by mode-line-format already.
3218         Be more careful with the mode-line-menu entry name.
3220         * userlock.el (ask-user-about-supersession-threat): Don't abort
3221         when the user hits mouse-2.
3223         * register.el (set-register): Use push.
3224         (point-to-register): Set kill-buffer-hook in this buffer.
3225         (register-swap-out): Use dolist.
3226         (kill-buffer-hook): Don't change globally.
3228         * server.el (server-select-display): New function.
3229         (server-process-filter): Add support for `-display' and `-eval' args.
3230         (server-visit-files): Use save-current-buffer, push, and dolist.
3231         Add server-kill-buffer to kill-buffer-hook.
3232         (kill-buffer-hook): Don't modify globally.
3233         (server-switch-buffer): Be a bit more careful with multiple displays.
3234         (server-socket-name): Always use /tmp and non-qualified hostname.
3236         * uniquify.el (uniquify-rationalize-file-buffer-names):
3237         Add to kill-buffer-hook for buffers with conflict.
3238         (rename-buffer): Check kill-buffer-hook to see if there was a conflict.
3239         (uniquify-delay-rationalize-file-buffer-names): Remove useless check.
3240         (kill-buffer-hook): Don't change globally.
3242 2002-09-27  Stefan Monnier  <monnier@cs.yale.edu>.
3244         * calc/calc.el (calc-bug-address, calc-scan-for-dels, calc-stack)
3245         (calc-stack-top, calc-always-load-extensions)
3246         (calc-line-numbering, calc-line-breaking, calc-display-just)
3247         (calc-display-origin, calc-number-radix, calc-leading-zeros)
3248         (calc-group-digits, calc-group-char, calc-point-char)
3249         (calc-frac-format, calc-prefer-frac, calc-hms-format)
3250         (calc-date-format, calc-float-format, calc-complex-format)
3251         (calc-full-float-format, calc-complex-mode, calc-infinite-mode)
3252         (calc-display-strings, calc-matrix-just, calc-break-vectors)
3253         (calc-full-vectors, calc-full-trail-vectors, calc-vector-commas)
3254         (calc-vector-brackets, calc-matrix-brackets, calc-language)
3255         (calc-language-option, calc-function-open, calc-function-open)
3256         (calc-function-close, calc-language-output-filter)
3257         (calc-language-input-filter, calc-radix-formatter)
3258         (calc-left-label, calc-right-label, calc-word-size)
3259         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
3260         (calc-display-raw, calc-internal-prec, calc-inverse-flag)
3261         (calc-hyperbolic-flag, calc-keep-args-flag, calc-angle-mode)
3262         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
3263         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
3264         (calc-window-height, calc-display-trail, calc-show-selections)
3265         (calc-use-selections, calc-assoc-selections)
3266         (calc-display-working-message, calc-auto-why, calc-timing)
3267         (calc-display-sci-high, calc-display-sci-low, calc-other-modes)
3268         (calc-other-modes, calc-Y-help-msgs, calc-loaded-settings-file):
3269         Make into real defvars.
3270         (calc-mode-var-list): Delete.
3271         (calc-mode-save-mode, calc-standard-date-formats)
3272         (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
3273         (calc-user-parse-tables, calc-gnuplot-default-device)
3274         (calc-gnuplot-default-output, calc-gnuplot-print-device)
3275         (calc-gnuplot-print-output, calc-gnuplot-geometry)
3276         (calc-graph-default-resolution, calc-graph-default-resolution-3d)
3277         (calc-invocation-macro, calc-show-banner): Make into defvars,
3278         taken from `calc-mode-var-list'.
3279         (calc-emacs-type-epoch, calc-emacs-type-19)
3280         (calc-emacs-type-lucid, calc-emacs-type-gnu19): Make into defvars.
3281         (calc-version, calc-version-date, calc-trail-pointer)
3282         (calc-trail-overlay, calc-undo-list, calc-redo-list)
3283         (calc-main-buffer, calc-trail-buffer, calc-why, calc-next-why)
3284         (calc-inverse-flag, calc-hyperbolic-flag, calc-keep-args-flag)
3285         (calc-last-kill, calc-previous-alg-entry, calc-dollar-values)
3286         (calc-dollar-used, calc-hashes-used, calc-quick-prev-results)
3287         (calc-said-hello, calc-executing-macro, calc-any-selections)
3288         (calc-help-phase, calc-full-help-flag, calc-refresh-count)
3289         (calc-display-dirty, calc-prepared-composition)
3290         (calc-selection-cache-default-entry, calc-embedded-info)
3291         (calc-embedded-active, calc-standalone-flag, var-EvalRules)
3292         (math-eval-rules-cache-tag, math-radix-explicit-format)
3293         (math-expr-function-mapping, math-expr-variable-mapping)
3294         (math-read-expr-quotes, math-working-step, math-working-step-2)
3295         (var-i, var-pi, var-e, var-phi, var-gamma, var-Modes): Make into
3296         defvars, from toplevel setq.
3297         (calc-mode-map): Set up keymap in more modern fashion.
3298         (calc-dispatch-map): Ditto.
3299         (calc-command-flags, calc-final-point-line)
3300         (calc-final-point-column): Defvar.
3301         (calc-do): Use `save-current-buffer' instead of `save-excursion'.
3302         (sel-mode): Defvar.
3303         (calc-any-evaltos): Ditto.
3304         (calc-buffer, calc-prev-char, calc-prev-prev-char)
3305         (calc-digit-value): Ditto.
3306         (math-eval-rules-cache, math-eval-rules-cache-other): Ditto.
3307         (math-sub-bignum): Bind `diff'.
3308         (calc-selection-cache-entry): Defvar.
3309         (calc-count-lines): Reference `pos' instead of `newpos'.
3311 2002-09-27  Simon Josefsson  <jas@extundo.com>
3313         * mail/mail-hist.el (mail-hist-next-input): Fix docstring.
3315 2002-09-26  Richard M. Stallman  <rms@gnu.org>
3317         * mail/unrmail.el (unrmail): Do the work directly,
3318         without actually selecting the messages in the from file.
3319         (unrmail-unprune): New subroutine.
3321         * files.el (backup-buffer): Bind local var MODES.
3322         Don't use renaming for a suid or sgid file.
3323         Use backup-buffer-copy to do copying.
3324         (backup-buffer-copy): New subroutine.
3325         Clear suid and sgid bits for the copy.
3327 2002-09-26  Edward M. Reingold  <reingold@emr.cs.iit.edu>
3329         * calendar/solar.el (solar-equinoxes-solstices):
3330         Use time properly adjusted for DST in the result.
3332 2002-09-26  Richard M. Stallman  <rms@gnu.org>
3334         * follow.el (follow-generic-filter): Simply bind deactivate-mark.
3335         Bind inhibit-read-only; don't mess with buffer-read-only.
3337         * speedbar.el (speedbar-refresh): Simply bind deactivate-mark.
3339 2002-09-26  Luc Teirlinck  <teirllm@mail.auburn.edu>
3341         * ielm.el (inferior-emacs-lisp-mode): Treat the header as
3342         output, if comint-use-prompt-regexp-instead-of-fields is nil.
3344 2002-09-26  John Paul Wallington  <jpw@shootybangbang.com>
3346         * ibuffer.el (ibuffer-update): Call `minibufferp' with argument
3347         instead of within `with-current-buffer'.
3349 2002-09-26  Stephen Eglen  <stephen@gnu.org>
3351         * iswitchb.el (iswitchb-completions): Test that
3352         iswitchb-common-match-string is a string, before printing common
3353         completions.
3355 2002-09-25  Stefan Monnier  <monnier@cs.yale.edu>
3357         * server.el: Use built-in network primitives.
3358         (server-program, server-previous-string): Remove.
3359         (server-previous-strings): New var.
3360         (server-socket-name): New var.
3361         (server-log): Minor change to the output format.
3362         (server-sentinel): Clean up global state when a client disconnects.
3363         (server-unquote-arg): New fun.
3364         (server-start): Use server-socket-name and make-network-process.
3365         (server-process-filter): Now talks to the clients directly.
3366         Normalize file name after unquoting and decoding.
3367         (server-buffer-done): Just close the connection.
3368         (server-switch-buffer): Handle the case where all windows are
3369         dedicated or minibuffers.
3371         * font-lock.el (fast-lock-mode, lazy-lock-mode, jit-lock-mode):
3372         Don't bind them variables.
3373         (font-lock-turn-off-thing-lock, font-lock-after-fontify-buffer)
3374         (font-lock-after-unfontify-buffer): Check that the vars are bound.
3375         (font-lock-dont-widen): New var.
3376         (font-lock-default-fontify-region): Use it.
3378         * emacs-lisp/find-func.el (find-library-name):
3379         Correctly find "file.el.gz" from "file.elc" or "file.elc.gz".
3381 2002-09-25  Kenichi Handa  <handa@etl.go.jp>
3383         * international/mule-cmds.el (select-safe-coding-system):
3384         Handle safe but rejected default coding systems and unsafe default
3385         coding systems differently.
3387         * international/mule-diag.el (list-character-sets): Use the buffer
3388         name "*Character Set List*", not "*Help*".  List also indirectly
3389         supported character sets.
3390         (list-charset-chars): Use the buffer name "*Character List*", not
3391         "*Help*".  Display the current charset name in the modeline.
3392         (non-iso-charset-alist): Add mapped charset list for `mac-roman'.
3393         (sort-listed-character-sets): Don't alter the region showing
3394         indirectly supported charsets.
3396 2002-09-24  Simon Josefsson  <jas@extundo.com>
3398         * mail/mail-extr.el (mail-extr-ignore-single-names): Change default.
3399         (mail-extract-address-components): Doc fix.
3401 2002-09-24  Markus Rost  <rost@math.ohio-state.edu>
3403         * simple.el (edit-and-eval-command): Protect command-history.
3404         (repeat-complex-command): Protect command-history.
3406 2002-09-24  Juanma Barranquero  <lektu@terra.es>
3408         * replace.el (occur-find-match): New function.
3409         (occur-next, occur-prev): Use it.
3411         * progmodes/sh-script.el (sh-mark-init): Don't set `occur-buffer'.
3412         (sh-mark-line): Likewise. Use 'occur-target and 'occur-match
3413         instead of 'occur and 'occur-point.
3415         * eshell/em-unix.el (eshell-occur-mode-mouse-goto)
3416         (eshell-poor-mans-grep): Remove references to `occur-buffer'.
3418 2002-09-24  Stefan Monnier  <monnier@cs.yale.edu>
3420         * descr-text.el (describe-text-category): Use *Help*.
3421         Don't kill-buffer.
3422         (describe-text-properties, describe-char):
3423         Delay self-inspection test.  Use *Help*.
3424         Use syntax-after.  Use `pos' rather than (point).
3425         Distinguish the before/after part of a composition.
3427 2002-09-23  Kenichi Handa  <handa@etl.go.jp>
3429         * international/quail.el (quail-completion): Be sure to scroll
3430         quail-completion-buf.
3432 2002-09-23  Richard M. Stallman  <rms@gnu.org>
3434         * ielm.el (*1): Fix previous change.
3436 2002-09-23  Juanma Barranquero  <lektu@terra.es>
3438         * net/tramp.el (tramp-unified-filenames): Autoload it.
3440 2002-09-23  Michael Kifer  <kifer@cs.stonybrook.edu>
3442         * ediff-init.el (ediff-get-next-window): Bug fix.
3444 2002-09-22  Oliver Scholz  <alkibiades@gmx.de>
3446         * play/gamegrid.el (gamegrid-face): New variable to emulate a
3447         buffer-local default face.
3448         (gamegrid-xbm): New variable; XBM image as a replacement for
3449         `gamegrid-xpm' on Emacsen compiled without XPM-support.
3450         (gamegrid-colorize-glyph): Ported XEmacs-code for the generation
3451         of images to Emacs.
3452         (gamegrid-match-spec): Call `gamegrid-make-image-from-vector' to
3453         convert XEmacs-type image descriptors.
3454         (gamegrid-color-display-p): Remove (use `display-colors-p' instead.)
3455         (gamegrid-make-image-from-vector): New function.  Convert XEmacs'
3456         image descriptors.
3457         (gamegrid-display-type): Use Emacs' standard `display-.*-p'
3458         functions to check for display capabilities.  Fix the recognition
3459         of image-support in Emacs 21 by this way.
3460         (gamegrid-hide-cursor): Removed.
3461         (gamegrid-setup-default-font): Ported the code from XEmacs to
3462         Emacs: create a new face and assign the variable `gamegrid-face'
3463         to it.  Make sure that the face is not higher than the smallest
3464         image used by the game.
3465         (gamegrid-initialize-display): Use `(setq cursor-type nil)'
3466         instead of `gamegrid-hide-cursor'.
3467         (gamegrid-set-face): If `gamegrid-display-mode' is 'glyph, put an
3468         image in the buffer, instead of applying a face.  [This is because
3469         Emacs display-tables are not as capable as the display-tables in
3470         XEmacs.  Maybe this function should be renamed to reflect the change?]
3471         (gamegrid-init-buffer): If `gamegrid-display-mode' is 'glyph, put
3472         the face held by `gamegrid-face' in an overlay over the whole
3473         buffer to emulate a buffer-local default-face.
3475 2002-09-22  Markus Triska  <triska@gmx.at>  (iny change)
3477         * play/doctor.el (doctor-doc): Add 2 question words.
3478         (doctor-getnoun): Parse and save the complete object phrase.
3480 2002-09-22  Richard M. Stallman  <rms@gnu.org>
3482         * international/mule-cmds.el (select-safe-coding-system): Cope if
3483         default-coding-system gives nil which was then used in `min'.
3485         * mail/sendmail.el (sendmail-send-it): If user's buffer
3486         is unibyte, make tembuf unibyte.
3488 2002-09-22  Kai Gro\e,A_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
3490         * net/tramp.el: Version 2.0.22 released.
3491         (tramp-parse-rhosts, tramp-parse-shosts)
3492         (tramp-parse-hosts, tramp-parse-passwd): Apply `push' but
3493         `add-to-list' for performance reasons.
3494         (tramp-get-completion-user-host): Return `nil' in case both `user'
3495         and 'host' are empty (not necessarily `nil'.
3496         (tramp-parse-netrc, tramp-parse-netrc-group): New functions.
3497         (tramp-user-regexp): " \t" are not user regexp characters.
3498         (tramp-completion-handle-file-name-all-completions):
3499         Remove Ange-FTP cmpletion. It has a bug not handling the "/ftp:" prefix
3500         completely, and it returns local completions as well.
3501         (tramp-completion-function-alist-ftp): New constant.
3502         (tramp-completion-function-alist): Add completion function for "ftp".
3503         From Michael Albinus <Michael.Albinus@alcatel.de>.
3505 2002-09-22  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3507         * net/tramp.el: Version 2.0.21 released.
3508         (tramp-handle-file-newer-than-file-p): If mtime of both files is
3509         known, return a useful result.  Better error message in case one
3510         is a Tramp file and one isn't.
3511         (tramp-handle-file-local-copy, tramp-handle-write-region)
3512         (tramp-find-shell, tramp-open-connection-telnet)
3513         (tramp-open-connection-rsh, tramp-open-connection-su)
3514         (tramp-open-connection-setup-interactive-shell)
3515         (tramp-post-connection, tramp-maybe-open-connection)
3516         (tramp-method-out-of-band-p): Correct number of args for
3517         `tramp-get-rsh-program' and similar functions.
3519 2002-09-22  Kai Gro\e,A_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
3521         * net/tramp.el: Version 2.0.20 released.
3523 2002-09-20  Kai Gro\e,A_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
3525         * net/tramp.el (tramp-completion-function-alist): Escape open
3526         paren in docstring.
3527         (tramp-user-regexp, tramp-host-regexp): Allow empty strings.
3528         (tramp-handle-insert-file-contents): Call tramp-message-for-buffer
3529         instead of tramp-message.
3530         (tramp-open-connection-rsh): Handle empty string as user name.
3531         (tramp-open-connection-su): Handle empty string as host name.
3532         Handle nil user name.
3533         (tramp-handle-file-local-copy, tramp-handle-write-region)
3534         (tramp-completion-handle-file-name-all-completions)
3535         (tramp-open-connection-telnet, tramp-open-connection-rsh)
3536         (tramp-open-connection-su, tramp-post-connection)
3537         (tramp-maybe-open-connection, tramp-method-out-of-band-p)
3538         (tramp-get-connection-function, tramp-get-remote-sh)
3539         (tramp-get-rsh-program, tramp-get-rsh-args)
3540         (tramp-get-rcp-program, tramp-get-rcp-args)
3541         (tramp-get-rcp-keep-date-arg, tramp-get-su-program)
3542         (tramp-get-su-args, tramp-get-telnet-program)
3543         (tramp-get-telnet-args): Use `tramp-find-method', perhaps require
3544         additional args USER, HOST.
3545         (tramp-action-password, tramp-open-connection-telnet)
3546         (tramp-open-connection-su, tramp-open-connection-multi)
3547         (tramp-method-out-of-band-p): `tramp-method-out-of-band-p' now
3548         takes USER and HOST arguments, to be able to use
3549         `tramp-find-method'.  Update callers.
3550         (tramp-find-method): New function.
3552 2002-09-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3554         * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
3555         in SWITCHES (by removing it).
3557 2002-09-18  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3559         * net/tramp.el (tramp-file-name-handler): Add `file-remote-p' property.
3561 2002-09-17  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3563         * net/tramp.el (top-level): Maybe autoload uudecode-decode-region.
3565 2002-09-16  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3567         * net/tramp.el (tramp-bug): Add tramp-methods.
3569 2002-09-16  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3571         * net/tramp.el (tramp-methods): Update docstring:
3572         tramp-encoding-command, tramp-decoding-command,
3573         tramp-encoding-function and tramp-decoding-function are not
3574         parameters anymore.
3575         (tramp-uuencode-region): Autoload it.
3577 2002-09-13  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3579         Version 2.0.19 released.
3581         * net/tramp-uu.el: New file, implements uuencode in Lisp.
3583         * net/tramp.el (tramp-coding-commands):
3584         Use `tramp-uuencode-region' as local encoder for the uuencode based
3585         entries.
3587 2002-09-13  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3589         * net/tramp.el (tramp-handle-write-region): Wrong parens.
3591 2002-09-13  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3593         Version 2.0.18 released.
3595         * net/tramp.el (tramp-perl-decode): Perl changes to accomodate
3596         older versions of Perl.  Now tested with 5.004.  Suggestion from
3597         Michael Albinus.
3599 2002-09-12  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3601         * net/tramp.el (tramp-find-inline-encoding):
3602         Call tramp-call-local-coding-command with nil for INPUT and OUTPUT.
3603         (tramp-call-local-coding-command): OUTPUT equals nil means to
3604         discard the output.  INPUT equals nil means /dev/null.
3606 2002-09-12  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3608         * net/tramp.el (tramp-encoding-shell): Default to environment
3609         variable COMSPEC on Windows.
3610         (tramp-handle-write-region): More debugging output.
3611         (tramp-find-inline-encoding): Ditto.
3613 2002-09-11  Michael Albinus  <Michael.Albinus@alcatel.de>
3615         * net/tramp.el (tramp-completion-handle-file-name-all-completions):
3616         Define `result1'.
3617         (tramp-parse-hosts-group): Discard IPv6 entries.
3619 2002-09-11  Kai Gro\e,A_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
3621         * net/tramp.el (tramp-post-connection): Only send Perl
3622         mime-encode/decode implementations when using inline method.
3623         (tramp-handle-file-local-copy)
3624         (tramp-handle-write-region, tramp-post-connection)
3625         (tramp-coding-commands, tramp-find-inline-encoding): For the
3626         inline encodings, distinguish between local and remote commands,
3627         instead of between commands and functions.  (The local commands
3628         can be functions, too.)  If the local host is a Windows machine,
3629         we can't expect the same commands to work there as on the remote host.
3630         (tramp-call-local-coding-command): New function for calling local
3631         encoding and decoding commands.
3632         (tramp-set-remote-encoding, tramp-get-remote-encoding)
3633         (tramp-set-remote-decoding, tramp-get-remote-decoding)
3634         (tramp-set-local-encoding, tramp-get-local-encoding)
3635         (tramp-set-local-decoding, tramp-get-local-decoding): New functions.
3636         (tramp-get-encoding-command, tramp-set-encoding-command)
3637         (tramp-get-decoding-command, tramp-set-decoding-command)
3638         (tramp-get-encoding-function, tramp-set-encoding-function)
3639         (tramp-get-decoding-function, tramp-set-decoding-function):
3640         Old functions, removed.
3642 2002-09-10  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3644         * net/tramp.el (tramp-open-connection-setup-interactive-shell):
3645         Change command to invoke /bin/sh slightly to make it compatible
3646         with the `rc' shell.  Suggested by Daniel Pittman.
3648 2002-09-10  Michael Albinus  <Michael.Albinus@alcatel.de>
3650         * net/tramp.el (tramp-handle-write-region): Added missing
3651         `)'.  Hope it's the right place.
3653 2002-09-09  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3655         * net/tramp.el (tramp-open-connection-setup-interactive-shell):
3656         Do "exec env PS1='$ ' /bin/sh" instead of just "exec /bin/sh" in
3657         order to get a sane shell prompt.  If people have ${CWD}, say, in
3658         their shell prompt, then the default login shell might display
3659         something harmless, but the /bin/sh will display a dollar sign
3660         which confused the subsequent prompt recognition.
3661         (tramp-multi-action-password): More debugging output.
3662         (tramp-encoding-shell): Renamed from tramp-sh-program.
3663         More documentation.  Default to cmd.exe on Windows NT.
3664         (tramp-encoding-command-switch): New variable.  Use instead of
3665         hard-wired "-c" which is only good for /bin/sh.
3666         (tramp-encoding-reads-stdin): New variable.  If t, commands are
3667         called like "/bin/sh -c COMMAND <INPUT", if nil, they are called
3668         like "/bin/sh -c COMMAND INPUT", ie the input file is the last arg.
3669         (tramp-multi-sh-program): Always default to tramp-encoding-shell.
3670         (tramp-handle-file-local-copy, tramp-handle-write-region):
3671         Respect tramp-encoding-shell and friends.
3672         (tramp-find-inline-encoding): Use new-style calls for checking if
3673         the local commands work.
3675 2002-09-07  Michael Albinus  <Michael.Albinus@alcatel.de>
3677         * net/tramp.el (tramp-methods): Remove `tramp-completion-function'
3678         entries. They are handled now by `tramp-completion-function-alist'.
3679         (tramp-completion-function): Defvar removed. I've never used
3680         it. Hmm.
3681         (tramp-get-completion-function)
3682         (tramp-get-completion-rsh, tramp-get-completion-ssh)
3683         (tramp-get-completion-telnet, tramp-get-completion-su):
3684         Functions removed as well.  Not necessary any longer due to extended
3685         customization means.
3686         (tramp-completion-function-alist): New defcustom. Holds all
3687         FUNCTION FILE pairs used for user and host name completion
3688         relevant for METHOD.
3689         (tramp-completion-function-alist-rsh)
3690         (tramp-completion-function-alist-ssh)
3691         (tramp-completion-function-alist-telnet)
3692         (tramp-completion-function-alist-su): Defconst for initializing
3693         `tramp-completion-function-alist'. Unfortunately, mainly UNIX-like
3694         values are known for me until now. Needs to be completed for at
3695         least VMS++ like operating systems.
3696         (tramp-set-completion-function)
3697         (tramp-get-completion-function): New functions for configuration
3698         of `tramp-completion-function-alist'. The old definition of
3699         `tramp-get-completion-function' has been discarded.
3700         (tramp-completion-handle-file-name-all-completions):
3701         Change function call for user/host completion according to definition
3702         in `tramp-completion-function-alist'.
3703         (tramp-parse-passwd): Added exception handling for "root", because
3704         `tramp-get-completion-su' (the previous place for this stuff)
3705         doesn't exist any longer.
3707 2002-09-07  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3709         * net/tramp.el (tramp-enter-password):
3710         Use `tramp-password-end-of-line' to terminate the line.
3711         (tramp-bug): Include new variable `tramp-password-end-of-line'.
3712         (tramp-password-end-of-line): New variable.  People who use plink
3713         under Windows might have to issue "\r\n" after the password, but
3714         they need to send just "\n" after the other commands.  So this
3715         variable was introduced to complement `tramp-rsh-end-of-line'.
3716         (tramp-wait-for-output, tramp-post-connection): Allow "\r" at end
3717         of line of the output delimiter.
3719 2002-09-06  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3721         * net/tramp.el (tramp-handle-file-local-copy, tramp-find-shell)
3722         (tramp-open-connection-setup-interactive-shell): Add some comments
3723         about Douglas Grey Stephen's suggestions to make Tramp work better
3724         with plink under Windows.  I'm not sure what to think of them, but
3725         now I have a guinea pig to try it out on.  Said guinea pig is
3726         having other problems, though...  Also remove some commented-out code.
3728 2002-09-06  Michael Albinus  <Michael.Albinus@alcatel.de>
3730         * net/tramp.el (tramp-get-completion-methods): Algorithm slightly
3731         tuned.
3732         (tramp-get-completion-user-host): Accept user names as they are if
3733         typed until "@".
3734         (tramp-completion-mode): Replace `last-input-char' by modern
3735         `last-input-event'. Check for `event-modifiers'.
3737 2002-09-06  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3739         * net/tramp.el (file-expand-wildcards): Corrected check to see if
3740         advising is necessary.
3742 2002-09-05  Michael Albinus  <Michael.Albinus@alcatel.de>
3744         * net/tramp.el (tramp-postfix-single-method-format)
3745         (tramp-postfix-multi-method-format)
3746         (tramp-postfix-multi-hop-format)
3747         (tramp-postfix-user-format): New format strings.
3748         (tramp-postfix-single-method-regexp)
3749         (tramp-postfix-multi-method-regexp)
3750         (tramp-postfix-multi-hop-regexp)
3751         (tramp-postfix-user-regexp)
3752         (tramp-make-multi-tramp-file-format)
3753         (tramp-make-tramp-file-name): Apply them.
3754         (tramp-completion-handle-file-name-all-completions): Fix for
3755         invoking ange-ftp in case of "/ftp:xxx" file names.
3757 2002-09-04  Michael Albinus  <Michael.Albinus@alcatel.de>
3759         * net/tramp.el (tramp-prefix-format)
3760         (tramp-postfix-host-format): New format strings.
3761         (tramp-prefix-regexp, tramp-method-regexp)
3762         (tramp-postfix-single-method-regexp)
3763         (tramp-postfix-multi-method-regexp)
3764         (tramp-postfix-multi-hop-regexp)
3765         (tramp-user-regexp, tramp-postfix-user-regexp)
3766         (tramp-host-regexp, tramp-postfix-host-regexp)
3767         (tramp-path-regexp): New atomar regular expressions.
3768         If corresponding format strings exist, derived from them.
3769         (tramp-file-name-structure)
3770         (tramp-multi-file-name-structure)
3771         (tramp-multi-file-name-hop-structure)
3772         (tramp-make-multi-tramp-file-format)
3773         (tramp-completion-mode)
3774         (tramp-completion-dissect-file-name)
3775         (tramp-parse-rhosts-group)
3776         (tramp-parse-shosts-group)
3777         (tramp-parse-hosts-group)
3778         (tramp-parse-passwd-group): Apply these expressions.
3779         (tramp-file-name-structure-unified)
3780         (tramp-file-name-structure-separate)
3781         (tramp-make-tramp-file-format-unified)
3782         (tramp-make-tramp-file-format-separate)
3783         (tramp-make-tramp-file-format)
3784         (tramp-make-tramp-file-user-nil-format-unified)
3785         (tramp-make-tramp-file-user-nil-format-separate)
3786         (tramp-make-tramp-file-user-nil-format)
3787         (tramp-multi-file-name-structure-unified)
3788         (tramp-multi-file-name-structure-separate)
3789         (tramp-multi-file-name-hop-structure-unified)
3790         (tramp-multi-file-name-hop-structure-separate)
3791         (tramp-make-multi-tramp-file-format-unified)
3792         (tramp-make-multi-tramp-file-format-separate): Removed.
3793         (tramp-make-tramp-file-name): Allow partial tramp file
3794         names. Generate tramp file format on-the-fly depending on
3795         parameters. Apply atomar format strings resp expressions.
3796         (tramp-get-completion-methods)
3797         (tramp-get-completion-user-host): Apply `tramp-make-tramp-file-name'.
3798         (tramp-parse-hosts-group): Take all host names and IP addresses
3799         into account.
3800         (tramp-bug): Remove `tramp-make-tramp-file-format'.
3802 2002-09-01  Michael Albinus  <Michael.Albinus@alcatel.de>
3804         * net/tramp.el (tramp-methods): Add `tramp-completion-function'
3805         for "su" and "sudo".
3806         (tramp-get-completion-telnet): Implement it.
3807         (tramp-parse-hosts)
3808         (tramp-parse-hosts-group)
3809         (tramp-get-completion-su)
3810         (tramp-parse-passwd)
3811         (tramp-parse-passwd-group): New functions.
3813 2002-08-31  Michael Albinus  <Michael.Albinus@alcatel.de>
3815         * net/tramp.el (tramp-completion-mode): Check for `last-input-char'.
3816         (tramp-completion-file-name-handler-alist): Add handler for
3817         `file-exists-p.
3818         (tramp-completion-handle-file-exists-p): New function.
3819         (tramp-completion-handle-file-name-completion): Simplified.
3820         (tramp-completion-dissect-file-name): Regexp's reorganised.
3821         (tramp-completion-handle-file-name-all-completions):
3822         Call completion-function only if `user' or `host' is given.
3823         (tramp-get-completion-user-host): New function.
3824         (tramp-get-completion-rsh)
3825         (tramp-get-completion-ssh): Apply it.
3827 2002-08-29  Michael Albinus  <Michael.Albinus@alcatel.de>
3829         * net/tramp.el (tramp-completion-file-name-handler-alist):
3830         Add handler for `expand-file-name'.
3831         (tramp-completion-handle-expand-file-name): New function.
3833 2002-08-26  Michael Albinus  <Michael.Albinus@alcatel.de>
3835         * net/tramp.el (tramp-completion-mode): New function.
3836         (tramp-completion-handle-file-name-directory)
3837         (tramp-completion-handle-file-name-all-completions): Apply it.
3838         (tramp-methods): Remove double definition of `ssh1-old' and `ssh2-old'.
3839         (tramp-point-at-eol): New defalias.
3840         (tramp-parse-rhosts-group)
3841         (tramp-parse-shosts-group):: Apply it.
3843 2002-08-25  Michael Albinus  <Michael.Albinus@alcatel.de>
3845         * net/tramp.el (tramp-get-completion-methods)
3846         (tramp-get-completion-rsh)
3847         (tramp-get-completion-ssh): Add "[" for Xemacs.
3848         (tramp-completion-file-name-regexp-separate): Expression adapted.
3849         (tramp-completion-file-name-handler-alist): Add handler for
3850         `file-name-directory' and `file-name-nondirectory'.
3851         (tramp-completion-handle-file-name-directory)
3852         (tramp-completion-handle-file-name-nondirectory)
3853         (tramp-completion-run-real-handler): New functions.
3854         (tramp-completion-file-name-handler)
3855         (tramp-completion-handle-file-name-all-completions):
3856         Apply `tramp-completion-run-real-handler'.
3857         (tramp-parse-rhosts)
3858         (tramp-parse-shosts): Use `with-temp-buffer'. `result\e$,1!=\e(B renamed to
3859         `res' (otherwise side effects in XEmacs).
3861 2002-08-24  Michael Albinus  <Michael.Albinus@alcatel.de>
3863         * net/tramp.el (tramp-completion-file-name-regexp)
3864         (tramp-completion-file-name-handler-alist)
3865         (tramp-flatten-list)
3866         (tramp-completion-dissect-file-name)
3867         (tramp-get-completion-rsh)
3868         (tramp-parse-rhosts)
3869         (tramp-parse-rhosts-group)
3870         (tramp-get-completion-ssh): Doc string tuned.
3871         (tramp-methods): Doc string and custom type extended for
3872         `tramp-completion-function'.
3873         (tramp-completion-function): Variable added. Is it really used?
3874         Other variables like `tramp-completion-function' aren't used.
3875         (tramp-completion-file-name-handler-alist): Add handler for
3876         `file-name-completion'.
3877         (tramp-completion-handle-file-name-completion): New function.
3879 2002-08-18  Michael Albinus  <Michael.Albinus@alcatel.de>
3881         * net/tramp.el (tramp-parse-rhosts)
3882         (tramp-parse-rhosts-group)
3883         (tramp-parse-shosts)
3884         (tramp-parse-shosts-group): New functions.
3886 2002-08-17  Michael Albinus  <Michael.Albinus@alcatel.de>
3888         * net/tramp.el (tramp-completion-dissect-file-name)
3889         (tramp-completion-dissect-file-name1): New functions.
3891 2002-08-16  Michael Albinus  <Michael.Albinus@alcatel.de>
3893         * net/tramp.el (tramp-get-completion-function)
3894         (tramp-get-completion-rsh)
3895         (tramp-get-completion-ssh)
3896         (tramp-get-completion-telnet): New functions.
3897         (tramp-methods): Add `tramp-completion-function' for all methods.
3899 2002-08-15  Michael Albinus  <Michael.Albinus@alcatel.de>
3901         * net/tramp.el (tramp-get-completion-methods): New function.
3902         (tramp-find-default-method): Allow host to be nil (like user).
3904 2002-08-14  Michael Albinus  <Michael.Albinus@alcatel.de>
3906         * net/tramp.el (tramp-completion-file-name-regexp-unified)
3907         (tramp-completion-file-name-regexp-separate)
3908         (tramp-completion-file-name-regexp)
3909         (tramp-completion-file-name-handler-alist): New defcustoms.
3910         (tramp-completion-file-name-handler): New function.
3911         Add `tramp-completion-file-name-handler' to `file-name-handler-alist'.
3912         (tramp-run-real-handler): Add `tramp-completion-file-name-handler'
3913         to `inhibit-file-name-handlers'.
3914         (tramp-completion-handle-file-name-all-completions)
3915         (tramp-completion-handle-file-name-completion): New functions.
3917 2002-08-12  Michael Albinus  <Michael.Albinus@alcatel.de>
3919         * net/tramp.el (tramp-invoke-ange-ftp): `tramp-disable-ange-ftp'
3920         must be called again after activating `ange-ftp'.
3921         (tramp-ange-ftp-file-name-p): Check for Xemacs.
3923 2002-08-08  Michael Albinus  <Michael.Albinus@alcatel.de>
3925         * net/tramp.el (tramp-do-copy-or-rename-file): Don't pass
3926         KEEP-DATE to tramp-invoke-ange-ftp 'rename.
3927         (tramp-handle-write-region): Don't pass LOCKNAME and CONFIRM to
3928         tramp-invoke-ange-ftp 'write-region.
3929         (tramp-handle-set-file-modes): Change order of FILENAME and MODE
3930         passing to tramp-invoke-ange-ftp 'set-file-modes.
3931         (tramp-flatten-list): New function. Maybe this functionality does
3932         exist already elsewhere in the libraries.
3933         (tramp-invoke-ange-ftp): Apply `tramp-flatten-list' to parameter
3934         list in order to avoid nested lists, f.e. when invoked from
3935         `tramp-handle-dired-call-process'.
3937 2002-09-05  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3939         * net/tramp.el (tramp-chunksize): New kluge variable.
3940         (tramp-send-region): If tramp-chunksize is non-nil, send region in
3941         parts and sleep 0.1 seconds between chunks.
3943 2002-09-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3945         * net/tramp.el (tramp-handle-insert-directory):
3946         Use `insert-buffer-substring' instead of `insert-buffer', which is not
3947         supposed to be used from Lisp.  Remember old point in a variable
3948         instead of using `mark'.  Suggestion from Stefan Monnier.
3949         (tramp-unified-filenames): New variable.  Use it in default value
3950         of other filename variables.
3951         (file-expand-wildcards): Don't advise unless "[" and "]" are used
3952         in the filename format.
3954 2002-09-01  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3956         * net/tramp.el (tramp-methods): Remove duplicate definition of
3957         ssh1-old and ssh2-old.
3959 2002-09-22  Kai Gro\e,A_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
3961         * dired.el (dired-insert-directory): Always add "--dired" to to
3962         SWITCHES for remote files.
3963         * files.el (insert-directory): Comment saying that "--dired"
3964         might be in the SWITCHES.
3965         * net/ange-ftp.el (ange-ftp-ls): Handle "--dired" in LSARGS.
3966         (ange-ftp-insert-directory): Comment explaining "--dired" handling.
3968 2002-09-21  Markus Rost  <rost@math.ohio-state.edu>
3970         * mail/mailabbrev.el (mail-abbrev-make-syntax-table): Give %!._-
3971         word constituent syntax.
3973 2002-09-21  Richard M. Stallman  <rms@gnu.org>
3975         * cus-dep.el (custom-make-dependencies): Bind to t
3976         around evaluating the def-form.
3978         * custom.el (custom-dont-initialize): New variable.
3979         (custom-declare-variable): Don't init the variable
3980         if custom-dont-initialize is non-nil.
3982 2002-09-21  John Paul Wallington  <jpw@shootybangbang.com>
3984         * net/eudc.el (eudc-install-menu): Use `define-key' and
3985         `easy-menu-create-menu' to avoid duplication of menu.
3987 2002-09-20  Kim F. Storm  <storm@cua.dk>
3989         * kmacro.el (kmacro-step-edit-query): Use RET to execute rest of
3990         macro and terminate editing.
3991         (kmacro-step-edit-macro): Push previous macro onto ring if changed
3992         by step editing.
3994 2002-09-19  Tom Tromey  <tromey@redhat.com>
3996         * play/blackbox.el (bb-right): Respect prefix argument.
3997         (bb-left, bb-up, bb-down): Likewise.
3999 2002-09-19  Richard M. Stallman  <rms@gnu.org>
4001         * cus-dep.el (custom-make-dependencies): Fix previous change.
4003 2002-09-19  Juanma Barranquero  <lektu@terra.es>
4005         * ielm.el (ielm-eval-input): Call `error-message-string' instead
4006         of the non-existent `ielm-format-error'.
4008 2002-09-19  Stefan Monnier  <monnier@cs.yale.edu>
4010         * emacs-lisp/easymenu.el (easy-menu-remove):
4011         * emacs-lisp/ewoc.el (ewoc--node-branch): Add docstring.
4013         * international/mule-diag.el (describe-coding-system):
4014         Remove unused `coding-spec' variable.
4015         (list-input-methods): Be more careful when setting up the help buffer.
4017         * international/ucs-tables.el (unify-8859-on-encoding-mode):
4018         Set init value to t to reflect reality.
4019         (ucs-minibuffer-setup): Use minibuffer-selected-window.
4021 2002-09-18  Stefan Monnier  <monnier@cs.yale.edu>
4023         * progmodes/make-mode.el (makefile-cleanup-continuations-p):
4024         Rename to makefile-cleanup-continuations.
4025         (makefile-mode): Use write-file-functions.
4026         (makefile-fill-paragraph): Use match-string-no-properties.
4027         (makefile-fill-paragraph): Use line-end-position.
4028         (makefile-add-log-defun): Simplify.
4030 2002-09-18  Richard M. Stallman  <rms@gnu.org>
4032         * dired.el (dired-mark-pop-up): Doc fix.
4034         * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs): Put the
4035         definition straight into loaddefs.el as well as executing it here.
4037 2002-09-18  Colin Walters  <walters@debian.org>
4039         * calc/calc.el (calc-mode): Add font-lock-defontify to
4040         change-major-mode-hook.
4042 2002-09-18  Richard M. Stallman  <rms@gnu.org>
4044         * Makefile.in (bootstrap-clean): Use cd to shorten arg strings.
4045         Don't ignore errors in rm line.
4047         * menu-bar.el (menu-bar-search-menu): Nicer help string.
4049         * replace.el (occur-engine-add-prefix): Use 7 spaces.
4050         (occur-engine): Use 7 digits to align tabs in the data.
4052         * emacs-lisp/bytecomp.el (byte-compile-output-docform):
4053         Don't make the definition dynamic if it shares structure
4054         with the arg list.
4056         * gud.el (gud-pdb-marker-regexp): Allow : and \ in file name.
4057         (pdb): In gud-remove, pass down the file name.
4059         * cus-dep.el (custom-make-dependencies): Sort MEMBERS before use.
4061 2002-09-18  Luc Teirlinck  <teirllm@mail.auburn.edu>
4063         * ielm.el: (*1, *2, *3): New variables.
4064         (ielm-eval-input): Make temporary buffers current on entry and
4065         exit to the let bindings for *, ** and ***.
4066         (inferior-emacs-lisp-mode): Mention *1, *2 and *3 in the docstring.
4067         Do not overrule global bindings for *, ** and ***.
4069 2002-09-18  Tom Tromey  <tromey@redhat.com>
4071         * progmodes/make-mode.el (makefile-fill-paragraph): Find comment
4072         boundaries before filling.
4074 2002-09-18  Stefan Monnier  <monnier@cs.yale.edu>
4076         * server.el (server-done): Fix harmlessly wrong arg to save-buffer.
4077         (server-switch-buffer): Only select a different window if
4078         next-buffer is non-nil.  Don't switch in a dedicated window.
4079         If next-buffer is already displayed, reuse that window.
4081         * diff-mode.el (diff-mode): Use compilation-minor-mode.
4082         Don't unbind compilation-last-buffer after autoloading compile.el.
4083         Hide the compilation-minor-mode bindings altogether.
4085 2002-09-18  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4087         * dired.el (dired-insert-directory): Never add "--dired" when
4088         listing remote directories.
4090 2002-09-18  Michael Kifer  <kifer@cs.stonybrook.edu>
4092         * ediff-hooks.el: Put back the autoloads (for XEmacs compatibility).
4094         * ediff-init.el: Use defalias instead of fset.
4096         * ediff-util.el: Use defalias instead of fset.
4098         * viper-util.el (viper-chars-in-region): Simplification.
4100         * viper.el (viper-emacs-state-mode-list): Added modes.
4102 2002-09-18  Jonathan Yavner  <jyavner@engineer.com>
4104         * emacs-lisp/testcover.el: New file.  Uses edebug to instrument a
4105         module of code, with graphical display of poor-coverage spots.
4107         * emacs-lisp/testcover-ses.el: New file.  Demonstrates use of
4108         testcover on a interactive module like ses.
4110         * emacs-lisp/testcover-unsafep.el: New file.  Demonstrates use of
4111         testcover on a noninteractive module like unsafep.
4113 2002-09-18  Miles Bader  <miles@gnu.org>
4115         * diff-mode.el (diff-mode): Don't evaluate `compilation-last-buffer'
4116         unless it's bound.
4118 2002-09-17  Stefan Monnier  <monnier@cs.yale.edu>
4120         * server.el (server-log): Add `client' arg.
4121         (server-start): Don't bother canceling the sentinel.
4122         (server-process-filter): Use replace-regexp-in-string and
4123         handle the new &n quoting.  Use push.  Use server-log's new arg.
4124         Don't output the C-x # message if `nowait'.
4125         (server-buffer-done): Use server-log's new arg.
4127 2002-09-16  Jonathan Yavner  <jyavner@engineer.com>
4129         * ses.el: New file.
4131         * emacs-lisp/unsafep.el: New file.
4133         * files.el (auto-mode-alist): Add ".ses" for ses-mode.
4134         (inhibit-quit): This is risky for unsafep, doesn't matter much for
4135         anybody else.
4136         (risky-local-variable-p): New function.  Split off from
4137         hack-one-local-variable so unsafep can use it.  Add \|-history$ to
4138         the list of disallowed local variable names (malicious user could
4139         stuff a `display' property in there that would be activated when
4140         na\e,Ao\e(Bve user called up the history).
4142 2002-09-16  Markus Rost  <rost@math.ohio-state.edu>
4144         * ls-lisp.el (ls-lisp-format-time-list): Fix type and provide :tag's.
4146 2002-09-16  Richard M. Stallman  <rms@gnu.org>
4148         * play/gomoku.el (gomoku-move-up, gomoku-move-down):
4149         Use forward-line and move-to-column.
4151         * cus-edit.el (custom-variable-backup-value): New function.
4152         (custom-variable-reset-backup): New function.
4153         (custom-variable-menu): Add item for custom-variable-reset-backup.
4154         (custom-variable-set, custom-variable-reset-saved)
4155         (custom-variable-reset-standard): Call custom-variable-backup-value.
4157 2002-09-16  Stefan Monnier  <monnier@cs.yale.edu>
4159         * dired.el (dired-font-lock-keywords): Use regexp-opt.
4160         (dired-move-to-filename): Better message when we fail to find the file.
4161         (dired-sort-toggle): Minor optimization.
4163 2002-09-16  Juanma Barranquero  <lektu@terra.es>
4165         * dired-aux.el (dired-add-entry): Add missing argument to
4166         `dired-mark'.
4168 2002-09-16  John Paul Wallington  <jpw@shootybangbang.com>
4170         * xscheme.el (scheme-interaction-mode): Doc fix.
4172         * net/eudc.el (eudc-plist-get): Doc fix.
4174 2002-09-16  Kim F. Storm  <storm@cua.dk>
4176         * menu-bar.el (menu-bar-last-search-type): New var.
4177         (nonincremental-repeat-search-forward)
4178         (nonincremental-repeat-search-backward): Repeat string or
4179         regexp search depending on menu-bar-last-search-type.
4180         (nonincremental-search-forward, nonincremental-re-search-forward)
4181         (nonincremental-search-backward, nonincremental-re-search-backward):
4182         Set menu-bar-last-search-type to string or regexp.
4183         (nonincremental-repeat-re-search-forward): Removed.
4184         (nonincremental-repeat-re-search-backward): Removed.
4185         (menu-bar-replace-menu): New keymap for "Edit->Replace" submenu.
4186         (menu-bar-i-search-menu): New keymap for "Incremental Search" submenu.
4187         (menu-bar-adv-search-menu): Removed.
4188         (menu-bar-search-menu): Reorganized.
4189         (menu-bar-edit-menu): Added "Replace" submenu.
4191 2002-09-15  Richard M. Stallman  <rms@gnu.org>
4193         * scroll-bar.el (scroll-bar-mode): Specify :initialize.
4195         * menu-bar.el (menu-bar-make-mm-toggle): Don't put a quote befor FNAME
4196         when it's not being evaluated.
4198 2002-09-15  Markus Rost  <rost@math.ohio-state.edu>
4200         * dired.el (dired-move-to-filename): Fix previous change.
4202 2002-09-14  Kim F. Storm  <storm@cua.dk>
4204         * emulation/keypad.el (keypad-setup, keypad-shifted-setup)
4205         (keypad-numlock-setup, keypad-numlock-shifted-setup):
4206         Change `Remove Binding' option to `Unspecified/User-defined'.
4207         (keypad-setup): Enhance explanation of setup type `none'.
4209 2002-09-14  Richard M. Stallman  <rms@gnu.org>
4211         * time.el (display-time-mode): Set display-time-load-average here.
4212         (display-time-load-average): Initialize to nil.
4213         (display-time-default-load-average): Add "None" alternative.
4214         (display-time-update): Handle "None" alternative for load-average.
4216         * dired-aux.el (dired-bunch-files): Put the arg FILES
4217         back as it was after temporary destrucive mods.
4218         (dired-add-entry): Use dired-insert-directory to handle indentation.
4219         Explicitly restore the line's marker character.
4220         Preserve the old file name's text properties.
4221         (dired-add-entry-do-indentation): Function deleted.
4222         (dired-relist-file): Doc fix.
4223         (dired-rename-file): Change argument names.
4224         (foo-rename-file): New function.
4225         (dired-do-hardlink): Use dired-hardlink.
4226         (dired-hardlink): New function.
4227         (dired-insert-subdir-doinsert): Use dired-insert-directory;
4228         that handles indentation, text props and header line.
4229         dired-readin-insert gets no args.
4230         Use `last' instead of `reverse'.
4232         * dired.el (dired-use-ls-dired): New variable.
4233         (dired-directory): Document the rules better.
4235         * dired.el (dired-insert-headerline): Function deleted.
4236         (dired-revert): Pass no args to dired-readin.
4237         (dired-move-to-filename): First try using dired-filename property.
4238         (dired-move-to-end-of-filename): Likewise.
4239         (dired-why): Try to show the start of this page of warnings.
4240         (dired-log): Insert the buffer name at start of page, not end.
4241         (dired-log-summary): If just one failure, explain it in echo area.
4243         * dired.el (dired-internal-noselect):
4244         Always set dired-directory, when buffer is not new.
4245         Pass dir-or-list, not dirname, to dired-mode.
4246         Call dired-readin with no args.
4247         Don't call dired-after-readin-hook here.
4248         (dired-find-buffer-nocreate): Expand dirname.
4249         Expand the dir from dired-directory to compare with dirname.
4251         (dired-readin): Take no args.  Get the directory from dired-directory.
4252         Run dired-before-reading hook inside save-excursion.
4253         Run dired-after-readin-hook here.
4254         Don't make undo entries at all.
4255         Call dired-readin-insert with no args.
4256         Don't change indentation here.
4257         Don't insert headerline here.
4259         (dired-readin-insert): Take no args.
4260         Get dir and file-list from dired-directory.
4261         Call dired-insert-directory the new way.
4262         Don't insert "wildcard" info here.
4264         (dired-insert-directory): New arg FILE-LIST.
4265         First arg now DIR, always just the directory.
4266         This function fully handles setting up the buffer text:
4267         update indentation, insert headerline and "wildcard" info.
4268         Pass --dired arg if appropriate; put info in dired-filename props.
4269         Don't expand file names here.
4271         * warnings.el (display-warning): In batch mode,
4272         exclude the final newline from the arg to `message'.
4274 2002-09-13  Markus Rost  <rost@math.ohio-state.edu>
4276         * files.el (diff-buffer-with-file): Check whether associated file
4277         exists.  Display message for 1 second.  Always return nil.
4279 2002-09-13  Stefan Monnier  <monnier@cs.yale.edu>
4281         * diff-mode.el (diff-mode): Turn on compilation-minor-mode
4282         support again, but more carefully this time.
4284         * progmodes/perl-mode.el (perl-mode-syntax-table): Mark $, % and @
4285         such that backward-sexp correctly skips them.
4286         (perl-font-lock-keywords-2): Use regexp-opt.
4287         (perl-font-lock-syntactic-keywords)
4288         (perl-font-lock-syntactic-face-function): Better handle PODs.
4289         Handle package names with ' in them and ($$) in `sub' declarations.
4290         Handle format staements.  Handle regexp and quote-like ops.
4291         (perl-empty-syntax-table): New var.
4292         (perl-quote-syntax-table): New fun.
4294         * pcvs.el (cvs-mode-find-file): Work even if point is at beg-of-line.
4295         (cvs-do-removal): Bind inhibit-read-only while modifying the buffer.
4297         * newcomment.el (comment-with-narrowing): Use the `declare' thingy.
4299         * derived.el (define-derived-mode): Properly ignore unknown args.
4301         * emacs-lisp/easy-mmode.el (define-minor-mode): Add a :require arg.
4302         Don't call the function during init if mode is on by default.
4304         * simple.el: Provide `simple'.
4305         (transient-mark-mode, line-number-mode, column-number-mode):
4306         Pass an explicit `:require nil' argument.
4308 2002-09-13  Francesco Potort\e,Al\e(B  <pot@gnu.org>
4310         * play/tetris.el (tetris-blank-options, tetris-cell-options):
4311         Remove various redundant `(t nil)'.
4313         * play/snake.el (snake-border-options): Use color on tty if available.
4315         * play/tetris.el (tetris-border-options): Likewise.
4317         * play/pong.el (pong-border-options): Likewise, plus reset
4318         color on tty to be [0.5 0.5 0.5].
4320 2002-09-13  Kim F. Storm  <storm@cua.dk>
4322         * kmacro.el (kmacro-start-macro): Doc fix.
4324 2002-09-13  Juanma Barranquero  <lektu@terra.es>
4326         * progmodes/idlw-shell.el (idlwave-shell-cleanup): Fix reference
4327         to `idlwave-idlwave_routine_info-compiled'.
4329         * whitespace.el (whitespace-unload-hook): Call `remove-hook' with
4330         three arguments, not four.
4332 2002-09-13  Kim F. Storm  <storm@cua.dk>
4334         * kmacro.el (kmacro-keymap): Changed bindings:
4335         C-x C-k s to kmacro-start-macro, C-x C-k b to kmacro-bind-to-key.
4337 2002-09-12  Richard M. Stallman  <rms@gnu.org>
4339         * international/mule-cmds.el (universal-coding-system-argument):
4340         Read the coding system inside `interactive' spec, for command-history.
4342 2002-09-12  Stefan Monnier  <monnier@cs.yale.edu>
4344         * emacs-lisp/find-func.el (find-library-name): Don't forget
4345         the empty suffix.  Fix stale variable name.
4347         * gud.el (gud-gdb-massage-args, gud-sdb-massage-args)
4348         (gud-pdb-massage-args): Delete.
4349         (gdb, sdb, pdb): Don't pass gud-*-massage-args any more.
4350         (gud-gdb-command-name): New var.  Put "--fullname" in there.
4351         (gud-query-cmdline): Use the most recent executable as the default.
4352         Don't add "--fullname" (it's only valid/meaningful for GDB).
4353         (gud-xdb-marker-filter): Use match-string.
4354         (gud-perldb-massage-args): Don't add "-d".
4355         (gud-perldb-command-name): Add "-d".
4356         (gud-common-init): If `massage-args' is nil, don't call it.
4357         (gud-format-command): Don't hardcode point-min==1.
4359         * derived.el: Require CL when compiling.
4361 2002-09-12  Simon Josefsson  <jas@extundo.com>
4363         * mail/smtpmail.el (smtpmail-send-it): Don't use : in filenames
4364         (for cygwin). Suggested by Andrew Senior <aws@watson.ibm.com>.
4365         Use expand-file-name.  Also don't require time-stamp.
4367 2002-09-11  Richard M. Stallman  <rms@gnu.org>
4369         * derived.el (define-derived-mode): When making new abbrev table,
4370         don't try to copy the parent's abbrev table.
4372         * ruler-mode.el (ruler-mode-left-scroll-bar-cols):
4373         Always round scroll-bar-width parameter up.
4374         If it is nil, use 14.
4376         * abbrev.el (copy-abbrev-table): New function.
4378 2002-09-11  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
4380         * ps-print.el: Adjust ps-print-color-p, ps-default-fg and
4381         ps-default-bg setting.
4382         (ps-print-version): New version number (6.5.7).
4383         (ps-mark-active-p): New fun.
4384         (ps-print-preprint-region): Adjust code.
4386 2002-09-11  Dave Love  <fx@gnu.org>
4388         * international/mule.el (non-standard-designations-alist)
4389         (ctext-pre-write-conversion): Don't generate invalid extended
4390         segments for iso8859.
4392         * language/cyrillic.el ("Ukrainian"): Fix nonascii-translation.
4393         (cyrillic-alternativnyj-decode-table): Fix some entries.
4395         * international/ucs-tables.el: Fix last change.
4397         * international/utf-8.el (utf-8-fragment-on-decoding): Fix last
4398         change.
4400 2002-09-11  Kim F. Storm  <storm@cua.dk>
4402         * edmacro.el (edit-kbd-macro): Recognize new C-x e binding,
4403         kmacro-end-and-call-macro.
4405 2002-09-11  Juanma Barranquero  <lektu@terra.es>
4407         * newcomment.el (uncomment-region): Fix let/let* use.
4409 2002-09-11  Simon Josefsson  <jas@extundo.com>
4411         * time-stamp.el (time-stamp-hhmmss): New function.
4413         * gud.el (gud-gdb-massage-args): Don't secretly add -fullname.
4414         (gud-query-cmdline): Add --fullname to the user cmdline.
4416         * mail/smtpmail.el (smtpmail-default-smtp-server): Doc fix.
4418 2002-09-11  Kim F. Storm  <storm@cua.dk>
4420         * kmacro.el (kmacro-call-macro): Rephrase repeat prompt.
4421         (kmacro-step-edit-map): Bind "A" to `append-end'.
4422         (kmacro-step-edit-prompt): Fix prompt.
4423         (kmacro-step-edit-query): Handle `append-end' response.
4424         (kmacro-step-edit-pre-command): Activate `append-end' at end of
4425         macro when required.
4427 2002-09-11  Stefan Monnier  <monnier@cs.yale.edu>
4429         * derived.el (define-derived-mode): Fix typo.
4431         * menu-bar.el (line-number-mode, column-number-mode)
4432         (transient-mark-mode): Use minor mode directly.
4433         (menu-bar-make-toggle): Remove `props' arg.
4434         Move customize-mark-as-set directly into the toggle function.
4436         * whitespace.el (whitespace-global-mode): Use define-minor-mode.
4437         Use the new file hook names.
4438         (whitespace-describe): Remove.  Move the text to `Commentary:'.
4439         (whitespace-unload-hook): Use the new file hook names.
4441         * finder.el (finder-find-library): Remove.
4442         (finder-commentary): Use find-library-name and add completion.
4444         * simple.el (transient-mark-mode, line-number-mode)
4445         (column-number-mode): Use define-minor-mode.
4446         (define-mail-user-agent): Delete.  Moved to subr.el.
4448         * loadup.el ("simple.el"): Move to after loaddefs.el.
4450         * subr.el (define-mail-user-agent): Moved from simple.el.
4452 2002-09-10  Richard M. Stallman  <rms@gnu.org>
4454         * pcvs-info.el (cvs-check-fileinfo): Don't use boolp.
4455         (boolp): Function deleted.
4457 2002-09-10  Dave Love  <fx@gnu.org>
4459         * international/utf-8.el (ucs-mule-to-mule-unicode):
4460         Define unconditionally.
4461         (utf-8-fragmentation-table): New.  Use it in top-level mapc.
4462         (utf-8-fragment-on-decoding): Use it to keep
4463         utf-8-translation-table-for-decode variable and translation table
4464         in sync.
4466         * international/ucs-tables.el: Bind utf-8-translation-table-for-decode
4467         when setting up tables and remove useless optimize-char-table.
4468         (ucs-mule-to-mule-unicode): Deleted.
4469         (ucs-unify-8859): Maybe optimize ucs-mule-to-mule-unicode.
4471         * international/utf-16.el (utf-16-le-pre-write-conversion)
4472         (utf-16-be-pre-write-conversion): Deleted.
4473         (mule-utf-16-le, mule-utf-16-be): Register encoding translation table.
4475 2002-09-10  Richard M. Stallman  <rms@gnu.org>
4477         * files.el (diff-buffer-with-file): Simplify.
4478         Don't signal an error if buffer has no file.
4479         Call sit-for after `diff' returns.
4481         * play/gamegrid.el (gamegrid-make-color-tty-face):
4482         Handle string as COLOR arg.
4483         (gamegrid-display-type): Don't assume display-color-p
4484         implies a color-x terminal.
4485         (gamegrid-hide-cursor): Set `cursor-type' local variable.
4487         * descr-text.el (describe-text-mode): Add font-lock-defontify to
4488         change-major-mode-hook.
4490         * ibuffer.el (ibuffer-mode): Add font-lock-defontify to
4491         change-major-mode-hook.
4493         * comint.el (comint-mode): Add font-lock-defontify to
4494         change-major-mode-hook.
4496         * info.el (Info-mode): Add font-lock-defontify to
4497         change-major-mode-hook.
4499         * replace.el (occur-mode): Add font-lock-defontify to
4500         change-major-mode-hook.
4502         * font-core.el (font-lock-defontify): New function.
4504 2002-09-10  Richard M. Stallman  <rms@gnu.org>
4506         * ps-print.el (ps-printer-name-option): Doc fix.
4508 2002-09-10  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
4510         * ps-print.el: Adjust ps-postscript-code-directory setting.
4511         XEmacs version check was adjusted.
4512         (ps-print-version): New version number (6.5.6).
4513         (ps-print-color-p, ps-page-dimensions-database): Autoload var.
4514         (ps-print-code, ps-print-preprint-region): Adjust code.
4516 2002-09-10  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4518         * files.el (auto-mode-alist): ~/.gnus, ~/.viper are in
4519         emacs-lisp-mode, like ~/.emacs.
4521 2002-09-10  Stefan Monnier  <monnier@cs.yale.edu>
4523         * newcomment.el (uncomment-region): Be more careful with `='.
4525 2002-09-10  Deepak Goel  <deego@glue.umd.edu>
4527         * play/doctor.el (doc//): Rename from `//'.  Update callers.
4528         (doc$): Rename from `$'.  Update callers.
4530 2002-09-10  Miles Bader  <miles@gnu.org>
4532         * simple.el (do-auto-fill): `fill-indent-according-to-mode' is a
4533         variable, not a function.
4535         * kmacro.el (kmacro-call-macro): Deal with a non-numeric prefix arg.
4537 2002-09-10  Kim F. Storm  <storm@cua.dk>
4539         * macros.el (apply-macro-to-region-lines): Let-bind mark-active to
4540         nil while executing macro to avoid triggering delete-selection-mode.
4542         * simple.el (keyboard-quit): Set defining-kbd-macro to nil to
4543         cancel defining keyboard macro when applicable.
4545 2002-09-09  Markus Rost  <rost@math.ohio-state.edu>
4547         * simple.el (transient-mark-mode, line-number-mode)
4548         (column-number-mode): Undo previous change because of bootstrapping.
4550 2002-09-09  Stefan Monnier  <monnier@cs.yale.edu>
4552         * derived.el (define-derived-mode): Add keyword arguments.
4553         (derived-mode-make-docstring): Take abbrev and syntax table names.
4555         * font-core.el (font-lock-change-mode): Just turn off font-lock-mode.
4556         (font-lock-default-function): Change arg name.
4558         * cus-start.el (transient-mark-mode): Delete.  Done in simple.el.
4560         * paren.el (show-paren-function): Use syntax-after.
4562         * emacs-lisp/syntax.el (syntax-after): Delete.  Moved to subr.el.
4564         * subr.el (symbol-file): Also work for autoloaded funcs.
4565         (syntax-after): New fun moved from syntax.el.
4567         * find-file.el (ff-pre-find-hook, ff-pre-load-hook, ff-post-load-hook)
4568         (ff-not-found-hook, ff-file-created-hook): Rename from *-hooks.
4569         Update callers (but still run the old hooks as well).
4571         * emacs-lisp/find-func.el (find-library-suffixes, find-library-name)
4572         (find-library): New funs.
4573         (find-function-search-for-symbol): Use it.
4575         * emacs-lisp/bytecomp.el (byte-compile-file): Don't switch buffer.
4577         * isearch.el (isearch-cmds): Add docstring.
4578         (isearch-mouse-2): Lookup binding in the proper buffer.
4579         Use call-interactively and remove the now useless `arg'.
4580         (isearch-search-fun-function): New var.
4581         (isearch-search-fun): New fun.
4582         (isearch-search, isearch-lazy-highlight-search): Use it.
4584 2002-09-09  Stefan Monnier  <monnier@cs.yale.edu>
4586         * simple.el (what-line): Don't hard-code 1.
4587         (transient-mark-mode, line-number-mode, column-number-mode):
4588         Use define-minor-mode.
4589         (do-auto-fill): Only ignore prefix if it's really empty.
4591 2002-09-09  Markus Rost  <rost@math.ohio-state.edu>
4593         * files.el (save-some-buffers-action-alist): Use lower case for
4594         help string of diff-buffer-with-file.
4596 2002-09-09  Richard M. Stallman  <rms@gnu.org>
4598         * calendar/calendar.el (mouse-scroll-calendar-left)
4599         (mouse-scroll-calendar-right, mouse-calendar-other-month):
4600         New commands.
4601         (calendar-mode-line-format): Use them.
4603         * emacs-lisp/bytecomp.el (byte-recompile-directory):
4604         Set and then bind default-directory.
4606         * startup.el (fancy-splash-head, normal-splash-screen):
4607         Change the messages that explain about GNU or GNU/Linux.
4609         * info.el (Info-search): Add (point-min) to subfile positions
4610         to get them right.  Skip the current subfile using forward-line.
4612         * files.el (make-backup-file-name-1): When make-directory fails,
4613         ignore backup-directory-alist.
4614         (make-directory): Expand DIR before looking for handler.
4616 2002-09-09  Jari Aalto  <jari.aalto@poboxes.com>
4618         * progmodes/cperl-mode.el (cperl-noscan-files-regexp):
4619         In addition to RCS, exclude CVS directories.
4621         * ls-lisp.el (ls-lisp-format-time-list): New variable.
4622         (ls-lisp-format-time): Use it.
4624         * files.el (auto-mode-alist): Use sh-mode for .bash files.
4626 2002-09-09  Dave Love  <d.love@dl.ac.uk>
4628         * ps-print.el: Many doc fixes.
4630 2002-09-09  John Paul Wallington  <jpw@shootybangbang.com>
4632         * play/doctor.el (doctor-cadr, doctor-caddr, doctor-cddr): Remove.
4633         Update callers.
4635 2002-09-08  Markus Rost  <rost@math.ohio-state.edu>
4637         * diff.el (diff): Doc fix.
4639 2002-09-08  Richard M. Stallman  <rms@gnu.org>
4641         * emacs-lisp/bytecomp.el (byte-compile-delete-errors): Default to nil.
4643         * simple.el (undo-elt-in-region): Fix one-off error at END.
4644         (forward-visible-line): Handle invisibility by ignoring
4645         invisible newlines.  Also include entire invisible lines beyond
4646         the stopping point.
4648         * cus-edit.el (custom-save-variables, custom-save-faces):
4649         Clarify the comments written into .emacs.
4651 2002-09-08  Markus Triska  <triska@gmx.at>
4653         * play/doctor.el (doctor-doc): Recognize question words
4654         and use qlist.  Use doctor-shorten's return value.
4655         (doctor-shorten): Compute a return value, don't alter `sent'.
4656         (doctor-hates1): Add a question mark.
4657         (doctor-strangelove): Unused function deleted.
4659 2002-09-08  Kim F. Storm  <storm@cua.dk>
4661         * kmacro.el (kmacro-end-and-call-macro): New command to end and
4662         call keyboard macro in one step. Bind it to C-x e by default.
4663         (kmacro-call-macro): Use format-kbd-macro.
4664         (kmacro-step-edit-macro): New command to interactively step edit
4665         and execute last keyboard macro.
4666         (kmacro-keymap): Bind SPC [C-x C-k SPC] to kmacro-step-edit-macro.
4667         (kmacro-step-edit-mini-window-height): New custom var.
4668         (kmacro-step-edit-map): New keymap (parent is query-replace-map).
4669         (kmacro-step-edit-prefix-commands): New var.
4670         (kmacro-step-edit-prompt, kmacro-step-edit-query)
4671         (kmacro-step-edit-insert, kmacro-step-edit-pre-command)
4672         (kmacro-step-edit-minibuf-setup, kmacro-step-edit-post-command):
4673         New aux functions for step editing keyboard macros.
4675         * subr.el (read-quoted-char): Apply listify-key-sequence to vector
4676         returned by this-single-command-raw-keys before appending it to
4677         unread-command-event.
4679 2002-09-07  Colin Walters  <walters@debian.org>
4681         * progmodes/compile.el (compile-internal): Add optional argument
4682         no-async.
4684         * diff.el (diff): Add optional argument no-async, and use the
4685         above argument.
4687         * files.el (diff-buffer-with-file): Call diff synchronously, so we
4688         don't delete the temporary file before diff has a chance to read
4689         it.
4691         * ibuf-ext.el (ibuffer-diff-with-file): Just call
4692         `diff-buffer-with-file'.
4694 2002-09-07  John Paul Wallington  <jpw@shootybangbang.com>
4696         * emacs-lisp/cl-indent.el (extended-loop-p): Doc fix.
4698         * emacs-lisp/find-func.el (find-function-recenter-line):
4699         Add custom type.  Doc fix.
4701 2002-09-06  Stefan Monnier  <monnier@cs.yale.edu>
4703         * menu-bar.el (menu-bar-make-mm-toggle): New macro.
4704         (showhide-menu-bar, showhide-toolbar, menu-bar-toggle-auto-compression)
4705         (toggle-highlight-paren-mode, toggle-global-lazy-font-lock-mode):
4706         Remove.  Use the minor mode function directly instead.
4707         (menu-bar-mode): Add message and customize-mark-as-set and return
4708         the new value as do other minor modes.
4710         * edmacro.el (edmacro-subseq): Don't use cl-push/cl-pop.
4712 2002-09-06  Simon Marshall  <simon@gnu.org>
4714         * progmodes/etags.el (find-tag-tag, complete-tag):
4715         Bind completion-ignore-case based on tags-case-fold-search, so that
4716         case-sensitivity of tag completion matches that of tag search.
4718 2002-09-06  Juanma Barranquero  <lektu@terra.es>
4720         * calendar/solar.el (calendar-time-display-form): Fix spacing.
4722         * double.el (double-prefix-only): Likewise.
4724         * emacs-lisp/easymenu.el (easy-menu-define): Likewise.
4726         * emacs-lisp/find-func.el (find-function-search-for-symbol): Likewise.
4728         * emacs-lisp/float.el (string-to-float): Likewise.
4730         * emacs-lisp/rx.el (rx): Likewise.
4732         * faces.el (copy-face): Likewise.
4734         * hilit-chg.el (highlight-changes-colours)
4735         (highlight-changes-active-string)
4736         (highlight-changes-passive-string)
4737         (highlight-changes-rotate-faces, global-highlight-changes): Likewise.
4739         * international/mule.el (decode-char): Likewise.
4741         * progmodes/idlwave.el (idlwave-support-inheritance)
4742         (idlwave-routine-entry-compare): Likewise.
4744         * progmodes/idlw-shell.el (idlwave-shell-use-breakpoint-glyph):
4745         Likewise.
4747         * progmodes/pascal.el (pascal-start-keywords): Likewise.
4749         * progmodes/sh-script.el (sh-indent-for-fi, sh-indent-for-done):
4750         Likewise.
4752         * progmodes/vhdl-mode.el (vhdl-progress-interval)
4753         (vhdl-corresponding-begin): Likewise.
4755         * simple.el (choose-completion-string-functions): Likewise.
4757         * textmodes/reftex.el (reftex-TeX-master-file): Likewise.
4759         * textmodes/fill.el (fill-nonuniform-paragraphs)
4760         (fill-individual-paragraphs): Likewise.
4762         * vcursor.el (vcursor-toggle-vcursor-map): Likewise.
4764         * warnings.el (warning-level-aliases): Likewise.
4766         * speedbar.el (speedbar-mode): Fix spacing and typos.
4768         * textmodes/reftex-vars.el (reftex-label-menu-flags): Fix typo.
4770 2002-09-05  Markus Rost  <rost@math.ohio-state.edu>
4772         * textmodes/table.el (table-command-prefix): Fix type.
4774 2002-09-05  Andre Spiegel  <spiegel@gnu.org>
4776         * vc-hooks.el: Don't require vc.el at compile-time; it causes
4777         recursive requirements during bootstrap.
4779 2002-09-05  Kenichi Handa  <handa@etl.go.jp>
4781         * international/mule.el (decode-char): Cancel the previous change.
4783 2002-09-04  Mats Lidell  <matsl@contactor.se>  (tiny change)
4785         * language/european.el ("Swedish"): New set-language-info-alist call.
4787 2002-09-04  Richard M. Stallman  <rms@gnu.org>
4789         * help-fns.el (help-with-tutorial): Properly set up
4790         completion-reference-buffer in the *Completion* buffer.
4792 2002-09-04  John Paul Wallington  <jpw@shootybangbang.com>
4794         * startup.el (use-fancy-splash-screens-p): If `fancy-splash-frame'
4795         returns nil, return nil.
4797 2002-09-04  Andre Spiegel  <spiegel@gnu.org>
4799         * vc-hooks.el: Require vc.el at compile-time.
4800         (vc-workfile-unchanged-p, vc-default-workfile-unchanged-p):
4801         Moved here from vc.el.
4803         * vc.el (vc-workfile-unchanged-p, vc-default-workfile-unchanged-p):
4804         Moved to vc-hooks.el.
4806         * vc-rcs.el (vc-rcs-state): Don't require vc.el.
4808 2002-09-04  Kenichi Handa  <handa@etl.go.jp>
4810         * international/mule.el (decode-char): Translate a character by
4811         utf-8-translation-table-for-decode only when
4812         utf-8-fragment-on-decoding is non-nil.
4814 2002-09-02  Stefan Monnier  <monnier@cs.yale.edu>
4816         * textmodes/text-mode.el (paragraph-indent-text-mode-abbrev-table)
4817         (paragraph-indent-text-mode-syntax-table, paragraph-indent-text-mode):
4818         Use text-mode's syntax-table and abbrev-table.
4819         (text-mode): Set require-final-newline to t.
4821         * newcomment.el (comment-make-extra-lines): Only use the
4822         dummy `=' char when there's really nothing else.
4823         Don't remove spaces if it leads to an incorrect comment.
4825         * pcvs.el (cvs-run-process): Use a pty rather than a pipe to work
4826         around the cvs/ssh/libc bug.
4827         (cvs-update-header): Understand `cvs admin -m<rev>:<msg>' syntax.
4828         (defun-cvs-mode): Use the new `declare' thingy.
4829         (cvs-edit-log-text-at-point, cvs-mode-edit-log, cvs-do-edit-log)
4830         (cvs-edit-log-minor-wrap, cvs-edit-log-filelist): New funs.
4831         (cvs-mode-undo): Use `cvs add' for (CONFLICT. REMOVED).
4833         * pcvs-parse.el (cvs-parse-table): Create a `need-update'
4834         node rather than a message for new directories.
4835         (cvs-parse-status): Add support for `Entry Invalid'.
4837         * smerge-mode.el (smerge-diff-buffer-name): Default to *vc-diff*.
4838         (smerge-combine-with-next): New function.
4839         (smerge-diff): Don't output `wrote /tmp/foo' messages.
4840         Insert message if no diffs were found.
4842         * mail/sendmail.el (mail-mode): Don't set local-abbrev-table.
4843         (mail-mode-abbrev-table): Set to text-mode-abbrev-table.
4845 2002-09-02  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4847         * net/tramp.el: Version 2.0.15 released.
4848         (require 'base64): Most modern Emacsen have the base64
4849         encode/decode functions built in, so test to see if they are bound
4850         before we go blindly requiring base64.el.
4851         From Steve Youngs <youngs@xemacs.org>.
4852         (tramp-feature-write-region-fix): XEmacs doesn't have a
4853         'find-operation-coding-system' and this variable doesn't seem to
4854         be used anywhere so wrap it in (unless (featurep 'xemacs)).
4855         From Steve Youngs <youngs@xemacs.org>.
4856         (tramp-methods): Remove duplicate definition of ssh1-old and ssh2-old.
4857         (tramp-open-connection-su): Use user name "root" if no user name
4858         is given.
4860         From Michael Albinus <Michael.Albinus@alcatel.de>:
4861         * net/tramp.el (tramp-invoke-ange-ftp):
4862         (tramp-ange-ftp-file-name-p): Check for Xemacs.
4863         (tramp-do-copy-or-rename-file): Don't pass KEEP-DATE to
4864         tramp-invoke-ange-ftp 'rename.
4865         (tramp-handle-write-region): Don't pass LOCKNAME and CONFIRM to
4866         tramp-invoke-ange-ftp 'write-region.
4867         (tramp-handle-set-file-modes): Change order of FILENAME and MODE
4868         passing to tramp-invoke-ange-ftp 'set-file-modes.
4869         (tramp-invoke-ange-ftp): `tramp-disable-ange-ftp' must be called
4870         again after activating `ange-ftp'.
4872 2002-09-02  Kim F. Storm  <storm@cua.dk>
4874         * ido.el (ido-ignore-item-temp-list): New variable.
4875         (ido-read-internal): Don't set ido-default-item if the default is
4876         member of ido-ignore-item-temp-list.
4877         Don't return first match for C-j if no text is entered.
4878         (ido-buffer-internal): Check for empty string return.
4879         (ido-make-buffer-list1): Use member instead of memq.
4880         (ido-window-buffer-p): Likewise.
4881         (ido-get-bufname): Ignore buffers on ido-ignore-item-temp-list.
4882         (ido-ignore-item-p): Ignore items on ido-ignore-item-temp-list.
4884         * replace.el (multi-occur): Made "ido-aware":
4885         Changed prompt to use C-j instead of RET to end.
4886         Set ido-ignore-item-temp-list to the selected buffers so far, so
4887         they are automatically excluded from the list of choices.
4888         Use add-to-list instead of push.
4890 2002-09-01  Richard M. Stallman  <rms@gnu.org>
4892         * term/x-win.el (function-key-map): Define S-iso-lefttab.
4894 2002-09-01  Kim F. Storm  <storm@cua.dk>
4896         * edmacro.el (edit-kbd-macro): Recognize new default binding for
4897         C-x e in addition to old binding.
4899 2002-09-01  Mario Lang  <mlang@debian.org>
4901         * files.el (save-some-buffers-action-alist): New variable.
4902         (save-some-buffers): Use that.
4903         (diff-buffer-with-file): New function.
4905 2002-09-01  Richard M. Stallman  <rms@gnu.org>
4907         * ruler-mode.el (defgroup ruler-mode): Use `convenience' as parent.
4909         * dired.el (defgroup dired): Use `files' as parent.
4910         (dired-get-filename): Ignore handler if it has safe-magic prop.
4912         * jka-compr.el (jka-compr-handler): Add safe-magic property.
4914 2002-08-31  Richard M. Stallman  <rms@gnu.org>
4916         * simple.el (kill-line): Use end-of-visible-line to determine
4917         if rest of line is blank.
4918         (end-of-visible-line): Cope if end-of-line moved back over
4919         invisible intangible chars at end of line.
4921         * simple.el (completion-setup-function): Don't use directory-sep-char.
4923 2002-09-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
4925         * progmodes/f90.el (f90-menu): Remove ":active" keyword where not
4926         needed.
4927         (f90-menu, f90-add-imenu-menu): Use lookup-key.
4928         Remove (eval-when-compile) for free variables.
4930 2002-08-31  Andreas Schwab  <schwab@suse.de>
4932         * font-core.el (font-lock-change-mode): Avoid changing buffer
4933         state in any way.
4935 2002-08-30  Stefan Monnier  <monnier@cs.yale.edu>
4937         * emacs-lisp/easymenu.el (easy-menu-filter-return):
4938         Handle the case where the filter returns a single menu entry.
4939         (easy-menu-add): Improve docstring.
4940         (easy-menu-current-active-maps): Remove.
4941         (easy-menu-get-map): Use current-active-maps.
4943         * cus-edit.el (custom-unlispify-menu-entry): Don't remove
4944         the -p prefix from variables since they shouldn't have it anyway.
4945         (custom-group-menu-create, customize-menu-create):
4946         Only cdr if applicable, since custom-menu-create might return
4947         a vector (i.e. a single menu entry).
4949 2002-08-30  Edward M. Reingold  <reingold@emr.cs.iit.edu>
4951         * calendar/diary-lib.el (diary-mail-entries): Don't overwrite
4952         user's value of diary-list-include-blanks, but generate message
4953         instead if there are no entries.
4955 2002-08-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>  (tiny change)
4957         * ps-print.el (ps-lp-system): Fixed typo in `usg-unix-v'.
4959 2002-08-30  Markus Rost  <rost@math.ohio-state.edu>
4961         * menu-bar.el (menu-bar-read-mail): Doc fix.
4963 2002-08-30  John Paul Wallington  <jpw@shootybangbang.com>
4965         * ibuffer.el (ibuffer-update): Revert expansion of `caddr'.
4966         (ibuffer-fontification-alist): Check hidden buffer case isn't
4967         visiting a file and change its face to italic.
4969 2002-08-30  Juanma Barranquero  <lektu@terra.es>
4971         * replace.el (occur-mode): Add interactive declaration.
4973         * bs.el (bs-message-without-log): Fix typo.
4975         * font-core.el (font-lock-defaults): Likewise.
4977         * font-lock.el (font-lock-add-keywords): Likewise.
4979         * mouse-copy.el (mouse-copy-work-around-drag-bug): Likewise.
4981         * textmodes/bibtex.el (bibtex-mode): Likewise.
4983         * emulation/viper-ex.el (ex-compile-command): Likewise.
4985         * progmodes/idlwave.el (idlwave-max-extra-continuation-indent):
4986         Likewise.
4988         * progmodes/dcl-mode.el (dcl-calc-cont-indent-relative): Likewise.
4990         * allout.el (my-mark-marker): Likewise.
4992 2002-08-30  Simon Josefsson  <jas@extundo.com>
4994         * mail/smtpmail.el (smtpmail-via-smtp): Delete process buffer
4995         unless s-debug-info is enabled.
4997 2002-08-29  John Paul Wallington  <jpw@shootybangbang.com>
4999         * ibuffer.el (ibuffer-update): Use `minibufferp'.  Expand `caddr'.
5001         * mwheel.el (mouse-wheel-up-button): Doc fix.
5003 2002-08-29  Juanma Barranquero  <lektu@terra.es>
5005         * replace.el (occur-mode-hook): New hook.
5006         (occur-mode): Use it.
5007         (occur-hook): Set default to nil.
5009 2002-08-29  Stefan Monnier  <monnier@cs.yale.edu>
5011         * net/ange-ftp.el: Use match-string and drop useless `function's.
5012         (ange-ftp-get-process): Bind `ange-ftp-this-user' and
5013         `ange-ftp-this-host' before running ange-ftp-process-startup-hook.
5014         (ange-ftp-ls-parser): Use `switches' arg instead of dynamic binding.
5015         (ange-ftp-parse-dired-listing): Update the calls.
5016         (dired-local-variables-file): Declare to shut quieten the compiler.
5017         (ange-ftp-file-entry-active-p): Remove.
5018         (ange-ftp-file-name-all-completions, ange-ftp-file-name-completion):
5019         Don't exclude dangling symlinks.
5020         (ange-ftp-file-name-completion-1): Make predicate optional.
5021         (ange-ftp-parse-list-func-alist): Use add-to-list to update.
5022         (ange-ftp-fix-name-for-bs2000): Use subst-char-in-string.
5023         (ange-ftp-bs2000-posix-hook-installed): Remove.
5024         (ange-ftp-add-bs2000-posix-host): Don't use it anymore.
5025         (ange-ftp-bs2000-cd-to-posix): Use `ange-ftp-this-user' and
5026         `ange-ftp-this-host' instead of `user' and `host'.
5028 2002-08-29  Richard M. Stallman  <rms@gnu.org>
5030         * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
5031         Decide here whether to print which form we're compiling.
5032         If we do that, still print file and line.  Make file name
5033         relative to default-directory.  Print fewer newlines.
5034         (byte-compile-log-file): Print something even if no file.
5035         Print messages for entering and leaving directories,
5036         and set default-directory.
5037         (displaying-byte-compile-warnings): Only sometimes bind warning-series.
5038         (byte-compile-warning-series): New function.
5039         (byte-compile-file): Set byte-compile-last-logged-file, don't bind it.
5040         (byte-compile-display-log-head-p): Function deleted.
5042         * warnings.el (warning-series): Now can be a marker, not an integer.
5043         (display-warning): Handle new value for warning-series.
5045         * emacs-lisp/bytecomp.el (byte-compile-log-file): Use \f.
5046         (byte-compile-cl-warn): Add cl-macroexpand-all, cl-compiling-file
5047         to don't-warn list.
5049 2002-08-29  Kim F. Storm  <storm@cua.dk>
5051         * kmacro.el: Change default bindings from F7/F8 to F3/F4.
5052         Change default binding of C-x e to kmacro-end-or-call-macro.
5053         (kmacro-call-repeat-key, kmacro-call-repeat-with-arg): New custom
5054         variables.
5055         (kmacro-get-prefix-arg): New function.
5056         (kmacro-repeat-on-last-key): Rename from kmacro-repeat-loop and
5057         improve.  Callers changed.
5058         (kmacro-call-macro): Repeat macro by repeating last key or
5059         key defined in kmacro-call-repeat-key.  New third arg non-nil
5060         means to end current macro.
5061         (kmacro-end-or-call-macro): Call kmacro-call-macro appropriately
5062         to get repeat last key functionality.
5063         (kmacro-start-macro-or-insert-counter): Improve doc string.
5065 2002-08-28  Luc Teirlinck  <teirllm@mail.auburn.edu>
5067         * files.el (find-buffer-visiting): Compare file attributes
5068         using buffer-file-truename.
5070 2002-08-28  Richard M. Stallman  <rms@gnu.org>
5072         * files.el (make-auto-save-file-name, make-backup-file-name-1):
5073         Don't use directory-sep-char.
5075 2002-08-28  Juanma Barranquero  <lektu@terra.es>
5077         * replace.el (occur-hook): Renamed from `occur-mode-hook'.
5078         (occur-mode): Remove call to `occur-mode-hook'.
5079         (occur-rename-buffer): Fix reference to `occur-mode-hook' in docstring.
5080         (occur-1): Add call to `occur-hook'.
5082         * subr.el (make-variable-frame-localizable): Alias for
5083         `make-variable-frame-local'.
5085 2002-08-28  Miles Bader  <miles@gnu.org>
5087         * rfn-eshadow.el (read-file-name-electric-shadow-properties)
5088         (read-file-name-electric-shadow-tty-properties)
5089         (read-file-name-electric-shadow-mode): Remove compatibility defs.
5091         * comint.el (comint-carriage-motion): Start at START.
5093 2002-08-27  Francesco Potort\e,Al\e(B  <pot@gnu.org>
5095         * net/ange-ftp.el (ange-ftp-skip-msgs): Skip the 530 response
5096         given by vsFTPd when accessed with a kerberised FTP client.
5098 2002-08-27  Richard M. Stallman  <rms@gnu.org>
5100         * files.el (find-alternate-file):
5101         Bind kill-buffer-query-functions locally, don't set it.
5103 2002-08-27  Andreas Schwab  <schwab@suse.de>
5105         * kmacro.el (kmacro-start-macro): Doc fix.
5107 2002-08-27  Carsten Dominik  <dominik@sand.science.uva.nl>
5109         * textfile/reftex-ref.el (reftex-goto-label): New command.
5111         * textfile/reftex-vars.el (reftex-part-resets-chapter): New option.
5113         * textfile/reftex-parse.el (reftex-roman-number): New function.
5114         (reftex-section-number): Better handling of parts: No chapter
5115         counter resets.
5117         * textfile/reftex.el (reftex-highlight-overlays): Added a third
5118         overlay.
5119         (reftex-mode-menu): Added entry for `reftex-toc-recenter.
5120         Also moved `reftex-reset-mode' to top level.
5122         * textfile/reftex-toc.el (reftex-toc-recenter): New command.
5123         (reftex-toc-pre-command-hook): Don't remove highlight overlay.
5124         (reftex-toc-post-command-hook): Use overlay no 2 for highlighting.
5126         * textfile/reftex-sel.el (reftex-get-offset): Get offset of
5127         document pointer *before* position, not after.
5128         (reftex-insert-docstruct): Get offset of document pointer *before*
5129         position, not after.
5131         * textfiles/reftex-parse.el (reftex-where-am-I): Prefer marker
5132         match over section title match.
5134         * textfiles/reftex-cite.el (reftex-bib-or-thebib): New function
5135         which determines on a per-file-basis if BibTeX is being used
5136         locally for citations.
5137         (reftex-offer-bib-menu): Use `reftex-bib-or-thebib' for better
5138         cooperation with chapterbib.
5139         (reftex-bibtex-selection-callback): Use `reftex-bib-or-thebib' for
5140         better cooperation with chapterbib.
5142         * textfiles/reftex-dcr.el (reftex-view-cr-cite):
5143         Use `reftex-bib-or-thebib' for better cooperation with chapterbib.
5145 2002-08-26  Kim F. Storm  <storm@cua.dk>
5147         * subr.el (suppress-keymap): Use command remapping instead of
5148         substitute-key-definition to undefine self-inserting keys.
5150 2002-08-26  Juanma Barranquero  <lektu@terra.es>
5152         * makefile.w32-in (WINS): Add calc and obsolete.
5154 2002-08-26  Stefan Monnier  <monnier@cs.yale.edu>
5156         * emacs-lisp/easy-mmode.el (define-minor-mode):
5157         Use customize-mark-as-set for global minor modes.
5159 2002-08-25  Miles Bader  <miles@gnu.org>
5161         * rfn-eshadow.el (file-name-shadow-properties-custom-type):
5162         Renamed from `read-file-name-electric-shadow-properties-custom-type'.
5163         Change name of face.
5164         (file-name-shadow-properties): Renamed from
5165         `read-file-name-electric-shadow-properties'.
5166         (file-name-shadow-tty-properties): Renamed from
5167         `read-file-name-electric-shadow-tty-properties'.
5168         (file-name-shadow): Renamed from `read-file-name-electric-shadow'.
5169         (rfn-eshadow-setup-minibuffer): Update references to renamed variables.
5170         (file-name-shadow-mode): Renamed from
5171         `read-file-name-electric-shadow-mode'.  Update references to
5172         renamed variables.
5174 2002-08-24  Sam Steingold  <sds@gnu.org>
5176         * subr.el (eval-after-load): Do not call
5177         load-symbol-file-load-history (deleted yesterday).
5179 2002-08-24  John Paul Wallington  <jpw@shootybangbang.com>
5181         * startup.el (normal-splash-screen): Ensure splash buffer is
5182         killed.  Use tabs in output.  Fix test whether previous buffer was
5183         *scratch* buffer.
5185         * progmodes/simula.el (simula-abbrev-keyword-default)
5186         (simula-abbrev-keyword, simula-abbrev-stdproc-default)
5187         (simula-abbrev-stdproc): Doc fix - escape open parens in column 0.
5189         * apropos.el (command-apropos): Use `defalias' instead of `fset'.
5191         * mail/rmail.el (rmail-speedbar-match-folder-regexp): Doc fix.
5193 2002-08-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
5195         * progmodes/f90.el (f90-xemacs-flag, f90-xemacs-menu)
5196         (f90-menu-bar-menu, f90-change-case-menu, f90-font-lock-on)
5197         (f90-font-lock-off, f90-font-lock-menu): Delete.
5198         Use easy-menu-define instead.
5199         (f90-mode): Use easy-menu-add.
5200         No longer (require 'imenu) when compiling.
5201         (f90-mark-subprogram, f90-indent-region, f90-fill-region)
5202         (f90-abbrev-start): Use fboundp.
5203         (f90-imenu-flag): Delete - use imenu--index-alist instead.
5205 2002-08-23  Richard M. Stallman  <rms@gnu.org>
5207         * loadhist.el (unload-feature): Distinguish functions from
5208         variables in load-history.
5209         (feature-symbols): Doc fix.
5211         * files.el (ange-ftp-completion-hook-function): Add safe-magic prop.
5213         * subr.el (symbol-file-load-history-loaded)
5214         (load-symbol-file-load-history): Deleted.
5215         (symbol-file): Don't call load-symbol-file-load-history.
5217 2002-08-23  Andre Spiegel  <spiegel@gnu.org>
5219         * vc-hooks.el (vc-kill-buffer-hook): Add it to kill-buffer-hook again.
5221 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
5223         * frame.el (select-frame-by-name, select-frame-set-input-focus):
5224         Always call x-focus-frame, if using x.
5225         Use set-mouse-position on all systems, if focus-follows-mouse.
5227 2002-08-22  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5229         * net/tramp.el: Version 2.0.14 released.
5230         (tramp-shell-prompt-pattern): New variable.
5231         (tramp-actions-before-shell, tramp-multi-actions)
5232         (tramp-find-shell, tramp-open-connection-multi)
5233         (tramp-open-connection-setup-interactive-shell): Use it.
5234         (tramp-open-connection-telnet, tramp-open-connection-rsh)
5235         (tramp-open-connection-su): Mention `tramp-shell-prompt-pattern'
5236         in the docstring.
5237         (tramp-bug): Report `tramp-shell-prompt-pattern'.
5238         (tramp-process-one-multi-action, tramp-process-one-action):
5239         Make message clearer so people don't confuse it with Emacs asking
5240         them a question if the regexp happens to end with "?".
5241         (tramp-verbose): Change default value from 10 to 9.  Also change
5242         some logging levels so that 10 is reserved for stuff which is
5243         needed for debugging only, but 9 catches everything that people
5244         might like to see in order to see that Tramp is actually working.
5246 2002-08-22  Kim F. Storm  <storm@cua.dk>
5248         * emacs-lisp/authors.el (authors-aliases, authors-fixed-entries):
5249         Corrected spelling mistakes (for Joseph Arceneaux).
5251 2002-08-21  Glenn Morris  <gmorris@ast.cam.ac.uk>
5253         * progmodes/f90.el: eval-when-compile a few defvars.
5254         (f90-xemacs-flag): Wrap in eval-and-compile.
5255         (f90-font-lock-keywords): Doc fix.
5256         (f90-mode-abbrev-table): Work with or without 6th arg of define-abbrev.
5257         (f90-mark-subprogram-overlay): Variable deleted.
5258         (f90-mark-subprogram): Remove overlay bit.  Don't be silent about
5259         pushing mark.
5260         (f90-abbrev-start): unread-command-event is obsolete in XEmacs.
5262 2002-08-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5264         * tramp.el: Version 2.0.13 released.
5265         (tramp-handle-write-region): Don't check to see if remote end is
5266         awake after sending data to remote host: we want to send "EOF" not
5267         "echo are you awake"...
5268         (tramp-maybe-open-connection): Swap args for tramp-time-diff.
5269         (tramp-yn-prompt-regexp): New variable.
5270         (tramp-action-yn): New function, using it.
5271         (tramp-feature-write-region-fix): New internal variable.  Not yet
5272         used.  Should be used in `tramp-handle-write-region'.
5274 2002-08-21  Kim F. Storm  <storm@cua.dk>
5276         * bindings.el (mode-line-format): Moved global-mode-string last.
5277         (mode-line-position): Moved %p first.  Added padding to %l/%c to
5278         eliminate jumpyness in modeline.  Use (%l,%c) format if both
5279         line-number-mode and column-number-mode are enabled.
5281 2002-08-20  Martin Stjernholm  <bug-cc-mode@gnu.org>
5283         * progmodes/cc-engine.el (c-forward-syntactic-ws): Fixed a bug
5284         that could cause an infinite loop if something that looks like
5285         a macro begins in the middle of a line.
5287         * progmodes/cc-engine.el (c-parse-state): Fixed a bug that
5288         could cause `c-state-cache' to contain two conses in sequence
5289         when there's an unbalanced open paren in a macro.
5291 2002-08-20  Glenn Morris  <gmorris@ast.cam.ac.uk>
5293         * progmodes/fortran.el (fortran-current-defun): Use save-excursion.
5295         * imenu.el (imenu--generic-function): Use mapc.
5296         (imenu-syntax-alist): Doc fix.
5298 2002-08-20  Richard M. Stallman  <rms@gnu.org>
5300         * font-core.el (font-lock-change-mode): New function.
5301         (font-lock-mode): Use font-lock-change-mode instead of
5302         font-lock-unfontify-buffer.
5303         (font-lock-maximum-size, font-lock-verbose): Add defvars.
5305 2002-08-20  Carsten Dominik  <dominik@astro.uva.nl>
5307         * textfiles/reftex-cite.el (reftex-bib-or-thebib): New function
5308         which determines on a per-file-basis if BibTeX is being used
5309         locally for citations.
5310         (reftex-offer-bib-menu): Use `reftex-bib-or-thebib' for better
5311         cooperation with chapterbib.
5312         (reftex-bibtex-selection-callback): Use `reftex-bib-or-thebib' for
5313         better cooperation with chapterbib.
5315         * textfiles/reftex-dcr.el (reftex-view-cr-cite):
5316         Use `reftex-bib-or-thebib' for better cooperation with chapterbib.
5318 2002-08-20  Kim F. Storm  <storm@cua.dk>
5320         * kmacro.el: Major rework based on discussions with RMS.
5321         Most important change is that C-x C-k is now bound to a keymap
5322         with keyboard macro related commands.  The original binding on
5323         C-x C-k is moved to C-x C-k e.
5325         * binding.el: Remove macro related bindings (now in kmacro.el).
5327         * edmacro.el: Remove C-x C-k binding (now in kmacro.el).
5329 2002-08-19  Stefan Monnier  <monnier@cs.yale.edu>
5331         * help-fns.el (help-split-fundoc): Replace the function name
5332         from the docstring with the one that should be displayed.
5333         (help-make-usage): Understand CL style arglists.
5334         (describe-function-1): Adapt to the new behavior of help-split-fundoc.
5335         (describe-variable): Use delete-region.
5337 2002-08-19  Kenichi Handa  <handa@etl.go.jp>
5339         * international/mule.el (sgml-xml-auto-coding-function):
5340         Call re-search-forward with NOERROR t.
5342 2002-08-19  Miles Bader  <miles@gnu.org>
5344         [original idea from Luc Teirlinck <teirllm@mail.auburn.edu>]
5345         * comint.el (comint-inhibit-carriage-motion): New variable.
5346         (comint-carriage-motion): Argument STRING removed.  New arguments
5347         START and END; interpret characters between START and END rather
5348         than using special comint state.
5349         (comint-output-filter): Call `comint-carriage-motion'.
5350         (comint-output-filter-functions): Don't add `comint-carriage-motion'.
5351         * ielm.el (inferior-emacs-lisp-mode):
5352         Give `comint-inhibit-carriage-motion' a local value of t.
5354 2002-08-18  Richard M. Stallman  <rms@gnu.org>
5356         * textmodes/table.el: New file.
5358         * font-core.el (font-lock-mode): Set change-major-mode-hook locally.
5360 2002-08-18  Andreas Schwab  <schwab@suse.de>
5362         * ibuf-ext.el (ibuffer-list-buffer-modes): Doc fix.
5364 2002-08-17  Carsten Dominik  <dominik@astro.uva.nl>
5366         * textmodes/reftex.el (reftex-mode): Create special syntax tables.
5367         (reftex-syntax-table): Set a default in case this is being used
5368         outside a LaTeX file.
5369         (reftex-syntax-table-for-bib): Set a default in case this is being
5370         used outside a LaTeX file.
5372 2002-08-17  Richard M. Stallman  <rms@gnu.org>
5374         * tar-mode.el (tar-subfile-mode): Use add-hook and remove-hook,
5375         and use write-file-functions instead of local-write-file-hooks.
5376         (tar-untar-buffer): Don't try to extract directories.
5378         * menu-bar.el (fringe-mode): Set to nil.
5380         * mail/rmail.el (rmail-search-mime-header-function): Doc fix.
5382 2002-08-15  Richard M. Stallman  <rms@gnu.org>
5384         * calendar/appt.el (appt-delete): Use substring-no-properties.
5385         (appt-make-list): Don't use prin1-to-string; use the string unchanged.
5387 2002-08-15  Jan Nieuwenhuizen  <janneke@gnu.org>  (tiny change)
5389         * server.el (server-process-filter): Simplify code.
5390         (server-goto-line-column): New function.
5391         (server-visit-files): Use server-goto-line-column.
5392         Offer to revert only if file has changed.
5394 2002-08-15  Richard M. Stallman  <rms@gnu.org>
5396         * files.el (recover-this-file): New function.
5397         (after-find-file): Recommend recover-this-file.
5399         * font-core.el (font-lock-mode): Add font-lock-unfontify-buffer
5400         to change-major-mode-hook when font lock is enabled.
5402         * simple.el (toggle-truncate-lines): Force redisplay.
5403         Display status message.
5405 2002-08-15  Carsten Dominik  <dominik@sand.science.uva.nl>
5407         * textmodes/reftex.el (reftex-mode): Moved the creation of special
5408         syntax tables to top-level.
5410 2002-08-15  David Kastrup  <David.Kastrup@t-online.de>
5412         * net/ange-ftp.el (ange-ftp-wipe-file-entries): Fix type mismatch;
5413         use `hash-table-size' instead of `length'.
5415 2002-08-14  Stefan Monnier  <monnier@cs.yale.edu>
5417         * help-fns.el (locate-library): Use locate-file(-completion).
5418         (help-split-fundoc): Tighten the regexp and recognize a usage-info
5419         where the function name is `fn'.
5420         (help-function-arglist): Follow aliases and macros.
5421         (describe-function-1): Use keymapp.
5422         If the docstring contains a usage info, use it even if the function is
5423         not a subroutine.  Find usage info in aliases' docstring if necessary.
5424         (describe-variable): Get the value before setting up the *Help* buffer.
5426         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode):
5427         Use find-file-hook instead of find-file-hooks.
5428         (define-minor-mode): Get rid of this silly `togglep'.
5429         Add an explicit `toggle' argument (used for interactive calls).
5430         Emit a warning when a nil argument turns the mode off.
5432         * language/ethio-util.el (setup-ethiopic-environment-internal)
5433         (exit-ethiopic-environment): Use find-file-hook and
5434         write-file-functions instead of find-file-hooks and write-file-hooks.
5436         * window.el (handle-select-window): Don't do anything if the window
5437         has disappeared since the event was generated.
5438         (split-window-save-restore-data): Use push and with-current-buffer.
5440         * saveplace.el:
5441         * play/meese.el:
5442         * obsolete/hilit19.el:
5443         * completion.el (dynamic-completion-mode):
5444         * emacs-lisp/find-func.el (find-function-search-for-symbol):
5445         Use find-file-hook instead of find-file-hooks.
5447         * imenu.el (imenu-always-use-completion-buffer-p): Make obsolete.
5448         (imenu-use-popup-menu, imenu-eager-completion-buffer): New vars.
5449         (imenu-space-replacement): Allow nil value.
5450         (imenu--completion-buffer): Use new vars and simplify.
5451         Fix handling of minibuffer-setup-hook.
5452         Use minibuffer-completion-help instead of rolling our own.
5453         (imenu-choose-buffer-index): Use the new var.
5455         * startup.el (command-line): Load custom-file if not done yet.
5457 2002-08-14  Kenichi Handa  <handa@etl.go.jp>
5459         * select.el (xselect-convert-to-string): If TYPE is non-nil, encode
5460         the selection data string.  Always return cons of type and string.
5461         (selection-converter-alist): Add (UTF8_STRING .
5462         xselect-convert-to-string).
5464 2002-08-12  Stefan Monnier  <monnier@cs.yale.edu>
5466         * newcomment.el (comment-region): Force `lines' when `block' is set.
5468 2002-08-12  Richard M. Stallman  <rms@gnu.org>
5470         * menu-bar.el (menu-bar-next-tag-other-window, menu-bar-next-tag)
5471         (menu-bar-right-scroll-bar, menu-bar-left-scroll-bar)
5472         (menu-bar-no-scroll-bar, menu-bar-toggle-auto-compression)
5473         (menu-bar-toggle-cua-mode, menu-bar-read-mail)
5474         (menu-bar-help-extra-packages, help-with-tutorial-spec-language)
5475         (menu-bar-text-mode-auto-fill): New commands, used
5476         in menu bar menus instead of lambda expressions.
5478         (menu-bar-showhide-fringe-menu-customize-left)
5479         (menu-bar-showhide-fringe-menu-customize-right)
5480         (menu-bar-showhide-fringe-menu-customize-disable)
5481         (menu-bar-showhide-fringe-menu-customize-reset): Doc fixes.
5483         (menu-bar-options-menu): Use toggle-truncate-lines.
5484         (showhide-date-time): Call customize-mark-as-set.
5486         * emacs-lisp/find-func.el (find-function-search-for-symbol):
5487         Obey `definition-name' properties.
5489         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode):
5490         Put `definition-name' properties on the functions whose
5491         names are constructed.
5493         * textmodes/page-ext.el (pages-target-buffer): Add defvar.
5494         Renamed from target-buffer.
5495         (pages-directory, pages-copy-header-and-position): Uses changed.
5497         * calendar/appt.el (appt-make-list): Correct the parsing of
5498         each appointment from time-string.
5500 2002-08-12  Stefan Monnier  <monnier@cs.yale.edu>
5502         * scroll-all.el (scroll-all-mode): Use define-minor-mode.
5503         (scroll-all-mode) <defcustom>: Delete.
5504         (running-xemacs): Delete.
5505         (minor-mode-alist): Don't manipulate it directly.
5507 2002-08-10  Kenichi Handa  <handa@etl.go.jp>
5509         * international/mule-cmds.el (search-unencodable-char): New function.
5510         (select-safe-coding-system): Show unencodable characters.
5511         (unencodable-char-position): Deleted, and implemented in C in coding.c.
5513 2002-04-09  John Wiegley  <johnw@gnu.org>
5515         * esh-util.el: Removed eshell-under-cygwin-p, and all uses of it.
5516         * em-cmpl.el (eshell-cmpl-ignore-case): Ditto.
5517         * em-dirs.el (eshell/cd): Ditto.
5518         * em-glob.el (eshell-glob-case-insensitive): Ditto.
5519         * em-hist.el (eshell-previous-matching-input-string-position): Ditto.
5520         * esh-ext.el (eshell-binary-suffixes): Ditto.
5522 2002-08-09  Richard M. Stallman  <rms@gnu.org>
5524         * textmodes/page-ext.el (pages-directory-mode): Undo previous change.
5526         * simple.el (set-variable): Give locality status in prompt.
5528 2002-08-09  Benjamin Rutt  <rutt@cis.ohio-state.edu>
5530         * simple.el (set-variable): If given a prefix argument, set
5531         variable buffer-locally.
5533 2002-08-09  John Paul Wallington  <jpw@shootybangbang.com>
5535         * font-core.el (font-lock-function): Make it buffer-local.
5537 2002-08-08  Richard M. Stallman  <rms@gnu.org>
5539         * emacs-lisp/checkdoc.el (checkdoc, checkdoc-interactive)
5540         (checkdoc-message-interactive, checkdoc-interactive-loop)
5541         (checkdoc-current-buffer, checkdoc-continue, checkdoc-comments)
5542         (checkdoc-defun):
5543         Update checkdoc-spellcheck-documentation-flag correctly.
5544         (checkdoc-ispell-docstring-engine): Don't test for
5545         checkdoc-autofix-flag = nil.
5547 2002-08-07  John Paul Wallington  <jpw@shootybangbang.com>
5549         * xt-mouse.el (xterm-mouse-mode): Make it a global mode.
5551         * wid-browse.el (widget-minor-mode): Fix doc typo.
5553 2002-08-07  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5555         * net/tramp.el: Version 2.0.12 released.
5556         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
5557         Comment out possibly obsolete "echo hello" commands.
5558         (tramp-run-real-handler): If operation is
5559         `ange-ftp-hook-function', use first arg as the real operation.
5560         (tramp-check-ls-commands): Use / instead of \ as directory
5561         separator.  (Relevant for XEmacs on Windows.)
5562         (tramp-maybe-open-connection): Use tramp-wait-for-output when
5563         waiting for the "are you awake" command.  Use a different string
5564         for the "are you awake" command.
5565         (tramp-send-command): New optional arg NEVEROPEN means to never
5566         invoke tramp-maybe-open-connection.
5567         (tramp-maybe-open-connection): Use it
5569 2002-08-07  Richard M. Stallman  <rms@gnu.org>
5571         * warnings.el (warning-prefix-function, warning-series)
5572         (warning-fill-prefix, warning-group-format): Add autoload cookies.
5574 2002-08-07  Kenichi Handa  <handa@etl.go.jp>
5576         * international/mule-cmds.el (select-safe-coding-system):
5577         Call pop-to-buffer inside save-window-excursion and save-excursion.
5579 2002-08-06  John Paul Wallington  <jpw@shootybangbang.com>
5581         * help-fns.el (describe-function-1): Skip arglist note if
5582         function's definition is a keymap.
5584 2002-08-06  Sam Steingold  <sds@gnu.org>
5586         * calendar/diary-lib.el (diary-mail-entries): Use `compose-mail'
5587         and `mail-user-agent' instead of straight sendmail.
5588         (diary-modified, diary-entries-list, displayed-year)
5589         (displayed-month, entry, date, number, date-string, d-file)
5590         (original-date): Defvar without binding to avoid compiler warnings.
5592 2002-08-05  Alan Shutko  <ats@acm.org>
5594         * ibuffer.el (ibuffer-mode-map): Added ibuffer-filter-by-used-mode.
5595         (ibuffer-mode-map): Added ibuffer-filter-by-used-mode.
5596         (ibuffer-mode): Added ibuffer-filter-by-used-mode to doc string.
5598         * ibuf-ext.el (ibuffer-list-buffer-modes): New.
5599         (ibuffer-filter-by-used-mode): New.
5601 2002-08-05  John Paul Wallington  <jpw@shootybangbang.com>
5603         * ediff-util.el (ediff-copy-list): Use `defalias' instead of
5604         `fset' and `symbol-function'.
5606 2002-08-05  John Wiegley  <johnw@gnu.org>
5608         * pcomplete.el (pcomplete-entries): Don't set `above-cutoff' to a
5609         value unless pcomplete-cycle-cutoff-length is non-nil.
5611 2002-04-09  John Paul Wallington  <jpw@shootybangbang.com>
5613         * esh-util.el (eshell-under-cygwin-p): New function.
5614         * em-cmpl.el (eshell-cmpl-ignore-case): Use it.
5615         * em-dirs.el (eshell/cd): Ditto.
5616         * em-glob.el (eshell-glob-case-insensitive): Ditto.
5617         * em-hist.el (eshell-previous-matching-input-string-position): Ditto.
5618         * esh-ext.el (eshell-binary-suffixes): Ditto.
5620 2002-08-05  Richard M. Stallman  <rms@gnu.org>
5622         * international/mule-cmds.el (select-safe-coding-system): Check for
5623         non-nil CODING-SYSTEM before warning it disagrees with AUTO-CS.
5625         * net/ange-ftp.el (ange-ftp-smart-gateway): Doc fix.
5627 2002-08-05  Gerd Moellmann  <gerd@gnu.org>
5629         * image.el (image-jpeg-p): Accept "Exif" marker.
5631 2002-08-05  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5633         * net/tramp.el: Version 2.0.11 released.
5634         (tramp-perl-file-attributes): Print uid and gid as signed integers.
5635         (tramp-invoke-ange-ftp): Correct check for Ange-FTP being loaded.
5636         Invoke Ange-FTP with tramp-run-real-handler to avoid Ange-FTP
5637         calling Tramp again.
5638         (tramp-find-file-exists-command): Check for `ls -d' last, after
5639         all the variants on `test -e'.
5640         (tramp-post-connection): Erase buffer before finding a command to
5641         check if file exists.
5643 2002-08-05  David Kastrup  <David.Kastrup@t-online.de>
5645         * calc/calc.el (math-format-stack-value): Revert a broken
5646         if->when replacement and reformat so that this does not happen
5647         again.  Fixes a pretty lethal line formatting/yanking bug.
5649 2002-08-04  John Paul Wallington  <jpw@shootybangbang.com>
5651         * startup.el (fancy-splash-frame): Check selected frame last.
5653 2002-08-04  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5655         * net/tramp.el: Version 2.0.10 released.
5656         (tramp-uudecode): New shell function `tramp_uudecode' to decode to
5657         standard output even if `uudecode -p' and `uudecode -o -' don't work.
5658         (tramp-post-connection): After finding the right shell, wait a
5659         bit.  This is a kludge to avoid a race condition, even though I
5660         don't understand why there is a race condition in the first place.
5661         (tramp-post-connection): Install the `tramp_uudecode' shell
5662         function on the remote host.
5663         (tramp-coding-commands): Add an alternative for `tramp_uudecode'.
5664         (tramp-bug): Include more variables in the report.
5666 2002-08-04  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5668         * net/tramp.el: Version 2.0.9 released.
5669         (tramp-bug): Add wording about additional info to include in bug
5670         report.
5671         (tramp-find-shell): Set $PS1 for invocation of second shell (for
5672         tilde expansion).
5673         (tramp-find-shell): Shell prompt must match at end of buffer.
5674         Do this also for fallback shell prompt.
5675         (tramp-find-shell): More debugging output.
5676         (tramp-find-inline-encoding): When checking the decoding command,
5677         some commands fail when reading from /dev/null.  So we pass a
5678         known string through the encoding command and pass that through
5679         the decoding command.  So we know whether the decoding command can
5680         deal with some real input.
5682 2002-08-04  Andreas Schwab  <schwab@suse.de>
5684         * net/tramp.el (tramp-perl-encode, tramp-perl-decode): Doc fix.
5686 2002-08-03  Andrew Choi  <akochoi@shaw.ca>
5688         * term/mac-win.el: Set keys to enable mouse wheel support.
5690 2002-08-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5692         * net/tramp.el: Version 2.0.8.
5693         (tramp-perl-encode, tramp-perl-encode): Double the backslashes.
5695 2002-08-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5697         * net/tramp.el: Version 2.0.7.
5698         (tramp-perl-encode-with-module, tramp-perl-decode-with-module)
5699         (tramp-perl-encode, tramp-perl-decode): Escape `%' characters
5700         because of `format' and say so in the docstring.
5702 2002-08-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
5704         * progmodes/f90.el (f90-font-lock-keywords-1): Fix highlighting of
5705         `type' forms.
5706         (f90-font-lock-keywords-2): Fix `implicit type(foo)' case.
5707         (f90-type-def-re): Fix value.
5709 2002-08-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5711         * net/tramp.el: Version 2.0.6.
5712         (tramp-default-method): Change to "ssh" from "sm".
5713         (tramp-wrong-passwd-regexp): Restructure.  Add additional alternative.
5714         (tramp-su-program): New internal variable for method parameter.
5715         (tramp-perl-encode-with-module, tramp-perl-decode-with-module):
5716         New variables.  Very short Perl one-liner, but requires Perl
5717         module MIME::Base64 to be installed on the remote site.
5718         (tramp-perl-encode, tramp-perl-decode): New base64
5719         encoder/decoder.  From Juanma Barranquero <lektu@terra.es>.
5720         (tramp-handle-file-truename): Invoke Ange-FTP properly (even
5721         though Ange-FTP doesn't do anything for this operation).
5722         (tramp-handle-set-visited-file-modtime): Comment change.
5723         (tramp-handle-make-directory): Save-excursion.
5724         (tramp-handle-expand-many-files): Don't try to invoke Ange-FTP
5725         twice, once is enough.
5726         (tramp-action-permission-denied): Show *tramp/foo* buffer so the
5727         user knows what's wrong.
5728         (tramp-post-connection): Support the two Perl encoders and decoders.
5729         (tramp-coding-commands): Ditto.  Add some todo items.
5731 2002-08-02  Richard M. Stallman  <rms@gnu.org>
5733         * international/mule.el (merge-coding-systems): New function.
5734         (set-buffer-file-coding-system): Use merge-coding-systems.
5735         Change prompt for args.
5736         (revert-buffer-with-coding-system): New command.
5738         * international/mule-cmds.el (mule-keymap, set-coding-system-map):
5739         Add bindings for revert-buffer-with-coding-system.
5740         (set-coding-system-map): Clarify menu item info for
5741         set-buffer-file-coding-system.
5742         (set-coding-system-map): Reorder and add separators.
5744         * emacs-lisp/edebug.el (edebug-eval-top-level-form):
5745         Use eval-expression.
5747         * subr.el (atomic-change-group): Doc fix.
5749 2002-07-31  Colin Walters  <walters@debian.org>
5751         * ibuffer.el (ibuffer-hooks): Rename to `ibuffer-hook'; Add
5752         defvaralias for compatibility.
5753         (ibuffer-mode-hooks): Rename to `ibuffer-mode-hook'; Add
5754         defvaralias for compatibility.
5756 2002-07-31  John Paul Wallington  <jpw@shootybangbang.com>
5758         * ibuffer.el (ibuffer-fontification-alist):
5759         Use `font-lock-constant-face' instead of `font-lock-reference-face'.
5761 2002-07-31  John Wiegley  <johnw@gnu.org>
5763         * pcomplete.el (pcomplete-comint-setup): Use `add-to-list', to
5764         prevent adding the symbol `pcomplete' to
5765         shell-dynamic-complete-functions to many times.
5767 2002-07-31  Markus Rost  <rost@math.ohio-state.edu>
5769         * help-fns.el (describe-function-1): Test function for
5770         obsolescence only if it is a symbol.
5772         * ediff.el (ediff-backup): New autoloaded command.
5774 2002-07-31  Richard M. Stallman  <rms@gnu.org>
5776         * makefile.w32-in (compile-after-backup): Renamed from `compile'.
5777         Use `compile-always'.
5778         (bootstrap): Use `compile', not `compile-files'.  Use `update-subdirs'.
5779         (compile): Renamed from `compile-files'.
5780         (compile-CMD, compile-SH): Renamed from `compile-files-*'.
5782         * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
5783         Check that (car elt) is a string.
5785         * pcomplete.el (pcomplete-entries): Doc fix.
5787         * international/mule.el (non-standard-icccm-encodings-alist): Doc fix.
5789 2002-07-31  Andreas Schwab  <schwab@suse.de>
5791         * dired.el: Hide disabling of dired-find-alternate-file behind
5792         autoload-cookie.
5794 2002-07-31  Tak Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
5796         * makefile.w32-in: Revert some changes from 2002-07-23 because they
5797         don't work on MSVC/nmake builds.
5798         (update-subdirs-CMD): Generate the right list of subdirectories.
5800 2002-07-30  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5802         * net/tramp.el: New version 2.0.5.
5803         (tramp-methods): Remove inline encoding method parameters.
5804         The encoding is now autodetected.  Also shorten the list of
5805         methods (u/m distinction gone) and rename the remaining methods to
5806         have longer, but more mnemonic, names.
5807         (tramp-login-prompt-regexp, tramp-password-prompt-regexp)
5808         (tramp-wrong-passwd-regexp): Trailing `$' not needed, regexp is
5809         matched at end of buffer anyway.
5810         (tramp-yesno-prompt-regexp): New variable, for questions where the
5811         user should say "yes" or "no".
5812         (tramp-file-name-structure-unified)
5813         (tramp-file-name-structure-separate): Allow dash in method names.
5814         (tramp-actions-before-shell): New variable, contains list of
5815         pattern/action pairs.  Output sent by remote end is scanned for
5816         the patterns, then the actions are executed.
5817         (tramp-multi-actions): Like `tramp-actions-before-shell', but
5818         executed for each hop in a multi-hop connection.
5819         (tramp-last-cmd-time): New variable.  If nothing has been sent to
5820         remote end for 60 seconds, look to see if the remote end is still
5821         alive.
5822         (tramp-perl-mime-encode, tramp-perl-mime-decode): Remove.
5823         It didn't work.
5824         (tramp-perl-encode, tramp-perl-decode): New variables, these
5825         require the MIME::Base64 module on the remote end.
5826         (tramp-handle-file-attributes): Restructure logic.
5827         (tramp-handle-file-attributes-with-ls)
5828         (tramp-handle-file-attributes-with-perl): More debugging.
5829         (tramp-handle-directory-files): Grok fifth arg `files-only' for XEmacs.
5830         (tramp-handle-make-directory, tramp-handle-delete-directory)
5831         (tramp-handle-delete-file, tramp-handle-insert-directory):
5832         Expand file name.
5833         (tramp-handle-shell-command): Use `when', not `if'.
5834         (tramp-handle-file-local-copy, tramp-handle-write-region):
5835         Adapt to autodetection of inline encoding.
5836         (tramp-invoke-ange-ftp): Require ange-ftp to make sure that
5837         variable ange-ftp-name-format is defined before binding it.
5838         (tramp-action-login, tramp-action-password, tramp-action-succeed)
5839         (tramp-action-permission-denied, tramp-action-yesno):
5840         Functions called from `tramp-actions-before-shell'.
5841         (tramp-multi-action-login, tramp-multi-action-password)
5842         (tramp-multi-action-succeed, tramp-multi-action-permission-denied):
5843         Functions called from `tramp-multi-actions'.
5844         (tramp-process-one-action, tramp-process-actions):
5845         Pattern matching and action invocation code for
5846         `tramp-actions-before-shell'.
5847         (tramp-process-one-multi-action, tramp-process-multi-actions):
5848         Same for `tramp-multi-actions'.
5849         (tramp-open-connection-telnet, tramp-open-connection-rsh)
5850         (tramp-open-connection-su): Process actions instead of hardwired logic.
5851         (tramp-multi-connect-telnet, tramp-multi-connect-rlogin)
5852         (tramp-multi-connect-su): Ditto.
5853         (tramp-post-connection): New method for tramp_encode and
5854         tramp_decode scripts.
5855         (tramp-post-connection): Invoke inline autodetection code.
5856         (tramp-coding-commands): List of inline codings.
5857         (tramp-find-inline-encoding): This is the inline autodetection code.
5858         (tramp-maybe-open-connection): If nothing was sent to connection
5859         for 60 seconds, look if it connection is still alive.
5860         (tramp-send-command): Remember that something was sent to the
5861         connection.
5862         (tramp-make-tramp-file-name, tramp-make-tramp-multi-file-name):
5863         Use backticks for constructing alist.
5864         (tramp-get-encoding-command, tramp-set-encoding-command)
5865         (tramp-get-decoding-command, tramp-set-decoding-command)
5866         (tramp-get-encoding-function, tramp-set-encoding-function)
5867         (tramp-get-decoding-function, tramp-set-decoding-function):
5868         Use for results of inline autodetection.
5869         (tramp-get-encoding-command, tramp-get-decoding-command)
5870         (tramp-get-encoding-function, tramp-get-decoding-function):
5871         Remove these old functions.
5873 2002-07-30  Kenichi Handa  <handa@etl.go.jp>
5875         * language/indian.el (in-is13194): Give correct `safe-chars' property.
5876         (devanagari): Define it as an alias of in-is13194.
5878         * international/mule.el (safe-chars):
5879         Put `char-table-extra-slots' property with value 0.
5881         * files.el (revert-buffer): Fix previous change.
5883 2002-07-29  Richard M. Stallman  <rms@gnu.org>
5885         * bindings.el (help-echo): If global-mode-string is non-nil,
5886         display some spaces after it.
5888         * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
5889         Don't call string-match on non-string.
5890         (displaying-byte-compile-warnings):
5892         * textmodes/ispell.el (check-ispell-version): Bind default-directory
5893         to avoid errors.  Kill the old temp buffer at the beginning.
5895 2002-07-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
5897         * scroll-all.el (scroll-all-mode): Make argument optional.  Doc fix.
5899 2002-07-29  John Paul Wallington  <jpw@shootybangbang.com>
5901         * scroll-all.el (scroll-all-mode): Handle numeric arg.  Use `if'
5902         instead of `cond'.
5904 2002-07-29  Kenichi Handa  <handa@etl.go.jp>
5906         * international/mule.el (ctext-post-read-conversion): Add support
5907         for embedded utf-8 encoding (ESC % G ... ESC % @).
5909 2002-07-28  Kenichi Handa  <handa@etl.go.jp>
5911         * files.el (revert-buffer): Before calling insert-file-contents,
5912         kill the local variable buffer-file-coding-system.
5914 2002-07-28  Richard M. Stallman  <rms@gnu.org>
5916         * bindings.el (mode-line-format): Handle vc-mode specially.
5917         Move mode-line-position to after global-mode-string.
5918         (mode-line-modes): Move the starting 3 spaces out of here.
5919         (mode-line-position): Separate with a space, not dashes.
5921         * vc-hooks.el: Don't add to minor-mode-alist.
5923         * emacs-lisp/edebug.el (edebug-debugger):
5924         If inside redisplay, just return.
5926         * emacs-lisp/debug.el (debug): If inside redisplay, just return.
5928         * info.el (Info-find-index-name): Improve last change.
5930 2002-07-27  Richard M. Stallman  <rms@gnu.org>
5932         * files.el (file-name-sans-extension): Avoid expanding DIRECTORY.
5934         * calendar/cal-hebrew.el (diary-rosh-hodesh): Cons mark on
5935         in the third case.
5937 2002-07-27  Markus Rost  <rost@math.ohio-state.edu>
5939         * ps-print.el: Update copyright year.
5940         (ps-begin-cut-regexp, ps-end-cut-regexp): Fix type.
5942 2002-07-26  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5944         * eshell/eshell.el (eshell): Numeric prefix arg means to switch
5945         to the session with that number.  Old behavior still available
5946         with nonumeric prefix args.
5948 2002-07-08  Simon Josefsson  <jas@extundo.com>
5950         * mail/mail-extr.el (mail-extr-all-top-level-domains): Update names.
5952 2002-07-26  Juanma Barranquero  <lektu@terra.es>
5954         * warnings.el (lwarn, warn, warning-levels): Doc fix.
5955         (warning-suppress-log-types): Fix typo.
5956         (display-warning): Fix typo. Remove useless assignment to free variable
5957         `group-string'.
5959 2002-07-25  Markus Rost  <rost@math.ohio-state.edu>
5961         * ediff-wind.el (ediff-window-setup-function): Extend type declaration.
5963 2002-07-25  Sam Steingold  <sds@gnu.org>
5965         * replace.el (occur-rename-buffer): New command.
5966         (occur-mode-map): Bind "r" to it.  Added keybindings for
5967         `kill-this-buffer', `clone-buffer' and `quit-window'.
5969 2002-07-25  Kevin Ryde  <user42@zip.com.au>
5971         * info.el (Info-find-index-name): Search for a function definition
5972         with a return type.
5974 2002-07-25  David Ponce  <david@dponce.com>
5976         * emacs-lisp/bytecomp.el (byte-compile-set-symbol-position):
5977         Don't recompute `entry' on each iteration.
5978         (byte-compile-delete-first): Make it defsubst.
5980 2002-07-25  Sam Steingold  <sds@gnu.org>
5982         * progmodes/cc-engine.el (c-search-uplist-for-classkey):
5983         When `search-end' is a cons, use its car.
5985 2002-07-25  Dave Love  <fx@gnu.org>
5987         * obsolete/c-mode.el: Deleted.
5989 2002-07-25  Carsten Dominik  <dominik@astro.uva.nl>
5991         * textmodes/reftex.el (reftex-compile-variables):
5992         Simplified regular expression.
5994         * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
5995         Simplified the regexp.
5997         * textmodes/reftex-cite.el (reftex-get-bibkey-default): New function.
5998         (reftex-extract-bib-entries-from-thebibliography):
5999         Use `reftex-get-bibkey-default' to get a default regex.
6000         (reftex-extract-bib-entries): Use `reftex-get-bibkey-default' to
6001         get a default regex.
6003         * textmodes/reftex-toc.el (reftex-toc-mode): Use `make-local-hook' for
6004         XEmacs compatibility (got OK from RMS).
6006         * textmodes/reftex-index.el (reftex-index-mode): Likewise.
6008         * textmodes/reftex-sel.el (reftex-select-label-mode): Likewise.
6009         (reftex-select-bib-mode): Likewise.
6011 2002-07-25  Colin Walters  <walters@debian.org>
6013         * ibuffer.el (ibuffer-mouse-popup-menu): Allow point to be moved
6014         by menu functions.
6016 2002-07-24  Dave Love  <fx@gnu.org>
6018         * international/mule.el (set-auto-coding): Doc fix.
6020         * international/utf-16.el: New file.
6022         * language/european.el ("German", "French", "Spanish", "Turkish"):
6023         Add alternative coding systems.
6024         ("Dutch"): Likewise.  Add input method.
6025         ("Welsh", "Latin-7"): Add nonascii-translation.
6027         * language/georgian.el ("Georgian"): Add nonascii-translation.
6029         * international/titdic-cnv.el: Doc fixes.
6030         (tit-process-header): Add coding cookie.
6031         (titdic-convert): Force writing as iso-2022-7bit.
6033         * international/ja-dic-cnv.el (skkdic-convert): Add coding cookie.
6035         * international/mule-cmds.el: Doc fixes.
6036         (unencodable-char-position): New.
6037         (select-safe-coding-system): Use it to indicate problematic
6038         characters and add extra explanation.  Avoid checking auto-coding
6039         for compressed files.
6040         (leim-list-header): Add coding cookie.
6041         (input-method-verbose-flag): Modify :type.
6042         (locale-language-names): Add bs, wa.  Modify cy.
6044 2002-07-24  Richard M. Stallman  <rms@gnu.org>
6046         * emacs-lisp/bytecomp.el (byte-compile-log-warning):
6047         Bind warning-group-format.
6049         * emacs-lisp/bytecomp.el (byte-compile-cl-functions): New variable.
6050         (byte-compile-cl-warn): Use that variable.
6051         (byte-compile-find-cl-functions): New function.
6052         (displaying-byte-compile-warnings):
6053         Call byte-compile-find-cl-functions.
6055         * warnings.el (warning-levels): Add %s to the strings.
6056         (warning-group-format): New variable.
6057         (warning-suppress-log-types): Renamed from warning-suppress-log.
6058         (warning-suppress-types): Renamed from warning-suppress.
6059         (display-warning): Implement those changes.
6061 2002-07-23  Richard M. Stallman  <rms@gnu.org>
6063         * warnings.el: Add `provide' call.
6065         * files.el (basic-save-buffer-2): If there's an error writing the file,
6066         unrename the backup file if it was just made.
6067         (backup-buffer, basic-save-buffer-2, basic-save-buffer-1)
6068         (basic-save-buffer): Value now has form (MODES . BACKUPNAME)
6069         when a backup was just made by renaming.  Otherwise it's nil.
6071         * wid-edit.el (widget-convert): Handle an argument that's a keyword.
6072         Recognize explicit :args specification.
6074         * international/mule-cmds.el (select-safe-coding-system):
6075         Don't ask for confirmation of mismatch if find-file-literally was used.
6077 2002-07-23  Markus Rost  <rost@math.ohio-state.edu>
6079         * add-log.el (add-log-current-defun): Fix typo in documentation.
6081 2002-07-22  Markus Rost  <rost@math.ohio-state.edu>
6083         * add-log.el (add-log-mailing-address): Fix type.  Can be a string.
6085         * ido.el (ido-separator): Fix type.
6087 2002-07-23  Andrew Innes  <andrewi@gnu.org>
6089         * makefile.w32-in (DONTCOMPILE): Remove cus-start.el.
6090         (DONTCOMPILE): Add various language files.
6091         (DONTCOMPILE): Remove term/xterm.el.
6092         (finder-inf.el): Remove.
6093         (update-authors): New target.
6094         (TAGS-LISP): Remove $(lispsource).
6095         (compile-always): Renamed from `compile-files'.
6096         (compile): New target, adapted from `compile-files'.
6097         (compile-calc): New target.
6098         (recompile): Change `.' to $(lisp).
6099         (bootstrap): Add update-subdirs and finder-data
6100         to dependencies; change compile-files to compile.
6102 2002-07-22  Andre Spiegel  <spiegel@gnu.org>
6104         * vc.el (vc-next-action-on-file): Preserve find-file-literally.
6106 2002-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
6108         * simple.el (undo, undo-more): Adjust messages when undoing in a
6109         region.
6111 2002-07-22  John Paul Wallington  <jpw@shootybangbang.com>
6113         * net/browse-url.el (browse-url-lynx-input-attempts): Use defcustom.
6114         (browse-url-lynx-input-delay): Add custom type and group.
6116         * cus-start.el (double-click-fuzz): Added.
6118 2002-07-22  Alan Shutko  <ats@acm.org>
6120         * calendar/solar.el (diary-sabbath-candles): Add optional MARK
6121         parameter, specifying what face or character to use in the
6122         calendar display.  These will now return (MARK . ENTRY).
6124         * calendar/lunar.el (diary-phases-of-moon): Add optional MARK
6125         parameter, specifying what face or character to use in the
6126         calendar display.  These will now return (MARK . ENTRY).
6128         * calendar/cal-hebrew.el (diary-omer, diary-yahrzeit)
6129         (diary-rosh-hodesh, diary-parasha, diary-parasha): Add optional
6130         MARK parameter, specifying what face or character to use in the
6131         calendar display.  These will now return (MARK . ENTRY).
6133         * calendar/diary-lib.el (mark-sexp-diary-entries): Retrieve mark
6134         from diary-sexp-entry and pass it to mark-visible-calendar-date.
6135         (list-sexp-diary-entries): Update doc string for new docs for ....
6136         If diary-sexp-entry returns a cons, only add the text to the diary
6137         list.
6138         (diary-sexp-entry): Allow sexps to return a cons of the form (MARK
6139         . STRING) to specify what face or character mark should be used in
6140         the calendar display.
6141         (diary-date, diary-block, diary-float, diary-anniversary)
6142         (diary-cyclic): Add optional MARK parameter, specifying what face
6143         or character to use in the calendar display.  These will now
6144         return (MARK . ENTRY).
6146         * calendar/diary-lib.el (check-calendar-holidays, diary-iso-date)
6147         (calendar-holiday-list, diary-french-date, diary-mayan-date)
6148         (diary-julian-date, diary-astro-day-number, diary-chinese-date)
6149         (diary-islamic-date, list-islamic-diary-entries)
6150         (mark-islamic-diary-entries, mark-islamic-calendar-date-pattern)
6151         (diary-hebrew-date, diary-omer, diary-yahrzeit, diary-parasha)
6152         (diary-rosh-hodesh, list-hebrew-diary-entries)
6153         (mark-hebrew-diary-entries, mark-hebrew-calendar-date-pattern)
6154         (diary-coptic-date, diary-persian-date, diary-phases-of-moon)
6155         (diary-sunrise-sunset, diary-sabbath-candles):
6156         Remove interactive flag from autoloads.
6158 2002-07-22  Carsten Dominik  <dominik@astro.uva.nl>
6160         * textmodes/reftex-vars.el (reftex-index-verify-function): New option.
6161         (reftex-bibliography-commands): New option.
6162         (reftex-toc-split-windows-horizontally): New option
6163         (reftex-toc-split-windows-horizontally-fraction): New option
6164         (reftex-include-file-commands): New option.
6165         (reftex-cite-format-builtin): Added ?n for nocite.
6167         * textmodes/reftex-index.el (reftex-query-index-phrase):
6168         Use `reftex-index-verify-function'.
6170         * textmodes/reftex-toc.el (reftex-re-enlarge):
6171         Handle horizontal splitting.
6172         (reftex-toc): Handle horizontal splitting
6173         (reftex-last-window-width): New variable.
6175         * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
6176         Use `reftex-bibliography-commands'.
6177         (reftex-locate-bibliography-files): Regexp relaxed to allow for
6178         cases where \bibliography is not the first thing on the line.
6180         * textmodes/reftex.el (reftex-compile-variables):
6181         Use `reftex-include-file-commands'.
6182         (reftex-type-query-prompt): Changed defconst to defvar.
6183         (reftex-type-query-help, reftex-typekey-to-format-alist)
6184         (reftex-typekey-to-prefix-alist, reftex-env-or-mac-alist)
6185         (reftex-special-env-parsers, reftex-label-mac-list)
6186         (reftex-label-env-list, reftex-typekey-list)
6187         (reftex-words-to-typekey-alist, reftex-key-to-index-macro-alist)
6188         (reftex-query-index-macro-prompt, reftex-query-index-macro-help)
6189         (reftex-no-follow-message, reftex-no-info-message): Likewise.
6190         (reftex-mode): Define systax table for bibtex parsing.
6191         (reftex-syntax-table-for-bib): Syntax table for bibtex parsing.
6193         * textmodes/reftex-cite.el (reftex-format-names): %a as name
6194         format lists all names.
6195         (reftex-parse-bibtex-entry): Use `reftex-syntax-table-for-bib'.
6196         (reftex-with-special-syntax-for-bib): New macro.
6198 2002-07-21  Richard M. Stallman  <rms@gnu.org>
6200         * international/ucs-tables.el (ucs-quail-activate):
6201         Cope if buffer-file-coding-system is nil.
6203         * bindings.el (last-buffer): Use buffer-list with frame arg.
6204         Create *scratch* if no other choice exists.  Fix bugs.
6206 2002-07-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6208         * net/tramp.el: Bump version to 2.0.2.
6209         (tramp-methods): Rename methods invoking "ssh1" or "ssh2" to
6210         longer names.  Use old names "sm1", "sm2" and so on for methods
6211         invoking "ssh -1" or "ssh -2".
6212         (tramp-multi-file-name-structure-separate): Typo, its name was set
6213         to "tramp-file-name-structure-separate".  Trivial patch.
6214         From Steve Youngs <youngs@xemacs.org>.
6215         (tramp-multi-sh-program): New variable.
6216         (tramp-open-connection-multi): Use it.  Now you can use multi
6217         methods from Windows (at least in principle).
6218         (tramp-do-copy-or-rename-via-buffer): New function.
6219         (tramp-do-copy-or-rename-file): Use it.  Change and simplify
6220         logic.  Omit special case of invoking rcp directly to copy the files.
6221         (tramp-open-connection-su, tramp-multi-connect-telnet)
6222         (tramp-multi-connect-rlogin, tramp-multi-connect-su)
6223         (tramp-make-tramp-file-name, tramp-make-tramp-multi-file-name):
6224         Use backticks in format-spec for brevity and to avoid
6225         character/number confusion in XEmacs.
6227 2002-07-20  Richard M. Stallman  <rms@gnu.org>
6229         * wid-edit.el (widget-documentation-string-value-create):
6230         Say "Hide Rest", not just "Hide".
6232         * cus-edit.el (custom-variable-value-create):
6233         Say "Show Value", not just "Show".  Also "Hide Value".
6234         Output a newline before the doc string.
6235         (custom-face-value-create): Say "Show Face" and "Hide Face".
6237         * files.el (toggle-read-only): Clean up the hint message.
6239         * emacs-lisp/bytecomp.el: Use warnings.el.
6240         (byte-compile-warning-prefix): New function.
6241         (byte-compile-log-file): Return page start position.
6242         (byte-compile-log-warning): New function.
6243         (byte-compile-warn): Use byte-compile-log-warning.
6244         (byte-compile-report-error): Likewise.  Also use error-message-string.
6245         (displaying-byte-compile-warnings): Bind warning-series.
6246         Don't bind or use byte-compile-warnings-point-max.
6247         Don't display the log buffer at the end.
6248         (byte-compile-warnings-point-max): Variable deleted.
6249         (byte-compile-log-1): Rewrite for trace info, not used for warnings.
6250         (byte-compile-last-warned-form, byte-compile-last-logged-file):
6251         Defvars moved.
6253         * warnings.el: New file.
6255 2002-07-19  Richard M. Stallman  <rms@gnu.org>
6257         * emacs-lisp/bytecomp.el (byte-compile-cl-warn): Delete `values'
6258         and `values-list' from list of CL functions.
6260 2002-07-19  John Paul Wallington  <jpw@shootybangbang.com>
6262         * emacs-lisp/bytecomp.el (compile-defun):
6263         Bind `read-with-symbol-positions' to current buffer.
6265 2002-07-19  Andre Spiegel  <spiegel@gnu.org>
6267         * vc-hooks.el (vc-insert-file): When called with a LIMIT regexp,
6268         delete anything that comes after LIMIT from the buffer.
6270         * vc-rcs.el (vc-rcs-fetch-master-state): Be more careful to check
6271         if this is really an RCS master file.
6273         * vc.el: Improve comment of vc-BACKEND-workfile-unchanged-p.
6275 2002-07-19  Juanma Barranquero  <lektu@terra.es>
6277         * emacs-lisp/bytecomp.el (dot, dot-max, dot-min, dot-marker)
6278         (buffer-flush-undo, baud-rate, compiled-function-p, define-function)
6279         (unread-command-char, executing-macro, post-command-idle-hook)
6280         (post-command-idle-delay): Move obsolescence declarations to subr.el.
6282         * subr.el (dot, dot-max, dot-min, dot-marker, buffer-flush-undo)
6283         (baud-rate, compiled-function-p, define-function, unread-command-char)
6284         (executing-macro, post-command-idle-hook, post-command-idle-delay):
6285         Move obsolescence declarations from emacs-lisp/bytecomp.el.
6286         (directory-sep-char, mode-line-inverse-video):
6287         Add obsolescence declaration.
6289 2002-07-18  J.D. Smith  <jdsmith@as.arizona.edu>
6291         * progmodes/idlwave.el: Updated to IDLWAVE version 4.14.  Too many
6292         changes to list them here.
6294         * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.14.
6295         Too many changes to list them here.
6297         * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.14.
6298         Too many changes to list them here.
6300         * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.14 with
6301         only minor documentation changes.
6303 2002-07-18  Dave Love  <fx@gnu.org>
6305         * info-look.el: Support current auto{conf,make} manuals.
6307 2002-07-18  Juanma Barranquero  <lektu@terra.es>
6309         * bindings.el (last-buffer): Add missing frame argument.
6311 2002-07-18  Richard M. Stallman  <rms@gnu.org>
6313         * timer.el (timer-inc-time): Doc fix.
6315         * replace.el (keep-lines, flush-lines): Interactively report
6316         read-only error before reading regexp argument.
6318         * dabbrev.el (dabbrev--search): Use inhibit-point-motion-hooks.
6320         * bindings.el (last-buffer): Handle buffer-list and buffer-predicate
6321         frame parameters like bury-buffer.
6323         * simple.el (choose-completion-delete-max-match):
6324         Handle minibuffer prompts explicitly.
6326 2002-07-18  Juanma Barranquero  <lektu@terra.es>
6328         * international/mule-util.el (string-to-sequence, truncate-string):
6329         Add autoload cookie to obsolescence declaration.
6331         * rect.el (move-to-column-force): Likewise.
6333         * composite.el (decompose-composite-char): Likewise; also remove
6334         redundant info.
6336 2002-07-18  Kim F. Storm  <storm@cua.dk>
6338         * loadup.el: Load international/utf-8 before international/characters.
6340 2002-07-17  Dave Love  <fx@gnu.org>
6342         * international/ucs-tables.el: Optimize tables.  Deal with some
6343         non-8859 charsets.
6344         (ucs-mule-to-mule-unicode): New.
6345         (ucs-unify-8859): Use utf-8-fragment-on-decoding, set up Quail
6346         translation.
6347         (ucs-fragment-8859): Modified consistent with ucs-unify-8859.
6348         (unify-8859-on-encoding-mode): Doc mod.  Fix custom version.
6349         (unify-8859-on-decoding-mode): Doc mod.  Change code.  Fix custom
6350         version.  Add custom dependencies.
6351         (ucs-insert): Check for null from decode-char.
6352         (translation-table-for-input, ucs-quail-activate)
6353         (ucs-minibuffer-setup, ccl-encode-unicode-font)
6354         (ucs-tables-unload-hook): New.
6356         * international/mule.el (define-translation-hash-table): New.
6357         (decode-char): Use utf-8-translation-table-for-decode.
6358         (encode-char): Use ucs-mule-to-mule-unicode.
6360         * international/characters.el: Fix settings of U+2000-U+2027.
6361         Remove \e$(C'Y\e(B.
6363         * international/mule-cmds.el (locale-language-names): Fix be, add
6364         sr_YU@cyrillic, modify tg.
6365         (locale-charset-language-names): Put @euro last.
6367         * language/cyrillic.el (cyrillic-koi8-r-decode-table)
6368         (cyrillic-alternativnyj-decode-table): Fill out with mule-unicode.
6369         (cyrillic-koi8-r-decode-table): Make unbound after use.
6370         (ccl-decode-koi8, ccl-decode-alternativnyj): Change expansion
6371         factor.  Use utf-8-translation-table-for-decode.
6372         (ccl-encode-koi8, ccl-encode-koi8): Don't check r0.
6373         (cyrillic-unify-encoding): New function.
6374         (cyrillic-koi8): Modify safe-chars, valid-codes.
6375         Remove charset-origin-alist.
6376         (Cp878, cp866): New alias.
6377         (ccl-encode-8859-5-font): New.
6378         (font-ccl-encoder-alist): Add ccl-encode-8859-5-font.
6379         (ccl-encode-koi8-font, ccl-encode-alternativnyj-font):
6380         Remove redundant parens.
6381         ("Cyrillic-KOI8"): Add cyrillic-iso-8bit to coding-priority.
6382         (cyrillic-koi8-u-decode-table, ccl-decode-koi8-u)
6383         (ccl-encode-koi8-u, koi8-u, ccl-encode-koi8-u-font, "Ukrainian"): New.
6384         (cyrillic-alternativnyj): Modify safe-chars, add mime-charset.
6385         ("Cyrillic-ALT"): Change input method.
6386         ("Windows-1251", "Tajik", "Bulgarian", "Belarusian"): New.
6388         * international/utf-8.el (utf-8-subst-table)
6389         (utf-8-subst-rev-table, utf-8-translation-table-for-decode)
6390         (utf-8-fragment-on-decoding, ccl-untranslated-to-ucs)
6391         (utf-8-ccl-regs, utf-8-translate-cjk): New.
6392         (ccl-encode-mule-utf-8): Use utf-8-subst-rev-table.
6393         (ccl-decode-mule-utf-8, ccl-untranslated-to-ucs)
6394         (utf-8-untranslated-to-ucs, utf-8-compose): Rewritten.
6395         (mule-utf-8): Remove pre-write-conversion.
6396         (utf-8-post-read-conversion): Comment out.
6398         * international/ccl.el (ccl-command-table): Add lookup-integer,
6399         lookup-character.
6400         (ccl-extended-code-table): Add lookup-int-const-tbl,
6401         lookup-char-const-tbl.
6402         (ccl-compile-lookup-integer, ccl-compile-lookup-character)
6403         (ccl-dump-lookup-int-const-tbl, ccl-dump-lookup-char-const-tbl):
6404         New functions.
6405         (define-ccl-program): Doc update.
6407         * international/utf-8-subst.el: Populate utf-8-subst-rev-table.
6408         (utf-8-subst-table): Don't set.
6410 2002-07-17  Kenichi Handa  <handa@etl.go.jp>
6412         * international/mule.el (define-coding-system-alias):
6413         Don't append ALIAS in the property `alias-coding-systems' if ALIAS's
6414         eol-type is not auto-detection.
6416         * international/mule-diag.el (print-coding-system-briefly):
6417         Fix the handling of an alias of which eol-type is not auto-detection.
6419         * international/mule-conf.el (us-ascii): Define it as an alias of
6420         iso-safe.
6422 2002-07-17  Juanma Barranquero  <lektu@terra.es>
6424         * help-fns.el (describe-function-1): Put empty line before "Not
6425         documented" text.
6427         * timer.el (timer-set-time-with-usecs): Mark obsolete.
6429 2002-07-16  Stefan Monnier  <monnier@cs.yale.edu>
6431         * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
6432         Make sure to change the global tool-bar-map.
6434         * vc.el (vc-default-comment-history): Hard code *vc*.
6435         This is because print-log always prints there now.
6436         (vc-annotate-font-lock-keywords): New var.
6437         (vc-annotate-mode): Use it.  Set truncate-lines as well.
6438         (vc-annotate-display-select): Unify the two error reports.
6439         (vc-annotate-offset): New var.
6440         (vc-annotate-lines): New fun extracted from vc-annotate-display.
6441         (vc-annotate-display): Use it, via font-lock.
6443         * help-fns.el (help-split-fundoc, help-function-arglist)
6444         (help-make-usage): New funs, extracted from describe-function-1.
6445         (describe-function-1): Use them.
6447         * help.el (help-key-description): Show the untranslated keys
6448         when they start with ESC and the ESC was not translated.
6450         * help-mode.el (view): Always require.
6451         (help-xref-mule-regexp): Don't use defconst for variables.
6452         (help-setup-xref): Keep the last 10 elements of the stack.
6453         (help-xref-override-view-map): New var.
6454         (help-make-xrefs): Use it instead of building a new map each time.
6455         (help-function-def): Allow help-fun to take a buffer as arg.
6457         * diff-mode.el (diff-reverse-direction): Simplify.
6458         (diff-after-change-function): Fix typo.
6459         (diff-post-command-hook): Take care of edge cases.
6460         (diff-current-defun): Do `goto-char' after setting the mode.
6462         * mouse-sel.el (mouse-sel-mode): Use define-minor-mode.
6463         Fold mouse-sel-bindings into it.
6464         (mouse-sel-bound-events): Turn it into an alist.
6465         (mouse-insert-selection): Delegate to mouse-yank-at-click if
6466         mouse-sel-default-bindings asks for it.
6468 2002-07-16  Andre Spiegel  <spiegel@gnu.org>
6470         * files.el: Bind toggle-read-only to C-x C-q.
6471         (toggle-read-only): Display a warning message if the file is under
6472         version control.
6474         * vc-hooks.el: Don't bind vc-toggle-read-only to C-x C-q.
6475         (vc-toggle-read-only): Explain in the doc string that users can bind
6476         this to C-x C-q.
6477         (vc-checkout-model): Change doc string to refer to vc-next-action,
6478         not vc-toggle-read-only.
6480         * vc.el (vc-next-action-on-file): Ignore buffer-read-only while
6481         comparing to file on disk.  Fix the case when claiming the lock
6482         on a file that has unlocked changes.
6483         (vc-log-mode): Don't mention vc-toggle-read-only in the doc string.
6485 2002-07-16  Richard M. Stallman  <rms@gnu.org>
6487         * simple.el (choose-completion-string): Doc fix.
6489         * cus-edit.el: New operation :custom-standard-value.
6490         (Custom-reset-standard): Use it.
6491         (custom-variable, custom-face): Define it.
6492         (custom-variable-standard-value, custom-face-standard-value): New fns.
6493         (custom-face-save): Don't save a face whose value is standard.
6494         (custom-save-faces): Use SYMBOL, not 'default, to set NOW and COMMENT.
6496         * cus-edit.el (custom-face-edit-fix-value):
6497         If VALUE is not a list, pass it thru.
6499         * compare-w.el (compare-windows-whitespace): Always allow newline
6500         even if it does not have whitespace syntax.
6502 2002-07-16  Juanma Barranquero  <lektu@terra.es>
6504         * timer.el (timer-set-time, timer-set-time-with-usecs): Fix docstring.
6506 2002-07-15  Juanma Barranquero  <lektu@terra.es>
6508         * help-fns.el (describe-variable): Show documentation for aliased
6509         variable if alias does not have its own.
6511 2002-07-15  Mike Williams  <mdub@bigfoot.com>
6513         * mouse-sel.el (mouse-sel-bindings): Save/restore interprogram
6514         cut/paste functions.
6516 2002-07-14  Richard M. Stallman  <rms@gnu.org>
6518         * files.el (find-alternate-file): Offer to save a modified buffer.
6519         Handle kill-buffer-query-functions better.
6521         * startup.el (normal-splash-screen, fancy-splash-text):
6522         Update name of help menu item for ordering printed manuals.
6524         * emacs-lisp/checkdoc.el: Fix doc typos.
6526 2002-07-14  Stefan Monnier  <monnier@cs.yale.edu>
6528         * textmodes/tex-mode.el: Set encoding to utf-8.
6529         (tex-start-options): Make it into always-a-string.
6530         Remove silly custom options that are covered by the other var.
6531         (tex-start-commands): Fix docstring.
6532         (tex-open-quote, tex-close-quote): Add options.
6533         (tex-command): Provide default.
6534         (tex-font-lock-keywords-1): Highlight $$...$$.
6535         (tex-font-lock-keywords-2): Fix latin-1 chars.
6536         (tex-mode-map): Remove redundant \t binding.
6537         (tex-mode): Add `subsection' and `newcommand' to known latex cmds.
6538         (latex-mode): Use add-hook for fill-nobreak-predicate.
6539         (tex-common-initialization): Set indent-tabs-mode to nil.
6540         (tex-insert-quote): Undo magic if invoked twice in a row.
6541         (latex-fill-nobreak-predicate): Don't use narrowing.
6542         (tex-latex-block): Don't cons uselessly.
6543         (tex-last-unended-begin): Signal user-friendlier error.
6544         (tex-goto-last-unclosed-latex-block): Don't catch signal.
6545         (tex-start-tex): Switch order of tex-start-options and
6546         tex-start-commands to make it obey docstrings.
6548 2002-07-14  Mike Williams  <mdub@bigfoot.com>
6550         * mouse-sel.el (mouse-sel-bound-events): New constant.
6551         (mouse-sel-bindings): Save/restore original mouse-bindings.
6553 2002-07-13  Stefan Monnier  <monnier@cs.yale.edu>
6555         * emacs-lisp/cl.el (cl-set-substring): Fix thinko.
6556         (cl-hack-byte-compiler): Avoid infinite require loop.
6558         * net/ange-ftp.el: Use hash-tables.
6559         (ange-ftp-make-hashtable, ange-ftp-map-hashtable)
6560         (ange-ftp-make-hash-key, ange-ftp-get-hash-entry)
6561         (ange-ftp-put-hash-entry, ange-ftp-del-hash-entry): Remove.
6562         Replace with make-hash-table, maphash, gethash, puthash and remhash.
6563         (ange-ftp-hash-entry-exists-p): Rewrite.
6564         (ange-ftp-vms-delete-file-entry, ange-ftp-vms-add-file-entry):
6565         Change mapatom -> maphash.
6566         (ange-ftp-file-entry-active-p, ange-ftp-file-entry-not-ignored-p):
6567         Update to new calling mode.
6569         * progmodes/ebrowse.el (ebrowse-symbol-regexp): Avoid cl-set-substring.
6570         (ebrowse-hash-table-to-alist): Delete.
6571         (ebrowse-tags-read-name, ebrowse-tags-list-members-in-file)
6572         (ebrowse-tags-complete-symbol): Use the hashtable for completion.
6574         * textmodes/sgml-mode.el (sgml-quote): Use narrowing.
6575         Improve the regexp used when unquoting.
6576         (sgml-pretty-print): New function.
6577         (sgml-get-context): Better handling of improperly nested tags.
6578         (sgml-show-context): Don't use the FULL arg of sgml-get-context.
6580 2002-07-13  Andreas Schwab  <schwab@suse.de>
6582         * mail/mailabbrev.el (mail-abbrev-make-syntax-table): Check the
6583         inherited table entry.
6585 2002-07-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
6587         * calendar/timeclock.el (timeclock-in): Handle the case where no
6588         log file exists (ie the very first call).
6590 2002-07-13  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6592         * net/ange-ftp.el: Do not hook into file-name-handler-alist, this
6593         is done by Tramp.
6595         * net/tramp.el (tramp-multi-file-name-structure-unified):
6596         Add missing slash and move colon from start to end of each hop.
6597         (tramp-multi-file-name-hop-structure-unified): Move colon from
6598         start to end of each hop.
6600 2002-07-13  Kim F. Storm  <storm@cua.dk>
6602         * progmodes/compile.el (grep-tree): Fixed autoload.
6603         Corrected use of undefined variable `match-files-aliases'.
6605 2002-07-12  Glenn Morris  <gmorris@ast.cam.ac.uk>
6607         * calendar/timeclock.el (timeclock-get-workday-function):
6608         `timeclock-workday' is not a valid option, rather a possible
6609         return value.
6611 2002-07-12  Richard M. Stallman  <rms@gnu.org>
6613         * net/ange-ftp.el (ange-ftp-write-region):
6614         Don't bind executing-kbd-macro; instead, pass non-nil VISIT arg
6615         to ange-ftp-real-write-region.
6617         * replace.el (flush-lines, keep-lines): Convert REND to a marker.
6619         * help-fns.el (help-with-tutorial): Display completion list right away.
6621         * ediff-ptch.el (ediff-test-patch-utility): Catch error and return nil.
6623         * startup.el (command-line): Set memory-signal-data.
6624         (fancy-splash-text, normal-splash-screen):
6625         Mention "Read the Emacs Manual" or C-h r.
6626         Rearrange the initial help to put the help cmds on left
6627         and the actions (exit, undo) on the right.  Other small
6628         text clarifications.
6629         (fancy-splash-text, actions page): Add blank line to balance help page.
6631         * help.el (help-map): Add binding for info-emacs-manual.
6632         (print-help-return-message): Doc fix.
6634         * strokes.el (strokes-help): Call print-help-return-message
6635         while inside with-output-to-temp-buffer.
6637         * info.el (info-emacs-manual): New function.
6638         (Info-use-header-line): Doc fix.
6640         * emacs-lisp/cl.el (multiple-value-call): Add alias.
6642         * progmodes/compile.el (compilation-normalize-filename):
6643         New subroutine, taken out of compilation-parse-errors.
6644         (compilation-parse-errors): Use that, and for directories too.
6645         Don't check whether a directory really exists.
6647 2002-07-12  Juanma Barranquero  <lektu@terra.es>
6649         * help-fns.el (describe-variable): Remove useless "Documentation:"
6650         string.
6652         * timer.el (timer-set-time-with-usecs): Fix documentation.
6653         Simplify extraction of time data.
6655 2002-07-12  John Paul Wallington  <jpw@shootybangbang.com>
6657         * help-fns.el (describe-variable): Mention if the variable is an
6658         alias.  Put `defvaralias' info before the documentation.
6660 2002-07-12  Kenichi Handa  <handa@etl.go.jp>
6662         * international/mule-cmds.el (locale-language-names): Change "mk"
6663         (Macedoninan), "ru" (Russian), and "sp" (Serbian with Cyrillic
6664         alphabet) to "Cyrillic-ISO".
6666 2002-07-11  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6668         * net/tramp.el (tramp-default-method): New default method "sm"
6669         which I guess to be good for most people.
6670         (tramp-default-method-alist): Use "ftp" method (ie, forwarding to
6671         Ange-FTP) for some user/host combinations.
6672         (tramp-file-name-structure, tramp-file-name-regexp)
6673         (tramp-make-tramp-file-format, tramp-make-tramp-file-user-nil-format)
6674         (tramp-multi-file-name-structure, tramp-multi-file-name-hop-structure)
6675         (tramp-make-multi-tramp-file-format): New default value which
6676         unifies the filename syntax between Tramp and Ange-FTP.  The new
6677         syntax is "/method:user@host:path".  Note the colon after the method.
6678         (tramp-handle-file-name-directory): Don't return "/" when
6679         completing a remote root directory (where the filename looks like
6680         "/method:user@host:/").
6681         (tramp-handle-ange-ftp): Deleted.
6682         (tramp-disable-ange-ftp): New function, called at toplevel,
6683         deletes Ange-FTP from file-name-handler-alist.
6684         (tramp-handle-make-symbolic-link): Implement.
6686 2002-07-10  Juanma Barranquero  <lektu@terra.es>
6688         * ido.el (ido-enter-single-matching-directory): Delete leftover comment.
6690         * speedbar.el (speedbar-tag-hierarchy-method): Fix typos.
6691         (speedbar-vc-do-check): Likewise.
6692         (speedbar-obj-do-check): Likewise.
6693         (speedbar-mouse-hscroll): Likewise.
6694         (speedbar-file-lists): Likewise.
6696         * emacs-lisp/authors.el (authors-obsolete-file-p): Fix typo.
6698 2002-07-09  Ole Aamot  <ole@gnu.org>
6700         * compile.el (compilation-error-regexp-alist):
6701         Recognize Valgrind messages.
6703 2002-07-09  Juanma Barranquero  <lektu@terra.es>
6705         * faces.el (face-id): Fix typo.
6707         * hexl.el (hexl-mode): Likewise.
6709         * progmodes/idlw-shell.el (idlwave-shell-set-bp): Likewise.
6711         * progmodes/ebnf-yac.el (ebnf-yac-error): Likewise.
6713         * speedbar.el (speedbar-make-specialized-keymap): Fix docstring.
6714         (speedbar-desired-buffer): Likewise.
6715         (speedbar-line-file): Likewise.
6716         (speedbar-special-mode-key-map): Fix typo.
6717         (speedbar-dynamic-tags-function-list): Likewise.
6718         (speedbar-use-images): Likewise.
6719         (speedbar-up-directory): Likewise.
6720         (speedbar-item-info): Likewise.
6721         (speedbar-set-timer): Likewise.
6722         (speedbar-insert-button): Likewise.
6723         (speedbar-make-button): Likewise.
6724         (speedbar-make-tag-line): Likewise.
6725         (speedbar-insert-files-at-point): Likewise.
6726         (speedbar-update-special-contents): Likewise.
6727         (speedbar-find-selected-file): Likewise.
6728         (speedbar-add-indicator): Likewise.
6729         (speedbar-do-function-pointer): Likewise.
6730         (speedbar-goto-this-file): Likewise.
6731         (speedbar-line-path): Likewise.
6732         (speedbar-mouse-event-p): Likewise.
6733         (speedbar-dir-follow): Likewise.
6734         (speedbar-tag-find): Likewise.
6735         (speedbar-fetch-etags-command): Likewise.
6736         (speedbar-fetch-etags-arguments): Likewise.
6737         (speedbar-toggle-etags): Likewise.
6738         (speedbar-extract-one-symbol): Likewise.
6739         (speedbar-parse-c-or-c++tag): Likewise.
6740         (speedbar-unhighlight-one-tag-line): Likewise.
6741         (speedbar-directory-face): Likewise.
6742         (defimage-speedbar): Likewise.
6743         (speedbar-convert-emacs21-imagespec-to-xemacs): Likewise.
6744         (defimage-speedbar): Likewise.
6746 2002-07-09  Miles Bader  <miles@gnu.org>
6748         * hexl.el (hexl-find-file): Bind `completion-ignored-extensions'
6749         to nil when prompting for a filename.
6751 2002-07-09  Kenichi Handa  <handa@etl.go.jp>
6753         * files.el (insert-directory): Be sure to bind
6754         coding-system-for-write to the just decided coding-system-for-read.
6756 2002-07-09  Kim F. Storm  <storm@cua.dk>
6758         * ido.el (ido-make-merged-file-list): Move fully matching item to
6759         head of list.
6760         (ido-find-common-substring): Return substring instead of t.
6762 2002-07-08  Juanma Barranquero  <lektu@terra.es>
6764         * info.el (Info-directory-list): Fix docstring.
6766 2002-07-08  Miles Bader  <miles@gnu.org>
6768         * comint.el (comint-dynamic-list-completions): Sort COMPLETIONS
6769         before first use.
6771 2002-07-08  Kim F. Storm  <storm@cua.dk>
6773         * files.el (after-find-file): Don't check for read-only status
6774         of files just created (and not yet saved on disk).
6776         * ido.el (ido-completion-help): Changed xemacs specific code to
6777         avoid byte compiler warning in GNU emacs.
6778         (ido-set-matches1): Use regexp-quote instead of identity.
6779         (ido-complete-space): New function.
6780         (ido-define-mode-map): Bind it to SPACE.
6782 2002-07-07  Stefan Monnier  <monnier@cs.yale.edu>
6784         * font-lock.el (font-lock-default-unfontify-region):
6785         Use remove-list-of-text-properties.
6786         (font-lock-extra-managed-props): Doc fix.
6788         * facemenu.el: Move `provide' to the end.
6789         (facemenu-read-color): Don't cons unnecessarily.
6791         * language/ind-util.el (indian-make-hash):
6792         * language/devan-util.el (dev-char-glyph-hash, dev-glyph-glyph-hash)
6793         (dev-glyph-glyph-2-hash): Switch makehash -> make-hash-table.
6795         * subr.el (insert-string): Update the obsolete info.
6796         (makehash): Move from C and mark obsolete.
6798         * emacs-lisp/debug.el (debug-on-entry): Fix the wrapper used for
6799         aliases to also work for interactive functions.
6800         Use the same wrapper for subroutines.
6801         (cancel-debug-on-entry): Get rid of the now-useless wrapper.
6802         (debug-on-entry-1): Correctly skip docstrings and interactive forms.
6804         * textmodes/texinfo.el (texinfo-font-lock-keywords): Disable the
6805         automatic environment name update.
6806         (texinfo-clone-environment): Fix it not to incorrectly match prefixes.
6808 2002-07-07  Richard M. Stallman  <rms@gnu.org>
6810         * emacs-lisp/easymenu.el (easy-menu-popup-menu): Function deleted.
6812         * emacs-lisp/advice.el (ad-compile-function):
6813         Disable cl-function warnings if cl is loaded.
6815         * files.el (safe-local-eval-forms): New user option.
6816         (hack-one-local-variable-eval-safep): Support it.
6817         Also allow `safe-local-eval-function' property to be a function
6818         or a list of functions.
6819         (c-add-style): Delete `safe-local-eval-function' property.
6821         * files.el (after-find-file): Make buffer read-only if file is
6822         marked that way, even for root.
6824         * files.el (save-some-buffers): Doc fix.
6826         * bindings.el (completion-ignored-extensions): Add .gmo and .mo.
6828 2002-07-06  Francesco Potort\e,Al\e(B  <pot@gnu.org>
6830         * dos-w32.el (file-name-buffer-file-type-alist): Add knowledge of
6831         .sx[dmicw] file suffixes for Open office data files.
6833         * files.el (auto-mode-alist): Likewise.
6835         * international/mule.el (auto-coding-alist): Likewise.
6837 2002-07-05  Kim F. Storm  <storm@cua.dk>
6839         * emulation/cua-rect.el (cua--rectangle-operation): Don't call
6840         FCT if current column is outside rectangle.
6841         (cua--delete-rectangle): Do nothing if zero width or out of bounds.
6843 2002-07-04  Stefan Monnier  <monnier@cs.yale.edu>
6845         * net/ange-ftp.el: Use add-hook and find-file-hook.
6846         (ange-ftp-parse-netrc): Use run-hooks and find-file-hook.
6847         (ange-ftp-ls-parser): Make it into a function.
6848         Ignore trailing @ in symlink targets.
6849         (ange-ftp-file-entry-p): Ignore FTP errors.
6850         (ange-ftp-insert-directory): Use ange-ftp-expand-symlink
6851         to correctly expand "/flint:/bla -> ./etc" to /flint:/etc.
6853 2002-07-04  Per Abrahamsen  <abraham@dina.kvl.dk>
6855         * simple.el (toggle-truncate-lines): New command.
6857 2002-07-04  Miles Bader  <miles@gnu.org>
6859         * comint.el (comint-displayed-dynamic-completions): New variable.
6860         (comint-dynamic-list-completions): Be more careful about choosing
6861         when to scroll an existing completions window.
6863 2002-07-03  Andreas Schwab  <schwab@suse.de>
6865         * net/tramp.el (tramp-handle-ange-ftp): Move interactive spec
6866         after doc string.
6868 2002-07-03  Juanma Barranquero  <lektu@terra.es>
6870         * net/tramp.el (tramp-send-eof): Fix typo.
6871         (tramp-kill-process): Likewise.
6873         * play/dunnet.el (dun-physobj-desc): Likewise.
6875         * textmodes/reftex-vars.el (reftex-label-alist): Likewise.
6877         * calendar/timeclock.el (timeclock-workday-remaining): Likewise.
6878         (timeclock-workday-elapsed): Likewise.
6880         * allout.el (outline-goto-prefix): Likewise.
6882         * emulation/tpu-edt.el (tpu-delete-to-eol): Likewise.
6883         (tpu-delete-to-bol): Likewise.
6885         * subr.el (chars-in-region): Add obsolescence declaration for
6886         `chars-in-region'.
6888 2002-07-03  Miles Bader  <miles@gnu.org>
6890         * faces.el (header-line): Don't use a `common' clause for
6891         inheriting from the mode-line face, since we can't override it,
6892         and we don't want it for ttys.
6894 2002-07-02  Richard M. Stallman  <rms@gnu.org>
6896         * net/ange-ftp.el (ange-ftp-hook-function): Add file-remote-p prop.
6898         * files.el (hack-one-local-variable-constantp): New function.
6899         (hack-one-local-variable-eval-safep): New function.
6900         Check for `eval:' calling fn with `safe-local-eval-function' property.
6901         (hack-one-local-variable): Use hack-one-local-variable-eval-safep.
6902         (c-add-style, c-set-style): Add safe-local-eval-function property.
6904         * files.el (insert-directory): Handle --dired option to ls.
6906         * files.el (file-remote-p): New function.
6908         * emacs-lisp/easymenu.el (easy-menu-popup-menu): New function.
6910         * startup.el (fancy-splash-screens): Switch to a chosen frame.
6911         (fancy-splash-frame): Choose the right frame to use.
6912         (use-fancy-splash-screens-p): Check dimensions of the right frame
6913         in order to decide.
6915         * emacs-lisp/bytecomp.el (byte-compile-warning-types):
6916         Rename cl-func to cl-functions.  Enable it by default.
6917         (byte-compile-file-form-eval-boundary): Turn off cl-functions warnings
6918         if the file loads cl.
6919         (byte-compile-initial-macro-environment): For eval-and-compile,
6920         use byte-compile-eval-before-compile to eval.
6921         (byte-compile-eval-before-compile): New function to turn off
6922         cl-functions when appropriate, for eval-and-compile.
6923         (byte-compile-warnings): Doc fix.
6925 2002-07-02  Dave Love  <fx@gnu.org>
6927         * emacs-lisp/bytecomp.el (byte-compile-warnings): Add cl-func option.
6928         (byte-compile-cl-warn): New function.
6929         (byte-compile-form): Use it, to warn about calling cl functions.
6930         (byte-compile-warning-types): Doc fix.
6932 2002-07-02  Juanma Barranquero  <lektu@terra.es>
6934         * mail/rmailsum.el (rmail-user-mail-address-regexp): Fix typo.
6936         * textmodes/reftex-cite.el (reftex-citation): Fix typo.
6938         * progmodes/cperl-mode.el (cperl-break-one-line-blocks-when-indent):
6939         Fix typo.
6941 2002-07-02  Kim F. Storm  <storm@cua.dk>
6943         * emacs-lisp/bindat.el: New file.
6945 2002-07-01  Sam Steingold  <sds@gnu.org>
6947         * textmodes/tex-mode.el (tex-file): Call `save-some-buffers'
6948         before `tex-main-file' because if the current buffer is new, its
6949         file might not exist yet, and then `tex-main-file' will
6950         incorrectly return "foo.tex.tex".
6952 2002-07-01  Juanma Barranquero  <lektu@terra.es>
6954         * ido.el (ido-minibuffer-setup-hook): Doc fix.
6956 2002-07-01  Dave Love  <fx@gnu.org>
6958         Make strokes a proper minor mode, and don't try to overload
6959         mouse-2, which doesn't work satisfactorily.
6961         * strokes.el: Doc fixes.
6962         (strokes-mode): Defcustom deleted; replaced by minor mode def with
6963         re-written function.
6964         (strokes-while-inhibiting-garbage-collector): Comment out.
6965         (define-stroke, strokes-fix-button2-command, strokes-insinuated)
6966         (strokes-insinuate, global-set-stroke, describe-stroke)
6967         (load-user-strokes, save-strokes, strokes-bug-address)
6968         (strokes-click-command): Deleted.
6969         (strokes-execute-stroke): Remove strokes-click-p case.
6970         (strokes-describe-stroke): Remove strokes-click-p stuff.
6971         (strokes-help): Fix.
6972         (strokes-report-bug): Alias to report-emacs-bug.
6973         (strokes-prompt-user-save-strokes): Modify format of the file.
6974         (strokes-mode-map, strokes-unload-hook): New.
6975         (strokes-buffer-name): Don't customize.
6977 2002-07-01  Richard M. Stallman  <rms@gnu.org>
6979         * info.el (Info-index): Get immediate error if used in `dir'.
6981         * textmodes/picture.el (picture-forward-column)
6982         (picture-move-down): Never deactivate the mark.
6984 2002-06-30  Simon Josefsson  <jas@extundo.com>
6986         * menu-bar.el (menu-bar-options-menu): Move elisp mode names from
6987         menu entry into balloon help.
6989 2002-06-30  Andreas Schwab  <schwab@suse.de>
6991         * files.el (directory-free-space-args): Don't use `-P' on Darwin.
6992         * term/mac-win.el: Don't set it here.
6994 2002-06-29  Stefan Monnier  <monnier@cs.yale.edu>
6996         * pcvs-defs.el (cvs-mode-map): Bind ! to `force'.
6998 2002-06-29  Andreas Schwab  <schwab@suse.de>
7000         * term/mac-win.el: Use directory-free-space-program instead of
7001         obsolete variable dired-free-space-program.  On Darwin, don't set
7002         directory-free-space-program, shell-file-name and
7003         process-connection-type; set directory-free-space-args to not
7004         include `-P' and use utf-8 for file name coding system.
7006         * simple.el (shell-command-on-region): Handle errors and signals
7007         from shell command execution.
7008         (display-message-or-buffer): Fix last change.
7009         (shell-command-default-error-buffer): Doc fix.
7011         * dired.el (dired-view-file): Quote file name for
7012         dired-run-shell-command.
7014 2002-06-29  Kim F. Storm  <storm@cua.dk>
7016         * kmacro.el: New file.
7018 2002-06-28  John Wiegley  <johnw@gnu.org>
7020         * pcmpl-cvs.el: Added my name as the maintainer of this file.
7022 2002-06-28  Andreas Schwab  <schwab@suse.de>
7024         * shell.el (explicit-bash-args): New user option.
7026 2002-06-28  Kim F. Storm  <storm@cua.dk>
7028         * ido.el: New file.
7030 2002-06-28  Stefan Monnier  <monnier@cs.yale.edu>
7032         * derived.el (define-derived-mode): Preserve the `mode-class' rather
7033         than the `special' symbol property.
7034         (derived-mode-class): Make it obsolete.
7036 2002-06-27  Andreas Schwab  <schwab@suse.de>
7038         * net/tramp.el (tramp-handle-ange-ftp): Fix typo.
7040 2002-06-27  Juanma Barranquero  <lektu@terra.es>
7042         * emacs-lisp/bytecomp.el (baud-rate): Fix obsolescence declaration.
7043         (meta-flag): Likewise.
7045         * international/mule-util.el (string-to-sequence): Likewise.
7047         * subr.el (char-bytes): Likewise.
7048         (make-local-hook): Likewise.
7049         (baud-rate): Remove redundant info from docstring.
7051         * faces.el (frame-update-faces): Fix obsolescence declaration.
7052         (internal-get-face): Remove redundant info from docstring and
7053         fix obsolescence declaration.
7055         * rect.el (move-to-column-force): Likewise.
7057         * help-fns.el (describe-function-1): Use semicolon instead of dot.
7058         (describe-variable): Likewise.
7060 2002-06-27  Stefan Monnier  <monnier@cs.yale.edu>
7062         * mwheel.el (mouse-wheel-change-button): Deactivate before changing.
7063         (mouse-wheel-up-button, mouse-wheel-down-button): Obsolete.
7064         (mouse-wheel-up-event, mouse-wheel-down-event): New vars.
7065         (mouse-wheel-follow-mouse): Change default to t.
7066         (mwheel-event-button): Return the basic event symbol.
7067         (mwheel-scroll): Work with non-mouse events.
7068         (mouse-wheel-mode): Use the new vars.
7069         (mwheel-install): Obey `uninstall'.
7071         * term/xterm.el (function-key-map): Add some bindings.
7073         * uniquify.el (uniquify-delay-rationalize-file-buffer-names):
7074         Rename from delay-uniquify-rationalize-file-buffer-names.
7075         Only rationalize if the buffer is under uniquify control.
7076         (uniquify-delayed-rationalize-file-buffer-names):
7077         Rename from delayed-uniquify-rationalize-file-buffer-names.
7079 2002-06-27  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7081         * net/tramp.el (tramp-file-name-structure)
7082         (tramp-multi-file-name-hop-structure): Split for easier readability.
7083         (tramp-handle-make-symbolic-link): Use user/host/method/... from
7084         LINKNAME, not FILENAME.
7085         (tramp-handle-verify-visited-file-modtime):
7086         Call tramp-ange-ftp-file-name-p with right parameters.
7087         (tramp-handle-verify-visited-file-modtime): `insert' does not
7088         work for integers, convert them to strings first.
7089         (tramp-handle-ange-ftp): New function to perform setup for
7090         replacing Ange-FTP with Tramp.
7091         (tramp-repair-jka-compr): New function to factor out some
7092         previously top-level code.  Call the function at top-level.
7094 2002-06-27  Juanma Barranquero  <lektu@terra.es>
7096         * composite.el (decompose-composite-char): Fix docstring.
7098         * faces.el (describe-face): Capitalize "not documented" message.
7100         * help-fns.el (describe-variable): Likewise.
7101         (describe-function-1): Likewise. Also, document the obsolescence
7102         of the function, if applicable.
7104 2002-06-26  Juanma Barranquero  <lektu@terra.es>
7106         * info.el (info-menu-5): Fix documentation.
7107         (Info-fontify-maximum-menu-size): Remove reference to `Info-fontify'.
7109 2002-06-26  Richard M. Stallman  <rms@gnu.org>
7111         * emacs-lisp/cl.el (values): Simplify definition.
7113         * simple.el (shell-command): Match & only at end of whole command.
7114         (display-message-or-buffer): Don't use the echo area
7115         if output buffer is visible.
7117         * tooltip.el (tooltip-x-offset, tooltip-y-offset): Doc fixes.
7119         * progmodes/cperl-mode.el: Many trivial doc fixes.
7120         (cperl-non-problems): Definition deleted.
7121         (cperl-menu): Don't refer to cperl-non-problems.
7122         (cperl-word-at-point): Add doc string.
7123         (cperl-beautify-regexp-piece): Fix error message.
7124         (cperl-invert-if-unless): Fix error message.
7126         * dired.el (dired-find-alternate-file): Mark as disabled.
7128 2002-06-25  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7130         * net/tramp.el (tramp-ftp-method): New user option.
7131         (tramp-invoke-ange-ftp): New function to forward calls to Ange-FTP.
7132         (with-parsed-tramp-file-name): New macro for the usual big `let'
7133         statement to dissect a file-name.
7134         (tramp-handle-make-symbolic-link, tramp-handle-load)
7135         (tramp-handle-file-name-directory)
7136         (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
7137         (tramp-handle-file-truename, tramp-handle-file-directory-p)
7138         (tramp-handle-file-regular-p, tramp-handle-file-symlink-p)
7139         (tramp-handle-file-writable-p, tramp-handle-file-writable-p):
7140         Use the new macro and forward call to Ange-FTP if applicable.
7141         (tramp-make-ange-ftp-file-name): New helper function to convert a
7142         file name into an Ange-FTP file name, used by `tramp-invoke-ange-ftp'.
7143         (tramp-default-method-alist): New user option.
7144         (tramp-find-default-method): Use it.
7145         (tramp-sh-extra-args): New variable.
7146         (tramp-find-shell): Use it.
7147         (tramp-open-connection-rsh): Support a kludgy feature for the
7148         "-p" option to ssh.  If host name is given as "host#42", uses the
7149         "-p 42" option.
7151 2002-06-25  Andreas Schwab  <schwab@suse.de>
7153         * replace.el (occur-1): Avoid invalid message format string.
7155 2002-06-24  Stefan Monnier  <monnier@cs.yale.edu>
7157         * emacs-lisp/bytecomp.el (byte-compile-callargs-warn):
7158         Check for `noruntime' even if the function has a known sig.
7159         (byte-compile-file, byte-compile-output-docform):
7160         Don't hard code point-min = 1.
7162         * pcvs.el (cvs-parse-process): Don't save/restore point.
7163         Fix last change not to introduce spurious dir FIs.
7164         (cvs-move-to-goal-column): New function extracted from
7165         cvs-mode-previous-line.
7166         (cvs-mode-previous-line, cvs-mode-next-line): Use it.
7167         (cvs-addto-collection): Use it to preserve point.
7168         (cvs-vc-command-advice): Ad-hoc workaround for `cvs -q add'.
7170         * mwheel.el (mouse-wheel-scroll-amount,mwheel-scroll,mouse-wheel-mode):
7171         Don't require the first element to be modifier-free.
7173         * pcvs-parse.el (cvs-parse-table):
7174         Handle `nothing known about' with more care.
7176         * pcvs.el (cvs-fileinfo-kill): Remove.
7177         (cvs-parse-process): Add `old-fis' argument.
7178         (cvs-mode-run): Use it instead of cvs-fileinfo-kill.
7180         * descr-text.el (describe-property-list): Make sure there's
7181         a space between the property name and its value.
7182         (describe-text-properties): Don't kill a pre-existing buffer.
7184         * mwheel.el: Undo last patch from Stephen Gildea for now.
7186 2002-06-24  Kim F. Storm  <storm@cua.dk>
7188         * emulation/keypad.el: Added :require 'keypad to defcustoms.
7190 2002-06-23  Stefan Monnier  <monnier@cs.yale.edu>
7192         * subr.el (event-start, event-end, event-click-count):
7193         Accept non-mouse events as well.
7194         (read-key): New function.
7195         (read-quoted-char): Use it.  Use this-single-command-raw-keys as well.
7197         * files.el: Rename (and mark as obsolete)
7198         find-file-hooks to find-file-hook,
7199         find-file-not-found-hooks to find-file-not-found-functions,
7200         write-file-hooks to write-file-functions,
7201         write-contents-hooks to write-contents-functions.
7202         Mark local-write-file-hooks as obsolete.
7203         (locate-file-completion): Don't cons uselessly.  Use test-completion.
7204         (basic-save-buffer): Use (point-min) rather than 1.
7205         (basic-save-buffer-2): Obey the `setmodes' returned by backup-buffer.
7207         * help-fns.el (describe-variable): Only use `buffer' is still live.
7208         Use `delete-region' instead of save-excursion + delete-char.
7209         Document the obsolescence of the variable, if applicable.
7211 2002-06-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
7213         * progmodes/f90.el (f90-do-auto-fill): Respect the value of
7214         comment-auto-fill-only-comments.
7216 2002-06-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7218         * net/ange-ftp.el (backup-buffer): Delete `ange-ftp' property.
7219         This is not a handled operation.
7221 2002-06-21  Kim F. Storm  <storm@cua.dk>
7223         * emulation/cua-base.el (cua--prefix-arg): Make register prefixes
7224         work again.  Corrected error in check for C-u initiated prefix.
7226         * emulation/keypad.el (keypad-setup): Handle kp-begin like kp-space.
7228 2002-06-21  Richard M. Stallman  <rms@gnu.org>
7230         * net/browse-url.el (browse-url-at-mouse): Don't pass an arg
7231         to browse-url-at-point.
7233         * play/zone.el (zone-idle): Var deleted.
7235         * international/iso-acc.el (iso-languages) <french>:
7236         `~ ' now generates `~', `~,' definition deleted.
7238         * format.el (format-annotate-function): Copy multibyte flag
7239         and selective-display into the new temp buffer.
7241         * edmacro.el (edmacro-fix-menu-commands):
7242         Discard `help-echo' events.  Handle (menu-bar) events.
7243         Simplify by converting key sequence to a list and then back to vector.
7245 2002-06-21  Stephen Gildea  <gildea@stop.mail-abuse.org>
7247         * mwheel.el: Allow arbitrary keys for scrolling, add a third
7248         scrolling speed, fix an unwind-protect.
7249         (mouse-wheel-scroll-amount): Now a three-element list.
7250         (mouse-wheel-scroll-down-slow, mouse-wheel-scroll-up-slow)
7251         (mouse-wheel-scroll-down-normal, mouse-wheel-scroll-up-normal)
7252         (mouse-wheel-scroll-down-fast, mouse-wheel-scroll-up-fast):
7253         New functions.
7255 2002-06-21  Andreas Schwab  <schwab@suse.de>
7257         * files.el (find-file-read-args): Add new argument `mustmatch' and
7258         pass it down to read-file-name.
7259         (find-file, find-file-other-window, find-file-other-frame)
7260         (find-file-read-only, find-file-read-only-other-window)
7261         (find-file-read-only-other-frame): Use it and fix prompts.
7263 2002-06-21  Stefan Monnier  <monnier@cs.yale.edu>
7265         * pcvs-defs.el (cvs-version): Use cvs-program rather than "cvs".
7267 2002-06-20  Emmanuel Briot  <briot@act-europe.fr>
7269         * progmodes/ada-mode.el: Update copyright notice.
7270         Synchronize with GNAT release 3.15a1.
7271         Do not attempt to load ada-support, which is only for compatibility
7272         with older Emacs versions, and is not needed for Emacs 21.
7273         Fix various calls to count-lines, that didn't work correctly when the
7274         buffer was narrowed.
7275         (ada-continuation-indent): New variable.
7276         (ada-contextual-menu): New entry "List local references", faster than
7277         "List References".
7278         (ada-mode): New alignment rules provided by S. Leake.
7279         Add support for which-function-mode.
7280         (ada-get-current-indent): Fix indentation of named parameter lists and
7281         nested boolean expressions.
7282         (ada-indent-on-previous-lines): Fix indentation of labels.
7283         (ada-search-prev-end-stmt): Fix searching of the previous
7284         end-statement, specially with regards to nested subprograms.
7285         (comment-region advice): Initially disabled, for better compatibility
7286         with other modes.
7287         (ada-fill-comment-paragraph): Fixed (no longer worked with Emacs 21).
7289         * progmodes/ada-xref.el: Update copyright notice.
7290         (ada-xref-create-ali): The default is now not to create automatically
7291         the ALI files by compiling the unit, since this isn't always reliable
7292         and requires an up-to-date project file.
7293         (ada-prj-default-comp-cmd): No longer use gcc directly to compile
7294         a file, but use gnatmake instead, since this gives access to the GNAT
7295         project files.
7296         (ada-xref-search-with-egrep): New variable, suggested by P. Waroquiers.
7297         (ada-load-project-hook): New variable, for support of GNAT
7298         project files.
7299         (ada-update-project-menu): Fix the detection of the project file name.
7300         (ada-add-keymap): Change key binding for ada-find-file, that conflicted
7301         with another binding in ada-mode.el.
7302         (ada-add-menu): New menu "List Local References", to list the reference
7303         to the entity only in the current file, instead of looking in the whole
7304         project.  Much faster.
7305         (ada-find-references): New parameters arg and local-only.
7306         (ada-find-any-references): New parameters local-only and append.
7307         (ada-goto-declaration): Fix handling of predefined entities in xref.
7308         (ada-get-all-references): Updated to the new xref format in GNAT 3.15,
7309         still compatible with GNAT 3.14 of course.  Fix various calls to
7310         count-lines, that didn't work correctly when the buffer was narrowed.
7312         * progmodes/ada-prj.el: Update copyright.
7313         (ada-prj-load-directory): Make sure we do not use one of the new Emacs
7314         21 dialogs to select the file, since we want a directory name only.
7315         (ada-customize): Add support for the new GNAT project files.
7317 2002-06-20  Francesco Potort\e,Al\e(B  <pot@gnu.org>
7319         * progmodes/etags.el (tag-implicit-name-match-p): New function.
7320         (etags-recognize-tags-table): Use it for implicit tag names.
7322 2002-06-20  Miles Bader  <miles@gnu.org>
7324         * comint.el (comint-get-old-input-default): Strip text properties
7325         for fields too.
7327         * comint.el (comint-output-filter): Run output-filter functions
7328         before setting up the prompt.
7330         * international/characters.el: Re-enable code giving word syntax
7331         to certain japanese-jisx0208 characters.
7333 2002-06-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
7335         * progmodes/f90.el (f90-type-def-re): Fix value.
7336         (f90-looking-at-type-like): Adapt for new `f90-type-def-re' value.
7338 2002-06-18  Stefan Monnier  <monnier@cs.yale.edu>
7340         * international/quail.el (quail-help): Don't assume the buffer
7341         is displayed in the same frame.
7343         * emacs-lisp/debug.el (cancel-debug-on-entry):
7344         * emacs-lisp/regexp-opt.el (regexp-opt-group): Don't cons uselessly.
7346         * pcvs.el (cvs-vc-command-advice): Handle the case where args
7347         are passed to `cvs' before the command name.
7348         (cvs-fileinfo-kill): Mark old FIs as up-to-date rather than dead.
7350         * pcvs-info.el (cvs-add-face): Minor rewrite.
7351         (cvs-fileinfo-pp): Use `cvs-goal-column' with directory entries.
7353         * newcomment.el (comment-normalize-vars): Refresh the comment-foo-skip
7354         regexp when they don't match comment-foo any more.
7356 2002-06-18  Juanma Barranquero  <lektu@terra.es>
7358         * filesets.el (filesets-update-pre010505): Fix typo.
7360         * eshell/em-pred.el (eshell-modifier-help-string): Fix typos.
7362         * emulation/edt.el (edt-substitute): Fix typo.
7364         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine): Fix typo.
7366         * comint.el (comint-next-prompt, comint-previous-prompt): Fix typos.
7368         * progmodes/sh-script.el (sh-electric-rparen-needed): Remove.
7370 2002-06-17  Richard M. Stallman  <rms@gnu.org>
7372         * facemenu.el (facemenu-map): Rename to Describe Text
7373         to Describe Properties and use describe-text-properties.
7375         * simple.el (what-cursor-position): Use describe-char.
7377         * descr-text.el (describe-char): Moved from mule-diag.el, renamed
7378         from describe-char-after.  Now calls describe-text-properties.
7379         (describe-property-list): Renamed from describe-text-properties.
7380         (describe-text-properties): Renamed from describe-text-at.
7381         New arg OUTPUT-BUFFER.
7382         (describe-text-properties-1):
7383         New subroutine, broken out from describe-text-properties.
7384         Output a newline before each section of the output.
7386         * international/mule-diag.el (describe-char-after):
7387         Moved to descr-text.el.
7389 2002-06-17  Eli Zaretskii  <eliz@is.elta.co.il>
7391         * international/mule.el (ctext-pre-write-conversion): Fix the values
7392         of FROM and TO if we create a new buffer.
7394 2002-06-17  John Paul Wallington  <jpw@shootybangbang.com>
7396         * comint.el (comint-insert-clicked-input): Insert clicked-on
7397         previous input without properties.
7399 2002-06-16  Andrew Choi  <akochoi@shaw.ca>
7401         * term/mac-win.el (scalable-fonts-allowed): Set to t.
7403 2002-06-15  Colin Walters  <walters@debian.org>
7405         * pcvs-info.el (global-font-lock-mode, font-lock-auto-fontify):
7406         Delete defvars.
7407         (cvs-highlight): Delete.
7408         (cvs-add-face): Use `font-lock-face'.  Always add properties.
7410         * ibuffer.el (ibuffer-movement-cycle): New variable.
7411         (ibuffer-backward-line, ibuffer-forward-line): Use it.
7413 2002-06-15  Richard M. Stallman  <rms@gnu.org>
7415         * emacs-lisp/bytecomp.el (byte-recompile-directory): Doc fix.
7416         (batch-byte-recompile-directory): Undo previous change.
7418         * comint.el (comint-skip-input): New function.
7419         (comint-interrupt-subjob, comint-kill-subjob, comint-quit-subjob)
7420         (comint-stop-subjob): Use comint-skip-input.
7422         * ielm.el (ielm-eval-input): Use error-message-string.
7423         (ielm-format-error, ielm-format-errors): Functions deleted.
7425 2002-06-14  Kim F. Storm  <storm@cua.dk>
7427         * progmodes/compile.el (grep-tree): Doc fixes.
7428         Added SUBDIRS arg for non-interactive use.
7430 2002-06-14  Juanma Barranquero  <lektu@terra.es>
7432         * comint.el (comint-snapshot-last-prompt):
7433         Bind `inhibit-read-only' to t to support read-only prompts.
7434         (comint-output-filter): Likewise.
7436 2002-06-14  Miles Bader  <miles@gnu.org>
7438         * subr.el (copy-tree): Use `nconc' and `nreverse' instead of `nreconc'.
7439         (pop): Move the call to `car' outside the prog1, as the compiler
7440         then generates better code.
7442 2002-06-13  Richard M. Stallman  <rms@gnu.org>
7444         * play/zone.el (zone-timer): New variable holds the idle timer.
7445         (zone): Don't fiddle with the idle timer at all.
7446         (zone-when-idle): Put the idle timer in zone-timer.
7447         If one is already set up, cancel it and make a new one.
7448         (zone-leave-me-alone): Likewise.
7450 2002-06-13  Jason Rumney  <jasonr@gnu.org>
7452         * w32-fns.el (w32-charset-info-alist): Reorder.
7454 2002-06-13  Andreas Schwab  <schwab@suse.de>
7456         * files.el (auto-mode-alist): Move entry for ".in" to the end.
7458 2002-06-13  Miles Bader  <miles@gnu.org>
7460         * comint.el (comint-mode): Don't set `font-lock-defaults'.
7461         (comint-mode-hook): Turn on font-lock by default.
7463 2002-06-12  Karl Fogel  <kfogel@red-bean.com>
7465         * bookmark.el (bookmark-file-or-variation-thereof):
7466         Restore vc-backend check, thanks to Robert Thorpe for noticing.
7468 2002-06-12  Eli Zaretskii  <eliz@is.elta.co.il>
7470         * textmodes/bibtex.el: Change the maintainer to "none".
7472 2002-06-12  Juanma Barranquero  <lektu@terra>
7474         * term/w32-win.el (x-handle-switch): Fix handling of
7475         x-invocation-args for switches with arguments.
7477 2002-06-12  Stefan Monnier  <monnier@cs.yale.edu>
7479         * menu-bar.el (menu-bar-showhide-fringe-menu): Don't use `fringe-mode'
7480         without first making sure it's bound.
7482 2002-06-12  Richard M. Stallman  <rms@gnu.org>
7484         * info.el (Info-fontify-node): Compute header line specially
7485         if node has no next, previous or up links.
7486         Hide the part of the first line that is used in the header.
7487         Use Info-next-link-keymap, etc.
7488         (Info-next-link-keymap, Info-prev-link-keymap)
7489         (Info-up-link-keymap): New variables.
7491         * international/mule-diag.el (describe-char-after): Doc fix.
7493         * view.el (view-mode-enter): Clarify echo area message.
7495         * info.el (Info-select-node): Turn header line on or off here.
7496         (Info-setup-header-line): Function deleted.
7497         (Info-mode): Make Info-header-line local.
7498         (Info-fontify-node): Ignore Info-use-header-line.
7499         Unconditionally compute what the header line should be, and
7500         store it on the `header-line' property of the node's first char.
7501         Bind [header-line down-mouse-1].
7502         Use `keymap' property, not `local-map'.
7503         Bind [mouse-2] for mouse clicks on the node line in the text.
7505         * font-lock.el (font-lock-beginning-of-syntax-function): Doc fix.
7507 2002-06-12  Miles Bader  <miles@gnu.org>
7509         * comint.el (comint-send-input): Properly handle empty and
7510         no-newline input regions.
7512 2002-06-12  Colin Walters  <walters@gnu.org>
7514         * calc/calc.el: Use `when', `unless'.
7515         (calc-trail-mode): Use an italic `font-lock-face'.
7516         (calc-refresh): Ditto.
7518 2002-06-12  Colin Walters  <walters@debian.org>
7520         * font-core.el (font-lock-core-only): Variable deleted.
7521         All uses removed.
7522         (font-lock-set-defaults): Variable alist settings moved back into
7523         font-lock-set-defaults-1.
7524         (turn-on-font-lock-if-enabled): Always turn on font-lock unless it
7525         is specifically excluded by the user.
7527         * font-lock.el (font-lock-set-defaults-1): Set variable alist here.
7529         * help-mode.el (help-mode): Don't set `font-lock-defaults'.
7531         * ibuffer.el (ibuffer-mode): Don't set `font-lock-defaults'.
7533         * info.el (Info-mode): Don't set `font-lock-defaults'.
7535         * replace.el (occur-mode): Don't set `font-lock-defaults'.
7537         * help-mode.el (help-highlight-p, help-highlight-face):
7538         Variable was unused; delete.
7539         (help-make-xrefs): Doc fix.
7541 2002-06-11  Richard M. Stallman  <rms@gnu.org>
7543         * format.el (format-alist): Document new element PRESERVE.
7544         (format-write-file): Implement PRESERVE elt for a format.
7546         * files.el (make-auto-save-file-name): Rename local `filename' to
7547         `file-name'.
7549 2002-06-10  Richard M. Stallman  <rms@gnu.org>
7551         * progmodes/ebrowse.el (ebrowse-draw-tree-fn): Use copy-sequence.
7552         (ebrowse-copy-list): Function deleted.
7554         * eshell/em-unix.el (eshell/diff): Use copy-sequence.
7556         * eshell/esh-mode.el (eshell-mode, eshell-mode): Use copy-sequence.
7558         * eshell/esh-util.el (eshell-copy-list): Function deleted.
7559         (eshell-sublist): Use copy-sequence.
7560         (eshell-copy-tree): Make it an alias for copy-tree.
7562         * emacs-lisp/cl.el (copy-list): Moved back from subr.el.
7564         * subr.el (copy-list): Moved to cl.el.
7565         (copy-tree): Don't use copy-list or cl-pop.
7567 2002-06-10  Miles Bader  <miles@gnu.org>
7569         Make comint use text properties for highlighting instead of overlays:
7570         * comint.el (comint-last-output-overlay): Variable removed.
7571         (comint-send-input, comint-output-filter): Use text properties
7572         instead of overlays.
7573         (comint-insert-clicked-input): Rewrite to work with text
7574         properties as well as overlays
7575         (comint-snapshot-last-prompt): Snapshot using text properties.
7576         (comint-get-old-input-default, comint-extract-string): Don't copy
7577         text properties.
7579         * simple.el (line-move-finish): Inhibit field motion when
7580         computing `line-end'.
7582         * files.el (revert-buffer): Correct typo: variable name is
7583         `buffer-file-format', not `buffer-file-formats'.
7585         * comint.el (comint-send-input, comint-output-filter): Use the
7586         `font-lock-face' property instead of `face'.  Don't check the
7587         highlight-enabling variables anymore.
7588         (comint-highlight-input, comint-highlight-prompt): Variables removed.
7590         * faces.el (display-supports-face-attributes-p): New function.
7591         (face-spec-set-match-display): Support `supports' predicate.
7592         (italic): Try underlining for displays that don't support real italics.
7593         * cus-edit.el (custom-display): Add support for `supports' predicate.
7594         * term/tty-colors.el (color-name-rgb-alist): Use 16-bit RGB values
7595         instead of 8-bit, for consistency with the rest of emacs.
7596         (tty-color-canonicalize): Only copy COLOR if we need to change it.
7597         (tty-color-approximate): Scale values from `color-name-rgb-alist'
7598         appropriately.  Return the whole color description, rather than
7599         just the RGB values.
7600         (tty-color-standard-values): New function.  Code mostly taken from
7601         `tty-color-translate'.
7602         (tty-color-translate, tty-color-values): Use `tty-color-desc' to
7603         do all the work.
7604         (tty-color-desc): Do color lookup here instead of calling
7605         `tty-color-translate' and `tty-color-by-index'; this is now the
7606         main place to do it.
7608 2002-06-09  Martin Stjernholm  <bug-cc-mode@gnu.org>
7610         * progmodes/cc-style.el (c-set-style, c-set-style-1):
7611         Add another state for the `dont-override' flag where it only keeps
7612         globally set variables.
7614 2002-06-08  Colin Walters  <walters@gnu.org>
7616         * descr-text.el (describe-text-properties): Sort the output by the
7617         size of the values.  Put `font-lock-face' property on property names.
7618         (toplevel): Provide `descr-text'.
7620         * international/mule-diag.el (describe-char-after): When there are
7621         text properties, require `descr-text', and just call
7622         `describe-text-properties'.
7624         * international/mule.el (sgml-html-meta-auto-coding-function):
7625         New function.
7626         (auto-coding-from-file-contents): Delete; merge functionality into
7627         `set-auto-coding'.
7628         (set-auto-coding): Move tests from `auto-coding-functions' so that
7629         they have a lower priority than coding: tags.
7630         Put `auto-coding-regexp-alist' tests before coding: tag tests.
7631         (sgml-xml-auto-coding-function): Simply `intern' the match, and
7632         test if it's a valid coding system.
7633         (auto-coding-functions): Add `sgml-html-meta-auto-coding-function'.
7635 2002-06-08  Colin Walters  <walters@verbum.org>
7637         * subr.el (copy-list): Moved here from cl.el.
7638         (copy-tree): Renamed here from `cl-copy-tree' in cl-extra.el.
7640         * emacs-lisp/cl-extra.el (cl-copy-tree): Moved to `copy-tree' in
7641         subr.el.  Add a defalias with the old name.
7643         * emacs-lisp/cl.el (copy-list): Moved to subr.el.
7645         * replace.el (occur-mode): Don't set up categories.  Do set
7646         `font-lock-defaults', and be sure to set `font-lock-core-only'.
7647         (occur-1): Pass `list-matching-lines-face' and
7648         `list-matching-lines-buffer-name-face'.
7649         (occur-engine): Use `font-lock-face' instead of categories.
7651         * info.el (Info-mode): Don't set up categories.  Do set
7652         `font-lock-defaults', and be sure to set `font-lock-core-only'.
7653         (Info-fontify-menu-headers): Use `font-lock-face' instead of
7654         categories.
7655         (Info-fontify-node): Ditto.
7657         * ibuffer.el (ibuffer-category-alist): Delete.
7658         (ibuffer-get-category): Delete.
7659         (ibuffer-compile-make-eliding-form): Use `font-lock-face' instead
7660         of categories.
7661         (ibuffer-compile-format): Don't treat `name' category specially.
7662         (ibuffer-column name): Use `font-lock-face'.
7663         (filename-and-process): Ditto.
7664         (ibuffer-buffer-name-category): Renamed to
7665         `ibuffer-buffer-name-face'.  Don't use categories.
7666         (ibuffer-update-title-and-summary): Use `font-lock-face'.
7667         (ibuffer-insert-filter-group): Ditto.
7668         (ibuffer-mode): Don't set up categories.  Do set
7669         `font-lock-defaults', and be sure to set `font-lock-core-only'.
7670         (ibuffer-compile-format): Don't pass third argument
7671         to column functions.
7672         (filename-and-process): Ditto.
7674         * ibuf-macs.el (define-ibuffer-column): Don't create a third
7675         argument for the generated function.
7677         * font-core.el (font-lock-category-alist): Delete.
7678         (turn-on-font-lock-if-enabled): Don't use it.
7679         (font-lock-symbol-category-alist): Delete.
7680         (font-lock-default-function): Use new `char-property-alias-alist'
7681         to make `font-lock-face' an alias for `face' when font-lock mode
7682         is enabled.
7683         (font-lock-core-only): New variable.
7684         (font-lock-set-defaults): Use it.
7686 2002-06-08  Richard M. Stallman  <rms@gnu.org>
7688         * files.el (find-file-noselect-1): Undo previous change.
7690         * bookmark.el (bookmark-file-or-variation-thereof): Doc fix.
7692 2002-06-07  Karl Fogel  <kfogel@red-bean.com>
7694         * bookmark.el (bookmark-file-or-variation-thereof): Just use
7695         Info-suffix-list, as suggested by Stefan Monnier.
7697 2002-06-05  Eli Zaretskii  <eliz@is.elta.co.il>
7699         * select.el (xselect-convert-to-string): If VALUE is a string,
7700         return a cons of TYPE and the string.
7702 2002-06-05  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
7704         * language/cyrillic.el (cyrillic-alternativnyj-decode-table):
7705         Fix the table to contain correct characters.
7707 2002-06-04  Richard M. Stallman  <rms@gnu.org>
7709         * simple.el: Don't require cl.
7711 2002-06-03  Richard M. Stallman  <rms@gnu.org>
7713         * dired.el (dired-do-shell-command): Doc fix in autoload.
7715         * info.el (Info-extract-pointer): Ignore Info-header-line.
7717         * progmodes/cc-mode.el (c-postprocess-file-styles):
7718         Do nothing except in CC modes.
7720         * international/mule-cmds.el (select-safe-coding-system):
7721         When computing auto-cs, narrow to FROM...TO.
7722         Put save-excursion outside save-restriction.
7723         New arg FILE; use that for set-auto-coding.
7725 2002-06-01  Richard M. Stallman  <rms@gnu.org>
7727         * simple.el (choose-completion-string-functions): Doc fix.
7728         (choose-completion-string): Add doc string.
7730 2002-06-01  Kim F. Storm  <storm@cua.dk>
7732         * simple.el: Reworked previous change.
7733         (choose-completion-string1): Merged back into choose-completion-string.
7734         (choose-completion-string): Run choose-completion-string-functions
7735         after checking for proper minibuffer window.  Added mini-p arg to
7736         the hook functions.  Insert choice if all hook functions return nil.
7737         (choose-completion-string-functions): Doc update.
7739 2002-06-01  Sam Steingold  <sds@gnu.org>
7741         * files.el (auto-mode-alist): Strip trailing ".in" from the file
7742         name when deciding the mode (for config.h.in, Makefile.in etc).
7744 2002-06-01  Thien-Thi Nguyen  <ttn@gnu.org>
7746         * progmodes/prolog.el (prolog-mode-syntax-table): Add flags to
7747         ?/ and ?* entries to support /* */ style comments.
7748         (prolog-font-lock-keywords): New var.
7749         (prolog-mode): Enable font-locking; set `font-lock-defaults'.
7751 2002-06-01  Kim F. Storm  <storm@cua.dk>
7753         * simple.el (choose-completion-string-functions): New special hook.
7754         (choose-completion-string1): Renamed from choose-completion-string.
7755         (choose-completion-string): Run choose-completion-string-functions
7756         until success, and only call choose-completion-string1 if it fails.
7758 2002-05-31  Stefan Monnier  <monnier@cs.yale.edu>
7760         * textmodes/ispell.el (autoloaded toplevel): Don't use
7761         ispell-library-directory without checking that it's bound.
7763 2002-05-31  Kim F. Storm  <storm@cua.dk>
7765         * emulation/cua-base.el (cua--last-deleted-region-pos)
7766         (cua--last-deleted-region-text): New aux variables.
7767         (cua-delete-region): Set them.
7768         (cua-repeat-replace-region): Use them to find the replacement text.
7770 2002-05-31  Juanma Barranquero  <lektu@terra.es>
7772         * emulation/viper-cmd.el (viper-smart-suffix-list, viper-ask-level):
7773         Fix typos.
7775 2002-05-31  Kim F. Storm  <storm@cua.dk>
7777         * progmodes/compile.el (grep-tree-command, grep-tree-files-aliases)
7778         (grep-tree-ignore-CVS-directories, grep-tree-ignore-case):
7779         New custom variables.
7780         (grep-compute-defaults): Compute grep-tree-command's default value.
7781         (grep-expand-command-macros): New aux function.
7782         (grep-tree-last-regexp, grep-tree-last-files): New aux variables.
7783         (grep-tree): New command like grep-find but extended prompting.
7785 2002-05-30  Richard M. Stallman  <rms@gnu.org>
7787         * files.el (find-file-default): Add defvar for var already used.
7789         * menu-bar.el (menu-bar-showhide-fringe-menu): Use defvar.
7791         * subr.el (open-network-stream, open-network-stream-nowait)
7792         (open-network-stream-server, process-kill-without-query):
7793         Moved from simple.el.
7795         * simple.el (open-network-stream, open-network-stream-nowait)
7796         (open-network-stream-server, process-kill-without-query):
7797         Moved to subr.el.
7799         * simple.el (byte-compiling-files-p): Function deleted.
7801         * textmodes/ispell.el (ispell-library-directory): Renamed from
7802         ispell-library-path.  If Ispell is not installed, init to nil.
7803         (check-ispell-version): Doc fix.
7804         (ispell-menu-map): Get rid of byte-compiling-files-p hackery;
7805         initialize this unconditionally when ispell-menu-map-needed is t.
7806         Local `path' renamed to `dir'.
7808 2002-05-30  Miles Bader  <miles@gnu.org>
7810         * calc/calc.el (calc-show-banner): New variable.
7811         (calc-refresh): Only show banner if `calc-show-banner' is non-nil.
7812         (calc-mode-var-list): Add `calc-show-banner'.
7813         * calc/calc-ext.el (calc-init-extensions): Add binding for `d@'.
7814         (calc-toggle-banner): New function.
7815         * calc/calc-help.el (calc-d-prefix-help): Add `@'.
7817 2002-05-29  Richard M. Stallman  <rms@gnu.org>
7819         * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
7820         When recognizing a def... construct, make that indentation
7821         tentative, so that it can be overridden if the list in question
7822         is not actually an expression.
7823         (common-lisp-indent-call-method): New subroutine.
7825         * emacs-lisp/bytecomp.el (batch-byte-compile-file):
7826         Delete the output file if we get a file-error.
7828         * tooltip.el (tooltip-mouse-motions-active): New variable.
7829         (tooltip-activate-mouse-motions): Don't kill track-mouse local
7830         if it was not made by us.
7832         * mouse.el (mouse-set-font): Avoid misleading error message
7833         if user makes no selection.
7835         * info.el (Info-setup-header-line): Don't hide the links line.
7837         * files.el (find-file-noselect-1): Return the buffer we created
7838         even if it has been killed within `after-find-file'.
7840         * files.el (auto-mode-alist): Use ada-mode for .ad[bs].dg files.
7842 2002-05-29  Kim F. Storm  <storm@cua.dk>
7844         * simple.el (open-network-stream-server): Pass on optional args
7845         sentinel and filter to make-network-process (from Luke Gorrie).
7847 2002-05-28  Colin Walters  <walters@gnu.org>
7849         * textmodes/sgml-mode.el (xml-mode): New alias for `sgml-mode'.
7851         * emacs-lisp/bytecomp.el (byte-compile-last-line): Deleted.
7852         (byte-compile-delete-first): New function.
7853         (byte-compile-read-position): New variable.
7854         (byte-compile-last-position): New variable.
7855         (byte-compile-current-buffer): New variable.
7856         (byte-compile-log-1): Use it.
7857         (byte-compile-set-symbol-position): New function.
7858         (byte-compile-obsolete, byte-compile-callargs-warn)
7859         (byte-compile-arglist-warn, byte-compile-arglist-warn)
7860         (byte-compile-print-syms, byte-compile-file-form-defmumble)
7861         (byte-compile-check-lambda-list, byte-compile-lambda)
7862         (byte-compile-form, byte-compile-variable-ref)
7863         (byte-compile-subr-wrong-args, byte-compile-negation-optimizer)
7864         (byte-compile-condition-case, byte-compile-defun)
7865         (byte-compile-defvar, byte-compile-autoload)
7866         (byte-compile-lambda-form): Use it.
7867         (byte-compile-from-buffer): Set it, and bind
7868         `read-with-symbol-positions' and `read-symbol-positions-list'.
7870         * emacs-lisp/bytecomp.el (byte-compile-debug): New variable.
7872 2002-05-28  Kim F. Storm  <storm@cua.dk>
7874         * files.el (read-directory-name): New function.
7875         (cd): Use it instead of read-file-name.
7877 2002-05-27  Kim F. Storm  <storm@cua.dk>
7879         * simple.el (push-mark-command): Added optional NOMSG arg.
7881         * emulation/cua-base.el (cua-set-mark): Align pop to mark
7882         behaviour with standard set-mark-command.
7883         (cua--pre-command-handler): Use push-mark-command.
7884         (cua-repeat-replace-region): Improve functionality when
7885         repeated after moving point or changing buffer.
7887 2002-05-26  Colin Walters  <walters@verbum.org>
7889         * startup.el (command-line): Use `when', `unless'.
7890         (command-line-1): New argument "--nosplash".  Handle it.
7892         * startup.el (inhibit-splash-screen): New variable alias for
7893         `inhibit-startup-message'.
7895         * replace.el (perform-replace): Document return value.  Use `pop'.
7897 2002-05-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
7899         * progmodes/f90.el (f90-previous-block, f90-next-block): New names,
7900         and slightly changed behaviour, for `f90-previous-block-start' and
7901         `f90-next-block-end'.
7902         (f90-beginning-of-subprogram, f90-end-of-subprogram): Simplify.
7904 2002-05-26  Simon Josefsson  <jas@extundo.com>
7906         * fringe.el (set-fringe-mode): Work when updating
7907         `default-frame-alist'.
7909 2002-05-26  Kim F. Storm  <storm@cua.dk>
7911         * emulation/cua-base.el (cua--repeat-replace-text): New variable.
7912         (cua-repeat-replace-region): New command.
7913         (cua--init-keymaps): Bind it to M-v in cua--cua-keys-keymap.
7914         Misc improvements to the commentary.
7916 2002-05-26  Simon Josefsson  <jas@extundo.com>
7918         * fringe.el (fringe-query-style): New fringe style "minimal".
7920 2002-05-24  Simon Josefsson  <jas@extundo.com>
7922         * rot13.el (rot13-translate-table): New variable.
7923         (rot13, rot13-string, rot13-region): New functions.
7925 2002-05-25  Martin Stjernholm  <bug-cc-mode@gnu.org>
7927         * progmodes/cc-engine.el (c-add-stmt-syntax): Fixed some cases
7928         of wrong anchoring, e.g. for else-if compounds.
7930 2002-05-25  Miles Bader  <miles@gnu.org>
7932         * menu-bar.el (menu-bar-showhide-fringe-menu-customize-left)
7933         (menu-bar-showhide-fringe-menu-customize-right)
7934         (menu-bar-showhide-fringe-menu-customize-disable):
7935         Use proper calling convention for `customize-set-value'.
7936         Require `fringe' before setting variable.
7938 2002-05-25  Kim F. Storm  <storm@cua.dk>
7940         * emulation/cua-base.el (cua--self-insert-char-p): New function.
7942         * emulation/cua-gmrk.el (cua--init-global-mark): Install default
7943         binding in cua--global-mark-keymap using cua--self-insert-char-p
7944         to handle all global self inserting characters in gmark mode.
7946         * emulation/cua-rect.el (cua--init-rectangles): Install default
7947         binding in cua--rectangle-keymap using cua--self-insert-char-p
7948         to handle all global self inserting characters in rectangle mode.
7950 2002-05-24  Stefan Monnier  <monnier@cs.yale.edu>
7952         * net/ange-ftp.el (read-file-name-internal): Remove the
7953         `ange-ftp' property.
7954         (ange-ftp-real-read-file-name-internal): Remove.
7956 2002-05-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
7958         * progmodes/f90.el: (f90-end-of-subprogram): Remove the final
7959         `forward-line'.
7960         (f90-end-of-block, f90-beginning-of-block, f90-next-block-end)
7961         (f90-previous-block-start): New navigation commands.
7963 2002-05-20  Simon Josefsson  <jas@extundo.com>
7965         * fringe.el: New file.
7967         * menu-bar.el (menu-bar-options-save): Add fringe-mode.
7968         (menu-bar-showhide-fringe-menu): New menu.
7969         (menu-bar-showhide-menu): Add Fringe sub-menu.
7971 2002-05-23  Colin Walters  <walters@verbum.org>
7973         * replace.el (occur-engine): Include all text properties except
7974         mouse-face on the newline at the end of occurences.
7976 2002-05-23  Kim F. Storm  <storm@cua.dk>
7978         * apropos.el (apropos-true-hit, apropos-false-hit-symbol)
7979         (apropos-false-hit-str, apropos-true-hit-doc): New functions.
7980         (apropos-command, apropos-value, apropos-documentation-internal)
7981         (apropos-documentation-check-doc-file)
7982         (apropos-documentation-check-elc-file): Use them to filter out
7983         false matches where only one keyword matches, but more than once.
7985         * apropos.el (apropos-show-scores, apropos-orig-regexp)
7986         (apropos-all-regexp, apropos-synonyms, apropos-words)
7987         (apropos-all-words): New variables.
7988         (aprpos-words-to-regexp, apropos-rewrite-regexp)
7989         (apropos-calc-scores, apropos-score-str, apropos-score-doc)
7990         (apropos-score-symbol): New functions.
7991         (apropos-command, apropos, apropos-value, apropos-documentation):
7992         Allow keywords in addition to regexp. Added scoring.
7993         (apropos-documentation-check-doc-file)
7994         (apropos-documentation-check-elc-file): Added scoring.
7995         (apropos-print): Sort according to score.
7997 2002-05-22  Colin Walters  <walters@cis.ohio-state.edu>
7999         * info.el (Info-mode-hook): Change `font-lock-mode' to
8000         `turn-on-font-lock'.
8002         * font-core.el (font-lock-function): New variable.
8003         (font-lock-default-function): New function, created from
8004         `font-lock-mode'.
8005         (font-lock-mode): Just funcall `font-lock-function'.
8006         (font-lock-symbol-category-alist): New variable.
8008 2002-05-22  Markus Rost  <rost@math.ohio-state.edu>
8010         * files.el (file-newest-backup): Use file-name-sans-versions.
8012         * diff.el (diff-latest-backup-file): Replace the main code by
8013         a call of file-newest-backup.
8015 2002-05-22  Mike Williams  <mdub@bigfoot.com>
8017         * textmodes/sgml-mode.el (sgml-guess-indent): Look further into
8018         the buffer.
8020 2002-05-21  Stefan Monnier  <monnier@cs.yale.edu>
8022         * net/ange-ftp.el (ange-ftp-allow-child-lookup): Re-enable since
8023         the last patch works around the wu-ftpd misfeature that prompted
8024         the disabling of this optimization.
8026 2002-05-21  Colin Walters  <walters@gnu.org>
8028         * international/mule.el (make-coding-system): Doc fixes.
8030         * international/mule.el (auto-coding-functions): New variable.
8031         (auto-coding-from-file-contents): Use it.
8032         (set-auto-coding): Update docs.
8033         (sgml-xml-auto-coding-function): New function.
8035         * international/mule-util.el (truncate-string-to-width):
8036         New optional argument `ellipsis'.  Add commented-out test suite, and
8037         change coding to iso-2022-7bit.
8039 2002-05-21  Colin Walters  <walters@verbum.org>
8041         * font-lock.el (font-lock-defaults, font-lock-defaults-alist)
8042         (font-lock-multiline, font-lock-fontified, font-lock-mode)
8043         (turn-on-font-lock, font-lock-add-keywords, global-font-lock-mode)
8044         (font-lock-global-modes): Moved to font-core.el.
8045         (font-lock-set-defaults-1): Partially moved to font-core.el.
8047         * font-core.el: New file, with functions taken from font-lock.el.
8048         (font-lock-category-alist): New variable.
8049         (font-lock-mode): Use it.
8050         (font-lock-set-defaults): Partially taken from font-lock.el.
8051         Only load font-lock.el when necessary.
8053         * loadup.el: Add font-core.el.
8055         * replace.el (occur-mode-hook): New variable.
8056         (occur-fontify-region-function): Deleted.
8057         (occur-mode): Don't use it.  Set up `font-lock-category-alist'
8058         instead.
8059         (occur-fontify-on-property): Deleted.
8060         (occur-engine): Use categories from `font-lock-category-alist'.
8062         * info.el (Info-fontify): Deleted.
8063         (Info-select-node): Don't use it.
8064         (Info-mode-hook): New variable.
8065         (Info-mode): Set up categories.
8066         (Info-fontify-menu-headers, Info-fontify-node): Use categories.
8068         * ibuffer.el (ibuffer-formats): Update docs.
8069         (ibuffer-category-alist): New variable.
8070         (ibuffer-get-category): New function.
8071         (ibuffer-compile-make-eliding-form): Use category property instead
8072         of face.
8073         (ibuffer-compile-format): Pass current ibuffer buffer to column
8074         functions too.
8075         (ibuffer-buffer-name-category): New function.
8076         (ibuffer-compile-format): If the current column is a `name'
8077         column, figure out the appropriate category to put on it.
8078         (filename-and-process): Use category property.
8079         (ibuffer-fontify-region-function): Deleted.
8080         (ibuffer-unfontify-region-function): Deleted.
8081         (ibuffer-update-title-and-summary): Use category properties.
8082         (ibuffer-insert-filter-group): Ditto.
8083         (ibuffer-mode): Set up category properties.
8085 2002-05-21  Colin Walters  <walters@debian.org>
8087         * replace.el (occur-engine): Increment globalcount all at once
8088         after searching a buffer.
8089         (occur-mode-map): Don't escape plain "o".
8091         * ibuf-macs.el (define-ibuffer-column): Add third argument
8092         `ibuffer-buf'.
8094         * ibuffer.el (toplevel): Require font-lock, to get the face
8095         definitions.
8096         (ibuffer-use-fontification): Deleted.
8097         (column filename-and-process): New column.
8098         (ibuffer-formats): Use it by default.
8099         (ibuffer-name-map, ibuffer-mode-name-map)
8100         (ibuffer-filter-group-map): Don't set parent to `ibuffer-mode-map'.
8101         (ibuffer-do-save, ibuffer-do-toggle-modified)
8102         (ibuffer-do-toggle-read-only, ibuffer-do-delete)
8103         (ibuffer-do-kill-on-deletion-marks): Include name in definition.
8104         (ibuffer): New optional argument `formats'.
8106 2002-05-21  Eli Zaretskii  <eliz@is.elta.co.il>
8108         * indent.el (indent-rigidly): Mention how to remove all indentation.
8110 2002-05-21  Colin Walters  <walters@gnu.org>
8112         * international/mule-diag.el (describe-char-after): Order display
8113         of text properties by the size of their value, for clarity.
8115 2002-05-20  Stefan Monnier  <monnier@cs.yale.edu>
8117         * net/ange-ftp.el (ange-ftp-generate-root-prefixes)
8118         (ange-ftp-file-name-completion): Don't cons unnecessarily.
8119         (ange-ftp-send-cmd): Always `cd' before doing `ls'.
8121         * wid-edit.el (widget-color-complete):
8122         * progmodes/etags.el (tags-complete-tags-table-file):
8123         * progmodes/cpp.el (cpp-choose-symbol): Don't cons unnecessarily.
8125         * textmodes/outline.el (outline-reveal-toggle-invisible):
8126         Reverse the meaning of the second arg.
8128         * reveal.el (reveal-post-command): Reverse the semantics of
8129         reveal-toggle-invisible and support isearch-open-invisible-temporary.
8131 2002-05-20  Markus Rost  <rost@math.ohio-state.edu>
8133         * mail/sendmail.el (mail-recover-1): Remove (debug).
8134         (mail-signature): Fix :type.
8135         (mail-default-directory): New user option.
8136         (mail, mail-recover): Use that option.
8138 2002-05-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8140         * international/mule.el (auto-coding-alist): Use emacs-mule
8141         for auto-save files.
8143 2002-05-20  Miles Bader  <miles@gnu.org>
8145         * files.el (find-file-read-args): Don't trash existing value of
8146         `minibuffer-setup-hook', just add our hook to it.
8148 2002-05-19  Markus Rost  <rost@math.ohio-state.edu>
8150         * international/ucs-tables.el (unify-8859-on-encoding-mode)
8151         (unify-8859-on-decoding-mode): Change :version attributes to strings.
8153         * simple.el (yank-excluded-properties): Change :version attribute
8154         to a string.
8156         * dired.el (dired-view-command-alist): Change :version attribute
8157         to a string.
8159         * xscheme.el (xscheme-start-hook): Change :version attribute to a
8160         string.
8162         * find-dired.el (find-dired): Implement revert-buffer-function.
8164         * mail/emacsbug.el (report-emacs-bug-hook): Do another save-excursion.
8166 2002-05-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
8168         * progmodes/f90.el (f90-match-end, f90-break-line): Simplify a bit.
8169         (f90-get-present-comment-type): Fix earlier change.
8170         (f90-comment-indent): Doc fix.
8171         (f90-equal-symbols, f90-looking-at-do, f90-looking-at-select-case)
8172         (f90-looking-at-if-then): Remove lets.
8173         (f90-looking-at-where-or-forall): Handle if split over lines.
8174         (f90-change-keywords): Doc fix.
8176 2002-05-19  Richard M. Stallman  <rms@gnu.org>
8178         * indent.el (indent-region): Make COLUMN arg optional.
8180         * files.el (find-file-read-args): New function.
8181         (find-file, find-file-other-window, find-file-other-frame)
8182         (find-file-read-only, find-file-read-only-other-window)
8183         (find-file-read-only-other-frame): Use it.
8185         * custom.el (custom-load-symbol): Verify that LOADED is a string.
8187         * arc-mode.el (archive-zip-use-pkzip): Variable deleted.
8188         (archive-zip-extract, archive-zip-expunge, archive-zip-update)
8189         (archive-zip-update-case): Use locate-file to decide whether
8190         to use pkzip.
8191         (archive-zip-extract): Test for pkzip in value of archive-zip-extract.
8193         * files.el (locate-file): Doc fix.
8195 2002-05-19  John Paul Wallington  <jpw@shootybangbang.com>
8197         * mail/rmail.el (rmail-show-message-hook): Offer `goto-address'
8198         as an option.
8200 2002-05-18  Stefan Monnier  <monnier@cs.yale.edu>
8202         * uniquify.el (uniquify-rationalize-file-buffer-names):
8203         Always strip the trailing / even if the file is not a directory.
8205 2002-05-18  Glenn Morris  <gmorris@ast.cam.ac.uk>
8207         * progmodes/f90.el (f90-mode-syntax-table, f90-mode-map): Do the
8208         initialization in the defvar.
8209         (f90-font-lock-on, f90-font-lock-off): Add 'menu-alias property.
8210         (f90-font-lock-1, f90-font-lock-2, f90-font-lock-3)
8211         (f90-font-lock-4): Move the doc strings.
8212         (f90-menu-bar-menu): New internal variable to hold the top-level menu.
8213         (f90-change-case-menu, f90-font-lock-menu): Minor code changes.
8214         (f90-mode-abbrev-table): Initialize in the defvar, with
8215         define-abbrev-table.
8217 2002-05-18  Eli Zaretskii  <eliz@is.elta.co.il>
8219         * tar-mode.el (tar-octal-time): Fix last change.
8221 2002-05-18  Markus Rost  <rost@math.ohio-state.edu>
8223         * mail/emacsbug.el (report-emacs-bug-text-prompt): New variable.
8224         (report-emacs-bug): Store the prompt in
8225         `report-emacs-bug-text-prompt'.  Move Configuration/Important
8226         settings information after the user's report.
8227         (report-emacs-bug-hook): Unclutter by deleting the content of
8228         `report-emacs-bug-text-prompt'.
8230 2002-05-17  Thomas Morgan  <tlm@pocketmail.com>
8232         * forms.el (forms-jump-record, forms-insert-record)
8233         (forms-delete-record): Calculate lines from the beginning of the
8234         accessible portion rather than from the beginning of the buffer.
8236 2002-05-16  Eli Zaretskii  <eliz@is.elta.co.il>
8238         * ps-mule.el (eval-and-compile): Add a trivial replacement for a
8239         possibly missing encode-char.
8240         (ps-mule-font-info-database-bdf): Add associations for Unicode
8241         fonts.  Doc fix.
8242         (ps-mule-font-info-database-ps-bdf): Doc fix.
8243         (ps-mule-encode-ucs2): New function for encoding Unicode characters.
8245         * tar-mode.el (tar-octal-time): Fix the last argument of logior.
8247 2002-05-16  Stefan Monnier  <monnier@cs.yale.edu>
8249         * emacs-lisp/find-func.el (find-function-search-for-symbol):
8250         Find funs defined with defun-cvs-mode.
8251         (find-function-space-re): New const.  Skips comments as well.
8252         (find-function-regexp, find-variable-regexp): Use it.
8254         * pcvs.el (cvs-cmd-do): Accept non-CVS dirs with CVS-ctrl'd subdirs.
8255         (cvs-mode-add-change-log-entry-other-window): Work on multiple files.
8256         (cvs-mode-set-flags): Don't cons unnecessarily.
8258 2002-05-16  Colin Walters  <walters@debian.org>
8260         * menu-bar.el (menu-bar-tools-menu) <calculator>: Renamed to
8261         "Simple Calculator".
8262         (menu-bar-tools-menu) <calc>: New.
8264 2002-05-16  Juanma Barranquero  <lektu@terra.es>
8266         * progmodes/hideshow.el (hs-adjust-block-beginning): Fix typo.
8268         * filesets.el (filesets-ormap): Fix typo.
8270         * faces.el (describe-face): Fix typo.
8272 2002-05-15  Stefan Monnier  <monnier@cs.yale.edu>
8274         * emacs-lisp/easymenu.el (easy-menu-make-symbol):
8275         Don't treat (lambda () ...) as an expression.
8277 2002-05-15  John Paul Wallington  <jpw@shootybangbang.com>
8279         * replace.el (occur-read-primary-args): Handle a bare 'C-u' correctly.
8281 2002-05-15  Eli Zaretskii  <eliz@is.elta.co.il>
8283         * emacs-lisp/easymenu.el (easy-menu-add): Doc fix.
8285 2002-05-14  Glenn Morris  <gmorris@ast.cam.ac.uk>
8287         * progmodes/fortran.el (fortran-directive-re): New name for
8288         fortran-preprocessor-re.  All usage updated.
8289         (fortran-calculate-indent): Give directives zero indentation.
8291 2002-05-14  Jason Rumney  <jasonr@gnu.org>
8293         * emacs-lisp/easymenu.el (easy-menu-name-match): Match both
8294         displayed text and internal name as string.
8296 2002-05-14  Kim F. Storm  <storm@cua.dk>
8298         * emulation/cua-rect.el (cua--rectangle-operation):
8299         Don't highlight empty lines in rectangles.
8301         * emulation/keypad.el: Improved commentary.
8302         (keypad-setup, keypad-shifted-setup): Added choice to setup
8303         Numeric keypad with decimal key; value is selected character.
8304         (keypad-decimal-key, keypad-shifted-decimal-key): Removed options.
8305         (keypad-numlock-setup, keypad-numlock-shifted-setup): New options.
8306         (keypad-setup): Arg list changed to support the new options.
8308 2002-05-14  Richard M. Stallman  <rms@gnu.org>
8310         * dabbrev.el (dabbrev-case-distinction): New option.
8311         (dabbrev--try-find): Handle dabbrev-case-distinction.
8312         (dabbrev--search): Clean up the code.
8313         (dabbrev-upcase-means-case-search): Doc fix.
8314         (dabbrev-case-replace): Fix custom tags and docs.
8316 2002-05-14  Jochen K\e,A|\e(Bpper  <jochen@jochen-kuepper.de>
8318         * calc/calc-units.el (math-standard-units): Update from CODATA.
8320 2002-05-14  Stefan Monnier  <monnier@cs.yale.edu>
8322         * skeleton.el (skeleton-transformation): Default to `identity'.
8323         (skeleton-insert): Use `move-after' markers and `insert' rather
8324         than rely on insert-before-markers.
8325         (skeleton-internal-1): Handle `> \n' specially so that the newline
8326         is inserted before the first line is indented.
8328 2002-05-14  Mike Williams  <mdub@bigfoot.com>
8330         * textmodes/sgml-mode.el (sgml-tag):
8331         Default skeleton-transformation to `identity'.
8333 2002-05-14  Francesco Potort\e,Al\e(B  <pot@gnu.org>
8335         * shell.el (shell-mode): Make second part of initialisation
8336         depend on whether comint-input-ring is empty, rather than depend
8337         on it being nil.
8339 2002-05-14  Richard M. Stallman  <rms@gnu.org>
8341         * files.el (make-auto-save-file-name):
8342         Delete the auto-save file after make-temp-file creates it.
8344 2002-05-13  Kim F. Storm  <storm@cua.dk>
8346         * emulation/cua-base.el (cua-enable-cursor-indications): Default off.
8347         (cua-mode): Print Enabled/Disabled messages if interactive.
8348         Disable delete-selection-mode and pc-selection-mode when cua-mode
8349         is enabled; reenable if cua-mode is turned off.
8350         Remember setting of transient-mark-mode when cua-mode is enabled;
8351         restore if cua-mode is disabled.
8353 2002-05-13  Richard M. Stallman  <rms@gnu.org>
8355         * mail/emacsbug.el (report-emacs-bug): Change the "English please" msg.
8357 2002-05-13  Colin Walters  <walters@gnu.org>
8359         * ibuf-ext.el (ibuffer-format-filter-group-data): New function.
8361         * ibuffer.el (ibuffer-insert-filter-group): New argument filter-string.
8362         (ibuffer-redisplay-engine): Handle it.
8364         * add-log.el (add-log-mailing-address): Can be a list, too.
8365         (add-change-log-entry): If `add-log-mailing-address' is a list,
8366         then handle it.
8368 2002-05-12  Colin Walters  <walters@debian.org>
8370         * replace.el (occur-1): New optional argument `buf-name'.
8371         (occur-revert-function): Use it.
8373         (occur-1): Handle plurals.
8375         (occur-engine): If there are no more matches, then finish
8376         searching the current buffer.
8378 2002-05-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
8380         * net/ange-ftp.el (ange-ftp-try-passive-mode)
8381         (ange-ftp-passive-host-alist): Change :version attributes to be
8382         strings.
8384 2002-05-12  Markus Rost  <rost@math.ohio-state.edu>
8386         * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Define it with
8387         define-minor-mode.
8389         * emacs-lisp/find-func.el (find-function-search-for-symbol):
8390         Handle more whitespace/newline combinations in symbol definitions.
8392 2002-05-12  Eli Zaretskii  <eliz@is.elta.co.il>
8394         * w32-vars.el (w32)
8395         * vc-cvs.el (vc-cvs-global-switches)
8396         (vc-cvs-sticky-date-format-string, vc-cvs-sticky-tag-display)
8397         * textmodes/sgml-mode.el (sgml-xml-mode)
8398         * ruler-mode.el (ruler-mode)
8399         * replace.el (query-replace-skip-read-only)
8400         * progmodes/fortran.el (fortran-preprocessor-re)
8401         * net/ange-ftp.el (ange-ftp-passive-host-alist)
8402         * mail/sendmail.el (mail-use-dsn)
8403         * faces.el (mode-line-inactive, minibuffer-prompt)
8404         * add-log.el (add-log-always-start-new-record): Change all
8405         post-21.1 :version attributes to 21.4.
8407 2002-05-12  Richard M. Stallman  <rms@gnu.org>
8409         * mail/smtpmail.el (smtpmail-mail-address): New variable.
8410         (smtpmail-send-it): Bind and use that instead of `mail-address'.
8411         (smtpmail-via-smtp): Likewise.
8413         * ansi-color.el (ansi-color-get-face): Avoid add-to-list on local var.
8414         (ansi-color-apply-sequence): Avoid duplicates in combined face list.
8416         * dired-aux.el (dired-show-file-type): Use -- to say FILE's not option.
8418         * subr.el (functionp): Catch errors in indirect-function.
8420 2002-05-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
8422         * net/ldap.el (ldap-search-internal): Unfold folded lines before
8423         parsing.
8425         * cus-edit.el (customize-set-value): Rename `var' to `variable'
8426         and `val' to `value'.
8427         (customize-save-variable): Rename `var' to `'variable.
8429 2002-05-12  Glenn Morris  <gmorris@ast.cam.ac.uk>
8431         * progmodes/fortran.el (fortran-preprocessor-re): New variable.
8432         Use it for font-locking and indentation.
8433         (fortran-previous-statement, fortran-next-statement): Make them
8434         skip over preprocessor lines.
8435         (fortran-calculate-indent): Use fortran-preprocessor-re.
8437 2002-05-10  Kim F. Storm  <storm@cua.dk>
8439         * emulation/cua-base.el (cua-enable-cua-keys)
8440         (cua-enable-register-prefix): Added value for `other' choice.
8442 2002-05-10  Eli Zaretskii  <eliz@is.elta.co.il>
8444         * menu-bar.el (menu-bar-showhide-scroll-bar-menu)
8445         (menu-bar-showhide-menu): Use display-graphic-p, not window-system.
8446         (menu-bar-showhide-menu) <showhide-menu-bar, showhide-tool-bar>:
8447         Run a named function.
8448         (showhide-menu-bar, showhide-toolbar): Invoke customize-mark-as-set.
8449         (menu-bar-showhide-menu) <column-number-mode, line-number-mode>:
8450         Fix help text.
8452 2002-05-10  Kim F. Storm  <storm@cua.dk>
8454         * emulation/cua-base.el (cua-mode): Misc. changes to use
8455         emulation-mode-map-alists instead of minor-mode-map-alist.
8457 2002-05-09  Richard M. Stallman  <rms@gnu.org>
8459         * mail/rmail.el (rmail-show-message):
8460         Catch error in check-coding-system.
8462         * progmodes/compile.el (compilation-error-regexp-alist):
8463         New element to recognize Python error messages.
8465         * shell.el (shell-replace-by-expanded-directory):
8466         If there's already a / at the end, don't add one.
8468 2002-05-09  Colin Walters  <walters@verbum.org>
8470         * ibuffer.el (ibuffer-mode-map): Add :enable guards for
8471         `ibuffer-filter-disable', `ibuffer-pop-filter',
8472         `ibuffer-or-filter', `ibuffer-negate-filter',
8473         `ibuffer-decompose-filter', `ibuffer-save-filters',
8474         `ibuffer-switch-to-saved-filters', `ibuffer-delete-saved-filters',
8475         `ibuffer-save-filter-groups',
8476         `ibuffer-switch-to-saved-filter-groups',
8477         `ibuffer-delete-saved-filter-groups'.
8479         * ibuf-ext.el (ibuffer-do-occur): Default to 0 context lines.
8481 2002-05-09  Markus Rost  <rost@math.ohio-state.edu>
8483         * woman.el (woman-menu): Move symbol before the comment so that
8484         find-function-search-for-symbol finds it.
8486 2002-05-10  Miles Bader  <miles@gnu.org>
8488         * facemenu.el (list-colors-display): Don't use
8489         `display-color-cells' unless the display class is one for which
8490         that info is relevant.
8492 2002-05-09  Simon Josefsson  <jas@extundo.com>
8494         * mail/smtpmail.el (smtpmail-send-it): Use user-mail-address from
8495         calling buffer.
8496         (smtpmail-auth-credentials): Bump :version to 21.4 (21.3 will not
8497         have the patch).
8499 2002-05-09  Kim F. Storm  <storm@cua.dk>
8501         * wid-edit.el (checkbox): New check-mark image.
8503 2002-05-08  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
8505         * filesets.el (filesets-running-xemacs): Fix last change.
8507 2002-05-08  Markus Rost  <rost@math.ohio-state.edu>
8509         * help-fns.el (describe-function-1): If the source is
8510         `loaddefs.el', look for the real source.  This is necessary only
8511         for defaliases.
8513         * emacs-lisp/find-func.el (find-function-search-for-symbol):
8514         Add autoload cookie.
8515         (find-function-regexp): Include
8516         "\(quote " to match the defaliases in loaddefs.el.
8518         * filesets.el (filesets-conditional-sort): Use copy-sequence,
8519         not copy-list.
8520         (filesets-menu-path, filesets-menu-before, filesets-menu-in-menu):
8521         Defvar them to nil if running in Emacs.
8523 2002-05-08  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
8525         * textmodes/flyspell.el (make-flyspell-overlay): Add help text
8526         to flyspell overlays.
8528         * info.el (Info-mode-map): Bind `c' to Info-copy-current-node-name.
8530 2002-05-08  Richard M. Stallman  <rms@gnu.org>
8532         * diff.el (diff-regexp-alist): Doc fix.
8534         * mail/smtpmail.el (netrc-machine, netrc-get): Add autoloads.
8536 2002-05-08  Simon Marshall  <simon@gnu.org>
8538         * msb.el (msb-menu-bar-update-buffers): Fixed frame menu to use
8539         the frame name as the car of a menu entry, rather than the frame.
8541 2002-05-08  Juanma Barranquero  <lektu@terra.es>
8543         * rfn-eshadow.el (read-file-name-electric-shadow-mode): Fix typos
8544         in docstring.
8546 2002-05-07  Colin Walters  <walters@verbum.org>
8548         * replace.el (occur-unfontify-region-function): Delete.
8549         (occur-mode): Don't use it.
8550         (occur-engine): Respect `keep-props'.
8551         (occur-accumulate-lines): If we're moving forward, decrement;
8552         don't increment, and vice versa.
8554 2002-05-08  Toru Tomabechi  <Toru.Tomabechi@orient.unil.ch>
8556         * language/tibet-util.el (tibetan-canonicalize-for-unicode-alist)
8557         (tibetan-canonicalize-for-unicode-regexp): New variables.
8558         (tibetan-canonicalize-for-unicode-region): New function.
8559         (tibetan-strict-unicode): New variable.
8560         (tibetan-pre-write-canonicalize-for-unicode): New function.
8562 2002-05-07  Markus Rost  <rost@math.ohio-state.edu>
8564         * net/ange-ftp.el (ange-ftp-re-read-dir): Don't hide it behind
8565         the autoload-cookie.  Remove comment.
8567         * ffap.el (ffap): Don't hide it behind the autoload-cookie.
8569         * rect.el (close-rectangle): Don't hide it behind the
8570         autoload-cookie.
8572 2002-05-07  Juanma Barranquero  <lektu@terra.es>
8574         * windmove.el (windmove-default-keybindings): Add optional
8575         parameter to allow using a modifier other than 'shift.
8577 2002-05-07  Thomas Link  <t.link@gmx.at>
8579         * filesets.el:
8580         (filesets-external-viewers): Fix customization problem.
8581         (filesets-some): Replaces cl's `some'.  Calls changed.
8582         (filesets-member): Replaces cl's `member*'.  Calls changed.
8583         (filesets-ormap): New function.
8585 2002-05-07  John Paul Wallington  <jpw@shootybangbang.com>
8587         * ibuffer.el (toplevel): Specialize `ibuffer-mode-groups-popup'
8588         menu items.
8590 2002-05-07  Colin Walters  <walters@gnu.org>
8592         * ibuf-ext.el (ibuffer-pop-filter-group): Doc fix.
8593         (ibuffer-clear-filter-groups): Likewise.
8594         (ibuffer-kill-filter-group): Likewise.
8595         (ibuffer-kill-line): Likewise.
8596         (ibuffer-read-filter-group-name): New function.
8597         (ibuffer-jump-to-filter-group): Use it.
8598         (ibuffer-kill-filter-group): Likewise.
8599         (ibuffer-yank-filter-group): Likewise.
8600         (ibuffer-decompose-filter-group): New function.
8602         * ibuffer.el (ibuffer-mode-map): Bind it.  Add :enable guard
8603         around `ibuffer-filters-to-filter-group' menu item.  Fix :enable
8604         guards for `ibuffer-pop-filter-group' and
8605         `ibuffer-clear-filter-groups'.
8607 2002-05-06  Markus Rost  <rost@math.ohio-state.edu>
8609         * emacs-lisp/find-func.el (find-function-search-for-symbol):
8610         Use with-syntax-table.
8612 2002-05-06  Francesco Potort\e,Al\e(B  <pot@gnu.org>
8614         * mail/rmail.el (rmail-font-lock-keywords): Highlight Resent-[Ff]rom:.
8616 2002-05-05  Markus Rost  <rost@math.ohio-state.edu>
8618         * time-stamp.el (time-stamp-format): Doc fix: escape open
8619         parenthesis in column 0.
8621 2002-05-04  Richard M. Stallman  <rms@gnu.org>
8623         * toolbar/tool-bar.el (tool-bar-local-item-from-menu):
8624         Handle both cases: when the menu item has cached info
8625         and when it doesn't.
8627         * filesets.el (filesets-browse-dir-function): Renamed from ...-fn.
8628         (filesets-open-file-function, filesets-save-buffer-function): Likewise.
8629         (filesets-tree-max-level): Doc fix.
8630         (filesets-commands, filesets-external-viewers)
8631         (filesets-ingroup-patterns): Mark as risky.
8632         (filesets-cache-hostname-flag): Doc fix.
8633         (filesets-menu-cache-file): Doc fix.  Mark as risky.
8634         (filesets-menu-before, filesets-menu-path, filesets-menu-in-menu):
8635         Don't defcustom them if running in Emacs.
8637 2002-05-04  Thomas Link  <t.link@gmx.at>
8639         * filesets.el (filesets-ingroup-collect-files):
8640         Fix problem with inclusion groups' :scan-depth property.
8642 2002-05-04  Colin Walters  <walters@verbum.org>
8644         * ibuf-ext.el (ibuffer-kill-filter-group): Test for killing
8645         "Default" group earlier.  Push killed group on
8646         `ibuffer-filter-group-kill-ring'.
8647         (ibuffer-kill-line): Document.  Don't push killed group ourselves.
8648         (ibuffer-yank-filter-group): Renamed from `ibuffer-yank'.
8649         (ibuffer-insert-filter-group-before): New function, broken out
8650         from `ibuffer-yank'.
8651         (ibuffer-yank): Now just call `ibuffer-yank-filter-group'.
8653         * ibuffer.el (ibuffer-mode-operate-menu, ibuffer-mode-mark-menu)
8654         (ibuffer-mode-view-menu): Unused variables; deleted.
8655         (ibuffer-find-file): Pass wildcard flag to `find-file' correctly.
8657 2002-05-04  John Paul Wallington  <jpw@shootybangbang.com>
8659         * ibuffer.el (ibuffer-mode-groups-popup): New variable.
8660         (toplevel): Bind filter group menu entries in it.  Add :enable
8661         forms for some menu items.
8662         (toplevel): Bind [down-mouse-3] in `ibuffer-mode-filter-group-map'
8663         to `ibuffer-mouse-popup-menu'.
8664         (ibuffer-mouse-popup-menu): Test whether or not we're on a filter
8665         group name, and if so, pop up a filter group menu.
8667 2002-05-04  Jason Rumney  <jasonr@gnu.org>
8669         * mwheel.el (mwheel-event-button): Translate mouse-wheel events.
8670         (mwheel-scroll): Recognize nil scroll amount as documented.
8672         * term/w32-win.el (mouse-wheel-scroll-line)
8673         (mouse-wheel-scroll-screen): Remove.
8674         ([mouse-wheel], [C-mouse-wheel], [S-mouse-wheel]): Use mwheel-scroll.
8676         * w32-vars.el: (mouse-wheel-scroll-amount): Removed.
8678 2002-05-04  Markus Rost  <rost@math.ohio-state.edu>
8680         * emacs-lisp/find-func.el (find-function-search-for-symbol):
8681         Bind case-fold-search when searching.
8683 2002-05-04  Eli Zaretskii  <eliz@is.elta.co.il>
8685         * apropos.el (apropos-print): Fix the reference to mouse-2.
8687 2002-05-04  Daniel Pfeiffer  <occitan@esperanto.org>
8689         * play/mpuz.el (mpuz-switch-to-window): Set buffer-read-only directly.
8691 2002-05-04  Kim F. Storm  <storm@cua.dk>
8693         * cus-edit.el (custom-buffer-verbose-help): New variable.
8694         (custom-buffer-create-internal): Remove verbose introduction
8695         in customization buffer when it is nil.
8697 2002-05-03  Dave Love  <fx@gnu.org>
8699         * international/mule-cmds.el (select-safe-coding-system):
8700         Don't offer coding systems that use locking shift.
8701         Ask for confirmation if chosen coding system disagrees with
8702         a `coding:' spec in the file.
8704 2002-05-03  John Wiegley  <johnw@gnu.org>
8706         * eshell/esh-var.el (eshell-modify-global-environment): Added this
8707         customization variable, which will cause any "export" commands
8708         within any eshell buffer to modify the global Emacs environment.
8709         It defaults to nil, which means that such commands will only
8710         modify that Eshell buffer's environment.
8711         (eshell-var-initialize): Initialize `eshell-modify-global-environment'.
8713         * eshell/em-cmpl.el (eshell-command-completions-alist):
8714         Improve default completion targets for objdump, nm and readelf.
8716 2002-05-03  Colin Walters  <walters@verbum.org>
8718         * play/gamegrid.el (gamegrid-user-score-file-directory): New variable.
8719         (gamegrid-add-score-with-update-game-score):
8720         Use `shared-game-score-directory'.  Correctly handle non-setuid case.
8722 2002-05-02  Colin Walters  <walters@verbum.org>
8724         * replace.el (occur-mode-map): Bind "q" to `delete-window'.
8725         (occur-1): If one of the buffers we're searching is the *Occur*
8726         buffer itself, handle it by creating a temporary buffer.  If any
8727         of the buffers being searched are killed, note that in the search
8728         result message.  Also, set local variables before we possibly kill
8729         the buffer.
8731 2002-05-02  Kim F. Storm  <storm@cua.dk>
8733         * menu-bar.el (menu-bar-make-toggle): Added optional PROPS arg.
8734         (menu-bar-options-save): Added cua-mode.
8735         (menu-bar-options-menu): Added toggle for cua-mode.
8736         Disable toggle for transient-mark-mode if cua-mode is enabled.
8738         * emulation/cua-base.el (cua-inhibit-cua-keys): New buffer-local
8739         variable.
8741 2002-05-01  Richard M. Stallman  <rms@gnu.org>
8743         * help.el (view-todo): New function.
8744         (help-map): Bind C-h C-t to view-todo.
8745         (help-for-help): Change the text.
8747 2002-05-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
8749         * progmodes/f90.el: Yet more doc string, commment and whitespace
8750         changes.
8751         (f90-imenu-flag): New name for internal variable f90-imenu.
8752         (f90-blocks-re, f90-program-block-re, f90-end-if-re)
8753         (f90-no-break-re): Use regexp-opt.
8754         (f90-end-type-re): Add closing "\\>".
8755         (f90-indent-region): Correctly indent comments embedded in
8756         continued lines.
8757         (f90-indent-new-line): Make it indent the current line, as it should.
8758         (f90-line-continued, f90-get-present-comment-type)
8759         (f90-looking-at-if-then, f90-indent-line, f90-indent-new-line)
8760         (f90-indent-region, f90-indent-subprogram, f90-do-auto-fill)
8761         (f90-join-lines, f90-fill-region, f90-match-end, f90-insert-end)
8762         (f90-change-keywords): Minor code tidying.
8764         * progmodes/fortran.el (fortran-strip-sequence-nos): Rename from
8765         typo `fortran-strip-sqeuence-nos'.
8767 2002-05-01  Eli Zaretskii  <eliz@is.elta.co.il>
8769         * simple.el (clone-indirect-buffer-other-window): Fix a typo in
8770         pop-up-window.
8772 2002-05-01  Kim F. Storm  <storm@cua.dk>
8774         * emulation/cua-base.el (cua--pre-command-handler):
8775         Only interpret delete-selection property if mark-active.
8776         (cua-mode): Fixed require in defcustom.
8778 2002-05-01  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
8780         * calendar/cal-menu.el (cal-menu-x-popup-menu): Fix argument of
8781         error call.
8783 2002-05-01  Colin Walters  <walters@verbum.org>
8785         * textmodes/tex-mode.el (tex-validate-buffer):
8786         Use `occur-revert-arguments' instead of setting `occur-nlines' and
8787         `occur-buffer'.  Don't test for `input-pending-p' in loop.
8788         Set text property `occur-target' instead of `occur'.
8790 2002-04-30  John Wiegley  <johnw@gnu.org>
8792         * align.el (align-region): Fixed the fix to align-region, because
8793         the "name" argument was appearing twice.
8795 2002-05-01  Martin Stjernholm  <bug-cc-mode@gnu.org>
8797         * progmodes/cc-engine.el (c-beginning-of-decl-1): Better way
8798         to handle protection labels, one which doesn't get confused by
8799         inherit colons.
8801         * progmodes/cc-engine.el (c-end-of-decl-1): Don't treat
8802         functions that have "class" or "struct" in the return type as
8803         classes or structs.
8805 2002-04-30  Kim F. Storm  <storm@cua.dk>
8807         * menu-bar.el (menu-bar-custom-menu): Change "Recently Changed
8808         Options" to "New Options..."; rephrase tooltip.
8809         Rephrase tooltip for "Specific Option...".
8810         Added "Saved Options" item.  [from Simon Marshall]
8812 2002-04-30  Richard M. Stallman  <rms@gnu.org>
8814         * time.el (display-time-mail-directory)
8815         (display-time-mail-function): Doc fixes.
8817         * ediff-hook.el: Remove autoload cookies.
8819         * language/tibetan.el (tibetan-obsolete-glyphs): Now in tibet-util.el.
8821         * language/tibet-util.el (tibetan-obsolete-glyphs): From tibetan.el.
8823         * align.el (align-region): Fix call to `message'.
8824         Check that (car rule) is a symbol.
8826         * autoinsert.el (auto-insert-directory): Doc fix.
8828         * facemenu.el (describe-text-at and stuff): Moved to descr-text.el.
8830         * descr-text.el: New file, broken out of facemenu.el.
8832         * emacs-lisp/advice.el (documentation): Add ad-define-subr-args call.
8834 2002-04-29  Markus Rost  <rost@math.ohio-state.edu>
8836         * mail/emacsbug.el (report-emacs-bug-hook):
8837         Use replace-match only if search was successful.
8839 2002-04-29  Richard M. Stallman  <rms@gnu.org>
8841         * net/zone-mode.el (zone-mode): Add write-file-hooks hook locally.
8843         * mail/emacsbug.el (report-emacs-bug-hook): Don't fail completely
8844         if the user edits the Emacs version number in the text.
8846         * filesets.el (filesets-running-xemacs): Make defvar unconditional.
8847         (filesets-ingroup-files): Renamed from filesets-ingroup-paths.
8848         (filesets-error): Simplify definition and make conditional
8849         on filesets-running-xemacs.
8850         (filesets-find-file-using): Renamed from fsfind-file-using.
8852 2002-04-29  Stefan Monnier  <monnier@cs.yale.edu>
8854         * info.el (Info-find-in-tag-table-1, Info-read-subfile): Use point-min.
8855         (Info-read-node-name-1): Complete file names.
8856         (Info-complete-menu-item): Don't cons unnecessarily.
8858         * files.el (locate-file): New fun.
8859         (locate-file-completion): Rename from load-completion and generalize.
8860         (load-library): Use it.
8861         (make-auto-save-file-name): Expand caddr.
8863         * newcomment.el (comment-fill-column): New var.
8864         (comment-indent): Use it.
8865         (comment-or-uncomment-region): New fun.
8866         (comment-dwim): Use it.
8868 2002-04-29  Colin Walters  <walters@verbum.org>
8870         * ibuf-ext.el (ibuffer-kill-filter-group): Call `delete' function.
8871         (ibuffer-kill-line): Copy the filter group data structure when killing.
8872         (ibuffer-yank): Handle case where we're yanking on the default
8873         group correctly.
8874         (ibuffer-delete-saved-filter-groups): Doc fix.
8876         * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
8877         Test whether or not update-game-score is setuid, and do the right
8878         thing.
8880 2002-04-29  Kim F. Storm  <storm@cua.dk>
8882         * subr.el (remove-yank-excluded-properties): New helper function.
8883         (insert-for-yank, insert-buffer-substring-as-yank): Use it.
8885         * simple.el (yank-excluded-properties): Added help-echo to list.
8887 2002-04-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
8889         * autoinsert.el (auto-insert-directory): Doc fix.
8891         * progmodes/f90.el: Add/change doc strings for many inline
8892         functions.  Whitespace changes.
8893         (f90-indent-line-no, f90-update-line): Minor code changes.
8895 2002-04-29  Kim F. Storm  <storm@cua.dk>
8897         * emulation/cua-base.el: New file.
8899         * emulation/cua-rect.el: New file.
8901         * emulation/cua-gmrk.el: New file.
8903         * emulation/keypad.el: New file.
8905 2002-04-29  Triet Hoai Lai  <thlai@ee.usyd.edu.au>
8907         * language/vietnamese.el (viet-tcvn-decode-table, ccl-decode-tcvn)
8908         (ccl-encode-tcvn, ccl-encode-tcvn-font, vietnamese-tcvn):
8909         New Vietnamese coding system.
8911         * language/viet-util.el: Update Commentary section.
8913 2002-04-29  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
8915         * filesets.el (filesets-data): Doc fix.
8916         (filesets-running-xemacs): Define even when compiling.
8918         * recentf.el (recentf-cancel-dialog): Remove dot at the end of
8919         sentence.
8921 2002-04-29  Stefan Monnier  <monnier@cs.yale.edu>
8923         * textmodes/fill.el (fill-context-prefix): Fix last change with
8924         yet-another-approach.
8926 2002-04-28  Markus Rost  <rost@math.ohio-state.edu>
8928         * net/ange-ftp.el (ange-ftp-passive-host-alist)
8929         (ange-ftp-bs2000-additional-pubsets): Fix custom type.
8931         * files.el (small-temporary-file-directory): Fix custom type.
8933 2002-04-28  Glenn Morris  <gmorris@ast.cam.ac.uk>
8935         * progmodes/f90.el (f90-xemacs-flag): New variable.
8936         (f90-mark-subprogram-overlay): New variable.
8937         (f90-mark-subprogram): Now it highlights the subprogram.
8938         (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
8939         Fix highlighting of various "type" forms.
8941 2002-04-28  Colin Walters  <walters@verbum.org>
8943         * ibuffer.el (ibuffer-mode): Additional documentation on filter
8944         groups.
8946 2002-04-28  John Paul Wallington  <jpw@shootybangbang.com>
8948         * ibuf-ext.el (ibuffer-set-filter-groups-by-mode): Don't make an
8949         ibuffer-mode filter group if `ibuffer-view-ibuffer' is nil.
8951 2002-04-28  Richard M. Stallman  <rms@gnu.org>
8953         * mail/sendmail.el (mail-recover-1): Decrease non-random-len
8954         by 1 for the newly-readded #.
8956         * files.el (make-auto-save-file-name): Specify # as suffix
8957         in the non-file-visiting case.
8959         * subr.el (make-temp-file): New arg SUFFIX.
8961         * filesets.el: New file.
8963         * replace.el (occur-accumulate-lines): Avoid incf and decf.
8964         (occur-engine-add-prefix): New function.
8965         (occur-engine): Avoid using macrolet, incf and decf.
8966         Use occur-engine-add-prefix instead.
8967         Rename `l' to `lines' and `c' to `matches'.
8969         * replace.el (occur-engine, occur-mode-mouse-goto)
8970         (occur-mode-find-occurrence, occur-mode-goto-occurrence)
8971         (occur-mode-goto-occurrence-other-window)
8972         (occur-mode-display-occurrence): A position is just a marker,
8973         not a list.
8975         * replace.el (occur-revert-arguments):
8976         Renamed from occur-revert-properties.  All uses changed.
8978 2002-04-28  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
8980         * recentf.el (recentf-menu-before): Use string to specify path in
8981         the menu.
8983         * international/mule-cmds.el (read-language-name): Take care of
8984         non-list values.
8986 2002-04-27  Richard M. Stallman  <rms@gnu.org>
8988         * custom.el (custom-load-symbol): Moved from cus-edit.el.
8989         (custom-load-recursion): Likewise.
8991         * cus-edit.el (custom-load-symbol): Moved to custom.el.
8992         (custom-load-recursion): Likewise.
8994         * progmodes/ada-xref.el (ada-add-ada-menu): Menu pseudo-keys
8995         generated by easymenu are now lowercase.
8997 2002-04-27  Richard M. Stallman  <rms@gnu.org>
8999         * menu-bar.el (menu-bar-update-buffers): Add menu items
9000         Next Buffer and Previous Buffer.
9002         * simple.el (next-buffer, prev-buffer): New commands.
9003         Bind C-x left and C-x right to them.
9005         * info.el (Info-header-line): Mark it as risky-local-variable.
9007         * subr.el (insert-for-yank): Replace `category' property
9008         with whatever properties it stands for.
9010         * subr.el (member-ignore-case): Ignore non-strings in LIST.
9012 2002-04-27  Miles Bader  <miles@gnu.org>
9014         * faces.el (read-face-name): Format the prompt correctly when
9015         there's no default.
9017 2002-04-26  Andrew Choi  <akochoi@shaw.ca>
9019         * term/mac-win.el: Don't call ediff-toggle-multiframe.
9020         Set default directory.  Set process-connection-type to nil.
9022 2002-04-26  Richard M. Stallman  <rms@gnu.org>
9024         * loadup.el: Explicitly load cus-face and timer.
9026         * isearch.el: Don't require timer.
9028         * faces.el: Don't require cus-face.
9030         * cus-edit.el (customize-face): Use read-face-name
9031         and handle multiple faces.
9032         (customize-face-other-window): Make it work similarly.
9034         * faces.el (read-face-name): New defaulting features.
9035         New args STRING-DESCRIBING-DEFAULT and MULTIPLE.
9036         (list-faces-display): Use the face, not its name string,
9037         as arg when running customize-face.
9038         Put a `read-face-name' prop on the entire line.
9039         (describe-face): Handle multiple faces via read-face-name.
9041         * textmodes/tex-mode.el (tex-start-options): New variable.
9042         (tex-start-commands): New variable.
9043         (tex-start-options-string): Variable deleted.
9044         (tex-start-tex): Use tex-start-options and tex-start-commands,
9045         not tex-start-options-string.
9046         (tex-command): Doc fix.
9048 2002-04-26  Sam Steingold  <sds@gnu.org>
9050         * mail/smtpmail.el (smtpmail-try-auth-methods): When `host' is
9051         not in the authinfo/netrc, keep `cred' at nil.
9053 2002-04-26  Gerd Moellmann  <gerd@gnu.org>
9055         * find-file.el: Remove Ada-specific example code.
9057 2002-04-25  Michael Kifer  <kifer@cs.stonybrook.edu>
9059         * ediff-hooks.el: Put back the autoloads.
9061 2002-04-25  Colin Walters  <walters@verbum.org>
9063         * ibuffer.el (define column process): Use `ibuffer-aif'.
9065         * ibuf-ext.el (ibuffer-saved-filter-groups): Don't include broken
9066         defaults.
9067         (ibuffer-yank): Be sure to `setq' after we use `nconc'.
9068         (ibuffer-save-filter-groups): Correctly structure filter groups.
9069         (ibuffer-switch-to-saved-filter-groups): Correctly extract filter
9070         groups.
9072 2002-04-25  Simon Josefsson  <jas@extundo.com>
9074         * mail/sendmail.el (mail-use-dsn): New variable to request
9075         delivery status notification from MTA.
9076         (sendmail-send-it): Use it.
9078         * mail/smtpmail.el (smtpmail-queue-counter): New variable.
9079         (smtpmail-send-it): Use it to construct new queue filenames
9080         (needed if you send more than one message per second, which is
9081         possible if you use Gnus Agent).
9083         * mail/smtpmail.el (smtpmail-auth-credentials): Support netrc
9084         files as well.
9085         (smtpmail-try-auth-methods): Support netrc data.
9086         (netrc-parse): Autoload netrc.
9088 2002-04-25  Colin Walters  <walters@verbum.org>
9090         * replace.el (multi-occur-by-filename-regexp): Doc fix.
9091         (occur-engine): Go to `point-min'.  Make nlines argument actually
9092         mean number of context lines.  Handle it.  Pad digits to the right.
9094         * ibuf-ext.el (ibuffer-filtering-groups): Renamed to
9095         `ibuffer-filter-groups'.  All users updated.
9096         (ibuffer-show-empty-filter-groups): New variable.
9097         (ibuffer-saved-filter-groups): New variable.
9098         (ibuffer-maybe-save-stuff): Renamed from
9099         `ibuffer-maybe-save-saved-filters'.  Callers updated.
9100         Handle `ibuffer-saved-filter-groups'.
9101         (ibuffer-hidden-filtering-groups): Renamed to
9102         `ibuffer-hidden-filter-groups'.
9103         (ibuffer-filter-group-kill-ring): New variable.
9104         (ibuffer-save-with-custom): Doc fix.
9105         (ibuffer-set-filter-groups-by-mode): New function.
9106         (ibuffer-clear-filter-groups): New function.
9107         (ibuffer-current-filter-groups-with-position): Renamed from
9108         `ibuffer-current-filter-groups'.  Callers updated.
9109         (ibuffer-kill-filter-group): New function.
9110         (ibuffer-kill-line): New function.
9111         (ibuffer-yank): New function.
9112         (ibuffer-save-filter-groups): New function.
9113         (ibuffer-delete-saved-filter-groups): New function.
9114         (ibuffer-switch-to-saved-filter-groups): New function.
9115         (ibuffer-mark-on-buffer): Add optional arguments for adding a
9116         specific mark, and marking on a specific group.
9118         * ibuffer.el (ibuffer-formats): Doc fix.
9119         (ibuffer-mode-map): Bind <up> to `ibuffer-backward-line'.
9120         Bind new functions from ibuf-ext.el.  Add menu entries for them.
9121         Remove superfluous tooltips.
9122         (ibuffer-toggle-marks): If on a group name, then toggle marks just
9123         in that group.
9124         (ibuffer-mark-interactive): Handle filter groups.
9125         (ibuffer-mark-forward, ibuffer-unmark-forward)
9126         (ibuffer-mark-for-delete, ibuffer-unmark-backward)
9127         (ibuffer-mark-for-delete-backwards): Update docs.
9128         (ibuffer-current-filter-groups): Moved to ibuf-ext.el, and renamed
9129         to `ibuffer-current-filter-groups-with-position'.
9130         (ibuffer-redisplay-engine): Handle `ibuffer-show-empty-filter-groups'.
9131         (ibuffer-mode): Add some documentation about filter groups.
9133 2002-04-25  Andreas Schwab  <schwab@suse.de>
9135         * find-dired.el (find-name-dired): Don't quote pattern twice.
9137 2002-04-26  Miles Bader  <miles@gnu.org>
9139         * cus-edit.el (customize-face, customize-face-other-window):
9140         Use default instead of initial-input for suggested face.
9142 2002-04-25  Gerd Moellmann  <gerd@gnu.org>
9144         * cus-edit.el (customize-face-other-window, customize-face):
9145         Interactively, when point is on text with a face, suggest to
9146         customize that face.
9148 2002-04-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
9150         * progmodes/f90.el: General tidy-up of commentary and some doc
9151         strings.
9153 2002-04-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
9155         * scroll-all.el (scroll-all-function-all) New function to do the
9156         actual work.
9157         (scroll-all-scroll-down-all, scroll-all-scroll-up-all,
9158         scroll-all-page-down-all, scroll-all-page-up-all,
9159         scroll-all-beginning-of-buffer-all, scroll-all-end-of-buffer-all):
9160         Make them use scroll-all-function-all.
9162         * progmodes/f90.el (f90-get-beg-of-line): Removed and replaced
9163         with line-beginning-position.
9164         (f90-get-end-of-line): Removed and replaced with line-end-position.
9165         (f90-match-piece): Removed and replaced with match-string.
9166         (f90-current-indentation): Remove `current-column'.
9167         (f90-get-present-comment-type): Use match-string rather than
9168         buffer-substring.
9169         (f90-match-end): Use line-beginning-position, line-end-position
9170         rather than beginning-of-line, end-of-line.
9171         (f90-startup-message): Variable removed.
9173 2002-04-24  Colin Walters  <walters@verbum.org>
9175         * replace.el (occur-accumulate-lines): Add optional argument
9176         `no-props'.  Handle it.
9177         (occur-engine): Use it.
9179         * ibuf-ext.el (toplevel): Remove byte-compile-dynamic.  Try to set
9180         up autoloads manually.
9181         (ibuffer-split-list): New function.
9182         (ibuffer-filtering-groups): New variable.
9183         (ibuffer-hidden-filtering-groups): New variable.
9184         (ibuffer-mouse-toggle-filter-group): New function.
9185         (ibuffer-toggle-filter-group): New function.
9186         (ibuffer-toggle-filter-group-1): New function.
9187         (ibuffer-forward-filter-group): New function.
9188         (ibuffer-backward-filter-group): New funtion.
9189         (ibuffer-generate-filter-groups): New function.
9190         (ibuffer-filters-to-filter-group): New function.
9191         (ibuffer-pop-filter-group): New function.
9192         (ibuffer-jump-to-filter-group): New function.
9193         (ibuffer-do-occur): Just use `occur-read-primary-args'
9195         * ibuffer.el (ibuffer-filter-group-name-face): New.
9196         (ibuffer-mode-map): Bind and add menu entries for most new
9197         functions; also, bind the arrow keys to the movement functions.
9198         (ibuffer-mode-filter-group-map): New.
9199         (ibuffer-mouse-toggle-mark): Handle group names.
9200         (ibuffer-mouse-visit-buffer): Error if the current buffer is killed.
9201         (ibuffer-skip-properties): New function.
9202         (ibuffer-backward-line, ibuffer-forward-line): Optionally skip
9203         group names.  Also, handle new properties.
9204         (ibuffer-visit-buffer, ibuffer-visit-buffer-other-window):
9205         Move error handling to `ibuffer-current-buffer'.
9206         (ibuffer-visit-buffer-other-frame, ibuffer-bury-buffer): Ditto.
9207         (ibuffer-visit-tags-table, ibuffer-do-view-1): Ditto.
9208         (ibuffer-toggle-marks): Add optional group argument.
9209         (ibuffer-mark-interactive): Skip group names.
9210         (ibuffer-current-buffer): Clean up error handling.
9211         (ibuffer-fontify-region-function): Fontify group names.
9212         (ibuffer-map-lines): Add extra group argument.  Handle it.
9213         (ibuffer-current-filter-groups): New function.
9214         (ibuffer-redisplay): Handle hidden filtering groups.
9215         (ibuffer-sort-bufferlist): New function, taken from
9216         `ibuffer-insert-buffers-and-marks'.
9217         (ibuffer-insert-filter-group): New function.
9218         (ibuffer-redisplay-engine): Renamed from
9219         `ibuffer-insert-buffers-and-marks'.  Handle new filtering groups.
9220         (ibuffer): Add filter-groups argument.  Handle it.
9221         Use `save-selected-window'.
9222         (ibuffer-mode): Make `ibuffer-filtering-groups' and
9223         `ibuffer-hidden-filtering-groups' buffer-local.
9225         * ibuf-macs.el (ibuffer-save-marks): Call `ibuffer-redisplay-engine'.
9227 2002-04-24  Richard M. Stallman  <rms@gnu.org>
9229         * emacs-lisp/easymenu.el (easy-menu-intern): Downcase before interning.
9230         (easy-menu-define-key-intern): Function deleted; callers intern
9231         and then call easy-menu-define-key.
9232         (easy-menu-do-add-item): Explicitly intern the key, but not BEFORE.
9233         (easy-menu-define-key): Use easy-menu-name-match to match BEFORE.
9234         (easy-menu-name-match): New function.
9235         (add-submenu): New function.
9236         (easy-menu-get-map-look-for-name): Use easy-menu-name-match.
9238 2002-04-24  Eli Zaretskii  <eliz@is.elta.co.il>
9240         * menu-bar.el (menu-bar-adv-search-menu)
9241         (menu-bar-adv-search-menu): Improve the help text.
9243 2002-04-24  Simon Josefsson  <jas@extundo.com>
9245         * net/netrc.el: New file.
9247 2002-04-24  Thomas DeWeese  <tdeweese@rochester.rr.com>
9249         * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
9250         Check if any of the available selection sources has new content
9251         and if so it will return that content.
9253 2002-04-24  Miles Bader  <miles@gnu.org>
9255         * menu-bar.el (buffers-menu-show-directories)
9256         (buffers-menu-show-status): New variables.
9257         (menu-bar-update-buffers-1): Use them.
9259 2002-04-24  Martin Stjernholm  <mast@lysator.liu.se>
9261         * progmodes/cc-cmds.el (c-mask-comment): More fixes when used
9262         from `c-do-auto-fill' and point is at or near the limit of the
9263         comment.  Fixed bug when the prefix from `c-guess-fill-prefix'
9264         is longer than the text on the first line of the comment when
9265         it's masked.
9267 2002-04-24  Miles Bader  <miles@gnu.org>
9269         * menu-bar.el (menu-bar-update-buffers-1): Make sure
9270         `uniquify-buffer-name-style' is bound.
9272 2002-04-23  Colin Walters  <walters@verbum.org>
9274         * replace.el (toplevel): Require `cl' while compiling.
9275         (occur-buffer, occur-nlines): Delete.
9276         (occur-revert-properties): Rename to `occur-revert-properties'.
9277         (occur-mode): Handle it.  Set up font lock.
9278         (occur-revert-function): Simply apply `occur-1'.
9279         (occur-mode-find-occurence, occur-mode-mouse-goto)
9280         (occur-mode-goto-occurrence-other-window)
9281         (occur-mode-display-occurrence): Handle buffer property.
9282         (list-matching-lines-face): Use defcustom.
9283         (list-matching-lines-buffer-name-face): New variable.
9284         (occur-accumulate-lines): Renamed from `ibuffer-accumulate-lines',
9285         in ibuffer.el.
9286         (occur-read-primary-args): Move out of `occur'.
9287         (occur): Delete.  Now simply call `occur-1'.
9288         (multi-occur, multi-occur-by-filename-regexp): New functions.
9289         (occur-1): New function.
9290         (occur-engine): Renamed from `ibuffer-occur-engine' to replace the
9291         previous implementation of `occur'; taken from ibuf-ext.el.
9292         (occur-fontify-on-property): New function.
9293         (occur-fontify-region-function, occur-unfontify-region-function):
9294         New functions.
9296         * ibuffer.el (ibuffer-accumulate-lines): Moved to replace.el.
9298         * ibuf-ext.el (ibuffer-depropertize-string): Delete.
9299         (ibuffer-occur-match-face): Delete.
9300         (ibuffer-occur-props, ibuffer-occur-mode): Delete.
9301         (ibuffer-occur-mouse-display-occurence): Delete.
9302         (ibuffer-occur-goto-occurence, ibuffer-occur-display-occurence)
9303         (ibuffer-do-occur-1, ibuffer-occur-revert-buffer-function): Delete.
9304         (ibuffer-occur-engine): Moved to replace.el.
9305         (ibuffer-do-occur): Simply call `occur-1'.
9307         * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
9308         Handle the case where we're already viewing the score file.
9310 2002-04-23  Andreas Schwab  <schwab@suse.de>
9312         * menu-bar.el (menu-bar-goto-menu): Fix bindings for next-tag and
9313         next-tag-otherw.
9315 2002-04-23  Miles Bader  <miles@gnu.org>
9317         * menu-bar.el (menu-bar-update-buffers-1): Don't display a
9318         directory separator if there's no directory.  Don't display
9319         directories at all if uniquify is active.  Some code cleanup.
9320         (uniquify-buffer-name-style): Declare (but don't initialize).
9322         * menu-bar.el (menu-bar-update-buffers): Don't use constant lists
9323         for command menu entries, since the low-level menu code modifies
9324         them.  Cache the resulting list.
9325         (menu-bar-buffers-menu-command-entries): New variable.
9327         * menu-bar.el (menu-bar-update-buffers): Add `Select Named Buffer'.
9328         Add separator line before commands
9329         Remove old crufty code that tried to line things up by adding
9330         spaces to entries (it doesn't work).
9331         Move `Frames' submenu after the normal buffers, and add a
9332         separator line before it.
9333         (menu-bar-buffers-menu-list-buffers-entry): Variable removed.
9335 2002-04-22  Richard M. Stallman  <rms@gnu.org>
9337         * files.el (after-find-file): Use %s to output MSG.
9339         * dired.el (dired-mouse-find-file-other-window):
9340         Handle events that move out of the window.
9342 2002-04-23  Martin Stjernholm  <mast@lysator.liu.se>
9344         * progmodes/cc-cmds.el (c-mask-comment): Fixed bug where point
9345         was moved to the following line when it was at the first line
9346         of a block comment where comment-start-skip matched to eol.
9348 2002-04-22  Richard M. Stallman  <rms@gnu.org>
9350         * simple.el (line-move-finish): Find beg and end of line
9351         before calling line-move-to-column.  Do consider intangible
9352         when finding the end.  Take more care in analyzing the results
9353         of intangibility after line-move-to-column.
9355 2002-04-22  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
9357         * international/mule-diag.el (list-input-methods-1): Doc fix
9358         (LEIM is now part of the standard distribution).
9360         * tmm.el (tmm-completion-prompt): Doc fix.
9362         * hilit-chg.el (global-highlight-changes): Capitalize status texts.
9364 2002-04-22  Edward M. Reingold  <reingold@emr.cs.iit.edu>
9366         * diary-lib.el (include-other-diary-files): Allow modifying
9367         included buffer, to turn off selective display.
9369 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
9371         * progmodes/cc-mode.el: (c-define-abbrev-table): New function to
9372         pass the SYSTEM-FLAG to `define-abbrev' in a way that works in
9373         emacsen that doesn't support it.
9375 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
9377         * progmodes/cc-align.el, progmodes/cc-engine.el,
9378         progmodes/cc-styles.el, progmodes/cc-vars.el
9379         (c-guess-basic-syntax, c-lineup-topmost-intro-cont):
9380         Find correct anchor for statement-cont in top level constructs.
9381         Analyze variable initializations in top level constructs as
9382         topmost-intro-cont instead of statement-cont.  That is an
9383         incompatible change but it gives better consistency.  The new
9384         lineup function c-lineup-topmost-intro-cont' compensates for
9385         it and is now put on topmost-intro-cont by default.
9387         * progmodes/cc-align.el, progmodes/cc-engine.el,
9388         progmodes/cc-langs.el (c-lineup-argcont): Lineup function
9389         contributed by Kevin Ryde.
9391         (c-in-gcc-asm-p): Function to recognize asm statements.
9392         Contributed by Kevin Ryde.
9394         (c-opt-asm-stmt-key): New language variable to recognize the
9395         beginning of asm statements.
9397 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
9399         * progmodes/cc-engine.el (c-guess-basic-syntax):
9400         Detect variable declarations after class and struct declarations
9401         correctly.  Fixed limit error when finding the anchor for
9402         template-args-cont and topmost-intro-cont.
9404 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
9406         * progmodes/cc-cmds.el (c-beginning-of-defun)
9407         (c-declaration-limits): Find the "line oriented" declaration
9408         start too, just like the "line oriented" end is found.
9410 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
9412         * progmodes/cc-vars.el (c-offsets-alist): A more sane default
9413         for `inexpr-statement'.  This is not compatible, though.
9414         I think the benefit of a good default style outweights that in
9415         this case.  Besides, `inexpr-statement' is not very common.
9417 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
9419         * progmodes/cc-cmds.el (c-electric-delete-forward):
9420         Fix silly bug that caused it to delete backwards in hungry delete
9421         mode.  (It's amazing that this bug hasn't been reported.)
9423         * progmodes/cc-cmds.el (c-declaration-limits, c-mark-function):
9424         Extracted the code to get the declaration limits from
9425         `c-mark-function' to a new `c-declaration-limits'.
9427         (c-indent-defun): Use the same method to get the limits of the
9428         declaration or macro as `c-mark-function'.
9430         * progmodes/cc-engine.el (c-beginning-of-decl-1): Handle brace
9431         list initializers correctly (but costly; it ought to be
9432         integrated into `c-beginning-of-statement-1').
9434 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
9436         * progmodes/cc-cmds.el, progmodes/cc-engine.el
9437         (c-beginning-of-defun, c-end-of-defun, c-mark-function):
9438         Rewritten to detect the declaration limits better.
9439         Now handles K&R argdecls, class definitions followed by variables etc.
9441         (c-in-knr-argdecl): Broke out the K&R argdecl test in
9442         `c-beginning-of-decl-1' to this new function.
9444         (c-end-of-statement-1, c-end-of-decl-1):
9445         Replace `c-end-of-statement-1' with `c-end-of-decl-1', which correctly
9446         handles declarations that continue after the block.
9448         * progmodes/cc-engine.el (c-syntactic-re-search-forward):
9449         Added an option to restrict matching to the top level of the
9450         current paren sexp.
9452         * progmodes/cc-langs.el (c-opt-block-decls-with-vars-key):
9453         New regexp to recognize declarations that continue after the block.
9455         (c-syntactic-eol): New regexp to match a "syntactic" eol.
9457 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
9459         * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed a bug
9460         that often caused the backward limit to be lost at the top
9461         level.  This improves performance a bit.
9463         * progmodes/cc-engine.el (c-syntactic-re-search-forward):
9464         New function that works like `re-search-forward' but only returns
9465         matches in syntactically significant text.
9467         * progmodes/cc-engine.el: Fixed a faster and more accurate way
9468         to recognize K&R argdecls.
9470         (c-beginning-of-decl-1): New function that put point at the
9471         beginning of the declaration.  It handles K&R argdecl blocks.
9473         (c-guess-basic-syntax): Replaced the `knr-argdecl' recognition
9474         code with one that doesn't depend on the current indentation.
9475         The anchor position for `knr-argdecl' has also changed, but in
9476         a way that is unlikely to cause compatibility problems.
9478 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
9480         * progmodes/cc-defs.el, progmodes/cc-engine.el
9481         (c-forward-comment): `forward-comment' in XEmacs skips over
9482         line continuations in the backward direction.  Correct for
9483         that.  Also made this a defun since it has grown too large now
9484         to be a defsubst.
9486         * progmodes/cc-langs.el: More convenient and decentralized
9487         setup of the language specific variables.  The regexp-opt
9488         mangling is also done at compile time now.
9490 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
9492         * progmodes/cc-cmds.el (c-indent-line-or-region):
9493         Call `c-indent-line' directly instead of through
9494         `indent-according-to-mode' so that this function always
9495         indents syntactically.
9497         * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed a bug
9498         where a class beginning with a nested class could cause an
9499         infinite loop (the state outside the narrowed out class is
9500         never used now).
9502 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
9504         * progmodes/cc-align.el, progmodes/cc-cmds.el,
9505         progmodes/cc-engine.el, progmodes/cc-vars.el: Fixes so that
9506         the context sensitive analysis inside macros is restricted to
9507         the bodies of #define's; other things, like #if expressions,
9508         never have anything in common with their surroundings.
9509         The old `cpp-macro-cont' syntax is now used in situations where
9510         the syntactic analysis isn't applicable, and a new syntactic
9511         element `cpp-define-intro' is used to add indentation in
9512         #define bodies.
9514         (c-lineup-cpp-define): New name for `c-lineup-macro-cont' to
9515         better reflect its use.
9517         * progmodes/cc-engine.el (c-guess-basic-syntax): Ignore line
9518         continuation backslashes in the detection of `arglist-cont-nonempty'.
9520         * progmodes/cc-align.el: Use the vector form in the return
9521         value in all cases where lineup functions return absolute columns.
9523 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
9525         * progmodes/cc-engine.el (c-add-stmt-syntax)
9526         (c-guess-basic-syntax): Anchor `brace-list-intro' and
9527         `bracec-list-close' better for brace lists nested inside expressions.
9529         * progmodes/cc-engine.el, progmodes/cc-langs.el,
9530         progmodes/cc-mode.el, progmodes/cc-styles.el: Cleaned up the
9531         various language specific variables and their initialization.
9532         The keyword regexps are now lists that are combined with
9533         regexp-opt.  Some variables have changed names to fit better
9534         with the naming convention.
9536         * progmodes/cc-defs.el, progmodes/cc-vars.el
9537         (c-buffer-is-cc-mode): The value is the mode symbol of the
9538         original CC Mode mode.
9540         (c-major-mode-is): Compare against the buffer local variable
9541         `c-buffer-is-cc-mode', which is faster than using `derived-mode-class'.
9543 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
9545         * progmodes/cc-engine.el (c-forward-syntactic-ws)
9546         (c-backward-syntactic-ws, c-forward-token-1)
9547         (c-backward-token-1, c-in-literal, c-literal-limits)
9548         (c-collect-line-comments, c-literal-type, c-on-identifier)
9549         (c-guess-basic-syntax): These functions are now considered part
9550         of the "CC Mode API" and may be used by other code.
9551         That's signified by making their documentation into docstrings.
9553         (c-whack-state, c-hack-state, c-skip-case-statement-forward):
9554         Removed these internal functions since they aren't used.
9556         (c-forward-to-cpp-expression): Classified this function as internal.
9558 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
9560         * progmodes/cc-langs.el (c-ObjC-class-key, c-Java-class-key):
9561         Simplified these regexps; the class keywords they contain
9562         ought to be enough to avoid false matches, so checking for
9563         following identifiers etc is just unnecessary (and might also
9564         fail for oddly formatted code).
9566 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
9568         * progmodes/cc-engine.el, progmodes/cc-cmds.el
9569         (c-forward-comment-lc): New function that behaves like
9570         `c-forward-comment', with the exception that line
9571         continuations are treated as whitespace.
9573         (c-beginning-of-statement): Use `c-forward-comment-lc', to
9574         work correctly in macros and other places where line
9575         continuations should be treated as whitespace.
9577         * progmodes/cc-engine.el (c-guess-basic-syntax): Analyze a
9578         normal label in a switch block as a case label, to get
9579         consistent lineup with the case labels.
9581         * progmodes/cc-engine.el (c-backward-syntactic-ws): Fixed bug
9582         in skipping over a macro that ends with an empty line.
9584         * progmodes/cc-styles.el: Require cc-align since styles added
9585         with `c-add-style' often contains references to functions
9586         defined there, and so the `c-valid-offset' check might
9587         otherwise complain on them.
9589 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
9591         * progmodes/cc-align.el, progmodes/cc-mode.texi,
9592         progmodes/cc-vars.el: Added two new lineup functions:
9594         (c-lineup-knr-region-comment): A new lineup function to get
9595         (what most people think is) better indentation of comments in
9596         the "K&R region" between the function header and its body.
9598         (c-lineup-gcc-asm-reg): New lineup function for better
9599         indentation inside gcc asm blocks.  Contributed by Kevin Ryde.
9601         (c-offsets-alist): Use `c-lineup-gcc-asm-reg' and
9602         `c-lineup-knr-region-comment' in the default offset
9603         configuration, since these two functions have little impact
9604         outside their intended use, and they generally do the right
9605         thing when they kick in.
9607         * progmodes/cc-engine.el (c-guess-continued-construct)
9608         (c-guess-basic-syntax): Handle nested functions in all
9609         languages, not just Pike.  In C and C++ there's a gcc
9610         extension for this, and it also gives better treatment of
9611         macros that are followed by blocks.
9613         * progmodes/cc-langs.el (c-symbol-key): Made this variable
9614         mode specific, to handle Pike special symbols like `== better.
9616 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
9618         * progmodes/cc-cmds.el, progmodes/cc-engine.el,
9619         progmodes/cc-vars.el (c-report-syntactic-errors): A new
9620         variable to control the syntactic error messages.  It defaults
9621         to off; since CC Mode ignores most syntactic errors it might
9622         as well ignore them all for the sake of consistency.
9624 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
9626         * progmodes/cc-engine.el (c-looking-at-inexpr-block):
9627         Optimization.  Can give a noticeable speedup if there's a
9628         large preceding function or class body.
9630 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
9632         * progmodes/cc-align.el, progmodes/cc-cmds.el: Use more
9633         efficient and correct insertion functions in many places.
9634         Always inherit text properties correctly if the text is
9635         permanent.  Also do it for speed in temporary insertions,
9636         since I figure it's less work to continue the surrounding text
9637         properties than to break them.
9639         * progmodes/cc-styles.el (c-read-offset): Unbind SPC in the
9640         completion to make it easier to enter lists.
9642 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
9644         * progmodes/cc-cmds.el (c-beginning-of-defun): Fixed bug where
9645         c-state-cache was clobbered.
9647         * progmodes/cc-cmds.el, progmodes/cc-engine.el
9648         (c-calculate-state): Moved from cc-cmds.el to cc-engine.el due
9649         to dependency.
9651 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
9653         * progmodes/cc-engine.el (c-parse-state): Ignore unbalanced
9654         open parens in macros (if point isn't in the same one).
9656 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
9658         * progmodes/cc-cmds.el (c-context-open-line): New function
9659         that is the `open-line' equivalent to `c-context-line-break'.
9661         * progmodes/cc-mode.el (c-mode-base-map): Compatibility fix
9662         for Emacs 21 since `indent-new-comment-line' has been changed
9663         to `comment-indent-new-line' there.
9665 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
9667         * progmodes/cc-engine.el, progmodes/cc-langs.el
9668         (c-stmt-delim-chars, c-stmt-delim-chars-with-comma):
9669         New variables containing the character sets used to recognize
9670         statement/declaration boundaries.  These variables might help
9671         to support languages like javascript and awk, where newlines
9672         sometimes delimits statements.
9674         (c-crosses-statement-barrier-p): Use `c-stmt-delim-chars' as
9675         the set of statement delimiting characters, to allow it to be
9676         changed dynamically and per-mode.
9678 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
9680         * progmodes/cc-engine.el (c-looking-at-bos)
9681         (c-looking-at-inexpr-block, c-add-stmt-syntax)
9682         (c-guess-basic-syntax): Treat blocks directly inside function
9683         calls like "bare" statements inside function calls, and not
9684         like in-expression statements.  This to make indentation of
9685         such blocks consistent with other statements inside macro calls.
9687         * progmodes/cc-engine.el (c-guess-basic-syntax):
9688         Made arglist-cont anchor correctly in arglists that contain statements.
9690         * progmodes/cc-engine.el (c-guess-basic-syntax):
9691         Fixed consistent anchoring of defun-block-intro in defuns in code
9692         blocks (can only occur in Pike).
9694         * progmodes/cc-engine.el (c-looking-at-inexpr-block)
9695         (c-looking-at-inexpr-block-backward): Changed the arguments to
9696         require containing sexps and paren state, for better efficiency.
9698 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
9700         * progmodes/cc-cmds.el, progmodes/cc-engine.el,
9701         progmodes/cc-vars.el: Improved anchoring of statement and
9702         handling of labels in front of substatements.
9704         (c-guess-continued-construct, c-guess-basic-syntax):
9705         Improved and unified anchoring at statements.  Statements beginning
9706         with comments or labels are now avoided, by going out of
9707         blocks and containing statements if necessary.  This nesting
9708         handling also fixes the case when there's a statement after a
9709         block open brace.  Added the syntactic symbol `substatement-label'.
9711         (c-electric-colon): Map the new `substatement-label' to
9712         `label' when consulting `c-hanging-colons-alist'.
9714         (c-offsets-alist): Added substatement-label.  Updated the
9715         comments for the new anchoring positions at statements.
9717         * progmodes/cc-engine.el (c-guess-basic-syntax): Use more sane
9718         anchor points for knr-argdecl-intro and access-label.
9719         They used to refer to some point on the same line, a bug which was
9720         neutralized by a kludge in `c-get-syntactic-indentation' which
9721         ignored such anchor points.
9723         (c-get-syntactic-indentation): Removed the kludge that was
9724         necessary due to buggy anchor points.
9726         * progmodes/cc-engine.el (c-guess-basic-syntax): Do not check
9727         the absence of a comma before arglist-close (case 7A) in any
9728         language, since there's nothing better to do that case anyway.
9729         Added special case to make in-expression statements be
9730         recognized as normal arglist-cont if we're directly in a macro
9731         arglist, for consistency with other "bare" statements.
9733         * progmodes/cc-engine.el (c-looking-at-bos): Added optional
9734         limit arg for backward searches.
9736         * progmodes/cc-engine.el (c-looking-at-inexpr-block):
9737         Anchor gcc in-expression statements at the surrounding open
9738         parenthesis.  Treat a class body as an in-expression class if
9739         it's used in an object clone expression in Pike.
9741         * progmodes/cc-engine.el (c-get-offset)
9742         (c-get-syntactic-indentation): Allow several anchor positions
9743         in the list of syntactic symbols.  Only the first is used as
9744         the base for the offset calculation.
9746 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
9748         * progmodes/cc-cmds.el (c-indent-defun): Indent the current
9749         macro if inside one at the top level.  Do not throw an error
9750         if used at the top level outside a macro.
9752         * progmodes/cc-cmds.el (c-backslash-region): Do tab width
9753         alignment only if the backslashes can't be aligned with
9754         surrounding backslashes.
9756         * progmodes/cc-engine.el (c-end-of-macro): New function.
9758         * progmodes/cc-engine.el (c-least-enclosing-brace):
9759         Rewritten to not be destructive.
9761 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
9763         * progmodes/cc-cmds.el (c-context-line-break): Only do a macro
9764         line break when point is inside the content of it; if it's in
9765         the cpp keyword a normal line break is done.
9767         * progmodes/cc-engine.el (c-guess-basic-syntax): Do not add
9768         cpp-macro-cont inside the argument list to a #define.
9770 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
9772         * progmodes/cc-defs.el (c-forward-comment): Implemented a
9773         kludge to avoid the problem most forward-comment incarnations
9774         have with `\' together with comment parsing.
9776 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
9778         * progmodes/cc-engine.el (c-check-state-cache): Fixed bug
9779         which could cause the state returned by `c-parse-state' to
9780         lack a closed paren element.  That in turn could result in
9781         very long searches, since it's common that they start from the
9782         last preceding close brace.
9784 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
9786         * progmodes/cc-engine.el (c-beginning-of-statement-1): Do not
9787         treat else-if as a single continuation, since that'd make it
9788         hard to get the right anchor point when there's a line break
9789         between the two keywords.  This change causes else-clause to
9790         be anchored on the closest preceding else-if and not always on
9791         the starting if, but that doesn't affect the indentation for
9792         any reasonably sane style.  Also introduced a noerror flag.
9794         (c-beginning-of-closest-statement): Removed;
9795         c-beginning-of-statement-1 now avoids the problem this one solved.
9797         * progmodes/cc-engine.el (c-guess-continued-construct)
9798         (c-guess-basic-syntax): Better and more uniform anchor points
9799         for 'statement-cont and 'substatement.  The effect is
9800         noticeable mostly when there's a label on the same line as the
9801         beginning of the statement, or when there are more stuff
9802         before the start of the statement.
9804         * progmodes/cc-engine.el (c-looking-at-inexpr-block):
9805         Added flag to disable looking at the type of the surrounding paren
9806         since that confuses c-beginning-of-statement-1 and a couple of
9807         other places.
9809         * progmodes/cc-engine.el (c-guess-basic-syntax):
9810         Avoid stepping to the previous statement in case 18.
9811         Improvements in recognition of statement blocks on the top level.
9813 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
9815         * progmodes/cc-engine.el (c-beginning-of-statement-1)
9816         (c-crosses-statement-barrier-p): Rewritten to get a well
9817         defined and documented behavior.  This fixes some tricky cases
9818         in recognition of do-while constructs.
9820         (c-backward-to-start-of-do, c-backward-to-start-of-if):
9821         Removed; use c-beginning-of-statement-1 instead.
9823         (c-guess-continued-construct, c-guess-basic-syntax):
9824         Various fixes to not depend on the bugs previously in
9825         c-beginning-of-statement-1.  Cleanups in cases 18 and 17 to
9826         use the new behavior of c-beginning-of-statement-1 better.
9827         Fixed recognition of catch blocks inside macros.
9829         * progmodes/cc-engine.el (c-backward-syntactic-ws): Fixed bug
9830         in skipping over a macro.
9832         * progmodes/cc-langs.el (c-label-kwds): New variable to
9833         contain the appropriate c-*-label-kwds value.
9835         * progmodes/cc-vars.el (defcustom-c-stylevar): Fixed value
9836         evaluation bug that caused the widget for
9837         c-block-comment-prefix to bug out.
9839 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
9841         * progmodes/cc-engine.el (c-guess-basic-syntax):
9842         Improved recognition of statements: They are now recognized in
9843         contexts where they normally can't occur, e.g. on the top level or
9844         in function call arguments.  This is mainly useful to recognize
9845         statements in macros at the top level, and in arguments to
9846         macros.  The cases has been moved around quite a bit, and case
9847         10 has been copied to case 18.  (The cases has not been
9848         renumbered because of this.)
9850         (c-guess-continued-construct): New function which has the
9851         rules which are common between cases 10 and 18.
9853         * progmodes/cc-engine.el (c-beginning-of-statement-1)
9854         (c-backward-to-start-of-do, c-backward-to-start-of-if):
9855         Fixes so that they really obey the passed limits.
9857         (c-safe-position): Return nil if the state doesn't contain a
9858         suitable position.
9860         (c-guess-basic-syntax): Fixes some too short limits in calls
9861         to c-beginning-of-statement-1.  Some fixes for top level
9862         analysis in ObjC mode.
9864         * progmodes/cc-engine.el (c-beginning-of-statement-1):
9865         Fixed bug in do-while statements where the body is not a block.
9867         * progmodes/cc-styles.el (c-set-style):
9868         Reset c-special-indent-hook to its global value if in override mode.
9869         Fixes problem where functions on that hook remained after
9870         style switch.
9872         * progmodes/cc-engine.el (c-evaluate-offset, c-get-offset):
9873         Use c-benign-error to report the c-strict-syntax-p error.
9875 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
9877         * progmodes/cc-align.el, progmodes/cc-defs.el,
9878         progmodes/cc-cmds.el, progmodes/cc-engine.el, cc-vars.el:
9879         Several fixes to treat macros as code and not literals and to
9880         handle line continuations transparently.
9882         (c-skip-ws-forward, c-skip-ws-backward): New macros to skip
9883         through whitespace and line continuations, but not comments
9884         and macros.
9886         (c-in-literal): No longer recognizes macros as literals by
9887         default. An extra flag argument is required to do that.
9889         (c-macro-start, c-query-macro-start)
9890         (c-query-and-set-macro-start): Added a cache for the macro
9891         start position.
9893         (c-forward-syntactic-ws, c-backward-syntactic-ws): Fixes for
9894         more speed when limits are given.  Workaround for bad behavior
9895         in forward-comment in some emacsen when it hits a buffer limit
9896         with a large repeat count.
9898         (c-lineup-macro-cont): Improved behavior when
9899         c-syntactic-indentation-in-macros is nil.
9901         (c-syntactic-indentation-in-macros, c-backslash-max-column)
9902         (c-auto-align-backslashes): New customization variables to
9903         control macro handling.
9905         * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
9906         Fixes to handle line continuations.
9908         * progmodes/cc-defs.el, progmodes/cc-styles.el
9909         (c-get-style-variables, c-set-offset): Report style errors
9910         with message and ding instead of error signal.  This to avoid
9911         interrupted mode init if there's some style problem.
9913         (c-benign-error): New macro to report errors that doesn't need
9914         to interrupt the operation.
9916         * progmodes/cc-defs.el (c-point): Added eonl and eopl positions.
9918 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
9920         * progmodes/cc-cmds.el (c-electric-brace, c-indent-region):
9921         Removed most of the c-state-cache fiddling, since the global
9922         state cache now handles this.
9924         * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed bug
9925         when there's an open paren at the very first char of the
9926         visible buffer region.
9928         * progmodes/cc-engine.el (c-parse-state, c-check-state-cache):
9929         Cache the state globally and invalidate it below every buffer
9930         change with the new after change function
9931         `c-check-state-cache'.  This gives a considerable performance
9932         boost when editing large functions or classes.
9934         * progmodes/cc-engine.el (c-whack-state-after): Slight optimization.
9936 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
9938         * progmodes/cc-engine.el, progmodes/cc-langs.el,
9939         progmodes/cc-align.el: Improvements to syntactic analysis
9940         inside macros:
9942         (c-block-stmt-1-kwds, c-block-stmt-2-kwds): New variables used
9943         by `c-guess-basic-syntax'.
9945         (c-parse-state): Fixed bug with braces inside macros when
9946         using cached state info.
9948         (c-forward-to-cpp-expression): New function to aid in
9949         syntactic analysis inside macros.
9951         (c-beginning-of-statement-1, c-backward-syntactic-ws):
9952         Fixes to work better inside macros.
9954         (c-forward-syntactic-ws): Whitespace between the # and the
9955         command should be allowed in preprocessor directives.
9957         (c-lineup-macro-cont): New lineup function to get context
9958         sensitive indentation inside macros.
9960         (c-offsets-alist): Made `c-lineup-macro-cont' the default for
9961         cpp-macro-cont.
9963 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
9965         * progmodes/cc-engine.el (c-beginning-of-statement-1)
9966         (c-forward-syntactic-ws): Fixes to handle continued lines.
9968         (c-backward-to-start-of-if, c-guess-basic-syntax):
9969         Do syntactic analysis inside macros.
9971 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
9973         * progmodes/cc-cmds.el (c-indent-region): Did a speedup made
9974         possible by the more flexible state cache.
9976         * progmodes/cc-engine.el (c-parse-state, c-whack-state-before)
9977         (c-whack-state-after, c-hack-state)
9978         (c-narrow-out-enclosing-class, c-guess-basic-syntax):
9979         Improved the state cache system.  It now can use partial info from
9980         an old cached state to calculate a new one at a different
9981         position.  Removed some kludges to avoid the state cache.
9982         The new functions `c-whack-state-before' and `c-whack-state-after'
9983         replace the now obsolete `c-whack-state'.
9985         * progmodes/cc-engine.el (c-beginning-of-statement-1):
9986         Optimized backing through a macro.  This can speed things up
9987         quite a bit when there are long macros before point.
9989         (c-beginning-of-macro): Do not ignore the limit.
9991 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
9993         * progmodes/cc-cmds.el (c-electric-continued-statement):
9994         Fixed a bug where the keyword wasn't reindented correctly if
9995         followed by another keyword or identifier.
9997         * progmodes/cc-engine.el (c-parse-state): Ignore closed brace
9998         pairs that are in macros.  Fixes some cases where e.g. the
9999         second of two "do { } while (0)" macros after each other
10000         indented differently.
10002 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
10004         * progmodes/cc-engine.el (c-beginning-of-macro)
10005         (c-forward-syntactic-ws): Recognize "#!" as a preprocessor
10006         directive when it begins a line, to allow for script
10007         interpreter lines like "#!/usr/bin/pike" at the beginning of
10008         the file.
10010 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
10012         * progmodes/cc-engine.el (c-looking-at-inexpr-block):
10013         Recognize brace blocks inside a parenthesis expression as
10014         inexpr-statement.  Useful when writing statements as macro arguments.
10016 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
10018         * progmodes/cc-cmds.el (c-fill-paragraph, c-do-auto-fill)
10019         (c-mask-comment): Broke out the comment masking code from
10020         `c-fill-paragraph' to a new function `c-mask-comment', to be
10021         able to do the same thing in `c-do-auto-fill'.  This should
10022         make auto-fill-mode behave better.
10024 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
10026         * progmodes/cc-cmds.el (c-electric-brace, c-electric-paren):
10027         Check `executing-macro' to avoid blinking parens when macros
10028         are executed.
10030         * progmodes/cc-mode.el, progmodes/cc-styles.el
10031         (c-setup-filladapt): Moved from cc-mode.el to cc-styles.el for
10032         consistency with `c-setup-paragraph-variables' (which was
10033         placed there due to the dependency from `c-set-style').
10035         * progmodes/cc-styles.el, progmodes/cc-vars.el: Fixed bug with
10036         incomplete initialization from the style variable fallbacks if
10037         there already is a style called "user" defined when CC Mode
10038         starts up for the first time.
10040 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
10042         * progmodes/cc-cmds.el, progmodes/cc-vars.el
10043         (c-comment-indent, c-indent-comment-alist): Added new variable
10044         `c-indent-comment-alist' to allow better control over
10045         `c-comment-indent'.
10047 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
10049         * progmodes/cc-align.el (c-lineup-C-comments): Try to match
10050         both `comment-start-skip' and the comment prefix on the
10051         current line with the comment starter, so that we line up
10052         comments which matches `c-comment-prefix-regexp' on the first
10053         line (after the `/') without the need to make
10054         `comment-start-skip' match whatever `c-comment-prefix-regexp' matches.
10056         * progmodes/cc-mode.el, progmodes/cc-styles.el (c-common-init)
10057         (c-set-style-1, c-setup-paragraph-variables): Moved the
10058         variable initialization based on `c-comment-prefix-regexp' to
10059         a new function `c-setup-paragraph-variables', which is now
10060         used both at mode init and when a style that sets
10061         `c-comment-prefix-regexp' is activated.
10063 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
10065         * progmodes/cc-engine.el (c-beginning-of-member-init-list):
10066         Better handling of C++ template args to avoid confusion with
10067         `<' and `>' used as operators in member init expressions.
10069 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
10071         * progmodes/cc-engine.el (c-most-enclosing-brace)
10072         (c-least-enclosing-brace): Added optional second arg to limit
10073         the search to before a certain point.
10075         * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed bug
10076         which could cause incorrect analysis if a cached state is used
10077         (usually only happens when an electric key reindents a line).
10079 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
10081         * progmodes/cc-defs.el (c-forward-comment): More idiosyncrasy
10082         insulation.  This time for XEmacs 21.
10084         * progmodes/cc-engine.el, progmodes/cc-langs.el:
10085         Improved handling of inheritance lists:
10087         (c-beginning-of-inheritance-list): Rewritten to use a more
10088         syntactically correct method that doesn't get confused by
10089         badly placed linebreaks and comments.
10091         (c-guess-basic-syntax): Several fixes to the handling of
10092         inheritance lists in combination with templates.  'inher-intro
10093         is now anchored on the start of the class declaration and not
10094         the indentation of the current line.  Switched places on cases
10095         5D.3 and 5D.4 and made them use more syntactically correct methods.
10097         (c-inher-key): Removed since the code in
10098         `c-guess-basic-syntax' now uses token-based search.
10100         * progmodes/cc-cmds.el, progmodes/cc-mode.el (c-mode-menu):
10101         Added a submenu to access some toggles.
10103         (c-toggle-syntactic-indentation): New function to toggle the
10104         variable `c-syntactic-indentation'.
10106         * progmodes/cc-styles.el (c-set-style): Improved the error
10107         message for incorrect offsets a bit.
10109 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
10111         * progmodes/cc-cmds.el (c-indent-exp): Don't require that the
10112         sexp follows point immediately, instead find the closest
10113         following open paren that ends on another line.
10115 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
10117         * progmodes/cc-align.el (c-lineup-cascaded-calls):
10118         New indentation function.
10120         * progmodes/cc-engine.el (c-beginning-of-macro): Bugfix for
10121         directives with whitespace between the '#' and the name.
10123 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
10125         * progmodes/cc-engine.el (c-forward-syntactic-ws)
10126         (c-backward-syntactic-ws): Handle line continuations as
10127         whitespace.  Don't move past a macro if that'd take us past
10128         the limit.
10130 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
10132         * progmodes/cc-engine.el (c-beginning-of-macro)
10133         (c-forward-syntactic-ws): Multiline strings begin with `#"' in
10134         Pike, and that shouldn't be confused with a preprocessor directive.
10136 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
10138         * progmodes/cc-cmds.el: Extended the kludge to interoperate
10139         with the delsel and pending-del packages wrt to the new
10140         function `c-electric-delete-forward'.
10142 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
10144         * progmodes/cc-cmds.el (c-indent-exp): Keep the indentation of
10145         the block itself, i.e. only indent the contents in it.
10147         * progmodes/cc-styles.el (c-set-style): Use the default
10148         argument to completing-read instead of initial-contents, if
10149         the function is recent enough to support it.
10151 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
10153         * progmodes/cc-mode.el (c-mode-help-address):
10154         Removed bug-gnu-emacs@gnu.org from the receiver list for bug reports.
10155         I've almost never seen a bug reported this way that should go
10156         to that list, but it's rather common that the reports concern
10157         the combination CC Mode and XEmacs instead.
10159 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
10161         * progmodes/cc-cmds.el (c-electric-paren): Fixed bug when both
10162         brace-elseif-brace and brace-catch-brace are active and
10163         there's a "else if"-block before the catch block.
10165         * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
10166         Detect function headers that span lines.
10168 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
10170         * progmodes/cc-cmds.el (c-electric-brace)
10171         (c-electric-semi&comma, c-electric-colon, c-electric-paren):
10172         Check for last on line only for doing the auto-newline-mode
10173         stuff, not for the reindentation.
10175         * progmodes/cc-cmds.el (c-electric-brace): Fixed bugs in the
10176         handling of c-syntactic-indentation: When it's nil, indent the
10177         new lines but don't reindent the current one.  Reindent the
10178         line only when the inserted brace comes first on it, instead
10179         of last.
10181         * progmodes/cc-cmds.el (c-electric-brace)
10182         (c-electric-semi&comma): Fixed two places where
10183         c-syntactic-indentation wasn't heeded.
10185         * progmodes/cc-cmds.el (c-electric-pound): Don't be electric
10186         inside a macro.
10188         * progmodes/cc-engine.el (c-backward-to-start-of-if): Try a
10189         little harder to find a fallback position when an orphan else
10190         is found.  Fixed case where an else following a do-while
10191         statement could be associated with an if inside the do-while.
10193 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
10195         * progmodes/cc-cmds.el (c-guess-fill-prefix): Tuned the dwim
10196         for the fallback to add a single space after the comment prefix.
10198         * progmodes/cc-cmds.el (c-indent-new-comment-line): Somewhat better
10199         behavior in some special cases, especially for single-line comments.
10200         Avoid breaking up a comment starter or ender.
10202 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
10204         * progmodes/cc-cmds.el (c-outline-level): Applied patch from
10205         the Emacs sources to make this work in invisible text.
10207         * progmodes/cc-langs.el (c-switch-label-key): Fixed regexp to
10208         not be confused by a later ':' on the same line as the label.
10210 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
10212         * progmodes/cc-cmds.el, progmodes/cc-mode.el
10213         (c-electric-delete, c-electric-delete-forward):
10214         Split `c-electric-delete' into two functions where
10215         `c-electric-delete-forward' always deletes forward and
10216         `c-electric-delete' only contains the code necessary for
10217         XEmacs to choose between backward and forward deletion.
10218         `c-electric-delete-forward' is now bound to C-d to get the
10219         electric behavior on that key too.
10221 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
10223         * progmodes/cc-cmds.el (c-fill-paragraph): Fixed bogus direct
10224         use of c-comment-prefix-regexp, which caused an error when
10225         it's a list.
10227 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
10229         * progmodes/cc-mode.el, progmodes/cc-vars.el (c-common-init)
10230         (c-default-style): Removed the hardcoded switch to "java" style
10231         in Java mode.  It's instead taken care of by the default value
10232         for c-default-style.
10234 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
10236         * progmodes/cc-align.el (c-lineup-math): Fix bug where lineup
10237         was triggered by equal signs in string literals.
10239 2002-04-21  Kim F. Storm  <storm@cua.dk>
10241         * subr.el (insert-buffer-substring-no-properties): New function.
10242         (insert-buffer-substring-as-yank): New function.
10244 2002-04-21  Glenn Morris  <gmorris@ast.cam.ac.uk>
10246         * scroll-all.el (minor-mode-alist): Fix usage of `scroll-all-mode'.
10247         (scroll-all-page-down-all, scroll-all-page-up-all) Remove `fkey-'
10248         prefix from scroll commands.  Ignore end-of-buffer errors from
10249         other windows.
10250         (scroll-all-check-to-scroll): Remove `fkey-' prefix from scroll
10251         commands.
10252         (scroll-all-beginning-of-buffer-all, scroll-all-end-of-buffer-all):
10253         New functions.
10255         * files.el: (auto-mode-alist): .f95 files in f90-mode.
10257         * progmodes/fortran.el: (fortran-beginning-do): Make regexp match
10258         a DO statement irrespective of numeric label.
10260 2002-04-20  Glenn Morris  <gmorris@ast.cam.ac.uk>
10262         * files.el (auto-save-file-name-transforms): Doc fix.
10263         Add third element to "uniquify" filenames.
10264         (make-auto-save-file-name): Use new element of
10265         auto-save-file-name-transforms.
10266         * startup.el (command-line): Add third element to
10267         auto-save-file-name-transforms.
10269 2002-04-19  Stefan Monnier  <monnier@cs.yale.edu>
10271         * files.el (file-name-non-special): Don't mangle the 0'th arg and the
10272         return value of file-name-completion and file-name-all-completions.
10274 2002-04-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
10276         * progmodes/f90.el: Update maintainer.
10277         (f90-line-continued): Recognize blank/comment lines embedded in
10278         continuation lines.
10279         (f90-looking-at-program-block-start): No extra indentation after
10280         function or subroutine keyword appears in single quotes.
10282 2002-04-19  Miles Bader  <miles@gnu.org>
10284         * custom.el (customize-mark-to-save, customize-mark-as-set)
10285         (custom-quote): Moved here from `cus-edit.el'.
10286         * cus-edit.el (customize-mark-to-save, customize-mark-as-set)
10287         (custom-quote): Moved to `custom.el'.
10289 2002-04-18  Richard M. Stallman  <rms@gnu.org>
10291         * facemenu.el (list-text-properties-at): Command deleted.
10293         * rect.el (insert-rectangle): Use insert-for-yank.
10295         * register.el (insert-register): Use insert-for-yank.
10296         (describe-register-1): Discard text props in yank-excluded-properties.
10298         * toolbar/tool-bar.el (tool-bar-local-item-from-menu):
10299         Fix parts in construction of `menu-item' item at end.
10301         * mail/mailabbrev.el (mail-mode-abbrev-table): Delete defvar.
10303         * subr.el (insert-for-yank): New function.
10305         * simple.el (yank-excluded-properties): New user option.
10306         (yank-pop, yank): Use insert-for-yank.
10308 2002-04-19  Kim F. Storm  <storm@cua.dk>
10310         * simple.el (pop-to-mark-command): Do not set this-command.
10311         (set-mark-command): Always jump to mark when called with arg.
10313 2002-04-18  Francesco Potort\e,Al\e(B  <pot@gnu.org>
10315         * comint.el (comint-watch-for-password-prompt): Remove whitespace
10316         at the beginning of password prompts.
10318 2002-04-18  Andrew Innes  <andrewi@gnu.org>
10320         * facemenu.el: Remove require of wid-edit.
10322 2002-04-17  Colin Walters  <walters@verbum.org>
10324         * ibuffer.el (ibuffer-visit-buffer): Optionally allow reducing to
10325         one window.
10326         (ibuffer-visit-buffer-1-window): Simply call `ibuffer-visit-buffer'.
10327         (ibuffer-current-state-list): Reinstate optional argument; now
10328         just call `point' inside the mapping function.
10330 2002-04-17  Francesco Potort\e,Al\e(B  <pot@gnu.org>
10332         * dired-aux.el (dired-star-subst-regexp)
10333         (dired-quark-subst-regexp): New constants.
10334         (dired-do-shell-command, dired-shell-stuff-it): Use them.
10335         (dired-do-shell-command): Raise an error if both `*' and `?'
10336         substitution marks are used in the same command.
10337         (dired-shell-stuff-it): Substitute all instances of `*' and `?'
10338         in a command given via dired-do-shell-command.
10340         * comint.el (comint-password-prompt-regexp): Match "Repeat passphrase".
10342 2002-04-16  Jason Rumney  <jasonr@gnu.org>
10344         * international/mule-cmds.el (locale-preferred-coding-systems):
10345         Add "jpn".
10347 2002-04-16  Eli Zaretskii  <eliz@is.elta.co.il>
10349         * term.el (term-emulate-terminal): Fix last change.
10351 2002-04-16  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
10353         * bindings.el (mode-line-mode-menu): Update names to reflect
10354         latest changes.
10356 2002-04-16  Mike Williams  <mdub@bigfoot.com>
10358         * textmodes/sgml-mode.el (sgml-at-indentation-p): Move to fix
10359         compilation error.
10361 2002-04-16  Michael Kifer  <kifer@cs.stonybrook.edu>
10363         * viper-ex.el: Patch by Samuel Padgett. Copyright papers received.
10364         (viper-ex-print-buf-name): New variable.
10365         (viper-ex-print-buf): New variable.
10366         (ex-token-alist): Invoke ex-print on ":print" Ex commands.
10367         (ex-g-marks): New variable.
10368         (ex-print): New function.
10369         (ex-print-display-lines): New function.
10371         * viper.el (viper-set-hooks): Add window-setup-hook, which sets
10372         the cursor color.
10374         * ediff-util.el (ediff-cleanup-mess): Delete ctl window on exit
10375         when the window is not in its own frame.
10376         (ediff-clone-buffer-for-region-comparison): More robust window
10377         arrangement while prompting for regions to compare.
10378         (ediff-make-cloned-buffer): Use generate-new-buffer-name.
10379         (ediff-inferior-compare-regions): Deleted unused vars
10380         ctl-buf and quit-now.
10382 2002-04-15  Richard M. Stallman  <rms@gnu.org>
10384         * facemenu.el (facemenu-add-new-face): Use this only for faces.
10385         Delete arg MENU.
10386         (facemenu-add-new-color): New function.
10387         (facemenu-set-foreground, facemenu-set-background):
10388         Use facemenu-add-new-color.
10390 2002-04-15  Eli Zaretskii  <eliz@is.elta.co.il>
10392         * ediff-init.el (ediff-current-diff-face-A)
10393         (ediff-current-diff-face-B, ediff-current-diff-face-C)
10394         (ediff-current-diff-face-Ancestor, ediff-fine-diff-face-A)
10395         (ediff-fine-diff-face-B, ediff-fine-diff-face-C)
10396         (ediff-fine-diff-face-Ancestor, ediff-even-diff-face-A)
10397         (ediff-even-diff-face-B, ediff-even-diff-face-C)
10398         (ediff-even-diff-face-Ancestor, ediff-odd-diff-face-A)
10399         (ediff-odd-diff-face-B, ediff-odd-diff-face-C)
10400         (ediff-odd-diff-face-Ancestor): Add special color definitions for
10401         tty and MS-DOS displays.
10403 2002-04-15  Andrew Innes  <andrewi@gnu.org>
10405         * facemenu.el: Require wid-edit.
10407 2002-04-15  Miles Bader  <miles@gnu.org>
10409         * faces.el (highlight): Force foreground to be black on a tty, so
10410         this face is readable on a dark-background tty.
10411         * wid-edit.el (widget-field-face, widget-single-line-field-face):
10412         Likewise.
10414 2002-04-14  Kim F. Storm  <storm@cua.dk>
10416         * simple.el (pop-to-mark-command, push-mark-command): New commands.
10417         (set-mark-command): Use them.
10418         Enhanced functionality when command is repeated:
10419         - If first command set the mark (no prefix arg), repeat temporarily
10420         enables transient-mark-mode.
10421         - If first command jumped to mark off ring (with argument),
10422         repeat (with or without arg) jump to next mark off ring.
10423         - Use C-u C-u prefix to set mark after jump.
10424         (exchange-point-and-mark): Temporarily enable transient-mark-mode
10425         if prefix arg.
10427 2002-04-14  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
10429         * speedbar.el (speedbar-tag-hierarchy-method)
10430         (speedbar-toggle-updates, speedbar-toggle-images): Doc fixes.
10432 2002-04-14  Mike Williams  <mdub@bigfoot.com>
10434         * textmodes/sgml-mode.el (sgml-parse-tag-backward): Fix to work at
10435         beginning of buffer.
10437 2002-04-14  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
10439         * speedbar.el (speedbar-generic-item-info)
10440         (speedbar-sort-tags): Doc fix.
10441         (speedbar-add-supported-extension): Fix typo in interactive spec.
10443 2002-04-13  Colin Walters  <walters@verbum.org>
10445         * ibuffer.el (ibuffer-forward-line): Just skip header if we're
10446         only moving one line forward.
10447         (ibuffer-map-lines): Preserve point position even if we delete
10448         lines.  Only call mapping functions with buffer and mark
10449         arguments; the other two were unused.
10450         (ibuffer-redisplay, ibuffer-update): Always skip special areas.
10452         * ibuf-macs.el, ibuf-ext.el: Update callers of `ibuffer-map-lines'.
10454         * calc/calc-bin.el (math-format-radix-float): Use `when'.
10456         * calc/calc.el (math-format-number): Load `calc-ext' before we
10457         call `math-group-float'.
10459         * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
10460         Renamed from `gamegrid-add-score'.
10461         (gamegrid-add-score-insecure): Restored from the old
10462         `gamegrid-add-score'.
10463         (gamegrid-add-score): Just dispatch on `system-type' to one of the
10464         previous two functions.
10466 2002-04-13  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
10468         * iswitchb.el: Update commentary to include new function
10469         iswitchb-exclude-nonmatching.
10471 2002-04-12  John Wiegley  <johnw@gnu.org>
10473         * eshell/esh-ext.el (eshell-script-interpreter): Fix for CRLF
10474         operating systems to the regexp used to detect a script's interpreter.
10476 2002-04-12  Eli Zaretskii  <eliz@is.elta.co.il>
10478         * frame.el (frames-on-display-list): Use `equal' to compare the
10479         `display' frame parameter to the argument DISPLAY.
10481 2002-04-12  Dave Love  <fx@gnu.org>
10483         * help.el (string-key-binding): Deal with margin events.
10485 2002-04-12  Francesco Potort\e,Al\e(B  <pot@gnu.org>
10487         * comint.el (comint-password-prompt-regexp): Match " SMB password".
10489 2002-04-11  Stefan Monnier  <monnier@cs.yale.edu>
10491         * sort.el (sort-reorder-buffer): Don't assume point-min == 1.
10493         * xt-mouse.el (xterm-mouse-mode): Use define-minor-mode.
10495         * emacs-lisp/lucid.el (device-class, buffer-syntactic-context)
10496         (buffer-syntactic-context-depth): New funs.
10498         * emacs-lisp/edebug.el (edebug-eval-defun): Don't use defconst
10499         on variables.
10501         * emacs-lisp/debug.el (debug-on-entry): Use push.
10502         (debugger-make-xrefs): Don't assume point-min == 1.
10504         * progmodes/cc-engine.el (c-backward-to-start-of-if):
10505         Don't assume point-min == 1.
10507         * progmodes/etags.el (etags-verify-tags-table, etags-snarf-tag)
10508         (etags-list-tags, etags-tags-apropos, select-tags-table):
10509         Don't assume point-min == 1.
10511 2002-04-12  Mike Williams  <mdub@bigfoot.com>
10513         * textmodes/sgml-mode.el (sgml-guess-indent): New function.
10515 2002-04-11  Stefan Monnier  <monnier@cs.yale.edu>
10517         * textmodes/fill.el (fill-context-prefix): Fix up last change.
10519         * simple.el (line-move): Use memq rather than or.
10520         (transpose-sexps): Don't presume as much of forward-sexp's behavior.
10521         (do-auto-fill): Use fill-move-to-break-point.
10522         (syntax-code-table): Remove.
10524         * textmodes/fill.el (canonically-space-region): Obey sentence-end.
10525         Don't add spaces at end of sentences at end of line.
10526         (fill-move-to-break-point): Make sure the result is always greater
10527         than linebeg, so we ensure forward progress.
10528         (fill-region-as-paragraph): Compare to `to' rather than eobp.
10529         (fill-paragraph): Don't rebind fill-paragraph-function.
10531 2002-04-11  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
10533         * menu-bar.el (menu-bar-adv-search-menu): Add incremental search.
10535 2002-04-11  Andreas Schwab  <schwab@suse.de>
10537         * files.el (file-name-non-special): Handle return value of t from
10538         `file-name-completion'.
10540 2002-04-10  Stefan Monnier  <monnier@cs.yale.edu>
10542         * textmodes/fill.el (fill-context-prefix): Match the two prefixes
10543         differently to avoid pathological exponential-time case.
10544         (adaptive-fill-regexp): Add ! and %.
10545         (fill-delete-prefix): Remove indentation while removing prefix.
10546         (fill-delete-newlines): Obey sentence-end.
10547         (fill-move-to-break-point, fill-newline): New functions extracted
10548         from fill-region-as-paragraph.
10549         (fill-region-as-paragraph): Use them.
10550         Don't fiddle with fill-indent-according-to-mode.
10552 2002-04-10  Colin Walters  <walters@verbum.org>
10554         * play/snake.el (snake-score-file): Default to just "snake-scores".
10556         * play/tetris.el (tetris-score-file): Likewise.
10558         * play/gamegrid.el (gamegrid-add-score): Rewrite from scratch to
10559         use `update-game-score'.
10561         * ibuffer.el (ibuffer-canonicalize-state-list): Delete unused function.
10562         (ibuffer-current-buffers-with-marks): Don't call `buffer-list'
10563         ourselves; take it as an argument.  Caller updated.
10564         (ibuffer-mode): Make mode-class special.
10566 2002-04-10  Richard M. Stallman  <rms@gnu.org>
10568         * dired.el (dired-view-command-alist): New variable.
10569         (dired-view-file): Use external viewers for some files names.
10571         * mouse.el (mouse-drag-region-1): Display region highlight
10572         only in the selected window.
10574         * subr.el (remove-hook): When there are no more local hooks,
10575         kill the buffer-local value.
10577         * isearch.el (isearch-mode): Don't call make-frame-visible
10578         if frame is already visible.
10580         * cus-face.el (custom-face-attributes): Fix typo in `ultra-bold'.
10582 2002-04-09  Emmanuel Briot  <briot@act-europe.fr>
10584         * progmodes/ada-prj.el: Add support for the new project file
10585         fields: gnatfind-opt, debug-pre-cmd and debug-post-cmd.
10586         Fix widget handling for Emacs 21.  ada-mode now only supports a single
10587         active project file, instead of one per buffer.  This is far less
10588         confusing.
10590         * progmodes/ada-stmt.el: Menu changed from Statements to Templates.
10591         (ada-func-or-proc-name): Get real subprogram name, after change in
10592         ada-mode.el.
10594         * progmodes/ada-xref.el: Ada-mode no longer supports a different
10595         project file per buffer.  This was too complex.  Instead, there is
10596         now a single active project file at any given time, and the user
10597         can switch the active one through the Ada menu.  This revision
10598         also provides better handling of the Windows command line, and the
10599         various available shells on that platform.  ada-mode is now fully
10600         integrated with the GNU visual debugger gvd, see
10601         http://libre.act-europe.fr.
10602         (ada-prj-default-comp-opt): Use the new GNAT switch -gnatQ.
10603         This is only available with GNAT 3.14.
10604         (ada-prj-gnatfind-switches, ada-cd-command): New variable.
10605         (ada-quote-cmd): New function.
10606         (ada-initialize-runtime-library): Get the location of the actual
10607         runtime the compiler will be using, including support for
10608         cross-platform environments.
10609         (ada-treat-cmd-string): Add support for the new variable
10610         ${full_current} add support for debug-pre-cmd and debug-post-cmd,
10611         two commands to run just prior to running the debugger, and just
10612         after starting it.  This provide better support for cross-platform
10613         and remote debugging.
10614         (ada-get-absolute-dir): Remove, replace with expand-file-name.
10615         (ada-gdb-application): New parameter executable-name.
10616         (ada-get-ali-file-name): Better handling of separate packages.
10617         Checkin on behalf of the ada-mode maintainer.
10619         * progmodes/ada-mode.el (ada-case-exception-file)
10620         (ada-indent-handle-comment-special): New variables.
10621         (ada-case-exception-substring): New variable.  Casing exceptions
10622         can now also be defined for substrings, in addition to full
10623         identifier names.  This provides more flexibility.
10624         (ada-align-list): New fun, provide support for align.el in ada-mode.
10625         (ada-procedure-start-regexp): Add support for operators and
10626         generic formal subprograms and packages.
10627         (ada-imenu-comment-re): New variable.
10628         (ada-imenu-generic-expression): Add support for protected types.
10629         (ada-mode): Set comment-start only after running ada-mode-hook, so
10630         that the user can change ada-comment-start in the hook.
10631         Add support for ispell in comments.  Add support for align.el.
10632         (ada-save-exception-file, ada-create-case-exception-substring)
10633         (ada-adjust-case-substring): New functions.
10634         (ada-get-current-indent): Properly handles keywords with uppercases.
10635         (ada-goto-matching-end): Rewritten, fixes problems in the handling
10636         of nested blocks.
10637         (ada-untab-hard): Do not touch the contents of comments and strings.
10639 2002-04-09  Mike Williams  <mdub@bigfoot.com>
10641         * textmodes/sgml-mode.el (sgml-lexical-context):
10642         Use sgml-parse-tag-backward to find start point.
10643         (sgml-looking-back-at): Doc fix.
10645 2002-04-09  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
10647         * isearch.el (isearch-message-prefix): Use minibuffer-prompt face
10648         for prompt.
10650 2002-04-08  Stefan Monnier  <monnier@cs.yale.edu>
10652         * autorevert.el (auto-revert-mode, global-auto-revert-mode):
10653         Use define-minor-mode.
10654         (auto-revert-buffers): Use with-current-buffer.
10655         Avoid changing the minor modes.
10657         * international/iso-acc.el (iso-accents-accent-key): Use `vector'
10658         rather than char-to-string since last-input-char can be any event.
10660         * international/titdic-cnv.el (tit-dictionary):
10661         Use defvar for non-constants.
10663         * progmodes/cwarn.el (global-cwarn-mode): Use define-minor-mode.
10664         (global-cwarn-mode): Use easy-mmode-define-global-mode.
10665         (cwarn-font-lock-keywords): New function.
10666         Replaces cwarn-font-lock-remove-keywords cwarn-font-lock-add-keywords.
10667         (cwarn-font-lock-match): New macro.
10668         (cwarn-font-lock-match-assignment-in-expression)
10669         (cwarn-font-lock-match-dangerous-semicolon)
10670         (cwarn-font-lock-match-reference): Use it.
10672         * progmodes/cperl-mode.el (cperl-make-face, cperl-force-face):
10673         Use defvar rather than defconst since it's meant to be settable.
10674         (cperl-syntax-done-to): Don't hardcode 1 as (point-min).
10675         (cperl-fix-line-spacing): Add missing \ in [ t].
10677         * loadup.el: Call ucs-unify-8859 directly rather than
10678         unify-8859-on-encoding-mode.
10679         (fns-*.el): Don't use it anymore.  Keep the load-history in purespace.
10681         * textmodes/sgml-mode.el (sgml-comment-indent-new-line): New fun.
10682         (sgml-mode): Use it for comment-line-break-function.
10684 2002-04-08  Jason Rumney  <jasonr@gnu.org>
10686         * international/mule-cmds.el (reset-language-environment):
10687         Handle coding-systems not being defined yet.
10689 2002-04-08  Sam Steingold  <sds@gnu.org>
10691         * vc-cvs.el (vc-cvs-valid-version-number-p): New function.
10692         (vc-cvs-checkin): Use it.
10694 2002-04-08  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
10696         * files.el (display-time-string): Fix last change.
10698 2002-04-07  Sam Steingold  <sds@gnu.org>
10700         * vc-cvs.el (vc-cvs-checkin): Pass the required argument to `error'.
10702 2002-04-07  Jason Rumney  <jasonr@gnu.org>
10704         * international/mule-cmds.el (set-default-coding-systems)
10705         (reset-language-environment): Preserve eols on
10706         default-process-coding-system.
10707         (coding-system-change-text-conversion): Fix case where CODING is nil.
10709 2002-04-07  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
10711         * subr.el (play-sound): Move here from simple.el.
10713         * simple.el (play-sound): Move to subr.el.
10715 2002-04-06  Richard M. Stallman  <rms@gnu.org>
10717         * files.el (display-time-string-forms): Mark as risky.
10719         * enriched.el (enriched-decode-foreground, enriched-decode-background):
10720         Use proper format for desired elts of `face' property.
10721         Don't test display-color-p; make the properties unconditionally.
10723         * progmodes/compile.el (compilation-error-regexp-alist):
10724         New alternatives for FILE:LINE.COL and for ranges of columns and lines.
10726 2002-04-06  Per Abrahamsen  <abraham@dina.kvl.dk>
10728         * progmodes/cc-vars.el (c-block-comment-prefix): Specify :value
10729         for customization type.
10730         Reported by Mattias Fredsberg <mattias.fredsberg@active-tv.com>.
10732 2002-04-06  Mike Williams  <mdub@bigfoot.com>
10734         * textmodes/xml-lite.el: Remove.
10736 2002-04-05  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
10738         * simple.el (play-sound): New function (uses play-sound-internal).
10740 2002-04-04  Richard M. Stallman  <rms@gnu.org>
10742         * files.el (mode-line-format, mode-line-modified)
10743         (mode-line-mule-info, mode-line-buffer-identification)
10744         (mode-line-modes, mode-line-position): Explicitly mark as risky.
10745         (hack-one-local-variable): Don't recognize "mode-line-..." as risky.
10747         * calendar/solar.el (solar-northern-spring-or-summer-season): Doc fix.
10749         * mail/mailabbrev.el (mail-abbrev-make-syntax-table):
10750         Use (syntax-table), not old-syntax-table.
10752         * enriched.el (enriched-decode-foreground)
10753         (enriched-decode-background): Don't call facemenu-get-face.
10755 2002-04-04  Mike Williams  <mdub@bigfoot.com>
10757         * textmodes/sgml-mode.el: Add missing require.
10758         (sgml-lexical-context): Fix up CDATA detection for boundary cases.
10760 2002-04-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10762         * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line): Move to
10763         spot indicated by text property `cvs-goal-column', if present.
10765         * pcvs-info.el (cvs-fileinfo-pp): Use text property
10766         `cvs-goal-column' to indicate position of file name (if present).
10768 2002-04-03  Richard M. Stallman  <rms@gnu.org>
10770         * mail/mailabbrev.el (mail-abbrev-complete-alias):
10771         Call mail-abbrev-make-syntax-table.
10773         * format.el (format-deannotate-region): Doc fix.
10775         * enriched.el (enriched-face-ans): Delete special treatment
10776         for fg:... and bg:... faces.
10777         (enriched-decode-foreground): Return a list that specifies
10778         the foreground color, rather than creating a face.
10779         (enriched-decode-background): Likewise.
10781         * shell.el (shell-mode): Don't reinit comint-input-ring
10782         if that was already done.
10784 2002-04-03  Edward M. Reingold  <reingold@emr.cs.iit.edu>
10786         * solar.el (solar-spring-or-summer-season): Delete.
10787         (solar-northern-spring-or-summer-season): New variable.
10788         (solar-sunrise-and-sunset, solar-moment, solar-sunrise-sunset):
10789         Rewrite.
10791         * solar.el (diary-sabbath-candles-minutes): New variable.
10792         (diary-sabbath-candles): Use it instead of fixed 18 minutes.
10794         * calendar.el (update-calendar-mode-line): Force mode-line update.
10795         Make date under the cursor available as `date' in
10796         calendar-mode-line-format.
10797         Eval items in calendar-mode-line-format list.
10799         * cal-tex.el (cal-tex-hook, cal-tex-year-hook, cal-tex-month-hook)
10800         (cal-tex-week-hook, cal-tex-daily-hook): Add doc strings.
10802         * cal-tex.el (cal-tex-latexify-list): Fix doc string.
10804         * cal-tex.el (cal-tex-insert-day-names): LaTeXify day names.
10805         (cal-tex-cursor-week-iso, cal-tex-week-hours, cal-tex-weekly4-box)
10806         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
10807         (cal-tex-daily-page, cal-tex-mini-calendar): LaTeXify day names.
10809         * cal-tex.el: Change all instances (interactive "P") to
10810         (interactive "p").
10811         (cal-tex-cursor-month): Add hfill and newline at end of month that
10812         ended on Saturday.
10813         (cal-tex-preamble): Change to LaTeX2e.
10814         (cal-tex-cursor-filofax-year): Don't use default month names in
10815         LaTeX macros in case user changes them.
10816         (cal-tex-month-name): New function.  Used throughout in case user
10817         has done something funny with month names.
10819         * cal-hebrew.el (holiday-rosh-hashanah-etc): Spelling correction.
10820         (diary-rosh-hodesh): Spelling correction.
10822 2002-04-03  Mike Williams  <mdub@bigfoot.com>
10824         * textmodes/sgml-mode.el (sgml-lexical-context)
10825         (sgml-parse-tag-backward): Extend support for CDATA to include
10826         conditional sections.
10828 2002-04-03  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
10830         * cus-start.el: Rename `autoselect-window' to
10831         `mouse-autoselect-window'.
10833 2002-04-02  Richard M. Stallman  <rms@gnu.org>
10835         * files.el (hack-one-local-variable):
10836         Clear text props from string value.
10838 2002-04-02  Stefan Monnier  <monnier@cs.yale.edu>
10840         * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
10841         (f90-procedures-re, f90-operators-re, f90-hpf-keywords-re):
10842         Use regexp-opt.
10843         (f90-keywords-re, f90-keywords-level-3-re): Add `pure' and `elemental'
10844         from F95.
10845         (f90-procedures-re): Add `null' and `cpu_time' from F95.
10846         (f90-font-lock-keywords-1): Minor reorganization so we don't need
10847         `override' any more.
10848         (f90-font-lock-keywords-3): Use `keep' rather than `override'.
10849         (f90-indent-subprogram): Use indent-region.
10850         (f90-break-line): Use indent-according-to-mode.
10852 2002-04-02  Mike Williams  <mdub@bigfoot.com>
10854         * textmodes/sgml-mode.el (sgml-close-tag): Rename from
10855         sgml-insert-end-tag. Simplify by using sgml-lexical-context.
10856         (sgml-get-context): Remove use of sgml-inside-tag-p.
10857         (sgml-inside-tag-p): Remove.
10858         (sgml-looking-back-at): Short-circuit at beg of buffer.
10859         (sgml-lexical-context, sgml-calculate-indent): Add support for
10860         CDATA sections.
10862 2002-04-01  Stefan Monnier  <monnier@cs.yale.edu>
10864         * help.el (help-key-description): New fun.
10865         (describe-key-briefly, describe-key): Use it and
10866         this-single-command-raw-keys plus new arg `untranslated'.
10868         * textmodes/sgml-mode.el (sgml-at-indentation-p, sgml-tag)
10869         (sgml-parse-tag-name, sgml-looking-back-at, sgml-parse-tag-backward)
10870         (sgml-inside-tag-p, sgml-get-context, sgml-show-context)
10871         (sgml-insert-end-tag): New funs taken from xml-lite.el.
10872         (sgml-calculate-indent): Use them.
10873         (sgml-slash-matching): Rename from sgml-slash.
10874         (sgml-slash): Copied from xml-lite and changed to use
10875         sgml-slash-matching and sgml-quick-keys.
10877         * international/mule-cmds.el (standard-keyboard-coding-systems):
10878         Add koi8-u and koi8-r.
10880         * eshell/.cvsignore: New file.
10882         * eshell/esh-groups.el: Remove.
10884         * progmodes/tcl.el: Change maintainer.
10885         (tcl-electric-hash-style): Change default to nil.
10886         (tcl-imenu-generic-expression): Use tcl-proc-regexp.
10887         (tcl-do-auto-fill): Remove.
10888         (tcl-auto-fill-mode): Rewrite using comment-auto-fill-only-comments.
10890 2002-04-01  Mike Williams  <mdub@bigfoot.com>
10892         * textmodes/sgml-mode.el: Doc fixes.
10893         (sgml-mode): Set indent-line-function to sgml-indent-line.
10894         (sgml-calculate-indent): Add an explicit check for 'text syntax,
10895         to protect against future enhancements to sgml-lexical-context.
10896         (sgml-empty-tag-p, sgml-unclosed-tag-p): New funcs.
10898         * textmodes/xml-lite.el: Removed much redundant stuff.
10899         (xml-lite-parse-tag-backward): Simplify parsing by assuming we
10900         always start within text. Make use of sgml-unclosed-tag-p.
10902 2002-04-01  Ville Skytt\e,Ad\e(B  <ville.skytta@xemacs.org>
10904         * tcl.el (tcl-imenu-generic-expression): New value.
10905         (tcl-imenu-create-index-function): Function deleted.
10906         (tcl-mode): Check for filladapt-mode.
10907         Use tcl-imenu-generic-expression instead of
10908         tcl-imenu-create-index-function.
10909         (inferior-tcl-mode): Doc fix.
10910         Change not legally significant.
10912 2002-04-01  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
10914         * cus-start.el: Rename `x-autoselect-window' to `autoselect-window'.
10916         * window.el (handle-select-window): New function.
10917         Update copyright.
10919 2002-04-01  Richard M. Stallman  <rms@gnu.org>
10921         * info.el (info-tool-bar-map): Use tool-bar-local-item-from-menu.
10923         * toolbar/tool-bar.el (tool-bar-local-item): Renamed from
10924         tool-bar-add-item, and new arg MAP.
10925         (tool-bar-add-item): Now calls tool-bar-local-item.
10926         (tool-bar-local-item-from-menu): Renamed from
10927         tool-bar-add-item-from-menu, and new arg IN-MAP.
10928         (tool-bar-add-item-from-menu): Now calls tool-bar-local-item-from-menu.
10930         * help-fns.el (help-with-tutorial): Allow various ways
10931         to specify the text in the [...] line, in handling the <...> line.
10933         * progmodes/idlw-rinfo.el (idlwave-system-routines):
10934         WOLRDTITLE => WORLDTITLE.  SUPRESS_VALUE => SUPPRESS_VALUE.
10936         * subr.el (redraw-modeline): Define alias.
10938 2002-03-31  Richard M. Stallman  <rms@gnu.org>
10940         * files.el (file-expand-wildcards): Use save-match-data.
10942         * files.el (format-alist): Mark as risky.
10944         * simple.el (kill-new): Doc fix.
10946         * emacs-lisp/byte-opt.el (side-effect-free-fns)
10947         (side-effect-and-error-free-fns): Add many functions, remove some.
10949 2002-03-30  Richard M. Stallman  <rms@gnu.org>
10951         * menu-bar.el (menu-bar-tools-menu): Rename gdb item to say GDB.
10953 2002-03-30  Eli Zaretskii  <eliz@gnu.org>
10955         * font-lock.el (save-buffer-state): Fix last change.
10957         * files.el (auto-save-file-name-transforms): Fix last change.
10959         * startup.el (command-line): Fix last change.
10961 2002-03-29  Richard M. Stallman  <rms@gnu.org>
10963         * subr.el (play-sound-file): Moved to simple.el.
10965         * simple.el (play-sound-file): Moved from subr.el, made unconditional.
10967 2002-03-29  Colin Walters  <walters@verbum.org>
10969         * ibuffer.el (ibuffer-mark-interactive): Use `ibuffer-forward-line'
10970         instead of `forward-line'.
10971         (ibuffer-forward-line): Be sure to skip over special properties
10972         before moving, too.
10974         * calc/calc.el (calc-was-split): Var deleted.
10975         (calc): Remove reference to it.
10976         (calc): Ditto.
10977         (calc-quit): Ditto.
10978         (calc-init-base): Ditto.
10980         * calc/calc-misc.el (calc-delete-windows-keep): Function deleted.
10982 2002-03-29  Stefan Monnier  <monnier@cs.yale.edu>
10984         * textmodes/sgml-mode.el (sgml-lexical-context): Return (text . START)
10985         instead of nil when point is outside of any tag.
10986         (sgml-beginning-of-tag): Adjust to the change.
10987         (sgml-calculate-indent): Use the new info returned by
10988         sgml-lexical-context.  Try to handle unclosed tags.
10990         * textmodes/xml-lite.el (xml-lite-get-context): Don't stop parsing
10991         at unclosed tags unless it is at indentation.
10992         Kill nested unclosed tags.
10993         (xml-lite-calculate-indent, xml-lite-indent-line): Remove.
10994         (xml-lite-mode): Use sgml-indent-line instead.
10996 2002-03-29  Eli Zaretskii  <eliz@is.elta.co.il>
10998         * files.el (auto-save-file-name-transforms): Don't run "\\2" via
10999         expand-file-name.
11001         * startup.el (command-line): Recompute auto-save-file-name-transforms
11002         using the updated value of temporary-file-directory.
11004 2002-03-29  Stefan Monnier  <monnier@cs.yale.edu>
11006         * textmodes/xml-lite.el (xml-lite-get-context): Allow stopping
11007         even with an empty context.  Don't save excursion any more.
11008         Don't complain about unmatched start-tags in sgml-unclosed-tags.
11009         Ignore end-tags in sgml-empty-tags.
11010         (xml-lite-get-context, xml-lite-calculate-indent)
11011         (xml-lite-insert-end-tag): Save excursion around xml-lite-get-context.
11012         (xml-lite-indent-line): Use back-to-indentation.
11014         * textmodes/sgml-mode.el (sgml-basic-offset): New var.
11015         (sgml-name-re, sgml-attrs-re): New consts.
11016         (sgml-tag-name-re, sgml-start-tag-regex, sgml-font-lock-keywords-1)
11017         (sgml-mode): Use them.
11018         (sgml-lexical-context): Default to (point-min) if nothing else works.
11019         (sgml-calculate-indent): Indent slightly differently.
11020         (sgml-indent-line): Use back-to-indentation.
11021         (sgml-parse-dtd): New function.
11022         (sgml-unclosed-tags): New var.
11023         (html-mode): Set it.
11025 2002-03-29  Simon Marshall  <simon.marshall@misys.com>
11027         * font-lock.el (save-buffer-state): Use make-symbol to bind `modified'.
11029 2002-03-29  Richard M. Stallman  <rms@gnu.org>
11031         * dired-aux.el (dired-do-query-replace-regexp, dired-do-search):
11032         Use FILTER arg in dired-get-marked-files to exclude directories.
11033         (dired-nondirectory-p): New function.
11035         * dired.el (dired-get-marked-files): New arg FILTER
11036         allows selection of some files.
11038         * progmodes/tcl.el (tcl-imenu-create-index-function): Doc fix.
11040 2002-03-29  Eric M. Ludlam  <eric@siege-engine.com>
11042         * speedbar.el (speedbar-default-directory-list): Made robust
11043         against deleted directories.
11045 2002-03-28  Richard M. Stallman  <rms@gnu.org>
11047         * dired.el (dired-toggle-marks): Renamed from dired-do-toggle.
11048         Bindings changed.
11050         * progmodes/compile.el (compilation-handle-exit):
11051         If compilation-window-height is 0, display status in echo area.
11053         * simple.el (line-move-to-column): Don't call move-to-column if COL=0.
11055         * rect.el (replace-rectangle): Add autoload.
11057         * files.el: Mark many more variables as risky.
11058         (hack-one-local-variable): Recognize several additional
11059         patterns as risky.
11061         * bindings.el (mode-line-mule-info): Use :propertize, not :eval.
11063 2002-03-28  Stefan Monnier  <monnier@cs.yale.edu>
11065         * textmodes/xml-lite.el (xml-lite-in-string-p):
11066         Use sgml-lexical-context.
11067         (xml-lite-parse-tag-backward): Use sgml-tag-syntax-table.
11068         (xml-lite-get-context): Check that open/close tags match.
11069         Don't stop scanning while we're ignoring matching tags.
11071         * textmodes/sgml-mode.el (sgml-make-syntax-table): New fun.
11072         (sgml-mode-syntax-table): Use it.
11073         (sgml-tag-syntax-table, sgml-tag-name-re): New const.
11074         (sgml-tags-invisible): Use it.
11075         (sgml-lexical-context): New fun.
11076         (sgml-maybe-end-tag, sgml-beginning-of-tag): Use it.
11077         (sgml-quote): Accept \n as entity reference terminator.
11078         (sgml-calculate-indent, sgml-indent-line): New funs.
11080 2002-03-28  Andre Spiegel  <spiegel@gnu.org>
11082         * vc-cvs.el (vc-cvs-global-switches): New user option.
11083         (vc-cvs-command): New function.  Update all callers of
11084         `vc-do-command' in vc-cvs.el to use this instead.
11086 2002-03-27  Andrew Innes  <andrewi@gnu.org>
11088         * makefile.w32-in (bootstrap-clean-SH): Use for loop, instead of
11089         relying on shell globbing.
11091 2002-03-27  Colin Walters  <walters@debian.org>
11093         * ibuffer.el (ibuffer-help-buffer-modes): New variable.
11094         (ibuffer-fontification-alist): Use it.
11095         (ibuffer-backward-line): Handle `ibuffer-summary' area.
11096         (ibuffer-forward-line): Ditto.
11098         * ibuf-ext.el (sorter mode-name): Doc fix.
11099         (ibuffer-mark-help-buffers): Use `ibuffer-help-buffer-modes'.
11100         (operation query-replace): Use new `noerror' arg for
11101         `query-replace-read-args'.
11102         (operation query-replace-regexp): Ditto.
11104 2002-03-27  Stefan Monnier  <monnier@cs.yale.edu>
11106         * textmodes/xml-lite.el: Fix copyright notice.
11107         (xml-lite-basic-offset): Rename from xml-lite-indent-offset.
11108         (xml-lite-indent-comment-offset): Remove.
11109         (xml-lite-calculate-indent): Use new name.  Use natural alignment
11110         for comments.
11111         (xml-lite-in-string-p): Simplify.
11113 2002-03-27  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
11115         * allout.el (outline-layout): Doc fix.
11117 2002-03-27  Stefan Monnier  <monnier@cs.yale.edu>
11119         * textmodes/xml-lite.el: Don't require `custom'.
11120         (xml-lite-parse-tag-name): Properly treat non-ASCII chars.
11121         (xml-lite-parse-tag-backward): Obey sgml-empty-tags.
11122         (xml-lite-get-context): Drop nested tags not just for comments.
11123         (xml-lite-indent-line): Be more careful about moving point.
11124         (xml-lite-insert-end-tag, xml-lite-slash):
11125         Use indent-according-to-mode instead of xml-lite-indent-line.
11126         (xml-lite-mode): Make xml-lite-orig-indent-line-function buffer-local.
11127         Set sgml-xml-mode.  Don't call force-mode-line-update.
11128         (xml-lite-mode-map): Don't bind TAB.
11130 2002-03-27  Zoltan Kemenczy  <zoltan@ieee.org>
11132         * gud.el (gud-jdb-sourcepath): New variable, saves jdb -sourcepath
11133         parameter value.
11134         (gud-jdb-build-source-files-list): Comment clarification.
11135         (gud-jdb-massage-args): Reworked into loop-based argument list
11136         processing in order to support -classpath and -sourcepath argument
11137         processing.
11138         (gud-jdb-find-source-using-classpath): Prepend gud-jdb-sourcepath
11139         to gud-jdb-classpath to obtain search list.
11140         (gud-jdb-parse-classpath-string): Remove any trailing slashes from
11141         directory names in classpath/sourcepath lists, update comment.
11142         (jdb): Add setting of gud-jdb-sourcepath, update comment.
11143         (gud-find-class): Add gud-jdb-sourcepath use, and correct
11144         behaviour for the case when classpath is not used--backward
11145         compatibility fix.
11147 2002-03-27  Eli Zaretskii  <eliz@is.elta.co.il>
11149         * Makefile.in (compile, compile-always): Don't try to compile
11150         non-existent files or files in empty directories.
11152 2002-03-26  Michael Ernst  <mernst@alum.mit.edu>
11154         * compare-w.el (compare-windows-whitespace): Match all whitespace.
11156         * emacs-lisp/shadow.el (list-load-path-shadows): Only ignore last
11157         copy of standard Lisp directories.
11159         * tar-mode.el (tar-header-block-summarize, tar-get-descriptor):
11160         Support "next has longname" link type.
11162 2002-03-26  Stefan Monnier  <monnier@cs.yale.edu>
11164         * textmodes/xml-lite.el (xml-lite-at-indentation-p): Move.
11165         (xml-lite-in-string-p, xml-lite-looking-back-at, xml-lite-looking-at):
11166         New functions.
11167         (forward-xml-tag, backward-xml-tag, beginning-of-xml-tag)
11168         (end-of-xml-tag): Remove.
11169         (xml-lite-get-context): Better handling of comments.
11170         (xml-lite-calculate-indent): Use xml-lite-in-string-p.
11171         (xml-lite-parse-tag-backward): Rewrite.
11173 2002-03-26  Juanma Barranquero  <lektu@terra.es>
11175         * makefile.w32-in (WINS): Add the toolbar directory.
11177 2002-03-26  Richard M. Stallman  <rms@gnu.org>
11179         * subr.el (substring-no-properties): Function deleted (now in C).
11181 2002-03-25  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
11183         * mwheel.el (mouse-wheel-mode): Use global-set-key and
11184         global-unset-key.
11186 2002-03-24  Richard M. Stallman  <rms@gnu.org>
11188         * mail/rmail.el (rmail-resend): Call mail-abbrev-make-syntax-table.
11190         * progmodes/etags.el (tags-query-replace): Pass t for NOERROR
11191         to query-replace-read-args.
11193         * progmodes/compile.el (compilation-forget-errors):
11194         Don't adjust compilation-parsing-end if it's nil.
11196         * replace.el (query-replace-read-args): New optional arg NOERROR.
11197         (perform-replace): Use save-window-excursion around recursive edit.
11199 2002-03-24  Colin Walters  <walters@verbum.org>
11201         * ibuffer.el (ibuffer): If the user has `ibuffer-use-other-window'
11202         non-nil, then always use another window.
11204 2002-03-24  Gerd Moellmann  <gerd@gnu.org>
11206         * subr.el (macro-declaration-function): New function.  Set the
11207         variable macro-declaration-function to it.
11209         * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
11210         Handle declarations in macro definitions.
11212 2002-03-24  Eli Zaretskii  <eliz@is.elta.co.il>
11214         * facemenu.el (facemenu-get-face): Remove unused variable `foreground'.
11216         * enriched.el (enriched-face-ans): Support FACE of the form
11217         (:foreground COLOR) and (:background COLOR).
11218         (enriched-decode-foreground, enriched-decode-background): Set the
11219         fore- and background colors of the faces we create, since facemenu
11220         doesn't.
11222 2002-03-24  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
11224         * mwheel.el (mouse-wheel-mode): Use the result of
11225         current-global-map instead of the variable `global-map'.
11227 2002-03-23  Richard M. Stallman  <rms@gnu.org>
11229         * mail/mailabbrev.el (mail-abbrev-make-syntax-table): New subroutine
11230         broken out of sendmail-pre-abbrev-expand-hook.
11231         (sendmail-pre-abbrev-expand-hook): Use it.
11233 2002-03-22  Stefan Monnier  <monnier@cs.yale.edu>
11235         * Makefile.in (finder-inf.el): Remove.
11236         (finder-data): Don't depend on finder-inf.el any more.
11237         (compile, compile-always): Handle the case where some files
11238         from DONTCOMPILE are missing (it tried to compile them).
11239         (bootstrap-clean): Use src/emacs only if executable.
11240         (bootstrap): Update subdirs.el and finder-inf.el.
11242         * finder.el: Don't load finder-inf.el during byte-compilation.
11244         * vc-cvs.el (vc-cvs-registered, vc-cvs-dir-state-heuristic):
11245         Don't consider cvs-removed files as under VC control.
11246         VC wouldn't handle them properly anyway and it confuses
11247         vc-file-not-found-hook.
11249         * emacs-lisp/bytecomp.el (batch-byte-compile-if-not-done):
11250         Add autoload cookie.
11252 2002-03-22  Eli Zaretskii  <eliz@is.elta.co.il>
11254         * calendar/calendar.el (calendar): Doc fix.
11256 2002-03-22  Juanma Barranquero  <lektu@terra.es>
11258         * play/gomoku.el (gomoku-font-lock-O-face): Convert to use `defface'.
11259         (gomoku-font-lock-X-face): Likewise.
11260         (gomoku-font-lock-keywords): Use faces instead of variables.
11262 2002-03-21  Stefan Monnier  <monnier@cs.yale.edu>
11264         * Makefile.in (bootstrap): Make sure subdirs.el is ready.
11266 2002-03-21  Kim F. Storm  <storm@cua.dk>
11268         * simple.el (open-network-stream, open-network-stream-nowait)
11269         (open-network-stream-server): Use featurep to test for
11270         supported networking features.
11272 2002-03-21  Thien-Thi Nguyen  <ttn@gnu.org>
11274         * mail/emacsbug.el (report-emacs-bug-hook): Remove submitter
11275         directions as the last action.
11277 2002-03-21  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
11279         * startup.el (fancy-splash-tail, normal-splash-screen):
11280         Update copyright.
11282         * novice.el (disabled-command-hook): Clarify output text to match
11283         prompt.
11285 2002-03-20  Jason Rumney  <jasonr@gnu.org>
11287         * frame.el (display-images-p): Do not explicitly check display type.
11289 2002-03-20  pmr-sav  <pmr-sav@hamm.pajato.com>
11291         * mail-utils.el:
11292         Eliminate compilation warnings due to `rfc822-addresses'.
11293         (rmail-dont-reply-to): Eliminate `pos' as a free variable for a
11294         warning free compile.
11296 2002-03-20  Michael Kifer  <kifer@cs.stonybrook.edu>
11298         * ediff-diff.el (ediff-install-fine-diff-if-necessary):
11299         Take the current highlighting style into account.
11300         (ediff-forward-word-function,ediff-whitespace,ediff-word-1)
11301         (ediff-word-2,ediff-word-3,ediff-word-4): Make them buffer local.
11303         * ediff-init.el (ediff-patch-job): New macro.
11305         * ediff-mult.el (ediff-make-new-meta-list-header): New API function.
11306         (ediff-intersect-directories): Use ediff-make-new-meta-list-header.
11308         * ediff-ptch.el (ediff-map-patch-buffer):
11309         Use ediff-make-new-meta-list-header.
11310         (ediff-fixup-patch-map): Use the meta-list API from ediff-mult.el.
11312         * ediff-util.el (ediff-toggle-hilit): Fix toggling of highliting.
11313         (ediff-select-difference): Take highlighting style into account.
11314         (ediff-clone-buffer-for-region-comparison): New function.
11315         (ediff-inferior-compare-regions): Added comparison of current diff
11316         regions.
11318         * ediff.el (ediff-clone-buffer-for-region-comparison)
11319         (ediff-clone-buffer-for-window-comparison): Moved to ediff-util.el.
11321 2002-03-19  pmr-sav  <pmr-sav@hamm.pajato.com>
11323         * mail-utils.el (rmail-dont-reply-to):
11324         Overhaul to correctly apply the regular
11325         expressions in the variable `rmail-dont-reply-to-names' to the list of
11326         destination addresses.  Contributed by lorentey@elte.hu.
11328         * rmail.el (rmail-dont-reply-to-names):
11329         Modify the documentation to make it email
11330         address centric rather than login name centric.  Contributed by
11331         lorentey@elte.hu.
11333 2002-03-18  Colin Walters  <walters@verbum.org>
11335         * ibuf-ext.el (ibuffer-toggle-sorting-mode): Remove `find-if' so
11336         we don't require `cl' at runtime.
11337         (sorting mode mode-name): Don't take the symbol-name of a string.
11339         * ibuffer.el (ibuffer-set-mark): Go back to the beginning of the
11340         line after setting the mark.
11341         (ibuffer-insert-buffers-and-marks): Invert the test for
11342         `ibuffer-sorting-reversep'.
11344 2002-03-18  Stefan Monnier  <monnier@cs.yale.edu>
11346         * international/ucs-tables.el (unify-8859-on-decoding-mode)
11347         (unify-8859-on-encoding-mode): Remove autoload cookie.
11349 2002-03-18  Andre Spiegel  <spiegel@gnu.org>
11351         * vc-rcs.el (vc-rcs-register): Fix handling of
11352         vc-[rcs-]register-switches.
11353         (vc-rcs-checkin-switches, vc-rcs-checkout-switches):
11354         Variables removed, since they weren't used yet.
11356         * vc-cvs.el (vc-cvs-register): Fix handling of
11357         vc-[cvs-]register-switches.
11359         * vc-sccs.el (vc-sccs-register): Fix handling of
11360         vc-[sccs-]register-switches.
11362 2002-03-18  Stefan Monnier  <monnier@cs.yale.edu>
11364         * loadup.el ("emacs-lisp/backquote"): Load earlier.
11365         ("international/ucs-tables"): Load and turn on
11366         unify-8859-on-encoding-mode unconditionally.
11367         (emacs-version): Use `defconst' rather than `setq'.
11369         * eshell/esh-ext.el (eshell-binary-suffixes): Use exec-suffixes.
11371 2002-03-18  Richard M. Stallman  <rms@gnu.org>
11373         * menu-bar.el (menu-bar-options-menu): Cope if
11374         text-mode-hook is not a list.
11376 2002-03-17  Richard M. Stallman  <rms@gnu.org>
11378         * emulation/pc-select.el (pc-selection-mode):
11379         Alter the existing global map, don't replace it.
11381         * files.el (list-directory): Set default-directory at the end.
11383         * dabbrev.el (dabbrev--goto-start-of-abbrev):
11384         Put a limit on field-beginning search.
11386 2002-03-17  Simon Josefsson  <jas@extundo.com>
11388         * net/browse-url.el (browse-url-mosaic-pidfile): New variable.
11389         (browse-url-mosaic): Use it.
11391         * net/browse-url.el (browse-url-filename-alist): Don't begin
11392         docstring with *, you don't want to set this one with M-x set-variable.
11394         * net/browse-url.el: Put * in user option doc strings.
11396 2002-03-17  Stefan Monnier  <monnier@cs.yale.edu>
11398         * textmodes/sgml-mode.el (sgml-xml-mode): Renamed from sgml-xml.
11399         (sgml-xml-guess): Simplify.
11400         (sgml-mode-common): Remove (move into sgml-mode).
11401         (sgml-mode): Add code from sgml-mode-common.
11402         Remove redundant setting of indent-line-function.
11403         Don't set skeleton-transformation when in XML mode.
11405         * international/mule-diag.el (describe-char-after):
11406         Use `internal-describe-syntax-value' again (got lost somewhere).
11408         * international/ucs-tables.el (ucs-unify-8859, ucs-fragment-8859):
11409         Use unify-8859-on-decoding-mode.
11410         (unify-8859-on-decoding-mode): Also set translation-table-for-input.
11411         (ucs-insert): Give an error if the unicode char can't be created.
11413         * pcvs-parse.el (cvs-parse-table): Be a bit more lenient.
11414         (cvs-parse-status): Handle the "used to have a conflict" marker.
11416 2002-03-17  Kim F. Storm  <storm@cua.dk>
11418         The following changes are related to the enhanced network process
11419         support.
11421         * simple.el: Update copyright.
11422         (clone-process): Use make-network-process to clone network
11423         processes.  Get command list via (process-contact ... t).
11424         Use set-process-query-on-exit-flag and process-query-on-exit-flag
11425         instead of process-kill-without-query.
11426         (open-network-stream): Replaces C-version from process.c.
11427         (open-network-stream-nowait, open-network-stream-server): New funs.
11428         (process-kill-without-query): Replaces C-version from process.c.
11430         * files.el: Update copyright.
11431         (save-buffers-kill-emacs): Also check for active server
11432         processes.  Use process-query-on-exit-flag.  Only list processes
11433         which has the query-on-exit flag set in connection with user query.
11435         * shadowfile.el: Update copyright.
11436         (shadow-save-buffers-kill-emacs): Also check for active server
11437         processes.  Use process-query-on-exit-flag.
11439 2002-03-16  Simon Marshall  <simon.marshall@misys.com>
11441         * imenu.el (imenu-menubar-modified-tick): Renamed from
11442         imenu-update-menubar-modified-tick.
11443         (imenu-update-menubar): Update imenu-menubar-modified-tick
11444         whenever outer condition succeeds.
11446         * lazy-lock.el (save-buffer-state):
11447         Bind inhibit-modification-hooks and buffer-file-truename
11448         instead of before-change-functions and after-change-functions.
11450 2002-03-16  Eli Zaretskii  <eliz@is.elta.co.il>
11452         * international/codepage.el (codepage-setup): Don't define a
11453         codepage if it is already defined.
11455         * textmodes/po.el (po-content-type-charset-alist): Convert the
11456         car of each association to a string.
11457         (po-find-file-coding-system-guts): If the charset matches a name
11458         of a codepage, set up that codepage and return it as a coding
11459         system to decode the file.
11460         (po-find-charset): Search for the Charset= header even if we've
11461         read less than 4KB.
11462         <top-level>: Remove the setup for all known codepages: it seems
11463         to cause crashes in the CCL driver.
11465 2002-03-16  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
11467         * textmodes/bibtex.el (bibtex-sort-ignore-string-entries)
11468         (bibtex-entry-field-alist): Doc fix.
11470 2002-03-16  Richard M. Stallman  <rms@gnu.org>
11472         * progmodes/cperl-mode.el (cperl-imenu--function-name-regexp-perl):
11473         Move definition above cperl-outline-regexp.
11475         * bindings.el (mode-line-mule-info): In computing help-echo prop,
11476         avoid using save-window-excursion.  And compile the function.
11478 2002-03-15  Stefan Monnier  <monnier@cs.yale.edu>
11480         * files.el (load-completion): New function.
11481         (load-library): Use it.
11483 2002-03-15  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
11485         * calendar/cal-french.el (calendar-goto-french-date): Fix prompt
11486         to match the actual code.
11488 2002-03-15  Eli Zaretskii  <eliz@is.elta.co.il>
11490         * textmodes/po.el (po-find-file-coding-system-guts):
11491         Use with-temp-buffer instead of po-with-temp-buffer.
11493         * international/mule-conf.el (file-coding-system-alist): Add an
11494         association for PO files.
11496         * textmodes/po.el: New file.
11498 2002-03-15  Gerd Moellmann  <gerd@gnu.org>
11500         * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
11501         Fix simple loop indentation.
11503 2002-03-14  Miles Bader  <miles@gnu.org>
11505         * net/rlogin.el (rlogin-mode): Use `define-derived-mode'.
11507 2002-03-14  Richard M. Stallman  <rms@gnu.org>
11509         * textmodes/picture.el (picture-insert)
11510         (picture-clear-column, picture-draw-rectangle):
11511         Use move-to-column, not move-to-column-force.
11513         * dired.el (dired-readin): Clear out undo list.
11514         (dired-fun-in-all-buffers): Definition moved from dired-aux.el.
11515         (dired-delete-entry): New function.
11516         (dired-internal-do-deletions): Use dired-fun-in-all-buffers
11517         and dired-delete-entry, to update this buffer (and others).
11519         * dired-aux.el (dired-fun-in-all-buffers): Moved to dired.el.
11521         * facemenu.el (facemenu-add-new-face):
11522         Pass region args to facemenu-set-face, when there is a region.
11523         (facemenu-set-foreground, facemenu-set-background)
11524         (facemenu-add-face): Doc fixes.
11526         * progmodes/cperl-mode.el (cperl-outline-regexp): Move definition up.
11528 2002-03-14  Miles Bader  <miles@gnu.org>
11530         * emacs-lisp/debug.el: Require `button'.
11531         (debugger-mode-map): Set the parent keymap to `button-buffer-map',
11532         to get TAB and <backtab> bindings.
11534         * net/rlogin.el (rlogin-carriage-filter): Function removed.
11535         (rlogin): Don't install the `rlogin-carriage-filter' filter, as
11536         comint removes carriage returns itself now.
11538         * rfn-eshadow.el (rfn-eshadow-update-overlay):
11539         Bind `inhibit-point-motion-hooks' to t while messing around, to avoid
11540         getting hosed by our own intangible property.
11542 2002-03-13  Stefan Monnier  <monnier@cs.yale.edu>
11544         * progmodes/fortran.el (fortran-mode): Set comment-padding to "$$$".
11545         Add fortran-comment-line-start-skip to comment-start-skip.
11546         (fortran-comment-indent): Keep whole-line comments in column 0.
11547         (fortran-find-comment-start-skip): New arg `all'.
11548         If ALL is nil, make sure we only match comment-start-skip if we
11549         can't match fortran-comment-line-start-skip.
11550         Fix bug that made it return t but without moving point when
11551         matching '!'! (a false-comment followed by a real comment).
11552         (fortran-indent-comment): Use new `all' argument above.
11553         Be careful not to add an incorrect comment-starter like "C"
11554         in comment-column.
11555         (fortran-split-line): When splitting a comment, reuse the comment
11556         starter from the current line rather than fortran-comment-line-start.
11557         (fortran-indent-line, fortran-auto-fill): Simplify thanks to the
11558         cleaner behavior of fortran-find-comment-start-skip.
11559         (fortran-fill): Don't be confused by ! inside a comment.
11560         (fortran-break-line): Minor cleanup and simplification.
11562 2002-03-13  Francesco Potort\e,Al\e(B  <pot@gnu.org>
11564         * progmodes/etags.el (tag-exact-file-name-match-p)
11565         (tag-file-name-match-p, tag-partial-file-name-match-p): Use a
11566         simpler regexp.
11568 2002-03-12  Colin Walters  <walters@debian.org>
11570         * ibuffer.el (ibuffer-redisplay-current): Don't move point when
11571         redisplaying a line.
11573 2002-03-12  Jan D.  <Jan.Djarv@mbox200.swipnet.se>
11575         * term/x-win.el (emacs-session-restore): Take previous id as
11576         an argument.
11577         (emacs-session-save): Add comment that return t means cancel shutdown
11579         * startup.el (command-line): Must check that x-session-previous-id
11580         is bound also, for non-X platforms.
11582 2002-03-12  Gerd Moellmann  <gerd@gnu.org>
11584         * emacs-lisp/cl-indent.el (lisp-loop-keyword-indentation)
11585         (lisp-loop-forms-indentation, lisp-simple-loop-indentation):
11586         New user options.
11587         (extended-loop-p, common-lisp-loop-part-indentation): New functions.
11588         (common-lisp-indent-function-1): Renamed from
11589         common-lisp-indent-function.
11590         (common-lisp-indent-function): Handle loop forms specially.
11591         (lisp-indent-defmethod): Use car/cdr instead of first/rest.
11592         (lisp-backquote-indentation): New user option.
11594 2002-03-12  Francesco Potort\e,Al\e(B  <pot@gnu.org>
11596         * progmodes/etags.el (tag-exact-file-name-match-p)
11597         (tag-file-name-match-p, tag-partial-file-name-match-p):
11598         Assume that the header of a tags section has either a number
11599         or nothing after the last comma.
11601 2002-03-11  Richard M. Stallman  <rms@gnu.org>
11603         * imenu.el (imenu-update-menubar-modified-tick): New variable.
11604         (imenu-update-menubar): Don't call imenu--make-index-alist
11605         if buffer has not changed since last time.
11607         * desktop.el (desktop-buffer-handlers): Doc fix.
11608         (desktop-buffer-file): Explicitly return BUF.
11610         * paren.el (show-paren-function): Move back in other direction
11611         to verify the match is correct.
11613         * mail/supercite.el (sc-select-attribution): Accept whatever value
11614         we get in CHOICE; there is no value meaning "try again".
11616 2002-03-11  Colin Walters  <walters@verbum.org>
11618         * shell.el (toplevel): Revert previous change to use pcomplete.
11619         (shell-mode): Ditto.
11620         (shell-pcomplete-setup-done): Remove.
11621         (shell-pcomplete): Ditto.
11622         (shell-pcomplete-reverse): Ditto.
11624         * comint.el: Remove documentation on setting up pcomplete.
11626 2002-03-11  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
11628         * font-lock.el (java-font-lock-extra-types): Add "URL" as separate
11629         item.  Doc fix.
11631         * image.el (image-type-from-file-header): Make temporary buffer
11632         unibyte.
11634         * subr.el (add-to-list): Doc fix.
11636 2002-03-11  Miles Bader  <miles@gnu.org>
11638         * pcomplete.el (pcomplete-entries): Expand environment variables
11639         in filename.
11641 2002-03-10  Daniel Pfeiffer  <occitan@esperanto.org>
11643         * play/mpuz.el: Use defface instead of facemenu-get-face.
11645 2002-03-10  Jan D.  <Jan.Djarv@mbox200.swipnet.se>
11647         * startup.el (command-line): Add call to emacs-session-restore if
11648         both x-session-id and x-session-previous-id are strings.
11650         * term/x-win.el (x-handle-smid): New function.
11651         (emacs-session-filename): New function.
11652         (emacs-session-save): New function.
11653         (emacs-save-session-functions): New variable.
11654         (emacs-session-restore): New function.
11656 2002-03-09  Eli Zaretskii  <eliz@is.elta.co.il>
11658         * simple.el (shell-command-on-region): Call push-mark with
11659         non-nil second arg, to suppress the "Mark set" message.
11661 2002-03-08  Richard M. Stallman  <rms@gnu.org>
11663         * textmodes/picture.el (picture-forward-column): New arg `interactive'
11664         is non-nil for an interactive call.  Use instead of interactive-p.
11665         (picture-backward-column): Likewise.
11667         * tar-mode.el (tar-untar-buffer): New function.
11669         * info.el (Info-fontify-node): Bind up-clicks, not down-clicks.
11670         Put the mouse-face on the entire xref, like the local keymap.
11672         * find-dired.el (find-name-dired): Use shell-quote-argument.
11674 2002-03-08  Daniel Pfeiffer  <occitan@esperanto.org>
11676         * play/mpuz.el (mpuz-unsolved-face, mpuz-solved-face)
11677         (mpuz-trivial-face, mpuz-text-face, mpuz-solve-when-trivial)
11678         (mpuz-allow-double-multiplicator): New options for nicer look and
11679         new features.
11680         (mpuz-put-number-on-board, mpuz-paint-number, mpuz-solve): New funs.
11681         (mpuz-check-all-solved, mpuz-random-puzzle)
11682         (mpuz-paint-statistics, mpuz-paint-digit, mpuz-close-game)
11683         (mpuz-show-solution): Functions streamlined and removed french
11684         style space before punctuation, added face support and optional
11685         solving of trivial results.
11687 2002-03-07  Colin Walters  <walters@verbum.org>
11689         * ibuf-macs.el (define-ibuffer-column): Add :summarizer property.
11691         * ibuffer.el (ibuffer-update-mode-name): Substitute "view time"
11692         instead of "recency" for clarity.
11693         (ibuffer-compile-format): Document more.  Handle new "summarizer"
11694         columns.
11695         (ibuffer-fontify-region-function): Ditto.
11696         (ibuffer-insert-buffer-line): Ditto.
11697         (ibuffer-map-lines): Ditto.
11698         (ibuffer-insert-buffers-and-marks): Ditto.
11699         (ibuffer-update-title-and-summary): Renamed from
11700         `ibuffer-update-title'.  Handle "summarizer" columns.
11701         (ibuffer-clear-summary-columns): New function.
11703         * ibuf-ext.el (ibuffer-filter-format-alist): Add type and group.
11705 2002-03-07  Gerd Moellmann  <gerd@gnu.org>
11707         * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
11708         Use the other-window instead of the other-frame functions when
11709         the window is dedicated.
11711 2002-03-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
11713         * textmodes/bibtex.el (bibtex-make-field): Call bibtex-find-text
11714         with SILENT so that a new field can be added.
11716 2002-03-06  Eli Zaretskii  <eliz@is.elta.co.il>
11718         * files.el (make-auto-save-file-name): Make sure the produced file
11719         name does not contain characters that are invalid for DOS/Windows
11720         filesystems.
11722         * dos-fns.el, w32-fns.el (make-auto-save-file-name):
11723         Remove replacement functions.
11725 2002-03-06  Gerd Moellmann  <gerd@gnu.org>
11727         * font-lock.el (lisp-font-lock-keywords-2): Highlight keywords of
11728         the form `:x'.
11730         * vc.el (vc-branch-part): Add autoload cookie.  This function can
11731         be called from vc-rcs-find-most-recent-rev when visiting a file
11732         checked into RCS in a CVS sandbox.
11734 2002-03-06  Andreas Schwab  <schwab@suse.de>
11736         * progmodes/hideif.el: Augment expression parser to handle
11737         conditional expressions.
11738         (hif-token-regexp): Also match `?' and `:'.
11739         (hif-tokenize): Handle `?' and ':' as tokens.
11740         (hif-expr): Parse conditional expressions.
11741         (hif-or-expr): Parse `||' expressions.
11742         (hif-and-expr): Renamed from hif-term.
11743         (hif-conditional): New function to evaluate a conditional
11744         expression.
11746 2002-03-06  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
11748         * language/czech.el ("Czech"): Fix the documentation.
11750         * language/slovak.el ("Slovak"): Likewise.
11752 2002-03-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
11754         * xml.el (xml-parse-attlist): Accept empty strings.
11756 2002-03-05  Eli Zaretskii  <eliz@is.elta.co.il>
11758         * mouse.el (mouse-show-mark): Remove the no-highlight alternative:
11759         all terminals now support highlighting of some kind.
11761         * language/european.el (mac-roman): Fix the safe-chars property.
11763 2002-03-05  Andre Spiegel  <spiegel@gnu.org>
11765         * vc.el (vc-transfer-file): Use `make-temp-file'.
11766         (vc-default-update-changelog): Remove conditional use of
11767         `make-temp-name'.
11769         * vc-cvs.el (vc-cvs-diff-tree): Fix typo in parameter names.
11771 2002-03-05  Michael Kifer  <kifer@cs.stonybrook.edu>
11773         * ediff-init.el: Comments.
11775         * ediff-hook.el: Got rid of autoloads. Not needed, since the hook
11776         is loaded.
11778         * ediff-mult.el (ediff-intersect-directories)
11779         (ediff-prepare-meta-buffer,ediff-get-directory-files-under-revision):
11780         Cleanup.
11781         (ediff-draw-dir-diffs): Now supports the "C" command in directory
11782         difference buffer.
11783         (ediff-dir-diff-copy-file): New function that implements copying
11784         of files from one Ediff dir to another
11785         (ediff-bury-dir-diffs-buffer): Kills the buffer instead.
11786         (ediff-append-custom-diff): Better error msgs.
11788         * ediff-util.el (ediff-compute-custom-diffs-maybe): Buglet fix.
11789         (ediff-inferior-compare-regions): Use
11790         ediff-clone-buffer-for-region-comparison. Better and simpler interface.
11792         * ediff.el (ediff-directories-internal): Cleanup.
11793         (ediff-clone-buffer-for-region-comparison): Better interface.
11795 2002-03-04  Richard M. Stallman  <rms@gnu.org>
11797         * emacs-lisp/easy-mmode.el (define-minor-mode):
11798         Use "P" in interactive spec of minor mode commands.
11800 2002-03-04  Stefan Monnier  <monnier@cs.yale.edu>
11802         * faces.el (face-spec-choose): Allow `t' to appear before the end.
11803         (mode-line, tool-bar, minibuffer-prompt, region, fringe, bold, italic)
11804         (bold-italic, underline, highlight, secondary-selection, fixed-pitch)
11805         (variable-pitch, trailing-whitespace): Don't use the old-style entries.
11806         (mode-line-inactive, header-line): Move the `t' section to the
11807         beginning so the `:inherit' setting can be shared.
11809 2002-03-04  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
11811         * net/snmp-mode.el: Require tempo when compiling to prevent
11812         warnings.  Update copyright notice.
11814         * help.el (describe-key-briefly, describe-key): Interpret `undefined'
11815         like not defined at all.
11817 2002-03-03  Stefan Monnier  <monnier@cs.yale.edu>
11819         * textmodes/sgml-mode.el: Change maintainer to FSF.
11820         (sgml-start-tag-regex, sgml-font-lock-keywords-1, sgml-mode-common)
11821         (sgml-tags-invisible, sgml-beginning-of-tag):
11822         Allow _ : and non-ASCII in tag names, as required for XML.
11823         (sgml-name-char): Don't assume anything about charsets handled by
11824         encode-char.
11826         * textmodes/tex-mode.el (tex-guess-main-file): Handle the case
11827         where one of the buffers is narrowed.
11829         * hexl.el (hexlify-command, dehexlify-command): Remove.
11830         (hexlify-buffer, dehexlify-buffer): Use call-process-region
11831         rather than shell-command-on-region.
11833         * newcomment.el (comment-forward): Use forward-comment to skip
11834         over whitespace (or comments) even when comment-use-syntax is nil.
11836         * progmodes/cperl-mode.el (cperl-menu): Add "-emacs" to the version.
11838         * textmodes/xml-lite.el: New file.
11840 2002-03-03  Richard M. Stallman  <rms@gnu.org>
11842         * textmodes/artist.el (artist-system): Use make-temp-file.
11844         * progmodes/ps-mode.el (ps-run-make-tmp-filename): Use make-temp-file.
11846         * mail/sendmail.el (mail-recover-1): Increase non-random-len
11847         by 1 since we changed make-auto-save-file-name to add one
11848         fewer character to the buffer name.
11849         (mail-recover): Really show point at the right place
11850         in the *Directory* buffer.
11852         * files.el (make-auto-save-file-name): Use make-temp-file.
11854         * terminal.el (te-create-terminfo): Use make-temp-file
11855         to create the source file in a safe way.
11857 2002-03-03  Eli Zaretskii  <eliz@is.elta.co.il>
11859         * cus-start.el: Rename automatic-hscroll-step and
11860         automatic-hscroll-margin into hscroll-step and hscroll-margin.
11862         * frame.el (auto-hscroll-mode): Renamed from automatic-hscrolling.
11863         (automatic-hscrolling): Now a defvaralias for auto-hscroll-mode.
11865         * mouse.el (mouse-region-delete-keys): Add deletechar.
11867 2002-03-03  Sam Steingold  <sds@gnu.org>
11869         * play/snake.el (snake-score-file): Fixed parens (broken by the
11870         last patch).
11871         * play/tetris.el (tetris-score-file): Ditto.
11873 2002-03-03  Richard M. Stallman  <rms@gnu.org>
11875         * play/tetris.el (tetris-score-file): Put in home dir, not in /tmp.
11877         * play/snake.el (snake-score-file): Put in home dir, not in /tmp.
11879         * play/gamegrid.el (gamegrid-set-font, gamegrid-setup-face)
11880         (gamegrid-make-mono-tty-face): Fix usage of condition-case.
11882 2002-03-03  Thien-Thi Nguyen  <ttn@gnu.org>
11884         * calendar/diary-lib.el (list-diary-entries): Use `buffer-substring'
11885         instead of `buffer-substring-no-properties' to support enriched mode.
11887 2002-03-02  Richard M. Stallman  <rms@gnu.org>
11889         * find-dired.el (find-grep-dired): Call shell-quote-argument.
11890         Specify the -e option.
11891         Rename arg to `regexp'.
11893 2002-03-02  Milan Zamazal  <pdm@zamazal.org>
11895         * textmodes/tildify.el (tildify-string-alist): Add entry for xml-mode.
11897 2002-03-02  Miles Bader  <miles@gnu.org>
11899         * mwheel.el (mwheel-scroll): Remove `double' and `triple' from the
11900         event-modifiers before looking up in `mouse-wheel-scroll-amount'.
11901         If there's no applicable modifiers entry in the alist in
11902         `mouse-wheel-scroll-amount', fall back to the default, not to
11903         nil (which causes full screen scrolls).
11905 2002-03-01  Andreas Schwab  <schwab@suse.de>
11907         * textmodes/texnfo-upd.el (texinfo-start-menu-description):
11908         Remove extra paren in regexp.
11910 2002-03-01  Eli Zaretskii  <eliz@is.elta.co.il>
11912         * mouse.el (mouse-show-mark): Use display-mouse-p, not
11913         display-graphic-p, to decide whether to move point or use the
11914         highlighting.
11916 2002-02-28  Colin Walters  <walters@verbum.org>
11918         * eshell/esh-var.el (eshell-parse-variable-ref): Use `make-temp-file'.
11920         * calc/calc-graph.el (calc-gnuplot-tempfile): Don't expand against
11921         `temporary-file-directory'; we now do that in `calc-graph-file-cache'.
11922         (calc-temp-file-name): Use `make-temp-file'.
11924 2002-02-28  Richard M. Stallman  <rms@gnu.org>
11926         * font-lock.el (java-font-lock-extra-types):
11927         Match java.net.URL, etc.
11929 2002-02-28  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
11931         * hexl.el (hexl-options): Doc fix.
11932         Update Commentary section.
11934         * textmodes/sgml-mode.el (sgml-specials, sgml-quick-keys):
11935         Doc fixes.
11937 2002-02-28  Andre Spiegel  <spiegel@gnu.org>
11939         * vc.el (vc-revert-buffer): If the buffer is not saved, prompt
11940         the user to do that first.
11941         (vc-update): New function.
11943         * vc-hooks.el (vc-menu-map): New entry "Update to Latest Version",
11944         which calls vc-update.  Use the term "Base Version" instead of
11945         "Last Version" for the entries "Revert" and "Compare".
11947 2002-02-28  Kim F. Storm  <storm@cua.dk>
11949         * simple.el (shell-command-on-region): Report non-zero exit
11950         status in mode line instead of buffer.
11952 2002-02-27  Richard M. Stallman  <rms@gnu.org>
11954         * comint.el (comint-preoutput-filter-functions): Doc fix.
11955         (comint-output-filter-functions, comint-input-filter-functions)
11956         (comint-redirect-filter-functions): Likewise.
11958         (comint-redirect-preoutput-filter): Do the local-hook
11959         handling of t when running comint-redirect-filter-functions.
11960         (comint-output-filter): Likewise for comint-preoutput-filter-functions.
11962 2002-02-26  Richard M. Stallman  <rms@gnu.org>
11964         * paths.el (remote-shell-program): Add doc string.
11966 2002-02-26  Colin Walters  <walters@debian.org>
11968         * ibuf-ext.el (sorter mode-name): New.
11969         (ibuffer-do-occur): Don't quote ibuffer-marked-char.
11971         * calc/calc-ext.el (calc-scroll-left): Call scroll-left
11972         interactively, so they do something.
11973         (calc-scroll-right): Ditto.
11975 2002-02-26  Eli Zaretskii  <eliz@is.elta.co.il>
11977         * international/mule.el (ctext-pre-write-conversion): Handle the
11978         case when FROM is a string, and when we are called from
11979         build_annotations_2.
11981 2002-02-26  Richard M. Stallman  <rms@gnu.org>
11983         * rect.el (clear-rectangle-line): Reindent to the same column
11984         that move-to-column reached when it tried to go to endcol.
11986         * icomplete.el (icomplete-exhibit): Use minibuffer-prompt-end.
11988 2002-02-26  Ivar Rummelhoff  <ivarru@math.uio.no>
11990         * winner.el (winner-boring-buffers, winner-set): A window which
11991         displays a buffer whose name is in the list
11992         `winner-boring-buffers', will no longer be restored by `winner-undo'.
11993         (winner-sorted-window-list): Used to improve comparison between
11994         window configurations.
11995         (winner-win-data): Simplified and moved.
11996         (winner-conf): Simplified (now uses `winner-win-data').
11997         (winner-change-fun, winner-save-old-configurations)
11998         (winner-save-(un)conditionally, winner-redo): Changes made while in
11999         the minibuffer will be ignored.  (Such changes are undone upon
12000         exit for the minibuffer, anyway.)
12001         (winner-set-conf): Preserve selected window whenever possible.
12002         (winner-make-point-alist): Simplified.
12003         (winner-mode, winner-save-unconditionally): Save current window
12004         configuration on entering minibuffer.
12005         (minor-mode-alist): Don't add winner-mode to `minor-mode-alist',
12006         since it does not change the overall behavior of Emacs.
12008 2002-02-26  Eli Zaretskii  <eliz@is.elta.co.il>
12010         * international/mule-conf.el (compound-text): Renamed back from
12011         compound-text-no-extensions.
12012         (ctext-no-compositions): Remove the mime-charset property.
12013         (compound-text-with-extensions): Renamed from compound-text.
12014         (x-ctext-with-extensions, ctext-with-extensions): Renamed aliases.
12016 2002-02-26  Juanma Barranquero  <lektu@terra.es>
12018         * faces.el (list-faces-display): Fix typo.
12020 2002-02-25  Richard M. Stallman  <rms@gnu.org>
12022         * frame.el (focus-follows-mouse): Doc fix.
12024 2002-02-26  Miles Bader  <miles@gnu.org>
12026         * mwheel.el (mouse-wheel-mode): Pass vectors instead of symbols
12027         to `define-key', since it no longer accepts the latter.
12029 2002-02-25  Jason Rumney  <jasonr@gnu.org>
12031         * term/w32-win.el (mouse-wheel-scroll-line): Use car of
12032         mouse-wheel-scroll-amount.
12034         * w32-vars.el (mouse-wheel-scroll-amount): Use same definition as
12035         mwheel.el.
12037         * language/japanese.el (iso-2022-jp-2): Add init-bol flag.
12039 2002-02-25  Andre Spiegel  <spiegel@gnu.org>
12041         * vc.el (vc-diff-switches-list): Fix prev change, making the macro
12042         consistent with the others that take a backend name as a symbol.
12044         * vc-cvs.el, vc-rcs.el, vc-sccs.el: Fix calls to vc-diff-switches-list.
12046 2002-02-25  Kim F. Storm  <no-spam@cua.dk>
12048         * comint.el (comint-replace-by-expanded-filename): Do nothing if
12049         comint-match-partial-filename returns nil.
12051         * shell.el (shell-pcomplete-setup-done): New variable.
12052         (shell-pcomplete): Use it instead of shell-pcomplete-setup-p.
12053         (shell-pcomplete-reverse): Ditto.
12055 2002-02-25  Per Abrahamsen  <abraham@dina.kvl.dk>
12057         * ps-print.el (ps-print-printer): Added `lpr' customize group member.
12059 2002-02-25  Juanma Barranquero  <lektu@terra.es>
12061         * subr.el (save-match-data): Doc fix.
12063         * ielm.el (ielm-prompt): Allow customization; make it read-only.
12065 2002-02-25  Kim F. Storm  <storm@cua.dk>
12067         * shell.el (shell-mode-map): Add "Complete" header so completion
12068         menu is shown on the menu bar in shell mode.
12070 2002-02-25  Stefan Monnier  <monnier@cs.yale.edu>
12072         * ielm.el (ielm-match-data): New var.
12073         (inferior-emacs-lisp-mode): Make it buffer-local.
12074         (ielm-eval-input): Use it to preserve match-data between inputs.
12076 2002-02-24  Juanma Barranquero  <lektu@terra.es>
12078         * ielm.el (inferior-emacs-lisp-mode): Use hexl for the dummy process.
12080 2002-02-24  Per Abrahamsen  <abraham@dina.kvl.dk>
12082         * cus-edit.el (custom-unlispify-remove-prefixes): Add to
12083         `custom-buffer' customize group.
12085 2002-02-23  Kim F. Storm  <storm@cua.dk>
12087         * help.el (where-is): Use remap-command.
12089         * help-fns.el (describe-function-1): Use remap-command.
12091         * subr.el (global-set-key, local-set-key): Undo 2002-02-06
12092         change (no longer accept a symbol for the KEY argument).
12094 2002-02-23  Colin Walters  <walters@debian.org>
12096         * calc/calcalg3.el (calc-invent-variables): Convert integer to string.
12097         * calc/calcalg2.el (math-solve-get-sign): Ditto.
12099         * ibuffer.el (ibuffer-compile-format): Don't uselessly bind `pt'
12100         in generated function.
12102         * ibuf-ext.el (ibuffer-old-time): Change to hours.
12103         (ibuffer-mark-old-buffers): Handle it.
12105         * shell.el (shell-pcomplete, shell-pcomplete-reverse): New functions.
12106         (toplevel): Bind them.
12107         (shell-mode): Don't set `comint-dynamic-complete-functions'; it is
12108         not necessary now that we use pcomplete.
12110         * comint.el: Document how use new pcomplete completion facility.
12112 2002-02-23  Richard M. Stallman  <rms@gnu.org>
12114         * mail/rmailsum.el (rmail-summary-output): Properly advance
12115         to next message, by calling rmail-summary-goto-msg.
12117         * net/browse-url.el (browse-url-galeon): Specify --existing
12118         for an existing window.  Use --noraise rather than --no-raise.
12119         Don't use -x.
12121 2002-02-22  Eli Zaretskii  <eliz@is.elta.co.il>
12123         * progmodes/etags.el (find-tag-noselect, find-tag)
12124         (find-tag-other-window, find-tag-other-frame, find-tag-regexp):
12125         Fix a typo in doc strings.
12127 2002-02-20  Deepak Goel  <deego@glue.umd.edu>
12129         * play/snake.el (snake-velocity-queue, snake-update-velocity)
12130         (snake-final-x-velocity, snake-final-y-velocity):
12131         New variable and functions.  Store user's keypresses
12132         into a queue and pop from the queue each subsequent turn.
12133         (snake-update-game, snake-move-left)
12134         (snake-move-right, snake-move-up, snake-move-down, snake-active-p)
12135         (snake-start-game): Use that queue.
12136         (snake-use-glyphs-flag): Renamed from snake-use-glyphs.
12137         (snake-use-color-flag): Likewise.
12138         (snake-mode): Rename uses of those variables.
12140 2002-02-22  Eli Zaretskii  <eliz@is.elta.co.il>
12142         Support for ICCCM  Extended Segments in X selections:
12144         * international/mule-conf.el (ctext-no-compositions): New coding
12145         system.
12146         (compount-text-no-extensions): Renamed from compound-text.
12147         (x-ctext-no-extensions, ctext-no-extensions): Aliases for
12148         compound-text-no-extensions.
12149         (compound-text): Redefined using post-read and pre-write conversions.
12151         * international/mule.el (non-standard-icccm-encodings-alist)
12152         (non-standard-designations-alist): New variables.
12153         (ctext-post-read-conversion, ctext-pre-write-conversion):
12154         New functions.
12156 2002-02-21  Jonathan Kamens  <jik@kamens.brookline.ma.us>
12158         * vc.el (vc-default-init-version): Update documentation to
12159         indicate that the backend can override the default init version.
12160         (vc-register): Use the backend init-version function, if it
12161         exists, to determine the initial version of a file.
12162         (vc-diff-switches-list): Don't symbol-quote backend, since it's
12163         already a symbol.  Don't fail if vc-BACKEND-diff-switches isn't bound.
12165         * vc-hooks.el (vc-mode-line): Set vc-mode to nil if the file is
12166         not version-controlled.  This is necessary, e.g., if the file has
12167         just been reverted, and thus was previously under version control
12168         but isn't any longer.
12169         (vc-find-file-hook): Likewise.
12171 2002-02-21  Martin Lorentzson  <Martin.Lorentzson@telia.com>
12173         * vc-cvs.el (vc-cvs-sticky-date-format-string): New variable.
12174         (vc-cvs-sticky-tag-display): New variable.
12175         (vc-cvs-mode-line-string): Add sticky-tag to the mode-line.
12176         (vc-cvs-checkin): If the input revision is a valid symbolic tag
12177         name, we create it as a branch, commit and switch to it.
12178         (vc-cvs-retrieve-snapshot): Set file-property sticky-tag.
12179         (vc-cvs-valid-symbolic-tag-name-p): New function.
12180         (vc-cvs-parse-sticky-tag): New function.
12181         (vc-cvs-parse-entry): Added parsing of sticky tags.
12183 2002-02-21  Per Abrahamsen  <abraham@dina.kvl.dk>
12185         * toolbar/tool-bar.el (tool-bar-mode): Revert the :init-value to
12186         nil, and then explicitly set the standard-value to t.
12188 2002-02-20  Sam Steingold  <sds@gnu.org>
12190         * textmodes/flyspell.el (flyspell-mode): Autoload the variable
12191         since it is used in the menu bar.
12193 2002-02-20  Richard M. Stallman  <rms@gnu.org>
12195         * simple.el (shell-command-on-region): Display the exit status
12196         when a command fails.
12198         * subr.el (add-hook): Doc fix.
12200         * frame.el (other-frame): Doc fix.
12202         * simple.el (yank): Clear `field' property.
12204 2002-02-20  Tom Tromey  <tromey@cachet>
12206         * progmodes/tcl.el (tcl-do-fill-paragraph): Find and fill on more
12207         natural paragraph boundaries.  Don't fail at beginning of buffer.
12209 2002-02-20  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
12211         * tar-mode.el (tar-next-line, tar-previous-line): Add doc string,
12212         call the argument "arg" to match plain next-line and
12213         previous-line.  From Kevin Ryde <user42@zip.com.au>.
12215 2002-02-19  Sam Steingold  <sds@gnu.org>
12217         * mwheel.el (mouse-wheel-scroll-amount): Can specify different
12218         scroll amounts for different modifiers now.
12219         (mwheel-scroll): Handle the new `mouse-wheel-scroll-amount'
12220         format properly.
12221         (mouse-wheel-mode): Ditto.
12223 2002-02-19  Eli Zaretskii  <eliz@is.elta.co.il>
12225         * textmodes/bibtex.el (bibtex-parse-keys): Put save-match-data
12226         around function body.
12228         * net/browse-url.el (browse-url-maybe-new-window): Reverse the
12229         sense of the comparison, to match the doc strings of functions
12230         that use this macro.
12232 2002-02-19  Per Abrahamsen  <abraham@dina.kvl.dk>
12234         * facemenu.el (describe-text-mode-map): Removed bootstrap kludge.
12236         * toolbar/tool-bar.el (tool-bar-mode): Made the standard value t.
12237         * menu-bar.el (menu-bar-mode): Ditto.
12239 2002-02-18  Andreas Schwab  <schwab@suse.de>
12241         * replace.el (query-replace-regexp-eval): Doc fix.
12243 2002-02-18  Colin Walters  <walters@verbum.org>
12245         * calc/calcalg2.el (math-solve-get-int): Convert return value from
12246         `math-get-from-counter' to a string before calling `concat' on it.
12248         * calc/calc-maint.el (calc-split-manual): Look for calc.texi.
12249         (calc-public-autoloads): Obsolete; remove.
12250         (calc-private-autoloads): Ditto.
12251         (calc-add-autoloads): Ditto.
12253         * calc/calc-macs.el (calc-with-default-simplification): Use &rest
12254         for body.
12256 2002-02-17  Jason Rumney  <jasonr@gnu.org>
12258         * w32-win.el (x-option-alist, x-long-option-alist)
12259         (x-switch-definitions): Remove, use command-line-x-option-alist
12260         instead to be consistent with X.
12261         (x-handle-initial-switch): New function.
12263 2002-02-17  Eli Zaretskii  <eliz@is.elta.co.il>
12265         * faces.el (mode-line-inactive, header-line): Add the :inherit
12266         attribute for the tty case.
12268 2002-02-17  stanislav shalunov  <shalunov@internet2.edu>
12270         * mail/uce.el (uce-reply-to-uce): Fix incorrect behavior when
12271         invoked from Rmail with full headers displayed.
12273 2002-02-17  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12275         * emacs-lisp/lisp.el (mark-defun): Don't leave multiple marks
12276         when repeated.
12277         * textmodes/paragraphs.el (mark-paragraph): Ditto.
12279 2002-02-17  Per Abrahamsen  <abraham@dina.kvl.dk>
12281         * menu-bar.el (menu-bar-showhide-menu): Added speedbar.
12282         (menu-bar-tools-menu): Removed speedbar.
12284         * textmodes/ispell.el (ispell-menu-map): Added `customize-ispell'
12285         and `flyspell-mode' entries.
12287         * textmodes/flyspell.el (flyspell): Add to ispell group.
12289 2002-02-17  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12291         * emacs-lisp/lisp.el (mark-sexp): Don't leave multiple marks when
12292         repeated.
12293         (mark-defun): Mark more if repeated.
12295 2002-02-17  Colin Walters  <walters@verbum.org>
12297         * ibuf-ext.el (ibuffer-toggle-sorting-mode): Make it work.
12299         * ibuffer.el (ibuffer-truncate-lines): New option.
12300         (ibuffer-mode): Use it.
12302 2002-02-17  Kim F. Storm  <storm@cua.dk>
12304         * cus-start.el: Add mouse-highlight.
12306 2002-02-16  Eli Zaretskii  <eliz@is.elta.co.il>
12308         * Makefile.in (DONTCOMPILE): Remove cus-start.el.
12310         * cus-start.el: Add automatic-hscroll-margin and
12311         automatic-hscroll-step.
12313 2002-02-16  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
12315         * cus-start.el (x-autoselect-window): Allow customization.
12317         * eshell/em-alias.el (eshell-alias-initialize): Do not use
12318         make-local-hook.
12320         * eshell/em-cmpl.el (eshell-cmpl-initialize): Likewise.
12322         * eshell/em-dirs.el (eshell-dirs-initialize): Likewise.
12324         * eshell/em-glob.el (eshell-glob-initialize): Likewise.
12326         * eshell/em-hist.el (eshell-hist-initialize): Likewise.
12328         * eshell/em-pred.el (eshell-pred-initialize): Likewise.
12330         * eshell/em-prompt.el (eshell-prompt-initialize): Likewise.
12332         * eshell/em-rebind.el (eshell-rebind-initialize): Likewise.
12334         * eshell/em-smart.el (eshell-smart-initialize): Likewise.
12336         * eshell/em-unix.el (eshell-unix-initialize): Likewise.
12338         * eshell/esh-cmd.el (eshell-cmd-initialize): Likewise.
12340         * eshell/esh-ext.el (eshell-ext-initialize): Likewise.
12342         * eshell/esh-io.el (eshell-io-initialize): Likewise.
12344         * eshell/esh-mode.el (eshell-mode): Likewise.
12346         * eshell/esh-test.el (eshell-show-usage-metrics): Likewise.
12348         * eshell/esh-var.el (eshell-var-initialize): Likewise.
12350         * progmodes/idlw-shell.el (idlwave-shell-mode): Likewise.
12352         * progmodes/idlwave.el (idlwave-mode): Likewise.
12354         * textmodes/reftex-sel.el (reftex-select-label-mode)
12355         (reftex-select-bib-mode): Likewise.
12357 2002-02-16  John Wiegley  <johnw@gnu.org>
12359         * eshell/em-hist.el (eshell-hist-initialize): When in the
12360         minibuffer, use the global value of `eshell-history-ring', and
12361         never save it to disk, or ask to save it to disk.  This allows
12362         users of session.el to control whether its global state should be
12363         persisted or not.
12364         (eshell-add-command-to-history): Don't write Eshell's history out
12365         to disk, let the governing mode control that upon exit.
12367 2002-02-16  Eli Zaretskii  <eliz@is.elta.co.il>
12369         * eshell/eshell.el (eshell-command): Before reading from the
12370         minibuffer, add eshell-add-command-to-history to
12371         minibuffer-exit-hook, and remove it after read-from-minibuffer
12372         returns.
12374         * eshell/em-hist.el (eshell-add-input-to-history): New function,
12375         with most of the code from eshell-add-to-history.
12376         (eshell-add-command-to-history): New function, to record in
12377         eshell-history the commands run via eshell-command.
12378         (eshell-add-to-history): Call eshell-add-command-to-history to do
12379         most of the work.
12381 2002-02-16  John Wiegley  <johnw@gnu.org>
12383         * eshell/esh-ext.el (eshell-external-command): Added a fix for
12384         XEmacs' new dired.el, which adds a global entry in the
12385         `file-name-handler-alist'.
12387 2002-02-16  John Wiegley  <johnw@gnu.org>
12389         * align.el (align-region): Added a missing name argument.
12391 2002-02-16  John Wiegley  <johnw@gnu.org>
12393         * eshell/esh-ext.el (eshell-script-interpreter): Allow whitespace
12394         after the #! of a shell interpretor specification.
12396 2002-02-15  Richard M. Stallman  <rms@gnu.org>
12398         * help.el (describe-key-briefly): Make output in INSERT case
12399         look just like what is displayed in the normal case.
12401 2002-02-15  Andreas Schwab  <schwab@suse.de>
12403         * textmodes/tex-mode.el (tex-font-lock-keywords-2):
12404         Require non-letter after specials.
12406 2002-02-15  Eli Zaretskii  <eliz@is.elta.co.il>
12408         * menu-bar.el (menu-bar-tools-menu): Add an item for Calculator.
12410 2002-02-15  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12412         * simple.el (mark-word): Mark more if repeated.
12413         * textmodes/paragraphs.el (mark-paragraph): Ditto.
12414         (mark-end-of-sentence): Ditto.
12416 2002-02-15  Per Abrahamsen  <abraham@dina.kvl.dk>
12418         * wid-edit.el (widgetp): Made it more robust.
12420 2002-02-14  Per Abrahamsen  <abraham@dina.kvl.dk>
12422         * facemenu.el (describe-text-done): New function.
12423         (describe-text-mode-map): New variable.
12424         (describe-text-mode-hook): New option.
12425         (describe-text-mode): New function.
12426         (describe-text-widget): New function.
12427         (describe-text-sexp): New function.
12428         (describe-text-properties): New function.
12429         (describe-text-category): New command.
12430         (describe-text-at): New command.
12431         (facemenu-menu): Replace `list-text-properties-at' with
12432         `describe-text-at' in the menu.
12434         * wid-edit.el (widgetp): New function.
12435         * wid-edit.el (widget-keymap, widget-insert, widget-setup): Autoload.
12437         * emacs-lisp/pp.el (pp-to-string): Autoloaded.
12439         * wid-browse.el: Removed version and x-url keywords.
12441 2002-02-13  Kim F. Storm  <storm@cua.dk>
12443         * cus-start.el (mode-line-in-non-selected-windows):
12444         Allow customization.
12446 2002-02-13  Richard M. Stallman  <rms@gnu.org>
12448         * textmodes/bibtex.el (bibtex-parse-buffers-stealthily):
12449         Tell bibtex-parse-keys to output no progress messages.
12451 2002-02-12  Eli Zaretskii  <eliz@is.elta.co.il>
12453         * progmodes/pascal.el (pascal-imenu-generic-expression):
12454         Add menu-title and fix parentheses.
12456 2002-02-12  Per Abrahamsen  <abraham@dina.kvl.dk>
12458         * menu-bar.el (menu-bar-options-save): Removed `truncate-lines'.
12459         (menu-bar-options-menu): Don't set default value for `truncate-lines'.
12461 2002-02-12  Per Abrahamsen  <abraham@dina.kvl.dk>
12463         * menu-bar.el (menu-bar-options-save): Only save
12464         `current-language-environment' and `default-input-method' when
12465         marked as customized.
12467         * international/mule-cmds.el
12468         (setup-specified-language-environment):
12469         Mark `current-language-environment' as customized.
12470         (set-input-method): Mark `default-input-method' as customized when
12471         called interactively.
12472         (toggle-input-method): Ditto.
12474 2002-02-11  Colin Walters  <walters@verbum.org>
12476         * ibuffer.el (ibuffer-switch-format): Supply required argument for
12477         `ibuffer-current-formats'.
12479 2002-02-11  Miles Bader  <miles@gnu.org>
12481         * faces.el (mode-line-inactive): Add dark-background variant.
12483 2002-02-11  Per Abrahamsen  <abraham@dina.kvl.dk>
12485         * toolbar/tool-bar.el (tool-bar-mode): Removed standard value.
12486         * menu-bar.el (menu-bar-mode): Ditto.
12487         * cus-edit.el (customize-mark-to-save): Always save variables
12488         without a standard value.
12490         * menu-bar.el (menu-bar-make-toggle): Made it aware of customize.
12491         (menu-bar-options-save): Ditto.
12492         (menu-bar-showhide-menu): Ditto.
12493         (menu-bar-options-menu): Ditto.
12494         (menu-bar-scroll-bar-right, menu-bar-scroll-bar-left)
12495         (menu-bar-scroll-bar-none): Remove.
12496         (menu-bar-showhide-scroll-bar-menu): Use customize aware lambda
12497         expressions instead.
12499         * cus-edit.el (customize-set-value): Return value.
12500         (customize-set-variable): Ditto.
12501         (customize-save-variable): Ditto.
12502         (customize-set-variable): Load dependencies before setting value.
12503         (custom-load-symbol): Autoload it.
12504         (customize-mark-as-set): New function.
12506 2002-02-11  Eli Zaretskii  <eliz@is.elta.co.il>
12508         * cus-start.el: Don't warn about "x-*" symbols when building a
12509         non-GUI version.
12511 2002-02-11  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
12513         * strokes.el (strokes-do-stroke, strokes-do-complex-stroke):
12514         Doc fix.
12515         (strokes-help): Do not use doubled with-output-to-temp-buffer.
12516         Fix the help string.
12517         (strokes-prompt-user-save-strokes): Fix typo.
12518         (strokes-list-strokes): Use proper exit-action argument for
12519         view-buffer.  Update copyright notice.
12521         * international/mule-diag.el: Various doc and message fixes.
12522         (non-iso-charset-alist): Add mac-roman.  Don't add entries for
12523         codepages already present.
12524         (list-block-of-chars): Display space for null entries in
12525         translation table.  Display tab specially.
12526         (list-non-iso-charset-chars): Check for null charsets.  Use pop
12527         for clarity.  Don't break 8-bit sets into sections between ranges.
12528         (list-charset-chars): Avoid indent-tabs-mode.
12529         (describe-char-after): Maybe use the text property for syntax
12530         table information.  Maybe report char-code-property-table info.
12531         Maybe report character's unicode.  Tweak printing of list info.
12532         (list-input-methods): Add xref buttons.
12533         (dump-charsets, dump-codings): Deleted (obsolete).
12534         From Dave Love <fx@gnu.org>.
12536 2002-02-10  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
12538         * menu-bar.el (menu-bar-showhide-menu): Rename functions for toggling.
12540 2002-02-10  Michael Kifer  <kifer@cs.stonybrook.edu>
12542         * viper-util.el (viper-read-key-sequence): Fix so it'll read
12543         fast key sequences in emacs native mode
12544         (viper-events-to-keys): Delete.
12546         * viper.el (describe-key, describe-key-briefly): Get rid of
12547         viper-events-to-keys.
12549         * ediff-init.el (ediff-has-gutter-support): Steven Turnbull's patch.
12551         * ediff-wind.el (ediff-setup-control-frame):
12552         Use ediff-has-gutter-support.
12554         * ediff-util.el (ediff-dispose-of-variant-according-to-user):
12555         check if buff is alive.
12557         * ediff.el: Typo in comment.
12559 2002-02-09  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
12561         * menu-bar.el (menu-bar-options-save): Take care of
12562         line-number-mode and column-number-mode variables.
12563         (menu-bar-showhide-menu): New menu-items "Show Line Number" and
12564         "Show Column Number" in "Show/Hide" menu.
12566 2002-02-09  Richard M. Stallman  <rms@gnu.org>
12568         * mail/mailabbrev.el (mail-mode-map): Use eval-after-load to change it.
12570 2002-02-09  Kim F. Storm  <storm@cua.dk>
12572         * faces.el (mode-line-inactive): New face for mode-line for
12573         non-selected windows.
12574         (mode-line): Doc fix: Only used for selected window.
12576 2002-02-08  Eli Zaretskii  <eliz@is.elta.co.il>
12578         * calendar/cal-menu.el (calendar-mode-map): Change the menu item's
12579         name to "Insert Diary Entry".
12581 2002-02-08  Stefan Monnier  <monnier@cs.yale.edu>
12583         * font-lock.el (save-buffer-state): Use restore-buffer-modified-p.
12584         (c-font-lock-syntactic-face-function): Accept doxygen-style comments.
12586 2002-02-08  Richard M. Stallman  <rms@gnu.org>
12588         * textmodes/text-mode.el (text-mode-hook-identify): Define as no-op.
12590 2002-02-08  Andreas Schwab  <schwab@suse.de>
12592         * calc/calc.el (calcDigit-key): Use minibuffer-prompt-end instead
12593         of point-min.
12595 2002-02-08  Eli Zaretskii  <eliz@is.elta.co.il>
12597         * net/ange-ftp.el (ange-ftp-process-handle-line)
12598         (ange-ftp-set-xfer-size): If the file's size is a float, divide
12599         by 1024 instead of using ash.
12601         * international/mule-cmds.el (select-safe-coding-system):
12602         State the buffer's name in the message popped in the *Warning* buffer,
12603         and make sure the offending buffer is displayed.
12605 2002-02-07  Markus Rost  <rost@math.ohio-state.edu>
12607         * ffap.el (ffap-newsgroup-p): Test for non-nil symbol-value of htb.
12609 2002-02-07  Richard M. Stallman  <rms@gnu.org>
12611         * terminal.el (terminal-map): Define [menu-bar] so global def is seen.
12613         * register.el (list-registers): New command.
12614         (describe-register-1): New subroutine, taken out of view-register.
12616         * emacs-lisp/copyright.el (copyright-regexp):
12617         Delete the unibyte copyright symbol; it's redundant.
12618         Fix a spazz in the multibyte encoding here.
12620 2002-02-07  Dave Love  <fx@gnu.org>
12622         * language/cyril-util.el (cyrillic-encode-koi8-r-char)
12623         (cyrillic-encode-alternativnyj-char): Get translation tables from
12624         symbol properties, not as variables.
12625         (standard-display-cyrillic-translit): Include unicodes.
12627 2002-02-06  Kim F. Storm  <storm@cua.dk>
12629         * help.el (where-is): Report remapped commands.
12631         * help-fns.el (describe-function-1): Ditto.
12633         * subr.el (global-set-key, local-set-key): Accept a symbol for the
12634         KEY argument (like define-key).
12636 2002-02-06  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
12638         * textmodes/flyspell.el (flyspell-insert-function): Doc fix.
12640 2002-02-06  Richard M. Stallman  <rms@gnu.org>
12642         * mail/mailabbrev.el: Require sendmail only at compile time.
12643         (mail-mode-header-syntax-table): Var deleted.
12644         (mail-abbrev-syntax-table): Init to nil, will compute when needed.
12645         (sendmail-pre-abbrev-expand-hook): Only temporarily change
12646         local-abbrev-table and the syntax table.
12647         Compute mail-abbrev-syntax-table if that has not been done.
12649         * progmodes/compile.el (grep-compute-defaults): Definition moved up.
12651         * emacs-lisp/debug.el (debugger-frame-offset): Var deleted.
12652         (debugger-frame-number): Figure out the offset directly.
12653         (debugger-setup-buffer): Don't use debugger-frame-offset.
12654         (debugger-frame, debugger-frame-clear): Likewise.
12655         (debugger-jump): Don't alter debugger-frame-offset.
12657         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
12658         Replace foo-p as var name with foo-flag, not foo-p-flag.
12660         * hilit-chg.el (highlight-changes-active-string): Default to +Chg.
12661         (highlight-changes-passive-string): Default to -Chg.
12662         (highlight-changes-global-modes): Doc fix.
12664         * dired.el (dired-get-filename): Add /: when appropriate
12665         to avoid taking a local name as remote.
12667         * files.el (file-name-non-special): Add special handling for
12668         file-name-sans-versions, file-name-completion, and
12669         file-name-all-completions.
12671         * isearch.el (isearch-update): Don't update display in kbd macro.
12672         (isearch-lazy-highlight-new-loop): Do nothing in kbd macro.
12674         * subr.el (force-mode-line-update): Doc fix.
12676         * subr.el (atomic-change-group, prepare-change-group)
12677         (activate-change-group, accept-change-group, cancel-change-group):
12678         New functions.
12680         * simple.el (undo-get-state, undo-revert-to-state): Fns deleted.
12681         (transpose-subr-1): Use atomic-change-group.
12683         * subr.el (add-minor-mode): Include the mode's lighter string
12684         in the minor mode menu item name.
12686         * mail/rmail.el (rmail-toggle-header): Avoid possibly slow call to
12687         rmail-count-screen-lines starting from (point-min).
12689         * startup.el (use-fancy-splash-screens-p): Need 19 lines,
12690         beyond the image height, to use the fancy splash screen.
12692         * textmodes/text-mode.el (text-mode-hook-identify): Function deleted.
12693         (text-mode): Set text-mode-variant here.
12695 2002-02-06  Eli Zaretskii  <eliz@is.elta.co.il>
12697         * play/pong.el (pong-height): Don't use height that exceeds the
12698         frame height.
12699         (pong-border-options): Make the border colors slightly more bright.
12701         * play/gamegrid.el (gamegrid-display-type): Treat any
12702         color-capable display as color-x, if display-color-p is fboundp.
12703         (gamegrid-make-color-x-face): Don't call gamegrid-color twice.
12704         (gamegrid-make-color-tty-face): Use the value of color, not the
12705         symbol itself.  Don't call gamegrid-color.
12707 2002-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
12709         * gud.el (gud-refresh): Call recenter only after we are sure we
12710         are in the right window.
12712 2002-02-05  Per Abrahamsen  <abraham@dina.kvl.dk>
12714         * cus-edit.el (customize-mark-to-save): New function.
12715         * menu-bar.el (menu-bar-options-save): Rewrote.
12717 2002-02-05  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
12719         * cus-start.el (x-use-underline-position-properties):
12720         Allow customization.
12722 2002-02-04  Simon Josefsson  <jas@extundo.com>
12724         * dired.el (dired-load-hook, dired-mode-hook)
12725         (dired-before-readin-hook, dired-after-readin-hook): Defcustom.
12727 2002-02-03  Colin Walters  <walters@verbum.org>
12729         * ibuf-ext.el (ibuffer-filter-format-alist)
12730         (ibuffer-cached-filter-formats, ibuffer-compiled-filter-formats):
12731         New variables.
12732         * ibuffer.el (ibuffer): Remove link; the "home page" for ibuffer
12733         is now the Emacs CVS tree.
12734         (ibuffer-formats): Doc fix.
12735         (ibuffer-active-formats-name, ibuffer-current-formats): New functions.
12736         (ibuffer-current-format): Use them.
12737         (ibuffer-recompile-formats, ibuffer-check-formats)
12738         (ibuffer-switch-format, ibuffer-update-title):
12739         Add support for ibuffer-filter-format-alist.
12740         (define-ibuffer-column process): Remove unncessary consing.
12742         * ibuf-macs.el (define-ibuffer-column): Add beginnings of support
12743         for a summary column.
12745 2002-02-03  Andreas Schwab  <schwab@suse.de>
12747         * window.el (save-selected-window): Move macro before first use.
12748         (balance-windows): Fix misplaced parenthesis.
12750 2002-02-03  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
12752         * calculator.el (calculator-displayers): Doc fixes.
12754 2002-02-03  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
12756         * menu-bar.el (menu-bar-help-menu): Use different text for tool-tip.
12757         (menu-bar-options-save): Save also the value of `display-time-mode'.
12758         (showhide-date-time): New function.
12759         (menu-bar-showhide-menu): New menu-item "Date and time".
12761 2002-02-03  Eli Zaretskii  <eliz@is.elta.co.il>
12763         * mail/rmail.el (rmail): Use find-buffer-visiting instead of
12764         get-file-buffer to check for rmail buffer existence.
12766         * term.el (term-emulate-terminal): Extract proper command string
12767         which is supplied to term-command-hook.
12769 2002-02-03  Richard M. Stallman  <rms@gnu.org>
12771         * international/quail.el (quail-help): Don't call help-setup-xref.
12773         * international/mule-cmds.el (describe-input-method):
12774         Call help-setup-xref here.
12775         (describe-current-input-method): Doc fix.
12777         * novice.el (disabled-command-hook): Clarify output text.
12778         Indent the paragraph from the command's doc string.
12780         * dabbrev.el (dabbrev--goto-start-of-abbrev):
12781         Exit loop on beginning of field rather than bobp.
12783 2002-02-02  Eli Zaretskii  <eliz@is.elta.co.il>
12785         * mail/uce.el (uce-reply-to-uce): Prune the headers before copying
12786         the message text into the *mail* buffer, and restore the pruned
12787         state after that.
12789         * mail/rmail.el (rmail-redecode-body): Prune the headers before
12790         looking for X-Coding-System header, and restore the pruned state
12791         before returning.
12793 2002-02-02  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
12795         * cus-edit.el (customize-save-variable): Fix typo in prompt.
12797         These changes integrate new version of flyspell.el from its
12798         maintainer, Manuel Serrano:
12800         * textmodes/flyspell.el (flyspell-issue-message-flag): New user option.
12801         (flyspell-mode-on, flyspell-notify-misspell)
12802         (flyspell-small-region, flyspell-external-point-words)
12803         (flyspell-large-region): Use it
12804         (flyspell-before-incorrect-word-string)
12805         (flyspell-after-incorrect-word-string): New user options.
12806         (make-flyspell-overlay): Use them.
12807         (flyspell-version): New function.
12808         (flyspell-incorrect-face, flyspell-duplicate-face): Adapt face
12809         definitions to use :weight.
12810         (flyspell-insert-function): New user option.
12811         (flyspell-auto-correct-word, flyspell-correct-word)
12812         (flyspell-xemacs-correct): Use it.
12813         (flyspell-define-abbrev): New function.
12814         (flyspell-auto-correct-word, flyspell-correct-word)
12815         (flyspell-xemacs-correct): Use it.
12816         (make-flyspell-overlay): Use `evaporate' property.
12817         (flyspell-auto-correct-word, flyspell-correct-word): Remove overlay.
12818         (flyspell-emacs-popup): Use `session' instead of `accept'.
12819         (flyspell-auto-correct-previous-pos): New variable.
12820         (flyspell-auto-correct-previous-hook)
12821         (flyspell-auto-correct-previous-word): New functions.
12823 2002-02-02  Eli Zaretskii  <eliz@is.elta.co.il>
12825         * novice.el (enable-command): If Emacs was invoked as "emacs -q",
12826         don't alter the user's ~/.emacs.
12827         (disable-command): If user-init-file is nil or does not exist,
12828         default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
12829         But don't alter the init file if Emacs was invoked as "emacs -q"
12831 2002-02-01  Stefan Monnier  <monnier@cs.yale.edu>
12833         * mail/sendmail.el (mail-mode): Undo half of last change.
12835         * indent.el (indent-for-tab-command): Remove spurious code.
12837         * hi-lock.el (hi-lock-find-patterns): Save restriction.
12839 2002-02-01  Eli Zaretskii  <eliz@is.elta.co.il>
12841         * calendar/time-date.el: Moved from lisp/gnus.
12843         * calendar/parse-time.el: Ditto.
12845 2002-01-31  Richard M. Stallman  <rms@gnu.org>
12847         * international/iso-acc.el (iso-languages): Fix ", " in French.
12849         * cus-start.el (history-length): Specify customization for it.
12851         * emacs-lisp/debug.el (debugger-setup-buffer):
12852         When an eval-buffer frame was reading from a buffer,
12853         insert indication of the buffer position.
12854         (debugger-frame-number): Ignore ;;;-comment lines in backtrace.
12855         (debugger-frame-clear, debugger-frame): Error on non-frame line.
12857         * simple.el (shell-command-on-region): Err if no mark
12858         before reading the command string.
12860         * hl-line.el (hl-line-highlight, hl-line-unhighlight):
12861         Definitions moved down after hl-line-mode var's definition.
12863         * hilit-chg.el (hilit-chg-fixup): Don't alter overlay if not ours.
12864         (hilit-chg-set-face-on-change): Rename arg.
12865         (hilit-chg-make-ov): Detect error earlier.
12867         * ediff-hook.el: Delete autoload cookies.
12869         * comint.el (comint-scroll-show-maximum-output): Default is t.
12871         * emacs-lisp/bytecomp.el (batch-byte-compile): New arg noforce.
12872         (batch-byte-compile-if-not-done): New function.
12874         * Makefile.in (compile): New target.
12875         (compile-always): Renamed from compile-files.
12876         (compile-after-backup): Renamed from compile.
12877         (bootstrap): Depend on compile-always, not compile-files.
12879         * emulation/pc-select.el (pc-select-save-and-set-mode):
12880         Properly use MODE-VAR.
12882 2002-01-29  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
12884         * menu-bar.el (menu-bar-help-menu): Change menu-item "Show Emacs
12885         Version" to "About Emacs".
12886         (menu-bar-options-save): Add `default-frame-alist'
12887         to saved variables.
12888         (menu-bar-showhide-scroll-bar-menu): Use frame-parameters instead
12889         of the variable `scroll-bar-mode'.
12891         * startup.el (normal-splash-screen, display-splash-screen):
12892         New functions (separated from command-line-1).
12893         (command-line-1): Use them.
12895 2002-01-28  Eli Zaretskii  <eliz@is.elta.co.il>
12897         * calendar/calendar.el (generate-calendar-month): Doc fix.
12899 2002-01-27  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
12901         * time.el (display-time-mail-directory): New option.
12902         (display-time-mail-function): Update doc-string.
12903         (display-time-mail-icon): Use XPM image when available.
12904         (display-time-string-forms): Use more descriptive text as
12905         help-echo property.
12906         (display-time-mail-check-directory): New function.
12907         (display-time-update): Use it.
12909         * menu-bar.el (menu-bar-showhide-scroll-bar-menu):
12910         Quote `window-system'.
12912         * tmm.el (tmm-get-keymap): Honour :visible in `menu-item'.
12913         Add Keywords header.  Update Commentary section.
12914         Update copyright notice.
12916         * menu-bar.el (menu-bar-scroll-bar-right)
12917         (menu-bar-scroll-bar-left, menu-bar-scroll-bar-none)
12918         (showhide-menu-bar): New functions.
12919         (menu-bar-showhide-menu): New submenu "Show/Hide".
12920         (menu-bar-showhide-scroll-bar-menu): "Scroll-bar" submenu of
12921         "Show/Hide".
12922         Update copyright notice.
12924 2002-01-27  Eli Zaretskii  <eliz@is.elta.co.il>
12926         * lazy-lock.el (lazy-lock-mode): Add a reference to jit-lock.
12928 2002-01-26  Evgeny Roubinchtein  <evgenyr@cs.washington.edu>
12930         * pc-select.el (pc-selection-mode-hook)
12931         (pc-select-saved-settings-alist, pc-select-map)
12932         (pc-select-saved-global-map, pc-select-key-bindings-alist)
12933         (pc-select-default-key-bindings, pc-select-extra-key-bindings)
12934         (pc-select-meta-moves-sexps-key-bindings)
12935         (pc-select-tty-key-bindings, pc-select-old-M-delete-binding):
12936         New variables.
12937         (pc-select-define-keys, pc-select-restore-keys): New functions.
12938         (pc-select-add-to-alist, pc-select-save-and-set-var)
12939         (pc-select-save-and-set-mode, pc-select-restore-var)
12940         (pc-select-restore-mode): New macros.
12941         (pc-selection-mode): Completely rewrote the body of the function;
12942         the main goal was to make pc-selection-mode "turn-off"-able, like
12943         other minor modes.  Use define-minore-mode instead of just a
12944         defun.  Store the key bindings into four alists:
12945         pc-select-default-key-bindings, pc-select-extra-key-bindings,
12946         pc-select-meta-moves-sexps-key-bindings, and
12947         pc-select-tty-key-bindings; then have the pc-select-define-keys
12948         function walk those alists instead of calling define-key
12949         repeatedly.  When the mode is turned on, set the
12950         keybindings in global-map and remember the old keybindings; when
12951         the mode is turned off, restore the previously-saved keybindings.
12952         (pc-selection-mode defcustom): Reflect the fact that the mode is
12953         now "turn-off"-able.
12955 2002-01-26  Eli Zaretskii  <eliz@is.elta.co.il>
12957         * eshell/esh-cmd.el (eshell-eval-command): If eshell-resume-eval
12958         returns t, don't treat that as an error.
12960 2002-01-25  Jason Rumney  <jasonr@gnu.org>
12962         * faces.el (face-font-registry-alternatives) [windows-nt]:
12963         Add ms-oemlatin as an alternative for iso8859-1.
12965 2002-01-25  Stefan Monnier  <monnier@cs.yale.edu>
12967         * pcvs.el (cvs-reread-cvsrc): Distinguish between an empty list of
12968         args and the absence of an entry.  Don't add -f each time.
12970 2002-01-25  Eli Zaretskii  <eliz@is.elta.co.il>
12972         * emacs-lisp/cl-seq.el (mismatch): Doc fix.
12974         Support for more than 8 colors on character terminals:
12976         * term/rxvt.el: New file.
12978         * Makefile.in (DONTCOMPILE): Remove term/xterm.el.
12980         * term/xterm.el (xterm-standard-colors): New variable.
12981         (xterm-rgb-convert-to-16bit, xterm-register-default-colors)
12982         (xterm-rxvt-set-background-mode): New functions.
12983         (toplevel): Call xterm-register-default-colors,
12984         xterm-rxvt-set-background-mode, and tty-set-up-initial-frame-faces.
12985         Add support for more keys from xterm's terminfo entry.
12987         * facemenu.el (list-colors-display): If the argument is nil, don't
12988         show more colors that the number returned by display-color-cells.
12990         * term/pc-win.el (msdos-color-values): Reverse the order of the
12991         colors, since tty-color-define now preserves the registration order.
12993         * w32-fns.el (w32-tty-standard-colors): Reverse the order.
12995         * term/tty-colors.el (tty-standard-colors): Reverse the order.
12996         (tty-register-default-colors): New function; code moved from
12997         startup.el's command-line.
12998         (tty-modify-color-alist): Use nconc instead of cons, to preserve
12999         the order the colors where registered.
13001         * frame.el (display-color-cells): Use tty-display-color-cells.
13003         * startup.el (command-line): Call tty-register-default-colors.
13005 2002-01-25  Richard M. Stallman  <rms@gnu.org>
13007         * subr.el (remove): Doc fix.
13009 2002-01-24  Richard M. Stallman  <rms@gnu.org>
13011         * progmodes/compile.el (compilation-handle-exit):
13012         Add a compilation-handle-exit property to the "finished" message.
13013         (compilation-parse-errors): Stop parsing when that property is seen.
13015         * subr.el (substring-no-properties): New function.
13016         (copy-without-properties): Function deleted.
13018         * term/x-win.el (x-handle-geometry): Put sizes on both
13019         initial-frame-alist and default-frame-alist.
13021         * cus-edit.el (custom-save-all): Bind file-precious-flag to t
13022         for saving .emacs.
13024         * files.el (basic-save-buffer-2): Ignore file-error in delete-file.
13026         * calendar/calendar.el (generate-calendar-month): Doc fix.
13028 2002-01-23  Richard M. Stallman  <rms@gnu.org>
13030         * play/tetris.el (tetris): New defgroup.
13031         (tetris-use-glyphs, tetris-use-color, tetris-draw-border-with-glyphs)
13032         (tetris-default-tick-period): Convert to defcustom.
13033         Added * in docstring to indicate user variable.
13034         (tetris-update-speed-function, tetris-mode-hook, tetris-tty-colors)
13035         (tetris-x-colors, tetris-buffer-name, tetris-buffer-width)
13036         (tetris-buffer-height, tetris-width, tetris-height)
13037         (tetris-top-left-x, tetris-top-left-y): Convert to defcustom.
13039 2002-01-22  Stefan Monnier  <monnier@cs.yale.edu>
13041         * mail/sendmail.el (mail-mode): ">" is not a supercite-style prefix
13042         and is already matched by adaptive-fill-regexp.
13044 2002-01-22  Richard M. Stallman  <rms@gnu.org>
13046         * bindings.el (mode-line-copied-mode-name): New variable.
13047         (mode-line-mode-name): Don't modify mode-name itself!
13048         Instead, make a copy and reuse it.
13050         * subr.el (copy-without-properties): New function.
13052         * progmodes/sh-script.el (sh-set-shell): Doc fix.
13054         * net/ange-ftp.el (ange-ftp-canonize-filename): Avoid duplicate
13055         slash if DIR is just slash.
13057         * progmodes/perl-mode.el (perl-mode-abbrev-table): Restore definition.
13059 2002-01-21  Richard M. Stallman  <rms@gnu.org>
13061         * emacs-lisp/copyright.el (copyright-regexp): Fix previous change.
13063         * net/ange-ftp.el (ange-ftp-bs2000-posix-hook-installed):
13064         Move defvar up.
13066         * textmodes/ispell.el (ispell-help): Clean up echo area if user quits.
13068         * ibuffer.el: Don't require ibuf-ext at load time.
13069         (ibuffer): Require ibuf-ext here.
13071 2002-01-21  Francesco Potort\e,Al\e(B  <pot@gnu.org>
13073         * generic-x.el (apache-conf-generic-mode): Highlight the first
13074         word in a line even if preceded by blanks.
13076 2002-01-21  Richard M. Stallman  <rms@gnu.org>
13078         * window.el (window-body-height): Handle minibuffer window specially.
13079         Otherwise, don't return less than 1.
13081 2002-01-20  Thomas Dorner  <Thomas.Dorner@start.de>
13083         * ange-ftp.el: Added support for BS2000, and for raw ftp
13084         login commands (needed in some circumstances).
13085         (ange-ftp-raw-login): New custom var.
13086         (ange-ftp-normal-login): Perform login with raw ftp commands, if
13087         ange-ftp-raw-login is set and account password is needed.
13088         (ange-ftp-host-type, ange-ftp-guess-host-type): Handle BS2000 hosts.
13089         (ange-ftp-bs2000-filename-pubset-regexp)
13090         (ange-ftp-bs2000-filename-username-regexp)
13091         (ange-ftp-bs2000-filename-prefix-regexp)
13092         (ange-ftp-bs2000-name-template): New consts.
13093         (ange-ftp-bs2000-short-filename-regexp)
13094         (ange-ftp-bs2000-fix-name-regexp-reverse)
13095         (ange-ftp-bs2000-fix-name-regexp): New consts.
13096         (ange-ftp-bs2000-special-prefix): New custom var.
13097         (ange-ftp-fix-name-for-bs2000)
13098         (ange-ftp-fix-dir-name-for-bs2000): New funs.
13099         (ange-ftp-bs2000-host-regexp, ange-ftp-bs2000-posix-host-regexp)
13100         (ange-ftp-bs2000-posix-hook-installed): New vars.
13101         (ange-ftp-parse-bs2000-filename, ange-ftp-parse-bs2000-listing)
13102         (ange-ftp-bs2000-host, ange-ftp-bs2000-posix-host)
13103         (ange-ftp-add-bs2000-host, ange-ftp-add-bs2000-posix-host): New funs.
13104         (ange-ftp-bs2000-filename-regexp): New const.
13105         (ange-ftp-bs2000-additional-pubsets): New custom var.
13106         (ange-ftp-bs2000-cd-to-posix): New fun.
13108 2002-01-20  Colin Walters  <walters@verbum.org>
13110         * ibuffer.el: (toplevel) Require `ibuf-ext', which is now compiled
13111         with `byte-compile-dynamic'.
13112         (ibuffer-default-directory, toplevel): Doc files.
13114 2002-01-20  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
13116         * tempo.el (tempo-define-template): Doc fix.
13118         * scroll-bar.el (scroll-bar-mode): Make argument optional.
13120 2002-01-20  Jason Rumney  <jasonr@gnu.org>
13122         * w32-vars.el: New file.
13124         * loadup.el [windows-nt]: Load it.
13126         * w32-fns.el, term/w32-win.el: Move user variables to w32-vars.el
13127         and make them defcustoms.
13129         * term/w32-win.el (mouse-set-font): Use w32-list-proportional-fonts.
13131 2002-01-19  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
13133         * language/tibet-util.el (tibetan-decompose-region)
13134         (tibetan-decompose-string): Fix typo in docstring.
13136         * ruler-mode.el (ruler-mode): New keyword.  Fix :version.
13138 2002-01-18  Richard M. Stallman  <rms@gnu.org>
13140         * comint.el (comint-redirect-send-command-to-process):
13141         Restore previous current buffer.
13143         * window.el (window-body-height): New function.
13145 2002-01-18  Zoltan Kemenczy  <kemenczy@rogers.com>
13147         * gud.el (easy-mmode-defmap): Enable "Up Stack", "Down Stack", and
13148         "Finish Function" menu map entries for jdb mode.
13149         (gud-jdb-use-classpath): New customization variable.
13150         (gud-jdb-command-name): Add customization.
13151         (gud-jdb-classpath, gud-marker-acc-max-length): New variables.
13152         (gud-jdb-classpath-string): New variable.
13153         (gud-jdb-source-files, gud-jdb-class-source-alist): Add doc strings.
13154         (gud-jdb-build-source-files-list): Likewise.
13155         (gud-jdb-massage-args): Record any command argument classpath
13156         string in `gud-jdb-classpath-string'.
13157         (gud-jdb-lowest-stack-level): New function, finds bottom of current
13158         java call stack in jdb output.
13159         (gud-jdb-find-source-using-classpath, gud-jdb-find-source)
13160         (gud-jdb-parse-classpath-string): New functions.
13161         (gud-jdb-marker-filter): Search/detect classpath information in
13162         jdb's output.  marker regexp updated to match oldjdb and jdb output
13163         formats.  Expand search for source files to include new/old methods
13164         using new functions above.  Do not allow `gud-marker-acc' to grow
13165         without bound.
13166         (jdb): Set classpath information (if available) as jdb is started.
13167         Change `gud-break' and `gud-remove'
13168         to use new %c ("class") escape in format strings.
13169         Add `gud-finish', `gud-up', `gud-down' command string functions, and
13170         add them to the local menu map.  Update `comint-prompt-regexp' for
13171         jdb and oldjdb.  If attaching to an already running java VM and
13172         configured to use classpath, send command to query for classpath,
13173         else use previous method for finding and parsing java
13174         sources.  Set `gud-jdb-find-source' function accordingly.
13175         (gud-mode): Doc fix.
13176         (gud-format-command): Add support for new %c ("class") escape.
13177         (gud-find-class): New function in support of %c escape.
13179 2002-01-17  Richard M. Stallman  <rms@gnu.org>
13181         * ibuf-ext.el: Enable byte-compile-dynamic.
13183 2002-01-17  Jason Rumney  <jasonr@gnu.org>
13185         * term/w32-win.el: Restore conditional require of fontset.
13187 2002-01-16  Richard M. Stallman  <rms@gnu.org>
13189         * mouse.el (mouse-drag-region-1): Renamed from mouse-drag-region,
13190         more or less.
13191         (mouse-drag-region): New function.  For a click in the echo area,
13192         show *Messages*.
13194         * ibuf-ext.el: Delete the autoloads for functions defined with
13195         ibuffer-specific commands.
13197         * help.el (describe-distribution): Really call view-file.
13199         * net/ange-ftp.el (ange-ftp-passive-mode): New arg PROC.
13200         (ange-ftp-get-process): Pass that arg.
13202         * comint.el (comint-simple-send): Fix previous change.
13204         * net/telnet.el (telnet-simple-send): Fix previous change.
13206         * progmodes/sql.el (sql-escape-newlines-and-send)
13207         (sql-query-placeholders-and-send): Fix previous change.
13209 2002-01-16  Colin Walters  <walters@verbum.org>
13211         * ibuf-ext.el, ibuf-macs.el, ibuffer.el (toplevel): Remove X-RCS,
13212         URL, Compatibility headers.  Update copyright notice.
13213         * ibuf-macs.el (toplevel): Require `cl' when compiling.
13215 2002-01-16  Andrew Choi  <akochoi@cse.cuhk.edu.hk>
13217         * startup.el (command-line): Set EOL mnemonics for the Mac.
13219 2002-01-16  Andreas Schwab  <schwab@suse.de>
13221         * mail/feedmail.el (feedmail): Fix :link spec.
13223 2002-01-16  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
13225         * net/ldap.el (ldap-ldapsearch-prog): Default to OpenLDAP version
13226         2 ldapsearch.
13228         * net/eudc.el: New maintainer.  Change author's address.
13229         (eudc-pre-select-window-configuration, eudc-insertion-marker):
13230         Variables removed.
13231         (eudc-insert-selected): Function removed.
13232         (eudc-select): Reimplemented.
13233         (eudc-expand-inline): Delete the strings only after its expansion
13234         is chosen not before.
13236         * net/eudcb-ph.el (eudc-ph-open-session): Remove XEmacs case.
13237         Minor coding style fixes.
13239         * net/eudcb-ldap.el: New maintainer.  Change author's address.
13240         (eudc-attribute-display-method-alist): Display mail with
13241         eudc-display-mail.
13243         * net/eudcb-bbdb.el, net/eudc-export.el, net/eudc-hotlist.el,
13244         * net/eudc-vars.el: New maintainer.  Change author's address.
13246         * net/eudc-bob.el: New maintainer.  Change author's address.
13247         (eudc-bob-mail-keymap): New keymap for e-mail addresses.
13248         (eudc-display-mail): New function.
13249         (eudc-bob-play-sound-at-point): Remove XEmacs case.
13251 2002-01-15  Richard M. Stallman  <rms@gnu.org>
13253         * emacs-lisp/autoload.el (make-autoload):
13254         Don't handle define-ibuffer-column, define-ibuffer-filter,
13255         define-ibuffer-sorter, and define-ibuffer-op.
13257 2002-01-14  Richard M. Stallman  <rms@gnu.org>
13259         * calendar/calendar.el (diary-date-forms): Doc fix.
13261 2002-01-14  Eli Zaretskii  <eliz@is.elta.co.il>
13263         * startup.el (command-line): Register the default tty colors even
13264         if the terminal doesn't seem to support colors.
13265         <tty-long-option-alist>: New option --color.
13266         (tty-handle-args): Parse the --color arg.
13268         * term/tty-colors.el (tty-color-mode-alist): New variable.
13270 2002-01-14  Stefan Monnier  <monnier@cs.yale.edu>
13272         * net/ange-ftp.el (ange-ftp-root-dir-p): New function.
13273         (ange-ftp-file-name-all-completions, ange-ftp-file-name-completion):
13274         Use it.
13275         (ange-ftp-hook-function): Preserve match-data.
13276         (ange-ftp-insert-directory): Typo.
13277         (ange-ftp-shell-command): Check if regexp matched.
13279 2002-01-13  Richard M. Stallman  <rms@gnu.org>
13281         * international/mule-cmds.el: help-map bindings moved to help.el.
13283         * help.el (view-echo-area-messages): New function.
13284         (help-map): Add `e' binding.  Delete obsolete `d' binding.
13285         Change old Info bindings C-f, C-k and C-i to F, K, S.
13286         Move view-emacs-FAQ from F to C-f.
13287         Move view-emacs-problems from P to C-e.
13288         Bindings moved here from mule-cmds.el.
13289         C-l binding for describe-language-environment deleted
13290         (help-for-help): Update for all these changes.
13292         * emacs-lisp/copyright.el (copyright-regexp): Make (C) optional.
13294 2002-01-13  Dave Love  <fx@gnu.org>
13296         * emacs-lisp/copyright.el: Doc fixes.
13297         (copyright-regexp): Add Latin-9 copyright sign.
13298         Match comment delimiters in year lists.
13299         (copyright-current-year): Initialize to load-time year.
13301 2002-01-13  Andreas Schwab  <schwab@suse.de>
13303         * dired-aux.el (dired-do-shell-command): Doc fix.
13305 2002-01-13  Jan Djarv  <Jan.Djarv@mbox200.swipnet.se>
13307         * startup.el (command-line-x-option-alist): New options "-fs",
13308         "-fw", "-fh", "--fullscreen", "--fullwidth", and "--fullheight".
13310         * term/x-win.el (x-handle-initial-switch): New function.
13312 2002-01-13  Colin Walters  <walters@debian.org>
13314         * emacs-lisp/autoload.el (make-autoload): Handle define-ibuffer-column,
13315         define-ibuffer-filter, define-ibuffer-sorter, and define-ibuffer-op.
13317         * emacs-lisp/lisp-mode.el (toplevel): Ditto.
13319         * ibuffer.el, ibuf-ext.el, ibuf-macs.el: New files.
13321 2002-01-12  Richard M. Stallman  <rms@gnu.org>
13323         * net/browse-url.el (browse-url-grail):
13324         Use browse-url-maybe-new-window.
13326         * net/telnet.el (telnet-simple-send):
13327         Handle comint-input-sender-no-newline like comint-simple-send.
13329         * progmodes/sql.el (sql-query-placeholders-and-send):
13330         Handle comint-input-sender-no-newline like comint-simple-send.
13331         (sql-escape-newlines-and-send): Likewise.
13333         * comint.el (comint-input-sender): Doc fix.
13334         (comint-input-sender-no-newline): New variable.
13335         (comint-simple-send): If comint-input-sender-no-newline,
13336         don't output newline, but maybe send eof.
13337         (comint-send-input): New arg NO-NEWLINE.
13338         (comint-send-eof): Call comint-send-eof with NO-NEWLINE.
13340 2002-01-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
13342         * textmodes/flyspell.el (flyspell-check-pre-word-p):
13343         Prevent delaying when executing keyboard macros.
13345 2002-01-12  Richard M. Stallman  <rms@gnu.org>
13347         * simple.el (line-move): If we can't move enough lines,
13348         go to beginning or end of line.
13350         * help-mode.el (help-xref-go-back): Restore POSITION in proper buffer
13351         and proper window.
13353         * help.el (describe-mode): Call help-setup-xref in the help buffer.
13354         Switch buffers only after calling `help-buffer'.
13356         * dired-aux.el (dired-shell-stuff-it): Substitute for * or ?
13357         only when they are surrounded by whitespace.
13358         Use dired-mark-separator when adding one file name to a command.
13359         (dired-do-shell-command): Verify that * is surrounded by whitespace.
13360         Ask for confirmation if * or ? is not surrounded by whitespace.
13361         (dired-bunch-files): Re-reverse the partial file list when it is used.
13363 2002-01-12  Richard M. Stallman  <rms@gnu.org>
13365         * comint.el (comint-dynamic-list-completions): Repeating the command
13366         after displaying a completion list scrolls the list.
13368 2002-01-12  Eli Zaretskii  <eliz@is.elta.co.il>
13370         * files.el (find-file-noselect): Don't consider a buffer as
13371         visiting a file literally if it is in hexl-mode.
13373         * faces.el (minibuffer-prompt): A better face definition for MS-DOS.
13375 2002-01-11  Richard M. Stallman  <rms@gnu.org>
13377         * startup.el (initial-scratch-message): Fix custom type, add group.
13379         * mail/rmail.el (rmail-decode-babyl-format): Disable undo
13380         around the decode-coding-region call.
13382         * emacs-lisp/lisp.el (lisp-complete-symbol): Repeating the command
13383         after displaying a completion list scrolls the list.
13385 2002-01-11  Eli Zaretskii  <eliz@is.elta.co.il>
13387         * version.el (emacs-version): Bump to 21.2.50.
13389 2002-01-10  Thien-Thi Nguyen  <ttn@giblet.glug.org>
13391         * play/zone.el (zone-timeout): New var.
13392         (zone-hiding-modeline): New macro.
13393         (zone-call): New func.
13395         (zone): Init `modeline-hidden-level' symbol property.
13396         Use `zone-call' instead of `funcall'.
13398         (zone-pgm-whack-chars): Use `make-string' (fix bug introduced in 2001-10-26T20:11:25Z!monnier@iro.umontreal.ca).
13400         (zone-pgm-stress): Use `zone-hiding-modeline'.
13402         (zone-pgm-stress-destress): New zone program.
13404 2002-01-10  Eli Zaretskii  <eliz@is.elta.co.il>
13406         * faces.el (minibuffer-prompt): Special face definition for MS-DOS.
13408 2002-01-09  Richard M. Stallman  <rms@gnu.org>
13410         * startup.el (fancy-splash-screens): Set tab-width in correct buffer.
13412 2002-01-09  Michael Kifer  <kifer@cs.stonybrook.edu>
13414         * viper.el (viper-set-hooks): Zap viper-unfriendly bindings in
13415         flyspell-mouse-map.
13417 2002-01-08  Richard M. Stallman  <rms@gnu.org>
13419         * emacs-lisp/regexp-opt.el (regexp-opt): Bind max-specpdl-size.
13421         * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Fix custom type.
13423         * textmodes/flyspell.el (flyspell-mode-line-string): Fix custom type.
13425 2002-01-08  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
13427         * progmodes/ada-mode.el (ada-initialize-properties, ada-mode):
13428         Do not use make-local-hook.
13430 2002-01-08  Eli Zaretskii  <eliz@is.elta.co.il>
13432         * international/quail.el (quail-start-translation)
13433         (quail-start-conversion): Bind last-command-event, last-command,
13434         and this-command in the first let.  This fixes the change from
13435         2000-08-30.
13437 2002-01-08  Michael Kifer  <kifer@cs.stonybrook.edu>
13439         * ediff-hook.el: Add an autoload cookie.
13441 2002-01-08  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
13443         * net/eudcb-ph.el, net/ldap.el: New maintainer.  New e-mail
13444         address of the author.
13446 2002-01-08  Richard M. Stallman  <rms@gnu.org>
13448         * replace.el (occur-mode-goto-occurrence-other-window): New command.
13449         (occur-mode-map): Bind `o' to that.
13451 2002-01-07  Michael Kifer  <kifer@cs.stonybrook.edu>
13453         * viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
13454         new macro that replaces viper-emacs-p and viper-xemacs-p in many
13455         cases. Used to reduce the number of warnings.
13457         * viper-cmd.el: Use viper-cond-compile-for-xemacs-or-emacs.
13458         (viper-standard-value): Move here from viper.el.
13459         (viper-set-unread-command-events): Move to viper-util.el
13460         (viper-check-minibuffer-overlay): Make sure
13461         viper-minibuffer-overlay is moved to cover the entire input field.
13463         * viper-util.el: Use viper-cond-compile-for-xemacs-or-emacs.
13464         (viper-read-key-sequence, viper-set-unread-command-events)
13465         (viper-char-symbol-sequence-p, viper-char-array-p): Moved here.
13467         * viper-ex.el: Use viper-cond-compile-for-xemacs-or-emacs.
13469         * viper-keym.el: Use viper-cond-compile-for-xemacs-or-emacs.
13471         * viper-mous.el: Use viper-cond-compile-for-xemacs-or-emacs.
13473         * viper-macs.el (viper-char-array-p, viper-char-symbol-sequence-p)
13474         (viper-event-vector-p): Move to viper-util.el
13476         * viper.el (viper-standard-value): Move to viper-cmd.el.
13477         Use viper-cond-compile-for-xemacs-or-emacs.
13479         * ediff-help.el: Use ediff-cond-compile-for-xemacs-or-emacs.
13481         * ediff-hook.el: Use ediff-cond-compile-for-xemacs-or-emacs.
13483         * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs):
13484         New macro designed to be used in many places where ediff-emacs-p or
13485         ediff-xemacs-p was previously used.  Reduces the number of warnings.
13486         Use ediff-cond-compile-for-xemacs-or-emacs in many places in lieu
13487         of ediff-xemacs-p.
13488         (ediff-make-current-diff-overlay, ediff-highlight-diff-in-one-buffer)
13489         (ediff-convert-fine-diffs-to-overlays, ediff-empty-diff-region-p)
13490         (ediff-whitespace-diff-region-p, ediff-get-region-contents):
13491         Move to ediff-util.el.
13492         (ediff-event-key): Moved here.
13494         * ediff-merge.el: Got rid of unreferenced variables.
13496         * ediff-mult.el: Use ediff-cond-compile-for-xemacs-or-emacs.
13498         * ediff-util.el: Use ediff-cond-compile-for-xemacs-or-emacs.
13499         (ediff-cleanup-mess): Improve the way windows are set up after
13500         quitting ediff.
13501         (ediff-janitor): Use ediff-dispose-of-variant-according-to-user.
13502         (ediff-dispose-of-variant-according-to-user): New function
13503         designed to be smarter and also understands indirect buffers.
13504         (ediff-highlight-diff-in-one-buffer)
13505         (ediff-unhighlight-diff-in-one-buffer)
13506         (ediff-unhighlight-diffs-totally-in-one-buffer)
13507         (ediff-highlight-diff, ediff-highlight-diff)
13508         (ediff-unhighlight-diff, ediff-unhighlight-diffs-totally)
13509         (ediff-empty-diff-region-p, ediff-whitespace-diff-region-p)
13510         (ediff-get-region-contents, ediff-make-current-diff-overlay):
13511         Moved here.
13512         (ediff-format-bindings-of): New function by Hannu Koivisto
13513         <azure@iki.fi>.
13514         (ediff-setup): Make sure the merge buffer is always widened and
13515         modifiable.
13516         (ediff-write-merge-buffer-and-maybe-kill): Refuse to write the
13517         result of a merge into a file visited by another buffer.
13518         (ediff-arrange-autosave-in-merge-jobs): Check if the merge file
13519         is visited by another buffer and ask to save/delete that buffer.
13520         (ediff-verify-file-merge-buffer): New function to do the above.
13522         * ediff-vers.el: Load ediff-init.el at compile time.
13524         * ediff-wind.el: Use ediff-cond-compile-for-xemacs-or-emacs.
13526         * ediff.el (ediff-windows, ediff-regions-wordwise)
13527         (ediff-regions-linewise): Use indirect buffers to improve
13528         robustness and make it possible to compare regions of the same
13529         buffer (even overlapping regions).
13530         (ediff-clone-buffer-for-region-comparison)
13531         (ediff-clone-buffer-for-window-comparison): New functions.
13532         (ediff-files-internal): Refuse to compare identical files.
13533         (ediff-regions-internal): Get rid of the warning about comparing
13534         regions of the same buffer.
13536         * ediff-diff.el (ediff-convert-fine-diffs-to-overlays): Moved here.
13537         Plus the following fixes courtesy of Dave Love: Doc fixes.
13538         (ediff-word-1): Use word class and move - to the
13539         front per regexp documentation.
13540         (ediff-wordify): Bind forward-word-function outside loop.
13541         (ediff-copy-to-buffer): Use insert-buffer-substring rather than
13542         consing buffer contents.
13543         (ediff-goto-word): Move syntax table setting outside loop.
13545 2002-01-07  Richard M. Stallman  <rms@gnu.org>
13547         * dired.el (dired-copy-filename-as-kill): Call kill-append
13548         if following a kill command.
13550         * help-fns.el (describe-variable, describe-function):
13551         Do save-excursion.
13553 2002-01-06  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
13555         * net/ldap.el (ldap-search-internal): Skip error message from
13556         ldapsearch.  Allow listing attribute names only.  Do not open
13557         non-existent files.
13559         * net/eudcb-ldap.el (eudc-ldap-get-field-list): Do not try to
13560         call non-existent function.
13562         * net/eudc.el (top-level): Revert previous change.
13564         * net/net-utils.el (nslookup-font-lock-keywords): Defvar font-lock
13565         variables to prevent warning from byte-compiler.
13567         * net/eudc.el (top-level): Use eudc-xemacs-p instead of
13568         string-match on emacs-version again.
13570         * enriched.el (enriched-make-annotation): Fix the change from
13571         2002-01-05.
13572         (enriched-handle-display-prop): Return proper values.
13574         * net/eudcb-ldap.el (eudc-attribute-display-method-alist):
13575         Use proper attribute name labeledUri instead of deprecated labeledUrl.
13577 2002-01-05  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
13579         * net/eudc-hotlist.el (eudc-edit-hotlist): Avoid error when
13580         editing an empty hotlist.
13582         * net/ldap.el (ldap-search-internal): Make the buffer unibyte.
13583         Use buffer-string instead of buffer-substring for the whole buffer.
13585         * net/eudc-vars.el (eudc-external-viewers): Do not use xv, it is
13586         not free.
13588         * net/eudc-bob.el (eudc-bob-can-display-inline-images)
13589         (eudc-bob-display-jpeg): Use fboundp instead of boundp.
13590         (eudc-bob-save-object): Make the buffer unibyte.
13591         (eudc-bob-generic-keymap): Add new keybinding `!' to pipe the
13592         object to external program.
13594 2002-01-05  Andre Spiegel  <spiegel@gnu.org>
13596         * vc.el (vc-branch-part): Return nil if there's no `.'
13597         (vc-default-previous-version): Renamed from vc-previous-version.
13598         New args BACKEND and FILE.  Return nil for revision numbers
13599         without a `.'
13600         (vc-version-diff): Call vc-BACKEND-previous-version.
13601         (vc-steal-lock): Steal lock before composing mail, so that no mail
13602         is sent when the stealing goes wrong.  And we'll actually see the
13603         error in that case now.
13604         (vc-finish-steal): Removed.
13606         * vc-rcs.el (vc-rcs-steal-lock): Do a real checkout after stealing
13607         the lock, so that we see expanded headers.
13608         (vc-rcs-trunk-p, vc-rcs-branch-part, vc-rcs-branch-p)
13609         (vc-rcs-minor-part, vc-rcs-previous-version): Removed.  These are
13610         available from vc.el.  Updated all callers.
13612 2002-01-05  Richard M. Stallman  <rms@gnu.org>
13614         * enriched.el (enriched-make-annotation): Doc fix.
13616         * format.el (format-replace-strings, format-subtract-regions)
13617         (format-annotate-region, format-annotate-location)
13618         (format-annotate-atomic-property-change)
13619         (format-annotate-single-property-change): Doc fixes.
13621 2002-01-05  Jason Rumney  <jasonr@gnu.org>
13623         * term/w32-win.el: Require fontset unconditionally.
13624         (w32-handle-scroll-bar-event): Remove.
13626 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13628         * emacs-lisp/copyright.el (copyright-regexp): Allow multi-line
13629         copyrights to be updated.
13631 2002-01-04  Eli Zaretskii  <eliz@is.elta.co.il>
13633         * textmodes/texinfo.el (texinfo-insert-@end): Fix the change from
13634         2001-10-24.
13636         * mail/sendmail.el (mail-recover-1, mail-recover): Doc fix.
13638 2002-01-04  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
13640         * net/ldap.el (ldap-host-parameters-alist): Remove duplicated entry.
13641         (ldap-ignore-attribute-codings): Change the default value to allow
13642         encoding/decoding of attributes.
13643         (ldap-coding-system): Use UTF-8 as the coding-system.  Doc fix.
13645 2002-01-03  Richard M. Stallman  <rms@gnu.org>
13647         * files.el (basic-save-buffer): Undo previous change.
13649         * calendar/diary-lib.el (diary-block): Doc fix.
13651         * custom.el (defcustom): Fix syntax of previous change.
13653 2002-01-03  Per Abrahamsen  <abraham@dina.kvl.dk>
13655         * custom.el (defcustom): Documented :tag, :link and :load.
13657 2002-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
13659         * mail/sendmail.el (mail-recover-1): New function.
13660         (mail-recover): Switch to the *mail* buffer right away.
13661         Use buffer-auto-save-file-name instead of calling
13662         make-auto-save-file-name.  Call dired-noselect instead of invoking
13663         `ls' directly.  Bind coding-system-for-read to emacs-mule-unix
13664         before reading the auto-save file.  If the buffer's auto-save file
13665         does not exist, call mail-recover-1 to allow recovery from past
13666         auto-saved drafts.
13668 2002-01-03  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
13670         * time.el (display-time-load-average-threshold): Fix defcustom
13671         (add type and group).
13673         * net/ange-ftp.el (ange-ftp-shell-command): Remove port
13674         specification from the hostname.
13676 2002-01-02  Richard M. Stallman  <rms@gnu.org>
13678         * facemenu.el (facemenu-active-faces):
13679         Use face-attributes-as-vector, not face-attributes-vector.
13681 2002-01-02  Chris Hanson  <cph@aarau.ai.mit.edu>
13683         * xscheme.el: Eleven years of updates on a private copy.
13685         Extensive changes to support multiple xscheme buffers:
13686         (run-scheme): Break up into new functions to facilitate starting
13687         processes in other buffers.
13688         (xscheme-start, xscheme-read-command-line): New functions.
13689         (start-scheme, select-scheme)
13690         (default-xscheme-runlight)
13691         (global-set-scheme-interaction-buffer)
13692         (local-set-scheme-interaction-buffer)
13693         (local-clear-scheme-interaction-buffer)
13694         (exit-scheme-interaction-mode)
13695         (verify-xscheme-buffer): New functions.
13696         (xscheme-process-name, xscheme-buffer-name)
13697         (xscheme-runlight): New internal vars.
13698         (default-xscheme-runlight): New const.
13699         (xscheme-start-process): Add args for the process/buffer names.
13700         (reset-scheme): Pass process/buffer names.
13701         (scheme-interaction-mode): Initialize new local vars.
13702         (reset-scheme, xscheme-send-string-2, xscheme-process-running-p)
13703         (xscheme-select-process-buffer, xscheme-process-buffer)
13704         (xscheme-send-region, xscheme-send-char, xscheme-send-interrupt)
13705         (xscheme-goto-output-point, xscheme-write-message-1): Use new
13706         var xscheme-process-name.
13707         (xscheme-start-process): Initialize xscheme-process-name and
13708         xscheme-buffer-name in the process buffer.  Pass buffer name to
13709         xscheme-modeline-initialize.
13710         (xscheme-modeline-initialize): Add argument to specify buffer name
13711         for mode-line vars.
13712         (xscheme-process-sentinel): Make sure sentinel is run in the
13713         process buffer so it sees its local vars.
13714         (xscheme-process-filter-initialize, xscheme-set-runlight):
13715         More elaborate logic to handle multiple-buffer mode lines.
13717         (xscheme-enter-input-wait): Re-enable control-G handler upon
13718         entering input wait.
13720         (scheme-interaction-mode): Add arg to preserve local vars.
13721         (xscheme-enter-interaction-mode)
13722         (xscheme-enter-debugger-mode): Preserve local vars.
13723         (xscheme-start-process): Clobber local vars.
13725         (scheme-interaction-mode-commands): Allow end user to add commands
13726         to scheme-interaction-mode keymap.
13727         (scheme-interaction-mode-commands-alist): New variable.
13729         (xscheme-send-string): Don't use insert-before-markers.
13731         Implement a per-buffer kill ring:
13732         (xscheme-insert-expression)
13733         (xscheme-rotate-yank-pointer, xscheme-yank)
13734         (xscheme-yank-pop, xscheme-yank-push): New functions.
13735         (xscheme-expressions-ring)
13736         (xscheme-expressions-ring-yank-pointer)
13737         (xscheme-expressions-ring-max): New variables.
13738         (xscheme-send-string-1): Call xscheme-insert-expression to save
13739         expression in ring.
13740         (xscheme-yank-previous-send): Now an alias for xscheme-yank.
13741         (xscheme-previous-send): Deleted variable.
13743         (xscheme-send-string-2, xscheme-send-char, xscheme-send-proceed)
13744         (xscheme-send-control-g-interrupt): Use process-send-string rather
13745         than send-string.
13747         (xscheme-send-region): Insert a newline after an expression that
13748         is submitted in the interaction buffer, for consistency with
13749         recent changes to Edwin.
13751         (xscheme-delete-output): New function mimics comint-delete-output.
13752         (xscheme-last-input-end): New internal variable.
13753         (xscheme-process-filter-output): Update xscheme-last-input-end.
13755         (xscheme-send-control-g-interrupt): Make sure that
13756         xscheme-control-g-disabled-p is looked up in the right buffer.
13758         (xscheme-enable-control-g): Clear C-g message if visible.
13759         (xscheme-control-g-message-string): New internal var.
13760         (xscheme-send-control-g-interrupt): Use new var.
13762         (xscheme-send-control-g-interrupt, xscheme-send-interrupt):
13763         Delay after sending interrupt in order to work around race condition.
13765         (xscheme-send-control-g-interrupt, xscheme-send-interrupt)
13766         (xscheme-send-char): Use xscheme-send-char rather than send-string
13767         to send single char.
13769         (xscheme-process-filter, xscheme-process-filter-alist):
13770         Add support for evaluating expressions outside of the call-excursion.
13771         (xscheme-process-filter:string-action-noexcursion): New func.
13773         (xscheme-write-value): Change output string to match that used by
13774         Edwin.
13776         (xscheme-coerce-prompt): Don't write a space after a command
13777         prompt.  The PROMPT-FOR-COMMAND- procedures will take care of this
13778         for us.
13780         (reset-scheme): Delete process after killing it.
13782 2002-01-02  Eli Zaretskii  <eliz@is.elta.co.il>
13784         * bindings.el (function-key-map): Don't bind shifted keypad
13785         numeric keys.
13787 2002-01-02  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
13789         * enriched.el (enriched-handle-display-prop): Remove unused variables.
13790         (enriched-mode): Doc fix.
13792 2002-01-02  Eli Zaretskii  <eliz@is.elta.co.il>
13794         * international/ucs-tables.el (ucs-8859-8-alist): Comment away
13795         Hebrew points.
13797 2002-01-01  Richard M. Stallman  <rms@gnu.org>
13799         * jka-compr.el (jka-compr-write-region): If START = nil, use whole buf.
13801 2001-12-31  Richard M. Stallman  <rms@gnu.org>
13803         * comint.el, cus-edit.el, diff-mode.el, enriched.el, font-lock.el:
13804         * generic-x.el, info.el, log-view.el, pcvs-info.el, speedbar.el:
13805         * wid-edit.el, woman.el, calendar/calendar.el, textmodes/flyspell.el:
13806         * emulation/viper-init.el, eshell/em-ls.el, progmodes/antlr-mode.el:
13807         * progmodes/cperl-mode.el, progmodes/idlwave.el:
13808         * progmodes/sh-script.el, progmodes/vhdl-mode.el:
13809         Adapt face definitions to use :weight and :slant.
13811         * ps-print.el (ps-font-lock-face-attributes): Use :weight and :slant.
13813         * cus-edit.el (custom-face-edit-fix-value): Delete `assert' call.
13815         * font-lock.el (initializing from font-lock-face-attributes):
13816         Use :weight and :slant, not :bold and :italic.
13818 2001-12-31  Per Abrahamsen  <abraham@dina.kvl.dk>
13820         * cus-edit.el (custom-face-edit-fix-value): New function.
13821         (custom-face-edit): Use it, to convert :italic and :bold to new forms.
13823 2001-12-30  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
13825         * progmodes/octave-mod.el (octave-abbrev-table):
13826         * progmodes/idlwave.el (idlwave-mode-abbrev-table):
13827         * progmodes/fortran.el (fortran-mode-abbrev-table):
13828         * progmodes/f90.el (f90-mode-abbrev-table):
13829         * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init):
13830         * progmodes/sql.el (sql-mode-abbrev-table): Mark all the
13831         predefined abbrevs as "system" abbrevs.
13833 2001-12-30  Richard M. Stallman  <rms@gnu.org>
13835         * info.el (Info-fontify-node): For a **** underline line, put the
13836         invisible and intangible props on the following newline, but not
13837         on the previous newline or the last char of the previous line.
13839         * faces.el (face-set-after-frame-default): Don't change `default' face.
13841         * faces.el (minibuffer-prompt): Adopt some default colors.
13843         * replace.el (query-replace-read-args): Immediate error if read-only.
13845         * textmodes/makeinfo.el (makeinfo-compilation-sentinel):
13846         Display the output buffer in a more intelligent way.
13848 2001-12-30  Eli Zaretskii  <eliz@is.elta.co.il>
13850         * ls-lisp.el (insert-directory): Modify the "total" line wording,
13851         in accordance with files.el's insert-directory.
13853 2001-12-29  Richard M. Stallman  <rms@gnu.org>
13855         * files.el (basic-save-buffer): If a before-write hook displays
13856         an echo area message, pause before calling basic-save-buffer-1.
13858 2001-12-29  Markus Rost  <rost@math.ohio-state.edu>
13860         * textmodes/reftex-global.el (reftex-query-replace-document)
13861         (reftex-change-label): Doc fix.
13863         * dired-aux.el (dired-do-query-replace-regexp): Doc fix.
13865         * progmodes/etags.el (tags-query-replace): Doc fix.
13867 2001-12-29  Richard M. Stallman  <rms@gnu.org>
13869         * progmodes/compile.el (compile-internal): Fix previous change.
13871 2001-12-28  Richard M. Stallman  <rms@gnu.org>
13873         * mouse.el (mouse-drag-mode-line-1): When dragging a mode line upward,
13874         shrink the windows above as necessary to get space.
13875         (mouse-drag-move-window-bottom, mouse-drag-window-above): New fns.
13877         * net/ange-ftp.el (ange-ftp-allow-child-lookup): Always return nil.
13878         This fixes a bug that treated all files as directories.
13879         (ange-ftp-insert-directory): Explicitly follow symlinks.
13881         * international/iso-transl.el (iso-transl-char-map) Eliminate the
13882         alias symbols--put the translated sequences here directly.
13884         * progmodes/cc-mode.el (c-mode-abbrev-table)
13885         (c++-mode-abbrev-table, objc-mode-abbrev-table)
13886         (java-mode-abbrev-table, pike-mode-abbrev-table):
13887         Mark all the predefined abbrevs as "system" abbrevs.
13889         * mail/sendmail.el (mail-envelope-from): Fix custom type.
13890         (sendmail-send-it): Check mail-specify-envelope-from
13891         and mail-envelope-from in the mail buffer at start.
13893 2001-12-28  Simon Josefsson  <jas@extundo.com>
13895         * mail/sendmail.el (mail-envelope-from): Fix :type.
13896         (sendmail-send-it): Copy `mail-envelope-from' from calling buffer.
13898 2001-12-28  Richard M. Stallman  <rms@gnu.org>
13900         * net/ldap.el (ldap-search-internal): Handle <file://...> in results.
13902         * simple.el (line-move-invisible): New subroutine.
13903         (line-move-to-column): New subroutine--smarter about advancing over
13904         invisible parts of a line, or lines, but only as long as hpos grows.
13905         (line-move-finish): New subroutine: repeatedly processes desired
13906         column, intangibility, and fields.
13907         (line-move): Use those subroutines.
13908         When moving lines downward, skip invisible text first rather than last.
13910 2001-12-27  Richard M. Stallman  <rms@gnu.org>
13912         * international/mule-diag.el (describe-char-after):
13913         Describe the text properties of the char after point.
13915         * help.el (describe-key): Doc fix.
13917 2001-12-26  Markus Rost  <rost@math.ohio-state.edu>
13919         * find-dired.el (find-dired-sentinel): Precede exit message by
13920         two spaces, to match the regexp in dired-between-files.
13922 2001-12-28  Miles Bader  <miles@gnu.org>
13924         * wid-edit.el (widget-toggle-value-create): Don't eval actual
13925         images (which are lists too).
13927 2001-12-27  Eli Zaretskii  <eliz@is.elta.co.il>
13929         * language/european.el: Fix the doc string of "Latin-5" language
13930         environment.
13932 2001-12-26  Richard M. Stallman  <rms@gnu.org>
13934         * textmodes/flyspell.el (flyspell-mode-map): New keymap,
13935         defined as before 2001-11-09.
13936         (add-minor-mode call): Specify the keymap.
13938         * progmodes/compile.el (compile-internal):
13939         Set TERM variable in process-environment.
13941 2001-12-25  Richard M. Stallman  <rms@gnu.org>
13943         * help-mode.el (help-xref-on-pp): Catch and ignore errors in scanning
13944         the buffer.
13946         * startup.el (command-line): Convert command line args
13947         to Emacs internal representation using locale-coding-system.
13949 2001-12-25  Eli Zaretskii  <eliz@is.elta.co.il>
13951         * international/fontset.el: Don't require ind-util when compiling.
13953 2001-12-25  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
13955         * emulation/tpu-edt.el (tpu-reset-screen-size):
13956         Use set-frame-height and set-frame-width instead of set-screen-height
13957         and set-screen-width.
13959         * vt-control.el (vt-wide, vt-narrow): Use set-frame-width instead
13960         of obsolete set-screen-width.
13962         * locate.el (locate): Remove dot at the end of error argument.
13964         * emerge.el (emerge-show-file-name): Use frame-height instead of
13965         obsolete screen-height.
13967         * mail/mh-utils.el (mh-show-msg): Likewise.
13968         (mh-handle-process-error): Use frame-width instead of obsolete
13969         screen-width.
13971 2001-12-25  Richard M. Stallman  <rms@gnu.org>
13973         * window.el (balance-windows): Use new PRESERVE-BEFORE arg
13974         to enlarge-window.  Use save-selected-window.  Don't try
13975         to resize windows that end at the bottom "level".
13976         Retry changing the sizes until the windows get the desired sizes.
13977         Discount the minibuffer when computing total height available.
13979         * emacs-lisp/debug.el (debugger-mode-map): Bind C-m, not `RET'.
13980         (debugger-make-xrefs): Only make a button for the first symbol
13981         on any line.
13983 2001-12-24  Eli Zaretskii  <eliz@is.elta.co.il>
13985         * term/internal.el (dos-cpNNN-setup, dos-codepage-setup):
13986         Call IT-setup-unicode-display here instead of adding it to
13987         dos-codepage-setup-hook, so that Unicode display tables are set
13988         before dos-codepage-setup-hook runs.
13990 2001-12-24  Richard M. Stallman  <rms@gnu.org>
13992         * net/net-utils.el (ftp-mode-abbrev-table): Don't define it.
13993         (nslookup-mode-abbrev-table): Don't define it.
13994         (smbclient-mode-abbrev-table): Don't define it.
13995         (ftp-mode): Don't use ftp-mode-abbrev-table; don't enable Abbrev mode.
13996         (nslookup-mode, smbclient-mode): Likewise.
13997         (network-connection-service-abbrev-alist): Variable deleted.
13998         (network-connection-mode-setup): Don't set up abbrev table.
14000         * faces.el (minibuffer-prompt): New face.
14001         (minibuffer-prompt-properties): Add `face' property.
14003         * replace.el (occur-mode-display-occurrence): New function.
14004         (occur-mode-map): Bind C-o to it.
14006 2001-12-24  Michael Kifer  <kifer@cs.sunysb.edu>
14008         * viper-cmd.el (viper-change-state): Got rid of make-local-hook.
14009         (viper-special-read-and-insert-char): Make C-m work right in the r
14010         comand.
14011         (viper-buffer-search-enable): Fixed format string.
14013         * viper-ex.el (ex-token-alist): Use ex-set-visited-file-name
14014         instead of viper-info-on-file.
14015         (ex-set-visited-file-name): New function.
14017         * viper.el (viper-emacs-state-mode-list): Added mail-mode.
14019         * ediff-mult.el (ediff-meta-mark-equal-files): Added optional
14020         action argument.
14022         * ediff-init.el: Fixed some doc strings.
14024         * ediff-util.el (ediff-after-quit-hook-internal): New variable.
14025         Got rid of make-local-hook.
14027         * ediff-wind.el (ediff-setup-control-frame): Got rid of
14028         make-local-hook.
14030 2001-12-23  Richard M. Stallman  <rms@gnu.org>
14032         * term/x-win.el (x-handle-geometry): Put height and width
14033         on default-frame-alist, left and top on initial-frame-alist.
14034         * term/w32-win.el (x-handle-geometry): Likewise.
14036         * sort.el (sort-reorder-buffer): Copy all to a temp buffer first.
14038         * play/yow.el (yow): Use an arg to distinguish interactive calls,
14039         not interactive-p.
14041 2001-12-22  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
14043         * emacs-lisp/elint.el (elint-unknown-builtin-args):
14044         Remove mocklisp entries.
14046         * subr.el (insert-string): Moved from mocklisp.c, reimplemented in
14047         Lisp.  Obsoleted.
14049         * emulation/mlconvert.el: File removed.
14051         * emulation/mlsupport.el: Moved to obsolete.
14053         * obsolete/mlsupport.el: Moved there from lisp/emulation.
14055         * emacs-lisp/find-gc.el (source-files): Remove mocklisp.c.
14057         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
14058         Remove mocklisp case.
14060         * help-fns.el (describe-function-1): Remove mocklisp function case.
14062 2001-12-22  Miles Bader  <miles@gnu.org>
14064         * textmodes/refill.el (refill-mode): Don't barf when redundantly
14065         turning refill-mode off.
14067 2001-12-22  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
14069         * time.el (display-time-load-average-threshold): New variable.
14070         (display-time-update): Use it.
14072         These changes allow cycling through past 1, 5 and 15 minutes
14073         load-average displayed in the mode-line.
14075         * time.el (display-time-default-load-average): New customizable option.
14076         (display-time-load-average): New variable.
14077         (display-time-cycle-load-average): New function.
14078         (display-time-update): Use them.
14080 2001-12-21  Richard M. Stallman  <rms@gnu.org>
14082         * apropos.el (apropos-print): SPACING is now nil or a separator string.
14083         (apropos-documentation, apropos-value): Pass a suitable string.
14085 2001-12-21  Eli Zaretskii  <eliz@is.elta.co.il>
14087         * dired.el (dired-free-space-program, dired-free-space-args):
14088         Aliases for back-compatibility.
14090         * info.el (Info-select-node): If Info-use-header-line is nil, set
14091         header-line-format to nil.
14092         (Info-fontify-node): Don't put a keymap text property on the
14093         heading if we are not going to display the header line.  Remove
14094         any such text properties left over from past visits to this node.
14096         * ls-lisp.el (insert-directory): Insert the amount of free disk
14097         space, like files.el's insert-directory does.
14099         * files.el (directory-free-space-program):
14100         Mention file-system-info in the doc string.
14101         (get-free-disk-space): New function; code moved from insert-directory.
14102         (insert-directory): Call get-free-disk-space to get the amount of
14103         free space.
14105 2001-12-21  Richard M. Stallman  <rms@gnu.org>
14107         * help.el (view-order-manuals, view-emacs-news, describe-copying)
14108         (describe-distribution, describe-project): Use view-file.
14110         * emacs-lisp/cl-indent.el (define-modify-macro): Better indent spec.
14112         * net/ange-ftp.el (ange-ftp-file-modtime): Use save-match-data.
14114         * emacs-lisp/easy-mmode.el (define-minor-mode):
14115         Make no arg by default in an interactive call,
14116         so that repeating the command toggles again.
14118         * emacs-lisp/lisp-mode.el (eval-defun-1): Cope with atoms as args.
14120 2001-12-21  Christoph Wedler  <Christoph.Wedler@sap.com>
14122         * antlr-mode.el: More sophisticated indentation of cpp directive.
14123         (antlr-indent-at-bol-alist): New user option.
14124         (antlr-indent-line): Use it.
14125         (antlr-indent-style): New user option.
14126         (antlr-mode): Use it.
14127         (antlr-indent-item-regexp): Customize.
14129         * antlr-mode.el: Syntax highlighting changes.
14130         (antlr-font-lock-literal-regexp): New user option.
14131         (antlr-font-lock-syntax-face): New face used for :, |, ....
14132         (antlr-font-lock-default-face): New face.
14133         (antlr-font-lock-additional-keywords): Use them.
14135         * antlr-mode.el: New command to insert options -- variables.
14136         (antlr-mode-map): New binding [C-c C-o].
14137         (antlr-mode-menu): New submenus.
14138         (antlr-options-use-submenus): New user option.
14139         (antlr-tool-version): New user option.
14140         (antlr-options-auto-colon): New user option.
14141         (antlr-options-style): New user option.
14142         (antlr-options-push-mark): New user option.
14143         (antlr-options-assign-string): New user option.
14144         (antlr-options-headings): New variable.
14146         * antlr-mode.el: New command to insert options -- specific.
14147         (antlr-options-alists): New variable.
14148         (antlr-read-value): New function.
14149         (antlr-read-boolean): New function.
14150         (antlr-language-option-extra): New function.
14151         (antlr-language-limit-n-regexp): Change default to higher LIMIT.
14152         (antlr-c++-mode-extra): New function.
14153         (antlr-grammar-tokens): New function.
14154         (antlr-imenu-create-index-function): New optional argument.
14156         * antlr-mode.el: New command to insert options -- functions.
14157         (antlr-insert-option): New command.
14158         (antlr-insert-option-interactive): New function.
14159         (antlr-options-menu-filter): New function.
14160         (antlr-option-kind): New function.
14161         (antlr-scan-lists): New alias.
14162         (antlr-scan-lists-internal): New function.
14163         (antlr-skip-file-prelude): Hack for special SKIP-COMMENT.
14164         (antlr-option-level): New function.
14165         (antlr-syntactic-grammar-depth): New function.
14166         (antlr-option-location): New function.
14167         (antlr-insert-option-do): New function.
14168         (antlr-option-spec): New function.
14169         (antlr-version-string): New function.
14170         (antlr-insert-option-existing): New function.
14171         (antlr-insert-option-space): New function.
14172         (antlr-insert-option-area): New function.
14174         * antlr-mode.el: New electric keys ":;|&(){}", TAB works better
14175         with narrowing.  Menu change.  Miscellaneous.
14176         (antlr-mode-menu): Include "Indent Region" and "Customize Antlr".
14177         (antlr-mode-map): New bindings for characters in ":;|&(){}".
14178         (antlr-electric-character): New command.
14179         (antlr-class-header-regexp): New variable.
14180         (antlr-font-lock-additional-keywords): Use it.
14181         (antlr-imenu-create-index-function): Use it.
14182         (antlr-file-dependencies): Use it.
14183         (antlr-indent-line): Also works with restrictions.
14184         (antlr-indent-command): Interactive spec - changes the buffer.
14185         (antlr-language-for-option): Deletia.
14186         (antlr-language-option): New function, defined instead.
14187         (antlr-mode): Use it.
14189 2001-12-21  Eli Zaretskii  <eliz@is.elta.co.il>
14191         * jka-compr.el (jka-compr-partial-uncompress): Use null-device
14192         instead of a literal /dev/null.
14194         * Makefile.in (distclean): Remove Makefile in the build
14195         directory, not in the source directory.
14197 2001-12-21  Simon Josefsson  <jas@extundo.com>.
14199         * mail/smtpmail.el (smtpmail-send-queued-mail):
14200         Use with-temp-buffer instead of find-file-noselect, and bind
14201         coding-system-for-read to no-conversion when reading the queued
14202         messages.  (Simon's code modified slightly by Eli Zaretskii.)
14204 2001-12-20  Werner Lemberg  <wl@gnu.org>
14206         * international/mule-diag.el (describe-coding-system)
14207         (print-coding-system-briefly): Make printed output have a similar
14208         format as describe-character-set.
14210 2001-12-20  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
14212         * play/blackbox.el (bb-member): Remove, use member instead.
14213         (bb-delete): Remove, use delete instead.
14214         Update copyright notice.  Defvar for bb-board, bb-x, bb-y,
14215         bb-score, bb-detour-count and bb-balls-placed.
14216         Propertize results of rays.
14218 2001-12-19  Karl Fogel  <kfogel@red-bean.com>
14220         * isearch.el (isearch-forward, isearch-edit-string): Make doc
14221         strings mention keybinding for `isearch-yank-word-or-char',
14222         rather than `isearch-yank-word', since the former is bound now
14223         and the latter is not.
14224         (isearch-yank-word-or-char): Fix formatting.
14226 2001-12-19  Werner Lemberg  <wl@gnu.org>
14228         * language/czech.el, language/european.el, language/slovak.el:
14229         More fixes for language info doc strings.
14231 2001-12-19  Eli Zaretskii  <eliz@is.elta.co.il>
14233         * loadup.el: Add "language" to the load-path.
14235 2001-12-19  Richard M. Stallman  <rms@gnu.org>
14237         * international/mule-cmds.el (describe-language-environment):
14238         Fix calls to help-xref-button.
14240 2001-12-19  Miles Bader  <miles@gnu.org>
14242         * international/fontset.el: Require `ind-util' when compiling.
14244 2001-12-18  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
14246         * language/ethio-util.el (ethio-modify-vowel): Use char-to-string
14247         instead of decompose-composite-char.
14249 2001-12-18  Richard M. Stallman  <rms@gnu.org>
14251         * simple.el (eval-expression-print-level)
14252         (eval-expression-print-length): Doc fixes.
14254         * international/mule-diag.el (describe-character-set):
14255         Fix the arg to help-xref-button.
14257         * files.el (directory-free-space-program): New variable.
14258         (directory-free-space-args): New variable.
14259         (insert-directory): Use those two variables for getting free space.
14260         Use file-system-info instead, if that is defined.
14262         * dired.el (dired-free-space-program): Variable deleted.
14263         (dired-free-space-args): Variable deleted.
14264         (dired-insert-directory): Don't try to determine free space.
14266         * files.el (font-lock-defaults): Add risky-local-variables prop.
14267         (hack-one-local-variable): Treat various font-lock variables as risky.
14269 2001-12-18  Werner Lemberg  <wl@gnu.org>
14271         * language/chinese.el, language/cyrillic.el:
14272         * language/czech.el, language/european.el, language/greek.el:
14273         * language/hebrew.el, language/indian.el, language/japanese.el:
14274         * language/korean.el, language/lao.el, language/slovak.el:
14275         * language/thai.el, language/tibetan.el, language/vietnamese.el:
14276         Improve documentation strings of coding systems and language infos.
14278 2001-12-18  Werner LEMBERG  <wl@gnu.org>
14280         Add support for EUC-TW decoding/encoding.
14282         * language/china-util.el (big5-to-flat-code, flat-code-to-big5)
14283         (euc-to-flat-code, flat-code-to-euc, expand-euc-big5-alist):
14284         New auxiliary functions to build `big5-to-cns'.
14285         (big5-to-cns): New translation alist.
14287         * language/chinese.el: Added new coding system `euc-tw' and its
14288         alias `euc-taiwan'.
14289         Updated language `Chinese-CNS' to include euc-tw encoding also.
14290         (ccl-decode-euc-tw, ccl-encode-euc-tw): New functions for handling
14291         euc-tw.
14293 2001-12-18  Dave Love  <fx@gnu.org>
14295         * loadup.el: Add language/utf-8-lang, language/georgian.
14297         * image-file.el (image-file-name-extensions): Add pnm.  Doc fix.
14298         (image-file-name-regexps): Doc fix.
14300         * server.el (server-unload-hook): New function.
14302         * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): Group the leader.
14303         (lm-crack-copyright): Cope with multi-line copyright `lines'.
14305         * simple.el (newline): Doc fix.
14306         (eval-expression-print-level, eval-expression-print-length): Doc
14307         fix.  Amend :type.
14308         (next-line, previous-line): Make arg optional.
14309         (newline): Doc fix.
14311         * Makefile.in (DONTCOMPILE): Add various language files.
14313         * international/quail.el (quail-input-string-to-events): Don't use
14314         string-to-list.
14316         * progmodes/f90.el (f90-break-line): Avoid infinite recursion
14317         calling `newline'.
14319 2001-12-17  Richard M. Stallman  <rms@gnu.org>
14321         * comint.el (comint-dynamic-list-input-ring-select): New function.
14322         Switches back to the old window configuration.
14323         (comint-dynamic-list-input-ring): Bind RET to that function.
14324         (comint-dynamic-list-input-ring-window-conf): New variable.
14326 2001-12-17  Werner Lemberg  <wl@gnu.org>
14328         * international/mule-conf.el: Improve documentation strings of
14329         character sets.
14331 2001-12-16  Richard M. Stallman  <rms@gnu.org>
14333         * dired.el (dired-copy-filename-as-kill): Moved from dired-x.el.
14334         (dired-mode-map): Bind w to dired-copy-filename-as-kill.
14336         * dired-x.el (dired-copy-filename-as-kill): Moved to dired.el.
14338         * autoinsert.el (auto-insert-alist): Redo finding C and C++ headers.
14339         Add a DESCRIPTION for the makefile item.
14341         * find-file.el (ff-other-file-name): New function.
14343 2001-12-16  Eli Zaretskii  <eliz@is.elta.co.il>
14345         * international/quail.el (quail-input-string-to-events): Fix last
14346         change.
14348 2001-12-16  Richard M. Stallman  <rms@gnu.org>
14350         * isearch.el (isearch-edit-string): When we set isearch-string
14351         to the default, also set isearch-message.
14353         * subr.el (temp-buffer-show-hook, temp-buffer-setup-hook): Add defvars.
14355         * startup.el (command-line-1): Display startup screen
14356         even if there are command line args.
14357         Add a note about how to go to editing your files.
14358         (fancy-splash-head): Add a note about how to go to your files.
14359         (fancy-splash-outer-buffer): New variable.
14360         (fancy-splash-screens): Bind variable fancy-splash-outer-buffer.
14362         * subr.el (with-temp-message): At the end, always discard
14363         the temp message, even by clearing the echo area.
14365         * progmodes/sh-script.el (sh-mode): Run sh-mode-hook.
14367 2001-12-16  Stefan Monnier  <monnier@cs.yale.edu>
14369         * log-view.el (log-view-message-re, log-view-current-tag):
14370         Recognize Subversion's log output format.
14372         * international/fontset.el: Build the list L at compile time.
14374         * language/ind-util.el (mapthread): Make a closure.
14376 2001-12-15  Richard M. Stallman  <rms@gnu.org>
14378         * isearch.el (isearch-start-hscroll): New variable.
14379         (isearch-mode): Set isearch-start-hscroll.
14380         (isearch-update): Restore original hscrolling if possible.
14382         * isearch.el (isearch-edit-string):
14383         Treat isearch-yank-word-or-char specially, like isearch-yank-word.
14385         * emacs-lisp/debug.el (debugger-previous-backtrace): New variable.
14386         (debugger-make-xrefs): Optimize by (1) using skip-syntax-forward
14387         rather than regexp search and (2) copying text properties
14388         already set up on text unchanged from the previous backtrace.
14390         * case-table.el (set-case-syntax-pair):
14391         Detect invalid calls and signal an error.
14393 2001-12-15  Richard M. Stallman  <rms@gnu.org>
14395         * language/ind-util.el (range): Function deleted.
14396         (indian-regexp-of-hashtbl-keys): Renamed from `regexp-of-hashtbl-keys'.
14397         All calls changed.
14399         * language/devan-util.el (devanagari-range): Renamed from `range'.
14400         All calls changed.
14401         (devanagari-regexp-of-hashtbl-keys):
14402         Renamed from `regexp-of-hashtbl-keys'.  All calls changed.
14404 2001-12-15  Dave Love  <fx@gnu.org>
14406         * language/ind-util.el: Don't require cl.
14407         (indian-glyph-char, indian-glyph-max-char)
14408         (indian-char-glyph): Moved from indian.el
14409         (indian--puthash-char, mapthread): Don't quote lambda.
14410         (indian--map): New function.
14411         (indian--puthash-v, indian--puthash-c, indian--puthash-m)
14412         (indian--puthash-cv): Use it.
14414         * language/indian.el (indian-glyph-char, indian-glyph-max-char)
14415         (indian-char-glyph): Moved to ind-util.el
14417         * language/devan-util.el (devanagari-post-read-conversion):
14418         New function.
14420         * language/georgian.el: New file.
14422         * international/mule-cmds.el (locale-language-names): Add various
14423         entries.  Remove utf-8 special case.
14424         (locale-charset-language-names, locale-preferred-coding-systems):
14425         Add utf-8 case.
14426         (set-language-environment): Process required-features earlier.
14428         * international/quail.el (quail-keyboard-layout-alist):
14429         Add pc105-uk.
14430         (quail-keyboard-layout-type): Fix :type.
14431         (quail-choose-completion-string): Simplify.
14432         (quail-update-leim-list-file): Don't get fooled by commented-out code.
14433         (quail-input-string-to-events): Run events through
14434         translation-table-for-input.
14436         * international/mule-conf.el (translation-table-for-input):
14437         New variable.
14438         (latin-iso8859-14): Amend description.
14439         (file-coding-system-alist): Add entry for utf-8.
14441         * language/utf-8-lang.el: New file.
14443         * international/code-pages.el: New file.
14445         * language/hebrew.el ("Windows-1255"): New language.
14447         * language/european.el ("Welsh", "Latin-7", "Lithuanian")
14448         ("Latvian"): New languages.
14450 2001-12-14  Stefan Monnier  <monnier@cs.yale.edu>
14452         * xml.el: Use setq rather than (set 'foo bar).
14453         Use push+nreverse rather than append.
14454         (xml-node-name, xml-node-attributes, xml-node-children):
14455         Use defsubst rather than macros.
14456         (xml-parse-region): Handle a nil return value from xml-parse-tag.
14457         (xml-parse-tag): Don't skip white space.  Return nil for a comment.
14458         Concat the two strings surrounding a comment into a single string.
14460         * newcomment.el (comment-indent): Jump to the middle of empty comments.
14462 2001-12-14  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
14464         * select.el (xselect-convert-to-class, xselect-convert-to-name):
14465         Document.
14467 2001-12-14  Andre Spiegel  <spiegel@gnu.org>
14469         * vc-hooks.el (vc-checkout-model, vc-state, vc-workfile-version):
14470         Return nil if FILE is not registered.
14471         (vc-check-master-templates, vc-default-make-version-backups-p):
14472         Doc fix.
14474 2001-12-13  David Ponce  <david@dponce.com>
14476         * ruler-mode.el (ruler-mode-extra-left-cols): Remove.
14477         (ruler-mode-left-fringe-cols): New macro.
14478         (ruler-mode-right-fringe-cols): New macro.
14479         (ruler-mode-left-scroll-bar-cols): New macro.
14480         (ruler-mode-right-scroll-bar-cols): New macro.
14481         (ruler-mode-ruler): Use above new macros.
14483 2001-12-13  Richard M. Stallman  <rms@gnu.org>
14485         * files.el (set-auto-mode): Fix previous change.
14487 2001-12-13  Stefan Monnier  <monnier@cs.yale.edu>
14489         * emacs-lisp/easymenu.el (easy-menu-intern): New fun.
14490         (easy-menu-do-define, easy-menu-convert-item-1)
14491         (easy-menu-define-key-intern, easy-menu-get-map): Use it.
14492         (easy-menu-return-item): Only return nil if there is no binding.
14494 2001-12-13  Rajesh Vaidheeswarran  <rv@gnu.org>
14496         * whitespace.el (whitespace-version): 3.2
14497         * whitespace.el (whitespace-force-mode-line-update): Replace with
14498         `whitespace-mode-line-update', which is an alias to the correct
14499         function in various emacsen.
14500         * whitespace.el (whitespace-{un,}highlight-the-space):
14501         Add colorized highlighting of the bogus whitespaces in a buffer/file,
14502         using the `whitespace-highlight-face' if
14503         `whitespace-display-spaces-in-color' is set.
14505 2001-12-13  Eli Zaretskii  <eliz@is.elta.co.il>
14507         * international/mule.el (set-auto-coding): Don't search for
14508         "unibyte:" or "coding:" if set-auto-mode-1 returns nil.
14510 2001-12-13  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
14512         * mail/mailabbrev.el (mail-abbrevs-setup): Do not use make-local-hook.
14514         * mail/rmail.el (rmail-fontify-buffer-function): Likewise.
14516         * mail/rmailsum.el (rmail-summary-mode): Likewise.
14518 2001-12-13  Richard M. Stallman  <rms@gnu.org>
14520         * simple.el (undo): Always set this-command to `undo',
14521         so that the next undo after an error will not begin redoing.
14523         * simple.el (shell-command): Doc fix.
14524         (shell-command-on-region): If there is output an an error,
14525         add "...Shell command failed" to the output.
14527 2001-12-13  David Ponce  <david@dponce.com>
14529         * ruler-mode.el (ruler-mode-left-fringe-cols): Variable removed.
14530         (ruler-mode-left-fringe-cols): Function replaced by more efficient
14531         implementation `ruler-mode-extra-left-cols'.
14532         (ruler-mode-ruler): Use above new function.  Take into account
14533         that the fringe areas can now be resized.
14535 2001-12-12  Richard M. Stallman  <rms@gnu.org>
14537         * international/characters.el (Unicode): Comment out
14538         the specifications for kelvin and angstrom signs.
14540         * international/mule.el (make-translation-table-from-vector):
14541         Allow null elements in VEC.
14543         * international/ucs-tables.el (unify-8859-on-encoding-mode)
14544         (unify-8859-on-decoding-mode): Swap the code in their bodies.
14545         Add :version.
14547 2001-12-11  Richard M. Stallman  <rms@gnu.org>
14549         * derived.el (derived-mode-p): Function moved to subr.el.
14551         * subr.el (derived-mode-p): Moved here from derived.el.
14553         * international/mule.el (set-auto-coding): Use set-auto-mode-1.
14555         * files.el (set-auto-mode-1): New subroutine, broken out of
14556         set-auto-mode.
14557         (set-auto-mode, hack-local-variables-prop-line): Use that.
14559 2001-12-11  Dave Love  <fx@gnu.org>
14561         * language/thai-util.el, language/thai.el: Add Unicode equivalents.
14563         * language/european.el: Remove autoload cookies.  Fix registration
14564         of diacritic composition function.
14566 2001-12-11  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
14568         * calendar/todo-mode.el: Require time-stamp.
14570         * net/zone-mode.el (zone-mode): Don't use make-local-hook.
14572 2001-12-11  Richard M. Stallman  <rms@gnu.org>
14574         * emacs-lisp/authors.el (authors-aliases): Delete "Richard Stallmao".
14576         * textmodes/ispell.el (ispell-buffer-local-parsing):
14577         Match xml like sgml.
14579         * emacs-lisp/advice.el (ad-compile-function):
14580         Byte compile the function under another (uninterned) name.
14582         * gud.el (gdb): Define and bind gud-jump.
14584         * font-lock.el (font-lock-mode):
14585         Put our function at the end of after-change-functions.
14587         * ediff-diff.el (ediff-cmp-options): Doc fix.
14589         * comint.el (comint-password-prompt-regexp): Match "UNIX Password".
14591 2001-12-10  Richard M. Stallman  <rms@gnu.org>
14593         * isearch.el (isearch-yank-word-or-char): New function.
14594         (isearch-mode-map): Bind C-w to that.
14596         * menu-bar.el (menu-bar-mode): Make arg optional.
14598         * simple.el (line-move): Cope if next-single-property-change
14599         or previous-single-property-change returns nil.
14601         * emacs-lisp/lisp-mnt.el (lm-verify): New arg NON-FSF-OK.
14602         Don't use interactive-p; instead, pass the proper args
14603         in (interactive...).  Clean up most of the trouble-report strings.
14605 2001-12-10  Eli Zaretskii  <eliz@is.elta.co.il>
14607         * mail/smtpmail.el (smtpmail-send-queued-mail): Insert the
14608         enqueued messages literally.
14610 2001-12-10  Noah Friedman  <friedman@splode.com>
14612         * battery.el (battery-insert-file-contents): Obsolete function
14613         removed.
14614         (battery-read-function): Obsolete function removed.
14615         (battery-linux-proc-apm): Use insert-file-contents.
14617 2001-12-07  Stephen Eglen  <stephen@gnu.org>
14619         * iswitchb.el (iswitchb-visit-buffer):
14620         Use `select-frame-set-input-focus'--needed when window manager
14621         uses "click to focus" policy.
14623 2001-12-09  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
14625         * COPYING: Moved back.
14627 2001-12-07  Eli Zaretskii  <eliz@is.elta.co.il>
14629         * term/internal.el (IT-character-translations): Add entries for
14630         more points.
14632         * international/characters.el: Resurrect the Hebrew category
14633         settings for all Hebrew characters removed by the last change.
14634         Add code for setting the Hebrew category of the Unicode Hebrew
14635         characters.  Set syntax entries for Hebrew punctuation characters.
14637         * international/ucs-tables.el (ucs-8859-8-alist): Add Hebrew
14638         points and directional formatting control characters.
14640 2001-12-07  Dave Love  <fx@gnu.org>
14642         * language/lao-util.el: Add Unicode equivalents for rules.
14643         (lao-post-read-conversion): New function.
14645         * language/lao.el: Add Unicode equivalents.
14646         (lao): Add post-read conversion.
14648         * international/latin1-disp.el: Fix some 8-bit-graphic characters.
14649         Use iso2022 encoding.
14650         (latin1-char-displayable-p): Doc fix.
14651         (latin1-display-ucs-per-lynx): New option.
14652         (latin1-display-ucs-per-lynx): New command.
14653         (latin1-display-reset): Special-case arabic.
14654         (ucs-tables): Require.
14655         (latin1-display-sets, latin1-display-setup): Add arabic.
14656         (latin1-display) <variable>: Use function latin1-display.
14657         (latin1-display) <function>: Add mule-unicode stuff.
14658         (latin1-display-check-font): Don't lose if `info' is nil.
14660         * international/iso-transl.el: Insert Latin-1 characters, not
14661         unibyte codes.
14663         * language/european.el (diacritic-composition-pattern): New constant.
14664         (diacritic-compose-region, diacritic-compose-string)
14665         (diacritic-compose-buffer, diacritic-post-read-conversion)
14666         (diacritic-composition-function): New functions.
14668         * international/utf-8.el (ucs-mule-to-mule-unicode):
14669         New translation table.
14670         (ccl-encode-mule-utf-8): Use it.
14671         (utf-8-untranslated-to-ucs, utf-8-help-echo, utf-8-compose)
14672         (utf-8-post-read-conversion, utf-8-pre-write-conversion): New function.
14673         (utf-8-subst-table): New variable.
14674         (utf-8-compose-scripts): New option.
14675         (mule-utf-8): Update safe-charsets, pre-write and post-read conversion.
14677         * international/ucs-tables.el, international/utf-8-subst.el:
14678         New files.
14680         * international/characters.el: Don't set word syntax (the default)
14681         explicitly.  Add a diacritic category.  Add info for Unicode
14682         equivalents of characters in various Mule charsets and for extra
14683         Unicode characters.  Don't define specific categories for
14684         Indian/Devanagari, since they aren't used.
14686 2001-12-06  Richard M. Stallman  <rms@gnu.org>
14688         * textmodes/fill.el (set-justification): Rename arg VALUE to STYLE.
14689         (set-justification-left, set-justification-right): Doc fix.
14691         * progmodes/f90.el (f90-break-line): Use (newline 1) to insert newline.
14692         (bug-f90-mode): Variable deleted.
14694 2001-12-06  Stefan Monnier  <monnier@cs.yale.edu>
14696         * indent.el (indent-line-function): Default is indent-relative again.
14698 2001-12-07  Miles Bader  <miles@gnu.org>
14700         * progmodes/compile.el (compilation-error-regexp-alist):
14701         Added regexps for RXP.
14703 2001-12-05  Eli Zaretskii  <eliz@is.elta.co.il>
14705         * progmodes/cwarn.el (cwarn-font-lock-match-assignment-in-expression):
14706         Add shift-assignment operators to those highlighted, and highlight
14707         the whole operator rather than just the "=".
14709 2001-12-04  Juanma Barranquero  <lektu@terra.es>
14711         * files.el (save-abbrevs, save-some-buffers): Don't ask the user
14712         before saving abbrevs if `save-abbrevs' has the value `silently'.
14714 2001-12-04  Andreas Schwab  <schwab@suse.de>
14716         * xt-mouse.el (turn-off-xterm-mouse-tracking): Doc fix.
14718 2001-12-04  Colin Walters  <walters@debian.org>
14720         * emacs-lisp/autoload.el (make-autoload): Also generate autoloads
14721         for `defmacro*' forms.
14723         * emacs-lisp/lisp-mode.el (toplevel): Define docstring offset for
14724         `defmacro*'.
14726 2001-12-03  Stefan Monnier  <monnier@cs.yale.edu>
14728         * progmodes/antlr-mode.el (antlr-c-common-init): Undo last change.
14730 2001-12-02  Richard M. Stallman  <rms@gnu.org>
14732         * files.el (insert-directory): If the df output does not look right,
14733         don't try to use it.  Other cleanups in overall code structure.
14735 2001-12-02  Stefan Monnier  <monnier@cs.yale.edu>
14737         * textmodes/outline.el (outline-mode-prefix-map):
14738         Add bindings for outline-promote and outline-demote.
14739         (outline-minor-mode-menu-bar-map): New var.
14740         (outline-minor-mode): Use it.
14741         (outline-heading-alist): New var (renamed from outline-level-heading).
14742         (outline-level): Use it.
14743         (outline-insert-heading, outline-promote, outline-demote):
14744         Update to use outline-heading-alist.
14746         * disp-table.el (standard-display-european):
14747         Simplify since the function is not interactive any more.
14748         Don't set the existing buffers to unibyte.
14750         * pcvs-util.el (cvs-file-to-string): Move condition-case outside.
14752         * pcvs.el (cvs-reread-cvsrc): Don't use cvs-file-to-string.
14754         * reveal.el (reveal-mode): Fix reveal-mode's lighter.
14756         * shell.el (shell): Use shell-file-name.
14757         Pop to buffer before calling comint to set COLUMNS properly.
14759         * emacs-lisp/cl.el (svref): New alias.
14761         * progmodes/antlr-mode.el (antlr-c-common-init):
14762         Don't inhibit adaptive-fill-mode any more.
14764         * progmodes/delphi.el (delphi-mode): Don't use make-local-hook.
14766         * progmodes/etags.el (tags-with-face): Use make-symbol.
14767         (tags-search, tags-query-replace): Use backquotes.
14769         * textmodes/picture.el (picture-mode-map): Don't use defconst
14770         for a variable.
14772 2001-12-02  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
14774         * textmodes/reftex-index.el (reftex-index-mode):
14775         Remove make-local-hook.
14777         * textmodes/reftex-toc.el (reftex-toc-mode): Likewise.
14779 2001-12-02  Kim F. Storm  <storm@cua.dk>
14781         * isearch.el (isearch-resume-enabled): New variable.
14782         (isearch-done): Use that variable.
14784 2001-12-01  Richard M. Stallman  <rms@gnu.org>
14786         * wid-edit.el (widget-button-click): Don't move point permanently:
14787         Avoid mouse-set-point--instead select the window,
14788         then do save-excursion, then move point.
14789         Specify the buffer for get-char-property.
14790         Don't use `@' in interactive.
14792         * indent.el (indent-line-function):
14793         Default is indent-to-left-margin again.
14795         * replace.el (query-replace-read-args): Display message
14796         if FROM contains `\n' or `\t'.
14798 2001-12-01  Stefan Monnier  <monnier@cs.yale.edu>
14800         * indent.el (tab-to-tab-stop): Use delete-horizontal-space.
14802         * bindings.el (minibuffer-local-map): Bind TAB to insert-tab.
14804         * emacs-lisp/regexp-opt.el (regexp-opt):
14805         Bind completion-regexp-list to nil.
14807         * progmodes/hideif.el (hif-nexttoken): Move to before first def.
14809 2001-12-01  Eli Zaretskii  <eliz@is.elta.co.il>
14811         * progmodes/idlwave.el, progmodes/idlw-rinfo.el:
14812         * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el:
14813         Update maintainer.
14815 2001-11-30  Stefan Monnier  <monnier@cs.yale.edu>
14817         * mail/smtpmail.el: Use with-current-buffer.
14818         (message-make-date, message-make-message-id): Autoload when needed.
14819         (smtpmail-send-it): Use them to add `Date:' and `Message-Id:'
14820         headers when missing.
14822         * international/encoded-kb.el (encoded-kbd-mode):
14823         Use define-minor-mode.
14825         * enriched.el (enriched-mode): Use define-minor-mode.
14826         Use dolist and pop and push.
14828         * info.el (Info-find-node-2): Don't call info-insert-file-contents
14829         with the `visit' argument.
14830         (Info-extract-menu-node-name): Use `replace-regexps-in-string'.
14832         * progmodes/hideif.el (hide-ifdef-mode): Only modify
14833         `change-major-mode-hook' locally.  Reset invisibility spec.
14835         * man.el (Man-build-section-alist): Remove last Man-match-substring.
14837 2001-11-30  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14839         * textmodes/paragraphs.el (mark-paragraph): Clarify doc.
14840         Clarify error message.
14842 2001-11-29  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14844         * textmodes/paragraphs.el (mark-paragraph): Allow prefix arg.
14846 2001-11-30  Andre Spiegel  <spiegel@gnu.org>
14848         * vc-cvs.el (vc-cvs-parse-status): Store file state in property,
14849         don't just return it.
14851 2001-11-30  Eli Zaretskii  <eliz@is.elta.co.il>
14853         * menu-bar.el (menu-bar-read-lispref, menu-bar-read-lispintro)
14854         (menu-bar-read-emacs-man, search-emacs-glossary)
14855         (emacs-index-search, elisp-index-search): New functions.
14856         (apropso-documentation, apropos, apropos-value, apropos-variable)
14857         (apropos-commands): Modify menu item names and help text.
14858         (elisp-index-search, emacs-index-search, emacs-glossary):
14859         New menu items.
14860         (menu-bar-manuals-menu): Move the Ordering Manuals item to a
14861         submenu.
14862         (info-elisp, info-elintro): New menu items.
14863         (apropos): Modify the menu item name.
14865 2001-11-30  Stefan Monnier  <monnier@cs.yale.edu>
14867         * emacs-lisp/lisp-mode.el (read-if): Add lisp-indent-function prop.
14869         * textmodes/outline.el (outline-promote, outline-demote): Typo.
14871         * man.el (man-follow-mouse): New function.
14872         (Man-mode-map): Bind mouse-2 to it.
14873         (Man-match-substring): Remove.  Replace with `match-string'.
14874         (man): Use the `default-value' argument to `read-string'.
14875         (Man-fontify-manpage): Add mouse-face to cross references.
14877         * emacs-lisp/cl-macs.el (shiftf): Fix more.  Simplify.
14879 2001-11-29  Stefan Monnier  <monnier@cs.yale.edu>
14881         * emacs-lisp/crm.el (completing-read-multiple): Better preserve
14882         the value of require-match in minibuffer-completion-confirm.
14883         Use crm-local-completion-map.
14885         * emacs-lisp/cl-macs.el (shiftf): Fix the fast case so
14886         (let ((a 1) (b 2)) (shiftf a b (cons a b)) b) returns (1 . 2).
14887         (cl-make-type-test): Use char-valid-p for `character'.
14889         * info.el (Info-complete-next-re, Info-complete-cache): New vars.
14890         (Info-complete-menu-item): Rewrite.  Add the ability to search
14891         several sequential nodes.  Add a simple caching mechanism.
14892         (Info-goto-index): New function extracted from Info-index.
14893         (Info-index): Use it.  Add completion to the interactive spec.
14894         (Info-menu-update): Simplify call to `Info-complete-menu-item'.
14896 2001-11-29  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
14898         * COPYING: Removed.
14900 2001-11-29  Dave Love  <fx@gnu.org>
14902         * progmodes/fortran.el: Fontify rewind, backspace.  Doc fixes.
14903         (fortran-window-create, fortran-window-create-momentarily):
14904         Rewrite, moving error condition.
14905         (fortran-beginning-do, fortran-beginning-if): Fix regexps.
14906         (fortran-mode-syntax-table): Revert last change.
14908         * international/mule.el: Doc fixes.
14909         (map-charset-chars): New function.
14910         (register-char-codings): Use it to cope with generic chars in
14911         safe-chars.
14913 2001-11-29  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
14915         * play/blackbox.el (blackbox-mode, blackbox): Doc fix.
14917         * play/cookie1.el (cookie, cookie-insert, shuffle-vector): Doc fixes.
14919         * play/studly.el (studlify-word, studlify-region)
14920         (studlify-buffer): Fix doc-string.
14921         (studlify-buffer): Add autoload cookie.
14923 2001-11-28  Stefan Monnier  <monnier@cs.yale.edu>
14925         * textmodes/outline.el (outline-up-heading): Add `invisible-ok' arg.
14926         (outline-up-heading-all): Remove.
14927         (hide-sublevels): Move to end-of-heading before calling flag-region.
14928         (outline-copy-overlay, outline-discard-overlays): Remove.
14929         (outline-flag-region): Use `remove-overlays'.
14930         Don't move to end-of-heading.
14931         (outline-next-visible-heading, outline-back-to-heading)
14932         (outline-on-heading-p): Use outline-invisible-p.
14933         (outline-font-lock-level): Use outline-up-heading's new arg.
14934         (outline-minor-mode): Simplify.
14935         (outline-map-tree, outline-reveal-toggle-invisible): New funs.
14936         (outline): Put a `reveal-toggle-invisible' property.
14937         (outline-level-heading): New var.
14938         (outline-insert-heading, outline-promote, outline-demote)
14939         (outline-toggle-children): New commands.
14941         * progmodes/hideif.el (hif-end-of-line): New function.
14942         (hide-ifdef-mode): Set line-move-ignore-invisible.
14943         (hide-ifdef-region-internal): New function.
14944         (hide-ifdef-region): Use it.
14945         (hif-defined): Return an integer.
14946         (hif-infix-to-prefix): Remove.
14947         (hif-tokenize): Parse from the buffer rather than from a string.
14948         Correctly tokenize integers.  Use forward-comment.
14949         (hif-expr): Use hif-or.
14950         (hif-term): Use hif-and.
14951         (hif-factor): Use hif-not.  Handle numbers properly.
14952         Don't require parenthesis around `defined's argument.
14953         (hif-and, hif-or, hif-not): New funs.
14954         (hif-canonicalize): Pass a region to hif-tokenize.  Use hif-not.
14955         (hif-hide-line): Don't hide the \n before the line.
14956         (hif-possibly-hide): Correctly handle numeric evaluation results.
14958         * progmodes/make-mode.el: Use line-(end|beginning)-position.
14959         (makefile-mode): Set indent-line-function.
14960         (makefile-browser-insert-continuation): Use with-current-buffer.
14961         (makefile-beginning-of-line-point, makefile-end-of-line-point): Remove.
14963 2001-11-28  Karl Fogel  <kfogel@red-bean.com>
14965         * isearch.el (isearch-yank-internal): New helper function.
14966         (isearch-yank-char): New function.
14967         (isearch-yank-word, isearch-yank-line): Rewrite to use
14968         isearch-yank-internal.
14970 2001-11-28  Eli Zaretskii  <eliz@is.elta.co.il>
14972         * mouse.el (mouse-set-font): Make it a no-op if multiple fonts
14973         aren't supported.  Print a message to that effect if invoked.
14975 2001-11-27  Stephen Eglen  <stephen@gnu.org>
14977         * locate.el (locate): Put point at first matching file rather
14978         than top of buffer.
14980 2001-11-27  Stefan Monnier  <monnier@cs.yale.edu>
14982         * reveal.el: New file.
14984         * progmodes/hideif.el: Misc cleanup.
14985         (hide-ifdef-mode-submap): Put the def in the defvar.
14986         Use substitute-key-definition.
14987         (hide-ifdef-mode): Use define-minor-mode.
14988         (hif-outline-flag-region): Remove.
14989         (hif-show-all): Define in terms of hif-show-ifdef-region.
14990         (hif-after-revert-function): Rename from hif-before-revert-function.
14991         (hide-ifdef-region, hif-show-ifdef-region): Use overlays.
14992         (hif-tokenize): Use with-syntax-table.
14993         (hif-make-range): Use `else' also for `else-p'.
14994         (hif-range-else-p): Remove.
14995         (hif-find-range): Simplify.
14996         (hif-hide-line): Don't bother preserving buffer-modified-p.
14997         (hide-ifdefs, show-ifdefs, hide-ifdef-block, show-ifdef-block):
14998         Don't use selective-display and inhibit-read-only.
15000         * subr.el (copy-overlay, remove-overlays): New funs.
15002         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix off-by-two error.
15004 2001-11-27  Sam Steingold  <sds@gnu.org>
15006         * ansi-color.el, bookmark.el, dired.el, emerge.el, fast-lock.el
15007         * lazy-lock.el, mouse-sel.el, mail/feedmail.el
15008         * emacs-lisp/advice.el, emacs-lisp/checkdoc.el, emacs-lisp/ewoc.el
15009         * obsolete/c-mode.el, obsolete/cplus-md.el
15010         * progmodes/dcl-mode.el, progmodes/idlw-shell.el, progmodes/idlwave.el
15011         * term/sun-mouse.el, textmodes/artist.el:
15012         Converted backquote to the new style.
15013         * mouse.el, reposition.el: Likewise (in comments).
15014         * expand.el: Likewise (in a string).
15016 2001-11-27  Richard M. Stallman  <rms@gnu.org>
15018         * cus-edit.el (custom-load-symbol): Don't always load locate-library.
15020 2001-11-26  Richard M. Stallman  <rms@gnu.org>
15022         * wid-edit.el (widget-toggle-value-create): On graphic terminal,
15023         if :on-glyph or :off-glyph is a list, eval it and store it back.
15024         (checkbox): Quote the values for :on-glyph and :off-glyph.
15026         * cus-start.el (recursive-load-depth-limit): Delete item.
15028 2001-11-26  Stefan Monnier  <monnier@cs.yale.edu>
15030         * help-fns.el (describe-categories, help-describe-category-set): New.
15031         describe-categories moved here from src/category.c.
15033 2001-11-26  Sam Steingold  <sds@gnu.org>
15035         * progmodes/cc-mode.el (c-submit-bug-report): Make sure that the
15036         arguments to `insert' are strings.
15038 2001-11-26  Richard M. Stallman  <rms@gnu.org>
15040         * startup.el (command-line-1): Call kill-buffer only in non-fancy case.
15042 2001-11-26  Eli Zaretskii  <eliz@is.elta.co.il>
15044         * international/mule-diag.el: Require help-fns instead of
15045         help-funs.
15047         * help-fns.el: Renamed from help-funs.el.
15049         * startup.el (command-line-1): Don't try to call process-list if
15050         it is not fboundp.
15052 2001-11-26  Sam Steingold  <sds@gnu.org>
15054         * frame.el (show-trailing-whitespace): Remove :set argument (the
15055         value was essentially identical to the defalt).
15057 2001-11-26  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
15059         * hexl.el (hexl-mode, hexl-follow-ascii): Remove make-local-hook.
15061         * icomplete.el (icomplete-minibuffer-setup): Likewise.
15063         * hilit-chg.el (hilit-chg-set): Likewise.
15065         * speedbar.el (speedbar-mode): Likewise.
15067         * calendar/calendar.el (calendar-mode): Likewise.
15069         * play/yow.el (psychoanalyze-pinhead): Use insert instead of
15070         insert-string.
15072         * play/gamegrid.el (gamegrid-init-buffer): Likewise.
15074         * term/bg-mouse.el (bg-insert-moused-sexp): Likewise.
15076         * term/sun-mouse.el (sun-yank-selection): Likewise.
15078         * textmodes/bib-mode.el (return-key-bib): Likewise.
15080         * calendar/appt.el (appt-disp-window): Likewise.
15082         * calendar/diary-lib.el (list-diary-entries): Likewise.
15084         * array.el (array-reconfigure-rows): Likewise.
15086         * filecache.el (file-cache-minibuffer-complete): Likewise.
15088         * obsolete/cplus-md.el (fill-c++-comment): Likewise.
15090         * strokes.el (strokes-prompt-user-save-strokes): Likewise.
15092         * allout.el (outline-version, outline-open-topic)
15093         (outline-rebullet-heading, outline-insert-listified)
15094         (outline-latex-verbatim-quote-curr-line)
15095         (outline-latexify-one-item, outlineify-sticky): Likewise.
15097         * vc.el (vc-next-action-on-file): Likewise.
15098         (vc-dired-mode): Remove make-local-hook.
15100 2001-11-26  Andre Spiegel  <spiegel@gnu.org>
15102         * vc.el (vc-find-version): New function.
15103         (vc-version-other-window): Redefined in terms of the above.
15105         * log-view.el (log-view-find-version): New function.
15106         (log-view-mode-map): Bind it to `f'.
15108 2001-11-26  Gerd Moellmann  <gerd@gnu.org>
15110         * language/devan-util.el (dev-char-glyph): Escape `"' in
15111         string literals.
15112         (dev-glyph-glyph, dev-glyph-glyph-2)
15113         (devanagari-compose-syllable-region): Likewise.
15115 2001-11-26  Richard M. Stallman  <rms@gnu.org>
15117         * window.el (save-selected-window): No error if saved window is dead.
15119         * help-funs.el (describe-syntax): Put (interactive) after doc string.
15121 2001-11-26  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
15123         * international/quail.el (quail-help): Require help-mode in
15124         top-level instead.
15126         * iswitchb.el (iswitchb-exhibit): Use insert instead of
15127         insert-string.
15129         * icomplete.el (icomplete-exhibit): Likewise.
15131 2001-11-25  Stefan Monnier  <monnier@cs.yale.edu>
15133         * diff-mode.el (diff-end-of-hunk): Watch out for ambiguities.
15134         (diff-hunk-kill): Simplify.
15135         (diff-post-command-hook): Only apply to a single hunk.
15136         (diff-hunk-text): Make `char-offset' non-optional.
15137         (diff-find-text): Return a cons cell.
15138         (diff-find-approx-text): New fun.
15139         (diff-find-source-location): Use it.
15140         (diff-apply-hunk, diff-test-hunk, diff-goto-source):
15141         Adapt to new retval of diff-find-text.
15143         * vc-cvs.el (vc-cvs-parse-entry): Rewrite, comparing the string-
15144         rather than integer- representation of dates.
15146         * textmodes/fill.el (fill-indent-according-to-mode): Default to nil.
15148         * emacs-lisp/syntax.el: Don't profile syntax-ppss any more.
15149         (syntax-after): New fun.
15151         * help-funs.el (describe-syntax): New fun.
15153         * font-lock.el (font-lock-cache-state, font-lock-cache-position)
15154         (font-lock-ppss-stats, font-lock-ppss): Remove.
15155         (font-lock-fontify-syntactically-region): Remove tuning code.
15156         (font-lock-compile-keywords): Fix off-by-one bug.
15157         (font-lock-set-defaults): Don't set removed vars.
15158         (c-keywords): Add `inline'.
15159         (c-type-names): Add `_Complex', `_Imaginary' and `_Bool'.
15161         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
15162         Set syntax-begin-function.
15163         (lisp-interaction-mode-abbrev-table): Defvar to its correct value.
15164         (lisp-interaction-mode): Don't set local-abbrev-table any more.
15165         (lisp-mode-auto-fill): Use syntax-ppss and obey
15166         comment-auto-fill-only-comments.
15167         (lisp-fill-paragraph): Use syntax-ppss.
15169 2001-11-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
15171         * mail/rmail.el (rmail-enable-mime-composing): New. A lightweight
15172         version of rmail-enable-mime.
15173         (rmail-forward): Use it.
15175 2001-11-25  Richard M. Stallman  <rms@gnu.org>
15177         * emacs-lisp/lisp-mode.el (lisp-indent-function): Add doc string.
15179         * international/quail.el (quail-keyboard-layout-button):
15180         Define button type.
15181         (quail-keyboard-customize-button): Likewise.
15182         (quail-help): Use those button types.  Require `help-mode'.
15183         Avoid altering the argument `package'.
15185         * help-mode.el (help-function, help-variable, help-face)
15186         (help-coding-system, help-input-method, help-character-set):
15187         Define each button type with its own explicit define-button-type.
15189         * language/devan-util.el: Comment out parts of the file
15190         which apparently are garbled.
15192 2001-11-25  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
15194         * mail/smtpmail.el (smtpmail-deduce-address-list): Don't use
15195         insert-string.
15197 2001-11-25  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
15199         * play/snake.el (snake-mode): Remove make-local-hook.
15201         * play/tetris.el (tetris-mode): Likewise.
15203         * play/decipher.el (decipher-mode): Likewise.
15205         * tmm.el (tmm-add-prompt): Likewise.
15207 2001-11-25  Sam Steingold  <sds@gnu.org>
15209         * menu-bar.el (menu-bar-apropos-menu): New variable.
15210         Moved all `apropos' bindings to this menu.
15211         (menu-bar-help-menu): Added `menu-bar-apropos-menu'.
15213 2001-11-24  KAWABATA, Taichi  <batta@beige.ocn.ne.jp>
15215         The following changes are for new indian languages support based
15216         on Unicode charset and CDAC fonts.
15218         * international/mule-conf.el: Change indian-1-column charset to
15219         indian-glyph charset.
15221         * international/characters.el: Adjusted for the change of
15222         indian-1-column -> indian-glyph.
15224         * international/fontset.el: Delete the setting for indian-1-column
15225         and add the setting for indian-glyph in the default fontset.
15227         * language/indian.el: Completely re-written.
15229         * language/devanagari.el: Completely re-written.
15231         * language/devan-util.el: Completely re-written.
15233         * language/ind-util.el: New file.
15235 2001-11-24  Richard M. Stallman  <rms@gnu.org>
15237         * startup.el (command-line-1): Don't do startup screen
15238         if a subprocess is running.  Call the startup screen buffer
15239         "GNU Emacs".  Make a special mode-line-format for it.
15241         * net/browse-url.el (browse-url-galeon-new-window-is-tab): New var.
15242         (browse-url-galeon): Use that variable.
15244         * mail/supercite.el (sc-toggle-var): Don't use set-variable or
15245         eval-expression.  Eval and set the variable simply.
15247         * files.el (temporary-file-directory): Use defcustom.
15248         (small-temporary-file-directory): Likewise.
15249         (normal-backup-enable-predicate): Move down in file
15250         after definition of temporary-file-directory.
15252         * bindings.el (last-buffer, unbury-buffer): Doc fixes.
15254 2001-11-24  Colin Walters  <walters@debian.org>
15256         * calc/calc-ext.el (calc-init-extensions): Update the rest of the
15257         autoload names to match files renamed on initial calc import.
15259         * calc/calc.el (Commentary): Cleanup, and add logistic curve
15260         fitting suggestion from Robert J. Chassell <bob@rattlesnake.com>.
15262 2001-11-23  Colin Walters  <walters@debian.org>
15264         * Makefile.in (finder_setwins, setwins): Include Calc again.
15266         * calc/calc-rules.el: Add header comment.
15268 2001-11-23  Andre Spiegel  <spiegel@gnu.org>
15270         * vc.el (with-vc-properties): Don't bind `filename' locally.
15271         (with-vc-file, edit-vc-file): Use `make-symbol' for local bindings
15272         to avoid name clashes.  Fix `lisp-indent-function' property for
15273         both.
15275 2001-11-23  Francesco Potort\e,Al\e(B  <pot@gnu.org>
15277         * generic-x.el (mailrc-generic-mode): Highlight the `source' keyword.
15279 2001-11-22  Colin Walters  <walters@debian.org>
15281         * calc/calc-misc.el (report-calc-bug):
15282         Use `reporter-prompt-for-summary-p'.
15284         * calc/INSTALL, calc/Makefile: Remove.
15286 2001-11-22  Miles Bader  <miles@gnu.org>
15288         * emacs-lisp/re-builder.el (reb-match-0, reb-match-1)
15289         (reb-match-2, reb-match-3): Add dark-background variants.
15291 2001-11-22  Colin Walters  <walters@debian.org>
15293         * calc/calc-misc.el (calc-info): Don't perform voodoo, just
15294         (info "Calc").
15295         (report-calc-bug): Use reporter.el.
15297         * mail/reporter.el (reporter-submit-bug-report): Doc fixes.
15299 2001-11-21  Richard M. Stallman  <rms@gnu.org>
15301         * which-func.el (which-function): Call imenu--make-index-alist
15302         if necessary to get a list of functions.
15303         (which-function-imenu-failed): New variable.
15304         (which-func-update): Handle all visible windows.
15305         (which-func-update-1): New subroutine broken out of which-func-update.
15307         * files.el (temporary-file-directory, null-device)
15308         (small-temporary-file-directory): Definitions moved up.
15310         * progmodes/cperl-mode.el (cperl-problems, cperl-tips)
15311         (cperl-non-problems, cperl-praise): Doc fixes.
15313         * progmodes/sh-script.el (sh-mode): Don't use define-derived-mode.
15314         (sh-mode-syntax-table): Function restored.
15315         Variable set up for use by function sh-mode-syntax-table.
15316         (sh-set-shell): Set the syntax table.
15318         * play/gomoku.el (gomoku-mode): Don't use define-derived-mode.
15320         * progmodes/perl-mode.el (perl-mode): Don't use define-derived-mode.
15322         * international/encoded-kb.el: Don't alter minor-map-alist.
15324 2001-11-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
15326         * files.el (auto-save-file-name-transforms): Put remote files in
15327         temporary-file-directory rather than /tmp.
15329 2001-11-21  Colin Walters  <walters@debian.org>
15331         * calc/calc-macs.el (calc-slow-wrapper): Move (point) call outside
15332         of (function ...) wrapper.
15334 2001-11-20  Stefan Monnier  <monnier@cs.yale.edu>
15336         * derived.el (define-derived-mode): Create the abbrev-table
15337         from inside the `defvar'.
15339         * jit-lock.el (jit-lock-defer-time): New var.
15340         (jit-lock-defer-timer, jit-lock-buffers): New vars.
15341         (jit-lock-mode): Initialize them.  Cancel the timers more carefully.
15342         (jit-lock-function): Defer fontification if requested.
15343         (jit-lock-stealth-chunk-start): Pay attention to the new non-nil value.
15344         (jit-lock-stealth-fontify): Check the new `jit-lock-defer-multiline'
15345         text property.
15346         (jit-lock-deferred-fontify): New fun.
15348 2001-11-20  Richard M. Stallman  <rms@gnu.org>
15350         * emacs-lisp/lisp-mode.el (lisp-interaction-mode):
15351         Set local-abbrev-table to lisp-mode-abbrev-table.
15353         * emacs-lisp/re-builder.el (reb-mode):
15354         Don't use define-derived-mode.  Call kill-all-local-variables.
15356         * emacs-lisp/lisp-mode.el (lisp-mode, emacs-lisp-mode):
15357         Don't use define-derived-mode.
15359         * help-mode.el (help-mode): Undo 2001-10-07 change.
15361         * replace.el (occur-mode): Undo 2001-5-20 change.
15363 2001-11-20  Jason Rumney  <jasonr@gnu.org>
15365         * w32-fns.el (w32-system-coding-system): Change to an alias for
15366         locale-coding-system.
15367         (set-w32-system-coding-system): Document the above change.
15368         Set locale-coding-system instead.
15370 2001-11-20  Richard M. Stallman  <rms@gnu.org>
15372         * ruler-mode.el: Add pagination.
15373         (ruler-mode-toggle-show-tab-stops): No need to
15374         test `ruler-mode' variable.
15376 2001-11-20  Eli Zaretskii  <eliz@is.elta.co.il>
15378         * play/landmark.el: Mark lm-mode as special.
15380         * play/gomoku.el: Mark gomoku-mode as special.
15382 2001-11-20  Juanma Barranquero  <lektu@terra.es>
15384         * emacs-lisp/re-builder.el (reb-change-target-buffer): New function.
15385         (top-level): Bind it to C-c C-b.
15386         (re-builder): Don't re-enter RE Builder Mode.
15388         * bs.el (bs-delete): Signal an error if the buffer cannot be deleted.
15390 2001-11-20  Stefan Monnier  <monnier@cs.yale.edu>
15392         * progmodes/cperl-mode.el (cperl-perldoc): Require man before binding
15393         `manual-program'.
15395         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Don't move back
15396         to a line without a comment.
15398 2001-11-20  Eli Zaretskii  <eliz@is.elta.co.il>
15400         * dired.el (dired-listing-switches): Mention in the doc string
15401         that some switches are not supported by ls-lisp.el
15403 2001-11-19  Stefan Monnier  <monnier@cs.yale.edu>
15405         * imenu.el (imenu--split-menu): Use dolist and copy-sequence.
15406         (imenu--create-keymap-2): Remove.
15407         (imenu--create-keymap-1): Simplify, remove third argument.
15408         (imenu--generic-function): Use dolist.
15409         (imenu-find-default): New function.
15410         (imenu--completion-buffer): Use it.
15411         (imenu--mouse-menu): Use popup-menu.
15412         (imenu--menubar-select): Return t rather than calling imenu.
15414         * textmodes/fill.el (fill-delete-prefix, fill-delete-newlines):
15415         New functions, extracted from fill-region-as-paragraph.
15416         (fill-region-as-paragraph): Use them.
15417         Use an end marker instead of eob.
15418         Ignore whitespace-only fill-prefixes when indenting according to mode.
15419         Simplify the loop that searches for spaces backwards.
15421         * textmodes/picture.el (picture-vertical-step)
15422         (picture-horizontal-step): Don't use defconst for variables.
15424         * mail/mail-extr.el: Use backquote/dolist/mapc/when.  Docstring fixes.
15425         (mail-extract-address-components): Downcase domain names.
15426         (mail-extr-delete-char): Remove.  Use delete-char instead.
15428         * emulation/pc-select.el: Doc string fixes.
15429         (pc-selection-mode): Don't treat macos as a tty.
15431         * emacs-lisp/lisp.el (mark-sexp): Mark more if repeated.
15433         * progmodes/cc-engine.el (c-parse-state): Typo. From Martin Stjernholm.
15435         * mwheel.el (mouse-wheel-scroll-amount): Allow float values.
15436         (mouse-wheel-progessive-speed): New var.
15437         (mwheel-scroll): Use it and handle float values.
15439         * lazy-lock.el (lazy-lock-install-hooks): Remove make-local-hook.
15441         * iswitchb.el (iswitchb-mode): Use define-minor-mode.
15442         (iswitchb): Fix the case where the result was selected with the mouse.
15443         (iswitchb-completion-help): Use the normal *Completions* now that
15444         mouse selection works.
15445         (iswitchb-minibuffer-setup): Simplify.
15447         * newcomment.el (comment-column, comment-style, comment-multi-line)
15448         (comment-auto-fill-only-comments): Remove :group arg.
15449         (comment-padding): Add :type.
15450         (comment-indent-new-line): Ignore comment-auto-fill-only-comments
15451         if called interactively.
15453 2001-11-19  Colin Walters  <walters@verbum.org>
15455         * calc/calc.el (toplevel): Add comment and version header.
15456         (calc-init-base): Bump version to 2.02f, update date.
15458 2001-11-19  Richard M. Stallman  <rms@gnu.org>
15460         * net/browse-url.el: Support Mozilla and Galeon.
15461         By default, find the installed browser whichever it is.
15462         (browse-url-mozilla): New function.
15463         (browse-url-mozilla-sentinel): New function.
15464         (browse-url-galeon, browse-url-galeon-sentinel): New functions.
15465         (browse-url-default-browser): New function.
15466         (browse-url-process-environment): Use browse-url-browser-display.
15467         (browse-url-browser-display): Renamed from browse-url-netscape-display.
15468         (browse-url-mozilla-startup-arguments, browse-url-galeon-program)
15469         (browse-url-galeon-arguments, browse-url-galeon-startup-arguments)
15470         (browse-url-mozilla-program, browse-url-mozilla-arguments): New vars.
15471         (browse-url-browser-function): New default, new options.
15473 2001-11-19  Sam Steingold  <sds@gnu.org>
15475         * bindings.el (last-buffer, unbury-buffer): New function.
15476         (mode-line-unbury-buffer): Use `unbury-buffer'.
15478 2001-11-18  Stephen Eglen  <stephen@gnu.org>
15480         * iswitchb.el (iswitchb-cannot-complete-hook): New variable to
15481         control behaviour when no further completion is possible.
15483 2001-11-19  Colin Walters  <walters@verbum.org>
15485         * calc/calc-macs.el (calc-wrapper, calc-slow-wrapper)
15486         (math-showing-full-precision, math-with-extra-prec, math-working)
15487         (calc-with-default-simplification)
15488         (calc-with-trail-buffer): Use backtick.
15489         (Math-zerop, Math-integer-negp, Math-integer-posp, Math-negp)
15490         (Math-looks-negp, Math-posp, Math-integerp, Math-natnump)
15491         (Math-ratp, Math-realp, Math-anglep, Math-numberp, Math-scalarp)
15492         (Math-vectorp, Math-messy-integerp, Math-objectp, Math-objvecp)
15493         (Math-integer-neg, Math-equal, Math-lessp, Math-primp)
15494         (Math-num-integerp, Math-bignum-test, Math-equal-int)
15495         (Math-natnum-lessp, math-format-radix-digit): Change to `defsubst'.
15496         (calc-record-compilation-date-macro): Deleted.  Callers updated.
15497         (math-format-radix-digit): Move to calc-bin.el.
15499         * calc/calc.el (calc-record-compilation-date): Remove.
15500         (calc-bug-address): Update.
15501         (calc-settings-file): Use `user-init-file'.
15503         * calc/calc-mode.el (calc-settings-file-name, calc-save-modes):
15504         Handle null `calc-settings-file'.
15506         * calc/calc-frac.el (calc-over-notation): Use `completing-read'.
15507         * calc/calc-keypd.el (calc-keypad-mode): New.
15508         (calc-do-keypad): Use it.
15509         (calc-keypad-map): Move into `calc-keypad-mode'.
15511         * calc-math.el (calcFunc-sqrt, calcFunc-hypot): Add missing quote
15512         to defalias argument.
15514         * calc-misc.el (math-fixnump, math-fixnatnump, calcFunc-trunc)
15515         (calcFunc-floor): Ditto.
15517         * calc-units.el (calcFunc-usimplify): Ditto.
15519         * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
15520         * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
15521         * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
15522         * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
15523         * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
15524         * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
15525         * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
15526         * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
15527         * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
15528         * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
15529         * calcsel2.el: Change all toplevel `setq' forms to `defvar' forms,
15530         and move them before their first use.  Use `when', `unless'.
15531         Remove trailing periods from error forms.  Add description and
15532         headers suggested by Emacs Lisp coding conventions.
15534 2001-11-19  Stefan Monnier  <monnier@cs.yale.edu>
15536         * newcomment.el (comment-indent):
15537         Fix misindentation for comment-only lines.
15538         (comment-indent-new-line): Only obey comment-multi-line if the
15539         comment-ender is not the end-of-line.
15541 2001-11-19  Richard M. Stallman  <rms@gnu.org>
15543         * net/net-utils.el (network-connection-service-abbrev-alist):
15544         New variable.
15546         * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
15547         Advance to start of 3rd sexp by moving fwd and backing over it.
15548         At first three elements, act like defun.
15550         * delsel.el (delete-selection-pre-hook): Handle and resignal
15551         file-supersession errors to interact properly with userlock.el.
15553 2001-11-18  Richard M. Stallman  <rms@gnu.org>
15555         * progmodes/fortran.el (fortran-mode-syntax-table):
15556         Specify punctuation syntax for backslash.
15558         * progmodes/sh-script.el (sh-must-be-shell-mode): Function deleted.
15559         All calls deleted.
15561         * international/mule-util.el (string-to-sequence): Make it obsolete.
15562         (string-to-list, string-to-vector): Implement them directly
15563         using append and vconcat, not with string-to-sequence.
15565         * startup.el (command-line): Set abbrevs-changed to nil after
15566         reading the init file and the abbrevs file.
15568         * isearch.el (isearch): Use magenta2 as bg for (background light)
15570 2001-11-17  Richard M. Stallman  <rms@gnu.org>
15572         * menu-bar.el (menu-bar-update-buffers-1): Don't pad the buffer name.
15574         * simple.el (minibuffer-history-sexp-flag): Doc fix.
15576 2001-11-17  Stefan Monnier  <monnier@cs.yale.edu>
15578         * font-lock.el (font-lock-compile-keywords): New arg `regexp'.
15579         If set and if applicable, add a regexp to highlight defun-like
15580         text inside comments and strings.
15581         (font-lock-fontify-keywords-region): Pass that new arg.
15582         (font-lock-set-defaults): Move the code to set `font-lock-keywords'
15583         to the end and pass that new arg.
15584         (c-font-lock-keywords-2): Fix regex for labels.
15585         (font-lock-match-c++-style-declaration-item-and-skip-to-next):
15586         Make it work when LIMIT is several lines further.
15587         (c-font-lock-keywords-3, c++-font-lock-keywords-3)
15588         (objc-font-lock-keywords-3, java-font-lock-keywords-3):
15589         Use backquote and make the regexes for `int a, b, c;' work on
15590         multiple lines.
15592         * emacs-lisp/re-builder.el (reb-mode): Use define-derived-mode.
15593         (font-lock-defaults-alist): Don't change it any more.
15594         (reb-subexp-mode-map): Cleanup.
15596         * custom.el (custom-current-group-alist): New var.
15597         (custom-declare-group): Set it.
15598         (custom-current-group): New fun.
15599         (custom-declare-variable, custom-handle-all-keywords):
15600         Use it as a default if no :group argument is specified.
15602         * international/mule-cmds.el (locale-name-match): Use \` and \(?:.
15603         (standard-keyboard-coding-systems): New var.
15604         (set-locale-environment): Use it to decide whether or not to call
15605         set-keyboard-coding-system.
15606         (locale-language-names): Use \"French\" for "fr".
15608 2001-11-17  Richard M. Stallman  <rms@gnu.org>
15610         * emacs-lisp/checkdoc.el (princ-list, checkdoc-read-event)
15611         (add-to-list): Delete compatibility code.
15612         (checkdoc-next-message-error): Doc fix.
15614 2001-11-17  Stephen Eglen  <stephen@gnu.org>
15616         * locate.el (locate): Show default locate pattern within the
15617         prompt, but don't insert it into the minibuffer contents.
15618         Catch the case when pattern is the empty string.
15620 2001-11-17  Eli Zaretskii  <eliz@is.elta.co.il>
15622         * language/european.el ("French"): New language environment.
15624 2001-11-16  Richard M. Stallman  <rms@gnu.org>
15626         * calendar/todo-mode.el (todo-save): Fix previous change.
15628         * subr.el (functionp): Do use cdr-safe on object.
15630 2001-11-16  Stefan Monnier  <monnier@cs.yale.edu>
15632         * bindings.el (mode-line-mode-name): Only put the help-echo property
15633         if the local-map property was put as well.
15634         (global-map): Bind switch-frame, delete-frame, iconify-frame
15635         and make-frame-visible events.
15637         * emacs-lisp/elp.el (elp-not-profilable): New var.
15638         (elp-not-profilable-p): New function.
15639         (elp-instrument-function): Use it.  Use backquotes and push.
15641         * emacs-lisp/bytecomp.el (byte-compile-call-tree, byte-code-vector)
15642         (byte-stack+-info, byte-compile-last-warned-form)
15643         (byte-compile-last-logged-file): Don't defconst a variable.
15644         (no-byte-compile): Declare.
15645         (byte-compile-file): Don't boundp-check no-byte-compile any more.
15646         (byte-compile-defvar): Leave defconst as is.
15648         * emacs-lisp/edebug.el (edebug-form-data, edebug-offsets)
15649         (edebug-offsets-stack, edebug-read-dotted-list, edebug-def-name)
15650         (edebug-current-offset, edebug-old-def-name, edebug-error-point)
15651         (edebug-best-error): Don't defconst a variable.
15652         (edebug-read-syntax-table): Use a char-table.
15653         (edebug-lemacs-specific): Remove.
15654         Toplevel: Eliminate check for Lucid Emacs.
15656         * pcvs-util.el (cvs-prefix-define): Don't defconst a variable.
15658         * rect.el (move-to-column-force): Mark obsolete.
15659         (operate-on-rectangle, delete-extract-rectangle-line)
15660         (insert-rectangle, delete-whitespace-rectangle-line)
15661         (open-rectangle-line, clear-rectangle-line): Use move-to-column.
15662         (string-rectangle-history): New var.
15663         (string-rectangle, string-insert-rectangle): Use it.
15664         (delete-rectangle-line): Fix pos/column mixup and simplify.
15666         * startup.el (normal-top-level-add-subdirs-to-load-path): Simplify.
15667         (normal-top-level, command-line, command-line-1): Simplify.
15669         * tar-mode.el (tar-mode): Use define-derived-mode.
15671         * view.el (view-mode-enable): Don't use make-local-hook.
15673         * emacs-lisp/eldoc.el (eldoc-mode): Use define-minor-mode.
15675 2001-11-16  Richard M. Stallman  <rms@gnu.org>
15677         * mail/mail-extr.el (mail-extr-voodoo): Treat a number as a word
15678         if it doesn't make sense as anything else.
15679         Don't recognize a "telephone number" at the beginning of the name.
15680         (mail-extr-leading-garbage): Match non-word characters only.
15682 2001-11-16  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
15684         * startup.el (command-line-processed): Doc fix.
15686         * apropos.el (apropos-next-label-button): Doc fix.
15688 2001-11-16  Stefan Monnier  <monnier@cs.yale.edu>
15690         * comint.el (comint-mode): Simplify.
15691         (make-comint-in-buffer): Run `comint-mode' only if necessary.
15693         * subr.el (eval-after-load): Make it work with features as well.
15695         * log-view.el (log-view-mode): Don't mark the buffer unmodified.
15697         * international/mule-cmds.el (describe-input-method): Setup xref.
15698         (set-language-environment): Use functionp.
15699         (locale-language-names, locale-charset-language-names)
15700         (locale-preferred-coding-systems): Defconst and purecopy.
15702         * language/european.el (mac-roman): Add mime-charset property.
15704 2001-11-15  Richard M. Stallman  <rms@gnu.org>
15706         * emacs-lisp/cl.el (values, values-list, multiple-value-list)
15707         (multiple-value-apply, nth-value): Use defsubst rather than defalias
15708         to get better doc strings.
15710 2001-11-15  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
15712         * derived.el: Fix autoload cookie.
15714 2001-11-15  Richard M. Stallman  <rms@gnu.org>
15716         * jka-compr.el (jka-compr-partial-uncompress): Fix previous change.
15718 2001-11-15  Stefan Monnier  <monnier@cs.yale.edu>
15720         * menu-bar.el (menu-bar-edit-menu) <copy>: Put an explicit key binding.
15722 2001-11-15  Richard M. Stallman  <rms@gnu.org>
15724         * dired.el (dired-undo): Display a message to explain
15725         that this does not undo file system changes.
15727 2001-11-15  David Kastrup  <David.Kastrup@t-online.de>
15729         * mouse-drag.el (mouse-drag-throw): Push back non-drag events
15730         into `unread-command-events' instead of trying keymap
15731         lookups ourselves.  This makes mouse-clicks do the right
15732         thing even when keymaps of overlays are involved.
15733         (mouse-drag-drag): Likewise.
15735 2001-11-15  Andreas Schwab  <schwab@suse.de>
15737         * progmodes/ada-mode.el (ada-add-extensions): Quote regexp special
15738         characters and append anchor to pattern added to auto-mode-alist.
15740 2001-11-15  Stefan Monnier  <monnier@cs.yale.edu>
15742         * server.el (server-process-filter): Run pre/post-comment-hook
15743         before/after visiting the file.
15745         * info-look.el (makefile-mode): Add info for automake.
15746         (autoconf-mode): Fix the name of the index for automake.
15748         * international/latin-9.el: Give pilcrow punctuation syntax.
15750 2001-11-15  Andre Spiegel  <spiegel@gnu.org>
15752         * vc.el: Documentation fixes.
15754 2001-11-14  Stefan Monnier  <monnier@cs.yale.edu>
15756         * smerge-mode.el (smerge-match-conflict): Fix typo.
15757         (smerge-diff): Be careful to read match-data early enough.
15759 2001-11-14  Colin Walters  <walters@verbum.org>
15761         * calc/calc-alg.el (calcFunc-esimplify, calcFunc-simplify)
15762         (calcFunc-subst): Use `defalias' instead of `fset' and
15763         `symbol-function'.
15765         * calc/calc-arith.el (calcFunc-abs, calcFunc-float)
15766         (calcFunc-ceil, calcFunc-round): Ditto.
15768         * calc/calc-bin.el (calcFunc-clip): Ditto.
15770         * calc/calc-ext.el (calcFunc-evalv): Ditto.
15772         * calc/calc-math.el (calcFunc-sqrt, calcFunc-hypot): Ditto.
15774         * calc/calc-misc.el (math-fixnump, math-fixnatnump)
15775         (calcFunc-trunc, calcFunc-floor, calc-report-bug): Ditto.
15777         * calc/calc-units.el (calcFunc-unsimplify): Ditto.
15779         * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
15780         * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
15781         * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
15782         * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
15783         * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
15784         * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
15785         * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
15786         * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
15787         * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
15788         * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
15789         * calcsel2.el: Style cleanup; don't put closing parens on their
15790         own line, add "foo.el ends here" to each file, and update
15791         copyright date.
15793         * README: Update maintainer.
15795 2001-11-13  Richard M. Stallman  <rms@gnu.org>
15797         * progmodes/compile.el (recompile): Use compilation-arguments if
15798         set, so as to be able to M-x recompile the exact command which
15799         created a compilation-mode buffer.
15801         * progmodes/ada-mode.el (ada-fill-comment-prefix): Doc fix.
15803 2001-11-13  Gerd Moellmann  <gerd@gnu.org>
15805         * mouse.el (mouse-drag-region): Don't run the up-event
15806         handler if window start changed due to the down-mouse event.
15808 2001-11-13  Richard M. Stallman  <rms@gnu.org>
15810         * mouse.el (mouse-show-mark): Either move point to the mark
15811         or use highlighting, never both.
15812         (mouse-buffer-menu): If WINDOW is a frame, select its selected window.
15814 2001-11-13  Simon Josefsson  <jas@extundo.com>
15816         * mail/smtpmail.el (top-level): Change maintainer to Simon
15817         Josefsson, cleanup the smtpmail.el header.
15819         * mail/smtpmail.el (top-level): Don't require cl or base64.
15820         (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
15821         (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd):
15822         Defsubst instead of defmacro.
15823         (smtpmail-intersection): Return value in reverse order.
15824         (smtpmail-open-stream): Use stringp instead of string-to-list.
15825         (smtpmail-open-stream, smtpmail-try-auth-methods): New functions,
15826         separated from smtpmail-via-smtp.
15828         * mail/smtpmail.el (top-level): Autoload starttls, mail-utils and
15829         rfc2104.  Require base64 and cl.
15830         (smtpmail-smtp-service): Doc fix.  :type fix.
15831         (smtpmail-debug-info): Doc fix.
15832         (smtpmail-debug-verb, smtpmail-auth-credentials)
15833         (smtpmail-starttls-credentials, smtpmail-auth-supported):
15834         New variables.
15835         (smtpmail-deduce-address-list, smtpmail-send-it): Don't require
15836         mail-utils (it is autoloaded).
15837         (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
15838         (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd)
15839         (smtpmail-find-credentials, smtpmail-intersection): New utility funs.
15840         (smtpmail-via-smtp): Support STARTTLS, if binary is installed.
15841         (smtpmail-via-smtp): Support AUTH.
15842         (smtpmail-via-smtp): Use `smtpmail-debug-verb' to control VERB.
15844 2001-11-13  Richard M. Stallman  <rms@gnu.org>
15846         * ebuff-menu.el (electric-buffer-update-highlight): New function.
15847         (electric-buffer-overlay): New variable.
15848         (electric-buffer-menu-looper): Call electric-buffer-update-highlight.
15849         (electric-buffer-list): Likewise.
15851         * isearch.el (isearch-whitespace-chars): Doc fix.
15852         (isearch-mode): Handle negative search-slow-window-lines correctly.
15854 2001-11-13  Stefan Monnier  <monnier@cs.yale.edu>
15856         * newcomment.el (comment-normalize-vars): Handle a nil comment-padding.
15858         * progmodes/ada-mode.el (ada-fill-comment-prefix): GNAT wants 2 spaces.
15859         From Emmanuel Briot <briot@act-europe.fr>.
15861 2001-11-13  Colin Walters  <walters@debian.org>
15863         * calc/calc.el (calc-unread-command): Use `unread-command-events'.
15865         * calc/calc-mode.el (calc-settings-file-name): Don't hardcode
15866         "~/.emacs"; use `read-file-name'.
15868         * calc/calc-graph.el, calc/calc-embed.el, calc/calc-graph.el
15869         * calc/calc-misc.el, calc/calc-mode.el, calc/calc-prog.el
15870         * calc/calc-sel.el, calc/calc-store.el, calc/calc-yank.el
15871         * calc/calc.el: Use `frame-width' instead of `screen-width',
15872         `frame-height' instead of `screen-height', and,
15873         `executing-kbd-macro' instead of `executing-macro'.
15875         * calc/calc-embed.el (calc-do-embedded): Call `y-or-n-p' with
15876         correct number of arguments.
15878         * calc/calc-aent.el (calc-do-alg-entry):
15879         Use `blink-paren-function' instead of `blink-paren-hook'.
15881 2001-11-12  Richard M. Stallman  <rms@gnu.org>
15883         * calendar/todo-mode.el (todo-save): Add save-excursion
15884         and save-restriction.
15886         * server.el (server-edit, server-done): Doc fix.
15888         * simple.el (clone-indirect-buffer): Error if major mode symbol
15889         has a no-clone-indirect property.
15890         (clone-buffer): Check for obvious errors before reading clone name.
15892         * info.el (Info-mode): Add a no-clone-indirect property.
15894 2001-11-12  Sam Steingold  <sds@gnu.org>
15896         * vc.el (vc-print-log): Bind `inhibit-read-only' to t before and
15897         set-buffer-modified-p to nil after `vc-exec-after'.
15898         * log-view.el (log-view-mode-map): Bind "q", "z", "m" and "d".
15899         (log-view-mode): Make read-only.
15900         (log-view-current-file): Do final `expand-file-name' in the
15901         current `default-directory'.
15902         (log-view-current-tag): Take an optional `where' arg.
15903         (log-view-diff): New user command.
15905 2001-11-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
15907         * progmodes/cpp.el (cpp-choose-face): Fix typo.
15909 2001-11-12  Sam Steingold  <sds@gnu.org>
15911         * emacs-lisp/cl-indent.el (toplevel): Indent properly
15912         `generic-flet', `generic-labels', `with-accessors',
15913         `with-condition-restarts'.
15915 2001-11-12  Richard M. Stallman  <rms@gnu.org>
15917         * dired.el: Many trivial doc fixes.
15918         (dired-get-file-for-visit): New function.
15919         (dired-find-alternate-file, dired-mouse-find-file-other-window)
15920         (dired-view-file, dired-find-file-other-window, dired-display-file)
15921         (dired-find-file): Use dired-get-file-for-visit.
15923 2001-11-12  Alex Schroeder  <kensanata@yahoo.com>
15925         * sql.el (sql-mode): Doc change.
15927         * sql.el (sql-mode-syntax-table): The backslash is no longer an
15928         escape character.
15930 2001-11-12  Colin Walters  <walters@debian.org>
15932         * calc/calc-keypd.el (toplevel): Bind mouse buttons.
15933         (calc-do-keypad): Don't attempt to use nonexistent global
15934         mouse-map, use calc-keypad-map.
15935         (calc-keypad-x-left-click): Renamed to calc-keypad-left-click.
15936         (calc-keypad-left-click): Don't use mouse-map; update to new event
15937         interface.
15938         (calc-keypad-x-middle-click, calc-keypad-x-right-click): Ditto.
15939         (calc-keypad-press): Use `unread-command-events' instead of
15940         `unread-command-char'.
15942         * calc/calc-ext.el (calc-init-extensions): Update autoload names
15943         to match files renamed on initial calc import.
15945 2001-11-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
15947         * textmodes/flyspell.el (flyspell-default-dictionary):
15948         Fix previous change.
15950 2001-11-12  Richard M. Stallman  <rms@gnu.org>
15952         * textmodes/flyspell.el (flyspell-default-dictionary):
15953         Fix custom type.
15955 2001-11-11  Richard M. Stallman  <rms@gnu.org>
15957         * calendar/solar.el (solar-sunrise-and-sunset):
15958         Exchange the two extreme values of day-length.
15960         * progmodes/sh-script.el (sh-must-be-shell-mode):
15961         Allow modes derived from sh-mode.
15963         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
15964         Turn off error in some re-search-forward calls.
15966         * replace.el (query-replace-skip-read-only): New variable.
15967         (perform-replace): If that variable is non-nil, ignore matches
15968         that have a read-only property.
15970         * derived.el (define-derived-mode): Doc fix.
15972         * server.el (server-buffer-done): Test of server-existing-buffer
15973         was backwards.
15974         (server-existing-buffer): Doc fix.
15976         * textmodes/flyspell.el (flyspell-default-dictionary):
15977         Allow nil as value, and make nil the default.
15979 2001-11-11  Eli Zaretskii  <eliz@is.elta.co.il>
15981         * menu-bar.el (menu-bar-edit-menu): Don't use x-selection-exists-p if
15982         it is not fboundp.
15983         (clipboard-yank): Ditto.
15985 2001-11-11  Colin Walters  <walters@verbum.org>
15987         The following changes are based on patches from
15988         Eli Zaretskii <eliz@is.elta.co.il>, Kai Gro\e,A_\e(Bjohann
15989         <Kai.Grossjohann@CS.Uni-Dortmund.DE>, and others.
15991         * calc/calc.el (toplevel): Require calc-macs.
15992         (calc-minibuffer-size): New.
15993         (calcDigit-nondigit): Use it instead of `buffer-size'.
15994         (calcDigit-backspace): Likewise.
15995         (calcDigit-nondigit): Use `minibuffer-contents' instead of
15996         `buffer-string'.
15997         (calc-minibuffer-contains): Use `minibuffer-prompt-end' instead of
15998         `point-min'.
15999         (calcDigit-key): Use `calc-minibuffer-contains' instead of a
16000         `save-excursion'.
16002         * calc/calc-macs.el (calc-record-compilation-date-macro): Return a
16003         simple `setq' form.
16005         * calc/calc-ext.el: (toplevel): Require calc.
16006         (calc-fancy-prefix-map): New.
16007         (calc-fancy-prefix): Use it.
16008         (calc-fancy-prefix-other-key): New.
16010         * calc/calc-aent.el (toplevel): Require calc-macs during compilation.
16011         (calc-do-quick-calc): Use `frame-width' instead of `screen-width'.
16012         (calcAlg-edit): Use `minibuffer-contents' instead of `buffer-string'.
16013         (calcAlg-enter): Likewise.
16014         (calcAlg-enter): Use `minibuffer-prompt-end' instead of `point-min'.
16016 2001-11-10  Richard M. Stallman  <rms@gnu.org>
16018         * abbrev.el (read-abbrev-file): Don't set save-abbrevs.
16019         (quietly-read-abbrev-file): Doc fix.
16021         * startup.el (command-line): Read standard abbrev
16022         file (abbrev-file-name), if it exists.
16024         * files.el (save-abbrevs): Default value is t.
16026         * progmodes/compile.el (compile-goto-error): Fix previous change
16027         in the case where subsequent errors have not been parsed yet
16028         because they are in a different source file.
16030 2001-11-10  Peter Kleiweg  <kleiweg@let.rug.nl>
16032         * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
16033         Merge two regular expressions into one.
16034         (ps-mode): Make local bindings for `comment-start' and
16035         `comment-start-skip'.
16036         (ps-mode-looking-at-nested): Simplify an if-else construct;
16037         use `set-match-data' to set the result.
16039 2001-11-10  Richard M. Stallman  <rms@gnu.org>
16041         * textmodes/flyspell.el (flyspell-correct-word/local-keymap):
16042         Function deleted.
16043         (flyspell-correct-word): Old definition deleted.
16044         (flyspell-correct-word/mouse-keymap): Renamed to flyspell-correct-word.
16045         All references renamed too.
16047 2001-11-10  Gerd Moellmann  <gerd@gnu.org>
16049         * Makefile.in (finder_setwins, setwins): Exclude Calc.
16051 2001-11-09  Per Abrahamsen  <abraham@dina.kvl.dk>
16053         * wid-edit.el (checklist): Removed `:menu-tag'.
16054         (radio-button-choice): Ditto.
16055         (editable-list): Ditto.
16057 2001-11-09  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
16059         * play/gomoku.el: Move definitions of constants to the beginning
16060         of file, before their use.
16062 2001-11-09  Richard M. Stallman  <rms@gnu.org>
16064         * textmodes/flyspell.el: Use the keymap property
16065         instead of local-map, and don't use a minor-mode map.
16066         (flyspell-mode-map): Variable deleted.
16067         Don't mess with minor-mode-map-alist.
16068         (calling add-minor-mode): Specify nil for keymap.
16069         And always use add-minor-mode, now that it exists.
16070         (flyspell-overlay-keymap-property-name): Set it to `keymap'.
16071         (flyspell-mode-on): Don't locally bind flyspell-mouse-map
16072         or flyspell-local-mouse-map.
16073         (make-flyspell-overlay): Use flyspell-mouse-map directly.
16074         (flyspell-mode): Doc fix.
16075         (flyspell-mode-on): Don't call make-local-hook.
16077 2001-11-09  Sam Steingold  <sds@gnu.org>
16079         * emacs-lisp/debug.el (debugger-make-xrefs):
16080         Add buttons to all symbols.
16082 2001-11-09  Andre Spiegel  <spiegel@gnu.org>
16084         * vc.el: Add John David Smith to credits.
16086         Suggested by Kalle Olavi Niemitalo <kon@iki.fi>:
16088         * vc-hooks.el (vc-error-occured): Backquotified.
16089         (vc-file-prop-obarray): Use prime length for better efficiency.
16091         * vc.el (vc-clear-context): Fill obarray with 0, not nil.
16093 2001-11-09  Eli Zaretskii  <eliz@is.elta.co.il>
16095         * info.el (Info-file-list-for-emacs): Add entries for Calc.
16097 2001-11-09  Miles Bader  <miles@gnu.org>
16099         * subr.el (functionp): Don't consider macros as functions.
16101 2001-11-08  Miles Bader  <miles@gnu.org>
16103         * subr.el (functionp): Make work correctly for macros and unbound
16104         symbols.
16106         * comint.el (comint-send-input): Fix description of
16107         `comint-process-echoes' in the doc-string.
16109 2001-11-08  Eli Zaretskii  <eliz@is.elta.co.il>
16111         * international/mule.el (make-translation-table): Doc fix.
16112         Suggested by Alex Schroeder <alex@gnu.org>.
16114 2001-11-07  Richard M. Stallman  <rms@gnu.org>
16116         * info.el (Info-fontify-node): Highlight every third menu item.
16118 2001-11-07  Per Abrahamsen  <abraham@dina.kvl.dk>
16120         * cus-edit.el (custom-face-value-create): Don't ignore the
16121         `customized-face' attribute when finding the current face spec.
16123 2001-11-07  Stefan Monnier  <monnier@cs.yale.edu>
16125         * subr.el (with-local-quit): New macro.
16126         (make-syntax-table): Always inherit.
16127         (functionp): Be more careful when `object' is a symbol.
16129         * dabbrev.el (dabbrev-completion): Use "*Completions*".
16131 2001-11-07  Paul Eggert  <eggert@twinsun.com>
16133         * dired.el (dired-move-to-filename-regexp):
16134         Do not distinguish between ASCII letters and non-ASCII characters.
16135         Don't allow comma except in the form "month day, year".
16136         Don't allow space between month name and comma.
16137         Clean up the code that checks for trailing period, comma, and space.
16138         Remove now-obsolete comments, and add more commentary about
16139         Japanese dates.
16140         Always gobble up trailing spaces, instead of doing it only sometimes.
16142 2001-11-07  Miles Bader  <miles@gnu.org>
16144         * paren.el (show-paren-match-face): Add dark-background variant.
16146 2001-11-06  Stefan Monnier  <monnier@cs.yale.edu>
16148         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Paren typo.
16149         (lisp-mode-variables): Don't set paragraph-{start,separate}.
16150         Don't disable adaptive-fill-mode.
16151         (lisp-fill-paragraph): Use tab-width rather than 8.
16152         Prevent filling the first line of docstrings.
16154 2001-11-06  Richard M. Stallman  <rms@gnu.org>
16156         * play/gomoku.el (gomoku): Doc fix.
16158         * jka-compr.el (jka-compr-partial-uncompress):
16159         Support an alternative of not using dd.
16160         (jka-compr-dd-program): Use defcustom to define this.
16161         (jka-compr-load-suffixes): Use defcustom.
16162         (jka-compr-mode-alist-additions): Use defcustom.
16164 2001-11-06  Stefan Monnier  <monnier@cs.yale.edu>
16166         * font-lock.el (font-lock-match-c-style-declaration-item-and-skip-to-next):
16167         Also work when LIMIT is further than the end of line.
16169 2001-11-06  Eli Zaretskii  <eliz@is.elta.co.il>
16171         * international/quail.el (quail-update-leim-list-file): Print the
16172         offending file name if some of its quail-define-package forms is broken.
16174 2001-11-05  Richard M. Stallman  <rms@gnu.org>
16176         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Return the value
16177         of the evaluated form.
16179 2001-11-05  Paul Eggert  <eggert@twinsun.com>
16181         * ls-lisp.el (ls-lisp-time-to-seconds): New function.
16182         (ls-lisp-format-time): Emulate GNU fileutils 4.1.1 ls, whose time
16183         stamps always line up by default.  Also, it uses a slightly
16184         different window to determine whether files are "recent".
16186 2001-11-05  Andrew Innes  <andrewi@gnu.org>
16188         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
16189         Don't attempt to remake autoloads before nuking .elc files.
16191 2001-11-04  Richard M. Stallman  <rms@gnu.org>
16193         * emacs-lisp/lisp-mode.el (last-sexp-toggle-display): Cope if
16194         previous-single-property-change or next-single-char-property-change
16195         returns nil.
16197         * international/mule-cmds.el (set-locale-environment):
16198         Make it interactive; make arg optional.
16200         * international/mule-diag.el (help-funs): Require help-funs.
16202 2001-11-04  Eli Zaretskii  <eliz@is.elta.co.il>
16204         * term/internal.el (term-setup-hook): Add IT-setup-unicode-display.
16206 2001-11-04  Miles Bader  <miles@gnu.org>
16208         * startup.el (fancy-splash-head): Reapply Gerd's hack to make the
16209         shadow of the splash image grey on a dark background instead of black.
16211 2001-11-03  Stefan Monnier  <monnier@cs.yale.edu>
16213         * term.el (all faces): Don't (copy-face 'default <foo>).
16215         * term/xterm.el (function-key-map):
16216         Add entry for `ESC [ 3 ~' -> <delete>
16217         Add entries `ESC O 5 [ABCD]' -> C-{up,down,right,left}.
16218         Use inheritance so that .emacs and terminfo take precedence.
16220 2001-11-03  Eli Zaretskii  <eliz@is.elta.co.il>
16222         * tooltip.el (tooltip-delay): Decrease to 0.7.
16223         (tooltip-hide-delay): Enlarge to 10.
16225 2001-11-03  Richard M. Stallman  <rms@gnu.org>
16227         * startup.el (fancy-splash-tail): Explain how to recover
16228         from a crash, if there was a crash.
16229         (command-line-1): Reorganize display of startup screen,
16230         to simplify the logic.  Use a temp buffer for it.
16232 2001-11-03  Eli Zaretskii  <eliz@is.elta.co.il>
16234         * frame.el (set-background-color, set-foreground-color):
16235         Call face-set-after-frame-default, to propagate the new colors to
16236         the frame's parameters alist.
16238         * calendar/timeclock.el (timeclock-out): Signal an error if
16239         timeclock-last-event is nil.
16241 2001-11-02  Stefan Monnier  <monnier@cs.yale.edu>
16243         * textmodes/fill.el (fill-context-prefix): Fix braino.
16245         * international/quail.el (quail-help):
16246         Use `help-buffer' and move `help-setup-xref' to beginning.
16248         * international/mule-cmds.el (describe-language-environment):
16249         Use `help-buffer' and move `help-setup-xref' to beginning.
16251         * international/mule-diag.el (list-character-sets)
16252         (sort-listed-character-sets, describe-character-set)
16253         (describe-coding-system, describe-fontset, list-fontsets):
16254         Use `help-buffer' and move `help-setup-xref' to beginning.
16255         (describe-char-after): Use `internal-describe-syntax-value'.
16257 2001-11-02  Richard M. Stallman  <rms@gnu.org>
16259         * mouse.el (popup-menu): If the user refuses to select
16260         from a menu, don't try to invoke the menu.
16262 2001-11-02  Miles Bader  <miles@gnu.org>
16264         * help-mode.el (help-xref): New button type.
16265         (help-function, help-variable, help-face, help-coding-system)
16266         (help-input-method, help-character-set, help-type, help-symbol)
16267         (help-back, help-info, help-customize-variable, help-customize-face)
16268         (help-function-def, help-variable-def): Use it as a supertype.
16269         Remove `action' property.
16271         * international/mule-diag.el (describe-character-set)
16272         (describe-coding-system): Pass correct args to `help-xref-button'.
16273         (sort-listed-character-sets): New button type.
16274         (list-character-sets): Use it.
16275         (list-charset-chars): New button type.
16276         (list-character-sets-1): Use it.
16278 2001-11-01  Stefan Monnier  <monnier@rum.cs.yale.edu>
16280         * indent.el (tab-always-indent, indent-for-tab-command):
16281         Remove redundant `never' setting.
16283         * fill.el (fill-region-as-paragraph): Don't forget to skip
16284         over current whitespace before looking for a preceding space.
16286 2001-11-01  Richard M. Stallman  <rms@gnu.org>
16288         * files.el (file-newest-backup): Don't pass backup file name
16289         thru file-name-sans-versions, because it never has version numbers.
16291         * textmodes/sgml-mode.el (sgml-xml-guess): Fix regexp
16292         to avoid ambiguous nested loops.
16294         * files.el (find-file-noselect): Offer to change buffer-read-only
16295         only when the file's read-only status has changed from before
16296         as well as disagreeing with the buffer's current status.
16297         (buffer-file-read-only): New var, local in all buffers.
16299         * buff-menu.el (buffer-menu): Doc fix.
16300         (buffer-menu-other-window): Doc fix.
16301         (list-buffers, list-buffers-noselect): Doc fix.
16303 2001-11-01  Gerd Moellmann  <gerd@gnu.org>
16305         * startup.el (command-line): If the terminal Emacs is running on
16306         has erase char set to ^H, use the Backspace key for deleting
16307         backward, and the Delete key for deleting forward.
16309 2001-11-01  Miles Bader  <miles@gnu.org>
16311         * button.el (define-button-type): Make sure every user-defined
16312         button type has a supertype.
16314 2001-10-31  Jason Rumney  <jasonr@gnu.org>
16316         * international/mule-cmds.el (locale-language-names): Add chs and
16317         cht as aliases for Chinese-GB and Chinese-BIG5.
16319 2001-10-31  Richard M. Stallman  <rms@gnu.org>
16321         * bindings.el (mode-line-frame-identification): Add doc string.
16322         (mode-line-position, mode-line-modes): New variables.
16323         (mode-line-format): Use mode-line-position for the part
16324         that displays the position-in-buffer info.
16325         Use mode-line-modes for the part that displays major and minor modes.
16327 2001-10-31  Sam Steingold  <sds@gnu.org>
16329         * emacs-lisp/debug.el (debugger-make-xrefs): New function.
16330         (debugger-setup-buffer): Call it.
16331         (debugger-mode-map): Bind RET and mouse-2.
16333 2001-10-31  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
16335         * startup.el: Document command line option --no-window-system
16336         instead of --no-windows.
16338 2001-10-30  Stefan Monnier  <monnier@cs.yale.edu>
16340         * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip.
16342         * font-lock.el (java-font-lock-syntactic-face-function): New fun.
16343         (font-lock-defaults-alist): Use it.
16344         From David Ponce <david.ponce@wanadoo.fr>
16346         * progmodes/perl-mode.el (perl-indent-line): Use `eq' to compare
16347         output of `char-after'.
16349         * bindings.el (ctl-x-map): Add binding for C-x (, C-x ) and C-x e.
16351         * simple.el (reindent-then-newline-and-indent): Insert the newline
16352         before indenting the first line.
16353         (undo-get-state, undo-revert-to-state): New funs.
16354         (shell-command): Don't kill the buffer even if empty.
16355         (transpose-subr-start1, transpose-subr-start2, transpose-subr-end1)
16356         (transpose-subr-end2): Remove.
16357         (transpose-subr): Add `special' arg and simplify.
16358         (transpose-subr-1): Rewrite.
16359         (do-auto-fill): Use fill-indent-according-to-mode and fill-nobreak-p.
16360         (rfc822-goto-eoh): Simplify.
16362 2001-10-30  Richard M. Stallman  <rms@gnu.org>
16364         * enriched.el (enriched-face-ans): Fix previous change.
16366 2001-10-30  Gerd Moellmann  <gerd@gnu.org>
16368         * international/iso-acc.el (iso-accents-compose): Remove a
16369         superfluous setq.
16371 2001-10-30  Eli Zaretskii  <eliz@is.elta.co.il>
16373         * buff-menu.el (list-buffers-noselect): If the buffer's name
16374         starts with a blank, but it visits a file, do show it (for files
16375         whose names start with a blank).
16377 2001-10-30  Stefan Monnier  <monnier@cs.yale.edu>
16379         * textmodes/fill.el (sentence-end-double-space)
16380         (sentence-end-without-period): Move to paragraphs.el.
16381         (fill-indent-according-to-mode): Change default to t.
16382         (fill-context-prefix): Simplify control-flow and use a more
16383         sophisticated merge that unifies both previous checks.
16384         (fill-single-word-nobreak-p, fill-french-nobreak-p): New funs.
16385         (fill-nobreak-predicate): Make it into a defcustom'd hook.
16386         (fill-nobreak-p): New fun.
16387         (fill-region-as-paragraph): Use it.
16388         Handle `fill-indent-according-to-mode' slightly differently.
16389         (fill-individual-paragraphs-prefix): Simplify the control-flow.
16390         (fill-individual-paragraphs-citation): Fix.
16392         * textmodes/paragraphs.el (use-hard-newlines): Use define-minor-mode.
16393         (paragraph-start): Change default to the `text-mode' value.
16394         (sentence-end-double-space, sentence-end-without-period):
16395         Move from fill.el.
16396         (forward-paragraph): Use `parstart' and `parsep' for temp variables
16397         rather than rebinding `paragraph-start' and `paragraph-separate'.
16399         * indent.el (indent-line-function): Change default to indent-relative.
16400         (tab-always-indent): Add an `never' setting.
16401         (indent-according-to-mode): Handle `indent-relative' and
16402         `indent-relative-maybe' specially.
16403         (indent-for-tab-command): Rename `prefix-arg' to `arg'.
16404         Handle the `never' case for `tab-always-indent'.
16405         Don't call indent-according-to-mode for indent-relative' and
16406         `indent-relative-maybe'.
16407         (insert-tab): Rename `prefix-arg' to `arg'.
16408         (indent-region): Indent the first line as well.
16409         (indent-relative): Don't mark the buffer modified if the indentation
16410         is unchanged.
16412         * textmodes/text-mode.el (paragraph-indent-minor-mode):
16413         Don't set paragraph-separate.  Set paragraph-start more carefully.
16414         Set indent-line-function.
16415         (paragraph-indent-text-mode): Use it and define-derived-mode.
16416         (text-mode-map): Remove the \t binding.
16417         (text-mode): Simplify now that the default is more favorable.
16419 2001-10-29  Stefan Monnier  <monnier@cs.yale.edu>
16421         * emacs-lisp/find-func.el (find-function-search-for-symbol):
16422         If the regexp doesn't match, use a looser one.
16423         (find-variable-noselect): Add `file' argument.
16425         * pcvs.el (cvs-mode-commit-hook): New hook.
16426         (cvs-mode-commit): Run it.
16428         * log-edit.el (log-edit): Run hook after `log-edit-files'.
16430         * emacs-lisp/edebug.el (delay-mode-hooks): Add edebug-spec.
16431         (edebug-instrument-function): Use `find-function-noselect'.
16433 2001-10-29  Richard M. Stallman  <rms@gnu.org>
16435         * term.el (term-if-emacs19): Macro deleted.
16436         Callers changed to use progn instead.
16438         * frame.el (blink-cursor-mode): Doc fix.
16440         * files.el (find-backup-file-name): Use make-backup-file-name.
16442         * emacs-lisp/edebug.el (edebug-window-live-p): Always alias to
16443         window-live-p.
16444         (edebug-set-conditional-breakpoint): Unconditionally use
16445         the former Emacs >=19 definition.
16446         (edebug-mark): Define unconditionally.
16447         (edebug-eval-expression): Always call read-from-minibuffer
16448         and specify history list.
16449         (edebug-lemacs-specific): Override emacs-mark, edebug-window-live-p,
16450         edebug-set-conditional-breakpoint.
16451         (edebug-emacs-version-specific): Function deleted;
16452         do the job at top level.
16453         (edebug-emacs-19-specific): Function deleted, this is the default.
16455 2001-10-29  Sam Steingold  <sds@gnu.org>
16457         * w32-fns.el (convert-standard-filename): Handle cygwin-specific
16458         "/cygdrive/LETTER/" pathnames.
16460 2001-10-29  Eli Zaretskii  <eliz@is.elta.co.il>
16462         * faces.el (invert-face): Check for 'unspecified, not for nil,
16463         when testing whether face colors are not specified.
16464         From David.Kastrup@t-online.de (David Kastrup).
16465         (read-face-name): Doc fix.
16466         (make-face-bold, make-face-unbold, make-face-italic)
16467         (make-face-unitalic, make-face-bold-italic, invert-face):
16468         Remove trailing blank from the prompt passed to read-face-name.
16470 2001-10-29  Sam Steingold  <sds@gnu.org>
16472         * emacs-lisp/bytecomp.el (byte-recompile-directory):
16473         Report numbers of files skipped and failed too.
16474         (byte-compile-file): Return 'no-byte-compile for skipped files.
16476 2001-10-29  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
16478         * log-view.el (log-view-mode-map): Bind `M-n' and `M-p', not `M n'
16479         and `M p'.
16481 2001-10-29  Gerd Moellmann  <gerd@gnu.org>
16483         * international/iso-acc.el (iso-accents-compose): Push SECOND-CHAR
16484         as is on unread-command-events instead of `(SECOND-CHAR)'.
16486 2001-10-29  Andre Spiegel  <spiegel@gnu.org>
16488         * vc.el: Mention vc-*-switches in backend API documentation.
16489         (vc-annotate): Adapt doc string to recent change.
16491 2001-10-29  Gerd Moellmann  <gerd@gnu.org>
16493         * enriched.el (enriched-face-ans): Handle face attributes
16494         of the form `(FACE1 FACE2 ...)'.
16496         * dired-x.el (dired-omit-startup): Show ``Omit'' only in Dired buffers.
16498 2001-10-29  Alex Schroeder  <kensanata@yahoo.com>
16500         * progmodes/sql.el (sql-mysql): Doc change by RMS.
16502         * progmodes/sql.el (sql-db2): Doc change.
16503         (sql-help): Doc change by Christian Egli <christian.egli@stest.ch>.
16504         (sql-mysql): Doc change by Christian Egli <christian.egli@stest.ch>.
16506 2001-10-29  Gerd Moellmann  <gerd@gnu.org>
16508         * env.el (substitute-env-vars): Don't quote argument to `rx';
16509         it's a macro.
16511 2001-10-28  Per Abrahamsen  <abraham@dina.kvl.dk>
16513         * cus-start.el (recursive-load-depth-limit): Added.
16515 2001-10-28  Richard M. Stallman  <rms@gnu.org>
16517         * textmodes/ispell.el (version18p, version20p): Vars deleted.
16518         All uses removed--assume Emacs version is >= 20.
16520         * mail/supercite.el (sc-emacs-features): Test for "Emacs 19"
16521         by really checking that it is not version 18.
16523         * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
16525 2001-10-28  Miles Bader  <miles@gnu.org>
16527         * faces.el (face-attribute): Add INHERIT argument, consider face
16528         inheritance if it's non-nil.
16529         (face-attribute-merged-with): New function.
16530         (face-attribute-specified-or): New macro.
16531         (face-foreground, face-background, face-stipple): Add INHERIT
16532         argument.  Use `face-attribute-specified-or'.
16534 2001-10-28  Stefan Monnier  <monnier@cs.yale.edu>
16536         * font-lock.el: Require `syntax'.
16537         (font-lock-defaults-alist): Don't define keywords for lisp languages.
16538         Use `c-font-lock-syntactic-face-function' for c languages.
16539         (font-lock-mode): Don't unset vars when turning the mode off.
16540         (font-lock-default-fontify-buffer): Don't unset vars at the end.
16541         (font-lock-extra-managed-props): New var.
16542         (font-lock-default-unfontify-region): Use it.
16543         (font-lock-apply-syntactic-highlight): Flush the syntax cache.
16544         Don't eval the value when there's no match.
16545         (font-lock-ppss-stats): New var.
16546         (font-lock-ppss): New fun.
16547         (font-lock-fontify-syntactically-region): Use it and syntax.ppss.
16548         (font-lock-apply-highlight): Allow `highlight' to set several props.
16549         (font-lock-set-defaults): Use dolist.
16550         (font-lock-unset-defaults): Remove.
16551         (font-lock-match-c-style-declaration-item-and-skip-to-next):
16552         Try to recognize prototypes using `foo P_ ((args))'.
16553         ({c,c++,java,objc}-font-lock-keywords-{1,2,3}): Don't setq a defconst.
16554         (c-font-lock-keywords-2): Fix last change to still use Anders' trick.
16555         (c-font-lock-syntactic-face-function): New function.
16556         (font-lock-match-c++-style-declaration-item-and-skip-to-next)
16557         (c++-keywords): Use a more sophisticated regexp to handle
16558         shallowly nested templates.
16560 2001-10-27  Stefan Monnier  <monnier@cs.yale.edu>
16562         * textmodes/sgml-mode.el (sgml-empty-tags): New var.
16563         (sgml-tag): Use it.  Cleanup with `cond'.
16564         (sgml-tags-invisible): Make sgml-tags-invisible buffer-local.
16565         Mark the overlays and only delete those that are marked.
16566         (sgml-skip-close-p): Remove.
16567         (sgml-value): Replace sgml-skip-close-p with its definition.
16568         (html-tag-alist): Use sgml-xml a bit more.
16569         (html-mode): Set sgml-empty-tags.
16571         * textmodes/texnfo-upd.el: Use `when', `dolist', `push', ...
16572         (texinfo-update-node, texinfo-sequential-node-update):
16573         Don't bind the obsolete `auto-fill-hook'.
16574         (texinfo-multi-file-included-list,texinfo-multi-file-master-menu-list):
16575         Use `set-buffer' rather than `switch-to-buffer'.
16576         (texinfo-multi-file-update): Use "Top" rather than `up-node-name'.
16577         Use `set-buffer' rather than `switch-to-buffer'.
16579         * mail/sendmail.el (mail-mode-syntax-table): Let it inherit from
16580         text-mode-syntax-table.
16581         (mail-mode): Use define-derived-mode.
16582         Fix ordering of alternatives in adaptive-fill-regexp.
16583         (mail-mode-map): Don't rely on keymap's internal representation.
16585 2001-10-27  Sam Steingold  <sds@gnu.org>
16587         * textmodes/sgml-mode.el (sgml-xml): Renamed from `html-xhtml'.
16588         (sgml-xml-guess): Extracted from `html-mode' and generalized.
16589         (sgml-mode-common): Call it.
16590         (sgml-mode, html-mode): Set `mode-name' based on `sgml-xml'.
16591         (sgml-tag, sgml-skip-close-p, html-tag-alist, html-line)
16592         (html-horizontal-rule, html-image, html-ordered-list):
16593         (html-unordered-list, html-list-item, html-paragraph):
16594         (html-checkboxes, html-radio-buttons): Use `sgml-xml' instead of
16595         `html-xhtml'.
16597 2001-10-26  Masayuki Ataka  <ataka@milk.freemail.ne.jp>
16599         * textmodes/texinfmt.el (texinfo-format-ifnotinfo): New function.
16600         (ifnothtml): New alias.
16602 2001-10-27  Stefan Monnier  <monnier@cs.yale.edu>
16604         * textmodes/text-mode.el (text-mode): Use define-derived-mode.
16605         (toggle-text-mode-auto-fill): Use derived-mode-p.
16607 2001-10-27  Gerd Moellmann  <gerd.moellmann@t-online.de>
16609         * net/ange-ftp.el (ange-ftp-send-cmd): Call fix-name-func for
16610         `mdtm'.  From "Forrest Cahoon" <forrest.cahoon@merrillcorp.com>.
16612 2001-10-26  Eli Zaretskii  <eliz@is.elta.co.il>
16614         * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
16615         Add make-obsolete cookies, to follow faces.el.
16617         These changes avoid warnings from the byte compiler in faces.el:
16619         * faces.el (internal-get-face): Use facep instead of the obsolete
16620         internal-find-face.
16621         (internal-frob-font-weight, internal-frob-font-slant):
16622         New defaliases for obsolete functions.
16623         (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
16624         (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
16625         (x-make-font-bold-italic): Use internal-frob-font-weight and
16626         internal-frob-font-slant aliases instead of the obsolete
16627         x-frob-... functions.
16629 2001-10-26  Sam Steingold  <sds@gnu.org>
16631         * textmodes/sgml-mode.el (html-mode): Set `html-xhtml' from the
16632         DOCTYPE; set `mode-name' based on it.
16633         (html-tag-alist): Use `html-xhtml' for "li", "dt" and "dd".
16634         (sgml-tag): Close empty tags in XHTML.
16636 2001-10-26  Jason Rumney  <jasonr@gnu.org>
16638         * w32-fns.el: (w32-charset-info-alist): Use ANSI for iso10646-1
16639         when UNICODE is not defined.
16641 2001-10-26  Sam Steingold  <sds@gnu.org>
16643         * font-lock.el (c-font-lock-keywords-2): Do not require labels to
16644         be alone on the line.
16646 2001-10-26  Eli Zaretskii  <eliz@is.elta.co.il>
16648         * button.el (button): Special face definition for MS-DOS terminals.
16650 2001-10-26  Sam Steingold  <sds@gnu.org>
16652         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
16653         Protect the /= test by checking that the args are non-nil.
16654         (sh-font-lock-close-heredoc): Check eof for being non-nil.
16656 2001-10-26  Tomas Abrahamsson  <tab@lysator.liu.se>
16658         * textmodes/artist.el (artist-version): 1.2.4.
16659         (artist-butlast-fn): New variable.
16660         (artist-butlast): New function.
16661         (artist-ellipse-mirror-quadrant): Use it.
16662         (artist-mouse-draw-poly): Use nil for `point-list'.
16663         (artist-mouse-draw-poly): Check for point-list being nil.
16665 2001-10-26  Peter Kleiweg  <kleiweg@let.rug.nl>
16667         * progmodes/ps-mode.el (ps-mode-print-function): Remove quote for
16668         lambda expression.
16669         (ps-mode-menu-main): Submenu with options on/off was replaced with
16670         a toggle button.
16671         (ps-mode, ps-run-mode): Define with `define-derived-mode'
16672         (ps-mode): Autoload cookie added on same line as comment
16673         (ps-mode-tabkey, ps-mode-backward-delete-char):
16674         (ps-mode-r-balance): Replace `delete-horizontal-space' and
16675         `indent-to' with `indent-line-to'
16676         (ps-mode-print-buffer, ps-mode-print-region): Use `funcall'
16677         instead of `eval'.
16678         (ps-mode-print-region): Use `with-temp-buffer'.
16679         (ps-run-start): Use of `mapconcat'.  Use `apply' instead of `eval'.
16680         (numerous places): Add back-tick and tick around names in
16681         docstrings, fix punctuation in docstrings, remove trailing spaces.
16683 2001-10-25  Stefan Monnier  <monnier@cs.yale.edu>
16685         * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Ignore comments.
16686         (sgml-font-lock-keywords-2): Use `eval'.  Moved from sgml-mode-common.
16687         (sgml-font-lock-syntactic-keywords): New var.
16688         (sgml-mode-common): Drop the two args.
16689         Don't make buffer-local variables that aren't used.
16690         Don't set sgml-font-lock-keywords-2 now that it uses `eval instead.
16691         Don't set `before-string' props from sgml-display-text.
16692         (sgml-mode): Use define-derived-mode.
16693         (sgml-tags-invisible): Use sgml-display-text.
16694         (sgml-quote): New command.
16695         (html-tag-alist): Add args for `span'.
16696         (html-mode): Use define-derived-mode.
16697         Set sgml-display-text and sgml-tag-face-alist.
16699 2001-10-25  Sam Steingold  <sds@gnu.org>
16701         * add-log.el (add-log-always-start-new-record): New user option.
16702         (add-change-log-entry): Use it.
16704 2001-10-25  Richard M. Stallman  <rms@gnu.org>
16706         * progmodes/etags.el (tags-query-replace): Make tags-loop-scan
16707         bind case-fold-search if FROM is not all lower case.
16709 2001-10-25  Gerd Moellmann  <gerd@gnu.org>
16711         * startup.el (normal-top-level): Check for frame-initial-frame
16712         only if it's really used.
16714         * mail/mh-utils.el (mh-recenter): Call recenter with arg `(4)'.
16716         * progmodes/compile.el (compilation-parse-errors-filename-function):
16717         New variable.
16718         (compilation-parse-errors): Use it.
16720 2001-10-25  Stefan Monnier  <monnier@cs.yale.edu>
16722         * emacs-lisp/checkdoc.el (checkdoc-eval-defun): Call eval-defun
16723         interactively so that C-u M-C-x still does edebug.
16724         (checkdoc-sentencespace-region-engine): Don't force a double-space
16725         after `.' if it doesn't look like an end-of-sentence.
16726         (debug-ignored-errors): Add `disambiguate ...'.
16728 2001-10-24  Stefan Monnier  <monnier@cs.yale.edu>
16730         * textmodes/texinfo.el (texinfo-environments)
16731         (texinfo-environment-regexp): Hoist.
16732         (texinfo-font-lock-keywords): Use `italic' and `bold' faces.
16733         Only highlight the menu name in menu items.
16734         Setup `@foo ... @end foo' as text clones.
16735         (texinfo-clone-environment): New function.
16736         (texinfo-mode): Simplify auto-fill-inhibit-regexp.
16737         (texinfo-insert-block): Simplify.
16738         (texinfo-insert-quote): Insert a plain " if preceded by \ or if
16739         the command is repeated.
16740         (texinfo-last-unended-begin, texinfo-next-unmatched-end): New funs.
16741         (texinfo-insert-@end): Simplify.
16743         * textmodes/texnfo-upd.el (texinfo-section-types-regexp)
16744         (texinfo-section-level-regexp, texinfo-subsection-level-regexp)
16745         (texinfo-subsubsection-level-regexp)
16746         (texinfo-update-menu-same-level-regexps)
16747         (texinfo-update-menu-higher-regexps)
16748         (texinfo-update-menu-lower-regexps): Hoist to eliminate warnings.
16750         * derived.el (define-derived-mode): Use {delay,run}-mode-hooks.
16751         (derived-mode-p): Autoload.
16753         * subr.el (delay-mode-hooks, delayed-mode-hooks, run-mode-hooks):
16754         New vars and functions.
16755         (text-clone-maintain, text-clone-create): New functions.
16757 2001-10-25  Miles Bader  <miles@gnu.org>
16759         * facemenu.el (facemenu-add-new-face): Fix variable names.
16761 2001-10-24  Richard M. Stallman  <rms@gnu.org>
16763         * facemenu.el (facemenu-unlisted-faces): Improve doc strings
16764         of t and nil values.
16765         (facemenu-set-face): Handle START and END interactively.
16766         (facemenu-set-foreground): Don't use a face; specify color directly.
16767         (facemenu-set-background): Likewise.
16768         (facemenu-set-face-from-menu): Doc fix.
16769         (facemenu-active-faces): Use face-attribute-vector
16770         to handle bare attributes not in faces.
16771         (facemenu-get-face): Don't handle face names fg:... and bg:...
16772         specially.
16773         (facemenu-add-new-face): New argument MENU.
16774         New way to handle adding colors to the color menus.
16776         * env.el (substitute-env-vars): Quote the arg to rx.
16778 2001-10-24  Sam Steingold  <sds@gnu.org>
16780         * mouse.el (mouse-buffer-menu-mode-groups): Added "Version
16781         Control" and "SGML" groups.
16783 2001-10-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
16785         * progmodes/cc-engine.el (c-beginning-of-member-init-list):
16786         Better handling of C++ template args to avoid confusion with `<'
16787         and `>' used as operators in member init expressions.
16789 2001-10-24  Gerd Moellmann  <gerd@gnu.org>
16791         * replace.el (perform-replace): Move START and END parameters
16792         to the end of the argument list and make them optional.
16794         * progmodes/ebrowse.el, progmodes/etags.el: Adapt to change in
16795         perform-replace.
16797         * international/fontset.el (x-must-resolve-font-name): New function.
16798         (x-complement-fontset-spec): Use it.
16800 2001-10-23  Stefan Monnier  <monnier@cs.yale.edu>
16802         * uniquify.el (uniquify-get-proposed-name): Fix (.. "usr" "/usr" 0).
16804         * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
16805         Turn caadr into caar of cdr.
16807 2001-10-23  Gerd Moellmann  <gerd@gnu.org>
16809         * info.el (Info-fontify-node): Bind down-mouse-{1,2} instead
16810         of mouse-{1,2} since dragging is on the down event.
16812         * play/doctor.el (make-doctor-variables): Remove a '($ please)'.
16814         * mail/mh-utils.el (mh-recenter): Call `recenter' with arg t
16815         if ARG is nil.
16817         * desktop.el (desktop-last-buffer): New variable.
16818         (desktop-create-buffer): Set it.
16819         (desktop-read): Bind it and switch to that buffer.
16821 2001-10-22  Gerd Moellmann  <gerd@gnu.org>
16823         * progmodes/compile.el (compilation-set-window-height):
16824         Select old window only if it's still live.
16826 2001-10-22  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
16828         * help-mode.el (help-buffer): Remove debugging code.
16829         From Stefan Monnier <monnier@cs.yale.edu>.
16831 2001-10-22  Eli Zaretskii  <eliz@is.elta.co.il>
16833         * files.el (file-name-sans-extension, file-name-extension):
16834         Don't count the leading dots in file names as signaling an extension.
16836 2001-10-22  Andre Spiegel  <spiegel@gnu.org>
16838         * vc.el (vc-diff-switches): Doc rewritten.
16840 2001-10-22  Eli Zaretskii  <eliz@is.elta.co.il>
16842         * tooltip.el (tooltip-set-param): Doc fix.
16844         * textmodes/sgml-mode.el (sgml-mode-map): Bind 8-bit codes above
16845         127 to sgml-maybe-name-self.
16846         (sgml-name-8bit-mode): Doc fix.
16847         (sgml-char-names-table): New variable.
16848         (sgml-name-char): Support non-ASCII and mule-unicode-*
16849         characters.  Doc fix.
16850         (sgml-maybe-name-self): Convert unibyte characters to multibyte.
16852         * tooltip.el (tooltip-x-offset, tooltip-y-offset): Mention in the
16853         doc string the effect of `left' and `top' parameters in
16854         tooltip-frame-parameters, the default values, and the units.
16855         (tooltip-frame-parameters): Mention `top' and `left' in the doc string.
16856         (tooltip-show): Mention in the doc string the `top' and `left'
16857         parameters in tooltip-frame-parameters, and x-max-tooltip-size.
16859 2001-10-22  Andre Spiegel  <spiegel@gnu.org>
16861         Add autoscaling support for vc-annotate.
16862         From J.D. Smith <jdsmith@alum.mit.edu>.
16864         * vc.el (vc-annotate-display-default): Accept colormap scaling
16865         ratio (now deprecated).
16866         (vc-annotate-display-autoscale): Added.
16867         (vc-annotate-add-menu): New autoscaling menu options "Span to
16868         Oldest" and "Span Oldest->Newest".  Easymenu support added for
16869         toggle menus driven by customize variable `vc-annotate-display-mode'.
16870         (vc-annotate-display-select): Added.
16871         (vc-annotate): Changed temp-buffer-show-function to
16872         `vc-annotate-display-select'.
16873         (vc-annotate-display): Removed arguments BUFFER and BACKEND.
16874         Added argument OFFSET.  Instead of backend function, calls now
16875         generic `vc-annotate-difference'.
16876         (vc-annotate-difference): Added as generic function instead of
16877         backend-specific function.  No longer takes argument POINT, but
16878         instead accepts a time OFFSET.
16879         (vc-default-annotate-current-time): Added.
16881         * vc-cvs.el (vc-cvs-annotate-difference): Removed to generic
16882         version in vc.el, with
16883         (vc-cvs-annotate-current-time): Added, as override of default.
16884         (vc-cvs-annotate-time): Added.  Taken mostly from the (now removed)
16885         `vc-cvs-annotate-difference'.
16887 2001-10-22  Gerd Moellmann  <gerd@gnu.org>
16889         * saveplace.el (save-place): Require `saveplace'.
16891         * progmodes/cwarn.el (cwarn-font-lock-feature-keywords-alist):
16892         Use `sexp' for :value-type instead of `face'.
16894 2001-10-21  Eli Zaretskii  <eliz@is.elta.co.il>
16896         * mail/rmailsum.el (rmail-summary-font-lock-keywords): Fix the
16897         regexps due to 5-digit message IDs.
16899 2001-10-21  Jason Rumney  <jasonr@gnu.org>
16901         * term/w32-win.el (redisplay-dont-pause): Don't set.
16903 2001-10-21  Miles Bader  <miles@gnu.org>
16905         * help-funs.el (help-manyarg-func-alist): Variable removed.
16907 2001-10-21  Miles Bader  <miles@gnu.org>
16909         * help-funs.el (help-manyarg-func-alist): Remove entries for
16910         `insert', `insert-and-inherit', `insert-before-markers',
16911         `insert-before-markers-and-inherit', `message', `message-box',
16912         `message-or-box', `propertize', `format', `encode-time', `append',
16913         `concat', `vconcat', `nconc', `widget-apply', `make-hash-table',
16914         `insert-string', `ml-if', `ml-provide-prefix-argument', and
16915         `ml-prefix-argument-loop'.
16917 2001-10-21  Andre Spiegel  <spiegel@gnu.org>
16919         * vc.el (vc-diff-internal, vc-coding-system-for-diff)
16920         (vc-default-diff-tree): New functions.
16921         (vc-version-diff): Use them.  As a result, coding systems are now
16922         set up properly for all sorts of diffs, and tree diffs can now
16923         also be done locally.
16924         (vc-diff): With a prefix argument, don't require that it's called
16925         from a buffer under version control.
16926         (diff-switches): Remove duplicate definition.
16928         * vc-cvs.el (vc-cvs-diff-tree): New function.
16930 2001-10-21  Miles Bader  <miles@gnu.org>
16932         * help-funs.el (help-manyarg-func-alist): Remove entries for
16933         `list', `vector', `make-byte-code', `call-process',
16934         `call-process-region', `string', `+', `-', `*', `/', `max', `min',
16935         `logand', `logior', and `logxor'.
16937         * wid-edit.el (checkbox): Swap bg/fg colors in image, and invert
16938         image bits to compensate.  Use `make-string' instead of
16939         `make-bool-vector' (XBM apparently wants byte-aligned rows).
16941 2001-10-20  Kim F. Storm  <storm@cua.dk>
16943         * simple.el (kill-ring-save): Don't show extent of copied region
16944         if using transient-mark-mode and region is fully visible.
16946 See ChangeLog.9 for earlier changes.
16948 ;; Local Variables:
16949 ;; coding: iso-2022-7bit
16950 ;; End:
16952     Copyright (C) 2001, 2002 Free Software Foundation, Inc.
16953   Copying and distribution of this file, with or without modification,
16954   are permitted provided the copyright notice and this notice are preserved.