(cvs-examine): Respect `find-file-visit-truename'.
[emacs.git] / lisp / ChangeLog
blob38ccf0197d39449e5407533ff9bec515775a7111
1 2003-04-20  Sam Steingold  <sds@gnu.org>
3         * pcvs.el (cvs-examine): Respect `find-file-visit-truename'.
5 2003-04-20  Glenn Morris  <gmorris@ast.cam.ac.uk>
7         * which-func.el (which-func-modes): Add f90-mode.
8         (which-function): Handle imenu submenus.
10         * progmodes/fortran.el (fortran-abbrev-start): Make XEmacs
11         compatible.
13         * progmodes/f90.el (f90-font-lock-keywords-2): Use override for
14         font-lock-variable-name-face in declarations.  Highlight
15         continuation characters.
16         (f90-indent-new-line): Remove direct call to f90-indent-line-no,
17         f90-update-line.
18         (f90-abbrev-start): Fix XEmacs compatibility.
20 2003-04-19  Richard M. Stallman  <rms@gnu.org>
22         * desktop.el (desktop-buffer-mh): Don't require mh-e;
23         it causes trouble in compilation.
25         * add-log.el (add-log-current-defun-function): Add autoload cookie.
27         * newcomment.el (comment-use-syntax): Add autoload cookie.
29         * emacs-lisp/bytecomp.el (byte-compile-log-file)
30         (byte-recompile-directory): Don't use byte-goto-log-buffer.
31         Instead, set default-directory and then call compilation-mode.
32         (byte-compile-from-buffer): Force byte-compile-last-position
33         to end of buffer before issuing final warnings.
35 2003-04-18  Stefan Monnier  <monnier@cs.yale.edu>
37         * emulation/cua-base.el (cua-mode): Use define-minor-mode.
38         (cua-global-mark-face): Fix face format.
40         * emacs-lisp/easy-mmode.el (define-minor-mode): Only echo a message
41         if the body didn't do so already.
42         (easy-mmode-define-keymap): Remove unused var `suppress'.
44         * view.el (view-read-only): Move to files.el.
45         * files.el (view-read-only): Move from view.el.
47 2003-04-17  Stefan Monnier  <monnier@cs.yale.edu>
49         * files.el (view-read-only): Don't declare a second time.
50         (find-file-read-only, find-file-read-only-other-window)
51         (find-file-read-only-other-frame): Check that file does exist.
52         (large-file-warning-threshold): New custom.
53         (find-file-noselect): Use it.
54         (report-errors): New macro.
55         (normal-mode): Use it.
56         (toggle-read-only): Really toggle, even if view-mode is on.
57         (parse-colon-path): Remove unused `cd-prefix' var.
58         (make-backup-file-name-1): Remove unused `failed' var.
59         (basic-save-buffer): Remove unused `tempsetmodes' var.
60         (basic-save-buffer-2): Remove unused `temp' var.
61         (insert-directory): Remove unused `available' var.
63 2003-04-17  John Paul Wallington  <jpw@gnu.org>
65         * hexl.el (hexl-find-file): Bind `default-major-mode' to
66         `fundamental-mode'.
68 2003-04-16  Stefan Monnier  <monnier@cs.yale.edu>
70         * reveal.el (reveal-post-command): Use overlay-get for overlays.
72 2003-04-16  Kenichi Handa  <handa@m17n.org>
74         * international/mule-cmds.el (describe-language-environment):
75         At first, require all necessary features.
77 2003-04-16  Dave Love  <fx@gnu.org>
79         * progmodes/xscheme.el: Moved from lisp directory.
81 2003-04-16  Glenn Morris  <gmorris@ast.cam.ac.uk>
83         * progmodes/f90.el (f90-indent-to, f90-indent-line-no)
84         (f90-no-block-limit, f90-end-of-block, f90-beginning-of-block)
85         (f90-comment-region, f90-indent-line, f90-indent-region)
86         (f90-find-breakpoint, f90-block-match): Trivial simplifications.
87         (f90-looking-at-do, f90-looking-at-select-case)
88         (f90-looking-at-if-then, f90-looking-at-where-or-forall):
89         Drop XEmacs 19 support and simplify.
90         (f90-indent-new-line): No need for case-fold-search.  Simplify.
91         (f90-fill-region): Make marker nil when done.  Simplify.
93         * progmodes/fortran.el (fortran-column-ruler): Minor doc change.
95 2003-04-16  Richard M. Stallman  <rms@gnu.org>
97         * man.el (Man-follow-manual-reference): Don't require match
98         when calling completing-read.
100 2003-04-15  Glenn Morris  <gmorris@ast.cam.ac.uk>
102         * progmodes/fortran.el: Whitespace changes, some re-ordering of
103         code, trivial commentary change.
104         (fortran, fortran-indent, fortran-comment)
105         (fortran-tab-mode-default, fortran-continuation-indent)
106         (fortran-comment-indent-style, fortran-blink-matching-if)
107         (fortran-continuation-string, fortran-electric-line-number)
108         (fortran-break-before-delimiters, fortran-mode-hook)
109         (fortran-end-prog-re, fortran-imenu-generic-expression):
110         Minor doc changes.
111         (fortran-tab-mode-minor-mode-string): New variable.
112         (fortran-tab-mode-string): Now customization is meaningful.
113         (fortran-column-ruler-fixed, fortran-column-ruler-tab)
114         (fortran-analyze-depth): Use defcustom.
115         (fortran-if-start-re, fortran-end-prog-re1, fortran-fill)
116         (fortran-break-line, fortran-prepare-abbrev-list-buffer)
117         (fortran-auto-fill): Add doc string.
118         (fortran-type-types): New constant (was local to let binding).
119         (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
120         (fortran-font-lock-syntactic-keywords): Initialize in defvar.
121         (fortran-font-lock-keywords-3): Initialize in defvar.  Use 1+ now
122         depth of fortran-type-types has changed.  Remove extra and.
123         (fortran-mode-menu): Minor re-organization.  Use lookup-key.
124         (fortran-mode): Doc changes.  Some re-organization.
125         Use fortran-tab-mode-minor-mode-string.
126         (fortran-comment-indent): Add doc string.  Move save-excursion.
127         Use 1+.
128         (fortran-indent-comment, fortran-fill-statement):
129         Change interactive spec.  Use unless.
130         (fortran-comment-region): Doc change.  Reverse logic of arg
131         test.  Use zerop.
132         (fortran-abbrev-start, fortran-split-line)
133         (fortran-electric-line-number, fortran-indent-subprogram)
134         (fortran-strip-sequence-nos): Change interactive spec.
135         (fortran-remove-continuation): Add doc string.  Use when.
136         (fortran-numerical-continuation-char): Doc change.  Use 1+.
137         (fortran-previous-statement, fortran-next-statement)
138         (fortran-beginning-do, fortran-calculate-indent)
139         (fortran-end-do, fortran-end-if, fortran-beginning-if):
140         Use zerop, 1+, 1-.
141         (fortran-blink-match, fortran-check-for-matching-do): Use when.
142         (fortran-indent-line): Change interactive spec.  Remove un-needed
143         if.  Use when.
144         (fortran-indent-to-column): Doc change.  Use when, unless.
145         (fortran-find-comment-start-skip): No longer interactive.
146         (fortran-analyze-file-format): Minor doc change.
147         Remove un-needed setq.
148         (minor-mode-alist): Use add-to-list.
149         (fortran-fill-paragraph): Change interactive spec, doc string.
151         * progmodes/f90.el: Whitespace changes, trivial commentary changes.
152         (f90, f90-indent, f90-program-indent, f90-continuation-indent)
153         (f90-indented-comment-re, f90-imenu-generic-expression)
154         (f90-mark-subprogram, f90-join-lines): Minor doc changes.
155         (f90-menu): Shift definition to initialization of f90-mode-map.
156         Add customization section.
157         (f90-mode): Minor doc change.  Do not call easy-menu-add.
158         Set `beginning-of-defun-function' and `end-of-defun-function' to
159         appropriate F90 functions.
160         (f90-indent-line, f90-indent-line, f90-indent-subprogram)
161         (f90-break-line, f90-do-auto-fill, f90-insert-end)
162         (f90-upcase-keywords, f90-capitalize-keywords)
163         (f90-downcase-keywords): Change interactive spec.
165 2003-04-14  Stefan Monnier  <monnier@cs.yale.edu>
167         * font-lock.el (font-lock-multiline, font-lock-fontified)
168         (font-lock-set-defaults): Move back from font-core.el and merge
169         it back with font-lock-set-defaults-1.
170         (font-lock-mode-internal): New function (basically the body of
171         the old font-lock-mode minor mode).
173         * font-core.el (font-lock-maximum-size, font-lock-verbose): Remove.
174         (font-lock-multiline, font-lock-fontified, font-lock-set-defaults):
175         Move back to font-lock.el
176         (font-lock-default-function): Use font-lock-mode-internal.
178         * files.el (auto-mode-alist): Add entries for *.ins and *.dtx.
179         (recover-file): Abbreviate file name in messages.
181         * textmodes/tex-mode.el (latex-mode-map): Bind latex-split-block.
182         (tex-font-lock-keywords-2): Comment out unused var `type'.
183         (tex-guess-mode): New name for old `tex-mode'.
184         (tex-mode): Make it a derived mode of text-mode.
185         (plain-tex-mode, latex-mode): Change parent from text-mode to tex-mode.
186         (tex-common-initialization): Don't setup syntax-table any more.
187         (tex-validate-buffer): Remove unused var `oend'.
188         Use with-current-buffer and line-beginning-position.
189         (tex-recenter-output-buffer): Remove unused var `old-buffer'.
190         (latex-indent): Return `noindent' if no indentation can happen.
191         (doctex-font-lock-^^A, doctex-font-lock-syntactic-face-function)
192         (doctex-font-lock-syntactic-keywords, doctex-font-lock-keywords)
193         (doctex-mode): New funs for DocTeX mode, derived from LaTeX mode.
195         * font-lock.el (font-lock-preprocessor-face): New var and face.
197 2003-04-14  Andrew Choi  <akochoi@shaw.ca>
199         * term/mac-win.el: Unconditionally set process-connection-type to nil.
201 2003-04-14  Richard M. Stallman  <rms@gnu.org>
203         * derived.el (define-derived-mode): Make generated code work in
204         Emacs versions that do not have run-mode-hooks.
206         * emacs-lisp/lisp-mode.el (last-sexp-toggle-display):
207         At end of buffer, run the global binding of the same key.
209         * international/mule.el (after-insert-file-set-coding):
210         Properly treat INSERTED as number of characters, for both
211         for both the argument and the value.
213         * desktop.el (desktop-base-file-name):
214         Renamed from desktop-basefilename.  Add defvaralias.
216 2003-04-14  John Paul Wallington  <jpw@gnu.org>
218         * international/fontset.el (create-fontset-from-ascii-font): Doc fix.
219         (x-must-resolve-font-name): Fix error message typo.
221 2003-04-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
223         * progmodes/fortran.el (fortran-previous-statement): Check for
224         fortran-continuation-string.
225         (fortran-calculate-indent): Do not add extra whitespace to
226         strings broken over lines.
227         (fortran-fill): Handle long strings that must be broken.
229 2003-04-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
230         From Michael Albinus <Michael.Albinus@alcatel.de>.
232         * net/ange-ftp.el (ange-ftp-expand-symlink): If result of
233         expansion is a symlink, expand again.
234         (ange-ftp-file-symlink-p): Return target of symlink literally.
236 2003-04-13  Masatake YAMATO  <jet@gyve.org>
238         * bindings.el (toplevel): Don't change the face
239         of major-mode on the mode line. Setting the face on
240         the mode line code is installed by my mistake in
241         my last change.
243 2003-04-12  Stefan Monnier  <monnier@cs.yale.edu>
245         * add-log.el (change-log-version-number-search): Fix old bug.
246         (add-change-log-entry): Avoid inserting the same funname again.
247         (add-log-indent-text): New var.
248         (add-log-indent): New fun.
249         (change-log-mode): Use it.
251         * net/browse-url.el: Don't autoload all these defcustoms.
252         (browse-url-default-macosx-browser): New fun.
253         (browse-url-browser-function): Use it for system-type = darwin.
254         (browse-url-usr1-signal): Remove.
255         (browse-url-mosaic): Use SIGUSR1 directly instead.
256         (browse-url-gnome-moz-program): New var.
257         (browse-url-gnome-moz, browse-url-default-browser): Use it.
259         * emacs-lisp/bytecomp.el: Use push, with-current-buffer, dolist, ...
260         (byte-compile-const-variables): New var.
261         (byte-compile-close-variables): Reset it.
262         (byte-compile-file-form-defvar, byte-compile-defvar): Update it.
263         (byte-compile-const-symbol-p): Now arg `value' to check defconsts.
264         (byte-compile-variable-ref): Use it and improve warning message.
265         (byte-compile-check-lambda-list): Use byte-compile-const-symbol-p.
266         (byte-compile-lapcode): Remove unused vars.
267         (byte-compile-eval): Fix thinko in handling of old-autoloads.
268         (byte-recompile-directory): Use the expanded form for directory.
269         (byte-compile-track-mouse): Use modern backquote syntax.
270         (byte-compile-defvar): Detect and properly handle (defconst a).
271         (byte-compile-defalias-warn): Remove unused arg `alias'.
272         (byte-compile-defalias): Update call.
274 2003-04-13  Masatake YAMATO  <jet@gyve.org>
276         * help.el (describe-minor-mode): New function implementation.
277         Accept both minor mode string and minor mode indicator.
278         (describe-minor-mode-completion-table-for-indicator)
279         (describe-minor-mode-completion-table-for-symbol): New functions.
280         minor-mode-list is used here.
281         (describe-minor-mode-from-symbol):
282         Renamed from (old) describe-minor-mode.
283         Use describe-minor-mode-completion-table-for-symbol.
284         Don't use eval. Just use symbol-name.
285         (describe-minor-mode-from-indicator): Document is updated.
286         Use `format-mode-line'.
287         Use describe-minor-mode-from-symbol instead of describe-minor-mode.
288         Use describe-minor-mode-completion-table-for-indicator.
289         (expand-minor-mode-indicator-object): Remove.
290         (lookup-minor-mode-from-indicator): Remove the fist white
291         space from both indicator and anindicator before comparing them.
293         * bindings.el (mode-line-major-mode-keymap)
294         (mode-line-minor-mode-keymap): Define keys for the maps
295         here in `defvar'.
297 2003-04-12  Stefan Monnier  <monnier@cs.yale.edu>
299         * server.el (server-socket-name): Use new safe location for socket.
300         (server-ensure-safe-dir): New fun.
301         (server-start): Use it and letf.
302         (server-process-filter): Re-enable the -eval feature.
304 2003-04-12  Glenn Morris  <gmorris@ast.cam.ac.uk>
306         * play/gomoku.el (gomoku-buffer-name): New constant.
307         (gomoku-mode): Doc fix.  Add call to kill-all-local-variables.
308         (gomoku): Do not call gomoku-switch-to-window directly.
309         (gomoku-prompt-for-other-game): Throw an error if no new game.
310         (gomoku-switch-to-window): Use gomoku-buffer-name.
312         * progmodes/f90.el (f90-abbrev-start): Only offer help if
313         abbrev-mode is active.
314         (f90-join-lines): Make it behave more like standard join-line.
315         (f90-fill-region, f90-menu): Adapt for new f90-join-lines.
317         * progmodes/fortran.el (fortran-abbrev-start): Only offer help if
318         abbrev-mode is active.
320 2003-04-12  John Paul Wallington  <jpw@gnu.org>
322         * help-fns.el (help-add-fundoc-usage): Pass an empty string to
323         `format' if no newlines are necessary.
325 2003-04-11  Stefan Monnier  <monnier@cs.yale.edu>
327         * bindings.el (global-map): Bind [select-window].
329 2003-04-11  John Paul Wallington  <jpw@gnu.org>
331         * type-break.el (type-break-warning-countdown-string): Doc fix.
333 2003-04-11  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>  (tiny change)
335         * international/utf-8.el (utf-translate-cjk-mode): Fix incorrect
336         place of parenthesis.
338 2003-04-11  Masatake YAMATO  <jet@gyve.org>
340         * progmodes/etags.el (select-tags-table-mode-map):
341         Don't create new keymap. Instead copy from button-buffer-map.
342         Bind push-button to `t' instead of binding
343         select-tags-table-select directly
344         (tags-select-tags-table): New button.
345         (select-tags-table): Put a button for each selections.
347 2003-04-11  Kenichi Handa  <handa@m17n.org>
349         * international/mule.el:
350         Don't set after-insert-file-adjust-coding-function.
351         (after-insert-file-set-coding):
352         Renamed from after-insert-file-set-buffer-file-coding-system.
354 2003-04-11  Kenichi Handa  <handa@m17n.org>
356         * international/quail.el (quail-guidance-str)
357         (quail-guidance-frame): New variables.
358         (quail-guidance-win): Delete this variable.
359         (quail-setup-overlays): Make overlay not rear-advancing.
360         (quail-kill-guidance-buf): Delete this function.
361         (quail-activate): Add/remove quail-show-guidance to/from
362         post-command-hook.
363         (quail-input-method): Don't setup quail-guidance-buf.
364         Initialize quail-guidance-str to "".
365         (quail-start-translation): Call quail-show-guidance at first.
366         (quail-start-conversion): Likewise.
367         (quail-terminate-translation): Don't erase quail-guidance-buf.
368         (quail-update-translation): Stretch overlays if their starting and
369         ending positions are same.
370         (quail-update-current-translations): Check the width of the
371         current window, not the width of quail-guidance-win.
372         (quail-make-guidance-frame): Delete the arg BUF.  Fix position
373         calculation.  Don't set the window buffer, just return the new frame.
374         (quail-minibuffer-message): New function.
375         (quail-show-guidance): Renamed from quail-show-guidance-buf.
376         Use message and quail-minibuffer-message to display the guidance.
377         (quail-hide-guidance): Renamed from quail-hide-guidance-buf.
378         Only delete quail-guidance-frame.
379         (quail-update-guidance): Just update quail-guidance-str, not
380         display it.
381         (quail-get-translations): Renamed from quail-show-translations.
382         Return a string instead of inserting it in quail-guaidance-buf.
384 2003-04-11  Kenichi Handa  <handa@m17n.org>
386         * international/mule-cmds.el (sort-coding-systems): Set lower
387         priority to a utf-16 base coding system.  Set higher priority to a
388         coding system listed in coding-category-list.
390 2003-04-10  Juanma Barranquero  <lektu@terra.es>
392         * frame.el (modify-all-frames-parameters): Deleted.
394 2003-04-10  Sebastian Tennant  <seb@albert.vcisp.net>  (tiny change)
396         * desktop.el (desktop-buffer-file): Restore major-mode if it is
397         different from the normal mode.
399 2003-04-10  Kenichi Handa  <handa@m17n.org>
401         * international/mule.el:
402         Set after-insert-file-adjust-coding-function to
403         after-insert-file-set-buffer-file-coding-system instead of adding
404         it to after-insert-file-functions.
406         * language/ind-util.el (indian-2-column-to-ucs-region): Fix for
407         the case of replacing multibyte characters.
409 2003-04-09  Stefan Monnier  <monnier@cs.yale.edu>
411         * textmodes/bibtex.el: Update copyright and Author list.
412         Don't require `compile' since it seems unnecessary.
413         (bibtex-version): Remove.
414         (bibtex-sort-ignore-string-entries, bibtex-maintain-sorted-entries)
415         (bibtex-field-name-for-parsing): Don't make auto-buffer-local.
416         (bibtex-comment-start): Don't include the space.
417         (zmacs-regions, reporter-prompt-for-summary-p):
418         Declare to quieten the byte-compiler.
419         (bibtex-reference-key, bibtex-mode-syntax-table): Remove =
420         because it can't be part of a string's key.
421         (bibtex-parse-field-name): Use prog1.
422         (bibtex-font-lock-syntactic-keywords): New var.
423         (bibtex-font-lock-keywords): Remove the entry for @Comment.
424         (bibtex-search-entry): Simplify.
425         (bibtex-empty-re): New var.
426         (bibtex-format-entry): Slightly restructure some loops to avoid code
427         duplication.  Use looking-at rather than `substring + string-match'.
428         Use bibtex-empty-re (which removes unnecessary \(..\) in regexps).
429         Remove now unused end-name.  Use bibtex-find-crossref.
430         Don't downcase since case-fold-search is t.
431         (bibtex-autokey-get-yearfield): Use bibtex-find-crossref.
432         (bibtex-parse-keys): Use unless and push.
433         Parse even if bibtex-maintain-sorted-entries is nil.
434         (bibtex-complete): Use push.  Don't sort completions.
435         (bibtex-mode): Use push.  Update comment-start-skip.
436         Improve defun-prompt-regexp and outline-regexp.
437         Add bibtex-font-lock-syntactic-keywords to font-lock-defaults.
438         (bibtex-end-of-entry): Remove unused \(...\).
439         (bibtex-sort-key): New fun.
440         (bibtex-sort-buffer, bibtex-validate): Use it.
441         (bibtex-find-crossref): New fun.
442         (bibtex-validate): Use push & dolist; remove \(...\).
443         (bibtex-clean-entry): Use unless and friends.
444         Don't add the key to the list if the list hasn't been built yet.
445         (bibtex-fill-entry): Remove unused begin-name and end-name.
446         (bibtex-reformat): Kill local var instead of setting it to nil.
447         (bibtex-convert-alien): Use deactivate-mark rather than the
448         non-existent bibtex-mark-active variable.
449         (bibtex-String): Simplify.
451 2003-04-09  Richard M. Stallman  <rms@gnu.org>
453         * files.el (file-chase-links): Fix previous change.
455 2003-04-09  Juanma Barranquero  <lektu@terra.es>
457         * frame.el (new-frame): Add obsolescence declaration.
459 2003-04-09  Ehud Karni  <ehud@unix.mvs.co.il>
461         * frame.el (set-frame-font): Allow keeping frame size after
462         changing font.
463         (modify-all-frames-parameters): New function to change parameters
464         in all existing and future frames.
466 2003-04-09  Thien-Thi Nguyen  <ttn@gnu.org>
468         * man.el (Man-heading-regexp): Accept hyphen.
470 2003-04-09  Kenichi Handa  <handa@m17n.org>
472         * international/fontset.el: Specify rescale ratio 1.3 for CDAC fonts.
474         * international/mule-conf.el: Register ?\221 and ?\226 in
475         latin-extra-code-table.
477 2003-04-08  Richard M. Stallman  <rms@gnu.org>
479         * subr.el (minor-mode-list): New variable.
480         (add-minor-mode): Add to it.
482         * files.el (file-chase-links): New arg LIMIT.
483         After that many iterations, just return what we've got.
485         * map-ynp.el (map-y-or-n-p): When formatting chars in ACTION-ALIST,
486         use single-key-description.
488         * emacs-lisp/lisp-mode.el (last-sexp-toggle-display):
489         At end of buffer, just call `newline'.
491         * mail/rmailsum.el (rmail-make-basic-summary-line): If there's
492         no From field, still try to use the To field.
494 2003-04-09  Kenichi Handa  <handa@m17n.org>
496         * international/mule-diag.el (print-coding-system-briefly):
497         If DOC-STRING is `tightly', print the doc-string tightly.
498         (list-coding-systems-1): Sort coding systems.
499         Call print-coding-system-briefly with the arg DOC-STRING `tightly'.
501 2003-04-08  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
503         * net/tramp.el: Version 2.0.33 released.
504         Change coding cookie to `iso-2022-7bit' for XEmacs
505         compatibility.  (From Steve Youngs <youngs@xemacs.org>.)
507 2003-04-08  Michael Albinus  <Michael.Albinus@alcatel.de>
509         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
510         Do not disable file name handlers for `file-exists-p' and
511         `file-directory-p'.
513 2003-04-08  Kenichi Handa  <handa@m17n.org>
515         * international/mule-conf.el: Register ?\225 in latin-extra-code-table.
517         * international/utf-16.el (utf-16-le-decode-loop)
518         (utf-16-be-decode-loop): New temporary variables.
519         (ccl-decode-mule-utf-16-le): Use utf-16-le-decode-loop.
520         (ccl-decode-mule-utf-16-be): Use utf-16-be-decode-loop
521         (ccl-decode-mule-utf-16-le-with-signature)
522         (ccl-decode-mule-utf-16-be-with-signature)
523         (ccl-decode-mule-utf-16): New CCL programs.
524         (utf-16-le-encode-loop, utf-16-be-encode-loop): New temporary
525         variables.
526         (ccl-encode-mule-utf-16-le): Use utf-16-le-encode-loop.
527         (ccl-encode-mule-utf-16-be): Use utf-16-be-encode-loop
528         (ccl-encode-mule-utf-16-le-with-signature)
529         (ccl-encode-mule-utf-16-be-with-signature): New CCL programs.
530         (mule-utf-16-post-read-conversion): New function.
531         (mule-utf-16-le-with-signature, mule-utf-16-be-with-signature),
532         (mule-utf-16): New coding systems.
533         (utf-16-le-with-signature, utf-16-be-with-signature),
534         (utf-16): Aliases of the above coding systems.
536 2003-04-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
538         * progmodes/cc-langs.el (c-symbol-key): Use POSIX char classes
539         to match symbols.  This makes CC Mode cope with the full range
540         of identifier characters in e.g. Java.
542 2003-04-07  Francesco Potort\e,Al\e(B  <pot@gnu.org>
544         * xt-mouse.el (xterm-mouse-event-read): New function.
545         (xterm-mouse-event): Use it to get xterm sequences above #x7f.
546         Suggested by Aman Bhargava <emacs-bug@amanb.net>.
548 2003-04-07  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
550         * man.el (Man-getpage-in-background): Set GROFF_NO_SGR env var in
551         all cases, whether or not start-process is fboundp.
553 2003-04-06  Richard M. Stallman  <rms@gnu.org>
555         * calendar/cal-menu.el (cal-menu-update): Use easy-menu-create-menu
556         rather than easy-menu-change.
558         * dired.el (dired-view-file): Let viewer program run asynchronously.
560 2003-04-06  Ben North  <ben@redfrontdoor.org>  (tiny change)
562         * emacs-lisp/lisp-mode.el (last-sexp-toggle-display):
563         Correct the starting point for previous-single-property-change.
565 2003-04-06  Lars Hansen  <larsh@math.ku.dk>
567         * desktop.el: Handle multiple desktop files in different dirs.
568         Other cleanups.
569         Command line option --no-desktop introduced.
570         (desktop-read): Record buffers in the desktop file in
571         the same order as that in the buffer list,
572         (desktop-save): Put buffers in the order given in desktop file,
573         regardless of what handlers do.
574         (desktop-file-version): New variable. Version number of desktop
575         file format.
576         (desktop-create-buffer-form): Variable deleted.
577         (desktop-save): New customizable variable.
578         (desktop-kill): Use `desktop-save'.
579         (desktop-file-name-format): New option: format in
580         which desktop file names should be saved.
581         (desktop-file-name): New function to convert a filename to the
582         format specified in `desktop-file-name-format'.
583         (desktop-create-buffer): Parameters renamed to descriptive
584         systematic names. These parameters are visible to handlers.
585         Renames:
586         ver    -> desktop-file-version
587         mim    -> desktop-buffer-minor-modes
588         pt     -> desktop-buffer-point
589         mk     -> desktop-buffer-mark
590         ro     -> desktop-buffer-read-only
591         locals -> desktop-buffer-locals
592         (desktop-buffer-major-mode, desktop-buffer-file-name)
593         (desktop-buffer-name): Delete unused customizable variables.
594         (desktop-buffer-misc): Delete unused variable.
595         (desktop-save, desktop-buffer-dired-misc-data):
596         Use `desktop-file-name'.
597         (desktop-path): New customizable variable.  List of directories in
598         which to lookup the desktop file.  Replaces hardcoded list.
599         (desktop-globals-to-clear): New variable replaces hardcoded list.
600         (desktop-clear-preserve-buffers-regexp): New customizable variable.
601         (desktop-after-read-hook): New hook run after a desktop is read.
602         (desktop-no-desktop-file-hook): New hook when no desktop file found.
603         (desktop-change-dir): New function.
604         (desktop-save-in-load-dir): New function.  Save desktop in
605         directory from which it was loaded.
606         (desktop-revert): New function. Revert to the last loaded desktop.
608 2003-04-06  Masatake YAMATO  <jet@gyve.org>
610         * progmodes/etags.el (tag-find-file-of-tag): Renamed from
611         find-file-of-tag to avoid name space pollution.
612         (tag-find-file-of-tag-noselect): Likewise.
613         (etags-list-tags, etags-tags-apropos):
614         Use tag-find-file-of-tag instead of find-file-of-tag.
616 2003-04-06  Masatake YAMATO  <jet@gyve.org>
618         * info.el (Info-goto-emacs-command-node): If command
619         is given as a string, convert it to a symbol.
621 2003-04-05  Kevin Ryde  <user42@zip.com.au>
623         * info-look.el (emacs-lisp-mode): Add prefix/suffix matching regexps.
625 2003-04-05  Andre Spiegel  <spiegel@gnu.org>
627         * vc-cvs.el (vc-cvs-get-entries): New function that uses the
628         right coding system for accessing CVS/Entries.
629         (vc-cvs-registered, vc-cvs-dir-state-heuristic): Use it.
631 2003-04-04  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
633         * subr.el (number-sequence): Adjust code.
635 2003-04-04  Stefan Monnier  <monnier@cs.yale.edu>
637         * textmodes/refill.el (refill-fill-paragraph-at): Undo last fix.
638         (refill-fill-paragraph-at): Don't skip prefix since markers work right.
640         * textmodes/fill.el (fill-delete-newlines): Remove trailing whitespace.
641         (fill-paragraph): Don't skip prefix now that markers work right.
643 2003-04-04  John Paul Wallington  <jpw@gnu.org>
645         * ibuffer.el (ibuffer-insert-filter-group): `help-echo' text
646         property dynamically respects `tooltip-mode'.
647         (define-ibuffer-column name): Likewise.
649         * ibuf-ext.el (ibuffer-format-filter-group-data): Don't append "\n".
651 2003-04-04  Masatake YAMATO  <jet@gyve.org>
653         * progmodes/etags.el (find-file-of-tag-noselect, find-file-of-tag):
654         New helper functions.
655         (snarf-tag-function): Doc string is changed.  Explained about new
656         optional argument, `use-explicit'.
657         (etags-snarf-tag): Add one optional argument `use-explicit'.
658         (file-of-tag-function): Doc string is changed.  Explained about new
659         optional argument, `relative'.
660         (file-of-tag): Doc string is changed.  Explained about new optional
661         argument, `relative'.  Pass `relative' to `file-of-tag-function'.
662         (etags-file-of-tag): Add new argument `relative`.
663         (list-tags): Set `buffer-read-only' to t after making the major mode
664         apropos-mode.
665         (etags-list-tags): Use `make-text-button' instead of
666         `add-text-properties'.  Used `snarf-tag-function',
667         `goto-tag-location-function' and `find-file-of-tag' instead of
668         `find-tag-other-window' (it's too simple).
669         (find-tag-in-order): Use `find-file-of-tag-noselect' instead of
670         `find-file'.
671         (etags-tags-apropos): Use `find-file-of-tag-noselect' instead of
672         `find-file'.  Do not use `etags-goto-tag-location` directly; use
673         `goto-tag-location-function' instead.  Print relative file paths
674         instead of complete ones in *Tags List* buffer, so lines in the
675         buffer become shorter.
676         (etags-tags-apropos-additional): Use `make-text-button' instead of
677         `add-text-properties'.
679 2003-04-04  Andreas Schwab  <schwab@suse.de>
681         * net/tramp.el (tramp-send-string): Handle empty string.
683 2003-04-03  Richard M. Stallman  <rms@gnu.org>
685         * emacs-lisp/easymenu.el (easy-menu-define):
686         Don't make a defvar for nil.
687         (easy-menu-convert-item-1): Doc fix.
688         (easy-menu-change): Call easy-menu-create-menu.
690         * subr.el (read-quoted-char): Remember the input char
691         before translation thru function-key-map, and use that for unreading.
693         * shadowfile.el (shadow-parse-fullname):
694         Renamed from shadow-parse-fullpath.
695         (shadow-parse-name): Renamed from shadow-parse-path.
696         (shadow-make-fullname): Renamed from shadow-make-fullpath.
697         (shadow-replace-name-component): Was shadow-replace-path-component.
698         Callers of the above functions changed.
699         (shadow-expand-cluster-in-file-name): Doc fix.
700         (shadow-same-site, shadow-file-match): Doc fix.
701         (shadow-define-literal-group): Doc fix.
703         * kmacro.el (kmacro-end-and-call-macro): Doc fix.
705         * hexl.el (hexl-find-file): Ignore user's value of default-major-mode.
707         * files.el (hack-local-variables-prop-line): New arg MODE-ONLY.
708         (hack-local-variables): When MODE-ONLY is set, pass it along to
709         hack-local-variables-prop-line.
711         * delsel.el (delete-active-region): Don't explicitly deactivate mark.
713 2003-04-03  Masatake YAMATO  <jet@gyve.org>
715         * progmodes/etags.el: Require button.el.
716         (etags-tags-apropos): Use `make-text-button' instead of
717         `add-text-properties'.  Use `snarf-tag-function' and
718         `etags-goto-tag-location' instead of `find-tag-other-window' (it's
719         too simple).
721         * man.el (Man-xref-header-file): Fix previous change.
723 2003-04-03  Kenichi Handa  <handa@m17n.org>
725         * subr.el (number-sequence): New function.
727 2003-04-02  Ehud Karni  <ehud@unix.mvs.co.il>  (tiny change)
729         * sort.el (sort-reorder-buffer): Fix saving of markers at the end
730         of the sorted region.
732 2003-04-02  Masatake YAMATO  <jet@gyve.org>
734         * woman.el (woman-xref): Removed.
735         (woman-mode): Use `Man-highlight-references' instead of
736         `WoMan-highlight-references'.
737         (WoMan-highlight-references): Removed.
739         * man.el (toplevel): Require button.
740         (Man-header-file-path): New option.
741         (Man-synopsis-regexp, Man-files-regexp, Man-include-regexp)
742         (Man-file-name-regexp, Man-normal-file-prefix-regexp)
743         (Man-header-regexp, Man-normal-file-regexp): New variables.
744         (Man-mode-map): Inherit from `button-buffer-map'.  Don't define
745         "\r" and mouse-2 directly.  These key are defined in
746         `button-buffer-map'.
747         (Man-xref-man-page, Man-xref-header-file, Man-xref-normal-file):
748         New buttons.  `Man-xref-man-page' comes from woman.el.
749         (man-follow-mouse): Removed.
750         (Man-fontify-manpage): Use `Man-highlight-references' instead of
751         calling `add-text-properties' directly.
752         (Man-highlight-references, Man-highlight-references0): New functions.
753         (Man-view-header-file): New function.
755 2003-04-02  Stefan Monnier  <monnier@cs.yale.edu>
757         * textmodes/refill.el (refill-fill-paragraph-at): Don't preserve
758         the trailing space since fill.el doesn't remove it anymore.
759         (refill-mode): Reset fill-paragraph-function even if it was nil.
761         * textmodes/fill.el (fill-region-as-paragraph):
762         Don't remove space at end of paragraph: it makes refill.el unusable.
763         Remove obsolete `save-restriction'.
764         (fill-paragraph, fill-comment-paragraph): Don't add newline at EOP.
765         (fill-delete-newlines): Don't add a trailing space.
766         (fill-newline): Don't leave markers before the prefix.
768         * progmodes/asm-mode.el (asm-calculate-indentation, asm-indent-line):
769         New functions.
770         (asm-mode): Use them in indent-line-function.
771         Set tab-always-indent to nil to stay closer to previous tab behavior.
772         Set comment-add.  Remove space at end of comment-add.
773         (asm-newline): Obsolete.  Use newline-and-indent instead.
774         (asm-mode-map): Remove TAB binding.
775         (asm-code-level-empty-comment-pattern)
776         (asm-flush-left-empty-comment-pattern)
777         (asm-inline-empty-comment-pattern): Remove.
778         (asm-comment): Use newcomment functions instead.
779         (asm-colon): Don't tab if colon is not after a label.
780         (asm-line-matches, asm-pop-comment-level): Remove.
782 2003-04-02  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
784         * emulation/crisp.el (top-level): Quote second arg to
785         `eval-after-load'.
787 2003-04-02  Miles Bader  <miles@gnu.org>
789         * scroll-bar.el (scroll-bar-mode): Correctly specify `nil' choice.
791 2003-04-01  Stefan Monnier  <monnier@cs.yale.edu>
793         * progmodes/asm-mode.el (asm-mode-syntax-table): Setup entries
794         that do not depend on asm-comment-char.
795         (asm-mode-map): Declare and init at the same time.
796         (asm-code-level-empty-comment-pattern)
797         (asm-flush-left-empty-comment-pattern)
798         (asm-inline-empty-comment-pattern): Use \s< so they do not depend
799         on asm-comment-char.  Turn them into constants.
800         (asm-mode): Simplify.
801         (asm-line-matches): Remove unused arg.
803 2003-04-01  Dave Love  <fx@gnu.org>
805         * time.el: Doc fixes.
806         (display-time-mail-face): Change :type and default to nil.
807         (display-time-mail-icon): Use pbm, not xbm.
808         (display-time-mail-string): New.
809         (display-time-string-forms): Use display-time-mail-string.
810         Add checks in display property.
812 2003-04-01  Kenichi Handa  <handa@m17n.org>
814         * language/indian.el (indian-font-char-index-table): Fix the
815         order of CDAC fonts.
817 2003-04-01  Kim F. Storm  <storm@cua.dk>
819         * simple.el (pop-global-mark-quick-repeat): Remove defcustom.
820         (set-mark-command): Unconditionally repeat pop-global-mark without
821         C-x prefix.  Fix doc.
823         * emulation/cua-base.el (cua-set-mark): Unconditionally repeat
824         pop-global-mark without C-x prefix.  Fix doc.
826 2003-03-31  Stefan Monnier  <monnier@cs.yale.edu>
828         * reveal.el (reveal-post-command): Better error handling.
830 2003-03-31  Nick Roberts  <nick@nick.uklinux.net>
832         * gdb-ui.el (gdb-inferior-io-mode): Remove Unix pathname for cat
833         so that it can run on NT also.
835 2003-03-31  Masatake YAMATO  <jet@gyve.org>
837         * progmodes/asm-mode.el (asm-mode): Support skipping C lang style
838         comments.
840         * bindings.el (mode-line-major-mode-keymap): New variable.
841         (mode-line-minor-mode-help): New function, bound to
842         mode-line-minor-mode-keymap.
843         (mode-line-modes): Split mode-line-mode definitions to
844         mode-name, mode-line-process and minor-mode-alist.
845         For mode-name, mode-line-major-mode-keymap is used.
847         * help.el (describe-minor-mode, describe-minor-mode-from-indicator)
848         (lookup-minor-mode-from-indicator): New functions.
850 2003-03-31  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
852         * files.el (file-relative-name): Remove superfluous `and'.
853         Clarify docstring.  From Lars Hansen.
855 2003-03-31  Kenichi Handa  <handa@m17n.org>
857         * international/utf-16.el (ccl-decode-mule-utf-16-le):
858         Don't assume the signature bytes.
859         (ccl-decode-mule-utf-16-be): Likewise.
860         (ccl-encode-mule-utf-16-le): Don't produce the signature bytes.
861         (ccl-encode-mule-utf-16-be): Likewise.
863 2003-03-30  Kevin Ryde  <user42@zip.com.au>
865         * info-look.el (sh-mode): Add doc-specs for commands and variables.
867 2003-03-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
869         * international/utf-8.el (utf-translate-cjk-mode): Minor mode,
870         replaces variable utf-translate-cjk which must be set via Custom.
872         * files.el (file-relative-name): If FILENAME and DIRECTORY are on
873         different drives (on DOS/Windows) or use different handlers, do
874         like `expand-file-name' on FILENAME and return an absolute name.
875         From Lars Hansen <larsh@math.ku.dk>.
877         * tramp.el: Version 2.0.31 released.
878         (tramp-handle-expand-file-name): Do not allow ".." to
879         cross file handler boundaries, so that "/user@host:/../foo"
880         expands to itself, rather than "/foo".  This is intended to work
881         in conjunction with a change in `file-relative-name' which makes
882         sure to use absolute file names if FILE and DIRECTORY have
883         different handlers.
884         (tramp-handle-insert-directory): Comment out XEmacs
885         kludge.  Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
887 2003-03-29  Michael Albinus  <Michael.Albinus@alcatel.de>
889         * trampver.el: New file, to support Autoconf in Tramp CVS repository.
890         * tramp.el (tramp-version, tramp-bug-report-address): Move to
891         trampver.el, which is required now.
892         (tramp-chunksize): Type can be nil as well.
893         Reported by Markus Rost <rost@math.ohio-state.edu>.
894         * tramp-smb.el (tramp-smb-read-file-entry): Make reading size of a
895         listing entry more robust.  Ranges from 10 chars (Samba 1) to 7-9
896         chars (Samba 2).
898 2003-03-29  John Paul Wallington  <jpw@gnu.org>
900         * international/mule.el (with-category-table): Use `make-symbol'
901         to avoid variable capture.  Set table within `unwind-protect'.
902         Ensure table is restored in correct buffer.  Add docstring.
904 2003-03-29  Kenichi Handa  <handa@m17n.org>
906         * language/japan-util.el: If system-type is not for Windows,
907         prefer japanese-iso-8bit.
909 2003-03-28  Sudish Joseph  <sudish@corp.earthlink.net>  (tiny change)
911         * term/mac-win.el (iconify-or-deiconify-frame): Define for
912         compatibility with packages that use it.
914 2003-03-28  Lute Kamstra  <Lute.Kamstra@cwi.nl>
916         * emacs-lisp/checkdoc.el (checkdoc-display-status-buffer):
917         Fix docstring.
918         (checkdoc-interactive, checkdoc-message-interactive): Make them
919         perform spell checking when appropriate.
920         (checkdoc-interactive-loop): Fix docstring and a few typos.
921         (checkdoc-interactive-ispell-loop)
922         (checkdoc-message-interactive-ispell-loop): New functions.
923         (checkdoc-next-error): Fix docstring.
924         (checkdoc-this-string-valid-engine): Fix typo.
925         (checkdoc-ispell-docstring-engine): Do test for
926         checkdoc-autofix-flag = nil.
928 2003-03-28  Jonathan Yavner  <jyavner@engineer.com>
930         * emacs-lisp/testcover.el (testcover-mark-all): Handle screwy
931         top-level macros that put functions as properties.
932         (testcover-mark): No error for functions that just return a constant.
934 2003-03-27  Andreas Schwab  <schwab@suse.de>
936         * vc-cvs.el (vc-cvs-parse-entry): Make sure a file with conflicts
937         is marked as edited.
939 2003-03-26  Kenichi Handa  <handa@m17n.org>
941         * files.el (recode-file-name): New function.
943         * international/characters.el: Setup categories for Indian characters.
945 2003-03-26  Steve Youngs  <youngs@xemacs.org>
947         * em-unix.el (eshell-plain-locate-behavior): Make the default
948         nil on Emacs, t on XEmacs.
950 2003-03-25  Stefan Monnier  <monnier@cs.yale.edu>
952         * emacs-lisp/byte-opt.el (byte-optimize-set): New.
953         Turn `set' into `setq' when applicable.
955 2003-03-24  Stefan Monnier  <monnier@cs.yale.edu>
957         * emacs-lisp/easy-mmode.el (define-minor-mode): Pass unknown keyword
958         args blindly to defcustom.  Use custom-set-minor-mode.
960 2003-03-24  Kim F. Storm  <storm@cua.dk>
962         * simple.el: Rework last change so C-x C-SPC C-SPC does not
963         repeat pop-global-mark by default.
964         (pop-global-mark-quick-repeat): New user option.
965         (set-mark-command): Use it.
967         * emulation/cua-base.el (cua-set-mark):
968         Check pop-global-mark-quick-repeat.
970 2003-03-24  John Paul Wallington  <jpw@gnu.org>
972         * emacs-lisp/easymenu.el (easy-menu-add-item): Don't default to
973         the global map.
975         * emerge.el (emerge-show-file-name): Read event irrespective of
976         whether minibuffer window is resized.  Clear minibuffer when done.
978         * cus-theme.el (customize-create-theme): Rename from
979         `custom-theme-create'.
981 2003-03-24  Luc Teirlinck  <teirllm@mail.auburn.edu>
983         * cus-edit.el (custom-mode): Make `custom-local-buffer' local.
985 2003-03-23  Peter Breton  <pbreton@attbi.com>
987         * net/net-utils.el (dns-lookup-host): New function.
989 2003-03-23  Martin Stjernholm  <bug-cc-mode@gnu.org>
991         * progmodes/cc-mode.el (c-parse-state): Add kludge to avoid
992         an infinite loop when Emacs' open-paren-in-column-zero rule
993         kicks in and causes the sexp functions to misbehave.
995 2003-03-22  Peter Breton  <pbreton@cs.umb.edu>
997         * filecache.el (file-cache-add-directory-recursively)
998         (file-cache-complete, file-cache-display): New functions.
1000         * generic-x.el (etc-modules-conf-generic-mode): New generic mode.
1001         (rul-generic-mode): Bugfixes by Rolf.Sandau@marconi.com.
1003         * dirtrack.el (dirtrack-cygwin-directory-function): New function.
1004         Remove timestamp.
1006 2003-03-22  Kim F. Storm  <storm@cua.dk>
1008         * ido.el (ido-mode): Remove unused NOBIND arg.  Fix doc string
1009         accordingly.
1010         (ido-define-mode-map): Bind C-l for both file and dir modes.
1011         (ido-wide-find-file, ido-wide-find-dir, ido-make-directory):
1012         Let-bind enable-recursive-minibuffers to t around read-string.
1014 2003-03-22  Kenichi Handa  <handa@m17n.org>
1016         * international/fontset.el (setup-default-fontset):
1017         Use indian-font-char-range for specifying ranges of indian-glyph
1018         chars.  Setup for AKRUTI fonts.
1020         * language/indian.el (indian-font-foundry): New variable.
1021         (indian-script-language-alist): New variable.
1022         (indian-font-char-index-table): New variable.
1023         (indian-font-char): New function.
1024         (indian-font-char-range): New function.
1025         (font-ccl-encoder-alist): Add entry for AKRUTI font.
1027 2003-03-22  Kim F. Storm  <storm@cua.dk>
1029         * progmodes/cperl-mode.el (cperl-electric-backspace):
1030         Add delete-selection property.
1032         * simple.el (set-mark-command): Doc fixes.
1033         Allow pop-global-mark to be repeated with C-x C-SPC C-SPC...
1034         C-u C-u C-SPC now unconditionally sets the mark.
1036         * emulation/cua-base.el (cua-set-mark): Doc fixes.
1037         Allow pop-global-mark to be repeated with C-x C-SPC C-SPC...
1038         C-u C-u C-SPC now unconditionally sets the mark.
1040 2003-03-20  Mark A. Hershberger  <mah@everybody.org>
1042         * xml.el (xml-parse-attlist): Fix typo in attribute parsing.
1044 2003-03-20  Kenichi Handa  <handa@m17n.org>
1046         * international/utf-8.el (ccl-decode-mule-utf-8): Fix a bug in
1047         handling invalid 5 to 6 bytes sequence.
1049 2003-03-19  Simon Marshall  <simon@gnu.org>
1051         * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
1052         New variable.
1053         (makefile-mode): Use it for value of font-lock-syntactic-keywords.
1055 2003-03-19  John Paul Wallington  <jpw@gnu.org>
1057         * cus-theme.el (custom-theme-create): Add autoload cookie.
1059 2003-03-19  Kenichi Handa  <handa@m17n.org>
1061         * dired.el (dired-get-filename): Pay attention to the case that
1062         `read' returns a unibyte string.  Don't encode the file name by
1063         buffer-file-coding-system.
1065 2003-03-18  Kenichi Handa  <handa@m17n.org>
1067         * language/european.el ("Latin-6"): Fix input-method.
1068         ("Latin-7"): Fix input-method.
1070         * international/utf-8.el (utf-fragment-on-decoding):
1071         Don't call register-char-codings.
1072         (utf-fragment-on-decoding): Don't update char-coding-system-table.
1073         (utf-translate-cjk): Don't call register-char-codings nor
1074         optimize-char-coding-system-table.  Don't update
1075         char-coding-system-table.
1077         * international/ucs-tables.el (ucs-unify-8859): Don't call
1078         register-char-codings.
1079         (ucs-unify-8859): Don't call optimize-char-coding-system-table.
1080         (ucs-fragment-8859): Don't update char-coding-system-table.
1081         Don't call register-char-codings nor optimize-char-coding-system-table.
1083         * international/mule.el (optimize-char-coding-system-table):
1084         Remove this function.
1085         (register-char-codings): Make it obsolete.
1086         (char-coding-system-table): Defconst it here.
1087         (make-coding-system): Don't call register-char-codings, call
1088         define-coding-system-internal.
1090         * international/mule-conf.el (no-conversion):
1091         Call define-coding-system-internal on this coding system instead of
1092         calling register-char-codings.
1094         * international/mule-cmds.el (find-coding-systems-for-charsets):
1095         Use find-coding-systems-string instead of looking up
1096         char-coding-system-table.
1098         * international/code-pages.el (cp-fix-safe-chars): Make it obsolete.
1099         (cp-make-coding-system): Don't call cp-fix-safe-chars.
1101 2003-03-18  Stefan Monnier  <monnier@cs.yale.edu>
1103         * startup.el (command-line-1): Use command-execute for any command.
1105 2003-03-17  Stefan Monnier  <monnier@cs.yale.edu>
1107         * buff-menu.el (list-buffers-noselect): Use the display property
1108         to properly align header-line text with the buffer's contents.
1110 2003-03-17  Kenichi Handa  <handa@m17n.org>
1112         * international/mule.el (ctext-post-read-conversion): Convert the
1113         search pattern to multibyte by string-to-multibyte.
1115 2003-03-16  Deepak Goel  <deego@gnufans.org>
1117         * calc/calc-forms.el (math-tzone-names): Introduce UTC as an alias
1118         for GMT.  Suggested by bob@rattlesnake.com.
1120 2003-03-15  Stefan Monnier  <monnier@cs.yale.edu>
1122         * pcvs.el (cvs-mode!): Remove unused argument.
1124         * emacs-lisp/easymenu.el (easy-menu-name-match): Catch any error
1125         that member-ignore-case might signal.
1126         (easy-menu-add-item): Default to the global map, as documented.
1127         (easy-menu-convert-item-1): Use match-string.
1129 2003-03-15  Mark A. Hershberger  <mah@everybody.org>
1131         * xml.el (xml-ucs-to-string): New function to convert Unicode
1132         codepoints to strings.  Uses decode-char (mule.el) if available.
1133         (xml-parse-tag, xml-parse-attlist, xml-skip-dtd, xml-parse-dtd)
1134         (xml-parse-elem-type): Use ' \t\n\r' instead of '[:space:]'.
1135         (xml-parse-attlist): Add attribute normalization.
1136         (xml-parse-tag): Replace "\r\n" and "\r" with "\n".
1138 2003-03-14  John Paul Wallington  <jpw@gnu.org>
1140         * files.el (recover-session): Error if there are no previous
1141         sessions to recover.
1143         * subr.el (posn-col-row): Simplify.
1145         * arc-mode.el (archive-subtype, archive-file-list-start)
1146         (archive-file-list-end, archive-proper-file-start)
1147         (archive-read-only, archive-local-name, archive-mode-map)
1148         (archive-file-name-indent, archive-remote)
1149         (archive-alternate-display, archive-superior-buffer)
1150         (archive-subfile-mode): Doc fixes.
1152 2003-03-14  Stefan Monnier  <monnier@cs.yale.edu>
1154         * indent.el (indent-for-tab-command): If tab-always-indent is non-nil
1155         and the user hits TAB a second time, just insert a tab.
1157         * textmodes/texinfo.el (texinfo-outline-level): Remove.
1158         (texinfo-mode): Set outline-heading-alist instead.
1159         (texinfo-section-list): Reorder for the needs of outline-heading-alist.
1160         (texinfo-insert-block): Don't cons needlessly.
1161         (texinfo-enable-quote-macros, texinfo-enable-quote-envs): New vars.
1162         (texinfo-insert-quote): Use them.
1164         * textmodes/outline.el (outline-level): Demote it to defvar.
1165         (outline-heading-alist): Document extended semantics.
1166         (outline-head-from-level): New fun.
1167         (outline-promote, outline-demote): Use it.
1168         (outline-show-heading): New fun.
1169         (hide-sublevels, show-children):
1170         Use it together with outline-map-region.
1171         (outline-get-next-sibling): Don't call outline-level at eob.
1173 2003-03-14  Simon Josefsson  <jas@extundo.com>
1175         * fringe.el (fringe-mode): Autoload so that
1176         Options->Show/Hide->Fringe->Customize works.
1178 2003-03-13  Stefan Monnier  <monnier@cs.yale.edu>
1180         * textmodes/outline.el (outline-mode-menu-bar-map): Add entries.
1181         (outline-mode-prefix-map): Match new bindings to those of allout.
1182         (outline-map-region): New fun.
1183         (outline-map-tree): Remove.
1184         (outline-promote, outline-demote): Apply to region if active.
1185         Change the default to apply to the subtree.
1186         (outline-move-subtree-up, outline-move-subtree-down): New funs.
1187         (outline-invisible-p): Add optional `pos' argument.
1188         (outline-next-visible-heading, outline-toggle-children): Use it.
1189         (outline-get-next-sibling): Don't call outline-level at eob.
1191         * custom.el (custom-set-minor-mode): New fun.
1193 2003-03-13  Dave Love  <fx@gnu.org>
1195         * international/latin1-disp.el (ucs-tables): Don't require.
1196         (latin1-display-face): New.
1197         (latin1-display-char): Use it.
1199 2003-03-13  Kenichi Handa  <handa@m17n.org>
1201         * international/mule-cmds.el (reset-language-environment):
1202         Set default-file-name-coding-system to iso-latin-1.
1204         * language/european.el (iso-latin-1): Definition of this coding
1205         system moved to mule-conf.el.
1207         * international/mule-conf.el (iso-latin-1): Moved from
1208         european.el.
1210         * term/x-win.el (x-select-text): Don't set a text containing
1211         eight-bit-control/graphic into the cut buffer.
1213 2003-03-12  Kenichi Handa  <handa@m17n.org>
1215         * files.el (insert-directory): Decode by what specified.
1217         * language/japan-util.el (setup-japanese-environment-internal):
1218         By defalt, use japanese-iso-8bit for file names, and prefer
1219         japanese-shift-jis on DOS and Windows.
1221         * international/quail.el (quail-show-guidance-buf): Make the quail
1222         guidance buffer inherit the current value of quail-current-package.
1224         * international/utf-8.el (ccl-decode-mule-utf-8): Don't lose bytes
1225         on handling an invalid byte sequence.
1227 2003-03-11  Jason Rumney  <jasonr@gnu.org>
1229         * files.el (auto-mode-alist): Add .xsl for sgml-mode.
1231 2003-03-11  Mark A. Hershberger  <mah@everybody.org>
1233         * xml.el (xml-skip-dtd): Fix parsing of DOCTYPE.
1235 2003-03-11  John Paul Wallington  <jpw@gnu.org>
1237         * subr.el (posn-col-row): Heed frame parameter `line-spacing' and
1238         `default-line-spacing', rather than buffer-local `line-spacing'.
1240 2003-03-10  Per Abrahamsen  <abraham@dina.kvl.dk>
1242         * cus-edit.el (customize-rogue): New command.
1244 2003-03-10  Andreas Schwab  <schwab@suse.de>
1246         * info.el (Info-extract-menu-node-name)
1247         (Info-following-node-name): Revert last change.
1249 2003-03-10  Thien-Thi Nguyen  <ttn@gnu.org>
1251         * progmodes/scheme.el (scheme-mode-syntax-table):
1252         Construct w/o using `with-syntax-table'.
1254 2003-03-10  John Paul Wallington  <jpw@gnu.org>
1256         * subr.el (posn-col-row): Take into account `line-spacing'.
1258         * ebuff-menu.el (electric-buffer-update-highlight): Do nothing
1259         if major mode isn't `Electric-buffer-menu-mode'.
1261         * term/x-win.el (vendor-specific-keysyms)
1262         (x-last-selected-text-primary): Doc fixes.
1263         (x-win-suspend-error): Use proper noun in error message.
1265 2003-03-09  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1267         * man.el (Man-getpage-in-background): Always use `setenv' for
1268         environment variables, instead of modifying process-environment
1269         directly.  The previous version let-bound process-environment --
1270         the let-binding is skipped for GROFF_NO_SGR because there is
1271         already a let-binding in effect in some outer scope.
1273         * emulation/crisp.el (top-level): Interoperate with cua.
1275 2003-03-08  Kim F. Storm  <storm@cua.dk>
1277         * emulation/cua-base.el: Provide `cua' feature.
1279 2003-03-08  Juanma Barranquero  <lektu@terra.es>
1281         * emulation/cua-base.el (cua--standard-movement-commands):
1282         Fix docstring.
1284 2003-03-07  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1286         * man.el (Man-getpage-in-background): Only change
1287         default-directory if necessary.
1289 2003-03-07  Andreas Schwab  <schwab@suse.de>
1291         * info.el (Info-following-node-name): Skip trailing period.
1292         (Info-extract-menu-node-name): Allow period in node name.
1294 2003-03-07  Kevin Rodgers  <kevin.rodgers@ihs.com>
1296         * dired-x.el (dired-guess-shell-case-fold-search): New user option.
1297         (dired-guess-default): Use it.
1299 2003-03-07  Thien-Thi Nguyen  <ttn@gnu.org>
1301         * progmodes/dcl-mode.el (dcl-font-lock-keywords): New var.
1302         (dcl-font-lock-defaults): New var.
1303         (dcl-mode): Make and init local var `font-lock-defaults'.
1305 2003-03-06  Kevin Rodgers  <kevin.rodgers@ihs.com>
1307         * ffap.el (dired-at-point): Check whether the user can create a
1308         directory before asking about creating it.
1310 2003-03-06  John Paul Wallington  <jpw@gnu.org>
1312         * ebuff-menu.el (electric-buffer-list):
1313         Respect `Buffer-menu-use-header-line'.
1314         (electric-buffer-menu-looper): Likewise.
1316         * buff-menu.el (Buffer-menu-mode-map): Add docstring.
1317         (Buffer-menu-buffer): Fix indentation.
1318         (list-buffers-noselect): Calculate header-line spacing to take
1319         into account width of left fringe and left scrollbar.
1321 2003-03-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1323         * ps-print.el (ps-print-version): New version number (6.6).
1324         (ps-begin-job): If background and foreground color are the same, give
1325         an error.
1326         (ps-default-fg, ps-default-bg): Better doc.
1327         (ps-rgb-color): Became a defun, check RGB value list.
1328         (ps-default-background): New internal var.
1329         (ps-begin-file): Code fix.
1331 2003-03-05  Richard M. Stallman  <rms@gnu.org>
1333         * replace.el (query-replace-read-args): Use save-excursion.
1334         (map-query-replace-regexp): Use prefix-numeric-value.
1336 2003-03-05  Juanma Barranquero  <lektu@terra.es>
1338         * term/w32-win.el (x-handle-geometry): Put sizes on
1339         `initial-frame-alist' too.
1341         * startup.el (command-line-x-option-alist): Make --border-color set
1342         the border-color frame parameter, not border-width.
1344         * faces.el (frame-set-background-mode): Fix reference to attribute
1345         "backgroundMode".
1347 2003-03-05  Reto Zimmermann  <reto@gnu.org>
1349         * progmodes/vhdl-mode.el: Version 3.32.12 released.
1350         Modifications for displaying all projects in hierarchy browser and case
1351         insensitive hierarchy browsing.  Change Rod's email address.
1352         Include `itimer.el' patch for XEmacs.  Backquote fix.  Change some
1353         documentation strings.  Add "ERROR: " prefix to all error
1354         messages.  Enhanced usage of hideshow.
1355         (vhdl-in-literal): Remove unused argument LIM.
1356         (vhdl-compiler-alist): Enhance customization for compilers; add
1357         "Speedwave", "Simili", "Synopsys Design Compiler", "Cadence NC",
1358         "Savant", "ProVHDL" and "VeriBest" compilers.
1359         Add new error message syntax for Modelsim.
1360         Add Synplify, column no in error regexp.
1361         Include library name in library command.
1362         Add unit-to-file name mapping for Savant.
1363         Add library option in Makefile generation command.
1364         Add command to create library directory.
1365         Built-in Makefile generation is always default.
1366         (vhdl-create-mode-menu): Split menues for compilers, projects, models.
1367         Add customization for `global-font-lock-mode'.
1368         Fix `customize-group' entries for XEmacs and
1369         change "Gen." to "Generate".  Get *Messages* buffer.
1370         Fix "Auto Load Setup File" menu entry.
1371         Add faces customization to "Options".  Add "Options" entry.
1372         Include `speedbar-indentation-width'.
1373         (vhdl-replace-string): Allow casing (use `vhdl-file-name-case').
1374         (vhdl-template-exit, vhdl-template-next, vhdl-template-return):
1375         Fix template abortion.
1376         (vhdl-speedbar-port-copy): Add subprogram copy; copy port of component
1377         in package.
1378         (vhdl-fixup-whitespace-region): No whitespace after '(' and before ')'.
1379         Better treat comments and strings.  Fix "=> ," alignment.
1380         (vhdl-port-paste-testbench): Print file names created.
1381         Better handling when file exist/open.  Additional comments in code.
1382         Replace keywords in testbench entity and architecture file headers.
1383         Adjust case in testbench configuration.
1384         (vhdl-port-paste-instance): Special case: no number in instance name.
1385         (vhdl-speedbar-expand-units): Fix speedbar frame switching oddity.
1386         (vhdl-font-lock-keywords-2): Enhance highlighting of instantiation;
1387         highlight instantiations without map.
1388         Highlight quantity declaration names.  Highlight formal parameters.
1389         Fix label highlighting for signal asst.
1390         (vhdl-mode): `comment-padding' for Emacs 21 only.
1391         Remove forced `turn-on-font-lock'.
1392         Remove `hippie-expand-only-buffers' setting.
1393         Update online documentation and web address.
1394         (vhdl-comment-uncomment-region): Remove usage of `commend-dwim' again.
1395         Change ARG for uncommenting.
1396         (vhdl-speedbar-make-*-line): Fix for displaying XEmacs speedbar images.
1397         (vhdl-fontify-buffer): Toggle font-lock-mode for better recovery.
1398         (vhdl-port-list): Add context clause.
1399         (vhdl-port-paste-signals): Include direction comments.
1400         (vhdl-testbench-declarations, vhdl-testbench-statements): New default.
1401         (vhdl-port-*): Include name in status messages.
1402         (vhdl-package-alist): Scan for and display subprogram body.
1403         Change key to lower case, add original case identifier.
1404         Scan for packages used by package body.
1405         (vhdl-speedbar-find-file): Always jump to design unit if buffer open.
1406         (vhdl-speedbar-insert-hierarchy): Mark non-existing entities/packages.
1407         Message "No VHDL design units!".
1408         (vhdl-compile-init): Allow fourth element (column no) in error regexp.
1409         Fix `nconc' bug.  Eliminate redundant regexps.
1410         (vhdl-minibuffer-tab): No indentation.
1411         Use `hippie-expand-only-buffers' to take
1412         expansions from VHDL buffers only; don't overwrite non-nil default of
1413         `hippie-expand-only-buffers'; check whether
1414         `hippie-expand-only-buffers' is bound.
1415         (vhdl-ams-types, vhdl-ams-enum-values): Add identifiers from
1416         `nature_pkg' package.
1417         (vhdl-align-alist): Fix "when/else ... =>" case.
1418         Align declaration keywords only at beg. of line.
1419         Align <=, := and == among each other.
1420         (vhdl-port-copy): Extended identifiers for signal names.
1421         Fix on empty generic/port clause.
1422         Fix parsing of comment on first line.
1423         Allow generic clause begin on first line.
1424         Add "inout" and "linkage" to direction modes.
1425         (vhdl-font-lock-function-face): Change DarkCyan to Cyan4.
1426         (vhdl-file-header): Insert VHDL language standard string.
1427         (vhdl-instance-name): Unique numbers in instance names.
1428         (vhdl-compile): Check for existing compile directory.
1429         Print out file name if compiler does not; put it in
1430         quotes if contains spaces.  Check compiler name.
1431         (vhdl-compiler): Change empty value from "" to nil.
1432         (vhdl-make): Check for existing compile directory.
1433         Fix missing options if there is a target.  Check compiler name.
1434         (vhdl-template-field): Fix case on all VHDL words.
1435         (vhdl-template-others): Re-electrified "others".
1436         (vhdl-speedbar-expand-architecture): Give user control over displayed
1437         hierarchy depth.
1438         (vhdl-project-alist): Insert library name in Makefile name.
1439         Sources exclude regexp.  Add file-specific compile exceptions.
1440         Enhance customization of projects.
1441         (vhdl-get-hierarchy): Include configurations in hierarchy list.
1442         Fix bug with configurations.
1443         Consider configurations; also at lower levels.
1444         (vhdl-speedbar-item-info): Enhance displaying.
1445         (vhdl-scan-file-contents): Fix skipping of comments in scanning.
1446         Sources exclude regexp.
1447         Allow comment lines in instantiations.
1448         Fix used packages in package body scanning.
1449         Allow code before first block configuration.
1450         Scan also for "is" keyword of design units.
1451         Scan configuration specification.
1452         Clear directory alists first.
1453         Consistency check.
1454         Check for multiply scanned design units.
1455         Scan components/subprograms in package.
1456         Scan library clauses and subconfigurations.
1457         Limit file size for scanning.
1458         (vhdl-entity-alist): Change key to lower case, add original case
1459         identifier.
1460         (vhdl-electric-tab): Not overwrite non-nil default of
1461         `hippie-expand-only-buffers'.
1462         (vhdl-electric-tab): Check whether `hippie-expand-only-buffers' is
1463         bound; use it to take expansions from VHDL buffers only.
1464         (vhdl-electric-tab): Toggle comment indent.
1465         (vhdl-generate-makefile): Check compiler name.
1466         Add library option in Makefile generation command.
1467         (vhdl-generate-makefile): Add dependencies for components in package.
1468         (vhdl-template-elsif): No expansion in concurrent part (except AMS).
1469         (vhdl-insert-string-or-file): Resolve environment variables.
1470         (vhdl-insert-string-or-file): Fix NTEmacs `file-exists-p' problem.
1471         (vhdl-submit-bug-report): Prompt for summary.
1472         (vhdl-resolve-paths): Rearrange environment variable resolution.
1473         (vhdl-scan-project-contents): Rearrange environment variable
1474         resolution.
1475         (vhdl-scan-project-contents): Allow absolute paths.
1476         (vhdl-doc-coding-style): Update RMM URL.
1477         (vhdl-end-of-leader): Consider "is" keyword in VHDL'93.
1478         (vhdl-model-insert): Replace header prompts too.
1479         (vhdl-template-header): New argument `is-model'.
1480         (vhdl-template-generate-body): Remove "begin" for VHDL'93.
1481         (vhdl-actual-port-name): Change default value (no "_i" extension).
1482         (vhdl-template-modify): Delete date instead of kill.
1483         (vhdl-get-source-files): Don't match source files beginning with ".".
1484         (vhdl-project-*-alist): Merge with variables `vhdl-*-alist'.
1485         (vhdl-speedbar-*): Many enhancements and fixes in hierarchy browser.
1486         (vhdl-speedbar-expand-*): Display used packages.
1487         (vhdl-sequential-statement-p): Better algorithm.
1488         (vhdl-electric-mode, vhdl-stutter-mode): Change key bindings.
1489         (vhdl-electric-...): No stuttering within literals.
1490         (vhdl-template-footer): Replace keywords in footer as in header.
1491         (vhdl-align-...): Enhance alignment, add progress reporting.
1492         (vhdl-beautify-region): Bug fix.
1493         (vhdl-comment-insert-inline): Remove wrapping to next line if too long.
1494         (vhdl-testbench-configuration-name)
1495         (vhdl-update-sensitivity-list-buffer): Fix starting cursor position.
1496         (vhdl-prepare-search-[12]): Fix search within hidden code.
1497         (vhdl-speedbar-jump-to-unit): Disable cursor re-positioning.
1498         (vhdl-template-for): Fix sequential statement part detection.
1499         (vhdl-electric-space): Fix wrapping for non-word characters.
1500         (vhdl-template-standard-package): Don't insert "std" library.
1501         (vhdl-template-architecture): Code optimization.
1502         (vhdl-template-package): Search for existing package name.
1503         (vhdl-template-component-decl, vhdl-port-paste-declaration):
1504         Insert "is" in VHDL'93.
1505         (match-string-no-properties, vhdl-forward-comment): New aliases.
1506         (vhdl-speedbar-library-face, vhdl-speedbar-subprogram-face): New faces.
1507         (file-expand-wildcards, regexp-opt, subst-char-in-string)
1508         (vhdl-add-modified-file, vhdl-align-buffer, vhdl-align-declarations)
1509         (vhdl-align-list, vhdl-align-region-2, vhdl-align-region-groups)
1510         (vhdl-align-same-indent, vhdl-aput, vhdl-auto-load-project)
1511         (vhdl-backward-same-indent, vhdl-beginning-of-block)
1512         (vhdl-character-to-event, vhdl-compile-directory)
1513         (vhdl-compile-print-file-name, vhdl-compose-components-package)
1514         (vhdl-compose-insert-generic, vhdl-compose-insert-port)
1515         (vhdl-compose-insert-signal, vhdl-compose-new-component)
1516         (vhdl-compose-place-component, vhdl-compose-wire-components)
1517         (vhdl-default-directory, vhdl-delete, vhdl-delete-indentation)
1518         (vhdl-do-group, vhdl-do-list, vhdl-do-same-indent)
1519         (vhdl-duplicate-project, vhdl-end-of-block, vhdl-expand-abbrev)
1520         (vhdl-expand-paren, vhdl-export-project, vhdl-fill-group)
1521         (vhdl-fill-list, vhdl-fill-region, vhdl-fill-same-indent)
1522         (vhdl-fix-case-word, vhdl-fix-clause, vhdl-forward-comment)
1523         (vhdl-forward-same-indent, vhdl-generate-makefile-1)
1524         (vhdl-get-compile-options, vhdl-get-components-package-name)
1525         (vhdl-get-end-of-unit, vhdl-get-make-options, vhdl-get-packages)
1526         (vhdl-get-visible-signals, vhdl-goto-marker)
1527         (vhdl-hs-forward-sexp-func, vhdl-hs-minor-mode, vhdl-import-project)
1528         (vhdl-indent-group, vhdl-insert-file-contents, vhdl-load-cache)
1529         (vhdl-makefile-name, vhdl-match-string-downcase, vhdl-max-marker)
1530         (vhdl-parse-group-comment, vhdl-paste-group-comment)
1531         (vhdl-port-paste-context-clause, vhdl-port-paste-initializations)
1532         (vhdl-port-reverse-direction, vhdl-process-command-line-option)
1533         (vhdl-project-p, vhdl-re-search-backward, vhdl-re-search-forward)
1534         (vhdl-remove-trailing-spaces, vhdl-require-hierarchy-info)
1535         (vhdl-resolve-env-variable, vhdl-run-when-idle, vhdl-save-cache)
1536         (vhdl-save-caches, vhdl-scan-context-clause)
1537         (vhdl-scan-directory-contents, vhdl-set-compiler, vhdl-set-project)
1538         (vhdl-show-messages, vhdl-sort-alist, vhdl-speedbar-check-unit)
1539         (vhdl-speedbar-contract-all, vhdl-speedbar-contract-level)
1540         (vhdl-speedbar-display-directory, vhdl-speedbar-display-projects)
1541         (vhdl-speedbar-expand-all, vhdl-speedbar-expand-config)
1542         (vhdl-speedbar-expand-package, vhdl-speedbar-expand-project)
1543         (vhdl-speedbar-generate-makefile, vhdl-speedbar-insert-projects)
1544         (vhdl-speedbar-insert-subpackages, vhdl-speedbar-line-key)
1545         (vhdl-speedbar-line-project, vhdl-speedbar-line-text)
1546         (vhdl-speedbar-make-design, vhdl-speedbar-make-subpack-line)
1547         (vhdl-speedbar-make-subprogram-line, vhdl-speedbar-place-component)
1548         (vhdl-speedbar-refresh, vhdl-speedbar-set-depth)
1549         (vhdl-speedbar-update-current-project, vhdl-statistics-buffer)
1550         (vhdl-subprog-copy, vhdl-subprog-flatten, vhdl-subprog-paste-body)
1551         (vhdl-subprog-paste-call, vhdl-subprog-paste-declaration)
1552         (vhdl-subprog-paste-specification, vhdl-template-others-hook)
1553         (vhdl-template-replace-header-keywords, vhdl-toggle-project)
1554         (vhdl-uniquify, vhdl-update-file-contents, vhdl-update-hierarchy)
1555         (vhdl-update-progress-info, vhdl-update-sensitivity-list)
1556         (vhdl-update-sensitivity-list-buffer)
1557         (vhdl-update-sensitivity-list-process, vhdl-use-direct-instantiation)
1558         (vhdl-warning, vhdl-warning-when-idle)
1559         (vhdl-widget-directory-validate, vhdl-work-library)
1560         (vhdl-write-file-hooks-init): New functions.
1561         (vhdl-aappend, vhdl-add-warning, vhdl-align-noindent-buffer)
1562         (vhdl-align-noindent-region, vhdl-create-customize-menu)
1563         (vhdl-forward-unit, vhdl-modify-date-init, vhdl-project-switch)
1564         (vhdl-scan-file-contents, vhdl-speedbar-display-hierarchy)
1565         (vhdl-speedbar-toggle-hierarchy): Functions deleted.
1566         (vhdl-in-comment-p, vhdl-in-string-p, vhdl-standard-p): Define as
1567         functions, not defsubsts.
1568         (vhdl-in-comment-or-string-p, vhdl-speedbar-project-p):
1569         Delete defsubsts.
1570         (vhdl-compose, vhdl-naming, vhdl-speedbar, vhdl-template)
1571         (vhdl-testbench): New customization groups.
1572         (vhdl-electric): Customization group deleted.
1573         (vhdl-align-alist, vhdl-doc-coding-style, vhdl-doc-keywords)
1574         (vhdl-imenu-generic-expression): Define as constants instead of
1575         variables.
1576         (vhdl-ams-packages, vhdl-doc-release-notes, vhdl-emacs-21)
1577         (vhdl-hs-start-regexp, vhdl-time-stamp, vhdl-xemacs): New constants.
1578         (vhdl-font-lock-keywords-0): Constants deleted.
1579         (vhdl-prepare-search-1, vhdl-prepare-search-2, vhdl-visit-file):
1580         New macros.
1581         (vhdl-ext-syntax-table): Macro deleted.
1582         (vhdl-align-group-separate, vhdl-align-same-indent)
1583         (vhdl-architecture-file-name, vhdl-compile-use-local-error-regexp)
1584         (vhdl-components-package-name, vhdl-compose-architecture-name)
1585         (vhdl-compose-create-files, vhdl-compose-include-header)
1586         (vhdl-copyright-string, vhdl-default-library, vhdl-directive-keywords)
1587         (vhdl-entity-file-name, vhdl-file-name-case)
1588         (vhdl-include-group-comments, vhdl-include-type-comments)
1589         (vhdl-indent-syntax-based, vhdl-makefile-generation-hook)
1590         (vhdl-package-file-name, vhdl-project-auto-load)
1591         (vhdl-project-file-name, vhdl-project-sort, vhdl-speedbar-auto-open)
1592         (vhdl-speedbar-cache-file-name, vhdl-speedbar-display-mode)
1593         (vhdl-speedbar-jump-to-unit, vhdl-speedbar-save-cache)
1594         (vhdl-speedbar-scan-limit, vhdl-speedbar-update-on-saving)
1595         (vhdl-testbench-configuration-name)
1596         (vhdl-testbench-include-configuration, vhdl-testbench-include-header)
1597         (vhdl-testbench-include-library, vhdl-use-components-package)
1598         (vhdl-use-direct-instantiation): New options.
1599         (vhdl-compiler-options, vhdl-speedbar, vhdl-speedbar-hierarchy-indent)
1600         (vhdl-speedbar-show-hierarchy, vhdl-testbench-architecture-header)
1601         (vhdl-testbench-entity-header): Options deleted.
1602         (speedbar-indentation-width, vhdl-compile-file-name)
1603         (vhdl-config-alist, vhdl-directive-keywords-regexp)
1604         (vhdl-directory-alist, vhdl-font-lock-keywords-0, vhdl-menu-max-size)
1605         (vhdl-mode-ext-syntax-table, vhdl-modified-file-list)
1606         (vhdl-port-flattened, vhdl-port-reversed-direction)
1607         (vhdl-speedbar-hierarchy-depth, vhdl-speedbar-last-selected-project)
1608         (vhdl-speedbar-show-projects, vhdl-speedbar-shown-project-list)
1609         (vhdl-speedbar-shown-unit-alist, vhdl-speedbar-update-current-unit)
1610         (vhdl-subprog-flattened, vhdl-subprog-list, vhdl-updated-project-list)
1611         (vhdl-warnings): New variables.
1612         (vhdl-project-ent-inst-list, vhdl-project-entity-alist)
1613         (vhdl-project-package-alist, vhdl-speedbar-last-file-name)
1614         (vhdl-speedbar-shown-units-alist, vhdl-startup-warnings): Delete vars.
1616 2003-03-04  Rob Kaut  <rob@siworks.com>  (tiny change)
1618         * progmodes/vhdl-mode.el (vhdl-comment-uncomment-region):
1619         Remove two comment characters at start of line instead of one.
1621 2003-03-03  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
1623         * printing.el (pr-get-symbol): Move it to next eval-and-compile.
1625 2003-03-03  John Paul Wallington  <jpw@gnu.org>
1627         * ibuf-macs.el (ibuffer-aif): Use `make-symbol' instead of
1628         `gensym' in case user calls macro at runtime.
1629         (ibuffer-save-marks): Likewise.
1631 2003-03-03  Kenichi Handa  <handa@m17n.org>
1633         * language/japan-util.el (japanese-symbol-table): Add two entries
1634         to make it complete.
1636 2003-03-03  Andreas Schwab  <schwab@suse.de>
1638         * info.el (Info-fontify-node): Don't hide indentation before the
1639         reference name.  Don't process a reference twice when a new tag is
1640         inserted.
1641         (Info-hide-note-references): Fix doc and customize type.
1643 2003-03-02  Matt Swift  <swift@alum.mit.edu>
1645         * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
1646         New custom variable.
1647         (lisp-fill-paragraph): Use it.  Add ?, to `paragraph-separate' so
1648         that first docstring lines ending with a comma are respected.
1649         Add "`(" to same so that function and macro bodies beginning with a
1650         backquote do not get disturbed.  Revise the comments.
1652 2003-03-01  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1654         * startup.el (command-line): Call menu-bar-mode with 1 instead of t.
1656         * menu-bar.el (menu-bar-mode): Change to define-minor-mode
1657         and initialize as for tool-bar-mode.
1659 2003-02-28  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1661         * net/tramp.el: Version 2.0.30 released.
1662         Replace term "path" with "localname" unless it is used for a
1663         search path.
1664         (tramp-handle-expand-file-name): Allow ".." to cross host boundaries.
1665         (tramp-open-connection-setup-interactive-shell): Unset $ENV in
1666         addition to setting $PS1 when starting the Bourne-ish shell.
1667         Some sh implementations (eg, bash when called as sh) read the file
1668         named there on startup, which could clobber $PS1.
1669         (tramp-do-copy-or-rename-file-one-local): New function.
1670         Not implemented.  Not used.  Should invoke rcp or scp directly to keep
1671         the time.
1673 2003-02-28  Michael Albinus  <Michael.Albinus@alcatel.de>
1675         * net/tramp-smb.el: Replace term `path' with `localname'
1676         unless it is used for a search path.  In GNU, the word `path' is
1677         reserved for search paths.
1679         * net/tramp.el (tramp-send-string, tramp-send-region): Removed.
1680         (tramp-send-string): New function.  Takes over the role of the
1681         functions above, in order to have a unique place handling
1682         `tramp-chunksize'.  Same implementation as `tramp-send-region'.
1683         (tramp-chunksize): It's now a defcustom.  Set to 500 on systems
1684         only known to have a buggy `process-send-string' implementation.
1685         First black-listed constellation is GNU Emacs/ hpux.
1686         (tramp-send-region): Correct debug message.
1687         (tramp-bug): Add `tramp-chunksize'.
1689 2003-02-26  Matt Swift  <swift@alum.mit.edu>
1691         * startup.el: Streamline code in several functions for efficiency
1692         and readability.  Rephrase booleans to avoid `(not noninteractive)'.
1693         Clarify several booleans expressions using De Morgan's laws.
1695         (command-line): Fix barf when first command-line option handled by
1696         `command-line-1' is in the form --OPT=VAL.
1697         (command-line-1): Restore intended behavior of the --directory/-L
1698         command-line option: "-L a -L b -L c" on the command-line now puts
1699         '(a b c) at the front of `load-path'.
1701 2003-02-26  Oliver Scholz  <alkibiades@gmx.de>
1703         * play/gamegrid.el (gamegrid-add-score): Add info to docstring.
1704         (gamegrid-add-score-with-update-game-score-1): New function,
1705         factored out of `gamegrid-add-score-with-update-game-score'.
1706         (gamegrid-add-score-with-update-game-score): Use it.  Fall back on
1707         `gamegrid-add-score-insecure' if the requested file does not exist
1708         in $(gamedir), in case the user has installed a game on his own.
1709         (gamegrid-add-score-insecure): Accept optional directory argument.
1711 2003-02-25  Andreas Schwab  <schwab@suse.de>
1713         * progmodes/make-mode.el (makefile-font-lock-keywords): Protect shell
1714         variable references by requireing that $ is not preceded by another $.
1716 2003-02-25  Kenichi Handa  <handa@m17n.org>
1718         * env.el (setenv): Fix previous change.
1720 2003-02-25  Ramakrishnan M  <rama@gnu.org>  (tiny change)
1722         * language/mlm-util.el (mlm-char-glyph): Fix more rules.
1724 2003-02-24  Stefan Monnier  <monnier@cs.yale.edu>
1726         * progmodes/simula.el: Move abbrev loading to after the fun it uses.
1727         (simula-install-standard-abbrevs): Use dolist.
1728         Use system-flag when calling define-abbrev.
1730 2003-02-24  Dave Love  <fx@gnu.org>
1732         * obsolete/cplus-md.el: Delete.  (Requires removed c-mode.el.)
1734         * env.el (read-envvar-name): Decode names.
1735         (substitute-env-vars): Use eval-when-compile and char class.
1736         (setenv): Doc fix.  Encode the data (after checking that's possible).
1737         (getenv): Encode the name and decode the result.
1739 2003-02-24  Ken Manheimer  <klm@zope.com>
1741         * allout.el (allout-pre-command-business): Fix docstring.
1743 2003-02-24  Ramakrishnan M  <rama@gnu.org>  (tiny change)
1745         * language/mlm-util.el (mlm-char-glyph): Fix several composing rules.
1747 2003-02-24  Kenichi Handa  <handa@m17n.org>
1749         * international/characters.el: Fix syntaxes of gb2312 and big5.
1751         * language/japan-util.el (sentence-end-save): Variable deleted.
1752         (setup-japanese-environment-internal): Don't setup sentence-end.
1753         (exit-japanese-environment): Function deleted.
1755         * language/japanese.el ("Japanese"): Delete `exit-function'.
1757         * textmodes/paragraphs.el (sentence-end): Add Chinese and Japanese
1758         characters.
1760 2003-02-24  Ramakrishnan M  <rama@gnu.org>  (tiny change)
1762         * language/mlm-util.el (mlm-char-glyph): Add entries for "halant +
1763         rakar + halant" and "halant + rrakar + halant".
1765 2003-02-23  Richard M. Stallman  <rms@gnu.org>
1767         * replace.el (query-replace-read-args): Return just 3 values.
1768         (query-replace, query-replace-regexp)
1769         (query-replace-regexp-eval, map-query-replace-regexp)
1770         (replace-string, replace-regexp): Read the start and end args
1771         separately so that the expressions are recorded in command-history.
1773         * menu-bar.el (Revert Buffer): Condition on buffer-file-number.
1775         * startup.el (inhibit-startup-hooks): New variable.
1776         (normal-top-level): Obey that variable.
1777         (command-line-1): Run emacs-startup-hook before term-setup-hook.
1778         Set inhibit-startup-hooks too.
1780         * files.el (revert-buffer): Different error message
1781         for reverting a nonexistent file.
1783 2003-02-22  Stefan Monnier  <monnier@cs.yale.edu>
1785         * progmodes/cperl-mode.el: Merge changes from CPerl-5.0.
1786         (toplevel): Require man.
1787         Don't autoload tmm-prompt (it's in loaddefs.el).
1788         (cperl-electric-backspace-untabify): New var.
1789         (cperl-electric-backspace): Use it.
1790         (cperl-vc-header-alist): Extract numeric version from the Id.
1791         (cperl-build-manpage): New fun.
1792         (cperl-menu): Use it.  Add toggle-autohelp.
1793         (cperl-mode) <defun-prompt_regexp>: Understand prototypes.
1794         (cperl-electric-brace): Use `cperl-after-block-p' for detection.
1795         (cperl-electric-keyword): Make $if (etc: "$@%&*") non-electric.
1796         '(' after keyword would insert a doubled paren.
1797         (cperl-calculate-indent): Update syntaxification before checks.
1798         Fix wrong indent of blocks starting with POD.
1799         (cperl-find-pods-heres): If no end of HERE-doc found, mark to the end
1800         of buffer.  This enables recognition of end of HERE-doc "as one types".
1801         Require "\n" after trailing tag of HERE-doc.
1802         \( made non-quoting outside of string/comment (gdj-contributed).
1803         Likewise for \$.  Remove `here-doc-group' text property at start
1804         (makes this property reliable).
1805         Text property `first-format-line' ==> t.
1806         Do not recognize $opt_s and $opt::s as s///.
1807         (cperl-after-block-p): Optional arg pre-block to check for a pre-block
1808         Recognize `continue' blocks too.
1809         (cperl-after-expr-p): Update syntaxification before checks.  Work after
1810         here-docs, formats, and PODs too (affects many electric constructs).
1811         (cperl-fix-line-spacing): Allow "_" in $vars of foreach etc.
1812         (cperl-perldoc): Use case-sensitive search.
1814         * progmodes/cperl-mode.el: Merge changes from CPerl-4.35.
1815         (cperl-xemacs-p): Move.
1816         (cperl-can-font-lock): New var to replace window-system.
1817         (cperl-enable-font-lock): Use it.
1818         (cperl-use-major-mode): New var.
1819         (cperl-mode): Use it.
1820         (cperl-calculate-indent): Remove code whose removal was missed
1821         in some earlier merge.
1822         (cperl-tags-hier-init): Use display-popup-menus-p.
1824 2003-02-22  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1826         * files.el (abbreviate-file-name): Shorten docstring: variables
1827         are now hyperlinks and `C-h v' need not be mentioned explicitly.
1829 2003-02-21  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1831         * files.el (abbreviate-file-name): Document removal of
1832         automounter prefixes.  Reported by Lars Hansen.
1834 2003-02-21  Kim F. Storm  <storm@cua.dk>
1836         * emulation/cua-base.el: Add run-time check to catch users trying
1837         to use older versions of CUA-mode, rather than the version
1838         distributed with Emacs.  Use autoload cookies and eval-after-load.
1840         * startup.el (command-line): Clarify and tidy up the message
1841         printed when there are errors in the user-init-file.
1842         Do not encapsulate the error data; it's read by humans here.
1843         Do not split windows when displaying the *Message* buffer.
1845 2003-02-20  Stefan Monnier  <monnier@cs.yale.edu>
1847         * subr.el (with-syntax-table): Don't copy the table any more.
1849 2003-02-20  Ehud Karni  <ehud@unix.mvs.co.il>  (tiny change)
1851         * mail/rmail.el (rmail-insert-inbox-text): Make the pop3 mechanism
1852         work on cygwin systems too.
1854 2003-02-20  Juanma Barranquero  <lektu@terra.es>
1856         * progmodes/ebrowse.el (ebrowse-show-file-name-at-point):
1857         Remove useless check.
1859 2003-02-20  Andreas Schwab  <schwab@suse.de>
1861         * info.el (Info-extract-menu-node-name): Stop if colon is
1862         followed by open paren.
1864 2003-02-20  Francesco Potort\e,Al\e(B  <pot@gnu.org>
1866         * mail/undigest.el (unforward-rmail-message): Allow nested
1867         unforwarding, that is, preserve old Forwarded-From/Date headers.
1869 2003-02-20  Kenichi Handa  <handa@m17n.org>
1871         * term/w32-win.el: Call set-fontset-font with NAME nil.
1873         * international/mule-diag.el (print-fontset): If FONTSET is nil,
1874         use the default fontset.
1875         (describe-fontset): If the current frame is not using a fontset,
1876         call print-fontset with nil.
1878 2003-02-19  Andre Spiegel  <spiegel@gnu.org>
1880         * vc.el (vc-binary-assoc, vc-binary-suffixes): Remove; these
1881         were accidentally left over during the VC redesign in 2000.
1883 2003-02-18  Juanma Barranquero  <lektu@terra.es>
1885         * help-macro.el (make-help-screen): Fix character constant.
1887         * mouse-sel.el (mouse-sel-determine-selection-thing): Likewise.
1889         * calc/calc-graph.el (calc-graph-plot): Likewise.
1891         * calc/calc-prog.el (calc-macro-edit-variable): Likewise.
1893         * emacs-lisp/edebug.el: Likewise.
1895         * emacs-lisp/helper.el (Helper-help-scroller): Likewise.
1897         * language/cyril-util.el (standard-display-cyrillic-translit):
1898         Likewise.
1900         * mail/rfc822.el (rfc822-nuke-whitespace): Likewise.
1902         * progmodes/cperl-mode.el (cperl-electric-keyword)
1903         (cperl-electric-pod, cperl-do-auto-fill): Likewise.
1905         * textmodes/reftex-ref.el (reftex-reference): Likewise.
1907         * textmodes/table.el (table-generate-source): Use ?\\ instead of
1908         space in "work in progress" message.
1910         * emacs-lisp/tq.el (tq-create): Fix quoted lambda expression.
1912 2003-02-17  Dave Love  <fx@gnu.org>
1914         * progmodes/ebrowse.el (ebrowse-output): Don't use gensym.
1916 2003-02-17  Markus Rost  <rost@math.ohio-state.edu>
1918         * calendar/calendar.el (diary-file-name-prefix-function):
1919         Fix custom type.
1921 2003-02-17  Andre Spiegel  <spiegel@gnu.org>
1923         * vc-cvs.el (vc-cvs-dir-state): Protect against DIR not being
1924         under CVS control.  Suggested by Masanobu UMEDA.
1926 2003-02-17  Kenichi Handa  <handa@m17n.org>
1928         * files.el (insert-directory): Add workaround for the case that we
1929         can't trust ls's output as to byte positions of filenames.
1931 2003-02-15  Richard M. Stallman  <rms@gnu.org>
1933         * ffap.el: Many doc fixes.
1934         (ffap-replace-file-component):
1935         Renamed from ffap-replace-path-component.  Callers changed.
1936         (ffap-host-to-filename): Renamed from ffap-host-to-path.  Callers chgd.
1938         * international/iso-ascii.el (iso-ascii-display-table): New variable.
1939         (iso-ascii-standard-display-table): New variable.
1940         (iso-ascii-display): Define in iso-ascii-display-table.
1941         (iso-ascii-mode): New command.
1943         * tar-mode.el (tar-header-block-summarize):
1944         Use l for symlink, h for hard link.
1946 2003-02-15  David Kastrup  <dak@gnu.org>
1948         * net/ange-ftp.el (ange-ftp-get-file-entry): Allow for graceful
1949         failure returning nil, as documented.
1951 2003-02-14  Dave Love  <fx@gnu.org>
1953         * international/code-pages.el: Undo `Trailing whitepace deleted.'
1954         damage.
1955         (cp1125, mik): Nullify mime-charset.
1957         * language/cyrillic.el ("Cyrillic-KOI8"): Fix input-method.
1958         ("Russian"): New.
1959         ("Bulgarian"): Add tutorial.
1961         * international/mule-cmds.el (locale-language-names): Use Italian,
1962         Russian, Turkish, Chinese-EUC-TW.
1963         (set-locale-environment): Set ps-paper-type.
1965 2003-02-14  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>  (tiny change)
1967         * time.el (display-time-string-forms): Add face property to mail
1968         string.
1970 2003-02-14  Juanma Barranquero  <lektu@terra.es>
1972         * international/mule-cmds.el (view-hello-file): Use `view-file'
1973         instead of `find-file-read-only'.
1975         * dired-aux.el (dired-query-alist): Fix use of character constant.
1977         * simple.el (backward-delete-char-untabify): Likewise.
1979         * strokes.el (strokes-read-complex-stroke): Likewise.
1981         * wid-edit.el (widget-choose): Likewise.
1983         * xml.el (xml-parse-elem-type): Likewise.
1985         * emacs-lisp/testcover-ses.el (ses-exercise-signals): Likewise.
1987         * progmodes/cperl-mode.el (cperl-next-bad-style): Likewise.
1989         * progmodes/idlwave.el (idlwave-show-begin): Likewise.
1991 2003-02-13  Stefan Monnier  <monnier@cs.yale.edu>
1993         * international/mule-cmds.el (sort-coding-systems): Use \'.
1994         (select-safe-coding-system): Remove redundant assq check.
1995         Remove raw-text, emacs-mule and no-conversion from the list of
1996         proposed encodings unless there's nothing else.
1998 2003-02-13  Markus Rost  <rost@math.ohio-state.edu>
2000         * files.el (find-alternate-file): Undo last change.
2002         * dired.el (dired-directory): Add autoload cookie.
2004 2003-02-13  Juanma Barranquero  <lektu@terra.es>
2006         * international/characters.el: Use new ?\s syntax instead of "? "
2007         followed by a comment.
2009         * ruler-mode.el (ruler-mode-margins-char): Likewise.
2011 2003-02-13  Dave Love  <fx@gnu.org>
2013         * newcomment.el (comment-indent): Ensure space before added comment.
2015 2003-02-13  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
2017         * ps-print.el: Change the policy of background/foreground default
2018         color.
2019         (ps-print-version): New version number (6.5.9).
2020         (ps-default-fg, ps-default-bg): Adjust default value.
2021         (ps-begin-file, ps-begin-job): ps-default-fg and ps-default-bg
2022         variables now use `t' to indicate the use of Emacs session
2023         background/foreground color.
2024         (ps-output-string-prim): If index out of range, insert hexadecimal
2025         representation of character.
2027 2003-02-13  Kim F. Storm  <storm@cua.dk>
2029         * help.el (where-is): Rename remap-command to command-remapping.
2030         * help-fns.el (describe-function-1): Likewise.
2032 2003-02-12  Glenn Morris  <gmorris@ast.cam.ac.uk>
2034         * progmodes/fortran.el (fortran-fill): Fill lines that do not have
2035         comments.
2037 2003-02-12  Stefan Monnier  <monnier@cs.yale.edu>
2039         * progmodes/fortran.el (fortran-mode): Set comment-use-syntax.
2040         (fortran-fill-paragraph): Use fill-comment-paragraph.
2042 2003-02-12  Juanma Barranquero  <lektu@terra.es>
2044         * files.el (file-truename): Revert change from 2002-11-27.
2046 2003-02-12  Luc Teirlinck  <teirllm@mail.auburn.edu>
2048         * help-fns.el (describe-function-1): Change output for keyboard macros.
2050 2003-02-12  Andreas Schwab  <schwab@suse.de>
2052         * progmodes/sh-script.el (sh-mode-map): Don't remap
2053         beginning-of-defun to the non-existing command
2054         sh-beginning-of-compound-command.
2056 2003-02-12  Karl Chen  <quarl@hkn.eecs.berkeley.edu>  (tiny change)
2058         * files.el (find-alternate-file): Check whether `dired-directory'
2059         is bound.
2061 2003-02-12  Simon Marshall  <simon@gnu.org>
2063         * progmodes/make-mode.el (makefile-font-lock-keywords):
2064         Fontify single character variable references, but protect shell
2065         variables references.
2066         (makefile-mode): Make `$' be punctuation in font-lock-defaults.
2068 2003-02-12  Ami Fischman  <ami@fischman.org>
2070         Face markup of calendar and diary displays: Any entry line that
2071         ends with [foo:value] where foo is a face attribute (except :box
2072         :stipple) or with [face:blah] tags, will have these values applied
2073         to the calendar and fancy diary displays. These attributes "stack"
2074         on calendar displays.  File-wide attributes can be defined as
2075         follows: the first line matching "^# [tag:value]" defines the
2076         value for that particular tag.  All of the tags' regexps can be
2077         customized.
2079         * calendar/calendar.el (diary-face-attrs): New custom.
2080         (diary-file-name-prefix-function): New custom.
2081         (diary-glob-file-regexp-prefix): New custom.
2082         (diary-file-name-prefix): New custom.
2083         (generate-calendar-window): Check that font-lock-mode is bound
2084         before checking value.
2085         (mark-visible-calendar-date): Add the ability to pass face
2086         attribute/value pairs in the mark argument.  Handle the mark.
2088         * calendar/diary-lib.el (diary-attrtype-convert): Convert an
2089         attribute value string to the desired type.
2090         (diary-pull-attrs): New function that pulls the attributes off a
2091         diary entry, merges with file-global attributes, and returns
2092         the (possibly modified) entry and a list of attribute/values using
2093         diary-attrtype-convert.
2094         (list-diary-entries, fancy-diary-display, show-all-diary-entries)
2095         (mark-diary-entries, mark-sexp-diary-entries)
2096         (list-sexp-diary-entries): Add handling of file-global attributes;
2097         add handling of entry attributes using diary-pull-attrs.
2098         (mark-calendar-days-named, mark-calendar-days-named)
2099         (mark-calendar-date-pattern, mark-calendar-month)
2100         (add-to-diary-list): Add optional paramater `color' for passing
2101         face attribute info through the callchain.  Pass this parameter around.
2103 2003-02-11  Stefan Monnier  <monnier@cs.yale.edu>
2105         * progmodes/etags.el (find-tag-tag): Move (default foo) to before
2106         `:' in the prompt.
2107         (find-tag): Make sure we move point in the proper window.
2109         * progmodes/meta-mode.el (meta-fill-paragraph): Remove.
2110         (meta-common-initialization): Don't set fill-paragraph-function
2111         now that fill-paragraph takes care of comments.
2113         * progmodes/scheme.el (scheme-mode-syntax-table): Don't switch
2114         the current buffer's syntax-table.
2116         * progmodes/simula.el (simula-font-lock-syntactic-keywords): New var.
2117         (simula-font-lock-keywords-1): Simplify.
2118         (simula-font-lock-keywords-2): Use regexp-opt.
2119         (simula-emacs-features): Remove.
2120         (simula-mode-syntax-table): Setup %...\n as comment style b.
2121         (simula-mode-map): Remove compatibility cruft.
2122         (simula-keep-region-active): Remove.
2123         (simula-popup-menu): Simplify.
2124         (simula-mode): Move abbrev-table setup to top-level.
2125         (simula-match-string-or-comment): Remove.
2127         * progmodes/tcl.el (tcl-omit-ws-regexp): Correctly handle cases
2128         like `proc foo {a {b c} d} {'.
2129         (tcl-mode): Make comment-start-skip more selective.
2131         * info-xref.el (info-xref-check): Use line-beginning-position.
2132         (info-xref-all-info-files): Cons a bit less.
2133         (info-xref-check-buffer): Use push and replace-regexp-in-string.
2134         (info-xref-output): Call insert only once.
2135         (info-xref-whitespace): Remove.
2137 2003-02-11  John Paul Wallington  <jpw@gnu.org>
2139         * ibuffer.el (toplevel): Don't require `font-lock';
2140         require `font-core' instead, even though it is dumped.
2142         * ibuf-ext.el (ibuffer-save-with-custom, ibuffer-add-to-tmp-hide)
2143         (ibuffer-add-to-tmp-show): Doc fixes.
2145         * language/tamil.el ("Tamil"): Doc fix.
2147 2003-02-11  Juanma Barranquero  <lektu@terra.es>
2149         * language/vietnamese.el ("Vietnamese"): Fix typos.
2151         * info-xref.el (info-xref-check-buffer): Fix typo.
2153         * makefile.w32-in (DONTCOMPILE): Add malayalam.el and tamil.el.
2155 2003-02-11  Kenichi Handa  <handa@m17n.org>
2157         * loadup.el: Load "language/malayalam" and "language/tamil".
2159 2003-02-11  KAWABATA, Taichi  <kawabata@m17n.org>
2161         * Makefile.in (DONTCOMPILE): Add malayalam.el and tamil.el.
2163         * language/devan-util.el: Maintainer's mail address changed.
2164         (devanagari-composable-pattern): Add DANDA character.
2165         (dev-char-glyph): Add an entry for DANDA.
2167         * language/devanagari.el: Maintainer's mail address changed.
2169         * language/indian.el: Maintainer's mail address changed.
2171         * language/ind-util.el (indian-dev-base-table): Table fixed.
2172         (indian-pnj-base-table): Table contents defined.
2173         (indian-gjr-base-table): Likewise.
2174         (indian-ori-base-table): Likewise.
2175         (indian-bng-base-table): Likewise.
2176         (indian-asm-base-table): Likewise.
2177         (indian-tlg-base-table): Likewise.
2178         (indian-knd-base-table): Likewise.
2179         (indian-mlm-base-table): Likewise.
2180         (indian-tml-base-table): Likewise.
2181         (indian-pnj-itrans-v5-hash, indian-gjr-itrans-v5-hash)
2182         (indian-ori-itrans-v5-hash, indian-bng-itrans-v5-hash)
2183         (indian-asm-itrans-v5-hash, indian-tlg-itrans-v5-hash)
2184         (indian-knd-itrans-v5-hash, indian-mlm-itrans-v5-hash)
2185         (indian-tml-itrans-v5-hash): New variables.
2187         * language/malayalam.el: New file.
2188         * language/mlm-util.el: New file.
2189         * language/tamil.el: New file.
2190         * language/tml-util.el: New file.
2192 2003-02-11  Kevin Ryde  <user42@zip.com.au>
2194         * info-xref.el: New file.
2196 2003-02-10  Stefan Monnier  <monnier@cs.yale.edu>
2198         * textmodes/page-ext.el (pages-directory-mode-map): New.
2199         (pages-directory-map): Redefine as an varalias.
2200         (pages-directory-mode): Use new map var and run mode hook.
2201         (pages-directory-address-mode): Use define-derived-mode.
2203         * textmodes/texinfmt.el (texinfo-format-iftex, texinfo-format-ifhtml)
2204         (texinfo-format-ifplaintext, texinfo-format-tex, texinfo-format-html)
2205         (texinfo-format-ifnotinfo, texinfo-format-titlepage)
2206         (texinfo-format-titlespec, texinfo-format-ignore, texinfo-if-set)
2207         (texinfo-if-clear): Use re-search-forward's return value.
2208         (texinfo-sort-startkeyfun, texinfo-format-buffer-1)
2209         (texinfo-format-region): Use line-{end,beginning}-position.
2210         (texinfo-append-refill, texinfo-alias): Use match-string-no-properties.
2212         * emacs-lisp/eldoc.el (eldoc-echo-area-multiline-supported-p)
2213         (eldoc-use-idle-timer-p): Remove.
2214         (timer): Never require.  It only works in current Emacs anyway.
2215         (eldoc-mode, eldoc-message, eldoc-display-message-p)
2216         (eldoc-docstring-format-sym-doc, eldoc-remove-command): Simplify.
2218         * ffap.el (ffap-complete-as-file-p):
2219         Use minibuffer-completing-file-name.
2221         * international/mule.el (load-with-code-conversion): Use push.
2223         * font-core.el (font-lock-defontify): Use restore-buffer-modified-p.
2225         * gud.el (gud-gdb-run-command-fetch-lines, gud-display-line):
2226         Use with-current-buffer and simplify.
2228         * help-mode.el (help-xref-on-pp): Only add xref if the text
2229         is less than 5K.
2231         * pcvs-parse.el (cvs-parse-table): "no longer in repo" does not
2232         make the file dead if we used the -n arg.
2234         * emacs-lisp/cl-macs.el (process-get): Add setf method.
2236         * server.el (server-previous-strings): Remove.
2237         (server-process-filter): Use (process-get 'previous-string) instead.
2238         (server-sentinel): Remove code made superfluous.
2240 2003-02-10  Luc Teirlinck  <teirllm@mail.auburn.edu>
2242         * info.el (Info-follow-nearest-node): Implement new behavior.
2244 2003-02-10  Juanma Barranquero  <lektu@terra.es>
2246         * progmodes/ebnf-otz.el (ebnf-optimize, ebnf-optimize1): Fix typo.
2248         * progmodes/ebnf2ps.el (ebnf2ps): Fix typo.
2249         (ebnf-syntactic): Change group name and tag from "ebnf-syntatic".
2250         (ebnf-syntax, ebnf-lex-comment-char, ebnf-lex-eop-char)
2251         (ebnf-terminal-regexp, ebnf-case-fold-search)
2252         (ebnf-iso-alternative-p, ebnf-iso-normalize-p)
2253         (ebnf-yac-ignore-error-recovery): Add to group "ebnf-syntactic", not
2254         "ebnf-syntatic".
2255         (ebnf-optimize, ebnf-print-buffer, ebnf-print-region)
2256         (ebnf-spool-buffer, ebnf-spool-region, ebnf-eps-buffer)
2257         (ebnf-eps-region, ebnf-syntax-buffer, ebnf-syntax-region)
2258         (ebnf-generate-region): Fix typo.
2260 2003-02-10  KAWABATA, Taichi  <kawabata@m17n.org>
2262         * language/ind-util.el (indian-itrans-v5-table): Add entries for
2263         "E" and "O".
2265 2003-02-10  Martin Stjernholm  <bug-cc-mode@gnu.org>
2267         * progmodes/cc-styles.el (c-set-offset): Don't find a default
2268         syntactic element through syntactic analysis if called outside
2269         a CC Mode buffer.
2271 2003-02-09  Martin Stjernholm  <bug-cc-mode@gnu.org>
2273         * progmodes/cc-mode.el (c-basic-common-init):
2274         Install `c-fill-paragraph' on `fill-paragraph-function'.
2275         Although it's not the normal way to call it in a CC Mode buffer it
2276         makes a direct call to `fill-paragraph' work better.
2278 2003-02-08  Kim F. Storm  <storm@cua.dk>
2280         * printing.el (pr-get-symbol): Define during compile.
2282 2003-02-07  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
2284         * printing.el: New file.
2286 2003-02-07  Francesco Potort\e,Al\e(B  <pot@gnu.org>
2288         * language/european.el ("French", "Slovenian"): Fix doc strings.
2290 2003-02-06  John Paul Wallington  <jpw@gnu.org>
2292         * mail/rmailsum.el (rmail-summary-previous-msg): Add docstring.
2293         (rmail-summary-line-count-flag, rmail-summary-previous-labeled-message)
2294         (rmail-summary-next-labeled-message, rmail-summary-resend)
2295         (rmail-summary-override-mail-send-and-exit): Doc fixes.
2297 2003-02-06  Francesco Potort\e,Al\e(B  <pot@gnu.org>
2299         * language/european.el ("Italian"): New.
2301 2003-02-06  Matthew Swift  <swift@alum.mit.edu>
2303         * dired.el (dired-move-to-filename-regexp): Support "K" suffix on
2304         "ls -alh" output.
2306 2003-02-05  Juanma Barranquero  <lektu@terra.es>
2308         * font-lock.el (font-lock-reference-face): Add obsolescence
2309         declaration and remove redundant info from docstring.
2311         * log-edit.el (cvs-commit-buffer-require-final-newline)
2312         (cvs-changelog-full-paragraphs): Likewise.
2314         * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button)
2315         (mouse-wheel-click-button): Likewise.
2317         * pcvs-defs.el (cvs-diff-ignore-marks, cvs-diff-buffer-name): Likewise.
2319         * vc.el (vc-annotate-display, vc-checkout-carefully): Likewise.
2321         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
2322         (vc-header-alist): Likewise.
2324         * emacs-lisp/checkdoc.el (checkdoc-minor-keymap): Likewise.
2326         * textmodes/outline.el (outline-visible): Likewise.
2328 2003-02-05  Kim F. Storm  <storm@cua.dk>
2330         * ido.el (ido-define-mode-map):
2331         Undo last change (duplicates part of 2003-02-04 change).
2332         Remap `viper' delete commands only in file or dir mode.
2334 2003-02-05  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2336         * ido.el (ido-define-mode-map): Interact with Viper.
2338 2003-02-05  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2340         * net/tramp.el: Version 2.0.29 released.
2341         (tramp-send-region): Protect against tramp-chunksize being nil.
2342         (tramp-chunksize): Set default to 500 as workaround for some ssh
2343         connections.
2344         (tramp-handle-directory-file-name): New implementation.  Not sure
2345         if it works.
2346         (tramp-md5-function): Require md5 before checking function md5.
2347         If using md5-encode, put wrapper around it that converts vector of
2348         bytes to ascii text.
2349         (top-level): Avoid byte-compiler warnings of unused variables if
2350         the byte-compiler supports this.  This is for the
2351         with-parsed-tramp-file-name macro which is wont to produce such stuff.
2353 2003-02-05  Michael Albinus  <Michael.Albinus@alcatel.de>
2355         * net/tramp.el (tramp-handle-directory-file-name): Handle the case
2356         PATH is "".
2357         (tramp-completion-handle-file-name-all-completions):
2358         Define `tramp-current-user' locally.  See `tramp-parse-passwd'.
2359         (tramp-parse-passwd): For su-alike methods it would be desirable
2360         to return "root@localhost" as default.  Unfortunately, we have no
2361         information whether any user name has been typed already.  So we
2362         (mis-)use tramp-current-user as indication, assuming it is set in
2363         `tramp-completion-handle-file-name-all-completions'.
2364         (tramp-send-region): Handle the case `tramp-chunksize' is equal 0.
2365         I did it accidently.  Infinite loop ...
2366         (tramp-get-device): `tramp-make-tramp-file-name' must not be
2367         called with NIL path.  It fails in case of multi-method.
2368         (tramp-file-name-for-operation):  Apply `expand-file-name' for
2369         relative file names only.  Otherwise there might be problems if
2370         the default directory is another Tramp directory as the directory
2371         the file is based on.
2372         (tramp-find-foreign-file-name-handler): Check whether FILENAME is
2373         a Tramp file name.  It isn't if it comes from an expanded file
2374         name (like "/xx:yy//zz").
2375         (tramp-devices): New variable.  Keeps virtual device numbers.
2376         Devices must distinguish physical file systems.  The device
2377         numbers provided by "lstat" aren't unique, because we operate on
2378         different hosts.  So we use virtual device numbers, generated by
2379         `tramp-get-device'.  Both Ange-FTP and EFS use device number -1.
2380         In order to be different, we use device number (-1 x), whereby "x"
2381         is unique for a given (multi-method method user host).
2382         Suggested by Kai.
2383         (tramp-perl-file-attributes): Always return device number -1.
2384         There will be a virtual device number set in
2385         `tramp-handle-file-attributes', which replaces this one.
2386         (tramp-handle-file-attributes): Set virtual device number.
2387         (tramp-get-device): New function.  Returns the virtual device
2388         number.  If it doesn't exist, generate a new one.
2389         (tramp-handle-file-regular-p): Use Emacs file name primitives
2390         instead of calling tramp-handle-* equivalents directly.
2391         Needed for tramp-smb.
2392         (tramp-completion-function-alist-ssh): Add parsing of
2393         "/etc/ssh_config" and "~/.ssh/config".  Suggested by Kai.
2394         (tramp-completion-function-alist, tramp-set-completion-function):
2395         Doc string update.
2396         (tramp-parse-sconfig, tramp-parse-sconfig-group): New functions.
2397         Provide parsing of "~/.ssh/config" style files.
2398         (tramp-completion-handle-expand-file-name):
2399         Apply `tramp-drop-volume-letter'.  Otherwise, there are problems
2400         on W32 systems.
2401         (tramp-completion-mode): Perform check (integerp last-input-event)
2402         before (event-modifiers last-input-event) -- there might be
2403         problems if `last-input-event' is a mouse event.
2404         (tramp-parse-rhosts, tramp-parse-shosts)
2405         (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc):
2406         Use `file-readable-p' instead of `file-exists-p'.  Otherwise these
2407         functions might block.  Reported by <kin@neoscale.com>.
2409         * net/tramp-ftp.el (top-level): eval-after-load "ange-ftp"
2410         '(tramp-disable-ange-ftp).  Suggested by Kai.
2411         (tramp-ftp-file-name-handler): `tramp-disable-ange-ftp' not needed
2412         any longer.
2413         (top-level): Defaults for `tramp-default-method-alist' must be a list.
2415         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
2416         Apply `tramp-handle-directory-file-name'.
2417         (tramp-smb-handle-file-attributes):  Apply `tramp-get-device'.
2418         ATIME and CTIME are (0 0) now (= "don't know"), which is more honest.
2419         (tramp-smb-handle-make-directory): Use Emacs file name primitives
2420         instead of calling tramp-smb-handle-* equivalents directly.
2421         (tramp-smb-read-file-entry): Return size as a number, not a string.
2422         (top-level): Defaults for `tramp-default-method-alist' must be a list.
2424 2003-02-05  Stefan Monnier  <monnier@cs.yale.edu>
2426         * completion.el (eval-when-compile-load-eval, completion-eval-when)
2427         (cmpl-read-time-eval, minibuffer-window-selected-p): Remove.
2428         (completion-min-length, completion-max-length)
2429         (completion-prefix-min-length): Don't hard-code the default value
2430         when byte-compiling.
2431         (complete): Inline minibuffer-window-selected-p.
2433 2003-02-04  Richard M. Stallman  <rms@gnu.org>
2435         * term.el (term-raw-map): Set it up at load time.
2436         (term-char-mode): Don't set up term-raw-map here.
2437         (term-set-escape-char): Don't set up C-x subcommand.
2438         (term-ansi-face-already-done): Renamed from
2439         term-ansi-face-alredy-done.
2440         (term-command-hook): Avoid error if STRING is empty.
2441         (term, term-mode): Doc fixes.
2443         * term.el: Redesign handling of colors and faces.
2444         Delete all the faces that this mode used to make.
2445         (ansi-term-color-vector): New variable.
2446         (ansi-term-fg-faces-vector, ansi-term-bg-faces-vector)
2447         (ansi-term-inv-bg-faces-vector, ansi-term-inv-fg-faces-vector):
2448         Variables deleted.
2449         (term-default-fg-color, term-default-bg-color): Use defcustom.
2450         (term-handle-colors-array): Use ansi-term-color-vector,
2451         and specify face attributes rather than faces in `face' property.
2453         * term.el (term-ansi-fg-faces-vector, term-ansi-bg-faces-vector)
2454         (term-ansi-inv-fg-faces-vector, term-ansi-inv-bg-faces-vector)
2455         (term-ansi-reverse-faces-vector): Delete unused variables.
2456         (term-ignore-error): Delete macro.
2458         * simple.el (back-to-indentation): Skip all whitespace
2459         except for newlines.
2461         * files.el (find-alternate-file): Handle dired-directory
2462         like buffer-file-name.
2464         * dired.el (dired-find-buffer-nocreate): Avoid error if
2465         dired-directory is nil.
2467 2003-02-04  Juanma Barranquero  <lektu@terra.es>
2469         * image.el (image-type-regexps): Fix typo.
2471         * international/characters.el: Restore missing space and put a
2472         comment to protect it from being deleted as trailing whitespace.
2474         * ruler-mode.el (ruler-mode-margins-char): Likewise.
2476 2003-02-04  Francesco Potort\e,Al\e(B  <pot@gnu.org>
2478         * mail/rmailout.el (rmail-output): If preserving MIME-version,
2479         preserve Content-type too.
2481 2003-02-04  Kim F. Storm  <storm@cua.dk>
2483         * ido.el (ido-define-mode-map): Remap viper delete char/word
2484         commands to their ido specific equivalents.  Disable ESC in
2485         viper mode (to avoid exiting insert mode), since ido doesn't
2486         work in viper command mode.
2487         (ido-delete-backward-updir, ido-delete-backward-word-updir):
2488         Handle remapped viper commands.
2490 2003-02-03  Juanma Barranquero  <lektu@terra.es>
2492         * calculator.el (calculator): Don't use the minibuffer even in
2493         electric mode; use a private buffer and display it in the minibuffer
2494         window using `set-window-buffer'.
2496 2003-02-03  Dave Love  <fx@gnu.org>
2498         * emacs-lisp/benchmark.el: New.
2500 2003-02-02  Andreas Schwab  <schwab@suse.de>
2502         * progmodes/asm-mode.el (asm-font-lock-keywords): Allow arbitrary
2503         words separated by dots.  Match optional parenthesized word at
2504         start of line.
2506         * font-lock.el
2507         (font-lock-match-c-style-declaration-item-and-skip-to-next):
2508         Don't require underscore in word before double open-paren.
2510 2003-02-02  John Paul Wallington  <jpw@gnu.org>
2512         * hexl.el (hexl-mode-map): Bind C-m to `hexl-self-insert-command'.
2514 2003-02-01  Stephen Gildea  <gildea@stop.mail-abuse.org>
2516         * time-stamp.el: Tweak doc strings and preamble commentary.
2517         (time-stamp): Fix parsing of "%%a" in time-stamp-pattern (change
2518         regexp subpattern 5)
2519         (time-stamp-pattern): Initialize to nil to avoid regexp work in
2520         default case.
2521         (time-stamp-string): Call set-time-zone-rule instead of setenv
2522         (time-stamp-hhmmss): Remove (not needed after all).
2523         (time-stamp-month-dd-yyyy, time-stamp-dd/mm/yyyy)
2524         (time-stamp-mon-dd-yyyy, time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
2525         (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd, time-stamp-yymmdd)
2526         (time-stamp-hh:mm:ss, time-stamp-hhmm): Make obsolete.
2528 2003-01-31  Stefan Monnier  <monnier@cs.yale.edu>
2530         * cus-edit.el (custom-unlispify-menu-entry): Use with-current-buffer.
2531         (custom-save-variables): Use dolist, simplify.
2532         Output a message if a `requests' entry looks suspicious.
2533         (custom-save-faces): Use dolist, simplify.
2535 2003-01-31  Christoph Wedler  <Christoph.Wedler@sap.com>
2537         * antlr-mode.el: Bug fixes, miscellaneous.
2538         (antlr-mode): Make major mode work with cc-mode-5.29 or higher,
2539         make it more rubust against changes in cc-mode's style variables
2540         by using `boundp' and function `c-init-language-vars' if defined.
2541         (antlr-c++-mode-extra): Only ask if language is not "Cpp".
2542         (antlr-read-value): With completion, ignore case.
2543         (antlr-run-tool-interactive): New function.
2544         (antlr-run-tool): Use it for `interactive' specification.
2546         * antlr-mode.el: Simplify Emacs/XEmacs compatibility.
2547         (cond-emacs-xemacs): New compile-time macro.
2548         (defunx): New compile-time macro.
2549         (ignore-errors-x): New compile-time macro.
2550         (save-buffer-state-x): New compile-time macro.
2552         (antlr-scan-sexps, antlr-simple-scan-sexps): Deletia.
2553         (antlr-scan-lists, antlr-simple-scan-sexps): Deletia.
2554         (antlr-simple-default-directory): Deletia.
2555         (antlr-default-directory): Define directly.
2556         (antlr-simple-read-shell-command): Deletia.
2557         (antlr-read-shell-command): Define directly.
2558         (antlr-simple-with-displaying-help-buffer): Deletia.
2559         (antlr-with-displaying-help-buffer): Define directly.
2560         (antlr-fast-invalidate-context-cache): Deletia.
2561         (antlr-slow-invalidate-context-cache): Deletia.
2562         (antlr-invalidate-context-cache): Define directly.
2563         (antlr-fast-syntactic-context): Deletia.
2564         (antlr-slow-syntactic-context): Deletia.
2565         (antlr-syntactic-context): Define directly.
2567         (antlr-mode-menu): Use new macros.
2568         (antlr-font-lock-additional-keywords): Ditto.
2569         (antlr-skip-sexps): Ditto.
2570         (antlr-end-of-rule): Ditto.
2571         (antlr-beginning-of-rule): Ditto.
2572         (antlr-end-of-body): Ditto.
2573         (antlr-beginning-of-body): Ditto.
2574         (antlr-hide-actions): Ditto.
2575         (antlr-option-kind): Ditto.
2577         * antlr-mode.el: In Emacs, use face attribute :weight, not :bold.
2578         (antlr-font-lock-keyword-face): Use new macros.
2579         (antlr-font-lock-syntax-face): Ditto.
2580         (antlr-font-lock-ruledef-face): Ditto.
2581         (antlr-font-lock-tokendef-face): Ditto.
2582         (antlr-font-lock-literal-face): Ditto.
2584         Changes from 2002-05-24:
2586         * antlr-mode.el: Version 2.2a.
2588         Changes from 2002-05-03:
2590         * antlr-mode.el: Make context parsing faster on Emacs, for faster
2591         syntax highlighting, indentation and imenu support.
2592         Suggested by Aaron Davies <adavies42@users.sourceforge.net>.
2593         (antlr-slow-context-cache): New variable.
2594         (antlr-slow-syntactic-context): Use cache.
2595         (antlr-slow-cache-enabling-symbol): New internal variable.
2596         (antlr-slow-cache-diff-threshold): New variable.
2597         (antlr-fast-invalidate-context-cache): Renamed from
2598         antlr-xemacs-bug-workaround.
2599         (antlr-imenu-create-index-function): Search from beginning.
2601         * antlr-mode.el: More sophisticated indentation, i.e., use the
2602         indentation engine of cc-mode for most actions.
2603         (antlr-c-common-init): Allow nil for `antlr-indent-style'.
2604         (antlr-indent-line): Use indentation engine of cc-mode more often.
2605         (antlr-indent-at-bol-alist): Only used for header actions.
2606         (antlr-disabling-cc-syntactic-symbols): New variable.
2607         (antlr-indent-item-regexp): Delete stuff for actions.
2608         (antlr-indent-at-bol-alist): With language "Java", indent
2609         "package" and "import" at column 0 in header part.
2611         * antlr-mode.el (antlr-simple-default-directory): Define.
2612         (antlr-simple-read-shell-command): Define.
2613         (antlr-simple-with-displaying-help-buffer): Define.
2614         (antlr-simple-scan-sexps, antlr-simple-scan-lists):
2615         Renamed from antlr-scan-{sexps,lists}-internal.
2617         Changes from 2002-02-28:
2619         * antlr-mode: Version 2.2 is released.
2621         * antlr-mode.el (antlr): Moved to SourceForge.net
2623         * antlr-mode.el: Minor bug fixes: insert options and indentation.
2624         (antlr-option-location): Don't use point as position where to
2625         insert options if point is in comment.
2626         (antlr-mode): Don't set style here.
2627         (antlr-c-common-init): Set style here.  If boundp, set
2628         `c-current-comment-prefix' to not break indentation in comments.
2629         Hm, I should probably split `c-common-init' from cc-mode into two
2630         parts, one of which I could use for antlr-mode.el.
2632         Changes from 2002-01-31:
2634         * antlr-mode.el (antlr-font-lock-additional-keywords):
2635         Also hightlight `~' with `antlr-font-lock-syntax-face'.
2636         Suggested by Helmut Neukirchen <neukirchen@itm.mu-luebeck.de>.
2638 2003-01-31  Joe Buehler  <jhpb@draco.hekimian.com>
2640         * comint.el:
2641         * dired-aux.el:
2642         * dired.el:
2643         * dirtrack.el:
2644         * dos-w32.el:
2645         * fast-lock.el:
2646         * filecache.el:
2647         * files.el:
2648         * hippie-exp.el:
2649         * international/mule.el:
2650         * net/browse-url.el:
2651         * pcomplete.el:
2652         * recentf.el:
2653         * shell.el:
2654         * woman.el: Added cygwin to system-type comparisons.
2656 2003-01-31  Francesco Potort\e,Al\e(B  <pot@gnu.org>
2658         * mail/undigest.el (rmail-forward-separator-regex): New custom
2659         variable.
2660         (unforward-rmail-message): Use it.
2662 2003-01-30  Dave Love  <fx@gnu.org>
2664         * textmodes/ispell.el (lookup-words): Fix last change.
2666 2003-01-29  John Paul Wallington  <jpw@gnu.org>
2668         * font-lock.el (lisp-font-lock-keywords-1): Match `deftheme'.
2670         * emacs-lisp/lisp-mode.el (toplevel): Define docstring offset for
2671         `deftheme'.  Fix docstring offsets for `define-ibuffer-filter' and
2672         `define-ibuffer-sorter'.
2673         (lisp-imenu-generic-expression): Add `deftheme' to types.
2675         * custom.el (customize-mark-to-save, customize-mark-as-set)
2676         (custom-remove-theme): Doc fixes.
2678 2003-01-29  Didier Verna  <didier@xemacs.org>
2680         * cus-edit.el (custom-save-variables): Also save non theme'd ones.
2681         * cus-edit.el (custom-save-faces): Ditto.
2683 2003-01-29  Juanma Barranquero  <lektu@terra.es>
2685         * composite.el (decompose-composite-char): Fix docstring.
2687         * select.el (x-set-cut-buffer): Fix docstring.  Check type with
2688         `stringp' instead of `substring'.
2690         * textmodes/reftex.el (reftex-TeX-master-file): Use really the buffer
2691         file name if no other master file is located.
2693         * progmodes/cperl-mode.el (cperl-beautify-level)
2694         (cperl-beautify-regexp): Fix use of `prefix-numeric-value'.
2695         (cperl-calculate-indent): Fix typo.
2697 2003-01-29  Taro Kawagishi  <tarok@transpulse.org>
2699         * arc-mode.el (archive-lzh-summarize): Fix previous change.
2701 2003-01-29  Kim F. Storm  <storm@cua.dk>
2703         * emacs-lisp/authors.el: New format of AUTHORS file; list each
2704         author name once followed by contributed and changed files.
2705         Improve selection of entries to include in list, and generate list
2706         of unrecognized entries indicating syntax errors in ChangeLog files.
2707         (authors-coding-system): New variable.
2708         (authors-many-files): Update doc string.
2709         (authors-aliases): Change format. Now one entry with multiple
2710         aliases per author.
2711         (authors-valid-file-names, authors-renamed-files-alist)
2712         (authors-renamed-files-regexps): New variables.
2713         (authors-canonical-file-name): New function.  Validates that file
2714         exists or occurs in one of the above lists.  Record unrecognized
2715         file names in global authors-invalid-file-names list.
2716         (authors-add): Change to record per-change counts.
2717         (authors-canonical-author-name): Handle new format of
2718         authors-aliases list.
2719         (authors-scan-change-log): Rename FILE arg to LOG-FILE.
2720         Change doc string to describe new entry format.
2721         Only add author entries for valid file names.
2722         (authors-print): Replace by authors-add-to-author-list.
2723         (authors-add-to-author-list): New function which reorders
2724         per-file entries and adds them to global authors-author-list.
2725         (authors): Instead of authors-print to insert in *Authors* buffer,
2726         use authors-add-to-author-list to reorder the list and then
2727         insert result in *Authors* buffer with new format.
2728         Generate *Authors Errors* compilation-mode buffer listing
2729         unrecognized ChangeLog entries.
2731 2003-01-28  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
2733         * term/mac-win.el: Add entries in function-key-map for
2734         [tab], [backspace], [escape].
2736 2003-01-28  Kim F. Storm  <storm@cua.dk>
2738         * info.el (Info-extract-menu-node-name): Another fix for
2739         2003-01-24 change.  Also stop search if : is followed by TAB.
2741 2003-01-28  John Paul Wallington  <jpw@gnu.org>
2743         * ibuf-ext.el (ibuffer-yank-filter-group): Move check for empty
2744         `ibuffer-filter-group-kill-ring' out of `interactive' declaration.
2746 2003-01-28  Martin Stjernholm  <bug-cc-mode@gnu.org>
2748         * progmodes/cc-vars.el, progmodes/cc-mode.el
2749         (c-require-final-newline): Made this variable an alist to
2750         specify a value for each language.  The default value causes
2751         `require-final-newline' to be set to t only in languages where
2752         the standard requires a final newline.
2754 2003-01-27  Kim F. Storm  <storm@cua.dk>
2756         * simple.el (kill-new): Improve doc string for yank-handler.
2757         Signal args-out-of-range error if yank-handler is specified for
2758         an empty string.
2760         * subr.el (insert-for-yank): Remove COMMAND element from yank handler.
2762 2003-01-27  Dave Love  <fx@gnu.org>
2764         * dired-x.el (dired-filename-at-point): Fix last change and tidy up.
2766         * thingatpt.el (thing-at-point-file-name-chars):
2767         Include non-ASCII again and re-write the filename ops.
2769 2003-01-27  David Ponce  <david@dponce.com>
2771         * makefile.w32-in (update-subdirs-SH): Create lisp/subdirs.el.
2773 2003-01-27  Juanma Barranquero  <lektu@terra.es>
2775         * filesets.el (filesets-file-open): Fix typo.
2777         * vcursor.el (vcursor-disable): Likewise.
2779         * eshell/esh-cmd.el (eshell-separate-commands): Likewise.
2781         * progmodes/cc-styles.el (c-make-styles-buffer-local): Likewise.
2783         * progmodes/cc-vars.el (c-offsets-alist): Likewise.
2785         * progmodes/ebrowse.el (ebrowse-draw-tree-fn): Likewise.
2787 2003-01-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
2789         * progmodes/cc-vars.el, progmodes/cc-mode.el
2790         (c-require-final-newline): Add a variable to make the
2791         initialization of `require-final-newline' more configurable.
2793 2003-01-26  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2795         * emacs-lisp/authors.el (authors-aliases): Add Jan D.
2796         Set iso-2022-7bit coding: cookie.
2798 2003-01-26  Kim F. Storm  <storm@cua.dk>
2800         * info.el (Info-extract-menu-node-name): Fix 2003-01-24 change.
2801         Don't search for next colon if current colon is followed by
2802         one of ".", ",", ";", or ")".
2803         (info-insert-file-contents) [!MSDOS]: Avoid byte-compiler warning.
2804         (Info-find-node) [!MSDOS]: Avoid byte-compiler warning.
2806 2003-01-26  Richard M. Stallman  <rms@gnu.org>
2808         * thingatpt.el (thing-at-point-file-name-chars): Undo previous change.
2810 2003-01-25  Bill Wohler  <wohler@newt.com>
2812         * mh-e: Created directory. ChangeLog will appear in a week when we
2813         release version 7.2.
2815         * mail/mh-alias.el, mail/mh-comp.el, mail/mh-customize.el, mail/mh-e.el,
2816         mail/mh-funcs.el, mail/mh-identity.el, mail/mh-index.el,
2817         mail/mh-loaddefs.el, mail/mh-mime.el, mail/mh-pick.el,
2818         mail/mh-seq.el, mail/mh-speed.el, mail/mh-utils.el,
2819         mail/mh-xemacs-compat.el: Moved to mh-e directory.
2820         Note that reply2.pbm and reply2.xpm, which were created by the
2821         MH-E package, were left in mail since they can probably be used by
2822         other mail packages.
2824         * makefile.w32-in (WINS): Add mh-e.
2826         * makefile.nt (WINS): Add mh-e.
2828 2003-01-25  Richard M. Stallman  <rms@gnu.org>
2830         * emacs-lisp/bytecomp.el (byte-compile-file-form-custom-declare-variable):
2831         Compile any lambda-expressions among the args.
2833         * view.el (view-mode): Doc fix.
2835         * ido.el: Many doc fixes.
2836         (ido-complete): Fix message.
2838 2003-01-25  Taro Kawagishi  <tarok@transpulse.org>
2840         * arc-mode.el (archive-unixdate): Correct the date field string.
2841         (archive-lzh-summarize): Extend it to allow the LZH level 2 header
2842         type (which is most prevalent now), in addition to the already
2843         supported level 0 and 1 header types.
2845 2003-01-25  Markus Rost  <rost@math.ohio-state.edu>
2847         * international/mule-cmds.el (set-language-info)
2848         (current-language-environment): Simplify setting the type of
2849         current-language-environment.
2851 2003-01-25  Kim F. Storm  <storm@cua.dk>
2853         * emulation/cua-base.el (cua--init-keymaps): Move C-S-x and C-S-c
2854         bindings from cua--cua-keys-keymap to cua--region-keymap, as they are
2855         only needed when the region is active.  This also makes the output
2856         from C-h b look normal when cua-mode is enabled (no C-S-x/c bindings).
2858 2003-01-25  Michael Kifer  <kifer@cs.stonybrook.edu>
2860         * ediff.el (ediff-revision): Better defaults.
2862         * ediff-vers.el (ediff-vc-latest-version): New function.
2863         (ediff-vc-internal): Use latest version instead of working version.
2865 2003-01-24  Thien-Thi Nguyen  <ttn@gnu.org>
2867         * info.el (Info-extract-menu-node-name): When looking for end of menu
2868         item, don't stop at first ":"; instead, continue until trailing
2869         context is either a space or newline.
2870         (Info-complete-menu-item): Var `pattern': allow ":" in menu item.
2871         (Info-menu): Likewise, for regexp used in backwards search.
2872         (Info-try-follow-nearest-node): Remove case added in previous edit.
2873         Change regexp in the following case to allow ":" in menu item.
2874         (Info-fontify-node): Fix bug: Handle `next-property-change' returning
2875         point-max as "hasn't already been done".
2877 2003-01-24  Thien-Thi Nguyen  <ttn@gnu.org>
2879         * info.el (Info-try-follow-nearest-node): Add case: Handle menu item
2880         terminated by ": " as an index entry.
2882 2003-01-24  Juanma Barranquero  <lektu@terra.es>
2884         * isearch.el (isearch-forward): Fix typo.
2886 2003-01-24  Kenichi Handa  <handa@m17n.org>
2888         * international/mule.el (decode-coding-inserted-region):
2889         Rename from decode-coding-region-as-inserted-from-file to make it fit
2890         well in the Lisp manual.
2892         * jka-compr.el (jka-compr-insert-file-contents):
2893         Call docode-coding-inserted-region.
2895 2003-01-24  John Paul Wallington  <jpw@gnu.org>
2897         * ibuffer.el (ibuffer-window-list): Remove.
2898         (ibuffer-confirm-operation-on): Use `window-list' instead.
2899         (ibuffer-load-hook): New customizable variable.
2900         (toplevel): Run it.
2901         (ibuffer-customize): New command.
2902         (ibuffer-mode-map): Bind it.
2903         (ibuffer-mode-map): Add menu seperator in View>Sort menu.
2904         (ibuffer-mode): Tidy.
2905         (ibuffer-fontification-alist, ibuffer-always-show-last-buffer)
2906         (ibuffer-default-directory, ibuffer-default-sorting-mode)
2907         (ibuffer-maybe-show-predicates, ibuffer-hook, ibuffer-mode-hook)
2908         (ibuffer-map-lines): Doc fixes.
2910         * ibuf-ext.el (ibuffer-copy-filename-as-kill): C-u means relative
2911         filenames.  Use `kill-new'.
2913 2003-01-23  Dave Love  <fx@gnu.org>
2915         * abbrev.el (write-abbrev-file): Simplify, and put a coding cookie
2916         in the file.
2918 2003-01-23  Masatake YAMATO  <jet@gyve.org>
2920         * progmodes/asm-mode.el (asm-mode): Add syntax table entries for
2921         /* */ comments.
2923 2003-01-23  Kenichi Handa  <handa@m17n.org>
2925         * files.el (insert-directory): Read the output of "ls" by
2926         no-conversion, and decode it later while preserving
2927         `dired-filename' property.
2929 2003-01-23  Markus Rost  <rost@math.ohio-state.edu>
2931         * descr-text.el (describe-text-mode-hook): Add a group.
2933 2003-01-23  John Paul Wallington  <jpw@shootybangbang.com>
2935         * term/mac-win.el (interprogram-paste-function): Handle empty
2936         clipboard.
2938 2003-01-22  Aubrey Jaffer  <agj@alum.mit.edu>  (tiny change)
2940         * info.el (Info-index): Change pattern so that index entries with
2941         colons can be read properly; also, require at least one space
2942         after the colons, which makeinfo puts in.
2944 2003-01-22  Andreas Schwab  <schwab@suse.de>
2946         * jka-compr.el (jka-compr-insert-file-contents): Fix typo in last
2947         change.
2949 2003-01-22  Markus Rost  <rost@math.ohio-state.edu>
2951         * Makefile.in (bootstrap-after): New target.
2952         (bootstrap): Move finder-data, custom-deps to bootstrap-after.
2954 2003-01-22  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2956         * info.el (Info-index-next): Use "(`,' tries to find next)" for
2957         more matches for consistency with standalone info browser.
2959 2003-01-22  Kenichi Handa  <handa@m17n.org>
2961         * international/mule.el
2962         (decode-coding-region-as-inserted-from-file): New function.
2964         * jka-compr.el (jka-compr-insert-file-contents): Read a process
2965         output without decoding.  Decode the result by
2966         decode-coding-region-as-inserted-from-file.
2968 2003-01-22  Kim F. Storm  <storm@cua.dk>
2970         * ido.el (ido-make-file-list, ido-make-dir-list): Don't move
2971         visited directories to end of list; it's the wrong thing to do if
2972         we want to find a file or directory in such directories.
2974         * simple.el: Doc fixes.
2975         * subr.el: Doc fixes.
2977 2003-01-20  Nick Roberts  <nick@nick.uklinux.net>
2979         * gud.el (gud-display-line): If the current file is newer than its
2980         buffer, offer to reread the file.
2981         (gud-keep-buffer): New buffer local variable. Ensures offer to
2982         reread file is made just once.
2984 2003-01-20  Stefan Monnier  <monnier@cs.yale.edu>
2986         * emacs-lisp/regexp-opt.el (regexp-opt-group): Undo last change.
2987         Fix the docstring instead.
2989 2003-01-20  Glenn Morris  <gmorris@ast.cam.ac.uk>
2991         * calendar/calendar.el (calendar-only-one-frame-setup): Autoload it.
2993 2003-01-20  Richard M. Stallman  <rms@gnu.org>
2995         * simple.el (completion-setup-function): Set default-directory
2996         in the minibuffer, so it'll be copied into the completion list buffer.
2998         * emacs-lisp/regexp-opt.el (regexp-opt-group): Compute HALF2 properly.
3000         * loadup.el (load-path): Rename `path' local var.
3002         * progmodes/octave-mod.el (octave-mode-map): Change C-c i bindings
3003         to C-c C-i.  Duplicate its bindings with last char a ctl char.
3004         Also change C-c f to C-c C-f.
3006 2003-01-20  Markus Rost  <rost@math.ohio-state.edu>
3008         * ls-lisp.el (ls-lisp-use-insert-directory-program): Make default
3009         value system dependent.
3010         (ls-lisp-support-shell-wildcards): Add autoload cookie.
3012 2003-01-19  Kim F. Storm  <storm@cua.dk>
3014         * msb.el: Use `dir' instead of `path' everywhere.
3016 2003-01-18  Kim F. Storm  <storm@cua.dk>
3018         * simple.el (kill-new, kill-append, kill-region):
3019         New optional parameter yank-handler.
3020         (yank-excluded-properties): Add yank-handler to list.
3021         (yank-undo-function): New variable.
3022         (yank): Use it to undo previous yank or yank-pop command.
3023         Allow insert-for-yank to override this-command.
3025         * subr.el (insert-for-yank): Arg list changed; now only accepts one
3026         string rather than any number of strings; no callers needed change.
3027         Use yank-handler text property on the arg string.
3028         Set yank-undo-function variable appropriately for yank-pop.
3030 2003-01-18  Stefan Monnier  <monnier@cs.yale.edu>
3032         * textmodes/fill.el (fill-comment-paragraph): Fix simplistic
3033         regexp-concatenation.
3035         * add-log.el (add-change-log-entry): Don't leave space at eol.
3036         (add-log-current-defun): Perl functions names can't have (or {.
3038         * progmodes/sh-script.el (sh-indent-line): Use indent-line-to.
3039         (sh-non-closing-paren): New const.
3040         (sh-case, sh-while-getopts): Use it to make props non-sticky.
3041         (sh-add-completer): Use test-completion.
3043 2003-01-18  Vasily Korytov  <deskpot@myrealbox.com>  (tiny change)
3045         * progmodes/cperl-mode.el: Don't make faces depend on window-system.
3047 2003-01-18  Markus Rost  <rost@math.ohio-state.edu>
3049         * cus-edit.el (customize-changed-options): Undo last doc change.
3051 2003-01-17  Stefan Monnier  <monnier@cs.yale.edu>
3053         * skeleton.el (skeleton-internal-list, skeleton-internal-1):
3054         Don't treat \n specially in sub-skeletons.
3056 2003-01-17  Dave Love  <fx@gnu.org>
3058         * international/ucs-tables.el: Redo 8859-6 change in the right place.
3060 2003-01-17  Kenichi Handa  <handa@m17n.org>
3062         * international/fontset.el: Don't setup the default fontset and
3063         font-encoding-alist at the top level.
3064         (setup-default-fontset): New function.
3065         (create-fontset-from-fontset-spec): Delete autoload cookie.
3067         * term/x-win.el: Require fontset unconditionally again.
3068         Call setup-default-fontset at the top level.
3070         * term/w32-win.el: Call setup-default-fontset.
3072         * term/mac-win.el: Require fontset and call setup-default-fontset.
3074 2003-01-16  Stefan Monnier  <monnier@cs.yale.edu>
3076         * textmodes/fill.el (fill-region-as-paragraph): Only erase `hard'
3077         property until end-of-paragraph.
3079 2003-01-16  Kenichi Handa  <handa@m17n.org>
3081         * international/ucs-tables.el: Undo the last change.
3083 2003-01-15  Dave Love  <fx@gnu.org>
3085         * thingatpt.el (thing-at-point-file-name-chars): Include non-ASCII
3086         and use documented treatment of -.
3088         * dired-x.el (dired-filename-at-point): Fix filename-chars.
3090         * international/ucs-tables.el: Set up tables for 8859-6.
3092         * server.el (server-window): Customize.
3093         (server-mode): New.
3094         (server-unload-hook): Call server-start.
3096 2003-01-15  John Wiegley  <johnw@gnu.org>
3098         * eshell/em-hist.el (eshell-save-history-on-exit):
3099         Rename `eshell-ask-to-save-history' to `eshell-save-history-on-exit',
3100         because the former name is somewhat unrelated to the variables'
3101         possible values.
3103 2003-01-15  Deepak Goel  <deego@gnufans.org>
3105         * calc/README: Add new maintainer.
3107         * calc/*: Ditto.
3109         * calc/calc.el (calc-bug-address): Change address to deego@gnufans.org.
3111 2003-01-15  Andrew Innes  <andrewi@gnu.org>
3113         * makefile.w32-in (loaddefs.el): Invoke make to build stub file
3114         using appropriate rule for build environment.
3115         (loaddefs.el-SH, loaddefs.el-CMD): New targets.  Include small set
3116         of autoloads and defvars, sufficient to dump bootstrap emacs.
3117         (update-subdirs-SH): Use hard-coded list of top-level lisp
3118         subdirs, because find program on Windows is not compatible with
3119         Unix find.
3120         (compile-CMD, compile-SH): Use `batch-byte-compile-if-not-done'.
3121         Explicitly load loaddefs.el so that bootstrap emacs can compile
3122         properly.
3123         (bootstrap-clean): Add dependency on loaddefs.el, to ensure
3124         minimal stub sufficient for dumping bootstrap emacs is available.
3126         * loadup.el: Include lisp/textmodes in load-path for bootstrap
3127         emacs, to resolve ispell menu reference.
3129 2003-01-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>  (tiny change)
3131         * international/mule.el (optimize-char-coding-system-table):
3132         Optimize it.
3134         * term/mac-win.el: Setup the fontset "fontset-mac" correctly.
3136 2003-01-14  Stefan Monnier  <monnier@cs.yale.edu>
3138         * pcvs-info.el (cvs-fileinfo-from-entries): Deal with Solaris'
3139         occasional use of "05" rather than " 5" for day-of-month.
3141         * log-view.el (log-view-message-re): The rev might be locked.
3143 2003-01-14  Nick Roberts  <nick@nick.uklinux.net>
3145         * gdb-ui.el: Improve commentary.
3146         (gdb-window-height, gdb-window-width, gdb-display-number-end):
3147         Customize the dimensions of frames for displayed expressions.
3148         (gdb-error-begin): Comment out because it is not used because of
3149         bug/quirk in annotations.
3150         (gdb-reset): Use with-current-buffer.
3152 2003-01-14  Kim F. Storm  <storm@cua.dk>
3154         * ido.el (ido-read-internal, ido-file-internal)
3155         (ido-copy-current-file-name, ido-wide-find-dirs-or-files):
3156         Don't use `path' as name of local variables holding a file name.
3158         * arc-mode.el (archive-arc-rename-entry): Fix error message.
3159         (archive-lzh-summarize): Rename local var `path' to `dir'.
3160         (archive-unique-fname) [!MSDOS]: Avoid byte-compiler warning.
3162         * dired.el: Doc fixes.
3163         * dired-aux.el: Rename `whole-path' to `whole-name' throughout.
3164         (dired-mark-read-regexp): Use "Abs." prefix instead of "Path".
3165         * dired-x.el: Doc fixes.
3167         * fast-lock.el (fast-lock-cache-name): Doc fix.
3169         * net/browse-url.el (browse-url-filename-alist): Doc fix.
3171 2003-01-14  John Paul Wallington  <jpw@shootybangbang.com>
3173         * apropos.el (apropos): Restore autoload cookie.  Fix typo in
3174         "error retrieving function documentation" output.
3176 2003-01-14  Kim F. Storm  <storm@cua.dk>
3178         * subr.el (process-put, process-get): New functions.
3180         * simple.el (clone-process): Copy process' plist to new process.
3182 2003-01-13  Markus Rost  <rost@math.ohio-state.edu>
3184         * cus-dep.el (custom-make-dependencies):  Don't set standard-value
3185         and version numbers for variables.  Handle faces.
3187         * cus-edit.el (customize-changed-options):  Doc addition.  Load the
3188         version deps earlier.  Use other tests for groups and variables.
3189         Handle faces.
3191 2003-01-14  Kim F. Storm  <storm@cua.dk>
3193         * ido.el: Doc fixes.
3194         (ido-max-file-prompt-width): Rename from ido-max-prompt-path.
3195         (ido-rewrite-file-prompt-functions): Rename from
3196         ido-make-file-prompt-hook.  Directory name is now in dynamic
3197         variable `dirname' (instead of `path').
3198         (ido-rewrite-file-prompt-rules): Rename from
3199         ido-rewrite-prompt-path-rules.
3200         (ido-make-prompt): Directory name now in `dirname' var.
3201         (ido-complete): Fix error message.
3203 2003-01-13  John Paul Wallington  <jpw@shootybangbang.com>
3205         * server.el (server-process-filter): Use `minibufferp' to test
3206         whether we are inside a minibuffer.
3207         (server-process, server-kill-new-buffers): Doc fixes.
3209 2003-01-13  Dave Love  <fx@gnu.org>
3211         * international/utf-16.el (mule-utf-16-be, mule-utf-16-le):
3212         Remove pre-write-conversion.
3214 2003-01-13  Kim F. Storm  <storm@cua.dk>
3216         * hexl.el (hexl-mode-map): Don't quote remapped command names.
3218 2003-01-13  David Ponce  <david@dponce.com>
3220         * ruler-mode.el (ruler-mode): Cleanup buffer local variable
3221         `header-line-format' if it didn't exist when `ruler-mode' was enabled.
3223 2003-01-13  Masatake YAMATO  <jet@gyve.org>
3225         * ruler-mode.el (ruler-mode-comment-column-char)
3226         (ruler-mode-goal-column-char, ruler-mode-set-goal-column-ding-flag)
3227         (ruler-mode-mouse-current-grab-object): New variables.
3228         (ruler-mode-comment-column-face, ruler-mode-goal-column-face):
3229         New faces.
3230         (ruler-mode-mouse-set-fill-column): Removed.
3231         (ruler-mode-mouse-grab-any-column)
3232         (ruler-mode-mouse-drag-any-column-iteration)
3233         (ruler-mode-mouse-drag-any-column): New functions.
3234         (ruler-mode-map): [header-line down-mouse-2] Bound to
3235         `ruler-mode-mouse-grab-any-column' instead of
3236         `ruler-mode-mouse-set-fill-column'.
3237         (ruler-mode-ruler-help-echo): Update its value.
3238         (ruler-mode-ruler-help-echo-when-goal-column): New help string used
3239         when goal-column is already set.
3240         (ruler-mode-ruler-help-echo-tab): Rename to...
3241         (ruler-mode-ruler-help-echo-when-tab-stops): New.
3242         (ruler-mode-fill-column-help-echo, ruler-mode-comment-column-help-echo)
3243         (ruler-mode-goal-column-help-echo): New help strings.
3244         (ruler-mode-ruler): Use `ruler-mode-ruler-help-echo-when-goal-column'
3245         instead of `ruler-mode-ruler-help-echo' if `goal-column' is set.
3246         Show `comment-column' and `goal-column'.  Echo the different help
3247         string for each *-column characters on the ruler.
3249 2003-01-13  Richard M. Stallman  <rms@gnu.org>
3251         * apropos.el (apropos-documentation-property): New function.
3252         (apropos): Use apropos-documentation-property.
3254         * files.el (mode-line-process): Mark as risky.
3256         * help.el (where-is): Catch errors in indirect-function.
3258         * server.el (server-process-filter): Comment out -eval.
3259         Don't switch buffers if inside isearch or minibuffer.
3261         * progmodes/compile.el (compilation-revert-buffer):
3262         If buffer has a file, revert it in the normal way.
3264         * term/x-win.el: Require fontset conditionally again.
3266 2003-01-13  Kim F. Storm  <storm@cua.dk>
3268         * ido.el (ido-enable-tramp-completion): New defcustom.
3269         (ido-enter-single-matching-directory): Change default to 'slash.
3270         (ido-is-tramp-root): New defun.
3271         (ido-is-root-directory, ido-is-ftp-directory, ido-is-slow-ftp-host)
3272         (ido-may-cache-directory, ido-final-slash, ido-read-internal)
3273         (ido-complete, ido-make-file-list1, ido-make-dir-list1):
3274         Handle tramp completion.
3275         (ido-file-name-all-completions1): New defun for tramp completion.
3276         (ido-file-name-all-completions): Use it.
3277         (ido-set-matches1): Relax matching of text with trailing slash.
3278         (ido-exhibit): Handle tramp completion.
3279         Simplified code using nested cond forms using new `refresh' var.
3280         Fixed handling of /~user/ paths.
3282 2003-01-12  Andreas Schwab  <schwab@suse.de>
3284         * arc-mode.el (archive-mode-map): Use command remapping instead of
3285         substitute-key-definition.
3286         * emerge.el (emerge-setup-fixed-keymaps): Likewise.
3287         * msb.el (msb-mode-map): Likewise.
3288         * forms.el (forms--change-commands): Likewise.
3289         * hexl.el (hexl-mode-map): Likewise.
3290         * mail/mailabbrev.el (Commentary): Likewise.
3291         * play/decipher.el (decipher-mode-map): Likewise.
3292         * play/gomoku.el (gomoku-mode-map): Likewise.
3293         * play/landmark.el (lm-mode-map): Likewise.
3294         * play/solitaire.el (solitaire-mode-map): Likewise.
3295         * progmodes/sh-script.el (sh-mode-map): Likewise.
3296         * textmodes/picture.el (picture-substitute): Likewise.
3298         * ielm.el (inferior-emacs-lisp-mode):
3299         Bind comint-dynamic-complete-functions locally.
3301         * buff-menu.el (Buffer-menu-select): Fix for effect of header line.
3303 2003-01-11  Andreas Schwab  <schwab@suse.de>
3305         * textmodes/sgml-mode.el (sgml-font-lock-keywords-2): Add flag to
3306         merge with existing fontification.
3308 2003-01-11  Nick Roberts  <nick@nick.uklinux.net>
3310         * gud.el (gud-kill-buffer-hook): Save gud-minor-mode type.
3311         (gud-reset): New function. Reset environment at end of debugging.
3312         (gud-sentinel): Call gud-reset or gdb-reset.
3313         (gud-menu-map, gud-tool-bar-map, gdb): Change gud-goto to gud-until.
3315         * gdb-ui.el (gud-display): Use GDB command ptype instead of whatis
3316         to find out if variable shuld be dereferenced.
3317         (gud-display1): Exit if there is `No symbol'.
3318         (gdb-expressions-mode-map): Correction to key-binding.
3319         (gdb-reset): New function. Reset environment at end of debugging.
3320         (gdb-quit): Remove.
3322 2003-01-10  Dave Love  <fx@gnu.org>
3324         * international/code-pages.el (cp-make-coding-system): Fix last change.
3326 2003-01-10  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3328         * dired.el (dired-garbage-files-regexp): Use \\' instead of $ and
3329         use regexp-opt for readability.
3331 2003-01-10  Mark A. Hershberger  <mah@everybody.org>
3333         * xml.el (xml-parse-tag, xml-parse-attlist, xml-skip-dtd)
3334         (xml-parse-dtd, xml-parse-elem-type): Be more flexible in recognizing
3335         empty elements.
3337 2003-01-10  Luc Teirlinck  <teirllm@mail.auburn.edu>
3339         * progmodes/sh-script.el (sh-set-shell): Make sh-shell-file the default
3340         shell.
3342 2003-01-09  John Wiegley  <johnw@gnu.org>
3344         * pcomplete.el (pcomplete-termination-string): Add a variable
3345         for modifying the string which is inserted after a completion or
3346         expansion using pcomplete.
3348 2003-01-09  Karl Berry  <karl@gnu.org>
3350         * sort.el (sort-regexp-fields): Pass noerror to re-search-forward,
3351         so that we don't fail if no records match record-regexp.
3353 2003-01-09  Markus Rost  <rost@math.ohio-state.edu>
3355         * cus-edit.el (customize-group, customize-group-other-window):
3356         Remove unnecessary calls to custom-load-symbol.
3357         (custom-group-value-create):
3358         Load widget deps if state is not hidden.  If widget deps are
3359         loaded, load them in advance.
3360         (custom-menu-create): If widget deps are loaded, load them earlier.
3362 2003-01-09  John Paul Wallington  <jpw@shootybangbang.com>
3364         * language/ethio-util.el (ethio-gemination)
3365         (exit-ethiopic-environment): Doc fixes.
3367         * language/viet-util.el (viet-encode-viqr-region)
3368         (viet-decode-viqr-region, viet-encode-viqr-buffer)
3369         (viet-decode-viqr-buffer): Doc fixes.
3371 2003-01-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
3373         * paths.el: Remove gnus-startup-file.
3375 2003-01-08  Bill Wohler  <wohler@newt.com>
3377         * mail/mh-alias.el, mail/mh-customize.el, mail/mh-identity.el,
3378         mail/mh-loaddefs.el, toolbar/alias.pbm, toolbar/alias.xpm: Added.
3380         * mail/mh-comp.el, mail/mh-e.el, mail/mh-funcs.el,
3381         mail/mh-index.el, mail/mh-mime.el, mail/mh-pick.el,
3382         mail/mh-seq.el, mail/mh-speed.el, mail/mh-utils.el,
3383         mail/mh-xemacs-compat.el: Upgraded to MH-E version 7.1.
3385 2003-01-08  Kim F. Storm  <storm@cua.dk>
3387         * mail/undigest.el (unforward-rmail-message): Don't use global
3388         variable `n'.
3390 2003-01-08  Francesco Potort\e,Al\e(B  <pot@gnu.org>
3392         * mail/undigest.el (unforward-rmail-message): Simplified.
3393         No functional change.
3395 2003-01-07  Markus Rost  <rost@math.ohio-state.edu>
3397         * custom.el (custom-autoload, custom-variable-p): New functions.
3399         * emacs-lisp/autoload.el (make-autoload):
3400         Generate custom-autoload for autoloaded defcustoms.
3402         * help-fns.el (describe-variable): Use custom-variable-p.
3404         * simple.el (set-variable): Load deps of custom variables without type.
3406         * cus-edit.el (custom-variable-prompt): Doc change.
3407         Use custom-variable-p.
3408         (customize-option): Remove search in loaddefs.el.
3409         (customize-apropos):  Use custom-variable-p.
3410         (custom-save-variables): Use custom-variable-p to detect
3411         non-rogue variables.
3413 2003-01-07  Francesco Potort\e,Al\e(B  <pot@gnu.org>
3415         * mail/undigest.el (unforward-rmail-message): Skip all newlines
3416         after the initial separator.
3417         (unforward-rmail-message): Forwarded-From: and Forwarded-Date:
3418         instead of Forwarded-from: and Forwarded-date:.
3420 2003-01-07  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3422         * dired.el (dired-garbage-files-regexp): Add `.aux$'.  These are
3423         produced by TeX.
3425 2003-01-07  Andre Spiegel  <spiegel@gnu.org>
3427         * vc-rcs.el (vc-rcs-checkout): Fix the check whether we are on a
3428         branch.
3430 2003-01-06  Dave Love  <fx@gnu.org>
3432         * textmodes/ispell.el (lookup-words): Cope with null lookup-dict.
3434         * language/chinese.el ("Chinese-EUC-TW"): New.
3436 2003-01-06  John Paul Wallington  <jpw@shootybangbang.com>
3438         * mail/rmail.el (rmail-mmdf-delim1, rmail-mmdf-delim2): Doc fixes.
3440 2003-01-05  Richard M. Stallman  <rms@gnu.org>
3442         * obsolete/uncompress.el: Display message that this pkg is obsolete.
3444         * isearch.el (isearch-repeat): Error if try to repeat search and
3445         there was no previous search.
3447         * dired.el (dired-recursive-deletes): Fix custom type.
3449         * dabbrev.el (dabbrev--substitute-expansion):
3450         Convert all whitespace to single spaces,
3451         except when it's carried over from the existing text.
3453         * simple.el (split-line): Clean up implementation.
3455         * mail/rmail.el (rmail-font-lock-keywords): Discard code to match
3456         both cases.
3457         (rmail-variables): Specify case-insensitive matching for font-lock.
3459 2003-01-05  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
3461         * mail/sendmail.el (mail-font-lock-keywords):
3462         * mail/rmail.el (rmail-font-lock-keywords): Match multiline
3463         In-Reply-To and X-*.
3465 2003-01-05  Mark A. Hershberger  <mah@everybody.org>
3467         * xml.el (xml-substitute-special): Check for &amp last.
3469 2003-01-05  Dave Love  <fx@gnu.org>
3471         * buff-menu.el (Buffer-menu-execute): Fix for effect of header line.
3473 2003-01-05  Dave Love  <fx@gnu.org>
3475         * international/mule-diag.el (non-iso-charset-alist):
3476         Add vietnamese-tcvn.
3478         * international/mule-cmds.el (locale-language-names):
3479         Use Croatian, Swedish.
3481 2003-01-05  Andreas Schwab  <schwab@suse.de>
3483         * buff-menu.el (Buffer-menu-buffer+size): Don't clobber buffer name.
3485 2003-01-05  Dave Love  <fx@gnu.org>
3487         * language/european.el ("Latin-6", "Croatian"): New.
3488         ("Latin-7"): Fix nonascii-translation.  Add input method.
3489         ("Lithuanian", "Latvian"): Add nonascii-translation.
3490         ("German", "Spanish", "Dutch", "Welsh", "Swedish"):
3491         Fix nonascii-translation.
3493         * language/georgian.el ("Georgian"): Fix nonascii-translation.
3495         * international/mule-cmds.el (set-locale-environment):
3496         Ignore empty values of environment variables.
3498         * emacs-lisp/byte-opt.el (byte-optimize-nth)
3499         (byte-optimize-nthcdr): Fix for case of wrong-length forms.
3501 2003-01-04  Nick Roberts  <nick@nick.uklinux.net>
3503         * gdb-ui.el: Acknowledge Tom Lord as author of gdba.el.
3504         Use let construction to bind buffer-read-only to nil.
3505         (gdba): 'set height 0' in GDB.
3506         (gdb-display-end, gdb-frame-handler): Corrections to forming
3507         full expression name for header-line in display frame.
3508         (gdb-info-breakpoints-custom): Highlight breakpoints since
3509         they may be clicked on with mouse-2.
3510         (gdb-quit): Delete frames of displayed expressions when quitting.
3511         (gdb-delete-frames): New function.
3512         (gdb-source-info): Don't create stack buffer automatically.
3514 2003-01-04  Thien-Thi Nguyen  <ttn@gnu.org>
3516         * xml.el (xml-substitute-special): Move "&amp;" -> "&" last.
3518 2003-01-04  Kim F. Storm  <storm@cua.dk>
3520         * simple.el (split-line): If present, copy fill-prefix from
3521         current line to new line.  Don't copy if prefix arg.
3522         From Lisp, arg may be an alternative prefix string to copy.
3523         Inspired by Ehud Karni <ehud@unix.mvs.co.il>.
3525         * mail/sendmail.el (mail-split-line): New function.
3526         (mail-mode-map): Remap split-line to mail-split-line.
3528 2003-01-03  Dave Love  <fx@gnu.org>
3530         * emacs-lisp/find-func.el (find-variable-noselect): Make it work
3531         with new load-history format.
3533         * international/mule-cmds.el (sort-coding-systems):
3534         Adjust priority of utf-16 and x-ctext.
3536         * international/utf-8.el (utf-translate-cjk):
3537         Call optimize-char-coding-system-table.
3539         * international/ucs-tables.el (ucs-unify-8859, ucs-fragment-8859):
3540         Call optimize-char-coding-system-table.
3542         * international/mule.el (register-char-codings): Don't call
3543         optimize-char-coding-system-table here.
3544         (keyboard-coding-system): Doc fix.  Update :version.
3546         * textmodes/nroff-mode.el (nroff-mode-hook): Customize.
3547         (nroff-imenu-expression): New.
3548         (nroff-mode): Use it.
3550         * autoinsert.el (auto-insert-alist): Add man page skeleton.
3552 2003-01-03  Andre Spiegel  <spiegel@gnu.org>
3554         * vc-rcs.el (vc-rcs-revert): Unlock only if the user does have
3555         the lock.
3557 2003-01-03  Kim F. Storm  <storm@cua.dk>
3559         * emulation/cua-base.el (cua--pre-command-handler):
3560         Corrected handling of delete-selection properties.
3562 2003-01-03  John Paul Wallington  <jpw@shootybangbang.com>
3564         * emacs-lisp/eldoc.el (eldoc-get-var-docstring): Only return a
3565         documentation string when `sym' is non-nil.
3567 2003-01-02  Steven Tamm  <steventamm@mac.com>
3569         * scroll-bar.el (toggle-scroll-bar, scroll-bar-mode):
3570         Have scroll bars correctly default to being on the right for Mac
3571         Carbon port by testing "mac-carbon" feature, not window-system.
3573 2003-01-02  Markus Rost  <rost@math.ohio-state.edu>
3575         * cus-edit.el (customize-group, customize-group-other-window):
3576         Call custom-load-symbol unconditionally.
3577         (customize-face, customize-face-other-window): Fix format arg.
3579 2003-01-02  John Paul Wallington  <jpw@shootybangbang.com>
3581         * menu-bar.el (menu-bar-left-scroll-bar): Set `scroll-bar-mode'
3582         to `left'.
3584 2003-01-01  Richard M. Stallman  <rms@gnu.org>
3586         * mail/rmail.el (rmail-reply): Don't call mail-strip-quoted-names.
3588         * files.el (backup-buffer): Cope if file-modes returns nil.
3590 2002-12-30  Steven Tamm  <steventamm@mac.com>
3592         * scroll-bar.el (toggle-scroll-bar, scroll-bar-mode):
3593         Have scroll bars correctly default to being on the right for Mac
3594         Carbon port
3596 2002-12-29  Nick Roberts  <nick@nick.uklinux.net>
3598         * gdb-ui.el (gdb-delete-display): Rename (gdb-delete-expression).
3599         (gdb-goto-bp-this-line): Rename (gdb-goto-breakpoint).
3600         (gdb-toggle-bp-this-line): Rename (gdb-toggle-breakpoint).
3601         (gdb-delete-bp-this-line): Rename (gdb-delete-breakpoint).
3602         (gdb-toggle-disp-this-line): Rename (gdb-toggle-display).
3603         (gdb-delete-disp-this-line): Rename (gdb-delete-display).
3604         (gud-gdba-marker-filter): Remove unnecessary save-match-data.
3605         (gdb-mouse-goto-breakpoint, gdb-frames-select): New functions.
3606         (gdb-frames-mouse-select): Simplify.
3607         Make keybindings (gdb-goto-breakpoint, gdb-frames-select, etc)
3608         consistent with other modes in emacs.
3609         (gdb-display-source-buffer): Return window of source buffer
3610         for (gud-display-line).
3612 2002-12-29  Markus Rost  <rost@math.ohio-state.edu>
3614         * button.el (defface button): Add group.
3616         * cus-edit.el (customize-browse): Call `widget-setup'.
3618 2002-12-29  Andreas Schwab  <schwab@suse.de>
3620         * Makefile.in: Generate cus-load.el and finder-inf.el in the
3621         source directory.  Change dependencies on lisp files to explicitly
3622         use $(lisp).
3623         (compile-calc): Fix command substitution.
3624         * cus-dep.el (generated-custom-dependencies-file): New variable.
3625         (custom-make-dependencies): Use it instead of hardcoding cus-load.el.
3626         * finder.el (generated-finder-keywords-file): New variable.
3627         (finder-compile-keywords): Use it instead of hardcoding finder-inf.el.
3629 2002-12-28  Richard M. Stallman  <rms@gnu.org>
3631         * info-look.el (info-lookup): Fix error message typo.
3633         * comint.el (comint-mode): Locally set scroll-conservatively.
3634         (comint-postoutput-scroll-to-bottom): comint-scroll-show-maximum-output
3635         is active only when point is at end.
3637         * dired.el (dired-goto-file): Handle \ and ^M quoted by backslash.
3638         Fix error message.
3640         * files.el (find-file-noselect-1): Kill local value of `cursor-type'.
3642         * simple.el (repeat-complex-command): Signal real error on failure.
3644 2002-12-28  Andreas Schwab  <schwab@suse.de>
3646         * progmodes/make-mode.el (makefile-font-lock-keywords):
3647         Highlight automatic variable references enclosed in parens and
3648         optionally suffixed by F or D.
3650 2002-12-27  Miles Bader  <miles@gnu.org>
3652         * info.el (Info-complete-menu-item): Make `Info-complete-cache' a
3653         buffer-local variable.
3655 2002-12-26  Markus Rost  <rost@math.ohio-state.edu>
3657         * cus-edit.el (customize-group-other-window): Use pop-to-buffer in
3658         the same way as `custom-buffer-create-other-window'.
3659         (customize-variable-other-window, customize-option-other-window):
3660         Definitions moved up.
3662 2002-12-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3664         * net/tramp*.el: Sync with upstream version 2.0.28.  Bugfixes.
3665         * net/tramp-ftp.el: Glue code with Ange-FTP, broken out of
3666         tramp.el.  From Michael Albinus.
3667         * net/tramp-smb.el: New file for using smbclient to access
3668         Windows shares with Tramp.  From Michael Albinus.
3670 2002-12-26  Andreas Schwab  <schwab@suse.de>
3672         * international/mule-cmds.el (select-safe-coding-system): Fix typo.
3674 2002-12-26  Andre Spiegel  <spiegel@gnu.org>
3676         * vc.el (vc-next-action-on-file): Use t argument to vc-checkout in
3677         order to get the latest version on the current branch.
3678         Update documentation of vc-BACKEND-checkout to explain this.
3680         * vc-rcs.el (vc-rcs-checkout): Handle t argument for REV.
3681         (vc-rcs-checkin): By default, specify the current workfile
3682         branch as the check-in revision.
3684         * vc-cvs.el (vc-cvs-checkout): Handle t argument for REV.
3686         * vc-sccs.el (vc-sccs-checkout): Likewise.
3688 2002-12-26  Nick Roberts  <nick@nick.uklinux.net>
3690         * gdb-ui.el (gdb-info-display-custom): Ensure that frames/buffers
3691         of displayed expressions are deleted when the displayed expressions
3692         are deleted.
3693         (gdb-delete-disp-this-line, gdb-delete-display): Frame/buffer
3694         deletion is handled by gdb-info-display-custom now.
3695         (gdb-source-info): Undo earlier change (do create display buffer
3696         automatically).
3698 2002-12-25  Markus Rost  <rost@math.ohio-state.edu>
3700         * cus-edit.el (custom-save-faces): Fix typo.
3702 2002-12-23  Francesco Potort\e,Al\e(B  <pot@gnu.org>
3704         * mail/undigest.el (unforward-rmail-message): Do not assume that
3705         the forwarded message's Date: header comes after From:.  Use a
3706         Forwarded-from: rather than a Forwarded-by: header.  Add a
3707         Forwarded-date: header.
3709 2002-12-23  Nick Roberts  <nick@nick.uklinux.net>
3711         * gdb-ui.el (gdb-display-number-end): Make auto-display of
3712         expressions in GDB work on text-only terminals.
3713         (gdb-post-prompt): Compute current frame properly.
3714         (gdb-get-current-frame, gdb-frame-handler): New functions.
3715         (gdb-source-info): Move last statement into if clause.
3716         Tidy, improve documentation.
3718 2002-12-23  Richard M. Stallman  <rms@gnu.org>
3720         * emacs-lisp/checkdoc.el: Don't define a name for the minor mode menu.
3722         * emacs-lisp/easymenu.el (easy-menu-do-define): Handle nil for SYMBOL.
3723         (easy-menu-define): Doc fix, say SYMBOL can be nil.
3725         * window.el (save-selected-window): Save and restore
3726         selected windows of all frames.
3728         * cus-start.el (scroll-up-aggressively, scroll-down-aggressively):
3729         Update custom types.
3731 2002-12-23  Alex Schroeder  <alex@emacswiki.org>
3733         Merging Dave Love <fx@gnu.org>'s custom_themes branch containing
3734         Alex Schroeder's adaptation of Jan Vroonhof
3735         <vroonhof@math.ethz.ch>'s code.  Doc strings corrected by RMS.
3737         * cus-edit.el (customize-save-variable): Take themes into account.
3738         (custom-variable-save): Take themes into account.
3739         (custom-variable-reset-saved): Add comment-widget.
3740         (custom-variable-reset-standard): Add comment-widget.
3741         (custom-variable-reset-standard): Take themes into account.
3742         (custom-face-save): Take themes into account.
3743         (custom-face-reset-standard): Take themes into account.
3744         (custom-save-variables): Take themes into account.
3745         (custom-save-faces): Take themes into account.
3746         (custom-save-resets): New function.
3747         (custom-save-loaded-themes): New function.
3748         (customize-save-customized): Take themes into account.
3750         * cus-face.el (custom-set-faces): Call custom-theme-set-faces.
3751         (custom-theme-set-faces): New function.
3752         (custom-theme-face-value): New function.
3753         (custom-theme-reset-internal-face): New function.
3754         (custom-theme-reset-faces): New function.
3755         (custom-reset-faces): New function.
3757         * custom.el (custom-known-themes): New variable.
3758         (custom-declare-theme): New function.
3759         (deftheme): New macro.
3760         (custom-make-theme-feature): New function.
3761         (custom-theme-p): New function.
3762         (custom-check-theme): New function.
3763         (custom-push-theme): New function.
3764         (custom-theme-set-variables): Take themes into account.
3765         (custom-loaded-themes): New variable.
3766         (custom-theme-loaded-p): New function.
3767         (provide-theme): New function.
3768         (require-theme): New function.
3769         (custom-remove-theme): New function.
3770         (custom-do-theme-reset): New function.
3771         (custom-theme-load-themes): New function.
3772         (custom-load-themes): New function.
3773         (custom-theme-value): New function.
3774         (custom-theme-variable-value): New function.
3775         (custom-theme-reset-internal): New function.
3776         (custom-theme-reset-variables): New function.
3777         (custom-reset-variables): New function.
3779         * cus-theme.el: New file.
3781 2002-12-23  Matthew Swift  <swift@alum.mit.edu>
3783         * emacs-lisp/rx.el (rx-and): Generate a shy group.
3784         Specify `no-group' when calling rx-to-string.
3785         (rx-submatch): Specify `no-group' when calling rx-to-string.
3786         (rx-kleene): Use rx-atomic-p to decide whether to make a group.
3787         (rx-atomic-p): New function.
3789 2002-12-23  Kevin Ryde  <user42@zip.com.au>
3791         * info-look.el (info-lookup): For ease of use try item
3792         case-insensitive if not found case-sensitive.
3793         Do case sensitive search in index nodes, so items differing only in
3794         case go correctly to their respective nodes.
3796 2002-12-22  Richard M. Stallman  <rms@gnu.org>
3798         * subr.el (add-to-invisibility-spec): If it was t, start it out at (t).
3800         * textmodes/texinfmt.el (tex-start-of-header, tex-end-of-header):
3801         Add defvars.
3803         * textmodes/tex-mode.el (tex-print): Call shell-quote-argument
3804         on the file name.
3806         * textmodes/outline.el (outline-next-visible-heading):
3807         When going forward, test outline-invisible-p at start of header.
3809 2002-12-22  Kevin Ryde  <user42@zip.com.au>
3811         * textmodes/makeinfo.el (makeinfo-buffer): Display result using
3812         Info-mode.
3813         (makeinfo-compilation-sentinel-buffer, makeinfo-current-node):
3814         New functions.
3815         (makeinfo-compile): Add a sentinel parameter.
3816         (makeinfo-compilation-sentinel-region): Renamed from
3817         makeinfo-compilation-sentinel, and makeinfo-temp-file now never nil.
3818         (makeinfo-region): Use this.
3819         * info.el (Info-revert-find-node): New function.
3821 2002-12-22  Nick Roberts  <nick@nick.uklinux.net>
3823         * tooltip.el (tooltip-gud-tips): Output tooltip without switching
3824         process filter (gdba in gdb-ui.el only).
3825         (gdb-tooltip-print): New function.
3826         (tooltip-gud-process-output): Undo previous change.
3827         (tooltip-strip-annotations): Remove.
3829 2002-12-22  Zoltan Kemenczy  <zoltan@ieee.org>
3831         * gud.el (gud-menu-map): Add jdb support for "run".
3832         (gud-jdb-find-source-using-classpath): Use 'identity.
3833         (gud-jdb-marker-filter): Marker regexp and filename filtering
3834         change to support a backwards-incompatible change in Sun's jdb
3835         line number display in SDK versions 1.4.
3836         (gud-format-command): gud-find-class now requires two
3837         parameters (file and linenumber).
3838         (gud-find-class): Bulk of the change related to using c-syntactic
3839         symbols to locate nested class declarations in java sources
3840         visited by java-mode (cc-mode).
3842 2002-12-21  Nick Roberts  <nick@nick.uklinux.net>
3844         * gdb-ui.el: Remove the concept of an instance. This means that
3845         a lot of functions have been renamed. Accessors are prefixed with
3846         gdb-get, setters with gdb-set and the word instance has been
3847         removed from many function and variable names.
3848         (gdb-display-buffer): Protect source buffer as well
3849         as GUD buffer when requesting new buffers.
3850         (gdb-source-info): Two changes : Don't create display buffer
3851         automatically, compute source window correctly.
3853 2002-12-21  Richard M. Stallman  <rms@gnu.org>
3855         * man.el (Man-getpage-in-background): Put GROFF_NO_SGR in env.
3857         * ls-lisp.el (original-insert-directory): Make this a variable,
3858         don't set its function definition.
3859         (insert-directory): Use funcall to call that function.
3861         * bindings.el (help-echo): Change tooltip string.
3863         * chistory.el (command-history-map): Move definition up.
3865         * faces.el (help-xref-stack): Add defvar to avoid warning.
3867 2002-12-21  Andreas Schwab  <schwab@suse.de>
3869         * dired.el (dired-insert-directory): Preserve text properties
3870         when quoting.
3872 2002-12-20  Francesco Potort\e,Al\e(B  <pot@gnu.org>
3874         * mail/undigest.el (rmail-mail-separator): Renamed from
3875         rmail-digest-mail-separator.  All users changed.
3876         (unforward-rmail-message): Rewritten to be more robust and to
3877         additionally account for the common style of forwarding messages
3878         by citing them entirely with headers.
3880 2002-12-18  Dave Love  <fx@gnu.org>
3882         * international/utf-8-subst.el: Deleted.
3884         * international/ucs-tables.el (ucs-fragment-8859): Don't modify
3885         char-coding-system-table elements destructively.
3886         Use optimize-char-coding-system-table.
3888         * international/mule.el (optimize-char-coding-system-table): New.
3889         (register-char-codings): Use it.
3891         * international/utf-8.el (ucs-mule-cjk-to-unicode)
3892         (ucs-unicode-to-mule-cjk): Revert last change.
3893         (utf-subst-table-for-encode): Initially use ucs-mule-cjk-to-unicode.
3894         (utf-subst-table-for-decode): Initially use ucs-unicode-to-mule-cjk.
3895         (utf-fragment-on-decoding, utf-translate-cjk): Don't modify
3896         char-coding-system-table elements destructively.
3897         (utf-translate-cjk): Set ucs-mule-cjk-to-unicode,
3898         ucs-unicode-to-mule-cjk to new hash tables with realistic parameters.
3900 2002-12-18  John Paul Wallington  <jpw@shootybangbang.com>
3902         * info.el (Info-dir-remove-duplicates): Avoid infloop when
3903         deleting last entry.
3905 2002-12-17  Nick Roberts  <nick@nick.uklinux.net>
3907         * gdb-ui.el (gdba-marker-filter, gdb-output-burst): Merge and
3908         rename gud-gdba-marker-filter.
3909         (gdb-append-to-inferior-io): Only pop up IO buffer if there is output.
3910         (gdb-make-instance): Remove (put into gdba).
3911         Use gdb-instance-enqueue-input instead of
3912         gdb-instance-enqueue-idle-input for user functions.
3913         (gdb-instance-target-string): Simplify.
3914         (in-gdb-instance-context): Remove.
3915         Expand Commentary.
3917 2002-12-17  Kenichi Handa  <handa@m17n.org>
3919         * international/mule.el (set-file-name-coding-system): New function.
3921         * international/mule-cmds.el (mule-keymap, set-coding-system-map):
3922         Add bindings for set-file-name-coding-system.
3924 2002-12-17  Kenichi Handa  <handa@m17n.org>
3926         * international/mule-cmds.el (universal-coding-system-argument):
3927         Bind coding-system-require-warning to t.
3928         (select-safe-coding-system): Handle t in the arg
3929         DEFAULT-CODING-SYSTEM specially.  Use read-coding-system to read a
3930         coding-system to allow users to specify unsafe coding system on
3931         their risk.
3933 2002-12-16  Francesco Potort\e,Al\e(B  <pot@gnu.org>
3935         * mail/undigest.el (rmail-digest-methods)
3936         (rmail-digest-mail-separator): New variables.
3937         (rmail-digest-parse-mime, rmail-digest-parse-rfc1153strict)
3938         (rmail-digest-parse-rfc1153sloppy, rmail-digest-rfc1153)
3939         (rmail-digest-parse-rfc934): New functions.
3940         (undigestify-rmail-message): Completely rewritten.
3942 2002-12-16  Kim F. Storm  <storm@cua.dk>
3944         * ido.el (ido-read-file-name): Remove debug message.
3946 2002-12-16  Daniel Pfeiffer  <occitan@esperanto.org>
3948         * buff-menu.el (Buffer-menu, Buffer-menu-use-header-line)
3949         (Buffer-menu-buffer-face, Buffer-menu-buffer+size-width)
3950         (Buffer-menu-mode-width): New customization.
3951         (Buffer-menu-sort-column): New var.
3952         (Buffer-menu-no-header): New function for not changing header line and
3953         recognizing swapped M&R columns, used by modifying commands in Buffer
3954         Menu.
3955         (Buffer-menu-buffer+size): New function for variable width buffer name.
3956         (list-buffers-noselect): Rewritten for nicer menu.
3958 2002-12-16  Markus Rost  <rost@math.ohio-state.edu>
3960         * filesets.el (filesets-build-menu-now): Don't clear messages.
3962         * allout.el: Avoid name conflicts with outline.el.
3963         Replace globally string "outline-" with string "allout-".
3964         Replaced 1446 occurrences; there was no string "allout-" before the
3965         change and there seems to be no dependency on outline.el.
3966         Put `quotes' around many function and variable names.
3967         Doc changes to adjust to the change to prefix "allout-".
3968         Don't provide `outline'.  Use " Allout" as mode line string,
3969         not " Outl".  Put group `allout' in group `editing'.
3970         Update Copyright notice.  Autoload `allout-init'.
3971         (allout-init): Give report also in case auto-activation was inhibited.
3972         (my-mark-marker): Test for feature `xemacs' instead of a string parse.
3974 2002-12-16  Stefan Monnier  <monnier@cs.yale.edu>
3976         * xml.el (xml-parse-tag): Allow spaces between / and >.
3978 2002-12-15  David Kastrup  <David.Kastrup@t-online.de>
3980         * emacs-lisp/autoload.el (autoload-ensure-default-file):
3981         Insert missing space in file end comment.
3983 2002-12-15  Simon Josefsson  <jas@extundo.com>
3985         * mail/smtpmail.el (smtpmail-via-smtp): Fall back to
3986         user-mail-address as sender.
3988 2002-12-15  Dave Love  <fx@gnu.org>
3990         * international/mule-cmds.el (standard-keyboard-coding-systems):
3991         Delete.
3992         (set-locale-environment): Don't use it.
3994         * international/utf-8.el (ucs-mule-cjk-to-unicode)
3995         (utf-subst-table-for-encode, ucs-unicode-to-mule-cjk)
3996         (utf-subst-table-for-decode): Specify :size, :rehash-size.
3997         (utf-translate-cjk): :set rewritten to load subst-... files.
3998         Add :set-after.
3999         (ccl-decode-mule-utf-8): Consider CJK translation for r3<#x3400.
4001 2002-12-15  Gustav H\e,Ae\e(Bllberg  <gustav@virtutech.se>  (tiny change)
4003         * progmodes/compile.el (compile-reinitialize-errors): Don't mark the
4004         buffer as modified unless it really is.
4006 2002-12-14  Andreas Schwab  <schwab@suse.de>
4008         * wid-edit.el (widget-move): Don't loop infinitely when there is
4009         no field or button.
4011 2002-12-13  Stefan Monnier  <monnier@cs.yale.edu>
4013         * uniquify.el (uniquify-rationalize-file-buffer-names, rename-buffer)
4014         (uniquify-delay-rationalize-file-buffer-names, kill-buffer-hook):
4015         Undo 2002/09/27 change because kill-buffer-hook is not
4016         permanent-local.
4018         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
4019         Optimize the remaining part of for-effect and/or expressions.
4021 2002-12-13  Markus Rost  <rost@math.ohio-state.edu>
4023         * emacs-lisp/easy-mmode.el (define-minor-mode):
4024         Use `custom-current-group'. Pass all groups to the hook.
4025         (easy-mmode-define-global-mode): Use `custom-current-group'.
4027         * international/mule-cmds.el (current-language-environment):
4028         Set type according to `language-info-alist' also here.
4030         * progmodes/compile.el (compilation-menu-map):
4031         Use `kill-compilation' to stop compilation.
4033 2002-12-13  Kenichi Handa  <handa@m17n.org>
4035         * language/european.el (encode-mac-roman): Fix last change.
4037         * language/cyrillic.el (ccl-encode-koi8, ccl-encode-koi8-u)
4038         (ccl-encode-alternativnyj): Fix last change.
4040 2002-12-13  Nick Roberts  <nick@nick.uklinux.net>
4042         * gdb-ui.el: Improve documentation strings.
4043         (gdb-many-windows): Set default value to nil.
4045 2002-12-12  Dave Love  <fx@gnu.org>
4047         * international/subst-big5.el, international/subst-gb2312.el:
4048         * international/subst-jis.el, international/subst-ksc.el: New.
4050         * custom.el (defcustom, custom-set-variables): Doc fix.
4052         * emacs-lisp/bytecomp.el (byte-compile-if): Suppress warnings from
4053         things protected by `(if (fboundp ...' or `(if (boundp ...'.
4055         * emacs-lisp/byte-opt.el (byte-optimize-featurep): New.
4057 2002-12-12  Glenn Morris  <gmorris@ast.cam.ac.uk>
4059         * progmodes/fortran.el (fortran-mode-abbrev-table):
4060         Handle `define-abbrev' with either 5 or 6 arguments.
4062 2002-12-12  Markus Rost  <rost@math.ohio-state.edu>
4064         * international/mule-cmds.el (set-language-info):
4065         Update custom-type of `current-language-environment'.
4066         (current-language-environment): Fix custom type.
4068 2002-12-11  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
4070         * progmodes/antlr-mode.el (antlr): New URL.
4072 2002-12-10  R. Bernstein  <rocky@panix.com>
4074         * gud.el (bashdb): Prompt now included parenthesis for subshell levels.
4075         Fix erroneous print expression command, and fix typos.
4076         (perldb): Undo previous change in prompt regexp.
4078 2002-12-10  Steven Tamm  <steventamm@mac.com>
4080         * generic-x.el (javascript-generic-mode): Added C style block
4081         comments as used in ECMA-262 standard.
4083 2002-12-10  Kenichi Handa  <handa@m17n.org>
4085         * language/european.el ("Swedish"): Change tutorial file name to
4086         TUTORIAL.sv in this langauge environment..
4088 2002-12-09  John Paul Wallington  <jpw@shootybangbang.com>
4090         * ibuffer.el (ibuffer-mode): If `show-paren-mode' is enabled,
4091         disable it buffer-locally.
4092         (ibuffer-mouse-popup-menu): Use `=' instead of `eq' to compare
4093         `eventpt' and point.
4095         * ibuf-ext.el (ibuffer-remove-duplicates): New function.
4096         (ibuffer-set-filter-groups-by-mode): Use it instead of
4097         `delete-duplicates' so we don't require cl library at runtime.
4098         (ibuffer-insert-filter-group-before): Don't use `position' so we
4099         don't require cl library at runtime.
4101         * chistory.el (command-history-mode): Add interactive spec.
4102         Improve doc string.
4104 2002-12-09  Richard M. Stallman  <rms@gnu.org>
4106         * isearch.el (isearch-no-upper-case-p): \\ only quotes one character.
4108 2002-12-09  Markus Rost  <rost@math.ohio-state.edu>
4110         * mwheel.el (mouse-wheel-scroll-amount): Revert previous change -
4111         customize type 'float is now defined.
4113 2002-12-09  Dave Love  <fx@gnu.org>
4115         * international/code-pages.el (mik, pt154): New coding systems.
4117         * international/ucs-tables.el: Fix properly.
4119 2002-12-09  Andreas Schwab  <schwab@suse.de>
4121         * international/ucs-tables.el: Fix last change.
4123 2002-12-09  Kenichi Handa  <handa@m17n.org>
4125         * international/titdic-cnv.el (titdic-convert): Process the
4126         header part in multibyte mode.
4128 2002-12-08  Dave Love  <fx@gnu.org>
4130         * international/code-pages.el (mule-diag): Move where it's required.
4132         * international/ucs-tables.el: Add latin-jisx0201 characters.
4133         Fix translation-table-for-input for lao, thai, tibetan.
4135 2002-12-08  Andreas Schwab  <schwab@suse.de>
4137         * files.el (insert-directory): Insert free space only when
4138         listing a full directory.
4140 2002-12-08  Nick Roberts  <nick@nick.uklinux.net>
4142         * gdb-ui.el : Remove inappropriate key-bindings.
4143         (gdb-info-breakpoints-custom, gdb-goto-bp-this-line):
4144         Parse correctly when breakpoint has no line number.
4145         (def-gdb-auto-update-handler, gdb-info-locals-handler),
4146         (gdb-display-end): Avoid using insert-buffer.
4147         (gdb-frames-select-by-mouse): Rename gdb-frames-mouse-select.
4149 2002-12-07  Richard M. Stallman  <rms@gnu.org>
4151         * progmodes/compile.el (compilation-enter-directory-regexp-alist)
4152         (compilation-leave-directory-regexp-alist): Match byte compiler output.
4154         * emacs-lisp/cl-macs.el: Add local variable list
4155         to turn off cl-function warnings.
4157         * emacs-lisp/bytecomp.el (byte-compile-eval): Handle (t . SYMBOL)
4158         elements in load-history.
4159         (byte-compile-cl-warn): No cl warnings for cl-defsubst-expand
4160         and cl-struct-setf-expander.
4162         * emacs-lisp/autoload.el (autoload-print-form-outbuf):
4163         New variable.
4164         (autoload-print-form): Use autoload-print-form-outbuf.
4165         (generate-file-autoloads): Bind autoload-print-form-outbuf.
4167         * calendar/calendar.el (calendar-day-name): Move defn down.
4169         * speedbar.el (speedbar-directory-buttons-follow):
4170         Don't use directory-sep-char.
4172 2002-12-06  Masatake YAMATO  <jet@gyve.org>  (tiny change)
4174         * register.el (describe-register-1): Use window-width
4175         to truncate string in a register.  Check whether the string
4176         in a register is an empty string or a sequence of white spaces.
4178 2002-12-07  Andreas Schwab  <schwab@suse.de>
4180         * faces.el (face-font-selection-order)
4181         (face-font-family-alternatives, face-font-registry-alternatives):
4182         Remove period from :tag value.
4184         * cus-edit.el (custom-face-edit-fix-value): Change :reverse-video
4185         to :inverse-video.
4187 2002-12-07  Markus Rost  <rost@math.ohio-state.edu>
4189         * wid-edit.el (define-widget number): Clarify doc and error message.
4190         (define-widget float): New widget.
4192 2002-12-07  Andreas Schwab  <schwab@suse.de>
4194         * eshell/em-ls.el (eshell-ls-product-regexp): Fix typo.
4196         * files.el (find-file-read-args): Reenable wildcard processing
4197         unconditionally.
4199 2002-12-06  Robert J. Chassell  <bob@rattlesnake.com>
4201         * textmodes/texinfmt.el (texinfo-format-scan): Handle new
4202         functions for copyright notice and copying permissions.
4203         (texinfo-copying, texinfo-insertcopying): New functions.
4205 2002-12-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4207         * textmodes/texinfmt.el (texinfo-format-ifxml)
4208         (texinfo-format-xml): New function.
4209         (ifxml, ifnotxml): New aliases.
4211 2002-12-06  Dave Love  <fx@gnu.org>
4213         * international/utf-8-subst.el: Revert last change.
4215 2002-12-06  Miles Bader  <miles@gnu.org>
4217         * info.el (Info-insert-dir): Make dir-node-cache variables
4218         buffer-local, so that killing the *info* buffer forces the
4219         dir-node to be rebuilt.
4221 2002-12-06  Markus Rost  <rost@math.ohio-state.edu>
4223         * finder.el (finder-compile-keywords): Don't insert a keyword to
4224         the generated file.
4226 2002-12-05  Andreas Schwab  <schwab@suse.de>
4228         * speedbar.el (speedbar-highlight-face): Fix face spec.
4230 2002-12-05  Stefan Monnier  <monnier@cs.yale.edu>
4232         * gdb-ui.el: Replace uses of (gdb-get-instance-buffer 'gdba) and
4233         gdb-proc with gud-comint-buffer instead.
4234         (gdb-proc): Remove.
4235         (def-gdb-var): Simplify.
4236         (gdb-get-create-instance-buffer): Avoid make-variable-buffer-local.
4237         Set gud-comint-buffer as well as gud-minor-mode and tool-bar-map.
4238         (gdb-goto-bp-this-line): Select the window while doing the goto-line.
4239         (gdb-info-locals-handler): Avoid replace-regexp.
4241         * calendar/calendar.el (facemenu-unlisted-faces): Only update
4242         after facemenu is loaded.
4243         (calendar-font-lock-keywords): Accept non-ASCII month names.
4244         Use regexp-opt.
4246         * gdb-ui.el (gud-gdb-complete-string, gud-gdb-complete-break)
4247         (gud-gdb-complete-list, gud-gdb-complete-in-progress): Remove.
4248         (gdba): Call `gdb' and then make modifications.
4249         Always call gdb-clear-inferior-io rather than just "the first time".
4250         (gud-break, gud-remove): Definitions moved to inside gdba.
4251         (gdb-target-name): Remove.  Use gud-target-name instead.
4252         (gdba-complete-filter, gdba-common-init): Remove.
4253         The changes were integrated into the generic code.
4255         * gud.el: Use match-string.
4256         (gud-menu-map): Re-fix gdb-running to gud-running.
4257         Activate up/down and finish for pdb.
4258         (gud-def): Use backquotes.
4259         (gdb, sdb, dbx, xdb, pdb, jdb, bashdb): Remove redundant menu bindings.
4260         (gud-gdb-complete-in-progress, gud-gdb-complete-string)
4261         (gud-gdb-complete-break, gud-gdb-complete-list):
4262         Rename to gud-gdb-fetch-lines-in-progress, gud-gdb-fetch-lines-string,
4263         gud-gdb-fetch-lines-break and gud-gdb-fetched-lines.
4264         (gud-gdb-fetch-lines-filter): Rename from gud-gdb-complete-filter.
4265         Add a `filter' argument and run it on `string'.
4266         (gud-gdb-run-command-fetch-lines): Use it instead of
4267         gud-gdb-speedbar-stack-filter.  Add a `skip' arg.
4268         Return the fetched lines.
4269         (gud-gdb-complete-command): Use it instead of cooking up
4270         something by hand using gud-gdb-complete-filter.
4271         (gud-gdb-get-stackframe): Use the new calling convention of
4272         gud-gdb-run-command-fetch-lines.
4273         (gud-gdb-fetched-stack-frame-list): Remove.
4274         (gud-gdb-speedbar-stack-filter): Remove.
4275         (gud-jdb-marker-filter): Change RE for easier extraction of submatches.
4276         (gud-bashdb-command-name): Add "--debugger" argument here.
4277         (bashdb): Use default gud-find-file and don't bother with
4278         a massage-args function now that --debugger is make explicit.
4279         (gud-bashdb-massage-args, gud-bashdb-find-file): Remove.
4280         (bashdb): Don't provide.
4281         (gud-target-name): New var.
4282         (gud-common-init): Set it.
4283         Also reset gud-running and gud-last-last-frame.
4285 2002-12-05  Dave Love  <fx@gnu.org>
4287         * international/utf-8-subst.el: Update safe-chars of mule-utf-8,
4288         mule-utf-16-le, mule-utf-16-be.
4290 2002-12-05  Richard M. Stallman  <rms@gnu.org>
4292         * textmodes/outline.el (outline-mode): Doc fix.
4294 2002-12-05  Edward M. Reingold  <reingold@emr.cs.iit.edu>
4296         * calendar/solar.el (solar-atn2): Give correct quadrant for arctan.
4298 2002-12-05  Kenichi Handa  <handa@m17n.org>
4300         * international/titdic-cnv.el (quail-misc-package-ext-info):
4301         Remove duplicate entry for chinese-b5-quick.
4302         (batch-miscdic-convert): Don't try to call miscdic-convert on
4303         files in the directory just following the arg "-dir".
4305 2002-12-04  Stefan Monnier  <monnier@cs.yale.edu>
4307         * gdb-ui.el: Fold top-level `setq's and `define-key's into their
4308         corresponding defvar.
4309         (gdb-inferior-io-mode-map): New var.
4310         Add bindings to it rather than to comint-mode-map.
4311         (gdb-display-number-end): Use dolist.  Remove always-true test.
4312         (gdb-delete-line): Move and simplify.
4313         (gdb-display-end): Don't bother going to beg-of-line since we're there.
4314         (gdb-array-format1): Use dolist.
4315         (gdb-make-windows-menu, gdb-make-frames-menu):
4316         Move to top-level code.  Move the menus to within the GUD menu.
4317         Make the menus only appear in gdba mode.
4319         * gdb-ui.el (gdb-inferior-io-mode-map): Remove (unused).
4320         (gdb-inferior-io-mode): Use define-minor-mode.
4321         (gdb-source-info): Don't burp if there's no source file.
4322         (gdb-inferior-io-interrupt, gdb-inferior-io-quit)
4323         (gdb-inferior-io-stop, gdb-inferior-io-eof)
4324         (gdb-display-breakpoints-buffer, gdb-frame-breakpoints-buffer)
4325         (gdb-display-stack-buffer, gdb-frame-stack-buffer)
4326         (gdb-display-registers-buffer, gdb-frame-registers-buffer)
4327         (gdb-display-locals-buffer, gdb-frame-locals-buffer)
4328         (gdb-display-display-buffer, gdb-frame-display-buffer)
4329         (gdb-display-gdb-buffer, gdb-frame-gdb-buffer)
4330         (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
4331         Remove the spurious left over arg from the "big reorg".
4333 2002-12-04  Richard M. Stallman  <rms@gnu.org>
4335         * gud.el (gud-menu-map): Update for bashdb.
4336         (perldb): Change prompt regexp.
4337         (gud-bashdb-history, gud-bashdb-massage-args, gud-bashdb-marker-filter)
4338         (gud-bashdb-find-file, gud-bashdb-command-name, bashdb): New.
4340         * progmodes/cc-vars.el: Simply require wid-edit and custom
4341         in eval-when-compile.
4343         * progmodes/cc-menus.el: Don't require imenu.
4345         * progmodes/cc-langs.el: Don't require cl.
4346         (c-delete-duplicates): New function.  Use instead of delete-duplicates.
4348         * progmodes/cc-bytecomp.el (cc-bytecomp-obsolete-var):
4349         Add an else-clause to the if to avoid confused compiler warning.
4351         * tooltip.el (tooltip-gud-tips-p): Undo previous change.
4353 2002-12-03  Stefan Monnier  <monnier@cs.yale.edu>
4355         * gdb-ui.el: Get rid of (quote ..); use match-string and ignore.
4357         * gdb-ui.el (gdba, gdb-starting, gdb-stopped, gdb-quit):
4358         Update gdb-running -> gud-running.
4359         (gdba): Use the default for gud-find-file.
4360         (def-gdb-variable): Remove: fold into def-gdb-var.
4361         (def-gdb-var): Use buffer-local-value and with-current-buffer.
4363         * gud.el (gud-running): Rename from gdb-running.  Update uses.
4364         (gud-tool-bar-map): Use tool-bar-local-item-from-menu rather than
4365         tool-bar-add-item-from-menu to avoid let binding tool-bar-map
4366         which fails if tool-bar.el is loaded in the mean time.
4367         (gud-file-name): New fun.
4368         (gud-find-file): Use it as default value for gud-find-file.
4369         (gud-speedbar-buttons): Discriminate on gud-minor-mode rather than
4370         on gud-find-file.
4371         (gud-gdb-find-file, gud-dbx-file-name, gud-dbx-find-file)
4372         (gud-xdb-file-name, gud-xdb-find-file, gud-perldb-find-file)
4373         (gud-pdb-find-file, gud-jdb-find-file): Remove.
4374         (gud-query-cmdline): Don't stuff the whole cwd in the command.
4375         (gdb, dbx, xdb, perldb, pdb, jdb): Use the default for gud-find-file.
4376         (gud-mipsdbx-massage-args): Remove.
4377         (gud-dbx-command-name): New var.  Do what gud-mipsdbx-massage-args did.
4378         (gud-irixdbx-marker-filter): Use match-string and gud-file-name.
4379         (gud-jdb-command-name): New var.
4380         (gud-common-init): Re-instate RMS code of 11/13.
4382 2002-12-03  Dave Love  <fx@gnu.org>
4384         * international/ucs-tables.el (ucs-unify-8859, ucs-unify-8859)
4385         (ucs-fragment-8859): Don't use set-buffer-major-mode-hook.
4386         (ucs-set-table-for-input): Use optional arg.  Check for null `cs'.
4388 2002-12-03  Andreas Schwab  <schwab@suse.de>
4390         * cus-edit.el (custom-display): Add checkbox for type mac.
4392         * whitespace.el (whitespace-highlight-face): Fix face spec.
4394 2002-12-02  Stefan Monnier  <monnier@cs.yale.edu>
4396         * simple.el (completion-setup-function): Fix last change to use
4397         minibuffer-completing-file-name instead.
4399         * add-log.el (change-log-mode): Set indent-line-function explicitly
4400         to what it was before indent-line-function's default was changed.
4402 2002-12-02  Richard M. Stallman  <rms@gnu.org>
4404         * textmodes/ispell.el (ispell-dict-map): Move specific
4405         dictionary selection into a submenu.
4407         * textmodes/fill.el (fill-indent-to-left-margin): New function.
4408         (fill-newline, fill-region-as-paragraph): Use that.
4410         * simple.el (completion-setup-function):
4411         Handle ffap-read-file-or-url-internal specially like
4412         read-file-name-internal.
4414 2002-12-02  Simon Marshall  <marshals@perth>
4416         * font-lock.el (c++-font-lock-extra-types): Fix previous change.
4418 2002-12-02  Fran\e,Ag\e(Bois Pinard  <pinard@iro.umontreal.ca>
4420         * progmodes/make-mode.el (makefile-font-lock-keywords): Highlight
4421         more make keywords:  defined, endef, override, export, unexport
4422         and vpath.
4424 2002-12-02  Dave Love  <fx@gnu.org>
4426         * autoarg.el (autoarg-kp-mode): Give it a :group.
4428 2002-12-02  Noah Friedman  <friedman@splode.com>
4430         * complete.el (PC-do-completion): Do not add wildcards to pattern
4431         unless filename is non-nil.
4433 2002-12-02  Andreas Schwab  <schwab@suse.de>
4435         * mwheel.el (mouse-wheel-scroll-amount): Fix customize type.
4437         * paren.el (show-paren-mismatch-face): Fix face spec.
4439 2002-11-30  Nick Roberts  <nick@nick.uklinux.net>
4441         * gdb-ui.el (gdb-many-windows): Define as a minor mode.
4442         (toggle-gdb-windows): Remove. (Patch from Stefan Monnier)
4444         * tooltip.el (tooltip-gud-process-output): Handle annotations that
4445         are output with gdba in gdb-ui.el.
4446         (tooltip-strip-annotations): New function.
4448 2002-11-29  Dave Love  <fx@gnu.org>
4450         * autoarg.el (autoarg-mode): Give it a :group.
4452 2002-11-29  Bill Wohler  <wohler@newt.com>
4454         * mail/mh-comp.el, mail/mh-e.el, mail/mh-funcs.el,
4455         mail/mh-mime.el, mail/mh-pick.el, mail/mh-seq.el,
4456         mail/mh-utils.el, mail/mh-xemacs-compat.el: Upgraded to MH-E
4457         version 7.0.
4459         * mail/mh-index.el, mail/mh-speed.el: New files for indexed
4460         searches and speedbar support in MH-E version 7.0.
4462         * toolbar/reply-all.pbm, toolbar/reply-all.xpm,
4463         toolbar/reply-from.pbm, toolbar/reply-from.xpm,
4464         toolbar/reply-to.pbm, toolbar/reply-to.xpm: New toolbar images for
4465         MH-E version 7.0.
4467 2002-11-29  Markus Rost  <rost@math.ohio-state.edu>
4469         * mwheel.el (mouse-wheel-inhibit-click-time): Fix custom type.
4471 2002-11-29  Richard M. Stallman  <rms@gnu.org>
4473         * mail/rmail.el (rmail-convert-to-babyl-format):
4474         Make search for message delimiter case-sensitive.
4476         * simple.el (yank-window-start): New variable.
4477         (yank): Record yank-window-start
4478         (yank-pop): Use yank-window-start.
4480         * info.el (Info-additional-directory-list): Doc fix.
4482         * indent.el (indent-according-to-mode, indent-region): Doc fix.
4484         * tooltip.el (tooltip-gud-tips-p): Doc fix.
4486         * eshell/em-script.el: Require eshell.
4488         * eshell/esh-ext.el, eshell/em-cmpl.el: Require esh-util.
4490 2002-11-29  Kim F. Storm  <storm@cua.dk>
4492         * mwheel.el: Avoid accidental yanking of text while scrolling with
4493         the mouse wheel.  This adds a short period after each mouse wheel
4494         scroll event where a click on the mouse wheel button is ignored.
4495         (mouse-wheel-click-event, mouse-wheel-inhibit-click-time): New customs.
4496         (mouse-wheel-click-button, mwheel-inhibit-click-event-timer): New vars.
4497         (mwheel-inhibit-click-timeout,mwheel-filter-click-events): New defuns.
4498         (mwheel-scroll): Add mwheel-filter-click-events as pre-command-hook.
4499         Start mwheel-inhibit-click-event-timer with timeout handler
4500         mwheel-inhibit-click-timeout.
4502 2002-11-28  Nick Roberts  <nick@nick.uklinux.net>
4504         * tooltip.el (tooltip-gud-tips-setup): Remove.
4505         (tooltip-gud-debugger): Remove.
4506         (tooltip-gud-print-command): Use gud-minor mode instead of
4507         tooltip-gud-tips-setup and tooltip-gud-debugger.
4509         * gdb-ui.el (gdb-starting): Set gdb-running to t.
4510         (gdb-stopped): Set gdb-running to nil.
4511         (gdb-quit): Reset some variables including tool-bar-map.
4513         * gud.el (gdb-running): New variable.
4514         (gud-menu-map): Use gdb-running to grey out toolbar buttons
4515         with gdba in gdb-ui.el.
4516         (gud-tool-bar-map): Move to avoid byte compiler warning.
4518 2002-11-27  Jason Rumney  <jasonr@gnu.org>
4520         * files.el (file-truename): Canonicalize non-existent names on w32.
4522 2002-11-28  Kim F. Storm  <storm@cua.dk>
4524         * ido.el (ido-xemacs): Remove defvar.  All uses changed to
4525         check (featurep 'xemacs) instead.
4526         (ido-visit-buffer): Use select-frame-set-input-focus unconditionally.
4528 2002-11-27  Dave Love  <fx@gnu.org>
4530         * emacs-lisp/cl-macs.el: Move `predicates for analyzing Lisp
4531         forms' block to top (before uses).
4532         (help-fns): Don't require at top level.  (Recursively.)
4533         (cl-transform-lambda): Require help-fns.
4535 2002-11-26  Dave Love  <fx@gnu.org>
4537         * language/european.el (encode-mac-roman): Deal with unencodable
4538         characters.
4540         * language/cyrillic.el (ccl-encode-koi8, ccl-encode-koi8-u)
4541         (ccl-encode-alternativnyj): Deal with unencodable characters.
4543         * international/code-pages.el (cp-make-coding-system): Deal with
4544         unencodable characters.
4546 2002-11-24  Richard M. Stallman  <rms@gnu.org>
4548         * mail/sendmail.el (mail-signature): Handle case where
4549         value of mail-signature is a string.
4551         * menu-bar.el (menu-bar-describe-menu): Add "What's This?" item.
4553         * faces.el (face-set-after-frame-default): Ignore errors
4554         in face-spec-face-set.
4556         * cus-face.el (custom-declare-face): Add face-defface-spec
4557         prop after applying the face spec.
4559 2002-11-23  Nick Roberts  <nick@nick.uklinux.net>
4561         * tooltip.el (tooltip-gud-print-command): Add server prefix to the
4562         print command for gdb to keep it out of the command history.
4564         * gdb-ui.el: Major re-organisation. Simplify legacy gdba
4565         code to allow only one gdb process.
4567 2002-11-23  Markus Rost  <rost@math.ohio-state.edu>
4569         * scroll-all.el (scroll-all-mode): Move arg LIGHTER to the right
4570         place.  Add groups.
4572 2002-11-22  Simon Marshall  <marshals@perth>
4574         * font-lock.el (c++-font-lock-extra-types): Add various STL classes.
4576 2002-11-21  Nick Roberts  <nick@nick.uklinux.net>
4578         * gdb-ui.el : General tidying. Patches from Stefan Monnier.
4580 2002-11-20  Simon Josefsson  <jas@extundo.com>
4582         * play/morse.el (morse-code): Add non-ASCII characters, according
4583         to table at http://www.soton.ac.uk/~scp93ch/morse/.
4585 2002-11-21  Richard M. Stallman  <rms@gnu.org>
4587         * dired.el (dired-sort-inhibit): New variable.
4588         (dired-sort-toggle-or-edit): Err if dired-sort-inhibit non-nil.
4590         * find-dired.el (find-dired): Set dired-sort-inhibit to t
4591         buffer-locally.
4593 2002-11-21  Eugene Exarevsky  <zheka@relex.ru>
4595         * progmodes/sql.el: Added LINTER support.
4596         (sql-linter-program): New variable.
4597         (sql-linter-options): New variable.
4598         (sql-mode-menu): Added Linter keywords.
4599         (sql-mode-linter-font-lock-keywords): New variable.
4600         (sql-highlight-linter-keywords): New function.
4601         (sql-linter): New function.
4602         (sql-ms-options): New variable.
4603         (sql-ms): Use it.
4605 2002-11-21  John Paul Wallington  <jpw@shootybangbang.com>
4607         * ibuffer.el (ibuffer-formats): Change default value; bump width
4608         of size column in first format to 7.
4610 2002-11-20  Stefan Monnier  <monnier@cs.yale.edu>
4612         * help-fns.el (describe-variable): Look for (defvar . <sym>) in the
4613         load-history since `defvar' now uses this format.
4615         * custom.el (custom-declare-variable): Use push.
4616         Use the (defvar . <sym>) format in load-history like `defvar' does.
4618         * subr.el (symbol-file): Accept a non-atomic `function' arg.
4619         (with-local-quit): Add debug and indentation info.
4621 2002-11-20  John Paul Wallington  <jpw@shootybangbang.com>
4623         * subr.el (symbol-file): Remove unused variable `functions'.
4625 2002-11-20  Markus Rost  <rost@math.ohio-state.edu>
4627         * Makefile.in (setwins_almost): Renamed from finder_setwins.
4628         (custom-deps): Use it.
4629         (finder-data): Adjust to that name change.
4631 2002-11-19  Stefan Monnier  <monnier@cs.yale.edu>
4633         * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
4634         Turn errors into messages so they don't get ignored.
4635         (eldoc-get-fnsym-args-string): Use help-split-fundoc.
4636         (eldoc-beginning-of-sexp): Simplify.
4637         (eldoc-function-arglist): Remove.
4638         (eldoc-function-argstring): Use help-function-arglist instead.
4639         (eldoc-function-argstring-from-docstring-method-table)
4640         (eldoc-function-argstring-from-docstring): Remove.
4642         * emacs-lisp/cl.el (multiple-value-call): Add docstring.
4644 2002-11-19  Dave Love  <fx@gnu.org>
4646         * emacs-lisp/bytecomp.el (maphash, map-char-table):
4647         Use byte-compile-funarg.
4649         * emacs-lisp/byte-opt.el (side-effect-free-fns): Several additions.
4651 2002-11-19  Markus Rost  <rost@math.ohio-state.edu>
4653         * progmodes/vhdl-mode.el (defgroup vhdl-related): Declare the
4654         members here rather than with custom-add-to-group.  This is the
4655         intended way of using defgroup and also lets
4656         custom-make-dependencies do its job.
4657         (defgroup vhdl-highlight-faces): Ditto.
4659         * emacs-lisp/shadow.el (defgroup lisp-shadow): New group name.
4660         Previous group name shadow is used in shadowfile.el.
4661         (shadows-compare-text-p): Use group lisp-shadow.
4663 2002-11-19  Stefan Monnier  <monnier@cs.yale.edu>
4665         * emacs-lisp/cl.el (multiple-value-call): Add docstring.
4667 2002-11-19  Masatake Yamato  <jet@gyve.org>  (tiny change)
4669         * register.el (describe-register-1): Don't assign to val the value
4670         returned by `remove-list-of-text-properties'.
4672 2002-11-18  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4674         * calendar/diary-lib.el (fancy-diary-font-lock-keywords):
4675         Grok month numbers, too.
4677 2002-11-18  Juanma Barranquero  <lektu@terra.es>
4679         * mail/smtpmail.el (smtpmail-send-queued-mail): Add autoload cookie.
4681 2002-11-18  Markus Rost  <rost@math.ohio-state.edu>
4683         * pcvs.el (cvs-minor-mode, cvs-mode-commit-hook): Add group.
4685         * textmodes/refill.el (defgroup refill): New group.
4687         * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Add group.
4689         * textmodes/sgml-mode.el (html-autoview-mode): Add group.
4691         * textmodes/paragraphs.el (use-hard-newlines): Add group.
4693         * progmodes/compile.el (compilation-shell-minor-mode): Add group.
4694         (compilation-minor-mode): Add group.
4696         * reveal.el (global-reveal-mode): Add group.
4698         * bookmark.el (bookmark-menu-length): Fix group name.
4700 2002-11-17  Richard M. Stallman  <rms@gnu.org>
4702         * mail/rmail.el (rmail-ignored-headers): Add more headers.
4704         * calendar/parse-time.el (parse-time-elt): Var renamed from `elt'.
4705         (parse-time-val): Var renamed from `val'.  All uses changed.
4707         * files.el (parse-time-rules): Mark it as risky.
4709         * finder.el (finder-commentary): Use buffer *Finder-package*.
4711         * menu-bar.el (menu-bar-options-menu): Improve tooltip string.
4713         * simple.el (indicate-unused-lines)
4714         (default-indicate-unused-lines): New variable aliases.
4716 2002-11-18  Kenichi Handa  <handa@m17n.org>
4718         * progmodes/cc-vars.el: Undo previous change.
4720 2002-11-18  Kenichi Handa  <handa@m17n.org>
4722         * language/cyrillic.el (cyrillic-iso-8bit): Make it safe.
4724         * language/european.el (iso-latin-1): Make it safe.
4725         (iso-latin-2, iso-latin-3, iso-latin-4, iso-latin-5, iso-latin-8)
4726         (iso-latin-9): Likewise.
4728         * language/greek.el (greek-iso-8bit): Make it safe.
4730         * language/hebrew.el (hebrew-iso-8bit): Make it safe.
4732         * language/lao.el (lao): Make it safe.
4734         * language/thai.el (thai-tis620): Make it safe.
4736 2002-11-17  Markus Rost  <rost@math.ohio-state.edu>
4738         * speedbar.el (defgroup speedbar): Use group 'etags instead of
4739         nonexisting group 'tags.
4741         * emacs-lisp/re-builder.el: Add provide call.
4743         * mail/feedmail.el (feedmail-fiddle-headers-upwardly)
4744         (feedmail-fiddle-plex-user-list): Fix typo in group name.
4746         * progmodes/make-mode.el (makefile-space-face): Fix group name.
4748         * textmodes/ispell.el (defgroup ispell): Arrange that definition
4749         starts at beginning of line.
4751         * textmodes/table.el (defgroup table-hooks): New group.
4752         (table-cell-map-hook): Fix typo in group name.
4754         * calendar/diary-lib.el (diary-button-face): Add group and version
4755         number.
4757         * warnings.el (defgroup warnings): New group.
4759 2002-11-16  Markus Rost  <rost@math.ohio-state.edu>
4761         * emacs-lisp/autoload.el (update-autoloads-from-directories):
4762         Sort the list of files with no autoloads.
4764 2002-11-16  Alan Shutko  <ats@acm.org>
4766         * calendar/diary-lib.el (list-diary-entries): Pass a marker
4767         indicating source of entry to add-to-diary-list.
4768         (diary-button-face, diary-entry, diary-goto-entry): New, to
4769         support click to diary file.
4770         (fancy-diary-display): Buttonize diary entries.
4771         (list-sexp-diary-entries): Pass a marker indicating source of
4772         entry to add-to-diary-list.
4773         (diary-date): Return mark as well as entry.
4775         * calendar/calendar.el (diary-face): New.
4776         (european-calendar-display-form, describe-calendar-mode)
4777         (mark-visible-calendar-date, calendar-mark-today): Tidy doc string.
4778         (calendar-make-alist): New.
4779         (calendar-mode): Set up font-lock mode.
4780         (generate-calendar-window): Fontify if font-lock-mode is on.
4782 2002-11-16  Ivan Zakharyaschev  <imz@altlinux.org>  (tiny change)
4784         * international/codepage.el (cp866-decode-table): Fix the
4785         translation table.
4787 2002-11-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
4789         * progmodes/cc-bytecomp.el (cc-bytecomp-defun): Fixed bug that
4790         caused existing function definitions to be overridden by
4791         phonies when the bytecomp environment is restored.
4793 2002-11-15  Nick Roberts  <nick@nick.uklinux.net>
4795         * toolbar/gud-break.pbm, toolbar/gud-cont.pbm, toolbar/gud-display.pbm,
4796         toolbar/gud-down.pbm, toolbar/gud-finish.pbm, toolbar/gud-goto.pbm,
4797         toolbar/gud-next.pbm, toolbar/gud-print.pbm, toolbar/gud-remove.pbm,
4798         toolbar/gud-run.pbm, toolbar/gud-step.pbm, toolbar/gud-up.pbm:
4799         Icons for debugger (pbm files).
4801 2002-11-15  Richard M. Stallman  <rms@gnu.org>
4803         * international/mule.el (set-buffer-file-coding-system): Redo prev chg.
4805 2002-11-15  John Paul Wallington  <jpw@shootybangbang.com>
4807         * ibuffer.el (ibuffer-use-other-window, ibuffer-use-header-line)
4808         (ibuffer-visit-buffer, ibuffer-redisplay, ibuffer-update): Doc fix.
4809         (ibuffer-mode-hooks): Remove spurious defvar.
4810         (ibuffer): Run `ibuffer-hook' instead of `ibuffer-hooks'.
4811         (ibuffer-mode): Run `ibuffer-mode-hook' instead of
4812         `ibuffer-mode-hooks'.
4814 2002-11-15  Markus Rost  <rost@math.ohio-state.edu>
4816         * mail/rmailedit.el: Add provide call.
4818         * play/bruce.el: Add provide call.
4820         * emacs-lisp/gulp.el: Add provide call.
4822 2002-11-14  Richard M. Stallman  <rms@gnu.org>
4824         * international/mule.el (set-buffer-file-coding-system): Undo prv chg.
4826 2002-11-14  Markus Rost  <rost@math.ohio-state.edu>
4828         * custom.el (custom-declare-group): Remove unnecessary line of code.
4830         * cus-dep.el (custom-make-dependencies): Bind load-file-name.
4832 2002-11-14  Edward M. Reingold  <reingold@emr.cs.iit.edu>
4834         * calendar/diary-lib.el (make-diary-entry): Allow for local variables
4835         at end of diary file.
4837 2002-11-14  Kim F. Storm  <storm@cua.dk>
4839         * files.el (mode-name): Mark it as risky-local-variable like the
4840         other mode-line elements (moved from bindings.el).
4842         * bindings.el (mode-name): Moved mark as risky-local-variable to
4843         files.el.
4845 2002-11-14  Juanma Barranquero  <lektu@terra.es>
4847         * gud.el: Fix feature name in `provide'.
4849         * gdb-ui.el: Fix feature name in `require'.
4851 2002-11-14  Per Cederqvist  <ceder@lysator.liu.se>  (tiny change)
4853         * progmodes/etags.el (find-tag-default): Copy text at point without
4854         properties.
4856 2002-11-14  Kenichi Handa  <handa@m17n.org>
4858         * progmodes/cc-vars.el: Don't cc-bytecomp-defun char-table-p.
4860 2002-11-14  Kim F. Storm  <storm@cua.dk>
4862         * textmodes/fill.el (fill-nobreak-invisible): New var.
4863         (fill-nobreak-p): Test it; return t if set and point invisible.
4864         (fill-newline): Test it; remove invisible prop on newline if set.
4866         * info.el (Info-fontify-node): New local list paragraph-markers.
4867         Record markers for mangled *note references on that list.
4868         When done, go back through those markers and fill each mangled
4869         paragraph with `fill-nobreak-invisible' let-bound to t.
4870         Don't use `display' property; insert "see" directly in buffer.
4872 2002-11-14  Nick Roberts  <nick@nick.uklinux.net>
4874         * gdb-ui.el: New file, User Interface for running GDB
4876         * gud.el:(gud-find-file): Set up GDB tool bar.
4877         (gud-menu-map): New commands: run, goto.
4878         Enable some commands for gdba.
4879         (gud-query-cmdline): Pass default directory to gdba.
4880         (gdb): Defune gud-goto and gud-run.
4881         (gud-gdb-complete-command): Maybe use gdba-complete-filter.
4882         (gud-mode): Set up local tool bar.
4883         (gud-display-line): For gdba, call gdb-display-source-buffer.
4884         (gud-basic-call): For gdba, maybe delete the current prompt.
4885         (gud-tool-bar-map): New variable.
4886         (gud-read-address): Correction.
4888         * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-display.xpm,
4889         toolbar/gud-down.xpm, toolbar/gud-finish.xpm, toolbar/gud-goto.xpm,
4890         toolbar/gud-next.xpm, toolbar/gud-print.xpm, toolbar/gud-remove.xpm,
4891         toolbar/gud-run.xpm, toolbar/gud-step.xpm, toolbar/gud-up.xpm:
4892         Icons for debugger.
4894 2002-11-13  Stefan Monnier  <monnier@cs.yale.edu>
4896         * pcvs.el (cvs-mode-run): Don't pass "." if not needed.
4898 2002-11-13  Andre Spiegel  <spiegel@gnu.org>
4900         * vc-rcs.el (vc-rcs-registered): Improve comment.
4902         * vc-sccs.el (vc-sccs-registered): Improve comment.
4904 2002-11-13  Tim Van Holder  <tim.vanholder@anubex.com>  (tiny change)
4906         * progmodes/compile.el (compilation-error-regexp-alist):
4907         Don't include colon and space after a file name as part of the name.
4909 2002-11-13  Richard M. Stallman  <rms@gnu.org>
4911         * gud.el (gdb): Undo 10-26 change.
4913 2002-11-13  Kenichi Handa  <handa@m17n.org>
4915         * replace.el (occur-engine): Set buffer-file-coding-system of
4916         OUT-BUF to that of one of BUFFERS if they locally bind that variable.
4918 2002-11-13  Markus Rost  <rost@math.ohio-state.edu>
4920         * custom.el (custom-handle-all-keywords): Fix arg passed to
4921         custom-add-to-group.
4923 2002-11-12  Stefan Monnier  <monnier@cs.yale.edu>
4925         * pcvs-defs.el (cvs-mode-map): Remove M-f binding.
4926         (cvs-minor-mode-map): Add e binding in log-view-mode.
4928         * progmodes/perl-mode.el (perl-hanging-paren-p): New fun.
4929         (perl-indent-line): Look at the open-paren to indent a close-paren.
4930         (perl-calculate-indent): Try to better indent args after hanging paren.
4931         Remove special code for open-paren-in-column-0.
4933         * textmodes/sgml-mode.el (sgml-namify-char): New cmd.
4934         (sgml-name-char): Use it.
4935         (sgml-tag-last, sgml-tag-history): New vars.
4936         (sgml-tag): Use them.
4937         (sgml-skip-tag-forward): Use sgml-tag-syntax-table.
4938         (sgml-delete-tag): Remove resulting empty lines.
4939         (sgml-tag) <symbol-plist>: Don't make intangible.
4940         (sgml-parse-tag-backward): Add limit argument.
4941         (html-autoview-mode): Use define-minor-mode.
4943 2002-11-12  Markus Rost  <rost@math.ohio-state.edu>
4945         * vc-rcs.el (vc-rcs-registered): Handle the autoload cookie so
4946         that the definition is found by `find-function-search-for-symbol'
4947         and etags.
4949         * vc-sccs.el (vc-sccs-registered): Ditto.
4951         * emulation/edt.el (defgroup edt): Arrange that definition starts
4952         at beginning of line.
4954         * ls-lisp.el (defgroup ls-lisp): Remove autoload cookie.
4956         * hi-lock.el (defgroup hi-lock-interactive-text-highlighting):
4957         Remove autoload cookie.
4959         * newcomment.el (defgroup comment): Remove autoload cookie.
4961 2002-11-11  Markus Rost  <rost@math.ohio-state.edu>
4963         * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button):
4964         Declare with defvar, not with defcustom.
4966         * cus-dep.el: Don't require 'autoload.
4967         (custom-make-dependencies): Handle :version also for autoloaded
4968         options.
4970         * winner.el (defgroup winner): Arrange that definition starts at
4971         beginning of line.
4973         * emulation/edt.el: Simplify Emacs 19 compatibility.
4975 2002-11-11  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>  (tiny change)
4977         * dired-aux.el (dired-show-file-type): Format filename with "%s" to
4978         escape any format-like sequences it could contain.
4980 2002-11-11  Per Abrahamsen  <abraham@dina.kvl.dk>
4982         * cus-edit.el (custom-save-delete): Force emacs-lisp-mode.
4984 2002-11-11  Juanma Barranquero  <lektu@terra.es>
4986         * bindings.el (mode-name): Mark it as risky-local-variable.
4988 2002-11-09  Dave Love  <fx@gnu.org>
4990         * international/mule-cmds.el (current-language-environment):
4991         Fix :type.
4993         * international/ucs-tables.el: Revert to using
4994         translation-table-for-input instead of keyboard-translate-table.
4996         * international/quail.el (quail-input-string-to-events):
4997         Revert last change.
4999         * simple.el (quoted-insert): Bind translation-table-for-input,
5000         not keyboard-translate-table.
5002 2002-11-08  Stefan Monnier  <monnier@cs.yale.edu>
5004         * arc-mode.el (archive-zip-summarize): Don't hardcode (point-min) = 1.
5006         * complete.el (PC-do-completion): Make partial-completion work
5007         with incomplete directory names.
5009         * textmodes/tex-mode.el (latex-standard-block-names): Rename from
5010         standard-latex-block-names.
5011         (tex-font-lock-keywords-1): Add providecommand, renewenvironment,
5012         and renewtheorem.  Highlight \it and \bf separately since they
5013         may overlap.
5014         (tex-font-lock-suscript, tex-font-lock-unfontify-region): New funs.
5015         (tex-font-lock-keywords-3, tex-verbatim-environments)
5016         (tex-font-lock-syntactic-keywords): New vars.
5017         (superscript, subscript, tex-verbatim-face): New faces.
5018         (tex-font-lock-syntactic-face-function): Handle \verb construct.
5019         (tex-common-initialization): Update font-lock-defaults setting.
5020         (tex-insert-braces): Make it into a skeleton.
5021         (latex-fill-nobreak-predicate): Don't break after \.
5022         (latex-insert-block): Rename from tex-latex-block.
5023         (latex-down-list): Use tex-mode-syntax-table when skipping parens
5024         rather than the indentation syntax-table.
5025         (latex-close-block): Rename from tex-close-latex-block.
5026         (latex-split-block): New fun.
5027         (latex-indent): Don't indent inside a verbatim block.
5028         (latex-find-indent): Stick \begin{verbatim} to the margin.
5030 2002-11-08  John Wiegley  <johnw@gnu.org>
5032         * calendar/timeclock.el (timeclock-modeline-display): Use assq as
5033         well as memq to find `global-mode-string' within
5034         `mode-line-format'.  The structure of that variable has changed in
5035         21.3.
5037 2002-11-07  Stefan Monnier  <monnier@cs.yale.edu>
5039         * format.el (format-decode): Be careful with the order in `format'.
5041         * eshell/esh-cmd.el (function-p-func): Avoid `xemacs-p'.
5043         * eshell/em-glob.el: Require esh-util.
5044         (eshell-glob-initialize): Don't assume
5045         eshell-special-chars-outside-quoting is available.
5047         * textmodes/fill.el (fill-paragraph): Consider a comment-start as
5048         a paragraph starter when filling non-comments.
5049         (fill-comment-paragraph): Don't narrow while doing the fill.
5050         Recognize paragraph starters and separators within comments.
5051         Use adaptive-fill-prefix when it works.  Use comment-search-forward.
5053         * progmodes/compile.el (grep-default-command): New fun.
5054         (grep): Use it.
5055         (compilation-menu-map): New var.
5056         (compilation-minor-mode-map, compilation-shell-minor-mode-map): Use it.
5057         (compilation-mode-map): Simplify.
5058         (compilation-shell-minor-mode, compilation-minor-mode):
5059         Use define-minor-mode.
5061         * elide-head.el (elide-head): Don't make intangible.
5063         * help.el (where-is): Rename map to defs (a list of syms is not a map).
5064         Test fboundp first, to speed things up.  Use push.
5066         * isearch.el (isearch-hidden): New var.
5067         (isearch-search-and-update): Test it.
5068         (isearch-range-invisible): Set it.
5070         * progmodes/tcl.el (tcl-mode): Don't set paragraph-start,
5071         paragraph-separate, comment-column, and fill-paragraph-function.
5072         Simplify outline-regexp.
5073         (tcl-do-fill-paragraph): Remove.
5075 2002-11-07  Markus Rost  <rost@math.ohio-state.edu>
5077         * mail/sendmail.el (mail-default-directory): Set the version to 21.4.
5079         * progmodes/compile.el (grep-compute-defaults): Undo previous change.
5080         Definition moved down.
5081         (grep-command, grep-find-command, grep-tree-command): Allow value nil.
5082         Do not declare :get property.
5083         (grep-use-null-device): Fix type.  Do not declare :get property.
5085         * emacs-lisp/checkdoc.el (checkdoc-find-error):
5086         Use get-file-buffer instead of get-buffer.
5088         * cus-dep.el (custom-make-dependencies): Fix comment inserted in
5089         cus-load.el.
5091 2002-11-07  Juanma Barranquero  <lektu@terra.es>
5093         * help.el (where-is): Report also aliases of the passed command.
5095 2002-11-06  Dave Love  <fx@gnu.org>
5097         * simple.el (quoted-insert): Bind keyboard-translate-table around
5098         read-char.
5100         * international/ucs-tables.el: Use keyboard-translate-table coding
5101         system property, not translation-table-for-input, for
5102         vietnamese-viscii & al.
5103         (translation-table-for-input): Set,
5104         don't defvar, and make permanent-local.
5105         (ucs-unify-8859, ucs-unify-8859, ucs-fragment-8859): Add/remove
5106         set-buffer-major-mode-hook, not quail-activate-hook.
5107         (ucs-set-table-for-input): Renamed from ucs-quail-activate.
5108         (ucs-unify-8859, ucs-unify-8859, ucs-fragment-8859):
5109         Setup keyboard-translate-table, not translation-table-for-input.
5110         Modify set-buffer-major-mode-hook, not quail-activate-hook.
5111         (ucs-fragment-8859): Don't use translation-table-for-input coding
5112         system property.
5113         (ucs-quail-activate): Deleted.
5114         (ucs-set-table-for-input): New.
5115         (ucs-minibuffer-setup): Use it.
5117         * international/quail.el (quail-input-string-to-events):
5118         Use keyboard-translate-table, not translation-table-for-input.
5120         * files.el (normal-mode): Call ucs-set-table-for-input.
5122         * international/mule.el (set-buffer-file-coding-system):
5123         Call ucs-set-table-for-input.
5125 2002-11-06  Richard M. Stallman  <rms@gnu.org>
5127         * replace.el (query-replace, query-replace-regexp): Doc fixes.
5129         * emacs-lisp/bytecomp.el (byte-compile-lambda):
5130         Handle progn like let, inside interactive spec.
5132         * textmodes/tex-mode.el (tex-dvi-view-command): Value can be sexp.
5133         Initialize to a suitable sexp.
5134         (tex-view): Evaluate tex-dvi-view-command and use the value.
5136 2002-11-06  Kenichi Handa  <handa@m17n.org>
5138         * international/mule.el (coding-system-eol-type-mnemonic):
5139         Use eol-mnemonic-undecided if CODING-SYSTEM is nil.
5141 2002-11-06  Kim F. Storm  <storm@cua.dk>
5143         * info.el (Info-fontify-node): Fixed hiding of *note references
5144         with embedded file names like (xxx.yyy).
5145         Avoid making any lines visibly longer if hiding newlines inside
5146         note references by wrapping line after references if it contained
5147         a newline (unfortunaly this makes more lines appear "shorter").
5148         Properly reindent multi-line menu entry descriptions.
5150 2002-11-05  Juanma Barranquero  <lektu@terra.es>
5152         * language/cyrillic.el ("Bulgarian"): Fix typo.
5154         * international/mule.el (coding-system-eol-type-mnemonic):
5155         Move from mule-util.el.
5157         * international/mule-util.el (coding-system-eol-type-mnemonic):
5158         Move to mule.el.
5160 2002-11-04  Juanma Barranquero  <lektu@terra.es>
5162         * files.el (find-buffer-visiting): Accept new optional PREDICATE
5163         argument to return only a buffer that satisfies the predicate.
5164         (insert-file-1): New function.
5165         (insert-file-literally): Use it.
5166         (insert-file): Use it.
5168 2002-11-04  Robert Fenk  <Robert.Fenk@gmx.de>  (tiny change)
5170         * desktop.el (desktop-relative-file-names): New variable.
5171         (desktop-save): Use it.
5173 2002-11-03  Andre Spiegel  <spiegel@gnu.org>
5175         * vc.el (vc-dired-mode): Adapt dired-move-to-filename-regexp to
5176         its current version in dired.el.
5178 2002-11-03  Stefan Monnier  <monnier@cs.yale.edu>
5180         * emacs-lisp/autoload.el (generate-file-autoloads)
5181         (update-file-autoloads): Strip .gz and other such extensions.
5182         (update-autoloads-from-directories): Also consider compressed files.
5184         * info.el (Info-streamline-headings): New var.
5185         (Info-dir-remove-duplicates): New fun.
5186         (Info-insert-dir): Use it.  Simplify the code with push,mapc,dolist.
5187         (Info-select-node): Simplify handling of Info-header-line.
5188         (Info-forward-node): Undo 2000/12/15 since we don't narrow any more.
5189         (Info-mode): Set header-line-format once and for all.
5190         (Info-fontify-node): Accept bogus first line with `File:' missing.
5191         Only make first line invisible if Info-use-header-line.
5192         Don't use `intangible': it's evil.  Use inhibit-read-only.
5193         (Info-follow-reference, Info-next-reference, Info-prev-reference)
5194         (Info-try-follow-nearest-node): Don't bind inhibit-point-motion-hooks
5195         since we don't use intangible any more.
5197         * image.el (insert-image): Don't make intangible since
5198         adjust_point_for_property should be sufficient by default.
5200 2002-11-02  Stefan Monnier  <monnier@cs.yale.edu>
5202         * textmodes/fill.el (fill-paragraph-handle-comment): New var.
5203         (fill-comment-paragraph): New fun (generalizes of lisp-fill-paragraph).
5204         (fill-paragraph): Use them.
5206         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
5207         Use fill-comment-paragraph.
5209 2002-11-02  Stefan Monnier  <monnier@cs.yale.edu>
5211         * bindings.el (mode-line-change-eol)
5212         (mode-line-eol-desc-cache, mode-line-eol-desc): New.
5213         (mode-line-mule-info): Use them for the EOL part of the modeline.
5215         * server.el (server-sentinel): Kill buffers if applicable.
5216         (server-temp-file-p): Make arg optional.
5217         (server-done): Use it to simplify.
5218         (server-switch-buffer): If server-window is a function, use it.
5220         * mail/undigest.el (rmail-digest-end-regexps): Simplify.
5221         (undigestify-rmail-message): Fix paren-bug and simplify.
5223 2002-11-02  Kim F. Storm  <storm@cua.dk>
5225         * info.el (Info-hide-note-references): nil value now does no
5226         reformatting at all.  New choice 'tag reformats tag but shows
5227         the section reference.
5228         (Info-fontify-node): Use it.
5230 2002-11-01  Stefan Monnier  <monnier@cs.yale.edu>
5232         * textmodes/tex-mode.el (tex-common-initialization):
5233         comment-start-skip shouldn't match on the next line.
5235         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Use match-string.
5236         Don't bother making paragraph-start a superset of paragraph-separate.
5237         Use line-beginning-position.
5239         * textmodes/sgml-mode.el (sgml-skip-tag-backward)
5240         (sgml-skip-tag-forward): Deal with xml-style <foo/> empty tags.
5242 2002-11-01  Kim F. Storm  <storm@cua.dk>
5244         * info.el (Info-hide-note-references): New defcustom.
5245         (Info-fontify-node): Use it.
5247 2002-10-31  Kim F. Storm  <storm@cua.dk>
5249         * shell.el (explicit-bash-args): Bash 1.x doesn't grok
5250         --noediting option; added run-time check to exclude it.
5252         * info.el (Info-follow-reference, Info-next-reference)
5253         (Info-prev-reference, Info-try-follow-nearest-node):
5254         Bind inhibit-point-motion-hooks to t while parsing reference.
5255         (Info-fontify-node): When font-lock-mode is enabled, display
5256         "*note" and "* menu" references in a more user friendly format.
5258 2002-10-30  Stefan Monnier  <monnier@cs.yale.edu>
5260         * textmodes/fill.el (fill-move-to-break-point): Skip white space
5261         _before_ checking to see if we're hitting the margin.
5262         (fill-region-as-paragraph): Don't fiddle with the undo-list any more:
5263         it's now done by the C primitives.  Don't use narrowing.
5264         Reorganize the line-breaking part of the code to simplify the control
5265         flow and make it work in the absence of narrowing.
5266         (fill-region): Don't use narrowing.
5268 2002-10-30  Dave Love  <fx@gnu.org>
5270         * textmodes/po.el (po-content-type-charset-alist): Delete most entries.
5271         (po-find-charset): Doc fix.  Remove interactive spec.
5272         (po): Provide.
5273         (po-find-file-coding-system-guts): Re-written to use
5274         coding-system-alist, and code-pages, not codepage stuff.
5276         * term/x-win.el: Remove some ancient compatibility code.
5277         Populate x-keysym-table.
5279 2002-10-30  Andreas Schwab  <schwab@suse.de>
5281         * subr.el (replace-regexp-in-string): Doc fix.
5283 2002-10-29  Dave Love  <fx@gnu.org>
5285         * cus-start.el (selection-coding-system, scalable-fonts-allowed): Add.
5287         * progmodes/scheme.el (syntax-case): Define scheme-indent-function.
5289         * international/mule-conf.el: Doc fixes.
5291 2002-10-29  Richard M. Stallman  <rms@gnu.org>
5293         * server.el (server-switch-buffer): Say when no server buffers remain.
5295         * net/goto-addr.el (goto-address-url-regexp): Don't match `mailto'.
5297 2002-10-28  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
5299         * progmodes/make-mode.el (makefile-warn-continuations):
5300         Call re-search-forward with NOERROR t.
5302 2002-10-29  Kim F. Storm  <storm@cua.dk>
5304         * ido.el (ido-wide-find-dirs-or-files): Fixed problem that caused
5305         incomplete list of matches to be returned.
5307 2002-10-29  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
5309         * textmodes/texinfo.el (texinfo-environments): Add environment;
5310         copying, documentdescription, ifplaintext, ifnotplaintext, and
5311         verbatim.
5313         * textmodes/texinfmt.el (texinfo-format-ifplaintext): New function.
5314         (ifplaintext, ifnotplaintext)
5315         (afourpaper, afivepaper, afourlatex, afourwide)
5316         (documentlanguage, documentencoding): New aliases.
5318 2002-10-29  John Paul Wallington  <jpw@shootybangbang.com>
5320         * ibuffer.el (ibuffer-mouse-popup-menu): Set point before popping
5321         up filter groups menu.  Preserve point unless a menu command has
5322         moved it from point clicked.
5324 2002-10-29  David Kastrup  <dak@lola.goethe.zz>
5326         * calc/calc.el (calc-any-evaltos): Initialize to nil, since
5327         calc-refresh-evaltos appears to need this.
5329 2002-10-28  Dave Love  <fx@gnu.org>
5331         * international/mule-diag.el (non-iso-charset-alist): Move to
5332         avoid compilation warning.
5333         (mule-diag): Provide.
5335         * international/code-pages.el (cp-make-coding-system):
5336         Use utf-translation-table-for-decode, not
5337         utf-8-translation-table-for-decode.
5338         (mule-diag): Require.
5340         * language/thai-util.el (thai-composition-function): Don't use prog1.
5342         * language/lao-util.el (lao-composition-function): Don't use prog1.
5344         * language/european.el (diacritic-composition-function):
5345         Modify confused prog1 form.
5347         * international/quail.el (quail-keyboard-layout-alist): Fix pc105-uk.
5348         (quail-keyboard-layout): Customize.
5349         Move after quail-keyboard-layout-alist.
5351 2002-10-28  Miles Bader  <miles@gnu.org>
5353         * progmodes/make-mode.el (makefile-warn-continuations):
5354         Don't barf when there _aren't_ any suspicious continuations.
5356 2002-10-28  Matthew Swift  <swift@alum.mit.edu>
5358         * progmodes/compile.el (grep-find-use-xargs): Fix docstring.
5360 2002-10-27  Michael Kifer  <kifer@cs.stonybrook.edu>
5362         * ediff-wind.el (ediff-control-frame-parameters): Add scrollbar-height.
5364 2002-10-27  Andreas Schwab  <schwab@suse.de>
5366         * progmodes/sh-script.el (sh-mode-syntax-table): Don't make ^L
5367         end-of-comment syntax.
5369 2002-10-27  Kim F. Storm  <storm@cua.dk>
5371         * ido.el (ido-cannot-complete-command): New defcustom, default to
5372         ido-completion-help (similar to iswitchb-cannot-complete-hook).
5373         (ido-complete): Call value of ido-cannot-complete-command rather
5374         than ido-completion-help when no common completion.
5376 2002-10-27  Dave Love  <fx@gnu.org>
5378         * international/code-pages.el (iso-8859-11): New.
5380 2002-10-27  Kim F. Storm  <storm@cua.dk>
5382         * pcvs.el (cvs-checkout): Use read-directory-name.
5383         (cvs-query-directory): Likewise.
5385 2002-10-26  Richard M. Stallman  <rms@gnu.org>
5387         * progmodes/make-mode.el (makefile-cleanup-continuations):
5388         Default for variable is nil.
5389         (makefile-warn-continuations): New function.
5390         (makefile-mode): Put it on write-file-functions.
5392         * international/mule-cmds.el (select-safe-coding-system):
5393         Delete debugging setq.
5395         * shell.el (shell): Look for .emacs_SHELL under ~/.emacs.d
5396         after looking in ~.
5398         * startup.el (command-line): Look for .emacs under ~/.emacs.d
5399         after looking in ~.
5401         * simple.el (toggle-truncate-lines): When turning off truncation,
5402         clear out the hscroll value in this buffer's windows.
5404         * simple.el (display-message-or-buffer): Don't display empty
5405         output in the echo area.
5407         * man.el (Man-default-man-entry): Don't look for all word chars,
5408         look only for characters that are normally part of a shell command.
5410         * gud.el (gdb): Pass default-directory to GDB via -cd option.
5412         * font-lock.el (c++-font-lock-keywords...): Add `restrict' keyword.
5414         * find-file.el (ff-find-related-file): Fix autoload cookie.
5416         * emacs-lisp/unsafep.el (unsafep-variable): Pass second arg to
5417         risky-local-variable-p.
5419         * files.el (risky-local-variable-p): VAL=nil has special meaning.
5421         * Makefile.in (compile-always): Avoid error in old Bash versions.
5423 2002-10-26  John Paul Wallington  <jpw@shootybangbang.com>
5425         * textmodes/picture.el (picture-mouse-set-point): New command.
5426         (picture-mode-map): Bind it.
5427         (picture-motion-reverse): Doc fix.
5429 2002-10-25  Stefan Monnier  <monnier@cs.yale.edu>
5431         * textmodes/outline.el (outline-next-heading): Make sure the match-data
5432         is really correct where returning.
5434 2002-10-24  Matthew Swift  <swift@alum.mit.edu>
5436         * textmodes/outline.el (outline-minor-mode): Add customization group.
5438 2002-10-23  Richard M. Stallman  <rms@gnu.org>
5440         * files.el (risky-local-variable-p): New arg VAL.
5441         (compile-command): Use `stringp' for `safe-local-variable' prop.
5442         (hack-one-local-variable): Pass VAL to `risky-local-variable-p'.
5444 2002-10-23  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
5446         * woman.el (woman-version): Update to 0.551 (beta).
5447         (woman-parse-colon-path): Add support for current Cygwin mount
5448         conventions.
5449         (woman-Cyg-to-Win): New function to convert absolute filename from
5450         Cygwin to Windows form by executing external program cygpath if
5451         possible.
5452         (woman-man.conf-path): Update default to current common locations
5453         and to support Cygwin; update documentation.
5454         (woman-parse-man.conf): Generalize regexp to "man.*\\.conf" to
5455         match possible names of man.conf file; tidy code and documentation.
5456         (woman-manpath): Simplify default and documentation; essentially
5457         move code that was here into `woman-parse-colon-path'.
5458         (woman-default-indent): Change Linux to GNU in documentation.
5459         (woman-addition-face): Make documentation consistent with other
5460         WoMan faces.
5461         (woman-emulate-tbl): New variable, determines whether tbl
5462         emulation is required.
5463         (woman-decode-region): Add check for preprocessor requests.
5464         (woman0-process-escapes, woman-special-characters)
5465         (woman-get-next-char, woman-parse-numeric-value): Add support for
5466         long groff names of the form [xxx].
5467         (woman-strings, woman-change-fonts): Now call `woman-match-name'.
5468         (woman2-PD, woman2-na): Doc fix.
5469         (woman-match-name): New function.
5470         (woman2-TS): New function.
5471         (woman2-TE): New alias for `woman2-fi'.
5473 2002-10-23  Kim F. Storm  <storm@cua.dk>
5475         * ido.el (ido-restrict-to-matches): New command.
5476         (ido-define-mode-map): Bind it to C-SPC and C-@ in ido-mode-map.
5478 2002-10-22  Bob Halley  <halley@play-bow.org>  (tiny change)
5480         * eshell/esh-io.el (eshell-set-output-handle): Fix so that
5481         multiple redirection can work.
5483 2002-10-21  Stefan Monnier  <monnier@cs.yale.edu>
5485         * ielm.el (inferior-emacs-lisp-mode): If hexl not found, use cat.
5486         Don't hardcode point-min == 1.
5488         * hexl.el (hexl-mode-old-write-contents-hooks): Remove.
5489         (hexl-mode, hexl-current-address, hexl-address-to-marker)
5490         (hexl-insert-char): Don't hardcode point-min == 1.
5491         (hexl-isearch-search-function): New fun.
5492         (hexl-mode-old-isearch-search-fun-function): New var.
5493         (hexl-mode): Use them.
5494         (hexl-mode, hexl-mode-exit, hexl-maybe-dehexlify-buffer):
5495         Use write-contents-functions rather then write-contents-hooks.
5497         * textmodes/text-mode.el (text-mode-syntax-table): Make ' a prefix.
5498         (paragraph-indent-text-mode-abbrev-table)
5499         (paragraph-indent-text-mode-syntax-table): Remove.
5500         (paragraph-indent-text-mode): Use the :abbrev and :syntax-table args.
5502 2002-10-21  Juanma Barranquero  <lektu@terra.es>
5504         * eshell/esh-util.el (directory-files-and-attributes): Copy docstring
5505         from Emacs 21.  Arg DIR renamed to DIRECTORY for consistency.
5507 2002-10-20  Andreas Schwab  <schwab@suse.de>
5509         * apropos.el (apropos-group): Use customize-group-other-window.
5511 2002-10-18  Stefan Monnier  <monnier@rum.cs.yale.edu>
5513         * progmodes/perl-mode.el (perl-mode-syntax-table): Change $ back
5514         to just "/" instead of "/ p".
5515         (perl-font-lock-syntactic-keywords): Use ". p" for the `$'.
5517 2002-10-18  Juanma Barranquero  <lektu@terra.es>
5519         * textmodes/artist.el (artist-ff-is-bottommost-line): Fix misplaced
5520         ELSE expression on IF.
5522 2002-10-17  Juanma Barranquero  <lektu@terra.es>
5524         * align.el (align-rules-list, align-exclude-rules-list): Fix typos.
5526         * subr.el (remq): Likewise.
5528         * vc-cvs.el (vc-cvs-sticky-tag-display): Likewise.
5530         * vc-hooks.el (vc-insert-file): Likewise.
5532         * vcursor.el (vcursor-other-window): Likewise.
5534         * wid-edit.el (widget-choose): Likewise.
5536         * calendar/diary-lib.el (diary-name-pattern): Likewise.
5538         * emacs-lisp/elint.el (elint-error, elint-warning): Likewise.
5540         * emacs-lisp/lisp.el (beginning-of-defun): Likewise.
5542         * emulation/edt-mapper.el (top-level): Likewise.
5544         * eshell/esh-var.el (eshell/define): Likewise.
5546         * mail/feedmail.el (feedmail-nuke-body-in-fcc)
5547         (feedmail-queue-draft-directory): Likewise.
5549         * net/netrc.el (netrc-parse): Likewise.
5551         * obsolete/cplus-md.el (c++-empty-arglist-indent): Likewise.
5553         * progmodes/ebrowse.el (ebrowse-ts)
5554         (ebrowse-view/find-file-and-search-pattern)
5555         (ebrowse-draw-file-member-info): Likewise.
5557         * progmodes/idlwave.el (idlwave-region-active-p): Likewise.
5559         * progmodes/idlw-shell.el (idlwave-shell-set-bp): Likewise.
5561         * progmodes/sh-script.el (sh-indent-for-then): Likewise.
5563         * textmodes/bibtex.el (bibtex-find-entry-location): Likewise.
5565         * textmodes/sgml-mode.el (sgml-close-tag, html-imenu-index): Likewise.
5567 2002-10-17  Dave Love  <fx@gnu.org>
5569         * international/mule-diag.el (non-iso-charset-alist): Add koi8-u.
5571         * international/code-pages.el (cp-make-translation-table): Use
5572         ucs-mule-to-mule-unicode.
5573         (cp-fix-safe-chars): Fix typo.
5574         (non-iso-charset-alist): Don't define.
5575         (cp-make-coding-system): Use utf-8-translation-table-for-decode.
5576         Define translation-table-for-input.
5577         (cp866): Reinstate.
5578         (alternativnj): Don't define alias.
5579         (koi8-u): Deleted.
5581         * language/european.el ("Slovenian"): Use slovenian input-method.
5582         (encode-mac-roman): Use ucs-mule-to-mule-unicode.
5584         * language/cyrillic.el (cyrillic-alternativnyj-decode-table): Fix
5585         the table.
5586         (cyrillic-alternativnyj): Don't give it `mime-charset' property.
5587         (cp866): Delete this alias.
5588         ("Bulgarian"): Fix the value of `input-method'.
5590 2002-10-16  Luc Teirlinck  <teirllm@mail.auburn.edu>
5592         * dired-aux.el (dired-add-entry): Put point in correct position
5593         before inserting marker char.
5595 2002-10-16  Andreas Schwab  <schwab@suse.de>
5597         * dired.el (dired-readin-insert): Expand dired-directory.
5599         * dired-aux.el (dired-insert-subdir-doinsert): Preserve point.
5601 2002-10-16  Markus Rost  <rost@math.ohio-state.edu>
5603         * textmodes/reftex-vars.el: Move reftex-set-dirty here from
5604         reftex.el.  Move the provide call to end of file.
5606         * textmodes/reftex.el: Move reftex-set-dirty to reftex-vars.el.
5608 2002-10-15  Dave Love  <fx@gnu.org>
5610         * man.el (Man-getpage-in-background): Set width in environment.
5612 2002-10-15  Kenichi Handa  <handa@m17n.org>
5614         * mail/sendmail.el (sendmail-send-it): Call
5615         select-message-coding-system before changing the current bufer to
5616         " sendmail temp".
5618 2002-10-14  Andre Spiegel  <spiegel@gnu.org>
5620         * files.el (insert-directory): Handle //SUBDIRED// lines in
5621         recursive listings from ls --dired.
5623         * vc.el (vc-dired-reformat-line): Simplified.  Handles text
5624         properties correctly now.
5626 2002-10-14  Juanma Barranquero  <lektu@terra.es>
5628         * international/mule.el (set-selection-coding-system): Fix spacing.
5630 2002-10-13  Richard M. Stallman  <rms@gnu.org>
5632         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
5633         Treat `ignore' specially--prevent warnings about functions
5634         called for effect, in its args.
5635         Don't warn when `pop' is used for effect.
5637         * emacs-lisp/autoload.el (autoload-print-form): Cleanup.
5639         * uniquify.el (uniquify-get-proposed-name):
5640         Don't use directory-sep-char.
5642         * thingatpt.el (read-from-whole-string): Add call to `ignore'.
5644         * find-file.el (ff-related-file-alist): New alias.
5645         (ff-find-related-file): New alias.
5647 2002-10-13  Andreas Schwab  <schwab@suse.de>
5649         * dired.el (dired-insert-directory): When looking for existing
5650         indentation, goto OPOINT instead of beginning of buffer.
5652 2002-10-12  Stefan Monnier  <monnier@cs.yale.edu>
5654         * cus-dep.el (custom-make-dependencies): Ignore preloaded files.
5656 2002-10-12  Michael Kifer  <kifer@cs.stonybrook.edu>
5658         * ediff-init.el (ediff-frame-char-height): Use frame-selected-window.
5660         * ediff-util.el (ediff-file-checked-in-p): Changed progn with and.
5662         * ediff-wind.el (ediff-skip-unsuitable-frames): Distinguish selected
5663         frame from frame of selected window.
5664         (ediff-frame-has-dedicated-windows): Don't select any frames to avoid
5665         changing selected windows.
5666         (ediff-setup-control-frame): Make sure auto-rase is properly set for
5667         the control frame.
5669 2002-10-10  Simon Josefsson  <jas@extundo.com>
5671         * browse-url.el (browse-url-mozilla): Doc fix.
5673 2002-10-10  Steve Youngs  <youngs@xemacs.org>
5675         * browse-url.el (browse-url-mozilla-new-window-is-tab): New.
5676         (browse-url-mozilla): Use it.
5678 2002-10-11  Miles Bader  <miles@gnu.org>
5680         * vc-cvs.el (vc-cvs-parse-entry): Don't barf when an `Entries'
5681         files contains an invalid timestamp.
5683 2002-10-11  Simon Josefsson  <jas@extundo.com>
5685         * mail/sendmail.el (mail-envelope-from): New option `header' to
5686         use RFC 2822 From: header as the envelope address.
5687         (mail-envelope-from): New function, this should be used instead of
5688         looking at the `mail-envelope-from' variable.
5689         (sendmail-send-it): Use it.
5691         * mail/smtpmail.el (smtpmail-via-smtp): Use it.
5693 2002-10-11  Andre Spiegel  <spiegel@gnu.org>
5695         * dired.el (dired-insert-directory): Fix check for indentation
5696         from ls --dired.
5698         * vc.el (vc-dired-reformat-line): As a temporary fix, remove all text
5699         properties from the reformatted line.
5701 2002-10-10  Stefan Monnier  <monnier@cs.yale.edu>
5703         * textmodes/paragraphs.el (forward-paragraph): Keep track of
5704         remaining paragraphs to skip more carefully.
5706         * add-log.el (add-change-log-entry): Don't call find-file at all
5707         if we're already in the proper buffer.
5708         (change-log-resolve-conflict): New fun.
5709         (change-log-mode): Use it and use define-derived-mode.
5710         (change-log-merge): Allow other-log to be a buffer.
5711         Don't add a \n if there are already enough \n's.
5713         * finder-inf.el, subdirs.el, cus-load.el: Remove.
5715         * finder.el ("finder-inf"): Don't fail if the file is absent.
5717         * cus-dep.el (custom-make-dependencies): Don't use find-file.
5718         Use feature names rather than file names if applicable.
5720         * cus-edit.el (customize-mode): New command.
5722         * custom.el (custom-group-of-mode): New fun.
5723         (custom-load-symbol): Don't use preloaded-file-list now that
5724         load-history is always complete.  Don't look up the expanded file
5725         name in load-history (looked like an XEmacsism).
5727         * smerge-mode.el (smerge-ediff): Autoload.
5728         (smerge-match-conflict): Don't assume as much about smerge-begin-re.
5729         (smerge-resolve-function): New var.
5730         (smerge-resolve): New command.
5731         (smerge-basic-map): Bind it.
5733 2002-10-10  Andre Spiegel  <spiegel@gnu.org>
5735         * vc-cvs.el (vc-cvs-parse-entry): Parse the time stamp found in
5736         CVS/Entries, rather than comparing it textually.
5738 2002-10-10  Markus Rost  <rost@math.ohio-state.edu>
5740         * international/encoded-kb.el: Add `provide' call.
5742 2002-10-09  David Kastrup  <David.Kastrup@t-online.de>
5744         * calc/calc-alg.el (calcFunc-ln): In symbolic manipulations,
5745         ln(-1) should be i*pi, not pi.
5747 2002-10-09  Markus Rost  <rost@math.ohio-state.edu>
5749         * vc-cvs.el (vc-cvs-registered): In the autoload version use load
5750         instead of require to avoid loops when loaddefs.el is loaded after
5751         vc-cvs.el.
5753         * cus-edit.el (Custom-reset-current): Don't test for default-boundp.
5754         (Custom-reset-saved): Don't test for saved-value.
5756 2002-10-08  Stefan Monnier  <monnier@cs.yale.edu>
5758         * vc.el (vc-find-version): Use the new backend op `find-version'.
5759         (vc-default-find-version): Provide the new backend op `find-version'
5760         in terms of the old `checkout' op.
5762         * vc-rcs.el (vc-rcs-find-version): New fun.
5763         (vc-rcs-checkout): Remove `workfile' arg and simplify.
5765         * vc-sccs.el (vc-sccs-find-version): New fun.
5766         (vc-sccs-checkout): Remove `workfile' arg and simplify.
5768         * vc-cvs.el (vc-cvs-find-version): New fun.
5770 2002-10-08  John Paul Wallington  <jpw@shootybangbang.com>
5772         * info.el (Info-next-menu-item, Info-last-menu-item)
5773         (info-emacs-manual): Add docstrings.
5774         (Info-index): Use `string-to-number' instead of `string-to-int'.
5776 2002-10-08  Kenichi Handa  <handa@m17n.org>
5778         * international/ucs-tables.el (ucs-translation-table-for-decode):
5779         Define it as a translation-table.
5781 2002-10-07  Richard M. Stallman  <rms@gnu.org>
5783         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
5785         * progmodes/compile.el (grep-compute-defaults): Set the standard-value
5786         properties of the variables being initialized.
5788         * thingatpt.el (thing-at-point-url-path-regexp): Doc fix.
5790 2002-10-07  Kim F. Storm  <storm@cua.dk>
5792         * emulation/cua-base.el (cua-normal-cursor-color):
5793         Fixed initialization to make "Erase Customization" work.
5795 2002-10-07  Stefan Monnier  <monnier@cs.yale.edu>
5797         * vc.el (vc-maybe-resolve-conflicts): Always call vc-resolve-conflicts
5798         in case some other package redefined it.
5799         (vc-resolve-conflicts): Make it into an alias for smerge-ediff.
5801         * textmodes/fill.el (fill-paragraph): Go to BOL before calling
5802         forward-paragraph to make sure its return value is meaningful.
5804 2002-10-06  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5806         * net/tramp.el: Version 2.0.25 released.
5807         (tramp-handle-file-truename): If it's a directory,
5808         append slash only if result doesn't end in a slash already.
5809         (tramp-handle-file-truename): Restructure logic.  If list of steps
5810         is nil, return "/" as the real name.
5811         (tramp-completion-mode): Add "\\(" and "\\)". Otherwise,
5812         `match-string' doesn't make sense.  From Michael Albinus.
5813         (tramp-host-with-port-regexp): New defcustom. Equal to previous
5814         `tramp-host-regexp'.  From Michael Albinus.
5815         (tramp-host-regexp): Taken off hashes in host names. Otherwise,
5816         scanning files like .rhosts would take comments as host names.
5817         From Michael Albinus.
5818         (tramp-file-name-structure, tramp-multi-file-name-hop-structure):
5819         Replace `tramp-host-regexp' by `tramp-host-with-port-regexp'.
5820         From Michael Albinus.
5821         (tramp-action-terminal): New function.
5822         (tramp-terminal-prompt-regexp): New variable, matches "tset" prompts.
5823         (tramp-actions-before-shell): Use them.
5824         (tramp-handle-shell-command): Logic error.  From Ivan
5825         Zakharyaschev <imz@altlinux.org>.
5827 2002-10-06  Markus Holmberg  <markush@acc.umu.se>  (tiny change)
5829         * thingatpt.el (thing-at-point-uri-schemes): New variable.
5830         (thing-at-point-url-regexp): Use it.
5832 2002-10-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
5834         * progmodes/fortran.el (fortran-beginning-do): Ignore labelled DO
5835         loops.
5837 2002-10-05  Stefan Monnier  <monnier@cs.yale.edu>
5839         * vc.el (vc-log-mode-map): Explicitly inherit from text-mode.
5840         (vc-maybe-resolve-conflicts): Don't check smerge-mode and smerge-ediff.
5841         (vc-print-log): Don't check log-view-mode.
5842         (vc-default-show-log-entry): Don't check log-view-goto-rev.
5843         (vc-log-mode): Remove.
5844         (vc-log-edit): Don't check log-edit.
5846 2002-10-04  Stefan Monnier  <monnier@cs.yale.edu>
5848         * vc-cvs.el (vc-cvs-show-log-entry):
5849         * vc-rcs.el (vc-rcs-show-log-entry): Delete.
5851         * smerge-mode.el (smerge-ediff): Add name-{mine,other,base} args.
5853 2002-10-04  Markus Rost  <rost@math.ohio-state.edu>
5855         * vc.el (vc-default-show-log-entry): Fix typo.
5857 2002-10-04  Steven Tamm  <steventamm@mac.com>
5859         * term/mac-win.el: Add lines to handle the new [return] event.
5861 2002-10-03  Stefan Monnier  <monnier@cs.yale.edu>
5863         * textmodes/fill.el (fill-paragraph): Give up if there's no
5864         paragraph at or after point.
5866         * textmodes/paragraphs.el (forward-paragraph): Return the steps left.
5868         * vc.el (vc-print-log): Unconditionally use `show-log-entry'.
5869         (vc-default-show-log-entry): New fun.
5871         * subr.el (read-key-auxiliary-map, read-key): Remove.
5872         (read-quoted-char): Undo the `read-key' change of 2002-06-23.
5874 2002-10-03  Markus Rost  <rost@math.ohio-state.edu>
5876         * progmodes/ada-stmt.el (ada-stmt-add-to-ada-menu): Handle the
5877         menu pseudo-keys generated by easymenu which are lowercase in
5878         Emacs 21.4.
5880         * progmodes/ada-xref.el
5881         (ada-xref-update-project-menu,ada-add-ada-menu): Ditto.
5883 2002-10-03  John Paul Wallington  <jpw@shootybangbang.com>
5885         * frame.el (delete-frame-hook): Variable alias for
5886         `delete-frame-functions'.  Mark obsolete.
5888 2002-10-02  Stefan Monnier  <monnier@cs.yale.edu>
5890         * textmodes/outline.el (outline-1, outline-2, outline-3, outline-4)
5891         (outline-5, outline-6, outline-7, outline-8): New faces.
5892         (outline-font-lock-faces, outline-font-lock-levels): New vars.
5893         (outline-font-lock-face): New fun.
5894         (outline-font-lock-keywords): Use it.
5895         (outline-font-lock-level): Remove.
5896         (outline-mode, outline-next-preface, outline-next-heading)
5897         (outline-previous-heading, outline-next-visible-heading):
5898         Use shy group.
5899         (outline-level) <var>: Update calling convention.
5900         (outline-level) <fun>: Take advantage of it.
5901         (outline-demote): Don't assume the match-data is still uptodate.
5902         (outline-up-heading): Simplify and make sure the match data is
5903         properly set at the end.
5905 2002-10-02  Markus Rost  <rost@math.ohio-state.edu>
5907         * progmodes/sh-script.el (sh-alias-alist): Use append instead of
5908         nconc.
5910         * startup.el (normal-top-level): Reset standard-value property of
5911         `user-full-name' here.
5913 2002-10-02  Per Abrahamsen  <abraham@dina.kvl.dk>
5915         * wid-edit.el (widget-default-get): Change to return external
5916         value.
5917         (widget-choice-action): Update caller.
5918         (widget-editable-list-entry-create): Update caller.
5920         * wid-edit.el (widget-types-copy): New function.
5921         (default): Added :copy keyword.
5922         (menu-choice): Ditto.
5923         (checklist): Ditto.
5924         (radio-button-choice): Ditto.
5925         (editable-list): Ditto.
5926         (group): Ditto.
5927         (widget-copy): New function.
5928         (widget-create-child): Use it.
5929         (widget-create-child-value): Use it.
5931 2002-10-01  Bill Wohler  <wohler@newt.com>
5933         * mail/mh-comp.el, mail/mh-e.el, mail/mh-funcs.el,
5934         mail/mh-mime.el, mail/mh-pick.el, mail/mh-seq.el,
5935         mail/mh-utils.el, mail/mh-xemacs-compat.el, mail/reply2.pbm,
5936         mail/reply2.xpm, toolbar/execute.pbm, toolbar/execute.xpm,
5937         toolbar/page-down.pbm, toolbar/page-down.xpm, toolbar/refile.pbm,
5938         toolbar/refile.xpm, toolbar/repack.pbm, toolbar/repack.xpm,
5939         toolbar/rescan.pbm, toolbar/rescan.xpm, toolbar/show.pbm,
5940         toolbar/show.xpm, toolbar/widen.pbm, toolbar/widen.xpm:
5941         Upgraded to mh-e version 6.1.1.  Full ChangeLog available in
5942         http://prdownloads.sourceforge.net/mh-e/mh-e-6.1.tgz?download .
5943         There were no user-visible changes in 6.1.1 from 6.1--only the
5944         section of the Makefile that installs the files into Emacs was changed.
5946 2002-10-01  Stefan Monnier  <monnier@cs.yale.edu>
5948         * pcvs.el (cvs-mode-find-file): Look up font-lock-face so it also
5949         works when font-lock is turned off.
5951         * jit-lock.el (jit-lock-fontify-now): Don't widen.
5952         Let the jit-lock-functions do it if they want to.
5954 2002-10-01  Juanma Barranquero  <lektu@terra.es>
5956         * eshell/esh-module.el (eshell-load-defgroups):
5957         Add "no-byte-compile: t" to subdirs.el.
5959         * makefile.w32-in (update-subdirs-CMD): Likewise.
5961         * forms-d2.el:
5962         * forms-pass.el:
5963         * generic-x.el:
5964         * patcomp.el:
5965         * paths.el:
5966         * version.el:
5967         * international/mule-conf.el:
5968         * language/czech.el:
5969         * language/devanagari.el:
5970         * language/english.el:
5971         * language/georgian.el:
5972         * language/greek.el:
5973         * language/hebrew.el:
5974         * language/japanese.el:
5975         * language/korean.el:
5976         * language/lao.el:
5977         * language/misc-lang.el:
5978         * language/romanian.el:
5979         * language/slovak.el:
5980         * language/thai.el:
5981         * language/utf-8-lang.el:
5982         * emacs-lisp/cl-specs.el:
5983         * eshell/esh-maint.el:
5984         * mail/blessmail.el:
5985         * play/bruce.el:
5986         * term/apollo.el:
5987         * term/AT386.el:
5988         * term/bobcat.el:
5989         * term/internal.el:
5990         * term/iris-ansi.el:
5991         * term/keyswap.el:
5992         * term/linux.el:
5993         * term/lk201.el:
5994         * term/news.el:
5995         * term/vt102.el:
5996         * term/vt125.el:
5997         * term/vt200.el:
5998         * term/vt201.el:
5999         * term/vt220.el:
6000         * term/vt240.el:
6001         * term/vt300.el:
6002         * term/vt320.el:
6003         * term/vt400.el:
6004         * term/vt420.el:
6005         * term/wyse50.el: Add "no-byte-compile: t" in first line.
6007 2002-10-01  Kenichi Handa  <handa@m17n.org>
6009         * international/utf-16.el: Don't provide utf-16.
6011         * international/utf-8.el (ccl-decode-mule-utf-8):
6012         Remove unnecessary line.
6014 2002-09-30  Kenichi Handa  <handa@m17n.org>
6016         * language/thai.el (thai-tis620): Add `mime-charset' property.
6018         * language/indian.el: Don't register "ISO10646.*-1" in
6019         font-ccl-encoder-alist.
6021         * language/cyrillic.el (ccl-decode-koi8): Refer to
6022         ucs-translation-table-for-decode.
6023         (ccl-decode-koi8-u): Likewise.
6024         (ccl-decode-alternativnyj): Likewise.
6025         (cyrillic-koi8): Put `dependency' property.
6026         (koi8-u): Likewise.
6027         (cyrillic-alternativnyj): Likewise.
6029         * international/utf-8.el (ucs-mule-to-mule-unicode): Don't define
6030         this translation-table name here.
6031         (utf-translation-table-for-encode): New translation-table name.
6032         (utf-fragmentation-table): Renamed from utf-8-fragmentation-table.
6033         (utf-defragmentation-table): New variable.
6034         (ucs-mule-cjk-to-unicode): Renamed from utf-8-subst-rev-table.
6035         (utf-subst-table-for-encode): New translation-table name.
6036         (ucs-unicode-to-mule-cjk): Renamed from utf-8-subst-table.
6037         (utf-subst-table-for-decode): New translation-table name.
6038         (utf-fragment-on-decoding): Renamed from
6039         utf-8-fragment-on-decoding.  Correctly handle the case that
6040         unify-8859-on-encoding-mode is off.  Handle mule-utf-16-le and
6041         mule-utf-16-be too.
6042         (utf-translate-cjk): Renamed from utf-8-translate-cjk.
6043         Handle mule-utf-16-le and mule-utf-16-be too.
6044         (ccl-decode-mule-utf-8): Refer to utf-translation-table-for-decode
6045         and utf-subst-table-for-decode.
6046         (ccl-encode-mule-utf-8): Refer to utf-translation-table-for-encode
6047         and utf-subst-table-for-encode.
6048         (mule-utf-8): Fix `safe-charsets' property, put `dependency' property.
6050         * international/utf-8-subst.el: Setup ucs-unicode-to-mule-cjk and
6051         ucs-mule-cjk-to-unicode, not utf-8-subst-table and
6052         utf-8-subst-rev-table.
6054         * international/utf-16.el (utf-16-decode-ucs): Look up
6055         utf-subst-table-for-decode.  Fix for the case that the looking up
6056         succeeds.
6057         (ccl-decode-mule-utf-16-le): Translate characters by
6058         utf-translation-table-for-decode.
6059         (ccl-decode-mule-utf-16-be): Likewise.
6060         (ccl-encode-mule-utf-16-le): Look up utf-subst-table-for-encode
6061         at first.  Translate characters by utf-translation-table-for-encode.
6062         (ccl-encode-mule-utf-16-be): Likewise.
6063         (mule-utf-16-le, mule-utf-16-be): Add `dependency' property.
6065         * loadup.el: Preload international/utf-16.  Don't call ucs-unify-8859.
6067         * international/ucs-tables.el: Don't bind
6068         utf-8-translation-table-for-decode while setting up
6069         ucs-mule-8859-to-ucs-table, etc.  Add `depenency' property to
6070         iso-8859-* coding systems.
6071         (ucs-unify-8859): Arguments changed to FOR-ENCODE and FOR-DECODE.
6072         If FOR-DECODE is non-nil, make ucs-mule-8859-to-mule-unicode
6073         populate the translation table named
6074         ucs-translation-table-for-decode.  If FOR-ENCODE is non-nil, make
6075         ucs-mule-to-mule-unicode populates the translation table named
6076         utf-translation-table-for-encode.  Call register-char-codings for
6077         mule-utf-16-be and mule-utf-16-le too.
6078         (ucs-fragment-8859): Arguments changed to FOR-ENCODE and
6079         FOR-DECODE.  If FOR-DECODE is non-nil, make the translation table
6080         named ucs-translation-table-for-decode vacant.  If FOR-ENCODE is
6081         non-nil, make a proper char-table populates the translation table
6082         name utf-translation-table-for-encode.  Call register-char-codings
6083         for all mule-utf-* to to reset their status to the origianl.
6084         (unify-8859-on-encoding-mode): Call ucs-unify-8859 and
6085         ucs-fragment-8859 with fixed arguments.  Set the version to 21.3.
6086         (unify-8859-on-decoding-mode): Likewise.  Remove dependency.
6087         (ccl-encode-unicode-font): Delete.
6088         (ucs-tables-unload-hook): Delete.
6090         * international/mule.el (decode-char): Refer to the translation
6091         hash table named utf-subst-table-for-decode.  Refer to the
6092         translation table named utf-translation-table-for-decode instead
6093         of utf-8-translation-table-for-decode.
6094         (encode-char): Refer to the translation hash table named
6095         utf-subst-table-for-encode.  Refer to the translation table named
6096         utf-translation-table-for-encode instead of
6097         utf-8-translation-table-for-encode.
6099         * international/mule-diag.el (describe-coding-system):
6100         Describe `dependency' property.
6102         * international/mule-conf.el (emacs-mule): Add property `composition'.
6104         * international/fontset.el (ucs-mule-to-mule-unicode): Define this
6105         translation table name here.
6106         (ucs-mule-cjk-to-unicode): New translation table name.
6107         (ccl-encode-unicode-font): Merge the code in ucs-tables.el.
6108         (font-ccl-encoder-alist): Change the font registry pattern to
6109         "ISO10646.*-*".
6111 2002-09-30  Colin Walters  <walters@gnu.org>
6113         * calc/calc-stuff.el (calc-flush-caches): Add optional arg
6114         `inhibit-msg'.
6116         * calc/calc-prog.el (calc-kbd-report, calc-kbd-query): Don't bind
6117         `executing-kbd-macro' and `defining-kbd-macro'.
6119         * calc/calc-ext.el (calc-reset): Don't bind `executing-kbd-macro'.
6120         Call `calc-flush-caches' with inhibit-msg arg.
6121         (calc-change-mode): Remove extra arg for `calc-save-modes'.
6123         * calc/calc-mode.el (calc-save-modes): Remove `quiet' arg.
6124         Don't bind `executing-kbd-macro'.
6126 2002-09-29  Noah Friedman  <friedman@splode.com>
6128         * subr.el (read-key): Use read-key-auxiliary-map, not read-key-aux-map.
6130 2002-09-29  Richard M. Stallman  <rms@gnu.org>
6132         * startup.el (user-mail-address): Initialize to a useful value
6133         once Emacs is started up; initialize to "" at loadup time.
6134         (command-line): "", not nil, means user-mail-address not set yet.
6136 2002-09-29  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6138         * net/tramp.el: Version 2.0.24 released.
6139         (tramp-methods, tramp-completion-function-alist):
6140         Rename "*-old" methods to "*_old".  From Michael Albinus.
6141         (tramp-completion-function-alist):
6142         Use `tramp-completion-function-alist-ssh' for the "fcp" method.
6143         From Michael Albinus.
6144         (tramp-default-method-alist): Use "su" for "root@localhost".
6145         (tramp-host-regexp): Allow "#" for "host#port" kludge.
6146         (tramp-ange-ftp-file-name-p): If METHOD is nil, find the right
6147         default method.  Require additional args USER and HOST for this.
6148         Callers changed.
6149         (tramp-handle-file-local-copy): More local bindings.  Bind results
6150         of tramp-get-{remote,local}-{de,en}coding earlier to avoid nasty
6151         "are you awake" problem.
6152         (tramp-action-password): Protect against clobbered match data.
6153         (tramp-open-connection-setup-interactive-shell): Explicitly set
6154         tramp-last-cmd-time before invoking tramp-send-command the first
6155         time.  Otherwise, tramp-send-command would issue "echo are you
6156         awake" right at the first time, which is not what we want.
6157         Reported by Douglas Gray Stephens.
6158         (tramp-find-inline-encoding): Don't redirect stdout to
6159         /dev/null to avoid "chmode go-rwx" operation from "mimencode
6160         >/dev/null" as root(!), and to check the output of the decoding
6161         command.
6162         (tramp-maybe-open-connection): Don't send "are you awake" if
6163         process has died.
6165 2002-09-29  Colin Walters  <walters@gnu.org>
6167         * calc/calc.el (calc-dispatch-map): Actually set to keymap.
6169 2002-09-29  Mike Williams  <mdub@bigfoot.com>
6171         * textmodes/sgml-mode.el (sgml-guess-indent): Handle tabs correctly.
6173 2002-09-29  Richard M. Stallman  <rms@gnu.org>
6175         * custom.el (defcustom): Doc fix.
6177 2002-09-28  Richard M. Stallman  <rms@gnu.org>
6179         * loadhist.el (unload-feature): When undefining a variable,
6180         delete its buffer-local bindings.
6182 2002-09-28  Luc Teirlinck  <teirllm@mail.auburn.edu>
6184         * subr.el (remove-yank-excluded-properties): Fix bugs in
6185         handling of category properties.
6187 2002-09-28  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
6189         * ps-print.el (ps-print-emacs-type): Error if ps-print is
6190         activated in Epoch, inLucid or in Emacs v19 or lesser.
6191         Value can no longer be `lucid'.
6192         (ps-print-version): New version number (6.5.8).
6193         (faces): Never do (require 'faces).
6195 2002-09-28  Simon Josefsson  <jas@extundo.com>
6197         * mail/smtpmail.el (smtpmail-via-smtp): Only negotiate starttls on
6198         streams that were opened using starttls.
6200 2002-09-28  Paul Reilly  <pmr@pajato.com>
6202         * files.el (auto-mode-alist): Add support for Java Enterprise
6203         ARchive (ear/EAR) and Web ARchive (war/WAR) files.
6205 2002-09-28  John Paul Wallington  <jpw@shootybangbang.com>
6207         * progmodes/m4-mode.el (m4-font-lock-keywords)
6208         (m4-mode-syntax-table, m4-mode-abbrev-table, m4-m4-buffer)
6209         (m4-m4-region): Doc fixes.
6211 2002-09-27  Stefan Monnier  <monnier@cs.yale.edu>
6213         * emacs-lisp/cl-macs.el: Use the new usage-in-docstring syntax.
6214         (cl-push, cl-pop): Remove.
6215         Use pop and push throughout the file instead.
6216         (cl-transform-lambda): Add usage info to docstring if the arglist
6217         is complex.
6219         * emacs-lisp/autoload.el (make-autoload): Add usage info to docstring.
6220         (autoload-print-form): Also quote open-[-in-column 0.
6222         * help-fns.el (help-with-tutorial): Use minibuffer-completion-help.
6223         (help-split-fundoc): Don't support old syntax any more.
6224         (help-add-fundoc-usage): New fun.
6226         * emacs-lisp/cl-extra.el (cl-push, cl-pop): Remove.
6227         Use pop and push throughout the file instead.
6228         (cl-hash-lookup): Remove.
6229         (cl-make-hash-table, cl-hash-table-p, cl-gethash, cl-puthash)
6230         (cl-remhash, cl-clrhash, cl-maphash, cl-hash-table-count): Simplify.
6232         * emacs-lisp/cl-seq.el (cl-push, cl-pop): Remove.
6233         Use pop and push throughout the file instead.
6235         * emacs-lisp/edebug.el: Don't precompute menu shortcuts during
6236         loading since the current keymaps might be all weird.
6238         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't add properties
6239         to the name since they're added by mode-line-format already.
6240         (define-minor-mode): Run (,mode -1) when needed.
6242         * tar-mode.el (tar-untar-buffer): Handle dir-entries.
6243         (tar-summarize-buffer, tar-mode, tar-extract, tar-copy, tar-expunge)
6244         (tar-alter-one-field, tar-subfile-save-buffer, tar-mode-write-file):
6245         Don't hardcode 1 == point-min.
6247         * abbrev.el (write-abbrev-file): Don't hardcode point-min == 1.
6249         * subr.el (read-key-auxiliary-map): New var.
6250         (read-key): Use it.
6251         (make-temp-file): Make the file have mode 600.
6252         (add-minor-mode): Don't add properties to the name since it's
6253         added by mode-line-format already.
6254         Be more careful with the mode-line-menu entry name.
6256         * userlock.el (ask-user-about-supersession-threat): Don't abort
6257         when the user hits mouse-2.
6259         * register.el (set-register): Use push.
6260         (point-to-register): Set kill-buffer-hook in this buffer.
6261         (register-swap-out): Use dolist.
6262         (kill-buffer-hook): Don't change globally.
6264         * server.el (server-select-display): New function.
6265         (server-process-filter): Add support for `-display' and `-eval' args.
6266         (server-visit-files): Use save-current-buffer, push, and dolist.
6267         Add server-kill-buffer to kill-buffer-hook.
6268         (kill-buffer-hook): Don't modify globally.
6269         (server-switch-buffer): Be a bit more careful with multiple displays.
6270         (server-socket-name): Always use /tmp and non-qualified hostname.
6272         * uniquify.el (uniquify-rationalize-file-buffer-names):
6273         Add to kill-buffer-hook for buffers with conflict.
6274         (rename-buffer): Check kill-buffer-hook to see if there was a conflict.
6275         (uniquify-delay-rationalize-file-buffer-names): Remove useless check.
6276         (kill-buffer-hook): Don't change globally.
6278 2002-09-27  Stefan Monnier  <monnier@cs.yale.edu>.
6280         * calc/calc.el (calc-bug-address, calc-scan-for-dels, calc-stack)
6281         (calc-stack-top, calc-always-load-extensions)
6282         (calc-line-numbering, calc-line-breaking, calc-display-just)
6283         (calc-display-origin, calc-number-radix, calc-leading-zeros)
6284         (calc-group-digits, calc-group-char, calc-point-char)
6285         (calc-frac-format, calc-prefer-frac, calc-hms-format)
6286         (calc-date-format, calc-float-format, calc-complex-format)
6287         (calc-full-float-format, calc-complex-mode, calc-infinite-mode)
6288         (calc-display-strings, calc-matrix-just, calc-break-vectors)
6289         (calc-full-vectors, calc-full-trail-vectors, calc-vector-commas)
6290         (calc-vector-brackets, calc-matrix-brackets, calc-language)
6291         (calc-language-option, calc-function-open, calc-function-open)
6292         (calc-function-close, calc-language-output-filter)
6293         (calc-language-input-filter, calc-radix-formatter)
6294         (calc-left-label, calc-right-label, calc-word-size)
6295         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
6296         (calc-display-raw, calc-internal-prec, calc-inverse-flag)
6297         (calc-hyperbolic-flag, calc-keep-args-flag, calc-angle-mode)
6298         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
6299         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
6300         (calc-window-height, calc-display-trail, calc-show-selections)
6301         (calc-use-selections, calc-assoc-selections)
6302         (calc-display-working-message, calc-auto-why, calc-timing)
6303         (calc-display-sci-high, calc-display-sci-low, calc-other-modes)
6304         (calc-other-modes, calc-Y-help-msgs, calc-loaded-settings-file):
6305         Make into real defvars.
6306         (calc-mode-var-list): Delete.
6307         (calc-mode-save-mode, calc-standard-date-formats)
6308         (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
6309         (calc-user-parse-tables, calc-gnuplot-default-device)
6310         (calc-gnuplot-default-output, calc-gnuplot-print-device)
6311         (calc-gnuplot-print-output, calc-gnuplot-geometry)
6312         (calc-graph-default-resolution, calc-graph-default-resolution-3d)
6313         (calc-invocation-macro, calc-show-banner): Make into defvars,
6314         taken from `calc-mode-var-list'.
6315         (calc-emacs-type-epoch, calc-emacs-type-19)
6316         (calc-emacs-type-lucid, calc-emacs-type-gnu19): Make into defvars.
6317         (calc-version, calc-version-date, calc-trail-pointer)
6318         (calc-trail-overlay, calc-undo-list, calc-redo-list)
6319         (calc-main-buffer, calc-trail-buffer, calc-why, calc-next-why)
6320         (calc-inverse-flag, calc-hyperbolic-flag, calc-keep-args-flag)
6321         (calc-last-kill, calc-previous-alg-entry, calc-dollar-values)
6322         (calc-dollar-used, calc-hashes-used, calc-quick-prev-results)
6323         (calc-said-hello, calc-executing-macro, calc-any-selections)
6324         (calc-help-phase, calc-full-help-flag, calc-refresh-count)
6325         (calc-display-dirty, calc-prepared-composition)
6326         (calc-selection-cache-default-entry, calc-embedded-info)
6327         (calc-embedded-active, calc-standalone-flag, var-EvalRules)
6328         (math-eval-rules-cache-tag, math-radix-explicit-format)
6329         (math-expr-function-mapping, math-expr-variable-mapping)
6330         (math-read-expr-quotes, math-working-step, math-working-step-2)
6331         (var-i, var-pi, var-e, var-phi, var-gamma, var-Modes): Make into
6332         defvars, from toplevel setq.
6333         (calc-mode-map): Set up keymap in more modern fashion.
6334         (calc-dispatch-map): Ditto.
6335         (calc-command-flags, calc-final-point-line)
6336         (calc-final-point-column): Defvar.
6337         (calc-do): Use `save-current-buffer' instead of `save-excursion'.
6338         (sel-mode): Defvar.
6339         (calc-any-evaltos): Ditto.
6340         (calc-buffer, calc-prev-char, calc-prev-prev-char)
6341         (calc-digit-value): Ditto.
6342         (math-eval-rules-cache, math-eval-rules-cache-other): Ditto.
6343         (math-sub-bignum): Bind `diff'.
6344         (calc-selection-cache-entry): Defvar.
6345         (calc-count-lines): Reference `pos' instead of `newpos'.
6347 2002-09-27  Simon Josefsson  <jas@extundo.com>
6349         * mail/mail-hist.el (mail-hist-next-input): Fix docstring.
6351 2002-09-26  Richard M. Stallman  <rms@gnu.org>
6353         * mail/unrmail.el (unrmail): Do the work directly,
6354         without actually selecting the messages in the from file.
6355         (unrmail-unprune): New subroutine.
6357         * files.el (backup-buffer): Bind local var MODES.
6358         Don't use renaming for a suid or sgid file.
6359         Use backup-buffer-copy to do copying.
6360         (backup-buffer-copy): New subroutine.
6361         Clear suid and sgid bits for the copy.
6363 2002-09-26  Edward M. Reingold  <reingold@emr.cs.iit.edu>
6365         * calendar/solar.el (solar-equinoxes-solstices):
6366         Use time properly adjusted for DST in the result.
6368 2002-09-26  Richard M. Stallman  <rms@gnu.org>
6370         * follow.el (follow-generic-filter): Simply bind deactivate-mark.
6371         Bind inhibit-read-only; don't mess with buffer-read-only.
6373         * speedbar.el (speedbar-refresh): Simply bind deactivate-mark.
6375 2002-09-26  Luc Teirlinck  <teirllm@mail.auburn.edu>
6377         * ielm.el (inferior-emacs-lisp-mode): Treat the header as
6378         output, if comint-use-prompt-regexp-instead-of-fields is nil.
6380 2002-09-26  John Paul Wallington  <jpw@shootybangbang.com>
6382         * ibuffer.el (ibuffer-update): Call `minibufferp' with argument
6383         instead of within `with-current-buffer'.
6385 2002-09-26  Stephen Eglen  <stephen@gnu.org>
6387         * iswitchb.el (iswitchb-completions): Test that
6388         iswitchb-common-match-string is a string, before printing common
6389         completions.
6391 2002-09-25  Stefan Monnier  <monnier@cs.yale.edu>
6393         * server.el: Use built-in network primitives.
6394         (server-program, server-previous-string): Remove.
6395         (server-previous-strings): New var.
6396         (server-socket-name): New var.
6397         (server-log): Minor change to the output format.
6398         (server-sentinel): Clean up global state when a client disconnects.
6399         (server-unquote-arg): New fun.
6400         (server-start): Use server-socket-name and make-network-process.
6401         (server-process-filter): Now talks to the clients directly.
6402         Normalize file name after unquoting and decoding.
6403         (server-buffer-done): Just close the connection.
6404         (server-switch-buffer): Handle the case where all windows are
6405         dedicated or minibuffers.
6407         * font-lock.el (fast-lock-mode, lazy-lock-mode, jit-lock-mode):
6408         Don't bind them variables.
6409         (font-lock-turn-off-thing-lock, font-lock-after-fontify-buffer)
6410         (font-lock-after-unfontify-buffer): Check that the vars are bound.
6411         (font-lock-dont-widen): New var.
6412         (font-lock-default-fontify-region): Use it.
6414         * emacs-lisp/find-func.el (find-library-name):
6415         Correctly find "file.el.gz" from "file.elc" or "file.elc.gz".
6417 2002-09-25  Kenichi Handa  <handa@etl.go.jp>
6419         * international/mule-cmds.el (select-safe-coding-system):
6420         Handle safe but rejected default coding systems and unsafe default
6421         coding systems differently.
6423         * international/mule-diag.el (list-character-sets): Use the buffer
6424         name "*Character Set List*", not "*Help*".  List also indirectly
6425         supported character sets.
6426         (list-charset-chars): Use the buffer name "*Character List*", not
6427         "*Help*".  Display the current charset name in the modeline.
6428         (non-iso-charset-alist): Add mapped charset list for `mac-roman'.
6429         (sort-listed-character-sets): Don't alter the region showing
6430         indirectly supported charsets.
6432 2002-09-24  Simon Josefsson  <jas@extundo.com>
6434         * mail/mail-extr.el (mail-extr-ignore-single-names): Change default.
6435         (mail-extract-address-components): Doc fix.
6437 2002-09-24  Markus Rost  <rost@math.ohio-state.edu>
6439         * simple.el (edit-and-eval-command): Protect command-history.
6440         (repeat-complex-command): Protect command-history.
6442 2002-09-24  Juanma Barranquero  <lektu@terra.es>
6444         * replace.el (occur-find-match): New function.
6445         (occur-next, occur-prev): Use it.
6447         * progmodes/sh-script.el (sh-mark-init): Don't set `occur-buffer'.
6448         (sh-mark-line): Likewise. Use 'occur-target and 'occur-match
6449         instead of 'occur and 'occur-point.
6451         * eshell/em-unix.el (eshell-occur-mode-mouse-goto)
6452         (eshell-poor-mans-grep): Remove references to `occur-buffer'.
6454 2002-09-24  Stefan Monnier  <monnier@cs.yale.edu>
6456         * descr-text.el (describe-text-category): Use *Help*.
6457         Don't kill-buffer.
6458         (describe-text-properties, describe-char):
6459         Delay self-inspection test.  Use *Help*.
6460         Use syntax-after.  Use `pos' rather than (point).
6461         Distinguish the before/after part of a composition.
6463 2002-09-23  Kenichi Handa  <handa@etl.go.jp>
6465         * international/quail.el (quail-completion): Be sure to scroll
6466         quail-completion-buf.
6468 2002-09-23  Richard M. Stallman  <rms@gnu.org>
6470         * ielm.el (*1): Fix previous change.
6472 2002-09-23  Juanma Barranquero  <lektu@terra.es>
6474         * net/tramp.el (tramp-unified-filenames): Autoload it.
6476 2002-09-23  Michael Kifer  <kifer@cs.stonybrook.edu>
6478         * ediff-init.el (ediff-get-next-window): Bug fix.
6480 2002-09-22  Oliver Scholz  <alkibiades@gmx.de>
6482         * play/gamegrid.el (gamegrid-face): New variable to emulate a
6483         buffer-local default face.
6484         (gamegrid-xbm): New variable; XBM image as a replacement for
6485         `gamegrid-xpm' on Emacsen compiled without XPM-support.
6486         (gamegrid-colorize-glyph): Ported XEmacs-code for the generation
6487         of images to Emacs.
6488         (gamegrid-match-spec): Call `gamegrid-make-image-from-vector' to
6489         convert XEmacs-type image descriptors.
6490         (gamegrid-color-display-p): Remove (use `display-colors-p' instead.)
6491         (gamegrid-make-image-from-vector): New function.  Convert XEmacs'
6492         image descriptors.
6493         (gamegrid-display-type): Use Emacs' standard `display-.*-p'
6494         functions to check for display capabilities.  Fix the recognition
6495         of image-support in Emacs 21 by this way.
6496         (gamegrid-hide-cursor): Removed.
6497         (gamegrid-setup-default-font): Ported the code from XEmacs to
6498         Emacs: create a new face and assign the variable `gamegrid-face'
6499         to it.  Make sure that the face is not higher than the smallest
6500         image used by the game.
6501         (gamegrid-initialize-display): Use `(setq cursor-type nil)'
6502         instead of `gamegrid-hide-cursor'.
6503         (gamegrid-set-face): If `gamegrid-display-mode' is 'glyph, put an
6504         image in the buffer, instead of applying a face.  [This is because
6505         Emacs display-tables are not as capable as the display-tables in
6506         XEmacs.  Maybe this function should be renamed to reflect the change?]
6507         (gamegrid-init-buffer): If `gamegrid-display-mode' is 'glyph, put
6508         the face held by `gamegrid-face' in an overlay over the whole
6509         buffer to emulate a buffer-local default-face.
6511 2002-09-22  Markus Triska  <triska@gmx.at>  (iny change)
6513         * play/doctor.el (doctor-doc): Add 2 question words.
6514         (doctor-getnoun): Parse and save the complete object phrase.
6516 2002-09-22  Richard M. Stallman  <rms@gnu.org>
6518         * international/mule-cmds.el (select-safe-coding-system): Cope if
6519         default-coding-system gives nil which was then used in `min'.
6521         * mail/sendmail.el (sendmail-send-it): If user's buffer
6522         is unibyte, make tembuf unibyte.
6524 2002-09-22  Kai Gro\e,A_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
6526         * net/tramp.el: Version 2.0.22 released.
6527         (tramp-parse-rhosts, tramp-parse-shosts)
6528         (tramp-parse-hosts, tramp-parse-passwd): Apply `push' but
6529         `add-to-list' for performance reasons.
6530         (tramp-get-completion-user-host): Return `nil' in case both `user'
6531         and 'host' are empty (not necessarily `nil'.
6532         (tramp-parse-netrc, tramp-parse-netrc-group): New functions.
6533         (tramp-user-regexp): " \t" are not user regexp characters.
6534         (tramp-completion-handle-file-name-all-completions):
6535         Remove Ange-FTP cmpletion. It has a bug not handling the "/ftp:" prefix
6536         completely, and it returns local completions as well.
6537         (tramp-completion-function-alist-ftp): New constant.
6538         (tramp-completion-function-alist): Add completion function for "ftp".
6539         From Michael Albinus <Michael.Albinus@alcatel.de>.
6541 2002-09-22  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6543         * net/tramp.el: Version 2.0.21 released.
6544         (tramp-handle-file-newer-than-file-p): If mtime of both files is
6545         known, return a useful result.  Better error message in case one
6546         is a Tramp file and one isn't.
6547         (tramp-handle-file-local-copy, tramp-handle-write-region)
6548         (tramp-find-shell, tramp-open-connection-telnet)
6549         (tramp-open-connection-rsh, tramp-open-connection-su)
6550         (tramp-open-connection-setup-interactive-shell)
6551         (tramp-post-connection, tramp-maybe-open-connection)
6552         (tramp-method-out-of-band-p): Correct number of args for
6553         `tramp-get-rsh-program' and similar functions.
6555 2002-09-22  Kai Gro\e,A_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
6557         * net/tramp.el: Version 2.0.20 released.
6559 2002-09-20  Kai Gro\e,A_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
6561         * net/tramp.el (tramp-completion-function-alist): Escape open
6562         paren in docstring.
6563         (tramp-user-regexp, tramp-host-regexp): Allow empty strings.
6564         (tramp-handle-insert-file-contents): Call tramp-message-for-buffer
6565         instead of tramp-message.
6566         (tramp-open-connection-rsh): Handle empty string as user name.
6567         (tramp-open-connection-su): Handle empty string as host name.
6568         Handle nil user name.
6569         (tramp-handle-file-local-copy, tramp-handle-write-region)
6570         (tramp-completion-handle-file-name-all-completions)
6571         (tramp-open-connection-telnet, tramp-open-connection-rsh)
6572         (tramp-open-connection-su, tramp-post-connection)
6573         (tramp-maybe-open-connection, tramp-method-out-of-band-p)
6574         (tramp-get-connection-function, tramp-get-remote-sh)
6575         (tramp-get-rsh-program, tramp-get-rsh-args)
6576         (tramp-get-rcp-program, tramp-get-rcp-args)
6577         (tramp-get-rcp-keep-date-arg, tramp-get-su-program)
6578         (tramp-get-su-args, tramp-get-telnet-program)
6579         (tramp-get-telnet-args): Use `tramp-find-method', perhaps require
6580         additional args USER, HOST.
6581         (tramp-action-password, tramp-open-connection-telnet)
6582         (tramp-open-connection-su, tramp-open-connection-multi)
6583         (tramp-method-out-of-band-p): `tramp-method-out-of-band-p' now
6584         takes USER and HOST arguments, to be able to use
6585         `tramp-find-method'.  Update callers.
6586         (tramp-find-method): New function.
6588 2002-09-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6590         * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
6591         in SWITCHES (by removing it).
6593 2002-09-18  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6595         * net/tramp.el (tramp-file-name-handler): Add `file-remote-p' property.
6597 2002-09-17  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6599         * net/tramp.el (top-level): Maybe autoload uudecode-decode-region.
6601 2002-09-16  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6603         * net/tramp.el (tramp-bug): Add tramp-methods.
6605 2002-09-16  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6607         * net/tramp.el (tramp-methods): Update docstring:
6608         tramp-encoding-command, tramp-decoding-command,
6609         tramp-encoding-function and tramp-decoding-function are not
6610         parameters anymore.
6611         (tramp-uuencode-region): Autoload it.
6613 2002-09-13  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6615         * net/tramp.el: Version 2.0.19 released.
6617         * net/tramp-uu.el: New file, implements uuencode in Lisp.
6619         * net/tramp.el (tramp-coding-commands):
6620         Use `tramp-uuencode-region' as local encoder for the uuencode based
6621         entries.
6623 2002-09-13  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6625         * net/tramp.el (tramp-handle-write-region): Wrong parens.
6627 2002-09-13  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6629         * net/tramp.el: Version 2.0.18 released.
6631         * net/tramp.el (tramp-perl-decode): Perl changes to accomodate
6632         older versions of Perl.  Now tested with 5.004.  Suggestion from
6633         Michael Albinus.
6635 2002-09-12  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6637         * net/tramp.el (tramp-find-inline-encoding):
6638         Call tramp-call-local-coding-command with nil for INPUT and OUTPUT.
6639         (tramp-call-local-coding-command): OUTPUT equals nil means to
6640         discard the output.  INPUT equals nil means /dev/null.
6642 2002-09-12  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6644         * net/tramp.el (tramp-encoding-shell): Default to environment
6645         variable COMSPEC on Windows.
6646         (tramp-handle-write-region): More debugging output.
6647         (tramp-find-inline-encoding): Ditto.
6649 2002-09-11  Michael Albinus  <Michael.Albinus@alcatel.de>
6651         * net/tramp.el (tramp-completion-handle-file-name-all-completions):
6652         Define `result1'.
6653         (tramp-parse-hosts-group): Discard IPv6 entries.
6655 2002-09-11  Kai Gro\e,A_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
6657         * net/tramp.el (tramp-post-connection): Only send Perl
6658         mime-encode/decode implementations when using inline method.
6659         (tramp-handle-file-local-copy)
6660         (tramp-handle-write-region, tramp-post-connection)
6661         (tramp-coding-commands, tramp-find-inline-encoding): For the
6662         inline encodings, distinguish between local and remote commands,
6663         instead of between commands and functions.  (The local commands
6664         can be functions, too.)  If the local host is a Windows machine,
6665         we can't expect the same commands to work there as on the remote host.
6666         (tramp-call-local-coding-command): New function for calling local
6667         encoding and decoding commands.
6668         (tramp-set-remote-encoding, tramp-get-remote-encoding)
6669         (tramp-set-remote-decoding, tramp-get-remote-decoding)
6670         (tramp-set-local-encoding, tramp-get-local-encoding)
6671         (tramp-set-local-decoding, tramp-get-local-decoding): New functions.
6672         (tramp-get-encoding-command, tramp-set-encoding-command)
6673         (tramp-get-decoding-command, tramp-set-decoding-command)
6674         (tramp-get-encoding-function, tramp-set-encoding-function)
6675         (tramp-get-decoding-function, tramp-set-decoding-function):
6676         Old functions, removed.
6678 2002-09-10  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6680         * net/tramp.el (tramp-open-connection-setup-interactive-shell):
6681         Change command to invoke /bin/sh slightly to make it compatible
6682         with the `rc' shell.  Suggested by Daniel Pittman.
6684 2002-09-10  Michael Albinus  <Michael.Albinus@alcatel.de>
6686         * net/tramp.el (tramp-handle-write-region): Added missing
6687         `)'.  Hope it's the right place.
6689 2002-09-09  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6691         * net/tramp.el (tramp-open-connection-setup-interactive-shell):
6692         Do "exec env PS1='$ ' /bin/sh" instead of just "exec /bin/sh" in
6693         order to get a sane shell prompt.  If people have ${CWD}, say, in
6694         their shell prompt, then the default login shell might display
6695         something harmless, but the /bin/sh will display a dollar sign
6696         which confused the subsequent prompt recognition.
6697         (tramp-multi-action-password): More debugging output.
6698         (tramp-encoding-shell): Renamed from tramp-sh-program.
6699         More documentation.  Default to cmd.exe on Windows NT.
6700         (tramp-encoding-command-switch): New variable.  Use instead of
6701         hard-wired "-c" which is only good for /bin/sh.
6702         (tramp-encoding-reads-stdin): New variable.  If t, commands are
6703         called like "/bin/sh -c COMMAND <INPUT", if nil, they are called
6704         like "/bin/sh -c COMMAND INPUT", ie the input file is the last arg.
6705         (tramp-multi-sh-program): Always default to tramp-encoding-shell.
6706         (tramp-handle-file-local-copy, tramp-handle-write-region):
6707         Respect tramp-encoding-shell and friends.
6708         (tramp-find-inline-encoding): Use new-style calls for checking if
6709         the local commands work.
6711 2002-09-07  Michael Albinus  <Michael.Albinus@alcatel.de>
6713         * net/tramp.el (tramp-methods): Remove `tramp-completion-function'
6714         entries. They are handled now by `tramp-completion-function-alist'.
6715         (tramp-completion-function): Defvar removed. I've never used
6716         it. Hmm.
6717         (tramp-get-completion-function)
6718         (tramp-get-completion-rsh, tramp-get-completion-ssh)
6719         (tramp-get-completion-telnet, tramp-get-completion-su):
6720         Functions removed as well.  Not necessary any longer due to extended
6721         customization means.
6722         (tramp-completion-function-alist): New defcustom. Holds all
6723         FUNCTION FILE pairs used for user and host name completion
6724         relevant for METHOD.
6725         (tramp-completion-function-alist-rsh)
6726         (tramp-completion-function-alist-ssh)
6727         (tramp-completion-function-alist-telnet)
6728         (tramp-completion-function-alist-su): Defconst for initializing
6729         `tramp-completion-function-alist'. Unfortunately, mainly UNIX-like
6730         values are known for me until now. Needs to be completed for at
6731         least VMS++ like operating systems.
6732         (tramp-set-completion-function)
6733         (tramp-get-completion-function): New functions for configuration
6734         of `tramp-completion-function-alist'. The old definition of
6735         `tramp-get-completion-function' has been discarded.
6736         (tramp-completion-handle-file-name-all-completions):
6737         Change function call for user/host completion according to definition
6738         in `tramp-completion-function-alist'.
6739         (tramp-parse-passwd): Added exception handling for "root", because
6740         `tramp-get-completion-su' (the previous place for this stuff)
6741         doesn't exist any longer.
6743 2002-09-07  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6745         * net/tramp.el (tramp-enter-password):
6746         Use `tramp-password-end-of-line' to terminate the line.
6747         (tramp-bug): Include new variable `tramp-password-end-of-line'.
6748         (tramp-password-end-of-line): New variable.  People who use plink
6749         under Windows might have to issue "\r\n" after the password, but
6750         they need to send just "\n" after the other commands.  So this
6751         variable was introduced to complement `tramp-rsh-end-of-line'.
6752         (tramp-wait-for-output, tramp-post-connection): Allow "\r" at end
6753         of line of the output delimiter.
6755 2002-09-06  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6757         * net/tramp.el (tramp-handle-file-local-copy, tramp-find-shell)
6758         (tramp-open-connection-setup-interactive-shell): Add some comments
6759         about Douglas Grey Stephen's suggestions to make Tramp work better
6760         with plink under Windows.  I'm not sure what to think of them, but
6761         now I have a guinea pig to try it out on.  Said guinea pig is
6762         having other problems, though...  Also remove some commented-out code.
6764 2002-09-06  Michael Albinus  <Michael.Albinus@alcatel.de>
6766         * net/tramp.el (tramp-get-completion-methods): Algorithm slightly
6767         tuned.
6768         (tramp-get-completion-user-host): Accept user names as they are if
6769         typed until "@".
6770         (tramp-completion-mode): Replace `last-input-char' by modern
6771         `last-input-event'. Check for `event-modifiers'.
6773 2002-09-06  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6775         * net/tramp.el (file-expand-wildcards): Corrected check to see if
6776         advising is necessary.
6778 2002-09-05  Michael Albinus  <Michael.Albinus@alcatel.de>
6780         * net/tramp.el (tramp-postfix-single-method-format)
6781         (tramp-postfix-multi-method-format)
6782         (tramp-postfix-multi-hop-format)
6783         (tramp-postfix-user-format): New format strings.
6784         (tramp-postfix-single-method-regexp)
6785         (tramp-postfix-multi-method-regexp)
6786         (tramp-postfix-multi-hop-regexp)
6787         (tramp-postfix-user-regexp)
6788         (tramp-make-multi-tramp-file-format)
6789         (tramp-make-tramp-file-name): Apply them.
6790         (tramp-completion-handle-file-name-all-completions): Fix for
6791         invoking ange-ftp in case of "/ftp:xxx" file names.
6793 2002-09-04  Michael Albinus  <Michael.Albinus@alcatel.de>
6795         * net/tramp.el (tramp-prefix-format)
6796         (tramp-postfix-host-format): New format strings.
6797         (tramp-prefix-regexp, tramp-method-regexp)
6798         (tramp-postfix-single-method-regexp)
6799         (tramp-postfix-multi-method-regexp)
6800         (tramp-postfix-multi-hop-regexp)
6801         (tramp-user-regexp, tramp-postfix-user-regexp)
6802         (tramp-host-regexp, tramp-postfix-host-regexp)
6803         (tramp-path-regexp): New atomar regular expressions.
6804         If corresponding format strings exist, derived from them.
6805         (tramp-file-name-structure)
6806         (tramp-multi-file-name-structure)
6807         (tramp-multi-file-name-hop-structure)
6808         (tramp-make-multi-tramp-file-format)
6809         (tramp-completion-mode)
6810         (tramp-completion-dissect-file-name)
6811         (tramp-parse-rhosts-group)
6812         (tramp-parse-shosts-group)
6813         (tramp-parse-hosts-group)
6814         (tramp-parse-passwd-group): Apply these expressions.
6815         (tramp-file-name-structure-unified)
6816         (tramp-file-name-structure-separate)
6817         (tramp-make-tramp-file-format-unified)
6818         (tramp-make-tramp-file-format-separate)
6819         (tramp-make-tramp-file-format)
6820         (tramp-make-tramp-file-user-nil-format-unified)
6821         (tramp-make-tramp-file-user-nil-format-separate)
6822         (tramp-make-tramp-file-user-nil-format)
6823         (tramp-multi-file-name-structure-unified)
6824         (tramp-multi-file-name-structure-separate)
6825         (tramp-multi-file-name-hop-structure-unified)
6826         (tramp-multi-file-name-hop-structure-separate)
6827         (tramp-make-multi-tramp-file-format-unified)
6828         (tramp-make-multi-tramp-file-format-separate): Removed.
6829         (tramp-make-tramp-file-name): Allow partial tramp file
6830         names. Generate tramp file format on-the-fly depending on
6831         parameters. Apply atomar format strings resp expressions.
6832         (tramp-get-completion-methods)
6833         (tramp-get-completion-user-host): Apply `tramp-make-tramp-file-name'.
6834         (tramp-parse-hosts-group): Take all host names and IP addresses
6835         into account.
6836         (tramp-bug): Remove `tramp-make-tramp-file-format'.
6838 2002-09-01  Michael Albinus  <Michael.Albinus@alcatel.de>
6840         * net/tramp.el (tramp-methods): Add `tramp-completion-function'
6841         for "su" and "sudo".
6842         (tramp-get-completion-telnet): Implement it.
6843         (tramp-parse-hosts)
6844         (tramp-parse-hosts-group)
6845         (tramp-get-completion-su)
6846         (tramp-parse-passwd)
6847         (tramp-parse-passwd-group): New functions.
6849 2002-08-31  Michael Albinus  <Michael.Albinus@alcatel.de>
6851         * net/tramp.el (tramp-completion-mode): Check for `last-input-char'.
6852         (tramp-completion-file-name-handler-alist): Add handler for
6853         `file-exists-p.
6854         (tramp-completion-handle-file-exists-p): New function.
6855         (tramp-completion-handle-file-name-completion): Simplified.
6856         (tramp-completion-dissect-file-name): Regexp's reorganised.
6857         (tramp-completion-handle-file-name-all-completions):
6858         Call completion-function only if `user' or `host' is given.
6859         (tramp-get-completion-user-host): New function.
6860         (tramp-get-completion-rsh)
6861         (tramp-get-completion-ssh): Apply it.
6863 2002-08-29  Michael Albinus  <Michael.Albinus@alcatel.de>
6865         * net/tramp.el (tramp-completion-file-name-handler-alist):
6866         Add handler for `expand-file-name'.
6867         (tramp-completion-handle-expand-file-name): New function.
6869 2002-08-26  Michael Albinus  <Michael.Albinus@alcatel.de>
6871         * net/tramp.el (tramp-completion-mode): New function.
6872         (tramp-completion-handle-file-name-directory)
6873         (tramp-completion-handle-file-name-all-completions): Apply it.
6874         (tramp-methods): Remove double definition of `ssh1-old' and `ssh2-old'.
6875         (tramp-point-at-eol): New defalias.
6876         (tramp-parse-rhosts-group)
6877         (tramp-parse-shosts-group):: Apply it.
6879 2002-08-25  Michael Albinus  <Michael.Albinus@alcatel.de>
6881         * net/tramp.el (tramp-get-completion-methods)
6882         (tramp-get-completion-rsh)
6883         (tramp-get-completion-ssh): Add "[" for Xemacs.
6884         (tramp-completion-file-name-regexp-separate): Expression adapted.
6885         (tramp-completion-file-name-handler-alist): Add handler for
6886         `file-name-directory' and `file-name-nondirectory'.
6887         (tramp-completion-handle-file-name-directory)
6888         (tramp-completion-handle-file-name-nondirectory)
6889         (tramp-completion-run-real-handler): New functions.
6890         (tramp-completion-file-name-handler)
6891         (tramp-completion-handle-file-name-all-completions):
6892         Apply `tramp-completion-run-real-handler'.
6893         (tramp-parse-rhosts)
6894         (tramp-parse-shosts): Use `with-temp-buffer'. `result\e$,1!=\e(B renamed to
6895         `res' (otherwise side effects in XEmacs).
6897 2002-08-24  Michael Albinus  <Michael.Albinus@alcatel.de>
6899         * net/tramp.el (tramp-completion-file-name-regexp)
6900         (tramp-completion-file-name-handler-alist)
6901         (tramp-flatten-list)
6902         (tramp-completion-dissect-file-name)
6903         (tramp-get-completion-rsh)
6904         (tramp-parse-rhosts)
6905         (tramp-parse-rhosts-group)
6906         (tramp-get-completion-ssh): Doc string tuned.
6907         (tramp-methods): Doc string and custom type extended for
6908         `tramp-completion-function'.
6909         (tramp-completion-function): Variable added. Is it really used?
6910         Other variables like `tramp-completion-function' aren't used.
6911         (tramp-completion-file-name-handler-alist): Add handler for
6912         `file-name-completion'.
6913         (tramp-completion-handle-file-name-completion): New function.
6915 2002-08-18  Michael Albinus  <Michael.Albinus@alcatel.de>
6917         * net/tramp.el (tramp-parse-rhosts)
6918         (tramp-parse-rhosts-group)
6919         (tramp-parse-shosts)
6920         (tramp-parse-shosts-group): New functions.
6922 2002-08-17  Michael Albinus  <Michael.Albinus@alcatel.de>
6924         * net/tramp.el (tramp-completion-dissect-file-name)
6925         (tramp-completion-dissect-file-name1): New functions.
6927 2002-08-16  Michael Albinus  <Michael.Albinus@alcatel.de>
6929         * net/tramp.el (tramp-get-completion-function)
6930         (tramp-get-completion-rsh)
6931         (tramp-get-completion-ssh)
6932         (tramp-get-completion-telnet): New functions.
6933         (tramp-methods): Add `tramp-completion-function' for all methods.
6935 2002-08-15  Michael Albinus  <Michael.Albinus@alcatel.de>
6937         * net/tramp.el (tramp-get-completion-methods): New function.
6938         (tramp-find-default-method): Allow host to be nil (like user).
6940 2002-08-14  Michael Albinus  <Michael.Albinus@alcatel.de>
6942         * net/tramp.el (tramp-completion-file-name-regexp-unified)
6943         (tramp-completion-file-name-regexp-separate)
6944         (tramp-completion-file-name-regexp)
6945         (tramp-completion-file-name-handler-alist): New defcustoms.
6946         (tramp-completion-file-name-handler): New function.
6947         Add `tramp-completion-file-name-handler' to `file-name-handler-alist'.
6948         (tramp-run-real-handler): Add `tramp-completion-file-name-handler'
6949         to `inhibit-file-name-handlers'.
6950         (tramp-completion-handle-file-name-all-completions)
6951         (tramp-completion-handle-file-name-completion): New functions.
6953 2002-08-12  Michael Albinus  <Michael.Albinus@alcatel.de>
6955         * net/tramp.el (tramp-invoke-ange-ftp): `tramp-disable-ange-ftp'
6956         must be called again after activating `ange-ftp'.
6957         (tramp-ange-ftp-file-name-p): Check for Xemacs.
6959 2002-08-08  Michael Albinus  <Michael.Albinus@alcatel.de>
6961         * net/tramp.el (tramp-do-copy-or-rename-file): Don't pass
6962         KEEP-DATE to tramp-invoke-ange-ftp 'rename.
6963         (tramp-handle-write-region): Don't pass LOCKNAME and CONFIRM to
6964         tramp-invoke-ange-ftp 'write-region.
6965         (tramp-handle-set-file-modes): Change order of FILENAME and MODE
6966         passing to tramp-invoke-ange-ftp 'set-file-modes.
6967         (tramp-flatten-list): New function. Maybe this functionality does
6968         exist already elsewhere in the libraries.
6969         (tramp-invoke-ange-ftp): Apply `tramp-flatten-list' to parameter
6970         list in order to avoid nested lists, f.e. when invoked from
6971         `tramp-handle-dired-call-process'.
6973 2002-09-05  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6975         * net/tramp.el (tramp-chunksize): New kluge variable.
6976         (tramp-send-region): If tramp-chunksize is non-nil, send region in
6977         parts and sleep 0.1 seconds between chunks.
6979 2002-09-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6981         * net/tramp.el (tramp-handle-insert-directory):
6982         Use `insert-buffer-substring' instead of `insert-buffer', which is not
6983         supposed to be used from Lisp.  Remember old point in a variable
6984         instead of using `mark'.  Suggestion from Stefan Monnier.
6985         (tramp-unified-filenames): New variable.  Use it in default value
6986         of other filename variables.
6987         (file-expand-wildcards): Don't advise unless "[" and "]" are used
6988         in the filename format.
6990 2002-09-01  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6992         * net/tramp.el (tramp-methods): Remove duplicate definition of
6993         ssh1-old and ssh2-old.
6995 2002-09-22  Kai Gro\e,A_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
6997         * dired.el (dired-insert-directory): Always add "--dired" to to
6998         SWITCHES for remote files.
6999         * files.el (insert-directory): Comment saying that "--dired"
7000         might be in the SWITCHES.
7001         * net/ange-ftp.el (ange-ftp-ls): Handle "--dired" in LSARGS.
7002         (ange-ftp-insert-directory): Comment explaining "--dired" handling.
7004 2002-09-21  Markus Rost  <rost@math.ohio-state.edu>
7006         * mail/mailabbrev.el (mail-abbrev-make-syntax-table): Give %!._-
7007         word constituent syntax.
7009 2002-09-21  Richard M. Stallman  <rms@gnu.org>
7011         * cus-dep.el (custom-make-dependencies): Bind to t
7012         around evaluating the def-form.
7014         * custom.el (custom-dont-initialize): New variable.
7015         (custom-declare-variable): Don't init the variable
7016         if custom-dont-initialize is non-nil.
7018 2002-09-21  John Paul Wallington  <jpw@shootybangbang.com>
7020         * net/eudc.el (eudc-install-menu): Use `define-key' and
7021         `easy-menu-create-menu' to avoid duplication of menu.
7023 2002-09-20  Kim F. Storm  <storm@cua.dk>
7025         * kmacro.el (kmacro-step-edit-query): Use RET to execute rest of
7026         macro and terminate editing.
7027         (kmacro-step-edit-macro): Push previous macro onto ring if changed
7028         by step editing.
7030 2002-09-19  Tom Tromey  <tromey@redhat.com>
7032         * play/blackbox.el (bb-right): Respect prefix argument.
7033         (bb-left, bb-up, bb-down): Likewise.
7035 2002-09-19  Richard M. Stallman  <rms@gnu.org>
7037         * cus-dep.el (custom-make-dependencies): Fix previous change.
7039 2002-09-19  Juanma Barranquero  <lektu@terra.es>
7041         * ielm.el (ielm-eval-input): Call `error-message-string' instead
7042         of the non-existent `ielm-format-error'.
7044 2002-09-19  Stefan Monnier  <monnier@cs.yale.edu>
7046         * emacs-lisp/easymenu.el (easy-menu-remove):
7047         * emacs-lisp/ewoc.el (ewoc--node-branch): Add docstring.
7049         * international/mule-diag.el (describe-coding-system):
7050         Remove unused `coding-spec' variable.
7051         (list-input-methods): Be more careful when setting up the help buffer.
7053         * international/ucs-tables.el (unify-8859-on-encoding-mode):
7054         Set init value to t to reflect reality.
7055         (ucs-minibuffer-setup): Use minibuffer-selected-window.
7057 2002-09-18  Stefan Monnier  <monnier@cs.yale.edu>
7059         * progmodes/make-mode.el (makefile-cleanup-continuations-p):
7060         Rename to makefile-cleanup-continuations.
7061         (makefile-mode): Use write-file-functions.
7062         (makefile-fill-paragraph): Use match-string-no-properties.
7063         (makefile-fill-paragraph): Use line-end-position.
7064         (makefile-add-log-defun): Simplify.
7066 2002-09-18  Richard M. Stallman  <rms@gnu.org>
7068         * dired.el (dired-mark-pop-up): Doc fix.
7070         * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs): Put the
7071         definition straight into loaddefs.el as well as executing it here.
7073 2002-09-18  Colin Walters  <walters@debian.org>
7075         * calc/calc.el (calc-mode): Add font-lock-defontify to
7076         change-major-mode-hook.
7078 2002-09-18  Richard M. Stallman  <rms@gnu.org>
7080         * Makefile.in (bootstrap-clean): Use cd to shorten arg strings.
7081         Don't ignore errors in rm line.
7083         * menu-bar.el (menu-bar-search-menu): Nicer help string.
7085         * replace.el (occur-engine-add-prefix): Use 7 spaces.
7086         (occur-engine): Use 7 digits to align tabs in the data.
7088         * emacs-lisp/bytecomp.el (byte-compile-output-docform):
7089         Don't make the definition dynamic if it shares structure
7090         with the arg list.
7092         * gud.el (gud-pdb-marker-regexp): Allow : and \ in file name.
7093         (pdb): In gud-remove, pass down the file name.
7095         * cus-dep.el (custom-make-dependencies): Sort MEMBERS before use.
7097 2002-09-18  Luc Teirlinck  <teirllm@mail.auburn.edu>
7099         * ielm.el: (*1, *2, *3): New variables.
7100         (ielm-eval-input): Make temporary buffers current on entry and
7101         exit to the let bindings for *, ** and ***.
7102         (inferior-emacs-lisp-mode): Mention *1, *2 and *3 in the docstring.
7103         Do not overrule global bindings for *, ** and ***.
7105 2002-09-18  Tom Tromey  <tromey@redhat.com>
7107         * progmodes/make-mode.el (makefile-fill-paragraph): Find comment
7108         boundaries before filling.
7110 2002-09-18  Stefan Monnier  <monnier@cs.yale.edu>
7112         * server.el (server-done): Fix harmlessly wrong arg to save-buffer.
7113         (server-switch-buffer): Only select a different window if
7114         next-buffer is non-nil.  Don't switch in a dedicated window.
7115         If next-buffer is already displayed, reuse that window.
7117         * diff-mode.el (diff-mode): Use compilation-minor-mode.
7118         Don't unbind compilation-last-buffer after autoloading compile.el.
7119         Hide the compilation-minor-mode bindings altogether.
7121 2002-09-18  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7123         * dired.el (dired-insert-directory): Never add "--dired" when
7124         listing remote directories.
7126 2002-09-18  Michael Kifer  <kifer@cs.stonybrook.edu>
7128         * ediff-hooks.el: Put back the autoloads (for XEmacs compatibility).
7130         * ediff-init.el: Use defalias instead of fset.
7132         * ediff-util.el: Use defalias instead of fset.
7134         * viper-util.el (viper-chars-in-region): Simplification.
7136         * viper.el (viper-emacs-state-mode-list): Added modes.
7138 2002-09-18  Jonathan Yavner  <jyavner@engineer.com>
7140         * emacs-lisp/testcover.el: New file.  Uses edebug to instrument a
7141         module of code, with graphical display of poor-coverage spots.
7143         * emacs-lisp/testcover-ses.el: New file.  Demonstrates use of
7144         testcover on a interactive module like ses.
7146         * emacs-lisp/testcover-unsafep.el: New file.  Demonstrates use of
7147         testcover on a noninteractive module like unsafep.
7149 2002-09-18  Miles Bader  <miles@gnu.org>
7151         * diff-mode.el (diff-mode): Don't evaluate `compilation-last-buffer'
7152         unless it's bound.
7154 2002-09-17  Stefan Monnier  <monnier@cs.yale.edu>
7156         * server.el (server-log): Add `client' arg.
7157         (server-start): Don't bother canceling the sentinel.
7158         (server-process-filter): Use replace-regexp-in-string and
7159         handle the new &n quoting.  Use push.  Use server-log's new arg.
7160         Don't output the C-x # message if `nowait'.
7161         (server-buffer-done): Use server-log's new arg.
7163 2002-09-16  Jonathan Yavner  <jyavner@engineer.com>
7165         * ses.el: New file.
7167         * emacs-lisp/unsafep.el: New file.
7169         * files.el (auto-mode-alist): Add ".ses" for ses-mode.
7170         (inhibit-quit): This is risky for unsafep, doesn't matter much for
7171         anybody else.
7172         (risky-local-variable-p): New function.  Split off from
7173         hack-one-local-variable so unsafep can use it.  Add \|-history$ to
7174         the list of disallowed local variable names (malicious user could
7175         stuff a `display' property in there that would be activated when
7176         na\e,Ao\e(Bve user called up the history).
7178 2002-09-16  Markus Rost  <rost@math.ohio-state.edu>
7180         * ls-lisp.el (ls-lisp-format-time-list): Fix type and provide :tag's.
7182 2002-09-16  Richard M. Stallman  <rms@gnu.org>
7184         * play/gomoku.el (gomoku-move-up, gomoku-move-down):
7185         Use forward-line and move-to-column.
7187         * cus-edit.el (custom-variable-backup-value): New function.
7188         (custom-variable-reset-backup): New function.
7189         (custom-variable-menu): Add item for custom-variable-reset-backup.
7190         (custom-variable-set, custom-variable-reset-saved)
7191         (custom-variable-reset-standard): Call custom-variable-backup-value.
7193 2002-09-16  Stefan Monnier  <monnier@cs.yale.edu>
7195         * dired.el (dired-font-lock-keywords): Use regexp-opt.
7196         (dired-move-to-filename): Better message when we fail to find the file.
7197         (dired-sort-toggle): Minor optimization.
7199 2002-09-16  Juanma Barranquero  <lektu@terra.es>
7201         * dired-aux.el (dired-add-entry): Add missing argument to
7202         `dired-mark'.
7204 2002-09-16  John Paul Wallington  <jpw@shootybangbang.com>
7206         * xscheme.el (scheme-interaction-mode): Doc fix.
7208         * net/eudc.el (eudc-plist-get): Doc fix.
7210 2002-09-16  Kim F. Storm  <storm@cua.dk>
7212         * menu-bar.el (menu-bar-last-search-type): New var.
7213         (nonincremental-repeat-search-forward)
7214         (nonincremental-repeat-search-backward): Repeat string or
7215         regexp search depending on menu-bar-last-search-type.
7216         (nonincremental-search-forward, nonincremental-re-search-forward)
7217         (nonincremental-search-backward, nonincremental-re-search-backward):
7218         Set menu-bar-last-search-type to string or regexp.
7219         (nonincremental-repeat-re-search-forward): Removed.
7220         (nonincremental-repeat-re-search-backward): Removed.
7221         (menu-bar-replace-menu): New keymap for "Edit->Replace" submenu.
7222         (menu-bar-i-search-menu): New keymap for "Incremental Search" submenu.
7223         (menu-bar-adv-search-menu): Removed.
7224         (menu-bar-search-menu): Reorganized.
7225         (menu-bar-edit-menu): Added "Replace" submenu.
7227 2002-09-15  Richard M. Stallman  <rms@gnu.org>
7229         * scroll-bar.el (scroll-bar-mode): Specify :initialize.
7231         * menu-bar.el (menu-bar-make-mm-toggle): Don't put a quote befor FNAME
7232         when it's not being evaluated.
7234 2002-09-15  Markus Rost  <rost@math.ohio-state.edu>
7236         * dired.el (dired-move-to-filename): Fix previous change.
7238 2002-09-14  Kim F. Storm  <storm@cua.dk>
7240         * emulation/keypad.el (keypad-setup, keypad-shifted-setup)
7241         (keypad-numlock-setup, keypad-numlock-shifted-setup):
7242         Change `Remove Binding' option to `Unspecified/User-defined'.
7243         (keypad-setup): Enhance explanation of setup type `none'.
7245 2002-09-14  Richard M. Stallman  <rms@gnu.org>
7247         * time.el (display-time-mode): Set display-time-load-average here.
7248         (display-time-load-average): Initialize to nil.
7249         (display-time-default-load-average): Add "None" alternative.
7250         (display-time-update): Handle "None" alternative for load-average.
7252         * dired-aux.el (dired-bunch-files): Put the arg FILES
7253         back as it was after temporary destrucive mods.
7254         (dired-add-entry): Use dired-insert-directory to handle indentation.
7255         Explicitly restore the line's marker character.
7256         Preserve the old file name's text properties.
7257         (dired-add-entry-do-indentation): Function deleted.
7258         (dired-relist-file): Doc fix.
7259         (dired-rename-file): Change argument names.
7260         (foo-rename-file): New function.
7261         (dired-do-hardlink): Use dired-hardlink.
7262         (dired-hardlink): New function.
7263         (dired-insert-subdir-doinsert): Use dired-insert-directory;
7264         that handles indentation, text props and header line.
7265         dired-readin-insert gets no args.
7266         Use `last' instead of `reverse'.
7268         * dired.el (dired-use-ls-dired): New variable.
7269         (dired-directory): Document the rules better.
7271         * dired.el (dired-insert-headerline): Function deleted.
7272         (dired-revert): Pass no args to dired-readin.
7273         (dired-move-to-filename): First try using dired-filename property.
7274         (dired-move-to-end-of-filename): Likewise.
7275         (dired-why): Try to show the start of this page of warnings.
7276         (dired-log): Insert the buffer name at start of page, not end.
7277         (dired-log-summary): If just one failure, explain it in echo area.
7279         * dired.el (dired-internal-noselect):
7280         Always set dired-directory, when buffer is not new.
7281         Pass dir-or-list, not dirname, to dired-mode.
7282         Call dired-readin with no args.
7283         Don't call dired-after-readin-hook here.
7284         (dired-find-buffer-nocreate): Expand dirname.
7285         Expand the dir from dired-directory to compare with dirname.
7287         (dired-readin): Take no args.  Get the directory from dired-directory.
7288         Run dired-before-reading hook inside save-excursion.
7289         Run dired-after-readin-hook here.
7290         Don't make undo entries at all.
7291         Call dired-readin-insert with no args.
7292         Don't change indentation here.
7293         Don't insert headerline here.
7295         (dired-readin-insert): Take no args.
7296         Get dir and file-list from dired-directory.
7297         Call dired-insert-directory the new way.
7298         Don't insert "wildcard" info here.
7300         (dired-insert-directory): New arg FILE-LIST.
7301         First arg now DIR, always just the directory.
7302         This function fully handles setting up the buffer text:
7303         update indentation, insert headerline and "wildcard" info.
7304         Pass --dired arg if appropriate; put info in dired-filename props.
7305         Don't expand file names here.
7307         * warnings.el (display-warning): In batch mode,
7308         exclude the final newline from the arg to `message'.
7310 2002-09-13  Markus Rost  <rost@math.ohio-state.edu>
7312         * files.el (diff-buffer-with-file): Check whether associated file
7313         exists.  Display message for 1 second.  Always return nil.
7315 2002-09-13  Stefan Monnier  <monnier@cs.yale.edu>
7317         * diff-mode.el (diff-mode): Turn on compilation-minor-mode
7318         support again, but more carefully this time.
7320         * progmodes/perl-mode.el (perl-mode-syntax-table): Mark $, % and @
7321         such that backward-sexp correctly skips them.
7322         (perl-font-lock-keywords-2): Use regexp-opt.
7323         (perl-font-lock-syntactic-keywords)
7324         (perl-font-lock-syntactic-face-function): Better handle PODs.
7325         Handle package names with ' in them and ($$) in `sub' declarations.
7326         Handle format staements.  Handle regexp and quote-like ops.
7327         (perl-empty-syntax-table): New var.
7328         (perl-quote-syntax-table): New fun.
7330         * pcvs.el (cvs-mode-find-file): Work even if point is at beg-of-line.
7331         (cvs-do-removal): Bind inhibit-read-only while modifying the buffer.
7333         * newcomment.el (comment-with-narrowing): Use the `declare' thingy.
7335         * derived.el (define-derived-mode): Properly ignore unknown args.
7337         * emacs-lisp/easy-mmode.el (define-minor-mode): Add a :require arg.
7338         Don't call the function during init if mode is on by default.
7340         * simple.el: Provide `simple'.
7341         (transient-mark-mode, line-number-mode, column-number-mode):
7342         Pass an explicit `:require nil' argument.
7344 2002-09-13  Francesco Potort\e,Al\e(B  <pot@gnu.org>
7346         * play/tetris.el (tetris-blank-options, tetris-cell-options):
7347         Remove various redundant `(t nil)'.
7349         * play/snake.el (snake-border-options): Use color on tty if available.
7351         * play/tetris.el (tetris-border-options): Likewise.
7353         * play/pong.el (pong-border-options): Likewise, plus reset
7354         color on tty to be [0.5 0.5 0.5].
7356 2002-09-13  Kim F. Storm  <storm@cua.dk>
7358         * kmacro.el (kmacro-start-macro): Doc fix.
7360 2002-09-13  Juanma Barranquero  <lektu@terra.es>
7362         * progmodes/idlw-shell.el (idlwave-shell-cleanup): Fix reference
7363         to `idlwave-idlwave_routine_info-compiled'.
7365         * whitespace.el (whitespace-unload-hook): Call `remove-hook' with
7366         three arguments, not four.
7368 2002-09-13  Kim F. Storm  <storm@cua.dk>
7370         * kmacro.el (kmacro-keymap): Changed bindings:
7371         C-x C-k s to kmacro-start-macro, C-x C-k b to kmacro-bind-to-key.
7373 2002-09-12  Richard M. Stallman  <rms@gnu.org>
7375         * international/mule-cmds.el (universal-coding-system-argument):
7376         Read the coding system inside `interactive' spec, for command-history.
7378 2002-09-12  Stefan Monnier  <monnier@cs.yale.edu>
7380         * emacs-lisp/find-func.el (find-library-name): Don't forget
7381         the empty suffix.  Fix stale variable name.
7383         * gud.el (gud-gdb-massage-args, gud-sdb-massage-args)
7384         (gud-pdb-massage-args): Delete.
7385         (gdb, sdb, pdb): Don't pass gud-*-massage-args any more.
7386         (gud-gdb-command-name): New var.  Put "--fullname" in there.
7387         (gud-query-cmdline): Use the most recent executable as the default.
7388         Don't add "--fullname" (it's only valid/meaningful for GDB).
7389         (gud-xdb-marker-filter): Use match-string.
7390         (gud-perldb-massage-args): Don't add "-d".
7391         (gud-perldb-command-name): Add "-d".
7392         (gud-common-init): If `massage-args' is nil, don't call it.
7393         (gud-format-command): Don't hardcode point-min==1.
7395         * derived.el: Require CL when compiling.
7397 2002-09-12  Simon Josefsson  <jas@extundo.com>
7399         * mail/smtpmail.el (smtpmail-send-it): Don't use : in filenames
7400         (for cygwin). Suggested by Andrew Senior <aws@watson.ibm.com>.
7401         Use expand-file-name.  Also don't require time-stamp.
7403 2002-09-11  Richard M. Stallman  <rms@gnu.org>
7405         * derived.el (define-derived-mode): When making new abbrev table,
7406         don't try to copy the parent's abbrev table.
7408         * ruler-mode.el (ruler-mode-left-scroll-bar-cols):
7409         Always round scroll-bar-width parameter up.
7410         If it is nil, use 14.
7412         * abbrev.el (copy-abbrev-table): New function.
7414 2002-09-11  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
7416         * ps-print.el: Adjust ps-print-color-p, ps-default-fg and
7417         ps-default-bg setting.
7418         (ps-print-version): New version number (6.5.7).
7419         (ps-mark-active-p): New fun.
7420         (ps-print-preprint-region): Adjust code.
7422 2002-09-11  Dave Love  <fx@gnu.org>
7424         * international/mule.el (non-standard-designations-alist)
7425         (ctext-pre-write-conversion): Don't generate invalid extended
7426         segments for iso8859.
7428         * language/cyrillic.el ("Ukrainian"): Fix nonascii-translation.
7429         (cyrillic-alternativnyj-decode-table): Fix some entries.
7431         * international/ucs-tables.el: Fix last change.
7433         * international/utf-8.el (utf-8-fragment-on-decoding): Fix last
7434         change.
7436 2002-09-11  Kim F. Storm  <storm@cua.dk>
7438         * edmacro.el (edit-kbd-macro): Recognize new C-x e binding,
7439         kmacro-end-and-call-macro.
7441 2002-09-11  Juanma Barranquero  <lektu@terra.es>
7443         * newcomment.el (uncomment-region): Fix let/let* use.
7445 2002-09-11  Simon Josefsson  <jas@extundo.com>
7447         * time-stamp.el (time-stamp-hhmmss): New function.
7449         * gud.el (gud-gdb-massage-args): Don't secretly add -fullname.
7450         (gud-query-cmdline): Add --fullname to the user cmdline.
7452         * mail/smtpmail.el (smtpmail-default-smtp-server): Doc fix.
7454 2002-09-11  Kim F. Storm  <storm@cua.dk>
7456         * kmacro.el (kmacro-call-macro): Rephrase repeat prompt.
7457         (kmacro-step-edit-map): Bind "A" to `append-end'.
7458         (kmacro-step-edit-prompt): Fix prompt.
7459         (kmacro-step-edit-query): Handle `append-end' response.
7460         (kmacro-step-edit-pre-command): Activate `append-end' at end of
7461         macro when required.
7463 2002-09-11  Stefan Monnier  <monnier@cs.yale.edu>
7465         * derived.el (define-derived-mode): Fix typo.
7467         * menu-bar.el (line-number-mode, column-number-mode)
7468         (transient-mark-mode): Use minor mode directly.
7469         (menu-bar-make-toggle): Remove `props' arg.
7470         Move customize-mark-as-set directly into the toggle function.
7472         * whitespace.el (whitespace-global-mode): Use define-minor-mode.
7473         Use the new file hook names.
7474         (whitespace-describe): Remove.  Move the text to `Commentary:'.
7475         (whitespace-unload-hook): Use the new file hook names.
7477         * finder.el (finder-find-library): Remove.
7478         (finder-commentary): Use find-library-name and add completion.
7480         * simple.el (transient-mark-mode, line-number-mode)
7481         (column-number-mode): Use define-minor-mode.
7482         (define-mail-user-agent): Delete.  Moved to subr.el.
7484         * loadup.el ("simple.el"): Move to after loaddefs.el.
7486         * subr.el (define-mail-user-agent): Moved from simple.el.
7488 2002-09-10  Richard M. Stallman  <rms@gnu.org>
7490         * pcvs-info.el (cvs-check-fileinfo): Don't use boolp.
7491         (boolp): Function deleted.
7493 2002-09-10  Dave Love  <fx@gnu.org>
7495         * international/utf-8.el (ucs-mule-to-mule-unicode):
7496         Define unconditionally.
7497         (utf-8-fragmentation-table): New.  Use it in top-level mapc.
7498         (utf-8-fragment-on-decoding): Use it to keep
7499         utf-8-translation-table-for-decode variable and translation table
7500         in sync.
7502         * international/ucs-tables.el: Bind utf-8-translation-table-for-decode
7503         when setting up tables and remove useless optimize-char-table.
7504         (ucs-mule-to-mule-unicode): Deleted.
7505         (ucs-unify-8859): Maybe optimize ucs-mule-to-mule-unicode.
7507         * international/utf-16.el (utf-16-le-pre-write-conversion)
7508         (utf-16-be-pre-write-conversion): Deleted.
7509         (mule-utf-16-le, mule-utf-16-be): Register encoding translation table.
7511 2002-09-10  Richard M. Stallman  <rms@gnu.org>
7513         * files.el (diff-buffer-with-file): Simplify.
7514         Don't signal an error if buffer has no file.
7515         Call sit-for after `diff' returns.
7517         * play/gamegrid.el (gamegrid-make-color-tty-face):
7518         Handle string as COLOR arg.
7519         (gamegrid-display-type): Don't assume display-color-p
7520         implies a color-x terminal.
7521         (gamegrid-hide-cursor): Set `cursor-type' local variable.
7523         * descr-text.el (describe-text-mode): Add font-lock-defontify to
7524         change-major-mode-hook.
7526         * ibuffer.el (ibuffer-mode): Add font-lock-defontify to
7527         change-major-mode-hook.
7529         * comint.el (comint-mode): Add font-lock-defontify to
7530         change-major-mode-hook.
7532         * info.el (Info-mode): Add font-lock-defontify to
7533         change-major-mode-hook.
7535         * replace.el (occur-mode): Add font-lock-defontify to
7536         change-major-mode-hook.
7538         * font-core.el (font-lock-defontify): New function.
7540 2002-09-10  Richard M. Stallman  <rms@gnu.org>
7542         * ps-print.el (ps-printer-name-option): Doc fix.
7544 2002-09-10  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
7546         * ps-print.el: Adjust ps-postscript-code-directory setting.
7547         XEmacs version check was adjusted.
7548         (ps-print-version): New version number (6.5.6).
7549         (ps-print-color-p, ps-page-dimensions-database): Autoload var.
7550         (ps-print-code, ps-print-preprint-region): Adjust code.
7552 2002-09-10  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7554         * files.el (auto-mode-alist): ~/.gnus, ~/.viper are in
7555         emacs-lisp-mode, like ~/.emacs.
7557 2002-09-10  Stefan Monnier  <monnier@cs.yale.edu>
7559         * newcomment.el (uncomment-region): Be more careful with `='.
7561 2002-09-10  Deepak Goel  <deego@glue.umd.edu>
7563         * play/doctor.el (doc//): Rename from `//'.  Update callers.
7564         (doc$): Rename from `$'.  Update callers.
7566 2002-09-10  Miles Bader  <miles@gnu.org>
7568         * simple.el (do-auto-fill): `fill-indent-according-to-mode' is a
7569         variable, not a function.
7571         * kmacro.el (kmacro-call-macro): Deal with a non-numeric prefix arg.
7573 2002-09-10  Kim F. Storm  <storm@cua.dk>
7575         * macros.el (apply-macro-to-region-lines): Let-bind mark-active to
7576         nil while executing macro to avoid triggering delete-selection-mode.
7578         * simple.el (keyboard-quit): Set defining-kbd-macro to nil to
7579         cancel defining keyboard macro when applicable.
7581 2002-09-09  Markus Rost  <rost@math.ohio-state.edu>
7583         * simple.el (transient-mark-mode, line-number-mode)
7584         (column-number-mode): Undo previous change because of bootstrapping.
7586 2002-09-09  Stefan Monnier  <monnier@cs.yale.edu>
7588         * derived.el (define-derived-mode): Add keyword arguments.
7589         (derived-mode-make-docstring): Take abbrev and syntax table names.
7591         * font-core.el (font-lock-change-mode): Just turn off font-lock-mode.
7592         (font-lock-default-function): Change arg name.
7594         * cus-start.el (transient-mark-mode): Delete.  Done in simple.el.
7596         * paren.el (show-paren-function): Use syntax-after.
7598         * emacs-lisp/syntax.el (syntax-after): Delete.  Moved to subr.el.
7600         * subr.el (symbol-file): Also work for autoloaded funcs.
7601         (syntax-after): New fun moved from syntax.el.
7603         * find-file.el (ff-pre-find-hook, ff-pre-load-hook, ff-post-load-hook)
7604         (ff-not-found-hook, ff-file-created-hook): Rename from *-hooks.
7605         Update callers (but still run the old hooks as well).
7607         * emacs-lisp/find-func.el (find-library-suffixes, find-library-name)
7608         (find-library): New funs.
7609         (find-function-search-for-symbol): Use it.
7611         * emacs-lisp/bytecomp.el (byte-compile-file): Don't switch buffer.
7613         * isearch.el (isearch-cmds): Add docstring.
7614         (isearch-mouse-2): Lookup binding in the proper buffer.
7615         Use call-interactively and remove the now useless `arg'.
7616         (isearch-search-fun-function): New var.
7617         (isearch-search-fun): New fun.
7618         (isearch-search, isearch-lazy-highlight-search): Use it.
7620 2002-09-09  Stefan Monnier  <monnier@cs.yale.edu>
7622         * simple.el (what-line): Don't hard-code 1.
7623         (transient-mark-mode, line-number-mode, column-number-mode):
7624         Use define-minor-mode.
7625         (do-auto-fill): Only ignore prefix if it's really empty.
7627 2002-09-09  Markus Rost  <rost@math.ohio-state.edu>
7629         * files.el (save-some-buffers-action-alist): Use lower case for
7630         help string of diff-buffer-with-file.
7632 2002-09-09  Richard M. Stallman  <rms@gnu.org>
7634         * calendar/calendar.el (mouse-scroll-calendar-left)
7635         (mouse-scroll-calendar-right, mouse-calendar-other-month):
7636         New commands.
7637         (calendar-mode-line-format): Use them.
7639         * emacs-lisp/bytecomp.el (byte-recompile-directory):
7640         Set and then bind default-directory.
7642         * startup.el (fancy-splash-head, normal-splash-screen):
7643         Change the messages that explain about GNU or GNU/Linux.
7645         * info.el (Info-search): Add (point-min) to subfile positions
7646         to get them right.  Skip the current subfile using forward-line.
7648         * files.el (make-backup-file-name-1): When make-directory fails,
7649         ignore backup-directory-alist.
7650         (make-directory): Expand DIR before looking for handler.
7652 2002-09-09  Jari Aalto  <jari.aalto@poboxes.com>
7654         * progmodes/cperl-mode.el (cperl-noscan-files-regexp):
7655         In addition to RCS, exclude CVS directories.
7657         * ls-lisp.el (ls-lisp-format-time-list): New variable.
7658         (ls-lisp-format-time): Use it.
7660         * files.el (auto-mode-alist): Use sh-mode for .bash files.
7662 2002-09-09  Dave Love  <d.love@dl.ac.uk>
7664         * ps-print.el: Many doc fixes.
7666 2002-09-09  John Paul Wallington  <jpw@shootybangbang.com>
7668         * play/doctor.el (doctor-cadr, doctor-caddr, doctor-cddr): Remove.
7669         Update callers.
7671 2002-09-08  Markus Rost  <rost@math.ohio-state.edu>
7673         * diff.el (diff): Doc fix.
7675 2002-09-08  Richard M. Stallman  <rms@gnu.org>
7677         * emacs-lisp/bytecomp.el (byte-compile-delete-errors): Default to nil.
7679         * simple.el (undo-elt-in-region): Fix one-off error at END.
7680         (forward-visible-line): Handle invisibility by ignoring
7681         invisible newlines.  Also include entire invisible lines beyond
7682         the stopping point.
7684         * cus-edit.el (custom-save-variables, custom-save-faces):
7685         Clarify the comments written into .emacs.
7687 2002-09-08  Markus Triska  <triska@gmx.at>
7689         * play/doctor.el (doctor-doc): Recognize question words
7690         and use qlist.  Use doctor-shorten's return value.
7691         (doctor-shorten): Compute a return value, don't alter `sent'.
7692         (doctor-hates1): Add a question mark.
7693         (doctor-strangelove): Unused function deleted.
7695 2002-09-08  Kim F. Storm  <storm@cua.dk>
7697         * kmacro.el (kmacro-end-and-call-macro): New command to end and
7698         call keyboard macro in one step. Bind it to C-x e by default.
7699         (kmacro-call-macro): Use format-kbd-macro.
7700         (kmacro-step-edit-macro): New command to interactively step edit
7701         and execute last keyboard macro.
7702         (kmacro-keymap): Bind SPC [C-x C-k SPC] to kmacro-step-edit-macro.
7703         (kmacro-step-edit-mini-window-height): New custom var.
7704         (kmacro-step-edit-map): New keymap (parent is query-replace-map).
7705         (kmacro-step-edit-prefix-commands): New var.
7706         (kmacro-step-edit-prompt, kmacro-step-edit-query)
7707         (kmacro-step-edit-insert, kmacro-step-edit-pre-command)
7708         (kmacro-step-edit-minibuf-setup, kmacro-step-edit-post-command):
7709         New aux functions for step editing keyboard macros.
7711         * subr.el (read-quoted-char): Apply listify-key-sequence to vector
7712         returned by this-single-command-raw-keys before appending it to
7713         unread-command-event.
7715 2002-09-07  Colin Walters  <walters@debian.org>
7717         * progmodes/compile.el (compile-internal): Add optional argument
7718         no-async.
7720         * diff.el (diff): Add optional argument no-async, and use the
7721         above argument.
7723         * files.el (diff-buffer-with-file): Call diff synchronously, so we
7724         don't delete the temporary file before diff has a chance to read
7725         it.
7727         * ibuf-ext.el (ibuffer-diff-with-file): Just call
7728         `diff-buffer-with-file'.
7730 2002-09-07  John Paul Wallington  <jpw@shootybangbang.com>
7732         * emacs-lisp/cl-indent.el (extended-loop-p): Doc fix.
7734         * emacs-lisp/find-func.el (find-function-recenter-line):
7735         Add custom type.  Doc fix.
7737 2002-09-06  Stefan Monnier  <monnier@cs.yale.edu>
7739         * menu-bar.el (menu-bar-make-mm-toggle): New macro.
7740         (showhide-menu-bar, showhide-toolbar, menu-bar-toggle-auto-compression)
7741         (toggle-highlight-paren-mode, toggle-global-lazy-font-lock-mode):
7742         Remove.  Use the minor mode function directly instead.
7743         (menu-bar-mode): Add message and customize-mark-as-set and return
7744         the new value as do other minor modes.
7746         * edmacro.el (edmacro-subseq): Don't use cl-push/cl-pop.
7748 2002-09-06  Simon Marshall  <simon@gnu.org>
7750         * progmodes/etags.el (find-tag-tag, complete-tag):
7751         Bind completion-ignore-case based on tags-case-fold-search, so that
7752         case-sensitivity of tag completion matches that of tag search.
7754 2002-09-06  Juanma Barranquero  <lektu@terra.es>
7756         * calendar/solar.el (calendar-time-display-form): Fix spacing.
7758         * double.el (double-prefix-only): Likewise.
7760         * emacs-lisp/easymenu.el (easy-menu-define): Likewise.
7762         * emacs-lisp/find-func.el (find-function-search-for-symbol): Likewise.
7764         * emacs-lisp/float.el (string-to-float): Likewise.
7766         * emacs-lisp/rx.el (rx): Likewise.
7768         * faces.el (copy-face): Likewise.
7770         * hilit-chg.el (highlight-changes-colours)
7771         (highlight-changes-active-string)
7772         (highlight-changes-passive-string)
7773         (highlight-changes-rotate-faces, global-highlight-changes): Likewise.
7775         * international/mule.el (decode-char): Likewise.
7777         * progmodes/idlwave.el (idlwave-support-inheritance)
7778         (idlwave-routine-entry-compare): Likewise.
7780         * progmodes/idlw-shell.el (idlwave-shell-use-breakpoint-glyph):
7781         Likewise.
7783         * progmodes/pascal.el (pascal-start-keywords): Likewise.
7785         * progmodes/sh-script.el (sh-indent-for-fi, sh-indent-for-done):
7786         Likewise.
7788         * progmodes/vhdl-mode.el (vhdl-progress-interval)
7789         (vhdl-corresponding-begin): Likewise.
7791         * simple.el (choose-completion-string-functions): Likewise.
7793         * textmodes/reftex.el (reftex-TeX-master-file): Likewise.
7795         * textmodes/fill.el (fill-nonuniform-paragraphs)
7796         (fill-individual-paragraphs): Likewise.
7798         * vcursor.el (vcursor-toggle-vcursor-map): Likewise.
7800         * warnings.el (warning-level-aliases): Likewise.
7802         * speedbar.el (speedbar-mode): Fix spacing and typos.
7804         * textmodes/reftex-vars.el (reftex-label-menu-flags): Fix typo.
7806 2002-09-05  Markus Rost  <rost@math.ohio-state.edu>
7808         * textmodes/table.el (table-command-prefix): Fix type.
7810 2002-09-05  Andre Spiegel  <spiegel@gnu.org>
7812         * vc-hooks.el: Don't require vc.el at compile-time; it causes
7813         recursive requirements during bootstrap.
7815 2002-09-05  Kenichi Handa  <handa@etl.go.jp>
7817         * international/mule.el (decode-char): Cancel the previous change.
7819 2002-09-04  Mats Lidell  <matsl@contactor.se>  (tiny change)
7821         * language/european.el ("Swedish"): New set-language-info-alist call.
7823 2002-09-04  Richard M. Stallman  <rms@gnu.org>
7825         * help-fns.el (help-with-tutorial): Properly set up
7826         completion-reference-buffer in the *Completion* buffer.
7828 2002-09-04  John Paul Wallington  <jpw@shootybangbang.com>
7830         * startup.el (use-fancy-splash-screens-p): If `fancy-splash-frame'
7831         returns nil, return nil.
7833 2002-09-04  Andre Spiegel  <spiegel@gnu.org>
7835         * vc-hooks.el: Require vc.el at compile-time.
7836         (vc-workfile-unchanged-p, vc-default-workfile-unchanged-p):
7837         Moved here from vc.el.
7839         * vc.el (vc-workfile-unchanged-p, vc-default-workfile-unchanged-p):
7840         Moved to vc-hooks.el.
7842         * vc-rcs.el (vc-rcs-state): Don't require vc.el.
7844 2002-09-04  Kenichi Handa  <handa@etl.go.jp>
7846         * international/mule.el (decode-char): Translate a character by
7847         utf-8-translation-table-for-decode only when
7848         utf-8-fragment-on-decoding is non-nil.
7850 2002-09-02  Stefan Monnier  <monnier@cs.yale.edu>
7852         * textmodes/text-mode.el (paragraph-indent-text-mode-abbrev-table)
7853         (paragraph-indent-text-mode-syntax-table, paragraph-indent-text-mode):
7854         Use text-mode's syntax-table and abbrev-table.
7855         (text-mode): Set require-final-newline to t.
7857         * newcomment.el (comment-make-extra-lines): Only use the
7858         dummy `=' char when there's really nothing else.
7859         Don't remove spaces if it leads to an incorrect comment.
7861         * pcvs.el (cvs-run-process): Use a pty rather than a pipe to work
7862         around the cvs/ssh/libc bug.
7863         (cvs-update-header): Understand `cvs admin -m<rev>:<msg>' syntax.
7864         (defun-cvs-mode): Use the new `declare' thingy.
7865         (cvs-edit-log-text-at-point, cvs-mode-edit-log, cvs-do-edit-log)
7866         (cvs-edit-log-minor-wrap, cvs-edit-log-filelist): New funs.
7867         (cvs-mode-undo): Use `cvs add' for (CONFLICT. REMOVED).
7869         * pcvs-parse.el (cvs-parse-table): Create a `need-update'
7870         node rather than a message for new directories.
7871         (cvs-parse-status): Add support for `Entry Invalid'.
7873         * smerge-mode.el (smerge-diff-buffer-name): Default to *vc-diff*.
7874         (smerge-combine-with-next): New function.
7875         (smerge-diff): Don't output `wrote /tmp/foo' messages.
7876         Insert message if no diffs were found.
7878         * mail/sendmail.el (mail-mode): Don't set local-abbrev-table.
7879         (mail-mode-abbrev-table): Set to text-mode-abbrev-table.
7881 2002-09-02  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7883         * net/tramp.el: Version 2.0.15 released.
7884         (require 'base64): Most modern Emacsen have the base64
7885         encode/decode functions built in, so test to see if they are bound
7886         before we go blindly requiring base64.el.
7887         From Steve Youngs <youngs@xemacs.org>.
7888         (tramp-feature-write-region-fix): XEmacs doesn't have a
7889         'find-operation-coding-system' and this variable doesn't seem to
7890         be used anywhere so wrap it in (unless (featurep 'xemacs)).
7891         From Steve Youngs <youngs@xemacs.org>.
7892         (tramp-methods): Remove duplicate definition of ssh1-old and ssh2-old.
7893         (tramp-open-connection-su): Use user name "root" if no user name
7894         is given.
7896         From Michael Albinus <Michael.Albinus@alcatel.de>:
7897         * net/tramp.el (tramp-invoke-ange-ftp):
7898         (tramp-ange-ftp-file-name-p): Check for Xemacs.
7899         (tramp-do-copy-or-rename-file): Don't pass KEEP-DATE to
7900         tramp-invoke-ange-ftp 'rename.
7901         (tramp-handle-write-region): Don't pass LOCKNAME and CONFIRM to
7902         tramp-invoke-ange-ftp 'write-region.
7903         (tramp-handle-set-file-modes): Change order of FILENAME and MODE
7904         passing to tramp-invoke-ange-ftp 'set-file-modes.
7905         (tramp-invoke-ange-ftp): `tramp-disable-ange-ftp' must be called
7906         again after activating `ange-ftp'.
7908 2002-09-02  Kim F. Storm  <storm@cua.dk>
7910         * ido.el (ido-ignore-item-temp-list): New variable.
7911         (ido-read-internal): Don't set ido-default-item if the default is
7912         member of ido-ignore-item-temp-list.
7913         Don't return first match for C-j if no text is entered.
7914         (ido-buffer-internal): Check for empty string return.
7915         (ido-make-buffer-list1): Use member instead of memq.
7916         (ido-window-buffer-p): Likewise.
7917         (ido-get-bufname): Ignore buffers on ido-ignore-item-temp-list.
7918         (ido-ignore-item-p): Ignore items on ido-ignore-item-temp-list.
7920         * replace.el (multi-occur): Made "ido-aware":
7921         Changed prompt to use C-j instead of RET to end.
7922         Set ido-ignore-item-temp-list to the selected buffers so far, so
7923         they are automatically excluded from the list of choices.
7924         Use add-to-list instead of push.
7926 2002-09-01  Richard M. Stallman  <rms@gnu.org>
7928         * term/x-win.el (function-key-map): Define S-iso-lefttab.
7930 2002-09-01  Kim F. Storm  <storm@cua.dk>
7932         * edmacro.el (edit-kbd-macro): Recognize new default binding for
7933         C-x e in addition to old binding.
7935 2002-09-01  Mario Lang  <mlang@debian.org>
7937         * files.el (save-some-buffers-action-alist): New variable.
7938         (save-some-buffers): Use that.
7939         (diff-buffer-with-file): New function.
7941 2002-09-01  Richard M. Stallman  <rms@gnu.org>
7943         * ruler-mode.el (defgroup ruler-mode): Use `convenience' as parent.
7945         * dired.el (defgroup dired): Use `files' as parent.
7946         (dired-get-filename): Ignore handler if it has safe-magic prop.
7948         * jka-compr.el (jka-compr-handler): Add safe-magic property.
7950 2002-08-31  Richard M. Stallman  <rms@gnu.org>
7952         * simple.el (kill-line): Use end-of-visible-line to determine
7953         if rest of line is blank.
7954         (end-of-visible-line): Cope if end-of-line moved back over
7955         invisible intangible chars at end of line.
7957         * simple.el (completion-setup-function): Don't use directory-sep-char.
7959 2002-09-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
7961         * progmodes/f90.el (f90-menu): Remove ":active" keyword where not
7962         needed.
7963         (f90-menu, f90-add-imenu-menu): Use lookup-key.
7964         Remove (eval-when-compile) for free variables.
7966 2002-08-31  Andreas Schwab  <schwab@suse.de>
7968         * font-core.el (font-lock-change-mode): Avoid changing buffer
7969         state in any way.
7971 2002-08-30  Stefan Monnier  <monnier@cs.yale.edu>
7973         * emacs-lisp/easymenu.el (easy-menu-filter-return):
7974         Handle the case where the filter returns a single menu entry.
7975         (easy-menu-add): Improve docstring.
7976         (easy-menu-current-active-maps): Remove.
7977         (easy-menu-get-map): Use current-active-maps.
7979         * cus-edit.el (custom-unlispify-menu-entry): Don't remove
7980         the -p prefix from variables since they shouldn't have it anyway.
7981         (custom-group-menu-create, customize-menu-create):
7982         Only cdr if applicable, since custom-menu-create might return
7983         a vector (i.e. a single menu entry).
7985 2002-08-30  Edward M. Reingold  <reingold@emr.cs.iit.edu>
7987         * calendar/diary-lib.el (diary-mail-entries): Don't overwrite
7988         user's value of diary-list-include-blanks, but generate message
7989         instead if there are no entries.
7991 2002-08-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>  (tiny change)
7993         * ps-print.el (ps-lp-system): Fixed typo in `usg-unix-v'.
7995 2002-08-30  Markus Rost  <rost@math.ohio-state.edu>
7997         * menu-bar.el (menu-bar-read-mail): Doc fix.
7999 2002-08-30  John Paul Wallington  <jpw@shootybangbang.com>
8001         * ibuffer.el (ibuffer-update): Revert expansion of `caddr'.
8002         (ibuffer-fontification-alist): Check hidden buffer case isn't
8003         visiting a file and change its face to italic.
8005 2002-08-30  Juanma Barranquero  <lektu@terra.es>
8007         * replace.el (occur-mode): Add interactive declaration.
8009         * bs.el (bs-message-without-log): Fix typo.
8011         * font-core.el (font-lock-defaults): Likewise.
8013         * font-lock.el (font-lock-add-keywords): Likewise.
8015         * mouse-copy.el (mouse-copy-work-around-drag-bug): Likewise.
8017         * textmodes/bibtex.el (bibtex-mode): Likewise.
8019         * emulation/viper-ex.el (ex-compile-command): Likewise.
8021         * progmodes/idlwave.el (idlwave-max-extra-continuation-indent):
8022         Likewise.
8024         * progmodes/dcl-mode.el (dcl-calc-cont-indent-relative): Likewise.
8026         * allout.el (my-mark-marker): Likewise.
8028 2002-08-30  Simon Josefsson  <jas@extundo.com>
8030         * mail/smtpmail.el (smtpmail-via-smtp): Delete process buffer
8031         unless s-debug-info is enabled.
8033 2002-08-29  John Paul Wallington  <jpw@shootybangbang.com>
8035         * ibuffer.el (ibuffer-update): Use `minibufferp'.  Expand `caddr'.
8037         * mwheel.el (mouse-wheel-up-button): Doc fix.
8039 2002-08-29  Juanma Barranquero  <lektu@terra.es>
8041         * replace.el (occur-mode-hook): New hook.
8042         (occur-mode): Use it.
8043         (occur-hook): Set default to nil.
8045 2002-08-29  Stefan Monnier  <monnier@cs.yale.edu>
8047         * net/ange-ftp.el: Use match-string and drop useless `function's.
8048         (ange-ftp-get-process): Bind `ange-ftp-this-user' and
8049         `ange-ftp-this-host' before running ange-ftp-process-startup-hook.
8050         (ange-ftp-ls-parser): Use `switches' arg instead of dynamic binding.
8051         (ange-ftp-parse-dired-listing): Update the calls.
8052         (dired-local-variables-file): Declare to shut quieten the compiler.
8053         (ange-ftp-file-entry-active-p): Remove.
8054         (ange-ftp-file-name-all-completions, ange-ftp-file-name-completion):
8055         Don't exclude dangling symlinks.
8056         (ange-ftp-file-name-completion-1): Make predicate optional.
8057         (ange-ftp-parse-list-func-alist): Use add-to-list to update.
8058         (ange-ftp-fix-name-for-bs2000): Use subst-char-in-string.
8059         (ange-ftp-bs2000-posix-hook-installed): Remove.
8060         (ange-ftp-add-bs2000-posix-host): Don't use it anymore.
8061         (ange-ftp-bs2000-cd-to-posix): Use `ange-ftp-this-user' and
8062         `ange-ftp-this-host' instead of `user' and `host'.
8064 2002-08-29  Richard M. Stallman  <rms@gnu.org>
8066         * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
8067         Decide here whether to print which form we're compiling.
8068         If we do that, still print file and line.  Make file name
8069         relative to default-directory.  Print fewer newlines.
8070         (byte-compile-log-file): Print something even if no file.
8071         Print messages for entering and leaving directories,
8072         and set default-directory.
8073         (displaying-byte-compile-warnings): Only sometimes bind warning-series.
8074         (byte-compile-warning-series): New function.
8075         (byte-compile-file): Set byte-compile-last-logged-file, don't bind it.
8076         (byte-compile-display-log-head-p): Function deleted.
8078         * warnings.el (warning-series): Now can be a marker, not an integer.
8079         (display-warning): Handle new value for warning-series.
8081         * emacs-lisp/bytecomp.el (byte-compile-log-file): Use \f.
8082         (byte-compile-cl-warn): Add cl-macroexpand-all, cl-compiling-file
8083         to don't-warn list.
8085 2002-08-29  Kim F. Storm  <storm@cua.dk>
8087         * kmacro.el: Change default bindings from F7/F8 to F3/F4.
8088         Change default binding of C-x e to kmacro-end-or-call-macro.
8089         (kmacro-call-repeat-key, kmacro-call-repeat-with-arg): New custom
8090         variables.
8091         (kmacro-get-prefix-arg): New function.
8092         (kmacro-repeat-on-last-key): Rename from kmacro-repeat-loop and
8093         improve.  Callers changed.
8094         (kmacro-call-macro): Repeat macro by repeating last key or
8095         key defined in kmacro-call-repeat-key.  New third arg non-nil
8096         means to end current macro.
8097         (kmacro-end-or-call-macro): Call kmacro-call-macro appropriately
8098         to get repeat last key functionality.
8099         (kmacro-start-macro-or-insert-counter): Improve doc string.
8101 2002-08-28  Luc Teirlinck  <teirllm@mail.auburn.edu>
8103         * files.el (find-buffer-visiting): Compare file attributes
8104         using buffer-file-truename.
8106 2002-08-28  Richard M. Stallman  <rms@gnu.org>
8108         * files.el (make-auto-save-file-name, make-backup-file-name-1):
8109         Don't use directory-sep-char.
8111 2002-08-28  Juanma Barranquero  <lektu@terra.es>
8113         * replace.el (occur-hook): Renamed from `occur-mode-hook'.
8114         (occur-mode): Remove call to `occur-mode-hook'.
8115         (occur-rename-buffer): Fix reference to `occur-mode-hook' in docstring.
8116         (occur-1): Add call to `occur-hook'.
8118         * subr.el (make-variable-frame-localizable): Alias for
8119         `make-variable-frame-local'.
8121 2002-08-28  Miles Bader  <miles@gnu.org>
8123         * rfn-eshadow.el (read-file-name-electric-shadow-properties)
8124         (read-file-name-electric-shadow-tty-properties)
8125         (read-file-name-electric-shadow-mode): Remove compatibility defs.
8127         * comint.el (comint-carriage-motion): Start at START.
8129 2002-08-27  Francesco Potort\e,Al\e(B  <pot@gnu.org>
8131         * net/ange-ftp.el (ange-ftp-skip-msgs): Skip the 530 response
8132         given by vsFTPd when accessed with a kerberised FTP client.
8134 2002-08-27  Richard M. Stallman  <rms@gnu.org>
8136         * files.el (find-alternate-file):
8137         Bind kill-buffer-query-functions locally, don't set it.
8139 2002-08-27  Andreas Schwab  <schwab@suse.de>
8141         * kmacro.el (kmacro-start-macro): Doc fix.
8143 2002-08-27  Carsten Dominik  <dominik@sand.science.uva.nl>
8145         * textfile/reftex-ref.el (reftex-goto-label): New command.
8147         * textfile/reftex-vars.el (reftex-part-resets-chapter): New option.
8149         * textfile/reftex-parse.el (reftex-roman-number): New function.
8150         (reftex-section-number): Better handling of parts: No chapter
8151         counter resets.
8153         * textfile/reftex.el (reftex-highlight-overlays): Added a third
8154         overlay.
8155         (reftex-mode-menu): Added entry for `reftex-toc-recenter.
8156         Also moved `reftex-reset-mode' to top level.
8158         * textfile/reftex-toc.el (reftex-toc-recenter): New command.
8159         (reftex-toc-pre-command-hook): Don't remove highlight overlay.
8160         (reftex-toc-post-command-hook): Use overlay no 2 for highlighting.
8162         * textfile/reftex-sel.el (reftex-get-offset): Get offset of
8163         document pointer *before* position, not after.
8164         (reftex-insert-docstruct): Get offset of document pointer *before*
8165         position, not after.
8167         * textfiles/reftex-parse.el (reftex-where-am-I): Prefer marker
8168         match over section title match.
8170         * textfiles/reftex-cite.el (reftex-bib-or-thebib): New function
8171         which determines on a per-file-basis if BibTeX is being used
8172         locally for citations.
8173         (reftex-offer-bib-menu): Use `reftex-bib-or-thebib' for better
8174         cooperation with chapterbib.
8175         (reftex-bibtex-selection-callback): Use `reftex-bib-or-thebib' for
8176         better cooperation with chapterbib.
8178         * textfiles/reftex-dcr.el (reftex-view-cr-cite):
8179         Use `reftex-bib-or-thebib' for better cooperation with chapterbib.
8181 2002-08-26  Kim F. Storm  <storm@cua.dk>
8183         * subr.el (suppress-keymap): Use command remapping instead of
8184         substitute-key-definition to undefine self-inserting keys.
8186 2002-08-26  Juanma Barranquero  <lektu@terra.es>
8188         * makefile.w32-in (WINS): Add calc and obsolete.
8190 2002-08-26  Stefan Monnier  <monnier@cs.yale.edu>
8192         * emacs-lisp/easy-mmode.el (define-minor-mode):
8193         Use customize-mark-as-set for global minor modes.
8195 2002-08-25  Miles Bader  <miles@gnu.org>
8197         * rfn-eshadow.el (file-name-shadow-properties-custom-type):
8198         Renamed from `read-file-name-electric-shadow-properties-custom-type'.
8199         Change name of face.
8200         (file-name-shadow-properties): Renamed from
8201         `read-file-name-electric-shadow-properties'.
8202         (file-name-shadow-tty-properties): Renamed from
8203         `read-file-name-electric-shadow-tty-properties'.
8204         (file-name-shadow): Renamed from `read-file-name-electric-shadow'.
8205         (rfn-eshadow-setup-minibuffer): Update references to renamed variables.
8206         (file-name-shadow-mode): Renamed from
8207         `read-file-name-electric-shadow-mode'.  Update references to
8208         renamed variables.
8210 2002-08-24  Sam Steingold  <sds@gnu.org>
8212         * subr.el (eval-after-load): Do not call
8213         load-symbol-file-load-history (deleted yesterday).
8215 2002-08-24  John Paul Wallington  <jpw@shootybangbang.com>
8217         * startup.el (normal-splash-screen): Ensure splash buffer is
8218         killed.  Use tabs in output.  Fix test whether previous buffer was
8219         *scratch* buffer.
8221         * progmodes/simula.el (simula-abbrev-keyword-default)
8222         (simula-abbrev-keyword, simula-abbrev-stdproc-default)
8223         (simula-abbrev-stdproc): Doc fix - escape open parens in column 0.
8225         * apropos.el (command-apropos): Use `defalias' instead of `fset'.
8227         * mail/rmail.el (rmail-speedbar-match-folder-regexp): Doc fix.
8229 2002-08-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
8231         * progmodes/f90.el (f90-xemacs-flag, f90-xemacs-menu)
8232         (f90-menu-bar-menu, f90-change-case-menu, f90-font-lock-on)
8233         (f90-font-lock-off, f90-font-lock-menu): Delete.
8234         Use easy-menu-define instead.
8235         (f90-mode): Use easy-menu-add.
8236         No longer (require 'imenu) when compiling.
8237         (f90-mark-subprogram, f90-indent-region, f90-fill-region)
8238         (f90-abbrev-start): Use fboundp.
8239         (f90-imenu-flag): Delete - use imenu--index-alist instead.
8241 2002-08-23  Richard M. Stallman  <rms@gnu.org>
8243         * loadhist.el (unload-feature): Distinguish functions from
8244         variables in load-history.
8245         (feature-symbols): Doc fix.
8247         * files.el (ange-ftp-completion-hook-function): Add safe-magic prop.
8249         * subr.el (symbol-file-load-history-loaded)
8250         (load-symbol-file-load-history): Deleted.
8251         (symbol-file): Don't call load-symbol-file-load-history.
8253 2002-08-23  Andre Spiegel  <spiegel@gnu.org>
8255         * vc-hooks.el (vc-kill-buffer-hook): Add it to kill-buffer-hook again.
8257 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
8259         * frame.el (select-frame-by-name, select-frame-set-input-focus):
8260         Always call x-focus-frame, if using x.
8261         Use set-mouse-position on all systems, if focus-follows-mouse.
8263 2002-08-22  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8265         * net/tramp.el: Version 2.0.14 released.
8266         (tramp-shell-prompt-pattern): New variable.
8267         (tramp-actions-before-shell, tramp-multi-actions)
8268         (tramp-find-shell, tramp-open-connection-multi)
8269         (tramp-open-connection-setup-interactive-shell): Use it.
8270         (tramp-open-connection-telnet, tramp-open-connection-rsh)
8271         (tramp-open-connection-su): Mention `tramp-shell-prompt-pattern'
8272         in the docstring.
8273         (tramp-bug): Report `tramp-shell-prompt-pattern'.
8274         (tramp-process-one-multi-action, tramp-process-one-action):
8275         Make message clearer so people don't confuse it with Emacs asking
8276         them a question if the regexp happens to end with "?".
8277         (tramp-verbose): Change default value from 10 to 9.  Also change
8278         some logging levels so that 10 is reserved for stuff which is
8279         needed for debugging only, but 9 catches everything that people
8280         might like to see in order to see that Tramp is actually working.
8282 2002-08-22  Kim F. Storm  <storm@cua.dk>
8284         * emacs-lisp/authors.el (authors-aliases, authors-fixed-entries):
8285         Corrected spelling mistakes (for Joseph Arceneaux).
8287 2002-08-21  Glenn Morris  <gmorris@ast.cam.ac.uk>
8289         * progmodes/f90.el: eval-when-compile a few defvars.
8290         (f90-xemacs-flag): Wrap in eval-and-compile.
8291         (f90-font-lock-keywords): Doc fix.
8292         (f90-mode-abbrev-table): Work with or without 6th arg of define-abbrev.
8293         (f90-mark-subprogram-overlay): Variable deleted.
8294         (f90-mark-subprogram): Remove overlay bit.  Don't be silent about
8295         pushing mark.
8296         (f90-abbrev-start): unread-command-event is obsolete in XEmacs.
8298 2002-08-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8300         * net/tramp.el: Version 2.0.13 released.
8301         (tramp-handle-write-region): Don't check to see if remote end is
8302         awake after sending data to remote host: we want to send "EOF" not
8303         "echo are you awake"...
8304         (tramp-maybe-open-connection): Swap args for tramp-time-diff.
8305         (tramp-yn-prompt-regexp): New variable.
8306         (tramp-action-yn): New function, using it.
8307         (tramp-feature-write-region-fix): New internal variable.  Not yet
8308         used.  Should be used in `tramp-handle-write-region'.
8310 2002-08-21  Kim F. Storm  <storm@cua.dk>
8312         * bindings.el (mode-line-format): Moved global-mode-string last.
8313         (mode-line-position): Moved %p first.  Added padding to %l/%c to
8314         eliminate jumpyness in modeline.  Use (%l,%c) format if both
8315         line-number-mode and column-number-mode are enabled.
8317 2002-08-20  Martin Stjernholm  <bug-cc-mode@gnu.org>
8319         * progmodes/cc-engine.el (c-forward-syntactic-ws): Fixed a bug
8320         that could cause an infinite loop if something that looks like
8321         a macro begins in the middle of a line.
8323         * progmodes/cc-engine.el (c-parse-state): Fixed a bug that
8324         could cause `c-state-cache' to contain two conses in sequence
8325         when there's an unbalanced open paren in a macro.
8327 2002-08-20  Glenn Morris  <gmorris@ast.cam.ac.uk>
8329         * progmodes/fortran.el (fortran-current-defun): Use save-excursion.
8331         * imenu.el (imenu--generic-function): Use mapc.
8332         (imenu-syntax-alist): Doc fix.
8334 2002-08-20  Richard M. Stallman  <rms@gnu.org>
8336         * font-core.el (font-lock-change-mode): New function.
8337         (font-lock-mode): Use font-lock-change-mode instead of
8338         font-lock-unfontify-buffer.
8339         (font-lock-maximum-size, font-lock-verbose): Add defvars.
8341 2002-08-20  Carsten Dominik  <dominik@astro.uva.nl>
8343         * textfiles/reftex-cite.el (reftex-bib-or-thebib): New function
8344         which determines on a per-file-basis if BibTeX is being used
8345         locally for citations.
8346         (reftex-offer-bib-menu): Use `reftex-bib-or-thebib' for better
8347         cooperation with chapterbib.
8348         (reftex-bibtex-selection-callback): Use `reftex-bib-or-thebib' for
8349         better cooperation with chapterbib.
8351         * textfiles/reftex-dcr.el (reftex-view-cr-cite):
8352         Use `reftex-bib-or-thebib' for better cooperation with chapterbib.
8354 2002-08-20  Kim F. Storm  <storm@cua.dk>
8356         * kmacro.el: Major rework based on discussions with RMS.
8357         Most important change is that C-x C-k is now bound to a keymap
8358         with keyboard macro related commands.  The original binding on
8359         C-x C-k is moved to C-x C-k e.
8361         * binding.el: Remove macro related bindings (now in kmacro.el).
8363         * edmacro.el: Remove C-x C-k binding (now in kmacro.el).
8365 2002-08-19  Stefan Monnier  <monnier@cs.yale.edu>
8367         * help-fns.el (help-split-fundoc): Replace the function name
8368         from the docstring with the one that should be displayed.
8369         (help-make-usage): Understand CL style arglists.
8370         (describe-function-1): Adapt to the new behavior of help-split-fundoc.
8371         (describe-variable): Use delete-region.
8373 2002-08-19  Kenichi Handa  <handa@etl.go.jp>
8375         * international/mule.el (sgml-xml-auto-coding-function):
8376         Call re-search-forward with NOERROR t.
8378 2002-08-19  Miles Bader  <miles@gnu.org>
8380         [original idea from Luc Teirlinck <teirllm@mail.auburn.edu>]
8381         * comint.el (comint-inhibit-carriage-motion): New variable.
8382         (comint-carriage-motion): Argument STRING removed.  New arguments
8383         START and END; interpret characters between START and END rather
8384         than using special comint state.
8385         (comint-output-filter): Call `comint-carriage-motion'.
8386         (comint-output-filter-functions): Don't add `comint-carriage-motion'.
8387         * ielm.el (inferior-emacs-lisp-mode):
8388         Give `comint-inhibit-carriage-motion' a local value of t.
8390 2002-08-18  Richard M. Stallman  <rms@gnu.org>
8392         * textmodes/table.el: New file.
8394         * font-core.el (font-lock-mode): Set change-major-mode-hook locally.
8396 2002-08-18  Andreas Schwab  <schwab@suse.de>
8398         * ibuf-ext.el (ibuffer-list-buffer-modes): Doc fix.
8400 2002-08-17  Carsten Dominik  <dominik@astro.uva.nl>
8402         * textmodes/reftex.el (reftex-mode): Create special syntax tables.
8403         (reftex-syntax-table): Set a default in case this is being used
8404         outside a LaTeX file.
8405         (reftex-syntax-table-for-bib): Set a default in case this is being
8406         used outside a LaTeX file.
8408 2002-08-17  Richard M. Stallman  <rms@gnu.org>
8410         * tar-mode.el (tar-subfile-mode): Use add-hook and remove-hook,
8411         and use write-file-functions instead of local-write-file-hooks.
8412         (tar-untar-buffer): Don't try to extract directories.
8414         * menu-bar.el (fringe-mode): Set to nil.
8416         * mail/rmail.el (rmail-search-mime-header-function): Doc fix.
8418 2002-08-15  Richard M. Stallman  <rms@gnu.org>
8420         * calendar/appt.el (appt-delete): Use substring-no-properties.
8421         (appt-make-list): Don't use prin1-to-string; use the string unchanged.
8423 2002-08-15  Jan Nieuwenhuizen  <janneke@gnu.org>  (tiny change)
8425         * server.el (server-process-filter): Simplify code.
8426         (server-goto-line-column): New function.
8427         (server-visit-files): Use server-goto-line-column.
8428         Offer to revert only if file has changed.
8430 2002-08-15  Richard M. Stallman  <rms@gnu.org>
8432         * files.el (recover-this-file): New function.
8433         (after-find-file): Recommend recover-this-file.
8435         * font-core.el (font-lock-mode): Add font-lock-unfontify-buffer
8436         to change-major-mode-hook when font lock is enabled.
8438         * simple.el (toggle-truncate-lines): Force redisplay.
8439         Display status message.
8441 2002-08-15  Carsten Dominik  <dominik@sand.science.uva.nl>
8443         * textmodes/reftex.el (reftex-mode): Moved the creation of special
8444         syntax tables to top-level.
8446 2002-08-15  David Kastrup  <David.Kastrup@t-online.de>
8448         * net/ange-ftp.el (ange-ftp-wipe-file-entries): Fix type mismatch;
8449         use `hash-table-size' instead of `length'.
8451 2002-08-14  Stefan Monnier  <monnier@cs.yale.edu>
8453         * help-fns.el (locate-library): Use locate-file(-completion).
8454         (help-split-fundoc): Tighten the regexp and recognize a usage-info
8455         where the function name is `fn'.
8456         (help-function-arglist): Follow aliases and macros.
8457         (describe-function-1): Use keymapp.
8458         If the docstring contains a usage info, use it even if the function is
8459         not a subroutine.  Find usage info in aliases' docstring if necessary.
8460         (describe-variable): Get the value before setting up the *Help* buffer.
8462         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode):
8463         Use find-file-hook instead of find-file-hooks.
8464         (define-minor-mode): Get rid of this silly `togglep'.
8465         Add an explicit `toggle' argument (used for interactive calls).
8466         Emit a warning when a nil argument turns the mode off.
8468         * language/ethio-util.el (setup-ethiopic-environment-internal)
8469         (exit-ethiopic-environment): Use find-file-hook and
8470         write-file-functions instead of find-file-hooks and write-file-hooks.
8472         * window.el (handle-select-window): Don't do anything if the window
8473         has disappeared since the event was generated.
8474         (split-window-save-restore-data): Use push and with-current-buffer.
8476         * saveplace.el:
8477         * play/meese.el:
8478         * obsolete/hilit19.el:
8479         * completion.el (dynamic-completion-mode):
8480         * emacs-lisp/find-func.el (find-function-search-for-symbol):
8481         Use find-file-hook instead of find-file-hooks.
8483         * imenu.el (imenu-always-use-completion-buffer-p): Make obsolete.
8484         (imenu-use-popup-menu, imenu-eager-completion-buffer): New vars.
8485         (imenu-space-replacement): Allow nil value.
8486         (imenu--completion-buffer): Use new vars and simplify.
8487         Fix handling of minibuffer-setup-hook.
8488         Use minibuffer-completion-help instead of rolling our own.
8489         (imenu-choose-buffer-index): Use the new var.
8491         * startup.el (command-line): Load custom-file if not done yet.
8493 2002-08-14  Kenichi Handa  <handa@etl.go.jp>
8495         * select.el (xselect-convert-to-string): If TYPE is non-nil, encode
8496         the selection data string.  Always return cons of type and string.
8497         (selection-converter-alist): Add (UTF8_STRING .
8498         xselect-convert-to-string).
8500 2002-08-12  Stefan Monnier  <monnier@cs.yale.edu>
8502         * newcomment.el (comment-region): Force `lines' when `block' is set.
8504 2002-08-12  Richard M. Stallman  <rms@gnu.org>
8506         * menu-bar.el (menu-bar-next-tag-other-window, menu-bar-next-tag)
8507         (menu-bar-right-scroll-bar, menu-bar-left-scroll-bar)
8508         (menu-bar-no-scroll-bar, menu-bar-toggle-auto-compression)
8509         (menu-bar-toggle-cua-mode, menu-bar-read-mail)
8510         (menu-bar-help-extra-packages, help-with-tutorial-spec-language)
8511         (menu-bar-text-mode-auto-fill): New commands, used
8512         in menu bar menus instead of lambda expressions.
8514         (menu-bar-showhide-fringe-menu-customize-left)
8515         (menu-bar-showhide-fringe-menu-customize-right)
8516         (menu-bar-showhide-fringe-menu-customize-disable)
8517         (menu-bar-showhide-fringe-menu-customize-reset): Doc fixes.
8519         (menu-bar-options-menu): Use toggle-truncate-lines.
8520         (showhide-date-time): Call customize-mark-as-set.
8522         * emacs-lisp/find-func.el (find-function-search-for-symbol):
8523         Obey `definition-name' properties.
8525         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode):
8526         Put `definition-name' properties on the functions whose
8527         names are constructed.
8529         * textmodes/page-ext.el (pages-target-buffer): Add defvar.
8530         Renamed from target-buffer.
8531         (pages-directory, pages-copy-header-and-position): Uses changed.
8533         * calendar/appt.el (appt-make-list): Correct the parsing of
8534         each appointment from time-string.
8536 2002-08-12  Stefan Monnier  <monnier@cs.yale.edu>
8538         * scroll-all.el (scroll-all-mode): Use define-minor-mode.
8539         (scroll-all-mode) <defcustom>: Delete.
8540         (running-xemacs): Delete.
8541         (minor-mode-alist): Don't manipulate it directly.
8543 2002-08-10  Kenichi Handa  <handa@etl.go.jp>
8545         * international/mule-cmds.el (search-unencodable-char): New function.
8546         (select-safe-coding-system): Show unencodable characters.
8547         (unencodable-char-position): Deleted, and implemented in C in coding.c.
8549 2002-04-09  John Wiegley  <johnw@gnu.org>
8551         * esh-util.el: Removed eshell-under-cygwin-p, and all uses of it.
8552         * em-cmpl.el (eshell-cmpl-ignore-case): Ditto.
8553         * em-dirs.el (eshell/cd): Ditto.
8554         * em-glob.el (eshell-glob-case-insensitive): Ditto.
8555         * em-hist.el (eshell-previous-matching-input-string-position): Ditto.
8556         * esh-ext.el (eshell-binary-suffixes): Ditto.
8558 2002-08-09  Richard M. Stallman  <rms@gnu.org>
8560         * textmodes/page-ext.el (pages-directory-mode): Undo previous change.
8562         * simple.el (set-variable): Give locality status in prompt.
8564 2002-08-09  Benjamin Rutt  <rutt@cis.ohio-state.edu>
8566         * simple.el (set-variable): If given a prefix argument, set
8567         variable buffer-locally.
8569 2002-08-09  John Paul Wallington  <jpw@shootybangbang.com>
8571         * font-core.el (font-lock-function): Make it buffer-local.
8573 2002-08-08  Richard M. Stallman  <rms@gnu.org>
8575         * emacs-lisp/checkdoc.el (checkdoc, checkdoc-interactive)
8576         (checkdoc-message-interactive, checkdoc-interactive-loop)
8577         (checkdoc-current-buffer, checkdoc-continue, checkdoc-comments)
8578         (checkdoc-defun):
8579         Update checkdoc-spellcheck-documentation-flag correctly.
8580         (checkdoc-ispell-docstring-engine): Don't test for
8581         checkdoc-autofix-flag = nil.
8583 2002-08-07  John Paul Wallington  <jpw@shootybangbang.com>
8585         * xt-mouse.el (xterm-mouse-mode): Make it a global mode.
8587         * wid-browse.el (widget-minor-mode): Fix doc typo.
8589 2002-08-07  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8591         * net/tramp.el: Version 2.0.12 released.
8592         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
8593         Comment out possibly obsolete "echo hello" commands.
8594         (tramp-run-real-handler): If operation is
8595         `ange-ftp-hook-function', use first arg as the real operation.
8596         (tramp-check-ls-commands): Use / instead of \ as directory
8597         separator.  (Relevant for XEmacs on Windows.)
8598         (tramp-maybe-open-connection): Use tramp-wait-for-output when
8599         waiting for the "are you awake" command.  Use a different string
8600         for the "are you awake" command.
8601         (tramp-send-command): New optional arg NEVEROPEN means to never
8602         invoke tramp-maybe-open-connection.
8603         (tramp-maybe-open-connection): Use it
8605 2002-08-07  Richard M. Stallman  <rms@gnu.org>
8607         * warnings.el (warning-prefix-function, warning-series)
8608         (warning-fill-prefix, warning-group-format): Add autoload cookies.
8610 2002-08-07  Kenichi Handa  <handa@etl.go.jp>
8612         * international/mule-cmds.el (select-safe-coding-system):
8613         Call pop-to-buffer inside save-window-excursion and save-excursion.
8615 2002-08-06  John Paul Wallington  <jpw@shootybangbang.com>
8617         * help-fns.el (describe-function-1): Skip arglist note if
8618         function's definition is a keymap.
8620 2002-08-06  Sam Steingold  <sds@gnu.org>
8622         * calendar/diary-lib.el (diary-mail-entries): Use `compose-mail'
8623         and `mail-user-agent' instead of straight sendmail.
8624         (diary-modified, diary-entries-list, displayed-year)
8625         (displayed-month, entry, date, number, date-string, d-file)
8626         (original-date): Defvar without binding to avoid compiler warnings.
8628 2002-08-05  Alan Shutko  <ats@acm.org>
8630         * ibuffer.el (ibuffer-mode-map): Added ibuffer-filter-by-used-mode.
8631         (ibuffer-mode-map): Added ibuffer-filter-by-used-mode.
8632         (ibuffer-mode): Added ibuffer-filter-by-used-mode to doc string.
8634         * ibuf-ext.el (ibuffer-list-buffer-modes): New.
8635         (ibuffer-filter-by-used-mode): New.
8637 2002-08-05  John Paul Wallington  <jpw@shootybangbang.com>
8639         * ediff-util.el (ediff-copy-list): Use `defalias' instead of
8640         `fset' and `symbol-function'.
8642 2002-08-05  John Wiegley  <johnw@gnu.org>
8644         * pcomplete.el (pcomplete-entries): Don't set `above-cutoff' to a
8645         value unless pcomplete-cycle-cutoff-length is non-nil.
8647 2002-04-09  John Paul Wallington  <jpw@shootybangbang.com>
8649         * esh-util.el (eshell-under-cygwin-p): New function.
8650         * em-cmpl.el (eshell-cmpl-ignore-case): Use it.
8651         * em-dirs.el (eshell/cd): Ditto.
8652         * em-glob.el (eshell-glob-case-insensitive): Ditto.
8653         * em-hist.el (eshell-previous-matching-input-string-position): Ditto.
8654         * esh-ext.el (eshell-binary-suffixes): Ditto.
8656 2002-08-05  Richard M. Stallman  <rms@gnu.org>
8658         * international/mule-cmds.el (select-safe-coding-system): Check for
8659         non-nil CODING-SYSTEM before warning it disagrees with AUTO-CS.
8661         * net/ange-ftp.el (ange-ftp-smart-gateway): Doc fix.
8663 2002-08-05  Gerd Moellmann  <gerd@gnu.org>
8665         * image.el (image-jpeg-p): Accept "Exif" marker.
8667 2002-08-05  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8669         * net/tramp.el: Version 2.0.11 released.
8670         (tramp-perl-file-attributes): Print uid and gid as signed integers.
8671         (tramp-invoke-ange-ftp): Correct check for Ange-FTP being loaded.
8672         Invoke Ange-FTP with tramp-run-real-handler to avoid Ange-FTP
8673         calling Tramp again.
8674         (tramp-find-file-exists-command): Check for `ls -d' last, after
8675         all the variants on `test -e'.
8676         (tramp-post-connection): Erase buffer before finding a command to
8677         check if file exists.
8679 2002-08-05  David Kastrup  <David.Kastrup@t-online.de>
8681         * calc/calc.el (math-format-stack-value): Revert a broken
8682         if->when replacement and reformat so that this does not happen
8683         again.  Fixes a pretty lethal line formatting/yanking bug.
8685 2002-08-04  John Paul Wallington  <jpw@shootybangbang.com>
8687         * startup.el (fancy-splash-frame): Check selected frame last.
8689 2002-08-04  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8691         * net/tramp.el: Version 2.0.10 released.
8692         (tramp-uudecode): New shell function `tramp_uudecode' to decode to
8693         standard output even if `uudecode -p' and `uudecode -o -' don't work.
8694         (tramp-post-connection): After finding the right shell, wait a
8695         bit.  This is a kludge to avoid a race condition, even though I
8696         don't understand why there is a race condition in the first place.
8697         (tramp-post-connection): Install the `tramp_uudecode' shell
8698         function on the remote host.
8699         (tramp-coding-commands): Add an alternative for `tramp_uudecode'.
8700         (tramp-bug): Include more variables in the report.
8702 2002-08-04  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8704         * net/tramp.el: Version 2.0.9 released.
8705         (tramp-bug): Add wording about additional info to include in bug
8706         report.
8707         (tramp-find-shell): Set $PS1 for invocation of second shell (for
8708         tilde expansion).
8709         (tramp-find-shell): Shell prompt must match at end of buffer.
8710         Do this also for fallback shell prompt.
8711         (tramp-find-shell): More debugging output.
8712         (tramp-find-inline-encoding): When checking the decoding command,
8713         some commands fail when reading from /dev/null.  So we pass a
8714         known string through the encoding command and pass that through
8715         the decoding command.  So we know whether the decoding command can
8716         deal with some real input.
8718 2002-08-04  Andreas Schwab  <schwab@suse.de>
8720         * net/tramp.el (tramp-perl-encode, tramp-perl-decode): Doc fix.
8722 2002-08-03  Andrew Choi  <akochoi@shaw.ca>
8724         * term/mac-win.el: Set keys to enable mouse wheel support.
8726 2002-08-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8728         * net/tramp.el: Version 2.0.8.
8729         (tramp-perl-encode, tramp-perl-encode): Double the backslashes.
8731 2002-08-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8733         * net/tramp.el: Version 2.0.7.
8734         (tramp-perl-encode-with-module, tramp-perl-decode-with-module)
8735         (tramp-perl-encode, tramp-perl-decode): Escape `%' characters
8736         because of `format' and say so in the docstring.
8738 2002-08-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
8740         * progmodes/f90.el (f90-font-lock-keywords-1): Fix highlighting of
8741         `type' forms.
8742         (f90-font-lock-keywords-2): Fix `implicit type(foo)' case.
8743         (f90-type-def-re): Fix value.
8745 2002-08-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8747         * net/tramp.el: Version 2.0.6.
8748         (tramp-default-method): Change to "ssh" from "sm".
8749         (tramp-wrong-passwd-regexp): Restructure.  Add additional alternative.
8750         (tramp-su-program): New internal variable for method parameter.
8751         (tramp-perl-encode-with-module, tramp-perl-decode-with-module):
8752         New variables.  Very short Perl one-liner, but requires Perl
8753         module MIME::Base64 to be installed on the remote site.
8754         (tramp-perl-encode, tramp-perl-decode): New base64
8755         encoder/decoder.  From Juanma Barranquero <lektu@terra.es>.
8756         (tramp-handle-file-truename): Invoke Ange-FTP properly (even
8757         though Ange-FTP doesn't do anything for this operation).
8758         (tramp-handle-set-visited-file-modtime): Comment change.
8759         (tramp-handle-make-directory): Save-excursion.
8760         (tramp-handle-expand-many-files): Don't try to invoke Ange-FTP
8761         twice, once is enough.
8762         (tramp-action-permission-denied): Show *tramp/foo* buffer so the
8763         user knows what's wrong.
8764         (tramp-post-connection): Support the two Perl encoders and decoders.
8765         (tramp-coding-commands): Ditto.  Add some todo items.
8767 2002-08-02  Richard M. Stallman  <rms@gnu.org>
8769         * international/mule.el (merge-coding-systems): New function.
8770         (set-buffer-file-coding-system): Use merge-coding-systems.
8771         Change prompt for args.
8772         (revert-buffer-with-coding-system): New command.
8774         * international/mule-cmds.el (mule-keymap, set-coding-system-map):
8775         Add bindings for revert-buffer-with-coding-system.
8776         (set-coding-system-map): Clarify menu item info for
8777         set-buffer-file-coding-system.
8778         (set-coding-system-map): Reorder and add separators.
8780         * emacs-lisp/edebug.el (edebug-eval-top-level-form):
8781         Use eval-expression.
8783         * subr.el (atomic-change-group): Doc fix.
8785 2002-07-31  Colin Walters  <walters@debian.org>
8787         * ibuffer.el (ibuffer-hooks): Rename to `ibuffer-hook'; Add
8788         defvaralias for compatibility.
8789         (ibuffer-mode-hooks): Rename to `ibuffer-mode-hook'; Add
8790         defvaralias for compatibility.
8792 2002-07-31  John Paul Wallington  <jpw@shootybangbang.com>
8794         * ibuffer.el (ibuffer-fontification-alist):
8795         Use `font-lock-constant-face' instead of `font-lock-reference-face'.
8797 2002-07-31  John Wiegley  <johnw@gnu.org>
8799         * pcomplete.el (pcomplete-comint-setup): Use `add-to-list', to
8800         prevent adding the symbol `pcomplete' to
8801         shell-dynamic-complete-functions to many times.
8803 2002-07-31  Markus Rost  <rost@math.ohio-state.edu>
8805         * help-fns.el (describe-function-1): Test function for
8806         obsolescence only if it is a symbol.
8808         * ediff.el (ediff-backup): New autoloaded command.
8810 2002-07-31  Richard M. Stallman  <rms@gnu.org>
8812         * makefile.w32-in (compile-after-backup): Renamed from `compile'.
8813         Use `compile-always'.
8814         (bootstrap): Use `compile', not `compile-files'.  Use `update-subdirs'.
8815         (compile): Renamed from `compile-files'.
8816         (compile-CMD, compile-SH): Renamed from `compile-files-*'.
8818         * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
8819         Check that (car elt) is a string.
8821         * pcomplete.el (pcomplete-entries): Doc fix.
8823         * international/mule.el (non-standard-icccm-encodings-alist): Doc fix.
8825 2002-07-31  Andreas Schwab  <schwab@suse.de>
8827         * dired.el: Hide disabling of dired-find-alternate-file behind
8828         autoload-cookie.
8830 2002-07-31  Tak Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
8832         * makefile.w32-in: Revert some changes from 2002-07-23 because they
8833         don't work on MSVC/nmake builds.
8834         (update-subdirs-CMD): Generate the right list of subdirectories.
8836 2002-07-30  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8838         * net/tramp.el: New version 2.0.5.
8839         (tramp-methods): Remove inline encoding method parameters.
8840         The encoding is now autodetected.  Also shorten the list of
8841         methods (u/m distinction gone) and rename the remaining methods to
8842         have longer, but more mnemonic, names.
8843         (tramp-login-prompt-regexp, tramp-password-prompt-regexp)
8844         (tramp-wrong-passwd-regexp): Trailing `$' not needed, regexp is
8845         matched at end of buffer anyway.
8846         (tramp-yesno-prompt-regexp): New variable, for questions where the
8847         user should say "yes" or "no".
8848         (tramp-file-name-structure-unified)
8849         (tramp-file-name-structure-separate): Allow dash in method names.
8850         (tramp-actions-before-shell): New variable, contains list of
8851         pattern/action pairs.  Output sent by remote end is scanned for
8852         the patterns, then the actions are executed.
8853         (tramp-multi-actions): Like `tramp-actions-before-shell', but
8854         executed for each hop in a multi-hop connection.
8855         (tramp-last-cmd-time): New variable.  If nothing has been sent to
8856         remote end for 60 seconds, look to see if the remote end is still
8857         alive.
8858         (tramp-perl-mime-encode, tramp-perl-mime-decode): Remove.
8859         It didn't work.
8860         (tramp-perl-encode, tramp-perl-decode): New variables, these
8861         require the MIME::Base64 module on the remote end.
8862         (tramp-handle-file-attributes): Restructure logic.
8863         (tramp-handle-file-attributes-with-ls)
8864         (tramp-handle-file-attributes-with-perl): More debugging.
8865         (tramp-handle-directory-files): Grok fifth arg `files-only' for XEmacs.
8866         (tramp-handle-make-directory, tramp-handle-delete-directory)
8867         (tramp-handle-delete-file, tramp-handle-insert-directory):
8868         Expand file name.
8869         (tramp-handle-shell-command): Use `when', not `if'.
8870         (tramp-handle-file-local-copy, tramp-handle-write-region):
8871         Adapt to autodetection of inline encoding.
8872         (tramp-invoke-ange-ftp): Require ange-ftp to make sure that
8873         variable ange-ftp-name-format is defined before binding it.
8874         (tramp-action-login, tramp-action-password, tramp-action-succeed)
8875         (tramp-action-permission-denied, tramp-action-yesno):
8876         Functions called from `tramp-actions-before-shell'.
8877         (tramp-multi-action-login, tramp-multi-action-password)
8878         (tramp-multi-action-succeed, tramp-multi-action-permission-denied):
8879         Functions called from `tramp-multi-actions'.
8880         (tramp-process-one-action, tramp-process-actions):
8881         Pattern matching and action invocation code for
8882         `tramp-actions-before-shell'.
8883         (tramp-process-one-multi-action, tramp-process-multi-actions):
8884         Same for `tramp-multi-actions'.
8885         (tramp-open-connection-telnet, tramp-open-connection-rsh)
8886         (tramp-open-connection-su): Process actions instead of hardwired logic.
8887         (tramp-multi-connect-telnet, tramp-multi-connect-rlogin)
8888         (tramp-multi-connect-su): Ditto.
8889         (tramp-post-connection): New method for tramp_encode and
8890         tramp_decode scripts.
8891         (tramp-post-connection): Invoke inline autodetection code.
8892         (tramp-coding-commands): List of inline codings.
8893         (tramp-find-inline-encoding): This is the inline autodetection code.
8894         (tramp-maybe-open-connection): If nothing was sent to connection
8895         for 60 seconds, look if it connection is still alive.
8896         (tramp-send-command): Remember that something was sent to the
8897         connection.
8898         (tramp-make-tramp-file-name, tramp-make-tramp-multi-file-name):
8899         Use backticks for constructing alist.
8900         (tramp-get-encoding-command, tramp-set-encoding-command)
8901         (tramp-get-decoding-command, tramp-set-decoding-command)
8902         (tramp-get-encoding-function, tramp-set-encoding-function)
8903         (tramp-get-decoding-function, tramp-set-decoding-function):
8904         Use for results of inline autodetection.
8905         (tramp-get-encoding-command, tramp-get-decoding-command)
8906         (tramp-get-encoding-function, tramp-get-decoding-function):
8907         Remove these old functions.
8909 2002-07-30  Kenichi Handa  <handa@etl.go.jp>
8911         * language/indian.el (in-is13194): Give correct `safe-chars' property.
8912         (devanagari): Define it as an alias of in-is13194.
8914         * international/mule.el (safe-chars):
8915         Put `char-table-extra-slots' property with value 0.
8917         * files.el (revert-buffer): Fix previous change.
8919 2002-07-29  Richard M. Stallman  <rms@gnu.org>
8921         * bindings.el (help-echo): If global-mode-string is non-nil,
8922         display some spaces after it.
8924         * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
8925         Don't call string-match on non-string.
8926         (displaying-byte-compile-warnings):
8928         * textmodes/ispell.el (check-ispell-version): Bind default-directory
8929         to avoid errors.  Kill the old temp buffer at the beginning.
8931 2002-07-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
8933         * scroll-all.el (scroll-all-mode): Make argument optional.  Doc fix.
8935 2002-07-29  John Paul Wallington  <jpw@shootybangbang.com>
8937         * scroll-all.el (scroll-all-mode): Handle numeric arg.  Use `if'
8938         instead of `cond'.
8940 2002-07-29  Kenichi Handa  <handa@etl.go.jp>
8942         * international/mule.el (ctext-post-read-conversion): Add support
8943         for embedded utf-8 encoding (ESC % G ... ESC % @).
8945 2002-07-28  Kenichi Handa  <handa@etl.go.jp>
8947         * files.el (revert-buffer): Before calling insert-file-contents,
8948         kill the local variable buffer-file-coding-system.
8950 2002-07-28  Richard M. Stallman  <rms@gnu.org>
8952         * bindings.el (mode-line-format): Handle vc-mode specially.
8953         Move mode-line-position to after global-mode-string.
8954         (mode-line-modes): Move the starting 3 spaces out of here.
8955         (mode-line-position): Separate with a space, not dashes.
8957         * vc-hooks.el: Don't add to minor-mode-alist.
8959         * emacs-lisp/edebug.el (edebug-debugger):
8960         If inside redisplay, just return.
8962         * emacs-lisp/debug.el (debug): If inside redisplay, just return.
8964         * info.el (Info-find-index-name): Improve last change.
8966 2002-07-27  Richard M. Stallman  <rms@gnu.org>
8968         * files.el (file-name-sans-extension): Avoid expanding DIRECTORY.
8970         * calendar/cal-hebrew.el (diary-rosh-hodesh): Cons mark on
8971         in the third case.
8973 2002-07-27  Markus Rost  <rost@math.ohio-state.edu>
8975         * ps-print.el: Update copyright year.
8976         (ps-begin-cut-regexp, ps-end-cut-regexp): Fix type.
8978 2002-07-26  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8980         * eshell/eshell.el (eshell): Numeric prefix arg means to switch
8981         to the session with that number.  Old behavior still available
8982         with nonumeric prefix args.
8984 2002-07-08  Simon Josefsson  <jas@extundo.com>
8986         * mail/mail-extr.el (mail-extr-all-top-level-domains): Update names.
8988 2002-07-26  Juanma Barranquero  <lektu@terra.es>
8990         * warnings.el (lwarn, warn, warning-levels): Doc fix.
8991         (warning-suppress-log-types): Fix typo.
8992         (display-warning): Fix typo. Remove useless assignment to free variable
8993         `group-string'.
8995 2002-07-25  Markus Rost  <rost@math.ohio-state.edu>
8997         * ediff-wind.el (ediff-window-setup-function): Extend type declaration.
8999 2002-07-25  Sam Steingold  <sds@gnu.org>
9001         * replace.el (occur-rename-buffer): New command.
9002         (occur-mode-map): Bind "r" to it.  Added keybindings for
9003         `kill-this-buffer', `clone-buffer' and `quit-window'.
9005 2002-07-25  Kevin Ryde  <user42@zip.com.au>
9007         * info.el (Info-find-index-name): Search for a function definition
9008         with a return type.
9010 2002-07-25  David Ponce  <david@dponce.com>
9012         * emacs-lisp/bytecomp.el (byte-compile-set-symbol-position):
9013         Don't recompute `entry' on each iteration.
9014         (byte-compile-delete-first): Make it defsubst.
9016 2002-07-25  Sam Steingold  <sds@gnu.org>
9018         * progmodes/cc-engine.el (c-search-uplist-for-classkey):
9019         When `search-end' is a cons, use its car.
9021 2002-07-25  Dave Love  <fx@gnu.org>
9023         * obsolete/c-mode.el: Deleted.
9025 2002-07-25  Carsten Dominik  <dominik@astro.uva.nl>
9027         * textmodes/reftex.el (reftex-compile-variables):
9028         Simplified regular expression.
9030         * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
9031         Simplified the regexp.
9033         * textmodes/reftex-cite.el (reftex-get-bibkey-default): New function.
9034         (reftex-extract-bib-entries-from-thebibliography):
9035         Use `reftex-get-bibkey-default' to get a default regex.
9036         (reftex-extract-bib-entries): Use `reftex-get-bibkey-default' to
9037         get a default regex.
9039         * textmodes/reftex-toc.el (reftex-toc-mode): Use `make-local-hook' for
9040         XEmacs compatibility (got OK from RMS).
9042         * textmodes/reftex-index.el (reftex-index-mode): Likewise.
9044         * textmodes/reftex-sel.el (reftex-select-label-mode): Likewise.
9045         (reftex-select-bib-mode): Likewise.
9047 2002-07-25  Colin Walters  <walters@debian.org>
9049         * ibuffer.el (ibuffer-mouse-popup-menu): Allow point to be moved
9050         by menu functions.
9052 2002-07-24  Dave Love  <fx@gnu.org>
9054         * international/mule.el (set-auto-coding): Doc fix.
9056         * international/utf-16.el: New file.
9058         * language/european.el ("German", "French", "Spanish", "Turkish"):
9059         Add alternative coding systems.
9060         ("Dutch"): Likewise.  Add input method.
9061         ("Welsh", "Latin-7"): Add nonascii-translation.
9063         * language/georgian.el ("Georgian"): Add nonascii-translation.
9065         * international/titdic-cnv.el: Doc fixes.
9066         (tit-process-header): Add coding cookie.
9067         (titdic-convert): Force writing as iso-2022-7bit.
9069         * international/ja-dic-cnv.el (skkdic-convert): Add coding cookie.
9071         * international/mule-cmds.el: Doc fixes.
9072         (unencodable-char-position): New.
9073         (select-safe-coding-system): Use it to indicate problematic
9074         characters and add extra explanation.  Avoid checking auto-coding
9075         for compressed files.
9076         (leim-list-header): Add coding cookie.
9077         (input-method-verbose-flag): Modify :type.
9078         (locale-language-names): Add bs, wa.  Modify cy.
9080 2002-07-24  Richard M. Stallman  <rms@gnu.org>
9082         * emacs-lisp/bytecomp.el (byte-compile-log-warning):
9083         Bind warning-group-format.
9085         * emacs-lisp/bytecomp.el (byte-compile-cl-functions): New variable.
9086         (byte-compile-cl-warn): Use that variable.
9087         (byte-compile-find-cl-functions): New function.
9088         (displaying-byte-compile-warnings):
9089         Call byte-compile-find-cl-functions.
9091         * warnings.el (warning-levels): Add %s to the strings.
9092         (warning-group-format): New variable.
9093         (warning-suppress-log-types): Renamed from warning-suppress-log.
9094         (warning-suppress-types): Renamed from warning-suppress.
9095         (display-warning): Implement those changes.
9097 2002-07-23  Richard M. Stallman  <rms@gnu.org>
9099         * warnings.el: Add `provide' call.
9101         * files.el (basic-save-buffer-2): If there's an error writing the file,
9102         unrename the backup file if it was just made.
9103         (backup-buffer, basic-save-buffer-2, basic-save-buffer-1)
9104         (basic-save-buffer): Value now has form (MODES . BACKUPNAME)
9105         when a backup was just made by renaming.  Otherwise it's nil.
9107         * wid-edit.el (widget-convert): Handle an argument that's a keyword.
9108         Recognize explicit :args specification.
9110         * international/mule-cmds.el (select-safe-coding-system):
9111         Don't ask for confirmation of mismatch if find-file-literally was used.
9113 2002-07-23  Markus Rost  <rost@math.ohio-state.edu>
9115         * add-log.el (add-log-current-defun): Fix typo in documentation.
9117 2002-07-22  Markus Rost  <rost@math.ohio-state.edu>
9119         * add-log.el (add-log-mailing-address): Fix type.  Can be a string.
9121         * ido.el (ido-separator): Fix type.
9123 2002-07-23  Andrew Innes  <andrewi@gnu.org>
9125         * makefile.w32-in (DONTCOMPILE): Remove cus-start.el.
9126         (DONTCOMPILE): Add various language files.
9127         (DONTCOMPILE): Remove term/xterm.el.
9128         (finder-inf.el): Remove.
9129         (update-authors): New target.
9130         (TAGS-LISP): Remove $(lispsource).
9131         (compile-always): Renamed from `compile-files'.
9132         (compile): New target, adapted from `compile-files'.
9133         (compile-calc): New target.
9134         (recompile): Change `.' to $(lisp).
9135         (bootstrap): Add update-subdirs and finder-data
9136         to dependencies; change compile-files to compile.
9138 2002-07-22  Andre Spiegel  <spiegel@gnu.org>
9140         * vc.el (vc-next-action-on-file): Preserve find-file-literally.
9142 2002-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
9144         * simple.el (undo, undo-more): Adjust messages when undoing in a
9145         region.
9147 2002-07-22  John Paul Wallington  <jpw@shootybangbang.com>
9149         * net/browse-url.el (browse-url-lynx-input-attempts): Use defcustom.
9150         (browse-url-lynx-input-delay): Add custom type and group.
9152         * cus-start.el (double-click-fuzz): Added.
9154 2002-07-22  Alan Shutko  <ats@acm.org>
9156         * calendar/solar.el (diary-sabbath-candles): Add optional MARK
9157         parameter, specifying what face or character to use in the
9158         calendar display.  These will now return (MARK . ENTRY).
9160         * calendar/lunar.el (diary-phases-of-moon): Add optional MARK
9161         parameter, specifying what face or character to use in the
9162         calendar display.  These will now return (MARK . ENTRY).
9164         * calendar/cal-hebrew.el (diary-omer, diary-yahrzeit)
9165         (diary-rosh-hodesh, diary-parasha, diary-parasha): Add optional
9166         MARK parameter, specifying what face or character to use in the
9167         calendar display.  These will now return (MARK . ENTRY).
9169         * calendar/diary-lib.el (mark-sexp-diary-entries): Retrieve mark
9170         from diary-sexp-entry and pass it to mark-visible-calendar-date.
9171         (list-sexp-diary-entries): Update doc string for new docs for ....
9172         If diary-sexp-entry returns a cons, only add the text to the diary
9173         list.
9174         (diary-sexp-entry): Allow sexps to return a cons of the form (MARK
9175         . STRING) to specify what face or character mark should be used in
9176         the calendar display.
9177         (diary-date, diary-block, diary-float, diary-anniversary)
9178         (diary-cyclic): Add optional MARK parameter, specifying what face
9179         or character to use in the calendar display.  These will now
9180         return (MARK . ENTRY).
9182         * calendar/diary-lib.el (check-calendar-holidays, diary-iso-date)
9183         (calendar-holiday-list, diary-french-date, diary-mayan-date)
9184         (diary-julian-date, diary-astro-day-number, diary-chinese-date)
9185         (diary-islamic-date, list-islamic-diary-entries)
9186         (mark-islamic-diary-entries, mark-islamic-calendar-date-pattern)
9187         (diary-hebrew-date, diary-omer, diary-yahrzeit, diary-parasha)
9188         (diary-rosh-hodesh, list-hebrew-diary-entries)
9189         (mark-hebrew-diary-entries, mark-hebrew-calendar-date-pattern)
9190         (diary-coptic-date, diary-persian-date, diary-phases-of-moon)
9191         (diary-sunrise-sunset, diary-sabbath-candles):
9192         Remove interactive flag from autoloads.
9194 2002-07-22  Carsten Dominik  <dominik@astro.uva.nl>
9196         * textmodes/reftex-vars.el (reftex-index-verify-function): New option.
9197         (reftex-bibliography-commands): New option.
9198         (reftex-toc-split-windows-horizontally): New option
9199         (reftex-toc-split-windows-horizontally-fraction): New option
9200         (reftex-include-file-commands): New option.
9201         (reftex-cite-format-builtin): Added ?n for nocite.
9203         * textmodes/reftex-index.el (reftex-query-index-phrase):
9204         Use `reftex-index-verify-function'.
9206         * textmodes/reftex-toc.el (reftex-re-enlarge):
9207         Handle horizontal splitting.
9208         (reftex-toc): Handle horizontal splitting
9209         (reftex-last-window-width): New variable.
9211         * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
9212         Use `reftex-bibliography-commands'.
9213         (reftex-locate-bibliography-files): Regexp relaxed to allow for
9214         cases where \bibliography is not the first thing on the line.
9216         * textmodes/reftex.el (reftex-compile-variables):
9217         Use `reftex-include-file-commands'.
9218         (reftex-type-query-prompt): Changed defconst to defvar.
9219         (reftex-type-query-help, reftex-typekey-to-format-alist)
9220         (reftex-typekey-to-prefix-alist, reftex-env-or-mac-alist)
9221         (reftex-special-env-parsers, reftex-label-mac-list)
9222         (reftex-label-env-list, reftex-typekey-list)
9223         (reftex-words-to-typekey-alist, reftex-key-to-index-macro-alist)
9224         (reftex-query-index-macro-prompt, reftex-query-index-macro-help)
9225         (reftex-no-follow-message, reftex-no-info-message): Likewise.
9226         (reftex-mode): Define systax table for bibtex parsing.
9227         (reftex-syntax-table-for-bib): Syntax table for bibtex parsing.
9229         * textmodes/reftex-cite.el (reftex-format-names): %a as name
9230         format lists all names.
9231         (reftex-parse-bibtex-entry): Use `reftex-syntax-table-for-bib'.
9232         (reftex-with-special-syntax-for-bib): New macro.
9234 2002-07-21  Richard M. Stallman  <rms@gnu.org>
9236         * international/ucs-tables.el (ucs-quail-activate):
9237         Cope if buffer-file-coding-system is nil.
9239         * bindings.el (last-buffer): Use buffer-list with frame arg.
9240         Create *scratch* if no other choice exists.  Fix bugs.
9242 2002-07-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9244         * net/tramp.el: Bump version to 2.0.2.
9245         (tramp-methods): Rename methods invoking "ssh1" or "ssh2" to
9246         longer names.  Use old names "sm1", "sm2" and so on for methods
9247         invoking "ssh -1" or "ssh -2".
9248         (tramp-multi-file-name-structure-separate): Typo, its name was set
9249         to "tramp-file-name-structure-separate".  Trivial patch.
9250         From Steve Youngs <youngs@xemacs.org>.
9251         (tramp-multi-sh-program): New variable.
9252         (tramp-open-connection-multi): Use it.  Now you can use multi
9253         methods from Windows (at least in principle).
9254         (tramp-do-copy-or-rename-via-buffer): New function.
9255         (tramp-do-copy-or-rename-file): Use it.  Change and simplify
9256         logic.  Omit special case of invoking rcp directly to copy the files.
9257         (tramp-open-connection-su, tramp-multi-connect-telnet)
9258         (tramp-multi-connect-rlogin, tramp-multi-connect-su)
9259         (tramp-make-tramp-file-name, tramp-make-tramp-multi-file-name):
9260         Use backticks in format-spec for brevity and to avoid
9261         character/number confusion in XEmacs.
9263 2002-07-20  Richard M. Stallman  <rms@gnu.org>
9265         * wid-edit.el (widget-documentation-string-value-create):
9266         Say "Hide Rest", not just "Hide".
9268         * cus-edit.el (custom-variable-value-create):
9269         Say "Show Value", not just "Show".  Also "Hide Value".
9270         Output a newline before the doc string.
9271         (custom-face-value-create): Say "Show Face" and "Hide Face".
9273         * files.el (toggle-read-only): Clean up the hint message.
9275         * emacs-lisp/bytecomp.el: Use warnings.el.
9276         (byte-compile-warning-prefix): New function.
9277         (byte-compile-log-file): Return page start position.
9278         (byte-compile-log-warning): New function.
9279         (byte-compile-warn): Use byte-compile-log-warning.
9280         (byte-compile-report-error): Likewise.  Also use error-message-string.
9281         (displaying-byte-compile-warnings): Bind warning-series.
9282         Don't bind or use byte-compile-warnings-point-max.
9283         Don't display the log buffer at the end.
9284         (byte-compile-warnings-point-max): Variable deleted.
9285         (byte-compile-log-1): Rewrite for trace info, not used for warnings.
9286         (byte-compile-last-warned-form, byte-compile-last-logged-file):
9287         Defvars moved.
9289         * warnings.el: New file.
9291 2002-07-19  Richard M. Stallman  <rms@gnu.org>
9293         * emacs-lisp/bytecomp.el (byte-compile-cl-warn): Delete `values'
9294         and `values-list' from list of CL functions.
9296 2002-07-19  John Paul Wallington  <jpw@shootybangbang.com>
9298         * emacs-lisp/bytecomp.el (compile-defun):
9299         Bind `read-with-symbol-positions' to current buffer.
9301 2002-07-19  Andre Spiegel  <spiegel@gnu.org>
9303         * vc-hooks.el (vc-insert-file): When called with a LIMIT regexp,
9304         delete anything that comes after LIMIT from the buffer.
9306         * vc-rcs.el (vc-rcs-fetch-master-state): Be more careful to check
9307         if this is really an RCS master file.
9309         * vc.el: Improve comment of vc-BACKEND-workfile-unchanged-p.
9311 2002-07-19  Juanma Barranquero  <lektu@terra.es>
9313         * emacs-lisp/bytecomp.el (dot, dot-max, dot-min, dot-marker)
9314         (buffer-flush-undo, baud-rate, compiled-function-p, define-function)
9315         (unread-command-char, executing-macro, post-command-idle-hook)
9316         (post-command-idle-delay): Move obsolescence declarations to subr.el.
9318         * subr.el (dot, dot-max, dot-min, dot-marker, buffer-flush-undo)
9319         (baud-rate, compiled-function-p, define-function, unread-command-char)
9320         (executing-macro, post-command-idle-hook, post-command-idle-delay):
9321         Move obsolescence declarations from emacs-lisp/bytecomp.el.
9322         (directory-sep-char, mode-line-inverse-video):
9323         Add obsolescence declaration.
9325 2002-07-18  J.D. Smith  <jdsmith@as.arizona.edu>
9327         * progmodes/idlwave.el: Updated to IDLWAVE version 4.14.  Too many
9328         changes to list them here.
9330         * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.14.
9331         Too many changes to list them here.
9333         * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.14.
9334         Too many changes to list them here.
9336         * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.14 with
9337         only minor documentation changes.
9339 2002-07-18  Dave Love  <fx@gnu.org>
9341         * info-look.el: Support current auto{conf,make} manuals.
9343 2002-07-18  Juanma Barranquero  <lektu@terra.es>
9345         * bindings.el (last-buffer): Add missing frame argument.
9347 2002-07-18  Richard M. Stallman  <rms@gnu.org>
9349         * timer.el (timer-inc-time): Doc fix.
9351         * replace.el (keep-lines, flush-lines): Interactively report
9352         read-only error before reading regexp argument.
9354         * dabbrev.el (dabbrev--search): Use inhibit-point-motion-hooks.
9356         * bindings.el (last-buffer): Handle buffer-list and buffer-predicate
9357         frame parameters like bury-buffer.
9359         * simple.el (choose-completion-delete-max-match):
9360         Handle minibuffer prompts explicitly.
9362 2002-07-18  Juanma Barranquero  <lektu@terra.es>
9364         * international/mule-util.el (string-to-sequence, truncate-string):
9365         Add autoload cookie to obsolescence declaration.
9367         * rect.el (move-to-column-force): Likewise.
9369         * composite.el (decompose-composite-char): Likewise; also remove
9370         redundant info.
9372 2002-07-18  Kim F. Storm  <storm@cua.dk>
9374         * loadup.el: Load international/utf-8 before international/characters.
9376 2002-07-17  Dave Love  <fx@gnu.org>
9378         * international/ucs-tables.el: Optimize tables.  Deal with some
9379         non-8859 charsets.
9380         (ucs-mule-to-mule-unicode): New.
9381         (ucs-unify-8859): Use utf-8-fragment-on-decoding, set up Quail
9382         translation.
9383         (ucs-fragment-8859): Modified consistent with ucs-unify-8859.
9384         (unify-8859-on-encoding-mode): Doc mod.  Fix custom version.
9385         (unify-8859-on-decoding-mode): Doc mod.  Change code.  Fix custom
9386         version.  Add custom dependencies.
9387         (ucs-insert): Check for null from decode-char.
9388         (translation-table-for-input, ucs-quail-activate)
9389         (ucs-minibuffer-setup, ccl-encode-unicode-font)
9390         (ucs-tables-unload-hook): New.
9392         * international/mule.el (define-translation-hash-table): New.
9393         (decode-char): Use utf-8-translation-table-for-decode.
9394         (encode-char): Use ucs-mule-to-mule-unicode.
9396         * international/characters.el: Fix settings of U+2000-U+2027.
9397         Remove \e$(C'Y\e(B.
9399         * international/mule-cmds.el (locale-language-names): Fix be, add
9400         sr_YU@cyrillic, modify tg.
9401         (locale-charset-language-names): Put @euro last.
9403         * language/cyrillic.el (cyrillic-koi8-r-decode-table)
9404         (cyrillic-alternativnyj-decode-table): Fill out with mule-unicode.
9405         (cyrillic-koi8-r-decode-table): Make unbound after use.
9406         (ccl-decode-koi8, ccl-decode-alternativnyj): Change expansion
9407         factor.  Use utf-8-translation-table-for-decode.
9408         (ccl-encode-koi8, ccl-encode-koi8): Don't check r0.
9409         (cyrillic-unify-encoding): New function.
9410         (cyrillic-koi8): Modify safe-chars, valid-codes.
9411         Remove charset-origin-alist.
9412         (Cp878, cp866): New alias.
9413         (ccl-encode-8859-5-font): New.
9414         (font-ccl-encoder-alist): Add ccl-encode-8859-5-font.
9415         (ccl-encode-koi8-font, ccl-encode-alternativnyj-font):
9416         Remove redundant parens.
9417         ("Cyrillic-KOI8"): Add cyrillic-iso-8bit to coding-priority.
9418         (cyrillic-koi8-u-decode-table, ccl-decode-koi8-u)
9419         (ccl-encode-koi8-u, koi8-u, ccl-encode-koi8-u-font, "Ukrainian"): New.
9420         (cyrillic-alternativnyj): Modify safe-chars, add mime-charset.
9421         ("Cyrillic-ALT"): Change input method.
9422         ("Windows-1251", "Tajik", "Bulgarian", "Belarusian"): New.
9424         * international/utf-8.el (utf-8-subst-table)
9425         (utf-8-subst-rev-table, utf-8-translation-table-for-decode)
9426         (utf-8-fragment-on-decoding, ccl-untranslated-to-ucs)
9427         (utf-8-ccl-regs, utf-8-translate-cjk): New.
9428         (ccl-encode-mule-utf-8): Use utf-8-subst-rev-table.
9429         (ccl-decode-mule-utf-8, ccl-untranslated-to-ucs)
9430         (utf-8-untranslated-to-ucs, utf-8-compose): Rewritten.
9431         (mule-utf-8): Remove pre-write-conversion.
9432         (utf-8-post-read-conversion): Comment out.
9434         * international/ccl.el (ccl-command-table): Add lookup-integer,
9435         lookup-character.
9436         (ccl-extended-code-table): Add lookup-int-const-tbl,
9437         lookup-char-const-tbl.
9438         (ccl-compile-lookup-integer, ccl-compile-lookup-character)
9439         (ccl-dump-lookup-int-const-tbl, ccl-dump-lookup-char-const-tbl):
9440         New functions.
9441         (define-ccl-program): Doc update.
9443         * international/utf-8-subst.el: Populate utf-8-subst-rev-table.
9444         (utf-8-subst-table): Don't set.
9446 2002-07-17  Kenichi Handa  <handa@etl.go.jp>
9448         * international/mule.el (define-coding-system-alias):
9449         Don't append ALIAS in the property `alias-coding-systems' if ALIAS's
9450         eol-type is not auto-detection.
9452         * international/mule-diag.el (print-coding-system-briefly):
9453         Fix the handling of an alias of which eol-type is not auto-detection.
9455         * international/mule-conf.el (us-ascii): Define it as an alias of
9456         iso-safe.
9458 2002-07-17  Juanma Barranquero  <lektu@terra.es>
9460         * help-fns.el (describe-function-1): Put empty line before "Not
9461         documented" text.
9463         * timer.el (timer-set-time-with-usecs): Mark obsolete.
9465 2002-07-16  Stefan Monnier  <monnier@cs.yale.edu>
9467         * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
9468         Make sure to change the global tool-bar-map.
9470         * vc.el (vc-default-comment-history): Hard code *vc*.
9471         This is because print-log always prints there now.
9472         (vc-annotate-font-lock-keywords): New var.
9473         (vc-annotate-mode): Use it.  Set truncate-lines as well.
9474         (vc-annotate-display-select): Unify the two error reports.
9475         (vc-annotate-offset): New var.
9476         (vc-annotate-lines): New fun extracted from vc-annotate-display.
9477         (vc-annotate-display): Use it, via font-lock.
9479         * help-fns.el (help-split-fundoc, help-function-arglist)
9480         (help-make-usage): New funs, extracted from describe-function-1.
9481         (describe-function-1): Use them.
9483         * help.el (help-key-description): Show the untranslated keys
9484         when they start with ESC and the ESC was not translated.
9486         * help-mode.el (view): Always require.
9487         (help-xref-mule-regexp): Don't use defconst for variables.
9488         (help-setup-xref): Keep the last 10 elements of the stack.
9489         (help-xref-override-view-map): New var.
9490         (help-make-xrefs): Use it instead of building a new map each time.
9491         (help-function-def): Allow help-fun to take a buffer as arg.
9493         * diff-mode.el (diff-reverse-direction): Simplify.
9494         (diff-after-change-function): Fix typo.
9495         (diff-post-command-hook): Take care of edge cases.
9496         (diff-current-defun): Do `goto-char' after setting the mode.
9498         * mouse-sel.el (mouse-sel-mode): Use define-minor-mode.
9499         Fold mouse-sel-bindings into it.
9500         (mouse-sel-bound-events): Turn it into an alist.
9501         (mouse-insert-selection): Delegate to mouse-yank-at-click if
9502         mouse-sel-default-bindings asks for it.
9504 2002-07-16  Andre Spiegel  <spiegel@gnu.org>
9506         * files.el: Bind toggle-read-only to C-x C-q.
9507         (toggle-read-only): Display a warning message if the file is under
9508         version control.
9510         * vc-hooks.el: Don't bind vc-toggle-read-only to C-x C-q.
9511         (vc-toggle-read-only): Explain in the doc string that users can bind
9512         this to C-x C-q.
9513         (vc-checkout-model): Change doc string to refer to vc-next-action,
9514         not vc-toggle-read-only.
9516         * vc.el (vc-next-action-on-file): Ignore buffer-read-only while
9517         comparing to file on disk.  Fix the case when claiming the lock
9518         on a file that has unlocked changes.
9519         (vc-log-mode): Don't mention vc-toggle-read-only in the doc string.
9521 2002-07-16  Richard M. Stallman  <rms@gnu.org>
9523         * simple.el (choose-completion-string): Doc fix.
9525         * cus-edit.el: New operation :custom-standard-value.
9526         (Custom-reset-standard): Use it.
9527         (custom-variable, custom-face): Define it.
9528         (custom-variable-standard-value, custom-face-standard-value): New fns.
9529         (custom-face-save): Don't save a face whose value is standard.
9530         (custom-save-faces): Use SYMBOL, not 'default, to set NOW and COMMENT.
9532         * cus-edit.el (custom-face-edit-fix-value):
9533         If VALUE is not a list, pass it thru.
9535         * compare-w.el (compare-windows-whitespace): Always allow newline
9536         even if it does not have whitespace syntax.
9538 2002-07-16  Juanma Barranquero  <lektu@terra.es>
9540         * timer.el (timer-set-time, timer-set-time-with-usecs): Fix docstring.
9542 2002-07-15  Juanma Barranquero  <lektu@terra.es>
9544         * help-fns.el (describe-variable): Show documentation for aliased
9545         variable if alias does not have its own.
9547 2002-07-15  Mike Williams  <mdub@bigfoot.com>
9549         * mouse-sel.el (mouse-sel-bindings): Save/restore interprogram
9550         cut/paste functions.
9552 2002-07-14  Richard M. Stallman  <rms@gnu.org>
9554         * files.el (find-alternate-file): Offer to save a modified buffer.
9555         Handle kill-buffer-query-functions better.
9557         * startup.el (normal-splash-screen, fancy-splash-text):
9558         Update name of help menu item for ordering printed manuals.
9560         * emacs-lisp/checkdoc.el: Fix doc typos.
9562 2002-07-14  Stefan Monnier  <monnier@cs.yale.edu>
9564         * textmodes/tex-mode.el: Set encoding to utf-8.
9565         (tex-start-options): Make it into always-a-string.
9566         Remove silly custom options that are covered by the other var.
9567         (tex-start-commands): Fix docstring.
9568         (tex-open-quote, tex-close-quote): Add options.
9569         (tex-command): Provide default.
9570         (tex-font-lock-keywords-1): Highlight $$...$$.
9571         (tex-font-lock-keywords-2): Fix latin-1 chars.
9572         (tex-mode-map): Remove redundant \t binding.
9573         (tex-mode): Add `subsection' and `newcommand' to known latex cmds.
9574         (latex-mode): Use add-hook for fill-nobreak-predicate.
9575         (tex-common-initialization): Set indent-tabs-mode to nil.
9576         (tex-insert-quote): Undo magic if invoked twice in a row.
9577         (latex-fill-nobreak-predicate): Don't use narrowing.
9578         (tex-latex-block): Don't cons uselessly.
9579         (tex-last-unended-begin): Signal user-friendlier error.
9580         (tex-goto-last-unclosed-latex-block): Don't catch signal.
9581         (tex-start-tex): Switch order of tex-start-options and
9582         tex-start-commands to make it obey docstrings.
9584 2002-07-14  Mike Williams  <mdub@bigfoot.com>
9586         * mouse-sel.el (mouse-sel-bound-events): New constant.
9587         (mouse-sel-bindings): Save/restore original mouse-bindings.
9589 2002-07-13  Stefan Monnier  <monnier@cs.yale.edu>
9591         * emacs-lisp/cl.el (cl-set-substring): Fix thinko.
9592         (cl-hack-byte-compiler): Avoid infinite require loop.
9594         * net/ange-ftp.el: Use hash-tables.
9595         (ange-ftp-make-hashtable, ange-ftp-map-hashtable)
9596         (ange-ftp-make-hash-key, ange-ftp-get-hash-entry)
9597         (ange-ftp-put-hash-entry, ange-ftp-del-hash-entry): Remove.
9598         Replace with make-hash-table, maphash, gethash, puthash and remhash.
9599         (ange-ftp-hash-entry-exists-p): Rewrite.
9600         (ange-ftp-vms-delete-file-entry, ange-ftp-vms-add-file-entry):
9601         Change mapatom -> maphash.
9602         (ange-ftp-file-entry-active-p, ange-ftp-file-entry-not-ignored-p):
9603         Update to new calling mode.
9605         * progmodes/ebrowse.el (ebrowse-symbol-regexp): Avoid cl-set-substring.
9606         (ebrowse-hash-table-to-alist): Delete.
9607         (ebrowse-tags-read-name, ebrowse-tags-list-members-in-file)
9608         (ebrowse-tags-complete-symbol): Use the hashtable for completion.
9610         * textmodes/sgml-mode.el (sgml-quote): Use narrowing.
9611         Improve the regexp used when unquoting.
9612         (sgml-pretty-print): New function.
9613         (sgml-get-context): Better handling of improperly nested tags.
9614         (sgml-show-context): Don't use the FULL arg of sgml-get-context.
9616 2002-07-13  Andreas Schwab  <schwab@suse.de>
9618         * mail/mailabbrev.el (mail-abbrev-make-syntax-table): Check the
9619         inherited table entry.
9621 2002-07-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
9623         * calendar/timeclock.el (timeclock-in): Handle the case where no
9624         log file exists (ie the very first call).
9626 2002-07-13  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9628         * net/ange-ftp.el: Do not hook into file-name-handler-alist, this
9629         is done by Tramp.
9631         * net/tramp.el (tramp-multi-file-name-structure-unified):
9632         Add missing slash and move colon from start to end of each hop.
9633         (tramp-multi-file-name-hop-structure-unified): Move colon from
9634         start to end of each hop.
9636 2002-07-13  Kim F. Storm  <storm@cua.dk>
9638         * progmodes/compile.el (grep-tree): Fixed autoload.
9639         Corrected use of undefined variable `match-files-aliases'.
9641 2002-07-12  Glenn Morris  <gmorris@ast.cam.ac.uk>
9643         * calendar/timeclock.el (timeclock-get-workday-function):
9644         `timeclock-workday' is not a valid option, rather a possible
9645         return value.
9647 2002-07-12  Richard M. Stallman  <rms@gnu.org>
9649         * net/ange-ftp.el (ange-ftp-write-region):
9650         Don't bind executing-kbd-macro; instead, pass non-nil VISIT arg
9651         to ange-ftp-real-write-region.
9653         * replace.el (flush-lines, keep-lines): Convert REND to a marker.
9655         * help-fns.el (help-with-tutorial): Display completion list right away.
9657         * ediff-ptch.el (ediff-test-patch-utility): Catch error and return nil.
9659         * startup.el (command-line): Set memory-signal-data.
9660         (fancy-splash-text, normal-splash-screen):
9661         Mention "Read the Emacs Manual" or C-h r.
9662         Rearrange the initial help to put the help cmds on left
9663         and the actions (exit, undo) on the right.  Other small
9664         text clarifications.
9665         (fancy-splash-text, actions page): Add blank line to balance help page.
9667         * help.el (help-map): Add binding for info-emacs-manual.
9668         (print-help-return-message): Doc fix.
9670         * strokes.el (strokes-help): Call print-help-return-message
9671         while inside with-output-to-temp-buffer.
9673         * info.el (info-emacs-manual): New function.
9674         (Info-use-header-line): Doc fix.
9676         * emacs-lisp/cl.el (multiple-value-call): Add alias.
9678         * progmodes/compile.el (compilation-normalize-filename):
9679         New subroutine, taken out of compilation-parse-errors.
9680         (compilation-parse-errors): Use that, and for directories too.
9681         Don't check whether a directory really exists.
9683 2002-07-12  Juanma Barranquero  <lektu@terra.es>
9685         * help-fns.el (describe-variable): Remove useless "Documentation:"
9686         string.
9688         * timer.el (timer-set-time-with-usecs): Fix documentation.
9689         Simplify extraction of time data.
9691 2002-07-12  John Paul Wallington  <jpw@shootybangbang.com>
9693         * help-fns.el (describe-variable): Mention if the variable is an
9694         alias.  Put `defvaralias' info before the documentation.
9696 2002-07-12  Kenichi Handa  <handa@etl.go.jp>
9698         * international/mule-cmds.el (locale-language-names): Change "mk"
9699         (Macedoninan), "ru" (Russian), and "sp" (Serbian with Cyrillic
9700         alphabet) to "Cyrillic-ISO".
9702 2002-07-11  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9704         * net/tramp.el (tramp-default-method): New default method "sm"
9705         which I guess to be good for most people.
9706         (tramp-default-method-alist): Use "ftp" method (ie, forwarding to
9707         Ange-FTP) for some user/host combinations.
9708         (tramp-file-name-structure, tramp-file-name-regexp)
9709         (tramp-make-tramp-file-format, tramp-make-tramp-file-user-nil-format)
9710         (tramp-multi-file-name-structure, tramp-multi-file-name-hop-structure)
9711         (tramp-make-multi-tramp-file-format): New default value which
9712         unifies the filename syntax between Tramp and Ange-FTP.  The new
9713         syntax is "/method:user@host:path".  Note the colon after the method.
9714         (tramp-handle-file-name-directory): Don't return "/" when
9715         completing a remote root directory (where the filename looks like
9716         "/method:user@host:/").
9717         (tramp-handle-ange-ftp): Deleted.
9718         (tramp-disable-ange-ftp): New function, called at toplevel,
9719         deletes Ange-FTP from file-name-handler-alist.
9720         (tramp-handle-make-symbolic-link): Implement.
9722 2002-07-10  Juanma Barranquero  <lektu@terra.es>
9724         * ido.el (ido-enter-single-matching-directory): Delete leftover comment.
9726         * speedbar.el (speedbar-tag-hierarchy-method): Fix typos.
9727         (speedbar-vc-do-check): Likewise.
9728         (speedbar-obj-do-check): Likewise.
9729         (speedbar-mouse-hscroll): Likewise.
9730         (speedbar-file-lists): Likewise.
9732         * emacs-lisp/authors.el (authors-obsolete-file-p): Fix typo.
9734 2002-07-09  Ole Aamot  <ole@gnu.org>
9736         * compile.el (compilation-error-regexp-alist):
9737         Recognize Valgrind messages.
9739 2002-07-09  Juanma Barranquero  <lektu@terra.es>
9741         * faces.el (face-id): Fix typo.
9743         * hexl.el (hexl-mode): Likewise.
9745         * progmodes/idlw-shell.el (idlwave-shell-set-bp): Likewise.
9747         * progmodes/ebnf-yac.el (ebnf-yac-error): Likewise.
9749         * speedbar.el (speedbar-make-specialized-keymap): Fix docstring.
9750         (speedbar-desired-buffer): Likewise.
9751         (speedbar-line-file): Likewise.
9752         (speedbar-special-mode-key-map): Fix typo.
9753         (speedbar-dynamic-tags-function-list): Likewise.
9754         (speedbar-use-images): Likewise.
9755         (speedbar-up-directory): Likewise.
9756         (speedbar-item-info): Likewise.
9757         (speedbar-set-timer): Likewise.
9758         (speedbar-insert-button): Likewise.
9759         (speedbar-make-button): Likewise.
9760         (speedbar-make-tag-line): Likewise.
9761         (speedbar-insert-files-at-point): Likewise.
9762         (speedbar-update-special-contents): Likewise.
9763         (speedbar-find-selected-file): Likewise.
9764         (speedbar-add-indicator): Likewise.
9765         (speedbar-do-function-pointer): Likewise.
9766         (speedbar-goto-this-file): Likewise.
9767         (speedbar-line-path): Likewise.
9768         (speedbar-mouse-event-p): Likewise.
9769         (speedbar-dir-follow): Likewise.
9770         (speedbar-tag-find): Likewise.
9771         (speedbar-fetch-etags-command): Likewise.
9772         (speedbar-fetch-etags-arguments): Likewise.
9773         (speedbar-toggle-etags): Likewise.
9774         (speedbar-extract-one-symbol): Likewise.
9775         (speedbar-parse-c-or-c++tag): Likewise.
9776         (speedbar-unhighlight-one-tag-line): Likewise.
9777         (speedbar-directory-face): Likewise.
9778         (defimage-speedbar): Likewise.
9779         (speedbar-convert-emacs21-imagespec-to-xemacs): Likewise.
9781 2002-07-09  Miles Bader  <miles@gnu.org>
9783         * hexl.el (hexl-find-file): Bind `completion-ignored-extensions'
9784         to nil when prompting for a filename.
9786 2002-07-09  Kenichi Handa  <handa@etl.go.jp>
9788         * files.el (insert-directory): Be sure to bind
9789         coding-system-for-write to the just decided coding-system-for-read.
9791 2002-07-09  Kim F. Storm  <storm@cua.dk>
9793         * ido.el (ido-make-merged-file-list): Move fully matching item to
9794         head of list.
9795         (ido-find-common-substring): Return substring instead of t.
9797 2002-07-08  Juanma Barranquero  <lektu@terra.es>
9799         * info.el (Info-directory-list): Fix docstring.
9801 2002-07-08  Miles Bader  <miles@gnu.org>
9803         * comint.el (comint-dynamic-list-completions): Sort COMPLETIONS
9804         before first use.
9806 2002-07-08  Kim F. Storm  <storm@cua.dk>
9808         * files.el (after-find-file): Don't check for read-only status
9809         of files just created (and not yet saved on disk).
9811         * ido.el (ido-completion-help): Changed xemacs specific code to
9812         avoid byte compiler warning in GNU emacs.
9813         (ido-set-matches1): Use regexp-quote instead of identity.
9814         (ido-complete-space): New function.
9815         (ido-define-mode-map): Bind it to SPACE.
9817 2002-07-07  Stefan Monnier  <monnier@cs.yale.edu>
9819         * font-lock.el (font-lock-default-unfontify-region):
9820         Use remove-list-of-text-properties.
9821         (font-lock-extra-managed-props): Doc fix.
9823         * facemenu.el: Move `provide' to the end.
9824         (facemenu-read-color): Don't cons unnecessarily.
9826         * language/ind-util.el (indian-make-hash):
9827         * language/devan-util.el (dev-char-glyph-hash, dev-glyph-glyph-hash)
9828         (dev-glyph-glyph-2-hash): Switch makehash -> make-hash-table.
9830         * subr.el (insert-string): Update the obsolete info.
9831         (makehash): Move from C and mark obsolete.
9833         * emacs-lisp/debug.el (debug-on-entry): Fix the wrapper used for
9834         aliases to also work for interactive functions.
9835         Use the same wrapper for subroutines.
9836         (cancel-debug-on-entry): Get rid of the now-useless wrapper.
9837         (debug-on-entry-1): Correctly skip docstrings and interactive forms.
9839         * textmodes/texinfo.el (texinfo-font-lock-keywords): Disable the
9840         automatic environment name update.
9841         (texinfo-clone-environment): Fix it not to incorrectly match prefixes.
9843 2002-07-07  Richard M. Stallman  <rms@gnu.org>
9845         * emacs-lisp/easymenu.el (easy-menu-popup-menu): Function deleted.
9847         * emacs-lisp/advice.el (ad-compile-function):
9848         Disable cl-function warnings if cl is loaded.
9850         * files.el (safe-local-eval-forms): New user option.
9851         (hack-one-local-variable-eval-safep): Support it.
9852         Also allow `safe-local-eval-function' property to be a function
9853         or a list of functions.
9854         (c-add-style): Delete `safe-local-eval-function' property.
9856         * files.el (after-find-file): Make buffer read-only if file is
9857         marked that way, even for root.
9859         * files.el (save-some-buffers): Doc fix.
9861         * bindings.el (completion-ignored-extensions): Add .gmo and .mo.
9863 2002-07-06  Francesco Potort\e,Al\e(B  <pot@gnu.org>
9865         * dos-w32.el (file-name-buffer-file-type-alist): Add knowledge of
9866         .sx[dmicw] file suffixes for Open office data files.
9868         * files.el (auto-mode-alist): Likewise.
9870         * international/mule.el (auto-coding-alist): Likewise.
9872 2002-07-05  Kim F. Storm  <storm@cua.dk>
9874         * emulation/cua-rect.el (cua--rectangle-operation): Don't call
9875         FCT if current column is outside rectangle.
9876         (cua--delete-rectangle): Do nothing if zero width or out of bounds.
9878 2002-07-04  Stefan Monnier  <monnier@cs.yale.edu>
9880         * net/ange-ftp.el: Use add-hook and find-file-hook.
9881         (ange-ftp-parse-netrc): Use run-hooks and find-file-hook.
9882         (ange-ftp-ls-parser): Make it into a function.
9883         Ignore trailing @ in symlink targets.
9884         (ange-ftp-file-entry-p): Ignore FTP errors.
9885         (ange-ftp-insert-directory): Use ange-ftp-expand-symlink
9886         to correctly expand "/flint:/bla -> ./etc" to /flint:/etc.
9888 2002-07-04  Per Abrahamsen  <abraham@dina.kvl.dk>
9890         * simple.el (toggle-truncate-lines): New command.
9892 2002-07-04  Miles Bader  <miles@gnu.org>
9894         * comint.el (comint-displayed-dynamic-completions): New variable.
9895         (comint-dynamic-list-completions): Be more careful about choosing
9896         when to scroll an existing completions window.
9898 2002-07-03  Andreas Schwab  <schwab@suse.de>
9900         * net/tramp.el (tramp-handle-ange-ftp): Move interactive spec
9901         after doc string.
9903 2002-07-03  Juanma Barranquero  <lektu@terra.es>
9905         * net/tramp.el (tramp-send-eof): Fix typo.
9906         (tramp-kill-process): Likewise.
9908         * play/dunnet.el (dun-physobj-desc): Likewise.
9910         * textmodes/reftex-vars.el (reftex-label-alist): Likewise.
9912         * calendar/timeclock.el (timeclock-workday-remaining): Likewise.
9913         (timeclock-workday-elapsed): Likewise.
9915         * allout.el (outline-goto-prefix): Likewise.
9917         * emulation/tpu-edt.el (tpu-delete-to-eol): Likewise.
9918         (tpu-delete-to-bol): Likewise.
9920         * subr.el (chars-in-region): Add obsolescence declaration for
9921         `chars-in-region'.
9923 2002-07-03  Miles Bader  <miles@gnu.org>
9925         * faces.el (header-line): Don't use a `common' clause for
9926         inheriting from the mode-line face, since we can't override it,
9927         and we don't want it for ttys.
9929 2002-07-02  Richard M. Stallman  <rms@gnu.org>
9931         * net/ange-ftp.el (ange-ftp-hook-function): Add file-remote-p prop.
9933         * files.el (hack-one-local-variable-constantp): New function.
9934         (hack-one-local-variable-eval-safep): New function.
9935         Check for `eval:' calling fn with `safe-local-eval-function' property.
9936         (hack-one-local-variable): Use hack-one-local-variable-eval-safep.
9937         (c-add-style, c-set-style): Add safe-local-eval-function property.
9939         * files.el (insert-directory): Handle --dired option to ls.
9941         * files.el (file-remote-p): New function.
9943         * emacs-lisp/easymenu.el (easy-menu-popup-menu): New function.
9945         * startup.el (fancy-splash-screens): Switch to a chosen frame.
9946         (fancy-splash-frame): Choose the right frame to use.
9947         (use-fancy-splash-screens-p): Check dimensions of the right frame
9948         in order to decide.
9950         * emacs-lisp/bytecomp.el (byte-compile-warning-types):
9951         Rename cl-func to cl-functions.  Enable it by default.
9952         (byte-compile-file-form-eval-boundary): Turn off cl-functions warnings
9953         if the file loads cl.
9954         (byte-compile-initial-macro-environment): For eval-and-compile,
9955         use byte-compile-eval-before-compile to eval.
9956         (byte-compile-eval-before-compile): New function to turn off
9957         cl-functions when appropriate, for eval-and-compile.
9958         (byte-compile-warnings): Doc fix.
9960 2002-07-02  Dave Love  <fx@gnu.org>
9962         * emacs-lisp/bytecomp.el (byte-compile-warnings): Add cl-func option.
9963         (byte-compile-cl-warn): New function.
9964         (byte-compile-form): Use it, to warn about calling cl functions.
9965         (byte-compile-warning-types): Doc fix.
9967 2002-07-02  Juanma Barranquero  <lektu@terra.es>
9969         * mail/rmailsum.el (rmail-user-mail-address-regexp): Fix typo.
9971         * textmodes/reftex-cite.el (reftex-citation): Fix typo.
9973         * progmodes/cperl-mode.el (cperl-break-one-line-blocks-when-indent):
9974         Fix typo.
9976 2002-07-02  Kim F. Storm  <storm@cua.dk>
9978         * emacs-lisp/bindat.el: New file.
9980 2002-07-01  Sam Steingold  <sds@gnu.org>
9982         * textmodes/tex-mode.el (tex-file): Call `save-some-buffers'
9983         before `tex-main-file' because if the current buffer is new, its
9984         file might not exist yet, and then `tex-main-file' will
9985         incorrectly return "foo.tex.tex".
9987 2002-07-01  Juanma Barranquero  <lektu@terra.es>
9989         * ido.el (ido-minibuffer-setup-hook): Doc fix.
9991 2002-07-01  Dave Love  <fx@gnu.org>
9993         Make strokes a proper minor mode, and don't try to overload
9994         mouse-2, which doesn't work satisfactorily.
9996         * strokes.el: Doc fixes.
9997         (strokes-mode): Defcustom deleted; replaced by minor mode def with
9998         re-written function.
9999         (strokes-while-inhibiting-garbage-collector): Comment out.
10000         (define-stroke, strokes-fix-button2-command, strokes-insinuated)
10001         (strokes-insinuate, global-set-stroke, describe-stroke)
10002         (load-user-strokes, save-strokes, strokes-bug-address)
10003         (strokes-click-command): Deleted.
10004         (strokes-execute-stroke): Remove strokes-click-p case.
10005         (strokes-describe-stroke): Remove strokes-click-p stuff.
10006         (strokes-help): Fix.
10007         (strokes-report-bug): Alias to report-emacs-bug.
10008         (strokes-prompt-user-save-strokes): Modify format of the file.
10009         (strokes-mode-map, strokes-unload-hook): New.
10010         (strokes-buffer-name): Don't customize.
10012 2002-07-01  Richard M. Stallman  <rms@gnu.org>
10014         * info.el (Info-index): Get immediate error if used in `dir'.
10016         * textmodes/picture.el (picture-forward-column)
10017         (picture-move-down): Never deactivate the mark.
10019 2002-06-30  Simon Josefsson  <jas@extundo.com>
10021         * menu-bar.el (menu-bar-options-menu): Move elisp mode names from
10022         menu entry into balloon help.
10024 2002-06-30  Andreas Schwab  <schwab@suse.de>
10026         * files.el (directory-free-space-args): Don't use `-P' on Darwin.
10027         * term/mac-win.el: Don't set it here.
10029 2002-06-29  Stefan Monnier  <monnier@cs.yale.edu>
10031         * pcvs-defs.el (cvs-mode-map): Bind ! to `force'.
10033 2002-06-29  Andreas Schwab  <schwab@suse.de>
10035         * term/mac-win.el: Use directory-free-space-program instead of
10036         obsolete variable dired-free-space-program.  On Darwin, don't set
10037         directory-free-space-program, shell-file-name and
10038         process-connection-type; set directory-free-space-args to not
10039         include `-P' and use utf-8 for file name coding system.
10041         * simple.el (shell-command-on-region): Handle errors and signals
10042         from shell command execution.
10043         (display-message-or-buffer): Fix last change.
10044         (shell-command-default-error-buffer): Doc fix.
10046         * dired.el (dired-view-file): Quote file name for
10047         dired-run-shell-command.
10049 2002-06-29  Kim F. Storm  <storm@cua.dk>
10051         * kmacro.el: New file.
10053 2002-06-28  John Wiegley  <johnw@gnu.org>
10055         * pcmpl-cvs.el: Added my name as the maintainer of this file.
10057 2002-06-28  Andreas Schwab  <schwab@suse.de>
10059         * shell.el (explicit-bash-args): New user option.
10061 2002-06-28  Kim F. Storm  <storm@cua.dk>
10063         * ido.el: New file.
10065 2002-06-28  Stefan Monnier  <monnier@cs.yale.edu>
10067         * derived.el (define-derived-mode): Preserve the `mode-class' rather
10068         than the `special' symbol property.
10069         (derived-mode-class): Make it obsolete.
10071 2002-06-27  Andreas Schwab  <schwab@suse.de>
10073         * net/tramp.el (tramp-handle-ange-ftp): Fix typo.
10075 2002-06-27  Juanma Barranquero  <lektu@terra.es>
10077         * emacs-lisp/bytecomp.el (baud-rate): Fix obsolescence declaration.
10078         (meta-flag): Likewise.
10080         * international/mule-util.el (string-to-sequence): Likewise.
10082         * subr.el (char-bytes): Likewise.
10083         (make-local-hook): Likewise.
10084         (baud-rate): Remove redundant info from docstring.
10086         * faces.el (frame-update-faces): Fix obsolescence declaration.
10087         (internal-get-face): Remove redundant info from docstring and
10088         fix obsolescence declaration.
10090         * rect.el (move-to-column-force): Likewise.
10092         * help-fns.el (describe-function-1): Use semicolon instead of dot.
10093         (describe-variable): Likewise.
10095 2002-06-27  Stefan Monnier  <monnier@cs.yale.edu>
10097         * mwheel.el (mouse-wheel-change-button): Deactivate before changing.
10098         (mouse-wheel-up-button, mouse-wheel-down-button): Obsolete.
10099         (mouse-wheel-up-event, mouse-wheel-down-event): New vars.
10100         (mouse-wheel-follow-mouse): Change default to t.
10101         (mwheel-event-button): Return the basic event symbol.
10102         (mwheel-scroll): Work with non-mouse events.
10103         (mouse-wheel-mode): Use the new vars.
10104         (mwheel-install): Obey `uninstall'.
10106         * term/xterm.el (function-key-map): Add some bindings.
10108         * uniquify.el (uniquify-delay-rationalize-file-buffer-names):
10109         Rename from delay-uniquify-rationalize-file-buffer-names.
10110         Only rationalize if the buffer is under uniquify control.
10111         (uniquify-delayed-rationalize-file-buffer-names):
10112         Rename from delayed-uniquify-rationalize-file-buffer-names.
10114 2002-06-27  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10116         * net/tramp.el (tramp-file-name-structure)
10117         (tramp-multi-file-name-hop-structure): Split for easier readability.
10118         (tramp-handle-make-symbolic-link): Use user/host/method/... from
10119         LINKNAME, not FILENAME.
10120         (tramp-handle-verify-visited-file-modtime):
10121         Call tramp-ange-ftp-file-name-p with right parameters.
10122         (tramp-handle-verify-visited-file-modtime): `insert' does not
10123         work for integers, convert them to strings first.
10124         (tramp-handle-ange-ftp): New function to perform setup for
10125         replacing Ange-FTP with Tramp.
10126         (tramp-repair-jka-compr): New function to factor out some
10127         previously top-level code.  Call the function at top-level.
10129 2002-06-27  Juanma Barranquero  <lektu@terra.es>
10131         * composite.el (decompose-composite-char): Fix docstring.
10133         * faces.el (describe-face): Capitalize "not documented" message.
10135         * help-fns.el (describe-variable): Likewise.
10136         (describe-function-1): Likewise. Also, document the obsolescence
10137         of the function, if applicable.
10139 2002-06-26  Juanma Barranquero  <lektu@terra.es>
10141         * info.el (info-menu-5): Fix documentation.
10142         (Info-fontify-maximum-menu-size): Remove reference to `Info-fontify'.
10144 2002-06-26  Richard M. Stallman  <rms@gnu.org>
10146         * emacs-lisp/cl.el (values): Simplify definition.
10148         * simple.el (shell-command): Match & only at end of whole command.
10149         (display-message-or-buffer): Don't use the echo area
10150         if output buffer is visible.
10152         * tooltip.el (tooltip-x-offset, tooltip-y-offset): Doc fixes.
10154         * progmodes/cperl-mode.el: Many trivial doc fixes.
10155         (cperl-non-problems): Definition deleted.
10156         (cperl-menu): Don't refer to cperl-non-problems.
10157         (cperl-word-at-point): Add doc string.
10158         (cperl-beautify-regexp-piece): Fix error message.
10159         (cperl-invert-if-unless): Fix error message.
10161         * dired.el (dired-find-alternate-file): Mark as disabled.
10163 2002-06-25  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10165         * net/tramp.el (tramp-ftp-method): New user option.
10166         (tramp-invoke-ange-ftp): New function to forward calls to Ange-FTP.
10167         (with-parsed-tramp-file-name): New macro for the usual big `let'
10168         statement to dissect a file-name.
10169         (tramp-handle-make-symbolic-link, tramp-handle-load)
10170         (tramp-handle-file-name-directory)
10171         (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
10172         (tramp-handle-file-truename, tramp-handle-file-directory-p)
10173         (tramp-handle-file-regular-p, tramp-handle-file-symlink-p)
10174         (tramp-handle-file-writable-p, tramp-handle-file-writable-p):
10175         Use the new macro and forward call to Ange-FTP if applicable.
10176         (tramp-make-ange-ftp-file-name): New helper function to convert a
10177         file name into an Ange-FTP file name, used by `tramp-invoke-ange-ftp'.
10178         (tramp-default-method-alist): New user option.
10179         (tramp-find-default-method): Use it.
10180         (tramp-sh-extra-args): New variable.
10181         (tramp-find-shell): Use it.
10182         (tramp-open-connection-rsh): Support a kludgy feature for the
10183         "-p" option to ssh.  If host name is given as "host#42", uses the
10184         "-p 42" option.
10186 2002-06-25  Andreas Schwab  <schwab@suse.de>
10188         * replace.el (occur-1): Avoid invalid message format string.
10190 2002-06-24  Stefan Monnier  <monnier@cs.yale.edu>
10192         * emacs-lisp/bytecomp.el (byte-compile-callargs-warn):
10193         Check for `noruntime' even if the function has a known sig.
10194         (byte-compile-file, byte-compile-output-docform):
10195         Don't hard code point-min = 1.
10197         * pcvs.el (cvs-parse-process): Don't save/restore point.
10198         Fix last change not to introduce spurious dir FIs.
10199         (cvs-move-to-goal-column): New function extracted from
10200         cvs-mode-previous-line.
10201         (cvs-mode-previous-line, cvs-mode-next-line): Use it.
10202         (cvs-addto-collection): Use it to preserve point.
10203         (cvs-vc-command-advice): Ad-hoc workaround for `cvs -q add'.
10205         * mwheel.el (mouse-wheel-scroll-amount,mwheel-scroll,mouse-wheel-mode):
10206         Don't require the first element to be modifier-free.
10208         * pcvs-parse.el (cvs-parse-table):
10209         Handle `nothing known about' with more care.
10211         * pcvs.el (cvs-fileinfo-kill): Remove.
10212         (cvs-parse-process): Add `old-fis' argument.
10213         (cvs-mode-run): Use it instead of cvs-fileinfo-kill.
10215         * descr-text.el (describe-property-list): Make sure there's
10216         a space between the property name and its value.
10217         (describe-text-properties): Don't kill a pre-existing buffer.
10219         * mwheel.el: Undo last patch from Stephen Gildea for now.
10221 2002-06-24  Kim F. Storm  <storm@cua.dk>
10223         * emulation/keypad.el: Added :require 'keypad to defcustoms.
10225 2002-06-23  Stefan Monnier  <monnier@cs.yale.edu>
10227         * subr.el (event-start, event-end, event-click-count):
10228         Accept non-mouse events as well.
10229         (read-key): New function.
10230         (read-quoted-char): Use it.  Use this-single-command-raw-keys as well.
10232         * files.el: Rename (and mark as obsolete)
10233         find-file-hooks to find-file-hook,
10234         find-file-not-found-hooks to find-file-not-found-functions,
10235         write-file-hooks to write-file-functions,
10236         write-contents-hooks to write-contents-functions.
10237         Mark local-write-file-hooks as obsolete.
10238         (locate-file-completion): Don't cons uselessly.  Use test-completion.
10239         (basic-save-buffer): Use (point-min) rather than 1.
10240         (basic-save-buffer-2): Obey the `setmodes' returned by backup-buffer.
10242         * help-fns.el (describe-variable): Only use `buffer' is still live.
10243         Use `delete-region' instead of save-excursion + delete-char.
10244         Document the obsolescence of the variable, if applicable.
10246 2002-06-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
10248         * progmodes/f90.el (f90-do-auto-fill): Respect the value of
10249         comment-auto-fill-only-comments.
10251 2002-06-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10253         * net/ange-ftp.el (backup-buffer): Delete `ange-ftp' property.
10254         This is not a handled operation.
10256 2002-06-21  Kim F. Storm  <storm@cua.dk>
10258         * emulation/cua-base.el (cua--prefix-arg): Make register prefixes
10259         work again.  Corrected error in check for C-u initiated prefix.
10261         * emulation/keypad.el (keypad-setup): Handle kp-begin like kp-space.
10263 2002-06-21  Richard M. Stallman  <rms@gnu.org>
10265         * net/browse-url.el (browse-url-at-mouse): Don't pass an arg
10266         to browse-url-at-point.
10268         * play/zone.el (zone-idle): Var deleted.
10270         * international/iso-acc.el (iso-languages) <french>:
10271         `~ ' now generates `~', `~,' definition deleted.
10273         * format.el (format-annotate-function): Copy multibyte flag
10274         and selective-display into the new temp buffer.
10276         * edmacro.el (edmacro-fix-menu-commands):
10277         Discard `help-echo' events.  Handle (menu-bar) events.
10278         Simplify by converting key sequence to a list and then back to vector.
10280 2002-06-21  Stephen Gildea  <gildea@stop.mail-abuse.org>
10282         * mwheel.el: Allow arbitrary keys for scrolling, add a third
10283         scrolling speed, fix an unwind-protect.
10284         (mouse-wheel-scroll-amount): Now a three-element list.
10285         (mouse-wheel-scroll-down-slow, mouse-wheel-scroll-up-slow)
10286         (mouse-wheel-scroll-down-normal, mouse-wheel-scroll-up-normal)
10287         (mouse-wheel-scroll-down-fast, mouse-wheel-scroll-up-fast):
10288         New functions.
10290 2002-06-21  Andreas Schwab  <schwab@suse.de>
10292         * files.el (find-file-read-args): Add new argument `mustmatch' and
10293         pass it down to read-file-name.
10294         (find-file, find-file-other-window, find-file-other-frame)
10295         (find-file-read-only, find-file-read-only-other-window)
10296         (find-file-read-only-other-frame): Use it and fix prompts.
10298 2002-06-21  Stefan Monnier  <monnier@cs.yale.edu>
10300         * pcvs-defs.el (cvs-version): Use cvs-program rather than "cvs".
10302 2002-06-20  Emmanuel Briot  <briot@act-europe.fr>
10304         * progmodes/ada-mode.el: Update copyright notice.
10305         Synchronize with GNAT release 3.15a1.
10306         Do not attempt to load ada-support, which is only for compatibility
10307         with older Emacs versions, and is not needed for Emacs 21.
10308         Fix various calls to count-lines, that didn't work correctly when the
10309         buffer was narrowed.
10310         (ada-continuation-indent): New variable.
10311         (ada-contextual-menu): New entry "List local references", faster than
10312         "List References".
10313         (ada-mode): New alignment rules provided by S. Leake.
10314         Add support for which-function-mode.
10315         (ada-get-current-indent): Fix indentation of named parameter lists and
10316         nested boolean expressions.
10317         (ada-indent-on-previous-lines): Fix indentation of labels.
10318         (ada-search-prev-end-stmt): Fix searching of the previous
10319         end-statement, specially with regards to nested subprograms.
10320         (comment-region advice): Initially disabled, for better compatibility
10321         with other modes.
10322         (ada-fill-comment-paragraph): Fixed (no longer worked with Emacs 21).
10324         * progmodes/ada-xref.el: Update copyright notice.
10325         (ada-xref-create-ali): The default is now not to create automatically
10326         the ALI files by compiling the unit, since this isn't always reliable
10327         and requires an up-to-date project file.
10328         (ada-prj-default-comp-cmd): No longer use gcc directly to compile
10329         a file, but use gnatmake instead, since this gives access to the GNAT
10330         project files.
10331         (ada-xref-search-with-egrep): New variable, suggested by P. Waroquiers.
10332         (ada-load-project-hook): New variable, for support of GNAT
10333         project files.
10334         (ada-update-project-menu): Fix the detection of the project file name.
10335         (ada-add-keymap): Change key binding for ada-find-file, that conflicted
10336         with another binding in ada-mode.el.
10337         (ada-add-menu): New menu "List Local References", to list the reference
10338         to the entity only in the current file, instead of looking in the whole
10339         project.  Much faster.
10340         (ada-find-references): New parameters arg and local-only.
10341         (ada-find-any-references): New parameters local-only and append.
10342         (ada-goto-declaration): Fix handling of predefined entities in xref.
10343         (ada-get-all-references): Updated to the new xref format in GNAT 3.15,
10344         still compatible with GNAT 3.14 of course.  Fix various calls to
10345         count-lines, that didn't work correctly when the buffer was narrowed.
10347         * progmodes/ada-prj.el: Update copyright.
10348         (ada-prj-load-directory): Make sure we do not use one of the new Emacs
10349         21 dialogs to select the file, since we want a directory name only.
10350         (ada-customize): Add support for the new GNAT project files.
10352 2002-06-20  Francesco Potort\e,Al\e(B  <pot@gnu.org>
10354         * progmodes/etags.el (tag-implicit-name-match-p): New function.
10355         (etags-recognize-tags-table): Use it for implicit tag names.
10357 2002-06-20  Miles Bader  <miles@gnu.org>
10359         * comint.el (comint-get-old-input-default): Strip text properties
10360         for fields too.
10362         * comint.el (comint-output-filter): Run output-filter functions
10363         before setting up the prompt.
10365         * international/characters.el: Re-enable code giving word syntax
10366         to certain japanese-jisx0208 characters.
10368 2002-06-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
10370         * progmodes/f90.el (f90-type-def-re): Fix value.
10371         (f90-looking-at-type-like): Adapt for new `f90-type-def-re' value.
10373 2002-06-18  Stefan Monnier  <monnier@cs.yale.edu>
10375         * international/quail.el (quail-help): Don't assume the buffer
10376         is displayed in the same frame.
10378         * emacs-lisp/debug.el (cancel-debug-on-entry):
10379         * emacs-lisp/regexp-opt.el (regexp-opt-group): Don't cons uselessly.
10381         * pcvs.el (cvs-vc-command-advice): Handle the case where args
10382         are passed to `cvs' before the command name.
10383         (cvs-fileinfo-kill): Mark old FIs as up-to-date rather than dead.
10385         * pcvs-info.el (cvs-add-face): Minor rewrite.
10386         (cvs-fileinfo-pp): Use `cvs-goal-column' with directory entries.
10388         * newcomment.el (comment-normalize-vars): Refresh the comment-foo-skip
10389         regexp when they don't match comment-foo any more.
10391 2002-06-18  Juanma Barranquero  <lektu@terra.es>
10393         * filesets.el (filesets-update-pre010505): Fix typo.
10395         * eshell/em-pred.el (eshell-modifier-help-string): Fix typos.
10397         * emulation/edt.el (edt-substitute): Fix typo.
10399         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine): Fix typo.
10401         * comint.el (comint-next-prompt, comint-previous-prompt): Fix typos.
10403         * progmodes/sh-script.el (sh-electric-rparen-needed): Remove.
10405 2002-06-17  Richard M. Stallman  <rms@gnu.org>
10407         * facemenu.el (facemenu-map): Rename to Describe Text
10408         to Describe Properties and use describe-text-properties.
10410         * simple.el (what-cursor-position): Use describe-char.
10412         * descr-text.el (describe-char): Moved from mule-diag.el, renamed
10413         from describe-char-after.  Now calls describe-text-properties.
10414         (describe-property-list): Renamed from describe-text-properties.
10415         (describe-text-properties): Renamed from describe-text-at.
10416         New arg OUTPUT-BUFFER.
10417         (describe-text-properties-1):
10418         New subroutine, broken out from describe-text-properties.
10419         Output a newline before each section of the output.
10421         * international/mule-diag.el (describe-char-after):
10422         Moved to descr-text.el.
10424 2002-06-17  Eli Zaretskii  <eliz@is.elta.co.il>
10426         * international/mule.el (ctext-pre-write-conversion): Fix the values
10427         of FROM and TO if we create a new buffer.
10429 2002-06-17  John Paul Wallington  <jpw@shootybangbang.com>
10431         * comint.el (comint-insert-clicked-input): Insert clicked-on
10432         previous input without properties.
10434 2002-06-16  Andrew Choi  <akochoi@shaw.ca>
10436         * term/mac-win.el (scalable-fonts-allowed): Set to t.
10438 2002-06-15  Colin Walters  <walters@debian.org>
10440         * pcvs-info.el (global-font-lock-mode, font-lock-auto-fontify):
10441         Delete defvars.
10442         (cvs-highlight): Delete.
10443         (cvs-add-face): Use `font-lock-face'.  Always add properties.
10445         * ibuffer.el (ibuffer-movement-cycle): New variable.
10446         (ibuffer-backward-line, ibuffer-forward-line): Use it.
10448 2002-06-15  Richard M. Stallman  <rms@gnu.org>
10450         * emacs-lisp/bytecomp.el (byte-recompile-directory): Doc fix.
10451         (batch-byte-recompile-directory): Undo previous change.
10453         * comint.el (comint-skip-input): New function.
10454         (comint-interrupt-subjob, comint-kill-subjob, comint-quit-subjob)
10455         (comint-stop-subjob): Use comint-skip-input.
10457         * ielm.el (ielm-eval-input): Use error-message-string.
10458         (ielm-format-error, ielm-format-errors): Functions deleted.
10460 2002-06-14  Kim F. Storm  <storm@cua.dk>
10462         * progmodes/compile.el (grep-tree): Doc fixes.
10463         Added SUBDIRS arg for non-interactive use.
10465 2002-06-14  Juanma Barranquero  <lektu@terra.es>
10467         * comint.el (comint-snapshot-last-prompt):
10468         Bind `inhibit-read-only' to t to support read-only prompts.
10469         (comint-output-filter): Likewise.
10471 2002-06-14  Miles Bader  <miles@gnu.org>
10473         * subr.el (copy-tree): Use `nconc' and `nreverse' instead of `nreconc'.
10474         (pop): Move the call to `car' outside the prog1, as the compiler
10475         then generates better code.
10477 2002-06-13  Richard M. Stallman  <rms@gnu.org>
10479         * play/zone.el (zone-timer): New variable holds the idle timer.
10480         (zone): Don't fiddle with the idle timer at all.
10481         (zone-when-idle): Put the idle timer in zone-timer.
10482         If one is already set up, cancel it and make a new one.
10483         (zone-leave-me-alone): Likewise.
10485 2002-06-13  Jason Rumney  <jasonr@gnu.org>
10487         * w32-fns.el (w32-charset-info-alist): Reorder.
10489 2002-06-13  Andreas Schwab  <schwab@suse.de>
10491         * files.el (auto-mode-alist): Move entry for ".in" to the end.
10493 2002-06-13  Miles Bader  <miles@gnu.org>
10495         * comint.el (comint-mode): Don't set `font-lock-defaults'.
10496         (comint-mode-hook): Turn on font-lock by default.
10498 2002-06-12  Karl Fogel  <kfogel@red-bean.com>
10500         * bookmark.el (bookmark-file-or-variation-thereof):
10501         Restore vc-backend check, thanks to Robert Thorpe for noticing.
10503 2002-06-12  Eli Zaretskii  <eliz@is.elta.co.il>
10505         * textmodes/bibtex.el: Change the maintainer to "none".
10507 2002-06-12  Juanma Barranquero  <lektu@terra>
10509         * term/w32-win.el (x-handle-switch): Fix handling of
10510         x-invocation-args for switches with arguments.
10512 2002-06-12  Stefan Monnier  <monnier@cs.yale.edu>
10514         * menu-bar.el (menu-bar-showhide-fringe-menu): Don't use `fringe-mode'
10515         without first making sure it's bound.
10517 2002-06-12  Richard M. Stallman  <rms@gnu.org>
10519         * info.el (Info-fontify-node): Compute header line specially
10520         if node has no next, previous or up links.
10521         Hide the part of the first line that is used in the header.
10522         Use Info-next-link-keymap, etc.
10523         (Info-next-link-keymap, Info-prev-link-keymap)
10524         (Info-up-link-keymap): New variables.
10526         * international/mule-diag.el (describe-char-after): Doc fix.
10528         * view.el (view-mode-enter): Clarify echo area message.
10530         * info.el (Info-select-node): Turn header line on or off here.
10531         (Info-setup-header-line): Function deleted.
10532         (Info-mode): Make Info-header-line local.
10533         (Info-fontify-node): Ignore Info-use-header-line.
10534         Unconditionally compute what the header line should be, and
10535         store it on the `header-line' property of the node's first char.
10536         Bind [header-line down-mouse-1].
10537         Use `keymap' property, not `local-map'.
10538         Bind [mouse-2] for mouse clicks on the node line in the text.
10540         * font-lock.el (font-lock-beginning-of-syntax-function): Doc fix.
10542 2002-06-12  Miles Bader  <miles@gnu.org>
10544         * comint.el (comint-send-input): Properly handle empty and
10545         no-newline input regions.
10547 2002-06-12  Colin Walters  <walters@gnu.org>
10549         * calc/calc.el: Use `when', `unless'.
10550         (calc-trail-mode): Use an italic `font-lock-face'.
10551         (calc-refresh): Ditto.
10553 2002-06-12  Colin Walters  <walters@debian.org>
10555         * font-core.el (font-lock-core-only): Variable deleted.
10556         All uses removed.
10557         (font-lock-set-defaults): Variable alist settings moved back into
10558         font-lock-set-defaults-1.
10559         (turn-on-font-lock-if-enabled): Always turn on font-lock unless it
10560         is specifically excluded by the user.
10562         * font-lock.el (font-lock-set-defaults-1): Set variable alist here.
10564         * help-mode.el (help-mode): Don't set `font-lock-defaults'.
10566         * ibuffer.el (ibuffer-mode): Don't set `font-lock-defaults'.
10568         * info.el (Info-mode): Don't set `font-lock-defaults'.
10570         * replace.el (occur-mode): Don't set `font-lock-defaults'.
10572         * help-mode.el (help-highlight-p, help-highlight-face):
10573         Variable was unused; delete.
10574         (help-make-xrefs): Doc fix.
10576 2002-06-11  Richard M. Stallman  <rms@gnu.org>
10578         * format.el (format-alist): Document new element PRESERVE.
10579         (format-write-file): Implement PRESERVE elt for a format.
10581         * files.el (make-auto-save-file-name): Rename local `filename' to
10582         `file-name'.
10584 2002-06-10  Richard M. Stallman  <rms@gnu.org>
10586         * progmodes/ebrowse.el (ebrowse-draw-tree-fn): Use copy-sequence.
10587         (ebrowse-copy-list): Function deleted.
10589         * eshell/em-unix.el (eshell/diff): Use copy-sequence.
10591         * eshell/esh-mode.el (eshell-mode, eshell-mode): Use copy-sequence.
10593         * eshell/esh-util.el (eshell-copy-list): Function deleted.
10594         (eshell-sublist): Use copy-sequence.
10595         (eshell-copy-tree): Make it an alias for copy-tree.
10597         * emacs-lisp/cl.el (copy-list): Moved back from subr.el.
10599         * subr.el (copy-list): Moved to cl.el.
10600         (copy-tree): Don't use copy-list or cl-pop.
10602 2002-06-10  Miles Bader  <miles@gnu.org>
10604         Make comint use text properties for highlighting instead of overlays:
10605         * comint.el (comint-last-output-overlay): Variable removed.
10606         (comint-send-input, comint-output-filter): Use text properties
10607         instead of overlays.
10608         (comint-insert-clicked-input): Rewrite to work with text
10609         properties as well as overlays
10610         (comint-snapshot-last-prompt): Snapshot using text properties.
10611         (comint-get-old-input-default, comint-extract-string): Don't copy
10612         text properties.
10614         * simple.el (line-move-finish): Inhibit field motion when
10615         computing `line-end'.
10617         * files.el (revert-buffer): Correct typo: variable name is
10618         `buffer-file-format', not `buffer-file-formats'.
10620         * comint.el (comint-send-input, comint-output-filter): Use the
10621         `font-lock-face' property instead of `face'.  Don't check the
10622         highlight-enabling variables anymore.
10623         (comint-highlight-input, comint-highlight-prompt): Variables removed.
10625         * faces.el (display-supports-face-attributes-p): New function.
10626         (face-spec-set-match-display): Support `supports' predicate.
10627         (italic): Try underlining for displays that don't support real italics.
10628         * cus-edit.el (custom-display): Add support for `supports' predicate.
10629         * term/tty-colors.el (color-name-rgb-alist): Use 16-bit RGB values
10630         instead of 8-bit, for consistency with the rest of emacs.
10631         (tty-color-canonicalize): Only copy COLOR if we need to change it.
10632         (tty-color-approximate): Scale values from `color-name-rgb-alist'
10633         appropriately.  Return the whole color description, rather than
10634         just the RGB values.
10635         (tty-color-standard-values): New function.  Code mostly taken from
10636         `tty-color-translate'.
10637         (tty-color-translate, tty-color-values): Use `tty-color-desc' to
10638         do all the work.
10639         (tty-color-desc): Do color lookup here instead of calling
10640         `tty-color-translate' and `tty-color-by-index'; this is now the
10641         main place to do it.
10643 2002-06-09  Martin Stjernholm  <bug-cc-mode@gnu.org>
10645         * progmodes/cc-style.el (c-set-style, c-set-style-1):
10646         Add another state for the `dont-override' flag where it only keeps
10647         globally set variables.
10649 2002-06-08  Colin Walters  <walters@gnu.org>
10651         * descr-text.el (describe-text-properties): Sort the output by the
10652         size of the values.  Put `font-lock-face' property on property names.
10653         (toplevel): Provide `descr-text'.
10655         * international/mule-diag.el (describe-char-after): When there are
10656         text properties, require `descr-text', and just call
10657         `describe-text-properties'.
10659         * international/mule.el (sgml-html-meta-auto-coding-function):
10660         New function.
10661         (auto-coding-from-file-contents): Delete; merge functionality into
10662         `set-auto-coding'.
10663         (set-auto-coding): Move tests from `auto-coding-functions' so that
10664         they have a lower priority than coding: tags.
10665         Put `auto-coding-regexp-alist' tests before coding: tag tests.
10666         (sgml-xml-auto-coding-function): Simply `intern' the match, and
10667         test if it's a valid coding system.
10668         (auto-coding-functions): Add `sgml-html-meta-auto-coding-function'.
10670 2002-06-08  Colin Walters  <walters@verbum.org>
10672         * subr.el (copy-list): Moved here from cl.el.
10673         (copy-tree): Renamed here from `cl-copy-tree' in cl-extra.el.
10675         * emacs-lisp/cl-extra.el (cl-copy-tree): Moved to `copy-tree' in
10676         subr.el.  Add a defalias with the old name.
10678         * emacs-lisp/cl.el (copy-list): Moved to subr.el.
10680         * replace.el (occur-mode): Don't set up categories.  Do set
10681         `font-lock-defaults', and be sure to set `font-lock-core-only'.
10682         (occur-1): Pass `list-matching-lines-face' and
10683         `list-matching-lines-buffer-name-face'.
10684         (occur-engine): Use `font-lock-face' instead of categories.
10686         * info.el (Info-mode): Don't set up categories.  Do set
10687         `font-lock-defaults', and be sure to set `font-lock-core-only'.
10688         (Info-fontify-menu-headers): Use `font-lock-face' instead of
10689         categories.
10690         (Info-fontify-node): Ditto.
10692         * ibuffer.el (ibuffer-category-alist): Delete.
10693         (ibuffer-get-category): Delete.
10694         (ibuffer-compile-make-eliding-form): Use `font-lock-face' instead
10695         of categories.
10696         (ibuffer-compile-format): Don't treat `name' category specially.
10697         (ibuffer-column name): Use `font-lock-face'.
10698         (filename-and-process): Ditto.
10699         (ibuffer-buffer-name-category): Renamed to
10700         `ibuffer-buffer-name-face'.  Don't use categories.
10701         (ibuffer-update-title-and-summary): Use `font-lock-face'.
10702         (ibuffer-insert-filter-group): Ditto.
10703         (ibuffer-mode): Don't set up categories.  Do set
10704         `font-lock-defaults', and be sure to set `font-lock-core-only'.
10705         (ibuffer-compile-format): Don't pass third argument
10706         to column functions.
10707         (filename-and-process): Ditto.
10709         * ibuf-macs.el (define-ibuffer-column): Don't create a third
10710         argument for the generated function.
10712         * font-core.el (font-lock-category-alist): Delete.
10713         (turn-on-font-lock-if-enabled): Don't use it.
10714         (font-lock-symbol-category-alist): Delete.
10715         (font-lock-default-function): Use new `char-property-alias-alist'
10716         to make `font-lock-face' an alias for `face' when font-lock mode
10717         is enabled.
10718         (font-lock-core-only): New variable.
10719         (font-lock-set-defaults): Use it.
10721 2002-06-08  Richard M. Stallman  <rms@gnu.org>
10723         * files.el (find-file-noselect-1): Undo previous change.
10725         * bookmark.el (bookmark-file-or-variation-thereof): Doc fix.
10727 2002-06-07  Karl Fogel  <kfogel@red-bean.com>
10729         * bookmark.el (bookmark-file-or-variation-thereof): Just use
10730         Info-suffix-list, as suggested by Stefan Monnier.
10732 2002-06-05  Eli Zaretskii  <eliz@is.elta.co.il>
10734         * select.el (xselect-convert-to-string): If VALUE is a string,
10735         return a cons of TYPE and the string.
10737 2002-06-05  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
10739         * language/cyrillic.el (cyrillic-alternativnyj-decode-table):
10740         Fix the table to contain correct characters.
10742 2002-06-04  Richard M. Stallman  <rms@gnu.org>
10744         * simple.el: Don't require cl.
10746 2002-06-03  Richard M. Stallman  <rms@gnu.org>
10748         * dired.el (dired-do-shell-command): Doc fix in autoload.
10750         * info.el (Info-extract-pointer): Ignore Info-header-line.
10752         * progmodes/cc-mode.el (c-postprocess-file-styles):
10753         Do nothing except in CC modes.
10755         * international/mule-cmds.el (select-safe-coding-system):
10756         When computing auto-cs, narrow to FROM...TO.
10757         Put save-excursion outside save-restriction.
10758         New arg FILE; use that for set-auto-coding.
10760 2002-06-01  Richard M. Stallman  <rms@gnu.org>
10762         * simple.el (choose-completion-string-functions): Doc fix.
10763         (choose-completion-string): Add doc string.
10765 2002-06-01  Kim F. Storm  <storm@cua.dk>
10767         * simple.el: Reworked previous change.
10768         (choose-completion-string1): Merged back into choose-completion-string.
10769         (choose-completion-string): Run choose-completion-string-functions
10770         after checking for proper minibuffer window.  Added mini-p arg to
10771         the hook functions.  Insert choice if all hook functions return nil.
10772         (choose-completion-string-functions): Doc update.
10774 2002-06-01  Sam Steingold  <sds@gnu.org>
10776         * files.el (auto-mode-alist): Strip trailing ".in" from the file
10777         name when deciding the mode (for config.h.in, Makefile.in etc).
10779 2002-06-01  Thien-Thi Nguyen  <ttn@gnu.org>
10781         * progmodes/prolog.el (prolog-mode-syntax-table): Add flags to
10782         ?/ and ?* entries to support /* */ style comments.
10783         (prolog-font-lock-keywords): New var.
10784         (prolog-mode): Enable font-locking; set `font-lock-defaults'.
10786 2002-06-01  Kim F. Storm  <storm@cua.dk>
10788         * simple.el (choose-completion-string-functions): New special hook.
10789         (choose-completion-string1): Renamed from choose-completion-string.
10790         (choose-completion-string): Run choose-completion-string-functions
10791         until success, and only call choose-completion-string1 if it fails.
10793 2002-05-31  Stefan Monnier  <monnier@cs.yale.edu>
10795         * textmodes/ispell.el (autoloaded toplevel): Don't use
10796         ispell-library-directory without checking that it's bound.
10798 2002-05-31  Kim F. Storm  <storm@cua.dk>
10800         * emulation/cua-base.el (cua--last-deleted-region-pos)
10801         (cua--last-deleted-region-text): New aux variables.
10802         (cua-delete-region): Set them.
10803         (cua-repeat-replace-region): Use them to find the replacement text.
10805 2002-05-31  Juanma Barranquero  <lektu@terra.es>
10807         * emulation/viper-cmd.el (viper-smart-suffix-list, viper-ask-level):
10808         Fix typos.
10810 2002-05-31  Kim F. Storm  <storm@cua.dk>
10812         * progmodes/compile.el (grep-tree-command, grep-tree-files-aliases)
10813         (grep-tree-ignore-CVS-directories, grep-tree-ignore-case):
10814         New custom variables.
10815         (grep-compute-defaults): Compute grep-tree-command's default value.
10816         (grep-expand-command-macros): New aux function.
10817         (grep-tree-last-regexp, grep-tree-last-files): New aux variables.
10818         (grep-tree): New command like grep-find but extended prompting.
10820 2002-05-30  Richard M. Stallman  <rms@gnu.org>
10822         * files.el (find-file-default): Add defvar for var already used.
10824         * menu-bar.el (menu-bar-showhide-fringe-menu): Use defvar.
10826         * subr.el (open-network-stream, open-network-stream-nowait)
10827         (open-network-stream-server, process-kill-without-query):
10828         Moved from simple.el.
10830         * simple.el (open-network-stream, open-network-stream-nowait)
10831         (open-network-stream-server, process-kill-without-query):
10832         Moved to subr.el.
10834         * simple.el (byte-compiling-files-p): Function deleted.
10836         * textmodes/ispell.el (ispell-library-directory): Renamed from
10837         ispell-library-path.  If Ispell is not installed, init to nil.
10838         (check-ispell-version): Doc fix.
10839         (ispell-menu-map): Get rid of byte-compiling-files-p hackery;
10840         initialize this unconditionally when ispell-menu-map-needed is t.
10841         Local `path' renamed to `dir'.
10843 2002-05-30  Miles Bader  <miles@gnu.org>
10845         * calc/calc.el (calc-show-banner): New variable.
10846         (calc-refresh): Only show banner if `calc-show-banner' is non-nil.
10847         (calc-mode-var-list): Add `calc-show-banner'.
10848         * calc/calc-ext.el (calc-init-extensions): Add binding for `d@'.
10849         (calc-toggle-banner): New function.
10850         * calc/calc-help.el (calc-d-prefix-help): Add `@'.
10852 2002-05-29  Richard M. Stallman  <rms@gnu.org>
10854         * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
10855         When recognizing a def... construct, make that indentation
10856         tentative, so that it can be overridden if the list in question
10857         is not actually an expression.
10858         (common-lisp-indent-call-method): New subroutine.
10860         * emacs-lisp/bytecomp.el (batch-byte-compile-file):
10861         Delete the output file if we get a file-error.
10863         * tooltip.el (tooltip-mouse-motions-active): New variable.
10864         (tooltip-activate-mouse-motions): Don't kill track-mouse local
10865         if it was not made by us.
10867         * mouse.el (mouse-set-font): Avoid misleading error message
10868         if user makes no selection.
10870         * info.el (Info-setup-header-line): Don't hide the links line.
10872         * files.el (find-file-noselect-1): Return the buffer we created
10873         even if it has been killed within `after-find-file'.
10875         * files.el (auto-mode-alist): Use ada-mode for .ad[bs].dg files.
10877 2002-05-29  Kim F. Storm  <storm@cua.dk>
10879         * simple.el (open-network-stream-server): Pass on optional args
10880         sentinel and filter to make-network-process (from Luke Gorrie).
10882 2002-05-28  Colin Walters  <walters@gnu.org>
10884         * textmodes/sgml-mode.el (xml-mode): New alias for `sgml-mode'.
10886         * emacs-lisp/bytecomp.el (byte-compile-last-line): Deleted.
10887         (byte-compile-delete-first): New function.
10888         (byte-compile-read-position): New variable.
10889         (byte-compile-last-position): New variable.
10890         (byte-compile-current-buffer): New variable.
10891         (byte-compile-log-1): Use it.
10892         (byte-compile-set-symbol-position): New function.
10893         (byte-compile-obsolete, byte-compile-callargs-warn)
10894         (byte-compile-arglist-warn, byte-compile-arglist-warn)
10895         (byte-compile-print-syms, byte-compile-file-form-defmumble)
10896         (byte-compile-check-lambda-list, byte-compile-lambda)
10897         (byte-compile-form, byte-compile-variable-ref)
10898         (byte-compile-subr-wrong-args, byte-compile-negation-optimizer)
10899         (byte-compile-condition-case, byte-compile-defun)
10900         (byte-compile-defvar, byte-compile-autoload)
10901         (byte-compile-lambda-form): Use it.
10902         (byte-compile-from-buffer): Set it, and bind
10903         `read-with-symbol-positions' and `read-symbol-positions-list'.
10905         * emacs-lisp/bytecomp.el (byte-compile-debug): New variable.
10907 2002-05-28  Kim F. Storm  <storm@cua.dk>
10909         * files.el (read-directory-name): New function.
10910         (cd): Use it instead of read-file-name.
10912 2002-05-27  Kim F. Storm  <storm@cua.dk>
10914         * simple.el (push-mark-command): Added optional NOMSG arg.
10916         * emulation/cua-base.el (cua-set-mark): Align pop to mark
10917         behaviour with standard set-mark-command.
10918         (cua--pre-command-handler): Use push-mark-command.
10919         (cua-repeat-replace-region): Improve functionality when
10920         repeated after moving point or changing buffer.
10922 2002-05-26  Colin Walters  <walters@verbum.org>
10924         * startup.el (command-line): Use `when', `unless'.
10925         (command-line-1): New argument "--nosplash".  Handle it.
10927         * startup.el (inhibit-splash-screen): New variable alias for
10928         `inhibit-startup-message'.
10930         * replace.el (perform-replace): Document return value.  Use `pop'.
10932 2002-05-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
10934         * progmodes/f90.el (f90-previous-block, f90-next-block): New names,
10935         and slightly changed behaviour, for `f90-previous-block-start' and
10936         `f90-next-block-end'.
10937         (f90-beginning-of-subprogram, f90-end-of-subprogram): Simplify.
10939 2002-05-26  Simon Josefsson  <jas@extundo.com>
10941         * fringe.el (set-fringe-mode): Work when updating
10942         `default-frame-alist'.
10944 2002-05-26  Kim F. Storm  <storm@cua.dk>
10946         * emulation/cua-base.el (cua--repeat-replace-text): New variable.
10947         (cua-repeat-replace-region): New command.
10948         (cua--init-keymaps): Bind it to M-v in cua--cua-keys-keymap.
10949         Misc improvements to the commentary.
10951 2002-05-26  Simon Josefsson  <jas@extundo.com>
10953         * fringe.el (fringe-query-style): New fringe style "minimal".
10955 2002-05-24  Simon Josefsson  <jas@extundo.com>
10957         * rot13.el (rot13-translate-table): New variable.
10958         (rot13, rot13-string, rot13-region): New functions.
10960 2002-05-25  Martin Stjernholm  <bug-cc-mode@gnu.org>
10962         * progmodes/cc-engine.el (c-add-stmt-syntax): Fixed some cases
10963         of wrong anchoring, e.g. for else-if compounds.
10965 2002-05-25  Miles Bader  <miles@gnu.org>
10967         * menu-bar.el (menu-bar-showhide-fringe-menu-customize-left)
10968         (menu-bar-showhide-fringe-menu-customize-right)
10969         (menu-bar-showhide-fringe-menu-customize-disable):
10970         Use proper calling convention for `customize-set-value'.
10971         Require `fringe' before setting variable.
10973 2002-05-25  Kim F. Storm  <storm@cua.dk>
10975         * emulation/cua-base.el (cua--self-insert-char-p): New function.
10977         * emulation/cua-gmrk.el (cua--init-global-mark): Install default
10978         binding in cua--global-mark-keymap using cua--self-insert-char-p
10979         to handle all global self inserting characters in gmark mode.
10981         * emulation/cua-rect.el (cua--init-rectangles): Install default
10982         binding in cua--rectangle-keymap using cua--self-insert-char-p
10983         to handle all global self inserting characters in rectangle mode.
10985 2002-05-24  Stefan Monnier  <monnier@cs.yale.edu>
10987         * net/ange-ftp.el (read-file-name-internal): Remove the
10988         `ange-ftp' property.
10989         (ange-ftp-real-read-file-name-internal): Remove.
10991 2002-05-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
10993         * progmodes/f90.el: (f90-end-of-subprogram): Remove the final
10994         `forward-line'.
10995         (f90-end-of-block, f90-beginning-of-block, f90-next-block-end)
10996         (f90-previous-block-start): New navigation commands.
10998 2002-05-20  Simon Josefsson  <jas@extundo.com>
11000         * fringe.el: New file.
11002         * menu-bar.el (menu-bar-options-save): Add fringe-mode.
11003         (menu-bar-showhide-fringe-menu): New menu.
11004         (menu-bar-showhide-menu): Add Fringe sub-menu.
11006 2002-05-23  Colin Walters  <walters@verbum.org>
11008         * replace.el (occur-engine): Include all text properties except
11009         mouse-face on the newline at the end of occurences.
11011 2002-05-23  Kim F. Storm  <storm@cua.dk>
11013         * apropos.el (apropos-true-hit, apropos-false-hit-symbol)
11014         (apropos-false-hit-str, apropos-true-hit-doc): New functions.
11015         (apropos-command, apropos-value, apropos-documentation-internal)
11016         (apropos-documentation-check-doc-file)
11017         (apropos-documentation-check-elc-file): Use them to filter out
11018         false matches where only one keyword matches, but more than once.
11020         * apropos.el (apropos-show-scores, apropos-orig-regexp)
11021         (apropos-all-regexp, apropos-synonyms, apropos-words)
11022         (apropos-all-words): New variables.
11023         (aprpos-words-to-regexp, apropos-rewrite-regexp)
11024         (apropos-calc-scores, apropos-score-str, apropos-score-doc)
11025         (apropos-score-symbol): New functions.
11026         (apropos-command, apropos, apropos-value, apropos-documentation):
11027         Allow keywords in addition to regexp. Added scoring.
11028         (apropos-documentation-check-doc-file)
11029         (apropos-documentation-check-elc-file): Added scoring.
11030         (apropos-print): Sort according to score.
11032 2002-05-22  Colin Walters  <walters@cis.ohio-state.edu>
11034         * info.el (Info-mode-hook): Change `font-lock-mode' to
11035         `turn-on-font-lock'.
11037         * font-core.el (font-lock-function): New variable.
11038         (font-lock-default-function): New function, created from
11039         `font-lock-mode'.
11040         (font-lock-mode): Just funcall `font-lock-function'.
11041         (font-lock-symbol-category-alist): New variable.
11043 2002-05-22  Markus Rost  <rost@math.ohio-state.edu>
11045         * files.el (file-newest-backup): Use file-name-sans-versions.
11047         * diff.el (diff-latest-backup-file): Replace the main code by
11048         a call of file-newest-backup.
11050 2002-05-22  Mike Williams  <mdub@bigfoot.com>
11052         * textmodes/sgml-mode.el (sgml-guess-indent): Look further into
11053         the buffer.
11055 2002-05-21  Stefan Monnier  <monnier@cs.yale.edu>
11057         * net/ange-ftp.el (ange-ftp-allow-child-lookup): Re-enable since
11058         the last patch works around the wu-ftpd misfeature that prompted
11059         the disabling of this optimization.
11061 2002-05-21  Colin Walters  <walters@gnu.org>
11063         * international/mule.el (make-coding-system): Doc fixes.
11065         * international/mule.el (auto-coding-functions): New variable.
11066         (auto-coding-from-file-contents): Use it.
11067         (set-auto-coding): Update docs.
11068         (sgml-xml-auto-coding-function): New function.
11070         * international/mule-util.el (truncate-string-to-width):
11071         New optional argument `ellipsis'.  Add commented-out test suite, and
11072         change coding to iso-2022-7bit.
11074 2002-05-21  Colin Walters  <walters@verbum.org>
11076         * font-lock.el (font-lock-defaults, font-lock-defaults-alist)
11077         (font-lock-multiline, font-lock-fontified, font-lock-mode)
11078         (turn-on-font-lock, font-lock-add-keywords, global-font-lock-mode)
11079         (font-lock-global-modes): Moved to font-core.el.
11080         (font-lock-set-defaults-1): Partially moved to font-core.el.
11082         * font-core.el: New file, with functions taken from font-lock.el.
11083         (font-lock-category-alist): New variable.
11084         (font-lock-mode): Use it.
11085         (font-lock-set-defaults): Partially taken from font-lock.el.
11086         Only load font-lock.el when necessary.
11088         * loadup.el: Add font-core.el.
11090         * replace.el (occur-mode-hook): New variable.
11091         (occur-fontify-region-function): Deleted.
11092         (occur-mode): Don't use it.  Set up `font-lock-category-alist'
11093         instead.
11094         (occur-fontify-on-property): Deleted.
11095         (occur-engine): Use categories from `font-lock-category-alist'.
11097         * info.el (Info-fontify): Deleted.
11098         (Info-select-node): Don't use it.
11099         (Info-mode-hook): New variable.
11100         (Info-mode): Set up categories.
11101         (Info-fontify-menu-headers, Info-fontify-node): Use categories.
11103         * ibuffer.el (ibuffer-formats): Update docs.
11104         (ibuffer-category-alist): New variable.
11105         (ibuffer-get-category): New function.
11106         (ibuffer-compile-make-eliding-form): Use category property instead
11107         of face.
11108         (ibuffer-compile-format): Pass current ibuffer buffer to column
11109         functions too.
11110         (ibuffer-buffer-name-category): New function.
11111         (ibuffer-compile-format): If the current column is a `name'
11112         column, figure out the appropriate category to put on it.
11113         (filename-and-process): Use category property.
11114         (ibuffer-fontify-region-function): Deleted.
11115         (ibuffer-unfontify-region-function): Deleted.
11116         (ibuffer-update-title-and-summary): Use category properties.
11117         (ibuffer-insert-filter-group): Ditto.
11118         (ibuffer-mode): Set up category properties.
11120 2002-05-21  Colin Walters  <walters@debian.org>
11122         * replace.el (occur-engine): Increment globalcount all at once
11123         after searching a buffer.
11124         (occur-mode-map): Don't escape plain "o".
11126         * ibuf-macs.el (define-ibuffer-column): Add third argument
11127         `ibuffer-buf'.
11129         * ibuffer.el (toplevel): Require font-lock, to get the face
11130         definitions.
11131         (ibuffer-use-fontification): Deleted.
11132         (column filename-and-process): New column.
11133         (ibuffer-formats): Use it by default.
11134         (ibuffer-name-map, ibuffer-mode-name-map)
11135         (ibuffer-filter-group-map): Don't set parent to `ibuffer-mode-map'.
11136         (ibuffer-do-save, ibuffer-do-toggle-modified)
11137         (ibuffer-do-toggle-read-only, ibuffer-do-delete)
11138         (ibuffer-do-kill-on-deletion-marks): Include name in definition.
11139         (ibuffer): New optional argument `formats'.
11141 2002-05-21  Eli Zaretskii  <eliz@is.elta.co.il>
11143         * indent.el (indent-rigidly): Mention how to remove all indentation.
11145 2002-05-21  Colin Walters  <walters@gnu.org>
11147         * international/mule-diag.el (describe-char-after): Order display
11148         of text properties by the size of their value, for clarity.
11150 2002-05-20  Stefan Monnier  <monnier@cs.yale.edu>
11152         * net/ange-ftp.el (ange-ftp-generate-root-prefixes)
11153         (ange-ftp-file-name-completion): Don't cons unnecessarily.
11154         (ange-ftp-send-cmd): Always `cd' before doing `ls'.
11156         * wid-edit.el (widget-color-complete):
11157         * progmodes/etags.el (tags-complete-tags-table-file):
11158         * progmodes/cpp.el (cpp-choose-symbol): Don't cons unnecessarily.
11160         * textmodes/outline.el (outline-reveal-toggle-invisible):
11161         Reverse the meaning of the second arg.
11163         * reveal.el (reveal-post-command): Reverse the semantics of
11164         reveal-toggle-invisible and support isearch-open-invisible-temporary.
11166 2002-05-20  Markus Rost  <rost@math.ohio-state.edu>
11168         * mail/sendmail.el (mail-recover-1): Remove (debug).
11169         (mail-signature): Fix :type.
11170         (mail-default-directory): New user option.
11171         (mail, mail-recover): Use that option.
11173 2002-05-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11175         * international/mule.el (auto-coding-alist): Use emacs-mule
11176         for auto-save files.
11178 2002-05-20  Miles Bader  <miles@gnu.org>
11180         * files.el (find-file-read-args): Don't trash existing value of
11181         `minibuffer-setup-hook', just add our hook to it.
11183 2002-05-19  Markus Rost  <rost@math.ohio-state.edu>
11185         * international/ucs-tables.el (unify-8859-on-encoding-mode)
11186         (unify-8859-on-decoding-mode): Change :version attributes to strings.
11188         * simple.el (yank-excluded-properties): Change :version attribute
11189         to a string.
11191         * dired.el (dired-view-command-alist): Change :version attribute
11192         to a string.
11194         * xscheme.el (xscheme-start-hook): Change :version attribute to a
11195         string.
11197         * find-dired.el (find-dired): Implement revert-buffer-function.
11199         * mail/emacsbug.el (report-emacs-bug-hook): Do another save-excursion.
11201 2002-05-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
11203         * progmodes/f90.el (f90-match-end, f90-break-line): Simplify a bit.
11204         (f90-get-present-comment-type): Fix earlier change.
11205         (f90-comment-indent): Doc fix.
11206         (f90-equal-symbols, f90-looking-at-do, f90-looking-at-select-case)
11207         (f90-looking-at-if-then): Remove lets.
11208         (f90-looking-at-where-or-forall): Handle if split over lines.
11209         (f90-change-keywords): Doc fix.
11211 2002-05-19  Richard M. Stallman  <rms@gnu.org>
11213         * indent.el (indent-region): Make COLUMN arg optional.
11215         * files.el (find-file-read-args): New function.
11216         (find-file, find-file-other-window, find-file-other-frame)
11217         (find-file-read-only, find-file-read-only-other-window)
11218         (find-file-read-only-other-frame): Use it.
11220         * custom.el (custom-load-symbol): Verify that LOADED is a string.
11222         * arc-mode.el (archive-zip-use-pkzip): Variable deleted.
11223         (archive-zip-extract, archive-zip-expunge, archive-zip-update)
11224         (archive-zip-update-case): Use locate-file to decide whether
11225         to use pkzip.
11226         (archive-zip-extract): Test for pkzip in value of archive-zip-extract.
11228         * files.el (locate-file): Doc fix.
11230 2002-05-19  John Paul Wallington  <jpw@shootybangbang.com>
11232         * mail/rmail.el (rmail-show-message-hook): Offer `goto-address'
11233         as an option.
11235 2002-05-18  Stefan Monnier  <monnier@cs.yale.edu>
11237         * uniquify.el (uniquify-rationalize-file-buffer-names):
11238         Always strip the trailing / even if the file is not a directory.
11240 2002-05-18  Glenn Morris  <gmorris@ast.cam.ac.uk>
11242         * progmodes/f90.el (f90-mode-syntax-table, f90-mode-map): Do the
11243         initialization in the defvar.
11244         (f90-font-lock-on, f90-font-lock-off): Add 'menu-alias property.
11245         (f90-font-lock-1, f90-font-lock-2, f90-font-lock-3)
11246         (f90-font-lock-4): Move the doc strings.
11247         (f90-menu-bar-menu): New internal variable to hold the top-level menu.
11248         (f90-change-case-menu, f90-font-lock-menu): Minor code changes.
11249         (f90-mode-abbrev-table): Initialize in the defvar, with
11250         define-abbrev-table.
11252 2002-05-18  Eli Zaretskii  <eliz@is.elta.co.il>
11254         * tar-mode.el (tar-octal-time): Fix last change.
11256 2002-05-18  Markus Rost  <rost@math.ohio-state.edu>
11258         * mail/emacsbug.el (report-emacs-bug-text-prompt): New variable.
11259         (report-emacs-bug): Store the prompt in
11260         `report-emacs-bug-text-prompt'.  Move Configuration/Important
11261         settings information after the user's report.
11262         (report-emacs-bug-hook): Unclutter by deleting the content of
11263         `report-emacs-bug-text-prompt'.
11265 2002-05-17  Thomas Morgan  <tlm@pocketmail.com>
11267         * forms.el (forms-jump-record, forms-insert-record)
11268         (forms-delete-record): Calculate lines from the beginning of the
11269         accessible portion rather than from the beginning of the buffer.
11271 2002-05-16  Eli Zaretskii  <eliz@is.elta.co.il>
11273         * ps-mule.el (eval-and-compile): Add a trivial replacement for a
11274         possibly missing encode-char.
11275         (ps-mule-font-info-database-bdf): Add associations for Unicode
11276         fonts.  Doc fix.
11277         (ps-mule-font-info-database-ps-bdf): Doc fix.
11278         (ps-mule-encode-ucs2): New function for encoding Unicode characters.
11280         * tar-mode.el (tar-octal-time): Fix the last argument of logior.
11282 2002-05-16  Stefan Monnier  <monnier@cs.yale.edu>
11284         * emacs-lisp/find-func.el (find-function-search-for-symbol):
11285         Find funs defined with defun-cvs-mode.
11286         (find-function-space-re): New const.  Skips comments as well.
11287         (find-function-regexp, find-variable-regexp): Use it.
11289         * pcvs.el (cvs-cmd-do): Accept non-CVS dirs with CVS-ctrl'd subdirs.
11290         (cvs-mode-add-change-log-entry-other-window): Work on multiple files.
11291         (cvs-mode-set-flags): Don't cons unnecessarily.
11293 2002-05-16  Colin Walters  <walters@debian.org>
11295         * menu-bar.el (menu-bar-tools-menu) <calculator>: Renamed to
11296         "Simple Calculator".
11297         (menu-bar-tools-menu) <calc>: New.
11299 2002-05-16  Juanma Barranquero  <lektu@terra.es>
11301         * progmodes/hideshow.el (hs-adjust-block-beginning): Fix typo.
11303         * filesets.el (filesets-ormap): Fix typo.
11305         * faces.el (describe-face): Fix typo.
11307 2002-05-15  Stefan Monnier  <monnier@cs.yale.edu>
11309         * emacs-lisp/easymenu.el (easy-menu-make-symbol):
11310         Don't treat (lambda () ...) as an expression.
11312 2002-05-15  John Paul Wallington  <jpw@shootybangbang.com>
11314         * replace.el (occur-read-primary-args): Handle a bare 'C-u' correctly.
11316 2002-05-15  Eli Zaretskii  <eliz@is.elta.co.il>
11318         * emacs-lisp/easymenu.el (easy-menu-add): Doc fix.
11320 2002-05-14  Glenn Morris  <gmorris@ast.cam.ac.uk>
11322         * progmodes/fortran.el (fortran-directive-re): New name for
11323         fortran-preprocessor-re.  All usage updated.
11324         (fortran-calculate-indent): Give directives zero indentation.
11326 2002-05-14  Jason Rumney  <jasonr@gnu.org>
11328         * emacs-lisp/easymenu.el (easy-menu-name-match): Match both
11329         displayed text and internal name as string.
11331 2002-05-14  Kim F. Storm  <storm@cua.dk>
11333         * emulation/cua-rect.el (cua--rectangle-operation):
11334         Don't highlight empty lines in rectangles.
11336         * emulation/keypad.el: Improved commentary.
11337         (keypad-setup, keypad-shifted-setup): Added choice to setup
11338         Numeric keypad with decimal key; value is selected character.
11339         (keypad-decimal-key, keypad-shifted-decimal-key): Removed options.
11340         (keypad-numlock-setup, keypad-numlock-shifted-setup): New options.
11341         (keypad-setup): Arg list changed to support the new options.
11343 2002-05-14  Richard M. Stallman  <rms@gnu.org>
11345         * dabbrev.el (dabbrev-case-distinction): New option.
11346         (dabbrev--try-find): Handle dabbrev-case-distinction.
11347         (dabbrev--search): Clean up the code.
11348         (dabbrev-upcase-means-case-search): Doc fix.
11349         (dabbrev-case-replace): Fix custom tags and docs.
11351 2002-05-14  Jochen K\e,A|\e(Bpper  <jochen@jochen-kuepper.de>
11353         * calc/calc-units.el (math-standard-units): Update from CODATA.
11355 2002-05-14  Stefan Monnier  <monnier@cs.yale.edu>
11357         * skeleton.el (skeleton-transformation): Default to `identity'.
11358         (skeleton-insert): Use `move-after' markers and `insert' rather
11359         than rely on insert-before-markers.
11360         (skeleton-internal-1): Handle `> \n' specially so that the newline
11361         is inserted before the first line is indented.
11363 2002-05-14  Mike Williams  <mdub@bigfoot.com>
11365         * textmodes/sgml-mode.el (sgml-tag):
11366         Default skeleton-transformation to `identity'.
11368 2002-05-14  Francesco Potort\e,Al\e(B  <pot@gnu.org>
11370         * shell.el (shell-mode): Make second part of initialisation
11371         depend on whether comint-input-ring is empty, rather than depend
11372         on it being nil.
11374 2002-05-14  Richard M. Stallman  <rms@gnu.org>
11376         * files.el (make-auto-save-file-name):
11377         Delete the auto-save file after make-temp-file creates it.
11379 2002-05-13  Kim F. Storm  <storm@cua.dk>
11381         * emulation/cua-base.el (cua-enable-cursor-indications): Default off.
11382         (cua-mode): Print Enabled/Disabled messages if interactive.
11383         Disable delete-selection-mode and pc-selection-mode when cua-mode
11384         is enabled; reenable if cua-mode is turned off.
11385         Remember setting of transient-mark-mode when cua-mode is enabled;
11386         restore if cua-mode is disabled.
11388 2002-05-13  Richard M. Stallman  <rms@gnu.org>
11390         * mail/emacsbug.el (report-emacs-bug): Change the "English please" msg.
11392 2002-05-13  Colin Walters  <walters@gnu.org>
11394         * ibuf-ext.el (ibuffer-format-filter-group-data): New function.
11396         * ibuffer.el (ibuffer-insert-filter-group): New argument filter-string.
11397         (ibuffer-redisplay-engine): Handle it.
11399         * add-log.el (add-log-mailing-address): Can be a list, too.
11400         (add-change-log-entry): If `add-log-mailing-address' is a list,
11401         then handle it.
11403 2002-05-12  Colin Walters  <walters@debian.org>
11405         * replace.el (occur-1): New optional argument `buf-name'.
11406         (occur-revert-function): Use it.
11408         (occur-1): Handle plurals.
11410         (occur-engine): If there are no more matches, then finish
11411         searching the current buffer.
11413 2002-05-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
11415         * net/ange-ftp.el (ange-ftp-try-passive-mode)
11416         (ange-ftp-passive-host-alist): Change :version attributes to be
11417         strings.
11419 2002-05-12  Markus Rost  <rost@math.ohio-state.edu>
11421         * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Define it with
11422         define-minor-mode.
11424         * emacs-lisp/find-func.el (find-function-search-for-symbol):
11425         Handle more whitespace/newline combinations in symbol definitions.
11427 2002-05-12  Eli Zaretskii  <eliz@is.elta.co.il>
11429         * w32-vars.el (w32)
11430         * vc-cvs.el (vc-cvs-global-switches)
11431         (vc-cvs-sticky-date-format-string, vc-cvs-sticky-tag-display)
11432         * textmodes/sgml-mode.el (sgml-xml-mode)
11433         * ruler-mode.el (ruler-mode)
11434         * replace.el (query-replace-skip-read-only)
11435         * progmodes/fortran.el (fortran-preprocessor-re)
11436         * net/ange-ftp.el (ange-ftp-passive-host-alist)
11437         * mail/sendmail.el (mail-use-dsn)
11438         * faces.el (mode-line-inactive, minibuffer-prompt)
11439         * add-log.el (add-log-always-start-new-record): Change all
11440         post-21.1 :version attributes to 21.4.
11442 2002-05-12  Richard M. Stallman  <rms@gnu.org>
11444         * mail/smtpmail.el (smtpmail-mail-address): New variable.
11445         (smtpmail-send-it): Bind and use that instead of `mail-address'.
11446         (smtpmail-via-smtp): Likewise.
11448         * ansi-color.el (ansi-color-get-face): Avoid add-to-list on local var.
11449         (ansi-color-apply-sequence): Avoid duplicates in combined face list.
11451         * dired-aux.el (dired-show-file-type): Use -- to say FILE's not option.
11453         * subr.el (functionp): Catch errors in indirect-function.
11455 2002-05-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
11457         * net/ldap.el (ldap-search-internal): Unfold folded lines before
11458         parsing.
11460         * cus-edit.el (customize-set-value): Rename `var' to `variable'
11461         and `val' to `value'.
11462         (customize-save-variable): Rename `var' to `'variable.
11464 2002-05-12  Glenn Morris  <gmorris@ast.cam.ac.uk>
11466         * progmodes/fortran.el (fortran-preprocessor-re): New variable.
11467         Use it for font-locking and indentation.
11468         (fortran-previous-statement, fortran-next-statement): Make them
11469         skip over preprocessor lines.
11470         (fortran-calculate-indent): Use fortran-preprocessor-re.
11472 2002-05-10  Kim F. Storm  <storm@cua.dk>
11474         * emulation/cua-base.el (cua-enable-cua-keys)
11475         (cua-enable-register-prefix): Added value for `other' choice.
11477 2002-05-10  Eli Zaretskii  <eliz@is.elta.co.il>
11479         * menu-bar.el (menu-bar-showhide-scroll-bar-menu)
11480         (menu-bar-showhide-menu): Use display-graphic-p, not window-system.
11481         (menu-bar-showhide-menu) <showhide-menu-bar, showhide-tool-bar>:
11482         Run a named function.
11483         (showhide-menu-bar, showhide-toolbar): Invoke customize-mark-as-set.
11484         (menu-bar-showhide-menu) <column-number-mode, line-number-mode>:
11485         Fix help text.
11487 2002-05-10  Kim F. Storm  <storm@cua.dk>
11489         * emulation/cua-base.el (cua-mode): Misc. changes to use
11490         emulation-mode-map-alists instead of minor-mode-map-alist.
11492 2002-05-09  Richard M. Stallman  <rms@gnu.org>
11494         * mail/rmail.el (rmail-show-message):
11495         Catch error in check-coding-system.
11497         * progmodes/compile.el (compilation-error-regexp-alist):
11498         New element to recognize Python error messages.
11500         * shell.el (shell-replace-by-expanded-directory):
11501         If there's already a / at the end, don't add one.
11503 2002-05-09  Colin Walters  <walters@verbum.org>
11505         * ibuffer.el (ibuffer-mode-map): Add :enable guards for
11506         `ibuffer-filter-disable', `ibuffer-pop-filter',
11507         `ibuffer-or-filter', `ibuffer-negate-filter',
11508         `ibuffer-decompose-filter', `ibuffer-save-filters',
11509         `ibuffer-switch-to-saved-filters', `ibuffer-delete-saved-filters',
11510         `ibuffer-save-filter-groups',
11511         `ibuffer-switch-to-saved-filter-groups',
11512         `ibuffer-delete-saved-filter-groups'.
11514         * ibuf-ext.el (ibuffer-do-occur): Default to 0 context lines.
11516 2002-05-09  Markus Rost  <rost@math.ohio-state.edu>
11518         * woman.el (woman-menu): Move symbol before the comment so that
11519         find-function-search-for-symbol finds it.
11521 2002-05-10  Miles Bader  <miles@gnu.org>
11523         * facemenu.el (list-colors-display): Don't use
11524         `display-color-cells' unless the display class is one for which
11525         that info is relevant.
11527 2002-05-09  Simon Josefsson  <jas@extundo.com>
11529         * mail/smtpmail.el (smtpmail-send-it): Use user-mail-address from
11530         calling buffer.
11531         (smtpmail-auth-credentials): Bump :version to 21.4 (21.3 will not
11532         have the patch).
11534 2002-05-09  Kim F. Storm  <storm@cua.dk>
11536         * wid-edit.el (checkbox): New check-mark image.
11538 2002-05-08  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
11540         * filesets.el (filesets-running-xemacs): Fix last change.
11542 2002-05-08  Markus Rost  <rost@math.ohio-state.edu>
11544         * help-fns.el (describe-function-1): If the source is
11545         `loaddefs.el', look for the real source.  This is necessary only
11546         for defaliases.
11548         * emacs-lisp/find-func.el (find-function-search-for-symbol):
11549         Add autoload cookie.
11550         (find-function-regexp): Include
11551         "\(quote " to match the defaliases in loaddefs.el.
11553         * filesets.el (filesets-conditional-sort): Use copy-sequence,
11554         not copy-list.
11555         (filesets-menu-path, filesets-menu-before, filesets-menu-in-menu):
11556         Defvar them to nil if running in Emacs.
11558 2002-05-08  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
11560         * textmodes/flyspell.el (make-flyspell-overlay): Add help text
11561         to flyspell overlays.
11563         * info.el (Info-mode-map): Bind `c' to Info-copy-current-node-name.
11565 2002-05-08  Richard M. Stallman  <rms@gnu.org>
11567         * diff.el (diff-regexp-alist): Doc fix.
11569         * mail/smtpmail.el (netrc-machine, netrc-get): Add autoloads.
11571 2002-05-08  Simon Marshall  <simon@gnu.org>
11573         * msb.el (msb-menu-bar-update-buffers): Fixed frame menu to use
11574         the frame name as the car of a menu entry, rather than the frame.
11576 2002-05-08  Juanma Barranquero  <lektu@terra.es>
11578         * rfn-eshadow.el (read-file-name-electric-shadow-mode): Fix typos
11579         in docstring.
11581 2002-05-07  Colin Walters  <walters@verbum.org>
11583         * replace.el (occur-unfontify-region-function): Delete.
11584         (occur-mode): Don't use it.
11585         (occur-engine): Respect `keep-props'.
11586         (occur-accumulate-lines): If we're moving forward, decrement;
11587         don't increment, and vice versa.
11589 2002-05-08  Toru Tomabechi  <Toru.Tomabechi@orient.unil.ch>
11591         * language/tibet-util.el (tibetan-canonicalize-for-unicode-alist)
11592         (tibetan-canonicalize-for-unicode-regexp): New variables.
11593         (tibetan-canonicalize-for-unicode-region): New function.
11594         (tibetan-strict-unicode): New variable.
11595         (tibetan-pre-write-canonicalize-for-unicode): New function.
11597 2002-05-07  Markus Rost  <rost@math.ohio-state.edu>
11599         * net/ange-ftp.el (ange-ftp-re-read-dir): Don't hide it behind
11600         the autoload-cookie.  Remove comment.
11602         * ffap.el (ffap): Don't hide it behind the autoload-cookie.
11604         * rect.el (close-rectangle): Don't hide it behind the
11605         autoload-cookie.
11607 2002-05-07  Juanma Barranquero  <lektu@terra.es>
11609         * windmove.el (windmove-default-keybindings): Add optional
11610         parameter to allow using a modifier other than 'shift.
11612 2002-05-07  Thomas Link  <t.link@gmx.at>
11614         * filesets.el:
11615         (filesets-external-viewers): Fix customization problem.
11616         (filesets-some): Replaces cl's `some'.  Calls changed.
11617         (filesets-member): Replaces cl's `member*'.  Calls changed.
11618         (filesets-ormap): New function.
11620 2002-05-07  John Paul Wallington  <jpw@shootybangbang.com>
11622         * ibuffer.el (toplevel): Specialize `ibuffer-mode-groups-popup'
11623         menu items.
11625 2002-05-07  Colin Walters  <walters@gnu.org>
11627         * ibuf-ext.el (ibuffer-pop-filter-group): Doc fix.
11628         (ibuffer-clear-filter-groups): Likewise.
11629         (ibuffer-kill-filter-group): Likewise.
11630         (ibuffer-kill-line): Likewise.
11631         (ibuffer-read-filter-group-name): New function.
11632         (ibuffer-jump-to-filter-group): Use it.
11633         (ibuffer-kill-filter-group): Likewise.
11634         (ibuffer-yank-filter-group): Likewise.
11635         (ibuffer-decompose-filter-group): New function.
11637         * ibuffer.el (ibuffer-mode-map): Bind it.  Add :enable guard
11638         around `ibuffer-filters-to-filter-group' menu item.  Fix :enable
11639         guards for `ibuffer-pop-filter-group' and
11640         `ibuffer-clear-filter-groups'.
11642 2002-05-06  Markus Rost  <rost@math.ohio-state.edu>
11644         * emacs-lisp/find-func.el (find-function-search-for-symbol):
11645         Use with-syntax-table.
11647 2002-05-06  Francesco Potort\e,Al\e(B  <pot@gnu.org>
11649         * mail/rmail.el (rmail-font-lock-keywords): Highlight Resent-[Ff]rom:.
11651 2002-05-05  Markus Rost  <rost@math.ohio-state.edu>
11653         * time-stamp.el (time-stamp-format): Doc fix: escape open
11654         parenthesis in column 0.
11656 2002-05-04  Richard M. Stallman  <rms@gnu.org>
11658         * toolbar/tool-bar.el (tool-bar-local-item-from-menu):
11659         Handle both cases: when the menu item has cached info
11660         and when it doesn't.
11662         * filesets.el (filesets-browse-dir-function): Renamed from ...-fn.
11663         (filesets-open-file-function, filesets-save-buffer-function): Likewise.
11664         (filesets-tree-max-level): Doc fix.
11665         (filesets-commands, filesets-external-viewers)
11666         (filesets-ingroup-patterns): Mark as risky.
11667         (filesets-cache-hostname-flag): Doc fix.
11668         (filesets-menu-cache-file): Doc fix.  Mark as risky.
11669         (filesets-menu-before, filesets-menu-path, filesets-menu-in-menu):
11670         Don't defcustom them if running in Emacs.
11672 2002-05-04  Thomas Link  <t.link@gmx.at>
11674         * filesets.el (filesets-ingroup-collect-files):
11675         Fix problem with inclusion groups' :scan-depth property.
11677 2002-05-04  Colin Walters  <walters@verbum.org>
11679         * ibuf-ext.el (ibuffer-kill-filter-group): Test for killing
11680         "Default" group earlier.  Push killed group on
11681         `ibuffer-filter-group-kill-ring'.
11682         (ibuffer-kill-line): Document.  Don't push killed group ourselves.
11683         (ibuffer-yank-filter-group): Renamed from `ibuffer-yank'.
11684         (ibuffer-insert-filter-group-before): New function, broken out
11685         from `ibuffer-yank'.
11686         (ibuffer-yank): Now just call `ibuffer-yank-filter-group'.
11688         * ibuffer.el (ibuffer-mode-operate-menu, ibuffer-mode-mark-menu)
11689         (ibuffer-mode-view-menu): Unused variables; deleted.
11690         (ibuffer-find-file): Pass wildcard flag to `find-file' correctly.
11692 2002-05-04  John Paul Wallington  <jpw@shootybangbang.com>
11694         * ibuffer.el (ibuffer-mode-groups-popup): New variable.
11695         (toplevel): Bind filter group menu entries in it.  Add :enable
11696         forms for some menu items.
11697         (toplevel): Bind [down-mouse-3] in `ibuffer-mode-filter-group-map'
11698         to `ibuffer-mouse-popup-menu'.
11699         (ibuffer-mouse-popup-menu): Test whether or not we're on a filter
11700         group name, and if so, pop up a filter group menu.
11702 2002-05-04  Jason Rumney  <jasonr@gnu.org>
11704         * mwheel.el (mwheel-event-button): Translate mouse-wheel events.
11705         (mwheel-scroll): Recognize nil scroll amount as documented.
11707         * term/w32-win.el (mouse-wheel-scroll-line)
11708         (mouse-wheel-scroll-screen): Remove.
11709         ([mouse-wheel], [C-mouse-wheel], [S-mouse-wheel]): Use mwheel-scroll.
11711         * w32-vars.el: (mouse-wheel-scroll-amount): Removed.
11713 2002-05-04  Markus Rost  <rost@math.ohio-state.edu>
11715         * emacs-lisp/find-func.el (find-function-search-for-symbol):
11716         Bind case-fold-search when searching.
11718 2002-05-04  Eli Zaretskii  <eliz@is.elta.co.il>
11720         * apropos.el (apropos-print): Fix the reference to mouse-2.
11722 2002-05-04  Daniel Pfeiffer  <occitan@esperanto.org>
11724         * play/mpuz.el (mpuz-switch-to-window): Set buffer-read-only directly.
11726 2002-05-04  Kim F. Storm  <storm@cua.dk>
11728         * cus-edit.el (custom-buffer-verbose-help): New variable.
11729         (custom-buffer-create-internal): Remove verbose introduction
11730         in customization buffer when it is nil.
11732 2002-05-03  Dave Love  <fx@gnu.org>
11734         * international/mule-cmds.el (select-safe-coding-system):
11735         Don't offer coding systems that use locking shift.
11736         Ask for confirmation if chosen coding system disagrees with
11737         a `coding:' spec in the file.
11739 2002-05-03  John Wiegley  <johnw@gnu.org>
11741         * eshell/esh-var.el (eshell-modify-global-environment): Added this
11742         customization variable, which will cause any "export" commands
11743         within any eshell buffer to modify the global Emacs environment.
11744         It defaults to nil, which means that such commands will only
11745         modify that Eshell buffer's environment.
11746         (eshell-var-initialize): Initialize `eshell-modify-global-environment'.
11748         * eshell/em-cmpl.el (eshell-command-completions-alist):
11749         Improve default completion targets for objdump, nm and readelf.
11751 2002-05-03  Colin Walters  <walters@verbum.org>
11753         * play/gamegrid.el (gamegrid-user-score-file-directory): New variable.
11754         (gamegrid-add-score-with-update-game-score):
11755         Use `shared-game-score-directory'.  Correctly handle non-setuid case.
11757 2002-05-02  Colin Walters  <walters@verbum.org>
11759         * replace.el (occur-mode-map): Bind "q" to `delete-window'.
11760         (occur-1): If one of the buffers we're searching is the *Occur*
11761         buffer itself, handle it by creating a temporary buffer.  If any
11762         of the buffers being searched are killed, note that in the search
11763         result message.  Also, set local variables before we possibly kill
11764         the buffer.
11766 2002-05-02  Kim F. Storm  <storm@cua.dk>
11768         * menu-bar.el (menu-bar-make-toggle): Added optional PROPS arg.
11769         (menu-bar-options-save): Added cua-mode.
11770         (menu-bar-options-menu): Added toggle for cua-mode.
11771         Disable toggle for transient-mark-mode if cua-mode is enabled.
11773         * emulation/cua-base.el (cua-inhibit-cua-keys): New buffer-local
11774         variable.
11776 2002-05-01  Richard M. Stallman  <rms@gnu.org>
11778         * help.el (view-todo): New function.
11779         (help-map): Bind C-h C-t to view-todo.
11780         (help-for-help): Change the text.
11782 2002-05-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
11784         * progmodes/f90.el: Yet more doc string, commment and whitespace
11785         changes.
11786         (f90-imenu-flag): New name for internal variable f90-imenu.
11787         (f90-blocks-re, f90-program-block-re, f90-end-if-re)
11788         (f90-no-break-re): Use regexp-opt.
11789         (f90-end-type-re): Add closing "\\>".
11790         (f90-indent-region): Correctly indent comments embedded in
11791         continued lines.
11792         (f90-indent-new-line): Make it indent the current line, as it should.
11793         (f90-line-continued, f90-get-present-comment-type)
11794         (f90-looking-at-if-then, f90-indent-line, f90-indent-new-line)
11795         (f90-indent-region, f90-indent-subprogram, f90-do-auto-fill)
11796         (f90-join-lines, f90-fill-region, f90-match-end, f90-insert-end)
11797         (f90-change-keywords): Minor code tidying.
11799         * progmodes/fortran.el (fortran-strip-sequence-nos): Rename from
11800         typo `fortran-strip-sqeuence-nos'.
11802 2002-05-01  Eli Zaretskii  <eliz@is.elta.co.il>
11804         * simple.el (clone-indirect-buffer-other-window): Fix a typo in
11805         pop-up-window.
11807 2002-05-01  Kim F. Storm  <storm@cua.dk>
11809         * emulation/cua-base.el (cua--pre-command-handler):
11810         Only interpret delete-selection property if mark-active.
11811         (cua-mode): Fixed require in defcustom.
11813 2002-05-01  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
11815         * calendar/cal-menu.el (cal-menu-x-popup-menu): Fix argument of
11816         error call.
11818 2002-05-01  Colin Walters  <walters@verbum.org>
11820         * textmodes/tex-mode.el (tex-validate-buffer):
11821         Use `occur-revert-arguments' instead of setting `occur-nlines' and
11822         `occur-buffer'.  Don't test for `input-pending-p' in loop.
11823         Set text property `occur-target' instead of `occur'.
11825 2002-04-30  John Wiegley  <johnw@gnu.org>
11827         * align.el (align-region): Fixed the fix to align-region, because
11828         the "name" argument was appearing twice.
11830 2002-05-01  Martin Stjernholm  <bug-cc-mode@gnu.org>
11832         * progmodes/cc-engine.el (c-beginning-of-decl-1): Better way
11833         to handle protection labels, one which doesn't get confused by
11834         inherit colons.
11836         * progmodes/cc-engine.el (c-end-of-decl-1): Don't treat
11837         functions that have "class" or "struct" in the return type as
11838         classes or structs.
11840 2002-04-30  Kim F. Storm  <storm@cua.dk>
11842         * menu-bar.el (menu-bar-custom-menu): Change "Recently Changed
11843         Options" to "New Options..."; rephrase tooltip.
11844         Rephrase tooltip for "Specific Option...".
11845         Added "Saved Options" item.  [from Simon Marshall]
11847 2002-04-30  Richard M. Stallman  <rms@gnu.org>
11849         * time.el (display-time-mail-directory)
11850         (display-time-mail-function): Doc fixes.
11852         * ediff-hook.el: Remove autoload cookies.
11854         * language/tibetan.el (tibetan-obsolete-glyphs): Now in tibet-util.el.
11856         * language/tibet-util.el (tibetan-obsolete-glyphs): From tibetan.el.
11858         * align.el (align-region): Fix call to `message'.
11859         Check that (car rule) is a symbol.
11861         * autoinsert.el (auto-insert-directory): Doc fix.
11863         * facemenu.el (describe-text-at and stuff): Moved to descr-text.el.
11865         * descr-text.el: New file, broken out of facemenu.el.
11867         * emacs-lisp/advice.el (documentation): Add ad-define-subr-args call.
11869 2002-04-29  Markus Rost  <rost@math.ohio-state.edu>
11871         * mail/emacsbug.el (report-emacs-bug-hook):
11872         Use replace-match only if search was successful.
11874 2002-04-29  Richard M. Stallman  <rms@gnu.org>
11876         * net/zone-mode.el (zone-mode): Add write-file-hooks hook locally.
11878         * mail/emacsbug.el (report-emacs-bug-hook): Don't fail completely
11879         if the user edits the Emacs version number in the text.
11881         * filesets.el (filesets-running-xemacs): Make defvar unconditional.
11882         (filesets-ingroup-files): Renamed from filesets-ingroup-paths.
11883         (filesets-error): Simplify definition and make conditional
11884         on filesets-running-xemacs.
11885         (filesets-find-file-using): Renamed from fsfind-file-using.
11887 2002-04-29  Stefan Monnier  <monnier@cs.yale.edu>
11889         * info.el (Info-find-in-tag-table-1, Info-read-subfile): Use point-min.
11890         (Info-read-node-name-1): Complete file names.
11891         (Info-complete-menu-item): Don't cons unnecessarily.
11893         * files.el (locate-file): New fun.
11894         (locate-file-completion): Rename from load-completion and generalize.
11895         (load-library): Use it.
11896         (make-auto-save-file-name): Expand caddr.
11898         * newcomment.el (comment-fill-column): New var.
11899         (comment-indent): Use it.
11900         (comment-or-uncomment-region): New fun.
11901         (comment-dwim): Use it.
11903 2002-04-29  Colin Walters  <walters@verbum.org>
11905         * ibuf-ext.el (ibuffer-kill-filter-group): Call `delete' function.
11906         (ibuffer-kill-line): Copy the filter group data structure when killing.
11907         (ibuffer-yank): Handle case where we're yanking on the default
11908         group correctly.
11909         (ibuffer-delete-saved-filter-groups): Doc fix.
11911         * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
11912         Test whether or not update-game-score is setuid, and do the right
11913         thing.
11915 2002-04-29  Kim F. Storm  <storm@cua.dk>
11917         * subr.el (remove-yank-excluded-properties): New helper function.
11918         (insert-for-yank, insert-buffer-substring-as-yank): Use it.
11920         * simple.el (yank-excluded-properties): Added help-echo to list.
11922 2002-04-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
11924         * autoinsert.el (auto-insert-directory): Doc fix.
11926         * progmodes/f90.el: Add/change doc strings for many inline
11927         functions.  Whitespace changes.
11928         (f90-indent-line-no, f90-update-line): Minor code changes.
11930 2002-04-29  Kim F. Storm  <storm@cua.dk>
11932         * emulation/cua-base.el: New file.
11934         * emulation/cua-rect.el: New file.
11936         * emulation/cua-gmrk.el: New file.
11938         * emulation/keypad.el: New file.
11940 2002-04-29  Triet Hoai Lai  <thlai@ee.usyd.edu.au>
11942         * language/vietnamese.el (viet-tcvn-decode-table, ccl-decode-tcvn)
11943         (ccl-encode-tcvn, ccl-encode-tcvn-font, vietnamese-tcvn):
11944         New Vietnamese coding system.
11946         * language/viet-util.el: Update Commentary section.
11948 2002-04-29  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
11950         * filesets.el (filesets-data): Doc fix.
11951         (filesets-running-xemacs): Define even when compiling.
11953         * recentf.el (recentf-cancel-dialog): Remove dot at the end of
11954         sentence.
11956 2002-04-29  Stefan Monnier  <monnier@cs.yale.edu>
11958         * textmodes/fill.el (fill-context-prefix): Fix last change with
11959         yet-another-approach.
11961 2002-04-28  Markus Rost  <rost@math.ohio-state.edu>
11963         * net/ange-ftp.el (ange-ftp-passive-host-alist)
11964         (ange-ftp-bs2000-additional-pubsets): Fix custom type.
11966         * files.el (small-temporary-file-directory): Fix custom type.
11968 2002-04-28  Glenn Morris  <gmorris@ast.cam.ac.uk>
11970         * progmodes/f90.el (f90-xemacs-flag): New variable.
11971         (f90-mark-subprogram-overlay): New variable.
11972         (f90-mark-subprogram): Now it highlights the subprogram.
11973         (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
11974         Fix highlighting of various "type" forms.
11976 2002-04-28  Colin Walters  <walters@verbum.org>
11978         * ibuffer.el (ibuffer-mode): Additional documentation on filter
11979         groups.
11981 2002-04-28  John Paul Wallington  <jpw@shootybangbang.com>
11983         * ibuf-ext.el (ibuffer-set-filter-groups-by-mode): Don't make an
11984         ibuffer-mode filter group if `ibuffer-view-ibuffer' is nil.
11986 2002-04-28  Richard M. Stallman  <rms@gnu.org>
11988         * mail/sendmail.el (mail-recover-1): Decrease non-random-len
11989         by 1 for the newly-readded #.
11991         * files.el (make-auto-save-file-name): Specify # as suffix
11992         in the non-file-visiting case.
11994         * subr.el (make-temp-file): New arg SUFFIX.
11996         * filesets.el: New file.
11998         * replace.el (occur-accumulate-lines): Avoid incf and decf.
11999         (occur-engine-add-prefix): New function.
12000         (occur-engine): Avoid using macrolet, incf and decf.
12001         Use occur-engine-add-prefix instead.
12002         Rename `l' to `lines' and `c' to `matches'.
12004         * replace.el (occur-engine, occur-mode-mouse-goto)
12005         (occur-mode-find-occurrence, occur-mode-goto-occurrence)
12006         (occur-mode-goto-occurrence-other-window)
12007         (occur-mode-display-occurrence): A position is just a marker,
12008         not a list.
12010         * replace.el (occur-revert-arguments):
12011         Renamed from occur-revert-properties.  All uses changed.
12013 2002-04-28  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
12015         * recentf.el (recentf-menu-before): Use string to specify path in
12016         the menu.
12018         * international/mule-cmds.el (read-language-name): Take care of
12019         non-list values.
12021 2002-04-27  Richard M. Stallman  <rms@gnu.org>
12023         * custom.el (custom-load-symbol): Moved from cus-edit.el.
12024         (custom-load-recursion): Likewise.
12026         * cus-edit.el (custom-load-symbol): Moved to custom.el.
12027         (custom-load-recursion): Likewise.
12029         * progmodes/ada-xref.el (ada-add-ada-menu): Menu pseudo-keys
12030         generated by easymenu are now lowercase.
12032 2002-04-27  Richard M. Stallman  <rms@gnu.org>
12034         * menu-bar.el (menu-bar-update-buffers): Add menu items
12035         Next Buffer and Previous Buffer.
12037         * simple.el (next-buffer, prev-buffer): New commands.
12038         Bind C-x left and C-x right to them.
12040         * info.el (Info-header-line): Mark it as risky-local-variable.
12042         * subr.el (insert-for-yank): Replace `category' property
12043         with whatever properties it stands for.
12045         * subr.el (member-ignore-case): Ignore non-strings in LIST.
12047 2002-04-27  Miles Bader  <miles@gnu.org>
12049         * faces.el (read-face-name): Format the prompt correctly when
12050         there's no default.
12052 2002-04-26  Andrew Choi  <akochoi@shaw.ca>
12054         * term/mac-win.el: Don't call ediff-toggle-multiframe.
12055         Set default directory.  Set process-connection-type to nil.
12057 2002-04-26  Richard M. Stallman  <rms@gnu.org>
12059         * loadup.el: Explicitly load cus-face and timer.
12061         * isearch.el: Don't require timer.
12063         * faces.el: Don't require cus-face.
12065         * cus-edit.el (customize-face): Use read-face-name
12066         and handle multiple faces.
12067         (customize-face-other-window): Make it work similarly.
12069         * faces.el (read-face-name): New defaulting features.
12070         New args STRING-DESCRIBING-DEFAULT and MULTIPLE.
12071         (list-faces-display): Use the face, not its name string,
12072         as arg when running customize-face.
12073         Put a `read-face-name' prop on the entire line.
12074         (describe-face): Handle multiple faces via read-face-name.
12076         * textmodes/tex-mode.el (tex-start-options): New variable.
12077         (tex-start-commands): New variable.
12078         (tex-start-options-string): Variable deleted.
12079         (tex-start-tex): Use tex-start-options and tex-start-commands,
12080         not tex-start-options-string.
12081         (tex-command): Doc fix.
12083 2002-04-26  Sam Steingold  <sds@gnu.org>
12085         * mail/smtpmail.el (smtpmail-try-auth-methods): When `host' is
12086         not in the authinfo/netrc, keep `cred' at nil.
12088 2002-04-26  Gerd Moellmann  <gerd@gnu.org>
12090         * find-file.el: Remove Ada-specific example code.
12092 2002-04-25  Michael Kifer  <kifer@cs.stonybrook.edu>
12094         * ediff-hooks.el: Put back the autoloads.
12096 2002-04-25  Colin Walters  <walters@verbum.org>
12098         * ibuffer.el (define column process): Use `ibuffer-aif'.
12100         * ibuf-ext.el (ibuffer-saved-filter-groups): Don't include broken
12101         defaults.
12102         (ibuffer-yank): Be sure to `setq' after we use `nconc'.
12103         (ibuffer-save-filter-groups): Correctly structure filter groups.
12104         (ibuffer-switch-to-saved-filter-groups): Correctly extract filter
12105         groups.
12107 2002-04-25  Simon Josefsson  <jas@extundo.com>
12109         * mail/sendmail.el (mail-use-dsn): New variable to request
12110         delivery status notification from MTA.
12111         (sendmail-send-it): Use it.
12113         * mail/smtpmail.el (smtpmail-queue-counter): New variable.
12114         (smtpmail-send-it): Use it to construct new queue filenames
12115         (needed if you send more than one message per second, which is
12116         possible if you use Gnus Agent).
12118         * mail/smtpmail.el (smtpmail-auth-credentials): Support netrc
12119         files as well.
12120         (smtpmail-try-auth-methods): Support netrc data.
12121         (netrc-parse): Autoload netrc.
12123 2002-04-25  Colin Walters  <walters@verbum.org>
12125         * replace.el (multi-occur-by-filename-regexp): Doc fix.
12126         (occur-engine): Go to `point-min'.  Make nlines argument actually
12127         mean number of context lines.  Handle it.  Pad digits to the right.
12129         * ibuf-ext.el (ibuffer-filtering-groups): Renamed to
12130         `ibuffer-filter-groups'.  All users updated.
12131         (ibuffer-show-empty-filter-groups): New variable.
12132         (ibuffer-saved-filter-groups): New variable.
12133         (ibuffer-maybe-save-stuff): Renamed from
12134         `ibuffer-maybe-save-saved-filters'.  Callers updated.
12135         Handle `ibuffer-saved-filter-groups'.
12136         (ibuffer-hidden-filtering-groups): Renamed to
12137         `ibuffer-hidden-filter-groups'.
12138         (ibuffer-filter-group-kill-ring): New variable.
12139         (ibuffer-save-with-custom): Doc fix.
12140         (ibuffer-set-filter-groups-by-mode): New function.
12141         (ibuffer-clear-filter-groups): New function.
12142         (ibuffer-current-filter-groups-with-position): Renamed from
12143         `ibuffer-current-filter-groups'.  Callers updated.
12144         (ibuffer-kill-filter-group): New function.
12145         (ibuffer-kill-line): New function.
12146         (ibuffer-yank): New function.
12147         (ibuffer-save-filter-groups): New function.
12148         (ibuffer-delete-saved-filter-groups): New function.
12149         (ibuffer-switch-to-saved-filter-groups): New function.
12150         (ibuffer-mark-on-buffer): Add optional arguments for adding a
12151         specific mark, and marking on a specific group.
12153         * ibuffer.el (ibuffer-formats): Doc fix.
12154         (ibuffer-mode-map): Bind <up> to `ibuffer-backward-line'.
12155         Bind new functions from ibuf-ext.el.  Add menu entries for them.
12156         Remove superfluous tooltips.
12157         (ibuffer-toggle-marks): If on a group name, then toggle marks just
12158         in that group.
12159         (ibuffer-mark-interactive): Handle filter groups.
12160         (ibuffer-mark-forward, ibuffer-unmark-forward)
12161         (ibuffer-mark-for-delete, ibuffer-unmark-backward)
12162         (ibuffer-mark-for-delete-backwards): Update docs.
12163         (ibuffer-current-filter-groups): Moved to ibuf-ext.el, and renamed
12164         to `ibuffer-current-filter-groups-with-position'.
12165         (ibuffer-redisplay-engine): Handle `ibuffer-show-empty-filter-groups'.
12166         (ibuffer-mode): Add some documentation about filter groups.
12168 2002-04-25  Andreas Schwab  <schwab@suse.de>
12170         * find-dired.el (find-name-dired): Don't quote pattern twice.
12172 2002-04-26  Miles Bader  <miles@gnu.org>
12174         * cus-edit.el (customize-face, customize-face-other-window):
12175         Use default instead of initial-input for suggested face.
12177 2002-04-25  Gerd Moellmann  <gerd@gnu.org>
12179         * cus-edit.el (customize-face-other-window, customize-face):
12180         Interactively, when point is on text with a face, suggest to
12181         customize that face.
12183 2002-04-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
12185         * progmodes/f90.el: General tidy-up of commentary and some doc
12186         strings.
12188 2002-04-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
12190         * scroll-all.el (scroll-all-function-all) New function to do the
12191         actual work.
12192         (scroll-all-scroll-down-all, scroll-all-scroll-up-all,
12193         scroll-all-page-down-all, scroll-all-page-up-all,
12194         scroll-all-beginning-of-buffer-all, scroll-all-end-of-buffer-all):
12195         Make them use scroll-all-function-all.
12197         * progmodes/f90.el (f90-get-beg-of-line): Removed and replaced
12198         with line-beginning-position.
12199         (f90-get-end-of-line): Removed and replaced with line-end-position.
12200         (f90-match-piece): Removed and replaced with match-string.
12201         (f90-current-indentation): Remove `current-column'.
12202         (f90-get-present-comment-type): Use match-string rather than
12203         buffer-substring.
12204         (f90-match-end): Use line-beginning-position, line-end-position
12205         rather than beginning-of-line, end-of-line.
12206         (f90-startup-message): Variable removed.
12208 2002-04-24  Colin Walters  <walters@verbum.org>
12210         * replace.el (occur-accumulate-lines): Add optional argument
12211         `no-props'.  Handle it.
12212         (occur-engine): Use it.
12214         * ibuf-ext.el (toplevel): Remove byte-compile-dynamic.  Try to set
12215         up autoloads manually.
12216         (ibuffer-split-list): New function.
12217         (ibuffer-filtering-groups): New variable.
12218         (ibuffer-hidden-filtering-groups): New variable.
12219         (ibuffer-mouse-toggle-filter-group): New function.
12220         (ibuffer-toggle-filter-group): New function.
12221         (ibuffer-toggle-filter-group-1): New function.
12222         (ibuffer-forward-filter-group): New function.
12223         (ibuffer-backward-filter-group): New funtion.
12224         (ibuffer-generate-filter-groups): New function.
12225         (ibuffer-filters-to-filter-group): New function.
12226         (ibuffer-pop-filter-group): New function.
12227         (ibuffer-jump-to-filter-group): New function.
12228         (ibuffer-do-occur): Just use `occur-read-primary-args'
12230         * ibuffer.el (ibuffer-filter-group-name-face): New.
12231         (ibuffer-mode-map): Bind and add menu entries for most new
12232         functions; also, bind the arrow keys to the movement functions.
12233         (ibuffer-mode-filter-group-map): New.
12234         (ibuffer-mouse-toggle-mark): Handle group names.
12235         (ibuffer-mouse-visit-buffer): Error if the current buffer is killed.
12236         (ibuffer-skip-properties): New function.
12237         (ibuffer-backward-line, ibuffer-forward-line): Optionally skip
12238         group names.  Also, handle new properties.
12239         (ibuffer-visit-buffer, ibuffer-visit-buffer-other-window):
12240         Move error handling to `ibuffer-current-buffer'.
12241         (ibuffer-visit-buffer-other-frame, ibuffer-bury-buffer): Ditto.
12242         (ibuffer-visit-tags-table, ibuffer-do-view-1): Ditto.
12243         (ibuffer-toggle-marks): Add optional group argument.
12244         (ibuffer-mark-interactive): Skip group names.
12245         (ibuffer-current-buffer): Clean up error handling.
12246         (ibuffer-fontify-region-function): Fontify group names.
12247         (ibuffer-map-lines): Add extra group argument.  Handle it.
12248         (ibuffer-current-filter-groups): New function.
12249         (ibuffer-redisplay): Handle hidden filtering groups.
12250         (ibuffer-sort-bufferlist): New function, taken from
12251         `ibuffer-insert-buffers-and-marks'.
12252         (ibuffer-insert-filter-group): New function.
12253         (ibuffer-redisplay-engine): Renamed from
12254         `ibuffer-insert-buffers-and-marks'.  Handle new filtering groups.
12255         (ibuffer): Add filter-groups argument.  Handle it.
12256         Use `save-selected-window'.
12257         (ibuffer-mode): Make `ibuffer-filtering-groups' and
12258         `ibuffer-hidden-filtering-groups' buffer-local.
12260         * ibuf-macs.el (ibuffer-save-marks): Call `ibuffer-redisplay-engine'.
12262 2002-04-24  Richard M. Stallman  <rms@gnu.org>
12264         * emacs-lisp/easymenu.el (easy-menu-intern): Downcase before interning.
12265         (easy-menu-define-key-intern): Function deleted; callers intern
12266         and then call easy-menu-define-key.
12267         (easy-menu-do-add-item): Explicitly intern the key, but not BEFORE.
12268         (easy-menu-define-key): Use easy-menu-name-match to match BEFORE.
12269         (easy-menu-name-match): New function.
12270         (add-submenu): New function.
12271         (easy-menu-get-map-look-for-name): Use easy-menu-name-match.
12273 2002-04-24  Eli Zaretskii  <eliz@is.elta.co.il>
12275         * menu-bar.el (menu-bar-adv-search-menu)
12276         (menu-bar-adv-search-menu): Improve the help text.
12278 2002-04-24  Simon Josefsson  <jas@extundo.com>
12280         * net/netrc.el: New file.
12282 2002-04-24  Thomas DeWeese  <tdeweese@rochester.rr.com>
12284         * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
12285         Check if any of the available selection sources has new content
12286         and if so it will return that content.
12288 2002-04-24  Miles Bader  <miles@gnu.org>
12290         * menu-bar.el (buffers-menu-show-directories)
12291         (buffers-menu-show-status): New variables.
12292         (menu-bar-update-buffers-1): Use them.
12294 2002-04-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
12296         * progmodes/cc-cmds.el (c-mask-comment): More fixes when used
12297         from `c-do-auto-fill' and point is at or near the limit of the
12298         comment.  Fixed bug when the prefix from `c-guess-fill-prefix'
12299         is longer than the text on the first line of the comment when
12300         it's masked.
12302 2002-04-24  Miles Bader  <miles@gnu.org>
12304         * menu-bar.el (menu-bar-update-buffers-1): Make sure
12305         `uniquify-buffer-name-style' is bound.
12307 2002-04-23  Colin Walters  <walters@verbum.org>
12309         * replace.el (toplevel): Require `cl' while compiling.
12310         (occur-buffer, occur-nlines): Delete.
12311         (occur-revert-properties): Rename to `occur-revert-properties'.
12312         (occur-mode): Handle it.  Set up font lock.
12313         (occur-revert-function): Simply apply `occur-1'.
12314         (occur-mode-find-occurence, occur-mode-mouse-goto)
12315         (occur-mode-goto-occurrence-other-window)
12316         (occur-mode-display-occurrence): Handle buffer property.
12317         (list-matching-lines-face): Use defcustom.
12318         (list-matching-lines-buffer-name-face): New variable.
12319         (occur-accumulate-lines): Renamed from `ibuffer-accumulate-lines',
12320         in ibuffer.el.
12321         (occur-read-primary-args): Move out of `occur'.
12322         (occur): Delete.  Now simply call `occur-1'.
12323         (multi-occur, multi-occur-by-filename-regexp): New functions.
12324         (occur-1): New function.
12325         (occur-engine): Renamed from `ibuffer-occur-engine' to replace the
12326         previous implementation of `occur'; taken from ibuf-ext.el.
12327         (occur-fontify-on-property): New function.
12328         (occur-fontify-region-function, occur-unfontify-region-function):
12329         New functions.
12331         * ibuffer.el (ibuffer-accumulate-lines): Moved to replace.el.
12333         * ibuf-ext.el (ibuffer-depropertize-string): Delete.
12334         (ibuffer-occur-match-face): Delete.
12335         (ibuffer-occur-props, ibuffer-occur-mode): Delete.
12336         (ibuffer-occur-mouse-display-occurence): Delete.
12337         (ibuffer-occur-goto-occurence, ibuffer-occur-display-occurence)
12338         (ibuffer-do-occur-1, ibuffer-occur-revert-buffer-function): Delete.
12339         (ibuffer-occur-engine): Moved to replace.el.
12340         (ibuffer-do-occur): Simply call `occur-1'.
12342         * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
12343         Handle the case where we're already viewing the score file.
12345 2002-04-23  Andreas Schwab  <schwab@suse.de>
12347         * menu-bar.el (menu-bar-goto-menu): Fix bindings for next-tag and
12348         next-tag-otherw.
12350 2002-04-23  Miles Bader  <miles@gnu.org>
12352         * menu-bar.el (menu-bar-update-buffers-1): Don't display a
12353         directory separator if there's no directory.  Don't display
12354         directories at all if uniquify is active.  Some code cleanup.
12355         (uniquify-buffer-name-style): Declare (but don't initialize).
12357         * menu-bar.el (menu-bar-update-buffers): Don't use constant lists
12358         for command menu entries, since the low-level menu code modifies
12359         them.  Cache the resulting list.
12360         (menu-bar-buffers-menu-command-entries): New variable.
12362         * menu-bar.el (menu-bar-update-buffers): Add `Select Named Buffer'.
12363         Add separator line before commands
12364         Remove old crufty code that tried to line things up by adding
12365         spaces to entries (it doesn't work).
12366         Move `Frames' submenu after the normal buffers, and add a
12367         separator line before it.
12368         (menu-bar-buffers-menu-list-buffers-entry): Variable removed.
12370 2002-04-22  Richard M. Stallman  <rms@gnu.org>
12372         * files.el (after-find-file): Use %s to output MSG.
12374         * dired.el (dired-mouse-find-file-other-window):
12375         Handle events that move out of the window.
12377 2002-04-23  Martin Stjernholm  <bug-cc-mode@gnu.org>
12379         * progmodes/cc-cmds.el (c-mask-comment): Fixed bug where point
12380         was moved to the following line when it was at the first line
12381         of a block comment where comment-start-skip matched to eol.
12383 2002-04-22  Richard M. Stallman  <rms@gnu.org>
12385         * simple.el (line-move-finish): Find beg and end of line
12386         before calling line-move-to-column.  Do consider intangible
12387         when finding the end.  Take more care in analyzing the results
12388         of intangibility after line-move-to-column.
12390 2002-04-22  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
12392         * international/mule-diag.el (list-input-methods-1): Doc fix
12393         (LEIM is now part of the standard distribution).
12395         * tmm.el (tmm-completion-prompt): Doc fix.
12397         * hilit-chg.el (global-highlight-changes): Capitalize status texts.
12399 2002-04-22  Edward M. Reingold  <reingold@emr.cs.iit.edu>
12401         * diary-lib.el (include-other-diary-files): Allow modifying
12402         included buffer, to turn off selective display.
12404 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
12406         * progmodes/cc-mode.el: (c-define-abbrev-table): New function to
12407         pass the SYSTEM-FLAG to `define-abbrev' in a way that works in
12408         emacsen that doesn't support it.
12410 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
12412         * progmodes/cc-align.el, progmodes/cc-engine.el,
12413         progmodes/cc-styles.el, progmodes/cc-vars.el
12414         (c-guess-basic-syntax, c-lineup-topmost-intro-cont):
12415         Find correct anchor for statement-cont in top level constructs.
12416         Analyze variable initializations in top level constructs as
12417         topmost-intro-cont instead of statement-cont.  That is an
12418         incompatible change but it gives better consistency.  The new
12419         lineup function c-lineup-topmost-intro-cont' compensates for
12420         it and is now put on topmost-intro-cont by default.
12422         * progmodes/cc-align.el, progmodes/cc-engine.el,
12423         progmodes/cc-langs.el (c-lineup-argcont): Lineup function
12424         contributed by Kevin Ryde.
12426         (c-in-gcc-asm-p): Function to recognize asm statements.
12427         Contributed by Kevin Ryde.
12429         (c-opt-asm-stmt-key): New language variable to recognize the
12430         beginning of asm statements.
12432 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
12434         * progmodes/cc-engine.el (c-guess-basic-syntax):
12435         Detect variable declarations after class and struct declarations
12436         correctly.  Fixed limit error when finding the anchor for
12437         template-args-cont and topmost-intro-cont.
12439 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
12441         * progmodes/cc-cmds.el (c-beginning-of-defun)
12442         (c-declaration-limits): Find the "line oriented" declaration
12443         start too, just like the "line oriented" end is found.
12445 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
12447         * progmodes/cc-vars.el (c-offsets-alist): A more sane default
12448         for `inexpr-statement'.  This is not compatible, though.
12449         I think the benefit of a good default style outweights that in
12450         this case.  Besides, `inexpr-statement' is not very common.
12452 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
12454         * progmodes/cc-cmds.el (c-electric-delete-forward):
12455         Fix silly bug that caused it to delete backwards in hungry delete
12456         mode.  (It's amazing that this bug hasn't been reported.)
12458         * progmodes/cc-cmds.el (c-declaration-limits, c-mark-function):
12459         Extracted the code to get the declaration limits from
12460         `c-mark-function' to a new `c-declaration-limits'.
12462         (c-indent-defun): Use the same method to get the limits of the
12463         declaration or macro as `c-mark-function'.
12465         * progmodes/cc-engine.el (c-beginning-of-decl-1): Handle brace
12466         list initializers correctly (but costly; it ought to be
12467         integrated into `c-beginning-of-statement-1').
12469 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
12471         * progmodes/cc-cmds.el, progmodes/cc-engine.el
12472         (c-beginning-of-defun, c-end-of-defun, c-mark-function):
12473         Rewritten to detect the declaration limits better.
12474         Now handles K&R argdecls, class definitions followed by variables etc.
12476         (c-in-knr-argdecl): Broke out the K&R argdecl test in
12477         `c-beginning-of-decl-1' to this new function.
12479         (c-end-of-statement-1, c-end-of-decl-1):
12480         Replace `c-end-of-statement-1' with `c-end-of-decl-1', which correctly
12481         handles declarations that continue after the block.
12483         * progmodes/cc-engine.el (c-syntactic-re-search-forward):
12484         Added an option to restrict matching to the top level of the
12485         current paren sexp.
12487         * progmodes/cc-langs.el (c-opt-block-decls-with-vars-key):
12488         New regexp to recognize declarations that continue after the block.
12490         (c-syntactic-eol): New regexp to match a "syntactic" eol.
12492 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
12494         * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed a bug
12495         that often caused the backward limit to be lost at the top
12496         level.  This improves performance a bit.
12498         * progmodes/cc-engine.el (c-syntactic-re-search-forward):
12499         New function that works like `re-search-forward' but only returns
12500         matches in syntactically significant text.
12502         * progmodes/cc-engine.el: Fixed a faster and more accurate way
12503         to recognize K&R argdecls.
12505         (c-beginning-of-decl-1): New function that put point at the
12506         beginning of the declaration.  It handles K&R argdecl blocks.
12508         (c-guess-basic-syntax): Replaced the `knr-argdecl' recognition
12509         code with one that doesn't depend on the current indentation.
12510         The anchor position for `knr-argdecl' has also changed, but in
12511         a way that is unlikely to cause compatibility problems.
12513 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
12515         * progmodes/cc-defs.el, progmodes/cc-engine.el
12516         (c-forward-comment): `forward-comment' in XEmacs skips over
12517         line continuations in the backward direction.  Correct for
12518         that.  Also made this a defun since it has grown too large now
12519         to be a defsubst.
12521         * progmodes/cc-langs.el: More convenient and decentralized
12522         setup of the language specific variables.  The regexp-opt
12523         mangling is also done at compile time now.
12525 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
12527         * progmodes/cc-cmds.el (c-indent-line-or-region):
12528         Call `c-indent-line' directly instead of through
12529         `indent-according-to-mode' so that this function always
12530         indents syntactically.
12532         * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed a bug
12533         where a class beginning with a nested class could cause an
12534         infinite loop (the state outside the narrowed out class is
12535         never used now).
12537 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
12539         * progmodes/cc-align.el, progmodes/cc-cmds.el,
12540         progmodes/cc-engine.el, progmodes/cc-vars.el: Fixes so that
12541         the context sensitive analysis inside macros is restricted to
12542         the bodies of #define's; other things, like #if expressions,
12543         never have anything in common with their surroundings.
12544         The old `cpp-macro-cont' syntax is now used in situations where
12545         the syntactic analysis isn't applicable, and a new syntactic
12546         element `cpp-define-intro' is used to add indentation in
12547         #define bodies.
12549         (c-lineup-cpp-define): New name for `c-lineup-macro-cont' to
12550         better reflect its use.
12552         * progmodes/cc-engine.el (c-guess-basic-syntax): Ignore line
12553         continuation backslashes in the detection of `arglist-cont-nonempty'.
12555         * progmodes/cc-align.el: Use the vector form in the return
12556         value in all cases where lineup functions return absolute columns.
12558 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
12560         * progmodes/cc-engine.el (c-add-stmt-syntax)
12561         (c-guess-basic-syntax): Anchor `brace-list-intro' and
12562         `bracec-list-close' better for brace lists nested inside expressions.
12564         * progmodes/cc-engine.el, progmodes/cc-langs.el,
12565         progmodes/cc-mode.el, progmodes/cc-styles.el: Cleaned up the
12566         various language specific variables and their initialization.
12567         The keyword regexps are now lists that are combined with
12568         regexp-opt.  Some variables have changed names to fit better
12569         with the naming convention.
12571         * progmodes/cc-defs.el, progmodes/cc-vars.el
12572         (c-buffer-is-cc-mode): The value is the mode symbol of the
12573         original CC Mode mode.
12575         (c-major-mode-is): Compare against the buffer local variable
12576         `c-buffer-is-cc-mode', which is faster than using `derived-mode-class'.
12578 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
12580         * progmodes/cc-engine.el (c-forward-syntactic-ws)
12581         (c-backward-syntactic-ws, c-forward-token-1)
12582         (c-backward-token-1, c-in-literal, c-literal-limits)
12583         (c-collect-line-comments, c-literal-type, c-on-identifier)
12584         (c-guess-basic-syntax): These functions are now considered part
12585         of the "CC Mode API" and may be used by other code.
12586         That's signified by making their documentation into docstrings.
12588         (c-whack-state, c-hack-state, c-skip-case-statement-forward):
12589         Removed these internal functions since they aren't used.
12591         (c-forward-to-cpp-expression): Classified this function as internal.
12593 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
12595         * progmodes/cc-langs.el (c-ObjC-class-key, c-Java-class-key):
12596         Simplified these regexps; the class keywords they contain
12597         ought to be enough to avoid false matches, so checking for
12598         following identifiers etc is just unnecessary (and might also
12599         fail for oddly formatted code).
12601 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
12603         * progmodes/cc-engine.el, progmodes/cc-cmds.el
12604         (c-forward-comment-lc): New function that behaves like
12605         `c-forward-comment', with the exception that line
12606         continuations are treated as whitespace.
12608         (c-beginning-of-statement): Use `c-forward-comment-lc', to
12609         work correctly in macros and other places where line
12610         continuations should be treated as whitespace.
12612         * progmodes/cc-engine.el (c-guess-basic-syntax): Analyze a
12613         normal label in a switch block as a case label, to get
12614         consistent lineup with the case labels.
12616         * progmodes/cc-engine.el (c-backward-syntactic-ws): Fixed bug
12617         in skipping over a macro that ends with an empty line.
12619         * progmodes/cc-styles.el: Require cc-align since styles added
12620         with `c-add-style' often contains references to functions
12621         defined there, and so the `c-valid-offset' check might
12622         otherwise complain on them.
12624 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
12626         * progmodes/cc-align.el, progmodes/cc-mode.texi,
12627         progmodes/cc-vars.el: Added two new lineup functions:
12629         (c-lineup-knr-region-comment): A new lineup function to get
12630         (what most people think is) better indentation of comments in
12631         the "K&R region" between the function header and its body.
12633         (c-lineup-gcc-asm-reg): New lineup function for better
12634         indentation inside gcc asm blocks.  Contributed by Kevin Ryde.
12636         (c-offsets-alist): Use `c-lineup-gcc-asm-reg' and
12637         `c-lineup-knr-region-comment' in the default offset
12638         configuration, since these two functions have little impact
12639         outside their intended use, and they generally do the right
12640         thing when they kick in.
12642         * progmodes/cc-engine.el (c-guess-continued-construct)
12643         (c-guess-basic-syntax): Handle nested functions in all
12644         languages, not just Pike.  In C and C++ there's a gcc
12645         extension for this, and it also gives better treatment of
12646         macros that are followed by blocks.
12648         * progmodes/cc-langs.el (c-symbol-key): Made this variable
12649         mode specific, to handle Pike special symbols like `== better.
12651 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
12653         * progmodes/cc-cmds.el, progmodes/cc-engine.el,
12654         progmodes/cc-vars.el (c-report-syntactic-errors): A new
12655         variable to control the syntactic error messages.  It defaults
12656         to off; since CC Mode ignores most syntactic errors it might
12657         as well ignore them all for the sake of consistency.
12659 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
12661         * progmodes/cc-engine.el (c-looking-at-inexpr-block):
12662         Optimization.  Can give a noticeable speedup if there's a
12663         large preceding function or class body.
12665 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
12667         * progmodes/cc-align.el, progmodes/cc-cmds.el: Use more
12668         efficient and correct insertion functions in many places.
12669         Always inherit text properties correctly if the text is
12670         permanent.  Also do it for speed in temporary insertions,
12671         since I figure it's less work to continue the surrounding text
12672         properties than to break them.
12674         * progmodes/cc-styles.el (c-read-offset): Unbind SPC in the
12675         completion to make it easier to enter lists.
12677 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
12679         * progmodes/cc-cmds.el (c-beginning-of-defun): Fixed bug where
12680         c-state-cache was clobbered.
12682         * progmodes/cc-cmds.el, progmodes/cc-engine.el
12683         (c-calculate-state): Moved from cc-cmds.el to cc-engine.el due
12684         to dependency.
12686 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
12688         * progmodes/cc-engine.el (c-parse-state): Ignore unbalanced
12689         open parens in macros (if point isn't in the same one).
12691 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
12693         * progmodes/cc-cmds.el (c-context-open-line): New function
12694         that is the `open-line' equivalent to `c-context-line-break'.
12696         * progmodes/cc-mode.el (c-mode-base-map): Compatibility fix
12697         for Emacs 21 since `indent-new-comment-line' has been changed
12698         to `comment-indent-new-line' there.
12700 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
12702         * progmodes/cc-engine.el, progmodes/cc-langs.el
12703         (c-stmt-delim-chars, c-stmt-delim-chars-with-comma):
12704         New variables containing the character sets used to recognize
12705         statement/declaration boundaries.  These variables might help
12706         to support languages like javascript and awk, where newlines
12707         sometimes delimits statements.
12709         (c-crosses-statement-barrier-p): Use `c-stmt-delim-chars' as
12710         the set of statement delimiting characters, to allow it to be
12711         changed dynamically and per-mode.
12713 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
12715         * progmodes/cc-engine.el (c-looking-at-bos)
12716         (c-looking-at-inexpr-block, c-add-stmt-syntax)
12717         (c-guess-basic-syntax): Treat blocks directly inside function
12718         calls like "bare" statements inside function calls, and not
12719         like in-expression statements.  This to make indentation of
12720         such blocks consistent with other statements inside macro calls.
12722         * progmodes/cc-engine.el (c-guess-basic-syntax):
12723         Made arglist-cont anchor correctly in arglists that contain statements.
12725         * progmodes/cc-engine.el (c-guess-basic-syntax):
12726         Fixed consistent anchoring of defun-block-intro in defuns in code
12727         blocks (can only occur in Pike).
12729         * progmodes/cc-engine.el (c-looking-at-inexpr-block)
12730         (c-looking-at-inexpr-block-backward): Changed the arguments to
12731         require containing sexps and paren state, for better efficiency.
12733 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
12735         * progmodes/cc-cmds.el, progmodes/cc-engine.el,
12736         progmodes/cc-vars.el: Improved anchoring of statement and
12737         handling of labels in front of substatements.
12739         (c-guess-continued-construct, c-guess-basic-syntax):
12740         Improved and unified anchoring at statements.  Statements beginning
12741         with comments or labels are now avoided, by going out of
12742         blocks and containing statements if necessary.  This nesting
12743         handling also fixes the case when there's a statement after a
12744         block open brace.  Added the syntactic symbol `substatement-label'.
12746         (c-electric-colon): Map the new `substatement-label' to
12747         `label' when consulting `c-hanging-colons-alist'.
12749         (c-offsets-alist): Added substatement-label.  Updated the
12750         comments for the new anchoring positions at statements.
12752         * progmodes/cc-engine.el (c-guess-basic-syntax): Use more sane
12753         anchor points for knr-argdecl-intro and access-label.
12754         They used to refer to some point on the same line, a bug which was
12755         neutralized by a kludge in `c-get-syntactic-indentation' which
12756         ignored such anchor points.
12758         (c-get-syntactic-indentation): Removed the kludge that was
12759         necessary due to buggy anchor points.
12761         * progmodes/cc-engine.el (c-guess-basic-syntax): Do not check
12762         the absence of a comma before arglist-close (case 7A) in any
12763         language, since there's nothing better to do that case anyway.
12764         Added special case to make in-expression statements be
12765         recognized as normal arglist-cont if we're directly in a macro
12766         arglist, for consistency with other "bare" statements.
12768         * progmodes/cc-engine.el (c-looking-at-bos): Added optional
12769         limit arg for backward searches.
12771         * progmodes/cc-engine.el (c-looking-at-inexpr-block):
12772         Anchor gcc in-expression statements at the surrounding open
12773         parenthesis.  Treat a class body as an in-expression class if
12774         it's used in an object clone expression in Pike.
12776         * progmodes/cc-engine.el (c-get-offset)
12777         (c-get-syntactic-indentation): Allow several anchor positions
12778         in the list of syntactic symbols.  Only the first is used as
12779         the base for the offset calculation.
12781 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
12783         * progmodes/cc-cmds.el (c-indent-defun): Indent the current
12784         macro if inside one at the top level.  Do not throw an error
12785         if used at the top level outside a macro.
12787         * progmodes/cc-cmds.el (c-backslash-region): Do tab width
12788         alignment only if the backslashes can't be aligned with
12789         surrounding backslashes.
12791         * progmodes/cc-engine.el (c-end-of-macro): New function.
12793         * progmodes/cc-engine.el (c-least-enclosing-brace):
12794         Rewritten to not be destructive.
12796 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
12798         * progmodes/cc-cmds.el (c-context-line-break): Only do a macro
12799         line break when point is inside the content of it; if it's in
12800         the cpp keyword a normal line break is done.
12802         * progmodes/cc-engine.el (c-guess-basic-syntax): Do not add
12803         cpp-macro-cont inside the argument list to a #define.
12805 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
12807         * progmodes/cc-defs.el (c-forward-comment): Implemented a
12808         kludge to avoid the problem most forward-comment incarnations
12809         have with `\' together with comment parsing.
12811 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
12813         * progmodes/cc-engine.el (c-check-state-cache): Fixed bug
12814         which could cause the state returned by `c-parse-state' to
12815         lack a closed paren element.  That in turn could result in
12816         very long searches, since it's common that they start from the
12817         last preceding close brace.
12819 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
12821         * progmodes/cc-engine.el (c-beginning-of-statement-1): Do not
12822         treat else-if as a single continuation, since that'd make it
12823         hard to get the right anchor point when there's a line break
12824         between the two keywords.  This change causes else-clause to
12825         be anchored on the closest preceding else-if and not always on
12826         the starting if, but that doesn't affect the indentation for
12827         any reasonably sane style.  Also introduced a noerror flag.
12829         (c-beginning-of-closest-statement): Removed;
12830         c-beginning-of-statement-1 now avoids the problem this one solved.
12832         * progmodes/cc-engine.el (c-guess-continued-construct)
12833         (c-guess-basic-syntax): Better and more uniform anchor points
12834         for 'statement-cont and 'substatement.  The effect is
12835         noticeable mostly when there's a label on the same line as the
12836         beginning of the statement, or when there are more stuff
12837         before the start of the statement.
12839         * progmodes/cc-engine.el (c-looking-at-inexpr-block):
12840         Added flag to disable looking at the type of the surrounding paren
12841         since that confuses c-beginning-of-statement-1 and a couple of
12842         other places.
12844         * progmodes/cc-engine.el (c-guess-basic-syntax):
12845         Avoid stepping to the previous statement in case 18.
12846         Improvements in recognition of statement blocks on the top level.
12848 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
12850         * progmodes/cc-engine.el (c-beginning-of-statement-1)
12851         (c-crosses-statement-barrier-p): Rewritten to get a well
12852         defined and documented behavior.  This fixes some tricky cases
12853         in recognition of do-while constructs.
12855         (c-backward-to-start-of-do, c-backward-to-start-of-if):
12856         Removed; use c-beginning-of-statement-1 instead.
12858         (c-guess-continued-construct, c-guess-basic-syntax):
12859         Various fixes to not depend on the bugs previously in
12860         c-beginning-of-statement-1.  Cleanups in cases 18 and 17 to
12861         use the new behavior of c-beginning-of-statement-1 better.
12862         Fixed recognition of catch blocks inside macros.
12864         * progmodes/cc-engine.el (c-backward-syntactic-ws): Fixed bug
12865         in skipping over a macro.
12867         * progmodes/cc-langs.el (c-label-kwds): New variable to
12868         contain the appropriate c-*-label-kwds value.
12870         * progmodes/cc-vars.el (defcustom-c-stylevar): Fixed value
12871         evaluation bug that caused the widget for
12872         c-block-comment-prefix to bug out.
12874 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
12876         * progmodes/cc-engine.el (c-guess-basic-syntax):
12877         Improved recognition of statements: They are now recognized in
12878         contexts where they normally can't occur, e.g. on the top level or
12879         in function call arguments.  This is mainly useful to recognize
12880         statements in macros at the top level, and in arguments to
12881         macros.  The cases has been moved around quite a bit, and case
12882         10 has been copied to case 18.  (The cases has not been
12883         renumbered because of this.)
12885         (c-guess-continued-construct): New function which has the
12886         rules which are common between cases 10 and 18.
12888         * progmodes/cc-engine.el (c-beginning-of-statement-1)
12889         (c-backward-to-start-of-do, c-backward-to-start-of-if):
12890         Fixes so that they really obey the passed limits.
12892         (c-safe-position): Return nil if the state doesn't contain a
12893         suitable position.
12895         (c-guess-basic-syntax): Fixes some too short limits in calls
12896         to c-beginning-of-statement-1.  Some fixes for top level
12897         analysis in ObjC mode.
12899         * progmodes/cc-engine.el (c-beginning-of-statement-1):
12900         Fixed bug in do-while statements where the body is not a block.
12902         * progmodes/cc-styles.el (c-set-style):
12903         Reset c-special-indent-hook to its global value if in override mode.
12904         Fixes problem where functions on that hook remained after
12905         style switch.
12907         * progmodes/cc-engine.el (c-evaluate-offset, c-get-offset):
12908         Use c-benign-error to report the c-strict-syntax-p error.
12910 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
12912         * progmodes/cc-align.el, progmodes/cc-defs.el,
12913         progmodes/cc-cmds.el, progmodes/cc-engine.el, cc-vars.el:
12914         Several fixes to treat macros as code and not literals and to
12915         handle line continuations transparently.
12917         (c-skip-ws-forward, c-skip-ws-backward): New macros to skip
12918         through whitespace and line continuations, but not comments
12919         and macros.
12921         (c-in-literal): No longer recognizes macros as literals by
12922         default. An extra flag argument is required to do that.
12924         (c-macro-start, c-query-macro-start)
12925         (c-query-and-set-macro-start): Added a cache for the macro
12926         start position.
12928         (c-forward-syntactic-ws, c-backward-syntactic-ws): Fixes for
12929         more speed when limits are given.  Workaround for bad behavior
12930         in forward-comment in some emacsen when it hits a buffer limit
12931         with a large repeat count.
12933         (c-lineup-macro-cont): Improved behavior when
12934         c-syntactic-indentation-in-macros is nil.
12936         (c-syntactic-indentation-in-macros, c-backslash-max-column)
12937         (c-auto-align-backslashes): New customization variables to
12938         control macro handling.
12940         * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
12941         Fixes to handle line continuations.
12943         * progmodes/cc-defs.el, progmodes/cc-styles.el
12944         (c-get-style-variables, c-set-offset): Report style errors
12945         with message and ding instead of error signal.  This to avoid
12946         interrupted mode init if there's some style problem.
12948         (c-benign-error): New macro to report errors that doesn't need
12949         to interrupt the operation.
12951         * progmodes/cc-defs.el (c-point): Added eonl and eopl positions.
12953 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
12955         * progmodes/cc-cmds.el (c-electric-brace, c-indent-region):
12956         Removed most of the c-state-cache fiddling, since the global
12957         state cache now handles this.
12959         * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed bug
12960         when there's an open paren at the very first char of the
12961         visible buffer region.
12963         * progmodes/cc-engine.el (c-parse-state, c-check-state-cache):
12964         Cache the state globally and invalidate it below every buffer
12965         change with the new after change function
12966         `c-check-state-cache'.  This gives a considerable performance
12967         boost when editing large functions or classes.
12969         * progmodes/cc-engine.el (c-whack-state-after): Slight optimization.
12971 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
12973         * progmodes/cc-engine.el, progmodes/cc-langs.el,
12974         progmodes/cc-align.el: Improvements to syntactic analysis
12975         inside macros:
12977         (c-block-stmt-1-kwds, c-block-stmt-2-kwds): New variables used
12978         by `c-guess-basic-syntax'.
12980         (c-parse-state): Fixed bug with braces inside macros when
12981         using cached state info.
12983         (c-forward-to-cpp-expression): New function to aid in
12984         syntactic analysis inside macros.
12986         (c-beginning-of-statement-1, c-backward-syntactic-ws):
12987         Fixes to work better inside macros.
12989         (c-forward-syntactic-ws): Whitespace between the # and the
12990         command should be allowed in preprocessor directives.
12992         (c-lineup-macro-cont): New lineup function to get context
12993         sensitive indentation inside macros.
12995         (c-offsets-alist): Made `c-lineup-macro-cont' the default for
12996         cpp-macro-cont.
12998 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
13000         * progmodes/cc-engine.el (c-beginning-of-statement-1)
13001         (c-forward-syntactic-ws): Fixes to handle continued lines.
13003         (c-backward-to-start-of-if, c-guess-basic-syntax):
13004         Do syntactic analysis inside macros.
13006 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
13008         * progmodes/cc-cmds.el (c-indent-region): Did a speedup made
13009         possible by the more flexible state cache.
13011         * progmodes/cc-engine.el (c-parse-state, c-whack-state-before)
13012         (c-whack-state-after, c-hack-state)
13013         (c-narrow-out-enclosing-class, c-guess-basic-syntax):
13014         Improved the state cache system.  It now can use partial info from
13015         an old cached state to calculate a new one at a different
13016         position.  Removed some kludges to avoid the state cache.
13017         The new functions `c-whack-state-before' and `c-whack-state-after'
13018         replace the now obsolete `c-whack-state'.
13020         * progmodes/cc-engine.el (c-beginning-of-statement-1):
13021         Optimized backing through a macro.  This can speed things up
13022         quite a bit when there are long macros before point.
13024         (c-beginning-of-macro): Do not ignore the limit.
13026 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
13028         * progmodes/cc-cmds.el (c-electric-continued-statement):
13029         Fixed a bug where the keyword wasn't reindented correctly if
13030         followed by another keyword or identifier.
13032         * progmodes/cc-engine.el (c-parse-state): Ignore closed brace
13033         pairs that are in macros.  Fixes some cases where e.g. the
13034         second of two "do { } while (0)" macros after each other
13035         indented differently.
13037 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
13039         * progmodes/cc-engine.el (c-beginning-of-macro)
13040         (c-forward-syntactic-ws): Recognize "#!" as a preprocessor
13041         directive when it begins a line, to allow for script
13042         interpreter lines like "#!/usr/bin/pike" at the beginning of
13043         the file.
13045 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
13047         * progmodes/cc-engine.el (c-looking-at-inexpr-block):
13048         Recognize brace blocks inside a parenthesis expression as
13049         inexpr-statement.  Useful when writing statements as macro arguments.
13051 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
13053         * progmodes/cc-cmds.el (c-fill-paragraph, c-do-auto-fill)
13054         (c-mask-comment): Broke out the comment masking code from
13055         `c-fill-paragraph' to a new function `c-mask-comment', to be
13056         able to do the same thing in `c-do-auto-fill'.  This should
13057         make auto-fill-mode behave better.
13059 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
13061         * progmodes/cc-cmds.el (c-electric-brace, c-electric-paren):
13062         Check `executing-macro' to avoid blinking parens when macros
13063         are executed.
13065         * progmodes/cc-mode.el, progmodes/cc-styles.el
13066         (c-setup-filladapt): Moved from cc-mode.el to cc-styles.el for
13067         consistency with `c-setup-paragraph-variables' (which was
13068         placed there due to the dependency from `c-set-style').
13070         * progmodes/cc-styles.el, progmodes/cc-vars.el: Fixed bug with
13071         incomplete initialization from the style variable fallbacks if
13072         there already is a style called "user" defined when CC Mode
13073         starts up for the first time.
13075 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
13077         * progmodes/cc-cmds.el, progmodes/cc-vars.el
13078         (c-comment-indent, c-indent-comment-alist): Added new variable
13079         `c-indent-comment-alist' to allow better control over
13080         `c-comment-indent'.
13082 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
13084         * progmodes/cc-align.el (c-lineup-C-comments): Try to match
13085         both `comment-start-skip' and the comment prefix on the
13086         current line with the comment starter, so that we line up
13087         comments which matches `c-comment-prefix-regexp' on the first
13088         line (after the `/') without the need to make
13089         `comment-start-skip' match whatever `c-comment-prefix-regexp' matches.
13091         * progmodes/cc-mode.el, progmodes/cc-styles.el (c-common-init)
13092         (c-set-style-1, c-setup-paragraph-variables): Moved the
13093         variable initialization based on `c-comment-prefix-regexp' to
13094         a new function `c-setup-paragraph-variables', which is now
13095         used both at mode init and when a style that sets
13096         `c-comment-prefix-regexp' is activated.
13098 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
13100         * progmodes/cc-engine.el (c-beginning-of-member-init-list):
13101         Better handling of C++ template args to avoid confusion with
13102         `<' and `>' used as operators in member init expressions.
13104 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
13106         * progmodes/cc-engine.el (c-most-enclosing-brace)
13107         (c-least-enclosing-brace): Added optional second arg to limit
13108         the search to before a certain point.
13110         * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed bug
13111         which could cause incorrect analysis if a cached state is used
13112         (usually only happens when an electric key reindents a line).
13114 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
13116         * progmodes/cc-defs.el (c-forward-comment): More idiosyncrasy
13117         insulation.  This time for XEmacs 21.
13119         * progmodes/cc-engine.el, progmodes/cc-langs.el:
13120         Improved handling of inheritance lists:
13122         (c-beginning-of-inheritance-list): Rewritten to use a more
13123         syntactically correct method that doesn't get confused by
13124         badly placed linebreaks and comments.
13126         (c-guess-basic-syntax): Several fixes to the handling of
13127         inheritance lists in combination with templates.  'inher-intro
13128         is now anchored on the start of the class declaration and not
13129         the indentation of the current line.  Switched places on cases
13130         5D.3 and 5D.4 and made them use more syntactically correct methods.
13132         (c-inher-key): Removed since the code in
13133         `c-guess-basic-syntax' now uses token-based search.
13135         * progmodes/cc-cmds.el, progmodes/cc-mode.el (c-mode-menu):
13136         Added a submenu to access some toggles.
13138         (c-toggle-syntactic-indentation): New function to toggle the
13139         variable `c-syntactic-indentation'.
13141         * progmodes/cc-styles.el (c-set-style): Improved the error
13142         message for incorrect offsets a bit.
13144 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
13146         * progmodes/cc-cmds.el (c-indent-exp): Don't require that the
13147         sexp follows point immediately, instead find the closest
13148         following open paren that ends on another line.
13150 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
13152         * progmodes/cc-align.el (c-lineup-cascaded-calls):
13153         New indentation function.
13155         * progmodes/cc-engine.el (c-beginning-of-macro): Bugfix for
13156         directives with whitespace between the '#' and the name.
13158 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
13160         * progmodes/cc-engine.el (c-forward-syntactic-ws)
13161         (c-backward-syntactic-ws): Handle line continuations as
13162         whitespace.  Don't move past a macro if that'd take us past
13163         the limit.
13165 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
13167         * progmodes/cc-engine.el (c-beginning-of-macro)
13168         (c-forward-syntactic-ws): Multiline strings begin with `#"' in
13169         Pike, and that shouldn't be confused with a preprocessor directive.
13171 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
13173         * progmodes/cc-cmds.el: Extended the kludge to interoperate
13174         with the delsel and pending-del packages wrt to the new
13175         function `c-electric-delete-forward'.
13177 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
13179         * progmodes/cc-cmds.el (c-indent-exp): Keep the indentation of
13180         the block itself, i.e. only indent the contents in it.
13182         * progmodes/cc-styles.el (c-set-style): Use the default
13183         argument to completing-read instead of initial-contents, if
13184         the function is recent enough to support it.
13186 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
13188         * progmodes/cc-mode.el (c-mode-help-address):
13189         Removed bug-gnu-emacs@gnu.org from the receiver list for bug reports.
13190         I've almost never seen a bug reported this way that should go
13191         to that list, but it's rather common that the reports concern
13192         the combination CC Mode and XEmacs instead.
13194 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
13196         * progmodes/cc-cmds.el (c-electric-paren): Fixed bug when both
13197         brace-elseif-brace and brace-catch-brace are active and
13198         there's a "else if"-block before the catch block.
13200         * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
13201         Detect function headers that span lines.
13203 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
13205         * progmodes/cc-cmds.el (c-electric-brace)
13206         (c-electric-semi&comma, c-electric-colon, c-electric-paren):
13207         Check for last on line only for doing the auto-newline-mode
13208         stuff, not for the reindentation.
13210         * progmodes/cc-cmds.el (c-electric-brace): Fixed bugs in the
13211         handling of c-syntactic-indentation: When it's nil, indent the
13212         new lines but don't reindent the current one.  Reindent the
13213         line only when the inserted brace comes first on it, instead
13214         of last.
13216         * progmodes/cc-cmds.el (c-electric-brace)
13217         (c-electric-semi&comma): Fixed two places where
13218         c-syntactic-indentation wasn't heeded.
13220         * progmodes/cc-cmds.el (c-electric-pound): Don't be electric
13221         inside a macro.
13223         * progmodes/cc-engine.el (c-backward-to-start-of-if): Try a
13224         little harder to find a fallback position when an orphan else
13225         is found.  Fixed case where an else following a do-while
13226         statement could be associated with an if inside the do-while.
13228 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
13230         * progmodes/cc-cmds.el (c-guess-fill-prefix): Tuned the dwim
13231         for the fallback to add a single space after the comment prefix.
13233         * progmodes/cc-cmds.el (c-indent-new-comment-line): Somewhat better
13234         behavior in some special cases, especially for single-line comments.
13235         Avoid breaking up a comment starter or ender.
13237 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
13239         * progmodes/cc-cmds.el (c-outline-level): Applied patch from
13240         the Emacs sources to make this work in invisible text.
13242         * progmodes/cc-langs.el (c-switch-label-key): Fixed regexp to
13243         not be confused by a later ':' on the same line as the label.
13245 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
13247         * progmodes/cc-cmds.el, progmodes/cc-mode.el
13248         (c-electric-delete, c-electric-delete-forward):
13249         Split `c-electric-delete' into two functions where
13250         `c-electric-delete-forward' always deletes forward and
13251         `c-electric-delete' only contains the code necessary for
13252         XEmacs to choose between backward and forward deletion.
13253         `c-electric-delete-forward' is now bound to C-d to get the
13254         electric behavior on that key too.
13256 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
13258         * progmodes/cc-cmds.el (c-fill-paragraph): Fixed bogus direct
13259         use of c-comment-prefix-regexp, which caused an error when
13260         it's a list.
13262 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
13264         * progmodes/cc-mode.el, progmodes/cc-vars.el (c-common-init)
13265         (c-default-style): Removed the hardcoded switch to "java" style
13266         in Java mode.  It's instead taken care of by the default value
13267         for c-default-style.
13269 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
13271         * progmodes/cc-align.el (c-lineup-math): Fix bug where lineup
13272         was triggered by equal signs in string literals.
13274 2002-04-21  Kim F. Storm  <storm@cua.dk>
13276         * subr.el (insert-buffer-substring-no-properties): New function.
13277         (insert-buffer-substring-as-yank): New function.
13279 2002-04-21  Glenn Morris  <gmorris@ast.cam.ac.uk>
13281         * scroll-all.el (minor-mode-alist): Fix usage of `scroll-all-mode'.
13282         (scroll-all-page-down-all, scroll-all-page-up-all) Remove `fkey-'
13283         prefix from scroll commands.  Ignore end-of-buffer errors from
13284         other windows.
13285         (scroll-all-check-to-scroll): Remove `fkey-' prefix from scroll
13286         commands.
13287         (scroll-all-beginning-of-buffer-all, scroll-all-end-of-buffer-all):
13288         New functions.
13290         * files.el: (auto-mode-alist): .f95 files in f90-mode.
13292         * progmodes/fortran.el: (fortran-beginning-do): Make regexp match
13293         a DO statement irrespective of numeric label.
13295 2002-04-20  Glenn Morris  <gmorris@ast.cam.ac.uk>
13297         * files.el (auto-save-file-name-transforms): Doc fix.
13298         Add third element to "uniquify" filenames.
13299         (make-auto-save-file-name): Use new element of
13300         auto-save-file-name-transforms.
13301         * startup.el (command-line): Add third element to
13302         auto-save-file-name-transforms.
13304 2002-04-19  Stefan Monnier  <monnier@cs.yale.edu>
13306         * files.el (file-name-non-special): Don't mangle the 0'th arg and the
13307         return value of file-name-completion and file-name-all-completions.
13309 2002-04-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
13311         * progmodes/f90.el: Update maintainer.
13312         (f90-line-continued): Recognize blank/comment lines embedded in
13313         continuation lines.
13314         (f90-looking-at-program-block-start): No extra indentation after
13315         function or subroutine keyword appears in single quotes.
13317 2002-04-19  Miles Bader  <miles@gnu.org>
13319         * custom.el (customize-mark-to-save, customize-mark-as-set)
13320         (custom-quote): Moved here from `cus-edit.el'.
13321         * cus-edit.el (customize-mark-to-save, customize-mark-as-set)
13322         (custom-quote): Moved to `custom.el'.
13324 2002-04-18  Richard M. Stallman  <rms@gnu.org>
13326         * facemenu.el (list-text-properties-at): Command deleted.
13328         * rect.el (insert-rectangle): Use insert-for-yank.
13330         * register.el (insert-register): Use insert-for-yank.
13331         (describe-register-1): Discard text props in yank-excluded-properties.
13333         * toolbar/tool-bar.el (tool-bar-local-item-from-menu):
13334         Fix parts in construction of `menu-item' item at end.
13336         * mail/mailabbrev.el (mail-mode-abbrev-table): Delete defvar.
13338         * subr.el (insert-for-yank): New function.
13340         * simple.el (yank-excluded-properties): New user option.
13341         (yank-pop, yank): Use insert-for-yank.
13343 2002-04-19  Kim F. Storm  <storm@cua.dk>
13345         * simple.el (pop-to-mark-command): Do not set this-command.
13346         (set-mark-command): Always jump to mark when called with arg.
13348 2002-04-18  Francesco Potort\e,Al\e(B  <pot@gnu.org>
13350         * comint.el (comint-watch-for-password-prompt): Remove whitespace
13351         at the beginning of password prompts.
13353 2002-04-18  Andrew Innes  <andrewi@gnu.org>
13355         * facemenu.el: Remove require of wid-edit.
13357 2002-04-17  Colin Walters  <walters@verbum.org>
13359         * ibuffer.el (ibuffer-visit-buffer): Optionally allow reducing to
13360         one window.
13361         (ibuffer-visit-buffer-1-window): Simply call `ibuffer-visit-buffer'.
13362         (ibuffer-current-state-list): Reinstate optional argument; now
13363         just call `point' inside the mapping function.
13365 2002-04-17  Francesco Potort\e,Al\e(B  <pot@gnu.org>
13367         * dired-aux.el (dired-star-subst-regexp)
13368         (dired-quark-subst-regexp): New constants.
13369         (dired-do-shell-command, dired-shell-stuff-it): Use them.
13370         (dired-do-shell-command): Raise an error if both `*' and `?'
13371         substitution marks are used in the same command.
13372         (dired-shell-stuff-it): Substitute all instances of `*' and `?'
13373         in a command given via dired-do-shell-command.
13375         * comint.el (comint-password-prompt-regexp): Match "Repeat passphrase".
13377 2002-04-16  Jason Rumney  <jasonr@gnu.org>
13379         * international/mule-cmds.el (locale-preferred-coding-systems):
13380         Add "jpn".
13382 2002-04-16  Eli Zaretskii  <eliz@is.elta.co.il>
13384         * term.el (term-emulate-terminal): Fix last change.
13386 2002-04-16  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
13388         * bindings.el (mode-line-mode-menu): Update names to reflect
13389         latest changes.
13391 2002-04-16  Mike Williams  <mdub@bigfoot.com>
13393         * textmodes/sgml-mode.el (sgml-at-indentation-p): Move to fix
13394         compilation error.
13396 2002-04-16  Michael Kifer  <kifer@cs.stonybrook.edu>
13398         * viper-ex.el: Patch by Samuel Padgett. Copyright papers received.
13399         (viper-ex-print-buf-name): New variable.
13400         (viper-ex-print-buf): New variable.
13401         (ex-token-alist): Invoke ex-print on ":print" Ex commands.
13402         (ex-g-marks): New variable.
13403         (ex-print): New function.
13404         (ex-print-display-lines): New function.
13406         * viper.el (viper-set-hooks): Add window-setup-hook, which sets
13407         the cursor color.
13409         * ediff-util.el (ediff-cleanup-mess): Delete ctl window on exit
13410         when the window is not in its own frame.
13411         (ediff-clone-buffer-for-region-comparison): More robust window
13412         arrangement while prompting for regions to compare.
13413         (ediff-make-cloned-buffer): Use generate-new-buffer-name.
13414         (ediff-inferior-compare-regions): Deleted unused vars
13415         ctl-buf and quit-now.
13417 2002-04-15  Richard M. Stallman  <rms@gnu.org>
13419         * facemenu.el (facemenu-add-new-face): Use this only for faces.
13420         Delete arg MENU.
13421         (facemenu-add-new-color): New function.
13422         (facemenu-set-foreground, facemenu-set-background):
13423         Use facemenu-add-new-color.
13425 2002-04-15  Eli Zaretskii  <eliz@is.elta.co.il>
13427         * ediff-init.el (ediff-current-diff-face-A)
13428         (ediff-current-diff-face-B, ediff-current-diff-face-C)
13429         (ediff-current-diff-face-Ancestor, ediff-fine-diff-face-A)
13430         (ediff-fine-diff-face-B, ediff-fine-diff-face-C)
13431         (ediff-fine-diff-face-Ancestor, ediff-even-diff-face-A)
13432         (ediff-even-diff-face-B, ediff-even-diff-face-C)
13433         (ediff-even-diff-face-Ancestor, ediff-odd-diff-face-A)
13434         (ediff-odd-diff-face-B, ediff-odd-diff-face-C)
13435         (ediff-odd-diff-face-Ancestor): Add special color definitions for
13436         tty and MS-DOS displays.
13438 2002-04-15  Andrew Innes  <andrewi@gnu.org>
13440         * facemenu.el: Require wid-edit.
13442 2002-04-15  Miles Bader  <miles@gnu.org>
13444         * faces.el (highlight): Force foreground to be black on a tty, so
13445         this face is readable on a dark-background tty.
13446         * wid-edit.el (widget-field-face, widget-single-line-field-face):
13447         Likewise.
13449 2002-04-14  Kim F. Storm  <storm@cua.dk>
13451         * simple.el (pop-to-mark-command, push-mark-command): New commands.
13452         (set-mark-command): Use them.
13453         Enhanced functionality when command is repeated:
13454         - If first command set the mark (no prefix arg), repeat temporarily
13455         enables transient-mark-mode.
13456         - If first command jumped to mark off ring (with argument),
13457         repeat (with or without arg) jump to next mark off ring.
13458         - Use C-u C-u prefix to set mark after jump.
13459         (exchange-point-and-mark): Temporarily enable transient-mark-mode
13460         if prefix arg.
13462 2002-04-14  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
13464         * speedbar.el (speedbar-tag-hierarchy-method)
13465         (speedbar-toggle-updates, speedbar-toggle-images): Doc fixes.
13467 2002-04-14  Mike Williams  <mdub@bigfoot.com>
13469         * textmodes/sgml-mode.el (sgml-parse-tag-backward): Fix to work at
13470         beginning of buffer.
13472 2002-04-14  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
13474         * speedbar.el (speedbar-generic-item-info)
13475         (speedbar-sort-tags): Doc fix.
13476         (speedbar-add-supported-extension): Fix typo in interactive spec.
13478 2002-04-13  Colin Walters  <walters@verbum.org>
13480         * ibuffer.el (ibuffer-forward-line): Just skip header if we're
13481         only moving one line forward.
13482         (ibuffer-map-lines): Preserve point position even if we delete
13483         lines.  Only call mapping functions with buffer and mark
13484         arguments; the other two were unused.
13485         (ibuffer-redisplay, ibuffer-update): Always skip special areas.
13487         * ibuf-macs.el, ibuf-ext.el: Update callers of `ibuffer-map-lines'.
13489         * calc/calc-bin.el (math-format-radix-float): Use `when'.
13491         * calc/calc.el (math-format-number): Load `calc-ext' before we
13492         call `math-group-float'.
13494         * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
13495         Renamed from `gamegrid-add-score'.
13496         (gamegrid-add-score-insecure): Restored from the old
13497         `gamegrid-add-score'.
13498         (gamegrid-add-score): Just dispatch on `system-type' to one of the
13499         previous two functions.
13501 2002-04-13  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
13503         * iswitchb.el: Update commentary to include new function
13504         iswitchb-exclude-nonmatching.
13506 2002-04-12  John Wiegley  <johnw@gnu.org>
13508         * eshell/esh-ext.el (eshell-script-interpreter): Fix for CRLF
13509         operating systems to the regexp used to detect a script's interpreter.
13511 2002-04-12  Eli Zaretskii  <eliz@is.elta.co.il>
13513         * frame.el (frames-on-display-list): Use `equal' to compare the
13514         `display' frame parameter to the argument DISPLAY.
13516 2002-04-12  Dave Love  <fx@gnu.org>
13518         * help.el (string-key-binding): Deal with margin events.
13520 2002-04-12  Francesco Potort\e,Al\e(B  <pot@gnu.org>
13522         * comint.el (comint-password-prompt-regexp): Match " SMB password".
13524 2002-04-11  Stefan Monnier  <monnier@cs.yale.edu>
13526         * sort.el (sort-reorder-buffer): Don't assume point-min == 1.
13528         * xt-mouse.el (xterm-mouse-mode): Use define-minor-mode.
13530         * emacs-lisp/lucid.el (device-class, buffer-syntactic-context)
13531         (buffer-syntactic-context-depth): New funs.
13533         * emacs-lisp/edebug.el (edebug-eval-defun): Don't use defconst
13534         on variables.
13536         * emacs-lisp/debug.el (debug-on-entry): Use push.
13537         (debugger-make-xrefs): Don't assume point-min == 1.
13539         * progmodes/cc-engine.el (c-backward-to-start-of-if):
13540         Don't assume point-min == 1.
13542         * progmodes/etags.el (etags-verify-tags-table, etags-snarf-tag)
13543         (etags-list-tags, etags-tags-apropos, select-tags-table):
13544         Don't assume point-min == 1.
13546 2002-04-12  Mike Williams  <mdub@bigfoot.com>
13548         * textmodes/sgml-mode.el (sgml-guess-indent): New function.
13550 2002-04-11  Stefan Monnier  <monnier@cs.yale.edu>
13552         * textmodes/fill.el (fill-context-prefix): Fix up last change.
13554         * simple.el (line-move): Use memq rather than or.
13555         (transpose-sexps): Don't presume as much of forward-sexp's behavior.
13556         (do-auto-fill): Use fill-move-to-break-point.
13557         (syntax-code-table): Remove.
13559         * textmodes/fill.el (canonically-space-region): Obey sentence-end.
13560         Don't add spaces at end of sentences at end of line.
13561         (fill-move-to-break-point): Make sure the result is always greater
13562         than linebeg, so we ensure forward progress.
13563         (fill-region-as-paragraph): Compare to `to' rather than eobp.
13564         (fill-paragraph): Don't rebind fill-paragraph-function.
13566 2002-04-11  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
13568         * menu-bar.el (menu-bar-adv-search-menu): Add incremental search.
13570 2002-04-11  Andreas Schwab  <schwab@suse.de>
13572         * files.el (file-name-non-special): Handle return value of t from
13573         `file-name-completion'.
13575 2002-04-10  Stefan Monnier  <monnier@cs.yale.edu>
13577         * textmodes/fill.el (fill-context-prefix): Match the two prefixes
13578         differently to avoid pathological exponential-time case.
13579         (adaptive-fill-regexp): Add ! and %.
13580         (fill-delete-prefix): Remove indentation while removing prefix.
13581         (fill-delete-newlines): Obey sentence-end.
13582         (fill-move-to-break-point, fill-newline): New functions extracted
13583         from fill-region-as-paragraph.
13584         (fill-region-as-paragraph): Use them.
13585         Don't fiddle with fill-indent-according-to-mode.
13587 2002-04-10  Colin Walters  <walters@verbum.org>
13589         * play/snake.el (snake-score-file): Default to just "snake-scores".
13591         * play/tetris.el (tetris-score-file): Likewise.
13593         * play/gamegrid.el (gamegrid-add-score): Rewrite from scratch to
13594         use `update-game-score'.
13596         * ibuffer.el (ibuffer-canonicalize-state-list): Delete unused function.
13597         (ibuffer-current-buffers-with-marks): Don't call `buffer-list'
13598         ourselves; take it as an argument.  Caller updated.
13599         (ibuffer-mode): Make mode-class special.
13601 2002-04-10  Richard M. Stallman  <rms@gnu.org>
13603         * dired.el (dired-view-command-alist): New variable.
13604         (dired-view-file): Use external viewers for some files names.
13606         * mouse.el (mouse-drag-region-1): Display region highlight
13607         only in the selected window.
13609         * subr.el (remove-hook): When there are no more local hooks,
13610         kill the buffer-local value.
13612         * isearch.el (isearch-mode): Don't call make-frame-visible
13613         if frame is already visible.
13615         * cus-face.el (custom-face-attributes): Fix typo in `ultra-bold'.
13617 2002-04-09  Emmanuel Briot  <briot@act-europe.fr>
13619         * progmodes/ada-prj.el: Add support for the new project file
13620         fields: gnatfind-opt, debug-pre-cmd and debug-post-cmd.
13621         Fix widget handling for Emacs 21.  ada-mode now only supports a single
13622         active project file, instead of one per buffer.  This is far less
13623         confusing.
13625         * progmodes/ada-stmt.el: Menu changed from Statements to Templates.
13626         (ada-func-or-proc-name): Get real subprogram name, after change in
13627         ada-mode.el.
13629         * progmodes/ada-xref.el: Ada-mode no longer supports a different
13630         project file per buffer.  This was too complex.  Instead, there is
13631         now a single active project file at any given time, and the user
13632         can switch the active one through the Ada menu.  This revision
13633         also provides better handling of the Windows command line, and the
13634         various available shells on that platform.  ada-mode is now fully
13635         integrated with the GNU visual debugger gvd, see
13636         http://libre.act-europe.fr.
13637         (ada-prj-default-comp-opt): Use the new GNAT switch -gnatQ.
13638         This is only available with GNAT 3.14.
13639         (ada-prj-gnatfind-switches, ada-cd-command): New variable.
13640         (ada-quote-cmd): New function.
13641         (ada-initialize-runtime-library): Get the location of the actual
13642         runtime the compiler will be using, including support for
13643         cross-platform environments.
13644         (ada-treat-cmd-string): Add support for the new variable
13645         ${full_current} add support for debug-pre-cmd and debug-post-cmd,
13646         two commands to run just prior to running the debugger, and just
13647         after starting it.  This provide better support for cross-platform
13648         and remote debugging.
13649         (ada-get-absolute-dir): Remove, replace with expand-file-name.
13650         (ada-gdb-application): New parameter executable-name.
13651         (ada-get-ali-file-name): Better handling of separate packages.
13652         Checkin on behalf of the ada-mode maintainer.
13654         * progmodes/ada-mode.el (ada-case-exception-file)
13655         (ada-indent-handle-comment-special): New variables.
13656         (ada-case-exception-substring): New variable.  Casing exceptions
13657         can now also be defined for substrings, in addition to full
13658         identifier names.  This provides more flexibility.
13659         (ada-align-list): New fun, provide support for align.el in ada-mode.
13660         (ada-procedure-start-regexp): Add support for operators and
13661         generic formal subprograms and packages.
13662         (ada-imenu-comment-re): New variable.
13663         (ada-imenu-generic-expression): Add support for protected types.
13664         (ada-mode): Set comment-start only after running ada-mode-hook, so
13665         that the user can change ada-comment-start in the hook.
13666         Add support for ispell in comments.  Add support for align.el.
13667         (ada-save-exception-file, ada-create-case-exception-substring)
13668         (ada-adjust-case-substring): New functions.
13669         (ada-get-current-indent): Properly handles keywords with uppercases.
13670         (ada-goto-matching-end): Rewritten, fixes problems in the handling
13671         of nested blocks.
13672         (ada-untab-hard): Do not touch the contents of comments and strings.
13674 2002-04-09  Mike Williams  <mdub@bigfoot.com>
13676         * textmodes/sgml-mode.el (sgml-lexical-context):
13677         Use sgml-parse-tag-backward to find start point.
13678         (sgml-looking-back-at): Doc fix.
13680 2002-04-09  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
13682         * isearch.el (isearch-message-prefix): Use minibuffer-prompt face
13683         for prompt.
13685 2002-04-08  Stefan Monnier  <monnier@cs.yale.edu>
13687         * autorevert.el (auto-revert-mode, global-auto-revert-mode):
13688         Use define-minor-mode.
13689         (auto-revert-buffers): Use with-current-buffer.
13690         Avoid changing the minor modes.
13692         * international/iso-acc.el (iso-accents-accent-key): Use `vector'
13693         rather than char-to-string since last-input-char can be any event.
13695         * international/titdic-cnv.el (tit-dictionary):
13696         Use defvar for non-constants.
13698         * progmodes/cwarn.el (global-cwarn-mode): Use define-minor-mode.
13699         (global-cwarn-mode): Use easy-mmode-define-global-mode.
13700         (cwarn-font-lock-keywords): New function.
13701         Replaces cwarn-font-lock-remove-keywords cwarn-font-lock-add-keywords.
13702         (cwarn-font-lock-match): New macro.
13703         (cwarn-font-lock-match-assignment-in-expression)
13704         (cwarn-font-lock-match-dangerous-semicolon)
13705         (cwarn-font-lock-match-reference): Use it.
13707         * progmodes/cperl-mode.el (cperl-make-face, cperl-force-face):
13708         Use defvar rather than defconst since it's meant to be settable.
13709         (cperl-syntax-done-to): Don't hardcode 1 as (point-min).
13710         (cperl-fix-line-spacing): Add missing \ in [ t].
13712         * loadup.el: Call ucs-unify-8859 directly rather than
13713         unify-8859-on-encoding-mode.
13714         (fns-*.el): Don't use it anymore.  Keep the load-history in purespace.
13716         * textmodes/sgml-mode.el (sgml-comment-indent-new-line): New fun.
13717         (sgml-mode): Use it for comment-line-break-function.
13719 2002-04-08  Jason Rumney  <jasonr@gnu.org>
13721         * international/mule-cmds.el (reset-language-environment):
13722         Handle coding-systems not being defined yet.
13724 2002-04-08  Sam Steingold  <sds@gnu.org>
13726         * vc-cvs.el (vc-cvs-valid-version-number-p): New function.
13727         (vc-cvs-checkin): Use it.
13729 2002-04-08  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
13731         * files.el (display-time-string): Fix last change.
13733 2002-04-07  Sam Steingold  <sds@gnu.org>
13735         * vc-cvs.el (vc-cvs-checkin): Pass the required argument to `error'.
13737 2002-04-07  Jason Rumney  <jasonr@gnu.org>
13739         * international/mule-cmds.el (set-default-coding-systems)
13740         (reset-language-environment): Preserve eols on
13741         default-process-coding-system.
13742         (coding-system-change-text-conversion): Fix case where CODING is nil.
13744 2002-04-07  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
13746         * subr.el (play-sound): Move here from simple.el.
13748         * simple.el (play-sound): Move to subr.el.
13750 2002-04-06  Richard M. Stallman  <rms@gnu.org>
13752         * files.el (display-time-string-forms): Mark as risky.
13754         * enriched.el (enriched-decode-foreground, enriched-decode-background):
13755         Use proper format for desired elts of `face' property.
13756         Don't test display-color-p; make the properties unconditionally.
13758         * progmodes/compile.el (compilation-error-regexp-alist):
13759         New alternatives for FILE:LINE.COL and for ranges of columns and lines.
13761 2002-04-06  Per Abrahamsen  <abraham@dina.kvl.dk>
13763         * progmodes/cc-vars.el (c-block-comment-prefix): Specify :value
13764         for customization type.
13765         Reported by Mattias Fredsberg <mattias.fredsberg@active-tv.com>.
13767 2002-04-06  Mike Williams  <mdub@bigfoot.com>
13769         * textmodes/xml-lite.el: Remove.
13771 2002-04-05  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
13773         * simple.el (play-sound): New function (uses play-sound-internal).
13775 2002-04-04  Richard M. Stallman  <rms@gnu.org>
13777         * files.el (mode-line-format, mode-line-modified)
13778         (mode-line-mule-info, mode-line-buffer-identification)
13779         (mode-line-modes, mode-line-position): Explicitly mark as risky.
13780         (hack-one-local-variable): Don't recognize "mode-line-..." as risky.
13782         * calendar/solar.el (solar-northern-spring-or-summer-season): Doc fix.
13784         * mail/mailabbrev.el (mail-abbrev-make-syntax-table):
13785         Use (syntax-table), not old-syntax-table.
13787         * enriched.el (enriched-decode-foreground)
13788         (enriched-decode-background): Don't call facemenu-get-face.
13790 2002-04-04  Mike Williams  <mdub@bigfoot.com>
13792         * textmodes/sgml-mode.el: Add missing require.
13793         (sgml-lexical-context): Fix up CDATA detection for boundary cases.
13795 2002-04-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13797         * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line): Move to
13798         spot indicated by text property `cvs-goal-column', if present.
13800         * pcvs-info.el (cvs-fileinfo-pp): Use text property
13801         `cvs-goal-column' to indicate position of file name (if present).
13803 2002-04-03  Richard M. Stallman  <rms@gnu.org>
13805         * mail/mailabbrev.el (mail-abbrev-complete-alias):
13806         Call mail-abbrev-make-syntax-table.
13808         * format.el (format-deannotate-region): Doc fix.
13810         * enriched.el (enriched-face-ans): Delete special treatment
13811         for fg:... and bg:... faces.
13812         (enriched-decode-foreground): Return a list that specifies
13813         the foreground color, rather than creating a face.
13814         (enriched-decode-background): Likewise.
13816         * shell.el (shell-mode): Don't reinit comint-input-ring
13817         if that was already done.
13819 2002-04-03  Edward M. Reingold  <reingold@emr.cs.iit.edu>
13821         * solar.el (solar-spring-or-summer-season): Delete.
13822         (solar-northern-spring-or-summer-season): New variable.
13823         (solar-sunrise-and-sunset, solar-moment, solar-sunrise-sunset):
13824         Rewrite.
13826         * solar.el (diary-sabbath-candles-minutes): New variable.
13827         (diary-sabbath-candles): Use it instead of fixed 18 minutes.
13829         * calendar.el (update-calendar-mode-line): Force mode-line update.
13830         Make date under the cursor available as `date' in
13831         calendar-mode-line-format.
13832         Eval items in calendar-mode-line-format list.
13834         * cal-tex.el (cal-tex-hook, cal-tex-year-hook, cal-tex-month-hook)
13835         (cal-tex-week-hook, cal-tex-daily-hook): Add doc strings.
13837         * cal-tex.el (cal-tex-latexify-list): Fix doc string.
13839         * cal-tex.el (cal-tex-insert-day-names): LaTeXify day names.
13840         (cal-tex-cursor-week-iso, cal-tex-week-hours, cal-tex-weekly4-box)
13841         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
13842         (cal-tex-daily-page, cal-tex-mini-calendar): LaTeXify day names.
13844         * cal-tex.el: Change all instances (interactive "P") to
13845         (interactive "p").
13846         (cal-tex-cursor-month): Add hfill and newline at end of month that
13847         ended on Saturday.
13848         (cal-tex-preamble): Change to LaTeX2e.
13849         (cal-tex-cursor-filofax-year): Don't use default month names in
13850         LaTeX macros in case user changes them.
13851         (cal-tex-month-name): New function.  Used throughout in case user
13852         has done something funny with month names.
13854         * cal-hebrew.el (holiday-rosh-hashanah-etc): Spelling correction.
13855         (diary-rosh-hodesh): Spelling correction.
13857 2002-04-03  Mike Williams  <mdub@bigfoot.com>
13859         * textmodes/sgml-mode.el (sgml-lexical-context)
13860         (sgml-parse-tag-backward): Extend support for CDATA to include
13861         conditional sections.
13863 2002-04-03  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
13865         * cus-start.el: Rename `autoselect-window' to
13866         `mouse-autoselect-window'.
13868 2002-04-02  Richard M. Stallman  <rms@gnu.org>
13870         * files.el (hack-one-local-variable):
13871         Clear text props from string value.
13873 2002-04-02  Stefan Monnier  <monnier@cs.yale.edu>
13875         * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
13876         (f90-procedures-re, f90-operators-re, f90-hpf-keywords-re):
13877         Use regexp-opt.
13878         (f90-keywords-re, f90-keywords-level-3-re): Add `pure' and `elemental'
13879         from F95.
13880         (f90-procedures-re): Add `null' and `cpu_time' from F95.
13881         (f90-font-lock-keywords-1): Minor reorganization so we don't need
13882         `override' any more.
13883         (f90-font-lock-keywords-3): Use `keep' rather than `override'.
13884         (f90-indent-subprogram): Use indent-region.
13885         (f90-break-line): Use indent-according-to-mode.
13887 2002-04-02  Mike Williams  <mdub@bigfoot.com>
13889         * textmodes/sgml-mode.el (sgml-close-tag): Rename from
13890         sgml-insert-end-tag. Simplify by using sgml-lexical-context.
13891         (sgml-get-context): Remove use of sgml-inside-tag-p.
13892         (sgml-inside-tag-p): Remove.
13893         (sgml-looking-back-at): Short-circuit at beg of buffer.
13894         (sgml-lexical-context, sgml-calculate-indent): Add support for
13895         CDATA sections.
13897 2002-04-01  Stefan Monnier  <monnier@cs.yale.edu>
13899         * help.el (help-key-description): New fun.
13900         (describe-key-briefly, describe-key): Use it and
13901         this-single-command-raw-keys plus new arg `untranslated'.
13903         * textmodes/sgml-mode.el (sgml-at-indentation-p, sgml-tag)
13904         (sgml-parse-tag-name, sgml-looking-back-at, sgml-parse-tag-backward)
13905         (sgml-inside-tag-p, sgml-get-context, sgml-show-context)
13906         (sgml-insert-end-tag): New funs taken from xml-lite.el.
13907         (sgml-calculate-indent): Use them.
13908         (sgml-slash-matching): Rename from sgml-slash.
13909         (sgml-slash): Copied from xml-lite and changed to use
13910         sgml-slash-matching and sgml-quick-keys.
13912         * international/mule-cmds.el (standard-keyboard-coding-systems):
13913         Add koi8-u and koi8-r.
13915         * eshell/.cvsignore: New file.
13917         * eshell/esh-groups.el: Remove.
13919         * progmodes/tcl.el: Change maintainer.
13920         (tcl-electric-hash-style): Change default to nil.
13921         (tcl-imenu-generic-expression): Use tcl-proc-regexp.
13922         (tcl-do-auto-fill): Remove.
13923         (tcl-auto-fill-mode): Rewrite using comment-auto-fill-only-comments.
13925 2002-04-01  Mike Williams  <mdub@bigfoot.com>
13927         * textmodes/sgml-mode.el: Doc fixes.
13928         (sgml-mode): Set indent-line-function to sgml-indent-line.
13929         (sgml-calculate-indent): Add an explicit check for 'text syntax,
13930         to protect against future enhancements to sgml-lexical-context.
13931         (sgml-empty-tag-p, sgml-unclosed-tag-p): New funcs.
13933         * textmodes/xml-lite.el: Removed much redundant stuff.
13934         (xml-lite-parse-tag-backward): Simplify parsing by assuming we
13935         always start within text. Make use of sgml-unclosed-tag-p.
13937 2002-04-01  Ville Skytt\e,Ad\e(B  <ville.skytta@xemacs.org>
13939         * tcl.el (tcl-imenu-generic-expression): New value.
13940         (tcl-imenu-create-index-function): Function deleted.
13941         (tcl-mode): Check for filladapt-mode.
13942         Use tcl-imenu-generic-expression instead of
13943         tcl-imenu-create-index-function.
13944         (inferior-tcl-mode): Doc fix.
13945         Change not legally significant.
13947 2002-04-01  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
13949         * cus-start.el: Rename `x-autoselect-window' to `autoselect-window'.
13951         * window.el (handle-select-window): New function.
13952         Update copyright.
13954 2002-04-01  Richard M. Stallman  <rms@gnu.org>
13956         * info.el (info-tool-bar-map): Use tool-bar-local-item-from-menu.
13958         * toolbar/tool-bar.el (tool-bar-local-item): Renamed from
13959         tool-bar-add-item, and new arg MAP.
13960         (tool-bar-add-item): Now calls tool-bar-local-item.
13961         (tool-bar-local-item-from-menu): Renamed from
13962         tool-bar-add-item-from-menu, and new arg IN-MAP.
13963         (tool-bar-add-item-from-menu): Now calls tool-bar-local-item-from-menu.
13965         * help-fns.el (help-with-tutorial): Allow various ways
13966         to specify the text in the [...] line, in handling the <...> line.
13968         * progmodes/idlw-rinfo.el (idlwave-system-routines):
13969         WOLRDTITLE => WORLDTITLE.  SUPRESS_VALUE => SUPPRESS_VALUE.
13971         * subr.el (redraw-modeline): Define alias.
13973 2002-03-31  Richard M. Stallman  <rms@gnu.org>
13975         * files.el (file-expand-wildcards): Use save-match-data.
13977         * files.el (format-alist): Mark as risky.
13979         * simple.el (kill-new): Doc fix.
13981         * emacs-lisp/byte-opt.el (side-effect-free-fns)
13982         (side-effect-and-error-free-fns): Add many functions, remove some.
13984 2002-03-30  Richard M. Stallman  <rms@gnu.org>
13986         * menu-bar.el (menu-bar-tools-menu): Rename gdb item to say GDB.
13988 2002-03-30  Eli Zaretskii  <eliz@gnu.org>
13990         * font-lock.el (save-buffer-state): Fix last change.
13992         * files.el (auto-save-file-name-transforms): Fix last change.
13994         * startup.el (command-line): Fix last change.
13996 2002-03-29  Richard M. Stallman  <rms@gnu.org>
13998         * subr.el (play-sound-file): Moved to simple.el.
14000         * simple.el (play-sound-file): Moved from subr.el, made unconditional.
14002 2002-03-29  Colin Walters  <walters@verbum.org>
14004         * ibuffer.el (ibuffer-mark-interactive): Use `ibuffer-forward-line'
14005         instead of `forward-line'.
14006         (ibuffer-forward-line): Be sure to skip over special properties
14007         before moving, too.
14009         * calc/calc.el (calc-was-split): Var deleted.
14010         (calc): Remove reference to it.
14011         (calc): Ditto.
14012         (calc-quit): Ditto.
14013         (calc-init-base): Ditto.
14015         * calc/calc-misc.el (calc-delete-windows-keep): Function deleted.
14017 2002-03-29  Stefan Monnier  <monnier@cs.yale.edu>
14019         * textmodes/sgml-mode.el (sgml-lexical-context): Return (text . START)
14020         instead of nil when point is outside of any tag.
14021         (sgml-beginning-of-tag): Adjust to the change.
14022         (sgml-calculate-indent): Use the new info returned by
14023         sgml-lexical-context.  Try to handle unclosed tags.
14025         * textmodes/xml-lite.el (xml-lite-get-context): Don't stop parsing
14026         at unclosed tags unless it is at indentation.
14027         Kill nested unclosed tags.
14028         (xml-lite-calculate-indent, xml-lite-indent-line): Remove.
14029         (xml-lite-mode): Use sgml-indent-line instead.
14031 2002-03-29  Eli Zaretskii  <eliz@is.elta.co.il>
14033         * files.el (auto-save-file-name-transforms): Don't run "\\2" via
14034         expand-file-name.
14036         * startup.el (command-line): Recompute auto-save-file-name-transforms
14037         using the updated value of temporary-file-directory.
14039 2002-03-29  Stefan Monnier  <monnier@cs.yale.edu>
14041         * textmodes/xml-lite.el (xml-lite-get-context): Allow stopping
14042         even with an empty context.  Don't save excursion any more.
14043         Don't complain about unmatched start-tags in sgml-unclosed-tags.
14044         Ignore end-tags in sgml-empty-tags.
14045         (xml-lite-get-context, xml-lite-calculate-indent)
14046         (xml-lite-insert-end-tag): Save excursion around xml-lite-get-context.
14047         (xml-lite-indent-line): Use back-to-indentation.
14049         * textmodes/sgml-mode.el (sgml-basic-offset): New var.
14050         (sgml-name-re, sgml-attrs-re): New consts.
14051         (sgml-tag-name-re, sgml-start-tag-regex, sgml-font-lock-keywords-1)
14052         (sgml-mode): Use them.
14053         (sgml-lexical-context): Default to (point-min) if nothing else works.
14054         (sgml-calculate-indent): Indent slightly differently.
14055         (sgml-indent-line): Use back-to-indentation.
14056         (sgml-parse-dtd): New function.
14057         (sgml-unclosed-tags): New var.
14058         (html-mode): Set it.
14060 2002-03-29  Simon Marshall  <simon.marshall@misys.com>
14062         * font-lock.el (save-buffer-state): Use make-symbol to bind `modified'.
14064 2002-03-29  Richard M. Stallman  <rms@gnu.org>
14066         * dired-aux.el (dired-do-query-replace-regexp, dired-do-search):
14067         Use FILTER arg in dired-get-marked-files to exclude directories.
14068         (dired-nondirectory-p): New function.
14070         * dired.el (dired-get-marked-files): New arg FILTER
14071         allows selection of some files.
14073         * progmodes/tcl.el (tcl-imenu-create-index-function): Doc fix.
14075 2002-03-29  Eric M. Ludlam  <eric@siege-engine.com>
14077         * speedbar.el (speedbar-default-directory-list): Made robust
14078         against deleted directories.
14080 2002-03-28  Richard M. Stallman  <rms@gnu.org>
14082         * dired.el (dired-toggle-marks): Renamed from dired-do-toggle.
14083         Bindings changed.
14085         * progmodes/compile.el (compilation-handle-exit):
14086         If compilation-window-height is 0, display status in echo area.
14088         * simple.el (line-move-to-column): Don't call move-to-column if COL=0.
14090         * rect.el (replace-rectangle): Add autoload.
14092         * files.el: Mark many more variables as risky.
14093         (hack-one-local-variable): Recognize several additional
14094         patterns as risky.
14096         * bindings.el (mode-line-mule-info): Use :propertize, not :eval.
14098 2002-03-28  Stefan Monnier  <monnier@cs.yale.edu>
14100         * textmodes/xml-lite.el (xml-lite-in-string-p):
14101         Use sgml-lexical-context.
14102         (xml-lite-parse-tag-backward): Use sgml-tag-syntax-table.
14103         (xml-lite-get-context): Check that open/close tags match.
14104         Don't stop scanning while we're ignoring matching tags.
14106         * textmodes/sgml-mode.el (sgml-make-syntax-table): New fun.
14107         (sgml-mode-syntax-table): Use it.
14108         (sgml-tag-syntax-table, sgml-tag-name-re): New const.
14109         (sgml-tags-invisible): Use it.
14110         (sgml-lexical-context): New fun.
14111         (sgml-maybe-end-tag, sgml-beginning-of-tag): Use it.
14112         (sgml-quote): Accept \n as entity reference terminator.
14113         (sgml-calculate-indent, sgml-indent-line): New funs.
14115 2002-03-28  Andre Spiegel  <spiegel@gnu.org>
14117         * vc-cvs.el (vc-cvs-global-switches): New user option.
14118         (vc-cvs-command): New function.  Update all callers of
14119         `vc-do-command' in vc-cvs.el to use this instead.
14121 2002-03-27  Andrew Innes  <andrewi@gnu.org>
14123         * makefile.w32-in (bootstrap-clean-SH): Use for loop, instead of
14124         relying on shell globbing.
14126 2002-03-27  Colin Walters  <walters@debian.org>
14128         * ibuffer.el (ibuffer-help-buffer-modes): New variable.
14129         (ibuffer-fontification-alist): Use it.
14130         (ibuffer-backward-line): Handle `ibuffer-summary' area.
14131         (ibuffer-forward-line): Ditto.
14133         * ibuf-ext.el (sorter mode-name): Doc fix.
14134         (ibuffer-mark-help-buffers): Use `ibuffer-help-buffer-modes'.
14135         (operation query-replace): Use new `noerror' arg for
14136         `query-replace-read-args'.
14137         (operation query-replace-regexp): Ditto.
14139 2002-03-27  Stefan Monnier  <monnier@cs.yale.edu>
14141         * textmodes/xml-lite.el: Fix copyright notice.
14142         (xml-lite-basic-offset): Rename from xml-lite-indent-offset.
14143         (xml-lite-indent-comment-offset): Remove.
14144         (xml-lite-calculate-indent): Use new name.  Use natural alignment
14145         for comments.
14146         (xml-lite-in-string-p): Simplify.
14148 2002-03-27  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
14150         * allout.el (outline-layout): Doc fix.
14152 2002-03-27  Stefan Monnier  <monnier@cs.yale.edu>
14154         * textmodes/xml-lite.el: Don't require `custom'.
14155         (xml-lite-parse-tag-name): Properly treat non-ASCII chars.
14156         (xml-lite-parse-tag-backward): Obey sgml-empty-tags.
14157         (xml-lite-get-context): Drop nested tags not just for comments.
14158         (xml-lite-indent-line): Be more careful about moving point.
14159         (xml-lite-insert-end-tag, xml-lite-slash):
14160         Use indent-according-to-mode instead of xml-lite-indent-line.
14161         (xml-lite-mode): Make xml-lite-orig-indent-line-function buffer-local.
14162         Set sgml-xml-mode.  Don't call force-mode-line-update.
14163         (xml-lite-mode-map): Don't bind TAB.
14165 2002-03-27  Zoltan Kemenczy  <zoltan@ieee.org>
14167         * gud.el (gud-jdb-sourcepath): New variable, saves jdb -sourcepath
14168         parameter value.
14169         (gud-jdb-build-source-files-list): Comment clarification.
14170         (gud-jdb-massage-args): Reworked into loop-based argument list
14171         processing in order to support -classpath and -sourcepath argument
14172         processing.
14173         (gud-jdb-find-source-using-classpath): Prepend gud-jdb-sourcepath
14174         to gud-jdb-classpath to obtain search list.
14175         (gud-jdb-parse-classpath-string): Remove any trailing slashes from
14176         directory names in classpath/sourcepath lists, update comment.
14177         (jdb): Add setting of gud-jdb-sourcepath, update comment.
14178         (gud-find-class): Add gud-jdb-sourcepath use, and correct
14179         behaviour for the case when classpath is not used--backward
14180         compatibility fix.
14182 2002-03-27  Eli Zaretskii  <eliz@is.elta.co.il>
14184         * Makefile.in (compile, compile-always): Don't try to compile
14185         non-existent files or files in empty directories.
14187 2002-03-26  Michael Ernst  <mernst@alum.mit.edu>
14189         * compare-w.el (compare-windows-whitespace): Match all whitespace.
14191         * emacs-lisp/shadow.el (list-load-path-shadows): Only ignore last
14192         copy of standard Lisp directories.
14194         * tar-mode.el (tar-header-block-summarize, tar-get-descriptor):
14195         Support "next has longname" link type.
14197 2002-03-26  Stefan Monnier  <monnier@cs.yale.edu>
14199         * textmodes/xml-lite.el (xml-lite-at-indentation-p): Move.
14200         (xml-lite-in-string-p, xml-lite-looking-back-at, xml-lite-looking-at):
14201         New functions.
14202         (forward-xml-tag, backward-xml-tag, beginning-of-xml-tag)
14203         (end-of-xml-tag): Remove.
14204         (xml-lite-get-context): Better handling of comments.
14205         (xml-lite-calculate-indent): Use xml-lite-in-string-p.
14206         (xml-lite-parse-tag-backward): Rewrite.
14208 2002-03-26  Juanma Barranquero  <lektu@terra.es>
14210         * makefile.w32-in (WINS): Add the toolbar directory.
14212 2002-03-26  Richard M. Stallman  <rms@gnu.org>
14214         * subr.el (substring-no-properties): Function deleted (now in C).
14216 2002-03-25  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
14218         * mwheel.el (mouse-wheel-mode): Use global-set-key and
14219         global-unset-key.
14221 2002-03-24  Richard M. Stallman  <rms@gnu.org>
14223         * mail/rmail.el (rmail-resend): Call mail-abbrev-make-syntax-table.
14225         * progmodes/etags.el (tags-query-replace): Pass t for NOERROR
14226         to query-replace-read-args.
14228         * progmodes/compile.el (compilation-forget-errors):
14229         Don't adjust compilation-parsing-end if it's nil.
14231         * replace.el (query-replace-read-args): New optional arg NOERROR.
14232         (perform-replace): Use save-window-excursion around recursive edit.
14234 2002-03-24  Colin Walters  <walters@verbum.org>
14236         * ibuffer.el (ibuffer): If the user has `ibuffer-use-other-window'
14237         non-nil, then always use another window.
14239 2002-03-24  Gerd Moellmann  <gerd@gnu.org>
14241         * subr.el (macro-declaration-function): New function.  Set the
14242         variable macro-declaration-function to it.
14244         * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
14245         Handle declarations in macro definitions.
14247 2002-03-24  Eli Zaretskii  <eliz@is.elta.co.il>
14249         * facemenu.el (facemenu-get-face): Remove unused variable `foreground'.
14251         * enriched.el (enriched-face-ans): Support FACE of the form
14252         (:foreground COLOR) and (:background COLOR).
14253         (enriched-decode-foreground, enriched-decode-background): Set the
14254         fore- and background colors of the faces we create, since facemenu
14255         doesn't.
14257 2002-03-24  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
14259         * mwheel.el (mouse-wheel-mode): Use the result of
14260         current-global-map instead of the variable `global-map'.
14262 2002-03-23  Richard M. Stallman  <rms@gnu.org>
14264         * mail/mailabbrev.el (mail-abbrev-make-syntax-table): New subroutine
14265         broken out of sendmail-pre-abbrev-expand-hook.
14266         (sendmail-pre-abbrev-expand-hook): Use it.
14268 2002-03-22  Stefan Monnier  <monnier@cs.yale.edu>
14270         * Makefile.in (finder-inf.el): Remove.
14271         (finder-data): Don't depend on finder-inf.el any more.
14272         (compile, compile-always): Handle the case where some files
14273         from DONTCOMPILE are missing (it tried to compile them).
14274         (bootstrap-clean): Use src/emacs only if executable.
14275         (bootstrap): Update subdirs.el and finder-inf.el.
14277         * finder.el: Don't load finder-inf.el during byte-compilation.
14279         * vc-cvs.el (vc-cvs-registered, vc-cvs-dir-state-heuristic):
14280         Don't consider cvs-removed files as under VC control.
14281         VC wouldn't handle them properly anyway and it confuses
14282         vc-file-not-found-hook.
14284         * emacs-lisp/bytecomp.el (batch-byte-compile-if-not-done):
14285         Add autoload cookie.
14287 2002-03-22  Eli Zaretskii  <eliz@is.elta.co.il>
14289         * calendar/calendar.el (calendar): Doc fix.
14291 2002-03-22  Juanma Barranquero  <lektu@terra.es>
14293         * play/gomoku.el (gomoku-font-lock-O-face): Convert to use `defface'.
14294         (gomoku-font-lock-X-face): Likewise.
14295         (gomoku-font-lock-keywords): Use faces instead of variables.
14297 2002-03-21  Stefan Monnier  <monnier@cs.yale.edu>
14299         * Makefile.in (bootstrap): Make sure subdirs.el is ready.
14301 2002-03-21  Kim F. Storm  <storm@cua.dk>
14303         * simple.el (open-network-stream, open-network-stream-nowait)
14304         (open-network-stream-server): Use featurep to test for
14305         supported networking features.
14307 2002-03-21  Thien-Thi Nguyen  <ttn@gnu.org>
14309         * mail/emacsbug.el (report-emacs-bug-hook): Remove submitter
14310         directions as the last action.
14312 2002-03-21  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
14314         * startup.el (fancy-splash-tail, normal-splash-screen):
14315         Update copyright.
14317         * novice.el (disabled-command-hook): Clarify output text to match
14318         prompt.
14320 2002-03-20  Jason Rumney  <jasonr@gnu.org>
14322         * frame.el (display-images-p): Do not explicitly check display type.
14324 2002-03-20  pmr-sav  <pmr-sav@hamm.pajato.com>
14326         * mail-utils.el:
14327         Eliminate compilation warnings due to `rfc822-addresses'.
14328         (rmail-dont-reply-to): Eliminate `pos' as a free variable for a
14329         warning free compile.
14331 2002-03-20  Michael Kifer  <kifer@cs.stonybrook.edu>
14333         * ediff-diff.el (ediff-install-fine-diff-if-necessary):
14334         Take the current highlighting style into account.
14335         (ediff-forward-word-function,ediff-whitespace,ediff-word-1)
14336         (ediff-word-2,ediff-word-3,ediff-word-4): Make them buffer local.
14338         * ediff-init.el (ediff-patch-job): New macro.
14340         * ediff-mult.el (ediff-make-new-meta-list-header): New API function.
14341         (ediff-intersect-directories): Use ediff-make-new-meta-list-header.
14343         * ediff-ptch.el (ediff-map-patch-buffer):
14344         Use ediff-make-new-meta-list-header.
14345         (ediff-fixup-patch-map): Use the meta-list API from ediff-mult.el.
14347         * ediff-util.el (ediff-toggle-hilit): Fix toggling of highliting.
14348         (ediff-select-difference): Take highlighting style into account.
14349         (ediff-clone-buffer-for-region-comparison): New function.
14350         (ediff-inferior-compare-regions): Added comparison of current diff
14351         regions.
14353         * ediff.el (ediff-clone-buffer-for-region-comparison)
14354         (ediff-clone-buffer-for-window-comparison): Moved to ediff-util.el.
14356 2002-03-19  pmr-sav  <pmr-sav@hamm.pajato.com>
14358         * mail-utils.el (rmail-dont-reply-to):
14359         Overhaul to correctly apply the regular
14360         expressions in the variable `rmail-dont-reply-to-names' to the list of
14361         destination addresses.  Contributed by lorentey@elte.hu.
14363         * rmail.el (rmail-dont-reply-to-names):
14364         Modify the documentation to make it email
14365         address centric rather than login name centric.  Contributed by
14366         lorentey@elte.hu.
14368 2002-03-18  Colin Walters  <walters@verbum.org>
14370         * ibuf-ext.el (ibuffer-toggle-sorting-mode): Remove `find-if' so
14371         we don't require `cl' at runtime.
14372         (sorting mode mode-name): Don't take the symbol-name of a string.
14374         * ibuffer.el (ibuffer-set-mark): Go back to the beginning of the
14375         line after setting the mark.
14376         (ibuffer-insert-buffers-and-marks): Invert the test for
14377         `ibuffer-sorting-reversep'.
14379 2002-03-18  Stefan Monnier  <monnier@cs.yale.edu>
14381         * international/ucs-tables.el (unify-8859-on-decoding-mode)
14382         (unify-8859-on-encoding-mode): Remove autoload cookie.
14384 2002-03-18  Andre Spiegel  <spiegel@gnu.org>
14386         * vc-rcs.el (vc-rcs-register): Fix handling of
14387         vc-[rcs-]register-switches.
14388         (vc-rcs-checkin-switches, vc-rcs-checkout-switches):
14389         Variables removed, since they weren't used yet.
14391         * vc-cvs.el (vc-cvs-register): Fix handling of
14392         vc-[cvs-]register-switches.
14394         * vc-sccs.el (vc-sccs-register): Fix handling of
14395         vc-[sccs-]register-switches.
14397 2002-03-18  Stefan Monnier  <monnier@cs.yale.edu>
14399         * loadup.el ("emacs-lisp/backquote"): Load earlier.
14400         ("international/ucs-tables"): Load and turn on
14401         unify-8859-on-encoding-mode unconditionally.
14402         (emacs-version): Use `defconst' rather than `setq'.
14404         * eshell/esh-ext.el (eshell-binary-suffixes): Use exec-suffixes.
14406 2002-03-18  Richard M. Stallman  <rms@gnu.org>
14408         * menu-bar.el (menu-bar-options-menu): Cope if
14409         text-mode-hook is not a list.
14411 2002-03-17  Richard M. Stallman  <rms@gnu.org>
14413         * emulation/pc-select.el (pc-selection-mode):
14414         Alter the existing global map, don't replace it.
14416         * files.el (list-directory): Set default-directory at the end.
14418         * dabbrev.el (dabbrev--goto-start-of-abbrev):
14419         Put a limit on field-beginning search.
14421 2002-03-17  Simon Josefsson  <jas@extundo.com>
14423         * net/browse-url.el (browse-url-mosaic-pidfile): New variable.
14424         (browse-url-mosaic): Use it.
14426         * net/browse-url.el (browse-url-filename-alist): Don't begin
14427         docstring with *, you don't want to set this one with M-x set-variable.
14429         * net/browse-url.el: Put * in user option doc strings.
14431 2002-03-17  Stefan Monnier  <monnier@cs.yale.edu>
14433         * textmodes/sgml-mode.el (sgml-xml-mode): Renamed from sgml-xml.
14434         (sgml-xml-guess): Simplify.
14435         (sgml-mode-common): Remove (move into sgml-mode).
14436         (sgml-mode): Add code from sgml-mode-common.
14437         Remove redundant setting of indent-line-function.
14438         Don't set skeleton-transformation when in XML mode.
14440         * international/mule-diag.el (describe-char-after):
14441         Use `internal-describe-syntax-value' again (got lost somewhere).
14443         * international/ucs-tables.el (ucs-unify-8859, ucs-fragment-8859):
14444         Use unify-8859-on-decoding-mode.
14445         (unify-8859-on-decoding-mode): Also set translation-table-for-input.
14446         (ucs-insert): Give an error if the unicode char can't be created.
14448         * pcvs-parse.el (cvs-parse-table): Be a bit more lenient.
14449         (cvs-parse-status): Handle the "used to have a conflict" marker.
14451 2002-03-17  Kim F. Storm  <storm@cua.dk>
14453         The following changes are related to the enhanced network process
14454         support.
14456         * simple.el: Update copyright.
14457         (clone-process): Use make-network-process to clone network
14458         processes.  Get command list via (process-contact ... t).
14459         Use set-process-query-on-exit-flag and process-query-on-exit-flag
14460         instead of process-kill-without-query.
14461         (open-network-stream): Replaces C-version from process.c.
14462         (open-network-stream-nowait, open-network-stream-server): New funs.
14463         (process-kill-without-query): Replaces C-version from process.c.
14465         * files.el: Update copyright.
14466         (save-buffers-kill-emacs): Also check for active server
14467         processes.  Use process-query-on-exit-flag.  Only list processes
14468         which has the query-on-exit flag set in connection with user query.
14470         * shadowfile.el: Update copyright.
14471         (shadow-save-buffers-kill-emacs): Also check for active server
14472         processes.  Use process-query-on-exit-flag.
14474 2002-03-16  Simon Marshall  <simon.marshall@misys.com>
14476         * imenu.el (imenu-menubar-modified-tick): Renamed from
14477         imenu-update-menubar-modified-tick.
14478         (imenu-update-menubar): Update imenu-menubar-modified-tick
14479         whenever outer condition succeeds.
14481         * lazy-lock.el (save-buffer-state):
14482         Bind inhibit-modification-hooks and buffer-file-truename
14483         instead of before-change-functions and after-change-functions.
14485 2002-03-16  Eli Zaretskii  <eliz@is.elta.co.il>
14487         * international/codepage.el (codepage-setup): Don't define a
14488         codepage if it is already defined.
14490         * textmodes/po.el (po-content-type-charset-alist): Convert the
14491         car of each association to a string.
14492         (po-find-file-coding-system-guts): If the charset matches a name
14493         of a codepage, set up that codepage and return it as a coding
14494         system to decode the file.
14495         (po-find-charset): Search for the Charset= header even if we've
14496         read less than 4KB.
14497         <top-level>: Remove the setup for all known codepages: it seems
14498         to cause crashes in the CCL driver.
14500 2002-03-16  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
14502         * textmodes/bibtex.el (bibtex-sort-ignore-string-entries)
14503         (bibtex-entry-field-alist): Doc fix.
14505 2002-03-16  Richard M. Stallman  <rms@gnu.org>
14507         * progmodes/cperl-mode.el (cperl-imenu--function-name-regexp-perl):
14508         Move definition above cperl-outline-regexp.
14510         * bindings.el (mode-line-mule-info): In computing help-echo prop,
14511         avoid using save-window-excursion.  And compile the function.
14513 2002-03-15  Stefan Monnier  <monnier@cs.yale.edu>
14515         * files.el (load-completion): New function.
14516         (load-library): Use it.
14518 2002-03-15  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
14520         * calendar/cal-french.el (calendar-goto-french-date): Fix prompt
14521         to match the actual code.
14523 2002-03-15  Eli Zaretskii  <eliz@is.elta.co.il>
14525         * textmodes/po.el (po-find-file-coding-system-guts):
14526         Use with-temp-buffer instead of po-with-temp-buffer.
14528         * international/mule-conf.el (file-coding-system-alist): Add an
14529         association for PO files.
14531         * textmodes/po.el: New file.
14533 2002-03-15  Gerd Moellmann  <gerd@gnu.org>
14535         * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
14536         Fix simple loop indentation.
14538 2002-03-14  Miles Bader  <miles@gnu.org>
14540         * net/rlogin.el (rlogin-mode): Use `define-derived-mode'.
14542 2002-03-14  Richard M. Stallman  <rms@gnu.org>
14544         * textmodes/picture.el (picture-insert)
14545         (picture-clear-column, picture-draw-rectangle):
14546         Use move-to-column, not move-to-column-force.
14548         * dired.el (dired-readin): Clear out undo list.
14549         (dired-fun-in-all-buffers): Definition moved from dired-aux.el.
14550         (dired-delete-entry): New function.
14551         (dired-internal-do-deletions): Use dired-fun-in-all-buffers
14552         and dired-delete-entry, to update this buffer (and others).
14554         * dired-aux.el (dired-fun-in-all-buffers): Moved to dired.el.
14556         * facemenu.el (facemenu-add-new-face):
14557         Pass region args to facemenu-set-face, when there is a region.
14558         (facemenu-set-foreground, facemenu-set-background)
14559         (facemenu-add-face): Doc fixes.
14561         * progmodes/cperl-mode.el (cperl-outline-regexp): Move definition up.
14563 2002-03-14  Miles Bader  <miles@gnu.org>
14565         * emacs-lisp/debug.el: Require `button'.
14566         (debugger-mode-map): Set the parent keymap to `button-buffer-map',
14567         to get TAB and <backtab> bindings.
14569         * net/rlogin.el (rlogin-carriage-filter): Function removed.
14570         (rlogin): Don't install the `rlogin-carriage-filter' filter, as
14571         comint removes carriage returns itself now.
14573         * rfn-eshadow.el (rfn-eshadow-update-overlay):
14574         Bind `inhibit-point-motion-hooks' to t while messing around, to avoid
14575         getting hosed by our own intangible property.
14577 2002-03-13  Stefan Monnier  <monnier@cs.yale.edu>
14579         * progmodes/fortran.el (fortran-mode): Set comment-padding to "$$$".
14580         Add fortran-comment-line-start-skip to comment-start-skip.
14581         (fortran-comment-indent): Keep whole-line comments in column 0.
14582         (fortran-find-comment-start-skip): New arg `all'.
14583         If ALL is nil, make sure we only match comment-start-skip if we
14584         can't match fortran-comment-line-start-skip.
14585         Fix bug that made it return t but without moving point when
14586         matching '!'! (a false-comment followed by a real comment).
14587         (fortran-indent-comment): Use new `all' argument above.
14588         Be careful not to add an incorrect comment-starter like "C"
14589         in comment-column.
14590         (fortran-split-line): When splitting a comment, reuse the comment
14591         starter from the current line rather than fortran-comment-line-start.
14592         (fortran-indent-line, fortran-auto-fill): Simplify thanks to the
14593         cleaner behavior of fortran-find-comment-start-skip.
14594         (fortran-fill): Don't be confused by ! inside a comment.
14595         (fortran-break-line): Minor cleanup and simplification.
14597 2002-03-13  Francesco Potort\e,Al\e(B  <pot@gnu.org>
14599         * progmodes/etags.el (tag-exact-file-name-match-p)
14600         (tag-file-name-match-p, tag-partial-file-name-match-p): Use a
14601         simpler regexp.
14603 2002-03-12  Colin Walters  <walters@debian.org>
14605         * ibuffer.el (ibuffer-redisplay-current): Don't move point when
14606         redisplaying a line.
14608 2002-03-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14610         * term/x-win.el (emacs-session-restore): Take previous id as
14611         an argument.
14612         (emacs-session-save): Add comment that return t means cancel shutdown
14614         * startup.el (command-line): Must check that x-session-previous-id
14615         is bound also, for non-X platforms.
14617 2002-03-12  Gerd Moellmann  <gerd@gnu.org>
14619         * emacs-lisp/cl-indent.el (lisp-loop-keyword-indentation)
14620         (lisp-loop-forms-indentation, lisp-simple-loop-indentation):
14621         New user options.
14622         (extended-loop-p, common-lisp-loop-part-indentation): New functions.
14623         (common-lisp-indent-function-1): Renamed from
14624         common-lisp-indent-function.
14625         (common-lisp-indent-function): Handle loop forms specially.
14626         (lisp-indent-defmethod): Use car/cdr instead of first/rest.
14627         (lisp-backquote-indentation): New user option.
14629 2002-03-12  Francesco Potort\e,Al\e(B  <pot@gnu.org>
14631         * progmodes/etags.el (tag-exact-file-name-match-p)
14632         (tag-file-name-match-p, tag-partial-file-name-match-p):
14633         Assume that the header of a tags section has either a number
14634         or nothing after the last comma.
14636 2002-03-11  Richard M. Stallman  <rms@gnu.org>
14638         * imenu.el (imenu-update-menubar-modified-tick): New variable.
14639         (imenu-update-menubar): Don't call imenu--make-index-alist
14640         if buffer has not changed since last time.
14642         * desktop.el (desktop-buffer-handlers): Doc fix.
14643         (desktop-buffer-file): Explicitly return BUF.
14645         * paren.el (show-paren-function): Move back in other direction
14646         to verify the match is correct.
14648         * mail/supercite.el (sc-select-attribution): Accept whatever value
14649         we get in CHOICE; there is no value meaning "try again".
14651 2002-03-11  Colin Walters  <walters@verbum.org>
14653         * shell.el (toplevel): Revert previous change to use pcomplete.
14654         (shell-mode): Ditto.
14655         (shell-pcomplete-setup-done): Remove.
14656         (shell-pcomplete): Ditto.
14657         (shell-pcomplete-reverse): Ditto.
14659         * comint.el: Remove documentation on setting up pcomplete.
14661 2002-03-11  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
14663         * font-lock.el (java-font-lock-extra-types): Add "URL" as separate
14664         item.  Doc fix.
14666         * image.el (image-type-from-file-header): Make temporary buffer
14667         unibyte.
14669         * subr.el (add-to-list): Doc fix.
14671 2002-03-11  Miles Bader  <miles@gnu.org>
14673         * pcomplete.el (pcomplete-entries): Expand environment variables
14674         in filename.
14676 2002-03-10  Daniel Pfeiffer  <occitan@esperanto.org>
14678         * play/mpuz.el: Use defface instead of facemenu-get-face.
14680 2002-03-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14682         * startup.el (command-line): Add call to emacs-session-restore if
14683         both x-session-id and x-session-previous-id are strings.
14685         * term/x-win.el (x-handle-smid): New function.
14686         (emacs-session-filename): New function.
14687         (emacs-session-save): New function.
14688         (emacs-save-session-functions): New variable.
14689         (emacs-session-restore): New function.
14691 2002-03-09  Eli Zaretskii  <eliz@is.elta.co.il>
14693         * simple.el (shell-command-on-region): Call push-mark with
14694         non-nil second arg, to suppress the "Mark set" message.
14696 2002-03-08  Richard M. Stallman  <rms@gnu.org>
14698         * textmodes/picture.el (picture-forward-column): New arg `interactive'
14699         is non-nil for an interactive call.  Use instead of interactive-p.
14700         (picture-backward-column): Likewise.
14702         * tar-mode.el (tar-untar-buffer): New function.
14704         * info.el (Info-fontify-node): Bind up-clicks, not down-clicks.
14705         Put the mouse-face on the entire xref, like the local keymap.
14707         * find-dired.el (find-name-dired): Use shell-quote-argument.
14709 2002-03-08  Daniel Pfeiffer  <occitan@esperanto.org>
14711         * play/mpuz.el (mpuz-unsolved-face, mpuz-solved-face)
14712         (mpuz-trivial-face, mpuz-text-face, mpuz-solve-when-trivial)
14713         (mpuz-allow-double-multiplicator): New options for nicer look and
14714         new features.
14715         (mpuz-put-number-on-board, mpuz-paint-number, mpuz-solve): New funs.
14716         (mpuz-check-all-solved, mpuz-random-puzzle)
14717         (mpuz-paint-statistics, mpuz-paint-digit, mpuz-close-game)
14718         (mpuz-show-solution): Functions streamlined and removed french
14719         style space before punctuation, added face support and optional
14720         solving of trivial results.
14722 2002-03-07  Colin Walters  <walters@verbum.org>
14724         * ibuf-macs.el (define-ibuffer-column): Add :summarizer property.
14726         * ibuffer.el (ibuffer-update-mode-name): Substitute "view time"
14727         instead of "recency" for clarity.
14728         (ibuffer-compile-format): Document more.  Handle new "summarizer"
14729         columns.
14730         (ibuffer-fontify-region-function): Ditto.
14731         (ibuffer-insert-buffer-line): Ditto.
14732         (ibuffer-map-lines): Ditto.
14733         (ibuffer-insert-buffers-and-marks): Ditto.
14734         (ibuffer-update-title-and-summary): Renamed from
14735         `ibuffer-update-title'.  Handle "summarizer" columns.
14736         (ibuffer-clear-summary-columns): New function.
14738         * ibuf-ext.el (ibuffer-filter-format-alist): Add type and group.
14740 2002-03-07  Gerd Moellmann  <gerd@gnu.org>
14742         * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
14743         Use the other-window instead of the other-frame functions when
14744         the window is dedicated.
14746 2002-03-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
14748         * textmodes/bibtex.el (bibtex-make-field): Call bibtex-find-text
14749         with SILENT so that a new field can be added.
14751 2002-03-06  Eli Zaretskii  <eliz@is.elta.co.il>
14753         * files.el (make-auto-save-file-name): Make sure the produced file
14754         name does not contain characters that are invalid for DOS/Windows
14755         filesystems.
14757         * dos-fns.el, w32-fns.el (make-auto-save-file-name):
14758         Remove replacement functions.
14760 2002-03-06  Gerd Moellmann  <gerd@gnu.org>
14762         * font-lock.el (lisp-font-lock-keywords-2): Highlight keywords of
14763         the form `:x'.
14765         * vc.el (vc-branch-part): Add autoload cookie.  This function can
14766         be called from vc-rcs-find-most-recent-rev when visiting a file
14767         checked into RCS in a CVS sandbox.
14769 2002-03-06  Andreas Schwab  <schwab@suse.de>
14771         * progmodes/hideif.el: Augment expression parser to handle
14772         conditional expressions.
14773         (hif-token-regexp): Also match `?' and `:'.
14774         (hif-tokenize): Handle `?' and ':' as tokens.
14775         (hif-expr): Parse conditional expressions.
14776         (hif-or-expr): Parse `||' expressions.
14777         (hif-and-expr): Renamed from hif-term.
14778         (hif-conditional): New function to evaluate a conditional
14779         expression.
14781 2002-03-06  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
14783         * language/czech.el ("Czech"): Fix the documentation.
14785         * language/slovak.el ("Slovak"): Likewise.
14787 2002-03-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
14789         * xml.el (xml-parse-attlist): Accept empty strings.
14791 2002-03-05  Eli Zaretskii  <eliz@is.elta.co.il>
14793         * mouse.el (mouse-show-mark): Remove the no-highlight alternative:
14794         all terminals now support highlighting of some kind.
14796         * language/european.el (mac-roman): Fix the safe-chars property.
14798 2002-03-05  Andre Spiegel  <spiegel@gnu.org>
14800         * vc.el (vc-transfer-file): Use `make-temp-file'.
14801         (vc-default-update-changelog): Remove conditional use of
14802         `make-temp-name'.
14804         * vc-cvs.el (vc-cvs-diff-tree): Fix typo in parameter names.
14806 2002-03-05  Michael Kifer  <kifer@cs.stonybrook.edu>
14808         * ediff-init.el: Comments.
14810         * ediff-hook.el: Got rid of autoloads. Not needed, since the hook
14811         is loaded.
14813         * ediff-mult.el (ediff-intersect-directories)
14814         (ediff-prepare-meta-buffer,ediff-get-directory-files-under-revision):
14815         Cleanup.
14816         (ediff-draw-dir-diffs): Now supports the "C" command in directory
14817         difference buffer.
14818         (ediff-dir-diff-copy-file): New function that implements copying
14819         of files from one Ediff dir to another
14820         (ediff-bury-dir-diffs-buffer): Kills the buffer instead.
14821         (ediff-append-custom-diff): Better error msgs.
14823         * ediff-util.el (ediff-compute-custom-diffs-maybe): Buglet fix.
14824         (ediff-inferior-compare-regions): Use
14825         ediff-clone-buffer-for-region-comparison. Better and simpler interface.
14827         * ediff.el (ediff-directories-internal): Cleanup.
14828         (ediff-clone-buffer-for-region-comparison): Better interface.
14830 2002-03-04  Richard M. Stallman  <rms@gnu.org>
14832         * emacs-lisp/easy-mmode.el (define-minor-mode):
14833         Use "P" in interactive spec of minor mode commands.
14835 2002-03-04  Stefan Monnier  <monnier@cs.yale.edu>
14837         * faces.el (face-spec-choose): Allow `t' to appear before the end.
14838         (mode-line, tool-bar, minibuffer-prompt, region, fringe, bold, italic)
14839         (bold-italic, underline, highlight, secondary-selection, fixed-pitch)
14840         (variable-pitch, trailing-whitespace): Don't use the old-style entries.
14841         (mode-line-inactive, header-line): Move the `t' section to the
14842         beginning so the `:inherit' setting can be shared.
14844 2002-03-04  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
14846         * net/snmp-mode.el: Require tempo when compiling to prevent
14847         warnings.  Update copyright notice.
14849         * help.el (describe-key-briefly, describe-key): Interpret `undefined'
14850         like not defined at all.
14852 2002-03-03  Stefan Monnier  <monnier@cs.yale.edu>
14854         * textmodes/sgml-mode.el: Change maintainer to FSF.
14855         (sgml-start-tag-regex, sgml-font-lock-keywords-1, sgml-mode-common)
14856         (sgml-tags-invisible, sgml-beginning-of-tag):
14857         Allow _ : and non-ASCII in tag names, as required for XML.
14858         (sgml-name-char): Don't assume anything about charsets handled by
14859         encode-char.
14861         * textmodes/tex-mode.el (tex-guess-main-file): Handle the case
14862         where one of the buffers is narrowed.
14864         * hexl.el (hexlify-command, dehexlify-command): Remove.
14865         (hexlify-buffer, dehexlify-buffer): Use call-process-region
14866         rather than shell-command-on-region.
14868         * newcomment.el (comment-forward): Use forward-comment to skip
14869         over whitespace (or comments) even when comment-use-syntax is nil.
14871         * progmodes/cperl-mode.el (cperl-menu): Add "-emacs" to the version.
14873         * textmodes/xml-lite.el: New file.
14875 2002-03-03  Richard M. Stallman  <rms@gnu.org>
14877         * textmodes/artist.el (artist-system): Use make-temp-file.
14879         * progmodes/ps-mode.el (ps-run-make-tmp-filename): Use make-temp-file.
14881         * mail/sendmail.el (mail-recover-1): Increase non-random-len
14882         by 1 since we changed make-auto-save-file-name to add one
14883         fewer character to the buffer name.
14884         (mail-recover): Really show point at the right place
14885         in the *Directory* buffer.
14887         * files.el (make-auto-save-file-name): Use make-temp-file.
14889         * terminal.el (te-create-terminfo): Use make-temp-file
14890         to create the source file in a safe way.
14892 2002-03-03  Eli Zaretskii  <eliz@is.elta.co.il>
14894         * cus-start.el: Rename automatic-hscroll-step and
14895         automatic-hscroll-margin into hscroll-step and hscroll-margin.
14897         * frame.el (auto-hscroll-mode): Renamed from automatic-hscrolling.
14898         (automatic-hscrolling): Now a defvaralias for auto-hscroll-mode.
14900         * mouse.el (mouse-region-delete-keys): Add deletechar.
14902 2002-03-03  Sam Steingold  <sds@gnu.org>
14904         * play/snake.el (snake-score-file): Fixed parens (broken by the
14905         last patch).
14906         * play/tetris.el (tetris-score-file): Ditto.
14908 2002-03-03  Richard M. Stallman  <rms@gnu.org>
14910         * play/tetris.el (tetris-score-file): Put in home dir, not in /tmp.
14912         * play/snake.el (snake-score-file): Put in home dir, not in /tmp.
14914         * play/gamegrid.el (gamegrid-set-font, gamegrid-setup-face)
14915         (gamegrid-make-mono-tty-face): Fix usage of condition-case.
14917 2002-03-03  Thien-Thi Nguyen  <ttn@gnu.org>
14919         * calendar/diary-lib.el (list-diary-entries): Use `buffer-substring'
14920         instead of `buffer-substring-no-properties' to support enriched mode.
14922 2002-03-02  Richard M. Stallman  <rms@gnu.org>
14924         * find-dired.el (find-grep-dired): Call shell-quote-argument.
14925         Specify the -e option.
14926         Rename arg to `regexp'.
14928 2002-03-02  Milan Zamazal  <pdm@zamazal.org>
14930         * textmodes/tildify.el (tildify-string-alist): Add entry for xml-mode.
14932 2002-03-02  Miles Bader  <miles@gnu.org>
14934         * mwheel.el (mwheel-scroll): Remove `double' and `triple' from the
14935         event-modifiers before looking up in `mouse-wheel-scroll-amount'.
14936         If there's no applicable modifiers entry in the alist in
14937         `mouse-wheel-scroll-amount', fall back to the default, not to
14938         nil (which causes full screen scrolls).
14940 2002-03-01  Andreas Schwab  <schwab@suse.de>
14942         * textmodes/texnfo-upd.el (texinfo-start-menu-description):
14943         Remove extra paren in regexp.
14945 2002-03-01  Eli Zaretskii  <eliz@is.elta.co.il>
14947         * mouse.el (mouse-show-mark): Use display-mouse-p, not
14948         display-graphic-p, to decide whether to move point or use the
14949         highlighting.
14951 2002-02-28  Colin Walters  <walters@verbum.org>
14953         * eshell/esh-var.el (eshell-parse-variable-ref): Use `make-temp-file'.
14955         * calc/calc-graph.el (calc-gnuplot-tempfile): Don't expand against
14956         `temporary-file-directory'; we now do that in `calc-graph-file-cache'.
14957         (calc-temp-file-name): Use `make-temp-file'.
14959 2002-02-28  Richard M. Stallman  <rms@gnu.org>
14961         * font-lock.el (java-font-lock-extra-types):
14962         Match java.net.URL, etc.
14964 2002-02-28  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
14966         * hexl.el (hexl-options): Doc fix.
14967         Update Commentary section.
14969         * textmodes/sgml-mode.el (sgml-specials, sgml-quick-keys):
14970         Doc fixes.
14972 2002-02-28  Andre Spiegel  <spiegel@gnu.org>
14974         * vc.el (vc-revert-buffer): If the buffer is not saved, prompt
14975         the user to do that first.
14976         (vc-update): New function.
14978         * vc-hooks.el (vc-menu-map): New entry "Update to Latest Version",
14979         which calls vc-update.  Use the term "Base Version" instead of
14980         "Last Version" for the entries "Revert" and "Compare".
14982 2002-02-28  Kim F. Storm  <storm@cua.dk>
14984         * simple.el (shell-command-on-region): Report non-zero exit
14985         status in mode line instead of buffer.
14987 2002-02-27  Richard M. Stallman  <rms@gnu.org>
14989         * comint.el (comint-preoutput-filter-functions): Doc fix.
14990         (comint-output-filter-functions, comint-input-filter-functions)
14991         (comint-redirect-filter-functions): Likewise.
14993         (comint-redirect-preoutput-filter): Do the local-hook
14994         handling of t when running comint-redirect-filter-functions.
14995         (comint-output-filter): Likewise for comint-preoutput-filter-functions.
14997 2002-02-26  Richard M. Stallman  <rms@gnu.org>
14999         * paths.el (remote-shell-program): Add doc string.
15001 2002-02-26  Colin Walters  <walters@debian.org>
15003         * ibuf-ext.el (sorter mode-name): New.
15004         (ibuffer-do-occur): Don't quote ibuffer-marked-char.
15006         * calc/calc-ext.el (calc-scroll-left): Call scroll-left
15007         interactively, so they do something.
15008         (calc-scroll-right): Ditto.
15010 2002-02-26  Eli Zaretskii  <eliz@is.elta.co.il>
15012         * international/mule.el (ctext-pre-write-conversion): Handle the
15013         case when FROM is a string, and when we are called from
15014         build_annotations_2.
15016 2002-02-26  Richard M. Stallman  <rms@gnu.org>
15018         * rect.el (clear-rectangle-line): Reindent to the same column
15019         that move-to-column reached when it tried to go to endcol.
15021         * icomplete.el (icomplete-exhibit): Use minibuffer-prompt-end.
15023 2002-02-26  Ivar Rummelhoff  <ivarru@math.uio.no>
15025         * winner.el (winner-boring-buffers, winner-set): A window which
15026         displays a buffer whose name is in the list
15027         `winner-boring-buffers', will no longer be restored by `winner-undo'.
15028         (winner-sorted-window-list): Used to improve comparison between
15029         window configurations.
15030         (winner-win-data): Simplified and moved.
15031         (winner-conf): Simplified (now uses `winner-win-data').
15032         (winner-change-fun, winner-save-old-configurations)
15033         (winner-save-(un)conditionally, winner-redo): Changes made while in
15034         the minibuffer will be ignored.  (Such changes are undone upon
15035         exit for the minibuffer, anyway.)
15036         (winner-set-conf): Preserve selected window whenever possible.
15037         (winner-make-point-alist): Simplified.
15038         (winner-mode, winner-save-unconditionally): Save current window
15039         configuration on entering minibuffer.
15040         (minor-mode-alist): Don't add winner-mode to `minor-mode-alist',
15041         since it does not change the overall behavior of Emacs.
15043 2002-02-26  Eli Zaretskii  <eliz@is.elta.co.il>
15045         * international/mule-conf.el (compound-text): Renamed back from
15046         compound-text-no-extensions.
15047         (ctext-no-compositions): Remove the mime-charset property.
15048         (compound-text-with-extensions): Renamed from compound-text.
15049         (x-ctext-with-extensions, ctext-with-extensions): Renamed aliases.
15051 2002-02-26  Juanma Barranquero  <lektu@terra.es>
15053         * faces.el (list-faces-display): Fix typo.
15055 2002-02-25  Richard M. Stallman  <rms@gnu.org>
15057         * frame.el (focus-follows-mouse): Doc fix.
15059 2002-02-26  Miles Bader  <miles@gnu.org>
15061         * mwheel.el (mouse-wheel-mode): Pass vectors instead of symbols
15062         to `define-key', since it no longer accepts the latter.
15064 2002-02-25  Jason Rumney  <jasonr@gnu.org>
15066         * term/w32-win.el (mouse-wheel-scroll-line): Use car of
15067         mouse-wheel-scroll-amount.
15069         * w32-vars.el (mouse-wheel-scroll-amount): Use same definition as
15070         mwheel.el.
15072         * language/japanese.el (iso-2022-jp-2): Add init-bol flag.
15074 2002-02-25  Andre Spiegel  <spiegel@gnu.org>
15076         * vc.el (vc-diff-switches-list): Fix prev change, making the macro
15077         consistent with the others that take a backend name as a symbol.
15079         * vc-cvs.el, vc-rcs.el, vc-sccs.el: Fix calls to vc-diff-switches-list.
15081 2002-02-25  Kim F. Storm  <no-spam@cua.dk>
15083         * comint.el (comint-replace-by-expanded-filename): Do nothing if
15084         comint-match-partial-filename returns nil.
15086         * shell.el (shell-pcomplete-setup-done): New variable.
15087         (shell-pcomplete): Use it instead of shell-pcomplete-setup-p.
15088         (shell-pcomplete-reverse): Ditto.
15090 2002-02-25  Per Abrahamsen  <abraham@dina.kvl.dk>
15092         * ps-print.el (ps-print-printer): Added `lpr' customize group member.
15094 2002-02-25  Juanma Barranquero  <lektu@terra.es>
15096         * subr.el (save-match-data): Doc fix.
15098         * ielm.el (ielm-prompt): Allow customization; make it read-only.
15100 2002-02-25  Kim F. Storm  <storm@cua.dk>
15102         * shell.el (shell-mode-map): Add "Complete" header so completion
15103         menu is shown on the menu bar in shell mode.
15105 2002-02-25  Stefan Monnier  <monnier@cs.yale.edu>
15107         * ielm.el (ielm-match-data): New var.
15108         (inferior-emacs-lisp-mode): Make it buffer-local.
15109         (ielm-eval-input): Use it to preserve match-data between inputs.
15111 2002-02-24  Juanma Barranquero  <lektu@terra.es>
15113         * ielm.el (inferior-emacs-lisp-mode): Use hexl for the dummy process.
15115 2002-02-24  Per Abrahamsen  <abraham@dina.kvl.dk>
15117         * cus-edit.el (custom-unlispify-remove-prefixes): Add to
15118         `custom-buffer' customize group.
15120 2002-02-23  Kim F. Storm  <storm@cua.dk>
15122         * help.el (where-is): Use remap-command.
15124         * help-fns.el (describe-function-1): Use remap-command.
15126         * subr.el (global-set-key, local-set-key): Undo 2002-02-06
15127         change (no longer accept a symbol for the KEY argument).
15129 2002-02-23  Colin Walters  <walters@debian.org>
15131         * calc/calcalg3.el (calc-invent-variables): Convert integer to string.
15132         * calc/calcalg2.el (math-solve-get-sign): Ditto.
15134         * ibuffer.el (ibuffer-compile-format): Don't uselessly bind `pt'
15135         in generated function.
15137         * ibuf-ext.el (ibuffer-old-time): Change to hours.
15138         (ibuffer-mark-old-buffers): Handle it.
15140         * shell.el (shell-pcomplete, shell-pcomplete-reverse): New functions.
15141         (toplevel): Bind them.
15142         (shell-mode): Don't set `comint-dynamic-complete-functions'; it is
15143         not necessary now that we use pcomplete.
15145         * comint.el: Document how use new pcomplete completion facility.
15147 2002-02-23  Richard M. Stallman  <rms@gnu.org>
15149         * mail/rmailsum.el (rmail-summary-output): Properly advance
15150         to next message, by calling rmail-summary-goto-msg.
15152         * net/browse-url.el (browse-url-galeon): Specify --existing
15153         for an existing window.  Use --noraise rather than --no-raise.
15154         Don't use -x.
15156 2002-02-22  Eli Zaretskii  <eliz@is.elta.co.il>
15158         * progmodes/etags.el (find-tag-noselect, find-tag)
15159         (find-tag-other-window, find-tag-other-frame, find-tag-regexp):
15160         Fix a typo in doc strings.
15162 2002-02-20  Deepak Goel  <deego@glue.umd.edu>
15164         * play/snake.el (snake-velocity-queue, snake-update-velocity)
15165         (snake-final-x-velocity, snake-final-y-velocity):
15166         New variable and functions.  Store user's keypresses
15167         into a queue and pop from the queue each subsequent turn.
15168         (snake-update-game, snake-move-left)
15169         (snake-move-right, snake-move-up, snake-move-down, snake-active-p)
15170         (snake-start-game): Use that queue.
15171         (snake-use-glyphs-flag): Renamed from snake-use-glyphs.
15172         (snake-use-color-flag): Likewise.
15173         (snake-mode): Rename uses of those variables.
15175 2002-02-22  Eli Zaretskii  <eliz@is.elta.co.il>
15177         Support for ICCCM  Extended Segments in X selections:
15179         * international/mule-conf.el (ctext-no-compositions): New coding
15180         system.
15181         (compount-text-no-extensions): Renamed from compound-text.
15182         (x-ctext-no-extensions, ctext-no-extensions): Aliases for
15183         compound-text-no-extensions.
15184         (compound-text): Redefined using post-read and pre-write conversions.
15186         * international/mule.el (non-standard-icccm-encodings-alist)
15187         (non-standard-designations-alist): New variables.
15188         (ctext-post-read-conversion, ctext-pre-write-conversion):
15189         New functions.
15191 2002-02-21  Jonathan Kamens  <jik@kamens.brookline.ma.us>
15193         * vc.el (vc-default-init-version): Update documentation to
15194         indicate that the backend can override the default init version.
15195         (vc-register): Use the backend init-version function, if it
15196         exists, to determine the initial version of a file.
15197         (vc-diff-switches-list): Don't symbol-quote backend, since it's
15198         already a symbol.  Don't fail if vc-BACKEND-diff-switches isn't bound.
15200         * vc-hooks.el (vc-mode-line): Set vc-mode to nil if the file is
15201         not version-controlled.  This is necessary, e.g., if the file has
15202         just been reverted, and thus was previously under version control
15203         but isn't any longer.
15204         (vc-find-file-hook): Likewise.
15206 2002-02-21  Martin Lorentzson  <Martin.Lorentzson@telia.com>
15208         * vc-cvs.el (vc-cvs-sticky-date-format-string): New variable.
15209         (vc-cvs-sticky-tag-display): New variable.
15210         (vc-cvs-mode-line-string): Add sticky-tag to the mode-line.
15211         (vc-cvs-checkin): If the input revision is a valid symbolic tag
15212         name, we create it as a branch, commit and switch to it.
15213         (vc-cvs-retrieve-snapshot): Set file-property sticky-tag.
15214         (vc-cvs-valid-symbolic-tag-name-p): New function.
15215         (vc-cvs-parse-sticky-tag): New function.
15216         (vc-cvs-parse-entry): Added parsing of sticky tags.
15218 2002-02-21  Per Abrahamsen  <abraham@dina.kvl.dk>
15220         * toolbar/tool-bar.el (tool-bar-mode): Revert the :init-value to
15221         nil, and then explicitly set the standard-value to t.
15223 2002-02-20  Sam Steingold  <sds@gnu.org>
15225         * textmodes/flyspell.el (flyspell-mode): Autoload the variable
15226         since it is used in the menu bar.
15228 2002-02-20  Richard M. Stallman  <rms@gnu.org>
15230         * simple.el (shell-command-on-region): Display the exit status
15231         when a command fails.
15233         * subr.el (add-hook): Doc fix.
15235         * frame.el (other-frame): Doc fix.
15237         * simple.el (yank): Clear `field' property.
15239 2002-02-20  Tom Tromey  <tromey@cachet>
15241         * progmodes/tcl.el (tcl-do-fill-paragraph): Find and fill on more
15242         natural paragraph boundaries.  Don't fail at beginning of buffer.
15244 2002-02-20  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
15246         * tar-mode.el (tar-next-line, tar-previous-line): Add doc string,
15247         call the argument "arg" to match plain next-line and
15248         previous-line.  From Kevin Ryde <user42@zip.com.au>.
15250 2002-02-19  Sam Steingold  <sds@gnu.org>
15252         * mwheel.el (mouse-wheel-scroll-amount): Can specify different
15253         scroll amounts for different modifiers now.
15254         (mwheel-scroll): Handle the new `mouse-wheel-scroll-amount'
15255         format properly.
15256         (mouse-wheel-mode): Ditto.
15258 2002-02-19  Eli Zaretskii  <eliz@is.elta.co.il>
15260         * textmodes/bibtex.el (bibtex-parse-keys): Put save-match-data
15261         around function body.
15263         * net/browse-url.el (browse-url-maybe-new-window): Reverse the
15264         sense of the comparison, to match the doc strings of functions
15265         that use this macro.
15267 2002-02-19  Per Abrahamsen  <abraham@dina.kvl.dk>
15269         * facemenu.el (describe-text-mode-map): Removed bootstrap kludge.
15271         * toolbar/tool-bar.el (tool-bar-mode): Made the standard value t.
15272         * menu-bar.el (menu-bar-mode): Ditto.
15274 2002-02-18  Andreas Schwab  <schwab@suse.de>
15276         * replace.el (query-replace-regexp-eval): Doc fix.
15278 2002-02-18  Colin Walters  <walters@verbum.org>
15280         * calc/calcalg2.el (math-solve-get-int): Convert return value from
15281         `math-get-from-counter' to a string before calling `concat' on it.
15283         * calc/calc-maint.el (calc-split-manual): Look for calc.texi.
15284         (calc-public-autoloads): Obsolete; remove.
15285         (calc-private-autoloads): Ditto.
15286         (calc-add-autoloads): Ditto.
15288         * calc/calc-macs.el (calc-with-default-simplification): Use &rest
15289         for body.
15291 2002-02-17  Jason Rumney  <jasonr@gnu.org>
15293         * w32-win.el (x-option-alist, x-long-option-alist)
15294         (x-switch-definitions): Remove, use command-line-x-option-alist
15295         instead to be consistent with X.
15296         (x-handle-initial-switch): New function.
15298 2002-02-17  Eli Zaretskii  <eliz@is.elta.co.il>
15300         * faces.el (mode-line-inactive, header-line): Add the :inherit
15301         attribute for the tty case.
15303 2002-02-17  stanislav shalunov  <shalunov@internet2.edu>
15305         * mail/uce.el (uce-reply-to-uce): Fix incorrect behavior when
15306         invoked from Rmail with full headers displayed.
15308 2002-02-17  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
15310         * emacs-lisp/lisp.el (mark-defun): Don't leave multiple marks
15311         when repeated.
15312         * textmodes/paragraphs.el (mark-paragraph): Ditto.
15314 2002-02-17  Per Abrahamsen  <abraham@dina.kvl.dk>
15316         * menu-bar.el (menu-bar-showhide-menu): Added speedbar.
15317         (menu-bar-tools-menu): Removed speedbar.
15319         * textmodes/ispell.el (ispell-menu-map): Added `customize-ispell'
15320         and `flyspell-mode' entries.
15322         * textmodes/flyspell.el (flyspell): Add to ispell group.
15324 2002-02-17  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
15326         * emacs-lisp/lisp.el (mark-sexp): Don't leave multiple marks when
15327         repeated.
15328         (mark-defun): Mark more if repeated.
15330 2002-02-17  Colin Walters  <walters@verbum.org>
15332         * ibuf-ext.el (ibuffer-toggle-sorting-mode): Make it work.
15334         * ibuffer.el (ibuffer-truncate-lines): New option.
15335         (ibuffer-mode): Use it.
15337 2002-02-17  Kim F. Storm  <storm@cua.dk>
15339         * cus-start.el: Add mouse-highlight.
15341 2002-02-16  Eli Zaretskii  <eliz@is.elta.co.il>
15343         * Makefile.in (DONTCOMPILE): Remove cus-start.el.
15345         * cus-start.el: Add automatic-hscroll-margin and
15346         automatic-hscroll-step.
15348 2002-02-16  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
15350         * cus-start.el (x-autoselect-window): Allow customization.
15352         * eshell/em-alias.el (eshell-alias-initialize): Do not use
15353         make-local-hook.
15355         * eshell/em-cmpl.el (eshell-cmpl-initialize): Likewise.
15357         * eshell/em-dirs.el (eshell-dirs-initialize): Likewise.
15359         * eshell/em-glob.el (eshell-glob-initialize): Likewise.
15361         * eshell/em-hist.el (eshell-hist-initialize): Likewise.
15363         * eshell/em-pred.el (eshell-pred-initialize): Likewise.
15365         * eshell/em-prompt.el (eshell-prompt-initialize): Likewise.
15367         * eshell/em-rebind.el (eshell-rebind-initialize): Likewise.
15369         * eshell/em-smart.el (eshell-smart-initialize): Likewise.
15371         * eshell/em-unix.el (eshell-unix-initialize): Likewise.
15373         * eshell/esh-cmd.el (eshell-cmd-initialize): Likewise.
15375         * eshell/esh-ext.el (eshell-ext-initialize): Likewise.
15377         * eshell/esh-io.el (eshell-io-initialize): Likewise.
15379         * eshell/esh-mode.el (eshell-mode): Likewise.
15381         * eshell/esh-test.el (eshell-show-usage-metrics): Likewise.
15383         * eshell/esh-var.el (eshell-var-initialize): Likewise.
15385         * progmodes/idlw-shell.el (idlwave-shell-mode): Likewise.
15387         * progmodes/idlwave.el (idlwave-mode): Likewise.
15389         * textmodes/reftex-sel.el (reftex-select-label-mode)
15390         (reftex-select-bib-mode): Likewise.
15392 2002-02-16  John Wiegley  <johnw@gnu.org>
15394         * eshell/em-hist.el (eshell-hist-initialize): When in the
15395         minibuffer, use the global value of `eshell-history-ring', and
15396         never save it to disk, or ask to save it to disk.  This allows
15397         users of session.el to control whether its global state should be
15398         persisted or not.
15399         (eshell-add-command-to-history): Don't write Eshell's history out
15400         to disk, let the governing mode control that upon exit.
15402 2002-02-16  Eli Zaretskii  <eliz@is.elta.co.il>
15404         * eshell/eshell.el (eshell-command): Before reading from the
15405         minibuffer, add eshell-add-command-to-history to
15406         minibuffer-exit-hook, and remove it after read-from-minibuffer
15407         returns.
15409         * eshell/em-hist.el (eshell-add-input-to-history): New function,
15410         with most of the code from eshell-add-to-history.
15411         (eshell-add-command-to-history): New function, to record in
15412         eshell-history the commands run via eshell-command.
15413         (eshell-add-to-history): Call eshell-add-command-to-history to do
15414         most of the work.
15416 2002-02-16  John Wiegley  <johnw@gnu.org>
15418         * eshell/esh-ext.el (eshell-external-command): Added a fix for
15419         XEmacs' new dired.el, which adds a global entry in the
15420         `file-name-handler-alist'.
15422 2002-02-16  John Wiegley  <johnw@gnu.org>
15424         * align.el (align-region): Added a missing name argument.
15426 2002-02-16  John Wiegley  <johnw@gnu.org>
15428         * eshell/esh-ext.el (eshell-script-interpreter): Allow whitespace
15429         after the #! of a shell interpretor specification.
15431 2002-02-15  Richard M. Stallman  <rms@gnu.org>
15433         * help.el (describe-key-briefly): Make output in INSERT case
15434         look just like what is displayed in the normal case.
15436 2002-02-15  Andreas Schwab  <schwab@suse.de>
15438         * textmodes/tex-mode.el (tex-font-lock-keywords-2):
15439         Require non-letter after specials.
15441 2002-02-15  Eli Zaretskii  <eliz@is.elta.co.il>
15443         * menu-bar.el (menu-bar-tools-menu): Add an item for Calculator.
15445 2002-02-15  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
15447         * simple.el (mark-word): Mark more if repeated.
15448         * textmodes/paragraphs.el (mark-paragraph): Ditto.
15449         (mark-end-of-sentence): Ditto.
15451 2002-02-15  Per Abrahamsen  <abraham@dina.kvl.dk>
15453         * wid-edit.el (widgetp): Made it more robust.
15455 2002-02-14  Per Abrahamsen  <abraham@dina.kvl.dk>
15457         * facemenu.el (describe-text-done): New function.
15458         (describe-text-mode-map): New variable.
15459         (describe-text-mode-hook): New option.
15460         (describe-text-mode): New function.
15461         (describe-text-widget): New function.
15462         (describe-text-sexp): New function.
15463         (describe-text-properties): New function.
15464         (describe-text-category): New command.
15465         (describe-text-at): New command.
15466         (facemenu-menu): Replace `list-text-properties-at' with
15467         `describe-text-at' in the menu.
15469         * wid-edit.el (widgetp): New function.
15470         * wid-edit.el (widget-keymap, widget-insert, widget-setup): Autoload.
15472         * emacs-lisp/pp.el (pp-to-string): Autoloaded.
15474         * wid-browse.el: Removed version and x-url keywords.
15476 2002-02-13  Kim F. Storm  <storm@cua.dk>
15478         * cus-start.el (mode-line-in-non-selected-windows):
15479         Allow customization.
15481 2002-02-13  Richard M. Stallman  <rms@gnu.org>
15483         * textmodes/bibtex.el (bibtex-parse-buffers-stealthily):
15484         Tell bibtex-parse-keys to output no progress messages.
15486 2002-02-12  Eli Zaretskii  <eliz@is.elta.co.il>
15488         * progmodes/pascal.el (pascal-imenu-generic-expression):
15489         Add menu-title and fix parentheses.
15491 2002-02-12  Per Abrahamsen  <abraham@dina.kvl.dk>
15493         * menu-bar.el (menu-bar-options-save): Removed `truncate-lines'.
15494         (menu-bar-options-menu): Don't set default value for `truncate-lines'.
15496 2002-02-12  Per Abrahamsen  <abraham@dina.kvl.dk>
15498         * menu-bar.el (menu-bar-options-save): Only save
15499         `current-language-environment' and `default-input-method' when
15500         marked as customized.
15502         * international/mule-cmds.el
15503         (setup-specified-language-environment):
15504         Mark `current-language-environment' as customized.
15505         (set-input-method): Mark `default-input-method' as customized when
15506         called interactively.
15507         (toggle-input-method): Ditto.
15509 2002-02-11  Colin Walters  <walters@verbum.org>
15511         * ibuffer.el (ibuffer-switch-format): Supply required argument for
15512         `ibuffer-current-formats'.
15514 2002-02-11  Miles Bader  <miles@gnu.org>
15516         * faces.el (mode-line-inactive): Add dark-background variant.
15518 2002-02-11  Per Abrahamsen  <abraham@dina.kvl.dk>
15520         * toolbar/tool-bar.el (tool-bar-mode): Removed standard value.
15521         * menu-bar.el (menu-bar-mode): Ditto.
15522         * cus-edit.el (customize-mark-to-save): Always save variables
15523         without a standard value.
15525         * menu-bar.el (menu-bar-make-toggle): Made it aware of customize.
15526         (menu-bar-options-save): Ditto.
15527         (menu-bar-showhide-menu): Ditto.
15528         (menu-bar-options-menu): Ditto.
15529         (menu-bar-scroll-bar-right, menu-bar-scroll-bar-left)
15530         (menu-bar-scroll-bar-none): Remove.
15531         (menu-bar-showhide-scroll-bar-menu): Use customize aware lambda
15532         expressions instead.
15534         * cus-edit.el (customize-set-value): Return value.
15535         (customize-set-variable): Ditto.
15536         (customize-save-variable): Ditto.
15537         (customize-set-variable): Load dependencies before setting value.
15538         (custom-load-symbol): Autoload it.
15539         (customize-mark-as-set): New function.
15541 2002-02-11  Eli Zaretskii  <eliz@is.elta.co.il>
15543         * cus-start.el: Don't warn about "x-*" symbols when building a
15544         non-GUI version.
15546 2002-02-11  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
15548         * strokes.el (strokes-do-stroke, strokes-do-complex-stroke):
15549         Doc fix.
15550         (strokes-help): Do not use doubled with-output-to-temp-buffer.
15551         Fix the help string.
15552         (strokes-prompt-user-save-strokes): Fix typo.
15553         (strokes-list-strokes): Use proper exit-action argument for
15554         view-buffer.  Update copyright notice.
15556         * international/mule-diag.el: Various doc and message fixes.
15557         (non-iso-charset-alist): Add mac-roman.  Don't add entries for
15558         codepages already present.
15559         (list-block-of-chars): Display space for null entries in
15560         translation table.  Display tab specially.
15561         (list-non-iso-charset-chars): Check for null charsets.  Use pop
15562         for clarity.  Don't break 8-bit sets into sections between ranges.
15563         (list-charset-chars): Avoid indent-tabs-mode.
15564         (describe-char-after): Maybe use the text property for syntax
15565         table information.  Maybe report char-code-property-table info.
15566         Maybe report character's unicode.  Tweak printing of list info.
15567         (list-input-methods): Add xref buttons.
15568         (dump-charsets, dump-codings): Deleted (obsolete).
15569         From Dave Love <fx@gnu.org>.
15571 2002-02-10  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
15573         * menu-bar.el (menu-bar-showhide-menu): Rename functions for toggling.
15575 2002-02-10  Michael Kifer  <kifer@cs.stonybrook.edu>
15577         * viper-util.el (viper-read-key-sequence): Fix so it'll read
15578         fast key sequences in emacs native mode
15579         (viper-events-to-keys): Delete.
15581         * viper.el (describe-key, describe-key-briefly): Get rid of
15582         viper-events-to-keys.
15584         * ediff-init.el (ediff-has-gutter-support): Steven Turnbull's patch.
15586         * ediff-wind.el (ediff-setup-control-frame):
15587         Use ediff-has-gutter-support.
15589         * ediff-util.el (ediff-dispose-of-variant-according-to-user):
15590         check if buff is alive.
15592         * ediff.el: Typo in comment.
15594 2002-02-09  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
15596         * menu-bar.el (menu-bar-options-save): Take care of
15597         line-number-mode and column-number-mode variables.
15598         (menu-bar-showhide-menu): New menu-items "Show Line Number" and
15599         "Show Column Number" in "Show/Hide" menu.
15601 2002-02-09  Richard M. Stallman  <rms@gnu.org>
15603         * mail/mailabbrev.el (mail-mode-map): Use eval-after-load to change it.
15605 2002-02-09  Kim F. Storm  <storm@cua.dk>
15607         * faces.el (mode-line-inactive): New face for mode-line for
15608         non-selected windows.
15609         (mode-line): Doc fix: Only used for selected window.
15611 2002-02-08  Eli Zaretskii  <eliz@is.elta.co.il>
15613         * calendar/cal-menu.el (calendar-mode-map): Change the menu item's
15614         name to "Insert Diary Entry".
15616 2002-02-08  Stefan Monnier  <monnier@cs.yale.edu>
15618         * font-lock.el (save-buffer-state): Use restore-buffer-modified-p.
15619         (c-font-lock-syntactic-face-function): Accept doxygen-style comments.
15621 2002-02-08  Richard M. Stallman  <rms@gnu.org>
15623         * textmodes/text-mode.el (text-mode-hook-identify): Define as no-op.
15625 2002-02-08  Andreas Schwab  <schwab@suse.de>
15627         * calc/calc.el (calcDigit-key): Use minibuffer-prompt-end instead
15628         of point-min.
15630 2002-02-08  Eli Zaretskii  <eliz@is.elta.co.il>
15632         * net/ange-ftp.el (ange-ftp-process-handle-line)
15633         (ange-ftp-set-xfer-size): If the file's size is a float, divide
15634         by 1024 instead of using ash.
15636         * international/mule-cmds.el (select-safe-coding-system):
15637         State the buffer's name in the message popped in the *Warning* buffer,
15638         and make sure the offending buffer is displayed.
15640 2002-02-07  Markus Rost  <rost@math.ohio-state.edu>
15642         * ffap.el (ffap-newsgroup-p): Test for non-nil symbol-value of htb.
15644 2002-02-07  Richard M. Stallman  <rms@gnu.org>
15646         * terminal.el (terminal-map): Define [menu-bar] so global def is seen.
15648         * register.el (list-registers): New command.
15649         (describe-register-1): New subroutine, taken out of view-register.
15651         * emacs-lisp/copyright.el (copyright-regexp):
15652         Delete the unibyte copyright symbol; it's redundant.
15653         Fix a spazz in the multibyte encoding here.
15655 2002-02-07  Dave Love  <fx@gnu.org>
15657         * language/cyril-util.el (cyrillic-encode-koi8-r-char)
15658         (cyrillic-encode-alternativnyj-char): Get translation tables from
15659         symbol properties, not as variables.
15660         (standard-display-cyrillic-translit): Include unicodes.
15662 2002-02-06  Kim F. Storm  <storm@cua.dk>
15664         * help.el (where-is): Report remapped commands.
15666         * help-fns.el (describe-function-1): Ditto.
15668         * subr.el (global-set-key, local-set-key): Accept a symbol for the
15669         KEY argument (like define-key).
15671 2002-02-06  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
15673         * textmodes/flyspell.el (flyspell-insert-function): Doc fix.
15675 2002-02-06  Richard M. Stallman  <rms@gnu.org>
15677         * mail/mailabbrev.el: Require sendmail only at compile time.
15678         (mail-mode-header-syntax-table): Var deleted.
15679         (mail-abbrev-syntax-table): Init to nil, will compute when needed.
15680         (sendmail-pre-abbrev-expand-hook): Only temporarily change
15681         local-abbrev-table and the syntax table.
15682         Compute mail-abbrev-syntax-table if that has not been done.
15684         * progmodes/compile.el (grep-compute-defaults): Definition moved up.
15686         * emacs-lisp/debug.el (debugger-frame-offset): Var deleted.
15687         (debugger-frame-number): Figure out the offset directly.
15688         (debugger-setup-buffer): Don't use debugger-frame-offset.
15689         (debugger-frame, debugger-frame-clear): Likewise.
15690         (debugger-jump): Don't alter debugger-frame-offset.
15692         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
15693         Replace foo-p as var name with foo-flag, not foo-p-flag.
15695         * hilit-chg.el (highlight-changes-active-string): Default to +Chg.
15696         (highlight-changes-passive-string): Default to -Chg.
15697         (highlight-changes-global-modes): Doc fix.
15699         * dired.el (dired-get-filename): Add /: when appropriate
15700         to avoid taking a local name as remote.
15702         * files.el (file-name-non-special): Add special handling for
15703         file-name-sans-versions, file-name-completion, and
15704         file-name-all-completions.
15706         * isearch.el (isearch-update): Don't update display in kbd macro.
15707         (isearch-lazy-highlight-new-loop): Do nothing in kbd macro.
15709         * subr.el (force-mode-line-update): Doc fix.
15711         * subr.el (atomic-change-group, prepare-change-group)
15712         (activate-change-group, accept-change-group, cancel-change-group):
15713         New functions.
15715         * simple.el (undo-get-state, undo-revert-to-state): Fns deleted.
15716         (transpose-subr-1): Use atomic-change-group.
15718         * subr.el (add-minor-mode): Include the mode's lighter string
15719         in the minor mode menu item name.
15721         * mail/rmail.el (rmail-toggle-header): Avoid possibly slow call to
15722         rmail-count-screen-lines starting from (point-min).
15724         * startup.el (use-fancy-splash-screens-p): Need 19 lines,
15725         beyond the image height, to use the fancy splash screen.
15727         * textmodes/text-mode.el (text-mode-hook-identify): Function deleted.
15728         (text-mode): Set text-mode-variant here.
15730 2002-02-06  Eli Zaretskii  <eliz@is.elta.co.il>
15732         * play/pong.el (pong-height): Don't use height that exceeds the
15733         frame height.
15734         (pong-border-options): Make the border colors slightly more bright.
15736         * play/gamegrid.el (gamegrid-display-type): Treat any
15737         color-capable display as color-x, if display-color-p is fboundp.
15738         (gamegrid-make-color-x-face): Don't call gamegrid-color twice.
15739         (gamegrid-make-color-tty-face): Use the value of color, not the
15740         symbol itself.  Don't call gamegrid-color.
15742 2002-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
15744         * gud.el (gud-refresh): Call recenter only after we are sure we
15745         are in the right window.
15747 2002-02-05  Per Abrahamsen  <abraham@dina.kvl.dk>
15749         * cus-edit.el (customize-mark-to-save): New function.
15750         * menu-bar.el (menu-bar-options-save): Rewrote.
15752 2002-02-05  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
15754         * cus-start.el (x-use-underline-position-properties):
15755         Allow customization.
15757 2002-02-04  Simon Josefsson  <jas@extundo.com>
15759         * dired.el (dired-load-hook, dired-mode-hook)
15760         (dired-before-readin-hook, dired-after-readin-hook): Defcustom.
15762 2002-02-03  Colin Walters  <walters@verbum.org>
15764         * ibuf-ext.el (ibuffer-filter-format-alist)
15765         (ibuffer-cached-filter-formats, ibuffer-compiled-filter-formats):
15766         New variables.
15767         * ibuffer.el (ibuffer): Remove link; the "home page" for ibuffer
15768         is now the Emacs CVS tree.
15769         (ibuffer-formats): Doc fix.
15770         (ibuffer-active-formats-name, ibuffer-current-formats): New functions.
15771         (ibuffer-current-format): Use them.
15772         (ibuffer-recompile-formats, ibuffer-check-formats)
15773         (ibuffer-switch-format, ibuffer-update-title):
15774         Add support for ibuffer-filter-format-alist.
15775         (define-ibuffer-column process): Remove unncessary consing.
15777         * ibuf-macs.el (define-ibuffer-column): Add beginnings of support
15778         for a summary column.
15780 2002-02-03  Andreas Schwab  <schwab@suse.de>
15782         * window.el (save-selected-window): Move macro before first use.
15783         (balance-windows): Fix misplaced parenthesis.
15785 2002-02-03  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
15787         * calculator.el (calculator-displayers): Doc fixes.
15789 2002-02-03  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
15791         * menu-bar.el (menu-bar-help-menu): Use different text for tool-tip.
15792         (menu-bar-options-save): Save also the value of `display-time-mode'.
15793         (showhide-date-time): New function.
15794         (menu-bar-showhide-menu): New menu-item "Date and time".
15796 2002-02-03  Eli Zaretskii  <eliz@is.elta.co.il>
15798         * mail/rmail.el (rmail): Use find-buffer-visiting instead of
15799         get-file-buffer to check for rmail buffer existence.
15801         * term.el (term-emulate-terminal): Extract proper command string
15802         which is supplied to term-command-hook.
15804 2002-02-03  Richard M. Stallman  <rms@gnu.org>
15806         * international/quail.el (quail-help): Don't call help-setup-xref.
15808         * international/mule-cmds.el (describe-input-method):
15809         Call help-setup-xref here.
15810         (describe-current-input-method): Doc fix.
15812         * novice.el (disabled-command-hook): Clarify output text.
15813         Indent the paragraph from the command's doc string.
15815         * dabbrev.el (dabbrev--goto-start-of-abbrev):
15816         Exit loop on beginning of field rather than bobp.
15818 2002-02-02  Eli Zaretskii  <eliz@is.elta.co.il>
15820         * mail/uce.el (uce-reply-to-uce): Prune the headers before copying
15821         the message text into the *mail* buffer, and restore the pruned
15822         state after that.
15824         * mail/rmail.el (rmail-redecode-body): Prune the headers before
15825         looking for X-Coding-System header, and restore the pruned state
15826         before returning.
15828 2002-02-02  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
15830         * cus-edit.el (customize-save-variable): Fix typo in prompt.
15832         These changes integrate new version of flyspell.el from its
15833         maintainer, Manuel Serrano:
15835         * textmodes/flyspell.el (flyspell-issue-message-flag): New user option.
15836         (flyspell-mode-on, flyspell-notify-misspell)
15837         (flyspell-small-region, flyspell-external-point-words)
15838         (flyspell-large-region): Use it
15839         (flyspell-before-incorrect-word-string)
15840         (flyspell-after-incorrect-word-string): New user options.
15841         (make-flyspell-overlay): Use them.
15842         (flyspell-version): New function.
15843         (flyspell-incorrect-face, flyspell-duplicate-face): Adapt face
15844         definitions to use :weight.
15845         (flyspell-insert-function): New user option.
15846         (flyspell-auto-correct-word, flyspell-correct-word)
15847         (flyspell-xemacs-correct): Use it.
15848         (flyspell-define-abbrev): New function.
15849         (flyspell-auto-correct-word, flyspell-correct-word)
15850         (flyspell-xemacs-correct): Use it.
15851         (make-flyspell-overlay): Use `evaporate' property.
15852         (flyspell-auto-correct-word, flyspell-correct-word): Remove overlay.
15853         (flyspell-emacs-popup): Use `session' instead of `accept'.
15854         (flyspell-auto-correct-previous-pos): New variable.
15855         (flyspell-auto-correct-previous-hook)
15856         (flyspell-auto-correct-previous-word): New functions.
15858 2002-02-02  Eli Zaretskii  <eliz@is.elta.co.il>
15860         * novice.el (enable-command): If Emacs was invoked as "emacs -q",
15861         don't alter the user's ~/.emacs.
15862         (disable-command): If user-init-file is nil or does not exist,
15863         default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
15864         But don't alter the init file if Emacs was invoked as "emacs -q"
15866 2002-02-01  Stefan Monnier  <monnier@cs.yale.edu>
15868         * mail/sendmail.el (mail-mode): Undo half of last change.
15870         * indent.el (indent-for-tab-command): Remove spurious code.
15872         * hi-lock.el (hi-lock-find-patterns): Save restriction.
15874 2002-02-01  Eli Zaretskii  <eliz@is.elta.co.il>
15876         * calendar/time-date.el: Moved from lisp/gnus.
15878         * calendar/parse-time.el: Ditto.
15880 2002-01-31  Richard M. Stallman  <rms@gnu.org>
15882         * international/iso-acc.el (iso-languages): Fix ", " in French.
15884         * cus-start.el (history-length): Specify customization for it.
15886         * emacs-lisp/debug.el (debugger-setup-buffer):
15887         When an eval-buffer frame was reading from a buffer,
15888         insert indication of the buffer position.
15889         (debugger-frame-number): Ignore ;;;-comment lines in backtrace.
15890         (debugger-frame-clear, debugger-frame): Error on non-frame line.
15892         * simple.el (shell-command-on-region): Err if no mark
15893         before reading the command string.
15895         * hl-line.el (hl-line-highlight, hl-line-unhighlight):
15896         Definitions moved down after hl-line-mode var's definition.
15898         * hilit-chg.el (hilit-chg-fixup): Don't alter overlay if not ours.
15899         (hilit-chg-set-face-on-change): Rename arg.
15900         (hilit-chg-make-ov): Detect error earlier.
15902         * ediff-hook.el: Delete autoload cookies.
15904         * comint.el (comint-scroll-show-maximum-output): Default is t.
15906         * emacs-lisp/bytecomp.el (batch-byte-compile): New arg noforce.
15907         (batch-byte-compile-if-not-done): New function.
15909         * Makefile.in (compile): New target.
15910         (compile-always): Renamed from compile-files.
15911         (compile-after-backup): Renamed from compile.
15912         (bootstrap): Depend on compile-always, not compile-files.
15914         * emulation/pc-select.el (pc-select-save-and-set-mode):
15915         Properly use MODE-VAR.
15917 2002-01-29  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
15919         * menu-bar.el (menu-bar-help-menu): Change menu-item "Show Emacs
15920         Version" to "About Emacs".
15921         (menu-bar-options-save): Add `default-frame-alist'
15922         to saved variables.
15923         (menu-bar-showhide-scroll-bar-menu): Use frame-parameters instead
15924         of the variable `scroll-bar-mode'.
15926         * startup.el (normal-splash-screen, display-splash-screen):
15927         New functions (separated from command-line-1).
15928         (command-line-1): Use them.
15930 2002-01-28  Eli Zaretskii  <eliz@is.elta.co.il>
15932         * calendar/calendar.el (generate-calendar-month): Doc fix.
15934 2002-01-27  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
15936         * time.el (display-time-mail-directory): New option.
15937         (display-time-mail-function): Update doc-string.
15938         (display-time-mail-icon): Use XPM image when available.
15939         (display-time-string-forms): Use more descriptive text as
15940         help-echo property.
15941         (display-time-mail-check-directory): New function.
15942         (display-time-update): Use it.
15944         * menu-bar.el (menu-bar-showhide-scroll-bar-menu):
15945         Quote `window-system'.
15947         * tmm.el (tmm-get-keymap): Honour :visible in `menu-item'.
15948         Add Keywords header.  Update Commentary section.
15949         Update copyright notice.
15951         * menu-bar.el (menu-bar-scroll-bar-right)
15952         (menu-bar-scroll-bar-left, menu-bar-scroll-bar-none)
15953         (showhide-menu-bar): New functions.
15954         (menu-bar-showhide-menu): New submenu "Show/Hide".
15955         (menu-bar-showhide-scroll-bar-menu): "Scroll-bar" submenu of
15956         "Show/Hide".
15957         Update copyright notice.
15959 2002-01-27  Eli Zaretskii  <eliz@is.elta.co.il>
15961         * lazy-lock.el (lazy-lock-mode): Add a reference to jit-lock.
15963 2002-01-26  Evgeny Roubinchtein  <evgenyr@cs.washington.edu>
15965         * pc-select.el (pc-selection-mode-hook)
15966         (pc-select-saved-settings-alist, pc-select-map)
15967         (pc-select-saved-global-map, pc-select-key-bindings-alist)
15968         (pc-select-default-key-bindings, pc-select-extra-key-bindings)
15969         (pc-select-meta-moves-sexps-key-bindings)
15970         (pc-select-tty-key-bindings, pc-select-old-M-delete-binding):
15971         New variables.
15972         (pc-select-define-keys, pc-select-restore-keys): New functions.
15973         (pc-select-add-to-alist, pc-select-save-and-set-var)
15974         (pc-select-save-and-set-mode, pc-select-restore-var)
15975         (pc-select-restore-mode): New macros.
15976         (pc-selection-mode): Completely rewrote the body of the function;
15977         the main goal was to make pc-selection-mode "turn-off"-able, like
15978         other minor modes.  Use define-minore-mode instead of just a
15979         defun.  Store the key bindings into four alists:
15980         pc-select-default-key-bindings, pc-select-extra-key-bindings,
15981         pc-select-meta-moves-sexps-key-bindings, and
15982         pc-select-tty-key-bindings; then have the pc-select-define-keys
15983         function walk those alists instead of calling define-key
15984         repeatedly.  When the mode is turned on, set the
15985         keybindings in global-map and remember the old keybindings; when
15986         the mode is turned off, restore the previously-saved keybindings.
15987         (pc-selection-mode defcustom): Reflect the fact that the mode is
15988         now "turn-off"-able.
15990 2002-01-26  Eli Zaretskii  <eliz@is.elta.co.il>
15992         * eshell/esh-cmd.el (eshell-eval-command): If eshell-resume-eval
15993         returns t, don't treat that as an error.
15995 2002-01-25  Jason Rumney  <jasonr@gnu.org>
15997         * faces.el (face-font-registry-alternatives) [windows-nt]:
15998         Add ms-oemlatin as an alternative for iso8859-1.
16000 2002-01-25  Stefan Monnier  <monnier@cs.yale.edu>
16002         * pcvs.el (cvs-reread-cvsrc): Distinguish between an empty list of
16003         args and the absence of an entry.  Don't add -f each time.
16005 2002-01-25  Eli Zaretskii  <eliz@is.elta.co.il>
16007         * emacs-lisp/cl-seq.el (mismatch): Doc fix.
16009         Support for more than 8 colors on character terminals:
16011         * term/rxvt.el: New file.
16013         * Makefile.in (DONTCOMPILE): Remove term/xterm.el.
16015         * term/xterm.el (xterm-standard-colors): New variable.
16016         (xterm-rgb-convert-to-16bit, xterm-register-default-colors)
16017         (xterm-rxvt-set-background-mode): New functions.
16018         (toplevel): Call xterm-register-default-colors,
16019         xterm-rxvt-set-background-mode, and tty-set-up-initial-frame-faces.
16020         Add support for more keys from xterm's terminfo entry.
16022         * facemenu.el (list-colors-display): If the argument is nil, don't
16023         show more colors that the number returned by display-color-cells.
16025         * term/pc-win.el (msdos-color-values): Reverse the order of the
16026         colors, since tty-color-define now preserves the registration order.
16028         * w32-fns.el (w32-tty-standard-colors): Reverse the order.
16030         * term/tty-colors.el (tty-standard-colors): Reverse the order.
16031         (tty-register-default-colors): New function; code moved from
16032         startup.el's command-line.
16033         (tty-modify-color-alist): Use nconc instead of cons, to preserve
16034         the order the colors where registered.
16036         * frame.el (display-color-cells): Use tty-display-color-cells.
16038         * startup.el (command-line): Call tty-register-default-colors.
16040 2002-01-25  Richard M. Stallman  <rms@gnu.org>
16042         * subr.el (remove): Doc fix.
16044 2002-01-24  Richard M. Stallman  <rms@gnu.org>
16046         * progmodes/compile.el (compilation-handle-exit):
16047         Add a compilation-handle-exit property to the "finished" message.
16048         (compilation-parse-errors): Stop parsing when that property is seen.
16050         * subr.el (substring-no-properties): New function.
16051         (copy-without-properties): Function deleted.
16053         * term/x-win.el (x-handle-geometry): Put sizes on both
16054         initial-frame-alist and default-frame-alist.
16056         * cus-edit.el (custom-save-all): Bind file-precious-flag to t
16057         for saving .emacs.
16059         * files.el (basic-save-buffer-2): Ignore file-error in delete-file.
16061         * calendar/calendar.el (generate-calendar-month): Doc fix.
16063 2002-01-23  Richard M. Stallman  <rms@gnu.org>
16065         * play/tetris.el (tetris): New defgroup.
16066         (tetris-use-glyphs, tetris-use-color, tetris-draw-border-with-glyphs)
16067         (tetris-default-tick-period): Convert to defcustom.
16068         Added * in docstring to indicate user variable.
16069         (tetris-update-speed-function, tetris-mode-hook, tetris-tty-colors)
16070         (tetris-x-colors, tetris-buffer-name, tetris-buffer-width)
16071         (tetris-buffer-height, tetris-width, tetris-height)
16072         (tetris-top-left-x, tetris-top-left-y): Convert to defcustom.
16074 2002-01-22  Stefan Monnier  <monnier@cs.yale.edu>
16076         * mail/sendmail.el (mail-mode): ">" is not a supercite-style prefix
16077         and is already matched by adaptive-fill-regexp.
16079 2002-01-22  Richard M. Stallman  <rms@gnu.org>
16081         * bindings.el (mode-line-copied-mode-name): New variable.
16082         (mode-line-mode-name): Don't modify mode-name itself!
16083         Instead, make a copy and reuse it.
16085         * subr.el (copy-without-properties): New function.
16087         * progmodes/sh-script.el (sh-set-shell): Doc fix.
16089         * net/ange-ftp.el (ange-ftp-canonize-filename): Avoid duplicate
16090         slash if DIR is just slash.
16092         * progmodes/perl-mode.el (perl-mode-abbrev-table): Restore definition.
16094 2002-01-21  Richard M. Stallman  <rms@gnu.org>
16096         * emacs-lisp/copyright.el (copyright-regexp): Fix previous change.
16098         * net/ange-ftp.el (ange-ftp-bs2000-posix-hook-installed):
16099         Move defvar up.
16101         * textmodes/ispell.el (ispell-help): Clean up echo area if user quits.
16103         * ibuffer.el: Don't require ibuf-ext at load time.
16104         (ibuffer): Require ibuf-ext here.
16106 2002-01-21  Francesco Potort\e,Al\e(B  <pot@gnu.org>
16108         * generic-x.el (apache-conf-generic-mode): Highlight the first
16109         word in a line even if preceded by blanks.
16111 2002-01-21  Richard M. Stallman  <rms@gnu.org>
16113         * window.el (window-body-height): Handle minibuffer window specially.
16114         Otherwise, don't return less than 1.
16116 2002-01-20  Thomas Dorner  <Thomas.Dorner@start.de>
16118         * ange-ftp.el: Added support for BS2000, and for raw ftp
16119         login commands (needed in some circumstances).
16120         (ange-ftp-raw-login): New custom var.
16121         (ange-ftp-normal-login): Perform login with raw ftp commands, if
16122         ange-ftp-raw-login is set and account password is needed.
16123         (ange-ftp-host-type, ange-ftp-guess-host-type): Handle BS2000 hosts.
16124         (ange-ftp-bs2000-filename-pubset-regexp)
16125         (ange-ftp-bs2000-filename-username-regexp)
16126         (ange-ftp-bs2000-filename-prefix-regexp)
16127         (ange-ftp-bs2000-name-template): New consts.
16128         (ange-ftp-bs2000-short-filename-regexp)
16129         (ange-ftp-bs2000-fix-name-regexp-reverse)
16130         (ange-ftp-bs2000-fix-name-regexp): New consts.
16131         (ange-ftp-bs2000-special-prefix): New custom var.
16132         (ange-ftp-fix-name-for-bs2000)
16133         (ange-ftp-fix-dir-name-for-bs2000): New funs.
16134         (ange-ftp-bs2000-host-regexp, ange-ftp-bs2000-posix-host-regexp)
16135         (ange-ftp-bs2000-posix-hook-installed): New vars.
16136         (ange-ftp-parse-bs2000-filename, ange-ftp-parse-bs2000-listing)
16137         (ange-ftp-bs2000-host, ange-ftp-bs2000-posix-host)
16138         (ange-ftp-add-bs2000-host, ange-ftp-add-bs2000-posix-host): New funs.
16139         (ange-ftp-bs2000-filename-regexp): New const.
16140         (ange-ftp-bs2000-additional-pubsets): New custom var.
16141         (ange-ftp-bs2000-cd-to-posix): New fun.
16143 2002-01-20  Colin Walters  <walters@verbum.org>
16145         * ibuffer.el: (toplevel) Require `ibuf-ext', which is now compiled
16146         with `byte-compile-dynamic'.
16147         (ibuffer-default-directory, toplevel): Doc files.
16149 2002-01-20  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
16151         * tempo.el (tempo-define-template): Doc fix.
16153         * scroll-bar.el (scroll-bar-mode): Make argument optional.
16155 2002-01-20  Jason Rumney  <jasonr@gnu.org>
16157         * w32-vars.el: New file.
16159         * loadup.el [windows-nt]: Load it.
16161         * w32-fns.el, term/w32-win.el: Move user variables to w32-vars.el
16162         and make them defcustoms.
16164         * term/w32-win.el (mouse-set-font): Use w32-list-proportional-fonts.
16166 2002-01-19  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
16168         * language/tibet-util.el (tibetan-decompose-region)
16169         (tibetan-decompose-string): Fix typo in docstring.
16171         * ruler-mode.el (ruler-mode): New keyword.  Fix :version.
16173 2002-01-18  Richard M. Stallman  <rms@gnu.org>
16175         * comint.el (comint-redirect-send-command-to-process):
16176         Restore previous current buffer.
16178         * window.el (window-body-height): New function.
16180 2002-01-18  Zoltan Kemenczy  <kemenczy@rogers.com>
16182         * gud.el (easy-mmode-defmap): Enable "Up Stack", "Down Stack", and
16183         "Finish Function" menu map entries for jdb mode.
16184         (gud-jdb-use-classpath): New customization variable.
16185         (gud-jdb-command-name): Add customization.
16186         (gud-jdb-classpath, gud-marker-acc-max-length): New variables.
16187         (gud-jdb-classpath-string): New variable.
16188         (gud-jdb-source-files, gud-jdb-class-source-alist): Add doc strings.
16189         (gud-jdb-build-source-files-list): Likewise.
16190         (gud-jdb-massage-args): Record any command argument classpath
16191         string in `gud-jdb-classpath-string'.
16192         (gud-jdb-lowest-stack-level): New function, finds bottom of current
16193         java call stack in jdb output.
16194         (gud-jdb-find-source-using-classpath, gud-jdb-find-source)
16195         (gud-jdb-parse-classpath-string): New functions.
16196         (gud-jdb-marker-filter): Search/detect classpath information in
16197         jdb's output.  marker regexp updated to match oldjdb and jdb output
16198         formats.  Expand search for source files to include new/old methods
16199         using new functions above.  Do not allow `gud-marker-acc' to grow
16200         without bound.
16201         (jdb): Set classpath information (if available) as jdb is started.
16202         Change `gud-break' and `gud-remove'
16203         to use new %c ("class") escape in format strings.
16204         Add `gud-finish', `gud-up', `gud-down' command string functions, and
16205         add them to the local menu map.  Update `comint-prompt-regexp' for
16206         jdb and oldjdb.  If attaching to an already running java VM and
16207         configured to use classpath, send command to query for classpath,
16208         else use previous method for finding and parsing java
16209         sources.  Set `gud-jdb-find-source' function accordingly.
16210         (gud-mode): Doc fix.
16211         (gud-format-command): Add support for new %c ("class") escape.
16212         (gud-find-class): New function in support of %c escape.
16214 2002-01-17  Richard M. Stallman  <rms@gnu.org>
16216         * ibuf-ext.el: Enable byte-compile-dynamic.
16218 2002-01-17  Jason Rumney  <jasonr@gnu.org>
16220         * term/w32-win.el: Restore conditional require of fontset.
16222 2002-01-16  Richard M. Stallman  <rms@gnu.org>
16224         * mouse.el (mouse-drag-region-1): Renamed from mouse-drag-region,
16225         more or less.
16226         (mouse-drag-region): New function.  For a click in the echo area,
16227         show *Messages*.
16229         * ibuf-ext.el: Delete the autoloads for functions defined with
16230         ibuffer-specific commands.
16232         * help.el (describe-distribution): Really call view-file.
16234         * net/ange-ftp.el (ange-ftp-passive-mode): New arg PROC.
16235         (ange-ftp-get-process): Pass that arg.
16237         * comint.el (comint-simple-send): Fix previous change.
16239         * net/telnet.el (telnet-simple-send): Fix previous change.
16241         * progmodes/sql.el (sql-escape-newlines-and-send)
16242         (sql-query-placeholders-and-send): Fix previous change.
16244 2002-01-16  Colin Walters  <walters@verbum.org>
16246         * ibuf-ext.el, ibuf-macs.el, ibuffer.el (toplevel): Remove X-RCS,
16247         URL, Compatibility headers.  Update copyright notice.
16248         * ibuf-macs.el (toplevel): Require `cl' when compiling.
16250 2002-01-16  Andrew Choi  <akochoi@cse.cuhk.edu.hk>
16252         * startup.el (command-line): Set EOL mnemonics for the Mac.
16254 2002-01-16  Andreas Schwab  <schwab@suse.de>
16256         * mail/feedmail.el (feedmail): Fix :link spec.
16258 2002-01-16  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
16260         * net/ldap.el (ldap-ldapsearch-prog): Default to OpenLDAP version
16261         2 ldapsearch.
16263         * net/eudc.el: New maintainer.  Change author's address.
16264         (eudc-pre-select-window-configuration, eudc-insertion-marker):
16265         Variables removed.
16266         (eudc-insert-selected): Function removed.
16267         (eudc-select): Reimplemented.
16268         (eudc-expand-inline): Delete the strings only after its expansion
16269         is chosen not before.
16271         * net/eudcb-ph.el (eudc-ph-open-session): Remove XEmacs case.
16272         Minor coding style fixes.
16274         * net/eudcb-ldap.el: New maintainer.  Change author's address.
16275         (eudc-attribute-display-method-alist): Display mail with
16276         eudc-display-mail.
16278         * net/eudcb-bbdb.el, net/eudc-export.el, net/eudc-hotlist.el,
16279         * net/eudc-vars.el: New maintainer.  Change author's address.
16281         * net/eudc-bob.el: New maintainer.  Change author's address.
16282         (eudc-bob-mail-keymap): New keymap for e-mail addresses.
16283         (eudc-display-mail): New function.
16284         (eudc-bob-play-sound-at-point): Remove XEmacs case.
16286 2002-01-15  Richard M. Stallman  <rms@gnu.org>
16288         * emacs-lisp/autoload.el (make-autoload):
16289         Don't handle define-ibuffer-column, define-ibuffer-filter,
16290         define-ibuffer-sorter, and define-ibuffer-op.
16292 2002-01-14  Richard M. Stallman  <rms@gnu.org>
16294         * calendar/calendar.el (diary-date-forms): Doc fix.
16296 2002-01-14  Eli Zaretskii  <eliz@is.elta.co.il>
16298         * startup.el (command-line): Register the default tty colors even
16299         if the terminal doesn't seem to support colors.
16300         <tty-long-option-alist>: New option --color.
16301         (tty-handle-args): Parse the --color arg.
16303         * term/tty-colors.el (tty-color-mode-alist): New variable.
16305 2002-01-14  Stefan Monnier  <monnier@cs.yale.edu>
16307         * net/ange-ftp.el (ange-ftp-root-dir-p): New function.
16308         (ange-ftp-file-name-all-completions, ange-ftp-file-name-completion):
16309         Use it.
16310         (ange-ftp-hook-function): Preserve match-data.
16311         (ange-ftp-insert-directory): Typo.
16312         (ange-ftp-shell-command): Check if regexp matched.
16314 2002-01-13  Richard M. Stallman  <rms@gnu.org>
16316         * international/mule-cmds.el: help-map bindings moved to help.el.
16318         * help.el (view-echo-area-messages): New function.
16319         (help-map): Add `e' binding.  Delete obsolete `d' binding.
16320         Change old Info bindings C-f, C-k and C-i to F, K, S.
16321         Move view-emacs-FAQ from F to C-f.
16322         Move view-emacs-problems from P to C-e.
16323         Bindings moved here from mule-cmds.el.
16324         C-l binding for describe-language-environment deleted
16325         (help-for-help): Update for all these changes.
16327         * emacs-lisp/copyright.el (copyright-regexp): Make (C) optional.
16329 2002-01-13  Dave Love  <fx@gnu.org>
16331         * emacs-lisp/copyright.el: Doc fixes.
16332         (copyright-regexp): Add Latin-9 copyright sign.
16333         Match comment delimiters in year lists.
16334         (copyright-current-year): Initialize to load-time year.
16336 2002-01-13  Andreas Schwab  <schwab@suse.de>
16338         * dired-aux.el (dired-do-shell-command): Doc fix.
16340 2002-01-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
16342         * startup.el (command-line-x-option-alist): New options "-fs",
16343         "-fw", "-fh", "--fullscreen", "--fullwidth", and "--fullheight".
16345         * term/x-win.el (x-handle-initial-switch): New function.
16347 2002-01-13  Colin Walters  <walters@debian.org>
16349         * emacs-lisp/autoload.el (make-autoload): Handle define-ibuffer-column,
16350         define-ibuffer-filter, define-ibuffer-sorter, and define-ibuffer-op.
16352         * emacs-lisp/lisp-mode.el (toplevel): Ditto.
16354         * ibuffer.el, ibuf-ext.el, ibuf-macs.el: New files.
16356 2002-01-12  Richard M. Stallman  <rms@gnu.org>
16358         * net/browse-url.el (browse-url-grail):
16359         Use browse-url-maybe-new-window.
16361         * net/telnet.el (telnet-simple-send):
16362         Handle comint-input-sender-no-newline like comint-simple-send.
16364         * progmodes/sql.el (sql-query-placeholders-and-send):
16365         Handle comint-input-sender-no-newline like comint-simple-send.
16366         (sql-escape-newlines-and-send): Likewise.
16368         * comint.el (comint-input-sender): Doc fix.
16369         (comint-input-sender-no-newline): New variable.
16370         (comint-simple-send): If comint-input-sender-no-newline,
16371         don't output newline, but maybe send eof.
16372         (comint-send-input): New arg NO-NEWLINE.
16373         (comint-send-eof): Call comint-send-eof with NO-NEWLINE.
16375 2002-01-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
16377         * textmodes/flyspell.el (flyspell-check-pre-word-p):
16378         Prevent delaying when executing keyboard macros.
16380 2002-01-12  Richard M. Stallman  <rms@gnu.org>
16382         * simple.el (line-move): If we can't move enough lines,
16383         go to beginning or end of line.
16385         * help-mode.el (help-xref-go-back): Restore POSITION in proper buffer
16386         and proper window.
16388         * help.el (describe-mode): Call help-setup-xref in the help buffer.
16389         Switch buffers only after calling `help-buffer'.
16391         * dired-aux.el (dired-shell-stuff-it): Substitute for * or ?
16392         only when they are surrounded by whitespace.
16393         Use dired-mark-separator when adding one file name to a command.
16394         (dired-do-shell-command): Verify that * is surrounded by whitespace.
16395         Ask for confirmation if * or ? is not surrounded by whitespace.
16396         (dired-bunch-files): Re-reverse the partial file list when it is used.
16398 2002-01-12  Richard M. Stallman  <rms@gnu.org>
16400         * comint.el (comint-dynamic-list-completions): Repeating the command
16401         after displaying a completion list scrolls the list.
16403 2002-01-12  Eli Zaretskii  <eliz@is.elta.co.il>
16405         * files.el (find-file-noselect): Don't consider a buffer as
16406         visiting a file literally if it is in hexl-mode.
16408         * faces.el (minibuffer-prompt): A better face definition for MS-DOS.
16410 2002-01-11  Richard M. Stallman  <rms@gnu.org>
16412         * startup.el (initial-scratch-message): Fix custom type, add group.
16414         * mail/rmail.el (rmail-decode-babyl-format): Disable undo
16415         around the decode-coding-region call.
16417         * emacs-lisp/lisp.el (lisp-complete-symbol): Repeating the command
16418         after displaying a completion list scrolls the list.
16420 2002-01-11  Eli Zaretskii  <eliz@is.elta.co.il>
16422         * version.el (emacs-version): Bump to 21.2.50.
16424 2002-01-10  Thien-Thi Nguyen  <ttn@giblet.glug.org>
16426         * play/zone.el (zone-timeout): New var.
16427         (zone-hiding-modeline): New macro.
16428         (zone-call): New func.
16430         (zone): Init `modeline-hidden-level' symbol property.
16431         Use `zone-call' instead of `funcall'.
16433         (zone-pgm-whack-chars): Use `make-string' (fix bug introduced in 2001-10-26T20:11:25Z!monnier@iro.umontreal.ca).
16435         (zone-pgm-stress): Use `zone-hiding-modeline'.
16437         (zone-pgm-stress-destress): New zone program.
16439 2002-01-10  Eli Zaretskii  <eliz@is.elta.co.il>
16441         * faces.el (minibuffer-prompt): Special face definition for MS-DOS.
16443 2002-01-09  Richard M. Stallman  <rms@gnu.org>
16445         * startup.el (fancy-splash-screens): Set tab-width in correct buffer.
16447 2002-01-09  Michael Kifer  <kifer@cs.stonybrook.edu>
16449         * viper.el (viper-set-hooks): Zap viper-unfriendly bindings in
16450         flyspell-mouse-map.
16452 2002-01-08  Richard M. Stallman  <rms@gnu.org>
16454         * emacs-lisp/regexp-opt.el (regexp-opt): Bind max-specpdl-size.
16456         * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Fix custom type.
16458         * textmodes/flyspell.el (flyspell-mode-line-string): Fix custom type.
16460 2002-01-08  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
16462         * progmodes/ada-mode.el (ada-initialize-properties, ada-mode):
16463         Do not use make-local-hook.
16465 2002-01-08  Eli Zaretskii  <eliz@is.elta.co.il>
16467         * international/quail.el (quail-start-translation)
16468         (quail-start-conversion): Bind last-command-event, last-command,
16469         and this-command in the first let.  This fixes the change from
16470         2000-08-30.
16472 2002-01-08  Michael Kifer  <kifer@cs.stonybrook.edu>
16474         * ediff-hook.el: Add an autoload cookie.
16476 2002-01-08  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
16478         * net/eudcb-ph.el, net/ldap.el: New maintainer.  New e-mail
16479         address of the author.
16481 2002-01-08  Richard M. Stallman  <rms@gnu.org>
16483         * replace.el (occur-mode-goto-occurrence-other-window): New command.
16484         (occur-mode-map): Bind `o' to that.
16486 2002-01-07  Michael Kifer  <kifer@cs.stonybrook.edu>
16488         * viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
16489         new macro that replaces viper-emacs-p and viper-xemacs-p in many
16490         cases. Used to reduce the number of warnings.
16492         * viper-cmd.el: Use viper-cond-compile-for-xemacs-or-emacs.
16493         (viper-standard-value): Move here from viper.el.
16494         (viper-set-unread-command-events): Move to viper-util.el
16495         (viper-check-minibuffer-overlay): Make sure
16496         viper-minibuffer-overlay is moved to cover the entire input field.
16498         * viper-util.el: Use viper-cond-compile-for-xemacs-or-emacs.
16499         (viper-read-key-sequence, viper-set-unread-command-events)
16500         (viper-char-symbol-sequence-p, viper-char-array-p): Moved here.
16502         * viper-ex.el: Use viper-cond-compile-for-xemacs-or-emacs.
16504         * viper-keym.el: Use viper-cond-compile-for-xemacs-or-emacs.
16506         * viper-mous.el: Use viper-cond-compile-for-xemacs-or-emacs.
16508         * viper-macs.el (viper-char-array-p, viper-char-symbol-sequence-p)
16509         (viper-event-vector-p): Move to viper-util.el
16511         * viper.el (viper-standard-value): Move to viper-cmd.el.
16512         Use viper-cond-compile-for-xemacs-or-emacs.
16514         * ediff-help.el: Use ediff-cond-compile-for-xemacs-or-emacs.
16516         * ediff-hook.el: Use ediff-cond-compile-for-xemacs-or-emacs.
16518         * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs):
16519         New macro designed to be used in many places where ediff-emacs-p or
16520         ediff-xemacs-p was previously used.  Reduces the number of warnings.
16521         Use ediff-cond-compile-for-xemacs-or-emacs in many places in lieu
16522         of ediff-xemacs-p.
16523         (ediff-make-current-diff-overlay, ediff-highlight-diff-in-one-buffer)
16524         (ediff-convert-fine-diffs-to-overlays, ediff-empty-diff-region-p)
16525         (ediff-whitespace-diff-region-p, ediff-get-region-contents):
16526         Move to ediff-util.el.
16527         (ediff-event-key): Moved here.
16529         * ediff-merge.el: Got rid of unreferenced variables.
16531         * ediff-mult.el: Use ediff-cond-compile-for-xemacs-or-emacs.
16533         * ediff-util.el: Use ediff-cond-compile-for-xemacs-or-emacs.
16534         (ediff-cleanup-mess): Improve the way windows are set up after
16535         quitting ediff.
16536         (ediff-janitor): Use ediff-dispose-of-variant-according-to-user.
16537         (ediff-dispose-of-variant-according-to-user): New function
16538         designed to be smarter and also understands indirect buffers.
16539         (ediff-highlight-diff-in-one-buffer)
16540         (ediff-unhighlight-diff-in-one-buffer)
16541         (ediff-unhighlight-diffs-totally-in-one-buffer)
16542         (ediff-highlight-diff, ediff-highlight-diff)
16543         (ediff-unhighlight-diff, ediff-unhighlight-diffs-totally)
16544         (ediff-empty-diff-region-p, ediff-whitespace-diff-region-p)
16545         (ediff-get-region-contents, ediff-make-current-diff-overlay):
16546         Moved here.
16547         (ediff-format-bindings-of): New function by Hannu Koivisto
16548         <azure@iki.fi>.
16549         (ediff-setup): Make sure the merge buffer is always widened and
16550         modifiable.
16551         (ediff-write-merge-buffer-and-maybe-kill): Refuse to write the
16552         result of a merge into a file visited by another buffer.
16553         (ediff-arrange-autosave-in-merge-jobs): Check if the merge file
16554         is visited by another buffer and ask to save/delete that buffer.
16555         (ediff-verify-file-merge-buffer): New function to do the above.
16557         * ediff-vers.el: Load ediff-init.el at compile time.
16559         * ediff-wind.el: Use ediff-cond-compile-for-xemacs-or-emacs.
16561         * ediff.el (ediff-windows, ediff-regions-wordwise)
16562         (ediff-regions-linewise): Use indirect buffers to improve
16563         robustness and make it possible to compare regions of the same
16564         buffer (even overlapping regions).
16565         (ediff-clone-buffer-for-region-comparison)
16566         (ediff-clone-buffer-for-window-comparison): New functions.
16567         (ediff-files-internal): Refuse to compare identical files.
16568         (ediff-regions-internal): Get rid of the warning about comparing
16569         regions of the same buffer.
16571         * ediff-diff.el (ediff-convert-fine-diffs-to-overlays): Moved here.
16572         Plus the following fixes courtesy of Dave Love: Doc fixes.
16573         (ediff-word-1): Use word class and move - to the
16574         front per regexp documentation.
16575         (ediff-wordify): Bind forward-word-function outside loop.
16576         (ediff-copy-to-buffer): Use insert-buffer-substring rather than
16577         consing buffer contents.
16578         (ediff-goto-word): Move syntax table setting outside loop.
16580 2002-01-07  Richard M. Stallman  <rms@gnu.org>
16582         * dired.el (dired-copy-filename-as-kill): Call kill-append
16583         if following a kill command.
16585         * help-fns.el (describe-variable, describe-function):
16586         Do save-excursion.
16588 2002-01-06  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
16590         * net/ldap.el (ldap-search-internal): Skip error message from
16591         ldapsearch.  Allow listing attribute names only.  Do not open
16592         non-existent files.
16594         * net/eudcb-ldap.el (eudc-ldap-get-field-list): Do not try to
16595         call non-existent function.
16597         * net/eudc.el (top-level): Revert previous change.
16599         * net/net-utils.el (nslookup-font-lock-keywords): Defvar font-lock
16600         variables to prevent warning from byte-compiler.
16602         * net/eudc.el (top-level): Use eudc-xemacs-p instead of
16603         string-match on emacs-version again.
16605         * enriched.el (enriched-make-annotation): Fix the change from
16606         2002-01-05.
16607         (enriched-handle-display-prop): Return proper values.
16609         * net/eudcb-ldap.el (eudc-attribute-display-method-alist):
16610         Use proper attribute name labeledUri instead of deprecated labeledUrl.
16612 2002-01-05  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
16614         * net/eudc-hotlist.el (eudc-edit-hotlist): Avoid error when
16615         editing an empty hotlist.
16617         * net/ldap.el (ldap-search-internal): Make the buffer unibyte.
16618         Use buffer-string instead of buffer-substring for the whole buffer.
16620         * net/eudc-vars.el (eudc-external-viewers): Do not use xv, it is
16621         not free.
16623         * net/eudc-bob.el (eudc-bob-can-display-inline-images)
16624         (eudc-bob-display-jpeg): Use fboundp instead of boundp.
16625         (eudc-bob-save-object): Make the buffer unibyte.
16626         (eudc-bob-generic-keymap): Add new keybinding `!' to pipe the
16627         object to external program.
16629 2002-01-05  Andre Spiegel  <spiegel@gnu.org>
16631         * vc.el (vc-branch-part): Return nil if there's no `.'
16632         (vc-default-previous-version): Renamed from vc-previous-version.
16633         New args BACKEND and FILE.  Return nil for revision numbers
16634         without a `.'
16635         (vc-version-diff): Call vc-BACKEND-previous-version.
16636         (vc-steal-lock): Steal lock before composing mail, so that no mail
16637         is sent when the stealing goes wrong.  And we'll actually see the
16638         error in that case now.
16639         (vc-finish-steal): Removed.
16641         * vc-rcs.el (vc-rcs-steal-lock): Do a real checkout after stealing
16642         the lock, so that we see expanded headers.
16643         (vc-rcs-trunk-p, vc-rcs-branch-part, vc-rcs-branch-p)
16644         (vc-rcs-minor-part, vc-rcs-previous-version): Removed.  These are
16645         available from vc.el.  Updated all callers.
16647 2002-01-05  Richard M. Stallman  <rms@gnu.org>
16649         * enriched.el (enriched-make-annotation): Doc fix.
16651         * format.el (format-replace-strings, format-subtract-regions)
16652         (format-annotate-region, format-annotate-location)
16653         (format-annotate-atomic-property-change)
16654         (format-annotate-single-property-change): Doc fixes.
16656 2002-01-05  Jason Rumney  <jasonr@gnu.org>
16658         * term/w32-win.el: Require fontset unconditionally.
16659         (w32-handle-scroll-bar-event): Remove.
16661 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16663         * emacs-lisp/copyright.el (copyright-regexp): Allow multi-line
16664         copyrights to be updated.
16666 2002-01-04  Eli Zaretskii  <eliz@is.elta.co.il>
16668         * textmodes/texinfo.el (texinfo-insert-@end): Fix the change from
16669         2001-10-24.
16671         * mail/sendmail.el (mail-recover-1, mail-recover): Doc fix.
16673 2002-01-04  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
16675         * net/ldap.el (ldap-host-parameters-alist): Remove duplicated entry.
16676         (ldap-ignore-attribute-codings): Change the default value to allow
16677         encoding/decoding of attributes.
16678         (ldap-coding-system): Use UTF-8 as the coding-system.  Doc fix.
16680 2002-01-03  Richard M. Stallman  <rms@gnu.org>
16682         * files.el (basic-save-buffer): Undo previous change.
16684         * calendar/diary-lib.el (diary-block): Doc fix.
16686         * custom.el (defcustom): Fix syntax of previous change.
16688 2002-01-03  Per Abrahamsen  <abraham@dina.kvl.dk>
16690         * custom.el (defcustom): Documented :tag, :link and :load.
16692 2002-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
16694         * mail/sendmail.el (mail-recover-1): New function.
16695         (mail-recover): Switch to the *mail* buffer right away.
16696         Use buffer-auto-save-file-name instead of calling
16697         make-auto-save-file-name.  Call dired-noselect instead of invoking
16698         `ls' directly.  Bind coding-system-for-read to emacs-mule-unix
16699         before reading the auto-save file.  If the buffer's auto-save file
16700         does not exist, call mail-recover-1 to allow recovery from past
16701         auto-saved drafts.
16703 2002-01-03  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
16705         * time.el (display-time-load-average-threshold): Fix defcustom
16706         (add type and group).
16708         * net/ange-ftp.el (ange-ftp-shell-command): Remove port
16709         specification from the hostname.
16711 2002-01-02  Richard M. Stallman  <rms@gnu.org>
16713         * facemenu.el (facemenu-active-faces):
16714         Use face-attributes-as-vector, not face-attributes-vector.
16716 2002-01-02  Chris Hanson  <cph@aarau.ai.mit.edu>
16718         * xscheme.el: Eleven years of updates on a private copy.
16720         Extensive changes to support multiple xscheme buffers:
16721         (run-scheme): Break up into new functions to facilitate starting
16722         processes in other buffers.
16723         (xscheme-start, xscheme-read-command-line): New functions.
16724         (start-scheme, select-scheme)
16725         (default-xscheme-runlight)
16726         (global-set-scheme-interaction-buffer)
16727         (local-set-scheme-interaction-buffer)
16728         (local-clear-scheme-interaction-buffer)
16729         (exit-scheme-interaction-mode)
16730         (verify-xscheme-buffer): New functions.
16731         (xscheme-process-name, xscheme-buffer-name)
16732         (xscheme-runlight): New internal vars.
16733         (default-xscheme-runlight): New const.
16734         (xscheme-start-process): Add args for the process/buffer names.
16735         (reset-scheme): Pass process/buffer names.
16736         (scheme-interaction-mode): Initialize new local vars.
16737         (reset-scheme, xscheme-send-string-2, xscheme-process-running-p)
16738         (xscheme-select-process-buffer, xscheme-process-buffer)
16739         (xscheme-send-region, xscheme-send-char, xscheme-send-interrupt)
16740         (xscheme-goto-output-point, xscheme-write-message-1): Use new
16741         var xscheme-process-name.
16742         (xscheme-start-process): Initialize xscheme-process-name and
16743         xscheme-buffer-name in the process buffer.  Pass buffer name to
16744         xscheme-modeline-initialize.
16745         (xscheme-modeline-initialize): Add argument to specify buffer name
16746         for mode-line vars.
16747         (xscheme-process-sentinel): Make sure sentinel is run in the
16748         process buffer so it sees its local vars.
16749         (xscheme-process-filter-initialize, xscheme-set-runlight):
16750         More elaborate logic to handle multiple-buffer mode lines.
16752         (xscheme-enter-input-wait): Re-enable control-G handler upon
16753         entering input wait.
16755         (scheme-interaction-mode): Add arg to preserve local vars.
16756         (xscheme-enter-interaction-mode)
16757         (xscheme-enter-debugger-mode): Preserve local vars.
16758         (xscheme-start-process): Clobber local vars.
16760         (scheme-interaction-mode-commands): Allow end user to add commands
16761         to scheme-interaction-mode keymap.
16762         (scheme-interaction-mode-commands-alist): New variable.
16764         (xscheme-send-string): Don't use insert-before-markers.
16766         Implement a per-buffer kill ring:
16767         (xscheme-insert-expression)
16768         (xscheme-rotate-yank-pointer, xscheme-yank)
16769         (xscheme-yank-pop, xscheme-yank-push): New functions.
16770         (xscheme-expressions-ring)
16771         (xscheme-expressions-ring-yank-pointer)
16772         (xscheme-expressions-ring-max): New variables.
16773         (xscheme-send-string-1): Call xscheme-insert-expression to save
16774         expression in ring.
16775         (xscheme-yank-previous-send): Now an alias for xscheme-yank.
16776         (xscheme-previous-send): Deleted variable.
16778         (xscheme-send-string-2, xscheme-send-char, xscheme-send-proceed)
16779         (xscheme-send-control-g-interrupt): Use process-send-string rather
16780         than send-string.
16782         (xscheme-send-region): Insert a newline after an expression that
16783         is submitted in the interaction buffer, for consistency with
16784         recent changes to Edwin.
16786         (xscheme-delete-output): New function mimics comint-delete-output.
16787         (xscheme-last-input-end): New internal variable.
16788         (xscheme-process-filter-output): Update xscheme-last-input-end.
16790         (xscheme-send-control-g-interrupt): Make sure that
16791         xscheme-control-g-disabled-p is looked up in the right buffer.
16793         (xscheme-enable-control-g): Clear C-g message if visible.
16794         (xscheme-control-g-message-string): New internal var.
16795         (xscheme-send-control-g-interrupt): Use new var.
16797         (xscheme-send-control-g-interrupt, xscheme-send-interrupt):
16798         Delay after sending interrupt in order to work around race condition.
16800         (xscheme-send-control-g-interrupt, xscheme-send-interrupt)
16801         (xscheme-send-char): Use xscheme-send-char rather than send-string
16802         to send single char.
16804         (xscheme-process-filter, xscheme-process-filter-alist):
16805         Add support for evaluating expressions outside of the call-excursion.
16806         (xscheme-process-filter:string-action-noexcursion): New func.
16808         (xscheme-write-value): Change output string to match that used by
16809         Edwin.
16811         (xscheme-coerce-prompt): Don't write a space after a command
16812         prompt.  The PROMPT-FOR-COMMAND- procedures will take care of this
16813         for us.
16815         (reset-scheme): Delete process after killing it.
16817 2002-01-02  Eli Zaretskii  <eliz@is.elta.co.il>
16819         * bindings.el (function-key-map): Don't bind shifted keypad
16820         numeric keys.
16822 2002-01-02  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
16824         * enriched.el (enriched-handle-display-prop): Remove unused variables.
16825         (enriched-mode): Doc fix.
16827 2002-01-02  Eli Zaretskii  <eliz@is.elta.co.il>
16829         * international/ucs-tables.el (ucs-8859-8-alist): Comment away
16830         Hebrew points.
16832 2002-01-01  Richard M. Stallman  <rms@gnu.org>
16834         * jka-compr.el (jka-compr-write-region): If START = nil, use whole buf.
16836 2001-12-31  Richard M. Stallman  <rms@gnu.org>
16838         * comint.el, cus-edit.el, diff-mode.el, enriched.el, font-lock.el:
16839         * generic-x.el, info.el, log-view.el, pcvs-info.el, speedbar.el:
16840         * wid-edit.el, woman.el, calendar/calendar.el, textmodes/flyspell.el:
16841         * emulation/viper-init.el, eshell/em-ls.el, progmodes/antlr-mode.el:
16842         * progmodes/cperl-mode.el, progmodes/idlwave.el:
16843         * progmodes/sh-script.el, progmodes/vhdl-mode.el:
16844         Adapt face definitions to use :weight and :slant.
16846         * ps-print.el (ps-font-lock-face-attributes): Use :weight and :slant.
16848         * cus-edit.el (custom-face-edit-fix-value): Delete `assert' call.
16850         * font-lock.el (initializing from font-lock-face-attributes):
16851         Use :weight and :slant, not :bold and :italic.
16853 2001-12-31  Per Abrahamsen  <abraham@dina.kvl.dk>
16855         * cus-edit.el (custom-face-edit-fix-value): New function.
16856         (custom-face-edit): Use it, to convert :italic and :bold to new forms.
16858 2001-12-30  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
16860         * progmodes/octave-mod.el (octave-abbrev-table):
16861         * progmodes/idlwave.el (idlwave-mode-abbrev-table):
16862         * progmodes/fortran.el (fortran-mode-abbrev-table):
16863         * progmodes/f90.el (f90-mode-abbrev-table):
16864         * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init):
16865         * progmodes/sql.el (sql-mode-abbrev-table): Mark all the
16866         predefined abbrevs as "system" abbrevs.
16868 2001-12-30  Richard M. Stallman  <rms@gnu.org>
16870         * info.el (Info-fontify-node): For a **** underline line, put the
16871         invisible and intangible props on the following newline, but not
16872         on the previous newline or the last char of the previous line.
16874         * faces.el (face-set-after-frame-default): Don't change `default' face.
16876         * faces.el (minibuffer-prompt): Adopt some default colors.
16878         * replace.el (query-replace-read-args): Immediate error if read-only.
16880         * textmodes/makeinfo.el (makeinfo-compilation-sentinel):
16881         Display the output buffer in a more intelligent way.
16883 2001-12-30  Eli Zaretskii  <eliz@is.elta.co.il>
16885         * ls-lisp.el (insert-directory): Modify the "total" line wording,
16886         in accordance with files.el's insert-directory.
16888 2001-12-29  Richard M. Stallman  <rms@gnu.org>
16890         * files.el (basic-save-buffer): If a before-write hook displays
16891         an echo area message, pause before calling basic-save-buffer-1.
16893 2001-12-29  Markus Rost  <rost@math.ohio-state.edu>
16895         * textmodes/reftex-global.el (reftex-query-replace-document)
16896         (reftex-change-label): Doc fix.
16898         * dired-aux.el (dired-do-query-replace-regexp): Doc fix.
16900         * progmodes/etags.el (tags-query-replace): Doc fix.
16902 2001-12-29  Richard M. Stallman  <rms@gnu.org>
16904         * progmodes/compile.el (compile-internal): Fix previous change.
16906 2001-12-28  Richard M. Stallman  <rms@gnu.org>
16908         * mouse.el (mouse-drag-mode-line-1): When dragging a mode line upward,
16909         shrink the windows above as necessary to get space.
16910         (mouse-drag-move-window-bottom, mouse-drag-window-above): New fns.
16912         * net/ange-ftp.el (ange-ftp-allow-child-lookup): Always return nil.
16913         This fixes a bug that treated all files as directories.
16914         (ange-ftp-insert-directory): Explicitly follow symlinks.
16916         * international/iso-transl.el (iso-transl-char-map) Eliminate the
16917         alias symbols--put the translated sequences here directly.
16919         * progmodes/cc-mode.el (c-mode-abbrev-table)
16920         (c++-mode-abbrev-table, objc-mode-abbrev-table)
16921         (java-mode-abbrev-table, pike-mode-abbrev-table):
16922         Mark all the predefined abbrevs as "system" abbrevs.
16924         * mail/sendmail.el (mail-envelope-from): Fix custom type.
16925         (sendmail-send-it): Check mail-specify-envelope-from
16926         and mail-envelope-from in the mail buffer at start.
16928 2001-12-28  Simon Josefsson  <jas@extundo.com>
16930         * mail/sendmail.el (mail-envelope-from): Fix :type.
16931         (sendmail-send-it): Copy `mail-envelope-from' from calling buffer.
16933 2001-12-28  Richard M. Stallman  <rms@gnu.org>
16935         * net/ldap.el (ldap-search-internal): Handle <file://...> in results.
16937         * simple.el (line-move-invisible): New subroutine.
16938         (line-move-to-column): New subroutine--smarter about advancing over
16939         invisible parts of a line, or lines, but only as long as hpos grows.
16940         (line-move-finish): New subroutine: repeatedly processes desired
16941         column, intangibility, and fields.
16942         (line-move): Use those subroutines.
16943         When moving lines downward, skip invisible text first rather than last.
16945 2001-12-27  Richard M. Stallman  <rms@gnu.org>
16947         * international/mule-diag.el (describe-char-after):
16948         Describe the text properties of the char after point.
16950         * help.el (describe-key): Doc fix.
16952 2001-12-26  Markus Rost  <rost@math.ohio-state.edu>
16954         * find-dired.el (find-dired-sentinel): Precede exit message by
16955         two spaces, to match the regexp in dired-between-files.
16957 2001-12-28  Miles Bader  <miles@gnu.org>
16959         * wid-edit.el (widget-toggle-value-create): Don't eval actual
16960         images (which are lists too).
16962 2001-12-27  Eli Zaretskii  <eliz@is.elta.co.il>
16964         * language/european.el: Fix the doc string of "Latin-5" language
16965         environment.
16967 2001-12-26  Richard M. Stallman  <rms@gnu.org>
16969         * textmodes/flyspell.el (flyspell-mode-map): New keymap,
16970         defined as before 2001-11-09.
16971         (add-minor-mode call): Specify the keymap.
16973         * progmodes/compile.el (compile-internal):
16974         Set TERM variable in process-environment.
16976 2001-12-25  Richard M. Stallman  <rms@gnu.org>
16978         * help-mode.el (help-xref-on-pp): Catch and ignore errors in scanning
16979         the buffer.
16981         * startup.el (command-line): Convert command line args
16982         to Emacs internal representation using locale-coding-system.
16984 2001-12-25  Eli Zaretskii  <eliz@is.elta.co.il>
16986         * international/fontset.el: Don't require ind-util when compiling.
16988 2001-12-25  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
16990         * emulation/tpu-edt.el (tpu-reset-screen-size):
16991         Use set-frame-height and set-frame-width instead of set-screen-height
16992         and set-screen-width.
16994         * vt-control.el (vt-wide, vt-narrow): Use set-frame-width instead
16995         of obsolete set-screen-width.
16997         * locate.el (locate): Remove dot at the end of error argument.
16999         * emerge.el (emerge-show-file-name): Use frame-height instead of
17000         obsolete screen-height.
17002         * mail/mh-utils.el (mh-show-msg): Likewise.
17003         (mh-handle-process-error): Use frame-width instead of obsolete
17004         screen-width.
17006 2001-12-25  Richard M. Stallman  <rms@gnu.org>
17008         * window.el (balance-windows): Use new PRESERVE-BEFORE arg
17009         to enlarge-window.  Use save-selected-window.  Don't try
17010         to resize windows that end at the bottom "level".
17011         Retry changing the sizes until the windows get the desired sizes.
17012         Discount the minibuffer when computing total height available.
17014         * emacs-lisp/debug.el (debugger-mode-map): Bind C-m, not `RET'.
17015         (debugger-make-xrefs): Only make a button for the first symbol
17016         on any line.
17018 2001-12-24  Eli Zaretskii  <eliz@is.elta.co.il>
17020         * term/internal.el (dos-cpNNN-setup, dos-codepage-setup):
17021         Call IT-setup-unicode-display here instead of adding it to
17022         dos-codepage-setup-hook, so that Unicode display tables are set
17023         before dos-codepage-setup-hook runs.
17025 2001-12-24  Richard M. Stallman  <rms@gnu.org>
17027         * net/net-utils.el (ftp-mode-abbrev-table): Don't define it.
17028         (nslookup-mode-abbrev-table): Don't define it.
17029         (smbclient-mode-abbrev-table): Don't define it.
17030         (ftp-mode): Don't use ftp-mode-abbrev-table; don't enable Abbrev mode.
17031         (nslookup-mode, smbclient-mode): Likewise.
17032         (network-connection-service-abbrev-alist): Variable deleted.
17033         (network-connection-mode-setup): Don't set up abbrev table.
17035         * faces.el (minibuffer-prompt): New face.
17036         (minibuffer-prompt-properties): Add `face' property.
17038         * replace.el (occur-mode-display-occurrence): New function.
17039         (occur-mode-map): Bind C-o to it.
17041 2001-12-24  Michael Kifer  <kifer@cs.sunysb.edu>
17043         * viper-cmd.el (viper-change-state): Got rid of make-local-hook.
17044         (viper-special-read-and-insert-char): Make C-m work right in the r
17045         comand.
17046         (viper-buffer-search-enable): Fixed format string.
17048         * viper-ex.el (ex-token-alist): Use ex-set-visited-file-name
17049         instead of viper-info-on-file.
17050         (ex-set-visited-file-name): New function.
17052         * viper.el (viper-emacs-state-mode-list): Added mail-mode.
17054         * ediff-mult.el (ediff-meta-mark-equal-files): Added optional
17055         action argument.
17057         * ediff-init.el: Fixed some doc strings.
17059         * ediff-util.el (ediff-after-quit-hook-internal): New variable.
17060         Got rid of make-local-hook.
17062         * ediff-wind.el (ediff-setup-control-frame): Got rid of
17063         make-local-hook.
17065 2001-12-23  Richard M. Stallman  <rms@gnu.org>
17067         * term/x-win.el (x-handle-geometry): Put height and width
17068         on default-frame-alist, left and top on initial-frame-alist.
17069         * term/w32-win.el (x-handle-geometry): Likewise.
17071         * sort.el (sort-reorder-buffer): Copy all to a temp buffer first.
17073         * play/yow.el (yow): Use an arg to distinguish interactive calls,
17074         not interactive-p.
17076 2001-12-22  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
17078         * emacs-lisp/elint.el (elint-unknown-builtin-args):
17079         Remove mocklisp entries.
17081         * subr.el (insert-string): Moved from mocklisp.c, reimplemented in
17082         Lisp.  Obsoleted.
17084         * emulation/mlconvert.el: File removed.
17086         * emulation/mlsupport.el: Moved to obsolete.
17088         * obsolete/mlsupport.el: Moved there from lisp/emulation.
17090         * emacs-lisp/find-gc.el (source-files): Remove mocklisp.c.
17092         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
17093         Remove mocklisp case.
17095         * help-fns.el (describe-function-1): Remove mocklisp function case.
17097 2001-12-22  Miles Bader  <miles@gnu.org>
17099         * textmodes/refill.el (refill-mode): Don't barf when redundantly
17100         turning refill-mode off.
17102 2001-12-22  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
17104         * time.el (display-time-load-average-threshold): New variable.
17105         (display-time-update): Use it.
17107         These changes allow cycling through past 1, 5 and 15 minutes
17108         load-average displayed in the mode-line.
17110         * time.el (display-time-default-load-average): New customizable option.
17111         (display-time-load-average): New variable.
17112         (display-time-cycle-load-average): New function.
17113         (display-time-update): Use them.
17115 2001-12-21  Richard M. Stallman  <rms@gnu.org>
17117         * apropos.el (apropos-print): SPACING is now nil or a separator string.
17118         (apropos-documentation, apropos-value): Pass a suitable string.
17120 2001-12-21  Eli Zaretskii  <eliz@is.elta.co.il>
17122         * dired.el (dired-free-space-program, dired-free-space-args):
17123         Aliases for back-compatibility.
17125         * info.el (Info-select-node): If Info-use-header-line is nil, set
17126         header-line-format to nil.
17127         (Info-fontify-node): Don't put a keymap text property on the
17128         heading if we are not going to display the header line.  Remove
17129         any such text properties left over from past visits to this node.
17131         * ls-lisp.el (insert-directory): Insert the amount of free disk
17132         space, like files.el's insert-directory does.
17134         * files.el (directory-free-space-program):
17135         Mention file-system-info in the doc string.
17136         (get-free-disk-space): New function; code moved from insert-directory.
17137         (insert-directory): Call get-free-disk-space to get the amount of
17138         free space.
17140 2001-12-21  Richard M. Stallman  <rms@gnu.org>
17142         * help.el (view-order-manuals, view-emacs-news, describe-copying)
17143         (describe-distribution, describe-project): Use view-file.
17145         * emacs-lisp/cl-indent.el (define-modify-macro): Better indent spec.
17147         * net/ange-ftp.el (ange-ftp-file-modtime): Use save-match-data.
17149         * emacs-lisp/easy-mmode.el (define-minor-mode):
17150         Make no arg by default in an interactive call,
17151         so that repeating the command toggles again.
17153         * emacs-lisp/lisp-mode.el (eval-defun-1): Cope with atoms as args.
17155 2001-12-21  Christoph Wedler  <Christoph.Wedler@sap.com>
17157         * antlr-mode.el: More sophisticated indentation of cpp directive.
17158         (antlr-indent-at-bol-alist): New user option.
17159         (antlr-indent-line): Use it.
17160         (antlr-indent-style): New user option.
17161         (antlr-mode): Use it.
17162         (antlr-indent-item-regexp): Customize.
17164         * antlr-mode.el: Syntax highlighting changes.
17165         (antlr-font-lock-literal-regexp): New user option.
17166         (antlr-font-lock-syntax-face): New face used for :, |, ....
17167         (antlr-font-lock-default-face): New face.
17168         (antlr-font-lock-additional-keywords): Use them.
17170         * antlr-mode.el: New command to insert options -- variables.
17171         (antlr-mode-map): New binding [C-c C-o].
17172         (antlr-mode-menu): New submenus.
17173         (antlr-options-use-submenus): New user option.
17174         (antlr-tool-version): New user option.
17175         (antlr-options-auto-colon): New user option.
17176         (antlr-options-style): New user option.
17177         (antlr-options-push-mark): New user option.
17178         (antlr-options-assign-string): New user option.
17179         (antlr-options-headings): New variable.
17181         * antlr-mode.el: New command to insert options -- specific.
17182         (antlr-options-alists): New variable.
17183         (antlr-read-value): New function.
17184         (antlr-read-boolean): New function.
17185         (antlr-language-option-extra): New function.
17186         (antlr-language-limit-n-regexp): Change default to higher LIMIT.
17187         (antlr-c++-mode-extra): New function.
17188         (antlr-grammar-tokens): New function.
17189         (antlr-imenu-create-index-function): New optional argument.
17191         * antlr-mode.el: New command to insert options -- functions.
17192         (antlr-insert-option): New command.
17193         (antlr-insert-option-interactive): New function.
17194         (antlr-options-menu-filter): New function.
17195         (antlr-option-kind): New function.
17196         (antlr-scan-lists): New alias.
17197         (antlr-scan-lists-internal): New function.
17198         (antlr-skip-file-prelude): Hack for special SKIP-COMMENT.
17199         (antlr-option-level): New function.
17200         (antlr-syntactic-grammar-depth): New function.
17201         (antlr-option-location): New function.
17202         (antlr-insert-option-do): New function.
17203         (antlr-option-spec): New function.
17204         (antlr-version-string): New function.
17205         (antlr-insert-option-existing): New function.
17206         (antlr-insert-option-space): New function.
17207         (antlr-insert-option-area): New function.
17209         * antlr-mode.el: New electric keys ":;|&(){}", TAB works better
17210         with narrowing.  Menu change.  Miscellaneous.
17211         (antlr-mode-menu): Include "Indent Region" and "Customize Antlr".
17212         (antlr-mode-map): New bindings for characters in ":;|&(){}".
17213         (antlr-electric-character): New command.
17214         (antlr-class-header-regexp): New variable.
17215         (antlr-font-lock-additional-keywords): Use it.
17216         (antlr-imenu-create-index-function): Use it.
17217         (antlr-file-dependencies): Use it.
17218         (antlr-indent-line): Also works with restrictions.
17219         (antlr-indent-command): Interactive spec - changes the buffer.
17220         (antlr-language-for-option): Deletia.
17221         (antlr-language-option): New function, defined instead.
17222         (antlr-mode): Use it.
17224 2001-12-21  Eli Zaretskii  <eliz@is.elta.co.il>
17226         * jka-compr.el (jka-compr-partial-uncompress): Use null-device
17227         instead of a literal /dev/null.
17229         * Makefile.in (distclean): Remove Makefile in the build
17230         directory, not in the source directory.
17232 2001-12-21  Simon Josefsson  <jas@extundo.com>.
17234         * mail/smtpmail.el (smtpmail-send-queued-mail):
17235         Use with-temp-buffer instead of find-file-noselect, and bind
17236         coding-system-for-read to no-conversion when reading the queued
17237         messages.  (Simon's code modified slightly by Eli Zaretskii.)
17239 2001-12-20  Werner Lemberg  <wl@gnu.org>
17241         * international/mule-diag.el (describe-coding-system)
17242         (print-coding-system-briefly): Make printed output have a similar
17243         format as describe-character-set.
17245 2001-12-20  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
17247         * play/blackbox.el (bb-member): Remove, use member instead.
17248         (bb-delete): Remove, use delete instead.
17249         Update copyright notice.  Defvar for bb-board, bb-x, bb-y,
17250         bb-score, bb-detour-count and bb-balls-placed.
17251         Propertize results of rays.
17253 2001-12-19  Karl Fogel  <kfogel@red-bean.com>
17255         * isearch.el (isearch-forward, isearch-edit-string): Make doc
17256         strings mention keybinding for `isearch-yank-word-or-char',
17257         rather than `isearch-yank-word', since the former is bound now
17258         and the latter is not.
17259         (isearch-yank-word-or-char): Fix formatting.
17261 2001-12-19  Werner Lemberg  <wl@gnu.org>
17263         * language/czech.el, language/european.el, language/slovak.el:
17264         More fixes for language info doc strings.
17266 2001-12-19  Eli Zaretskii  <eliz@is.elta.co.il>
17268         * loadup.el: Add "language" to the load-path.
17270 2001-12-19  Richard M. Stallman  <rms@gnu.org>
17272         * international/mule-cmds.el (describe-language-environment):
17273         Fix calls to help-xref-button.
17275 2001-12-19  Miles Bader  <miles@gnu.org>
17277         * international/fontset.el: Require `ind-util' when compiling.
17279 2001-12-18  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
17281         * language/ethio-util.el (ethio-modify-vowel): Use char-to-string
17282         instead of decompose-composite-char.
17284 2001-12-18  Richard M. Stallman  <rms@gnu.org>
17286         * simple.el (eval-expression-print-level)
17287         (eval-expression-print-length): Doc fixes.
17289         * international/mule-diag.el (describe-character-set):
17290         Fix the arg to help-xref-button.
17292         * files.el (directory-free-space-program): New variable.
17293         (directory-free-space-args): New variable.
17294         (insert-directory): Use those two variables for getting free space.
17295         Use file-system-info instead, if that is defined.
17297         * dired.el (dired-free-space-program): Variable deleted.
17298         (dired-free-space-args): Variable deleted.
17299         (dired-insert-directory): Don't try to determine free space.
17301         * files.el (font-lock-defaults): Add risky-local-variables prop.
17302         (hack-one-local-variable): Treat various font-lock variables as risky.
17304 2001-12-18  Werner Lemberg  <wl@gnu.org>
17306         * language/chinese.el, language/cyrillic.el:
17307         * language/czech.el, language/european.el, language/greek.el:
17308         * language/hebrew.el, language/indian.el, language/japanese.el:
17309         * language/korean.el, language/lao.el, language/slovak.el:
17310         * language/thai.el, language/tibetan.el, language/vietnamese.el:
17311         Improve documentation strings of coding systems and language infos.
17313 2001-12-18  Werner LEMBERG  <wl@gnu.org>
17315         Add support for EUC-TW decoding/encoding.
17317         * language/china-util.el (big5-to-flat-code, flat-code-to-big5)
17318         (euc-to-flat-code, flat-code-to-euc, expand-euc-big5-alist):
17319         New auxiliary functions to build `big5-to-cns'.
17320         (big5-to-cns): New translation alist.
17322         * language/chinese.el: Added new coding system `euc-tw' and its
17323         alias `euc-taiwan'.
17324         Updated language `Chinese-CNS' to include euc-tw encoding also.
17325         (ccl-decode-euc-tw, ccl-encode-euc-tw): New functions for handling
17326         euc-tw.
17328 2001-12-18  Dave Love  <fx@gnu.org>
17330         * loadup.el: Add language/utf-8-lang, language/georgian.
17332         * image-file.el (image-file-name-extensions): Add pnm.  Doc fix.
17333         (image-file-name-regexps): Doc fix.
17335         * server.el (server-unload-hook): New function.
17337         * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): Group the leader.
17338         (lm-crack-copyright): Cope with multi-line copyright `lines'.
17340         * simple.el (newline): Doc fix.
17341         (eval-expression-print-level, eval-expression-print-length): Doc
17342         fix.  Amend :type.
17343         (next-line, previous-line): Make arg optional.
17344         (newline): Doc fix.
17346         * Makefile.in (DONTCOMPILE): Add various language files.
17348         * international/quail.el (quail-input-string-to-events): Don't use
17349         string-to-list.
17351         * progmodes/f90.el (f90-break-line): Avoid infinite recursion
17352         calling `newline'.
17354 2001-12-17  Richard M. Stallman  <rms@gnu.org>
17356         * comint.el (comint-dynamic-list-input-ring-select): New function.
17357         Switches back to the old window configuration.
17358         (comint-dynamic-list-input-ring): Bind RET to that function.
17359         (comint-dynamic-list-input-ring-window-conf): New variable.
17361 2001-12-17  Werner Lemberg  <wl@gnu.org>
17363         * international/mule-conf.el: Improve documentation strings of
17364         character sets.
17366 2001-12-16  Richard M. Stallman  <rms@gnu.org>
17368         * dired.el (dired-copy-filename-as-kill): Moved from dired-x.el.
17369         (dired-mode-map): Bind w to dired-copy-filename-as-kill.
17371         * dired-x.el (dired-copy-filename-as-kill): Moved to dired.el.
17373         * autoinsert.el (auto-insert-alist): Redo finding C and C++ headers.
17374         Add a DESCRIPTION for the makefile item.
17376         * find-file.el (ff-other-file-name): New function.
17378 2001-12-16  Eli Zaretskii  <eliz@is.elta.co.il>
17380         * international/quail.el (quail-input-string-to-events): Fix last
17381         change.
17383 2001-12-16  Richard M. Stallman  <rms@gnu.org>
17385         * isearch.el (isearch-edit-string): When we set isearch-string
17386         to the default, also set isearch-message.
17388         * subr.el (temp-buffer-show-hook, temp-buffer-setup-hook): Add defvars.
17390         * startup.el (command-line-1): Display startup screen
17391         even if there are command line args.
17392         Add a note about how to go to editing your files.
17393         (fancy-splash-head): Add a note about how to go to your files.
17394         (fancy-splash-outer-buffer): New variable.
17395         (fancy-splash-screens): Bind variable fancy-splash-outer-buffer.
17397         * subr.el (with-temp-message): At the end, always discard
17398         the temp message, even by clearing the echo area.
17400         * progmodes/sh-script.el (sh-mode): Run sh-mode-hook.
17402 2001-12-16  Stefan Monnier  <monnier@cs.yale.edu>
17404         * log-view.el (log-view-message-re, log-view-current-tag):
17405         Recognize Subversion's log output format.
17407         * international/fontset.el: Build the list L at compile time.
17409         * language/ind-util.el (mapthread): Make a closure.
17411 2001-12-15  Richard M. Stallman  <rms@gnu.org>
17413         * isearch.el (isearch-start-hscroll): New variable.
17414         (isearch-mode): Set isearch-start-hscroll.
17415         (isearch-update): Restore original hscrolling if possible.
17417         * isearch.el (isearch-edit-string):
17418         Treat isearch-yank-word-or-char specially, like isearch-yank-word.
17420         * emacs-lisp/debug.el (debugger-previous-backtrace): New variable.
17421         (debugger-make-xrefs): Optimize by (1) using skip-syntax-forward
17422         rather than regexp search and (2) copying text properties
17423         already set up on text unchanged from the previous backtrace.
17425         * case-table.el (set-case-syntax-pair):
17426         Detect invalid calls and signal an error.
17428 2001-12-15  Richard M. Stallman  <rms@gnu.org>
17430         * language/ind-util.el (range): Function deleted.
17431         (indian-regexp-of-hashtbl-keys): Renamed from `regexp-of-hashtbl-keys'.
17432         All calls changed.
17434         * language/devan-util.el (devanagari-range): Renamed from `range'.
17435         All calls changed.
17436         (devanagari-regexp-of-hashtbl-keys):
17437         Renamed from `regexp-of-hashtbl-keys'.  All calls changed.
17439 2001-12-15  Dave Love  <fx@gnu.org>
17441         * language/ind-util.el: Don't require cl.
17442         (indian-glyph-char, indian-glyph-max-char)
17443         (indian-char-glyph): Moved from indian.el
17444         (indian--puthash-char, mapthread): Don't quote lambda.
17445         (indian--map): New function.
17446         (indian--puthash-v, indian--puthash-c, indian--puthash-m)
17447         (indian--puthash-cv): Use it.
17449         * language/indian.el (indian-glyph-char, indian-glyph-max-char)
17450         (indian-char-glyph): Moved to ind-util.el
17452         * language/devan-util.el (devanagari-post-read-conversion):
17453         New function.
17455         * language/georgian.el: New file.
17457         * international/mule-cmds.el (locale-language-names): Add various
17458         entries.  Remove utf-8 special case.
17459         (locale-charset-language-names, locale-preferred-coding-systems):
17460         Add utf-8 case.
17461         (set-language-environment): Process required-features earlier.
17463         * international/quail.el (quail-keyboard-layout-alist):
17464         Add pc105-uk.
17465         (quail-keyboard-layout-type): Fix :type.
17466         (quail-choose-completion-string): Simplify.
17467         (quail-update-leim-list-file): Don't get fooled by commented-out code.
17468         (quail-input-string-to-events): Run events through
17469         translation-table-for-input.
17471         * international/mule-conf.el (translation-table-for-input):
17472         New variable.
17473         (latin-iso8859-14): Amend description.
17474         (file-coding-system-alist): Add entry for utf-8.
17476         * language/utf-8-lang.el: New file.
17478         * international/code-pages.el: New file.
17480         * language/hebrew.el ("Windows-1255"): New language.
17482         * language/european.el ("Welsh", "Latin-7", "Lithuanian")
17483         ("Latvian"): New languages.
17485 2001-12-14  Stefan Monnier  <monnier@cs.yale.edu>
17487         * xml.el: Use setq rather than (set 'foo bar).
17488         Use push+nreverse rather than append.
17489         (xml-node-name, xml-node-attributes, xml-node-children):
17490         Use defsubst rather than macros.
17491         (xml-parse-region): Handle a nil return value from xml-parse-tag.
17492         (xml-parse-tag): Don't skip white space.  Return nil for a comment.
17493         Concat the two strings surrounding a comment into a single string.
17495         * newcomment.el (comment-indent): Jump to the middle of empty comments.
17497 2001-12-14  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
17499         * select.el (xselect-convert-to-class, xselect-convert-to-name):
17500         Document.
17502 2001-12-14  Andre Spiegel  <spiegel@gnu.org>
17504         * vc-hooks.el (vc-checkout-model, vc-state, vc-workfile-version):
17505         Return nil if FILE is not registered.
17506         (vc-check-master-templates, vc-default-make-version-backups-p):
17507         Doc fix.
17509 2001-12-13  David Ponce  <david@dponce.com>
17511         * ruler-mode.el (ruler-mode-extra-left-cols): Remove.
17512         (ruler-mode-left-fringe-cols): New macro.
17513         (ruler-mode-right-fringe-cols): New macro.
17514         (ruler-mode-left-scroll-bar-cols): New macro.
17515         (ruler-mode-right-scroll-bar-cols): New macro.
17516         (ruler-mode-ruler): Use above new macros.
17518 2001-12-13  Richard M. Stallman  <rms@gnu.org>
17520         * files.el (set-auto-mode): Fix previous change.
17522 2001-12-13  Stefan Monnier  <monnier@cs.yale.edu>
17524         * emacs-lisp/easymenu.el (easy-menu-intern): New fun.
17525         (easy-menu-do-define, easy-menu-convert-item-1)
17526         (easy-menu-define-key-intern, easy-menu-get-map): Use it.
17527         (easy-menu-return-item): Only return nil if there is no binding.
17529 2001-12-13  Rajesh Vaidheeswarran  <rv@gnu.org>
17531         * whitespace.el (whitespace-version): 3.2
17532         * whitespace.el (whitespace-force-mode-line-update): Replace with
17533         `whitespace-mode-line-update', which is an alias to the correct
17534         function in various emacsen.
17535         * whitespace.el (whitespace-{un,}highlight-the-space):
17536         Add colorized highlighting of the bogus whitespaces in a buffer/file,
17537         using the `whitespace-highlight-face' if
17538         `whitespace-display-spaces-in-color' is set.
17540 2001-12-13  Eli Zaretskii  <eliz@is.elta.co.il>
17542         * international/mule.el (set-auto-coding): Don't search for
17543         "unibyte:" or "coding:" if set-auto-mode-1 returns nil.
17545 2001-12-13  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
17547         * mail/mailabbrev.el (mail-abbrevs-setup): Do not use make-local-hook.
17549         * mail/rmail.el (rmail-fontify-buffer-function): Likewise.
17551         * mail/rmailsum.el (rmail-summary-mode): Likewise.
17553 2001-12-13  Richard M. Stallman  <rms@gnu.org>
17555         * simple.el (undo): Always set this-command to `undo',
17556         so that the next undo after an error will not begin redoing.
17558         * simple.el (shell-command): Doc fix.
17559         (shell-command-on-region): If there is output an an error,
17560         add "...Shell command failed" to the output.
17562 2001-12-13  David Ponce  <david@dponce.com>
17564         * ruler-mode.el (ruler-mode-left-fringe-cols): Variable removed.
17565         (ruler-mode-left-fringe-cols): Function replaced by more efficient
17566         implementation `ruler-mode-extra-left-cols'.
17567         (ruler-mode-ruler): Use above new function.  Take into account
17568         that the fringe areas can now be resized.
17570 2001-12-12  Richard M. Stallman  <rms@gnu.org>
17572         * international/characters.el (Unicode): Comment out
17573         the specifications for kelvin and angstrom signs.
17575         * international/mule.el (make-translation-table-from-vector):
17576         Allow null elements in VEC.
17578         * international/ucs-tables.el (unify-8859-on-encoding-mode)
17579         (unify-8859-on-decoding-mode): Swap the code in their bodies.
17580         Add :version.
17582 2001-12-11  Richard M. Stallman  <rms@gnu.org>
17584         * derived.el (derived-mode-p): Function moved to subr.el.
17586         * subr.el (derived-mode-p): Moved here from derived.el.
17588         * international/mule.el (set-auto-coding): Use set-auto-mode-1.
17590         * files.el (set-auto-mode-1): New subroutine, broken out of
17591         set-auto-mode.
17592         (set-auto-mode, hack-local-variables-prop-line): Use that.
17594 2001-12-11  Dave Love  <fx@gnu.org>
17596         * language/thai-util.el, language/thai.el: Add Unicode equivalents.
17598         * language/european.el: Remove autoload cookies.  Fix registration
17599         of diacritic composition function.
17601 2001-12-11  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
17603         * calendar/todo-mode.el: Require time-stamp.
17605         * net/zone-mode.el (zone-mode): Don't use make-local-hook.
17607 2001-12-11  Richard M. Stallman  <rms@gnu.org>
17609         * emacs-lisp/authors.el (authors-aliases): Delete "Richard Stallmao".
17611         * textmodes/ispell.el (ispell-buffer-local-parsing):
17612         Match xml like sgml.
17614         * emacs-lisp/advice.el (ad-compile-function):
17615         Byte compile the function under another (uninterned) name.
17617         * gud.el (gdb): Define and bind gud-jump.
17619         * font-lock.el (font-lock-mode):
17620         Put our function at the end of after-change-functions.
17622         * ediff-diff.el (ediff-cmp-options): Doc fix.
17624         * comint.el (comint-password-prompt-regexp): Match "UNIX Password".
17626 2001-12-10  Richard M. Stallman  <rms@gnu.org>
17628         * isearch.el (isearch-yank-word-or-char): New function.
17629         (isearch-mode-map): Bind C-w to that.
17631         * menu-bar.el (menu-bar-mode): Make arg optional.
17633         * simple.el (line-move): Cope if next-single-property-change
17634         or previous-single-property-change returns nil.
17636         * emacs-lisp/lisp-mnt.el (lm-verify): New arg NON-FSF-OK.
17637         Don't use interactive-p; instead, pass the proper args
17638         in (interactive...).  Clean up most of the trouble-report strings.
17640 2001-12-10  Eli Zaretskii  <eliz@is.elta.co.il>
17642         * mail/smtpmail.el (smtpmail-send-queued-mail): Insert the
17643         enqueued messages literally.
17645 2001-12-10  Noah Friedman  <friedman@splode.com>
17647         * battery.el (battery-insert-file-contents): Obsolete function
17648         removed.
17649         (battery-read-function): Obsolete function removed.
17650         (battery-linux-proc-apm): Use insert-file-contents.
17652 2001-12-07  Stephen Eglen  <stephen@gnu.org>
17654         * iswitchb.el (iswitchb-visit-buffer):
17655         Use `select-frame-set-input-focus'--needed when window manager
17656         uses "click to focus" policy.
17658 2001-12-09  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
17660         * COPYING: Moved back.
17662 2001-12-07  Eli Zaretskii  <eliz@is.elta.co.il>
17664         * term/internal.el (IT-character-translations): Add entries for
17665         more points.
17667         * international/characters.el: Resurrect the Hebrew category
17668         settings for all Hebrew characters removed by the last change.
17669         Add code for setting the Hebrew category of the Unicode Hebrew
17670         characters.  Set syntax entries for Hebrew punctuation characters.
17672         * international/ucs-tables.el (ucs-8859-8-alist): Add Hebrew
17673         points and directional formatting control characters.
17675 2001-12-07  Dave Love  <fx@gnu.org>
17677         * language/lao-util.el: Add Unicode equivalents for rules.
17678         (lao-post-read-conversion): New function.
17680         * language/lao.el: Add Unicode equivalents.
17681         (lao): Add post-read conversion.
17683         * international/latin1-disp.el: Fix some 8-bit-graphic characters.
17684         Use iso2022 encoding.
17685         (latin1-char-displayable-p): Doc fix.
17686         (latin1-display-ucs-per-lynx): New option.
17687         (latin1-display-ucs-per-lynx): New command.
17688         (latin1-display-reset): Special-case arabic.
17689         (ucs-tables): Require.
17690         (latin1-display-sets, latin1-display-setup): Add arabic.
17691         (latin1-display) <variable>: Use function latin1-display.
17692         (latin1-display) <function>: Add mule-unicode stuff.
17693         (latin1-display-check-font): Don't lose if `info' is nil.
17695         * international/iso-transl.el: Insert Latin-1 characters, not
17696         unibyte codes.
17698         * language/european.el (diacritic-composition-pattern): New constant.
17699         (diacritic-compose-region, diacritic-compose-string)
17700         (diacritic-compose-buffer, diacritic-post-read-conversion)
17701         (diacritic-composition-function): New functions.
17703         * international/utf-8.el (ucs-mule-to-mule-unicode):
17704         New translation table.
17705         (ccl-encode-mule-utf-8): Use it.
17706         (utf-8-untranslated-to-ucs, utf-8-help-echo, utf-8-compose)
17707         (utf-8-post-read-conversion, utf-8-pre-write-conversion): New function.
17708         (utf-8-subst-table): New variable.
17709         (utf-8-compose-scripts): New option.
17710         (mule-utf-8): Update safe-charsets, pre-write and post-read conversion.
17712         * international/ucs-tables.el, international/utf-8-subst.el:
17713         New files.
17715         * international/characters.el: Don't set word syntax (the default)
17716         explicitly.  Add a diacritic category.  Add info for Unicode
17717         equivalents of characters in various Mule charsets and for extra
17718         Unicode characters.  Don't define specific categories for
17719         Indian/Devanagari, since they aren't used.
17721 2001-12-06  Richard M. Stallman  <rms@gnu.org>
17723         * textmodes/fill.el (set-justification): Rename arg VALUE to STYLE.
17724         (set-justification-left, set-justification-right): Doc fix.
17726         * progmodes/f90.el (f90-break-line): Use (newline 1) to insert newline.
17727         (bug-f90-mode): Variable deleted.
17729 2001-12-06  Stefan Monnier  <monnier@cs.yale.edu>
17731         * indent.el (indent-line-function): Default is indent-relative again.
17733 2001-12-07  Miles Bader  <miles@gnu.org>
17735         * progmodes/compile.el (compilation-error-regexp-alist):
17736         Added regexps for RXP.
17738 2001-12-05  Eli Zaretskii  <eliz@is.elta.co.il>
17740         * progmodes/cwarn.el (cwarn-font-lock-match-assignment-in-expression):
17741         Add shift-assignment operators to those highlighted, and highlight
17742         the whole operator rather than just the "=".
17744 2001-12-04  Juanma Barranquero  <lektu@terra.es>
17746         * files.el (save-abbrevs, save-some-buffers): Don't ask the user
17747         before saving abbrevs if `save-abbrevs' has the value `silently'.
17749 2001-12-04  Andreas Schwab  <schwab@suse.de>
17751         * xt-mouse.el (turn-off-xterm-mouse-tracking): Doc fix.
17753 2001-12-04  Colin Walters  <walters@debian.org>
17755         * emacs-lisp/autoload.el (make-autoload): Also generate autoloads
17756         for `defmacro*' forms.
17758         * emacs-lisp/lisp-mode.el (toplevel): Define docstring offset for
17759         `defmacro*'.
17761 2001-12-03  Stefan Monnier  <monnier@cs.yale.edu>
17763         * progmodes/antlr-mode.el (antlr-c-common-init): Undo last change.
17765 2001-12-02  Richard M. Stallman  <rms@gnu.org>
17767         * files.el (insert-directory): If the df output does not look right,
17768         don't try to use it.  Other cleanups in overall code structure.
17770 2001-12-02  Stefan Monnier  <monnier@cs.yale.edu>
17772         * textmodes/outline.el (outline-mode-prefix-map):
17773         Add bindings for outline-promote and outline-demote.
17774         (outline-minor-mode-menu-bar-map): New var.
17775         (outline-minor-mode): Use it.
17776         (outline-heading-alist): New var (renamed from outline-level-heading).
17777         (outline-level): Use it.
17778         (outline-insert-heading, outline-promote, outline-demote):
17779         Update to use outline-heading-alist.
17781         * disp-table.el (standard-display-european):
17782         Simplify since the function is not interactive any more.
17783         Don't set the existing buffers to unibyte.
17785         * pcvs-util.el (cvs-file-to-string): Move condition-case outside.
17787         * pcvs.el (cvs-reread-cvsrc): Don't use cvs-file-to-string.
17789         * reveal.el (reveal-mode): Fix reveal-mode's lighter.
17791         * shell.el (shell): Use shell-file-name.
17792         Pop to buffer before calling comint to set COLUMNS properly.
17794         * emacs-lisp/cl.el (svref): New alias.
17796         * progmodes/antlr-mode.el (antlr-c-common-init):
17797         Don't inhibit adaptive-fill-mode any more.
17799         * progmodes/delphi.el (delphi-mode): Don't use make-local-hook.
17801         * progmodes/etags.el (tags-with-face): Use make-symbol.
17802         (tags-search, tags-query-replace): Use backquotes.
17804         * textmodes/picture.el (picture-mode-map): Don't use defconst
17805         for a variable.
17807 2001-12-02  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
17809         * textmodes/reftex-index.el (reftex-index-mode):
17810         Remove make-local-hook.
17812         * textmodes/reftex-toc.el (reftex-toc-mode): Likewise.
17814 2001-12-02  Kim F. Storm  <storm@cua.dk>
17816         * isearch.el (isearch-resume-enabled): New variable.
17817         (isearch-done): Use that variable.
17819 2001-12-01  Richard M. Stallman  <rms@gnu.org>
17821         * wid-edit.el (widget-button-click): Don't move point permanently:
17822         Avoid mouse-set-point--instead select the window,
17823         then do save-excursion, then move point.
17824         Specify the buffer for get-char-property.
17825         Don't use `@' in interactive.
17827         * indent.el (indent-line-function):
17828         Default is indent-to-left-margin again.
17830         * replace.el (query-replace-read-args): Display message
17831         if FROM contains `\n' or `\t'.
17833 2001-12-01  Stefan Monnier  <monnier@cs.yale.edu>
17835         * indent.el (tab-to-tab-stop): Use delete-horizontal-space.
17837         * bindings.el (minibuffer-local-map): Bind TAB to insert-tab.
17839         * emacs-lisp/regexp-opt.el (regexp-opt):
17840         Bind completion-regexp-list to nil.
17842         * progmodes/hideif.el (hif-nexttoken): Move to before first def.
17844 2001-12-01  Eli Zaretskii  <eliz@is.elta.co.il>
17846         * progmodes/idlwave.el, progmodes/idlw-rinfo.el:
17847         * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el:
17848         Update maintainer.
17850 2001-11-30  Stefan Monnier  <monnier@cs.yale.edu>
17852         * mail/smtpmail.el: Use with-current-buffer.
17853         (message-make-date, message-make-message-id): Autoload when needed.
17854         (smtpmail-send-it): Use them to add `Date:' and `Message-Id:'
17855         headers when missing.
17857         * international/encoded-kb.el (encoded-kbd-mode):
17858         Use define-minor-mode.
17860         * enriched.el (enriched-mode): Use define-minor-mode.
17861         Use dolist and pop and push.
17863         * info.el (Info-find-node-2): Don't call info-insert-file-contents
17864         with the `visit' argument.
17865         (Info-extract-menu-node-name): Use `replace-regexps-in-string'.
17867         * progmodes/hideif.el (hide-ifdef-mode): Only modify
17868         `change-major-mode-hook' locally.  Reset invisibility spec.
17870         * man.el (Man-build-section-alist): Remove last Man-match-substring.
17872 2001-11-30  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
17874         * textmodes/paragraphs.el (mark-paragraph): Clarify doc.
17875         Clarify error message.
17877 2001-11-29  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
17879         * textmodes/paragraphs.el (mark-paragraph): Allow prefix arg.
17881 2001-11-30  Andre Spiegel  <spiegel@gnu.org>
17883         * vc-cvs.el (vc-cvs-parse-status): Store file state in property,
17884         don't just return it.
17886 2001-11-30  Eli Zaretskii  <eliz@is.elta.co.il>
17888         * menu-bar.el (menu-bar-read-lispref, menu-bar-read-lispintro)
17889         (menu-bar-read-emacs-man, search-emacs-glossary)
17890         (emacs-index-search, elisp-index-search): New functions.
17891         (apropso-documentation, apropos, apropos-value, apropos-variable)
17892         (apropos-commands): Modify menu item names and help text.
17893         (elisp-index-search, emacs-index-search, emacs-glossary):
17894         New menu items.
17895         (menu-bar-manuals-menu): Move the Ordering Manuals item to a
17896         submenu.
17897         (info-elisp, info-elintro): New menu items.
17898         (apropos): Modify the menu item name.
17900 2001-11-30  Stefan Monnier  <monnier@cs.yale.edu>
17902         * emacs-lisp/lisp-mode.el (read-if): Add lisp-indent-function prop.
17904         * textmodes/outline.el (outline-promote, outline-demote): Typo.
17906         * man.el (man-follow-mouse): New function.
17907         (Man-mode-map): Bind mouse-2 to it.
17908         (Man-match-substring): Remove.  Replace with `match-string'.
17909         (man): Use the `default-value' argument to `read-string'.
17910         (Man-fontify-manpage): Add mouse-face to cross references.
17912         * emacs-lisp/cl-macs.el (shiftf): Fix more.  Simplify.
17914 2001-11-29  Stefan Monnier  <monnier@cs.yale.edu>
17916         * emacs-lisp/crm.el (completing-read-multiple): Better preserve
17917         the value of require-match in minibuffer-completion-confirm.
17918         Use crm-local-completion-map.
17920         * emacs-lisp/cl-macs.el (shiftf): Fix the fast case so
17921         (let ((a 1) (b 2)) (shiftf a b (cons a b)) b) returns (1 . 2).
17922         (cl-make-type-test): Use char-valid-p for `character'.
17924         * info.el (Info-complete-next-re, Info-complete-cache): New vars.
17925         (Info-complete-menu-item): Rewrite.  Add the ability to search
17926         several sequential nodes.  Add a simple caching mechanism.
17927         (Info-goto-index): New function extracted from Info-index.
17928         (Info-index): Use it.  Add completion to the interactive spec.
17929         (Info-menu-update): Simplify call to `Info-complete-menu-item'.
17931 2001-11-29  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
17933         * COPYING: Removed.
17935 2001-11-29  Dave Love  <fx@gnu.org>
17937         * progmodes/fortran.el: Fontify rewind, backspace.  Doc fixes.
17938         (fortran-window-create, fortran-window-create-momentarily):
17939         Rewrite, moving error condition.
17940         (fortran-beginning-do, fortran-beginning-if): Fix regexps.
17941         (fortran-mode-syntax-table): Revert last change.
17943         * international/mule.el: Doc fixes.
17944         (map-charset-chars): New function.
17945         (register-char-codings): Use it to cope with generic chars in
17946         safe-chars.
17948 2001-11-29  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
17950         * play/blackbox.el (blackbox-mode, blackbox): Doc fix.
17952         * play/cookie1.el (cookie, cookie-insert, shuffle-vector): Doc fixes.
17954         * play/studly.el (studlify-word, studlify-region)
17955         (studlify-buffer): Fix doc-string.
17956         (studlify-buffer): Add autoload cookie.
17958 2001-11-28  Stefan Monnier  <monnier@cs.yale.edu>
17960         * textmodes/outline.el (outline-up-heading): Add `invisible-ok' arg.
17961         (outline-up-heading-all): Remove.
17962         (hide-sublevels): Move to end-of-heading before calling flag-region.
17963         (outline-copy-overlay, outline-discard-overlays): Remove.
17964         (outline-flag-region): Use `remove-overlays'.
17965         Don't move to end-of-heading.
17966         (outline-next-visible-heading, outline-back-to-heading)
17967         (outline-on-heading-p): Use outline-invisible-p.
17968         (outline-font-lock-level): Use outline-up-heading's new arg.
17969         (outline-minor-mode): Simplify.
17970         (outline-map-tree, outline-reveal-toggle-invisible): New funs.
17971         (outline): Put a `reveal-toggle-invisible' property.
17972         (outline-level-heading): New var.
17973         (outline-insert-heading, outline-promote, outline-demote)
17974         (outline-toggle-children): New commands.
17976         * progmodes/hideif.el (hif-end-of-line): New function.
17977         (hide-ifdef-mode): Set line-move-ignore-invisible.
17978         (hide-ifdef-region-internal): New function.
17979         (hide-ifdef-region): Use it.
17980         (hif-defined): Return an integer.
17981         (hif-infix-to-prefix): Remove.
17982         (hif-tokenize): Parse from the buffer rather than from a string.
17983         Correctly tokenize integers.  Use forward-comment.
17984         (hif-expr): Use hif-or.
17985         (hif-term): Use hif-and.
17986         (hif-factor): Use hif-not.  Handle numbers properly.
17987         Don't require parenthesis around `defined's argument.
17988         (hif-and, hif-or, hif-not): New funs.
17989         (hif-canonicalize): Pass a region to hif-tokenize.  Use hif-not.
17990         (hif-hide-line): Don't hide the \n before the line.
17991         (hif-possibly-hide): Correctly handle numeric evaluation results.
17993         * progmodes/make-mode.el: Use line-(end|beginning)-position.
17994         (makefile-mode): Set indent-line-function.
17995         (makefile-browser-insert-continuation): Use with-current-buffer.
17996         (makefile-beginning-of-line-point, makefile-end-of-line-point): Remove.
17998 2001-11-28  Karl Fogel  <kfogel@red-bean.com>
18000         * isearch.el (isearch-yank-internal): New helper function.
18001         (isearch-yank-char): New function.
18002         (isearch-yank-word, isearch-yank-line): Rewrite to use
18003         isearch-yank-internal.
18005 2001-11-28  Eli Zaretskii  <eliz@is.elta.co.il>
18007         * mouse.el (mouse-set-font): Make it a no-op if multiple fonts
18008         aren't supported.  Print a message to that effect if invoked.
18010 2001-11-27  Stephen Eglen  <stephen@gnu.org>
18012         * locate.el (locate): Put point at first matching file rather
18013         than top of buffer.
18015 2001-11-27  Stefan Monnier  <monnier@cs.yale.edu>
18017         * reveal.el: New file.
18019         * progmodes/hideif.el: Misc cleanup.
18020         (hide-ifdef-mode-submap): Put the def in the defvar.
18021         Use substitute-key-definition.
18022         (hide-ifdef-mode): Use define-minor-mode.
18023         (hif-outline-flag-region): Remove.
18024         (hif-show-all): Define in terms of hif-show-ifdef-region.
18025         (hif-after-revert-function): Rename from hif-before-revert-function.
18026         (hide-ifdef-region, hif-show-ifdef-region): Use overlays.
18027         (hif-tokenize): Use with-syntax-table.
18028         (hif-make-range): Use `else' also for `else-p'.
18029         (hif-range-else-p): Remove.
18030         (hif-find-range): Simplify.
18031         (hif-hide-line): Don't bother preserving buffer-modified-p.
18032         (hide-ifdefs, show-ifdefs, hide-ifdef-block, show-ifdef-block):
18033         Don't use selective-display and inhibit-read-only.
18035         * subr.el (copy-overlay, remove-overlays): New funs.
18037         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix off-by-two error.
18039 2001-11-27  Sam Steingold  <sds@gnu.org>
18041         * ansi-color.el, bookmark.el, dired.el, emerge.el, fast-lock.el
18042         * lazy-lock.el, mouse-sel.el, mail/feedmail.el
18043         * emacs-lisp/advice.el, emacs-lisp/checkdoc.el, emacs-lisp/ewoc.el
18044         * obsolete/c-mode.el, obsolete/cplus-md.el
18045         * progmodes/dcl-mode.el, progmodes/idlw-shell.el, progmodes/idlwave.el
18046         * term/sun-mouse.el, textmodes/artist.el:
18047         Converted backquote to the new style.
18048         * mouse.el, reposition.el: Likewise (in comments).
18049         * expand.el: Likewise (in a string).
18051 2001-11-27  Richard M. Stallman  <rms@gnu.org>
18053         * cus-edit.el (custom-load-symbol): Don't always load locate-library.
18055 2001-11-26  Richard M. Stallman  <rms@gnu.org>
18057         * wid-edit.el (widget-toggle-value-create): On graphic terminal,
18058         if :on-glyph or :off-glyph is a list, eval it and store it back.
18059         (checkbox): Quote the values for :on-glyph and :off-glyph.
18061         * cus-start.el (recursive-load-depth-limit): Delete item.
18063 2001-11-26  Stefan Monnier  <monnier@cs.yale.edu>
18065         * help-fns.el (describe-categories, help-describe-category-set): New.
18066         describe-categories moved here from src/category.c.
18068 2001-11-26  Sam Steingold  <sds@gnu.org>
18070         * progmodes/cc-mode.el (c-submit-bug-report): Make sure that the
18071         arguments to `insert' are strings.
18073 2001-11-26  Richard M. Stallman  <rms@gnu.org>
18075         * startup.el (command-line-1): Call kill-buffer only in non-fancy case.
18077 2001-11-26  Eli Zaretskii  <eliz@is.elta.co.il>
18079         * international/mule-diag.el: Require help-fns instead of
18080         help-funs.
18082         * help-fns.el: Renamed from help-funs.el.
18084         * startup.el (command-line-1): Don't try to call process-list if
18085         it is not fboundp.
18087 2001-11-26  Sam Steingold  <sds@gnu.org>
18089         * frame.el (show-trailing-whitespace): Remove :set argument (the
18090         value was essentially identical to the defalt).
18092 2001-11-26  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
18094         * hexl.el (hexl-mode, hexl-follow-ascii): Remove make-local-hook.
18096         * icomplete.el (icomplete-minibuffer-setup): Likewise.
18098         * hilit-chg.el (hilit-chg-set): Likewise.
18100         * speedbar.el (speedbar-mode): Likewise.
18102         * calendar/calendar.el (calendar-mode): Likewise.
18104         * play/yow.el (psychoanalyze-pinhead): Use insert instead of
18105         insert-string.
18107         * play/gamegrid.el (gamegrid-init-buffer): Likewise.
18109         * term/bg-mouse.el (bg-insert-moused-sexp): Likewise.
18111         * term/sun-mouse.el (sun-yank-selection): Likewise.
18113         * textmodes/bib-mode.el (return-key-bib): Likewise.
18115         * calendar/appt.el (appt-disp-window): Likewise.
18117         * calendar/diary-lib.el (list-diary-entries): Likewise.
18119         * array.el (array-reconfigure-rows): Likewise.
18121         * filecache.el (file-cache-minibuffer-complete): Likewise.
18123         * obsolete/cplus-md.el (fill-c++-comment): Likewise.
18125         * strokes.el (strokes-prompt-user-save-strokes): Likewise.
18127         * allout.el (outline-version, outline-open-topic)
18128         (outline-rebullet-heading, outline-insert-listified)
18129         (outline-latex-verbatim-quote-curr-line)
18130         (outline-latexify-one-item, outlineify-sticky): Likewise.
18132         * vc.el (vc-next-action-on-file): Likewise.
18133         (vc-dired-mode): Remove make-local-hook.
18135 2001-11-26  Andre Spiegel  <spiegel@gnu.org>
18137         * vc.el (vc-find-version): New function.
18138         (vc-version-other-window): Redefined in terms of the above.
18140         * log-view.el (log-view-find-version): New function.
18141         (log-view-mode-map): Bind it to `f'.
18143 2001-11-26  Gerd Moellmann  <gerd@gnu.org>
18145         * language/devan-util.el (dev-char-glyph): Escape `"' in
18146         string literals.
18147         (dev-glyph-glyph, dev-glyph-glyph-2)
18148         (devanagari-compose-syllable-region): Likewise.
18150 2001-11-26  Richard M. Stallman  <rms@gnu.org>
18152         * window.el (save-selected-window): No error if saved window is dead.
18154         * help-funs.el (describe-syntax): Put (interactive) after doc string.
18156 2001-11-26  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
18158         * international/quail.el (quail-help): Require help-mode in
18159         top-level instead.
18161         * iswitchb.el (iswitchb-exhibit): Use insert instead of
18162         insert-string.
18164         * icomplete.el (icomplete-exhibit): Likewise.
18166 2001-11-25  Stefan Monnier  <monnier@cs.yale.edu>
18168         * diff-mode.el (diff-end-of-hunk): Watch out for ambiguities.
18169         (diff-hunk-kill): Simplify.
18170         (diff-post-command-hook): Only apply to a single hunk.
18171         (diff-hunk-text): Make `char-offset' non-optional.
18172         (diff-find-text): Return a cons cell.
18173         (diff-find-approx-text): New fun.
18174         (diff-find-source-location): Use it.
18175         (diff-apply-hunk, diff-test-hunk, diff-goto-source):
18176         Adapt to new retval of diff-find-text.
18178         * vc-cvs.el (vc-cvs-parse-entry): Rewrite, comparing the string-
18179         rather than integer- representation of dates.
18181         * textmodes/fill.el (fill-indent-according-to-mode): Default to nil.
18183         * emacs-lisp/syntax.el: Don't profile syntax-ppss any more.
18184         (syntax-after): New fun.
18186         * help-funs.el (describe-syntax): New fun.
18188         * font-lock.el (font-lock-cache-state, font-lock-cache-position)
18189         (font-lock-ppss-stats, font-lock-ppss): Remove.
18190         (font-lock-fontify-syntactically-region): Remove tuning code.
18191         (font-lock-compile-keywords): Fix off-by-one bug.
18192         (font-lock-set-defaults): Don't set removed vars.
18193         (c-keywords): Add `inline'.
18194         (c-type-names): Add `_Complex', `_Imaginary' and `_Bool'.
18196         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
18197         Set syntax-begin-function.
18198         (lisp-interaction-mode-abbrev-table): Defvar to its correct value.
18199         (lisp-interaction-mode): Don't set local-abbrev-table any more.
18200         (lisp-mode-auto-fill): Use syntax-ppss and obey
18201         comment-auto-fill-only-comments.
18202         (lisp-fill-paragraph): Use syntax-ppss.
18204 2001-11-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
18206         * mail/rmail.el (rmail-enable-mime-composing): New. A lightweight
18207         version of rmail-enable-mime.
18208         (rmail-forward): Use it.
18210 2001-11-25  Richard M. Stallman  <rms@gnu.org>
18212         * emacs-lisp/lisp-mode.el (lisp-indent-function): Add doc string.
18214         * international/quail.el (quail-keyboard-layout-button):
18215         Define button type.
18216         (quail-keyboard-customize-button): Likewise.
18217         (quail-help): Use those button types.  Require `help-mode'.
18218         Avoid altering the argument `package'.
18220         * help-mode.el (help-function, help-variable, help-face)
18221         (help-coding-system, help-input-method, help-character-set):
18222         Define each button type with its own explicit define-button-type.
18224         * language/devan-util.el: Comment out parts of the file
18225         which apparently are garbled.
18227 2001-11-25  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
18229         * mail/smtpmail.el (smtpmail-deduce-address-list): Don't use
18230         insert-string.
18232 2001-11-25  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
18234         * play/snake.el (snake-mode): Remove make-local-hook.
18236         * play/tetris.el (tetris-mode): Likewise.
18238         * play/decipher.el (decipher-mode): Likewise.
18240         * tmm.el (tmm-add-prompt): Likewise.
18242 2001-11-25  Sam Steingold  <sds@gnu.org>
18244         * menu-bar.el (menu-bar-apropos-menu): New variable.
18245         Moved all `apropos' bindings to this menu.
18246         (menu-bar-help-menu): Added `menu-bar-apropos-menu'.
18248 2001-11-24  KAWABATA, Taichi  <batta@beige.ocn.ne.jp>
18250         The following changes are for new indian languages support based
18251         on Unicode charset and CDAC fonts.
18253         * international/mule-conf.el: Change indian-1-column charset to
18254         indian-glyph charset.
18256         * international/characters.el: Adjusted for the change of
18257         indian-1-column -> indian-glyph.
18259         * international/fontset.el: Delete the setting for indian-1-column
18260         and add the setting for indian-glyph in the default fontset.
18262         * language/indian.el: Completely re-written.
18264         * language/devanagari.el: Completely re-written.
18266         * language/devan-util.el: Completely re-written.
18268         * language/ind-util.el: New file.
18270 2001-11-24  Richard M. Stallman  <rms@gnu.org>
18272         * startup.el (command-line-1): Don't do startup screen
18273         if a subprocess is running.  Call the startup screen buffer
18274         "GNU Emacs".  Make a special mode-line-format for it.
18276         * net/browse-url.el (browse-url-galeon-new-window-is-tab): New var.
18277         (browse-url-galeon): Use that variable.
18279         * mail/supercite.el (sc-toggle-var): Don't use set-variable or
18280         eval-expression.  Eval and set the variable simply.
18282         * files.el (temporary-file-directory): Use defcustom.
18283         (small-temporary-file-directory): Likewise.
18284         (normal-backup-enable-predicate): Move down in file
18285         after definition of temporary-file-directory.
18287         * bindings.el (last-buffer, unbury-buffer): Doc fixes.
18289 2001-11-24  Colin Walters  <walters@debian.org>
18291         * calc/calc-ext.el (calc-init-extensions): Update the rest of the
18292         autoload names to match files renamed on initial calc import.
18294         * calc/calc.el (Commentary): Cleanup, and add logistic curve
18295         fitting suggestion from Robert J. Chassell <bob@rattlesnake.com>.
18297 2001-11-23  Colin Walters  <walters@debian.org>
18299         * Makefile.in (finder_setwins, setwins): Include Calc again.
18301         * calc/calc-rules.el: Add header comment.
18303 2001-11-23  Andre Spiegel  <spiegel@gnu.org>
18305         * vc.el (with-vc-properties): Don't bind `filename' locally.
18306         (with-vc-file, edit-vc-file): Use `make-symbol' for local bindings
18307         to avoid name clashes.  Fix `lisp-indent-function' property for
18308         both.
18310 2001-11-23  Francesco Potort\e,Al\e(B  <pot@gnu.org>
18312         * generic-x.el (mailrc-generic-mode): Highlight the `source' keyword.
18314 2001-11-22  Colin Walters  <walters@debian.org>
18316         * calc/calc-misc.el (report-calc-bug):
18317         Use `reporter-prompt-for-summary-p'.
18319         * calc/INSTALL, calc/Makefile: Remove.
18321 2001-11-22  Miles Bader  <miles@gnu.org>
18323         * emacs-lisp/re-builder.el (reb-match-0, reb-match-1)
18324         (reb-match-2, reb-match-3): Add dark-background variants.
18326 2001-11-22  Colin Walters  <walters@debian.org>
18328         * calc/calc-misc.el (calc-info): Don't perform voodoo, just
18329         (info "Calc").
18330         (report-calc-bug): Use reporter.el.
18332         * mail/reporter.el (reporter-submit-bug-report): Doc fixes.
18334 2001-11-21  Richard M. Stallman  <rms@gnu.org>
18336         * which-func.el (which-function): Call imenu--make-index-alist
18337         if necessary to get a list of functions.
18338         (which-function-imenu-failed): New variable.
18339         (which-func-update): Handle all visible windows.
18340         (which-func-update-1): New subroutine broken out of which-func-update.
18342         * files.el (temporary-file-directory, null-device)
18343         (small-temporary-file-directory): Definitions moved up.
18345         * progmodes/cperl-mode.el (cperl-problems, cperl-tips)
18346         (cperl-non-problems, cperl-praise): Doc fixes.
18348         * progmodes/sh-script.el (sh-mode): Don't use define-derived-mode.
18349         (sh-mode-syntax-table): Function restored.
18350         Variable set up for use by function sh-mode-syntax-table.
18351         (sh-set-shell): Set the syntax table.
18353         * play/gomoku.el (gomoku-mode): Don't use define-derived-mode.
18355         * progmodes/perl-mode.el (perl-mode): Don't use define-derived-mode.
18357         * international/encoded-kb.el: Don't alter minor-map-alist.
18359 2001-11-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
18361         * files.el (auto-save-file-name-transforms): Put remote files in
18362         temporary-file-directory rather than /tmp.
18364 2001-11-21  Colin Walters  <walters@debian.org>
18366         * calc/calc-macs.el (calc-slow-wrapper): Move (point) call outside
18367         of (function ...) wrapper.
18369 2001-11-20  Stefan Monnier  <monnier@cs.yale.edu>
18371         * derived.el (define-derived-mode): Create the abbrev-table
18372         from inside the `defvar'.
18374         * jit-lock.el (jit-lock-defer-time): New var.
18375         (jit-lock-defer-timer, jit-lock-buffers): New vars.
18376         (jit-lock-mode): Initialize them.  Cancel the timers more carefully.
18377         (jit-lock-function): Defer fontification if requested.
18378         (jit-lock-stealth-chunk-start): Pay attention to the new non-nil value.
18379         (jit-lock-stealth-fontify): Check the new `jit-lock-defer-multiline'
18380         text property.
18381         (jit-lock-deferred-fontify): New fun.
18383 2001-11-20  Richard M. Stallman  <rms@gnu.org>
18385         * emacs-lisp/lisp-mode.el (lisp-interaction-mode):
18386         Set local-abbrev-table to lisp-mode-abbrev-table.
18388         * emacs-lisp/re-builder.el (reb-mode):
18389         Don't use define-derived-mode.  Call kill-all-local-variables.
18391         * emacs-lisp/lisp-mode.el (lisp-mode, emacs-lisp-mode):
18392         Don't use define-derived-mode.
18394         * help-mode.el (help-mode): Undo 2001-10-07 change.
18396         * replace.el (occur-mode): Undo 2001-5-20 change.
18398 2001-11-20  Jason Rumney  <jasonr@gnu.org>
18400         * w32-fns.el (w32-system-coding-system): Change to an alias for
18401         locale-coding-system.
18402         (set-w32-system-coding-system): Document the above change.
18403         Set locale-coding-system instead.
18405 2001-11-20  Richard M. Stallman  <rms@gnu.org>
18407         * ruler-mode.el: Add pagination.
18408         (ruler-mode-toggle-show-tab-stops): No need to
18409         test `ruler-mode' variable.
18411 2001-11-20  Eli Zaretskii  <eliz@is.elta.co.il>
18413         * play/landmark.el: Mark lm-mode as special.
18415         * play/gomoku.el: Mark gomoku-mode as special.
18417 2001-11-20  Juanma Barranquero  <lektu@terra.es>
18419         * emacs-lisp/re-builder.el (reb-change-target-buffer): New function.
18420         (top-level): Bind it to C-c C-b.
18421         (re-builder): Don't re-enter RE Builder Mode.
18423         * bs.el (bs-delete): Signal an error if the buffer cannot be deleted.
18425 2001-11-20  Stefan Monnier  <monnier@cs.yale.edu>
18427         * progmodes/cperl-mode.el (cperl-perldoc): Require man before binding
18428         `manual-program'.
18430         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Don't move back
18431         to a line without a comment.
18433 2001-11-20  Eli Zaretskii  <eliz@is.elta.co.il>
18435         * dired.el (dired-listing-switches): Mention in the doc string
18436         that some switches are not supported by ls-lisp.el
18438 2001-11-19  Stefan Monnier  <monnier@cs.yale.edu>
18440         * imenu.el (imenu--split-menu): Use dolist and copy-sequence.
18441         (imenu--create-keymap-2): Remove.
18442         (imenu--create-keymap-1): Simplify, remove third argument.
18443         (imenu--generic-function): Use dolist.
18444         (imenu-find-default): New function.
18445         (imenu--completion-buffer): Use it.
18446         (imenu--mouse-menu): Use popup-menu.
18447         (imenu--menubar-select): Return t rather than calling imenu.
18449         * textmodes/fill.el (fill-delete-prefix, fill-delete-newlines):
18450         New functions, extracted from fill-region-as-paragraph.
18451         (fill-region-as-paragraph): Use them.
18452         Use an end marker instead of eob.
18453         Ignore whitespace-only fill-prefixes when indenting according to mode.
18454         Simplify the loop that searches for spaces backwards.
18456         * textmodes/picture.el (picture-vertical-step)
18457         (picture-horizontal-step): Don't use defconst for variables.
18459         * mail/mail-extr.el: Use backquote/dolist/mapc/when.  Docstring fixes.
18460         (mail-extract-address-components): Downcase domain names.
18461         (mail-extr-delete-char): Remove.  Use delete-char instead.
18463         * emulation/pc-select.el: Doc string fixes.
18464         (pc-selection-mode): Don't treat macos as a tty.
18466         * emacs-lisp/lisp.el (mark-sexp): Mark more if repeated.
18468         * progmodes/cc-engine.el (c-parse-state): Typo. From Martin Stjernholm.
18470         * mwheel.el (mouse-wheel-scroll-amount): Allow float values.
18471         (mouse-wheel-progessive-speed): New var.
18472         (mwheel-scroll): Use it and handle float values.
18474         * lazy-lock.el (lazy-lock-install-hooks): Remove make-local-hook.
18476         * iswitchb.el (iswitchb-mode): Use define-minor-mode.
18477         (iswitchb): Fix the case where the result was selected with the mouse.
18478         (iswitchb-completion-help): Use the normal *Completions* now that
18479         mouse selection works.
18480         (iswitchb-minibuffer-setup): Simplify.
18482         * newcomment.el (comment-column, comment-style, comment-multi-line)
18483         (comment-auto-fill-only-comments): Remove :group arg.
18484         (comment-padding): Add :type.
18485         (comment-indent-new-line): Ignore comment-auto-fill-only-comments
18486         if called interactively.
18488 2001-11-19  Colin Walters  <walters@verbum.org>
18490         * calc/calc.el (toplevel): Add comment and version header.
18491         (calc-init-base): Bump version to 2.02f, update date.
18493 2001-11-19  Richard M. Stallman  <rms@gnu.org>
18495         * net/browse-url.el: Support Mozilla and Galeon.
18496         By default, find the installed browser whichever it is.
18497         (browse-url-mozilla): New function.
18498         (browse-url-mozilla-sentinel): New function.
18499         (browse-url-galeon, browse-url-galeon-sentinel): New functions.
18500         (browse-url-default-browser): New function.
18501         (browse-url-process-environment): Use browse-url-browser-display.
18502         (browse-url-browser-display): Renamed from browse-url-netscape-display.
18503         (browse-url-mozilla-startup-arguments, browse-url-galeon-program)
18504         (browse-url-galeon-arguments, browse-url-galeon-startup-arguments)
18505         (browse-url-mozilla-program, browse-url-mozilla-arguments): New vars.
18506         (browse-url-browser-function): New default, new options.
18508 2001-11-19  Sam Steingold  <sds@gnu.org>
18510         * bindings.el (last-buffer, unbury-buffer): New function.
18511         (mode-line-unbury-buffer): Use `unbury-buffer'.
18513 2001-11-18  Stephen Eglen  <stephen@gnu.org>
18515         * iswitchb.el (iswitchb-cannot-complete-hook): New variable to
18516         control behaviour when no further completion is possible.
18518 2001-11-19  Colin Walters  <walters@verbum.org>
18520         * calc/calc-macs.el (calc-wrapper, calc-slow-wrapper)
18521         (math-showing-full-precision, math-with-extra-prec, math-working)
18522         (calc-with-default-simplification)
18523         (calc-with-trail-buffer): Use backtick.
18524         (Math-zerop, Math-integer-negp, Math-integer-posp, Math-negp)
18525         (Math-looks-negp, Math-posp, Math-integerp, Math-natnump)
18526         (Math-ratp, Math-realp, Math-anglep, Math-numberp, Math-scalarp)
18527         (Math-vectorp, Math-messy-integerp, Math-objectp, Math-objvecp)
18528         (Math-integer-neg, Math-equal, Math-lessp, Math-primp)
18529         (Math-num-integerp, Math-bignum-test, Math-equal-int)
18530         (Math-natnum-lessp, math-format-radix-digit): Change to `defsubst'.
18531         (calc-record-compilation-date-macro): Deleted.  Callers updated.
18532         (math-format-radix-digit): Move to calc-bin.el.
18534         * calc/calc.el (calc-record-compilation-date): Remove.
18535         (calc-bug-address): Update.
18536         (calc-settings-file): Use `user-init-file'.
18538         * calc/calc-mode.el (calc-settings-file-name, calc-save-modes):
18539         Handle null `calc-settings-file'.
18541         * calc/calc-frac.el (calc-over-notation): Use `completing-read'.
18542         * calc/calc-keypd.el (calc-keypad-mode): New.
18543         (calc-do-keypad): Use it.
18544         (calc-keypad-map): Move into `calc-keypad-mode'.
18546         * calc-math.el (calcFunc-sqrt, calcFunc-hypot): Add missing quote
18547         to defalias argument.
18549         * calc-misc.el (math-fixnump, math-fixnatnump, calcFunc-trunc)
18550         (calcFunc-floor): Ditto.
18552         * calc-units.el (calcFunc-usimplify): Ditto.
18554         * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
18555         * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
18556         * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
18557         * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
18558         * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
18559         * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
18560         * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
18561         * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
18562         * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
18563         * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
18564         * calcsel2.el: Change all toplevel `setq' forms to `defvar' forms,
18565         and move them before their first use.  Use `when', `unless'.
18566         Remove trailing periods from error forms.  Add description and
18567         headers suggested by Emacs Lisp coding conventions.
18569 2001-11-19  Stefan Monnier  <monnier@cs.yale.edu>
18571         * newcomment.el (comment-indent):
18572         Fix misindentation for comment-only lines.
18573         (comment-indent-new-line): Only obey comment-multi-line if the
18574         comment-ender is not the end-of-line.
18576 2001-11-19  Richard M. Stallman  <rms@gnu.org>
18578         * net/net-utils.el (network-connection-service-abbrev-alist):
18579         New variable.
18581         * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
18582         Advance to start of 3rd sexp by moving fwd and backing over it.
18583         At first three elements, act like defun.
18585         * delsel.el (delete-selection-pre-hook): Handle and resignal
18586         file-supersession errors to interact properly with userlock.el.
18588 2001-11-18  Richard M. Stallman  <rms@gnu.org>
18590         * progmodes/fortran.el (fortran-mode-syntax-table):
18591         Specify punctuation syntax for backslash.
18593         * progmodes/sh-script.el (sh-must-be-shell-mode): Function deleted.
18594         All calls deleted.
18596         * international/mule-util.el (string-to-sequence): Make it obsolete.
18597         (string-to-list, string-to-vector): Implement them directly
18598         using append and vconcat, not with string-to-sequence.
18600         * startup.el (command-line): Set abbrevs-changed to nil after
18601         reading the init file and the abbrevs file.
18603         * isearch.el (isearch): Use magenta2 as bg for (background light)
18605 2001-11-17  Richard M. Stallman  <rms@gnu.org>
18607         * menu-bar.el (menu-bar-update-buffers-1): Don't pad the buffer name.
18609         * simple.el (minibuffer-history-sexp-flag): Doc fix.
18611 2001-11-17  Stefan Monnier  <monnier@cs.yale.edu>
18613         * font-lock.el (font-lock-compile-keywords): New arg `regexp'.
18614         If set and if applicable, add a regexp to highlight defun-like
18615         text inside comments and strings.
18616         (font-lock-fontify-keywords-region): Pass that new arg.
18617         (font-lock-set-defaults): Move the code to set `font-lock-keywords'
18618         to the end and pass that new arg.
18619         (c-font-lock-keywords-2): Fix regex for labels.
18620         (font-lock-match-c++-style-declaration-item-and-skip-to-next):
18621         Make it work when LIMIT is several lines further.
18622         (c-font-lock-keywords-3, c++-font-lock-keywords-3)
18623         (objc-font-lock-keywords-3, java-font-lock-keywords-3):
18624         Use backquote and make the regexes for `int a, b, c;' work on
18625         multiple lines.
18627         * emacs-lisp/re-builder.el (reb-mode): Use define-derived-mode.
18628         (font-lock-defaults-alist): Don't change it any more.
18629         (reb-subexp-mode-map): Cleanup.
18631         * custom.el (custom-current-group-alist): New var.
18632         (custom-declare-group): Set it.
18633         (custom-current-group): New fun.
18634         (custom-declare-variable, custom-handle-all-keywords):
18635         Use it as a default if no :group argument is specified.
18637         * international/mule-cmds.el (locale-name-match): Use \` and \(?:.
18638         (standard-keyboard-coding-systems): New var.
18639         (set-locale-environment): Use it to decide whether or not to call
18640         set-keyboard-coding-system.
18641         (locale-language-names): Use \"French\" for "fr".
18643 2001-11-17  Richard M. Stallman  <rms@gnu.org>
18645         * emacs-lisp/checkdoc.el (princ-list, checkdoc-read-event)
18646         (add-to-list): Delete compatibility code.
18647         (checkdoc-next-message-error): Doc fix.
18649 2001-11-17  Stephen Eglen  <stephen@gnu.org>
18651         * locate.el (locate): Show default locate pattern within the
18652         prompt, but don't insert it into the minibuffer contents.
18653         Catch the case when pattern is the empty string.
18655 2001-11-17  Eli Zaretskii  <eliz@is.elta.co.il>
18657         * language/european.el ("French"): New language environment.
18659 2001-11-16  Richard M. Stallman  <rms@gnu.org>
18661         * calendar/todo-mode.el (todo-save): Fix previous change.
18663         * subr.el (functionp): Do use cdr-safe on object.
18665 2001-11-16  Stefan Monnier  <monnier@cs.yale.edu>
18667         * bindings.el (mode-line-mode-name): Only put the help-echo property
18668         if the local-map property was put as well.
18669         (global-map): Bind switch-frame, delete-frame, iconify-frame
18670         and make-frame-visible events.
18672         * emacs-lisp/elp.el (elp-not-profilable): New var.
18673         (elp-not-profilable-p): New function.
18674         (elp-instrument-function): Use it.  Use backquotes and push.
18676         * emacs-lisp/bytecomp.el (byte-compile-call-tree, byte-code-vector)
18677         (byte-stack+-info, byte-compile-last-warned-form)
18678         (byte-compile-last-logged-file): Don't defconst a variable.
18679         (no-byte-compile): Declare.
18680         (byte-compile-file): Don't boundp-check no-byte-compile any more.
18681         (byte-compile-defvar): Leave defconst as is.
18683         * emacs-lisp/edebug.el (edebug-form-data, edebug-offsets)
18684         (edebug-offsets-stack, edebug-read-dotted-list, edebug-def-name)
18685         (edebug-current-offset, edebug-old-def-name, edebug-error-point)
18686         (edebug-best-error): Don't defconst a variable.
18687         (edebug-read-syntax-table): Use a char-table.
18688         (edebug-lemacs-specific): Remove.
18689         Toplevel: Eliminate check for Lucid Emacs.
18691         * pcvs-util.el (cvs-prefix-define): Don't defconst a variable.
18693         * rect.el (move-to-column-force): Mark obsolete.
18694         (operate-on-rectangle, delete-extract-rectangle-line)
18695         (insert-rectangle, delete-whitespace-rectangle-line)
18696         (open-rectangle-line, clear-rectangle-line): Use move-to-column.
18697         (string-rectangle-history): New var.
18698         (string-rectangle, string-insert-rectangle): Use it.
18699         (delete-rectangle-line): Fix pos/column mixup and simplify.
18701         * startup.el (normal-top-level-add-subdirs-to-load-path): Simplify.
18702         (normal-top-level, command-line, command-line-1): Simplify.
18704         * tar-mode.el (tar-mode): Use define-derived-mode.
18706         * view.el (view-mode-enable): Don't use make-local-hook.
18708         * emacs-lisp/eldoc.el (eldoc-mode): Use define-minor-mode.
18710 2001-11-16  Richard M. Stallman  <rms@gnu.org>
18712         * mail/mail-extr.el (mail-extr-voodoo): Treat a number as a word
18713         if it doesn't make sense as anything else.
18714         Don't recognize a "telephone number" at the beginning of the name.
18715         (mail-extr-leading-garbage): Match non-word characters only.
18717 2001-11-16  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
18719         * startup.el (command-line-processed): Doc fix.
18721         * apropos.el (apropos-next-label-button): Doc fix.
18723 2001-11-16  Stefan Monnier  <monnier@cs.yale.edu>
18725         * comint.el (comint-mode): Simplify.
18726         (make-comint-in-buffer): Run `comint-mode' only if necessary.
18728         * subr.el (eval-after-load): Make it work with features as well.
18730         * log-view.el (log-view-mode): Don't mark the buffer unmodified.
18732         * international/mule-cmds.el (describe-input-method): Setup xref.
18733         (set-language-environment): Use functionp.
18734         (locale-language-names, locale-charset-language-names)
18735         (locale-preferred-coding-systems): Defconst and purecopy.
18737         * language/european.el (mac-roman): Add mime-charset property.
18739 2001-11-15  Richard M. Stallman  <rms@gnu.org>
18741         * emacs-lisp/cl.el (values, values-list, multiple-value-list)
18742         (multiple-value-apply, nth-value): Use defsubst rather than defalias
18743         to get better doc strings.
18745 2001-11-15  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
18747         * derived.el: Fix autoload cookie.
18749 2001-11-15  Richard M. Stallman  <rms@gnu.org>
18751         * jka-compr.el (jka-compr-partial-uncompress): Fix previous change.
18753 2001-11-15  Stefan Monnier  <monnier@cs.yale.edu>
18755         * menu-bar.el (menu-bar-edit-menu) <copy>: Put an explicit key binding.
18757 2001-11-15  Richard M. Stallman  <rms@gnu.org>
18759         * dired.el (dired-undo): Display a message to explain
18760         that this does not undo file system changes.
18762 2001-11-15  David Kastrup  <David.Kastrup@t-online.de>
18764         * mouse-drag.el (mouse-drag-throw): Push back non-drag events
18765         into `unread-command-events' instead of trying keymap
18766         lookups ourselves.  This makes mouse-clicks do the right
18767         thing even when keymaps of overlays are involved.
18768         (mouse-drag-drag): Likewise.
18770 2001-11-15  Andreas Schwab  <schwab@suse.de>
18772         * progmodes/ada-mode.el (ada-add-extensions): Quote regexp special
18773         characters and append anchor to pattern added to auto-mode-alist.
18775 2001-11-15  Stefan Monnier  <monnier@cs.yale.edu>
18777         * server.el (server-process-filter): Run pre/post-comment-hook
18778         before/after visiting the file.
18780         * info-look.el (makefile-mode): Add info for automake.
18781         (autoconf-mode): Fix the name of the index for automake.
18783         * international/latin-9.el: Give pilcrow punctuation syntax.
18785 2001-11-15  Andre Spiegel  <spiegel@gnu.org>
18787         * vc.el: Documentation fixes.
18789 2001-11-14  Stefan Monnier  <monnier@cs.yale.edu>
18791         * smerge-mode.el (smerge-match-conflict): Fix typo.
18792         (smerge-diff): Be careful to read match-data early enough.
18794 2001-11-14  Colin Walters  <walters@verbum.org>
18796         * calc/calc-alg.el (calcFunc-esimplify, calcFunc-simplify)
18797         (calcFunc-subst): Use `defalias' instead of `fset' and
18798         `symbol-function'.
18800         * calc/calc-arith.el (calcFunc-abs, calcFunc-float)
18801         (calcFunc-ceil, calcFunc-round): Ditto.
18803         * calc/calc-bin.el (calcFunc-clip): Ditto.
18805         * calc/calc-ext.el (calcFunc-evalv): Ditto.
18807         * calc/calc-math.el (calcFunc-sqrt, calcFunc-hypot): Ditto.
18809         * calc/calc-misc.el (math-fixnump, math-fixnatnump)
18810         (calcFunc-trunc, calcFunc-floor, calc-report-bug): Ditto.
18812         * calc/calc-units.el (calcFunc-unsimplify): Ditto.
18814         * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
18815         * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
18816         * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
18817         * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
18818         * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
18819         * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
18820         * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
18821         * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
18822         * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
18823         * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
18824         * calcsel2.el: Style cleanup; don't put closing parens on their
18825         own line, add "foo.el ends here" to each file, and update
18826         copyright date.
18828         * README: Update maintainer.
18830 2001-11-13  Richard M. Stallman  <rms@gnu.org>
18832         * progmodes/compile.el (recompile): Use compilation-arguments if
18833         set, so as to be able to M-x recompile the exact command which
18834         created a compilation-mode buffer.
18836         * progmodes/ada-mode.el (ada-fill-comment-prefix): Doc fix.
18838 2001-11-13  Gerd Moellmann  <gerd@gnu.org>
18840         * mouse.el (mouse-drag-region): Don't run the up-event
18841         handler if window start changed due to the down-mouse event.
18843 2001-11-13  Richard M. Stallman  <rms@gnu.org>
18845         * mouse.el (mouse-show-mark): Either move point to the mark
18846         or use highlighting, never both.
18847         (mouse-buffer-menu): If WINDOW is a frame, select its selected window.
18849 2001-11-13  Simon Josefsson  <jas@extundo.com>
18851         * mail/smtpmail.el (top-level): Change maintainer to Simon
18852         Josefsson, cleanup the smtpmail.el header.
18854         * mail/smtpmail.el (top-level): Don't require cl or base64.
18855         (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
18856         (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd):
18857         Defsubst instead of defmacro.
18858         (smtpmail-intersection): Return value in reverse order.
18859         (smtpmail-open-stream): Use stringp instead of string-to-list.
18860         (smtpmail-open-stream, smtpmail-try-auth-methods): New functions,
18861         separated from smtpmail-via-smtp.
18863         * mail/smtpmail.el (top-level): Autoload starttls, mail-utils and
18864         rfc2104.  Require base64 and cl.
18865         (smtpmail-smtp-service): Doc fix.  :type fix.
18866         (smtpmail-debug-info): Doc fix.
18867         (smtpmail-debug-verb, smtpmail-auth-credentials)
18868         (smtpmail-starttls-credentials, smtpmail-auth-supported):
18869         New variables.
18870         (smtpmail-deduce-address-list, smtpmail-send-it): Don't require
18871         mail-utils (it is autoloaded).
18872         (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
18873         (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd)
18874         (smtpmail-find-credentials, smtpmail-intersection): New utility funs.
18875         (smtpmail-via-smtp): Support STARTTLS, if binary is installed.
18876         (smtpmail-via-smtp): Support AUTH.
18877         (smtpmail-via-smtp): Use `smtpmail-debug-verb' to control VERB.
18879 2001-11-13  Richard M. Stallman  <rms@gnu.org>
18881         * ebuff-menu.el (electric-buffer-update-highlight): New function.
18882         (electric-buffer-overlay): New variable.
18883         (electric-buffer-menu-looper): Call electric-buffer-update-highlight.
18884         (electric-buffer-list): Likewise.
18886         * isearch.el (isearch-whitespace-chars): Doc fix.
18887         (isearch-mode): Handle negative search-slow-window-lines correctly.
18889 2001-11-13  Stefan Monnier  <monnier@cs.yale.edu>
18891         * newcomment.el (comment-normalize-vars): Handle a nil comment-padding.
18893         * progmodes/ada-mode.el (ada-fill-comment-prefix): GNAT wants 2 spaces.
18894         From Emmanuel Briot <briot@act-europe.fr>.
18896 2001-11-13  Colin Walters  <walters@debian.org>
18898         * calc/calc.el (calc-unread-command): Use `unread-command-events'.
18900         * calc/calc-mode.el (calc-settings-file-name): Don't hardcode
18901         "~/.emacs"; use `read-file-name'.
18903         * calc/calc-graph.el, calc/calc-embed.el, calc/calc-graph.el
18904         * calc/calc-misc.el, calc/calc-mode.el, calc/calc-prog.el
18905         * calc/calc-sel.el, calc/calc-store.el, calc/calc-yank.el
18906         * calc/calc.el: Use `frame-width' instead of `screen-width',
18907         `frame-height' instead of `screen-height', and,
18908         `executing-kbd-macro' instead of `executing-macro'.
18910         * calc/calc-embed.el (calc-do-embedded): Call `y-or-n-p' with
18911         correct number of arguments.
18913         * calc/calc-aent.el (calc-do-alg-entry):
18914         Use `blink-paren-function' instead of `blink-paren-hook'.
18916 2001-11-12  Richard M. Stallman  <rms@gnu.org>
18918         * calendar/todo-mode.el (todo-save): Add save-excursion
18919         and save-restriction.
18921         * server.el (server-edit, server-done): Doc fix.
18923         * simple.el (clone-indirect-buffer): Error if major mode symbol
18924         has a no-clone-indirect property.
18925         (clone-buffer): Check for obvious errors before reading clone name.
18927         * info.el (Info-mode): Add a no-clone-indirect property.
18929 2001-11-12  Sam Steingold  <sds@gnu.org>
18931         * vc.el (vc-print-log): Bind `inhibit-read-only' to t before and
18932         set-buffer-modified-p to nil after `vc-exec-after'.
18933         * log-view.el (log-view-mode-map): Bind "q", "z", "m" and "d".
18934         (log-view-mode): Make read-only.
18935         (log-view-current-file): Do final `expand-file-name' in the
18936         current `default-directory'.
18937         (log-view-current-tag): Take an optional `where' arg.
18938         (log-view-diff): New user command.
18940 2001-11-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
18942         * progmodes/cpp.el (cpp-choose-face): Fix typo.
18944 2001-11-12  Sam Steingold  <sds@gnu.org>
18946         * emacs-lisp/cl-indent.el (toplevel): Indent properly
18947         `generic-flet', `generic-labels', `with-accessors',
18948         `with-condition-restarts'.
18950 2001-11-12  Richard M. Stallman  <rms@gnu.org>
18952         * dired.el: Many trivial doc fixes.
18953         (dired-get-file-for-visit): New function.
18954         (dired-find-alternate-file, dired-mouse-find-file-other-window)
18955         (dired-view-file, dired-find-file-other-window, dired-display-file)
18956         (dired-find-file): Use dired-get-file-for-visit.
18958 2001-11-12  Alex Schroeder  <kensanata@yahoo.com>
18960         * sql.el (sql-mode): Doc change.
18962         * sql.el (sql-mode-syntax-table): The backslash is no longer an
18963         escape character.
18965 2001-11-12  Colin Walters  <walters@debian.org>
18967         * calc/calc-keypd.el (toplevel): Bind mouse buttons.
18968         (calc-do-keypad): Don't attempt to use nonexistent global
18969         mouse-map, use calc-keypad-map.
18970         (calc-keypad-x-left-click): Renamed to calc-keypad-left-click.
18971         (calc-keypad-left-click): Don't use mouse-map; update to new event
18972         interface.
18973         (calc-keypad-x-middle-click, calc-keypad-x-right-click): Ditto.
18974         (calc-keypad-press): Use `unread-command-events' instead of
18975         `unread-command-char'.
18977         * calc/calc-ext.el (calc-init-extensions): Update autoload names
18978         to match files renamed on initial calc import.
18980 2001-11-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
18982         * textmodes/flyspell.el (flyspell-default-dictionary):
18983         Fix previous change.
18985 2001-11-12  Richard M. Stallman  <rms@gnu.org>
18987         * textmodes/flyspell.el (flyspell-default-dictionary):
18988         Fix custom type.
18990 2001-11-11  Richard M. Stallman  <rms@gnu.org>
18992         * calendar/solar.el (solar-sunrise-and-sunset):
18993         Exchange the two extreme values of day-length.
18995         * progmodes/sh-script.el (sh-must-be-shell-mode):
18996         Allow modes derived from sh-mode.
18998         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
18999         Turn off error in some re-search-forward calls.
19001         * replace.el (query-replace-skip-read-only): New variable.
19002         (perform-replace): If that variable is non-nil, ignore matches
19003         that have a read-only property.
19005         * derived.el (define-derived-mode): Doc fix.
19007         * server.el (server-buffer-done): Test of server-existing-buffer
19008         was backwards.
19009         (server-existing-buffer): Doc fix.
19011         * textmodes/flyspell.el (flyspell-default-dictionary):
19012         Allow nil as value, and make nil the default.
19014 2001-11-11  Eli Zaretskii  <eliz@is.elta.co.il>
19016         * menu-bar.el (menu-bar-edit-menu): Don't use x-selection-exists-p if
19017         it is not fboundp.
19018         (clipboard-yank): Ditto.
19020 2001-11-11  Colin Walters  <walters@verbum.org>
19022         The following changes are based on patches from
19023         Eli Zaretskii <eliz@is.elta.co.il>, Kai Gro\e,A_\e(Bjohann
19024         <Kai.Grossjohann@CS.Uni-Dortmund.DE>, and others.
19026         * calc/calc.el (toplevel): Require calc-macs.
19027         (calc-minibuffer-size): New.
19028         (calcDigit-nondigit): Use it instead of `buffer-size'.
19029         (calcDigit-backspace): Likewise.
19030         (calcDigit-nondigit): Use `minibuffer-contents' instead of
19031         `buffer-string'.
19032         (calc-minibuffer-contains): Use `minibuffer-prompt-end' instead of
19033         `point-min'.
19034         (calcDigit-key): Use `calc-minibuffer-contains' instead of a
19035         `save-excursion'.
19037         * calc/calc-macs.el (calc-record-compilation-date-macro): Return a
19038         simple `setq' form.
19040         * calc/calc-ext.el: (toplevel): Require calc.
19041         (calc-fancy-prefix-map): New.
19042         (calc-fancy-prefix): Use it.
19043         (calc-fancy-prefix-other-key): New.
19045         * calc/calc-aent.el (toplevel): Require calc-macs during compilation.
19046         (calc-do-quick-calc): Use `frame-width' instead of `screen-width'.
19047         (calcAlg-edit): Use `minibuffer-contents' instead of `buffer-string'.
19048         (calcAlg-enter): Likewise.
19049         (calcAlg-enter): Use `minibuffer-prompt-end' instead of `point-min'.
19051 2001-11-10  Richard M. Stallman  <rms@gnu.org>
19053         * abbrev.el (read-abbrev-file): Don't set save-abbrevs.
19054         (quietly-read-abbrev-file): Doc fix.
19056         * startup.el (command-line): Read standard abbrev
19057         file (abbrev-file-name), if it exists.
19059         * files.el (save-abbrevs): Default value is t.
19061         * progmodes/compile.el (compile-goto-error): Fix previous change
19062         in the case where subsequent errors have not been parsed yet
19063         because they are in a different source file.
19065 2001-11-10  Peter Kleiweg  <kleiweg@let.rug.nl>
19067         * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
19068         Merge two regular expressions into one.
19069         (ps-mode): Make local bindings for `comment-start' and
19070         `comment-start-skip'.
19071         (ps-mode-looking-at-nested): Simplify an if-else construct;
19072         use `set-match-data' to set the result.
19074 2001-11-10  Richard M. Stallman  <rms@gnu.org>
19076         * textmodes/flyspell.el (flyspell-correct-word/local-keymap):
19077         Function deleted.
19078         (flyspell-correct-word): Old definition deleted.
19079         (flyspell-correct-word/mouse-keymap): Renamed to flyspell-correct-word.
19080         All references renamed too.
19082 2001-11-10  Gerd Moellmann  <gerd@gnu.org>
19084         * Makefile.in (finder_setwins, setwins): Exclude Calc.
19086 2001-11-09  Per Abrahamsen  <abraham@dina.kvl.dk>
19088         * wid-edit.el (checklist): Removed `:menu-tag'.
19089         (radio-button-choice): Ditto.
19090         (editable-list): Ditto.
19092 2001-11-09  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
19094         * play/gomoku.el: Move definitions of constants to the beginning
19095         of file, before their use.
19097 2001-11-09  Richard M. Stallman  <rms@gnu.org>
19099         * textmodes/flyspell.el: Use the keymap property
19100         instead of local-map, and don't use a minor-mode map.
19101         (flyspell-mode-map): Variable deleted.
19102         Don't mess with minor-mode-map-alist.
19103         (calling add-minor-mode): Specify nil for keymap.
19104         And always use add-minor-mode, now that it exists.
19105         (flyspell-overlay-keymap-property-name): Set it to `keymap'.
19106         (flyspell-mode-on): Don't locally bind flyspell-mouse-map
19107         or flyspell-local-mouse-map.
19108         (make-flyspell-overlay): Use flyspell-mouse-map directly.
19109         (flyspell-mode): Doc fix.
19110         (flyspell-mode-on): Don't call make-local-hook.
19112 2001-11-09  Sam Steingold  <sds@gnu.org>
19114         * emacs-lisp/debug.el (debugger-make-xrefs):
19115         Add buttons to all symbols.
19117 2001-11-09  Andre Spiegel  <spiegel@gnu.org>
19119         * vc.el: Add John David Smith to credits.
19121         Suggested by Kalle Olavi Niemitalo <kon@iki.fi>:
19123         * vc-hooks.el (vc-error-occured): Backquotified.
19124         (vc-file-prop-obarray): Use prime length for better efficiency.
19126         * vc.el (vc-clear-context): Fill obarray with 0, not nil.
19128 2001-11-09  Eli Zaretskii  <eliz@is.elta.co.il>
19130         * info.el (Info-file-list-for-emacs): Add entries for Calc.
19132 2001-11-09  Miles Bader  <miles@gnu.org>
19134         * subr.el (functionp): Don't consider macros as functions.
19136 2001-11-08  Miles Bader  <miles@gnu.org>
19138         * subr.el (functionp): Make work correctly for macros and unbound
19139         symbols.
19141         * comint.el (comint-send-input): Fix description of
19142         `comint-process-echoes' in the doc-string.
19144 2001-11-08  Eli Zaretskii  <eliz@is.elta.co.il>
19146         * international/mule.el (make-translation-table): Doc fix.
19147         Suggested by Alex Schroeder <alex@gnu.org>.
19149 2001-11-07  Richard M. Stallman  <rms@gnu.org>
19151         * info.el (Info-fontify-node): Highlight every third menu item.
19153 2001-11-07  Per Abrahamsen  <abraham@dina.kvl.dk>
19155         * cus-edit.el (custom-face-value-create): Don't ignore the
19156         `customized-face' attribute when finding the current face spec.
19158 2001-11-07  Stefan Monnier  <monnier@cs.yale.edu>
19160         * subr.el (with-local-quit): New macro.
19161         (make-syntax-table): Always inherit.
19162         (functionp): Be more careful when `object' is a symbol.
19164         * dabbrev.el (dabbrev-completion): Use "*Completions*".
19166 2001-11-07  Paul Eggert  <eggert@twinsun.com>
19168         * dired.el (dired-move-to-filename-regexp):
19169         Do not distinguish between ASCII letters and non-ASCII characters.
19170         Don't allow comma except in the form "month day, year".
19171         Don't allow space between month name and comma.
19172         Clean up the code that checks for trailing period, comma, and space.
19173         Remove now-obsolete comments, and add more commentary about
19174         Japanese dates.
19175         Always gobble up trailing spaces, instead of doing it only sometimes.
19177 2001-11-07  Miles Bader  <miles@gnu.org>
19179         * paren.el (show-paren-match-face): Add dark-background variant.
19181 2001-11-06  Stefan Monnier  <monnier@cs.yale.edu>
19183         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Paren typo.
19184         (lisp-mode-variables): Don't set paragraph-{start,separate}.
19185         Don't disable adaptive-fill-mode.
19186         (lisp-fill-paragraph): Use tab-width rather than 8.
19187         Prevent filling the first line of docstrings.
19189 2001-11-06  Richard M. Stallman  <rms@gnu.org>
19191         * play/gomoku.el (gomoku): Doc fix.
19193         * jka-compr.el (jka-compr-partial-uncompress):
19194         Support an alternative of not using dd.
19195         (jka-compr-dd-program): Use defcustom to define this.
19196         (jka-compr-load-suffixes): Use defcustom.
19197         (jka-compr-mode-alist-additions): Use defcustom.
19199 2001-11-06  Stefan Monnier  <monnier@cs.yale.edu>
19201         * font-lock.el (font-lock-match-c-style-declaration-item-and-skip-to-next):
19202         Also work when LIMIT is further than the end of line.
19204 2001-11-06  Eli Zaretskii  <eliz@is.elta.co.il>
19206         * international/quail.el (quail-update-leim-list-file): Print the
19207         offending file name if some of its quail-define-package forms is broken.
19209 2001-11-05  Richard M. Stallman  <rms@gnu.org>
19211         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Return the value
19212         of the evaluated form.
19214 2001-11-05  Paul Eggert  <eggert@twinsun.com>
19216         * ls-lisp.el (ls-lisp-time-to-seconds): New function.
19217         (ls-lisp-format-time): Emulate GNU fileutils 4.1.1 ls, whose time
19218         stamps always line up by default.  Also, it uses a slightly
19219         different window to determine whether files are "recent".
19221 2001-11-05  Andrew Innes  <andrewi@gnu.org>
19223         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
19224         Don't attempt to remake autoloads before nuking .elc files.
19226 2001-11-04  Richard M. Stallman  <rms@gnu.org>
19228         * emacs-lisp/lisp-mode.el (last-sexp-toggle-display): Cope if
19229         previous-single-property-change or next-single-char-property-change
19230         returns nil.
19232         * international/mule-cmds.el (set-locale-environment):
19233         Make it interactive; make arg optional.
19235         * international/mule-diag.el (help-funs): Require help-funs.
19237 2001-11-04  Eli Zaretskii  <eliz@is.elta.co.il>
19239         * term/internal.el (term-setup-hook): Add IT-setup-unicode-display.
19241 2001-11-04  Miles Bader  <miles@gnu.org>
19243         * startup.el (fancy-splash-head): Reapply Gerd's hack to make the
19244         shadow of the splash image grey on a dark background instead of black.
19246 2001-11-03  Stefan Monnier  <monnier@cs.yale.edu>
19248         * term.el (all faces): Don't (copy-face 'default <foo>).
19250         * term/xterm.el (function-key-map):
19251         Add entry for `ESC [ 3 ~' -> <delete>
19252         Add entries `ESC O 5 [ABCD]' -> C-{up,down,right,left}.
19253         Use inheritance so that .emacs and terminfo take precedence.
19255 2001-11-03  Eli Zaretskii  <eliz@is.elta.co.il>
19257         * tooltip.el (tooltip-delay): Decrease to 0.7.
19258         (tooltip-hide-delay): Enlarge to 10.
19260 2001-11-03  Richard M. Stallman  <rms@gnu.org>
19262         * startup.el (fancy-splash-tail): Explain how to recover
19263         from a crash, if there was a crash.
19264         (command-line-1): Reorganize display of startup screen,
19265         to simplify the logic.  Use a temp buffer for it.
19267 2001-11-03  Eli Zaretskii  <eliz@is.elta.co.il>
19269         * frame.el (set-background-color, set-foreground-color):
19270         Call face-set-after-frame-default, to propagate the new colors to
19271         the frame's parameters alist.
19273         * calendar/timeclock.el (timeclock-out): Signal an error if
19274         timeclock-last-event is nil.
19276 2001-11-02  Stefan Monnier  <monnier@cs.yale.edu>
19278         * textmodes/fill.el (fill-context-prefix): Fix braino.
19280         * international/quail.el (quail-help):
19281         Use `help-buffer' and move `help-setup-xref' to beginning.
19283         * international/mule-cmds.el (describe-language-environment):
19284         Use `help-buffer' and move `help-setup-xref' to beginning.
19286         * international/mule-diag.el (list-character-sets)
19287         (sort-listed-character-sets, describe-character-set)
19288         (describe-coding-system, describe-fontset, list-fontsets):
19289         Use `help-buffer' and move `help-setup-xref' to beginning.
19290         (describe-char-after): Use `internal-describe-syntax-value'.
19292 2001-11-02  Richard M. Stallman  <rms@gnu.org>
19294         * mouse.el (popup-menu): If the user refuses to select
19295         from a menu, don't try to invoke the menu.
19297 2001-11-02  Miles Bader  <miles@gnu.org>
19299         * help-mode.el (help-xref): New button type.
19300         (help-function, help-variable, help-face, help-coding-system)
19301         (help-input-method, help-character-set, help-type, help-symbol)
19302         (help-back, help-info, help-customize-variable, help-customize-face)
19303         (help-function-def, help-variable-def): Use it as a supertype.
19304         Remove `action' property.
19306         * international/mule-diag.el (describe-character-set)
19307         (describe-coding-system): Pass correct args to `help-xref-button'.
19308         (sort-listed-character-sets): New button type.
19309         (list-character-sets): Use it.
19310         (list-charset-chars): New button type.
19311         (list-character-sets-1): Use it.
19313 2001-11-01  Stefan Monnier  <monnier@rum.cs.yale.edu>
19315         * indent.el (tab-always-indent, indent-for-tab-command):
19316         Remove redundant `never' setting.
19318         * fill.el (fill-region-as-paragraph): Don't forget to skip
19319         over current whitespace before looking for a preceding space.
19321 2001-11-01  Richard M. Stallman  <rms@gnu.org>
19323         * files.el (file-newest-backup): Don't pass backup file name
19324         thru file-name-sans-versions, because it never has version numbers.
19326         * textmodes/sgml-mode.el (sgml-xml-guess): Fix regexp
19327         to avoid ambiguous nested loops.
19329         * files.el (find-file-noselect): Offer to change buffer-read-only
19330         only when the file's read-only status has changed from before
19331         as well as disagreeing with the buffer's current status.
19332         (buffer-file-read-only): New var, local in all buffers.
19334         * buff-menu.el (buffer-menu): Doc fix.
19335         (buffer-menu-other-window): Doc fix.
19336         (list-buffers, list-buffers-noselect): Doc fix.
19338 2001-11-01  Gerd Moellmann  <gerd@gnu.org>
19340         * startup.el (command-line): If the terminal Emacs is running on
19341         has erase char set to ^H, use the Backspace key for deleting
19342         backward, and the Delete key for deleting forward.
19344 2001-11-01  Miles Bader  <miles@gnu.org>
19346         * button.el (define-button-type): Make sure every user-defined
19347         button type has a supertype.
19349 2001-10-31  Jason Rumney  <jasonr@gnu.org>
19351         * international/mule-cmds.el (locale-language-names): Add chs and
19352         cht as aliases for Chinese-GB and Chinese-BIG5.
19354 2001-10-31  Richard M. Stallman  <rms@gnu.org>
19356         * bindings.el (mode-line-frame-identification): Add doc string.
19357         (mode-line-position, mode-line-modes): New variables.
19358         (mode-line-format): Use mode-line-position for the part
19359         that displays the position-in-buffer info.
19360         Use mode-line-modes for the part that displays major and minor modes.
19362 2001-10-31  Sam Steingold  <sds@gnu.org>
19364         * emacs-lisp/debug.el (debugger-make-xrefs): New function.
19365         (debugger-setup-buffer): Call it.
19366         (debugger-mode-map): Bind RET and mouse-2.
19368 2001-10-31  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
19370         * startup.el: Document command line option --no-window-system
19371         instead of --no-windows.
19373 2001-10-30  Stefan Monnier  <monnier@cs.yale.edu>
19375         * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip.
19377         * font-lock.el (java-font-lock-syntactic-face-function): New fun.
19378         (font-lock-defaults-alist): Use it.
19379         From David Ponce <david.ponce@wanadoo.fr>
19381         * progmodes/perl-mode.el (perl-indent-line): Use `eq' to compare
19382         output of `char-after'.
19384         * bindings.el (ctl-x-map): Add binding for C-x (, C-x ) and C-x e.
19386         * simple.el (reindent-then-newline-and-indent): Insert the newline
19387         before indenting the first line.
19388         (undo-get-state, undo-revert-to-state): New funs.
19389         (shell-command): Don't kill the buffer even if empty.
19390         (transpose-subr-start1, transpose-subr-start2, transpose-subr-end1)
19391         (transpose-subr-end2): Remove.
19392         (transpose-subr): Add `special' arg and simplify.
19393         (transpose-subr-1): Rewrite.
19394         (do-auto-fill): Use fill-indent-according-to-mode and fill-nobreak-p.
19395         (rfc822-goto-eoh): Simplify.
19397 2001-10-30  Richard M. Stallman  <rms@gnu.org>
19399         * enriched.el (enriched-face-ans): Fix previous change.
19401 2001-10-30  Gerd Moellmann  <gerd@gnu.org>
19403         * international/iso-acc.el (iso-accents-compose): Remove a
19404         superfluous setq.
19406 2001-10-30  Eli Zaretskii  <eliz@is.elta.co.il>
19408         * buff-menu.el (list-buffers-noselect): If the buffer's name
19409         starts with a blank, but it visits a file, do show it (for files
19410         whose names start with a blank).
19412 2001-10-30  Stefan Monnier  <monnier@cs.yale.edu>
19414         * textmodes/fill.el (sentence-end-double-space)
19415         (sentence-end-without-period): Move to paragraphs.el.
19416         (fill-indent-according-to-mode): Change default to t.
19417         (fill-context-prefix): Simplify control-flow and use a more
19418         sophisticated merge that unifies both previous checks.
19419         (fill-single-word-nobreak-p, fill-french-nobreak-p): New funs.
19420         (fill-nobreak-predicate): Make it into a defcustom'd hook.
19421         (fill-nobreak-p): New fun.
19422         (fill-region-as-paragraph): Use it.
19423         Handle `fill-indent-according-to-mode' slightly differently.
19424         (fill-individual-paragraphs-prefix): Simplify the control-flow.
19425         (fill-individual-paragraphs-citation): Fix.
19427         * textmodes/paragraphs.el (use-hard-newlines): Use define-minor-mode.
19428         (paragraph-start): Change default to the `text-mode' value.
19429         (sentence-end-double-space, sentence-end-without-period):
19430         Move from fill.el.
19431         (forward-paragraph): Use `parstart' and `parsep' for temp variables
19432         rather than rebinding `paragraph-start' and `paragraph-separate'.
19434         * indent.el (indent-line-function): Change default to indent-relative.
19435         (tab-always-indent): Add an `never' setting.
19436         (indent-according-to-mode): Handle `indent-relative' and
19437         `indent-relative-maybe' specially.
19438         (indent-for-tab-command): Rename `prefix-arg' to `arg'.
19439         Handle the `never' case for `tab-always-indent'.
19440         Don't call indent-according-to-mode for indent-relative' and
19441         `indent-relative-maybe'.
19442         (insert-tab): Rename `prefix-arg' to `arg'.
19443         (indent-region): Indent the first line as well.
19444         (indent-relative): Don't mark the buffer modified if the indentation
19445         is unchanged.
19447         * textmodes/text-mode.el (paragraph-indent-minor-mode):
19448         Don't set paragraph-separate.  Set paragraph-start more carefully.
19449         Set indent-line-function.
19450         (paragraph-indent-text-mode): Use it and define-derived-mode.
19451         (text-mode-map): Remove the \t binding.
19452         (text-mode): Simplify now that the default is more favorable.
19454 2001-10-29  Stefan Monnier  <monnier@cs.yale.edu>
19456         * emacs-lisp/find-func.el (find-function-search-for-symbol):
19457         If the regexp doesn't match, use a looser one.
19458         (find-variable-noselect): Add `file' argument.
19460         * pcvs.el (cvs-mode-commit-hook): New hook.
19461         (cvs-mode-commit): Run it.
19463         * log-edit.el (log-edit): Run hook after `log-edit-files'.
19465         * emacs-lisp/edebug.el (delay-mode-hooks): Add edebug-spec.
19466         (edebug-instrument-function): Use `find-function-noselect'.
19468 2001-10-29  Richard M. Stallman  <rms@gnu.org>
19470         * term.el (term-if-emacs19): Macro deleted.
19471         Callers changed to use progn instead.
19473         * frame.el (blink-cursor-mode): Doc fix.
19475         * files.el (find-backup-file-name): Use make-backup-file-name.
19477         * emacs-lisp/edebug.el (edebug-window-live-p): Always alias to
19478         window-live-p.
19479         (edebug-set-conditional-breakpoint): Unconditionally use
19480         the former Emacs >=19 definition.
19481         (edebug-mark): Define unconditionally.
19482         (edebug-eval-expression): Always call read-from-minibuffer
19483         and specify history list.
19484         (edebug-lemacs-specific): Override emacs-mark, edebug-window-live-p,
19485         edebug-set-conditional-breakpoint.
19486         (edebug-emacs-version-specific): Function deleted;
19487         do the job at top level.
19488         (edebug-emacs-19-specific): Function deleted, this is the default.
19490 2001-10-29  Sam Steingold  <sds@gnu.org>
19492         * w32-fns.el (convert-standard-filename): Handle cygwin-specific
19493         "/cygdrive/LETTER/" pathnames.
19495 2001-10-29  Eli Zaretskii  <eliz@is.elta.co.il>
19497         * faces.el (invert-face): Check for 'unspecified, not for nil,
19498         when testing whether face colors are not specified.
19499         From David.Kastrup@t-online.de (David Kastrup).
19500         (read-face-name): Doc fix.
19501         (make-face-bold, make-face-unbold, make-face-italic)
19502         (make-face-unitalic, make-face-bold-italic, invert-face):
19503         Remove trailing blank from the prompt passed to read-face-name.
19505 2001-10-29  Sam Steingold  <sds@gnu.org>
19507         * emacs-lisp/bytecomp.el (byte-recompile-directory):
19508         Report numbers of files skipped and failed too.
19509         (byte-compile-file): Return 'no-byte-compile for skipped files.
19511 2001-10-29  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
19513         * log-view.el (log-view-mode-map): Bind `M-n' and `M-p', not `M n'
19514         and `M p'.
19516 2001-10-29  Gerd Moellmann  <gerd@gnu.org>
19518         * international/iso-acc.el (iso-accents-compose): Push SECOND-CHAR
19519         as is on unread-command-events instead of `(SECOND-CHAR)'.
19521 2001-10-29  Andre Spiegel  <spiegel@gnu.org>
19523         * vc.el: Mention vc-*-switches in backend API documentation.
19524         (vc-annotate): Adapt doc string to recent change.
19526 2001-10-29  Gerd Moellmann  <gerd@gnu.org>
19528         * enriched.el (enriched-face-ans): Handle face attributes
19529         of the form `(FACE1 FACE2 ...)'.
19531         * dired-x.el (dired-omit-startup): Show ``Omit'' only in Dired buffers.
19533 2001-10-29  Alex Schroeder  <kensanata@yahoo.com>
19535         * progmodes/sql.el (sql-mysql): Doc change by RMS.
19537         * progmodes/sql.el (sql-db2): Doc change.
19538         (sql-help): Doc change by Christian Egli <christian.egli@stest.ch>.
19539         (sql-mysql): Doc change by Christian Egli <christian.egli@stest.ch>.
19541 2001-10-29  Gerd Moellmann  <gerd@gnu.org>
19543         * env.el (substitute-env-vars): Don't quote argument to `rx';
19544         it's a macro.
19546 2001-10-28  Per Abrahamsen  <abraham@dina.kvl.dk>
19548         * cus-start.el (recursive-load-depth-limit): Added.
19550 2001-10-28  Richard M. Stallman  <rms@gnu.org>
19552         * textmodes/ispell.el (version18p, version20p): Vars deleted.
19553         All uses removed--assume Emacs version is >= 20.
19555         * mail/supercite.el (sc-emacs-features): Test for "Emacs 19"
19556         by really checking that it is not version 18.
19558         * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
19560 2001-10-28  Miles Bader  <miles@gnu.org>
19562         * faces.el (face-attribute): Add INHERIT argument, consider face
19563         inheritance if it's non-nil.
19564         (face-attribute-merged-with): New function.
19565         (face-attribute-specified-or): New macro.
19566         (face-foreground, face-background, face-stipple): Add INHERIT
19567         argument.  Use `face-attribute-specified-or'.
19569 2001-10-28  Stefan Monnier  <monnier@cs.yale.edu>
19571         * font-lock.el: Require `syntax'.
19572         (font-lock-defaults-alist): Don't define keywords for lisp languages.
19573         Use `c-font-lock-syntactic-face-function' for c languages.
19574         (font-lock-mode): Don't unset vars when turning the mode off.
19575         (font-lock-default-fontify-buffer): Don't unset vars at the end.
19576         (font-lock-extra-managed-props): New var.
19577         (font-lock-default-unfontify-region): Use it.
19578         (font-lock-apply-syntactic-highlight): Flush the syntax cache.
19579         Don't eval the value when there's no match.
19580         (font-lock-ppss-stats): New var.
19581         (font-lock-ppss): New fun.
19582         (font-lock-fontify-syntactically-region): Use it and syntax.ppss.
19583         (font-lock-apply-highlight): Allow `highlight' to set several props.
19584         (font-lock-set-defaults): Use dolist.
19585         (font-lock-unset-defaults): Remove.
19586         (font-lock-match-c-style-declaration-item-and-skip-to-next):
19587         Try to recognize prototypes using `foo P_ ((args))'.
19588         ({c,c++,java,objc}-font-lock-keywords-{1,2,3}): Don't setq a defconst.
19589         (c-font-lock-keywords-2): Fix last change to still use Anders' trick.
19590         (c-font-lock-syntactic-face-function): New function.
19591         (font-lock-match-c++-style-declaration-item-and-skip-to-next)
19592         (c++-keywords): Use a more sophisticated regexp to handle
19593         shallowly nested templates.
19595 2001-10-27  Stefan Monnier  <monnier@cs.yale.edu>
19597         * textmodes/sgml-mode.el (sgml-empty-tags): New var.
19598         (sgml-tag): Use it.  Cleanup with `cond'.
19599         (sgml-tags-invisible): Make sgml-tags-invisible buffer-local.
19600         Mark the overlays and only delete those that are marked.
19601         (sgml-skip-close-p): Remove.
19602         (sgml-value): Replace sgml-skip-close-p with its definition.
19603         (html-tag-alist): Use sgml-xml a bit more.
19604         (html-mode): Set sgml-empty-tags.
19606         * textmodes/texnfo-upd.el: Use `when', `dolist', `push', ...
19607         (texinfo-update-node, texinfo-sequential-node-update):
19608         Don't bind the obsolete `auto-fill-hook'.
19609         (texinfo-multi-file-included-list,texinfo-multi-file-master-menu-list):
19610         Use `set-buffer' rather than `switch-to-buffer'.
19611         (texinfo-multi-file-update): Use "Top" rather than `up-node-name'.
19612         Use `set-buffer' rather than `switch-to-buffer'.
19614         * mail/sendmail.el (mail-mode-syntax-table): Let it inherit from
19615         text-mode-syntax-table.
19616         (mail-mode): Use define-derived-mode.
19617         Fix ordering of alternatives in adaptive-fill-regexp.
19618         (mail-mode-map): Don't rely on keymap's internal representation.
19620 2001-10-27  Sam Steingold  <sds@gnu.org>
19622         * textmodes/sgml-mode.el (sgml-xml): Renamed from `html-xhtml'.
19623         (sgml-xml-guess): Extracted from `html-mode' and generalized.
19624         (sgml-mode-common): Call it.
19625         (sgml-mode, html-mode): Set `mode-name' based on `sgml-xml'.
19626         (sgml-tag, sgml-skip-close-p, html-tag-alist, html-line)
19627         (html-horizontal-rule, html-image, html-ordered-list):
19628         (html-unordered-list, html-list-item, html-paragraph):
19629         (html-checkboxes, html-radio-buttons): Use `sgml-xml' instead of
19630         `html-xhtml'.
19632 2001-10-26  Masayuki Ataka  <ataka@milk.freemail.ne.jp>
19634         * textmodes/texinfmt.el (texinfo-format-ifnotinfo): New function.
19635         (ifnothtml): New alias.
19637 2001-10-27  Stefan Monnier  <monnier@cs.yale.edu>
19639         * textmodes/text-mode.el (text-mode): Use define-derived-mode.
19640         (toggle-text-mode-auto-fill): Use derived-mode-p.
19642 2001-10-27  Gerd Moellmann  <gerd.moellmann@t-online.de>
19644         * net/ange-ftp.el (ange-ftp-send-cmd): Call fix-name-func for
19645         `mdtm'.  From "Forrest Cahoon" <forrest.cahoon@merrillcorp.com>.
19647 2001-10-26  Eli Zaretskii  <eliz@is.elta.co.il>
19649         * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
19650         Add make-obsolete cookies, to follow faces.el.
19652         These changes avoid warnings from the byte compiler in faces.el:
19654         * faces.el (internal-get-face): Use facep instead of the obsolete
19655         internal-find-face.
19656         (internal-frob-font-weight, internal-frob-font-slant):
19657         New defaliases for obsolete functions.
19658         (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
19659         (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
19660         (x-make-font-bold-italic): Use internal-frob-font-weight and
19661         internal-frob-font-slant aliases instead of the obsolete
19662         x-frob-... functions.
19664 2001-10-26  Sam Steingold  <sds@gnu.org>
19666         * textmodes/sgml-mode.el (html-mode): Set `html-xhtml' from the
19667         DOCTYPE; set `mode-name' based on it.
19668         (html-tag-alist): Use `html-xhtml' for "li", "dt" and "dd".
19669         (sgml-tag): Close empty tags in XHTML.
19671 2001-10-26  Jason Rumney  <jasonr@gnu.org>
19673         * w32-fns.el: (w32-charset-info-alist): Use ANSI for iso10646-1
19674         when UNICODE is not defined.
19676 2001-10-26  Sam Steingold  <sds@gnu.org>
19678         * font-lock.el (c-font-lock-keywords-2): Do not require labels to
19679         be alone on the line.
19681 2001-10-26  Eli Zaretskii  <eliz@is.elta.co.il>
19683         * button.el (button): Special face definition for MS-DOS terminals.
19685 2001-10-26  Sam Steingold  <sds@gnu.org>
19687         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
19688         Protect the /= test by checking that the args are non-nil.
19689         (sh-font-lock-close-heredoc): Check eof for being non-nil.
19691 2001-10-26  Tomas Abrahamsson  <tab@lysator.liu.se>
19693         * textmodes/artist.el (artist-version): 1.2.4.
19694         (artist-butlast-fn): New variable.
19695         (artist-butlast): New function.
19696         (artist-ellipse-mirror-quadrant): Use it.
19697         (artist-mouse-draw-poly): Use nil for `point-list'.
19698         (artist-mouse-draw-poly): Check for point-list being nil.
19700 2001-10-26  Peter Kleiweg  <kleiweg@let.rug.nl>
19702         * progmodes/ps-mode.el (ps-mode-print-function): Remove quote for
19703         lambda expression.
19704         (ps-mode-menu-main): Submenu with options on/off was replaced with
19705         a toggle button.
19706         (ps-mode, ps-run-mode): Define with `define-derived-mode'
19707         (ps-mode): Autoload cookie added on same line as comment
19708         (ps-mode-tabkey, ps-mode-backward-delete-char):
19709         (ps-mode-r-balance): Replace `delete-horizontal-space' and
19710         `indent-to' with `indent-line-to'
19711         (ps-mode-print-buffer, ps-mode-print-region): Use `funcall'
19712         instead of `eval'.
19713         (ps-mode-print-region): Use `with-temp-buffer'.
19714         (ps-run-start): Use of `mapconcat'.  Use `apply' instead of `eval'.
19715         (numerous places): Add back-tick and tick around names in
19716         docstrings, fix punctuation in docstrings, remove trailing spaces.
19718 2001-10-25  Stefan Monnier  <monnier@cs.yale.edu>
19720         * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Ignore comments.
19721         (sgml-font-lock-keywords-2): Use `eval'.  Moved from sgml-mode-common.
19722         (sgml-font-lock-syntactic-keywords): New var.
19723         (sgml-mode-common): Drop the two args.
19724         Don't make buffer-local variables that aren't used.
19725         Don't set sgml-font-lock-keywords-2 now that it uses `eval instead.
19726         Don't set `before-string' props from sgml-display-text.
19727         (sgml-mode): Use define-derived-mode.
19728         (sgml-tags-invisible): Use sgml-display-text.
19729         (sgml-quote): New command.
19730         (html-tag-alist): Add args for `span'.
19731         (html-mode): Use define-derived-mode.
19732         Set sgml-display-text and sgml-tag-face-alist.
19734 2001-10-25  Sam Steingold  <sds@gnu.org>
19736         * add-log.el (add-log-always-start-new-record): New user option.
19737         (add-change-log-entry): Use it.
19739 2001-10-25  Richard M. Stallman  <rms@gnu.org>
19741         * progmodes/etags.el (tags-query-replace): Make tags-loop-scan
19742         bind case-fold-search if FROM is not all lower case.
19744 2001-10-25  Gerd Moellmann  <gerd@gnu.org>
19746         * startup.el (normal-top-level): Check for frame-initial-frame
19747         only if it's really used.
19749         * mail/mh-utils.el (mh-recenter): Call recenter with arg `(4)'.
19751         * progmodes/compile.el (compilation-parse-errors-filename-function):
19752         New variable.
19753         (compilation-parse-errors): Use it.
19755 2001-10-25  Stefan Monnier  <monnier@cs.yale.edu>
19757         * emacs-lisp/checkdoc.el (checkdoc-eval-defun): Call eval-defun
19758         interactively so that C-u M-C-x still does edebug.
19759         (checkdoc-sentencespace-region-engine): Don't force a double-space
19760         after `.' if it doesn't look like an end-of-sentence.
19761         (debug-ignored-errors): Add `disambiguate ...'.
19763 2001-10-24  Stefan Monnier  <monnier@cs.yale.edu>
19765         * textmodes/texinfo.el (texinfo-environments)
19766         (texinfo-environment-regexp): Hoist.
19767         (texinfo-font-lock-keywords): Use `italic' and `bold' faces.
19768         Only highlight the menu name in menu items.
19769         Setup `@foo ... @end foo' as text clones.
19770         (texinfo-clone-environment): New function.
19771         (texinfo-mode): Simplify auto-fill-inhibit-regexp.
19772         (texinfo-insert-block): Simplify.
19773         (texinfo-insert-quote): Insert a plain " if preceded by \ or if
19774         the command is repeated.
19775         (texinfo-last-unended-begin, texinfo-next-unmatched-end): New funs.
19776         (texinfo-insert-@end): Simplify.
19778         * textmodes/texnfo-upd.el (texinfo-section-types-regexp)
19779         (texinfo-section-level-regexp, texinfo-subsection-level-regexp)
19780         (texinfo-subsubsection-level-regexp)
19781         (texinfo-update-menu-same-level-regexps)
19782         (texinfo-update-menu-higher-regexps)
19783         (texinfo-update-menu-lower-regexps): Hoist to eliminate warnings.
19785         * derived.el (define-derived-mode): Use {delay,run}-mode-hooks.
19786         (derived-mode-p): Autoload.
19788         * subr.el (delay-mode-hooks, delayed-mode-hooks, run-mode-hooks):
19789         New vars and functions.
19790         (text-clone-maintain, text-clone-create): New functions.
19792 2001-10-25  Miles Bader  <miles@gnu.org>
19794         * facemenu.el (facemenu-add-new-face): Fix variable names.
19796 2001-10-24  Richard M. Stallman  <rms@gnu.org>
19798         * facemenu.el (facemenu-unlisted-faces): Improve doc strings
19799         of t and nil values.
19800         (facemenu-set-face): Handle START and END interactively.
19801         (facemenu-set-foreground): Don't use a face; specify color directly.
19802         (facemenu-set-background): Likewise.
19803         (facemenu-set-face-from-menu): Doc fix.
19804         (facemenu-active-faces): Use face-attribute-vector
19805         to handle bare attributes not in faces.
19806         (facemenu-get-face): Don't handle face names fg:... and bg:...
19807         specially.
19808         (facemenu-add-new-face): New argument MENU.
19809         New way to handle adding colors to the color menus.
19811         * env.el (substitute-env-vars): Quote the arg to rx.
19813 2001-10-24  Sam Steingold  <sds@gnu.org>
19815         * mouse.el (mouse-buffer-menu-mode-groups): Added "Version
19816         Control" and "SGML" groups.
19818 2001-10-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
19820         * progmodes/cc-engine.el (c-beginning-of-member-init-list):
19821         Better handling of C++ template args to avoid confusion with `<'
19822         and `>' used as operators in member init expressions.
19824 2001-10-24  Gerd Moellmann  <gerd@gnu.org>
19826         * replace.el (perform-replace): Move START and END parameters
19827         to the end of the argument list and make them optional.
19829         * progmodes/ebrowse.el, progmodes/etags.el: Adapt to change in
19830         perform-replace.
19832         * international/fontset.el (x-must-resolve-font-name): New function.
19833         (x-complement-fontset-spec): Use it.
19835 2001-10-23  Stefan Monnier  <monnier@cs.yale.edu>
19837         * uniquify.el (uniquify-get-proposed-name): Fix (.. "usr" "/usr" 0).
19839         * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
19840         Turn caadr into caar of cdr.
19842 2001-10-23  Gerd Moellmann  <gerd@gnu.org>
19844         * info.el (Info-fontify-node): Bind down-mouse-{1,2} instead
19845         of mouse-{1,2} since dragging is on the down event.
19847         * play/doctor.el (make-doctor-variables): Remove a '($ please)'.
19849         * mail/mh-utils.el (mh-recenter): Call `recenter' with arg t
19850         if ARG is nil.
19852         * desktop.el (desktop-last-buffer): New variable.
19853         (desktop-create-buffer): Set it.
19854         (desktop-read): Bind it and switch to that buffer.
19856 2001-10-22  Gerd Moellmann  <gerd@gnu.org>
19858         * progmodes/compile.el (compilation-set-window-height):
19859         Select old window only if it's still live.
19861 2001-10-22  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
19863         * help-mode.el (help-buffer): Remove debugging code.
19864         From Stefan Monnier <monnier@cs.yale.edu>.
19866 2001-10-22  Eli Zaretskii  <eliz@is.elta.co.il>
19868         * files.el (file-name-sans-extension, file-name-extension):
19869         Don't count the leading dots in file names as signaling an extension.
19871 2001-10-22  Andre Spiegel  <spiegel@gnu.org>
19873         * vc.el (vc-diff-switches): Doc rewritten.
19875 2001-10-22  Eli Zaretskii  <eliz@is.elta.co.il>
19877         * tooltip.el (tooltip-set-param): Doc fix.
19879         * textmodes/sgml-mode.el (sgml-mode-map): Bind 8-bit codes above
19880         127 to sgml-maybe-name-self.
19881         (sgml-name-8bit-mode): Doc fix.
19882         (sgml-char-names-table): New variable.
19883         (sgml-name-char): Support non-ASCII and mule-unicode-*
19884         characters.  Doc fix.
19885         (sgml-maybe-name-self): Convert unibyte characters to multibyte.
19887         * tooltip.el (tooltip-x-offset, tooltip-y-offset): Mention in the
19888         doc string the effect of `left' and `top' parameters in
19889         tooltip-frame-parameters, the default values, and the units.
19890         (tooltip-frame-parameters): Mention `top' and `left' in the doc string.
19891         (tooltip-show): Mention in the doc string the `top' and `left'
19892         parameters in tooltip-frame-parameters, and x-max-tooltip-size.
19894 2001-10-22  Andre Spiegel  <spiegel@gnu.org>
19896         Add autoscaling support for vc-annotate.
19897         From J.D. Smith <jdsmith@alum.mit.edu>.
19899         * vc.el (vc-annotate-display-default): Accept colormap scaling
19900         ratio (now deprecated).
19901         (vc-annotate-display-autoscale): Added.
19902         (vc-annotate-add-menu): New autoscaling menu options "Span to
19903         Oldest" and "Span Oldest->Newest".  Easymenu support added for
19904         toggle menus driven by customize variable `vc-annotate-display-mode'.
19905         (vc-annotate-display-select): Added.
19906         (vc-annotate): Changed temp-buffer-show-function to
19907         `vc-annotate-display-select'.
19908         (vc-annotate-display): Removed arguments BUFFER and BACKEND.
19909         Added argument OFFSET.  Instead of backend function, calls now
19910         generic `vc-annotate-difference'.
19911         (vc-annotate-difference): Added as generic function instead of
19912         backend-specific function.  No longer takes argument POINT, but
19913         instead accepts a time OFFSET.
19914         (vc-default-annotate-current-time): Added.
19916         * vc-cvs.el (vc-cvs-annotate-difference): Removed to generic
19917         version in vc.el, with
19918         (vc-cvs-annotate-current-time): Added, as override of default.
19919         (vc-cvs-annotate-time): Added.  Taken mostly from the (now removed)
19920         `vc-cvs-annotate-difference'.
19922 2001-10-22  Gerd Moellmann  <gerd@gnu.org>
19924         * saveplace.el (save-place): Require `saveplace'.
19926         * progmodes/cwarn.el (cwarn-font-lock-feature-keywords-alist):
19927         Use `sexp' for :value-type instead of `face'.
19929 2001-10-21  Eli Zaretskii  <eliz@is.elta.co.il>
19931         * mail/rmailsum.el (rmail-summary-font-lock-keywords): Fix the
19932         regexps due to 5-digit message IDs.
19934 2001-10-21  Jason Rumney  <jasonr@gnu.org>
19936         * term/w32-win.el (redisplay-dont-pause): Don't set.
19938 2001-10-21  Miles Bader  <miles@gnu.org>
19940         * help-funs.el (help-manyarg-func-alist): Variable removed.
19942 2001-10-21  Miles Bader  <miles@gnu.org>
19944         * help-funs.el (help-manyarg-func-alist): Remove entries for
19945         `insert', `insert-and-inherit', `insert-before-markers',
19946         `insert-before-markers-and-inherit', `message', `message-box',
19947         `message-or-box', `propertize', `format', `encode-time', `append',
19948         `concat', `vconcat', `nconc', `widget-apply', `make-hash-table',
19949         `insert-string', `ml-if', `ml-provide-prefix-argument', and
19950         `ml-prefix-argument-loop'.
19952 2001-10-21  Andre Spiegel  <spiegel@gnu.org>
19954         * vc.el (vc-diff-internal, vc-coding-system-for-diff)
19955         (vc-default-diff-tree): New functions.
19956         (vc-version-diff): Use them.  As a result, coding systems are now
19957         set up properly for all sorts of diffs, and tree diffs can now
19958         also be done locally.
19959         (vc-diff): With a prefix argument, don't require that it's called
19960         from a buffer under version control.
19961         (diff-switches): Remove duplicate definition.
19963         * vc-cvs.el (vc-cvs-diff-tree): New function.
19965 2001-10-21  Miles Bader  <miles@gnu.org>
19967         * help-funs.el (help-manyarg-func-alist): Remove entries for
19968         `list', `vector', `make-byte-code', `call-process',
19969         `call-process-region', `string', `+', `-', `*', `/', `max', `min',
19970         `logand', `logior', and `logxor'.
19972         * wid-edit.el (checkbox): Swap bg/fg colors in image, and invert
19973         image bits to compensate.  Use `make-string' instead of
19974         `make-bool-vector' (XBM apparently wants byte-aligned rows).
19976 2001-10-20  Kim F. Storm  <storm@cua.dk>
19978         * simple.el (kill-ring-save): Don't show extent of copied region
19979         if using transient-mark-mode and region is fully visible.
19981 See ChangeLog.9 for earlier changes.
19983 ;; Local Variables:
19984 ;; coding: iso-2022-7bit
19985 ;; End:
19987     Copyright (C) 2001, 2002 Free Software Foundation, Inc.
19988   Copying and distribution of this file, with or without modification,
19989   are permitted provided the copyright notice and this notice are preserved.