*** empty log message ***
[emacs.git] / lisp / ChangeLog
blob7867a56729d70b0297623eed43fb7312ab8916ba
1 2003-05-04  Emmanuel Briot  <briot@gnat.com>
3         * progmodes/ada-mode.el
4         * progmodes/ada-prj.el
5         * progmodes/ada-stmt.el
6         * progmodes/ada-xref.el (ada-xemacs): Variable removed, since it's
7         better to use (featurep 'xemacs).
8         Removed warnings generated with Emacs 21.3.x (mostly by adding
9         needed `require' statements).
11 2003-05-04  Nick Roberts  <nick@nick.uklinux.net>
13         * toolbar/gud-break.pbm, toolbar/gud-cont.pbm, toolbar/gud-display.pbm,
14         toolbar/gud-down.pbm, toolbar/gud-finish.pbm, toolbar/gud-until.pbm,
15         toolbar/gud-next.pbm, toolbar/gud-print.pbm, toolbar/gud-remove.pbm,
16         toolbar/gud-run.pbm, toolbar/gud-step.pbm, toolbar/gud-up.pbm:
17         Correct size for cleaner bitmaps.
19 2003-05-03  Nick Roberts  <nick@nick.uklinux.net>
21         * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
22         Include bitmap data for monochrome display.
23         (breakpoint-enabled-pbm-data, breakpoint-disabled-pbm-data):
24         New constants.
26 2003-05-03  Richard M. Stallman  <rms@gnu.org>
28         * emacs-lisp/autoload.el (update-directory-autoloads): Renamed from
29         update-autoloads-from-directories.
31         * progmodes/cperl-mode.el (cperl-nonoverridable-face): Doc fix.
33         * mail/sendmail.el (mail-dont-send, mail-bury): Make ARG optional.
35         * view.el (Helper-return-blurb): Add defvar.  (Also rearrange defuns.)
37         * uniquify.el (uniquify-ignore-buffers-re): Change default
38         to match some Gnus buffers.
40         * newcomment.el (comment-search-forward): Add autoload cookie.
42         * isearch.el (isearch-complete): Update isearch-message.
44         * filesets.el (filesets-data): Add another defvar.
45         (filesets-verbosity): Doc fix.
47 2003-05-02  Tak Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
49         * recentf.el (recentf-cleanup): Swap tests for exclusion and
50         accessibility.
52 2003-05-01  Eduardo Mu\e,Aq\e(Boz  <emufer@terra.es>  (tiny change)
54         * ls-lisp.el (ls-lisp-format-file-size): New function to implement
55         "-h" switch.
56         (ls-lisp-format): Use it.
58 2003-04-30  Stefan Monnier  <monnier@cs.yale.edu>
60         * emacs-lisp/easymenu.el (easy-menu-get-map): Correctly handle
61         non-submap bindings.
63 2003-04-30  Emmanuel Briot  <briot@gnat.com>
65         * progmodes/ada-mode.el (ada-search-directories): Take into account
66         ADA_INCLUDE_PATH for better compatibility with GNAT.
67         (ada-contextual-menu): Menu defined through `easy-menu-define'
68         instead.  Various adjustments to the indentation engine (handling of
69         subtypes, begin blocks, etc.).
70         (ada-create-menu): Major rewrite of the handling of menus to use
71         `easy-menu-define' for cleaner code and better compatibility with
72         XEmacs.  All menus that were previously in ada-xref.el and
73         ada-prj.el are now defined in this package, which makes it easier to
74         edit menus.
75         (ada-narrow-to-defun): Add support for `narrow-to-region'.
76         No longer explicitely load ada-xref.el and ada-prj.el.  Use autoload
77         statements instead.
79         * progmodes/ada-xref.el (ada-gnatls-args): New variable.
80         Add support for specifying arguments to gnatls.
81         (ada-initialize-runtime-library): Properly parse "." in the output
82         of gnatls.
83         (ada-add-keymap): Remove since this is now done in ada-mode.el itself.
84         (ada-add-ada-menu): Likewise.
85         (ada-set-default-project-file): New parameter KEEP-EXISTING.
86         (ada-prj-find-prj-file): New parameter FILE.
87         (ada-parse-prj-file): Take into account the ADA_INCLUDE_PATH and
88         ADA_OBJECTS_PATH environment variables.  Minor reorganization of the
89         code
90         (ada-get-all-references): Add support for GNAT 3.16 cross-references.
92         * progmodes/ada-prj.el (ada-prj-add-keymap): Move to ada-mode.el
93         directly.  Add dependency on ada-xref.el to avoid compilation
94         warnings.
95         (ada-prj-get-prj-dir): Remove, no longer needed.
97         * progmodes/ada-stmt.el (ada-stmt-add-to-ada-menu):
98         Move to ada-mode.el.
99         (ada-template-map): Merge with the keymap handling in ada-mode.el.
101 2003-04-29  Stefan Monnier  <monnier@cs.yale.edu>
103         * (isearch-complete1): Don't allocate unnecessarily.
104         (isearch-complete-edit): Adjust to Emacs-21's new minibuffer handling.
105         (isearch-update-ring): Use push.
107 2003-04-29  Oliver Scholz  <epameinondas@gmx.de>
109         * play/gamegrid.el: Added a comment explaining the various ways to
110         save a game score on POSIX systems.
111         (gamegrid-add-score-with-update-game-score): Use `cond' instead of
112         `if'.  Provide for the case that FILE is an absolute filename.
113         Create the directory "$HOME/.emacs.d/games", if necessary.
115 2003-04-29  John Paul Wallington  <jpw@gnu.org>
117         * emacs-lisp/bytecomp.el (byte-compile-cl-warn): Use `string-match'.
119 2003-04-28  Dave Love  <fx@gnu.org>
121         * emacs-lisp/bytecomp.el (byte-compile-cl-warn): Avoid cl warnings
122         from caaar & al.
124 2003-04-28  Kenichi Handa  <handa@m17n.org>
126         * international/mule-cmds.el (reset-language-environment):
127         Raise the priority of mule-utf-8, mule-utf-16-be-with-signature and
128         mule-utf-16-le-with-signature.
130         * international/mule-conf.el: Set coding-category-utf-16-be to
131         mule-utf-16-be-with-signature, coding-category-utf-16-le to
132         mule-utf-16-le-with-signature.  Raise the priority of
133         coding-category-utf-8, coding-category-utf-16-be, and
134         coding-category-utf-16-le
136 2003-04-27  Luc Teirlinck  <teirllm@mail.auburn.edu>
138         * scroll-bar.el (scroll-bar-drag-1): Replace beginning-of-line with
139         vertical-motion.
141 2003-04-27  David Ponce  <david@dponce.com>
143         * recentf.el
145         Major rewrite.  The code is reordered, cleaner and faster.
146         Introduce new options to automatically cleanup the recent list,
147         and to handle filename transformation (for example to use true
148         filenames).
150         (recentf-version): New constant.
151         (recentf-save-file-header): Move.
152         (recentf-data-cache): New variable.
153         (recentf-update-menu-p, recentf-initialized-p): Remove.
154         (recentf-menu-customization-changed): Move.  Doc fix.
155         (recentf-max-saved-items): Doc fix.
156         (recentf-save-file): Doc fix.  No more expand filename here.
157         (recentf-exclude, recentf-menu-action)
158         (recentf-menu-filter): Doc fix.
159         (recentf-menu-append-commands-flag): Rename from...
160         (recentf-menu-append-commands-p): Make obsolete.
161         (recentf-keep-non-readable-files-flag): Rename from...
162         (recentf-keep-non-readable-files-p): Make obsolete.
163         (recentf-auto-cleanup, recentf-filename-handler): New options.
164         (recentf-string-equal, recentf-string-lessp)
165         (recentf-string-member): New functions.
166         (recentf-trunc-list): Move.
167         (recentf-dump-variable): Move.  Better code and output format.
168         (recentf-auto-cleanup-timer): New variable.
169         (recentf-auto-cleanup): New function.
170         (recentf-push, recentf-expand-file-name): New functions.
171         (recentf-add-file): In-line.  Use above functions.
172         (recentf-remove-if-non-readable): In-line.  Expand file name.
173         (recentf-find-file): Use `recentf-remove-if-non-readable'.
174         (recentf-directory-compare): Move.  Use `recentf-string-equal'
175         and `recentf-string-lessp' to do comparisons.
176         (recentf-menu-items-for-commands)
177         (recentf-menu-filter-commands): Move.
178         (recentf-elements, recentf-make-menu-element)
179         (recentf-menu-element-item, recentf-menu-element-value)
180         (recentf-set-menu-element-item, recentf-set-menu-element-value)
181         (recentf-sub-menu-element-p, recentf-make-default-menu-element)
182         (recentf-menu-elements): In-line.  Some doc fix.
183         (recentf-apply-menu-filter): Better code.
184         (recentf-make-menu-items): Doc fix.
185         Use `recentf-menu-append-commands-flag'.
186         (recentf-make-menu-item): In-lined.  Better code.
187         (recentf-clear-data): New function.
188         (recentf-sort-ascending, recentf-sort-descending)
189         (recentf-sort-basenames-ascending)
190         (recentf-sort-basenames-descending)
191         (recentf-sort-directories-ascending)
192         (recentf-sort-directories-descending)
193         (recentf-show-basenames-ascending)
194         (recentf-show-basenames-descending: In-line.   Better code.  Doc fix.
195         (recentf-show-basenames)
196         (recentf-relative-filter): Better code.  Doc fix.
197         (recentf-arrange-by-rule-subfilter): Doc fix.  Improve :set code.
198         (recentf-match-rule-p): Use filename instead of file-path.
199         (recentf-arrange-by-rule, recentf-build-mode-rules)
200         (recentf-arrange-by-mode, recentf-build-dir-rules)
201         (recentf-file-name-nondir)
202         (recentf-filter-changer-alist): Some doc fix and code cleanup.
203         (recentf-filter-changer-goto-next): Doc fix.
204         Call `recentf-clear-data'.
205         (recentf-filter-changer-get-current)
206         (recentf-filter-changer-get-next): In-line.  Doc fix and better code.
207         (recentf-filter-changer): Doc fix and better code.
208         (recentf-cancel-dialog): Doc fix.
209         (recentf-dialog-mode-map): Initialize in defvar.
210         (recentf-dialog-mode): Doc fix.
211         (recentf-track-opened-file): Rename from...
212         (recentf-add-file-hook): Remove.
213         (recentf-track-closed-file): Rename from...
214         (recentf-remove-file-hook): Remove.
215         (recentf-update-menu-hook): Remove.  Replace by...
216         (recentf-update-menu): New.  Better catch unnecessary updates.
217         Display a message on error.
218         (recentf-used-hooks): New constant.
219         (recentf-enabled-p): New function.
220         (recentf-edit-selected-items)
221         (recentf-open-files-action)
222         (recentf-open-files-item-shift): Doc fix.
223         (recentf-edit-list-action)
224         (recentf-open-files-item): Doc fix.  Code cleanup.
225         (recentf-edit-list, recentf-open-files)
226         (recentf-open-more-files): Likewise.  Remove autoload cookie.
227         (recentf-save-list, recentf-cleanup): Likewise.  Move.
228         (recentf-load-list): New command.
229         (recentf-mode): Better code.  Does nothing if enabling the already
230         enabled mode.
232 2003-04-27  Alan Mackenzie  <acm@muc.de>
234         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Don't count a "//("
235         which appears inside a character set.
236         (regexp-opt-not-groupie*-re): New constant.
238 2003-04-26  John Paul Wallington  <jpw@gnu.org>
240         * ibuffer.el (ibuffer-name-map, ibuffer-mode-name-map)
241         (ibuffer-mode-filter-group-map): Initialize in `defvar'.
242         (ibuffer-do-view-1): Use `make-frame' instead of `new-frame'.
244 2003-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
246         * info.el (Info-unescape-quotes, Info-split-parameter-string)
247         (Info-display-images-node): New functions for displaying images.
248         (Info-select-node): Call Info-display-images-node.
250 2003-04-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
252         * files.el (file-relative-name): Recognize "c:/foo" as absolute
253         file name.  Tiny change from David PONCE <david.ponce@wanadoo.fr>.
255 2003-04-24  Sam Steingold  <sds@gnu.org>
257         * calendar/diary-lib.el (fancy-diary-display-mode): Bind "q" to
258         `quit-window' in the fancy diary buffer.
260         * emacs-lisp/cl-indent.el: `symbol-macrolet' is similar to `let',
261         not `multiple-value-bind'.
263 2003-04-24  Lars Hansen  <larsh@math.ku.dk>
265         * subr.el (assq-delete-all): Ignore non-cons elements.
267 2003-04-24  John Paul Wallington  <jpw@gnu.org>
269         * help-mode.el (help-make-xrefs): Remove extra paren.
271 2003-04-23  Stefan Monnier  <monnier@cs.yale.edu>
273         * newcomment.el (comment-normalize-vars): Prompt the user for
274         the comment-start to use rather than signalling an error.  Fix regexp.
275         (uncomment-region): Don't leave half-removed comment markers.
277 2003-04-23  Richard M. Stallman  <rms@gnu.org>
279         * mail/sendmail.el (mail-send-and-exit): Make arg optional.
281         * files.el (view-read-only): Doc fix.
283         * simple.el (back-to-indentation): Call backward-prefix-chars.
285         * help-mode.el (help-make-xrefs): Clean up the loop that scans
286         over a keymap inserted by \\{...}; it now stops at end of buffer.
288         * filesets.el: Don't call filesets-init.
290         * emacs-lisp/bytecomp.el (byte-compile-defun): Generate and
291         compile a defalias form, unless byte-compile-compatibility.
293         * progmodes/scheme.el (scheme-mode-syntax-table):
294         Use prefix syntax for ', `, comma, @ and #.
296         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
297         Give @ prefix syntax.
299 2003-04-23  Andre Spiegel  <spiegel@gnu.org>
301         * vc-cvs.el (vc-cvs-stay-local): Keep the old default.
302         Simplify doc string.
304 2003-04-23  Wolfgang Scherer  <wolfgang.scherer@gmx.de>
306         * vc-cvs.el (vc-cvs-stay-local): Allow lists of host regexps.
307         (vc-cvs-stay-local-p): Handle them.
308         (vc-cvs-parse-root): New function, used by the above.
310 2003-04-22  Stefan Monnier  <monnier@cs.yale.edu>
312         * vc-mcvs.el (vc-mcvs-root): Cache the result.
313         (vc-mcvs-registered): Simplify.  Use file-relative-name.
314         (vc-mcvs-register): Simplify.  Don't burp if MCVS/TYPES doesn't exist.
315         (vc-mcvs-command): Filter F-NN names in the output for diff and log.
317 2003-04-21  Stefan Monnier  <monnier@cs.yale.edu>
319         * info.el (Info-default-dirs): New fun extracted from Info-initialize.
320         (info-initialize): Use it.  Obey the "final :" convention for INFOPATH.
322         * textmodes/fill.el (fill-region-as-paragraph):
323         Fix "last line goes to fill-column+1" problem.
325         * emacs-lisp/bytecomp.el (byte-compile-defvar): Improve message.
327 2003-04-20  Richard M. Stallman  <rms@gnu.org>
329         * simple.el (kill-line): Doc fix.
331 2003-04-20  Sam Steingold  <sds@gnu.org>
333         * pcvs.el (cvs-examine): Respect `find-file-visit-truename'.
335 2003-04-20  Glenn Morris  <gmorris@ast.cam.ac.uk>
337         * which-func.el (which-func-modes): Add f90-mode.
338         (which-function): Handle imenu submenus.
340         * progmodes/fortran.el (fortran-abbrev-start): Make XEmacs compatible.
342         * progmodes/f90.el (f90-font-lock-keywords-2): Use override for
343         font-lock-variable-name-face in declarations.
344         Highlight continuation characters.
345         (f90-indent-new-line): Remove direct call to f90-indent-line-no,
346         f90-update-line.
347         (f90-abbrev-start): Fix XEmacs compatibility.
349 2003-04-19  Stefan Monnier  <monnier@cs.yale.edu>
351         * vc-mcvs.el: New file.
353         * vc-cvs.el (vc-cvs-dir-state): Use vc-cvs-command.
354         (vc-cvs-could-register, vc-cvs-make-version-backups-p): Use defalias.
355         (vc-cvs-merge-news): Simplify.
356         (vc-cvs-diff): Remove unused var `options'.
357         (vc-cvs-parse-entry): Use the same algorithm as cvs does.
359 2003-04-19  Richard M. Stallman  <rms@gnu.org>
361         * desktop.el (desktop-buffer-mh): Don't require mh-e;
362         it causes trouble in compilation.
364         * add-log.el (add-log-current-defun-function): Add autoload cookie.
366         * newcomment.el (comment-use-syntax): Add autoload cookie.
368         * emacs-lisp/bytecomp.el (byte-compile-log-file)
369         (byte-recompile-directory): Don't use byte-goto-log-buffer.
370         Instead, set default-directory and then call compilation-mode.
371         (byte-compile-from-buffer): Force byte-compile-last-position
372         to end of buffer before issuing final warnings.
374 2003-04-18  Stefan Monnier  <monnier@cs.yale.edu>
376         * emulation/cua-base.el (cua-mode): Use define-minor-mode.
377         (cua-global-mark-face): Fix face format.
379         * emacs-lisp/easy-mmode.el (define-minor-mode): Only echo a message
380         if the body didn't do so already.
381         (easy-mmode-define-keymap): Remove unused var `suppress'.
383         * view.el (view-read-only): Move to files.el.
384         * files.el (view-read-only): Move from view.el.
386 2003-04-17  Stefan Monnier  <monnier@cs.yale.edu>
388         * files.el (view-read-only): Don't declare a second time.
389         (find-file-read-only, find-file-read-only-other-window)
390         (find-file-read-only-other-frame): Check that file does exist.
391         (large-file-warning-threshold): New custom.
392         (find-file-noselect): Use it.
393         (report-errors): New macro.
394         (normal-mode): Use it.
395         (toggle-read-only): Really toggle, even if view-mode is on.
396         (parse-colon-path): Remove unused `cd-prefix' var.
397         (make-backup-file-name-1): Remove unused `failed' var.
398         (basic-save-buffer): Remove unused `tempsetmodes' var.
399         (basic-save-buffer-2): Remove unused `temp' var.
400         (insert-directory): Remove unused `available' var.
402 2003-04-17  John Paul Wallington  <jpw@gnu.org>
404         * hexl.el (hexl-find-file): Bind `default-major-mode' to
405         `fundamental-mode'.
407 2003-04-16  Stefan Monnier  <monnier@cs.yale.edu>
409         * reveal.el (reveal-post-command): Use overlay-get for overlays.
411 2003-04-16  Kenichi Handa  <handa@m17n.org>
413         * international/mule-cmds.el (describe-language-environment):
414         At first, require all necessary features.
416 2003-04-16  Dave Love  <fx@gnu.org>
418         * progmodes/xscheme.el: Moved from lisp directory.
420 2003-04-16  Glenn Morris  <gmorris@ast.cam.ac.uk>
422         * progmodes/f90.el (f90-indent-to, f90-indent-line-no)
423         (f90-no-block-limit, f90-end-of-block, f90-beginning-of-block)
424         (f90-comment-region, f90-indent-line, f90-indent-region)
425         (f90-find-breakpoint, f90-block-match): Trivial simplifications.
426         (f90-looking-at-do, f90-looking-at-select-case)
427         (f90-looking-at-if-then, f90-looking-at-where-or-forall):
428         Drop XEmacs 19 support and simplify.
429         (f90-indent-new-line): No need for case-fold-search.  Simplify.
430         (f90-fill-region): Make marker nil when done.  Simplify.
432         * progmodes/fortran.el (fortran-column-ruler): Minor doc change.
434 2003-04-16  Richard M. Stallman  <rms@gnu.org>
436         * man.el (Man-follow-manual-reference): Don't require match
437         when calling completing-read.
439 2003-04-15  Glenn Morris  <gmorris@ast.cam.ac.uk>
441         * progmodes/fortran.el: Whitespace changes, some re-ordering of
442         code, trivial commentary change.
443         (fortran, fortran-indent, fortran-comment)
444         (fortran-tab-mode-default, fortran-continuation-indent)
445         (fortran-comment-indent-style, fortran-blink-matching-if)
446         (fortran-continuation-string, fortran-electric-line-number)
447         (fortran-break-before-delimiters, fortran-mode-hook)
448         (fortran-end-prog-re, fortran-imenu-generic-expression):
449         Minor doc changes.
450         (fortran-tab-mode-minor-mode-string): New variable.
451         (fortran-tab-mode-string): Now customization is meaningful.
452         (fortran-column-ruler-fixed, fortran-column-ruler-tab)
453         (fortran-analyze-depth): Use defcustom.
454         (fortran-if-start-re, fortran-end-prog-re1, fortran-fill)
455         (fortran-break-line, fortran-prepare-abbrev-list-buffer)
456         (fortran-auto-fill): Add doc string.
457         (fortran-type-types): New constant (was local to let binding).
458         (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
459         (fortran-font-lock-syntactic-keywords): Initialize in defvar.
460         (fortran-font-lock-keywords-3): Initialize in defvar.  Use 1+ now
461         depth of fortran-type-types has changed.  Remove extra and.
462         (fortran-mode-menu): Minor re-organization.  Use lookup-key.
463         (fortran-mode): Doc changes.  Some re-organization.
464         Use fortran-tab-mode-minor-mode-string.
465         (fortran-comment-indent): Add doc string.  Move save-excursion.
466         Use 1+.
467         (fortran-indent-comment, fortran-fill-statement):
468         Change interactive spec.  Use unless.
469         (fortran-comment-region): Doc change.  Reverse logic of arg
470         test.  Use zerop.
471         (fortran-abbrev-start, fortran-split-line)
472         (fortran-electric-line-number, fortran-indent-subprogram)
473         (fortran-strip-sequence-nos): Change interactive spec.
474         (fortran-remove-continuation): Add doc string.  Use when.
475         (fortran-numerical-continuation-char): Doc change.  Use 1+.
476         (fortran-previous-statement, fortran-next-statement)
477         (fortran-beginning-do, fortran-calculate-indent)
478         (fortran-end-do, fortran-end-if, fortran-beginning-if):
479         Use zerop, 1+, 1-.
480         (fortran-blink-match, fortran-check-for-matching-do): Use when.
481         (fortran-indent-line): Change interactive spec.  Remove un-needed
482         if.  Use when.
483         (fortran-indent-to-column): Doc change.  Use when, unless.
484         (fortran-find-comment-start-skip): No longer interactive.
485         (fortran-analyze-file-format): Minor doc change.
486         Remove un-needed setq.
487         (minor-mode-alist): Use add-to-list.
488         (fortran-fill-paragraph): Change interactive spec, doc string.
490         * progmodes/f90.el: Whitespace changes, trivial commentary changes.
491         (f90, f90-indent, f90-program-indent, f90-continuation-indent)
492         (f90-indented-comment-re, f90-imenu-generic-expression)
493         (f90-mark-subprogram, f90-join-lines): Minor doc changes.
494         (f90-menu): Shift definition to initialization of f90-mode-map.
495         Add customization section.
496         (f90-mode): Minor doc change.  Do not call easy-menu-add.
497         Set `beginning-of-defun-function' and `end-of-defun-function' to
498         appropriate F90 functions.
499         (f90-indent-line, f90-indent-line, f90-indent-subprogram)
500         (f90-break-line, f90-do-auto-fill, f90-insert-end)
501         (f90-upcase-keywords, f90-capitalize-keywords)
502         (f90-downcase-keywords): Change interactive spec.
504 2003-04-14  Stefan Monnier  <monnier@cs.yale.edu>
506         * font-lock.el (font-lock-multiline, font-lock-fontified)
507         (font-lock-set-defaults): Move back from font-core.el and merge
508         it back with font-lock-set-defaults-1.
509         (font-lock-mode-internal): New function (basically the body of
510         the old font-lock-mode minor mode).
512         * font-core.el (font-lock-maximum-size, font-lock-verbose): Remove.
513         (font-lock-multiline, font-lock-fontified, font-lock-set-defaults):
514         Move back to font-lock.el
515         (font-lock-default-function): Use font-lock-mode-internal.
517         * files.el (auto-mode-alist): Add entries for *.ins and *.dtx.
518         (recover-file): Abbreviate file name in messages.
520         * textmodes/tex-mode.el (latex-mode-map): Bind latex-split-block.
521         (tex-font-lock-keywords-2): Comment out unused var `type'.
522         (tex-guess-mode): New name for old `tex-mode'.
523         (tex-mode): Make it a derived mode of text-mode.
524         (plain-tex-mode, latex-mode): Change parent from text-mode to tex-mode.
525         (tex-common-initialization): Don't setup syntax-table any more.
526         (tex-validate-buffer): Remove unused var `oend'.
527         Use with-current-buffer and line-beginning-position.
528         (tex-recenter-output-buffer): Remove unused var `old-buffer'.
529         (latex-indent): Return `noindent' if no indentation can happen.
530         (doctex-font-lock-^^A, doctex-font-lock-syntactic-face-function)
531         (doctex-font-lock-syntactic-keywords, doctex-font-lock-keywords)
532         (doctex-mode): New funs for DocTeX mode, derived from LaTeX mode.
534         * font-lock.el (font-lock-preprocessor-face): New var and face.
536 2003-04-14  Andrew Choi  <akochoi@shaw.ca>
538         * term/mac-win.el: Unconditionally set process-connection-type to nil.
540 2003-04-14  Richard M. Stallman  <rms@gnu.org>
542         * derived.el (define-derived-mode): Make generated code work in
543         Emacs versions that do not have run-mode-hooks.
545         * emacs-lisp/lisp-mode.el (last-sexp-toggle-display):
546         At end of buffer, run the global binding of the same key.
548         * international/mule.el (after-insert-file-set-coding):
549         Properly treat INSERTED as number of characters, for both
550         for both the argument and the value.
552         * desktop.el (desktop-base-file-name):
553         Renamed from desktop-basefilename.  Add defvaralias.
555 2003-04-14  John Paul Wallington  <jpw@gnu.org>
557         * international/fontset.el (create-fontset-from-ascii-font): Doc fix.
558         (x-must-resolve-font-name): Fix error message typo.
560 2003-04-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
562         * progmodes/fortran.el (fortran-previous-statement): Check for
563         fortran-continuation-string.
564         (fortran-calculate-indent): Do not add extra whitespace to
565         strings broken over lines.
566         (fortran-fill): Handle long strings that must be broken.
568 2003-04-13  Michael Albinus  <Michael.Albinus@alcatel.de>  (tiny change)
570         * net/ange-ftp.el (ange-ftp-expand-symlink): If result of
571         expansion is a symlink, expand again.
572         (ange-ftp-file-symlink-p): Return target of symlink literally.
574 2003-04-13  Masatake YAMATO  <jet@gyve.org>
576         * bindings.el (toplevel): Don't change the face
577         of major-mode on the mode line. Setting the face on
578         the mode line code is installed by my mistake in
579         my last change.
581 2003-04-12  Stefan Monnier  <monnier@cs.yale.edu>
583         * add-log.el (change-log-version-number-search): Fix old bug.
584         (add-change-log-entry): Avoid inserting the same funname again.
585         (add-log-indent-text): New var.
586         (add-log-indent): New fun.
587         (change-log-mode): Use it.
589         * net/browse-url.el: Don't autoload all these defcustoms.
590         (browse-url-default-macosx-browser): New fun.
591         (browse-url-browser-function): Use it for system-type = darwin.
592         (browse-url-usr1-signal): Remove.
593         (browse-url-mosaic): Use SIGUSR1 directly instead.
594         (browse-url-gnome-moz-program): New var.
595         (browse-url-gnome-moz, browse-url-default-browser): Use it.
597         * emacs-lisp/bytecomp.el: Use push, with-current-buffer, dolist, ...
598         (byte-compile-const-variables): New var.
599         (byte-compile-close-variables): Reset it.
600         (byte-compile-file-form-defvar, byte-compile-defvar): Update it.
601         (byte-compile-const-symbol-p): Now arg `value' to check defconsts.
602         (byte-compile-variable-ref): Use it and improve warning message.
603         (byte-compile-check-lambda-list): Use byte-compile-const-symbol-p.
604         (byte-compile-lapcode): Remove unused vars.
605         (byte-compile-eval): Fix thinko in handling of old-autoloads.
606         (byte-recompile-directory): Use the expanded form for directory.
607         (byte-compile-track-mouse): Use modern backquote syntax.
608         (byte-compile-defvar): Detect and properly handle (defconst a).
609         (byte-compile-defalias-warn): Remove unused arg `alias'.
610         (byte-compile-defalias): Update call.
612 2003-04-13  Masatake YAMATO  <jet@gyve.org>
614         * help.el (describe-minor-mode): New function implementation.
615         Accept both minor mode string and minor mode indicator.
616         (describe-minor-mode-completion-table-for-indicator)
617         (describe-minor-mode-completion-table-for-symbol): New functions.
618         minor-mode-list is used here.
619         (describe-minor-mode-from-symbol):
620         Renamed from (old) describe-minor-mode.
621         Use describe-minor-mode-completion-table-for-symbol.
622         Don't use eval. Just use symbol-name.
623         (describe-minor-mode-from-indicator): Document is updated.
624         Use `format-mode-line'.
625         Use describe-minor-mode-from-symbol instead of describe-minor-mode.
626         Use describe-minor-mode-completion-table-for-indicator.
627         (expand-minor-mode-indicator-object): Remove.
628         (lookup-minor-mode-from-indicator): Remove the fist white
629         space from both indicator and anindicator before comparing them.
631         * bindings.el (mode-line-major-mode-keymap)
632         (mode-line-minor-mode-keymap): Define keys for the maps
633         here in `defvar'.
635 2003-04-12  Stefan Monnier  <monnier@cs.yale.edu>
637         * server.el (server-socket-name): Use new safe location for socket.
638         (server-ensure-safe-dir): New fun.
639         (server-start): Use it and letf.
640         (server-process-filter): Re-enable the -eval feature.
642 2003-04-12  Glenn Morris  <gmorris@ast.cam.ac.uk>
644         * play/gomoku.el (gomoku-buffer-name): New constant.
645         (gomoku-mode): Doc fix.  Add call to kill-all-local-variables.
646         (gomoku): Do not call gomoku-switch-to-window directly.
647         (gomoku-prompt-for-other-game): Throw an error if no new game.
648         (gomoku-switch-to-window): Use gomoku-buffer-name.
650         * progmodes/f90.el (f90-abbrev-start): Only offer help if
651         abbrev-mode is active.
652         (f90-join-lines): Make it behave more like standard join-line.
653         (f90-fill-region, f90-menu): Adapt for new f90-join-lines.
655         * progmodes/fortran.el (fortran-abbrev-start): Only offer help if
656         abbrev-mode is active.
658 2003-04-12  John Paul Wallington  <jpw@gnu.org>
660         * help-fns.el (help-add-fundoc-usage): Pass an empty string to
661         `format' if no newlines are necessary.
663 2003-04-11  Stefan Monnier  <monnier@cs.yale.edu>
665         * bindings.el (global-map): Bind [select-window].
667 2003-04-11  John Paul Wallington  <jpw@gnu.org>
669         * type-break.el (type-break-warning-countdown-string): Doc fix.
671 2003-04-11  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>  (tiny change)
673         * international/utf-8.el (utf-translate-cjk-mode): Fix incorrect
674         place of parenthesis.
676 2003-04-11  Masatake YAMATO  <jet@gyve.org>
678         * progmodes/etags.el (select-tags-table-mode-map):
679         Don't create new keymap. Instead copy from button-buffer-map.
680         Bind push-button to `t' instead of binding
681         select-tags-table-select directly
682         (tags-select-tags-table): New button.
683         (select-tags-table): Put a button for each selections.
685 2003-04-11  Kenichi Handa  <handa@m17n.org>
687         * international/mule.el:
688         Don't set after-insert-file-adjust-coding-function.
689         (after-insert-file-set-coding):
690         Renamed from after-insert-file-set-buffer-file-coding-system.
692 2003-04-11  Kenichi Handa  <handa@m17n.org>
694         * international/quail.el (quail-guidance-str)
695         (quail-guidance-frame): New variables.
696         (quail-guidance-win): Delete this variable.
697         (quail-setup-overlays): Make overlay not rear-advancing.
698         (quail-kill-guidance-buf): Delete this function.
699         (quail-activate): Add/remove quail-show-guidance to/from
700         post-command-hook.
701         (quail-input-method): Don't setup quail-guidance-buf.
702         Initialize quail-guidance-str to "".
703         (quail-start-translation): Call quail-show-guidance at first.
704         (quail-start-conversion): Likewise.
705         (quail-terminate-translation): Don't erase quail-guidance-buf.
706         (quail-update-translation): Stretch overlays if their starting and
707         ending positions are same.
708         (quail-update-current-translations): Check the width of the
709         current window, not the width of quail-guidance-win.
710         (quail-make-guidance-frame): Delete the arg BUF.  Fix position
711         calculation.  Don't set the window buffer, just return the new frame.
712         (quail-minibuffer-message): New function.
713         (quail-show-guidance): Renamed from quail-show-guidance-buf.
714         Use message and quail-minibuffer-message to display the guidance.
715         (quail-hide-guidance): Renamed from quail-hide-guidance-buf.
716         Only delete quail-guidance-frame.
717         (quail-update-guidance): Just update quail-guidance-str, not
718         display it.
719         (quail-get-translations): Renamed from quail-show-translations.
720         Return a string instead of inserting it in quail-guaidance-buf.
722 2003-04-11  Kenichi Handa  <handa@m17n.org>
724         * international/mule-cmds.el (sort-coding-systems): Set lower
725         priority to a utf-16 base coding system.  Set higher priority to a
726         coding system listed in coding-category-list.
728 2003-04-10  Juanma Barranquero  <lektu@terra.es>
730         * frame.el (modify-all-frames-parameters): Deleted.
732 2003-04-10  Sebastian Tennant  <seb@albert.vcisp.net>  (tiny change)
734         * desktop.el (desktop-buffer-file): Restore major-mode if it is
735         different from the normal mode.
737 2003-04-10  Kenichi Handa  <handa@m17n.org>
739         * international/mule.el:
740         Set after-insert-file-adjust-coding-function to
741         after-insert-file-set-buffer-file-coding-system instead of adding
742         it to after-insert-file-functions.
744         * language/ind-util.el (indian-2-column-to-ucs-region): Fix for
745         the case of replacing multibyte characters.
747 2003-04-09  Stefan Monnier  <monnier@cs.yale.edu>
749         * textmodes/bibtex.el: Update copyright and Author list.
750         Don't require `compile' since it seems unnecessary.
751         (bibtex-version): Remove.
752         (bibtex-sort-ignore-string-entries, bibtex-maintain-sorted-entries)
753         (bibtex-field-name-for-parsing): Don't make auto-buffer-local.
754         (bibtex-comment-start): Don't include the space.
755         (zmacs-regions, reporter-prompt-for-summary-p):
756         Declare to quieten the byte-compiler.
757         (bibtex-reference-key, bibtex-mode-syntax-table): Remove =
758         because it can't be part of a string's key.
759         (bibtex-parse-field-name): Use prog1.
760         (bibtex-font-lock-syntactic-keywords): New var.
761         (bibtex-font-lock-keywords): Remove the entry for @Comment.
762         (bibtex-search-entry): Simplify.
763         (bibtex-empty-re): New var.
764         (bibtex-format-entry): Slightly restructure some loops to avoid code
765         duplication.  Use looking-at rather than `substring + string-match'.
766         Use bibtex-empty-re (which removes unnecessary \(..\) in regexps).
767         Remove now unused end-name.  Use bibtex-find-crossref.
768         Don't downcase since case-fold-search is t.
769         (bibtex-autokey-get-yearfield): Use bibtex-find-crossref.
770         (bibtex-parse-keys): Use unless and push.
771         Parse even if bibtex-maintain-sorted-entries is nil.
772         (bibtex-complete): Use push.  Don't sort completions.
773         (bibtex-mode): Use push.  Update comment-start-skip.
774         Improve defun-prompt-regexp and outline-regexp.
775         Add bibtex-font-lock-syntactic-keywords to font-lock-defaults.
776         (bibtex-end-of-entry): Remove unused \(...\).
777         (bibtex-sort-key): New fun.
778         (bibtex-sort-buffer, bibtex-validate): Use it.
779         (bibtex-find-crossref): New fun.
780         (bibtex-validate): Use push & dolist; remove \(...\).
781         (bibtex-clean-entry): Use unless and friends.
782         Don't add the key to the list if the list hasn't been built yet.
783         (bibtex-fill-entry): Remove unused begin-name and end-name.
784         (bibtex-reformat): Kill local var instead of setting it to nil.
785         (bibtex-convert-alien): Use deactivate-mark rather than the
786         non-existent bibtex-mark-active variable.
787         (bibtex-String): Simplify.
789 2003-04-09  Richard M. Stallman  <rms@gnu.org>
791         * files.el (file-chase-links): Fix previous change.
793 2003-04-09  Juanma Barranquero  <lektu@terra.es>
795         * frame.el (new-frame): Add obsolescence declaration.
797 2003-04-09  Ehud Karni  <ehud@unix.mvs.co.il>
799         * frame.el (set-frame-font): Allow keeping frame size after
800         changing font.
801         (modify-all-frames-parameters): New function to change parameters
802         in all existing and future frames.
804 2003-04-09  Thien-Thi Nguyen  <ttn@gnu.org>
806         * man.el (Man-heading-regexp): Accept hyphen.
808 2003-04-09  Kenichi Handa  <handa@m17n.org>
810         * international/fontset.el: Specify rescale ratio 1.3 for CDAC fonts.
812         * international/mule-conf.el: Register ?\221 and ?\226 in
813         latin-extra-code-table.
815 2003-04-08  Richard M. Stallman  <rms@gnu.org>
817         * subr.el (minor-mode-list): New variable.
818         (add-minor-mode): Add to it.
820         * files.el (file-chase-links): New arg LIMIT.
821         After that many iterations, just return what we've got.
823         * map-ynp.el (map-y-or-n-p): When formatting chars in ACTION-ALIST,
824         use single-key-description.
826         * emacs-lisp/lisp-mode.el (last-sexp-toggle-display):
827         At end of buffer, just call `newline'.
829         * mail/rmailsum.el (rmail-make-basic-summary-line): If there's
830         no From field, still try to use the To field.
832 2003-04-09  Kenichi Handa  <handa@m17n.org>
834         * international/mule-diag.el (print-coding-system-briefly):
835         If DOC-STRING is `tightly', print the doc-string tightly.
836         (list-coding-systems-1): Sort coding systems.
837         Call print-coding-system-briefly with the arg DOC-STRING `tightly'.
839 2003-04-08  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
841         * net/tramp.el: Version 2.0.33 released.
842         Change coding cookie to `iso-2022-7bit' for XEmacs
843         compatibility.  (From Steve Youngs <youngs@xemacs.org>.)
845 2003-04-08  Michael Albinus  <Michael.Albinus@alcatel.de>
847         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
848         Do not disable file name handlers for `file-exists-p' and
849         `file-directory-p'.
851 2003-04-08  Kenichi Handa  <handa@m17n.org>
853         * international/mule-conf.el: Register ?\225 in latin-extra-code-table.
855         * international/utf-16.el (utf-16-le-decode-loop)
856         (utf-16-be-decode-loop): New temporary variables.
857         (ccl-decode-mule-utf-16-le): Use utf-16-le-decode-loop.
858         (ccl-decode-mule-utf-16-be): Use utf-16-be-decode-loop
859         (ccl-decode-mule-utf-16-le-with-signature)
860         (ccl-decode-mule-utf-16-be-with-signature)
861         (ccl-decode-mule-utf-16): New CCL programs.
862         (utf-16-le-encode-loop, utf-16-be-encode-loop): New temporary
863         variables.
864         (ccl-encode-mule-utf-16-le): Use utf-16-le-encode-loop.
865         (ccl-encode-mule-utf-16-be): Use utf-16-be-encode-loop
866         (ccl-encode-mule-utf-16-le-with-signature)
867         (ccl-encode-mule-utf-16-be-with-signature): New CCL programs.
868         (mule-utf-16-post-read-conversion): New function.
869         (mule-utf-16-le-with-signature, mule-utf-16-be-with-signature),
870         (mule-utf-16): New coding systems.
871         (utf-16-le-with-signature, utf-16-be-with-signature),
872         (utf-16): Aliases of the above coding systems.
874 2003-04-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
876         * progmodes/cc-langs.el (c-symbol-key): Use POSIX char classes
877         to match symbols.  This makes CC Mode cope with the full range
878         of identifier characters in e.g. Java.
880 2003-04-07  Francesco Potort\e,Al\e(B  <pot@gnu.org>
882         * xt-mouse.el (xterm-mouse-event-read): New function.
883         (xterm-mouse-event): Use it to get xterm sequences above #x7f.
884         Suggested by Aman Bhargava <emacs-bug@amanb.net>.
886 2003-04-07  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
888         * man.el (Man-getpage-in-background): Set GROFF_NO_SGR env var in
889         all cases, whether or not start-process is fboundp.
891 2003-04-06  Richard M. Stallman  <rms@gnu.org>
893         * calendar/cal-menu.el (cal-menu-update): Use easy-menu-create-menu
894         rather than easy-menu-change.
896         * dired.el (dired-view-file): Let viewer program run asynchronously.
898 2003-04-06  Ben North  <ben@redfrontdoor.org>  (tiny change)
900         * emacs-lisp/lisp-mode.el (last-sexp-toggle-display):
901         Correct the starting point for previous-single-property-change.
903 2003-04-06  Lars Hansen  <larsh@math.ku.dk>
905         * desktop.el: Handle multiple desktop files in different dirs.
906         Other cleanups.
907         Command line option --no-desktop introduced.
908         (desktop-read): Record buffers in the desktop file in
909         the same order as that in the buffer list,
910         (desktop-save): Put buffers in the order given in desktop file,
911         regardless of what handlers do.
912         (desktop-file-version): New variable. Version number of desktop
913         file format.
914         (desktop-create-buffer-form): Variable deleted.
915         (desktop-save): New customizable variable.
916         (desktop-kill): Use `desktop-save'.
917         (desktop-file-name-format): New option: format in
918         which desktop file names should be saved.
919         (desktop-file-name): New function to convert a filename to the
920         format specified in `desktop-file-name-format'.
921         (desktop-create-buffer): Parameters renamed to descriptive
922         systematic names. These parameters are visible to handlers.
923         Renames:
924         ver    -> desktop-file-version
925         mim    -> desktop-buffer-minor-modes
926         pt     -> desktop-buffer-point
927         mk     -> desktop-buffer-mark
928         ro     -> desktop-buffer-read-only
929         locals -> desktop-buffer-locals
930         (desktop-buffer-major-mode, desktop-buffer-file-name)
931         (desktop-buffer-name): Delete unused customizable variables.
932         (desktop-buffer-misc): Delete unused variable.
933         (desktop-save, desktop-buffer-dired-misc-data):
934         Use `desktop-file-name'.
935         (desktop-path): New customizable variable.  List of directories in
936         which to lookup the desktop file.  Replaces hardcoded list.
937         (desktop-globals-to-clear): New variable replaces hardcoded list.
938         (desktop-clear-preserve-buffers-regexp): New customizable variable.
939         (desktop-after-read-hook): New hook run after a desktop is read.
940         (desktop-no-desktop-file-hook): New hook when no desktop file found.
941         (desktop-change-dir): New function.
942         (desktop-save-in-load-dir): New function.  Save desktop in
943         directory from which it was loaded.
944         (desktop-revert): New function. Revert to the last loaded desktop.
946 2003-04-06  Masatake YAMATO  <jet@gyve.org>
948         * progmodes/etags.el (tag-find-file-of-tag): Renamed from
949         find-file-of-tag to avoid name space pollution.
950         (tag-find-file-of-tag-noselect): Likewise.
951         (etags-list-tags, etags-tags-apropos):
952         Use tag-find-file-of-tag instead of find-file-of-tag.
954 2003-04-06  Masatake YAMATO  <jet@gyve.org>
956         * info.el (Info-goto-emacs-command-node): If command
957         is given as a string, convert it to a symbol.
959 2003-04-05  Kevin Ryde  <user42@zip.com.au>
961         * info-look.el (emacs-lisp-mode): Add prefix/suffix matching regexps.
963 2003-04-05  Andre Spiegel  <spiegel@gnu.org>
965         * vc-cvs.el (vc-cvs-get-entries): New function that uses the
966         right coding system for accessing CVS/Entries.
967         (vc-cvs-registered, vc-cvs-dir-state-heuristic): Use it.
969 2003-04-04  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
971         * subr.el (number-sequence): Adjust code.
973 2003-04-04  Stefan Monnier  <monnier@cs.yale.edu>
975         * textmodes/refill.el (refill-fill-paragraph-at): Undo last fix.
976         (refill-fill-paragraph-at): Don't skip prefix since markers work right.
978         * textmodes/fill.el (fill-delete-newlines): Remove trailing whitespace.
979         (fill-paragraph): Don't skip prefix now that markers work right.
981 2003-04-04  John Paul Wallington  <jpw@gnu.org>
983         * ibuffer.el (ibuffer-insert-filter-group): `help-echo' text
984         property dynamically respects `tooltip-mode'.
985         (define-ibuffer-column name): Likewise.
987         * ibuf-ext.el (ibuffer-format-filter-group-data): Don't append "\n".
989 2003-04-04  Masatake YAMATO  <jet@gyve.org>
991         * progmodes/etags.el (find-file-of-tag-noselect, find-file-of-tag):
992         New helper functions.
993         (snarf-tag-function): Doc string is changed.  Explained about new
994         optional argument, `use-explicit'.
995         (etags-snarf-tag): Add one optional argument `use-explicit'.
996         (file-of-tag-function): Doc string is changed.  Explained about new
997         optional argument, `relative'.
998         (file-of-tag): Doc string is changed.  Explained about new optional
999         argument, `relative'.  Pass `relative' to `file-of-tag-function'.
1000         (etags-file-of-tag): Add new argument `relative`.
1001         (list-tags): Set `buffer-read-only' to t after making the major mode
1002         apropos-mode.
1003         (etags-list-tags): Use `make-text-button' instead of
1004         `add-text-properties'.  Used `snarf-tag-function',
1005         `goto-tag-location-function' and `find-file-of-tag' instead of
1006         `find-tag-other-window' (it's too simple).
1007         (find-tag-in-order): Use `find-file-of-tag-noselect' instead of
1008         `find-file'.
1009         (etags-tags-apropos): Use `find-file-of-tag-noselect' instead of
1010         `find-file'.  Do not use `etags-goto-tag-location` directly; use
1011         `goto-tag-location-function' instead.  Print relative file paths
1012         instead of complete ones in *Tags List* buffer, so lines in the
1013         buffer become shorter.
1014         (etags-tags-apropos-additional): Use `make-text-button' instead of
1015         `add-text-properties'.
1017 2003-04-04  Andreas Schwab  <schwab@suse.de>
1019         * net/tramp.el (tramp-send-string): Handle empty string.
1021 2003-04-03  Richard M. Stallman  <rms@gnu.org>
1023         * emacs-lisp/easymenu.el (easy-menu-define):
1024         Don't make a defvar for nil.
1025         (easy-menu-convert-item-1): Doc fix.
1026         (easy-menu-change): Call easy-menu-create-menu.
1028         * subr.el (read-quoted-char): Remember the input char
1029         before translation thru function-key-map, and use that for unreading.
1031         * shadowfile.el (shadow-parse-fullname):
1032         Renamed from shadow-parse-fullpath.
1033         (shadow-parse-name): Renamed from shadow-parse-path.
1034         (shadow-make-fullname): Renamed from shadow-make-fullpath.
1035         (shadow-replace-name-component): Was shadow-replace-path-component.
1036         Callers of the above functions changed.
1037         (shadow-expand-cluster-in-file-name): Doc fix.
1038         (shadow-same-site, shadow-file-match): Doc fix.
1039         (shadow-define-literal-group): Doc fix.
1041         * kmacro.el (kmacro-end-and-call-macro): Doc fix.
1043         * hexl.el (hexl-find-file): Ignore user's value of default-major-mode.
1045         * files.el (hack-local-variables-prop-line): New arg MODE-ONLY.
1046         (hack-local-variables): When MODE-ONLY is set, pass it along to
1047         hack-local-variables-prop-line.
1049         * delsel.el (delete-active-region): Don't explicitly deactivate mark.
1051 2003-04-03  Masatake YAMATO  <jet@gyve.org>
1053         * progmodes/etags.el: Require button.el.
1054         (etags-tags-apropos): Use `make-text-button' instead of
1055         `add-text-properties'.  Use `snarf-tag-function' and
1056         `etags-goto-tag-location' instead of `find-tag-other-window' (it's
1057         too simple).
1059         * man.el (Man-xref-header-file): Fix previous change.
1061 2003-04-03  Kenichi Handa  <handa@m17n.org>
1063         * subr.el (number-sequence): New function.
1065 2003-04-02  Ehud Karni  <ehud@unix.mvs.co.il>  (tiny change)
1067         * sort.el (sort-reorder-buffer): Fix saving of markers at the end
1068         of the sorted region.
1070 2003-04-02  Masatake YAMATO  <jet@gyve.org>
1072         * woman.el (woman-xref): Removed.
1073         (woman-mode): Use `Man-highlight-references' instead of
1074         `WoMan-highlight-references'.
1075         (WoMan-highlight-references): Removed.
1077         * man.el (toplevel): Require button.
1078         (Man-header-file-path): New option.
1079         (Man-synopsis-regexp, Man-files-regexp, Man-include-regexp)
1080         (Man-file-name-regexp, Man-normal-file-prefix-regexp)
1081         (Man-header-regexp, Man-normal-file-regexp): New variables.
1082         (Man-mode-map): Inherit from `button-buffer-map'.  Don't define
1083         "\r" and mouse-2 directly.  These key are defined in
1084         `button-buffer-map'.
1085         (Man-xref-man-page, Man-xref-header-file, Man-xref-normal-file):
1086         New buttons.  `Man-xref-man-page' comes from woman.el.
1087         (man-follow-mouse): Removed.
1088         (Man-fontify-manpage): Use `Man-highlight-references' instead of
1089         calling `add-text-properties' directly.
1090         (Man-highlight-references, Man-highlight-references0): New functions.
1091         (Man-view-header-file): New function.
1093 2003-04-02  Stefan Monnier  <monnier@cs.yale.edu>
1095         * textmodes/refill.el (refill-fill-paragraph-at): Don't preserve
1096         the trailing space since fill.el doesn't remove it anymore.
1097         (refill-mode): Reset fill-paragraph-function even if it was nil.
1099         * textmodes/fill.el (fill-region-as-paragraph):
1100         Don't remove space at end of paragraph: it makes refill.el unusable.
1101         Remove obsolete `save-restriction'.
1102         (fill-paragraph, fill-comment-paragraph): Don't add newline at EOP.
1103         (fill-delete-newlines): Don't add a trailing space.
1104         (fill-newline): Don't leave markers before the prefix.
1106         * progmodes/asm-mode.el (asm-calculate-indentation, asm-indent-line):
1107         New functions.
1108         (asm-mode): Use them in indent-line-function.
1109         Set tab-always-indent to nil to stay closer to previous tab behavior.
1110         Set comment-add.  Remove space at end of comment-add.
1111         (asm-newline): Obsolete.  Use newline-and-indent instead.
1112         (asm-mode-map): Remove TAB binding.
1113         (asm-code-level-empty-comment-pattern)
1114         (asm-flush-left-empty-comment-pattern)
1115         (asm-inline-empty-comment-pattern): Remove.
1116         (asm-comment): Use newcomment functions instead.
1117         (asm-colon): Don't tab if colon is not after a label.
1118         (asm-line-matches, asm-pop-comment-level): Remove.
1120 2003-04-02  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
1122         * emulation/crisp.el (top-level): Quote second arg to
1123         `eval-after-load'.
1125 2003-04-02  Miles Bader  <miles@gnu.org>
1127         * scroll-bar.el (scroll-bar-mode): Correctly specify `nil' choice.
1129 2003-04-01  Stefan Monnier  <monnier@cs.yale.edu>
1131         * progmodes/asm-mode.el (asm-mode-syntax-table): Setup entries
1132         that do not depend on asm-comment-char.
1133         (asm-mode-map): Declare and init at the same time.
1134         (asm-code-level-empty-comment-pattern)
1135         (asm-flush-left-empty-comment-pattern)
1136         (asm-inline-empty-comment-pattern): Use \s< so they do not depend
1137         on asm-comment-char.  Turn them into constants.
1138         (asm-mode): Simplify.
1139         (asm-line-matches): Remove unused arg.
1141 2003-04-01  Dave Love  <fx@gnu.org>
1143         * time.el: Doc fixes.
1144         (display-time-mail-face): Change :type and default to nil.
1145         (display-time-mail-icon): Use pbm, not xbm.
1146         (display-time-mail-string): New.
1147         (display-time-string-forms): Use display-time-mail-string.
1148         Add checks in display property.
1150 2003-04-01  Kenichi Handa  <handa@m17n.org>
1152         * language/indian.el (indian-font-char-index-table): Fix the
1153         order of CDAC fonts.
1155 2003-04-01  Kim F. Storm  <storm@cua.dk>
1157         * simple.el (pop-global-mark-quick-repeat): Remove defcustom.
1158         (set-mark-command): Unconditionally repeat pop-global-mark without
1159         C-x prefix.  Fix doc.
1161         * emulation/cua-base.el (cua-set-mark): Unconditionally repeat
1162         pop-global-mark without C-x prefix.  Fix doc.
1164 2003-03-31  Stefan Monnier  <monnier@cs.yale.edu>
1166         * reveal.el (reveal-post-command): Better error handling.
1168 2003-03-31  Nick Roberts  <nick@nick.uklinux.net>
1170         * gdb-ui.el (gdb-inferior-io-mode): Remove Unix pathname for cat
1171         so that it can run on NT also.
1173 2003-03-31  Masatake YAMATO  <jet@gyve.org>
1175         * progmodes/asm-mode.el (asm-mode): Support skipping C lang style
1176         comments.
1178         * bindings.el (mode-line-major-mode-keymap): New variable.
1179         (mode-line-minor-mode-help): New function, bound to
1180         mode-line-minor-mode-keymap.
1181         (mode-line-modes): Split mode-line-mode definitions to
1182         mode-name, mode-line-process and minor-mode-alist.
1183         For mode-name, mode-line-major-mode-keymap is used.
1185         * help.el (describe-minor-mode, describe-minor-mode-from-indicator)
1186         (lookup-minor-mode-from-indicator): New functions.
1188 2003-03-31  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
1190         * files.el (file-relative-name): Remove superfluous `and'.
1191         Clarify docstring.  From Lars Hansen.
1193 2003-03-31  Kenichi Handa  <handa@m17n.org>
1195         * international/utf-16.el (ccl-decode-mule-utf-16-le):
1196         Don't assume the signature bytes.
1197         (ccl-decode-mule-utf-16-be): Likewise.
1198         (ccl-encode-mule-utf-16-le): Don't produce the signature bytes.
1199         (ccl-encode-mule-utf-16-be): Likewise.
1201 2003-03-30  Kevin Ryde  <user42@zip.com.au>
1203         * info-look.el (sh-mode): Add doc-specs for commands and variables.
1205 2003-03-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
1207         * international/utf-8.el (utf-translate-cjk-mode): Minor mode,
1208         replaces variable utf-translate-cjk which must be set via Custom.
1210         * files.el (file-relative-name): If FILENAME and DIRECTORY are on
1211         different drives (on DOS/Windows) or use different handlers, do
1212         like `expand-file-name' on FILENAME and return an absolute name.
1213         From Lars Hansen <larsh@math.ku.dk>.
1215         * tramp.el: Version 2.0.31 released.
1216         (tramp-handle-expand-file-name): Do not allow ".." to
1217         cross file handler boundaries, so that "/user@host:/../foo"
1218         expands to itself, rather than "/foo".  This is intended to work
1219         in conjunction with a change in `file-relative-name' which makes
1220         sure to use absolute file names if FILE and DIRECTORY have
1221         different handlers.
1222         (tramp-handle-insert-directory): Comment out XEmacs
1223         kludge.  Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
1225 2003-03-29  Michael Albinus  <Michael.Albinus@alcatel.de>
1227         * trampver.el: New file, to support Autoconf in Tramp CVS repository.
1228         * tramp.el (tramp-version, tramp-bug-report-address): Move to
1229         trampver.el, which is required now.
1230         (tramp-chunksize): Type can be nil as well.
1231         Reported by Markus Rost <rost@math.ohio-state.edu>.
1232         * tramp-smb.el (tramp-smb-read-file-entry): Make reading size of a
1233         listing entry more robust.  Ranges from 10 chars (Samba 1) to 7-9
1234         chars (Samba 2).
1236 2003-03-29  John Paul Wallington  <jpw@gnu.org>
1238         * international/mule.el (with-category-table): Use `make-symbol'
1239         to avoid variable capture.  Set table within `unwind-protect'.
1240         Ensure table is restored in correct buffer.  Add docstring.
1242 2003-03-29  Kenichi Handa  <handa@m17n.org>
1244         * language/japan-util.el: If system-type is not for Windows,
1245         prefer japanese-iso-8bit.
1247 2003-03-28  Sudish Joseph  <sudish@corp.earthlink.net>  (tiny change)
1249         * term/mac-win.el (iconify-or-deiconify-frame): Define for
1250         compatibility with packages that use it.
1252 2003-03-28  Lute Kamstra  <Lute.Kamstra@cwi.nl>
1254         * emacs-lisp/checkdoc.el (checkdoc-display-status-buffer):
1255         Fix docstring.
1256         (checkdoc-interactive, checkdoc-message-interactive): Make them
1257         perform spell checking when appropriate.
1258         (checkdoc-interactive-loop): Fix docstring and a few typos.
1259         (checkdoc-interactive-ispell-loop)
1260         (checkdoc-message-interactive-ispell-loop): New functions.
1261         (checkdoc-next-error): Fix docstring.
1262         (checkdoc-this-string-valid-engine): Fix typo.
1263         (checkdoc-ispell-docstring-engine): Do test for
1264         checkdoc-autofix-flag = nil.
1266 2003-03-28  Jonathan Yavner  <jyavner@engineer.com>
1268         * emacs-lisp/testcover.el (testcover-mark-all): Handle screwy
1269         top-level macros that put functions as properties.
1270         (testcover-mark): No error for functions that just return a constant.
1272 2003-03-27  Andreas Schwab  <schwab@suse.de>
1274         * vc-cvs.el (vc-cvs-parse-entry): Make sure a file with conflicts
1275         is marked as edited.
1277 2003-03-26  Kenichi Handa  <handa@m17n.org>
1279         * files.el (recode-file-name): New function.
1281         * international/characters.el: Setup categories for Indian characters.
1283 2003-03-26  Steve Youngs  <youngs@xemacs.org>
1285         * em-unix.el (eshell-plain-locate-behavior): Make the default
1286         nil on Emacs, t on XEmacs.
1288 2003-03-25  Stefan Monnier  <monnier@cs.yale.edu>
1290         * emacs-lisp/byte-opt.el (byte-optimize-set): New.
1291         Turn `set' into `setq' when applicable.
1293 2003-03-24  Stefan Monnier  <monnier@cs.yale.edu>
1295         * emacs-lisp/easy-mmode.el (define-minor-mode): Pass unknown keyword
1296         args blindly to defcustom.  Use custom-set-minor-mode.
1298 2003-03-24  Kim F. Storm  <storm@cua.dk>
1300         * simple.el: Rework last change so C-x C-SPC C-SPC does not
1301         repeat pop-global-mark by default.
1302         (pop-global-mark-quick-repeat): New user option.
1303         (set-mark-command): Use it.
1305         * emulation/cua-base.el (cua-set-mark):
1306         Check pop-global-mark-quick-repeat.
1308 2003-03-24  John Paul Wallington  <jpw@gnu.org>
1310         * emacs-lisp/easymenu.el (easy-menu-add-item): Don't default to
1311         the global map.
1313         * emerge.el (emerge-show-file-name): Read event irrespective of
1314         whether minibuffer window is resized.  Clear minibuffer when done.
1316         * cus-theme.el (customize-create-theme): Rename from
1317         `custom-theme-create'.
1319 2003-03-24  Luc Teirlinck  <teirllm@mail.auburn.edu>
1321         * cus-edit.el (custom-mode): Make `custom-local-buffer' local.
1323 2003-03-23  Peter Breton  <pbreton@attbi.com>
1325         * net/net-utils.el (dns-lookup-host): New function.
1327 2003-03-23  Martin Stjernholm  <bug-cc-mode@gnu.org>
1329         * progmodes/cc-mode.el (c-parse-state): Add kludge to avoid
1330         an infinite loop when Emacs' open-paren-in-column-zero rule
1331         kicks in and causes the sexp functions to misbehave.
1333 2003-03-22  Peter Breton  <pbreton@cs.umb.edu>
1335         * filecache.el (file-cache-add-directory-recursively)
1336         (file-cache-complete, file-cache-display): New functions.
1338         * generic-x.el (etc-modules-conf-generic-mode): New generic mode.
1339         (rul-generic-mode): Bugfixes by Rolf.Sandau@marconi.com.
1341         * dirtrack.el (dirtrack-cygwin-directory-function): New function.
1342         Remove timestamp.
1344 2003-03-22  Kim F. Storm  <storm@cua.dk>
1346         * ido.el (ido-mode): Remove unused NOBIND arg.  Fix doc string
1347         accordingly.
1348         (ido-define-mode-map): Bind C-l for both file and dir modes.
1349         (ido-wide-find-file, ido-wide-find-dir, ido-make-directory):
1350         Let-bind enable-recursive-minibuffers to t around read-string.
1352 2003-03-22  Kenichi Handa  <handa@m17n.org>
1354         * international/fontset.el (setup-default-fontset):
1355         Use indian-font-char-range for specifying ranges of indian-glyph
1356         chars.  Setup for AKRUTI fonts.
1358         * language/indian.el (indian-font-foundry): New variable.
1359         (indian-script-language-alist): New variable.
1360         (indian-font-char-index-table): New variable.
1361         (indian-font-char): New function.
1362         (indian-font-char-range): New function.
1363         (font-ccl-encoder-alist): Add entry for AKRUTI font.
1365 2003-03-22  Kim F. Storm  <storm@cua.dk>
1367         * progmodes/cperl-mode.el (cperl-electric-backspace):
1368         Add delete-selection property.
1370         * simple.el (set-mark-command): Doc fixes.
1371         Allow pop-global-mark to be repeated with C-x C-SPC C-SPC...
1372         C-u C-u C-SPC now unconditionally sets the mark.
1374         * emulation/cua-base.el (cua-set-mark): Doc fixes.
1375         Allow pop-global-mark to be repeated with C-x C-SPC C-SPC...
1376         C-u C-u C-SPC now unconditionally sets the mark.
1378 2003-03-20  Mark A. Hershberger  <mah@everybody.org>
1380         * xml.el (xml-parse-attlist): Fix typo in attribute parsing.
1382 2003-03-20  Kenichi Handa  <handa@m17n.org>
1384         * international/utf-8.el (ccl-decode-mule-utf-8): Fix a bug in
1385         handling invalid 5 to 6 bytes sequence.
1387 2003-03-19  Simon Marshall  <simon@gnu.org>
1389         * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
1390         New variable.
1391         (makefile-mode): Use it for value of font-lock-syntactic-keywords.
1393 2003-03-19  John Paul Wallington  <jpw@gnu.org>
1395         * cus-theme.el (custom-theme-create): Add autoload cookie.
1397 2003-03-19  Kenichi Handa  <handa@m17n.org>
1399         * dired.el (dired-get-filename): Pay attention to the case that
1400         `read' returns a unibyte string.  Don't encode the file name by
1401         buffer-file-coding-system.
1403 2003-03-18  Kenichi Handa  <handa@m17n.org>
1405         * language/european.el ("Latin-6"): Fix input-method.
1406         ("Latin-7"): Fix input-method.
1408         * international/utf-8.el (utf-fragment-on-decoding):
1409         Don't call register-char-codings.
1410         (utf-fragment-on-decoding): Don't update char-coding-system-table.
1411         (utf-translate-cjk): Don't call register-char-codings nor
1412         optimize-char-coding-system-table.  Don't update
1413         char-coding-system-table.
1415         * international/ucs-tables.el (ucs-unify-8859): Don't call
1416         register-char-codings.
1417         (ucs-unify-8859): Don't call optimize-char-coding-system-table.
1418         (ucs-fragment-8859): Don't update char-coding-system-table.
1419         Don't call register-char-codings nor optimize-char-coding-system-table.
1421         * international/mule.el (optimize-char-coding-system-table):
1422         Remove this function.
1423         (register-char-codings): Make it obsolete.
1424         (char-coding-system-table): Defconst it here.
1425         (make-coding-system): Don't call register-char-codings, call
1426         define-coding-system-internal.
1428         * international/mule-conf.el (no-conversion):
1429         Call define-coding-system-internal on this coding system instead of
1430         calling register-char-codings.
1432         * international/mule-cmds.el (find-coding-systems-for-charsets):
1433         Use find-coding-systems-string instead of looking up
1434         char-coding-system-table.
1436         * international/code-pages.el (cp-fix-safe-chars): Make it obsolete.
1437         (cp-make-coding-system): Don't call cp-fix-safe-chars.
1439 2003-03-18  Stefan Monnier  <monnier@cs.yale.edu>
1441         * startup.el (command-line-1): Use command-execute for any command.
1443 2003-03-17  Stefan Monnier  <monnier@cs.yale.edu>
1445         * buff-menu.el (list-buffers-noselect): Use the display property
1446         to properly align header-line text with the buffer's contents.
1448 2003-03-17  Kenichi Handa  <handa@m17n.org>
1450         * international/mule.el (ctext-post-read-conversion): Convert the
1451         search pattern to multibyte by string-to-multibyte.
1453 2003-03-16  Deepak Goel  <deego@gnufans.org>
1455         * calc/calc-forms.el (math-tzone-names): Introduce UTC as an alias
1456         for GMT.  Suggested by bob@rattlesnake.com.
1458 2003-03-15  Stefan Monnier  <monnier@cs.yale.edu>
1460         * pcvs.el (cvs-mode!): Remove unused argument.
1462         * emacs-lisp/easymenu.el (easy-menu-name-match): Catch any error
1463         that member-ignore-case might signal.
1464         (easy-menu-add-item): Default to the global map, as documented.
1465         (easy-menu-convert-item-1): Use match-string.
1467 2003-03-15  Mark A. Hershberger  <mah@everybody.org>
1469         * xml.el (xml-ucs-to-string): New function to convert Unicode
1470         codepoints to strings.  Uses decode-char (mule.el) if available.
1471         (xml-parse-tag, xml-parse-attlist, xml-skip-dtd, xml-parse-dtd)
1472         (xml-parse-elem-type): Use ' \t\n\r' instead of '[:space:]'.
1473         (xml-parse-attlist): Add attribute normalization.
1474         (xml-parse-tag): Replace "\r\n" and "\r" with "\n".
1476 2003-03-14  John Paul Wallington  <jpw@gnu.org>
1478         * files.el (recover-session): Error if there are no previous
1479         sessions to recover.
1481         * subr.el (posn-col-row): Simplify.
1483         * arc-mode.el (archive-subtype, archive-file-list-start)
1484         (archive-file-list-end, archive-proper-file-start)
1485         (archive-read-only, archive-local-name, archive-mode-map)
1486         (archive-file-name-indent, archive-remote)
1487         (archive-alternate-display, archive-superior-buffer)
1488         (archive-subfile-mode): Doc fixes.
1490 2003-03-14  Stefan Monnier  <monnier@cs.yale.edu>
1492         * indent.el (indent-for-tab-command): If tab-always-indent is non-nil
1493         and the user hits TAB a second time, just insert a tab.
1495         * textmodes/texinfo.el (texinfo-outline-level): Remove.
1496         (texinfo-mode): Set outline-heading-alist instead.
1497         (texinfo-section-list): Reorder for the needs of outline-heading-alist.
1498         (texinfo-insert-block): Don't cons needlessly.
1499         (texinfo-enable-quote-macros, texinfo-enable-quote-envs): New vars.
1500         (texinfo-insert-quote): Use them.
1502         * textmodes/outline.el (outline-level): Demote it to defvar.
1503         (outline-heading-alist): Document extended semantics.
1504         (outline-head-from-level): New fun.
1505         (outline-promote, outline-demote): Use it.
1506         (outline-show-heading): New fun.
1507         (hide-sublevels, show-children):
1508         Use it together with outline-map-region.
1509         (outline-get-next-sibling): Don't call outline-level at eob.
1511 2003-03-14  Simon Josefsson  <jas@extundo.com>
1513         * fringe.el (fringe-mode): Autoload so that
1514         Options->Show/Hide->Fringe->Customize works.
1516 2003-03-13  Stefan Monnier  <monnier@cs.yale.edu>
1518         * textmodes/outline.el (outline-mode-menu-bar-map): Add entries.
1519         (outline-mode-prefix-map): Match new bindings to those of allout.
1520         (outline-map-region): New fun.
1521         (outline-map-tree): Remove.
1522         (outline-promote, outline-demote): Apply to region if active.
1523         Change the default to apply to the subtree.
1524         (outline-move-subtree-up, outline-move-subtree-down): New funs.
1525         (outline-invisible-p): Add optional `pos' argument.
1526         (outline-next-visible-heading, outline-toggle-children): Use it.
1527         (outline-get-next-sibling): Don't call outline-level at eob.
1529         * custom.el (custom-set-minor-mode): New fun.
1531 2003-03-13  Dave Love  <fx@gnu.org>
1533         * international/latin1-disp.el (ucs-tables): Don't require.
1534         (latin1-display-face): New.
1535         (latin1-display-char): Use it.
1537 2003-03-13  Kenichi Handa  <handa@m17n.org>
1539         * international/mule-cmds.el (reset-language-environment):
1540         Set default-file-name-coding-system to iso-latin-1.
1542         * language/european.el (iso-latin-1): Definition of this coding
1543         system moved to mule-conf.el.
1545         * international/mule-conf.el (iso-latin-1): Moved from
1546         european.el.
1548         * term/x-win.el (x-select-text): Don't set a text containing
1549         eight-bit-control/graphic into the cut buffer.
1551 2003-03-12  Kenichi Handa  <handa@m17n.org>
1553         * files.el (insert-directory): Decode by what specified.
1555         * language/japan-util.el (setup-japanese-environment-internal):
1556         By defalt, use japanese-iso-8bit for file names, and prefer
1557         japanese-shift-jis on DOS and Windows.
1559         * international/quail.el (quail-show-guidance-buf): Make the quail
1560         guidance buffer inherit the current value of quail-current-package.
1562         * international/utf-8.el (ccl-decode-mule-utf-8): Don't lose bytes
1563         on handling an invalid byte sequence.
1565 2003-03-11  Jason Rumney  <jasonr@gnu.org>
1567         * files.el (auto-mode-alist): Add .xsl for sgml-mode.
1569 2003-03-11  Mark A. Hershberger  <mah@everybody.org>
1571         * xml.el (xml-skip-dtd): Fix parsing of DOCTYPE.
1573 2003-03-11  John Paul Wallington  <jpw@gnu.org>
1575         * subr.el (posn-col-row): Heed frame parameter `line-spacing' and
1576         `default-line-spacing', rather than buffer-local `line-spacing'.
1578 2003-03-10  Per Abrahamsen  <abraham@dina.kvl.dk>
1580         * cus-edit.el (customize-rogue): New command.
1582 2003-03-10  Andreas Schwab  <schwab@suse.de>
1584         * info.el (Info-extract-menu-node-name)
1585         (Info-following-node-name): Revert last change.
1587 2003-03-10  Thien-Thi Nguyen  <ttn@gnu.org>
1589         * progmodes/scheme.el (scheme-mode-syntax-table):
1590         Construct w/o using `with-syntax-table'.
1592 2003-03-10  John Paul Wallington  <jpw@gnu.org>
1594         * subr.el (posn-col-row): Take into account `line-spacing'.
1596         * ebuff-menu.el (electric-buffer-update-highlight): Do nothing
1597         if major mode isn't `Electric-buffer-menu-mode'.
1599         * term/x-win.el (vendor-specific-keysyms)
1600         (x-last-selected-text-primary): Doc fixes.
1601         (x-win-suspend-error): Use proper noun in error message.
1603 2003-03-09  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1605         * man.el (Man-getpage-in-background): Always use `setenv' for
1606         environment variables, instead of modifying process-environment
1607         directly.  The previous version let-bound process-environment --
1608         the let-binding is skipped for GROFF_NO_SGR because there is
1609         already a let-binding in effect in some outer scope.
1611         * emulation/crisp.el (top-level): Interoperate with cua.
1613 2003-03-08  Kim F. Storm  <storm@cua.dk>
1615         * emulation/cua-base.el: Provide `cua' feature.
1617 2003-03-08  Juanma Barranquero  <lektu@terra.es>
1619         * emulation/cua-base.el (cua--standard-movement-commands):
1620         Fix docstring.
1622 2003-03-07  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1624         * man.el (Man-getpage-in-background): Only change
1625         default-directory if necessary.
1627 2003-03-07  Andreas Schwab  <schwab@suse.de>
1629         * info.el (Info-following-node-name): Skip trailing period.
1630         (Info-extract-menu-node-name): Allow period in node name.
1632 2003-03-07  Kevin Rodgers  <kevin.rodgers@ihs.com>
1634         * dired-x.el (dired-guess-shell-case-fold-search): New user option.
1635         (dired-guess-default): Use it.
1637 2003-03-07  Thien-Thi Nguyen  <ttn@gnu.org>
1639         * progmodes/dcl-mode.el (dcl-font-lock-keywords): New var.
1640         (dcl-font-lock-defaults): New var.
1641         (dcl-mode): Make and init local var `font-lock-defaults'.
1643 2003-03-06  Kevin Rodgers  <kevin.rodgers@ihs.com>
1645         * ffap.el (dired-at-point): Check whether the user can create a
1646         directory before asking about creating it.
1648 2003-03-06  John Paul Wallington  <jpw@gnu.org>
1650         * ebuff-menu.el (electric-buffer-list):
1651         Respect `Buffer-menu-use-header-line'.
1652         (electric-buffer-menu-looper): Likewise.
1654         * buff-menu.el (Buffer-menu-mode-map): Add docstring.
1655         (Buffer-menu-buffer): Fix indentation.
1656         (list-buffers-noselect): Calculate header-line spacing to take
1657         into account width of left fringe and left scrollbar.
1659 2003-03-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1661         * ps-print.el (ps-print-version): New version number (6.6).
1662         (ps-begin-job): If background and foreground color are the same, give
1663         an error.
1664         (ps-default-fg, ps-default-bg): Better doc.
1665         (ps-rgb-color): Became a defun, check RGB value list.
1666         (ps-default-background): New internal var.
1667         (ps-begin-file): Code fix.
1669 2003-03-05  Richard M. Stallman  <rms@gnu.org>
1671         * replace.el (query-replace-read-args): Use save-excursion.
1672         (map-query-replace-regexp): Use prefix-numeric-value.
1674 2003-03-05  Juanma Barranquero  <lektu@terra.es>
1676         * term/w32-win.el (x-handle-geometry): Put sizes on
1677         `initial-frame-alist' too.
1679         * startup.el (command-line-x-option-alist): Make --border-color set
1680         the border-color frame parameter, not border-width.
1682         * faces.el (frame-set-background-mode): Fix reference to attribute
1683         "backgroundMode".
1685 2003-03-05  Reto Zimmermann  <reto@gnu.org>
1687         * progmodes/vhdl-mode.el: Version 3.32.12 released.
1688         Modifications for displaying all projects in hierarchy browser and case
1689         insensitive hierarchy browsing.  Change Rod's email address.
1690         Include `itimer.el' patch for XEmacs.  Backquote fix.  Change some
1691         documentation strings.  Add "ERROR: " prefix to all error
1692         messages.  Enhanced usage of hideshow.
1693         (vhdl-in-literal): Remove unused argument LIM.
1694         (vhdl-compiler-alist): Enhance customization for compilers; add
1695         "Speedwave", "Simili", "Synopsys Design Compiler", "Cadence NC",
1696         "Savant", "ProVHDL" and "VeriBest" compilers.
1697         Add new error message syntax for Modelsim.
1698         Add Synplify, column no in error regexp.
1699         Include library name in library command.
1700         Add unit-to-file name mapping for Savant.
1701         Add library option in Makefile generation command.
1702         Add command to create library directory.
1703         Built-in Makefile generation is always default.
1704         (vhdl-create-mode-menu): Split menues for compilers, projects, models.
1705         Add customization for `global-font-lock-mode'.
1706         Fix `customize-group' entries for XEmacs and
1707         change "Gen." to "Generate".  Get *Messages* buffer.
1708         Fix "Auto Load Setup File" menu entry.
1709         Add faces customization to "Options".  Add "Options" entry.
1710         Include `speedbar-indentation-width'.
1711         (vhdl-replace-string): Allow casing (use `vhdl-file-name-case').
1712         (vhdl-template-exit, vhdl-template-next, vhdl-template-return):
1713         Fix template abortion.
1714         (vhdl-speedbar-port-copy): Add subprogram copy; copy port of component
1715         in package.
1716         (vhdl-fixup-whitespace-region): No whitespace after '(' and before ')'.
1717         Better treat comments and strings.  Fix "=> ," alignment.
1718         (vhdl-port-paste-testbench): Print file names created.
1719         Better handling when file exist/open.  Additional comments in code.
1720         Replace keywords in testbench entity and architecture file headers.
1721         Adjust case in testbench configuration.
1722         (vhdl-port-paste-instance): Special case: no number in instance name.
1723         (vhdl-speedbar-expand-units): Fix speedbar frame switching oddity.
1724         (vhdl-font-lock-keywords-2): Enhance highlighting of instantiation;
1725         highlight instantiations without map.
1726         Highlight quantity declaration names.  Highlight formal parameters.
1727         Fix label highlighting for signal asst.
1728         (vhdl-mode): `comment-padding' for Emacs 21 only.
1729         Remove forced `turn-on-font-lock'.
1730         Remove `hippie-expand-only-buffers' setting.
1731         Update online documentation and web address.
1732         (vhdl-comment-uncomment-region): Remove usage of `commend-dwim' again.
1733         Change ARG for uncommenting.
1734         (vhdl-speedbar-make-*-line): Fix for displaying XEmacs speedbar images.
1735         (vhdl-fontify-buffer): Toggle font-lock-mode for better recovery.
1736         (vhdl-port-list): Add context clause.
1737         (vhdl-port-paste-signals): Include direction comments.
1738         (vhdl-testbench-declarations, vhdl-testbench-statements): New default.
1739         (vhdl-port-*): Include name in status messages.
1740         (vhdl-package-alist): Scan for and display subprogram body.
1741         Change key to lower case, add original case identifier.
1742         Scan for packages used by package body.
1743         (vhdl-speedbar-find-file): Always jump to design unit if buffer open.
1744         (vhdl-speedbar-insert-hierarchy): Mark non-existing entities/packages.
1745         Message "No VHDL design units!".
1746         (vhdl-compile-init): Allow fourth element (column no) in error regexp.
1747         Fix `nconc' bug.  Eliminate redundant regexps.
1748         (vhdl-minibuffer-tab): No indentation.
1749         Use `hippie-expand-only-buffers' to take
1750         expansions from VHDL buffers only; don't overwrite non-nil default of
1751         `hippie-expand-only-buffers'; check whether
1752         `hippie-expand-only-buffers' is bound.
1753         (vhdl-ams-types, vhdl-ams-enum-values): Add identifiers from
1754         `nature_pkg' package.
1755         (vhdl-align-alist): Fix "when/else ... =>" case.
1756         Align declaration keywords only at beg. of line.
1757         Align <=, := and == among each other.
1758         (vhdl-port-copy): Extended identifiers for signal names.
1759         Fix on empty generic/port clause.
1760         Fix parsing of comment on first line.
1761         Allow generic clause begin on first line.
1762         Add "inout" and "linkage" to direction modes.
1763         (vhdl-font-lock-function-face): Change DarkCyan to Cyan4.
1764         (vhdl-file-header): Insert VHDL language standard string.
1765         (vhdl-instance-name): Unique numbers in instance names.
1766         (vhdl-compile): Check for existing compile directory.
1767         Print out file name if compiler does not; put it in
1768         quotes if contains spaces.  Check compiler name.
1769         (vhdl-compiler): Change empty value from "" to nil.
1770         (vhdl-make): Check for existing compile directory.
1771         Fix missing options if there is a target.  Check compiler name.
1772         (vhdl-template-field): Fix case on all VHDL words.
1773         (vhdl-template-others): Re-electrified "others".
1774         (vhdl-speedbar-expand-architecture): Give user control over displayed
1775         hierarchy depth.
1776         (vhdl-project-alist): Insert library name in Makefile name.
1777         Sources exclude regexp.  Add file-specific compile exceptions.
1778         Enhance customization of projects.
1779         (vhdl-get-hierarchy): Include configurations in hierarchy list.
1780         Fix bug with configurations.
1781         Consider configurations; also at lower levels.
1782         (vhdl-speedbar-item-info): Enhance displaying.
1783         (vhdl-scan-file-contents): Fix skipping of comments in scanning.
1784         Sources exclude regexp.
1785         Allow comment lines in instantiations.
1786         Fix used packages in package body scanning.
1787         Allow code before first block configuration.
1788         Scan also for "is" keyword of design units.
1789         Scan configuration specification.
1790         Clear directory alists first.
1791         Consistency check.
1792         Check for multiply scanned design units.
1793         Scan components/subprograms in package.
1794         Scan library clauses and subconfigurations.
1795         Limit file size for scanning.
1796         (vhdl-entity-alist): Change key to lower case, add original case
1797         identifier.
1798         (vhdl-electric-tab): Not overwrite non-nil default of
1799         `hippie-expand-only-buffers'.
1800         (vhdl-electric-tab): Check whether `hippie-expand-only-buffers' is
1801         bound; use it to take expansions from VHDL buffers only.
1802         (vhdl-electric-tab): Toggle comment indent.
1803         (vhdl-generate-makefile): Check compiler name.
1804         Add library option in Makefile generation command.
1805         (vhdl-generate-makefile): Add dependencies for components in package.
1806         (vhdl-template-elsif): No expansion in concurrent part (except AMS).
1807         (vhdl-insert-string-or-file): Resolve environment variables.
1808         (vhdl-insert-string-or-file): Fix NTEmacs `file-exists-p' problem.
1809         (vhdl-submit-bug-report): Prompt for summary.
1810         (vhdl-resolve-paths): Rearrange environment variable resolution.
1811         (vhdl-scan-project-contents): Rearrange environment variable
1812         resolution.
1813         (vhdl-scan-project-contents): Allow absolute paths.
1814         (vhdl-doc-coding-style): Update RMM URL.
1815         (vhdl-end-of-leader): Consider "is" keyword in VHDL'93.
1816         (vhdl-model-insert): Replace header prompts too.
1817         (vhdl-template-header): New argument `is-model'.
1818         (vhdl-template-generate-body): Remove "begin" for VHDL'93.
1819         (vhdl-actual-port-name): Change default value (no "_i" extension).
1820         (vhdl-template-modify): Delete date instead of kill.
1821         (vhdl-get-source-files): Don't match source files beginning with ".".
1822         (vhdl-project-*-alist): Merge with variables `vhdl-*-alist'.
1823         (vhdl-speedbar-*): Many enhancements and fixes in hierarchy browser.
1824         (vhdl-speedbar-expand-*): Display used packages.
1825         (vhdl-sequential-statement-p): Better algorithm.
1826         (vhdl-electric-mode, vhdl-stutter-mode): Change key bindings.
1827         (vhdl-electric-...): No stuttering within literals.
1828         (vhdl-template-footer): Replace keywords in footer as in header.
1829         (vhdl-align-...): Enhance alignment, add progress reporting.
1830         (vhdl-beautify-region): Bug fix.
1831         (vhdl-comment-insert-inline): Remove wrapping to next line if too long.
1832         (vhdl-testbench-configuration-name)
1833         (vhdl-update-sensitivity-list-buffer): Fix starting cursor position.
1834         (vhdl-prepare-search-[12]): Fix search within hidden code.
1835         (vhdl-speedbar-jump-to-unit): Disable cursor re-positioning.
1836         (vhdl-template-for): Fix sequential statement part detection.
1837         (vhdl-electric-space): Fix wrapping for non-word characters.
1838         (vhdl-template-standard-package): Don't insert "std" library.
1839         (vhdl-template-architecture): Code optimization.
1840         (vhdl-template-package): Search for existing package name.
1841         (vhdl-template-component-decl, vhdl-port-paste-declaration):
1842         Insert "is" in VHDL'93.
1843         (match-string-no-properties, vhdl-forward-comment): New aliases.
1844         (vhdl-speedbar-library-face, vhdl-speedbar-subprogram-face): New faces.
1845         (file-expand-wildcards, regexp-opt, subst-char-in-string)
1846         (vhdl-add-modified-file, vhdl-align-buffer, vhdl-align-declarations)
1847         (vhdl-align-list, vhdl-align-region-2, vhdl-align-region-groups)
1848         (vhdl-align-same-indent, vhdl-aput, vhdl-auto-load-project)
1849         (vhdl-backward-same-indent, vhdl-beginning-of-block)
1850         (vhdl-character-to-event, vhdl-compile-directory)
1851         (vhdl-compile-print-file-name, vhdl-compose-components-package)
1852         (vhdl-compose-insert-generic, vhdl-compose-insert-port)
1853         (vhdl-compose-insert-signal, vhdl-compose-new-component)
1854         (vhdl-compose-place-component, vhdl-compose-wire-components)
1855         (vhdl-default-directory, vhdl-delete, vhdl-delete-indentation)
1856         (vhdl-do-group, vhdl-do-list, vhdl-do-same-indent)
1857         (vhdl-duplicate-project, vhdl-end-of-block, vhdl-expand-abbrev)
1858         (vhdl-expand-paren, vhdl-export-project, vhdl-fill-group)
1859         (vhdl-fill-list, vhdl-fill-region, vhdl-fill-same-indent)
1860         (vhdl-fix-case-word, vhdl-fix-clause, vhdl-forward-comment)
1861         (vhdl-forward-same-indent, vhdl-generate-makefile-1)
1862         (vhdl-get-compile-options, vhdl-get-components-package-name)
1863         (vhdl-get-end-of-unit, vhdl-get-make-options, vhdl-get-packages)
1864         (vhdl-get-visible-signals, vhdl-goto-marker)
1865         (vhdl-hs-forward-sexp-func, vhdl-hs-minor-mode, vhdl-import-project)
1866         (vhdl-indent-group, vhdl-insert-file-contents, vhdl-load-cache)
1867         (vhdl-makefile-name, vhdl-match-string-downcase, vhdl-max-marker)
1868         (vhdl-parse-group-comment, vhdl-paste-group-comment)
1869         (vhdl-port-paste-context-clause, vhdl-port-paste-initializations)
1870         (vhdl-port-reverse-direction, vhdl-process-command-line-option)
1871         (vhdl-project-p, vhdl-re-search-backward, vhdl-re-search-forward)
1872         (vhdl-remove-trailing-spaces, vhdl-require-hierarchy-info)
1873         (vhdl-resolve-env-variable, vhdl-run-when-idle, vhdl-save-cache)
1874         (vhdl-save-caches, vhdl-scan-context-clause)
1875         (vhdl-scan-directory-contents, vhdl-set-compiler, vhdl-set-project)
1876         (vhdl-show-messages, vhdl-sort-alist, vhdl-speedbar-check-unit)
1877         (vhdl-speedbar-contract-all, vhdl-speedbar-contract-level)
1878         (vhdl-speedbar-display-directory, vhdl-speedbar-display-projects)
1879         (vhdl-speedbar-expand-all, vhdl-speedbar-expand-config)
1880         (vhdl-speedbar-expand-package, vhdl-speedbar-expand-project)
1881         (vhdl-speedbar-generate-makefile, vhdl-speedbar-insert-projects)
1882         (vhdl-speedbar-insert-subpackages, vhdl-speedbar-line-key)
1883         (vhdl-speedbar-line-project, vhdl-speedbar-line-text)
1884         (vhdl-speedbar-make-design, vhdl-speedbar-make-subpack-line)
1885         (vhdl-speedbar-make-subprogram-line, vhdl-speedbar-place-component)
1886         (vhdl-speedbar-refresh, vhdl-speedbar-set-depth)
1887         (vhdl-speedbar-update-current-project, vhdl-statistics-buffer)
1888         (vhdl-subprog-copy, vhdl-subprog-flatten, vhdl-subprog-paste-body)
1889         (vhdl-subprog-paste-call, vhdl-subprog-paste-declaration)
1890         (vhdl-subprog-paste-specification, vhdl-template-others-hook)
1891         (vhdl-template-replace-header-keywords, vhdl-toggle-project)
1892         (vhdl-uniquify, vhdl-update-file-contents, vhdl-update-hierarchy)
1893         (vhdl-update-progress-info, vhdl-update-sensitivity-list)
1894         (vhdl-update-sensitivity-list-buffer)
1895         (vhdl-update-sensitivity-list-process, vhdl-use-direct-instantiation)
1896         (vhdl-warning, vhdl-warning-when-idle)
1897         (vhdl-widget-directory-validate, vhdl-work-library)
1898         (vhdl-write-file-hooks-init): New functions.
1899         (vhdl-aappend, vhdl-add-warning, vhdl-align-noindent-buffer)
1900         (vhdl-align-noindent-region, vhdl-create-customize-menu)
1901         (vhdl-forward-unit, vhdl-modify-date-init, vhdl-project-switch)
1902         (vhdl-scan-file-contents, vhdl-speedbar-display-hierarchy)
1903         (vhdl-speedbar-toggle-hierarchy): Functions deleted.
1904         (vhdl-in-comment-p, vhdl-in-string-p, vhdl-standard-p): Define as
1905         functions, not defsubsts.
1906         (vhdl-in-comment-or-string-p, vhdl-speedbar-project-p):
1907         Delete defsubsts.
1908         (vhdl-compose, vhdl-naming, vhdl-speedbar, vhdl-template)
1909         (vhdl-testbench): New customization groups.
1910         (vhdl-electric): Customization group deleted.
1911         (vhdl-align-alist, vhdl-doc-coding-style, vhdl-doc-keywords)
1912         (vhdl-imenu-generic-expression): Define as constants instead of
1913         variables.
1914         (vhdl-ams-packages, vhdl-doc-release-notes, vhdl-emacs-21)
1915         (vhdl-hs-start-regexp, vhdl-time-stamp, vhdl-xemacs): New constants.
1916         (vhdl-font-lock-keywords-0): Constants deleted.
1917         (vhdl-prepare-search-1, vhdl-prepare-search-2, vhdl-visit-file):
1918         New macros.
1919         (vhdl-ext-syntax-table): Macro deleted.
1920         (vhdl-align-group-separate, vhdl-align-same-indent)
1921         (vhdl-architecture-file-name, vhdl-compile-use-local-error-regexp)
1922         (vhdl-components-package-name, vhdl-compose-architecture-name)
1923         (vhdl-compose-create-files, vhdl-compose-include-header)
1924         (vhdl-copyright-string, vhdl-default-library, vhdl-directive-keywords)
1925         (vhdl-entity-file-name, vhdl-file-name-case)
1926         (vhdl-include-group-comments, vhdl-include-type-comments)
1927         (vhdl-indent-syntax-based, vhdl-makefile-generation-hook)
1928         (vhdl-package-file-name, vhdl-project-auto-load)
1929         (vhdl-project-file-name, vhdl-project-sort, vhdl-speedbar-auto-open)
1930         (vhdl-speedbar-cache-file-name, vhdl-speedbar-display-mode)
1931         (vhdl-speedbar-jump-to-unit, vhdl-speedbar-save-cache)
1932         (vhdl-speedbar-scan-limit, vhdl-speedbar-update-on-saving)
1933         (vhdl-testbench-configuration-name)
1934         (vhdl-testbench-include-configuration, vhdl-testbench-include-header)
1935         (vhdl-testbench-include-library, vhdl-use-components-package)
1936         (vhdl-use-direct-instantiation): New options.
1937         (vhdl-compiler-options, vhdl-speedbar, vhdl-speedbar-hierarchy-indent)
1938         (vhdl-speedbar-show-hierarchy, vhdl-testbench-architecture-header)
1939         (vhdl-testbench-entity-header): Options deleted.
1940         (speedbar-indentation-width, vhdl-compile-file-name)
1941         (vhdl-config-alist, vhdl-directive-keywords-regexp)
1942         (vhdl-directory-alist, vhdl-font-lock-keywords-0, vhdl-menu-max-size)
1943         (vhdl-mode-ext-syntax-table, vhdl-modified-file-list)
1944         (vhdl-port-flattened, vhdl-port-reversed-direction)
1945         (vhdl-speedbar-hierarchy-depth, vhdl-speedbar-last-selected-project)
1946         (vhdl-speedbar-show-projects, vhdl-speedbar-shown-project-list)
1947         (vhdl-speedbar-shown-unit-alist, vhdl-speedbar-update-current-unit)
1948         (vhdl-subprog-flattened, vhdl-subprog-list, vhdl-updated-project-list)
1949         (vhdl-warnings): New variables.
1950         (vhdl-project-ent-inst-list, vhdl-project-entity-alist)
1951         (vhdl-project-package-alist, vhdl-speedbar-last-file-name)
1952         (vhdl-speedbar-shown-units-alist, vhdl-startup-warnings): Delete vars.
1954 2003-03-04  Rob Kaut  <rob@siworks.com>  (tiny change)
1956         * progmodes/vhdl-mode.el (vhdl-comment-uncomment-region):
1957         Remove two comment characters at start of line instead of one.
1959 2003-03-03  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
1961         * printing.el (pr-get-symbol): Move it to next eval-and-compile.
1963 2003-03-03  John Paul Wallington  <jpw@gnu.org>
1965         * ibuf-macs.el (ibuffer-aif): Use `make-symbol' instead of
1966         `gensym' in case user calls macro at runtime.
1967         (ibuffer-save-marks): Likewise.
1969 2003-03-03  Kenichi Handa  <handa@m17n.org>
1971         * language/japan-util.el (japanese-symbol-table): Add two entries
1972         to make it complete.
1974 2003-03-03  Andreas Schwab  <schwab@suse.de>
1976         * info.el (Info-fontify-node): Don't hide indentation before the
1977         reference name.  Don't process a reference twice when a new tag is
1978         inserted.
1979         (Info-hide-note-references): Fix doc and customize type.
1981 2003-03-02  Matt Swift  <swift@alum.mit.edu>
1983         * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
1984         New custom variable.
1985         (lisp-fill-paragraph): Use it.  Add ?, to `paragraph-separate' so
1986         that first docstring lines ending with a comma are respected.
1987         Add "`(" to same so that function and macro bodies beginning with a
1988         backquote do not get disturbed.  Revise the comments.
1990 2003-03-01  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1992         * startup.el (command-line): Call menu-bar-mode with 1 instead of t.
1994         * menu-bar.el (menu-bar-mode): Change to define-minor-mode
1995         and initialize as for tool-bar-mode.
1997 2003-02-28  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1999         * net/tramp.el: Version 2.0.30 released.
2000         Replace term "path" with "localname" unless it is used for a
2001         search path.
2002         (tramp-handle-expand-file-name): Allow ".." to cross host boundaries.
2003         (tramp-open-connection-setup-interactive-shell): Unset $ENV in
2004         addition to setting $PS1 when starting the Bourne-ish shell.
2005         Some sh implementations (eg, bash when called as sh) read the file
2006         named there on startup, which could clobber $PS1.
2007         (tramp-do-copy-or-rename-file-one-local): New function.
2008         Not implemented.  Not used.  Should invoke rcp or scp directly to keep
2009         the time.
2011 2003-02-28  Michael Albinus  <Michael.Albinus@alcatel.de>
2013         * net/tramp-smb.el: Replace term `path' with `localname'
2014         unless it is used for a search path.  In GNU, the word `path' is
2015         reserved for search paths.
2017         * net/tramp.el (tramp-send-string, tramp-send-region): Removed.
2018         (tramp-send-string): New function.  Takes over the role of the
2019         functions above, in order to have a unique place handling
2020         `tramp-chunksize'.  Same implementation as `tramp-send-region'.
2021         (tramp-chunksize): It's now a defcustom.  Set to 500 on systems
2022         only known to have a buggy `process-send-string' implementation.
2023         First black-listed constellation is GNU Emacs/ hpux.
2024         (tramp-send-region): Correct debug message.
2025         (tramp-bug): Add `tramp-chunksize'.
2027 2003-02-26  Matt Swift  <swift@alum.mit.edu>
2029         * startup.el: Streamline code in several functions for efficiency
2030         and readability.  Rephrase booleans to avoid `(not noninteractive)'.
2031         Clarify several booleans expressions using De Morgan's laws.
2033         (command-line): Fix barf when first command-line option handled by
2034         `command-line-1' is in the form --OPT=VAL.
2035         (command-line-1): Restore intended behavior of the --directory/-L
2036         command-line option: "-L a -L b -L c" on the command-line now puts
2037         '(a b c) at the front of `load-path'.
2039 2003-02-26  Oliver Scholz  <alkibiades@gmx.de>
2041         * play/gamegrid.el (gamegrid-add-score): Add info to docstring.
2042         (gamegrid-add-score-with-update-game-score-1): New function,
2043         factored out of `gamegrid-add-score-with-update-game-score'.
2044         (gamegrid-add-score-with-update-game-score): Use it.  Fall back on
2045         `gamegrid-add-score-insecure' if the requested file does not exist
2046         in $(gamedir), in case the user has installed a game on his own.
2047         (gamegrid-add-score-insecure): Accept optional directory argument.
2049 2003-02-25  Andreas Schwab  <schwab@suse.de>
2051         * progmodes/make-mode.el (makefile-font-lock-keywords): Protect shell
2052         variable references by requireing that $ is not preceded by another $.
2054 2003-02-25  Kenichi Handa  <handa@m17n.org>
2056         * env.el (setenv): Fix previous change.
2058 2003-02-25  Ramakrishnan M  <rama@gnu.org>  (tiny change)
2060         * language/mlm-util.el (mlm-char-glyph): Fix more rules.
2062 2003-02-24  Stefan Monnier  <monnier@cs.yale.edu>
2064         * progmodes/simula.el: Move abbrev loading to after the fun it uses.
2065         (simula-install-standard-abbrevs): Use dolist.
2066         Use system-flag when calling define-abbrev.
2068 2003-02-24  Dave Love  <fx@gnu.org>
2070         * obsolete/cplus-md.el: Delete.  (Requires removed c-mode.el.)
2072         * env.el (read-envvar-name): Decode names.
2073         (substitute-env-vars): Use eval-when-compile and char class.
2074         (setenv): Doc fix.  Encode the data (after checking that's possible).
2075         (getenv): Encode the name and decode the result.
2077 2003-02-24  Ken Manheimer  <klm@zope.com>
2079         * allout.el (allout-pre-command-business): Fix docstring.
2081 2003-02-24  Ramakrishnan M  <rama@gnu.org>  (tiny change)
2083         * language/mlm-util.el (mlm-char-glyph): Fix several composing rules.
2085 2003-02-24  Kenichi Handa  <handa@m17n.org>
2087         * international/characters.el: Fix syntaxes of gb2312 and big5.
2089         * language/japan-util.el (sentence-end-save): Variable deleted.
2090         (setup-japanese-environment-internal): Don't setup sentence-end.
2091         (exit-japanese-environment): Function deleted.
2093         * language/japanese.el ("Japanese"): Delete `exit-function'.
2095         * textmodes/paragraphs.el (sentence-end): Add Chinese and Japanese
2096         characters.
2098 2003-02-24  Ramakrishnan M  <rama@gnu.org>  (tiny change)
2100         * language/mlm-util.el (mlm-char-glyph): Add entries for "halant +
2101         rakar + halant" and "halant + rrakar + halant".
2103 2003-02-23  Richard M. Stallman  <rms@gnu.org>
2105         * replace.el (query-replace-read-args): Return just 3 values.
2106         (query-replace, query-replace-regexp)
2107         (query-replace-regexp-eval, map-query-replace-regexp)
2108         (replace-string, replace-regexp): Read the start and end args
2109         separately so that the expressions are recorded in command-history.
2111         * menu-bar.el (Revert Buffer): Condition on buffer-file-number.
2113         * startup.el (inhibit-startup-hooks): New variable.
2114         (normal-top-level): Obey that variable.
2115         (command-line-1): Run emacs-startup-hook before term-setup-hook.
2116         Set inhibit-startup-hooks too.
2118         * files.el (revert-buffer): Different error message
2119         for reverting a nonexistent file.
2121 2003-02-22  Stefan Monnier  <monnier@cs.yale.edu>
2123         * progmodes/cperl-mode.el: Merge changes from CPerl-5.0.
2124         (toplevel): Require man.
2125         Don't autoload tmm-prompt (it's in loaddefs.el).
2126         (cperl-electric-backspace-untabify): New var.
2127         (cperl-electric-backspace): Use it.
2128         (cperl-vc-header-alist): Extract numeric version from the Id.
2129         (cperl-build-manpage): New fun.
2130         (cperl-menu): Use it.  Add toggle-autohelp.
2131         (cperl-mode) <defun-prompt_regexp>: Understand prototypes.
2132         (cperl-electric-brace): Use `cperl-after-block-p' for detection.
2133         (cperl-electric-keyword): Make $if (etc: "$@%&*") non-electric.
2134         '(' after keyword would insert a doubled paren.
2135         (cperl-calculate-indent): Update syntaxification before checks.
2136         Fix wrong indent of blocks starting with POD.
2137         (cperl-find-pods-heres): If no end of HERE-doc found, mark to the end
2138         of buffer.  This enables recognition of end of HERE-doc "as one types".
2139         Require "\n" after trailing tag of HERE-doc.
2140         \( made non-quoting outside of string/comment (gdj-contributed).
2141         Likewise for \$.  Remove `here-doc-group' text property at start
2142         (makes this property reliable).
2143         Text property `first-format-line' ==> t.
2144         Do not recognize $opt_s and $opt::s as s///.
2145         (cperl-after-block-p): Optional arg pre-block to check for a pre-block
2146         Recognize `continue' blocks too.
2147         (cperl-after-expr-p): Update syntaxification before checks.  Work after
2148         here-docs, formats, and PODs too (affects many electric constructs).
2149         (cperl-fix-line-spacing): Allow "_" in $vars of foreach etc.
2150         (cperl-perldoc): Use case-sensitive search.
2152         * progmodes/cperl-mode.el: Merge changes from CPerl-4.35.
2153         (cperl-xemacs-p): Move.
2154         (cperl-can-font-lock): New var to replace window-system.
2155         (cperl-enable-font-lock): Use it.
2156         (cperl-use-major-mode): New var.
2157         (cperl-mode): Use it.
2158         (cperl-calculate-indent): Remove code whose removal was missed
2159         in some earlier merge.
2160         (cperl-tags-hier-init): Use display-popup-menus-p.
2162 2003-02-22  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2164         * files.el (abbreviate-file-name): Shorten docstring: variables
2165         are now hyperlinks and `C-h v' need not be mentioned explicitly.
2167 2003-02-21  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2169         * files.el (abbreviate-file-name): Document removal of
2170         automounter prefixes.  Reported by Lars Hansen.
2172 2003-02-21  Kim F. Storm  <storm@cua.dk>
2174         * emulation/cua-base.el: Add run-time check to catch users trying
2175         to use older versions of CUA-mode, rather than the version
2176         distributed with Emacs.  Use autoload cookies and eval-after-load.
2178         * startup.el (command-line): Clarify and tidy up the message
2179         printed when there are errors in the user-init-file.
2180         Do not encapsulate the error data; it's read by humans here.
2181         Do not split windows when displaying the *Message* buffer.
2183 2003-02-20  Stefan Monnier  <monnier@cs.yale.edu>
2185         * subr.el (with-syntax-table): Don't copy the table any more.
2187 2003-02-20  Ehud Karni  <ehud@unix.mvs.co.il>  (tiny change)
2189         * mail/rmail.el (rmail-insert-inbox-text): Make the pop3 mechanism
2190         work on cygwin systems too.
2192 2003-02-20  Juanma Barranquero  <lektu@terra.es>
2194         * progmodes/ebrowse.el (ebrowse-show-file-name-at-point):
2195         Remove useless check.
2197 2003-02-20  Andreas Schwab  <schwab@suse.de>
2199         * info.el (Info-extract-menu-node-name): Stop if colon is
2200         followed by open paren.
2202 2003-02-20  Francesco Potort\e,Al\e(B  <pot@gnu.org>
2204         * mail/undigest.el (unforward-rmail-message): Allow nested
2205         unforwarding, that is, preserve old Forwarded-From/Date headers.
2207 2003-02-20  Kenichi Handa  <handa@m17n.org>
2209         * term/w32-win.el: Call set-fontset-font with NAME nil.
2211         * international/mule-diag.el (print-fontset): If FONTSET is nil,
2212         use the default fontset.
2213         (describe-fontset): If the current frame is not using a fontset,
2214         call print-fontset with nil.
2216 2003-02-19  Andre Spiegel  <spiegel@gnu.org>
2218         * vc.el (vc-binary-assoc, vc-binary-suffixes): Remove; these
2219         were accidentally left over during the VC redesign in 2000.
2221 2003-02-18  Juanma Barranquero  <lektu@terra.es>
2223         * help-macro.el (make-help-screen): Fix character constant.
2225         * mouse-sel.el (mouse-sel-determine-selection-thing): Likewise.
2227         * calc/calc-graph.el (calc-graph-plot): Likewise.
2229         * calc/calc-prog.el (calc-macro-edit-variable): Likewise.
2231         * emacs-lisp/edebug.el: Likewise.
2233         * emacs-lisp/helper.el (Helper-help-scroller): Likewise.
2235         * language/cyril-util.el (standard-display-cyrillic-translit):
2236         Likewise.
2238         * mail/rfc822.el (rfc822-nuke-whitespace): Likewise.
2240         * progmodes/cperl-mode.el (cperl-electric-keyword)
2241         (cperl-electric-pod, cperl-do-auto-fill): Likewise.
2243         * textmodes/reftex-ref.el (reftex-reference): Likewise.
2245         * textmodes/table.el (table-generate-source): Use ?\\ instead of
2246         space in "work in progress" message.
2248         * emacs-lisp/tq.el (tq-create): Fix quoted lambda expression.
2250 2003-02-17  Dave Love  <fx@gnu.org>
2252         * progmodes/ebrowse.el (ebrowse-output): Don't use gensym.
2254 2003-02-17  Markus Rost  <rost@math.ohio-state.edu>
2256         * calendar/calendar.el (diary-file-name-prefix-function):
2257         Fix custom type.
2259 2003-02-17  Andre Spiegel  <spiegel@gnu.org>
2261         * vc-cvs.el (vc-cvs-dir-state): Protect against DIR not being
2262         under CVS control.  Suggested by Masanobu UMEDA.
2264 2003-02-17  Kenichi Handa  <handa@m17n.org>
2266         * files.el (insert-directory): Add workaround for the case that we
2267         can't trust ls's output as to byte positions of filenames.
2269 2003-02-15  Richard M. Stallman  <rms@gnu.org>
2271         * ffap.el: Many doc fixes.
2272         (ffap-replace-file-component):
2273         Renamed from ffap-replace-path-component.  Callers changed.
2274         (ffap-host-to-filename): Renamed from ffap-host-to-path.  Callers chgd.
2276         * international/iso-ascii.el (iso-ascii-display-table): New variable.
2277         (iso-ascii-standard-display-table): New variable.
2278         (iso-ascii-display): Define in iso-ascii-display-table.
2279         (iso-ascii-mode): New command.
2281         * tar-mode.el (tar-header-block-summarize):
2282         Use l for symlink, h for hard link.
2284 2003-02-15  David Kastrup  <dak@gnu.org>
2286         * net/ange-ftp.el (ange-ftp-get-file-entry): Allow for graceful
2287         failure returning nil, as documented.
2289 2003-02-14  Dave Love  <fx@gnu.org>
2291         * international/code-pages.el: Undo `Trailing whitepace deleted.'
2292         damage.
2293         (cp1125, mik): Nullify mime-charset.
2295         * language/cyrillic.el ("Cyrillic-KOI8"): Fix input-method.
2296         ("Russian"): New.
2297         ("Bulgarian"): Add tutorial.
2299         * international/mule-cmds.el (locale-language-names): Use Italian,
2300         Russian, Turkish, Chinese-EUC-TW.
2301         (set-locale-environment): Set ps-paper-type.
2303 2003-02-14  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>  (tiny change)
2305         * time.el (display-time-string-forms): Add face property to mail
2306         string.
2308 2003-02-14  Juanma Barranquero  <lektu@terra.es>
2310         * international/mule-cmds.el (view-hello-file): Use `view-file'
2311         instead of `find-file-read-only'.
2313         * dired-aux.el (dired-query-alist): Fix use of character constant.
2315         * simple.el (backward-delete-char-untabify): Likewise.
2317         * strokes.el (strokes-read-complex-stroke): Likewise.
2319         * wid-edit.el (widget-choose): Likewise.
2321         * xml.el (xml-parse-elem-type): Likewise.
2323         * emacs-lisp/testcover-ses.el (ses-exercise-signals): Likewise.
2325         * progmodes/cperl-mode.el (cperl-next-bad-style): Likewise.
2327         * progmodes/idlwave.el (idlwave-show-begin): Likewise.
2329 2003-02-13  Stefan Monnier  <monnier@cs.yale.edu>
2331         * international/mule-cmds.el (sort-coding-systems): Use \'.
2332         (select-safe-coding-system): Remove redundant assq check.
2333         Remove raw-text, emacs-mule and no-conversion from the list of
2334         proposed encodings unless there's nothing else.
2336 2003-02-13  Markus Rost  <rost@math.ohio-state.edu>
2338         * files.el (find-alternate-file): Undo last change.
2340         * dired.el (dired-directory): Add autoload cookie.
2342 2003-02-13  Juanma Barranquero  <lektu@terra.es>
2344         * international/characters.el: Use new ?\s syntax instead of "? "
2345         followed by a comment.
2347         * ruler-mode.el (ruler-mode-margins-char): Likewise.
2349 2003-02-13  Dave Love  <fx@gnu.org>
2351         * newcomment.el (comment-indent): Ensure space before added comment.
2353 2003-02-13  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
2355         * ps-print.el: Change the policy of background/foreground default
2356         color.
2357         (ps-print-version): New version number (6.5.9).
2358         (ps-default-fg, ps-default-bg): Adjust default value.
2359         (ps-begin-file, ps-begin-job): ps-default-fg and ps-default-bg
2360         variables now use `t' to indicate the use of Emacs session
2361         background/foreground color.
2362         (ps-output-string-prim): If index out of range, insert hexadecimal
2363         representation of character.
2365 2003-02-13  Kim F. Storm  <storm@cua.dk>
2367         * help.el (where-is): Rename remap-command to command-remapping.
2368         * help-fns.el (describe-function-1): Likewise.
2370 2003-02-12  Glenn Morris  <gmorris@ast.cam.ac.uk>
2372         * progmodes/fortran.el (fortran-fill): Fill lines that do not have
2373         comments.
2375 2003-02-12  Stefan Monnier  <monnier@cs.yale.edu>
2377         * progmodes/fortran.el (fortran-mode): Set comment-use-syntax.
2378         (fortran-fill-paragraph): Use fill-comment-paragraph.
2380 2003-02-12  Juanma Barranquero  <lektu@terra.es>
2382         * files.el (file-truename): Revert change from 2002-11-27.
2384 2003-02-12  Luc Teirlinck  <teirllm@mail.auburn.edu>
2386         * help-fns.el (describe-function-1): Change output for keyboard macros.
2388 2003-02-12  Andreas Schwab  <schwab@suse.de>
2390         * progmodes/sh-script.el (sh-mode-map): Don't remap
2391         beginning-of-defun to the non-existing command
2392         sh-beginning-of-compound-command.
2394 2003-02-12  Karl Chen  <quarl@hkn.eecs.berkeley.edu>  (tiny change)
2396         * files.el (find-alternate-file): Check whether `dired-directory'
2397         is bound.
2399 2003-02-12  Simon Marshall  <simon@gnu.org>
2401         * progmodes/make-mode.el (makefile-font-lock-keywords):
2402         Fontify single character variable references, but protect shell
2403         variables references.
2404         (makefile-mode): Make `$' be punctuation in font-lock-defaults.
2406 2003-02-12  Ami Fischman  <ami@fischman.org>
2408         Face markup of calendar and diary displays: Any entry line that
2409         ends with [foo:value] where foo is a face attribute (except :box
2410         :stipple) or with [face:blah] tags, will have these values applied
2411         to the calendar and fancy diary displays. These attributes "stack"
2412         on calendar displays.  File-wide attributes can be defined as
2413         follows: the first line matching "^# [tag:value]" defines the
2414         value for that particular tag.  All of the tags' regexps can be
2415         customized.
2417         * calendar/calendar.el (diary-face-attrs): New custom.
2418         (diary-file-name-prefix-function): New custom.
2419         (diary-glob-file-regexp-prefix): New custom.
2420         (diary-file-name-prefix): New custom.
2421         (generate-calendar-window): Check that font-lock-mode is bound
2422         before checking value.
2423         (mark-visible-calendar-date): Add the ability to pass face
2424         attribute/value pairs in the mark argument.  Handle the mark.
2426         * calendar/diary-lib.el (diary-attrtype-convert): Convert an
2427         attribute value string to the desired type.
2428         (diary-pull-attrs): New function that pulls the attributes off a
2429         diary entry, merges with file-global attributes, and returns
2430         the (possibly modified) entry and a list of attribute/values using
2431         diary-attrtype-convert.
2432         (list-diary-entries, fancy-diary-display, show-all-diary-entries)
2433         (mark-diary-entries, mark-sexp-diary-entries)
2434         (list-sexp-diary-entries): Add handling of file-global attributes;
2435         add handling of entry attributes using diary-pull-attrs.
2436         (mark-calendar-days-named, mark-calendar-days-named)
2437         (mark-calendar-date-pattern, mark-calendar-month)
2438         (add-to-diary-list): Add optional paramater `color' for passing
2439         face attribute info through the callchain.  Pass this parameter around.
2441 2003-02-11  Stefan Monnier  <monnier@cs.yale.edu>
2443         * progmodes/etags.el (find-tag-tag): Move (default foo) to before
2444         `:' in the prompt.
2445         (find-tag): Make sure we move point in the proper window.
2447         * progmodes/meta-mode.el (meta-fill-paragraph): Remove.
2448         (meta-common-initialization): Don't set fill-paragraph-function
2449         now that fill-paragraph takes care of comments.
2451         * progmodes/scheme.el (scheme-mode-syntax-table): Don't switch
2452         the current buffer's syntax-table.
2454         * progmodes/simula.el (simula-font-lock-syntactic-keywords): New var.
2455         (simula-font-lock-keywords-1): Simplify.
2456         (simula-font-lock-keywords-2): Use regexp-opt.
2457         (simula-emacs-features): Remove.
2458         (simula-mode-syntax-table): Setup %...\n as comment style b.
2459         (simula-mode-map): Remove compatibility cruft.
2460         (simula-keep-region-active): Remove.
2461         (simula-popup-menu): Simplify.
2462         (simula-mode): Move abbrev-table setup to top-level.
2463         (simula-match-string-or-comment): Remove.
2465         * progmodes/tcl.el (tcl-omit-ws-regexp): Correctly handle cases
2466         like `proc foo {a {b c} d} {'.
2467         (tcl-mode): Make comment-start-skip more selective.
2469         * info-xref.el (info-xref-check): Use line-beginning-position.
2470         (info-xref-all-info-files): Cons a bit less.
2471         (info-xref-check-buffer): Use push and replace-regexp-in-string.
2472         (info-xref-output): Call insert only once.
2473         (info-xref-whitespace): Remove.
2475 2003-02-11  John Paul Wallington  <jpw@gnu.org>
2477         * ibuffer.el (toplevel): Don't require `font-lock';
2478         require `font-core' instead, even though it is dumped.
2480         * ibuf-ext.el (ibuffer-save-with-custom, ibuffer-add-to-tmp-hide)
2481         (ibuffer-add-to-tmp-show): Doc fixes.
2483         * language/tamil.el ("Tamil"): Doc fix.
2485 2003-02-11  Juanma Barranquero  <lektu@terra.es>
2487         * language/vietnamese.el ("Vietnamese"): Fix typos.
2489         * info-xref.el (info-xref-check-buffer): Fix typo.
2491         * makefile.w32-in (DONTCOMPILE): Add malayalam.el and tamil.el.
2493 2003-02-11  Kenichi Handa  <handa@m17n.org>
2495         * loadup.el: Load "language/malayalam" and "language/tamil".
2497 2003-02-11  KAWABATA, Taichi  <kawabata@m17n.org>
2499         * Makefile.in (DONTCOMPILE): Add malayalam.el and tamil.el.
2501         * language/devan-util.el: Maintainer's mail address changed.
2502         (devanagari-composable-pattern): Add DANDA character.
2503         (dev-char-glyph): Add an entry for DANDA.
2505         * language/devanagari.el: Maintainer's mail address changed.
2507         * language/indian.el: Maintainer's mail address changed.
2509         * language/ind-util.el (indian-dev-base-table): Table fixed.
2510         (indian-pnj-base-table): Table contents defined.
2511         (indian-gjr-base-table): Likewise.
2512         (indian-ori-base-table): Likewise.
2513         (indian-bng-base-table): Likewise.
2514         (indian-asm-base-table): Likewise.
2515         (indian-tlg-base-table): Likewise.
2516         (indian-knd-base-table): Likewise.
2517         (indian-mlm-base-table): Likewise.
2518         (indian-tml-base-table): Likewise.
2519         (indian-pnj-itrans-v5-hash, indian-gjr-itrans-v5-hash)
2520         (indian-ori-itrans-v5-hash, indian-bng-itrans-v5-hash)
2521         (indian-asm-itrans-v5-hash, indian-tlg-itrans-v5-hash)
2522         (indian-knd-itrans-v5-hash, indian-mlm-itrans-v5-hash)
2523         (indian-tml-itrans-v5-hash): New variables.
2525         * language/malayalam.el: New file.
2526         * language/mlm-util.el: New file.
2527         * language/tamil.el: New file.
2528         * language/tml-util.el: New file.
2530 2003-02-11  Kevin Ryde  <user42@zip.com.au>
2532         * info-xref.el: New file.
2534 2003-02-10  Stefan Monnier  <monnier@cs.yale.edu>
2536         * textmodes/page-ext.el (pages-directory-mode-map): New.
2537         (pages-directory-map): Redefine as an varalias.
2538         (pages-directory-mode): Use new map var and run mode hook.
2539         (pages-directory-address-mode): Use define-derived-mode.
2541         * textmodes/texinfmt.el (texinfo-format-iftex, texinfo-format-ifhtml)
2542         (texinfo-format-ifplaintext, texinfo-format-tex, texinfo-format-html)
2543         (texinfo-format-ifnotinfo, texinfo-format-titlepage)
2544         (texinfo-format-titlespec, texinfo-format-ignore, texinfo-if-set)
2545         (texinfo-if-clear): Use re-search-forward's return value.
2546         (texinfo-sort-startkeyfun, texinfo-format-buffer-1)
2547         (texinfo-format-region): Use line-{end,beginning}-position.
2548         (texinfo-append-refill, texinfo-alias): Use match-string-no-properties.
2550         * emacs-lisp/eldoc.el (eldoc-echo-area-multiline-supported-p)
2551         (eldoc-use-idle-timer-p): Remove.
2552         (timer): Never require.  It only works in current Emacs anyway.
2553         (eldoc-mode, eldoc-message, eldoc-display-message-p)
2554         (eldoc-docstring-format-sym-doc, eldoc-remove-command): Simplify.
2556         * ffap.el (ffap-complete-as-file-p):
2557         Use minibuffer-completing-file-name.
2559         * international/mule.el (load-with-code-conversion): Use push.
2561         * font-core.el (font-lock-defontify): Use restore-buffer-modified-p.
2563         * gud.el (gud-gdb-run-command-fetch-lines, gud-display-line):
2564         Use with-current-buffer and simplify.
2566         * help-mode.el (help-xref-on-pp): Only add xref if the text
2567         is less than 5K.
2569         * pcvs-parse.el (cvs-parse-table): "no longer in repo" does not
2570         make the file dead if we used the -n arg.
2572         * emacs-lisp/cl-macs.el (process-get): Add setf method.
2574         * server.el (server-previous-strings): Remove.
2575         (server-process-filter): Use (process-get 'previous-string) instead.
2576         (server-sentinel): Remove code made superfluous.
2578 2003-02-10  Luc Teirlinck  <teirllm@mail.auburn.edu>
2580         * info.el (Info-follow-nearest-node): Implement new behavior.
2582 2003-02-10  Juanma Barranquero  <lektu@terra.es>
2584         * progmodes/ebnf-otz.el (ebnf-optimize, ebnf-optimize1): Fix typo.
2586         * progmodes/ebnf2ps.el (ebnf2ps): Fix typo.
2587         (ebnf-syntactic): Change group name and tag from "ebnf-syntatic".
2588         (ebnf-syntax, ebnf-lex-comment-char, ebnf-lex-eop-char)
2589         (ebnf-terminal-regexp, ebnf-case-fold-search)
2590         (ebnf-iso-alternative-p, ebnf-iso-normalize-p)
2591         (ebnf-yac-ignore-error-recovery): Add to group "ebnf-syntactic", not
2592         "ebnf-syntatic".
2593         (ebnf-optimize, ebnf-print-buffer, ebnf-print-region)
2594         (ebnf-spool-buffer, ebnf-spool-region, ebnf-eps-buffer)
2595         (ebnf-eps-region, ebnf-syntax-buffer, ebnf-syntax-region)
2596         (ebnf-generate-region): Fix typo.
2598 2003-02-10  KAWABATA, Taichi  <kawabata@m17n.org>
2600         * language/ind-util.el (indian-itrans-v5-table): Add entries for
2601         "E" and "O".
2603 2003-02-10  Martin Stjernholm  <bug-cc-mode@gnu.org>
2605         * progmodes/cc-styles.el (c-set-offset): Don't find a default
2606         syntactic element through syntactic analysis if called outside
2607         a CC Mode buffer.
2609 2003-02-09  Martin Stjernholm  <bug-cc-mode@gnu.org>
2611         * progmodes/cc-mode.el (c-basic-common-init):
2612         Install `c-fill-paragraph' on `fill-paragraph-function'.
2613         Although it's not the normal way to call it in a CC Mode buffer it
2614         makes a direct call to `fill-paragraph' work better.
2616 2003-02-08  Kim F. Storm  <storm@cua.dk>
2618         * printing.el (pr-get-symbol): Define during compile.
2620 2003-02-07  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
2622         * printing.el: New file.
2624 2003-02-07  Francesco Potort\e,Al\e(B  <pot@gnu.org>
2626         * language/european.el ("French", "Slovenian"): Fix doc strings.
2628 2003-02-06  John Paul Wallington  <jpw@gnu.org>
2630         * mail/rmailsum.el (rmail-summary-previous-msg): Add docstring.
2631         (rmail-summary-line-count-flag, rmail-summary-previous-labeled-message)
2632         (rmail-summary-next-labeled-message, rmail-summary-resend)
2633         (rmail-summary-override-mail-send-and-exit): Doc fixes.
2635 2003-02-06  Francesco Potort\e,Al\e(B  <pot@gnu.org>
2637         * language/european.el ("Italian"): New.
2639 2003-02-06  Matthew Swift  <swift@alum.mit.edu>
2641         * dired.el (dired-move-to-filename-regexp): Support "K" suffix on
2642         "ls -alh" output.
2644 2003-02-05  Juanma Barranquero  <lektu@terra.es>
2646         * font-lock.el (font-lock-reference-face): Add obsolescence
2647         declaration and remove redundant info from docstring.
2649         * log-edit.el (cvs-commit-buffer-require-final-newline)
2650         (cvs-changelog-full-paragraphs): Likewise.
2652         * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button)
2653         (mouse-wheel-click-button): Likewise.
2655         * pcvs-defs.el (cvs-diff-ignore-marks, cvs-diff-buffer-name): Likewise.
2657         * vc.el (vc-annotate-display, vc-checkout-carefully): Likewise.
2659         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
2660         (vc-header-alist): Likewise.
2662         * emacs-lisp/checkdoc.el (checkdoc-minor-keymap): Likewise.
2664         * textmodes/outline.el (outline-visible): Likewise.
2666 2003-02-05  Kim F. Storm  <storm@cua.dk>
2668         * ido.el (ido-define-mode-map):
2669         Undo last change (duplicates part of 2003-02-04 change).
2670         Remap `viper' delete commands only in file or dir mode.
2672 2003-02-05  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2674         * ido.el (ido-define-mode-map): Interact with Viper.
2676 2003-02-05  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2678         * net/tramp.el: Version 2.0.29 released.
2679         (tramp-send-region): Protect against tramp-chunksize being nil.
2680         (tramp-chunksize): Set default to 500 as workaround for some ssh
2681         connections.
2682         (tramp-handle-directory-file-name): New implementation.  Not sure
2683         if it works.
2684         (tramp-md5-function): Require md5 before checking function md5.
2685         If using md5-encode, put wrapper around it that converts vector of
2686         bytes to ascii text.
2687         (top-level): Avoid byte-compiler warnings of unused variables if
2688         the byte-compiler supports this.  This is for the
2689         with-parsed-tramp-file-name macro which is wont to produce such stuff.
2691 2003-02-05  Michael Albinus  <Michael.Albinus@alcatel.de>
2693         * net/tramp.el (tramp-handle-directory-file-name): Handle the case
2694         PATH is "".
2695         (tramp-completion-handle-file-name-all-completions):
2696         Define `tramp-current-user' locally.  See `tramp-parse-passwd'.
2697         (tramp-parse-passwd): For su-alike methods it would be desirable
2698         to return "root@localhost" as default.  Unfortunately, we have no
2699         information whether any user name has been typed already.  So we
2700         (mis-)use tramp-current-user as indication, assuming it is set in
2701         `tramp-completion-handle-file-name-all-completions'.
2702         (tramp-send-region): Handle the case `tramp-chunksize' is equal 0.
2703         I did it accidently.  Infinite loop ...
2704         (tramp-get-device): `tramp-make-tramp-file-name' must not be
2705         called with NIL path.  It fails in case of multi-method.
2706         (tramp-file-name-for-operation):  Apply `expand-file-name' for
2707         relative file names only.  Otherwise there might be problems if
2708         the default directory is another Tramp directory as the directory
2709         the file is based on.
2710         (tramp-find-foreign-file-name-handler): Check whether FILENAME is
2711         a Tramp file name.  It isn't if it comes from an expanded file
2712         name (like "/xx:yy//zz").
2713         (tramp-devices): New variable.  Keeps virtual device numbers.
2714         Devices must distinguish physical file systems.  The device
2715         numbers provided by "lstat" aren't unique, because we operate on
2716         different hosts.  So we use virtual device numbers, generated by
2717         `tramp-get-device'.  Both Ange-FTP and EFS use device number -1.
2718         In order to be different, we use device number (-1 x), whereby "x"
2719         is unique for a given (multi-method method user host).
2720         Suggested by Kai.
2721         (tramp-perl-file-attributes): Always return device number -1.
2722         There will be a virtual device number set in
2723         `tramp-handle-file-attributes', which replaces this one.
2724         (tramp-handle-file-attributes): Set virtual device number.
2725         (tramp-get-device): New function.  Returns the virtual device
2726         number.  If it doesn't exist, generate a new one.
2727         (tramp-handle-file-regular-p): Use Emacs file name primitives
2728         instead of calling tramp-handle-* equivalents directly.
2729         Needed for tramp-smb.
2730         (tramp-completion-function-alist-ssh): Add parsing of
2731         "/etc/ssh_config" and "~/.ssh/config".  Suggested by Kai.
2732         (tramp-completion-function-alist, tramp-set-completion-function):
2733         Doc string update.
2734         (tramp-parse-sconfig, tramp-parse-sconfig-group): New functions.
2735         Provide parsing of "~/.ssh/config" style files.
2736         (tramp-completion-handle-expand-file-name):
2737         Apply `tramp-drop-volume-letter'.  Otherwise, there are problems
2738         on W32 systems.
2739         (tramp-completion-mode): Perform check (integerp last-input-event)
2740         before (event-modifiers last-input-event) -- there might be
2741         problems if `last-input-event' is a mouse event.
2742         (tramp-parse-rhosts, tramp-parse-shosts)
2743         (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc):
2744         Use `file-readable-p' instead of `file-exists-p'.  Otherwise these
2745         functions might block.  Reported by <kin@neoscale.com>.
2747         * net/tramp-ftp.el (top-level): eval-after-load "ange-ftp"
2748         '(tramp-disable-ange-ftp).  Suggested by Kai.
2749         (tramp-ftp-file-name-handler): `tramp-disable-ange-ftp' not needed
2750         any longer.
2751         (top-level): Defaults for `tramp-default-method-alist' must be a list.
2753         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
2754         Apply `tramp-handle-directory-file-name'.
2755         (tramp-smb-handle-file-attributes):  Apply `tramp-get-device'.
2756         ATIME and CTIME are (0 0) now (= "don't know"), which is more honest.
2757         (tramp-smb-handle-make-directory): Use Emacs file name primitives
2758         instead of calling tramp-smb-handle-* equivalents directly.
2759         (tramp-smb-read-file-entry): Return size as a number, not a string.
2760         (top-level): Defaults for `tramp-default-method-alist' must be a list.
2762 2003-02-05  Stefan Monnier  <monnier@cs.yale.edu>
2764         * completion.el (eval-when-compile-load-eval, completion-eval-when)
2765         (cmpl-read-time-eval, minibuffer-window-selected-p): Remove.
2766         (completion-min-length, completion-max-length)
2767         (completion-prefix-min-length): Don't hard-code the default value
2768         when byte-compiling.
2769         (complete): Inline minibuffer-window-selected-p.
2771 2003-02-04  Richard M. Stallman  <rms@gnu.org>
2773         * term.el (term-raw-map): Set it up at load time.
2774         (term-char-mode): Don't set up term-raw-map here.
2775         (term-set-escape-char): Don't set up C-x subcommand.
2776         (term-ansi-face-already-done): Renamed from
2777         term-ansi-face-alredy-done.
2778         (term-command-hook): Avoid error if STRING is empty.
2779         (term, term-mode): Doc fixes.
2781         * term.el: Redesign handling of colors and faces.
2782         Delete all the faces that this mode used to make.
2783         (ansi-term-color-vector): New variable.
2784         (ansi-term-fg-faces-vector, ansi-term-bg-faces-vector)
2785         (ansi-term-inv-bg-faces-vector, ansi-term-inv-fg-faces-vector):
2786         Variables deleted.
2787         (term-default-fg-color, term-default-bg-color): Use defcustom.
2788         (term-handle-colors-array): Use ansi-term-color-vector,
2789         and specify face attributes rather than faces in `face' property.
2791         * term.el (term-ansi-fg-faces-vector, term-ansi-bg-faces-vector)
2792         (term-ansi-inv-fg-faces-vector, term-ansi-inv-bg-faces-vector)
2793         (term-ansi-reverse-faces-vector): Delete unused variables.
2794         (term-ignore-error): Delete macro.
2796         * simple.el (back-to-indentation): Skip all whitespace
2797         except for newlines.
2799         * files.el (find-alternate-file): Handle dired-directory
2800         like buffer-file-name.
2802         * dired.el (dired-find-buffer-nocreate): Avoid error if
2803         dired-directory is nil.
2805 2003-02-04  Juanma Barranquero  <lektu@terra.es>
2807         * image.el (image-type-regexps): Fix typo.
2809         * international/characters.el: Restore missing space and put a
2810         comment to protect it from being deleted as trailing whitespace.
2812         * ruler-mode.el (ruler-mode-margins-char): Likewise.
2814 2003-02-04  Francesco Potort\e,Al\e(B  <pot@gnu.org>
2816         * mail/rmailout.el (rmail-output): If preserving MIME-version,
2817         preserve Content-type too.
2819 2003-02-04  Kim F. Storm  <storm@cua.dk>
2821         * ido.el (ido-define-mode-map): Remap viper delete char/word
2822         commands to their ido specific equivalents.  Disable ESC in
2823         viper mode (to avoid exiting insert mode), since ido doesn't
2824         work in viper command mode.
2825         (ido-delete-backward-updir, ido-delete-backward-word-updir):
2826         Handle remapped viper commands.
2828 2003-02-03  Juanma Barranquero  <lektu@terra.es>
2830         * calculator.el (calculator): Don't use the minibuffer even in
2831         electric mode; use a private buffer and display it in the minibuffer
2832         window using `set-window-buffer'.
2834 2003-02-03  Dave Love  <fx@gnu.org>
2836         * emacs-lisp/benchmark.el: New.
2838 2003-02-02  Andreas Schwab  <schwab@suse.de>
2840         * progmodes/asm-mode.el (asm-font-lock-keywords): Allow arbitrary
2841         words separated by dots.  Match optional parenthesized word at
2842         start of line.
2844         * font-lock.el
2845         (font-lock-match-c-style-declaration-item-and-skip-to-next):
2846         Don't require underscore in word before double open-paren.
2848 2003-02-02  John Paul Wallington  <jpw@gnu.org>
2850         * hexl.el (hexl-mode-map): Bind C-m to `hexl-self-insert-command'.
2852 2003-02-01  Stephen Gildea  <gildea@stop.mail-abuse.org>
2854         * time-stamp.el: Tweak doc strings and preamble commentary.
2855         (time-stamp): Fix parsing of "%%a" in time-stamp-pattern (change
2856         regexp subpattern 5)
2857         (time-stamp-pattern): Initialize to nil to avoid regexp work in
2858         default case.
2859         (time-stamp-string): Call set-time-zone-rule instead of setenv
2860         (time-stamp-hhmmss): Remove (not needed after all).
2861         (time-stamp-month-dd-yyyy, time-stamp-dd/mm/yyyy)
2862         (time-stamp-mon-dd-yyyy, time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
2863         (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd, time-stamp-yymmdd)
2864         (time-stamp-hh:mm:ss, time-stamp-hhmm): Make obsolete.
2866 2003-01-31  Stefan Monnier  <monnier@cs.yale.edu>
2868         * cus-edit.el (custom-unlispify-menu-entry): Use with-current-buffer.
2869         (custom-save-variables): Use dolist, simplify.
2870         Output a message if a `requests' entry looks suspicious.
2871         (custom-save-faces): Use dolist, simplify.
2873 2003-01-31  Christoph Wedler  <Christoph.Wedler@sap.com>
2875         * antlr-mode.el: Bug fixes, miscellaneous.
2876         (antlr-mode): Make major mode work with cc-mode-5.29 or higher,
2877         make it more rubust against changes in cc-mode's style variables
2878         by using `boundp' and function `c-init-language-vars' if defined.
2879         (antlr-c++-mode-extra): Only ask if language is not "Cpp".
2880         (antlr-read-value): With completion, ignore case.
2881         (antlr-run-tool-interactive): New function.
2882         (antlr-run-tool): Use it for `interactive' specification.
2884         * antlr-mode.el: Simplify Emacs/XEmacs compatibility.
2885         (cond-emacs-xemacs): New compile-time macro.
2886         (defunx): New compile-time macro.
2887         (ignore-errors-x): New compile-time macro.
2888         (save-buffer-state-x): New compile-time macro.
2890         (antlr-scan-sexps, antlr-simple-scan-sexps): Deletia.
2891         (antlr-scan-lists, antlr-simple-scan-sexps): Deletia.
2892         (antlr-simple-default-directory): Deletia.
2893         (antlr-default-directory): Define directly.
2894         (antlr-simple-read-shell-command): Deletia.
2895         (antlr-read-shell-command): Define directly.
2896         (antlr-simple-with-displaying-help-buffer): Deletia.
2897         (antlr-with-displaying-help-buffer): Define directly.
2898         (antlr-fast-invalidate-context-cache): Deletia.
2899         (antlr-slow-invalidate-context-cache): Deletia.
2900         (antlr-invalidate-context-cache): Define directly.
2901         (antlr-fast-syntactic-context): Deletia.
2902         (antlr-slow-syntactic-context): Deletia.
2903         (antlr-syntactic-context): Define directly.
2905         (antlr-mode-menu): Use new macros.
2906         (antlr-font-lock-additional-keywords): Ditto.
2907         (antlr-skip-sexps): Ditto.
2908         (antlr-end-of-rule): Ditto.
2909         (antlr-beginning-of-rule): Ditto.
2910         (antlr-end-of-body): Ditto.
2911         (antlr-beginning-of-body): Ditto.
2912         (antlr-hide-actions): Ditto.
2913         (antlr-option-kind): Ditto.
2915         * antlr-mode.el: In Emacs, use face attribute :weight, not :bold.
2916         (antlr-font-lock-keyword-face): Use new macros.
2917         (antlr-font-lock-syntax-face): Ditto.
2918         (antlr-font-lock-ruledef-face): Ditto.
2919         (antlr-font-lock-tokendef-face): Ditto.
2920         (antlr-font-lock-literal-face): Ditto.
2922         Changes from 2002-05-24:
2924         * antlr-mode.el: Version 2.2a.
2926         Changes from 2002-05-03:
2928         * antlr-mode.el: Make context parsing faster on Emacs, for faster
2929         syntax highlighting, indentation and imenu support.
2930         Suggested by Aaron Davies <adavies42@users.sourceforge.net>.
2931         (antlr-slow-context-cache): New variable.
2932         (antlr-slow-syntactic-context): Use cache.
2933         (antlr-slow-cache-enabling-symbol): New internal variable.
2934         (antlr-slow-cache-diff-threshold): New variable.
2935         (antlr-fast-invalidate-context-cache): Renamed from
2936         antlr-xemacs-bug-workaround.
2937         (antlr-imenu-create-index-function): Search from beginning.
2939         * antlr-mode.el: More sophisticated indentation, i.e., use the
2940         indentation engine of cc-mode for most actions.
2941         (antlr-c-common-init): Allow nil for `antlr-indent-style'.
2942         (antlr-indent-line): Use indentation engine of cc-mode more often.
2943         (antlr-indent-at-bol-alist): Only used for header actions.
2944         (antlr-disabling-cc-syntactic-symbols): New variable.
2945         (antlr-indent-item-regexp): Delete stuff for actions.
2946         (antlr-indent-at-bol-alist): With language "Java", indent
2947         "package" and "import" at column 0 in header part.
2949         * antlr-mode.el (antlr-simple-default-directory): Define.
2950         (antlr-simple-read-shell-command): Define.
2951         (antlr-simple-with-displaying-help-buffer): Define.
2952         (antlr-simple-scan-sexps, antlr-simple-scan-lists):
2953         Renamed from antlr-scan-{sexps,lists}-internal.
2955         Changes from 2002-02-28:
2957         * antlr-mode: Version 2.2 is released.
2959         * antlr-mode.el (antlr): Moved to SourceForge.net
2961         * antlr-mode.el: Minor bug fixes: insert options and indentation.
2962         (antlr-option-location): Don't use point as position where to
2963         insert options if point is in comment.
2964         (antlr-mode): Don't set style here.
2965         (antlr-c-common-init): Set style here.  If boundp, set
2966         `c-current-comment-prefix' to not break indentation in comments.
2967         Hm, I should probably split `c-common-init' from cc-mode into two
2968         parts, one of which I could use for antlr-mode.el.
2970         Changes from 2002-01-31:
2972         * antlr-mode.el (antlr-font-lock-additional-keywords):
2973         Also hightlight `~' with `antlr-font-lock-syntax-face'.
2974         Suggested by Helmut Neukirchen <neukirchen@itm.mu-luebeck.de>.
2976 2003-01-31  Joe Buehler  <jhpb@draco.hekimian.com>
2978         * comint.el:
2979         * dired-aux.el:
2980         * dired.el:
2981         * dirtrack.el:
2982         * dos-w32.el:
2983         * fast-lock.el:
2984         * filecache.el:
2985         * files.el:
2986         * hippie-exp.el:
2987         * international/mule.el:
2988         * net/browse-url.el:
2989         * pcomplete.el:
2990         * recentf.el:
2991         * shell.el:
2992         * woman.el: Added cygwin to system-type comparisons.
2994 2003-01-31  Francesco Potort\e,Al\e(B  <pot@gnu.org>
2996         * mail/undigest.el (rmail-forward-separator-regex): New custom
2997         variable.
2998         (unforward-rmail-message): Use it.
3000 2003-01-30  Dave Love  <fx@gnu.org>
3002         * textmodes/ispell.el (lookup-words): Fix last change.
3004 2003-01-29  John Paul Wallington  <jpw@gnu.org>
3006         * font-lock.el (lisp-font-lock-keywords-1): Match `deftheme'.
3008         * emacs-lisp/lisp-mode.el (toplevel): Define docstring offset for
3009         `deftheme'.  Fix docstring offsets for `define-ibuffer-filter' and
3010         `define-ibuffer-sorter'.
3011         (lisp-imenu-generic-expression): Add `deftheme' to types.
3013         * custom.el (customize-mark-to-save, customize-mark-as-set)
3014         (custom-remove-theme): Doc fixes.
3016 2003-01-29  Didier Verna  <didier@xemacs.org>
3018         * cus-edit.el (custom-save-variables): Also save non theme'd ones.
3019         * cus-edit.el (custom-save-faces): Ditto.
3021 2003-01-29  Juanma Barranquero  <lektu@terra.es>
3023         * composite.el (decompose-composite-char): Fix docstring.
3025         * select.el (x-set-cut-buffer): Fix docstring.  Check type with
3026         `stringp' instead of `substring'.
3028         * textmodes/reftex.el (reftex-TeX-master-file): Use really the buffer
3029         file name if no other master file is located.
3031         * progmodes/cperl-mode.el (cperl-beautify-level)
3032         (cperl-beautify-regexp): Fix use of `prefix-numeric-value'.
3033         (cperl-calculate-indent): Fix typo.
3035 2003-01-29  Taro Kawagishi  <tarok@transpulse.org>
3037         * arc-mode.el (archive-lzh-summarize): Fix previous change.
3039 2003-01-29  Kim F. Storm  <storm@cua.dk>
3041         * emacs-lisp/authors.el: New format of AUTHORS file; list each
3042         author name once followed by contributed and changed files.
3043         Improve selection of entries to include in list, and generate list
3044         of unrecognized entries indicating syntax errors in ChangeLog files.
3045         (authors-coding-system): New variable.
3046         (authors-many-files): Update doc string.
3047         (authors-aliases): Change format. Now one entry with multiple
3048         aliases per author.
3049         (authors-valid-file-names, authors-renamed-files-alist)
3050         (authors-renamed-files-regexps): New variables.
3051         (authors-canonical-file-name): New function.  Validates that file
3052         exists or occurs in one of the above lists.  Record unrecognized
3053         file names in global authors-invalid-file-names list.
3054         (authors-add): Change to record per-change counts.
3055         (authors-canonical-author-name): Handle new format of
3056         authors-aliases list.
3057         (authors-scan-change-log): Rename FILE arg to LOG-FILE.
3058         Change doc string to describe new entry format.
3059         Only add author entries for valid file names.
3060         (authors-print): Replace by authors-add-to-author-list.
3061         (authors-add-to-author-list): New function which reorders
3062         per-file entries and adds them to global authors-author-list.
3063         (authors): Instead of authors-print to insert in *Authors* buffer,
3064         use authors-add-to-author-list to reorder the list and then
3065         insert result in *Authors* buffer with new format.
3066         Generate *Authors Errors* compilation-mode buffer listing
3067         unrecognized ChangeLog entries.
3069 2003-01-28  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
3071         * term/mac-win.el: Add entries in function-key-map for
3072         [tab], [backspace], [escape].
3074 2003-01-28  Kim F. Storm  <storm@cua.dk>
3076         * info.el (Info-extract-menu-node-name): Another fix for
3077         2003-01-24 change.  Also stop search if : is followed by TAB.
3079 2003-01-28  John Paul Wallington  <jpw@gnu.org>
3081         * ibuf-ext.el (ibuffer-yank-filter-group): Move check for empty
3082         `ibuffer-filter-group-kill-ring' out of `interactive' declaration.
3084 2003-01-28  Martin Stjernholm  <bug-cc-mode@gnu.org>
3086         * progmodes/cc-vars.el, progmodes/cc-mode.el
3087         (c-require-final-newline): Made this variable an alist to
3088         specify a value for each language.  The default value causes
3089         `require-final-newline' to be set to t only in languages where
3090         the standard requires a final newline.
3092 2003-01-27  Kim F. Storm  <storm@cua.dk>
3094         * simple.el (kill-new): Improve doc string for yank-handler.
3095         Signal args-out-of-range error if yank-handler is specified for
3096         an empty string.
3098         * subr.el (insert-for-yank): Remove COMMAND element from yank handler.
3100 2003-01-27  Dave Love  <fx@gnu.org>
3102         * dired-x.el (dired-filename-at-point): Fix last change and tidy up.
3104         * thingatpt.el (thing-at-point-file-name-chars):
3105         Include non-ASCII again and re-write the filename ops.
3107 2003-01-27  David Ponce  <david@dponce.com>
3109         * makefile.w32-in (update-subdirs-SH): Create lisp/subdirs.el.
3111 2003-01-27  Juanma Barranquero  <lektu@terra.es>
3113         * filesets.el (filesets-file-open): Fix typo.
3115         * vcursor.el (vcursor-disable): Likewise.
3117         * eshell/esh-cmd.el (eshell-separate-commands): Likewise.
3119         * progmodes/cc-styles.el (c-make-styles-buffer-local): Likewise.
3121         * progmodes/cc-vars.el (c-offsets-alist): Likewise.
3123         * progmodes/ebrowse.el (ebrowse-draw-tree-fn): Likewise.
3125 2003-01-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
3127         * progmodes/cc-vars.el, progmodes/cc-mode.el
3128         (c-require-final-newline): Add a variable to make the
3129         initialization of `require-final-newline' more configurable.
3131 2003-01-26  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3133         * emacs-lisp/authors.el (authors-aliases): Add Jan D.
3134         Set iso-2022-7bit coding: cookie.
3136 2003-01-26  Kim F. Storm  <storm@cua.dk>
3138         * info.el (Info-extract-menu-node-name): Fix 2003-01-24 change.
3139         Don't search for next colon if current colon is followed by
3140         one of ".", ",", ";", or ")".
3141         (info-insert-file-contents) [!MSDOS]: Avoid byte-compiler warning.
3142         (Info-find-node) [!MSDOS]: Avoid byte-compiler warning.
3144 2003-01-26  Richard M. Stallman  <rms@gnu.org>
3146         * thingatpt.el (thing-at-point-file-name-chars): Undo previous change.
3148 2003-01-25  Bill Wohler  <wohler@newt.com>
3150         * mh-e: Created directory. ChangeLog will appear in a week when we
3151         release version 7.2.
3153         * mail/mh-alias.el, mail/mh-comp.el, mail/mh-customize.el, mail/mh-e.el,
3154         mail/mh-funcs.el, mail/mh-identity.el, mail/mh-index.el,
3155         mail/mh-loaddefs.el, mail/mh-mime.el, mail/mh-pick.el,
3156         mail/mh-seq.el, mail/mh-speed.el, mail/mh-utils.el,
3157         mail/mh-xemacs-compat.el: Moved to mh-e directory.
3158         Note that reply2.pbm and reply2.xpm, which were created by the
3159         MH-E package, were left in mail since they can probably be used by
3160         other mail packages.
3162         * makefile.w32-in (WINS): Add mh-e.
3164         * makefile.nt (WINS): Add mh-e.
3166 2003-01-25  Richard M. Stallman  <rms@gnu.org>
3168         * emacs-lisp/bytecomp.el (byte-compile-file-form-custom-declare-variable):
3169         Compile any lambda-expressions among the args.
3171         * view.el (view-mode): Doc fix.
3173         * ido.el: Many doc fixes.
3174         (ido-complete): Fix message.
3176 2003-01-25  Taro Kawagishi  <tarok@transpulse.org>
3178         * arc-mode.el (archive-unixdate): Correct the date field string.
3179         (archive-lzh-summarize): Extend it to allow the LZH level 2 header
3180         type (which is most prevalent now), in addition to the already
3181         supported level 0 and 1 header types.
3183 2003-01-25  Markus Rost  <rost@math.ohio-state.edu>
3185         * international/mule-cmds.el (set-language-info)
3186         (current-language-environment): Simplify setting the type of
3187         current-language-environment.
3189 2003-01-25  Kim F. Storm  <storm@cua.dk>
3191         * emulation/cua-base.el (cua--init-keymaps): Move C-S-x and C-S-c
3192         bindings from cua--cua-keys-keymap to cua--region-keymap, as they are
3193         only needed when the region is active.  This also makes the output
3194         from C-h b look normal when cua-mode is enabled (no C-S-x/c bindings).
3196 2003-01-25  Michael Kifer  <kifer@cs.stonybrook.edu>
3198         * ediff.el (ediff-revision): Better defaults.
3200         * ediff-vers.el (ediff-vc-latest-version): New function.
3201         (ediff-vc-internal): Use latest version instead of working version.
3203 2003-01-24  Thien-Thi Nguyen  <ttn@gnu.org>
3205         * info.el (Info-extract-menu-node-name): When looking for end of menu
3206         item, don't stop at first ":"; instead, continue until trailing
3207         context is either a space or newline.
3208         (Info-complete-menu-item): Var `pattern': allow ":" in menu item.
3209         (Info-menu): Likewise, for regexp used in backwards search.
3210         (Info-try-follow-nearest-node): Remove case added in previous edit.
3211         Change regexp in the following case to allow ":" in menu item.
3212         (Info-fontify-node): Fix bug: Handle `next-property-change' returning
3213         point-max as "hasn't already been done".
3215 2003-01-24  Thien-Thi Nguyen  <ttn@gnu.org>
3217         * info.el (Info-try-follow-nearest-node): Add case: Handle menu item
3218         terminated by ": " as an index entry.
3220 2003-01-24  Juanma Barranquero  <lektu@terra.es>
3222         * isearch.el (isearch-forward): Fix typo.
3224 2003-01-24  Kenichi Handa  <handa@m17n.org>
3226         * international/mule.el (decode-coding-inserted-region):
3227         Rename from decode-coding-region-as-inserted-from-file to make it fit
3228         well in the Lisp manual.
3230         * jka-compr.el (jka-compr-insert-file-contents):
3231         Call docode-coding-inserted-region.
3233 2003-01-24  John Paul Wallington  <jpw@gnu.org>
3235         * ibuffer.el (ibuffer-window-list): Remove.
3236         (ibuffer-confirm-operation-on): Use `window-list' instead.
3237         (ibuffer-load-hook): New customizable variable.
3238         (toplevel): Run it.
3239         (ibuffer-customize): New command.
3240         (ibuffer-mode-map): Bind it.
3241         (ibuffer-mode-map): Add menu seperator in View>Sort menu.
3242         (ibuffer-mode): Tidy.
3243         (ibuffer-fontification-alist, ibuffer-always-show-last-buffer)
3244         (ibuffer-default-directory, ibuffer-default-sorting-mode)
3245         (ibuffer-maybe-show-predicates, ibuffer-hook, ibuffer-mode-hook)
3246         (ibuffer-map-lines): Doc fixes.
3248         * ibuf-ext.el (ibuffer-copy-filename-as-kill): C-u means relative
3249         filenames.  Use `kill-new'.
3251 2003-01-23  Dave Love  <fx@gnu.org>
3253         * abbrev.el (write-abbrev-file): Simplify, and put a coding cookie
3254         in the file.
3256 2003-01-23  Masatake YAMATO  <jet@gyve.org>
3258         * progmodes/asm-mode.el (asm-mode): Add syntax table entries for
3259         /* */ comments.
3261 2003-01-23  Kenichi Handa  <handa@m17n.org>
3263         * files.el (insert-directory): Read the output of "ls" by
3264         no-conversion, and decode it later while preserving
3265         `dired-filename' property.
3267 2003-01-23  Markus Rost  <rost@math.ohio-state.edu>
3269         * descr-text.el (describe-text-mode-hook): Add a group.
3271 2003-01-23  John Paul Wallington  <jpw@shootybangbang.com>
3273         * term/mac-win.el (interprogram-paste-function): Handle empty
3274         clipboard.
3276 2003-01-22  Aubrey Jaffer  <agj@alum.mit.edu>  (tiny change)
3278         * info.el (Info-index): Change pattern so that index entries with
3279         colons can be read properly; also, require at least one space
3280         after the colons, which makeinfo puts in.
3282 2003-01-22  Andreas Schwab  <schwab@suse.de>
3284         * jka-compr.el (jka-compr-insert-file-contents): Fix typo in last
3285         change.
3287 2003-01-22  Markus Rost  <rost@math.ohio-state.edu>
3289         * Makefile.in (bootstrap-after): New target.
3290         (bootstrap): Move finder-data, custom-deps to bootstrap-after.
3292 2003-01-22  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3294         * info.el (Info-index-next): Use "(`,' tries to find next)" for
3295         more matches for consistency with standalone info browser.
3297 2003-01-22  Kenichi Handa  <handa@m17n.org>
3299         * international/mule.el
3300         (decode-coding-region-as-inserted-from-file): New function.
3302         * jka-compr.el (jka-compr-insert-file-contents): Read a process
3303         output without decoding.  Decode the result by
3304         decode-coding-region-as-inserted-from-file.
3306 2003-01-22  Kim F. Storm  <storm@cua.dk>
3308         * ido.el (ido-make-file-list, ido-make-dir-list): Don't move
3309         visited directories to end of list; it's the wrong thing to do if
3310         we want to find a file or directory in such directories.
3312         * simple.el: Doc fixes.
3313         * subr.el: Doc fixes.
3315 2003-01-20  Nick Roberts  <nick@nick.uklinux.net>
3317         * gud.el (gud-display-line): If the current file is newer than its
3318         buffer, offer to reread the file.
3319         (gud-keep-buffer): New buffer local variable. Ensures offer to
3320         reread file is made just once.
3322 2003-01-20  Stefan Monnier  <monnier@cs.yale.edu>
3324         * emacs-lisp/regexp-opt.el (regexp-opt-group): Undo last change.
3325         Fix the docstring instead.
3327 2003-01-20  Glenn Morris  <gmorris@ast.cam.ac.uk>
3329         * calendar/calendar.el (calendar-only-one-frame-setup): Autoload it.
3331 2003-01-20  Richard M. Stallman  <rms@gnu.org>
3333         * simple.el (completion-setup-function): Set default-directory
3334         in the minibuffer, so it'll be copied into the completion list buffer.
3336         * emacs-lisp/regexp-opt.el (regexp-opt-group): Compute HALF2 properly.
3338         * loadup.el (load-path): Rename `path' local var.
3340         * progmodes/octave-mod.el (octave-mode-map): Change C-c i bindings
3341         to C-c C-i.  Duplicate its bindings with last char a ctl char.
3342         Also change C-c f to C-c C-f.
3344 2003-01-20  Markus Rost  <rost@math.ohio-state.edu>
3346         * ls-lisp.el (ls-lisp-use-insert-directory-program): Make default
3347         value system dependent.
3348         (ls-lisp-support-shell-wildcards): Add autoload cookie.
3350 2003-01-19  Kim F. Storm  <storm@cua.dk>
3352         * msb.el: Use `dir' instead of `path' everywhere.
3354 2003-01-18  Kim F. Storm  <storm@cua.dk>
3356         * simple.el (kill-new, kill-append, kill-region):
3357         New optional parameter yank-handler.
3358         (yank-excluded-properties): Add yank-handler to list.
3359         (yank-undo-function): New variable.
3360         (yank): Use it to undo previous yank or yank-pop command.
3361         Allow insert-for-yank to override this-command.
3363         * subr.el (insert-for-yank): Arg list changed; now only accepts one
3364         string rather than any number of strings; no callers needed change.
3365         Use yank-handler text property on the arg string.
3366         Set yank-undo-function variable appropriately for yank-pop.
3368 2003-01-18  Stefan Monnier  <monnier@cs.yale.edu>
3370         * textmodes/fill.el (fill-comment-paragraph): Fix simplistic
3371         regexp-concatenation.
3373         * add-log.el (add-change-log-entry): Don't leave space at eol.
3374         (add-log-current-defun): Perl functions names can't have (or {.
3376         * progmodes/sh-script.el (sh-indent-line): Use indent-line-to.
3377         (sh-non-closing-paren): New const.
3378         (sh-case, sh-while-getopts): Use it to make props non-sticky.
3379         (sh-add-completer): Use test-completion.
3381 2003-01-18  Vasily Korytov  <deskpot@myrealbox.com>  (tiny change)
3383         * progmodes/cperl-mode.el: Don't make faces depend on window-system.
3385 2003-01-18  Markus Rost  <rost@math.ohio-state.edu>
3387         * cus-edit.el (customize-changed-options): Undo last doc change.
3389 2003-01-17  Stefan Monnier  <monnier@cs.yale.edu>
3391         * skeleton.el (skeleton-internal-list, skeleton-internal-1):
3392         Don't treat \n specially in sub-skeletons.
3394 2003-01-17  Dave Love  <fx@gnu.org>
3396         * international/ucs-tables.el: Redo 8859-6 change in the right place.
3398 2003-01-17  Kenichi Handa  <handa@m17n.org>
3400         * international/fontset.el: Don't setup the default fontset and
3401         font-encoding-alist at the top level.
3402         (setup-default-fontset): New function.
3403         (create-fontset-from-fontset-spec): Delete autoload cookie.
3405         * term/x-win.el: Require fontset unconditionally again.
3406         Call setup-default-fontset at the top level.
3408         * term/w32-win.el: Call setup-default-fontset.
3410         * term/mac-win.el: Require fontset and call setup-default-fontset.
3412 2003-01-16  Stefan Monnier  <monnier@cs.yale.edu>
3414         * textmodes/fill.el (fill-region-as-paragraph): Only erase `hard'
3415         property until end-of-paragraph.
3417 2003-01-16  Kenichi Handa  <handa@m17n.org>
3419         * international/ucs-tables.el: Undo the last change.
3421 2003-01-15  Dave Love  <fx@gnu.org>
3423         * thingatpt.el (thing-at-point-file-name-chars): Include non-ASCII
3424         and use documented treatment of -.
3426         * dired-x.el (dired-filename-at-point): Fix filename-chars.
3428         * international/ucs-tables.el: Set up tables for 8859-6.
3430         * server.el (server-window): Customize.
3431         (server-mode): New.
3432         (server-unload-hook): Call server-start.
3434 2003-01-15  John Wiegley  <johnw@gnu.org>
3436         * eshell/em-hist.el (eshell-save-history-on-exit):
3437         Rename `eshell-ask-to-save-history' to `eshell-save-history-on-exit',
3438         because the former name is somewhat unrelated to the variables'
3439         possible values.
3441 2003-01-15  Deepak Goel  <deego@gnufans.org>
3443         * calc/README: Add new maintainer.
3445         * calc/*: Ditto.
3447         * calc/calc.el (calc-bug-address): Change address to deego@gnufans.org.
3449 2003-01-15  Andrew Innes  <andrewi@gnu.org>
3451         * makefile.w32-in (loaddefs.el): Invoke make to build stub file
3452         using appropriate rule for build environment.
3453         (loaddefs.el-SH, loaddefs.el-CMD): New targets.  Include small set
3454         of autoloads and defvars, sufficient to dump bootstrap emacs.
3455         (update-subdirs-SH): Use hard-coded list of top-level lisp
3456         subdirs, because find program on Windows is not compatible with
3457         Unix find.
3458         (compile-CMD, compile-SH): Use `batch-byte-compile-if-not-done'.
3459         Explicitly load loaddefs.el so that bootstrap emacs can compile
3460         properly.
3461         (bootstrap-clean): Add dependency on loaddefs.el, to ensure
3462         minimal stub sufficient for dumping bootstrap emacs is available.
3464         * loadup.el: Include lisp/textmodes in load-path for bootstrap
3465         emacs, to resolve ispell menu reference.
3467 2003-01-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>  (tiny change)
3469         * international/mule.el (optimize-char-coding-system-table):
3470         Optimize it.
3472         * term/mac-win.el: Setup the fontset "fontset-mac" correctly.
3474 2003-01-14  Stefan Monnier  <monnier@cs.yale.edu>
3476         * pcvs-info.el (cvs-fileinfo-from-entries): Deal with Solaris'
3477         occasional use of "05" rather than " 5" for day-of-month.
3479         * log-view.el (log-view-message-re): The rev might be locked.
3481 2003-01-14  Nick Roberts  <nick@nick.uklinux.net>
3483         * gdb-ui.el: Improve commentary.
3484         (gdb-window-height, gdb-window-width, gdb-display-number-end):
3485         Customize the dimensions of frames for displayed expressions.
3486         (gdb-error-begin): Comment out because it is not used because of
3487         bug/quirk in annotations.
3488         (gdb-reset): Use with-current-buffer.
3490 2003-01-14  Kim F. Storm  <storm@cua.dk>
3492         * ido.el (ido-read-internal, ido-file-internal)
3493         (ido-copy-current-file-name, ido-wide-find-dirs-or-files):
3494         Don't use `path' as name of local variables holding a file name.
3496         * arc-mode.el (archive-arc-rename-entry): Fix error message.
3497         (archive-lzh-summarize): Rename local var `path' to `dir'.
3498         (archive-unique-fname) [!MSDOS]: Avoid byte-compiler warning.
3500         * dired.el: Doc fixes.
3501         * dired-aux.el: Rename `whole-path' to `whole-name' throughout.
3502         (dired-mark-read-regexp): Use "Abs." prefix instead of "Path".
3503         * dired-x.el: Doc fixes.
3505         * fast-lock.el (fast-lock-cache-name): Doc fix.
3507         * net/browse-url.el (browse-url-filename-alist): Doc fix.
3509 2003-01-14  John Paul Wallington  <jpw@shootybangbang.com>
3511         * apropos.el (apropos): Restore autoload cookie.  Fix typo in
3512         "error retrieving function documentation" output.
3514 2003-01-14  Kim F. Storm  <storm@cua.dk>
3516         * subr.el (process-put, process-get): New functions.
3518         * simple.el (clone-process): Copy process' plist to new process.
3520 2003-01-13  Markus Rost  <rost@math.ohio-state.edu>
3522         * cus-dep.el (custom-make-dependencies):  Don't set standard-value
3523         and version numbers for variables.  Handle faces.
3525         * cus-edit.el (customize-changed-options):  Doc addition.  Load the
3526         version deps earlier.  Use other tests for groups and variables.
3527         Handle faces.
3529 2003-01-14  Kim F. Storm  <storm@cua.dk>
3531         * ido.el: Doc fixes.
3532         (ido-max-file-prompt-width): Rename from ido-max-prompt-path.
3533         (ido-rewrite-file-prompt-functions): Rename from
3534         ido-make-file-prompt-hook.  Directory name is now in dynamic
3535         variable `dirname' (instead of `path').
3536         (ido-rewrite-file-prompt-rules): Rename from
3537         ido-rewrite-prompt-path-rules.
3538         (ido-make-prompt): Directory name now in `dirname' var.
3539         (ido-complete): Fix error message.
3541 2003-01-13  John Paul Wallington  <jpw@shootybangbang.com>
3543         * server.el (server-process-filter): Use `minibufferp' to test
3544         whether we are inside a minibuffer.
3545         (server-process, server-kill-new-buffers): Doc fixes.
3547 2003-01-13  Dave Love  <fx@gnu.org>
3549         * international/utf-16.el (mule-utf-16-be, mule-utf-16-le):
3550         Remove pre-write-conversion.
3552 2003-01-13  Kim F. Storm  <storm@cua.dk>
3554         * hexl.el (hexl-mode-map): Don't quote remapped command names.
3556 2003-01-13  David Ponce  <david@dponce.com>
3558         * ruler-mode.el (ruler-mode): Cleanup buffer local variable
3559         `header-line-format' if it didn't exist when `ruler-mode' was enabled.
3561 2003-01-13  Masatake YAMATO  <jet@gyve.org>
3563         * ruler-mode.el (ruler-mode-comment-column-char)
3564         (ruler-mode-goal-column-char, ruler-mode-set-goal-column-ding-flag)
3565         (ruler-mode-mouse-current-grab-object): New variables.
3566         (ruler-mode-comment-column-face, ruler-mode-goal-column-face):
3567         New faces.
3568         (ruler-mode-mouse-set-fill-column): Removed.
3569         (ruler-mode-mouse-grab-any-column)
3570         (ruler-mode-mouse-drag-any-column-iteration)
3571         (ruler-mode-mouse-drag-any-column): New functions.
3572         (ruler-mode-map): [header-line down-mouse-2] Bound to
3573         `ruler-mode-mouse-grab-any-column' instead of
3574         `ruler-mode-mouse-set-fill-column'.
3575         (ruler-mode-ruler-help-echo): Update its value.
3576         (ruler-mode-ruler-help-echo-when-goal-column): New help string used
3577         when goal-column is already set.
3578         (ruler-mode-ruler-help-echo-tab): Rename to...
3579         (ruler-mode-ruler-help-echo-when-tab-stops): New.
3580         (ruler-mode-fill-column-help-echo, ruler-mode-comment-column-help-echo)
3581         (ruler-mode-goal-column-help-echo): New help strings.
3582         (ruler-mode-ruler): Use `ruler-mode-ruler-help-echo-when-goal-column'
3583         instead of `ruler-mode-ruler-help-echo' if `goal-column' is set.
3584         Show `comment-column' and `goal-column'.  Echo the different help
3585         string for each *-column characters on the ruler.
3587 2003-01-13  Richard M. Stallman  <rms@gnu.org>
3589         * apropos.el (apropos-documentation-property): New function.
3590         (apropos): Use apropos-documentation-property.
3592         * files.el (mode-line-process): Mark as risky.
3594         * help.el (where-is): Catch errors in indirect-function.
3596         * server.el (server-process-filter): Comment out -eval.
3597         Don't switch buffers if inside isearch or minibuffer.
3599         * progmodes/compile.el (compilation-revert-buffer):
3600         If buffer has a file, revert it in the normal way.
3602         * term/x-win.el: Require fontset conditionally again.
3604 2003-01-13  Kim F. Storm  <storm@cua.dk>
3606         * ido.el (ido-enable-tramp-completion): New defcustom.
3607         (ido-enter-single-matching-directory): Change default to 'slash.
3608         (ido-is-tramp-root): New defun.
3609         (ido-is-root-directory, ido-is-ftp-directory, ido-is-slow-ftp-host)
3610         (ido-may-cache-directory, ido-final-slash, ido-read-internal)
3611         (ido-complete, ido-make-file-list1, ido-make-dir-list1):
3612         Handle tramp completion.
3613         (ido-file-name-all-completions1): New defun for tramp completion.
3614         (ido-file-name-all-completions): Use it.
3615         (ido-set-matches1): Relax matching of text with trailing slash.
3616         (ido-exhibit): Handle tramp completion.
3617         Simplified code using nested cond forms using new `refresh' var.
3618         Fixed handling of /~user/ paths.
3620 2003-01-12  Andreas Schwab  <schwab@suse.de>
3622         * arc-mode.el (archive-mode-map): Use command remapping instead of
3623         substitute-key-definition.
3624         * emerge.el (emerge-setup-fixed-keymaps): Likewise.
3625         * msb.el (msb-mode-map): Likewise.
3626         * forms.el (forms--change-commands): Likewise.
3627         * hexl.el (hexl-mode-map): Likewise.
3628         * mail/mailabbrev.el (Commentary): Likewise.
3629         * play/decipher.el (decipher-mode-map): Likewise.
3630         * play/gomoku.el (gomoku-mode-map): Likewise.
3631         * play/landmark.el (lm-mode-map): Likewise.
3632         * play/solitaire.el (solitaire-mode-map): Likewise.
3633         * progmodes/sh-script.el (sh-mode-map): Likewise.
3634         * textmodes/picture.el (picture-substitute): Likewise.
3636         * ielm.el (inferior-emacs-lisp-mode):
3637         Bind comint-dynamic-complete-functions locally.
3639         * buff-menu.el (Buffer-menu-select): Fix for effect of header line.
3641 2003-01-11  Andreas Schwab  <schwab@suse.de>
3643         * textmodes/sgml-mode.el (sgml-font-lock-keywords-2): Add flag to
3644         merge with existing fontification.
3646 2003-01-11  Nick Roberts  <nick@nick.uklinux.net>
3648         * gud.el (gud-kill-buffer-hook): Save gud-minor-mode type.
3649         (gud-reset): New function. Reset environment at end of debugging.
3650         (gud-sentinel): Call gud-reset or gdb-reset.
3651         (gud-menu-map, gud-tool-bar-map, gdb): Change gud-goto to gud-until.
3653         * gdb-ui.el (gud-display): Use GDB command ptype instead of whatis
3654         to find out if variable shuld be dereferenced.
3655         (gud-display1): Exit if there is `No symbol'.
3656         (gdb-expressions-mode-map): Correction to key-binding.
3657         (gdb-reset): New function. Reset environment at end of debugging.
3658         (gdb-quit): Remove.
3660 2003-01-10  Dave Love  <fx@gnu.org>
3662         * international/code-pages.el (cp-make-coding-system): Fix last change.
3664 2003-01-10  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3666         * dired.el (dired-garbage-files-regexp): Use \\' instead of $ and
3667         use regexp-opt for readability.
3669 2003-01-10  Mark A. Hershberger  <mah@everybody.org>
3671         * xml.el (xml-parse-tag, xml-parse-attlist, xml-skip-dtd)
3672         (xml-parse-dtd, xml-parse-elem-type): Be more flexible in recognizing
3673         empty elements.
3675 2003-01-10  Luc Teirlinck  <teirllm@mail.auburn.edu>
3677         * progmodes/sh-script.el (sh-set-shell): Make sh-shell-file the default
3678         shell.
3680 2003-01-09  John Wiegley  <johnw@gnu.org>
3682         * pcomplete.el (pcomplete-termination-string): Add a variable
3683         for modifying the string which is inserted after a completion or
3684         expansion using pcomplete.
3686 2003-01-09  Karl Berry  <karl@gnu.org>
3688         * sort.el (sort-regexp-fields): Pass noerror to re-search-forward,
3689         so that we don't fail if no records match record-regexp.
3691 2003-01-09  Markus Rost  <rost@math.ohio-state.edu>
3693         * cus-edit.el (customize-group, customize-group-other-window):
3694         Remove unnecessary calls to custom-load-symbol.
3695         (custom-group-value-create):
3696         Load widget deps if state is not hidden.  If widget deps are
3697         loaded, load them in advance.
3698         (custom-menu-create): If widget deps are loaded, load them earlier.
3700 2003-01-09  John Paul Wallington  <jpw@shootybangbang.com>
3702         * language/ethio-util.el (ethio-gemination)
3703         (exit-ethiopic-environment): Doc fixes.
3705         * language/viet-util.el (viet-encode-viqr-region)
3706         (viet-decode-viqr-region, viet-encode-viqr-buffer)
3707         (viet-decode-viqr-buffer): Doc fixes.
3709 2003-01-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
3711         * paths.el: Remove gnus-startup-file.
3713 2003-01-08  Bill Wohler  <wohler@newt.com>
3715         * mail/mh-alias.el, mail/mh-customize.el, mail/mh-identity.el,
3716         mail/mh-loaddefs.el, toolbar/alias.pbm, toolbar/alias.xpm: Added.
3718         * mail/mh-comp.el, mail/mh-e.el, mail/mh-funcs.el,
3719         mail/mh-index.el, mail/mh-mime.el, mail/mh-pick.el,
3720         mail/mh-seq.el, mail/mh-speed.el, mail/mh-utils.el,
3721         mail/mh-xemacs-compat.el: Upgraded to MH-E version 7.1.
3723 2003-01-08  Kim F. Storm  <storm@cua.dk>
3725         * mail/undigest.el (unforward-rmail-message): Don't use global
3726         variable `n'.
3728 2003-01-08  Francesco Potort\e,Al\e(B  <pot@gnu.org>
3730         * mail/undigest.el (unforward-rmail-message): Simplified.
3731         No functional change.
3733 2003-01-07  Markus Rost  <rost@math.ohio-state.edu>
3735         * custom.el (custom-autoload, custom-variable-p): New functions.
3737         * emacs-lisp/autoload.el (make-autoload):
3738         Generate custom-autoload for autoloaded defcustoms.
3740         * help-fns.el (describe-variable): Use custom-variable-p.
3742         * simple.el (set-variable): Load deps of custom variables without type.
3744         * cus-edit.el (custom-variable-prompt): Doc change.
3745         Use custom-variable-p.
3746         (customize-option): Remove search in loaddefs.el.
3747         (customize-apropos):  Use custom-variable-p.
3748         (custom-save-variables): Use custom-variable-p to detect
3749         non-rogue variables.
3751 2003-01-07  Francesco Potort\e,Al\e(B  <pot@gnu.org>
3753         * mail/undigest.el (unforward-rmail-message): Skip all newlines
3754         after the initial separator.
3755         (unforward-rmail-message): Forwarded-From: and Forwarded-Date:
3756         instead of Forwarded-from: and Forwarded-date:.
3758 2003-01-07  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3760         * dired.el (dired-garbage-files-regexp): Add `.aux$'.  These are
3761         produced by TeX.
3763 2003-01-07  Andre Spiegel  <spiegel@gnu.org>
3765         * vc-rcs.el (vc-rcs-checkout): Fix the check whether we are on a
3766         branch.
3768 2003-01-06  Dave Love  <fx@gnu.org>
3770         * textmodes/ispell.el (lookup-words): Cope with null lookup-dict.
3772         * language/chinese.el ("Chinese-EUC-TW"): New.
3774 2003-01-06  John Paul Wallington  <jpw@shootybangbang.com>
3776         * mail/rmail.el (rmail-mmdf-delim1, rmail-mmdf-delim2): Doc fixes.
3778 2003-01-05  Richard M. Stallman  <rms@gnu.org>
3780         * obsolete/uncompress.el: Display message that this pkg is obsolete.
3782         * isearch.el (isearch-repeat): Error if try to repeat search and
3783         there was no previous search.
3785         * dired.el (dired-recursive-deletes): Fix custom type.
3787         * dabbrev.el (dabbrev--substitute-expansion):
3788         Convert all whitespace to single spaces,
3789         except when it's carried over from the existing text.
3791         * simple.el (split-line): Clean up implementation.
3793         * mail/rmail.el (rmail-font-lock-keywords): Discard code to match
3794         both cases.
3795         (rmail-variables): Specify case-insensitive matching for font-lock.
3797 2003-01-05  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
3799         * mail/sendmail.el (mail-font-lock-keywords):
3800         * mail/rmail.el (rmail-font-lock-keywords): Match multiline
3801         In-Reply-To and X-*.
3803 2003-01-05  Mark A. Hershberger  <mah@everybody.org>
3805         * xml.el (xml-substitute-special): Check for &amp last.
3807 2003-01-05  Dave Love  <fx@gnu.org>
3809         * buff-menu.el (Buffer-menu-execute): Fix for effect of header line.
3811 2003-01-05  Dave Love  <fx@gnu.org>
3813         * international/mule-diag.el (non-iso-charset-alist):
3814         Add vietnamese-tcvn.
3816         * international/mule-cmds.el (locale-language-names):
3817         Use Croatian, Swedish.
3819 2003-01-05  Andreas Schwab  <schwab@suse.de>
3821         * buff-menu.el (Buffer-menu-buffer+size): Don't clobber buffer name.
3823 2003-01-05  Dave Love  <fx@gnu.org>
3825         * language/european.el ("Latin-6", "Croatian"): New.
3826         ("Latin-7"): Fix nonascii-translation.  Add input method.
3827         ("Lithuanian", "Latvian"): Add nonascii-translation.
3828         ("German", "Spanish", "Dutch", "Welsh", "Swedish"):
3829         Fix nonascii-translation.
3831         * language/georgian.el ("Georgian"): Fix nonascii-translation.
3833         * international/mule-cmds.el (set-locale-environment):
3834         Ignore empty values of environment variables.
3836         * emacs-lisp/byte-opt.el (byte-optimize-nth)
3837         (byte-optimize-nthcdr): Fix for case of wrong-length forms.
3839 2003-01-04  Nick Roberts  <nick@nick.uklinux.net>
3841         * gdb-ui.el: Acknowledge Tom Lord as author of gdba.el.
3842         Use let construction to bind buffer-read-only to nil.
3843         (gdba): 'set height 0' in GDB.
3844         (gdb-display-end, gdb-frame-handler): Corrections to forming
3845         full expression name for header-line in display frame.
3846         (gdb-info-breakpoints-custom): Highlight breakpoints since
3847         they may be clicked on with mouse-2.
3848         (gdb-quit): Delete frames of displayed expressions when quitting.
3849         (gdb-delete-frames): New function.
3850         (gdb-source-info): Don't create stack buffer automatically.
3852 2003-01-04  Thien-Thi Nguyen  <ttn@gnu.org>
3854         * xml.el (xml-substitute-special): Move "&amp;" -> "&" last.
3856 2003-01-04  Kim F. Storm  <storm@cua.dk>
3858         * simple.el (split-line): If present, copy fill-prefix from
3859         current line to new line.  Don't copy if prefix arg.
3860         From Lisp, arg may be an alternative prefix string to copy.
3861         Inspired by Ehud Karni <ehud@unix.mvs.co.il>.
3863         * mail/sendmail.el (mail-split-line): New function.
3864         (mail-mode-map): Remap split-line to mail-split-line.
3866 2003-01-03  Dave Love  <fx@gnu.org>
3868         * emacs-lisp/find-func.el (find-variable-noselect): Make it work
3869         with new load-history format.
3871         * international/mule-cmds.el (sort-coding-systems):
3872         Adjust priority of utf-16 and x-ctext.
3874         * international/utf-8.el (utf-translate-cjk):
3875         Call optimize-char-coding-system-table.
3877         * international/ucs-tables.el (ucs-unify-8859, ucs-fragment-8859):
3878         Call optimize-char-coding-system-table.
3880         * international/mule.el (register-char-codings): Don't call
3881         optimize-char-coding-system-table here.
3882         (keyboard-coding-system): Doc fix.  Update :version.
3884         * textmodes/nroff-mode.el (nroff-mode-hook): Customize.
3885         (nroff-imenu-expression): New.
3886         (nroff-mode): Use it.
3888         * autoinsert.el (auto-insert-alist): Add man page skeleton.
3890 2003-01-03  Andre Spiegel  <spiegel@gnu.org>
3892         * vc-rcs.el (vc-rcs-revert): Unlock only if the user does have
3893         the lock.
3895 2003-01-03  Kim F. Storm  <storm@cua.dk>
3897         * emulation/cua-base.el (cua--pre-command-handler):
3898         Corrected handling of delete-selection properties.
3900 2003-01-03  John Paul Wallington  <jpw@shootybangbang.com>
3902         * emacs-lisp/eldoc.el (eldoc-get-var-docstring): Only return a
3903         documentation string when `sym' is non-nil.
3905 2003-01-02  Steven Tamm  <steventamm@mac.com>
3907         * scroll-bar.el (toggle-scroll-bar, scroll-bar-mode):
3908         Have scroll bars correctly default to being on the right for Mac
3909         Carbon port by testing "mac-carbon" feature, not window-system.
3911 2003-01-02  Markus Rost  <rost@math.ohio-state.edu>
3913         * cus-edit.el (customize-group, customize-group-other-window):
3914         Call custom-load-symbol unconditionally.
3915         (customize-face, customize-face-other-window): Fix format arg.
3917 2003-01-02  John Paul Wallington  <jpw@shootybangbang.com>
3919         * menu-bar.el (menu-bar-left-scroll-bar): Set `scroll-bar-mode'
3920         to `left'.
3922 2003-01-01  Richard M. Stallman  <rms@gnu.org>
3924         * mail/rmail.el (rmail-reply): Don't call mail-strip-quoted-names.
3926         * files.el (backup-buffer): Cope if file-modes returns nil.
3928 2002-12-30  Steven Tamm  <steventamm@mac.com>
3930         * scroll-bar.el (toggle-scroll-bar, scroll-bar-mode):
3931         Have scroll bars correctly default to being on the right for Mac
3932         Carbon port
3934 2002-12-29  Nick Roberts  <nick@nick.uklinux.net>
3936         * gdb-ui.el (gdb-delete-display): Rename (gdb-delete-expression).
3937         (gdb-goto-bp-this-line): Rename (gdb-goto-breakpoint).
3938         (gdb-toggle-bp-this-line): Rename (gdb-toggle-breakpoint).
3939         (gdb-delete-bp-this-line): Rename (gdb-delete-breakpoint).
3940         (gdb-toggle-disp-this-line): Rename (gdb-toggle-display).
3941         (gdb-delete-disp-this-line): Rename (gdb-delete-display).
3942         (gud-gdba-marker-filter): Remove unnecessary save-match-data.
3943         (gdb-mouse-goto-breakpoint, gdb-frames-select): New functions.
3944         (gdb-frames-mouse-select): Simplify.
3945         Make keybindings (gdb-goto-breakpoint, gdb-frames-select, etc)
3946         consistent with other modes in emacs.
3947         (gdb-display-source-buffer): Return window of source buffer
3948         for (gud-display-line).
3950 2002-12-29  Markus Rost  <rost@math.ohio-state.edu>
3952         * button.el (defface button): Add group.
3954         * cus-edit.el (customize-browse): Call `widget-setup'.
3956 2002-12-29  Andreas Schwab  <schwab@suse.de>
3958         * Makefile.in: Generate cus-load.el and finder-inf.el in the
3959         source directory.  Change dependencies on lisp files to explicitly
3960         use $(lisp).
3961         (compile-calc): Fix command substitution.
3962         * cus-dep.el (generated-custom-dependencies-file): New variable.
3963         (custom-make-dependencies): Use it instead of hardcoding cus-load.el.
3964         * finder.el (generated-finder-keywords-file): New variable.
3965         (finder-compile-keywords): Use it instead of hardcoding finder-inf.el.
3967 2002-12-28  Richard M. Stallman  <rms@gnu.org>
3969         * info-look.el (info-lookup): Fix error message typo.
3971         * comint.el (comint-mode): Locally set scroll-conservatively.
3972         (comint-postoutput-scroll-to-bottom): comint-scroll-show-maximum-output
3973         is active only when point is at end.
3975         * dired.el (dired-goto-file): Handle \ and ^M quoted by backslash.
3976         Fix error message.
3978         * files.el (find-file-noselect-1): Kill local value of `cursor-type'.
3980         * simple.el (repeat-complex-command): Signal real error on failure.
3982 2002-12-28  Andreas Schwab  <schwab@suse.de>
3984         * progmodes/make-mode.el (makefile-font-lock-keywords):
3985         Highlight automatic variable references enclosed in parens and
3986         optionally suffixed by F or D.
3988 2002-12-27  Miles Bader  <miles@gnu.org>
3990         * info.el (Info-complete-menu-item): Make `Info-complete-cache' a
3991         buffer-local variable.
3993 2002-12-26  Markus Rost  <rost@math.ohio-state.edu>
3995         * cus-edit.el (customize-group-other-window): Use pop-to-buffer in
3996         the same way as `custom-buffer-create-other-window'.
3997         (customize-variable-other-window, customize-option-other-window):
3998         Definitions moved up.
4000 2002-12-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4002         * net/tramp*.el: Sync with upstream version 2.0.28.  Bugfixes.
4003         * net/tramp-ftp.el: Glue code with Ange-FTP, broken out of
4004         tramp.el.  From Michael Albinus.
4005         * net/tramp-smb.el: New file for using smbclient to access
4006         Windows shares with Tramp.  From Michael Albinus.
4008 2002-12-26  Andreas Schwab  <schwab@suse.de>
4010         * international/mule-cmds.el (select-safe-coding-system): Fix typo.
4012 2002-12-26  Andre Spiegel  <spiegel@gnu.org>
4014         * vc.el (vc-next-action-on-file): Use t argument to vc-checkout in
4015         order to get the latest version on the current branch.
4016         Update documentation of vc-BACKEND-checkout to explain this.
4018         * vc-rcs.el (vc-rcs-checkout): Handle t argument for REV.
4019         (vc-rcs-checkin): By default, specify the current workfile
4020         branch as the check-in revision.
4022         * vc-cvs.el (vc-cvs-checkout): Handle t argument for REV.
4024         * vc-sccs.el (vc-sccs-checkout): Likewise.
4026 2002-12-26  Nick Roberts  <nick@nick.uklinux.net>
4028         * gdb-ui.el (gdb-info-display-custom): Ensure that frames/buffers
4029         of displayed expressions are deleted when the displayed expressions
4030         are deleted.
4031         (gdb-delete-disp-this-line, gdb-delete-display): Frame/buffer
4032         deletion is handled by gdb-info-display-custom now.
4033         (gdb-source-info): Undo earlier change (do create display buffer
4034         automatically).
4036 2002-12-25  Markus Rost  <rost@math.ohio-state.edu>
4038         * cus-edit.el (custom-save-faces): Fix typo.
4040 2002-12-23  Francesco Potort\e,Al\e(B  <pot@gnu.org>
4042         * mail/undigest.el (unforward-rmail-message): Do not assume that
4043         the forwarded message's Date: header comes after From:.  Use a
4044         Forwarded-from: rather than a Forwarded-by: header.  Add a
4045         Forwarded-date: header.
4047 2002-12-23  Nick Roberts  <nick@nick.uklinux.net>
4049         * gdb-ui.el (gdb-display-number-end): Make auto-display of
4050         expressions in GDB work on text-only terminals.
4051         (gdb-post-prompt): Compute current frame properly.
4052         (gdb-get-current-frame, gdb-frame-handler): New functions.
4053         (gdb-source-info): Move last statement into if clause.
4054         Tidy, improve documentation.
4056 2002-12-23  Richard M. Stallman  <rms@gnu.org>
4058         * emacs-lisp/checkdoc.el: Don't define a name for the minor mode menu.
4060         * emacs-lisp/easymenu.el (easy-menu-do-define): Handle nil for SYMBOL.
4061         (easy-menu-define): Doc fix, say SYMBOL can be nil.
4063         * window.el (save-selected-window): Save and restore
4064         selected windows of all frames.
4066         * cus-start.el (scroll-up-aggressively, scroll-down-aggressively):
4067         Update custom types.
4069 2002-12-23  Alex Schroeder  <alex@emacswiki.org>
4071         Merging Dave Love <fx@gnu.org>'s custom_themes branch containing
4072         Alex Schroeder's adaptation of Jan Vroonhof
4073         <vroonhof@math.ethz.ch>'s code.  Doc strings corrected by RMS.
4075         * cus-edit.el (customize-save-variable): Take themes into account.
4076         (custom-variable-save): Take themes into account.
4077         (custom-variable-reset-saved): Add comment-widget.
4078         (custom-variable-reset-standard): Add comment-widget.
4079         (custom-variable-reset-standard): Take themes into account.
4080         (custom-face-save): Take themes into account.
4081         (custom-face-reset-standard): Take themes into account.
4082         (custom-save-variables): Take themes into account.
4083         (custom-save-faces): Take themes into account.
4084         (custom-save-resets): New function.
4085         (custom-save-loaded-themes): New function.
4086         (customize-save-customized): Take themes into account.
4088         * cus-face.el (custom-set-faces): Call custom-theme-set-faces.
4089         (custom-theme-set-faces): New function.
4090         (custom-theme-face-value): New function.
4091         (custom-theme-reset-internal-face): New function.
4092         (custom-theme-reset-faces): New function.
4093         (custom-reset-faces): New function.
4095         * custom.el (custom-known-themes): New variable.
4096         (custom-declare-theme): New function.
4097         (deftheme): New macro.
4098         (custom-make-theme-feature): New function.
4099         (custom-theme-p): New function.
4100         (custom-check-theme): New function.
4101         (custom-push-theme): New function.
4102         (custom-theme-set-variables): Take themes into account.
4103         (custom-loaded-themes): New variable.
4104         (custom-theme-loaded-p): New function.
4105         (provide-theme): New function.
4106         (require-theme): New function.
4107         (custom-remove-theme): New function.
4108         (custom-do-theme-reset): New function.
4109         (custom-theme-load-themes): New function.
4110         (custom-load-themes): New function.
4111         (custom-theme-value): New function.
4112         (custom-theme-variable-value): New function.
4113         (custom-theme-reset-internal): New function.
4114         (custom-theme-reset-variables): New function.
4115         (custom-reset-variables): New function.
4117         * cus-theme.el: New file.
4119 2002-12-23  Matthew Swift  <swift@alum.mit.edu>
4121         * emacs-lisp/rx.el (rx-and): Generate a shy group.
4122         Specify `no-group' when calling rx-to-string.
4123         (rx-submatch): Specify `no-group' when calling rx-to-string.
4124         (rx-kleene): Use rx-atomic-p to decide whether to make a group.
4125         (rx-atomic-p): New function.
4127 2002-12-23  Kevin Ryde  <user42@zip.com.au>
4129         * info-look.el (info-lookup): For ease of use try item
4130         case-insensitive if not found case-sensitive.
4131         Do case sensitive search in index nodes, so items differing only in
4132         case go correctly to their respective nodes.
4134 2002-12-22  Richard M. Stallman  <rms@gnu.org>
4136         * subr.el (add-to-invisibility-spec): If it was t, start it out at (t).
4138         * textmodes/texinfmt.el (tex-start-of-header, tex-end-of-header):
4139         Add defvars.
4141         * textmodes/tex-mode.el (tex-print): Call shell-quote-argument
4142         on the file name.
4144         * textmodes/outline.el (outline-next-visible-heading):
4145         When going forward, test outline-invisible-p at start of header.
4147 2002-12-22  Kevin Ryde  <user42@zip.com.au>
4149         * textmodes/makeinfo.el (makeinfo-buffer): Display result using
4150         Info-mode.
4151         (makeinfo-compilation-sentinel-buffer, makeinfo-current-node):
4152         New functions.
4153         (makeinfo-compile): Add a sentinel parameter.
4154         (makeinfo-compilation-sentinel-region): Renamed from
4155         makeinfo-compilation-sentinel, and makeinfo-temp-file now never nil.
4156         (makeinfo-region): Use this.
4157         * info.el (Info-revert-find-node): New function.
4159 2002-12-22  Nick Roberts  <nick@nick.uklinux.net>
4161         * tooltip.el (tooltip-gud-tips): Output tooltip without switching
4162         process filter (gdba in gdb-ui.el only).
4163         (gdb-tooltip-print): New function.
4164         (tooltip-gud-process-output): Undo previous change.
4165         (tooltip-strip-annotations): Remove.
4167 2002-12-22  Zoltan Kemenczy  <zoltan@ieee.org>
4169         * gud.el (gud-menu-map): Add jdb support for "run".
4170         (gud-jdb-find-source-using-classpath): Use 'identity.
4171         (gud-jdb-marker-filter): Marker regexp and filename filtering
4172         change to support a backwards-incompatible change in Sun's jdb
4173         line number display in SDK versions 1.4.
4174         (gud-format-command): gud-find-class now requires two
4175         parameters (file and linenumber).
4176         (gud-find-class): Bulk of the change related to using c-syntactic
4177         symbols to locate nested class declarations in java sources
4178         visited by java-mode (cc-mode).
4180 2002-12-21  Nick Roberts  <nick@nick.uklinux.net>
4182         * gdb-ui.el: Remove the concept of an instance. This means that
4183         a lot of functions have been renamed. Accessors are prefixed with
4184         gdb-get, setters with gdb-set and the word instance has been
4185         removed from many function and variable names.
4186         (gdb-display-buffer): Protect source buffer as well
4187         as GUD buffer when requesting new buffers.
4188         (gdb-source-info): Two changes : Don't create display buffer
4189         automatically, compute source window correctly.
4191 2002-12-21  Richard M. Stallman  <rms@gnu.org>
4193         * man.el (Man-getpage-in-background): Put GROFF_NO_SGR in env.
4195         * ls-lisp.el (original-insert-directory): Make this a variable,
4196         don't set its function definition.
4197         (insert-directory): Use funcall to call that function.
4199         * bindings.el (help-echo): Change tooltip string.
4201         * chistory.el (command-history-map): Move definition up.
4203         * faces.el (help-xref-stack): Add defvar to avoid warning.
4205 2002-12-21  Andreas Schwab  <schwab@suse.de>
4207         * dired.el (dired-insert-directory): Preserve text properties
4208         when quoting.
4210 2002-12-20  Francesco Potort\e,Al\e(B  <pot@gnu.org>
4212         * mail/undigest.el (rmail-mail-separator): Renamed from
4213         rmail-digest-mail-separator.  All users changed.
4214         (unforward-rmail-message): Rewritten to be more robust and to
4215         additionally account for the common style of forwarding messages
4216         by citing them entirely with headers.
4218 2002-12-18  Dave Love  <fx@gnu.org>
4220         * international/utf-8-subst.el: Deleted.
4222         * international/ucs-tables.el (ucs-fragment-8859): Don't modify
4223         char-coding-system-table elements destructively.
4224         Use optimize-char-coding-system-table.
4226         * international/mule.el (optimize-char-coding-system-table): New.
4227         (register-char-codings): Use it.
4229         * international/utf-8.el (ucs-mule-cjk-to-unicode)
4230         (ucs-unicode-to-mule-cjk): Revert last change.
4231         (utf-subst-table-for-encode): Initially use ucs-mule-cjk-to-unicode.
4232         (utf-subst-table-for-decode): Initially use ucs-unicode-to-mule-cjk.
4233         (utf-fragment-on-decoding, utf-translate-cjk): Don't modify
4234         char-coding-system-table elements destructively.
4235         (utf-translate-cjk): Set ucs-mule-cjk-to-unicode,
4236         ucs-unicode-to-mule-cjk to new hash tables with realistic parameters.
4238 2002-12-18  John Paul Wallington  <jpw@shootybangbang.com>
4240         * info.el (Info-dir-remove-duplicates): Avoid infloop when
4241         deleting last entry.
4243 2002-12-17  Nick Roberts  <nick@nick.uklinux.net>
4245         * gdb-ui.el (gdba-marker-filter, gdb-output-burst): Merge and
4246         rename gud-gdba-marker-filter.
4247         (gdb-append-to-inferior-io): Only pop up IO buffer if there is output.
4248         (gdb-make-instance): Remove (put into gdba).
4249         Use gdb-instance-enqueue-input instead of
4250         gdb-instance-enqueue-idle-input for user functions.
4251         (gdb-instance-target-string): Simplify.
4252         (in-gdb-instance-context): Remove.
4253         Expand Commentary.
4255 2002-12-17  Kenichi Handa  <handa@m17n.org>
4257         * international/mule.el (set-file-name-coding-system): New function.
4259         * international/mule-cmds.el (mule-keymap, set-coding-system-map):
4260         Add bindings for set-file-name-coding-system.
4262 2002-12-17  Kenichi Handa  <handa@m17n.org>
4264         * international/mule-cmds.el (universal-coding-system-argument):
4265         Bind coding-system-require-warning to t.
4266         (select-safe-coding-system): Handle t in the arg
4267         DEFAULT-CODING-SYSTEM specially.  Use read-coding-system to read a
4268         coding-system to allow users to specify unsafe coding system on
4269         their risk.
4271 2002-12-16  Francesco Potort\e,Al\e(B  <pot@gnu.org>
4273         * mail/undigest.el (rmail-digest-methods)
4274         (rmail-digest-mail-separator): New variables.
4275         (rmail-digest-parse-mime, rmail-digest-parse-rfc1153strict)
4276         (rmail-digest-parse-rfc1153sloppy, rmail-digest-rfc1153)
4277         (rmail-digest-parse-rfc934): New functions.
4278         (undigestify-rmail-message): Completely rewritten.
4280 2002-12-16  Kim F. Storm  <storm@cua.dk>
4282         * ido.el (ido-read-file-name): Remove debug message.
4284 2002-12-16  Daniel Pfeiffer  <occitan@esperanto.org>
4286         * buff-menu.el (Buffer-menu, Buffer-menu-use-header-line)
4287         (Buffer-menu-buffer-face, Buffer-menu-buffer+size-width)
4288         (Buffer-menu-mode-width): New customization.
4289         (Buffer-menu-sort-column): New var.
4290         (Buffer-menu-no-header): New function for not changing header line and
4291         recognizing swapped M&R columns, used by modifying commands in Buffer
4292         Menu.
4293         (Buffer-menu-buffer+size): New function for variable width buffer name.
4294         (list-buffers-noselect): Rewritten for nicer menu.
4296 2002-12-16  Markus Rost  <rost@math.ohio-state.edu>
4298         * filesets.el (filesets-build-menu-now): Don't clear messages.
4300         * allout.el: Avoid name conflicts with outline.el.
4301         Replace globally string "outline-" with string "allout-".
4302         Replaced 1446 occurrences; there was no string "allout-" before the
4303         change and there seems to be no dependency on outline.el.
4304         Put `quotes' around many function and variable names.
4305         Doc changes to adjust to the change to prefix "allout-".
4306         Don't provide `outline'.  Use " Allout" as mode line string,
4307         not " Outl".  Put group `allout' in group `editing'.
4308         Update Copyright notice.  Autoload `allout-init'.
4309         (allout-init): Give report also in case auto-activation was inhibited.
4310         (my-mark-marker): Test for feature `xemacs' instead of a string parse.
4312 2002-12-16  Stefan Monnier  <monnier@cs.yale.edu>
4314         * xml.el (xml-parse-tag): Allow spaces between / and >.
4316 2002-12-15  David Kastrup  <David.Kastrup@t-online.de>
4318         * emacs-lisp/autoload.el (autoload-ensure-default-file):
4319         Insert missing space in file end comment.
4321 2002-12-15  Simon Josefsson  <jas@extundo.com>
4323         * mail/smtpmail.el (smtpmail-via-smtp): Fall back to
4324         user-mail-address as sender.
4326 2002-12-15  Dave Love  <fx@gnu.org>
4328         * international/mule-cmds.el (standard-keyboard-coding-systems):
4329         Delete.
4330         (set-locale-environment): Don't use it.
4332         * international/utf-8.el (ucs-mule-cjk-to-unicode)
4333         (utf-subst-table-for-encode, ucs-unicode-to-mule-cjk)
4334         (utf-subst-table-for-decode): Specify :size, :rehash-size.
4335         (utf-translate-cjk): :set rewritten to load subst-... files.
4336         Add :set-after.
4337         (ccl-decode-mule-utf-8): Consider CJK translation for r3<#x3400.
4339 2002-12-15  Gustav H\e,Ae\e(Bllberg  <gustav@virtutech.se>  (tiny change)
4341         * progmodes/compile.el (compile-reinitialize-errors): Don't mark the
4342         buffer as modified unless it really is.
4344 2002-12-14  Andreas Schwab  <schwab@suse.de>
4346         * wid-edit.el (widget-move): Don't loop infinitely when there is
4347         no field or button.
4349 2002-12-13  Stefan Monnier  <monnier@cs.yale.edu>
4351         * uniquify.el (uniquify-rationalize-file-buffer-names, rename-buffer)
4352         (uniquify-delay-rationalize-file-buffer-names, kill-buffer-hook):
4353         Undo 2002/09/27 change because kill-buffer-hook is not
4354         permanent-local.
4356         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
4357         Optimize the remaining part of for-effect and/or expressions.
4359 2002-12-13  Markus Rost  <rost@math.ohio-state.edu>
4361         * emacs-lisp/easy-mmode.el (define-minor-mode):
4362         Use `custom-current-group'. Pass all groups to the hook.
4363         (easy-mmode-define-global-mode): Use `custom-current-group'.
4365         * international/mule-cmds.el (current-language-environment):
4366         Set type according to `language-info-alist' also here.
4368         * progmodes/compile.el (compilation-menu-map):
4369         Use `kill-compilation' to stop compilation.
4371 2002-12-13  Kenichi Handa  <handa@m17n.org>
4373         * language/european.el (encode-mac-roman): Fix last change.
4375         * language/cyrillic.el (ccl-encode-koi8, ccl-encode-koi8-u)
4376         (ccl-encode-alternativnyj): Fix last change.
4378 2002-12-13  Nick Roberts  <nick@nick.uklinux.net>
4380         * gdb-ui.el: Improve documentation strings.
4381         (gdb-many-windows): Set default value to nil.
4383 2002-12-12  Dave Love  <fx@gnu.org>
4385         * international/subst-big5.el, international/subst-gb2312.el:
4386         * international/subst-jis.el, international/subst-ksc.el: New.
4388         * custom.el (defcustom, custom-set-variables): Doc fix.
4390         * emacs-lisp/bytecomp.el (byte-compile-if): Suppress warnings from
4391         things protected by `(if (fboundp ...' or `(if (boundp ...'.
4393         * emacs-lisp/byte-opt.el (byte-optimize-featurep): New.
4395 2002-12-12  Glenn Morris  <gmorris@ast.cam.ac.uk>
4397         * progmodes/fortran.el (fortran-mode-abbrev-table):
4398         Handle `define-abbrev' with either 5 or 6 arguments.
4400 2002-12-12  Markus Rost  <rost@math.ohio-state.edu>
4402         * international/mule-cmds.el (set-language-info):
4403         Update custom-type of `current-language-environment'.
4404         (current-language-environment): Fix custom type.
4406 2002-12-11  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
4408         * progmodes/antlr-mode.el (antlr): New URL.
4410 2002-12-10  R. Bernstein  <rocky@panix.com>
4412         * gud.el (bashdb): Prompt now included parenthesis for subshell levels.
4413         Fix erroneous print expression command, and fix typos.
4414         (perldb): Undo previous change in prompt regexp.
4416 2002-12-10  Steven Tamm  <steventamm@mac.com>
4418         * generic-x.el (javascript-generic-mode): Added C style block
4419         comments as used in ECMA-262 standard.
4421 2002-12-10  Kenichi Handa  <handa@m17n.org>
4423         * language/european.el ("Swedish"): Change tutorial file name to
4424         TUTORIAL.sv in this langauge environment..
4426 2002-12-09  John Paul Wallington  <jpw@shootybangbang.com>
4428         * ibuffer.el (ibuffer-mode): If `show-paren-mode' is enabled,
4429         disable it buffer-locally.
4430         (ibuffer-mouse-popup-menu): Use `=' instead of `eq' to compare
4431         `eventpt' and point.
4433         * ibuf-ext.el (ibuffer-remove-duplicates): New function.
4434         (ibuffer-set-filter-groups-by-mode): Use it instead of
4435         `delete-duplicates' so we don't require cl library at runtime.
4436         (ibuffer-insert-filter-group-before): Don't use `position' so we
4437         don't require cl library at runtime.
4439         * chistory.el (command-history-mode): Add interactive spec.
4440         Improve doc string.
4442 2002-12-09  Richard M. Stallman  <rms@gnu.org>
4444         * isearch.el (isearch-no-upper-case-p): \\ only quotes one character.
4446 2002-12-09  Markus Rost  <rost@math.ohio-state.edu>
4448         * mwheel.el (mouse-wheel-scroll-amount): Revert previous change -
4449         customize type 'float is now defined.
4451 2002-12-09  Dave Love  <fx@gnu.org>
4453         * international/code-pages.el (mik, pt154): New coding systems.
4455         * international/ucs-tables.el: Fix properly.
4457 2002-12-09  Andreas Schwab  <schwab@suse.de>
4459         * international/ucs-tables.el: Fix last change.
4461 2002-12-09  Kenichi Handa  <handa@m17n.org>
4463         * international/titdic-cnv.el (titdic-convert): Process the
4464         header part in multibyte mode.
4466 2002-12-08  Dave Love  <fx@gnu.org>
4468         * international/code-pages.el (mule-diag): Move where it's required.
4470         * international/ucs-tables.el: Add latin-jisx0201 characters.
4471         Fix translation-table-for-input for lao, thai, tibetan.
4473 2002-12-08  Andreas Schwab  <schwab@suse.de>
4475         * files.el (insert-directory): Insert free space only when
4476         listing a full directory.
4478 2002-12-08  Nick Roberts  <nick@nick.uklinux.net>
4480         * gdb-ui.el : Remove inappropriate key-bindings.
4481         (gdb-info-breakpoints-custom, gdb-goto-bp-this-line):
4482         Parse correctly when breakpoint has no line number.
4483         (def-gdb-auto-update-handler, gdb-info-locals-handler),
4484         (gdb-display-end): Avoid using insert-buffer.
4485         (gdb-frames-select-by-mouse): Rename gdb-frames-mouse-select.
4487 2002-12-07  Richard M. Stallman  <rms@gnu.org>
4489         * progmodes/compile.el (compilation-enter-directory-regexp-alist)
4490         (compilation-leave-directory-regexp-alist): Match byte compiler output.
4492         * emacs-lisp/cl-macs.el: Add local variable list
4493         to turn off cl-function warnings.
4495         * emacs-lisp/bytecomp.el (byte-compile-eval): Handle (t . SYMBOL)
4496         elements in load-history.
4497         (byte-compile-cl-warn): No cl warnings for cl-defsubst-expand
4498         and cl-struct-setf-expander.
4500         * emacs-lisp/autoload.el (autoload-print-form-outbuf):
4501         New variable.
4502         (autoload-print-form): Use autoload-print-form-outbuf.
4503         (generate-file-autoloads): Bind autoload-print-form-outbuf.
4505         * calendar/calendar.el (calendar-day-name): Move defn down.
4507         * speedbar.el (speedbar-directory-buttons-follow):
4508         Don't use directory-sep-char.
4510 2002-12-06  Masatake YAMATO  <jet@gyve.org>  (tiny change)
4512         * register.el (describe-register-1): Use window-width
4513         to truncate string in a register.  Check whether the string
4514         in a register is an empty string or a sequence of white spaces.
4516 2002-12-07  Andreas Schwab  <schwab@suse.de>
4518         * faces.el (face-font-selection-order)
4519         (face-font-family-alternatives, face-font-registry-alternatives):
4520         Remove period from :tag value.
4522         * cus-edit.el (custom-face-edit-fix-value): Change :reverse-video
4523         to :inverse-video.
4525 2002-12-07  Markus Rost  <rost@math.ohio-state.edu>
4527         * wid-edit.el (define-widget number): Clarify doc and error message.
4528         (define-widget float): New widget.
4530 2002-12-07  Andreas Schwab  <schwab@suse.de>
4532         * eshell/em-ls.el (eshell-ls-product-regexp): Fix typo.
4534         * files.el (find-file-read-args): Reenable wildcard processing
4535         unconditionally.
4537 2002-12-06  Robert J. Chassell  <bob@rattlesnake.com>
4539         * textmodes/texinfmt.el (texinfo-format-scan): Handle new
4540         functions for copyright notice and copying permissions.
4541         (texinfo-copying, texinfo-insertcopying): New functions.
4543 2002-12-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4545         * textmodes/texinfmt.el (texinfo-format-ifxml)
4546         (texinfo-format-xml): New function.
4547         (ifxml, ifnotxml): New aliases.
4549 2002-12-06  Dave Love  <fx@gnu.org>
4551         * international/utf-8-subst.el: Revert last change.
4553 2002-12-06  Miles Bader  <miles@gnu.org>
4555         * info.el (Info-insert-dir): Make dir-node-cache variables
4556         buffer-local, so that killing the *info* buffer forces the
4557         dir-node to be rebuilt.
4559 2002-12-06  Markus Rost  <rost@math.ohio-state.edu>
4561         * finder.el (finder-compile-keywords): Don't insert a keyword to
4562         the generated file.
4564 2002-12-05  Andreas Schwab  <schwab@suse.de>
4566         * speedbar.el (speedbar-highlight-face): Fix face spec.
4568 2002-12-05  Stefan Monnier  <monnier@cs.yale.edu>
4570         * gdb-ui.el: Replace uses of (gdb-get-instance-buffer 'gdba) and
4571         gdb-proc with gud-comint-buffer instead.
4572         (gdb-proc): Remove.
4573         (def-gdb-var): Simplify.
4574         (gdb-get-create-instance-buffer): Avoid make-variable-buffer-local.
4575         Set gud-comint-buffer as well as gud-minor-mode and tool-bar-map.
4576         (gdb-goto-bp-this-line): Select the window while doing the goto-line.
4577         (gdb-info-locals-handler): Avoid replace-regexp.
4579         * calendar/calendar.el (facemenu-unlisted-faces): Only update
4580         after facemenu is loaded.
4581         (calendar-font-lock-keywords): Accept non-ASCII month names.
4582         Use regexp-opt.
4584         * gdb-ui.el (gud-gdb-complete-string, gud-gdb-complete-break)
4585         (gud-gdb-complete-list, gud-gdb-complete-in-progress): Remove.
4586         (gdba): Call `gdb' and then make modifications.
4587         Always call gdb-clear-inferior-io rather than just "the first time".
4588         (gud-break, gud-remove): Definitions moved to inside gdba.
4589         (gdb-target-name): Remove.  Use gud-target-name instead.
4590         (gdba-complete-filter, gdba-common-init): Remove.
4591         The changes were integrated into the generic code.
4593         * gud.el: Use match-string.
4594         (gud-menu-map): Re-fix gdb-running to gud-running.
4595         Activate up/down and finish for pdb.
4596         (gud-def): Use backquotes.
4597         (gdb, sdb, dbx, xdb, pdb, jdb, bashdb): Remove redundant menu bindings.
4598         (gud-gdb-complete-in-progress, gud-gdb-complete-string)
4599         (gud-gdb-complete-break, gud-gdb-complete-list):
4600         Rename to gud-gdb-fetch-lines-in-progress, gud-gdb-fetch-lines-string,
4601         gud-gdb-fetch-lines-break and gud-gdb-fetched-lines.
4602         (gud-gdb-fetch-lines-filter): Rename from gud-gdb-complete-filter.
4603         Add a `filter' argument and run it on `string'.
4604         (gud-gdb-run-command-fetch-lines): Use it instead of
4605         gud-gdb-speedbar-stack-filter.  Add a `skip' arg.
4606         Return the fetched lines.
4607         (gud-gdb-complete-command): Use it instead of cooking up
4608         something by hand using gud-gdb-complete-filter.
4609         (gud-gdb-get-stackframe): Use the new calling convention of
4610         gud-gdb-run-command-fetch-lines.
4611         (gud-gdb-fetched-stack-frame-list): Remove.
4612         (gud-gdb-speedbar-stack-filter): Remove.
4613         (gud-jdb-marker-filter): Change RE for easier extraction of submatches.
4614         (gud-bashdb-command-name): Add "--debugger" argument here.
4615         (bashdb): Use default gud-find-file and don't bother with
4616         a massage-args function now that --debugger is make explicit.
4617         (gud-bashdb-massage-args, gud-bashdb-find-file): Remove.
4618         (bashdb): Don't provide.
4619         (gud-target-name): New var.
4620         (gud-common-init): Set it.
4621         Also reset gud-running and gud-last-last-frame.
4623 2002-12-05  Dave Love  <fx@gnu.org>
4625         * international/utf-8-subst.el: Update safe-chars of mule-utf-8,
4626         mule-utf-16-le, mule-utf-16-be.
4628 2002-12-05  Richard M. Stallman  <rms@gnu.org>
4630         * textmodes/outline.el (outline-mode): Doc fix.
4632 2002-12-05  Edward M. Reingold  <reingold@emr.cs.iit.edu>
4634         * calendar/solar.el (solar-atn2): Give correct quadrant for arctan.
4636 2002-12-05  Kenichi Handa  <handa@m17n.org>
4638         * international/titdic-cnv.el (quail-misc-package-ext-info):
4639         Remove duplicate entry for chinese-b5-quick.
4640         (batch-miscdic-convert): Don't try to call miscdic-convert on
4641         files in the directory just following the arg "-dir".
4643 2002-12-04  Stefan Monnier  <monnier@cs.yale.edu>
4645         * gdb-ui.el: Fold top-level `setq's and `define-key's into their
4646         corresponding defvar.
4647         (gdb-inferior-io-mode-map): New var.
4648         Add bindings to it rather than to comint-mode-map.
4649         (gdb-display-number-end): Use dolist.  Remove always-true test.
4650         (gdb-delete-line): Move and simplify.
4651         (gdb-display-end): Don't bother going to beg-of-line since we're there.
4652         (gdb-array-format1): Use dolist.
4653         (gdb-make-windows-menu, gdb-make-frames-menu):
4654         Move to top-level code.  Move the menus to within the GUD menu.
4655         Make the menus only appear in gdba mode.
4657         * gdb-ui.el (gdb-inferior-io-mode-map): Remove (unused).
4658         (gdb-inferior-io-mode): Use define-minor-mode.
4659         (gdb-source-info): Don't burp if there's no source file.
4660         (gdb-inferior-io-interrupt, gdb-inferior-io-quit)
4661         (gdb-inferior-io-stop, gdb-inferior-io-eof)
4662         (gdb-display-breakpoints-buffer, gdb-frame-breakpoints-buffer)
4663         (gdb-display-stack-buffer, gdb-frame-stack-buffer)
4664         (gdb-display-registers-buffer, gdb-frame-registers-buffer)
4665         (gdb-display-locals-buffer, gdb-frame-locals-buffer)
4666         (gdb-display-display-buffer, gdb-frame-display-buffer)
4667         (gdb-display-gdb-buffer, gdb-frame-gdb-buffer)
4668         (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
4669         Remove the spurious left over arg from the "big reorg".
4671 2002-12-04  Richard M. Stallman  <rms@gnu.org>
4673         * gud.el (gud-menu-map): Update for bashdb.
4674         (perldb): Change prompt regexp.
4675         (gud-bashdb-history, gud-bashdb-massage-args, gud-bashdb-marker-filter)
4676         (gud-bashdb-find-file, gud-bashdb-command-name, bashdb): New.
4678         * progmodes/cc-vars.el: Simply require wid-edit and custom
4679         in eval-when-compile.
4681         * progmodes/cc-menus.el: Don't require imenu.
4683         * progmodes/cc-langs.el: Don't require cl.
4684         (c-delete-duplicates): New function.  Use instead of delete-duplicates.
4686         * progmodes/cc-bytecomp.el (cc-bytecomp-obsolete-var):
4687         Add an else-clause to the if to avoid confused compiler warning.
4689         * tooltip.el (tooltip-gud-tips-p): Undo previous change.
4691 2002-12-03  Stefan Monnier  <monnier@cs.yale.edu>
4693         * gdb-ui.el: Get rid of (quote ..); use match-string and ignore.
4695         * gdb-ui.el (gdba, gdb-starting, gdb-stopped, gdb-quit):
4696         Update gdb-running -> gud-running.
4697         (gdba): Use the default for gud-find-file.
4698         (def-gdb-variable): Remove: fold into def-gdb-var.
4699         (def-gdb-var): Use buffer-local-value and with-current-buffer.
4701         * gud.el (gud-running): Rename from gdb-running.  Update uses.
4702         (gud-tool-bar-map): Use tool-bar-local-item-from-menu rather than
4703         tool-bar-add-item-from-menu to avoid let binding tool-bar-map
4704         which fails if tool-bar.el is loaded in the mean time.
4705         (gud-file-name): New fun.
4706         (gud-find-file): Use it as default value for gud-find-file.
4707         (gud-speedbar-buttons): Discriminate on gud-minor-mode rather than
4708         on gud-find-file.
4709         (gud-gdb-find-file, gud-dbx-file-name, gud-dbx-find-file)
4710         (gud-xdb-file-name, gud-xdb-find-file, gud-perldb-find-file)
4711         (gud-pdb-find-file, gud-jdb-find-file): Remove.
4712         (gud-query-cmdline): Don't stuff the whole cwd in the command.
4713         (gdb, dbx, xdb, perldb, pdb, jdb): Use the default for gud-find-file.
4714         (gud-mipsdbx-massage-args): Remove.
4715         (gud-dbx-command-name): New var.  Do what gud-mipsdbx-massage-args did.
4716         (gud-irixdbx-marker-filter): Use match-string and gud-file-name.
4717         (gud-jdb-command-name): New var.
4718         (gud-common-init): Re-instate RMS code of 11/13.
4720 2002-12-03  Dave Love  <fx@gnu.org>
4722         * international/ucs-tables.el (ucs-unify-8859, ucs-unify-8859)
4723         (ucs-fragment-8859): Don't use set-buffer-major-mode-hook.
4724         (ucs-set-table-for-input): Use optional arg.  Check for null `cs'.
4726 2002-12-03  Andreas Schwab  <schwab@suse.de>
4728         * cus-edit.el (custom-display): Add checkbox for type mac.
4730         * whitespace.el (whitespace-highlight-face): Fix face spec.
4732 2002-12-02  Stefan Monnier  <monnier@cs.yale.edu>
4734         * simple.el (completion-setup-function): Fix last change to use
4735         minibuffer-completing-file-name instead.
4737         * add-log.el (change-log-mode): Set indent-line-function explicitly
4738         to what it was before indent-line-function's default was changed.
4740 2002-12-02  Richard M. Stallman  <rms@gnu.org>
4742         * textmodes/ispell.el (ispell-dict-map): Move specific
4743         dictionary selection into a submenu.
4745         * textmodes/fill.el (fill-indent-to-left-margin): New function.
4746         (fill-newline, fill-region-as-paragraph): Use that.
4748         * simple.el (completion-setup-function):
4749         Handle ffap-read-file-or-url-internal specially like
4750         read-file-name-internal.
4752 2002-12-02  Simon Marshall  <marshals@perth>
4754         * font-lock.el (c++-font-lock-extra-types): Fix previous change.
4756 2002-12-02  Fran\e,Ag\e(Bois Pinard  <pinard@iro.umontreal.ca>
4758         * progmodes/make-mode.el (makefile-font-lock-keywords): Highlight
4759         more make keywords:  defined, endef, override, export, unexport
4760         and vpath.
4762 2002-12-02  Dave Love  <fx@gnu.org>
4764         * autoarg.el (autoarg-kp-mode): Give it a :group.
4766 2002-12-02  Noah Friedman  <friedman@splode.com>
4768         * complete.el (PC-do-completion): Do not add wildcards to pattern
4769         unless filename is non-nil.
4771 2002-12-02  Andreas Schwab  <schwab@suse.de>
4773         * mwheel.el (mouse-wheel-scroll-amount): Fix customize type.
4775         * paren.el (show-paren-mismatch-face): Fix face spec.
4777 2002-11-30  Nick Roberts  <nick@nick.uklinux.net>
4779         * gdb-ui.el (gdb-many-windows): Define as a minor mode.
4780         (toggle-gdb-windows): Remove. (Patch from Stefan Monnier)
4782         * tooltip.el (tooltip-gud-process-output): Handle annotations that
4783         are output with gdba in gdb-ui.el.
4784         (tooltip-strip-annotations): New function.
4786 2002-11-29  Dave Love  <fx@gnu.org>
4788         * autoarg.el (autoarg-mode): Give it a :group.
4790 2002-11-29  Bill Wohler  <wohler@newt.com>
4792         * mail/mh-comp.el, mail/mh-e.el, mail/mh-funcs.el,
4793         mail/mh-mime.el, mail/mh-pick.el, mail/mh-seq.el,
4794         mail/mh-utils.el, mail/mh-xemacs-compat.el: Upgraded to MH-E
4795         version 7.0.
4797         * mail/mh-index.el, mail/mh-speed.el: New files for indexed
4798         searches and speedbar support in MH-E version 7.0.
4800         * toolbar/reply-all.pbm, toolbar/reply-all.xpm,
4801         toolbar/reply-from.pbm, toolbar/reply-from.xpm,
4802         toolbar/reply-to.pbm, toolbar/reply-to.xpm: New toolbar images for
4803         MH-E version 7.0.
4805 2002-11-29  Markus Rost  <rost@math.ohio-state.edu>
4807         * mwheel.el (mouse-wheel-inhibit-click-time): Fix custom type.
4809 2002-11-29  Richard M. Stallman  <rms@gnu.org>
4811         * mail/rmail.el (rmail-convert-to-babyl-format):
4812         Make search for message delimiter case-sensitive.
4814         * simple.el (yank-window-start): New variable.
4815         (yank): Record yank-window-start
4816         (yank-pop): Use yank-window-start.
4818         * info.el (Info-additional-directory-list): Doc fix.
4820         * indent.el (indent-according-to-mode, indent-region): Doc fix.
4822         * tooltip.el (tooltip-gud-tips-p): Doc fix.
4824         * eshell/em-script.el: Require eshell.
4826         * eshell/esh-ext.el, eshell/em-cmpl.el: Require esh-util.
4828 2002-11-29  Kim F. Storm  <storm@cua.dk>
4830         * mwheel.el: Avoid accidental yanking of text while scrolling with
4831         the mouse wheel.  This adds a short period after each mouse wheel
4832         scroll event where a click on the mouse wheel button is ignored.
4833         (mouse-wheel-click-event, mouse-wheel-inhibit-click-time): New customs.
4834         (mouse-wheel-click-button, mwheel-inhibit-click-event-timer): New vars.
4835         (mwheel-inhibit-click-timeout,mwheel-filter-click-events): New defuns.
4836         (mwheel-scroll): Add mwheel-filter-click-events as pre-command-hook.
4837         Start mwheel-inhibit-click-event-timer with timeout handler
4838         mwheel-inhibit-click-timeout.
4840 2002-11-28  Nick Roberts  <nick@nick.uklinux.net>
4842         * tooltip.el (tooltip-gud-tips-setup): Remove.
4843         (tooltip-gud-debugger): Remove.
4844         (tooltip-gud-print-command): Use gud-minor mode instead of
4845         tooltip-gud-tips-setup and tooltip-gud-debugger.
4847         * gdb-ui.el (gdb-starting): Set gdb-running to t.
4848         (gdb-stopped): Set gdb-running to nil.
4849         (gdb-quit): Reset some variables including tool-bar-map.
4851         * gud.el (gdb-running): New variable.
4852         (gud-menu-map): Use gdb-running to grey out toolbar buttons
4853         with gdba in gdb-ui.el.
4854         (gud-tool-bar-map): Move to avoid byte compiler warning.
4856 2002-11-27  Jason Rumney  <jasonr@gnu.org>
4858         * files.el (file-truename): Canonicalize non-existent names on w32.
4860 2002-11-28  Kim F. Storm  <storm@cua.dk>
4862         * ido.el (ido-xemacs): Remove defvar.  All uses changed to
4863         check (featurep 'xemacs) instead.
4864         (ido-visit-buffer): Use select-frame-set-input-focus unconditionally.
4866 2002-11-27  Dave Love  <fx@gnu.org>
4868         * emacs-lisp/cl-macs.el: Move `predicates for analyzing Lisp
4869         forms' block to top (before uses).
4870         (help-fns): Don't require at top level.  (Recursively.)
4871         (cl-transform-lambda): Require help-fns.
4873 2002-11-26  Dave Love  <fx@gnu.org>
4875         * language/european.el (encode-mac-roman): Deal with unencodable
4876         characters.
4878         * language/cyrillic.el (ccl-encode-koi8, ccl-encode-koi8-u)
4879         (ccl-encode-alternativnyj): Deal with unencodable characters.
4881         * international/code-pages.el (cp-make-coding-system): Deal with
4882         unencodable characters.
4884 2002-11-24  Richard M. Stallman  <rms@gnu.org>
4886         * mail/sendmail.el (mail-signature): Handle case where
4887         value of mail-signature is a string.
4889         * menu-bar.el (menu-bar-describe-menu): Add "What's This?" item.
4891         * faces.el (face-set-after-frame-default): Ignore errors
4892         in face-spec-face-set.
4894         * cus-face.el (custom-declare-face): Add face-defface-spec
4895         prop after applying the face spec.
4897 2002-11-23  Nick Roberts  <nick@nick.uklinux.net>
4899         * tooltip.el (tooltip-gud-print-command): Add server prefix to the
4900         print command for gdb to keep it out of the command history.
4902         * gdb-ui.el: Major re-organisation. Simplify legacy gdba
4903         code to allow only one gdb process.
4905 2002-11-23  Markus Rost  <rost@math.ohio-state.edu>
4907         * scroll-all.el (scroll-all-mode): Move arg LIGHTER to the right
4908         place.  Add groups.
4910 2002-11-22  Simon Marshall  <marshals@perth>
4912         * font-lock.el (c++-font-lock-extra-types): Add various STL classes.
4914 2002-11-21  Nick Roberts  <nick@nick.uklinux.net>
4916         * gdb-ui.el : General tidying. Patches from Stefan Monnier.
4918 2002-11-20  Simon Josefsson  <jas@extundo.com>
4920         * play/morse.el (morse-code): Add non-ASCII characters, according
4921         to table at http://www.soton.ac.uk/~scp93ch/morse/.
4923 2002-11-21  Richard M. Stallman  <rms@gnu.org>
4925         * dired.el (dired-sort-inhibit): New variable.
4926         (dired-sort-toggle-or-edit): Err if dired-sort-inhibit non-nil.
4928         * find-dired.el (find-dired): Set dired-sort-inhibit to t
4929         buffer-locally.
4931 2002-11-21  Eugene Exarevsky  <zheka@relex.ru>
4933         * progmodes/sql.el: Added LINTER support.
4934         (sql-linter-program): New variable.
4935         (sql-linter-options): New variable.
4936         (sql-mode-menu): Added Linter keywords.
4937         (sql-mode-linter-font-lock-keywords): New variable.
4938         (sql-highlight-linter-keywords): New function.
4939         (sql-linter): New function.
4940         (sql-ms-options): New variable.
4941         (sql-ms): Use it.
4943 2002-11-21  John Paul Wallington  <jpw@shootybangbang.com>
4945         * ibuffer.el (ibuffer-formats): Change default value; bump width
4946         of size column in first format to 7.
4948 2002-11-20  Stefan Monnier  <monnier@cs.yale.edu>
4950         * help-fns.el (describe-variable): Look for (defvar . <sym>) in the
4951         load-history since `defvar' now uses this format.
4953         * custom.el (custom-declare-variable): Use push.
4954         Use the (defvar . <sym>) format in load-history like `defvar' does.
4956         * subr.el (symbol-file): Accept a non-atomic `function' arg.
4957         (with-local-quit): Add debug and indentation info.
4959 2002-11-20  John Paul Wallington  <jpw@shootybangbang.com>
4961         * subr.el (symbol-file): Remove unused variable `functions'.
4963 2002-11-20  Markus Rost  <rost@math.ohio-state.edu>
4965         * Makefile.in (setwins_almost): Renamed from finder_setwins.
4966         (custom-deps): Use it.
4967         (finder-data): Adjust to that name change.
4969 2002-11-19  Stefan Monnier  <monnier@cs.yale.edu>
4971         * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
4972         Turn errors into messages so they don't get ignored.
4973         (eldoc-get-fnsym-args-string): Use help-split-fundoc.
4974         (eldoc-beginning-of-sexp): Simplify.
4975         (eldoc-function-arglist): Remove.
4976         (eldoc-function-argstring): Use help-function-arglist instead.
4977         (eldoc-function-argstring-from-docstring-method-table)
4978         (eldoc-function-argstring-from-docstring): Remove.
4980         * emacs-lisp/cl.el (multiple-value-call): Add docstring.
4982 2002-11-19  Dave Love  <fx@gnu.org>
4984         * emacs-lisp/bytecomp.el (maphash, map-char-table):
4985         Use byte-compile-funarg.
4987         * emacs-lisp/byte-opt.el (side-effect-free-fns): Several additions.
4989 2002-11-19  Markus Rost  <rost@math.ohio-state.edu>
4991         * progmodes/vhdl-mode.el (defgroup vhdl-related): Declare the
4992         members here rather than with custom-add-to-group.  This is the
4993         intended way of using defgroup and also lets
4994         custom-make-dependencies do its job.
4995         (defgroup vhdl-highlight-faces): Ditto.
4997         * emacs-lisp/shadow.el (defgroup lisp-shadow): New group name.
4998         Previous group name shadow is used in shadowfile.el.
4999         (shadows-compare-text-p): Use group lisp-shadow.
5001 2002-11-19  Stefan Monnier  <monnier@cs.yale.edu>
5003         * emacs-lisp/cl.el (multiple-value-call): Add docstring.
5005 2002-11-19  Masatake Yamato  <jet@gyve.org>  (tiny change)
5007         * register.el (describe-register-1): Don't assign to val the value
5008         returned by `remove-list-of-text-properties'.
5010 2002-11-18  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
5012         * calendar/diary-lib.el (fancy-diary-font-lock-keywords):
5013         Grok month numbers, too.
5015 2002-11-18  Juanma Barranquero  <lektu@terra.es>
5017         * mail/smtpmail.el (smtpmail-send-queued-mail): Add autoload cookie.
5019 2002-11-18  Markus Rost  <rost@math.ohio-state.edu>
5021         * pcvs.el (cvs-minor-mode, cvs-mode-commit-hook): Add group.
5023         * textmodes/refill.el (defgroup refill): New group.
5025         * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Add group.
5027         * textmodes/sgml-mode.el (html-autoview-mode): Add group.
5029         * textmodes/paragraphs.el (use-hard-newlines): Add group.
5031         * progmodes/compile.el (compilation-shell-minor-mode): Add group.
5032         (compilation-minor-mode): Add group.
5034         * reveal.el (global-reveal-mode): Add group.
5036         * bookmark.el (bookmark-menu-length): Fix group name.
5038 2002-11-17  Richard M. Stallman  <rms@gnu.org>
5040         * mail/rmail.el (rmail-ignored-headers): Add more headers.
5042         * calendar/parse-time.el (parse-time-elt): Var renamed from `elt'.
5043         (parse-time-val): Var renamed from `val'.  All uses changed.
5045         * files.el (parse-time-rules): Mark it as risky.
5047         * finder.el (finder-commentary): Use buffer *Finder-package*.
5049         * menu-bar.el (menu-bar-options-menu): Improve tooltip string.
5051         * simple.el (indicate-unused-lines)
5052         (default-indicate-unused-lines): New variable aliases.
5054 2002-11-18  Kenichi Handa  <handa@m17n.org>
5056         * progmodes/cc-vars.el: Undo previous change.
5058 2002-11-18  Kenichi Handa  <handa@m17n.org>
5060         * language/cyrillic.el (cyrillic-iso-8bit): Make it safe.
5062         * language/european.el (iso-latin-1): Make it safe.
5063         (iso-latin-2, iso-latin-3, iso-latin-4, iso-latin-5, iso-latin-8)
5064         (iso-latin-9): Likewise.
5066         * language/greek.el (greek-iso-8bit): Make it safe.
5068         * language/hebrew.el (hebrew-iso-8bit): Make it safe.
5070         * language/lao.el (lao): Make it safe.
5072         * language/thai.el (thai-tis620): Make it safe.
5074 2002-11-17  Markus Rost  <rost@math.ohio-state.edu>
5076         * speedbar.el (defgroup speedbar): Use group 'etags instead of
5077         nonexisting group 'tags.
5079         * emacs-lisp/re-builder.el: Add provide call.
5081         * mail/feedmail.el (feedmail-fiddle-headers-upwardly)
5082         (feedmail-fiddle-plex-user-list): Fix typo in group name.
5084         * progmodes/make-mode.el (makefile-space-face): Fix group name.
5086         * textmodes/ispell.el (defgroup ispell): Arrange that definition
5087         starts at beginning of line.
5089         * textmodes/table.el (defgroup table-hooks): New group.
5090         (table-cell-map-hook): Fix typo in group name.
5092         * calendar/diary-lib.el (diary-button-face): Add group and version
5093         number.
5095         * warnings.el (defgroup warnings): New group.
5097 2002-11-16  Markus Rost  <rost@math.ohio-state.edu>
5099         * emacs-lisp/autoload.el (update-autoloads-from-directories):
5100         Sort the list of files with no autoloads.
5102 2002-11-16  Alan Shutko  <ats@acm.org>
5104         * calendar/diary-lib.el (list-diary-entries): Pass a marker
5105         indicating source of entry to add-to-diary-list.
5106         (diary-button-face, diary-entry, diary-goto-entry): New, to
5107         support click to diary file.
5108         (fancy-diary-display): Buttonize diary entries.
5109         (list-sexp-diary-entries): Pass a marker indicating source of
5110         entry to add-to-diary-list.
5111         (diary-date): Return mark as well as entry.
5113         * calendar/calendar.el (diary-face): New.
5114         (european-calendar-display-form, describe-calendar-mode)
5115         (mark-visible-calendar-date, calendar-mark-today): Tidy doc string.
5116         (calendar-make-alist): New.
5117         (calendar-mode): Set up font-lock mode.
5118         (generate-calendar-window): Fontify if font-lock-mode is on.
5120 2002-11-16  Ivan Zakharyaschev  <imz@altlinux.org>  (tiny change)
5122         * international/codepage.el (cp866-decode-table): Fix the
5123         translation table.
5125 2002-11-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
5127         * progmodes/cc-bytecomp.el (cc-bytecomp-defun): Fixed bug that
5128         caused existing function definitions to be overridden by
5129         phonies when the bytecomp environment is restored.
5131 2002-11-15  Nick Roberts  <nick@nick.uklinux.net>
5133         * toolbar/gud-break.pbm, toolbar/gud-cont.pbm, toolbar/gud-display.pbm,
5134         toolbar/gud-down.pbm, toolbar/gud-finish.pbm, toolbar/gud-goto.pbm,
5135         toolbar/gud-next.pbm, toolbar/gud-print.pbm, toolbar/gud-remove.pbm,
5136         toolbar/gud-run.pbm, toolbar/gud-step.pbm, toolbar/gud-up.pbm:
5137         Icons for debugger (pbm files).
5139 2002-11-15  Richard M. Stallman  <rms@gnu.org>
5141         * international/mule.el (set-buffer-file-coding-system): Redo prev chg.
5143 2002-11-15  John Paul Wallington  <jpw@shootybangbang.com>
5145         * ibuffer.el (ibuffer-use-other-window, ibuffer-use-header-line)
5146         (ibuffer-visit-buffer, ibuffer-redisplay, ibuffer-update): Doc fix.
5147         (ibuffer-mode-hooks): Remove spurious defvar.
5148         (ibuffer): Run `ibuffer-hook' instead of `ibuffer-hooks'.
5149         (ibuffer-mode): Run `ibuffer-mode-hook' instead of
5150         `ibuffer-mode-hooks'.
5152 2002-11-15  Markus Rost  <rost@math.ohio-state.edu>
5154         * mail/rmailedit.el: Add provide call.
5156         * play/bruce.el: Add provide call.
5158         * emacs-lisp/gulp.el: Add provide call.
5160 2002-11-14  Richard M. Stallman  <rms@gnu.org>
5162         * international/mule.el (set-buffer-file-coding-system): Undo prv chg.
5164 2002-11-14  Markus Rost  <rost@math.ohio-state.edu>
5166         * custom.el (custom-declare-group): Remove unnecessary line of code.
5168         * cus-dep.el (custom-make-dependencies): Bind load-file-name.
5170 2002-11-14  Edward M. Reingold  <reingold@emr.cs.iit.edu>
5172         * calendar/diary-lib.el (make-diary-entry): Allow for local variables
5173         at end of diary file.
5175 2002-11-14  Kim F. Storm  <storm@cua.dk>
5177         * files.el (mode-name): Mark it as risky-local-variable like the
5178         other mode-line elements (moved from bindings.el).
5180         * bindings.el (mode-name): Moved mark as risky-local-variable to
5181         files.el.
5183 2002-11-14  Juanma Barranquero  <lektu@terra.es>
5185         * gud.el: Fix feature name in `provide'.
5187         * gdb-ui.el: Fix feature name in `require'.
5189 2002-11-14  Per Cederqvist  <ceder@lysator.liu.se>  (tiny change)
5191         * progmodes/etags.el (find-tag-default): Copy text at point without
5192         properties.
5194 2002-11-14  Kenichi Handa  <handa@m17n.org>
5196         * progmodes/cc-vars.el: Don't cc-bytecomp-defun char-table-p.
5198 2002-11-14  Kim F. Storm  <storm@cua.dk>
5200         * textmodes/fill.el (fill-nobreak-invisible): New var.
5201         (fill-nobreak-p): Test it; return t if set and point invisible.
5202         (fill-newline): Test it; remove invisible prop on newline if set.
5204         * info.el (Info-fontify-node): New local list paragraph-markers.
5205         Record markers for mangled *note references on that list.
5206         When done, go back through those markers and fill each mangled
5207         paragraph with `fill-nobreak-invisible' let-bound to t.
5208         Don't use `display' property; insert "see" directly in buffer.
5210 2002-11-14  Nick Roberts  <nick@nick.uklinux.net>
5212         * gdb-ui.el: New file, User Interface for running GDB
5214         * gud.el:(gud-find-file): Set up GDB tool bar.
5215         (gud-menu-map): New commands: run, goto.
5216         Enable some commands for gdba.
5217         (gud-query-cmdline): Pass default directory to gdba.
5218         (gdb): Defune gud-goto and gud-run.
5219         (gud-gdb-complete-command): Maybe use gdba-complete-filter.
5220         (gud-mode): Set up local tool bar.
5221         (gud-display-line): For gdba, call gdb-display-source-buffer.
5222         (gud-basic-call): For gdba, maybe delete the current prompt.
5223         (gud-tool-bar-map): New variable.
5224         (gud-read-address): Correction.
5226         * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-display.xpm,
5227         toolbar/gud-down.xpm, toolbar/gud-finish.xpm, toolbar/gud-goto.xpm,
5228         toolbar/gud-next.xpm, toolbar/gud-print.xpm, toolbar/gud-remove.xpm,
5229         toolbar/gud-run.xpm, toolbar/gud-step.xpm, toolbar/gud-up.xpm:
5230         Icons for debugger.
5232 2002-11-13  Stefan Monnier  <monnier@cs.yale.edu>
5234         * pcvs.el (cvs-mode-run): Don't pass "." if not needed.
5236 2002-11-13  Andre Spiegel  <spiegel@gnu.org>
5238         * vc-rcs.el (vc-rcs-registered): Improve comment.
5240         * vc-sccs.el (vc-sccs-registered): Improve comment.
5242 2002-11-13  Tim Van Holder  <tim.vanholder@anubex.com>  (tiny change)
5244         * progmodes/compile.el (compilation-error-regexp-alist):
5245         Don't include colon and space after a file name as part of the name.
5247 2002-11-13  Richard M. Stallman  <rms@gnu.org>
5249         * gud.el (gdb): Undo 10-26 change.
5251 2002-11-13  Kenichi Handa  <handa@m17n.org>
5253         * replace.el (occur-engine): Set buffer-file-coding-system of
5254         OUT-BUF to that of one of BUFFERS if they locally bind that variable.
5256 2002-11-13  Markus Rost  <rost@math.ohio-state.edu>
5258         * custom.el (custom-handle-all-keywords): Fix arg passed to
5259         custom-add-to-group.
5261 2002-11-12  Stefan Monnier  <monnier@cs.yale.edu>
5263         * pcvs-defs.el (cvs-mode-map): Remove M-f binding.
5264         (cvs-minor-mode-map): Add e binding in log-view-mode.
5266         * progmodes/perl-mode.el (perl-hanging-paren-p): New fun.
5267         (perl-indent-line): Look at the open-paren to indent a close-paren.
5268         (perl-calculate-indent): Try to better indent args after hanging paren.
5269         Remove special code for open-paren-in-column-0.
5271         * textmodes/sgml-mode.el (sgml-namify-char): New cmd.
5272         (sgml-name-char): Use it.
5273         (sgml-tag-last, sgml-tag-history): New vars.
5274         (sgml-tag): Use them.
5275         (sgml-skip-tag-forward): Use sgml-tag-syntax-table.
5276         (sgml-delete-tag): Remove resulting empty lines.
5277         (sgml-tag) <symbol-plist>: Don't make intangible.
5278         (sgml-parse-tag-backward): Add limit argument.
5279         (html-autoview-mode): Use define-minor-mode.
5281 2002-11-12  Markus Rost  <rost@math.ohio-state.edu>
5283         * vc-rcs.el (vc-rcs-registered): Handle the autoload cookie so
5284         that the definition is found by `find-function-search-for-symbol'
5285         and etags.
5287         * vc-sccs.el (vc-sccs-registered): Ditto.
5289         * emulation/edt.el (defgroup edt): Arrange that definition starts
5290         at beginning of line.
5292         * ls-lisp.el (defgroup ls-lisp): Remove autoload cookie.
5294         * hi-lock.el (defgroup hi-lock-interactive-text-highlighting):
5295         Remove autoload cookie.
5297         * newcomment.el (defgroup comment): Remove autoload cookie.
5299 2002-11-11  Markus Rost  <rost@math.ohio-state.edu>
5301         * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button):
5302         Declare with defvar, not with defcustom.
5304         * cus-dep.el: Don't require 'autoload.
5305         (custom-make-dependencies): Handle :version also for autoloaded
5306         options.
5308         * winner.el (defgroup winner): Arrange that definition starts at
5309         beginning of line.
5311         * emulation/edt.el: Simplify Emacs 19 compatibility.
5313 2002-11-11  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>  (tiny change)
5315         * dired-aux.el (dired-show-file-type): Format filename with "%s" to
5316         escape any format-like sequences it could contain.
5318 2002-11-11  Per Abrahamsen  <abraham@dina.kvl.dk>
5320         * cus-edit.el (custom-save-delete): Force emacs-lisp-mode.
5322 2002-11-11  Juanma Barranquero  <lektu@terra.es>
5324         * bindings.el (mode-name): Mark it as risky-local-variable.
5326 2002-11-09  Dave Love  <fx@gnu.org>
5328         * international/mule-cmds.el (current-language-environment):
5329         Fix :type.
5331         * international/ucs-tables.el: Revert to using
5332         translation-table-for-input instead of keyboard-translate-table.
5334         * international/quail.el (quail-input-string-to-events):
5335         Revert last change.
5337         * simple.el (quoted-insert): Bind translation-table-for-input,
5338         not keyboard-translate-table.
5340 2002-11-08  Stefan Monnier  <monnier@cs.yale.edu>
5342         * arc-mode.el (archive-zip-summarize): Don't hardcode (point-min) = 1.
5344         * complete.el (PC-do-completion): Make partial-completion work
5345         with incomplete directory names.
5347         * textmodes/tex-mode.el (latex-standard-block-names): Rename from
5348         standard-latex-block-names.
5349         (tex-font-lock-keywords-1): Add providecommand, renewenvironment,
5350         and renewtheorem.  Highlight \it and \bf separately since they
5351         may overlap.
5352         (tex-font-lock-suscript, tex-font-lock-unfontify-region): New funs.
5353         (tex-font-lock-keywords-3, tex-verbatim-environments)
5354         (tex-font-lock-syntactic-keywords): New vars.
5355         (superscript, subscript, tex-verbatim-face): New faces.
5356         (tex-font-lock-syntactic-face-function): Handle \verb construct.
5357         (tex-common-initialization): Update font-lock-defaults setting.
5358         (tex-insert-braces): Make it into a skeleton.
5359         (latex-fill-nobreak-predicate): Don't break after \.
5360         (latex-insert-block): Rename from tex-latex-block.
5361         (latex-down-list): Use tex-mode-syntax-table when skipping parens
5362         rather than the indentation syntax-table.
5363         (latex-close-block): Rename from tex-close-latex-block.
5364         (latex-split-block): New fun.
5365         (latex-indent): Don't indent inside a verbatim block.
5366         (latex-find-indent): Stick \begin{verbatim} to the margin.
5368 2002-11-08  John Wiegley  <johnw@gnu.org>
5370         * calendar/timeclock.el (timeclock-modeline-display): Use assq as
5371         well as memq to find `global-mode-string' within
5372         `mode-line-format'.  The structure of that variable has changed in
5373         21.3.
5375 2002-11-07  Stefan Monnier  <monnier@cs.yale.edu>
5377         * format.el (format-decode): Be careful with the order in `format'.
5379         * eshell/esh-cmd.el (function-p-func): Avoid `xemacs-p'.
5381         * eshell/em-glob.el: Require esh-util.
5382         (eshell-glob-initialize): Don't assume
5383         eshell-special-chars-outside-quoting is available.
5385         * textmodes/fill.el (fill-paragraph): Consider a comment-start as
5386         a paragraph starter when filling non-comments.
5387         (fill-comment-paragraph): Don't narrow while doing the fill.
5388         Recognize paragraph starters and separators within comments.
5389         Use adaptive-fill-prefix when it works.  Use comment-search-forward.
5391         * progmodes/compile.el (grep-default-command): New fun.
5392         (grep): Use it.
5393         (compilation-menu-map): New var.
5394         (compilation-minor-mode-map, compilation-shell-minor-mode-map): Use it.
5395         (compilation-mode-map): Simplify.
5396         (compilation-shell-minor-mode, compilation-minor-mode):
5397         Use define-minor-mode.
5399         * elide-head.el (elide-head): Don't make intangible.
5401         * help.el (where-is): Rename map to defs (a list of syms is not a map).
5402         Test fboundp first, to speed things up.  Use push.
5404         * isearch.el (isearch-hidden): New var.
5405         (isearch-search-and-update): Test it.
5406         (isearch-range-invisible): Set it.
5408         * progmodes/tcl.el (tcl-mode): Don't set paragraph-start,
5409         paragraph-separate, comment-column, and fill-paragraph-function.
5410         Simplify outline-regexp.
5411         (tcl-do-fill-paragraph): Remove.
5413 2002-11-07  Markus Rost  <rost@math.ohio-state.edu>
5415         * mail/sendmail.el (mail-default-directory): Set the version to 21.4.
5417         * progmodes/compile.el (grep-compute-defaults): Undo previous change.
5418         Definition moved down.
5419         (grep-command, grep-find-command, grep-tree-command): Allow value nil.
5420         Do not declare :get property.
5421         (grep-use-null-device): Fix type.  Do not declare :get property.
5423         * emacs-lisp/checkdoc.el (checkdoc-find-error):
5424         Use get-file-buffer instead of get-buffer.
5426         * cus-dep.el (custom-make-dependencies): Fix comment inserted in
5427         cus-load.el.
5429 2002-11-07  Juanma Barranquero  <lektu@terra.es>
5431         * help.el (where-is): Report also aliases of the passed command.
5433 2002-11-06  Dave Love  <fx@gnu.org>
5435         * simple.el (quoted-insert): Bind keyboard-translate-table around
5436         read-char.
5438         * international/ucs-tables.el: Use keyboard-translate-table coding
5439         system property, not translation-table-for-input, for
5440         vietnamese-viscii & al.
5441         (translation-table-for-input): Set,
5442         don't defvar, and make permanent-local.
5443         (ucs-unify-8859, ucs-unify-8859, ucs-fragment-8859): Add/remove
5444         set-buffer-major-mode-hook, not quail-activate-hook.
5445         (ucs-set-table-for-input): Renamed from ucs-quail-activate.
5446         (ucs-unify-8859, ucs-unify-8859, ucs-fragment-8859):
5447         Setup keyboard-translate-table, not translation-table-for-input.
5448         Modify set-buffer-major-mode-hook, not quail-activate-hook.
5449         (ucs-fragment-8859): Don't use translation-table-for-input coding
5450         system property.
5451         (ucs-quail-activate): Deleted.
5452         (ucs-set-table-for-input): New.
5453         (ucs-minibuffer-setup): Use it.
5455         * international/quail.el (quail-input-string-to-events):
5456         Use keyboard-translate-table, not translation-table-for-input.
5458         * files.el (normal-mode): Call ucs-set-table-for-input.
5460         * international/mule.el (set-buffer-file-coding-system):
5461         Call ucs-set-table-for-input.
5463 2002-11-06  Richard M. Stallman  <rms@gnu.org>
5465         * replace.el (query-replace, query-replace-regexp): Doc fixes.
5467         * emacs-lisp/bytecomp.el (byte-compile-lambda):
5468         Handle progn like let, inside interactive spec.
5470         * textmodes/tex-mode.el (tex-dvi-view-command): Value can be sexp.
5471         Initialize to a suitable sexp.
5472         (tex-view): Evaluate tex-dvi-view-command and use the value.
5474 2002-11-06  Kenichi Handa  <handa@m17n.org>
5476         * international/mule.el (coding-system-eol-type-mnemonic):
5477         Use eol-mnemonic-undecided if CODING-SYSTEM is nil.
5479 2002-11-06  Kim F. Storm  <storm@cua.dk>
5481         * info.el (Info-fontify-node): Fixed hiding of *note references
5482         with embedded file names like (xxx.yyy).
5483         Avoid making any lines visibly longer if hiding newlines inside
5484         note references by wrapping line after references if it contained
5485         a newline (unfortunaly this makes more lines appear "shorter").
5486         Properly reindent multi-line menu entry descriptions.
5488 2002-11-05  Juanma Barranquero  <lektu@terra.es>
5490         * language/cyrillic.el ("Bulgarian"): Fix typo.
5492         * international/mule.el (coding-system-eol-type-mnemonic):
5493         Move from mule-util.el.
5495         * international/mule-util.el (coding-system-eol-type-mnemonic):
5496         Move to mule.el.
5498 2002-11-04  Juanma Barranquero  <lektu@terra.es>
5500         * files.el (find-buffer-visiting): Accept new optional PREDICATE
5501         argument to return only a buffer that satisfies the predicate.
5502         (insert-file-1): New function.
5503         (insert-file-literally): Use it.
5504         (insert-file): Use it.
5506 2002-11-04  Robert Fenk  <Robert.Fenk@gmx.de>  (tiny change)
5508         * desktop.el (desktop-relative-file-names): New variable.
5509         (desktop-save): Use it.
5511 2002-11-03  Andre Spiegel  <spiegel@gnu.org>
5513         * vc.el (vc-dired-mode): Adapt dired-move-to-filename-regexp to
5514         its current version in dired.el.
5516 2002-11-03  Stefan Monnier  <monnier@cs.yale.edu>
5518         * emacs-lisp/autoload.el (generate-file-autoloads)
5519         (update-file-autoloads): Strip .gz and other such extensions.
5520         (update-autoloads-from-directories): Also consider compressed files.
5522         * info.el (Info-streamline-headings): New var.
5523         (Info-dir-remove-duplicates): New fun.
5524         (Info-insert-dir): Use it.  Simplify the code with push,mapc,dolist.
5525         (Info-select-node): Simplify handling of Info-header-line.
5526         (Info-forward-node): Undo 2000/12/15 since we don't narrow any more.
5527         (Info-mode): Set header-line-format once and for all.
5528         (Info-fontify-node): Accept bogus first line with `File:' missing.
5529         Only make first line invisible if Info-use-header-line.
5530         Don't use `intangible': it's evil.  Use inhibit-read-only.
5531         (Info-follow-reference, Info-next-reference, Info-prev-reference)
5532         (Info-try-follow-nearest-node): Don't bind inhibit-point-motion-hooks
5533         since we don't use intangible any more.
5535         * image.el (insert-image): Don't make intangible since
5536         adjust_point_for_property should be sufficient by default.
5538 2002-11-02  Stefan Monnier  <monnier@cs.yale.edu>
5540         * textmodes/fill.el (fill-paragraph-handle-comment): New var.
5541         (fill-comment-paragraph): New fun (generalizes of lisp-fill-paragraph).
5542         (fill-paragraph): Use them.
5544         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
5545         Use fill-comment-paragraph.
5547 2002-11-02  Stefan Monnier  <monnier@cs.yale.edu>
5549         * bindings.el (mode-line-change-eol)
5550         (mode-line-eol-desc-cache, mode-line-eol-desc): New.
5551         (mode-line-mule-info): Use them for the EOL part of the modeline.
5553         * server.el (server-sentinel): Kill buffers if applicable.
5554         (server-temp-file-p): Make arg optional.
5555         (server-done): Use it to simplify.
5556         (server-switch-buffer): If server-window is a function, use it.
5558         * mail/undigest.el (rmail-digest-end-regexps): Simplify.
5559         (undigestify-rmail-message): Fix paren-bug and simplify.
5561 2002-11-02  Kim F. Storm  <storm@cua.dk>
5563         * info.el (Info-hide-note-references): nil value now does no
5564         reformatting at all.  New choice 'tag reformats tag but shows
5565         the section reference.
5566         (Info-fontify-node): Use it.
5568 2002-11-01  Stefan Monnier  <monnier@cs.yale.edu>
5570         * textmodes/tex-mode.el (tex-common-initialization):
5571         comment-start-skip shouldn't match on the next line.
5573         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Use match-string.
5574         Don't bother making paragraph-start a superset of paragraph-separate.
5575         Use line-beginning-position.
5577         * textmodes/sgml-mode.el (sgml-skip-tag-backward)
5578         (sgml-skip-tag-forward): Deal with xml-style <foo/> empty tags.
5580 2002-11-01  Kim F. Storm  <storm@cua.dk>
5582         * info.el (Info-hide-note-references): New defcustom.
5583         (Info-fontify-node): Use it.
5585 2002-10-31  Kim F. Storm  <storm@cua.dk>
5587         * shell.el (explicit-bash-args): Bash 1.x doesn't grok
5588         --noediting option; added run-time check to exclude it.
5590         * info.el (Info-follow-reference, Info-next-reference)
5591         (Info-prev-reference, Info-try-follow-nearest-node):
5592         Bind inhibit-point-motion-hooks to t while parsing reference.
5593         (Info-fontify-node): When font-lock-mode is enabled, display
5594         "*note" and "* menu" references in a more user friendly format.
5596 2002-10-30  Stefan Monnier  <monnier@cs.yale.edu>
5598         * textmodes/fill.el (fill-move-to-break-point): Skip white space
5599         _before_ checking to see if we're hitting the margin.
5600         (fill-region-as-paragraph): Don't fiddle with the undo-list any more:
5601         it's now done by the C primitives.  Don't use narrowing.
5602         Reorganize the line-breaking part of the code to simplify the control
5603         flow and make it work in the absence of narrowing.
5604         (fill-region): Don't use narrowing.
5606 2002-10-30  Dave Love  <fx@gnu.org>
5608         * textmodes/po.el (po-content-type-charset-alist): Delete most entries.
5609         (po-find-charset): Doc fix.  Remove interactive spec.
5610         (po): Provide.
5611         (po-find-file-coding-system-guts): Re-written to use
5612         coding-system-alist, and code-pages, not codepage stuff.
5614         * term/x-win.el: Remove some ancient compatibility code.
5615         Populate x-keysym-table.
5617 2002-10-30  Andreas Schwab  <schwab@suse.de>
5619         * subr.el (replace-regexp-in-string): Doc fix.
5621 2002-10-29  Dave Love  <fx@gnu.org>
5623         * cus-start.el (selection-coding-system, scalable-fonts-allowed): Add.
5625         * progmodes/scheme.el (syntax-case): Define scheme-indent-function.
5627         * international/mule-conf.el: Doc fixes.
5629 2002-10-29  Richard M. Stallman  <rms@gnu.org>
5631         * server.el (server-switch-buffer): Say when no server buffers remain.
5633         * net/goto-addr.el (goto-address-url-regexp): Don't match `mailto'.
5635 2002-10-28  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
5637         * progmodes/make-mode.el (makefile-warn-continuations):
5638         Call re-search-forward with NOERROR t.
5640 2002-10-29  Kim F. Storm  <storm@cua.dk>
5642         * ido.el (ido-wide-find-dirs-or-files): Fixed problem that caused
5643         incomplete list of matches to be returned.
5645 2002-10-29  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
5647         * textmodes/texinfo.el (texinfo-environments): Add environment;
5648         copying, documentdescription, ifplaintext, ifnotplaintext, and
5649         verbatim.
5651         * textmodes/texinfmt.el (texinfo-format-ifplaintext): New function.
5652         (ifplaintext, ifnotplaintext)
5653         (afourpaper, afivepaper, afourlatex, afourwide)
5654         (documentlanguage, documentencoding): New aliases.
5656 2002-10-29  John Paul Wallington  <jpw@shootybangbang.com>
5658         * ibuffer.el (ibuffer-mouse-popup-menu): Set point before popping
5659         up filter groups menu.  Preserve point unless a menu command has
5660         moved it from point clicked.
5662 2002-10-29  David Kastrup  <dak@lola.goethe.zz>
5664         * calc/calc.el (calc-any-evaltos): Initialize to nil, since
5665         calc-refresh-evaltos appears to need this.
5667 2002-10-28  Dave Love  <fx@gnu.org>
5669         * international/mule-diag.el (non-iso-charset-alist): Move to
5670         avoid compilation warning.
5671         (mule-diag): Provide.
5673         * international/code-pages.el (cp-make-coding-system):
5674         Use utf-translation-table-for-decode, not
5675         utf-8-translation-table-for-decode.
5676         (mule-diag): Require.
5678         * language/thai-util.el (thai-composition-function): Don't use prog1.
5680         * language/lao-util.el (lao-composition-function): Don't use prog1.
5682         * language/european.el (diacritic-composition-function):
5683         Modify confused prog1 form.
5685         * international/quail.el (quail-keyboard-layout-alist): Fix pc105-uk.
5686         (quail-keyboard-layout): Customize.
5687         Move after quail-keyboard-layout-alist.
5689 2002-10-28  Miles Bader  <miles@gnu.org>
5691         * progmodes/make-mode.el (makefile-warn-continuations):
5692         Don't barf when there _aren't_ any suspicious continuations.
5694 2002-10-28  Matthew Swift  <swift@alum.mit.edu>
5696         * progmodes/compile.el (grep-find-use-xargs): Fix docstring.
5698 2002-10-27  Michael Kifer  <kifer@cs.stonybrook.edu>
5700         * ediff-wind.el (ediff-control-frame-parameters): Add scrollbar-height.
5702 2002-10-27  Andreas Schwab  <schwab@suse.de>
5704         * progmodes/sh-script.el (sh-mode-syntax-table): Don't make ^L
5705         end-of-comment syntax.
5707 2002-10-27  Kim F. Storm  <storm@cua.dk>
5709         * ido.el (ido-cannot-complete-command): New defcustom, default to
5710         ido-completion-help (similar to iswitchb-cannot-complete-hook).
5711         (ido-complete): Call value of ido-cannot-complete-command rather
5712         than ido-completion-help when no common completion.
5714 2002-10-27  Dave Love  <fx@gnu.org>
5716         * international/code-pages.el (iso-8859-11): New.
5718 2002-10-27  Kim F. Storm  <storm@cua.dk>
5720         * pcvs.el (cvs-checkout): Use read-directory-name.
5721         (cvs-query-directory): Likewise.
5723 2002-10-26  Richard M. Stallman  <rms@gnu.org>
5725         * progmodes/make-mode.el (makefile-cleanup-continuations):
5726         Default for variable is nil.
5727         (makefile-warn-continuations): New function.
5728         (makefile-mode): Put it on write-file-functions.
5730         * international/mule-cmds.el (select-safe-coding-system):
5731         Delete debugging setq.
5733         * shell.el (shell): Look for .emacs_SHELL under ~/.emacs.d
5734         after looking in ~.
5736         * startup.el (command-line): Look for .emacs under ~/.emacs.d
5737         after looking in ~.
5739         * simple.el (toggle-truncate-lines): When turning off truncation,
5740         clear out the hscroll value in this buffer's windows.
5742         * simple.el (display-message-or-buffer): Don't display empty
5743         output in the echo area.
5745         * man.el (Man-default-man-entry): Don't look for all word chars,
5746         look only for characters that are normally part of a shell command.
5748         * gud.el (gdb): Pass default-directory to GDB via -cd option.
5750         * font-lock.el (c++-font-lock-keywords...): Add `restrict' keyword.
5752         * find-file.el (ff-find-related-file): Fix autoload cookie.
5754         * emacs-lisp/unsafep.el (unsafep-variable): Pass second arg to
5755         risky-local-variable-p.
5757         * files.el (risky-local-variable-p): VAL=nil has special meaning.
5759         * Makefile.in (compile-always): Avoid error in old Bash versions.
5761 2002-10-26  John Paul Wallington  <jpw@shootybangbang.com>
5763         * textmodes/picture.el (picture-mouse-set-point): New command.
5764         (picture-mode-map): Bind it.
5765         (picture-motion-reverse): Doc fix.
5767 2002-10-25  Stefan Monnier  <monnier@cs.yale.edu>
5769         * textmodes/outline.el (outline-next-heading): Make sure the match-data
5770         is really correct where returning.
5772 2002-10-24  Matthew Swift  <swift@alum.mit.edu>
5774         * textmodes/outline.el (outline-minor-mode): Add customization group.
5776 2002-10-23  Richard M. Stallman  <rms@gnu.org>
5778         * files.el (risky-local-variable-p): New arg VAL.
5779         (compile-command): Use `stringp' for `safe-local-variable' prop.
5780         (hack-one-local-variable): Pass VAL to `risky-local-variable-p'.
5782 2002-10-23  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
5784         * woman.el (woman-version): Update to 0.551 (beta).
5785         (woman-parse-colon-path): Add support for current Cygwin mount
5786         conventions.
5787         (woman-Cyg-to-Win): New function to convert absolute filename from
5788         Cygwin to Windows form by executing external program cygpath if
5789         possible.
5790         (woman-man.conf-path): Update default to current common locations
5791         and to support Cygwin; update documentation.
5792         (woman-parse-man.conf): Generalize regexp to "man.*\\.conf" to
5793         match possible names of man.conf file; tidy code and documentation.
5794         (woman-manpath): Simplify default and documentation; essentially
5795         move code that was here into `woman-parse-colon-path'.
5796         (woman-default-indent): Change Linux to GNU in documentation.
5797         (woman-addition-face): Make documentation consistent with other
5798         WoMan faces.
5799         (woman-emulate-tbl): New variable, determines whether tbl
5800         emulation is required.
5801         (woman-decode-region): Add check for preprocessor requests.
5802         (woman0-process-escapes, woman-special-characters)
5803         (woman-get-next-char, woman-parse-numeric-value): Add support for
5804         long groff names of the form [xxx].
5805         (woman-strings, woman-change-fonts): Now call `woman-match-name'.
5806         (woman2-PD, woman2-na): Doc fix.
5807         (woman-match-name): New function.
5808         (woman2-TS): New function.
5809         (woman2-TE): New alias for `woman2-fi'.
5811 2002-10-23  Kim F. Storm  <storm@cua.dk>
5813         * ido.el (ido-restrict-to-matches): New command.
5814         (ido-define-mode-map): Bind it to C-SPC and C-@ in ido-mode-map.
5816 2002-10-22  Bob Halley  <halley@play-bow.org>  (tiny change)
5818         * eshell/esh-io.el (eshell-set-output-handle): Fix so that
5819         multiple redirection can work.
5821 2002-10-21  Stefan Monnier  <monnier@cs.yale.edu>
5823         * ielm.el (inferior-emacs-lisp-mode): If hexl not found, use cat.
5824         Don't hardcode point-min == 1.
5826         * hexl.el (hexl-mode-old-write-contents-hooks): Remove.
5827         (hexl-mode, hexl-current-address, hexl-address-to-marker)
5828         (hexl-insert-char): Don't hardcode point-min == 1.
5829         (hexl-isearch-search-function): New fun.
5830         (hexl-mode-old-isearch-search-fun-function): New var.
5831         (hexl-mode): Use them.
5832         (hexl-mode, hexl-mode-exit, hexl-maybe-dehexlify-buffer):
5833         Use write-contents-functions rather then write-contents-hooks.
5835         * textmodes/text-mode.el (text-mode-syntax-table): Make ' a prefix.
5836         (paragraph-indent-text-mode-abbrev-table)
5837         (paragraph-indent-text-mode-syntax-table): Remove.
5838         (paragraph-indent-text-mode): Use the :abbrev and :syntax-table args.
5840 2002-10-21  Juanma Barranquero  <lektu@terra.es>
5842         * eshell/esh-util.el (directory-files-and-attributes): Copy docstring
5843         from Emacs 21.  Arg DIR renamed to DIRECTORY for consistency.
5845 2002-10-20  Andreas Schwab  <schwab@suse.de>
5847         * apropos.el (apropos-group): Use customize-group-other-window.
5849 2002-10-18  Stefan Monnier  <monnier@rum.cs.yale.edu>
5851         * progmodes/perl-mode.el (perl-mode-syntax-table): Change $ back
5852         to just "/" instead of "/ p".
5853         (perl-font-lock-syntactic-keywords): Use ". p" for the `$'.
5855 2002-10-18  Juanma Barranquero  <lektu@terra.es>
5857         * textmodes/artist.el (artist-ff-is-bottommost-line): Fix misplaced
5858         ELSE expression on IF.
5860 2002-10-17  Juanma Barranquero  <lektu@terra.es>
5862         * align.el (align-rules-list, align-exclude-rules-list): Fix typos.
5864         * subr.el (remq): Likewise.
5866         * vc-cvs.el (vc-cvs-sticky-tag-display): Likewise.
5868         * vc-hooks.el (vc-insert-file): Likewise.
5870         * vcursor.el (vcursor-other-window): Likewise.
5872         * wid-edit.el (widget-choose): Likewise.
5874         * calendar/diary-lib.el (diary-name-pattern): Likewise.
5876         * emacs-lisp/elint.el (elint-error, elint-warning): Likewise.
5878         * emacs-lisp/lisp.el (beginning-of-defun): Likewise.
5880         * emulation/edt-mapper.el (top-level): Likewise.
5882         * eshell/esh-var.el (eshell/define): Likewise.
5884         * mail/feedmail.el (feedmail-nuke-body-in-fcc)
5885         (feedmail-queue-draft-directory): Likewise.
5887         * net/netrc.el (netrc-parse): Likewise.
5889         * obsolete/cplus-md.el (c++-empty-arglist-indent): Likewise.
5891         * progmodes/ebrowse.el (ebrowse-ts)
5892         (ebrowse-view/find-file-and-search-pattern)
5893         (ebrowse-draw-file-member-info): Likewise.
5895         * progmodes/idlwave.el (idlwave-region-active-p): Likewise.
5897         * progmodes/idlw-shell.el (idlwave-shell-set-bp): Likewise.
5899         * progmodes/sh-script.el (sh-indent-for-then): Likewise.
5901         * textmodes/bibtex.el (bibtex-find-entry-location): Likewise.
5903         * textmodes/sgml-mode.el (sgml-close-tag, html-imenu-index): Likewise.
5905 2002-10-17  Dave Love  <fx@gnu.org>
5907         * international/mule-diag.el (non-iso-charset-alist): Add koi8-u.
5909         * international/code-pages.el (cp-make-translation-table): Use
5910         ucs-mule-to-mule-unicode.
5911         (cp-fix-safe-chars): Fix typo.
5912         (non-iso-charset-alist): Don't define.
5913         (cp-make-coding-system): Use utf-8-translation-table-for-decode.
5914         Define translation-table-for-input.
5915         (cp866): Reinstate.
5916         (alternativnj): Don't define alias.
5917         (koi8-u): Deleted.
5919         * language/european.el ("Slovenian"): Use slovenian input-method.
5920         (encode-mac-roman): Use ucs-mule-to-mule-unicode.
5922         * language/cyrillic.el (cyrillic-alternativnyj-decode-table): Fix
5923         the table.
5924         (cyrillic-alternativnyj): Don't give it `mime-charset' property.
5925         (cp866): Delete this alias.
5926         ("Bulgarian"): Fix the value of `input-method'.
5928 2002-10-16  Luc Teirlinck  <teirllm@mail.auburn.edu>
5930         * dired-aux.el (dired-add-entry): Put point in correct position
5931         before inserting marker char.
5933 2002-10-16  Andreas Schwab  <schwab@suse.de>
5935         * dired.el (dired-readin-insert): Expand dired-directory.
5937         * dired-aux.el (dired-insert-subdir-doinsert): Preserve point.
5939 2002-10-16  Markus Rost  <rost@math.ohio-state.edu>
5941         * textmodes/reftex-vars.el: Move reftex-set-dirty here from
5942         reftex.el.  Move the provide call to end of file.
5944         * textmodes/reftex.el: Move reftex-set-dirty to reftex-vars.el.
5946 2002-10-15  Dave Love  <fx@gnu.org>
5948         * man.el (Man-getpage-in-background): Set width in environment.
5950 2002-10-15  Kenichi Handa  <handa@m17n.org>
5952         * mail/sendmail.el (sendmail-send-it): Call
5953         select-message-coding-system before changing the current bufer to
5954         " sendmail temp".
5956 2002-10-14  Andre Spiegel  <spiegel@gnu.org>
5958         * files.el (insert-directory): Handle //SUBDIRED// lines in
5959         recursive listings from ls --dired.
5961         * vc.el (vc-dired-reformat-line): Simplified.  Handles text
5962         properties correctly now.
5964 2002-10-14  Juanma Barranquero  <lektu@terra.es>
5966         * international/mule.el (set-selection-coding-system): Fix spacing.
5968 2002-10-13  Richard M. Stallman  <rms@gnu.org>
5970         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
5971         Treat `ignore' specially--prevent warnings about functions
5972         called for effect, in its args.
5973         Don't warn when `pop' is used for effect.
5975         * emacs-lisp/autoload.el (autoload-print-form): Cleanup.
5977         * uniquify.el (uniquify-get-proposed-name):
5978         Don't use directory-sep-char.
5980         * thingatpt.el (read-from-whole-string): Add call to `ignore'.
5982         * find-file.el (ff-related-file-alist): New alias.
5983         (ff-find-related-file): New alias.
5985 2002-10-13  Andreas Schwab  <schwab@suse.de>
5987         * dired.el (dired-insert-directory): When looking for existing
5988         indentation, goto OPOINT instead of beginning of buffer.
5990 2002-10-12  Stefan Monnier  <monnier@cs.yale.edu>
5992         * cus-dep.el (custom-make-dependencies): Ignore preloaded files.
5994 2002-10-12  Michael Kifer  <kifer@cs.stonybrook.edu>
5996         * ediff-init.el (ediff-frame-char-height): Use frame-selected-window.
5998         * ediff-util.el (ediff-file-checked-in-p): Changed progn with and.
6000         * ediff-wind.el (ediff-skip-unsuitable-frames): Distinguish selected
6001         frame from frame of selected window.
6002         (ediff-frame-has-dedicated-windows): Don't select any frames to avoid
6003         changing selected windows.
6004         (ediff-setup-control-frame): Make sure auto-rase is properly set for
6005         the control frame.
6007 2002-10-10  Simon Josefsson  <jas@extundo.com>
6009         * browse-url.el (browse-url-mozilla): Doc fix.
6011 2002-10-10  Steve Youngs  <youngs@xemacs.org>
6013         * browse-url.el (browse-url-mozilla-new-window-is-tab): New.
6014         (browse-url-mozilla): Use it.
6016 2002-10-11  Miles Bader  <miles@gnu.org>
6018         * vc-cvs.el (vc-cvs-parse-entry): Don't barf when an `Entries'
6019         files contains an invalid timestamp.
6021 2002-10-11  Simon Josefsson  <jas@extundo.com>
6023         * mail/sendmail.el (mail-envelope-from): New option `header' to
6024         use RFC 2822 From: header as the envelope address.
6025         (mail-envelope-from): New function, this should be used instead of
6026         looking at the `mail-envelope-from' variable.
6027         (sendmail-send-it): Use it.
6029         * mail/smtpmail.el (smtpmail-via-smtp): Use it.
6031 2002-10-11  Andre Spiegel  <spiegel@gnu.org>
6033         * dired.el (dired-insert-directory): Fix check for indentation
6034         from ls --dired.
6036         * vc.el (vc-dired-reformat-line): As a temporary fix, remove all text
6037         properties from the reformatted line.
6039 2002-10-10  Stefan Monnier  <monnier@cs.yale.edu>
6041         * textmodes/paragraphs.el (forward-paragraph): Keep track of
6042         remaining paragraphs to skip more carefully.
6044         * add-log.el (add-change-log-entry): Don't call find-file at all
6045         if we're already in the proper buffer.
6046         (change-log-resolve-conflict): New fun.
6047         (change-log-mode): Use it and use define-derived-mode.
6048         (change-log-merge): Allow other-log to be a buffer.
6049         Don't add a \n if there are already enough \n's.
6051         * finder-inf.el, subdirs.el, cus-load.el: Remove.
6053         * finder.el ("finder-inf"): Don't fail if the file is absent.
6055         * cus-dep.el (custom-make-dependencies): Don't use find-file.
6056         Use feature names rather than file names if applicable.
6058         * cus-edit.el (customize-mode): New command.
6060         * custom.el (custom-group-of-mode): New fun.
6061         (custom-load-symbol): Don't use preloaded-file-list now that
6062         load-history is always complete.  Don't look up the expanded file
6063         name in load-history (looked like an XEmacsism).
6065         * smerge-mode.el (smerge-ediff): Autoload.
6066         (smerge-match-conflict): Don't assume as much about smerge-begin-re.
6067         (smerge-resolve-function): New var.
6068         (smerge-resolve): New command.
6069         (smerge-basic-map): Bind it.
6071 2002-10-10  Andre Spiegel  <spiegel@gnu.org>
6073         * vc-cvs.el (vc-cvs-parse-entry): Parse the time stamp found in
6074         CVS/Entries, rather than comparing it textually.
6076 2002-10-10  Markus Rost  <rost@math.ohio-state.edu>
6078         * international/encoded-kb.el: Add `provide' call.
6080 2002-10-09  David Kastrup  <David.Kastrup@t-online.de>
6082         * calc/calc-alg.el (calcFunc-ln): In symbolic manipulations,
6083         ln(-1) should be i*pi, not pi.
6085 2002-10-09  Markus Rost  <rost@math.ohio-state.edu>
6087         * vc-cvs.el (vc-cvs-registered): In the autoload version use load
6088         instead of require to avoid loops when loaddefs.el is loaded after
6089         vc-cvs.el.
6091         * cus-edit.el (Custom-reset-current): Don't test for default-boundp.
6092         (Custom-reset-saved): Don't test for saved-value.
6094 2002-10-08  Stefan Monnier  <monnier@cs.yale.edu>
6096         * vc.el (vc-find-version): Use the new backend op `find-version'.
6097         (vc-default-find-version): Provide the new backend op `find-version'
6098         in terms of the old `checkout' op.
6100         * vc-rcs.el (vc-rcs-find-version): New fun.
6101         (vc-rcs-checkout): Remove `workfile' arg and simplify.
6103         * vc-sccs.el (vc-sccs-find-version): New fun.
6104         (vc-sccs-checkout): Remove `workfile' arg and simplify.
6106         * vc-cvs.el (vc-cvs-find-version): New fun.
6108 2002-10-08  John Paul Wallington  <jpw@shootybangbang.com>
6110         * info.el (Info-next-menu-item, Info-last-menu-item)
6111         (info-emacs-manual): Add docstrings.
6112         (Info-index): Use `string-to-number' instead of `string-to-int'.
6114 2002-10-08  Kenichi Handa  <handa@m17n.org>
6116         * international/ucs-tables.el (ucs-translation-table-for-decode):
6117         Define it as a translation-table.
6119 2002-10-07  Richard M. Stallman  <rms@gnu.org>
6121         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
6123         * progmodes/compile.el (grep-compute-defaults): Set the standard-value
6124         properties of the variables being initialized.
6126         * thingatpt.el (thing-at-point-url-path-regexp): Doc fix.
6128 2002-10-07  Kim F. Storm  <storm@cua.dk>
6130         * emulation/cua-base.el (cua-normal-cursor-color):
6131         Fixed initialization to make "Erase Customization" work.
6133 2002-10-07  Stefan Monnier  <monnier@cs.yale.edu>
6135         * vc.el (vc-maybe-resolve-conflicts): Always call vc-resolve-conflicts
6136         in case some other package redefined it.
6137         (vc-resolve-conflicts): Make it into an alias for smerge-ediff.
6139         * textmodes/fill.el (fill-paragraph): Go to BOL before calling
6140         forward-paragraph to make sure its return value is meaningful.
6142 2002-10-06  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6144         * net/tramp.el: Version 2.0.25 released.
6145         (tramp-handle-file-truename): If it's a directory,
6146         append slash only if result doesn't end in a slash already.
6147         (tramp-handle-file-truename): Restructure logic.  If list of steps
6148         is nil, return "/" as the real name.
6149         (tramp-completion-mode): Add "\\(" and "\\)". Otherwise,
6150         `match-string' doesn't make sense.  From Michael Albinus.
6151         (tramp-host-with-port-regexp): New defcustom. Equal to previous
6152         `tramp-host-regexp'.  From Michael Albinus.
6153         (tramp-host-regexp): Taken off hashes in host names. Otherwise,
6154         scanning files like .rhosts would take comments as host names.
6155         From Michael Albinus.
6156         (tramp-file-name-structure, tramp-multi-file-name-hop-structure):
6157         Replace `tramp-host-regexp' by `tramp-host-with-port-regexp'.
6158         From Michael Albinus.
6159         (tramp-action-terminal): New function.
6160         (tramp-terminal-prompt-regexp): New variable, matches "tset" prompts.
6161         (tramp-actions-before-shell): Use them.
6162         (tramp-handle-shell-command): Logic error.  From Ivan
6163         Zakharyaschev <imz@altlinux.org>.
6165 2002-10-06  Markus Holmberg  <markush@acc.umu.se>  (tiny change)
6167         * thingatpt.el (thing-at-point-uri-schemes): New variable.
6168         (thing-at-point-url-regexp): Use it.
6170 2002-10-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
6172         * progmodes/fortran.el (fortran-beginning-do): Ignore labelled DO
6173         loops.
6175 2002-10-05  Stefan Monnier  <monnier@cs.yale.edu>
6177         * vc.el (vc-log-mode-map): Explicitly inherit from text-mode.
6178         (vc-maybe-resolve-conflicts): Don't check smerge-mode and smerge-ediff.
6179         (vc-print-log): Don't check log-view-mode.
6180         (vc-default-show-log-entry): Don't check log-view-goto-rev.
6181         (vc-log-mode): Remove.
6182         (vc-log-edit): Don't check log-edit.
6184 2002-10-04  Stefan Monnier  <monnier@cs.yale.edu>
6186         * vc-cvs.el (vc-cvs-show-log-entry):
6187         * vc-rcs.el (vc-rcs-show-log-entry): Delete.
6189         * smerge-mode.el (smerge-ediff): Add name-{mine,other,base} args.
6191 2002-10-04  Markus Rost  <rost@math.ohio-state.edu>
6193         * vc.el (vc-default-show-log-entry): Fix typo.
6195 2002-10-04  Steven Tamm  <steventamm@mac.com>
6197         * term/mac-win.el: Add lines to handle the new [return] event.
6199 2002-10-03  Stefan Monnier  <monnier@cs.yale.edu>
6201         * textmodes/fill.el (fill-paragraph): Give up if there's no
6202         paragraph at or after point.
6204         * textmodes/paragraphs.el (forward-paragraph): Return the steps left.
6206         * vc.el (vc-print-log): Unconditionally use `show-log-entry'.
6207         (vc-default-show-log-entry): New fun.
6209         * subr.el (read-key-auxiliary-map, read-key): Remove.
6210         (read-quoted-char): Undo the `read-key' change of 2002-06-23.
6212 2002-10-03  Markus Rost  <rost@math.ohio-state.edu>
6214         * progmodes/ada-stmt.el (ada-stmt-add-to-ada-menu): Handle the
6215         menu pseudo-keys generated by easymenu which are lowercase in
6216         Emacs 21.4.
6218         * progmodes/ada-xref.el
6219         (ada-xref-update-project-menu,ada-add-ada-menu): Ditto.
6221 2002-10-03  John Paul Wallington  <jpw@shootybangbang.com>
6223         * frame.el (delete-frame-hook): Variable alias for
6224         `delete-frame-functions'.  Mark obsolete.
6226 2002-10-02  Stefan Monnier  <monnier@cs.yale.edu>
6228         * textmodes/outline.el (outline-1, outline-2, outline-3, outline-4)
6229         (outline-5, outline-6, outline-7, outline-8): New faces.
6230         (outline-font-lock-faces, outline-font-lock-levels): New vars.
6231         (outline-font-lock-face): New fun.
6232         (outline-font-lock-keywords): Use it.
6233         (outline-font-lock-level): Remove.
6234         (outline-mode, outline-next-preface, outline-next-heading)
6235         (outline-previous-heading, outline-next-visible-heading):
6236         Use shy group.
6237         (outline-level) <var>: Update calling convention.
6238         (outline-level) <fun>: Take advantage of it.
6239         (outline-demote): Don't assume the match-data is still uptodate.
6240         (outline-up-heading): Simplify and make sure the match data is
6241         properly set at the end.
6243 2002-10-02  Markus Rost  <rost@math.ohio-state.edu>
6245         * progmodes/sh-script.el (sh-alias-alist): Use append instead of
6246         nconc.
6248         * startup.el (normal-top-level): Reset standard-value property of
6249         `user-full-name' here.
6251 2002-10-02  Per Abrahamsen  <abraham@dina.kvl.dk>
6253         * wid-edit.el (widget-default-get): Change to return external
6254         value.
6255         (widget-choice-action): Update caller.
6256         (widget-editable-list-entry-create): Update caller.
6258         * wid-edit.el (widget-types-copy): New function.
6259         (default): Added :copy keyword.
6260         (menu-choice): Ditto.
6261         (checklist): Ditto.
6262         (radio-button-choice): Ditto.
6263         (editable-list): Ditto.
6264         (group): Ditto.
6265         (widget-copy): New function.
6266         (widget-create-child): Use it.
6267         (widget-create-child-value): Use it.
6269 2002-10-01  Bill Wohler  <wohler@newt.com>
6271         * mail/mh-comp.el, mail/mh-e.el, mail/mh-funcs.el,
6272         mail/mh-mime.el, mail/mh-pick.el, mail/mh-seq.el,
6273         mail/mh-utils.el, mail/mh-xemacs-compat.el, mail/reply2.pbm,
6274         mail/reply2.xpm, toolbar/execute.pbm, toolbar/execute.xpm,
6275         toolbar/page-down.pbm, toolbar/page-down.xpm, toolbar/refile.pbm,
6276         toolbar/refile.xpm, toolbar/repack.pbm, toolbar/repack.xpm,
6277         toolbar/rescan.pbm, toolbar/rescan.xpm, toolbar/show.pbm,
6278         toolbar/show.xpm, toolbar/widen.pbm, toolbar/widen.xpm:
6279         Upgraded to mh-e version 6.1.1.  Full ChangeLog available in
6280         http://prdownloads.sourceforge.net/mh-e/mh-e-6.1.tgz?download .
6281         There were no user-visible changes in 6.1.1 from 6.1--only the
6282         section of the Makefile that installs the files into Emacs was changed.
6284 2002-10-01  Stefan Monnier  <monnier@cs.yale.edu>
6286         * pcvs.el (cvs-mode-find-file): Look up font-lock-face so it also
6287         works when font-lock is turned off.
6289         * jit-lock.el (jit-lock-fontify-now): Don't widen.
6290         Let the jit-lock-functions do it if they want to.
6292 2002-10-01  Juanma Barranquero  <lektu@terra.es>
6294         * eshell/esh-module.el (eshell-load-defgroups):
6295         Add "no-byte-compile: t" to subdirs.el.
6297         * makefile.w32-in (update-subdirs-CMD): Likewise.
6299         * forms-d2.el:
6300         * forms-pass.el:
6301         * generic-x.el:
6302         * patcomp.el:
6303         * paths.el:
6304         * version.el:
6305         * international/mule-conf.el:
6306         * language/czech.el:
6307         * language/devanagari.el:
6308         * language/english.el:
6309         * language/georgian.el:
6310         * language/greek.el:
6311         * language/hebrew.el:
6312         * language/japanese.el:
6313         * language/korean.el:
6314         * language/lao.el:
6315         * language/misc-lang.el:
6316         * language/romanian.el:
6317         * language/slovak.el:
6318         * language/thai.el:
6319         * language/utf-8-lang.el:
6320         * emacs-lisp/cl-specs.el:
6321         * eshell/esh-maint.el:
6322         * mail/blessmail.el:
6323         * play/bruce.el:
6324         * term/apollo.el:
6325         * term/AT386.el:
6326         * term/bobcat.el:
6327         * term/internal.el:
6328         * term/iris-ansi.el:
6329         * term/keyswap.el:
6330         * term/linux.el:
6331         * term/lk201.el:
6332         * term/news.el:
6333         * term/vt102.el:
6334         * term/vt125.el:
6335         * term/vt200.el:
6336         * term/vt201.el:
6337         * term/vt220.el:
6338         * term/vt240.el:
6339         * term/vt300.el:
6340         * term/vt320.el:
6341         * term/vt400.el:
6342         * term/vt420.el:
6343         * term/wyse50.el: Add "no-byte-compile: t" in first line.
6345 2002-10-01  Kenichi Handa  <handa@m17n.org>
6347         * international/utf-16.el: Don't provide utf-16.
6349         * international/utf-8.el (ccl-decode-mule-utf-8):
6350         Remove unnecessary line.
6352 2002-09-30  Kenichi Handa  <handa@m17n.org>
6354         * language/thai.el (thai-tis620): Add `mime-charset' property.
6356         * language/indian.el: Don't register "ISO10646.*-1" in
6357         font-ccl-encoder-alist.
6359         * language/cyrillic.el (ccl-decode-koi8): Refer to
6360         ucs-translation-table-for-decode.
6361         (ccl-decode-koi8-u): Likewise.
6362         (ccl-decode-alternativnyj): Likewise.
6363         (cyrillic-koi8): Put `dependency' property.
6364         (koi8-u): Likewise.
6365         (cyrillic-alternativnyj): Likewise.
6367         * international/utf-8.el (ucs-mule-to-mule-unicode): Don't define
6368         this translation-table name here.
6369         (utf-translation-table-for-encode): New translation-table name.
6370         (utf-fragmentation-table): Renamed from utf-8-fragmentation-table.
6371         (utf-defragmentation-table): New variable.
6372         (ucs-mule-cjk-to-unicode): Renamed from utf-8-subst-rev-table.
6373         (utf-subst-table-for-encode): New translation-table name.
6374         (ucs-unicode-to-mule-cjk): Renamed from utf-8-subst-table.
6375         (utf-subst-table-for-decode): New translation-table name.
6376         (utf-fragment-on-decoding): Renamed from
6377         utf-8-fragment-on-decoding.  Correctly handle the case that
6378         unify-8859-on-encoding-mode is off.  Handle mule-utf-16-le and
6379         mule-utf-16-be too.
6380         (utf-translate-cjk): Renamed from utf-8-translate-cjk.
6381         Handle mule-utf-16-le and mule-utf-16-be too.
6382         (ccl-decode-mule-utf-8): Refer to utf-translation-table-for-decode
6383         and utf-subst-table-for-decode.
6384         (ccl-encode-mule-utf-8): Refer to utf-translation-table-for-encode
6385         and utf-subst-table-for-encode.
6386         (mule-utf-8): Fix `safe-charsets' property, put `dependency' property.
6388         * international/utf-8-subst.el: Setup ucs-unicode-to-mule-cjk and
6389         ucs-mule-cjk-to-unicode, not utf-8-subst-table and
6390         utf-8-subst-rev-table.
6392         * international/utf-16.el (utf-16-decode-ucs): Look up
6393         utf-subst-table-for-decode.  Fix for the case that the looking up
6394         succeeds.
6395         (ccl-decode-mule-utf-16-le): Translate characters by
6396         utf-translation-table-for-decode.
6397         (ccl-decode-mule-utf-16-be): Likewise.
6398         (ccl-encode-mule-utf-16-le): Look up utf-subst-table-for-encode
6399         at first.  Translate characters by utf-translation-table-for-encode.
6400         (ccl-encode-mule-utf-16-be): Likewise.
6401         (mule-utf-16-le, mule-utf-16-be): Add `dependency' property.
6403         * loadup.el: Preload international/utf-16.  Don't call ucs-unify-8859.
6405         * international/ucs-tables.el: Don't bind
6406         utf-8-translation-table-for-decode while setting up
6407         ucs-mule-8859-to-ucs-table, etc.  Add `depenency' property to
6408         iso-8859-* coding systems.
6409         (ucs-unify-8859): Arguments changed to FOR-ENCODE and FOR-DECODE.
6410         If FOR-DECODE is non-nil, make ucs-mule-8859-to-mule-unicode
6411         populate the translation table named
6412         ucs-translation-table-for-decode.  If FOR-ENCODE is non-nil, make
6413         ucs-mule-to-mule-unicode populates the translation table named
6414         utf-translation-table-for-encode.  Call register-char-codings for
6415         mule-utf-16-be and mule-utf-16-le too.
6416         (ucs-fragment-8859): Arguments changed to FOR-ENCODE and
6417         FOR-DECODE.  If FOR-DECODE is non-nil, make the translation table
6418         named ucs-translation-table-for-decode vacant.  If FOR-ENCODE is
6419         non-nil, make a proper char-table populates the translation table
6420         name utf-translation-table-for-encode.  Call register-char-codings
6421         for all mule-utf-* to to reset their status to the origianl.
6422         (unify-8859-on-encoding-mode): Call ucs-unify-8859 and
6423         ucs-fragment-8859 with fixed arguments.  Set the version to 21.3.
6424         (unify-8859-on-decoding-mode): Likewise.  Remove dependency.
6425         (ccl-encode-unicode-font): Delete.
6426         (ucs-tables-unload-hook): Delete.
6428         * international/mule.el (decode-char): Refer to the translation
6429         hash table named utf-subst-table-for-decode.  Refer to the
6430         translation table named utf-translation-table-for-decode instead
6431         of utf-8-translation-table-for-decode.
6432         (encode-char): Refer to the translation hash table named
6433         utf-subst-table-for-encode.  Refer to the translation table named
6434         utf-translation-table-for-encode instead of
6435         utf-8-translation-table-for-encode.
6437         * international/mule-diag.el (describe-coding-system):
6438         Describe `dependency' property.
6440         * international/mule-conf.el (emacs-mule): Add property `composition'.
6442         * international/fontset.el (ucs-mule-to-mule-unicode): Define this
6443         translation table name here.
6444         (ucs-mule-cjk-to-unicode): New translation table name.
6445         (ccl-encode-unicode-font): Merge the code in ucs-tables.el.
6446         (font-ccl-encoder-alist): Change the font registry pattern to
6447         "ISO10646.*-*".
6449 2002-09-30  Colin Walters  <walters@gnu.org>
6451         * calc/calc-stuff.el (calc-flush-caches): Add optional arg
6452         `inhibit-msg'.
6454         * calc/calc-prog.el (calc-kbd-report, calc-kbd-query): Don't bind
6455         `executing-kbd-macro' and `defining-kbd-macro'.
6457         * calc/calc-ext.el (calc-reset): Don't bind `executing-kbd-macro'.
6458         Call `calc-flush-caches' with inhibit-msg arg.
6459         (calc-change-mode): Remove extra arg for `calc-save-modes'.
6461         * calc/calc-mode.el (calc-save-modes): Remove `quiet' arg.
6462         Don't bind `executing-kbd-macro'.
6464 2002-09-29  Noah Friedman  <friedman@splode.com>
6466         * subr.el (read-key): Use read-key-auxiliary-map, not read-key-aux-map.
6468 2002-09-29  Richard M. Stallman  <rms@gnu.org>
6470         * startup.el (user-mail-address): Initialize to a useful value
6471         once Emacs is started up; initialize to "" at loadup time.
6472         (command-line): "", not nil, means user-mail-address not set yet.
6474 2002-09-29  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6476         * net/tramp.el: Version 2.0.24 released.
6477         (tramp-methods, tramp-completion-function-alist):
6478         Rename "*-old" methods to "*_old".  From Michael Albinus.
6479         (tramp-completion-function-alist):
6480         Use `tramp-completion-function-alist-ssh' for the "fcp" method.
6481         From Michael Albinus.
6482         (tramp-default-method-alist): Use "su" for "root@localhost".
6483         (tramp-host-regexp): Allow "#" for "host#port" kludge.
6484         (tramp-ange-ftp-file-name-p): If METHOD is nil, find the right
6485         default method.  Require additional args USER and HOST for this.
6486         Callers changed.
6487         (tramp-handle-file-local-copy): More local bindings.  Bind results
6488         of tramp-get-{remote,local}-{de,en}coding earlier to avoid nasty
6489         "are you awake" problem.
6490         (tramp-action-password): Protect against clobbered match data.
6491         (tramp-open-connection-setup-interactive-shell): Explicitly set
6492         tramp-last-cmd-time before invoking tramp-send-command the first
6493         time.  Otherwise, tramp-send-command would issue "echo are you
6494         awake" right at the first time, which is not what we want.
6495         Reported by Douglas Gray Stephens.
6496         (tramp-find-inline-encoding): Don't redirect stdout to
6497         /dev/null to avoid "chmode go-rwx" operation from "mimencode
6498         >/dev/null" as root(!), and to check the output of the decoding
6499         command.
6500         (tramp-maybe-open-connection): Don't send "are you awake" if
6501         process has died.
6503 2002-09-29  Colin Walters  <walters@gnu.org>
6505         * calc/calc.el (calc-dispatch-map): Actually set to keymap.
6507 2002-09-29  Mike Williams  <mdub@bigfoot.com>
6509         * textmodes/sgml-mode.el (sgml-guess-indent): Handle tabs correctly.
6511 2002-09-29  Richard M. Stallman  <rms@gnu.org>
6513         * custom.el (defcustom): Doc fix.
6515 2002-09-28  Richard M. Stallman  <rms@gnu.org>
6517         * loadhist.el (unload-feature): When undefining a variable,
6518         delete its buffer-local bindings.
6520 2002-09-28  Luc Teirlinck  <teirllm@mail.auburn.edu>
6522         * subr.el (remove-yank-excluded-properties): Fix bugs in
6523         handling of category properties.
6525 2002-09-28  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
6527         * ps-print.el (ps-print-emacs-type): Error if ps-print is
6528         activated in Epoch, inLucid or in Emacs v19 or lesser.
6529         Value can no longer be `lucid'.
6530         (ps-print-version): New version number (6.5.8).
6531         (faces): Never do (require 'faces).
6533 2002-09-28  Simon Josefsson  <jas@extundo.com>
6535         * mail/smtpmail.el (smtpmail-via-smtp): Only negotiate starttls on
6536         streams that were opened using starttls.
6538 2002-09-28  Paul Reilly  <pmr@pajato.com>
6540         * files.el (auto-mode-alist): Add support for Java Enterprise
6541         ARchive (ear/EAR) and Web ARchive (war/WAR) files.
6543 2002-09-28  John Paul Wallington  <jpw@shootybangbang.com>
6545         * progmodes/m4-mode.el (m4-font-lock-keywords)
6546         (m4-mode-syntax-table, m4-mode-abbrev-table, m4-m4-buffer)
6547         (m4-m4-region): Doc fixes.
6549 2002-09-27  Stefan Monnier  <monnier@cs.yale.edu>
6551         * emacs-lisp/cl-macs.el: Use the new usage-in-docstring syntax.
6552         (cl-push, cl-pop): Remove.
6553         Use pop and push throughout the file instead.
6554         (cl-transform-lambda): Add usage info to docstring if the arglist
6555         is complex.
6557         * emacs-lisp/autoload.el (make-autoload): Add usage info to docstring.
6558         (autoload-print-form): Also quote open-[-in-column 0.
6560         * help-fns.el (help-with-tutorial): Use minibuffer-completion-help.
6561         (help-split-fundoc): Don't support old syntax any more.
6562         (help-add-fundoc-usage): New fun.
6564         * emacs-lisp/cl-extra.el (cl-push, cl-pop): Remove.
6565         Use pop and push throughout the file instead.
6566         (cl-hash-lookup): Remove.
6567         (cl-make-hash-table, cl-hash-table-p, cl-gethash, cl-puthash)
6568         (cl-remhash, cl-clrhash, cl-maphash, cl-hash-table-count): Simplify.
6570         * emacs-lisp/cl-seq.el (cl-push, cl-pop): Remove.
6571         Use pop and push throughout the file instead.
6573         * emacs-lisp/edebug.el: Don't precompute menu shortcuts during
6574         loading since the current keymaps might be all weird.
6576         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't add properties
6577         to the name since they're added by mode-line-format already.
6578         (define-minor-mode): Run (,mode -1) when needed.
6580         * tar-mode.el (tar-untar-buffer): Handle dir-entries.
6581         (tar-summarize-buffer, tar-mode, tar-extract, tar-copy, tar-expunge)
6582         (tar-alter-one-field, tar-subfile-save-buffer, tar-mode-write-file):
6583         Don't hardcode 1 == point-min.
6585         * abbrev.el (write-abbrev-file): Don't hardcode point-min == 1.
6587         * subr.el (read-key-auxiliary-map): New var.
6588         (read-key): Use it.
6589         (make-temp-file): Make the file have mode 600.
6590         (add-minor-mode): Don't add properties to the name since it's
6591         added by mode-line-format already.
6592         Be more careful with the mode-line-menu entry name.
6594         * userlock.el (ask-user-about-supersession-threat): Don't abort
6595         when the user hits mouse-2.
6597         * register.el (set-register): Use push.
6598         (point-to-register): Set kill-buffer-hook in this buffer.
6599         (register-swap-out): Use dolist.
6600         (kill-buffer-hook): Don't change globally.
6602         * server.el (server-select-display): New function.
6603         (server-process-filter): Add support for `-display' and `-eval' args.
6604         (server-visit-files): Use save-current-buffer, push, and dolist.
6605         Add server-kill-buffer to kill-buffer-hook.
6606         (kill-buffer-hook): Don't modify globally.
6607         (server-switch-buffer): Be a bit more careful with multiple displays.
6608         (server-socket-name): Always use /tmp and non-qualified hostname.
6610         * uniquify.el (uniquify-rationalize-file-buffer-names):
6611         Add to kill-buffer-hook for buffers with conflict.
6612         (rename-buffer): Check kill-buffer-hook to see if there was a conflict.
6613         (uniquify-delay-rationalize-file-buffer-names): Remove useless check.
6614         (kill-buffer-hook): Don't change globally.
6616 2002-09-27  Stefan Monnier  <monnier@cs.yale.edu>.
6618         * calc/calc.el (calc-bug-address, calc-scan-for-dels, calc-stack)
6619         (calc-stack-top, calc-always-load-extensions)
6620         (calc-line-numbering, calc-line-breaking, calc-display-just)
6621         (calc-display-origin, calc-number-radix, calc-leading-zeros)
6622         (calc-group-digits, calc-group-char, calc-point-char)
6623         (calc-frac-format, calc-prefer-frac, calc-hms-format)
6624         (calc-date-format, calc-float-format, calc-complex-format)
6625         (calc-full-float-format, calc-complex-mode, calc-infinite-mode)
6626         (calc-display-strings, calc-matrix-just, calc-break-vectors)
6627         (calc-full-vectors, calc-full-trail-vectors, calc-vector-commas)
6628         (calc-vector-brackets, calc-matrix-brackets, calc-language)
6629         (calc-language-option, calc-function-open, calc-function-open)
6630         (calc-function-close, calc-language-output-filter)
6631         (calc-language-input-filter, calc-radix-formatter)
6632         (calc-left-label, calc-right-label, calc-word-size)
6633         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
6634         (calc-display-raw, calc-internal-prec, calc-inverse-flag)
6635         (calc-hyperbolic-flag, calc-keep-args-flag, calc-angle-mode)
6636         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
6637         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
6638         (calc-window-height, calc-display-trail, calc-show-selections)
6639         (calc-use-selections, calc-assoc-selections)
6640         (calc-display-working-message, calc-auto-why, calc-timing)
6641         (calc-display-sci-high, calc-display-sci-low, calc-other-modes)
6642         (calc-other-modes, calc-Y-help-msgs, calc-loaded-settings-file):
6643         Make into real defvars.
6644         (calc-mode-var-list): Delete.
6645         (calc-mode-save-mode, calc-standard-date-formats)
6646         (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
6647         (calc-user-parse-tables, calc-gnuplot-default-device)
6648         (calc-gnuplot-default-output, calc-gnuplot-print-device)
6649         (calc-gnuplot-print-output, calc-gnuplot-geometry)
6650         (calc-graph-default-resolution, calc-graph-default-resolution-3d)
6651         (calc-invocation-macro, calc-show-banner): Make into defvars,
6652         taken from `calc-mode-var-list'.
6653         (calc-emacs-type-epoch, calc-emacs-type-19)
6654         (calc-emacs-type-lucid, calc-emacs-type-gnu19): Make into defvars.
6655         (calc-version, calc-version-date, calc-trail-pointer)
6656         (calc-trail-overlay, calc-undo-list, calc-redo-list)
6657         (calc-main-buffer, calc-trail-buffer, calc-why, calc-next-why)
6658         (calc-inverse-flag, calc-hyperbolic-flag, calc-keep-args-flag)
6659         (calc-last-kill, calc-previous-alg-entry, calc-dollar-values)
6660         (calc-dollar-used, calc-hashes-used, calc-quick-prev-results)
6661         (calc-said-hello, calc-executing-macro, calc-any-selections)
6662         (calc-help-phase, calc-full-help-flag, calc-refresh-count)
6663         (calc-display-dirty, calc-prepared-composition)
6664         (calc-selection-cache-default-entry, calc-embedded-info)
6665         (calc-embedded-active, calc-standalone-flag, var-EvalRules)
6666         (math-eval-rules-cache-tag, math-radix-explicit-format)
6667         (math-expr-function-mapping, math-expr-variable-mapping)
6668         (math-read-expr-quotes, math-working-step, math-working-step-2)
6669         (var-i, var-pi, var-e, var-phi, var-gamma, var-Modes): Make into
6670         defvars, from toplevel setq.
6671         (calc-mode-map): Set up keymap in more modern fashion.
6672         (calc-dispatch-map): Ditto.
6673         (calc-command-flags, calc-final-point-line)
6674         (calc-final-point-column): Defvar.
6675         (calc-do): Use `save-current-buffer' instead of `save-excursion'.
6676         (sel-mode): Defvar.
6677         (calc-any-evaltos): Ditto.
6678         (calc-buffer, calc-prev-char, calc-prev-prev-char)
6679         (calc-digit-value): Ditto.
6680         (math-eval-rules-cache, math-eval-rules-cache-other): Ditto.
6681         (math-sub-bignum): Bind `diff'.
6682         (calc-selection-cache-entry): Defvar.
6683         (calc-count-lines): Reference `pos' instead of `newpos'.
6685 2002-09-27  Simon Josefsson  <jas@extundo.com>
6687         * mail/mail-hist.el (mail-hist-next-input): Fix docstring.
6689 2002-09-26  Richard M. Stallman  <rms@gnu.org>
6691         * mail/unrmail.el (unrmail): Do the work directly,
6692         without actually selecting the messages in the from file.
6693         (unrmail-unprune): New subroutine.
6695         * files.el (backup-buffer): Bind local var MODES.
6696         Don't use renaming for a suid or sgid file.
6697         Use backup-buffer-copy to do copying.
6698         (backup-buffer-copy): New subroutine.
6699         Clear suid and sgid bits for the copy.
6701 2002-09-26  Edward M. Reingold  <reingold@emr.cs.iit.edu>
6703         * calendar/solar.el (solar-equinoxes-solstices):
6704         Use time properly adjusted for DST in the result.
6706 2002-09-26  Richard M. Stallman  <rms@gnu.org>
6708         * follow.el (follow-generic-filter): Simply bind deactivate-mark.
6709         Bind inhibit-read-only; don't mess with buffer-read-only.
6711         * speedbar.el (speedbar-refresh): Simply bind deactivate-mark.
6713 2002-09-26  Luc Teirlinck  <teirllm@mail.auburn.edu>
6715         * ielm.el (inferior-emacs-lisp-mode): Treat the header as
6716         output, if comint-use-prompt-regexp-instead-of-fields is nil.
6718 2002-09-26  John Paul Wallington  <jpw@shootybangbang.com>
6720         * ibuffer.el (ibuffer-update): Call `minibufferp' with argument
6721         instead of within `with-current-buffer'.
6723 2002-09-26  Stephen Eglen  <stephen@gnu.org>
6725         * iswitchb.el (iswitchb-completions): Test that
6726         iswitchb-common-match-string is a string, before printing common
6727         completions.
6729 2002-09-25  Stefan Monnier  <monnier@cs.yale.edu>
6731         * server.el: Use built-in network primitives.
6732         (server-program, server-previous-string): Remove.
6733         (server-previous-strings): New var.
6734         (server-socket-name): New var.
6735         (server-log): Minor change to the output format.
6736         (server-sentinel): Clean up global state when a client disconnects.
6737         (server-unquote-arg): New fun.
6738         (server-start): Use server-socket-name and make-network-process.
6739         (server-process-filter): Now talks to the clients directly.
6740         Normalize file name after unquoting and decoding.
6741         (server-buffer-done): Just close the connection.
6742         (server-switch-buffer): Handle the case where all windows are
6743         dedicated or minibuffers.
6745         * font-lock.el (fast-lock-mode, lazy-lock-mode, jit-lock-mode):
6746         Don't bind them variables.
6747         (font-lock-turn-off-thing-lock, font-lock-after-fontify-buffer)
6748         (font-lock-after-unfontify-buffer): Check that the vars are bound.
6749         (font-lock-dont-widen): New var.
6750         (font-lock-default-fontify-region): Use it.
6752         * emacs-lisp/find-func.el (find-library-name):
6753         Correctly find "file.el.gz" from "file.elc" or "file.elc.gz".
6755 2002-09-25  Kenichi Handa  <handa@etl.go.jp>
6757         * international/mule-cmds.el (select-safe-coding-system):
6758         Handle safe but rejected default coding systems and unsafe default
6759         coding systems differently.
6761         * international/mule-diag.el (list-character-sets): Use the buffer
6762         name "*Character Set List*", not "*Help*".  List also indirectly
6763         supported character sets.
6764         (list-charset-chars): Use the buffer name "*Character List*", not
6765         "*Help*".  Display the current charset name in the modeline.
6766         (non-iso-charset-alist): Add mapped charset list for `mac-roman'.
6767         (sort-listed-character-sets): Don't alter the region showing
6768         indirectly supported charsets.
6770 2002-09-24  Simon Josefsson  <jas@extundo.com>
6772         * mail/mail-extr.el (mail-extr-ignore-single-names): Change default.
6773         (mail-extract-address-components): Doc fix.
6775 2002-09-24  Markus Rost  <rost@math.ohio-state.edu>
6777         * simple.el (edit-and-eval-command): Protect command-history.
6778         (repeat-complex-command): Protect command-history.
6780 2002-09-24  Juanma Barranquero  <lektu@terra.es>
6782         * replace.el (occur-find-match): New function.
6783         (occur-next, occur-prev): Use it.
6785         * progmodes/sh-script.el (sh-mark-init): Don't set `occur-buffer'.
6786         (sh-mark-line): Likewise. Use 'occur-target and 'occur-match
6787         instead of 'occur and 'occur-point.
6789         * eshell/em-unix.el (eshell-occur-mode-mouse-goto)
6790         (eshell-poor-mans-grep): Remove references to `occur-buffer'.
6792 2002-09-24  Stefan Monnier  <monnier@cs.yale.edu>
6794         * descr-text.el (describe-text-category): Use *Help*.
6795         Don't kill-buffer.
6796         (describe-text-properties, describe-char):
6797         Delay self-inspection test.  Use *Help*.
6798         Use syntax-after.  Use `pos' rather than (point).
6799         Distinguish the before/after part of a composition.
6801 2002-09-23  Kenichi Handa  <handa@etl.go.jp>
6803         * international/quail.el (quail-completion): Be sure to scroll
6804         quail-completion-buf.
6806 2002-09-23  Richard M. Stallman  <rms@gnu.org>
6808         * ielm.el (*1): Fix previous change.
6810 2002-09-23  Juanma Barranquero  <lektu@terra.es>
6812         * net/tramp.el (tramp-unified-filenames): Autoload it.
6814 2002-09-23  Michael Kifer  <kifer@cs.stonybrook.edu>
6816         * ediff-init.el (ediff-get-next-window): Bug fix.
6818 2002-09-22  Oliver Scholz  <alkibiades@gmx.de>
6820         * play/gamegrid.el (gamegrid-face): New variable to emulate a
6821         buffer-local default face.
6822         (gamegrid-xbm): New variable; XBM image as a replacement for
6823         `gamegrid-xpm' on Emacsen compiled without XPM-support.
6824         (gamegrid-colorize-glyph): Ported XEmacs-code for the generation
6825         of images to Emacs.
6826         (gamegrid-match-spec): Call `gamegrid-make-image-from-vector' to
6827         convert XEmacs-type image descriptors.
6828         (gamegrid-color-display-p): Remove (use `display-colors-p' instead.)
6829         (gamegrid-make-image-from-vector): New function.  Convert XEmacs'
6830         image descriptors.
6831         (gamegrid-display-type): Use Emacs' standard `display-.*-p'
6832         functions to check for display capabilities.  Fix the recognition
6833         of image-support in Emacs 21 by this way.
6834         (gamegrid-hide-cursor): Removed.
6835         (gamegrid-setup-default-font): Ported the code from XEmacs to
6836         Emacs: create a new face and assign the variable `gamegrid-face'
6837         to it.  Make sure that the face is not higher than the smallest
6838         image used by the game.
6839         (gamegrid-initialize-display): Use `(setq cursor-type nil)'
6840         instead of `gamegrid-hide-cursor'.
6841         (gamegrid-set-face): If `gamegrid-display-mode' is 'glyph, put an
6842         image in the buffer, instead of applying a face.  [This is because
6843         Emacs display-tables are not as capable as the display-tables in
6844         XEmacs.  Maybe this function should be renamed to reflect the change?]
6845         (gamegrid-init-buffer): If `gamegrid-display-mode' is 'glyph, put
6846         the face held by `gamegrid-face' in an overlay over the whole
6847         buffer to emulate a buffer-local default-face.
6849 2002-09-22  Markus Triska  <triska@gmx.at>  (iny change)
6851         * play/doctor.el (doctor-doc): Add 2 question words.
6852         (doctor-getnoun): Parse and save the complete object phrase.
6854 2002-09-22  Richard M. Stallman  <rms@gnu.org>
6856         * international/mule-cmds.el (select-safe-coding-system): Cope if
6857         default-coding-system gives nil which was then used in `min'.
6859         * mail/sendmail.el (sendmail-send-it): If user's buffer
6860         is unibyte, make tembuf unibyte.
6862 2002-09-22  Kai Gro\e,A_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
6864         * net/tramp.el: Version 2.0.22 released.
6865         (tramp-parse-rhosts, tramp-parse-shosts)
6866         (tramp-parse-hosts, tramp-parse-passwd): Apply `push' but
6867         `add-to-list' for performance reasons.
6868         (tramp-get-completion-user-host): Return `nil' in case both `user'
6869         and 'host' are empty (not necessarily `nil'.
6870         (tramp-parse-netrc, tramp-parse-netrc-group): New functions.
6871         (tramp-user-regexp): " \t" are not user regexp characters.
6872         (tramp-completion-handle-file-name-all-completions):
6873         Remove Ange-FTP cmpletion. It has a bug not handling the "/ftp:" prefix
6874         completely, and it returns local completions as well.
6875         (tramp-completion-function-alist-ftp): New constant.
6876         (tramp-completion-function-alist): Add completion function for "ftp".
6877         From Michael Albinus <Michael.Albinus@alcatel.de>.
6879 2002-09-22  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6881         * net/tramp.el: Version 2.0.21 released.
6882         (tramp-handle-file-newer-than-file-p): If mtime of both files is
6883         known, return a useful result.  Better error message in case one
6884         is a Tramp file and one isn't.
6885         (tramp-handle-file-local-copy, tramp-handle-write-region)
6886         (tramp-find-shell, tramp-open-connection-telnet)
6887         (tramp-open-connection-rsh, tramp-open-connection-su)
6888         (tramp-open-connection-setup-interactive-shell)
6889         (tramp-post-connection, tramp-maybe-open-connection)
6890         (tramp-method-out-of-band-p): Correct number of args for
6891         `tramp-get-rsh-program' and similar functions.
6893 2002-09-22  Kai Gro\e,A_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
6895         * net/tramp.el: Version 2.0.20 released.
6897 2002-09-20  Kai Gro\e,A_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
6899         * net/tramp.el (tramp-completion-function-alist): Escape open
6900         paren in docstring.
6901         (tramp-user-regexp, tramp-host-regexp): Allow empty strings.
6902         (tramp-handle-insert-file-contents): Call tramp-message-for-buffer
6903         instead of tramp-message.
6904         (tramp-open-connection-rsh): Handle empty string as user name.
6905         (tramp-open-connection-su): Handle empty string as host name.
6906         Handle nil user name.
6907         (tramp-handle-file-local-copy, tramp-handle-write-region)
6908         (tramp-completion-handle-file-name-all-completions)
6909         (tramp-open-connection-telnet, tramp-open-connection-rsh)
6910         (tramp-open-connection-su, tramp-post-connection)
6911         (tramp-maybe-open-connection, tramp-method-out-of-band-p)
6912         (tramp-get-connection-function, tramp-get-remote-sh)
6913         (tramp-get-rsh-program, tramp-get-rsh-args)
6914         (tramp-get-rcp-program, tramp-get-rcp-args)
6915         (tramp-get-rcp-keep-date-arg, tramp-get-su-program)
6916         (tramp-get-su-args, tramp-get-telnet-program)
6917         (tramp-get-telnet-args): Use `tramp-find-method', perhaps require
6918         additional args USER, HOST.
6919         (tramp-action-password, tramp-open-connection-telnet)
6920         (tramp-open-connection-su, tramp-open-connection-multi)
6921         (tramp-method-out-of-band-p): `tramp-method-out-of-band-p' now
6922         takes USER and HOST arguments, to be able to use
6923         `tramp-find-method'.  Update callers.
6924         (tramp-find-method): New function.
6926 2002-09-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6928         * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
6929         in SWITCHES (by removing it).
6931 2002-09-18  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6933         * net/tramp.el (tramp-file-name-handler): Add `file-remote-p' property.
6935 2002-09-17  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6937         * net/tramp.el (top-level): Maybe autoload uudecode-decode-region.
6939 2002-09-16  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6941         * net/tramp.el (tramp-bug): Add tramp-methods.
6943 2002-09-16  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6945         * net/tramp.el (tramp-methods): Update docstring:
6946         tramp-encoding-command, tramp-decoding-command,
6947         tramp-encoding-function and tramp-decoding-function are not
6948         parameters anymore.
6949         (tramp-uuencode-region): Autoload it.
6951 2002-09-13  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6953         * net/tramp.el: Version 2.0.19 released.
6955         * net/tramp-uu.el: New file, implements uuencode in Lisp.
6957         * net/tramp.el (tramp-coding-commands):
6958         Use `tramp-uuencode-region' as local encoder for the uuencode based
6959         entries.
6961 2002-09-13  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6963         * net/tramp.el (tramp-handle-write-region): Wrong parens.
6965 2002-09-13  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6967         * net/tramp.el: Version 2.0.18 released.
6969         * net/tramp.el (tramp-perl-decode): Perl changes to accomodate
6970         older versions of Perl.  Now tested with 5.004.  Suggestion from
6971         Michael Albinus.
6973 2002-09-12  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6975         * net/tramp.el (tramp-find-inline-encoding):
6976         Call tramp-call-local-coding-command with nil for INPUT and OUTPUT.
6977         (tramp-call-local-coding-command): OUTPUT equals nil means to
6978         discard the output.  INPUT equals nil means /dev/null.
6980 2002-09-12  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6982         * net/tramp.el (tramp-encoding-shell): Default to environment
6983         variable COMSPEC on Windows.
6984         (tramp-handle-write-region): More debugging output.
6985         (tramp-find-inline-encoding): Ditto.
6987 2002-09-11  Michael Albinus  <Michael.Albinus@alcatel.de>
6989         * net/tramp.el (tramp-completion-handle-file-name-all-completions):
6990         Define `result1'.
6991         (tramp-parse-hosts-group): Discard IPv6 entries.
6993 2002-09-11  Kai Gro\e,A_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
6995         * net/tramp.el (tramp-post-connection): Only send Perl
6996         mime-encode/decode implementations when using inline method.
6997         (tramp-handle-file-local-copy)
6998         (tramp-handle-write-region, tramp-post-connection)
6999         (tramp-coding-commands, tramp-find-inline-encoding): For the
7000         inline encodings, distinguish between local and remote commands,
7001         instead of between commands and functions.  (The local commands
7002         can be functions, too.)  If the local host is a Windows machine,
7003         we can't expect the same commands to work there as on the remote host.
7004         (tramp-call-local-coding-command): New function for calling local
7005         encoding and decoding commands.
7006         (tramp-set-remote-encoding, tramp-get-remote-encoding)
7007         (tramp-set-remote-decoding, tramp-get-remote-decoding)
7008         (tramp-set-local-encoding, tramp-get-local-encoding)
7009         (tramp-set-local-decoding, tramp-get-local-decoding): New functions.
7010         (tramp-get-encoding-command, tramp-set-encoding-command)
7011         (tramp-get-decoding-command, tramp-set-decoding-command)
7012         (tramp-get-encoding-function, tramp-set-encoding-function)
7013         (tramp-get-decoding-function, tramp-set-decoding-function):
7014         Old functions, removed.
7016 2002-09-10  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7018         * net/tramp.el (tramp-open-connection-setup-interactive-shell):
7019         Change command to invoke /bin/sh slightly to make it compatible
7020         with the `rc' shell.  Suggested by Daniel Pittman.
7022 2002-09-10  Michael Albinus  <Michael.Albinus@alcatel.de>
7024         * net/tramp.el (tramp-handle-write-region): Added missing
7025         `)'.  Hope it's the right place.
7027 2002-09-09  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7029         * net/tramp.el (tramp-open-connection-setup-interactive-shell):
7030         Do "exec env PS1='$ ' /bin/sh" instead of just "exec /bin/sh" in
7031         order to get a sane shell prompt.  If people have ${CWD}, say, in
7032         their shell prompt, then the default login shell might display
7033         something harmless, but the /bin/sh will display a dollar sign
7034         which confused the subsequent prompt recognition.
7035         (tramp-multi-action-password): More debugging output.
7036         (tramp-encoding-shell): Renamed from tramp-sh-program.
7037         More documentation.  Default to cmd.exe on Windows NT.
7038         (tramp-encoding-command-switch): New variable.  Use instead of
7039         hard-wired "-c" which is only good for /bin/sh.
7040         (tramp-encoding-reads-stdin): New variable.  If t, commands are
7041         called like "/bin/sh -c COMMAND <INPUT", if nil, they are called
7042         like "/bin/sh -c COMMAND INPUT", ie the input file is the last arg.
7043         (tramp-multi-sh-program): Always default to tramp-encoding-shell.
7044         (tramp-handle-file-local-copy, tramp-handle-write-region):
7045         Respect tramp-encoding-shell and friends.
7046         (tramp-find-inline-encoding): Use new-style calls for checking if
7047         the local commands work.
7049 2002-09-07  Michael Albinus  <Michael.Albinus@alcatel.de>
7051         * net/tramp.el (tramp-methods): Remove `tramp-completion-function'
7052         entries. They are handled now by `tramp-completion-function-alist'.
7053         (tramp-completion-function): Defvar removed. I've never used
7054         it. Hmm.
7055         (tramp-get-completion-function)
7056         (tramp-get-completion-rsh, tramp-get-completion-ssh)
7057         (tramp-get-completion-telnet, tramp-get-completion-su):
7058         Functions removed as well.  Not necessary any longer due to extended
7059         customization means.
7060         (tramp-completion-function-alist): New defcustom. Holds all
7061         FUNCTION FILE pairs used for user and host name completion
7062         relevant for METHOD.
7063         (tramp-completion-function-alist-rsh)
7064         (tramp-completion-function-alist-ssh)
7065         (tramp-completion-function-alist-telnet)
7066         (tramp-completion-function-alist-su): Defconst for initializing
7067         `tramp-completion-function-alist'. Unfortunately, mainly UNIX-like
7068         values are known for me until now. Needs to be completed for at
7069         least VMS++ like operating systems.
7070         (tramp-set-completion-function)
7071         (tramp-get-completion-function): New functions for configuration
7072         of `tramp-completion-function-alist'. The old definition of
7073         `tramp-get-completion-function' has been discarded.
7074         (tramp-completion-handle-file-name-all-completions):
7075         Change function call for user/host completion according to definition
7076         in `tramp-completion-function-alist'.
7077         (tramp-parse-passwd): Added exception handling for "root", because
7078         `tramp-get-completion-su' (the previous place for this stuff)
7079         doesn't exist any longer.
7081 2002-09-07  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7083         * net/tramp.el (tramp-enter-password):
7084         Use `tramp-password-end-of-line' to terminate the line.
7085         (tramp-bug): Include new variable `tramp-password-end-of-line'.
7086         (tramp-password-end-of-line): New variable.  People who use plink
7087         under Windows might have to issue "\r\n" after the password, but
7088         they need to send just "\n" after the other commands.  So this
7089         variable was introduced to complement `tramp-rsh-end-of-line'.
7090         (tramp-wait-for-output, tramp-post-connection): Allow "\r" at end
7091         of line of the output delimiter.
7093 2002-09-06  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7095         * net/tramp.el (tramp-handle-file-local-copy, tramp-find-shell)
7096         (tramp-open-connection-setup-interactive-shell): Add some comments
7097         about Douglas Grey Stephen's suggestions to make Tramp work better
7098         with plink under Windows.  I'm not sure what to think of them, but
7099         now I have a guinea pig to try it out on.  Said guinea pig is
7100         having other problems, though...  Also remove some commented-out code.
7102 2002-09-06  Michael Albinus  <Michael.Albinus@alcatel.de>
7104         * net/tramp.el (tramp-get-completion-methods): Algorithm slightly
7105         tuned.
7106         (tramp-get-completion-user-host): Accept user names as they are if
7107         typed until "@".
7108         (tramp-completion-mode): Replace `last-input-char' by modern
7109         `last-input-event'. Check for `event-modifiers'.
7111 2002-09-06  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7113         * net/tramp.el (file-expand-wildcards): Corrected check to see if
7114         advising is necessary.
7116 2002-09-05  Michael Albinus  <Michael.Albinus@alcatel.de>
7118         * net/tramp.el (tramp-postfix-single-method-format)
7119         (tramp-postfix-multi-method-format)
7120         (tramp-postfix-multi-hop-format)
7121         (tramp-postfix-user-format): New format strings.
7122         (tramp-postfix-single-method-regexp)
7123         (tramp-postfix-multi-method-regexp)
7124         (tramp-postfix-multi-hop-regexp)
7125         (tramp-postfix-user-regexp)
7126         (tramp-make-multi-tramp-file-format)
7127         (tramp-make-tramp-file-name): Apply them.
7128         (tramp-completion-handle-file-name-all-completions): Fix for
7129         invoking ange-ftp in case of "/ftp:xxx" file names.
7131 2002-09-04  Michael Albinus  <Michael.Albinus@alcatel.de>
7133         * net/tramp.el (tramp-prefix-format)
7134         (tramp-postfix-host-format): New format strings.
7135         (tramp-prefix-regexp, tramp-method-regexp)
7136         (tramp-postfix-single-method-regexp)
7137         (tramp-postfix-multi-method-regexp)
7138         (tramp-postfix-multi-hop-regexp)
7139         (tramp-user-regexp, tramp-postfix-user-regexp)
7140         (tramp-host-regexp, tramp-postfix-host-regexp)
7141         (tramp-path-regexp): New atomar regular expressions.
7142         If corresponding format strings exist, derived from them.
7143         (tramp-file-name-structure)
7144         (tramp-multi-file-name-structure)
7145         (tramp-multi-file-name-hop-structure)
7146         (tramp-make-multi-tramp-file-format)
7147         (tramp-completion-mode)
7148         (tramp-completion-dissect-file-name)
7149         (tramp-parse-rhosts-group)
7150         (tramp-parse-shosts-group)
7151         (tramp-parse-hosts-group)
7152         (tramp-parse-passwd-group): Apply these expressions.
7153         (tramp-file-name-structure-unified)
7154         (tramp-file-name-structure-separate)
7155         (tramp-make-tramp-file-format-unified)
7156         (tramp-make-tramp-file-format-separate)
7157         (tramp-make-tramp-file-format)
7158         (tramp-make-tramp-file-user-nil-format-unified)
7159         (tramp-make-tramp-file-user-nil-format-separate)
7160         (tramp-make-tramp-file-user-nil-format)
7161         (tramp-multi-file-name-structure-unified)
7162         (tramp-multi-file-name-structure-separate)
7163         (tramp-multi-file-name-hop-structure-unified)
7164         (tramp-multi-file-name-hop-structure-separate)
7165         (tramp-make-multi-tramp-file-format-unified)
7166         (tramp-make-multi-tramp-file-format-separate): Removed.
7167         (tramp-make-tramp-file-name): Allow partial tramp file
7168         names. Generate tramp file format on-the-fly depending on
7169         parameters. Apply atomar format strings resp expressions.
7170         (tramp-get-completion-methods)
7171         (tramp-get-completion-user-host): Apply `tramp-make-tramp-file-name'.
7172         (tramp-parse-hosts-group): Take all host names and IP addresses
7173         into account.
7174         (tramp-bug): Remove `tramp-make-tramp-file-format'.
7176 2002-09-01  Michael Albinus  <Michael.Albinus@alcatel.de>
7178         * net/tramp.el (tramp-methods): Add `tramp-completion-function'
7179         for "su" and "sudo".
7180         (tramp-get-completion-telnet): Implement it.
7181         (tramp-parse-hosts)
7182         (tramp-parse-hosts-group)
7183         (tramp-get-completion-su)
7184         (tramp-parse-passwd)
7185         (tramp-parse-passwd-group): New functions.
7187 2002-08-31  Michael Albinus  <Michael.Albinus@alcatel.de>
7189         * net/tramp.el (tramp-completion-mode): Check for `last-input-char'.
7190         (tramp-completion-file-name-handler-alist): Add handler for
7191         `file-exists-p.
7192         (tramp-completion-handle-file-exists-p): New function.
7193         (tramp-completion-handle-file-name-completion): Simplified.
7194         (tramp-completion-dissect-file-name): Regexp's reorganised.
7195         (tramp-completion-handle-file-name-all-completions):
7196         Call completion-function only if `user' or `host' is given.
7197         (tramp-get-completion-user-host): New function.
7198         (tramp-get-completion-rsh)
7199         (tramp-get-completion-ssh): Apply it.
7201 2002-08-29  Michael Albinus  <Michael.Albinus@alcatel.de>
7203         * net/tramp.el (tramp-completion-file-name-handler-alist):
7204         Add handler for `expand-file-name'.
7205         (tramp-completion-handle-expand-file-name): New function.
7207 2002-08-26  Michael Albinus  <Michael.Albinus@alcatel.de>
7209         * net/tramp.el (tramp-completion-mode): New function.
7210         (tramp-completion-handle-file-name-directory)
7211         (tramp-completion-handle-file-name-all-completions): Apply it.
7212         (tramp-methods): Remove double definition of `ssh1-old' and `ssh2-old'.
7213         (tramp-point-at-eol): New defalias.
7214         (tramp-parse-rhosts-group)
7215         (tramp-parse-shosts-group):: Apply it.
7217 2002-08-25  Michael Albinus  <Michael.Albinus@alcatel.de>
7219         * net/tramp.el (tramp-get-completion-methods)
7220         (tramp-get-completion-rsh)
7221         (tramp-get-completion-ssh): Add "[" for Xemacs.
7222         (tramp-completion-file-name-regexp-separate): Expression adapted.
7223         (tramp-completion-file-name-handler-alist): Add handler for
7224         `file-name-directory' and `file-name-nondirectory'.
7225         (tramp-completion-handle-file-name-directory)
7226         (tramp-completion-handle-file-name-nondirectory)
7227         (tramp-completion-run-real-handler): New functions.
7228         (tramp-completion-file-name-handler)
7229         (tramp-completion-handle-file-name-all-completions):
7230         Apply `tramp-completion-run-real-handler'.
7231         (tramp-parse-rhosts)
7232         (tramp-parse-shosts): Use `with-temp-buffer'. `result\e$,1!=\e(B renamed to
7233         `res' (otherwise side effects in XEmacs).
7235 2002-08-24  Michael Albinus  <Michael.Albinus@alcatel.de>
7237         * net/tramp.el (tramp-completion-file-name-regexp)
7238         (tramp-completion-file-name-handler-alist)
7239         (tramp-flatten-list)
7240         (tramp-completion-dissect-file-name)
7241         (tramp-get-completion-rsh)
7242         (tramp-parse-rhosts)
7243         (tramp-parse-rhosts-group)
7244         (tramp-get-completion-ssh): Doc string tuned.
7245         (tramp-methods): Doc string and custom type extended for
7246         `tramp-completion-function'.
7247         (tramp-completion-function): Variable added. Is it really used?
7248         Other variables like `tramp-completion-function' aren't used.
7249         (tramp-completion-file-name-handler-alist): Add handler for
7250         `file-name-completion'.
7251         (tramp-completion-handle-file-name-completion): New function.
7253 2002-08-18  Michael Albinus  <Michael.Albinus@alcatel.de>
7255         * net/tramp.el (tramp-parse-rhosts)
7256         (tramp-parse-rhosts-group)
7257         (tramp-parse-shosts)
7258         (tramp-parse-shosts-group): New functions.
7260 2002-08-17  Michael Albinus  <Michael.Albinus@alcatel.de>
7262         * net/tramp.el (tramp-completion-dissect-file-name)
7263         (tramp-completion-dissect-file-name1): New functions.
7265 2002-08-16  Michael Albinus  <Michael.Albinus@alcatel.de>
7267         * net/tramp.el (tramp-get-completion-function)
7268         (tramp-get-completion-rsh)
7269         (tramp-get-completion-ssh)
7270         (tramp-get-completion-telnet): New functions.
7271         (tramp-methods): Add `tramp-completion-function' for all methods.
7273 2002-08-15  Michael Albinus  <Michael.Albinus@alcatel.de>
7275         * net/tramp.el (tramp-get-completion-methods): New function.
7276         (tramp-find-default-method): Allow host to be nil (like user).
7278 2002-08-14  Michael Albinus  <Michael.Albinus@alcatel.de>
7280         * net/tramp.el (tramp-completion-file-name-regexp-unified)
7281         (tramp-completion-file-name-regexp-separate)
7282         (tramp-completion-file-name-regexp)
7283         (tramp-completion-file-name-handler-alist): New defcustoms.
7284         (tramp-completion-file-name-handler): New function.
7285         Add `tramp-completion-file-name-handler' to `file-name-handler-alist'.
7286         (tramp-run-real-handler): Add `tramp-completion-file-name-handler'
7287         to `inhibit-file-name-handlers'.
7288         (tramp-completion-handle-file-name-all-completions)
7289         (tramp-completion-handle-file-name-completion): New functions.
7291 2002-08-12  Michael Albinus  <Michael.Albinus@alcatel.de>
7293         * net/tramp.el (tramp-invoke-ange-ftp): `tramp-disable-ange-ftp'
7294         must be called again after activating `ange-ftp'.
7295         (tramp-ange-ftp-file-name-p): Check for Xemacs.
7297 2002-08-08  Michael Albinus  <Michael.Albinus@alcatel.de>
7299         * net/tramp.el (tramp-do-copy-or-rename-file): Don't pass
7300         KEEP-DATE to tramp-invoke-ange-ftp 'rename.
7301         (tramp-handle-write-region): Don't pass LOCKNAME and CONFIRM to
7302         tramp-invoke-ange-ftp 'write-region.
7303         (tramp-handle-set-file-modes): Change order of FILENAME and MODE
7304         passing to tramp-invoke-ange-ftp 'set-file-modes.
7305         (tramp-flatten-list): New function. Maybe this functionality does
7306         exist already elsewhere in the libraries.
7307         (tramp-invoke-ange-ftp): Apply `tramp-flatten-list' to parameter
7308         list in order to avoid nested lists, f.e. when invoked from
7309         `tramp-handle-dired-call-process'.
7311 2002-09-05  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7313         * net/tramp.el (tramp-chunksize): New kluge variable.
7314         (tramp-send-region): If tramp-chunksize is non-nil, send region in
7315         parts and sleep 0.1 seconds between chunks.
7317 2002-09-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7319         * net/tramp.el (tramp-handle-insert-directory):
7320         Use `insert-buffer-substring' instead of `insert-buffer', which is not
7321         supposed to be used from Lisp.  Remember old point in a variable
7322         instead of using `mark'.  Suggestion from Stefan Monnier.
7323         (tramp-unified-filenames): New variable.  Use it in default value
7324         of other filename variables.
7325         (file-expand-wildcards): Don't advise unless "[" and "]" are used
7326         in the filename format.
7328 2002-09-01  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7330         * net/tramp.el (tramp-methods): Remove duplicate definition of
7331         ssh1-old and ssh2-old.
7333 2002-09-22  Kai Gro\e,A_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
7335         * dired.el (dired-insert-directory): Always add "--dired" to to
7336         SWITCHES for remote files.
7337         * files.el (insert-directory): Comment saying that "--dired"
7338         might be in the SWITCHES.
7339         * net/ange-ftp.el (ange-ftp-ls): Handle "--dired" in LSARGS.
7340         (ange-ftp-insert-directory): Comment explaining "--dired" handling.
7342 2002-09-21  Markus Rost  <rost@math.ohio-state.edu>
7344         * mail/mailabbrev.el (mail-abbrev-make-syntax-table): Give %!._-
7345         word constituent syntax.
7347 2002-09-21  Richard M. Stallman  <rms@gnu.org>
7349         * cus-dep.el (custom-make-dependencies): Bind to t
7350         around evaluating the def-form.
7352         * custom.el (custom-dont-initialize): New variable.
7353         (custom-declare-variable): Don't init the variable
7354         if custom-dont-initialize is non-nil.
7356 2002-09-21  John Paul Wallington  <jpw@shootybangbang.com>
7358         * net/eudc.el (eudc-install-menu): Use `define-key' and
7359         `easy-menu-create-menu' to avoid duplication of menu.
7361 2002-09-20  Kim F. Storm  <storm@cua.dk>
7363         * kmacro.el (kmacro-step-edit-query): Use RET to execute rest of
7364         macro and terminate editing.
7365         (kmacro-step-edit-macro): Push previous macro onto ring if changed
7366         by step editing.
7368 2002-09-19  Tom Tromey  <tromey@redhat.com>
7370         * play/blackbox.el (bb-right): Respect prefix argument.
7371         (bb-left, bb-up, bb-down): Likewise.
7373 2002-09-19  Richard M. Stallman  <rms@gnu.org>
7375         * cus-dep.el (custom-make-dependencies): Fix previous change.
7377 2002-09-19  Juanma Barranquero  <lektu@terra.es>
7379         * ielm.el (ielm-eval-input): Call `error-message-string' instead
7380         of the non-existent `ielm-format-error'.
7382 2002-09-19  Stefan Monnier  <monnier@cs.yale.edu>
7384         * emacs-lisp/easymenu.el (easy-menu-remove):
7385         * emacs-lisp/ewoc.el (ewoc--node-branch): Add docstring.
7387         * international/mule-diag.el (describe-coding-system):
7388         Remove unused `coding-spec' variable.
7389         (list-input-methods): Be more careful when setting up the help buffer.
7391         * international/ucs-tables.el (unify-8859-on-encoding-mode):
7392         Set init value to t to reflect reality.
7393         (ucs-minibuffer-setup): Use minibuffer-selected-window.
7395 2002-09-18  Stefan Monnier  <monnier@cs.yale.edu>
7397         * progmodes/make-mode.el (makefile-cleanup-continuations-p):
7398         Rename to makefile-cleanup-continuations.
7399         (makefile-mode): Use write-file-functions.
7400         (makefile-fill-paragraph): Use match-string-no-properties.
7401         (makefile-fill-paragraph): Use line-end-position.
7402         (makefile-add-log-defun): Simplify.
7404 2002-09-18  Richard M. Stallman  <rms@gnu.org>
7406         * dired.el (dired-mark-pop-up): Doc fix.
7408         * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs): Put the
7409         definition straight into loaddefs.el as well as executing it here.
7411 2002-09-18  Colin Walters  <walters@debian.org>
7413         * calc/calc.el (calc-mode): Add font-lock-defontify to
7414         change-major-mode-hook.
7416 2002-09-18  Richard M. Stallman  <rms@gnu.org>
7418         * Makefile.in (bootstrap-clean): Use cd to shorten arg strings.
7419         Don't ignore errors in rm line.
7421         * menu-bar.el (menu-bar-search-menu): Nicer help string.
7423         * replace.el (occur-engine-add-prefix): Use 7 spaces.
7424         (occur-engine): Use 7 digits to align tabs in the data.
7426         * emacs-lisp/bytecomp.el (byte-compile-output-docform):
7427         Don't make the definition dynamic if it shares structure
7428         with the arg list.
7430         * gud.el (gud-pdb-marker-regexp): Allow : and \ in file name.
7431         (pdb): In gud-remove, pass down the file name.
7433         * cus-dep.el (custom-make-dependencies): Sort MEMBERS before use.
7435 2002-09-18  Luc Teirlinck  <teirllm@mail.auburn.edu>
7437         * ielm.el: (*1, *2, *3): New variables.
7438         (ielm-eval-input): Make temporary buffers current on entry and
7439         exit to the let bindings for *, ** and ***.
7440         (inferior-emacs-lisp-mode): Mention *1, *2 and *3 in the docstring.
7441         Do not overrule global bindings for *, ** and ***.
7443 2002-09-18  Tom Tromey  <tromey@redhat.com>
7445         * progmodes/make-mode.el (makefile-fill-paragraph): Find comment
7446         boundaries before filling.
7448 2002-09-18  Stefan Monnier  <monnier@cs.yale.edu>
7450         * server.el (server-done): Fix harmlessly wrong arg to save-buffer.
7451         (server-switch-buffer): Only select a different window if
7452         next-buffer is non-nil.  Don't switch in a dedicated window.
7453         If next-buffer is already displayed, reuse that window.
7455         * diff-mode.el (diff-mode): Use compilation-minor-mode.
7456         Don't unbind compilation-last-buffer after autoloading compile.el.
7457         Hide the compilation-minor-mode bindings altogether.
7459 2002-09-18  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7461         * dired.el (dired-insert-directory): Never add "--dired" when
7462         listing remote directories.
7464 2002-09-18  Michael Kifer  <kifer@cs.stonybrook.edu>
7466         * ediff-hooks.el: Put back the autoloads (for XEmacs compatibility).
7468         * ediff-init.el: Use defalias instead of fset.
7470         * ediff-util.el: Use defalias instead of fset.
7472         * viper-util.el (viper-chars-in-region): Simplification.
7474         * viper.el (viper-emacs-state-mode-list): Added modes.
7476 2002-09-18  Jonathan Yavner  <jyavner@engineer.com>
7478         * emacs-lisp/testcover.el: New file.  Uses edebug to instrument a
7479         module of code, with graphical display of poor-coverage spots.
7481         * emacs-lisp/testcover-ses.el: New file.  Demonstrates use of
7482         testcover on a interactive module like ses.
7484         * emacs-lisp/testcover-unsafep.el: New file.  Demonstrates use of
7485         testcover on a noninteractive module like unsafep.
7487 2002-09-18  Miles Bader  <miles@gnu.org>
7489         * diff-mode.el (diff-mode): Don't evaluate `compilation-last-buffer'
7490         unless it's bound.
7492 2002-09-17  Stefan Monnier  <monnier@cs.yale.edu>
7494         * server.el (server-log): Add `client' arg.
7495         (server-start): Don't bother canceling the sentinel.
7496         (server-process-filter): Use replace-regexp-in-string and
7497         handle the new &n quoting.  Use push.  Use server-log's new arg.
7498         Don't output the C-x # message if `nowait'.
7499         (server-buffer-done): Use server-log's new arg.
7501 2002-09-16  Jonathan Yavner  <jyavner@engineer.com>
7503         * ses.el: New file.
7505         * emacs-lisp/unsafep.el: New file.
7507         * files.el (auto-mode-alist): Add ".ses" for ses-mode.
7508         (inhibit-quit): This is risky for unsafep, doesn't matter much for
7509         anybody else.
7510         (risky-local-variable-p): New function.  Split off from
7511         hack-one-local-variable so unsafep can use it.  Add \|-history$ to
7512         the list of disallowed local variable names (malicious user could
7513         stuff a `display' property in there that would be activated when
7514         na\e,Ao\e(Bve user called up the history).
7516 2002-09-16  Markus Rost  <rost@math.ohio-state.edu>
7518         * ls-lisp.el (ls-lisp-format-time-list): Fix type and provide :tag's.
7520 2002-09-16  Richard M. Stallman  <rms@gnu.org>
7522         * play/gomoku.el (gomoku-move-up, gomoku-move-down):
7523         Use forward-line and move-to-column.
7525         * cus-edit.el (custom-variable-backup-value): New function.
7526         (custom-variable-reset-backup): New function.
7527         (custom-variable-menu): Add item for custom-variable-reset-backup.
7528         (custom-variable-set, custom-variable-reset-saved)
7529         (custom-variable-reset-standard): Call custom-variable-backup-value.
7531 2002-09-16  Stefan Monnier  <monnier@cs.yale.edu>
7533         * dired.el (dired-font-lock-keywords): Use regexp-opt.
7534         (dired-move-to-filename): Better message when we fail to find the file.
7535         (dired-sort-toggle): Minor optimization.
7537 2002-09-16  Juanma Barranquero  <lektu@terra.es>
7539         * dired-aux.el (dired-add-entry): Add missing argument to
7540         `dired-mark'.
7542 2002-09-16  John Paul Wallington  <jpw@shootybangbang.com>
7544         * xscheme.el (scheme-interaction-mode): Doc fix.
7546         * net/eudc.el (eudc-plist-get): Doc fix.
7548 2002-09-16  Kim F. Storm  <storm@cua.dk>
7550         * menu-bar.el (menu-bar-last-search-type): New var.
7551         (nonincremental-repeat-search-forward)
7552         (nonincremental-repeat-search-backward): Repeat string or
7553         regexp search depending on menu-bar-last-search-type.
7554         (nonincremental-search-forward, nonincremental-re-search-forward)
7555         (nonincremental-search-backward, nonincremental-re-search-backward):
7556         Set menu-bar-last-search-type to string or regexp.
7557         (nonincremental-repeat-re-search-forward): Removed.
7558         (nonincremental-repeat-re-search-backward): Removed.
7559         (menu-bar-replace-menu): New keymap for "Edit->Replace" submenu.
7560         (menu-bar-i-search-menu): New keymap for "Incremental Search" submenu.
7561         (menu-bar-adv-search-menu): Removed.
7562         (menu-bar-search-menu): Reorganized.
7563         (menu-bar-edit-menu): Added "Replace" submenu.
7565 2002-09-15  Richard M. Stallman  <rms@gnu.org>
7567         * scroll-bar.el (scroll-bar-mode): Specify :initialize.
7569         * menu-bar.el (menu-bar-make-mm-toggle): Don't put a quote befor FNAME
7570         when it's not being evaluated.
7572 2002-09-15  Markus Rost  <rost@math.ohio-state.edu>
7574         * dired.el (dired-move-to-filename): Fix previous change.
7576 2002-09-14  Kim F. Storm  <storm@cua.dk>
7578         * emulation/keypad.el (keypad-setup, keypad-shifted-setup)
7579         (keypad-numlock-setup, keypad-numlock-shifted-setup):
7580         Change `Remove Binding' option to `Unspecified/User-defined'.
7581         (keypad-setup): Enhance explanation of setup type `none'.
7583 2002-09-14  Richard M. Stallman  <rms@gnu.org>
7585         * time.el (display-time-mode): Set display-time-load-average here.
7586         (display-time-load-average): Initialize to nil.
7587         (display-time-default-load-average): Add "None" alternative.
7588         (display-time-update): Handle "None" alternative for load-average.
7590         * dired-aux.el (dired-bunch-files): Put the arg FILES
7591         back as it was after temporary destrucive mods.
7592         (dired-add-entry): Use dired-insert-directory to handle indentation.
7593         Explicitly restore the line's marker character.
7594         Preserve the old file name's text properties.
7595         (dired-add-entry-do-indentation): Function deleted.
7596         (dired-relist-file): Doc fix.
7597         (dired-rename-file): Change argument names.
7598         (foo-rename-file): New function.
7599         (dired-do-hardlink): Use dired-hardlink.
7600         (dired-hardlink): New function.
7601         (dired-insert-subdir-doinsert): Use dired-insert-directory;
7602         that handles indentation, text props and header line.
7603         dired-readin-insert gets no args.
7604         Use `last' instead of `reverse'.
7606         * dired.el (dired-use-ls-dired): New variable.
7607         (dired-directory): Document the rules better.
7609         * dired.el (dired-insert-headerline): Function deleted.
7610         (dired-revert): Pass no args to dired-readin.
7611         (dired-move-to-filename): First try using dired-filename property.
7612         (dired-move-to-end-of-filename): Likewise.
7613         (dired-why): Try to show the start of this page of warnings.
7614         (dired-log): Insert the buffer name at start of page, not end.
7615         (dired-log-summary): If just one failure, explain it in echo area.
7617         * dired.el (dired-internal-noselect):
7618         Always set dired-directory, when buffer is not new.
7619         Pass dir-or-list, not dirname, to dired-mode.
7620         Call dired-readin with no args.
7621         Don't call dired-after-readin-hook here.
7622         (dired-find-buffer-nocreate): Expand dirname.
7623         Expand the dir from dired-directory to compare with dirname.
7625         (dired-readin): Take no args.  Get the directory from dired-directory.
7626         Run dired-before-reading hook inside save-excursion.
7627         Run dired-after-readin-hook here.
7628         Don't make undo entries at all.
7629         Call dired-readin-insert with no args.
7630         Don't change indentation here.
7631         Don't insert headerline here.
7633         (dired-readin-insert): Take no args.
7634         Get dir and file-list from dired-directory.
7635         Call dired-insert-directory the new way.
7636         Don't insert "wildcard" info here.
7638         (dired-insert-directory): New arg FILE-LIST.
7639         First arg now DIR, always just the directory.
7640         This function fully handles setting up the buffer text:
7641         update indentation, insert headerline and "wildcard" info.
7642         Pass --dired arg if appropriate; put info in dired-filename props.
7643         Don't expand file names here.
7645         * warnings.el (display-warning): In batch mode,
7646         exclude the final newline from the arg to `message'.
7648 2002-09-13  Markus Rost  <rost@math.ohio-state.edu>
7650         * files.el (diff-buffer-with-file): Check whether associated file
7651         exists.  Display message for 1 second.  Always return nil.
7653 2002-09-13  Stefan Monnier  <monnier@cs.yale.edu>
7655         * diff-mode.el (diff-mode): Turn on compilation-minor-mode
7656         support again, but more carefully this time.
7658         * progmodes/perl-mode.el (perl-mode-syntax-table): Mark $, % and @
7659         such that backward-sexp correctly skips them.
7660         (perl-font-lock-keywords-2): Use regexp-opt.
7661         (perl-font-lock-syntactic-keywords)
7662         (perl-font-lock-syntactic-face-function): Better handle PODs.
7663         Handle package names with ' in them and ($$) in `sub' declarations.
7664         Handle format staements.  Handle regexp and quote-like ops.
7665         (perl-empty-syntax-table): New var.
7666         (perl-quote-syntax-table): New fun.
7668         * pcvs.el (cvs-mode-find-file): Work even if point is at beg-of-line.
7669         (cvs-do-removal): Bind inhibit-read-only while modifying the buffer.
7671         * newcomment.el (comment-with-narrowing): Use the `declare' thingy.
7673         * derived.el (define-derived-mode): Properly ignore unknown args.
7675         * emacs-lisp/easy-mmode.el (define-minor-mode): Add a :require arg.
7676         Don't call the function during init if mode is on by default.
7678         * simple.el: Provide `simple'.
7679         (transient-mark-mode, line-number-mode, column-number-mode):
7680         Pass an explicit `:require nil' argument.
7682 2002-09-13  Francesco Potort\e,Al\e(B  <pot@gnu.org>
7684         * play/tetris.el (tetris-blank-options, tetris-cell-options):
7685         Remove various redundant `(t nil)'.
7687         * play/snake.el (snake-border-options): Use color on tty if available.
7689         * play/tetris.el (tetris-border-options): Likewise.
7691         * play/pong.el (pong-border-options): Likewise, plus reset
7692         color on tty to be [0.5 0.5 0.5].
7694 2002-09-13  Kim F. Storm  <storm@cua.dk>
7696         * kmacro.el (kmacro-start-macro): Doc fix.
7698 2002-09-13  Juanma Barranquero  <lektu@terra.es>
7700         * progmodes/idlw-shell.el (idlwave-shell-cleanup): Fix reference
7701         to `idlwave-idlwave_routine_info-compiled'.
7703         * whitespace.el (whitespace-unload-hook): Call `remove-hook' with
7704         three arguments, not four.
7706 2002-09-13  Kim F. Storm  <storm@cua.dk>
7708         * kmacro.el (kmacro-keymap): Changed bindings:
7709         C-x C-k s to kmacro-start-macro, C-x C-k b to kmacro-bind-to-key.
7711 2002-09-12  Richard M. Stallman  <rms@gnu.org>
7713         * international/mule-cmds.el (universal-coding-system-argument):
7714         Read the coding system inside `interactive' spec, for command-history.
7716 2002-09-12  Stefan Monnier  <monnier@cs.yale.edu>
7718         * emacs-lisp/find-func.el (find-library-name): Don't forget
7719         the empty suffix.  Fix stale variable name.
7721         * gud.el (gud-gdb-massage-args, gud-sdb-massage-args)
7722         (gud-pdb-massage-args): Delete.
7723         (gdb, sdb, pdb): Don't pass gud-*-massage-args any more.
7724         (gud-gdb-command-name): New var.  Put "--fullname" in there.
7725         (gud-query-cmdline): Use the most recent executable as the default.
7726         Don't add "--fullname" (it's only valid/meaningful for GDB).
7727         (gud-xdb-marker-filter): Use match-string.
7728         (gud-perldb-massage-args): Don't add "-d".
7729         (gud-perldb-command-name): Add "-d".
7730         (gud-common-init): If `massage-args' is nil, don't call it.
7731         (gud-format-command): Don't hardcode point-min==1.
7733         * derived.el: Require CL when compiling.
7735 2002-09-12  Simon Josefsson  <jas@extundo.com>
7737         * mail/smtpmail.el (smtpmail-send-it): Don't use : in filenames
7738         (for cygwin). Suggested by Andrew Senior <aws@watson.ibm.com>.
7739         Use expand-file-name.  Also don't require time-stamp.
7741 2002-09-11  Richard M. Stallman  <rms@gnu.org>
7743         * derived.el (define-derived-mode): When making new abbrev table,
7744         don't try to copy the parent's abbrev table.
7746         * ruler-mode.el (ruler-mode-left-scroll-bar-cols):
7747         Always round scroll-bar-width parameter up.
7748         If it is nil, use 14.
7750         * abbrev.el (copy-abbrev-table): New function.
7752 2002-09-11  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
7754         * ps-print.el: Adjust ps-print-color-p, ps-default-fg and
7755         ps-default-bg setting.
7756         (ps-print-version): New version number (6.5.7).
7757         (ps-mark-active-p): New fun.
7758         (ps-print-preprint-region): Adjust code.
7760 2002-09-11  Dave Love  <fx@gnu.org>
7762         * international/mule.el (non-standard-designations-alist)
7763         (ctext-pre-write-conversion): Don't generate invalid extended
7764         segments for iso8859.
7766         * language/cyrillic.el ("Ukrainian"): Fix nonascii-translation.
7767         (cyrillic-alternativnyj-decode-table): Fix some entries.
7769         * international/ucs-tables.el: Fix last change.
7771         * international/utf-8.el (utf-8-fragment-on-decoding): Fix last
7772         change.
7774 2002-09-11  Kim F. Storm  <storm@cua.dk>
7776         * edmacro.el (edit-kbd-macro): Recognize new C-x e binding,
7777         kmacro-end-and-call-macro.
7779 2002-09-11  Juanma Barranquero  <lektu@terra.es>
7781         * newcomment.el (uncomment-region): Fix let/let* use.
7783 2002-09-11  Simon Josefsson  <jas@extundo.com>
7785         * time-stamp.el (time-stamp-hhmmss): New function.
7787         * gud.el (gud-gdb-massage-args): Don't secretly add -fullname.
7788         (gud-query-cmdline): Add --fullname to the user cmdline.
7790         * mail/smtpmail.el (smtpmail-default-smtp-server): Doc fix.
7792 2002-09-11  Kim F. Storm  <storm@cua.dk>
7794         * kmacro.el (kmacro-call-macro): Rephrase repeat prompt.
7795         (kmacro-step-edit-map): Bind "A" to `append-end'.
7796         (kmacro-step-edit-prompt): Fix prompt.
7797         (kmacro-step-edit-query): Handle `append-end' response.
7798         (kmacro-step-edit-pre-command): Activate `append-end' at end of
7799         macro when required.
7801 2002-09-11  Stefan Monnier  <monnier@cs.yale.edu>
7803         * derived.el (define-derived-mode): Fix typo.
7805         * menu-bar.el (line-number-mode, column-number-mode)
7806         (transient-mark-mode): Use minor mode directly.
7807         (menu-bar-make-toggle): Remove `props' arg.
7808         Move customize-mark-as-set directly into the toggle function.
7810         * whitespace.el (whitespace-global-mode): Use define-minor-mode.
7811         Use the new file hook names.
7812         (whitespace-describe): Remove.  Move the text to `Commentary:'.
7813         (whitespace-unload-hook): Use the new file hook names.
7815         * finder.el (finder-find-library): Remove.
7816         (finder-commentary): Use find-library-name and add completion.
7818         * simple.el (transient-mark-mode, line-number-mode)
7819         (column-number-mode): Use define-minor-mode.
7820         (define-mail-user-agent): Delete.  Moved to subr.el.
7822         * loadup.el ("simple.el"): Move to after loaddefs.el.
7824         * subr.el (define-mail-user-agent): Moved from simple.el.
7826 2002-09-10  Richard M. Stallman  <rms@gnu.org>
7828         * pcvs-info.el (cvs-check-fileinfo): Don't use boolp.
7829         (boolp): Function deleted.
7831 2002-09-10  Dave Love  <fx@gnu.org>
7833         * international/utf-8.el (ucs-mule-to-mule-unicode):
7834         Define unconditionally.
7835         (utf-8-fragmentation-table): New.  Use it in top-level mapc.
7836         (utf-8-fragment-on-decoding): Use it to keep
7837         utf-8-translation-table-for-decode variable and translation table
7838         in sync.
7840         * international/ucs-tables.el: Bind utf-8-translation-table-for-decode
7841         when setting up tables and remove useless optimize-char-table.
7842         (ucs-mule-to-mule-unicode): Deleted.
7843         (ucs-unify-8859): Maybe optimize ucs-mule-to-mule-unicode.
7845         * international/utf-16.el (utf-16-le-pre-write-conversion)
7846         (utf-16-be-pre-write-conversion): Deleted.
7847         (mule-utf-16-le, mule-utf-16-be): Register encoding translation table.
7849 2002-09-10  Richard M. Stallman  <rms@gnu.org>
7851         * files.el (diff-buffer-with-file): Simplify.
7852         Don't signal an error if buffer has no file.
7853         Call sit-for after `diff' returns.
7855         * play/gamegrid.el (gamegrid-make-color-tty-face):
7856         Handle string as COLOR arg.
7857         (gamegrid-display-type): Don't assume display-color-p
7858         implies a color-x terminal.
7859         (gamegrid-hide-cursor): Set `cursor-type' local variable.
7861         * descr-text.el (describe-text-mode): Add font-lock-defontify to
7862         change-major-mode-hook.
7864         * ibuffer.el (ibuffer-mode): Add font-lock-defontify to
7865         change-major-mode-hook.
7867         * comint.el (comint-mode): Add font-lock-defontify to
7868         change-major-mode-hook.
7870         * info.el (Info-mode): Add font-lock-defontify to
7871         change-major-mode-hook.
7873         * replace.el (occur-mode): Add font-lock-defontify to
7874         change-major-mode-hook.
7876         * font-core.el (font-lock-defontify): New function.
7878 2002-09-10  Richard M. Stallman  <rms@gnu.org>
7880         * ps-print.el (ps-printer-name-option): Doc fix.
7882 2002-09-10  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
7884         * ps-print.el: Adjust ps-postscript-code-directory setting.
7885         XEmacs version check was adjusted.
7886         (ps-print-version): New version number (6.5.6).
7887         (ps-print-color-p, ps-page-dimensions-database): Autoload var.
7888         (ps-print-code, ps-print-preprint-region): Adjust code.
7890 2002-09-10  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7892         * files.el (auto-mode-alist): ~/.gnus, ~/.viper are in
7893         emacs-lisp-mode, like ~/.emacs.
7895 2002-09-10  Stefan Monnier  <monnier@cs.yale.edu>
7897         * newcomment.el (uncomment-region): Be more careful with `='.
7899 2002-09-10  Deepak Goel  <deego@glue.umd.edu>
7901         * play/doctor.el (doc//): Rename from `//'.  Update callers.
7902         (doc$): Rename from `$'.  Update callers.
7904 2002-09-10  Miles Bader  <miles@gnu.org>
7906         * simple.el (do-auto-fill): `fill-indent-according-to-mode' is a
7907         variable, not a function.
7909         * kmacro.el (kmacro-call-macro): Deal with a non-numeric prefix arg.
7911 2002-09-10  Kim F. Storm  <storm@cua.dk>
7913         * macros.el (apply-macro-to-region-lines): Let-bind mark-active to
7914         nil while executing macro to avoid triggering delete-selection-mode.
7916         * simple.el (keyboard-quit): Set defining-kbd-macro to nil to
7917         cancel defining keyboard macro when applicable.
7919 2002-09-09  Markus Rost  <rost@math.ohio-state.edu>
7921         * simple.el (transient-mark-mode, line-number-mode)
7922         (column-number-mode): Undo previous change because of bootstrapping.
7924 2002-09-09  Stefan Monnier  <monnier@cs.yale.edu>
7926         * derived.el (define-derived-mode): Add keyword arguments.
7927         (derived-mode-make-docstring): Take abbrev and syntax table names.
7929         * font-core.el (font-lock-change-mode): Just turn off font-lock-mode.
7930         (font-lock-default-function): Change arg name.
7932         * cus-start.el (transient-mark-mode): Delete.  Done in simple.el.
7934         * paren.el (show-paren-function): Use syntax-after.
7936         * emacs-lisp/syntax.el (syntax-after): Delete.  Moved to subr.el.
7938         * subr.el (symbol-file): Also work for autoloaded funcs.
7939         (syntax-after): New fun moved from syntax.el.
7941         * find-file.el (ff-pre-find-hook, ff-pre-load-hook, ff-post-load-hook)
7942         (ff-not-found-hook, ff-file-created-hook): Rename from *-hooks.
7943         Update callers (but still run the old hooks as well).
7945         * emacs-lisp/find-func.el (find-library-suffixes, find-library-name)
7946         (find-library): New funs.
7947         (find-function-search-for-symbol): Use it.
7949         * emacs-lisp/bytecomp.el (byte-compile-file): Don't switch buffer.
7951         * isearch.el (isearch-cmds): Add docstring.
7952         (isearch-mouse-2): Lookup binding in the proper buffer.
7953         Use call-interactively and remove the now useless `arg'.
7954         (isearch-search-fun-function): New var.
7955         (isearch-search-fun): New fun.
7956         (isearch-search, isearch-lazy-highlight-search): Use it.
7958 2002-09-09  Stefan Monnier  <monnier@cs.yale.edu>
7960         * simple.el (what-line): Don't hard-code 1.
7961         (transient-mark-mode, line-number-mode, column-number-mode):
7962         Use define-minor-mode.
7963         (do-auto-fill): Only ignore prefix if it's really empty.
7965 2002-09-09  Markus Rost  <rost@math.ohio-state.edu>
7967         * files.el (save-some-buffers-action-alist): Use lower case for
7968         help string of diff-buffer-with-file.
7970 2002-09-09  Richard M. Stallman  <rms@gnu.org>
7972         * calendar/calendar.el (mouse-scroll-calendar-left)
7973         (mouse-scroll-calendar-right, mouse-calendar-other-month):
7974         New commands.
7975         (calendar-mode-line-format): Use them.
7977         * emacs-lisp/bytecomp.el (byte-recompile-directory):
7978         Set and then bind default-directory.
7980         * startup.el (fancy-splash-head, normal-splash-screen):
7981         Change the messages that explain about GNU or GNU/Linux.
7983         * info.el (Info-search): Add (point-min) to subfile positions
7984         to get them right.  Skip the current subfile using forward-line.
7986         * files.el (make-backup-file-name-1): When make-directory fails,
7987         ignore backup-directory-alist.
7988         (make-directory): Expand DIR before looking for handler.
7990 2002-09-09  Jari Aalto  <jari.aalto@poboxes.com>
7992         * progmodes/cperl-mode.el (cperl-noscan-files-regexp):
7993         In addition to RCS, exclude CVS directories.
7995         * ls-lisp.el (ls-lisp-format-time-list): New variable.
7996         (ls-lisp-format-time): Use it.
7998         * files.el (auto-mode-alist): Use sh-mode for .bash files.
8000 2002-09-09  Dave Love  <d.love@dl.ac.uk>
8002         * ps-print.el: Many doc fixes.
8004 2002-09-09  John Paul Wallington  <jpw@shootybangbang.com>
8006         * play/doctor.el (doctor-cadr, doctor-caddr, doctor-cddr): Remove.
8007         Update callers.
8009 2002-09-08  Markus Rost  <rost@math.ohio-state.edu>
8011         * diff.el (diff): Doc fix.
8013 2002-09-08  Richard M. Stallman  <rms@gnu.org>
8015         * emacs-lisp/bytecomp.el (byte-compile-delete-errors): Default to nil.
8017         * simple.el (undo-elt-in-region): Fix one-off error at END.
8018         (forward-visible-line): Handle invisibility by ignoring
8019         invisible newlines.  Also include entire invisible lines beyond
8020         the stopping point.
8022         * cus-edit.el (custom-save-variables, custom-save-faces):
8023         Clarify the comments written into .emacs.
8025 2002-09-08  Markus Triska  <triska@gmx.at>
8027         * play/doctor.el (doctor-doc): Recognize question words
8028         and use qlist.  Use doctor-shorten's return value.
8029         (doctor-shorten): Compute a return value, don't alter `sent'.
8030         (doctor-hates1): Add a question mark.
8031         (doctor-strangelove): Unused function deleted.
8033 2002-09-08  Kim F. Storm  <storm@cua.dk>
8035         * kmacro.el (kmacro-end-and-call-macro): New command to end and
8036         call keyboard macro in one step. Bind it to C-x e by default.
8037         (kmacro-call-macro): Use format-kbd-macro.
8038         (kmacro-step-edit-macro): New command to interactively step edit
8039         and execute last keyboard macro.
8040         (kmacro-keymap): Bind SPC [C-x C-k SPC] to kmacro-step-edit-macro.
8041         (kmacro-step-edit-mini-window-height): New custom var.
8042         (kmacro-step-edit-map): New keymap (parent is query-replace-map).
8043         (kmacro-step-edit-prefix-commands): New var.
8044         (kmacro-step-edit-prompt, kmacro-step-edit-query)
8045         (kmacro-step-edit-insert, kmacro-step-edit-pre-command)
8046         (kmacro-step-edit-minibuf-setup, kmacro-step-edit-post-command):
8047         New aux functions for step editing keyboard macros.
8049         * subr.el (read-quoted-char): Apply listify-key-sequence to vector
8050         returned by this-single-command-raw-keys before appending it to
8051         unread-command-event.
8053 2002-09-07  Colin Walters  <walters@debian.org>
8055         * progmodes/compile.el (compile-internal): Add optional argument
8056         no-async.
8058         * diff.el (diff): Add optional argument no-async, and use the
8059         above argument.
8061         * files.el (diff-buffer-with-file): Call diff synchronously, so we
8062         don't delete the temporary file before diff has a chance to read
8063         it.
8065         * ibuf-ext.el (ibuffer-diff-with-file): Just call
8066         `diff-buffer-with-file'.
8068 2002-09-07  John Paul Wallington  <jpw@shootybangbang.com>
8070         * emacs-lisp/cl-indent.el (extended-loop-p): Doc fix.
8072         * emacs-lisp/find-func.el (find-function-recenter-line):
8073         Add custom type.  Doc fix.
8075 2002-09-06  Stefan Monnier  <monnier@cs.yale.edu>
8077         * menu-bar.el (menu-bar-make-mm-toggle): New macro.
8078         (showhide-menu-bar, showhide-toolbar, menu-bar-toggle-auto-compression)
8079         (toggle-highlight-paren-mode, toggle-global-lazy-font-lock-mode):
8080         Remove.  Use the minor mode function directly instead.
8081         (menu-bar-mode): Add message and customize-mark-as-set and return
8082         the new value as do other minor modes.
8084         * edmacro.el (edmacro-subseq): Don't use cl-push/cl-pop.
8086 2002-09-06  Simon Marshall  <simon@gnu.org>
8088         * progmodes/etags.el (find-tag-tag, complete-tag):
8089         Bind completion-ignore-case based on tags-case-fold-search, so that
8090         case-sensitivity of tag completion matches that of tag search.
8092 2002-09-06  Juanma Barranquero  <lektu@terra.es>
8094         * calendar/solar.el (calendar-time-display-form): Fix spacing.
8096         * double.el (double-prefix-only): Likewise.
8098         * emacs-lisp/easymenu.el (easy-menu-define): Likewise.
8100         * emacs-lisp/find-func.el (find-function-search-for-symbol): Likewise.
8102         * emacs-lisp/float.el (string-to-float): Likewise.
8104         * emacs-lisp/rx.el (rx): Likewise.
8106         * faces.el (copy-face): Likewise.
8108         * hilit-chg.el (highlight-changes-colours)
8109         (highlight-changes-active-string)
8110         (highlight-changes-passive-string)
8111         (highlight-changes-rotate-faces, global-highlight-changes): Likewise.
8113         * international/mule.el (decode-char): Likewise.
8115         * progmodes/idlwave.el (idlwave-support-inheritance)
8116         (idlwave-routine-entry-compare): Likewise.
8118         * progmodes/idlw-shell.el (idlwave-shell-use-breakpoint-glyph):
8119         Likewise.
8121         * progmodes/pascal.el (pascal-start-keywords): Likewise.
8123         * progmodes/sh-script.el (sh-indent-for-fi, sh-indent-for-done):
8124         Likewise.
8126         * progmodes/vhdl-mode.el (vhdl-progress-interval)
8127         (vhdl-corresponding-begin): Likewise.
8129         * simple.el (choose-completion-string-functions): Likewise.
8131         * textmodes/reftex.el (reftex-TeX-master-file): Likewise.
8133         * textmodes/fill.el (fill-nonuniform-paragraphs)
8134         (fill-individual-paragraphs): Likewise.
8136         * vcursor.el (vcursor-toggle-vcursor-map): Likewise.
8138         * warnings.el (warning-level-aliases): Likewise.
8140         * speedbar.el (speedbar-mode): Fix spacing and typos.
8142         * textmodes/reftex-vars.el (reftex-label-menu-flags): Fix typo.
8144 2002-09-05  Markus Rost  <rost@math.ohio-state.edu>
8146         * textmodes/table.el (table-command-prefix): Fix type.
8148 2002-09-05  Andre Spiegel  <spiegel@gnu.org>
8150         * vc-hooks.el: Don't require vc.el at compile-time; it causes
8151         recursive requirements during bootstrap.
8153 2002-09-05  Kenichi Handa  <handa@etl.go.jp>
8155         * international/mule.el (decode-char): Cancel the previous change.
8157 2002-09-04  Mats Lidell  <matsl@contactor.se>  (tiny change)
8159         * language/european.el ("Swedish"): New set-language-info-alist call.
8161 2002-09-04  Richard M. Stallman  <rms@gnu.org>
8163         * help-fns.el (help-with-tutorial): Properly set up
8164         completion-reference-buffer in the *Completion* buffer.
8166 2002-09-04  John Paul Wallington  <jpw@shootybangbang.com>
8168         * startup.el (use-fancy-splash-screens-p): If `fancy-splash-frame'
8169         returns nil, return nil.
8171 2002-09-04  Andre Spiegel  <spiegel@gnu.org>
8173         * vc-hooks.el: Require vc.el at compile-time.
8174         (vc-workfile-unchanged-p, vc-default-workfile-unchanged-p):
8175         Moved here from vc.el.
8177         * vc.el (vc-workfile-unchanged-p, vc-default-workfile-unchanged-p):
8178         Moved to vc-hooks.el.
8180         * vc-rcs.el (vc-rcs-state): Don't require vc.el.
8182 2002-09-04  Kenichi Handa  <handa@etl.go.jp>
8184         * international/mule.el (decode-char): Translate a character by
8185         utf-8-translation-table-for-decode only when
8186         utf-8-fragment-on-decoding is non-nil.
8188 2002-09-02  Stefan Monnier  <monnier@cs.yale.edu>
8190         * textmodes/text-mode.el (paragraph-indent-text-mode-abbrev-table)
8191         (paragraph-indent-text-mode-syntax-table, paragraph-indent-text-mode):
8192         Use text-mode's syntax-table and abbrev-table.
8193         (text-mode): Set require-final-newline to t.
8195         * newcomment.el (comment-make-extra-lines): Only use the
8196         dummy `=' char when there's really nothing else.
8197         Don't remove spaces if it leads to an incorrect comment.
8199         * pcvs.el (cvs-run-process): Use a pty rather than a pipe to work
8200         around the cvs/ssh/libc bug.
8201         (cvs-update-header): Understand `cvs admin -m<rev>:<msg>' syntax.
8202         (defun-cvs-mode): Use the new `declare' thingy.
8203         (cvs-edit-log-text-at-point, cvs-mode-edit-log, cvs-do-edit-log)
8204         (cvs-edit-log-minor-wrap, cvs-edit-log-filelist): New funs.
8205         (cvs-mode-undo): Use `cvs add' for (CONFLICT. REMOVED).
8207         * pcvs-parse.el (cvs-parse-table): Create a `need-update'
8208         node rather than a message for new directories.
8209         (cvs-parse-status): Add support for `Entry Invalid'.
8211         * smerge-mode.el (smerge-diff-buffer-name): Default to *vc-diff*.
8212         (smerge-combine-with-next): New function.
8213         (smerge-diff): Don't output `wrote /tmp/foo' messages.
8214         Insert message if no diffs were found.
8216         * mail/sendmail.el (mail-mode): Don't set local-abbrev-table.
8217         (mail-mode-abbrev-table): Set to text-mode-abbrev-table.
8219 2002-09-02  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8221         * net/tramp.el: Version 2.0.15 released.
8222         (require 'base64): Most modern Emacsen have the base64
8223         encode/decode functions built in, so test to see if they are bound
8224         before we go blindly requiring base64.el.
8225         From Steve Youngs <youngs@xemacs.org>.
8226         (tramp-feature-write-region-fix): XEmacs doesn't have a
8227         'find-operation-coding-system' and this variable doesn't seem to
8228         be used anywhere so wrap it in (unless (featurep 'xemacs)).
8229         From Steve Youngs <youngs@xemacs.org>.
8230         (tramp-methods): Remove duplicate definition of ssh1-old and ssh2-old.
8231         (tramp-open-connection-su): Use user name "root" if no user name
8232         is given.
8234         From Michael Albinus <Michael.Albinus@alcatel.de>:
8235         * net/tramp.el (tramp-invoke-ange-ftp):
8236         (tramp-ange-ftp-file-name-p): Check for Xemacs.
8237         (tramp-do-copy-or-rename-file): Don't pass KEEP-DATE to
8238         tramp-invoke-ange-ftp 'rename.
8239         (tramp-handle-write-region): Don't pass LOCKNAME and CONFIRM to
8240         tramp-invoke-ange-ftp 'write-region.
8241         (tramp-handle-set-file-modes): Change order of FILENAME and MODE
8242         passing to tramp-invoke-ange-ftp 'set-file-modes.
8243         (tramp-invoke-ange-ftp): `tramp-disable-ange-ftp' must be called
8244         again after activating `ange-ftp'.
8246 2002-09-02  Kim F. Storm  <storm@cua.dk>
8248         * ido.el (ido-ignore-item-temp-list): New variable.
8249         (ido-read-internal): Don't set ido-default-item if the default is
8250         member of ido-ignore-item-temp-list.
8251         Don't return first match for C-j if no text is entered.
8252         (ido-buffer-internal): Check for empty string return.
8253         (ido-make-buffer-list1): Use member instead of memq.
8254         (ido-window-buffer-p): Likewise.
8255         (ido-get-bufname): Ignore buffers on ido-ignore-item-temp-list.
8256         (ido-ignore-item-p): Ignore items on ido-ignore-item-temp-list.
8258         * replace.el (multi-occur): Made "ido-aware":
8259         Changed prompt to use C-j instead of RET to end.
8260         Set ido-ignore-item-temp-list to the selected buffers so far, so
8261         they are automatically excluded from the list of choices.
8262         Use add-to-list instead of push.
8264 2002-09-01  Richard M. Stallman  <rms@gnu.org>
8266         * term/x-win.el (function-key-map): Define S-iso-lefttab.
8268 2002-09-01  Kim F. Storm  <storm@cua.dk>
8270         * edmacro.el (edit-kbd-macro): Recognize new default binding for
8271         C-x e in addition to old binding.
8273 2002-09-01  Mario Lang  <mlang@debian.org>
8275         * files.el (save-some-buffers-action-alist): New variable.
8276         (save-some-buffers): Use that.
8277         (diff-buffer-with-file): New function.
8279 2002-09-01  Richard M. Stallman  <rms@gnu.org>
8281         * ruler-mode.el (defgroup ruler-mode): Use `convenience' as parent.
8283         * dired.el (defgroup dired): Use `files' as parent.
8284         (dired-get-filename): Ignore handler if it has safe-magic prop.
8286         * jka-compr.el (jka-compr-handler): Add safe-magic property.
8288 2002-08-31  Richard M. Stallman  <rms@gnu.org>
8290         * simple.el (kill-line): Use end-of-visible-line to determine
8291         if rest of line is blank.
8292         (end-of-visible-line): Cope if end-of-line moved back over
8293         invisible intangible chars at end of line.
8295         * simple.el (completion-setup-function): Don't use directory-sep-char.
8297 2002-09-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
8299         * progmodes/f90.el (f90-menu): Remove ":active" keyword where not
8300         needed.
8301         (f90-menu, f90-add-imenu-menu): Use lookup-key.
8302         Remove (eval-when-compile) for free variables.
8304 2002-08-31  Andreas Schwab  <schwab@suse.de>
8306         * font-core.el (font-lock-change-mode): Avoid changing buffer
8307         state in any way.
8309 2002-08-30  Stefan Monnier  <monnier@cs.yale.edu>
8311         * emacs-lisp/easymenu.el (easy-menu-filter-return):
8312         Handle the case where the filter returns a single menu entry.
8313         (easy-menu-add): Improve docstring.
8314         (easy-menu-current-active-maps): Remove.
8315         (easy-menu-get-map): Use current-active-maps.
8317         * cus-edit.el (custom-unlispify-menu-entry): Don't remove
8318         the -p prefix from variables since they shouldn't have it anyway.
8319         (custom-group-menu-create, customize-menu-create):
8320         Only cdr if applicable, since custom-menu-create might return
8321         a vector (i.e. a single menu entry).
8323 2002-08-30  Edward M. Reingold  <reingold@emr.cs.iit.edu>
8325         * calendar/diary-lib.el (diary-mail-entries): Don't overwrite
8326         user's value of diary-list-include-blanks, but generate message
8327         instead if there are no entries.
8329 2002-08-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>  (tiny change)
8331         * ps-print.el (ps-lp-system): Fixed typo in `usg-unix-v'.
8333 2002-08-30  Markus Rost  <rost@math.ohio-state.edu>
8335         * menu-bar.el (menu-bar-read-mail): Doc fix.
8337 2002-08-30  John Paul Wallington  <jpw@shootybangbang.com>
8339         * ibuffer.el (ibuffer-update): Revert expansion of `caddr'.
8340         (ibuffer-fontification-alist): Check hidden buffer case isn't
8341         visiting a file and change its face to italic.
8343 2002-08-30  Juanma Barranquero  <lektu@terra.es>
8345         * replace.el (occur-mode): Add interactive declaration.
8347         * bs.el (bs-message-without-log): Fix typo.
8349         * font-core.el (font-lock-defaults): Likewise.
8351         * font-lock.el (font-lock-add-keywords): Likewise.
8353         * mouse-copy.el (mouse-copy-work-around-drag-bug): Likewise.
8355         * textmodes/bibtex.el (bibtex-mode): Likewise.
8357         * emulation/viper-ex.el (ex-compile-command): Likewise.
8359         * progmodes/idlwave.el (idlwave-max-extra-continuation-indent):
8360         Likewise.
8362         * progmodes/dcl-mode.el (dcl-calc-cont-indent-relative): Likewise.
8364         * allout.el (my-mark-marker): Likewise.
8366 2002-08-30  Simon Josefsson  <jas@extundo.com>
8368         * mail/smtpmail.el (smtpmail-via-smtp): Delete process buffer
8369         unless s-debug-info is enabled.
8371 2002-08-29  John Paul Wallington  <jpw@shootybangbang.com>
8373         * ibuffer.el (ibuffer-update): Use `minibufferp'.  Expand `caddr'.
8375         * mwheel.el (mouse-wheel-up-button): Doc fix.
8377 2002-08-29  Juanma Barranquero  <lektu@terra.es>
8379         * replace.el (occur-mode-hook): New hook.
8380         (occur-mode): Use it.
8381         (occur-hook): Set default to nil.
8383 2002-08-29  Stefan Monnier  <monnier@cs.yale.edu>
8385         * net/ange-ftp.el: Use match-string and drop useless `function's.
8386         (ange-ftp-get-process): Bind `ange-ftp-this-user' and
8387         `ange-ftp-this-host' before running ange-ftp-process-startup-hook.
8388         (ange-ftp-ls-parser): Use `switches' arg instead of dynamic binding.
8389         (ange-ftp-parse-dired-listing): Update the calls.
8390         (dired-local-variables-file): Declare to shut quieten the compiler.
8391         (ange-ftp-file-entry-active-p): Remove.
8392         (ange-ftp-file-name-all-completions, ange-ftp-file-name-completion):
8393         Don't exclude dangling symlinks.
8394         (ange-ftp-file-name-completion-1): Make predicate optional.
8395         (ange-ftp-parse-list-func-alist): Use add-to-list to update.
8396         (ange-ftp-fix-name-for-bs2000): Use subst-char-in-string.
8397         (ange-ftp-bs2000-posix-hook-installed): Remove.
8398         (ange-ftp-add-bs2000-posix-host): Don't use it anymore.
8399         (ange-ftp-bs2000-cd-to-posix): Use `ange-ftp-this-user' and
8400         `ange-ftp-this-host' instead of `user' and `host'.
8402 2002-08-29  Richard M. Stallman  <rms@gnu.org>
8404         * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
8405         Decide here whether to print which form we're compiling.
8406         If we do that, still print file and line.  Make file name
8407         relative to default-directory.  Print fewer newlines.
8408         (byte-compile-log-file): Print something even if no file.
8409         Print messages for entering and leaving directories,
8410         and set default-directory.
8411         (displaying-byte-compile-warnings): Only sometimes bind warning-series.
8412         (byte-compile-warning-series): New function.
8413         (byte-compile-file): Set byte-compile-last-logged-file, don't bind it.
8414         (byte-compile-display-log-head-p): Function deleted.
8416         * warnings.el (warning-series): Now can be a marker, not an integer.
8417         (display-warning): Handle new value for warning-series.
8419         * emacs-lisp/bytecomp.el (byte-compile-log-file): Use \f.
8420         (byte-compile-cl-warn): Add cl-macroexpand-all, cl-compiling-file
8421         to don't-warn list.
8423 2002-08-29  Kim F. Storm  <storm@cua.dk>
8425         * kmacro.el: Change default bindings from F7/F8 to F3/F4.
8426         Change default binding of C-x e to kmacro-end-or-call-macro.
8427         (kmacro-call-repeat-key, kmacro-call-repeat-with-arg): New custom
8428         variables.
8429         (kmacro-get-prefix-arg): New function.
8430         (kmacro-repeat-on-last-key): Rename from kmacro-repeat-loop and
8431         improve.  Callers changed.
8432         (kmacro-call-macro): Repeat macro by repeating last key or
8433         key defined in kmacro-call-repeat-key.  New third arg non-nil
8434         means to end current macro.
8435         (kmacro-end-or-call-macro): Call kmacro-call-macro appropriately
8436         to get repeat last key functionality.
8437         (kmacro-start-macro-or-insert-counter): Improve doc string.
8439 2002-08-28  Luc Teirlinck  <teirllm@mail.auburn.edu>
8441         * files.el (find-buffer-visiting): Compare file attributes
8442         using buffer-file-truename.
8444 2002-08-28  Richard M. Stallman  <rms@gnu.org>
8446         * files.el (make-auto-save-file-name, make-backup-file-name-1):
8447         Don't use directory-sep-char.
8449 2002-08-28  Juanma Barranquero  <lektu@terra.es>
8451         * replace.el (occur-hook): Renamed from `occur-mode-hook'.
8452         (occur-mode): Remove call to `occur-mode-hook'.
8453         (occur-rename-buffer): Fix reference to `occur-mode-hook' in docstring.
8454         (occur-1): Add call to `occur-hook'.
8456         * subr.el (make-variable-frame-localizable): Alias for
8457         `make-variable-frame-local'.
8459 2002-08-28  Miles Bader  <miles@gnu.org>
8461         * rfn-eshadow.el (read-file-name-electric-shadow-properties)
8462         (read-file-name-electric-shadow-tty-properties)
8463         (read-file-name-electric-shadow-mode): Remove compatibility defs.
8465         * comint.el (comint-carriage-motion): Start at START.
8467 2002-08-27  Francesco Potort\e,Al\e(B  <pot@gnu.org>
8469         * net/ange-ftp.el (ange-ftp-skip-msgs): Skip the 530 response
8470         given by vsFTPd when accessed with a kerberised FTP client.
8472 2002-08-27  Richard M. Stallman  <rms@gnu.org>
8474         * files.el (find-alternate-file):
8475         Bind kill-buffer-query-functions locally, don't set it.
8477 2002-08-27  Andreas Schwab  <schwab@suse.de>
8479         * kmacro.el (kmacro-start-macro): Doc fix.
8481 2002-08-27  Carsten Dominik  <dominik@sand.science.uva.nl>
8483         * textfile/reftex-ref.el (reftex-goto-label): New command.
8485         * textfile/reftex-vars.el (reftex-part-resets-chapter): New option.
8487         * textfile/reftex-parse.el (reftex-roman-number): New function.
8488         (reftex-section-number): Better handling of parts: No chapter
8489         counter resets.
8491         * textfile/reftex.el (reftex-highlight-overlays): Added a third
8492         overlay.
8493         (reftex-mode-menu): Added entry for `reftex-toc-recenter.
8494         Also moved `reftex-reset-mode' to top level.
8496         * textfile/reftex-toc.el (reftex-toc-recenter): New command.
8497         (reftex-toc-pre-command-hook): Don't remove highlight overlay.
8498         (reftex-toc-post-command-hook): Use overlay no 2 for highlighting.
8500         * textfile/reftex-sel.el (reftex-get-offset): Get offset of
8501         document pointer *before* position, not after.
8502         (reftex-insert-docstruct): Get offset of document pointer *before*
8503         position, not after.
8505         * textfiles/reftex-parse.el (reftex-where-am-I): Prefer marker
8506         match over section title match.
8508         * textfiles/reftex-cite.el (reftex-bib-or-thebib): New function
8509         which determines on a per-file-basis if BibTeX is being used
8510         locally for citations.
8511         (reftex-offer-bib-menu): Use `reftex-bib-or-thebib' for better
8512         cooperation with chapterbib.
8513         (reftex-bibtex-selection-callback): Use `reftex-bib-or-thebib' for
8514         better cooperation with chapterbib.
8516         * textfiles/reftex-dcr.el (reftex-view-cr-cite):
8517         Use `reftex-bib-or-thebib' for better cooperation with chapterbib.
8519 2002-08-26  Kim F. Storm  <storm@cua.dk>
8521         * subr.el (suppress-keymap): Use command remapping instead of
8522         substitute-key-definition to undefine self-inserting keys.
8524 2002-08-26  Juanma Barranquero  <lektu@terra.es>
8526         * makefile.w32-in (WINS): Add calc and obsolete.
8528 2002-08-26  Stefan Monnier  <monnier@cs.yale.edu>
8530         * emacs-lisp/easy-mmode.el (define-minor-mode):
8531         Use customize-mark-as-set for global minor modes.
8533 2002-08-25  Miles Bader  <miles@gnu.org>
8535         * rfn-eshadow.el (file-name-shadow-properties-custom-type):
8536         Renamed from `read-file-name-electric-shadow-properties-custom-type'.
8537         Change name of face.
8538         (file-name-shadow-properties): Renamed from
8539         `read-file-name-electric-shadow-properties'.
8540         (file-name-shadow-tty-properties): Renamed from
8541         `read-file-name-electric-shadow-tty-properties'.
8542         (file-name-shadow): Renamed from `read-file-name-electric-shadow'.
8543         (rfn-eshadow-setup-minibuffer): Update references to renamed variables.
8544         (file-name-shadow-mode): Renamed from
8545         `read-file-name-electric-shadow-mode'.  Update references to
8546         renamed variables.
8548 2002-08-24  Sam Steingold  <sds@gnu.org>
8550         * subr.el (eval-after-load): Do not call
8551         load-symbol-file-load-history (deleted yesterday).
8553 2002-08-24  John Paul Wallington  <jpw@shootybangbang.com>
8555         * startup.el (normal-splash-screen): Ensure splash buffer is
8556         killed.  Use tabs in output.  Fix test whether previous buffer was
8557         *scratch* buffer.
8559         * progmodes/simula.el (simula-abbrev-keyword-default)
8560         (simula-abbrev-keyword, simula-abbrev-stdproc-default)
8561         (simula-abbrev-stdproc): Doc fix - escape open parens in column 0.
8563         * apropos.el (command-apropos): Use `defalias' instead of `fset'.
8565         * mail/rmail.el (rmail-speedbar-match-folder-regexp): Doc fix.
8567 2002-08-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
8569         * progmodes/f90.el (f90-xemacs-flag, f90-xemacs-menu)
8570         (f90-menu-bar-menu, f90-change-case-menu, f90-font-lock-on)
8571         (f90-font-lock-off, f90-font-lock-menu): Delete.
8572         Use easy-menu-define instead.
8573         (f90-mode): Use easy-menu-add.
8574         No longer (require 'imenu) when compiling.
8575         (f90-mark-subprogram, f90-indent-region, f90-fill-region)
8576         (f90-abbrev-start): Use fboundp.
8577         (f90-imenu-flag): Delete - use imenu--index-alist instead.
8579 2002-08-23  Richard M. Stallman  <rms@gnu.org>
8581         * loadhist.el (unload-feature): Distinguish functions from
8582         variables in load-history.
8583         (feature-symbols): Doc fix.
8585         * files.el (ange-ftp-completion-hook-function): Add safe-magic prop.
8587         * subr.el (symbol-file-load-history-loaded)
8588         (load-symbol-file-load-history): Deleted.
8589         (symbol-file): Don't call load-symbol-file-load-history.
8591 2002-08-23  Andre Spiegel  <spiegel@gnu.org>
8593         * vc-hooks.el (vc-kill-buffer-hook): Add it to kill-buffer-hook again.
8595 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
8597         * frame.el (select-frame-by-name, select-frame-set-input-focus):
8598         Always call x-focus-frame, if using x.
8599         Use set-mouse-position on all systems, if focus-follows-mouse.
8601 2002-08-22  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8603         * net/tramp.el: Version 2.0.14 released.
8604         (tramp-shell-prompt-pattern): New variable.
8605         (tramp-actions-before-shell, tramp-multi-actions)
8606         (tramp-find-shell, tramp-open-connection-multi)
8607         (tramp-open-connection-setup-interactive-shell): Use it.
8608         (tramp-open-connection-telnet, tramp-open-connection-rsh)
8609         (tramp-open-connection-su): Mention `tramp-shell-prompt-pattern'
8610         in the docstring.
8611         (tramp-bug): Report `tramp-shell-prompt-pattern'.
8612         (tramp-process-one-multi-action, tramp-process-one-action):
8613         Make message clearer so people don't confuse it with Emacs asking
8614         them a question if the regexp happens to end with "?".
8615         (tramp-verbose): Change default value from 10 to 9.  Also change
8616         some logging levels so that 10 is reserved for stuff which is
8617         needed for debugging only, but 9 catches everything that people
8618         might like to see in order to see that Tramp is actually working.
8620 2002-08-22  Kim F. Storm  <storm@cua.dk>
8622         * emacs-lisp/authors.el (authors-aliases, authors-fixed-entries):
8623         Corrected spelling mistakes (for Joseph Arceneaux).
8625 2002-08-21  Glenn Morris  <gmorris@ast.cam.ac.uk>
8627         * progmodes/f90.el: eval-when-compile a few defvars.
8628         (f90-xemacs-flag): Wrap in eval-and-compile.
8629         (f90-font-lock-keywords): Doc fix.
8630         (f90-mode-abbrev-table): Work with or without 6th arg of define-abbrev.
8631         (f90-mark-subprogram-overlay): Variable deleted.
8632         (f90-mark-subprogram): Remove overlay bit.  Don't be silent about
8633         pushing mark.
8634         (f90-abbrev-start): unread-command-event is obsolete in XEmacs.
8636 2002-08-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8638         * net/tramp.el: Version 2.0.13 released.
8639         (tramp-handle-write-region): Don't check to see if remote end is
8640         awake after sending data to remote host: we want to send "EOF" not
8641         "echo are you awake"...
8642         (tramp-maybe-open-connection): Swap args for tramp-time-diff.
8643         (tramp-yn-prompt-regexp): New variable.
8644         (tramp-action-yn): New function, using it.
8645         (tramp-feature-write-region-fix): New internal variable.  Not yet
8646         used.  Should be used in `tramp-handle-write-region'.
8648 2002-08-21  Kim F. Storm  <storm@cua.dk>
8650         * bindings.el (mode-line-format): Moved global-mode-string last.
8651         (mode-line-position): Moved %p first.  Added padding to %l/%c to
8652         eliminate jumpyness in modeline.  Use (%l,%c) format if both
8653         line-number-mode and column-number-mode are enabled.
8655 2002-08-20  Martin Stjernholm  <bug-cc-mode@gnu.org>
8657         * progmodes/cc-engine.el (c-forward-syntactic-ws): Fixed a bug
8658         that could cause an infinite loop if something that looks like
8659         a macro begins in the middle of a line.
8661         * progmodes/cc-engine.el (c-parse-state): Fixed a bug that
8662         could cause `c-state-cache' to contain two conses in sequence
8663         when there's an unbalanced open paren in a macro.
8665 2002-08-20  Glenn Morris  <gmorris@ast.cam.ac.uk>
8667         * progmodes/fortran.el (fortran-current-defun): Use save-excursion.
8669         * imenu.el (imenu--generic-function): Use mapc.
8670         (imenu-syntax-alist): Doc fix.
8672 2002-08-20  Richard M. Stallman  <rms@gnu.org>
8674         * font-core.el (font-lock-change-mode): New function.
8675         (font-lock-mode): Use font-lock-change-mode instead of
8676         font-lock-unfontify-buffer.
8677         (font-lock-maximum-size, font-lock-verbose): Add defvars.
8679 2002-08-20  Carsten Dominik  <dominik@astro.uva.nl>
8681         * textfiles/reftex-cite.el (reftex-bib-or-thebib): New function
8682         which determines on a per-file-basis if BibTeX is being used
8683         locally for citations.
8684         (reftex-offer-bib-menu): Use `reftex-bib-or-thebib' for better
8685         cooperation with chapterbib.
8686         (reftex-bibtex-selection-callback): Use `reftex-bib-or-thebib' for
8687         better cooperation with chapterbib.
8689         * textfiles/reftex-dcr.el (reftex-view-cr-cite):
8690         Use `reftex-bib-or-thebib' for better cooperation with chapterbib.
8692 2002-08-20  Kim F. Storm  <storm@cua.dk>
8694         * kmacro.el: Major rework based on discussions with RMS.
8695         Most important change is that C-x C-k is now bound to a keymap
8696         with keyboard macro related commands.  The original binding on
8697         C-x C-k is moved to C-x C-k e.
8699         * binding.el: Remove macro related bindings (now in kmacro.el).
8701         * edmacro.el: Remove C-x C-k binding (now in kmacro.el).
8703 2002-08-19  Stefan Monnier  <monnier@cs.yale.edu>
8705         * help-fns.el (help-split-fundoc): Replace the function name
8706         from the docstring with the one that should be displayed.
8707         (help-make-usage): Understand CL style arglists.
8708         (describe-function-1): Adapt to the new behavior of help-split-fundoc.
8709         (describe-variable): Use delete-region.
8711 2002-08-19  Kenichi Handa  <handa@etl.go.jp>
8713         * international/mule.el (sgml-xml-auto-coding-function):
8714         Call re-search-forward with NOERROR t.
8716 2002-08-19  Miles Bader  <miles@gnu.org>
8718         [original idea from Luc Teirlinck <teirllm@mail.auburn.edu>]
8719         * comint.el (comint-inhibit-carriage-motion): New variable.
8720         (comint-carriage-motion): Argument STRING removed.  New arguments
8721         START and END; interpret characters between START and END rather
8722         than using special comint state.
8723         (comint-output-filter): Call `comint-carriage-motion'.
8724         (comint-output-filter-functions): Don't add `comint-carriage-motion'.
8725         * ielm.el (inferior-emacs-lisp-mode):
8726         Give `comint-inhibit-carriage-motion' a local value of t.
8728 2002-08-18  Richard M. Stallman  <rms@gnu.org>
8730         * textmodes/table.el: New file.
8732         * font-core.el (font-lock-mode): Set change-major-mode-hook locally.
8734 2002-08-18  Andreas Schwab  <schwab@suse.de>
8736         * ibuf-ext.el (ibuffer-list-buffer-modes): Doc fix.
8738 2002-08-17  Carsten Dominik  <dominik@astro.uva.nl>
8740         * textmodes/reftex.el (reftex-mode): Create special syntax tables.
8741         (reftex-syntax-table): Set a default in case this is being used
8742         outside a LaTeX file.
8743         (reftex-syntax-table-for-bib): Set a default in case this is being
8744         used outside a LaTeX file.
8746 2002-08-17  Richard M. Stallman  <rms@gnu.org>
8748         * tar-mode.el (tar-subfile-mode): Use add-hook and remove-hook,
8749         and use write-file-functions instead of local-write-file-hooks.
8750         (tar-untar-buffer): Don't try to extract directories.
8752         * menu-bar.el (fringe-mode): Set to nil.
8754         * mail/rmail.el (rmail-search-mime-header-function): Doc fix.
8756 2002-08-15  Richard M. Stallman  <rms@gnu.org>
8758         * calendar/appt.el (appt-delete): Use substring-no-properties.
8759         (appt-make-list): Don't use prin1-to-string; use the string unchanged.
8761 2002-08-15  Jan Nieuwenhuizen  <janneke@gnu.org>  (tiny change)
8763         * server.el (server-process-filter): Simplify code.
8764         (server-goto-line-column): New function.
8765         (server-visit-files): Use server-goto-line-column.
8766         Offer to revert only if file has changed.
8768 2002-08-15  Richard M. Stallman  <rms@gnu.org>
8770         * files.el (recover-this-file): New function.
8771         (after-find-file): Recommend recover-this-file.
8773         * font-core.el (font-lock-mode): Add font-lock-unfontify-buffer
8774         to change-major-mode-hook when font lock is enabled.
8776         * simple.el (toggle-truncate-lines): Force redisplay.
8777         Display status message.
8779 2002-08-15  Carsten Dominik  <dominik@sand.science.uva.nl>
8781         * textmodes/reftex.el (reftex-mode): Moved the creation of special
8782         syntax tables to top-level.
8784 2002-08-15  David Kastrup  <David.Kastrup@t-online.de>
8786         * net/ange-ftp.el (ange-ftp-wipe-file-entries): Fix type mismatch;
8787         use `hash-table-size' instead of `length'.
8789 2002-08-14  Stefan Monnier  <monnier@cs.yale.edu>
8791         * help-fns.el (locate-library): Use locate-file(-completion).
8792         (help-split-fundoc): Tighten the regexp and recognize a usage-info
8793         where the function name is `fn'.
8794         (help-function-arglist): Follow aliases and macros.
8795         (describe-function-1): Use keymapp.
8796         If the docstring contains a usage info, use it even if the function is
8797         not a subroutine.  Find usage info in aliases' docstring if necessary.
8798         (describe-variable): Get the value before setting up the *Help* buffer.
8800         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode):
8801         Use find-file-hook instead of find-file-hooks.
8802         (define-minor-mode): Get rid of this silly `togglep'.
8803         Add an explicit `toggle' argument (used for interactive calls).
8804         Emit a warning when a nil argument turns the mode off.
8806         * language/ethio-util.el (setup-ethiopic-environment-internal)
8807         (exit-ethiopic-environment): Use find-file-hook and
8808         write-file-functions instead of find-file-hooks and write-file-hooks.
8810         * window.el (handle-select-window): Don't do anything if the window
8811         has disappeared since the event was generated.
8812         (split-window-save-restore-data): Use push and with-current-buffer.
8814         * saveplace.el:
8815         * play/meese.el:
8816         * obsolete/hilit19.el:
8817         * completion.el (dynamic-completion-mode):
8818         * emacs-lisp/find-func.el (find-function-search-for-symbol):
8819         Use find-file-hook instead of find-file-hooks.
8821         * imenu.el (imenu-always-use-completion-buffer-p): Make obsolete.
8822         (imenu-use-popup-menu, imenu-eager-completion-buffer): New vars.
8823         (imenu-space-replacement): Allow nil value.
8824         (imenu--completion-buffer): Use new vars and simplify.
8825         Fix handling of minibuffer-setup-hook.
8826         Use minibuffer-completion-help instead of rolling our own.
8827         (imenu-choose-buffer-index): Use the new var.
8829         * startup.el (command-line): Load custom-file if not done yet.
8831 2002-08-14  Kenichi Handa  <handa@etl.go.jp>
8833         * select.el (xselect-convert-to-string): If TYPE is non-nil, encode
8834         the selection data string.  Always return cons of type and string.
8835         (selection-converter-alist): Add (UTF8_STRING .
8836         xselect-convert-to-string).
8838 2002-08-12  Stefan Monnier  <monnier@cs.yale.edu>
8840         * newcomment.el (comment-region): Force `lines' when `block' is set.
8842 2002-08-12  Richard M. Stallman  <rms@gnu.org>
8844         * menu-bar.el (menu-bar-next-tag-other-window, menu-bar-next-tag)
8845         (menu-bar-right-scroll-bar, menu-bar-left-scroll-bar)
8846         (menu-bar-no-scroll-bar, menu-bar-toggle-auto-compression)
8847         (menu-bar-toggle-cua-mode, menu-bar-read-mail)
8848         (menu-bar-help-extra-packages, help-with-tutorial-spec-language)
8849         (menu-bar-text-mode-auto-fill): New commands, used
8850         in menu bar menus instead of lambda expressions.
8852         (menu-bar-showhide-fringe-menu-customize-left)
8853         (menu-bar-showhide-fringe-menu-customize-right)
8854         (menu-bar-showhide-fringe-menu-customize-disable)
8855         (menu-bar-showhide-fringe-menu-customize-reset): Doc fixes.
8857         (menu-bar-options-menu): Use toggle-truncate-lines.
8858         (showhide-date-time): Call customize-mark-as-set.
8860         * emacs-lisp/find-func.el (find-function-search-for-symbol):
8861         Obey `definition-name' properties.
8863         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode):
8864         Put `definition-name' properties on the functions whose
8865         names are constructed.
8867         * textmodes/page-ext.el (pages-target-buffer): Add defvar.
8868         Renamed from target-buffer.
8869         (pages-directory, pages-copy-header-and-position): Uses changed.
8871         * calendar/appt.el (appt-make-list): Correct the parsing of
8872         each appointment from time-string.
8874 2002-08-12  Stefan Monnier  <monnier@cs.yale.edu>
8876         * scroll-all.el (scroll-all-mode): Use define-minor-mode.
8877         (scroll-all-mode) <defcustom>: Delete.
8878         (running-xemacs): Delete.
8879         (minor-mode-alist): Don't manipulate it directly.
8881 2002-08-10  Kenichi Handa  <handa@etl.go.jp>
8883         * international/mule-cmds.el (search-unencodable-char): New function.
8884         (select-safe-coding-system): Show unencodable characters.
8885         (unencodable-char-position): Deleted, and implemented in C in coding.c.
8887 2002-04-09  John Wiegley  <johnw@gnu.org>
8889         * esh-util.el: Removed eshell-under-cygwin-p, and all uses of it.
8890         * em-cmpl.el (eshell-cmpl-ignore-case): Ditto.
8891         * em-dirs.el (eshell/cd): Ditto.
8892         * em-glob.el (eshell-glob-case-insensitive): Ditto.
8893         * em-hist.el (eshell-previous-matching-input-string-position): Ditto.
8894         * esh-ext.el (eshell-binary-suffixes): Ditto.
8896 2002-08-09  Richard M. Stallman  <rms@gnu.org>
8898         * textmodes/page-ext.el (pages-directory-mode): Undo previous change.
8900         * simple.el (set-variable): Give locality status in prompt.
8902 2002-08-09  Benjamin Rutt  <rutt@cis.ohio-state.edu>
8904         * simple.el (set-variable): If given a prefix argument, set
8905         variable buffer-locally.
8907 2002-08-09  John Paul Wallington  <jpw@shootybangbang.com>
8909         * font-core.el (font-lock-function): Make it buffer-local.
8911 2002-08-08  Richard M. Stallman  <rms@gnu.org>
8913         * emacs-lisp/checkdoc.el (checkdoc, checkdoc-interactive)
8914         (checkdoc-message-interactive, checkdoc-interactive-loop)
8915         (checkdoc-current-buffer, checkdoc-continue, checkdoc-comments)
8916         (checkdoc-defun):
8917         Update checkdoc-spellcheck-documentation-flag correctly.
8918         (checkdoc-ispell-docstring-engine): Don't test for
8919         checkdoc-autofix-flag = nil.
8921 2002-08-07  John Paul Wallington  <jpw@shootybangbang.com>
8923         * xt-mouse.el (xterm-mouse-mode): Make it a global mode.
8925         * wid-browse.el (widget-minor-mode): Fix doc typo.
8927 2002-08-07  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8929         * net/tramp.el: Version 2.0.12 released.
8930         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
8931         Comment out possibly obsolete "echo hello" commands.
8932         (tramp-run-real-handler): If operation is
8933         `ange-ftp-hook-function', use first arg as the real operation.
8934         (tramp-check-ls-commands): Use / instead of \ as directory
8935         separator.  (Relevant for XEmacs on Windows.)
8936         (tramp-maybe-open-connection): Use tramp-wait-for-output when
8937         waiting for the "are you awake" command.  Use a different string
8938         for the "are you awake" command.
8939         (tramp-send-command): New optional arg NEVEROPEN means to never
8940         invoke tramp-maybe-open-connection.
8941         (tramp-maybe-open-connection): Use it
8943 2002-08-07  Richard M. Stallman  <rms@gnu.org>
8945         * warnings.el (warning-prefix-function, warning-series)
8946         (warning-fill-prefix, warning-group-format): Add autoload cookies.
8948 2002-08-07  Kenichi Handa  <handa@etl.go.jp>
8950         * international/mule-cmds.el (select-safe-coding-system):
8951         Call pop-to-buffer inside save-window-excursion and save-excursion.
8953 2002-08-06  John Paul Wallington  <jpw@shootybangbang.com>
8955         * help-fns.el (describe-function-1): Skip arglist note if
8956         function's definition is a keymap.
8958 2002-08-06  Sam Steingold  <sds@gnu.org>
8960         * calendar/diary-lib.el (diary-mail-entries): Use `compose-mail'
8961         and `mail-user-agent' instead of straight sendmail.
8962         (diary-modified, diary-entries-list, displayed-year)
8963         (displayed-month, entry, date, number, date-string, d-file)
8964         (original-date): Defvar without binding to avoid compiler warnings.
8966 2002-08-05  Alan Shutko  <ats@acm.org>
8968         * ibuffer.el (ibuffer-mode-map): Added ibuffer-filter-by-used-mode.
8969         (ibuffer-mode-map): Added ibuffer-filter-by-used-mode.
8970         (ibuffer-mode): Added ibuffer-filter-by-used-mode to doc string.
8972         * ibuf-ext.el (ibuffer-list-buffer-modes): New.
8973         (ibuffer-filter-by-used-mode): New.
8975 2002-08-05  John Paul Wallington  <jpw@shootybangbang.com>
8977         * ediff-util.el (ediff-copy-list): Use `defalias' instead of
8978         `fset' and `symbol-function'.
8980 2002-08-05  John Wiegley  <johnw@gnu.org>
8982         * pcomplete.el (pcomplete-entries): Don't set `above-cutoff' to a
8983         value unless pcomplete-cycle-cutoff-length is non-nil.
8985 2002-04-09  John Paul Wallington  <jpw@shootybangbang.com>
8987         * esh-util.el (eshell-under-cygwin-p): New function.
8988         * em-cmpl.el (eshell-cmpl-ignore-case): Use it.
8989         * em-dirs.el (eshell/cd): Ditto.
8990         * em-glob.el (eshell-glob-case-insensitive): Ditto.
8991         * em-hist.el (eshell-previous-matching-input-string-position): Ditto.
8992         * esh-ext.el (eshell-binary-suffixes): Ditto.
8994 2002-08-05  Richard M. Stallman  <rms@gnu.org>
8996         * international/mule-cmds.el (select-safe-coding-system): Check for
8997         non-nil CODING-SYSTEM before warning it disagrees with AUTO-CS.
8999         * net/ange-ftp.el (ange-ftp-smart-gateway): Doc fix.
9001 2002-08-05  Gerd Moellmann  <gerd@gnu.org>
9003         * image.el (image-jpeg-p): Accept "Exif" marker.
9005 2002-08-05  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9007         * net/tramp.el: Version 2.0.11 released.
9008         (tramp-perl-file-attributes): Print uid and gid as signed integers.
9009         (tramp-invoke-ange-ftp): Correct check for Ange-FTP being loaded.
9010         Invoke Ange-FTP with tramp-run-real-handler to avoid Ange-FTP
9011         calling Tramp again.
9012         (tramp-find-file-exists-command): Check for `ls -d' last, after
9013         all the variants on `test -e'.
9014         (tramp-post-connection): Erase buffer before finding a command to
9015         check if file exists.
9017 2002-08-05  David Kastrup  <David.Kastrup@t-online.de>
9019         * calc/calc.el (math-format-stack-value): Revert a broken
9020         if->when replacement and reformat so that this does not happen
9021         again.  Fixes a pretty lethal line formatting/yanking bug.
9023 2002-08-04  John Paul Wallington  <jpw@shootybangbang.com>
9025         * startup.el (fancy-splash-frame): Check selected frame last.
9027 2002-08-04  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9029         * net/tramp.el: Version 2.0.10 released.
9030         (tramp-uudecode): New shell function `tramp_uudecode' to decode to
9031         standard output even if `uudecode -p' and `uudecode -o -' don't work.
9032         (tramp-post-connection): After finding the right shell, wait a
9033         bit.  This is a kludge to avoid a race condition, even though I
9034         don't understand why there is a race condition in the first place.
9035         (tramp-post-connection): Install the `tramp_uudecode' shell
9036         function on the remote host.
9037         (tramp-coding-commands): Add an alternative for `tramp_uudecode'.
9038         (tramp-bug): Include more variables in the report.
9040 2002-08-04  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9042         * net/tramp.el: Version 2.0.9 released.
9043         (tramp-bug): Add wording about additional info to include in bug
9044         report.
9045         (tramp-find-shell): Set $PS1 for invocation of second shell (for
9046         tilde expansion).
9047         (tramp-find-shell): Shell prompt must match at end of buffer.
9048         Do this also for fallback shell prompt.
9049         (tramp-find-shell): More debugging output.
9050         (tramp-find-inline-encoding): When checking the decoding command,
9051         some commands fail when reading from /dev/null.  So we pass a
9052         known string through the encoding command and pass that through
9053         the decoding command.  So we know whether the decoding command can
9054         deal with some real input.
9056 2002-08-04  Andreas Schwab  <schwab@suse.de>
9058         * net/tramp.el (tramp-perl-encode, tramp-perl-decode): Doc fix.
9060 2002-08-03  Andrew Choi  <akochoi@shaw.ca>
9062         * term/mac-win.el: Set keys to enable mouse wheel support.
9064 2002-08-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9066         * net/tramp.el: Version 2.0.8.
9067         (tramp-perl-encode, tramp-perl-encode): Double the backslashes.
9069 2002-08-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9071         * net/tramp.el: Version 2.0.7.
9072         (tramp-perl-encode-with-module, tramp-perl-decode-with-module)
9073         (tramp-perl-encode, tramp-perl-decode): Escape `%' characters
9074         because of `format' and say so in the docstring.
9076 2002-08-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
9078         * progmodes/f90.el (f90-font-lock-keywords-1): Fix highlighting of
9079         `type' forms.
9080         (f90-font-lock-keywords-2): Fix `implicit type(foo)' case.
9081         (f90-type-def-re): Fix value.
9083 2002-08-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9085         * net/tramp.el: Version 2.0.6.
9086         (tramp-default-method): Change to "ssh" from "sm".
9087         (tramp-wrong-passwd-regexp): Restructure.  Add additional alternative.
9088         (tramp-su-program): New internal variable for method parameter.
9089         (tramp-perl-encode-with-module, tramp-perl-decode-with-module):
9090         New variables.  Very short Perl one-liner, but requires Perl
9091         module MIME::Base64 to be installed on the remote site.
9092         (tramp-perl-encode, tramp-perl-decode): New base64
9093         encoder/decoder.  From Juanma Barranquero <lektu@terra.es>.
9094         (tramp-handle-file-truename): Invoke Ange-FTP properly (even
9095         though Ange-FTP doesn't do anything for this operation).
9096         (tramp-handle-set-visited-file-modtime): Comment change.
9097         (tramp-handle-make-directory): Save-excursion.
9098         (tramp-handle-expand-many-files): Don't try to invoke Ange-FTP
9099         twice, once is enough.
9100         (tramp-action-permission-denied): Show *tramp/foo* buffer so the
9101         user knows what's wrong.
9102         (tramp-post-connection): Support the two Perl encoders and decoders.
9103         (tramp-coding-commands): Ditto.  Add some todo items.
9105 2002-08-02  Richard M. Stallman  <rms@gnu.org>
9107         * international/mule.el (merge-coding-systems): New function.
9108         (set-buffer-file-coding-system): Use merge-coding-systems.
9109         Change prompt for args.
9110         (revert-buffer-with-coding-system): New command.
9112         * international/mule-cmds.el (mule-keymap, set-coding-system-map):
9113         Add bindings for revert-buffer-with-coding-system.
9114         (set-coding-system-map): Clarify menu item info for
9115         set-buffer-file-coding-system.
9116         (set-coding-system-map): Reorder and add separators.
9118         * emacs-lisp/edebug.el (edebug-eval-top-level-form):
9119         Use eval-expression.
9121         * subr.el (atomic-change-group): Doc fix.
9123 2002-07-31  Colin Walters  <walters@debian.org>
9125         * ibuffer.el (ibuffer-hooks): Rename to `ibuffer-hook'; Add
9126         defvaralias for compatibility.
9127         (ibuffer-mode-hooks): Rename to `ibuffer-mode-hook'; Add
9128         defvaralias for compatibility.
9130 2002-07-31  John Paul Wallington  <jpw@shootybangbang.com>
9132         * ibuffer.el (ibuffer-fontification-alist):
9133         Use `font-lock-constant-face' instead of `font-lock-reference-face'.
9135 2002-07-31  John Wiegley  <johnw@gnu.org>
9137         * pcomplete.el (pcomplete-comint-setup): Use `add-to-list', to
9138         prevent adding the symbol `pcomplete' to
9139         shell-dynamic-complete-functions to many times.
9141 2002-07-31  Markus Rost  <rost@math.ohio-state.edu>
9143         * help-fns.el (describe-function-1): Test function for
9144         obsolescence only if it is a symbol.
9146         * ediff.el (ediff-backup): New autoloaded command.
9148 2002-07-31  Richard M. Stallman  <rms@gnu.org>
9150         * makefile.w32-in (compile-after-backup): Renamed from `compile'.
9151         Use `compile-always'.
9152         (bootstrap): Use `compile', not `compile-files'.  Use `update-subdirs'.
9153         (compile): Renamed from `compile-files'.
9154         (compile-CMD, compile-SH): Renamed from `compile-files-*'.
9156         * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
9157         Check that (car elt) is a string.
9159         * pcomplete.el (pcomplete-entries): Doc fix.
9161         * international/mule.el (non-standard-icccm-encodings-alist): Doc fix.
9163 2002-07-31  Andreas Schwab  <schwab@suse.de>
9165         * dired.el: Hide disabling of dired-find-alternate-file behind
9166         autoload-cookie.
9168 2002-07-31  Tak Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
9170         * makefile.w32-in: Revert some changes from 2002-07-23 because they
9171         don't work on MSVC/nmake builds.
9172         (update-subdirs-CMD): Generate the right list of subdirectories.
9174 2002-07-30  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9176         * net/tramp.el: New version 2.0.5.
9177         (tramp-methods): Remove inline encoding method parameters.
9178         The encoding is now autodetected.  Also shorten the list of
9179         methods (u/m distinction gone) and rename the remaining methods to
9180         have longer, but more mnemonic, names.
9181         (tramp-login-prompt-regexp, tramp-password-prompt-regexp)
9182         (tramp-wrong-passwd-regexp): Trailing `$' not needed, regexp is
9183         matched at end of buffer anyway.
9184         (tramp-yesno-prompt-regexp): New variable, for questions where the
9185         user should say "yes" or "no".
9186         (tramp-file-name-structure-unified)
9187         (tramp-file-name-structure-separate): Allow dash in method names.
9188         (tramp-actions-before-shell): New variable, contains list of
9189         pattern/action pairs.  Output sent by remote end is scanned for
9190         the patterns, then the actions are executed.
9191         (tramp-multi-actions): Like `tramp-actions-before-shell', but
9192         executed for each hop in a multi-hop connection.
9193         (tramp-last-cmd-time): New variable.  If nothing has been sent to
9194         remote end for 60 seconds, look to see if the remote end is still
9195         alive.
9196         (tramp-perl-mime-encode, tramp-perl-mime-decode): Remove.
9197         It didn't work.
9198         (tramp-perl-encode, tramp-perl-decode): New variables, these
9199         require the MIME::Base64 module on the remote end.
9200         (tramp-handle-file-attributes): Restructure logic.
9201         (tramp-handle-file-attributes-with-ls)
9202         (tramp-handle-file-attributes-with-perl): More debugging.
9203         (tramp-handle-directory-files): Grok fifth arg `files-only' for XEmacs.
9204         (tramp-handle-make-directory, tramp-handle-delete-directory)
9205         (tramp-handle-delete-file, tramp-handle-insert-directory):
9206         Expand file name.
9207         (tramp-handle-shell-command): Use `when', not `if'.
9208         (tramp-handle-file-local-copy, tramp-handle-write-region):
9209         Adapt to autodetection of inline encoding.
9210         (tramp-invoke-ange-ftp): Require ange-ftp to make sure that
9211         variable ange-ftp-name-format is defined before binding it.
9212         (tramp-action-login, tramp-action-password, tramp-action-succeed)
9213         (tramp-action-permission-denied, tramp-action-yesno):
9214         Functions called from `tramp-actions-before-shell'.
9215         (tramp-multi-action-login, tramp-multi-action-password)
9216         (tramp-multi-action-succeed, tramp-multi-action-permission-denied):
9217         Functions called from `tramp-multi-actions'.
9218         (tramp-process-one-action, tramp-process-actions):
9219         Pattern matching and action invocation code for
9220         `tramp-actions-before-shell'.
9221         (tramp-process-one-multi-action, tramp-process-multi-actions):
9222         Same for `tramp-multi-actions'.
9223         (tramp-open-connection-telnet, tramp-open-connection-rsh)
9224         (tramp-open-connection-su): Process actions instead of hardwired logic.
9225         (tramp-multi-connect-telnet, tramp-multi-connect-rlogin)
9226         (tramp-multi-connect-su): Ditto.
9227         (tramp-post-connection): New method for tramp_encode and
9228         tramp_decode scripts.
9229         (tramp-post-connection): Invoke inline autodetection code.
9230         (tramp-coding-commands): List of inline codings.
9231         (tramp-find-inline-encoding): This is the inline autodetection code.
9232         (tramp-maybe-open-connection): If nothing was sent to connection
9233         for 60 seconds, look if it connection is still alive.
9234         (tramp-send-command): Remember that something was sent to the
9235         connection.
9236         (tramp-make-tramp-file-name, tramp-make-tramp-multi-file-name):
9237         Use backticks for constructing alist.
9238         (tramp-get-encoding-command, tramp-set-encoding-command)
9239         (tramp-get-decoding-command, tramp-set-decoding-command)
9240         (tramp-get-encoding-function, tramp-set-encoding-function)
9241         (tramp-get-decoding-function, tramp-set-decoding-function):
9242         Use for results of inline autodetection.
9243         (tramp-get-encoding-command, tramp-get-decoding-command)
9244         (tramp-get-encoding-function, tramp-get-decoding-function):
9245         Remove these old functions.
9247 2002-07-30  Kenichi Handa  <handa@etl.go.jp>
9249         * language/indian.el (in-is13194): Give correct `safe-chars' property.
9250         (devanagari): Define it as an alias of in-is13194.
9252         * international/mule.el (safe-chars):
9253         Put `char-table-extra-slots' property with value 0.
9255         * files.el (revert-buffer): Fix previous change.
9257 2002-07-29  Richard M. Stallman  <rms@gnu.org>
9259         * bindings.el (help-echo): If global-mode-string is non-nil,
9260         display some spaces after it.
9262         * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
9263         Don't call string-match on non-string.
9265         * textmodes/ispell.el (check-ispell-version): Bind default-directory
9266         to avoid errors.  Kill the old temp buffer at the beginning.
9268 2002-07-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
9270         * scroll-all.el (scroll-all-mode): Make argument optional.  Doc fix.
9272 2002-07-29  John Paul Wallington  <jpw@shootybangbang.com>
9274         * scroll-all.el (scroll-all-mode): Handle numeric arg.  Use `if'
9275         instead of `cond'.
9277 2002-07-29  Kenichi Handa  <handa@etl.go.jp>
9279         * international/mule.el (ctext-post-read-conversion): Add support
9280         for embedded utf-8 encoding (ESC % G ... ESC % @).
9282 2002-07-28  Kenichi Handa  <handa@etl.go.jp>
9284         * files.el (revert-buffer): Before calling insert-file-contents,
9285         kill the local variable buffer-file-coding-system.
9287 2002-07-28  Richard M. Stallman  <rms@gnu.org>
9289         * bindings.el (mode-line-format): Handle vc-mode specially.
9290         Move mode-line-position to after global-mode-string.
9291         (mode-line-modes): Move the starting 3 spaces out of here.
9292         (mode-line-position): Separate with a space, not dashes.
9294         * vc-hooks.el: Don't add to minor-mode-alist.
9296         * emacs-lisp/edebug.el (edebug-debugger):
9297         If inside redisplay, just return.
9299         * emacs-lisp/debug.el (debug): If inside redisplay, just return.
9301         * info.el (Info-find-index-name): Improve last change.
9303 2002-07-27  Richard M. Stallman  <rms@gnu.org>
9305         * files.el (file-name-sans-extension): Avoid expanding DIRECTORY.
9307         * calendar/cal-hebrew.el (diary-rosh-hodesh): Cons mark on
9308         in the third case.
9310 2002-07-27  Markus Rost  <rost@math.ohio-state.edu>
9312         * ps-print.el: Update copyright year.
9313         (ps-begin-cut-regexp, ps-end-cut-regexp): Fix type.
9315 2002-07-26  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9317         * eshell/eshell.el (eshell): Numeric prefix arg means to switch
9318         to the session with that number.  Old behavior still available
9319         with nonumeric prefix args.
9321 2002-07-08  Simon Josefsson  <jas@extundo.com>
9323         * mail/mail-extr.el (mail-extr-all-top-level-domains): Update names.
9325 2002-07-26  Juanma Barranquero  <lektu@terra.es>
9327         * warnings.el (lwarn, warn, warning-levels): Doc fix.
9328         (warning-suppress-log-types): Fix typo.
9329         (display-warning): Fix typo. Remove useless assignment to free variable
9330         `group-string'.
9332 2002-07-25  Markus Rost  <rost@math.ohio-state.edu>
9334         * ediff-wind.el (ediff-window-setup-function): Extend type declaration.
9336 2002-07-25  Sam Steingold  <sds@gnu.org>
9338         * replace.el (occur-rename-buffer): New command.
9339         (occur-mode-map): Bind "r" to it.  Added keybindings for
9340         `kill-this-buffer', `clone-buffer' and `quit-window'.
9342 2002-07-25  Kevin Ryde  <user42@zip.com.au>
9344         * info.el (Info-find-index-name): Search for a function definition
9345         with a return type.
9347 2002-07-25  David Ponce  <david@dponce.com>
9349         * emacs-lisp/bytecomp.el (byte-compile-set-symbol-position):
9350         Don't recompute `entry' on each iteration.
9351         (byte-compile-delete-first): Make it defsubst.
9353 2002-07-25  Sam Steingold  <sds@gnu.org>
9355         * progmodes/cc-engine.el (c-search-uplist-for-classkey):
9356         When `search-end' is a cons, use its car.
9358 2002-07-25  Dave Love  <fx@gnu.org>
9360         * obsolete/c-mode.el: Deleted.
9362 2002-07-25  Carsten Dominik  <dominik@astro.uva.nl>
9364         * textmodes/reftex.el (reftex-compile-variables):
9365         Simplified regular expression.
9367         * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
9368         Simplified the regexp.
9370         * textmodes/reftex-cite.el (reftex-get-bibkey-default): New function.
9371         (reftex-extract-bib-entries-from-thebibliography):
9372         Use `reftex-get-bibkey-default' to get a default regex.
9373         (reftex-extract-bib-entries): Use `reftex-get-bibkey-default' to
9374         get a default regex.
9376         * textmodes/reftex-toc.el (reftex-toc-mode): Use `make-local-hook' for
9377         XEmacs compatibility (got OK from RMS).
9379         * textmodes/reftex-index.el (reftex-index-mode): Likewise.
9381         * textmodes/reftex-sel.el (reftex-select-label-mode): Likewise.
9382         (reftex-select-bib-mode): Likewise.
9384 2002-07-25  Colin Walters  <walters@debian.org>
9386         * ibuffer.el (ibuffer-mouse-popup-menu): Allow point to be moved
9387         by menu functions.
9389 2002-07-24  Dave Love  <fx@gnu.org>
9391         * international/mule.el (set-auto-coding): Doc fix.
9393         * international/utf-16.el: New file.
9395         * language/european.el ("German", "French", "Spanish", "Turkish"):
9396         Add alternative coding systems.
9397         ("Dutch"): Likewise.  Add input method.
9398         ("Welsh", "Latin-7"): Add nonascii-translation.
9400         * language/georgian.el ("Georgian"): Add nonascii-translation.
9402         * international/titdic-cnv.el: Doc fixes.
9403         (tit-process-header): Add coding cookie.
9404         (titdic-convert): Force writing as iso-2022-7bit.
9406         * international/ja-dic-cnv.el (skkdic-convert): Add coding cookie.
9408         * international/mule-cmds.el: Doc fixes.
9409         (unencodable-char-position): New.
9410         (select-safe-coding-system): Use it to indicate problematic
9411         characters and add extra explanation.  Avoid checking auto-coding
9412         for compressed files.
9413         (leim-list-header): Add coding cookie.
9414         (input-method-verbose-flag): Modify :type.
9415         (locale-language-names): Add bs, wa.  Modify cy.
9417 2002-07-24  Richard M. Stallman  <rms@gnu.org>
9419         * emacs-lisp/bytecomp.el (byte-compile-log-warning):
9420         Bind warning-group-format.
9422         * emacs-lisp/bytecomp.el (byte-compile-cl-functions): New variable.
9423         (byte-compile-cl-warn): Use that variable.
9424         (byte-compile-find-cl-functions): New function.
9425         (displaying-byte-compile-warnings):
9426         Call byte-compile-find-cl-functions.
9428         * warnings.el (warning-levels): Add %s to the strings.
9429         (warning-group-format): New variable.
9430         (warning-suppress-log-types): Renamed from warning-suppress-log.
9431         (warning-suppress-types): Renamed from warning-suppress.
9432         (display-warning): Implement those changes.
9434 2002-07-23  Richard M. Stallman  <rms@gnu.org>
9436         * warnings.el: Add `provide' call.
9438         * files.el (basic-save-buffer-2): If there's an error writing the file,
9439         unrename the backup file if it was just made.
9440         (backup-buffer, basic-save-buffer-2, basic-save-buffer-1)
9441         (basic-save-buffer): Value now has form (MODES . BACKUPNAME)
9442         when a backup was just made by renaming.  Otherwise it's nil.
9444         * wid-edit.el (widget-convert): Handle an argument that's a keyword.
9445         Recognize explicit :args specification.
9447         * international/mule-cmds.el (select-safe-coding-system):
9448         Don't ask for confirmation of mismatch if find-file-literally was used.
9450 2002-07-23  Markus Rost  <rost@math.ohio-state.edu>
9452         * add-log.el (add-log-current-defun): Fix typo in documentation.
9454 2002-07-22  Markus Rost  <rost@math.ohio-state.edu>
9456         * add-log.el (add-log-mailing-address): Fix type.  Can be a string.
9458         * ido.el (ido-separator): Fix type.
9460 2002-07-23  Andrew Innes  <andrewi@gnu.org>
9462         * makefile.w32-in (DONTCOMPILE): Remove cus-start.el.
9463         (DONTCOMPILE): Add various language files.
9464         (DONTCOMPILE): Remove term/xterm.el.
9465         (finder-inf.el): Remove.
9466         (update-authors): New target.
9467         (TAGS-LISP): Remove $(lispsource).
9468         (compile-always): Renamed from `compile-files'.
9469         (compile): New target, adapted from `compile-files'.
9470         (compile-calc): New target.
9471         (recompile): Change `.' to $(lisp).
9472         (bootstrap): Add update-subdirs and finder-data
9473         to dependencies; change compile-files to compile.
9475 2002-07-22  Andre Spiegel  <spiegel@gnu.org>
9477         * vc.el (vc-next-action-on-file): Preserve find-file-literally.
9479 2002-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
9481         * simple.el (undo, undo-more): Adjust messages when undoing in a
9482         region.
9484 2002-07-22  John Paul Wallington  <jpw@shootybangbang.com>
9486         * net/browse-url.el (browse-url-lynx-input-attempts): Use defcustom.
9487         (browse-url-lynx-input-delay): Add custom type and group.
9489         * cus-start.el (double-click-fuzz): Added.
9491 2002-07-22  Alan Shutko  <ats@acm.org>
9493         * calendar/solar.el (diary-sabbath-candles): Add optional MARK
9494         parameter, specifying what face or character to use in the
9495         calendar display.  These will now return (MARK . ENTRY).
9497         * calendar/lunar.el (diary-phases-of-moon): Add optional MARK
9498         parameter, specifying what face or character to use in the
9499         calendar display.  These will now return (MARK . ENTRY).
9501         * calendar/cal-hebrew.el (diary-omer, diary-yahrzeit)
9502         (diary-rosh-hodesh, diary-parasha, diary-parasha): Add optional
9503         MARK parameter, specifying what face or character to use in the
9504         calendar display.  These will now return (MARK . ENTRY).
9506         * calendar/diary-lib.el (mark-sexp-diary-entries): Retrieve mark
9507         from diary-sexp-entry and pass it to mark-visible-calendar-date.
9508         (list-sexp-diary-entries): Update doc string for new docs for ....
9509         If diary-sexp-entry returns a cons, only add the text to the diary
9510         list.
9511         (diary-sexp-entry): Allow sexps to return a cons of the form (MARK
9512         . STRING) to specify what face or character mark should be used in
9513         the calendar display.
9514         (diary-date, diary-block, diary-float, diary-anniversary)
9515         (diary-cyclic): Add optional MARK parameter, specifying what face
9516         or character to use in the calendar display.  These will now
9517         return (MARK . ENTRY).
9519         * calendar/diary-lib.el (check-calendar-holidays, diary-iso-date)
9520         (calendar-holiday-list, diary-french-date, diary-mayan-date)
9521         (diary-julian-date, diary-astro-day-number, diary-chinese-date)
9522         (diary-islamic-date, list-islamic-diary-entries)
9523         (mark-islamic-diary-entries, mark-islamic-calendar-date-pattern)
9524         (diary-hebrew-date, diary-omer, diary-yahrzeit, diary-parasha)
9525         (diary-rosh-hodesh, list-hebrew-diary-entries)
9526         (mark-hebrew-diary-entries, mark-hebrew-calendar-date-pattern)
9527         (diary-coptic-date, diary-persian-date, diary-phases-of-moon)
9528         (diary-sunrise-sunset, diary-sabbath-candles):
9529         Remove interactive flag from autoloads.
9531 2002-07-22  Carsten Dominik  <dominik@astro.uva.nl>
9533         * textmodes/reftex-vars.el (reftex-index-verify-function): New option.
9534         (reftex-bibliography-commands): New option.
9535         (reftex-toc-split-windows-horizontally): New option
9536         (reftex-toc-split-windows-horizontally-fraction): New option
9537         (reftex-include-file-commands): New option.
9538         (reftex-cite-format-builtin): Added ?n for nocite.
9540         * textmodes/reftex-index.el (reftex-query-index-phrase):
9541         Use `reftex-index-verify-function'.
9543         * textmodes/reftex-toc.el (reftex-re-enlarge):
9544         Handle horizontal splitting.
9545         (reftex-toc): Handle horizontal splitting
9546         (reftex-last-window-width): New variable.
9548         * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
9549         Use `reftex-bibliography-commands'.
9550         (reftex-locate-bibliography-files): Regexp relaxed to allow for
9551         cases where \bibliography is not the first thing on the line.
9553         * textmodes/reftex.el (reftex-compile-variables):
9554         Use `reftex-include-file-commands'.
9555         (reftex-type-query-prompt): Changed defconst to defvar.
9556         (reftex-type-query-help, reftex-typekey-to-format-alist)
9557         (reftex-typekey-to-prefix-alist, reftex-env-or-mac-alist)
9558         (reftex-special-env-parsers, reftex-label-mac-list)
9559         (reftex-label-env-list, reftex-typekey-list)
9560         (reftex-words-to-typekey-alist, reftex-key-to-index-macro-alist)
9561         (reftex-query-index-macro-prompt, reftex-query-index-macro-help)
9562         (reftex-no-follow-message, reftex-no-info-message): Likewise.
9563         (reftex-mode): Define systax table for bibtex parsing.
9564         (reftex-syntax-table-for-bib): Syntax table for bibtex parsing.
9566         * textmodes/reftex-cite.el (reftex-format-names): %a as name
9567         format lists all names.
9568         (reftex-parse-bibtex-entry): Use `reftex-syntax-table-for-bib'.
9569         (reftex-with-special-syntax-for-bib): New macro.
9571 2002-07-21  Richard M. Stallman  <rms@gnu.org>
9573         * international/ucs-tables.el (ucs-quail-activate):
9574         Cope if buffer-file-coding-system is nil.
9576         * bindings.el (last-buffer): Use buffer-list with frame arg.
9577         Create *scratch* if no other choice exists.  Fix bugs.
9579 2002-07-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9581         * net/tramp.el: Bump version to 2.0.2.
9582         (tramp-methods): Rename methods invoking "ssh1" or "ssh2" to
9583         longer names.  Use old names "sm1", "sm2" and so on for methods
9584         invoking "ssh -1" or "ssh -2".
9585         (tramp-multi-file-name-structure-separate): Typo, its name was set
9586         to "tramp-file-name-structure-separate".  Trivial patch.
9587         From Steve Youngs <youngs@xemacs.org>.
9588         (tramp-multi-sh-program): New variable.
9589         (tramp-open-connection-multi): Use it.  Now you can use multi
9590         methods from Windows (at least in principle).
9591         (tramp-do-copy-or-rename-via-buffer): New function.
9592         (tramp-do-copy-or-rename-file): Use it.  Change and simplify
9593         logic.  Omit special case of invoking rcp directly to copy the files.
9594         (tramp-open-connection-su, tramp-multi-connect-telnet)
9595         (tramp-multi-connect-rlogin, tramp-multi-connect-su)
9596         (tramp-make-tramp-file-name, tramp-make-tramp-multi-file-name):
9597         Use backticks in format-spec for brevity and to avoid
9598         character/number confusion in XEmacs.
9600 2002-07-20  Richard M. Stallman  <rms@gnu.org>
9602         * wid-edit.el (widget-documentation-string-value-create):
9603         Say "Hide Rest", not just "Hide".
9605         * cus-edit.el (custom-variable-value-create):
9606         Say "Show Value", not just "Show".  Also "Hide Value".
9607         Output a newline before the doc string.
9608         (custom-face-value-create): Say "Show Face" and "Hide Face".
9610         * files.el (toggle-read-only): Clean up the hint message.
9612         * emacs-lisp/bytecomp.el: Use warnings.el.
9613         (byte-compile-warning-prefix): New function.
9614         (byte-compile-log-file): Return page start position.
9615         (byte-compile-log-warning): New function.
9616         (byte-compile-warn): Use byte-compile-log-warning.
9617         (byte-compile-report-error): Likewise.  Also use error-message-string.
9618         (displaying-byte-compile-warnings): Bind warning-series.
9619         Don't bind or use byte-compile-warnings-point-max.
9620         Don't display the log buffer at the end.
9621         (byte-compile-warnings-point-max): Variable deleted.
9622         (byte-compile-log-1): Rewrite for trace info, not used for warnings.
9623         (byte-compile-last-warned-form, byte-compile-last-logged-file):
9624         Defvars moved.
9626         * warnings.el: New file.
9628 2002-07-19  Richard M. Stallman  <rms@gnu.org>
9630         * emacs-lisp/bytecomp.el (byte-compile-cl-warn): Delete `values'
9631         and `values-list' from list of CL functions.
9633 2002-07-19  John Paul Wallington  <jpw@shootybangbang.com>
9635         * emacs-lisp/bytecomp.el (compile-defun):
9636         Bind `read-with-symbol-positions' to current buffer.
9638 2002-07-19  Andre Spiegel  <spiegel@gnu.org>
9640         * vc-hooks.el (vc-insert-file): When called with a LIMIT regexp,
9641         delete anything that comes after LIMIT from the buffer.
9643         * vc-rcs.el (vc-rcs-fetch-master-state): Be more careful to check
9644         if this is really an RCS master file.
9646         * vc.el: Improve comment of vc-BACKEND-workfile-unchanged-p.
9648 2002-07-19  Juanma Barranquero  <lektu@terra.es>
9650         * emacs-lisp/bytecomp.el (dot, dot-max, dot-min, dot-marker)
9651         (buffer-flush-undo, baud-rate, compiled-function-p, define-function)
9652         (unread-command-char, executing-macro, post-command-idle-hook)
9653         (post-command-idle-delay): Move obsolescence declarations to subr.el.
9655         * subr.el (dot, dot-max, dot-min, dot-marker, buffer-flush-undo)
9656         (baud-rate, compiled-function-p, define-function, unread-command-char)
9657         (executing-macro, post-command-idle-hook, post-command-idle-delay):
9658         Move obsolescence declarations from emacs-lisp/bytecomp.el.
9659         (directory-sep-char, mode-line-inverse-video):
9660         Add obsolescence declaration.
9662 2002-07-18  J.D. Smith  <jdsmith@as.arizona.edu>
9664         * progmodes/idlwave.el: Updated to IDLWAVE version 4.14.  Too many
9665         changes to list them here.
9667         * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.14.
9668         Too many changes to list them here.
9670         * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.14.
9671         Too many changes to list them here.
9673         * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.14 with
9674         only minor documentation changes.
9676 2002-07-18  Dave Love  <fx@gnu.org>
9678         * info-look.el: Support current auto{conf,make} manuals.
9680 2002-07-18  Juanma Barranquero  <lektu@terra.es>
9682         * bindings.el (last-buffer): Add missing frame argument.
9684 2002-07-18  Richard M. Stallman  <rms@gnu.org>
9686         * timer.el (timer-inc-time): Doc fix.
9688         * replace.el (keep-lines, flush-lines): Interactively report
9689         read-only error before reading regexp argument.
9691         * dabbrev.el (dabbrev--search): Use inhibit-point-motion-hooks.
9693         * bindings.el (last-buffer): Handle buffer-list and buffer-predicate
9694         frame parameters like bury-buffer.
9696         * simple.el (choose-completion-delete-max-match):
9697         Handle minibuffer prompts explicitly.
9699 2002-07-18  Juanma Barranquero  <lektu@terra.es>
9701         * international/mule-util.el (string-to-sequence, truncate-string):
9702         Add autoload cookie to obsolescence declaration.
9704         * rect.el (move-to-column-force): Likewise.
9706         * composite.el (decompose-composite-char): Likewise; also remove
9707         redundant info.
9709 2002-07-18  Kim F. Storm  <storm@cua.dk>
9711         * loadup.el: Load international/utf-8 before international/characters.
9713 2002-07-17  Dave Love  <fx@gnu.org>
9715         * international/ucs-tables.el: Optimize tables.  Deal with some
9716         non-8859 charsets.
9717         (ucs-mule-to-mule-unicode): New.
9718         (ucs-unify-8859): Use utf-8-fragment-on-decoding, set up Quail
9719         translation.
9720         (ucs-fragment-8859): Modified consistent with ucs-unify-8859.
9721         (unify-8859-on-encoding-mode): Doc mod.  Fix custom version.
9722         (unify-8859-on-decoding-mode): Doc mod.  Change code.  Fix custom
9723         version.  Add custom dependencies.
9724         (ucs-insert): Check for null from decode-char.
9725         (translation-table-for-input, ucs-quail-activate)
9726         (ucs-minibuffer-setup, ccl-encode-unicode-font)
9727         (ucs-tables-unload-hook): New.
9729         * international/mule.el (define-translation-hash-table): New.
9730         (decode-char): Use utf-8-translation-table-for-decode.
9731         (encode-char): Use ucs-mule-to-mule-unicode.
9733         * international/characters.el: Fix settings of U+2000-U+2027.
9734         Remove \e$(C'Y\e(B.
9736         * international/mule-cmds.el (locale-language-names): Fix be, add
9737         sr_YU@cyrillic, modify tg.
9738         (locale-charset-language-names): Put @euro last.
9740         * language/cyrillic.el (cyrillic-koi8-r-decode-table)
9741         (cyrillic-alternativnyj-decode-table): Fill out with mule-unicode.
9742         (cyrillic-koi8-r-decode-table): Make unbound after use.
9743         (ccl-decode-koi8, ccl-decode-alternativnyj): Change expansion
9744         factor.  Use utf-8-translation-table-for-decode.
9745         (ccl-encode-koi8, ccl-encode-koi8): Don't check r0.
9746         (cyrillic-unify-encoding): New function.
9747         (cyrillic-koi8): Modify safe-chars, valid-codes.
9748         Remove charset-origin-alist.
9749         (Cp878, cp866): New alias.
9750         (ccl-encode-8859-5-font): New.
9751         (font-ccl-encoder-alist): Add ccl-encode-8859-5-font.
9752         (ccl-encode-koi8-font, ccl-encode-alternativnyj-font):
9753         Remove redundant parens.
9754         ("Cyrillic-KOI8"): Add cyrillic-iso-8bit to coding-priority.
9755         (cyrillic-koi8-u-decode-table, ccl-decode-koi8-u)
9756         (ccl-encode-koi8-u, koi8-u, ccl-encode-koi8-u-font, "Ukrainian"): New.
9757         (cyrillic-alternativnyj): Modify safe-chars, add mime-charset.
9758         ("Cyrillic-ALT"): Change input method.
9759         ("Windows-1251", "Tajik", "Bulgarian", "Belarusian"): New.
9761         * international/utf-8.el (utf-8-subst-table)
9762         (utf-8-subst-rev-table, utf-8-translation-table-for-decode)
9763         (utf-8-fragment-on-decoding, ccl-untranslated-to-ucs)
9764         (utf-8-ccl-regs, utf-8-translate-cjk): New.
9765         (ccl-encode-mule-utf-8): Use utf-8-subst-rev-table.
9766         (ccl-decode-mule-utf-8, ccl-untranslated-to-ucs)
9767         (utf-8-untranslated-to-ucs, utf-8-compose): Rewritten.
9768         (mule-utf-8): Remove pre-write-conversion.
9769         (utf-8-post-read-conversion): Comment out.
9771         * international/ccl.el (ccl-command-table): Add lookup-integer,
9772         lookup-character.
9773         (ccl-extended-code-table): Add lookup-int-const-tbl,
9774         lookup-char-const-tbl.
9775         (ccl-compile-lookup-integer, ccl-compile-lookup-character)
9776         (ccl-dump-lookup-int-const-tbl, ccl-dump-lookup-char-const-tbl):
9777         New functions.
9778         (define-ccl-program): Doc update.
9780         * international/utf-8-subst.el: Populate utf-8-subst-rev-table.
9781         (utf-8-subst-table): Don't set.
9783 2002-07-17  Kenichi Handa  <handa@etl.go.jp>
9785         * international/mule.el (define-coding-system-alias):
9786         Don't append ALIAS in the property `alias-coding-systems' if ALIAS's
9787         eol-type is not auto-detection.
9789         * international/mule-diag.el (print-coding-system-briefly):
9790         Fix the handling of an alias of which eol-type is not auto-detection.
9792         * international/mule-conf.el (us-ascii): Define it as an alias of
9793         iso-safe.
9795 2002-07-17  Juanma Barranquero  <lektu@terra.es>
9797         * help-fns.el (describe-function-1): Put empty line before "Not
9798         documented" text.
9800         * timer.el (timer-set-time-with-usecs): Mark obsolete.
9802 2002-07-16  Stefan Monnier  <monnier@cs.yale.edu>
9804         * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
9805         Make sure to change the global tool-bar-map.
9807         * vc.el (vc-default-comment-history): Hard code *vc*.
9808         This is because print-log always prints there now.
9809         (vc-annotate-font-lock-keywords): New var.
9810         (vc-annotate-mode): Use it.  Set truncate-lines as well.
9811         (vc-annotate-display-select): Unify the two error reports.
9812         (vc-annotate-offset): New var.
9813         (vc-annotate-lines): New fun extracted from vc-annotate-display.
9814         (vc-annotate-display): Use it, via font-lock.
9816         * help-fns.el (help-split-fundoc, help-function-arglist)
9817         (help-make-usage): New funs, extracted from describe-function-1.
9818         (describe-function-1): Use them.
9820         * help.el (help-key-description): Show the untranslated keys
9821         when they start with ESC and the ESC was not translated.
9823         * help-mode.el (view): Always require.
9824         (help-xref-mule-regexp): Don't use defconst for variables.
9825         (help-setup-xref): Keep the last 10 elements of the stack.
9826         (help-xref-override-view-map): New var.
9827         (help-make-xrefs): Use it instead of building a new map each time.
9828         (help-function-def): Allow help-fun to take a buffer as arg.
9830         * diff-mode.el (diff-reverse-direction): Simplify.
9831         (diff-after-change-function): Fix typo.
9832         (diff-post-command-hook): Take care of edge cases.
9833         (diff-current-defun): Do `goto-char' after setting the mode.
9835         * mouse-sel.el (mouse-sel-mode): Use define-minor-mode.
9836         Fold mouse-sel-bindings into it.
9837         (mouse-sel-bound-events): Turn it into an alist.
9838         (mouse-insert-selection): Delegate to mouse-yank-at-click if
9839         mouse-sel-default-bindings asks for it.
9841 2002-07-16  Andre Spiegel  <spiegel@gnu.org>
9843         * files.el: Bind toggle-read-only to C-x C-q.
9844         (toggle-read-only): Display a warning message if the file is under
9845         version control.
9847         * vc-hooks.el: Don't bind vc-toggle-read-only to C-x C-q.
9848         (vc-toggle-read-only): Explain in the doc string that users can bind
9849         this to C-x C-q.
9850         (vc-checkout-model): Change doc string to refer to vc-next-action,
9851         not vc-toggle-read-only.
9853         * vc.el (vc-next-action-on-file): Ignore buffer-read-only while
9854         comparing to file on disk.  Fix the case when claiming the lock
9855         on a file that has unlocked changes.
9856         (vc-log-mode): Don't mention vc-toggle-read-only in the doc string.
9858 2002-07-16  Richard M. Stallman  <rms@gnu.org>
9860         * simple.el (choose-completion-string): Doc fix.
9862         * cus-edit.el: New operation :custom-standard-value.
9863         (Custom-reset-standard): Use it.
9864         (custom-variable, custom-face): Define it.
9865         (custom-variable-standard-value, custom-face-standard-value): New fns.
9866         (custom-face-save): Don't save a face whose value is standard.
9867         (custom-save-faces): Use SYMBOL, not 'default, to set NOW and COMMENT.
9869         * cus-edit.el (custom-face-edit-fix-value):
9870         If VALUE is not a list, pass it thru.
9872         * compare-w.el (compare-windows-whitespace): Always allow newline
9873         even if it does not have whitespace syntax.
9875 2002-07-16  Juanma Barranquero  <lektu@terra.es>
9877         * timer.el (timer-set-time, timer-set-time-with-usecs): Fix docstring.
9879 2002-07-15  Juanma Barranquero  <lektu@terra.es>
9881         * help-fns.el (describe-variable): Show documentation for aliased
9882         variable if alias does not have its own.
9884 2002-07-15  Mike Williams  <mdub@bigfoot.com>
9886         * mouse-sel.el (mouse-sel-bindings): Save/restore interprogram
9887         cut/paste functions.
9889 2002-07-14  Richard M. Stallman  <rms@gnu.org>
9891         * files.el (find-alternate-file): Offer to save a modified buffer.
9892         Handle kill-buffer-query-functions better.
9894         * startup.el (normal-splash-screen, fancy-splash-text):
9895         Update name of help menu item for ordering printed manuals.
9897         * emacs-lisp/checkdoc.el: Fix doc typos.
9899 2002-07-14  Stefan Monnier  <monnier@cs.yale.edu>
9901         * textmodes/tex-mode.el: Set encoding to utf-8.
9902         (tex-start-options): Make it into always-a-string.
9903         Remove silly custom options that are covered by the other var.
9904         (tex-start-commands): Fix docstring.
9905         (tex-open-quote, tex-close-quote): Add options.
9906         (tex-command): Provide default.
9907         (tex-font-lock-keywords-1): Highlight $$...$$.
9908         (tex-font-lock-keywords-2): Fix latin-1 chars.
9909         (tex-mode-map): Remove redundant \t binding.
9910         (tex-mode): Add `subsection' and `newcommand' to known latex cmds.
9911         (latex-mode): Use add-hook for fill-nobreak-predicate.
9912         (tex-common-initialization): Set indent-tabs-mode to nil.
9913         (tex-insert-quote): Undo magic if invoked twice in a row.
9914         (latex-fill-nobreak-predicate): Don't use narrowing.
9915         (tex-latex-block): Don't cons uselessly.
9916         (tex-last-unended-begin): Signal user-friendlier error.
9917         (tex-goto-last-unclosed-latex-block): Don't catch signal.
9918         (tex-start-tex): Switch order of tex-start-options and
9919         tex-start-commands to make it obey docstrings.
9921 2002-07-14  Mike Williams  <mdub@bigfoot.com>
9923         * mouse-sel.el (mouse-sel-bound-events): New constant.
9924         (mouse-sel-bindings): Save/restore original mouse-bindings.
9926 2002-07-13  Stefan Monnier  <monnier@cs.yale.edu>
9928         * emacs-lisp/cl.el (cl-set-substring): Fix thinko.
9929         (cl-hack-byte-compiler): Avoid infinite require loop.
9931         * net/ange-ftp.el: Use hash-tables.
9932         (ange-ftp-make-hashtable, ange-ftp-map-hashtable)
9933         (ange-ftp-make-hash-key, ange-ftp-get-hash-entry)
9934         (ange-ftp-put-hash-entry, ange-ftp-del-hash-entry): Remove.
9935         Replace with make-hash-table, maphash, gethash, puthash and remhash.
9936         (ange-ftp-hash-entry-exists-p): Rewrite.
9937         (ange-ftp-vms-delete-file-entry, ange-ftp-vms-add-file-entry):
9938         Change mapatom -> maphash.
9939         (ange-ftp-file-entry-active-p, ange-ftp-file-entry-not-ignored-p):
9940         Update to new calling mode.
9942         * progmodes/ebrowse.el (ebrowse-symbol-regexp): Avoid cl-set-substring.
9943         (ebrowse-hash-table-to-alist): Delete.
9944         (ebrowse-tags-read-name, ebrowse-tags-list-members-in-file)
9945         (ebrowse-tags-complete-symbol): Use the hashtable for completion.
9947         * textmodes/sgml-mode.el (sgml-quote): Use narrowing.
9948         Improve the regexp used when unquoting.
9949         (sgml-pretty-print): New function.
9950         (sgml-get-context): Better handling of improperly nested tags.
9951         (sgml-show-context): Don't use the FULL arg of sgml-get-context.
9953 2002-07-13  Andreas Schwab  <schwab@suse.de>
9955         * mail/mailabbrev.el (mail-abbrev-make-syntax-table): Check the
9956         inherited table entry.
9958 2002-07-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
9960         * calendar/timeclock.el (timeclock-in): Handle the case where no
9961         log file exists (ie the very first call).
9963 2002-07-13  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9965         * net/ange-ftp.el: Do not hook into file-name-handler-alist, this
9966         is done by Tramp.
9968         * net/tramp.el (tramp-multi-file-name-structure-unified):
9969         Add missing slash and move colon from start to end of each hop.
9970         (tramp-multi-file-name-hop-structure-unified): Move colon from
9971         start to end of each hop.
9973 2002-07-13  Kim F. Storm  <storm@cua.dk>
9975         * progmodes/compile.el (grep-tree): Fixed autoload.
9976         Corrected use of undefined variable `match-files-aliases'.
9978 2002-07-12  Glenn Morris  <gmorris@ast.cam.ac.uk>
9980         * calendar/timeclock.el (timeclock-get-workday-function):
9981         `timeclock-workday' is not a valid option, rather a possible
9982         return value.
9984 2002-07-12  Richard M. Stallman  <rms@gnu.org>
9986         * net/ange-ftp.el (ange-ftp-write-region):
9987         Don't bind executing-kbd-macro; instead, pass non-nil VISIT arg
9988         to ange-ftp-real-write-region.
9990         * replace.el (flush-lines, keep-lines): Convert REND to a marker.
9992         * help-fns.el (help-with-tutorial): Display completion list right away.
9994         * ediff-ptch.el (ediff-test-patch-utility): Catch error and return nil.
9996         * startup.el (command-line): Set memory-signal-data.
9997         (fancy-splash-text, normal-splash-screen):
9998         Mention "Read the Emacs Manual" or C-h r.
9999         Rearrange the initial help to put the help cmds on left
10000         and the actions (exit, undo) on the right.  Other small
10001         text clarifications.
10002         (fancy-splash-text, actions page): Add blank line to balance help page.
10004         * help.el (help-map): Add binding for info-emacs-manual.
10005         (print-help-return-message): Doc fix.
10007         * strokes.el (strokes-help): Call print-help-return-message
10008         while inside with-output-to-temp-buffer.
10010         * info.el (info-emacs-manual): New function.
10011         (Info-use-header-line): Doc fix.
10013         * emacs-lisp/cl.el (multiple-value-call): Add alias.
10015         * progmodes/compile.el (compilation-normalize-filename):
10016         New subroutine, taken out of compilation-parse-errors.
10017         (compilation-parse-errors): Use that, and for directories too.
10018         Don't check whether a directory really exists.
10020 2002-07-12  Juanma Barranquero  <lektu@terra.es>
10022         * help-fns.el (describe-variable): Remove useless "Documentation:"
10023         string.
10025         * timer.el (timer-set-time-with-usecs): Fix documentation.
10026         Simplify extraction of time data.
10028 2002-07-12  John Paul Wallington  <jpw@shootybangbang.com>
10030         * help-fns.el (describe-variable): Mention if the variable is an
10031         alias.  Put `defvaralias' info before the documentation.
10033 2002-07-12  Kenichi Handa  <handa@etl.go.jp>
10035         * international/mule-cmds.el (locale-language-names): Change "mk"
10036         (Macedoninan), "ru" (Russian), and "sp" (Serbian with Cyrillic
10037         alphabet) to "Cyrillic-ISO".
10039 2002-07-11  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10041         * net/tramp.el (tramp-default-method): New default method "sm"
10042         which I guess to be good for most people.
10043         (tramp-default-method-alist): Use "ftp" method (ie, forwarding to
10044         Ange-FTP) for some user/host combinations.
10045         (tramp-file-name-structure, tramp-file-name-regexp)
10046         (tramp-make-tramp-file-format, tramp-make-tramp-file-user-nil-format)
10047         (tramp-multi-file-name-structure, tramp-multi-file-name-hop-structure)
10048         (tramp-make-multi-tramp-file-format): New default value which
10049         unifies the filename syntax between Tramp and Ange-FTP.  The new
10050         syntax is "/method:user@host:path".  Note the colon after the method.
10051         (tramp-handle-file-name-directory): Don't return "/" when
10052         completing a remote root directory (where the filename looks like
10053         "/method:user@host:/").
10054         (tramp-handle-ange-ftp): Deleted.
10055         (tramp-disable-ange-ftp): New function, called at toplevel,
10056         deletes Ange-FTP from file-name-handler-alist.
10057         (tramp-handle-make-symbolic-link): Implement.
10059 2002-07-10  Juanma Barranquero  <lektu@terra.es>
10061         * ido.el (ido-enter-single-matching-directory): Delete leftover comment.
10063         * speedbar.el (speedbar-tag-hierarchy-method): Fix typos.
10064         (speedbar-vc-do-check): Likewise.
10065         (speedbar-obj-do-check): Likewise.
10066         (speedbar-mouse-hscroll): Likewise.
10067         (speedbar-file-lists): Likewise.
10069         * emacs-lisp/authors.el (authors-obsolete-file-p): Fix typo.
10071 2002-07-09  Ole Aamot  <ole@gnu.org>
10073         * compile.el (compilation-error-regexp-alist):
10074         Recognize Valgrind messages.
10076 2002-07-09  Juanma Barranquero  <lektu@terra.es>
10078         * faces.el (face-id): Fix typo.
10080         * hexl.el (hexl-mode): Likewise.
10082         * progmodes/idlw-shell.el (idlwave-shell-set-bp): Likewise.
10084         * progmodes/ebnf-yac.el (ebnf-yac-error): Likewise.
10086         * speedbar.el (speedbar-make-specialized-keymap): Fix docstring.
10087         (speedbar-desired-buffer): Likewise.
10088         (speedbar-line-file): Likewise.
10089         (speedbar-special-mode-key-map): Fix typo.
10090         (speedbar-dynamic-tags-function-list): Likewise.
10091         (speedbar-use-images): Likewise.
10092         (speedbar-up-directory): Likewise.
10093         (speedbar-item-info): Likewise.
10094         (speedbar-set-timer): Likewise.
10095         (speedbar-insert-button): Likewise.
10096         (speedbar-make-button): Likewise.
10097         (speedbar-make-tag-line): Likewise.
10098         (speedbar-insert-files-at-point): Likewise.
10099         (speedbar-update-special-contents): Likewise.
10100         (speedbar-find-selected-file): Likewise.
10101         (speedbar-add-indicator): Likewise.
10102         (speedbar-do-function-pointer): Likewise.
10103         (speedbar-goto-this-file): Likewise.
10104         (speedbar-line-path): Likewise.
10105         (speedbar-mouse-event-p): Likewise.
10106         (speedbar-dir-follow): Likewise.
10107         (speedbar-tag-find): Likewise.
10108         (speedbar-fetch-etags-command): Likewise.
10109         (speedbar-fetch-etags-arguments): Likewise.
10110         (speedbar-toggle-etags): Likewise.
10111         (speedbar-extract-one-symbol): Likewise.
10112         (speedbar-parse-c-or-c++tag): Likewise.
10113         (speedbar-unhighlight-one-tag-line): Likewise.
10114         (speedbar-directory-face): Likewise.
10115         (defimage-speedbar): Likewise.
10116         (speedbar-convert-emacs21-imagespec-to-xemacs): Likewise.
10118 2002-07-09  Miles Bader  <miles@gnu.org>
10120         * hexl.el (hexl-find-file): Bind `completion-ignored-extensions'
10121         to nil when prompting for a filename.
10123 2002-07-09  Kenichi Handa  <handa@etl.go.jp>
10125         * files.el (insert-directory): Be sure to bind
10126         coding-system-for-write to the just decided coding-system-for-read.
10128 2002-07-09  Kim F. Storm  <storm@cua.dk>
10130         * ido.el (ido-make-merged-file-list): Move fully matching item to
10131         head of list.
10132         (ido-find-common-substring): Return substring instead of t.
10134 2002-07-08  Juanma Barranquero  <lektu@terra.es>
10136         * info.el (Info-directory-list): Fix docstring.
10138 2002-07-08  Miles Bader  <miles@gnu.org>
10140         * comint.el (comint-dynamic-list-completions): Sort COMPLETIONS
10141         before first use.
10143 2002-07-08  Kim F. Storm  <storm@cua.dk>
10145         * files.el (after-find-file): Don't check for read-only status
10146         of files just created (and not yet saved on disk).
10148         * ido.el (ido-completion-help): Changed xemacs specific code to
10149         avoid byte compiler warning in GNU emacs.
10150         (ido-set-matches1): Use regexp-quote instead of identity.
10151         (ido-complete-space): New function.
10152         (ido-define-mode-map): Bind it to SPACE.
10154 2002-07-07  Stefan Monnier  <monnier@cs.yale.edu>
10156         * font-lock.el (font-lock-default-unfontify-region):
10157         Use remove-list-of-text-properties.
10158         (font-lock-extra-managed-props): Doc fix.
10160         * facemenu.el: Move `provide' to the end.
10161         (facemenu-read-color): Don't cons unnecessarily.
10163         * language/ind-util.el (indian-make-hash):
10164         * language/devan-util.el (dev-char-glyph-hash, dev-glyph-glyph-hash)
10165         (dev-glyph-glyph-2-hash): Switch makehash -> make-hash-table.
10167         * subr.el (insert-string): Update the obsolete info.
10168         (makehash): Move from C and mark obsolete.
10170         * emacs-lisp/debug.el (debug-on-entry): Fix the wrapper used for
10171         aliases to also work for interactive functions.
10172         Use the same wrapper for subroutines.
10173         (cancel-debug-on-entry): Get rid of the now-useless wrapper.
10174         (debug-on-entry-1): Correctly skip docstrings and interactive forms.
10176         * textmodes/texinfo.el (texinfo-font-lock-keywords): Disable the
10177         automatic environment name update.
10178         (texinfo-clone-environment): Fix it not to incorrectly match prefixes.
10180 2002-07-07  Richard M. Stallman  <rms@gnu.org>
10182         * emacs-lisp/easymenu.el (easy-menu-popup-menu): Function deleted.
10184         * emacs-lisp/advice.el (ad-compile-function):
10185         Disable cl-function warnings if cl is loaded.
10187         * files.el (safe-local-eval-forms): New user option.
10188         (hack-one-local-variable-eval-safep): Support it.
10189         Also allow `safe-local-eval-function' property to be a function
10190         or a list of functions.
10191         (c-add-style): Delete `safe-local-eval-function' property.
10193         * files.el (after-find-file): Make buffer read-only if file is
10194         marked that way, even for root.
10196         * files.el (save-some-buffers): Doc fix.
10198         * bindings.el (completion-ignored-extensions): Add .gmo and .mo.
10200 2002-07-06  Francesco Potort\e,Al\e(B  <pot@gnu.org>
10202         * dos-w32.el (file-name-buffer-file-type-alist): Add knowledge of
10203         .sx[dmicw] file suffixes for Open office data files.
10205         * files.el (auto-mode-alist): Likewise.
10207         * international/mule.el (auto-coding-alist): Likewise.
10209 2002-07-05  Kim F. Storm  <storm@cua.dk>
10211         * emulation/cua-rect.el (cua--rectangle-operation): Don't call
10212         FCT if current column is outside rectangle.
10213         (cua--delete-rectangle): Do nothing if zero width or out of bounds.
10215 2002-07-04  Stefan Monnier  <monnier@cs.yale.edu>
10217         * net/ange-ftp.el: Use add-hook and find-file-hook.
10218         (ange-ftp-parse-netrc): Use run-hooks and find-file-hook.
10219         (ange-ftp-ls-parser): Make it into a function.
10220         Ignore trailing @ in symlink targets.
10221         (ange-ftp-file-entry-p): Ignore FTP errors.
10222         (ange-ftp-insert-directory): Use ange-ftp-expand-symlink
10223         to correctly expand "/flint:/bla -> ./etc" to /flint:/etc.
10225 2002-07-04  Per Abrahamsen  <abraham@dina.kvl.dk>
10227         * simple.el (toggle-truncate-lines): New command.
10229 2002-07-04  Miles Bader  <miles@gnu.org>
10231         * comint.el (comint-displayed-dynamic-completions): New variable.
10232         (comint-dynamic-list-completions): Be more careful about choosing
10233         when to scroll an existing completions window.
10235 2002-07-03  Andreas Schwab  <schwab@suse.de>
10237         * net/tramp.el (tramp-handle-ange-ftp): Move interactive spec
10238         after doc string.
10240 2002-07-03  Juanma Barranquero  <lektu@terra.es>
10242         * net/tramp.el (tramp-send-eof): Fix typo.
10243         (tramp-kill-process): Likewise.
10245         * play/dunnet.el (dun-physobj-desc): Likewise.
10247         * textmodes/reftex-vars.el (reftex-label-alist): Likewise.
10249         * calendar/timeclock.el (timeclock-workday-remaining): Likewise.
10250         (timeclock-workday-elapsed): Likewise.
10252         * allout.el (outline-goto-prefix): Likewise.
10254         * emulation/tpu-edt.el (tpu-delete-to-eol): Likewise.
10255         (tpu-delete-to-bol): Likewise.
10257         * subr.el (chars-in-region): Add obsolescence declaration for
10258         `chars-in-region'.
10260 2002-07-03  Miles Bader  <miles@gnu.org>
10262         * faces.el (header-line): Don't use a `common' clause for
10263         inheriting from the mode-line face, since we can't override it,
10264         and we don't want it for ttys.
10266 2002-07-02  Richard M. Stallman  <rms@gnu.org>
10268         * net/ange-ftp.el (ange-ftp-hook-function): Add file-remote-p prop.
10270         * files.el (hack-one-local-variable-constantp): New function.
10271         (hack-one-local-variable-eval-safep): New function.
10272         Check for `eval:' calling fn with `safe-local-eval-function' property.
10273         (hack-one-local-variable): Use hack-one-local-variable-eval-safep.
10274         (c-add-style, c-set-style): Add safe-local-eval-function property.
10276         * files.el (insert-directory): Handle --dired option to ls.
10278         * files.el (file-remote-p): New function.
10280         * emacs-lisp/easymenu.el (easy-menu-popup-menu): New function.
10282         * startup.el (fancy-splash-screens): Switch to a chosen frame.
10283         (fancy-splash-frame): Choose the right frame to use.
10284         (use-fancy-splash-screens-p): Check dimensions of the right frame
10285         in order to decide.
10287         * emacs-lisp/bytecomp.el (byte-compile-warning-types):
10288         Rename cl-func to cl-functions.  Enable it by default.
10289         (byte-compile-file-form-eval-boundary): Turn off cl-functions warnings
10290         if the file loads cl.
10291         (byte-compile-initial-macro-environment): For eval-and-compile,
10292         use byte-compile-eval-before-compile to eval.
10293         (byte-compile-eval-before-compile): New function to turn off
10294         cl-functions when appropriate, for eval-and-compile.
10295         (byte-compile-warnings): Doc fix.
10297 2002-07-02  Dave Love  <fx@gnu.org>
10299         * emacs-lisp/bytecomp.el (byte-compile-warnings): Add cl-func option.
10300         (byte-compile-cl-warn): New function.
10301         (byte-compile-form): Use it, to warn about calling cl functions.
10302         (byte-compile-warning-types): Doc fix.
10304 2002-07-02  Juanma Barranquero  <lektu@terra.es>
10306         * mail/rmailsum.el (rmail-user-mail-address-regexp): Fix typo.
10308         * textmodes/reftex-cite.el (reftex-citation): Fix typo.
10310         * progmodes/cperl-mode.el (cperl-break-one-line-blocks-when-indent):
10311         Fix typo.
10313 2002-07-02  Kim F. Storm  <storm@cua.dk>
10315         * emacs-lisp/bindat.el: New file.
10317 2002-07-01  Sam Steingold  <sds@gnu.org>
10319         * textmodes/tex-mode.el (tex-file): Call `save-some-buffers'
10320         before `tex-main-file' because if the current buffer is new, its
10321         file might not exist yet, and then `tex-main-file' will
10322         incorrectly return "foo.tex.tex".
10324 2002-07-01  Juanma Barranquero  <lektu@terra.es>
10326         * ido.el (ido-minibuffer-setup-hook): Doc fix.
10328 2002-07-01  Dave Love  <fx@gnu.org>
10330         Make strokes a proper minor mode, and don't try to overload
10331         mouse-2, which doesn't work satisfactorily.
10333         * strokes.el: Doc fixes.
10334         (strokes-mode): Defcustom deleted; replaced by minor mode def with
10335         re-written function.
10336         (strokes-while-inhibiting-garbage-collector): Comment out.
10337         (define-stroke, strokes-fix-button2-command, strokes-insinuated)
10338         (strokes-insinuate, global-set-stroke, describe-stroke)
10339         (load-user-strokes, save-strokes, strokes-bug-address)
10340         (strokes-click-command): Deleted.
10341         (strokes-execute-stroke): Remove strokes-click-p case.
10342         (strokes-describe-stroke): Remove strokes-click-p stuff.
10343         (strokes-help): Fix.
10344         (strokes-report-bug): Alias to report-emacs-bug.
10345         (strokes-prompt-user-save-strokes): Modify format of the file.
10346         (strokes-mode-map, strokes-unload-hook): New.
10347         (strokes-buffer-name): Don't customize.
10349 2002-07-01  Richard M. Stallman  <rms@gnu.org>
10351         * info.el (Info-index): Get immediate error if used in `dir'.
10353         * textmodes/picture.el (picture-forward-column)
10354         (picture-move-down): Never deactivate the mark.
10356 2002-06-30  Simon Josefsson  <jas@extundo.com>
10358         * menu-bar.el (menu-bar-options-menu): Move elisp mode names from
10359         menu entry into balloon help.
10361 2002-06-30  Andreas Schwab  <schwab@suse.de>
10363         * files.el (directory-free-space-args): Don't use `-P' on Darwin.
10364         * term/mac-win.el: Don't set it here.
10366 2002-06-29  Stefan Monnier  <monnier@cs.yale.edu>
10368         * pcvs-defs.el (cvs-mode-map): Bind ! to `force'.
10370 2002-06-29  Andreas Schwab  <schwab@suse.de>
10372         * term/mac-win.el: Use directory-free-space-program instead of
10373         obsolete variable dired-free-space-program.  On Darwin, don't set
10374         directory-free-space-program, shell-file-name and
10375         process-connection-type; set directory-free-space-args to not
10376         include `-P' and use utf-8 for file name coding system.
10378         * simple.el (shell-command-on-region): Handle errors and signals
10379         from shell command execution.
10380         (display-message-or-buffer): Fix last change.
10381         (shell-command-default-error-buffer): Doc fix.
10383         * dired.el (dired-view-file): Quote file name for
10384         dired-run-shell-command.
10386 2002-06-29  Kim F. Storm  <storm@cua.dk>
10388         * kmacro.el: New file.
10390 2002-06-28  John Wiegley  <johnw@gnu.org>
10392         * pcmpl-cvs.el: Added my name as the maintainer of this file.
10394 2002-06-28  Andreas Schwab  <schwab@suse.de>
10396         * shell.el (explicit-bash-args): New user option.
10398 2002-06-28  Kim F. Storm  <storm@cua.dk>
10400         * ido.el: New file.
10402 2002-06-28  Stefan Monnier  <monnier@cs.yale.edu>
10404         * derived.el (define-derived-mode): Preserve the `mode-class' rather
10405         than the `special' symbol property.
10406         (derived-mode-class): Make it obsolete.
10408 2002-06-27  Andreas Schwab  <schwab@suse.de>
10410         * net/tramp.el (tramp-handle-ange-ftp): Fix typo.
10412 2002-06-27  Juanma Barranquero  <lektu@terra.es>
10414         * emacs-lisp/bytecomp.el (baud-rate): Fix obsolescence declaration.
10415         (meta-flag): Likewise.
10417         * international/mule-util.el (string-to-sequence): Likewise.
10419         * subr.el (char-bytes): Likewise.
10420         (make-local-hook): Likewise.
10421         (baud-rate): Remove redundant info from docstring.
10423         * faces.el (frame-update-faces): Fix obsolescence declaration.
10424         (internal-get-face): Remove redundant info from docstring and
10425         fix obsolescence declaration.
10427         * rect.el (move-to-column-force): Likewise.
10429         * help-fns.el (describe-function-1): Use semicolon instead of dot.
10430         (describe-variable): Likewise.
10432 2002-06-27  Stefan Monnier  <monnier@cs.yale.edu>
10434         * mwheel.el (mouse-wheel-change-button): Deactivate before changing.
10435         (mouse-wheel-up-button, mouse-wheel-down-button): Obsolete.
10436         (mouse-wheel-up-event, mouse-wheel-down-event): New vars.
10437         (mouse-wheel-follow-mouse): Change default to t.
10438         (mwheel-event-button): Return the basic event symbol.
10439         (mwheel-scroll): Work with non-mouse events.
10440         (mouse-wheel-mode): Use the new vars.
10441         (mwheel-install): Obey `uninstall'.
10443         * term/xterm.el (function-key-map): Add some bindings.
10445         * uniquify.el (uniquify-delay-rationalize-file-buffer-names):
10446         Rename from delay-uniquify-rationalize-file-buffer-names.
10447         Only rationalize if the buffer is under uniquify control.
10448         (uniquify-delayed-rationalize-file-buffer-names):
10449         Rename from delayed-uniquify-rationalize-file-buffer-names.
10451 2002-06-27  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10453         * net/tramp.el (tramp-file-name-structure)
10454         (tramp-multi-file-name-hop-structure): Split for easier readability.
10455         (tramp-handle-make-symbolic-link): Use user/host/method/... from
10456         LINKNAME, not FILENAME.
10457         (tramp-handle-verify-visited-file-modtime):
10458         Call tramp-ange-ftp-file-name-p with right parameters.
10459         (tramp-handle-verify-visited-file-modtime): `insert' does not
10460         work for integers, convert them to strings first.
10461         (tramp-handle-ange-ftp): New function to perform setup for
10462         replacing Ange-FTP with Tramp.
10463         (tramp-repair-jka-compr): New function to factor out some
10464         previously top-level code.  Call the function at top-level.
10466 2002-06-27  Juanma Barranquero  <lektu@terra.es>
10468         * composite.el (decompose-composite-char): Fix docstring.
10470         * faces.el (describe-face): Capitalize "not documented" message.
10472         * help-fns.el (describe-variable): Likewise.
10473         (describe-function-1): Likewise. Also, document the obsolescence
10474         of the function, if applicable.
10476 2002-06-26  Juanma Barranquero  <lektu@terra.es>
10478         * info.el (info-menu-5): Fix documentation.
10479         (Info-fontify-maximum-menu-size): Remove reference to `Info-fontify'.
10481 2002-06-26  Richard M. Stallman  <rms@gnu.org>
10483         * emacs-lisp/cl.el (values): Simplify definition.
10485         * simple.el (shell-command): Match & only at end of whole command.
10486         (display-message-or-buffer): Don't use the echo area
10487         if output buffer is visible.
10489         * tooltip.el (tooltip-x-offset, tooltip-y-offset): Doc fixes.
10491         * progmodes/cperl-mode.el: Many trivial doc fixes.
10492         (cperl-non-problems): Definition deleted.
10493         (cperl-menu): Don't refer to cperl-non-problems.
10494         (cperl-word-at-point): Add doc string.
10495         (cperl-beautify-regexp-piece): Fix error message.
10496         (cperl-invert-if-unless): Fix error message.
10498         * dired.el (dired-find-alternate-file): Mark as disabled.
10500 2002-06-25  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10502         * net/tramp.el (tramp-ftp-method): New user option.
10503         (tramp-invoke-ange-ftp): New function to forward calls to Ange-FTP.
10504         (with-parsed-tramp-file-name): New macro for the usual big `let'
10505         statement to dissect a file-name.
10506         (tramp-handle-make-symbolic-link, tramp-handle-load)
10507         (tramp-handle-file-name-directory)
10508         (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
10509         (tramp-handle-file-truename, tramp-handle-file-directory-p)
10510         (tramp-handle-file-regular-p, tramp-handle-file-symlink-p)
10511         (tramp-handle-file-writable-p, tramp-handle-file-writable-p):
10512         Use the new macro and forward call to Ange-FTP if applicable.
10513         (tramp-make-ange-ftp-file-name): New helper function to convert a
10514         file name into an Ange-FTP file name, used by `tramp-invoke-ange-ftp'.
10515         (tramp-default-method-alist): New user option.
10516         (tramp-find-default-method): Use it.
10517         (tramp-sh-extra-args): New variable.
10518         (tramp-find-shell): Use it.
10519         (tramp-open-connection-rsh): Support a kludgy feature for the
10520         "-p" option to ssh.  If host name is given as "host#42", uses the
10521         "-p 42" option.
10523 2002-06-25  Andreas Schwab  <schwab@suse.de>
10525         * replace.el (occur-1): Avoid invalid message format string.
10527 2002-06-24  Stefan Monnier  <monnier@cs.yale.edu>
10529         * emacs-lisp/bytecomp.el (byte-compile-callargs-warn):
10530         Check for `noruntime' even if the function has a known sig.
10531         (byte-compile-file, byte-compile-output-docform):
10532         Don't hard code point-min = 1.
10534         * pcvs.el (cvs-parse-process): Don't save/restore point.
10535         Fix last change not to introduce spurious dir FIs.
10536         (cvs-move-to-goal-column): New function extracted from
10537         cvs-mode-previous-line.
10538         (cvs-mode-previous-line, cvs-mode-next-line): Use it.
10539         (cvs-addto-collection): Use it to preserve point.
10540         (cvs-vc-command-advice): Ad-hoc workaround for `cvs -q add'.
10542         * mwheel.el (mouse-wheel-scroll-amount,mwheel-scroll,mouse-wheel-mode):
10543         Don't require the first element to be modifier-free.
10545         * pcvs-parse.el (cvs-parse-table):
10546         Handle `nothing known about' with more care.
10548         * pcvs.el (cvs-fileinfo-kill): Remove.
10549         (cvs-parse-process): Add `old-fis' argument.
10550         (cvs-mode-run): Use it instead of cvs-fileinfo-kill.
10552         * descr-text.el (describe-property-list): Make sure there's
10553         a space between the property name and its value.
10554         (describe-text-properties): Don't kill a pre-existing buffer.
10556         * mwheel.el: Undo last patch from Stephen Gildea for now.
10558 2002-06-24  Kim F. Storm  <storm@cua.dk>
10560         * emulation/keypad.el: Added :require 'keypad to defcustoms.
10562 2002-06-23  Stefan Monnier  <monnier@cs.yale.edu>
10564         * subr.el (event-start, event-end, event-click-count):
10565         Accept non-mouse events as well.
10566         (read-key): New function.
10567         (read-quoted-char): Use it.  Use this-single-command-raw-keys as well.
10569         * files.el: Rename (and mark as obsolete)
10570         find-file-hooks to find-file-hook,
10571         find-file-not-found-hooks to find-file-not-found-functions,
10572         write-file-hooks to write-file-functions,
10573         write-contents-hooks to write-contents-functions.
10574         Mark local-write-file-hooks as obsolete.
10575         (locate-file-completion): Don't cons uselessly.  Use test-completion.
10576         (basic-save-buffer): Use (point-min) rather than 1.
10577         (basic-save-buffer-2): Obey the `setmodes' returned by backup-buffer.
10579         * help-fns.el (describe-variable): Only use `buffer' is still live.
10580         Use `delete-region' instead of save-excursion + delete-char.
10581         Document the obsolescence of the variable, if applicable.
10583 2002-06-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
10585         * progmodes/f90.el (f90-do-auto-fill): Respect the value of
10586         comment-auto-fill-only-comments.
10588 2002-06-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10590         * net/ange-ftp.el (backup-buffer): Delete `ange-ftp' property.
10591         This is not a handled operation.
10593 2002-06-21  Kim F. Storm  <storm@cua.dk>
10595         * emulation/cua-base.el (cua--prefix-arg): Make register prefixes
10596         work again.  Corrected error in check for C-u initiated prefix.
10598         * emulation/keypad.el (keypad-setup): Handle kp-begin like kp-space.
10600 2002-06-21  Richard M. Stallman  <rms@gnu.org>
10602         * net/browse-url.el (browse-url-at-mouse): Don't pass an arg
10603         to browse-url-at-point.
10605         * play/zone.el (zone-idle): Var deleted.
10607         * international/iso-acc.el (iso-languages) <french>:
10608         `~ ' now generates `~', `~,' definition deleted.
10610         * format.el (format-annotate-function): Copy multibyte flag
10611         and selective-display into the new temp buffer.
10613         * edmacro.el (edmacro-fix-menu-commands):
10614         Discard `help-echo' events.  Handle (menu-bar) events.
10615         Simplify by converting key sequence to a list and then back to vector.
10617 2002-06-21  Stephen Gildea  <gildea@stop.mail-abuse.org>
10619         * mwheel.el: Allow arbitrary keys for scrolling, add a third
10620         scrolling speed, fix an unwind-protect.
10621         (mouse-wheel-scroll-amount): Now a three-element list.
10622         (mouse-wheel-scroll-down-slow, mouse-wheel-scroll-up-slow)
10623         (mouse-wheel-scroll-down-normal, mouse-wheel-scroll-up-normal)
10624         (mouse-wheel-scroll-down-fast, mouse-wheel-scroll-up-fast):
10625         New functions.
10627 2002-06-21  Andreas Schwab  <schwab@suse.de>
10629         * files.el (find-file-read-args): Add new argument `mustmatch' and
10630         pass it down to read-file-name.
10631         (find-file, find-file-other-window, find-file-other-frame)
10632         (find-file-read-only, find-file-read-only-other-window)
10633         (find-file-read-only-other-frame): Use it and fix prompts.
10635 2002-06-21  Stefan Monnier  <monnier@cs.yale.edu>
10637         * pcvs-defs.el (cvs-version): Use cvs-program rather than "cvs".
10639 2002-06-20  Emmanuel Briot  <briot@act-europe.fr>
10641         * progmodes/ada-mode.el: Update copyright notice.
10642         Synchronize with GNAT release 3.15a1.
10643         Do not attempt to load ada-support, which is only for compatibility
10644         with older Emacs versions, and is not needed for Emacs 21.
10645         Fix various calls to count-lines, that didn't work correctly when the
10646         buffer was narrowed.
10647         (ada-continuation-indent): New variable.
10648         (ada-contextual-menu): New entry "List local references", faster than
10649         "List References".
10650         (ada-mode): New alignment rules provided by S. Leake.
10651         Add support for which-function-mode.
10652         (ada-get-current-indent): Fix indentation of named parameter lists and
10653         nested boolean expressions.
10654         (ada-indent-on-previous-lines): Fix indentation of labels.
10655         (ada-search-prev-end-stmt): Fix searching of the previous
10656         end-statement, specially with regards to nested subprograms.
10657         (comment-region advice): Initially disabled, for better compatibility
10658         with other modes.
10659         (ada-fill-comment-paragraph): Fixed (no longer worked with Emacs 21).
10661         * progmodes/ada-xref.el: Update copyright notice.
10662         (ada-xref-create-ali): The default is now not to create automatically
10663         the ALI files by compiling the unit, since this isn't always reliable
10664         and requires an up-to-date project file.
10665         (ada-prj-default-comp-cmd): No longer use gcc directly to compile
10666         a file, but use gnatmake instead, since this gives access to the GNAT
10667         project files.
10668         (ada-xref-search-with-egrep): New variable, suggested by P. Waroquiers.
10669         (ada-load-project-hook): New variable, for support of GNAT
10670         project files.
10671         (ada-update-project-menu): Fix the detection of the project file name.
10672         (ada-add-keymap): Change key binding for ada-find-file, that conflicted
10673         with another binding in ada-mode.el.
10674         (ada-add-menu): New menu "List Local References", to list the reference
10675         to the entity only in the current file, instead of looking in the whole
10676         project.  Much faster.
10677         (ada-find-references): New parameters arg and local-only.
10678         (ada-find-any-references): New parameters local-only and append.
10679         (ada-goto-declaration): Fix handling of predefined entities in xref.
10680         (ada-get-all-references): Updated to the new xref format in GNAT 3.15,
10681         still compatible with GNAT 3.14 of course.  Fix various calls to
10682         count-lines, that didn't work correctly when the buffer was narrowed.
10684         * progmodes/ada-prj.el: Update copyright.
10685         (ada-prj-load-directory): Make sure we do not use one of the new Emacs
10686         21 dialogs to select the file, since we want a directory name only.
10687         (ada-customize): Add support for the new GNAT project files.
10689 2002-06-20  Francesco Potort\e,Al\e(B  <pot@gnu.org>
10691         * progmodes/etags.el (tag-implicit-name-match-p): New function.
10692         (etags-recognize-tags-table): Use it for implicit tag names.
10694 2002-06-20  Miles Bader  <miles@gnu.org>
10696         * comint.el (comint-get-old-input-default): Strip text properties
10697         for fields too.
10699         * comint.el (comint-output-filter): Run output-filter functions
10700         before setting up the prompt.
10702         * international/characters.el: Re-enable code giving word syntax
10703         to certain japanese-jisx0208 characters.
10705 2002-06-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
10707         * progmodes/f90.el (f90-type-def-re): Fix value.
10708         (f90-looking-at-type-like): Adapt for new `f90-type-def-re' value.
10710 2002-06-18  Stefan Monnier  <monnier@cs.yale.edu>
10712         * international/quail.el (quail-help): Don't assume the buffer
10713         is displayed in the same frame.
10715         * emacs-lisp/debug.el (cancel-debug-on-entry):
10716         * emacs-lisp/regexp-opt.el (regexp-opt-group): Don't cons uselessly.
10718         * pcvs.el (cvs-vc-command-advice): Handle the case where args
10719         are passed to `cvs' before the command name.
10720         (cvs-fileinfo-kill): Mark old FIs as up-to-date rather than dead.
10722         * pcvs-info.el (cvs-add-face): Minor rewrite.
10723         (cvs-fileinfo-pp): Use `cvs-goal-column' with directory entries.
10725         * newcomment.el (comment-normalize-vars): Refresh the comment-foo-skip
10726         regexp when they don't match comment-foo any more.
10728 2002-06-18  Juanma Barranquero  <lektu@terra.es>
10730         * filesets.el (filesets-update-pre010505): Fix typo.
10732         * eshell/em-pred.el (eshell-modifier-help-string): Fix typos.
10734         * emulation/edt.el (edt-substitute): Fix typo.
10736         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine): Fix typo.
10738         * comint.el (comint-next-prompt, comint-previous-prompt): Fix typos.
10740         * progmodes/sh-script.el (sh-electric-rparen-needed): Remove.
10742 2002-06-17  Richard M. Stallman  <rms@gnu.org>
10744         * facemenu.el (facemenu-map): Rename to Describe Text
10745         to Describe Properties and use describe-text-properties.
10747         * simple.el (what-cursor-position): Use describe-char.
10749         * descr-text.el (describe-char): Moved from mule-diag.el, renamed
10750         from describe-char-after.  Now calls describe-text-properties.
10751         (describe-property-list): Renamed from describe-text-properties.
10752         (describe-text-properties): Renamed from describe-text-at.
10753         New arg OUTPUT-BUFFER.
10754         (describe-text-properties-1):
10755         New subroutine, broken out from describe-text-properties.
10756         Output a newline before each section of the output.
10758         * international/mule-diag.el (describe-char-after):
10759         Moved to descr-text.el.
10761 2002-06-17  Eli Zaretskii  <eliz@is.elta.co.il>
10763         * international/mule.el (ctext-pre-write-conversion): Fix the values
10764         of FROM and TO if we create a new buffer.
10766 2002-06-17  John Paul Wallington  <jpw@shootybangbang.com>
10768         * comint.el (comint-insert-clicked-input): Insert clicked-on
10769         previous input without properties.
10771 2002-06-16  Andrew Choi  <akochoi@shaw.ca>
10773         * term/mac-win.el (scalable-fonts-allowed): Set to t.
10775 2002-06-15  Colin Walters  <walters@debian.org>
10777         * pcvs-info.el (global-font-lock-mode, font-lock-auto-fontify):
10778         Delete defvars.
10779         (cvs-highlight): Delete.
10780         (cvs-add-face): Use `font-lock-face'.  Always add properties.
10782         * ibuffer.el (ibuffer-movement-cycle): New variable.
10783         (ibuffer-backward-line, ibuffer-forward-line): Use it.
10785 2002-06-15  Richard M. Stallman  <rms@gnu.org>
10787         * emacs-lisp/bytecomp.el (byte-recompile-directory): Doc fix.
10788         (batch-byte-recompile-directory): Undo previous change.
10790         * comint.el (comint-skip-input): New function.
10791         (comint-interrupt-subjob, comint-kill-subjob, comint-quit-subjob)
10792         (comint-stop-subjob): Use comint-skip-input.
10794         * ielm.el (ielm-eval-input): Use error-message-string.
10795         (ielm-format-error, ielm-format-errors): Functions deleted.
10797 2002-06-14  Kim F. Storm  <storm@cua.dk>
10799         * progmodes/compile.el (grep-tree): Doc fixes.
10800         Added SUBDIRS arg for non-interactive use.
10802 2002-06-14  Juanma Barranquero  <lektu@terra.es>
10804         * comint.el (comint-snapshot-last-prompt):
10805         Bind `inhibit-read-only' to t to support read-only prompts.
10806         (comint-output-filter): Likewise.
10808 2002-06-14  Miles Bader  <miles@gnu.org>
10810         * subr.el (copy-tree): Use `nconc' and `nreverse' instead of `nreconc'.
10811         (pop): Move the call to `car' outside the prog1, as the compiler
10812         then generates better code.
10814 2002-06-13  Richard M. Stallman  <rms@gnu.org>
10816         * play/zone.el (zone-timer): New variable holds the idle timer.
10817         (zone): Don't fiddle with the idle timer at all.
10818         (zone-when-idle): Put the idle timer in zone-timer.
10819         If one is already set up, cancel it and make a new one.
10820         (zone-leave-me-alone): Likewise.
10822 2002-06-13  Jason Rumney  <jasonr@gnu.org>
10824         * w32-fns.el (w32-charset-info-alist): Reorder.
10826 2002-06-13  Andreas Schwab  <schwab@suse.de>
10828         * files.el (auto-mode-alist): Move entry for ".in" to the end.
10830 2002-06-13  Miles Bader  <miles@gnu.org>
10832         * comint.el (comint-mode): Don't set `font-lock-defaults'.
10833         (comint-mode-hook): Turn on font-lock by default.
10835 2002-06-12  Karl Fogel  <kfogel@red-bean.com>
10837         * bookmark.el (bookmark-file-or-variation-thereof):
10838         Restore vc-backend check, thanks to Robert Thorpe for noticing.
10840 2002-06-12  Eli Zaretskii  <eliz@is.elta.co.il>
10842         * textmodes/bibtex.el: Change the maintainer to "none".
10844 2002-06-12  Juanma Barranquero  <lektu@terra>
10846         * term/w32-win.el (x-handle-switch): Fix handling of
10847         x-invocation-args for switches with arguments.
10849 2002-06-12  Stefan Monnier  <monnier@cs.yale.edu>
10851         * menu-bar.el (menu-bar-showhide-fringe-menu): Don't use `fringe-mode'
10852         without first making sure it's bound.
10854 2002-06-12  Richard M. Stallman  <rms@gnu.org>
10856         * info.el (Info-fontify-node): Compute header line specially
10857         if node has no next, previous or up links.
10858         Hide the part of the first line that is used in the header.
10859         Use Info-next-link-keymap, etc.
10860         (Info-next-link-keymap, Info-prev-link-keymap)
10861         (Info-up-link-keymap): New variables.
10863         * international/mule-diag.el (describe-char-after): Doc fix.
10865         * view.el (view-mode-enter): Clarify echo area message.
10867         * info.el (Info-select-node): Turn header line on or off here.
10868         (Info-setup-header-line): Function deleted.
10869         (Info-mode): Make Info-header-line local.
10870         (Info-fontify-node): Ignore Info-use-header-line.
10871         Unconditionally compute what the header line should be, and
10872         store it on the `header-line' property of the node's first char.
10873         Bind [header-line down-mouse-1].
10874         Use `keymap' property, not `local-map'.
10875         Bind [mouse-2] for mouse clicks on the node line in the text.
10877         * font-lock.el (font-lock-beginning-of-syntax-function): Doc fix.
10879 2002-06-12  Miles Bader  <miles@gnu.org>
10881         * comint.el (comint-send-input): Properly handle empty and
10882         no-newline input regions.
10884 2002-06-12  Colin Walters  <walters@gnu.org>
10886         * calc/calc.el: Use `when', `unless'.
10887         (calc-trail-mode): Use an italic `font-lock-face'.
10888         (calc-refresh): Ditto.
10890 2002-06-12  Colin Walters  <walters@debian.org>
10892         * font-core.el (font-lock-core-only): Variable deleted.
10893         All uses removed.
10894         (font-lock-set-defaults): Variable alist settings moved back into
10895         font-lock-set-defaults-1.
10896         (turn-on-font-lock-if-enabled): Always turn on font-lock unless it
10897         is specifically excluded by the user.
10899         * font-lock.el (font-lock-set-defaults-1): Set variable alist here.
10901         * help-mode.el (help-mode): Don't set `font-lock-defaults'.
10903         * ibuffer.el (ibuffer-mode): Don't set `font-lock-defaults'.
10905         * info.el (Info-mode): Don't set `font-lock-defaults'.
10907         * replace.el (occur-mode): Don't set `font-lock-defaults'.
10909         * help-mode.el (help-highlight-p, help-highlight-face):
10910         Variable was unused; delete.
10911         (help-make-xrefs): Doc fix.
10913 2002-06-11  Richard M. Stallman  <rms@gnu.org>
10915         * format.el (format-alist): Document new element PRESERVE.
10916         (format-write-file): Implement PRESERVE elt for a format.
10918         * files.el (make-auto-save-file-name): Rename local `filename' to
10919         `file-name'.
10921 2002-06-10  Richard M. Stallman  <rms@gnu.org>
10923         * progmodes/ebrowse.el (ebrowse-draw-tree-fn): Use copy-sequence.
10924         (ebrowse-copy-list): Function deleted.
10926         * eshell/em-unix.el (eshell/diff): Use copy-sequence.
10928         * eshell/esh-mode.el (eshell-mode, eshell-mode): Use copy-sequence.
10930         * eshell/esh-util.el (eshell-copy-list): Function deleted.
10931         (eshell-sublist): Use copy-sequence.
10932         (eshell-copy-tree): Make it an alias for copy-tree.
10934         * emacs-lisp/cl.el (copy-list): Moved back from subr.el.
10936         * subr.el (copy-list): Moved to cl.el.
10937         (copy-tree): Don't use copy-list or cl-pop.
10939 2002-06-10  Miles Bader  <miles@gnu.org>
10941         Make comint use text properties for highlighting instead of overlays:
10942         * comint.el (comint-last-output-overlay): Variable removed.
10943         (comint-send-input, comint-output-filter): Use text properties
10944         instead of overlays.
10945         (comint-insert-clicked-input): Rewrite to work with text
10946         properties as well as overlays
10947         (comint-snapshot-last-prompt): Snapshot using text properties.
10948         (comint-get-old-input-default, comint-extract-string): Don't copy
10949         text properties.
10951         * simple.el (line-move-finish): Inhibit field motion when
10952         computing `line-end'.
10954         * files.el (revert-buffer): Correct typo: variable name is
10955         `buffer-file-format', not `buffer-file-formats'.
10957         * comint.el (comint-send-input, comint-output-filter): Use the
10958         `font-lock-face' property instead of `face'.  Don't check the
10959         highlight-enabling variables anymore.
10960         (comint-highlight-input, comint-highlight-prompt): Variables removed.
10962         * faces.el (display-supports-face-attributes-p): New function.
10963         (face-spec-set-match-display): Support `supports' predicate.
10964         (italic): Try underlining for displays that don't support real italics.
10965         * cus-edit.el (custom-display): Add support for `supports' predicate.
10966         * term/tty-colors.el (color-name-rgb-alist): Use 16-bit RGB values
10967         instead of 8-bit, for consistency with the rest of emacs.
10968         (tty-color-canonicalize): Only copy COLOR if we need to change it.
10969         (tty-color-approximate): Scale values from `color-name-rgb-alist'
10970         appropriately.  Return the whole color description, rather than
10971         just the RGB values.
10972         (tty-color-standard-values): New function.  Code mostly taken from
10973         `tty-color-translate'.
10974         (tty-color-translate, tty-color-values): Use `tty-color-desc' to
10975         do all the work.
10976         (tty-color-desc): Do color lookup here instead of calling
10977         `tty-color-translate' and `tty-color-by-index'; this is now the
10978         main place to do it.
10980 2002-06-09  Martin Stjernholm  <bug-cc-mode@gnu.org>
10982         * progmodes/cc-style.el (c-set-style, c-set-style-1):
10983         Add another state for the `dont-override' flag where it only keeps
10984         globally set variables.
10986 2002-06-08  Colin Walters  <walters@gnu.org>
10988         * descr-text.el (describe-text-properties): Sort the output by the
10989         size of the values.  Put `font-lock-face' property on property names.
10990         (toplevel): Provide `descr-text'.
10992         * international/mule-diag.el (describe-char-after): When there are
10993         text properties, require `descr-text', and just call
10994         `describe-text-properties'.
10996         * international/mule.el (sgml-html-meta-auto-coding-function):
10997         New function.
10998         (auto-coding-from-file-contents): Delete; merge functionality into
10999         `set-auto-coding'.
11000         (set-auto-coding): Move tests from `auto-coding-functions' so that
11001         they have a lower priority than coding: tags.
11002         Put `auto-coding-regexp-alist' tests before coding: tag tests.
11003         (sgml-xml-auto-coding-function): Simply `intern' the match, and
11004         test if it's a valid coding system.
11005         (auto-coding-functions): Add `sgml-html-meta-auto-coding-function'.
11007 2002-06-08  Colin Walters  <walters@verbum.org>
11009         * subr.el (copy-list): Moved here from cl.el.
11010         (copy-tree): Renamed here from `cl-copy-tree' in cl-extra.el.
11012         * emacs-lisp/cl-extra.el (cl-copy-tree): Moved to `copy-tree' in
11013         subr.el.  Add a defalias with the old name.
11015         * emacs-lisp/cl.el (copy-list): Moved to subr.el.
11017         * replace.el (occur-mode): Don't set up categories.  Do set
11018         `font-lock-defaults', and be sure to set `font-lock-core-only'.
11019         (occur-1): Pass `list-matching-lines-face' and
11020         `list-matching-lines-buffer-name-face'.
11021         (occur-engine): Use `font-lock-face' instead of categories.
11023         * info.el (Info-mode): Don't set up categories.  Do set
11024         `font-lock-defaults', and be sure to set `font-lock-core-only'.
11025         (Info-fontify-menu-headers): Use `font-lock-face' instead of
11026         categories.
11027         (Info-fontify-node): Ditto.
11029         * ibuffer.el (ibuffer-category-alist): Delete.
11030         (ibuffer-get-category): Delete.
11031         (ibuffer-compile-make-eliding-form): Use `font-lock-face' instead
11032         of categories.
11033         (ibuffer-compile-format): Don't treat `name' category specially.
11034         (ibuffer-column name): Use `font-lock-face'.
11035         (filename-and-process): Ditto.
11036         (ibuffer-buffer-name-category): Renamed to
11037         `ibuffer-buffer-name-face'.  Don't use categories.
11038         (ibuffer-update-title-and-summary): Use `font-lock-face'.
11039         (ibuffer-insert-filter-group): Ditto.
11040         (ibuffer-mode): Don't set up categories.  Do set
11041         `font-lock-defaults', and be sure to set `font-lock-core-only'.
11042         (ibuffer-compile-format): Don't pass third argument
11043         to column functions.
11044         (filename-and-process): Ditto.
11046         * ibuf-macs.el (define-ibuffer-column): Don't create a third
11047         argument for the generated function.
11049         * font-core.el (font-lock-category-alist): Delete.
11050         (turn-on-font-lock-if-enabled): Don't use it.
11051         (font-lock-symbol-category-alist): Delete.
11052         (font-lock-default-function): Use new `char-property-alias-alist'
11053         to make `font-lock-face' an alias for `face' when font-lock mode
11054         is enabled.
11055         (font-lock-core-only): New variable.
11056         (font-lock-set-defaults): Use it.
11058 2002-06-08  Richard M. Stallman  <rms@gnu.org>
11060         * files.el (find-file-noselect-1): Undo previous change.
11062         * bookmark.el (bookmark-file-or-variation-thereof): Doc fix.
11064 2002-06-07  Karl Fogel  <kfogel@red-bean.com>
11066         * bookmark.el (bookmark-file-or-variation-thereof): Just use
11067         Info-suffix-list, as suggested by Stefan Monnier.
11069 2002-06-05  Eli Zaretskii  <eliz@is.elta.co.il>
11071         * select.el (xselect-convert-to-string): If VALUE is a string,
11072         return a cons of TYPE and the string.
11074 2002-06-05  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
11076         * language/cyrillic.el (cyrillic-alternativnyj-decode-table):
11077         Fix the table to contain correct characters.
11079 2002-06-04  Richard M. Stallman  <rms@gnu.org>
11081         * simple.el: Don't require cl.
11083 2002-06-03  Richard M. Stallman  <rms@gnu.org>
11085         * dired.el (dired-do-shell-command): Doc fix in autoload.
11087         * info.el (Info-extract-pointer): Ignore Info-header-line.
11089         * progmodes/cc-mode.el (c-postprocess-file-styles):
11090         Do nothing except in CC modes.
11092         * international/mule-cmds.el (select-safe-coding-system):
11093         When computing auto-cs, narrow to FROM...TO.
11094         Put save-excursion outside save-restriction.
11095         New arg FILE; use that for set-auto-coding.
11097 2002-06-01  Richard M. Stallman  <rms@gnu.org>
11099         * simple.el (choose-completion-string-functions): Doc fix.
11100         (choose-completion-string): Add doc string.
11102 2002-06-01  Kim F. Storm  <storm@cua.dk>
11104         * simple.el: Reworked previous change.
11105         (choose-completion-string1): Merged back into choose-completion-string.
11106         (choose-completion-string): Run choose-completion-string-functions
11107         after checking for proper minibuffer window.  Added mini-p arg to
11108         the hook functions.  Insert choice if all hook functions return nil.
11109         (choose-completion-string-functions): Doc update.
11111 2002-06-01  Sam Steingold  <sds@gnu.org>
11113         * files.el (auto-mode-alist): Strip trailing ".in" from the file
11114         name when deciding the mode (for config.h.in, Makefile.in etc).
11116 2002-06-01  Thien-Thi Nguyen  <ttn@gnu.org>
11118         * progmodes/prolog.el (prolog-mode-syntax-table): Add flags to
11119         ?/ and ?* entries to support /* */ style comments.
11120         (prolog-font-lock-keywords): New var.
11121         (prolog-mode): Enable font-locking; set `font-lock-defaults'.
11123 2002-06-01  Kim F. Storm  <storm@cua.dk>
11125         * simple.el (choose-completion-string-functions): New special hook.
11126         (choose-completion-string1): Renamed from choose-completion-string.
11127         (choose-completion-string): Run choose-completion-string-functions
11128         until success, and only call choose-completion-string1 if it fails.
11130 2002-05-31  Stefan Monnier  <monnier@cs.yale.edu>
11132         * textmodes/ispell.el (autoloaded toplevel): Don't use
11133         ispell-library-directory without checking that it's bound.
11135 2002-05-31  Kim F. Storm  <storm@cua.dk>
11137         * emulation/cua-base.el (cua--last-deleted-region-pos)
11138         (cua--last-deleted-region-text): New aux variables.
11139         (cua-delete-region): Set them.
11140         (cua-repeat-replace-region): Use them to find the replacement text.
11142 2002-05-31  Juanma Barranquero  <lektu@terra.es>
11144         * emulation/viper-cmd.el (viper-smart-suffix-list, viper-ask-level):
11145         Fix typos.
11147 2002-05-31  Kim F. Storm  <storm@cua.dk>
11149         * progmodes/compile.el (grep-tree-command, grep-tree-files-aliases)
11150         (grep-tree-ignore-CVS-directories, grep-tree-ignore-case):
11151         New custom variables.
11152         (grep-compute-defaults): Compute grep-tree-command's default value.
11153         (grep-expand-command-macros): New aux function.
11154         (grep-tree-last-regexp, grep-tree-last-files): New aux variables.
11155         (grep-tree): New command like grep-find but extended prompting.
11157 2002-05-30  Richard M. Stallman  <rms@gnu.org>
11159         * files.el (find-file-default): Add defvar for var already used.
11161         * menu-bar.el (menu-bar-showhide-fringe-menu): Use defvar.
11163         * subr.el (open-network-stream, open-network-stream-nowait)
11164         (open-network-stream-server, process-kill-without-query):
11165         Moved from simple.el.
11167         * simple.el (open-network-stream, open-network-stream-nowait)
11168         (open-network-stream-server, process-kill-without-query):
11169         Moved to subr.el.
11171         * simple.el (byte-compiling-files-p): Function deleted.
11173         * textmodes/ispell.el (ispell-library-directory): Renamed from
11174         ispell-library-path.  If Ispell is not installed, init to nil.
11175         (check-ispell-version): Doc fix.
11176         (ispell-menu-map): Get rid of byte-compiling-files-p hackery;
11177         initialize this unconditionally when ispell-menu-map-needed is t.
11178         Local `path' renamed to `dir'.
11180 2002-05-30  Miles Bader  <miles@gnu.org>
11182         * calc/calc.el (calc-show-banner): New variable.
11183         (calc-refresh): Only show banner if `calc-show-banner' is non-nil.
11184         (calc-mode-var-list): Add `calc-show-banner'.
11185         * calc/calc-ext.el (calc-init-extensions): Add binding for `d@'.
11186         (calc-toggle-banner): New function.
11187         * calc/calc-help.el (calc-d-prefix-help): Add `@'.
11189 2002-05-29  Richard M. Stallman  <rms@gnu.org>
11191         * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
11192         When recognizing a def... construct, make that indentation
11193         tentative, so that it can be overridden if the list in question
11194         is not actually an expression.
11195         (common-lisp-indent-call-method): New subroutine.
11197         * emacs-lisp/bytecomp.el (batch-byte-compile-file):
11198         Delete the output file if we get a file-error.
11200         * tooltip.el (tooltip-mouse-motions-active): New variable.
11201         (tooltip-activate-mouse-motions): Don't kill track-mouse local
11202         if it was not made by us.
11204         * mouse.el (mouse-set-font): Avoid misleading error message
11205         if user makes no selection.
11207         * info.el (Info-setup-header-line): Don't hide the links line.
11209         * files.el (find-file-noselect-1): Return the buffer we created
11210         even if it has been killed within `after-find-file'.
11212         * files.el (auto-mode-alist): Use ada-mode for .ad[bs].dg files.
11214 2002-05-29  Kim F. Storm  <storm@cua.dk>
11216         * simple.el (open-network-stream-server): Pass on optional args
11217         sentinel and filter to make-network-process (from Luke Gorrie).
11219 2002-05-28  Colin Walters  <walters@gnu.org>
11221         * textmodes/sgml-mode.el (xml-mode): New alias for `sgml-mode'.
11223         * emacs-lisp/bytecomp.el (byte-compile-last-line): Deleted.
11224         (byte-compile-delete-first): New function.
11225         (byte-compile-read-position): New variable.
11226         (byte-compile-last-position): New variable.
11227         (byte-compile-current-buffer): New variable.
11228         (byte-compile-log-1): Use it.
11229         (byte-compile-set-symbol-position): New function.
11230         (byte-compile-obsolete, byte-compile-callargs-warn)
11231         (byte-compile-arglist-warn, byte-compile-arglist-warn)
11232         (byte-compile-print-syms, byte-compile-file-form-defmumble)
11233         (byte-compile-check-lambda-list, byte-compile-lambda)
11234         (byte-compile-form, byte-compile-variable-ref)
11235         (byte-compile-subr-wrong-args, byte-compile-negation-optimizer)
11236         (byte-compile-condition-case, byte-compile-defun)
11237         (byte-compile-defvar, byte-compile-autoload)
11238         (byte-compile-lambda-form): Use it.
11239         (byte-compile-from-buffer): Set it, and bind
11240         `read-with-symbol-positions' and `read-symbol-positions-list'.
11242         * emacs-lisp/bytecomp.el (byte-compile-debug): New variable.
11244 2002-05-28  Kim F. Storm  <storm@cua.dk>
11246         * files.el (read-directory-name): New function.
11247         (cd): Use it instead of read-file-name.
11249 2002-05-27  Kim F. Storm  <storm@cua.dk>
11251         * simple.el (push-mark-command): Added optional NOMSG arg.
11253         * emulation/cua-base.el (cua-set-mark): Align pop to mark
11254         behaviour with standard set-mark-command.
11255         (cua--pre-command-handler): Use push-mark-command.
11256         (cua-repeat-replace-region): Improve functionality when
11257         repeated after moving point or changing buffer.
11259 2002-05-26  Colin Walters  <walters@verbum.org>
11261         * startup.el (command-line): Use `when', `unless'.
11262         (command-line-1): New argument "--nosplash".  Handle it.
11264         * startup.el (inhibit-splash-screen): New variable alias for
11265         `inhibit-startup-message'.
11267         * replace.el (perform-replace): Document return value.  Use `pop'.
11269 2002-05-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
11271         * progmodes/f90.el (f90-previous-block, f90-next-block): New names,
11272         and slightly changed behaviour, for `f90-previous-block-start' and
11273         `f90-next-block-end'.
11274         (f90-beginning-of-subprogram, f90-end-of-subprogram): Simplify.
11276 2002-05-26  Simon Josefsson  <jas@extundo.com>
11278         * fringe.el (set-fringe-mode): Work when updating
11279         `default-frame-alist'.
11281 2002-05-26  Kim F. Storm  <storm@cua.dk>
11283         * emulation/cua-base.el (cua--repeat-replace-text): New variable.
11284         (cua-repeat-replace-region): New command.
11285         (cua--init-keymaps): Bind it to M-v in cua--cua-keys-keymap.
11286         Misc improvements to the commentary.
11288 2002-05-26  Simon Josefsson  <jas@extundo.com>
11290         * fringe.el (fringe-query-style): New fringe style "minimal".
11292 2002-05-24  Simon Josefsson  <jas@extundo.com>
11294         * rot13.el (rot13-translate-table): New variable.
11295         (rot13, rot13-string, rot13-region): New functions.
11297 2002-05-25  Martin Stjernholm  <bug-cc-mode@gnu.org>
11299         * progmodes/cc-engine.el (c-add-stmt-syntax): Fixed some cases
11300         of wrong anchoring, e.g. for else-if compounds.
11302 2002-05-25  Miles Bader  <miles@gnu.org>
11304         * menu-bar.el (menu-bar-showhide-fringe-menu-customize-left)
11305         (menu-bar-showhide-fringe-menu-customize-right)
11306         (menu-bar-showhide-fringe-menu-customize-disable):
11307         Use proper calling convention for `customize-set-value'.
11308         Require `fringe' before setting variable.
11310 2002-05-25  Kim F. Storm  <storm@cua.dk>
11312         * emulation/cua-base.el (cua--self-insert-char-p): New function.
11314         * emulation/cua-gmrk.el (cua--init-global-mark): Install default
11315         binding in cua--global-mark-keymap using cua--self-insert-char-p
11316         to handle all global self inserting characters in gmark mode.
11318         * emulation/cua-rect.el (cua--init-rectangles): Install default
11319         binding in cua--rectangle-keymap using cua--self-insert-char-p
11320         to handle all global self inserting characters in rectangle mode.
11322 2002-05-24  Stefan Monnier  <monnier@cs.yale.edu>
11324         * net/ange-ftp.el (read-file-name-internal): Remove the
11325         `ange-ftp' property.
11326         (ange-ftp-real-read-file-name-internal): Remove.
11328 2002-05-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
11330         * progmodes/f90.el: (f90-end-of-subprogram): Remove the final
11331         `forward-line'.
11332         (f90-end-of-block, f90-beginning-of-block, f90-next-block-end)
11333         (f90-previous-block-start): New navigation commands.
11335 2002-05-20  Simon Josefsson  <jas@extundo.com>
11337         * fringe.el: New file.
11339         * menu-bar.el (menu-bar-options-save): Add fringe-mode.
11340         (menu-bar-showhide-fringe-menu): New menu.
11341         (menu-bar-showhide-menu): Add Fringe sub-menu.
11343 2002-05-23  Colin Walters  <walters@verbum.org>
11345         * replace.el (occur-engine): Include all text properties except
11346         mouse-face on the newline at the end of occurences.
11348 2002-05-23  Kim F. Storm  <storm@cua.dk>
11350         * apropos.el (apropos-true-hit, apropos-false-hit-symbol)
11351         (apropos-false-hit-str, apropos-true-hit-doc): New functions.
11352         (apropos-command, apropos-value, apropos-documentation-internal)
11353         (apropos-documentation-check-doc-file)
11354         (apropos-documentation-check-elc-file): Use them to filter out
11355         false matches where only one keyword matches, but more than once.
11357         * apropos.el (apropos-show-scores, apropos-orig-regexp)
11358         (apropos-all-regexp, apropos-synonyms, apropos-words)
11359         (apropos-all-words): New variables.
11360         (aprpos-words-to-regexp, apropos-rewrite-regexp)
11361         (apropos-calc-scores, apropos-score-str, apropos-score-doc)
11362         (apropos-score-symbol): New functions.
11363         (apropos-command, apropos, apropos-value, apropos-documentation):
11364         Allow keywords in addition to regexp. Added scoring.
11365         (apropos-documentation-check-doc-file)
11366         (apropos-documentation-check-elc-file): Added scoring.
11367         (apropos-print): Sort according to score.
11369 2002-05-22  Colin Walters  <walters@cis.ohio-state.edu>
11371         * info.el (Info-mode-hook): Change `font-lock-mode' to
11372         `turn-on-font-lock'.
11374         * font-core.el (font-lock-function): New variable.
11375         (font-lock-default-function): New function, created from
11376         `font-lock-mode'.
11377         (font-lock-mode): Just funcall `font-lock-function'.
11378         (font-lock-symbol-category-alist): New variable.
11380 2002-05-22  Markus Rost  <rost@math.ohio-state.edu>
11382         * files.el (file-newest-backup): Use file-name-sans-versions.
11384         * diff.el (diff-latest-backup-file): Replace the main code by
11385         a call of file-newest-backup.
11387 2002-05-22  Mike Williams  <mdub@bigfoot.com>
11389         * textmodes/sgml-mode.el (sgml-guess-indent): Look further into
11390         the buffer.
11392 2002-05-21  Stefan Monnier  <monnier@cs.yale.edu>
11394         * net/ange-ftp.el (ange-ftp-allow-child-lookup): Re-enable since
11395         the last patch works around the wu-ftpd misfeature that prompted
11396         the disabling of this optimization.
11398 2002-05-21  Colin Walters  <walters@gnu.org>
11400         * international/mule.el (make-coding-system): Doc fixes.
11402         * international/mule.el (auto-coding-functions): New variable.
11403         (auto-coding-from-file-contents): Use it.
11404         (set-auto-coding): Update docs.
11405         (sgml-xml-auto-coding-function): New function.
11407         * international/mule-util.el (truncate-string-to-width):
11408         New optional argument `ellipsis'.  Add commented-out test suite, and
11409         change coding to iso-2022-7bit.
11411 2002-05-21  Colin Walters  <walters@verbum.org>
11413         * font-lock.el (font-lock-defaults, font-lock-defaults-alist)
11414         (font-lock-multiline, font-lock-fontified, font-lock-mode)
11415         (turn-on-font-lock, font-lock-add-keywords, global-font-lock-mode)
11416         (font-lock-global-modes): Moved to font-core.el.
11417         (font-lock-set-defaults-1): Partially moved to font-core.el.
11419         * font-core.el: New file, with functions taken from font-lock.el.
11420         (font-lock-category-alist): New variable.
11421         (font-lock-mode): Use it.
11422         (font-lock-set-defaults): Partially taken from font-lock.el.
11423         Only load font-lock.el when necessary.
11425         * loadup.el: Add font-core.el.
11427         * replace.el (occur-mode-hook): New variable.
11428         (occur-fontify-region-function): Deleted.
11429         (occur-mode): Don't use it.  Set up `font-lock-category-alist'
11430         instead.
11431         (occur-fontify-on-property): Deleted.
11432         (occur-engine): Use categories from `font-lock-category-alist'.
11434         * info.el (Info-fontify): Deleted.
11435         (Info-select-node): Don't use it.
11436         (Info-mode-hook): New variable.
11437         (Info-mode): Set up categories.
11438         (Info-fontify-menu-headers, Info-fontify-node): Use categories.
11440         * ibuffer.el (ibuffer-formats): Update docs.
11441         (ibuffer-category-alist): New variable.
11442         (ibuffer-get-category): New function.
11443         (ibuffer-compile-make-eliding-form): Use category property instead
11444         of face.
11445         (ibuffer-compile-format): Pass current ibuffer buffer to column
11446         functions too.
11447         (ibuffer-buffer-name-category): New function.
11448         (ibuffer-compile-format): If the current column is a `name'
11449         column, figure out the appropriate category to put on it.
11450         (filename-and-process): Use category property.
11451         (ibuffer-fontify-region-function): Deleted.
11452         (ibuffer-unfontify-region-function): Deleted.
11453         (ibuffer-update-title-and-summary): Use category properties.
11454         (ibuffer-insert-filter-group): Ditto.
11455         (ibuffer-mode): Set up category properties.
11457 2002-05-21  Colin Walters  <walters@debian.org>
11459         * replace.el (occur-engine): Increment globalcount all at once
11460         after searching a buffer.
11461         (occur-mode-map): Don't escape plain "o".
11463         * ibuf-macs.el (define-ibuffer-column): Add third argument
11464         `ibuffer-buf'.
11466         * ibuffer.el (toplevel): Require font-lock, to get the face
11467         definitions.
11468         (ibuffer-use-fontification): Deleted.
11469         (column filename-and-process): New column.
11470         (ibuffer-formats): Use it by default.
11471         (ibuffer-name-map, ibuffer-mode-name-map)
11472         (ibuffer-filter-group-map): Don't set parent to `ibuffer-mode-map'.
11473         (ibuffer-do-save, ibuffer-do-toggle-modified)
11474         (ibuffer-do-toggle-read-only, ibuffer-do-delete)
11475         (ibuffer-do-kill-on-deletion-marks): Include name in definition.
11476         (ibuffer): New optional argument `formats'.
11478 2002-05-21  Eli Zaretskii  <eliz@is.elta.co.il>
11480         * indent.el (indent-rigidly): Mention how to remove all indentation.
11482 2002-05-21  Colin Walters  <walters@gnu.org>
11484         * international/mule-diag.el (describe-char-after): Order display
11485         of text properties by the size of their value, for clarity.
11487 2002-05-20  Stefan Monnier  <monnier@cs.yale.edu>
11489         * net/ange-ftp.el (ange-ftp-generate-root-prefixes)
11490         (ange-ftp-file-name-completion): Don't cons unnecessarily.
11491         (ange-ftp-send-cmd): Always `cd' before doing `ls'.
11493         * wid-edit.el (widget-color-complete):
11494         * progmodes/etags.el (tags-complete-tags-table-file):
11495         * progmodes/cpp.el (cpp-choose-symbol): Don't cons unnecessarily.
11497         * textmodes/outline.el (outline-reveal-toggle-invisible):
11498         Reverse the meaning of the second arg.
11500         * reveal.el (reveal-post-command): Reverse the semantics of
11501         reveal-toggle-invisible and support isearch-open-invisible-temporary.
11503 2002-05-20  Markus Rost  <rost@math.ohio-state.edu>
11505         * mail/sendmail.el (mail-recover-1): Remove (debug).
11506         (mail-signature): Fix :type.
11507         (mail-default-directory): New user option.
11508         (mail, mail-recover): Use that option.
11510 2002-05-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11512         * international/mule.el (auto-coding-alist): Use emacs-mule
11513         for auto-save files.
11515 2002-05-20  Miles Bader  <miles@gnu.org>
11517         * files.el (find-file-read-args): Don't trash existing value of
11518         `minibuffer-setup-hook', just add our hook to it.
11520 2002-05-19  Markus Rost  <rost@math.ohio-state.edu>
11522         * international/ucs-tables.el (unify-8859-on-encoding-mode)
11523         (unify-8859-on-decoding-mode): Change :version attributes to strings.
11525         * simple.el (yank-excluded-properties): Change :version attribute
11526         to a string.
11528         * dired.el (dired-view-command-alist): Change :version attribute
11529         to a string.
11531         * xscheme.el (xscheme-start-hook): Change :version attribute to a
11532         string.
11534         * find-dired.el (find-dired): Implement revert-buffer-function.
11536         * mail/emacsbug.el (report-emacs-bug-hook): Do another save-excursion.
11538 2002-05-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
11540         * progmodes/f90.el (f90-match-end, f90-break-line): Simplify a bit.
11541         (f90-get-present-comment-type): Fix earlier change.
11542         (f90-comment-indent): Doc fix.
11543         (f90-equal-symbols, f90-looking-at-do, f90-looking-at-select-case)
11544         (f90-looking-at-if-then): Remove lets.
11545         (f90-looking-at-where-or-forall): Handle if split over lines.
11546         (f90-change-keywords): Doc fix.
11548 2002-05-19  Richard M. Stallman  <rms@gnu.org>
11550         * indent.el (indent-region): Make COLUMN arg optional.
11552         * files.el (find-file-read-args): New function.
11553         (find-file, find-file-other-window, find-file-other-frame)
11554         (find-file-read-only, find-file-read-only-other-window)
11555         (find-file-read-only-other-frame): Use it.
11557         * custom.el (custom-load-symbol): Verify that LOADED is a string.
11559         * arc-mode.el (archive-zip-use-pkzip): Variable deleted.
11560         (archive-zip-extract, archive-zip-expunge, archive-zip-update)
11561         (archive-zip-update-case): Use locate-file to decide whether
11562         to use pkzip.
11563         (archive-zip-extract): Test for pkzip in value of archive-zip-extract.
11565         * files.el (locate-file): Doc fix.
11567 2002-05-19  John Paul Wallington  <jpw@shootybangbang.com>
11569         * mail/rmail.el (rmail-show-message-hook): Offer `goto-address'
11570         as an option.
11572 2002-05-18  Stefan Monnier  <monnier@cs.yale.edu>
11574         * uniquify.el (uniquify-rationalize-file-buffer-names):
11575         Always strip the trailing / even if the file is not a directory.
11577 2002-05-18  Glenn Morris  <gmorris@ast.cam.ac.uk>
11579         * progmodes/f90.el (f90-mode-syntax-table, f90-mode-map): Do the
11580         initialization in the defvar.
11581         (f90-font-lock-on, f90-font-lock-off): Add 'menu-alias property.
11582         (f90-font-lock-1, f90-font-lock-2, f90-font-lock-3)
11583         (f90-font-lock-4): Move the doc strings.
11584         (f90-menu-bar-menu): New internal variable to hold the top-level menu.
11585         (f90-change-case-menu, f90-font-lock-menu): Minor code changes.
11586         (f90-mode-abbrev-table): Initialize in the defvar, with
11587         define-abbrev-table.
11589 2002-05-18  Eli Zaretskii  <eliz@is.elta.co.il>
11591         * tar-mode.el (tar-octal-time): Fix last change.
11593 2002-05-18  Markus Rost  <rost@math.ohio-state.edu>
11595         * mail/emacsbug.el (report-emacs-bug-text-prompt): New variable.
11596         (report-emacs-bug): Store the prompt in
11597         `report-emacs-bug-text-prompt'.  Move Configuration/Important
11598         settings information after the user's report.
11599         (report-emacs-bug-hook): Unclutter by deleting the content of
11600         `report-emacs-bug-text-prompt'.
11602 2002-05-17  Thomas Morgan  <tlm@pocketmail.com>
11604         * forms.el (forms-jump-record, forms-insert-record)
11605         (forms-delete-record): Calculate lines from the beginning of the
11606         accessible portion rather than from the beginning of the buffer.
11608 2002-05-16  Eli Zaretskii  <eliz@is.elta.co.il>
11610         * ps-mule.el (eval-and-compile): Add a trivial replacement for a
11611         possibly missing encode-char.
11612         (ps-mule-font-info-database-bdf): Add associations for Unicode
11613         fonts.  Doc fix.
11614         (ps-mule-font-info-database-ps-bdf): Doc fix.
11615         (ps-mule-encode-ucs2): New function for encoding Unicode characters.
11617         * tar-mode.el (tar-octal-time): Fix the last argument of logior.
11619 2002-05-16  Stefan Monnier  <monnier@cs.yale.edu>
11621         * emacs-lisp/find-func.el (find-function-search-for-symbol):
11622         Find funs defined with defun-cvs-mode.
11623         (find-function-space-re): New const.  Skips comments as well.
11624         (find-function-regexp, find-variable-regexp): Use it.
11626         * pcvs.el (cvs-cmd-do): Accept non-CVS dirs with CVS-ctrl'd subdirs.
11627         (cvs-mode-add-change-log-entry-other-window): Work on multiple files.
11628         (cvs-mode-set-flags): Don't cons unnecessarily.
11630 2002-05-16  Colin Walters  <walters@debian.org>
11632         * menu-bar.el (menu-bar-tools-menu) <calculator>: Renamed to
11633         "Simple Calculator".
11634         (menu-bar-tools-menu) <calc>: New.
11636 2002-05-16  Juanma Barranquero  <lektu@terra.es>
11638         * progmodes/hideshow.el (hs-adjust-block-beginning): Fix typo.
11640         * filesets.el (filesets-ormap): Fix typo.
11642         * faces.el (describe-face): Fix typo.
11644 2002-05-15  Stefan Monnier  <monnier@cs.yale.edu>
11646         * emacs-lisp/easymenu.el (easy-menu-make-symbol):
11647         Don't treat (lambda () ...) as an expression.
11649 2002-05-15  John Paul Wallington  <jpw@shootybangbang.com>
11651         * replace.el (occur-read-primary-args): Handle a bare 'C-u' correctly.
11653 2002-05-15  Eli Zaretskii  <eliz@is.elta.co.il>
11655         * emacs-lisp/easymenu.el (easy-menu-add): Doc fix.
11657 2002-05-14  Glenn Morris  <gmorris@ast.cam.ac.uk>
11659         * progmodes/fortran.el (fortran-directive-re): New name for
11660         fortran-preprocessor-re.  All usage updated.
11661         (fortran-calculate-indent): Give directives zero indentation.
11663 2002-05-14  Jason Rumney  <jasonr@gnu.org>
11665         * emacs-lisp/easymenu.el (easy-menu-name-match): Match both
11666         displayed text and internal name as string.
11668 2002-05-14  Kim F. Storm  <storm@cua.dk>
11670         * emulation/cua-rect.el (cua--rectangle-operation):
11671         Don't highlight empty lines in rectangles.
11673         * emulation/keypad.el: Improved commentary.
11674         (keypad-setup, keypad-shifted-setup): Added choice to setup
11675         Numeric keypad with decimal key; value is selected character.
11676         (keypad-decimal-key, keypad-shifted-decimal-key): Removed options.
11677         (keypad-numlock-setup, keypad-numlock-shifted-setup): New options.
11678         (keypad-setup): Arg list changed to support the new options.
11680 2002-05-14  Richard M. Stallman  <rms@gnu.org>
11682         * dabbrev.el (dabbrev-case-distinction): New option.
11683         (dabbrev--try-find): Handle dabbrev-case-distinction.
11684         (dabbrev--search): Clean up the code.
11685         (dabbrev-upcase-means-case-search): Doc fix.
11686         (dabbrev-case-replace): Fix custom tags and docs.
11688 2002-05-14  Jochen K\e,A|\e(Bpper  <jochen@jochen-kuepper.de>
11690         * calc/calc-units.el (math-standard-units): Update from CODATA.
11692 2002-05-14  Stefan Monnier  <monnier@cs.yale.edu>
11694         * skeleton.el (skeleton-transformation): Default to `identity'.
11695         (skeleton-insert): Use `move-after' markers and `insert' rather
11696         than rely on insert-before-markers.
11697         (skeleton-internal-1): Handle `> \n' specially so that the newline
11698         is inserted before the first line is indented.
11700 2002-05-14  Mike Williams  <mdub@bigfoot.com>
11702         * textmodes/sgml-mode.el (sgml-tag):
11703         Default skeleton-transformation to `identity'.
11705 2002-05-14  Francesco Potort\e,Al\e(B  <pot@gnu.org>
11707         * shell.el (shell-mode): Make second part of initialisation
11708         depend on whether comint-input-ring is empty, rather than depend
11709         on it being nil.
11711 2002-05-14  Richard M. Stallman  <rms@gnu.org>
11713         * files.el (make-auto-save-file-name):
11714         Delete the auto-save file after make-temp-file creates it.
11716 2002-05-13  Kim F. Storm  <storm@cua.dk>
11718         * emulation/cua-base.el (cua-enable-cursor-indications): Default off.
11719         (cua-mode): Print Enabled/Disabled messages if interactive.
11720         Disable delete-selection-mode and pc-selection-mode when cua-mode
11721         is enabled; reenable if cua-mode is turned off.
11722         Remember setting of transient-mark-mode when cua-mode is enabled;
11723         restore if cua-mode is disabled.
11725 2002-05-13  Richard M. Stallman  <rms@gnu.org>
11727         * mail/emacsbug.el (report-emacs-bug): Change the "English please" msg.
11729 2002-05-13  Colin Walters  <walters@gnu.org>
11731         * ibuf-ext.el (ibuffer-format-filter-group-data): New function.
11733         * ibuffer.el (ibuffer-insert-filter-group): New argument filter-string.
11734         (ibuffer-redisplay-engine): Handle it.
11736         * add-log.el (add-log-mailing-address): Can be a list, too.
11737         (add-change-log-entry): If `add-log-mailing-address' is a list,
11738         then handle it.
11740 2002-05-12  Colin Walters  <walters@debian.org>
11742         * replace.el (occur-1): New optional argument `buf-name'.
11743         (occur-revert-function): Use it.
11745         (occur-1): Handle plurals.
11747         (occur-engine): If there are no more matches, then finish
11748         searching the current buffer.
11750 2002-05-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
11752         * net/ange-ftp.el (ange-ftp-try-passive-mode)
11753         (ange-ftp-passive-host-alist): Change :version attributes to be
11754         strings.
11756 2002-05-12  Markus Rost  <rost@math.ohio-state.edu>
11758         * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Define it with
11759         define-minor-mode.
11761         * emacs-lisp/find-func.el (find-function-search-for-symbol):
11762         Handle more whitespace/newline combinations in symbol definitions.
11764 2002-05-12  Eli Zaretskii  <eliz@is.elta.co.il>
11766         * w32-vars.el (w32)
11767         * vc-cvs.el (vc-cvs-global-switches)
11768         (vc-cvs-sticky-date-format-string, vc-cvs-sticky-tag-display)
11769         * textmodes/sgml-mode.el (sgml-xml-mode)
11770         * ruler-mode.el (ruler-mode)
11771         * replace.el (query-replace-skip-read-only)
11772         * progmodes/fortran.el (fortran-preprocessor-re)
11773         * net/ange-ftp.el (ange-ftp-passive-host-alist)
11774         * mail/sendmail.el (mail-use-dsn)
11775         * faces.el (mode-line-inactive, minibuffer-prompt)
11776         * add-log.el (add-log-always-start-new-record): Change all
11777         post-21.1 :version attributes to 21.4.
11779 2002-05-12  Richard M. Stallman  <rms@gnu.org>
11781         * mail/smtpmail.el (smtpmail-mail-address): New variable.
11782         (smtpmail-send-it): Bind and use that instead of `mail-address'.
11783         (smtpmail-via-smtp): Likewise.
11785         * ansi-color.el (ansi-color-get-face): Avoid add-to-list on local var.
11786         (ansi-color-apply-sequence): Avoid duplicates in combined face list.
11788         * dired-aux.el (dired-show-file-type): Use -- to say FILE's not option.
11790         * subr.el (functionp): Catch errors in indirect-function.
11792 2002-05-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
11794         * net/ldap.el (ldap-search-internal): Unfold folded lines before
11795         parsing.
11797         * cus-edit.el (customize-set-value): Rename `var' to `variable'
11798         and `val' to `value'.
11799         (customize-save-variable): Rename `var' to `'variable.
11801 2002-05-12  Glenn Morris  <gmorris@ast.cam.ac.uk>
11803         * progmodes/fortran.el (fortran-preprocessor-re): New variable.
11804         Use it for font-locking and indentation.
11805         (fortran-previous-statement, fortran-next-statement): Make them
11806         skip over preprocessor lines.
11807         (fortran-calculate-indent): Use fortran-preprocessor-re.
11809 2002-05-10  Kim F. Storm  <storm@cua.dk>
11811         * emulation/cua-base.el (cua-enable-cua-keys)
11812         (cua-enable-register-prefix): Added value for `other' choice.
11814 2002-05-10  Eli Zaretskii  <eliz@is.elta.co.il>
11816         * menu-bar.el (menu-bar-showhide-scroll-bar-menu)
11817         (menu-bar-showhide-menu): Use display-graphic-p, not window-system.
11818         (menu-bar-showhide-menu) <showhide-menu-bar, showhide-tool-bar>:
11819         Run a named function.
11820         (showhide-menu-bar, showhide-toolbar): Invoke customize-mark-as-set.
11821         (menu-bar-showhide-menu) <column-number-mode, line-number-mode>:
11822         Fix help text.
11824 2002-05-10  Kim F. Storm  <storm@cua.dk>
11826         * emulation/cua-base.el (cua-mode): Misc. changes to use
11827         emulation-mode-map-alists instead of minor-mode-map-alist.
11829 2002-05-09  Richard M. Stallman  <rms@gnu.org>
11831         * mail/rmail.el (rmail-show-message):
11832         Catch error in check-coding-system.
11834         * progmodes/compile.el (compilation-error-regexp-alist):
11835         New element to recognize Python error messages.
11837         * shell.el (shell-replace-by-expanded-directory):
11838         If there's already a / at the end, don't add one.
11840 2002-05-09  Colin Walters  <walters@verbum.org>
11842         * ibuffer.el (ibuffer-mode-map): Add :enable guards for
11843         `ibuffer-filter-disable', `ibuffer-pop-filter',
11844         `ibuffer-or-filter', `ibuffer-negate-filter',
11845         `ibuffer-decompose-filter', `ibuffer-save-filters',
11846         `ibuffer-switch-to-saved-filters', `ibuffer-delete-saved-filters',
11847         `ibuffer-save-filter-groups',
11848         `ibuffer-switch-to-saved-filter-groups',
11849         `ibuffer-delete-saved-filter-groups'.
11851         * ibuf-ext.el (ibuffer-do-occur): Default to 0 context lines.
11853 2002-05-09  Markus Rost  <rost@math.ohio-state.edu>
11855         * woman.el (woman-menu): Move symbol before the comment so that
11856         find-function-search-for-symbol finds it.
11858 2002-05-10  Miles Bader  <miles@gnu.org>
11860         * facemenu.el (list-colors-display): Don't use
11861         `display-color-cells' unless the display class is one for which
11862         that info is relevant.
11864 2002-05-09  Simon Josefsson  <jas@extundo.com>
11866         * mail/smtpmail.el (smtpmail-send-it): Use user-mail-address from
11867         calling buffer.
11868         (smtpmail-auth-credentials): Bump :version to 21.4 (21.3 will not
11869         have the patch).
11871 2002-05-09  Kim F. Storm  <storm@cua.dk>
11873         * wid-edit.el (checkbox): New check-mark image.
11875 2002-05-08  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
11877         * filesets.el (filesets-running-xemacs): Fix last change.
11879 2002-05-08  Markus Rost  <rost@math.ohio-state.edu>
11881         * help-fns.el (describe-function-1): If the source is
11882         `loaddefs.el', look for the real source.  This is necessary only
11883         for defaliases.
11885         * emacs-lisp/find-func.el (find-function-search-for-symbol):
11886         Add autoload cookie.
11887         (find-function-regexp): Include
11888         "\(quote " to match the defaliases in loaddefs.el.
11890         * filesets.el (filesets-conditional-sort): Use copy-sequence,
11891         not copy-list.
11892         (filesets-menu-path, filesets-menu-before, filesets-menu-in-menu):
11893         Defvar them to nil if running in Emacs.
11895 2002-05-08  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
11897         * textmodes/flyspell.el (make-flyspell-overlay): Add help text
11898         to flyspell overlays.
11900         * info.el (Info-mode-map): Bind `c' to Info-copy-current-node-name.
11902 2002-05-08  Richard M. Stallman  <rms@gnu.org>
11904         * diff.el (diff-regexp-alist): Doc fix.
11906         * mail/smtpmail.el (netrc-machine, netrc-get): Add autoloads.
11908 2002-05-08  Simon Marshall  <simon@gnu.org>
11910         * msb.el (msb-menu-bar-update-buffers): Fixed frame menu to use
11911         the frame name as the car of a menu entry, rather than the frame.
11913 2002-05-08  Juanma Barranquero  <lektu@terra.es>
11915         * rfn-eshadow.el (read-file-name-electric-shadow-mode): Fix typos
11916         in docstring.
11918 2002-05-07  Colin Walters  <walters@verbum.org>
11920         * replace.el (occur-unfontify-region-function): Delete.
11921         (occur-mode): Don't use it.
11922         (occur-engine): Respect `keep-props'.
11923         (occur-accumulate-lines): If we're moving forward, decrement;
11924         don't increment, and vice versa.
11926 2002-05-08  Toru Tomabechi  <Toru.Tomabechi@orient.unil.ch>
11928         * language/tibet-util.el (tibetan-canonicalize-for-unicode-alist)
11929         (tibetan-canonicalize-for-unicode-regexp): New variables.
11930         (tibetan-canonicalize-for-unicode-region): New function.
11931         (tibetan-strict-unicode): New variable.
11932         (tibetan-pre-write-canonicalize-for-unicode): New function.
11934 2002-05-07  Markus Rost  <rost@math.ohio-state.edu>
11936         * net/ange-ftp.el (ange-ftp-re-read-dir): Don't hide it behind
11937         the autoload-cookie.  Remove comment.
11939         * ffap.el (ffap): Don't hide it behind the autoload-cookie.
11941         * rect.el (close-rectangle): Don't hide it behind the
11942         autoload-cookie.
11944 2002-05-07  Juanma Barranquero  <lektu@terra.es>
11946         * windmove.el (windmove-default-keybindings): Add optional
11947         parameter to allow using a modifier other than 'shift.
11949 2002-05-07  Thomas Link  <t.link@gmx.at>
11951         * filesets.el:
11952         (filesets-external-viewers): Fix customization problem.
11953         (filesets-some): Replaces cl's `some'.  Calls changed.
11954         (filesets-member): Replaces cl's `member*'.  Calls changed.
11955         (filesets-ormap): New function.
11957 2002-05-07  John Paul Wallington  <jpw@shootybangbang.com>
11959         * ibuffer.el (toplevel): Specialize `ibuffer-mode-groups-popup'
11960         menu items.
11962 2002-05-07  Colin Walters  <walters@gnu.org>
11964         * ibuf-ext.el (ibuffer-pop-filter-group): Doc fix.
11965         (ibuffer-clear-filter-groups): Likewise.
11966         (ibuffer-kill-filter-group): Likewise.
11967         (ibuffer-kill-line): Likewise.
11968         (ibuffer-read-filter-group-name): New function.
11969         (ibuffer-jump-to-filter-group): Use it.
11970         (ibuffer-kill-filter-group): Likewise.
11971         (ibuffer-yank-filter-group): Likewise.
11972         (ibuffer-decompose-filter-group): New function.
11974         * ibuffer.el (ibuffer-mode-map): Bind it.  Add :enable guard
11975         around `ibuffer-filters-to-filter-group' menu item.  Fix :enable
11976         guards for `ibuffer-pop-filter-group' and
11977         `ibuffer-clear-filter-groups'.
11979 2002-05-06  Markus Rost  <rost@math.ohio-state.edu>
11981         * emacs-lisp/find-func.el (find-function-search-for-symbol):
11982         Use with-syntax-table.
11984 2002-05-06  Francesco Potort\e,Al\e(B  <pot@gnu.org>
11986         * mail/rmail.el (rmail-font-lock-keywords): Highlight Resent-[Ff]rom:.
11988 2002-05-05  Markus Rost  <rost@math.ohio-state.edu>
11990         * time-stamp.el (time-stamp-format): Doc fix: escape open
11991         parenthesis in column 0.
11993 2002-05-04  Richard M. Stallman  <rms@gnu.org>
11995         * toolbar/tool-bar.el (tool-bar-local-item-from-menu):
11996         Handle both cases: when the menu item has cached info
11997         and when it doesn't.
11999         * filesets.el (filesets-browse-dir-function): Renamed from ...-fn.
12000         (filesets-open-file-function, filesets-save-buffer-function): Likewise.
12001         (filesets-tree-max-level): Doc fix.
12002         (filesets-commands, filesets-external-viewers)
12003         (filesets-ingroup-patterns): Mark as risky.
12004         (filesets-cache-hostname-flag): Doc fix.
12005         (filesets-menu-cache-file): Doc fix.  Mark as risky.
12006         (filesets-menu-before, filesets-menu-path, filesets-menu-in-menu):
12007         Don't defcustom them if running in Emacs.
12009 2002-05-04  Thomas Link  <t.link@gmx.at>
12011         * filesets.el (filesets-ingroup-collect-files):
12012         Fix problem with inclusion groups' :scan-depth property.
12014 2002-05-04  Colin Walters  <walters@verbum.org>
12016         * ibuf-ext.el (ibuffer-kill-filter-group): Test for killing
12017         "Default" group earlier.  Push killed group on
12018         `ibuffer-filter-group-kill-ring'.
12019         (ibuffer-kill-line): Document.  Don't push killed group ourselves.
12020         (ibuffer-yank-filter-group): Renamed from `ibuffer-yank'.
12021         (ibuffer-insert-filter-group-before): New function, broken out
12022         from `ibuffer-yank'.
12023         (ibuffer-yank): Now just call `ibuffer-yank-filter-group'.
12025         * ibuffer.el (ibuffer-mode-operate-menu, ibuffer-mode-mark-menu)
12026         (ibuffer-mode-view-menu): Unused variables; deleted.
12027         (ibuffer-find-file): Pass wildcard flag to `find-file' correctly.
12029 2002-05-04  John Paul Wallington  <jpw@shootybangbang.com>
12031         * ibuffer.el (ibuffer-mode-groups-popup): New variable.
12032         (toplevel): Bind filter group menu entries in it.  Add :enable
12033         forms for some menu items.
12034         (toplevel): Bind [down-mouse-3] in `ibuffer-mode-filter-group-map'
12035         to `ibuffer-mouse-popup-menu'.
12036         (ibuffer-mouse-popup-menu): Test whether or not we're on a filter
12037         group name, and if so, pop up a filter group menu.
12039 2002-05-04  Jason Rumney  <jasonr@gnu.org>
12041         * mwheel.el (mwheel-event-button): Translate mouse-wheel events.
12042         (mwheel-scroll): Recognize nil scroll amount as documented.
12044         * term/w32-win.el (mouse-wheel-scroll-line)
12045         (mouse-wheel-scroll-screen): Remove.
12046         ([mouse-wheel], [C-mouse-wheel], [S-mouse-wheel]): Use mwheel-scroll.
12048         * w32-vars.el: (mouse-wheel-scroll-amount): Removed.
12050 2002-05-04  Markus Rost  <rost@math.ohio-state.edu>
12052         * emacs-lisp/find-func.el (find-function-search-for-symbol):
12053         Bind case-fold-search when searching.
12055 2002-05-04  Eli Zaretskii  <eliz@is.elta.co.il>
12057         * apropos.el (apropos-print): Fix the reference to mouse-2.
12059 2002-05-04  Daniel Pfeiffer  <occitan@esperanto.org>
12061         * play/mpuz.el (mpuz-switch-to-window): Set buffer-read-only directly.
12063 2002-05-04  Kim F. Storm  <storm@cua.dk>
12065         * cus-edit.el (custom-buffer-verbose-help): New variable.
12066         (custom-buffer-create-internal): Remove verbose introduction
12067         in customization buffer when it is nil.
12069 2002-05-03  Dave Love  <fx@gnu.org>
12071         * international/mule-cmds.el (select-safe-coding-system):
12072         Don't offer coding systems that use locking shift.
12073         Ask for confirmation if chosen coding system disagrees with
12074         a `coding:' spec in the file.
12076 2002-05-03  John Wiegley  <johnw@gnu.org>
12078         * eshell/esh-var.el (eshell-modify-global-environment): Added this
12079         customization variable, which will cause any "export" commands
12080         within any eshell buffer to modify the global Emacs environment.
12081         It defaults to nil, which means that such commands will only
12082         modify that Eshell buffer's environment.
12083         (eshell-var-initialize): Initialize `eshell-modify-global-environment'.
12085         * eshell/em-cmpl.el (eshell-command-completions-alist):
12086         Improve default completion targets for objdump, nm and readelf.
12088 2002-05-03  Colin Walters  <walters@verbum.org>
12090         * play/gamegrid.el (gamegrid-user-score-file-directory): New variable.
12091         (gamegrid-add-score-with-update-game-score):
12092         Use `shared-game-score-directory'.  Correctly handle non-setuid case.
12094 2002-05-02  Colin Walters  <walters@verbum.org>
12096         * replace.el (occur-mode-map): Bind "q" to `delete-window'.
12097         (occur-1): If one of the buffers we're searching is the *Occur*
12098         buffer itself, handle it by creating a temporary buffer.  If any
12099         of the buffers being searched are killed, note that in the search
12100         result message.  Also, set local variables before we possibly kill
12101         the buffer.
12103 2002-05-02  Kim F. Storm  <storm@cua.dk>
12105         * menu-bar.el (menu-bar-make-toggle): Added optional PROPS arg.
12106         (menu-bar-options-save): Added cua-mode.
12107         (menu-bar-options-menu): Added toggle for cua-mode.
12108         Disable toggle for transient-mark-mode if cua-mode is enabled.
12110         * emulation/cua-base.el (cua-inhibit-cua-keys): New buffer-local
12111         variable.
12113 2002-05-01  Richard M. Stallman  <rms@gnu.org>
12115         * help.el (view-todo): New function.
12116         (help-map): Bind C-h C-t to view-todo.
12117         (help-for-help): Change the text.
12119 2002-05-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
12121         * progmodes/f90.el: Yet more doc string, commment and whitespace
12122         changes.
12123         (f90-imenu-flag): New name for internal variable f90-imenu.
12124         (f90-blocks-re, f90-program-block-re, f90-end-if-re)
12125         (f90-no-break-re): Use regexp-opt.
12126         (f90-end-type-re): Add closing "\\>".
12127         (f90-indent-region): Correctly indent comments embedded in
12128         continued lines.
12129         (f90-indent-new-line): Make it indent the current line, as it should.
12130         (f90-line-continued, f90-get-present-comment-type)
12131         (f90-looking-at-if-then, f90-indent-line, f90-indent-new-line)
12132         (f90-indent-region, f90-indent-subprogram, f90-do-auto-fill)
12133         (f90-join-lines, f90-fill-region, f90-match-end, f90-insert-end)
12134         (f90-change-keywords): Minor code tidying.
12136         * progmodes/fortran.el (fortran-strip-sequence-nos): Rename from
12137         typo `fortran-strip-sqeuence-nos'.
12139 2002-05-01  Eli Zaretskii  <eliz@is.elta.co.il>
12141         * simple.el (clone-indirect-buffer-other-window): Fix a typo in
12142         pop-up-window.
12144 2002-05-01  Kim F. Storm  <storm@cua.dk>
12146         * emulation/cua-base.el (cua--pre-command-handler):
12147         Only interpret delete-selection property if mark-active.
12148         (cua-mode): Fixed require in defcustom.
12150 2002-05-01  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
12152         * calendar/cal-menu.el (cal-menu-x-popup-menu): Fix argument of
12153         error call.
12155 2002-05-01  Colin Walters  <walters@verbum.org>
12157         * textmodes/tex-mode.el (tex-validate-buffer):
12158         Use `occur-revert-arguments' instead of setting `occur-nlines' and
12159         `occur-buffer'.  Don't test for `input-pending-p' in loop.
12160         Set text property `occur-target' instead of `occur'.
12162 2002-04-30  John Wiegley  <johnw@gnu.org>
12164         * align.el (align-region): Fixed the fix to align-region, because
12165         the "name" argument was appearing twice.
12167 2002-05-01  Martin Stjernholm  <bug-cc-mode@gnu.org>
12169         * progmodes/cc-engine.el (c-beginning-of-decl-1): Better way
12170         to handle protection labels, one which doesn't get confused by
12171         inherit colons.
12173         * progmodes/cc-engine.el (c-end-of-decl-1): Don't treat
12174         functions that have "class" or "struct" in the return type as
12175         classes or structs.
12177 2002-04-30  Kim F. Storm  <storm@cua.dk>
12179         * menu-bar.el (menu-bar-custom-menu): Change "Recently Changed
12180         Options" to "New Options..."; rephrase tooltip.
12181         Rephrase tooltip for "Specific Option...".
12182         Added "Saved Options" item.  [from Simon Marshall]
12184 2002-04-30  Richard M. Stallman  <rms@gnu.org>
12186         * time.el (display-time-mail-directory)
12187         (display-time-mail-function): Doc fixes.
12189         * ediff-hook.el: Remove autoload cookies.
12191         * language/tibetan.el (tibetan-obsolete-glyphs): Now in tibet-util.el.
12193         * language/tibet-util.el (tibetan-obsolete-glyphs): From tibetan.el.
12195         * align.el (align-region): Fix call to `message'.
12196         Check that (car rule) is a symbol.
12198         * autoinsert.el (auto-insert-directory): Doc fix.
12200         * facemenu.el (describe-text-at and stuff): Moved to descr-text.el.
12202         * descr-text.el: New file, broken out of facemenu.el.
12204         * emacs-lisp/advice.el (documentation): Add ad-define-subr-args call.
12206 2002-04-29  Markus Rost  <rost@math.ohio-state.edu>
12208         * mail/emacsbug.el (report-emacs-bug-hook):
12209         Use replace-match only if search was successful.
12211 2002-04-29  Richard M. Stallman  <rms@gnu.org>
12213         * net/zone-mode.el (zone-mode): Add write-file-hooks hook locally.
12215         * mail/emacsbug.el (report-emacs-bug-hook): Don't fail completely
12216         if the user edits the Emacs version number in the text.
12218         * filesets.el (filesets-running-xemacs): Make defvar unconditional.
12219         (filesets-ingroup-files): Renamed from filesets-ingroup-paths.
12220         (filesets-error): Simplify definition and make conditional
12221         on filesets-running-xemacs.
12222         (filesets-find-file-using): Renamed from fsfind-file-using.
12224 2002-04-29  Stefan Monnier  <monnier@cs.yale.edu>
12226         * info.el (Info-find-in-tag-table-1, Info-read-subfile): Use point-min.
12227         (Info-read-node-name-1): Complete file names.
12228         (Info-complete-menu-item): Don't cons unnecessarily.
12230         * files.el (locate-file): New fun.
12231         (locate-file-completion): Rename from load-completion and generalize.
12232         (load-library): Use it.
12233         (make-auto-save-file-name): Expand caddr.
12235         * newcomment.el (comment-fill-column): New var.
12236         (comment-indent): Use it.
12237         (comment-or-uncomment-region): New fun.
12238         (comment-dwim): Use it.
12240 2002-04-29  Colin Walters  <walters@verbum.org>
12242         * ibuf-ext.el (ibuffer-kill-filter-group): Call `delete' function.
12243         (ibuffer-kill-line): Copy the filter group data structure when killing.
12244         (ibuffer-yank): Handle case where we're yanking on the default
12245         group correctly.
12246         (ibuffer-delete-saved-filter-groups): Doc fix.
12248         * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
12249         Test whether or not update-game-score is setuid, and do the right
12250         thing.
12252 2002-04-29  Kim F. Storm  <storm@cua.dk>
12254         * subr.el (remove-yank-excluded-properties): New helper function.
12255         (insert-for-yank, insert-buffer-substring-as-yank): Use it.
12257         * simple.el (yank-excluded-properties): Added help-echo to list.
12259 2002-04-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
12261         * autoinsert.el (auto-insert-directory): Doc fix.
12263         * progmodes/f90.el: Add/change doc strings for many inline
12264         functions.  Whitespace changes.
12265         (f90-indent-line-no, f90-update-line): Minor code changes.
12267 2002-04-29  Kim F. Storm  <storm@cua.dk>
12269         * emulation/cua-base.el: New file.
12271         * emulation/cua-rect.el: New file.
12273         * emulation/cua-gmrk.el: New file.
12275         * emulation/keypad.el: New file.
12277 2002-04-29  Triet Hoai Lai  <thlai@ee.usyd.edu.au>
12279         * language/vietnamese.el (viet-tcvn-decode-table, ccl-decode-tcvn)
12280         (ccl-encode-tcvn, ccl-encode-tcvn-font, vietnamese-tcvn):
12281         New Vietnamese coding system.
12283         * language/viet-util.el: Update Commentary section.
12285 2002-04-29  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
12287         * filesets.el (filesets-data): Doc fix.
12288         (filesets-running-xemacs): Define even when compiling.
12290         * recentf.el (recentf-cancel-dialog): Remove dot at the end of
12291         sentence.
12293 2002-04-29  Stefan Monnier  <monnier@cs.yale.edu>
12295         * textmodes/fill.el (fill-context-prefix): Fix last change with
12296         yet-another-approach.
12298 2002-04-28  Markus Rost  <rost@math.ohio-state.edu>
12300         * net/ange-ftp.el (ange-ftp-passive-host-alist)
12301         (ange-ftp-bs2000-additional-pubsets): Fix custom type.
12303         * files.el (small-temporary-file-directory): Fix custom type.
12305 2002-04-28  Glenn Morris  <gmorris@ast.cam.ac.uk>
12307         * progmodes/f90.el (f90-xemacs-flag): New variable.
12308         (f90-mark-subprogram-overlay): New variable.
12309         (f90-mark-subprogram): Now it highlights the subprogram.
12310         (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
12311         Fix highlighting of various "type" forms.
12313 2002-04-28  Colin Walters  <walters@verbum.org>
12315         * ibuffer.el (ibuffer-mode): Additional documentation on filter
12316         groups.
12318 2002-04-28  John Paul Wallington  <jpw@shootybangbang.com>
12320         * ibuf-ext.el (ibuffer-set-filter-groups-by-mode): Don't make an
12321         ibuffer-mode filter group if `ibuffer-view-ibuffer' is nil.
12323 2002-04-28  Richard M. Stallman  <rms@gnu.org>
12325         * mail/sendmail.el (mail-recover-1): Decrease non-random-len
12326         by 1 for the newly-readded #.
12328         * files.el (make-auto-save-file-name): Specify # as suffix
12329         in the non-file-visiting case.
12331         * subr.el (make-temp-file): New arg SUFFIX.
12333         * filesets.el: New file.
12335         * replace.el (occur-accumulate-lines): Avoid incf and decf.
12336         (occur-engine-add-prefix): New function.
12337         (occur-engine): Avoid using macrolet, incf and decf.
12338         Use occur-engine-add-prefix instead.
12339         Rename `l' to `lines' and `c' to `matches'.
12341         * replace.el (occur-engine, occur-mode-mouse-goto)
12342         (occur-mode-find-occurrence, occur-mode-goto-occurrence)
12343         (occur-mode-goto-occurrence-other-window)
12344         (occur-mode-display-occurrence): A position is just a marker,
12345         not a list.
12347         * replace.el (occur-revert-arguments):
12348         Renamed from occur-revert-properties.  All uses changed.
12350 2002-04-28  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
12352         * recentf.el (recentf-menu-before): Use string to specify path in
12353         the menu.
12355         * international/mule-cmds.el (read-language-name): Take care of
12356         non-list values.
12358 2002-04-27  Richard M. Stallman  <rms@gnu.org>
12360         * custom.el (custom-load-symbol): Moved from cus-edit.el.
12361         (custom-load-recursion): Likewise.
12363         * cus-edit.el (custom-load-symbol): Moved to custom.el.
12364         (custom-load-recursion): Likewise.
12366         * progmodes/ada-xref.el (ada-add-ada-menu): Menu pseudo-keys
12367         generated by easymenu are now lowercase.
12369 2002-04-27  Richard M. Stallman  <rms@gnu.org>
12371         * menu-bar.el (menu-bar-update-buffers): Add menu items
12372         Next Buffer and Previous Buffer.
12374         * simple.el (next-buffer, prev-buffer): New commands.
12375         Bind C-x left and C-x right to them.
12377         * info.el (Info-header-line): Mark it as risky-local-variable.
12379         * subr.el (insert-for-yank): Replace `category' property
12380         with whatever properties it stands for.
12382         * subr.el (member-ignore-case): Ignore non-strings in LIST.
12384 2002-04-27  Miles Bader  <miles@gnu.org>
12386         * faces.el (read-face-name): Format the prompt correctly when
12387         there's no default.
12389 2002-04-26  Andrew Choi  <akochoi@shaw.ca>
12391         * term/mac-win.el: Don't call ediff-toggle-multiframe.
12392         Set default directory.  Set process-connection-type to nil.
12394 2002-04-26  Richard M. Stallman  <rms@gnu.org>
12396         * loadup.el: Explicitly load cus-face and timer.
12398         * isearch.el: Don't require timer.
12400         * faces.el: Don't require cus-face.
12402         * cus-edit.el (customize-face): Use read-face-name
12403         and handle multiple faces.
12404         (customize-face-other-window): Make it work similarly.
12406         * faces.el (read-face-name): New defaulting features.
12407         New args STRING-DESCRIBING-DEFAULT and MULTIPLE.
12408         (list-faces-display): Use the face, not its name string,
12409         as arg when running customize-face.
12410         Put a `read-face-name' prop on the entire line.
12411         (describe-face): Handle multiple faces via read-face-name.
12413         * textmodes/tex-mode.el (tex-start-options): New variable.
12414         (tex-start-commands): New variable.
12415         (tex-start-options-string): Variable deleted.
12416         (tex-start-tex): Use tex-start-options and tex-start-commands,
12417         not tex-start-options-string.
12418         (tex-command): Doc fix.
12420 2002-04-26  Sam Steingold  <sds@gnu.org>
12422         * mail/smtpmail.el (smtpmail-try-auth-methods): When `host' is
12423         not in the authinfo/netrc, keep `cred' at nil.
12425 2002-04-26  Gerd Moellmann  <gerd@gnu.org>
12427         * find-file.el: Remove Ada-specific example code.
12429 2002-04-25  Michael Kifer  <kifer@cs.stonybrook.edu>
12431         * ediff-hooks.el: Put back the autoloads.
12433 2002-04-25  Colin Walters  <walters@verbum.org>
12435         * ibuffer.el (define column process): Use `ibuffer-aif'.
12437         * ibuf-ext.el (ibuffer-saved-filter-groups): Don't include broken
12438         defaults.
12439         (ibuffer-yank): Be sure to `setq' after we use `nconc'.
12440         (ibuffer-save-filter-groups): Correctly structure filter groups.
12441         (ibuffer-switch-to-saved-filter-groups): Correctly extract filter
12442         groups.
12444 2002-04-25  Simon Josefsson  <jas@extundo.com>
12446         * mail/sendmail.el (mail-use-dsn): New variable to request
12447         delivery status notification from MTA.
12448         (sendmail-send-it): Use it.
12450         * mail/smtpmail.el (smtpmail-queue-counter): New variable.
12451         (smtpmail-send-it): Use it to construct new queue filenames
12452         (needed if you send more than one message per second, which is
12453         possible if you use Gnus Agent).
12455         * mail/smtpmail.el (smtpmail-auth-credentials): Support netrc
12456         files as well.
12457         (smtpmail-try-auth-methods): Support netrc data.
12458         (netrc-parse): Autoload netrc.
12460 2002-04-25  Colin Walters  <walters@verbum.org>
12462         * replace.el (multi-occur-by-filename-regexp): Doc fix.
12463         (occur-engine): Go to `point-min'.  Make nlines argument actually
12464         mean number of context lines.  Handle it.  Pad digits to the right.
12466         * ibuf-ext.el (ibuffer-filtering-groups): Renamed to
12467         `ibuffer-filter-groups'.  All users updated.
12468         (ibuffer-show-empty-filter-groups): New variable.
12469         (ibuffer-saved-filter-groups): New variable.
12470         (ibuffer-maybe-save-stuff): Renamed from
12471         `ibuffer-maybe-save-saved-filters'.  Callers updated.
12472         Handle `ibuffer-saved-filter-groups'.
12473         (ibuffer-hidden-filtering-groups): Renamed to
12474         `ibuffer-hidden-filter-groups'.
12475         (ibuffer-filter-group-kill-ring): New variable.
12476         (ibuffer-save-with-custom): Doc fix.
12477         (ibuffer-set-filter-groups-by-mode): New function.
12478         (ibuffer-clear-filter-groups): New function.
12479         (ibuffer-current-filter-groups-with-position): Renamed from
12480         `ibuffer-current-filter-groups'.  Callers updated.
12481         (ibuffer-kill-filter-group): New function.
12482         (ibuffer-kill-line): New function.
12483         (ibuffer-yank): New function.
12484         (ibuffer-save-filter-groups): New function.
12485         (ibuffer-delete-saved-filter-groups): New function.
12486         (ibuffer-switch-to-saved-filter-groups): New function.
12487         (ibuffer-mark-on-buffer): Add optional arguments for adding a
12488         specific mark, and marking on a specific group.
12490         * ibuffer.el (ibuffer-formats): Doc fix.
12491         (ibuffer-mode-map): Bind <up> to `ibuffer-backward-line'.
12492         Bind new functions from ibuf-ext.el.  Add menu entries for them.
12493         Remove superfluous tooltips.
12494         (ibuffer-toggle-marks): If on a group name, then toggle marks just
12495         in that group.
12496         (ibuffer-mark-interactive): Handle filter groups.
12497         (ibuffer-mark-forward, ibuffer-unmark-forward)
12498         (ibuffer-mark-for-delete, ibuffer-unmark-backward)
12499         (ibuffer-mark-for-delete-backwards): Update docs.
12500         (ibuffer-current-filter-groups): Moved to ibuf-ext.el, and renamed
12501         to `ibuffer-current-filter-groups-with-position'.
12502         (ibuffer-redisplay-engine): Handle `ibuffer-show-empty-filter-groups'.
12503         (ibuffer-mode): Add some documentation about filter groups.
12505 2002-04-25  Andreas Schwab  <schwab@suse.de>
12507         * find-dired.el (find-name-dired): Don't quote pattern twice.
12509 2002-04-26  Miles Bader  <miles@gnu.org>
12511         * cus-edit.el (customize-face, customize-face-other-window):
12512         Use default instead of initial-input for suggested face.
12514 2002-04-25  Gerd Moellmann  <gerd@gnu.org>
12516         * cus-edit.el (customize-face-other-window, customize-face):
12517         Interactively, when point is on text with a face, suggest to
12518         customize that face.
12520 2002-04-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
12522         * progmodes/f90.el: General tidy-up of commentary and some doc
12523         strings.
12525 2002-04-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
12527         * scroll-all.el (scroll-all-function-all) New function to do the
12528         actual work.
12529         (scroll-all-scroll-down-all, scroll-all-scroll-up-all,
12530         scroll-all-page-down-all, scroll-all-page-up-all,
12531         scroll-all-beginning-of-buffer-all, scroll-all-end-of-buffer-all):
12532         Make them use scroll-all-function-all.
12534         * progmodes/f90.el (f90-get-beg-of-line): Removed and replaced
12535         with line-beginning-position.
12536         (f90-get-end-of-line): Removed and replaced with line-end-position.
12537         (f90-match-piece): Removed and replaced with match-string.
12538         (f90-current-indentation): Remove `current-column'.
12539         (f90-get-present-comment-type): Use match-string rather than
12540         buffer-substring.
12541         (f90-match-end): Use line-beginning-position, line-end-position
12542         rather than beginning-of-line, end-of-line.
12543         (f90-startup-message): Variable removed.
12545 2002-04-24  Colin Walters  <walters@verbum.org>
12547         * replace.el (occur-accumulate-lines): Add optional argument
12548         `no-props'.  Handle it.
12549         (occur-engine): Use it.
12551         * ibuf-ext.el (toplevel): Remove byte-compile-dynamic.  Try to set
12552         up autoloads manually.
12553         (ibuffer-split-list): New function.
12554         (ibuffer-filtering-groups): New variable.
12555         (ibuffer-hidden-filtering-groups): New variable.
12556         (ibuffer-mouse-toggle-filter-group): New function.
12557         (ibuffer-toggle-filter-group): New function.
12558         (ibuffer-toggle-filter-group-1): New function.
12559         (ibuffer-forward-filter-group): New function.
12560         (ibuffer-backward-filter-group): New funtion.
12561         (ibuffer-generate-filter-groups): New function.
12562         (ibuffer-filters-to-filter-group): New function.
12563         (ibuffer-pop-filter-group): New function.
12564         (ibuffer-jump-to-filter-group): New function.
12565         (ibuffer-do-occur): Just use `occur-read-primary-args'
12567         * ibuffer.el (ibuffer-filter-group-name-face): New.
12568         (ibuffer-mode-map): Bind and add menu entries for most new
12569         functions; also, bind the arrow keys to the movement functions.
12570         (ibuffer-mode-filter-group-map): New.
12571         (ibuffer-mouse-toggle-mark): Handle group names.
12572         (ibuffer-mouse-visit-buffer): Error if the current buffer is killed.
12573         (ibuffer-skip-properties): New function.
12574         (ibuffer-backward-line, ibuffer-forward-line): Optionally skip
12575         group names.  Also, handle new properties.
12576         (ibuffer-visit-buffer, ibuffer-visit-buffer-other-window):
12577         Move error handling to `ibuffer-current-buffer'.
12578         (ibuffer-visit-buffer-other-frame, ibuffer-bury-buffer): Ditto.
12579         (ibuffer-visit-tags-table, ibuffer-do-view-1): Ditto.
12580         (ibuffer-toggle-marks): Add optional group argument.
12581         (ibuffer-mark-interactive): Skip group names.
12582         (ibuffer-current-buffer): Clean up error handling.
12583         (ibuffer-fontify-region-function): Fontify group names.
12584         (ibuffer-map-lines): Add extra group argument.  Handle it.
12585         (ibuffer-current-filter-groups): New function.
12586         (ibuffer-redisplay): Handle hidden filtering groups.
12587         (ibuffer-sort-bufferlist): New function, taken from
12588         `ibuffer-insert-buffers-and-marks'.
12589         (ibuffer-insert-filter-group): New function.
12590         (ibuffer-redisplay-engine): Renamed from
12591         `ibuffer-insert-buffers-and-marks'.  Handle new filtering groups.
12592         (ibuffer): Add filter-groups argument.  Handle it.
12593         Use `save-selected-window'.
12594         (ibuffer-mode): Make `ibuffer-filtering-groups' and
12595         `ibuffer-hidden-filtering-groups' buffer-local.
12597         * ibuf-macs.el (ibuffer-save-marks): Call `ibuffer-redisplay-engine'.
12599 2002-04-24  Richard M. Stallman  <rms@gnu.org>
12601         * emacs-lisp/easymenu.el (easy-menu-intern): Downcase before interning.
12602         (easy-menu-define-key-intern): Function deleted; callers intern
12603         and then call easy-menu-define-key.
12604         (easy-menu-do-add-item): Explicitly intern the key, but not BEFORE.
12605         (easy-menu-define-key): Use easy-menu-name-match to match BEFORE.
12606         (easy-menu-name-match): New function.
12607         (add-submenu): New function.
12608         (easy-menu-get-map-look-for-name): Use easy-menu-name-match.
12610 2002-04-24  Eli Zaretskii  <eliz@is.elta.co.il>
12612         * menu-bar.el (menu-bar-adv-search-menu)
12613         (menu-bar-adv-search-menu): Improve the help text.
12615 2002-04-24  Simon Josefsson  <jas@extundo.com>
12617         * net/netrc.el: New file.
12619 2002-04-24  Thomas DeWeese  <tdeweese@rochester.rr.com>
12621         * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
12622         Check if any of the available selection sources has new content
12623         and if so it will return that content.
12625 2002-04-24  Miles Bader  <miles@gnu.org>
12627         * menu-bar.el (buffers-menu-show-directories)
12628         (buffers-menu-show-status): New variables.
12629         (menu-bar-update-buffers-1): Use them.
12631 2002-04-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
12633         * progmodes/cc-cmds.el (c-mask-comment): More fixes when used
12634         from `c-do-auto-fill' and point is at or near the limit of the
12635         comment.  Fixed bug when the prefix from `c-guess-fill-prefix'
12636         is longer than the text on the first line of the comment when
12637         it's masked.
12639 2002-04-24  Miles Bader  <miles@gnu.org>
12641         * menu-bar.el (menu-bar-update-buffers-1): Make sure
12642         `uniquify-buffer-name-style' is bound.
12644 2002-04-23  Colin Walters  <walters@verbum.org>
12646         * replace.el (toplevel): Require `cl' while compiling.
12647         (occur-buffer, occur-nlines): Delete.
12648         (occur-revert-properties): Rename to `occur-revert-properties'.
12649         (occur-mode): Handle it.  Set up font lock.
12650         (occur-revert-function): Simply apply `occur-1'.
12651         (occur-mode-find-occurence, occur-mode-mouse-goto)
12652         (occur-mode-goto-occurrence-other-window)
12653         (occur-mode-display-occurrence): Handle buffer property.
12654         (list-matching-lines-face): Use defcustom.
12655         (list-matching-lines-buffer-name-face): New variable.
12656         (occur-accumulate-lines): Renamed from `ibuffer-accumulate-lines',
12657         in ibuffer.el.
12658         (occur-read-primary-args): Move out of `occur'.
12659         (occur): Delete.  Now simply call `occur-1'.
12660         (multi-occur, multi-occur-by-filename-regexp): New functions.
12661         (occur-1): New function.
12662         (occur-engine): Renamed from `ibuffer-occur-engine' to replace the
12663         previous implementation of `occur'; taken from ibuf-ext.el.
12664         (occur-fontify-on-property): New function.
12665         (occur-fontify-region-function, occur-unfontify-region-function):
12666         New functions.
12668         * ibuffer.el (ibuffer-accumulate-lines): Moved to replace.el.
12670         * ibuf-ext.el (ibuffer-depropertize-string): Delete.
12671         (ibuffer-occur-match-face): Delete.
12672         (ibuffer-occur-props, ibuffer-occur-mode): Delete.
12673         (ibuffer-occur-mouse-display-occurence): Delete.
12674         (ibuffer-occur-goto-occurence, ibuffer-occur-display-occurence)
12675         (ibuffer-do-occur-1, ibuffer-occur-revert-buffer-function): Delete.
12676         (ibuffer-occur-engine): Moved to replace.el.
12677         (ibuffer-do-occur): Simply call `occur-1'.
12679         * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
12680         Handle the case where we're already viewing the score file.
12682 2002-04-23  Andreas Schwab  <schwab@suse.de>
12684         * menu-bar.el (menu-bar-goto-menu): Fix bindings for next-tag and
12685         next-tag-otherw.
12687 2002-04-23  Miles Bader  <miles@gnu.org>
12689         * menu-bar.el (menu-bar-update-buffers-1): Don't display a
12690         directory separator if there's no directory.  Don't display
12691         directories at all if uniquify is active.  Some code cleanup.
12692         (uniquify-buffer-name-style): Declare (but don't initialize).
12694         * menu-bar.el (menu-bar-update-buffers): Don't use constant lists
12695         for command menu entries, since the low-level menu code modifies
12696         them.  Cache the resulting list.
12697         (menu-bar-buffers-menu-command-entries): New variable.
12699         * menu-bar.el (menu-bar-update-buffers): Add `Select Named Buffer'.
12700         Add separator line before commands
12701         Remove old crufty code that tried to line things up by adding
12702         spaces to entries (it doesn't work).
12703         Move `Frames' submenu after the normal buffers, and add a
12704         separator line before it.
12705         (menu-bar-buffers-menu-list-buffers-entry): Variable removed.
12707 2002-04-22  Richard M. Stallman  <rms@gnu.org>
12709         * files.el (after-find-file): Use %s to output MSG.
12711         * dired.el (dired-mouse-find-file-other-window):
12712         Handle events that move out of the window.
12714 2002-04-23  Martin Stjernholm  <bug-cc-mode@gnu.org>
12716         * progmodes/cc-cmds.el (c-mask-comment): Fixed bug where point
12717         was moved to the following line when it was at the first line
12718         of a block comment where comment-start-skip matched to eol.
12720 2002-04-22  Richard M. Stallman  <rms@gnu.org>
12722         * simple.el (line-move-finish): Find beg and end of line
12723         before calling line-move-to-column.  Do consider intangible
12724         when finding the end.  Take more care in analyzing the results
12725         of intangibility after line-move-to-column.
12727 2002-04-22  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
12729         * international/mule-diag.el (list-input-methods-1): Doc fix
12730         (LEIM is now part of the standard distribution).
12732         * tmm.el (tmm-completion-prompt): Doc fix.
12734         * hilit-chg.el (global-highlight-changes): Capitalize status texts.
12736 2002-04-22  Edward M. Reingold  <reingold@emr.cs.iit.edu>
12738         * diary-lib.el (include-other-diary-files): Allow modifying
12739         included buffer, to turn off selective display.
12741 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
12743         * progmodes/cc-mode.el: (c-define-abbrev-table): New function to
12744         pass the SYSTEM-FLAG to `define-abbrev' in a way that works in
12745         emacsen that doesn't support it.
12747 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
12749         * progmodes/cc-align.el, progmodes/cc-engine.el,
12750         progmodes/cc-styles.el, progmodes/cc-vars.el
12751         (c-guess-basic-syntax, c-lineup-topmost-intro-cont):
12752         Find correct anchor for statement-cont in top level constructs.
12753         Analyze variable initializations in top level constructs as
12754         topmost-intro-cont instead of statement-cont.  That is an
12755         incompatible change but it gives better consistency.  The new
12756         lineup function c-lineup-topmost-intro-cont' compensates for
12757         it and is now put on topmost-intro-cont by default.
12759         * progmodes/cc-align.el, progmodes/cc-engine.el,
12760         progmodes/cc-langs.el (c-lineup-argcont): Lineup function
12761         contributed by Kevin Ryde.
12763         (c-in-gcc-asm-p): Function to recognize asm statements.
12764         Contributed by Kevin Ryde.
12766         (c-opt-asm-stmt-key): New language variable to recognize the
12767         beginning of asm statements.
12769 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
12771         * progmodes/cc-engine.el (c-guess-basic-syntax):
12772         Detect variable declarations after class and struct declarations
12773         correctly.  Fixed limit error when finding the anchor for
12774         template-args-cont and topmost-intro-cont.
12776 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
12778         * progmodes/cc-cmds.el (c-beginning-of-defun)
12779         (c-declaration-limits): Find the "line oriented" declaration
12780         start too, just like the "line oriented" end is found.
12782 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
12784         * progmodes/cc-vars.el (c-offsets-alist): A more sane default
12785         for `inexpr-statement'.  This is not compatible, though.
12786         I think the benefit of a good default style outweights that in
12787         this case.  Besides, `inexpr-statement' is not very common.
12789 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
12791         * progmodes/cc-cmds.el (c-electric-delete-forward):
12792         Fix silly bug that caused it to delete backwards in hungry delete
12793         mode.  (It's amazing that this bug hasn't been reported.)
12795         * progmodes/cc-cmds.el (c-declaration-limits, c-mark-function):
12796         Extracted the code to get the declaration limits from
12797         `c-mark-function' to a new `c-declaration-limits'.
12799         (c-indent-defun): Use the same method to get the limits of the
12800         declaration or macro as `c-mark-function'.
12802         * progmodes/cc-engine.el (c-beginning-of-decl-1): Handle brace
12803         list initializers correctly (but costly; it ought to be
12804         integrated into `c-beginning-of-statement-1').
12806 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
12808         * progmodes/cc-cmds.el, progmodes/cc-engine.el
12809         (c-beginning-of-defun, c-end-of-defun, c-mark-function):
12810         Rewritten to detect the declaration limits better.
12811         Now handles K&R argdecls, class definitions followed by variables etc.
12813         (c-in-knr-argdecl): Broke out the K&R argdecl test in
12814         `c-beginning-of-decl-1' to this new function.
12816         (c-end-of-statement-1, c-end-of-decl-1):
12817         Replace `c-end-of-statement-1' with `c-end-of-decl-1', which correctly
12818         handles declarations that continue after the block.
12820         * progmodes/cc-engine.el (c-syntactic-re-search-forward):
12821         Added an option to restrict matching to the top level of the
12822         current paren sexp.
12824         * progmodes/cc-langs.el (c-opt-block-decls-with-vars-key):
12825         New regexp to recognize declarations that continue after the block.
12827         (c-syntactic-eol): New regexp to match a "syntactic" eol.
12829 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
12831         * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed a bug
12832         that often caused the backward limit to be lost at the top
12833         level.  This improves performance a bit.
12835         * progmodes/cc-engine.el (c-syntactic-re-search-forward):
12836         New function that works like `re-search-forward' but only returns
12837         matches in syntactically significant text.
12839         * progmodes/cc-engine.el: Fixed a faster and more accurate way
12840         to recognize K&R argdecls.
12842         (c-beginning-of-decl-1): New function that put point at the
12843         beginning of the declaration.  It handles K&R argdecl blocks.
12845         (c-guess-basic-syntax): Replaced the `knr-argdecl' recognition
12846         code with one that doesn't depend on the current indentation.
12847         The anchor position for `knr-argdecl' has also changed, but in
12848         a way that is unlikely to cause compatibility problems.
12850 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
12852         * progmodes/cc-defs.el, progmodes/cc-engine.el
12853         (c-forward-comment): `forward-comment' in XEmacs skips over
12854         line continuations in the backward direction.  Correct for
12855         that.  Also made this a defun since it has grown too large now
12856         to be a defsubst.
12858         * progmodes/cc-langs.el: More convenient and decentralized
12859         setup of the language specific variables.  The regexp-opt
12860         mangling is also done at compile time now.
12862 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
12864         * progmodes/cc-cmds.el (c-indent-line-or-region):
12865         Call `c-indent-line' directly instead of through
12866         `indent-according-to-mode' so that this function always
12867         indents syntactically.
12869         * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed a bug
12870         where a class beginning with a nested class could cause an
12871         infinite loop (the state outside the narrowed out class is
12872         never used now).
12874 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
12876         * progmodes/cc-align.el, progmodes/cc-cmds.el,
12877         progmodes/cc-engine.el, progmodes/cc-vars.el: Fixes so that
12878         the context sensitive analysis inside macros is restricted to
12879         the bodies of #define's; other things, like #if expressions,
12880         never have anything in common with their surroundings.
12881         The old `cpp-macro-cont' syntax is now used in situations where
12882         the syntactic analysis isn't applicable, and a new syntactic
12883         element `cpp-define-intro' is used to add indentation in
12884         #define bodies.
12886         (c-lineup-cpp-define): New name for `c-lineup-macro-cont' to
12887         better reflect its use.
12889         * progmodes/cc-engine.el (c-guess-basic-syntax): Ignore line
12890         continuation backslashes in the detection of `arglist-cont-nonempty'.
12892         * progmodes/cc-align.el: Use the vector form in the return
12893         value in all cases where lineup functions return absolute columns.
12895 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
12897         * progmodes/cc-engine.el (c-add-stmt-syntax)
12898         (c-guess-basic-syntax): Anchor `brace-list-intro' and
12899         `bracec-list-close' better for brace lists nested inside expressions.
12901         * progmodes/cc-engine.el, progmodes/cc-langs.el,
12902         progmodes/cc-mode.el, progmodes/cc-styles.el: Cleaned up the
12903         various language specific variables and their initialization.
12904         The keyword regexps are now lists that are combined with
12905         regexp-opt.  Some variables have changed names to fit better
12906         with the naming convention.
12908         * progmodes/cc-defs.el, progmodes/cc-vars.el
12909         (c-buffer-is-cc-mode): The value is the mode symbol of the
12910         original CC Mode mode.
12912         (c-major-mode-is): Compare against the buffer local variable
12913         `c-buffer-is-cc-mode', which is faster than using `derived-mode-class'.
12915 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
12917         * progmodes/cc-engine.el (c-forward-syntactic-ws)
12918         (c-backward-syntactic-ws, c-forward-token-1)
12919         (c-backward-token-1, c-in-literal, c-literal-limits)
12920         (c-collect-line-comments, c-literal-type, c-on-identifier)
12921         (c-guess-basic-syntax): These functions are now considered part
12922         of the "CC Mode API" and may be used by other code.
12923         That's signified by making their documentation into docstrings.
12925         (c-whack-state, c-hack-state, c-skip-case-statement-forward):
12926         Removed these internal functions since they aren't used.
12928         (c-forward-to-cpp-expression): Classified this function as internal.
12930 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
12932         * progmodes/cc-langs.el (c-ObjC-class-key, c-Java-class-key):
12933         Simplified these regexps; the class keywords they contain
12934         ought to be enough to avoid false matches, so checking for
12935         following identifiers etc is just unnecessary (and might also
12936         fail for oddly formatted code).
12938 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
12940         * progmodes/cc-engine.el, progmodes/cc-cmds.el
12941         (c-forward-comment-lc): New function that behaves like
12942         `c-forward-comment', with the exception that line
12943         continuations are treated as whitespace.
12945         (c-beginning-of-statement): Use `c-forward-comment-lc', to
12946         work correctly in macros and other places where line
12947         continuations should be treated as whitespace.
12949         * progmodes/cc-engine.el (c-guess-basic-syntax): Analyze a
12950         normal label in a switch block as a case label, to get
12951         consistent lineup with the case labels.
12953         * progmodes/cc-engine.el (c-backward-syntactic-ws): Fixed bug
12954         in skipping over a macro that ends with an empty line.
12956         * progmodes/cc-styles.el: Require cc-align since styles added
12957         with `c-add-style' often contains references to functions
12958         defined there, and so the `c-valid-offset' check might
12959         otherwise complain on them.
12961 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
12963         * progmodes/cc-align.el, progmodes/cc-mode.texi,
12964         progmodes/cc-vars.el: Added two new lineup functions:
12966         (c-lineup-knr-region-comment): A new lineup function to get
12967         (what most people think is) better indentation of comments in
12968         the "K&R region" between the function header and its body.
12970         (c-lineup-gcc-asm-reg): New lineup function for better
12971         indentation inside gcc asm blocks.  Contributed by Kevin Ryde.
12973         (c-offsets-alist): Use `c-lineup-gcc-asm-reg' and
12974         `c-lineup-knr-region-comment' in the default offset
12975         configuration, since these two functions have little impact
12976         outside their intended use, and they generally do the right
12977         thing when they kick in.
12979         * progmodes/cc-engine.el (c-guess-continued-construct)
12980         (c-guess-basic-syntax): Handle nested functions in all
12981         languages, not just Pike.  In C and C++ there's a gcc
12982         extension for this, and it also gives better treatment of
12983         macros that are followed by blocks.
12985         * progmodes/cc-langs.el (c-symbol-key): Made this variable
12986         mode specific, to handle Pike special symbols like `== better.
12988 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
12990         * progmodes/cc-cmds.el, progmodes/cc-engine.el,
12991         progmodes/cc-vars.el (c-report-syntactic-errors): A new
12992         variable to control the syntactic error messages.  It defaults
12993         to off; since CC Mode ignores most syntactic errors it might
12994         as well ignore them all for the sake of consistency.
12996 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
12998         * progmodes/cc-engine.el (c-looking-at-inexpr-block):
12999         Optimization.  Can give a noticeable speedup if there's a
13000         large preceding function or class body.
13002 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
13004         * progmodes/cc-align.el, progmodes/cc-cmds.el: Use more
13005         efficient and correct insertion functions in many places.
13006         Always inherit text properties correctly if the text is
13007         permanent.  Also do it for speed in temporary insertions,
13008         since I figure it's less work to continue the surrounding text
13009         properties than to break them.
13011         * progmodes/cc-styles.el (c-read-offset): Unbind SPC in the
13012         completion to make it easier to enter lists.
13014 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
13016         * progmodes/cc-cmds.el (c-beginning-of-defun): Fixed bug where
13017         c-state-cache was clobbered.
13019         * progmodes/cc-cmds.el, progmodes/cc-engine.el
13020         (c-calculate-state): Moved from cc-cmds.el to cc-engine.el due
13021         to dependency.
13023 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
13025         * progmodes/cc-engine.el (c-parse-state): Ignore unbalanced
13026         open parens in macros (if point isn't in the same one).
13028 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
13030         * progmodes/cc-cmds.el (c-context-open-line): New function
13031         that is the `open-line' equivalent to `c-context-line-break'.
13033         * progmodes/cc-mode.el (c-mode-base-map): Compatibility fix
13034         for Emacs 21 since `indent-new-comment-line' has been changed
13035         to `comment-indent-new-line' there.
13037 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
13039         * progmodes/cc-engine.el, progmodes/cc-langs.el
13040         (c-stmt-delim-chars, c-stmt-delim-chars-with-comma):
13041         New variables containing the character sets used to recognize
13042         statement/declaration boundaries.  These variables might help
13043         to support languages like javascript and awk, where newlines
13044         sometimes delimits statements.
13046         (c-crosses-statement-barrier-p): Use `c-stmt-delim-chars' as
13047         the set of statement delimiting characters, to allow it to be
13048         changed dynamically and per-mode.
13050 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
13052         * progmodes/cc-engine.el (c-looking-at-bos)
13053         (c-looking-at-inexpr-block, c-add-stmt-syntax)
13054         (c-guess-basic-syntax): Treat blocks directly inside function
13055         calls like "bare" statements inside function calls, and not
13056         like in-expression statements.  This to make indentation of
13057         such blocks consistent with other statements inside macro calls.
13059         * progmodes/cc-engine.el (c-guess-basic-syntax):
13060         Made arglist-cont anchor correctly in arglists that contain statements.
13062         * progmodes/cc-engine.el (c-guess-basic-syntax):
13063         Fixed consistent anchoring of defun-block-intro in defuns in code
13064         blocks (can only occur in Pike).
13066         * progmodes/cc-engine.el (c-looking-at-inexpr-block)
13067         (c-looking-at-inexpr-block-backward): Changed the arguments to
13068         require containing sexps and paren state, for better efficiency.
13070 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
13072         * progmodes/cc-cmds.el, progmodes/cc-engine.el,
13073         progmodes/cc-vars.el: Improved anchoring of statement and
13074         handling of labels in front of substatements.
13076         (c-guess-continued-construct, c-guess-basic-syntax):
13077         Improved and unified anchoring at statements.  Statements beginning
13078         with comments or labels are now avoided, by going out of
13079         blocks and containing statements if necessary.  This nesting
13080         handling also fixes the case when there's a statement after a
13081         block open brace.  Added the syntactic symbol `substatement-label'.
13083         (c-electric-colon): Map the new `substatement-label' to
13084         `label' when consulting `c-hanging-colons-alist'.
13086         (c-offsets-alist): Added substatement-label.  Updated the
13087         comments for the new anchoring positions at statements.
13089         * progmodes/cc-engine.el (c-guess-basic-syntax): Use more sane
13090         anchor points for knr-argdecl-intro and access-label.
13091         They used to refer to some point on the same line, a bug which was
13092         neutralized by a kludge in `c-get-syntactic-indentation' which
13093         ignored such anchor points.
13095         (c-get-syntactic-indentation): Removed the kludge that was
13096         necessary due to buggy anchor points.
13098         * progmodes/cc-engine.el (c-guess-basic-syntax): Do not check
13099         the absence of a comma before arglist-close (case 7A) in any
13100         language, since there's nothing better to do that case anyway.
13101         Added special case to make in-expression statements be
13102         recognized as normal arglist-cont if we're directly in a macro
13103         arglist, for consistency with other "bare" statements.
13105         * progmodes/cc-engine.el (c-looking-at-bos): Added optional
13106         limit arg for backward searches.
13108         * progmodes/cc-engine.el (c-looking-at-inexpr-block):
13109         Anchor gcc in-expression statements at the surrounding open
13110         parenthesis.  Treat a class body as an in-expression class if
13111         it's used in an object clone expression in Pike.
13113         * progmodes/cc-engine.el (c-get-offset)
13114         (c-get-syntactic-indentation): Allow several anchor positions
13115         in the list of syntactic symbols.  Only the first is used as
13116         the base for the offset calculation.
13118 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
13120         * progmodes/cc-cmds.el (c-indent-defun): Indent the current
13121         macro if inside one at the top level.  Do not throw an error
13122         if used at the top level outside a macro.
13124         * progmodes/cc-cmds.el (c-backslash-region): Do tab width
13125         alignment only if the backslashes can't be aligned with
13126         surrounding backslashes.
13128         * progmodes/cc-engine.el (c-end-of-macro): New function.
13130         * progmodes/cc-engine.el (c-least-enclosing-brace):
13131         Rewritten to not be destructive.
13133 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
13135         * progmodes/cc-cmds.el (c-context-line-break): Only do a macro
13136         line break when point is inside the content of it; if it's in
13137         the cpp keyword a normal line break is done.
13139         * progmodes/cc-engine.el (c-guess-basic-syntax): Do not add
13140         cpp-macro-cont inside the argument list to a #define.
13142 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
13144         * progmodes/cc-defs.el (c-forward-comment): Implemented a
13145         kludge to avoid the problem most forward-comment incarnations
13146         have with `\' together with comment parsing.
13148 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
13150         * progmodes/cc-engine.el (c-check-state-cache): Fixed bug
13151         which could cause the state returned by `c-parse-state' to
13152         lack a closed paren element.  That in turn could result in
13153         very long searches, since it's common that they start from the
13154         last preceding close brace.
13156 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
13158         * progmodes/cc-engine.el (c-beginning-of-statement-1): Do not
13159         treat else-if as a single continuation, since that'd make it
13160         hard to get the right anchor point when there's a line break
13161         between the two keywords.  This change causes else-clause to
13162         be anchored on the closest preceding else-if and not always on
13163         the starting if, but that doesn't affect the indentation for
13164         any reasonably sane style.  Also introduced a noerror flag.
13166         (c-beginning-of-closest-statement): Removed;
13167         c-beginning-of-statement-1 now avoids the problem this one solved.
13169         * progmodes/cc-engine.el (c-guess-continued-construct)
13170         (c-guess-basic-syntax): Better and more uniform anchor points
13171         for 'statement-cont and 'substatement.  The effect is
13172         noticeable mostly when there's a label on the same line as the
13173         beginning of the statement, or when there are more stuff
13174         before the start of the statement.
13176         * progmodes/cc-engine.el (c-looking-at-inexpr-block):
13177         Added flag to disable looking at the type of the surrounding paren
13178         since that confuses c-beginning-of-statement-1 and a couple of
13179         other places.
13181         * progmodes/cc-engine.el (c-guess-basic-syntax):
13182         Avoid stepping to the previous statement in case 18.
13183         Improvements in recognition of statement blocks on the top level.
13185 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
13187         * progmodes/cc-engine.el (c-beginning-of-statement-1)
13188         (c-crosses-statement-barrier-p): Rewritten to get a well
13189         defined and documented behavior.  This fixes some tricky cases
13190         in recognition of do-while constructs.
13192         (c-backward-to-start-of-do, c-backward-to-start-of-if):
13193         Removed; use c-beginning-of-statement-1 instead.
13195         (c-guess-continued-construct, c-guess-basic-syntax):
13196         Various fixes to not depend on the bugs previously in
13197         c-beginning-of-statement-1.  Cleanups in cases 18 and 17 to
13198         use the new behavior of c-beginning-of-statement-1 better.
13199         Fixed recognition of catch blocks inside macros.
13201         * progmodes/cc-engine.el (c-backward-syntactic-ws): Fixed bug
13202         in skipping over a macro.
13204         * progmodes/cc-langs.el (c-label-kwds): New variable to
13205         contain the appropriate c-*-label-kwds value.
13207         * progmodes/cc-vars.el (defcustom-c-stylevar): Fixed value
13208         evaluation bug that caused the widget for
13209         c-block-comment-prefix to bug out.
13211 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
13213         * progmodes/cc-engine.el (c-guess-basic-syntax):
13214         Improved recognition of statements: They are now recognized in
13215         contexts where they normally can't occur, e.g. on the top level or
13216         in function call arguments.  This is mainly useful to recognize
13217         statements in macros at the top level, and in arguments to
13218         macros.  The cases has been moved around quite a bit, and case
13219         10 has been copied to case 18.  (The cases has not been
13220         renumbered because of this.)
13222         (c-guess-continued-construct): New function which has the
13223         rules which are common between cases 10 and 18.
13225         * progmodes/cc-engine.el (c-beginning-of-statement-1)
13226         (c-backward-to-start-of-do, c-backward-to-start-of-if):
13227         Fixes so that they really obey the passed limits.
13229         (c-safe-position): Return nil if the state doesn't contain a
13230         suitable position.
13232         (c-guess-basic-syntax): Fixes some too short limits in calls
13233         to c-beginning-of-statement-1.  Some fixes for top level
13234         analysis in ObjC mode.
13236         * progmodes/cc-engine.el (c-beginning-of-statement-1):
13237         Fixed bug in do-while statements where the body is not a block.
13239         * progmodes/cc-styles.el (c-set-style):
13240         Reset c-special-indent-hook to its global value if in override mode.
13241         Fixes problem where functions on that hook remained after
13242         style switch.
13244         * progmodes/cc-engine.el (c-evaluate-offset, c-get-offset):
13245         Use c-benign-error to report the c-strict-syntax-p error.
13247 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
13249         * progmodes/cc-align.el, progmodes/cc-defs.el,
13250         progmodes/cc-cmds.el, progmodes/cc-engine.el, cc-vars.el:
13251         Several fixes to treat macros as code and not literals and to
13252         handle line continuations transparently.
13254         (c-skip-ws-forward, c-skip-ws-backward): New macros to skip
13255         through whitespace and line continuations, but not comments
13256         and macros.
13258         (c-in-literal): No longer recognizes macros as literals by
13259         default. An extra flag argument is required to do that.
13261         (c-macro-start, c-query-macro-start)
13262         (c-query-and-set-macro-start): Added a cache for the macro
13263         start position.
13265         (c-forward-syntactic-ws, c-backward-syntactic-ws): Fixes for
13266         more speed when limits are given.  Workaround for bad behavior
13267         in forward-comment in some emacsen when it hits a buffer limit
13268         with a large repeat count.
13270         (c-lineup-macro-cont): Improved behavior when
13271         c-syntactic-indentation-in-macros is nil.
13273         (c-syntactic-indentation-in-macros, c-backslash-max-column)
13274         (c-auto-align-backslashes): New customization variables to
13275         control macro handling.
13277         * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
13278         Fixes to handle line continuations.
13280         * progmodes/cc-defs.el, progmodes/cc-styles.el
13281         (c-get-style-variables, c-set-offset): Report style errors
13282         with message and ding instead of error signal.  This to avoid
13283         interrupted mode init if there's some style problem.
13285         (c-benign-error): New macro to report errors that doesn't need
13286         to interrupt the operation.
13288         * progmodes/cc-defs.el (c-point): Added eonl and eopl positions.
13290 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
13292         * progmodes/cc-cmds.el (c-electric-brace, c-indent-region):
13293         Removed most of the c-state-cache fiddling, since the global
13294         state cache now handles this.
13296         * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed bug
13297         when there's an open paren at the very first char of the
13298         visible buffer region.
13300         * progmodes/cc-engine.el (c-parse-state, c-check-state-cache):
13301         Cache the state globally and invalidate it below every buffer
13302         change with the new after change function
13303         `c-check-state-cache'.  This gives a considerable performance
13304         boost when editing large functions or classes.
13306         * progmodes/cc-engine.el (c-whack-state-after): Slight optimization.
13308 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
13310         * progmodes/cc-engine.el, progmodes/cc-langs.el,
13311         progmodes/cc-align.el: Improvements to syntactic analysis
13312         inside macros:
13314         (c-block-stmt-1-kwds, c-block-stmt-2-kwds): New variables used
13315         by `c-guess-basic-syntax'.
13317         (c-parse-state): Fixed bug with braces inside macros when
13318         using cached state info.
13320         (c-forward-to-cpp-expression): New function to aid in
13321         syntactic analysis inside macros.
13323         (c-beginning-of-statement-1, c-backward-syntactic-ws):
13324         Fixes to work better inside macros.
13326         (c-forward-syntactic-ws): Whitespace between the # and the
13327         command should be allowed in preprocessor directives.
13329         (c-lineup-macro-cont): New lineup function to get context
13330         sensitive indentation inside macros.
13332         (c-offsets-alist): Made `c-lineup-macro-cont' the default for
13333         cpp-macro-cont.
13335 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
13337         * progmodes/cc-engine.el (c-beginning-of-statement-1)
13338         (c-forward-syntactic-ws): Fixes to handle continued lines.
13340         (c-backward-to-start-of-if, c-guess-basic-syntax):
13341         Do syntactic analysis inside macros.
13343 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
13345         * progmodes/cc-cmds.el (c-indent-region): Did a speedup made
13346         possible by the more flexible state cache.
13348         * progmodes/cc-engine.el (c-parse-state, c-whack-state-before)
13349         (c-whack-state-after, c-hack-state)
13350         (c-narrow-out-enclosing-class, c-guess-basic-syntax):
13351         Improved the state cache system.  It now can use partial info from
13352         an old cached state to calculate a new one at a different
13353         position.  Removed some kludges to avoid the state cache.
13354         The new functions `c-whack-state-before' and `c-whack-state-after'
13355         replace the now obsolete `c-whack-state'.
13357         * progmodes/cc-engine.el (c-beginning-of-statement-1):
13358         Optimized backing through a macro.  This can speed things up
13359         quite a bit when there are long macros before point.
13361         (c-beginning-of-macro): Do not ignore the limit.
13363 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
13365         * progmodes/cc-cmds.el (c-electric-continued-statement):
13366         Fixed a bug where the keyword wasn't reindented correctly if
13367         followed by another keyword or identifier.
13369         * progmodes/cc-engine.el (c-parse-state): Ignore closed brace
13370         pairs that are in macros.  Fixes some cases where e.g. the
13371         second of two "do { } while (0)" macros after each other
13372         indented differently.
13374 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
13376         * progmodes/cc-engine.el (c-beginning-of-macro)
13377         (c-forward-syntactic-ws): Recognize "#!" as a preprocessor
13378         directive when it begins a line, to allow for script
13379         interpreter lines like "#!/usr/bin/pike" at the beginning of
13380         the file.
13382 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
13384         * progmodes/cc-engine.el (c-looking-at-inexpr-block):
13385         Recognize brace blocks inside a parenthesis expression as
13386         inexpr-statement.  Useful when writing statements as macro arguments.
13388 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
13390         * progmodes/cc-cmds.el (c-fill-paragraph, c-do-auto-fill)
13391         (c-mask-comment): Broke out the comment masking code from
13392         `c-fill-paragraph' to a new function `c-mask-comment', to be
13393         able to do the same thing in `c-do-auto-fill'.  This should
13394         make auto-fill-mode behave better.
13396 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
13398         * progmodes/cc-cmds.el (c-electric-brace, c-electric-paren):
13399         Check `executing-macro' to avoid blinking parens when macros
13400         are executed.
13402         * progmodes/cc-mode.el, progmodes/cc-styles.el
13403         (c-setup-filladapt): Moved from cc-mode.el to cc-styles.el for
13404         consistency with `c-setup-paragraph-variables' (which was
13405         placed there due to the dependency from `c-set-style').
13407         * progmodes/cc-styles.el, progmodes/cc-vars.el: Fixed bug with
13408         incomplete initialization from the style variable fallbacks if
13409         there already is a style called "user" defined when CC Mode
13410         starts up for the first time.
13412 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
13414         * progmodes/cc-cmds.el, progmodes/cc-vars.el
13415         (c-comment-indent, c-indent-comment-alist): Added new variable
13416         `c-indent-comment-alist' to allow better control over
13417         `c-comment-indent'.
13419 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
13421         * progmodes/cc-align.el (c-lineup-C-comments): Try to match
13422         both `comment-start-skip' and the comment prefix on the
13423         current line with the comment starter, so that we line up
13424         comments which matches `c-comment-prefix-regexp' on the first
13425         line (after the `/') without the need to make
13426         `comment-start-skip' match whatever `c-comment-prefix-regexp' matches.
13428         * progmodes/cc-mode.el, progmodes/cc-styles.el (c-common-init)
13429         (c-set-style-1, c-setup-paragraph-variables): Moved the
13430         variable initialization based on `c-comment-prefix-regexp' to
13431         a new function `c-setup-paragraph-variables', which is now
13432         used both at mode init and when a style that sets
13433         `c-comment-prefix-regexp' is activated.
13435 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
13437         * progmodes/cc-engine.el (c-beginning-of-member-init-list):
13438         Better handling of C++ template args to avoid confusion with
13439         `<' and `>' used as operators in member init expressions.
13441 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
13443         * progmodes/cc-engine.el (c-most-enclosing-brace)
13444         (c-least-enclosing-brace): Added optional second arg to limit
13445         the search to before a certain point.
13447         * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed bug
13448         which could cause incorrect analysis if a cached state is used
13449         (usually only happens when an electric key reindents a line).
13451 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
13453         * progmodes/cc-defs.el (c-forward-comment): More idiosyncrasy
13454         insulation.  This time for XEmacs 21.
13456         * progmodes/cc-engine.el, progmodes/cc-langs.el:
13457         Improved handling of inheritance lists:
13459         (c-beginning-of-inheritance-list): Rewritten to use a more
13460         syntactically correct method that doesn't get confused by
13461         badly placed linebreaks and comments.
13463         (c-guess-basic-syntax): Several fixes to the handling of
13464         inheritance lists in combination with templates.  'inher-intro
13465         is now anchored on the start of the class declaration and not
13466         the indentation of the current line.  Switched places on cases
13467         5D.3 and 5D.4 and made them use more syntactically correct methods.
13469         (c-inher-key): Removed since the code in
13470         `c-guess-basic-syntax' now uses token-based search.
13472         * progmodes/cc-cmds.el, progmodes/cc-mode.el (c-mode-menu):
13473         Added a submenu to access some toggles.
13475         (c-toggle-syntactic-indentation): New function to toggle the
13476         variable `c-syntactic-indentation'.
13478         * progmodes/cc-styles.el (c-set-style): Improved the error
13479         message for incorrect offsets a bit.
13481 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
13483         * progmodes/cc-cmds.el (c-indent-exp): Don't require that the
13484         sexp follows point immediately, instead find the closest
13485         following open paren that ends on another line.
13487 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
13489         * progmodes/cc-align.el (c-lineup-cascaded-calls):
13490         New indentation function.
13492         * progmodes/cc-engine.el (c-beginning-of-macro): Bugfix for
13493         directives with whitespace between the '#' and the name.
13495 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
13497         * progmodes/cc-engine.el (c-forward-syntactic-ws)
13498         (c-backward-syntactic-ws): Handle line continuations as
13499         whitespace.  Don't move past a macro if that'd take us past
13500         the limit.
13502 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
13504         * progmodes/cc-engine.el (c-beginning-of-macro)
13505         (c-forward-syntactic-ws): Multiline strings begin with `#"' in
13506         Pike, and that shouldn't be confused with a preprocessor directive.
13508 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
13510         * progmodes/cc-cmds.el: Extended the kludge to interoperate
13511         with the delsel and pending-del packages wrt to the new
13512         function `c-electric-delete-forward'.
13514 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
13516         * progmodes/cc-cmds.el (c-indent-exp): Keep the indentation of
13517         the block itself, i.e. only indent the contents in it.
13519         * progmodes/cc-styles.el (c-set-style): Use the default
13520         argument to completing-read instead of initial-contents, if
13521         the function is recent enough to support it.
13523 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
13525         * progmodes/cc-mode.el (c-mode-help-address):
13526         Removed bug-gnu-emacs@gnu.org from the receiver list for bug reports.
13527         I've almost never seen a bug reported this way that should go
13528         to that list, but it's rather common that the reports concern
13529         the combination CC Mode and XEmacs instead.
13531 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
13533         * progmodes/cc-cmds.el (c-electric-paren): Fixed bug when both
13534         brace-elseif-brace and brace-catch-brace are active and
13535         there's a "else if"-block before the catch block.
13537         * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
13538         Detect function headers that span lines.
13540 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
13542         * progmodes/cc-cmds.el (c-electric-brace)
13543         (c-electric-semi&comma, c-electric-colon, c-electric-paren):
13544         Check for last on line only for doing the auto-newline-mode
13545         stuff, not for the reindentation.
13547         * progmodes/cc-cmds.el (c-electric-brace): Fixed bugs in the
13548         handling of c-syntactic-indentation: When it's nil, indent the
13549         new lines but don't reindent the current one.  Reindent the
13550         line only when the inserted brace comes first on it, instead
13551         of last.
13553         * progmodes/cc-cmds.el (c-electric-brace)
13554         (c-electric-semi&comma): Fixed two places where
13555         c-syntactic-indentation wasn't heeded.
13557         * progmodes/cc-cmds.el (c-electric-pound): Don't be electric
13558         inside a macro.
13560         * progmodes/cc-engine.el (c-backward-to-start-of-if): Try a
13561         little harder to find a fallback position when an orphan else
13562         is found.  Fixed case where an else following a do-while
13563         statement could be associated with an if inside the do-while.
13565 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
13567         * progmodes/cc-cmds.el (c-guess-fill-prefix): Tuned the dwim
13568         for the fallback to add a single space after the comment prefix.
13570         * progmodes/cc-cmds.el (c-indent-new-comment-line): Somewhat better
13571         behavior in some special cases, especially for single-line comments.
13572         Avoid breaking up a comment starter or ender.
13574 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
13576         * progmodes/cc-cmds.el (c-outline-level): Applied patch from
13577         the Emacs sources to make this work in invisible text.
13579         * progmodes/cc-langs.el (c-switch-label-key): Fixed regexp to
13580         not be confused by a later ':' on the same line as the label.
13582 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
13584         * progmodes/cc-cmds.el, progmodes/cc-mode.el
13585         (c-electric-delete, c-electric-delete-forward):
13586         Split `c-electric-delete' into two functions where
13587         `c-electric-delete-forward' always deletes forward and
13588         `c-electric-delete' only contains the code necessary for
13589         XEmacs to choose between backward and forward deletion.
13590         `c-electric-delete-forward' is now bound to C-d to get the
13591         electric behavior on that key too.
13593 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
13595         * progmodes/cc-cmds.el (c-fill-paragraph): Fixed bogus direct
13596         use of c-comment-prefix-regexp, which caused an error when
13597         it's a list.
13599 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
13601         * progmodes/cc-mode.el, progmodes/cc-vars.el (c-common-init)
13602         (c-default-style): Removed the hardcoded switch to "java" style
13603         in Java mode.  It's instead taken care of by the default value
13604         for c-default-style.
13606 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
13608         * progmodes/cc-align.el (c-lineup-math): Fix bug where lineup
13609         was triggered by equal signs in string literals.
13611 2002-04-21  Kim F. Storm  <storm@cua.dk>
13613         * subr.el (insert-buffer-substring-no-properties): New function.
13614         (insert-buffer-substring-as-yank): New function.
13616 2002-04-21  Glenn Morris  <gmorris@ast.cam.ac.uk>
13618         * scroll-all.el (minor-mode-alist): Fix usage of `scroll-all-mode'.
13619         (scroll-all-page-down-all, scroll-all-page-up-all) Remove `fkey-'
13620         prefix from scroll commands.  Ignore end-of-buffer errors from
13621         other windows.
13622         (scroll-all-check-to-scroll): Remove `fkey-' prefix from scroll
13623         commands.
13624         (scroll-all-beginning-of-buffer-all, scroll-all-end-of-buffer-all):
13625         New functions.
13627         * files.el: (auto-mode-alist): .f95 files in f90-mode.
13629         * progmodes/fortran.el: (fortran-beginning-do): Make regexp match
13630         a DO statement irrespective of numeric label.
13632 2002-04-20  Glenn Morris  <gmorris@ast.cam.ac.uk>
13634         * files.el (auto-save-file-name-transforms): Doc fix.
13635         Add third element to "uniquify" filenames.
13636         (make-auto-save-file-name): Use new element of
13637         auto-save-file-name-transforms.
13638         * startup.el (command-line): Add third element to
13639         auto-save-file-name-transforms.
13641 2002-04-19  Stefan Monnier  <monnier@cs.yale.edu>
13643         * files.el (file-name-non-special): Don't mangle the 0'th arg and the
13644         return value of file-name-completion and file-name-all-completions.
13646 2002-04-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
13648         * progmodes/f90.el: Update maintainer.
13649         (f90-line-continued): Recognize blank/comment lines embedded in
13650         continuation lines.
13651         (f90-looking-at-program-block-start): No extra indentation after
13652         function or subroutine keyword appears in single quotes.
13654 2002-04-19  Miles Bader  <miles@gnu.org>
13656         * custom.el (customize-mark-to-save, customize-mark-as-set)
13657         (custom-quote): Moved here from `cus-edit.el'.
13658         * cus-edit.el (customize-mark-to-save, customize-mark-as-set)
13659         (custom-quote): Moved to `custom.el'.
13661 2002-04-18  Richard M. Stallman  <rms@gnu.org>
13663         * facemenu.el (list-text-properties-at): Command deleted.
13665         * rect.el (insert-rectangle): Use insert-for-yank.
13667         * register.el (insert-register): Use insert-for-yank.
13668         (describe-register-1): Discard text props in yank-excluded-properties.
13670         * toolbar/tool-bar.el (tool-bar-local-item-from-menu):
13671         Fix parts in construction of `menu-item' item at end.
13673         * mail/mailabbrev.el (mail-mode-abbrev-table): Delete defvar.
13675         * subr.el (insert-for-yank): New function.
13677         * simple.el (yank-excluded-properties): New user option.
13678         (yank-pop, yank): Use insert-for-yank.
13680 2002-04-19  Kim F. Storm  <storm@cua.dk>
13682         * simple.el (pop-to-mark-command): Do not set this-command.
13683         (set-mark-command): Always jump to mark when called with arg.
13685 2002-04-18  Francesco Potort\e,Al\e(B  <pot@gnu.org>
13687         * comint.el (comint-watch-for-password-prompt): Remove whitespace
13688         at the beginning of password prompts.
13690 2002-04-18  Andrew Innes  <andrewi@gnu.org>
13692         * facemenu.el: Remove require of wid-edit.
13694 2002-04-17  Colin Walters  <walters@verbum.org>
13696         * ibuffer.el (ibuffer-visit-buffer): Optionally allow reducing to
13697         one window.
13698         (ibuffer-visit-buffer-1-window): Simply call `ibuffer-visit-buffer'.
13699         (ibuffer-current-state-list): Reinstate optional argument; now
13700         just call `point' inside the mapping function.
13702 2002-04-17  Francesco Potort\e,Al\e(B  <pot@gnu.org>
13704         * dired-aux.el (dired-star-subst-regexp)
13705         (dired-quark-subst-regexp): New constants.
13706         (dired-do-shell-command, dired-shell-stuff-it): Use them.
13707         (dired-do-shell-command): Raise an error if both `*' and `?'
13708         substitution marks are used in the same command.
13709         (dired-shell-stuff-it): Substitute all instances of `*' and `?'
13710         in a command given via dired-do-shell-command.
13712         * comint.el (comint-password-prompt-regexp): Match "Repeat passphrase".
13714 2002-04-16  Jason Rumney  <jasonr@gnu.org>
13716         * international/mule-cmds.el (locale-preferred-coding-systems):
13717         Add "jpn".
13719 2002-04-16  Eli Zaretskii  <eliz@is.elta.co.il>
13721         * term.el (term-emulate-terminal): Fix last change.
13723 2002-04-16  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
13725         * bindings.el (mode-line-mode-menu): Update names to reflect
13726         latest changes.
13728 2002-04-16  Mike Williams  <mdub@bigfoot.com>
13730         * textmodes/sgml-mode.el (sgml-at-indentation-p): Move to fix
13731         compilation error.
13733 2002-04-16  Michael Kifer  <kifer@cs.stonybrook.edu>
13735         * viper-ex.el: Patch by Samuel Padgett. Copyright papers received.
13736         (viper-ex-print-buf-name): New variable.
13737         (viper-ex-print-buf): New variable.
13738         (ex-token-alist): Invoke ex-print on ":print" Ex commands.
13739         (ex-g-marks): New variable.
13740         (ex-print): New function.
13741         (ex-print-display-lines): New function.
13743         * viper.el (viper-set-hooks): Add window-setup-hook, which sets
13744         the cursor color.
13746         * ediff-util.el (ediff-cleanup-mess): Delete ctl window on exit
13747         when the window is not in its own frame.
13748         (ediff-clone-buffer-for-region-comparison): More robust window
13749         arrangement while prompting for regions to compare.
13750         (ediff-make-cloned-buffer): Use generate-new-buffer-name.
13751         (ediff-inferior-compare-regions): Deleted unused vars
13752         ctl-buf and quit-now.
13754 2002-04-15  Richard M. Stallman  <rms@gnu.org>
13756         * facemenu.el (facemenu-add-new-face): Use this only for faces.
13757         Delete arg MENU.
13758         (facemenu-add-new-color): New function.
13759         (facemenu-set-foreground, facemenu-set-background):
13760         Use facemenu-add-new-color.
13762 2002-04-15  Eli Zaretskii  <eliz@is.elta.co.il>
13764         * ediff-init.el (ediff-current-diff-face-A)
13765         (ediff-current-diff-face-B, ediff-current-diff-face-C)
13766         (ediff-current-diff-face-Ancestor, ediff-fine-diff-face-A)
13767         (ediff-fine-diff-face-B, ediff-fine-diff-face-C)
13768         (ediff-fine-diff-face-Ancestor, ediff-even-diff-face-A)
13769         (ediff-even-diff-face-B, ediff-even-diff-face-C)
13770         (ediff-even-diff-face-Ancestor, ediff-odd-diff-face-A)
13771         (ediff-odd-diff-face-B, ediff-odd-diff-face-C)
13772         (ediff-odd-diff-face-Ancestor): Add special color definitions for
13773         tty and MS-DOS displays.
13775 2002-04-15  Andrew Innes  <andrewi@gnu.org>
13777         * facemenu.el: Require wid-edit.
13779 2002-04-15  Miles Bader  <miles@gnu.org>
13781         * faces.el (highlight): Force foreground to be black on a tty, so
13782         this face is readable on a dark-background tty.
13783         * wid-edit.el (widget-field-face, widget-single-line-field-face):
13784         Likewise.
13786 2002-04-14  Kim F. Storm  <storm@cua.dk>
13788         * simple.el (pop-to-mark-command, push-mark-command): New commands.
13789         (set-mark-command): Use them.
13790         Enhanced functionality when command is repeated:
13791         - If first command set the mark (no prefix arg), repeat temporarily
13792         enables transient-mark-mode.
13793         - If first command jumped to mark off ring (with argument),
13794         repeat (with or without arg) jump to next mark off ring.
13795         - Use C-u C-u prefix to set mark after jump.
13796         (exchange-point-and-mark): Temporarily enable transient-mark-mode
13797         if prefix arg.
13799 2002-04-14  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
13801         * speedbar.el (speedbar-tag-hierarchy-method)
13802         (speedbar-toggle-updates, speedbar-toggle-images): Doc fixes.
13804 2002-04-14  Mike Williams  <mdub@bigfoot.com>
13806         * textmodes/sgml-mode.el (sgml-parse-tag-backward): Fix to work at
13807         beginning of buffer.
13809 2002-04-14  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
13811         * speedbar.el (speedbar-generic-item-info)
13812         (speedbar-sort-tags): Doc fix.
13813         (speedbar-add-supported-extension): Fix typo in interactive spec.
13815 2002-04-13  Colin Walters  <walters@verbum.org>
13817         * ibuffer.el (ibuffer-forward-line): Just skip header if we're
13818         only moving one line forward.
13819         (ibuffer-map-lines): Preserve point position even if we delete
13820         lines.  Only call mapping functions with buffer and mark
13821         arguments; the other two were unused.
13822         (ibuffer-redisplay, ibuffer-update): Always skip special areas.
13824         * ibuf-macs.el, ibuf-ext.el: Update callers of `ibuffer-map-lines'.
13826         * calc/calc-bin.el (math-format-radix-float): Use `when'.
13828         * calc/calc.el (math-format-number): Load `calc-ext' before we
13829         call `math-group-float'.
13831         * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
13832         Renamed from `gamegrid-add-score'.
13833         (gamegrid-add-score-insecure): Restored from the old
13834         `gamegrid-add-score'.
13835         (gamegrid-add-score): Just dispatch on `system-type' to one of the
13836         previous two functions.
13838 2002-04-13  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
13840         * iswitchb.el: Update commentary to include new function
13841         iswitchb-exclude-nonmatching.
13843 2002-04-12  John Wiegley  <johnw@gnu.org>
13845         * eshell/esh-ext.el (eshell-script-interpreter): Fix for CRLF
13846         operating systems to the regexp used to detect a script's interpreter.
13848 2002-04-12  Eli Zaretskii  <eliz@is.elta.co.il>
13850         * frame.el (frames-on-display-list): Use `equal' to compare the
13851         `display' frame parameter to the argument DISPLAY.
13853 2002-04-12  Dave Love  <fx@gnu.org>
13855         * help.el (string-key-binding): Deal with margin events.
13857 2002-04-12  Francesco Potort\e,Al\e(B  <pot@gnu.org>
13859         * comint.el (comint-password-prompt-regexp): Match " SMB password".
13861 2002-04-11  Stefan Monnier  <monnier@cs.yale.edu>
13863         * sort.el (sort-reorder-buffer): Don't assume point-min == 1.
13865         * xt-mouse.el (xterm-mouse-mode): Use define-minor-mode.
13867         * emacs-lisp/lucid.el (device-class, buffer-syntactic-context)
13868         (buffer-syntactic-context-depth): New funs.
13870         * emacs-lisp/edebug.el (edebug-eval-defun): Don't use defconst
13871         on variables.
13873         * emacs-lisp/debug.el (debug-on-entry): Use push.
13874         (debugger-make-xrefs): Don't assume point-min == 1.
13876         * progmodes/cc-engine.el (c-backward-to-start-of-if):
13877         Don't assume point-min == 1.
13879         * progmodes/etags.el (etags-verify-tags-table, etags-snarf-tag)
13880         (etags-list-tags, etags-tags-apropos, select-tags-table):
13881         Don't assume point-min == 1.
13883 2002-04-12  Mike Williams  <mdub@bigfoot.com>
13885         * textmodes/sgml-mode.el (sgml-guess-indent): New function.
13887 2002-04-11  Stefan Monnier  <monnier@cs.yale.edu>
13889         * textmodes/fill.el (fill-context-prefix): Fix up last change.
13891         * simple.el (line-move): Use memq rather than or.
13892         (transpose-sexps): Don't presume as much of forward-sexp's behavior.
13893         (do-auto-fill): Use fill-move-to-break-point.
13894         (syntax-code-table): Remove.
13896         * textmodes/fill.el (canonically-space-region): Obey sentence-end.
13897         Don't add spaces at end of sentences at end of line.
13898         (fill-move-to-break-point): Make sure the result is always greater
13899         than linebeg, so we ensure forward progress.
13900         (fill-region-as-paragraph): Compare to `to' rather than eobp.
13901         (fill-paragraph): Don't rebind fill-paragraph-function.
13903 2002-04-11  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
13905         * menu-bar.el (menu-bar-adv-search-menu): Add incremental search.
13907 2002-04-11  Andreas Schwab  <schwab@suse.de>
13909         * files.el (file-name-non-special): Handle return value of t from
13910         `file-name-completion'.
13912 2002-04-10  Stefan Monnier  <monnier@cs.yale.edu>
13914         * textmodes/fill.el (fill-context-prefix): Match the two prefixes
13915         differently to avoid pathological exponential-time case.
13916         (adaptive-fill-regexp): Add ! and %.
13917         (fill-delete-prefix): Remove indentation while removing prefix.
13918         (fill-delete-newlines): Obey sentence-end.
13919         (fill-move-to-break-point, fill-newline): New functions extracted
13920         from fill-region-as-paragraph.
13921         (fill-region-as-paragraph): Use them.
13922         Don't fiddle with fill-indent-according-to-mode.
13924 2002-04-10  Colin Walters  <walters@verbum.org>
13926         * play/snake.el (snake-score-file): Default to just "snake-scores".
13928         * play/tetris.el (tetris-score-file): Likewise.
13930         * play/gamegrid.el (gamegrid-add-score): Rewrite from scratch to
13931         use `update-game-score'.
13933         * ibuffer.el (ibuffer-canonicalize-state-list): Delete unused function.
13934         (ibuffer-current-buffers-with-marks): Don't call `buffer-list'
13935         ourselves; take it as an argument.  Caller updated.
13936         (ibuffer-mode): Make mode-class special.
13938 2002-04-10  Richard M. Stallman  <rms@gnu.org>
13940         * dired.el (dired-view-command-alist): New variable.
13941         (dired-view-file): Use external viewers for some files names.
13943         * mouse.el (mouse-drag-region-1): Display region highlight
13944         only in the selected window.
13946         * subr.el (remove-hook): When there are no more local hooks,
13947         kill the buffer-local value.
13949         * isearch.el (isearch-mode): Don't call make-frame-visible
13950         if frame is already visible.
13952         * cus-face.el (custom-face-attributes): Fix typo in `ultra-bold'.
13954 2002-04-09  Emmanuel Briot  <briot@act-europe.fr>
13956         * progmodes/ada-prj.el: Add support for the new project file
13957         fields: gnatfind-opt, debug-pre-cmd and debug-post-cmd.
13958         Fix widget handling for Emacs 21.  ada-mode now only supports a single
13959         active project file, instead of one per buffer.  This is far less
13960         confusing.
13962         * progmodes/ada-stmt.el: Menu changed from Statements to Templates.
13963         (ada-func-or-proc-name): Get real subprogram name, after change in
13964         ada-mode.el.
13966         * progmodes/ada-xref.el: Ada-mode no longer supports a different
13967         project file per buffer.  This was too complex.  Instead, there is
13968         now a single active project file at any given time, and the user
13969         can switch the active one through the Ada menu.  This revision
13970         also provides better handling of the Windows command line, and the
13971         various available shells on that platform.  ada-mode is now fully
13972         integrated with the GNU visual debugger gvd, see
13973         http://libre.act-europe.fr.
13974         (ada-prj-default-comp-opt): Use the new GNAT switch -gnatQ.
13975         This is only available with GNAT 3.14.
13976         (ada-prj-gnatfind-switches, ada-cd-command): New variable.
13977         (ada-quote-cmd): New function.
13978         (ada-initialize-runtime-library): Get the location of the actual
13979         runtime the compiler will be using, including support for
13980         cross-platform environments.
13981         (ada-treat-cmd-string): Add support for the new variable
13982         ${full_current} add support for debug-pre-cmd and debug-post-cmd,
13983         two commands to run just prior to running the debugger, and just
13984         after starting it.  This provide better support for cross-platform
13985         and remote debugging.
13986         (ada-get-absolute-dir): Remove, replace with expand-file-name.
13987         (ada-gdb-application): New parameter executable-name.
13988         (ada-get-ali-file-name): Better handling of separate packages.
13989         Checkin on behalf of the ada-mode maintainer.
13991         * progmodes/ada-mode.el (ada-case-exception-file)
13992         (ada-indent-handle-comment-special): New variables.
13993         (ada-case-exception-substring): New variable.  Casing exceptions
13994         can now also be defined for substrings, in addition to full
13995         identifier names.  This provides more flexibility.
13996         (ada-align-list): New fun, provide support for align.el in ada-mode.
13997         (ada-procedure-start-regexp): Add support for operators and
13998         generic formal subprograms and packages.
13999         (ada-imenu-comment-re): New variable.
14000         (ada-imenu-generic-expression): Add support for protected types.
14001         (ada-mode): Set comment-start only after running ada-mode-hook, so
14002         that the user can change ada-comment-start in the hook.
14003         Add support for ispell in comments.  Add support for align.el.
14004         (ada-save-exception-file, ada-create-case-exception-substring)
14005         (ada-adjust-case-substring): New functions.
14006         (ada-get-current-indent): Properly handles keywords with uppercases.
14007         (ada-goto-matching-end): Rewritten, fixes problems in the handling
14008         of nested blocks.
14009         (ada-untab-hard): Do not touch the contents of comments and strings.
14011 2002-04-09  Mike Williams  <mdub@bigfoot.com>
14013         * textmodes/sgml-mode.el (sgml-lexical-context):
14014         Use sgml-parse-tag-backward to find start point.
14015         (sgml-looking-back-at): Doc fix.
14017 2002-04-09  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
14019         * isearch.el (isearch-message-prefix): Use minibuffer-prompt face
14020         for prompt.
14022 2002-04-08  Stefan Monnier  <monnier@cs.yale.edu>
14024         * autorevert.el (auto-revert-mode, global-auto-revert-mode):
14025         Use define-minor-mode.
14026         (auto-revert-buffers): Use with-current-buffer.
14027         Avoid changing the minor modes.
14029         * international/iso-acc.el (iso-accents-accent-key): Use `vector'
14030         rather than char-to-string since last-input-char can be any event.
14032         * international/titdic-cnv.el (tit-dictionary):
14033         Use defvar for non-constants.
14035         * progmodes/cwarn.el (global-cwarn-mode): Use define-minor-mode.
14036         (global-cwarn-mode): Use easy-mmode-define-global-mode.
14037         (cwarn-font-lock-keywords): New function.
14038         Replaces cwarn-font-lock-remove-keywords cwarn-font-lock-add-keywords.
14039         (cwarn-font-lock-match): New macro.
14040         (cwarn-font-lock-match-assignment-in-expression)
14041         (cwarn-font-lock-match-dangerous-semicolon)
14042         (cwarn-font-lock-match-reference): Use it.
14044         * progmodes/cperl-mode.el (cperl-make-face, cperl-force-face):
14045         Use defvar rather than defconst since it's meant to be settable.
14046         (cperl-syntax-done-to): Don't hardcode 1 as (point-min).
14047         (cperl-fix-line-spacing): Add missing \ in [ t].
14049         * loadup.el: Call ucs-unify-8859 directly rather than
14050         unify-8859-on-encoding-mode.
14051         (fns-*.el): Don't use it anymore.  Keep the load-history in purespace.
14053         * textmodes/sgml-mode.el (sgml-comment-indent-new-line): New fun.
14054         (sgml-mode): Use it for comment-line-break-function.
14056 2002-04-08  Jason Rumney  <jasonr@gnu.org>
14058         * international/mule-cmds.el (reset-language-environment):
14059         Handle coding-systems not being defined yet.
14061 2002-04-08  Sam Steingold  <sds@gnu.org>
14063         * vc-cvs.el (vc-cvs-valid-version-number-p): New function.
14064         (vc-cvs-checkin): Use it.
14066 2002-04-08  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
14068         * files.el (display-time-string): Fix last change.
14070 2002-04-07  Sam Steingold  <sds@gnu.org>
14072         * vc-cvs.el (vc-cvs-checkin): Pass the required argument to `error'.
14074 2002-04-07  Jason Rumney  <jasonr@gnu.org>
14076         * international/mule-cmds.el (set-default-coding-systems)
14077         (reset-language-environment): Preserve eols on
14078         default-process-coding-system.
14079         (coding-system-change-text-conversion): Fix case where CODING is nil.
14081 2002-04-07  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
14083         * subr.el (play-sound): Move here from simple.el.
14085         * simple.el (play-sound): Move to subr.el.
14087 2002-04-06  Richard M. Stallman  <rms@gnu.org>
14089         * files.el (display-time-string-forms): Mark as risky.
14091         * enriched.el (enriched-decode-foreground, enriched-decode-background):
14092         Use proper format for desired elts of `face' property.
14093         Don't test display-color-p; make the properties unconditionally.
14095         * progmodes/compile.el (compilation-error-regexp-alist):
14096         New alternatives for FILE:LINE.COL and for ranges of columns and lines.
14098 2002-04-06  Per Abrahamsen  <abraham@dina.kvl.dk>
14100         * progmodes/cc-vars.el (c-block-comment-prefix): Specify :value
14101         for customization type.
14102         Reported by Mattias Fredsberg <mattias.fredsberg@active-tv.com>.
14104 2002-04-06  Mike Williams  <mdub@bigfoot.com>
14106         * textmodes/xml-lite.el: Remove.
14108 2002-04-05  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
14110         * simple.el (play-sound): New function (uses play-sound-internal).
14112 2002-04-04  Richard M. Stallman  <rms@gnu.org>
14114         * files.el (mode-line-format, mode-line-modified)
14115         (mode-line-mule-info, mode-line-buffer-identification)
14116         (mode-line-modes, mode-line-position): Explicitly mark as risky.
14117         (hack-one-local-variable): Don't recognize "mode-line-..." as risky.
14119         * calendar/solar.el (solar-northern-spring-or-summer-season): Doc fix.
14121         * mail/mailabbrev.el (mail-abbrev-make-syntax-table):
14122         Use (syntax-table), not old-syntax-table.
14124         * enriched.el (enriched-decode-foreground)
14125         (enriched-decode-background): Don't call facemenu-get-face.
14127 2002-04-04  Mike Williams  <mdub@bigfoot.com>
14129         * textmodes/sgml-mode.el: Add missing require.
14130         (sgml-lexical-context): Fix up CDATA detection for boundary cases.
14132 2002-04-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14134         * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line): Move to
14135         spot indicated by text property `cvs-goal-column', if present.
14137         * pcvs-info.el (cvs-fileinfo-pp): Use text property
14138         `cvs-goal-column' to indicate position of file name (if present).
14140 2002-04-03  Richard M. Stallman  <rms@gnu.org>
14142         * mail/mailabbrev.el (mail-abbrev-complete-alias):
14143         Call mail-abbrev-make-syntax-table.
14145         * format.el (format-deannotate-region): Doc fix.
14147         * enriched.el (enriched-face-ans): Delete special treatment
14148         for fg:... and bg:... faces.
14149         (enriched-decode-foreground): Return a list that specifies
14150         the foreground color, rather than creating a face.
14151         (enriched-decode-background): Likewise.
14153         * shell.el (shell-mode): Don't reinit comint-input-ring
14154         if that was already done.
14156 2002-04-03  Edward M. Reingold  <reingold@emr.cs.iit.edu>
14158         * solar.el (solar-spring-or-summer-season): Delete.
14159         (solar-northern-spring-or-summer-season): New variable.
14160         (solar-sunrise-and-sunset, solar-moment, solar-sunrise-sunset):
14161         Rewrite.
14163         * solar.el (diary-sabbath-candles-minutes): New variable.
14164         (diary-sabbath-candles): Use it instead of fixed 18 minutes.
14166         * calendar.el (update-calendar-mode-line): Force mode-line update.
14167         Make date under the cursor available as `date' in
14168         calendar-mode-line-format.
14169         Eval items in calendar-mode-line-format list.
14171         * cal-tex.el (cal-tex-hook, cal-tex-year-hook, cal-tex-month-hook)
14172         (cal-tex-week-hook, cal-tex-daily-hook): Add doc strings.
14174         * cal-tex.el (cal-tex-latexify-list): Fix doc string.
14176         * cal-tex.el (cal-tex-insert-day-names): LaTeXify day names.
14177         (cal-tex-cursor-week-iso, cal-tex-week-hours, cal-tex-weekly4-box)
14178         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
14179         (cal-tex-daily-page, cal-tex-mini-calendar): LaTeXify day names.
14181         * cal-tex.el: Change all instances (interactive "P") to
14182         (interactive "p").
14183         (cal-tex-cursor-month): Add hfill and newline at end of month that
14184         ended on Saturday.
14185         (cal-tex-preamble): Change to LaTeX2e.
14186         (cal-tex-cursor-filofax-year): Don't use default month names in
14187         LaTeX macros in case user changes them.
14188         (cal-tex-month-name): New function.  Used throughout in case user
14189         has done something funny with month names.
14191         * cal-hebrew.el (holiday-rosh-hashanah-etc): Spelling correction.
14192         (diary-rosh-hodesh): Spelling correction.
14194 2002-04-03  Mike Williams  <mdub@bigfoot.com>
14196         * textmodes/sgml-mode.el (sgml-lexical-context)
14197         (sgml-parse-tag-backward): Extend support for CDATA to include
14198         conditional sections.
14200 2002-04-03  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
14202         * cus-start.el: Rename `autoselect-window' to
14203         `mouse-autoselect-window'.
14205 2002-04-02  Richard M. Stallman  <rms@gnu.org>
14207         * files.el (hack-one-local-variable):
14208         Clear text props from string value.
14210 2002-04-02  Stefan Monnier  <monnier@cs.yale.edu>
14212         * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
14213         (f90-procedures-re, f90-operators-re, f90-hpf-keywords-re):
14214         Use regexp-opt.
14215         (f90-keywords-re, f90-keywords-level-3-re): Add `pure' and `elemental'
14216         from F95.
14217         (f90-procedures-re): Add `null' and `cpu_time' from F95.
14218         (f90-font-lock-keywords-1): Minor reorganization so we don't need
14219         `override' any more.
14220         (f90-font-lock-keywords-3): Use `keep' rather than `override'.
14221         (f90-indent-subprogram): Use indent-region.
14222         (f90-break-line): Use indent-according-to-mode.
14224 2002-04-02  Mike Williams  <mdub@bigfoot.com>
14226         * textmodes/sgml-mode.el (sgml-close-tag): Rename from
14227         sgml-insert-end-tag. Simplify by using sgml-lexical-context.
14228         (sgml-get-context): Remove use of sgml-inside-tag-p.
14229         (sgml-inside-tag-p): Remove.
14230         (sgml-looking-back-at): Short-circuit at beg of buffer.
14231         (sgml-lexical-context, sgml-calculate-indent): Add support for
14232         CDATA sections.
14234 2002-04-01  Stefan Monnier  <monnier@cs.yale.edu>
14236         * help.el (help-key-description): New fun.
14237         (describe-key-briefly, describe-key): Use it and
14238         this-single-command-raw-keys plus new arg `untranslated'.
14240         * textmodes/sgml-mode.el (sgml-at-indentation-p, sgml-tag)
14241         (sgml-parse-tag-name, sgml-looking-back-at, sgml-parse-tag-backward)
14242         (sgml-inside-tag-p, sgml-get-context, sgml-show-context)
14243         (sgml-insert-end-tag): New funs taken from xml-lite.el.
14244         (sgml-calculate-indent): Use them.
14245         (sgml-slash-matching): Rename from sgml-slash.
14246         (sgml-slash): Copied from xml-lite and changed to use
14247         sgml-slash-matching and sgml-quick-keys.
14249         * international/mule-cmds.el (standard-keyboard-coding-systems):
14250         Add koi8-u and koi8-r.
14252         * eshell/.cvsignore: New file.
14254         * eshell/esh-groups.el: Remove.
14256         * progmodes/tcl.el: Change maintainer.
14257         (tcl-electric-hash-style): Change default to nil.
14258         (tcl-imenu-generic-expression): Use tcl-proc-regexp.
14259         (tcl-do-auto-fill): Remove.
14260         (tcl-auto-fill-mode): Rewrite using comment-auto-fill-only-comments.
14262 2002-04-01  Mike Williams  <mdub@bigfoot.com>
14264         * textmodes/sgml-mode.el: Doc fixes.
14265         (sgml-mode): Set indent-line-function to sgml-indent-line.
14266         (sgml-calculate-indent): Add an explicit check for 'text syntax,
14267         to protect against future enhancements to sgml-lexical-context.
14268         (sgml-empty-tag-p, sgml-unclosed-tag-p): New funcs.
14270         * textmodes/xml-lite.el: Removed much redundant stuff.
14271         (xml-lite-parse-tag-backward): Simplify parsing by assuming we
14272         always start within text. Make use of sgml-unclosed-tag-p.
14274 2002-04-01  Ville Skytt\e,Ad\e(B  <ville.skytta@xemacs.org>
14276         * tcl.el (tcl-imenu-generic-expression): New value.
14277         (tcl-imenu-create-index-function): Function deleted.
14278         (tcl-mode): Check for filladapt-mode.
14279         Use tcl-imenu-generic-expression instead of
14280         tcl-imenu-create-index-function.
14281         (inferior-tcl-mode): Doc fix.
14282         Change not legally significant.
14284 2002-04-01  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
14286         * cus-start.el: Rename `x-autoselect-window' to `autoselect-window'.
14288         * window.el (handle-select-window): New function.
14289         Update copyright.
14291 2002-04-01  Richard M. Stallman  <rms@gnu.org>
14293         * info.el (info-tool-bar-map): Use tool-bar-local-item-from-menu.
14295         * toolbar/tool-bar.el (tool-bar-local-item): Renamed from
14296         tool-bar-add-item, and new arg MAP.
14297         (tool-bar-add-item): Now calls tool-bar-local-item.
14298         (tool-bar-local-item-from-menu): Renamed from
14299         tool-bar-add-item-from-menu, and new arg IN-MAP.
14300         (tool-bar-add-item-from-menu): Now calls tool-bar-local-item-from-menu.
14302         * help-fns.el (help-with-tutorial): Allow various ways
14303         to specify the text in the [...] line, in handling the <...> line.
14305         * progmodes/idlw-rinfo.el (idlwave-system-routines):
14306         WOLRDTITLE => WORLDTITLE.  SUPRESS_VALUE => SUPPRESS_VALUE.
14308         * subr.el (redraw-modeline): Define alias.
14310 2002-03-31  Richard M. Stallman  <rms@gnu.org>
14312         * files.el (file-expand-wildcards): Use save-match-data.
14314         * files.el (format-alist): Mark as risky.
14316         * simple.el (kill-new): Doc fix.
14318         * emacs-lisp/byte-opt.el (side-effect-free-fns)
14319         (side-effect-and-error-free-fns): Add many functions, remove some.
14321 2002-03-30  Richard M. Stallman  <rms@gnu.org>
14323         * menu-bar.el (menu-bar-tools-menu): Rename gdb item to say GDB.
14325 2002-03-30  Eli Zaretskii  <eliz@gnu.org>
14327         * font-lock.el (save-buffer-state): Fix last change.
14329         * files.el (auto-save-file-name-transforms): Fix last change.
14331         * startup.el (command-line): Fix last change.
14333 2002-03-29  Richard M. Stallman  <rms@gnu.org>
14335         * subr.el (play-sound-file): Moved to simple.el.
14337         * simple.el (play-sound-file): Moved from subr.el, made unconditional.
14339 2002-03-29  Colin Walters  <walters@verbum.org>
14341         * ibuffer.el (ibuffer-mark-interactive): Use `ibuffer-forward-line'
14342         instead of `forward-line'.
14343         (ibuffer-forward-line): Be sure to skip over special properties
14344         before moving, too.
14346         * calc/calc.el (calc-was-split): Var deleted.
14347         (calc): Remove reference to it.
14348         (calc): Ditto.
14349         (calc-quit): Ditto.
14350         (calc-init-base): Ditto.
14352         * calc/calc-misc.el (calc-delete-windows-keep): Function deleted.
14354 2002-03-29  Stefan Monnier  <monnier@cs.yale.edu>
14356         * textmodes/sgml-mode.el (sgml-lexical-context): Return (text . START)
14357         instead of nil when point is outside of any tag.
14358         (sgml-beginning-of-tag): Adjust to the change.
14359         (sgml-calculate-indent): Use the new info returned by
14360         sgml-lexical-context.  Try to handle unclosed tags.
14362         * textmodes/xml-lite.el (xml-lite-get-context): Don't stop parsing
14363         at unclosed tags unless it is at indentation.
14364         Kill nested unclosed tags.
14365         (xml-lite-calculate-indent, xml-lite-indent-line): Remove.
14366         (xml-lite-mode): Use sgml-indent-line instead.
14368 2002-03-29  Eli Zaretskii  <eliz@is.elta.co.il>
14370         * files.el (auto-save-file-name-transforms): Don't run "\\2" via
14371         expand-file-name.
14373         * startup.el (command-line): Recompute auto-save-file-name-transforms
14374         using the updated value of temporary-file-directory.
14376 2002-03-29  Stefan Monnier  <monnier@cs.yale.edu>
14378         * textmodes/xml-lite.el (xml-lite-get-context): Allow stopping
14379         even with an empty context.  Don't save excursion any more.
14380         Don't complain about unmatched start-tags in sgml-unclosed-tags.
14381         Ignore end-tags in sgml-empty-tags.
14382         (xml-lite-get-context, xml-lite-calculate-indent)
14383         (xml-lite-insert-end-tag): Save excursion around xml-lite-get-context.
14384         (xml-lite-indent-line): Use back-to-indentation.
14386         * textmodes/sgml-mode.el (sgml-basic-offset): New var.
14387         (sgml-name-re, sgml-attrs-re): New consts.
14388         (sgml-tag-name-re, sgml-start-tag-regex, sgml-font-lock-keywords-1)
14389         (sgml-mode): Use them.
14390         (sgml-lexical-context): Default to (point-min) if nothing else works.
14391         (sgml-calculate-indent): Indent slightly differently.
14392         (sgml-indent-line): Use back-to-indentation.
14393         (sgml-parse-dtd): New function.
14394         (sgml-unclosed-tags): New var.
14395         (html-mode): Set it.
14397 2002-03-29  Simon Marshall  <simon.marshall@misys.com>
14399         * font-lock.el (save-buffer-state): Use make-symbol to bind `modified'.
14401 2002-03-29  Richard M. Stallman  <rms@gnu.org>
14403         * dired-aux.el (dired-do-query-replace-regexp, dired-do-search):
14404         Use FILTER arg in dired-get-marked-files to exclude directories.
14405         (dired-nondirectory-p): New function.
14407         * dired.el (dired-get-marked-files): New arg FILTER
14408         allows selection of some files.
14410         * progmodes/tcl.el (tcl-imenu-create-index-function): Doc fix.
14412 2002-03-29  Eric M. Ludlam  <eric@siege-engine.com>
14414         * speedbar.el (speedbar-default-directory-list): Made robust
14415         against deleted directories.
14417 2002-03-28  Richard M. Stallman  <rms@gnu.org>
14419         * dired.el (dired-toggle-marks): Renamed from dired-do-toggle.
14420         Bindings changed.
14422         * progmodes/compile.el (compilation-handle-exit):
14423         If compilation-window-height is 0, display status in echo area.
14425         * simple.el (line-move-to-column): Don't call move-to-column if COL=0.
14427         * rect.el (replace-rectangle): Add autoload.
14429         * files.el: Mark many more variables as risky.
14430         (hack-one-local-variable): Recognize several additional
14431         patterns as risky.
14433         * bindings.el (mode-line-mule-info): Use :propertize, not :eval.
14435 2002-03-28  Stefan Monnier  <monnier@cs.yale.edu>
14437         * textmodes/xml-lite.el (xml-lite-in-string-p):
14438         Use sgml-lexical-context.
14439         (xml-lite-parse-tag-backward): Use sgml-tag-syntax-table.
14440         (xml-lite-get-context): Check that open/close tags match.
14441         Don't stop scanning while we're ignoring matching tags.
14443         * textmodes/sgml-mode.el (sgml-make-syntax-table): New fun.
14444         (sgml-mode-syntax-table): Use it.
14445         (sgml-tag-syntax-table, sgml-tag-name-re): New const.
14446         (sgml-tags-invisible): Use it.
14447         (sgml-lexical-context): New fun.
14448         (sgml-maybe-end-tag, sgml-beginning-of-tag): Use it.
14449         (sgml-quote): Accept \n as entity reference terminator.
14450         (sgml-calculate-indent, sgml-indent-line): New funs.
14452 2002-03-28  Andre Spiegel  <spiegel@gnu.org>
14454         * vc-cvs.el (vc-cvs-global-switches): New user option.
14455         (vc-cvs-command): New function.  Update all callers of
14456         `vc-do-command' in vc-cvs.el to use this instead.
14458 2002-03-27  Andrew Innes  <andrewi@gnu.org>
14460         * makefile.w32-in (bootstrap-clean-SH): Use for loop, instead of
14461         relying on shell globbing.
14463 2002-03-27  Colin Walters  <walters@debian.org>
14465         * ibuffer.el (ibuffer-help-buffer-modes): New variable.
14466         (ibuffer-fontification-alist): Use it.
14467         (ibuffer-backward-line): Handle `ibuffer-summary' area.
14468         (ibuffer-forward-line): Ditto.
14470         * ibuf-ext.el (sorter mode-name): Doc fix.
14471         (ibuffer-mark-help-buffers): Use `ibuffer-help-buffer-modes'.
14472         (operation query-replace): Use new `noerror' arg for
14473         `query-replace-read-args'.
14474         (operation query-replace-regexp): Ditto.
14476 2002-03-27  Stefan Monnier  <monnier@cs.yale.edu>
14478         * textmodes/xml-lite.el: Fix copyright notice.
14479         (xml-lite-basic-offset): Rename from xml-lite-indent-offset.
14480         (xml-lite-indent-comment-offset): Remove.
14481         (xml-lite-calculate-indent): Use new name.  Use natural alignment
14482         for comments.
14483         (xml-lite-in-string-p): Simplify.
14485 2002-03-27  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
14487         * allout.el (outline-layout): Doc fix.
14489 2002-03-27  Stefan Monnier  <monnier@cs.yale.edu>
14491         * textmodes/xml-lite.el: Don't require `custom'.
14492         (xml-lite-parse-tag-name): Properly treat non-ASCII chars.
14493         (xml-lite-parse-tag-backward): Obey sgml-empty-tags.
14494         (xml-lite-get-context): Drop nested tags not just for comments.
14495         (xml-lite-indent-line): Be more careful about moving point.
14496         (xml-lite-insert-end-tag, xml-lite-slash):
14497         Use indent-according-to-mode instead of xml-lite-indent-line.
14498         (xml-lite-mode): Make xml-lite-orig-indent-line-function buffer-local.
14499         Set sgml-xml-mode.  Don't call force-mode-line-update.
14500         (xml-lite-mode-map): Don't bind TAB.
14502 2002-03-27  Zoltan Kemenczy  <zoltan@ieee.org>
14504         * gud.el (gud-jdb-sourcepath): New variable, saves jdb -sourcepath
14505         parameter value.
14506         (gud-jdb-build-source-files-list): Comment clarification.
14507         (gud-jdb-massage-args): Reworked into loop-based argument list
14508         processing in order to support -classpath and -sourcepath argument
14509         processing.
14510         (gud-jdb-find-source-using-classpath): Prepend gud-jdb-sourcepath
14511         to gud-jdb-classpath to obtain search list.
14512         (gud-jdb-parse-classpath-string): Remove any trailing slashes from
14513         directory names in classpath/sourcepath lists, update comment.
14514         (jdb): Add setting of gud-jdb-sourcepath, update comment.
14515         (gud-find-class): Add gud-jdb-sourcepath use, and correct
14516         behaviour for the case when classpath is not used--backward
14517         compatibility fix.
14519 2002-03-27  Eli Zaretskii  <eliz@is.elta.co.il>
14521         * Makefile.in (compile, compile-always): Don't try to compile
14522         non-existent files or files in empty directories.
14524 2002-03-26  Michael Ernst  <mernst@alum.mit.edu>
14526         * compare-w.el (compare-windows-whitespace): Match all whitespace.
14528         * emacs-lisp/shadow.el (list-load-path-shadows): Only ignore last
14529         copy of standard Lisp directories.
14531         * tar-mode.el (tar-header-block-summarize, tar-get-descriptor):
14532         Support "next has longname" link type.
14534 2002-03-26  Stefan Monnier  <monnier@cs.yale.edu>
14536         * textmodes/xml-lite.el (xml-lite-at-indentation-p): Move.
14537         (xml-lite-in-string-p, xml-lite-looking-back-at, xml-lite-looking-at):
14538         New functions.
14539         (forward-xml-tag, backward-xml-tag, beginning-of-xml-tag)
14540         (end-of-xml-tag): Remove.
14541         (xml-lite-get-context): Better handling of comments.
14542         (xml-lite-calculate-indent): Use xml-lite-in-string-p.
14543         (xml-lite-parse-tag-backward): Rewrite.
14545 2002-03-26  Juanma Barranquero  <lektu@terra.es>
14547         * makefile.w32-in (WINS): Add the toolbar directory.
14549 2002-03-26  Richard M. Stallman  <rms@gnu.org>
14551         * subr.el (substring-no-properties): Function deleted (now in C).
14553 2002-03-25  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
14555         * mwheel.el (mouse-wheel-mode): Use global-set-key and
14556         global-unset-key.
14558 2002-03-24  Richard M. Stallman  <rms@gnu.org>
14560         * mail/rmail.el (rmail-resend): Call mail-abbrev-make-syntax-table.
14562         * progmodes/etags.el (tags-query-replace): Pass t for NOERROR
14563         to query-replace-read-args.
14565         * progmodes/compile.el (compilation-forget-errors):
14566         Don't adjust compilation-parsing-end if it's nil.
14568         * replace.el (query-replace-read-args): New optional arg NOERROR.
14569         (perform-replace): Use save-window-excursion around recursive edit.
14571 2002-03-24  Colin Walters  <walters@verbum.org>
14573         * ibuffer.el (ibuffer): If the user has `ibuffer-use-other-window'
14574         non-nil, then always use another window.
14576 2002-03-24  Gerd Moellmann  <gerd@gnu.org>
14578         * subr.el (macro-declaration-function): New function.  Set the
14579         variable macro-declaration-function to it.
14581         * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
14582         Handle declarations in macro definitions.
14584 2002-03-24  Eli Zaretskii  <eliz@is.elta.co.il>
14586         * facemenu.el (facemenu-get-face): Remove unused variable `foreground'.
14588         * enriched.el (enriched-face-ans): Support FACE of the form
14589         (:foreground COLOR) and (:background COLOR).
14590         (enriched-decode-foreground, enriched-decode-background): Set the
14591         fore- and background colors of the faces we create, since facemenu
14592         doesn't.
14594 2002-03-24  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
14596         * mwheel.el (mouse-wheel-mode): Use the result of
14597         current-global-map instead of the variable `global-map'.
14599 2002-03-23  Richard M. Stallman  <rms@gnu.org>
14601         * mail/mailabbrev.el (mail-abbrev-make-syntax-table): New subroutine
14602         broken out of sendmail-pre-abbrev-expand-hook.
14603         (sendmail-pre-abbrev-expand-hook): Use it.
14605 2002-03-22  Stefan Monnier  <monnier@cs.yale.edu>
14607         * Makefile.in (finder-inf.el): Remove.
14608         (finder-data): Don't depend on finder-inf.el any more.
14609         (compile, compile-always): Handle the case where some files
14610         from DONTCOMPILE are missing (it tried to compile them).
14611         (bootstrap-clean): Use src/emacs only if executable.
14612         (bootstrap): Update subdirs.el and finder-inf.el.
14614         * finder.el: Don't load finder-inf.el during byte-compilation.
14616         * vc-cvs.el (vc-cvs-registered, vc-cvs-dir-state-heuristic):
14617         Don't consider cvs-removed files as under VC control.
14618         VC wouldn't handle them properly anyway and it confuses
14619         vc-file-not-found-hook.
14621         * emacs-lisp/bytecomp.el (batch-byte-compile-if-not-done):
14622         Add autoload cookie.
14624 2002-03-22  Eli Zaretskii  <eliz@is.elta.co.il>
14626         * calendar/calendar.el (calendar): Doc fix.
14628 2002-03-22  Juanma Barranquero  <lektu@terra.es>
14630         * play/gomoku.el (gomoku-font-lock-O-face): Convert to use `defface'.
14631         (gomoku-font-lock-X-face): Likewise.
14632         (gomoku-font-lock-keywords): Use faces instead of variables.
14634 2002-03-21  Stefan Monnier  <monnier@cs.yale.edu>
14636         * Makefile.in (bootstrap): Make sure subdirs.el is ready.
14638 2002-03-21  Kim F. Storm  <storm@cua.dk>
14640         * simple.el (open-network-stream, open-network-stream-nowait)
14641         (open-network-stream-server): Use featurep to test for
14642         supported networking features.
14644 2002-03-21  Thien-Thi Nguyen  <ttn@gnu.org>
14646         * mail/emacsbug.el (report-emacs-bug-hook): Remove submitter
14647         directions as the last action.
14649 2002-03-21  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
14651         * startup.el (fancy-splash-tail, normal-splash-screen):
14652         Update copyright.
14654         * novice.el (disabled-command-hook): Clarify output text to match
14655         prompt.
14657 2002-03-20  Jason Rumney  <jasonr@gnu.org>
14659         * frame.el (display-images-p): Do not explicitly check display type.
14661 2002-03-20  pmr-sav  <pmr-sav@hamm.pajato.com>
14663         * mail-utils.el:
14664         Eliminate compilation warnings due to `rfc822-addresses'.
14665         (rmail-dont-reply-to): Eliminate `pos' as a free variable for a
14666         warning free compile.
14668 2002-03-20  Michael Kifer  <kifer@cs.stonybrook.edu>
14670         * ediff-diff.el (ediff-install-fine-diff-if-necessary):
14671         Take the current highlighting style into account.
14672         (ediff-forward-word-function,ediff-whitespace,ediff-word-1)
14673         (ediff-word-2,ediff-word-3,ediff-word-4): Make them buffer local.
14675         * ediff-init.el (ediff-patch-job): New macro.
14677         * ediff-mult.el (ediff-make-new-meta-list-header): New API function.
14678         (ediff-intersect-directories): Use ediff-make-new-meta-list-header.
14680         * ediff-ptch.el (ediff-map-patch-buffer):
14681         Use ediff-make-new-meta-list-header.
14682         (ediff-fixup-patch-map): Use the meta-list API from ediff-mult.el.
14684         * ediff-util.el (ediff-toggle-hilit): Fix toggling of highliting.
14685         (ediff-select-difference): Take highlighting style into account.
14686         (ediff-clone-buffer-for-region-comparison): New function.
14687         (ediff-inferior-compare-regions): Added comparison of current diff
14688         regions.
14690         * ediff.el (ediff-clone-buffer-for-region-comparison)
14691         (ediff-clone-buffer-for-window-comparison): Moved to ediff-util.el.
14693 2002-03-19  pmr-sav  <pmr-sav@hamm.pajato.com>
14695         * mail-utils.el (rmail-dont-reply-to):
14696         Overhaul to correctly apply the regular
14697         expressions in the variable `rmail-dont-reply-to-names' to the list of
14698         destination addresses.  Contributed by lorentey@elte.hu.
14700         * rmail.el (rmail-dont-reply-to-names):
14701         Modify the documentation to make it email
14702         address centric rather than login name centric.  Contributed by
14703         lorentey@elte.hu.
14705 2002-03-18  Colin Walters  <walters@verbum.org>
14707         * ibuf-ext.el (ibuffer-toggle-sorting-mode): Remove `find-if' so
14708         we don't require `cl' at runtime.
14709         (sorting mode mode-name): Don't take the symbol-name of a string.
14711         * ibuffer.el (ibuffer-set-mark): Go back to the beginning of the
14712         line after setting the mark.
14713         (ibuffer-insert-buffers-and-marks): Invert the test for
14714         `ibuffer-sorting-reversep'.
14716 2002-03-18  Stefan Monnier  <monnier@cs.yale.edu>
14718         * international/ucs-tables.el (unify-8859-on-decoding-mode)
14719         (unify-8859-on-encoding-mode): Remove autoload cookie.
14721 2002-03-18  Andre Spiegel  <spiegel@gnu.org>
14723         * vc-rcs.el (vc-rcs-register): Fix handling of
14724         vc-[rcs-]register-switches.
14725         (vc-rcs-checkin-switches, vc-rcs-checkout-switches):
14726         Variables removed, since they weren't used yet.
14728         * vc-cvs.el (vc-cvs-register): Fix handling of
14729         vc-[cvs-]register-switches.
14731         * vc-sccs.el (vc-sccs-register): Fix handling of
14732         vc-[sccs-]register-switches.
14734 2002-03-18  Stefan Monnier  <monnier@cs.yale.edu>
14736         * loadup.el ("emacs-lisp/backquote"): Load earlier.
14737         ("international/ucs-tables"): Load and turn on
14738         unify-8859-on-encoding-mode unconditionally.
14739         (emacs-version): Use `defconst' rather than `setq'.
14741         * eshell/esh-ext.el (eshell-binary-suffixes): Use exec-suffixes.
14743 2002-03-18  Richard M. Stallman  <rms@gnu.org>
14745         * menu-bar.el (menu-bar-options-menu): Cope if
14746         text-mode-hook is not a list.
14748 2002-03-17  Richard M. Stallman  <rms@gnu.org>
14750         * emulation/pc-select.el (pc-selection-mode):
14751         Alter the existing global map, don't replace it.
14753         * files.el (list-directory): Set default-directory at the end.
14755         * dabbrev.el (dabbrev--goto-start-of-abbrev):
14756         Put a limit on field-beginning search.
14758 2002-03-17  Simon Josefsson  <jas@extundo.com>
14760         * net/browse-url.el (browse-url-mosaic-pidfile): New variable.
14761         (browse-url-mosaic): Use it.
14763         * net/browse-url.el (browse-url-filename-alist): Don't begin
14764         docstring with *, you don't want to set this one with M-x set-variable.
14766         * net/browse-url.el: Put * in user option doc strings.
14768 2002-03-17  Stefan Monnier  <monnier@cs.yale.edu>
14770         * textmodes/sgml-mode.el (sgml-xml-mode): Renamed from sgml-xml.
14771         (sgml-xml-guess): Simplify.
14772         (sgml-mode-common): Remove (move into sgml-mode).
14773         (sgml-mode): Add code from sgml-mode-common.
14774         Remove redundant setting of indent-line-function.
14775         Don't set skeleton-transformation when in XML mode.
14777         * international/mule-diag.el (describe-char-after):
14778         Use `internal-describe-syntax-value' again (got lost somewhere).
14780         * international/ucs-tables.el (ucs-unify-8859, ucs-fragment-8859):
14781         Use unify-8859-on-decoding-mode.
14782         (unify-8859-on-decoding-mode): Also set translation-table-for-input.
14783         (ucs-insert): Give an error if the unicode char can't be created.
14785         * pcvs-parse.el (cvs-parse-table): Be a bit more lenient.
14786         (cvs-parse-status): Handle the "used to have a conflict" marker.
14788 2002-03-17  Kim F. Storm  <storm@cua.dk>
14790         The following changes are related to the enhanced network process
14791         support.
14793         * simple.el: Update copyright.
14794         (clone-process): Use make-network-process to clone network
14795         processes.  Get command list via (process-contact ... t).
14796         Use set-process-query-on-exit-flag and process-query-on-exit-flag
14797         instead of process-kill-without-query.
14798         (open-network-stream): Replaces C-version from process.c.
14799         (open-network-stream-nowait, open-network-stream-server): New funs.
14800         (process-kill-without-query): Replaces C-version from process.c.
14802         * files.el: Update copyright.
14803         (save-buffers-kill-emacs): Also check for active server
14804         processes.  Use process-query-on-exit-flag.  Only list processes
14805         which has the query-on-exit flag set in connection with user query.
14807         * shadowfile.el: Update copyright.
14808         (shadow-save-buffers-kill-emacs): Also check for active server
14809         processes.  Use process-query-on-exit-flag.
14811 2002-03-16  Simon Marshall  <simon.marshall@misys.com>
14813         * imenu.el (imenu-menubar-modified-tick): Renamed from
14814         imenu-update-menubar-modified-tick.
14815         (imenu-update-menubar): Update imenu-menubar-modified-tick
14816         whenever outer condition succeeds.
14818         * lazy-lock.el (save-buffer-state):
14819         Bind inhibit-modification-hooks and buffer-file-truename
14820         instead of before-change-functions and after-change-functions.
14822 2002-03-16  Eli Zaretskii  <eliz@is.elta.co.il>
14824         * international/codepage.el (codepage-setup): Don't define a
14825         codepage if it is already defined.
14827         * textmodes/po.el (po-content-type-charset-alist): Convert the
14828         car of each association to a string.
14829         (po-find-file-coding-system-guts): If the charset matches a name
14830         of a codepage, set up that codepage and return it as a coding
14831         system to decode the file.
14832         (po-find-charset): Search for the Charset= header even if we've
14833         read less than 4KB.
14834         <top-level>: Remove the setup for all known codepages: it seems
14835         to cause crashes in the CCL driver.
14837 2002-03-16  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
14839         * textmodes/bibtex.el (bibtex-sort-ignore-string-entries)
14840         (bibtex-entry-field-alist): Doc fix.
14842 2002-03-16  Richard M. Stallman  <rms@gnu.org>
14844         * progmodes/cperl-mode.el (cperl-imenu--function-name-regexp-perl):
14845         Move definition above cperl-outline-regexp.
14847         * bindings.el (mode-line-mule-info): In computing help-echo prop,
14848         avoid using save-window-excursion.  And compile the function.
14850 2002-03-15  Stefan Monnier  <monnier@cs.yale.edu>
14852         * files.el (load-completion): New function.
14853         (load-library): Use it.
14855 2002-03-15  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
14857         * calendar/cal-french.el (calendar-goto-french-date): Fix prompt
14858         to match the actual code.
14860 2002-03-15  Eli Zaretskii  <eliz@is.elta.co.il>
14862         * textmodes/po.el (po-find-file-coding-system-guts):
14863         Use with-temp-buffer instead of po-with-temp-buffer.
14865         * international/mule-conf.el (file-coding-system-alist): Add an
14866         association for PO files.
14868         * textmodes/po.el: New file.
14870 2002-03-15  Gerd Moellmann  <gerd@gnu.org>
14872         * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
14873         Fix simple loop indentation.
14875 2002-03-14  Miles Bader  <miles@gnu.org>
14877         * net/rlogin.el (rlogin-mode): Use `define-derived-mode'.
14879 2002-03-14  Richard M. Stallman  <rms@gnu.org>
14881         * textmodes/picture.el (picture-insert)
14882         (picture-clear-column, picture-draw-rectangle):
14883         Use move-to-column, not move-to-column-force.
14885         * dired.el (dired-readin): Clear out undo list.
14886         (dired-fun-in-all-buffers): Definition moved from dired-aux.el.
14887         (dired-delete-entry): New function.
14888         (dired-internal-do-deletions): Use dired-fun-in-all-buffers
14889         and dired-delete-entry, to update this buffer (and others).
14891         * dired-aux.el (dired-fun-in-all-buffers): Moved to dired.el.
14893         * facemenu.el (facemenu-add-new-face):
14894         Pass region args to facemenu-set-face, when there is a region.
14895         (facemenu-set-foreground, facemenu-set-background)
14896         (facemenu-add-face): Doc fixes.
14898         * progmodes/cperl-mode.el (cperl-outline-regexp): Move definition up.
14900 2002-03-14  Miles Bader  <miles@gnu.org>
14902         * emacs-lisp/debug.el: Require `button'.
14903         (debugger-mode-map): Set the parent keymap to `button-buffer-map',
14904         to get TAB and <backtab> bindings.
14906         * net/rlogin.el (rlogin-carriage-filter): Function removed.
14907         (rlogin): Don't install the `rlogin-carriage-filter' filter, as
14908         comint removes carriage returns itself now.
14910         * rfn-eshadow.el (rfn-eshadow-update-overlay):
14911         Bind `inhibit-point-motion-hooks' to t while messing around, to avoid
14912         getting hosed by our own intangible property.
14914 2002-03-13  Stefan Monnier  <monnier@cs.yale.edu>
14916         * progmodes/fortran.el (fortran-mode): Set comment-padding to "$$$".
14917         Add fortran-comment-line-start-skip to comment-start-skip.
14918         (fortran-comment-indent): Keep whole-line comments in column 0.
14919         (fortran-find-comment-start-skip): New arg `all'.
14920         If ALL is nil, make sure we only match comment-start-skip if we
14921         can't match fortran-comment-line-start-skip.
14922         Fix bug that made it return t but without moving point when
14923         matching '!'! (a false-comment followed by a real comment).
14924         (fortran-indent-comment): Use new `all' argument above.
14925         Be careful not to add an incorrect comment-starter like "C"
14926         in comment-column.
14927         (fortran-split-line): When splitting a comment, reuse the comment
14928         starter from the current line rather than fortran-comment-line-start.
14929         (fortran-indent-line, fortran-auto-fill): Simplify thanks to the
14930         cleaner behavior of fortran-find-comment-start-skip.
14931         (fortran-fill): Don't be confused by ! inside a comment.
14932         (fortran-break-line): Minor cleanup and simplification.
14934 2002-03-13  Francesco Potort\e,Al\e(B  <pot@gnu.org>
14936         * progmodes/etags.el (tag-exact-file-name-match-p)
14937         (tag-file-name-match-p, tag-partial-file-name-match-p): Use a
14938         simpler regexp.
14940 2002-03-12  Colin Walters  <walters@debian.org>
14942         * ibuffer.el (ibuffer-redisplay-current): Don't move point when
14943         redisplaying a line.
14945 2002-03-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14947         * term/x-win.el (emacs-session-restore): Take previous id as
14948         an argument.
14949         (emacs-session-save): Add comment that return t means cancel shutdown
14951         * startup.el (command-line): Must check that x-session-previous-id
14952         is bound also, for non-X platforms.
14954 2002-03-12  Gerd Moellmann  <gerd@gnu.org>
14956         * emacs-lisp/cl-indent.el (lisp-loop-keyword-indentation)
14957         (lisp-loop-forms-indentation, lisp-simple-loop-indentation):
14958         New user options.
14959         (extended-loop-p, common-lisp-loop-part-indentation): New functions.
14960         (common-lisp-indent-function-1): Renamed from
14961         common-lisp-indent-function.
14962         (common-lisp-indent-function): Handle loop forms specially.
14963         (lisp-indent-defmethod): Use car/cdr instead of first/rest.
14964         (lisp-backquote-indentation): New user option.
14966 2002-03-12  Francesco Potort\e,Al\e(B  <pot@gnu.org>
14968         * progmodes/etags.el (tag-exact-file-name-match-p)
14969         (tag-file-name-match-p, tag-partial-file-name-match-p):
14970         Assume that the header of a tags section has either a number
14971         or nothing after the last comma.
14973 2002-03-11  Richard M. Stallman  <rms@gnu.org>
14975         * imenu.el (imenu-update-menubar-modified-tick): New variable.
14976         (imenu-update-menubar): Don't call imenu--make-index-alist
14977         if buffer has not changed since last time.
14979         * desktop.el (desktop-buffer-handlers): Doc fix.
14980         (desktop-buffer-file): Explicitly return BUF.
14982         * paren.el (show-paren-function): Move back in other direction
14983         to verify the match is correct.
14985         * mail/supercite.el (sc-select-attribution): Accept whatever value
14986         we get in CHOICE; there is no value meaning "try again".
14988 2002-03-11  Colin Walters  <walters@verbum.org>
14990         * shell.el (toplevel): Revert previous change to use pcomplete.
14991         (shell-mode): Ditto.
14992         (shell-pcomplete-setup-done): Remove.
14993         (shell-pcomplete): Ditto.
14994         (shell-pcomplete-reverse): Ditto.
14996         * comint.el: Remove documentation on setting up pcomplete.
14998 2002-03-11  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
15000         * font-lock.el (java-font-lock-extra-types): Add "URL" as separate
15001         item.  Doc fix.
15003         * image.el (image-type-from-file-header): Make temporary buffer
15004         unibyte.
15006         * subr.el (add-to-list): Doc fix.
15008 2002-03-11  Miles Bader  <miles@gnu.org>
15010         * pcomplete.el (pcomplete-entries): Expand environment variables
15011         in filename.
15013 2002-03-10  Daniel Pfeiffer  <occitan@esperanto.org>
15015         * play/mpuz.el: Use defface instead of facemenu-get-face.
15017 2002-03-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
15019         * startup.el (command-line): Add call to emacs-session-restore if
15020         both x-session-id and x-session-previous-id are strings.
15022         * term/x-win.el (x-handle-smid): New function.
15023         (emacs-session-filename): New function.
15024         (emacs-session-save): New function.
15025         (emacs-save-session-functions): New variable.
15026         (emacs-session-restore): New function.
15028 2002-03-09  Eli Zaretskii  <eliz@is.elta.co.il>
15030         * simple.el (shell-command-on-region): Call push-mark with
15031         non-nil second arg, to suppress the "Mark set" message.
15033 2002-03-08  Richard M. Stallman  <rms@gnu.org>
15035         * textmodes/picture.el (picture-forward-column): New arg `interactive'
15036         is non-nil for an interactive call.  Use instead of interactive-p.
15037         (picture-backward-column): Likewise.
15039         * tar-mode.el (tar-untar-buffer): New function.
15041         * info.el (Info-fontify-node): Bind up-clicks, not down-clicks.
15042         Put the mouse-face on the entire xref, like the local keymap.
15044         * find-dired.el (find-name-dired): Use shell-quote-argument.
15046 2002-03-08  Daniel Pfeiffer  <occitan@esperanto.org>
15048         * play/mpuz.el (mpuz-unsolved-face, mpuz-solved-face)
15049         (mpuz-trivial-face, mpuz-text-face, mpuz-solve-when-trivial)
15050         (mpuz-allow-double-multiplicator): New options for nicer look and
15051         new features.
15052         (mpuz-put-number-on-board, mpuz-paint-number, mpuz-solve): New funs.
15053         (mpuz-check-all-solved, mpuz-random-puzzle)
15054         (mpuz-paint-statistics, mpuz-paint-digit, mpuz-close-game)
15055         (mpuz-show-solution): Functions streamlined and removed french
15056         style space before punctuation, added face support and optional
15057         solving of trivial results.
15059 2002-03-07  Colin Walters  <walters@verbum.org>
15061         * ibuf-macs.el (define-ibuffer-column): Add :summarizer property.
15063         * ibuffer.el (ibuffer-update-mode-name): Substitute "view time"
15064         instead of "recency" for clarity.
15065         (ibuffer-compile-format): Document more.  Handle new "summarizer"
15066         columns.
15067         (ibuffer-fontify-region-function): Ditto.
15068         (ibuffer-insert-buffer-line): Ditto.
15069         (ibuffer-map-lines): Ditto.
15070         (ibuffer-insert-buffers-and-marks): Ditto.
15071         (ibuffer-update-title-and-summary): Renamed from
15072         `ibuffer-update-title'.  Handle "summarizer" columns.
15073         (ibuffer-clear-summary-columns): New function.
15075         * ibuf-ext.el (ibuffer-filter-format-alist): Add type and group.
15077 2002-03-07  Gerd Moellmann  <gerd@gnu.org>
15079         * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
15080         Use the other-window instead of the other-frame functions when
15081         the window is dedicated.
15083 2002-03-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
15085         * textmodes/bibtex.el (bibtex-make-field): Call bibtex-find-text
15086         with SILENT so that a new field can be added.
15088 2002-03-06  Eli Zaretskii  <eliz@is.elta.co.il>
15090         * files.el (make-auto-save-file-name): Make sure the produced file
15091         name does not contain characters that are invalid for DOS/Windows
15092         filesystems.
15094         * dos-fns.el, w32-fns.el (make-auto-save-file-name):
15095         Remove replacement functions.
15097 2002-03-06  Gerd Moellmann  <gerd@gnu.org>
15099         * font-lock.el (lisp-font-lock-keywords-2): Highlight keywords of
15100         the form `:x'.
15102         * vc.el (vc-branch-part): Add autoload cookie.  This function can
15103         be called from vc-rcs-find-most-recent-rev when visiting a file
15104         checked into RCS in a CVS sandbox.
15106 2002-03-06  Andreas Schwab  <schwab@suse.de>
15108         * progmodes/hideif.el: Augment expression parser to handle
15109         conditional expressions.
15110         (hif-token-regexp): Also match `?' and `:'.
15111         (hif-tokenize): Handle `?' and ':' as tokens.
15112         (hif-expr): Parse conditional expressions.
15113         (hif-or-expr): Parse `||' expressions.
15114         (hif-and-expr): Renamed from hif-term.
15115         (hif-conditional): New function to evaluate a conditional
15116         expression.
15118 2002-03-06  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
15120         * language/czech.el ("Czech"): Fix the documentation.
15122         * language/slovak.el ("Slovak"): Likewise.
15124 2002-03-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
15126         * xml.el (xml-parse-attlist): Accept empty strings.
15128 2002-03-05  Eli Zaretskii  <eliz@is.elta.co.il>
15130         * mouse.el (mouse-show-mark): Remove the no-highlight alternative:
15131         all terminals now support highlighting of some kind.
15133         * language/european.el (mac-roman): Fix the safe-chars property.
15135 2002-03-05  Andre Spiegel  <spiegel@gnu.org>
15137         * vc.el (vc-transfer-file): Use `make-temp-file'.
15138         (vc-default-update-changelog): Remove conditional use of
15139         `make-temp-name'.
15141         * vc-cvs.el (vc-cvs-diff-tree): Fix typo in parameter names.
15143 2002-03-05  Michael Kifer  <kifer@cs.stonybrook.edu>
15145         * ediff-init.el: Comments.
15147         * ediff-hook.el: Got rid of autoloads. Not needed, since the hook
15148         is loaded.
15150         * ediff-mult.el (ediff-intersect-directories)
15151         (ediff-prepare-meta-buffer,ediff-get-directory-files-under-revision):
15152         Cleanup.
15153         (ediff-draw-dir-diffs): Now supports the "C" command in directory
15154         difference buffer.
15155         (ediff-dir-diff-copy-file): New function that implements copying
15156         of files from one Ediff dir to another
15157         (ediff-bury-dir-diffs-buffer): Kills the buffer instead.
15158         (ediff-append-custom-diff): Better error msgs.
15160         * ediff-util.el (ediff-compute-custom-diffs-maybe): Buglet fix.
15161         (ediff-inferior-compare-regions): Use
15162         ediff-clone-buffer-for-region-comparison. Better and simpler interface.
15164         * ediff.el (ediff-directories-internal): Cleanup.
15165         (ediff-clone-buffer-for-region-comparison): Better interface.
15167 2002-03-04  Richard M. Stallman  <rms@gnu.org>
15169         * emacs-lisp/easy-mmode.el (define-minor-mode):
15170         Use "P" in interactive spec of minor mode commands.
15172 2002-03-04  Stefan Monnier  <monnier@cs.yale.edu>
15174         * faces.el (face-spec-choose): Allow `t' to appear before the end.
15175         (mode-line, tool-bar, minibuffer-prompt, region, fringe, bold, italic)
15176         (bold-italic, underline, highlight, secondary-selection, fixed-pitch)
15177         (variable-pitch, trailing-whitespace): Don't use the old-style entries.
15178         (mode-line-inactive, header-line): Move the `t' section to the
15179         beginning so the `:inherit' setting can be shared.
15181 2002-03-04  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
15183         * net/snmp-mode.el: Require tempo when compiling to prevent
15184         warnings.  Update copyright notice.
15186         * help.el (describe-key-briefly, describe-key): Interpret `undefined'
15187         like not defined at all.
15189 2002-03-03  Stefan Monnier  <monnier@cs.yale.edu>
15191         * textmodes/sgml-mode.el: Change maintainer to FSF.
15192         (sgml-start-tag-regex, sgml-font-lock-keywords-1, sgml-mode-common)
15193         (sgml-tags-invisible, sgml-beginning-of-tag):
15194         Allow _ : and non-ASCII in tag names, as required for XML.
15195         (sgml-name-char): Don't assume anything about charsets handled by
15196         encode-char.
15198         * textmodes/tex-mode.el (tex-guess-main-file): Handle the case
15199         where one of the buffers is narrowed.
15201         * hexl.el (hexlify-command, dehexlify-command): Remove.
15202         (hexlify-buffer, dehexlify-buffer): Use call-process-region
15203         rather than shell-command-on-region.
15205         * newcomment.el (comment-forward): Use forward-comment to skip
15206         over whitespace (or comments) even when comment-use-syntax is nil.
15208         * progmodes/cperl-mode.el (cperl-menu): Add "-emacs" to the version.
15210         * textmodes/xml-lite.el: New file.
15212 2002-03-03  Richard M. Stallman  <rms@gnu.org>
15214         * textmodes/artist.el (artist-system): Use make-temp-file.
15216         * progmodes/ps-mode.el (ps-run-make-tmp-filename): Use make-temp-file.
15218         * mail/sendmail.el (mail-recover-1): Increase non-random-len
15219         by 1 since we changed make-auto-save-file-name to add one
15220         fewer character to the buffer name.
15221         (mail-recover): Really show point at the right place
15222         in the *Directory* buffer.
15224         * files.el (make-auto-save-file-name): Use make-temp-file.
15226         * terminal.el (te-create-terminfo): Use make-temp-file
15227         to create the source file in a safe way.
15229 2002-03-03  Eli Zaretskii  <eliz@is.elta.co.il>
15231         * cus-start.el: Rename automatic-hscroll-step and
15232         automatic-hscroll-margin into hscroll-step and hscroll-margin.
15234         * frame.el (auto-hscroll-mode): Renamed from automatic-hscrolling.
15235         (automatic-hscrolling): Now a defvaralias for auto-hscroll-mode.
15237         * mouse.el (mouse-region-delete-keys): Add deletechar.
15239 2002-03-03  Sam Steingold  <sds@gnu.org>
15241         * play/snake.el (snake-score-file): Fixed parens (broken by the
15242         last patch).
15243         * play/tetris.el (tetris-score-file): Ditto.
15245 2002-03-03  Richard M. Stallman  <rms@gnu.org>
15247         * play/tetris.el (tetris-score-file): Put in home dir, not in /tmp.
15249         * play/snake.el (snake-score-file): Put in home dir, not in /tmp.
15251         * play/gamegrid.el (gamegrid-set-font, gamegrid-setup-face)
15252         (gamegrid-make-mono-tty-face): Fix usage of condition-case.
15254 2002-03-03  Thien-Thi Nguyen  <ttn@gnu.org>
15256         * calendar/diary-lib.el (list-diary-entries): Use `buffer-substring'
15257         instead of `buffer-substring-no-properties' to support enriched mode.
15259 2002-03-02  Richard M. Stallman  <rms@gnu.org>
15261         * find-dired.el (find-grep-dired): Call shell-quote-argument.
15262         Specify the -e option.
15263         Rename arg to `regexp'.
15265 2002-03-02  Milan Zamazal  <pdm@zamazal.org>
15267         * textmodes/tildify.el (tildify-string-alist): Add entry for xml-mode.
15269 2002-03-02  Miles Bader  <miles@gnu.org>
15271         * mwheel.el (mwheel-scroll): Remove `double' and `triple' from the
15272         event-modifiers before looking up in `mouse-wheel-scroll-amount'.
15273         If there's no applicable modifiers entry in the alist in
15274         `mouse-wheel-scroll-amount', fall back to the default, not to
15275         nil (which causes full screen scrolls).
15277 2002-03-01  Andreas Schwab  <schwab@suse.de>
15279         * textmodes/texnfo-upd.el (texinfo-start-menu-description):
15280         Remove extra paren in regexp.
15282 2002-03-01  Eli Zaretskii  <eliz@is.elta.co.il>
15284         * mouse.el (mouse-show-mark): Use display-mouse-p, not
15285         display-graphic-p, to decide whether to move point or use the
15286         highlighting.
15288 2002-02-28  Colin Walters  <walters@verbum.org>
15290         * eshell/esh-var.el (eshell-parse-variable-ref): Use `make-temp-file'.
15292         * calc/calc-graph.el (calc-gnuplot-tempfile): Don't expand against
15293         `temporary-file-directory'; we now do that in `calc-graph-file-cache'.
15294         (calc-temp-file-name): Use `make-temp-file'.
15296 2002-02-28  Richard M. Stallman  <rms@gnu.org>
15298         * font-lock.el (java-font-lock-extra-types):
15299         Match java.net.URL, etc.
15301 2002-02-28  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
15303         * hexl.el (hexl-options): Doc fix.
15304         Update Commentary section.
15306         * textmodes/sgml-mode.el (sgml-specials, sgml-quick-keys):
15307         Doc fixes.
15309 2002-02-28  Andre Spiegel  <spiegel@gnu.org>
15311         * vc.el (vc-revert-buffer): If the buffer is not saved, prompt
15312         the user to do that first.
15313         (vc-update): New function.
15315         * vc-hooks.el (vc-menu-map): New entry "Update to Latest Version",
15316         which calls vc-update.  Use the term "Base Version" instead of
15317         "Last Version" for the entries "Revert" and "Compare".
15319 2002-02-28  Kim F. Storm  <storm@cua.dk>
15321         * simple.el (shell-command-on-region): Report non-zero exit
15322         status in mode line instead of buffer.
15324 2002-02-27  Richard M. Stallman  <rms@gnu.org>
15326         * comint.el (comint-preoutput-filter-functions): Doc fix.
15327         (comint-output-filter-functions, comint-input-filter-functions)
15328         (comint-redirect-filter-functions): Likewise.
15330         (comint-redirect-preoutput-filter): Do the local-hook
15331         handling of t when running comint-redirect-filter-functions.
15332         (comint-output-filter): Likewise for comint-preoutput-filter-functions.
15334 2002-02-26  Richard M. Stallman  <rms@gnu.org>
15336         * paths.el (remote-shell-program): Add doc string.
15338 2002-02-26  Colin Walters  <walters@debian.org>
15340         * ibuf-ext.el (sorter mode-name): New.
15341         (ibuffer-do-occur): Don't quote ibuffer-marked-char.
15343         * calc/calc-ext.el (calc-scroll-left): Call scroll-left
15344         interactively, so they do something.
15345         (calc-scroll-right): Ditto.
15347 2002-02-26  Eli Zaretskii  <eliz@is.elta.co.il>
15349         * international/mule.el (ctext-pre-write-conversion): Handle the
15350         case when FROM is a string, and when we are called from
15351         build_annotations_2.
15353 2002-02-26  Richard M. Stallman  <rms@gnu.org>
15355         * rect.el (clear-rectangle-line): Reindent to the same column
15356         that move-to-column reached when it tried to go to endcol.
15358         * icomplete.el (icomplete-exhibit): Use minibuffer-prompt-end.
15360 2002-02-26  Ivar Rummelhoff  <ivarru@math.uio.no>
15362         * winner.el (winner-boring-buffers, winner-set): A window which
15363         displays a buffer whose name is in the list
15364         `winner-boring-buffers', will no longer be restored by `winner-undo'.
15365         (winner-sorted-window-list): Used to improve comparison between
15366         window configurations.
15367         (winner-win-data): Simplified and moved.
15368         (winner-conf): Simplified (now uses `winner-win-data').
15369         (winner-change-fun, winner-save-old-configurations)
15370         (winner-save-(un)conditionally, winner-redo): Changes made while in
15371         the minibuffer will be ignored.  (Such changes are undone upon
15372         exit for the minibuffer, anyway.)
15373         (winner-set-conf): Preserve selected window whenever possible.
15374         (winner-make-point-alist): Simplified.
15375         (winner-mode, winner-save-unconditionally): Save current window
15376         configuration on entering minibuffer.
15377         (minor-mode-alist): Don't add winner-mode to `minor-mode-alist',
15378         since it does not change the overall behavior of Emacs.
15380 2002-02-26  Eli Zaretskii  <eliz@is.elta.co.il>
15382         * international/mule-conf.el (compound-text): Renamed back from
15383         compound-text-no-extensions.
15384         (ctext-no-compositions): Remove the mime-charset property.
15385         (compound-text-with-extensions): Renamed from compound-text.
15386         (x-ctext-with-extensions, ctext-with-extensions): Renamed aliases.
15388 2002-02-26  Juanma Barranquero  <lektu@terra.es>
15390         * faces.el (list-faces-display): Fix typo.
15392 2002-02-25  Richard M. Stallman  <rms@gnu.org>
15394         * frame.el (focus-follows-mouse): Doc fix.
15396 2002-02-26  Miles Bader  <miles@gnu.org>
15398         * mwheel.el (mouse-wheel-mode): Pass vectors instead of symbols
15399         to `define-key', since it no longer accepts the latter.
15401 2002-02-25  Jason Rumney  <jasonr@gnu.org>
15403         * term/w32-win.el (mouse-wheel-scroll-line): Use car of
15404         mouse-wheel-scroll-amount.
15406         * w32-vars.el (mouse-wheel-scroll-amount): Use same definition as
15407         mwheel.el.
15409         * language/japanese.el (iso-2022-jp-2): Add init-bol flag.
15411 2002-02-25  Andre Spiegel  <spiegel@gnu.org>
15413         * vc.el (vc-diff-switches-list): Fix prev change, making the macro
15414         consistent with the others that take a backend name as a symbol.
15416         * vc-cvs.el, vc-rcs.el, vc-sccs.el: Fix calls to vc-diff-switches-list.
15418 2002-02-25  Kim F. Storm  <no-spam@cua.dk>
15420         * comint.el (comint-replace-by-expanded-filename): Do nothing if
15421         comint-match-partial-filename returns nil.
15423         * shell.el (shell-pcomplete-setup-done): New variable.
15424         (shell-pcomplete): Use it instead of shell-pcomplete-setup-p.
15425         (shell-pcomplete-reverse): Ditto.
15427 2002-02-25  Per Abrahamsen  <abraham@dina.kvl.dk>
15429         * ps-print.el (ps-print-printer): Added `lpr' customize group member.
15431 2002-02-25  Juanma Barranquero  <lektu@terra.es>
15433         * subr.el (save-match-data): Doc fix.
15435         * ielm.el (ielm-prompt): Allow customization; make it read-only.
15437 2002-02-25  Kim F. Storm  <storm@cua.dk>
15439         * shell.el (shell-mode-map): Add "Complete" header so completion
15440         menu is shown on the menu bar in shell mode.
15442 2002-02-25  Stefan Monnier  <monnier@cs.yale.edu>
15444         * ielm.el (ielm-match-data): New var.
15445         (inferior-emacs-lisp-mode): Make it buffer-local.
15446         (ielm-eval-input): Use it to preserve match-data between inputs.
15448 2002-02-24  Juanma Barranquero  <lektu@terra.es>
15450         * ielm.el (inferior-emacs-lisp-mode): Use hexl for the dummy process.
15452 2002-02-24  Per Abrahamsen  <abraham@dina.kvl.dk>
15454         * cus-edit.el (custom-unlispify-remove-prefixes): Add to
15455         `custom-buffer' customize group.
15457 2002-02-23  Kim F. Storm  <storm@cua.dk>
15459         * help.el (where-is): Use remap-command.
15461         * help-fns.el (describe-function-1): Use remap-command.
15463         * subr.el (global-set-key, local-set-key): Undo 2002-02-06
15464         change (no longer accept a symbol for the KEY argument).
15466 2002-02-23  Colin Walters  <walters@debian.org>
15468         * calc/calcalg3.el (calc-invent-variables): Convert integer to string.
15469         * calc/calcalg2.el (math-solve-get-sign): Ditto.
15471         * ibuffer.el (ibuffer-compile-format): Don't uselessly bind `pt'
15472         in generated function.
15474         * ibuf-ext.el (ibuffer-old-time): Change to hours.
15475         (ibuffer-mark-old-buffers): Handle it.
15477         * shell.el (shell-pcomplete, shell-pcomplete-reverse): New functions.
15478         (toplevel): Bind them.
15479         (shell-mode): Don't set `comint-dynamic-complete-functions'; it is
15480         not necessary now that we use pcomplete.
15482         * comint.el: Document how use new pcomplete completion facility.
15484 2002-02-23  Richard M. Stallman  <rms@gnu.org>
15486         * mail/rmailsum.el (rmail-summary-output): Properly advance
15487         to next message, by calling rmail-summary-goto-msg.
15489         * net/browse-url.el (browse-url-galeon): Specify --existing
15490         for an existing window.  Use --noraise rather than --no-raise.
15491         Don't use -x.
15493 2002-02-22  Eli Zaretskii  <eliz@is.elta.co.il>
15495         * progmodes/etags.el (find-tag-noselect, find-tag)
15496         (find-tag-other-window, find-tag-other-frame, find-tag-regexp):
15497         Fix a typo in doc strings.
15499 2002-02-20  Deepak Goel  <deego@glue.umd.edu>
15501         * play/snake.el (snake-velocity-queue, snake-update-velocity)
15502         (snake-final-x-velocity, snake-final-y-velocity):
15503         New variable and functions.  Store user's keypresses
15504         into a queue and pop from the queue each subsequent turn.
15505         (snake-update-game, snake-move-left)
15506         (snake-move-right, snake-move-up, snake-move-down, snake-active-p)
15507         (snake-start-game): Use that queue.
15508         (snake-use-glyphs-flag): Renamed from snake-use-glyphs.
15509         (snake-use-color-flag): Likewise.
15510         (snake-mode): Rename uses of those variables.
15512 2002-02-22  Eli Zaretskii  <eliz@is.elta.co.il>
15514         Support for ICCCM  Extended Segments in X selections:
15516         * international/mule-conf.el (ctext-no-compositions): New coding
15517         system.
15518         (compount-text-no-extensions): Renamed from compound-text.
15519         (x-ctext-no-extensions, ctext-no-extensions): Aliases for
15520         compound-text-no-extensions.
15521         (compound-text): Redefined using post-read and pre-write conversions.
15523         * international/mule.el (non-standard-icccm-encodings-alist)
15524         (non-standard-designations-alist): New variables.
15525         (ctext-post-read-conversion, ctext-pre-write-conversion):
15526         New functions.
15528 2002-02-21  Jonathan Kamens  <jik@kamens.brookline.ma.us>
15530         * vc.el (vc-default-init-version): Update documentation to
15531         indicate that the backend can override the default init version.
15532         (vc-register): Use the backend init-version function, if it
15533         exists, to determine the initial version of a file.
15534         (vc-diff-switches-list): Don't symbol-quote backend, since it's
15535         already a symbol.  Don't fail if vc-BACKEND-diff-switches isn't bound.
15537         * vc-hooks.el (vc-mode-line): Set vc-mode to nil if the file is
15538         not version-controlled.  This is necessary, e.g., if the file has
15539         just been reverted, and thus was previously under version control
15540         but isn't any longer.
15541         (vc-find-file-hook): Likewise.
15543 2002-02-21  Martin Lorentzson  <Martin.Lorentzson@telia.com>
15545         * vc-cvs.el (vc-cvs-sticky-date-format-string): New variable.
15546         (vc-cvs-sticky-tag-display): New variable.
15547         (vc-cvs-mode-line-string): Add sticky-tag to the mode-line.
15548         (vc-cvs-checkin): If the input revision is a valid symbolic tag
15549         name, we create it as a branch, commit and switch to it.
15550         (vc-cvs-retrieve-snapshot): Set file-property sticky-tag.
15551         (vc-cvs-valid-symbolic-tag-name-p): New function.
15552         (vc-cvs-parse-sticky-tag): New function.
15553         (vc-cvs-parse-entry): Added parsing of sticky tags.
15555 2002-02-21  Per Abrahamsen  <abraham@dina.kvl.dk>
15557         * toolbar/tool-bar.el (tool-bar-mode): Revert the :init-value to
15558         nil, and then explicitly set the standard-value to t.
15560 2002-02-20  Sam Steingold  <sds@gnu.org>
15562         * textmodes/flyspell.el (flyspell-mode): Autoload the variable
15563         since it is used in the menu bar.
15565 2002-02-20  Richard M. Stallman  <rms@gnu.org>
15567         * simple.el (shell-command-on-region): Display the exit status
15568         when a command fails.
15570         * subr.el (add-hook): Doc fix.
15572         * frame.el (other-frame): Doc fix.
15574         * simple.el (yank): Clear `field' property.
15576 2002-02-20  Tom Tromey  <tromey@cachet>
15578         * progmodes/tcl.el (tcl-do-fill-paragraph): Find and fill on more
15579         natural paragraph boundaries.  Don't fail at beginning of buffer.
15581 2002-02-20  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
15583         * tar-mode.el (tar-next-line, tar-previous-line): Add doc string,
15584         call the argument "arg" to match plain next-line and
15585         previous-line.  From Kevin Ryde <user42@zip.com.au>.
15587 2002-02-19  Sam Steingold  <sds@gnu.org>
15589         * mwheel.el (mouse-wheel-scroll-amount): Can specify different
15590         scroll amounts for different modifiers now.
15591         (mwheel-scroll): Handle the new `mouse-wheel-scroll-amount'
15592         format properly.
15593         (mouse-wheel-mode): Ditto.
15595 2002-02-19  Eli Zaretskii  <eliz@is.elta.co.il>
15597         * textmodes/bibtex.el (bibtex-parse-keys): Put save-match-data
15598         around function body.
15600         * net/browse-url.el (browse-url-maybe-new-window): Reverse the
15601         sense of the comparison, to match the doc strings of functions
15602         that use this macro.
15604 2002-02-19  Per Abrahamsen  <abraham@dina.kvl.dk>
15606         * facemenu.el (describe-text-mode-map): Removed bootstrap kludge.
15608         * toolbar/tool-bar.el (tool-bar-mode): Made the standard value t.
15609         * menu-bar.el (menu-bar-mode): Ditto.
15611 2002-02-18  Andreas Schwab  <schwab@suse.de>
15613         * replace.el (query-replace-regexp-eval): Doc fix.
15615 2002-02-18  Colin Walters  <walters@verbum.org>
15617         * calc/calcalg2.el (math-solve-get-int): Convert return value from
15618         `math-get-from-counter' to a string before calling `concat' on it.
15620         * calc/calc-maint.el (calc-split-manual): Look for calc.texi.
15621         (calc-public-autoloads): Obsolete; remove.
15622         (calc-private-autoloads): Ditto.
15623         (calc-add-autoloads): Ditto.
15625         * calc/calc-macs.el (calc-with-default-simplification): Use &rest
15626         for body.
15628 2002-02-17  Jason Rumney  <jasonr@gnu.org>
15630         * w32-win.el (x-option-alist, x-long-option-alist)
15631         (x-switch-definitions): Remove, use command-line-x-option-alist
15632         instead to be consistent with X.
15633         (x-handle-initial-switch): New function.
15635 2002-02-17  Eli Zaretskii  <eliz@is.elta.co.il>
15637         * faces.el (mode-line-inactive, header-line): Add the :inherit
15638         attribute for the tty case.
15640 2002-02-17  stanislav shalunov  <shalunov@internet2.edu>
15642         * mail/uce.el (uce-reply-to-uce): Fix incorrect behavior when
15643         invoked from Rmail with full headers displayed.
15645 2002-02-17  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
15647         * emacs-lisp/lisp.el (mark-defun): Don't leave multiple marks
15648         when repeated.
15649         * textmodes/paragraphs.el (mark-paragraph): Ditto.
15651 2002-02-17  Per Abrahamsen  <abraham@dina.kvl.dk>
15653         * menu-bar.el (menu-bar-showhide-menu): Added speedbar.
15654         (menu-bar-tools-menu): Removed speedbar.
15656         * textmodes/ispell.el (ispell-menu-map): Added `customize-ispell'
15657         and `flyspell-mode' entries.
15659         * textmodes/flyspell.el (flyspell): Add to ispell group.
15661 2002-02-17  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
15663         * emacs-lisp/lisp.el (mark-sexp): Don't leave multiple marks when
15664         repeated.
15665         (mark-defun): Mark more if repeated.
15667 2002-02-17  Colin Walters  <walters@verbum.org>
15669         * ibuf-ext.el (ibuffer-toggle-sorting-mode): Make it work.
15671         * ibuffer.el (ibuffer-truncate-lines): New option.
15672         (ibuffer-mode): Use it.
15674 2002-02-17  Kim F. Storm  <storm@cua.dk>
15676         * cus-start.el: Add mouse-highlight.
15678 2002-02-16  Eli Zaretskii  <eliz@is.elta.co.il>
15680         * Makefile.in (DONTCOMPILE): Remove cus-start.el.
15682         * cus-start.el: Add automatic-hscroll-margin and
15683         automatic-hscroll-step.
15685 2002-02-16  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
15687         * cus-start.el (x-autoselect-window): Allow customization.
15689         * eshell/em-alias.el (eshell-alias-initialize): Do not use
15690         make-local-hook.
15692         * eshell/em-cmpl.el (eshell-cmpl-initialize): Likewise.
15694         * eshell/em-dirs.el (eshell-dirs-initialize): Likewise.
15696         * eshell/em-glob.el (eshell-glob-initialize): Likewise.
15698         * eshell/em-hist.el (eshell-hist-initialize): Likewise.
15700         * eshell/em-pred.el (eshell-pred-initialize): Likewise.
15702         * eshell/em-prompt.el (eshell-prompt-initialize): Likewise.
15704         * eshell/em-rebind.el (eshell-rebind-initialize): Likewise.
15706         * eshell/em-smart.el (eshell-smart-initialize): Likewise.
15708         * eshell/em-unix.el (eshell-unix-initialize): Likewise.
15710         * eshell/esh-cmd.el (eshell-cmd-initialize): Likewise.
15712         * eshell/esh-ext.el (eshell-ext-initialize): Likewise.
15714         * eshell/esh-io.el (eshell-io-initialize): Likewise.
15716         * eshell/esh-mode.el (eshell-mode): Likewise.
15718         * eshell/esh-test.el (eshell-show-usage-metrics): Likewise.
15720         * eshell/esh-var.el (eshell-var-initialize): Likewise.
15722         * progmodes/idlw-shell.el (idlwave-shell-mode): Likewise.
15724         * progmodes/idlwave.el (idlwave-mode): Likewise.
15726         * textmodes/reftex-sel.el (reftex-select-label-mode)
15727         (reftex-select-bib-mode): Likewise.
15729 2002-02-16  John Wiegley  <johnw@gnu.org>
15731         * eshell/em-hist.el (eshell-hist-initialize): When in the
15732         minibuffer, use the global value of `eshell-history-ring', and
15733         never save it to disk, or ask to save it to disk.  This allows
15734         users of session.el to control whether its global state should be
15735         persisted or not.
15736         (eshell-add-command-to-history): Don't write Eshell's history out
15737         to disk, let the governing mode control that upon exit.
15739 2002-02-16  Eli Zaretskii  <eliz@is.elta.co.il>
15741         * eshell/eshell.el (eshell-command): Before reading from the
15742         minibuffer, add eshell-add-command-to-history to
15743         minibuffer-exit-hook, and remove it after read-from-minibuffer
15744         returns.
15746         * eshell/em-hist.el (eshell-add-input-to-history): New function,
15747         with most of the code from eshell-add-to-history.
15748         (eshell-add-command-to-history): New function, to record in
15749         eshell-history the commands run via eshell-command.
15750         (eshell-add-to-history): Call eshell-add-command-to-history to do
15751         most of the work.
15753 2002-02-16  John Wiegley  <johnw@gnu.org>
15755         * eshell/esh-ext.el (eshell-external-command): Added a fix for
15756         XEmacs' new dired.el, which adds a global entry in the
15757         `file-name-handler-alist'.
15759 2002-02-16  John Wiegley  <johnw@gnu.org>
15761         * align.el (align-region): Added a missing name argument.
15763 2002-02-16  John Wiegley  <johnw@gnu.org>
15765         * eshell/esh-ext.el (eshell-script-interpreter): Allow whitespace
15766         after the #! of a shell interpretor specification.
15768 2002-02-15  Richard M. Stallman  <rms@gnu.org>
15770         * help.el (describe-key-briefly): Make output in INSERT case
15771         look just like what is displayed in the normal case.
15773 2002-02-15  Andreas Schwab  <schwab@suse.de>
15775         * textmodes/tex-mode.el (tex-font-lock-keywords-2):
15776         Require non-letter after specials.
15778 2002-02-15  Eli Zaretskii  <eliz@is.elta.co.il>
15780         * menu-bar.el (menu-bar-tools-menu): Add an item for Calculator.
15782 2002-02-15  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
15784         * simple.el (mark-word): Mark more if repeated.
15785         * textmodes/paragraphs.el (mark-paragraph): Ditto.
15786         (mark-end-of-sentence): Ditto.
15788 2002-02-15  Per Abrahamsen  <abraham@dina.kvl.dk>
15790         * wid-edit.el (widgetp): Made it more robust.
15792 2002-02-14  Per Abrahamsen  <abraham@dina.kvl.dk>
15794         * facemenu.el (describe-text-done): New function.
15795         (describe-text-mode-map): New variable.
15796         (describe-text-mode-hook): New option.
15797         (describe-text-mode): New function.
15798         (describe-text-widget): New function.
15799         (describe-text-sexp): New function.
15800         (describe-text-properties): New function.
15801         (describe-text-category): New command.
15802         (describe-text-at): New command.
15803         (facemenu-menu): Replace `list-text-properties-at' with
15804         `describe-text-at' in the menu.
15806         * wid-edit.el (widgetp): New function.
15807         * wid-edit.el (widget-keymap, widget-insert, widget-setup): Autoload.
15809         * emacs-lisp/pp.el (pp-to-string): Autoloaded.
15811         * wid-browse.el: Removed version and x-url keywords.
15813 2002-02-13  Kim F. Storm  <storm@cua.dk>
15815         * cus-start.el (mode-line-in-non-selected-windows):
15816         Allow customization.
15818 2002-02-13  Richard M. Stallman  <rms@gnu.org>
15820         * textmodes/bibtex.el (bibtex-parse-buffers-stealthily):
15821         Tell bibtex-parse-keys to output no progress messages.
15823 2002-02-12  Eli Zaretskii  <eliz@is.elta.co.il>
15825         * progmodes/pascal.el (pascal-imenu-generic-expression):
15826         Add menu-title and fix parentheses.
15828 2002-02-12  Per Abrahamsen  <abraham@dina.kvl.dk>
15830         * menu-bar.el (menu-bar-options-save): Removed `truncate-lines'.
15831         (menu-bar-options-menu): Don't set default value for `truncate-lines'.
15833 2002-02-12  Per Abrahamsen  <abraham@dina.kvl.dk>
15835         * menu-bar.el (menu-bar-options-save): Only save
15836         `current-language-environment' and `default-input-method' when
15837         marked as customized.
15839         * international/mule-cmds.el
15840         (setup-specified-language-environment):
15841         Mark `current-language-environment' as customized.
15842         (set-input-method): Mark `default-input-method' as customized when
15843         called interactively.
15844         (toggle-input-method): Ditto.
15846 2002-02-11  Colin Walters  <walters@verbum.org>
15848         * ibuffer.el (ibuffer-switch-format): Supply required argument for
15849         `ibuffer-current-formats'.
15851 2002-02-11  Miles Bader  <miles@gnu.org>
15853         * faces.el (mode-line-inactive): Add dark-background variant.
15855 2002-02-11  Per Abrahamsen  <abraham@dina.kvl.dk>
15857         * toolbar/tool-bar.el (tool-bar-mode): Removed standard value.
15858         * menu-bar.el (menu-bar-mode): Ditto.
15859         * cus-edit.el (customize-mark-to-save): Always save variables
15860         without a standard value.
15862         * menu-bar.el (menu-bar-make-toggle): Made it aware of customize.
15863         (menu-bar-options-save): Ditto.
15864         (menu-bar-showhide-menu): Ditto.
15865         (menu-bar-options-menu): Ditto.
15866         (menu-bar-scroll-bar-right, menu-bar-scroll-bar-left)
15867         (menu-bar-scroll-bar-none): Remove.
15868         (menu-bar-showhide-scroll-bar-menu): Use customize aware lambda
15869         expressions instead.
15871         * cus-edit.el (customize-set-value): Return value.
15872         (customize-set-variable): Ditto.
15873         (customize-save-variable): Ditto.
15874         (customize-set-variable): Load dependencies before setting value.
15875         (custom-load-symbol): Autoload it.
15876         (customize-mark-as-set): New function.
15878 2002-02-11  Eli Zaretskii  <eliz@is.elta.co.il>
15880         * cus-start.el: Don't warn about "x-*" symbols when building a
15881         non-GUI version.
15883 2002-02-11  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
15885         * strokes.el (strokes-do-stroke, strokes-do-complex-stroke):
15886         Doc fix.
15887         (strokes-help): Do not use doubled with-output-to-temp-buffer.
15888         Fix the help string.
15889         (strokes-prompt-user-save-strokes): Fix typo.
15890         (strokes-list-strokes): Use proper exit-action argument for
15891         view-buffer.  Update copyright notice.
15893         * international/mule-diag.el: Various doc and message fixes.
15894         (non-iso-charset-alist): Add mac-roman.  Don't add entries for
15895         codepages already present.
15896         (list-block-of-chars): Display space for null entries in
15897         translation table.  Display tab specially.
15898         (list-non-iso-charset-chars): Check for null charsets.  Use pop
15899         for clarity.  Don't break 8-bit sets into sections between ranges.
15900         (list-charset-chars): Avoid indent-tabs-mode.
15901         (describe-char-after): Maybe use the text property for syntax
15902         table information.  Maybe report char-code-property-table info.
15903         Maybe report character's unicode.  Tweak printing of list info.
15904         (list-input-methods): Add xref buttons.
15905         (dump-charsets, dump-codings): Deleted (obsolete).
15906         From Dave Love <fx@gnu.org>.
15908 2002-02-10  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
15910         * menu-bar.el (menu-bar-showhide-menu): Rename functions for toggling.
15912 2002-02-10  Michael Kifer  <kifer@cs.stonybrook.edu>
15914         * viper-util.el (viper-read-key-sequence): Fix so it'll read
15915         fast key sequences in emacs native mode
15916         (viper-events-to-keys): Delete.
15918         * viper.el (describe-key, describe-key-briefly): Get rid of
15919         viper-events-to-keys.
15921         * ediff-init.el (ediff-has-gutter-support): Steven Turnbull's patch.
15923         * ediff-wind.el (ediff-setup-control-frame):
15924         Use ediff-has-gutter-support.
15926         * ediff-util.el (ediff-dispose-of-variant-according-to-user):
15927         check if buff is alive.
15929         * ediff.el: Typo in comment.
15931 2002-02-09  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
15933         * menu-bar.el (menu-bar-options-save): Take care of
15934         line-number-mode and column-number-mode variables.
15935         (menu-bar-showhide-menu): New menu-items "Show Line Number" and
15936         "Show Column Number" in "Show/Hide" menu.
15938 2002-02-09  Richard M. Stallman  <rms@gnu.org>
15940         * mail/mailabbrev.el (mail-mode-map): Use eval-after-load to change it.
15942 2002-02-09  Kim F. Storm  <storm@cua.dk>
15944         * faces.el (mode-line-inactive): New face for mode-line for
15945         non-selected windows.
15946         (mode-line): Doc fix: Only used for selected window.
15948 2002-02-08  Eli Zaretskii  <eliz@is.elta.co.il>
15950         * calendar/cal-menu.el (calendar-mode-map): Change the menu item's
15951         name to "Insert Diary Entry".
15953 2002-02-08  Stefan Monnier  <monnier@cs.yale.edu>
15955         * font-lock.el (save-buffer-state): Use restore-buffer-modified-p.
15956         (c-font-lock-syntactic-face-function): Accept doxygen-style comments.
15958 2002-02-08  Richard M. Stallman  <rms@gnu.org>
15960         * textmodes/text-mode.el (text-mode-hook-identify): Define as no-op.
15962 2002-02-08  Andreas Schwab  <schwab@suse.de>
15964         * calc/calc.el (calcDigit-key): Use minibuffer-prompt-end instead
15965         of point-min.
15967 2002-02-08  Eli Zaretskii  <eliz@is.elta.co.il>
15969         * net/ange-ftp.el (ange-ftp-process-handle-line)
15970         (ange-ftp-set-xfer-size): If the file's size is a float, divide
15971         by 1024 instead of using ash.
15973         * international/mule-cmds.el (select-safe-coding-system):
15974         State the buffer's name in the message popped in the *Warning* buffer,
15975         and make sure the offending buffer is displayed.
15977 2002-02-07  Markus Rost  <rost@math.ohio-state.edu>
15979         * ffap.el (ffap-newsgroup-p): Test for non-nil symbol-value of htb.
15981 2002-02-07  Richard M. Stallman  <rms@gnu.org>
15983         * terminal.el (terminal-map): Define [menu-bar] so global def is seen.
15985         * register.el (list-registers): New command.
15986         (describe-register-1): New subroutine, taken out of view-register.
15988         * emacs-lisp/copyright.el (copyright-regexp):
15989         Delete the unibyte copyright symbol; it's redundant.
15990         Fix a spazz in the multibyte encoding here.
15992 2002-02-07  Dave Love  <fx@gnu.org>
15994         * language/cyril-util.el (cyrillic-encode-koi8-r-char)
15995         (cyrillic-encode-alternativnyj-char): Get translation tables from
15996         symbol properties, not as variables.
15997         (standard-display-cyrillic-translit): Include unicodes.
15999 2002-02-06  Kim F. Storm  <storm@cua.dk>
16001         * help.el (where-is): Report remapped commands.
16003         * help-fns.el (describe-function-1): Ditto.
16005         * subr.el (global-set-key, local-set-key): Accept a symbol for the
16006         KEY argument (like define-key).
16008 2002-02-06  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
16010         * textmodes/flyspell.el (flyspell-insert-function): Doc fix.
16012 2002-02-06  Richard M. Stallman  <rms@gnu.org>
16014         * mail/mailabbrev.el: Require sendmail only at compile time.
16015         (mail-mode-header-syntax-table): Var deleted.
16016         (mail-abbrev-syntax-table): Init to nil, will compute when needed.
16017         (sendmail-pre-abbrev-expand-hook): Only temporarily change
16018         local-abbrev-table and the syntax table.
16019         Compute mail-abbrev-syntax-table if that has not been done.
16021         * progmodes/compile.el (grep-compute-defaults): Definition moved up.
16023         * emacs-lisp/debug.el (debugger-frame-offset): Var deleted.
16024         (debugger-frame-number): Figure out the offset directly.
16025         (debugger-setup-buffer): Don't use debugger-frame-offset.
16026         (debugger-frame, debugger-frame-clear): Likewise.
16027         (debugger-jump): Don't alter debugger-frame-offset.
16029         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
16030         Replace foo-p as var name with foo-flag, not foo-p-flag.
16032         * hilit-chg.el (highlight-changes-active-string): Default to +Chg.
16033         (highlight-changes-passive-string): Default to -Chg.
16034         (highlight-changes-global-modes): Doc fix.
16036         * dired.el (dired-get-filename): Add /: when appropriate
16037         to avoid taking a local name as remote.
16039         * files.el (file-name-non-special): Add special handling for
16040         file-name-sans-versions, file-name-completion, and
16041         file-name-all-completions.
16043         * isearch.el (isearch-update): Don't update display in kbd macro.
16044         (isearch-lazy-highlight-new-loop): Do nothing in kbd macro.
16046         * subr.el (force-mode-line-update): Doc fix.
16048         * subr.el (atomic-change-group, prepare-change-group)
16049         (activate-change-group, accept-change-group, cancel-change-group):
16050         New functions.
16052         * simple.el (undo-get-state, undo-revert-to-state): Fns deleted.
16053         (transpose-subr-1): Use atomic-change-group.
16055         * subr.el (add-minor-mode): Include the mode's lighter string
16056         in the minor mode menu item name.
16058         * mail/rmail.el (rmail-toggle-header): Avoid possibly slow call to
16059         rmail-count-screen-lines starting from (point-min).
16061         * startup.el (use-fancy-splash-screens-p): Need 19 lines,
16062         beyond the image height, to use the fancy splash screen.
16064         * textmodes/text-mode.el (text-mode-hook-identify): Function deleted.
16065         (text-mode): Set text-mode-variant here.
16067 2002-02-06  Eli Zaretskii  <eliz@is.elta.co.il>
16069         * play/pong.el (pong-height): Don't use height that exceeds the
16070         frame height.
16071         (pong-border-options): Make the border colors slightly more bright.
16073         * play/gamegrid.el (gamegrid-display-type): Treat any
16074         color-capable display as color-x, if display-color-p is fboundp.
16075         (gamegrid-make-color-x-face): Don't call gamegrid-color twice.
16076         (gamegrid-make-color-tty-face): Use the value of color, not the
16077         symbol itself.  Don't call gamegrid-color.
16079 2002-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
16081         * gud.el (gud-refresh): Call recenter only after we are sure we
16082         are in the right window.
16084 2002-02-05  Per Abrahamsen  <abraham@dina.kvl.dk>
16086         * cus-edit.el (customize-mark-to-save): New function.
16087         * menu-bar.el (menu-bar-options-save): Rewrote.
16089 2002-02-05  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
16091         * cus-start.el (x-use-underline-position-properties):
16092         Allow customization.
16094 2002-02-04  Simon Josefsson  <jas@extundo.com>
16096         * dired.el (dired-load-hook, dired-mode-hook)
16097         (dired-before-readin-hook, dired-after-readin-hook): Defcustom.
16099 2002-02-03  Colin Walters  <walters@verbum.org>
16101         * ibuf-ext.el (ibuffer-filter-format-alist)
16102         (ibuffer-cached-filter-formats, ibuffer-compiled-filter-formats):
16103         New variables.
16104         * ibuffer.el (ibuffer): Remove link; the "home page" for ibuffer
16105         is now the Emacs CVS tree.
16106         (ibuffer-formats): Doc fix.
16107         (ibuffer-active-formats-name, ibuffer-current-formats): New functions.
16108         (ibuffer-current-format): Use them.
16109         (ibuffer-recompile-formats, ibuffer-check-formats)
16110         (ibuffer-switch-format, ibuffer-update-title):
16111         Add support for ibuffer-filter-format-alist.
16112         (define-ibuffer-column process): Remove unncessary consing.
16114         * ibuf-macs.el (define-ibuffer-column): Add beginnings of support
16115         for a summary column.
16117 2002-02-03  Andreas Schwab  <schwab@suse.de>
16119         * window.el (save-selected-window): Move macro before first use.
16120         (balance-windows): Fix misplaced parenthesis.
16122 2002-02-03  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
16124         * calculator.el (calculator-displayers): Doc fixes.
16126 2002-02-03  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
16128         * menu-bar.el (menu-bar-help-menu): Use different text for tool-tip.
16129         (menu-bar-options-save): Save also the value of `display-time-mode'.
16130         (showhide-date-time): New function.
16131         (menu-bar-showhide-menu): New menu-item "Date and time".
16133 2002-02-03  Eli Zaretskii  <eliz@is.elta.co.il>
16135         * mail/rmail.el (rmail): Use find-buffer-visiting instead of
16136         get-file-buffer to check for rmail buffer existence.
16138         * term.el (term-emulate-terminal): Extract proper command string
16139         which is supplied to term-command-hook.
16141 2002-02-03  Richard M. Stallman  <rms@gnu.org>
16143         * international/quail.el (quail-help): Don't call help-setup-xref.
16145         * international/mule-cmds.el (describe-input-method):
16146         Call help-setup-xref here.
16147         (describe-current-input-method): Doc fix.
16149         * novice.el (disabled-command-hook): Clarify output text.
16150         Indent the paragraph from the command's doc string.
16152         * dabbrev.el (dabbrev--goto-start-of-abbrev):
16153         Exit loop on beginning of field rather than bobp.
16155 2002-02-02  Eli Zaretskii  <eliz@is.elta.co.il>
16157         * mail/uce.el (uce-reply-to-uce): Prune the headers before copying
16158         the message text into the *mail* buffer, and restore the pruned
16159         state after that.
16161         * mail/rmail.el (rmail-redecode-body): Prune the headers before
16162         looking for X-Coding-System header, and restore the pruned state
16163         before returning.
16165 2002-02-02  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
16167         * cus-edit.el (customize-save-variable): Fix typo in prompt.
16169         These changes integrate new version of flyspell.el from its
16170         maintainer, Manuel Serrano:
16172         * textmodes/flyspell.el (flyspell-issue-message-flag): New user option.
16173         (flyspell-mode-on, flyspell-notify-misspell)
16174         (flyspell-small-region, flyspell-external-point-words)
16175         (flyspell-large-region): Use it
16176         (flyspell-before-incorrect-word-string)
16177         (flyspell-after-incorrect-word-string): New user options.
16178         (make-flyspell-overlay): Use them.
16179         (flyspell-version): New function.
16180         (flyspell-incorrect-face, flyspell-duplicate-face): Adapt face
16181         definitions to use :weight.
16182         (flyspell-insert-function): New user option.
16183         (flyspell-auto-correct-word, flyspell-correct-word)
16184         (flyspell-xemacs-correct): Use it.
16185         (flyspell-define-abbrev): New function.
16186         (flyspell-auto-correct-word, flyspell-correct-word)
16187         (flyspell-xemacs-correct): Use it.
16188         (make-flyspell-overlay): Use `evaporate' property.
16189         (flyspell-auto-correct-word, flyspell-correct-word): Remove overlay.
16190         (flyspell-emacs-popup): Use `session' instead of `accept'.
16191         (flyspell-auto-correct-previous-pos): New variable.
16192         (flyspell-auto-correct-previous-hook)
16193         (flyspell-auto-correct-previous-word): New functions.
16195 2002-02-02  Eli Zaretskii  <eliz@is.elta.co.il>
16197         * novice.el (enable-command): If Emacs was invoked as "emacs -q",
16198         don't alter the user's ~/.emacs.
16199         (disable-command): If user-init-file is nil or does not exist,
16200         default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
16201         But don't alter the init file if Emacs was invoked as "emacs -q"
16203 2002-02-01  Stefan Monnier  <monnier@cs.yale.edu>
16205         * mail/sendmail.el (mail-mode): Undo half of last change.
16207         * indent.el (indent-for-tab-command): Remove spurious code.
16209         * hi-lock.el (hi-lock-find-patterns): Save restriction.
16211 2002-02-01  Eli Zaretskii  <eliz@is.elta.co.il>
16213         * calendar/time-date.el: Moved from lisp/gnus.
16215         * calendar/parse-time.el: Ditto.
16217 2002-01-31  Richard M. Stallman  <rms@gnu.org>
16219         * international/iso-acc.el (iso-languages): Fix ", " in French.
16221         * cus-start.el (history-length): Specify customization for it.
16223         * emacs-lisp/debug.el (debugger-setup-buffer):
16224         When an eval-buffer frame was reading from a buffer,
16225         insert indication of the buffer position.
16226         (debugger-frame-number): Ignore ;;;-comment lines in backtrace.
16227         (debugger-frame-clear, debugger-frame): Error on non-frame line.
16229         * simple.el (shell-command-on-region): Err if no mark
16230         before reading the command string.
16232         * hl-line.el (hl-line-highlight, hl-line-unhighlight):
16233         Definitions moved down after hl-line-mode var's definition.
16235         * hilit-chg.el (hilit-chg-fixup): Don't alter overlay if not ours.
16236         (hilit-chg-set-face-on-change): Rename arg.
16237         (hilit-chg-make-ov): Detect error earlier.
16239         * ediff-hook.el: Delete autoload cookies.
16241         * comint.el (comint-scroll-show-maximum-output): Default is t.
16243         * emacs-lisp/bytecomp.el (batch-byte-compile): New arg noforce.
16244         (batch-byte-compile-if-not-done): New function.
16246         * Makefile.in (compile): New target.
16247         (compile-always): Renamed from compile-files.
16248         (compile-after-backup): Renamed from compile.
16249         (bootstrap): Depend on compile-always, not compile-files.
16251         * emulation/pc-select.el (pc-select-save-and-set-mode):
16252         Properly use MODE-VAR.
16254 2002-01-29  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
16256         * menu-bar.el (menu-bar-help-menu): Change menu-item "Show Emacs
16257         Version" to "About Emacs".
16258         (menu-bar-options-save): Add `default-frame-alist'
16259         to saved variables.
16260         (menu-bar-showhide-scroll-bar-menu): Use frame-parameters instead
16261         of the variable `scroll-bar-mode'.
16263         * startup.el (normal-splash-screen, display-splash-screen):
16264         New functions (separated from command-line-1).
16265         (command-line-1): Use them.
16267 2002-01-28  Eli Zaretskii  <eliz@is.elta.co.il>
16269         * calendar/calendar.el (generate-calendar-month): Doc fix.
16271 2002-01-27  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
16273         * time.el (display-time-mail-directory): New option.
16274         (display-time-mail-function): Update doc-string.
16275         (display-time-mail-icon): Use XPM image when available.
16276         (display-time-string-forms): Use more descriptive text as
16277         help-echo property.
16278         (display-time-mail-check-directory): New function.
16279         (display-time-update): Use it.
16281         * menu-bar.el (menu-bar-showhide-scroll-bar-menu):
16282         Quote `window-system'.
16284         * tmm.el (tmm-get-keymap): Honour :visible in `menu-item'.
16285         Add Keywords header.  Update Commentary section.
16286         Update copyright notice.
16288         * menu-bar.el (menu-bar-scroll-bar-right)
16289         (menu-bar-scroll-bar-left, menu-bar-scroll-bar-none)
16290         (showhide-menu-bar): New functions.
16291         (menu-bar-showhide-menu): New submenu "Show/Hide".
16292         (menu-bar-showhide-scroll-bar-menu): "Scroll-bar" submenu of
16293         "Show/Hide".
16294         Update copyright notice.
16296 2002-01-27  Eli Zaretskii  <eliz@is.elta.co.il>
16298         * lazy-lock.el (lazy-lock-mode): Add a reference to jit-lock.
16300 2002-01-26  Evgeny Roubinchtein  <evgenyr@cs.washington.edu>
16302         * pc-select.el (pc-selection-mode-hook)
16303         (pc-select-saved-settings-alist, pc-select-map)
16304         (pc-select-saved-global-map, pc-select-key-bindings-alist)
16305         (pc-select-default-key-bindings, pc-select-extra-key-bindings)
16306         (pc-select-meta-moves-sexps-key-bindings)
16307         (pc-select-tty-key-bindings, pc-select-old-M-delete-binding):
16308         New variables.
16309         (pc-select-define-keys, pc-select-restore-keys): New functions.
16310         (pc-select-add-to-alist, pc-select-save-and-set-var)
16311         (pc-select-save-and-set-mode, pc-select-restore-var)
16312         (pc-select-restore-mode): New macros.
16313         (pc-selection-mode): Completely rewrote the body of the function;
16314         the main goal was to make pc-selection-mode "turn-off"-able, like
16315         other minor modes.  Use define-minore-mode instead of just a
16316         defun.  Store the key bindings into four alists:
16317         pc-select-default-key-bindings, pc-select-extra-key-bindings,
16318         pc-select-meta-moves-sexps-key-bindings, and
16319         pc-select-tty-key-bindings; then have the pc-select-define-keys
16320         function walk those alists instead of calling define-key
16321         repeatedly.  When the mode is turned on, set the
16322         keybindings in global-map and remember the old keybindings; when
16323         the mode is turned off, restore the previously-saved keybindings.
16324         (pc-selection-mode defcustom): Reflect the fact that the mode is
16325         now "turn-off"-able.
16327 2002-01-26  Eli Zaretskii  <eliz@is.elta.co.il>
16329         * eshell/esh-cmd.el (eshell-eval-command): If eshell-resume-eval
16330         returns t, don't treat that as an error.
16332 2002-01-25  Jason Rumney  <jasonr@gnu.org>
16334         * faces.el (face-font-registry-alternatives) [windows-nt]:
16335         Add ms-oemlatin as an alternative for iso8859-1.
16337 2002-01-25  Stefan Monnier  <monnier@cs.yale.edu>
16339         * pcvs.el (cvs-reread-cvsrc): Distinguish between an empty list of
16340         args and the absence of an entry.  Don't add -f each time.
16342 2002-01-25  Eli Zaretskii  <eliz@is.elta.co.il>
16344         * emacs-lisp/cl-seq.el (mismatch): Doc fix.
16346         Support for more than 8 colors on character terminals:
16348         * term/rxvt.el: New file.
16350         * Makefile.in (DONTCOMPILE): Remove term/xterm.el.
16352         * term/xterm.el (xterm-standard-colors): New variable.
16353         (xterm-rgb-convert-to-16bit, xterm-register-default-colors)
16354         (xterm-rxvt-set-background-mode): New functions.
16355         (toplevel): Call xterm-register-default-colors,
16356         xterm-rxvt-set-background-mode, and tty-set-up-initial-frame-faces.
16357         Add support for more keys from xterm's terminfo entry.
16359         * facemenu.el (list-colors-display): If the argument is nil, don't
16360         show more colors that the number returned by display-color-cells.
16362         * term/pc-win.el (msdos-color-values): Reverse the order of the
16363         colors, since tty-color-define now preserves the registration order.
16365         * w32-fns.el (w32-tty-standard-colors): Reverse the order.
16367         * term/tty-colors.el (tty-standard-colors): Reverse the order.
16368         (tty-register-default-colors): New function; code moved from
16369         startup.el's command-line.
16370         (tty-modify-color-alist): Use nconc instead of cons, to preserve
16371         the order the colors where registered.
16373         * frame.el (display-color-cells): Use tty-display-color-cells.
16375         * startup.el (command-line): Call tty-register-default-colors.
16377 2002-01-25  Richard M. Stallman  <rms@gnu.org>
16379         * subr.el (remove): Doc fix.
16381 2002-01-24  Richard M. Stallman  <rms@gnu.org>
16383         * progmodes/compile.el (compilation-handle-exit):
16384         Add a compilation-handle-exit property to the "finished" message.
16385         (compilation-parse-errors): Stop parsing when that property is seen.
16387         * subr.el (substring-no-properties): New function.
16388         (copy-without-properties): Function deleted.
16390         * term/x-win.el (x-handle-geometry): Put sizes on both
16391         initial-frame-alist and default-frame-alist.
16393         * cus-edit.el (custom-save-all): Bind file-precious-flag to t
16394         for saving .emacs.
16396         * files.el (basic-save-buffer-2): Ignore file-error in delete-file.
16398         * calendar/calendar.el (generate-calendar-month): Doc fix.
16400 2002-01-23  Richard M. Stallman  <rms@gnu.org>
16402         * play/tetris.el (tetris): New defgroup.
16403         (tetris-use-glyphs, tetris-use-color, tetris-draw-border-with-glyphs)
16404         (tetris-default-tick-period): Convert to defcustom.
16405         Added * in docstring to indicate user variable.
16406         (tetris-update-speed-function, tetris-mode-hook, tetris-tty-colors)
16407         (tetris-x-colors, tetris-buffer-name, tetris-buffer-width)
16408         (tetris-buffer-height, tetris-width, tetris-height)
16409         (tetris-top-left-x, tetris-top-left-y): Convert to defcustom.
16411 2002-01-22  Stefan Monnier  <monnier@cs.yale.edu>
16413         * mail/sendmail.el (mail-mode): ">" is not a supercite-style prefix
16414         and is already matched by adaptive-fill-regexp.
16416 2002-01-22  Richard M. Stallman  <rms@gnu.org>
16418         * bindings.el (mode-line-copied-mode-name): New variable.
16419         (mode-line-mode-name): Don't modify mode-name itself!
16420         Instead, make a copy and reuse it.
16422         * subr.el (copy-without-properties): New function.
16424         * progmodes/sh-script.el (sh-set-shell): Doc fix.
16426         * net/ange-ftp.el (ange-ftp-canonize-filename): Avoid duplicate
16427         slash if DIR is just slash.
16429         * progmodes/perl-mode.el (perl-mode-abbrev-table): Restore definition.
16431 2002-01-21  Richard M. Stallman  <rms@gnu.org>
16433         * emacs-lisp/copyright.el (copyright-regexp): Fix previous change.
16435         * net/ange-ftp.el (ange-ftp-bs2000-posix-hook-installed):
16436         Move defvar up.
16438         * textmodes/ispell.el (ispell-help): Clean up echo area if user quits.
16440         * ibuffer.el: Don't require ibuf-ext at load time.
16441         (ibuffer): Require ibuf-ext here.
16443 2002-01-21  Francesco Potort\e,Al\e(B  <pot@gnu.org>
16445         * generic-x.el (apache-conf-generic-mode): Highlight the first
16446         word in a line even if preceded by blanks.
16448 2002-01-21  Richard M. Stallman  <rms@gnu.org>
16450         * window.el (window-body-height): Handle minibuffer window specially.
16451         Otherwise, don't return less than 1.
16453 2002-01-20  Thomas Dorner  <Thomas.Dorner@start.de>
16455         * ange-ftp.el: Added support for BS2000, and for raw ftp
16456         login commands (needed in some circumstances).
16457         (ange-ftp-raw-login): New custom var.
16458         (ange-ftp-normal-login): Perform login with raw ftp commands, if
16459         ange-ftp-raw-login is set and account password is needed.
16460         (ange-ftp-host-type, ange-ftp-guess-host-type): Handle BS2000 hosts.
16461         (ange-ftp-bs2000-filename-pubset-regexp)
16462         (ange-ftp-bs2000-filename-username-regexp)
16463         (ange-ftp-bs2000-filename-prefix-regexp)
16464         (ange-ftp-bs2000-name-template): New consts.
16465         (ange-ftp-bs2000-short-filename-regexp)
16466         (ange-ftp-bs2000-fix-name-regexp-reverse)
16467         (ange-ftp-bs2000-fix-name-regexp): New consts.
16468         (ange-ftp-bs2000-special-prefix): New custom var.
16469         (ange-ftp-fix-name-for-bs2000)
16470         (ange-ftp-fix-dir-name-for-bs2000): New funs.
16471         (ange-ftp-bs2000-host-regexp, ange-ftp-bs2000-posix-host-regexp)
16472         (ange-ftp-bs2000-posix-hook-installed): New vars.
16473         (ange-ftp-parse-bs2000-filename, ange-ftp-parse-bs2000-listing)
16474         (ange-ftp-bs2000-host, ange-ftp-bs2000-posix-host)
16475         (ange-ftp-add-bs2000-host, ange-ftp-add-bs2000-posix-host): New funs.
16476         (ange-ftp-bs2000-filename-regexp): New const.
16477         (ange-ftp-bs2000-additional-pubsets): New custom var.
16478         (ange-ftp-bs2000-cd-to-posix): New fun.
16480 2002-01-20  Colin Walters  <walters@verbum.org>
16482         * ibuffer.el: (toplevel) Require `ibuf-ext', which is now compiled
16483         with `byte-compile-dynamic'.
16484         (ibuffer-default-directory, toplevel): Doc files.
16486 2002-01-20  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
16488         * tempo.el (tempo-define-template): Doc fix.
16490         * scroll-bar.el (scroll-bar-mode): Make argument optional.
16492 2002-01-20  Jason Rumney  <jasonr@gnu.org>
16494         * w32-vars.el: New file.
16496         * loadup.el [windows-nt]: Load it.
16498         * w32-fns.el, term/w32-win.el: Move user variables to w32-vars.el
16499         and make them defcustoms.
16501         * term/w32-win.el (mouse-set-font): Use w32-list-proportional-fonts.
16503 2002-01-19  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
16505         * language/tibet-util.el (tibetan-decompose-region)
16506         (tibetan-decompose-string): Fix typo in docstring.
16508         * ruler-mode.el (ruler-mode): New keyword.  Fix :version.
16510 2002-01-18  Richard M. Stallman  <rms@gnu.org>
16512         * comint.el (comint-redirect-send-command-to-process):
16513         Restore previous current buffer.
16515         * window.el (window-body-height): New function.
16517 2002-01-18  Zoltan Kemenczy  <kemenczy@rogers.com>
16519         * gud.el (easy-mmode-defmap): Enable "Up Stack", "Down Stack", and
16520         "Finish Function" menu map entries for jdb mode.
16521         (gud-jdb-use-classpath): New customization variable.
16522         (gud-jdb-command-name): Add customization.
16523         (gud-jdb-classpath, gud-marker-acc-max-length): New variables.
16524         (gud-jdb-classpath-string): New variable.
16525         (gud-jdb-source-files, gud-jdb-class-source-alist): Add doc strings.
16526         (gud-jdb-build-source-files-list): Likewise.
16527         (gud-jdb-massage-args): Record any command argument classpath
16528         string in `gud-jdb-classpath-string'.
16529         (gud-jdb-lowest-stack-level): New function, finds bottom of current
16530         java call stack in jdb output.
16531         (gud-jdb-find-source-using-classpath, gud-jdb-find-source)
16532         (gud-jdb-parse-classpath-string): New functions.
16533         (gud-jdb-marker-filter): Search/detect classpath information in
16534         jdb's output.  marker regexp updated to match oldjdb and jdb output
16535         formats.  Expand search for source files to include new/old methods
16536         using new functions above.  Do not allow `gud-marker-acc' to grow
16537         without bound.
16538         (jdb): Set classpath information (if available) as jdb is started.
16539         Change `gud-break' and `gud-remove'
16540         to use new %c ("class") escape in format strings.
16541         Add `gud-finish', `gud-up', `gud-down' command string functions, and
16542         add them to the local menu map.  Update `comint-prompt-regexp' for
16543         jdb and oldjdb.  If attaching to an already running java VM and
16544         configured to use classpath, send command to query for classpath,
16545         else use previous method for finding and parsing java
16546         sources.  Set `gud-jdb-find-source' function accordingly.
16547         (gud-mode): Doc fix.
16548         (gud-format-command): Add support for new %c ("class") escape.
16549         (gud-find-class): New function in support of %c escape.
16551 2002-01-17  Richard M. Stallman  <rms@gnu.org>
16553         * ibuf-ext.el: Enable byte-compile-dynamic.
16555 2002-01-17  Jason Rumney  <jasonr@gnu.org>
16557         * term/w32-win.el: Restore conditional require of fontset.
16559 2002-01-16  Richard M. Stallman  <rms@gnu.org>
16561         * mouse.el (mouse-drag-region-1): Renamed from mouse-drag-region,
16562         more or less.
16563         (mouse-drag-region): New function.  For a click in the echo area,
16564         show *Messages*.
16566         * ibuf-ext.el: Delete the autoloads for functions defined with
16567         ibuffer-specific commands.
16569         * help.el (describe-distribution): Really call view-file.
16571         * net/ange-ftp.el (ange-ftp-passive-mode): New arg PROC.
16572         (ange-ftp-get-process): Pass that arg.
16574         * comint.el (comint-simple-send): Fix previous change.
16576         * net/telnet.el (telnet-simple-send): Fix previous change.
16578         * progmodes/sql.el (sql-escape-newlines-and-send)
16579         (sql-query-placeholders-and-send): Fix previous change.
16581 2002-01-16  Colin Walters  <walters@verbum.org>
16583         * ibuf-ext.el, ibuf-macs.el, ibuffer.el (toplevel): Remove X-RCS,
16584         URL, Compatibility headers.  Update copyright notice.
16585         * ibuf-macs.el (toplevel): Require `cl' when compiling.
16587 2002-01-16  Andrew Choi  <akochoi@cse.cuhk.edu.hk>
16589         * startup.el (command-line): Set EOL mnemonics for the Mac.
16591 2002-01-16  Andreas Schwab  <schwab@suse.de>
16593         * mail/feedmail.el (feedmail): Fix :link spec.
16595 2002-01-16  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
16597         * net/ldap.el (ldap-ldapsearch-prog): Default to OpenLDAP version
16598         2 ldapsearch.
16600         * net/eudc.el: New maintainer.  Change author's address.
16601         (eudc-pre-select-window-configuration, eudc-insertion-marker):
16602         Variables removed.
16603         (eudc-insert-selected): Function removed.
16604         (eudc-select): Reimplemented.
16605         (eudc-expand-inline): Delete the strings only after its expansion
16606         is chosen not before.
16608         * net/eudcb-ph.el (eudc-ph-open-session): Remove XEmacs case.
16609         Minor coding style fixes.
16611         * net/eudcb-ldap.el: New maintainer.  Change author's address.
16612         (eudc-attribute-display-method-alist): Display mail with
16613         eudc-display-mail.
16615         * net/eudcb-bbdb.el, net/eudc-export.el, net/eudc-hotlist.el,
16616         * net/eudc-vars.el: New maintainer.  Change author's address.
16618         * net/eudc-bob.el: New maintainer.  Change author's address.
16619         (eudc-bob-mail-keymap): New keymap for e-mail addresses.
16620         (eudc-display-mail): New function.
16621         (eudc-bob-play-sound-at-point): Remove XEmacs case.
16623 2002-01-15  Richard M. Stallman  <rms@gnu.org>
16625         * emacs-lisp/autoload.el (make-autoload):
16626         Don't handle define-ibuffer-column, define-ibuffer-filter,
16627         define-ibuffer-sorter, and define-ibuffer-op.
16629 2002-01-14  Richard M. Stallman  <rms@gnu.org>
16631         * calendar/calendar.el (diary-date-forms): Doc fix.
16633 2002-01-14  Eli Zaretskii  <eliz@is.elta.co.il>
16635         * startup.el (command-line): Register the default tty colors even
16636         if the terminal doesn't seem to support colors.
16637         <tty-long-option-alist>: New option --color.
16638         (tty-handle-args): Parse the --color arg.
16640         * term/tty-colors.el (tty-color-mode-alist): New variable.
16642 2002-01-14  Stefan Monnier  <monnier@cs.yale.edu>
16644         * net/ange-ftp.el (ange-ftp-root-dir-p): New function.
16645         (ange-ftp-file-name-all-completions, ange-ftp-file-name-completion):
16646         Use it.
16647         (ange-ftp-hook-function): Preserve match-data.
16648         (ange-ftp-insert-directory): Typo.
16649         (ange-ftp-shell-command): Check if regexp matched.
16651 2002-01-13  Richard M. Stallman  <rms@gnu.org>
16653         * international/mule-cmds.el: help-map bindings moved to help.el.
16655         * help.el (view-echo-area-messages): New function.
16656         (help-map): Add `e' binding.  Delete obsolete `d' binding.
16657         Change old Info bindings C-f, C-k and C-i to F, K, S.
16658         Move view-emacs-FAQ from F to C-f.
16659         Move view-emacs-problems from P to C-e.
16660         Bindings moved here from mule-cmds.el.
16661         C-l binding for describe-language-environment deleted
16662         (help-for-help): Update for all these changes.
16664         * emacs-lisp/copyright.el (copyright-regexp): Make (C) optional.
16666 2002-01-13  Dave Love  <fx@gnu.org>
16668         * emacs-lisp/copyright.el: Doc fixes.
16669         (copyright-regexp): Add Latin-9 copyright sign.
16670         Match comment delimiters in year lists.
16671         (copyright-current-year): Initialize to load-time year.
16673 2002-01-13  Andreas Schwab  <schwab@suse.de>
16675         * dired-aux.el (dired-do-shell-command): Doc fix.
16677 2002-01-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
16679         * startup.el (command-line-x-option-alist): New options "-fs",
16680         "-fw", "-fh", "--fullscreen", "--fullwidth", and "--fullheight".
16682         * term/x-win.el (x-handle-initial-switch): New function.
16684 2002-01-13  Colin Walters  <walters@debian.org>
16686         * emacs-lisp/autoload.el (make-autoload): Handle define-ibuffer-column,
16687         define-ibuffer-filter, define-ibuffer-sorter, and define-ibuffer-op.
16689         * emacs-lisp/lisp-mode.el (toplevel): Ditto.
16691         * ibuffer.el, ibuf-ext.el, ibuf-macs.el: New files.
16693 2002-01-12  Richard M. Stallman  <rms@gnu.org>
16695         * net/browse-url.el (browse-url-grail):
16696         Use browse-url-maybe-new-window.
16698         * net/telnet.el (telnet-simple-send):
16699         Handle comint-input-sender-no-newline like comint-simple-send.
16701         * progmodes/sql.el (sql-query-placeholders-and-send):
16702         Handle comint-input-sender-no-newline like comint-simple-send.
16703         (sql-escape-newlines-and-send): Likewise.
16705         * comint.el (comint-input-sender): Doc fix.
16706         (comint-input-sender-no-newline): New variable.
16707         (comint-simple-send): If comint-input-sender-no-newline,
16708         don't output newline, but maybe send eof.
16709         (comint-send-input): New arg NO-NEWLINE.
16710         (comint-send-eof): Call comint-send-eof with NO-NEWLINE.
16712 2002-01-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
16714         * textmodes/flyspell.el (flyspell-check-pre-word-p):
16715         Prevent delaying when executing keyboard macros.
16717 2002-01-12  Richard M. Stallman  <rms@gnu.org>
16719         * simple.el (line-move): If we can't move enough lines,
16720         go to beginning or end of line.
16722         * help-mode.el (help-xref-go-back): Restore POSITION in proper buffer
16723         and proper window.
16725         * help.el (describe-mode): Call help-setup-xref in the help buffer.
16726         Switch buffers only after calling `help-buffer'.
16728         * dired-aux.el (dired-shell-stuff-it): Substitute for * or ?
16729         only when they are surrounded by whitespace.
16730         Use dired-mark-separator when adding one file name to a command.
16731         (dired-do-shell-command): Verify that * is surrounded by whitespace.
16732         Ask for confirmation if * or ? is not surrounded by whitespace.
16733         (dired-bunch-files): Re-reverse the partial file list when it is used.
16735 2002-01-12  Richard M. Stallman  <rms@gnu.org>
16737         * comint.el (comint-dynamic-list-completions): Repeating the command
16738         after displaying a completion list scrolls the list.
16740 2002-01-12  Eli Zaretskii  <eliz@is.elta.co.il>
16742         * files.el (find-file-noselect): Don't consider a buffer as
16743         visiting a file literally if it is in hexl-mode.
16745         * faces.el (minibuffer-prompt): A better face definition for MS-DOS.
16747 2002-01-11  Richard M. Stallman  <rms@gnu.org>
16749         * startup.el (initial-scratch-message): Fix custom type, add group.
16751         * mail/rmail.el (rmail-decode-babyl-format): Disable undo
16752         around the decode-coding-region call.
16754         * emacs-lisp/lisp.el (lisp-complete-symbol): Repeating the command
16755         after displaying a completion list scrolls the list.
16757 2002-01-11  Eli Zaretskii  <eliz@is.elta.co.il>
16759         * version.el (emacs-version): Bump to 21.2.50.
16761 2002-01-10  Thien-Thi Nguyen  <ttn@giblet.glug.org>
16763         * play/zone.el (zone-timeout): New var.
16764         (zone-hiding-modeline): New macro.
16765         (zone-call): New func.
16767         (zone): Init `modeline-hidden-level' symbol property.
16768         Use `zone-call' instead of `funcall'.
16770         (zone-pgm-whack-chars): Use `make-string' (fix bug introduced in 2001-10-26T20:11:25Z!monnier@iro.umontreal.ca).
16772         (zone-pgm-stress): Use `zone-hiding-modeline'.
16774         (zone-pgm-stress-destress): New zone program.
16776 2002-01-10  Eli Zaretskii  <eliz@is.elta.co.il>
16778         * faces.el (minibuffer-prompt): Special face definition for MS-DOS.
16780 2002-01-09  Richard M. Stallman  <rms@gnu.org>
16782         * startup.el (fancy-splash-screens): Set tab-width in correct buffer.
16784 2002-01-09  Michael Kifer  <kifer@cs.stonybrook.edu>
16786         * viper.el (viper-set-hooks): Zap viper-unfriendly bindings in
16787         flyspell-mouse-map.
16789 2002-01-08  Richard M. Stallman  <rms@gnu.org>
16791         * emacs-lisp/regexp-opt.el (regexp-opt): Bind max-specpdl-size.
16793         * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Fix custom type.
16795         * textmodes/flyspell.el (flyspell-mode-line-string): Fix custom type.
16797 2002-01-08  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
16799         * progmodes/ada-mode.el (ada-initialize-properties, ada-mode):
16800         Do not use make-local-hook.
16802 2002-01-08  Eli Zaretskii  <eliz@is.elta.co.il>
16804         * international/quail.el (quail-start-translation)
16805         (quail-start-conversion): Bind last-command-event, last-command,
16806         and this-command in the first let.  This fixes the change from
16807         2000-08-30.
16809 2002-01-08  Michael Kifer  <kifer@cs.stonybrook.edu>
16811         * ediff-hook.el: Add an autoload cookie.
16813 2002-01-08  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
16815         * net/eudcb-ph.el, net/ldap.el: New maintainer.  New e-mail
16816         address of the author.
16818 2002-01-08  Richard M. Stallman  <rms@gnu.org>
16820         * replace.el (occur-mode-goto-occurrence-other-window): New command.
16821         (occur-mode-map): Bind `o' to that.
16823 2002-01-07  Michael Kifer  <kifer@cs.stonybrook.edu>
16825         * viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
16826         new macro that replaces viper-emacs-p and viper-xemacs-p in many
16827         cases. Used to reduce the number of warnings.
16829         * viper-cmd.el: Use viper-cond-compile-for-xemacs-or-emacs.
16830         (viper-standard-value): Move here from viper.el.
16831         (viper-set-unread-command-events): Move to viper-util.el
16832         (viper-check-minibuffer-overlay): Make sure
16833         viper-minibuffer-overlay is moved to cover the entire input field.
16835         * viper-util.el: Use viper-cond-compile-for-xemacs-or-emacs.
16836         (viper-read-key-sequence, viper-set-unread-command-events)
16837         (viper-char-symbol-sequence-p, viper-char-array-p): Moved here.
16839         * viper-ex.el: Use viper-cond-compile-for-xemacs-or-emacs.
16841         * viper-keym.el: Use viper-cond-compile-for-xemacs-or-emacs.
16843         * viper-mous.el: Use viper-cond-compile-for-xemacs-or-emacs.
16845         * viper-macs.el (viper-char-array-p, viper-char-symbol-sequence-p)
16846         (viper-event-vector-p): Move to viper-util.el
16848         * viper.el (viper-standard-value): Move to viper-cmd.el.
16849         Use viper-cond-compile-for-xemacs-or-emacs.
16851         * ediff-help.el: Use ediff-cond-compile-for-xemacs-or-emacs.
16853         * ediff-hook.el: Use ediff-cond-compile-for-xemacs-or-emacs.
16855         * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs):
16856         New macro designed to be used in many places where ediff-emacs-p or
16857         ediff-xemacs-p was previously used.  Reduces the number of warnings.
16858         Use ediff-cond-compile-for-xemacs-or-emacs in many places in lieu
16859         of ediff-xemacs-p.
16860         (ediff-make-current-diff-overlay, ediff-highlight-diff-in-one-buffer)
16861         (ediff-convert-fine-diffs-to-overlays, ediff-empty-diff-region-p)
16862         (ediff-whitespace-diff-region-p, ediff-get-region-contents):
16863         Move to ediff-util.el.
16864         (ediff-event-key): Moved here.
16866         * ediff-merge.el: Got rid of unreferenced variables.
16868         * ediff-mult.el: Use ediff-cond-compile-for-xemacs-or-emacs.
16870         * ediff-util.el: Use ediff-cond-compile-for-xemacs-or-emacs.
16871         (ediff-cleanup-mess): Improve the way windows are set up after
16872         quitting ediff.
16873         (ediff-janitor): Use ediff-dispose-of-variant-according-to-user.
16874         (ediff-dispose-of-variant-according-to-user): New function
16875         designed to be smarter and also understands indirect buffers.
16876         (ediff-highlight-diff-in-one-buffer)
16877         (ediff-unhighlight-diff-in-one-buffer)
16878         (ediff-unhighlight-diffs-totally-in-one-buffer)
16879         (ediff-highlight-diff, ediff-highlight-diff)
16880         (ediff-unhighlight-diff, ediff-unhighlight-diffs-totally)
16881         (ediff-empty-diff-region-p, ediff-whitespace-diff-region-p)
16882         (ediff-get-region-contents, ediff-make-current-diff-overlay):
16883         Moved here.
16884         (ediff-format-bindings-of): New function by Hannu Koivisto
16885         <azure@iki.fi>.
16886         (ediff-setup): Make sure the merge buffer is always widened and
16887         modifiable.
16888         (ediff-write-merge-buffer-and-maybe-kill): Refuse to write the
16889         result of a merge into a file visited by another buffer.
16890         (ediff-arrange-autosave-in-merge-jobs): Check if the merge file
16891         is visited by another buffer and ask to save/delete that buffer.
16892         (ediff-verify-file-merge-buffer): New function to do the above.
16894         * ediff-vers.el: Load ediff-init.el at compile time.
16896         * ediff-wind.el: Use ediff-cond-compile-for-xemacs-or-emacs.
16898         * ediff.el (ediff-windows, ediff-regions-wordwise)
16899         (ediff-regions-linewise): Use indirect buffers to improve
16900         robustness and make it possible to compare regions of the same
16901         buffer (even overlapping regions).
16902         (ediff-clone-buffer-for-region-comparison)
16903         (ediff-clone-buffer-for-window-comparison): New functions.
16904         (ediff-files-internal): Refuse to compare identical files.
16905         (ediff-regions-internal): Get rid of the warning about comparing
16906         regions of the same buffer.
16908         * ediff-diff.el (ediff-convert-fine-diffs-to-overlays): Moved here.
16909         Plus the following fixes courtesy of Dave Love: Doc fixes.
16910         (ediff-word-1): Use word class and move - to the
16911         front per regexp documentation.
16912         (ediff-wordify): Bind forward-word-function outside loop.
16913         (ediff-copy-to-buffer): Use insert-buffer-substring rather than
16914         consing buffer contents.
16915         (ediff-goto-word): Move syntax table setting outside loop.
16917 2002-01-07  Richard M. Stallman  <rms@gnu.org>
16919         * dired.el (dired-copy-filename-as-kill): Call kill-append
16920         if following a kill command.
16922         * help-fns.el (describe-variable, describe-function):
16923         Do save-excursion.
16925 2002-01-06  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
16927         * net/ldap.el (ldap-search-internal): Skip error message from
16928         ldapsearch.  Allow listing attribute names only.  Do not open
16929         non-existent files.
16931         * net/eudcb-ldap.el (eudc-ldap-get-field-list): Do not try to
16932         call non-existent function.
16934         * net/eudc.el (top-level): Revert previous change.
16936         * net/net-utils.el (nslookup-font-lock-keywords): Defvar font-lock
16937         variables to prevent warning from byte-compiler.
16939         * net/eudc.el (top-level): Use eudc-xemacs-p instead of
16940         string-match on emacs-version again.
16942         * enriched.el (enriched-make-annotation): Fix the change from
16943         2002-01-05.
16944         (enriched-handle-display-prop): Return proper values.
16946         * net/eudcb-ldap.el (eudc-attribute-display-method-alist):
16947         Use proper attribute name labeledUri instead of deprecated labeledUrl.
16949 2002-01-05  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
16951         * net/eudc-hotlist.el (eudc-edit-hotlist): Avoid error when
16952         editing an empty hotlist.
16954         * net/ldap.el (ldap-search-internal): Make the buffer unibyte.
16955         Use buffer-string instead of buffer-substring for the whole buffer.
16957         * net/eudc-vars.el (eudc-external-viewers): Do not use xv, it is
16958         not free.
16960         * net/eudc-bob.el (eudc-bob-can-display-inline-images)
16961         (eudc-bob-display-jpeg): Use fboundp instead of boundp.
16962         (eudc-bob-save-object): Make the buffer unibyte.
16963         (eudc-bob-generic-keymap): Add new keybinding `!' to pipe the
16964         object to external program.
16966 2002-01-05  Andre Spiegel  <spiegel@gnu.org>
16968         * vc.el (vc-branch-part): Return nil if there's no `.'
16969         (vc-default-previous-version): Renamed from vc-previous-version.
16970         New args BACKEND and FILE.  Return nil for revision numbers
16971         without a `.'
16972         (vc-version-diff): Call vc-BACKEND-previous-version.
16973         (vc-steal-lock): Steal lock before composing mail, so that no mail
16974         is sent when the stealing goes wrong.  And we'll actually see the
16975         error in that case now.
16976         (vc-finish-steal): Removed.
16978         * vc-rcs.el (vc-rcs-steal-lock): Do a real checkout after stealing
16979         the lock, so that we see expanded headers.
16980         (vc-rcs-trunk-p, vc-rcs-branch-part, vc-rcs-branch-p)
16981         (vc-rcs-minor-part, vc-rcs-previous-version): Removed.  These are
16982         available from vc.el.  Updated all callers.
16984 2002-01-05  Richard M. Stallman  <rms@gnu.org>
16986         * enriched.el (enriched-make-annotation): Doc fix.
16988         * format.el (format-replace-strings, format-subtract-regions)
16989         (format-annotate-region, format-annotate-location)
16990         (format-annotate-atomic-property-change)
16991         (format-annotate-single-property-change): Doc fixes.
16993 2002-01-05  Jason Rumney  <jasonr@gnu.org>
16995         * term/w32-win.el: Require fontset unconditionally.
16996         (w32-handle-scroll-bar-event): Remove.
16998 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17000         * emacs-lisp/copyright.el (copyright-regexp): Allow multi-line
17001         copyrights to be updated.
17003 2002-01-04  Eli Zaretskii  <eliz@is.elta.co.il>
17005         * textmodes/texinfo.el (texinfo-insert-@end): Fix the change from
17006         2001-10-24.
17008         * mail/sendmail.el (mail-recover-1, mail-recover): Doc fix.
17010 2002-01-04  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
17012         * net/ldap.el (ldap-host-parameters-alist): Remove duplicated entry.
17013         (ldap-ignore-attribute-codings): Change the default value to allow
17014         encoding/decoding of attributes.
17015         (ldap-coding-system): Use UTF-8 as the coding-system.  Doc fix.
17017 2002-01-03  Richard M. Stallman  <rms@gnu.org>
17019         * files.el (basic-save-buffer): Undo previous change.
17021         * calendar/diary-lib.el (diary-block): Doc fix.
17023         * custom.el (defcustom): Fix syntax of previous change.
17025 2002-01-03  Per Abrahamsen  <abraham@dina.kvl.dk>
17027         * custom.el (defcustom): Documented :tag, :link and :load.
17029 2002-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
17031         * mail/sendmail.el (mail-recover-1): New function.
17032         (mail-recover): Switch to the *mail* buffer right away.
17033         Use buffer-auto-save-file-name instead of calling
17034         make-auto-save-file-name.  Call dired-noselect instead of invoking
17035         `ls' directly.  Bind coding-system-for-read to emacs-mule-unix
17036         before reading the auto-save file.  If the buffer's auto-save file
17037         does not exist, call mail-recover-1 to allow recovery from past
17038         auto-saved drafts.
17040 2002-01-03  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
17042         * time.el (display-time-load-average-threshold): Fix defcustom
17043         (add type and group).
17045         * net/ange-ftp.el (ange-ftp-shell-command): Remove port
17046         specification from the hostname.
17048 2002-01-02  Richard M. Stallman  <rms@gnu.org>
17050         * facemenu.el (facemenu-active-faces):
17051         Use face-attributes-as-vector, not face-attributes-vector.
17053 2002-01-02  Chris Hanson  <cph@aarau.ai.mit.edu>
17055         * xscheme.el: Eleven years of updates on a private copy.
17057         Extensive changes to support multiple xscheme buffers:
17058         (run-scheme): Break up into new functions to facilitate starting
17059         processes in other buffers.
17060         (xscheme-start, xscheme-read-command-line): New functions.
17061         (start-scheme, select-scheme)
17062         (default-xscheme-runlight)
17063         (global-set-scheme-interaction-buffer)
17064         (local-set-scheme-interaction-buffer)
17065         (local-clear-scheme-interaction-buffer)
17066         (exit-scheme-interaction-mode)
17067         (verify-xscheme-buffer): New functions.
17068         (xscheme-process-name, xscheme-buffer-name)
17069         (xscheme-runlight): New internal vars.
17070         (default-xscheme-runlight): New const.
17071         (xscheme-start-process): Add args for the process/buffer names.
17072         (reset-scheme): Pass process/buffer names.
17073         (scheme-interaction-mode): Initialize new local vars.
17074         (reset-scheme, xscheme-send-string-2, xscheme-process-running-p)
17075         (xscheme-select-process-buffer, xscheme-process-buffer)
17076         (xscheme-send-region, xscheme-send-char, xscheme-send-interrupt)
17077         (xscheme-goto-output-point, xscheme-write-message-1): Use new
17078         var xscheme-process-name.
17079         (xscheme-start-process): Initialize xscheme-process-name and
17080         xscheme-buffer-name in the process buffer.  Pass buffer name to
17081         xscheme-modeline-initialize.
17082         (xscheme-modeline-initialize): Add argument to specify buffer name
17083         for mode-line vars.
17084         (xscheme-process-sentinel): Make sure sentinel is run in the
17085         process buffer so it sees its local vars.
17086         (xscheme-process-filter-initialize, xscheme-set-runlight):
17087         More elaborate logic to handle multiple-buffer mode lines.
17089         (xscheme-enter-input-wait): Re-enable control-G handler upon
17090         entering input wait.
17092         (scheme-interaction-mode): Add arg to preserve local vars.
17093         (xscheme-enter-interaction-mode)
17094         (xscheme-enter-debugger-mode): Preserve local vars.
17095         (xscheme-start-process): Clobber local vars.
17097         (scheme-interaction-mode-commands): Allow end user to add commands
17098         to scheme-interaction-mode keymap.
17099         (scheme-interaction-mode-commands-alist): New variable.
17101         (xscheme-send-string): Don't use insert-before-markers.
17103         Implement a per-buffer kill ring:
17104         (xscheme-insert-expression)
17105         (xscheme-rotate-yank-pointer, xscheme-yank)
17106         (xscheme-yank-pop, xscheme-yank-push): New functions.
17107         (xscheme-expressions-ring)
17108         (xscheme-expressions-ring-yank-pointer)
17109         (xscheme-expressions-ring-max): New variables.
17110         (xscheme-send-string-1): Call xscheme-insert-expression to save
17111         expression in ring.
17112         (xscheme-yank-previous-send): Now an alias for xscheme-yank.
17113         (xscheme-previous-send): Deleted variable.
17115         (xscheme-send-string-2, xscheme-send-char, xscheme-send-proceed)
17116         (xscheme-send-control-g-interrupt): Use process-send-string rather
17117         than send-string.
17119         (xscheme-send-region): Insert a newline after an expression that
17120         is submitted in the interaction buffer, for consistency with
17121         recent changes to Edwin.
17123         (xscheme-delete-output): New function mimics comint-delete-output.
17124         (xscheme-last-input-end): New internal variable.
17125         (xscheme-process-filter-output): Update xscheme-last-input-end.
17127         (xscheme-send-control-g-interrupt): Make sure that
17128         xscheme-control-g-disabled-p is looked up in the right buffer.
17130         (xscheme-enable-control-g): Clear C-g message if visible.
17131         (xscheme-control-g-message-string): New internal var.
17132         (xscheme-send-control-g-interrupt): Use new var.
17134         (xscheme-send-control-g-interrupt, xscheme-send-interrupt):
17135         Delay after sending interrupt in order to work around race condition.
17137         (xscheme-send-control-g-interrupt, xscheme-send-interrupt)
17138         (xscheme-send-char): Use xscheme-send-char rather than send-string
17139         to send single char.
17141         (xscheme-process-filter, xscheme-process-filter-alist):
17142         Add support for evaluating expressions outside of the call-excursion.
17143         (xscheme-process-filter:string-action-noexcursion): New func.
17145         (xscheme-write-value): Change output string to match that used by
17146         Edwin.
17148         (xscheme-coerce-prompt): Don't write a space after a command
17149         prompt.  The PROMPT-FOR-COMMAND- procedures will take care of this
17150         for us.
17152         (reset-scheme): Delete process after killing it.
17154 2002-01-02  Eli Zaretskii  <eliz@is.elta.co.il>
17156         * bindings.el (function-key-map): Don't bind shifted keypad
17157         numeric keys.
17159 2002-01-02  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
17161         * enriched.el (enriched-handle-display-prop): Remove unused variables.
17162         (enriched-mode): Doc fix.
17164 2002-01-02  Eli Zaretskii  <eliz@is.elta.co.il>
17166         * international/ucs-tables.el (ucs-8859-8-alist): Comment away
17167         Hebrew points.
17169 2002-01-01  Richard M. Stallman  <rms@gnu.org>
17171         * jka-compr.el (jka-compr-write-region): If START = nil, use whole buf.
17173 2001-12-31  Richard M. Stallman  <rms@gnu.org>
17175         * comint.el, cus-edit.el, diff-mode.el, enriched.el, font-lock.el:
17176         * generic-x.el, info.el, log-view.el, pcvs-info.el, speedbar.el:
17177         * wid-edit.el, woman.el, calendar/calendar.el, textmodes/flyspell.el:
17178         * emulation/viper-init.el, eshell/em-ls.el, progmodes/antlr-mode.el:
17179         * progmodes/cperl-mode.el, progmodes/idlwave.el:
17180         * progmodes/sh-script.el, progmodes/vhdl-mode.el:
17181         Adapt face definitions to use :weight and :slant.
17183         * ps-print.el (ps-font-lock-face-attributes): Use :weight and :slant.
17185         * cus-edit.el (custom-face-edit-fix-value): Delete `assert' call.
17187         * font-lock.el (initializing from font-lock-face-attributes):
17188         Use :weight and :slant, not :bold and :italic.
17190 2001-12-31  Per Abrahamsen  <abraham@dina.kvl.dk>
17192         * cus-edit.el (custom-face-edit-fix-value): New function.
17193         (custom-face-edit): Use it, to convert :italic and :bold to new forms.
17195 2001-12-30  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
17197         * progmodes/octave-mod.el (octave-abbrev-table):
17198         * progmodes/idlwave.el (idlwave-mode-abbrev-table):
17199         * progmodes/fortran.el (fortran-mode-abbrev-table):
17200         * progmodes/f90.el (f90-mode-abbrev-table):
17201         * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init):
17202         * progmodes/sql.el (sql-mode-abbrev-table): Mark all the
17203         predefined abbrevs as "system" abbrevs.
17205 2001-12-30  Richard M. Stallman  <rms@gnu.org>
17207         * info.el (Info-fontify-node): For a **** underline line, put the
17208         invisible and intangible props on the following newline, but not
17209         on the previous newline or the last char of the previous line.
17211         * faces.el (face-set-after-frame-default): Don't change `default' face.
17213         * faces.el (minibuffer-prompt): Adopt some default colors.
17215         * replace.el (query-replace-read-args): Immediate error if read-only.
17217         * textmodes/makeinfo.el (makeinfo-compilation-sentinel):
17218         Display the output buffer in a more intelligent way.
17220 2001-12-30  Eli Zaretskii  <eliz@is.elta.co.il>
17222         * ls-lisp.el (insert-directory): Modify the "total" line wording,
17223         in accordance with files.el's insert-directory.
17225 2001-12-29  Richard M. Stallman  <rms@gnu.org>
17227         * files.el (basic-save-buffer): If a before-write hook displays
17228         an echo area message, pause before calling basic-save-buffer-1.
17230 2001-12-29  Markus Rost  <rost@math.ohio-state.edu>
17232         * textmodes/reftex-global.el (reftex-query-replace-document)
17233         (reftex-change-label): Doc fix.
17235         * dired-aux.el (dired-do-query-replace-regexp): Doc fix.
17237         * progmodes/etags.el (tags-query-replace): Doc fix.
17239 2001-12-29  Richard M. Stallman  <rms@gnu.org>
17241         * progmodes/compile.el (compile-internal): Fix previous change.
17243 2001-12-28  Richard M. Stallman  <rms@gnu.org>
17245         * mouse.el (mouse-drag-mode-line-1): When dragging a mode line upward,
17246         shrink the windows above as necessary to get space.
17247         (mouse-drag-move-window-bottom, mouse-drag-window-above): New fns.
17249         * net/ange-ftp.el (ange-ftp-allow-child-lookup): Always return nil.
17250         This fixes a bug that treated all files as directories.
17251         (ange-ftp-insert-directory): Explicitly follow symlinks.
17253         * international/iso-transl.el (iso-transl-char-map) Eliminate the
17254         alias symbols--put the translated sequences here directly.
17256         * progmodes/cc-mode.el (c-mode-abbrev-table)
17257         (c++-mode-abbrev-table, objc-mode-abbrev-table)
17258         (java-mode-abbrev-table, pike-mode-abbrev-table):
17259         Mark all the predefined abbrevs as "system" abbrevs.
17261         * mail/sendmail.el (mail-envelope-from): Fix custom type.
17262         (sendmail-send-it): Check mail-specify-envelope-from
17263         and mail-envelope-from in the mail buffer at start.
17265 2001-12-28  Simon Josefsson  <jas@extundo.com>
17267         * mail/sendmail.el (mail-envelope-from): Fix :type.
17268         (sendmail-send-it): Copy `mail-envelope-from' from calling buffer.
17270 2001-12-28  Richard M. Stallman  <rms@gnu.org>
17272         * net/ldap.el (ldap-search-internal): Handle <file://...> in results.
17274         * simple.el (line-move-invisible): New subroutine.
17275         (line-move-to-column): New subroutine--smarter about advancing over
17276         invisible parts of a line, or lines, but only as long as hpos grows.
17277         (line-move-finish): New subroutine: repeatedly processes desired
17278         column, intangibility, and fields.
17279         (line-move): Use those subroutines.
17280         When moving lines downward, skip invisible text first rather than last.
17282 2001-12-27  Richard M. Stallman  <rms@gnu.org>
17284         * international/mule-diag.el (describe-char-after):
17285         Describe the text properties of the char after point.
17287         * help.el (describe-key): Doc fix.
17289 2001-12-26  Markus Rost  <rost@math.ohio-state.edu>
17291         * find-dired.el (find-dired-sentinel): Precede exit message by
17292         two spaces, to match the regexp in dired-between-files.
17294 2001-12-28  Miles Bader  <miles@gnu.org>
17296         * wid-edit.el (widget-toggle-value-create): Don't eval actual
17297         images (which are lists too).
17299 2001-12-27  Eli Zaretskii  <eliz@is.elta.co.il>
17301         * language/european.el: Fix the doc string of "Latin-5" language
17302         environment.
17304 2001-12-26  Richard M. Stallman  <rms@gnu.org>
17306         * textmodes/flyspell.el (flyspell-mode-map): New keymap,
17307         defined as before 2001-11-09.
17308         (add-minor-mode call): Specify the keymap.
17310         * progmodes/compile.el (compile-internal):
17311         Set TERM variable in process-environment.
17313 2001-12-25  Richard M. Stallman  <rms@gnu.org>
17315         * help-mode.el (help-xref-on-pp): Catch and ignore errors in scanning
17316         the buffer.
17318         * startup.el (command-line): Convert command line args
17319         to Emacs internal representation using locale-coding-system.
17321 2001-12-25  Eli Zaretskii  <eliz@is.elta.co.il>
17323         * international/fontset.el: Don't require ind-util when compiling.
17325 2001-12-25  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
17327         * emulation/tpu-edt.el (tpu-reset-screen-size):
17328         Use set-frame-height and set-frame-width instead of set-screen-height
17329         and set-screen-width.
17331         * vt-control.el (vt-wide, vt-narrow): Use set-frame-width instead
17332         of obsolete set-screen-width.
17334         * locate.el (locate): Remove dot at the end of error argument.
17336         * emerge.el (emerge-show-file-name): Use frame-height instead of
17337         obsolete screen-height.
17339         * mail/mh-utils.el (mh-show-msg): Likewise.
17340         (mh-handle-process-error): Use frame-width instead of obsolete
17341         screen-width.
17343 2001-12-25  Richard M. Stallman  <rms@gnu.org>
17345         * window.el (balance-windows): Use new PRESERVE-BEFORE arg
17346         to enlarge-window.  Use save-selected-window.  Don't try
17347         to resize windows that end at the bottom "level".
17348         Retry changing the sizes until the windows get the desired sizes.
17349         Discount the minibuffer when computing total height available.
17351         * emacs-lisp/debug.el (debugger-mode-map): Bind C-m, not `RET'.
17352         (debugger-make-xrefs): Only make a button for the first symbol
17353         on any line.
17355 2001-12-24  Eli Zaretskii  <eliz@is.elta.co.il>
17357         * term/internal.el (dos-cpNNN-setup, dos-codepage-setup):
17358         Call IT-setup-unicode-display here instead of adding it to
17359         dos-codepage-setup-hook, so that Unicode display tables are set
17360         before dos-codepage-setup-hook runs.
17362 2001-12-24  Richard M. Stallman  <rms@gnu.org>
17364         * net/net-utils.el (ftp-mode-abbrev-table): Don't define it.
17365         (nslookup-mode-abbrev-table): Don't define it.
17366         (smbclient-mode-abbrev-table): Don't define it.
17367         (ftp-mode): Don't use ftp-mode-abbrev-table; don't enable Abbrev mode.
17368         (nslookup-mode, smbclient-mode): Likewise.
17369         (network-connection-service-abbrev-alist): Variable deleted.
17370         (network-connection-mode-setup): Don't set up abbrev table.
17372         * faces.el (minibuffer-prompt): New face.
17373         (minibuffer-prompt-properties): Add `face' property.
17375         * replace.el (occur-mode-display-occurrence): New function.
17376         (occur-mode-map): Bind C-o to it.
17378 2001-12-24  Michael Kifer  <kifer@cs.sunysb.edu>
17380         * viper-cmd.el (viper-change-state): Got rid of make-local-hook.
17381         (viper-special-read-and-insert-char): Make C-m work right in the r
17382         comand.
17383         (viper-buffer-search-enable): Fixed format string.
17385         * viper-ex.el (ex-token-alist): Use ex-set-visited-file-name
17386         instead of viper-info-on-file.
17387         (ex-set-visited-file-name): New function.
17389         * viper.el (viper-emacs-state-mode-list): Added mail-mode.
17391         * ediff-mult.el (ediff-meta-mark-equal-files): Added optional
17392         action argument.
17394         * ediff-init.el: Fixed some doc strings.
17396         * ediff-util.el (ediff-after-quit-hook-internal): New variable.
17397         Got rid of make-local-hook.
17399         * ediff-wind.el (ediff-setup-control-frame): Got rid of
17400         make-local-hook.
17402 2001-12-23  Richard M. Stallman  <rms@gnu.org>
17404         * term/x-win.el (x-handle-geometry): Put height and width
17405         on default-frame-alist, left and top on initial-frame-alist.
17406         * term/w32-win.el (x-handle-geometry): Likewise.
17408         * sort.el (sort-reorder-buffer): Copy all to a temp buffer first.
17410         * play/yow.el (yow): Use an arg to distinguish interactive calls,
17411         not interactive-p.
17413 2001-12-22  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
17415         * emacs-lisp/elint.el (elint-unknown-builtin-args):
17416         Remove mocklisp entries.
17418         * subr.el (insert-string): Moved from mocklisp.c, reimplemented in
17419         Lisp.  Obsoleted.
17421         * emulation/mlconvert.el: File removed.
17423         * emulation/mlsupport.el: Moved to obsolete.
17425         * obsolete/mlsupport.el: Moved there from lisp/emulation.
17427         * emacs-lisp/find-gc.el (source-files): Remove mocklisp.c.
17429         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
17430         Remove mocklisp case.
17432         * help-fns.el (describe-function-1): Remove mocklisp function case.
17434 2001-12-22  Miles Bader  <miles@gnu.org>
17436         * textmodes/refill.el (refill-mode): Don't barf when redundantly
17437         turning refill-mode off.
17439 2001-12-22  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
17441         * time.el (display-time-load-average-threshold): New variable.
17442         (display-time-update): Use it.
17444         These changes allow cycling through past 1, 5 and 15 minutes
17445         load-average displayed in the mode-line.
17447         * time.el (display-time-default-load-average): New customizable option.
17448         (display-time-load-average): New variable.
17449         (display-time-cycle-load-average): New function.
17450         (display-time-update): Use them.
17452 2001-12-21  Richard M. Stallman  <rms@gnu.org>
17454         * apropos.el (apropos-print): SPACING is now nil or a separator string.
17455         (apropos-documentation, apropos-value): Pass a suitable string.
17457 2001-12-21  Eli Zaretskii  <eliz@is.elta.co.il>
17459         * dired.el (dired-free-space-program, dired-free-space-args):
17460         Aliases for back-compatibility.
17462         * info.el (Info-select-node): If Info-use-header-line is nil, set
17463         header-line-format to nil.
17464         (Info-fontify-node): Don't put a keymap text property on the
17465         heading if we are not going to display the header line.  Remove
17466         any such text properties left over from past visits to this node.
17468         * ls-lisp.el (insert-directory): Insert the amount of free disk
17469         space, like files.el's insert-directory does.
17471         * files.el (directory-free-space-program):
17472         Mention file-system-info in the doc string.
17473         (get-free-disk-space): New function; code moved from insert-directory.
17474         (insert-directory): Call get-free-disk-space to get the amount of
17475         free space.
17477 2001-12-21  Richard M. Stallman  <rms@gnu.org>
17479         * help.el (view-order-manuals, view-emacs-news, describe-copying)
17480         (describe-distribution, describe-project): Use view-file.
17482         * emacs-lisp/cl-indent.el (define-modify-macro): Better indent spec.
17484         * net/ange-ftp.el (ange-ftp-file-modtime): Use save-match-data.
17486         * emacs-lisp/easy-mmode.el (define-minor-mode):
17487         Make no arg by default in an interactive call,
17488         so that repeating the command toggles again.
17490         * emacs-lisp/lisp-mode.el (eval-defun-1): Cope with atoms as args.
17492 2001-12-21  Christoph Wedler  <Christoph.Wedler@sap.com>
17494         * antlr-mode.el: More sophisticated indentation of cpp directive.
17495         (antlr-indent-at-bol-alist): New user option.
17496         (antlr-indent-line): Use it.
17497         (antlr-indent-style): New user option.
17498         (antlr-mode): Use it.
17499         (antlr-indent-item-regexp): Customize.
17501         * antlr-mode.el: Syntax highlighting changes.
17502         (antlr-font-lock-literal-regexp): New user option.
17503         (antlr-font-lock-syntax-face): New face used for :, |, ....
17504         (antlr-font-lock-default-face): New face.
17505         (antlr-font-lock-additional-keywords): Use them.
17507         * antlr-mode.el: New command to insert options -- variables.
17508         (antlr-mode-map): New binding [C-c C-o].
17509         (antlr-mode-menu): New submenus.
17510         (antlr-options-use-submenus): New user option.
17511         (antlr-tool-version): New user option.
17512         (antlr-options-auto-colon): New user option.
17513         (antlr-options-style): New user option.
17514         (antlr-options-push-mark): New user option.
17515         (antlr-options-assign-string): New user option.
17516         (antlr-options-headings): New variable.
17518         * antlr-mode.el: New command to insert options -- specific.
17519         (antlr-options-alists): New variable.
17520         (antlr-read-value): New function.
17521         (antlr-read-boolean): New function.
17522         (antlr-language-option-extra): New function.
17523         (antlr-language-limit-n-regexp): Change default to higher LIMIT.
17524         (antlr-c++-mode-extra): New function.
17525         (antlr-grammar-tokens): New function.
17526         (antlr-imenu-create-index-function): New optional argument.
17528         * antlr-mode.el: New command to insert options -- functions.
17529         (antlr-insert-option): New command.
17530         (antlr-insert-option-interactive): New function.
17531         (antlr-options-menu-filter): New function.
17532         (antlr-option-kind): New function.
17533         (antlr-scan-lists): New alias.
17534         (antlr-scan-lists-internal): New function.
17535         (antlr-skip-file-prelude): Hack for special SKIP-COMMENT.
17536         (antlr-option-level): New function.
17537         (antlr-syntactic-grammar-depth): New function.
17538         (antlr-option-location): New function.
17539         (antlr-insert-option-do): New function.
17540         (antlr-option-spec): New function.
17541         (antlr-version-string): New function.
17542         (antlr-insert-option-existing): New function.
17543         (antlr-insert-option-space): New function.
17544         (antlr-insert-option-area): New function.
17546         * antlr-mode.el: New electric keys ":;|&(){}", TAB works better
17547         with narrowing.  Menu change.  Miscellaneous.
17548         (antlr-mode-menu): Include "Indent Region" and "Customize Antlr".
17549         (antlr-mode-map): New bindings for characters in ":;|&(){}".
17550         (antlr-electric-character): New command.
17551         (antlr-class-header-regexp): New variable.
17552         (antlr-font-lock-additional-keywords): Use it.
17553         (antlr-imenu-create-index-function): Use it.
17554         (antlr-file-dependencies): Use it.
17555         (antlr-indent-line): Also works with restrictions.
17556         (antlr-indent-command): Interactive spec - changes the buffer.
17557         (antlr-language-for-option): Deletia.
17558         (antlr-language-option): New function, defined instead.
17559         (antlr-mode): Use it.
17561 2001-12-21  Eli Zaretskii  <eliz@is.elta.co.il>
17563         * jka-compr.el (jka-compr-partial-uncompress): Use null-device
17564         instead of a literal /dev/null.
17566         * Makefile.in (distclean): Remove Makefile in the build
17567         directory, not in the source directory.
17569 2001-12-21  Simon Josefsson  <jas@extundo.com>.
17571         * mail/smtpmail.el (smtpmail-send-queued-mail):
17572         Use with-temp-buffer instead of find-file-noselect, and bind
17573         coding-system-for-read to no-conversion when reading the queued
17574         messages.  (Simon's code modified slightly by Eli Zaretskii.)
17576 2001-12-20  Werner Lemberg  <wl@gnu.org>
17578         * international/mule-diag.el (describe-coding-system)
17579         (print-coding-system-briefly): Make printed output have a similar
17580         format as describe-character-set.
17582 2001-12-20  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
17584         * play/blackbox.el (bb-member): Remove, use member instead.
17585         (bb-delete): Remove, use delete instead.
17586         Update copyright notice.  Defvar for bb-board, bb-x, bb-y,
17587         bb-score, bb-detour-count and bb-balls-placed.
17588         Propertize results of rays.
17590 2001-12-19  Karl Fogel  <kfogel@red-bean.com>
17592         * isearch.el (isearch-forward, isearch-edit-string): Make doc
17593         strings mention keybinding for `isearch-yank-word-or-char',
17594         rather than `isearch-yank-word', since the former is bound now
17595         and the latter is not.
17596         (isearch-yank-word-or-char): Fix formatting.
17598 2001-12-19  Werner Lemberg  <wl@gnu.org>
17600         * language/czech.el, language/european.el, language/slovak.el:
17601         More fixes for language info doc strings.
17603 2001-12-19  Eli Zaretskii  <eliz@is.elta.co.il>
17605         * loadup.el: Add "language" to the load-path.
17607 2001-12-19  Richard M. Stallman  <rms@gnu.org>
17609         * international/mule-cmds.el (describe-language-environment):
17610         Fix calls to help-xref-button.
17612 2001-12-19  Miles Bader  <miles@gnu.org>
17614         * international/fontset.el: Require `ind-util' when compiling.
17616 2001-12-18  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
17618         * language/ethio-util.el (ethio-modify-vowel): Use char-to-string
17619         instead of decompose-composite-char.
17621 2001-12-18  Richard M. Stallman  <rms@gnu.org>
17623         * simple.el (eval-expression-print-level)
17624         (eval-expression-print-length): Doc fixes.
17626         * international/mule-diag.el (describe-character-set):
17627         Fix the arg to help-xref-button.
17629         * files.el (directory-free-space-program): New variable.
17630         (directory-free-space-args): New variable.
17631         (insert-directory): Use those two variables for getting free space.
17632         Use file-system-info instead, if that is defined.
17634         * dired.el (dired-free-space-program): Variable deleted.
17635         (dired-free-space-args): Variable deleted.
17636         (dired-insert-directory): Don't try to determine free space.
17638         * files.el (font-lock-defaults): Add risky-local-variables prop.
17639         (hack-one-local-variable): Treat various font-lock variables as risky.
17641 2001-12-18  Werner Lemberg  <wl@gnu.org>
17643         * language/chinese.el, language/cyrillic.el:
17644         * language/czech.el, language/european.el, language/greek.el:
17645         * language/hebrew.el, language/indian.el, language/japanese.el:
17646         * language/korean.el, language/lao.el, language/slovak.el:
17647         * language/thai.el, language/tibetan.el, language/vietnamese.el:
17648         Improve documentation strings of coding systems and language infos.
17650 2001-12-18  Werner LEMBERG  <wl@gnu.org>
17652         Add support for EUC-TW decoding/encoding.
17654         * language/china-util.el (big5-to-flat-code, flat-code-to-big5)
17655         (euc-to-flat-code, flat-code-to-euc, expand-euc-big5-alist):
17656         New auxiliary functions to build `big5-to-cns'.
17657         (big5-to-cns): New translation alist.
17659         * language/chinese.el: Added new coding system `euc-tw' and its
17660         alias `euc-taiwan'.
17661         Updated language `Chinese-CNS' to include euc-tw encoding also.
17662         (ccl-decode-euc-tw, ccl-encode-euc-tw): New functions for handling
17663         euc-tw.
17665 2001-12-18  Dave Love  <fx@gnu.org>
17667         * loadup.el: Add language/utf-8-lang, language/georgian.
17669         * image-file.el (image-file-name-extensions): Add pnm.  Doc fix.
17670         (image-file-name-regexps): Doc fix.
17672         * server.el (server-unload-hook): New function.
17674         * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): Group the leader.
17675         (lm-crack-copyright): Cope with multi-line copyright `lines'.
17677         * simple.el (newline): Doc fix.
17678         (eval-expression-print-level, eval-expression-print-length): Doc
17679         fix.  Amend :type.
17680         (next-line, previous-line): Make arg optional.
17681         (newline): Doc fix.
17683         * Makefile.in (DONTCOMPILE): Add various language files.
17685         * international/quail.el (quail-input-string-to-events): Don't use
17686         string-to-list.
17688         * progmodes/f90.el (f90-break-line): Avoid infinite recursion
17689         calling `newline'.
17691 2001-12-17  Richard M. Stallman  <rms@gnu.org>
17693         * comint.el (comint-dynamic-list-input-ring-select): New function.
17694         Switches back to the old window configuration.
17695         (comint-dynamic-list-input-ring): Bind RET to that function.
17696         (comint-dynamic-list-input-ring-window-conf): New variable.
17698 2001-12-17  Werner Lemberg  <wl@gnu.org>
17700         * international/mule-conf.el: Improve documentation strings of
17701         character sets.
17703 2001-12-16  Richard M. Stallman  <rms@gnu.org>
17705         * dired.el (dired-copy-filename-as-kill): Moved from dired-x.el.
17706         (dired-mode-map): Bind w to dired-copy-filename-as-kill.
17708         * dired-x.el (dired-copy-filename-as-kill): Moved to dired.el.
17710         * autoinsert.el (auto-insert-alist): Redo finding C and C++ headers.
17711         Add a DESCRIPTION for the makefile item.
17713         * find-file.el (ff-other-file-name): New function.
17715 2001-12-16  Eli Zaretskii  <eliz@is.elta.co.il>
17717         * international/quail.el (quail-input-string-to-events): Fix last
17718         change.
17720 2001-12-16  Richard M. Stallman  <rms@gnu.org>
17722         * isearch.el (isearch-edit-string): When we set isearch-string
17723         to the default, also set isearch-message.
17725         * subr.el (temp-buffer-show-hook, temp-buffer-setup-hook): Add defvars.
17727         * startup.el (command-line-1): Display startup screen
17728         even if there are command line args.
17729         Add a note about how to go to editing your files.
17730         (fancy-splash-head): Add a note about how to go to your files.
17731         (fancy-splash-outer-buffer): New variable.
17732         (fancy-splash-screens): Bind variable fancy-splash-outer-buffer.
17734         * subr.el (with-temp-message): At the end, always discard
17735         the temp message, even by clearing the echo area.
17737         * progmodes/sh-script.el (sh-mode): Run sh-mode-hook.
17739 2001-12-16  Stefan Monnier  <monnier@cs.yale.edu>
17741         * log-view.el (log-view-message-re, log-view-current-tag):
17742         Recognize Subversion's log output format.
17744         * international/fontset.el: Build the list L at compile time.
17746         * language/ind-util.el (mapthread): Make a closure.
17748 2001-12-15  Richard M. Stallman  <rms@gnu.org>
17750         * isearch.el (isearch-start-hscroll): New variable.
17751         (isearch-mode): Set isearch-start-hscroll.
17752         (isearch-update): Restore original hscrolling if possible.
17754         * isearch.el (isearch-edit-string):
17755         Treat isearch-yank-word-or-char specially, like isearch-yank-word.
17757         * emacs-lisp/debug.el (debugger-previous-backtrace): New variable.
17758         (debugger-make-xrefs): Optimize by (1) using skip-syntax-forward
17759         rather than regexp search and (2) copying text properties
17760         already set up on text unchanged from the previous backtrace.
17762         * case-table.el (set-case-syntax-pair):
17763         Detect invalid calls and signal an error.
17765 2001-12-15  Richard M. Stallman  <rms@gnu.org>
17767         * language/ind-util.el (range): Function deleted.
17768         (indian-regexp-of-hashtbl-keys): Renamed from `regexp-of-hashtbl-keys'.
17769         All calls changed.
17771         * language/devan-util.el (devanagari-range): Renamed from `range'.
17772         All calls changed.
17773         (devanagari-regexp-of-hashtbl-keys):
17774         Renamed from `regexp-of-hashtbl-keys'.  All calls changed.
17776 2001-12-15  Dave Love  <fx@gnu.org>
17778         * language/ind-util.el: Don't require cl.
17779         (indian-glyph-char, indian-glyph-max-char)
17780         (indian-char-glyph): Moved from indian.el
17781         (indian--puthash-char, mapthread): Don't quote lambda.
17782         (indian--map): New function.
17783         (indian--puthash-v, indian--puthash-c, indian--puthash-m)
17784         (indian--puthash-cv): Use it.
17786         * language/indian.el (indian-glyph-char, indian-glyph-max-char)
17787         (indian-char-glyph): Moved to ind-util.el
17789         * language/devan-util.el (devanagari-post-read-conversion):
17790         New function.
17792         * language/georgian.el: New file.
17794         * international/mule-cmds.el (locale-language-names): Add various
17795         entries.  Remove utf-8 special case.
17796         (locale-charset-language-names, locale-preferred-coding-systems):
17797         Add utf-8 case.
17798         (set-language-environment): Process required-features earlier.
17800         * international/quail.el (quail-keyboard-layout-alist):
17801         Add pc105-uk.
17802         (quail-keyboard-layout-type): Fix :type.
17803         (quail-choose-completion-string): Simplify.
17804         (quail-update-leim-list-file): Don't get fooled by commented-out code.
17805         (quail-input-string-to-events): Run events through
17806         translation-table-for-input.
17808         * international/mule-conf.el (translation-table-for-input):
17809         New variable.
17810         (latin-iso8859-14): Amend description.
17811         (file-coding-system-alist): Add entry for utf-8.
17813         * language/utf-8-lang.el: New file.
17815         * international/code-pages.el: New file.
17817         * language/hebrew.el ("Windows-1255"): New language.
17819         * language/european.el ("Welsh", "Latin-7", "Lithuanian")
17820         ("Latvian"): New languages.
17822 2001-12-14  Stefan Monnier  <monnier@cs.yale.edu>
17824         * xml.el: Use setq rather than (set 'foo bar).
17825         Use push+nreverse rather than append.
17826         (xml-node-name, xml-node-attributes, xml-node-children):
17827         Use defsubst rather than macros.
17828         (xml-parse-region): Handle a nil return value from xml-parse-tag.
17829         (xml-parse-tag): Don't skip white space.  Return nil for a comment.
17830         Concat the two strings surrounding a comment into a single string.
17832         * newcomment.el (comment-indent): Jump to the middle of empty comments.
17834 2001-12-14  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
17836         * select.el (xselect-convert-to-class, xselect-convert-to-name):
17837         Document.
17839 2001-12-14  Andre Spiegel  <spiegel@gnu.org>
17841         * vc-hooks.el (vc-checkout-model, vc-state, vc-workfile-version):
17842         Return nil if FILE is not registered.
17843         (vc-check-master-templates, vc-default-make-version-backups-p):
17844         Doc fix.
17846 2001-12-13  David Ponce  <david@dponce.com>
17848         * ruler-mode.el (ruler-mode-extra-left-cols): Remove.
17849         (ruler-mode-left-fringe-cols): New macro.
17850         (ruler-mode-right-fringe-cols): New macro.
17851         (ruler-mode-left-scroll-bar-cols): New macro.
17852         (ruler-mode-right-scroll-bar-cols): New macro.
17853         (ruler-mode-ruler): Use above new macros.
17855 2001-12-13  Richard M. Stallman  <rms@gnu.org>
17857         * files.el (set-auto-mode): Fix previous change.
17859 2001-12-13  Stefan Monnier  <monnier@cs.yale.edu>
17861         * emacs-lisp/easymenu.el (easy-menu-intern): New fun.
17862         (easy-menu-do-define, easy-menu-convert-item-1)
17863         (easy-menu-define-key-intern, easy-menu-get-map): Use it.
17864         (easy-menu-return-item): Only return nil if there is no binding.
17866 2001-12-13  Rajesh Vaidheeswarran  <rv@gnu.org>
17868         * whitespace.el (whitespace-version): 3.2
17869         * whitespace.el (whitespace-force-mode-line-update): Replace with
17870         `whitespace-mode-line-update', which is an alias to the correct
17871         function in various emacsen.
17872         * whitespace.el (whitespace-{un,}highlight-the-space):
17873         Add colorized highlighting of the bogus whitespaces in a buffer/file,
17874         using the `whitespace-highlight-face' if
17875         `whitespace-display-spaces-in-color' is set.
17877 2001-12-13  Eli Zaretskii  <eliz@is.elta.co.il>
17879         * international/mule.el (set-auto-coding): Don't search for
17880         "unibyte:" or "coding:" if set-auto-mode-1 returns nil.
17882 2001-12-13  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
17884         * mail/mailabbrev.el (mail-abbrevs-setup): Do not use make-local-hook.
17886         * mail/rmail.el (rmail-fontify-buffer-function): Likewise.
17888         * mail/rmailsum.el (rmail-summary-mode): Likewise.
17890 2001-12-13  Richard M. Stallman  <rms@gnu.org>
17892         * simple.el (undo): Always set this-command to `undo',
17893         so that the next undo after an error will not begin redoing.
17895         * simple.el (shell-command): Doc fix.
17896         (shell-command-on-region): If there is output an an error,
17897         add "...Shell command failed" to the output.
17899 2001-12-13  David Ponce  <david@dponce.com>
17901         * ruler-mode.el (ruler-mode-left-fringe-cols): Variable removed.
17902         (ruler-mode-left-fringe-cols): Function replaced by more efficient
17903         implementation `ruler-mode-extra-left-cols'.
17904         (ruler-mode-ruler): Use above new function.  Take into account
17905         that the fringe areas can now be resized.
17907 2001-12-12  Richard M. Stallman  <rms@gnu.org>
17909         * international/characters.el (Unicode): Comment out
17910         the specifications for kelvin and angstrom signs.
17912         * international/mule.el (make-translation-table-from-vector):
17913         Allow null elements in VEC.
17915         * international/ucs-tables.el (unify-8859-on-encoding-mode)
17916         (unify-8859-on-decoding-mode): Swap the code in their bodies.
17917         Add :version.
17919 2001-12-11  Richard M. Stallman  <rms@gnu.org>
17921         * derived.el (derived-mode-p): Function moved to subr.el.
17923         * subr.el (derived-mode-p): Moved here from derived.el.
17925         * international/mule.el (set-auto-coding): Use set-auto-mode-1.
17927         * files.el (set-auto-mode-1): New subroutine, broken out of
17928         set-auto-mode.
17929         (set-auto-mode, hack-local-variables-prop-line): Use that.
17931 2001-12-11  Dave Love  <fx@gnu.org>
17933         * language/thai-util.el, language/thai.el: Add Unicode equivalents.
17935         * language/european.el: Remove autoload cookies.  Fix registration
17936         of diacritic composition function.
17938 2001-12-11  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
17940         * calendar/todo-mode.el: Require time-stamp.
17942         * net/zone-mode.el (zone-mode): Don't use make-local-hook.
17944 2001-12-11  Richard M. Stallman  <rms@gnu.org>
17946         * emacs-lisp/authors.el (authors-aliases): Delete "Richard Stallmao".
17948         * textmodes/ispell.el (ispell-buffer-local-parsing):
17949         Match xml like sgml.
17951         * emacs-lisp/advice.el (ad-compile-function):
17952         Byte compile the function under another (uninterned) name.
17954         * gud.el (gdb): Define and bind gud-jump.
17956         * font-lock.el (font-lock-mode):
17957         Put our function at the end of after-change-functions.
17959         * ediff-diff.el (ediff-cmp-options): Doc fix.
17961         * comint.el (comint-password-prompt-regexp): Match "UNIX Password".
17963 2001-12-10  Richard M. Stallman  <rms@gnu.org>
17965         * isearch.el (isearch-yank-word-or-char): New function.
17966         (isearch-mode-map): Bind C-w to that.
17968         * menu-bar.el (menu-bar-mode): Make arg optional.
17970         * simple.el (line-move): Cope if next-single-property-change
17971         or previous-single-property-change returns nil.
17973         * emacs-lisp/lisp-mnt.el (lm-verify): New arg NON-FSF-OK.
17974         Don't use interactive-p; instead, pass the proper args
17975         in (interactive...).  Clean up most of the trouble-report strings.
17977 2001-12-10  Eli Zaretskii  <eliz@is.elta.co.il>
17979         * mail/smtpmail.el (smtpmail-send-queued-mail): Insert the
17980         enqueued messages literally.
17982 2001-12-10  Noah Friedman  <friedman@splode.com>
17984         * battery.el (battery-insert-file-contents): Obsolete function
17985         removed.
17986         (battery-read-function): Obsolete function removed.
17987         (battery-linux-proc-apm): Use insert-file-contents.
17989 2001-12-07  Stephen Eglen  <stephen@gnu.org>
17991         * iswitchb.el (iswitchb-visit-buffer):
17992         Use `select-frame-set-input-focus'--needed when window manager
17993         uses "click to focus" policy.
17995 2001-12-09  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
17997         * COPYING: Moved back.
17999 2001-12-07  Eli Zaretskii  <eliz@is.elta.co.il>
18001         * term/internal.el (IT-character-translations): Add entries for
18002         more points.
18004         * international/characters.el: Resurrect the Hebrew category
18005         settings for all Hebrew characters removed by the last change.
18006         Add code for setting the Hebrew category of the Unicode Hebrew
18007         characters.  Set syntax entries for Hebrew punctuation characters.
18009         * international/ucs-tables.el (ucs-8859-8-alist): Add Hebrew
18010         points and directional formatting control characters.
18012 2001-12-07  Dave Love  <fx@gnu.org>
18014         * language/lao-util.el: Add Unicode equivalents for rules.
18015         (lao-post-read-conversion): New function.
18017         * language/lao.el: Add Unicode equivalents.
18018         (lao): Add post-read conversion.
18020         * international/latin1-disp.el: Fix some 8-bit-graphic characters.
18021         Use iso2022 encoding.
18022         (latin1-char-displayable-p): Doc fix.
18023         (latin1-display-ucs-per-lynx): New option.
18024         (latin1-display-ucs-per-lynx): New command.
18025         (latin1-display-reset): Special-case arabic.
18026         (ucs-tables): Require.
18027         (latin1-display-sets, latin1-display-setup): Add arabic.
18028         (latin1-display) <variable>: Use function latin1-display.
18029         (latin1-display) <function>: Add mule-unicode stuff.
18030         (latin1-display-check-font): Don't lose if `info' is nil.
18032         * international/iso-transl.el: Insert Latin-1 characters, not
18033         unibyte codes.
18035         * language/european.el (diacritic-composition-pattern): New constant.
18036         (diacritic-compose-region, diacritic-compose-string)
18037         (diacritic-compose-buffer, diacritic-post-read-conversion)
18038         (diacritic-composition-function): New functions.
18040         * international/utf-8.el (ucs-mule-to-mule-unicode):
18041         New translation table.
18042         (ccl-encode-mule-utf-8): Use it.
18043         (utf-8-untranslated-to-ucs, utf-8-help-echo, utf-8-compose)
18044         (utf-8-post-read-conversion, utf-8-pre-write-conversion): New function.
18045         (utf-8-subst-table): New variable.
18046         (utf-8-compose-scripts): New option.
18047         (mule-utf-8): Update safe-charsets, pre-write and post-read conversion.
18049         * international/ucs-tables.el, international/utf-8-subst.el:
18050         New files.
18052         * international/characters.el: Don't set word syntax (the default)
18053         explicitly.  Add a diacritic category.  Add info for Unicode
18054         equivalents of characters in various Mule charsets and for extra
18055         Unicode characters.  Don't define specific categories for
18056         Indian/Devanagari, since they aren't used.
18058 2001-12-06  Richard M. Stallman  <rms@gnu.org>
18060         * textmodes/fill.el (set-justification): Rename arg VALUE to STYLE.
18061         (set-justification-left, set-justification-right): Doc fix.
18063         * progmodes/f90.el (f90-break-line): Use (newline 1) to insert newline.
18064         (bug-f90-mode): Variable deleted.
18066 2001-12-06  Stefan Monnier  <monnier@cs.yale.edu>
18068         * indent.el (indent-line-function): Default is indent-relative again.
18070 2001-12-07  Miles Bader  <miles@gnu.org>
18072         * progmodes/compile.el (compilation-error-regexp-alist):
18073         Added regexps for RXP.
18075 2001-12-05  Eli Zaretskii  <eliz@is.elta.co.il>
18077         * progmodes/cwarn.el (cwarn-font-lock-match-assignment-in-expression):
18078         Add shift-assignment operators to those highlighted, and highlight
18079         the whole operator rather than just the "=".
18081 2001-12-04  Juanma Barranquero  <lektu@terra.es>
18083         * files.el (save-abbrevs, save-some-buffers): Don't ask the user
18084         before saving abbrevs if `save-abbrevs' has the value `silently'.
18086 2001-12-04  Andreas Schwab  <schwab@suse.de>
18088         * xt-mouse.el (turn-off-xterm-mouse-tracking): Doc fix.
18090 2001-12-04  Colin Walters  <walters@debian.org>
18092         * emacs-lisp/autoload.el (make-autoload): Also generate autoloads
18093         for `defmacro*' forms.
18095         * emacs-lisp/lisp-mode.el (toplevel): Define docstring offset for
18096         `defmacro*'.
18098 2001-12-03  Stefan Monnier  <monnier@cs.yale.edu>
18100         * progmodes/antlr-mode.el (antlr-c-common-init): Undo last change.
18102 2001-12-02  Richard M. Stallman  <rms@gnu.org>
18104         * files.el (insert-directory): If the df output does not look right,
18105         don't try to use it.  Other cleanups in overall code structure.
18107 2001-12-02  Stefan Monnier  <monnier@cs.yale.edu>
18109         * textmodes/outline.el (outline-mode-prefix-map):
18110         Add bindings for outline-promote and outline-demote.
18111         (outline-minor-mode-menu-bar-map): New var.
18112         (outline-minor-mode): Use it.
18113         (outline-heading-alist): New var (renamed from outline-level-heading).
18114         (outline-level): Use it.
18115         (outline-insert-heading, outline-promote, outline-demote):
18116         Update to use outline-heading-alist.
18118         * disp-table.el (standard-display-european):
18119         Simplify since the function is not interactive any more.
18120         Don't set the existing buffers to unibyte.
18122         * pcvs-util.el (cvs-file-to-string): Move condition-case outside.
18124         * pcvs.el (cvs-reread-cvsrc): Don't use cvs-file-to-string.
18126         * reveal.el (reveal-mode): Fix reveal-mode's lighter.
18128         * shell.el (shell): Use shell-file-name.
18129         Pop to buffer before calling comint to set COLUMNS properly.
18131         * emacs-lisp/cl.el (svref): New alias.
18133         * progmodes/antlr-mode.el (antlr-c-common-init):
18134         Don't inhibit adaptive-fill-mode any more.
18136         * progmodes/delphi.el (delphi-mode): Don't use make-local-hook.
18138         * progmodes/etags.el (tags-with-face): Use make-symbol.
18139         (tags-search, tags-query-replace): Use backquotes.
18141         * textmodes/picture.el (picture-mode-map): Don't use defconst
18142         for a variable.
18144 2001-12-02  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
18146         * textmodes/reftex-index.el (reftex-index-mode):
18147         Remove make-local-hook.
18149         * textmodes/reftex-toc.el (reftex-toc-mode): Likewise.
18151 2001-12-02  Kim F. Storm  <storm@cua.dk>
18153         * isearch.el (isearch-resume-enabled): New variable.
18154         (isearch-done): Use that variable.
18156 2001-12-01  Richard M. Stallman  <rms@gnu.org>
18158         * wid-edit.el (widget-button-click): Don't move point permanently:
18159         Avoid mouse-set-point--instead select the window,
18160         then do save-excursion, then move point.
18161         Specify the buffer for get-char-property.
18162         Don't use `@' in interactive.
18164         * indent.el (indent-line-function):
18165         Default is indent-to-left-margin again.
18167         * replace.el (query-replace-read-args): Display message
18168         if FROM contains `\n' or `\t'.
18170 2001-12-01  Stefan Monnier  <monnier@cs.yale.edu>
18172         * indent.el (tab-to-tab-stop): Use delete-horizontal-space.
18174         * bindings.el (minibuffer-local-map): Bind TAB to insert-tab.
18176         * emacs-lisp/regexp-opt.el (regexp-opt):
18177         Bind completion-regexp-list to nil.
18179         * progmodes/hideif.el (hif-nexttoken): Move to before first def.
18181 2001-12-01  Eli Zaretskii  <eliz@is.elta.co.il>
18183         * progmodes/idlwave.el, progmodes/idlw-rinfo.el:
18184         * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el:
18185         Update maintainer.
18187 2001-11-30  Stefan Monnier  <monnier@cs.yale.edu>
18189         * mail/smtpmail.el: Use with-current-buffer.
18190         (message-make-date, message-make-message-id): Autoload when needed.
18191         (smtpmail-send-it): Use them to add `Date:' and `Message-Id:'
18192         headers when missing.
18194         * international/encoded-kb.el (encoded-kbd-mode):
18195         Use define-minor-mode.
18197         * enriched.el (enriched-mode): Use define-minor-mode.
18198         Use dolist and pop and push.
18200         * info.el (Info-find-node-2): Don't call info-insert-file-contents
18201         with the `visit' argument.
18202         (Info-extract-menu-node-name): Use `replace-regexps-in-string'.
18204         * progmodes/hideif.el (hide-ifdef-mode): Only modify
18205         `change-major-mode-hook' locally.  Reset invisibility spec.
18207         * man.el (Man-build-section-alist): Remove last Man-match-substring.
18209 2001-11-30  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
18211         * textmodes/paragraphs.el (mark-paragraph): Clarify doc.
18212         Clarify error message.
18214 2001-11-29  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
18216         * textmodes/paragraphs.el (mark-paragraph): Allow prefix arg.
18218 2001-11-30  Andre Spiegel  <spiegel@gnu.org>
18220         * vc-cvs.el (vc-cvs-parse-status): Store file state in property,
18221         don't just return it.
18223 2001-11-30  Eli Zaretskii  <eliz@is.elta.co.il>
18225         * menu-bar.el (menu-bar-read-lispref, menu-bar-read-lispintro)
18226         (menu-bar-read-emacs-man, search-emacs-glossary)
18227         (emacs-index-search, elisp-index-search): New functions.
18228         (apropso-documentation, apropos, apropos-value, apropos-variable)
18229         (apropos-commands): Modify menu item names and help text.
18230         (elisp-index-search, emacs-index-search, emacs-glossary):
18231         New menu items.
18232         (menu-bar-manuals-menu): Move the Ordering Manuals item to a
18233         submenu.
18234         (info-elisp, info-elintro): New menu items.
18235         (apropos): Modify the menu item name.
18237 2001-11-30  Stefan Monnier  <monnier@cs.yale.edu>
18239         * emacs-lisp/lisp-mode.el (read-if): Add lisp-indent-function prop.
18241         * textmodes/outline.el (outline-promote, outline-demote): Typo.
18243         * man.el (man-follow-mouse): New function.
18244         (Man-mode-map): Bind mouse-2 to it.
18245         (Man-match-substring): Remove.  Replace with `match-string'.
18246         (man): Use the `default-value' argument to `read-string'.
18247         (Man-fontify-manpage): Add mouse-face to cross references.
18249         * emacs-lisp/cl-macs.el (shiftf): Fix more.  Simplify.
18251 2001-11-29  Stefan Monnier  <monnier@cs.yale.edu>
18253         * emacs-lisp/crm.el (completing-read-multiple): Better preserve
18254         the value of require-match in minibuffer-completion-confirm.
18255         Use crm-local-completion-map.
18257         * emacs-lisp/cl-macs.el (shiftf): Fix the fast case so
18258         (let ((a 1) (b 2)) (shiftf a b (cons a b)) b) returns (1 . 2).
18259         (cl-make-type-test): Use char-valid-p for `character'.
18261         * info.el (Info-complete-next-re, Info-complete-cache): New vars.
18262         (Info-complete-menu-item): Rewrite.  Add the ability to search
18263         several sequential nodes.  Add a simple caching mechanism.
18264         (Info-goto-index): New function extracted from Info-index.
18265         (Info-index): Use it.  Add completion to the interactive spec.
18266         (Info-menu-update): Simplify call to `Info-complete-menu-item'.
18268 2001-11-29  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
18270         * COPYING: Removed.
18272 2001-11-29  Dave Love  <fx@gnu.org>
18274         * progmodes/fortran.el: Fontify rewind, backspace.  Doc fixes.
18275         (fortran-window-create, fortran-window-create-momentarily):
18276         Rewrite, moving error condition.
18277         (fortran-beginning-do, fortran-beginning-if): Fix regexps.
18278         (fortran-mode-syntax-table): Revert last change.
18280         * international/mule.el: Doc fixes.
18281         (map-charset-chars): New function.
18282         (register-char-codings): Use it to cope with generic chars in
18283         safe-chars.
18285 2001-11-29  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
18287         * play/blackbox.el (blackbox-mode, blackbox): Doc fix.
18289         * play/cookie1.el (cookie, cookie-insert, shuffle-vector): Doc fixes.
18291         * play/studly.el (studlify-word, studlify-region)
18292         (studlify-buffer): Fix doc-string.
18293         (studlify-buffer): Add autoload cookie.
18295 2001-11-28  Stefan Monnier  <monnier@cs.yale.edu>
18297         * textmodes/outline.el (outline-up-heading): Add `invisible-ok' arg.
18298         (outline-up-heading-all): Remove.
18299         (hide-sublevels): Move to end-of-heading before calling flag-region.
18300         (outline-copy-overlay, outline-discard-overlays): Remove.
18301         (outline-flag-region): Use `remove-overlays'.
18302         Don't move to end-of-heading.
18303         (outline-next-visible-heading, outline-back-to-heading)
18304         (outline-on-heading-p): Use outline-invisible-p.
18305         (outline-font-lock-level): Use outline-up-heading's new arg.
18306         (outline-minor-mode): Simplify.
18307         (outline-map-tree, outline-reveal-toggle-invisible): New funs.
18308         (outline): Put a `reveal-toggle-invisible' property.
18309         (outline-level-heading): New var.
18310         (outline-insert-heading, outline-promote, outline-demote)
18311         (outline-toggle-children): New commands.
18313         * progmodes/hideif.el (hif-end-of-line): New function.
18314         (hide-ifdef-mode): Set line-move-ignore-invisible.
18315         (hide-ifdef-region-internal): New function.
18316         (hide-ifdef-region): Use it.
18317         (hif-defined): Return an integer.
18318         (hif-infix-to-prefix): Remove.
18319         (hif-tokenize): Parse from the buffer rather than from a string.
18320         Correctly tokenize integers.  Use forward-comment.
18321         (hif-expr): Use hif-or.
18322         (hif-term): Use hif-and.
18323         (hif-factor): Use hif-not.  Handle numbers properly.
18324         Don't require parenthesis around `defined's argument.
18325         (hif-and, hif-or, hif-not): New funs.
18326         (hif-canonicalize): Pass a region to hif-tokenize.  Use hif-not.
18327         (hif-hide-line): Don't hide the \n before the line.
18328         (hif-possibly-hide): Correctly handle numeric evaluation results.
18330         * progmodes/make-mode.el: Use line-(end|beginning)-position.
18331         (makefile-mode): Set indent-line-function.
18332         (makefile-browser-insert-continuation): Use with-current-buffer.
18333         (makefile-beginning-of-line-point, makefile-end-of-line-point): Remove.
18335 2001-11-28  Karl Fogel  <kfogel@red-bean.com>
18337         * isearch.el (isearch-yank-internal): New helper function.
18338         (isearch-yank-char): New function.
18339         (isearch-yank-word, isearch-yank-line): Rewrite to use
18340         isearch-yank-internal.
18342 2001-11-28  Eli Zaretskii  <eliz@is.elta.co.il>
18344         * mouse.el (mouse-set-font): Make it a no-op if multiple fonts
18345         aren't supported.  Print a message to that effect if invoked.
18347 2001-11-27  Stephen Eglen  <stephen@gnu.org>
18349         * locate.el (locate): Put point at first matching file rather
18350         than top of buffer.
18352 2001-11-27  Stefan Monnier  <monnier@cs.yale.edu>
18354         * reveal.el: New file.
18356         * progmodes/hideif.el: Misc cleanup.
18357         (hide-ifdef-mode-submap): Put the def in the defvar.
18358         Use substitute-key-definition.
18359         (hide-ifdef-mode): Use define-minor-mode.
18360         (hif-outline-flag-region): Remove.
18361         (hif-show-all): Define in terms of hif-show-ifdef-region.
18362         (hif-after-revert-function): Rename from hif-before-revert-function.
18363         (hide-ifdef-region, hif-show-ifdef-region): Use overlays.
18364         (hif-tokenize): Use with-syntax-table.
18365         (hif-make-range): Use `else' also for `else-p'.
18366         (hif-range-else-p): Remove.
18367         (hif-find-range): Simplify.
18368         (hif-hide-line): Don't bother preserving buffer-modified-p.
18369         (hide-ifdefs, show-ifdefs, hide-ifdef-block, show-ifdef-block):
18370         Don't use selective-display and inhibit-read-only.
18372         * subr.el (copy-overlay, remove-overlays): New funs.
18374         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix off-by-two error.
18376 2001-11-27  Sam Steingold  <sds@gnu.org>
18378         * ansi-color.el, bookmark.el, dired.el, emerge.el, fast-lock.el
18379         * lazy-lock.el, mouse-sel.el, mail/feedmail.el
18380         * emacs-lisp/advice.el, emacs-lisp/checkdoc.el, emacs-lisp/ewoc.el
18381         * obsolete/c-mode.el, obsolete/cplus-md.el
18382         * progmodes/dcl-mode.el, progmodes/idlw-shell.el, progmodes/idlwave.el
18383         * term/sun-mouse.el, textmodes/artist.el:
18384         Converted backquote to the new style.
18385         * mouse.el, reposition.el: Likewise (in comments).
18386         * expand.el: Likewise (in a string).
18388 2001-11-27  Richard M. Stallman  <rms@gnu.org>
18390         * cus-edit.el (custom-load-symbol): Don't always load locate-library.
18392 2001-11-26  Richard M. Stallman  <rms@gnu.org>
18394         * wid-edit.el (widget-toggle-value-create): On graphic terminal,
18395         if :on-glyph or :off-glyph is a list, eval it and store it back.
18396         (checkbox): Quote the values for :on-glyph and :off-glyph.
18398         * cus-start.el (recursive-load-depth-limit): Delete item.
18400 2001-11-26  Stefan Monnier  <monnier@cs.yale.edu>
18402         * help-fns.el (describe-categories, help-describe-category-set): New.
18403         describe-categories moved here from src/category.c.
18405 2001-11-26  Sam Steingold  <sds@gnu.org>
18407         * progmodes/cc-mode.el (c-submit-bug-report): Make sure that the
18408         arguments to `insert' are strings.
18410 2001-11-26  Richard M. Stallman  <rms@gnu.org>
18412         * startup.el (command-line-1): Call kill-buffer only in non-fancy case.
18414 2001-11-26  Eli Zaretskii  <eliz@is.elta.co.il>
18416         * international/mule-diag.el: Require help-fns instead of
18417         help-funs.
18419         * help-fns.el: Renamed from help-funs.el.
18421         * startup.el (command-line-1): Don't try to call process-list if
18422         it is not fboundp.
18424 2001-11-26  Sam Steingold  <sds@gnu.org>
18426         * frame.el (show-trailing-whitespace): Remove :set argument (the
18427         value was essentially identical to the defalt).
18429 2001-11-26  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
18431         * hexl.el (hexl-mode, hexl-follow-ascii): Remove make-local-hook.
18433         * icomplete.el (icomplete-minibuffer-setup): Likewise.
18435         * hilit-chg.el (hilit-chg-set): Likewise.
18437         * speedbar.el (speedbar-mode): Likewise.
18439         * calendar/calendar.el (calendar-mode): Likewise.
18441         * play/yow.el (psychoanalyze-pinhead): Use insert instead of
18442         insert-string.
18444         * play/gamegrid.el (gamegrid-init-buffer): Likewise.
18446         * term/bg-mouse.el (bg-insert-moused-sexp): Likewise.
18448         * term/sun-mouse.el (sun-yank-selection): Likewise.
18450         * textmodes/bib-mode.el (return-key-bib): Likewise.
18452         * calendar/appt.el (appt-disp-window): Likewise.
18454         * calendar/diary-lib.el (list-diary-entries): Likewise.
18456         * array.el (array-reconfigure-rows): Likewise.
18458         * filecache.el (file-cache-minibuffer-complete): Likewise.
18460         * obsolete/cplus-md.el (fill-c++-comment): Likewise.
18462         * strokes.el (strokes-prompt-user-save-strokes): Likewise.
18464         * allout.el (outline-version, outline-open-topic)
18465         (outline-rebullet-heading, outline-insert-listified)
18466         (outline-latex-verbatim-quote-curr-line)
18467         (outline-latexify-one-item, outlineify-sticky): Likewise.
18469         * vc.el (vc-next-action-on-file): Likewise.
18470         (vc-dired-mode): Remove make-local-hook.
18472 2001-11-26  Andre Spiegel  <spiegel@gnu.org>
18474         * vc.el (vc-find-version): New function.
18475         (vc-version-other-window): Redefined in terms of the above.
18477         * log-view.el (log-view-find-version): New function.
18478         (log-view-mode-map): Bind it to `f'.
18480 2001-11-26  Gerd Moellmann  <gerd@gnu.org>
18482         * language/devan-util.el (dev-char-glyph): Escape `"' in
18483         string literals.
18484         (dev-glyph-glyph, dev-glyph-glyph-2)
18485         (devanagari-compose-syllable-region): Likewise.
18487 2001-11-26  Richard M. Stallman  <rms@gnu.org>
18489         * window.el (save-selected-window): No error if saved window is dead.
18491         * help-funs.el (describe-syntax): Put (interactive) after doc string.
18493 2001-11-26  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
18495         * international/quail.el (quail-help): Require help-mode in
18496         top-level instead.
18498         * iswitchb.el (iswitchb-exhibit): Use insert instead of
18499         insert-string.
18501         * icomplete.el (icomplete-exhibit): Likewise.
18503 2001-11-25  Stefan Monnier  <monnier@cs.yale.edu>
18505         * diff-mode.el (diff-end-of-hunk): Watch out for ambiguities.
18506         (diff-hunk-kill): Simplify.
18507         (diff-post-command-hook): Only apply to a single hunk.
18508         (diff-hunk-text): Make `char-offset' non-optional.
18509         (diff-find-text): Return a cons cell.
18510         (diff-find-approx-text): New fun.
18511         (diff-find-source-location): Use it.
18512         (diff-apply-hunk, diff-test-hunk, diff-goto-source):
18513         Adapt to new retval of diff-find-text.
18515         * vc-cvs.el (vc-cvs-parse-entry): Rewrite, comparing the string-
18516         rather than integer- representation of dates.
18518         * textmodes/fill.el (fill-indent-according-to-mode): Default to nil.
18520         * emacs-lisp/syntax.el: Don't profile syntax-ppss any more.
18521         (syntax-after): New fun.
18523         * help-funs.el (describe-syntax): New fun.
18525         * font-lock.el (font-lock-cache-state, font-lock-cache-position)
18526         (font-lock-ppss-stats, font-lock-ppss): Remove.
18527         (font-lock-fontify-syntactically-region): Remove tuning code.
18528         (font-lock-compile-keywords): Fix off-by-one bug.
18529         (font-lock-set-defaults): Don't set removed vars.
18530         (c-keywords): Add `inline'.
18531         (c-type-names): Add `_Complex', `_Imaginary' and `_Bool'.
18533         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
18534         Set syntax-begin-function.
18535         (lisp-interaction-mode-abbrev-table): Defvar to its correct value.
18536         (lisp-interaction-mode): Don't set local-abbrev-table any more.
18537         (lisp-mode-auto-fill): Use syntax-ppss and obey
18538         comment-auto-fill-only-comments.
18539         (lisp-fill-paragraph): Use syntax-ppss.
18541 2001-11-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
18543         * mail/rmail.el (rmail-enable-mime-composing): New. A lightweight
18544         version of rmail-enable-mime.
18545         (rmail-forward): Use it.
18547 2001-11-25  Richard M. Stallman  <rms@gnu.org>
18549         * emacs-lisp/lisp-mode.el (lisp-indent-function): Add doc string.
18551         * international/quail.el (quail-keyboard-layout-button):
18552         Define button type.
18553         (quail-keyboard-customize-button): Likewise.
18554         (quail-help): Use those button types.  Require `help-mode'.
18555         Avoid altering the argument `package'.
18557         * help-mode.el (help-function, help-variable, help-face)
18558         (help-coding-system, help-input-method, help-character-set):
18559         Define each button type with its own explicit define-button-type.
18561         * language/devan-util.el: Comment out parts of the file
18562         which apparently are garbled.
18564 2001-11-25  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
18566         * mail/smtpmail.el (smtpmail-deduce-address-list): Don't use
18567         insert-string.
18569 2001-11-25  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
18571         * play/snake.el (snake-mode): Remove make-local-hook.
18573         * play/tetris.el (tetris-mode): Likewise.
18575         * play/decipher.el (decipher-mode): Likewise.
18577         * tmm.el (tmm-add-prompt): Likewise.
18579 2001-11-25  Sam Steingold  <sds@gnu.org>
18581         * menu-bar.el (menu-bar-apropos-menu): New variable.
18582         Moved all `apropos' bindings to this menu.
18583         (menu-bar-help-menu): Added `menu-bar-apropos-menu'.
18585 2001-11-24  KAWABATA, Taichi  <batta@beige.ocn.ne.jp>
18587         The following changes are for new indian languages support based
18588         on Unicode charset and CDAC fonts.
18590         * international/mule-conf.el: Change indian-1-column charset to
18591         indian-glyph charset.
18593         * international/characters.el: Adjusted for the change of
18594         indian-1-column -> indian-glyph.
18596         * international/fontset.el: Delete the setting for indian-1-column
18597         and add the setting for indian-glyph in the default fontset.
18599         * language/indian.el: Completely re-written.
18601         * language/devanagari.el: Completely re-written.
18603         * language/devan-util.el: Completely re-written.
18605         * language/ind-util.el: New file.
18607 2001-11-24  Richard M. Stallman  <rms@gnu.org>
18609         * startup.el (command-line-1): Don't do startup screen
18610         if a subprocess is running.  Call the startup screen buffer
18611         "GNU Emacs".  Make a special mode-line-format for it.
18613         * net/browse-url.el (browse-url-galeon-new-window-is-tab): New var.
18614         (browse-url-galeon): Use that variable.
18616         * mail/supercite.el (sc-toggle-var): Don't use set-variable or
18617         eval-expression.  Eval and set the variable simply.
18619         * files.el (temporary-file-directory): Use defcustom.
18620         (small-temporary-file-directory): Likewise.
18621         (normal-backup-enable-predicate): Move down in file
18622         after definition of temporary-file-directory.
18624         * bindings.el (last-buffer, unbury-buffer): Doc fixes.
18626 2001-11-24  Colin Walters  <walters@debian.org>
18628         * calc/calc-ext.el (calc-init-extensions): Update the rest of the
18629         autoload names to match files renamed on initial calc import.
18631         * calc/calc.el (Commentary): Cleanup, and add logistic curve
18632         fitting suggestion from Robert J. Chassell <bob@rattlesnake.com>.
18634 2001-11-23  Colin Walters  <walters@debian.org>
18636         * Makefile.in (finder_setwins, setwins): Include Calc again.
18638         * calc/calc-rules.el: Add header comment.
18640 2001-11-23  Andre Spiegel  <spiegel@gnu.org>
18642         * vc.el (with-vc-properties): Don't bind `filename' locally.
18643         (with-vc-file, edit-vc-file): Use `make-symbol' for local bindings
18644         to avoid name clashes.  Fix `lisp-indent-function' property for
18645         both.
18647 2001-11-23  Francesco Potort\e,Al\e(B  <pot@gnu.org>
18649         * generic-x.el (mailrc-generic-mode): Highlight the `source' keyword.
18651 2001-11-22  Colin Walters  <walters@debian.org>
18653         * calc/calc-misc.el (report-calc-bug):
18654         Use `reporter-prompt-for-summary-p'.
18656         * calc/INSTALL, calc/Makefile: Remove.
18658 2001-11-22  Miles Bader  <miles@gnu.org>
18660         * emacs-lisp/re-builder.el (reb-match-0, reb-match-1)
18661         (reb-match-2, reb-match-3): Add dark-background variants.
18663 2001-11-22  Colin Walters  <walters@debian.org>
18665         * calc/calc-misc.el (calc-info): Don't perform voodoo, just
18666         (info "Calc").
18667         (report-calc-bug): Use reporter.el.
18669         * mail/reporter.el (reporter-submit-bug-report): Doc fixes.
18671 2001-11-21  Richard M. Stallman  <rms@gnu.org>
18673         * which-func.el (which-function): Call imenu--make-index-alist
18674         if necessary to get a list of functions.
18675         (which-function-imenu-failed): New variable.
18676         (which-func-update): Handle all visible windows.
18677         (which-func-update-1): New subroutine broken out of which-func-update.
18679         * files.el (temporary-file-directory, null-device)
18680         (small-temporary-file-directory): Definitions moved up.
18682         * progmodes/cperl-mode.el (cperl-problems, cperl-tips)
18683         (cperl-non-problems, cperl-praise): Doc fixes.
18685         * progmodes/sh-script.el (sh-mode): Don't use define-derived-mode.
18686         (sh-mode-syntax-table): Function restored.
18687         Variable set up for use by function sh-mode-syntax-table.
18688         (sh-set-shell): Set the syntax table.
18690         * play/gomoku.el (gomoku-mode): Don't use define-derived-mode.
18692         * progmodes/perl-mode.el (perl-mode): Don't use define-derived-mode.
18694         * international/encoded-kb.el: Don't alter minor-map-alist.
18696 2001-11-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
18698         * files.el (auto-save-file-name-transforms): Put remote files in
18699         temporary-file-directory rather than /tmp.
18701 2001-11-21  Colin Walters  <walters@debian.org>
18703         * calc/calc-macs.el (calc-slow-wrapper): Move (point) call outside
18704         of (function ...) wrapper.
18706 2001-11-20  Stefan Monnier  <monnier@cs.yale.edu>
18708         * derived.el (define-derived-mode): Create the abbrev-table
18709         from inside the `defvar'.
18711         * jit-lock.el (jit-lock-defer-time): New var.
18712         (jit-lock-defer-timer, jit-lock-buffers): New vars.
18713         (jit-lock-mode): Initialize them.  Cancel the timers more carefully.
18714         (jit-lock-function): Defer fontification if requested.
18715         (jit-lock-stealth-chunk-start): Pay attention to the new non-nil value.
18716         (jit-lock-stealth-fontify): Check the new `jit-lock-defer-multiline'
18717         text property.
18718         (jit-lock-deferred-fontify): New fun.
18720 2001-11-20  Richard M. Stallman  <rms@gnu.org>
18722         * emacs-lisp/lisp-mode.el (lisp-interaction-mode):
18723         Set local-abbrev-table to lisp-mode-abbrev-table.
18725         * emacs-lisp/re-builder.el (reb-mode):
18726         Don't use define-derived-mode.  Call kill-all-local-variables.
18728         * emacs-lisp/lisp-mode.el (lisp-mode, emacs-lisp-mode):
18729         Don't use define-derived-mode.
18731         * help-mode.el (help-mode): Undo 2001-10-07 change.
18733         * replace.el (occur-mode): Undo 2001-5-20 change.
18735 2001-11-20  Jason Rumney  <jasonr@gnu.org>
18737         * w32-fns.el (w32-system-coding-system): Change to an alias for
18738         locale-coding-system.
18739         (set-w32-system-coding-system): Document the above change.
18740         Set locale-coding-system instead.
18742 2001-11-20  Richard M. Stallman  <rms@gnu.org>
18744         * ruler-mode.el: Add pagination.
18745         (ruler-mode-toggle-show-tab-stops): No need to
18746         test `ruler-mode' variable.
18748 2001-11-20  Eli Zaretskii  <eliz@is.elta.co.il>
18750         * play/landmark.el: Mark lm-mode as special.
18752         * play/gomoku.el: Mark gomoku-mode as special.
18754 2001-11-20  Juanma Barranquero  <lektu@terra.es>
18756         * emacs-lisp/re-builder.el (reb-change-target-buffer): New function.
18757         (top-level): Bind it to C-c C-b.
18758         (re-builder): Don't re-enter RE Builder Mode.
18760         * bs.el (bs-delete): Signal an error if the buffer cannot be deleted.
18762 2001-11-20  Stefan Monnier  <monnier@cs.yale.edu>
18764         * progmodes/cperl-mode.el (cperl-perldoc): Require man before binding
18765         `manual-program'.
18767         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Don't move back
18768         to a line without a comment.
18770 2001-11-20  Eli Zaretskii  <eliz@is.elta.co.il>
18772         * dired.el (dired-listing-switches): Mention in the doc string
18773         that some switches are not supported by ls-lisp.el
18775 2001-11-19  Stefan Monnier  <monnier@cs.yale.edu>
18777         * imenu.el (imenu--split-menu): Use dolist and copy-sequence.
18778         (imenu--create-keymap-2): Remove.
18779         (imenu--create-keymap-1): Simplify, remove third argument.
18780         (imenu--generic-function): Use dolist.
18781         (imenu-find-default): New function.
18782         (imenu--completion-buffer): Use it.
18783         (imenu--mouse-menu): Use popup-menu.
18784         (imenu--menubar-select): Return t rather than calling imenu.
18786         * textmodes/fill.el (fill-delete-prefix, fill-delete-newlines):
18787         New functions, extracted from fill-region-as-paragraph.
18788         (fill-region-as-paragraph): Use them.
18789         Use an end marker instead of eob.
18790         Ignore whitespace-only fill-prefixes when indenting according to mode.
18791         Simplify the loop that searches for spaces backwards.
18793         * textmodes/picture.el (picture-vertical-step)
18794         (picture-horizontal-step): Don't use defconst for variables.
18796         * mail/mail-extr.el: Use backquote/dolist/mapc/when.  Docstring fixes.
18797         (mail-extract-address-components): Downcase domain names.
18798         (mail-extr-delete-char): Remove.  Use delete-char instead.
18800         * emulation/pc-select.el: Doc string fixes.
18801         (pc-selection-mode): Don't treat macos as a tty.
18803         * emacs-lisp/lisp.el (mark-sexp): Mark more if repeated.
18805         * progmodes/cc-engine.el (c-parse-state): Typo. From Martin Stjernholm.
18807         * mwheel.el (mouse-wheel-scroll-amount): Allow float values.
18808         (mouse-wheel-progessive-speed): New var.
18809         (mwheel-scroll): Use it and handle float values.
18811         * lazy-lock.el (lazy-lock-install-hooks): Remove make-local-hook.
18813         * iswitchb.el (iswitchb-mode): Use define-minor-mode.
18814         (iswitchb): Fix the case where the result was selected with the mouse.
18815         (iswitchb-completion-help): Use the normal *Completions* now that
18816         mouse selection works.
18817         (iswitchb-minibuffer-setup): Simplify.
18819         * newcomment.el (comment-column, comment-style, comment-multi-line)
18820         (comment-auto-fill-only-comments): Remove :group arg.
18821         (comment-padding): Add :type.
18822         (comment-indent-new-line): Ignore comment-auto-fill-only-comments
18823         if called interactively.
18825 2001-11-19  Colin Walters  <walters@verbum.org>
18827         * calc/calc.el (toplevel): Add comment and version header.
18828         (calc-init-base): Bump version to 2.02f, update date.
18830 2001-11-19  Richard M. Stallman  <rms@gnu.org>
18832         * net/browse-url.el: Support Mozilla and Galeon.
18833         By default, find the installed browser whichever it is.
18834         (browse-url-mozilla): New function.
18835         (browse-url-mozilla-sentinel): New function.
18836         (browse-url-galeon, browse-url-galeon-sentinel): New functions.
18837         (browse-url-default-browser): New function.
18838         (browse-url-process-environment): Use browse-url-browser-display.
18839         (browse-url-browser-display): Renamed from browse-url-netscape-display.
18840         (browse-url-mozilla-startup-arguments, browse-url-galeon-program)
18841         (browse-url-galeon-arguments, browse-url-galeon-startup-arguments)
18842         (browse-url-mozilla-program, browse-url-mozilla-arguments): New vars.
18843         (browse-url-browser-function): New default, new options.
18845 2001-11-19  Sam Steingold  <sds@gnu.org>
18847         * bindings.el (last-buffer, unbury-buffer): New function.
18848         (mode-line-unbury-buffer): Use `unbury-buffer'.
18850 2001-11-18  Stephen Eglen  <stephen@gnu.org>
18852         * iswitchb.el (iswitchb-cannot-complete-hook): New variable to
18853         control behaviour when no further completion is possible.
18855 2001-11-19  Colin Walters  <walters@verbum.org>
18857         * calc/calc-macs.el (calc-wrapper, calc-slow-wrapper)
18858         (math-showing-full-precision, math-with-extra-prec, math-working)
18859         (calc-with-default-simplification)
18860         (calc-with-trail-buffer): Use backtick.
18861         (Math-zerop, Math-integer-negp, Math-integer-posp, Math-negp)
18862         (Math-looks-negp, Math-posp, Math-integerp, Math-natnump)
18863         (Math-ratp, Math-realp, Math-anglep, Math-numberp, Math-scalarp)
18864         (Math-vectorp, Math-messy-integerp, Math-objectp, Math-objvecp)
18865         (Math-integer-neg, Math-equal, Math-lessp, Math-primp)
18866         (Math-num-integerp, Math-bignum-test, Math-equal-int)
18867         (Math-natnum-lessp, math-format-radix-digit): Change to `defsubst'.
18868         (calc-record-compilation-date-macro): Deleted.  Callers updated.
18869         (math-format-radix-digit): Move to calc-bin.el.
18871         * calc/calc.el (calc-record-compilation-date): Remove.
18872         (calc-bug-address): Update.
18873         (calc-settings-file): Use `user-init-file'.
18875         * calc/calc-mode.el (calc-settings-file-name, calc-save-modes):
18876         Handle null `calc-settings-file'.
18878         * calc/calc-frac.el (calc-over-notation): Use `completing-read'.
18879         * calc/calc-keypd.el (calc-keypad-mode): New.
18880         (calc-do-keypad): Use it.
18881         (calc-keypad-map): Move into `calc-keypad-mode'.
18883         * calc-math.el (calcFunc-sqrt, calcFunc-hypot): Add missing quote
18884         to defalias argument.
18886         * calc-misc.el (math-fixnump, math-fixnatnump, calcFunc-trunc)
18887         (calcFunc-floor): Ditto.
18889         * calc-units.el (calcFunc-usimplify): Ditto.
18891         * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
18892         * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
18893         * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
18894         * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
18895         * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
18896         * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
18897         * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
18898         * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
18899         * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
18900         * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
18901         * calcsel2.el: Change all toplevel `setq' forms to `defvar' forms,
18902         and move them before their first use.  Use `when', `unless'.
18903         Remove trailing periods from error forms.  Add description and
18904         headers suggested by Emacs Lisp coding conventions.
18906 2001-11-19  Stefan Monnier  <monnier@cs.yale.edu>
18908         * newcomment.el (comment-indent):
18909         Fix misindentation for comment-only lines.
18910         (comment-indent-new-line): Only obey comment-multi-line if the
18911         comment-ender is not the end-of-line.
18913 2001-11-19  Richard M. Stallman  <rms@gnu.org>
18915         * net/net-utils.el (network-connection-service-abbrev-alist):
18916         New variable.
18918         * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
18919         Advance to start of 3rd sexp by moving fwd and backing over it.
18920         At first three elements, act like defun.
18922         * delsel.el (delete-selection-pre-hook): Handle and resignal
18923         file-supersession errors to interact properly with userlock.el.
18925 2001-11-18  Richard M. Stallman  <rms@gnu.org>
18927         * progmodes/fortran.el (fortran-mode-syntax-table):
18928         Specify punctuation syntax for backslash.
18930         * progmodes/sh-script.el (sh-must-be-shell-mode): Function deleted.
18931         All calls deleted.
18933         * international/mule-util.el (string-to-sequence): Make it obsolete.
18934         (string-to-list, string-to-vector): Implement them directly
18935         using append and vconcat, not with string-to-sequence.
18937         * startup.el (command-line): Set abbrevs-changed to nil after
18938         reading the init file and the abbrevs file.
18940         * isearch.el (isearch): Use magenta2 as bg for (background light)
18942 2001-11-17  Richard M. Stallman  <rms@gnu.org>
18944         * menu-bar.el (menu-bar-update-buffers-1): Don't pad the buffer name.
18946         * simple.el (minibuffer-history-sexp-flag): Doc fix.
18948 2001-11-17  Stefan Monnier  <monnier@cs.yale.edu>
18950         * font-lock.el (font-lock-compile-keywords): New arg `regexp'.
18951         If set and if applicable, add a regexp to highlight defun-like
18952         text inside comments and strings.
18953         (font-lock-fontify-keywords-region): Pass that new arg.
18954         (font-lock-set-defaults): Move the code to set `font-lock-keywords'
18955         to the end and pass that new arg.
18956         (c-font-lock-keywords-2): Fix regex for labels.
18957         (font-lock-match-c++-style-declaration-item-and-skip-to-next):
18958         Make it work when LIMIT is several lines further.
18959         (c-font-lock-keywords-3, c++-font-lock-keywords-3)
18960         (objc-font-lock-keywords-3, java-font-lock-keywords-3):
18961         Use backquote and make the regexes for `int a, b, c;' work on
18962         multiple lines.
18964         * emacs-lisp/re-builder.el (reb-mode): Use define-derived-mode.
18965         (font-lock-defaults-alist): Don't change it any more.
18966         (reb-subexp-mode-map): Cleanup.
18968         * custom.el (custom-current-group-alist): New var.
18969         (custom-declare-group): Set it.
18970         (custom-current-group): New fun.
18971         (custom-declare-variable, custom-handle-all-keywords):
18972         Use it as a default if no :group argument is specified.
18974         * international/mule-cmds.el (locale-name-match): Use \` and \(?:.
18975         (standard-keyboard-coding-systems): New var.
18976         (set-locale-environment): Use it to decide whether or not to call
18977         set-keyboard-coding-system.
18978         (locale-language-names): Use \"French\" for "fr".
18980 2001-11-17  Richard M. Stallman  <rms@gnu.org>
18982         * emacs-lisp/checkdoc.el (princ-list, checkdoc-read-event)
18983         (add-to-list): Delete compatibility code.
18984         (checkdoc-next-message-error): Doc fix.
18986 2001-11-17  Stephen Eglen  <stephen@gnu.org>
18988         * locate.el (locate): Show default locate pattern within the
18989         prompt, but don't insert it into the minibuffer contents.
18990         Catch the case when pattern is the empty string.
18992 2001-11-17  Eli Zaretskii  <eliz@is.elta.co.il>
18994         * language/european.el ("French"): New language environment.
18996 2001-11-16  Richard M. Stallman  <rms@gnu.org>
18998         * calendar/todo-mode.el (todo-save): Fix previous change.
19000         * subr.el (functionp): Do use cdr-safe on object.
19002 2001-11-16  Stefan Monnier  <monnier@cs.yale.edu>
19004         * bindings.el (mode-line-mode-name): Only put the help-echo property
19005         if the local-map property was put as well.
19006         (global-map): Bind switch-frame, delete-frame, iconify-frame
19007         and make-frame-visible events.
19009         * emacs-lisp/elp.el (elp-not-profilable): New var.
19010         (elp-not-profilable-p): New function.
19011         (elp-instrument-function): Use it.  Use backquotes and push.
19013         * emacs-lisp/bytecomp.el (byte-compile-call-tree, byte-code-vector)
19014         (byte-stack+-info, byte-compile-last-warned-form)
19015         (byte-compile-last-logged-file): Don't defconst a variable.
19016         (no-byte-compile): Declare.
19017         (byte-compile-file): Don't boundp-check no-byte-compile any more.
19018         (byte-compile-defvar): Leave defconst as is.
19020         * emacs-lisp/edebug.el (edebug-form-data, edebug-offsets)
19021         (edebug-offsets-stack, edebug-read-dotted-list, edebug-def-name)
19022         (edebug-current-offset, edebug-old-def-name, edebug-error-point)
19023         (edebug-best-error): Don't defconst a variable.
19024         (edebug-read-syntax-table): Use a char-table.
19025         (edebug-lemacs-specific): Remove.
19026         Toplevel: Eliminate check for Lucid Emacs.
19028         * pcvs-util.el (cvs-prefix-define): Don't defconst a variable.
19030         * rect.el (move-to-column-force): Mark obsolete.
19031         (operate-on-rectangle, delete-extract-rectangle-line)
19032         (insert-rectangle, delete-whitespace-rectangle-line)
19033         (open-rectangle-line, clear-rectangle-line): Use move-to-column.
19034         (string-rectangle-history): New var.
19035         (string-rectangle, string-insert-rectangle): Use it.
19036         (delete-rectangle-line): Fix pos/column mixup and simplify.
19038         * startup.el (normal-top-level-add-subdirs-to-load-path): Simplify.
19039         (normal-top-level, command-line, command-line-1): Simplify.
19041         * tar-mode.el (tar-mode): Use define-derived-mode.
19043         * view.el (view-mode-enable): Don't use make-local-hook.
19045         * emacs-lisp/eldoc.el (eldoc-mode): Use define-minor-mode.
19047 2001-11-16  Richard M. Stallman  <rms@gnu.org>
19049         * mail/mail-extr.el (mail-extr-voodoo): Treat a number as a word
19050         if it doesn't make sense as anything else.
19051         Don't recognize a "telephone number" at the beginning of the name.
19052         (mail-extr-leading-garbage): Match non-word characters only.
19054 2001-11-16  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
19056         * startup.el (command-line-processed): Doc fix.
19058         * apropos.el (apropos-next-label-button): Doc fix.
19060 2001-11-16  Stefan Monnier  <monnier@cs.yale.edu>
19062         * comint.el (comint-mode): Simplify.
19063         (make-comint-in-buffer): Run `comint-mode' only if necessary.
19065         * subr.el (eval-after-load): Make it work with features as well.
19067         * log-view.el (log-view-mode): Don't mark the buffer unmodified.
19069         * international/mule-cmds.el (describe-input-method): Setup xref.
19070         (set-language-environment): Use functionp.
19071         (locale-language-names, locale-charset-language-names)
19072         (locale-preferred-coding-systems): Defconst and purecopy.
19074         * language/european.el (mac-roman): Add mime-charset property.
19076 2001-11-15  Richard M. Stallman  <rms@gnu.org>
19078         * emacs-lisp/cl.el (values, values-list, multiple-value-list)
19079         (multiple-value-apply, nth-value): Use defsubst rather than defalias
19080         to get better doc strings.
19082 2001-11-15  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
19084         * derived.el: Fix autoload cookie.
19086 2001-11-15  Richard M. Stallman  <rms@gnu.org>
19088         * jka-compr.el (jka-compr-partial-uncompress): Fix previous change.
19090 2001-11-15  Stefan Monnier  <monnier@cs.yale.edu>
19092         * menu-bar.el (menu-bar-edit-menu) <copy>: Put an explicit key binding.
19094 2001-11-15  Richard M. Stallman  <rms@gnu.org>
19096         * dired.el (dired-undo): Display a message to explain
19097         that this does not undo file system changes.
19099 2001-11-15  David Kastrup  <David.Kastrup@t-online.de>
19101         * mouse-drag.el (mouse-drag-throw): Push back non-drag events
19102         into `unread-command-events' instead of trying keymap
19103         lookups ourselves.  This makes mouse-clicks do the right
19104         thing even when keymaps of overlays are involved.
19105         (mouse-drag-drag): Likewise.
19107 2001-11-15  Andreas Schwab  <schwab@suse.de>
19109         * progmodes/ada-mode.el (ada-add-extensions): Quote regexp special
19110         characters and append anchor to pattern added to auto-mode-alist.
19112 2001-11-15  Stefan Monnier  <monnier@cs.yale.edu>
19114         * server.el (server-process-filter): Run pre/post-comment-hook
19115         before/after visiting the file.
19117         * info-look.el (makefile-mode): Add info for automake.
19118         (autoconf-mode): Fix the name of the index for automake.
19120         * international/latin-9.el: Give pilcrow punctuation syntax.
19122 2001-11-15  Andre Spiegel  <spiegel@gnu.org>
19124         * vc.el: Documentation fixes.
19126 2001-11-14  Stefan Monnier  <monnier@cs.yale.edu>
19128         * smerge-mode.el (smerge-match-conflict): Fix typo.
19129         (smerge-diff): Be careful to read match-data early enough.
19131 2001-11-14  Colin Walters  <walters@verbum.org>
19133         * calc/calc-alg.el (calcFunc-esimplify, calcFunc-simplify)
19134         (calcFunc-subst): Use `defalias' instead of `fset' and
19135         `symbol-function'.
19137         * calc/calc-arith.el (calcFunc-abs, calcFunc-float)
19138         (calcFunc-ceil, calcFunc-round): Ditto.
19140         * calc/calc-bin.el (calcFunc-clip): Ditto.
19142         * calc/calc-ext.el (calcFunc-evalv): Ditto.
19144         * calc/calc-math.el (calcFunc-sqrt, calcFunc-hypot): Ditto.
19146         * calc/calc-misc.el (math-fixnump, math-fixnatnump)
19147         (calcFunc-trunc, calcFunc-floor, calc-report-bug): Ditto.
19149         * calc/calc-units.el (calcFunc-unsimplify): Ditto.
19151         * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
19152         * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
19153         * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
19154         * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
19155         * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
19156         * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
19157         * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
19158         * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
19159         * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
19160         * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
19161         * calcsel2.el: Style cleanup; don't put closing parens on their
19162         own line, add "foo.el ends here" to each file, and update
19163         copyright date.
19165         * README: Update maintainer.
19167 2001-11-13  Richard M. Stallman  <rms@gnu.org>
19169         * progmodes/compile.el (recompile): Use compilation-arguments if
19170         set, so as to be able to M-x recompile the exact command which
19171         created a compilation-mode buffer.
19173         * progmodes/ada-mode.el (ada-fill-comment-prefix): Doc fix.
19175 2001-11-13  Gerd Moellmann  <gerd@gnu.org>
19177         * mouse.el (mouse-drag-region): Don't run the up-event
19178         handler if window start changed due to the down-mouse event.
19180 2001-11-13  Richard M. Stallman  <rms@gnu.org>
19182         * mouse.el (mouse-show-mark): Either move point to the mark
19183         or use highlighting, never both.
19184         (mouse-buffer-menu): If WINDOW is a frame, select its selected window.
19186 2001-11-13  Simon Josefsson  <jas@extundo.com>
19188         * mail/smtpmail.el (top-level): Change maintainer to Simon
19189         Josefsson, cleanup the smtpmail.el header.
19191         * mail/smtpmail.el (top-level): Don't require cl or base64.
19192         (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
19193         (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd):
19194         Defsubst instead of defmacro.
19195         (smtpmail-intersection): Return value in reverse order.
19196         (smtpmail-open-stream): Use stringp instead of string-to-list.
19197         (smtpmail-open-stream, smtpmail-try-auth-methods): New functions,
19198         separated from smtpmail-via-smtp.
19200         * mail/smtpmail.el (top-level): Autoload starttls, mail-utils and
19201         rfc2104.  Require base64 and cl.
19202         (smtpmail-smtp-service): Doc fix.  :type fix.
19203         (smtpmail-debug-info): Doc fix.
19204         (smtpmail-debug-verb, smtpmail-auth-credentials)
19205         (smtpmail-starttls-credentials, smtpmail-auth-supported):
19206         New variables.
19207         (smtpmail-deduce-address-list, smtpmail-send-it): Don't require
19208         mail-utils (it is autoloaded).
19209         (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
19210         (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd)
19211         (smtpmail-find-credentials, smtpmail-intersection): New utility funs.
19212         (smtpmail-via-smtp): Support STARTTLS, if binary is installed.
19213         (smtpmail-via-smtp): Support AUTH.
19214         (smtpmail-via-smtp): Use `smtpmail-debug-verb' to control VERB.
19216 2001-11-13  Richard M. Stallman  <rms@gnu.org>
19218         * ebuff-menu.el (electric-buffer-update-highlight): New function.
19219         (electric-buffer-overlay): New variable.
19220         (electric-buffer-menu-looper): Call electric-buffer-update-highlight.
19221         (electric-buffer-list): Likewise.
19223         * isearch.el (isearch-whitespace-chars): Doc fix.
19224         (isearch-mode): Handle negative search-slow-window-lines correctly.
19226 2001-11-13  Stefan Monnier  <monnier@cs.yale.edu>
19228         * newcomment.el (comment-normalize-vars): Handle a nil comment-padding.
19230         * progmodes/ada-mode.el (ada-fill-comment-prefix): GNAT wants 2 spaces.
19231         From Emmanuel Briot <briot@act-europe.fr>.
19233 2001-11-13  Colin Walters  <walters@debian.org>
19235         * calc/calc.el (calc-unread-command): Use `unread-command-events'.
19237         * calc/calc-mode.el (calc-settings-file-name): Don't hardcode
19238         "~/.emacs"; use `read-file-name'.
19240         * calc/calc-graph.el, calc/calc-embed.el, calc/calc-graph.el
19241         * calc/calc-misc.el, calc/calc-mode.el, calc/calc-prog.el
19242         * calc/calc-sel.el, calc/calc-store.el, calc/calc-yank.el
19243         * calc/calc.el: Use `frame-width' instead of `screen-width',
19244         `frame-height' instead of `screen-height', and,
19245         `executing-kbd-macro' instead of `executing-macro'.
19247         * calc/calc-embed.el (calc-do-embedded): Call `y-or-n-p' with
19248         correct number of arguments.
19250         * calc/calc-aent.el (calc-do-alg-entry):
19251         Use `blink-paren-function' instead of `blink-paren-hook'.
19253 2001-11-12  Richard M. Stallman  <rms@gnu.org>
19255         * calendar/todo-mode.el (todo-save): Add save-excursion
19256         and save-restriction.
19258         * server.el (server-edit, server-done): Doc fix.
19260         * simple.el (clone-indirect-buffer): Error if major mode symbol
19261         has a no-clone-indirect property.
19262         (clone-buffer): Check for obvious errors before reading clone name.
19264         * info.el (Info-mode): Add a no-clone-indirect property.
19266 2001-11-12  Sam Steingold  <sds@gnu.org>
19268         * vc.el (vc-print-log): Bind `inhibit-read-only' to t before and
19269         set-buffer-modified-p to nil after `vc-exec-after'.
19270         * log-view.el (log-view-mode-map): Bind "q", "z", "m" and "d".
19271         (log-view-mode): Make read-only.
19272         (log-view-current-file): Do final `expand-file-name' in the
19273         current `default-directory'.
19274         (log-view-current-tag): Take an optional `where' arg.
19275         (log-view-diff): New user command.
19277 2001-11-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
19279         * progmodes/cpp.el (cpp-choose-face): Fix typo.
19281 2001-11-12  Sam Steingold  <sds@gnu.org>
19283         * emacs-lisp/cl-indent.el (toplevel): Indent properly
19284         `generic-flet', `generic-labels', `with-accessors',
19285         `with-condition-restarts'.
19287 2001-11-12  Richard M. Stallman  <rms@gnu.org>
19289         * dired.el: Many trivial doc fixes.
19290         (dired-get-file-for-visit): New function.
19291         (dired-find-alternate-file, dired-mouse-find-file-other-window)
19292         (dired-view-file, dired-find-file-other-window, dired-display-file)
19293         (dired-find-file): Use dired-get-file-for-visit.
19295 2001-11-12  Alex Schroeder  <kensanata@yahoo.com>
19297         * sql.el (sql-mode): Doc change.
19299         * sql.el (sql-mode-syntax-table): The backslash is no longer an
19300         escape character.
19302 2001-11-12  Colin Walters  <walters@debian.org>
19304         * calc/calc-keypd.el (toplevel): Bind mouse buttons.
19305         (calc-do-keypad): Don't attempt to use nonexistent global
19306         mouse-map, use calc-keypad-map.
19307         (calc-keypad-x-left-click): Renamed to calc-keypad-left-click.
19308         (calc-keypad-left-click): Don't use mouse-map; update to new event
19309         interface.
19310         (calc-keypad-x-middle-click, calc-keypad-x-right-click): Ditto.
19311         (calc-keypad-press): Use `unread-command-events' instead of
19312         `unread-command-char'.
19314         * calc/calc-ext.el (calc-init-extensions): Update autoload names
19315         to match files renamed on initial calc import.
19317 2001-11-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
19319         * textmodes/flyspell.el (flyspell-default-dictionary):
19320         Fix previous change.
19322 2001-11-12  Richard M. Stallman  <rms@gnu.org>
19324         * textmodes/flyspell.el (flyspell-default-dictionary):
19325         Fix custom type.
19327 2001-11-11  Richard M. Stallman  <rms@gnu.org>
19329         * calendar/solar.el (solar-sunrise-and-sunset):
19330         Exchange the two extreme values of day-length.
19332         * progmodes/sh-script.el (sh-must-be-shell-mode):
19333         Allow modes derived from sh-mode.
19335         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
19336         Turn off error in some re-search-forward calls.
19338         * replace.el (query-replace-skip-read-only): New variable.
19339         (perform-replace): If that variable is non-nil, ignore matches
19340         that have a read-only property.
19342         * derived.el (define-derived-mode): Doc fix.
19344         * server.el (server-buffer-done): Test of server-existing-buffer
19345         was backwards.
19346         (server-existing-buffer): Doc fix.
19348         * textmodes/flyspell.el (flyspell-default-dictionary):
19349         Allow nil as value, and make nil the default.
19351 2001-11-11  Eli Zaretskii  <eliz@is.elta.co.il>
19353         * menu-bar.el (menu-bar-edit-menu): Don't use x-selection-exists-p if
19354         it is not fboundp.
19355         (clipboard-yank): Ditto.
19357 2001-11-11  Colin Walters  <walters@verbum.org>
19359         The following changes are based on patches from
19360         Eli Zaretskii <eliz@is.elta.co.il>, Kai Gro\e,A_\e(Bjohann
19361         <Kai.Grossjohann@CS.Uni-Dortmund.DE>, and others.
19363         * calc/calc.el (toplevel): Require calc-macs.
19364         (calc-minibuffer-size): New.
19365         (calcDigit-nondigit): Use it instead of `buffer-size'.
19366         (calcDigit-backspace): Likewise.
19367         (calcDigit-nondigit): Use `minibuffer-contents' instead of
19368         `buffer-string'.
19369         (calc-minibuffer-contains): Use `minibuffer-prompt-end' instead of
19370         `point-min'.
19371         (calcDigit-key): Use `calc-minibuffer-contains' instead of a
19372         `save-excursion'.
19374         * calc/calc-macs.el (calc-record-compilation-date-macro): Return a
19375         simple `setq' form.
19377         * calc/calc-ext.el: (toplevel): Require calc.
19378         (calc-fancy-prefix-map): New.
19379         (calc-fancy-prefix): Use it.
19380         (calc-fancy-prefix-other-key): New.
19382         * calc/calc-aent.el (toplevel): Require calc-macs during compilation.
19383         (calc-do-quick-calc): Use `frame-width' instead of `screen-width'.
19384         (calcAlg-edit): Use `minibuffer-contents' instead of `buffer-string'.
19385         (calcAlg-enter): Likewise.
19386         (calcAlg-enter): Use `minibuffer-prompt-end' instead of `point-min'.
19388 2001-11-10  Richard M. Stallman  <rms@gnu.org>
19390         * abbrev.el (read-abbrev-file): Don't set save-abbrevs.
19391         (quietly-read-abbrev-file): Doc fix.
19393         * startup.el (command-line): Read standard abbrev
19394         file (abbrev-file-name), if it exists.
19396         * files.el (save-abbrevs): Default value is t.
19398         * progmodes/compile.el (compile-goto-error): Fix previous change
19399         in the case where subsequent errors have not been parsed yet
19400         because they are in a different source file.
19402 2001-11-10  Peter Kleiweg  <kleiweg@let.rug.nl>
19404         * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
19405         Merge two regular expressions into one.
19406         (ps-mode): Make local bindings for `comment-start' and
19407         `comment-start-skip'.
19408         (ps-mode-looking-at-nested): Simplify an if-else construct;
19409         use `set-match-data' to set the result.
19411 2001-11-10  Richard M. Stallman  <rms@gnu.org>
19413         * textmodes/flyspell.el (flyspell-correct-word/local-keymap):
19414         Function deleted.
19415         (flyspell-correct-word): Old definition deleted.
19416         (flyspell-correct-word/mouse-keymap): Renamed to flyspell-correct-word.
19417         All references renamed too.
19419 2001-11-10  Gerd Moellmann  <gerd@gnu.org>
19421         * Makefile.in (finder_setwins, setwins): Exclude Calc.
19423 2001-11-09  Per Abrahamsen  <abraham@dina.kvl.dk>
19425         * wid-edit.el (checklist): Removed `:menu-tag'.
19426         (radio-button-choice): Ditto.
19427         (editable-list): Ditto.
19429 2001-11-09  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
19431         * play/gomoku.el: Move definitions of constants to the beginning
19432         of file, before their use.
19434 2001-11-09  Richard M. Stallman  <rms@gnu.org>
19436         * textmodes/flyspell.el: Use the keymap property
19437         instead of local-map, and don't use a minor-mode map.
19438         (flyspell-mode-map): Variable deleted.
19439         Don't mess with minor-mode-map-alist.
19440         (calling add-minor-mode): Specify nil for keymap.
19441         And always use add-minor-mode, now that it exists.
19442         (flyspell-overlay-keymap-property-name): Set it to `keymap'.
19443         (flyspell-mode-on): Don't locally bind flyspell-mouse-map
19444         or flyspell-local-mouse-map.
19445         (make-flyspell-overlay): Use flyspell-mouse-map directly.
19446         (flyspell-mode): Doc fix.
19447         (flyspell-mode-on): Don't call make-local-hook.
19449 2001-11-09  Sam Steingold  <sds@gnu.org>
19451         * emacs-lisp/debug.el (debugger-make-xrefs):
19452         Add buttons to all symbols.
19454 2001-11-09  Andre Spiegel  <spiegel@gnu.org>
19456         * vc.el: Add John David Smith to credits.
19458         Suggested by Kalle Olavi Niemitalo <kon@iki.fi>:
19460         * vc-hooks.el (vc-error-occured): Backquotified.
19461         (vc-file-prop-obarray): Use prime length for better efficiency.
19463         * vc.el (vc-clear-context): Fill obarray with 0, not nil.
19465 2001-11-09  Eli Zaretskii  <eliz@is.elta.co.il>
19467         * info.el (Info-file-list-for-emacs): Add entries for Calc.
19469 2001-11-09  Miles Bader  <miles@gnu.org>
19471         * subr.el (functionp): Don't consider macros as functions.
19473 2001-11-08  Miles Bader  <miles@gnu.org>
19475         * subr.el (functionp): Make work correctly for macros and unbound
19476         symbols.
19478         * comint.el (comint-send-input): Fix description of
19479         `comint-process-echoes' in the doc-string.
19481 2001-11-08  Eli Zaretskii  <eliz@is.elta.co.il>
19483         * international/mule.el (make-translation-table): Doc fix.
19484         Suggested by Alex Schroeder <alex@gnu.org>.
19486 2001-11-07  Richard M. Stallman  <rms@gnu.org>
19488         * info.el (Info-fontify-node): Highlight every third menu item.
19490 2001-11-07  Per Abrahamsen  <abraham@dina.kvl.dk>
19492         * cus-edit.el (custom-face-value-create): Don't ignore the
19493         `customized-face' attribute when finding the current face spec.
19495 2001-11-07  Stefan Monnier  <monnier@cs.yale.edu>
19497         * subr.el (with-local-quit): New macro.
19498         (make-syntax-table): Always inherit.
19499         (functionp): Be more careful when `object' is a symbol.
19501         * dabbrev.el (dabbrev-completion): Use "*Completions*".
19503 2001-11-07  Paul Eggert  <eggert@twinsun.com>
19505         * dired.el (dired-move-to-filename-regexp):
19506         Do not distinguish between ASCII letters and non-ASCII characters.
19507         Don't allow comma except in the form "month day, year".
19508         Don't allow space between month name and comma.
19509         Clean up the code that checks for trailing period, comma, and space.
19510         Remove now-obsolete comments, and add more commentary about
19511         Japanese dates.
19512         Always gobble up trailing spaces, instead of doing it only sometimes.
19514 2001-11-07  Miles Bader  <miles@gnu.org>
19516         * paren.el (show-paren-match-face): Add dark-background variant.
19518 2001-11-06  Stefan Monnier  <monnier@cs.yale.edu>
19520         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Paren typo.
19521         (lisp-mode-variables): Don't set paragraph-{start,separate}.
19522         Don't disable adaptive-fill-mode.
19523         (lisp-fill-paragraph): Use tab-width rather than 8.
19524         Prevent filling the first line of docstrings.
19526 2001-11-06  Richard M. Stallman  <rms@gnu.org>
19528         * play/gomoku.el (gomoku): Doc fix.
19530         * jka-compr.el (jka-compr-partial-uncompress):
19531         Support an alternative of not using dd.
19532         (jka-compr-dd-program): Use defcustom to define this.
19533         (jka-compr-load-suffixes): Use defcustom.
19534         (jka-compr-mode-alist-additions): Use defcustom.
19536 2001-11-06  Stefan Monnier  <monnier@cs.yale.edu>
19538         * font-lock.el (font-lock-match-c-style-declaration-item-and-skip-to-next):
19539         Also work when LIMIT is further than the end of line.
19541 2001-11-06  Eli Zaretskii  <eliz@is.elta.co.il>
19543         * international/quail.el (quail-update-leim-list-file): Print the
19544         offending file name if some of its quail-define-package forms is broken.
19546 2001-11-05  Richard M. Stallman  <rms@gnu.org>
19548         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Return the value
19549         of the evaluated form.
19551 2001-11-05  Paul Eggert  <eggert@twinsun.com>
19553         * ls-lisp.el (ls-lisp-time-to-seconds): New function.
19554         (ls-lisp-format-time): Emulate GNU fileutils 4.1.1 ls, whose time
19555         stamps always line up by default.  Also, it uses a slightly
19556         different window to determine whether files are "recent".
19558 2001-11-05  Andrew Innes  <andrewi@gnu.org>
19560         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
19561         Don't attempt to remake autoloads before nuking .elc files.
19563 2001-11-04  Richard M. Stallman  <rms@gnu.org>
19565         * emacs-lisp/lisp-mode.el (last-sexp-toggle-display): Cope if
19566         previous-single-property-change or next-single-char-property-change
19567         returns nil.
19569         * international/mule-cmds.el (set-locale-environment):
19570         Make it interactive; make arg optional.
19572         * international/mule-diag.el (help-funs): Require help-funs.
19574 2001-11-04  Eli Zaretskii  <eliz@is.elta.co.il>
19576         * term/internal.el (term-setup-hook): Add IT-setup-unicode-display.
19578 2001-11-04  Miles Bader  <miles@gnu.org>
19580         * startup.el (fancy-splash-head): Reapply Gerd's hack to make the
19581         shadow of the splash image grey on a dark background instead of black.
19583 2001-11-03  Stefan Monnier  <monnier@cs.yale.edu>
19585         * term.el (all faces): Don't (copy-face 'default <foo>).
19587         * term/xterm.el (function-key-map):
19588         Add entry for `ESC [ 3 ~' -> <delete>
19589         Add entries `ESC O 5 [ABCD]' -> C-{up,down,right,left}.
19590         Use inheritance so that .emacs and terminfo take precedence.
19592 2001-11-03  Eli Zaretskii  <eliz@is.elta.co.il>
19594         * tooltip.el (tooltip-delay): Decrease to 0.7.
19595         (tooltip-hide-delay): Enlarge to 10.
19597 2001-11-03  Richard M. Stallman  <rms@gnu.org>
19599         * startup.el (fancy-splash-tail): Explain how to recover
19600         from a crash, if there was a crash.
19601         (command-line-1): Reorganize display of startup screen,
19602         to simplify the logic.  Use a temp buffer for it.
19604 2001-11-03  Eli Zaretskii  <eliz@is.elta.co.il>
19606         * frame.el (set-background-color, set-foreground-color):
19607         Call face-set-after-frame-default, to propagate the new colors to
19608         the frame's parameters alist.
19610         * calendar/timeclock.el (timeclock-out): Signal an error if
19611         timeclock-last-event is nil.
19613 2001-11-02  Stefan Monnier  <monnier@cs.yale.edu>
19615         * textmodes/fill.el (fill-context-prefix): Fix braino.
19617         * international/quail.el (quail-help):
19618         Use `help-buffer' and move `help-setup-xref' to beginning.
19620         * international/mule-cmds.el (describe-language-environment):
19621         Use `help-buffer' and move `help-setup-xref' to beginning.
19623         * international/mule-diag.el (list-character-sets)
19624         (sort-listed-character-sets, describe-character-set)
19625         (describe-coding-system, describe-fontset, list-fontsets):
19626         Use `help-buffer' and move `help-setup-xref' to beginning.
19627         (describe-char-after): Use `internal-describe-syntax-value'.
19629 2001-11-02  Richard M. Stallman  <rms@gnu.org>
19631         * mouse.el (popup-menu): If the user refuses to select
19632         from a menu, don't try to invoke the menu.
19634 2001-11-02  Miles Bader  <miles@gnu.org>
19636         * help-mode.el (help-xref): New button type.
19637         (help-function, help-variable, help-face, help-coding-system)
19638         (help-input-method, help-character-set, help-type, help-symbol)
19639         (help-back, help-info, help-customize-variable, help-customize-face)
19640         (help-function-def, help-variable-def): Use it as a supertype.
19641         Remove `action' property.
19643         * international/mule-diag.el (describe-character-set)
19644         (describe-coding-system): Pass correct args to `help-xref-button'.
19645         (sort-listed-character-sets): New button type.
19646         (list-character-sets): Use it.
19647         (list-charset-chars): New button type.
19648         (list-character-sets-1): Use it.
19650 2001-11-01  Stefan Monnier  <monnier@rum.cs.yale.edu>
19652         * indent.el (tab-always-indent, indent-for-tab-command):
19653         Remove redundant `never' setting.
19655         * fill.el (fill-region-as-paragraph): Don't forget to skip
19656         over current whitespace before looking for a preceding space.
19658 2001-11-01  Richard M. Stallman  <rms@gnu.org>
19660         * files.el (file-newest-backup): Don't pass backup file name
19661         thru file-name-sans-versions, because it never has version numbers.
19663         * textmodes/sgml-mode.el (sgml-xml-guess): Fix regexp
19664         to avoid ambiguous nested loops.
19666         * files.el (find-file-noselect): Offer to change buffer-read-only
19667         only when the file's read-only status has changed from before
19668         as well as disagreeing with the buffer's current status.
19669         (buffer-file-read-only): New var, local in all buffers.
19671         * buff-menu.el (buffer-menu): Doc fix.
19672         (buffer-menu-other-window): Doc fix.
19673         (list-buffers, list-buffers-noselect): Doc fix.
19675 2001-11-01  Gerd Moellmann  <gerd@gnu.org>
19677         * startup.el (command-line): If the terminal Emacs is running on
19678         has erase char set to ^H, use the Backspace key for deleting
19679         backward, and the Delete key for deleting forward.
19681 2001-11-01  Miles Bader  <miles@gnu.org>
19683         * button.el (define-button-type): Make sure every user-defined
19684         button type has a supertype.
19686 2001-10-31  Jason Rumney  <jasonr@gnu.org>
19688         * international/mule-cmds.el (locale-language-names): Add chs and
19689         cht as aliases for Chinese-GB and Chinese-BIG5.
19691 2001-10-31  Richard M. Stallman  <rms@gnu.org>
19693         * bindings.el (mode-line-frame-identification): Add doc string.
19694         (mode-line-position, mode-line-modes): New variables.
19695         (mode-line-format): Use mode-line-position for the part
19696         that displays the position-in-buffer info.
19697         Use mode-line-modes for the part that displays major and minor modes.
19699 2001-10-31  Sam Steingold  <sds@gnu.org>
19701         * emacs-lisp/debug.el (debugger-make-xrefs): New function.
19702         (debugger-setup-buffer): Call it.
19703         (debugger-mode-map): Bind RET and mouse-2.
19705 2001-10-31  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
19707         * startup.el: Document command line option --no-window-system
19708         instead of --no-windows.
19710 2001-10-30  Stefan Monnier  <monnier@cs.yale.edu>
19712         * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip.
19714         * font-lock.el (java-font-lock-syntactic-face-function): New fun.
19715         (font-lock-defaults-alist): Use it.
19716         From David Ponce <david.ponce@wanadoo.fr>
19718         * progmodes/perl-mode.el (perl-indent-line): Use `eq' to compare
19719         output of `char-after'.
19721         * bindings.el (ctl-x-map): Add binding for C-x (, C-x ) and C-x e.
19723         * simple.el (reindent-then-newline-and-indent): Insert the newline
19724         before indenting the first line.
19725         (undo-get-state, undo-revert-to-state): New funs.
19726         (shell-command): Don't kill the buffer even if empty.
19727         (transpose-subr-start1, transpose-subr-start2, transpose-subr-end1)
19728         (transpose-subr-end2): Remove.
19729         (transpose-subr): Add `special' arg and simplify.
19730         (transpose-subr-1): Rewrite.
19731         (do-auto-fill): Use fill-indent-according-to-mode and fill-nobreak-p.
19732         (rfc822-goto-eoh): Simplify.
19734 2001-10-30  Richard M. Stallman  <rms@gnu.org>
19736         * enriched.el (enriched-face-ans): Fix previous change.
19738 2001-10-30  Gerd Moellmann  <gerd@gnu.org>
19740         * international/iso-acc.el (iso-accents-compose): Remove a
19741         superfluous setq.
19743 2001-10-30  Eli Zaretskii  <eliz@is.elta.co.il>
19745         * buff-menu.el (list-buffers-noselect): If the buffer's name
19746         starts with a blank, but it visits a file, do show it (for files
19747         whose names start with a blank).
19749 2001-10-30  Stefan Monnier  <monnier@cs.yale.edu>
19751         * textmodes/fill.el (sentence-end-double-space)
19752         (sentence-end-without-period): Move to paragraphs.el.
19753         (fill-indent-according-to-mode): Change default to t.
19754         (fill-context-prefix): Simplify control-flow and use a more
19755         sophisticated merge that unifies both previous checks.
19756         (fill-single-word-nobreak-p, fill-french-nobreak-p): New funs.
19757         (fill-nobreak-predicate): Make it into a defcustom'd hook.
19758         (fill-nobreak-p): New fun.
19759         (fill-region-as-paragraph): Use it.
19760         Handle `fill-indent-according-to-mode' slightly differently.
19761         (fill-individual-paragraphs-prefix): Simplify the control-flow.
19762         (fill-individual-paragraphs-citation): Fix.
19764         * textmodes/paragraphs.el (use-hard-newlines): Use define-minor-mode.
19765         (paragraph-start): Change default to the `text-mode' value.
19766         (sentence-end-double-space, sentence-end-without-period):
19767         Move from fill.el.
19768         (forward-paragraph): Use `parstart' and `parsep' for temp variables
19769         rather than rebinding `paragraph-start' and `paragraph-separate'.
19771         * indent.el (indent-line-function): Change default to indent-relative.
19772         (tab-always-indent): Add an `never' setting.
19773         (indent-according-to-mode): Handle `indent-relative' and
19774         `indent-relative-maybe' specially.
19775         (indent-for-tab-command): Rename `prefix-arg' to `arg'.
19776         Handle the `never' case for `tab-always-indent'.
19777         Don't call indent-according-to-mode for indent-relative' and
19778         `indent-relative-maybe'.
19779         (insert-tab): Rename `prefix-arg' to `arg'.
19780         (indent-region): Indent the first line as well.
19781         (indent-relative): Don't mark the buffer modified if the indentation
19782         is unchanged.
19784         * textmodes/text-mode.el (paragraph-indent-minor-mode):
19785         Don't set paragraph-separate.  Set paragraph-start more carefully.
19786         Set indent-line-function.
19787         (paragraph-indent-text-mode): Use it and define-derived-mode.
19788         (text-mode-map): Remove the \t binding.
19789         (text-mode): Simplify now that the default is more favorable.
19791 2001-10-29  Stefan Monnier  <monnier@cs.yale.edu>
19793         * emacs-lisp/find-func.el (find-function-search-for-symbol):
19794         If the regexp doesn't match, use a looser one.
19795         (find-variable-noselect): Add `file' argument.
19797         * pcvs.el (cvs-mode-commit-hook): New hook.
19798         (cvs-mode-commit): Run it.
19800         * log-edit.el (log-edit): Run hook after `log-edit-files'.
19802         * emacs-lisp/edebug.el (delay-mode-hooks): Add edebug-spec.
19803         (edebug-instrument-function): Use `find-function-noselect'.
19805 2001-10-29  Richard M. Stallman  <rms@gnu.org>
19807         * term.el (term-if-emacs19): Macro deleted.
19808         Callers changed to use progn instead.
19810         * frame.el (blink-cursor-mode): Doc fix.
19812         * files.el (find-backup-file-name): Use make-backup-file-name.
19814         * emacs-lisp/edebug.el (edebug-window-live-p): Always alias to
19815         window-live-p.
19816         (edebug-set-conditional-breakpoint): Unconditionally use
19817         the former Emacs >=19 definition.
19818         (edebug-mark): Define unconditionally.
19819         (edebug-eval-expression): Always call read-from-minibuffer
19820         and specify history list.
19821         (edebug-lemacs-specific): Override emacs-mark, edebug-window-live-p,
19822         edebug-set-conditional-breakpoint.
19823         (edebug-emacs-version-specific): Function deleted;
19824         do the job at top level.
19825         (edebug-emacs-19-specific): Function deleted, this is the default.
19827 2001-10-29  Sam Steingold  <sds@gnu.org>
19829         * w32-fns.el (convert-standard-filename): Handle cygwin-specific
19830         "/cygdrive/LETTER/" pathnames.
19832 2001-10-29  Eli Zaretskii  <eliz@is.elta.co.il>
19834         * faces.el (invert-face): Check for 'unspecified, not for nil,
19835         when testing whether face colors are not specified.
19836         From David.Kastrup@t-online.de (David Kastrup).
19837         (read-face-name): Doc fix.
19838         (make-face-bold, make-face-unbold, make-face-italic)
19839         (make-face-unitalic, make-face-bold-italic, invert-face):
19840         Remove trailing blank from the prompt passed to read-face-name.
19842 2001-10-29  Sam Steingold  <sds@gnu.org>
19844         * emacs-lisp/bytecomp.el (byte-recompile-directory):
19845         Report numbers of files skipped and failed too.
19846         (byte-compile-file): Return 'no-byte-compile for skipped files.
19848 2001-10-29  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
19850         * log-view.el (log-view-mode-map): Bind `M-n' and `M-p', not `M n'
19851         and `M p'.
19853 2001-10-29  Gerd Moellmann  <gerd@gnu.org>
19855         * international/iso-acc.el (iso-accents-compose): Push SECOND-CHAR
19856         as is on unread-command-events instead of `(SECOND-CHAR)'.
19858 2001-10-29  Andre Spiegel  <spiegel@gnu.org>
19860         * vc.el: Mention vc-*-switches in backend API documentation.
19861         (vc-annotate): Adapt doc string to recent change.
19863 2001-10-29  Gerd Moellmann  <gerd@gnu.org>
19865         * enriched.el (enriched-face-ans): Handle face attributes
19866         of the form `(FACE1 FACE2 ...)'.
19868         * dired-x.el (dired-omit-startup): Show ``Omit'' only in Dired buffers.
19870 2001-10-29  Alex Schroeder  <kensanata@yahoo.com>
19872         * progmodes/sql.el (sql-mysql): Doc change by RMS.
19874         * progmodes/sql.el (sql-db2): Doc change.
19875         (sql-help): Doc change by Christian Egli <christian.egli@stest.ch>.
19876         (sql-mysql): Doc change by Christian Egli <christian.egli@stest.ch>.
19878 2001-10-29  Gerd Moellmann  <gerd@gnu.org>
19880         * env.el (substitute-env-vars): Don't quote argument to `rx';
19881         it's a macro.
19883 2001-10-28  Per Abrahamsen  <abraham@dina.kvl.dk>
19885         * cus-start.el (recursive-load-depth-limit): Added.
19887 2001-10-28  Richard M. Stallman  <rms@gnu.org>
19889         * textmodes/ispell.el (version18p, version20p): Vars deleted.
19890         All uses removed--assume Emacs version is >= 20.
19892         * mail/supercite.el (sc-emacs-features): Test for "Emacs 19"
19893         by really checking that it is not version 18.
19895         * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
19897 2001-10-28  Miles Bader  <miles@gnu.org>
19899         * faces.el (face-attribute): Add INHERIT argument, consider face
19900         inheritance if it's non-nil.
19901         (face-attribute-merged-with): New function.
19902         (face-attribute-specified-or): New macro.
19903         (face-foreground, face-background, face-stipple): Add INHERIT
19904         argument.  Use `face-attribute-specified-or'.
19906 2001-10-28  Stefan Monnier  <monnier@cs.yale.edu>
19908         * font-lock.el: Require `syntax'.
19909         (font-lock-defaults-alist): Don't define keywords for lisp languages.
19910         Use `c-font-lock-syntactic-face-function' for c languages.
19911         (font-lock-mode): Don't unset vars when turning the mode off.
19912         (font-lock-default-fontify-buffer): Don't unset vars at the end.
19913         (font-lock-extra-managed-props): New var.
19914         (font-lock-default-unfontify-region): Use it.
19915         (font-lock-apply-syntactic-highlight): Flush the syntax cache.
19916         Don't eval the value when there's no match.
19917         (font-lock-ppss-stats): New var.
19918         (font-lock-ppss): New fun.
19919         (font-lock-fontify-syntactically-region): Use it and syntax.ppss.
19920         (font-lock-apply-highlight): Allow `highlight' to set several props.
19921         (font-lock-set-defaults): Use dolist.
19922         (font-lock-unset-defaults): Remove.
19923         (font-lock-match-c-style-declaration-item-and-skip-to-next):
19924         Try to recognize prototypes using `foo P_ ((args))'.
19925         ({c,c++,java,objc}-font-lock-keywords-{1,2,3}): Don't setq a defconst.
19926         (c-font-lock-keywords-2): Fix last change to still use Anders' trick.
19927         (c-font-lock-syntactic-face-function): New function.
19928         (font-lock-match-c++-style-declaration-item-and-skip-to-next)
19929         (c++-keywords): Use a more sophisticated regexp to handle
19930         shallowly nested templates.
19932 2001-10-27  Stefan Monnier  <monnier@cs.yale.edu>
19934         * textmodes/sgml-mode.el (sgml-empty-tags): New var.
19935         (sgml-tag): Use it.  Cleanup with `cond'.
19936         (sgml-tags-invisible): Make sgml-tags-invisible buffer-local.
19937         Mark the overlays and only delete those that are marked.
19938         (sgml-skip-close-p): Remove.
19939         (sgml-value): Replace sgml-skip-close-p with its definition.
19940         (html-tag-alist): Use sgml-xml a bit more.
19941         (html-mode): Set sgml-empty-tags.
19943         * textmodes/texnfo-upd.el: Use `when', `dolist', `push', ...
19944         (texinfo-update-node, texinfo-sequential-node-update):
19945         Don't bind the obsolete `auto-fill-hook'.
19946         (texinfo-multi-file-included-list,texinfo-multi-file-master-menu-list):
19947         Use `set-buffer' rather than `switch-to-buffer'.
19948         (texinfo-multi-file-update): Use "Top" rather than `up-node-name'.
19949         Use `set-buffer' rather than `switch-to-buffer'.
19951         * mail/sendmail.el (mail-mode-syntax-table): Let it inherit from
19952         text-mode-syntax-table.
19953         (mail-mode): Use define-derived-mode.
19954         Fix ordering of alternatives in adaptive-fill-regexp.
19955         (mail-mode-map): Don't rely on keymap's internal representation.
19957 2001-10-27  Sam Steingold  <sds@gnu.org>
19959         * textmodes/sgml-mode.el (sgml-xml): Renamed from `html-xhtml'.
19960         (sgml-xml-guess): Extracted from `html-mode' and generalized.
19961         (sgml-mode-common): Call it.
19962         (sgml-mode, html-mode): Set `mode-name' based on `sgml-xml'.
19963         (sgml-tag, sgml-skip-close-p, html-tag-alist, html-line)
19964         (html-horizontal-rule, html-image, html-ordered-list):
19965         (html-unordered-list, html-list-item, html-paragraph):
19966         (html-checkboxes, html-radio-buttons): Use `sgml-xml' instead of
19967         `html-xhtml'.
19969 2001-10-26  Masayuki Ataka  <ataka@milk.freemail.ne.jp>
19971         * textmodes/texinfmt.el (texinfo-format-ifnotinfo): New function.
19972         (ifnothtml): New alias.
19974 2001-10-27  Stefan Monnier  <monnier@cs.yale.edu>
19976         * textmodes/text-mode.el (text-mode): Use define-derived-mode.
19977         (toggle-text-mode-auto-fill): Use derived-mode-p.
19979 2001-10-27  Gerd Moellmann  <gerd.moellmann@t-online.de>
19981         * net/ange-ftp.el (ange-ftp-send-cmd): Call fix-name-func for
19982         `mdtm'.  From "Forrest Cahoon" <forrest.cahoon@merrillcorp.com>.
19984 2001-10-26  Eli Zaretskii  <eliz@is.elta.co.il>
19986         * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
19987         Add make-obsolete cookies, to follow faces.el.
19989         These changes avoid warnings from the byte compiler in faces.el:
19991         * faces.el (internal-get-face): Use facep instead of the obsolete
19992         internal-find-face.
19993         (internal-frob-font-weight, internal-frob-font-slant):
19994         New defaliases for obsolete functions.
19995         (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
19996         (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
19997         (x-make-font-bold-italic): Use internal-frob-font-weight and
19998         internal-frob-font-slant aliases instead of the obsolete
19999         x-frob-... functions.
20001 2001-10-26  Sam Steingold  <sds@gnu.org>
20003         * textmodes/sgml-mode.el (html-mode): Set `html-xhtml' from the
20004         DOCTYPE; set `mode-name' based on it.
20005         (html-tag-alist): Use `html-xhtml' for "li", "dt" and "dd".
20006         (sgml-tag): Close empty tags in XHTML.
20008 2001-10-26  Jason Rumney  <jasonr@gnu.org>
20010         * w32-fns.el: (w32-charset-info-alist): Use ANSI for iso10646-1
20011         when UNICODE is not defined.
20013 2001-10-26  Sam Steingold  <sds@gnu.org>
20015         * font-lock.el (c-font-lock-keywords-2): Do not require labels to
20016         be alone on the line.
20018 2001-10-26  Eli Zaretskii  <eliz@is.elta.co.il>
20020         * button.el (button): Special face definition for MS-DOS terminals.
20022 2001-10-26  Sam Steingold  <sds@gnu.org>
20024         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
20025         Protect the /= test by checking that the args are non-nil.
20026         (sh-font-lock-close-heredoc): Check eof for being non-nil.
20028 2001-10-26  Tomas Abrahamsson  <tab@lysator.liu.se>
20030         * textmodes/artist.el (artist-version): 1.2.4.
20031         (artist-butlast-fn): New variable.
20032         (artist-butlast): New function.
20033         (artist-ellipse-mirror-quadrant): Use it.
20034         (artist-mouse-draw-poly): Use nil for `point-list'.
20035         (artist-mouse-draw-poly): Check for point-list being nil.
20037 2001-10-26  Peter Kleiweg  <kleiweg@let.rug.nl>
20039         * progmodes/ps-mode.el (ps-mode-print-function): Remove quote for
20040         lambda expression.
20041         (ps-mode-menu-main): Submenu with options on/off was replaced with
20042         a toggle button.
20043         (ps-mode, ps-run-mode): Define with `define-derived-mode'
20044         (ps-mode): Autoload cookie added on same line as comment
20045         (ps-mode-tabkey, ps-mode-backward-delete-char):
20046         (ps-mode-r-balance): Replace `delete-horizontal-space' and
20047         `indent-to' with `indent-line-to'
20048         (ps-mode-print-buffer, ps-mode-print-region): Use `funcall'
20049         instead of `eval'.
20050         (ps-mode-print-region): Use `with-temp-buffer'.
20051         (ps-run-start): Use of `mapconcat'.  Use `apply' instead of `eval'.
20052         (numerous places): Add back-tick and tick around names in
20053         docstrings, fix punctuation in docstrings, remove trailing spaces.
20055 2001-10-25  Stefan Monnier  <monnier@cs.yale.edu>
20057         * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Ignore comments.
20058         (sgml-font-lock-keywords-2): Use `eval'.  Moved from sgml-mode-common.
20059         (sgml-font-lock-syntactic-keywords): New var.
20060         (sgml-mode-common): Drop the two args.
20061         Don't make buffer-local variables that aren't used.
20062         Don't set sgml-font-lock-keywords-2 now that it uses `eval instead.
20063         Don't set `before-string' props from sgml-display-text.
20064         (sgml-mode): Use define-derived-mode.
20065         (sgml-tags-invisible): Use sgml-display-text.
20066         (sgml-quote): New command.
20067         (html-tag-alist): Add args for `span'.
20068         (html-mode): Use define-derived-mode.
20069         Set sgml-display-text and sgml-tag-face-alist.
20071 2001-10-25  Sam Steingold  <sds@gnu.org>
20073         * add-log.el (add-log-always-start-new-record): New user option.
20074         (add-change-log-entry): Use it.
20076 2001-10-25  Richard M. Stallman  <rms@gnu.org>
20078         * progmodes/etags.el (tags-query-replace): Make tags-loop-scan
20079         bind case-fold-search if FROM is not all lower case.
20081 2001-10-25  Gerd Moellmann  <gerd@gnu.org>
20083         * startup.el (normal-top-level): Check for frame-initial-frame
20084         only if it's really used.
20086         * mail/mh-utils.el (mh-recenter): Call recenter with arg `(4)'.
20088         * progmodes/compile.el (compilation-parse-errors-filename-function):
20089         New variable.
20090         (compilation-parse-errors): Use it.
20092 2001-10-25  Stefan Monnier  <monnier@cs.yale.edu>
20094         * emacs-lisp/checkdoc.el (checkdoc-eval-defun): Call eval-defun
20095         interactively so that C-u M-C-x still does edebug.
20096         (checkdoc-sentencespace-region-engine): Don't force a double-space
20097         after `.' if it doesn't look like an end-of-sentence.
20098         (debug-ignored-errors): Add `disambiguate ...'.
20100 2001-10-24  Stefan Monnier  <monnier@cs.yale.edu>
20102         * textmodes/texinfo.el (texinfo-environments)
20103         (texinfo-environment-regexp): Hoist.
20104         (texinfo-font-lock-keywords): Use `italic' and `bold' faces.
20105         Only highlight the menu name in menu items.
20106         Setup `@foo ... @end foo' as text clones.
20107         (texinfo-clone-environment): New function.
20108         (texinfo-mode): Simplify auto-fill-inhibit-regexp.
20109         (texinfo-insert-block): Simplify.
20110         (texinfo-insert-quote): Insert a plain " if preceded by \ or if
20111         the command is repeated.
20112         (texinfo-last-unended-begin, texinfo-next-unmatched-end): New funs.
20113         (texinfo-insert-@end): Simplify.
20115         * textmodes/texnfo-upd.el (texinfo-section-types-regexp)
20116         (texinfo-section-level-regexp, texinfo-subsection-level-regexp)
20117         (texinfo-subsubsection-level-regexp)
20118         (texinfo-update-menu-same-level-regexps)
20119         (texinfo-update-menu-higher-regexps)
20120         (texinfo-update-menu-lower-regexps): Hoist to eliminate warnings.
20122         * derived.el (define-derived-mode): Use {delay,run}-mode-hooks.
20123         (derived-mode-p): Autoload.
20125         * subr.el (delay-mode-hooks, delayed-mode-hooks, run-mode-hooks):
20126         New vars and functions.
20127         (text-clone-maintain, text-clone-create): New functions.
20129 2001-10-25  Miles Bader  <miles@gnu.org>
20131         * facemenu.el (facemenu-add-new-face): Fix variable names.
20133 2001-10-24  Richard M. Stallman  <rms@gnu.org>
20135         * facemenu.el (facemenu-unlisted-faces): Improve doc strings
20136         of t and nil values.
20137         (facemenu-set-face): Handle START and END interactively.
20138         (facemenu-set-foreground): Don't use a face; specify color directly.
20139         (facemenu-set-background): Likewise.
20140         (facemenu-set-face-from-menu): Doc fix.
20141         (facemenu-active-faces): Use face-attribute-vector
20142         to handle bare attributes not in faces.
20143         (facemenu-get-face): Don't handle face names fg:... and bg:...
20144         specially.
20145         (facemenu-add-new-face): New argument MENU.
20146         New way to handle adding colors to the color menus.
20148         * env.el (substitute-env-vars): Quote the arg to rx.
20150 2001-10-24  Sam Steingold  <sds@gnu.org>
20152         * mouse.el (mouse-buffer-menu-mode-groups): Added "Version
20153         Control" and "SGML" groups.
20155 2001-10-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
20157         * progmodes/cc-engine.el (c-beginning-of-member-init-list):
20158         Better handling of C++ template args to avoid confusion with `<'
20159         and `>' used as operators in member init expressions.
20161 2001-10-24  Gerd Moellmann  <gerd@gnu.org>
20163         * replace.el (perform-replace): Move START and END parameters
20164         to the end of the argument list and make them optional.
20166         * progmodes/ebrowse.el, progmodes/etags.el: Adapt to change in
20167         perform-replace.
20169         * international/fontset.el (x-must-resolve-font-name): New function.
20170         (x-complement-fontset-spec): Use it.
20172 2001-10-23  Stefan Monnier  <monnier@cs.yale.edu>
20174         * uniquify.el (uniquify-get-proposed-name): Fix (.. "usr" "/usr" 0).
20176         * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
20177         Turn caadr into caar of cdr.
20179 2001-10-23  Gerd Moellmann  <gerd@gnu.org>
20181         * info.el (Info-fontify-node): Bind down-mouse-{1,2} instead
20182         of mouse-{1,2} since dragging is on the down event.
20184         * play/doctor.el (make-doctor-variables): Remove a '($ please)'.
20186         * mail/mh-utils.el (mh-recenter): Call `recenter' with arg t
20187         if ARG is nil.
20189         * desktop.el (desktop-last-buffer): New variable.
20190         (desktop-create-buffer): Set it.
20191         (desktop-read): Bind it and switch to that buffer.
20193 2001-10-22  Gerd Moellmann  <gerd@gnu.org>
20195         * progmodes/compile.el (compilation-set-window-height):
20196         Select old window only if it's still live.
20198 2001-10-22  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
20200         * help-mode.el (help-buffer): Remove debugging code.
20201         From Stefan Monnier <monnier@cs.yale.edu>.
20203 2001-10-22  Eli Zaretskii  <eliz@is.elta.co.il>
20205         * files.el (file-name-sans-extension, file-name-extension):
20206         Don't count the leading dots in file names as signaling an extension.
20208 2001-10-22  Andre Spiegel  <spiegel@gnu.org>
20210         * vc.el (vc-diff-switches): Doc rewritten.
20212 2001-10-22  Eli Zaretskii  <eliz@is.elta.co.il>
20214         * tooltip.el (tooltip-set-param): Doc fix.
20216         * textmodes/sgml-mode.el (sgml-mode-map): Bind 8-bit codes above
20217         127 to sgml-maybe-name-self.
20218         (sgml-name-8bit-mode): Doc fix.
20219         (sgml-char-names-table): New variable.
20220         (sgml-name-char): Support non-ASCII and mule-unicode-*
20221         characters.  Doc fix.
20222         (sgml-maybe-name-self): Convert unibyte characters to multibyte.
20224         * tooltip.el (tooltip-x-offset, tooltip-y-offset): Mention in the
20225         doc string the effect of `left' and `top' parameters in
20226         tooltip-frame-parameters, the default values, and the units.
20227         (tooltip-frame-parameters): Mention `top' and `left' in the doc string.
20228         (tooltip-show): Mention in the doc string the `top' and `left'
20229         parameters in tooltip-frame-parameters, and x-max-tooltip-size.
20231 2001-10-22  Andre Spiegel  <spiegel@gnu.org>
20233         Add autoscaling support for vc-annotate.
20234         From J.D. Smith <jdsmith@alum.mit.edu>.
20236         * vc.el (vc-annotate-display-default): Accept colormap scaling
20237         ratio (now deprecated).
20238         (vc-annotate-display-autoscale): Added.
20239         (vc-annotate-add-menu): New autoscaling menu options "Span to
20240         Oldest" and "Span Oldest->Newest".  Easymenu support added for
20241         toggle menus driven by customize variable `vc-annotate-display-mode'.
20242         (vc-annotate-display-select): Added.
20243         (vc-annotate): Changed temp-buffer-show-function to
20244         `vc-annotate-display-select'.
20245         (vc-annotate-display): Removed arguments BUFFER and BACKEND.
20246         Added argument OFFSET.  Instead of backend function, calls now
20247         generic `vc-annotate-difference'.
20248         (vc-annotate-difference): Added as generic function instead of
20249         backend-specific function.  No longer takes argument POINT, but
20250         instead accepts a time OFFSET.
20251         (vc-default-annotate-current-time): Added.
20253         * vc-cvs.el (vc-cvs-annotate-difference): Removed to generic
20254         version in vc.el, with
20255         (vc-cvs-annotate-current-time): Added, as override of default.
20256         (vc-cvs-annotate-time): Added.  Taken mostly from the (now removed)
20257         `vc-cvs-annotate-difference'.
20259 2001-10-22  Gerd Moellmann  <gerd@gnu.org>
20261         * saveplace.el (save-place): Require `saveplace'.
20263         * progmodes/cwarn.el (cwarn-font-lock-feature-keywords-alist):
20264         Use `sexp' for :value-type instead of `face'.
20266 2001-10-21  Eli Zaretskii  <eliz@is.elta.co.il>
20268         * mail/rmailsum.el (rmail-summary-font-lock-keywords): Fix the
20269         regexps due to 5-digit message IDs.
20271 2001-10-21  Jason Rumney  <jasonr@gnu.org>
20273         * term/w32-win.el (redisplay-dont-pause): Don't set.
20275 2001-10-21  Miles Bader  <miles@gnu.org>
20277         * help-funs.el (help-manyarg-func-alist): Variable removed.
20279 2001-10-21  Miles Bader  <miles@gnu.org>
20281         * help-funs.el (help-manyarg-func-alist): Remove entries for
20282         `insert', `insert-and-inherit', `insert-before-markers',
20283         `insert-before-markers-and-inherit', `message', `message-box',
20284         `message-or-box', `propertize', `format', `encode-time', `append',
20285         `concat', `vconcat', `nconc', `widget-apply', `make-hash-table',
20286         `insert-string', `ml-if', `ml-provide-prefix-argument', and
20287         `ml-prefix-argument-loop'.
20289 2001-10-21  Andre Spiegel  <spiegel@gnu.org>
20291         * vc.el (vc-diff-internal, vc-coding-system-for-diff)
20292         (vc-default-diff-tree): New functions.
20293         (vc-version-diff): Use them.  As a result, coding systems are now
20294         set up properly for all sorts of diffs, and tree diffs can now
20295         also be done locally.
20296         (vc-diff): With a prefix argument, don't require that it's called
20297         from a buffer under version control.
20298         (diff-switches): Remove duplicate definition.
20300         * vc-cvs.el (vc-cvs-diff-tree): New function.
20302 2001-10-21  Miles Bader  <miles@gnu.org>
20304         * help-funs.el (help-manyarg-func-alist): Remove entries for
20305         `list', `vector', `make-byte-code', `call-process',
20306         `call-process-region', `string', `+', `-', `*', `/', `max', `min',
20307         `logand', `logior', and `logxor'.
20309         * wid-edit.el (checkbox): Swap bg/fg colors in image, and invert
20310         image bits to compensate.  Use `make-string' instead of
20311         `make-bool-vector' (XBM apparently wants byte-aligned rows).
20313 2001-10-20  Kim F. Storm  <storm@cua.dk>
20315         * simple.el (kill-ring-save): Don't show extent of copied region
20316         if using transient-mark-mode and region is fully visible.
20318 See ChangeLog.9 for earlier changes.
20320 ;; Local Variables:
20321 ;; coding: iso-2022-7bit
20322 ;; End:
20324     Copyright (C) 2001, 2002 Free Software Foundation, Inc.
20325   Copying and distribution of this file, with or without modification,
20326   are permitted provided the copyright notice and this notice are preserved.