2003-02-05 Kai Gro�ohann <kai.grossjohann@uni-duisburg.de>
[emacs.git] / lisp / ChangeLog
blobeda47daf3ff5a003ec32c9ca56df747ed5ab70c4
1 2003-02-05  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3         * ido.el (ido-define-mode-map): Interact with Viper.  From Kim F
4         Storm.
6 2003-02-05  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
8         Version 2.0.29 released.
10         * net/tramp.el (tramp-send-region): Protect against
11         tramp-chunksize being nil.
13 2003-02-04  Michael Albinus  <Michael.Albinus@alcatel.de>
15         * net/tramp.el (tramp-handle-directory-file-name): Handle the case
16         PATH is "".
17         (tramp-completion-handle-file-name-all-completions): Define
18         `tramp-current-user' locally.  See `tramp-parse-passwd'.
19         (tramp-parse-passwd): For su-alike methods it would be desirable
20         to return "root@localhost" as default.  Unfortunately, we have no
21         information whether any user name has been typed already.  So we
22         (mis-)use tramp-current-user as indication, assuming it is set in
23         `tramp-completion-handle-file-name-all-completions'.
24         (tramp-send-region): Handle the case `tramp-chunksize' is equal
25         0.  I did it accidently.  Infinite loop ...
27         * net/tramp-ftp.el (top-level): eval-after-load "ange-ftp"
28         '(tramp-disable-ange-ftp).  Suggested by Kai.
29         (tramp-ftp-file-name-handler): `tramp-disable-ange-ftp' not needed
30         any longer.
32         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Apply
33         `tramp-handle-directory-file-name' in order to profit from Kai's
34         yesterday changes.
36 2003-02-03  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
38         * net/tramp.el (tramp-chunksize): Set default to 500 as workaround
39         for some ssh connections.
40         (tramp-handle-directory-file-name): New implementation.  Not sure
41         if it works.
43 2003-01-28  Michael Albinus  <Michael.Albinus@alcatel.de>
45         * net/tramp.el (tramp-get-device): `tramp-make-tramp-file-name'
46         must not be called with NIL path.  It fails in case of
47         multi-method.
49 2003-01-27  Michael Albinus  <Michael.Albinus@alcatel.de>
51         * net/tramp.el (tramp-file-name-for-operation): Apply
52         `expand-file-name' for relative file names only.  Otherwise there
53         might be problems if the default directory is another Tramp
54         directory as the directory the file is based on.
55         (tramp-find-foreign-file-name-handler): Check whether FILENAME is
56         a Tramp file name.  It isn't if it comes from an expanded file
57         name (like "/xx:yy//zz").
59 2003-01-25  Michael Albinus  <Michael.Albinus@alcatel.de>
61         * net/tramp.el (tramp-devices): New variable.  Keeps virtual
62         device numbers.  Devices must distinguish physical file systems.
63         The device numbers provided by "lstat" aren't unique, because we
64         operate on different hosts.  So we use virtual device numbers,
65         generated by `tramp-get-device'.  Both Ange-FTP and EFS use device
66         number -1.  In order to be different, we use device number (-1 x),
67         whereby "x" is unique for a given (multi-method method user host).
68         Suggested by Kai.
69         (tramp-perl-file-attributes): Always return device number -1.
70         There will be a virtual device number set in
71         `tramp-handle-file-attributes', which replaces this one.
72         (tramp-handle-file-attributes): Set virtual device number.
73         (tramp-get-device): New function.  Returns the virtual device
74         number.  If it doesn't exist, generate a new one.
75         (tramp-handle-file-regular-p): Use Emacs file name primitives
76         instead of calling tramp-handle-* equivalents directly.  Needed
77         for tramp-smb.
79         * net/tramp-smb.el (tramp-smb-devices, tramp-smb-get-device): Removed.
80         Functionality moved to tramp.el.
81         (tramp-smb-handle-file-attributes): Apply
82         `tramp-get-device'. ATIME and CTIME are (0 0) now (= "don't
83         know"), which is more honest.
84         (tramp-smb-handle-make-directory): Use Emacs file name primitives
85         instead of calling tramp-smb-handle-* equivalents directly.
86         (tramp-smb-read-file-entry): Return size as a number but a string.
88 2003-01-24  Michael Albinus  <Michael.Albinus@alcatel.de>
90         * net/tramp.el (tramp-completion-function-alist-ssh): Add parsing
91         of "/etc/ssh_config" and "~/.ssh/config".  Suggested by Kai.
92         (tramp-completion-function-alist, tramp-set-completion-function):
93         Doc string update.
94         (tramp-parse-sconfig, tramp-parse-sconfig-group): New functions.
95         Provide parsing of "~/.ssh/config" style files.
97 2003-01-21  Michael Albinus  <Michael.Albinus@alcatel.de>
99         * net/tramp.el (tramp-completion-handle-expand-file-name): Apply
100         `tramp-drop-volume-letter'.  Otherwise, there are problems on W32
101         systems.
103 2003-01-21  Michael Albinus  <Michael.Albinus@alcatel.de>
105         * net/tramp-smb.el (tramp-smb-get-device, tramp-smb-get-inode): New
106         functions.  Device number and inode number don't exist for SMB
107         files.  Therefore we must generate virtual ones.
108         (tramp-smb-devices, tramp-smb-inodes): New variables.  Keep
109         generated virtual device numbers and inodes numbers for SMB files.
110         (tramp-smb-handle-file-attributes): Apply them.
112 2003-01-14  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
114         * net/tramp.el (tramp-md5-function): Require md5 before checking
115         function md5.  If using md5-encode, put wrapper around it that
116         converts vector of bytes to ascii text.
118 2003-01-13  Michael Albinus  <Michael.Albinus@alcatel.de>
120         * net/tramp.el (tramp-completion-mode): Perform check (integerp
121         last-input-event) before (event-modifiers last-input-event) -
122         there might be problems if `last-input-event' is a mouse event.
124 2003-01-12  Michael Albinus  <Michael.Albinus@alcatel.de>
126         * net/tramp.el (tramp-parse-rhosts, tramp-parse-shosts)
127         (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc): Use
128         `file-readable-p' instead of `file-exists-p'.  Otherwise these
129         functions might block.  Reported by <kin@neoscale.com>.
131 2003-01-02  Michael Albinus  <Michael.Albinus@alcatel.de>
133         * net/tramp-ftp.el (top-level): Defaults for
134         `tramp-default-method-alist' must be a list.
136         * net/tramp-smb.el (top-level): Defaults for
137         `tramp-default-method-alist' must be a list.
139 2003-01-02  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
141         * net/tramp.el (top-level): Avoid byte-compiler warnings of unused
142         variables if the byte-compiler supports this.  This is for the
143         with-parsed-tramp-file-name macro which is wont to produce such
144         stuff.
146 2003-02-04  Richard M. Stallman  <rms@gnu.org>
148         * term.el (term-raw-map): Set it up at load time.
149         (term-char-mode): Don't set up term-raw-map here.
150         (term-set-escape-char): Don't set up C-x subcommand.
151         (term-ansi-face-already-done): Renamed from
152         term-ansi-face-alredy-done.
153         (term-command-hook): Avoid error if STRING is empty.
154         (term, term-mode): Doc fixes.
156         * term.el: Redesign handling of colors and faces.
157         Delete all the faces that this mode used to make.
158         (ansi-term-color-vector): New variable.
159         (ansi-term-fg-faces-vector, ansi-term-bg-faces-vector)
160         (ansi-term-inv-bg-faces-vector, ansi-term-inv-fg-faces-vector):
161         Variables deleted.
162         (term-default-fg-color, term-default-bg-color): Use defcustom.
163         (term-handle-colors-array): Use ansi-term-color-vector,
164         and specify face attributes rather than faces in `face' property.
166         * term.el (term-ansi-fg-faces-vector, term-ansi-bg-faces-vector)
167         (term-ansi-inv-fg-faces-vector, term-ansi-inv-bg-faces-vector)
168         (term-ansi-reverse-faces-vector): Unused variables deleted.
169         (term-ignore-error): Macro deleted.
171         * simple.el (back-to-indentation): Skip all whitespace
172         except for newlines.
174         * files.el (find-alternate-file): Handle dired-directory
175         like buffer-file-name.
177         * dired.el (dired-find-buffer-nocreate): Avoid error if
178         dired-directory is nil.
180 2003-02-04  Juanma Barranquero  <lektu@terra.es>
182         * image.el (image-type-regexps): Fix typo.
184         * international/characters.el: Restore missing space and put a
185         comment to protect it from being deleted as trailing whitespace.
187         * ruler-mode.el (ruler-mode-margins-char): Likewise.
189 2003-02-04  Francesco Potort\e,Al\e(B  <pot@gnu.org>
191         * mail/rmailout.el (rmail-output): If preserving MIME-version,
192         preserve Content-type too.
194 2003-02-04  Kim F. Storm  <storm@cua.dk>
196         * ido.el (ido-define-mode-map): Remap viper delete char/word
197         commands to their ido specific equivalents.  Disable ESC in
198         viper mode (to avoid exiting insert mode), since ido doesn't
199         work in viper command mode.
200         (ido-delete-backward-updir, ido-delete-backward-word-updir):
201         Handle remapped viper commands.
203 2003-02-03  Juanma Barranquero  <lektu@terra.es>
205         * calculator.el (calculator): Don't use the minibuffer even in
206         electric mode; use a private buffer and display it in the minibuffer
207         window using `set-window-buffer'.
209 2003-02-03  Dave Love  <fx@gnu.org>
211         * emacs-lisp/benchmark.el: New.
213 2003-02-02  Andreas Schwab  <schwab@suse.de>
215         * progmodes/asm-mode.el (asm-font-lock-keywords): Allow arbitrary
216         words separated by dots.  Match optional parenthesized word at
217         start of line.
219         * font-lock.el
220         (font-lock-match-c-style-declaration-item-and-skip-to-next):
221         Don't require underscore in word before double open-paren.
223 2003-02-02  John Paul Wallington  <jpw@gnu.org>
225         * hexl.el (hexl-mode-map): Bind C-m to `hexl-self-insert-command'.
227 2003-02-01  Stephen Gildea  <gildea@stop.mail-abuse.org>
229         * time-stamp.el: Update example date in preamble commentary.
230         (time-stamp): Fix parsing of "%%a" in time-stamp-pattern (change
231         regexp subpattern 5)
232         (time-stamp-pattern): Initialize to nil to avoid regexp work in
233         default case.
234         (time-stamp-string): Call set-time-zone-rule instead of setenv
235         (time-stamp-hhmmss): Remove (not needed after all).
236         (time-stamp-month-dd-yyyy, time-stamp-dd/mm/yyyy,
237         time-stamp-mon-dd-yyyy, time-stamp-dd-mon-yy, time-stamp-yy/mm/dd,
238         time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd, time-stamp-yymmdd,
239         time-stamp-hh:mm:ss, time-stamp-hhmm): Make obsolete.
240         (time-stamp-format, time-stamp-pattern, time-stamp-warn-inactive,
241         time-stamp-inserts-lines, time-stamp-count, time-stamp-time-zone,
242         time-stamp, time-stamp-toggle-active, time-stamp-string-preprocess,
243         time-stamp-once, time-stamp-conv-warn): Tweak doc strings.
245 2003-01-31  Christoph Wedler  <Christoph.Wedler@sap.com>
247         * antlr-mode.el: Bug fixes, miscellaneous.
248         (antlr-mode): Make major mode work with cc-mode-5.29 or higher,
249         make it more rubust against changes in cc-mode's style variables
250         by using `boundp' and function `c-init-language-vars' if defined.
251         (antlr-c++-mode-extra): Only ask if language is not "Cpp".
252         (antlr-read-value): With completion, ignore case.
253         (antlr-run-tool-interactive): New function.
254         (antlr-run-tool): Use it for `interactive' specification.
256         * antlr-mode.el: Simplify Emacs/XEmacs compatibility.
257         (cond-emacs-xemacs): New compile-time macro.
258         (defunx): New compile-time macro.
259         (ignore-errors-x): New compile-time macro.
260         (save-buffer-state-x): New compile-time macro.
262         (antlr-scan-sexps, antlr-simple-scan-sexps): Deletia.
263         (antlr-scan-lists, antlr-simple-scan-sexps): Deletia.
264         (antlr-simple-default-directory): Deletia.
265         (antlr-default-directory): Define directly.
266         (antlr-simple-read-shell-command): Deletia.
267         (antlr-read-shell-command): Define directly.
268         (antlr-simple-with-displaying-help-buffer): Deletia.
269         (antlr-with-displaying-help-buffer): Define directly.
270         (antlr-fast-invalidate-context-cache): Deletia.
271         (antlr-slow-invalidate-context-cache): Deletia.
272         (antlr-invalidate-context-cache): Define directly.
273         (antlr-fast-syntactic-context): Deletia.
274         (antlr-slow-syntactic-context): Deletia.
275         (antlr-syntactic-context): Define directly.
277         (antlr-mode-menu): Use new macros.
278         (antlr-font-lock-additional-keywords): Ditto.
279         (antlr-skip-sexps): Ditto.
280         (antlr-end-of-rule): Ditto.
281         (antlr-beginning-of-rule): Ditto.
282         (antlr-end-of-body): Ditto.
283         (antlr-beginning-of-body): Ditto.
284         (antlr-hide-actions): Ditto.
285         (antlr-option-kind): Ditto.
287         * antlr-mode.el: In Emacs, use face attribute :weight, not :bold.
288         (antlr-font-lock-keyword-face): Use new macros.
289         (antlr-font-lock-syntax-face): Ditto.
290         (antlr-font-lock-ruledef-face): Ditto.
291         (antlr-font-lock-tokendef-face): Ditto.
292         (antlr-font-lock-literal-face): Ditto.
294         Changes from 2002-05-24:
296         * antlr-mode.el: Version 2.2a.
298         Changes from 2002-05-03:
300         * antlr-mode.el: Make context parsing faster on Emacs, for faster
301         syntax highlighting, indentation and imenu support.
302         Suggested by Aaron Davies <adavies42@users.sourceforge.net>.
303         (antlr-slow-context-cache): New variable.
304         (antlr-slow-syntactic-context): Use cache.
305         (antlr-slow-cache-enabling-symbol): New internal variable.
306         (antlr-slow-cache-diff-threshold): New variable.
307         (antlr-fast-invalidate-context-cache): Renamed from
308         antlr-xemacs-bug-workaround.
309         (antlr-imenu-create-index-function): Search from beginning.
311         * antlr-mode.el: More sophisticated indentation, i.e., use the
312         indentation engine of cc-mode for most actions.
313         (antlr-c-common-init): Allow nil for `antlr-indent-style'.
314         (antlr-indent-line): Use indentation engine of cc-mode more often.
315         (antlr-indent-at-bol-alist): Only used for header actions.
316         (antlr-disabling-cc-syntactic-symbols): New variable.
317         (antlr-indent-item-regexp): Delete stuff for actions.
318         (antlr-indent-at-bol-alist): With language "Java", indent
319         "package" and "import" at column 0 in header part.
321         * antlr-mode.el (antlr-simple-default-directory): Define.
322         (antlr-simple-read-shell-command): Define.
323         (antlr-simple-with-displaying-help-buffer): Define.
324         (antlr-simple-scan-sexps, antlr-simple-scan-lists):
325         Renamed from antlr-scan-{sexps,lists}-internal.
327         Changes from 2002-02-28:
329         * antlr-mode: Version 2.2 is released.
331         * antlr-mode.el (antlr): Moved to SourceForge.net
333         * antlr-mode.el: Minor bug fixes: insert options and indentation.
334         (antlr-option-location): Don't use point as position where to
335         insert options if point is in comment.
336         (antlr-mode): Don't set style here.
337         (antlr-c-common-init): Set style here.  If boundp, set
338         `c-current-comment-prefix' to not break indentation in comments.
339         Hm, I should probably split `c-common-init' from cc-mode into two
340         parts, one of which I could use for antlr-mode.el.
342         Changes from 2002-01-31:
344         * antlr-mode.el (antlr-font-lock-additional-keywords): Also
345         hightlight `~' with `antlr-font-lock-syntax-face'.
346         Suggested by Helmut Neukirchen <neukirchen@itm.mu-luebeck.de>.
348 2003-01-31  Joe Buehler  <jhpb@draco.hekimian.com>
350         * comint.el:
351         * dired-aux.el:
352         * dired.el:
353         * dirtrack.el:
354         * dos-w32.el:
355         * fast-lock.el:
356         * filecache.el:
357         * files.el:
358         * hippie-exp.el:
359         * international/mule.el:
360         * net/browse-url.el:
361         * pcomplete.el:
362         * recentf.el:
363         * shell.el:
364         * woman.el: Added cygwin to system-type comparisons.
366 2003-01-31  Francesco Potort\e,Al\e(B  <pot@gnu.org>
368         * mail/undigest.el (rmail-forward-separator-regex): New custom
369         variable.
370         (unforward-rmail-message): Use it.
372 2003-01-30  Dave Love  <fx@gnu.org>
374         * textmodes/ispell.el (lookup-words): Fix last change.
376 2003-01-29  John Paul Wallington  <jpw@gnu.org>
378         * font-lock.el (lisp-font-lock-keywords-1): Match `deftheme'.
380         * emacs-lisp/lisp-mode.el (toplevel): Define docstring offset for
381         `deftheme'.  Fix docstring offsets for `define-ibuffer-filter' and
382         `define-ibuffer-sorter'.
383         (lisp-imenu-generic-expression): Add `deftheme' to types.
385         * custom.el (customize-mark-to-save, customize-mark-as-set)
386         (custom-remove-theme): Doc fixes.
388 2003-01-29  Didier Verna  <didier@xemacs.org>
390         * cus-edit.el (custom-save-variables): also save non theme'd ones.
391         * cus-edit.el (custom-save-faces): ditto.
393 2003-01-29  Juanma Barranquero  <lektu@terra.es>
395         * composite.el (decompose-composite-char): Fix docstring.
397         * select.el (x-set-cut-buffer): Fix docstring. Check type with `stringp'
398         instead of `substring'.
400         * textmodes/reftex.el (reftex-TeX-master-file): Use really the buffer
401         file name if no other master file is located.
403         * progmodes/cperl-mode.el (cperl-beautify-level)
404         (cperl-beautify-regexp): Fix use of `prefix-numeric-value'.
405         (cperl-calculate-indent): Fix typo.
407 2003-01-29  Taro Kawagishi  <tarok@transpulse.org>
409         * arc-mode.el (archive-lzh-summarize): Fix previous change.
411 2003-01-29  Kim F. Storm  <storm@cua.dk>
413         * emacs-lisp/authors.el: New format of AUTHORS file; list each
414         author name once followed by contributed and changed files.
415         Improve selection of entries to include in list, and generate list
416         of unrecognized entries indicating syntax errors in ChangeLog files.
417         (authors-coding-system): New variable.
418         (authors-many-files): Update doc string.
419         (authors-aliases): Change format. Now one entry with multiple
420         aliases per author.
421         (authors-valid-file-names, authors-renamed-files-alist)
422         (authors-renamed-files-regexps): New variables.
423         (authors-canonical-file-name): New function.  Validates that file
424         exists or occurs in one of the above lists.  Record unrecognized
425         file names in global authors-invalid-file-names list.
426         (authors-add): Change to record per-change counts.
427         (authors-canonical-author-name): Handle new format of
428         authors-aliases list.
429         (authors-scan-change-log): Rename FILE arg to LOG-FILE.
430         Change doc string to describe new entry format.
431         Only add author entries for valid file names.
432         (authors-print): Replace by authors-add-to-author-list.
433         (authors-add-to-author-list): New function which reorders
434         per-file entries and adds them to global authors-author-list.
435         (authors): Instead of authors-print to insert in *Authors* buffer,
436         use authors-add-to-author-list to reorder the list and then
437         insert result in *Authors* buffer with new format.
438         Generate *Authors Errors* compilation-mode buffer listing
439         unrecognized ChangeLog entries.
441 2003-01-28  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
443         * term/mac-win.el: Add entries in function-key-map for
444         [tab], [backspace], [escape].
446 2003-01-28  Kim F. Storm  <storm@cua.dk>
448         * info.el (Info-extract-menu-node-name): Another fix for
449         2003-01-24 change.  Also stop search if : is followed by TAB.
451 2003-01-28  John Paul Wallington  <jpw@gnu.org>
453         * ibuf-ext.el (ibuffer-yank-filter-group): Move check for empty
454         `ibuffer-filter-group-kill-ring' out of `interactive' declaration.
456 2003-01-28  Martin Stjernholm  <bug-cc-mode@gnu.org>
458         * progmodes/cc-vars.el, progmodes/cc-mode.el
459         (c-require-final-newline): Made this variable an alist to
460         specify a value for each language.  The default value causes
461         `require-final-newline' to be set to t only in languages where
462         the standard requires a final newline.
464 2003-01-27  Kim F. Storm  <storm@cua.dk>
466         * simple.el (kill-new): Improve doc string for yank-handler.
467         Signal args-out-of-range error if yank-handler is specified for
468         an empty string.
470         * subr.el (insert-for-yank): Remove COMMAND element from yank
471         handler.
473 2003-01-27  Dave Love  <fx@gnu.org>
475         * dired-x.el (dired-filename-at-point): Fix last change and tidy up.
477         * thingatpt.el (thing-at-point-file-name-chars):  Include
478         non-ASCII again and re-write the filename ops.
480 2003-01-27  David Ponce  <david@dponce.com>
482         * makefile.w32-in (update-subdirs-SH): Create lisp/subdirs.el.
484 2003-01-27  Juanma Barranquero  <lektu@terra.es>
486         * filesets.el (filesets-file-open): Fix typo.
488         * vcursor.el (vcursor-disable): Likewise.
490         * eshell/esh-cmd.el (eshell-separate-commands): Likewise.
492         * progmodes/cc-styles.el (c-make-styles-buffer-local): Likewise.
494         * progmodes/cc-vars.el (c-offsets-alist): Likewise.
496         * progmodes/ebrowse.el (ebrowse-draw-tree-fn): Likewise.
498 2003-01-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
500         * progmodes/cc-vars.el, progmodes/cc-mode.el
501         (c-require-final-newline): Added a variable to make the
502         initialization of `require-final-newline' more configurable.
504 2003-01-26  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
506         * emacs-lisp/authors.el (authors-aliases): Add Jan D.
507         Set iso-2022-7bit coding: cookie.
509 2003-01-26  Kim F. Storm  <storm@cua.dk>
511         * info.el (Info-extract-menu-node-name): Fix 2003-01-24 change.
512         Don't search for next colon if current colon is followed by
513         one of ".", ",", ";", or ")".
514         (info-insert-file-contents) [!MSDOS]: Avoid byte-compiler warning.
515         (Info-find-node) [!MSDOS]: Avoid byte-compiler warning.
517 2003-01-26  Richard M. Stallman  <rms@gnu.org>
519         * thingatpt.el (thing-at-point-file-name-chars): Undo previous change.
521 2003-01-25  Bill Wohler  <wohler@newt.com>
523         * mh-e: Created directory. ChangeLog will appear in a week when we
524         release version 7.2.
526         * lisp/mail/mh-alias.el, lisp/mail/mh-comp.el,
527         lisp/mail/mh-customize.el, lisp/mail/mh-e.el,
528         lisp/mail/mh-funcs.el, lisp/mail/mh-identity.el,
529         lisp/mail/mh-index.el, lisp/mail/mh-loaddefs.el,
530         lisp/mail/mh-mime.el, lisp/mail/mh-pick.el, lisp/mail/mh-seq.el,
531         lisp/mail/mh-speed.el, lisp/mail/mh-utils.el,
532         lisp/mail/mh-xemacs-compat.el: Moved to mh-e. Note that reply2.pbm
533         and reply2.xpm, which were created by the MH-E package, were left
534         in mail since they can probably be used by other mail packages.
536         * makefile.w32-in (WINS): Added mh-e.
538         * makefile.nt (WINS): Added mh-e.
540 2003-01-25  Richard M. Stallman  <rms@gnu.org>
542         * emacs-lisp/bytecomp.el (byte-compile-file-form-custom-declare-variable):
543         Compile any lambda-expressions among the args.
545         * view.el (view-mode): Doc fix.
547         * ido.el: Many doc fixes.
548         (ido-complete): Fix message.
550 2003-01-25  Taro Kawagishi  <tarok@transpulse.org>
552         * arc-mode.el (archive-unixdate): Corrected the date field string.
553         (archive-lzh-summarize): Extended it to allow the LZH level 2 header
554         type (which is most prevalent now), in addition to the already
555         supported level 0 and 1 header types.
557 2003-01-25  Markus Rost  <rost@math.ohio-state.edu>
559         * international/mule-cmds.el (set-language-info)
560         (current-language-environment): Simplify setting the type of
561         current-language-environment.
563 2003-01-25  Kim F. Storm  <storm@cua.dk>
565         * emulation/cua-base.el (cua--init-keymaps): Move C-S-x and C-S-c
566         bindings from cua--cua-keys-keymap to cua--region-keymap, as they are
567         only needed when the region is active.  This also makes the output
568         from C-h b look normal when cua-mode is enabled (no C-S-x/c bindings).
570 2003-01-25  Michael Kifer  <kifer@cs.stonybrook.edu>
572         * ediff.el (ediff-revision): better defaults.
574         * ediff-vers.el (ediff-vc-latest-version): new function.
575         (ediff-vc-internal): use latest version instead of working version.
577 2003-01-24  Thien-Thi Nguyen  <ttn@gnu.org>
579         * info.el (Info-extract-menu-node-name): When looking for end of menu
580         item, don't stop at first ":"; instead, continue until trailing
581         context is either a space or newline.
582         (Info-complete-menu-item): Var `pattern': allow ":" in menu item.
583         (Info-menu): Likewise, for regexp used in backwards search.
584         (Info-try-follow-nearest-node): Remove case added in previous edit.
585         Change regexp in the following case to allow ":" in menu item.
586         (Info-fontify-node): Fix bug: Handle `next-property-change' returning
587         point-max as "hasn't already been done".
589 2003-01-24  Thien-Thi Nguyen  <ttn@gnu.org>
591         * info.el (Info-try-follow-nearest-node): Add case: Handle menu item
592         terminated by ": " as an index entry.
594 2003-01-24  Juanma Barranquero  <lektu@terra.es>
596         * isearch.el (isearch-forward): Fix typo.
598 2003-01-24  Kenichi Handa  <handa@m17n.org>
600         * international/mule.el (decode-coding-inserted-region): Renamed
601         from decode-coding-region-as-inserted-from-file to make it fit
602         well in the Lisp manual.
604         * jka-compr.el (jka-compr-insert-file-contents): Call
605         docode-coding-inserted-region.
607 2003-01-24  John Paul Wallington  <jpw@gnu.org>
609         * ibuffer.el (ibuffer-window-list): Remove.
610         (ibuffer-confirm-operation-on): Use `window-list' instead.
611         (ibuffer-load-hook): New customizable variable.
612         (toplevel): Run it.
613         (ibuffer-customize): New command.
614         (ibuffer-mode-map): Bind it.
615         (ibuffer-mode-map): Add menu seperator in View>Sort menu.
616         (ibuffer-mode): Tidy.
617         (ibuffer-fontification-alist, ibuffer-always-show-last-buffer)
618         (ibuffer-default-directory, ibuffer-default-sorting-mode)
619         (ibuffer-maybe-show-predicates, ibuffer-hook, ibuffer-mode-hook)
620         (ibuffer-map-lines): Doc fixes.
622         * ibuf-ext.el (ibuffer-copy-filename-as-kill): C-u means relative
623         filenames.  Use `kill-new'.
625 2003-01-23  Dave Love  <fx@gnu.org>
627         * abbrev.el (write-abbrev-file): Simplify, and put a coding cookie
628         in the file.
630 2003-01-23  Masatake YAMATO  <jet@gyve.org>
632         * progmodes/asm-mode.el (asm-mode): Added syntax table entries for
633         /* */ comments.
635 2003-01-23  Kenichi Handa  <handa@m17n.org>
637         * files.el (insert-directory): Read the output of "ls" by
638         no-conversion, and decode it later while preserving
639         `dired-filename' property.
641 2003-01-23  Markus Rost  <rost@math.ohio-state.edu>
643         * descr-text.el (describe-text-mode-hook): Add a group.
645 2003-01-23  John Paul Wallington  <jpw@shootybangbang.com>
647         * term/mac-win.el (interprogram-paste-function): Handle empty
648         clipboard.
650 2003-01-22  Aubrey Jaffer  <agj@alum.mit.edu>  (tiny change)
652         * info.el (Info-index): Change pattern so that index entries with
653         colons can be read properly; also, require at least one space
654         after the colons, which makeinfo puts in.
656 2003-01-22  Andreas Schwab  <schwab@suse.de>
658         * jka-compr.el (jka-compr-insert-file-contents): Fix typo in last
659         change.
661 2003-01-22  Markus Rost  <rost@math.ohio-state.edu>
663         * Makefile.in (bootstrap-after): New target.
664         (bootstrap): Move finder-data, custom-deps to bootstrap-after.
666 2003-01-22  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
668         * info.el (Info-index-next): Use "(`,' tries to find next)" for
669         more matches for consistency with standalone info browser.
671 2003-01-22  Kenichi Handa  <handa@m17n.org>
673         * international/mule.el
674         (decode-coding-region-as-inserted-from-file): New function.
676         * jka-compr.el (jka-compr-insert-file-contents): Read a process
677         output without decoding.  Decode the result by
678         decode-coding-region-as-inserted-from-file.
680 2003-01-22  Kim F. Storm  <storm@cua.dk>
682         * ido.el (ido-make-file-list, ido-make-dir-list): Don't move
683         visited directories to end of list; it's the wrong thing to do if
684         we want to find a file or directory in such directories.
686         * simple.el: Doc fixes.
687         * subr.el: Doc fixes.
689 2003-01-20  Nick Roberts  <nick@nick.uklinux.net>
691         * gud.el (gud-display-line): If the current file is newer than its
692         buffer, offer to reread the file.
693         (gud-keep-buffer): New buffer local variable. Ensures offer to
694         reread file is made just once.
696 2003-01-20  Stefan Monnier  <monnier@cs.yale.edu>
698         * emacs-lisp/regexp-opt.el (regexp-opt-group): Undo last change.
699         Fix the docstring instead.
701 2003-01-20  Glenn Morris  <gmorris@ast.cam.ac.uk>
703         * calendar/calendar.el (calendar-only-one-frame-setup): Autoload it.
705 2003-01-20  Richard M. Stallman  <rms@gnu.org>
707         * simple.el (completion-setup-function): Set default-directory
708         in the minibuffer, so it'll be copied into the completion list buffer.
710         * emacs-lisp/regexp-opt.el (regexp-opt-group): Compute HALF2 properly.
712         * loadup.el (load-path): Rename `path' local var.
714         * progmodes/octave-mod.el (octave-mode-map): Change C-c i bindings
715         to C-c C-i.  Duplicate its bindings with last char a ctl char.
716         Also change C-c f to C-c C-f.
718 2003-01-20  Markus Rost  <rost@math.ohio-state.edu>
720         * ls-lisp.el (ls-lisp-use-insert-directory-program): Make default
721         value system dependent.
722         (ls-lisp-support-shell-wildcards): Add autoload cookie.
724 2003-01-19  Kim F. Storm  <storm@cua.dk>
726         * msb.el: Use `dir' instead of `path' everywhere.
728 2003-01-18  Kim F. Storm  <storm@cua.dk>
730         * simple.el (kill-new, kill-append, kill-region): New
731         optional parameter yank-handler.
732         (yank-excluded-properties): Add yank-handler to list.
733         (yank-undo-function): New variable.
734         (yank): Use it to undo previous yank or yank-pop command.
735         Allow insert-for-yank to override this-command.
737         * subr.el (insert-for-yank): Arg list changed; now only accepts one
738         string rather than any number of strings; no callers needed change.
739         Use yank-handler text property on the arg string.
740         Set yank-undo-function variable appropriately for yank-pop.
742 2003-01-18  Stefan Monnier  <monnier@cs.yale.edu>
744         * textmodes/fill.el (fill-comment-paragraph): Fix simplistic
745         regexp-concatenation.
747         * add-log.el (add-change-log-entry): Don't leave space at eol.
748         (add-log-current-defun): Perl functions names can't have (or {.
750         * progmodes/sh-script.el (sh-indent-line): Use indent-line-to.
751         (sh-non-closing-paren): New const.
752         (sh-case, sh-while-getopts): Use it to make props non-sticky.
753         (sh-add-completer): Use test-completion.
755 2003-01-18  Vasily Korytov  <deskpot@myrealbox.com>  (tiny change)
757         * progmodes/cperl-mode.el: Don't make faces depend on window-system.
759 2003-01-18  Markus Rost  <rost@math.ohio-state.edu>
761         * cus-edit.el (customize-changed-options): Undo last doc change.
763 2003-01-17  Stefan Monnier  <monnier@cs.yale.edu>
765         * skeleton.el (skeleton-internal-list, skeleton-internal-1):
766         Don't treat \n specially in sub-skeletons.
768 2003-01-17  Dave Love  <fx@gnu.org>
770         * international/ucs-tables.el: Redo 8859-6 change in the right place.
772 2003-01-17  Kenichi Handa  <handa@m17n.org>
774         * international/fontset.el: Don't setup the default fontset and
775         font-encoding-alist at the top level.
776         (setup-default-fontset): New function.
777         (create-fontset-from-fontset-spec): Delete autoload cookie.
779         * term/x-win.el: Require fontset unconditionally again.
780         Call setup-default-fontset at the top level.
782         * term/w32-win.el: Call setup-default-fontset.
784         * term/mac-win.el: Require fontset and call setup-default-fontset.
786 2003-01-16  Stefan Monnier  <monnier@cs.yale.edu>
788         * textmodes/fill.el (fill-region-as-paragraph): Only erase `hard'
789         property until end-of-paragraph.
791 2003-01-16  Kenichi Handa  <handa@m17n.org>
793         * international/ucs-tables.el: Undo the last change.
795 2003-01-15  Dave Love  <fx@gnu.org>
797         * thingatpt.el (thing-at-point-file-name-chars): Include non-ASCII
798         and use documented treatment of -.
800         * dired-x.el (dired-filename-at-point): Fix filename-chars.
802         * international/ucs-tables.el: Set up tables for 8859-6.
804         * server.el (server-window): Customize.
805         (server-mode): New.
806         (server-unload-hook): Call server-start.
808 2003-01-15  John Wiegley  <johnw@gnu.org>
810         * eshell/em-hist.el (eshell-save-history-on-exit):
811         Rename `eshell-ask-to-save-history' to `eshell-save-history-on-exit',
812         because the former name is somewhat unrelated to the variables'
813         possible values.
815 2003-01-15  Deepak Goel  <deego@gnufans.org>
817         * calc/README: Add new maintainer.
819         * calc/*: Ditto.
821         * calc/calc.el (calc-bug-address): Change address to deego@gnufans.org.
823 2003-01-15  Andrew Innes  <andrewi@gnu.org>
825         * makefile.w32-in (loaddefs.el): Invoke make to build stub file
826         using appropriate rule for build environment.
827         (loaddefs.el-SH, loaddefs.el-CMD): New targets.  Include small set
828         of autoloads and defvars, sufficient to dump bootstrap emacs.
829         (update-subdirs-SH): Use hard-coded list of top-level lisp
830         subdirs, because find program on Windows is not compatible with
831         Unix find.
832         (compile-CMD, compile-SH): Use `batch-byte-compile-if-not-done'.
833         Explicitly load loaddefs.el so that bootstrap emacs can compile
834         properly.
835         (bootstrap-clean): Add dependency on loaddefs.el, to ensure
836         minimal stub sufficient for dumping bootstrap emacs is available.
838         * loadup.el: Include lisp/textmodes in load-path for bootstrap
839         emacs, to resolve ispell menu reference.
841 2003-01-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>  (tiny change)
843         * international/mule.el (optimize-char-coding-system-table):
844         Optimize it.
846         * term/mac-win.el: Setup the fontset "fontset-mac" correctly.
848 2003-01-14  Stefan Monnier  <monnier@cs.yale.edu>
850         * pcvs-info.el (cvs-fileinfo-from-entries): Deal with Solaris'
851         occasional use of "05" rather than " 5" for day-of-month.
853         * log-view.el (log-view-message-re): The rev might be locked.
855 2003-01-14  Nick Roberts  <nick@nick.uklinux.net>
857         * gdb-ui.el: Improve commentary.
858         (gdb-window-height, gdb-window-width, gdb-display-number-end):
859         Customize the dimensions of frames for displayed expressions.
860         (gdb-error-begin): Comment out because it is not used because of
861         bug/quirk in annotations.
862         (gdb-reset): Use with-current-buffer.
864 2003-01-14  Kim F. Storm  <storm@cua.dk>
866         * ido.el (ido-read-internal, ido-file-internal)
867         (ido-copy-current-file-name, ido-wide-find-dirs-or-files):
868         Don't use `path' as name of local variables holding a file name.
870         * arc-mode.el (archive-arc-rename-entry): Fix error message.
871         (archive-lzh-summarize): Rename local var `path' to `dir'.
872         (archive-unique-fname) [!MSDOS]: Avoid byte-compiler warning.
874         * dired.el: Doc fixes.
875         * dired-aux.el: Rename `whole-path' to `whole-name' throughout.
876         (dired-mark-read-regexp): Use "Abs." prefix instead of "Path".
877         * dired-x.el: Doc fixes.
879         * fast-lock.el (fast-lock-cache-name): Doc fix.
881         * net/browse-url.el (browse-url-filename-alist): Doc fix.
883 2003-01-14  John Paul Wallington  <jpw@shootybangbang.com>
885         * apropos.el (apropos): Restore autoload cookie.  Fix typo in
886         "error retrieving function documentation" output.
888 2003-01-14  Kim F. Storm  <storm@cua.dk>
890         * subr.el (process-put, process-get): New functions.
892         * simple.el (clone-process): Copy process' plist to new process.
894 2003-01-13  Markus Rost  <rost@math.ohio-state.edu>
896         * cus-dep.el (custom-make-dependencies):  Don't set standard-value
897         and version numbers for variables.  Handle faces.
899         * cus-edit.el (customize-changed-options):  Doc addition.  Load the
900         version deps earlier.  Use other tests for groups and variables.
901         Handle faces.
903 2003-01-14  Kim F. Storm  <storm@cua.dk>
905         * ido.el: Doc fixes.
906         (ido-max-file-prompt-width): Rename from ido-max-prompt-path.
907         (ido-rewrite-file-prompt-functions): Rename from
908         ido-make-file-prompt-hook.  Directory name is now in dynamic
909         variable `dirname' (instead of `path').
910         (ido-rewrite-file-prompt-rules): Rename from
911         ido-rewrite-prompt-path-rules.
912         (ido-make-prompt): Directory name now in `dirname' var.
913         (ido-complete): Fix error message.
915 2003-01-13  John Paul Wallington  <jpw@shootybangbang.com>
917         * server.el (server-process-filter): Use `minibufferp' to test
918         whether we are inside a minibuffer.
919         (server-process, server-kill-new-buffers): Doc fixes.
921 2003-01-13  Dave Love  <fx@gnu.org>
923         * international/utf-16.el (mule-utf-16-be, mule-utf-16-le):
924         Remove pre-write-conversion.
926 2003-01-13  Kim F. Storm  <storm@cua.dk>
928         * hexl.el (hexl-mode-map): Don't quote remapped command names.
930 2003-01-13  David Ponce  <david@dponce.com>
932         * ruler-mode.el (ruler-mode): Cleanup buffer local variable
933         `header-line-format' if it didn't exist when `ruler-mode' was enabled.
935 2003-01-13  Masatake YAMATO  <jet@gyve.org>
937         * ruler-mode.el (ruler-mode-comment-column-char)
938         (ruler-mode-goal-column-char, ruler-mode-set-goal-column-ding-flag)
939         (ruler-mode-mouse-current-grab-object): New variables.
940         (ruler-mode-comment-column-face, ruler-mode-goal-column-face):
941         New faces.
942         (ruler-mode-mouse-set-fill-column): Removed.
943         (ruler-mode-mouse-grab-any-column)
944         (ruler-mode-mouse-drag-any-column-iteration)
945         (ruler-mode-mouse-drag-any-column): New functions.
946         (ruler-mode-map): [header-line down-mouse-2] Bound to
947         `ruler-mode-mouse-grab-any-column' instead of
948         `ruler-mode-mouse-set-fill-column'.
949         (ruler-mode-ruler-help-echo): Update its value.
950         (ruler-mode-ruler-help-echo-when-goal-column): New help string used
951         when goal-column is already set.
952         (ruler-mode-ruler-help-echo-tab): Rename to...
953         (ruler-mode-ruler-help-echo-when-tab-stops): New.
954         (ruler-mode-fill-column-help-echo, ruler-mode-comment-column-help-echo)
955         (ruler-mode-goal-column-help-echo): New help strings.
956         (ruler-mode-ruler): Use `ruler-mode-ruler-help-echo-when-goal-column'
957         instead of `ruler-mode-ruler-help-echo' if `goal-column' is set.
958         Show `comment-column' and `goal-column'.  Echo the different help
959         string for each *-column characters on the ruler.
961 2003-01-13  Richard M. Stallman  <rms@gnu.org>
963         * apropos.el (apropos-documentation-property): New function.
964         (apropos): Use apropos-documentation-property.
966         * files.el (mode-line-process): Mark as risky.
968         * help.el (where-is): Catch errors in indirect-function.
970         * server.el (server-process-filter): Comment out -eval.
971         Don't switch buffers if inside isearch or minibuffer.
973         * progmodes/compile.el (compilation-revert-buffer):
974         If buffer has a file, revert it in the normal way.
976         * term/x-win.el: Require fontset conditionally again.
978 2003-01-13  Kim F. Storm  <storm@cua.dk>
980         * ido.el (ido-enable-tramp-completion): New defcustom.
981         (ido-enter-single-matching-directory): Change default to 'slash.
982         (ido-is-tramp-root): New defun.
983         (ido-is-root-directory, ido-is-ftp-directory, ido-is-slow-ftp-host)
984         (ido-may-cache-directory, ido-final-slash, ido-read-internal)
985         (ido-complete, ido-make-file-list1, ido-make-dir-list1):
986         Handle tramp completion.
987         (ido-file-name-all-completions1): New defun for tramp completion.
988         (ido-file-name-all-completions): Use it.
989         (ido-set-matches1): Relax matching of text with trailing slash.
990         (ido-exhibit): Handle tramp completion.
991         Simplified code using nested cond forms using new `refresh' var.
992         Fixed handling of /~user/ paths.
994 2003-01-12  Andreas Schwab  <schwab@suse.de>
996         * arc-mode.el (archive-mode-map): Use command remapping instead of
997         substitute-key-definition.
998         * emerge.el (emerge-setup-fixed-keymaps): Likewise.
999         * msb.el (msb-mode-map): Likewise.
1000         * forms.el (forms--change-commands): Likewise.
1001         * hexl.el (hexl-mode-map): Likewise.
1002         * mail/mailabbrev.el (Commentary): Likewise.
1003         * play/decipher.el (decipher-mode-map): Likewise.
1004         * play/gomoku.el (gomoku-mode-map): Likewise.
1005         * play/landmark.el (lm-mode-map): Likewise.
1006         * play/solitaire.el (solitaire-mode-map): Likewise.
1007         * progmodes/sh-script.el (sh-mode-map): Likewise.
1008         * textmodes/picture.el (picture-substitute): Likewise.
1010         * ielm.el (inferior-emacs-lisp-mode):
1011         Bind comint-dynamic-complete-functions locally.
1013         * buff-menu.el (Buffer-menu-select): Fix for effect of header line.
1015 2003-01-11  Andreas Schwab  <schwab@suse.de>
1017         * textmodes/sgml-mode.el (sgml-font-lock-keywords-2): Add flag to
1018         merge with existing fontification.
1020 2003-01-11  Nick Roberts  <nick@nick.uklinux.net>
1022         * gud.el (gud-kill-buffer-hook): Save gud-minor-mode type.
1023         (gud-reset): New function. Reset environment at end of debugging.
1024         (gud-sentinel): Call gud-reset or gdb-reset.
1025         (gud-menu-map, gud-tool-bar-map, gdb): Change gud-goto to gud-until.
1027         * gdb-ui.el (gud-display): Use GDB command ptype instead of whatis
1028         to find out if variable shuld be dereferenced.
1029         (gud-display1): Exit if there is `No symbol'.
1030         (gdb-expressions-mode-map): Correction to key-binding.
1031         (gdb-reset): New function. Reset environment at end of debugging.
1032         (gdb-quit): Remove.
1034 2003-01-10  Dave Love  <fx@gnu.org>
1036         * international/code-pages.el (cp-make-coding-system): Fix last change.
1038 2003-01-10  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1040         * dired.el (dired-garbage-files-regexp): Use \\' instead of $ and
1041         use regexp-opt for readability.
1043 2003-01-10  Mark A. Hershberger  <mah@everybody.org>
1045         * xml.el (xml-parse-tag, xml-parse-attlist, xml-skip-dtd)
1046         (xml-parse-dtd, xml-parse-elem-type): Be more flexible in recognizing
1047         empty elements.
1049 2003-01-10  Luc Teirlinck  <teirllm@mail.auburn.edu>
1051         * progmodes/sh-script.el (sh-set-shell): Make sh-shell-file the default
1052         shell.
1054 2003-01-09  John Wiegley  <johnw@gnu.org>
1056         * pcomplete.el (pcomplete-termination-string): Add a variable
1057         for modifying the string which is inserted after a completion or
1058         expansion using pcomplete.
1060 2003-01-09  Karl Berry  <karl@gnu.org>
1062         * sort.el (sort-regexp-fields): Pass noerror to re-search-forward,
1063         so that we don't fail if no records match record-regexp.
1065 2003-01-09  Markus Rost  <rost@math.ohio-state.edu>
1067         * cus-edit.el (customize-group, customize-group-other-window):
1068         Remove unnecessary calls to custom-load-symbol.
1069         (custom-group-value-create):
1070         Load widget deps if state is not hidden.  If widget deps are
1071         loaded, load them in advance.
1072         (custom-menu-create): If widget deps are loaded, load them earlier.
1074 2003-01-09  John Paul Wallington  <jpw@shootybangbang.com>
1076         * language/ethio-util.el (ethio-gemination)
1077         (exit-ethiopic-environment): Doc fixes.
1079         * language/viet-util.el (viet-encode-viqr-region)
1080         (viet-decode-viqr-region, viet-encode-viqr-buffer)
1081         (viet-decode-viqr-buffer): Doc fixes.
1083 2003-01-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
1085         * paths.el: Remove gnus-startup-file.
1087 2003-01-08  Bill Wohler  <wohler@newt.com>
1089         * mail/mh-alias.el, mail/mh-customize.el, mail/mh-identity.el,
1090         mail/mh-loaddefs.el, toolbar/alias.pbm, toolbar/alias.xpm: Added.
1092         * mail/mh-comp.el, mail/mh-e.el, mail/mh-funcs.el,
1093         mail/mh-index.el, mail/mh-mime.el, mail/mh-pick.el,
1094         mail/mh-seq.el, mail/mh-speed.el, mail/mh-utils.el,
1095         mail/mh-xemacs-compat.el: Upgraded to MH-E version 7.1.
1097 2003-01-08  Kim F. Storm  <storm@cua.dk>
1099         * mail/undigest.el (unforward-rmail-message): Don't use global
1100         variable `n'.
1102 2003-01-08  Francesco Potort\e,Al\e(B  <pot@gnu.org>
1104         * mail/undigest.el (unforward-rmail-message): Simplified.
1105         No functional change.
1107 2003-01-07  Markus Rost  <rost@math.ohio-state.edu>
1109         * custom.el (custom-autoload, custom-variable-p): New functions.
1111         * emacs-lisp/autoload.el (make-autoload):
1112         Generate custom-autoload for autoloaded defcustoms.
1114         * help-fns.el (describe-variable): Use custom-variable-p.
1116         * simple.el (set-variable): Load deps of custom variables without type.
1118         * cus-edit.el (custom-variable-prompt): Doc change.
1119         Use custom-variable-p.
1120         (customize-option): Remove search in loaddefs.el.
1121         (customize-apropos):  Use custom-variable-p.
1122         (custom-save-variables): Use custom-variable-p to detect
1123         non-rogue variables.
1125 2003-01-07  Francesco Potort\e,Al\e(B  <pot@gnu.org>
1127         * mail/undigest.el (unforward-rmail-message): Skip all newlines
1128         after the initial separator.
1129         (unforward-rmail-message): Forwarded-From: and Forwarded-Date:
1130         instead of Forwarded-from: and Forwarded-date:.
1132 2003-01-07  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1134         * dired.el (dired-garbage-files-regexp): Add `.aux$'.  These are
1135         produced by TeX.
1137 2003-01-07  Andre Spiegel  <spiegel@gnu.org>
1139         * vc-rcs.el (vc-rcs-checkout): Fix the check whether we are on a
1140         branch.
1142 2003-01-06  Dave Love  <fx@gnu.org>
1144         * textmodes/ispell.el (lookup-words): Cope with null lookup-dict.
1146         * language/chinese.el ("Chinese-EUC-TW"): New.
1148 2003-01-06  John Paul Wallington  <jpw@shootybangbang.com>
1150         * mail/rmail.el (rmail-mmdf-delim1, rmail-mmdf-delim2): Doc fixes.
1152 2003-01-05  Richard M. Stallman  <rms@gnu.org>
1154         * obsolete/uncompress.el: Display message that this pkg is obsolete.
1156         * isearch.el (isearch-repeat): Error if try to repeat search and
1157         there was no previous search.
1159         * dired.el (dired-recursive-deletes): Fix custom type.
1161         * dabbrev.el (dabbrev--substitute-expansion):
1162         Convert all whitespace to single spaces,
1163         except when it's carried over from the existing text.
1165         * simple.el (split-line): Clean up implementation.
1167         * mail/rmail.el (rmail-font-lock-keywords): Discard code to match
1168         both cases.
1169         (rmail-variables): Specify case-insensitive matching for font-lock.
1171 2003-01-05  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
1173         * mail/sendmail.el (mail-font-lock-keywords):
1174         * mail/rmail.el (rmail-font-lock-keywords): Match multiline
1175         In-Reply-To and X-*.
1177 2003-01-05  Mark A. Hershberger  <mah@everybody.org>
1179         * xml.el (xml-substitute-special): Check for &amp last.
1181 2003-01-05  Dave Love  <fx@gnu.org>
1183         * buff-menu.el (Buffer-menu-execute): Fix for effect of header line.
1185 2003-01-05  Dave Love  <fx@gnu.org>
1187         * international/mule-diag.el (non-iso-charset-alist):
1188         Add vietnamese-tcvn.
1190         * international/mule-cmds.el (locale-language-names):
1191         Use Croatian, Swedish.
1193 2003-01-05  Andreas Schwab  <schwab@suse.de>
1195         * buff-menu.el (Buffer-menu-buffer+size): Don't clobber buffer name.
1197 2003-01-05  Dave Love  <fx@gnu.org>
1199         * language/european.el ("Latin-6", "Croatian"): New.
1200         ("Latin-7"): Fix nonascii-translation.  Add input method.
1201         ("Lithuanian", "Latvian"): Add nonascii-translation.
1202         ("German", "Spanish", "Dutch", "Welsh", "Swedish"):
1203         Fix nonascii-translation.
1205         * language/georgian.el ("Georgian"): Fix nonascii-translation.
1207         * international/mule-cmds.el (set-locale-environment):
1208         Ignore empty values of environment variables.
1210         * emacs-lisp/byte-opt.el (byte-optimize-nth)
1211         (byte-optimize-nthcdr): Fix for case of wrong-length forms.
1213 2003-01-04  Nick Roberts  <nick@nick.uklinux.net>
1215         * gdb-ui.el: Acknowledge Tom Lord as author of gdba.el.
1216         Use let construction to bind buffer-read-only to nil.
1217         (gdba): 'set height 0' in GDB.
1218         (gdb-display-end, gdb-frame-handler): Corrections to forming
1219         full expression name for header-line in display frame.
1220         (gdb-info-breakpoints-custom): Highlight breakpoints since
1221         they may be clicked on with mouse-2.
1222         (gdb-quit): Delete frames of displayed expressions when quitting.
1223         (gdb-delete-frames): New function.
1224         (gdb-source-info): Don't create stack buffer automatically.
1226 2003-01-04  Thien-Thi Nguyen  <ttn@gnu.org>
1228         * xml.el (xml-substitute-special): Move "&amp;" -> "&" last.
1230 2003-01-04  Kim F. Storm  <storm@cua.dk>
1232         * simple.el (split-line): If present, copy fill-prefix from
1233         current line to new line.  Don't copy if prefix arg.
1234         From Lisp, arg may be an alternative prefix string to copy.
1235         Inspired by Ehud Karni <ehud@unix.mvs.co.il>.
1237         * mail/sendmail.el (mail-split-line): New function.
1238         (mail-mode-map): Remap split-line to mail-split-line.
1240 2003-01-03  Dave Love  <fx@gnu.org>
1242         * emacs-lisp/find-func.el (find-variable-noselect): Make it work
1243         with new load-history format.
1245         * international/mule-cmds.el (sort-coding-systems):
1246         Adjust priority of utf-16 and x-ctext.
1248         * international/utf-8.el (utf-translate-cjk):
1249         Call optimize-char-coding-system-table.
1251         * international/ucs-tables.el (ucs-unify-8859, ucs-fragment-8859):
1252         Call optimize-char-coding-system-table.
1254         * international/mule.el (register-char-codings): Don't call
1255         optimize-char-coding-system-table here.
1256         (keyboard-coding-system): Doc fix.  Update :version.
1258         * textmodes/nroff-mode.el (nroff-mode-hook): Customize.
1259         (nroff-imenu-expression): New.
1260         (nroff-mode): Use it.
1262         * autoinsert.el (auto-insert-alist): Add man page skeleton.
1264 2003-01-03  Andre Spiegel  <spiegel@gnu.org>
1266         * vc-rcs.el (vc-rcs-revert): Unlock only if the user does have
1267         the lock.
1269 2003-01-03  Kim F. Storm  <storm@cua.dk>
1271         * emulation/cua-base.el (cua--pre-command-handler):
1272         Corrected handling of delete-selection properties.
1274 2003-01-03  John Paul Wallington  <jpw@shootybangbang.com>
1276         * emacs-lisp/eldoc.el (eldoc-get-var-docstring): Only return a
1277         documentation string when `sym' is non-nil.
1279 2003-01-02  Steven Tamm  <steventamm@mac.com>
1281         * scroll-bar.el (toggle-scroll-bar, scroll-bar-mode):
1282         Have scroll bars correctly default to being on the right for Mac
1283         Carbon port by testing "mac-carbon" feature, not window-system.
1285 2003-01-02  Markus Rost  <rost@math.ohio-state.edu>
1287         * cus-edit.el (customize-group, customize-group-other-window):
1288         Call custom-load-symbol unconditionally.
1289         (customize-face, customize-face-other-window): Fix format arg.
1291 2003-01-02  John Paul Wallington  <jpw@shootybangbang.com>
1293         * menu-bar.el (menu-bar-left-scroll-bar): Set `scroll-bar-mode'
1294         to `left'.
1296 2003-01-01  Richard M. Stallman  <rms@gnu.org>
1298         * mail/rmail.el (rmail-reply): Don't call mail-strip-quoted-names.
1300         * files.el (backup-buffer): Cope if file-modes returns nil.
1302 2002-12-30  Steven Tamm  <steventamm@mac.com>
1304         * scroll-bar.el (toggle-scroll-bar, scroll-bar-mode):
1305         Have scroll bars correctly default to being on the right for Mac
1306         Carbon port
1308 2002-12-29  Nick Roberts  <nick@nick.uklinux.net>
1310         * gdb-ui.el (gdb-delete-display): Rename (gdb-delete-expression).
1311         (gdb-goto-bp-this-line): Rename (gdb-goto-breakpoint).
1312         (gdb-toggle-bp-this-line): Rename (gdb-toggle-breakpoint).
1313         (gdb-delete-bp-this-line): Rename (gdb-delete-breakpoint).
1314         (gdb-toggle-disp-this-line): Rename (gdb-toggle-display).
1315         (gdb-delete-disp-this-line): Rename (gdb-delete-display).
1316         (gud-gdba-marker-filter): Remove unnecessary save-match-data.
1317         (gdb-mouse-goto-breakpoint, gdb-frames-select): New functions.
1318         (gdb-frames-mouse-select): Simplify.
1319         Make keybindings (gdb-goto-breakpoint, gdb-frames-select, etc)
1320         consistent with other modes in emacs.
1321         (gdb-display-source-buffer): Return window of source buffer
1322         for (gud-display-line).
1324 2002-12-29  Markus Rost  <rost@math.ohio-state.edu>
1326         * button.el (defface button): Add group.
1328         * cus-edit.el (customize-browse): Call `widget-setup'.
1330 2002-12-29  Andreas Schwab  <schwab@suse.de>
1332         * Makefile.in: Generate cus-load.el and finder-inf.el in the
1333         source directory.  Change dependencies on lisp files to explicitly
1334         use $(lisp).
1335         (compile-calc): Fix command substitution.
1336         * cus-dep.el (generated-custom-dependencies-file): New variable.
1337         (custom-make-dependencies): Use it instead of hardcoding cus-load.el.
1338         * finder.el (generated-finder-keywords-file): New variable.
1339         (finder-compile-keywords): Use it instead of hardcoding finder-inf.el.
1341 2002-12-28  Richard M. Stallman  <rms@gnu.org>
1343         * info-look.el (info-lookup): Fix error message typo.
1345         * comint.el (comint-mode): Locally set scroll-conservatively.
1346         (comint-postoutput-scroll-to-bottom): comint-scroll-show-maximum-output
1347         is active only when point is at end.
1349         * dired.el (dired-goto-file): Handle \ and ^M quoted by backslash.
1350         Fix error message.
1352         * files.el (find-file-noselect-1): Kill local value of `cursor-type'.
1354         * simple.el (repeat-complex-command): Signal real error on failure.
1356 2002-12-28  Andreas Schwab  <schwab@suse.de>
1358         * progmodes/make-mode.el (makefile-font-lock-keywords):
1359         Highlight automatic variable references enclosed in parens and
1360         optionally suffixed by F or D.
1362 2002-12-27  Miles Bader  <miles@gnu.org>
1364         * info.el (Info-complete-menu-item): Make `Info-complete-cache' a
1365         buffer-local variable.
1367 2002-12-26  Markus Rost  <rost@math.ohio-state.edu>
1369         * cus-edit.el (customize-group-other-window): Use pop-to-buffer in
1370         the same way as `custom-buffer-create-other-window'.
1371         (customize-variable-other-window, customize-option-other-window):
1372         Definitions moved up.
1374 2002-12-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1376         * net/tramp*.el: Sync with upstream version 2.0.28.  Bugfixes.
1377         * net/tramp-ftp.el: Glue code with Ange-FTP, broken out of
1378         tramp.el.  From Michael Albinus.
1379         * net/tramp-smb.el: New file for using smbclient to access
1380         Windows shares with Tramp.  From Michael Albinus.
1382 2002-12-26  Andreas Schwab  <schwab@suse.de>
1384         * international/mule-cmds.el (select-safe-coding-system): Fix typo.
1386 2002-12-26  Andre Spiegel  <spiegel@gnu.org>
1388         * vc.el (vc-next-action-on-file): Use t argument to vc-checkout in
1389         order to get the latest version on the current branch.
1390         Update documentation of vc-BACKEND-checkout to explain this.
1392         * vc-rcs.el (vc-rcs-checkout): Handle t argument for REV.
1393         (vc-rcs-checkin): By default, specify the current workfile
1394         branch as the check-in revision.
1396         * vc-cvs.el (vc-cvs-checkout): Handle t argument for REV.
1398         * vc-sccs.el (vc-sccs-checkout): Likewise.
1400 2002-12-26  Nick Roberts  <nick@nick.uklinux.net>
1402         * gdb-ui.el (gdb-info-display-custom): Ensure that frames/buffers
1403         of displayed expressions are deleted when the displayed expressions
1404         are deleted.
1405         (gdb-delete-disp-this-line, gdb-delete-display): Frame/buffer
1406         deletion is handled by gdb-info-display-custom now.
1407         (gdb-source-info): Undo earlier change (do create display buffer
1408         automatically).
1410 2002-12-25  Markus Rost  <rost@math.ohio-state.edu>
1412         * cus-edit.el (custom-save-faces): Fix typo.
1414 2002-12-23  Francesco Potort\e,Al\e(B  <pot@gnu.org>
1416         * mail/undigest.el (unforward-rmail-message): Do not assume that
1417         the forwarded message's Date: header comes after From:.  Use a
1418         Forwarded-from: rather than a Forwarded-by: header.  Add a
1419         Forwarded-date: header.
1421 2002-12-23  Nick Roberts  <nick@nick.uklinux.net>
1423         * gdb-ui.el (gdb-display-number-end): Make auto-display of
1424         expressions in GDB work on text-only terminals.
1425         (gdb-post-prompt): Compute current frame properly.
1426         (gdb-get-current-frame, gdb-frame-handler): New functions.
1427         (gdb-source-info): Move last statement into if clause.
1428         Tidy, improve documentation.
1430 2002-12-23  Richard M. Stallman  <rms@gnu.org>
1432         * emacs-lisp/checkdoc.el: Don't define a name for the minor mode menu.
1434         * emacs-lisp/easymenu.el (easy-menu-do-define): Handle nil for SYMBOL.
1435         (easy-menu-define): Doc fix, say SYMBOL can be nil.
1437         * window.el (save-selected-window): Save and restore
1438         selected windows of all frames.
1440         * cus-start.el (scroll-up-aggressively, scroll-down-aggressively):
1441         Update custom types.
1443 2002-12-23  Alex Schroeder  <alex@emacswiki.org>
1445         Merging Dave Love <fx@gnu.org>'s custom_themes branch containing
1446         Alex Schroeder's adaptation of Jan Vroonhof
1447         <vroonhof@math.ethz.ch>'s code.  Doc strings corrected by RMS.
1449         * cus-edit.el (customize-save-variable): Take themes into account.
1450         (custom-variable-save): Take themes into account.
1451         (custom-variable-reset-saved): Add comment-widget.
1452         (custom-variable-reset-standard): Add comment-widget.
1453         (custom-variable-reset-standard): Take themes into account.
1454         (custom-face-save): Take themes into account.
1455         (custom-face-reset-standard): Take themes into account.
1456         (custom-save-variables): Take themes into account.
1457         (custom-save-faces): Take themes into account.
1458         (custom-save-resets): New function.
1459         (custom-save-loaded-themes): New function.
1460         (customize-save-customized): Take themes into account.
1462         * cus-face.el (custom-set-faces): Call custom-theme-set-faces.
1463         (custom-theme-set-faces): New function.
1464         (custom-theme-face-value): New function.
1465         (custom-theme-reset-internal-face): New function.
1466         (custom-theme-reset-faces): New function.
1467         (custom-reset-faces): New function.
1469         * custom.el (custom-known-themes): New variable.
1470         (custom-declare-theme): New function.
1471         (deftheme): New macro.
1472         (custom-make-theme-feature): New function.
1473         (custom-theme-p): New function.
1474         (custom-check-theme): New function.
1475         (custom-push-theme): New function.
1476         (custom-theme-set-variables): Take themes into account.
1477         (custom-loaded-themes): New variable.
1478         (custom-theme-loaded-p): New function.
1479         (provide-theme): New function.
1480         (require-theme): New function.
1481         (custom-remove-theme): New function.
1482         (custom-do-theme-reset): New function.
1483         (custom-theme-load-themes): New function.
1484         (custom-load-themes): New function.
1485         (custom-theme-value): New function.
1486         (custom-theme-variable-value): New function.
1487         (custom-theme-reset-internal): New function.
1488         (custom-theme-reset-variables): New function.
1489         (custom-reset-variables): New function.
1491         * cus-theme.el: New file.
1493 2002-12-23  Matthew Swift  <swift@alum.mit.edu>
1495         * emacs-lisp/rx.el (rx-and): Generate a shy group.
1496         Specify `no-group' when calling rx-to-string.
1497         (rx-submatch): Specify `no-group' when calling rx-to-string.
1498         (rx-kleene): Use rx-atomic-p to decide whether to make a group.
1499         (rx-atomic-p): New function.
1501 2002-12-23  Kevin Ryde  <user42@zip.com.au>
1503         * info-look.el (info-lookup): For ease of use try item
1504         case-insensitive if not found case-sensitive.
1505         Do case sensitive search in index nodes, so items differing only in
1506         case go correctly to their respective nodes.
1508 2002-12-22  Richard M. Stallman  <rms@gnu.org>
1510         * subr.el (add-to-invisibility-spec): If it was t, start it out at (t).
1512         * textmodes/texinfmt.el (tex-start-of-header, tex-end-of-header):
1513         Add defvars.
1515         * textmodes/tex-mode.el (tex-print): Call shell-quote-argument
1516         on the file name.
1518         * textmodes/outline.el (outline-next-visible-heading):
1519         When going forward, test outline-invisible-p at start of header.
1521 2002-12-22  Kevin Ryde  <user42@zip.com.au>
1523         * textmodes/makeinfo.el (makeinfo-buffer): Display result using
1524         Info-mode.
1525         (makeinfo-compilation-sentinel-buffer, makeinfo-current-node):
1526         New functions.
1527         (makeinfo-compile): Add a sentinel parameter.
1528         (makeinfo-compilation-sentinel-region): Renamed from
1529         makeinfo-compilation-sentinel, and makeinfo-temp-file now never nil.
1530         (makeinfo-region): Use this.
1531         * info.el (Info-revert-find-node): New function.
1533 2002-12-22  Nick Roberts  <nick@nick.uklinux.net>
1535         * tooltip.el (tooltip-gud-tips): Output tooltip without switching
1536         process filter (gdba in gdb-ui.el only).
1537         (gdb-tooltip-print): New function.
1538         (tooltip-gud-process-output): Undo previous change.
1539         (tooltip-strip-annotations): Remove.
1541 2002-12-22  Zoltan Kemenczy  <zoltan@ieee.org>
1543         * gud.el (gud-menu-map): Add jdb support for "run".
1544         (gud-jdb-find-source-using-classpath): Use 'identity.
1545         (gud-jdb-marker-filter): Marker regexp and filename filtering
1546         change to support a backwards-incompatible change in Sun's jdb
1547         line number display in SDK versions 1.4.
1548         (gud-format-command): gud-find-class now requires two
1549         parameters (file and linenumber).
1550         (gud-find-class): Bulk of the change related to using c-syntactic
1551         symbols to locate nested class declarations in java sources
1552         visited by java-mode (cc-mode).
1554 2002-12-21  Nick Roberts  <nick@nick.uklinux.net>
1556         * gdb-ui.el: Remove the concept of an instance. This means that
1557         a lot of functions have been renamed. Accessors are prefixed with
1558         gdb-get, setters with gdb-set and the word instance has been
1559         removed from many function and variable names.
1560         (gdb-display-buffer): Protect source buffer as well
1561         as GUD buffer when requesting new buffers.
1562         (gdb-source-info): Two changes : Don't create display buffer
1563         automatically, compute source window correctly.
1565 2002-12-21  Richard M. Stallman  <rms@gnu.org>
1567         * man.el (Man-getpage-in-background): Put GROFF_NO_SGR in env.
1569         * ls-lisp.el (original-insert-directory): Make this a variable,
1570         don't set its function definition.
1571         (insert-directory): Use funcall to call that function.
1573         * bindings.el (help-echo): Change tooltip string.
1575         * chistory.el (command-history-map): Move definition up.
1577         * faces.el (help-xref-stack): Add defvar to avoid warning.
1579 2002-12-21  Andreas Schwab  <schwab@suse.de>
1581         * dired.el (dired-insert-directory): Preserve text properties
1582         when quoting.
1584 2002-12-20  Francesco Potort\e,Al\e(B  <pot@gnu.org>
1586         * mail/undigest.el (rmail-mail-separator): Renamed from
1587         rmail-digest-mail-separator.  All users changed.
1588         (unforward-rmail-message): Rewritten to be more robust and to
1589         additionally account for the common style of forwarding messages
1590         by citing them entirely with headers.
1592 2002-12-18  Dave Love  <fx@gnu.org>
1594         * international/utf-8-subst.el: Deleted.
1596         * international/ucs-tables.el (ucs-fragment-8859): Don't modify
1597         char-coding-system-table elements destructively.
1598         Use optimize-char-coding-system-table.
1600         * international/mule.el (optimize-char-coding-system-table): New.
1601         (register-char-codings): Use it.
1603         * international/utf-8.el (ucs-mule-cjk-to-unicode)
1604         (ucs-unicode-to-mule-cjk): Revert last change.
1605         (utf-subst-table-for-encode): Initially use ucs-mule-cjk-to-unicode.
1606         (utf-subst-table-for-decode): Initially use ucs-unicode-to-mule-cjk.
1607         (utf-fragment-on-decoding, utf-translate-cjk): Don't modify
1608         char-coding-system-table elements destructively.
1609         (utf-translate-cjk): Set ucs-mule-cjk-to-unicode,
1610         ucs-unicode-to-mule-cjk to new hash tables with realistic parameters.
1612 2002-12-18  John Paul Wallington  <jpw@shootybangbang.com>
1614         * info.el (Info-dir-remove-duplicates): Avoid infloop when
1615         deleting last entry.
1617 2002-12-17  Nick Roberts  <nick@nick.uklinux.net>
1619         * gdb-ui.el (gdba-marker-filter, gdb-output-burst): Merge and
1620         rename gud-gdba-marker-filter.
1621         (gdb-append-to-inferior-io): Only pop up IO buffer if there is output.
1622         (gdb-make-instance): Remove (put into gdba).
1623         Use gdb-instance-enqueue-input instead of
1624         gdb-instance-enqueue-idle-input for user functions.
1625         (gdb-instance-target-string): Simplify.
1626         (in-gdb-instance-context): Remove.
1627         Expand Commentary.
1629 2002-12-17  Kenichi Handa  <handa@m17n.org>
1631         * international/mule.el (set-file-name-coding-system): New function.
1633         * international/mule-cmds.el (mule-keymap, set-coding-system-map):
1634         Add bindings for set-file-name-coding-system.
1636 2002-12-17  Kenichi Handa  <handa@m17n.org>
1638         * international/mule-cmds.el (universal-coding-system-argument):
1639         Bind coding-system-require-warning to t.
1640         (select-safe-coding-system): Handle t in the arg
1641         DEFAULT-CODING-SYSTEM specially.  Use read-coding-system to read a
1642         coding-system to allow users to specify unsafe coding system on
1643         their risk.
1645 2002-12-16  Francesco Potort\e,Al\e(B  <pot@gnu.org>
1647         * mail/undigest.el (rmail-digest-methods)
1648         (rmail-digest-mail-separator): New variables.
1649         (rmail-digest-parse-mime, rmail-digest-parse-rfc1153strict)
1650         (rmail-digest-parse-rfc1153sloppy, rmail-digest-rfc1153)
1651         (rmail-digest-parse-rfc934): New functions.
1652         (undigestify-rmail-message): Completely rewritten.
1654 2002-12-16  Kim F. Storm  <storm@cua.dk>
1656         * ido.el (ido-read-file-name): Remove debug message.
1658 2002-12-16  Daniel Pfeiffer  <occitan@esperanto.org>
1660         * buff-menu.el (Buffer-menu, Buffer-menu-use-header-line)
1661         (Buffer-menu-buffer-face, Buffer-menu-buffer+size-width)
1662         (Buffer-menu-mode-width): New customization.
1663         (Buffer-menu-sort-column): New var.
1664         (Buffer-menu-no-header): New function for not changing header line and
1665         recognizing swapped M&R columns, used by modifying commands in Buffer
1666         Menu.
1667         (Buffer-menu-buffer+size): New function for variable width buffer name.
1668         (list-buffers-noselect): Rewritten for nicer menu.
1670 2002-12-16  Markus Rost  <rost@math.ohio-state.edu>
1672         * filesets.el (filesets-build-menu-now): Don't clear messages.
1674         * allout.el: Avoid name conflicts with outline.el.
1675         Replace globally string "outline-" with string "allout-".
1676         Replaced 1446 occurrences; there was no string "allout-" before the
1677         change and there seems to be no dependency on outline.el.
1678         Put `quotes' around many function and variable names.
1679         Doc changes to adjust to the change to prefix "allout-".
1680         Don't provide `outline'.  Use " Allout" as mode line string,
1681         not " Outl".  Put group `allout' in group `editing'.
1682         Update Copyright notice.  Autoload `allout-init'.
1683         (allout-init): Give report also in case auto-activation was inhibited.
1684         (my-mark-marker): Test for feature `xemacs' instead of a string parse.
1686 2002-12-16  Stefan Monnier  <monnier@cs.yale.edu>
1688         * xml.el (xml-parse-tag): Allow spaces between / and >.
1690 2002-12-15  David Kastrup  <David.Kastrup@t-online.de>
1692         * emacs-lisp/autoload.el (autoload-ensure-default-file):
1693         Insert missing space in file end comment.
1695 2002-12-15  Simon Josefsson  <jas@extundo.com>
1697         * mail/smtpmail.el (smtpmail-via-smtp): Fall back to
1698         user-mail-address as sender.
1700 2002-12-15  Dave Love  <fx@gnu.org>
1702         * international/mule-cmds.el (standard-keyboard-coding-systems):
1703         Delete.
1704         (set-locale-environment): Don't use it.
1706         * international/utf-8.el (ucs-mule-cjk-to-unicode)
1707         (utf-subst-table-for-encode, ucs-unicode-to-mule-cjk)
1708         (utf-subst-table-for-decode): Specify :size, :rehash-size.
1709         (utf-translate-cjk): :set rewritten to load subst-... files.
1710         Add :set-after.
1711         (ccl-decode-mule-utf-8): Consider CJK translation for r3<#x3400.
1713 2002-12-15  Gustav H\e,Ae\e(Bllberg  <gustav@virtutech.se>  (tiny change)
1715         * progmodes/compile.el (compile-reinitialize-errors): Don't mark the
1716         buffer as modified unless it really is.
1718 2002-12-14  Andreas Schwab  <schwab@suse.de>
1720         * wid-edit.el (widget-move): Don't loop infinitely when there is
1721         no field or button.
1723 2002-12-13  Stefan Monnier  <monnier@cs.yale.edu>
1725         * uniquify.el (uniquify-rationalize-file-buffer-names, rename-buffer)
1726         (uniquify-delay-rationalize-file-buffer-names, kill-buffer-hook):
1727         Undo 2002/09/27 change because kill-buffer-hook is not
1728         permanent-local.
1730         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
1731         Optimize the remaining part of for-effect and/or expressions.
1733 2002-12-13  Markus Rost  <rost@math.ohio-state.edu>
1735         * emacs-lisp/easy-mmode.el (define-minor-mode):
1736         Use `custom-current-group'. Pass all groups to the hook.
1737         (easy-mmode-define-global-mode): Use `custom-current-group'.
1739         * international/mule-cmds.el (current-language-environment):
1740         Set type according to `language-info-alist' also here.
1742         * progmodes/compile.el (compilation-menu-map):
1743         Use `kill-compilation' to stop compilation.
1745 2002-12-13  Kenichi Handa  <handa@m17n.org>
1747         * language/european.el (encode-mac-roman): Fix last change.
1749         * language/cyrillic.el (ccl-encode-koi8, ccl-encode-koi8-u)
1750         (ccl-encode-alternativnyj): Fix last change.
1752 2002-12-13  Nick Roberts  <nick@nick.uklinux.net>
1754         * gdb-ui.el: Improve documentation strings.
1755         (gdb-many-windows): Set default value to nil.
1757 2002-12-12  Dave Love  <fx@gnu.org>
1759         * international/subst-big5.el, international/subst-gb2312.el:
1760         * international/subst-jis.el, international/subst-ksc.el: New.
1762         * custom.el (defcustom, custom-set-variables): Doc fix.
1764         * emacs-lisp/bytecomp.el (byte-compile-if): Suppress warnings from
1765         things protected by `(if (fboundp ...' or `(if (boundp ...'.
1767         * emacs-lisp/byte-opt.el (byte-optimize-featurep): New.
1769 2002-12-12  Glenn Morris  <gmorris@ast.cam.ac.uk>
1771         * progmodes/fortran.el (fortran-mode-abbrev-table):
1772         Handle `define-abbrev' with either 5 or 6 arguments.
1774 2002-12-12  Markus Rost  <rost@math.ohio-state.edu>
1776         * international/mule-cmds.el (set-language-info):
1777         Update custom-type of `current-language-environment'.
1778         (current-language-environment): Fix custom type.
1780 2002-12-11  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1782         * progmodes/antlr-mode.el (antlr): New URL.
1784 2002-12-10  R. Bernstein  <rocky@panix.com>
1786         * gud.el (bashdb): Prompt now included parenthesis for subshell levels.
1787         Fix erroneous print expression command, and fix typos.
1788         (perldb): Undo previous change in prompt regexp.
1790 2002-12-10  Steven Tamm  <steventamm@mac.com>
1792         * generic-x.el (javascript-generic-mode): Added C style block
1793         comments as used in ECMA-262 standard.
1795 2002-12-10  Kenichi Handa  <handa@m17n.org>
1797         * language/european.el ("Swedish"): Change tutorial file name to
1798         TUTORIAL.sv in this langauge environment..
1800 2002-12-09  John Paul Wallington  <jpw@shootybangbang.com>
1802         * ibuffer.el (ibuffer-mode): If `show-paren-mode' is enabled,
1803         disable it buffer-locally.
1804         (ibuffer-mouse-popup-menu): Use `=' instead of `eq' to compare
1805         `eventpt' and point.
1807         * ibuf-ext.el (ibuffer-remove-duplicates): New function.
1808         (ibuffer-set-filter-groups-by-mode): Use it instead of
1809         `delete-duplicates' so we don't require cl library at runtime.
1810         (ibuffer-insert-filter-group-before): Don't use `position' so we
1811         don't require cl library at runtime.
1813         * chistory.el (command-history-mode): Add interactive spec.
1814         Improve doc string.
1816 2002-12-09  Richard M. Stallman  <rms@gnu.org>
1818         * isearch.el (isearch-no-upper-case-p): \\ only quotes one character.
1820 2002-12-09  Markus Rost  <rost@math.ohio-state.edu>
1822         * mwheel.el (mouse-wheel-scroll-amount): Revert previous change -
1823         customize type 'float is now defined.
1825 2002-12-09  Dave Love  <fx@gnu.org>
1827         * international/code-pages.el (mik, pt154): New coding systems.
1829         * international/ucs-tables.el: Fix properly.
1831 2002-12-09  Andreas Schwab  <schwab@suse.de>
1833         * international/ucs-tables.el: Fix last change.
1835 2002-12-09  Kenichi Handa  <handa@m17n.org>
1837         * international/titdic-cnv.el (titdic-convert): Process the
1838         header part in multibyte mode.
1840 2002-12-08  Dave Love  <fx@gnu.org>
1842         * international/code-pages.el (mule-diag): Move where it's required.
1844         * international/ucs-tables.el: Add latin-jisx0201 characters.
1845         Fix translation-table-for-input for lao, thai, tibetan.
1847 2002-12-08  Andreas Schwab  <schwab@suse.de>
1849         * files.el (insert-directory): Insert free space only when
1850         listing a full directory.
1852 2002-12-08  Nick Roberts  <nick@nick.uklinux.net>
1854         * gdb-ui.el : Remove inappropriate key-bindings.
1855         (gdb-info-breakpoints-custom, gdb-goto-bp-this-line):
1856         Parse correctly when breakpoint has no line number.
1857         (def-gdb-auto-update-handler, gdb-info-locals-handler),
1858         (gdb-display-end): Avoid using insert-buffer.
1859         (gdb-frames-select-by-mouse): Rename gdb-frames-mouse-select.
1861 2002-12-07  Richard M. Stallman  <rms@gnu.org>
1863         * progmodes/compile.el (compilation-enter-directory-regexp-alist)
1864         (compilation-leave-directory-regexp-alist): Match byte compiler output.
1866         * emacs-lisp/cl-macs.el: Add local variable list
1867         to turn off cl-function warnings.
1869         * emacs-lisp/bytecomp.el (byte-compile-eval): Handle (t . SYMBOL)
1870         elements in load-history.
1871         (byte-compile-cl-warn): No cl warnings for cl-defsubst-expand
1872         and cl-struct-setf-expander.
1874         * emacs-lisp/autoload.el (autoload-print-form-outbuf):
1875         New variable.
1876         (autoload-print-form): Use autoload-print-form-outbuf.
1877         (generate-file-autoloads): Bind autoload-print-form-outbuf.
1879         * calendar/calendar.el (calendar-day-name): Move defn down.
1881         * speedbar.el (speedbar-directory-buttons-follow):
1882         Don't use directory-sep-char.
1884 2002-12-06  Masatake YAMATO  <jet@gyve.org>  (tiny change)
1886         * register.el (describe-register-1): Use window-width
1887         to truncate string in a register.  Check whether the string
1888         in a register is an empty string or a sequence of white spaces.
1890 2002-12-07  Andreas Schwab  <schwab@suse.de>
1892         * faces.el (face-font-selection-order)
1893         (face-font-family-alternatives, face-font-registry-alternatives):
1894         Remove period from :tag value.
1896         * cus-edit.el (custom-face-edit-fix-value): Change :reverse-video
1897         to :inverse-video.
1899 2002-12-07  Markus Rost  <rost@math.ohio-state.edu>
1901         * wid-edit.el (define-widget number): Clarify doc and error message.
1902         (define-widget float): New widget.
1904 2002-12-07  Andreas Schwab  <schwab@suse.de>
1906         * eshell/em-ls.el (eshell-ls-product-regexp): Fix typo.
1908         * files.el (find-file-read-args): Reenable wildcard processing
1909         unconditionally.
1911 2002-12-06  Robert J. Chassell  <bob@rattlesnake.com>
1913         * textmodes/texinfmt.el (texinfo-format-scan): Handle new
1914         functions for copyright notice and copying permissions.
1915         (texinfo-copying, texinfo-insertcopying): New functions.
1917 2002-12-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1919         * textmodes/texinfmt.el (texinfo-format-ifxml)
1920         (texinfo-format-xml): New function.
1921         (ifxml, ifnotxml): New aliases.
1923 2002-12-06  Dave Love  <fx@gnu.org>
1925         * international/utf-8-subst.el: Revert last change.
1927 2002-12-06  Miles Bader  <miles@gnu.org>
1929         * info.el (Info-insert-dir): Make dir-node-cache variables
1930         buffer-local, so that killing the *info* buffer forces the
1931         dir-node to be rebuilt.
1933 2002-12-06  Markus Rost  <rost@math.ohio-state.edu>
1935         * finder.el (finder-compile-keywords): Don't insert a keyword to
1936         the generated file.
1938 2002-12-05  Andreas Schwab  <schwab@suse.de>
1940         * speedbar.el (speedbar-highlight-face): Fix face spec.
1942 2002-12-05  Stefan Monnier  <monnier@cs.yale.edu>
1944         * gdb-ui.el: Replace uses of (gdb-get-instance-buffer 'gdba) and
1945         gdb-proc with gud-comint-buffer instead.
1946         (gdb-proc): Remove.
1947         (def-gdb-var): Simplify.
1948         (gdb-get-create-instance-buffer): Avoid make-variable-buffer-local.
1949         Set gud-comint-buffer as well as gud-minor-mode and tool-bar-map.
1950         (gdb-goto-bp-this-line): Select the window while doing the goto-line.
1951         (gdb-info-locals-handler): Avoid replace-regexp.
1953         * calendar/calendar.el (facemenu-unlisted-faces): Only update
1954         after facemenu is loaded.
1955         (calendar-font-lock-keywords): Accept non-ASCII month names.
1956         Use regexp-opt.
1958         * gdb-ui.el (gud-gdb-complete-string, gud-gdb-complete-break)
1959         (gud-gdb-complete-list, gud-gdb-complete-in-progress): Remove.
1960         (gdba): Call `gdb' and then make modifications.
1961         Always call gdb-clear-inferior-io rather than just "the first time".
1962         (gud-break, gud-remove): Definitions moved to inside gdba.
1963         (gdb-target-name): Remove.  Use gud-target-name instead.
1964         (gdba-complete-filter, gdba-common-init): Remove.
1965         The changes were integrated into the generic code.
1967         * gud.el: Use match-string.
1968         (gud-menu-map): Re-fix gdb-running to gud-running.
1969         Activate up/down and finish for pdb.
1970         (gud-def): Use backquotes.
1971         (gdb, sdb, dbx, xdb, pdb, jdb, bashdb): Remove redundant menu bindings.
1972         (gud-gdb-complete-in-progress, gud-gdb-complete-string)
1973         (gud-gdb-complete-break, gud-gdb-complete-list):
1974         Rename to gud-gdb-fetch-lines-in-progress, gud-gdb-fetch-lines-string,
1975         gud-gdb-fetch-lines-break and gud-gdb-fetched-lines.
1976         (gud-gdb-fetch-lines-filter): Rename from gud-gdb-complete-filter.
1977         Add a `filter' argument and run it on `string'.
1978         (gud-gdb-run-command-fetch-lines): Use it instead of
1979         gud-gdb-speedbar-stack-filter.  Add a `skip' arg.
1980         Return the fetched lines.
1981         (gud-gdb-complete-command): Use it instead of cooking up
1982         something by hand using gud-gdb-complete-filter.
1983         (gud-gdb-get-stackframe): Use the new calling convention of
1984         gud-gdb-run-command-fetch-lines.
1985         (gud-gdb-fetched-stack-frame-list): Remove.
1986         (gud-gdb-speedbar-stack-filter): Remove.
1987         (gud-jdb-marker-filter): Change RE for easier extraction of submatches.
1988         (gud-bashdb-command-name): Add "--debugger" argument here.
1989         (bashdb): Use default gud-find-file and don't bother with
1990         a massage-args function now that --debugger is make explicit.
1991         (gud-bashdb-massage-args, gud-bashdb-find-file): Remove.
1992         (bashdb): Don't provide.
1993         (gud-target-name): New var.
1994         (gud-common-init): Set it.
1995         Also reset gud-running and gud-last-last-frame.
1997 2002-12-05  Dave Love  <fx@gnu.org>
1999         * international/utf-8-subst.el: Update safe-chars of mule-utf-8,
2000         mule-utf-16-le, mule-utf-16-be.
2002 2002-12-05  Richard M. Stallman  <rms@gnu.org>
2004         * textmodes/outline.el (outline-mode): Doc fix.
2006 2002-12-05  Edward M. Reingold  <reingold@emr.cs.iit.edu>
2008         * calendar/solar.el (solar-atn2): Give correct quadrant for arctan.
2010 2002-12-05  Kenichi Handa  <handa@m17n.org>
2012         * international/titdic-cnv.el (quail-misc-package-ext-info):
2013         Remove duplicate entry for chinese-b5-quick.
2014         (batch-miscdic-convert): Don't try to call miscdic-convert on
2015         files in the directory just following the arg "-dir".
2017 2002-12-04  Stefan Monnier  <monnier@cs.yale.edu>
2019         * gdb-ui.el: Fold top-level `setq's and `define-key's into their
2020         corresponding defvar.
2021         (gdb-inferior-io-mode-map): New var.
2022         Add bindings to it rather than to comint-mode-map.
2023         (gdb-display-number-end): Use dolist.  Remove always-true test.
2024         (gdb-delete-line): Move and simplify.
2025         (gdb-display-end): Don't bother going to beg-of-line since we're there.
2026         (gdb-array-format1): Use dolist.
2027         (gdb-make-windows-menu, gdb-make-frames-menu):
2028         Move to top-level code.  Move the menus to within the GUD menu.
2029         Make the menus only appear in gdba mode.
2031         * gdb-ui.el (gdb-inferior-io-mode-map): Remove (unused).
2032         (gdb-inferior-io-mode): Use define-minor-mode.
2033         (gdb-source-info): Don't burp if there's no source file.
2034         (gdb-inferior-io-interrupt, gdb-inferior-io-quit)
2035         (gdb-inferior-io-stop, gdb-inferior-io-eof)
2036         (gdb-display-breakpoints-buffer, gdb-frame-breakpoints-buffer)
2037         (gdb-display-stack-buffer, gdb-frame-stack-buffer)
2038         (gdb-display-registers-buffer, gdb-frame-registers-buffer)
2039         (gdb-display-locals-buffer, gdb-frame-locals-buffer)
2040         (gdb-display-display-buffer, gdb-frame-display-buffer)
2041         (gdb-display-gdb-buffer, gdb-frame-gdb-buffer)
2042         (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
2043         Remove the spurious left over arg from the "big reorg".
2045 2002-12-04  Richard M. Stallman  <rms@gnu.org>
2047         * gud.el (gud-menu-map): Update for bashdb.
2048         (perldb): Change prompt regexp.
2049         (gud-bashdb-history, gud-bashdb-massage-args, gud-bashdb-marker-filter)
2050         (gud-bashdb-find-file, gud-bashdb-command-name, bashdb): New.
2052         * progmodes/cc-vars.el: Simply require wid-edit and custom
2053         in eval-when-compile.
2055         * progmodes/cc-menus.el: Don't require imenu.
2057         * progmodes/cc-langs.el: Don't require cl.
2058         (c-delete-duplicates): New function.  Use instead of delete-duplicates.
2060         * progmodes/cc-bytecomp.el (cc-bytecomp-obsolete-var):
2061         Add an else-clause to the if to avoid confused compiler warning.
2063         * tooltip.el (tooltip-gud-tips-p): Undo previous change.
2065 2002-12-03  Stefan Monnier  <monnier@cs.yale.edu>
2067         * gdb-ui.el: Get rid of (quote ..); use match-string and ignore.
2069         * gdb-ui.el (gdba, gdb-starting, gdb-stopped, gdb-quit):
2070         Update gdb-running -> gud-running.
2071         (gdba): Use the default for gud-find-file.
2072         (def-gdb-variable): Remove: fold into def-gdb-var.
2073         (def-gdb-var): Use buffer-local-value and with-current-buffer.
2075         * gud.el (gud-running): Rename from gdb-running.  Update uses.
2076         (gud-tool-bar-map): Use tool-bar-local-item-from-menu rather than
2077         tool-bar-add-item-from-menu to avoid let binding tool-bar-map
2078         which fails if tool-bar.el is loaded in the mean time.
2079         (gud-file-name): New fun.
2080         (gud-find-file): Use it as default value for gud-find-file.
2081         (gud-speedbar-buttons): Discriminate on gud-minor-mode rather than
2082         on gud-find-file.
2083         (gud-gdb-find-file, gud-dbx-file-name, gud-dbx-find-file)
2084         (gud-xdb-file-name, gud-xdb-find-file, gud-perldb-find-file)
2085         (gud-pdb-find-file, gud-jdb-find-file): Remove.
2086         (gud-query-cmdline): Don't stuff the whole cwd in the command.
2087         (gdb, dbx, xdb, perldb, pdb, jdb): Use the default for gud-find-file.
2088         (gud-mipsdbx-massage-args): Remove.
2089         (gud-dbx-command-name): New var.  Do what gud-mipsdbx-massage-args did.
2090         (gud-irixdbx-marker-filter): Use match-string and gud-file-name.
2091         (gud-jdb-command-name): New var.
2092         (gud-common-init): Re-instate RMS code of 11/13.
2094 2002-12-03  Dave Love  <fx@gnu.org>
2096         * international/ucs-tables.el (ucs-unify-8859, ucs-unify-8859)
2097         (ucs-fragment-8859): Don't use set-buffer-major-mode-hook.
2098         (ucs-set-table-for-input): Use optional arg.  Check for null `cs'.
2100 2002-12-03  Andreas Schwab  <schwab@suse.de>
2102         * cus-edit.el (custom-display): Add checkbox for type mac.
2104         * whitespace.el (whitespace-highlight-face): Fix face spec.
2106 2002-12-02  Stefan Monnier  <monnier@cs.yale.edu>
2108         * simple.el (completion-setup-function): Fix last change to use
2109         minibuffer-completing-file-name instead.
2111         * add-log.el (change-log-mode): Set indent-line-function explicitly
2112         to what it was before indent-line-function's default was changed.
2114 2002-12-02  Richard M. Stallman  <rms@gnu.org>
2116         * textmodes/ispell.el (ispell-dict-map): Move specific
2117         dictionary selection into a submenu.
2119         * textmodes/fill.el (fill-indent-to-left-margin): New function.
2120         (fill-newline, fill-region-as-paragraph): Use that.
2122         * simple.el (completion-setup-function):
2123         Handle ffap-read-file-or-url-internal specially like
2124         read-file-name-internal.
2126 2002-12-02  Simon Marshall  <marshals@perth>
2128         * font-lock.el (c++-font-lock-extra-types): Fix previous change.
2130 2002-12-02  Fran\e,Ag\e(Bois Pinard  <pinard@iro.umontreal.ca>
2132         * progmodes/make-mode.el (makefile-font-lock-keywords): Highlight
2133         more make keywords:  defined, endef, override, export, unexport
2134         and vpath.
2136 2002-12-02  Dave Love  <fx@gnu.org>
2138         * autoarg.el (autoarg-kp-mode): Give it a :group.
2140 2002-12-02  Noah Friedman  <friedman@splode.com>
2142         * complete.el (PC-do-completion): Do not add wildcards to pattern
2143         unless filename is non-nil.
2145 2002-12-02  Andreas Schwab  <schwab@suse.de>
2147         * mwheel.el (mouse-wheel-scroll-amount): Fix customize type.
2149         * paren.el (show-paren-mismatch-face): Fix face spec.
2151 2002-11-30  Nick Roberts  <nick@nick.uklinux.net>
2153         * gdb-ui.el (gdb-many-windows): Define as a minor mode.
2154         (toggle-gdb-windows): Remove. (Patch from Stefan Monnier)
2156         * tooltip.el (tooltip-gud-process-output): Handle annotations that
2157         are output with gdba in gdb-ui.el.
2158         (tooltip-strip-annotations): New function.
2160 2002-12-29  Dave Love  <fx@gnu.org>
2162         * autoarg.el (autoarg-mode): Give it a :group.
2164 2002-11-29  Bill Wohler  <wohler@newt.com>
2166         * mail/mh-comp.el, mail/mh-e.el, mail/mh-funcs.el,
2167         mail/mh-mime.el, mail/mh-pick.el, mail/mh-seq.el,
2168         mail/mh-utils.el, mail/mh-xemacs-compat.el: Upgraded to MH-E
2169         version 7.0.
2171         * mail/mh-index.el, mail/mh-speed.el: New files for indexed
2172         searches and speedbar support in MH-E version 7.0.
2174         * toolbar/reply-all.pbm, toolbar/reply-all.xpm,
2175         toolbar/reply-from.pbm, toolbar/reply-from.xpm,
2176         toolbar/reply-to.pbm, toolbar/reply-to.xpm: New toolbar images for
2177         MH-E version 7.0.
2179 2002-11-29  Markus Rost  <rost@math.ohio-state.edu>
2181         * mwheel.el (mouse-wheel-inhibit-click-time): Fix custom type.
2183 2002-11-29  Richard M. Stallman  <rms@gnu.org>
2185         * mail/rmail.el (rmail-convert-to-babyl-format):
2186         Make search for message delimiter case-sensitive.
2188         * simple.el (yank-window-start): New variable.
2189         (yank): Record yank-window-start
2190         (yank-pop): Use yank-window-start.
2192         * info.el (Info-additional-directory-list): Doc fix.
2194         * indent.el (indent-according-to-mode, indent-region): Doc fix.
2196         * tooltip.el (tooltip-gud-tips-p): Doc fix.
2198         * eshell/em-script.el: Require eshell.
2200         * eshell/esh-ext.el, eshell/em-cmpl.el: Require esh-util.
2202 2002-11-29  Kim F. Storm  <storm@cua.dk>
2204         * mwheel.el: Avoid accidental yanking of text while scrolling with
2205         the mouse wheel.  This adds a short period after each mouse wheel
2206         scroll event where a click on the mouse wheel button is ignored.
2207         (mouse-wheel-click-event, mouse-wheel-inhibit-click-time): New customs.
2208         (mouse-wheel-click-button, mwheel-inhibit-click-event-timer): New vars.
2209         (mwheel-inhibit-click-timeout,mwheel-filter-click-events): New defuns.
2210         (mwheel-scroll): Add mwheel-filter-click-events as pre-command-hook.
2211         Start mwheel-inhibit-click-event-timer with timeout handler
2212         mwheel-inhibit-click-timeout.
2214 2002-11-28  Nick Roberts  <nick@nick.uklinux.net>
2216         * tooltip.el (tooltip-gud-tips-setup): Remove.
2217         (tooltip-gud-debugger): Remove.
2218         (tooltip-gud-print-command): Use gud-minor mode instead of
2219         tooltip-gud-tips-setup and tooltip-gud-debugger.
2221         * gdb-ui.el (gdb-starting): Set gdb-running to t.
2222         (gdb-stopped): Set gdb-running to nil.
2223         (gdb-quit): Reset some variables including tool-bar-map.
2225         * gud.el (gdb-running): New variable.
2226         (gud-menu-map): Use gdb-running to grey out toolbar buttons
2227         with gdba in gdb-ui.el.
2228         (gud-tool-bar-map): Move to avoid byte compiler warning.
2230 2002-11-27  Jason Rumney  <jasonr@gnu.org>
2232         * files.el (file-truename): Canonicalize non-existent names on w32.
2234 2002-11-28  Kim F. Storm  <storm@cua.dk>
2236         * ido.el (ido-xemacs): Remove defvar.  All uses changed to
2237         check (featurep 'xemacs) instead.
2238         (ido-visit-buffer): Use select-frame-set-input-focus unconditionally.
2240 2002-11-27  Dave Love  <fx@gnu.org>
2242         * emacs-lisp/cl-macs.el: Move `predicates for analyzing Lisp
2243         forms' block to top (before uses).
2244         (help-fns): Don't require at top level.  (Recursively.)
2245         (cl-transform-lambda): Require help-fns.
2247 2002-11-26  Dave Love  <fx@gnu.org>
2249         * language/european.el (encode-mac-roman): Deal with unencodable
2250         characters.
2252         * language/cyrillic.el (ccl-encode-koi8, ccl-encode-koi8-u)
2253         (ccl-encode-alternativnyj): Deal with unencodable characters.
2255         * international/code-pages.el (cp-make-coding-system): Deal with
2256         unencodable characters.
2258 2002-11-24  Richard M. Stallman  <rms@gnu.org>
2260         * mail/sendmail.el (mail-signature): Handle case where
2261         value of mail-signature is a string.
2263         * menu-bar.el (menu-bar-describe-menu): Add "What's This?" item.
2265         * faces.el (face-set-after-frame-default): Ignore errors
2266         in face-spec-face-set.
2268         * cus-face.el (custom-declare-face): Add face-defface-spec
2269         prop after applying the face spec.
2271 2002-11-23  Nick Roberts  <nick@nick.uklinux.net>
2273         * tooltip.el (tooltip-gud-print-command): Add server prefix to the
2274         print command for gdb to keep it out of the command history.
2276         * gdb-ui.el: Major re-organisation. Simplify legacy gdba
2277         code to allow only one gdb process.
2279 2002-11-23  Markus Rost  <rost@math.ohio-state.edu>
2281         * scroll-all.el (scroll-all-mode): Move arg LIGHTER to the right
2282         place.  Add groups.
2284 2002-11-22  Simon Marshall  <marshals@perth>
2286         * font-lock.el (c++-font-lock-extra-types): Add various STL classes.
2288 2002-11-21  Nick Roberts  <nick@nick.uklinux.net>
2290         * gdb-ui.el : General tidying. Patches from Stefan Monnier.
2292 2002-11-20  Simon Josefsson  <jas@extundo.com>
2294         * play/morse.el (morse-code): Add non-ASCII characters, according
2295         to table at http://www.soton.ac.uk/~scp93ch/morse/.
2297 2002-11-21  Richard M. Stallman  <rms@gnu.org>
2299         * dired.el (dired-sort-inhibit): New variable.
2300         (dired-sort-toggle-or-edit): Err if dired-sort-inhibit non-nil.
2302         * find-dired.el (find-dired): Set dired-sort-inhibit to t
2303         buffer-locally.
2305 2002-11-21  Eugene Exarevsky  <zheka@relex.ru>
2307         * progmodes/sql.el: Added LINTER support.
2308         (sql-linter-program): New variable.
2309         (sql-linter-options): New variable.
2310         (sql-mode-menu): Added Linter keywords.
2311         (sql-mode-linter-font-lock-keywords): New variable.
2312         (sql-highlight-linter-keywords): New function.
2313         (sql-linter): New function.
2314         (sql-ms-options): New variable.
2315         (sql-ms): Use it.
2317 2002-11-21  John Paul Wallington  <jpw@shootybangbang.com>
2319         * ibuffer.el (ibuffer-formats): Change default value; bump width
2320         of size column in first format to 7.
2322 2002-11-20  Stefan Monnier  <monnier@cs.yale.edu>
2324         * help-fns.el (describe-variable): Look for (defvar . <sym>) in the
2325         load-history since `defvar' now uses this format.
2327         * custom.el (custom-declare-variable): Use push.
2328         Use the (defvar . <sym>) format in load-history like `defvar' does.
2330         * subr.el (symbol-file): Accept a non-atomic `function' arg.
2331         (with-local-quit): Add debug and indentation info.
2333 2002-11-20  John Paul Wallington  <jpw@shootybangbang.com>
2335         * subr.el (symbol-file): Remove unused variable `functions'.
2337 2002-11-20  Markus Rost  <rost@math.ohio-state.edu>
2339         * Makefile.in (setwins_almost): Renamed from finder_setwins.
2340         (custom-deps): Use it.
2341         (finder-data): Adjust to that name change.
2343 2002-11-19  Stefan Monnier  <monnier@cs.yale.edu>
2345         * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
2346         Turn errors into messages so they don't get ignored.
2347         (eldoc-get-fnsym-args-string): Use help-split-fundoc.
2348         (eldoc-beginning-of-sexp): Simplify.
2349         (eldoc-function-arglist): Remove.
2350         (eldoc-function-argstring): Use help-function-arglist instead.
2351         (eldoc-function-argstring-from-docstring-method-table)
2352         (eldoc-function-argstring-from-docstring): Remove.
2354         * emacs-lisp/cl.el (multiple-value-call): Add docstring.
2356 2002-11-19  Dave Love  <fx@gnu.org>
2358         * emacs-lisp/bytecomp.el (maphash, map-char-table):
2359         Use byte-compile-funarg.
2361         * emacs-lisp/byte-opt.el (side-effect-free-fns): Several additions.
2363 2002-11-19  Markus Rost  <rost@math.ohio-state.edu>
2365         * progmodes/vhdl-mode.el (defgroup vhdl-related): Declare the
2366         members here rather than with custom-add-to-group.  This is the
2367         intended way of using defgroup and also lets
2368         custom-make-dependencies do its job.
2369         (defgroup vhdl-highlight-faces): Ditto.
2371         * emacs-lisp/shadow.el (defgroup lisp-shadow): New group name.
2372         Previous group name shadow is used in shadowfile.el.
2373         (shadows-compare-text-p): Use group lisp-shadow.
2375 2002-11-19  Stefan Monnier  <monnier@cs.yale.edu>
2377         * emacs-lisp/cl.el (multiple-value-call): Add docstring.
2379 2002-11-19  Masatake Yamato  <jet@gyve.org>  (tiny change)
2381         * register.el (describe-register-1): Don't assign to val the value
2382         returned by `remove-list-of-text-properties'.
2384 2002-11-18  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2386         * calendar/diary-lib.el (fancy-diary-font-lock-keywords):
2387         Grok month numbers, too.
2389 2002-11-18  Juanma Barranquero  <lektu@terra.es>
2391         * mail/smtpmail.el (smtpmail-send-queued-mail): Add autoload cookie.
2393 2002-11-18  Markus Rost  <rost@math.ohio-state.edu>
2395         * pcvs.el (cvs-minor-mode, cvs-mode-commit-hook): Add group.
2397         * textmodes/refill.el (defgroup refill): New group.
2399         * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Add group.
2401         * textmodes/sgml-mode.el (html-autoview-mode): Add group.
2403         * textmodes/paragraphs.el (use-hard-newlines): Add group.
2405         * progmodes/compile.el (compilation-shell-minor-mode): Add group.
2406         (compilation-minor-mode): Add group.
2408         * reveal.el (global-reveal-mode): Add group.
2410         * bookmark.el (bookmark-menu-length): Fix group name.
2412 2002-11-17  Richard M. Stallman  <rms@gnu.org>
2414         * mail/rmail.el (rmail-ignored-headers): Add more headers.
2416         * calendar/parse-time.el (parse-time-elt): Var renamed from `elt'.
2417         (parse-time-val): Var renamed from `val'.  All uses changed.
2419         * files.el (parse-time-rules): Mark it as risky.
2421         * finder.el (finder-commentary): Use buffer *Finder-package*.
2423         * menu-bar.el (menu-bar-options-menu): Improve tooltip string.
2425         * simple.el (indicate-unused-lines)
2426         (default-indicate-unused-lines): New variable aliases.
2428 2002-11-18  Kenichi Handa  <handa@m17n.org>
2430         * progmodes/cc-vars.el: Undo previous change.
2432 2002-11-18  Kenichi Handa  <handa@m17n.org>
2434         * language/cyrillic.el (cyrillic-iso-8bit): Make it safe.
2436         * language/european.el (iso-latin-1): Make it safe.
2437         (iso-latin-2, iso-latin-3, iso-latin-4, iso-latin-5, iso-latin-8)
2438         (iso-latin-9): Likewise.
2440         * language/greek.el (greek-iso-8bit): Make it safe.
2442         * language/hebrew.el (hebrew-iso-8bit): Make it safe.
2444         * language/lao.el (lao): Make it safe.
2446         * language/thai.el (thai-tis620): Make it safe.
2448 2002-11-17  Markus Rost  <rost@math.ohio-state.edu>
2450         * speedbar.el (defgroup speedbar): Use group 'etags instead of
2451         nonexisting group 'tags.
2453         * emacs-lisp/re-builder.el: Add provide call.
2455         * mail/feedmail.el (feedmail-fiddle-headers-upwardly)
2456         (feedmail-fiddle-plex-user-list): Fix typo in group name.
2458         * progmodes/make-mode.el (makefile-space-face): Fix group name.
2460         * textmodes/ispell.el (defgroup ispell): Arrange that definition
2461         starts at beginning of line.
2463         * textmodes/table.el (defgroup table-hooks): New group.
2464         (table-cell-map-hook): Fix typo in group name.
2466         * calendar/diary-lib.el (diary-button-face): Add group and version
2467         number.
2469         * warnings.el (defgroup warnings): New group.
2471 2002-11-16  Markus Rost  <rost@math.ohio-state.edu>
2473         * emacs-lisp/autoload.el (update-autoloads-from-directories):
2474         Sort the list of files with no autoloads.
2476 2002-11-16  Alan Shutko  <ats@acm.org>
2478         * calendar/diary-lib.el (list-diary-entries): Pass a marker
2479         indicating source of entry to add-to-diary-list.
2480         (diary-button-face, diary-entry, diary-goto-entry): New, to
2481         support click to diary file.
2482         (fancy-diary-display): Buttonize diary entries.
2483         (list-sexp-diary-entries): Pass a marker indicating source of
2484         entry to add-to-diary-list.
2485         (diary-date): Return mark as well as entry.
2487         * calendar/calendar.el (diary-face): New.
2488         (european-calendar-display-form, describe-calendar-mode)
2489         (mark-visible-calendar-date, calendar-mark-today): Tidy doc string.
2490         (calendar-make-alist): New.
2491         (calendar-mode): Set up font-lock mode.
2492         (generate-calendar-window): Fontify if font-lock-mode is on.
2494 2002-11-16  Ivan Zakharyaschev  <imz@altlinux.org>  (tiny change)
2496         * international/codepage.el (cp866-decode-table): Fix the
2497         translation table.
2499 2002-11-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
2501         * progmodes/cc-bytecomp.el (cc-bytecomp-defun): Fixed bug that
2502         caused existing function definitions to be overridden by
2503         phonies when the bytecomp environment is restored.
2505 2002-11-15  Nick Roberts  <nick@nick.uklinux.net>
2507         * toolbar/gud-break.pbm, toolbar/gud-cont.pbm, toolbar/gud-display.pbm,
2508         toolbar/gud-down.pbm, toolbar/gud-finish.pbm, toolbar/gud-goto.pbm,
2509         toolbar/gud-next.pbm, toolbar/gud-print.pbm, toolbar/gud-remove.pbm,
2510         toolbar/gud-run.pbm, toolbar/gud-step.pbm, toolbar/gud-up.pbm:
2511         Icons for debugger (pbm files).
2513 2002-11-15  Richard M. Stallman  <rms@gnu.org>
2515         * international/mule.el (set-buffer-file-coding-system): Redo prev chg.
2517 2002-11-15  John Paul Wallington  <jpw@shootybangbang.com>
2519         * ibuffer.el (ibuffer-use-other-window, ibuffer-use-header-line)
2520         (ibuffer-visit-buffer, ibuffer-redisplay, ibuffer-update): Doc fix.
2521         (ibuffer-mode-hooks): Remove spurious defvar.
2522         (ibuffer): Run `ibuffer-hook' instead of `ibuffer-hooks'.
2523         (ibuffer-mode): Run `ibuffer-mode-hook' instead of
2524         `ibuffer-mode-hooks'.
2526 2002-11-15  Markus Rost  <rost@math.ohio-state.edu>
2528         * mail/rmailedit.el: Add provide call.
2530         * play/bruce.el: Add provide call.
2532         * emacs-lisp/gulp.el: Add provide call.
2534 2002-11-14  Richard M. Stallman  <rms@gnu.org>
2536         * international/mule.el (set-buffer-file-coding-system): Undo prv chg.
2538 2002-11-14  Markus Rost  <rost@math.ohio-state.edu>
2540         * custom.el (custom-declare-group): Remove unnecessary line of code.
2542         * cus-dep.el (custom-make-dependencies): Bind load-file-name.
2544 2002-11-14  Edward M. Reingold  <reingold@emr.cs.iit.edu>
2546         * calendar/diary-lib.el (make-diary-entry): Allow for local variables
2547         at end of diary file.
2549 2002-11-14  Kim F. Storm  <storm@cua.dk>
2551         * files.el (mode-name): Mark it as risky-local-variable like the
2552         other mode-line elements (moved from bindings.el).
2554         * bindings.el (mode-name): Moved mark as risky-local-variable to
2555         files.el.
2557 2002-11-14  Juanma Barranquero  <lektu@terra.es>
2559         * gud.el: Fix feature name in `provide'.
2561         * gdb-ui.el: Fix feature name in `require'.
2563 2002-11-14  Per Cederqvist  <ceder@lysator.liu.se>  (tiny change)
2565         * progmodes/etags.el (find-tag-default): Copy text at point without
2566         properties.
2568 2002-11-14  Kenichi Handa  <handa@m17n.org>
2570         * progmodes/cc-vars.el: Don't cc-bytecomp-defun char-table-p.
2572 2002-11-14  Kim F. Storm  <storm@cua.dk>
2574         * textmodes/fill.el (fill-nobreak-invisible): New var.
2575         (fill-nobreak-p): Test it; return t if set and point invisible.
2576         (fill-newline): Test it; remove invisible prop on newline if set.
2578         * info.el (Info-fontify-node): New local list paragraph-markers.
2579         Record markers for mangled *note references on that list.
2580         When done, go back through those markers and fill each mangled
2581         paragraph with `fill-nobreak-invisible' let-bound to t.
2582         Don't use `display' property; insert "see" directly in buffer.
2584 2002-11-14  Nick Roberts  <nick@nick.uklinux.net>
2586         * gdb-ui.el: New file, User Interface for running GDB
2588         * gud.el:(gud-find-file): Set up GDB tool bar.
2589         (gud-menu-map): New commands: run, goto.
2590         Enable some commands for gdba.
2591         (gud-query-cmdline): Pass default directory to gdba.
2592         (gdb): Defune gud-goto and gud-run.
2593         (gud-gdb-complete-command): Maybe use gdba-complete-filter.
2594         (gud-mode): Set up local tool bar.
2595         (gud-display-line): For gdba, call gdb-display-source-buffer.
2596         (gud-basic-call): For gdba, maybe delete the current prompt.
2597         (gud-tool-bar-map): New variable.
2598         (gud-read-address): Correction.
2600         * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-display.xpm,
2601         toolbar/gud-down.xpm, toolbar/gud-finish.xpm, toolbar/gud-goto.xpm,
2602         toolbar/gud-next.xpm, toolbar/gud-print.xpm, toolbar/gud-remove.xpm,
2603         toolbar/gud-run.xpm, toolbar/gud-step.xpm, toolbar/gud-up.xpm:
2604         Icons for debugger.
2606 2002-11-13  Stefan Monnier  <monnier@cs.yale.edu>
2608         * pcvs.el (cvs-mode-run): Don't pass "." if not needed.
2610 2002-11-13  Andre Spiegel  <spiegel@gnu.org>
2612         * vc-rcs.el (vc-rcs-registered): Improve comment.
2614         * vc-sccs.el (vc-sccs-registered): Improve comment.
2616 2002-11-13  Tim Van Holder  <tim.vanholder@anubex.com>  (tiny change)
2618         * progmodes/compile.el (compilation-error-regexp-alist):
2619         Don't include colon and space after a file name as part of the name.
2621 2002-11-13  Richard M. Stallman  <rms@gnu.org>
2623         * gud.el (gdb): Undo 10-26 change.
2625 2002-11-13  Kenichi Handa  <handa@m17n.org>
2627         * replace.el (occur-engine): Set buffer-file-coding-system of
2628         OUT-BUF to that of one of BUFFERS if they locally bind that variable.
2630 2002-11-13  Markus Rost  <rost@math.ohio-state.edu>
2632         * custom.el (custom-handle-all-keywords): Fix arg passed to
2633         custom-add-to-group.
2635 2002-11-12  Stefan Monnier  <monnier@cs.yale.edu>
2637         * pcvs-defs.el (cvs-mode-map): Remove M-f binding.
2638         (cvs-minor-mode-map): Add e binding in log-view-mode.
2640         * progmodes/perl-mode.el (perl-hanging-paren-p): New fun.
2641         (perl-indent-line): Look at the open-paren to indent a close-paren.
2642         (perl-calculate-indent): Try to better indent args after hanging paren.
2643         Remove special code for open-paren-in-column-0.
2645         * textmodes/sgml-mode.el (sgml-namify-char): New cmd.
2646         (sgml-name-char): Use it.
2647         (sgml-tag-last, sgml-tag-history): New vars.
2648         (sgml-tag): Use them.
2649         (sgml-skip-tag-forward): Use sgml-tag-syntax-table.
2650         (sgml-delete-tag): Remove resulting empty lines.
2651         (sgml-tag) <symbol-plist>: Don't make intangible.
2652         (sgml-parse-tag-backward): Add limit argument.
2653         (html-autoview-mode): Use define-minor-mode.
2655 2002-11-12  Markus Rost  <rost@math.ohio-state.edu>
2657         * vc-rcs.el (vc-rcs-registered): Handle the autoload cookie so
2658         that the definition is found by `find-function-search-for-symbol'
2659         and etags.
2661         * vc-sccs.el (vc-sccs-registered): Ditto.
2663         * emulation/edt.el (defgroup edt): Arrange that definition starts
2664         at beginning of line.
2666         * ls-lisp.el (defgroup ls-lisp): Remove autoload cookie.
2668         * hi-lock.el (defgroup hi-lock-interactive-text-highlighting):
2669         Remove autoload cookie.
2671         * newcomment.el (defgroup comment): Remove autoload cookie.
2673 2002-11-11  Markus Rost  <rost@math.ohio-state.edu>
2675         * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button):
2676         Declare with defvar, not with defcustom.
2678         * cus-dep.el: Don't require 'autoload.
2679         (custom-make-dependencies): Handle :version also for autoloaded
2680         options.
2682         * winner.el (defgroup winner): Arrange that definition starts at
2683         beginning of line.
2685         * emulation/edt.el: Simplify Emacs 19 compatibility.
2687 2002-11-11  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>  (tiny change)
2689         * dired-aux.el (dired-show-file-type): Format filename with "%s" to
2690         escape any format-like sequences it could contain.
2692 2002-11-11  Per Abrahamsen  <abraham@dina.kvl.dk>
2694         * cus-edit.el (custom-save-delete): Force emacs-lisp-mode.
2696 2002-11-11  Juanma Barranquero  <lektu@terra.es>
2698         * bindings.el (mode-name): Mark it as risky-local-variable.
2700 2002-11-09  Dave Love  <fx@gnu.org>
2702         * international/mule-cmds.el (current-language-environment):
2703         Fix :type.
2705         * international/ucs-tables.el: Revert to using
2706         translation-table-for-input instead of keyboard-translate-table.
2708         * international/quail.el (quail-input-string-to-events):
2709         Revert last change.
2711         * simple.el (quoted-insert): Bind translation-table-for-input,
2712         not keyboard-translate-table.
2714 2002-11-08  Stefan Monnier  <monnier@cs.yale.edu>
2716         * arc-mode.el (archive-zip-summarize): Don't hardcode (point-min) = 1.
2718         * complete.el (PC-do-completion): Make partial-completion work
2719         with incomplete directory names.
2721         * textmodes/tex-mode.el (latex-standard-block-names): Rename from
2722         standard-latex-block-names.
2723         (tex-font-lock-keywords-1): Add providecommand, renewenvironment,
2724         and renewtheorem.  Highlight \it and \bf separately since they
2725         may overlap.
2726         (tex-font-lock-suscript, tex-font-lock-unfontify-region): New funs.
2727         (tex-font-lock-keywords-3, tex-verbatim-environments)
2728         (tex-font-lock-syntactic-keywords): New vars.
2729         (superscript, subscript, tex-verbatim-face): New faces.
2730         (tex-font-lock-syntactic-face-function): Handle \verb construct.
2731         (tex-common-initialization): Update font-lock-defaults setting.
2732         (tex-insert-braces): Make it into a skeleton.
2733         (latex-fill-nobreak-predicate): Don't break after \.
2734         (latex-insert-block): Rename from tex-latex-block.
2735         (latex-down-list): Use tex-mode-syntax-table when skipping parens
2736         rather than the indentation syntax-table.
2737         (latex-close-block): Rename from tex-close-latex-block.
2738         (latex-split-block): New fun.
2739         (latex-indent): Don't indent inside a verbatim block.
2740         (latex-find-indent): Stick \begin{verbatim} to the margin.
2742 2002-11-08  John Wiegley  <johnw@gnu.org>
2744         * calendar/timeclock.el (timeclock-modeline-display): Use assq as
2745         well as memq to find `global-mode-string' within
2746         `mode-line-format'.  The structure of that variable has changed in
2747         21.3.
2749 2002-11-07  Stefan Monnier  <monnier@cs.yale.edu>
2751         * format.el (format-decode): Be careful with the order in `format'.
2753         * eshell/esh-cmd.el (function-p-func): Avoid `xemacs-p'.
2755         * eshell/em-glob.el: Require esh-util.
2756         (eshell-glob-initialize): Don't assume
2757         eshell-special-chars-outside-quoting is available.
2759         * textmodes/fill.el (fill-paragraph): Consider a comment-start as
2760         a paragraph starter when filling non-comments.
2761         (fill-comment-paragraph): Don't narrow while doing the fill.
2762         Recognize paragraph starters and separators within comments.
2763         Use adaptive-fill-prefix when it works.  Use comment-search-forward.
2765         * progmodes/compile.el (grep-default-command): New fun.
2766         (grep): Use it.
2767         (compilation-menu-map): New var.
2768         (compilation-minor-mode-map, compilation-shell-minor-mode-map): Use it.
2769         (compilation-mode-map): Simplify.
2770         (compilation-shell-minor-mode, compilation-minor-mode):
2771         Use define-minor-mode.
2773         * elide-head.el (elide-head): Don't make intangible.
2775         * help.el (where-is): Rename map to defs (a list of syms is not a map).
2776         Test fboundp first, to speed things up.  Use push.
2778         * isearch.el (isearch-hidden): New var.
2779         (isearch-search-and-update): Test it.
2780         (isearch-range-invisible): Set it.
2782         * progmodes/tcl.el (tcl-mode): Don't set paragraph-start,
2783         paragraph-separate, comment-column, and fill-paragraph-function.
2784         Simplify outline-regexp.
2785         (tcl-do-fill-paragraph): Remove.
2787 2002-11-07  Markus Rost  <rost@math.ohio-state.edu>
2789         * mail/sendmail.el (mail-default-directory): Set the version to 21.4.
2791         * progmodes/compile.el (grep-compute-defaults): Undo previous change.
2792         Definition moved down.
2793         (grep-command, grep-find-command, grep-tree-command): Allow value nil.
2794         Do not declare :get property.
2795         (grep-use-null-device): Fix type.  Do not declare :get property.
2797         * emacs-lisp/checkdoc.el (checkdoc-find-error):
2798         Use get-file-buffer instead of get-buffer.
2800         * cus-dep.el (custom-make-dependencies): Fix comment inserted in
2801         cus-load.el.
2803 2002-11-07  Juanma Barranquero  <lektu@terra.es>
2805         * help.el (where-is): Report also aliases of the passed command.
2807 2002-11-06  Dave Love  <fx@gnu.org>
2809         * simple.el (quoted-insert): Bind keyboard-translate-table around
2810         read-char.
2812         * international/ucs-tables.el: Use keyboard-translate-table coding
2813         system property, not translation-table-for-input, for
2814         vietnamese-viscii & al.
2815         (translation-table-for-input): Set,
2816         don't defvar, and make permanent-local.
2817         (ucs-unify-8859, ucs-unify-8859, ucs-fragment-8859): Add/remove
2818         set-buffer-major-mode-hook, not quail-activate-hook.
2819         (ucs-set-table-for-input): Renamed from ucs-quail-activate.
2820         (ucs-unify-8859, ucs-unify-8859, ucs-fragment-8859):
2821         Setup keyboard-translate-table, not translation-table-for-input.
2822         Modify set-buffer-major-mode-hook, not quail-activate-hook.
2823         (ucs-fragment-8859): Don't use translation-table-for-input coding
2824         system property.
2825         (ucs-quail-activate): Deleted.
2826         (ucs-set-table-for-input): New.
2827         (ucs-minibuffer-setup): Use it.
2829         * international/quail.el (quail-input-string-to-events):
2830         Use keyboard-translate-table, not translation-table-for-input.
2832         * files.el (normal-mode): Call ucs-set-table-for-input.
2834         * international/mule.el (set-buffer-file-coding-system):
2835         Call ucs-set-table-for-input.
2837 2002-11-06  Richard M. Stallman  <rms@gnu.org>
2839         * replace.el (query-replace, query-replace-regexp): Doc fixes.
2841         * emacs-lisp/bytecomp.el (byte-compile-lambda):
2842         Handle progn like let, inside interactive spec.
2844         * textmodes/tex-mode.el (tex-dvi-view-command): Value can be sexp.
2845         Initialize to a suitable sexp.
2846         (tex-view): Evaluate tex-dvi-view-command and use the value.
2848 2002-11-06  Kenichi Handa  <handa@m17n.org>
2850         * international/mule.el (coding-system-eol-type-mnemonic):
2851         Use eol-mnemonic-undecided if CODING-SYSTEM is nil.
2853 2002-11-06  Kim F. Storm  <storm@cua.dk>
2855         * info.el (Info-fontify-node): Fixed hiding of *note references
2856         with embedded file names like (xxx.yyy).
2857         Avoid making any lines visibly longer if hiding newlines inside
2858         note references by wrapping line after references if it contained
2859         a newline (unfortunaly this makes more lines appear "shorter").
2860         Properly reindent multi-line menu entry descriptions.
2862 2002-11-05  Juanma Barranquero  <lektu@terra.es>
2864         * language/cyrillic.el ("Bulgarian"): Fix typo.
2866         * international/mule.el (coding-system-eol-type-mnemonic):
2867         Move from mule-util.el.
2869         * international/mule-util.el (coding-system-eol-type-mnemonic):
2870         Move to mule.el.
2872 2002-11-04  Juanma Barranquero  <lektu@terra.es>
2874         * files.el (find-buffer-visiting): Accept new optional PREDICATE
2875         argument to return only a buffer that satisfies the predicate.
2876         (insert-file-1): New function.
2877         (insert-file-literally): Use it.
2878         (insert-file): Use it.
2880 2002-11-04  Robert Fenk  <Robert.Fenk@gmx.de>  (tiny change)
2882         * desktop.el (desktop-relative-file-names): New variable.
2883         (desktop-save): Use it.
2885 2002-11-03  Andre Spiegel  <spiegel@gnu.org>
2887         * vc.el (vc-dired-mode): Adapt dired-move-to-filename-regexp to
2888         its current version in dired.el.
2890 2002-11-03  Stefan Monnier  <monnier@cs.yale.edu>
2892         * emacs-lisp/autoload.el (generate-file-autoloads)
2893         (update-file-autoloads): Strip .gz and other such extensions.
2894         (update-autoloads-from-directories): Also consider compressed files.
2896         * info.el (Info-streamline-headings): New var.
2897         (Info-dir-remove-duplicates): New fun.
2898         (Info-insert-dir): Use it.  Simplify the code with push,mapc,dolist.
2899         (Info-select-node): Simplify handling of Info-header-line.
2900         (Info-forward-node): Undo 2000/12/15 since we don't narrow any more.
2901         (Info-mode): Set header-line-format once and for all.
2902         (Info-fontify-node): Accept bogus first line with `File:' missing.
2903         Only make first line invisible if Info-use-header-line.
2904         Don't use `intangible': it's evil.  Use inhibit-read-only.
2905         (Info-follow-reference, Info-next-reference, Info-prev-reference)
2906         (Info-try-follow-nearest-node): Don't bind inhibit-point-motion-hooks
2907         since we don't use intangible any more.
2909         * image.el (insert-image): Don't make intangible since
2910         adjust_point_for_property should be sufficient by default.
2912 2002-11-02  Stefan Monnier  <monnier@cs.yale.edu>
2914         * textmodes/fill.el (fill-paragraph-handle-comment): New var.
2915         (fill-comment-paragraph): New fun (generalizes of lisp-fill-paragraph).
2916         (fill-paragraph): Use them.
2918         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
2919         Use fill-comment-paragraph.
2921 2002-11-02  Stefan Monnier  <monnier@cs.yale.edu>
2923         * bindings.el (mode-line-change-eol)
2924         (mode-line-eol-desc-cache, mode-line-eol-desc): New.
2925         (mode-line-mule-info): Use them for the EOL part of the modeline.
2927         * server.el (server-sentinel): Kill buffers if applicable.
2928         (server-temp-file-p): Make arg optional.
2929         (server-done): Use it to simplify.
2930         (server-switch-buffer): If server-window is a function, use it.
2932         * mail/undigest.el (rmail-digest-end-regexps): Simplify.
2933         (undigestify-rmail-message): Fix paren-bug and simplify.
2935 2002-11-02  Kim F. Storm  <storm@cua.dk>
2937         * info.el (Info-hide-note-references): nil value now does no
2938         reformatting at all.  New choice 'tag reformats tag but shows
2939         the section reference.
2940         (Info-fontify-node): Use it.
2942 2002-11-01  Stefan Monnier  <monnier@cs.yale.edu>
2944         * textmodes/tex-mode.el (tex-common-initialization):
2945         comment-start-skip shouldn't match on the next line.
2947         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Use match-string.
2948         Don't bother making paragraph-start a superset of paragraph-separate.
2949         Use line-beginning-position.
2951         * textmodes/sgml-mode.el (sgml-skip-tag-backward)
2952         (sgml-skip-tag-forward): Deal with xml-style <foo/> empty tags.
2954 2002-11-01  Kim F. Storm  <storm@cua.dk>
2956         * info.el (Info-hide-note-references): New defcustom.
2957         (Info-fontify-node): Use it.
2959 2002-10-31  Kim F. Storm  <storm@cua.dk>
2961         * shell.el (explicit-bash-args): Bash 1.x doesn't grok
2962         --noediting option; added run-time check to exclude it.
2964         * info.el (Info-follow-reference, Info-next-reference)
2965         (Info-prev-reference, Info-try-follow-nearest-node):
2966         Bind inhibit-point-motion-hooks to t while parsing reference.
2967         (Info-fontify-node): When font-lock-mode is enabled, display
2968         "*note" and "* menu" references in a more user friendly format.
2970 2002-10-30  Stefan Monnier  <monnier@cs.yale.edu>
2972         * textmodes/fill.el (fill-move-to-break-point): Skip white space
2973         _before_ checking to see if we're hitting the margin.
2974         (fill-region-as-paragraph): Don't fiddle with the undo-list any more:
2975         it's now done by the C primitives.  Don't use narrowing.
2976         Reorganize the line-breaking part of the code to simplify the control
2977         flow and make it work in the absence of narrowing.
2978         (fill-region): Don't use narrowing.
2980 2002-10-30  Dave Love  <fx@gnu.org>
2982         * textmodes/po.el (po-content-type-charset-alist): Delete most entries.
2983         (po-find-charset): Doc fix.  Remove interactive spec.
2984         (po): Provide.
2985         (po-find-file-coding-system-guts): Re-written to use
2986         coding-system-alist, and code-pages, not codepage stuff.
2988         * term/x-win.el: Remove some ancient compatibility code.
2989         Populate x-keysym-table.
2991 2002-10-30  Andreas Schwab  <schwab@suse.de>
2993         * subr.el (replace-regexp-in-string): Doc fix.
2995 2002-10-29  Dave Love  <fx@gnu.org>
2997         * cus-start.el (selection-coding-system, scalable-fonts-allowed): Add.
2999         * progmodes/scheme.el (syntax-case): Define scheme-indent-function.
3001         * international/mule-conf.el: Doc fixes.
3003 2002-10-29  Richard M. Stallman  <rms@gnu.org>
3005         * server.el (server-switch-buffer): Say when no server buffers remain.
3007         * net/goto-addr.el (goto-address-url-regexp): Don't match `mailto'.
3009 2002-10-28  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
3011         * progmodes/make-mode.el (makefile-warn-continuations):
3012         Call re-search-forward with NOERROR t.
3014 2002-10-29  Kim F. Storm  <storm@cua.dk>
3016         * ido.el (ido-wide-find-dirs-or-files): Fixed problem that caused
3017         incomplete list of matches to be returned.
3019 2002-10-29  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
3021         * textmodes/texinfo.el (texinfo-environments): Add environment;
3022         copying, documentdescription, ifplaintext, ifnotplaintext, and
3023         verbatim.
3025         * textmodes/texinfmt.el (texinfo-format-ifplaintext): New function.
3026         (ifplaintext, ifnotplaintext)
3027         (afourpaper, afivepaper, afourlatex, afourwide)
3028         (documentlanguage, documentencoding): New aliases.
3030 2002-10-29  John Paul Wallington  <jpw@shootybangbang.com>
3032         * ibuffer.el (ibuffer-mouse-popup-menu): Set point before popping
3033         up filter groups menu.  Preserve point unless a menu command has
3034         moved it from point clicked.
3036 2002-10-29  David Kastrup  <dak@lola.goethe.zz>
3038         * calc/calc.el (calc-any-evaltos): Initialize to nil, since
3039         calc-refresh-evaltos appears to need this.
3041 2002-10-28  Dave Love  <fx@gnu.org>
3043         * international/mule-diag.el (non-iso-charset-alist): Move to
3044         avoid compilation warning.
3045         (mule-diag): Provide.
3047         * international/code-pages.el (cp-make-coding-system):
3048         Use utf-translation-table-for-decode, not
3049         utf-8-translation-table-for-decode.
3050         (mule-diag): Require.
3052         * language/thai-util.el (thai-composition-function): Don't use prog1.
3054         * language/lao-util.el (lao-composition-function): Don't use prog1.
3056         * language/european.el (diacritic-composition-function):
3057         Modify confused prog1 form.
3059         * international/quail.el (quail-keyboard-layout-alist): Fix pc105-uk.
3060         (quail-keyboard-layout): Customize.
3061         Move after quail-keyboard-layout-alist.
3063 2002-10-28  Miles Bader  <miles@gnu.org>
3065         * progmodes/make-mode.el (makefile-warn-continuations):
3066         Don't barf when there _aren't_ any suspicious continuations.
3068 2002-10-28  Matthew Swift  <swift@alum.mit.edu>
3070         * progmodes/compile.el (grep-find-use-xargs): Fix docstring.
3072 2002-10-27  Michael Kifer  <kifer@cs.stonybrook.edu>
3074         * ediff-wind.el (ediff-control-frame-parameters): Add scrollbar-height.
3076 2002-10-27  Andreas Schwab  <schwab@suse.de>
3078         * progmodes/sh-script.el (sh-mode-syntax-table): Don't make ^L
3079         end-of-comment syntax.
3081 2002-10-27  Kim F. Storm  <storm@cua.dk>
3083         * ido.el (ido-cannot-complete-command): New defcustom, default to
3084         ido-completion-help (similar to iswitchb-cannot-complete-hook).
3085         (ido-complete): Call value of ido-cannot-complete-command rather
3086         than ido-completion-help when no common completion.
3088 2002-10-27  Dave Love  <fx@gnu.org>
3090         * international/code-pages.el (iso-8859-11): New.
3092 2002-10-27  Kim F. Storm  <storm@cua.dk>
3094         * pcvs.el (cvs-checkout): Use read-directory-name.
3095         (cvs-query-directory): Likewise.
3097 2002-10-26  Richard M. Stallman  <rms@gnu.org>
3099         * progmodes/make-mode.el (makefile-cleanup-continuations):
3100         Default for variable is nil.
3101         (makefile-warn-continuations): New function.
3102         (makefile-mode): Put it on write-file-functions.
3104         * international/mule-cmds.el (select-safe-coding-system):
3105         Delete debugging setq.
3107         * shell.el (shell): Look for .emacs_SHELL under ~/.emacs.d
3108         after looking in ~.
3110         * startup.el (command-line): Look for .emacs under ~/.emacs.d
3111         after looking in ~.
3113         * simple.el (toggle-truncate-lines): When turning off truncation,
3114         clear out the hscroll value in this buffer's windows.
3116         * simple.el (display-message-or-buffer): Don't display empty
3117         output in the echo area.
3119         * man.el (Man-default-man-entry): Don't look for all word chars,
3120         look only for characters that are normally part of a shell command.
3122         * gud.el (gdb): Pass default-directory to GDB via -cd option.
3124         * font-lock.el (c++-font-lock-keywords...): Add `restrict' keyword.
3126         * find-file.el (ff-find-related-file): Fix autoload cookie.
3128         * emacs-lisp/unsafep.el (unsafep-variable): Pass second arg to
3129         risky-local-variable-p.
3131         * files.el (risky-local-variable-p): VAL=nil has special meaning.
3133         * Makefile.in (compile-always): Avoid error in old Bash versions.
3135 2002-10-26  John Paul Wallington  <jpw@shootybangbang.com>
3137         * textmodes/picture.el (picture-mouse-set-point): New command.
3138         (picture-mode-map): Bind it.
3139         (picture-motion-reverse): Doc fix.
3141 2002-10-25  Stefan Monnier  <monnier@cs.yale.edu>
3143         * textmodes/outline.el (outline-next-heading): Make sure the match-data
3144         is really correct where returning.
3146 2002-10-24  Matthew Swift  <swift@alum.mit.edu>
3148         * textmodes/outline.el (outline-minor-mode): Add customization group.
3150 2002-10-23  Richard M. Stallman  <rms@gnu.org>
3152         * files.el (risky-local-variable-p): New arg VAL.
3153         (compile-command): Use `stringp' for `safe-local-variable' prop.
3154         (hack-one-local-variable): Pass VAL to `risky-local-variable-p'.
3156 2002-10-23  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
3158         * woman.el (woman-version): Update to 0.551 (beta).
3159         (woman-parse-colon-path): Add support for current Cygwin mount
3160         conventions.
3161         (woman-Cyg-to-Win): New function to convert absolute filename from
3162         Cygwin to Windows form by executing external program cygpath if
3163         possible.
3164         (woman-man.conf-path): Update default to current common locations
3165         and to support Cygwin; update documentation.
3166         (woman-parse-man.conf): Generalize regexp to "man.*\\.conf" to
3167         match possible names of man.conf file; tidy code and documentation.
3168         (woman-manpath): Simplify default and documentation; essentially
3169         move code that was here into `woman-parse-colon-path'.
3170         (woman-default-indent): Change Linux to GNU in documentation.
3171         (woman-addition-face): Make documentation consistent with other
3172         WoMan faces.
3173         (woman-emulate-tbl): New variable, determines whether tbl
3174         emulation is required.
3175         (woman-decode-region): Add check for preprocessor requests.
3176         (woman0-process-escapes, woman-special-characters)
3177         (woman-get-next-char, woman-parse-numeric-value): Add support for
3178         long groff names of the form [xxx].
3179         (woman-strings, woman-change-fonts): Now call `woman-match-name'.
3180         (woman2-PD, woman2-na): Doc fix.
3181         (woman-match-name): New function.
3182         (woman2-TS): New function.
3183         (woman2-TE): New alias for `woman2-fi'.
3185 2002-10-23  Kim F. Storm  <storm@cua.dk>
3187         * ido.el (ido-restrict-to-matches): New command.
3188         (ido-define-mode-map): Bind it to C-SPC and C-@ in ido-mode-map.
3190 2002-10-22  Bob Halley  <halley@play-bow.org>  (tiny change)
3192         * eshell/esh-io.el (eshell-set-output-handle): Fix so that
3193         multiple redirection can work.
3195 2002-10-21  Stefan Monnier  <monnier@cs.yale.edu>
3197         * ielm.el (inferior-emacs-lisp-mode): If hexl not found, use cat.
3198         Don't hardcode point-min == 1.
3200         * hexl.el (hexl-mode-old-write-contents-hooks): Remove.
3201         (hexl-mode, hexl-current-address, hexl-address-to-marker)
3202         (hexl-insert-char): Don't hardcode point-min == 1.
3203         (hexl-isearch-search-function): New fun.
3204         (hexl-mode-old-isearch-search-fun-function): New var.
3205         (hexl-mode): Use them.
3206         (hexl-mode, hexl-mode-exit, hexl-maybe-dehexlify-buffer):
3207         Use write-contents-functions rather then write-contents-hooks.
3209         * textmodes/text-mode.el (text-mode-syntax-table): Make ' a prefix.
3210         (paragraph-indent-text-mode-abbrev-table)
3211         (paragraph-indent-text-mode-syntax-table): Remove.
3212         (paragraph-indent-text-mode): Use the :abbrev and :syntax-table args.
3214 2002-10-21  Juanma Barranquero  <lektu@terra.es>
3216         * eshell/esh-util.el (directory-files-and-attributes): Copy docstring
3217         from Emacs 21.  Arg DIR renamed to DIRECTORY for consistency.
3219 2002-10-20  Andreas Schwab  <schwab@suse.de>
3221         * apropos.el (apropos-group): Use customize-group-other-window.
3223 2002-10-18  Stefan Monnier  <monnier@rum.cs.yale.edu>
3225         * progmodes/perl-mode.el (perl-mode-syntax-table): Change $ back
3226         to just "/" instead of "/ p".
3227         (perl-font-lock-syntactic-keywords): Use ". p" for the `$'.
3229 2002-10-18  Juanma Barranquero  <lektu@terra.es>
3231         * textmodes/artist.el (artist-ff-is-bottommost-line): Fix misplaced
3232         ELSE expression on IF.
3234 2002-10-17  Juanma Barranquero  <lektu@terra.es>
3236         * align.el (align-rules-list, align-exclude-rules-list): Fix typos.
3238         * subr.el (remq): Likewise.
3240         * vc-cvs.el (vc-cvs-sticky-tag-display): Likewise.
3242         * vc-hooks.el (vc-insert-file): Likewise.
3244         * vcursor.el (vcursor-other-window): Likewise.
3246         * wid-edit.el (widget-choose): Likewise.
3248         * calendar/diary-lib.el (diary-name-pattern): Likewise.
3250         * emacs-lisp/elint.el (elint-error, elint-warning): Likewise.
3252         * emacs-lisp/lisp.el (beginning-of-defun): Likewise.
3254         * emulation/edt-mapper.el (top-level): Likewise.
3256         * eshell/esh-var.el (eshell/define): Likewise.
3258         * mail/feedmail.el (feedmail-nuke-body-in-fcc)
3259         (feedmail-queue-draft-directory): Likewise.
3261         * net/netrc.el (netrc-parse): Likewise.
3263         * obsolete/cplus-md.el (c++-empty-arglist-indent): Likewise.
3265         * progmodes/ebrowse.el (ebrowse-ts)
3266         (ebrowse-view/find-file-and-search-pattern)
3267         (ebrowse-draw-file-member-info): Likewise.
3269         * progmodes/idlwave.el (idlwave-region-active-p): Likewise.
3271         * progmodes/idlw-shell.el (idlwave-shell-set-bp): Likewise.
3273         * progmodes/sh-script.el (sh-indent-for-then): Likewise.
3275         * textmodes/bibtex.el (bibtex-find-entry-location): Likewise.
3277         * textmodes/sgml-mode.el (sgml-close-tag, html-imenu-index): Likewise.
3279 2002-10-17  Dave Love  <fx@gnu.org>
3281         * international/mule-diag.el (non-iso-charset-alist): Add koi8-u.
3283         * international/code-pages.el (cp-make-translation-table): Use
3284         ucs-mule-to-mule-unicode.
3285         (cp-fix-safe-chars): Fix typo.
3286         (non-iso-charset-alist): Don't define.
3287         (cp-make-coding-system): Use utf-8-translation-table-for-decode.
3288         Define translation-table-for-input.
3289         (cp866): Reinstate.
3290         (alternativnj): Don't define alias.
3291         (koi8-u): Deleted.
3293         * language/european.el ("Slovenian"): Use slovenian input-method.
3294         (encode-mac-roman): Use ucs-mule-to-mule-unicode.
3296         * language/cyrillic.el (cyrillic-alternativnyj-decode-table): Fix
3297         the table.
3298         (cyrillic-alternativnyj): Don't give it `mime-charset' property.
3299         (cp866): Delete this alias.
3300         ("Bulgarian"): Fix the value of `input-method'.
3302 2002-10-16  Luc Teirlinck  <teirllm@mail.auburn.edu>
3304         * dired-aux.el (dired-add-entry): Put point in correct position
3305         before inserting marker char.
3307 2002-10-16  Andreas Schwab  <schwab@suse.de>
3309         * dired.el (dired-readin-insert): Expand dired-directory.
3311         * dired-aux.el (dired-insert-subdir-doinsert): Preserve point.
3313 2002-10-16  Markus Rost  <rost@math.ohio-state.edu>
3315         * textmodes/reftex-vars.el: Move reftex-set-dirty here from
3316         reftex.el.  Move the provide call to end of file.
3318         * textmodes/reftex.el: Move reftex-set-dirty to reftex-vars.el.
3320 2002-10-15  Dave Love  <fx@gnu.org>
3322         * man.el (Man-getpage-in-background): Set width in environment.
3324 2002-10-15  Kenichi Handa  <handa@m17n.org>
3326         * mail/sendmail.el (sendmail-send-it): Call
3327         select-message-coding-system before changing the current bufer to
3328         " sendmail temp".
3330 2002-10-14  Andre Spiegel  <spiegel@gnu.org>
3332         * files.el (insert-directory): Handle //SUBDIRED// lines in
3333         recursive listings from ls --dired.
3335         * vc.el (vc-dired-reformat-line): Simplified.  Handles text
3336         properties correctly now.
3338 2002-10-14  Juanma Barranquero  <lektu@terra.es>
3340         * international/mule.el (set-selection-coding-system): Fix spacing.
3342 2002-10-13  Richard M. Stallman  <rms@gnu.org>
3344         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
3345         Treat `ignore' specially--prevent warnings about functions
3346         called for effect, in its args.
3347         Don't warn when `pop' is used for effect.
3349         * emacs-lisp/autoload.el (autoload-print-form): Cleanup.
3351         * uniquify.el (uniquify-get-proposed-name):
3352         Don't use directory-sep-char.
3354         * thingatpt.el (read-from-whole-string): Add call to `ignore'.
3356         * find-file.el (ff-related-file-alist): New alias.
3357         (ff-find-related-file): New alias.
3359 2002-10-13  Andreas Schwab  <schwab@suse.de>
3361         * dired.el (dired-insert-directory): When looking for existing
3362         indentation, goto OPOINT instead of beginning of buffer.
3364 2002-10-12  Stefan Monnier  <monnier@cs.yale.edu>
3366         * cus-dep.el (custom-make-dependencies): Ignore preloaded files.
3368 2002-10-12  Michael Kifer  <kifer@cs.stonybrook.edu>
3370         * ediff-init.el (ediff-frame-char-height): Use frame-selected-window.
3372         * ediff-util.el (ediff-file-checked-in-p): Changed progn with and.
3374         * ediff-wind.el (ediff-skip-unsuitable-frames): Distinguish selected
3375         frame from frame of selected window.
3376         (ediff-frame-has-dedicated-windows): Don't select any frames to avoid
3377         changing selected windows.
3378         (ediff-setup-control-frame): Make sure auto-rase is properly set for
3379         the control frame.
3381 2002-10-10  Simon Josefsson  <jas@extundo.com>
3383         * browse-url.el (browse-url-mozilla): Doc fix.
3385 2002-10-10  Steve Youngs  <youngs@xemacs.org>
3387         * browse-url.el (browse-url-mozilla-new-window-is-tab): New.
3388         (browse-url-mozilla): Use it.
3390 2002-10-11  Miles Bader  <miles@gnu.org>
3392         * vc-cvs.el (vc-cvs-parse-entry): Don't barf when an `Entries'
3393         files contains an invalid timestamp.
3395 2002-10-11  Simon Josefsson  <jas@extundo.com>
3397         * mail/sendmail.el (mail-envelope-from): New option `header' to
3398         use RFC 2822 From: header as the envelope address.
3399         (mail-envelope-from): New function, this should be used instead of
3400         looking at the `mail-envelope-from' variable.
3401         (sendmail-send-it): Use it.
3403         * mail/smtpmail.el (smtpmail-via-smtp): Use it.
3405 2002-10-11  Andre Spiegel  <spiegel@gnu.org>
3407         * dired.el (dired-insert-directory): Fix check for indentation
3408         from ls --dired.
3410         * vc.el (vc-dired-reformat-line): As a temporary fix, remove all text
3411         properties from the reformatted line.
3413 2002-10-10  Stefan Monnier  <monnier@cs.yale.edu>
3415         * textmodes/paragraphs.el (forward-paragraph): Keep track of
3416         remaining paragraphs to skip more carefully.
3418         * add-log.el (add-change-log-entry): Don't call find-file at all
3419         if we're already in the proper buffer.
3420         (change-log-resolve-conflict): New fun.
3421         (change-log-mode): Use it and use define-derived-mode.
3422         (change-log-merge): Allow other-log to be a buffer.
3423         Don't add a \n if there are already enough \n's.
3425         * finder-inf.el, subdirs.el, cus-load.el: Remove.
3427         * finder.el ("finder-inf"): Don't fail if the file is absent.
3429         * cus-dep.el (custom-make-dependencies): Don't use find-file.
3430         Use feature names rather than file names if applicable.
3432         * cus-edit.el (customize-mode): New command.
3434         * custom.el (custom-group-of-mode): New fun.
3435         (custom-load-symbol): Don't use preloaded-file-list now that
3436         load-history is always complete.  Don't look up the expanded file
3437         name in load-history (looked like an XEmacsism).
3439         * smerge-mode.el (smerge-ediff): Autoload.
3440         (smerge-match-conflict): Don't assume as much about smerge-begin-re.
3441         (smerge-resolve-function): New var.
3442         (smerge-resolve): New command.
3443         (smerge-basic-map): Bind it.
3445 2002-10-10  Andre Spiegel  <spiegel@gnu.org>
3447         * vc-cvs.el (vc-cvs-parse-entry): Parse the time stamp found in
3448         CVS/Entries, rather than comparing it textually.
3450 2002-10-10  Markus Rost  <rost@math.ohio-state.edu>
3452         * international/encoded-kb.el: Add `provide' call.
3454 2002-10-09  David Kastrup  <David.Kastrup@t-online.de>
3456         * calc/calc-alg.el (calcFunc-ln): In symbolic manipulations,
3457         ln(-1) should be i*pi, not pi.
3459 2002-10-09  Markus Rost  <rost@math.ohio-state.edu>
3461         * vc-cvs.el (vc-cvs-registered): In the autoload version use load
3462         instead of require to avoid loops when loaddefs.el is loaded after
3463         vc-cvs.el.
3465         * cus-edit.el (Custom-reset-current): Don't test for default-boundp.
3466         (Custom-reset-saved): Don't test for saved-value.
3468 2002-10-08  Stefan Monnier  <monnier@cs.yale.edu>
3470         * vc.el (vc-find-version): Use the new backend op `find-version'.
3471         (vc-default-find-version): Provide the new backend op `find-version'
3472         in terms of the old `checkout' op.
3474         * vc-rcs.el (vc-rcs-find-version): New fun.
3475         (vc-rcs-checkout): Remove `workfile' arg and simplify.
3477         * vc-sccs.el (vc-sccs-find-version): New fun.
3478         (vc-sccs-checkout): Remove `workfile' arg and simplify.
3480         * vc-cvs.el (vc-cvs-find-version): New fun.
3482 2002-10-08  John Paul Wallington  <jpw@shootybangbang.com>
3484         * info.el (Info-next-menu-item, Info-last-menu-item)
3485         (info-emacs-manual): Add docstrings.
3486         (Info-index): Use `string-to-number' instead of `string-to-int'.
3488 2002-10-08  Kenichi Handa  <handa@m17n.org>
3490         * international/ucs-tables.el (ucs-translation-table-for-decode):
3491         Define it as a translation-table.
3493 2002-10-07  Richard M. Stallman  <rms@gnu.org>
3495         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
3497         * progmodes/compile.el (grep-compute-defaults): Set the standard-value
3498         properties of the variables being initialized.
3500         * thingatpt.el (thing-at-point-url-path-regexp): Doc fix.
3502 2002-10-07  Kim F. Storm  <storm@cua.dk>
3504         * emulation/cua-base.el (cua-normal-cursor-color):
3505         Fixed initialization to make "Erase Customization" work.
3507 2002-10-07  Stefan Monnier  <monnier@cs.yale.edu>
3509         * vc.el (vc-maybe-resolve-conflicts): Always call vc-resolve-conflicts
3510         in case some other package redefined it.
3511         (vc-resolve-conflicts): Make it into an alias for smerge-ediff.
3513         * textmodes/fill.el (fill-paragraph): Go to BOL before calling
3514         forward-paragraph to make sure its return value is meaningful.
3516 2002-10-06  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3518         * net/tramp.el: Version 2.0.25 released.
3519         (tramp-handle-file-truename): If it's a directory,
3520         append slash only if result doesn't end in a slash already.
3521         (tramp-handle-file-truename): Restructure logic.  If list of steps
3522         is nil, return "/" as the real name.
3523         (tramp-completion-mode): Add "\\(" and "\\)". Otherwise,
3524         `match-string' doesn't make sense.  From Michael Albinus.
3525         (tramp-host-with-port-regexp): New defcustom. Equal to previous
3526         `tramp-host-regexp'.  From Michael Albinus.
3527         (tramp-host-regexp): Taken off hashes in host names. Otherwise,
3528         scanning files like .rhosts would take comments as host names.
3529         From Michael Albinus.
3530         (tramp-file-name-structure, tramp-multi-file-name-hop-structure):
3531         Replace `tramp-host-regexp' by `tramp-host-with-port-regexp'.
3532         From Michael Albinus.
3533         (tramp-action-terminal): New function.
3534         (tramp-terminal-prompt-regexp): New variable, matches "tset" prompts.
3535         (tramp-actions-before-shell): Use them.
3536         (tramp-handle-shell-command): Logic error.  From Ivan
3537         Zakharyaschev <imz@altlinux.org>.
3539 2002-10-06  Markus Holmberg  <markush@acc.umu.se>  (tiny change)
3541         * thingatpt.el (thing-at-point-uri-schemes): New variable.
3542         (thing-at-point-url-regexp): Use it.
3544 2002-10-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
3546         * progmodes/fortran.el (fortran-beginning-do): Ignore labelled DO
3547         loops.
3549 2002-10-05  Stefan Monnier  <monnier@cs.yale.edu>
3551         * vc.el (vc-log-mode-map): Explicitly inherit from text-mode.
3552         (vc-maybe-resolve-conflicts): Don't check smerge-mode and smerge-ediff.
3553         (vc-print-log): Don't check log-view-mode.
3554         (vc-default-show-log-entry): Don't check log-view-goto-rev.
3555         (vc-log-mode): Remove.
3556         (vc-log-edit): Don't check log-edit.
3558 2002-10-04  Stefan Monnier  <monnier@cs.yale.edu>
3560         * vc-cvs.el (vc-cvs-show-log-entry):
3561         * vc-rcs.el (vc-rcs-show-log-entry): Delete.
3563         * smerge-mode.el (smerge-ediff): Add name-{mine,other,base} args.
3565 2002-10-04  Markus Rost  <rost@math.ohio-state.edu>
3567         * vc.el (vc-default-show-log-entry): Fix typo.
3569 2002-10-04  Steven Tamm  <steventamm@mac.com>
3571         * term/mac-win.el: Add lines to handle the new [return] event.
3573 2002-10-03  Stefan Monnier  <monnier@cs.yale.edu>
3575         * textmodes/fill.el (fill-paragraph): Give up if there's no
3576         paragraph at or after point.
3578         * textmodes/paragraphs.el (forward-paragraph): Return the steps left.
3580         * vc.el (vc-print-log): Unconditionally use `show-log-entry'.
3581         (vc-default-show-log-entry): New fun.
3583         * subr.el (read-key-auxiliary-map, read-key): Remove.
3584         (read-quoted-char): Undo the `read-key' change of 2002-06-23.
3586 2002-10-03  Markus Rost  <rost@math.ohio-state.edu>
3588         * progmodes/ada-stmt.el (ada-stmt-add-to-ada-menu): Handle the
3589         menu pseudo-keys generated by easymenu which are lowercase in
3590         Emacs 21.4.
3592         * progmodes/ada-xref.el
3593         (ada-xref-update-project-menu,ada-add-ada-menu): Ditto.
3595 2002-10-03  John Paul Wallington  <jpw@shootybangbang.com>
3597         * frame.el (delete-frame-hook): Variable alias for
3598         `delete-frame-functions'.  Mark obsolete.
3600 2002-10-02  Stefan Monnier  <monnier@cs.yale.edu>
3602         * textmodes/outline.el (outline-1, outline-2, outline-3, outline-4)
3603         (outline-5, outline-6, outline-7, outline-8): New faces.
3604         (outline-font-lock-faces, outline-font-lock-levels): New vars.
3605         (outline-font-lock-face): New fun.
3606         (outline-font-lock-keywords): Use it.
3607         (outline-font-lock-level): Remove.
3608         (outline-mode, outline-next-preface, outline-next-heading)
3609         (outline-previous-heading, outline-next-visible-heading):
3610         Use shy group.
3611         (outline-level) <var>: Update calling convention.
3612         (outline-level) <fun>: Take advantage of it.
3613         (outline-demote): Don't assume the match-data is still uptodate.
3614         (outline-up-heading): Simplify and make sure the match data is
3615         properly set at the end.
3617 2002-10-02  Markus Rost  <rost@math.ohio-state.edu>
3619         * progmodes/sh-script.el (sh-alias-alist): Use append instead of
3620         nconc.
3622         * startup.el (normal-top-level): Reset standard-value property of
3623         `user-full-name' here.
3625 2002-10-02  Per Abrahamsen  <abraham@dina.kvl.dk>
3627         * wid-edit.el (widget-default-get): Change to return external
3628         value.
3629         (widget-choice-action): Update caller.
3630         (widget-editable-list-entry-create): Update caller.
3632         * wid-edit.el (widget-types-copy): New function.
3633         (default): Added :copy keyword.
3634         (menu-choice): Ditto.
3635         (checklist): Ditto.
3636         (radio-button-choice): Ditto.
3637         (editable-list): Ditto.
3638         (group): Ditto.
3639         (widget-copy): New function.
3640         (widget-create-child): Use it.
3641         (widget-create-child-value): Use it.
3643 2002-10-01  Bill Wohler  <wohler@newt.com>
3645         * mail/mh-comp.el, mail/mh-e.el, mail/mh-funcs.el,
3646         mail/mh-mime.el, mail/mh-pick.el, mail/mh-seq.el,
3647         mail/mh-utils.el, mail/mh-xemacs-compat.el, mail/reply2.pbm,
3648         mail/reply2.xpm, toolbar/execute.pbm, toolbar/execute.xpm,
3649         toolbar/page-down.pbm, toolbar/page-down.xpm, toolbar/refile.pbm,
3650         toolbar/refile.xpm, toolbar/repack.pbm, toolbar/repack.xpm,
3651         toolbar/rescan.pbm, toolbar/rescan.xpm, toolbar/show.pbm,
3652         toolbar/show.xpm, toolbar/widen.pbm, toolbar/widen.xpm:
3653         Upgraded to mh-e version 6.1.1.  Full ChangeLog available in
3654         http://prdownloads.sourceforge.net/mh-e/mh-e-6.1.tgz?download .
3655         There were no user-visible changes in 6.1.1 from 6.1--only the
3656         section of the Makefile that installs the files into Emacs was changed.
3658 2002-10-01  Stefan Monnier  <monnier@cs.yale.edu>
3660         * pcvs.el (cvs-mode-find-file): Look up font-lock-face so it also
3661         works when font-lock is turned off.
3663         * jit-lock.el (jit-lock-fontify-now): Don't widen.
3664         Let the jit-lock-functions do it if they want to.
3666 2002-10-01  Juanma Barranquero  <lektu@terra.es>
3668         * eshell/esh-module.el (eshell-load-defgroups):
3669         Add "no-byte-compile: t" to subdirs.el.
3671         * makefile.w32-in (update-subdirs-CMD): Likewise.
3673         * forms-d2.el:
3674         * forms-pass.el:
3675         * generic-x.el:
3676         * patcomp.el:
3677         * paths.el:
3678         * version.el:
3679         * international/mule-conf.el:
3680         * language/czech.el:
3681         * language/devanagari.el:
3682         * language/english.el:
3683         * language/georgian.el:
3684         * language/greek.el:
3685         * language/hebrew.el:
3686         * language/japanese.el:
3687         * language/korean.el:
3688         * language/lao.el:
3689         * language/misc-lang.el:
3690         * language/romanian.el:
3691         * language/slovak.el:
3692         * language/thai.el:
3693         * language/utf-8-lang.el:
3694         * emacs-lisp/cl-specs.el:
3695         * eshell/esh-maint.el:
3696         * mail/blessmail.el:
3697         * play/bruce.el:
3698         * term/apollo.el:
3699         * term/AT386.el:
3700         * term/bobcat.el:
3701         * term/internal.el:
3702         * term/iris-ansi.el:
3703         * term/keyswap.el:
3704         * term/linux.el:
3705         * term/lk201.el:
3706         * term/news.el:
3707         * term/vt102.el:
3708         * term/vt125.el:
3709         * term/vt200.el:
3710         * term/vt201.el:
3711         * term/vt220.el:
3712         * term/vt240.el:
3713         * term/vt300.el:
3714         * term/vt320.el:
3715         * term/vt400.el:
3716         * term/vt420.el:
3717         * term/wyse50.el: Add "no-byte-compile: t" in first line.
3719 2002-10-01  Kenichi Handa  <handa@m17n.org>
3721         * international/utf-16.el: Don't provide utf-16.
3723         * international/utf-8.el (ccl-decode-mule-utf-8):
3724         Remove unnecessary line.
3726 2002-09-30  Kenichi Handa  <handa@m17n.org>
3728         * language/thai.el (thai-tis620): Add `mime-charset' property.
3730         * language/indian.el: Don't register "ISO10646.*-1" in
3731         font-ccl-encoder-alist.
3733         * language/cyrillic.el (ccl-decode-koi8): Refer to
3734         ucs-translation-table-for-decode.
3735         (ccl-decode-koi8-u): Likewise.
3736         (ccl-decode-alternativnyj): Likewise.
3737         (cyrillic-koi8): Put `dependency' property.
3738         (koi8-u): Likewise.
3739         (cyrillic-alternativnyj): Likewise.
3741         * international/utf-8.el (ucs-mule-to-mule-unicode): Don't define
3742         this translation-table name here.
3743         (utf-translation-table-for-encode): New translation-table name.
3744         (utf-fragmentation-table): Renamed from utf-8-fragmentation-table.
3745         (utf-defragmentation-table): New variable.
3746         (ucs-mule-cjk-to-unicode): Renamed from utf-8-subst-rev-table.
3747         (utf-subst-table-for-encode): New translation-table name.
3748         (ucs-unicode-to-mule-cjk): Renamed from utf-8-subst-table.
3749         (utf-subst-table-for-decode): New translation-table name.
3750         (utf-fragment-on-decoding): Renamed from
3751         utf-8-fragment-on-decoding.  Correctly handle the case that
3752         unify-8859-on-encoding-mode is off.  Handle mule-utf-16-le and
3753         mule-utf-16-be too.
3754         (utf-translate-cjk): Renamed from utf-8-translate-cjk.
3755         Handle mule-utf-16-le and mule-utf-16-be too.
3756         (ccl-decode-mule-utf-8): Refer to utf-translation-table-for-decode
3757         and utf-subst-table-for-decode.
3758         (ccl-encode-mule-utf-8): Refer to utf-translation-table-for-encode
3759         and utf-subst-table-for-encode.
3760         (mule-utf-8): Fix `safe-charsets' property, put `dependency' property.
3762         * international/utf-8-subst.el: Setup ucs-unicode-to-mule-cjk and
3763         ucs-mule-cjk-to-unicode, not utf-8-subst-table and
3764         utf-8-subst-rev-table.
3766         * international/utf-16.el (utf-16-decode-ucs): Look up
3767         utf-subst-table-for-decode.  Fix for the case that the looking up
3768         succeeds.
3769         (ccl-decode-mule-utf-16-le): Translate characters by
3770         utf-translation-table-for-decode.
3771         (ccl-decode-mule-utf-16-be): Likewise.
3772         (ccl-encode-mule-utf-16-le): Look up utf-subst-table-for-encode
3773         at first.  Translate characters by utf-translation-table-for-encode.
3774         (ccl-encode-mule-utf-16-be): Likewise.
3775         (mule-utf-16-le, mule-utf-16-be): Add `dependency' property.
3777         * loadup.el: Preload international/utf-16.  Don't call ucs-unify-8859.
3779         * international/ucs-tables.el: Don't bind
3780         utf-8-translation-table-for-decode while setting up
3781         ucs-mule-8859-to-ucs-table, etc.  Add `depenency' property to
3782         iso-8859-* coding systems.
3783         (ucs-unify-8859): Arguments changed to FOR-ENCODE and FOR-DECODE.
3784         If FOR-DECODE is non-nil, make ucs-mule-8859-to-mule-unicode
3785         populate the translation table named
3786         ucs-translation-table-for-decode.  If FOR-ENCODE is non-nil, make
3787         ucs-mule-to-mule-unicode populates the translation table named
3788         utf-translation-table-for-encode.  Call register-char-codings for
3789         mule-utf-16-be and mule-utf-16-le too.
3790         (ucs-fragment-8859): Arguments changed to FOR-ENCODE and
3791         FOR-DECODE.  If FOR-DECODE is non-nil, make the translation table
3792         named ucs-translation-table-for-decode vacant.  If FOR-ENCODE is
3793         non-nil, make a proper char-table populates the translation table
3794         name utf-translation-table-for-encode.  Call register-char-codings
3795         for all mule-utf-* to to reset their status to the origianl.
3796         (unify-8859-on-encoding-mode): Call ucs-unify-8859 and
3797         ucs-fragment-8859 with fixed arguments.  Set the version to 21.3.
3798         (unify-8859-on-decoding-mode): Likewise.  Remove dependency.
3799         (ccl-encode-unicode-font): Delete.
3800         (ucs-tables-unload-hook): Delete.
3802         * international/mule.el (decode-char): Refer to the translation
3803         hash table named utf-subst-table-for-decode.  Refer to the
3804         translation table named utf-translation-table-for-decode instead
3805         of utf-8-translation-table-for-decode.
3806         (encode-char): Refer to the translation hash table named
3807         utf-subst-table-for-encode.  Refer to the translation table named
3808         utf-translation-table-for-encode instead of
3809         utf-8-translation-table-for-encode.
3811         * international/mule-diag.el (describe-coding-system):
3812         Describe `dependency' property.
3814         * international/mule-conf.el (emacs-mule): Add property `composition'.
3816         * international/fontset.el (ucs-mule-to-mule-unicode): Define this
3817         translation table name here.
3818         (ucs-mule-cjk-to-unicode): New translation table name.
3819         (ccl-encode-unicode-font): Merge the code in ucs-tables.el.
3820         (font-ccl-encoder-alist): Change the font registry pattern to
3821         "ISO10646.*-*".
3823 2002-09-30  Colin Walters  <walters@gnu.org>
3825         * calc/calc-stuff.el (calc-flush-caches): Add optional arg
3826         `inhibit-msg'.
3828         * calc/calc-prog.el (calc-kbd-report, calc-kbd-query): Don't bind
3829         `executing-kbd-macro' and `defining-kbd-macro'.
3831         * calc/calc-ext.el (calc-reset): Don't bind `executing-kbd-macro'.
3832         Call `calc-flush-caches' with inhibit-msg arg.
3833         (calc-change-mode): Remove extra arg for `calc-save-modes'.
3835         * calc/calc-mode.el (calc-save-modes): Remove `quiet' arg.
3836         Don't bind `executing-kbd-macro'.
3838 2002-09-29  Noah Friedman  <friedman@splode.com>
3840         * subr.el (read-key): Use read-key-auxiliary-map, not read-key-aux-map.
3842 2002-09-29  Richard M. Stallman  <rms@gnu.org>
3844         * startup.el (user-mail-address): Initialize to a useful value
3845         once Emacs is started up; initialize to "" at loadup time.
3846         (command-line): "", not nil, means user-mail-address not set yet.
3848 2002-09-29  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3850         * net/tramp.el: Version 2.0.24 released.
3851         (tramp-methods, tramp-completion-function-alist):
3852         Rename "*-old" methods to "*_old".  From Michael Albinus.
3853         (tramp-completion-function-alist):
3854         Use `tramp-completion-function-alist-ssh' for the "fcp" method.
3855         From Michael Albinus.
3856         (tramp-default-method-alist): Use "su" for "root@localhost".
3857         (tramp-host-regexp): Allow "#" for "host#port" kludge.
3858         (tramp-ange-ftp-file-name-p): If METHOD is nil, find the right
3859         default method.  Require additional args USER and HOST for this.
3860         Callers changed.
3861         (tramp-handle-file-local-copy): More local bindings.  Bind results
3862         of tramp-get-{remote,local}-{de,en}coding earlier to avoid nasty
3863         "are you awake" problem.
3864         (tramp-action-password): Protect against clobbered match data.
3865         (tramp-open-connection-setup-interactive-shell): Explicitly set
3866         tramp-last-cmd-time before invoking tramp-send-command the first
3867         time.  Otherwise, tramp-send-command would issue "echo are you
3868         awake" right at the first time, which is not what we want.
3869         Reported by Douglas Gray Stephens.
3870         (tramp-find-inline-encoding): Don't redirect stdout to
3871         /dev/null to avoid "chmode go-rwx" operation from "mimencode
3872         >/dev/null" as root(!), and to check the output of the decoding
3873         command.
3874         (tramp-maybe-open-connection): Don't send "are you awake" if
3875         process has died.
3877 2002-09-29  Colin Walters  <walters@gnu.org>
3879         * calc/calc.el (calc-dispatch-map): Actually set to keymap.
3881 2002-09-29  Mike Williams  <mdub@bigfoot.com>
3883         * textmodes/sgml-mode.el (sgml-guess-indent): Handle tabs correctly.
3885 2002-09-29  Richard M. Stallman  <rms@gnu.org>
3887         * custom.el (defcustom): Doc fix.
3889 2002-09-28  Richard M. Stallman  <rms@gnu.org>
3891         * loadhist.el (unload-feature): When undefining a variable,
3892         delete its buffer-local bindings.
3894 2002-09-28  Luc Teirlinck  <teirllm@mail.auburn.edu>
3896         * subr.el (remove-yank-excluded-properties): Fix bugs in
3897         handling of category properties.
3899 2002-09-28  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
3901         * ps-print.el (ps-print-emacs-type): Error if ps-print is
3902         activated in Epoch, inLucid or in Emacs v19 or lesser.
3903         Value can no longer be `lucid'.
3904         (ps-print-version): New version number (6.5.8).
3905         (faces): Never do (require 'faces).
3907 2002-09-28  Simon Josefsson  <jas@extundo.com>
3909         * mail/smtpmail.el (smtpmail-via-smtp): Only negotiate starttls on
3910         streams that were opened using starttls.
3912 2002-09-28  Paul Reilly  <pmr@pajato.com>
3914         * files.el (auto-mode-alist): Add support for Java Enterprise
3915         ARchive (ear/EAR) and Web ARchive (war/WAR) files.
3917 2002-09-28  John Paul Wallington  <jpw@shootybangbang.com>
3919         * progmodes/m4-mode.el (m4-font-lock-keywords)
3920         (m4-mode-syntax-table, m4-mode-abbrev-table, m4-m4-buffer)
3921         (m4-m4-region): Doc fixes.
3923 2002-09-27  Stefan Monnier  <monnier@cs.yale.edu>
3925         * emacs-lisp/cl-macs.el: Use the new usage-in-docstring syntax.
3926         (cl-push, cl-pop): Remove.
3927         Use pop and push throughout the file instead.
3928         (cl-transform-lambda): Add usage info to docstring if the arglist
3929         is complex.
3931         * emacs-lisp/autoload.el (make-autoload): Add usage info to docstring.
3932         (autoload-print-form): Also quote open-[-in-column 0.
3934         * help-fns.el (help-with-tutorial): Use minibuffer-completion-help.
3935         (help-split-fundoc): Don't support old syntax any more.
3936         (help-add-fundoc-usage): New fun.
3938         * emacs-lisp/cl-extra.el (cl-push, cl-pop): Remove.
3939         Use pop and push throughout the file instead.
3940         (cl-hash-lookup): Remove.
3941         (cl-make-hash-table, cl-hash-table-p, cl-gethash, cl-puthash)
3942         (cl-remhash, cl-clrhash, cl-maphash, cl-hash-table-count): Simplify.
3944         * emacs-lisp/cl-seq.el (cl-push, cl-pop): Remove.
3945         Use pop and push throughout the file instead.
3947         * emacs-lisp/edebug.el: Don't precompute menu shortcuts during
3948         loading since the current keymaps might be all weird.
3950         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't add properties
3951         to the name since they're added by mode-line-format already.
3952         (define-minor-mode): Run (,mode -1) when needed.
3954         * tar-mode.el (tar-untar-buffer): Handle dir-entries.
3955         (tar-summarize-buffer, tar-mode, tar-extract, tar-copy, tar-expunge)
3956         (tar-alter-one-field, tar-subfile-save-buffer, tar-mode-write-file):
3957         Don't hardcode 1 == point-min.
3959         * abbrev.el (write-abbrev-file): Don't hardcode point-min == 1.
3961         * subr.el (read-key-auxiliary-map): New var.
3962         (read-key): Use it.
3963         (make-temp-file): Make the file have mode 600.
3964         (add-minor-mode): Don't add properties to the name since it's
3965         added by mode-line-format already.
3966         Be more careful with the mode-line-menu entry name.
3968         * userlock.el (ask-user-about-supersession-threat): Don't abort
3969         when the user hits mouse-2.
3971         * register.el (set-register): Use push.
3972         (point-to-register): Set kill-buffer-hook in this buffer.
3973         (register-swap-out): Use dolist.
3974         (kill-buffer-hook): Don't change globally.
3976         * server.el (server-select-display): New function.
3977         (server-process-filter): Add support for `-display' and `-eval' args.
3978         (server-visit-files): Use save-current-buffer, push, and dolist.
3979         Add server-kill-buffer to kill-buffer-hook.
3980         (kill-buffer-hook): Don't modify globally.
3981         (server-switch-buffer): Be a bit more careful with multiple displays.
3982         (server-socket-name): Always use /tmp and non-qualified hostname.
3984         * uniquify.el (uniquify-rationalize-file-buffer-names):
3985         Add to kill-buffer-hook for buffers with conflict.
3986         (rename-buffer): Check kill-buffer-hook to see if there was a conflict.
3987         (uniquify-delay-rationalize-file-buffer-names): Remove useless check.
3988         (kill-buffer-hook): Don't change globally.
3990 2002-09-27  Stefan Monnier  <monnier@cs.yale.edu>.
3992         * calc/calc.el (calc-bug-address, calc-scan-for-dels, calc-stack)
3993         (calc-stack-top, calc-always-load-extensions)
3994         (calc-line-numbering, calc-line-breaking, calc-display-just)
3995         (calc-display-origin, calc-number-radix, calc-leading-zeros)
3996         (calc-group-digits, calc-group-char, calc-point-char)
3997         (calc-frac-format, calc-prefer-frac, calc-hms-format)
3998         (calc-date-format, calc-float-format, calc-complex-format)
3999         (calc-full-float-format, calc-complex-mode, calc-infinite-mode)
4000         (calc-display-strings, calc-matrix-just, calc-break-vectors)
4001         (calc-full-vectors, calc-full-trail-vectors, calc-vector-commas)
4002         (calc-vector-brackets, calc-matrix-brackets, calc-language)
4003         (calc-language-option, calc-function-open, calc-function-open)
4004         (calc-function-close, calc-language-output-filter)
4005         (calc-language-input-filter, calc-radix-formatter)
4006         (calc-left-label, calc-right-label, calc-word-size)
4007         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
4008         (calc-display-raw, calc-internal-prec, calc-inverse-flag)
4009         (calc-hyperbolic-flag, calc-keep-args-flag, calc-angle-mode)
4010         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
4011         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
4012         (calc-window-height, calc-display-trail, calc-show-selections)
4013         (calc-use-selections, calc-assoc-selections)
4014         (calc-display-working-message, calc-auto-why, calc-timing)
4015         (calc-display-sci-high, calc-display-sci-low, calc-other-modes)
4016         (calc-other-modes, calc-Y-help-msgs, calc-loaded-settings-file):
4017         Make into real defvars.
4018         (calc-mode-var-list): Delete.
4019         (calc-mode-save-mode, calc-standard-date-formats)
4020         (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
4021         (calc-user-parse-tables, calc-gnuplot-default-device)
4022         (calc-gnuplot-default-output, calc-gnuplot-print-device)
4023         (calc-gnuplot-print-output, calc-gnuplot-geometry)
4024         (calc-graph-default-resolution, calc-graph-default-resolution-3d)
4025         (calc-invocation-macro, calc-show-banner): Make into defvars,
4026         taken from `calc-mode-var-list'.
4027         (calc-emacs-type-epoch, calc-emacs-type-19)
4028         (calc-emacs-type-lucid, calc-emacs-type-gnu19): Make into defvars.
4029         (calc-version, calc-version-date, calc-trail-pointer)
4030         (calc-trail-overlay, calc-undo-list, calc-redo-list)
4031         (calc-main-buffer, calc-trail-buffer, calc-why, calc-next-why)
4032         (calc-inverse-flag, calc-hyperbolic-flag, calc-keep-args-flag)
4033         (calc-last-kill, calc-previous-alg-entry, calc-dollar-values)
4034         (calc-dollar-used, calc-hashes-used, calc-quick-prev-results)
4035         (calc-said-hello, calc-executing-macro, calc-any-selections)
4036         (calc-help-phase, calc-full-help-flag, calc-refresh-count)
4037         (calc-display-dirty, calc-prepared-composition)
4038         (calc-selection-cache-default-entry, calc-embedded-info)
4039         (calc-embedded-active, calc-standalone-flag, var-EvalRules)
4040         (math-eval-rules-cache-tag, math-radix-explicit-format)
4041         (math-expr-function-mapping, math-expr-variable-mapping)
4042         (math-read-expr-quotes, math-working-step, math-working-step-2)
4043         (var-i, var-pi, var-e, var-phi, var-gamma, var-Modes): Make into
4044         defvars, from toplevel setq.
4045         (calc-mode-map): Set up keymap in more modern fashion.
4046         (calc-dispatch-map): Ditto.
4047         (calc-command-flags, calc-final-point-line)
4048         (calc-final-point-column): Defvar.
4049         (calc-do): Use `save-current-buffer' instead of `save-excursion'.
4050         (sel-mode): Defvar.
4051         (calc-any-evaltos): Ditto.
4052         (calc-buffer, calc-prev-char, calc-prev-prev-char)
4053         (calc-digit-value): Ditto.
4054         (math-eval-rules-cache, math-eval-rules-cache-other): Ditto.
4055         (math-sub-bignum): Bind `diff'.
4056         (calc-selection-cache-entry): Defvar.
4057         (calc-count-lines): Reference `pos' instead of `newpos'.
4059 2002-09-27  Simon Josefsson  <jas@extundo.com>
4061         * mail/mail-hist.el (mail-hist-next-input): Fix docstring.
4063 2002-09-26  Richard M. Stallman  <rms@gnu.org>
4065         * mail/unrmail.el (unrmail): Do the work directly,
4066         without actually selecting the messages in the from file.
4067         (unrmail-unprune): New subroutine.
4069         * files.el (backup-buffer): Bind local var MODES.
4070         Don't use renaming for a suid or sgid file.
4071         Use backup-buffer-copy to do copying.
4072         (backup-buffer-copy): New subroutine.
4073         Clear suid and sgid bits for the copy.
4075 2002-09-26  Edward M. Reingold  <reingold@emr.cs.iit.edu>
4077         * calendar/solar.el (solar-equinoxes-solstices):
4078         Use time properly adjusted for DST in the result.
4080 2002-09-26  Richard M. Stallman  <rms@gnu.org>
4082         * follow.el (follow-generic-filter): Simply bind deactivate-mark.
4083         Bind inhibit-read-only; don't mess with buffer-read-only.
4085         * speedbar.el (speedbar-refresh): Simply bind deactivate-mark.
4087 2002-09-26  Luc Teirlinck  <teirllm@mail.auburn.edu>
4089         * ielm.el (inferior-emacs-lisp-mode): Treat the header as
4090         output, if comint-use-prompt-regexp-instead-of-fields is nil.
4092 2002-09-26  John Paul Wallington  <jpw@shootybangbang.com>
4094         * ibuffer.el (ibuffer-update): Call `minibufferp' with argument
4095         instead of within `with-current-buffer'.
4097 2002-09-26  Stephen Eglen  <stephen@gnu.org>
4099         * iswitchb.el (iswitchb-completions): Test that
4100         iswitchb-common-match-string is a string, before printing common
4101         completions.
4103 2002-09-25  Stefan Monnier  <monnier@cs.yale.edu>
4105         * server.el: Use built-in network primitives.
4106         (server-program, server-previous-string): Remove.
4107         (server-previous-strings): New var.
4108         (server-socket-name): New var.
4109         (server-log): Minor change to the output format.
4110         (server-sentinel): Clean up global state when a client disconnects.
4111         (server-unquote-arg): New fun.
4112         (server-start): Use server-socket-name and make-network-process.
4113         (server-process-filter): Now talks to the clients directly.
4114         Normalize file name after unquoting and decoding.
4115         (server-buffer-done): Just close the connection.
4116         (server-switch-buffer): Handle the case where all windows are
4117         dedicated or minibuffers.
4119         * font-lock.el (fast-lock-mode, lazy-lock-mode, jit-lock-mode):
4120         Don't bind them variables.
4121         (font-lock-turn-off-thing-lock, font-lock-after-fontify-buffer)
4122         (font-lock-after-unfontify-buffer): Check that the vars are bound.
4123         (font-lock-dont-widen): New var.
4124         (font-lock-default-fontify-region): Use it.
4126         * emacs-lisp/find-func.el (find-library-name):
4127         Correctly find "file.el.gz" from "file.elc" or "file.elc.gz".
4129 2002-09-25  Kenichi Handa  <handa@etl.go.jp>
4131         * international/mule-cmds.el (select-safe-coding-system):
4132         Handle safe but rejected default coding systems and unsafe default
4133         coding systems differently.
4135         * international/mule-diag.el (list-character-sets): Use the buffer
4136         name "*Character Set List*", not "*Help*".  List also indirectly
4137         supported character sets.
4138         (list-charset-chars): Use the buffer name "*Character List*", not
4139         "*Help*".  Display the current charset name in the modeline.
4140         (non-iso-charset-alist): Add mapped charset list for `mac-roman'.
4141         (sort-listed-character-sets): Don't alter the region showing
4142         indirectly supported charsets.
4144 2002-09-24  Simon Josefsson  <jas@extundo.com>
4146         * mail/mail-extr.el (mail-extr-ignore-single-names): Change default.
4147         (mail-extract-address-components): Doc fix.
4149 2002-09-24  Markus Rost  <rost@math.ohio-state.edu>
4151         * simple.el (edit-and-eval-command): Protect command-history.
4152         (repeat-complex-command): Protect command-history.
4154 2002-09-24  Juanma Barranquero  <lektu@terra.es>
4156         * replace.el (occur-find-match): New function.
4157         (occur-next, occur-prev): Use it.
4159         * progmodes/sh-script.el (sh-mark-init): Don't set `occur-buffer'.
4160         (sh-mark-line): Likewise. Use 'occur-target and 'occur-match
4161         instead of 'occur and 'occur-point.
4163         * eshell/em-unix.el (eshell-occur-mode-mouse-goto)
4164         (eshell-poor-mans-grep): Remove references to `occur-buffer'.
4166 2002-09-24  Stefan Monnier  <monnier@cs.yale.edu>
4168         * descr-text.el (describe-text-category): Use *Help*.
4169         Don't kill-buffer.
4170         (describe-text-properties, describe-char):
4171         Delay self-inspection test.  Use *Help*.
4172         Use syntax-after.  Use `pos' rather than (point).
4173         Distinguish the before/after part of a composition.
4175 2002-09-23  Kenichi Handa  <handa@etl.go.jp>
4177         * international/quail.el (quail-completion): Be sure to scroll
4178         quail-completion-buf.
4180 2002-09-23  Richard M. Stallman  <rms@gnu.org>
4182         * ielm.el (*1): Fix previous change.
4184 2002-09-23  Juanma Barranquero  <lektu@terra.es>
4186         * net/tramp.el (tramp-unified-filenames): Autoload it.
4188 2002-09-23  Michael Kifer  <kifer@cs.stonybrook.edu>
4190         * ediff-init.el (ediff-get-next-window): Bug fix.
4192 2002-09-22  Oliver Scholz  <alkibiades@gmx.de>
4194         * play/gamegrid.el (gamegrid-face): New variable to emulate a
4195         buffer-local default face.
4196         (gamegrid-xbm): New variable; XBM image as a replacement for
4197         `gamegrid-xpm' on Emacsen compiled without XPM-support.
4198         (gamegrid-colorize-glyph): Ported XEmacs-code for the generation
4199         of images to Emacs.
4200         (gamegrid-match-spec): Call `gamegrid-make-image-from-vector' to
4201         convert XEmacs-type image descriptors.
4202         (gamegrid-color-display-p): Remove (use `display-colors-p' instead.)
4203         (gamegrid-make-image-from-vector): New function.  Convert XEmacs'
4204         image descriptors.
4205         (gamegrid-display-type): Use Emacs' standard `display-.*-p'
4206         functions to check for display capabilities.  Fix the recognition
4207         of image-support in Emacs 21 by this way.
4208         (gamegrid-hide-cursor): Removed.
4209         (gamegrid-setup-default-font): Ported the code from XEmacs to
4210         Emacs: create a new face and assign the variable `gamegrid-face'
4211         to it.  Make sure that the face is not higher than the smallest
4212         image used by the game.
4213         (gamegrid-initialize-display): Use `(setq cursor-type nil)'
4214         instead of `gamegrid-hide-cursor'.
4215         (gamegrid-set-face): If `gamegrid-display-mode' is 'glyph, put an
4216         image in the buffer, instead of applying a face.  [This is because
4217         Emacs display-tables are not as capable as the display-tables in
4218         XEmacs.  Maybe this function should be renamed to reflect the change?]
4219         (gamegrid-init-buffer): If `gamegrid-display-mode' is 'glyph, put
4220         the face held by `gamegrid-face' in an overlay over the whole
4221         buffer to emulate a buffer-local default-face.
4223 2002-09-22  Markus Triska  <triska@gmx.at>  (iny change)
4225         * play/doctor.el (doctor-doc): Add 2 question words.
4226         (doctor-getnoun): Parse and save the complete object phrase.
4228 2002-09-22  Richard M. Stallman  <rms@gnu.org>
4230         * international/mule-cmds.el (select-safe-coding-system): Cope if
4231         default-coding-system gives nil which was then used in `min'.
4233         * mail/sendmail.el (sendmail-send-it): If user's buffer
4234         is unibyte, make tembuf unibyte.
4236 2002-09-22  Kai Gro\e,A_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
4238         * net/tramp.el: Version 2.0.22 released.
4239         (tramp-parse-rhosts, tramp-parse-shosts)
4240         (tramp-parse-hosts, tramp-parse-passwd): Apply `push' but
4241         `add-to-list' for performance reasons.
4242         (tramp-get-completion-user-host): Return `nil' in case both `user'
4243         and 'host' are empty (not necessarily `nil'.
4244         (tramp-parse-netrc, tramp-parse-netrc-group): New functions.
4245         (tramp-user-regexp): " \t" are not user regexp characters.
4246         (tramp-completion-handle-file-name-all-completions):
4247         Remove Ange-FTP cmpletion. It has a bug not handling the "/ftp:" prefix
4248         completely, and it returns local completions as well.
4249         (tramp-completion-function-alist-ftp): New constant.
4250         (tramp-completion-function-alist): Add completion function for "ftp".
4251         From Michael Albinus <Michael.Albinus@alcatel.de>.
4253 2002-09-22  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4255         * net/tramp.el: Version 2.0.21 released.
4256         (tramp-handle-file-newer-than-file-p): If mtime of both files is
4257         known, return a useful result.  Better error message in case one
4258         is a Tramp file and one isn't.
4259         (tramp-handle-file-local-copy, tramp-handle-write-region)
4260         (tramp-find-shell, tramp-open-connection-telnet)
4261         (tramp-open-connection-rsh, tramp-open-connection-su)
4262         (tramp-open-connection-setup-interactive-shell)
4263         (tramp-post-connection, tramp-maybe-open-connection)
4264         (tramp-method-out-of-band-p): Correct number of args for
4265         `tramp-get-rsh-program' and similar functions.
4267 2002-09-22  Kai Gro\e,A_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
4269         * net/tramp.el: Version 2.0.20 released.
4271 2002-09-20  Kai Gro\e,A_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
4273         * net/tramp.el (tramp-completion-function-alist): Escape open
4274         paren in docstring.
4275         (tramp-user-regexp, tramp-host-regexp): Allow empty strings.
4276         (tramp-handle-insert-file-contents): Call tramp-message-for-buffer
4277         instead of tramp-message.
4278         (tramp-open-connection-rsh): Handle empty string as user name.
4279         (tramp-open-connection-su): Handle empty string as host name.
4280         Handle nil user name.
4281         (tramp-handle-file-local-copy, tramp-handle-write-region)
4282         (tramp-completion-handle-file-name-all-completions)
4283         (tramp-open-connection-telnet, tramp-open-connection-rsh)
4284         (tramp-open-connection-su, tramp-post-connection)
4285         (tramp-maybe-open-connection, tramp-method-out-of-band-p)
4286         (tramp-get-connection-function, tramp-get-remote-sh)
4287         (tramp-get-rsh-program, tramp-get-rsh-args)
4288         (tramp-get-rcp-program, tramp-get-rcp-args)
4289         (tramp-get-rcp-keep-date-arg, tramp-get-su-program)
4290         (tramp-get-su-args, tramp-get-telnet-program)
4291         (tramp-get-telnet-args): Use `tramp-find-method', perhaps require
4292         additional args USER, HOST.
4293         (tramp-action-password, tramp-open-connection-telnet)
4294         (tramp-open-connection-su, tramp-open-connection-multi)
4295         (tramp-method-out-of-band-p): `tramp-method-out-of-band-p' now
4296         takes USER and HOST arguments, to be able to use
4297         `tramp-find-method'.  Update callers.
4298         (tramp-find-method): New function.
4300 2002-09-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4302         * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
4303         in SWITCHES (by removing it).
4305 2002-09-18  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4307         * net/tramp.el (tramp-file-name-handler): Add `file-remote-p' property.
4309 2002-09-17  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4311         * net/tramp.el (top-level): Maybe autoload uudecode-decode-region.
4313 2002-09-16  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4315         * net/tramp.el (tramp-bug): Add tramp-methods.
4317 2002-09-16  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4319         * net/tramp.el (tramp-methods): Update docstring:
4320         tramp-encoding-command, tramp-decoding-command,
4321         tramp-encoding-function and tramp-decoding-function are not
4322         parameters anymore.
4323         (tramp-uuencode-region): Autoload it.
4325 2002-09-13  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4327         Version 2.0.19 released.
4329         * net/tramp-uu.el: New file, implements uuencode in Lisp.
4331         * net/tramp.el (tramp-coding-commands):
4332         Use `tramp-uuencode-region' as local encoder for the uuencode based
4333         entries.
4335 2002-09-13  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4337         * net/tramp.el (tramp-handle-write-region): Wrong parens.
4339 2002-09-13  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4341         Version 2.0.18 released.
4343         * net/tramp.el (tramp-perl-decode): Perl changes to accomodate
4344         older versions of Perl.  Now tested with 5.004.  Suggestion from
4345         Michael Albinus.
4347 2002-09-12  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4349         * net/tramp.el (tramp-find-inline-encoding):
4350         Call tramp-call-local-coding-command with nil for INPUT and OUTPUT.
4351         (tramp-call-local-coding-command): OUTPUT equals nil means to
4352         discard the output.  INPUT equals nil means /dev/null.
4354 2002-09-12  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4356         * net/tramp.el (tramp-encoding-shell): Default to environment
4357         variable COMSPEC on Windows.
4358         (tramp-handle-write-region): More debugging output.
4359         (tramp-find-inline-encoding): Ditto.
4361 2002-09-11  Michael Albinus  <Michael.Albinus@alcatel.de>
4363         * net/tramp.el (tramp-completion-handle-file-name-all-completions):
4364         Define `result1'.
4365         (tramp-parse-hosts-group): Discard IPv6 entries.
4367 2002-09-11  Kai Gro\e,A_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
4369         * net/tramp.el (tramp-post-connection): Only send Perl
4370         mime-encode/decode implementations when using inline method.
4371         (tramp-handle-file-local-copy)
4372         (tramp-handle-write-region, tramp-post-connection)
4373         (tramp-coding-commands, tramp-find-inline-encoding): For the
4374         inline encodings, distinguish between local and remote commands,
4375         instead of between commands and functions.  (The local commands
4376         can be functions, too.)  If the local host is a Windows machine,
4377         we can't expect the same commands to work there as on the remote host.
4378         (tramp-call-local-coding-command): New function for calling local
4379         encoding and decoding commands.
4380         (tramp-set-remote-encoding, tramp-get-remote-encoding)
4381         (tramp-set-remote-decoding, tramp-get-remote-decoding)
4382         (tramp-set-local-encoding, tramp-get-local-encoding)
4383         (tramp-set-local-decoding, tramp-get-local-decoding): New functions.
4384         (tramp-get-encoding-command, tramp-set-encoding-command)
4385         (tramp-get-decoding-command, tramp-set-decoding-command)
4386         (tramp-get-encoding-function, tramp-set-encoding-function)
4387         (tramp-get-decoding-function, tramp-set-decoding-function):
4388         Old functions, removed.
4390 2002-09-10  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4392         * net/tramp.el (tramp-open-connection-setup-interactive-shell):
4393         Change command to invoke /bin/sh slightly to make it compatible
4394         with the `rc' shell.  Suggested by Daniel Pittman.
4396 2002-09-10  Michael Albinus  <Michael.Albinus@alcatel.de>
4398         * net/tramp.el (tramp-handle-write-region): Added missing
4399         `)'.  Hope it's the right place.
4401 2002-09-09  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4403         * net/tramp.el (tramp-open-connection-setup-interactive-shell):
4404         Do "exec env PS1='$ ' /bin/sh" instead of just "exec /bin/sh" in
4405         order to get a sane shell prompt.  If people have ${CWD}, say, in
4406         their shell prompt, then the default login shell might display
4407         something harmless, but the /bin/sh will display a dollar sign
4408         which confused the subsequent prompt recognition.
4409         (tramp-multi-action-password): More debugging output.
4410         (tramp-encoding-shell): Renamed from tramp-sh-program.
4411         More documentation.  Default to cmd.exe on Windows NT.
4412         (tramp-encoding-command-switch): New variable.  Use instead of
4413         hard-wired "-c" which is only good for /bin/sh.
4414         (tramp-encoding-reads-stdin): New variable.  If t, commands are
4415         called like "/bin/sh -c COMMAND <INPUT", if nil, they are called
4416         like "/bin/sh -c COMMAND INPUT", ie the input file is the last arg.
4417         (tramp-multi-sh-program): Always default to tramp-encoding-shell.
4418         (tramp-handle-file-local-copy, tramp-handle-write-region):
4419         Respect tramp-encoding-shell and friends.
4420         (tramp-find-inline-encoding): Use new-style calls for checking if
4421         the local commands work.
4423 2002-09-07  Michael Albinus  <Michael.Albinus@alcatel.de>
4425         * net/tramp.el (tramp-methods): Remove `tramp-completion-function'
4426         entries. They are handled now by `tramp-completion-function-alist'.
4427         (tramp-completion-function): Defvar removed. I've never used
4428         it. Hmm.
4429         (tramp-get-completion-function)
4430         (tramp-get-completion-rsh, tramp-get-completion-ssh)
4431         (tramp-get-completion-telnet, tramp-get-completion-su):
4432         Functions removed as well.  Not necessary any longer due to extended
4433         customization means.
4434         (tramp-completion-function-alist): New defcustom. Holds all
4435         FUNCTION FILE pairs used for user and host name completion
4436         relevant for METHOD.
4437         (tramp-completion-function-alist-rsh)
4438         (tramp-completion-function-alist-ssh)
4439         (tramp-completion-function-alist-telnet)
4440         (tramp-completion-function-alist-su): Defconst for initializing
4441         `tramp-completion-function-alist'. Unfortunately, mainly UNIX-like
4442         values are known for me until now. Needs to be completed for at
4443         least VMS++ like operating systems.
4444         (tramp-set-completion-function)
4445         (tramp-get-completion-function): New functions for configuration
4446         of `tramp-completion-function-alist'. The old definition of
4447         `tramp-get-completion-function' has been discarded.
4448         (tramp-completion-handle-file-name-all-completions):
4449         Change function call for user/host completion according to definition
4450         in `tramp-completion-function-alist'.
4451         (tramp-parse-passwd): Added exception handling for "root", because
4452         `tramp-get-completion-su' (the previous place for this stuff)
4453         doesn't exist any longer.
4455 2002-09-07  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4457         * net/tramp.el (tramp-enter-password):
4458         Use `tramp-password-end-of-line' to terminate the line.
4459         (tramp-bug): Include new variable `tramp-password-end-of-line'.
4460         (tramp-password-end-of-line): New variable.  People who use plink
4461         under Windows might have to issue "\r\n" after the password, but
4462         they need to send just "\n" after the other commands.  So this
4463         variable was introduced to complement `tramp-rsh-end-of-line'.
4464         (tramp-wait-for-output, tramp-post-connection): Allow "\r" at end
4465         of line of the output delimiter.
4467 2002-09-06  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4469         * net/tramp.el (tramp-handle-file-local-copy, tramp-find-shell)
4470         (tramp-open-connection-setup-interactive-shell): Add some comments
4471         about Douglas Grey Stephen's suggestions to make Tramp work better
4472         with plink under Windows.  I'm not sure what to think of them, but
4473         now I have a guinea pig to try it out on.  Said guinea pig is
4474         having other problems, though...  Also remove some commented-out code.
4476 2002-09-06  Michael Albinus  <Michael.Albinus@alcatel.de>
4478         * net/tramp.el (tramp-get-completion-methods): Algorithm slightly
4479         tuned.
4480         (tramp-get-completion-user-host): Accept user names as they are if
4481         typed until "@".
4482         (tramp-completion-mode): Replace `last-input-char' by modern
4483         `last-input-event'. Check for `event-modifiers'.
4485 2002-09-06  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4487         * net/tramp.el (file-expand-wildcards): Corrected check to see if
4488         advising is necessary.
4490 2002-09-05  Michael Albinus  <Michael.Albinus@alcatel.de>
4492         * net/tramp.el (tramp-postfix-single-method-format)
4493         (tramp-postfix-multi-method-format)
4494         (tramp-postfix-multi-hop-format)
4495         (tramp-postfix-user-format): New format strings.
4496         (tramp-postfix-single-method-regexp)
4497         (tramp-postfix-multi-method-regexp)
4498         (tramp-postfix-multi-hop-regexp)
4499         (tramp-postfix-user-regexp)
4500         (tramp-make-multi-tramp-file-format)
4501         (tramp-make-tramp-file-name): Apply them.
4502         (tramp-completion-handle-file-name-all-completions): Fix for
4503         invoking ange-ftp in case of "/ftp:xxx" file names.
4505 2002-09-04  Michael Albinus  <Michael.Albinus@alcatel.de>
4507         * net/tramp.el (tramp-prefix-format)
4508         (tramp-postfix-host-format): New format strings.
4509         (tramp-prefix-regexp, tramp-method-regexp)
4510         (tramp-postfix-single-method-regexp)
4511         (tramp-postfix-multi-method-regexp)
4512         (tramp-postfix-multi-hop-regexp)
4513         (tramp-user-regexp, tramp-postfix-user-regexp)
4514         (tramp-host-regexp, tramp-postfix-host-regexp)
4515         (tramp-path-regexp): New atomar regular expressions.
4516         If corresponding format strings exist, derived from them.
4517         (tramp-file-name-structure)
4518         (tramp-multi-file-name-structure)
4519         (tramp-multi-file-name-hop-structure)
4520         (tramp-make-multi-tramp-file-format)
4521         (tramp-completion-mode)
4522         (tramp-completion-dissect-file-name)
4523         (tramp-parse-rhosts-group)
4524         (tramp-parse-shosts-group)
4525         (tramp-parse-hosts-group)
4526         (tramp-parse-passwd-group): Apply these expressions.
4527         (tramp-file-name-structure-unified)
4528         (tramp-file-name-structure-separate)
4529         (tramp-make-tramp-file-format-unified)
4530         (tramp-make-tramp-file-format-separate)
4531         (tramp-make-tramp-file-format)
4532         (tramp-make-tramp-file-user-nil-format-unified)
4533         (tramp-make-tramp-file-user-nil-format-separate)
4534         (tramp-make-tramp-file-user-nil-format)
4535         (tramp-multi-file-name-structure-unified)
4536         (tramp-multi-file-name-structure-separate)
4537         (tramp-multi-file-name-hop-structure-unified)
4538         (tramp-multi-file-name-hop-structure-separate)
4539         (tramp-make-multi-tramp-file-format-unified)
4540         (tramp-make-multi-tramp-file-format-separate): Removed.
4541         (tramp-make-tramp-file-name): Allow partial tramp file
4542         names. Generate tramp file format on-the-fly depending on
4543         parameters. Apply atomar format strings resp expressions.
4544         (tramp-get-completion-methods)
4545         (tramp-get-completion-user-host): Apply `tramp-make-tramp-file-name'.
4546         (tramp-parse-hosts-group): Take all host names and IP addresses
4547         into account.
4548         (tramp-bug): Remove `tramp-make-tramp-file-format'.
4550 2002-09-01  Michael Albinus  <Michael.Albinus@alcatel.de>
4552         * net/tramp.el (tramp-methods): Add `tramp-completion-function'
4553         for "su" and "sudo".
4554         (tramp-get-completion-telnet): Implement it.
4555         (tramp-parse-hosts)
4556         (tramp-parse-hosts-group)
4557         (tramp-get-completion-su)
4558         (tramp-parse-passwd)
4559         (tramp-parse-passwd-group): New functions.
4561 2002-08-31  Michael Albinus  <Michael.Albinus@alcatel.de>
4563         * net/tramp.el (tramp-completion-mode): Check for `last-input-char'.
4564         (tramp-completion-file-name-handler-alist): Add handler for
4565         `file-exists-p.
4566         (tramp-completion-handle-file-exists-p): New function.
4567         (tramp-completion-handle-file-name-completion): Simplified.
4568         (tramp-completion-dissect-file-name): Regexp's reorganised.
4569         (tramp-completion-handle-file-name-all-completions):
4570         Call completion-function only if `user' or `host' is given.
4571         (tramp-get-completion-user-host): New function.
4572         (tramp-get-completion-rsh)
4573         (tramp-get-completion-ssh): Apply it.
4575 2002-08-29  Michael Albinus  <Michael.Albinus@alcatel.de>
4577         * net/tramp.el (tramp-completion-file-name-handler-alist):
4578         Add handler for `expand-file-name'.
4579         (tramp-completion-handle-expand-file-name): New function.
4581 2002-08-26  Michael Albinus  <Michael.Albinus@alcatel.de>
4583         * net/tramp.el (tramp-completion-mode): New function.
4584         (tramp-completion-handle-file-name-directory)
4585         (tramp-completion-handle-file-name-all-completions): Apply it.
4586         (tramp-methods): Remove double definition of `ssh1-old' and `ssh2-old'.
4587         (tramp-point-at-eol): New defalias.
4588         (tramp-parse-rhosts-group)
4589         (tramp-parse-shosts-group):: Apply it.
4591 2002-08-25  Michael Albinus  <Michael.Albinus@alcatel.de>
4593         * net/tramp.el (tramp-get-completion-methods)
4594         (tramp-get-completion-rsh)
4595         (tramp-get-completion-ssh): Add "[" for Xemacs.
4596         (tramp-completion-file-name-regexp-separate): Expression adapted.
4597         (tramp-completion-file-name-handler-alist): Add handler for
4598         `file-name-directory' and `file-name-nondirectory'.
4599         (tramp-completion-handle-file-name-directory)
4600         (tramp-completion-handle-file-name-nondirectory)
4601         (tramp-completion-run-real-handler): New functions.
4602         (tramp-completion-file-name-handler)
4603         (tramp-completion-handle-file-name-all-completions):
4604         Apply `tramp-completion-run-real-handler'.
4605         (tramp-parse-rhosts)
4606         (tramp-parse-shosts): Use `with-temp-buffer'. `result\e$,1!=\e(B renamed to
4607         `res' (otherwise side effects in XEmacs).
4609 2002-08-24  Michael Albinus  <Michael.Albinus@alcatel.de>
4611         * net/tramp.el (tramp-completion-file-name-regexp)
4612         (tramp-completion-file-name-handler-alist)
4613         (tramp-flatten-list)
4614         (tramp-completion-dissect-file-name)
4615         (tramp-get-completion-rsh)
4616         (tramp-parse-rhosts)
4617         (tramp-parse-rhosts-group)
4618         (tramp-get-completion-ssh): Doc string tuned.
4619         (tramp-methods): Doc string and custom type extended for
4620         `tramp-completion-function'.
4621         (tramp-completion-function): Variable added. Is it really used?
4622         Other variables like `tramp-completion-function' aren't used.
4623         (tramp-completion-file-name-handler-alist): Add handler for
4624         `file-name-completion'.
4625         (tramp-completion-handle-file-name-completion): New function.
4627 2002-08-18  Michael Albinus  <Michael.Albinus@alcatel.de>
4629         * net/tramp.el (tramp-parse-rhosts)
4630         (tramp-parse-rhosts-group)
4631         (tramp-parse-shosts)
4632         (tramp-parse-shosts-group): New functions.
4634 2002-08-17  Michael Albinus  <Michael.Albinus@alcatel.de>
4636         * net/tramp.el (tramp-completion-dissect-file-name)
4637         (tramp-completion-dissect-file-name1): New functions.
4639 2002-08-16  Michael Albinus  <Michael.Albinus@alcatel.de>
4641         * net/tramp.el (tramp-get-completion-function)
4642         (tramp-get-completion-rsh)
4643         (tramp-get-completion-ssh)
4644         (tramp-get-completion-telnet): New functions.
4645         (tramp-methods): Add `tramp-completion-function' for all methods.
4647 2002-08-15  Michael Albinus  <Michael.Albinus@alcatel.de>
4649         * net/tramp.el (tramp-get-completion-methods): New function.
4650         (tramp-find-default-method): Allow host to be nil (like user).
4652 2002-08-14  Michael Albinus  <Michael.Albinus@alcatel.de>
4654         * net/tramp.el (tramp-completion-file-name-regexp-unified)
4655         (tramp-completion-file-name-regexp-separate)
4656         (tramp-completion-file-name-regexp)
4657         (tramp-completion-file-name-handler-alist): New defcustoms.
4658         (tramp-completion-file-name-handler): New function.
4659         Add `tramp-completion-file-name-handler' to `file-name-handler-alist'.
4660         (tramp-run-real-handler): Add `tramp-completion-file-name-handler'
4661         to `inhibit-file-name-handlers'.
4662         (tramp-completion-handle-file-name-all-completions)
4663         (tramp-completion-handle-file-name-completion): New functions.
4665 2002-08-12  Michael Albinus  <Michael.Albinus@alcatel.de>
4667         * net/tramp.el (tramp-invoke-ange-ftp): `tramp-disable-ange-ftp'
4668         must be called again after activating `ange-ftp'.
4669         (tramp-ange-ftp-file-name-p): Check for Xemacs.
4671 2002-08-08  Michael Albinus  <Michael.Albinus@alcatel.de>
4673         * net/tramp.el (tramp-do-copy-or-rename-file): Don't pass
4674         KEEP-DATE to tramp-invoke-ange-ftp 'rename.
4675         (tramp-handle-write-region): Don't pass LOCKNAME and CONFIRM to
4676         tramp-invoke-ange-ftp 'write-region.
4677         (tramp-handle-set-file-modes): Change order of FILENAME and MODE
4678         passing to tramp-invoke-ange-ftp 'set-file-modes.
4679         (tramp-flatten-list): New function. Maybe this functionality does
4680         exist already elsewhere in the libraries.
4681         (tramp-invoke-ange-ftp): Apply `tramp-flatten-list' to parameter
4682         list in order to avoid nested lists, f.e. when invoked from
4683         `tramp-handle-dired-call-process'.
4685 2002-09-05  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4687         * net/tramp.el (tramp-chunksize): New kluge variable.
4688         (tramp-send-region): If tramp-chunksize is non-nil, send region in
4689         parts and sleep 0.1 seconds between chunks.
4691 2002-09-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4693         * net/tramp.el (tramp-handle-insert-directory):
4694         Use `insert-buffer-substring' instead of `insert-buffer', which is not
4695         supposed to be used from Lisp.  Remember old point in a variable
4696         instead of using `mark'.  Suggestion from Stefan Monnier.
4697         (tramp-unified-filenames): New variable.  Use it in default value
4698         of other filename variables.
4699         (file-expand-wildcards): Don't advise unless "[" and "]" are used
4700         in the filename format.
4702 2002-09-01  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4704         * net/tramp.el (tramp-methods): Remove duplicate definition of
4705         ssh1-old and ssh2-old.
4707 2002-09-22  Kai Gro\e,A_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
4709         * dired.el (dired-insert-directory): Always add "--dired" to to
4710         SWITCHES for remote files.
4711         * files.el (insert-directory): Comment saying that "--dired"
4712         might be in the SWITCHES.
4713         * net/ange-ftp.el (ange-ftp-ls): Handle "--dired" in LSARGS.
4714         (ange-ftp-insert-directory): Comment explaining "--dired" handling.
4716 2002-09-21  Markus Rost  <rost@math.ohio-state.edu>
4718         * mail/mailabbrev.el (mail-abbrev-make-syntax-table): Give %!._-
4719         word constituent syntax.
4721 2002-09-21  Richard M. Stallman  <rms@gnu.org>
4723         * cus-dep.el (custom-make-dependencies): Bind to t
4724         around evaluating the def-form.
4726         * custom.el (custom-dont-initialize): New variable.
4727         (custom-declare-variable): Don't init the variable
4728         if custom-dont-initialize is non-nil.
4730 2002-09-21  John Paul Wallington  <jpw@shootybangbang.com>
4732         * net/eudc.el (eudc-install-menu): Use `define-key' and
4733         `easy-menu-create-menu' to avoid duplication of menu.
4735 2002-09-20  Kim F. Storm  <storm@cua.dk>
4737         * kmacro.el (kmacro-step-edit-query): Use RET to execute rest of
4738         macro and terminate editing.
4739         (kmacro-step-edit-macro): Push previous macro onto ring if changed
4740         by step editing.
4742 2002-09-19  Tom Tromey  <tromey@redhat.com>
4744         * play/blackbox.el (bb-right): Respect prefix argument.
4745         (bb-left, bb-up, bb-down): Likewise.
4747 2002-09-19  Richard M. Stallman  <rms@gnu.org>
4749         * cus-dep.el (custom-make-dependencies): Fix previous change.
4751 2002-09-19  Juanma Barranquero  <lektu@terra.es>
4753         * ielm.el (ielm-eval-input): Call `error-message-string' instead
4754         of the non-existent `ielm-format-error'.
4756 2002-09-19  Stefan Monnier  <monnier@cs.yale.edu>
4758         * emacs-lisp/easymenu.el (easy-menu-remove):
4759         * emacs-lisp/ewoc.el (ewoc--node-branch): Add docstring.
4761         * international/mule-diag.el (describe-coding-system):
4762         Remove unused `coding-spec' variable.
4763         (list-input-methods): Be more careful when setting up the help buffer.
4765         * international/ucs-tables.el (unify-8859-on-encoding-mode):
4766         Set init value to t to reflect reality.
4767         (ucs-minibuffer-setup): Use minibuffer-selected-window.
4769 2002-09-18  Stefan Monnier  <monnier@cs.yale.edu>
4771         * progmodes/make-mode.el (makefile-cleanup-continuations-p):
4772         Rename to makefile-cleanup-continuations.
4773         (makefile-mode): Use write-file-functions.
4774         (makefile-fill-paragraph): Use match-string-no-properties.
4775         (makefile-fill-paragraph): Use line-end-position.
4776         (makefile-add-log-defun): Simplify.
4778 2002-09-18  Richard M. Stallman  <rms@gnu.org>
4780         * dired.el (dired-mark-pop-up): Doc fix.
4782         * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs): Put the
4783         definition straight into loaddefs.el as well as executing it here.
4785 2002-09-18  Colin Walters  <walters@debian.org>
4787         * calc/calc.el (calc-mode): Add font-lock-defontify to
4788         change-major-mode-hook.
4790 2002-09-18  Richard M. Stallman  <rms@gnu.org>
4792         * Makefile.in (bootstrap-clean): Use cd to shorten arg strings.
4793         Don't ignore errors in rm line.
4795         * menu-bar.el (menu-bar-search-menu): Nicer help string.
4797         * replace.el (occur-engine-add-prefix): Use 7 spaces.
4798         (occur-engine): Use 7 digits to align tabs in the data.
4800         * emacs-lisp/bytecomp.el (byte-compile-output-docform):
4801         Don't make the definition dynamic if it shares structure
4802         with the arg list.
4804         * gud.el (gud-pdb-marker-regexp): Allow : and \ in file name.
4805         (pdb): In gud-remove, pass down the file name.
4807         * cus-dep.el (custom-make-dependencies): Sort MEMBERS before use.
4809 2002-09-18  Luc Teirlinck  <teirllm@mail.auburn.edu>
4811         * ielm.el: (*1, *2, *3): New variables.
4812         (ielm-eval-input): Make temporary buffers current on entry and
4813         exit to the let bindings for *, ** and ***.
4814         (inferior-emacs-lisp-mode): Mention *1, *2 and *3 in the docstring.
4815         Do not overrule global bindings for *, ** and ***.
4817 2002-09-18  Tom Tromey  <tromey@redhat.com>
4819         * progmodes/make-mode.el (makefile-fill-paragraph): Find comment
4820         boundaries before filling.
4822 2002-09-18  Stefan Monnier  <monnier@cs.yale.edu>
4824         * server.el (server-done): Fix harmlessly wrong arg to save-buffer.
4825         (server-switch-buffer): Only select a different window if
4826         next-buffer is non-nil.  Don't switch in a dedicated window.
4827         If next-buffer is already displayed, reuse that window.
4829         * diff-mode.el (diff-mode): Use compilation-minor-mode.
4830         Don't unbind compilation-last-buffer after autoloading compile.el.
4831         Hide the compilation-minor-mode bindings altogether.
4833 2002-09-18  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4835         * dired.el (dired-insert-directory): Never add "--dired" when
4836         listing remote directories.
4838 2002-09-18  Michael Kifer  <kifer@cs.stonybrook.edu>
4840         * ediff-hooks.el: Put back the autoloads (for XEmacs compatibility).
4842         * ediff-init.el: Use defalias instead of fset.
4844         * ediff-util.el: Use defalias instead of fset.
4846         * viper-util.el (viper-chars-in-region): Simplification.
4848         * viper.el (viper-emacs-state-mode-list): Added modes.
4850 2002-09-18  Jonathan Yavner  <jyavner@engineer.com>
4852         * emacs-lisp/testcover.el: New file.  Uses edebug to instrument a
4853         module of code, with graphical display of poor-coverage spots.
4855         * emacs-lisp/testcover-ses.el: New file.  Demonstrates use of
4856         testcover on a interactive module like ses.
4858         * emacs-lisp/testcover-unsafep.el: New file.  Demonstrates use of
4859         testcover on a noninteractive module like unsafep.
4861 2002-09-18  Miles Bader  <miles@gnu.org>
4863         * diff-mode.el (diff-mode): Don't evaluate `compilation-last-buffer'
4864         unless it's bound.
4866 2002-09-17  Stefan Monnier  <monnier@cs.yale.edu>
4868         * server.el (server-log): Add `client' arg.
4869         (server-start): Don't bother canceling the sentinel.
4870         (server-process-filter): Use replace-regexp-in-string and
4871         handle the new &n quoting.  Use push.  Use server-log's new arg.
4872         Don't output the C-x # message if `nowait'.
4873         (server-buffer-done): Use server-log's new arg.
4875 2002-09-16  Jonathan Yavner  <jyavner@engineer.com>
4877         * ses.el: New file.
4879         * emacs-lisp/unsafep.el: New file.
4881         * files.el (auto-mode-alist): Add ".ses" for ses-mode.
4882         (inhibit-quit): This is risky for unsafep, doesn't matter much for
4883         anybody else.
4884         (risky-local-variable-p): New function.  Split off from
4885         hack-one-local-variable so unsafep can use it.  Add \|-history$ to
4886         the list of disallowed local variable names (malicious user could
4887         stuff a `display' property in there that would be activated when
4888         na\e,Ao\e(Bve user called up the history).
4890 2002-09-16  Markus Rost  <rost@math.ohio-state.edu>
4892         * ls-lisp.el (ls-lisp-format-time-list): Fix type and provide :tag's.
4894 2002-09-16  Richard M. Stallman  <rms@gnu.org>
4896         * play/gomoku.el (gomoku-move-up, gomoku-move-down):
4897         Use forward-line and move-to-column.
4899         * cus-edit.el (custom-variable-backup-value): New function.
4900         (custom-variable-reset-backup): New function.
4901         (custom-variable-menu): Add item for custom-variable-reset-backup.
4902         (custom-variable-set, custom-variable-reset-saved)
4903         (custom-variable-reset-standard): Call custom-variable-backup-value.
4905 2002-09-16  Stefan Monnier  <monnier@cs.yale.edu>
4907         * dired.el (dired-font-lock-keywords): Use regexp-opt.
4908         (dired-move-to-filename): Better message when we fail to find the file.
4909         (dired-sort-toggle): Minor optimization.
4911 2002-09-16  Juanma Barranquero  <lektu@terra.es>
4913         * dired-aux.el (dired-add-entry): Add missing argument to
4914         `dired-mark'.
4916 2002-09-16  John Paul Wallington  <jpw@shootybangbang.com>
4918         * xscheme.el (scheme-interaction-mode): Doc fix.
4920         * net/eudc.el (eudc-plist-get): Doc fix.
4922 2002-09-16  Kim F. Storm  <storm@cua.dk>
4924         * menu-bar.el (menu-bar-last-search-type): New var.
4925         (nonincremental-repeat-search-forward)
4926         (nonincremental-repeat-search-backward): Repeat string or
4927         regexp search depending on menu-bar-last-search-type.
4928         (nonincremental-search-forward, nonincremental-re-search-forward)
4929         (nonincremental-search-backward, nonincremental-re-search-backward):
4930         Set menu-bar-last-search-type to string or regexp.
4931         (nonincremental-repeat-re-search-forward): Removed.
4932         (nonincremental-repeat-re-search-backward): Removed.
4933         (menu-bar-replace-menu): New keymap for "Edit->Replace" submenu.
4934         (menu-bar-i-search-menu): New keymap for "Incremental Search" submenu.
4935         (menu-bar-adv-search-menu): Removed.
4936         (menu-bar-search-menu): Reorganized.
4937         (menu-bar-edit-menu): Added "Replace" submenu.
4939 2002-09-15  Richard M. Stallman  <rms@gnu.org>
4941         * scroll-bar.el (scroll-bar-mode): Specify :initialize.
4943         * menu-bar.el (menu-bar-make-mm-toggle): Don't put a quote befor FNAME
4944         when it's not being evaluated.
4946 2002-09-15  Markus Rost  <rost@math.ohio-state.edu>
4948         * dired.el (dired-move-to-filename): Fix previous change.
4950 2002-09-14  Kim F. Storm  <storm@cua.dk>
4952         * emulation/keypad.el (keypad-setup, keypad-shifted-setup)
4953         (keypad-numlock-setup, keypad-numlock-shifted-setup):
4954         Change `Remove Binding' option to `Unspecified/User-defined'.
4955         (keypad-setup): Enhance explanation of setup type `none'.
4957 2002-09-14  Richard M. Stallman  <rms@gnu.org>
4959         * time.el (display-time-mode): Set display-time-load-average here.
4960         (display-time-load-average): Initialize to nil.
4961         (display-time-default-load-average): Add "None" alternative.
4962         (display-time-update): Handle "None" alternative for load-average.
4964         * dired-aux.el (dired-bunch-files): Put the arg FILES
4965         back as it was after temporary destrucive mods.
4966         (dired-add-entry): Use dired-insert-directory to handle indentation.
4967         Explicitly restore the line's marker character.
4968         Preserve the old file name's text properties.
4969         (dired-add-entry-do-indentation): Function deleted.
4970         (dired-relist-file): Doc fix.
4971         (dired-rename-file): Change argument names.
4972         (foo-rename-file): New function.
4973         (dired-do-hardlink): Use dired-hardlink.
4974         (dired-hardlink): New function.
4975         (dired-insert-subdir-doinsert): Use dired-insert-directory;
4976         that handles indentation, text props and header line.
4977         dired-readin-insert gets no args.
4978         Use `last' instead of `reverse'.
4980         * dired.el (dired-use-ls-dired): New variable.
4981         (dired-directory): Document the rules better.
4983         * dired.el (dired-insert-headerline): Function deleted.
4984         (dired-revert): Pass no args to dired-readin.
4985         (dired-move-to-filename): First try using dired-filename property.
4986         (dired-move-to-end-of-filename): Likewise.
4987         (dired-why): Try to show the start of this page of warnings.
4988         (dired-log): Insert the buffer name at start of page, not end.
4989         (dired-log-summary): If just one failure, explain it in echo area.
4991         * dired.el (dired-internal-noselect):
4992         Always set dired-directory, when buffer is not new.
4993         Pass dir-or-list, not dirname, to dired-mode.
4994         Call dired-readin with no args.
4995         Don't call dired-after-readin-hook here.
4996         (dired-find-buffer-nocreate): Expand dirname.
4997         Expand the dir from dired-directory to compare with dirname.
4999         (dired-readin): Take no args.  Get the directory from dired-directory.
5000         Run dired-before-reading hook inside save-excursion.
5001         Run dired-after-readin-hook here.
5002         Don't make undo entries at all.
5003         Call dired-readin-insert with no args.
5004         Don't change indentation here.
5005         Don't insert headerline here.
5007         (dired-readin-insert): Take no args.
5008         Get dir and file-list from dired-directory.
5009         Call dired-insert-directory the new way.
5010         Don't insert "wildcard" info here.
5012         (dired-insert-directory): New arg FILE-LIST.
5013         First arg now DIR, always just the directory.
5014         This function fully handles setting up the buffer text:
5015         update indentation, insert headerline and "wildcard" info.
5016         Pass --dired arg if appropriate; put info in dired-filename props.
5017         Don't expand file names here.
5019         * warnings.el (display-warning): In batch mode,
5020         exclude the final newline from the arg to `message'.
5022 2002-09-13  Markus Rost  <rost@math.ohio-state.edu>
5024         * files.el (diff-buffer-with-file): Check whether associated file
5025         exists.  Display message for 1 second.  Always return nil.
5027 2002-09-13  Stefan Monnier  <monnier@cs.yale.edu>
5029         * diff-mode.el (diff-mode): Turn on compilation-minor-mode
5030         support again, but more carefully this time.
5032         * progmodes/perl-mode.el (perl-mode-syntax-table): Mark $, % and @
5033         such that backward-sexp correctly skips them.
5034         (perl-font-lock-keywords-2): Use regexp-opt.
5035         (perl-font-lock-syntactic-keywords)
5036         (perl-font-lock-syntactic-face-function): Better handle PODs.
5037         Handle package names with ' in them and ($$) in `sub' declarations.
5038         Handle format staements.  Handle regexp and quote-like ops.
5039         (perl-empty-syntax-table): New var.
5040         (perl-quote-syntax-table): New fun.
5042         * pcvs.el (cvs-mode-find-file): Work even if point is at beg-of-line.
5043         (cvs-do-removal): Bind inhibit-read-only while modifying the buffer.
5045         * newcomment.el (comment-with-narrowing): Use the `declare' thingy.
5047         * derived.el (define-derived-mode): Properly ignore unknown args.
5049         * emacs-lisp/easy-mmode.el (define-minor-mode): Add a :require arg.
5050         Don't call the function during init if mode is on by default.
5052         * simple.el: Provide `simple'.
5053         (transient-mark-mode, line-number-mode, column-number-mode):
5054         Pass an explicit `:require nil' argument.
5056 2002-09-13  Francesco Potort\e,Al\e(B  <pot@gnu.org>
5058         * play/tetris.el (tetris-blank-options, tetris-cell-options):
5059         Remove various redundant `(t nil)'.
5061         * play/snake.el (snake-border-options): Use color on tty if available.
5063         * play/tetris.el (tetris-border-options): Likewise.
5065         * play/pong.el (pong-border-options): Likewise, plus reset
5066         color on tty to be [0.5 0.5 0.5].
5068 2002-09-13  Kim F. Storm  <storm@cua.dk>
5070         * kmacro.el (kmacro-start-macro): Doc fix.
5072 2002-09-13  Juanma Barranquero  <lektu@terra.es>
5074         * progmodes/idlw-shell.el (idlwave-shell-cleanup): Fix reference
5075         to `idlwave-idlwave_routine_info-compiled'.
5077         * whitespace.el (whitespace-unload-hook): Call `remove-hook' with
5078         three arguments, not four.
5080 2002-09-13  Kim F. Storm  <storm@cua.dk>
5082         * kmacro.el (kmacro-keymap): Changed bindings:
5083         C-x C-k s to kmacro-start-macro, C-x C-k b to kmacro-bind-to-key.
5085 2002-09-12  Richard M. Stallman  <rms@gnu.org>
5087         * international/mule-cmds.el (universal-coding-system-argument):
5088         Read the coding system inside `interactive' spec, for command-history.
5090 2002-09-12  Stefan Monnier  <monnier@cs.yale.edu>
5092         * emacs-lisp/find-func.el (find-library-name): Don't forget
5093         the empty suffix.  Fix stale variable name.
5095         * gud.el (gud-gdb-massage-args, gud-sdb-massage-args)
5096         (gud-pdb-massage-args): Delete.
5097         (gdb, sdb, pdb): Don't pass gud-*-massage-args any more.
5098         (gud-gdb-command-name): New var.  Put "--fullname" in there.
5099         (gud-query-cmdline): Use the most recent executable as the default.
5100         Don't add "--fullname" (it's only valid/meaningful for GDB).
5101         (gud-xdb-marker-filter): Use match-string.
5102         (gud-perldb-massage-args): Don't add "-d".
5103         (gud-perldb-command-name): Add "-d".
5104         (gud-common-init): If `massage-args' is nil, don't call it.
5105         (gud-format-command): Don't hardcode point-min==1.
5107         * derived.el: Require CL when compiling.
5109 2002-09-12  Simon Josefsson  <jas@extundo.com>
5111         * mail/smtpmail.el (smtpmail-send-it): Don't use : in filenames
5112         (for cygwin). Suggested by Andrew Senior <aws@watson.ibm.com>.
5113         Use expand-file-name.  Also don't require time-stamp.
5115 2002-09-11  Richard M. Stallman  <rms@gnu.org>
5117         * derived.el (define-derived-mode): When making new abbrev table,
5118         don't try to copy the parent's abbrev table.
5120         * ruler-mode.el (ruler-mode-left-scroll-bar-cols):
5121         Always round scroll-bar-width parameter up.
5122         If it is nil, use 14.
5124         * abbrev.el (copy-abbrev-table): New function.
5126 2002-09-11  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
5128         * ps-print.el: Adjust ps-print-color-p, ps-default-fg and
5129         ps-default-bg setting.
5130         (ps-print-version): New version number (6.5.7).
5131         (ps-mark-active-p): New fun.
5132         (ps-print-preprint-region): Adjust code.
5134 2002-09-11  Dave Love  <fx@gnu.org>
5136         * international/mule.el (non-standard-designations-alist)
5137         (ctext-pre-write-conversion): Don't generate invalid extended
5138         segments for iso8859.
5140         * language/cyrillic.el ("Ukrainian"): Fix nonascii-translation.
5141         (cyrillic-alternativnyj-decode-table): Fix some entries.
5143         * international/ucs-tables.el: Fix last change.
5145         * international/utf-8.el (utf-8-fragment-on-decoding): Fix last
5146         change.
5148 2002-09-11  Kim F. Storm  <storm@cua.dk>
5150         * edmacro.el (edit-kbd-macro): Recognize new C-x e binding,
5151         kmacro-end-and-call-macro.
5153 2002-09-11  Juanma Barranquero  <lektu@terra.es>
5155         * newcomment.el (uncomment-region): Fix let/let* use.
5157 2002-09-11  Simon Josefsson  <jas@extundo.com>
5159         * time-stamp.el (time-stamp-hhmmss): New function.
5161         * gud.el (gud-gdb-massage-args): Don't secretly add -fullname.
5162         (gud-query-cmdline): Add --fullname to the user cmdline.
5164         * mail/smtpmail.el (smtpmail-default-smtp-server): Doc fix.
5166 2002-09-11  Kim F. Storm  <storm@cua.dk>
5168         * kmacro.el (kmacro-call-macro): Rephrase repeat prompt.
5169         (kmacro-step-edit-map): Bind "A" to `append-end'.
5170         (kmacro-step-edit-prompt): Fix prompt.
5171         (kmacro-step-edit-query): Handle `append-end' response.
5172         (kmacro-step-edit-pre-command): Activate `append-end' at end of
5173         macro when required.
5175 2002-09-11  Stefan Monnier  <monnier@cs.yale.edu>
5177         * derived.el (define-derived-mode): Fix typo.
5179         * menu-bar.el (line-number-mode, column-number-mode)
5180         (transient-mark-mode): Use minor mode directly.
5181         (menu-bar-make-toggle): Remove `props' arg.
5182         Move customize-mark-as-set directly into the toggle function.
5184         * whitespace.el (whitespace-global-mode): Use define-minor-mode.
5185         Use the new file hook names.
5186         (whitespace-describe): Remove.  Move the text to `Commentary:'.
5187         (whitespace-unload-hook): Use the new file hook names.
5189         * finder.el (finder-find-library): Remove.
5190         (finder-commentary): Use find-library-name and add completion.
5192         * simple.el (transient-mark-mode, line-number-mode)
5193         (column-number-mode): Use define-minor-mode.
5194         (define-mail-user-agent): Delete.  Moved to subr.el.
5196         * loadup.el ("simple.el"): Move to after loaddefs.el.
5198         * subr.el (define-mail-user-agent): Moved from simple.el.
5200 2002-09-10  Richard M. Stallman  <rms@gnu.org>
5202         * pcvs-info.el (cvs-check-fileinfo): Don't use boolp.
5203         (boolp): Function deleted.
5205 2002-09-10  Dave Love  <fx@gnu.org>
5207         * international/utf-8.el (ucs-mule-to-mule-unicode):
5208         Define unconditionally.
5209         (utf-8-fragmentation-table): New.  Use it in top-level mapc.
5210         (utf-8-fragment-on-decoding): Use it to keep
5211         utf-8-translation-table-for-decode variable and translation table
5212         in sync.
5214         * international/ucs-tables.el: Bind utf-8-translation-table-for-decode
5215         when setting up tables and remove useless optimize-char-table.
5216         (ucs-mule-to-mule-unicode): Deleted.
5217         (ucs-unify-8859): Maybe optimize ucs-mule-to-mule-unicode.
5219         * international/utf-16.el (utf-16-le-pre-write-conversion)
5220         (utf-16-be-pre-write-conversion): Deleted.
5221         (mule-utf-16-le, mule-utf-16-be): Register encoding translation table.
5223 2002-09-10  Richard M. Stallman  <rms@gnu.org>
5225         * files.el (diff-buffer-with-file): Simplify.
5226         Don't signal an error if buffer has no file.
5227         Call sit-for after `diff' returns.
5229         * play/gamegrid.el (gamegrid-make-color-tty-face):
5230         Handle string as COLOR arg.
5231         (gamegrid-display-type): Don't assume display-color-p
5232         implies a color-x terminal.
5233         (gamegrid-hide-cursor): Set `cursor-type' local variable.
5235         * descr-text.el (describe-text-mode): Add font-lock-defontify to
5236         change-major-mode-hook.
5238         * ibuffer.el (ibuffer-mode): Add font-lock-defontify to
5239         change-major-mode-hook.
5241         * comint.el (comint-mode): Add font-lock-defontify to
5242         change-major-mode-hook.
5244         * info.el (Info-mode): Add font-lock-defontify to
5245         change-major-mode-hook.
5247         * replace.el (occur-mode): Add font-lock-defontify to
5248         change-major-mode-hook.
5250         * font-core.el (font-lock-defontify): New function.
5252 2002-09-10  Richard M. Stallman  <rms@gnu.org>
5254         * ps-print.el (ps-printer-name-option): Doc fix.
5256 2002-09-10  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
5258         * ps-print.el: Adjust ps-postscript-code-directory setting.
5259         XEmacs version check was adjusted.
5260         (ps-print-version): New version number (6.5.6).
5261         (ps-print-color-p, ps-page-dimensions-database): Autoload var.
5262         (ps-print-code, ps-print-preprint-region): Adjust code.
5264 2002-09-10  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5266         * files.el (auto-mode-alist): ~/.gnus, ~/.viper are in
5267         emacs-lisp-mode, like ~/.emacs.
5269 2002-09-10  Stefan Monnier  <monnier@cs.yale.edu>
5271         * newcomment.el (uncomment-region): Be more careful with `='.
5273 2002-09-10  Deepak Goel  <deego@glue.umd.edu>
5275         * play/doctor.el (doc//): Rename from `//'.  Update callers.
5276         (doc$): Rename from `$'.  Update callers.
5278 2002-09-10  Miles Bader  <miles@gnu.org>
5280         * simple.el (do-auto-fill): `fill-indent-according-to-mode' is a
5281         variable, not a function.
5283         * kmacro.el (kmacro-call-macro): Deal with a non-numeric prefix arg.
5285 2002-09-10  Kim F. Storm  <storm@cua.dk>
5287         * macros.el (apply-macro-to-region-lines): Let-bind mark-active to
5288         nil while executing macro to avoid triggering delete-selection-mode.
5290         * simple.el (keyboard-quit): Set defining-kbd-macro to nil to
5291         cancel defining keyboard macro when applicable.
5293 2002-09-09  Markus Rost  <rost@math.ohio-state.edu>
5295         * simple.el (transient-mark-mode, line-number-mode)
5296         (column-number-mode): Undo previous change because of bootstrapping.
5298 2002-09-09  Stefan Monnier  <monnier@cs.yale.edu>
5300         * derived.el (define-derived-mode): Add keyword arguments.
5301         (derived-mode-make-docstring): Take abbrev and syntax table names.
5303         * font-core.el (font-lock-change-mode): Just turn off font-lock-mode.
5304         (font-lock-default-function): Change arg name.
5306         * cus-start.el (transient-mark-mode): Delete.  Done in simple.el.
5308         * paren.el (show-paren-function): Use syntax-after.
5310         * emacs-lisp/syntax.el (syntax-after): Delete.  Moved to subr.el.
5312         * subr.el (symbol-file): Also work for autoloaded funcs.
5313         (syntax-after): New fun moved from syntax.el.
5315         * find-file.el (ff-pre-find-hook, ff-pre-load-hook, ff-post-load-hook)
5316         (ff-not-found-hook, ff-file-created-hook): Rename from *-hooks.
5317         Update callers (but still run the old hooks as well).
5319         * emacs-lisp/find-func.el (find-library-suffixes, find-library-name)
5320         (find-library): New funs.
5321         (find-function-search-for-symbol): Use it.
5323         * emacs-lisp/bytecomp.el (byte-compile-file): Don't switch buffer.
5325         * isearch.el (isearch-cmds): Add docstring.
5326         (isearch-mouse-2): Lookup binding in the proper buffer.
5327         Use call-interactively and remove the now useless `arg'.
5328         (isearch-search-fun-function): New var.
5329         (isearch-search-fun): New fun.
5330         (isearch-search, isearch-lazy-highlight-search): Use it.
5332 2002-09-09  Stefan Monnier  <monnier@cs.yale.edu>
5334         * simple.el (what-line): Don't hard-code 1.
5335         (transient-mark-mode, line-number-mode, column-number-mode):
5336         Use define-minor-mode.
5337         (do-auto-fill): Only ignore prefix if it's really empty.
5339 2002-09-09  Markus Rost  <rost@math.ohio-state.edu>
5341         * files.el (save-some-buffers-action-alist): Use lower case for
5342         help string of diff-buffer-with-file.
5344 2002-09-09  Richard M. Stallman  <rms@gnu.org>
5346         * calendar/calendar.el (mouse-scroll-calendar-left)
5347         (mouse-scroll-calendar-right, mouse-calendar-other-month):
5348         New commands.
5349         (calendar-mode-line-format): Use them.
5351         * emacs-lisp/bytecomp.el (byte-recompile-directory):
5352         Set and then bind default-directory.
5354         * startup.el (fancy-splash-head, normal-splash-screen):
5355         Change the messages that explain about GNU or GNU/Linux.
5357         * info.el (Info-search): Add (point-min) to subfile positions
5358         to get them right.  Skip the current subfile using forward-line.
5360         * files.el (make-backup-file-name-1): When make-directory fails,
5361         ignore backup-directory-alist.
5362         (make-directory): Expand DIR before looking for handler.
5364 2002-09-09  Jari Aalto  <jari.aalto@poboxes.com>
5366         * progmodes/cperl-mode.el (cperl-noscan-files-regexp):
5367         In addition to RCS, exclude CVS directories.
5369         * ls-lisp.el (ls-lisp-format-time-list): New variable.
5370         (ls-lisp-format-time): Use it.
5372         * files.el (auto-mode-alist): Use sh-mode for .bash files.
5374 2002-09-09  Dave Love  <d.love@dl.ac.uk>
5376         * ps-print.el: Many doc fixes.
5378 2002-09-09  John Paul Wallington  <jpw@shootybangbang.com>
5380         * play/doctor.el (doctor-cadr, doctor-caddr, doctor-cddr): Remove.
5381         Update callers.
5383 2002-09-08  Markus Rost  <rost@math.ohio-state.edu>
5385         * diff.el (diff): Doc fix.
5387 2002-09-08  Richard M. Stallman  <rms@gnu.org>
5389         * emacs-lisp/bytecomp.el (byte-compile-delete-errors): Default to nil.
5391         * simple.el (undo-elt-in-region): Fix one-off error at END.
5392         (forward-visible-line): Handle invisibility by ignoring
5393         invisible newlines.  Also include entire invisible lines beyond
5394         the stopping point.
5396         * cus-edit.el (custom-save-variables, custom-save-faces):
5397         Clarify the comments written into .emacs.
5399 2002-09-08  Markus Triska  <triska@gmx.at>
5401         * play/doctor.el (doctor-doc): Recognize question words
5402         and use qlist.  Use doctor-shorten's return value.
5403         (doctor-shorten): Compute a return value, don't alter `sent'.
5404         (doctor-hates1): Add a question mark.
5405         (doctor-strangelove): Unused function deleted.
5407 2002-09-08  Kim F. Storm  <storm@cua.dk>
5409         * kmacro.el (kmacro-end-and-call-macro): New command to end and
5410         call keyboard macro in one step. Bind it to C-x e by default.
5411         (kmacro-call-macro): Use format-kbd-macro.
5412         (kmacro-step-edit-macro): New command to interactively step edit
5413         and execute last keyboard macro.
5414         (kmacro-keymap): Bind SPC [C-x C-k SPC] to kmacro-step-edit-macro.
5415         (kmacro-step-edit-mini-window-height): New custom var.
5416         (kmacro-step-edit-map): New keymap (parent is query-replace-map).
5417         (kmacro-step-edit-prefix-commands): New var.
5418         (kmacro-step-edit-prompt, kmacro-step-edit-query)
5419         (kmacro-step-edit-insert, kmacro-step-edit-pre-command)
5420         (kmacro-step-edit-minibuf-setup, kmacro-step-edit-post-command):
5421         New aux functions for step editing keyboard macros.
5423         * subr.el (read-quoted-char): Apply listify-key-sequence to vector
5424         returned by this-single-command-raw-keys before appending it to
5425         unread-command-event.
5427 2002-09-07  Colin Walters  <walters@debian.org>
5429         * progmodes/compile.el (compile-internal): Add optional argument
5430         no-async.
5432         * diff.el (diff): Add optional argument no-async, and use the
5433         above argument.
5435         * files.el (diff-buffer-with-file): Call diff synchronously, so we
5436         don't delete the temporary file before diff has a chance to read
5437         it.
5439         * ibuf-ext.el (ibuffer-diff-with-file): Just call
5440         `diff-buffer-with-file'.
5442 2002-09-07  John Paul Wallington  <jpw@shootybangbang.com>
5444         * emacs-lisp/cl-indent.el (extended-loop-p): Doc fix.
5446         * emacs-lisp/find-func.el (find-function-recenter-line):
5447         Add custom type.  Doc fix.
5449 2002-09-06  Stefan Monnier  <monnier@cs.yale.edu>
5451         * menu-bar.el (menu-bar-make-mm-toggle): New macro.
5452         (showhide-menu-bar, showhide-toolbar, menu-bar-toggle-auto-compression)
5453         (toggle-highlight-paren-mode, toggle-global-lazy-font-lock-mode):
5454         Remove.  Use the minor mode function directly instead.
5455         (menu-bar-mode): Add message and customize-mark-as-set and return
5456         the new value as do other minor modes.
5458         * edmacro.el (edmacro-subseq): Don't use cl-push/cl-pop.
5460 2002-09-06  Simon Marshall  <simon@gnu.org>
5462         * progmodes/etags.el (find-tag-tag, complete-tag):
5463         Bind completion-ignore-case based on tags-case-fold-search, so that
5464         case-sensitivity of tag completion matches that of tag search.
5466 2002-09-06  Juanma Barranquero  <lektu@terra.es>
5468         * calendar/solar.el (calendar-time-display-form): Fix spacing.
5470         * double.el (double-prefix-only): Likewise.
5472         * emacs-lisp/easymenu.el (easy-menu-define): Likewise.
5474         * emacs-lisp/find-func.el (find-function-search-for-symbol): Likewise.
5476         * emacs-lisp/float.el (string-to-float): Likewise.
5478         * emacs-lisp/rx.el (rx): Likewise.
5480         * faces.el (copy-face): Likewise.
5482         * hilit-chg.el (highlight-changes-colours)
5483         (highlight-changes-active-string)
5484         (highlight-changes-passive-string)
5485         (highlight-changes-rotate-faces, global-highlight-changes): Likewise.
5487         * international/mule.el (decode-char): Likewise.
5489         * progmodes/idlwave.el (idlwave-support-inheritance)
5490         (idlwave-routine-entry-compare): Likewise.
5492         * progmodes/idlw-shell.el (idlwave-shell-use-breakpoint-glyph):
5493         Likewise.
5495         * progmodes/pascal.el (pascal-start-keywords): Likewise.
5497         * progmodes/sh-script.el (sh-indent-for-fi, sh-indent-for-done):
5498         Likewise.
5500         * progmodes/vhdl-mode.el (vhdl-progress-interval)
5501         (vhdl-corresponding-begin): Likewise.
5503         * simple.el (choose-completion-string-functions): Likewise.
5505         * textmodes/reftex.el (reftex-TeX-master-file): Likewise.
5507         * textmodes/fill.el (fill-nonuniform-paragraphs)
5508         (fill-individual-paragraphs): Likewise.
5510         * vcursor.el (vcursor-toggle-vcursor-map): Likewise.
5512         * warnings.el (warning-level-aliases): Likewise.
5514         * speedbar.el (speedbar-mode): Fix spacing and typos.
5516         * textmodes/reftex-vars.el (reftex-label-menu-flags): Fix typo.
5518 2002-09-05  Markus Rost  <rost@math.ohio-state.edu>
5520         * textmodes/table.el (table-command-prefix): Fix type.
5522 2002-09-05  Andre Spiegel  <spiegel@gnu.org>
5524         * vc-hooks.el: Don't require vc.el at compile-time; it causes
5525         recursive requirements during bootstrap.
5527 2002-09-05  Kenichi Handa  <handa@etl.go.jp>
5529         * international/mule.el (decode-char): Cancel the previous change.
5531 2002-09-04  Mats Lidell  <matsl@contactor.se>  (tiny change)
5533         * language/european.el ("Swedish"): New set-language-info-alist call.
5535 2002-09-04  Richard M. Stallman  <rms@gnu.org>
5537         * help-fns.el (help-with-tutorial): Properly set up
5538         completion-reference-buffer in the *Completion* buffer.
5540 2002-09-04  John Paul Wallington  <jpw@shootybangbang.com>
5542         * startup.el (use-fancy-splash-screens-p): If `fancy-splash-frame'
5543         returns nil, return nil.
5545 2002-09-04  Andre Spiegel  <spiegel@gnu.org>
5547         * vc-hooks.el: Require vc.el at compile-time.
5548         (vc-workfile-unchanged-p, vc-default-workfile-unchanged-p):
5549         Moved here from vc.el.
5551         * vc.el (vc-workfile-unchanged-p, vc-default-workfile-unchanged-p):
5552         Moved to vc-hooks.el.
5554         * vc-rcs.el (vc-rcs-state): Don't require vc.el.
5556 2002-09-04  Kenichi Handa  <handa@etl.go.jp>
5558         * international/mule.el (decode-char): Translate a character by
5559         utf-8-translation-table-for-decode only when
5560         utf-8-fragment-on-decoding is non-nil.
5562 2002-09-02  Stefan Monnier  <monnier@cs.yale.edu>
5564         * textmodes/text-mode.el (paragraph-indent-text-mode-abbrev-table)
5565         (paragraph-indent-text-mode-syntax-table, paragraph-indent-text-mode):
5566         Use text-mode's syntax-table and abbrev-table.
5567         (text-mode): Set require-final-newline to t.
5569         * newcomment.el (comment-make-extra-lines): Only use the
5570         dummy `=' char when there's really nothing else.
5571         Don't remove spaces if it leads to an incorrect comment.
5573         * pcvs.el (cvs-run-process): Use a pty rather than a pipe to work
5574         around the cvs/ssh/libc bug.
5575         (cvs-update-header): Understand `cvs admin -m<rev>:<msg>' syntax.
5576         (defun-cvs-mode): Use the new `declare' thingy.
5577         (cvs-edit-log-text-at-point, cvs-mode-edit-log, cvs-do-edit-log)
5578         (cvs-edit-log-minor-wrap, cvs-edit-log-filelist): New funs.
5579         (cvs-mode-undo): Use `cvs add' for (CONFLICT. REMOVED).
5581         * pcvs-parse.el (cvs-parse-table): Create a `need-update'
5582         node rather than a message for new directories.
5583         (cvs-parse-status): Add support for `Entry Invalid'.
5585         * smerge-mode.el (smerge-diff-buffer-name): Default to *vc-diff*.
5586         (smerge-combine-with-next): New function.
5587         (smerge-diff): Don't output `wrote /tmp/foo' messages.
5588         Insert message if no diffs were found.
5590         * mail/sendmail.el (mail-mode): Don't set local-abbrev-table.
5591         (mail-mode-abbrev-table): Set to text-mode-abbrev-table.
5593 2002-09-02  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5595         * net/tramp.el: Version 2.0.15 released.
5596         (require 'base64): Most modern Emacsen have the base64
5597         encode/decode functions built in, so test to see if they are bound
5598         before we go blindly requiring base64.el.
5599         From Steve Youngs <youngs@xemacs.org>.
5600         (tramp-feature-write-region-fix): XEmacs doesn't have a
5601         'find-operation-coding-system' and this variable doesn't seem to
5602         be used anywhere so wrap it in (unless (featurep 'xemacs)).
5603         From Steve Youngs <youngs@xemacs.org>.
5604         (tramp-methods): Remove duplicate definition of ssh1-old and ssh2-old.
5605         (tramp-open-connection-su): Use user name "root" if no user name
5606         is given.
5608         From Michael Albinus <Michael.Albinus@alcatel.de>:
5609         * net/tramp.el (tramp-invoke-ange-ftp):
5610         (tramp-ange-ftp-file-name-p): Check for Xemacs.
5611         (tramp-do-copy-or-rename-file): Don't pass KEEP-DATE to
5612         tramp-invoke-ange-ftp 'rename.
5613         (tramp-handle-write-region): Don't pass LOCKNAME and CONFIRM to
5614         tramp-invoke-ange-ftp 'write-region.
5615         (tramp-handle-set-file-modes): Change order of FILENAME and MODE
5616         passing to tramp-invoke-ange-ftp 'set-file-modes.
5617         (tramp-invoke-ange-ftp): `tramp-disable-ange-ftp' must be called
5618         again after activating `ange-ftp'.
5620 2002-09-02  Kim F. Storm  <storm@cua.dk>
5622         * ido.el (ido-ignore-item-temp-list): New variable.
5623         (ido-read-internal): Don't set ido-default-item if the default is
5624         member of ido-ignore-item-temp-list.
5625         Don't return first match for C-j if no text is entered.
5626         (ido-buffer-internal): Check for empty string return.
5627         (ido-make-buffer-list1): Use member instead of memq.
5628         (ido-window-buffer-p): Likewise.
5629         (ido-get-bufname): Ignore buffers on ido-ignore-item-temp-list.
5630         (ido-ignore-item-p): Ignore items on ido-ignore-item-temp-list.
5632         * replace.el (multi-occur): Made "ido-aware":
5633         Changed prompt to use C-j instead of RET to end.
5634         Set ido-ignore-item-temp-list to the selected buffers so far, so
5635         they are automatically excluded from the list of choices.
5636         Use add-to-list instead of push.
5638 2002-09-01  Richard M. Stallman  <rms@gnu.org>
5640         * term/x-win.el (function-key-map): Define S-iso-lefttab.
5642 2002-09-01  Kim F. Storm  <storm@cua.dk>
5644         * edmacro.el (edit-kbd-macro): Recognize new default binding for
5645         C-x e in addition to old binding.
5647 2002-09-01  Mario Lang  <mlang@debian.org>
5649         * files.el (save-some-buffers-action-alist): New variable.
5650         (save-some-buffers): Use that.
5651         (diff-buffer-with-file): New function.
5653 2002-09-01  Richard M. Stallman  <rms@gnu.org>
5655         * ruler-mode.el (defgroup ruler-mode): Use `convenience' as parent.
5657         * dired.el (defgroup dired): Use `files' as parent.
5658         (dired-get-filename): Ignore handler if it has safe-magic prop.
5660         * jka-compr.el (jka-compr-handler): Add safe-magic property.
5662 2002-08-31  Richard M. Stallman  <rms@gnu.org>
5664         * simple.el (kill-line): Use end-of-visible-line to determine
5665         if rest of line is blank.
5666         (end-of-visible-line): Cope if end-of-line moved back over
5667         invisible intangible chars at end of line.
5669         * simple.el (completion-setup-function): Don't use directory-sep-char.
5671 2002-09-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
5673         * progmodes/f90.el (f90-menu): Remove ":active" keyword where not
5674         needed.
5675         (f90-menu, f90-add-imenu-menu): Use lookup-key.
5676         Remove (eval-when-compile) for free variables.
5678 2002-08-31  Andreas Schwab  <schwab@suse.de>
5680         * font-core.el (font-lock-change-mode): Avoid changing buffer
5681         state in any way.
5683 2002-08-30  Stefan Monnier  <monnier@cs.yale.edu>
5685         * emacs-lisp/easymenu.el (easy-menu-filter-return):
5686         Handle the case where the filter returns a single menu entry.
5687         (easy-menu-add): Improve docstring.
5688         (easy-menu-current-active-maps): Remove.
5689         (easy-menu-get-map): Use current-active-maps.
5691         * cus-edit.el (custom-unlispify-menu-entry): Don't remove
5692         the -p prefix from variables since they shouldn't have it anyway.
5693         (custom-group-menu-create, customize-menu-create):
5694         Only cdr if applicable, since custom-menu-create might return
5695         a vector (i.e. a single menu entry).
5697 2002-08-30  Edward M. Reingold  <reingold@emr.cs.iit.edu>
5699         * calendar/diary-lib.el (diary-mail-entries): Don't overwrite
5700         user's value of diary-list-include-blanks, but generate message
5701         instead if there are no entries.
5703 2002-08-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>  (tiny change)
5705         * ps-print.el (ps-lp-system): Fixed typo in `usg-unix-v'.
5707 2002-08-30  Markus Rost  <rost@math.ohio-state.edu>
5709         * menu-bar.el (menu-bar-read-mail): Doc fix.
5711 2002-08-30  John Paul Wallington  <jpw@shootybangbang.com>
5713         * ibuffer.el (ibuffer-update): Revert expansion of `caddr'.
5714         (ibuffer-fontification-alist): Check hidden buffer case isn't
5715         visiting a file and change its face to italic.
5717 2002-08-30  Juanma Barranquero  <lektu@terra.es>
5719         * replace.el (occur-mode): Add interactive declaration.
5721         * bs.el (bs-message-without-log): Fix typo.
5723         * font-core.el (font-lock-defaults): Likewise.
5725         * font-lock.el (font-lock-add-keywords): Likewise.
5727         * mouse-copy.el (mouse-copy-work-around-drag-bug): Likewise.
5729         * textmodes/bibtex.el (bibtex-mode): Likewise.
5731         * emulation/viper-ex.el (ex-compile-command): Likewise.
5733         * progmodes/idlwave.el (idlwave-max-extra-continuation-indent):
5734         Likewise.
5736         * progmodes/dcl-mode.el (dcl-calc-cont-indent-relative): Likewise.
5738         * allout.el (my-mark-marker): Likewise.
5740 2002-08-30  Simon Josefsson  <jas@extundo.com>
5742         * mail/smtpmail.el (smtpmail-via-smtp): Delete process buffer
5743         unless s-debug-info is enabled.
5745 2002-08-29  John Paul Wallington  <jpw@shootybangbang.com>
5747         * ibuffer.el (ibuffer-update): Use `minibufferp'.  Expand `caddr'.
5749         * mwheel.el (mouse-wheel-up-button): Doc fix.
5751 2002-08-29  Juanma Barranquero  <lektu@terra.es>
5753         * replace.el (occur-mode-hook): New hook.
5754         (occur-mode): Use it.
5755         (occur-hook): Set default to nil.
5757 2002-08-29  Stefan Monnier  <monnier@cs.yale.edu>
5759         * net/ange-ftp.el: Use match-string and drop useless `function's.
5760         (ange-ftp-get-process): Bind `ange-ftp-this-user' and
5761         `ange-ftp-this-host' before running ange-ftp-process-startup-hook.
5762         (ange-ftp-ls-parser): Use `switches' arg instead of dynamic binding.
5763         (ange-ftp-parse-dired-listing): Update the calls.
5764         (dired-local-variables-file): Declare to shut quieten the compiler.
5765         (ange-ftp-file-entry-active-p): Remove.
5766         (ange-ftp-file-name-all-completions, ange-ftp-file-name-completion):
5767         Don't exclude dangling symlinks.
5768         (ange-ftp-file-name-completion-1): Make predicate optional.
5769         (ange-ftp-parse-list-func-alist): Use add-to-list to update.
5770         (ange-ftp-fix-name-for-bs2000): Use subst-char-in-string.
5771         (ange-ftp-bs2000-posix-hook-installed): Remove.
5772         (ange-ftp-add-bs2000-posix-host): Don't use it anymore.
5773         (ange-ftp-bs2000-cd-to-posix): Use `ange-ftp-this-user' and
5774         `ange-ftp-this-host' instead of `user' and `host'.
5776 2002-08-29  Richard M. Stallman  <rms@gnu.org>
5778         * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
5779         Decide here whether to print which form we're compiling.
5780         If we do that, still print file and line.  Make file name
5781         relative to default-directory.  Print fewer newlines.
5782         (byte-compile-log-file): Print something even if no file.
5783         Print messages for entering and leaving directories,
5784         and set default-directory.
5785         (displaying-byte-compile-warnings): Only sometimes bind warning-series.
5786         (byte-compile-warning-series): New function.
5787         (byte-compile-file): Set byte-compile-last-logged-file, don't bind it.
5788         (byte-compile-display-log-head-p): Function deleted.
5790         * warnings.el (warning-series): Now can be a marker, not an integer.
5791         (display-warning): Handle new value for warning-series.
5793         * emacs-lisp/bytecomp.el (byte-compile-log-file): Use \f.
5794         (byte-compile-cl-warn): Add cl-macroexpand-all, cl-compiling-file
5795         to don't-warn list.
5797 2002-08-29  Kim F. Storm  <storm@cua.dk>
5799         * kmacro.el: Change default bindings from F7/F8 to F3/F4.
5800         Change default binding of C-x e to kmacro-end-or-call-macro.
5801         (kmacro-call-repeat-key, kmacro-call-repeat-with-arg): New custom
5802         variables.
5803         (kmacro-get-prefix-arg): New function.
5804         (kmacro-repeat-on-last-key): Rename from kmacro-repeat-loop and
5805         improve.  Callers changed.
5806         (kmacro-call-macro): Repeat macro by repeating last key or
5807         key defined in kmacro-call-repeat-key.  New third arg non-nil
5808         means to end current macro.
5809         (kmacro-end-or-call-macro): Call kmacro-call-macro appropriately
5810         to get repeat last key functionality.
5811         (kmacro-start-macro-or-insert-counter): Improve doc string.
5813 2002-08-28  Luc Teirlinck  <teirllm@mail.auburn.edu>
5815         * files.el (find-buffer-visiting): Compare file attributes
5816         using buffer-file-truename.
5818 2002-08-28  Richard M. Stallman  <rms@gnu.org>
5820         * files.el (make-auto-save-file-name, make-backup-file-name-1):
5821         Don't use directory-sep-char.
5823 2002-08-28  Juanma Barranquero  <lektu@terra.es>
5825         * replace.el (occur-hook): Renamed from `occur-mode-hook'.
5826         (occur-mode): Remove call to `occur-mode-hook'.
5827         (occur-rename-buffer): Fix reference to `occur-mode-hook' in docstring.
5828         (occur-1): Add call to `occur-hook'.
5830         * subr.el (make-variable-frame-localizable): Alias for
5831         `make-variable-frame-local'.
5833 2002-08-28  Miles Bader  <miles@gnu.org>
5835         * rfn-eshadow.el (read-file-name-electric-shadow-properties)
5836         (read-file-name-electric-shadow-tty-properties)
5837         (read-file-name-electric-shadow-mode): Remove compatibility defs.
5839         * comint.el (comint-carriage-motion): Start at START.
5841 2002-08-27  Francesco Potort\e,Al\e(B  <pot@gnu.org>
5843         * net/ange-ftp.el (ange-ftp-skip-msgs): Skip the 530 response
5844         given by vsFTPd when accessed with a kerberised FTP client.
5846 2002-08-27  Richard M. Stallman  <rms@gnu.org>
5848         * files.el (find-alternate-file):
5849         Bind kill-buffer-query-functions locally, don't set it.
5851 2002-08-27  Andreas Schwab  <schwab@suse.de>
5853         * kmacro.el (kmacro-start-macro): Doc fix.
5855 2002-08-27  Carsten Dominik  <dominik@sand.science.uva.nl>
5857         * textfile/reftex-ref.el (reftex-goto-label): New command.
5859         * textfile/reftex-vars.el (reftex-part-resets-chapter): New option.
5861         * textfile/reftex-parse.el (reftex-roman-number): New function.
5862         (reftex-section-number): Better handling of parts: No chapter
5863         counter resets.
5865         * textfile/reftex.el (reftex-highlight-overlays): Added a third
5866         overlay.
5867         (reftex-mode-menu): Added entry for `reftex-toc-recenter.
5868         Also moved `reftex-reset-mode' to top level.
5870         * textfile/reftex-toc.el (reftex-toc-recenter): New command.
5871         (reftex-toc-pre-command-hook): Don't remove highlight overlay.
5872         (reftex-toc-post-command-hook): Use overlay no 2 for highlighting.
5874         * textfile/reftex-sel.el (reftex-get-offset): Get offset of
5875         document pointer *before* position, not after.
5876         (reftex-insert-docstruct): Get offset of document pointer *before*
5877         position, not after.
5879         * textfiles/reftex-parse.el (reftex-where-am-I): Prefer marker
5880         match over section title match.
5882         * textfiles/reftex-cite.el (reftex-bib-or-thebib): New function
5883         which determines on a per-file-basis if BibTeX is being used
5884         locally for citations.
5885         (reftex-offer-bib-menu): Use `reftex-bib-or-thebib' for better
5886         cooperation with chapterbib.
5887         (reftex-bibtex-selection-callback): Use `reftex-bib-or-thebib' for
5888         better cooperation with chapterbib.
5890         * textfiles/reftex-dcr.el (reftex-view-cr-cite):
5891         Use `reftex-bib-or-thebib' for better cooperation with chapterbib.
5893 2002-08-26  Kim F. Storm  <storm@cua.dk>
5895         * subr.el (suppress-keymap): Use command remapping instead of
5896         substitute-key-definition to undefine self-inserting keys.
5898 2002-08-26  Juanma Barranquero  <lektu@terra.es>
5900         * makefile.w32-in (WINS): Add calc and obsolete.
5902 2002-08-26  Stefan Monnier  <monnier@cs.yale.edu>
5904         * emacs-lisp/easy-mmode.el (define-minor-mode):
5905         Use customize-mark-as-set for global minor modes.
5907 2002-08-25  Miles Bader  <miles@gnu.org>
5909         * rfn-eshadow.el (file-name-shadow-properties-custom-type):
5910         Renamed from `read-file-name-electric-shadow-properties-custom-type'.
5911         Change name of face.
5912         (file-name-shadow-properties): Renamed from
5913         `read-file-name-electric-shadow-properties'.
5914         (file-name-shadow-tty-properties): Renamed from
5915         `read-file-name-electric-shadow-tty-properties'.
5916         (file-name-shadow): Renamed from `read-file-name-electric-shadow'.
5917         (rfn-eshadow-setup-minibuffer): Update references to renamed variables.
5918         (file-name-shadow-mode): Renamed from
5919         `read-file-name-electric-shadow-mode'.  Update references to
5920         renamed variables.
5922 2002-08-24  Sam Steingold  <sds@gnu.org>
5924         * subr.el (eval-after-load): Do not call
5925         load-symbol-file-load-history (deleted yesterday).
5927 2002-08-24  John Paul Wallington  <jpw@shootybangbang.com>
5929         * startup.el (normal-splash-screen): Ensure splash buffer is
5930         killed.  Use tabs in output.  Fix test whether previous buffer was
5931         *scratch* buffer.
5933         * progmodes/simula.el (simula-abbrev-keyword-default)
5934         (simula-abbrev-keyword, simula-abbrev-stdproc-default)
5935         (simula-abbrev-stdproc): Doc fix - escape open parens in column 0.
5937         * apropos.el (command-apropos): Use `defalias' instead of `fset'.
5939         * mail/rmail.el (rmail-speedbar-match-folder-regexp): Doc fix.
5941 2002-08-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
5943         * progmodes/f90.el (f90-xemacs-flag, f90-xemacs-menu)
5944         (f90-menu-bar-menu, f90-change-case-menu, f90-font-lock-on)
5945         (f90-font-lock-off, f90-font-lock-menu): Delete.
5946         Use easy-menu-define instead.
5947         (f90-mode): Use easy-menu-add.
5948         No longer (require 'imenu) when compiling.
5949         (f90-mark-subprogram, f90-indent-region, f90-fill-region)
5950         (f90-abbrev-start): Use fboundp.
5951         (f90-imenu-flag): Delete - use imenu--index-alist instead.
5953 2002-08-23  Richard M. Stallman  <rms@gnu.org>
5955         * loadhist.el (unload-feature): Distinguish functions from
5956         variables in load-history.
5957         (feature-symbols): Doc fix.
5959         * files.el (ange-ftp-completion-hook-function): Add safe-magic prop.
5961         * subr.el (symbol-file-load-history-loaded)
5962         (load-symbol-file-load-history): Deleted.
5963         (symbol-file): Don't call load-symbol-file-load-history.
5965 2002-08-23  Andre Spiegel  <spiegel@gnu.org>
5967         * vc-hooks.el (vc-kill-buffer-hook): Add it to kill-buffer-hook again.
5969 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
5971         * frame.el (select-frame-by-name, select-frame-set-input-focus):
5972         Always call x-focus-frame, if using x.
5973         Use set-mouse-position on all systems, if focus-follows-mouse.
5975 2002-08-22  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5977         * net/tramp.el: Version 2.0.14 released.
5978         (tramp-shell-prompt-pattern): New variable.
5979         (tramp-actions-before-shell, tramp-multi-actions)
5980         (tramp-find-shell, tramp-open-connection-multi)
5981         (tramp-open-connection-setup-interactive-shell): Use it.
5982         (tramp-open-connection-telnet, tramp-open-connection-rsh)
5983         (tramp-open-connection-su): Mention `tramp-shell-prompt-pattern'
5984         in the docstring.
5985         (tramp-bug): Report `tramp-shell-prompt-pattern'.
5986         (tramp-process-one-multi-action, tramp-process-one-action):
5987         Make message clearer so people don't confuse it with Emacs asking
5988         them a question if the regexp happens to end with "?".
5989         (tramp-verbose): Change default value from 10 to 9.  Also change
5990         some logging levels so that 10 is reserved for stuff which is
5991         needed for debugging only, but 9 catches everything that people
5992         might like to see in order to see that Tramp is actually working.
5994 2002-08-22  Kim F. Storm  <storm@cua.dk>
5996         * emacs-lisp/authors.el (authors-aliases, authors-fixed-entries):
5997         Corrected spelling mistakes (for Joseph Arceneaux).
5999 2002-08-21  Glenn Morris  <gmorris@ast.cam.ac.uk>
6001         * progmodes/f90.el: eval-when-compile a few defvars.
6002         (f90-xemacs-flag): Wrap in eval-and-compile.
6003         (f90-font-lock-keywords): Doc fix.
6004         (f90-mode-abbrev-table): Work with or without 6th arg of define-abbrev.
6005         (f90-mark-subprogram-overlay): Variable deleted.
6006         (f90-mark-subprogram): Remove overlay bit.  Don't be silent about
6007         pushing mark.
6008         (f90-abbrev-start): unread-command-event is obsolete in XEmacs.
6010 2002-08-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6012         * net/tramp.el: Version 2.0.13 released.
6013         (tramp-handle-write-region): Don't check to see if remote end is
6014         awake after sending data to remote host: we want to send "EOF" not
6015         "echo are you awake"...
6016         (tramp-maybe-open-connection): Swap args for tramp-time-diff.
6017         (tramp-yn-prompt-regexp): New variable.
6018         (tramp-action-yn): New function, using it.
6019         (tramp-feature-write-region-fix): New internal variable.  Not yet
6020         used.  Should be used in `tramp-handle-write-region'.
6022 2002-08-21  Kim F. Storm  <storm@cua.dk>
6024         * bindings.el (mode-line-format): Moved global-mode-string last.
6025         (mode-line-position): Moved %p first.  Added padding to %l/%c to
6026         eliminate jumpyness in modeline.  Use (%l,%c) format if both
6027         line-number-mode and column-number-mode are enabled.
6029 2002-08-20  Martin Stjernholm  <bug-cc-mode@gnu.org>
6031         * progmodes/cc-engine.el (c-forward-syntactic-ws): Fixed a bug
6032         that could cause an infinite loop if something that looks like
6033         a macro begins in the middle of a line.
6035         * progmodes/cc-engine.el (c-parse-state): Fixed a bug that
6036         could cause `c-state-cache' to contain two conses in sequence
6037         when there's an unbalanced open paren in a macro.
6039 2002-08-20  Glenn Morris  <gmorris@ast.cam.ac.uk>
6041         * progmodes/fortran.el (fortran-current-defun): Use save-excursion.
6043         * imenu.el (imenu--generic-function): Use mapc.
6044         (imenu-syntax-alist): Doc fix.
6046 2002-08-20  Richard M. Stallman  <rms@gnu.org>
6048         * font-core.el (font-lock-change-mode): New function.
6049         (font-lock-mode): Use font-lock-change-mode instead of
6050         font-lock-unfontify-buffer.
6051         (font-lock-maximum-size, font-lock-verbose): Add defvars.
6053 2002-08-20  Carsten Dominik  <dominik@astro.uva.nl>
6055         * textfiles/reftex-cite.el (reftex-bib-or-thebib): New function
6056         which determines on a per-file-basis if BibTeX is being used
6057         locally for citations.
6058         (reftex-offer-bib-menu): Use `reftex-bib-or-thebib' for better
6059         cooperation with chapterbib.
6060         (reftex-bibtex-selection-callback): Use `reftex-bib-or-thebib' for
6061         better cooperation with chapterbib.
6063         * textfiles/reftex-dcr.el (reftex-view-cr-cite):
6064         Use `reftex-bib-or-thebib' for better cooperation with chapterbib.
6066 2002-08-20  Kim F. Storm  <storm@cua.dk>
6068         * kmacro.el: Major rework based on discussions with RMS.
6069         Most important change is that C-x C-k is now bound to a keymap
6070         with keyboard macro related commands.  The original binding on
6071         C-x C-k is moved to C-x C-k e.
6073         * binding.el: Remove macro related bindings (now in kmacro.el).
6075         * edmacro.el: Remove C-x C-k binding (now in kmacro.el).
6077 2002-08-19  Stefan Monnier  <monnier@cs.yale.edu>
6079         * help-fns.el (help-split-fundoc): Replace the function name
6080         from the docstring with the one that should be displayed.
6081         (help-make-usage): Understand CL style arglists.
6082         (describe-function-1): Adapt to the new behavior of help-split-fundoc.
6083         (describe-variable): Use delete-region.
6085 2002-08-19  Kenichi Handa  <handa@etl.go.jp>
6087         * international/mule.el (sgml-xml-auto-coding-function):
6088         Call re-search-forward with NOERROR t.
6090 2002-08-19  Miles Bader  <miles@gnu.org>
6092         [original idea from Luc Teirlinck <teirllm@mail.auburn.edu>]
6093         * comint.el (comint-inhibit-carriage-motion): New variable.
6094         (comint-carriage-motion): Argument STRING removed.  New arguments
6095         START and END; interpret characters between START and END rather
6096         than using special comint state.
6097         (comint-output-filter): Call `comint-carriage-motion'.
6098         (comint-output-filter-functions): Don't add `comint-carriage-motion'.
6099         * ielm.el (inferior-emacs-lisp-mode):
6100         Give `comint-inhibit-carriage-motion' a local value of t.
6102 2002-08-18  Richard M. Stallman  <rms@gnu.org>
6104         * textmodes/table.el: New file.
6106         * font-core.el (font-lock-mode): Set change-major-mode-hook locally.
6108 2002-08-18  Andreas Schwab  <schwab@suse.de>
6110         * ibuf-ext.el (ibuffer-list-buffer-modes): Doc fix.
6112 2002-08-17  Carsten Dominik  <dominik@astro.uva.nl>
6114         * textmodes/reftex.el (reftex-mode): Create special syntax tables.
6115         (reftex-syntax-table): Set a default in case this is being used
6116         outside a LaTeX file.
6117         (reftex-syntax-table-for-bib): Set a default in case this is being
6118         used outside a LaTeX file.
6120 2002-08-17  Richard M. Stallman  <rms@gnu.org>
6122         * tar-mode.el (tar-subfile-mode): Use add-hook and remove-hook,
6123         and use write-file-functions instead of local-write-file-hooks.
6124         (tar-untar-buffer): Don't try to extract directories.
6126         * menu-bar.el (fringe-mode): Set to nil.
6128         * mail/rmail.el (rmail-search-mime-header-function): Doc fix.
6130 2002-08-15  Richard M. Stallman  <rms@gnu.org>
6132         * calendar/appt.el (appt-delete): Use substring-no-properties.
6133         (appt-make-list): Don't use prin1-to-string; use the string unchanged.
6135 2002-08-15  Jan Nieuwenhuizen  <janneke@gnu.org>  (tiny change)
6137         * server.el (server-process-filter): Simplify code.
6138         (server-goto-line-column): New function.
6139         (server-visit-files): Use server-goto-line-column.
6140         Offer to revert only if file has changed.
6142 2002-08-15  Richard M. Stallman  <rms@gnu.org>
6144         * files.el (recover-this-file): New function.
6145         (after-find-file): Recommend recover-this-file.
6147         * font-core.el (font-lock-mode): Add font-lock-unfontify-buffer
6148         to change-major-mode-hook when font lock is enabled.
6150         * simple.el (toggle-truncate-lines): Force redisplay.
6151         Display status message.
6153 2002-08-15  Carsten Dominik  <dominik@sand.science.uva.nl>
6155         * textmodes/reftex.el (reftex-mode): Moved the creation of special
6156         syntax tables to top-level.
6158 2002-08-15  David Kastrup  <David.Kastrup@t-online.de>
6160         * net/ange-ftp.el (ange-ftp-wipe-file-entries): Fix type mismatch;
6161         use `hash-table-size' instead of `length'.
6163 2002-08-14  Stefan Monnier  <monnier@cs.yale.edu>
6165         * help-fns.el (locate-library): Use locate-file(-completion).
6166         (help-split-fundoc): Tighten the regexp and recognize a usage-info
6167         where the function name is `fn'.
6168         (help-function-arglist): Follow aliases and macros.
6169         (describe-function-1): Use keymapp.
6170         If the docstring contains a usage info, use it even if the function is
6171         not a subroutine.  Find usage info in aliases' docstring if necessary.
6172         (describe-variable): Get the value before setting up the *Help* buffer.
6174         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode):
6175         Use find-file-hook instead of find-file-hooks.
6176         (define-minor-mode): Get rid of this silly `togglep'.
6177         Add an explicit `toggle' argument (used for interactive calls).
6178         Emit a warning when a nil argument turns the mode off.
6180         * language/ethio-util.el (setup-ethiopic-environment-internal)
6181         (exit-ethiopic-environment): Use find-file-hook and
6182         write-file-functions instead of find-file-hooks and write-file-hooks.
6184         * window.el (handle-select-window): Don't do anything if the window
6185         has disappeared since the event was generated.
6186         (split-window-save-restore-data): Use push and with-current-buffer.
6188         * saveplace.el:
6189         * play/meese.el:
6190         * obsolete/hilit19.el:
6191         * completion.el (dynamic-completion-mode):
6192         * emacs-lisp/find-func.el (find-function-search-for-symbol):
6193         Use find-file-hook instead of find-file-hooks.
6195         * imenu.el (imenu-always-use-completion-buffer-p): Make obsolete.
6196         (imenu-use-popup-menu, imenu-eager-completion-buffer): New vars.
6197         (imenu-space-replacement): Allow nil value.
6198         (imenu--completion-buffer): Use new vars and simplify.
6199         Fix handling of minibuffer-setup-hook.
6200         Use minibuffer-completion-help instead of rolling our own.
6201         (imenu-choose-buffer-index): Use the new var.
6203         * startup.el (command-line): Load custom-file if not done yet.
6205 2002-08-14  Kenichi Handa  <handa@etl.go.jp>
6207         * select.el (xselect-convert-to-string): If TYPE is non-nil, encode
6208         the selection data string.  Always return cons of type and string.
6209         (selection-converter-alist): Add (UTF8_STRING .
6210         xselect-convert-to-string).
6212 2002-08-12  Stefan Monnier  <monnier@cs.yale.edu>
6214         * newcomment.el (comment-region): Force `lines' when `block' is set.
6216 2002-08-12  Richard M. Stallman  <rms@gnu.org>
6218         * menu-bar.el (menu-bar-next-tag-other-window, menu-bar-next-tag)
6219         (menu-bar-right-scroll-bar, menu-bar-left-scroll-bar)
6220         (menu-bar-no-scroll-bar, menu-bar-toggle-auto-compression)
6221         (menu-bar-toggle-cua-mode, menu-bar-read-mail)
6222         (menu-bar-help-extra-packages, help-with-tutorial-spec-language)
6223         (menu-bar-text-mode-auto-fill): New commands, used
6224         in menu bar menus instead of lambda expressions.
6226         (menu-bar-showhide-fringe-menu-customize-left)
6227         (menu-bar-showhide-fringe-menu-customize-right)
6228         (menu-bar-showhide-fringe-menu-customize-disable)
6229         (menu-bar-showhide-fringe-menu-customize-reset): Doc fixes.
6231         (menu-bar-options-menu): Use toggle-truncate-lines.
6232         (showhide-date-time): Call customize-mark-as-set.
6234         * emacs-lisp/find-func.el (find-function-search-for-symbol):
6235         Obey `definition-name' properties.
6237         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode):
6238         Put `definition-name' properties on the functions whose
6239         names are constructed.
6241         * textmodes/page-ext.el (pages-target-buffer): Add defvar.
6242         Renamed from target-buffer.
6243         (pages-directory, pages-copy-header-and-position): Uses changed.
6245         * calendar/appt.el (appt-make-list): Correct the parsing of
6246         each appointment from time-string.
6248 2002-08-12  Stefan Monnier  <monnier@cs.yale.edu>
6250         * scroll-all.el (scroll-all-mode): Use define-minor-mode.
6251         (scroll-all-mode) <defcustom>: Delete.
6252         (running-xemacs): Delete.
6253         (minor-mode-alist): Don't manipulate it directly.
6255 2002-08-10  Kenichi Handa  <handa@etl.go.jp>
6257         * international/mule-cmds.el (search-unencodable-char): New function.
6258         (select-safe-coding-system): Show unencodable characters.
6259         (unencodable-char-position): Deleted, and implemented in C in coding.c.
6261 2002-04-09  John Wiegley  <johnw@gnu.org>
6263         * esh-util.el: Removed eshell-under-cygwin-p, and all uses of it.
6264         * em-cmpl.el (eshell-cmpl-ignore-case): Ditto.
6265         * em-dirs.el (eshell/cd): Ditto.
6266         * em-glob.el (eshell-glob-case-insensitive): Ditto.
6267         * em-hist.el (eshell-previous-matching-input-string-position): Ditto.
6268         * esh-ext.el (eshell-binary-suffixes): Ditto.
6270 2002-08-09  Richard M. Stallman  <rms@gnu.org>
6272         * textmodes/page-ext.el (pages-directory-mode): Undo previous change.
6274         * simple.el (set-variable): Give locality status in prompt.
6276 2002-08-09  Benjamin Rutt  <rutt@cis.ohio-state.edu>
6278         * simple.el (set-variable): If given a prefix argument, set
6279         variable buffer-locally.
6281 2002-08-09  John Paul Wallington  <jpw@shootybangbang.com>
6283         * font-core.el (font-lock-function): Make it buffer-local.
6285 2002-08-08  Richard M. Stallman  <rms@gnu.org>
6287         * emacs-lisp/checkdoc.el (checkdoc, checkdoc-interactive)
6288         (checkdoc-message-interactive, checkdoc-interactive-loop)
6289         (checkdoc-current-buffer, checkdoc-continue, checkdoc-comments)
6290         (checkdoc-defun):
6291         Update checkdoc-spellcheck-documentation-flag correctly.
6292         (checkdoc-ispell-docstring-engine): Don't test for
6293         checkdoc-autofix-flag = nil.
6295 2002-08-07  John Paul Wallington  <jpw@shootybangbang.com>
6297         * xt-mouse.el (xterm-mouse-mode): Make it a global mode.
6299         * wid-browse.el (widget-minor-mode): Fix doc typo.
6301 2002-08-07  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6303         * net/tramp.el: Version 2.0.12 released.
6304         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
6305         Comment out possibly obsolete "echo hello" commands.
6306         (tramp-run-real-handler): If operation is
6307         `ange-ftp-hook-function', use first arg as the real operation.
6308         (tramp-check-ls-commands): Use / instead of \ as directory
6309         separator.  (Relevant for XEmacs on Windows.)
6310         (tramp-maybe-open-connection): Use tramp-wait-for-output when
6311         waiting for the "are you awake" command.  Use a different string
6312         for the "are you awake" command.
6313         (tramp-send-command): New optional arg NEVEROPEN means to never
6314         invoke tramp-maybe-open-connection.
6315         (tramp-maybe-open-connection): Use it
6317 2002-08-07  Richard M. Stallman  <rms@gnu.org>
6319         * warnings.el (warning-prefix-function, warning-series)
6320         (warning-fill-prefix, warning-group-format): Add autoload cookies.
6322 2002-08-07  Kenichi Handa  <handa@etl.go.jp>
6324         * international/mule-cmds.el (select-safe-coding-system):
6325         Call pop-to-buffer inside save-window-excursion and save-excursion.
6327 2002-08-06  John Paul Wallington  <jpw@shootybangbang.com>
6329         * help-fns.el (describe-function-1): Skip arglist note if
6330         function's definition is a keymap.
6332 2002-08-06  Sam Steingold  <sds@gnu.org>
6334         * calendar/diary-lib.el (diary-mail-entries): Use `compose-mail'
6335         and `mail-user-agent' instead of straight sendmail.
6336         (diary-modified, diary-entries-list, displayed-year)
6337         (displayed-month, entry, date, number, date-string, d-file)
6338         (original-date): Defvar without binding to avoid compiler warnings.
6340 2002-08-05  Alan Shutko  <ats@acm.org>
6342         * ibuffer.el (ibuffer-mode-map): Added ibuffer-filter-by-used-mode.
6343         (ibuffer-mode-map): Added ibuffer-filter-by-used-mode.
6344         (ibuffer-mode): Added ibuffer-filter-by-used-mode to doc string.
6346         * ibuf-ext.el (ibuffer-list-buffer-modes): New.
6347         (ibuffer-filter-by-used-mode): New.
6349 2002-08-05  John Paul Wallington  <jpw@shootybangbang.com>
6351         * ediff-util.el (ediff-copy-list): Use `defalias' instead of
6352         `fset' and `symbol-function'.
6354 2002-08-05  John Wiegley  <johnw@gnu.org>
6356         * pcomplete.el (pcomplete-entries): Don't set `above-cutoff' to a
6357         value unless pcomplete-cycle-cutoff-length is non-nil.
6359 2002-04-09  John Paul Wallington  <jpw@shootybangbang.com>
6361         * esh-util.el (eshell-under-cygwin-p): New function.
6362         * em-cmpl.el (eshell-cmpl-ignore-case): Use it.
6363         * em-dirs.el (eshell/cd): Ditto.
6364         * em-glob.el (eshell-glob-case-insensitive): Ditto.
6365         * em-hist.el (eshell-previous-matching-input-string-position): Ditto.
6366         * esh-ext.el (eshell-binary-suffixes): Ditto.
6368 2002-08-05  Richard M. Stallman  <rms@gnu.org>
6370         * international/mule-cmds.el (select-safe-coding-system): Check for
6371         non-nil CODING-SYSTEM before warning it disagrees with AUTO-CS.
6373         * net/ange-ftp.el (ange-ftp-smart-gateway): Doc fix.
6375 2002-08-05  Gerd Moellmann  <gerd@gnu.org>
6377         * image.el (image-jpeg-p): Accept "Exif" marker.
6379 2002-08-05  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6381         * net/tramp.el: Version 2.0.11 released.
6382         (tramp-perl-file-attributes): Print uid and gid as signed integers.
6383         (tramp-invoke-ange-ftp): Correct check for Ange-FTP being loaded.
6384         Invoke Ange-FTP with tramp-run-real-handler to avoid Ange-FTP
6385         calling Tramp again.
6386         (tramp-find-file-exists-command): Check for `ls -d' last, after
6387         all the variants on `test -e'.
6388         (tramp-post-connection): Erase buffer before finding a command to
6389         check if file exists.
6391 2002-08-05  David Kastrup  <David.Kastrup@t-online.de>
6393         * calc/calc.el (math-format-stack-value): Revert a broken
6394         if->when replacement and reformat so that this does not happen
6395         again.  Fixes a pretty lethal line formatting/yanking bug.
6397 2002-08-04  John Paul Wallington  <jpw@shootybangbang.com>
6399         * startup.el (fancy-splash-frame): Check selected frame last.
6401 2002-08-04  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6403         * net/tramp.el: Version 2.0.10 released.
6404         (tramp-uudecode): New shell function `tramp_uudecode' to decode to
6405         standard output even if `uudecode -p' and `uudecode -o -' don't work.
6406         (tramp-post-connection): After finding the right shell, wait a
6407         bit.  This is a kludge to avoid a race condition, even though I
6408         don't understand why there is a race condition in the first place.
6409         (tramp-post-connection): Install the `tramp_uudecode' shell
6410         function on the remote host.
6411         (tramp-coding-commands): Add an alternative for `tramp_uudecode'.
6412         (tramp-bug): Include more variables in the report.
6414 2002-08-04  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6416         * net/tramp.el: Version 2.0.9 released.
6417         (tramp-bug): Add wording about additional info to include in bug
6418         report.
6419         (tramp-find-shell): Set $PS1 for invocation of second shell (for
6420         tilde expansion).
6421         (tramp-find-shell): Shell prompt must match at end of buffer.
6422         Do this also for fallback shell prompt.
6423         (tramp-find-shell): More debugging output.
6424         (tramp-find-inline-encoding): When checking the decoding command,
6425         some commands fail when reading from /dev/null.  So we pass a
6426         known string through the encoding command and pass that through
6427         the decoding command.  So we know whether the decoding command can
6428         deal with some real input.
6430 2002-08-04  Andreas Schwab  <schwab@suse.de>
6432         * net/tramp.el (tramp-perl-encode, tramp-perl-decode): Doc fix.
6434 2002-08-03  Andrew Choi  <akochoi@shaw.ca>
6436         * term/mac-win.el: Set keys to enable mouse wheel support.
6438 2002-08-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6440         * net/tramp.el: Version 2.0.8.
6441         (tramp-perl-encode, tramp-perl-encode): Double the backslashes.
6443 2002-08-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6445         * net/tramp.el: Version 2.0.7.
6446         (tramp-perl-encode-with-module, tramp-perl-decode-with-module)
6447         (tramp-perl-encode, tramp-perl-decode): Escape `%' characters
6448         because of `format' and say so in the docstring.
6450 2002-08-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
6452         * progmodes/f90.el (f90-font-lock-keywords-1): Fix highlighting of
6453         `type' forms.
6454         (f90-font-lock-keywords-2): Fix `implicit type(foo)' case.
6455         (f90-type-def-re): Fix value.
6457 2002-08-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6459         * net/tramp.el: Version 2.0.6.
6460         (tramp-default-method): Change to "ssh" from "sm".
6461         (tramp-wrong-passwd-regexp): Restructure.  Add additional alternative.
6462         (tramp-su-program): New internal variable for method parameter.
6463         (tramp-perl-encode-with-module, tramp-perl-decode-with-module):
6464         New variables.  Very short Perl one-liner, but requires Perl
6465         module MIME::Base64 to be installed on the remote site.
6466         (tramp-perl-encode, tramp-perl-decode): New base64
6467         encoder/decoder.  From Juanma Barranquero <lektu@terra.es>.
6468         (tramp-handle-file-truename): Invoke Ange-FTP properly (even
6469         though Ange-FTP doesn't do anything for this operation).
6470         (tramp-handle-set-visited-file-modtime): Comment change.
6471         (tramp-handle-make-directory): Save-excursion.
6472         (tramp-handle-expand-many-files): Don't try to invoke Ange-FTP
6473         twice, once is enough.
6474         (tramp-action-permission-denied): Show *tramp/foo* buffer so the
6475         user knows what's wrong.
6476         (tramp-post-connection): Support the two Perl encoders and decoders.
6477         (tramp-coding-commands): Ditto.  Add some todo items.
6479 2002-08-02  Richard M. Stallman  <rms@gnu.org>
6481         * international/mule.el (merge-coding-systems): New function.
6482         (set-buffer-file-coding-system): Use merge-coding-systems.
6483         Change prompt for args.
6484         (revert-buffer-with-coding-system): New command.
6486         * international/mule-cmds.el (mule-keymap, set-coding-system-map):
6487         Add bindings for revert-buffer-with-coding-system.
6488         (set-coding-system-map): Clarify menu item info for
6489         set-buffer-file-coding-system.
6490         (set-coding-system-map): Reorder and add separators.
6492         * emacs-lisp/edebug.el (edebug-eval-top-level-form):
6493         Use eval-expression.
6495         * subr.el (atomic-change-group): Doc fix.
6497 2002-07-31  Colin Walters  <walters@debian.org>
6499         * ibuffer.el (ibuffer-hooks): Rename to `ibuffer-hook'; Add
6500         defvaralias for compatibility.
6501         (ibuffer-mode-hooks): Rename to `ibuffer-mode-hook'; Add
6502         defvaralias for compatibility.
6504 2002-07-31  John Paul Wallington  <jpw@shootybangbang.com>
6506         * ibuffer.el (ibuffer-fontification-alist):
6507         Use `font-lock-constant-face' instead of `font-lock-reference-face'.
6509 2002-07-31  John Wiegley  <johnw@gnu.org>
6511         * pcomplete.el (pcomplete-comint-setup): Use `add-to-list', to
6512         prevent adding the symbol `pcomplete' to
6513         shell-dynamic-complete-functions to many times.
6515 2002-07-31  Markus Rost  <rost@math.ohio-state.edu>
6517         * help-fns.el (describe-function-1): Test function for
6518         obsolescence only if it is a symbol.
6520         * ediff.el (ediff-backup): New autoloaded command.
6522 2002-07-31  Richard M. Stallman  <rms@gnu.org>
6524         * makefile.w32-in (compile-after-backup): Renamed from `compile'.
6525         Use `compile-always'.
6526         (bootstrap): Use `compile', not `compile-files'.  Use `update-subdirs'.
6527         (compile): Renamed from `compile-files'.
6528         (compile-CMD, compile-SH): Renamed from `compile-files-*'.
6530         * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
6531         Check that (car elt) is a string.
6533         * pcomplete.el (pcomplete-entries): Doc fix.
6535         * international/mule.el (non-standard-icccm-encodings-alist): Doc fix.
6537 2002-07-31  Andreas Schwab  <schwab@suse.de>
6539         * dired.el: Hide disabling of dired-find-alternate-file behind
6540         autoload-cookie.
6542 2002-07-31  Tak Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
6544         * makefile.w32-in: Revert some changes from 2002-07-23 because they
6545         don't work on MSVC/nmake builds.
6546         (update-subdirs-CMD): Generate the right list of subdirectories.
6548 2002-07-30  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6550         * net/tramp.el: New version 2.0.5.
6551         (tramp-methods): Remove inline encoding method parameters.
6552         The encoding is now autodetected.  Also shorten the list of
6553         methods (u/m distinction gone) and rename the remaining methods to
6554         have longer, but more mnemonic, names.
6555         (tramp-login-prompt-regexp, tramp-password-prompt-regexp)
6556         (tramp-wrong-passwd-regexp): Trailing `$' not needed, regexp is
6557         matched at end of buffer anyway.
6558         (tramp-yesno-prompt-regexp): New variable, for questions where the
6559         user should say "yes" or "no".
6560         (tramp-file-name-structure-unified)
6561         (tramp-file-name-structure-separate): Allow dash in method names.
6562         (tramp-actions-before-shell): New variable, contains list of
6563         pattern/action pairs.  Output sent by remote end is scanned for
6564         the patterns, then the actions are executed.
6565         (tramp-multi-actions): Like `tramp-actions-before-shell', but
6566         executed for each hop in a multi-hop connection.
6567         (tramp-last-cmd-time): New variable.  If nothing has been sent to
6568         remote end for 60 seconds, look to see if the remote end is still
6569         alive.
6570         (tramp-perl-mime-encode, tramp-perl-mime-decode): Remove.
6571         It didn't work.
6572         (tramp-perl-encode, tramp-perl-decode): New variables, these
6573         require the MIME::Base64 module on the remote end.
6574         (tramp-handle-file-attributes): Restructure logic.
6575         (tramp-handle-file-attributes-with-ls)
6576         (tramp-handle-file-attributes-with-perl): More debugging.
6577         (tramp-handle-directory-files): Grok fifth arg `files-only' for XEmacs.
6578         (tramp-handle-make-directory, tramp-handle-delete-directory)
6579         (tramp-handle-delete-file, tramp-handle-insert-directory):
6580         Expand file name.
6581         (tramp-handle-shell-command): Use `when', not `if'.
6582         (tramp-handle-file-local-copy, tramp-handle-write-region):
6583         Adapt to autodetection of inline encoding.
6584         (tramp-invoke-ange-ftp): Require ange-ftp to make sure that
6585         variable ange-ftp-name-format is defined before binding it.
6586         (tramp-action-login, tramp-action-password, tramp-action-succeed)
6587         (tramp-action-permission-denied, tramp-action-yesno):
6588         Functions called from `tramp-actions-before-shell'.
6589         (tramp-multi-action-login, tramp-multi-action-password)
6590         (tramp-multi-action-succeed, tramp-multi-action-permission-denied):
6591         Functions called from `tramp-multi-actions'.
6592         (tramp-process-one-action, tramp-process-actions):
6593         Pattern matching and action invocation code for
6594         `tramp-actions-before-shell'.
6595         (tramp-process-one-multi-action, tramp-process-multi-actions):
6596         Same for `tramp-multi-actions'.
6597         (tramp-open-connection-telnet, tramp-open-connection-rsh)
6598         (tramp-open-connection-su): Process actions instead of hardwired logic.
6599         (tramp-multi-connect-telnet, tramp-multi-connect-rlogin)
6600         (tramp-multi-connect-su): Ditto.
6601         (tramp-post-connection): New method for tramp_encode and
6602         tramp_decode scripts.
6603         (tramp-post-connection): Invoke inline autodetection code.
6604         (tramp-coding-commands): List of inline codings.
6605         (tramp-find-inline-encoding): This is the inline autodetection code.
6606         (tramp-maybe-open-connection): If nothing was sent to connection
6607         for 60 seconds, look if it connection is still alive.
6608         (tramp-send-command): Remember that something was sent to the
6609         connection.
6610         (tramp-make-tramp-file-name, tramp-make-tramp-multi-file-name):
6611         Use backticks for constructing alist.
6612         (tramp-get-encoding-command, tramp-set-encoding-command)
6613         (tramp-get-decoding-command, tramp-set-decoding-command)
6614         (tramp-get-encoding-function, tramp-set-encoding-function)
6615         (tramp-get-decoding-function, tramp-set-decoding-function):
6616         Use for results of inline autodetection.
6617         (tramp-get-encoding-command, tramp-get-decoding-command)
6618         (tramp-get-encoding-function, tramp-get-decoding-function):
6619         Remove these old functions.
6621 2002-07-30  Kenichi Handa  <handa@etl.go.jp>
6623         * language/indian.el (in-is13194): Give correct `safe-chars' property.
6624         (devanagari): Define it as an alias of in-is13194.
6626         * international/mule.el (safe-chars):
6627         Put `char-table-extra-slots' property with value 0.
6629         * files.el (revert-buffer): Fix previous change.
6631 2002-07-29  Richard M. Stallman  <rms@gnu.org>
6633         * bindings.el (help-echo): If global-mode-string is non-nil,
6634         display some spaces after it.
6636         * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
6637         Don't call string-match on non-string.
6638         (displaying-byte-compile-warnings):
6640         * textmodes/ispell.el (check-ispell-version): Bind default-directory
6641         to avoid errors.  Kill the old temp buffer at the beginning.
6643 2002-07-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
6645         * scroll-all.el (scroll-all-mode): Make argument optional.  Doc fix.
6647 2002-07-29  John Paul Wallington  <jpw@shootybangbang.com>
6649         * scroll-all.el (scroll-all-mode): Handle numeric arg.  Use `if'
6650         instead of `cond'.
6652 2002-07-29  Kenichi Handa  <handa@etl.go.jp>
6654         * international/mule.el (ctext-post-read-conversion): Add support
6655         for embedded utf-8 encoding (ESC % G ... ESC % @).
6657 2002-07-28  Kenichi Handa  <handa@etl.go.jp>
6659         * files.el (revert-buffer): Before calling insert-file-contents,
6660         kill the local variable buffer-file-coding-system.
6662 2002-07-28  Richard M. Stallman  <rms@gnu.org>
6664         * bindings.el (mode-line-format): Handle vc-mode specially.
6665         Move mode-line-position to after global-mode-string.
6666         (mode-line-modes): Move the starting 3 spaces out of here.
6667         (mode-line-position): Separate with a space, not dashes.
6669         * vc-hooks.el: Don't add to minor-mode-alist.
6671         * emacs-lisp/edebug.el (edebug-debugger):
6672         If inside redisplay, just return.
6674         * emacs-lisp/debug.el (debug): If inside redisplay, just return.
6676         * info.el (Info-find-index-name): Improve last change.
6678 2002-07-27  Richard M. Stallman  <rms@gnu.org>
6680         * files.el (file-name-sans-extension): Avoid expanding DIRECTORY.
6682         * calendar/cal-hebrew.el (diary-rosh-hodesh): Cons mark on
6683         in the third case.
6685 2002-07-27  Markus Rost  <rost@math.ohio-state.edu>
6687         * ps-print.el: Update copyright year.
6688         (ps-begin-cut-regexp, ps-end-cut-regexp): Fix type.
6690 2002-07-26  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6692         * eshell/eshell.el (eshell): Numeric prefix arg means to switch
6693         to the session with that number.  Old behavior still available
6694         with nonumeric prefix args.
6696 2002-07-08  Simon Josefsson  <jas@extundo.com>
6698         * mail/mail-extr.el (mail-extr-all-top-level-domains): Update names.
6700 2002-07-26  Juanma Barranquero  <lektu@terra.es>
6702         * warnings.el (lwarn, warn, warning-levels): Doc fix.
6703         (warning-suppress-log-types): Fix typo.
6704         (display-warning): Fix typo. Remove useless assignment to free variable
6705         `group-string'.
6707 2002-07-25  Markus Rost  <rost@math.ohio-state.edu>
6709         * ediff-wind.el (ediff-window-setup-function): Extend type declaration.
6711 2002-07-25  Sam Steingold  <sds@gnu.org>
6713         * replace.el (occur-rename-buffer): New command.
6714         (occur-mode-map): Bind "r" to it.  Added keybindings for
6715         `kill-this-buffer', `clone-buffer' and `quit-window'.
6717 2002-07-25  Kevin Ryde  <user42@zip.com.au>
6719         * info.el (Info-find-index-name): Search for a function definition
6720         with a return type.
6722 2002-07-25  David Ponce  <david@dponce.com>
6724         * emacs-lisp/bytecomp.el (byte-compile-set-symbol-position):
6725         Don't recompute `entry' on each iteration.
6726         (byte-compile-delete-first): Make it defsubst.
6728 2002-07-25  Sam Steingold  <sds@gnu.org>
6730         * progmodes/cc-engine.el (c-search-uplist-for-classkey):
6731         When `search-end' is a cons, use its car.
6733 2002-07-25  Dave Love  <fx@gnu.org>
6735         * obsolete/c-mode.el: Deleted.
6737 2002-07-25  Carsten Dominik  <dominik@astro.uva.nl>
6739         * textmodes/reftex.el (reftex-compile-variables):
6740         Simplified regular expression.
6742         * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
6743         Simplified the regexp.
6745         * textmodes/reftex-cite.el (reftex-get-bibkey-default): New function.
6746         (reftex-extract-bib-entries-from-thebibliography):
6747         Use `reftex-get-bibkey-default' to get a default regex.
6748         (reftex-extract-bib-entries): Use `reftex-get-bibkey-default' to
6749         get a default regex.
6751         * textmodes/reftex-toc.el (reftex-toc-mode): Use `make-local-hook' for
6752         XEmacs compatibility (got OK from RMS).
6754         * textmodes/reftex-index.el (reftex-index-mode): Likewise.
6756         * textmodes/reftex-sel.el (reftex-select-label-mode): Likewise.
6757         (reftex-select-bib-mode): Likewise.
6759 2002-07-25  Colin Walters  <walters@debian.org>
6761         * ibuffer.el (ibuffer-mouse-popup-menu): Allow point to be moved
6762         by menu functions.
6764 2002-07-24  Dave Love  <fx@gnu.org>
6766         * international/mule.el (set-auto-coding): Doc fix.
6768         * international/utf-16.el: New file.
6770         * language/european.el ("German", "French", "Spanish", "Turkish"):
6771         Add alternative coding systems.
6772         ("Dutch"): Likewise.  Add input method.
6773         ("Welsh", "Latin-7"): Add nonascii-translation.
6775         * language/georgian.el ("Georgian"): Add nonascii-translation.
6777         * international/titdic-cnv.el: Doc fixes.
6778         (tit-process-header): Add coding cookie.
6779         (titdic-convert): Force writing as iso-2022-7bit.
6781         * international/ja-dic-cnv.el (skkdic-convert): Add coding cookie.
6783         * international/mule-cmds.el: Doc fixes.
6784         (unencodable-char-position): New.
6785         (select-safe-coding-system): Use it to indicate problematic
6786         characters and add extra explanation.  Avoid checking auto-coding
6787         for compressed files.
6788         (leim-list-header): Add coding cookie.
6789         (input-method-verbose-flag): Modify :type.
6790         (locale-language-names): Add bs, wa.  Modify cy.
6792 2002-07-24  Richard M. Stallman  <rms@gnu.org>
6794         * emacs-lisp/bytecomp.el (byte-compile-log-warning):
6795         Bind warning-group-format.
6797         * emacs-lisp/bytecomp.el (byte-compile-cl-functions): New variable.
6798         (byte-compile-cl-warn): Use that variable.
6799         (byte-compile-find-cl-functions): New function.
6800         (displaying-byte-compile-warnings):
6801         Call byte-compile-find-cl-functions.
6803         * warnings.el (warning-levels): Add %s to the strings.
6804         (warning-group-format): New variable.
6805         (warning-suppress-log-types): Renamed from warning-suppress-log.
6806         (warning-suppress-types): Renamed from warning-suppress.
6807         (display-warning): Implement those changes.
6809 2002-07-23  Richard M. Stallman  <rms@gnu.org>
6811         * warnings.el: Add `provide' call.
6813         * files.el (basic-save-buffer-2): If there's an error writing the file,
6814         unrename the backup file if it was just made.
6815         (backup-buffer, basic-save-buffer-2, basic-save-buffer-1)
6816         (basic-save-buffer): Value now has form (MODES . BACKUPNAME)
6817         when a backup was just made by renaming.  Otherwise it's nil.
6819         * wid-edit.el (widget-convert): Handle an argument that's a keyword.
6820         Recognize explicit :args specification.
6822         * international/mule-cmds.el (select-safe-coding-system):
6823         Don't ask for confirmation of mismatch if find-file-literally was used.
6825 2002-07-23  Markus Rost  <rost@math.ohio-state.edu>
6827         * add-log.el (add-log-current-defun): Fix typo in documentation.
6829 2002-07-22  Markus Rost  <rost@math.ohio-state.edu>
6831         * add-log.el (add-log-mailing-address): Fix type.  Can be a string.
6833         * ido.el (ido-separator): Fix type.
6835 2002-07-23  Andrew Innes  <andrewi@gnu.org>
6837         * makefile.w32-in (DONTCOMPILE): Remove cus-start.el.
6838         (DONTCOMPILE): Add various language files.
6839         (DONTCOMPILE): Remove term/xterm.el.
6840         (finder-inf.el): Remove.
6841         (update-authors): New target.
6842         (TAGS-LISP): Remove $(lispsource).
6843         (compile-always): Renamed from `compile-files'.
6844         (compile): New target, adapted from `compile-files'.
6845         (compile-calc): New target.
6846         (recompile): Change `.' to $(lisp).
6847         (bootstrap): Add update-subdirs and finder-data
6848         to dependencies; change compile-files to compile.
6850 2002-07-22  Andre Spiegel  <spiegel@gnu.org>
6852         * vc.el (vc-next-action-on-file): Preserve find-file-literally.
6854 2002-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
6856         * simple.el (undo, undo-more): Adjust messages when undoing in a
6857         region.
6859 2002-07-22  John Paul Wallington  <jpw@shootybangbang.com>
6861         * net/browse-url.el (browse-url-lynx-input-attempts): Use defcustom.
6862         (browse-url-lynx-input-delay): Add custom type and group.
6864         * cus-start.el (double-click-fuzz): Added.
6866 2002-07-22  Alan Shutko  <ats@acm.org>
6868         * calendar/solar.el (diary-sabbath-candles): Add optional MARK
6869         parameter, specifying what face or character to use in the
6870         calendar display.  These will now return (MARK . ENTRY).
6872         * calendar/lunar.el (diary-phases-of-moon): Add optional MARK
6873         parameter, specifying what face or character to use in the
6874         calendar display.  These will now return (MARK . ENTRY).
6876         * calendar/cal-hebrew.el (diary-omer, diary-yahrzeit)
6877         (diary-rosh-hodesh, diary-parasha, diary-parasha): Add optional
6878         MARK parameter, specifying what face or character to use in the
6879         calendar display.  These will now return (MARK . ENTRY).
6881         * calendar/diary-lib.el (mark-sexp-diary-entries): Retrieve mark
6882         from diary-sexp-entry and pass it to mark-visible-calendar-date.
6883         (list-sexp-diary-entries): Update doc string for new docs for ....
6884         If diary-sexp-entry returns a cons, only add the text to the diary
6885         list.
6886         (diary-sexp-entry): Allow sexps to return a cons of the form (MARK
6887         . STRING) to specify what face or character mark should be used in
6888         the calendar display.
6889         (diary-date, diary-block, diary-float, diary-anniversary)
6890         (diary-cyclic): Add optional MARK parameter, specifying what face
6891         or character to use in the calendar display.  These will now
6892         return (MARK . ENTRY).
6894         * calendar/diary-lib.el (check-calendar-holidays, diary-iso-date)
6895         (calendar-holiday-list, diary-french-date, diary-mayan-date)
6896         (diary-julian-date, diary-astro-day-number, diary-chinese-date)
6897         (diary-islamic-date, list-islamic-diary-entries)
6898         (mark-islamic-diary-entries, mark-islamic-calendar-date-pattern)
6899         (diary-hebrew-date, diary-omer, diary-yahrzeit, diary-parasha)
6900         (diary-rosh-hodesh, list-hebrew-diary-entries)
6901         (mark-hebrew-diary-entries, mark-hebrew-calendar-date-pattern)
6902         (diary-coptic-date, diary-persian-date, diary-phases-of-moon)
6903         (diary-sunrise-sunset, diary-sabbath-candles):
6904         Remove interactive flag from autoloads.
6906 2002-07-22  Carsten Dominik  <dominik@astro.uva.nl>
6908         * textmodes/reftex-vars.el (reftex-index-verify-function): New option.
6909         (reftex-bibliography-commands): New option.
6910         (reftex-toc-split-windows-horizontally): New option
6911         (reftex-toc-split-windows-horizontally-fraction): New option
6912         (reftex-include-file-commands): New option.
6913         (reftex-cite-format-builtin): Added ?n for nocite.
6915         * textmodes/reftex-index.el (reftex-query-index-phrase):
6916         Use `reftex-index-verify-function'.
6918         * textmodes/reftex-toc.el (reftex-re-enlarge):
6919         Handle horizontal splitting.
6920         (reftex-toc): Handle horizontal splitting
6921         (reftex-last-window-width): New variable.
6923         * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
6924         Use `reftex-bibliography-commands'.
6925         (reftex-locate-bibliography-files): Regexp relaxed to allow for
6926         cases where \bibliography is not the first thing on the line.
6928         * textmodes/reftex.el (reftex-compile-variables):
6929         Use `reftex-include-file-commands'.
6930         (reftex-type-query-prompt): Changed defconst to defvar.
6931         (reftex-type-query-help, reftex-typekey-to-format-alist)
6932         (reftex-typekey-to-prefix-alist, reftex-env-or-mac-alist)
6933         (reftex-special-env-parsers, reftex-label-mac-list)
6934         (reftex-label-env-list, reftex-typekey-list)
6935         (reftex-words-to-typekey-alist, reftex-key-to-index-macro-alist)
6936         (reftex-query-index-macro-prompt, reftex-query-index-macro-help)
6937         (reftex-no-follow-message, reftex-no-info-message): Likewise.
6938         (reftex-mode): Define systax table for bibtex parsing.
6939         (reftex-syntax-table-for-bib): Syntax table for bibtex parsing.
6941         * textmodes/reftex-cite.el (reftex-format-names): %a as name
6942         format lists all names.
6943         (reftex-parse-bibtex-entry): Use `reftex-syntax-table-for-bib'.
6944         (reftex-with-special-syntax-for-bib): New macro.
6946 2002-07-21  Richard M. Stallman  <rms@gnu.org>
6948         * international/ucs-tables.el (ucs-quail-activate):
6949         Cope if buffer-file-coding-system is nil.
6951         * bindings.el (last-buffer): Use buffer-list with frame arg.
6952         Create *scratch* if no other choice exists.  Fix bugs.
6954 2002-07-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6956         * net/tramp.el: Bump version to 2.0.2.
6957         (tramp-methods): Rename methods invoking "ssh1" or "ssh2" to
6958         longer names.  Use old names "sm1", "sm2" and so on for methods
6959         invoking "ssh -1" or "ssh -2".
6960         (tramp-multi-file-name-structure-separate): Typo, its name was set
6961         to "tramp-file-name-structure-separate".  Trivial patch.
6962         From Steve Youngs <youngs@xemacs.org>.
6963         (tramp-multi-sh-program): New variable.
6964         (tramp-open-connection-multi): Use it.  Now you can use multi
6965         methods from Windows (at least in principle).
6966         (tramp-do-copy-or-rename-via-buffer): New function.
6967         (tramp-do-copy-or-rename-file): Use it.  Change and simplify
6968         logic.  Omit special case of invoking rcp directly to copy the files.
6969         (tramp-open-connection-su, tramp-multi-connect-telnet)
6970         (tramp-multi-connect-rlogin, tramp-multi-connect-su)
6971         (tramp-make-tramp-file-name, tramp-make-tramp-multi-file-name):
6972         Use backticks in format-spec for brevity and to avoid
6973         character/number confusion in XEmacs.
6975 2002-07-20  Richard M. Stallman  <rms@gnu.org>
6977         * wid-edit.el (widget-documentation-string-value-create):
6978         Say "Hide Rest", not just "Hide".
6980         * cus-edit.el (custom-variable-value-create):
6981         Say "Show Value", not just "Show".  Also "Hide Value".
6982         Output a newline before the doc string.
6983         (custom-face-value-create): Say "Show Face" and "Hide Face".
6985         * files.el (toggle-read-only): Clean up the hint message.
6987         * emacs-lisp/bytecomp.el: Use warnings.el.
6988         (byte-compile-warning-prefix): New function.
6989         (byte-compile-log-file): Return page start position.
6990         (byte-compile-log-warning): New function.
6991         (byte-compile-warn): Use byte-compile-log-warning.
6992         (byte-compile-report-error): Likewise.  Also use error-message-string.
6993         (displaying-byte-compile-warnings): Bind warning-series.
6994         Don't bind or use byte-compile-warnings-point-max.
6995         Don't display the log buffer at the end.
6996         (byte-compile-warnings-point-max): Variable deleted.
6997         (byte-compile-log-1): Rewrite for trace info, not used for warnings.
6998         (byte-compile-last-warned-form, byte-compile-last-logged-file):
6999         Defvars moved.
7001         * warnings.el: New file.
7003 2002-07-19  Richard M. Stallman  <rms@gnu.org>
7005         * emacs-lisp/bytecomp.el (byte-compile-cl-warn): Delete `values'
7006         and `values-list' from list of CL functions.
7008 2002-07-19  John Paul Wallington  <jpw@shootybangbang.com>
7010         * emacs-lisp/bytecomp.el (compile-defun):
7011         Bind `read-with-symbol-positions' to current buffer.
7013 2002-07-19  Andre Spiegel  <spiegel@gnu.org>
7015         * vc-hooks.el (vc-insert-file): When called with a LIMIT regexp,
7016         delete anything that comes after LIMIT from the buffer.
7018         * vc-rcs.el (vc-rcs-fetch-master-state): Be more careful to check
7019         if this is really an RCS master file.
7021         * vc.el: Improve comment of vc-BACKEND-workfile-unchanged-p.
7023 2002-07-19  Juanma Barranquero  <lektu@terra.es>
7025         * emacs-lisp/bytecomp.el (dot, dot-max, dot-min, dot-marker)
7026         (buffer-flush-undo, baud-rate, compiled-function-p, define-function)
7027         (unread-command-char, executing-macro, post-command-idle-hook)
7028         (post-command-idle-delay): Move obsolescence declarations to subr.el.
7030         * subr.el (dot, dot-max, dot-min, dot-marker, buffer-flush-undo)
7031         (baud-rate, compiled-function-p, define-function, unread-command-char)
7032         (executing-macro, post-command-idle-hook, post-command-idle-delay):
7033         Move obsolescence declarations from emacs-lisp/bytecomp.el.
7034         (directory-sep-char, mode-line-inverse-video):
7035         Add obsolescence declaration.
7037 2002-07-18  J.D. Smith  <jdsmith@as.arizona.edu>
7039         * progmodes/idlwave.el: Updated to IDLWAVE version 4.14.  Too many
7040         changes to list them here.
7042         * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.14.
7043         Too many changes to list them here.
7045         * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.14.
7046         Too many changes to list them here.
7048         * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.14 with
7049         only minor documentation changes.
7051 2002-07-18  Dave Love  <fx@gnu.org>
7053         * info-look.el: Support current auto{conf,make} manuals.
7055 2002-07-18  Juanma Barranquero  <lektu@terra.es>
7057         * bindings.el (last-buffer): Add missing frame argument.
7059 2002-07-18  Richard M. Stallman  <rms@gnu.org>
7061         * timer.el (timer-inc-time): Doc fix.
7063         * replace.el (keep-lines, flush-lines): Interactively report
7064         read-only error before reading regexp argument.
7066         * dabbrev.el (dabbrev--search): Use inhibit-point-motion-hooks.
7068         * bindings.el (last-buffer): Handle buffer-list and buffer-predicate
7069         frame parameters like bury-buffer.
7071         * simple.el (choose-completion-delete-max-match):
7072         Handle minibuffer prompts explicitly.
7074 2002-07-18  Juanma Barranquero  <lektu@terra.es>
7076         * international/mule-util.el (string-to-sequence, truncate-string):
7077         Add autoload cookie to obsolescence declaration.
7079         * rect.el (move-to-column-force): Likewise.
7081         * composite.el (decompose-composite-char): Likewise; also remove
7082         redundant info.
7084 2002-07-18  Kim F. Storm  <storm@cua.dk>
7086         * loadup.el: Load international/utf-8 before international/characters.
7088 2002-07-17  Dave Love  <fx@gnu.org>
7090         * international/ucs-tables.el: Optimize tables.  Deal with some
7091         non-8859 charsets.
7092         (ucs-mule-to-mule-unicode): New.
7093         (ucs-unify-8859): Use utf-8-fragment-on-decoding, set up Quail
7094         translation.
7095         (ucs-fragment-8859): Modified consistent with ucs-unify-8859.
7096         (unify-8859-on-encoding-mode): Doc mod.  Fix custom version.
7097         (unify-8859-on-decoding-mode): Doc mod.  Change code.  Fix custom
7098         version.  Add custom dependencies.
7099         (ucs-insert): Check for null from decode-char.
7100         (translation-table-for-input, ucs-quail-activate)
7101         (ucs-minibuffer-setup, ccl-encode-unicode-font)
7102         (ucs-tables-unload-hook): New.
7104         * international/mule.el (define-translation-hash-table): New.
7105         (decode-char): Use utf-8-translation-table-for-decode.
7106         (encode-char): Use ucs-mule-to-mule-unicode.
7108         * international/characters.el: Fix settings of U+2000-U+2027.
7109         Remove \e$(C'Y\e(B.
7111         * international/mule-cmds.el (locale-language-names): Fix be, add
7112         sr_YU@cyrillic, modify tg.
7113         (locale-charset-language-names): Put @euro last.
7115         * language/cyrillic.el (cyrillic-koi8-r-decode-table)
7116         (cyrillic-alternativnyj-decode-table): Fill out with mule-unicode.
7117         (cyrillic-koi8-r-decode-table): Make unbound after use.
7118         (ccl-decode-koi8, ccl-decode-alternativnyj): Change expansion
7119         factor.  Use utf-8-translation-table-for-decode.
7120         (ccl-encode-koi8, ccl-encode-koi8): Don't check r0.
7121         (cyrillic-unify-encoding): New function.
7122         (cyrillic-koi8): Modify safe-chars, valid-codes.
7123         Remove charset-origin-alist.
7124         (Cp878, cp866): New alias.
7125         (ccl-encode-8859-5-font): New.
7126         (font-ccl-encoder-alist): Add ccl-encode-8859-5-font.
7127         (ccl-encode-koi8-font, ccl-encode-alternativnyj-font):
7128         Remove redundant parens.
7129         ("Cyrillic-KOI8"): Add cyrillic-iso-8bit to coding-priority.
7130         (cyrillic-koi8-u-decode-table, ccl-decode-koi8-u)
7131         (ccl-encode-koi8-u, koi8-u, ccl-encode-koi8-u-font, "Ukrainian"): New.
7132         (cyrillic-alternativnyj): Modify safe-chars, add mime-charset.
7133         ("Cyrillic-ALT"): Change input method.
7134         ("Windows-1251", "Tajik", "Bulgarian", "Belarusian"): New.
7136         * international/utf-8.el (utf-8-subst-table)
7137         (utf-8-subst-rev-table, utf-8-translation-table-for-decode)
7138         (utf-8-fragment-on-decoding, ccl-untranslated-to-ucs)
7139         (utf-8-ccl-regs, utf-8-translate-cjk): New.
7140         (ccl-encode-mule-utf-8): Use utf-8-subst-rev-table.
7141         (ccl-decode-mule-utf-8, ccl-untranslated-to-ucs)
7142         (utf-8-untranslated-to-ucs, utf-8-compose): Rewritten.
7143         (mule-utf-8): Remove pre-write-conversion.
7144         (utf-8-post-read-conversion): Comment out.
7146         * international/ccl.el (ccl-command-table): Add lookup-integer,
7147         lookup-character.
7148         (ccl-extended-code-table): Add lookup-int-const-tbl,
7149         lookup-char-const-tbl.
7150         (ccl-compile-lookup-integer, ccl-compile-lookup-character)
7151         (ccl-dump-lookup-int-const-tbl, ccl-dump-lookup-char-const-tbl):
7152         New functions.
7153         (define-ccl-program): Doc update.
7155         * international/utf-8-subst.el: Populate utf-8-subst-rev-table.
7156         (utf-8-subst-table): Don't set.
7158 2002-07-17  Kenichi Handa  <handa@etl.go.jp>
7160         * international/mule.el (define-coding-system-alias):
7161         Don't append ALIAS in the property `alias-coding-systems' if ALIAS's
7162         eol-type is not auto-detection.
7164         * international/mule-diag.el (print-coding-system-briefly):
7165         Fix the handling of an alias of which eol-type is not auto-detection.
7167         * international/mule-conf.el (us-ascii): Define it as an alias of
7168         iso-safe.
7170 2002-07-17  Juanma Barranquero  <lektu@terra.es>
7172         * help-fns.el (describe-function-1): Put empty line before "Not
7173         documented" text.
7175         * timer.el (timer-set-time-with-usecs): Mark obsolete.
7177 2002-07-16  Stefan Monnier  <monnier@cs.yale.edu>
7179         * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
7180         Make sure to change the global tool-bar-map.
7182         * vc.el (vc-default-comment-history): Hard code *vc*.
7183         This is because print-log always prints there now.
7184         (vc-annotate-font-lock-keywords): New var.
7185         (vc-annotate-mode): Use it.  Set truncate-lines as well.
7186         (vc-annotate-display-select): Unify the two error reports.
7187         (vc-annotate-offset): New var.
7188         (vc-annotate-lines): New fun extracted from vc-annotate-display.
7189         (vc-annotate-display): Use it, via font-lock.
7191         * help-fns.el (help-split-fundoc, help-function-arglist)
7192         (help-make-usage): New funs, extracted from describe-function-1.
7193         (describe-function-1): Use them.
7195         * help.el (help-key-description): Show the untranslated keys
7196         when they start with ESC and the ESC was not translated.
7198         * help-mode.el (view): Always require.
7199         (help-xref-mule-regexp): Don't use defconst for variables.
7200         (help-setup-xref): Keep the last 10 elements of the stack.
7201         (help-xref-override-view-map): New var.
7202         (help-make-xrefs): Use it instead of building a new map each time.
7203         (help-function-def): Allow help-fun to take a buffer as arg.
7205         * diff-mode.el (diff-reverse-direction): Simplify.
7206         (diff-after-change-function): Fix typo.
7207         (diff-post-command-hook): Take care of edge cases.
7208         (diff-current-defun): Do `goto-char' after setting the mode.
7210         * mouse-sel.el (mouse-sel-mode): Use define-minor-mode.
7211         Fold mouse-sel-bindings into it.
7212         (mouse-sel-bound-events): Turn it into an alist.
7213         (mouse-insert-selection): Delegate to mouse-yank-at-click if
7214         mouse-sel-default-bindings asks for it.
7216 2002-07-16  Andre Spiegel  <spiegel@gnu.org>
7218         * files.el: Bind toggle-read-only to C-x C-q.
7219         (toggle-read-only): Display a warning message if the file is under
7220         version control.
7222         * vc-hooks.el: Don't bind vc-toggle-read-only to C-x C-q.
7223         (vc-toggle-read-only): Explain in the doc string that users can bind
7224         this to C-x C-q.
7225         (vc-checkout-model): Change doc string to refer to vc-next-action,
7226         not vc-toggle-read-only.
7228         * vc.el (vc-next-action-on-file): Ignore buffer-read-only while
7229         comparing to file on disk.  Fix the case when claiming the lock
7230         on a file that has unlocked changes.
7231         (vc-log-mode): Don't mention vc-toggle-read-only in the doc string.
7233 2002-07-16  Richard M. Stallman  <rms@gnu.org>
7235         * simple.el (choose-completion-string): Doc fix.
7237         * cus-edit.el: New operation :custom-standard-value.
7238         (Custom-reset-standard): Use it.
7239         (custom-variable, custom-face): Define it.
7240         (custom-variable-standard-value, custom-face-standard-value): New fns.
7241         (custom-face-save): Don't save a face whose value is standard.
7242         (custom-save-faces): Use SYMBOL, not 'default, to set NOW and COMMENT.
7244         * cus-edit.el (custom-face-edit-fix-value):
7245         If VALUE is not a list, pass it thru.
7247         * compare-w.el (compare-windows-whitespace): Always allow newline
7248         even if it does not have whitespace syntax.
7250 2002-07-16  Juanma Barranquero  <lektu@terra.es>
7252         * timer.el (timer-set-time, timer-set-time-with-usecs): Fix docstring.
7254 2002-07-15  Juanma Barranquero  <lektu@terra.es>
7256         * help-fns.el (describe-variable): Show documentation for aliased
7257         variable if alias does not have its own.
7259 2002-07-15  Mike Williams  <mdub@bigfoot.com>
7261         * mouse-sel.el (mouse-sel-bindings): Save/restore interprogram
7262         cut/paste functions.
7264 2002-07-14  Richard M. Stallman  <rms@gnu.org>
7266         * files.el (find-alternate-file): Offer to save a modified buffer.
7267         Handle kill-buffer-query-functions better.
7269         * startup.el (normal-splash-screen, fancy-splash-text):
7270         Update name of help menu item for ordering printed manuals.
7272         * emacs-lisp/checkdoc.el: Fix doc typos.
7274 2002-07-14  Stefan Monnier  <monnier@cs.yale.edu>
7276         * textmodes/tex-mode.el: Set encoding to utf-8.
7277         (tex-start-options): Make it into always-a-string.
7278         Remove silly custom options that are covered by the other var.
7279         (tex-start-commands): Fix docstring.
7280         (tex-open-quote, tex-close-quote): Add options.
7281         (tex-command): Provide default.
7282         (tex-font-lock-keywords-1): Highlight $$...$$.
7283         (tex-font-lock-keywords-2): Fix latin-1 chars.
7284         (tex-mode-map): Remove redundant \t binding.
7285         (tex-mode): Add `subsection' and `newcommand' to known latex cmds.
7286         (latex-mode): Use add-hook for fill-nobreak-predicate.
7287         (tex-common-initialization): Set indent-tabs-mode to nil.
7288         (tex-insert-quote): Undo magic if invoked twice in a row.
7289         (latex-fill-nobreak-predicate): Don't use narrowing.
7290         (tex-latex-block): Don't cons uselessly.
7291         (tex-last-unended-begin): Signal user-friendlier error.
7292         (tex-goto-last-unclosed-latex-block): Don't catch signal.
7293         (tex-start-tex): Switch order of tex-start-options and
7294         tex-start-commands to make it obey docstrings.
7296 2002-07-14  Mike Williams  <mdub@bigfoot.com>
7298         * mouse-sel.el (mouse-sel-bound-events): New constant.
7299         (mouse-sel-bindings): Save/restore original mouse-bindings.
7301 2002-07-13  Stefan Monnier  <monnier@cs.yale.edu>
7303         * emacs-lisp/cl.el (cl-set-substring): Fix thinko.
7304         (cl-hack-byte-compiler): Avoid infinite require loop.
7306         * net/ange-ftp.el: Use hash-tables.
7307         (ange-ftp-make-hashtable, ange-ftp-map-hashtable)
7308         (ange-ftp-make-hash-key, ange-ftp-get-hash-entry)
7309         (ange-ftp-put-hash-entry, ange-ftp-del-hash-entry): Remove.
7310         Replace with make-hash-table, maphash, gethash, puthash and remhash.
7311         (ange-ftp-hash-entry-exists-p): Rewrite.
7312         (ange-ftp-vms-delete-file-entry, ange-ftp-vms-add-file-entry):
7313         Change mapatom -> maphash.
7314         (ange-ftp-file-entry-active-p, ange-ftp-file-entry-not-ignored-p):
7315         Update to new calling mode.
7317         * progmodes/ebrowse.el (ebrowse-symbol-regexp): Avoid cl-set-substring.
7318         (ebrowse-hash-table-to-alist): Delete.
7319         (ebrowse-tags-read-name, ebrowse-tags-list-members-in-file)
7320         (ebrowse-tags-complete-symbol): Use the hashtable for completion.
7322         * textmodes/sgml-mode.el (sgml-quote): Use narrowing.
7323         Improve the regexp used when unquoting.
7324         (sgml-pretty-print): New function.
7325         (sgml-get-context): Better handling of improperly nested tags.
7326         (sgml-show-context): Don't use the FULL arg of sgml-get-context.
7328 2002-07-13  Andreas Schwab  <schwab@suse.de>
7330         * mail/mailabbrev.el (mail-abbrev-make-syntax-table): Check the
7331         inherited table entry.
7333 2002-07-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
7335         * calendar/timeclock.el (timeclock-in): Handle the case where no
7336         log file exists (ie the very first call).
7338 2002-07-13  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7340         * net/ange-ftp.el: Do not hook into file-name-handler-alist, this
7341         is done by Tramp.
7343         * net/tramp.el (tramp-multi-file-name-structure-unified):
7344         Add missing slash and move colon from start to end of each hop.
7345         (tramp-multi-file-name-hop-structure-unified): Move colon from
7346         start to end of each hop.
7348 2002-07-13  Kim F. Storm  <storm@cua.dk>
7350         * progmodes/compile.el (grep-tree): Fixed autoload.
7351         Corrected use of undefined variable `match-files-aliases'.
7353 2002-07-12  Glenn Morris  <gmorris@ast.cam.ac.uk>
7355         * calendar/timeclock.el (timeclock-get-workday-function):
7356         `timeclock-workday' is not a valid option, rather a possible
7357         return value.
7359 2002-07-12  Richard M. Stallman  <rms@gnu.org>
7361         * net/ange-ftp.el (ange-ftp-write-region):
7362         Don't bind executing-kbd-macro; instead, pass non-nil VISIT arg
7363         to ange-ftp-real-write-region.
7365         * replace.el (flush-lines, keep-lines): Convert REND to a marker.
7367         * help-fns.el (help-with-tutorial): Display completion list right away.
7369         * ediff-ptch.el (ediff-test-patch-utility): Catch error and return nil.
7371         * startup.el (command-line): Set memory-signal-data.
7372         (fancy-splash-text, normal-splash-screen):
7373         Mention "Read the Emacs Manual" or C-h r.
7374         Rearrange the initial help to put the help cmds on left
7375         and the actions (exit, undo) on the right.  Other small
7376         text clarifications.
7377         (fancy-splash-text, actions page): Add blank line to balance help page.
7379         * help.el (help-map): Add binding for info-emacs-manual.
7380         (print-help-return-message): Doc fix.
7382         * strokes.el (strokes-help): Call print-help-return-message
7383         while inside with-output-to-temp-buffer.
7385         * info.el (info-emacs-manual): New function.
7386         (Info-use-header-line): Doc fix.
7388         * emacs-lisp/cl.el (multiple-value-call): Add alias.
7390         * progmodes/compile.el (compilation-normalize-filename):
7391         New subroutine, taken out of compilation-parse-errors.
7392         (compilation-parse-errors): Use that, and for directories too.
7393         Don't check whether a directory really exists.
7395 2002-07-12  Juanma Barranquero  <lektu@terra.es>
7397         * help-fns.el (describe-variable): Remove useless "Documentation:"
7398         string.
7400         * timer.el (timer-set-time-with-usecs): Fix documentation.
7401         Simplify extraction of time data.
7403 2002-07-12  John Paul Wallington  <jpw@shootybangbang.com>
7405         * help-fns.el (describe-variable): Mention if the variable is an
7406         alias.  Put `defvaralias' info before the documentation.
7408 2002-07-12  Kenichi Handa  <handa@etl.go.jp>
7410         * international/mule-cmds.el (locale-language-names): Change "mk"
7411         (Macedoninan), "ru" (Russian), and "sp" (Serbian with Cyrillic
7412         alphabet) to "Cyrillic-ISO".
7414 2002-07-11  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7416         * net/tramp.el (tramp-default-method): New default method "sm"
7417         which I guess to be good for most people.
7418         (tramp-default-method-alist): Use "ftp" method (ie, forwarding to
7419         Ange-FTP) for some user/host combinations.
7420         (tramp-file-name-structure, tramp-file-name-regexp)
7421         (tramp-make-tramp-file-format, tramp-make-tramp-file-user-nil-format)
7422         (tramp-multi-file-name-structure, tramp-multi-file-name-hop-structure)
7423         (tramp-make-multi-tramp-file-format): New default value which
7424         unifies the filename syntax between Tramp and Ange-FTP.  The new
7425         syntax is "/method:user@host:path".  Note the colon after the method.
7426         (tramp-handle-file-name-directory): Don't return "/" when
7427         completing a remote root directory (where the filename looks like
7428         "/method:user@host:/").
7429         (tramp-handle-ange-ftp): Deleted.
7430         (tramp-disable-ange-ftp): New function, called at toplevel,
7431         deletes Ange-FTP from file-name-handler-alist.
7432         (tramp-handle-make-symbolic-link): Implement.
7434 2002-07-10  Juanma Barranquero  <lektu@terra.es>
7436         * ido.el (ido-enter-single-matching-directory): Delete leftover comment.
7438         * speedbar.el (speedbar-tag-hierarchy-method): Fix typos.
7439         (speedbar-vc-do-check): Likewise.
7440         (speedbar-obj-do-check): Likewise.
7441         (speedbar-mouse-hscroll): Likewise.
7442         (speedbar-file-lists): Likewise.
7444         * emacs-lisp/authors.el (authors-obsolete-file-p): Fix typo.
7446 2002-07-09  Ole Aamot  <ole@gnu.org>
7448         * compile.el (compilation-error-regexp-alist):
7449         Recognize Valgrind messages.
7451 2002-07-09  Juanma Barranquero  <lektu@terra.es>
7453         * faces.el (face-id): Fix typo.
7455         * hexl.el (hexl-mode): Likewise.
7457         * progmodes/idlw-shell.el (idlwave-shell-set-bp): Likewise.
7459         * progmodes/ebnf-yac.el (ebnf-yac-error): Likewise.
7461         * speedbar.el (speedbar-make-specialized-keymap): Fix docstring.
7462         (speedbar-desired-buffer): Likewise.
7463         (speedbar-line-file): Likewise.
7464         (speedbar-special-mode-key-map): Fix typo.
7465         (speedbar-dynamic-tags-function-list): Likewise.
7466         (speedbar-use-images): Likewise.
7467         (speedbar-up-directory): Likewise.
7468         (speedbar-item-info): Likewise.
7469         (speedbar-set-timer): Likewise.
7470         (speedbar-insert-button): Likewise.
7471         (speedbar-make-button): Likewise.
7472         (speedbar-make-tag-line): Likewise.
7473         (speedbar-insert-files-at-point): Likewise.
7474         (speedbar-update-special-contents): Likewise.
7475         (speedbar-find-selected-file): Likewise.
7476         (speedbar-add-indicator): Likewise.
7477         (speedbar-do-function-pointer): Likewise.
7478         (speedbar-goto-this-file): Likewise.
7479         (speedbar-line-path): Likewise.
7480         (speedbar-mouse-event-p): Likewise.
7481         (speedbar-dir-follow): Likewise.
7482         (speedbar-tag-find): Likewise.
7483         (speedbar-fetch-etags-command): Likewise.
7484         (speedbar-fetch-etags-arguments): Likewise.
7485         (speedbar-toggle-etags): Likewise.
7486         (speedbar-extract-one-symbol): Likewise.
7487         (speedbar-parse-c-or-c++tag): Likewise.
7488         (speedbar-unhighlight-one-tag-line): Likewise.
7489         (speedbar-directory-face): Likewise.
7490         (defimage-speedbar): Likewise.
7491         (speedbar-convert-emacs21-imagespec-to-xemacs): Likewise.
7492         (defimage-speedbar): Likewise.
7494 2002-07-09  Miles Bader  <miles@gnu.org>
7496         * hexl.el (hexl-find-file): Bind `completion-ignored-extensions'
7497         to nil when prompting for a filename.
7499 2002-07-09  Kenichi Handa  <handa@etl.go.jp>
7501         * files.el (insert-directory): Be sure to bind
7502         coding-system-for-write to the just decided coding-system-for-read.
7504 2002-07-09  Kim F. Storm  <storm@cua.dk>
7506         * ido.el (ido-make-merged-file-list): Move fully matching item to
7507         head of list.
7508         (ido-find-common-substring): Return substring instead of t.
7510 2002-07-08  Juanma Barranquero  <lektu@terra.es>
7512         * info.el (Info-directory-list): Fix docstring.
7514 2002-07-08  Miles Bader  <miles@gnu.org>
7516         * comint.el (comint-dynamic-list-completions): Sort COMPLETIONS
7517         before first use.
7519 2002-07-08  Kim F. Storm  <storm@cua.dk>
7521         * files.el (after-find-file): Don't check for read-only status
7522         of files just created (and not yet saved on disk).
7524         * ido.el (ido-completion-help): Changed xemacs specific code to
7525         avoid byte compiler warning in GNU emacs.
7526         (ido-set-matches1): Use regexp-quote instead of identity.
7527         (ido-complete-space): New function.
7528         (ido-define-mode-map): Bind it to SPACE.
7530 2002-07-07  Stefan Monnier  <monnier@cs.yale.edu>
7532         * font-lock.el (font-lock-default-unfontify-region):
7533         Use remove-list-of-text-properties.
7534         (font-lock-extra-managed-props): Doc fix.
7536         * facemenu.el: Move `provide' to the end.
7537         (facemenu-read-color): Don't cons unnecessarily.
7539         * language/ind-util.el (indian-make-hash):
7540         * language/devan-util.el (dev-char-glyph-hash, dev-glyph-glyph-hash)
7541         (dev-glyph-glyph-2-hash): Switch makehash -> make-hash-table.
7543         * subr.el (insert-string): Update the obsolete info.
7544         (makehash): Move from C and mark obsolete.
7546         * emacs-lisp/debug.el (debug-on-entry): Fix the wrapper used for
7547         aliases to also work for interactive functions.
7548         Use the same wrapper for subroutines.
7549         (cancel-debug-on-entry): Get rid of the now-useless wrapper.
7550         (debug-on-entry-1): Correctly skip docstrings and interactive forms.
7552         * textmodes/texinfo.el (texinfo-font-lock-keywords): Disable the
7553         automatic environment name update.
7554         (texinfo-clone-environment): Fix it not to incorrectly match prefixes.
7556 2002-07-07  Richard M. Stallman  <rms@gnu.org>
7558         * emacs-lisp/easymenu.el (easy-menu-popup-menu): Function deleted.
7560         * emacs-lisp/advice.el (ad-compile-function):
7561         Disable cl-function warnings if cl is loaded.
7563         * files.el (safe-local-eval-forms): New user option.
7564         (hack-one-local-variable-eval-safep): Support it.
7565         Also allow `safe-local-eval-function' property to be a function
7566         or a list of functions.
7567         (c-add-style): Delete `safe-local-eval-function' property.
7569         * files.el (after-find-file): Make buffer read-only if file is
7570         marked that way, even for root.
7572         * files.el (save-some-buffers): Doc fix.
7574         * bindings.el (completion-ignored-extensions): Add .gmo and .mo.
7576 2002-07-06  Francesco Potort\e,Al\e(B  <pot@gnu.org>
7578         * dos-w32.el (file-name-buffer-file-type-alist): Add knowledge of
7579         .sx[dmicw] file suffixes for Open office data files.
7581         * files.el (auto-mode-alist): Likewise.
7583         * international/mule.el (auto-coding-alist): Likewise.
7585 2002-07-05  Kim F. Storm  <storm@cua.dk>
7587         * emulation/cua-rect.el (cua--rectangle-operation): Don't call
7588         FCT if current column is outside rectangle.
7589         (cua--delete-rectangle): Do nothing if zero width or out of bounds.
7591 2002-07-04  Stefan Monnier  <monnier@cs.yale.edu>
7593         * net/ange-ftp.el: Use add-hook and find-file-hook.
7594         (ange-ftp-parse-netrc): Use run-hooks and find-file-hook.
7595         (ange-ftp-ls-parser): Make it into a function.
7596         Ignore trailing @ in symlink targets.
7597         (ange-ftp-file-entry-p): Ignore FTP errors.
7598         (ange-ftp-insert-directory): Use ange-ftp-expand-symlink
7599         to correctly expand "/flint:/bla -> ./etc" to /flint:/etc.
7601 2002-07-04  Per Abrahamsen  <abraham@dina.kvl.dk>
7603         * simple.el (toggle-truncate-lines): New command.
7605 2002-07-04  Miles Bader  <miles@gnu.org>
7607         * comint.el (comint-displayed-dynamic-completions): New variable.
7608         (comint-dynamic-list-completions): Be more careful about choosing
7609         when to scroll an existing completions window.
7611 2002-07-03  Andreas Schwab  <schwab@suse.de>
7613         * net/tramp.el (tramp-handle-ange-ftp): Move interactive spec
7614         after doc string.
7616 2002-07-03  Juanma Barranquero  <lektu@terra.es>
7618         * net/tramp.el (tramp-send-eof): Fix typo.
7619         (tramp-kill-process): Likewise.
7621         * play/dunnet.el (dun-physobj-desc): Likewise.
7623         * textmodes/reftex-vars.el (reftex-label-alist): Likewise.
7625         * calendar/timeclock.el (timeclock-workday-remaining): Likewise.
7626         (timeclock-workday-elapsed): Likewise.
7628         * allout.el (outline-goto-prefix): Likewise.
7630         * emulation/tpu-edt.el (tpu-delete-to-eol): Likewise.
7631         (tpu-delete-to-bol): Likewise.
7633         * subr.el (chars-in-region): Add obsolescence declaration for
7634         `chars-in-region'.
7636 2002-07-03  Miles Bader  <miles@gnu.org>
7638         * faces.el (header-line): Don't use a `common' clause for
7639         inheriting from the mode-line face, since we can't override it,
7640         and we don't want it for ttys.
7642 2002-07-02  Richard M. Stallman  <rms@gnu.org>
7644         * net/ange-ftp.el (ange-ftp-hook-function): Add file-remote-p prop.
7646         * files.el (hack-one-local-variable-constantp): New function.
7647         (hack-one-local-variable-eval-safep): New function.
7648         Check for `eval:' calling fn with `safe-local-eval-function' property.
7649         (hack-one-local-variable): Use hack-one-local-variable-eval-safep.
7650         (c-add-style, c-set-style): Add safe-local-eval-function property.
7652         * files.el (insert-directory): Handle --dired option to ls.
7654         * files.el (file-remote-p): New function.
7656         * emacs-lisp/easymenu.el (easy-menu-popup-menu): New function.
7658         * startup.el (fancy-splash-screens): Switch to a chosen frame.
7659         (fancy-splash-frame): Choose the right frame to use.
7660         (use-fancy-splash-screens-p): Check dimensions of the right frame
7661         in order to decide.
7663         * emacs-lisp/bytecomp.el (byte-compile-warning-types):
7664         Rename cl-func to cl-functions.  Enable it by default.
7665         (byte-compile-file-form-eval-boundary): Turn off cl-functions warnings
7666         if the file loads cl.
7667         (byte-compile-initial-macro-environment): For eval-and-compile,
7668         use byte-compile-eval-before-compile to eval.
7669         (byte-compile-eval-before-compile): New function to turn off
7670         cl-functions when appropriate, for eval-and-compile.
7671         (byte-compile-warnings): Doc fix.
7673 2002-07-02  Dave Love  <fx@gnu.org>
7675         * emacs-lisp/bytecomp.el (byte-compile-warnings): Add cl-func option.
7676         (byte-compile-cl-warn): New function.
7677         (byte-compile-form): Use it, to warn about calling cl functions.
7678         (byte-compile-warning-types): Doc fix.
7680 2002-07-02  Juanma Barranquero  <lektu@terra.es>
7682         * mail/rmailsum.el (rmail-user-mail-address-regexp): Fix typo.
7684         * textmodes/reftex-cite.el (reftex-citation): Fix typo.
7686         * progmodes/cperl-mode.el (cperl-break-one-line-blocks-when-indent):
7687         Fix typo.
7689 2002-07-02  Kim F. Storm  <storm@cua.dk>
7691         * emacs-lisp/bindat.el: New file.
7693 2002-07-01  Sam Steingold  <sds@gnu.org>
7695         * textmodes/tex-mode.el (tex-file): Call `save-some-buffers'
7696         before `tex-main-file' because if the current buffer is new, its
7697         file might not exist yet, and then `tex-main-file' will
7698         incorrectly return "foo.tex.tex".
7700 2002-07-01  Juanma Barranquero  <lektu@terra.es>
7702         * ido.el (ido-minibuffer-setup-hook): Doc fix.
7704 2002-07-01  Dave Love  <fx@gnu.org>
7706         Make strokes a proper minor mode, and don't try to overload
7707         mouse-2, which doesn't work satisfactorily.
7709         * strokes.el: Doc fixes.
7710         (strokes-mode): Defcustom deleted; replaced by minor mode def with
7711         re-written function.
7712         (strokes-while-inhibiting-garbage-collector): Comment out.
7713         (define-stroke, strokes-fix-button2-command, strokes-insinuated)
7714         (strokes-insinuate, global-set-stroke, describe-stroke)
7715         (load-user-strokes, save-strokes, strokes-bug-address)
7716         (strokes-click-command): Deleted.
7717         (strokes-execute-stroke): Remove strokes-click-p case.
7718         (strokes-describe-stroke): Remove strokes-click-p stuff.
7719         (strokes-help): Fix.
7720         (strokes-report-bug): Alias to report-emacs-bug.
7721         (strokes-prompt-user-save-strokes): Modify format of the file.
7722         (strokes-mode-map, strokes-unload-hook): New.
7723         (strokes-buffer-name): Don't customize.
7725 2002-07-01  Richard M. Stallman  <rms@gnu.org>
7727         * info.el (Info-index): Get immediate error if used in `dir'.
7729         * textmodes/picture.el (picture-forward-column)
7730         (picture-move-down): Never deactivate the mark.
7732 2002-06-30  Simon Josefsson  <jas@extundo.com>
7734         * menu-bar.el (menu-bar-options-menu): Move elisp mode names from
7735         menu entry into balloon help.
7737 2002-06-30  Andreas Schwab  <schwab@suse.de>
7739         * files.el (directory-free-space-args): Don't use `-P' on Darwin.
7740         * term/mac-win.el: Don't set it here.
7742 2002-06-29  Stefan Monnier  <monnier@cs.yale.edu>
7744         * pcvs-defs.el (cvs-mode-map): Bind ! to `force'.
7746 2002-06-29  Andreas Schwab  <schwab@suse.de>
7748         * term/mac-win.el: Use directory-free-space-program instead of
7749         obsolete variable dired-free-space-program.  On Darwin, don't set
7750         directory-free-space-program, shell-file-name and
7751         process-connection-type; set directory-free-space-args to not
7752         include `-P' and use utf-8 for file name coding system.
7754         * simple.el (shell-command-on-region): Handle errors and signals
7755         from shell command execution.
7756         (display-message-or-buffer): Fix last change.
7757         (shell-command-default-error-buffer): Doc fix.
7759         * dired.el (dired-view-file): Quote file name for
7760         dired-run-shell-command.
7762 2002-06-29  Kim F. Storm  <storm@cua.dk>
7764         * kmacro.el: New file.
7766 2002-06-28  John Wiegley  <johnw@gnu.org>
7768         * pcmpl-cvs.el: Added my name as the maintainer of this file.
7770 2002-06-28  Andreas Schwab  <schwab@suse.de>
7772         * shell.el (explicit-bash-args): New user option.
7774 2002-06-28  Kim F. Storm  <storm@cua.dk>
7776         * ido.el: New file.
7778 2002-06-28  Stefan Monnier  <monnier@cs.yale.edu>
7780         * derived.el (define-derived-mode): Preserve the `mode-class' rather
7781         than the `special' symbol property.
7782         (derived-mode-class): Make it obsolete.
7784 2002-06-27  Andreas Schwab  <schwab@suse.de>
7786         * net/tramp.el (tramp-handle-ange-ftp): Fix typo.
7788 2002-06-27  Juanma Barranquero  <lektu@terra.es>
7790         * emacs-lisp/bytecomp.el (baud-rate): Fix obsolescence declaration.
7791         (meta-flag): Likewise.
7793         * international/mule-util.el (string-to-sequence): Likewise.
7795         * subr.el (char-bytes): Likewise.
7796         (make-local-hook): Likewise.
7797         (baud-rate): Remove redundant info from docstring.
7799         * faces.el (frame-update-faces): Fix obsolescence declaration.
7800         (internal-get-face): Remove redundant info from docstring and
7801         fix obsolescence declaration.
7803         * rect.el (move-to-column-force): Likewise.
7805         * help-fns.el (describe-function-1): Use semicolon instead of dot.
7806         (describe-variable): Likewise.
7808 2002-06-27  Stefan Monnier  <monnier@cs.yale.edu>
7810         * mwheel.el (mouse-wheel-change-button): Deactivate before changing.
7811         (mouse-wheel-up-button, mouse-wheel-down-button): Obsolete.
7812         (mouse-wheel-up-event, mouse-wheel-down-event): New vars.
7813         (mouse-wheel-follow-mouse): Change default to t.
7814         (mwheel-event-button): Return the basic event symbol.
7815         (mwheel-scroll): Work with non-mouse events.
7816         (mouse-wheel-mode): Use the new vars.
7817         (mwheel-install): Obey `uninstall'.
7819         * term/xterm.el (function-key-map): Add some bindings.
7821         * uniquify.el (uniquify-delay-rationalize-file-buffer-names):
7822         Rename from delay-uniquify-rationalize-file-buffer-names.
7823         Only rationalize if the buffer is under uniquify control.
7824         (uniquify-delayed-rationalize-file-buffer-names):
7825         Rename from delayed-uniquify-rationalize-file-buffer-names.
7827 2002-06-27  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7829         * net/tramp.el (tramp-file-name-structure)
7830         (tramp-multi-file-name-hop-structure): Split for easier readability.
7831         (tramp-handle-make-symbolic-link): Use user/host/method/... from
7832         LINKNAME, not FILENAME.
7833         (tramp-handle-verify-visited-file-modtime):
7834         Call tramp-ange-ftp-file-name-p with right parameters.
7835         (tramp-handle-verify-visited-file-modtime): `insert' does not
7836         work for integers, convert them to strings first.
7837         (tramp-handle-ange-ftp): New function to perform setup for
7838         replacing Ange-FTP with Tramp.
7839         (tramp-repair-jka-compr): New function to factor out some
7840         previously top-level code.  Call the function at top-level.
7842 2002-06-27  Juanma Barranquero  <lektu@terra.es>
7844         * composite.el (decompose-composite-char): Fix docstring.
7846         * faces.el (describe-face): Capitalize "not documented" message.
7848         * help-fns.el (describe-variable): Likewise.
7849         (describe-function-1): Likewise. Also, document the obsolescence
7850         of the function, if applicable.
7852 2002-06-26  Juanma Barranquero  <lektu@terra.es>
7854         * info.el (info-menu-5): Fix documentation.
7855         (Info-fontify-maximum-menu-size): Remove reference to `Info-fontify'.
7857 2002-06-26  Richard M. Stallman  <rms@gnu.org>
7859         * emacs-lisp/cl.el (values): Simplify definition.
7861         * simple.el (shell-command): Match & only at end of whole command.
7862         (display-message-or-buffer): Don't use the echo area
7863         if output buffer is visible.
7865         * tooltip.el (tooltip-x-offset, tooltip-y-offset): Doc fixes.
7867         * progmodes/cperl-mode.el: Many trivial doc fixes.
7868         (cperl-non-problems): Definition deleted.
7869         (cperl-menu): Don't refer to cperl-non-problems.
7870         (cperl-word-at-point): Add doc string.
7871         (cperl-beautify-regexp-piece): Fix error message.
7872         (cperl-invert-if-unless): Fix error message.
7874         * dired.el (dired-find-alternate-file): Mark as disabled.
7876 2002-06-25  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7878         * net/tramp.el (tramp-ftp-method): New user option.
7879         (tramp-invoke-ange-ftp): New function to forward calls to Ange-FTP.
7880         (with-parsed-tramp-file-name): New macro for the usual big `let'
7881         statement to dissect a file-name.
7882         (tramp-handle-make-symbolic-link, tramp-handle-load)
7883         (tramp-handle-file-name-directory)
7884         (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
7885         (tramp-handle-file-truename, tramp-handle-file-directory-p)
7886         (tramp-handle-file-regular-p, tramp-handle-file-symlink-p)
7887         (tramp-handle-file-writable-p, tramp-handle-file-writable-p):
7888         Use the new macro and forward call to Ange-FTP if applicable.
7889         (tramp-make-ange-ftp-file-name): New helper function to convert a
7890         file name into an Ange-FTP file name, used by `tramp-invoke-ange-ftp'.
7891         (tramp-default-method-alist): New user option.
7892         (tramp-find-default-method): Use it.
7893         (tramp-sh-extra-args): New variable.
7894         (tramp-find-shell): Use it.
7895         (tramp-open-connection-rsh): Support a kludgy feature for the
7896         "-p" option to ssh.  If host name is given as "host#42", uses the
7897         "-p 42" option.
7899 2002-06-25  Andreas Schwab  <schwab@suse.de>
7901         * replace.el (occur-1): Avoid invalid message format string.
7903 2002-06-24  Stefan Monnier  <monnier@cs.yale.edu>
7905         * emacs-lisp/bytecomp.el (byte-compile-callargs-warn):
7906         Check for `noruntime' even if the function has a known sig.
7907         (byte-compile-file, byte-compile-output-docform):
7908         Don't hard code point-min = 1.
7910         * pcvs.el (cvs-parse-process): Don't save/restore point.
7911         Fix last change not to introduce spurious dir FIs.
7912         (cvs-move-to-goal-column): New function extracted from
7913         cvs-mode-previous-line.
7914         (cvs-mode-previous-line, cvs-mode-next-line): Use it.
7915         (cvs-addto-collection): Use it to preserve point.
7916         (cvs-vc-command-advice): Ad-hoc workaround for `cvs -q add'.
7918         * mwheel.el (mouse-wheel-scroll-amount,mwheel-scroll,mouse-wheel-mode):
7919         Don't require the first element to be modifier-free.
7921         * pcvs-parse.el (cvs-parse-table):
7922         Handle `nothing known about' with more care.
7924         * pcvs.el (cvs-fileinfo-kill): Remove.
7925         (cvs-parse-process): Add `old-fis' argument.
7926         (cvs-mode-run): Use it instead of cvs-fileinfo-kill.
7928         * descr-text.el (describe-property-list): Make sure there's
7929         a space between the property name and its value.
7930         (describe-text-properties): Don't kill a pre-existing buffer.
7932         * mwheel.el: Undo last patch from Stephen Gildea for now.
7934 2002-06-24  Kim F. Storm  <storm@cua.dk>
7936         * emulation/keypad.el: Added :require 'keypad to defcustoms.
7938 2002-06-23  Stefan Monnier  <monnier@cs.yale.edu>
7940         * subr.el (event-start, event-end, event-click-count):
7941         Accept non-mouse events as well.
7942         (read-key): New function.
7943         (read-quoted-char): Use it.  Use this-single-command-raw-keys as well.
7945         * files.el: Rename (and mark as obsolete)
7946         find-file-hooks to find-file-hook,
7947         find-file-not-found-hooks to find-file-not-found-functions,
7948         write-file-hooks to write-file-functions,
7949         write-contents-hooks to write-contents-functions.
7950         Mark local-write-file-hooks as obsolete.
7951         (locate-file-completion): Don't cons uselessly.  Use test-completion.
7952         (basic-save-buffer): Use (point-min) rather than 1.
7953         (basic-save-buffer-2): Obey the `setmodes' returned by backup-buffer.
7955         * help-fns.el (describe-variable): Only use `buffer' is still live.
7956         Use `delete-region' instead of save-excursion + delete-char.
7957         Document the obsolescence of the variable, if applicable.
7959 2002-06-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
7961         * progmodes/f90.el (f90-do-auto-fill): Respect the value of
7962         comment-auto-fill-only-comments.
7964 2002-06-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7966         * net/ange-ftp.el (backup-buffer): Delete `ange-ftp' property.
7967         This is not a handled operation.
7969 2002-06-21  Kim F. Storm  <storm@cua.dk>
7971         * emulation/cua-base.el (cua--prefix-arg): Make register prefixes
7972         work again.  Corrected error in check for C-u initiated prefix.
7974         * emulation/keypad.el (keypad-setup): Handle kp-begin like kp-space.
7976 2002-06-21  Richard M. Stallman  <rms@gnu.org>
7978         * net/browse-url.el (browse-url-at-mouse): Don't pass an arg
7979         to browse-url-at-point.
7981         * play/zone.el (zone-idle): Var deleted.
7983         * international/iso-acc.el (iso-languages) <french>:
7984         `~ ' now generates `~', `~,' definition deleted.
7986         * format.el (format-annotate-function): Copy multibyte flag
7987         and selective-display into the new temp buffer.
7989         * edmacro.el (edmacro-fix-menu-commands):
7990         Discard `help-echo' events.  Handle (menu-bar) events.
7991         Simplify by converting key sequence to a list and then back to vector.
7993 2002-06-21  Stephen Gildea  <gildea@stop.mail-abuse.org>
7995         * mwheel.el: Allow arbitrary keys for scrolling, add a third
7996         scrolling speed, fix an unwind-protect.
7997         (mouse-wheel-scroll-amount): Now a three-element list.
7998         (mouse-wheel-scroll-down-slow, mouse-wheel-scroll-up-slow)
7999         (mouse-wheel-scroll-down-normal, mouse-wheel-scroll-up-normal)
8000         (mouse-wheel-scroll-down-fast, mouse-wheel-scroll-up-fast):
8001         New functions.
8003 2002-06-21  Andreas Schwab  <schwab@suse.de>
8005         * files.el (find-file-read-args): Add new argument `mustmatch' and
8006         pass it down to read-file-name.
8007         (find-file, find-file-other-window, find-file-other-frame)
8008         (find-file-read-only, find-file-read-only-other-window)
8009         (find-file-read-only-other-frame): Use it and fix prompts.
8011 2002-06-21  Stefan Monnier  <monnier@cs.yale.edu>
8013         * pcvs-defs.el (cvs-version): Use cvs-program rather than "cvs".
8015 2002-06-20  Emmanuel Briot  <briot@act-europe.fr>
8017         * progmodes/ada-mode.el: Update copyright notice.
8018         Synchronize with GNAT release 3.15a1.
8019         Do not attempt to load ada-support, which is only for compatibility
8020         with older Emacs versions, and is not needed for Emacs 21.
8021         Fix various calls to count-lines, that didn't work correctly when the
8022         buffer was narrowed.
8023         (ada-continuation-indent): New variable.
8024         (ada-contextual-menu): New entry "List local references", faster than
8025         "List References".
8026         (ada-mode): New alignment rules provided by S. Leake.
8027         Add support for which-function-mode.
8028         (ada-get-current-indent): Fix indentation of named parameter lists and
8029         nested boolean expressions.
8030         (ada-indent-on-previous-lines): Fix indentation of labels.
8031         (ada-search-prev-end-stmt): Fix searching of the previous
8032         end-statement, specially with regards to nested subprograms.
8033         (comment-region advice): Initially disabled, for better compatibility
8034         with other modes.
8035         (ada-fill-comment-paragraph): Fixed (no longer worked with Emacs 21).
8037         * progmodes/ada-xref.el: Update copyright notice.
8038         (ada-xref-create-ali): The default is now not to create automatically
8039         the ALI files by compiling the unit, since this isn't always reliable
8040         and requires an up-to-date project file.
8041         (ada-prj-default-comp-cmd): No longer use gcc directly to compile
8042         a file, but use gnatmake instead, since this gives access to the GNAT
8043         project files.
8044         (ada-xref-search-with-egrep): New variable, suggested by P. Waroquiers.
8045         (ada-load-project-hook): New variable, for support of GNAT
8046         project files.
8047         (ada-update-project-menu): Fix the detection of the project file name.
8048         (ada-add-keymap): Change key binding for ada-find-file, that conflicted
8049         with another binding in ada-mode.el.
8050         (ada-add-menu): New menu "List Local References", to list the reference
8051         to the entity only in the current file, instead of looking in the whole
8052         project.  Much faster.
8053         (ada-find-references): New parameters arg and local-only.
8054         (ada-find-any-references): New parameters local-only and append.
8055         (ada-goto-declaration): Fix handling of predefined entities in xref.
8056         (ada-get-all-references): Updated to the new xref format in GNAT 3.15,
8057         still compatible with GNAT 3.14 of course.  Fix various calls to
8058         count-lines, that didn't work correctly when the buffer was narrowed.
8060         * progmodes/ada-prj.el: Update copyright.
8061         (ada-prj-load-directory): Make sure we do not use one of the new Emacs
8062         21 dialogs to select the file, since we want a directory name only.
8063         (ada-customize): Add support for the new GNAT project files.
8065 2002-06-20  Francesco Potort\e,Al\e(B  <pot@gnu.org>
8067         * progmodes/etags.el (tag-implicit-name-match-p): New function.
8068         (etags-recognize-tags-table): Use it for implicit tag names.
8070 2002-06-20  Miles Bader  <miles@gnu.org>
8072         * comint.el (comint-get-old-input-default): Strip text properties
8073         for fields too.
8075         * comint.el (comint-output-filter): Run output-filter functions
8076         before setting up the prompt.
8078         * international/characters.el: Re-enable code giving word syntax
8079         to certain japanese-jisx0208 characters.
8081 2002-06-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
8083         * progmodes/f90.el (f90-type-def-re): Fix value.
8084         (f90-looking-at-type-like): Adapt for new `f90-type-def-re' value.
8086 2002-06-18  Stefan Monnier  <monnier@cs.yale.edu>
8088         * international/quail.el (quail-help): Don't assume the buffer
8089         is displayed in the same frame.
8091         * emacs-lisp/debug.el (cancel-debug-on-entry):
8092         * emacs-lisp/regexp-opt.el (regexp-opt-group): Don't cons uselessly.
8094         * pcvs.el (cvs-vc-command-advice): Handle the case where args
8095         are passed to `cvs' before the command name.
8096         (cvs-fileinfo-kill): Mark old FIs as up-to-date rather than dead.
8098         * pcvs-info.el (cvs-add-face): Minor rewrite.
8099         (cvs-fileinfo-pp): Use `cvs-goal-column' with directory entries.
8101         * newcomment.el (comment-normalize-vars): Refresh the comment-foo-skip
8102         regexp when they don't match comment-foo any more.
8104 2002-06-18  Juanma Barranquero  <lektu@terra.es>
8106         * filesets.el (filesets-update-pre010505): Fix typo.
8108         * eshell/em-pred.el (eshell-modifier-help-string): Fix typos.
8110         * emulation/edt.el (edt-substitute): Fix typo.
8112         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine): Fix typo.
8114         * comint.el (comint-next-prompt, comint-previous-prompt): Fix typos.
8116         * progmodes/sh-script.el (sh-electric-rparen-needed): Remove.
8118 2002-06-17  Richard M. Stallman  <rms@gnu.org>
8120         * facemenu.el (facemenu-map): Rename to Describe Text
8121         to Describe Properties and use describe-text-properties.
8123         * simple.el (what-cursor-position): Use describe-char.
8125         * descr-text.el (describe-char): Moved from mule-diag.el, renamed
8126         from describe-char-after.  Now calls describe-text-properties.
8127         (describe-property-list): Renamed from describe-text-properties.
8128         (describe-text-properties): Renamed from describe-text-at.
8129         New arg OUTPUT-BUFFER.
8130         (describe-text-properties-1):
8131         New subroutine, broken out from describe-text-properties.
8132         Output a newline before each section of the output.
8134         * international/mule-diag.el (describe-char-after):
8135         Moved to descr-text.el.
8137 2002-06-17  Eli Zaretskii  <eliz@is.elta.co.il>
8139         * international/mule.el (ctext-pre-write-conversion): Fix the values
8140         of FROM and TO if we create a new buffer.
8142 2002-06-17  John Paul Wallington  <jpw@shootybangbang.com>
8144         * comint.el (comint-insert-clicked-input): Insert clicked-on
8145         previous input without properties.
8147 2002-06-16  Andrew Choi  <akochoi@shaw.ca>
8149         * term/mac-win.el (scalable-fonts-allowed): Set to t.
8151 2002-06-15  Colin Walters  <walters@debian.org>
8153         * pcvs-info.el (global-font-lock-mode, font-lock-auto-fontify):
8154         Delete defvars.
8155         (cvs-highlight): Delete.
8156         (cvs-add-face): Use `font-lock-face'.  Always add properties.
8158         * ibuffer.el (ibuffer-movement-cycle): New variable.
8159         (ibuffer-backward-line, ibuffer-forward-line): Use it.
8161 2002-06-15  Richard M. Stallman  <rms@gnu.org>
8163         * emacs-lisp/bytecomp.el (byte-recompile-directory): Doc fix.
8164         (batch-byte-recompile-directory): Undo previous change.
8166         * comint.el (comint-skip-input): New function.
8167         (comint-interrupt-subjob, comint-kill-subjob, comint-quit-subjob)
8168         (comint-stop-subjob): Use comint-skip-input.
8170         * ielm.el (ielm-eval-input): Use error-message-string.
8171         (ielm-format-error, ielm-format-errors): Functions deleted.
8173 2002-06-14  Kim F. Storm  <storm@cua.dk>
8175         * progmodes/compile.el (grep-tree): Doc fixes.
8176         Added SUBDIRS arg for non-interactive use.
8178 2002-06-14  Juanma Barranquero  <lektu@terra.es>
8180         * comint.el (comint-snapshot-last-prompt):
8181         Bind `inhibit-read-only' to t to support read-only prompts.
8182         (comint-output-filter): Likewise.
8184 2002-06-14  Miles Bader  <miles@gnu.org>
8186         * subr.el (copy-tree): Use `nconc' and `nreverse' instead of `nreconc'.
8187         (pop): Move the call to `car' outside the prog1, as the compiler
8188         then generates better code.
8190 2002-06-13  Richard M. Stallman  <rms@gnu.org>
8192         * play/zone.el (zone-timer): New variable holds the idle timer.
8193         (zone): Don't fiddle with the idle timer at all.
8194         (zone-when-idle): Put the idle timer in zone-timer.
8195         If one is already set up, cancel it and make a new one.
8196         (zone-leave-me-alone): Likewise.
8198 2002-06-13  Jason Rumney  <jasonr@gnu.org>
8200         * w32-fns.el (w32-charset-info-alist): Reorder.
8202 2002-06-13  Andreas Schwab  <schwab@suse.de>
8204         * files.el (auto-mode-alist): Move entry for ".in" to the end.
8206 2002-06-13  Miles Bader  <miles@gnu.org>
8208         * comint.el (comint-mode): Don't set `font-lock-defaults'.
8209         (comint-mode-hook): Turn on font-lock by default.
8211 2002-06-12  Karl Fogel  <kfogel@red-bean.com>
8213         * bookmark.el (bookmark-file-or-variation-thereof):
8214         Restore vc-backend check, thanks to Robert Thorpe for noticing.
8216 2002-06-12  Eli Zaretskii  <eliz@is.elta.co.il>
8218         * textmodes/bibtex.el: Change the maintainer to "none".
8220 2002-06-12  Juanma Barranquero  <lektu@terra>
8222         * term/w32-win.el (x-handle-switch): Fix handling of
8223         x-invocation-args for switches with arguments.
8225 2002-06-12  Stefan Monnier  <monnier@cs.yale.edu>
8227         * menu-bar.el (menu-bar-showhide-fringe-menu): Don't use `fringe-mode'
8228         without first making sure it's bound.
8230 2002-06-12  Richard M. Stallman  <rms@gnu.org>
8232         * info.el (Info-fontify-node): Compute header line specially
8233         if node has no next, previous or up links.
8234         Hide the part of the first line that is used in the header.
8235         Use Info-next-link-keymap, etc.
8236         (Info-next-link-keymap, Info-prev-link-keymap)
8237         (Info-up-link-keymap): New variables.
8239         * international/mule-diag.el (describe-char-after): Doc fix.
8241         * view.el (view-mode-enter): Clarify echo area message.
8243         * info.el (Info-select-node): Turn header line on or off here.
8244         (Info-setup-header-line): Function deleted.
8245         (Info-mode): Make Info-header-line local.
8246         (Info-fontify-node): Ignore Info-use-header-line.
8247         Unconditionally compute what the header line should be, and
8248         store it on the `header-line' property of the node's first char.
8249         Bind [header-line down-mouse-1].
8250         Use `keymap' property, not `local-map'.
8251         Bind [mouse-2] for mouse clicks on the node line in the text.
8253         * font-lock.el (font-lock-beginning-of-syntax-function): Doc fix.
8255 2002-06-12  Miles Bader  <miles@gnu.org>
8257         * comint.el (comint-send-input): Properly handle empty and
8258         no-newline input regions.
8260 2002-06-12  Colin Walters  <walters@gnu.org>
8262         * calc/calc.el: Use `when', `unless'.
8263         (calc-trail-mode): Use an italic `font-lock-face'.
8264         (calc-refresh): Ditto.
8266 2002-06-12  Colin Walters  <walters@debian.org>
8268         * font-core.el (font-lock-core-only): Variable deleted.
8269         All uses removed.
8270         (font-lock-set-defaults): Variable alist settings moved back into
8271         font-lock-set-defaults-1.
8272         (turn-on-font-lock-if-enabled): Always turn on font-lock unless it
8273         is specifically excluded by the user.
8275         * font-lock.el (font-lock-set-defaults-1): Set variable alist here.
8277         * help-mode.el (help-mode): Don't set `font-lock-defaults'.
8279         * ibuffer.el (ibuffer-mode): Don't set `font-lock-defaults'.
8281         * info.el (Info-mode): Don't set `font-lock-defaults'.
8283         * replace.el (occur-mode): Don't set `font-lock-defaults'.
8285         * help-mode.el (help-highlight-p, help-highlight-face):
8286         Variable was unused; delete.
8287         (help-make-xrefs): Doc fix.
8289 2002-06-11  Richard M. Stallman  <rms@gnu.org>
8291         * format.el (format-alist): Document new element PRESERVE.
8292         (format-write-file): Implement PRESERVE elt for a format.
8294         * files.el (make-auto-save-file-name): Rename local `filename' to
8295         `file-name'.
8297 2002-06-10  Richard M. Stallman  <rms@gnu.org>
8299         * progmodes/ebrowse.el (ebrowse-draw-tree-fn): Use copy-sequence.
8300         (ebrowse-copy-list): Function deleted.
8302         * eshell/em-unix.el (eshell/diff): Use copy-sequence.
8304         * eshell/esh-mode.el (eshell-mode, eshell-mode): Use copy-sequence.
8306         * eshell/esh-util.el (eshell-copy-list): Function deleted.
8307         (eshell-sublist): Use copy-sequence.
8308         (eshell-copy-tree): Make it an alias for copy-tree.
8310         * emacs-lisp/cl.el (copy-list): Moved back from subr.el.
8312         * subr.el (copy-list): Moved to cl.el.
8313         (copy-tree): Don't use copy-list or cl-pop.
8315 2002-06-10  Miles Bader  <miles@gnu.org>
8317         Make comint use text properties for highlighting instead of overlays:
8318         * comint.el (comint-last-output-overlay): Variable removed.
8319         (comint-send-input, comint-output-filter): Use text properties
8320         instead of overlays.
8321         (comint-insert-clicked-input): Rewrite to work with text
8322         properties as well as overlays
8323         (comint-snapshot-last-prompt): Snapshot using text properties.
8324         (comint-get-old-input-default, comint-extract-string): Don't copy
8325         text properties.
8327         * simple.el (line-move-finish): Inhibit field motion when
8328         computing `line-end'.
8330         * files.el (revert-buffer): Correct typo: variable name is
8331         `buffer-file-format', not `buffer-file-formats'.
8333         * comint.el (comint-send-input, comint-output-filter): Use the
8334         `font-lock-face' property instead of `face'.  Don't check the
8335         highlight-enabling variables anymore.
8336         (comint-highlight-input, comint-highlight-prompt): Variables removed.
8338         * faces.el (display-supports-face-attributes-p): New function.
8339         (face-spec-set-match-display): Support `supports' predicate.
8340         (italic): Try underlining for displays that don't support real italics.
8341         * cus-edit.el (custom-display): Add support for `supports' predicate.
8342         * term/tty-colors.el (color-name-rgb-alist): Use 16-bit RGB values
8343         instead of 8-bit, for consistency with the rest of emacs.
8344         (tty-color-canonicalize): Only copy COLOR if we need to change it.
8345         (tty-color-approximate): Scale values from `color-name-rgb-alist'
8346         appropriately.  Return the whole color description, rather than
8347         just the RGB values.
8348         (tty-color-standard-values): New function.  Code mostly taken from
8349         `tty-color-translate'.
8350         (tty-color-translate, tty-color-values): Use `tty-color-desc' to
8351         do all the work.
8352         (tty-color-desc): Do color lookup here instead of calling
8353         `tty-color-translate' and `tty-color-by-index'; this is now the
8354         main place to do it.
8356 2002-06-09  Martin Stjernholm  <bug-cc-mode@gnu.org>
8358         * progmodes/cc-style.el (c-set-style, c-set-style-1):
8359         Add another state for the `dont-override' flag where it only keeps
8360         globally set variables.
8362 2002-06-08  Colin Walters  <walters@gnu.org>
8364         * descr-text.el (describe-text-properties): Sort the output by the
8365         size of the values.  Put `font-lock-face' property on property names.
8366         (toplevel): Provide `descr-text'.
8368         * international/mule-diag.el (describe-char-after): When there are
8369         text properties, require `descr-text', and just call
8370         `describe-text-properties'.
8372         * international/mule.el (sgml-html-meta-auto-coding-function):
8373         New function.
8374         (auto-coding-from-file-contents): Delete; merge functionality into
8375         `set-auto-coding'.
8376         (set-auto-coding): Move tests from `auto-coding-functions' so that
8377         they have a lower priority than coding: tags.
8378         Put `auto-coding-regexp-alist' tests before coding: tag tests.
8379         (sgml-xml-auto-coding-function): Simply `intern' the match, and
8380         test if it's a valid coding system.
8381         (auto-coding-functions): Add `sgml-html-meta-auto-coding-function'.
8383 2002-06-08  Colin Walters  <walters@verbum.org>
8385         * subr.el (copy-list): Moved here from cl.el.
8386         (copy-tree): Renamed here from `cl-copy-tree' in cl-extra.el.
8388         * emacs-lisp/cl-extra.el (cl-copy-tree): Moved to `copy-tree' in
8389         subr.el.  Add a defalias with the old name.
8391         * emacs-lisp/cl.el (copy-list): Moved to subr.el.
8393         * replace.el (occur-mode): Don't set up categories.  Do set
8394         `font-lock-defaults', and be sure to set `font-lock-core-only'.
8395         (occur-1): Pass `list-matching-lines-face' and
8396         `list-matching-lines-buffer-name-face'.
8397         (occur-engine): Use `font-lock-face' instead of categories.
8399         * info.el (Info-mode): Don't set up categories.  Do set
8400         `font-lock-defaults', and be sure to set `font-lock-core-only'.
8401         (Info-fontify-menu-headers): Use `font-lock-face' instead of
8402         categories.
8403         (Info-fontify-node): Ditto.
8405         * ibuffer.el (ibuffer-category-alist): Delete.
8406         (ibuffer-get-category): Delete.
8407         (ibuffer-compile-make-eliding-form): Use `font-lock-face' instead
8408         of categories.
8409         (ibuffer-compile-format): Don't treat `name' category specially.
8410         (ibuffer-column name): Use `font-lock-face'.
8411         (filename-and-process): Ditto.
8412         (ibuffer-buffer-name-category): Renamed to
8413         `ibuffer-buffer-name-face'.  Don't use categories.
8414         (ibuffer-update-title-and-summary): Use `font-lock-face'.
8415         (ibuffer-insert-filter-group): Ditto.
8416         (ibuffer-mode): Don't set up categories.  Do set
8417         `font-lock-defaults', and be sure to set `font-lock-core-only'.
8418         (ibuffer-compile-format): Don't pass third argument
8419         to column functions.
8420         (filename-and-process): Ditto.
8422         * ibuf-macs.el (define-ibuffer-column): Don't create a third
8423         argument for the generated function.
8425         * font-core.el (font-lock-category-alist): Delete.
8426         (turn-on-font-lock-if-enabled): Don't use it.
8427         (font-lock-symbol-category-alist): Delete.
8428         (font-lock-default-function): Use new `char-property-alias-alist'
8429         to make `font-lock-face' an alias for `face' when font-lock mode
8430         is enabled.
8431         (font-lock-core-only): New variable.
8432         (font-lock-set-defaults): Use it.
8434 2002-06-08  Richard M. Stallman  <rms@gnu.org>
8436         * files.el (find-file-noselect-1): Undo previous change.
8438         * bookmark.el (bookmark-file-or-variation-thereof): Doc fix.
8440 2002-06-07  Karl Fogel  <kfogel@red-bean.com>
8442         * bookmark.el (bookmark-file-or-variation-thereof): Just use
8443         Info-suffix-list, as suggested by Stefan Monnier.
8445 2002-06-05  Eli Zaretskii  <eliz@is.elta.co.il>
8447         * select.el (xselect-convert-to-string): If VALUE is a string,
8448         return a cons of TYPE and the string.
8450 2002-06-05  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
8452         * language/cyrillic.el (cyrillic-alternativnyj-decode-table):
8453         Fix the table to contain correct characters.
8455 2002-06-04  Richard M. Stallman  <rms@gnu.org>
8457         * simple.el: Don't require cl.
8459 2002-06-03  Richard M. Stallman  <rms@gnu.org>
8461         * dired.el (dired-do-shell-command): Doc fix in autoload.
8463         * info.el (Info-extract-pointer): Ignore Info-header-line.
8465         * progmodes/cc-mode.el (c-postprocess-file-styles):
8466         Do nothing except in CC modes.
8468         * international/mule-cmds.el (select-safe-coding-system):
8469         When computing auto-cs, narrow to FROM...TO.
8470         Put save-excursion outside save-restriction.
8471         New arg FILE; use that for set-auto-coding.
8473 2002-06-01  Richard M. Stallman  <rms@gnu.org>
8475         * simple.el (choose-completion-string-functions): Doc fix.
8476         (choose-completion-string): Add doc string.
8478 2002-06-01  Kim F. Storm  <storm@cua.dk>
8480         * simple.el: Reworked previous change.
8481         (choose-completion-string1): Merged back into choose-completion-string.
8482         (choose-completion-string): Run choose-completion-string-functions
8483         after checking for proper minibuffer window.  Added mini-p arg to
8484         the hook functions.  Insert choice if all hook functions return nil.
8485         (choose-completion-string-functions): Doc update.
8487 2002-06-01  Sam Steingold  <sds@gnu.org>
8489         * files.el (auto-mode-alist): Strip trailing ".in" from the file
8490         name when deciding the mode (for config.h.in, Makefile.in etc).
8492 2002-06-01  Thien-Thi Nguyen  <ttn@gnu.org>
8494         * progmodes/prolog.el (prolog-mode-syntax-table): Add flags to
8495         ?/ and ?* entries to support /* */ style comments.
8496         (prolog-font-lock-keywords): New var.
8497         (prolog-mode): Enable font-locking; set `font-lock-defaults'.
8499 2002-06-01  Kim F. Storm  <storm@cua.dk>
8501         * simple.el (choose-completion-string-functions): New special hook.
8502         (choose-completion-string1): Renamed from choose-completion-string.
8503         (choose-completion-string): Run choose-completion-string-functions
8504         until success, and only call choose-completion-string1 if it fails.
8506 2002-05-31  Stefan Monnier  <monnier@cs.yale.edu>
8508         * textmodes/ispell.el (autoloaded toplevel): Don't use
8509         ispell-library-directory without checking that it's bound.
8511 2002-05-31  Kim F. Storm  <storm@cua.dk>
8513         * emulation/cua-base.el (cua--last-deleted-region-pos)
8514         (cua--last-deleted-region-text): New aux variables.
8515         (cua-delete-region): Set them.
8516         (cua-repeat-replace-region): Use them to find the replacement text.
8518 2002-05-31  Juanma Barranquero  <lektu@terra.es>
8520         * emulation/viper-cmd.el (viper-smart-suffix-list, viper-ask-level):
8521         Fix typos.
8523 2002-05-31  Kim F. Storm  <storm@cua.dk>
8525         * progmodes/compile.el (grep-tree-command, grep-tree-files-aliases)
8526         (grep-tree-ignore-CVS-directories, grep-tree-ignore-case):
8527         New custom variables.
8528         (grep-compute-defaults): Compute grep-tree-command's default value.
8529         (grep-expand-command-macros): New aux function.
8530         (grep-tree-last-regexp, grep-tree-last-files): New aux variables.
8531         (grep-tree): New command like grep-find but extended prompting.
8533 2002-05-30  Richard M. Stallman  <rms@gnu.org>
8535         * files.el (find-file-default): Add defvar for var already used.
8537         * menu-bar.el (menu-bar-showhide-fringe-menu): Use defvar.
8539         * subr.el (open-network-stream, open-network-stream-nowait)
8540         (open-network-stream-server, process-kill-without-query):
8541         Moved from simple.el.
8543         * simple.el (open-network-stream, open-network-stream-nowait)
8544         (open-network-stream-server, process-kill-without-query):
8545         Moved to subr.el.
8547         * simple.el (byte-compiling-files-p): Function deleted.
8549         * textmodes/ispell.el (ispell-library-directory): Renamed from
8550         ispell-library-path.  If Ispell is not installed, init to nil.
8551         (check-ispell-version): Doc fix.
8552         (ispell-menu-map): Get rid of byte-compiling-files-p hackery;
8553         initialize this unconditionally when ispell-menu-map-needed is t.
8554         Local `path' renamed to `dir'.
8556 2002-05-30  Miles Bader  <miles@gnu.org>
8558         * calc/calc.el (calc-show-banner): New variable.
8559         (calc-refresh): Only show banner if `calc-show-banner' is non-nil.
8560         (calc-mode-var-list): Add `calc-show-banner'.
8561         * calc/calc-ext.el (calc-init-extensions): Add binding for `d@'.
8562         (calc-toggle-banner): New function.
8563         * calc/calc-help.el (calc-d-prefix-help): Add `@'.
8565 2002-05-29  Richard M. Stallman  <rms@gnu.org>
8567         * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
8568         When recognizing a def... construct, make that indentation
8569         tentative, so that it can be overridden if the list in question
8570         is not actually an expression.
8571         (common-lisp-indent-call-method): New subroutine.
8573         * emacs-lisp/bytecomp.el (batch-byte-compile-file):
8574         Delete the output file if we get a file-error.
8576         * tooltip.el (tooltip-mouse-motions-active): New variable.
8577         (tooltip-activate-mouse-motions): Don't kill track-mouse local
8578         if it was not made by us.
8580         * mouse.el (mouse-set-font): Avoid misleading error message
8581         if user makes no selection.
8583         * info.el (Info-setup-header-line): Don't hide the links line.
8585         * files.el (find-file-noselect-1): Return the buffer we created
8586         even if it has been killed within `after-find-file'.
8588         * files.el (auto-mode-alist): Use ada-mode for .ad[bs].dg files.
8590 2002-05-29  Kim F. Storm  <storm@cua.dk>
8592         * simple.el (open-network-stream-server): Pass on optional args
8593         sentinel and filter to make-network-process (from Luke Gorrie).
8595 2002-05-28  Colin Walters  <walters@gnu.org>
8597         * textmodes/sgml-mode.el (xml-mode): New alias for `sgml-mode'.
8599         * emacs-lisp/bytecomp.el (byte-compile-last-line): Deleted.
8600         (byte-compile-delete-first): New function.
8601         (byte-compile-read-position): New variable.
8602         (byte-compile-last-position): New variable.
8603         (byte-compile-current-buffer): New variable.
8604         (byte-compile-log-1): Use it.
8605         (byte-compile-set-symbol-position): New function.
8606         (byte-compile-obsolete, byte-compile-callargs-warn)
8607         (byte-compile-arglist-warn, byte-compile-arglist-warn)
8608         (byte-compile-print-syms, byte-compile-file-form-defmumble)
8609         (byte-compile-check-lambda-list, byte-compile-lambda)
8610         (byte-compile-form, byte-compile-variable-ref)
8611         (byte-compile-subr-wrong-args, byte-compile-negation-optimizer)
8612         (byte-compile-condition-case, byte-compile-defun)
8613         (byte-compile-defvar, byte-compile-autoload)
8614         (byte-compile-lambda-form): Use it.
8615         (byte-compile-from-buffer): Set it, and bind
8616         `read-with-symbol-positions' and `read-symbol-positions-list'.
8618         * emacs-lisp/bytecomp.el (byte-compile-debug): New variable.
8620 2002-05-28  Kim F. Storm  <storm@cua.dk>
8622         * files.el (read-directory-name): New function.
8623         (cd): Use it instead of read-file-name.
8625 2002-05-27  Kim F. Storm  <storm@cua.dk>
8627         * simple.el (push-mark-command): Added optional NOMSG arg.
8629         * emulation/cua-base.el (cua-set-mark): Align pop to mark
8630         behaviour with standard set-mark-command.
8631         (cua--pre-command-handler): Use push-mark-command.
8632         (cua-repeat-replace-region): Improve functionality when
8633         repeated after moving point or changing buffer.
8635 2002-05-26  Colin Walters  <walters@verbum.org>
8637         * startup.el (command-line): Use `when', `unless'.
8638         (command-line-1): New argument "--nosplash".  Handle it.
8640         * startup.el (inhibit-splash-screen): New variable alias for
8641         `inhibit-startup-message'.
8643         * replace.el (perform-replace): Document return value.  Use `pop'.
8645 2002-05-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
8647         * progmodes/f90.el (f90-previous-block, f90-next-block): New names,
8648         and slightly changed behaviour, for `f90-previous-block-start' and
8649         `f90-next-block-end'.
8650         (f90-beginning-of-subprogram, f90-end-of-subprogram): Simplify.
8652 2002-05-26  Simon Josefsson  <jas@extundo.com>
8654         * fringe.el (set-fringe-mode): Work when updating
8655         `default-frame-alist'.
8657 2002-05-26  Kim F. Storm  <storm@cua.dk>
8659         * emulation/cua-base.el (cua--repeat-replace-text): New variable.
8660         (cua-repeat-replace-region): New command.
8661         (cua--init-keymaps): Bind it to M-v in cua--cua-keys-keymap.
8662         Misc improvements to the commentary.
8664 2002-05-26  Simon Josefsson  <jas@extundo.com>
8666         * fringe.el (fringe-query-style): New fringe style "minimal".
8668 2002-05-24  Simon Josefsson  <jas@extundo.com>
8670         * rot13.el (rot13-translate-table): New variable.
8671         (rot13, rot13-string, rot13-region): New functions.
8673 2002-05-25  Martin Stjernholm  <bug-cc-mode@gnu.org>
8675         * progmodes/cc-engine.el (c-add-stmt-syntax): Fixed some cases
8676         of wrong anchoring, e.g. for else-if compounds.
8678 2002-05-25  Miles Bader  <miles@gnu.org>
8680         * menu-bar.el (menu-bar-showhide-fringe-menu-customize-left)
8681         (menu-bar-showhide-fringe-menu-customize-right)
8682         (menu-bar-showhide-fringe-menu-customize-disable):
8683         Use proper calling convention for `customize-set-value'.
8684         Require `fringe' before setting variable.
8686 2002-05-25  Kim F. Storm  <storm@cua.dk>
8688         * emulation/cua-base.el (cua--self-insert-char-p): New function.
8690         * emulation/cua-gmrk.el (cua--init-global-mark): Install default
8691         binding in cua--global-mark-keymap using cua--self-insert-char-p
8692         to handle all global self inserting characters in gmark mode.
8694         * emulation/cua-rect.el (cua--init-rectangles): Install default
8695         binding in cua--rectangle-keymap using cua--self-insert-char-p
8696         to handle all global self inserting characters in rectangle mode.
8698 2002-05-24  Stefan Monnier  <monnier@cs.yale.edu>
8700         * net/ange-ftp.el (read-file-name-internal): Remove the
8701         `ange-ftp' property.
8702         (ange-ftp-real-read-file-name-internal): Remove.
8704 2002-05-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
8706         * progmodes/f90.el: (f90-end-of-subprogram): Remove the final
8707         `forward-line'.
8708         (f90-end-of-block, f90-beginning-of-block, f90-next-block-end)
8709         (f90-previous-block-start): New navigation commands.
8711 2002-05-20  Simon Josefsson  <jas@extundo.com>
8713         * fringe.el: New file.
8715         * menu-bar.el (menu-bar-options-save): Add fringe-mode.
8716         (menu-bar-showhide-fringe-menu): New menu.
8717         (menu-bar-showhide-menu): Add Fringe sub-menu.
8719 2002-05-23  Colin Walters  <walters@verbum.org>
8721         * replace.el (occur-engine): Include all text properties except
8722         mouse-face on the newline at the end of occurences.
8724 2002-05-23  Kim F. Storm  <storm@cua.dk>
8726         * apropos.el (apropos-true-hit, apropos-false-hit-symbol)
8727         (apropos-false-hit-str, apropos-true-hit-doc): New functions.
8728         (apropos-command, apropos-value, apropos-documentation-internal)
8729         (apropos-documentation-check-doc-file)
8730         (apropos-documentation-check-elc-file): Use them to filter out
8731         false matches where only one keyword matches, but more than once.
8733         * apropos.el (apropos-show-scores, apropos-orig-regexp)
8734         (apropos-all-regexp, apropos-synonyms, apropos-words)
8735         (apropos-all-words): New variables.
8736         (aprpos-words-to-regexp, apropos-rewrite-regexp)
8737         (apropos-calc-scores, apropos-score-str, apropos-score-doc)
8738         (apropos-score-symbol): New functions.
8739         (apropos-command, apropos, apropos-value, apropos-documentation):
8740         Allow keywords in addition to regexp. Added scoring.
8741         (apropos-documentation-check-doc-file)
8742         (apropos-documentation-check-elc-file): Added scoring.
8743         (apropos-print): Sort according to score.
8745 2002-05-22  Colin Walters  <walters@cis.ohio-state.edu>
8747         * info.el (Info-mode-hook): Change `font-lock-mode' to
8748         `turn-on-font-lock'.
8750         * font-core.el (font-lock-function): New variable.
8751         (font-lock-default-function): New function, created from
8752         `font-lock-mode'.
8753         (font-lock-mode): Just funcall `font-lock-function'.
8754         (font-lock-symbol-category-alist): New variable.
8756 2002-05-22  Markus Rost  <rost@math.ohio-state.edu>
8758         * files.el (file-newest-backup): Use file-name-sans-versions.
8760         * diff.el (diff-latest-backup-file): Replace the main code by
8761         a call of file-newest-backup.
8763 2002-05-22  Mike Williams  <mdub@bigfoot.com>
8765         * textmodes/sgml-mode.el (sgml-guess-indent): Look further into
8766         the buffer.
8768 2002-05-21  Stefan Monnier  <monnier@cs.yale.edu>
8770         * net/ange-ftp.el (ange-ftp-allow-child-lookup): Re-enable since
8771         the last patch works around the wu-ftpd misfeature that prompted
8772         the disabling of this optimization.
8774 2002-05-21  Colin Walters  <walters@gnu.org>
8776         * international/mule.el (make-coding-system): Doc fixes.
8778         * international/mule.el (auto-coding-functions): New variable.
8779         (auto-coding-from-file-contents): Use it.
8780         (set-auto-coding): Update docs.
8781         (sgml-xml-auto-coding-function): New function.
8783         * international/mule-util.el (truncate-string-to-width):
8784         New optional argument `ellipsis'.  Add commented-out test suite, and
8785         change coding to iso-2022-7bit.
8787 2002-05-21  Colin Walters  <walters@verbum.org>
8789         * font-lock.el (font-lock-defaults, font-lock-defaults-alist)
8790         (font-lock-multiline, font-lock-fontified, font-lock-mode)
8791         (turn-on-font-lock, font-lock-add-keywords, global-font-lock-mode)
8792         (font-lock-global-modes): Moved to font-core.el.
8793         (font-lock-set-defaults-1): Partially moved to font-core.el.
8795         * font-core.el: New file, with functions taken from font-lock.el.
8796         (font-lock-category-alist): New variable.
8797         (font-lock-mode): Use it.
8798         (font-lock-set-defaults): Partially taken from font-lock.el.
8799         Only load font-lock.el when necessary.
8801         * loadup.el: Add font-core.el.
8803         * replace.el (occur-mode-hook): New variable.
8804         (occur-fontify-region-function): Deleted.
8805         (occur-mode): Don't use it.  Set up `font-lock-category-alist'
8806         instead.
8807         (occur-fontify-on-property): Deleted.
8808         (occur-engine): Use categories from `font-lock-category-alist'.
8810         * info.el (Info-fontify): Deleted.
8811         (Info-select-node): Don't use it.
8812         (Info-mode-hook): New variable.
8813         (Info-mode): Set up categories.
8814         (Info-fontify-menu-headers, Info-fontify-node): Use categories.
8816         * ibuffer.el (ibuffer-formats): Update docs.
8817         (ibuffer-category-alist): New variable.
8818         (ibuffer-get-category): New function.
8819         (ibuffer-compile-make-eliding-form): Use category property instead
8820         of face.
8821         (ibuffer-compile-format): Pass current ibuffer buffer to column
8822         functions too.
8823         (ibuffer-buffer-name-category): New function.
8824         (ibuffer-compile-format): If the current column is a `name'
8825         column, figure out the appropriate category to put on it.
8826         (filename-and-process): Use category property.
8827         (ibuffer-fontify-region-function): Deleted.
8828         (ibuffer-unfontify-region-function): Deleted.
8829         (ibuffer-update-title-and-summary): Use category properties.
8830         (ibuffer-insert-filter-group): Ditto.
8831         (ibuffer-mode): Set up category properties.
8833 2002-05-21  Colin Walters  <walters@debian.org>
8835         * replace.el (occur-engine): Increment globalcount all at once
8836         after searching a buffer.
8837         (occur-mode-map): Don't escape plain "o".
8839         * ibuf-macs.el (define-ibuffer-column): Add third argument
8840         `ibuffer-buf'.
8842         * ibuffer.el (toplevel): Require font-lock, to get the face
8843         definitions.
8844         (ibuffer-use-fontification): Deleted.
8845         (column filename-and-process): New column.
8846         (ibuffer-formats): Use it by default.
8847         (ibuffer-name-map, ibuffer-mode-name-map)
8848         (ibuffer-filter-group-map): Don't set parent to `ibuffer-mode-map'.
8849         (ibuffer-do-save, ibuffer-do-toggle-modified)
8850         (ibuffer-do-toggle-read-only, ibuffer-do-delete)
8851         (ibuffer-do-kill-on-deletion-marks): Include name in definition.
8852         (ibuffer): New optional argument `formats'.
8854 2002-05-21  Eli Zaretskii  <eliz@is.elta.co.il>
8856         * indent.el (indent-rigidly): Mention how to remove all indentation.
8858 2002-05-21  Colin Walters  <walters@gnu.org>
8860         * international/mule-diag.el (describe-char-after): Order display
8861         of text properties by the size of their value, for clarity.
8863 2002-05-20  Stefan Monnier  <monnier@cs.yale.edu>
8865         * net/ange-ftp.el (ange-ftp-generate-root-prefixes)
8866         (ange-ftp-file-name-completion): Don't cons unnecessarily.
8867         (ange-ftp-send-cmd): Always `cd' before doing `ls'.
8869         * wid-edit.el (widget-color-complete):
8870         * progmodes/etags.el (tags-complete-tags-table-file):
8871         * progmodes/cpp.el (cpp-choose-symbol): Don't cons unnecessarily.
8873         * textmodes/outline.el (outline-reveal-toggle-invisible):
8874         Reverse the meaning of the second arg.
8876         * reveal.el (reveal-post-command): Reverse the semantics of
8877         reveal-toggle-invisible and support isearch-open-invisible-temporary.
8879 2002-05-20  Markus Rost  <rost@math.ohio-state.edu>
8881         * mail/sendmail.el (mail-recover-1): Remove (debug).
8882         (mail-signature): Fix :type.
8883         (mail-default-directory): New user option.
8884         (mail, mail-recover): Use that option.
8886 2002-05-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8888         * international/mule.el (auto-coding-alist): Use emacs-mule
8889         for auto-save files.
8891 2002-05-20  Miles Bader  <miles@gnu.org>
8893         * files.el (find-file-read-args): Don't trash existing value of
8894         `minibuffer-setup-hook', just add our hook to it.
8896 2002-05-19  Markus Rost  <rost@math.ohio-state.edu>
8898         * international/ucs-tables.el (unify-8859-on-encoding-mode)
8899         (unify-8859-on-decoding-mode): Change :version attributes to strings.
8901         * simple.el (yank-excluded-properties): Change :version attribute
8902         to a string.
8904         * dired.el (dired-view-command-alist): Change :version attribute
8905         to a string.
8907         * xscheme.el (xscheme-start-hook): Change :version attribute to a
8908         string.
8910         * find-dired.el (find-dired): Implement revert-buffer-function.
8912         * mail/emacsbug.el (report-emacs-bug-hook): Do another save-excursion.
8914 2002-05-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
8916         * progmodes/f90.el (f90-match-end, f90-break-line): Simplify a bit.
8917         (f90-get-present-comment-type): Fix earlier change.
8918         (f90-comment-indent): Doc fix.
8919         (f90-equal-symbols, f90-looking-at-do, f90-looking-at-select-case)
8920         (f90-looking-at-if-then): Remove lets.
8921         (f90-looking-at-where-or-forall): Handle if split over lines.
8922         (f90-change-keywords): Doc fix.
8924 2002-05-19  Richard M. Stallman  <rms@gnu.org>
8926         * indent.el (indent-region): Make COLUMN arg optional.
8928         * files.el (find-file-read-args): New function.
8929         (find-file, find-file-other-window, find-file-other-frame)
8930         (find-file-read-only, find-file-read-only-other-window)
8931         (find-file-read-only-other-frame): Use it.
8933         * custom.el (custom-load-symbol): Verify that LOADED is a string.
8935         * arc-mode.el (archive-zip-use-pkzip): Variable deleted.
8936         (archive-zip-extract, archive-zip-expunge, archive-zip-update)
8937         (archive-zip-update-case): Use locate-file to decide whether
8938         to use pkzip.
8939         (archive-zip-extract): Test for pkzip in value of archive-zip-extract.
8941         * files.el (locate-file): Doc fix.
8943 2002-05-19  John Paul Wallington  <jpw@shootybangbang.com>
8945         * mail/rmail.el (rmail-show-message-hook): Offer `goto-address'
8946         as an option.
8948 2002-05-18  Stefan Monnier  <monnier@cs.yale.edu>
8950         * uniquify.el (uniquify-rationalize-file-buffer-names):
8951         Always strip the trailing / even if the file is not a directory.
8953 2002-05-18  Glenn Morris  <gmorris@ast.cam.ac.uk>
8955         * progmodes/f90.el (f90-mode-syntax-table, f90-mode-map): Do the
8956         initialization in the defvar.
8957         (f90-font-lock-on, f90-font-lock-off): Add 'menu-alias property.
8958         (f90-font-lock-1, f90-font-lock-2, f90-font-lock-3)
8959         (f90-font-lock-4): Move the doc strings.
8960         (f90-menu-bar-menu): New internal variable to hold the top-level menu.
8961         (f90-change-case-menu, f90-font-lock-menu): Minor code changes.
8962         (f90-mode-abbrev-table): Initialize in the defvar, with
8963         define-abbrev-table.
8965 2002-05-18  Eli Zaretskii  <eliz@is.elta.co.il>
8967         * tar-mode.el (tar-octal-time): Fix last change.
8969 2002-05-18  Markus Rost  <rost@math.ohio-state.edu>
8971         * mail/emacsbug.el (report-emacs-bug-text-prompt): New variable.
8972         (report-emacs-bug): Store the prompt in
8973         `report-emacs-bug-text-prompt'.  Move Configuration/Important
8974         settings information after the user's report.
8975         (report-emacs-bug-hook): Unclutter by deleting the content of
8976         `report-emacs-bug-text-prompt'.
8978 2002-05-17  Thomas Morgan  <tlm@pocketmail.com>
8980         * forms.el (forms-jump-record, forms-insert-record)
8981         (forms-delete-record): Calculate lines from the beginning of the
8982         accessible portion rather than from the beginning of the buffer.
8984 2002-05-16  Eli Zaretskii  <eliz@is.elta.co.il>
8986         * ps-mule.el (eval-and-compile): Add a trivial replacement for a
8987         possibly missing encode-char.
8988         (ps-mule-font-info-database-bdf): Add associations for Unicode
8989         fonts.  Doc fix.
8990         (ps-mule-font-info-database-ps-bdf): Doc fix.
8991         (ps-mule-encode-ucs2): New function for encoding Unicode characters.
8993         * tar-mode.el (tar-octal-time): Fix the last argument of logior.
8995 2002-05-16  Stefan Monnier  <monnier@cs.yale.edu>
8997         * emacs-lisp/find-func.el (find-function-search-for-symbol):
8998         Find funs defined with defun-cvs-mode.
8999         (find-function-space-re): New const.  Skips comments as well.
9000         (find-function-regexp, find-variable-regexp): Use it.
9002         * pcvs.el (cvs-cmd-do): Accept non-CVS dirs with CVS-ctrl'd subdirs.
9003         (cvs-mode-add-change-log-entry-other-window): Work on multiple files.
9004         (cvs-mode-set-flags): Don't cons unnecessarily.
9006 2002-05-16  Colin Walters  <walters@debian.org>
9008         * menu-bar.el (menu-bar-tools-menu) <calculator>: Renamed to
9009         "Simple Calculator".
9010         (menu-bar-tools-menu) <calc>: New.
9012 2002-05-16  Juanma Barranquero  <lektu@terra.es>
9014         * progmodes/hideshow.el (hs-adjust-block-beginning): Fix typo.
9016         * filesets.el (filesets-ormap): Fix typo.
9018         * faces.el (describe-face): Fix typo.
9020 2002-05-15  Stefan Monnier  <monnier@cs.yale.edu>
9022         * emacs-lisp/easymenu.el (easy-menu-make-symbol):
9023         Don't treat (lambda () ...) as an expression.
9025 2002-05-15  John Paul Wallington  <jpw@shootybangbang.com>
9027         * replace.el (occur-read-primary-args): Handle a bare 'C-u' correctly.
9029 2002-05-15  Eli Zaretskii  <eliz@is.elta.co.il>
9031         * emacs-lisp/easymenu.el (easy-menu-add): Doc fix.
9033 2002-05-14  Glenn Morris  <gmorris@ast.cam.ac.uk>
9035         * progmodes/fortran.el (fortran-directive-re): New name for
9036         fortran-preprocessor-re.  All usage updated.
9037         (fortran-calculate-indent): Give directives zero indentation.
9039 2002-05-14  Jason Rumney  <jasonr@gnu.org>
9041         * emacs-lisp/easymenu.el (easy-menu-name-match): Match both
9042         displayed text and internal name as string.
9044 2002-05-14  Kim F. Storm  <storm@cua.dk>
9046         * emulation/cua-rect.el (cua--rectangle-operation):
9047         Don't highlight empty lines in rectangles.
9049         * emulation/keypad.el: Improved commentary.
9050         (keypad-setup, keypad-shifted-setup): Added choice to setup
9051         Numeric keypad with decimal key; value is selected character.
9052         (keypad-decimal-key, keypad-shifted-decimal-key): Removed options.
9053         (keypad-numlock-setup, keypad-numlock-shifted-setup): New options.
9054         (keypad-setup): Arg list changed to support the new options.
9056 2002-05-14  Richard M. Stallman  <rms@gnu.org>
9058         * dabbrev.el (dabbrev-case-distinction): New option.
9059         (dabbrev--try-find): Handle dabbrev-case-distinction.
9060         (dabbrev--search): Clean up the code.
9061         (dabbrev-upcase-means-case-search): Doc fix.
9062         (dabbrev-case-replace): Fix custom tags and docs.
9064 2002-05-14  Jochen K\e,A|\e(Bpper  <jochen@jochen-kuepper.de>
9066         * calc/calc-units.el (math-standard-units): Update from CODATA.
9068 2002-05-14  Stefan Monnier  <monnier@cs.yale.edu>
9070         * skeleton.el (skeleton-transformation): Default to `identity'.
9071         (skeleton-insert): Use `move-after' markers and `insert' rather
9072         than rely on insert-before-markers.
9073         (skeleton-internal-1): Handle `> \n' specially so that the newline
9074         is inserted before the first line is indented.
9076 2002-05-14  Mike Williams  <mdub@bigfoot.com>
9078         * textmodes/sgml-mode.el (sgml-tag):
9079         Default skeleton-transformation to `identity'.
9081 2002-05-14  Francesco Potort\e,Al\e(B  <pot@gnu.org>
9083         * shell.el (shell-mode): Make second part of initialisation
9084         depend on whether comint-input-ring is empty, rather than depend
9085         on it being nil.
9087 2002-05-14  Richard M. Stallman  <rms@gnu.org>
9089         * files.el (make-auto-save-file-name):
9090         Delete the auto-save file after make-temp-file creates it.
9092 2002-05-13  Kim F. Storm  <storm@cua.dk>
9094         * emulation/cua-base.el (cua-enable-cursor-indications): Default off.
9095         (cua-mode): Print Enabled/Disabled messages if interactive.
9096         Disable delete-selection-mode and pc-selection-mode when cua-mode
9097         is enabled; reenable if cua-mode is turned off.
9098         Remember setting of transient-mark-mode when cua-mode is enabled;
9099         restore if cua-mode is disabled.
9101 2002-05-13  Richard M. Stallman  <rms@gnu.org>
9103         * mail/emacsbug.el (report-emacs-bug): Change the "English please" msg.
9105 2002-05-13  Colin Walters  <walters@gnu.org>
9107         * ibuf-ext.el (ibuffer-format-filter-group-data): New function.
9109         * ibuffer.el (ibuffer-insert-filter-group): New argument filter-string.
9110         (ibuffer-redisplay-engine): Handle it.
9112         * add-log.el (add-log-mailing-address): Can be a list, too.
9113         (add-change-log-entry): If `add-log-mailing-address' is a list,
9114         then handle it.
9116 2002-05-12  Colin Walters  <walters@debian.org>
9118         * replace.el (occur-1): New optional argument `buf-name'.
9119         (occur-revert-function): Use it.
9121         (occur-1): Handle plurals.
9123         (occur-engine): If there are no more matches, then finish
9124         searching the current buffer.
9126 2002-05-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
9128         * net/ange-ftp.el (ange-ftp-try-passive-mode)
9129         (ange-ftp-passive-host-alist): Change :version attributes to be
9130         strings.
9132 2002-05-12  Markus Rost  <rost@math.ohio-state.edu>
9134         * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Define it with
9135         define-minor-mode.
9137         * emacs-lisp/find-func.el (find-function-search-for-symbol):
9138         Handle more whitespace/newline combinations in symbol definitions.
9140 2002-05-12  Eli Zaretskii  <eliz@is.elta.co.il>
9142         * w32-vars.el (w32)
9143         * vc-cvs.el (vc-cvs-global-switches)
9144         (vc-cvs-sticky-date-format-string, vc-cvs-sticky-tag-display)
9145         * textmodes/sgml-mode.el (sgml-xml-mode)
9146         * ruler-mode.el (ruler-mode)
9147         * replace.el (query-replace-skip-read-only)
9148         * progmodes/fortran.el (fortran-preprocessor-re)
9149         * net/ange-ftp.el (ange-ftp-passive-host-alist)
9150         * mail/sendmail.el (mail-use-dsn)
9151         * faces.el (mode-line-inactive, minibuffer-prompt)
9152         * add-log.el (add-log-always-start-new-record): Change all
9153         post-21.1 :version attributes to 21.4.
9155 2002-05-12  Richard M. Stallman  <rms@gnu.org>
9157         * mail/smtpmail.el (smtpmail-mail-address): New variable.
9158         (smtpmail-send-it): Bind and use that instead of `mail-address'.
9159         (smtpmail-via-smtp): Likewise.
9161         * ansi-color.el (ansi-color-get-face): Avoid add-to-list on local var.
9162         (ansi-color-apply-sequence): Avoid duplicates in combined face list.
9164         * dired-aux.el (dired-show-file-type): Use -- to say FILE's not option.
9166         * subr.el (functionp): Catch errors in indirect-function.
9168 2002-05-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
9170         * net/ldap.el (ldap-search-internal): Unfold folded lines before
9171         parsing.
9173         * cus-edit.el (customize-set-value): Rename `var' to `variable'
9174         and `val' to `value'.
9175         (customize-save-variable): Rename `var' to `'variable.
9177 2002-05-12  Glenn Morris  <gmorris@ast.cam.ac.uk>
9179         * progmodes/fortran.el (fortran-preprocessor-re): New variable.
9180         Use it for font-locking and indentation.
9181         (fortran-previous-statement, fortran-next-statement): Make them
9182         skip over preprocessor lines.
9183         (fortran-calculate-indent): Use fortran-preprocessor-re.
9185 2002-05-10  Kim F. Storm  <storm@cua.dk>
9187         * emulation/cua-base.el (cua-enable-cua-keys)
9188         (cua-enable-register-prefix): Added value for `other' choice.
9190 2002-05-10  Eli Zaretskii  <eliz@is.elta.co.il>
9192         * menu-bar.el (menu-bar-showhide-scroll-bar-menu)
9193         (menu-bar-showhide-menu): Use display-graphic-p, not window-system.
9194         (menu-bar-showhide-menu) <showhide-menu-bar, showhide-tool-bar>:
9195         Run a named function.
9196         (showhide-menu-bar, showhide-toolbar): Invoke customize-mark-as-set.
9197         (menu-bar-showhide-menu) <column-number-mode, line-number-mode>:
9198         Fix help text.
9200 2002-05-10  Kim F. Storm  <storm@cua.dk>
9202         * emulation/cua-base.el (cua-mode): Misc. changes to use
9203         emulation-mode-map-alists instead of minor-mode-map-alist.
9205 2002-05-09  Richard M. Stallman  <rms@gnu.org>
9207         * mail/rmail.el (rmail-show-message):
9208         Catch error in check-coding-system.
9210         * progmodes/compile.el (compilation-error-regexp-alist):
9211         New element to recognize Python error messages.
9213         * shell.el (shell-replace-by-expanded-directory):
9214         If there's already a / at the end, don't add one.
9216 2002-05-09  Colin Walters  <walters@verbum.org>
9218         * ibuffer.el (ibuffer-mode-map): Add :enable guards for
9219         `ibuffer-filter-disable', `ibuffer-pop-filter',
9220         `ibuffer-or-filter', `ibuffer-negate-filter',
9221         `ibuffer-decompose-filter', `ibuffer-save-filters',
9222         `ibuffer-switch-to-saved-filters', `ibuffer-delete-saved-filters',
9223         `ibuffer-save-filter-groups',
9224         `ibuffer-switch-to-saved-filter-groups',
9225         `ibuffer-delete-saved-filter-groups'.
9227         * ibuf-ext.el (ibuffer-do-occur): Default to 0 context lines.
9229 2002-05-09  Markus Rost  <rost@math.ohio-state.edu>
9231         * woman.el (woman-menu): Move symbol before the comment so that
9232         find-function-search-for-symbol finds it.
9234 2002-05-10  Miles Bader  <miles@gnu.org>
9236         * facemenu.el (list-colors-display): Don't use
9237         `display-color-cells' unless the display class is one for which
9238         that info is relevant.
9240 2002-05-09  Simon Josefsson  <jas@extundo.com>
9242         * mail/smtpmail.el (smtpmail-send-it): Use user-mail-address from
9243         calling buffer.
9244         (smtpmail-auth-credentials): Bump :version to 21.4 (21.3 will not
9245         have the patch).
9247 2002-05-09  Kim F. Storm  <storm@cua.dk>
9249         * wid-edit.el (checkbox): New check-mark image.
9251 2002-05-08  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
9253         * filesets.el (filesets-running-xemacs): Fix last change.
9255 2002-05-08  Markus Rost  <rost@math.ohio-state.edu>
9257         * help-fns.el (describe-function-1): If the source is
9258         `loaddefs.el', look for the real source.  This is necessary only
9259         for defaliases.
9261         * emacs-lisp/find-func.el (find-function-search-for-symbol):
9262         Add autoload cookie.
9263         (find-function-regexp): Include
9264         "\(quote " to match the defaliases in loaddefs.el.
9266         * filesets.el (filesets-conditional-sort): Use copy-sequence,
9267         not copy-list.
9268         (filesets-menu-path, filesets-menu-before, filesets-menu-in-menu):
9269         Defvar them to nil if running in Emacs.
9271 2002-05-08  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
9273         * textmodes/flyspell.el (make-flyspell-overlay): Add help text
9274         to flyspell overlays.
9276         * info.el (Info-mode-map): Bind `c' to Info-copy-current-node-name.
9278 2002-05-08  Richard M. Stallman  <rms@gnu.org>
9280         * diff.el (diff-regexp-alist): Doc fix.
9282         * mail/smtpmail.el (netrc-machine, netrc-get): Add autoloads.
9284 2002-05-08  Simon Marshall  <simon@gnu.org>
9286         * msb.el (msb-menu-bar-update-buffers): Fixed frame menu to use
9287         the frame name as the car of a menu entry, rather than the frame.
9289 2002-05-08  Juanma Barranquero  <lektu@terra.es>
9291         * rfn-eshadow.el (read-file-name-electric-shadow-mode): Fix typos
9292         in docstring.
9294 2002-05-07  Colin Walters  <walters@verbum.org>
9296         * replace.el (occur-unfontify-region-function): Delete.
9297         (occur-mode): Don't use it.
9298         (occur-engine): Respect `keep-props'.
9299         (occur-accumulate-lines): If we're moving forward, decrement;
9300         don't increment, and vice versa.
9302 2002-05-08  Toru Tomabechi  <Toru.Tomabechi@orient.unil.ch>
9304         * language/tibet-util.el (tibetan-canonicalize-for-unicode-alist)
9305         (tibetan-canonicalize-for-unicode-regexp): New variables.
9306         (tibetan-canonicalize-for-unicode-region): New function.
9307         (tibetan-strict-unicode): New variable.
9308         (tibetan-pre-write-canonicalize-for-unicode): New function.
9310 2002-05-07  Markus Rost  <rost@math.ohio-state.edu>
9312         * net/ange-ftp.el (ange-ftp-re-read-dir): Don't hide it behind
9313         the autoload-cookie.  Remove comment.
9315         * ffap.el (ffap): Don't hide it behind the autoload-cookie.
9317         * rect.el (close-rectangle): Don't hide it behind the
9318         autoload-cookie.
9320 2002-05-07  Juanma Barranquero  <lektu@terra.es>
9322         * windmove.el (windmove-default-keybindings): Add optional
9323         parameter to allow using a modifier other than 'shift.
9325 2002-05-07  Thomas Link  <t.link@gmx.at>
9327         * filesets.el:
9328         (filesets-external-viewers): Fix customization problem.
9329         (filesets-some): Replaces cl's `some'.  Calls changed.
9330         (filesets-member): Replaces cl's `member*'.  Calls changed.
9331         (filesets-ormap): New function.
9333 2002-05-07  John Paul Wallington  <jpw@shootybangbang.com>
9335         * ibuffer.el (toplevel): Specialize `ibuffer-mode-groups-popup'
9336         menu items.
9338 2002-05-07  Colin Walters  <walters@gnu.org>
9340         * ibuf-ext.el (ibuffer-pop-filter-group): Doc fix.
9341         (ibuffer-clear-filter-groups): Likewise.
9342         (ibuffer-kill-filter-group): Likewise.
9343         (ibuffer-kill-line): Likewise.
9344         (ibuffer-read-filter-group-name): New function.
9345         (ibuffer-jump-to-filter-group): Use it.
9346         (ibuffer-kill-filter-group): Likewise.
9347         (ibuffer-yank-filter-group): Likewise.
9348         (ibuffer-decompose-filter-group): New function.
9350         * ibuffer.el (ibuffer-mode-map): Bind it.  Add :enable guard
9351         around `ibuffer-filters-to-filter-group' menu item.  Fix :enable
9352         guards for `ibuffer-pop-filter-group' and
9353         `ibuffer-clear-filter-groups'.
9355 2002-05-06  Markus Rost  <rost@math.ohio-state.edu>
9357         * emacs-lisp/find-func.el (find-function-search-for-symbol):
9358         Use with-syntax-table.
9360 2002-05-06  Francesco Potort\e,Al\e(B  <pot@gnu.org>
9362         * mail/rmail.el (rmail-font-lock-keywords): Highlight Resent-[Ff]rom:.
9364 2002-05-05  Markus Rost  <rost@math.ohio-state.edu>
9366         * time-stamp.el (time-stamp-format): Doc fix: escape open
9367         parenthesis in column 0.
9369 2002-05-04  Richard M. Stallman  <rms@gnu.org>
9371         * toolbar/tool-bar.el (tool-bar-local-item-from-menu):
9372         Handle both cases: when the menu item has cached info
9373         and when it doesn't.
9375         * filesets.el (filesets-browse-dir-function): Renamed from ...-fn.
9376         (filesets-open-file-function, filesets-save-buffer-function): Likewise.
9377         (filesets-tree-max-level): Doc fix.
9378         (filesets-commands, filesets-external-viewers)
9379         (filesets-ingroup-patterns): Mark as risky.
9380         (filesets-cache-hostname-flag): Doc fix.
9381         (filesets-menu-cache-file): Doc fix.  Mark as risky.
9382         (filesets-menu-before, filesets-menu-path, filesets-menu-in-menu):
9383         Don't defcustom them if running in Emacs.
9385 2002-05-04  Thomas Link  <t.link@gmx.at>
9387         * filesets.el (filesets-ingroup-collect-files):
9388         Fix problem with inclusion groups' :scan-depth property.
9390 2002-05-04  Colin Walters  <walters@verbum.org>
9392         * ibuf-ext.el (ibuffer-kill-filter-group): Test for killing
9393         "Default" group earlier.  Push killed group on
9394         `ibuffer-filter-group-kill-ring'.
9395         (ibuffer-kill-line): Document.  Don't push killed group ourselves.
9396         (ibuffer-yank-filter-group): Renamed from `ibuffer-yank'.
9397         (ibuffer-insert-filter-group-before): New function, broken out
9398         from `ibuffer-yank'.
9399         (ibuffer-yank): Now just call `ibuffer-yank-filter-group'.
9401         * ibuffer.el (ibuffer-mode-operate-menu, ibuffer-mode-mark-menu)
9402         (ibuffer-mode-view-menu): Unused variables; deleted.
9403         (ibuffer-find-file): Pass wildcard flag to `find-file' correctly.
9405 2002-05-04  John Paul Wallington  <jpw@shootybangbang.com>
9407         * ibuffer.el (ibuffer-mode-groups-popup): New variable.
9408         (toplevel): Bind filter group menu entries in it.  Add :enable
9409         forms for some menu items.
9410         (toplevel): Bind [down-mouse-3] in `ibuffer-mode-filter-group-map'
9411         to `ibuffer-mouse-popup-menu'.
9412         (ibuffer-mouse-popup-menu): Test whether or not we're on a filter
9413         group name, and if so, pop up a filter group menu.
9415 2002-05-04  Jason Rumney  <jasonr@gnu.org>
9417         * mwheel.el (mwheel-event-button): Translate mouse-wheel events.
9418         (mwheel-scroll): Recognize nil scroll amount as documented.
9420         * term/w32-win.el (mouse-wheel-scroll-line)
9421         (mouse-wheel-scroll-screen): Remove.
9422         ([mouse-wheel], [C-mouse-wheel], [S-mouse-wheel]): Use mwheel-scroll.
9424         * w32-vars.el: (mouse-wheel-scroll-amount): Removed.
9426 2002-05-04  Markus Rost  <rost@math.ohio-state.edu>
9428         * emacs-lisp/find-func.el (find-function-search-for-symbol):
9429         Bind case-fold-search when searching.
9431 2002-05-04  Eli Zaretskii  <eliz@is.elta.co.il>
9433         * apropos.el (apropos-print): Fix the reference to mouse-2.
9435 2002-05-04  Daniel Pfeiffer  <occitan@esperanto.org>
9437         * play/mpuz.el (mpuz-switch-to-window): Set buffer-read-only directly.
9439 2002-05-04  Kim F. Storm  <storm@cua.dk>
9441         * cus-edit.el (custom-buffer-verbose-help): New variable.
9442         (custom-buffer-create-internal): Remove verbose introduction
9443         in customization buffer when it is nil.
9445 2002-05-03  Dave Love  <fx@gnu.org>
9447         * international/mule-cmds.el (select-safe-coding-system):
9448         Don't offer coding systems that use locking shift.
9449         Ask for confirmation if chosen coding system disagrees with
9450         a `coding:' spec in the file.
9452 2002-05-03  John Wiegley  <johnw@gnu.org>
9454         * eshell/esh-var.el (eshell-modify-global-environment): Added this
9455         customization variable, which will cause any "export" commands
9456         within any eshell buffer to modify the global Emacs environment.
9457         It defaults to nil, which means that such commands will only
9458         modify that Eshell buffer's environment.
9459         (eshell-var-initialize): Initialize `eshell-modify-global-environment'.
9461         * eshell/em-cmpl.el (eshell-command-completions-alist):
9462         Improve default completion targets for objdump, nm and readelf.
9464 2002-05-03  Colin Walters  <walters@verbum.org>
9466         * play/gamegrid.el (gamegrid-user-score-file-directory): New variable.
9467         (gamegrid-add-score-with-update-game-score):
9468         Use `shared-game-score-directory'.  Correctly handle non-setuid case.
9470 2002-05-02  Colin Walters  <walters@verbum.org>
9472         * replace.el (occur-mode-map): Bind "q" to `delete-window'.
9473         (occur-1): If one of the buffers we're searching is the *Occur*
9474         buffer itself, handle it by creating a temporary buffer.  If any
9475         of the buffers being searched are killed, note that in the search
9476         result message.  Also, set local variables before we possibly kill
9477         the buffer.
9479 2002-05-02  Kim F. Storm  <storm@cua.dk>
9481         * menu-bar.el (menu-bar-make-toggle): Added optional PROPS arg.
9482         (menu-bar-options-save): Added cua-mode.
9483         (menu-bar-options-menu): Added toggle for cua-mode.
9484         Disable toggle for transient-mark-mode if cua-mode is enabled.
9486         * emulation/cua-base.el (cua-inhibit-cua-keys): New buffer-local
9487         variable.
9489 2002-05-01  Richard M. Stallman  <rms@gnu.org>
9491         * help.el (view-todo): New function.
9492         (help-map): Bind C-h C-t to view-todo.
9493         (help-for-help): Change the text.
9495 2002-05-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
9497         * progmodes/f90.el: Yet more doc string, commment and whitespace
9498         changes.
9499         (f90-imenu-flag): New name for internal variable f90-imenu.
9500         (f90-blocks-re, f90-program-block-re, f90-end-if-re)
9501         (f90-no-break-re): Use regexp-opt.
9502         (f90-end-type-re): Add closing "\\>".
9503         (f90-indent-region): Correctly indent comments embedded in
9504         continued lines.
9505         (f90-indent-new-line): Make it indent the current line, as it should.
9506         (f90-line-continued, f90-get-present-comment-type)
9507         (f90-looking-at-if-then, f90-indent-line, f90-indent-new-line)
9508         (f90-indent-region, f90-indent-subprogram, f90-do-auto-fill)
9509         (f90-join-lines, f90-fill-region, f90-match-end, f90-insert-end)
9510         (f90-change-keywords): Minor code tidying.
9512         * progmodes/fortran.el (fortran-strip-sequence-nos): Rename from
9513         typo `fortran-strip-sqeuence-nos'.
9515 2002-05-01  Eli Zaretskii  <eliz@is.elta.co.il>
9517         * simple.el (clone-indirect-buffer-other-window): Fix a typo in
9518         pop-up-window.
9520 2002-05-01  Kim F. Storm  <storm@cua.dk>
9522         * emulation/cua-base.el (cua--pre-command-handler):
9523         Only interpret delete-selection property if mark-active.
9524         (cua-mode): Fixed require in defcustom.
9526 2002-05-01  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
9528         * calendar/cal-menu.el (cal-menu-x-popup-menu): Fix argument of
9529         error call.
9531 2002-05-01  Colin Walters  <walters@verbum.org>
9533         * textmodes/tex-mode.el (tex-validate-buffer):
9534         Use `occur-revert-arguments' instead of setting `occur-nlines' and
9535         `occur-buffer'.  Don't test for `input-pending-p' in loop.
9536         Set text property `occur-target' instead of `occur'.
9538 2002-04-30  John Wiegley  <johnw@gnu.org>
9540         * align.el (align-region): Fixed the fix to align-region, because
9541         the "name" argument was appearing twice.
9543 2002-05-01  Martin Stjernholm  <bug-cc-mode@gnu.org>
9545         * progmodes/cc-engine.el (c-beginning-of-decl-1): Better way
9546         to handle protection labels, one which doesn't get confused by
9547         inherit colons.
9549         * progmodes/cc-engine.el (c-end-of-decl-1): Don't treat
9550         functions that have "class" or "struct" in the return type as
9551         classes or structs.
9553 2002-04-30  Kim F. Storm  <storm@cua.dk>
9555         * menu-bar.el (menu-bar-custom-menu): Change "Recently Changed
9556         Options" to "New Options..."; rephrase tooltip.
9557         Rephrase tooltip for "Specific Option...".
9558         Added "Saved Options" item.  [from Simon Marshall]
9560 2002-04-30  Richard M. Stallman  <rms@gnu.org>
9562         * time.el (display-time-mail-directory)
9563         (display-time-mail-function): Doc fixes.
9565         * ediff-hook.el: Remove autoload cookies.
9567         * language/tibetan.el (tibetan-obsolete-glyphs): Now in tibet-util.el.
9569         * language/tibet-util.el (tibetan-obsolete-glyphs): From tibetan.el.
9571         * align.el (align-region): Fix call to `message'.
9572         Check that (car rule) is a symbol.
9574         * autoinsert.el (auto-insert-directory): Doc fix.
9576         * facemenu.el (describe-text-at and stuff): Moved to descr-text.el.
9578         * descr-text.el: New file, broken out of facemenu.el.
9580         * emacs-lisp/advice.el (documentation): Add ad-define-subr-args call.
9582 2002-04-29  Markus Rost  <rost@math.ohio-state.edu>
9584         * mail/emacsbug.el (report-emacs-bug-hook):
9585         Use replace-match only if search was successful.
9587 2002-04-29  Richard M. Stallman  <rms@gnu.org>
9589         * net/zone-mode.el (zone-mode): Add write-file-hooks hook locally.
9591         * mail/emacsbug.el (report-emacs-bug-hook): Don't fail completely
9592         if the user edits the Emacs version number in the text.
9594         * filesets.el (filesets-running-xemacs): Make defvar unconditional.
9595         (filesets-ingroup-files): Renamed from filesets-ingroup-paths.
9596         (filesets-error): Simplify definition and make conditional
9597         on filesets-running-xemacs.
9598         (filesets-find-file-using): Renamed from fsfind-file-using.
9600 2002-04-29  Stefan Monnier  <monnier@cs.yale.edu>
9602         * info.el (Info-find-in-tag-table-1, Info-read-subfile): Use point-min.
9603         (Info-read-node-name-1): Complete file names.
9604         (Info-complete-menu-item): Don't cons unnecessarily.
9606         * files.el (locate-file): New fun.
9607         (locate-file-completion): Rename from load-completion and generalize.
9608         (load-library): Use it.
9609         (make-auto-save-file-name): Expand caddr.
9611         * newcomment.el (comment-fill-column): New var.
9612         (comment-indent): Use it.
9613         (comment-or-uncomment-region): New fun.
9614         (comment-dwim): Use it.
9616 2002-04-29  Colin Walters  <walters@verbum.org>
9618         * ibuf-ext.el (ibuffer-kill-filter-group): Call `delete' function.
9619         (ibuffer-kill-line): Copy the filter group data structure when killing.
9620         (ibuffer-yank): Handle case where we're yanking on the default
9621         group correctly.
9622         (ibuffer-delete-saved-filter-groups): Doc fix.
9624         * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
9625         Test whether or not update-game-score is setuid, and do the right
9626         thing.
9628 2002-04-29  Kim F. Storm  <storm@cua.dk>
9630         * subr.el (remove-yank-excluded-properties): New helper function.
9631         (insert-for-yank, insert-buffer-substring-as-yank): Use it.
9633         * simple.el (yank-excluded-properties): Added help-echo to list.
9635 2002-04-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
9637         * autoinsert.el (auto-insert-directory): Doc fix.
9639         * progmodes/f90.el: Add/change doc strings for many inline
9640         functions.  Whitespace changes.
9641         (f90-indent-line-no, f90-update-line): Minor code changes.
9643 2002-04-29  Kim F. Storm  <storm@cua.dk>
9645         * emulation/cua-base.el: New file.
9647         * emulation/cua-rect.el: New file.
9649         * emulation/cua-gmrk.el: New file.
9651         * emulation/keypad.el: New file.
9653 2002-04-29  Triet Hoai Lai  <thlai@ee.usyd.edu.au>
9655         * language/vietnamese.el (viet-tcvn-decode-table, ccl-decode-tcvn)
9656         (ccl-encode-tcvn, ccl-encode-tcvn-font, vietnamese-tcvn):
9657         New Vietnamese coding system.
9659         * language/viet-util.el: Update Commentary section.
9661 2002-04-29  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
9663         * filesets.el (filesets-data): Doc fix.
9664         (filesets-running-xemacs): Define even when compiling.
9666         * recentf.el (recentf-cancel-dialog): Remove dot at the end of
9667         sentence.
9669 2002-04-29  Stefan Monnier  <monnier@cs.yale.edu>
9671         * textmodes/fill.el (fill-context-prefix): Fix last change with
9672         yet-another-approach.
9674 2002-04-28  Markus Rost  <rost@math.ohio-state.edu>
9676         * net/ange-ftp.el (ange-ftp-passive-host-alist)
9677         (ange-ftp-bs2000-additional-pubsets): Fix custom type.
9679         * files.el (small-temporary-file-directory): Fix custom type.
9681 2002-04-28  Glenn Morris  <gmorris@ast.cam.ac.uk>
9683         * progmodes/f90.el (f90-xemacs-flag): New variable.
9684         (f90-mark-subprogram-overlay): New variable.
9685         (f90-mark-subprogram): Now it highlights the subprogram.
9686         (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
9687         Fix highlighting of various "type" forms.
9689 2002-04-28  Colin Walters  <walters@verbum.org>
9691         * ibuffer.el (ibuffer-mode): Additional documentation on filter
9692         groups.
9694 2002-04-28  John Paul Wallington  <jpw@shootybangbang.com>
9696         * ibuf-ext.el (ibuffer-set-filter-groups-by-mode): Don't make an
9697         ibuffer-mode filter group if `ibuffer-view-ibuffer' is nil.
9699 2002-04-28  Richard M. Stallman  <rms@gnu.org>
9701         * mail/sendmail.el (mail-recover-1): Decrease non-random-len
9702         by 1 for the newly-readded #.
9704         * files.el (make-auto-save-file-name): Specify # as suffix
9705         in the non-file-visiting case.
9707         * subr.el (make-temp-file): New arg SUFFIX.
9709         * filesets.el: New file.
9711         * replace.el (occur-accumulate-lines): Avoid incf and decf.
9712         (occur-engine-add-prefix): New function.
9713         (occur-engine): Avoid using macrolet, incf and decf.
9714         Use occur-engine-add-prefix instead.
9715         Rename `l' to `lines' and `c' to `matches'.
9717         * replace.el (occur-engine, occur-mode-mouse-goto)
9718         (occur-mode-find-occurrence, occur-mode-goto-occurrence)
9719         (occur-mode-goto-occurrence-other-window)
9720         (occur-mode-display-occurrence): A position is just a marker,
9721         not a list.
9723         * replace.el (occur-revert-arguments):
9724         Renamed from occur-revert-properties.  All uses changed.
9726 2002-04-28  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
9728         * recentf.el (recentf-menu-before): Use string to specify path in
9729         the menu.
9731         * international/mule-cmds.el (read-language-name): Take care of
9732         non-list values.
9734 2002-04-27  Richard M. Stallman  <rms@gnu.org>
9736         * custom.el (custom-load-symbol): Moved from cus-edit.el.
9737         (custom-load-recursion): Likewise.
9739         * cus-edit.el (custom-load-symbol): Moved to custom.el.
9740         (custom-load-recursion): Likewise.
9742         * progmodes/ada-xref.el (ada-add-ada-menu): Menu pseudo-keys
9743         generated by easymenu are now lowercase.
9745 2002-04-27  Richard M. Stallman  <rms@gnu.org>
9747         * menu-bar.el (menu-bar-update-buffers): Add menu items
9748         Next Buffer and Previous Buffer.
9750         * simple.el (next-buffer, prev-buffer): New commands.
9751         Bind C-x left and C-x right to them.
9753         * info.el (Info-header-line): Mark it as risky-local-variable.
9755         * subr.el (insert-for-yank): Replace `category' property
9756         with whatever properties it stands for.
9758         * subr.el (member-ignore-case): Ignore non-strings in LIST.
9760 2002-04-27  Miles Bader  <miles@gnu.org>
9762         * faces.el (read-face-name): Format the prompt correctly when
9763         there's no default.
9765 2002-04-26  Andrew Choi  <akochoi@shaw.ca>
9767         * term/mac-win.el: Don't call ediff-toggle-multiframe.
9768         Set default directory.  Set process-connection-type to nil.
9770 2002-04-26  Richard M. Stallman  <rms@gnu.org>
9772         * loadup.el: Explicitly load cus-face and timer.
9774         * isearch.el: Don't require timer.
9776         * faces.el: Don't require cus-face.
9778         * cus-edit.el (customize-face): Use read-face-name
9779         and handle multiple faces.
9780         (customize-face-other-window): Make it work similarly.
9782         * faces.el (read-face-name): New defaulting features.
9783         New args STRING-DESCRIBING-DEFAULT and MULTIPLE.
9784         (list-faces-display): Use the face, not its name string,
9785         as arg when running customize-face.
9786         Put a `read-face-name' prop on the entire line.
9787         (describe-face): Handle multiple faces via read-face-name.
9789         * textmodes/tex-mode.el (tex-start-options): New variable.
9790         (tex-start-commands): New variable.
9791         (tex-start-options-string): Variable deleted.
9792         (tex-start-tex): Use tex-start-options and tex-start-commands,
9793         not tex-start-options-string.
9794         (tex-command): Doc fix.
9796 2002-04-26  Sam Steingold  <sds@gnu.org>
9798         * mail/smtpmail.el (smtpmail-try-auth-methods): When `host' is
9799         not in the authinfo/netrc, keep `cred' at nil.
9801 2002-04-26  Gerd Moellmann  <gerd@gnu.org>
9803         * find-file.el: Remove Ada-specific example code.
9805 2002-04-25  Michael Kifer  <kifer@cs.stonybrook.edu>
9807         * ediff-hooks.el: Put back the autoloads.
9809 2002-04-25  Colin Walters  <walters@verbum.org>
9811         * ibuffer.el (define column process): Use `ibuffer-aif'.
9813         * ibuf-ext.el (ibuffer-saved-filter-groups): Don't include broken
9814         defaults.
9815         (ibuffer-yank): Be sure to `setq' after we use `nconc'.
9816         (ibuffer-save-filter-groups): Correctly structure filter groups.
9817         (ibuffer-switch-to-saved-filter-groups): Correctly extract filter
9818         groups.
9820 2002-04-25  Simon Josefsson  <jas@extundo.com>
9822         * mail/sendmail.el (mail-use-dsn): New variable to request
9823         delivery status notification from MTA.
9824         (sendmail-send-it): Use it.
9826         * mail/smtpmail.el (smtpmail-queue-counter): New variable.
9827         (smtpmail-send-it): Use it to construct new queue filenames
9828         (needed if you send more than one message per second, which is
9829         possible if you use Gnus Agent).
9831         * mail/smtpmail.el (smtpmail-auth-credentials): Support netrc
9832         files as well.
9833         (smtpmail-try-auth-methods): Support netrc data.
9834         (netrc-parse): Autoload netrc.
9836 2002-04-25  Colin Walters  <walters@verbum.org>
9838         * replace.el (multi-occur-by-filename-regexp): Doc fix.
9839         (occur-engine): Go to `point-min'.  Make nlines argument actually
9840         mean number of context lines.  Handle it.  Pad digits to the right.
9842         * ibuf-ext.el (ibuffer-filtering-groups): Renamed to
9843         `ibuffer-filter-groups'.  All users updated.
9844         (ibuffer-show-empty-filter-groups): New variable.
9845         (ibuffer-saved-filter-groups): New variable.
9846         (ibuffer-maybe-save-stuff): Renamed from
9847         `ibuffer-maybe-save-saved-filters'.  Callers updated.
9848         Handle `ibuffer-saved-filter-groups'.
9849         (ibuffer-hidden-filtering-groups): Renamed to
9850         `ibuffer-hidden-filter-groups'.
9851         (ibuffer-filter-group-kill-ring): New variable.
9852         (ibuffer-save-with-custom): Doc fix.
9853         (ibuffer-set-filter-groups-by-mode): New function.
9854         (ibuffer-clear-filter-groups): New function.
9855         (ibuffer-current-filter-groups-with-position): Renamed from
9856         `ibuffer-current-filter-groups'.  Callers updated.
9857         (ibuffer-kill-filter-group): New function.
9858         (ibuffer-kill-line): New function.
9859         (ibuffer-yank): New function.
9860         (ibuffer-save-filter-groups): New function.
9861         (ibuffer-delete-saved-filter-groups): New function.
9862         (ibuffer-switch-to-saved-filter-groups): New function.
9863         (ibuffer-mark-on-buffer): Add optional arguments for adding a
9864         specific mark, and marking on a specific group.
9866         * ibuffer.el (ibuffer-formats): Doc fix.
9867         (ibuffer-mode-map): Bind <up> to `ibuffer-backward-line'.
9868         Bind new functions from ibuf-ext.el.  Add menu entries for them.
9869         Remove superfluous tooltips.
9870         (ibuffer-toggle-marks): If on a group name, then toggle marks just
9871         in that group.
9872         (ibuffer-mark-interactive): Handle filter groups.
9873         (ibuffer-mark-forward, ibuffer-unmark-forward)
9874         (ibuffer-mark-for-delete, ibuffer-unmark-backward)
9875         (ibuffer-mark-for-delete-backwards): Update docs.
9876         (ibuffer-current-filter-groups): Moved to ibuf-ext.el, and renamed
9877         to `ibuffer-current-filter-groups-with-position'.
9878         (ibuffer-redisplay-engine): Handle `ibuffer-show-empty-filter-groups'.
9879         (ibuffer-mode): Add some documentation about filter groups.
9881 2002-04-25  Andreas Schwab  <schwab@suse.de>
9883         * find-dired.el (find-name-dired): Don't quote pattern twice.
9885 2002-04-26  Miles Bader  <miles@gnu.org>
9887         * cus-edit.el (customize-face, customize-face-other-window):
9888         Use default instead of initial-input for suggested face.
9890 2002-04-25  Gerd Moellmann  <gerd@gnu.org>
9892         * cus-edit.el (customize-face-other-window, customize-face):
9893         Interactively, when point is on text with a face, suggest to
9894         customize that face.
9896 2002-04-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
9898         * progmodes/f90.el: General tidy-up of commentary and some doc
9899         strings.
9901 2002-04-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
9903         * scroll-all.el (scroll-all-function-all) New function to do the
9904         actual work.
9905         (scroll-all-scroll-down-all, scroll-all-scroll-up-all,
9906         scroll-all-page-down-all, scroll-all-page-up-all,
9907         scroll-all-beginning-of-buffer-all, scroll-all-end-of-buffer-all):
9908         Make them use scroll-all-function-all.
9910         * progmodes/f90.el (f90-get-beg-of-line): Removed and replaced
9911         with line-beginning-position.
9912         (f90-get-end-of-line): Removed and replaced with line-end-position.
9913         (f90-match-piece): Removed and replaced with match-string.
9914         (f90-current-indentation): Remove `current-column'.
9915         (f90-get-present-comment-type): Use match-string rather than
9916         buffer-substring.
9917         (f90-match-end): Use line-beginning-position, line-end-position
9918         rather than beginning-of-line, end-of-line.
9919         (f90-startup-message): Variable removed.
9921 2002-04-24  Colin Walters  <walters@verbum.org>
9923         * replace.el (occur-accumulate-lines): Add optional argument
9924         `no-props'.  Handle it.
9925         (occur-engine): Use it.
9927         * ibuf-ext.el (toplevel): Remove byte-compile-dynamic.  Try to set
9928         up autoloads manually.
9929         (ibuffer-split-list): New function.
9930         (ibuffer-filtering-groups): New variable.
9931         (ibuffer-hidden-filtering-groups): New variable.
9932         (ibuffer-mouse-toggle-filter-group): New function.
9933         (ibuffer-toggle-filter-group): New function.
9934         (ibuffer-toggle-filter-group-1): New function.
9935         (ibuffer-forward-filter-group): New function.
9936         (ibuffer-backward-filter-group): New funtion.
9937         (ibuffer-generate-filter-groups): New function.
9938         (ibuffer-filters-to-filter-group): New function.
9939         (ibuffer-pop-filter-group): New function.
9940         (ibuffer-jump-to-filter-group): New function.
9941         (ibuffer-do-occur): Just use `occur-read-primary-args'
9943         * ibuffer.el (ibuffer-filter-group-name-face): New.
9944         (ibuffer-mode-map): Bind and add menu entries for most new
9945         functions; also, bind the arrow keys to the movement functions.
9946         (ibuffer-mode-filter-group-map): New.
9947         (ibuffer-mouse-toggle-mark): Handle group names.
9948         (ibuffer-mouse-visit-buffer): Error if the current buffer is killed.
9949         (ibuffer-skip-properties): New function.
9950         (ibuffer-backward-line, ibuffer-forward-line): Optionally skip
9951         group names.  Also, handle new properties.
9952         (ibuffer-visit-buffer, ibuffer-visit-buffer-other-window):
9953         Move error handling to `ibuffer-current-buffer'.
9954         (ibuffer-visit-buffer-other-frame, ibuffer-bury-buffer): Ditto.
9955         (ibuffer-visit-tags-table, ibuffer-do-view-1): Ditto.
9956         (ibuffer-toggle-marks): Add optional group argument.
9957         (ibuffer-mark-interactive): Skip group names.
9958         (ibuffer-current-buffer): Clean up error handling.
9959         (ibuffer-fontify-region-function): Fontify group names.
9960         (ibuffer-map-lines): Add extra group argument.  Handle it.
9961         (ibuffer-current-filter-groups): New function.
9962         (ibuffer-redisplay): Handle hidden filtering groups.
9963         (ibuffer-sort-bufferlist): New function, taken from
9964         `ibuffer-insert-buffers-and-marks'.
9965         (ibuffer-insert-filter-group): New function.
9966         (ibuffer-redisplay-engine): Renamed from
9967         `ibuffer-insert-buffers-and-marks'.  Handle new filtering groups.
9968         (ibuffer): Add filter-groups argument.  Handle it.
9969         Use `save-selected-window'.
9970         (ibuffer-mode): Make `ibuffer-filtering-groups' and
9971         `ibuffer-hidden-filtering-groups' buffer-local.
9973         * ibuf-macs.el (ibuffer-save-marks): Call `ibuffer-redisplay-engine'.
9975 2002-04-24  Richard M. Stallman  <rms@gnu.org>
9977         * emacs-lisp/easymenu.el (easy-menu-intern): Downcase before interning.
9978         (easy-menu-define-key-intern): Function deleted; callers intern
9979         and then call easy-menu-define-key.
9980         (easy-menu-do-add-item): Explicitly intern the key, but not BEFORE.
9981         (easy-menu-define-key): Use easy-menu-name-match to match BEFORE.
9982         (easy-menu-name-match): New function.
9983         (add-submenu): New function.
9984         (easy-menu-get-map-look-for-name): Use easy-menu-name-match.
9986 2002-04-24  Eli Zaretskii  <eliz@is.elta.co.il>
9988         * menu-bar.el (menu-bar-adv-search-menu)
9989         (menu-bar-adv-search-menu): Improve the help text.
9991 2002-04-24  Simon Josefsson  <jas@extundo.com>
9993         * net/netrc.el: New file.
9995 2002-04-24  Thomas DeWeese  <tdeweese@rochester.rr.com>
9997         * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
9998         Check if any of the available selection sources has new content
9999         and if so it will return that content.
10001 2002-04-24  Miles Bader  <miles@gnu.org>
10003         * menu-bar.el (buffers-menu-show-directories)
10004         (buffers-menu-show-status): New variables.
10005         (menu-bar-update-buffers-1): Use them.
10007 2002-04-24  Martin Stjernholm  <mast@lysator.liu.se>
10009         * progmodes/cc-cmds.el (c-mask-comment): More fixes when used
10010         from `c-do-auto-fill' and point is at or near the limit of the
10011         comment.  Fixed bug when the prefix from `c-guess-fill-prefix'
10012         is longer than the text on the first line of the comment when
10013         it's masked.
10015 2002-04-24  Miles Bader  <miles@gnu.org>
10017         * menu-bar.el (menu-bar-update-buffers-1): Make sure
10018         `uniquify-buffer-name-style' is bound.
10020 2002-04-23  Colin Walters  <walters@verbum.org>
10022         * replace.el (toplevel): Require `cl' while compiling.
10023         (occur-buffer, occur-nlines): Delete.
10024         (occur-revert-properties): Rename to `occur-revert-properties'.
10025         (occur-mode): Handle it.  Set up font lock.
10026         (occur-revert-function): Simply apply `occur-1'.
10027         (occur-mode-find-occurence, occur-mode-mouse-goto)
10028         (occur-mode-goto-occurrence-other-window)
10029         (occur-mode-display-occurrence): Handle buffer property.
10030         (list-matching-lines-face): Use defcustom.
10031         (list-matching-lines-buffer-name-face): New variable.
10032         (occur-accumulate-lines): Renamed from `ibuffer-accumulate-lines',
10033         in ibuffer.el.
10034         (occur-read-primary-args): Move out of `occur'.
10035         (occur): Delete.  Now simply call `occur-1'.
10036         (multi-occur, multi-occur-by-filename-regexp): New functions.
10037         (occur-1): New function.
10038         (occur-engine): Renamed from `ibuffer-occur-engine' to replace the
10039         previous implementation of `occur'; taken from ibuf-ext.el.
10040         (occur-fontify-on-property): New function.
10041         (occur-fontify-region-function, occur-unfontify-region-function):
10042         New functions.
10044         * ibuffer.el (ibuffer-accumulate-lines): Moved to replace.el.
10046         * ibuf-ext.el (ibuffer-depropertize-string): Delete.
10047         (ibuffer-occur-match-face): Delete.
10048         (ibuffer-occur-props, ibuffer-occur-mode): Delete.
10049         (ibuffer-occur-mouse-display-occurence): Delete.
10050         (ibuffer-occur-goto-occurence, ibuffer-occur-display-occurence)
10051         (ibuffer-do-occur-1, ibuffer-occur-revert-buffer-function): Delete.
10052         (ibuffer-occur-engine): Moved to replace.el.
10053         (ibuffer-do-occur): Simply call `occur-1'.
10055         * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
10056         Handle the case where we're already viewing the score file.
10058 2002-04-23  Andreas Schwab  <schwab@suse.de>
10060         * menu-bar.el (menu-bar-goto-menu): Fix bindings for next-tag and
10061         next-tag-otherw.
10063 2002-04-23  Miles Bader  <miles@gnu.org>
10065         * menu-bar.el (menu-bar-update-buffers-1): Don't display a
10066         directory separator if there's no directory.  Don't display
10067         directories at all if uniquify is active.  Some code cleanup.
10068         (uniquify-buffer-name-style): Declare (but don't initialize).
10070         * menu-bar.el (menu-bar-update-buffers): Don't use constant lists
10071         for command menu entries, since the low-level menu code modifies
10072         them.  Cache the resulting list.
10073         (menu-bar-buffers-menu-command-entries): New variable.
10075         * menu-bar.el (menu-bar-update-buffers): Add `Select Named Buffer'.
10076         Add separator line before commands
10077         Remove old crufty code that tried to line things up by adding
10078         spaces to entries (it doesn't work).
10079         Move `Frames' submenu after the normal buffers, and add a
10080         separator line before it.
10081         (menu-bar-buffers-menu-list-buffers-entry): Variable removed.
10083 2002-04-22  Richard M. Stallman  <rms@gnu.org>
10085         * files.el (after-find-file): Use %s to output MSG.
10087         * dired.el (dired-mouse-find-file-other-window):
10088         Handle events that move out of the window.
10090 2002-04-23  Martin Stjernholm  <mast@lysator.liu.se>
10092         * progmodes/cc-cmds.el (c-mask-comment): Fixed bug where point
10093         was moved to the following line when it was at the first line
10094         of a block comment where comment-start-skip matched to eol.
10096 2002-04-22  Richard M. Stallman  <rms@gnu.org>
10098         * simple.el (line-move-finish): Find beg and end of line
10099         before calling line-move-to-column.  Do consider intangible
10100         when finding the end.  Take more care in analyzing the results
10101         of intangibility after line-move-to-column.
10103 2002-04-22  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
10105         * international/mule-diag.el (list-input-methods-1): Doc fix
10106         (LEIM is now part of the standard distribution).
10108         * tmm.el (tmm-completion-prompt): Doc fix.
10110         * hilit-chg.el (global-highlight-changes): Capitalize status texts.
10112 2002-04-22  Edward M. Reingold  <reingold@emr.cs.iit.edu>
10114         * diary-lib.el (include-other-diary-files): Allow modifying
10115         included buffer, to turn off selective display.
10117 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
10119         * progmodes/cc-mode.el: (c-define-abbrev-table): New function to
10120         pass the SYSTEM-FLAG to `define-abbrev' in a way that works in
10121         emacsen that doesn't support it.
10123 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
10125         * progmodes/cc-align.el, progmodes/cc-engine.el,
10126         progmodes/cc-styles.el, progmodes/cc-vars.el
10127         (c-guess-basic-syntax, c-lineup-topmost-intro-cont):
10128         Find correct anchor for statement-cont in top level constructs.
10129         Analyze variable initializations in top level constructs as
10130         topmost-intro-cont instead of statement-cont.  That is an
10131         incompatible change but it gives better consistency.  The new
10132         lineup function c-lineup-topmost-intro-cont' compensates for
10133         it and is now put on topmost-intro-cont by default.
10135         * progmodes/cc-align.el, progmodes/cc-engine.el,
10136         progmodes/cc-langs.el (c-lineup-argcont): Lineup function
10137         contributed by Kevin Ryde.
10139         (c-in-gcc-asm-p): Function to recognize asm statements.
10140         Contributed by Kevin Ryde.
10142         (c-opt-asm-stmt-key): New language variable to recognize the
10143         beginning of asm statements.
10145 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
10147         * progmodes/cc-engine.el (c-guess-basic-syntax):
10148         Detect variable declarations after class and struct declarations
10149         correctly.  Fixed limit error when finding the anchor for
10150         template-args-cont and topmost-intro-cont.
10152 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
10154         * progmodes/cc-cmds.el (c-beginning-of-defun)
10155         (c-declaration-limits): Find the "line oriented" declaration
10156         start too, just like the "line oriented" end is found.
10158 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
10160         * progmodes/cc-vars.el (c-offsets-alist): A more sane default
10161         for `inexpr-statement'.  This is not compatible, though.
10162         I think the benefit of a good default style outweights that in
10163         this case.  Besides, `inexpr-statement' is not very common.
10165 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
10167         * progmodes/cc-cmds.el (c-electric-delete-forward):
10168         Fix silly bug that caused it to delete backwards in hungry delete
10169         mode.  (It's amazing that this bug hasn't been reported.)
10171         * progmodes/cc-cmds.el (c-declaration-limits, c-mark-function):
10172         Extracted the code to get the declaration limits from
10173         `c-mark-function' to a new `c-declaration-limits'.
10175         (c-indent-defun): Use the same method to get the limits of the
10176         declaration or macro as `c-mark-function'.
10178         * progmodes/cc-engine.el (c-beginning-of-decl-1): Handle brace
10179         list initializers correctly (but costly; it ought to be
10180         integrated into `c-beginning-of-statement-1').
10182 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
10184         * progmodes/cc-cmds.el, progmodes/cc-engine.el
10185         (c-beginning-of-defun, c-end-of-defun, c-mark-function):
10186         Rewritten to detect the declaration limits better.
10187         Now handles K&R argdecls, class definitions followed by variables etc.
10189         (c-in-knr-argdecl): Broke out the K&R argdecl test in
10190         `c-beginning-of-decl-1' to this new function.
10192         (c-end-of-statement-1, c-end-of-decl-1):
10193         Replace `c-end-of-statement-1' with `c-end-of-decl-1', which correctly
10194         handles declarations that continue after the block.
10196         * progmodes/cc-engine.el (c-syntactic-re-search-forward):
10197         Added an option to restrict matching to the top level of the
10198         current paren sexp.
10200         * progmodes/cc-langs.el (c-opt-block-decls-with-vars-key):
10201         New regexp to recognize declarations that continue after the block.
10203         (c-syntactic-eol): New regexp to match a "syntactic" eol.
10205 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
10207         * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed a bug
10208         that often caused the backward limit to be lost at the top
10209         level.  This improves performance a bit.
10211         * progmodes/cc-engine.el (c-syntactic-re-search-forward):
10212         New function that works like `re-search-forward' but only returns
10213         matches in syntactically significant text.
10215         * progmodes/cc-engine.el: Fixed a faster and more accurate way
10216         to recognize K&R argdecls.
10218         (c-beginning-of-decl-1): New function that put point at the
10219         beginning of the declaration.  It handles K&R argdecl blocks.
10221         (c-guess-basic-syntax): Replaced the `knr-argdecl' recognition
10222         code with one that doesn't depend on the current indentation.
10223         The anchor position for `knr-argdecl' has also changed, but in
10224         a way that is unlikely to cause compatibility problems.
10226 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
10228         * progmodes/cc-defs.el, progmodes/cc-engine.el
10229         (c-forward-comment): `forward-comment' in XEmacs skips over
10230         line continuations in the backward direction.  Correct for
10231         that.  Also made this a defun since it has grown too large now
10232         to be a defsubst.
10234         * progmodes/cc-langs.el: More convenient and decentralized
10235         setup of the language specific variables.  The regexp-opt
10236         mangling is also done at compile time now.
10238 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
10240         * progmodes/cc-cmds.el (c-indent-line-or-region):
10241         Call `c-indent-line' directly instead of through
10242         `indent-according-to-mode' so that this function always
10243         indents syntactically.
10245         * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed a bug
10246         where a class beginning with a nested class could cause an
10247         infinite loop (the state outside the narrowed out class is
10248         never used now).
10250 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
10252         * progmodes/cc-align.el, progmodes/cc-cmds.el,
10253         progmodes/cc-engine.el, progmodes/cc-vars.el: Fixes so that
10254         the context sensitive analysis inside macros is restricted to
10255         the bodies of #define's; other things, like #if expressions,
10256         never have anything in common with their surroundings.
10257         The old `cpp-macro-cont' syntax is now used in situations where
10258         the syntactic analysis isn't applicable, and a new syntactic
10259         element `cpp-define-intro' is used to add indentation in
10260         #define bodies.
10262         (c-lineup-cpp-define): New name for `c-lineup-macro-cont' to
10263         better reflect its use.
10265         * progmodes/cc-engine.el (c-guess-basic-syntax): Ignore line
10266         continuation backslashes in the detection of `arglist-cont-nonempty'.
10268         * progmodes/cc-align.el: Use the vector form in the return
10269         value in all cases where lineup functions return absolute columns.
10271 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
10273         * progmodes/cc-engine.el (c-add-stmt-syntax)
10274         (c-guess-basic-syntax): Anchor `brace-list-intro' and
10275         `bracec-list-close' better for brace lists nested inside expressions.
10277         * progmodes/cc-engine.el, progmodes/cc-langs.el,
10278         progmodes/cc-mode.el, progmodes/cc-styles.el: Cleaned up the
10279         various language specific variables and their initialization.
10280         The keyword regexps are now lists that are combined with
10281         regexp-opt.  Some variables have changed names to fit better
10282         with the naming convention.
10284         * progmodes/cc-defs.el, progmodes/cc-vars.el
10285         (c-buffer-is-cc-mode): The value is the mode symbol of the
10286         original CC Mode mode.
10288         (c-major-mode-is): Compare against the buffer local variable
10289         `c-buffer-is-cc-mode', which is faster than using `derived-mode-class'.
10291 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
10293         * progmodes/cc-engine.el (c-forward-syntactic-ws)
10294         (c-backward-syntactic-ws, c-forward-token-1)
10295         (c-backward-token-1, c-in-literal, c-literal-limits)
10296         (c-collect-line-comments, c-literal-type, c-on-identifier)
10297         (c-guess-basic-syntax): These functions are now considered part
10298         of the "CC Mode API" and may be used by other code.
10299         That's signified by making their documentation into docstrings.
10301         (c-whack-state, c-hack-state, c-skip-case-statement-forward):
10302         Removed these internal functions since they aren't used.
10304         (c-forward-to-cpp-expression): Classified this function as internal.
10306 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
10308         * progmodes/cc-langs.el (c-ObjC-class-key, c-Java-class-key):
10309         Simplified these regexps; the class keywords they contain
10310         ought to be enough to avoid false matches, so checking for
10311         following identifiers etc is just unnecessary (and might also
10312         fail for oddly formatted code).
10314 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
10316         * progmodes/cc-engine.el, progmodes/cc-cmds.el
10317         (c-forward-comment-lc): New function that behaves like
10318         `c-forward-comment', with the exception that line
10319         continuations are treated as whitespace.
10321         (c-beginning-of-statement): Use `c-forward-comment-lc', to
10322         work correctly in macros and other places where line
10323         continuations should be treated as whitespace.
10325         * progmodes/cc-engine.el (c-guess-basic-syntax): Analyze a
10326         normal label in a switch block as a case label, to get
10327         consistent lineup with the case labels.
10329         * progmodes/cc-engine.el (c-backward-syntactic-ws): Fixed bug
10330         in skipping over a macro that ends with an empty line.
10332         * progmodes/cc-styles.el: Require cc-align since styles added
10333         with `c-add-style' often contains references to functions
10334         defined there, and so the `c-valid-offset' check might
10335         otherwise complain on them.
10337 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
10339         * progmodes/cc-align.el, progmodes/cc-mode.texi,
10340         progmodes/cc-vars.el: Added two new lineup functions:
10342         (c-lineup-knr-region-comment): A new lineup function to get
10343         (what most people think is) better indentation of comments in
10344         the "K&R region" between the function header and its body.
10346         (c-lineup-gcc-asm-reg): New lineup function for better
10347         indentation inside gcc asm blocks.  Contributed by Kevin Ryde.
10349         (c-offsets-alist): Use `c-lineup-gcc-asm-reg' and
10350         `c-lineup-knr-region-comment' in the default offset
10351         configuration, since these two functions have little impact
10352         outside their intended use, and they generally do the right
10353         thing when they kick in.
10355         * progmodes/cc-engine.el (c-guess-continued-construct)
10356         (c-guess-basic-syntax): Handle nested functions in all
10357         languages, not just Pike.  In C and C++ there's a gcc
10358         extension for this, and it also gives better treatment of
10359         macros that are followed by blocks.
10361         * progmodes/cc-langs.el (c-symbol-key): Made this variable
10362         mode specific, to handle Pike special symbols like `== better.
10364 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
10366         * progmodes/cc-cmds.el, progmodes/cc-engine.el,
10367         progmodes/cc-vars.el (c-report-syntactic-errors): A new
10368         variable to control the syntactic error messages.  It defaults
10369         to off; since CC Mode ignores most syntactic errors it might
10370         as well ignore them all for the sake of consistency.
10372 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
10374         * progmodes/cc-engine.el (c-looking-at-inexpr-block):
10375         Optimization.  Can give a noticeable speedup if there's a
10376         large preceding function or class body.
10378 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
10380         * progmodes/cc-align.el, progmodes/cc-cmds.el: Use more
10381         efficient and correct insertion functions in many places.
10382         Always inherit text properties correctly if the text is
10383         permanent.  Also do it for speed in temporary insertions,
10384         since I figure it's less work to continue the surrounding text
10385         properties than to break them.
10387         * progmodes/cc-styles.el (c-read-offset): Unbind SPC in the
10388         completion to make it easier to enter lists.
10390 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
10392         * progmodes/cc-cmds.el (c-beginning-of-defun): Fixed bug where
10393         c-state-cache was clobbered.
10395         * progmodes/cc-cmds.el, progmodes/cc-engine.el
10396         (c-calculate-state): Moved from cc-cmds.el to cc-engine.el due
10397         to dependency.
10399 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
10401         * progmodes/cc-engine.el (c-parse-state): Ignore unbalanced
10402         open parens in macros (if point isn't in the same one).
10404 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
10406         * progmodes/cc-cmds.el (c-context-open-line): New function
10407         that is the `open-line' equivalent to `c-context-line-break'.
10409         * progmodes/cc-mode.el (c-mode-base-map): Compatibility fix
10410         for Emacs 21 since `indent-new-comment-line' has been changed
10411         to `comment-indent-new-line' there.
10413 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
10415         * progmodes/cc-engine.el, progmodes/cc-langs.el
10416         (c-stmt-delim-chars, c-stmt-delim-chars-with-comma):
10417         New variables containing the character sets used to recognize
10418         statement/declaration boundaries.  These variables might help
10419         to support languages like javascript and awk, where newlines
10420         sometimes delimits statements.
10422         (c-crosses-statement-barrier-p): Use `c-stmt-delim-chars' as
10423         the set of statement delimiting characters, to allow it to be
10424         changed dynamically and per-mode.
10426 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
10428         * progmodes/cc-engine.el (c-looking-at-bos)
10429         (c-looking-at-inexpr-block, c-add-stmt-syntax)
10430         (c-guess-basic-syntax): Treat blocks directly inside function
10431         calls like "bare" statements inside function calls, and not
10432         like in-expression statements.  This to make indentation of
10433         such blocks consistent with other statements inside macro calls.
10435         * progmodes/cc-engine.el (c-guess-basic-syntax):
10436         Made arglist-cont anchor correctly in arglists that contain statements.
10438         * progmodes/cc-engine.el (c-guess-basic-syntax):
10439         Fixed consistent anchoring of defun-block-intro in defuns in code
10440         blocks (can only occur in Pike).
10442         * progmodes/cc-engine.el (c-looking-at-inexpr-block)
10443         (c-looking-at-inexpr-block-backward): Changed the arguments to
10444         require containing sexps and paren state, for better efficiency.
10446 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
10448         * progmodes/cc-cmds.el, progmodes/cc-engine.el,
10449         progmodes/cc-vars.el: Improved anchoring of statement and
10450         handling of labels in front of substatements.
10452         (c-guess-continued-construct, c-guess-basic-syntax):
10453         Improved and unified anchoring at statements.  Statements beginning
10454         with comments or labels are now avoided, by going out of
10455         blocks and containing statements if necessary.  This nesting
10456         handling also fixes the case when there's a statement after a
10457         block open brace.  Added the syntactic symbol `substatement-label'.
10459         (c-electric-colon): Map the new `substatement-label' to
10460         `label' when consulting `c-hanging-colons-alist'.
10462         (c-offsets-alist): Added substatement-label.  Updated the
10463         comments for the new anchoring positions at statements.
10465         * progmodes/cc-engine.el (c-guess-basic-syntax): Use more sane
10466         anchor points for knr-argdecl-intro and access-label.
10467         They used to refer to some point on the same line, a bug which was
10468         neutralized by a kludge in `c-get-syntactic-indentation' which
10469         ignored such anchor points.
10471         (c-get-syntactic-indentation): Removed the kludge that was
10472         necessary due to buggy anchor points.
10474         * progmodes/cc-engine.el (c-guess-basic-syntax): Do not check
10475         the absence of a comma before arglist-close (case 7A) in any
10476         language, since there's nothing better to do that case anyway.
10477         Added special case to make in-expression statements be
10478         recognized as normal arglist-cont if we're directly in a macro
10479         arglist, for consistency with other "bare" statements.
10481         * progmodes/cc-engine.el (c-looking-at-bos): Added optional
10482         limit arg for backward searches.
10484         * progmodes/cc-engine.el (c-looking-at-inexpr-block):
10485         Anchor gcc in-expression statements at the surrounding open
10486         parenthesis.  Treat a class body as an in-expression class if
10487         it's used in an object clone expression in Pike.
10489         * progmodes/cc-engine.el (c-get-offset)
10490         (c-get-syntactic-indentation): Allow several anchor positions
10491         in the list of syntactic symbols.  Only the first is used as
10492         the base for the offset calculation.
10494 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
10496         * progmodes/cc-cmds.el (c-indent-defun): Indent the current
10497         macro if inside one at the top level.  Do not throw an error
10498         if used at the top level outside a macro.
10500         * progmodes/cc-cmds.el (c-backslash-region): Do tab width
10501         alignment only if the backslashes can't be aligned with
10502         surrounding backslashes.
10504         * progmodes/cc-engine.el (c-end-of-macro): New function.
10506         * progmodes/cc-engine.el (c-least-enclosing-brace):
10507         Rewritten to not be destructive.
10509 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
10511         * progmodes/cc-cmds.el (c-context-line-break): Only do a macro
10512         line break when point is inside the content of it; if it's in
10513         the cpp keyword a normal line break is done.
10515         * progmodes/cc-engine.el (c-guess-basic-syntax): Do not add
10516         cpp-macro-cont inside the argument list to a #define.
10518 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
10520         * progmodes/cc-defs.el (c-forward-comment): Implemented a
10521         kludge to avoid the problem most forward-comment incarnations
10522         have with `\' together with comment parsing.
10524 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
10526         * progmodes/cc-engine.el (c-check-state-cache): Fixed bug
10527         which could cause the state returned by `c-parse-state' to
10528         lack a closed paren element.  That in turn could result in
10529         very long searches, since it's common that they start from the
10530         last preceding close brace.
10532 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
10534         * progmodes/cc-engine.el (c-beginning-of-statement-1): Do not
10535         treat else-if as a single continuation, since that'd make it
10536         hard to get the right anchor point when there's a line break
10537         between the two keywords.  This change causes else-clause to
10538         be anchored on the closest preceding else-if and not always on
10539         the starting if, but that doesn't affect the indentation for
10540         any reasonably sane style.  Also introduced a noerror flag.
10542         (c-beginning-of-closest-statement): Removed;
10543         c-beginning-of-statement-1 now avoids the problem this one solved.
10545         * progmodes/cc-engine.el (c-guess-continued-construct)
10546         (c-guess-basic-syntax): Better and more uniform anchor points
10547         for 'statement-cont and 'substatement.  The effect is
10548         noticeable mostly when there's a label on the same line as the
10549         beginning of the statement, or when there are more stuff
10550         before the start of the statement.
10552         * progmodes/cc-engine.el (c-looking-at-inexpr-block):
10553         Added flag to disable looking at the type of the surrounding paren
10554         since that confuses c-beginning-of-statement-1 and a couple of
10555         other places.
10557         * progmodes/cc-engine.el (c-guess-basic-syntax):
10558         Avoid stepping to the previous statement in case 18.
10559         Improvements in recognition of statement blocks on the top level.
10561 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
10563         * progmodes/cc-engine.el (c-beginning-of-statement-1)
10564         (c-crosses-statement-barrier-p): Rewritten to get a well
10565         defined and documented behavior.  This fixes some tricky cases
10566         in recognition of do-while constructs.
10568         (c-backward-to-start-of-do, c-backward-to-start-of-if):
10569         Removed; use c-beginning-of-statement-1 instead.
10571         (c-guess-continued-construct, c-guess-basic-syntax):
10572         Various fixes to not depend on the bugs previously in
10573         c-beginning-of-statement-1.  Cleanups in cases 18 and 17 to
10574         use the new behavior of c-beginning-of-statement-1 better.
10575         Fixed recognition of catch blocks inside macros.
10577         * progmodes/cc-engine.el (c-backward-syntactic-ws): Fixed bug
10578         in skipping over a macro.
10580         * progmodes/cc-langs.el (c-label-kwds): New variable to
10581         contain the appropriate c-*-label-kwds value.
10583         * progmodes/cc-vars.el (defcustom-c-stylevar): Fixed value
10584         evaluation bug that caused the widget for
10585         c-block-comment-prefix to bug out.
10587 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
10589         * progmodes/cc-engine.el (c-guess-basic-syntax):
10590         Improved recognition of statements: They are now recognized in
10591         contexts where they normally can't occur, e.g. on the top level or
10592         in function call arguments.  This is mainly useful to recognize
10593         statements in macros at the top level, and in arguments to
10594         macros.  The cases has been moved around quite a bit, and case
10595         10 has been copied to case 18.  (The cases has not been
10596         renumbered because of this.)
10598         (c-guess-continued-construct): New function which has the
10599         rules which are common between cases 10 and 18.
10601         * progmodes/cc-engine.el (c-beginning-of-statement-1)
10602         (c-backward-to-start-of-do, c-backward-to-start-of-if):
10603         Fixes so that they really obey the passed limits.
10605         (c-safe-position): Return nil if the state doesn't contain a
10606         suitable position.
10608         (c-guess-basic-syntax): Fixes some too short limits in calls
10609         to c-beginning-of-statement-1.  Some fixes for top level
10610         analysis in ObjC mode.
10612         * progmodes/cc-engine.el (c-beginning-of-statement-1):
10613         Fixed bug in do-while statements where the body is not a block.
10615         * progmodes/cc-styles.el (c-set-style):
10616         Reset c-special-indent-hook to its global value if in override mode.
10617         Fixes problem where functions on that hook remained after
10618         style switch.
10620         * progmodes/cc-engine.el (c-evaluate-offset, c-get-offset):
10621         Use c-benign-error to report the c-strict-syntax-p error.
10623 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
10625         * progmodes/cc-align.el, progmodes/cc-defs.el,
10626         progmodes/cc-cmds.el, progmodes/cc-engine.el, cc-vars.el:
10627         Several fixes to treat macros as code and not literals and to
10628         handle line continuations transparently.
10630         (c-skip-ws-forward, c-skip-ws-backward): New macros to skip
10631         through whitespace and line continuations, but not comments
10632         and macros.
10634         (c-in-literal): No longer recognizes macros as literals by
10635         default. An extra flag argument is required to do that.
10637         (c-macro-start, c-query-macro-start)
10638         (c-query-and-set-macro-start): Added a cache for the macro
10639         start position.
10641         (c-forward-syntactic-ws, c-backward-syntactic-ws): Fixes for
10642         more speed when limits are given.  Workaround for bad behavior
10643         in forward-comment in some emacsen when it hits a buffer limit
10644         with a large repeat count.
10646         (c-lineup-macro-cont): Improved behavior when
10647         c-syntactic-indentation-in-macros is nil.
10649         (c-syntactic-indentation-in-macros, c-backslash-max-column)
10650         (c-auto-align-backslashes): New customization variables to
10651         control macro handling.
10653         * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
10654         Fixes to handle line continuations.
10656         * progmodes/cc-defs.el, progmodes/cc-styles.el
10657         (c-get-style-variables, c-set-offset): Report style errors
10658         with message and ding instead of error signal.  This to avoid
10659         interrupted mode init if there's some style problem.
10661         (c-benign-error): New macro to report errors that doesn't need
10662         to interrupt the operation.
10664         * progmodes/cc-defs.el (c-point): Added eonl and eopl positions.
10666 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
10668         * progmodes/cc-cmds.el (c-electric-brace, c-indent-region):
10669         Removed most of the c-state-cache fiddling, since the global
10670         state cache now handles this.
10672         * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed bug
10673         when there's an open paren at the very first char of the
10674         visible buffer region.
10676         * progmodes/cc-engine.el (c-parse-state, c-check-state-cache):
10677         Cache the state globally and invalidate it below every buffer
10678         change with the new after change function
10679         `c-check-state-cache'.  This gives a considerable performance
10680         boost when editing large functions or classes.
10682         * progmodes/cc-engine.el (c-whack-state-after): Slight optimization.
10684 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
10686         * progmodes/cc-engine.el, progmodes/cc-langs.el,
10687         progmodes/cc-align.el: Improvements to syntactic analysis
10688         inside macros:
10690         (c-block-stmt-1-kwds, c-block-stmt-2-kwds): New variables used
10691         by `c-guess-basic-syntax'.
10693         (c-parse-state): Fixed bug with braces inside macros when
10694         using cached state info.
10696         (c-forward-to-cpp-expression): New function to aid in
10697         syntactic analysis inside macros.
10699         (c-beginning-of-statement-1, c-backward-syntactic-ws):
10700         Fixes to work better inside macros.
10702         (c-forward-syntactic-ws): Whitespace between the # and the
10703         command should be allowed in preprocessor directives.
10705         (c-lineup-macro-cont): New lineup function to get context
10706         sensitive indentation inside macros.
10708         (c-offsets-alist): Made `c-lineup-macro-cont' the default for
10709         cpp-macro-cont.
10711 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
10713         * progmodes/cc-engine.el (c-beginning-of-statement-1)
10714         (c-forward-syntactic-ws): Fixes to handle continued lines.
10716         (c-backward-to-start-of-if, c-guess-basic-syntax):
10717         Do syntactic analysis inside macros.
10719 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
10721         * progmodes/cc-cmds.el (c-indent-region): Did a speedup made
10722         possible by the more flexible state cache.
10724         * progmodes/cc-engine.el (c-parse-state, c-whack-state-before)
10725         (c-whack-state-after, c-hack-state)
10726         (c-narrow-out-enclosing-class, c-guess-basic-syntax):
10727         Improved the state cache system.  It now can use partial info from
10728         an old cached state to calculate a new one at a different
10729         position.  Removed some kludges to avoid the state cache.
10730         The new functions `c-whack-state-before' and `c-whack-state-after'
10731         replace the now obsolete `c-whack-state'.
10733         * progmodes/cc-engine.el (c-beginning-of-statement-1):
10734         Optimized backing through a macro.  This can speed things up
10735         quite a bit when there are long macros before point.
10737         (c-beginning-of-macro): Do not ignore the limit.
10739 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
10741         * progmodes/cc-cmds.el (c-electric-continued-statement):
10742         Fixed a bug where the keyword wasn't reindented correctly if
10743         followed by another keyword or identifier.
10745         * progmodes/cc-engine.el (c-parse-state): Ignore closed brace
10746         pairs that are in macros.  Fixes some cases where e.g. the
10747         second of two "do { } while (0)" macros after each other
10748         indented differently.
10750 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
10752         * progmodes/cc-engine.el (c-beginning-of-macro)
10753         (c-forward-syntactic-ws): Recognize "#!" as a preprocessor
10754         directive when it begins a line, to allow for script
10755         interpreter lines like "#!/usr/bin/pike" at the beginning of
10756         the file.
10758 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
10760         * progmodes/cc-engine.el (c-looking-at-inexpr-block):
10761         Recognize brace blocks inside a parenthesis expression as
10762         inexpr-statement.  Useful when writing statements as macro arguments.
10764 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
10766         * progmodes/cc-cmds.el (c-fill-paragraph, c-do-auto-fill)
10767         (c-mask-comment): Broke out the comment masking code from
10768         `c-fill-paragraph' to a new function `c-mask-comment', to be
10769         able to do the same thing in `c-do-auto-fill'.  This should
10770         make auto-fill-mode behave better.
10772 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
10774         * progmodes/cc-cmds.el (c-electric-brace, c-electric-paren):
10775         Check `executing-macro' to avoid blinking parens when macros
10776         are executed.
10778         * progmodes/cc-mode.el, progmodes/cc-styles.el
10779         (c-setup-filladapt): Moved from cc-mode.el to cc-styles.el for
10780         consistency with `c-setup-paragraph-variables' (which was
10781         placed there due to the dependency from `c-set-style').
10783         * progmodes/cc-styles.el, progmodes/cc-vars.el: Fixed bug with
10784         incomplete initialization from the style variable fallbacks if
10785         there already is a style called "user" defined when CC Mode
10786         starts up for the first time.
10788 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
10790         * progmodes/cc-cmds.el, progmodes/cc-vars.el
10791         (c-comment-indent, c-indent-comment-alist): Added new variable
10792         `c-indent-comment-alist' to allow better control over
10793         `c-comment-indent'.
10795 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
10797         * progmodes/cc-align.el (c-lineup-C-comments): Try to match
10798         both `comment-start-skip' and the comment prefix on the
10799         current line with the comment starter, so that we line up
10800         comments which matches `c-comment-prefix-regexp' on the first
10801         line (after the `/') without the need to make
10802         `comment-start-skip' match whatever `c-comment-prefix-regexp' matches.
10804         * progmodes/cc-mode.el, progmodes/cc-styles.el (c-common-init)
10805         (c-set-style-1, c-setup-paragraph-variables): Moved the
10806         variable initialization based on `c-comment-prefix-regexp' to
10807         a new function `c-setup-paragraph-variables', which is now
10808         used both at mode init and when a style that sets
10809         `c-comment-prefix-regexp' is activated.
10811 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
10813         * progmodes/cc-engine.el (c-beginning-of-member-init-list):
10814         Better handling of C++ template args to avoid confusion with
10815         `<' and `>' used as operators in member init expressions.
10817 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
10819         * progmodes/cc-engine.el (c-most-enclosing-brace)
10820         (c-least-enclosing-brace): Added optional second arg to limit
10821         the search to before a certain point.
10823         * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed bug
10824         which could cause incorrect analysis if a cached state is used
10825         (usually only happens when an electric key reindents a line).
10827 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
10829         * progmodes/cc-defs.el (c-forward-comment): More idiosyncrasy
10830         insulation.  This time for XEmacs 21.
10832         * progmodes/cc-engine.el, progmodes/cc-langs.el:
10833         Improved handling of inheritance lists:
10835         (c-beginning-of-inheritance-list): Rewritten to use a more
10836         syntactically correct method that doesn't get confused by
10837         badly placed linebreaks and comments.
10839         (c-guess-basic-syntax): Several fixes to the handling of
10840         inheritance lists in combination with templates.  'inher-intro
10841         is now anchored on the start of the class declaration and not
10842         the indentation of the current line.  Switched places on cases
10843         5D.3 and 5D.4 and made them use more syntactically correct methods.
10845         (c-inher-key): Removed since the code in
10846         `c-guess-basic-syntax' now uses token-based search.
10848         * progmodes/cc-cmds.el, progmodes/cc-mode.el (c-mode-menu):
10849         Added a submenu to access some toggles.
10851         (c-toggle-syntactic-indentation): New function to toggle the
10852         variable `c-syntactic-indentation'.
10854         * progmodes/cc-styles.el (c-set-style): Improved the error
10855         message for incorrect offsets a bit.
10857 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
10859         * progmodes/cc-cmds.el (c-indent-exp): Don't require that the
10860         sexp follows point immediately, instead find the closest
10861         following open paren that ends on another line.
10863 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
10865         * progmodes/cc-align.el (c-lineup-cascaded-calls):
10866         New indentation function.
10868         * progmodes/cc-engine.el (c-beginning-of-macro): Bugfix for
10869         directives with whitespace between the '#' and the name.
10871 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
10873         * progmodes/cc-engine.el (c-forward-syntactic-ws)
10874         (c-backward-syntactic-ws): Handle line continuations as
10875         whitespace.  Don't move past a macro if that'd take us past
10876         the limit.
10878 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
10880         * progmodes/cc-engine.el (c-beginning-of-macro)
10881         (c-forward-syntactic-ws): Multiline strings begin with `#"' in
10882         Pike, and that shouldn't be confused with a preprocessor directive.
10884 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
10886         * progmodes/cc-cmds.el: Extended the kludge to interoperate
10887         with the delsel and pending-del packages wrt to the new
10888         function `c-electric-delete-forward'.
10890 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
10892         * progmodes/cc-cmds.el (c-indent-exp): Keep the indentation of
10893         the block itself, i.e. only indent the contents in it.
10895         * progmodes/cc-styles.el (c-set-style): Use the default
10896         argument to completing-read instead of initial-contents, if
10897         the function is recent enough to support it.
10899 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
10901         * progmodes/cc-mode.el (c-mode-help-address):
10902         Removed bug-gnu-emacs@gnu.org from the receiver list for bug reports.
10903         I've almost never seen a bug reported this way that should go
10904         to that list, but it's rather common that the reports concern
10905         the combination CC Mode and XEmacs instead.
10907 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
10909         * progmodes/cc-cmds.el (c-electric-paren): Fixed bug when both
10910         brace-elseif-brace and brace-catch-brace are active and
10911         there's a "else if"-block before the catch block.
10913         * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
10914         Detect function headers that span lines.
10916 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
10918         * progmodes/cc-cmds.el (c-electric-brace)
10919         (c-electric-semi&comma, c-electric-colon, c-electric-paren):
10920         Check for last on line only for doing the auto-newline-mode
10921         stuff, not for the reindentation.
10923         * progmodes/cc-cmds.el (c-electric-brace): Fixed bugs in the
10924         handling of c-syntactic-indentation: When it's nil, indent the
10925         new lines but don't reindent the current one.  Reindent the
10926         line only when the inserted brace comes first on it, instead
10927         of last.
10929         * progmodes/cc-cmds.el (c-electric-brace)
10930         (c-electric-semi&comma): Fixed two places where
10931         c-syntactic-indentation wasn't heeded.
10933         * progmodes/cc-cmds.el (c-electric-pound): Don't be electric
10934         inside a macro.
10936         * progmodes/cc-engine.el (c-backward-to-start-of-if): Try a
10937         little harder to find a fallback position when an orphan else
10938         is found.  Fixed case where an else following a do-while
10939         statement could be associated with an if inside the do-while.
10941 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
10943         * progmodes/cc-cmds.el (c-guess-fill-prefix): Tuned the dwim
10944         for the fallback to add a single space after the comment prefix.
10946         * progmodes/cc-cmds.el (c-indent-new-comment-line): Somewhat better
10947         behavior in some special cases, especially for single-line comments.
10948         Avoid breaking up a comment starter or ender.
10950 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
10952         * progmodes/cc-cmds.el (c-outline-level): Applied patch from
10953         the Emacs sources to make this work in invisible text.
10955         * progmodes/cc-langs.el (c-switch-label-key): Fixed regexp to
10956         not be confused by a later ':' on the same line as the label.
10958 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
10960         * progmodes/cc-cmds.el, progmodes/cc-mode.el
10961         (c-electric-delete, c-electric-delete-forward):
10962         Split `c-electric-delete' into two functions where
10963         `c-electric-delete-forward' always deletes forward and
10964         `c-electric-delete' only contains the code necessary for
10965         XEmacs to choose between backward and forward deletion.
10966         `c-electric-delete-forward' is now bound to C-d to get the
10967         electric behavior on that key too.
10969 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
10971         * progmodes/cc-cmds.el (c-fill-paragraph): Fixed bogus direct
10972         use of c-comment-prefix-regexp, which caused an error when
10973         it's a list.
10975 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
10977         * progmodes/cc-mode.el, progmodes/cc-vars.el (c-common-init)
10978         (c-default-style): Removed the hardcoded switch to "java" style
10979         in Java mode.  It's instead taken care of by the default value
10980         for c-default-style.
10982 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
10984         * progmodes/cc-align.el (c-lineup-math): Fix bug where lineup
10985         was triggered by equal signs in string literals.
10987 2002-04-21  Kim F. Storm  <storm@cua.dk>
10989         * subr.el (insert-buffer-substring-no-properties): New function.
10990         (insert-buffer-substring-as-yank): New function.
10992 2002-04-21  Glenn Morris  <gmorris@ast.cam.ac.uk>
10994         * scroll-all.el (minor-mode-alist): Fix usage of `scroll-all-mode'.
10995         (scroll-all-page-down-all, scroll-all-page-up-all) Remove `fkey-'
10996         prefix from scroll commands.  Ignore end-of-buffer errors from
10997         other windows.
10998         (scroll-all-check-to-scroll): Remove `fkey-' prefix from scroll
10999         commands.
11000         (scroll-all-beginning-of-buffer-all, scroll-all-end-of-buffer-all):
11001         New functions.
11003         * files.el: (auto-mode-alist): .f95 files in f90-mode.
11005         * progmodes/fortran.el: (fortran-beginning-do): Make regexp match
11006         a DO statement irrespective of numeric label.
11008 2002-04-20  Glenn Morris  <gmorris@ast.cam.ac.uk>
11010         * files.el (auto-save-file-name-transforms): Doc fix.
11011         Add third element to "uniquify" filenames.
11012         (make-auto-save-file-name): Use new element of
11013         auto-save-file-name-transforms.
11014         * startup.el (command-line): Add third element to
11015         auto-save-file-name-transforms.
11017 2002-04-19  Stefan Monnier  <monnier@cs.yale.edu>
11019         * files.el (file-name-non-special): Don't mangle the 0'th arg and the
11020         return value of file-name-completion and file-name-all-completions.
11022 2002-04-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
11024         * progmodes/f90.el: Update maintainer.
11025         (f90-line-continued): Recognize blank/comment lines embedded in
11026         continuation lines.
11027         (f90-looking-at-program-block-start): No extra indentation after
11028         function or subroutine keyword appears in single quotes.
11030 2002-04-19  Miles Bader  <miles@gnu.org>
11032         * custom.el (customize-mark-to-save, customize-mark-as-set)
11033         (custom-quote): Moved here from `cus-edit.el'.
11034         * cus-edit.el (customize-mark-to-save, customize-mark-as-set)
11035         (custom-quote): Moved to `custom.el'.
11037 2002-04-18  Richard M. Stallman  <rms@gnu.org>
11039         * facemenu.el (list-text-properties-at): Command deleted.
11041         * rect.el (insert-rectangle): Use insert-for-yank.
11043         * register.el (insert-register): Use insert-for-yank.
11044         (describe-register-1): Discard text props in yank-excluded-properties.
11046         * toolbar/tool-bar.el (tool-bar-local-item-from-menu):
11047         Fix parts in construction of `menu-item' item at end.
11049         * mail/mailabbrev.el (mail-mode-abbrev-table): Delete defvar.
11051         * subr.el (insert-for-yank): New function.
11053         * simple.el (yank-excluded-properties): New user option.
11054         (yank-pop, yank): Use insert-for-yank.
11056 2002-04-19  Kim F. Storm  <storm@cua.dk>
11058         * simple.el (pop-to-mark-command): Do not set this-command.
11059         (set-mark-command): Always jump to mark when called with arg.
11061 2002-04-18  Francesco Potort\e,Al\e(B  <pot@gnu.org>
11063         * comint.el (comint-watch-for-password-prompt): Remove whitespace
11064         at the beginning of password prompts.
11066 2002-04-18  Andrew Innes  <andrewi@gnu.org>
11068         * facemenu.el: Remove require of wid-edit.
11070 2002-04-17  Colin Walters  <walters@verbum.org>
11072         * ibuffer.el (ibuffer-visit-buffer): Optionally allow reducing to
11073         one window.
11074         (ibuffer-visit-buffer-1-window): Simply call `ibuffer-visit-buffer'.
11075         (ibuffer-current-state-list): Reinstate optional argument; now
11076         just call `point' inside the mapping function.
11078 2002-04-17  Francesco Potort\e,Al\e(B  <pot@gnu.org>
11080         * dired-aux.el (dired-star-subst-regexp)
11081         (dired-quark-subst-regexp): New constants.
11082         (dired-do-shell-command, dired-shell-stuff-it): Use them.
11083         (dired-do-shell-command): Raise an error if both `*' and `?'
11084         substitution marks are used in the same command.
11085         (dired-shell-stuff-it): Substitute all instances of `*' and `?'
11086         in a command given via dired-do-shell-command.
11088         * comint.el (comint-password-prompt-regexp): Match "Repeat passphrase".
11090 2002-04-16  Jason Rumney  <jasonr@gnu.org>
11092         * international/mule-cmds.el (locale-preferred-coding-systems):
11093         Add "jpn".
11095 2002-04-16  Eli Zaretskii  <eliz@is.elta.co.il>
11097         * term.el (term-emulate-terminal): Fix last change.
11099 2002-04-16  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
11101         * bindings.el (mode-line-mode-menu): Update names to reflect
11102         latest changes.
11104 2002-04-16  Mike Williams  <mdub@bigfoot.com>
11106         * textmodes/sgml-mode.el (sgml-at-indentation-p): Move to fix
11107         compilation error.
11109 2002-04-16  Michael Kifer  <kifer@cs.stonybrook.edu>
11111         * viper-ex.el: Patch by Samuel Padgett. Copyright papers received.
11112         (viper-ex-print-buf-name): New variable.
11113         (viper-ex-print-buf): New variable.
11114         (ex-token-alist): Invoke ex-print on ":print" Ex commands.
11115         (ex-g-marks): New variable.
11116         (ex-print): New function.
11117         (ex-print-display-lines): New function.
11119         * viper.el (viper-set-hooks): Add window-setup-hook, which sets
11120         the cursor color.
11122         * ediff-util.el (ediff-cleanup-mess): Delete ctl window on exit
11123         when the window is not in its own frame.
11124         (ediff-clone-buffer-for-region-comparison): More robust window
11125         arrangement while prompting for regions to compare.
11126         (ediff-make-cloned-buffer): Use generate-new-buffer-name.
11127         (ediff-inferior-compare-regions): Deleted unused vars
11128         ctl-buf and quit-now.
11130 2002-04-15  Richard M. Stallman  <rms@gnu.org>
11132         * facemenu.el (facemenu-add-new-face): Use this only for faces.
11133         Delete arg MENU.
11134         (facemenu-add-new-color): New function.
11135         (facemenu-set-foreground, facemenu-set-background):
11136         Use facemenu-add-new-color.
11138 2002-04-15  Eli Zaretskii  <eliz@is.elta.co.il>
11140         * ediff-init.el (ediff-current-diff-face-A)
11141         (ediff-current-diff-face-B, ediff-current-diff-face-C)
11142         (ediff-current-diff-face-Ancestor, ediff-fine-diff-face-A)
11143         (ediff-fine-diff-face-B, ediff-fine-diff-face-C)
11144         (ediff-fine-diff-face-Ancestor, ediff-even-diff-face-A)
11145         (ediff-even-diff-face-B, ediff-even-diff-face-C)
11146         (ediff-even-diff-face-Ancestor, ediff-odd-diff-face-A)
11147         (ediff-odd-diff-face-B, ediff-odd-diff-face-C)
11148         (ediff-odd-diff-face-Ancestor): Add special color definitions for
11149         tty and MS-DOS displays.
11151 2002-04-15  Andrew Innes  <andrewi@gnu.org>
11153         * facemenu.el: Require wid-edit.
11155 2002-04-15  Miles Bader  <miles@gnu.org>
11157         * faces.el (highlight): Force foreground to be black on a tty, so
11158         this face is readable on a dark-background tty.
11159         * wid-edit.el (widget-field-face, widget-single-line-field-face):
11160         Likewise.
11162 2002-04-14  Kim F. Storm  <storm@cua.dk>
11164         * simple.el (pop-to-mark-command, push-mark-command): New commands.
11165         (set-mark-command): Use them.
11166         Enhanced functionality when command is repeated:
11167         - If first command set the mark (no prefix arg), repeat temporarily
11168         enables transient-mark-mode.
11169         - If first command jumped to mark off ring (with argument),
11170         repeat (with or without arg) jump to next mark off ring.
11171         - Use C-u C-u prefix to set mark after jump.
11172         (exchange-point-and-mark): Temporarily enable transient-mark-mode
11173         if prefix arg.
11175 2002-04-14  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
11177         * speedbar.el (speedbar-tag-hierarchy-method)
11178         (speedbar-toggle-updates, speedbar-toggle-images): Doc fixes.
11180 2002-04-14  Mike Williams  <mdub@bigfoot.com>
11182         * textmodes/sgml-mode.el (sgml-parse-tag-backward): Fix to work at
11183         beginning of buffer.
11185 2002-04-14  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
11187         * speedbar.el (speedbar-generic-item-info)
11188         (speedbar-sort-tags): Doc fix.
11189         (speedbar-add-supported-extension): Fix typo in interactive spec.
11191 2002-04-13  Colin Walters  <walters@verbum.org>
11193         * ibuffer.el (ibuffer-forward-line): Just skip header if we're
11194         only moving one line forward.
11195         (ibuffer-map-lines): Preserve point position even if we delete
11196         lines.  Only call mapping functions with buffer and mark
11197         arguments; the other two were unused.
11198         (ibuffer-redisplay, ibuffer-update): Always skip special areas.
11200         * ibuf-macs.el, ibuf-ext.el: Update callers of `ibuffer-map-lines'.
11202         * calc/calc-bin.el (math-format-radix-float): Use `when'.
11204         * calc/calc.el (math-format-number): Load `calc-ext' before we
11205         call `math-group-float'.
11207         * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
11208         Renamed from `gamegrid-add-score'.
11209         (gamegrid-add-score-insecure): Restored from the old
11210         `gamegrid-add-score'.
11211         (gamegrid-add-score): Just dispatch on `system-type' to one of the
11212         previous two functions.
11214 2002-04-13  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
11216         * iswitchb.el: Update commentary to include new function
11217         iswitchb-exclude-nonmatching.
11219 2002-04-12  John Wiegley  <johnw@gnu.org>
11221         * eshell/esh-ext.el (eshell-script-interpreter): Fix for CRLF
11222         operating systems to the regexp used to detect a script's interpreter.
11224 2002-04-12  Eli Zaretskii  <eliz@is.elta.co.il>
11226         * frame.el (frames-on-display-list): Use `equal' to compare the
11227         `display' frame parameter to the argument DISPLAY.
11229 2002-04-12  Dave Love  <fx@gnu.org>
11231         * help.el (string-key-binding): Deal with margin events.
11233 2002-04-12  Francesco Potort\e,Al\e(B  <pot@gnu.org>
11235         * comint.el (comint-password-prompt-regexp): Match " SMB password".
11237 2002-04-11  Stefan Monnier  <monnier@cs.yale.edu>
11239         * sort.el (sort-reorder-buffer): Don't assume point-min == 1.
11241         * xt-mouse.el (xterm-mouse-mode): Use define-minor-mode.
11243         * emacs-lisp/lucid.el (device-class, buffer-syntactic-context)
11244         (buffer-syntactic-context-depth): New funs.
11246         * emacs-lisp/edebug.el (edebug-eval-defun): Don't use defconst
11247         on variables.
11249         * emacs-lisp/debug.el (debug-on-entry): Use push.
11250         (debugger-make-xrefs): Don't assume point-min == 1.
11252         * progmodes/cc-engine.el (c-backward-to-start-of-if):
11253         Don't assume point-min == 1.
11255         * progmodes/etags.el (etags-verify-tags-table, etags-snarf-tag)
11256         (etags-list-tags, etags-tags-apropos, select-tags-table):
11257         Don't assume point-min == 1.
11259 2002-04-12  Mike Williams  <mdub@bigfoot.com>
11261         * textmodes/sgml-mode.el (sgml-guess-indent): New function.
11263 2002-04-11  Stefan Monnier  <monnier@cs.yale.edu>
11265         * textmodes/fill.el (fill-context-prefix): Fix up last change.
11267         * simple.el (line-move): Use memq rather than or.
11268         (transpose-sexps): Don't presume as much of forward-sexp's behavior.
11269         (do-auto-fill): Use fill-move-to-break-point.
11270         (syntax-code-table): Remove.
11272         * textmodes/fill.el (canonically-space-region): Obey sentence-end.
11273         Don't add spaces at end of sentences at end of line.
11274         (fill-move-to-break-point): Make sure the result is always greater
11275         than linebeg, so we ensure forward progress.
11276         (fill-region-as-paragraph): Compare to `to' rather than eobp.
11277         (fill-paragraph): Don't rebind fill-paragraph-function.
11279 2002-04-11  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
11281         * menu-bar.el (menu-bar-adv-search-menu): Add incremental search.
11283 2002-04-11  Andreas Schwab  <schwab@suse.de>
11285         * files.el (file-name-non-special): Handle return value of t from
11286         `file-name-completion'.
11288 2002-04-10  Stefan Monnier  <monnier@cs.yale.edu>
11290         * textmodes/fill.el (fill-context-prefix): Match the two prefixes
11291         differently to avoid pathological exponential-time case.
11292         (adaptive-fill-regexp): Add ! and %.
11293         (fill-delete-prefix): Remove indentation while removing prefix.
11294         (fill-delete-newlines): Obey sentence-end.
11295         (fill-move-to-break-point, fill-newline): New functions extracted
11296         from fill-region-as-paragraph.
11297         (fill-region-as-paragraph): Use them.
11298         Don't fiddle with fill-indent-according-to-mode.
11300 2002-04-10  Colin Walters  <walters@verbum.org>
11302         * play/snake.el (snake-score-file): Default to just "snake-scores".
11304         * play/tetris.el (tetris-score-file): Likewise.
11306         * play/gamegrid.el (gamegrid-add-score): Rewrite from scratch to
11307         use `update-game-score'.
11309         * ibuffer.el (ibuffer-canonicalize-state-list): Delete unused function.
11310         (ibuffer-current-buffers-with-marks): Don't call `buffer-list'
11311         ourselves; take it as an argument.  Caller updated.
11312         (ibuffer-mode): Make mode-class special.
11314 2002-04-10  Richard M. Stallman  <rms@gnu.org>
11316         * dired.el (dired-view-command-alist): New variable.
11317         (dired-view-file): Use external viewers for some files names.
11319         * mouse.el (mouse-drag-region-1): Display region highlight
11320         only in the selected window.
11322         * subr.el (remove-hook): When there are no more local hooks,
11323         kill the buffer-local value.
11325         * isearch.el (isearch-mode): Don't call make-frame-visible
11326         if frame is already visible.
11328         * cus-face.el (custom-face-attributes): Fix typo in `ultra-bold'.
11330 2002-04-09  Emmanuel Briot  <briot@act-europe.fr>
11332         * progmodes/ada-prj.el: Add support for the new project file
11333         fields: gnatfind-opt, debug-pre-cmd and debug-post-cmd.
11334         Fix widget handling for Emacs 21.  ada-mode now only supports a single
11335         active project file, instead of one per buffer.  This is far less
11336         confusing.
11338         * progmodes/ada-stmt.el: Menu changed from Statements to Templates.
11339         (ada-func-or-proc-name): Get real subprogram name, after change in
11340         ada-mode.el.
11342         * progmodes/ada-xref.el: Ada-mode no longer supports a different
11343         project file per buffer.  This was too complex.  Instead, there is
11344         now a single active project file at any given time, and the user
11345         can switch the active one through the Ada menu.  This revision
11346         also provides better handling of the Windows command line, and the
11347         various available shells on that platform.  ada-mode is now fully
11348         integrated with the GNU visual debugger gvd, see
11349         http://libre.act-europe.fr.
11350         (ada-prj-default-comp-opt): Use the new GNAT switch -gnatQ.
11351         This is only available with GNAT 3.14.
11352         (ada-prj-gnatfind-switches, ada-cd-command): New variable.
11353         (ada-quote-cmd): New function.
11354         (ada-initialize-runtime-library): Get the location of the actual
11355         runtime the compiler will be using, including support for
11356         cross-platform environments.
11357         (ada-treat-cmd-string): Add support for the new variable
11358         ${full_current} add support for debug-pre-cmd and debug-post-cmd,
11359         two commands to run just prior to running the debugger, and just
11360         after starting it.  This provide better support for cross-platform
11361         and remote debugging.
11362         (ada-get-absolute-dir): Remove, replace with expand-file-name.
11363         (ada-gdb-application): New parameter executable-name.
11364         (ada-get-ali-file-name): Better handling of separate packages.
11365         Checkin on behalf of the ada-mode maintainer.
11367         * progmodes/ada-mode.el (ada-case-exception-file)
11368         (ada-indent-handle-comment-special): New variables.
11369         (ada-case-exception-substring): New variable.  Casing exceptions
11370         can now also be defined for substrings, in addition to full
11371         identifier names.  This provides more flexibility.
11372         (ada-align-list): New fun, provide support for align.el in ada-mode.
11373         (ada-procedure-start-regexp): Add support for operators and
11374         generic formal subprograms and packages.
11375         (ada-imenu-comment-re): New variable.
11376         (ada-imenu-generic-expression): Add support for protected types.
11377         (ada-mode): Set comment-start only after running ada-mode-hook, so
11378         that the user can change ada-comment-start in the hook.
11379         Add support for ispell in comments.  Add support for align.el.
11380         (ada-save-exception-file, ada-create-case-exception-substring)
11381         (ada-adjust-case-substring): New functions.
11382         (ada-get-current-indent): Properly handles keywords with uppercases.
11383         (ada-goto-matching-end): Rewritten, fixes problems in the handling
11384         of nested blocks.
11385         (ada-untab-hard): Do not touch the contents of comments and strings.
11387 2002-04-09  Mike Williams  <mdub@bigfoot.com>
11389         * textmodes/sgml-mode.el (sgml-lexical-context):
11390         Use sgml-parse-tag-backward to find start point.
11391         (sgml-looking-back-at): Doc fix.
11393 2002-04-09  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
11395         * isearch.el (isearch-message-prefix): Use minibuffer-prompt face
11396         for prompt.
11398 2002-04-08  Stefan Monnier  <monnier@cs.yale.edu>
11400         * autorevert.el (auto-revert-mode, global-auto-revert-mode):
11401         Use define-minor-mode.
11402         (auto-revert-buffers): Use with-current-buffer.
11403         Avoid changing the minor modes.
11405         * international/iso-acc.el (iso-accents-accent-key): Use `vector'
11406         rather than char-to-string since last-input-char can be any event.
11408         * international/titdic-cnv.el (tit-dictionary):
11409         Use defvar for non-constants.
11411         * progmodes/cwarn.el (global-cwarn-mode): Use define-minor-mode.
11412         (global-cwarn-mode): Use easy-mmode-define-global-mode.
11413         (cwarn-font-lock-keywords): New function.
11414         Replaces cwarn-font-lock-remove-keywords cwarn-font-lock-add-keywords.
11415         (cwarn-font-lock-match): New macro.
11416         (cwarn-font-lock-match-assignment-in-expression)
11417         (cwarn-font-lock-match-dangerous-semicolon)
11418         (cwarn-font-lock-match-reference): Use it.
11420         * progmodes/cperl-mode.el (cperl-make-face, cperl-force-face):
11421         Use defvar rather than defconst since it's meant to be settable.
11422         (cperl-syntax-done-to): Don't hardcode 1 as (point-min).
11423         (cperl-fix-line-spacing): Add missing \ in [ t].
11425         * loadup.el: Call ucs-unify-8859 directly rather than
11426         unify-8859-on-encoding-mode.
11427         (fns-*.el): Don't use it anymore.  Keep the load-history in purespace.
11429         * textmodes/sgml-mode.el (sgml-comment-indent-new-line): New fun.
11430         (sgml-mode): Use it for comment-line-break-function.
11432 2002-04-08  Jason Rumney  <jasonr@gnu.org>
11434         * international/mule-cmds.el (reset-language-environment):
11435         Handle coding-systems not being defined yet.
11437 2002-04-08  Sam Steingold  <sds@gnu.org>
11439         * vc-cvs.el (vc-cvs-valid-version-number-p): New function.
11440         (vc-cvs-checkin): Use it.
11442 2002-04-08  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
11444         * files.el (display-time-string): Fix last change.
11446 2002-04-07  Sam Steingold  <sds@gnu.org>
11448         * vc-cvs.el (vc-cvs-checkin): Pass the required argument to `error'.
11450 2002-04-07  Jason Rumney  <jasonr@gnu.org>
11452         * international/mule-cmds.el (set-default-coding-systems)
11453         (reset-language-environment): Preserve eols on
11454         default-process-coding-system.
11455         (coding-system-change-text-conversion): Fix case where CODING is nil.
11457 2002-04-07  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
11459         * subr.el (play-sound): Move here from simple.el.
11461         * simple.el (play-sound): Move to subr.el.
11463 2002-04-06  Richard M. Stallman  <rms@gnu.org>
11465         * files.el (display-time-string-forms): Mark as risky.
11467         * enriched.el (enriched-decode-foreground, enriched-decode-background):
11468         Use proper format for desired elts of `face' property.
11469         Don't test display-color-p; make the properties unconditionally.
11471         * progmodes/compile.el (compilation-error-regexp-alist):
11472         New alternatives for FILE:LINE.COL and for ranges of columns and lines.
11474 2002-04-06  Per Abrahamsen  <abraham@dina.kvl.dk>
11476         * progmodes/cc-vars.el (c-block-comment-prefix): Specify :value
11477         for customization type.
11478         Reported by Mattias Fredsberg <mattias.fredsberg@active-tv.com>.
11480 2002-04-06  Mike Williams  <mdub@bigfoot.com>
11482         * textmodes/xml-lite.el: Remove.
11484 2002-04-05  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
11486         * simple.el (play-sound): New function (uses play-sound-internal).
11488 2002-04-04  Richard M. Stallman  <rms@gnu.org>
11490         * files.el (mode-line-format, mode-line-modified)
11491         (mode-line-mule-info, mode-line-buffer-identification)
11492         (mode-line-modes, mode-line-position): Explicitly mark as risky.
11493         (hack-one-local-variable): Don't recognize "mode-line-..." as risky.
11495         * calendar/solar.el (solar-northern-spring-or-summer-season): Doc fix.
11497         * mail/mailabbrev.el (mail-abbrev-make-syntax-table):
11498         Use (syntax-table), not old-syntax-table.
11500         * enriched.el (enriched-decode-foreground)
11501         (enriched-decode-background): Don't call facemenu-get-face.
11503 2002-04-04  Mike Williams  <mdub@bigfoot.com>
11505         * textmodes/sgml-mode.el: Add missing require.
11506         (sgml-lexical-context): Fix up CDATA detection for boundary cases.
11508 2002-04-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11510         * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line): Move to
11511         spot indicated by text property `cvs-goal-column', if present.
11513         * pcvs-info.el (cvs-fileinfo-pp): Use text property
11514         `cvs-goal-column' to indicate position of file name (if present).
11516 2002-04-03  Richard M. Stallman  <rms@gnu.org>
11518         * mail/mailabbrev.el (mail-abbrev-complete-alias):
11519         Call mail-abbrev-make-syntax-table.
11521         * format.el (format-deannotate-region): Doc fix.
11523         * enriched.el (enriched-face-ans): Delete special treatment
11524         for fg:... and bg:... faces.
11525         (enriched-decode-foreground): Return a list that specifies
11526         the foreground color, rather than creating a face.
11527         (enriched-decode-background): Likewise.
11529         * shell.el (shell-mode): Don't reinit comint-input-ring
11530         if that was already done.
11532 2002-04-03  Edward M. Reingold  <reingold@emr.cs.iit.edu>
11534         * solar.el (solar-spring-or-summer-season): Delete.
11535         (solar-northern-spring-or-summer-season): New variable.
11536         (solar-sunrise-and-sunset, solar-moment, solar-sunrise-sunset):
11537         Rewrite.
11539         * solar.el (diary-sabbath-candles-minutes): New variable.
11540         (diary-sabbath-candles): Use it instead of fixed 18 minutes.
11542         * calendar.el (update-calendar-mode-line): Force mode-line update.
11543         Make date under the cursor available as `date' in
11544         calendar-mode-line-format.
11545         Eval items in calendar-mode-line-format list.
11547         * cal-tex.el (cal-tex-hook, cal-tex-year-hook, cal-tex-month-hook)
11548         (cal-tex-week-hook, cal-tex-daily-hook): Add doc strings.
11550         * cal-tex.el (cal-tex-latexify-list): Fix doc string.
11552         * cal-tex.el (cal-tex-insert-day-names): LaTeXify day names.
11553         (cal-tex-cursor-week-iso, cal-tex-week-hours, cal-tex-weekly4-box)
11554         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
11555         (cal-tex-daily-page, cal-tex-mini-calendar): LaTeXify day names.
11557         * cal-tex.el: Change all instances (interactive "P") to
11558         (interactive "p").
11559         (cal-tex-cursor-month): Add hfill and newline at end of month that
11560         ended on Saturday.
11561         (cal-tex-preamble): Change to LaTeX2e.
11562         (cal-tex-cursor-filofax-year): Don't use default month names in
11563         LaTeX macros in case user changes them.
11564         (cal-tex-month-name): New function.  Used throughout in case user
11565         has done something funny with month names.
11567         * cal-hebrew.el (holiday-rosh-hashanah-etc): Spelling correction.
11568         (diary-rosh-hodesh): Spelling correction.
11570 2002-04-03  Mike Williams  <mdub@bigfoot.com>
11572         * textmodes/sgml-mode.el (sgml-lexical-context)
11573         (sgml-parse-tag-backward): Extend support for CDATA to include
11574         conditional sections.
11576 2002-04-03  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
11578         * cus-start.el: Rename `autoselect-window' to
11579         `mouse-autoselect-window'.
11581 2002-04-02  Richard M. Stallman  <rms@gnu.org>
11583         * files.el (hack-one-local-variable):
11584         Clear text props from string value.
11586 2002-04-02  Stefan Monnier  <monnier@cs.yale.edu>
11588         * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
11589         (f90-procedures-re, f90-operators-re, f90-hpf-keywords-re):
11590         Use regexp-opt.
11591         (f90-keywords-re, f90-keywords-level-3-re): Add `pure' and `elemental'
11592         from F95.
11593         (f90-procedures-re): Add `null' and `cpu_time' from F95.
11594         (f90-font-lock-keywords-1): Minor reorganization so we don't need
11595         `override' any more.
11596         (f90-font-lock-keywords-3): Use `keep' rather than `override'.
11597         (f90-indent-subprogram): Use indent-region.
11598         (f90-break-line): Use indent-according-to-mode.
11600 2002-04-02  Mike Williams  <mdub@bigfoot.com>
11602         * textmodes/sgml-mode.el (sgml-close-tag): Rename from
11603         sgml-insert-end-tag. Simplify by using sgml-lexical-context.
11604         (sgml-get-context): Remove use of sgml-inside-tag-p.
11605         (sgml-inside-tag-p): Remove.
11606         (sgml-looking-back-at): Short-circuit at beg of buffer.
11607         (sgml-lexical-context, sgml-calculate-indent): Add support for
11608         CDATA sections.
11610 2002-04-01  Stefan Monnier  <monnier@cs.yale.edu>
11612         * help.el (help-key-description): New fun.
11613         (describe-key-briefly, describe-key): Use it and
11614         this-single-command-raw-keys plus new arg `untranslated'.
11616         * textmodes/sgml-mode.el (sgml-at-indentation-p, sgml-tag)
11617         (sgml-parse-tag-name, sgml-looking-back-at, sgml-parse-tag-backward)
11618         (sgml-inside-tag-p, sgml-get-context, sgml-show-context)
11619         (sgml-insert-end-tag): New funs taken from xml-lite.el.
11620         (sgml-calculate-indent): Use them.
11621         (sgml-slash-matching): Rename from sgml-slash.
11622         (sgml-slash): Copied from xml-lite and changed to use
11623         sgml-slash-matching and sgml-quick-keys.
11625         * international/mule-cmds.el (standard-keyboard-coding-systems):
11626         Add koi8-u and koi8-r.
11628         * eshell/.cvsignore: New file.
11630         * eshell/esh-groups.el: Remove.
11632         * progmodes/tcl.el: Change maintainer.
11633         (tcl-electric-hash-style): Change default to nil.
11634         (tcl-imenu-generic-expression): Use tcl-proc-regexp.
11635         (tcl-do-auto-fill): Remove.
11636         (tcl-auto-fill-mode): Rewrite using comment-auto-fill-only-comments.
11638 2002-04-01  Mike Williams  <mdub@bigfoot.com>
11640         * textmodes/sgml-mode.el: Doc fixes.
11641         (sgml-mode): Set indent-line-function to sgml-indent-line.
11642         (sgml-calculate-indent): Add an explicit check for 'text syntax,
11643         to protect against future enhancements to sgml-lexical-context.
11644         (sgml-empty-tag-p, sgml-unclosed-tag-p): New funcs.
11646         * textmodes/xml-lite.el: Removed much redundant stuff.
11647         (xml-lite-parse-tag-backward): Simplify parsing by assuming we
11648         always start within text. Make use of sgml-unclosed-tag-p.
11650 2002-04-01  Ville Skytt\e,Ad\e(B  <ville.skytta@xemacs.org>
11652         * tcl.el (tcl-imenu-generic-expression): New value.
11653         (tcl-imenu-create-index-function): Function deleted.
11654         (tcl-mode): Check for filladapt-mode.
11655         Use tcl-imenu-generic-expression instead of
11656         tcl-imenu-create-index-function.
11657         (inferior-tcl-mode): Doc fix.
11658         Change not legally significant.
11660 2002-04-01  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
11662         * cus-start.el: Rename `x-autoselect-window' to `autoselect-window'.
11664         * window.el (handle-select-window): New function.
11665         Update copyright.
11667 2002-04-01  Richard M. Stallman  <rms@gnu.org>
11669         * info.el (info-tool-bar-map): Use tool-bar-local-item-from-menu.
11671         * toolbar/tool-bar.el (tool-bar-local-item): Renamed from
11672         tool-bar-add-item, and new arg MAP.
11673         (tool-bar-add-item): Now calls tool-bar-local-item.
11674         (tool-bar-local-item-from-menu): Renamed from
11675         tool-bar-add-item-from-menu, and new arg IN-MAP.
11676         (tool-bar-add-item-from-menu): Now calls tool-bar-local-item-from-menu.
11678         * help-fns.el (help-with-tutorial): Allow various ways
11679         to specify the text in the [...] line, in handling the <...> line.
11681         * progmodes/idlw-rinfo.el (idlwave-system-routines):
11682         WOLRDTITLE => WORLDTITLE.  SUPRESS_VALUE => SUPPRESS_VALUE.
11684         * subr.el (redraw-modeline): Define alias.
11686 2002-03-31  Richard M. Stallman  <rms@gnu.org>
11688         * files.el (file-expand-wildcards): Use save-match-data.
11690         * files.el (format-alist): Mark as risky.
11692         * simple.el (kill-new): Doc fix.
11694         * emacs-lisp/byte-opt.el (side-effect-free-fns)
11695         (side-effect-and-error-free-fns): Add many functions, remove some.
11697 2002-03-30  Richard M. Stallman  <rms@gnu.org>
11699         * menu-bar.el (menu-bar-tools-menu): Rename gdb item to say GDB.
11701 2002-03-30  Eli Zaretskii  <eliz@gnu.org>
11703         * font-lock.el (save-buffer-state): Fix last change.
11705         * files.el (auto-save-file-name-transforms): Fix last change.
11707         * startup.el (command-line): Fix last change.
11709 2002-03-29  Richard M. Stallman  <rms@gnu.org>
11711         * subr.el (play-sound-file): Moved to simple.el.
11713         * simple.el (play-sound-file): Moved from subr.el, made unconditional.
11715 2002-03-29  Colin Walters  <walters@verbum.org>
11717         * ibuffer.el (ibuffer-mark-interactive): Use `ibuffer-forward-line'
11718         instead of `forward-line'.
11719         (ibuffer-forward-line): Be sure to skip over special properties
11720         before moving, too.
11722         * calc/calc.el (calc-was-split): Var deleted.
11723         (calc): Remove reference to it.
11724         (calc): Ditto.
11725         (calc-quit): Ditto.
11726         (calc-init-base): Ditto.
11728         * calc/calc-misc.el (calc-delete-windows-keep): Function deleted.
11730 2002-03-29  Stefan Monnier  <monnier@cs.yale.edu>
11732         * textmodes/sgml-mode.el (sgml-lexical-context): Return (text . START)
11733         instead of nil when point is outside of any tag.
11734         (sgml-beginning-of-tag): Adjust to the change.
11735         (sgml-calculate-indent): Use the new info returned by
11736         sgml-lexical-context.  Try to handle unclosed tags.
11738         * textmodes/xml-lite.el (xml-lite-get-context): Don't stop parsing
11739         at unclosed tags unless it is at indentation.
11740         Kill nested unclosed tags.
11741         (xml-lite-calculate-indent, xml-lite-indent-line): Remove.
11742         (xml-lite-mode): Use sgml-indent-line instead.
11744 2002-03-29  Eli Zaretskii  <eliz@is.elta.co.il>
11746         * files.el (auto-save-file-name-transforms): Don't run "\\2" via
11747         expand-file-name.
11749         * startup.el (command-line): Recompute auto-save-file-name-transforms
11750         using the updated value of temporary-file-directory.
11752 2002-03-29  Stefan Monnier  <monnier@cs.yale.edu>
11754         * textmodes/xml-lite.el (xml-lite-get-context): Allow stopping
11755         even with an empty context.  Don't save excursion any more.
11756         Don't complain about unmatched start-tags in sgml-unclosed-tags.
11757         Ignore end-tags in sgml-empty-tags.
11758         (xml-lite-get-context, xml-lite-calculate-indent)
11759         (xml-lite-insert-end-tag): Save excursion around xml-lite-get-context.
11760         (xml-lite-indent-line): Use back-to-indentation.
11762         * textmodes/sgml-mode.el (sgml-basic-offset): New var.
11763         (sgml-name-re, sgml-attrs-re): New consts.
11764         (sgml-tag-name-re, sgml-start-tag-regex, sgml-font-lock-keywords-1)
11765         (sgml-mode): Use them.
11766         (sgml-lexical-context): Default to (point-min) if nothing else works.
11767         (sgml-calculate-indent): Indent slightly differently.
11768         (sgml-indent-line): Use back-to-indentation.
11769         (sgml-parse-dtd): New function.
11770         (sgml-unclosed-tags): New var.
11771         (html-mode): Set it.
11773 2002-03-29  Simon Marshall  <simon.marshall@misys.com>
11775         * font-lock.el (save-buffer-state): Use make-symbol to bind `modified'.
11777 2002-03-29  Richard M. Stallman  <rms@gnu.org>
11779         * dired-aux.el (dired-do-query-replace-regexp, dired-do-search):
11780         Use FILTER arg in dired-get-marked-files to exclude directories.
11781         (dired-nondirectory-p): New function.
11783         * dired.el (dired-get-marked-files): New arg FILTER
11784         allows selection of some files.
11786         * progmodes/tcl.el (tcl-imenu-create-index-function): Doc fix.
11788 2002-03-29  Eric M. Ludlam  <eric@siege-engine.com>
11790         * speedbar.el (speedbar-default-directory-list): Made robust
11791         against deleted directories.
11793 2002-03-28  Richard M. Stallman  <rms@gnu.org>
11795         * dired.el (dired-toggle-marks): Renamed from dired-do-toggle.
11796         Bindings changed.
11798         * progmodes/compile.el (compilation-handle-exit):
11799         If compilation-window-height is 0, display status in echo area.
11801         * simple.el (line-move-to-column): Don't call move-to-column if COL=0.
11803         * rect.el (replace-rectangle): Add autoload.
11805         * files.el: Mark many more variables as risky.
11806         (hack-one-local-variable): Recognize several additional
11807         patterns as risky.
11809         * bindings.el (mode-line-mule-info): Use :propertize, not :eval.
11811 2002-03-28  Stefan Monnier  <monnier@cs.yale.edu>
11813         * textmodes/xml-lite.el (xml-lite-in-string-p):
11814         Use sgml-lexical-context.
11815         (xml-lite-parse-tag-backward): Use sgml-tag-syntax-table.
11816         (xml-lite-get-context): Check that open/close tags match.
11817         Don't stop scanning while we're ignoring matching tags.
11819         * textmodes/sgml-mode.el (sgml-make-syntax-table): New fun.
11820         (sgml-mode-syntax-table): Use it.
11821         (sgml-tag-syntax-table, sgml-tag-name-re): New const.
11822         (sgml-tags-invisible): Use it.
11823         (sgml-lexical-context): New fun.
11824         (sgml-maybe-end-tag, sgml-beginning-of-tag): Use it.
11825         (sgml-quote): Accept \n as entity reference terminator.
11826         (sgml-calculate-indent, sgml-indent-line): New funs.
11828 2002-03-28  Andre Spiegel  <spiegel@gnu.org>
11830         * vc-cvs.el (vc-cvs-global-switches): New user option.
11831         (vc-cvs-command): New function.  Update all callers of
11832         `vc-do-command' in vc-cvs.el to use this instead.
11834 2002-03-27  Andrew Innes  <andrewi@gnu.org>
11836         * makefile.w32-in (bootstrap-clean-SH): Use for loop, instead of
11837         relying on shell globbing.
11839 2002-03-27  Colin Walters  <walters@debian.org>
11841         * ibuffer.el (ibuffer-help-buffer-modes): New variable.
11842         (ibuffer-fontification-alist): Use it.
11843         (ibuffer-backward-line): Handle `ibuffer-summary' area.
11844         (ibuffer-forward-line): Ditto.
11846         * ibuf-ext.el (sorter mode-name): Doc fix.
11847         (ibuffer-mark-help-buffers): Use `ibuffer-help-buffer-modes'.
11848         (operation query-replace): Use new `noerror' arg for
11849         `query-replace-read-args'.
11850         (operation query-replace-regexp): Ditto.
11852 2002-03-27  Stefan Monnier  <monnier@cs.yale.edu>
11854         * textmodes/xml-lite.el: Fix copyright notice.
11855         (xml-lite-basic-offset): Rename from xml-lite-indent-offset.
11856         (xml-lite-indent-comment-offset): Remove.
11857         (xml-lite-calculate-indent): Use new name.  Use natural alignment
11858         for comments.
11859         (xml-lite-in-string-p): Simplify.
11861 2002-03-27  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
11863         * allout.el (outline-layout): Doc fix.
11865 2002-03-27  Stefan Monnier  <monnier@cs.yale.edu>
11867         * textmodes/xml-lite.el: Don't require `custom'.
11868         (xml-lite-parse-tag-name): Properly treat non-ASCII chars.
11869         (xml-lite-parse-tag-backward): Obey sgml-empty-tags.
11870         (xml-lite-get-context): Drop nested tags not just for comments.
11871         (xml-lite-indent-line): Be more careful about moving point.
11872         (xml-lite-insert-end-tag, xml-lite-slash):
11873         Use indent-according-to-mode instead of xml-lite-indent-line.
11874         (xml-lite-mode): Make xml-lite-orig-indent-line-function buffer-local.
11875         Set sgml-xml-mode.  Don't call force-mode-line-update.
11876         (xml-lite-mode-map): Don't bind TAB.
11878 2002-03-27  Zoltan Kemenczy  <zoltan@ieee.org>
11880         * gud.el (gud-jdb-sourcepath): New variable, saves jdb -sourcepath
11881         parameter value.
11882         (gud-jdb-build-source-files-list): Comment clarification.
11883         (gud-jdb-massage-args): Reworked into loop-based argument list
11884         processing in order to support -classpath and -sourcepath argument
11885         processing.
11886         (gud-jdb-find-source-using-classpath): Prepend gud-jdb-sourcepath
11887         to gud-jdb-classpath to obtain search list.
11888         (gud-jdb-parse-classpath-string): Remove any trailing slashes from
11889         directory names in classpath/sourcepath lists, update comment.
11890         (jdb): Add setting of gud-jdb-sourcepath, update comment.
11891         (gud-find-class): Add gud-jdb-sourcepath use, and correct
11892         behaviour for the case when classpath is not used--backward
11893         compatibility fix.
11895 2002-03-27  Eli Zaretskii  <eliz@is.elta.co.il>
11897         * Makefile.in (compile, compile-always): Don't try to compile
11898         non-existent files or files in empty directories.
11900 2002-03-26  Michael Ernst  <mernst@alum.mit.edu>
11902         * compare-w.el (compare-windows-whitespace): Match all whitespace.
11904         * emacs-lisp/shadow.el (list-load-path-shadows): Only ignore last
11905         copy of standard Lisp directories.
11907         * tar-mode.el (tar-header-block-summarize, tar-get-descriptor):
11908         Support "next has longname" link type.
11910 2002-03-26  Stefan Monnier  <monnier@cs.yale.edu>
11912         * textmodes/xml-lite.el (xml-lite-at-indentation-p): Move.
11913         (xml-lite-in-string-p, xml-lite-looking-back-at, xml-lite-looking-at):
11914         New functions.
11915         (forward-xml-tag, backward-xml-tag, beginning-of-xml-tag)
11916         (end-of-xml-tag): Remove.
11917         (xml-lite-get-context): Better handling of comments.
11918         (xml-lite-calculate-indent): Use xml-lite-in-string-p.
11919         (xml-lite-parse-tag-backward): Rewrite.
11921 2002-03-26  Juanma Barranquero  <lektu@terra.es>
11923         * makefile.w32-in (WINS): Add the toolbar directory.
11925 2002-03-26  Richard M. Stallman  <rms@gnu.org>
11927         * subr.el (substring-no-properties): Function deleted (now in C).
11929 2002-03-25  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
11931         * mwheel.el (mouse-wheel-mode): Use global-set-key and
11932         global-unset-key.
11934 2002-03-24  Richard M. Stallman  <rms@gnu.org>
11936         * mail/rmail.el (rmail-resend): Call mail-abbrev-make-syntax-table.
11938         * progmodes/etags.el (tags-query-replace): Pass t for NOERROR
11939         to query-replace-read-args.
11941         * progmodes/compile.el (compilation-forget-errors):
11942         Don't adjust compilation-parsing-end if it's nil.
11944         * replace.el (query-replace-read-args): New optional arg NOERROR.
11945         (perform-replace): Use save-window-excursion around recursive edit.
11947 2002-03-24  Colin Walters  <walters@verbum.org>
11949         * ibuffer.el (ibuffer): If the user has `ibuffer-use-other-window'
11950         non-nil, then always use another window.
11952 2002-03-24  Gerd Moellmann  <gerd@gnu.org>
11954         * subr.el (macro-declaration-function): New function.  Set the
11955         variable macro-declaration-function to it.
11957         * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
11958         Handle declarations in macro definitions.
11960 2002-03-24  Eli Zaretskii  <eliz@is.elta.co.il>
11962         * facemenu.el (facemenu-get-face): Remove unused variable `foreground'.
11964         * enriched.el (enriched-face-ans): Support FACE of the form
11965         (:foreground COLOR) and (:background COLOR).
11966         (enriched-decode-foreground, enriched-decode-background): Set the
11967         fore- and background colors of the faces we create, since facemenu
11968         doesn't.
11970 2002-03-24  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
11972         * mwheel.el (mouse-wheel-mode): Use the result of
11973         current-global-map instead of the variable `global-map'.
11975 2002-03-23  Richard M. Stallman  <rms@gnu.org>
11977         * mail/mailabbrev.el (mail-abbrev-make-syntax-table): New subroutine
11978         broken out of sendmail-pre-abbrev-expand-hook.
11979         (sendmail-pre-abbrev-expand-hook): Use it.
11981 2002-03-22  Stefan Monnier  <monnier@cs.yale.edu>
11983         * Makefile.in (finder-inf.el): Remove.
11984         (finder-data): Don't depend on finder-inf.el any more.
11985         (compile, compile-always): Handle the case where some files
11986         from DONTCOMPILE are missing (it tried to compile them).
11987         (bootstrap-clean): Use src/emacs only if executable.
11988         (bootstrap): Update subdirs.el and finder-inf.el.
11990         * finder.el: Don't load finder-inf.el during byte-compilation.
11992         * vc-cvs.el (vc-cvs-registered, vc-cvs-dir-state-heuristic):
11993         Don't consider cvs-removed files as under VC control.
11994         VC wouldn't handle them properly anyway and it confuses
11995         vc-file-not-found-hook.
11997         * emacs-lisp/bytecomp.el (batch-byte-compile-if-not-done):
11998         Add autoload cookie.
12000 2002-03-22  Eli Zaretskii  <eliz@is.elta.co.il>
12002         * calendar/calendar.el (calendar): Doc fix.
12004 2002-03-22  Juanma Barranquero  <lektu@terra.es>
12006         * play/gomoku.el (gomoku-font-lock-O-face): Convert to use `defface'.
12007         (gomoku-font-lock-X-face): Likewise.
12008         (gomoku-font-lock-keywords): Use faces instead of variables.
12010 2002-03-21  Stefan Monnier  <monnier@cs.yale.edu>
12012         * Makefile.in (bootstrap): Make sure subdirs.el is ready.
12014 2002-03-21  Kim F. Storm  <storm@cua.dk>
12016         * simple.el (open-network-stream, open-network-stream-nowait)
12017         (open-network-stream-server): Use featurep to test for
12018         supported networking features.
12020 2002-03-21  Thien-Thi Nguyen  <ttn@gnu.org>
12022         * mail/emacsbug.el (report-emacs-bug-hook): Remove submitter
12023         directions as the last action.
12025 2002-03-21  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
12027         * startup.el (fancy-splash-tail, normal-splash-screen):
12028         Update copyright.
12030         * novice.el (disabled-command-hook): Clarify output text to match
12031         prompt.
12033 2002-03-20  Jason Rumney  <jasonr@gnu.org>
12035         * frame.el (display-images-p): Do not explicitly check display type.
12037 2002-03-20  pmr-sav  <pmr-sav@hamm.pajato.com>
12039         * mail-utils.el:
12040         Eliminate compilation warnings due to `rfc822-addresses'.
12041         (rmail-dont-reply-to): Eliminate `pos' as a free variable for a
12042         warning free compile.
12044 2002-03-20  Michael Kifer  <kifer@cs.stonybrook.edu>
12046         * ediff-diff.el (ediff-install-fine-diff-if-necessary):
12047         Take the current highlighting style into account.
12048         (ediff-forward-word-function,ediff-whitespace,ediff-word-1)
12049         (ediff-word-2,ediff-word-3,ediff-word-4): Make them buffer local.
12051         * ediff-init.el (ediff-patch-job): New macro.
12053         * ediff-mult.el (ediff-make-new-meta-list-header): New API function.
12054         (ediff-intersect-directories): Use ediff-make-new-meta-list-header.
12056         * ediff-ptch.el (ediff-map-patch-buffer):
12057         Use ediff-make-new-meta-list-header.
12058         (ediff-fixup-patch-map): Use the meta-list API from ediff-mult.el.
12060         * ediff-util.el (ediff-toggle-hilit): Fix toggling of highliting.
12061         (ediff-select-difference): Take highlighting style into account.
12062         (ediff-clone-buffer-for-region-comparison): New function.
12063         (ediff-inferior-compare-regions): Added comparison of current diff
12064         regions.
12066         * ediff.el (ediff-clone-buffer-for-region-comparison)
12067         (ediff-clone-buffer-for-window-comparison): Moved to ediff-util.el.
12069 2002-03-19  pmr-sav  <pmr-sav@hamm.pajato.com>
12071         * mail-utils.el (rmail-dont-reply-to):
12072         Overhaul to correctly apply the regular
12073         expressions in the variable `rmail-dont-reply-to-names' to the list of
12074         destination addresses.  Contributed by lorentey@elte.hu.
12076         * rmail.el (rmail-dont-reply-to-names):
12077         Modify the documentation to make it email
12078         address centric rather than login name centric.  Contributed by
12079         lorentey@elte.hu.
12081 2002-03-18  Colin Walters  <walters@verbum.org>
12083         * ibuf-ext.el (ibuffer-toggle-sorting-mode): Remove `find-if' so
12084         we don't require `cl' at runtime.
12085         (sorting mode mode-name): Don't take the symbol-name of a string.
12087         * ibuffer.el (ibuffer-set-mark): Go back to the beginning of the
12088         line after setting the mark.
12089         (ibuffer-insert-buffers-and-marks): Invert the test for
12090         `ibuffer-sorting-reversep'.
12092 2002-03-18  Stefan Monnier  <monnier@cs.yale.edu>
12094         * international/ucs-tables.el (unify-8859-on-decoding-mode)
12095         (unify-8859-on-encoding-mode): Remove autoload cookie.
12097 2002-03-18  Andre Spiegel  <spiegel@gnu.org>
12099         * vc-rcs.el (vc-rcs-register): Fix handling of
12100         vc-[rcs-]register-switches.
12101         (vc-rcs-checkin-switches, vc-rcs-checkout-switches):
12102         Variables removed, since they weren't used yet.
12104         * vc-cvs.el (vc-cvs-register): Fix handling of
12105         vc-[cvs-]register-switches.
12107         * vc-sccs.el (vc-sccs-register): Fix handling of
12108         vc-[sccs-]register-switches.
12110 2002-03-18  Stefan Monnier  <monnier@cs.yale.edu>
12112         * loadup.el ("emacs-lisp/backquote"): Load earlier.
12113         ("international/ucs-tables"): Load and turn on
12114         unify-8859-on-encoding-mode unconditionally.
12115         (emacs-version): Use `defconst' rather than `setq'.
12117         * eshell/esh-ext.el (eshell-binary-suffixes): Use exec-suffixes.
12119 2002-03-18  Richard M. Stallman  <rms@gnu.org>
12121         * menu-bar.el (menu-bar-options-menu): Cope if
12122         text-mode-hook is not a list.
12124 2002-03-17  Richard M. Stallman  <rms@gnu.org>
12126         * emulation/pc-select.el (pc-selection-mode):
12127         Alter the existing global map, don't replace it.
12129         * files.el (list-directory): Set default-directory at the end.
12131         * dabbrev.el (dabbrev--goto-start-of-abbrev):
12132         Put a limit on field-beginning search.
12134 2002-03-17  Simon Josefsson  <jas@extundo.com>
12136         * net/browse-url.el (browse-url-mosaic-pidfile): New variable.
12137         (browse-url-mosaic): Use it.
12139         * net/browse-url.el (browse-url-filename-alist): Don't begin
12140         docstring with *, you don't want to set this one with M-x set-variable.
12142         * net/browse-url.el: Put * in user option doc strings.
12144 2002-03-17  Stefan Monnier  <monnier@cs.yale.edu>
12146         * textmodes/sgml-mode.el (sgml-xml-mode): Renamed from sgml-xml.
12147         (sgml-xml-guess): Simplify.
12148         (sgml-mode-common): Remove (move into sgml-mode).
12149         (sgml-mode): Add code from sgml-mode-common.
12150         Remove redundant setting of indent-line-function.
12151         Don't set skeleton-transformation when in XML mode.
12153         * international/mule-diag.el (describe-char-after):
12154         Use `internal-describe-syntax-value' again (got lost somewhere).
12156         * international/ucs-tables.el (ucs-unify-8859, ucs-fragment-8859):
12157         Use unify-8859-on-decoding-mode.
12158         (unify-8859-on-decoding-mode): Also set translation-table-for-input.
12159         (ucs-insert): Give an error if the unicode char can't be created.
12161         * pcvs-parse.el (cvs-parse-table): Be a bit more lenient.
12162         (cvs-parse-status): Handle the "used to have a conflict" marker.
12164 2002-03-17  Kim F. Storm  <storm@cua.dk>
12166         The following changes are related to the enhanced network process
12167         support.
12169         * simple.el: Update copyright.
12170         (clone-process): Use make-network-process to clone network
12171         processes.  Get command list via (process-contact ... t).
12172         Use set-process-query-on-exit-flag and process-query-on-exit-flag
12173         instead of process-kill-without-query.
12174         (open-network-stream): Replaces C-version from process.c.
12175         (open-network-stream-nowait, open-network-stream-server): New funs.
12176         (process-kill-without-query): Replaces C-version from process.c.
12178         * files.el: Update copyright.
12179         (save-buffers-kill-emacs): Also check for active server
12180         processes.  Use process-query-on-exit-flag.  Only list processes
12181         which has the query-on-exit flag set in connection with user query.
12183         * shadowfile.el: Update copyright.
12184         (shadow-save-buffers-kill-emacs): Also check for active server
12185         processes.  Use process-query-on-exit-flag.
12187 2002-03-16  Simon Marshall  <simon.marshall@misys.com>
12189         * imenu.el (imenu-menubar-modified-tick): Renamed from
12190         imenu-update-menubar-modified-tick.
12191         (imenu-update-menubar): Update imenu-menubar-modified-tick
12192         whenever outer condition succeeds.
12194         * lazy-lock.el (save-buffer-state):
12195         Bind inhibit-modification-hooks and buffer-file-truename
12196         instead of before-change-functions and after-change-functions.
12198 2002-03-16  Eli Zaretskii  <eliz@is.elta.co.il>
12200         * international/codepage.el (codepage-setup): Don't define a
12201         codepage if it is already defined.
12203         * textmodes/po.el (po-content-type-charset-alist): Convert the
12204         car of each association to a string.
12205         (po-find-file-coding-system-guts): If the charset matches a name
12206         of a codepage, set up that codepage and return it as a coding
12207         system to decode the file.
12208         (po-find-charset): Search for the Charset= header even if we've
12209         read less than 4KB.
12210         <top-level>: Remove the setup for all known codepages: it seems
12211         to cause crashes in the CCL driver.
12213 2002-03-16  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
12215         * textmodes/bibtex.el (bibtex-sort-ignore-string-entries)
12216         (bibtex-entry-field-alist): Doc fix.
12218 2002-03-16  Richard M. Stallman  <rms@gnu.org>
12220         * progmodes/cperl-mode.el (cperl-imenu--function-name-regexp-perl):
12221         Move definition above cperl-outline-regexp.
12223         * bindings.el (mode-line-mule-info): In computing help-echo prop,
12224         avoid using save-window-excursion.  And compile the function.
12226 2002-03-15  Stefan Monnier  <monnier@cs.yale.edu>
12228         * files.el (load-completion): New function.
12229         (load-library): Use it.
12231 2002-03-15  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
12233         * calendar/cal-french.el (calendar-goto-french-date): Fix prompt
12234         to match the actual code.
12236 2002-03-15  Eli Zaretskii  <eliz@is.elta.co.il>
12238         * textmodes/po.el (po-find-file-coding-system-guts):
12239         Use with-temp-buffer instead of po-with-temp-buffer.
12241         * international/mule-conf.el (file-coding-system-alist): Add an
12242         association for PO files.
12244         * textmodes/po.el: New file.
12246 2002-03-15  Gerd Moellmann  <gerd@gnu.org>
12248         * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
12249         Fix simple loop indentation.
12251 2002-03-14  Miles Bader  <miles@gnu.org>
12253         * net/rlogin.el (rlogin-mode): Use `define-derived-mode'.
12255 2002-03-14  Richard M. Stallman  <rms@gnu.org>
12257         * textmodes/picture.el (picture-insert)
12258         (picture-clear-column, picture-draw-rectangle):
12259         Use move-to-column, not move-to-column-force.
12261         * dired.el (dired-readin): Clear out undo list.
12262         (dired-fun-in-all-buffers): Definition moved from dired-aux.el.
12263         (dired-delete-entry): New function.
12264         (dired-internal-do-deletions): Use dired-fun-in-all-buffers
12265         and dired-delete-entry, to update this buffer (and others).
12267         * dired-aux.el (dired-fun-in-all-buffers): Moved to dired.el.
12269         * facemenu.el (facemenu-add-new-face):
12270         Pass region args to facemenu-set-face, when there is a region.
12271         (facemenu-set-foreground, facemenu-set-background)
12272         (facemenu-add-face): Doc fixes.
12274         * progmodes/cperl-mode.el (cperl-outline-regexp): Move definition up.
12276 2002-03-14  Miles Bader  <miles@gnu.org>
12278         * emacs-lisp/debug.el: Require `button'.
12279         (debugger-mode-map): Set the parent keymap to `button-buffer-map',
12280         to get TAB and <backtab> bindings.
12282         * net/rlogin.el (rlogin-carriage-filter): Function removed.
12283         (rlogin): Don't install the `rlogin-carriage-filter' filter, as
12284         comint removes carriage returns itself now.
12286         * rfn-eshadow.el (rfn-eshadow-update-overlay):
12287         Bind `inhibit-point-motion-hooks' to t while messing around, to avoid
12288         getting hosed by our own intangible property.
12290 2002-03-13  Stefan Monnier  <monnier@cs.yale.edu>
12292         * progmodes/fortran.el (fortran-mode): Set comment-padding to "$$$".
12293         Add fortran-comment-line-start-skip to comment-start-skip.
12294         (fortran-comment-indent): Keep whole-line comments in column 0.
12295         (fortran-find-comment-start-skip): New arg `all'.
12296         If ALL is nil, make sure we only match comment-start-skip if we
12297         can't match fortran-comment-line-start-skip.
12298         Fix bug that made it return t but without moving point when
12299         matching '!'! (a false-comment followed by a real comment).
12300         (fortran-indent-comment): Use new `all' argument above.
12301         Be careful not to add an incorrect comment-starter like "C"
12302         in comment-column.
12303         (fortran-split-line): When splitting a comment, reuse the comment
12304         starter from the current line rather than fortran-comment-line-start.
12305         (fortran-indent-line, fortran-auto-fill): Simplify thanks to the
12306         cleaner behavior of fortran-find-comment-start-skip.
12307         (fortran-fill): Don't be confused by ! inside a comment.
12308         (fortran-break-line): Minor cleanup and simplification.
12310 2002-03-13  Francesco Potort\e,Al\e(B  <pot@gnu.org>
12312         * progmodes/etags.el (tag-exact-file-name-match-p)
12313         (tag-file-name-match-p, tag-partial-file-name-match-p): Use a
12314         simpler regexp.
12316 2002-03-12  Colin Walters  <walters@debian.org>
12318         * ibuffer.el (ibuffer-redisplay-current): Don't move point when
12319         redisplaying a line.
12321 2002-03-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12323         * term/x-win.el (emacs-session-restore): Take previous id as
12324         an argument.
12325         (emacs-session-save): Add comment that return t means cancel shutdown
12327         * startup.el (command-line): Must check that x-session-previous-id
12328         is bound also, for non-X platforms.
12330 2002-03-12  Gerd Moellmann  <gerd@gnu.org>
12332         * emacs-lisp/cl-indent.el (lisp-loop-keyword-indentation)
12333         (lisp-loop-forms-indentation, lisp-simple-loop-indentation):
12334         New user options.
12335         (extended-loop-p, common-lisp-loop-part-indentation): New functions.
12336         (common-lisp-indent-function-1): Renamed from
12337         common-lisp-indent-function.
12338         (common-lisp-indent-function): Handle loop forms specially.
12339         (lisp-indent-defmethod): Use car/cdr instead of first/rest.
12340         (lisp-backquote-indentation): New user option.
12342 2002-03-12  Francesco Potort\e,Al\e(B  <pot@gnu.org>
12344         * progmodes/etags.el (tag-exact-file-name-match-p)
12345         (tag-file-name-match-p, tag-partial-file-name-match-p):
12346         Assume that the header of a tags section has either a number
12347         or nothing after the last comma.
12349 2002-03-11  Richard M. Stallman  <rms@gnu.org>
12351         * imenu.el (imenu-update-menubar-modified-tick): New variable.
12352         (imenu-update-menubar): Don't call imenu--make-index-alist
12353         if buffer has not changed since last time.
12355         * desktop.el (desktop-buffer-handlers): Doc fix.
12356         (desktop-buffer-file): Explicitly return BUF.
12358         * paren.el (show-paren-function): Move back in other direction
12359         to verify the match is correct.
12361         * mail/supercite.el (sc-select-attribution): Accept whatever value
12362         we get in CHOICE; there is no value meaning "try again".
12364 2002-03-11  Colin Walters  <walters@verbum.org>
12366         * shell.el (toplevel): Revert previous change to use pcomplete.
12367         (shell-mode): Ditto.
12368         (shell-pcomplete-setup-done): Remove.
12369         (shell-pcomplete): Ditto.
12370         (shell-pcomplete-reverse): Ditto.
12372         * comint.el: Remove documentation on setting up pcomplete.
12374 2002-03-11  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
12376         * font-lock.el (java-font-lock-extra-types): Add "URL" as separate
12377         item.  Doc fix.
12379         * image.el (image-type-from-file-header): Make temporary buffer
12380         unibyte.
12382         * subr.el (add-to-list): Doc fix.
12384 2002-03-11  Miles Bader  <miles@gnu.org>
12386         * pcomplete.el (pcomplete-entries): Expand environment variables
12387         in filename.
12389 2002-03-10  Daniel Pfeiffer  <occitan@esperanto.org>
12391         * play/mpuz.el: Use defface instead of facemenu-get-face.
12393 2002-03-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12395         * startup.el (command-line): Add call to emacs-session-restore if
12396         both x-session-id and x-session-previous-id are strings.
12398         * term/x-win.el (x-handle-smid): New function.
12399         (emacs-session-filename): New function.
12400         (emacs-session-save): New function.
12401         (emacs-save-session-functions): New variable.
12402         (emacs-session-restore): New function.
12404 2002-03-09  Eli Zaretskii  <eliz@is.elta.co.il>
12406         * simple.el (shell-command-on-region): Call push-mark with
12407         non-nil second arg, to suppress the "Mark set" message.
12409 2002-03-08  Richard M. Stallman  <rms@gnu.org>
12411         * textmodes/picture.el (picture-forward-column): New arg `interactive'
12412         is non-nil for an interactive call.  Use instead of interactive-p.
12413         (picture-backward-column): Likewise.
12415         * tar-mode.el (tar-untar-buffer): New function.
12417         * info.el (Info-fontify-node): Bind up-clicks, not down-clicks.
12418         Put the mouse-face on the entire xref, like the local keymap.
12420         * find-dired.el (find-name-dired): Use shell-quote-argument.
12422 2002-03-08  Daniel Pfeiffer  <occitan@esperanto.org>
12424         * play/mpuz.el (mpuz-unsolved-face, mpuz-solved-face)
12425         (mpuz-trivial-face, mpuz-text-face, mpuz-solve-when-trivial)
12426         (mpuz-allow-double-multiplicator): New options for nicer look and
12427         new features.
12428         (mpuz-put-number-on-board, mpuz-paint-number, mpuz-solve): New funs.
12429         (mpuz-check-all-solved, mpuz-random-puzzle)
12430         (mpuz-paint-statistics, mpuz-paint-digit, mpuz-close-game)
12431         (mpuz-show-solution): Functions streamlined and removed french
12432         style space before punctuation, added face support and optional
12433         solving of trivial results.
12435 2002-03-07  Colin Walters  <walters@verbum.org>
12437         * ibuf-macs.el (define-ibuffer-column): Add :summarizer property.
12439         * ibuffer.el (ibuffer-update-mode-name): Substitute "view time"
12440         instead of "recency" for clarity.
12441         (ibuffer-compile-format): Document more.  Handle new "summarizer"
12442         columns.
12443         (ibuffer-fontify-region-function): Ditto.
12444         (ibuffer-insert-buffer-line): Ditto.
12445         (ibuffer-map-lines): Ditto.
12446         (ibuffer-insert-buffers-and-marks): Ditto.
12447         (ibuffer-update-title-and-summary): Renamed from
12448         `ibuffer-update-title'.  Handle "summarizer" columns.
12449         (ibuffer-clear-summary-columns): New function.
12451         * ibuf-ext.el (ibuffer-filter-format-alist): Add type and group.
12453 2002-03-07  Gerd Moellmann  <gerd@gnu.org>
12455         * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
12456         Use the other-window instead of the other-frame functions when
12457         the window is dedicated.
12459 2002-03-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
12461         * textmodes/bibtex.el (bibtex-make-field): Call bibtex-find-text
12462         with SILENT so that a new field can be added.
12464 2002-03-06  Eli Zaretskii  <eliz@is.elta.co.il>
12466         * files.el (make-auto-save-file-name): Make sure the produced file
12467         name does not contain characters that are invalid for DOS/Windows
12468         filesystems.
12470         * dos-fns.el, w32-fns.el (make-auto-save-file-name):
12471         Remove replacement functions.
12473 2002-03-06  Gerd Moellmann  <gerd@gnu.org>
12475         * font-lock.el (lisp-font-lock-keywords-2): Highlight keywords of
12476         the form `:x'.
12478         * vc.el (vc-branch-part): Add autoload cookie.  This function can
12479         be called from vc-rcs-find-most-recent-rev when visiting a file
12480         checked into RCS in a CVS sandbox.
12482 2002-03-06  Andreas Schwab  <schwab@suse.de>
12484         * progmodes/hideif.el: Augment expression parser to handle
12485         conditional expressions.
12486         (hif-token-regexp): Also match `?' and `:'.
12487         (hif-tokenize): Handle `?' and ':' as tokens.
12488         (hif-expr): Parse conditional expressions.
12489         (hif-or-expr): Parse `||' expressions.
12490         (hif-and-expr): Renamed from hif-term.
12491         (hif-conditional): New function to evaluate a conditional
12492         expression.
12494 2002-03-06  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
12496         * language/czech.el ("Czech"): Fix the documentation.
12498         * language/slovak.el ("Slovak"): Likewise.
12500 2002-03-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
12502         * xml.el (xml-parse-attlist): Accept empty strings.
12504 2002-03-05  Eli Zaretskii  <eliz@is.elta.co.il>
12506         * mouse.el (mouse-show-mark): Remove the no-highlight alternative:
12507         all terminals now support highlighting of some kind.
12509         * language/european.el (mac-roman): Fix the safe-chars property.
12511 2002-03-05  Andre Spiegel  <spiegel@gnu.org>
12513         * vc.el (vc-transfer-file): Use `make-temp-file'.
12514         (vc-default-update-changelog): Remove conditional use of
12515         `make-temp-name'.
12517         * vc-cvs.el (vc-cvs-diff-tree): Fix typo in parameter names.
12519 2002-03-05  Michael Kifer  <kifer@cs.stonybrook.edu>
12521         * ediff-init.el: Comments.
12523         * ediff-hook.el: Got rid of autoloads. Not needed, since the hook
12524         is loaded.
12526         * ediff-mult.el (ediff-intersect-directories)
12527         (ediff-prepare-meta-buffer,ediff-get-directory-files-under-revision):
12528         Cleanup.
12529         (ediff-draw-dir-diffs): Now supports the "C" command in directory
12530         difference buffer.
12531         (ediff-dir-diff-copy-file): New function that implements copying
12532         of files from one Ediff dir to another
12533         (ediff-bury-dir-diffs-buffer): Kills the buffer instead.
12534         (ediff-append-custom-diff): Better error msgs.
12536         * ediff-util.el (ediff-compute-custom-diffs-maybe): Buglet fix.
12537         (ediff-inferior-compare-regions): Use
12538         ediff-clone-buffer-for-region-comparison. Better and simpler interface.
12540         * ediff.el (ediff-directories-internal): Cleanup.
12541         (ediff-clone-buffer-for-region-comparison): Better interface.
12543 2002-03-04  Richard M. Stallman  <rms@gnu.org>
12545         * emacs-lisp/easy-mmode.el (define-minor-mode):
12546         Use "P" in interactive spec of minor mode commands.
12548 2002-03-04  Stefan Monnier  <monnier@cs.yale.edu>
12550         * faces.el (face-spec-choose): Allow `t' to appear before the end.
12551         (mode-line, tool-bar, minibuffer-prompt, region, fringe, bold, italic)
12552         (bold-italic, underline, highlight, secondary-selection, fixed-pitch)
12553         (variable-pitch, trailing-whitespace): Don't use the old-style entries.
12554         (mode-line-inactive, header-line): Move the `t' section to the
12555         beginning so the `:inherit' setting can be shared.
12557 2002-03-04  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
12559         * net/snmp-mode.el: Require tempo when compiling to prevent
12560         warnings.  Update copyright notice.
12562         * help.el (describe-key-briefly, describe-key): Interpret `undefined'
12563         like not defined at all.
12565 2002-03-03  Stefan Monnier  <monnier@cs.yale.edu>
12567         * textmodes/sgml-mode.el: Change maintainer to FSF.
12568         (sgml-start-tag-regex, sgml-font-lock-keywords-1, sgml-mode-common)
12569         (sgml-tags-invisible, sgml-beginning-of-tag):
12570         Allow _ : and non-ASCII in tag names, as required for XML.
12571         (sgml-name-char): Don't assume anything about charsets handled by
12572         encode-char.
12574         * textmodes/tex-mode.el (tex-guess-main-file): Handle the case
12575         where one of the buffers is narrowed.
12577         * hexl.el (hexlify-command, dehexlify-command): Remove.
12578         (hexlify-buffer, dehexlify-buffer): Use call-process-region
12579         rather than shell-command-on-region.
12581         * newcomment.el (comment-forward): Use forward-comment to skip
12582         over whitespace (or comments) even when comment-use-syntax is nil.
12584         * progmodes/cperl-mode.el (cperl-menu): Add "-emacs" to the version.
12586         * textmodes/xml-lite.el: New file.
12588 2002-03-03  Richard M. Stallman  <rms@gnu.org>
12590         * textmodes/artist.el (artist-system): Use make-temp-file.
12592         * progmodes/ps-mode.el (ps-run-make-tmp-filename): Use make-temp-file.
12594         * mail/sendmail.el (mail-recover-1): Increase non-random-len
12595         by 1 since we changed make-auto-save-file-name to add one
12596         fewer character to the buffer name.
12597         (mail-recover): Really show point at the right place
12598         in the *Directory* buffer.
12600         * files.el (make-auto-save-file-name): Use make-temp-file.
12602         * terminal.el (te-create-terminfo): Use make-temp-file
12603         to create the source file in a safe way.
12605 2002-03-03  Eli Zaretskii  <eliz@is.elta.co.il>
12607         * cus-start.el: Rename automatic-hscroll-step and
12608         automatic-hscroll-margin into hscroll-step and hscroll-margin.
12610         * frame.el (auto-hscroll-mode): Renamed from automatic-hscrolling.
12611         (automatic-hscrolling): Now a defvaralias for auto-hscroll-mode.
12613         * mouse.el (mouse-region-delete-keys): Add deletechar.
12615 2002-03-03  Sam Steingold  <sds@gnu.org>
12617         * play/snake.el (snake-score-file): Fixed parens (broken by the
12618         last patch).
12619         * play/tetris.el (tetris-score-file): Ditto.
12621 2002-03-03  Richard M. Stallman  <rms@gnu.org>
12623         * play/tetris.el (tetris-score-file): Put in home dir, not in /tmp.
12625         * play/snake.el (snake-score-file): Put in home dir, not in /tmp.
12627         * play/gamegrid.el (gamegrid-set-font, gamegrid-setup-face)
12628         (gamegrid-make-mono-tty-face): Fix usage of condition-case.
12630 2002-03-03  Thien-Thi Nguyen  <ttn@gnu.org>
12632         * calendar/diary-lib.el (list-diary-entries): Use `buffer-substring'
12633         instead of `buffer-substring-no-properties' to support enriched mode.
12635 2002-03-02  Richard M. Stallman  <rms@gnu.org>
12637         * find-dired.el (find-grep-dired): Call shell-quote-argument.
12638         Specify the -e option.
12639         Rename arg to `regexp'.
12641 2002-03-02  Milan Zamazal  <pdm@zamazal.org>
12643         * textmodes/tildify.el (tildify-string-alist): Add entry for xml-mode.
12645 2002-03-02  Miles Bader  <miles@gnu.org>
12647         * mwheel.el (mwheel-scroll): Remove `double' and `triple' from the
12648         event-modifiers before looking up in `mouse-wheel-scroll-amount'.
12649         If there's no applicable modifiers entry in the alist in
12650         `mouse-wheel-scroll-amount', fall back to the default, not to
12651         nil (which causes full screen scrolls).
12653 2002-03-01  Andreas Schwab  <schwab@suse.de>
12655         * textmodes/texnfo-upd.el (texinfo-start-menu-description):
12656         Remove extra paren in regexp.
12658 2002-03-01  Eli Zaretskii  <eliz@is.elta.co.il>
12660         * mouse.el (mouse-show-mark): Use display-mouse-p, not
12661         display-graphic-p, to decide whether to move point or use the
12662         highlighting.
12664 2002-02-28  Colin Walters  <walters@verbum.org>
12666         * eshell/esh-var.el (eshell-parse-variable-ref): Use `make-temp-file'.
12668         * calc/calc-graph.el (calc-gnuplot-tempfile): Don't expand against
12669         `temporary-file-directory'; we now do that in `calc-graph-file-cache'.
12670         (calc-temp-file-name): Use `make-temp-file'.
12672 2002-02-28  Richard M. Stallman  <rms@gnu.org>
12674         * font-lock.el (java-font-lock-extra-types):
12675         Match java.net.URL, etc.
12677 2002-02-28  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
12679         * hexl.el (hexl-options): Doc fix.
12680         Update Commentary section.
12682         * textmodes/sgml-mode.el (sgml-specials, sgml-quick-keys):
12683         Doc fixes.
12685 2002-02-28  Andre Spiegel  <spiegel@gnu.org>
12687         * vc.el (vc-revert-buffer): If the buffer is not saved, prompt
12688         the user to do that first.
12689         (vc-update): New function.
12691         * vc-hooks.el (vc-menu-map): New entry "Update to Latest Version",
12692         which calls vc-update.  Use the term "Base Version" instead of
12693         "Last Version" for the entries "Revert" and "Compare".
12695 2002-02-28  Kim F. Storm  <storm@cua.dk>
12697         * simple.el (shell-command-on-region): Report non-zero exit
12698         status in mode line instead of buffer.
12700 2002-02-27  Richard M. Stallman  <rms@gnu.org>
12702         * comint.el (comint-preoutput-filter-functions): Doc fix.
12703         (comint-output-filter-functions, comint-input-filter-functions)
12704         (comint-redirect-filter-functions): Likewise.
12706         (comint-redirect-preoutput-filter): Do the local-hook
12707         handling of t when running comint-redirect-filter-functions.
12708         (comint-output-filter): Likewise for comint-preoutput-filter-functions.
12710 2002-02-26  Richard M. Stallman  <rms@gnu.org>
12712         * paths.el (remote-shell-program): Add doc string.
12714 2002-02-26  Colin Walters  <walters@debian.org>
12716         * ibuf-ext.el (sorter mode-name): New.
12717         (ibuffer-do-occur): Don't quote ibuffer-marked-char.
12719         * calc/calc-ext.el (calc-scroll-left): Call scroll-left
12720         interactively, so they do something.
12721         (calc-scroll-right): Ditto.
12723 2002-02-26  Eli Zaretskii  <eliz@is.elta.co.il>
12725         * international/mule.el (ctext-pre-write-conversion): Handle the
12726         case when FROM is a string, and when we are called from
12727         build_annotations_2.
12729 2002-02-26  Richard M. Stallman  <rms@gnu.org>
12731         * rect.el (clear-rectangle-line): Reindent to the same column
12732         that move-to-column reached when it tried to go to endcol.
12734         * icomplete.el (icomplete-exhibit): Use minibuffer-prompt-end.
12736 2002-02-26  Ivar Rummelhoff  <ivarru@math.uio.no>
12738         * winner.el (winner-boring-buffers, winner-set): A window which
12739         displays a buffer whose name is in the list
12740         `winner-boring-buffers', will no longer be restored by `winner-undo'.
12741         (winner-sorted-window-list): Used to improve comparison between
12742         window configurations.
12743         (winner-win-data): Simplified and moved.
12744         (winner-conf): Simplified (now uses `winner-win-data').
12745         (winner-change-fun, winner-save-old-configurations)
12746         (winner-save-(un)conditionally, winner-redo): Changes made while in
12747         the minibuffer will be ignored.  (Such changes are undone upon
12748         exit for the minibuffer, anyway.)
12749         (winner-set-conf): Preserve selected window whenever possible.
12750         (winner-make-point-alist): Simplified.
12751         (winner-mode, winner-save-unconditionally): Save current window
12752         configuration on entering minibuffer.
12753         (minor-mode-alist): Don't add winner-mode to `minor-mode-alist',
12754         since it does not change the overall behavior of Emacs.
12756 2002-02-26  Eli Zaretskii  <eliz@is.elta.co.il>
12758         * international/mule-conf.el (compound-text): Renamed back from
12759         compound-text-no-extensions.
12760         (ctext-no-compositions): Remove the mime-charset property.
12761         (compound-text-with-extensions): Renamed from compound-text.
12762         (x-ctext-with-extensions, ctext-with-extensions): Renamed aliases.
12764 2002-02-26  Juanma Barranquero  <lektu@terra.es>
12766         * faces.el (list-faces-display): Fix typo.
12768 2002-02-25  Richard M. Stallman  <rms@gnu.org>
12770         * frame.el (focus-follows-mouse): Doc fix.
12772 2002-02-26  Miles Bader  <miles@gnu.org>
12774         * mwheel.el (mouse-wheel-mode): Pass vectors instead of symbols
12775         to `define-key', since it no longer accepts the latter.
12777 2002-02-25  Jason Rumney  <jasonr@gnu.org>
12779         * term/w32-win.el (mouse-wheel-scroll-line): Use car of
12780         mouse-wheel-scroll-amount.
12782         * w32-vars.el (mouse-wheel-scroll-amount): Use same definition as
12783         mwheel.el.
12785         * language/japanese.el (iso-2022-jp-2): Add init-bol flag.
12787 2002-02-25  Andre Spiegel  <spiegel@gnu.org>
12789         * vc.el (vc-diff-switches-list): Fix prev change, making the macro
12790         consistent with the others that take a backend name as a symbol.
12792         * vc-cvs.el, vc-rcs.el, vc-sccs.el: Fix calls to vc-diff-switches-list.
12794 2002-02-25  Kim F. Storm  <no-spam@cua.dk>
12796         * comint.el (comint-replace-by-expanded-filename): Do nothing if
12797         comint-match-partial-filename returns nil.
12799         * shell.el (shell-pcomplete-setup-done): New variable.
12800         (shell-pcomplete): Use it instead of shell-pcomplete-setup-p.
12801         (shell-pcomplete-reverse): Ditto.
12803 2002-02-25  Per Abrahamsen  <abraham@dina.kvl.dk>
12805         * ps-print.el (ps-print-printer): Added `lpr' customize group member.
12807 2002-02-25  Juanma Barranquero  <lektu@terra.es>
12809         * subr.el (save-match-data): Doc fix.
12811         * ielm.el (ielm-prompt): Allow customization; make it read-only.
12813 2002-02-25  Kim F. Storm  <storm@cua.dk>
12815         * shell.el (shell-mode-map): Add "Complete" header so completion
12816         menu is shown on the menu bar in shell mode.
12818 2002-02-25  Stefan Monnier  <monnier@cs.yale.edu>
12820         * ielm.el (ielm-match-data): New var.
12821         (inferior-emacs-lisp-mode): Make it buffer-local.
12822         (ielm-eval-input): Use it to preserve match-data between inputs.
12824 2002-02-24  Juanma Barranquero  <lektu@terra.es>
12826         * ielm.el (inferior-emacs-lisp-mode): Use hexl for the dummy process.
12828 2002-02-24  Per Abrahamsen  <abraham@dina.kvl.dk>
12830         * cus-edit.el (custom-unlispify-remove-prefixes): Add to
12831         `custom-buffer' customize group.
12833 2002-02-23  Kim F. Storm  <storm@cua.dk>
12835         * help.el (where-is): Use remap-command.
12837         * help-fns.el (describe-function-1): Use remap-command.
12839         * subr.el (global-set-key, local-set-key): Undo 2002-02-06
12840         change (no longer accept a symbol for the KEY argument).
12842 2002-02-23  Colin Walters  <walters@debian.org>
12844         * calc/calcalg3.el (calc-invent-variables): Convert integer to string.
12845         * calc/calcalg2.el (math-solve-get-sign): Ditto.
12847         * ibuffer.el (ibuffer-compile-format): Don't uselessly bind `pt'
12848         in generated function.
12850         * ibuf-ext.el (ibuffer-old-time): Change to hours.
12851         (ibuffer-mark-old-buffers): Handle it.
12853         * shell.el (shell-pcomplete, shell-pcomplete-reverse): New functions.
12854         (toplevel): Bind them.
12855         (shell-mode): Don't set `comint-dynamic-complete-functions'; it is
12856         not necessary now that we use pcomplete.
12858         * comint.el: Document how use new pcomplete completion facility.
12860 2002-02-23  Richard M. Stallman  <rms@gnu.org>
12862         * mail/rmailsum.el (rmail-summary-output): Properly advance
12863         to next message, by calling rmail-summary-goto-msg.
12865         * net/browse-url.el (browse-url-galeon): Specify --existing
12866         for an existing window.  Use --noraise rather than --no-raise.
12867         Don't use -x.
12869 2002-02-22  Eli Zaretskii  <eliz@is.elta.co.il>
12871         * progmodes/etags.el (find-tag-noselect, find-tag)
12872         (find-tag-other-window, find-tag-other-frame, find-tag-regexp):
12873         Fix a typo in doc strings.
12875 2002-02-20  Deepak Goel  <deego@glue.umd.edu>
12877         * play/snake.el (snake-velocity-queue, snake-update-velocity)
12878         (snake-final-x-velocity, snake-final-y-velocity):
12879         New variable and functions.  Store user's keypresses
12880         into a queue and pop from the queue each subsequent turn.
12881         (snake-update-game, snake-move-left)
12882         (snake-move-right, snake-move-up, snake-move-down, snake-active-p)
12883         (snake-start-game): Use that queue.
12884         (snake-use-glyphs-flag): Renamed from snake-use-glyphs.
12885         (snake-use-color-flag): Likewise.
12886         (snake-mode): Rename uses of those variables.
12888 2002-02-22  Eli Zaretskii  <eliz@is.elta.co.il>
12890         Support for ICCCM  Extended Segments in X selections:
12892         * international/mule-conf.el (ctext-no-compositions): New coding
12893         system.
12894         (compount-text-no-extensions): Renamed from compound-text.
12895         (x-ctext-no-extensions, ctext-no-extensions): Aliases for
12896         compound-text-no-extensions.
12897         (compound-text): Redefined using post-read and pre-write conversions.
12899         * international/mule.el (non-standard-icccm-encodings-alist)
12900         (non-standard-designations-alist): New variables.
12901         (ctext-post-read-conversion, ctext-pre-write-conversion):
12902         New functions.
12904 2002-02-21  Jonathan Kamens  <jik@kamens.brookline.ma.us>
12906         * vc.el (vc-default-init-version): Update documentation to
12907         indicate that the backend can override the default init version.
12908         (vc-register): Use the backend init-version function, if it
12909         exists, to determine the initial version of a file.
12910         (vc-diff-switches-list): Don't symbol-quote backend, since it's
12911         already a symbol.  Don't fail if vc-BACKEND-diff-switches isn't bound.
12913         * vc-hooks.el (vc-mode-line): Set vc-mode to nil if the file is
12914         not version-controlled.  This is necessary, e.g., if the file has
12915         just been reverted, and thus was previously under version control
12916         but isn't any longer.
12917         (vc-find-file-hook): Likewise.
12919 2002-02-21  Martin Lorentzson  <Martin.Lorentzson@telia.com>
12921         * vc-cvs.el (vc-cvs-sticky-date-format-string): New variable.
12922         (vc-cvs-sticky-tag-display): New variable.
12923         (vc-cvs-mode-line-string): Add sticky-tag to the mode-line.
12924         (vc-cvs-checkin): If the input revision is a valid symbolic tag
12925         name, we create it as a branch, commit and switch to it.
12926         (vc-cvs-retrieve-snapshot): Set file-property sticky-tag.
12927         (vc-cvs-valid-symbolic-tag-name-p): New function.
12928         (vc-cvs-parse-sticky-tag): New function.
12929         (vc-cvs-parse-entry): Added parsing of sticky tags.
12931 2002-02-21  Per Abrahamsen  <abraham@dina.kvl.dk>
12933         * toolbar/tool-bar.el (tool-bar-mode): Revert the :init-value to
12934         nil, and then explicitly set the standard-value to t.
12936 2002-02-20  Sam Steingold  <sds@gnu.org>
12938         * textmodes/flyspell.el (flyspell-mode): Autoload the variable
12939         since it is used in the menu bar.
12941 2002-02-20  Richard M. Stallman  <rms@gnu.org>
12943         * simple.el (shell-command-on-region): Display the exit status
12944         when a command fails.
12946         * subr.el (add-hook): Doc fix.
12948         * frame.el (other-frame): Doc fix.
12950         * simple.el (yank): Clear `field' property.
12952 2002-02-20  Tom Tromey  <tromey@cachet>
12954         * progmodes/tcl.el (tcl-do-fill-paragraph): Find and fill on more
12955         natural paragraph boundaries.  Don't fail at beginning of buffer.
12957 2002-02-20  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
12959         * tar-mode.el (tar-next-line, tar-previous-line): Add doc string,
12960         call the argument "arg" to match plain next-line and
12961         previous-line.  From Kevin Ryde <user42@zip.com.au>.
12963 2002-02-19  Sam Steingold  <sds@gnu.org>
12965         * mwheel.el (mouse-wheel-scroll-amount): Can specify different
12966         scroll amounts for different modifiers now.
12967         (mwheel-scroll): Handle the new `mouse-wheel-scroll-amount'
12968         format properly.
12969         (mouse-wheel-mode): Ditto.
12971 2002-02-19  Eli Zaretskii  <eliz@is.elta.co.il>
12973         * textmodes/bibtex.el (bibtex-parse-keys): Put save-match-data
12974         around function body.
12976         * net/browse-url.el (browse-url-maybe-new-window): Reverse the
12977         sense of the comparison, to match the doc strings of functions
12978         that use this macro.
12980 2002-02-19  Per Abrahamsen  <abraham@dina.kvl.dk>
12982         * facemenu.el (describe-text-mode-map): Removed bootstrap kludge.
12984         * toolbar/tool-bar.el (tool-bar-mode): Made the standard value t.
12985         * menu-bar.el (menu-bar-mode): Ditto.
12987 2002-02-18  Andreas Schwab  <schwab@suse.de>
12989         * replace.el (query-replace-regexp-eval): Doc fix.
12991 2002-02-18  Colin Walters  <walters@verbum.org>
12993         * calc/calcalg2.el (math-solve-get-int): Convert return value from
12994         `math-get-from-counter' to a string before calling `concat' on it.
12996         * calc/calc-maint.el (calc-split-manual): Look for calc.texi.
12997         (calc-public-autoloads): Obsolete; remove.
12998         (calc-private-autoloads): Ditto.
12999         (calc-add-autoloads): Ditto.
13001         * calc/calc-macs.el (calc-with-default-simplification): Use &rest
13002         for body.
13004 2002-02-17  Jason Rumney  <jasonr@gnu.org>
13006         * w32-win.el (x-option-alist, x-long-option-alist)
13007         (x-switch-definitions): Remove, use command-line-x-option-alist
13008         instead to be consistent with X.
13009         (x-handle-initial-switch): New function.
13011 2002-02-17  Eli Zaretskii  <eliz@is.elta.co.il>
13013         * faces.el (mode-line-inactive, header-line): Add the :inherit
13014         attribute for the tty case.
13016 2002-02-17  stanislav shalunov  <shalunov@internet2.edu>
13018         * mail/uce.el (uce-reply-to-uce): Fix incorrect behavior when
13019         invoked from Rmail with full headers displayed.
13021 2002-02-17  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13023         * emacs-lisp/lisp.el (mark-defun): Don't leave multiple marks
13024         when repeated.
13025         * textmodes/paragraphs.el (mark-paragraph): Ditto.
13027 2002-02-17  Per Abrahamsen  <abraham@dina.kvl.dk>
13029         * menu-bar.el (menu-bar-showhide-menu): Added speedbar.
13030         (menu-bar-tools-menu): Removed speedbar.
13032         * textmodes/ispell.el (ispell-menu-map): Added `customize-ispell'
13033         and `flyspell-mode' entries.
13035         * textmodes/flyspell.el (flyspell): Add to ispell group.
13037 2002-02-17  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13039         * emacs-lisp/lisp.el (mark-sexp): Don't leave multiple marks when
13040         repeated.
13041         (mark-defun): Mark more if repeated.
13043 2002-02-17  Colin Walters  <walters@verbum.org>
13045         * ibuf-ext.el (ibuffer-toggle-sorting-mode): Make it work.
13047         * ibuffer.el (ibuffer-truncate-lines): New option.
13048         (ibuffer-mode): Use it.
13050 2002-02-17  Kim F. Storm  <storm@cua.dk>
13052         * cus-start.el: Add mouse-highlight.
13054 2002-02-16  Eli Zaretskii  <eliz@is.elta.co.il>
13056         * Makefile.in (DONTCOMPILE): Remove cus-start.el.
13058         * cus-start.el: Add automatic-hscroll-margin and
13059         automatic-hscroll-step.
13061 2002-02-16  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
13063         * cus-start.el (x-autoselect-window): Allow customization.
13065         * eshell/em-alias.el (eshell-alias-initialize): Do not use
13066         make-local-hook.
13068         * eshell/em-cmpl.el (eshell-cmpl-initialize): Likewise.
13070         * eshell/em-dirs.el (eshell-dirs-initialize): Likewise.
13072         * eshell/em-glob.el (eshell-glob-initialize): Likewise.
13074         * eshell/em-hist.el (eshell-hist-initialize): Likewise.
13076         * eshell/em-pred.el (eshell-pred-initialize): Likewise.
13078         * eshell/em-prompt.el (eshell-prompt-initialize): Likewise.
13080         * eshell/em-rebind.el (eshell-rebind-initialize): Likewise.
13082         * eshell/em-smart.el (eshell-smart-initialize): Likewise.
13084         * eshell/em-unix.el (eshell-unix-initialize): Likewise.
13086         * eshell/esh-cmd.el (eshell-cmd-initialize): Likewise.
13088         * eshell/esh-ext.el (eshell-ext-initialize): Likewise.
13090         * eshell/esh-io.el (eshell-io-initialize): Likewise.
13092         * eshell/esh-mode.el (eshell-mode): Likewise.
13094         * eshell/esh-test.el (eshell-show-usage-metrics): Likewise.
13096         * eshell/esh-var.el (eshell-var-initialize): Likewise.
13098         * progmodes/idlw-shell.el (idlwave-shell-mode): Likewise.
13100         * progmodes/idlwave.el (idlwave-mode): Likewise.
13102         * textmodes/reftex-sel.el (reftex-select-label-mode)
13103         (reftex-select-bib-mode): Likewise.
13105 2002-02-16  John Wiegley  <johnw@gnu.org>
13107         * eshell/em-hist.el (eshell-hist-initialize): When in the
13108         minibuffer, use the global value of `eshell-history-ring', and
13109         never save it to disk, or ask to save it to disk.  This allows
13110         users of session.el to control whether its global state should be
13111         persisted or not.
13112         (eshell-add-command-to-history): Don't write Eshell's history out
13113         to disk, let the governing mode control that upon exit.
13115 2002-02-16  Eli Zaretskii  <eliz@is.elta.co.il>
13117         * eshell/eshell.el (eshell-command): Before reading from the
13118         minibuffer, add eshell-add-command-to-history to
13119         minibuffer-exit-hook, and remove it after read-from-minibuffer
13120         returns.
13122         * eshell/em-hist.el (eshell-add-input-to-history): New function,
13123         with most of the code from eshell-add-to-history.
13124         (eshell-add-command-to-history): New function, to record in
13125         eshell-history the commands run via eshell-command.
13126         (eshell-add-to-history): Call eshell-add-command-to-history to do
13127         most of the work.
13129 2002-02-16  John Wiegley  <johnw@gnu.org>
13131         * eshell/esh-ext.el (eshell-external-command): Added a fix for
13132         XEmacs' new dired.el, which adds a global entry in the
13133         `file-name-handler-alist'.
13135 2002-02-16  John Wiegley  <johnw@gnu.org>
13137         * align.el (align-region): Added a missing name argument.
13139 2002-02-16  John Wiegley  <johnw@gnu.org>
13141         * eshell/esh-ext.el (eshell-script-interpreter): Allow whitespace
13142         after the #! of a shell interpretor specification.
13144 2002-02-15  Richard M. Stallman  <rms@gnu.org>
13146         * help.el (describe-key-briefly): Make output in INSERT case
13147         look just like what is displayed in the normal case.
13149 2002-02-15  Andreas Schwab  <schwab@suse.de>
13151         * textmodes/tex-mode.el (tex-font-lock-keywords-2):
13152         Require non-letter after specials.
13154 2002-02-15  Eli Zaretskii  <eliz@is.elta.co.il>
13156         * menu-bar.el (menu-bar-tools-menu): Add an item for Calculator.
13158 2002-02-15  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13160         * simple.el (mark-word): Mark more if repeated.
13161         * textmodes/paragraphs.el (mark-paragraph): Ditto.
13162         (mark-end-of-sentence): Ditto.
13164 2002-02-15  Per Abrahamsen  <abraham@dina.kvl.dk>
13166         * wid-edit.el (widgetp): Made it more robust.
13168 2002-02-14  Per Abrahamsen  <abraham@dina.kvl.dk>
13170         * facemenu.el (describe-text-done): New function.
13171         (describe-text-mode-map): New variable.
13172         (describe-text-mode-hook): New option.
13173         (describe-text-mode): New function.
13174         (describe-text-widget): New function.
13175         (describe-text-sexp): New function.
13176         (describe-text-properties): New function.
13177         (describe-text-category): New command.
13178         (describe-text-at): New command.
13179         (facemenu-menu): Replace `list-text-properties-at' with
13180         `describe-text-at' in the menu.
13182         * wid-edit.el (widgetp): New function.
13183         * wid-edit.el (widget-keymap, widget-insert, widget-setup): Autoload.
13185         * emacs-lisp/pp.el (pp-to-string): Autoloaded.
13187         * wid-browse.el: Removed version and x-url keywords.
13189 2002-02-13  Kim F. Storm  <storm@cua.dk>
13191         * cus-start.el (mode-line-in-non-selected-windows):
13192         Allow customization.
13194 2002-02-13  Richard M. Stallman  <rms@gnu.org>
13196         * textmodes/bibtex.el (bibtex-parse-buffers-stealthily):
13197         Tell bibtex-parse-keys to output no progress messages.
13199 2002-02-12  Eli Zaretskii  <eliz@is.elta.co.il>
13201         * progmodes/pascal.el (pascal-imenu-generic-expression):
13202         Add menu-title and fix parentheses.
13204 2002-02-12  Per Abrahamsen  <abraham@dina.kvl.dk>
13206         * menu-bar.el (menu-bar-options-save): Removed `truncate-lines'.
13207         (menu-bar-options-menu): Don't set default value for `truncate-lines'.
13209 2002-02-12  Per Abrahamsen  <abraham@dina.kvl.dk>
13211         * menu-bar.el (menu-bar-options-save): Only save
13212         `current-language-environment' and `default-input-method' when
13213         marked as customized.
13215         * international/mule-cmds.el
13216         (setup-specified-language-environment):
13217         Mark `current-language-environment' as customized.
13218         (set-input-method): Mark `default-input-method' as customized when
13219         called interactively.
13220         (toggle-input-method): Ditto.
13222 2002-02-11  Colin Walters  <walters@verbum.org>
13224         * ibuffer.el (ibuffer-switch-format): Supply required argument for
13225         `ibuffer-current-formats'.
13227 2002-02-11  Miles Bader  <miles@gnu.org>
13229         * faces.el (mode-line-inactive): Add dark-background variant.
13231 2002-02-11  Per Abrahamsen  <abraham@dina.kvl.dk>
13233         * toolbar/tool-bar.el (tool-bar-mode): Removed standard value.
13234         * menu-bar.el (menu-bar-mode): Ditto.
13235         * cus-edit.el (customize-mark-to-save): Always save variables
13236         without a standard value.
13238         * menu-bar.el (menu-bar-make-toggle): Made it aware of customize.
13239         (menu-bar-options-save): Ditto.
13240         (menu-bar-showhide-menu): Ditto.
13241         (menu-bar-options-menu): Ditto.
13242         (menu-bar-scroll-bar-right, menu-bar-scroll-bar-left)
13243         (menu-bar-scroll-bar-none): Remove.
13244         (menu-bar-showhide-scroll-bar-menu): Use customize aware lambda
13245         expressions instead.
13247         * cus-edit.el (customize-set-value): Return value.
13248         (customize-set-variable): Ditto.
13249         (customize-save-variable): Ditto.
13250         (customize-set-variable): Load dependencies before setting value.
13251         (custom-load-symbol): Autoload it.
13252         (customize-mark-as-set): New function.
13254 2002-02-11  Eli Zaretskii  <eliz@is.elta.co.il>
13256         * cus-start.el: Don't warn about "x-*" symbols when building a
13257         non-GUI version.
13259 2002-02-11  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
13261         * strokes.el (strokes-do-stroke, strokes-do-complex-stroke):
13262         Doc fix.
13263         (strokes-help): Do not use doubled with-output-to-temp-buffer.
13264         Fix the help string.
13265         (strokes-prompt-user-save-strokes): Fix typo.
13266         (strokes-list-strokes): Use proper exit-action argument for
13267         view-buffer.  Update copyright notice.
13269         * international/mule-diag.el: Various doc and message fixes.
13270         (non-iso-charset-alist): Add mac-roman.  Don't add entries for
13271         codepages already present.
13272         (list-block-of-chars): Display space for null entries in
13273         translation table.  Display tab specially.
13274         (list-non-iso-charset-chars): Check for null charsets.  Use pop
13275         for clarity.  Don't break 8-bit sets into sections between ranges.
13276         (list-charset-chars): Avoid indent-tabs-mode.
13277         (describe-char-after): Maybe use the text property for syntax
13278         table information.  Maybe report char-code-property-table info.
13279         Maybe report character's unicode.  Tweak printing of list info.
13280         (list-input-methods): Add xref buttons.
13281         (dump-charsets, dump-codings): Deleted (obsolete).
13282         From Dave Love <fx@gnu.org>.
13284 2002-02-10  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
13286         * menu-bar.el (menu-bar-showhide-menu): Rename functions for toggling.
13288 2002-02-10  Michael Kifer  <kifer@cs.stonybrook.edu>
13290         * viper-util.el (viper-read-key-sequence): Fix so it'll read
13291         fast key sequences in emacs native mode
13292         (viper-events-to-keys): Delete.
13294         * viper.el (describe-key, describe-key-briefly): Get rid of
13295         viper-events-to-keys.
13297         * ediff-init.el (ediff-has-gutter-support): Steven Turnbull's patch.
13299         * ediff-wind.el (ediff-setup-control-frame):
13300         Use ediff-has-gutter-support.
13302         * ediff-util.el (ediff-dispose-of-variant-according-to-user):
13303         check if buff is alive.
13305         * ediff.el: Typo in comment.
13307 2002-02-09  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
13309         * menu-bar.el (menu-bar-options-save): Take care of
13310         line-number-mode and column-number-mode variables.
13311         (menu-bar-showhide-menu): New menu-items "Show Line Number" and
13312         "Show Column Number" in "Show/Hide" menu.
13314 2002-02-09  Richard M. Stallman  <rms@gnu.org>
13316         * mail/mailabbrev.el (mail-mode-map): Use eval-after-load to change it.
13318 2002-02-09  Kim F. Storm  <storm@cua.dk>
13320         * faces.el (mode-line-inactive): New face for mode-line for
13321         non-selected windows.
13322         (mode-line): Doc fix: Only used for selected window.
13324 2002-02-08  Eli Zaretskii  <eliz@is.elta.co.il>
13326         * calendar/cal-menu.el (calendar-mode-map): Change the menu item's
13327         name to "Insert Diary Entry".
13329 2002-02-08  Stefan Monnier  <monnier@cs.yale.edu>
13331         * font-lock.el (save-buffer-state): Use restore-buffer-modified-p.
13332         (c-font-lock-syntactic-face-function): Accept doxygen-style comments.
13334 2002-02-08  Richard M. Stallman  <rms@gnu.org>
13336         * textmodes/text-mode.el (text-mode-hook-identify): Define as no-op.
13338 2002-02-08  Andreas Schwab  <schwab@suse.de>
13340         * calc/calc.el (calcDigit-key): Use minibuffer-prompt-end instead
13341         of point-min.
13343 2002-02-08  Eli Zaretskii  <eliz@is.elta.co.il>
13345         * net/ange-ftp.el (ange-ftp-process-handle-line)
13346         (ange-ftp-set-xfer-size): If the file's size is a float, divide
13347         by 1024 instead of using ash.
13349         * international/mule-cmds.el (select-safe-coding-system):
13350         State the buffer's name in the message popped in the *Warning* buffer,
13351         and make sure the offending buffer is displayed.
13353 2002-02-07  Markus Rost  <rost@math.ohio-state.edu>
13355         * ffap.el (ffap-newsgroup-p): Test for non-nil symbol-value of htb.
13357 2002-02-07  Richard M. Stallman  <rms@gnu.org>
13359         * terminal.el (terminal-map): Define [menu-bar] so global def is seen.
13361         * register.el (list-registers): New command.
13362         (describe-register-1): New subroutine, taken out of view-register.
13364         * emacs-lisp/copyright.el (copyright-regexp):
13365         Delete the unibyte copyright symbol; it's redundant.
13366         Fix a spazz in the multibyte encoding here.
13368 2002-02-07  Dave Love  <fx@gnu.org>
13370         * language/cyril-util.el (cyrillic-encode-koi8-r-char)
13371         (cyrillic-encode-alternativnyj-char): Get translation tables from
13372         symbol properties, not as variables.
13373         (standard-display-cyrillic-translit): Include unicodes.
13375 2002-02-06  Kim F. Storm  <storm@cua.dk>
13377         * help.el (where-is): Report remapped commands.
13379         * help-fns.el (describe-function-1): Ditto.
13381         * subr.el (global-set-key, local-set-key): Accept a symbol for the
13382         KEY argument (like define-key).
13384 2002-02-06  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
13386         * textmodes/flyspell.el (flyspell-insert-function): Doc fix.
13388 2002-02-06  Richard M. Stallman  <rms@gnu.org>
13390         * mail/mailabbrev.el: Require sendmail only at compile time.
13391         (mail-mode-header-syntax-table): Var deleted.
13392         (mail-abbrev-syntax-table): Init to nil, will compute when needed.
13393         (sendmail-pre-abbrev-expand-hook): Only temporarily change
13394         local-abbrev-table and the syntax table.
13395         Compute mail-abbrev-syntax-table if that has not been done.
13397         * progmodes/compile.el (grep-compute-defaults): Definition moved up.
13399         * emacs-lisp/debug.el (debugger-frame-offset): Var deleted.
13400         (debugger-frame-number): Figure out the offset directly.
13401         (debugger-setup-buffer): Don't use debugger-frame-offset.
13402         (debugger-frame, debugger-frame-clear): Likewise.
13403         (debugger-jump): Don't alter debugger-frame-offset.
13405         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
13406         Replace foo-p as var name with foo-flag, not foo-p-flag.
13408         * hilit-chg.el (highlight-changes-active-string): Default to +Chg.
13409         (highlight-changes-passive-string): Default to -Chg.
13410         (highlight-changes-global-modes): Doc fix.
13412         * dired.el (dired-get-filename): Add /: when appropriate
13413         to avoid taking a local name as remote.
13415         * files.el (file-name-non-special): Add special handling for
13416         file-name-sans-versions, file-name-completion, and
13417         file-name-all-completions.
13419         * isearch.el (isearch-update): Don't update display in kbd macro.
13420         (isearch-lazy-highlight-new-loop): Do nothing in kbd macro.
13422         * subr.el (force-mode-line-update): Doc fix.
13424         * subr.el (atomic-change-group, prepare-change-group)
13425         (activate-change-group, accept-change-group, cancel-change-group):
13426         New functions.
13428         * simple.el (undo-get-state, undo-revert-to-state): Fns deleted.
13429         (transpose-subr-1): Use atomic-change-group.
13431         * subr.el (add-minor-mode): Include the mode's lighter string
13432         in the minor mode menu item name.
13434         * mail/rmail.el (rmail-toggle-header): Avoid possibly slow call to
13435         rmail-count-screen-lines starting from (point-min).
13437         * startup.el (use-fancy-splash-screens-p): Need 19 lines,
13438         beyond the image height, to use the fancy splash screen.
13440         * textmodes/text-mode.el (text-mode-hook-identify): Function deleted.
13441         (text-mode): Set text-mode-variant here.
13443 2002-02-06  Eli Zaretskii  <eliz@is.elta.co.il>
13445         * play/pong.el (pong-height): Don't use height that exceeds the
13446         frame height.
13447         (pong-border-options): Make the border colors slightly more bright.
13449         * play/gamegrid.el (gamegrid-display-type): Treat any
13450         color-capable display as color-x, if display-color-p is fboundp.
13451         (gamegrid-make-color-x-face): Don't call gamegrid-color twice.
13452         (gamegrid-make-color-tty-face): Use the value of color, not the
13453         symbol itself.  Don't call gamegrid-color.
13455 2002-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
13457         * gud.el (gud-refresh): Call recenter only after we are sure we
13458         are in the right window.
13460 2002-02-05  Per Abrahamsen  <abraham@dina.kvl.dk>
13462         * cus-edit.el (customize-mark-to-save): New function.
13463         * menu-bar.el (menu-bar-options-save): Rewrote.
13465 2002-02-05  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
13467         * cus-start.el (x-use-underline-position-properties):
13468         Allow customization.
13470 2002-02-04  Simon Josefsson  <jas@extundo.com>
13472         * dired.el (dired-load-hook, dired-mode-hook)
13473         (dired-before-readin-hook, dired-after-readin-hook): Defcustom.
13475 2002-02-03  Colin Walters  <walters@verbum.org>
13477         * ibuf-ext.el (ibuffer-filter-format-alist)
13478         (ibuffer-cached-filter-formats, ibuffer-compiled-filter-formats):
13479         New variables.
13480         * ibuffer.el (ibuffer): Remove link; the "home page" for ibuffer
13481         is now the Emacs CVS tree.
13482         (ibuffer-formats): Doc fix.
13483         (ibuffer-active-formats-name, ibuffer-current-formats): New functions.
13484         (ibuffer-current-format): Use them.
13485         (ibuffer-recompile-formats, ibuffer-check-formats)
13486         (ibuffer-switch-format, ibuffer-update-title):
13487         Add support for ibuffer-filter-format-alist.
13488         (define-ibuffer-column process): Remove unncessary consing.
13490         * ibuf-macs.el (define-ibuffer-column): Add beginnings of support
13491         for a summary column.
13493 2002-02-03  Andreas Schwab  <schwab@suse.de>
13495         * window.el (save-selected-window): Move macro before first use.
13496         (balance-windows): Fix misplaced parenthesis.
13498 2002-02-03  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
13500         * calculator.el (calculator-displayers): Doc fixes.
13502 2002-02-03  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
13504         * menu-bar.el (menu-bar-help-menu): Use different text for tool-tip.
13505         (menu-bar-options-save): Save also the value of `display-time-mode'.
13506         (showhide-date-time): New function.
13507         (menu-bar-showhide-menu): New menu-item "Date and time".
13509 2002-02-03  Eli Zaretskii  <eliz@is.elta.co.il>
13511         * mail/rmail.el (rmail): Use find-buffer-visiting instead of
13512         get-file-buffer to check for rmail buffer existence.
13514         * term.el (term-emulate-terminal): Extract proper command string
13515         which is supplied to term-command-hook.
13517 2002-02-03  Richard M. Stallman  <rms@gnu.org>
13519         * international/quail.el (quail-help): Don't call help-setup-xref.
13521         * international/mule-cmds.el (describe-input-method):
13522         Call help-setup-xref here.
13523         (describe-current-input-method): Doc fix.
13525         * novice.el (disabled-command-hook): Clarify output text.
13526         Indent the paragraph from the command's doc string.
13528         * dabbrev.el (dabbrev--goto-start-of-abbrev):
13529         Exit loop on beginning of field rather than bobp.
13531 2002-02-02  Eli Zaretskii  <eliz@is.elta.co.il>
13533         * mail/uce.el (uce-reply-to-uce): Prune the headers before copying
13534         the message text into the *mail* buffer, and restore the pruned
13535         state after that.
13537         * mail/rmail.el (rmail-redecode-body): Prune the headers before
13538         looking for X-Coding-System header, and restore the pruned state
13539         before returning.
13541 2002-02-02  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
13543         * cus-edit.el (customize-save-variable): Fix typo in prompt.
13545         These changes integrate new version of flyspell.el from its
13546         maintainer, Manuel Serrano:
13548         * textmodes/flyspell.el (flyspell-issue-message-flag): New user option.
13549         (flyspell-mode-on, flyspell-notify-misspell)
13550         (flyspell-small-region, flyspell-external-point-words)
13551         (flyspell-large-region): Use it
13552         (flyspell-before-incorrect-word-string)
13553         (flyspell-after-incorrect-word-string): New user options.
13554         (make-flyspell-overlay): Use them.
13555         (flyspell-version): New function.
13556         (flyspell-incorrect-face, flyspell-duplicate-face): Adapt face
13557         definitions to use :weight.
13558         (flyspell-insert-function): New user option.
13559         (flyspell-auto-correct-word, flyspell-correct-word)
13560         (flyspell-xemacs-correct): Use it.
13561         (flyspell-define-abbrev): New function.
13562         (flyspell-auto-correct-word, flyspell-correct-word)
13563         (flyspell-xemacs-correct): Use it.
13564         (make-flyspell-overlay): Use `evaporate' property.
13565         (flyspell-auto-correct-word, flyspell-correct-word): Remove overlay.
13566         (flyspell-emacs-popup): Use `session' instead of `accept'.
13567         (flyspell-auto-correct-previous-pos): New variable.
13568         (flyspell-auto-correct-previous-hook)
13569         (flyspell-auto-correct-previous-word): New functions.
13571 2002-02-02  Eli Zaretskii  <eliz@is.elta.co.il>
13573         * novice.el (enable-command): If Emacs was invoked as "emacs -q",
13574         don't alter the user's ~/.emacs.
13575         (disable-command): If user-init-file is nil or does not exist,
13576         default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
13577         But don't alter the init file if Emacs was invoked as "emacs -q"
13579 2002-02-01  Stefan Monnier  <monnier@cs.yale.edu>
13581         * mail/sendmail.el (mail-mode): Undo half of last change.
13583         * indent.el (indent-for-tab-command): Remove spurious code.
13585         * hi-lock.el (hi-lock-find-patterns): Save restriction.
13587 2002-02-01  Eli Zaretskii  <eliz@is.elta.co.il>
13589         * calendar/time-date.el: Moved from lisp/gnus.
13591         * calendar/parse-time.el: Ditto.
13593 2002-01-31  Richard M. Stallman  <rms@gnu.org>
13595         * international/iso-acc.el (iso-languages): Fix ", " in French.
13597         * cus-start.el (history-length): Specify customization for it.
13599         * emacs-lisp/debug.el (debugger-setup-buffer):
13600         When an eval-buffer frame was reading from a buffer,
13601         insert indication of the buffer position.
13602         (debugger-frame-number): Ignore ;;;-comment lines in backtrace.
13603         (debugger-frame-clear, debugger-frame): Error on non-frame line.
13605         * simple.el (shell-command-on-region): Err if no mark
13606         before reading the command string.
13608         * hl-line.el (hl-line-highlight, hl-line-unhighlight):
13609         Definitions moved down after hl-line-mode var's definition.
13611         * hilit-chg.el (hilit-chg-fixup): Don't alter overlay if not ours.
13612         (hilit-chg-set-face-on-change): Rename arg.
13613         (hilit-chg-make-ov): Detect error earlier.
13615         * ediff-hook.el: Delete autoload cookies.
13617         * comint.el (comint-scroll-show-maximum-output): Default is t.
13619         * emacs-lisp/bytecomp.el (batch-byte-compile): New arg noforce.
13620         (batch-byte-compile-if-not-done): New function.
13622         * Makefile.in (compile): New target.
13623         (compile-always): Renamed from compile-files.
13624         (compile-after-backup): Renamed from compile.
13625         (bootstrap): Depend on compile-always, not compile-files.
13627         * emulation/pc-select.el (pc-select-save-and-set-mode):
13628         Properly use MODE-VAR.
13630 2002-01-29  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
13632         * menu-bar.el (menu-bar-help-menu): Change menu-item "Show Emacs
13633         Version" to "About Emacs".
13634         (menu-bar-options-save): Add `default-frame-alist'
13635         to saved variables.
13636         (menu-bar-showhide-scroll-bar-menu): Use frame-parameters instead
13637         of the variable `scroll-bar-mode'.
13639         * startup.el (normal-splash-screen, display-splash-screen):
13640         New functions (separated from command-line-1).
13641         (command-line-1): Use them.
13643 2002-01-28  Eli Zaretskii  <eliz@is.elta.co.il>
13645         * calendar/calendar.el (generate-calendar-month): Doc fix.
13647 2002-01-27  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
13649         * time.el (display-time-mail-directory): New option.
13650         (display-time-mail-function): Update doc-string.
13651         (display-time-mail-icon): Use XPM image when available.
13652         (display-time-string-forms): Use more descriptive text as
13653         help-echo property.
13654         (display-time-mail-check-directory): New function.
13655         (display-time-update): Use it.
13657         * menu-bar.el (menu-bar-showhide-scroll-bar-menu):
13658         Quote `window-system'.
13660         * tmm.el (tmm-get-keymap): Honour :visible in `menu-item'.
13661         Add Keywords header.  Update Commentary section.
13662         Update copyright notice.
13664         * menu-bar.el (menu-bar-scroll-bar-right)
13665         (menu-bar-scroll-bar-left, menu-bar-scroll-bar-none)
13666         (showhide-menu-bar): New functions.
13667         (menu-bar-showhide-menu): New submenu "Show/Hide".
13668         (menu-bar-showhide-scroll-bar-menu): "Scroll-bar" submenu of
13669         "Show/Hide".
13670         Update copyright notice.
13672 2002-01-27  Eli Zaretskii  <eliz@is.elta.co.il>
13674         * lazy-lock.el (lazy-lock-mode): Add a reference to jit-lock.
13676 2002-01-26  Evgeny Roubinchtein  <evgenyr@cs.washington.edu>
13678         * pc-select.el (pc-selection-mode-hook)
13679         (pc-select-saved-settings-alist, pc-select-map)
13680         (pc-select-saved-global-map, pc-select-key-bindings-alist)
13681         (pc-select-default-key-bindings, pc-select-extra-key-bindings)
13682         (pc-select-meta-moves-sexps-key-bindings)
13683         (pc-select-tty-key-bindings, pc-select-old-M-delete-binding):
13684         New variables.
13685         (pc-select-define-keys, pc-select-restore-keys): New functions.
13686         (pc-select-add-to-alist, pc-select-save-and-set-var)
13687         (pc-select-save-and-set-mode, pc-select-restore-var)
13688         (pc-select-restore-mode): New macros.
13689         (pc-selection-mode): Completely rewrote the body of the function;
13690         the main goal was to make pc-selection-mode "turn-off"-able, like
13691         other minor modes.  Use define-minore-mode instead of just a
13692         defun.  Store the key bindings into four alists:
13693         pc-select-default-key-bindings, pc-select-extra-key-bindings,
13694         pc-select-meta-moves-sexps-key-bindings, and
13695         pc-select-tty-key-bindings; then have the pc-select-define-keys
13696         function walk those alists instead of calling define-key
13697         repeatedly.  When the mode is turned on, set the
13698         keybindings in global-map and remember the old keybindings; when
13699         the mode is turned off, restore the previously-saved keybindings.
13700         (pc-selection-mode defcustom): Reflect the fact that the mode is
13701         now "turn-off"-able.
13703 2002-01-26  Eli Zaretskii  <eliz@is.elta.co.il>
13705         * eshell/esh-cmd.el (eshell-eval-command): If eshell-resume-eval
13706         returns t, don't treat that as an error.
13708 2002-01-25  Jason Rumney  <jasonr@gnu.org>
13710         * faces.el (face-font-registry-alternatives) [windows-nt]:
13711         Add ms-oemlatin as an alternative for iso8859-1.
13713 2002-01-25  Stefan Monnier  <monnier@cs.yale.edu>
13715         * pcvs.el (cvs-reread-cvsrc): Distinguish between an empty list of
13716         args and the absence of an entry.  Don't add -f each time.
13718 2002-01-25  Eli Zaretskii  <eliz@is.elta.co.il>
13720         * emacs-lisp/cl-seq.el (mismatch): Doc fix.
13722         Support for more than 8 colors on character terminals:
13724         * term/rxvt.el: New file.
13726         * Makefile.in (DONTCOMPILE): Remove term/xterm.el.
13728         * term/xterm.el (xterm-standard-colors): New variable.
13729         (xterm-rgb-convert-to-16bit, xterm-register-default-colors)
13730         (xterm-rxvt-set-background-mode): New functions.
13731         (toplevel): Call xterm-register-default-colors,
13732         xterm-rxvt-set-background-mode, and tty-set-up-initial-frame-faces.
13733         Add support for more keys from xterm's terminfo entry.
13735         * facemenu.el (list-colors-display): If the argument is nil, don't
13736         show more colors that the number returned by display-color-cells.
13738         * term/pc-win.el (msdos-color-values): Reverse the order of the
13739         colors, since tty-color-define now preserves the registration order.
13741         * w32-fns.el (w32-tty-standard-colors): Reverse the order.
13743         * term/tty-colors.el (tty-standard-colors): Reverse the order.
13744         (tty-register-default-colors): New function; code moved from
13745         startup.el's command-line.
13746         (tty-modify-color-alist): Use nconc instead of cons, to preserve
13747         the order the colors where registered.
13749         * frame.el (display-color-cells): Use tty-display-color-cells.
13751         * startup.el (command-line): Call tty-register-default-colors.
13753 2002-01-25  Richard M. Stallman  <rms@gnu.org>
13755         * subr.el (remove): Doc fix.
13757 2002-01-24  Richard M. Stallman  <rms@gnu.org>
13759         * progmodes/compile.el (compilation-handle-exit):
13760         Add a compilation-handle-exit property to the "finished" message.
13761         (compilation-parse-errors): Stop parsing when that property is seen.
13763         * subr.el (substring-no-properties): New function.
13764         (copy-without-properties): Function deleted.
13766         * term/x-win.el (x-handle-geometry): Put sizes on both
13767         initial-frame-alist and default-frame-alist.
13769         * cus-edit.el (custom-save-all): Bind file-precious-flag to t
13770         for saving .emacs.
13772         * files.el (basic-save-buffer-2): Ignore file-error in delete-file.
13774         * calendar/calendar.el (generate-calendar-month): Doc fix.
13776 2002-01-23  Richard M. Stallman  <rms@gnu.org>
13778         * play/tetris.el (tetris): New defgroup.
13779         (tetris-use-glyphs, tetris-use-color, tetris-draw-border-with-glyphs)
13780         (tetris-default-tick-period): Convert to defcustom.
13781         Added * in docstring to indicate user variable.
13782         (tetris-update-speed-function, tetris-mode-hook, tetris-tty-colors)
13783         (tetris-x-colors, tetris-buffer-name, tetris-buffer-width)
13784         (tetris-buffer-height, tetris-width, tetris-height)
13785         (tetris-top-left-x, tetris-top-left-y): Convert to defcustom.
13787 2002-01-22  Stefan Monnier  <monnier@cs.yale.edu>
13789         * mail/sendmail.el (mail-mode): ">" is not a supercite-style prefix
13790         and is already matched by adaptive-fill-regexp.
13792 2002-01-22  Richard M. Stallman  <rms@gnu.org>
13794         * bindings.el (mode-line-copied-mode-name): New variable.
13795         (mode-line-mode-name): Don't modify mode-name itself!
13796         Instead, make a copy and reuse it.
13798         * subr.el (copy-without-properties): New function.
13800         * progmodes/sh-script.el (sh-set-shell): Doc fix.
13802         * net/ange-ftp.el (ange-ftp-canonize-filename): Avoid duplicate
13803         slash if DIR is just slash.
13805         * progmodes/perl-mode.el (perl-mode-abbrev-table): Restore definition.
13807 2002-01-21  Richard M. Stallman  <rms@gnu.org>
13809         * emacs-lisp/copyright.el (copyright-regexp): Fix previous change.
13811         * net/ange-ftp.el (ange-ftp-bs2000-posix-hook-installed):
13812         Move defvar up.
13814         * textmodes/ispell.el (ispell-help): Clean up echo area if user quits.
13816         * ibuffer.el: Don't require ibuf-ext at load time.
13817         (ibuffer): Require ibuf-ext here.
13819 2002-01-21  Francesco Potort\e,Al\e(B  <pot@gnu.org>
13821         * generic-x.el (apache-conf-generic-mode): Highlight the first
13822         word in a line even if preceded by blanks.
13824 2002-01-21  Richard M. Stallman  <rms@gnu.org>
13826         * window.el (window-body-height): Handle minibuffer window specially.
13827         Otherwise, don't return less than 1.
13829 2002-01-20  Thomas Dorner  <Thomas.Dorner@start.de>
13831         * ange-ftp.el: Added support for BS2000, and for raw ftp
13832         login commands (needed in some circumstances).
13833         (ange-ftp-raw-login): New custom var.
13834         (ange-ftp-normal-login): Perform login with raw ftp commands, if
13835         ange-ftp-raw-login is set and account password is needed.
13836         (ange-ftp-host-type, ange-ftp-guess-host-type): Handle BS2000 hosts.
13837         (ange-ftp-bs2000-filename-pubset-regexp)
13838         (ange-ftp-bs2000-filename-username-regexp)
13839         (ange-ftp-bs2000-filename-prefix-regexp)
13840         (ange-ftp-bs2000-name-template): New consts.
13841         (ange-ftp-bs2000-short-filename-regexp)
13842         (ange-ftp-bs2000-fix-name-regexp-reverse)
13843         (ange-ftp-bs2000-fix-name-regexp): New consts.
13844         (ange-ftp-bs2000-special-prefix): New custom var.
13845         (ange-ftp-fix-name-for-bs2000)
13846         (ange-ftp-fix-dir-name-for-bs2000): New funs.
13847         (ange-ftp-bs2000-host-regexp, ange-ftp-bs2000-posix-host-regexp)
13848         (ange-ftp-bs2000-posix-hook-installed): New vars.
13849         (ange-ftp-parse-bs2000-filename, ange-ftp-parse-bs2000-listing)
13850         (ange-ftp-bs2000-host, ange-ftp-bs2000-posix-host)
13851         (ange-ftp-add-bs2000-host, ange-ftp-add-bs2000-posix-host): New funs.
13852         (ange-ftp-bs2000-filename-regexp): New const.
13853         (ange-ftp-bs2000-additional-pubsets): New custom var.
13854         (ange-ftp-bs2000-cd-to-posix): New fun.
13856 2002-01-20  Colin Walters  <walters@verbum.org>
13858         * ibuffer.el: (toplevel) Require `ibuf-ext', which is now compiled
13859         with `byte-compile-dynamic'.
13860         (ibuffer-default-directory, toplevel): Doc files.
13862 2002-01-20  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
13864         * tempo.el (tempo-define-template): Doc fix.
13866         * scroll-bar.el (scroll-bar-mode): Make argument optional.
13868 2002-01-20  Jason Rumney  <jasonr@gnu.org>
13870         * w32-vars.el: New file.
13872         * loadup.el [windows-nt]: Load it.
13874         * w32-fns.el, term/w32-win.el: Move user variables to w32-vars.el
13875         and make them defcustoms.
13877         * term/w32-win.el (mouse-set-font): Use w32-list-proportional-fonts.
13879 2002-01-19  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
13881         * language/tibet-util.el (tibetan-decompose-region)
13882         (tibetan-decompose-string): Fix typo in docstring.
13884         * ruler-mode.el (ruler-mode): New keyword.  Fix :version.
13886 2002-01-18  Richard M. Stallman  <rms@gnu.org>
13888         * comint.el (comint-redirect-send-command-to-process):
13889         Restore previous current buffer.
13891         * window.el (window-body-height): New function.
13893 2002-01-18  Zoltan Kemenczy  <kemenczy@rogers.com>
13895         * gud.el (easy-mmode-defmap): Enable "Up Stack", "Down Stack", and
13896         "Finish Function" menu map entries for jdb mode.
13897         (gud-jdb-use-classpath): New customization variable.
13898         (gud-jdb-command-name): Add customization.
13899         (gud-jdb-classpath, gud-marker-acc-max-length): New variables.
13900         (gud-jdb-classpath-string): New variable.
13901         (gud-jdb-source-files, gud-jdb-class-source-alist): Add doc strings.
13902         (gud-jdb-build-source-files-list): Likewise.
13903         (gud-jdb-massage-args): Record any command argument classpath
13904         string in `gud-jdb-classpath-string'.
13905         (gud-jdb-lowest-stack-level): New function, finds bottom of current
13906         java call stack in jdb output.
13907         (gud-jdb-find-source-using-classpath, gud-jdb-find-source)
13908         (gud-jdb-parse-classpath-string): New functions.
13909         (gud-jdb-marker-filter): Search/detect classpath information in
13910         jdb's output.  marker regexp updated to match oldjdb and jdb output
13911         formats.  Expand search for source files to include new/old methods
13912         using new functions above.  Do not allow `gud-marker-acc' to grow
13913         without bound.
13914         (jdb): Set classpath information (if available) as jdb is started.
13915         Change `gud-break' and `gud-remove'
13916         to use new %c ("class") escape in format strings.
13917         Add `gud-finish', `gud-up', `gud-down' command string functions, and
13918         add them to the local menu map.  Update `comint-prompt-regexp' for
13919         jdb and oldjdb.  If attaching to an already running java VM and
13920         configured to use classpath, send command to query for classpath,
13921         else use previous method for finding and parsing java
13922         sources.  Set `gud-jdb-find-source' function accordingly.
13923         (gud-mode): Doc fix.
13924         (gud-format-command): Add support for new %c ("class") escape.
13925         (gud-find-class): New function in support of %c escape.
13927 2002-01-17  Richard M. Stallman  <rms@gnu.org>
13929         * ibuf-ext.el: Enable byte-compile-dynamic.
13931 2002-01-17  Jason Rumney  <jasonr@gnu.org>
13933         * term/w32-win.el: Restore conditional require of fontset.
13935 2002-01-16  Richard M. Stallman  <rms@gnu.org>
13937         * mouse.el (mouse-drag-region-1): Renamed from mouse-drag-region,
13938         more or less.
13939         (mouse-drag-region): New function.  For a click in the echo area,
13940         show *Messages*.
13942         * ibuf-ext.el: Delete the autoloads for functions defined with
13943         ibuffer-specific commands.
13945         * help.el (describe-distribution): Really call view-file.
13947         * net/ange-ftp.el (ange-ftp-passive-mode): New arg PROC.
13948         (ange-ftp-get-process): Pass that arg.
13950         * comint.el (comint-simple-send): Fix previous change.
13952         * net/telnet.el (telnet-simple-send): Fix previous change.
13954         * progmodes/sql.el (sql-escape-newlines-and-send)
13955         (sql-query-placeholders-and-send): Fix previous change.
13957 2002-01-16  Colin Walters  <walters@verbum.org>
13959         * ibuf-ext.el, ibuf-macs.el, ibuffer.el (toplevel): Remove X-RCS,
13960         URL, Compatibility headers.  Update copyright notice.
13961         * ibuf-macs.el (toplevel): Require `cl' when compiling.
13963 2002-01-16  Andrew Choi  <akochoi@cse.cuhk.edu.hk>
13965         * startup.el (command-line): Set EOL mnemonics for the Mac.
13967 2002-01-16  Andreas Schwab  <schwab@suse.de>
13969         * mail/feedmail.el (feedmail): Fix :link spec.
13971 2002-01-16  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
13973         * net/ldap.el (ldap-ldapsearch-prog): Default to OpenLDAP version
13974         2 ldapsearch.
13976         * net/eudc.el: New maintainer.  Change author's address.
13977         (eudc-pre-select-window-configuration, eudc-insertion-marker):
13978         Variables removed.
13979         (eudc-insert-selected): Function removed.
13980         (eudc-select): Reimplemented.
13981         (eudc-expand-inline): Delete the strings only after its expansion
13982         is chosen not before.
13984         * net/eudcb-ph.el (eudc-ph-open-session): Remove XEmacs case.
13985         Minor coding style fixes.
13987         * net/eudcb-ldap.el: New maintainer.  Change author's address.
13988         (eudc-attribute-display-method-alist): Display mail with
13989         eudc-display-mail.
13991         * net/eudcb-bbdb.el, net/eudc-export.el, net/eudc-hotlist.el,
13992         * net/eudc-vars.el: New maintainer.  Change author's address.
13994         * net/eudc-bob.el: New maintainer.  Change author's address.
13995         (eudc-bob-mail-keymap): New keymap for e-mail addresses.
13996         (eudc-display-mail): New function.
13997         (eudc-bob-play-sound-at-point): Remove XEmacs case.
13999 2002-01-15  Richard M. Stallman  <rms@gnu.org>
14001         * emacs-lisp/autoload.el (make-autoload):
14002         Don't handle define-ibuffer-column, define-ibuffer-filter,
14003         define-ibuffer-sorter, and define-ibuffer-op.
14005 2002-01-14  Richard M. Stallman  <rms@gnu.org>
14007         * calendar/calendar.el (diary-date-forms): Doc fix.
14009 2002-01-14  Eli Zaretskii  <eliz@is.elta.co.il>
14011         * startup.el (command-line): Register the default tty colors even
14012         if the terminal doesn't seem to support colors.
14013         <tty-long-option-alist>: New option --color.
14014         (tty-handle-args): Parse the --color arg.
14016         * term/tty-colors.el (tty-color-mode-alist): New variable.
14018 2002-01-14  Stefan Monnier  <monnier@cs.yale.edu>
14020         * net/ange-ftp.el (ange-ftp-root-dir-p): New function.
14021         (ange-ftp-file-name-all-completions, ange-ftp-file-name-completion):
14022         Use it.
14023         (ange-ftp-hook-function): Preserve match-data.
14024         (ange-ftp-insert-directory): Typo.
14025         (ange-ftp-shell-command): Check if regexp matched.
14027 2002-01-13  Richard M. Stallman  <rms@gnu.org>
14029         * international/mule-cmds.el: help-map bindings moved to help.el.
14031         * help.el (view-echo-area-messages): New function.
14032         (help-map): Add `e' binding.  Delete obsolete `d' binding.
14033         Change old Info bindings C-f, C-k and C-i to F, K, S.
14034         Move view-emacs-FAQ from F to C-f.
14035         Move view-emacs-problems from P to C-e.
14036         Bindings moved here from mule-cmds.el.
14037         C-l binding for describe-language-environment deleted
14038         (help-for-help): Update for all these changes.
14040         * emacs-lisp/copyright.el (copyright-regexp): Make (C) optional.
14042 2002-01-13  Dave Love  <fx@gnu.org>
14044         * emacs-lisp/copyright.el: Doc fixes.
14045         (copyright-regexp): Add Latin-9 copyright sign.
14046         Match comment delimiters in year lists.
14047         (copyright-current-year): Initialize to load-time year.
14049 2002-01-13  Andreas Schwab  <schwab@suse.de>
14051         * dired-aux.el (dired-do-shell-command): Doc fix.
14053 2002-01-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14055         * startup.el (command-line-x-option-alist): New options "-fs",
14056         "-fw", "-fh", "--fullscreen", "--fullwidth", and "--fullheight".
14058         * term/x-win.el (x-handle-initial-switch): New function.
14060 2002-01-13  Colin Walters  <walters@debian.org>
14062         * emacs-lisp/autoload.el (make-autoload): Handle define-ibuffer-column,
14063         define-ibuffer-filter, define-ibuffer-sorter, and define-ibuffer-op.
14065         * emacs-lisp/lisp-mode.el (toplevel): Ditto.
14067         * ibuffer.el, ibuf-ext.el, ibuf-macs.el: New files.
14069 2002-01-12  Richard M. Stallman  <rms@gnu.org>
14071         * net/browse-url.el (browse-url-grail):
14072         Use browse-url-maybe-new-window.
14074         * net/telnet.el (telnet-simple-send):
14075         Handle comint-input-sender-no-newline like comint-simple-send.
14077         * progmodes/sql.el (sql-query-placeholders-and-send):
14078         Handle comint-input-sender-no-newline like comint-simple-send.
14079         (sql-escape-newlines-and-send): Likewise.
14081         * comint.el (comint-input-sender): Doc fix.
14082         (comint-input-sender-no-newline): New variable.
14083         (comint-simple-send): If comint-input-sender-no-newline,
14084         don't output newline, but maybe send eof.
14085         (comint-send-input): New arg NO-NEWLINE.
14086         (comint-send-eof): Call comint-send-eof with NO-NEWLINE.
14088 2002-01-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
14090         * textmodes/flyspell.el (flyspell-check-pre-word-p):
14091         Prevent delaying when executing keyboard macros.
14093 2002-01-12  Richard M. Stallman  <rms@gnu.org>
14095         * simple.el (line-move): If we can't move enough lines,
14096         go to beginning or end of line.
14098         * help-mode.el (help-xref-go-back): Restore POSITION in proper buffer
14099         and proper window.
14101         * help.el (describe-mode): Call help-setup-xref in the help buffer.
14102         Switch buffers only after calling `help-buffer'.
14104         * dired-aux.el (dired-shell-stuff-it): Substitute for * or ?
14105         only when they are surrounded by whitespace.
14106         Use dired-mark-separator when adding one file name to a command.
14107         (dired-do-shell-command): Verify that * is surrounded by whitespace.
14108         Ask for confirmation if * or ? is not surrounded by whitespace.
14109         (dired-bunch-files): Re-reverse the partial file list when it is used.
14111 2002-01-12  Richard M. Stallman  <rms@gnu.org>
14113         * comint.el (comint-dynamic-list-completions): Repeating the command
14114         after displaying a completion list scrolls the list.
14116 2002-01-12  Eli Zaretskii  <eliz@is.elta.co.il>
14118         * files.el (find-file-noselect): Don't consider a buffer as
14119         visiting a file literally if it is in hexl-mode.
14121         * faces.el (minibuffer-prompt): A better face definition for MS-DOS.
14123 2002-01-11  Richard M. Stallman  <rms@gnu.org>
14125         * startup.el (initial-scratch-message): Fix custom type, add group.
14127         * mail/rmail.el (rmail-decode-babyl-format): Disable undo
14128         around the decode-coding-region call.
14130         * emacs-lisp/lisp.el (lisp-complete-symbol): Repeating the command
14131         after displaying a completion list scrolls the list.
14133 2002-01-11  Eli Zaretskii  <eliz@is.elta.co.il>
14135         * version.el (emacs-version): Bump to 21.2.50.
14137 2002-01-10  Thien-Thi Nguyen  <ttn@giblet.glug.org>
14139         * play/zone.el (zone-timeout): New var.
14140         (zone-hiding-modeline): New macro.
14141         (zone-call): New func.
14143         (zone): Init `modeline-hidden-level' symbol property.
14144         Use `zone-call' instead of `funcall'.
14146         (zone-pgm-whack-chars): Use `make-string' (fix bug introduced in 2001-10-26T20:11:25Z!monnier@iro.umontreal.ca).
14148         (zone-pgm-stress): Use `zone-hiding-modeline'.
14150         (zone-pgm-stress-destress): New zone program.
14152 2002-01-10  Eli Zaretskii  <eliz@is.elta.co.il>
14154         * faces.el (minibuffer-prompt): Special face definition for MS-DOS.
14156 2002-01-09  Richard M. Stallman  <rms@gnu.org>
14158         * startup.el (fancy-splash-screens): Set tab-width in correct buffer.
14160 2002-01-09  Michael Kifer  <kifer@cs.stonybrook.edu>
14162         * viper.el (viper-set-hooks): Zap viper-unfriendly bindings in
14163         flyspell-mouse-map.
14165 2002-01-08  Richard M. Stallman  <rms@gnu.org>
14167         * emacs-lisp/regexp-opt.el (regexp-opt): Bind max-specpdl-size.
14169         * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Fix custom type.
14171         * textmodes/flyspell.el (flyspell-mode-line-string): Fix custom type.
14173 2002-01-08  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
14175         * progmodes/ada-mode.el (ada-initialize-properties, ada-mode):
14176         Do not use make-local-hook.
14178 2002-01-08  Eli Zaretskii  <eliz@is.elta.co.il>
14180         * international/quail.el (quail-start-translation)
14181         (quail-start-conversion): Bind last-command-event, last-command,
14182         and this-command in the first let.  This fixes the change from
14183         2000-08-30.
14185 2002-01-08  Michael Kifer  <kifer@cs.stonybrook.edu>
14187         * ediff-hook.el: Add an autoload cookie.
14189 2002-01-08  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
14191         * net/eudcb-ph.el, net/ldap.el: New maintainer.  New e-mail
14192         address of the author.
14194 2002-01-08  Richard M. Stallman  <rms@gnu.org>
14196         * replace.el (occur-mode-goto-occurrence-other-window): New command.
14197         (occur-mode-map): Bind `o' to that.
14199 2002-01-07  Michael Kifer  <kifer@cs.stonybrook.edu>
14201         * viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
14202         new macro that replaces viper-emacs-p and viper-xemacs-p in many
14203         cases. Used to reduce the number of warnings.
14205         * viper-cmd.el: Use viper-cond-compile-for-xemacs-or-emacs.
14206         (viper-standard-value): Move here from viper.el.
14207         (viper-set-unread-command-events): Move to viper-util.el
14208         (viper-check-minibuffer-overlay): Make sure
14209         viper-minibuffer-overlay is moved to cover the entire input field.
14211         * viper-util.el: Use viper-cond-compile-for-xemacs-or-emacs.
14212         (viper-read-key-sequence, viper-set-unread-command-events)
14213         (viper-char-symbol-sequence-p, viper-char-array-p): Moved here.
14215         * viper-ex.el: Use viper-cond-compile-for-xemacs-or-emacs.
14217         * viper-keym.el: Use viper-cond-compile-for-xemacs-or-emacs.
14219         * viper-mous.el: Use viper-cond-compile-for-xemacs-or-emacs.
14221         * viper-macs.el (viper-char-array-p, viper-char-symbol-sequence-p)
14222         (viper-event-vector-p): Move to viper-util.el
14224         * viper.el (viper-standard-value): Move to viper-cmd.el.
14225         Use viper-cond-compile-for-xemacs-or-emacs.
14227         * ediff-help.el: Use ediff-cond-compile-for-xemacs-or-emacs.
14229         * ediff-hook.el: Use ediff-cond-compile-for-xemacs-or-emacs.
14231         * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs):
14232         New macro designed to be used in many places where ediff-emacs-p or
14233         ediff-xemacs-p was previously used.  Reduces the number of warnings.
14234         Use ediff-cond-compile-for-xemacs-or-emacs in many places in lieu
14235         of ediff-xemacs-p.
14236         (ediff-make-current-diff-overlay, ediff-highlight-diff-in-one-buffer)
14237         (ediff-convert-fine-diffs-to-overlays, ediff-empty-diff-region-p)
14238         (ediff-whitespace-diff-region-p, ediff-get-region-contents):
14239         Move to ediff-util.el.
14240         (ediff-event-key): Moved here.
14242         * ediff-merge.el: Got rid of unreferenced variables.
14244         * ediff-mult.el: Use ediff-cond-compile-for-xemacs-or-emacs.
14246         * ediff-util.el: Use ediff-cond-compile-for-xemacs-or-emacs.
14247         (ediff-cleanup-mess): Improve the way windows are set up after
14248         quitting ediff.
14249         (ediff-janitor): Use ediff-dispose-of-variant-according-to-user.
14250         (ediff-dispose-of-variant-according-to-user): New function
14251         designed to be smarter and also understands indirect buffers.
14252         (ediff-highlight-diff-in-one-buffer)
14253         (ediff-unhighlight-diff-in-one-buffer)
14254         (ediff-unhighlight-diffs-totally-in-one-buffer)
14255         (ediff-highlight-diff, ediff-highlight-diff)
14256         (ediff-unhighlight-diff, ediff-unhighlight-diffs-totally)
14257         (ediff-empty-diff-region-p, ediff-whitespace-diff-region-p)
14258         (ediff-get-region-contents, ediff-make-current-diff-overlay):
14259         Moved here.
14260         (ediff-format-bindings-of): New function by Hannu Koivisto
14261         <azure@iki.fi>.
14262         (ediff-setup): Make sure the merge buffer is always widened and
14263         modifiable.
14264         (ediff-write-merge-buffer-and-maybe-kill): Refuse to write the
14265         result of a merge into a file visited by another buffer.
14266         (ediff-arrange-autosave-in-merge-jobs): Check if the merge file
14267         is visited by another buffer and ask to save/delete that buffer.
14268         (ediff-verify-file-merge-buffer): New function to do the above.
14270         * ediff-vers.el: Load ediff-init.el at compile time.
14272         * ediff-wind.el: Use ediff-cond-compile-for-xemacs-or-emacs.
14274         * ediff.el (ediff-windows, ediff-regions-wordwise)
14275         (ediff-regions-linewise): Use indirect buffers to improve
14276         robustness and make it possible to compare regions of the same
14277         buffer (even overlapping regions).
14278         (ediff-clone-buffer-for-region-comparison)
14279         (ediff-clone-buffer-for-window-comparison): New functions.
14280         (ediff-files-internal): Refuse to compare identical files.
14281         (ediff-regions-internal): Get rid of the warning about comparing
14282         regions of the same buffer.
14284         * ediff-diff.el (ediff-convert-fine-diffs-to-overlays): Moved here.
14285         Plus the following fixes courtesy of Dave Love: Doc fixes.
14286         (ediff-word-1): Use word class and move - to the
14287         front per regexp documentation.
14288         (ediff-wordify): Bind forward-word-function outside loop.
14289         (ediff-copy-to-buffer): Use insert-buffer-substring rather than
14290         consing buffer contents.
14291         (ediff-goto-word): Move syntax table setting outside loop.
14293 2002-01-07  Richard M. Stallman  <rms@gnu.org>
14295         * dired.el (dired-copy-filename-as-kill): Call kill-append
14296         if following a kill command.
14298         * help-fns.el (describe-variable, describe-function):
14299         Do save-excursion.
14301 2002-01-06  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
14303         * net/ldap.el (ldap-search-internal): Skip error message from
14304         ldapsearch.  Allow listing attribute names only.  Do not open
14305         non-existent files.
14307         * net/eudcb-ldap.el (eudc-ldap-get-field-list): Do not try to
14308         call non-existent function.
14310         * net/eudc.el (top-level): Revert previous change.
14312         * net/net-utils.el (nslookup-font-lock-keywords): Defvar font-lock
14313         variables to prevent warning from byte-compiler.
14315         * net/eudc.el (top-level): Use eudc-xemacs-p instead of
14316         string-match on emacs-version again.
14318         * enriched.el (enriched-make-annotation): Fix the change from
14319         2002-01-05.
14320         (enriched-handle-display-prop): Return proper values.
14322         * net/eudcb-ldap.el (eudc-attribute-display-method-alist):
14323         Use proper attribute name labeledUri instead of deprecated labeledUrl.
14325 2002-01-05  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
14327         * net/eudc-hotlist.el (eudc-edit-hotlist): Avoid error when
14328         editing an empty hotlist.
14330         * net/ldap.el (ldap-search-internal): Make the buffer unibyte.
14331         Use buffer-string instead of buffer-substring for the whole buffer.
14333         * net/eudc-vars.el (eudc-external-viewers): Do not use xv, it is
14334         not free.
14336         * net/eudc-bob.el (eudc-bob-can-display-inline-images)
14337         (eudc-bob-display-jpeg): Use fboundp instead of boundp.
14338         (eudc-bob-save-object): Make the buffer unibyte.
14339         (eudc-bob-generic-keymap): Add new keybinding `!' to pipe the
14340         object to external program.
14342 2002-01-05  Andre Spiegel  <spiegel@gnu.org>
14344         * vc.el (vc-branch-part): Return nil if there's no `.'
14345         (vc-default-previous-version): Renamed from vc-previous-version.
14346         New args BACKEND and FILE.  Return nil for revision numbers
14347         without a `.'
14348         (vc-version-diff): Call vc-BACKEND-previous-version.
14349         (vc-steal-lock): Steal lock before composing mail, so that no mail
14350         is sent when the stealing goes wrong.  And we'll actually see the
14351         error in that case now.
14352         (vc-finish-steal): Removed.
14354         * vc-rcs.el (vc-rcs-steal-lock): Do a real checkout after stealing
14355         the lock, so that we see expanded headers.
14356         (vc-rcs-trunk-p, vc-rcs-branch-part, vc-rcs-branch-p)
14357         (vc-rcs-minor-part, vc-rcs-previous-version): Removed.  These are
14358         available from vc.el.  Updated all callers.
14360 2002-01-05  Richard M. Stallman  <rms@gnu.org>
14362         * enriched.el (enriched-make-annotation): Doc fix.
14364         * format.el (format-replace-strings, format-subtract-regions)
14365         (format-annotate-region, format-annotate-location)
14366         (format-annotate-atomic-property-change)
14367         (format-annotate-single-property-change): Doc fixes.
14369 2002-01-05  Jason Rumney  <jasonr@gnu.org>
14371         * term/w32-win.el: Require fontset unconditionally.
14372         (w32-handle-scroll-bar-event): Remove.
14374 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14376         * emacs-lisp/copyright.el (copyright-regexp): Allow multi-line
14377         copyrights to be updated.
14379 2002-01-04  Eli Zaretskii  <eliz@is.elta.co.il>
14381         * textmodes/texinfo.el (texinfo-insert-@end): Fix the change from
14382         2001-10-24.
14384         * mail/sendmail.el (mail-recover-1, mail-recover): Doc fix.
14386 2002-01-04  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
14388         * net/ldap.el (ldap-host-parameters-alist): Remove duplicated entry.
14389         (ldap-ignore-attribute-codings): Change the default value to allow
14390         encoding/decoding of attributes.
14391         (ldap-coding-system): Use UTF-8 as the coding-system.  Doc fix.
14393 2002-01-03  Richard M. Stallman  <rms@gnu.org>
14395         * files.el (basic-save-buffer): Undo previous change.
14397         * calendar/diary-lib.el (diary-block): Doc fix.
14399         * custom.el (defcustom): Fix syntax of previous change.
14401 2002-01-03  Per Abrahamsen  <abraham@dina.kvl.dk>
14403         * custom.el (defcustom): Documented :tag, :link and :load.
14405 2002-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
14407         * mail/sendmail.el (mail-recover-1): New function.
14408         (mail-recover): Switch to the *mail* buffer right away.
14409         Use buffer-auto-save-file-name instead of calling
14410         make-auto-save-file-name.  Call dired-noselect instead of invoking
14411         `ls' directly.  Bind coding-system-for-read to emacs-mule-unix
14412         before reading the auto-save file.  If the buffer's auto-save file
14413         does not exist, call mail-recover-1 to allow recovery from past
14414         auto-saved drafts.
14416 2002-01-03  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
14418         * time.el (display-time-load-average-threshold): Fix defcustom
14419         (add type and group).
14421         * net/ange-ftp.el (ange-ftp-shell-command): Remove port
14422         specification from the hostname.
14424 2002-01-02  Richard M. Stallman  <rms@gnu.org>
14426         * facemenu.el (facemenu-active-faces):
14427         Use face-attributes-as-vector, not face-attributes-vector.
14429 2002-01-02  Chris Hanson  <cph@aarau.ai.mit.edu>
14431         * xscheme.el: Eleven years of updates on a private copy.
14433         Extensive changes to support multiple xscheme buffers:
14434         (run-scheme): Break up into new functions to facilitate starting
14435         processes in other buffers.
14436         (xscheme-start, xscheme-read-command-line): New functions.
14437         (start-scheme, select-scheme)
14438         (default-xscheme-runlight)
14439         (global-set-scheme-interaction-buffer)
14440         (local-set-scheme-interaction-buffer)
14441         (local-clear-scheme-interaction-buffer)
14442         (exit-scheme-interaction-mode)
14443         (verify-xscheme-buffer): New functions.
14444         (xscheme-process-name, xscheme-buffer-name)
14445         (xscheme-runlight): New internal vars.
14446         (default-xscheme-runlight): New const.
14447         (xscheme-start-process): Add args for the process/buffer names.
14448         (reset-scheme): Pass process/buffer names.
14449         (scheme-interaction-mode): Initialize new local vars.
14450         (reset-scheme, xscheme-send-string-2, xscheme-process-running-p)
14451         (xscheme-select-process-buffer, xscheme-process-buffer)
14452         (xscheme-send-region, xscheme-send-char, xscheme-send-interrupt)
14453         (xscheme-goto-output-point, xscheme-write-message-1): Use new
14454         var xscheme-process-name.
14455         (xscheme-start-process): Initialize xscheme-process-name and
14456         xscheme-buffer-name in the process buffer.  Pass buffer name to
14457         xscheme-modeline-initialize.
14458         (xscheme-modeline-initialize): Add argument to specify buffer name
14459         for mode-line vars.
14460         (xscheme-process-sentinel): Make sure sentinel is run in the
14461         process buffer so it sees its local vars.
14462         (xscheme-process-filter-initialize, xscheme-set-runlight):
14463         More elaborate logic to handle multiple-buffer mode lines.
14465         (xscheme-enter-input-wait): Re-enable control-G handler upon
14466         entering input wait.
14468         (scheme-interaction-mode): Add arg to preserve local vars.
14469         (xscheme-enter-interaction-mode)
14470         (xscheme-enter-debugger-mode): Preserve local vars.
14471         (xscheme-start-process): Clobber local vars.
14473         (scheme-interaction-mode-commands): Allow end user to add commands
14474         to scheme-interaction-mode keymap.
14475         (scheme-interaction-mode-commands-alist): New variable.
14477         (xscheme-send-string): Don't use insert-before-markers.
14479         Implement a per-buffer kill ring:
14480         (xscheme-insert-expression)
14481         (xscheme-rotate-yank-pointer, xscheme-yank)
14482         (xscheme-yank-pop, xscheme-yank-push): New functions.
14483         (xscheme-expressions-ring)
14484         (xscheme-expressions-ring-yank-pointer)
14485         (xscheme-expressions-ring-max): New variables.
14486         (xscheme-send-string-1): Call xscheme-insert-expression to save
14487         expression in ring.
14488         (xscheme-yank-previous-send): Now an alias for xscheme-yank.
14489         (xscheme-previous-send): Deleted variable.
14491         (xscheme-send-string-2, xscheme-send-char, xscheme-send-proceed)
14492         (xscheme-send-control-g-interrupt): Use process-send-string rather
14493         than send-string.
14495         (xscheme-send-region): Insert a newline after an expression that
14496         is submitted in the interaction buffer, for consistency with
14497         recent changes to Edwin.
14499         (xscheme-delete-output): New function mimics comint-delete-output.
14500         (xscheme-last-input-end): New internal variable.
14501         (xscheme-process-filter-output): Update xscheme-last-input-end.
14503         (xscheme-send-control-g-interrupt): Make sure that
14504         xscheme-control-g-disabled-p is looked up in the right buffer.
14506         (xscheme-enable-control-g): Clear C-g message if visible.
14507         (xscheme-control-g-message-string): New internal var.
14508         (xscheme-send-control-g-interrupt): Use new var.
14510         (xscheme-send-control-g-interrupt, xscheme-send-interrupt):
14511         Delay after sending interrupt in order to work around race condition.
14513         (xscheme-send-control-g-interrupt, xscheme-send-interrupt)
14514         (xscheme-send-char): Use xscheme-send-char rather than send-string
14515         to send single char.
14517         (xscheme-process-filter, xscheme-process-filter-alist):
14518         Add support for evaluating expressions outside of the call-excursion.
14519         (xscheme-process-filter:string-action-noexcursion): New func.
14521         (xscheme-write-value): Change output string to match that used by
14522         Edwin.
14524         (xscheme-coerce-prompt): Don't write a space after a command
14525         prompt.  The PROMPT-FOR-COMMAND- procedures will take care of this
14526         for us.
14528         (reset-scheme): Delete process after killing it.
14530 2002-01-02  Eli Zaretskii  <eliz@is.elta.co.il>
14532         * bindings.el (function-key-map): Don't bind shifted keypad
14533         numeric keys.
14535 2002-01-02  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
14537         * enriched.el (enriched-handle-display-prop): Remove unused variables.
14538         (enriched-mode): Doc fix.
14540 2002-01-02  Eli Zaretskii  <eliz@is.elta.co.il>
14542         * international/ucs-tables.el (ucs-8859-8-alist): Comment away
14543         Hebrew points.
14545 2002-01-01  Richard M. Stallman  <rms@gnu.org>
14547         * jka-compr.el (jka-compr-write-region): If START = nil, use whole buf.
14549 2001-12-31  Richard M. Stallman  <rms@gnu.org>
14551         * comint.el, cus-edit.el, diff-mode.el, enriched.el, font-lock.el:
14552         * generic-x.el, info.el, log-view.el, pcvs-info.el, speedbar.el:
14553         * wid-edit.el, woman.el, calendar/calendar.el, textmodes/flyspell.el:
14554         * emulation/viper-init.el, eshell/em-ls.el, progmodes/antlr-mode.el:
14555         * progmodes/cperl-mode.el, progmodes/idlwave.el:
14556         * progmodes/sh-script.el, progmodes/vhdl-mode.el:
14557         Adapt face definitions to use :weight and :slant.
14559         * ps-print.el (ps-font-lock-face-attributes): Use :weight and :slant.
14561         * cus-edit.el (custom-face-edit-fix-value): Delete `assert' call.
14563         * font-lock.el (initializing from font-lock-face-attributes):
14564         Use :weight and :slant, not :bold and :italic.
14566 2001-12-31  Per Abrahamsen  <abraham@dina.kvl.dk>
14568         * cus-edit.el (custom-face-edit-fix-value): New function.
14569         (custom-face-edit): Use it, to convert :italic and :bold to new forms.
14571 2001-12-30  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
14573         * progmodes/octave-mod.el (octave-abbrev-table):
14574         * progmodes/idlwave.el (idlwave-mode-abbrev-table):
14575         * progmodes/fortran.el (fortran-mode-abbrev-table):
14576         * progmodes/f90.el (f90-mode-abbrev-table):
14577         * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init):
14578         * progmodes/sql.el (sql-mode-abbrev-table): Mark all the
14579         predefined abbrevs as "system" abbrevs.
14581 2001-12-30  Richard M. Stallman  <rms@gnu.org>
14583         * info.el (Info-fontify-node): For a **** underline line, put the
14584         invisible and intangible props on the following newline, but not
14585         on the previous newline or the last char of the previous line.
14587         * faces.el (face-set-after-frame-default): Don't change `default' face.
14589         * faces.el (minibuffer-prompt): Adopt some default colors.
14591         * replace.el (query-replace-read-args): Immediate error if read-only.
14593         * textmodes/makeinfo.el (makeinfo-compilation-sentinel):
14594         Display the output buffer in a more intelligent way.
14596 2001-12-30  Eli Zaretskii  <eliz@is.elta.co.il>
14598         * ls-lisp.el (insert-directory): Modify the "total" line wording,
14599         in accordance with files.el's insert-directory.
14601 2001-12-29  Richard M. Stallman  <rms@gnu.org>
14603         * files.el (basic-save-buffer): If a before-write hook displays
14604         an echo area message, pause before calling basic-save-buffer-1.
14606 2001-12-29  Markus Rost  <rost@math.ohio-state.edu>
14608         * textmodes/reftex-global.el (reftex-query-replace-document)
14609         (reftex-change-label): Doc fix.
14611         * dired-aux.el (dired-do-query-replace-regexp): Doc fix.
14613         * progmodes/etags.el (tags-query-replace): Doc fix.
14615 2001-12-29  Richard M. Stallman  <rms@gnu.org>
14617         * progmodes/compile.el (compile-internal): Fix previous change.
14619 2001-12-28  Richard M. Stallman  <rms@gnu.org>
14621         * mouse.el (mouse-drag-mode-line-1): When dragging a mode line upward,
14622         shrink the windows above as necessary to get space.
14623         (mouse-drag-move-window-bottom, mouse-drag-window-above): New fns.
14625         * net/ange-ftp.el (ange-ftp-allow-child-lookup): Always return nil.
14626         This fixes a bug that treated all files as directories.
14627         (ange-ftp-insert-directory): Explicitly follow symlinks.
14629         * international/iso-transl.el (iso-transl-char-map) Eliminate the
14630         alias symbols--put the translated sequences here directly.
14632         * progmodes/cc-mode.el (c-mode-abbrev-table)
14633         (c++-mode-abbrev-table, objc-mode-abbrev-table)
14634         (java-mode-abbrev-table, pike-mode-abbrev-table):
14635         Mark all the predefined abbrevs as "system" abbrevs.
14637         * mail/sendmail.el (mail-envelope-from): Fix custom type.
14638         (sendmail-send-it): Check mail-specify-envelope-from
14639         and mail-envelope-from in the mail buffer at start.
14641 2001-12-28  Simon Josefsson  <jas@extundo.com>
14643         * mail/sendmail.el (mail-envelope-from): Fix :type.
14644         (sendmail-send-it): Copy `mail-envelope-from' from calling buffer.
14646 2001-12-28  Richard M. Stallman  <rms@gnu.org>
14648         * net/ldap.el (ldap-search-internal): Handle <file://...> in results.
14650         * simple.el (line-move-invisible): New subroutine.
14651         (line-move-to-column): New subroutine--smarter about advancing over
14652         invisible parts of a line, or lines, but only as long as hpos grows.
14653         (line-move-finish): New subroutine: repeatedly processes desired
14654         column, intangibility, and fields.
14655         (line-move): Use those subroutines.
14656         When moving lines downward, skip invisible text first rather than last.
14658 2001-12-27  Richard M. Stallman  <rms@gnu.org>
14660         * international/mule-diag.el (describe-char-after):
14661         Describe the text properties of the char after point.
14663         * help.el (describe-key): Doc fix.
14665 2001-12-26  Markus Rost  <rost@math.ohio-state.edu>
14667         * find-dired.el (find-dired-sentinel): Precede exit message by
14668         two spaces, to match the regexp in dired-between-files.
14670 2001-12-28  Miles Bader  <miles@gnu.org>
14672         * wid-edit.el (widget-toggle-value-create): Don't eval actual
14673         images (which are lists too).
14675 2001-12-27  Eli Zaretskii  <eliz@is.elta.co.il>
14677         * language/european.el: Fix the doc string of "Latin-5" language
14678         environment.
14680 2001-12-26  Richard M. Stallman  <rms@gnu.org>
14682         * textmodes/flyspell.el (flyspell-mode-map): New keymap,
14683         defined as before 2001-11-09.
14684         (add-minor-mode call): Specify the keymap.
14686         * progmodes/compile.el (compile-internal):
14687         Set TERM variable in process-environment.
14689 2001-12-25  Richard M. Stallman  <rms@gnu.org>
14691         * help-mode.el (help-xref-on-pp): Catch and ignore errors in scanning
14692         the buffer.
14694         * startup.el (command-line): Convert command line args
14695         to Emacs internal representation using locale-coding-system.
14697 2001-12-25  Eli Zaretskii  <eliz@is.elta.co.il>
14699         * international/fontset.el: Don't require ind-util when compiling.
14701 2001-12-25  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
14703         * emulation/tpu-edt.el (tpu-reset-screen-size):
14704         Use set-frame-height and set-frame-width instead of set-screen-height
14705         and set-screen-width.
14707         * vt-control.el (vt-wide, vt-narrow): Use set-frame-width instead
14708         of obsolete set-screen-width.
14710         * locate.el (locate): Remove dot at the end of error argument.
14712         * emerge.el (emerge-show-file-name): Use frame-height instead of
14713         obsolete screen-height.
14715         * mail/mh-utils.el (mh-show-msg): Likewise.
14716         (mh-handle-process-error): Use frame-width instead of obsolete
14717         screen-width.
14719 2001-12-25  Richard M. Stallman  <rms@gnu.org>
14721         * window.el (balance-windows): Use new PRESERVE-BEFORE arg
14722         to enlarge-window.  Use save-selected-window.  Don't try
14723         to resize windows that end at the bottom "level".
14724         Retry changing the sizes until the windows get the desired sizes.
14725         Discount the minibuffer when computing total height available.
14727         * emacs-lisp/debug.el (debugger-mode-map): Bind C-m, not `RET'.
14728         (debugger-make-xrefs): Only make a button for the first symbol
14729         on any line.
14731 2001-12-24  Eli Zaretskii  <eliz@is.elta.co.il>
14733         * term/internal.el (dos-cpNNN-setup, dos-codepage-setup):
14734         Call IT-setup-unicode-display here instead of adding it to
14735         dos-codepage-setup-hook, so that Unicode display tables are set
14736         before dos-codepage-setup-hook runs.
14738 2001-12-24  Richard M. Stallman  <rms@gnu.org>
14740         * net/net-utils.el (ftp-mode-abbrev-table): Don't define it.
14741         (nslookup-mode-abbrev-table): Don't define it.
14742         (smbclient-mode-abbrev-table): Don't define it.
14743         (ftp-mode): Don't use ftp-mode-abbrev-table; don't enable Abbrev mode.
14744         (nslookup-mode, smbclient-mode): Likewise.
14745         (network-connection-service-abbrev-alist): Variable deleted.
14746         (network-connection-mode-setup): Don't set up abbrev table.
14748         * faces.el (minibuffer-prompt): New face.
14749         (minibuffer-prompt-properties): Add `face' property.
14751         * replace.el (occur-mode-display-occurrence): New function.
14752         (occur-mode-map): Bind C-o to it.
14754 2001-12-24  Michael Kifer  <kifer@cs.sunysb.edu>
14756         * viper-cmd.el (viper-change-state): Got rid of make-local-hook.
14757         (viper-special-read-and-insert-char): Make C-m work right in the r
14758         comand.
14759         (viper-buffer-search-enable): Fixed format string.
14761         * viper-ex.el (ex-token-alist): Use ex-set-visited-file-name
14762         instead of viper-info-on-file.
14763         (ex-set-visited-file-name): New function.
14765         * viper.el (viper-emacs-state-mode-list): Added mail-mode.
14767         * ediff-mult.el (ediff-meta-mark-equal-files): Added optional
14768         action argument.
14770         * ediff-init.el: Fixed some doc strings.
14772         * ediff-util.el (ediff-after-quit-hook-internal): New variable.
14773         Got rid of make-local-hook.
14775         * ediff-wind.el (ediff-setup-control-frame): Got rid of
14776         make-local-hook.
14778 2001-12-23  Richard M. Stallman  <rms@gnu.org>
14780         * term/x-win.el (x-handle-geometry): Put height and width
14781         on default-frame-alist, left and top on initial-frame-alist.
14782         * term/w32-win.el (x-handle-geometry): Likewise.
14784         * sort.el (sort-reorder-buffer): Copy all to a temp buffer first.
14786         * play/yow.el (yow): Use an arg to distinguish interactive calls,
14787         not interactive-p.
14789 2001-12-22  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
14791         * emacs-lisp/elint.el (elint-unknown-builtin-args):
14792         Remove mocklisp entries.
14794         * subr.el (insert-string): Moved from mocklisp.c, reimplemented in
14795         Lisp.  Obsoleted.
14797         * emulation/mlconvert.el: File removed.
14799         * emulation/mlsupport.el: Moved to obsolete.
14801         * obsolete/mlsupport.el: Moved there from lisp/emulation.
14803         * emacs-lisp/find-gc.el (source-files): Remove mocklisp.c.
14805         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
14806         Remove mocklisp case.
14808         * help-fns.el (describe-function-1): Remove mocklisp function case.
14810 2001-12-22  Miles Bader  <miles@gnu.org>
14812         * textmodes/refill.el (refill-mode): Don't barf when redundantly
14813         turning refill-mode off.
14815 2001-12-22  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
14817         * time.el (display-time-load-average-threshold): New variable.
14818         (display-time-update): Use it.
14820         These changes allow cycling through past 1, 5 and 15 minutes
14821         load-average displayed in the mode-line.
14823         * time.el (display-time-default-load-average): New customizable option.
14824         (display-time-load-average): New variable.
14825         (display-time-cycle-load-average): New function.
14826         (display-time-update): Use them.
14828 2001-12-21  Richard M. Stallman  <rms@gnu.org>
14830         * apropos.el (apropos-print): SPACING is now nil or a separator string.
14831         (apropos-documentation, apropos-value): Pass a suitable string.
14833 2001-12-21  Eli Zaretskii  <eliz@is.elta.co.il>
14835         * dired.el (dired-free-space-program, dired-free-space-args):
14836         Aliases for back-compatibility.
14838         * info.el (Info-select-node): If Info-use-header-line is nil, set
14839         header-line-format to nil.
14840         (Info-fontify-node): Don't put a keymap text property on the
14841         heading if we are not going to display the header line.  Remove
14842         any such text properties left over from past visits to this node.
14844         * ls-lisp.el (insert-directory): Insert the amount of free disk
14845         space, like files.el's insert-directory does.
14847         * files.el (directory-free-space-program):
14848         Mention file-system-info in the doc string.
14849         (get-free-disk-space): New function; code moved from insert-directory.
14850         (insert-directory): Call get-free-disk-space to get the amount of
14851         free space.
14853 2001-12-21  Richard M. Stallman  <rms@gnu.org>
14855         * help.el (view-order-manuals, view-emacs-news, describe-copying)
14856         (describe-distribution, describe-project): Use view-file.
14858         * emacs-lisp/cl-indent.el (define-modify-macro): Better indent spec.
14860         * net/ange-ftp.el (ange-ftp-file-modtime): Use save-match-data.
14862         * emacs-lisp/easy-mmode.el (define-minor-mode):
14863         Make no arg by default in an interactive call,
14864         so that repeating the command toggles again.
14866         * emacs-lisp/lisp-mode.el (eval-defun-1): Cope with atoms as args.
14868 2001-12-21  Christoph Wedler  <Christoph.Wedler@sap.com>
14870         * antlr-mode.el: More sophisticated indentation of cpp directive.
14871         (antlr-indent-at-bol-alist): New user option.
14872         (antlr-indent-line): Use it.
14873         (antlr-indent-style): New user option.
14874         (antlr-mode): Use it.
14875         (antlr-indent-item-regexp): Customize.
14877         * antlr-mode.el: Syntax highlighting changes.
14878         (antlr-font-lock-literal-regexp): New user option.
14879         (antlr-font-lock-syntax-face): New face used for :, |, ....
14880         (antlr-font-lock-default-face): New face.
14881         (antlr-font-lock-additional-keywords): Use them.
14883         * antlr-mode.el: New command to insert options -- variables.
14884         (antlr-mode-map): New binding [C-c C-o].
14885         (antlr-mode-menu): New submenus.
14886         (antlr-options-use-submenus): New user option.
14887         (antlr-tool-version): New user option.
14888         (antlr-options-auto-colon): New user option.
14889         (antlr-options-style): New user option.
14890         (antlr-options-push-mark): New user option.
14891         (antlr-options-assign-string): New user option.
14892         (antlr-options-headings): New variable.
14894         * antlr-mode.el: New command to insert options -- specific.
14895         (antlr-options-alists): New variable.
14896         (antlr-read-value): New function.
14897         (antlr-read-boolean): New function.
14898         (antlr-language-option-extra): New function.
14899         (antlr-language-limit-n-regexp): Change default to higher LIMIT.
14900         (antlr-c++-mode-extra): New function.
14901         (antlr-grammar-tokens): New function.
14902         (antlr-imenu-create-index-function): New optional argument.
14904         * antlr-mode.el: New command to insert options -- functions.
14905         (antlr-insert-option): New command.
14906         (antlr-insert-option-interactive): New function.
14907         (antlr-options-menu-filter): New function.
14908         (antlr-option-kind): New function.
14909         (antlr-scan-lists): New alias.
14910         (antlr-scan-lists-internal): New function.
14911         (antlr-skip-file-prelude): Hack for special SKIP-COMMENT.
14912         (antlr-option-level): New function.
14913         (antlr-syntactic-grammar-depth): New function.
14914         (antlr-option-location): New function.
14915         (antlr-insert-option-do): New function.
14916         (antlr-option-spec): New function.
14917         (antlr-version-string): New function.
14918         (antlr-insert-option-existing): New function.
14919         (antlr-insert-option-space): New function.
14920         (antlr-insert-option-area): New function.
14922         * antlr-mode.el: New electric keys ":;|&(){}", TAB works better
14923         with narrowing.  Menu change.  Miscellaneous.
14924         (antlr-mode-menu): Include "Indent Region" and "Customize Antlr".
14925         (antlr-mode-map): New bindings for characters in ":;|&(){}".
14926         (antlr-electric-character): New command.
14927         (antlr-class-header-regexp): New variable.
14928         (antlr-font-lock-additional-keywords): Use it.
14929         (antlr-imenu-create-index-function): Use it.
14930         (antlr-file-dependencies): Use it.
14931         (antlr-indent-line): Also works with restrictions.
14932         (antlr-indent-command): Interactive spec - changes the buffer.
14933         (antlr-language-for-option): Deletia.
14934         (antlr-language-option): New function, defined instead.
14935         (antlr-mode): Use it.
14937 2001-12-21  Eli Zaretskii  <eliz@is.elta.co.il>
14939         * jka-compr.el (jka-compr-partial-uncompress): Use null-device
14940         instead of a literal /dev/null.
14942         * Makefile.in (distclean): Remove Makefile in the build
14943         directory, not in the source directory.
14945 2001-12-21  Simon Josefsson  <jas@extundo.com>.
14947         * mail/smtpmail.el (smtpmail-send-queued-mail):
14948         Use with-temp-buffer instead of find-file-noselect, and bind
14949         coding-system-for-read to no-conversion when reading the queued
14950         messages.  (Simon's code modified slightly by Eli Zaretskii.)
14952 2001-12-20  Werner Lemberg  <wl@gnu.org>
14954         * international/mule-diag.el (describe-coding-system)
14955         (print-coding-system-briefly): Make printed output have a similar
14956         format as describe-character-set.
14958 2001-12-20  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
14960         * play/blackbox.el (bb-member): Remove, use member instead.
14961         (bb-delete): Remove, use delete instead.
14962         Update copyright notice.  Defvar for bb-board, bb-x, bb-y,
14963         bb-score, bb-detour-count and bb-balls-placed.
14964         Propertize results of rays.
14966 2001-12-19  Karl Fogel  <kfogel@red-bean.com>
14968         * isearch.el (isearch-forward, isearch-edit-string): Make doc
14969         strings mention keybinding for `isearch-yank-word-or-char',
14970         rather than `isearch-yank-word', since the former is bound now
14971         and the latter is not.
14972         (isearch-yank-word-or-char): Fix formatting.
14974 2001-12-19  Werner Lemberg  <wl@gnu.org>
14976         * language/czech.el, language/european.el, language/slovak.el:
14977         More fixes for language info doc strings.
14979 2001-12-19  Eli Zaretskii  <eliz@is.elta.co.il>
14981         * loadup.el: Add "language" to the load-path.
14983 2001-12-19  Richard M. Stallman  <rms@gnu.org>
14985         * international/mule-cmds.el (describe-language-environment):
14986         Fix calls to help-xref-button.
14988 2001-12-19  Miles Bader  <miles@gnu.org>
14990         * international/fontset.el: Require `ind-util' when compiling.
14992 2001-12-18  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
14994         * language/ethio-util.el (ethio-modify-vowel): Use char-to-string
14995         instead of decompose-composite-char.
14997 2001-12-18  Richard M. Stallman  <rms@gnu.org>
14999         * simple.el (eval-expression-print-level)
15000         (eval-expression-print-length): Doc fixes.
15002         * international/mule-diag.el (describe-character-set):
15003         Fix the arg to help-xref-button.
15005         * files.el (directory-free-space-program): New variable.
15006         (directory-free-space-args): New variable.
15007         (insert-directory): Use those two variables for getting free space.
15008         Use file-system-info instead, if that is defined.
15010         * dired.el (dired-free-space-program): Variable deleted.
15011         (dired-free-space-args): Variable deleted.
15012         (dired-insert-directory): Don't try to determine free space.
15014         * files.el (font-lock-defaults): Add risky-local-variables prop.
15015         (hack-one-local-variable): Treat various font-lock variables as risky.
15017 2001-12-18  Werner Lemberg  <wl@gnu.org>
15019         * language/chinese.el, language/cyrillic.el:
15020         * language/czech.el, language/european.el, language/greek.el:
15021         * language/hebrew.el, language/indian.el, language/japanese.el:
15022         * language/korean.el, language/lao.el, language/slovak.el:
15023         * language/thai.el, language/tibetan.el, language/vietnamese.el:
15024         Improve documentation strings of coding systems and language infos.
15026 2001-12-18  Werner LEMBERG  <wl@gnu.org>
15028         Add support for EUC-TW decoding/encoding.
15030         * language/china-util.el (big5-to-flat-code, flat-code-to-big5)
15031         (euc-to-flat-code, flat-code-to-euc, expand-euc-big5-alist):
15032         New auxiliary functions to build `big5-to-cns'.
15033         (big5-to-cns): New translation alist.
15035         * language/chinese.el: Added new coding system `euc-tw' and its
15036         alias `euc-taiwan'.
15037         Updated language `Chinese-CNS' to include euc-tw encoding also.
15038         (ccl-decode-euc-tw, ccl-encode-euc-tw): New functions for handling
15039         euc-tw.
15041 2001-12-18  Dave Love  <fx@gnu.org>
15043         * loadup.el: Add language/utf-8-lang, language/georgian.
15045         * image-file.el (image-file-name-extensions): Add pnm.  Doc fix.
15046         (image-file-name-regexps): Doc fix.
15048         * server.el (server-unload-hook): New function.
15050         * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): Group the leader.
15051         (lm-crack-copyright): Cope with multi-line copyright `lines'.
15053         * simple.el (newline): Doc fix.
15054         (eval-expression-print-level, eval-expression-print-length): Doc
15055         fix.  Amend :type.
15056         (next-line, previous-line): Make arg optional.
15057         (newline): Doc fix.
15059         * Makefile.in (DONTCOMPILE): Add various language files.
15061         * international/quail.el (quail-input-string-to-events): Don't use
15062         string-to-list.
15064         * progmodes/f90.el (f90-break-line): Avoid infinite recursion
15065         calling `newline'.
15067 2001-12-17  Richard M. Stallman  <rms@gnu.org>
15069         * comint.el (comint-dynamic-list-input-ring-select): New function.
15070         Switches back to the old window configuration.
15071         (comint-dynamic-list-input-ring): Bind RET to that function.
15072         (comint-dynamic-list-input-ring-window-conf): New variable.
15074 2001-12-17  Werner Lemberg  <wl@gnu.org>
15076         * international/mule-conf.el: Improve documentation strings of
15077         character sets.
15079 2001-12-16  Richard M. Stallman  <rms@gnu.org>
15081         * dired.el (dired-copy-filename-as-kill): Moved from dired-x.el.
15082         (dired-mode-map): Bind w to dired-copy-filename-as-kill.
15084         * dired-x.el (dired-copy-filename-as-kill): Moved to dired.el.
15086         * autoinsert.el (auto-insert-alist): Redo finding C and C++ headers.
15087         Add a DESCRIPTION for the makefile item.
15089         * find-file.el (ff-other-file-name): New function.
15091 2001-12-16  Eli Zaretskii  <eliz@is.elta.co.il>
15093         * international/quail.el (quail-input-string-to-events): Fix last
15094         change.
15096 2001-12-16  Richard M. Stallman  <rms@gnu.org>
15098         * isearch.el (isearch-edit-string): When we set isearch-string
15099         to the default, also set isearch-message.
15101         * subr.el (temp-buffer-show-hook, temp-buffer-setup-hook): Add defvars.
15103         * startup.el (command-line-1): Display startup screen
15104         even if there are command line args.
15105         Add a note about how to go to editing your files.
15106         (fancy-splash-head): Add a note about how to go to your files.
15107         (fancy-splash-outer-buffer): New variable.
15108         (fancy-splash-screens): Bind variable fancy-splash-outer-buffer.
15110         * subr.el (with-temp-message): At the end, always discard
15111         the temp message, even by clearing the echo area.
15113         * progmodes/sh-script.el (sh-mode): Run sh-mode-hook.
15115 2001-12-16  Stefan Monnier  <monnier@cs.yale.edu>
15117         * log-view.el (log-view-message-re, log-view-current-tag):
15118         Recognize Subversion's log output format.
15120         * international/fontset.el: Build the list L at compile time.
15122         * language/ind-util.el (mapthread): Make a closure.
15124 2001-12-15  Richard M. Stallman  <rms@gnu.org>
15126         * isearch.el (isearch-start-hscroll): New variable.
15127         (isearch-mode): Set isearch-start-hscroll.
15128         (isearch-update): Restore original hscrolling if possible.
15130         * isearch.el (isearch-edit-string):
15131         Treat isearch-yank-word-or-char specially, like isearch-yank-word.
15133         * emacs-lisp/debug.el (debugger-previous-backtrace): New variable.
15134         (debugger-make-xrefs): Optimize by (1) using skip-syntax-forward
15135         rather than regexp search and (2) copying text properties
15136         already set up on text unchanged from the previous backtrace.
15138         * case-table.el (set-case-syntax-pair):
15139         Detect invalid calls and signal an error.
15141 2001-12-15  Richard M. Stallman  <rms@gnu.org>
15143         * language/ind-util.el (range): Function deleted.
15144         (indian-regexp-of-hashtbl-keys): Renamed from `regexp-of-hashtbl-keys'.
15145         All calls changed.
15147         * language/devan-util.el (devanagari-range): Renamed from `range'.
15148         All calls changed.
15149         (devanagari-regexp-of-hashtbl-keys):
15150         Renamed from `regexp-of-hashtbl-keys'.  All calls changed.
15152 2001-12-15  Dave Love  <fx@gnu.org>
15154         * language/ind-util.el: Don't require cl.
15155         (indian-glyph-char, indian-glyph-max-char)
15156         (indian-char-glyph): Moved from indian.el
15157         (indian--puthash-char, mapthread): Don't quote lambda.
15158         (indian--map): New function.
15159         (indian--puthash-v, indian--puthash-c, indian--puthash-m)
15160         (indian--puthash-cv): Use it.
15162         * language/indian.el (indian-glyph-char, indian-glyph-max-char)
15163         (indian-char-glyph): Moved to ind-util.el
15165         * language/devan-util.el (devanagari-post-read-conversion):
15166         New function.
15168         * language/georgian.el: New file.
15170         * international/mule-cmds.el (locale-language-names): Add various
15171         entries.  Remove utf-8 special case.
15172         (locale-charset-language-names, locale-preferred-coding-systems):
15173         Add utf-8 case.
15174         (set-language-environment): Process required-features earlier.
15176         * international/quail.el (quail-keyboard-layout-alist):
15177         Add pc105-uk.
15178         (quail-keyboard-layout-type): Fix :type.
15179         (quail-choose-completion-string): Simplify.
15180         (quail-update-leim-list-file): Don't get fooled by commented-out code.
15181         (quail-input-string-to-events): Run events through
15182         translation-table-for-input.
15184         * international/mule-conf.el (translation-table-for-input):
15185         New variable.
15186         (latin-iso8859-14): Amend description.
15187         (file-coding-system-alist): Add entry for utf-8.
15189         * language/utf-8-lang.el: New file.
15191         * international/code-pages.el: New file.
15193         * language/hebrew.el ("Windows-1255"): New language.
15195         * language/european.el ("Welsh", "Latin-7", "Lithuanian")
15196         ("Latvian"): New languages.
15198 2001-12-14  Stefan Monnier  <monnier@cs.yale.edu>
15200         * xml.el: Use setq rather than (set 'foo bar).
15201         Use push+nreverse rather than append.
15202         (xml-node-name, xml-node-attributes, xml-node-children):
15203         Use defsubst rather than macros.
15204         (xml-parse-region): Handle a nil return value from xml-parse-tag.
15205         (xml-parse-tag): Don't skip white space.  Return nil for a comment.
15206         Concat the two strings surrounding a comment into a single string.
15208         * newcomment.el (comment-indent): Jump to the middle of empty comments.
15210 2001-12-14  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
15212         * select.el (xselect-convert-to-class, xselect-convert-to-name):
15213         Document.
15215 2001-12-14  Andre Spiegel  <spiegel@gnu.org>
15217         * vc-hooks.el (vc-checkout-model, vc-state, vc-workfile-version):
15218         Return nil if FILE is not registered.
15219         (vc-check-master-templates, vc-default-make-version-backups-p):
15220         Doc fix.
15222 2001-12-13  David Ponce  <david@dponce.com>
15224         * ruler-mode.el (ruler-mode-extra-left-cols): Remove.
15225         (ruler-mode-left-fringe-cols): New macro.
15226         (ruler-mode-right-fringe-cols): New macro.
15227         (ruler-mode-left-scroll-bar-cols): New macro.
15228         (ruler-mode-right-scroll-bar-cols): New macro.
15229         (ruler-mode-ruler): Use above new macros.
15231 2001-12-13  Richard M. Stallman  <rms@gnu.org>
15233         * files.el (set-auto-mode): Fix previous change.
15235 2001-12-13  Stefan Monnier  <monnier@cs.yale.edu>
15237         * emacs-lisp/easymenu.el (easy-menu-intern): New fun.
15238         (easy-menu-do-define, easy-menu-convert-item-1)
15239         (easy-menu-define-key-intern, easy-menu-get-map): Use it.
15240         (easy-menu-return-item): Only return nil if there is no binding.
15242 2001-12-13  Rajesh Vaidheeswarran  <rv@gnu.org>
15244         * whitespace.el (whitespace-version): 3.2
15245         * whitespace.el (whitespace-force-mode-line-update): Replace with
15246         `whitespace-mode-line-update', which is an alias to the correct
15247         function in various emacsen.
15248         * whitespace.el (whitespace-{un,}highlight-the-space):
15249         Add colorized highlighting of the bogus whitespaces in a buffer/file,
15250         using the `whitespace-highlight-face' if
15251         `whitespace-display-spaces-in-color' is set.
15253 2001-12-13  Eli Zaretskii  <eliz@is.elta.co.il>
15255         * international/mule.el (set-auto-coding): Don't search for
15256         "unibyte:" or "coding:" if set-auto-mode-1 returns nil.
15258 2001-12-13  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
15260         * mail/mailabbrev.el (mail-abbrevs-setup): Do not use make-local-hook.
15262         * mail/rmail.el (rmail-fontify-buffer-function): Likewise.
15264         * mail/rmailsum.el (rmail-summary-mode): Likewise.
15266 2001-12-13  Richard M. Stallman  <rms@gnu.org>
15268         * simple.el (undo): Always set this-command to `undo',
15269         so that the next undo after an error will not begin redoing.
15271         * simple.el (shell-command): Doc fix.
15272         (shell-command-on-region): If there is output an an error,
15273         add "...Shell command failed" to the output.
15275 2001-12-13  David Ponce  <david@dponce.com>
15277         * ruler-mode.el (ruler-mode-left-fringe-cols): Variable removed.
15278         (ruler-mode-left-fringe-cols): Function replaced by more efficient
15279         implementation `ruler-mode-extra-left-cols'.
15280         (ruler-mode-ruler): Use above new function.  Take into account
15281         that the fringe areas can now be resized.
15283 2001-12-12  Richard M. Stallman  <rms@gnu.org>
15285         * international/characters.el (Unicode): Comment out
15286         the specifications for kelvin and angstrom signs.
15288         * international/mule.el (make-translation-table-from-vector):
15289         Allow null elements in VEC.
15291         * international/ucs-tables.el (unify-8859-on-encoding-mode)
15292         (unify-8859-on-decoding-mode): Swap the code in their bodies.
15293         Add :version.
15295 2001-12-11  Richard M. Stallman  <rms@gnu.org>
15297         * derived.el (derived-mode-p): Function moved to subr.el.
15299         * subr.el (derived-mode-p): Moved here from derived.el.
15301         * international/mule.el (set-auto-coding): Use set-auto-mode-1.
15303         * files.el (set-auto-mode-1): New subroutine, broken out of
15304         set-auto-mode.
15305         (set-auto-mode, hack-local-variables-prop-line): Use that.
15307 2001-12-11  Dave Love  <fx@gnu.org>
15309         * language/thai-util.el, language/thai.el: Add Unicode equivalents.
15311         * language/european.el: Remove autoload cookies.  Fix registration
15312         of diacritic composition function.
15314 2001-12-11  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
15316         * calendar/todo-mode.el: Require time-stamp.
15318         * net/zone-mode.el (zone-mode): Don't use make-local-hook.
15320 2001-12-11  Richard M. Stallman  <rms@gnu.org>
15322         * emacs-lisp/authors.el (authors-aliases): Delete "Richard Stallmao".
15324         * textmodes/ispell.el (ispell-buffer-local-parsing):
15325         Match xml like sgml.
15327         * emacs-lisp/advice.el (ad-compile-function):
15328         Byte compile the function under another (uninterned) name.
15330         * gud.el (gdb): Define and bind gud-jump.
15332         * font-lock.el (font-lock-mode):
15333         Put our function at the end of after-change-functions.
15335         * ediff-diff.el (ediff-cmp-options): Doc fix.
15337         * comint.el (comint-password-prompt-regexp): Match "UNIX Password".
15339 2001-12-10  Richard M. Stallman  <rms@gnu.org>
15341         * isearch.el (isearch-yank-word-or-char): New function.
15342         (isearch-mode-map): Bind C-w to that.
15344         * menu-bar.el (menu-bar-mode): Make arg optional.
15346         * simple.el (line-move): Cope if next-single-property-change
15347         or previous-single-property-change returns nil.
15349         * emacs-lisp/lisp-mnt.el (lm-verify): New arg NON-FSF-OK.
15350         Don't use interactive-p; instead, pass the proper args
15351         in (interactive...).  Clean up most of the trouble-report strings.
15353 2001-12-10  Eli Zaretskii  <eliz@is.elta.co.il>
15355         * mail/smtpmail.el (smtpmail-send-queued-mail): Insert the
15356         enqueued messages literally.
15358 2001-12-10  Noah Friedman  <friedman@splode.com>
15360         * battery.el (battery-insert-file-contents): Obsolete function
15361         removed.
15362         (battery-read-function): Obsolete function removed.
15363         (battery-linux-proc-apm): Use insert-file-contents.
15365 2001-12-07  Stephen Eglen  <stephen@gnu.org>
15367         * iswitchb.el (iswitchb-visit-buffer):
15368         Use `select-frame-set-input-focus'--needed when window manager
15369         uses "click to focus" policy.
15371 2001-12-09  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
15373         * COPYING: Moved back.
15375 2001-12-07  Eli Zaretskii  <eliz@is.elta.co.il>
15377         * term/internal.el (IT-character-translations): Add entries for
15378         more points.
15380         * international/characters.el: Resurrect the Hebrew category
15381         settings for all Hebrew characters removed by the last change.
15382         Add code for setting the Hebrew category of the Unicode Hebrew
15383         characters.  Set syntax entries for Hebrew punctuation characters.
15385         * international/ucs-tables.el (ucs-8859-8-alist): Add Hebrew
15386         points and directional formatting control characters.
15388 2001-12-07  Dave Love  <fx@gnu.org>
15390         * language/lao-util.el: Add Unicode equivalents for rules.
15391         (lao-post-read-conversion): New function.
15393         * language/lao.el: Add Unicode equivalents.
15394         (lao): Add post-read conversion.
15396         * international/latin1-disp.el: Fix some 8-bit-graphic characters.
15397         Use iso2022 encoding.
15398         (latin1-char-displayable-p): Doc fix.
15399         (latin1-display-ucs-per-lynx): New option.
15400         (latin1-display-ucs-per-lynx): New command.
15401         (latin1-display-reset): Special-case arabic.
15402         (ucs-tables): Require.
15403         (latin1-display-sets, latin1-display-setup): Add arabic.
15404         (latin1-display) <variable>: Use function latin1-display.
15405         (latin1-display) <function>: Add mule-unicode stuff.
15406         (latin1-display-check-font): Don't lose if `info' is nil.
15408         * international/iso-transl.el: Insert Latin-1 characters, not
15409         unibyte codes.
15411         * language/european.el (diacritic-composition-pattern): New constant.
15412         (diacritic-compose-region, diacritic-compose-string)
15413         (diacritic-compose-buffer, diacritic-post-read-conversion)
15414         (diacritic-composition-function): New functions.
15416         * international/utf-8.el (ucs-mule-to-mule-unicode):
15417         New translation table.
15418         (ccl-encode-mule-utf-8): Use it.
15419         (utf-8-untranslated-to-ucs, utf-8-help-echo, utf-8-compose)
15420         (utf-8-post-read-conversion, utf-8-pre-write-conversion): New function.
15421         (utf-8-subst-table): New variable.
15422         (utf-8-compose-scripts): New option.
15423         (mule-utf-8): Update safe-charsets, pre-write and post-read conversion.
15425         * international/ucs-tables.el, international/utf-8-subst.el:
15426         New files.
15428         * international/characters.el: Don't set word syntax (the default)
15429         explicitly.  Add a diacritic category.  Add info for Unicode
15430         equivalents of characters in various Mule charsets and for extra
15431         Unicode characters.  Don't define specific categories for
15432         Indian/Devanagari, since they aren't used.
15434 2001-12-06  Richard M. Stallman  <rms@gnu.org>
15436         * textmodes/fill.el (set-justification): Rename arg VALUE to STYLE.
15437         (set-justification-left, set-justification-right): Doc fix.
15439         * progmodes/f90.el (f90-break-line): Use (newline 1) to insert newline.
15440         (bug-f90-mode): Variable deleted.
15442 2001-12-06  Stefan Monnier  <monnier@cs.yale.edu>
15444         * indent.el (indent-line-function): Default is indent-relative again.
15446 2001-12-07  Miles Bader  <miles@gnu.org>
15448         * progmodes/compile.el (compilation-error-regexp-alist):
15449         Added regexps for RXP.
15451 2001-12-05  Eli Zaretskii  <eliz@is.elta.co.il>
15453         * progmodes/cwarn.el (cwarn-font-lock-match-assignment-in-expression):
15454         Add shift-assignment operators to those highlighted, and highlight
15455         the whole operator rather than just the "=".
15457 2001-12-04  Juanma Barranquero  <lektu@terra.es>
15459         * files.el (save-abbrevs, save-some-buffers): Don't ask the user
15460         before saving abbrevs if `save-abbrevs' has the value `silently'.
15462 2001-12-04  Andreas Schwab  <schwab@suse.de>
15464         * xt-mouse.el (turn-off-xterm-mouse-tracking): Doc fix.
15466 2001-12-04  Colin Walters  <walters@debian.org>
15468         * emacs-lisp/autoload.el (make-autoload): Also generate autoloads
15469         for `defmacro*' forms.
15471         * emacs-lisp/lisp-mode.el (toplevel): Define docstring offset for
15472         `defmacro*'.
15474 2001-12-03  Stefan Monnier  <monnier@cs.yale.edu>
15476         * progmodes/antlr-mode.el (antlr-c-common-init): Undo last change.
15478 2001-12-02  Richard M. Stallman  <rms@gnu.org>
15480         * files.el (insert-directory): If the df output does not look right,
15481         don't try to use it.  Other cleanups in overall code structure.
15483 2001-12-02  Stefan Monnier  <monnier@cs.yale.edu>
15485         * textmodes/outline.el (outline-mode-prefix-map):
15486         Add bindings for outline-promote and outline-demote.
15487         (outline-minor-mode-menu-bar-map): New var.
15488         (outline-minor-mode): Use it.
15489         (outline-heading-alist): New var (renamed from outline-level-heading).
15490         (outline-level): Use it.
15491         (outline-insert-heading, outline-promote, outline-demote):
15492         Update to use outline-heading-alist.
15494         * disp-table.el (standard-display-european):
15495         Simplify since the function is not interactive any more.
15496         Don't set the existing buffers to unibyte.
15498         * pcvs-util.el (cvs-file-to-string): Move condition-case outside.
15500         * pcvs.el (cvs-reread-cvsrc): Don't use cvs-file-to-string.
15502         * reveal.el (reveal-mode): Fix reveal-mode's lighter.
15504         * shell.el (shell): Use shell-file-name.
15505         Pop to buffer before calling comint to set COLUMNS properly.
15507         * emacs-lisp/cl.el (svref): New alias.
15509         * progmodes/antlr-mode.el (antlr-c-common-init):
15510         Don't inhibit adaptive-fill-mode any more.
15512         * progmodes/delphi.el (delphi-mode): Don't use make-local-hook.
15514         * progmodes/etags.el (tags-with-face): Use make-symbol.
15515         (tags-search, tags-query-replace): Use backquotes.
15517         * textmodes/picture.el (picture-mode-map): Don't use defconst
15518         for a variable.
15520 2001-12-02  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
15522         * textmodes/reftex-index.el (reftex-index-mode):
15523         Remove make-local-hook.
15525         * textmodes/reftex-toc.el (reftex-toc-mode): Likewise.
15527 2001-12-02  Kim F. Storm  <storm@cua.dk>
15529         * isearch.el (isearch-resume-enabled): New variable.
15530         (isearch-done): Use that variable.
15532 2001-12-01  Richard M. Stallman  <rms@gnu.org>
15534         * wid-edit.el (widget-button-click): Don't move point permanently:
15535         Avoid mouse-set-point--instead select the window,
15536         then do save-excursion, then move point.
15537         Specify the buffer for get-char-property.
15538         Don't use `@' in interactive.
15540         * indent.el (indent-line-function):
15541         Default is indent-to-left-margin again.
15543         * replace.el (query-replace-read-args): Display message
15544         if FROM contains `\n' or `\t'.
15546 2001-12-01  Stefan Monnier  <monnier@cs.yale.edu>
15548         * indent.el (tab-to-tab-stop): Use delete-horizontal-space.
15550         * bindings.el (minibuffer-local-map): Bind TAB to insert-tab.
15552         * emacs-lisp/regexp-opt.el (regexp-opt):
15553         Bind completion-regexp-list to nil.
15555         * progmodes/hideif.el (hif-nexttoken): Move to before first def.
15557 2001-12-01  Eli Zaretskii  <eliz@is.elta.co.il>
15559         * progmodes/idlwave.el, progmodes/idlw-rinfo.el:
15560         * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el:
15561         Update maintainer.
15563 2001-11-30  Stefan Monnier  <monnier@cs.yale.edu>
15565         * mail/smtpmail.el: Use with-current-buffer.
15566         (message-make-date, message-make-message-id): Autoload when needed.
15567         (smtpmail-send-it): Use them to add `Date:' and `Message-Id:'
15568         headers when missing.
15570         * international/encoded-kb.el (encoded-kbd-mode):
15571         Use define-minor-mode.
15573         * enriched.el (enriched-mode): Use define-minor-mode.
15574         Use dolist and pop and push.
15576         * info.el (Info-find-node-2): Don't call info-insert-file-contents
15577         with the `visit' argument.
15578         (Info-extract-menu-node-name): Use `replace-regexps-in-string'.
15580         * progmodes/hideif.el (hide-ifdef-mode): Only modify
15581         `change-major-mode-hook' locally.  Reset invisibility spec.
15583         * man.el (Man-build-section-alist): Remove last Man-match-substring.
15585 2001-11-30  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
15587         * textmodes/paragraphs.el (mark-paragraph): Clarify doc.
15588         Clarify error message.
15590 2001-11-29  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
15592         * textmodes/paragraphs.el (mark-paragraph): Allow prefix arg.
15594 2001-11-30  Andre Spiegel  <spiegel@gnu.org>
15596         * vc-cvs.el (vc-cvs-parse-status): Store file state in property,
15597         don't just return it.
15599 2001-11-30  Eli Zaretskii  <eliz@is.elta.co.il>
15601         * menu-bar.el (menu-bar-read-lispref, menu-bar-read-lispintro)
15602         (menu-bar-read-emacs-man, search-emacs-glossary)
15603         (emacs-index-search, elisp-index-search): New functions.
15604         (apropso-documentation, apropos, apropos-value, apropos-variable)
15605         (apropos-commands): Modify menu item names and help text.
15606         (elisp-index-search, emacs-index-search, emacs-glossary):
15607         New menu items.
15608         (menu-bar-manuals-menu): Move the Ordering Manuals item to a
15609         submenu.
15610         (info-elisp, info-elintro): New menu items.
15611         (apropos): Modify the menu item name.
15613 2001-11-30  Stefan Monnier  <monnier@cs.yale.edu>
15615         * emacs-lisp/lisp-mode.el (read-if): Add lisp-indent-function prop.
15617         * textmodes/outline.el (outline-promote, outline-demote): Typo.
15619         * man.el (man-follow-mouse): New function.
15620         (Man-mode-map): Bind mouse-2 to it.
15621         (Man-match-substring): Remove.  Replace with `match-string'.
15622         (man): Use the `default-value' argument to `read-string'.
15623         (Man-fontify-manpage): Add mouse-face to cross references.
15625         * emacs-lisp/cl-macs.el (shiftf): Fix more.  Simplify.
15627 2001-11-29  Stefan Monnier  <monnier@cs.yale.edu>
15629         * emacs-lisp/crm.el (completing-read-multiple): Better preserve
15630         the value of require-match in minibuffer-completion-confirm.
15631         Use crm-local-completion-map.
15633         * emacs-lisp/cl-macs.el (shiftf): Fix the fast case so
15634         (let ((a 1) (b 2)) (shiftf a b (cons a b)) b) returns (1 . 2).
15635         (cl-make-type-test): Use char-valid-p for `character'.
15637         * info.el (Info-complete-next-re, Info-complete-cache): New vars.
15638         (Info-complete-menu-item): Rewrite.  Add the ability to search
15639         several sequential nodes.  Add a simple caching mechanism.
15640         (Info-goto-index): New function extracted from Info-index.
15641         (Info-index): Use it.  Add completion to the interactive spec.
15642         (Info-menu-update): Simplify call to `Info-complete-menu-item'.
15644 2001-11-29  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
15646         * COPYING: Removed.
15648 2001-11-29  Dave Love  <fx@gnu.org>
15650         * progmodes/fortran.el: Fontify rewind, backspace.  Doc fixes.
15651         (fortran-window-create, fortran-window-create-momentarily):
15652         Rewrite, moving error condition.
15653         (fortran-beginning-do, fortran-beginning-if): Fix regexps.
15654         (fortran-mode-syntax-table): Revert last change.
15656         * international/mule.el: Doc fixes.
15657         (map-charset-chars): New function.
15658         (register-char-codings): Use it to cope with generic chars in
15659         safe-chars.
15661 2001-11-29  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
15663         * play/blackbox.el (blackbox-mode, blackbox): Doc fix.
15665         * play/cookie1.el (cookie, cookie-insert, shuffle-vector): Doc fixes.
15667         * play/studly.el (studlify-word, studlify-region)
15668         (studlify-buffer): Fix doc-string.
15669         (studlify-buffer): Add autoload cookie.
15671 2001-11-28  Stefan Monnier  <monnier@cs.yale.edu>
15673         * textmodes/outline.el (outline-up-heading): Add `invisible-ok' arg.
15674         (outline-up-heading-all): Remove.
15675         (hide-sublevels): Move to end-of-heading before calling flag-region.
15676         (outline-copy-overlay, outline-discard-overlays): Remove.
15677         (outline-flag-region): Use `remove-overlays'.
15678         Don't move to end-of-heading.
15679         (outline-next-visible-heading, outline-back-to-heading)
15680         (outline-on-heading-p): Use outline-invisible-p.
15681         (outline-font-lock-level): Use outline-up-heading's new arg.
15682         (outline-minor-mode): Simplify.
15683         (outline-map-tree, outline-reveal-toggle-invisible): New funs.
15684         (outline): Put a `reveal-toggle-invisible' property.
15685         (outline-level-heading): New var.
15686         (outline-insert-heading, outline-promote, outline-demote)
15687         (outline-toggle-children): New commands.
15689         * progmodes/hideif.el (hif-end-of-line): New function.
15690         (hide-ifdef-mode): Set line-move-ignore-invisible.
15691         (hide-ifdef-region-internal): New function.
15692         (hide-ifdef-region): Use it.
15693         (hif-defined): Return an integer.
15694         (hif-infix-to-prefix): Remove.
15695         (hif-tokenize): Parse from the buffer rather than from a string.
15696         Correctly tokenize integers.  Use forward-comment.
15697         (hif-expr): Use hif-or.
15698         (hif-term): Use hif-and.
15699         (hif-factor): Use hif-not.  Handle numbers properly.
15700         Don't require parenthesis around `defined's argument.
15701         (hif-and, hif-or, hif-not): New funs.
15702         (hif-canonicalize): Pass a region to hif-tokenize.  Use hif-not.
15703         (hif-hide-line): Don't hide the \n before the line.
15704         (hif-possibly-hide): Correctly handle numeric evaluation results.
15706         * progmodes/make-mode.el: Use line-(end|beginning)-position.
15707         (makefile-mode): Set indent-line-function.
15708         (makefile-browser-insert-continuation): Use with-current-buffer.
15709         (makefile-beginning-of-line-point, makefile-end-of-line-point): Remove.
15711 2001-11-28  Karl Fogel  <kfogel@red-bean.com>
15713         * isearch.el (isearch-yank-internal): New helper function.
15714         (isearch-yank-char): New function.
15715         (isearch-yank-word, isearch-yank-line): Rewrite to use
15716         isearch-yank-internal.
15718 2001-11-28  Eli Zaretskii  <eliz@is.elta.co.il>
15720         * mouse.el (mouse-set-font): Make it a no-op if multiple fonts
15721         aren't supported.  Print a message to that effect if invoked.
15723 2001-11-27  Stephen Eglen  <stephen@gnu.org>
15725         * locate.el (locate): Put point at first matching file rather
15726         than top of buffer.
15728 2001-11-27  Stefan Monnier  <monnier@cs.yale.edu>
15730         * reveal.el: New file.
15732         * progmodes/hideif.el: Misc cleanup.
15733         (hide-ifdef-mode-submap): Put the def in the defvar.
15734         Use substitute-key-definition.
15735         (hide-ifdef-mode): Use define-minor-mode.
15736         (hif-outline-flag-region): Remove.
15737         (hif-show-all): Define in terms of hif-show-ifdef-region.
15738         (hif-after-revert-function): Rename from hif-before-revert-function.
15739         (hide-ifdef-region, hif-show-ifdef-region): Use overlays.
15740         (hif-tokenize): Use with-syntax-table.
15741         (hif-make-range): Use `else' also for `else-p'.
15742         (hif-range-else-p): Remove.
15743         (hif-find-range): Simplify.
15744         (hif-hide-line): Don't bother preserving buffer-modified-p.
15745         (hide-ifdefs, show-ifdefs, hide-ifdef-block, show-ifdef-block):
15746         Don't use selective-display and inhibit-read-only.
15748         * subr.el (copy-overlay, remove-overlays): New funs.
15750         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix off-by-two error.
15752 2001-11-27  Sam Steingold  <sds@gnu.org>
15754         * ansi-color.el, bookmark.el, dired.el, emerge.el, fast-lock.el
15755         * lazy-lock.el, mouse-sel.el, mail/feedmail.el
15756         * emacs-lisp/advice.el, emacs-lisp/checkdoc.el, emacs-lisp/ewoc.el
15757         * obsolete/c-mode.el, obsolete/cplus-md.el
15758         * progmodes/dcl-mode.el, progmodes/idlw-shell.el, progmodes/idlwave.el
15759         * term/sun-mouse.el, textmodes/artist.el:
15760         Converted backquote to the new style.
15761         * mouse.el, reposition.el: Likewise (in comments).
15762         * expand.el: Likewise (in a string).
15764 2001-11-27  Richard M. Stallman  <rms@gnu.org>
15766         * cus-edit.el (custom-load-symbol): Don't always load locate-library.
15768 2001-11-26  Richard M. Stallman  <rms@gnu.org>
15770         * wid-edit.el (widget-toggle-value-create): On graphic terminal,
15771         if :on-glyph or :off-glyph is a list, eval it and store it back.
15772         (checkbox): Quote the values for :on-glyph and :off-glyph.
15774         * cus-start.el (recursive-load-depth-limit): Delete item.
15776 2001-11-26  Stefan Monnier  <monnier@cs.yale.edu>
15778         * help-fns.el (describe-categories, help-describe-category-set): New.
15779         describe-categories moved here from src/category.c.
15781 2001-11-26  Sam Steingold  <sds@gnu.org>
15783         * progmodes/cc-mode.el (c-submit-bug-report): Make sure that the
15784         arguments to `insert' are strings.
15786 2001-11-26  Richard M. Stallman  <rms@gnu.org>
15788         * startup.el (command-line-1): Call kill-buffer only in non-fancy case.
15790 2001-11-26  Eli Zaretskii  <eliz@is.elta.co.il>
15792         * international/mule-diag.el: Require help-fns instead of
15793         help-funs.
15795         * help-fns.el: Renamed from help-funs.el.
15797         * startup.el (command-line-1): Don't try to call process-list if
15798         it is not fboundp.
15800 2001-11-26  Sam Steingold  <sds@gnu.org>
15802         * frame.el (show-trailing-whitespace): Remove :set argument (the
15803         value was essentially identical to the defalt).
15805 2001-11-26  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
15807         * hexl.el (hexl-mode, hexl-follow-ascii): Remove make-local-hook.
15809         * icomplete.el (icomplete-minibuffer-setup): Likewise.
15811         * hilit-chg.el (hilit-chg-set): Likewise.
15813         * speedbar.el (speedbar-mode): Likewise.
15815         * calendar/calendar.el (calendar-mode): Likewise.
15817         * play/yow.el (psychoanalyze-pinhead): Use insert instead of
15818         insert-string.
15820         * play/gamegrid.el (gamegrid-init-buffer): Likewise.
15822         * term/bg-mouse.el (bg-insert-moused-sexp): Likewise.
15824         * term/sun-mouse.el (sun-yank-selection): Likewise.
15826         * textmodes/bib-mode.el (return-key-bib): Likewise.
15828         * calendar/appt.el (appt-disp-window): Likewise.
15830         * calendar/diary-lib.el (list-diary-entries): Likewise.
15832         * array.el (array-reconfigure-rows): Likewise.
15834         * filecache.el (file-cache-minibuffer-complete): Likewise.
15836         * obsolete/cplus-md.el (fill-c++-comment): Likewise.
15838         * strokes.el (strokes-prompt-user-save-strokes): Likewise.
15840         * allout.el (outline-version, outline-open-topic)
15841         (outline-rebullet-heading, outline-insert-listified)
15842         (outline-latex-verbatim-quote-curr-line)
15843         (outline-latexify-one-item, outlineify-sticky): Likewise.
15845         * vc.el (vc-next-action-on-file): Likewise.
15846         (vc-dired-mode): Remove make-local-hook.
15848 2001-11-26  Andre Spiegel  <spiegel@gnu.org>
15850         * vc.el (vc-find-version): New function.
15851         (vc-version-other-window): Redefined in terms of the above.
15853         * log-view.el (log-view-find-version): New function.
15854         (log-view-mode-map): Bind it to `f'.
15856 2001-11-26  Gerd Moellmann  <gerd@gnu.org>
15858         * language/devan-util.el (dev-char-glyph): Escape `"' in
15859         string literals.
15860         (dev-glyph-glyph, dev-glyph-glyph-2)
15861         (devanagari-compose-syllable-region): Likewise.
15863 2001-11-26  Richard M. Stallman  <rms@gnu.org>
15865         * window.el (save-selected-window): No error if saved window is dead.
15867         * help-funs.el (describe-syntax): Put (interactive) after doc string.
15869 2001-11-26  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
15871         * international/quail.el (quail-help): Require help-mode in
15872         top-level instead.
15874         * iswitchb.el (iswitchb-exhibit): Use insert instead of
15875         insert-string.
15877         * icomplete.el (icomplete-exhibit): Likewise.
15879 2001-11-25  Stefan Monnier  <monnier@cs.yale.edu>
15881         * diff-mode.el (diff-end-of-hunk): Watch out for ambiguities.
15882         (diff-hunk-kill): Simplify.
15883         (diff-post-command-hook): Only apply to a single hunk.
15884         (diff-hunk-text): Make `char-offset' non-optional.
15885         (diff-find-text): Return a cons cell.
15886         (diff-find-approx-text): New fun.
15887         (diff-find-source-location): Use it.
15888         (diff-apply-hunk, diff-test-hunk, diff-goto-source):
15889         Adapt to new retval of diff-find-text.
15891         * vc-cvs.el (vc-cvs-parse-entry): Rewrite, comparing the string-
15892         rather than integer- representation of dates.
15894         * textmodes/fill.el (fill-indent-according-to-mode): Default to nil.
15896         * emacs-lisp/syntax.el: Don't profile syntax-ppss any more.
15897         (syntax-after): New fun.
15899         * help-funs.el (describe-syntax): New fun.
15901         * font-lock.el (font-lock-cache-state, font-lock-cache-position)
15902         (font-lock-ppss-stats, font-lock-ppss): Remove.
15903         (font-lock-fontify-syntactically-region): Remove tuning code.
15904         (font-lock-compile-keywords): Fix off-by-one bug.
15905         (font-lock-set-defaults): Don't set removed vars.
15906         (c-keywords): Add `inline'.
15907         (c-type-names): Add `_Complex', `_Imaginary' and `_Bool'.
15909         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
15910         Set syntax-begin-function.
15911         (lisp-interaction-mode-abbrev-table): Defvar to its correct value.
15912         (lisp-interaction-mode): Don't set local-abbrev-table any more.
15913         (lisp-mode-auto-fill): Use syntax-ppss and obey
15914         comment-auto-fill-only-comments.
15915         (lisp-fill-paragraph): Use syntax-ppss.
15917 2001-11-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
15919         * mail/rmail.el (rmail-enable-mime-composing): New. A lightweight
15920         version of rmail-enable-mime.
15921         (rmail-forward): Use it.
15923 2001-11-25  Richard M. Stallman  <rms@gnu.org>
15925         * emacs-lisp/lisp-mode.el (lisp-indent-function): Add doc string.
15927         * international/quail.el (quail-keyboard-layout-button):
15928         Define button type.
15929         (quail-keyboard-customize-button): Likewise.
15930         (quail-help): Use those button types.  Require `help-mode'.
15931         Avoid altering the argument `package'.
15933         * help-mode.el (help-function, help-variable, help-face)
15934         (help-coding-system, help-input-method, help-character-set):
15935         Define each button type with its own explicit define-button-type.
15937         * language/devan-util.el: Comment out parts of the file
15938         which apparently are garbled.
15940 2001-11-25  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
15942         * mail/smtpmail.el (smtpmail-deduce-address-list): Don't use
15943         insert-string.
15945 2001-11-25  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
15947         * play/snake.el (snake-mode): Remove make-local-hook.
15949         * play/tetris.el (tetris-mode): Likewise.
15951         * play/decipher.el (decipher-mode): Likewise.
15953         * tmm.el (tmm-add-prompt): Likewise.
15955 2001-11-25  Sam Steingold  <sds@gnu.org>
15957         * menu-bar.el (menu-bar-apropos-menu): New variable.
15958         Moved all `apropos' bindings to this menu.
15959         (menu-bar-help-menu): Added `menu-bar-apropos-menu'.
15961 2001-11-24  KAWABATA, Taichi  <batta@beige.ocn.ne.jp>
15963         The following changes are for new indian languages support based
15964         on Unicode charset and CDAC fonts.
15966         * international/mule-conf.el: Change indian-1-column charset to
15967         indian-glyph charset.
15969         * international/characters.el: Adjusted for the change of
15970         indian-1-column -> indian-glyph.
15972         * international/fontset.el: Delete the setting for indian-1-column
15973         and add the setting for indian-glyph in the default fontset.
15975         * language/indian.el: Completely re-written.
15977         * language/devanagari.el: Completely re-written.
15979         * language/devan-util.el: Completely re-written.
15981         * language/ind-util.el: New file.
15983 2001-11-24  Richard M. Stallman  <rms@gnu.org>
15985         * startup.el (command-line-1): Don't do startup screen
15986         if a subprocess is running.  Call the startup screen buffer
15987         "GNU Emacs".  Make a special mode-line-format for it.
15989         * net/browse-url.el (browse-url-galeon-new-window-is-tab): New var.
15990         (browse-url-galeon): Use that variable.
15992         * mail/supercite.el (sc-toggle-var): Don't use set-variable or
15993         eval-expression.  Eval and set the variable simply.
15995         * files.el (temporary-file-directory): Use defcustom.
15996         (small-temporary-file-directory): Likewise.
15997         (normal-backup-enable-predicate): Move down in file
15998         after definition of temporary-file-directory.
16000         * bindings.el (last-buffer, unbury-buffer): Doc fixes.
16002 2001-11-24  Colin Walters  <walters@debian.org>
16004         * calc/calc-ext.el (calc-init-extensions): Update the rest of the
16005         autoload names to match files renamed on initial calc import.
16007         * calc/calc.el (Commentary): Cleanup, and add logistic curve
16008         fitting suggestion from Robert J. Chassell <bob@rattlesnake.com>.
16010 2001-11-23  Colin Walters  <walters@debian.org>
16012         * Makefile.in (finder_setwins, setwins): Include Calc again.
16014         * calc/calc-rules.el: Add header comment.
16016 2001-11-23  Andre Spiegel  <spiegel@gnu.org>
16018         * vc.el (with-vc-properties): Don't bind `filename' locally.
16019         (with-vc-file, edit-vc-file): Use `make-symbol' for local bindings
16020         to avoid name clashes.  Fix `lisp-indent-function' property for
16021         both.
16023 2001-11-23  Francesco Potort\e,Al\e(B  <pot@gnu.org>
16025         * generic-x.el (mailrc-generic-mode): Highlight the `source' keyword.
16027 2001-11-22  Colin Walters  <walters@debian.org>
16029         * calc/calc-misc.el (report-calc-bug):
16030         Use `reporter-prompt-for-summary-p'.
16032         * calc/INSTALL, calc/Makefile: Remove.
16034 2001-11-22  Miles Bader  <miles@gnu.org>
16036         * emacs-lisp/re-builder.el (reb-match-0, reb-match-1)
16037         (reb-match-2, reb-match-3): Add dark-background variants.
16039 2001-11-22  Colin Walters  <walters@debian.org>
16041         * calc/calc-misc.el (calc-info): Don't perform voodoo, just
16042         (info "Calc").
16043         (report-calc-bug): Use reporter.el.
16045         * mail/reporter.el (reporter-submit-bug-report): Doc fixes.
16047 2001-11-21  Richard M. Stallman  <rms@gnu.org>
16049         * which-func.el (which-function): Call imenu--make-index-alist
16050         if necessary to get a list of functions.
16051         (which-function-imenu-failed): New variable.
16052         (which-func-update): Handle all visible windows.
16053         (which-func-update-1): New subroutine broken out of which-func-update.
16055         * files.el (temporary-file-directory, null-device)
16056         (small-temporary-file-directory): Definitions moved up.
16058         * progmodes/cperl-mode.el (cperl-problems, cperl-tips)
16059         (cperl-non-problems, cperl-praise): Doc fixes.
16061         * progmodes/sh-script.el (sh-mode): Don't use define-derived-mode.
16062         (sh-mode-syntax-table): Function restored.
16063         Variable set up for use by function sh-mode-syntax-table.
16064         (sh-set-shell): Set the syntax table.
16066         * play/gomoku.el (gomoku-mode): Don't use define-derived-mode.
16068         * progmodes/perl-mode.el (perl-mode): Don't use define-derived-mode.
16070         * international/encoded-kb.el: Don't alter minor-map-alist.
16072 2001-11-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
16074         * files.el (auto-save-file-name-transforms): Put remote files in
16075         temporary-file-directory rather than /tmp.
16077 2001-11-21  Colin Walters  <walters@debian.org>
16079         * calc/calc-macs.el (calc-slow-wrapper): Move (point) call outside
16080         of (function ...) wrapper.
16082 2001-11-20  Stefan Monnier  <monnier@cs.yale.edu>
16084         * derived.el (define-derived-mode): Create the abbrev-table
16085         from inside the `defvar'.
16087         * jit-lock.el (jit-lock-defer-time): New var.
16088         (jit-lock-defer-timer, jit-lock-buffers): New vars.
16089         (jit-lock-mode): Initialize them.  Cancel the timers more carefully.
16090         (jit-lock-function): Defer fontification if requested.
16091         (jit-lock-stealth-chunk-start): Pay attention to the new non-nil value.
16092         (jit-lock-stealth-fontify): Check the new `jit-lock-defer-multiline'
16093         text property.
16094         (jit-lock-deferred-fontify): New fun.
16096 2001-11-20  Richard M. Stallman  <rms@gnu.org>
16098         * emacs-lisp/lisp-mode.el (lisp-interaction-mode):
16099         Set local-abbrev-table to lisp-mode-abbrev-table.
16101         * emacs-lisp/re-builder.el (reb-mode):
16102         Don't use define-derived-mode.  Call kill-all-local-variables.
16104         * emacs-lisp/lisp-mode.el (lisp-mode, emacs-lisp-mode):
16105         Don't use define-derived-mode.
16107         * help-mode.el (help-mode): Undo 2001-10-07 change.
16109         * replace.el (occur-mode): Undo 2001-5-20 change.
16111 2001-11-20  Jason Rumney  <jasonr@gnu.org>
16113         * w32-fns.el (w32-system-coding-system): Change to an alias for
16114         locale-coding-system.
16115         (set-w32-system-coding-system): Document the above change.
16116         Set locale-coding-system instead.
16118 2001-11-20  Richard M. Stallman  <rms@gnu.org>
16120         * ruler-mode.el: Add pagination.
16121         (ruler-mode-toggle-show-tab-stops): No need to
16122         test `ruler-mode' variable.
16124 2001-11-20  Eli Zaretskii  <eliz@is.elta.co.il>
16126         * play/landmark.el: Mark lm-mode as special.
16128         * play/gomoku.el: Mark gomoku-mode as special.
16130 2001-11-20  Juanma Barranquero  <lektu@terra.es>
16132         * emacs-lisp/re-builder.el (reb-change-target-buffer): New function.
16133         (top-level): Bind it to C-c C-b.
16134         (re-builder): Don't re-enter RE Builder Mode.
16136         * bs.el (bs-delete): Signal an error if the buffer cannot be deleted.
16138 2001-11-20  Stefan Monnier  <monnier@cs.yale.edu>
16140         * progmodes/cperl-mode.el (cperl-perldoc): Require man before binding
16141         `manual-program'.
16143         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Don't move back
16144         to a line without a comment.
16146 2001-11-20  Eli Zaretskii  <eliz@is.elta.co.il>
16148         * dired.el (dired-listing-switches): Mention in the doc string
16149         that some switches are not supported by ls-lisp.el
16151 2001-11-19  Stefan Monnier  <monnier@cs.yale.edu>
16153         * imenu.el (imenu--split-menu): Use dolist and copy-sequence.
16154         (imenu--create-keymap-2): Remove.
16155         (imenu--create-keymap-1): Simplify, remove third argument.
16156         (imenu--generic-function): Use dolist.
16157         (imenu-find-default): New function.
16158         (imenu--completion-buffer): Use it.
16159         (imenu--mouse-menu): Use popup-menu.
16160         (imenu--menubar-select): Return t rather than calling imenu.
16162         * textmodes/fill.el (fill-delete-prefix, fill-delete-newlines):
16163         New functions, extracted from fill-region-as-paragraph.
16164         (fill-region-as-paragraph): Use them.
16165         Use an end marker instead of eob.
16166         Ignore whitespace-only fill-prefixes when indenting according to mode.
16167         Simplify the loop that searches for spaces backwards.
16169         * textmodes/picture.el (picture-vertical-step)
16170         (picture-horizontal-step): Don't use defconst for variables.
16172         * mail/mail-extr.el: Use backquote/dolist/mapc/when.  Docstring fixes.
16173         (mail-extract-address-components): Downcase domain names.
16174         (mail-extr-delete-char): Remove.  Use delete-char instead.
16176         * emulation/pc-select.el: Doc string fixes.
16177         (pc-selection-mode): Don't treat macos as a tty.
16179         * emacs-lisp/lisp.el (mark-sexp): Mark more if repeated.
16181         * progmodes/cc-engine.el (c-parse-state): Typo. From Martin Stjernholm.
16183         * mwheel.el (mouse-wheel-scroll-amount): Allow float values.
16184         (mouse-wheel-progessive-speed): New var.
16185         (mwheel-scroll): Use it and handle float values.
16187         * lazy-lock.el (lazy-lock-install-hooks): Remove make-local-hook.
16189         * iswitchb.el (iswitchb-mode): Use define-minor-mode.
16190         (iswitchb): Fix the case where the result was selected with the mouse.
16191         (iswitchb-completion-help): Use the normal *Completions* now that
16192         mouse selection works.
16193         (iswitchb-minibuffer-setup): Simplify.
16195         * newcomment.el (comment-column, comment-style, comment-multi-line)
16196         (comment-auto-fill-only-comments): Remove :group arg.
16197         (comment-padding): Add :type.
16198         (comment-indent-new-line): Ignore comment-auto-fill-only-comments
16199         if called interactively.
16201 2001-11-19  Colin Walters  <walters@verbum.org>
16203         * calc/calc.el (toplevel): Add comment and version header.
16204         (calc-init-base): Bump version to 2.02f, update date.
16206 2001-11-19  Richard M. Stallman  <rms@gnu.org>
16208         * net/browse-url.el: Support Mozilla and Galeon.
16209         By default, find the installed browser whichever it is.
16210         (browse-url-mozilla): New function.
16211         (browse-url-mozilla-sentinel): New function.
16212         (browse-url-galeon, browse-url-galeon-sentinel): New functions.
16213         (browse-url-default-browser): New function.
16214         (browse-url-process-environment): Use browse-url-browser-display.
16215         (browse-url-browser-display): Renamed from browse-url-netscape-display.
16216         (browse-url-mozilla-startup-arguments, browse-url-galeon-program)
16217         (browse-url-galeon-arguments, browse-url-galeon-startup-arguments)
16218         (browse-url-mozilla-program, browse-url-mozilla-arguments): New vars.
16219         (browse-url-browser-function): New default, new options.
16221 2001-11-19  Sam Steingold  <sds@gnu.org>
16223         * bindings.el (last-buffer, unbury-buffer): New function.
16224         (mode-line-unbury-buffer): Use `unbury-buffer'.
16226 2001-11-18  Stephen Eglen  <stephen@gnu.org>
16228         * iswitchb.el (iswitchb-cannot-complete-hook): New variable to
16229         control behaviour when no further completion is possible.
16231 2001-11-19  Colin Walters  <walters@verbum.org>
16233         * calc/calc-macs.el (calc-wrapper, calc-slow-wrapper)
16234         (math-showing-full-precision, math-with-extra-prec, math-working)
16235         (calc-with-default-simplification)
16236         (calc-with-trail-buffer): Use backtick.
16237         (Math-zerop, Math-integer-negp, Math-integer-posp, Math-negp)
16238         (Math-looks-negp, Math-posp, Math-integerp, Math-natnump)
16239         (Math-ratp, Math-realp, Math-anglep, Math-numberp, Math-scalarp)
16240         (Math-vectorp, Math-messy-integerp, Math-objectp, Math-objvecp)
16241         (Math-integer-neg, Math-equal, Math-lessp, Math-primp)
16242         (Math-num-integerp, Math-bignum-test, Math-equal-int)
16243         (Math-natnum-lessp, math-format-radix-digit): Change to `defsubst'.
16244         (calc-record-compilation-date-macro): Deleted.  Callers updated.
16245         (math-format-radix-digit): Move to calc-bin.el.
16247         * calc/calc.el (calc-record-compilation-date): Remove.
16248         (calc-bug-address): Update.
16249         (calc-settings-file): Use `user-init-file'.
16251         * calc/calc-mode.el (calc-settings-file-name, calc-save-modes):
16252         Handle null `calc-settings-file'.
16254         * calc/calc-frac.el (calc-over-notation): Use `completing-read'.
16255         * calc/calc-keypd.el (calc-keypad-mode): New.
16256         (calc-do-keypad): Use it.
16257         (calc-keypad-map): Move into `calc-keypad-mode'.
16259         * calc-math.el (calcFunc-sqrt, calcFunc-hypot): Add missing quote
16260         to defalias argument.
16262         * calc-misc.el (math-fixnump, math-fixnatnump, calcFunc-trunc)
16263         (calcFunc-floor): Ditto.
16265         * calc-units.el (calcFunc-usimplify): Ditto.
16267         * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
16268         * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
16269         * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
16270         * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
16271         * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
16272         * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
16273         * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
16274         * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
16275         * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
16276         * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
16277         * calcsel2.el: Change all toplevel `setq' forms to `defvar' forms,
16278         and move them before their first use.  Use `when', `unless'.
16279         Remove trailing periods from error forms.  Add description and
16280         headers suggested by Emacs Lisp coding conventions.
16282 2001-11-19  Stefan Monnier  <monnier@cs.yale.edu>
16284         * newcomment.el (comment-indent):
16285         Fix misindentation for comment-only lines.
16286         (comment-indent-new-line): Only obey comment-multi-line if the
16287         comment-ender is not the end-of-line.
16289 2001-11-19  Richard M. Stallman  <rms@gnu.org>
16291         * net/net-utils.el (network-connection-service-abbrev-alist):
16292         New variable.
16294         * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
16295         Advance to start of 3rd sexp by moving fwd and backing over it.
16296         At first three elements, act like defun.
16298         * delsel.el (delete-selection-pre-hook): Handle and resignal
16299         file-supersession errors to interact properly with userlock.el.
16301 2001-11-18  Richard M. Stallman  <rms@gnu.org>
16303         * progmodes/fortran.el (fortran-mode-syntax-table):
16304         Specify punctuation syntax for backslash.
16306         * progmodes/sh-script.el (sh-must-be-shell-mode): Function deleted.
16307         All calls deleted.
16309         * international/mule-util.el (string-to-sequence): Make it obsolete.
16310         (string-to-list, string-to-vector): Implement them directly
16311         using append and vconcat, not with string-to-sequence.
16313         * startup.el (command-line): Set abbrevs-changed to nil after
16314         reading the init file and the abbrevs file.
16316         * isearch.el (isearch): Use magenta2 as bg for (background light)
16318 2001-11-17  Richard M. Stallman  <rms@gnu.org>
16320         * menu-bar.el (menu-bar-update-buffers-1): Don't pad the buffer name.
16322         * simple.el (minibuffer-history-sexp-flag): Doc fix.
16324 2001-11-17  Stefan Monnier  <monnier@cs.yale.edu>
16326         * font-lock.el (font-lock-compile-keywords): New arg `regexp'.
16327         If set and if applicable, add a regexp to highlight defun-like
16328         text inside comments and strings.
16329         (font-lock-fontify-keywords-region): Pass that new arg.
16330         (font-lock-set-defaults): Move the code to set `font-lock-keywords'
16331         to the end and pass that new arg.
16332         (c-font-lock-keywords-2): Fix regex for labels.
16333         (font-lock-match-c++-style-declaration-item-and-skip-to-next):
16334         Make it work when LIMIT is several lines further.
16335         (c-font-lock-keywords-3, c++-font-lock-keywords-3)
16336         (objc-font-lock-keywords-3, java-font-lock-keywords-3):
16337         Use backquote and make the regexes for `int a, b, c;' work on
16338         multiple lines.
16340         * emacs-lisp/re-builder.el (reb-mode): Use define-derived-mode.
16341         (font-lock-defaults-alist): Don't change it any more.
16342         (reb-subexp-mode-map): Cleanup.
16344         * custom.el (custom-current-group-alist): New var.
16345         (custom-declare-group): Set it.
16346         (custom-current-group): New fun.
16347         (custom-declare-variable, custom-handle-all-keywords):
16348         Use it as a default if no :group argument is specified.
16350         * international/mule-cmds.el (locale-name-match): Use \` and \(?:.
16351         (standard-keyboard-coding-systems): New var.
16352         (set-locale-environment): Use it to decide whether or not to call
16353         set-keyboard-coding-system.
16354         (locale-language-names): Use \"French\" for "fr".
16356 2001-11-17  Richard M. Stallman  <rms@gnu.org>
16358         * emacs-lisp/checkdoc.el (princ-list, checkdoc-read-event)
16359         (add-to-list): Delete compatibility code.
16360         (checkdoc-next-message-error): Doc fix.
16362 2001-11-17  Stephen Eglen  <stephen@gnu.org>
16364         * locate.el (locate): Show default locate pattern within the
16365         prompt, but don't insert it into the minibuffer contents.
16366         Catch the case when pattern is the empty string.
16368 2001-11-17  Eli Zaretskii  <eliz@is.elta.co.il>
16370         * language/european.el ("French"): New language environment.
16372 2001-11-16  Richard M. Stallman  <rms@gnu.org>
16374         * calendar/todo-mode.el (todo-save): Fix previous change.
16376         * subr.el (functionp): Do use cdr-safe on object.
16378 2001-11-16  Stefan Monnier  <monnier@cs.yale.edu>
16380         * bindings.el (mode-line-mode-name): Only put the help-echo property
16381         if the local-map property was put as well.
16382         (global-map): Bind switch-frame, delete-frame, iconify-frame
16383         and make-frame-visible events.
16385         * emacs-lisp/elp.el (elp-not-profilable): New var.
16386         (elp-not-profilable-p): New function.
16387         (elp-instrument-function): Use it.  Use backquotes and push.
16389         * emacs-lisp/bytecomp.el (byte-compile-call-tree, byte-code-vector)
16390         (byte-stack+-info, byte-compile-last-warned-form)
16391         (byte-compile-last-logged-file): Don't defconst a variable.
16392         (no-byte-compile): Declare.
16393         (byte-compile-file): Don't boundp-check no-byte-compile any more.
16394         (byte-compile-defvar): Leave defconst as is.
16396         * emacs-lisp/edebug.el (edebug-form-data, edebug-offsets)
16397         (edebug-offsets-stack, edebug-read-dotted-list, edebug-def-name)
16398         (edebug-current-offset, edebug-old-def-name, edebug-error-point)
16399         (edebug-best-error): Don't defconst a variable.
16400         (edebug-read-syntax-table): Use a char-table.
16401         (edebug-lemacs-specific): Remove.
16402         Toplevel: Eliminate check for Lucid Emacs.
16404         * pcvs-util.el (cvs-prefix-define): Don't defconst a variable.
16406         * rect.el (move-to-column-force): Mark obsolete.
16407         (operate-on-rectangle, delete-extract-rectangle-line)
16408         (insert-rectangle, delete-whitespace-rectangle-line)
16409         (open-rectangle-line, clear-rectangle-line): Use move-to-column.
16410         (string-rectangle-history): New var.
16411         (string-rectangle, string-insert-rectangle): Use it.
16412         (delete-rectangle-line): Fix pos/column mixup and simplify.
16414         * startup.el (normal-top-level-add-subdirs-to-load-path): Simplify.
16415         (normal-top-level, command-line, command-line-1): Simplify.
16417         * tar-mode.el (tar-mode): Use define-derived-mode.
16419         * view.el (view-mode-enable): Don't use make-local-hook.
16421         * emacs-lisp/eldoc.el (eldoc-mode): Use define-minor-mode.
16423 2001-11-16  Richard M. Stallman  <rms@gnu.org>
16425         * mail/mail-extr.el (mail-extr-voodoo): Treat a number as a word
16426         if it doesn't make sense as anything else.
16427         Don't recognize a "telephone number" at the beginning of the name.
16428         (mail-extr-leading-garbage): Match non-word characters only.
16430 2001-11-16  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
16432         * startup.el (command-line-processed): Doc fix.
16434         * apropos.el (apropos-next-label-button): Doc fix.
16436 2001-11-16  Stefan Monnier  <monnier@cs.yale.edu>
16438         * comint.el (comint-mode): Simplify.
16439         (make-comint-in-buffer): Run `comint-mode' only if necessary.
16441         * subr.el (eval-after-load): Make it work with features as well.
16443         * log-view.el (log-view-mode): Don't mark the buffer unmodified.
16445         * international/mule-cmds.el (describe-input-method): Setup xref.
16446         (set-language-environment): Use functionp.
16447         (locale-language-names, locale-charset-language-names)
16448         (locale-preferred-coding-systems): Defconst and purecopy.
16450         * language/european.el (mac-roman): Add mime-charset property.
16452 2001-11-15  Richard M. Stallman  <rms@gnu.org>
16454         * emacs-lisp/cl.el (values, values-list, multiple-value-list)
16455         (multiple-value-apply, nth-value): Use defsubst rather than defalias
16456         to get better doc strings.
16458 2001-11-15  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
16460         * derived.el: Fix autoload cookie.
16462 2001-11-15  Richard M. Stallman  <rms@gnu.org>
16464         * jka-compr.el (jka-compr-partial-uncompress): Fix previous change.
16466 2001-11-15  Stefan Monnier  <monnier@cs.yale.edu>
16468         * menu-bar.el (menu-bar-edit-menu) <copy>: Put an explicit key binding.
16470 2001-11-15  Richard M. Stallman  <rms@gnu.org>
16472         * dired.el (dired-undo): Display a message to explain
16473         that this does not undo file system changes.
16475 2001-11-15  David Kastrup  <David.Kastrup@t-online.de>
16477         * mouse-drag.el (mouse-drag-throw): Push back non-drag events
16478         into `unread-command-events' instead of trying keymap
16479         lookups ourselves.  This makes mouse-clicks do the right
16480         thing even when keymaps of overlays are involved.
16481         (mouse-drag-drag): Likewise.
16483 2001-11-15  Andreas Schwab  <schwab@suse.de>
16485         * progmodes/ada-mode.el (ada-add-extensions): Quote regexp special
16486         characters and append anchor to pattern added to auto-mode-alist.
16488 2001-11-15  Stefan Monnier  <monnier@cs.yale.edu>
16490         * server.el (server-process-filter): Run pre/post-comment-hook
16491         before/after visiting the file.
16493         * info-look.el (makefile-mode): Add info for automake.
16494         (autoconf-mode): Fix the name of the index for automake.
16496         * international/latin-9.el: Give pilcrow punctuation syntax.
16498 2001-11-15  Andre Spiegel  <spiegel@gnu.org>
16500         * vc.el: Documentation fixes.
16502 2001-11-14  Stefan Monnier  <monnier@cs.yale.edu>
16504         * smerge-mode.el (smerge-match-conflict): Fix typo.
16505         (smerge-diff): Be careful to read match-data early enough.
16507 2001-11-14  Colin Walters  <walters@verbum.org>
16509         * calc/calc-alg.el (calcFunc-esimplify, calcFunc-simplify)
16510         (calcFunc-subst): Use `defalias' instead of `fset' and
16511         `symbol-function'.
16513         * calc/calc-arith.el (calcFunc-abs, calcFunc-float)
16514         (calcFunc-ceil, calcFunc-round): Ditto.
16516         * calc/calc-bin.el (calcFunc-clip): Ditto.
16518         * calc/calc-ext.el (calcFunc-evalv): Ditto.
16520         * calc/calc-math.el (calcFunc-sqrt, calcFunc-hypot): Ditto.
16522         * calc/calc-misc.el (math-fixnump, math-fixnatnump)
16523         (calcFunc-trunc, calcFunc-floor, calc-report-bug): Ditto.
16525         * calc/calc-units.el (calcFunc-unsimplify): Ditto.
16527         * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
16528         * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
16529         * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
16530         * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
16531         * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
16532         * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
16533         * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
16534         * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
16535         * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
16536         * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
16537         * calcsel2.el: Style cleanup; don't put closing parens on their
16538         own line, add "foo.el ends here" to each file, and update
16539         copyright date.
16541         * README: Update maintainer.
16543 2001-11-13  Richard M. Stallman  <rms@gnu.org>
16545         * progmodes/compile.el (recompile): Use compilation-arguments if
16546         set, so as to be able to M-x recompile the exact command which
16547         created a compilation-mode buffer.
16549         * progmodes/ada-mode.el (ada-fill-comment-prefix): Doc fix.
16551 2001-11-13  Gerd Moellmann  <gerd@gnu.org>
16553         * mouse.el (mouse-drag-region): Don't run the up-event
16554         handler if window start changed due to the down-mouse event.
16556 2001-11-13  Richard M. Stallman  <rms@gnu.org>
16558         * mouse.el (mouse-show-mark): Either move point to the mark
16559         or use highlighting, never both.
16560         (mouse-buffer-menu): If WINDOW is a frame, select its selected window.
16562 2001-11-13  Simon Josefsson  <jas@extundo.com>
16564         * mail/smtpmail.el (top-level): Change maintainer to Simon
16565         Josefsson, cleanup the smtpmail.el header.
16567         * mail/smtpmail.el (top-level): Don't require cl or base64.
16568         (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
16569         (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd):
16570         Defsubst instead of defmacro.
16571         (smtpmail-intersection): Return value in reverse order.
16572         (smtpmail-open-stream): Use stringp instead of string-to-list.
16573         (smtpmail-open-stream, smtpmail-try-auth-methods): New functions,
16574         separated from smtpmail-via-smtp.
16576         * mail/smtpmail.el (top-level): Autoload starttls, mail-utils and
16577         rfc2104.  Require base64 and cl.
16578         (smtpmail-smtp-service): Doc fix.  :type fix.
16579         (smtpmail-debug-info): Doc fix.
16580         (smtpmail-debug-verb, smtpmail-auth-credentials)
16581         (smtpmail-starttls-credentials, smtpmail-auth-supported):
16582         New variables.
16583         (smtpmail-deduce-address-list, smtpmail-send-it): Don't require
16584         mail-utils (it is autoloaded).
16585         (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
16586         (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd)
16587         (smtpmail-find-credentials, smtpmail-intersection): New utility funs.
16588         (smtpmail-via-smtp): Support STARTTLS, if binary is installed.
16589         (smtpmail-via-smtp): Support AUTH.
16590         (smtpmail-via-smtp): Use `smtpmail-debug-verb' to control VERB.
16592 2001-11-13  Richard M. Stallman  <rms@gnu.org>
16594         * ebuff-menu.el (electric-buffer-update-highlight): New function.
16595         (electric-buffer-overlay): New variable.
16596         (electric-buffer-menu-looper): Call electric-buffer-update-highlight.
16597         (electric-buffer-list): Likewise.
16599         * isearch.el (isearch-whitespace-chars): Doc fix.
16600         (isearch-mode): Handle negative search-slow-window-lines correctly.
16602 2001-11-13  Stefan Monnier  <monnier@cs.yale.edu>
16604         * newcomment.el (comment-normalize-vars): Handle a nil comment-padding.
16606         * progmodes/ada-mode.el (ada-fill-comment-prefix): GNAT wants 2 spaces.
16607         From Emmanuel Briot <briot@act-europe.fr>.
16609 2001-11-13  Colin Walters  <walters@debian.org>
16611         * calc/calc.el (calc-unread-command): Use `unread-command-events'.
16613         * calc/calc-mode.el (calc-settings-file-name): Don't hardcode
16614         "~/.emacs"; use `read-file-name'.
16616         * calc/calc-graph.el, calc/calc-embed.el, calc/calc-graph.el
16617         * calc/calc-misc.el, calc/calc-mode.el, calc/calc-prog.el
16618         * calc/calc-sel.el, calc/calc-store.el, calc/calc-yank.el
16619         * calc/calc.el: Use `frame-width' instead of `screen-width',
16620         `frame-height' instead of `screen-height', and,
16621         `executing-kbd-macro' instead of `executing-macro'.
16623         * calc/calc-embed.el (calc-do-embedded): Call `y-or-n-p' with
16624         correct number of arguments.
16626         * calc/calc-aent.el (calc-do-alg-entry):
16627         Use `blink-paren-function' instead of `blink-paren-hook'.
16629 2001-11-12  Richard M. Stallman  <rms@gnu.org>
16631         * calendar/todo-mode.el (todo-save): Add save-excursion
16632         and save-restriction.
16634         * server.el (server-edit, server-done): Doc fix.
16636         * simple.el (clone-indirect-buffer): Error if major mode symbol
16637         has a no-clone-indirect property.
16638         (clone-buffer): Check for obvious errors before reading clone name.
16640         * info.el (Info-mode): Add a no-clone-indirect property.
16642 2001-11-12  Sam Steingold  <sds@gnu.org>
16644         * vc.el (vc-print-log): Bind `inhibit-read-only' to t before and
16645         set-buffer-modified-p to nil after `vc-exec-after'.
16646         * log-view.el (log-view-mode-map): Bind "q", "z", "m" and "d".
16647         (log-view-mode): Make read-only.
16648         (log-view-current-file): Do final `expand-file-name' in the
16649         current `default-directory'.
16650         (log-view-current-tag): Take an optional `where' arg.
16651         (log-view-diff): New user command.
16653 2001-11-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
16655         * progmodes/cpp.el (cpp-choose-face): Fix typo.
16657 2001-11-12  Sam Steingold  <sds@gnu.org>
16659         * emacs-lisp/cl-indent.el (toplevel): Indent properly
16660         `generic-flet', `generic-labels', `with-accessors',
16661         `with-condition-restarts'.
16663 2001-11-12  Richard M. Stallman  <rms@gnu.org>
16665         * dired.el: Many trivial doc fixes.
16666         (dired-get-file-for-visit): New function.
16667         (dired-find-alternate-file, dired-mouse-find-file-other-window)
16668         (dired-view-file, dired-find-file-other-window, dired-display-file)
16669         (dired-find-file): Use dired-get-file-for-visit.
16671 2001-11-12  Alex Schroeder  <kensanata@yahoo.com>
16673         * sql.el (sql-mode): Doc change.
16675         * sql.el (sql-mode-syntax-table): The backslash is no longer an
16676         escape character.
16678 2001-11-12  Colin Walters  <walters@debian.org>
16680         * calc/calc-keypd.el (toplevel): Bind mouse buttons.
16681         (calc-do-keypad): Don't attempt to use nonexistent global
16682         mouse-map, use calc-keypad-map.
16683         (calc-keypad-x-left-click): Renamed to calc-keypad-left-click.
16684         (calc-keypad-left-click): Don't use mouse-map; update to new event
16685         interface.
16686         (calc-keypad-x-middle-click, calc-keypad-x-right-click): Ditto.
16687         (calc-keypad-press): Use `unread-command-events' instead of
16688         `unread-command-char'.
16690         * calc/calc-ext.el (calc-init-extensions): Update autoload names
16691         to match files renamed on initial calc import.
16693 2001-11-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
16695         * textmodes/flyspell.el (flyspell-default-dictionary):
16696         Fix previous change.
16698 2001-11-12  Richard M. Stallman  <rms@gnu.org>
16700         * textmodes/flyspell.el (flyspell-default-dictionary):
16701         Fix custom type.
16703 2001-11-11  Richard M. Stallman  <rms@gnu.org>
16705         * calendar/solar.el (solar-sunrise-and-sunset):
16706         Exchange the two extreme values of day-length.
16708         * progmodes/sh-script.el (sh-must-be-shell-mode):
16709         Allow modes derived from sh-mode.
16711         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
16712         Turn off error in some re-search-forward calls.
16714         * replace.el (query-replace-skip-read-only): New variable.
16715         (perform-replace): If that variable is non-nil, ignore matches
16716         that have a read-only property.
16718         * derived.el (define-derived-mode): Doc fix.
16720         * server.el (server-buffer-done): Test of server-existing-buffer
16721         was backwards.
16722         (server-existing-buffer): Doc fix.
16724         * textmodes/flyspell.el (flyspell-default-dictionary):
16725         Allow nil as value, and make nil the default.
16727 2001-11-11  Eli Zaretskii  <eliz@is.elta.co.il>
16729         * menu-bar.el (menu-bar-edit-menu): Don't use x-selection-exists-p if
16730         it is not fboundp.
16731         (clipboard-yank): Ditto.
16733 2001-11-11  Colin Walters  <walters@verbum.org>
16735         The following changes are based on patches from
16736         Eli Zaretskii <eliz@is.elta.co.il>, Kai Gro\e,A_\e(Bjohann
16737         <Kai.Grossjohann@CS.Uni-Dortmund.DE>, and others.
16739         * calc/calc.el (toplevel): Require calc-macs.
16740         (calc-minibuffer-size): New.
16741         (calcDigit-nondigit): Use it instead of `buffer-size'.
16742         (calcDigit-backspace): Likewise.
16743         (calcDigit-nondigit): Use `minibuffer-contents' instead of
16744         `buffer-string'.
16745         (calc-minibuffer-contains): Use `minibuffer-prompt-end' instead of
16746         `point-min'.
16747         (calcDigit-key): Use `calc-minibuffer-contains' instead of a
16748         `save-excursion'.
16750         * calc/calc-macs.el (calc-record-compilation-date-macro): Return a
16751         simple `setq' form.
16753         * calc/calc-ext.el: (toplevel): Require calc.
16754         (calc-fancy-prefix-map): New.
16755         (calc-fancy-prefix): Use it.
16756         (calc-fancy-prefix-other-key): New.
16758         * calc/calc-aent.el (toplevel): Require calc-macs during compilation.
16759         (calc-do-quick-calc): Use `frame-width' instead of `screen-width'.
16760         (calcAlg-edit): Use `minibuffer-contents' instead of `buffer-string'.
16761         (calcAlg-enter): Likewise.
16762         (calcAlg-enter): Use `minibuffer-prompt-end' instead of `point-min'.
16764 2001-11-10  Richard M. Stallman  <rms@gnu.org>
16766         * abbrev.el (read-abbrev-file): Don't set save-abbrevs.
16767         (quietly-read-abbrev-file): Doc fix.
16769         * startup.el (command-line): Read standard abbrev
16770         file (abbrev-file-name), if it exists.
16772         * files.el (save-abbrevs): Default value is t.
16774         * progmodes/compile.el (compile-goto-error): Fix previous change
16775         in the case where subsequent errors have not been parsed yet
16776         because they are in a different source file.
16778 2001-11-10  Peter Kleiweg  <kleiweg@let.rug.nl>
16780         * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
16781         Merge two regular expressions into one.
16782         (ps-mode): Make local bindings for `comment-start' and
16783         `comment-start-skip'.
16784         (ps-mode-looking-at-nested): Simplify an if-else construct;
16785         use `set-match-data' to set the result.
16787 2001-11-10  Richard M. Stallman  <rms@gnu.org>
16789         * textmodes/flyspell.el (flyspell-correct-word/local-keymap):
16790         Function deleted.
16791         (flyspell-correct-word): Old definition deleted.
16792         (flyspell-correct-word/mouse-keymap): Renamed to flyspell-correct-word.
16793         All references renamed too.
16795 2001-11-10  Gerd Moellmann  <gerd@gnu.org>
16797         * Makefile.in (finder_setwins, setwins): Exclude Calc.
16799 2001-11-09  Per Abrahamsen  <abraham@dina.kvl.dk>
16801         * wid-edit.el (checklist): Removed `:menu-tag'.
16802         (radio-button-choice): Ditto.
16803         (editable-list): Ditto.
16805 2001-11-09  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
16807         * play/gomoku.el: Move definitions of constants to the beginning
16808         of file, before their use.
16810 2001-11-09  Richard M. Stallman  <rms@gnu.org>
16812         * textmodes/flyspell.el: Use the keymap property
16813         instead of local-map, and don't use a minor-mode map.
16814         (flyspell-mode-map): Variable deleted.
16815         Don't mess with minor-mode-map-alist.
16816         (calling add-minor-mode): Specify nil for keymap.
16817         And always use add-minor-mode, now that it exists.
16818         (flyspell-overlay-keymap-property-name): Set it to `keymap'.
16819         (flyspell-mode-on): Don't locally bind flyspell-mouse-map
16820         or flyspell-local-mouse-map.
16821         (make-flyspell-overlay): Use flyspell-mouse-map directly.
16822         (flyspell-mode): Doc fix.
16823         (flyspell-mode-on): Don't call make-local-hook.
16825 2001-11-09  Sam Steingold  <sds@gnu.org>
16827         * emacs-lisp/debug.el (debugger-make-xrefs):
16828         Add buttons to all symbols.
16830 2001-11-09  Andre Spiegel  <spiegel@gnu.org>
16832         * vc.el: Add John David Smith to credits.
16834         Suggested by Kalle Olavi Niemitalo <kon@iki.fi>:
16836         * vc-hooks.el (vc-error-occured): Backquotified.
16837         (vc-file-prop-obarray): Use prime length for better efficiency.
16839         * vc.el (vc-clear-context): Fill obarray with 0, not nil.
16841 2001-11-09  Eli Zaretskii  <eliz@is.elta.co.il>
16843         * info.el (Info-file-list-for-emacs): Add entries for Calc.
16845 2001-11-09  Miles Bader  <miles@gnu.org>
16847         * subr.el (functionp): Don't consider macros as functions.
16849 2001-11-08  Miles Bader  <miles@gnu.org>
16851         * subr.el (functionp): Make work correctly for macros and unbound
16852         symbols.
16854         * comint.el (comint-send-input): Fix description of
16855         `comint-process-echoes' in the doc-string.
16857 2001-11-08  Eli Zaretskii  <eliz@is.elta.co.il>
16859         * international/mule.el (make-translation-table): Doc fix.
16860         Suggested by Alex Schroeder <alex@gnu.org>.
16862 2001-11-07  Richard M. Stallman  <rms@gnu.org>
16864         * info.el (Info-fontify-node): Highlight every third menu item.
16866 2001-11-07  Per Abrahamsen  <abraham@dina.kvl.dk>
16868         * cus-edit.el (custom-face-value-create): Don't ignore the
16869         `customized-face' attribute when finding the current face spec.
16871 2001-11-07  Stefan Monnier  <monnier@cs.yale.edu>
16873         * subr.el (with-local-quit): New macro.
16874         (make-syntax-table): Always inherit.
16875         (functionp): Be more careful when `object' is a symbol.
16877         * dabbrev.el (dabbrev-completion): Use "*Completions*".
16879 2001-11-07  Paul Eggert  <eggert@twinsun.com>
16881         * dired.el (dired-move-to-filename-regexp):
16882         Do not distinguish between ASCII letters and non-ASCII characters.
16883         Don't allow comma except in the form "month day, year".
16884         Don't allow space between month name and comma.
16885         Clean up the code that checks for trailing period, comma, and space.
16886         Remove now-obsolete comments, and add more commentary about
16887         Japanese dates.
16888         Always gobble up trailing spaces, instead of doing it only sometimes.
16890 2001-11-07  Miles Bader  <miles@gnu.org>
16892         * paren.el (show-paren-match-face): Add dark-background variant.
16894 2001-11-06  Stefan Monnier  <monnier@cs.yale.edu>
16896         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Paren typo.
16897         (lisp-mode-variables): Don't set paragraph-{start,separate}.
16898         Don't disable adaptive-fill-mode.
16899         (lisp-fill-paragraph): Use tab-width rather than 8.
16900         Prevent filling the first line of docstrings.
16902 2001-11-06  Richard M. Stallman  <rms@gnu.org>
16904         * play/gomoku.el (gomoku): Doc fix.
16906         * jka-compr.el (jka-compr-partial-uncompress):
16907         Support an alternative of not using dd.
16908         (jka-compr-dd-program): Use defcustom to define this.
16909         (jka-compr-load-suffixes): Use defcustom.
16910         (jka-compr-mode-alist-additions): Use defcustom.
16912 2001-11-06  Stefan Monnier  <monnier@cs.yale.edu>
16914         * font-lock.el (font-lock-match-c-style-declaration-item-and-skip-to-next):
16915         Also work when LIMIT is further than the end of line.
16917 2001-11-06  Eli Zaretskii  <eliz@is.elta.co.il>
16919         * international/quail.el (quail-update-leim-list-file): Print the
16920         offending file name if some of its quail-define-package forms is broken.
16922 2001-11-05  Richard M. Stallman  <rms@gnu.org>
16924         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Return the value
16925         of the evaluated form.
16927 2001-11-05  Paul Eggert  <eggert@twinsun.com>
16929         * ls-lisp.el (ls-lisp-time-to-seconds): New function.
16930         (ls-lisp-format-time): Emulate GNU fileutils 4.1.1 ls, whose time
16931         stamps always line up by default.  Also, it uses a slightly
16932         different window to determine whether files are "recent".
16934 2001-11-05  Andrew Innes  <andrewi@gnu.org>
16936         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
16937         Don't attempt to remake autoloads before nuking .elc files.
16939 2001-11-04  Richard M. Stallman  <rms@gnu.org>
16941         * emacs-lisp/lisp-mode.el (last-sexp-toggle-display): Cope if
16942         previous-single-property-change or next-single-char-property-change
16943         returns nil.
16945         * international/mule-cmds.el (set-locale-environment):
16946         Make it interactive; make arg optional.
16948         * international/mule-diag.el (help-funs): Require help-funs.
16950 2001-11-04  Eli Zaretskii  <eliz@is.elta.co.il>
16952         * term/internal.el (term-setup-hook): Add IT-setup-unicode-display.
16954 2001-11-04  Miles Bader  <miles@gnu.org>
16956         * startup.el (fancy-splash-head): Reapply Gerd's hack to make the
16957         shadow of the splash image grey on a dark background instead of black.
16959 2001-11-03  Stefan Monnier  <monnier@cs.yale.edu>
16961         * term.el (all faces): Don't (copy-face 'default <foo>).
16963         * term/xterm.el (function-key-map):
16964         Add entry for `ESC [ 3 ~' -> <delete>
16965         Add entries `ESC O 5 [ABCD]' -> C-{up,down,right,left}.
16966         Use inheritance so that .emacs and terminfo take precedence.
16968 2001-11-03  Eli Zaretskii  <eliz@is.elta.co.il>
16970         * tooltip.el (tooltip-delay): Decrease to 0.7.
16971         (tooltip-hide-delay): Enlarge to 10.
16973 2001-11-03  Richard M. Stallman  <rms@gnu.org>
16975         * startup.el (fancy-splash-tail): Explain how to recover
16976         from a crash, if there was a crash.
16977         (command-line-1): Reorganize display of startup screen,
16978         to simplify the logic.  Use a temp buffer for it.
16980 2001-11-03  Eli Zaretskii  <eliz@is.elta.co.il>
16982         * frame.el (set-background-color, set-foreground-color):
16983         Call face-set-after-frame-default, to propagate the new colors to
16984         the frame's parameters alist.
16986         * calendar/timeclock.el (timeclock-out): Signal an error if
16987         timeclock-last-event is nil.
16989 2001-11-02  Stefan Monnier  <monnier@cs.yale.edu>
16991         * textmodes/fill.el (fill-context-prefix): Fix braino.
16993         * international/quail.el (quail-help):
16994         Use `help-buffer' and move `help-setup-xref' to beginning.
16996         * international/mule-cmds.el (describe-language-environment):
16997         Use `help-buffer' and move `help-setup-xref' to beginning.
16999         * international/mule-diag.el (list-character-sets)
17000         (sort-listed-character-sets, describe-character-set)
17001         (describe-coding-system, describe-fontset, list-fontsets):
17002         Use `help-buffer' and move `help-setup-xref' to beginning.
17003         (describe-char-after): Use `internal-describe-syntax-value'.
17005 2001-11-02  Richard M. Stallman  <rms@gnu.org>
17007         * mouse.el (popup-menu): If the user refuses to select
17008         from a menu, don't try to invoke the menu.
17010 2001-11-02  Miles Bader  <miles@gnu.org>
17012         * help-mode.el (help-xref): New button type.
17013         (help-function, help-variable, help-face, help-coding-system)
17014         (help-input-method, help-character-set, help-type, help-symbol)
17015         (help-back, help-info, help-customize-variable, help-customize-face)
17016         (help-function-def, help-variable-def): Use it as a supertype.
17017         Remove `action' property.
17019         * international/mule-diag.el (describe-character-set)
17020         (describe-coding-system): Pass correct args to `help-xref-button'.
17021         (sort-listed-character-sets): New button type.
17022         (list-character-sets): Use it.
17023         (list-charset-chars): New button type.
17024         (list-character-sets-1): Use it.
17026 2001-11-01  Stefan Monnier  <monnier@rum.cs.yale.edu>
17028         * indent.el (tab-always-indent, indent-for-tab-command):
17029         Remove redundant `never' setting.
17031         * fill.el (fill-region-as-paragraph): Don't forget to skip
17032         over current whitespace before looking for a preceding space.
17034 2001-11-01  Richard M. Stallman  <rms@gnu.org>
17036         * files.el (file-newest-backup): Don't pass backup file name
17037         thru file-name-sans-versions, because it never has version numbers.
17039         * textmodes/sgml-mode.el (sgml-xml-guess): Fix regexp
17040         to avoid ambiguous nested loops.
17042         * files.el (find-file-noselect): Offer to change buffer-read-only
17043         only when the file's read-only status has changed from before
17044         as well as disagreeing with the buffer's current status.
17045         (buffer-file-read-only): New var, local in all buffers.
17047         * buff-menu.el (buffer-menu): Doc fix.
17048         (buffer-menu-other-window): Doc fix.
17049         (list-buffers, list-buffers-noselect): Doc fix.
17051 2001-11-01  Gerd Moellmann  <gerd@gnu.org>
17053         * startup.el (command-line): If the terminal Emacs is running on
17054         has erase char set to ^H, use the Backspace key for deleting
17055         backward, and the Delete key for deleting forward.
17057 2001-11-01  Miles Bader  <miles@gnu.org>
17059         * button.el (define-button-type): Make sure every user-defined
17060         button type has a supertype.
17062 2001-10-31  Jason Rumney  <jasonr@gnu.org>
17064         * international/mule-cmds.el (locale-language-names): Add chs and
17065         cht as aliases for Chinese-GB and Chinese-BIG5.
17067 2001-10-31  Richard M. Stallman  <rms@gnu.org>
17069         * bindings.el (mode-line-frame-identification): Add doc string.
17070         (mode-line-position, mode-line-modes): New variables.
17071         (mode-line-format): Use mode-line-position for the part
17072         that displays the position-in-buffer info.
17073         Use mode-line-modes for the part that displays major and minor modes.
17075 2001-10-31  Sam Steingold  <sds@gnu.org>
17077         * emacs-lisp/debug.el (debugger-make-xrefs): New function.
17078         (debugger-setup-buffer): Call it.
17079         (debugger-mode-map): Bind RET and mouse-2.
17081 2001-10-31  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
17083         * startup.el: Document command line option --no-window-system
17084         instead of --no-windows.
17086 2001-10-30  Stefan Monnier  <monnier@cs.yale.edu>
17088         * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip.
17090         * font-lock.el (java-font-lock-syntactic-face-function): New fun.
17091         (font-lock-defaults-alist): Use it.
17092         From David Ponce <david.ponce@wanadoo.fr>
17094         * progmodes/perl-mode.el (perl-indent-line): Use `eq' to compare
17095         output of `char-after'.
17097         * bindings.el (ctl-x-map): Add binding for C-x (, C-x ) and C-x e.
17099         * simple.el (reindent-then-newline-and-indent): Insert the newline
17100         before indenting the first line.
17101         (undo-get-state, undo-revert-to-state): New funs.
17102         (shell-command): Don't kill the buffer even if empty.
17103         (transpose-subr-start1, transpose-subr-start2, transpose-subr-end1)
17104         (transpose-subr-end2): Remove.
17105         (transpose-subr): Add `special' arg and simplify.
17106         (transpose-subr-1): Rewrite.
17107         (do-auto-fill): Use fill-indent-according-to-mode and fill-nobreak-p.
17108         (rfc822-goto-eoh): Simplify.
17110 2001-10-30  Richard M. Stallman  <rms@gnu.org>
17112         * enriched.el (enriched-face-ans): Fix previous change.
17114 2001-10-30  Gerd Moellmann  <gerd@gnu.org>
17116         * international/iso-acc.el (iso-accents-compose): Remove a
17117         superfluous setq.
17119 2001-10-30  Eli Zaretskii  <eliz@is.elta.co.il>
17121         * buff-menu.el (list-buffers-noselect): If the buffer's name
17122         starts with a blank, but it visits a file, do show it (for files
17123         whose names start with a blank).
17125 2001-10-30  Stefan Monnier  <monnier@cs.yale.edu>
17127         * textmodes/fill.el (sentence-end-double-space)
17128         (sentence-end-without-period): Move to paragraphs.el.
17129         (fill-indent-according-to-mode): Change default to t.
17130         (fill-context-prefix): Simplify control-flow and use a more
17131         sophisticated merge that unifies both previous checks.
17132         (fill-single-word-nobreak-p, fill-french-nobreak-p): New funs.
17133         (fill-nobreak-predicate): Make it into a defcustom'd hook.
17134         (fill-nobreak-p): New fun.
17135         (fill-region-as-paragraph): Use it.
17136         Handle `fill-indent-according-to-mode' slightly differently.
17137         (fill-individual-paragraphs-prefix): Simplify the control-flow.
17138         (fill-individual-paragraphs-citation): Fix.
17140         * textmodes/paragraphs.el (use-hard-newlines): Use define-minor-mode.
17141         (paragraph-start): Change default to the `text-mode' value.
17142         (sentence-end-double-space, sentence-end-without-period):
17143         Move from fill.el.
17144         (forward-paragraph): Use `parstart' and `parsep' for temp variables
17145         rather than rebinding `paragraph-start' and `paragraph-separate'.
17147         * indent.el (indent-line-function): Change default to indent-relative.
17148         (tab-always-indent): Add an `never' setting.
17149         (indent-according-to-mode): Handle `indent-relative' and
17150         `indent-relative-maybe' specially.
17151         (indent-for-tab-command): Rename `prefix-arg' to `arg'.
17152         Handle the `never' case for `tab-always-indent'.
17153         Don't call indent-according-to-mode for indent-relative' and
17154         `indent-relative-maybe'.
17155         (insert-tab): Rename `prefix-arg' to `arg'.
17156         (indent-region): Indent the first line as well.
17157         (indent-relative): Don't mark the buffer modified if the indentation
17158         is unchanged.
17160         * textmodes/text-mode.el (paragraph-indent-minor-mode):
17161         Don't set paragraph-separate.  Set paragraph-start more carefully.
17162         Set indent-line-function.
17163         (paragraph-indent-text-mode): Use it and define-derived-mode.
17164         (text-mode-map): Remove the \t binding.
17165         (text-mode): Simplify now that the default is more favorable.
17167 2001-10-29  Stefan Monnier  <monnier@cs.yale.edu>
17169         * emacs-lisp/find-func.el (find-function-search-for-symbol):
17170         If the regexp doesn't match, use a looser one.
17171         (find-variable-noselect): Add `file' argument.
17173         * pcvs.el (cvs-mode-commit-hook): New hook.
17174         (cvs-mode-commit): Run it.
17176         * log-edit.el (log-edit): Run hook after `log-edit-files'.
17178         * emacs-lisp/edebug.el (delay-mode-hooks): Add edebug-spec.
17179         (edebug-instrument-function): Use `find-function-noselect'.
17181 2001-10-29  Richard M. Stallman  <rms@gnu.org>
17183         * term.el (term-if-emacs19): Macro deleted.
17184         Callers changed to use progn instead.
17186         * frame.el (blink-cursor-mode): Doc fix.
17188         * files.el (find-backup-file-name): Use make-backup-file-name.
17190         * emacs-lisp/edebug.el (edebug-window-live-p): Always alias to
17191         window-live-p.
17192         (edebug-set-conditional-breakpoint): Unconditionally use
17193         the former Emacs >=19 definition.
17194         (edebug-mark): Define unconditionally.
17195         (edebug-eval-expression): Always call read-from-minibuffer
17196         and specify history list.
17197         (edebug-lemacs-specific): Override emacs-mark, edebug-window-live-p,
17198         edebug-set-conditional-breakpoint.
17199         (edebug-emacs-version-specific): Function deleted;
17200         do the job at top level.
17201         (edebug-emacs-19-specific): Function deleted, this is the default.
17203 2001-10-29  Sam Steingold  <sds@gnu.org>
17205         * w32-fns.el (convert-standard-filename): Handle cygwin-specific
17206         "/cygdrive/LETTER/" pathnames.
17208 2001-10-29  Eli Zaretskii  <eliz@is.elta.co.il>
17210         * faces.el (invert-face): Check for 'unspecified, not for nil,
17211         when testing whether face colors are not specified.
17212         From David.Kastrup@t-online.de (David Kastrup).
17213         (read-face-name): Doc fix.
17214         (make-face-bold, make-face-unbold, make-face-italic)
17215         (make-face-unitalic, make-face-bold-italic, invert-face):
17216         Remove trailing blank from the prompt passed to read-face-name.
17218 2001-10-29  Sam Steingold  <sds@gnu.org>
17220         * emacs-lisp/bytecomp.el (byte-recompile-directory):
17221         Report numbers of files skipped and failed too.
17222         (byte-compile-file): Return 'no-byte-compile for skipped files.
17224 2001-10-29  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
17226         * log-view.el (log-view-mode-map): Bind `M-n' and `M-p', not `M n'
17227         and `M p'.
17229 2001-10-29  Gerd Moellmann  <gerd@gnu.org>
17231         * international/iso-acc.el (iso-accents-compose): Push SECOND-CHAR
17232         as is on unread-command-events instead of `(SECOND-CHAR)'.
17234 2001-10-29  Andre Spiegel  <spiegel@gnu.org>
17236         * vc.el: Mention vc-*-switches in backend API documentation.
17237         (vc-annotate): Adapt doc string to recent change.
17239 2001-10-29  Gerd Moellmann  <gerd@gnu.org>
17241         * enriched.el (enriched-face-ans): Handle face attributes
17242         of the form `(FACE1 FACE2 ...)'.
17244         * dired-x.el (dired-omit-startup): Show ``Omit'' only in Dired buffers.
17246 2001-10-29  Alex Schroeder  <kensanata@yahoo.com>
17248         * progmodes/sql.el (sql-mysql): Doc change by RMS.
17250         * progmodes/sql.el (sql-db2): Doc change.
17251         (sql-help): Doc change by Christian Egli <christian.egli@stest.ch>.
17252         (sql-mysql): Doc change by Christian Egli <christian.egli@stest.ch>.
17254 2001-10-29  Gerd Moellmann  <gerd@gnu.org>
17256         * env.el (substitute-env-vars): Don't quote argument to `rx';
17257         it's a macro.
17259 2001-10-28  Per Abrahamsen  <abraham@dina.kvl.dk>
17261         * cus-start.el (recursive-load-depth-limit): Added.
17263 2001-10-28  Richard M. Stallman  <rms@gnu.org>
17265         * textmodes/ispell.el (version18p, version20p): Vars deleted.
17266         All uses removed--assume Emacs version is >= 20.
17268         * mail/supercite.el (sc-emacs-features): Test for "Emacs 19"
17269         by really checking that it is not version 18.
17271         * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
17273 2001-10-28  Miles Bader  <miles@gnu.org>
17275         * faces.el (face-attribute): Add INHERIT argument, consider face
17276         inheritance if it's non-nil.
17277         (face-attribute-merged-with): New function.
17278         (face-attribute-specified-or): New macro.
17279         (face-foreground, face-background, face-stipple): Add INHERIT
17280         argument.  Use `face-attribute-specified-or'.
17282 2001-10-28  Stefan Monnier  <monnier@cs.yale.edu>
17284         * font-lock.el: Require `syntax'.
17285         (font-lock-defaults-alist): Don't define keywords for lisp languages.
17286         Use `c-font-lock-syntactic-face-function' for c languages.
17287         (font-lock-mode): Don't unset vars when turning the mode off.
17288         (font-lock-default-fontify-buffer): Don't unset vars at the end.
17289         (font-lock-extra-managed-props): New var.
17290         (font-lock-default-unfontify-region): Use it.
17291         (font-lock-apply-syntactic-highlight): Flush the syntax cache.
17292         Don't eval the value when there's no match.
17293         (font-lock-ppss-stats): New var.
17294         (font-lock-ppss): New fun.
17295         (font-lock-fontify-syntactically-region): Use it and syntax.ppss.
17296         (font-lock-apply-highlight): Allow `highlight' to set several props.
17297         (font-lock-set-defaults): Use dolist.
17298         (font-lock-unset-defaults): Remove.
17299         (font-lock-match-c-style-declaration-item-and-skip-to-next):
17300         Try to recognize prototypes using `foo P_ ((args))'.
17301         ({c,c++,java,objc}-font-lock-keywords-{1,2,3}): Don't setq a defconst.
17302         (c-font-lock-keywords-2): Fix last change to still use Anders' trick.
17303         (c-font-lock-syntactic-face-function): New function.
17304         (font-lock-match-c++-style-declaration-item-and-skip-to-next)
17305         (c++-keywords): Use a more sophisticated regexp to handle
17306         shallowly nested templates.
17308 2001-10-27  Stefan Monnier  <monnier@cs.yale.edu>
17310         * textmodes/sgml-mode.el (sgml-empty-tags): New var.
17311         (sgml-tag): Use it.  Cleanup with `cond'.
17312         (sgml-tags-invisible): Make sgml-tags-invisible buffer-local.
17313         Mark the overlays and only delete those that are marked.
17314         (sgml-skip-close-p): Remove.
17315         (sgml-value): Replace sgml-skip-close-p with its definition.
17316         (html-tag-alist): Use sgml-xml a bit more.
17317         (html-mode): Set sgml-empty-tags.
17319         * textmodes/texnfo-upd.el: Use `when', `dolist', `push', ...
17320         (texinfo-update-node, texinfo-sequential-node-update):
17321         Don't bind the obsolete `auto-fill-hook'.
17322         (texinfo-multi-file-included-list,texinfo-multi-file-master-menu-list):
17323         Use `set-buffer' rather than `switch-to-buffer'.
17324         (texinfo-multi-file-update): Use "Top" rather than `up-node-name'.
17325         Use `set-buffer' rather than `switch-to-buffer'.
17327         * mail/sendmail.el (mail-mode-syntax-table): Let it inherit from
17328         text-mode-syntax-table.
17329         (mail-mode): Use define-derived-mode.
17330         Fix ordering of alternatives in adaptive-fill-regexp.
17331         (mail-mode-map): Don't rely on keymap's internal representation.
17333 2001-10-27  Sam Steingold  <sds@gnu.org>
17335         * textmodes/sgml-mode.el (sgml-xml): Renamed from `html-xhtml'.
17336         (sgml-xml-guess): Extracted from `html-mode' and generalized.
17337         (sgml-mode-common): Call it.
17338         (sgml-mode, html-mode): Set `mode-name' based on `sgml-xml'.
17339         (sgml-tag, sgml-skip-close-p, html-tag-alist, html-line)
17340         (html-horizontal-rule, html-image, html-ordered-list):
17341         (html-unordered-list, html-list-item, html-paragraph):
17342         (html-checkboxes, html-radio-buttons): Use `sgml-xml' instead of
17343         `html-xhtml'.
17345 2001-10-26  Masayuki Ataka  <ataka@milk.freemail.ne.jp>
17347         * textmodes/texinfmt.el (texinfo-format-ifnotinfo): New function.
17348         (ifnothtml): New alias.
17350 2001-10-27  Stefan Monnier  <monnier@cs.yale.edu>
17352         * textmodes/text-mode.el (text-mode): Use define-derived-mode.
17353         (toggle-text-mode-auto-fill): Use derived-mode-p.
17355 2001-10-27  Gerd Moellmann  <gerd.moellmann@t-online.de>
17357         * net/ange-ftp.el (ange-ftp-send-cmd): Call fix-name-func for
17358         `mdtm'.  From "Forrest Cahoon" <forrest.cahoon@merrillcorp.com>.
17360 2001-10-26  Eli Zaretskii  <eliz@is.elta.co.il>
17362         * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
17363         Add make-obsolete cookies, to follow faces.el.
17365         These changes avoid warnings from the byte compiler in faces.el:
17367         * faces.el (internal-get-face): Use facep instead of the obsolete
17368         internal-find-face.
17369         (internal-frob-font-weight, internal-frob-font-slant):
17370         New defaliases for obsolete functions.
17371         (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
17372         (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
17373         (x-make-font-bold-italic): Use internal-frob-font-weight and
17374         internal-frob-font-slant aliases instead of the obsolete
17375         x-frob-... functions.
17377 2001-10-26  Sam Steingold  <sds@gnu.org>
17379         * textmodes/sgml-mode.el (html-mode): Set `html-xhtml' from the
17380         DOCTYPE; set `mode-name' based on it.
17381         (html-tag-alist): Use `html-xhtml' for "li", "dt" and "dd".
17382         (sgml-tag): Close empty tags in XHTML.
17384 2001-10-26  Jason Rumney  <jasonr@gnu.org>
17386         * w32-fns.el: (w32-charset-info-alist): Use ANSI for iso10646-1
17387         when UNICODE is not defined.
17389 2001-10-26  Sam Steingold  <sds@gnu.org>
17391         * font-lock.el (c-font-lock-keywords-2): Do not require labels to
17392         be alone on the line.
17394 2001-10-26  Eli Zaretskii  <eliz@is.elta.co.il>
17396         * button.el (button): Special face definition for MS-DOS terminals.
17398 2001-10-26  Sam Steingold  <sds@gnu.org>
17400         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
17401         Protect the /= test by checking that the args are non-nil.
17402         (sh-font-lock-close-heredoc): Check eof for being non-nil.
17404 2001-10-26  Tomas Abrahamsson  <tab@lysator.liu.se>
17406         * textmodes/artist.el (artist-version): 1.2.4.
17407         (artist-butlast-fn): New variable.
17408         (artist-butlast): New function.
17409         (artist-ellipse-mirror-quadrant): Use it.
17410         (artist-mouse-draw-poly): Use nil for `point-list'.
17411         (artist-mouse-draw-poly): Check for point-list being nil.
17413 2001-10-26  Peter Kleiweg  <kleiweg@let.rug.nl>
17415         * progmodes/ps-mode.el (ps-mode-print-function): Remove quote for
17416         lambda expression.
17417         (ps-mode-menu-main): Submenu with options on/off was replaced with
17418         a toggle button.
17419         (ps-mode, ps-run-mode): Define with `define-derived-mode'
17420         (ps-mode): Autoload cookie added on same line as comment
17421         (ps-mode-tabkey, ps-mode-backward-delete-char):
17422         (ps-mode-r-balance): Replace `delete-horizontal-space' and
17423         `indent-to' with `indent-line-to'
17424         (ps-mode-print-buffer, ps-mode-print-region): Use `funcall'
17425         instead of `eval'.
17426         (ps-mode-print-region): Use `with-temp-buffer'.
17427         (ps-run-start): Use of `mapconcat'.  Use `apply' instead of `eval'.
17428         (numerous places): Add back-tick and tick around names in
17429         docstrings, fix punctuation in docstrings, remove trailing spaces.
17431 2001-10-25  Stefan Monnier  <monnier@cs.yale.edu>
17433         * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Ignore comments.
17434         (sgml-font-lock-keywords-2): Use `eval'.  Moved from sgml-mode-common.
17435         (sgml-font-lock-syntactic-keywords): New var.
17436         (sgml-mode-common): Drop the two args.
17437         Don't make buffer-local variables that aren't used.
17438         Don't set sgml-font-lock-keywords-2 now that it uses `eval instead.
17439         Don't set `before-string' props from sgml-display-text.
17440         (sgml-mode): Use define-derived-mode.
17441         (sgml-tags-invisible): Use sgml-display-text.
17442         (sgml-quote): New command.
17443         (html-tag-alist): Add args for `span'.
17444         (html-mode): Use define-derived-mode.
17445         Set sgml-display-text and sgml-tag-face-alist.
17447 2001-10-25  Sam Steingold  <sds@gnu.org>
17449         * add-log.el (add-log-always-start-new-record): New user option.
17450         (add-change-log-entry): Use it.
17452 2001-10-25  Richard M. Stallman  <rms@gnu.org>
17454         * progmodes/etags.el (tags-query-replace): Make tags-loop-scan
17455         bind case-fold-search if FROM is not all lower case.
17457 2001-10-25  Gerd Moellmann  <gerd@gnu.org>
17459         * startup.el (normal-top-level): Check for frame-initial-frame
17460         only if it's really used.
17462         * mail/mh-utils.el (mh-recenter): Call recenter with arg `(4)'.
17464         * progmodes/compile.el (compilation-parse-errors-filename-function):
17465         New variable.
17466         (compilation-parse-errors): Use it.
17468 2001-10-25  Stefan Monnier  <monnier@cs.yale.edu>
17470         * emacs-lisp/checkdoc.el (checkdoc-eval-defun): Call eval-defun
17471         interactively so that C-u M-C-x still does edebug.
17472         (checkdoc-sentencespace-region-engine): Don't force a double-space
17473         after `.' if it doesn't look like an end-of-sentence.
17474         (debug-ignored-errors): Add `disambiguate ...'.
17476 2001-10-24  Stefan Monnier  <monnier@cs.yale.edu>
17478         * textmodes/texinfo.el (texinfo-environments)
17479         (texinfo-environment-regexp): Hoist.
17480         (texinfo-font-lock-keywords): Use `italic' and `bold' faces.
17481         Only highlight the menu name in menu items.
17482         Setup `@foo ... @end foo' as text clones.
17483         (texinfo-clone-environment): New function.
17484         (texinfo-mode): Simplify auto-fill-inhibit-regexp.
17485         (texinfo-insert-block): Simplify.
17486         (texinfo-insert-quote): Insert a plain " if preceded by \ or if
17487         the command is repeated.
17488         (texinfo-last-unended-begin, texinfo-next-unmatched-end): New funs.
17489         (texinfo-insert-@end): Simplify.
17491         * textmodes/texnfo-upd.el (texinfo-section-types-regexp)
17492         (texinfo-section-level-regexp, texinfo-subsection-level-regexp)
17493         (texinfo-subsubsection-level-regexp)
17494         (texinfo-update-menu-same-level-regexps)
17495         (texinfo-update-menu-higher-regexps)
17496         (texinfo-update-menu-lower-regexps): Hoist to eliminate warnings.
17498         * derived.el (define-derived-mode): Use {delay,run}-mode-hooks.
17499         (derived-mode-p): Autoload.
17501         * subr.el (delay-mode-hooks, delayed-mode-hooks, run-mode-hooks):
17502         New vars and functions.
17503         (text-clone-maintain, text-clone-create): New functions.
17505 2001-10-25  Miles Bader  <miles@gnu.org>
17507         * facemenu.el (facemenu-add-new-face): Fix variable names.
17509 2001-10-24  Richard M. Stallman  <rms@gnu.org>
17511         * facemenu.el (facemenu-unlisted-faces): Improve doc strings
17512         of t and nil values.
17513         (facemenu-set-face): Handle START and END interactively.
17514         (facemenu-set-foreground): Don't use a face; specify color directly.
17515         (facemenu-set-background): Likewise.
17516         (facemenu-set-face-from-menu): Doc fix.
17517         (facemenu-active-faces): Use face-attribute-vector
17518         to handle bare attributes not in faces.
17519         (facemenu-get-face): Don't handle face names fg:... and bg:...
17520         specially.
17521         (facemenu-add-new-face): New argument MENU.
17522         New way to handle adding colors to the color menus.
17524         * env.el (substitute-env-vars): Quote the arg to rx.
17526 2001-10-24  Sam Steingold  <sds@gnu.org>
17528         * mouse.el (mouse-buffer-menu-mode-groups): Added "Version
17529         Control" and "SGML" groups.
17531 2001-10-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
17533         * progmodes/cc-engine.el (c-beginning-of-member-init-list):
17534         Better handling of C++ template args to avoid confusion with `<'
17535         and `>' used as operators in member init expressions.
17537 2001-10-24  Gerd Moellmann  <gerd@gnu.org>
17539         * replace.el (perform-replace): Move START and END parameters
17540         to the end of the argument list and make them optional.
17542         * progmodes/ebrowse.el, progmodes/etags.el: Adapt to change in
17543         perform-replace.
17545         * international/fontset.el (x-must-resolve-font-name): New function.
17546         (x-complement-fontset-spec): Use it.
17548 2001-10-23  Stefan Monnier  <monnier@cs.yale.edu>
17550         * uniquify.el (uniquify-get-proposed-name): Fix (.. "usr" "/usr" 0).
17552         * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
17553         Turn caadr into caar of cdr.
17555 2001-10-23  Gerd Moellmann  <gerd@gnu.org>
17557         * info.el (Info-fontify-node): Bind down-mouse-{1,2} instead
17558         of mouse-{1,2} since dragging is on the down event.
17560         * play/doctor.el (make-doctor-variables): Remove a '($ please)'.
17562         * mail/mh-utils.el (mh-recenter): Call `recenter' with arg t
17563         if ARG is nil.
17565         * desktop.el (desktop-last-buffer): New variable.
17566         (desktop-create-buffer): Set it.
17567         (desktop-read): Bind it and switch to that buffer.
17569 2001-10-22  Gerd Moellmann  <gerd@gnu.org>
17571         * progmodes/compile.el (compilation-set-window-height):
17572         Select old window only if it's still live.
17574 2001-10-22  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
17576         * help-mode.el (help-buffer): Remove debugging code.
17577         From Stefan Monnier <monnier@cs.yale.edu>.
17579 2001-10-22  Eli Zaretskii  <eliz@is.elta.co.il>
17581         * files.el (file-name-sans-extension, file-name-extension):
17582         Don't count the leading dots in file names as signaling an extension.
17584 2001-10-22  Andre Spiegel  <spiegel@gnu.org>
17586         * vc.el (vc-diff-switches): Doc rewritten.
17588 2001-10-22  Eli Zaretskii  <eliz@is.elta.co.il>
17590         * tooltip.el (tooltip-set-param): Doc fix.
17592         * textmodes/sgml-mode.el (sgml-mode-map): Bind 8-bit codes above
17593         127 to sgml-maybe-name-self.
17594         (sgml-name-8bit-mode): Doc fix.
17595         (sgml-char-names-table): New variable.
17596         (sgml-name-char): Support non-ASCII and mule-unicode-*
17597         characters.  Doc fix.
17598         (sgml-maybe-name-self): Convert unibyte characters to multibyte.
17600         * tooltip.el (tooltip-x-offset, tooltip-y-offset): Mention in the
17601         doc string the effect of `left' and `top' parameters in
17602         tooltip-frame-parameters, the default values, and the units.
17603         (tooltip-frame-parameters): Mention `top' and `left' in the doc string.
17604         (tooltip-show): Mention in the doc string the `top' and `left'
17605         parameters in tooltip-frame-parameters, and x-max-tooltip-size.
17607 2001-10-22  Andre Spiegel  <spiegel@gnu.org>
17609         Add autoscaling support for vc-annotate.
17610         From J.D. Smith <jdsmith@alum.mit.edu>.
17612         * vc.el (vc-annotate-display-default): Accept colormap scaling
17613         ratio (now deprecated).
17614         (vc-annotate-display-autoscale): Added.
17615         (vc-annotate-add-menu): New autoscaling menu options "Span to
17616         Oldest" and "Span Oldest->Newest".  Easymenu support added for
17617         toggle menus driven by customize variable `vc-annotate-display-mode'.
17618         (vc-annotate-display-select): Added.
17619         (vc-annotate): Changed temp-buffer-show-function to
17620         `vc-annotate-display-select'.
17621         (vc-annotate-display): Removed arguments BUFFER and BACKEND.
17622         Added argument OFFSET.  Instead of backend function, calls now
17623         generic `vc-annotate-difference'.
17624         (vc-annotate-difference): Added as generic function instead of
17625         backend-specific function.  No longer takes argument POINT, but
17626         instead accepts a time OFFSET.
17627         (vc-default-annotate-current-time): Added.
17629         * vc-cvs.el (vc-cvs-annotate-difference): Removed to generic
17630         version in vc.el, with
17631         (vc-cvs-annotate-current-time): Added, as override of default.
17632         (vc-cvs-annotate-time): Added.  Taken mostly from the (now removed)
17633         `vc-cvs-annotate-difference'.
17635 2001-10-22  Gerd Moellmann  <gerd@gnu.org>
17637         * saveplace.el (save-place): Require `saveplace'.
17639         * progmodes/cwarn.el (cwarn-font-lock-feature-keywords-alist):
17640         Use `sexp' for :value-type instead of `face'.
17642 2001-10-21  Eli Zaretskii  <eliz@is.elta.co.il>
17644         * mail/rmailsum.el (rmail-summary-font-lock-keywords): Fix the
17645         regexps due to 5-digit message IDs.
17647 2001-10-21  Jason Rumney  <jasonr@gnu.org>
17649         * term/w32-win.el (redisplay-dont-pause): Don't set.
17651 2001-10-21  Miles Bader  <miles@gnu.org>
17653         * help-funs.el (help-manyarg-func-alist): Variable removed.
17655 2001-10-21  Miles Bader  <miles@gnu.org>
17657         * help-funs.el (help-manyarg-func-alist): Remove entries for
17658         `insert', `insert-and-inherit', `insert-before-markers',
17659         `insert-before-markers-and-inherit', `message', `message-box',
17660         `message-or-box', `propertize', `format', `encode-time', `append',
17661         `concat', `vconcat', `nconc', `widget-apply', `make-hash-table',
17662         `insert-string', `ml-if', `ml-provide-prefix-argument', and
17663         `ml-prefix-argument-loop'.
17665 2001-10-21  Andre Spiegel  <spiegel@gnu.org>
17667         * vc.el (vc-diff-internal, vc-coding-system-for-diff)
17668         (vc-default-diff-tree): New functions.
17669         (vc-version-diff): Use them.  As a result, coding systems are now
17670         set up properly for all sorts of diffs, and tree diffs can now
17671         also be done locally.
17672         (vc-diff): With a prefix argument, don't require that it's called
17673         from a buffer under version control.
17674         (diff-switches): Remove duplicate definition.
17676         * vc-cvs.el (vc-cvs-diff-tree): New function.
17678 2001-10-21  Miles Bader  <miles@gnu.org>
17680         * help-funs.el (help-manyarg-func-alist): Remove entries for
17681         `list', `vector', `make-byte-code', `call-process',
17682         `call-process-region', `string', `+', `-', `*', `/', `max', `min',
17683         `logand', `logior', and `logxor'.
17685         * wid-edit.el (checkbox): Swap bg/fg colors in image, and invert
17686         image bits to compensate.  Use `make-string' instead of
17687         `make-bool-vector' (XBM apparently wants byte-aligned rows).
17689 2001-10-20  Kim F. Storm  <storm@cua.dk>
17691         * simple.el (kill-ring-save): Don't show extent of copied region
17692         if using transient-mark-mode and region is fully visible.
17694 See ChangeLog.9 for earlier changes.
17696 ;; Local Variables:
17697 ;; coding: iso-2022-7bit
17698 ;; End:
17700     Copyright (C) 2001, 2002 Free Software Foundation, Inc.
17701   Copying and distribution of this file, with or without modification,
17702   are permitted provided the copyright notice and this notice are preserved.