(Info-select-node): Doc fix.
[emacs.git] / lisp / ChangeLog
blob9c73b94e805aea413fe67de763bb08f40c925cd1
1 2003-06-06  Andreas Schwab  <schwab@suse.de>
3         * info.el (Info-select-node): Doc fix.
5 2003-06-06  Miles Bader  <miles@gnu.org>
7         * frame.el (set-frame-font): Default to frame's current default font.
9 2003-06-06  Kim F. Storm  <storm@cua.dk>
11         * info.el (Info-fontify-node): Don't refill over lines ending in a
12         period; this should fix problems with lists like one in the
13         (emacs)Library Keywords section.
15 2003-06-05  Markus Rost  <rost@math.ohio-state.edu>
17         * dired.el (dired-get-filename): Don't err for . and .. for calls
18         from dired-add-entry.
20 2003-06-05  Takaaki Ota  <Takaaki.Ota@am.sony.com>
22         * textmodes/table.el (table-cell-horizontal-chars): Renamed from
23         table-cell-horizontal-char.  Now a string value instead of a
24         character.  ?= is allowed for horizontal boundary as well as ?-.
25         (table-command-remap-alist, table-command-list): Changed defconst to
26         defvar because the value is modified.
27         (table-insert, table-insert-row, table-insert-column)
28         (table-recognize, table-recognize-region, table-widen-cell)
29         (table-span-cell, table-split-cell-vertically): Change due to
30         table-cell-horizontal-chars.
31         (table--cell-horizontal-char-p): New function.
32         (table--generate-source-scan-lines, table-delete-row)
33         (table-delete-column, table--spacify-frame)
34         (table--find-row-column, table--probe-cell-left-up)
35         (table--probe-cell-right-bottom, table--probe-cell): Change due to
36         table-cell-horizontal-chars.  From David Abrahams
37         <dave@boost-consulting.com>
39 2003-06-05  Juanma Barranquero  <lektu@terra.es>
41         * gud.el: Moved to progmodes.
43 2003-06-05  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>  (tiny change)
45         * progmodes/tcl.el (tcl-mode): Set imenu-generic-expression to the
46         value of tcl-imenu-generic-expression instead of the symbol.
48 2003-06-05  Luc Teirlinck  <teirllm@mail.auburn.edu>
50         * info.el (Info-mode): Mention `c' and remove duplicate mention
51         of `q' in documentation string.
53 2003-06-05  Lute Kamstra  <Lute.Kamstra@cwi.nl>
55         * shell.el (shell-mode): Put `shell-filter-ctrl-a-ctrl-b' on
56         `comint-output-filter-functions' when bash is used as the inferior
57         shell.
58         (shell-filter-ctrl-a-ctrl-b): New function.
60 2003-06-05  Dave Love  <fx@gnu.org>
62         * vc-hooks.el (vc-make-backup-files): Add :group backup.
64 2003-06-05  Kim F. Storm  <storm@cua.dk>
66         * info.el (Info-fontify-node): Individually refill menus and
67         paragraphs to preserve menu items and varying indentation.
68         Only color first 9 menu items differently.
70 2003-06-05  Juanma Barranquero  <lektu@terra.es>
72         * desktop.el: Add new maintainer.
74 2003-06-04  Jason Rumney  <jasonr@gnu.org>
76         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
77         Default to new wheel-up and wheel-down events on MacOS.
79         * term/mac-win.el: No need to bind wheel events specially.
81 2003-06-04  Luc Teirlinck  <teirllm@mail.auburn.edu>
83         * simple.el (yank-excluded-properties): Expand documentation
84         string.
86 2003-06-04  Richard M. Stallman  <rms@gnu.org>
88         * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p):
89         Use with-no-warnings.
91         * gud.el (gud-minor-mode-type): Move defvar up.
93         * progmodes/compile.el (compilation-next-error): When moving fwd,
94         compare position of point with the errors.
96         * dired.el (dired-get-filename): Err for . and .. in usual case.
97         (dired-get-file-for-visit): Specify no-error to dired-get-filename,
98         and check for real errors here.
99         (dired-unmark-all-files): Specify no-error to dired-get-filename.
101         * buff-menu.el (list-buffers-noselect): Use window-inside-edges
102         to compute the number of offset spaces.
103         (list-buffers-noselect): Use Buffer-menu-buffer+size to
104         indent the dashes properly.  Put some in fixed-pitch.
106 2003-06-04  Lars Hansen  <larsh@math.ku.dk>
108         * desktop.el (desktop-create-buffer): Undo last change.
109         (desktop-kill, desktop-save, desktop-remove): Use expand-directory
110         rather than concat to construct desktop filename.
111         (desktop-kill, desktop-read, desktop-change-dir):
112         Ensure desktop-dirname is a directory name.
113         (desktop-change-dir): Fix bug when DIR was relative.
115 2003-06-04  Alex Coventry  <alex_c@mit.edu>  (tiny change)
117         * files.el (after-find-file): Fix arguments of call to `sit-for'.
119 2003-06-03  Stefan Monnier  <monnier@cs.yale.edu>
121         * info.el (Info-extract-menu-node-name): Remove unused arg `errmessage'.
122         (Info-follow-reference): Update corresponding call.
123         (Info-node-spec-re): New const.
124         (Info-complete-menu-item): Use it to only allow : when necessary.
125         (Info-fontify-node): Use it as well.  Fixup typo.
127         * info.el (info-fontify-node): Use better help-echo text.
128         Use :align-to display prop.
129         Use `invisible' rather than `display' prop to hide text.
131         * info.el (Info-mode-hook): Obey obsolete `Info-fontify'.
132         (Info-find-in-tag-table-1): Remove unused vars.
133         (Info-display-images-node): Remove unused var paragraph-markers.
134         (Info-header-line): Remove.
135         (Info-select-node): Don't set it.
136         (Info-search): Remove unused var `current'.
137         (Info-follow-reference): Remove unused var `beg'.
138         (Info-extract-menu-node-name): Remove unused var `i'.
139         (Info-complete-menu-item): Use `with-current-buffer'.
140         (Info-index): Remove unused var `rnode'.
141         (Info-mode): Set header-line-format to check text-properties directly.
142         (Info-find-emacs-command-nodes): Remove unused var `found' and `exact'.
143         (Info-fontify-node): Use `push'.
144         (Info-speedbar-hierarchy-buttons): Use `dolist'.
145         (Info-speedbar-goto-node, Info-speedbar-fetch-file-nodes):
146         Check the return value of `string-match'.
147         (Info-speedbar-fetch-file-nodes): Factor out common code.
149 2003-06-03  Lute Kamstra  <Lute.Kamstra@cwi.nl>
151         * cus-edit.el (custom-get-fresh-buffer): Test for nonexistence buffer.
153 2003-06-03  Richard M. Stallman  <rms@gnu.org>
155         * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
156         Add save-excursion.
158         * windmove.el (windmove-reference-loc, windmove-frame-edges):
159         Use window-inside-edges.
160         (windmove-do-window-select): Fix error messages.
162         * files.el (after-find-file): Simplify msg if nonexistent directory.
163         (make-directory): Doc fix.
165         * dabbrev.el (dabbrev--goto-start-of-abbrev):
166         Use minibuffer-prompt-end.
168         * comint.el (comint-move-point-for-output): Renamed from
169         comint-scroll-to-bottom-on-output.  Old name is alias.
170         All uses changed.  Doc fix.
171         (comint-scroll-show-maximum-output): Doc fix.
173         * comint.el (comint-exec-1): Don't use directory-sep-char.
174         (comint-dynamic-complete-as-filename): Likewise.
176         * bindings.el (global-map): Delete C-M-delete and C-M-backspace.
178 2003-06-03  Markus Rost  <rost@math.ohio-state.edu>
180         * progmodes/ps-mode.el (ps-mode): Use autoload cookie in the
181         standard way.
183 2003-06-02  Stefan Monnier  <monnier@cs.yale.edu>
185         * textmodes/bibtex.el (bibtex-member-of-regexp)
186         (bibtex-assoc-of-regexp, bibtex-format-entry, bibtex-find-entry)
187         (bibtex-autokey-demangle-name, bibtex-string-files-init, bibtex-mode):
188         Fix up regexp usage and use match-string.
190 2003-06-02  Roland Winkler  <roland.winkler@physik.uni-erlangen.de>
192         * textmodes/bibtex.el: Long overdue merge.
193         Don't require `compile' since it seems unnecessary.
194         For all internal variables and functions the docstring comments have
195         been converted into proper docstrings
196         (bibtex-maintainer-address, bibtex-maintainer-salutation)
197         (bibtex-version): Remove support for bug reporting.
198         (bibtex-field-delimiters, bibtex-entry-delimiters)
199         (bibtex-sort-ignore-string-entries, bibtex-maintain-sorted-entries)
200         Replace make-variable-buffer-local by make-local-variable for
201         (bibtex-entry-format): New tag `required-fields'.
202         (bibtex-maintain-sorted-entries): New var.
203         (bibtex-sort-entry-class, bibtex-sort-entry-class-alist): New vars.
204         (bibtex-predefined-month-strings, bibtex-predefined-strings):
205         Make into alists with pairs (abbreviation expansion).
206         (bibtex-autokey-titleword-change-strings)
207         (bibtex-autokey-transcriptions): Make into alists.
208         Add new replacement pairs.
209         (bibtex-autokey-use-crossref): New var.
210         Replace bibtex-autokey-year-use-crossref-entry because updated code
211         for autokey generation handles crossrefs independently of
212         particular fields.
213         (bibtex-reference-key, bibtex-mode-syntax-table):
214         Remove = because it can't be part of a string's key.
215         (bibtex-complete-key-cleanup): New var.
216         (bibtex-complete): Merge bibtex-complete-string and bibtex-complete-key
217         into it (and bind to M-tab).
218         (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
219         (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
220         (bibtex-quoted-string-re): New vars.
221         (bibtex-field-name-for-parsing): Don't make-variable-buffer-local.
222         (zmacs-regions): Declare to quieten the byte-compiler.
223         (bibtex-comment-start): Don't include the space.
224         (bibtex-font-lock-syntactic-keywords): New var.
225         (bibtex-font-lock-keywords): Remove the entry for @Comment.
226         (bibtex-parse-field-string): Merge the functionality of
227         bibtex-parse-field-string-braced, bibtex-parse-quoted-string and
228         bibtex-parse-field-string-quoted.
229         (bibtex-search-forward-field-string): Remove.
230         (bibtex-parse-association): Use when.
231         (bibtex-parse-field-name): Use when.
232         (bibtex-parse-field-text): Use when and cond.
233         (bibtex-parse-field): Use let.
234         (bibtex-search-forward-field, bibtex-search-backward-field):
235         Make bound optional, use let, setq, and cddr.
236         (bibtex-start-of-field, bibtex-start-of-name-in-field)
237         (bibtex-end-of-name-in-field): Use nth.
238         (bibtex-name-in-field, bibtex-text-in-field-bounds)
239         (bibtex-text-in-field, bibtex-type-in-head, bibtex-key-in-head)
240         (bibtex-text-in-string): New functions.
241         (bibtex-reference-key-in-string): New fun.  Merge of
242         bibtex-start-of-reference-key-in-string and
243         bibtex-end-of-reference-key-in-string.
244         (bibtex-parse-string-prefix): Use let and when.
245         (bibtex-parse-string-postfix): Use when.
246         (bibtex-search-forward-string, bibtex-search-backward-string):
247         Use save-excursion and setq.
248         (bibtex-member-of-regexp): Use let.
249         (bibtex-assoc-of-regexp): Use caar und let.
250         (bibtex-skip-to-valid-entry): Return buffer position.
251         (bibtex-map-entries): Use save-excursion.
252         (bibtex-progress-message): Simplify.
253         (bibtex-search-entry): Use skip-chars-forward, when, save-match-data.
254         (bibtex-move-outside-of-entry): Handle the case that point is before
255         first entry.
256         (bibtex-enclosing-field): Use save-excursion, when.
257         (bibtex-format-field-delimiters): Merge into bibtex-format-entry.
258         (bibtex-enclosing-entry-maybe-empty-head): Simplify.
259         (bibtex-format-entry): Simplify.  Handle new tag required-fields of
260         bibtex-entry-format.
261         (bibtex-autokey-abbrev): Accept negative values of len.
262         (bibtex-autokey-get-field, bibtex-autokey-demangle-title): New funs.
263         (bibtex-autokey-get-namefield, bibtex-autokey-get-namelist)
264         (bibtex-autokey-get-yearfield-digits, bibtex-autokey-get-yearfield)
265         (bibtex-autokey-get-titlestring): Remove.
266         (bibtex-autokey-get-names): Simplify.
267         (bibtex-autokey-get-titles): Rename to bibtex-autokey-get-title.
268         (bibtex-autokey-demangle-name): Simplify, avoid error messages.
269         (bibtex-generate-autokey): Simplify.
270         (bibtex-parse-keys): Simplify, use push.
271         (bibtex-parse-strings): New fun similar to bibtex-parse-keys.
272         (bibtex-string-files-init): New fun.
273         (bibtex-parse-buffers-stealthily): Use bibtex-parse-keys,
274         bibtex-string-files-init and bibtex-parse-strings.
275         (bibtex-complete): Rename to bibtex-complete-internal, use push,
276         bibtex-reference-key-in-string, no sorting.
277         (bibtex-complete-string-cleanup): New fun, displays expansion of
278         completed strings.
279         (bibtex-choose-completion-string): New fun.  Required for
280         choose-completion-string-functions.
281         (bibtex-do-auto-fill): Remove.  Set fill-prefix in bibtex-mode.
282         (bibtex-pop): Simplify.
283         (bibtex-mode): Move setting of bibtex-string to bibtex-parse-strings.
284         Set choose-completion-string-functions.
285         (bibtex-print-help-message,bibtex-make-field, bibtex-end-of-entry)
286         (bibtex-count-entries): Simplify.
287         (bibtex-entry-index, bibtex-lessp): New funs for generalized sorting
288         scheme of indices, see bibtex-maintain-sorted-entries.
289         (bibtex-sort-buffer): Use bibtex-lessp for sorting.
290         (bibtex-find-crossref, bibtex-find-entry): New funs.
291         (bibtex-find-entry-location): Rename to bibtex-prepare-new-entry, use
292         bibtex-lessp, Simplify.
293         (bibtex-validate): Simplify.  Fixe bug of internal variable
294         questionable-month.
295         (bibtex-remove-OPT-or-ALT): Use when.
296         (bibtex-remove-delimiters, bibtex-kill-field, bibtex-kill-entry)
297         (bibtex-clean-entry, bibtex-fill-entry, bibtex-reformat): Simplify.
298         (bibtex-convert-alien): Use deactivate-mark rather than the
299         non-existent bibtex-mark-active variable.
300         (bibtex-complete-string, bibtex-complete-key): Merge into new
301         `smart' defun bibtex-complete.
302         (bibtex-String): Update for new sorting scheme, distinguish empty and
303         non-empty key strings.
305 2003-06-02  Stefan Monnier  <monnier@cs.yale.edu>
307         * sort.el (sort-subr): Add `predicate' arg.  Remove `sortcar' code.
309 2003-06-02  Lute Kamstra  <Lute.Kamstra@cwi.nl>
311         * emacs-lisp/lisp-mnt.el (lm-synopsis): Use relative filenames
312         correctly.  Show the synopsis to the user when appropriate.
313         Do not kill buffers that were created outside `lm-synopsis'.
315 2003-06-01  Stefan Monnier  <monnier@cs.yale.edu>
317         * cus-edit.el (custom-get-fresh-buffer): Be extra paranoid,
318         just in case some used a file of the wrong name.
320         * progmodes/sh-script.el (sh-is-quoted-p): New fun.
321         (sh-font-lock-paren): Use it to allow \C in case patterns.
322         (sh-get-indent-info): Check the \n before the line for string-status.
323         (sh-feature): Remove unused var `function'.
324         (sh-get-indent-info): Remove unused variables.
325         (sh-prev-thing): Remove unused vars `going', `n', and `found'.
326         (sh-set-indent): Remove unused var `new-val' and `val0'.
327         (sh-learn-buffer-indent): Remove unused vars `last-pos' and `lines'.
328         (sh-guess-basic-offset): Remove unused var `return' and `j'.
330 2003-05-27  David Ponce  <david@dponce.com>
332         * ruler-mode.el
334         Version 1.6
336         Take into account changes made to the display margins, fringes and
337         scroll-bar handling.
339         (ruler-mode-margins-char): Remove.  Not used anymore.
340         (ruler-mode-pad-face, ruler-mode-fringes-face): New faces.
341         (ruler-mode-margins-face): New definition.  Move.
342         (ruler-mode-left-fringe-cols)
343         (ruler-mode-right-fringe-cols)
344         (ruler-mode-left-scroll-bar-cols)
345         (ruler-mode-right-scroll-bar-cols): Reimplement.  Move.
346         (ruler-mode-full-window-width)
347         (ruler-mode-window-col): New functions.
348         (ruler-mode-mouse-set-left-margin)
349         (ruler-mode-mouse-set-right-margin)
350         (ruler-mode-mouse-add-tab-stop)
351         (ruler-mode-mouse-del-tab-stop): Reimplement.
352         (ruler-mode-mouse-current-grab-object): Rename to...
353         (ruler-mode-dragged-symbol): New.
354         (ruler-mode-mouse-grab-any-column): Use it.  Clean up.
355         (ruler-mode-mouse-drag-any-column): Likewise.
356         (ruler-mode-mouse-drag-any-column-iteration): Simplify.
357         (ruler-mode): Restore previous `header-line-format' if
358         `ruler-mode-header-line-format-old' has a local binding in current
359         buffer.
360         (ruler-mode-left-margin-help-echo)
361         (ruler-mode-right-margin-help-echo): Remove.
362         (ruler-mode-margin-help-echo)
363         (ruler-mode-fringe-help-echo): New constants.
364         (ruler-mode-ruler): Use them.  Reimplement.
366 2003-06-01  Jason Rumney  <jasonr@gnu.org>
368         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
369         Default to new wheel-up and wheel-down events on Windows.
371         * term/w32-win.el: No need to bind wheel events specially.
373 2003-06-01  Michael Kifer  <kifer@cs.stonybrook.edu>
375         * desktop.el (desktop-create-buffer): Added (desktop-first-buffer) to
376         the let-statement to avoid the startup error that desktop-first-buffer
377         is undefined.
379 2003-06-01  Andreas Schwab  <schwab@suse.de>
381         * man.el (Man-name-regexp): Also match Latin-1 soft hyphen.
382         (Man-build-references-alist): Handle Latin-1 soft hyphen.
384 2003-05-31  Stephen Eglen  <stephen@gnu.org>
386         * iswitchb.el (iswitchb-buffer-ignore): Update custom type to
387         allow functions.
389 2003-05-31  Stefan Monnier  <monnier@cs.yale.edu>
391         * view.el (view-file, view-file-other-window, view-file-other-frame):
392         Signal an error when trying to visit an inexistent file.
394         * vc-hooks.el (vc-call-backend): Give better error message
395         when a backend function is missing.
396         (vc-find-file-hook): USe unless.  Merge if and cond.
398         * vc.el (vc-directory-exclusion-list): Add MCVS and .svn.
399         (vc-checkin-hook): Adjust option to new name.
401         * log-edit.el (log-edit-maximum-comment-ring-size)
402         (log-edit-comment-ring, log-edit-comment-ring-index)
403         (log-edit-last-comment-match): Rename vars from
404         vc-maximum-comment-ring-size, vc-comment-ring, vc-comment-ring-index,
405         and vc-last-comment-match.
406         (log-edit-new-comment-index, log-edit-previous-comment)
407         (log-edit-next-comment, log-edit-comment-search-backward)
408         (log-edit-comment-search-forward, log-edit-comment-to-change-log):
409         Rename funs from vc-new-comment-index, vc-previous-comment,
410         vc-next-comment, vc-comment-search-reverse, vc-comment-search-forward,
411         and vc-comment-to-change-log.
413         * wid-edit.el (widget-specify-insert): Simplify.
414         (widget-editable-list-entry-create): Don't assume that %d and %i are
415         in the format string.
416         (widget-map-buttons): Remove unused var `parent'.
417         (widget-move): Remove unused shadowed var `new'.
418         (widget-color-action): Remove unused var `pos'.
420         * cus-edit.el (custom-get-fresh-buffer): New fun.
421         (custom-buffer-create, custom-buffer-create-other-window)
422         (customize-browse): Use it instead of killing buffers.
423         (custom-bury-buffer): Obey the argument.
424         (custom-variable-reset-saved, custom-variable-reset-standard):
425         Remove unused var `comment-widget'.
426         (custom-face-edit-deactivate): Remove unused var `to'.
427         (custom-save-variables): Remove unused var `sep'.
429 2003-05-31  John Paul Wallington  <jpw@gnu.org>
431         * files.el (large-file-warning-threshold): Add type, groups.
433         * progmodes/delphi.el (delphi-ignore-changes): Defvar; non-constant.
435 2003-05-31  Kenichi Handa  <handa@m17n.org>
437         * files.el (recover-file): Bind coding-system-for-read to
438         auto-save-coding.
440 2003-05-31  Juanma Barranquero  <lektu@terra.es>
442         * misc.el (mark-beginning-of-buffer, mark-end-of-buffer)
443         (upcase-char, forward-to-word, backward-to-word): Moved from unused.el.
445         * unused.el: Deleted (contents moved to misc.el).
447         * options.el:
448         * emacs-lisp/float.el:
449         * textmodes/scribe.el: Moved to obsolete.
451         * byte-run.el:
452         * derived.el:
453         * float-sup.el:
454         * map-ynp.el:
455         * regi.el:
456         * timer.el:
457         * warnings.el: Moved to emacs-lisp.
459         * enriched.el: Moved to textmodes.
461         * textmodes/outline.el: Moved to lisp.
463         * which-func.el: Moved to progmodes.
465         * loadup.el: Load byte-run.el, map-ynp.el, timer.el and float-sup.el
466         from emacs-lisp.
468 2003-05-31  Tom Wurgler  <twurgler@goodyear.com>  (tiny change)
470         * subr.el (looking-back): New function to check for regular
471         expression before point.
473 2003-05-30  Stefan Monnier  <monnier@cs.yale.edu>
475         * newcomment.el (comment-empty-lines): New var.
476         (comment-region-internal): Use it.
478         * textmodes/tex-mode.el (latex-block-args-alist)
479         (latex-block-body-alist): New vars.
480         (latex-insert-block): Use them.
481         (tex-string-prefix-p): New fun.
482         (tex-guess-main-file): Use it to detect when the main file
483         is in a parent directory.
484         (tex-main-file): Try to find a main-file in parent directories.
485         (tex-compile-default): Don't use `gv' on pdf files just because
486         `gv' was used recently on a ps file.  Remove unused arg `dir'.
487         Reuse a previous command as-is if it applied to the same file.
488         (tex-compile): Use the right file name when file is not in dir.
490         * textmodes/refill.el (refill-adjust-ignorable-overlay):
491         Don't hardcode pint-min == 1.
492         (refill-fill-paragraph-at): Use a more robust method to detect
493         when the paragraph is after point.  Remove unused var `fill-pfx'.
495         * xml.el (xml-parse-tag): Return (foo nil) rather than (foo nil "")
496         for <foo/>, to make it behave like <foo></foo>.
498         * emacs-lisp/edebug.el (edebug-storing-offsets): Move indent
499         and debug to inside the macro.
500         (edebug-read-storing-offsets): Simplify.
501         (edebug-read-quote, edebug-read-function): Place the
502         start-position correctly.
503         (edebug-read-backquote-new): Remove.
504         (edebug-read-backquote-level): New var to replace it.
505         (edebug-read-backquote): Increment it.
506         Don't store offsets one extra time.
507         (edebug-read-comma): Decrement it.  Read the comma as a plain
508         symbol if outside of any new-style backquote.
509         (edebug-read-list): Use edebug-read-backquote-level.
510         Don't call edebug-read-backquote directly.  This way the extra
511         offsets store is done exactly when it's needed.
512         (edebug-read-vector): Use push.
513         (defmacro): Add support for the `declare' thingy.
515 2003-05-29  Stefan Monnier  <monnier@cs.yale.edu>
517         * forms.el (forms-mode-hook): Rename from forms-mode-hooks.
518         (forms-mode): Use add-hook rather than make-local-variable+setq.
519         Use with-current-buffer.  Run the new and the old hooks.
520         (forms--update): Use with-current-buffer and line-end-position.
521         (forms--goto-record): New fun.
522         (forms-jump-record, forms-insert-record, forms-delete-record): Use it.
523         (forms--process-format-list): Remove unused var `this-item'.
524         (forms--intuit-from-file): Remove unused var `the-result'.
525         (forms--trans): Remove unused var `x'.
526         (forms--exit, forms-exit, forms-exit-no-save): Remove unused arg.
528         * emacs-lisp/edebug.el (edebug-window-list): Use push.
529         (edebug-macrop): Use functionp.
530         (edebug-functionp): Remove.
531         (edebug-get-displayed-buffer-points): Use push.
532         (edebug-set-buffer-points): Use save-current-buffer and buffer-live-p.
533         (edebug-list-form): Remove dead code.
534         (backquote-form): Correctly handle `(a . ,b).
535         (edebug-mode-map, global-edebug-map): Move init to inside the defvar.
536         (define-derived-mode, define-minor-mode): Remove outdated spec.
537         (save-match-data, with-output-to-string, with-current-buffer)
538         (combine-after-change-calls, with-temp-buffer, dolist, dotimes)
539         (unless, when): Remove specs that are now in the corresponding macro.
541         * emacs-lisp/easy-mmode.el (define-minor-mode): Add edebug spec.
542         Accept a :keymap argument, as you'd expect.
544         * derived.el (define-derived-mode): Add a proper edebug declaration.
546 2003-05-29  Luc Teirlinck  <teirllm@mail.auburn.edu>
548         * simple.el (kill-whole-line): Make it interact correctly with
549         the kill ring.
551 2003-05-29  Kenichi Handa  <handa@m17n.org>
553         * international/mule.el (ctext-non-standard-encodings-alist):
554         Renamed from non-standard-icccm-encodings-alist.
555         (ctext-non-standard-encodings-regexp): New variable
556         (ctext-post-read-conversion): Full rewrite.
557         (ctext-non-standard-designations-alist): Renamed from
558         non-standard-designations-alist.
559         (ctext-pre-write-conversion): Full rewrite.
561 2003-05-28  Stefan Monnier  <monnier@cs.yale.edu>
563         * info.el (Info-fontify-node): Hide \n------- rather than -------\n.
565         * skeleton.el (skeleton-edebug-spec): First cut of an edebug spec.
566         (define-skeleton): Use it.
568 2003-05-28  Andreas Schwab  <schwab@suse.de>
570         * descr-text.el (describe-char): Use `char' instead of
571         `(char-after)'.  Fix display of unicode.
573 2003-05-28  Nick Roberts  <nick@nick.uklinux.net>
575         * gud.el (gud-gdb-goto-stackframe, gud-gdb-get-stackframe):
576         Add server prefix to the gdb commands used by the speedbar.
578 2003-05-28  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
580         * simple.el (kill-region): If nothing was killed, and the
581         previous command was not a kill, break kill sequence.
583 2003-05-28  Richard M. Stallman  <rms@gnu.org>
585         * textmodes/refill.el (refill-fill-paragraph-at):
586         Avoid refilling the following paragraph.
587         (refill-doit): Doc fix.
589         * emulation/vip.el (ctl-x-map): Don't bind C-x C-i or C-x 3.
590         (global-map): Don't bind C-z.
591         (vip-setup): New function to rebind C-x 7 and C-z.
593         * emacs-lisp/lisp-mode.el (last-sexp-toggle-display):
594         Undo previous change (don't check for eob).  Widen at the beginning.
596         * map-ynp.el (map-y-or-n-p): No special handling for exit-prefix.
597         In help string, mention C-g but not ESC.
599         * jka-compr.el (jka-compr-insert-file-contents):
600         When REPLACE, delete the proper range of text.
602         * info.el (Info-index): Add autoload cookie.
604         * forms.el (forms-mode): Use write-file-functions instead
605         of local-write-file-hooks.  Use make-local-variable to make it local.
607         * descr-text.el (describe-char-unicode-data): New dummy definition.
608         (unicode-data): Commented out since we can't use UnicodeData.txt as is.
609         (describe-char-unicodedata-file): Variable renamed and commented out.
611         * faces.el (set-face-attribute): Set face-modified prop to t
612         when we change the new-frame defaults.
613         (face-spec-set): Set face-modified prop to nil
614         when we change the new-frame defaults.
616         * cus-edit.el (custom-face-state-set): non-nil `face-modified'
617         means face was set outside of Custom.
619 2003-05-28  Richard M. Stallman  <rms@gnu.org>
621         * byte-run.el (with-no-warnings): New function.
623         * emacs-lisp/bytecomp.el (byte-compile-no-warnings): New function.
624         (with-no-warnings): Set up compile handler.
626         * startup.el (command-line-1): Use with-no-warnings.
628         * type-break.el (type-break-cancel-function-timers):
629         Use with-no-warnings.
631 2003-05-28  Luc Teirlinck  <teirllm@mail.auburn.edu>
633         * env.el (substitute-env-vars): Fix typo.
635 2003-05-28  Walter C. Pelissero  <walter@pelissero.de>  (tiny change)
637         * net/browse-url.el (browse-url-mozilla): Correct the conditionals
638         for using ,new-window.
640 2003-05-27  Glenn Morris  <gmorris@ast.cam.ac.uk>
642         * progmodes/sh-script.el (sh-here-document-word):
643         Document new treatment of leading "-".
644         (sh-maybe-here-document): Strip a leading "-" from closing
645         heredoc delimiter, if present.
647         * align.el (align-rules-list): Doc fix.
649         * calendar/timeclock.el: Update copyright.
650         (timeclock-ask-before-exiting): Put `timeclock-query-out' on
651         `kill-emacs-query-functions' rather than `kill-emacs-hook'.
652         (timeclock-mode-string): Doc fix.
653         (timeclock-modeline-display): Doc fix.  Use `global-mode-string'
654         rather than `mode-line-format'.
655         (timeclock-query-out): Doc fix.
656         (timeclock-update-modeline): No need for `let*', so use `let'.
657         Add some help-echo text to `timeclock-mode-string'.
658         (timeclock-mode-string): Give it the risky-local-variable
659         property, so that help-echo text will display.
660         (timeclock-find-discrep): Set `accum' to 0 if
661         `timeclock-discrepancy' is nil.
663 2003-05-27  Stefan Monnier  <monnier@cs.yale.edu>
665         * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
666         Don't infinite loop at bob.
667         (emacs-lisp-mode): Mark its main custom group to be `lisp'.
668         (prin1-char): New fun.
669         (eval-last-sexp-1): Use it.  Use with-syntax-table as well.
670         (eval-defun-1): Don't replace `defvar' with `defconst'.
672 2003-05-27  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
674         * bindings.el (global-map): Bind M-S-<backspace to kill-whole-line.
676 2003-05-26  Stefan Monnier  <monnier@cs.yale.edu>
678         * gud.el (gud-find-class): Remove unused var `pos'.
679         (gdb-script-mode-syntax-table, gdb-script-font-lock-keywords)
680         (gdb-script-font-lock-syntactic-keywords)
681         (gdb-script-font-lock-syntactic-face, gdb-script-basic-indent)
682         (gdb-script-skip-to-head, gdb-script-calculate-indentation)
683         (gdb-script-indent-line, gdb-script-mode): New mode to edit
684         .gdbinit-like scripts.
686 2003-05-26  John Paul Wallington  <jpw@gnu.org>
688         * faces.el (display-supports-face-attributes-p): Doc fix.
689         (x-create-frame-with-faces): Call `face-set-after-frame-default'.
691 2003-05-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
693         * bindings.el (global-map): Don't bind S-<backspace>.  Too many
694         people hit it by mistake.
696 2003-05-26  Andre Spiegel  <spiegel@gnu.org>
698         * vc.el (vc-delete-file): Fix free variable reference.
699         (vc-annotate-display): Remove obsolesence declaration; it isn't
700         obsolete.
702 2003-05-25  Kevin Ryde  <user42@zip.com.au>
704         * info-look.el (autoconf-mode setups): Recognise AH_ and AU_ entries
705         in "(autoconf)Autoconf Macro Index".  Add "(autoconf)M4 Macro Index"
706         and "(autoconf)Autotest Macro Index".  Remove duplicate copy of
707         "(automake)Macro and Variable Index".  Keep automake after all
708         autoconf possibilities, so as to prefer those.
710 2003-05-25  Stefan Monnier  <monnier@cs.yale.edu>
712         * skeleton.el (skeleton-internal-1): Don't loop if interactor of
713         subskeleton is nil.
714         (skeleton-pair-default-alist): New var.
715         (skeleton-pair-insert-maybe): Use it.  Don't munge multibyte chars.
717 2003-05-25  Nick Roberts  <nick@nick.uklinux.net>
719         * gdb-ui.el (gdb-info-breakpoints-custom, gdb-assembler-custom):
720         Put string associated with breakpoint at start of line so that it
721         is always visible.
722         (gdb-display-source-buffer): Display assembler during execution,
723         when requested.
724         (gud-menu-map): Add a toggle button to menubar for gdb-many-windows.
725         (gdb-many-windows): Define explicitly as a function and a variable
726         (formerly as a minor mode). These need to be global so layout can
727         be reset from any buffer.
728         (gdb-assembler-mode): Keep fringe outside margin as the overlay
729         arrow is not used for assembler.
731 2003-05-25   Tim Van Holder  <tim.vanholder@anubex.com>
733         * which-func.el (which-func-update-timer): New variable.
734         (which-function-mode): Use it.
736 2003-05-25  Richard M. Stallman  <rms@gnu.org>
738         * simple.el (idle-update-delay): New variable.
740 2003-05-25  Luc Teirlinck  <teirllm@mail.auburn.edu>
742         * simple.el (forward-visible-line): Fix negative arguments.
744 2003-05-25  Juanma Barranquero  <lektu@terra.es>
746         * skeleton.el (skeleton-pair-insert-maybe): Remove leftover
747         reference to skeleton-abbrev-cleanup.
749 2003-05-24  Andreas Schwab  <schwab@suse.de>
751         * files.el (insert-directory): Preserve CR in a file name.
753 2003-05-24  Stefan Monnier  <monnier@cs.yale.edu>
755         * skeleton.el (skeleton-abbrev-cleanup, skeleton-proxy):
756         Remove obsolete code.
758         * term/w32-win.el (iconify-or-deiconify-frame):
759         * term/mac-win.el (iconify-or-deiconify-frame): Move to frame.el.
761         * term/x-win.el (iconify-or-deiconify-frame): Move to frame.el.
762         Turn on mouse-wheel support by default.
764         * frame.el (iconify-or-deiconify-frame): Move from term/x-win.el.
766 2003-05-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
768         * net/tramp.el: Version 2.0.34 released.
769         (tramp-handle-file-symlink-p): If target of symlink is absolute,
770         return a Tramp filename.  (Ie, return "/user@host:/target" instead
771         of "/target".)
772         (tramp-handle-file-truename): Deal with new return value from
773         `file-symlink-p'.
774         (tramp-handle-expand-file-name): Make default method explicit in
775         file name.
776         (tramp-unified-filenames): Move to an earlier spot in the file.
777         (top-level): If tramp-unified-filenames is set and we're running
778         on XEmacs, load tramp-efs.
779         (tramp-wait-for-shell-prompt, tramp-barf-if-no-shell-prompt):
780         New functions, used by tramp-send-command-internal.
781         (tramp-open-connection-setup-interactive-shell): Simplify using
782         `tramp-send-command-internal'.
783         (tramp-send-command-internal): New function.
784         (tramp-methods): New entries "remsh" and "remcp" are like "rsh"
785         and "rcp" but invoke "remsh" instead of "rsh".  This is useful on
786         Cray systems, for instance.  Unify tramp-rsh-program,
787         tramp-telnet-program, tramp-su-program into tramp-login-program.
788         Likewise with tramp-login-args, tramp-copy-program,
789         tramp-copy-args, tramp-copy-keep-date-arg.  Users changed.  New
790         method plink1; like plink but pass "-1" to force protocol version 1.
791         (tramp-default-method): Use plink as the default on machines where
792         the plink program is present.
793         (tramp-completion-file-name-handler): Add safe-magic property.
794         (tramp-shell-prompt-pattern): Allow ANSI escapes at
795         end of prompt.  (ANSI escapes elsewhere in the prompt are
796         recognized properly already.)
798         * net/tramp-efs.el: New file.
800 2003-05-24 Michael Albinus  <Michael.Albinus@alcatel.de>
802         * net/tramp.el (tramp-handle-file-truename): `sym' shouldn't be
803         quoted.
804         (tramp-methods, tramp-multi-connection-function-alist):
805         Use argument "-p Password:" for "sudo" method, because password prompt
806         might be changed by either passprompt option in /etc/sudoers, or
807         SUDO_PROMPT environment variable.  Suggested by Peter Oliver
808         <peter.oliver@aquila-networks.co.uk>.
810 2003-05-23  Stefan Monnier  <monnier@cs.yale.edu>
812         * mail/supercite.el: Use `push' and replace `regi-pos' by equivalents.
813         (sc-emacs-features): Remove.  Use better tests instead.
814         (sc-minor-mode): Use define-minor-mode.
815         (sc-mode-string, sc-set-mode-string): Remove.
816         Use a better modeline expression instead.
817         (sc-completing-read, sc-read-string, sc-submatch, sc-member)
818         (sc-string-text): Remove those compatibility functions.
820         * pcvs.el (cvs-temp-buffer): Kill running process in displayed buffers.
821         (cvs-make-cvs-buffer): Fix up format of the header.
823         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
824         Match more cases of /.../ patterns.
826 2003-05-23  Nick Roberts  <nick@nick.uklinux.net>
828         * gdb-ui.el (gdba): Accommodate Fortran programs.
829         (gud-gdba-command-name): Use -noasync in all cases (as Fortran
830         seems to require it also).
831         (gdb-source-info): Parse correctly when compilation directory
832         specifies host also (IRIX).
834 2003-05-23  Andre Spiegel  <spiegel@gnu.org>
836         * vc-cvs.el (vc-cvs-checkout): Don't leave the branch when
837         REV is t.  From Don Provan <dprovan@bivio.net>
839 2003-05-23  Richard M. Stallman  <rms@gnu.org>
841         * forms.el (forms--mode-commands1): Bind \t, not `tab'.
842         (forms--mode-commands): Don't bind \t in the maps where
843         we call forms--mode-commands1.
845 2003-05-23  Taro Kawagishi <tarok@acm.org>
847         * arc-mode.el (archive-lzh-summarize): Calculate correct total
848         header size for LZH level 1 header.
850 2003-05-23  Richard M. Stallman  <rms@gnu.org>
852         * textmodes/paragraphs.el (repunctuate-sentences): Add doc string.
854 2003-05-23  Daniel Ortmann  <dortmann@lsil.com>  (tiny change)
856         * textmodes/paragraphs.el (repunctuate-sentences): New function.
858 2003-05-23  Lute Kamstra  <Lute.Kamstra@cwi.nl>
860         * emacs-lisp/lisp-mnt.el: Make the description of the library more
861         accurate.
862         (lm-any-header): New user option.
863         (lm-section-start): New function; rewrite of `lm-section-mark'.
864         (lm-section-mark): Make alias of `lm-section-start'.
865         (lm-section-end): New function.
866         (lm-code-start): New function; rewrite of `lm-code-mark'.
867         (lm-code-mark): Make alias of `lm-code-start'.
868         (lm-commentary-start): New function; rewrite of `lm-commentary-mark'.
869         (lm-commentary-mark): Make alias of `lm-commentary-start'.
870         (lm-commentary-end): New function.
871         (lm-history-start): New function; rewrite of `lm-history-mark'.
872         (lm-history-mark): Make alias of `lm-history-start'.
873         (lm-commentary): Use `lm-commentary-end' to find the end of the
874         commentary section.
876         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
877         Use `lm-commentary-end' to find the end of the commentary section.
879 2003-05-22  Stefan Monnier  <monnier@cs.yale.edu>
881         * skeleton.el (define-skeleton): Use the `no-self-insert' property.
882         (skeleton-proxy-new): Fix docstring.  Remove broken interactive spec.
883         Rely on use `no-self-insert' rather than `skeleton-abbrev-cleanup'.
884         (skeleton-internal-1): Add a `recursive' argument.
885         (skeleton-internal-list): Use it to propagate `recursive'.
887 2003-05-22  Ken Stevens  <kstevens@ichips.intel.com>
889         * ispell.el: Sync to version 3.6.
890         Summary: MIME support added for e-mail processing that
891         skips encoded regions.  Allow user to skip saving Fcc messages with
892         large attachments.  Fixed region skipping bug with multi-line
893         comments - e.g.  tex $ regions spanning multiple lines.
894         Added support for postscript and uuencoded regions.
895         Redundant dictionary file names purged.
896         Dictionary definition field name changed from "Character Set"
897         to "Coding System".  Fixed bug in reloading dictionaries.
898         Modified headers to reflect new version.  XEmacs menu now adds
899         customize item.
900         (ispell-check-version): No longer an aliased function.
901         Returns library path if not called interactively.
902         Variable `temporary-file-directory' protected if not loaded.
903         (check-ispell-version): Now the alias for `ispell-check-version'.
904         (ispell-message-fcc-skip): New variable that determines if and when
905         to query about saving Fcc copy of message if an attachment is large.
906         (ispell-skip-html): Declared buffer-local.
907         (ispell-local-dictionary-alist): Docstring expanded.
908         Tag name changed from "Character Set" to "Coding System".
909         (ispell-dictionary-alist-1): Removed redundant command-line option to
910         load brasileiro, british, and castellano dictionary files.
911         (ispell-dictionary-alist-2): Removed redundant command-line option to
912         load czech dictionary file.
913         (ispell-dictionary-alist-3): Moved francais-tex here.
914         (ispell-dictionary-alist-4): Removed german and german8 dictionaries.
915         The deutsch ones are the correct definitions.  `nederlands'
916         and `nederlands8' dictionaries moved here.
917         (ispell-dictionary-alist-5): `polish' and `portugues' dictionaries
918         moved here.  Removed redundant command-line option to `norsk'
919         and `portugues'.
920         (ispell-dictionary-alist-6): Removed redundant command-line option to
921         load `russian' and `slovak' dictionary files.
922         (ispell-dictionary-alist): Tag name changed from "Character Set" to
923         "Coding System".
924         (ispell-version): Updated to 3.6.
925         (ispell-library-directory): Calls non-deprecated function.
926         (ispell-valid-dictionary-list): New function returning all valid
927         dictionaries on machine.
928         (ispell-checking-message): Documentation string improved.
929         (ispell-skip-region-alist): Added uuencoded and postscript region
930         skipping.  Improved http/e-mail/file regexp to not match `/.\w'.
931         (ispell-html-skip-alists): New variable for html region support.
932         (ispell-send-string): Removed redundant xemacs check.
933         (ispell-word): Fix spelling error in documentation string, added
934         extent information to support highlighting in ispell-minor-mode.
935         (ispell-command-loop): Disable horizontal scrollbar in XEmacs
936         choices buffer.
937         (ispell-show-choices): Directly select `choices-window'.
938         (ispell-help): Use default buffer size for electric help.
939         (ispell-adjusted-window-height): Correct for xemacs detection.
940         (ispell-start-process): Don't double specify dictionary file name.
941         (ispell-init-process): Set `ispell-library-path' each call.
942         (ispell-change-dictionary): Now only completes valid dictionaries.
943         (ispell-region): Add support for MIME region skipping and Fcc
944         message query for large attachments.
945         (ispell-begin-skip-region-regexp): Add documentation string.
946         Added message support and cleaned up code for generic and html regions.
947         (ispell-begin-skip-region): Function is now requires alist argument.
948         (ispell-begin-tex-skip-regexp): Added comments and support
949         improved html and message regions.
950         (ispell-skip-region-list): New function for MIME and region skipping.
951         (ispell-tex-arg-end): Add documentation string.
952         (ispell-ignore-fcc): New function to query saving Fcc message.
953         (ispell-skip-region): Calculate alist for key match dynamically,
954         html skipping pushed to alists.
955         (ispell-get-line): Add support for multi-line comment regions.
956         (ispell): Check that variables to continue spelling are bound.
957         (ispell-message-text-end): Postscript and uuencoded regions now
958         supported as MIME regions, rather than as end-of-message region.
959         (ispell-mime-multipartp): New function supporting MIME.
960         (ispell-mime-skip-part): New function supporting MIME.
961         (ispell-message): Add MIME support.
962         (ispell-buffer-local-parsing): Variable `ispell-skip-html' now local.
963         (ispell-buffer-local-dict): Fixed bug for detecting and reloading
964         new dictionary.
966 2003-05-22  Stephen J. Turnbull  <stephen@xemacs.org>
968         * subr.el (split-string): Implement specification that splitting on
969         explicit separators retains null fields.  Add new argument
970         OMIT-NULLS.  Special-case (split-string "a string").
972 2003-05-22  Stefan Monnier  <monnier@cs.yale.edu>
974         * international/mule-cmds.el (select-safe-coding-system):
975         Try default-buffer-file-coding-system too for automatic selection.
977 2003-05-21  Stefan Monnier  <monnier@cs.yale.edu>
979         * simple.el (ctl-x-map): Remove the C-x U binding added recently.
981 2003-05-21  Dave Love  <fx@gnu.org>
983         * descr-text.el (unicodedata-file): New.
984         (unicode-data): New (adapted from unicode branch).
985         (describe-char): Use it.  Print char's unicode differently.
986         Avoid elements with null cadr when formatting list.  Clarify error
987         message when used in Help buffer.
988         (button): Require when compiling.
989         (describe-char-after): Alias for obsolete command.
991 2003-05-21  Nick Roberts  <nick@nick.uklinux.net>
993         * gdb-ui.el (gud-gdba-command-name): Use -noasync option for Gdb
994         with MS windows.
995         (gdb-display-end): Only make buffer writeable temporarily.
996         Move "View" submenu up one level.
998 2003-05-21  Nick Roberts  <nick@nick.uklinux.net>
1000         * gdb-ui.el (gdb-view-source, gdb-selected-view): New variables.
1001         (gdba): Inhibit DOS window in MS Windows.
1002         (gdb-inferior-io-mode): Use hexl instead of cat.
1003         (gdb-info-breakpoints-custom, gdb-assembler-custom, gdb-reset):
1004         Use text in margin for MS Windows as there is no image support.
1005         (gdb-restore-windows, gdb-setup-windows): Restore/start with
1006         assembler view if appropriate.
1007         (gdb-assembler-custom): Assembler code should display at point.
1008         Parse address correctly.
1009         (gdb-frame-handler): Accommodate selection of display of source
1010         or assembler.
1011         Add radio buttons to select display of source or assembler.
1013 2003-05-20  Lars Hansen  <larsh@math.ku.dk>
1015         * desktop.el (desktop-save): Ensure parameter is expanded and ends
1016         with a slash before assigning it to desktop-dirname and
1017         default-directory.
1018         (desktop-read): Put buffers existing prior to evaluating the
1019         desktop (and not reused) at the end of the buffer list.
1020         (desktop-create-buffer): Don't update desktop-first-buffer for old
1021         desktop files.
1023 2003-05-19  John Paul Wallington  <jpw@gnu.org>
1025         * xml.el (xml-name-regexp): Wrap in `eval-and-compile'.
1027 2003-05-19  Dave Love  <fx@gnu.org>
1029         * xml.el: Doc fixes.
1030         (xml-parse-file, xml-parse-region): Autoload.
1031         (xml-syntax-table, xml-name-regexp): New.
1032         (xml-parse-region): Narrow to region, set syntax-table and
1033         case-fold-search.  Reject fewer valid documents.
1034         (xml-parse-tag): Remove arg END.  Callers changed.
1035         (xml-parse-tag): Use skip-syntax-forward.  Use PARSE-DTD arg
1036         properly.  Don't use buffer-substring-no-properties.  Don't bind
1037         case-fold-search.  Fix syntax for empty elements.  Hoist consing
1038         of end-of-tag regexp out of loop.
1039         (xml-parse-attlist): Remove arg.  Callers changed.
1040         Use skip-syntax-forward, replace-regexp-in-string, forward-sexp.
1041         Allow non-ASCII names.
1042         (xml-skip-dtd): Remove arg.  Callers changed.  Change matching code.
1043         (xml-parse-dtd): Grok external DTDs.  Allow non-ASCII.
1044         Don't use match-string-no-properties.
1045         (xml-ucs-to-string): Delete.
1046         (xml-substitute-entity): New.
1047         (xml-substitute-special): Use it.
1048         (xml-debug-print-internal): Simplify insertions.
1049         (xml-parse-file): Avoid finding file in xml-mode.
1051 2003-05-19  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
1053         * simple.el (kill-whole-line): New function.
1054         * bindings.el (global-map): Bind it.
1056 2003-05-19  Richard M. Stallman  <rms@gnu.org>
1058         * net/goto-addr.el (goto-address-fontify-maximum-size):
1059         Value t means no limit.
1060         (goto-address-fontify): Implement that feature.
1062         * emacs-lisp/find-func.el (find-function-on-key):
1063         Move the call to find-function-other-window outside
1064         the save-excursion.
1066         * find-file.el (ff-special-constructs): Delete the Ada entry.
1068         * faces.el (x-create-frame-with-faces):
1069         Don't call face-set-after-frame-default.
1070         (face-set-after-frame-default): Copy attrs of global `default'
1071         face to FRAME's `default' face.
1073 2003-05-19  Joe Kelsey  <joek@flyingcroc.net>
1075         * skeleton.el (skeleton-internal-1): Allow - as alternate
1076         interesting point marker and revert @ to just setting
1077         skeleton-positions.
1079 2003-05-18  Stefan Monnier  <monnier@cs.yale.edu>
1081         * emacs-lisp/lisp.el (beginning-of-defun-raw): Use shy-group.
1083         * progmodes/executable.el (executable-set-magic): Remove unused
1084         vars `point' and `buffer-modified-p'.
1086         * mail/sendmail.el (mail-mode): Don't bother setting paragraph-start.
1088         * mail/mail-extr.el: Use explicit coding tag.
1090         * international/mule.el (sgml-xml-auto-coding-function)
1091         (sgml-html-meta-auto-coding-function): Don't assume point-min == 1.
1093         * language/china-util.el (hz-set-msb-table): Build when compiling.
1094         (big5-to-cns): Pre-build the alist when compiling.
1096         * language/ind-util.el (indian-regexp-of-hashtbl-keys): Don't bother
1097         sorting the argument to regexp-opt.
1098         (indian--puthash-char): Use dolist rather than mapc.
1100 2003-05-18  Nick Roberts  <nick@nick.uklinux.net>
1102         * gdb-ui.el (put-arrow): Rename gdb-put-arrow and simplify.
1103         (put-string): Rename gdb-put-string and simplify.
1104         (remove-strings): Rename gdb-remove-strings.
1105         (remove-arrow): Rename gdb-remove-arrow.
1106         (gdb-assembler-custom): Try to get line marker (arrow) to display
1107         in window (revisited).
1108         Use with-current-buffer where possible.
1110 2003-05-18  John Paul Wallington  <jpw@gnu.org>
1112         * ibuffer.el (ibuffer-display-summary): New customizable variable.
1113         (ibuffer-update-title-and-summary): Respect it.
1115 2003-05-18  Michael Kifer  <kifer@cs.stonybrook.edu>
1117         * ediff-mult.el (ediff-default-filtering-regexp): New variable.
1119         * ediff-util.el (ediff-maybe-save-and-delete-merge): Change in a
1120         message.
1122         * ediff.el (ediff-directories,ediff-directory-revisions)
1123         (ediff-directories3,ediff-merge-directories)
1124         (ediff-merge-directories-with-ancestor,ediff-merge-directory-revisions)
1125         (ediff-merge-directory-revisions-with-ancestor): Make use of the new
1126         ediff-default-filtering-regexp variable.
1128 2003-05-18  Richard M. Stallman  <rms@gnu.org>
1130         * which-func.el (which-func-current, which-func-format):
1131         Preload the risky-local-variable properties for them.
1133         * subr.el (prepare-change-group): Reinstate BUFFER arg; make it work.
1135 2003-05-18  Nick Roberts  <nick@nick.uklinux.net>
1137         * gud.el (gdb): Define gud-nexti.
1138         (gud-menu-map): Add gud-nexti to map.
1139         (gud-tool-bar-map): Add gud-nexti and gud-stepi to toolbar.
1141         * toolbar/gud-stepi.xpm, toolbar/gud-stepi.pbm,
1142         toolbar/gud-nexti.xpm, toolbar/gud-nexti.pbm: New icons for debugger.
1144 2003-05-17  John Paul Wallington  <jpw@gnu.org>
1146         * international/ja-dic-cnv.el (skkdic-okuri-nasi-entries)
1147         (skkdic-okuri-nasi-entries-count): Use defvar for non-constants.
1149         * register.el (number-to-register): Use `string-to-number' instead
1150         of `string-to-int'.
1152 2003-05-17  Stefan Monnier  <monnier@cs.yale.edu>
1154         * log-edit.el: Don't require vc.el anymore.
1155         (log-edit-mode-map): Fold vc-log-mode-map into it.
1156         (vc-log-mode-map): Redefine as an alias.
1157         (vc-previous-comment): Don't widen.
1158         (vc-comment-to-change-log): Don't redundantly set paragraph-separate.
1159         Don't require `add-log' since it's already required at toplevel.
1161         * vc.el (vc-log-mode-map, vc-maximum-comment-ring-size)
1162         (vc-comment-ring, vc-comment-ring-index, vc-last-comment-match):
1163         Move vars to log-edit.el.
1164         (vc-new-comment-index, vc-previous-comment, vc-next-comment)
1165         (vc-comment-search-reverse, vc-comment-search-forward)
1166         (vc-comment-to-change-log): Move funs to log-edit.el.
1167         (vc-clear-context): Don't empty the comment-ring.
1168         (vc-finish-logentry): Don't add the comment onto the comment-ring.
1170         * log-edit.el (vc-log-mode-map, vc-maximum-comment-ring-size)
1171         (vc-comment-ring, vc-comment-ring-index, vc-last-comment-match):
1172         Move vars from vc.el.
1173         (vc-new-comment-index, vc-previous-comment, vc-next-comment)
1174         (vc-comment-search-reverse, vc-comment-search-forward)
1175         (vc-comment-to-change-log): Move funs from vc.el.
1176         (log-edit-show-files): Remove unused var `editbuf'.
1178         * progmodes/tcl.el (tcl-indent-exp): Remove dead code.
1179         (tcl-tab-always-indent): Default to tab-always-indent.
1181         * progmodes/perl-mode.el (perl-end-of-function): Remove unused var.
1182         (perl-tab-always-indent): Default to tab-always-indent.
1184         * which-func.el (which-func-format): Make it risky-local-variable.
1185         (which-func-table): New var.
1186         (which-func-current): Make it into a constant modeline spec.
1187         (which-func-previous): Remove.
1188         (which-func-update): Only update the selected window.
1189         (which-func-update-1): Use the new var to allow the current
1190         function to be different for a buffer shown in two windows.
1192         * subr.el (with-selected-window): New macro.
1193         (dolist, dotimes, with-current-buffer): Use backquotes.
1194         (when, unless, save-match-data, combine-after-change-calls)
1195         (with-output-to-string, with-temp-buffer): Add `declare' info.
1196         (listify-key-sequence): Don't allocate unnecessarily.
1197         (read-quoted-char): Allow up to base 36.
1198         (prepare-change-group): Remove unimplemented argument.
1199         (macro-declaration-function): Avoid `dolist' and `cadr'.
1201         * wid-edit.el (pp-to-string, Info-goto-node): Don't autoload.
1202         (widget-choose, widget-map-buttons): Use with-current-buffer.
1203         (widget-field-add-space): Change to nil (and to defconst).
1204         (widget-info-link-action): Use `info'.
1206 2003-05-17  Nick Roberts  <nick@nick.uklinux.net>
1208         * gdb-ui.el (gdb-info-frames-custom): Reverse contrast of face for
1209         selected frame.
1210         (gdb-annotation-rules): Stop using frames-invalid and
1211         breakpoints-invalid annotations.  Update after post-prompt instead.
1212         (gdb-post-prompt): Update frames and breakpoints here.
1213         (gdb-invalidate-frame-and-assembler)
1214         (gdb-invalidate-breakpoints-and-assembler): Remove.
1215         (gdb-current-address): Remove.
1216         (gdb-previous-address): New variable.
1217         (gud-until): Extend to work in Assembler buffer
1218         (gdb-append-to-inferior-io): Select IO buffer when there is output.
1219         (gdb-assembler-custom): Try to get line marker (arrow) to display
1220         in window.  Correct parsing for OS dependent output syntax of Gdb
1221         command, where.
1222         (gdb-frame-handler): Correct parsing for OS dependent output
1223         syntax of Gdb command, frame.
1224         (gdb-invalidate-assembler): Update assembler buffer correctly when
1225         frame changes (revisited).
1227 2003-05-16  Stefan Monnier  <monnier@cs.yale.edu>
1229         * imenu.el (imenu--split-menu): Remove unused var `count'.
1230         Don't copy the sequence since we're already modifying it elsewhere.
1231         (imenu--create-keymap): Rename from imenu--create-keymap-1.
1232         Add optional `cmd' argument.  Remove unused var `counter'.
1233         (imenu-update-menubar): Use the new arg to keep the old behavior.
1234         (imenu--mouse-menu): Don't use the arg, to recover the lost behavior.
1236 2003-05-16  Lute Kamstra  <Lute.Kamstra@cwi.nl>
1238         * hl-line.el (hl-line-highlight, global-hl-line-highlight):
1239         Use `line-beginning-position' to determine the beginning of the next
1240         line.
1242 2003-05-16  Kenichi Handa  <handa@m17n.org>
1244         * international/mule-cmds.el (mule-menu-keymap): Enable the menu
1245         set-various-coding-system when
1246         default-enable-multibyte-characters is non-nil.
1248 2003-05-15  Stefan Monnier  <monnier@cs.yale.edu>
1250         * emacs-lisp/autoload.el (make-autoload): Add arglist for
1251         define-derived-mode.
1253 2003-05-15  Lute Kamstra  <Lute.Kamstra@cwi.nl>
1255         * hl-line.el: Rewrite the local minor mode so that it can be
1256         sticky as well and made sticky the default.  Reimplement the
1257         global minor mode.  Update the commentary section to document
1258         these changes.
1259         (hl-line-sticky-flag): New user option.
1260         (hl-line-overlay): Make it buffer-local and give it a docstring.
1261         (global-hl-line-overlay): New variable.
1262         (hl-line-mode): Rewrite to use `hl-line-sticky-flag'.
1263         (hl-line-highlight): Rewrite to use `hl-line-sticky-flag'.
1264         (hl-line-unhighlight): Update docstring.
1265         (global-hl-line-mode): Implement directly so that is does not
1266         depend on `hl-line-mode' any more.
1267         (global-hl-line-highlight, global-hl-line-unhighlight): New functions.
1269 2003-05-15  Kenichi Handa  <handa@m17n.org>
1271         * international/code-pages.el (cyrillic-koi8-t): Alias of koi8-t.
1273 2003-05-15  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1275         * ps-print.el: Avoid unnecessary calls to funs in header and footer
1276         variables.  Reported by Greg Hill <ghill@synergymicro.com>.
1277         (ps-print-version): New version number (6.6.1).
1278         (ps-begin-page): Code fix.
1279         (ps-generate-string-list, ps-header-footer-string): New funs.
1280         (ps-lh-cache, ps-rh-cache, ps-lf-cache, ps-rf-cache): New vars.
1282         * ps-mule.el (ps-mule-header-string-charsets):
1283         Call ps-header-footer-string to avoid unnecessary calls to functions
1284         in header and footer variables.
1286 2003-05-15  John Paul Wallington  <jpw@gnu.org>
1288         * mail/rmail.el (rmail-ignored-headers): Ignore Face: header.
1290 2003-05-14  Stefan Monnier  <monnier@cs.yale.edu>
1292         * textmodes/tex-mode.el (tex-compile-history, tex-input-files-re)
1293         (tex-use-reftex, tex-compile-commands): New vars.
1294         (tex-summarize-command, tex-uptodate-p, tex-executable-exists-p)
1295         (tex-command-executable, tex-command-active-p, tex-compile-default)
1296         New functions.
1297         (tex-compile): New command.
1298         (tex-mode-map): Bind it to C-c C-c.
1300         * vc-svn.el (completion-ignored-extensions): Add .svn.
1301         (vc-svn-delete-file): New function.
1303         * pcvs.el (cvs-append-to-ignore): New arg `old-dir'.
1304         (cvs-mode-ignore): Use it.
1306         * pcvs-parse.el (cvs-parse-table): Remove unused var `type'.
1307         Look up `.cvsignore' to see what to do with `new-dir' messages.
1308         (cvs-parse-merge): Remove unused var `handled'.
1310 2003-05-14  Christoph Wedler  <christoph.wedler@sap.com>
1312         * format.el (format-annotate-function): Copy coding system into the
1313         new temp buffer.
1315 2003-05-14  John Paul Wallington  <jpw@gnu.org>
1317         * ls-lisp.el (insert-directory): Discard --dired switch when
1318         `ls-lisp-use-insert-directory-program' is nil.
1320 2003-05-13  Stefan Monnier  <monnier@cs.yale.edu>
1322         * textmodes/ispell.el (xemacsp): Remove.  Use (featurep 'xemacs).
1323         (ispell-graphic-p): Inline and then remove.
1324         (toplevel): Get rid of unnecessary loop.
1325         (ispell-parse-output, ispell-complete-word): Replace (substring s 0 1)
1326         with a call to aref.
1327         (ispell-get-line): Remove unused arg `reg-end'.
1328         (ispell-region): Update corresponding call.
1330         * progmodes/cpp.el (cpp-make-overlay-hidden): Don't make intangible.
1332         * progmodes/compile.el (compile-internal): Use with-current-buffer.
1333         (compilation-set-window-height): Use save-selected-window.
1335         * progmodes/ada-xref.el (ada-xref-update-project-menu): Use easymenu.
1336         (ada-goto-declaration-other-frame): Remove unused arg other-frame.
1337         (ada-gdb-application): Remove unused vars comint-exec, in-post-mode,
1338         and gud-gdb-massage-args.
1340         * progmodes/cc-langs.el (c-lang-defvar-init-form-tail):
1341         This is actually not a constant.
1343         * progmodes/autoconf.el (autoconf-current-defun-function):
1344         Copy the syntax table before modifying it.
1346         * progmodes/ada-mode.el (ada-in-comment-p, ada-in-string-p)
1347         (ada-in-string-or-comment-p): Use line-beginning-position.
1349         * textmodes/reftex.el (reftex-select-with-char): Don't assume
1350         that point-min == 1.
1352         * textmodes/reftex-toc.el (reftex-toc-visit-location):
1353         Don't switch the current window if the new buffer is in another.
1354         (reftex-toc): Don't assume that point-min == 1.
1356         * textmodes/reftex-parse.el (reftex-what-macro): Don't assume
1357         that point-min == 1.
1359         * textmodes/reftex-cite.el (reftex-extract-bib-entries)
1360         (reftex-extract-bib-entries-from-thebibliography): New arg re-list.
1361         (reftex-extract-bib-entries): Use ^ rather than \(\`\|[\n\r]\).
1362         Use member-ignore-case.  Don't add unnecessary trailing \n.
1363         (reftex-offer-bib-menu): Consolidate duplicated code from
1364         reftex-extract-bib-entries and
1365         reftex-extract-bib-entries-from-thebibliography.
1367         * simple.el (back-to-indentation): Simplify.
1368         (undo-equiv-table, undo-in-region, undo-no-redo): New vars.
1369         (undo): Use them to implement the no-redo form of undo.
1370         (undo-only): New fun.
1371         (shell-command): Don't require `shell' since shell-mode is autoloaded.
1372         (insert-buffer): Simplify.
1373         (completion-setup-function): Use minibufferp.
1374         (event-apply-alt-modifier, event-apply-super-modifier)
1375         (event-apply-hyper-modifier, event-apply-shift-modifier)
1376         (event-apply-control-modifier, event-apply-meta-modifier):
1377         Fix docstring to show the proper key sequence.
1379         * uniquify.el (uniquify-after-kill-buffer-p): Set default to t.
1380         (uniquify-ignore-buffers-re): Revert to nil now that uniquify
1381         is more careful about preserving buffer names.
1383         * menu-bar.el (menu-bar-options-menu) <cua-mode>:
1384         Use menu-bar-make-mm-toggle.
1386         * files.el (file-relative-name): Remove dead code.
1387         Make sure \n in a filename does not confuse us.
1389         * help-fns.el (describe-variable): Mention permanent local status.
1391         * comint.el (comint-carriage-motion, comint-output-filter):
1392         Bind inhibit-read-only rather than buffer-read-only.
1393         (comint-truncate-buffer): Bind inhibit-read-only.
1395         * pcvs.el (cvs-make-cvs-buffer): Add the tag info.
1396         (cvs-mode): Prevent pilot-error.
1398         * vc-mcvs.el (vc-mcvs-registered, vc-mcvs-root): Check the output
1399         of file-name-directory for nil.
1401 2003-05-13  Simon Josefsson  <jas@extundo.com>
1403         * mail/smtpmail.el (smtpmail-open-stream): Don't hard code
1404         starttls-program.
1406 2003-05-13  Rajesh Vaidheeswarran  <rv@gnu.org>
1408         * whitespace.el (whitespace-global-mode): Add :link entry
1409         to the commentary section in whitespace.el
1411 2003-05-13  Nick Roberts  <nick@nick.uklinux.net>
1413         * gdb-ui.el (gdb-invalidate-assembler): Update assembler buffer
1414         correctly when frame changes.
1415         (gdb-info-threads-custom, gdb-threads-buffer-name)
1416         (gdb-display-threads-buffer, gdb-frame-threads-buffer)
1417         (gdb-threads-mode-map, gdb-threads-mode, gdb-get-thread-number)
1418         (gdb-threads-select, gdb-threads-mouse-select): New functions and
1419         variable for a buffer that provides a selectable threads list.
1421 2003-05-12  Stefan Monnier  <monnier@cs.yale.edu>
1423         * pcvs-parse.el (cvs-parse-table): `New directory' messages include
1424         the full path.
1426         * pcvs.el (cvs-minor-current-files): Move before first use.
1427         (defun-cvs-mode): Remove unused var `restdoc'.
1428         (cvs-edit-log-revision, ediff-after-quit-hook-internal): Declare.
1429         (cvs-mode-diff-backup): Remove unused var `filter'.
1430         (cvs-mode-run): Remove unused var `cvs-buf'.
1431         (cvs-mode-do): Remove unused arg `parse'.
1432         (cvs-retrieve-revision): Make sure HEAD gets the head of the branch.
1434         * textmodes/sgml-mode.el (sgml-namespace-re): New const.
1435         (sgml-namespace-face): New face.
1436         (sgml-font-lock-keywords-1): Use them.
1438 2003-05-11  Kevin Ryde  <user42@zip.com.au>
1440         * info-look.el (info-lookup-make-completions): Allow colons in index
1441         entries by looking for ": " to terminate, as per latest info.el.
1443 2003-05-11  Stefan Monnier  <monnier@cs.yale.edu>
1445         * vc-mcvs.el (vc-mcvs-command): Filter output of `status'.
1446         (vc-mcvs-state, vc-mcvs-dir-state, vc-mcvs-print-log, vc-mcvs-diff):
1447         Change dir so that the filtered output of `mcvs makes sense.
1448         (vc-mcvs-mode-line-string): Handle the case where CVS is desync'd.
1449         (vc-mcvs-diff-tree): Don't bother with the local-diff code.
1450         (vc-mcvs-create-snapshot): Use `branch' and `switch'.
1452 2003-05-10  Stefan Monnier  <monnier@cs.yale.edu>
1454         * newcomment.el (comment-indent): Try to align to adjacent comments.
1455         (comment-with-narrowing): Actually use the arguments.
1456         (comment-valid-prefix-p): Rename from comment-valid-prefix
1457         and fix to actually use its argument.
1459         * tex-mode (tex-mode-syntax-table): ~ is not whitespace.
1460         (tex-guess-mode): Add `renewcommand'.
1461         (tex-mode): Move the autoload to get the correct docstring and usage.
1463         * uniquify.el (uniquify-rationalize-file-buffer-names):
1464         Refresh the dirname in the case that rename-buffer was skipped.
1465         (uniquify-buffer-file-name): Return a dirname with no trailing slash.
1467         * mail/smtpmail.el (smtpmail-send-queued-mail): Use point-at-bol
1468         instead of forward-line.
1470 2003-05-10  Oliver Scholz  <alkibiades@gmx.de>
1472         * startup.el (fancy-splash-default-action): Fix docstring.
1474 2003-05-09  Sam Steingold  <sds@gnu.org>
1476         * pcvs.el (cvs-mode-find-file): Fixed the last patch's logic.
1478 2003-05-09  Stefan Monnier  <monnier@cs.yale.edu>
1480         * newcomment.el (comment-indent): Be more careful when inserting
1481         the space, and insert it before setting `begpos'.
1483         * vc.el: New backend functions `delete-file' and `repository-hostname'.
1484         (vc-stay-local): New var.  Mostly taken from vc-cvs-stay-local.
1485         (vc-stay-local-p): New fun.  Adapted from vc-cvs-stay-local-p.
1486         (vc-diff-switches-list): Revert to the Emacs-21.[123] semantics.
1487         Mark as obsolete.
1488         (vc-delete-file): New command.
1489         (vc-default-rename-file): New function.
1490         (vc-rename-file): Use it.
1491         Be careful to disallow renaming if the file is locked or out-of-date.
1492         (vc-ensure-vc-buffer, vc-next-action-on-file, vc-insert-headers)
1493         (vc-cancel-version, vc-annotate): Use buffer-file-name variable.
1495         * vc-mcvs.el (vc-mcvs-stay-local): Remove unused var.
1496         (vc-mcvs-state, vc-mcvs-dir-state, vc-mcvs-print-log, vc-mcvs-diff)
1497         (vc-mcvs-diff-tree, vc-mcvs-annotate-command)
1498         (vc-mcvs-make-version-backups-p): Use vc-stay-local-p.
1499         (vc-mcvs-checkin): Disallow commits to a numbered rev.
1500         (vc-mcvs-repository-hostname): New function.
1501         (vc-mcvs-stay-local-p): Remove.
1503         * vc-cvs.el (vc-cvs-mode-line-string): Use vc-default-mode-line-string.
1504         (vc-cvs-delete-file, vc-cvs-rename-file): New functions.
1506         * vc-svn.el (vc-svn-rename-file): New fun.
1507         (vc-svn-diff): Correctly check svn's return status.
1508         (vc-svn-state, vc-svn-dir-state, vc-svn-print-log, vc-svn-diff)
1509         (vc-svn-diff-tree): Use vc-stay-local-p.
1510         (vc-svn-register-switches, vc-svn-diff-switches, vc-svn-header)
1511         (vc-svn-use-edit): Fix the :version property.
1512         (vc-svn-stay-local): Remove unused var.
1513         (vc-svn-mode-line-string): Remove, use the default instead.
1514         (vc-svn-repository-hostname): New fun taken from vc-svn-stay-local-p.
1515         (vc-svn-stay-local-p): Remove.
1517         * uniquify.el: Use the original buffer-name as `base' in place of the
1518         nondirectory part of the file name.
1519         (uniquify-rationalize-file-buffer-names):
1520         Split the `newbuffile' arg into `base' and `dirname'.
1521         Reuse old uniquify-items to avoid recomputing their base&dirname.
1522         (uniquify-buffer-file-name): Only return the directory part.
1523         (uniquify-rerationalize-w/o-cb): Don't bother reseting proposed names.
1524         (rename-buffer): Use the `newname' arg as base.
1525         (create-file-buffer): Split the file name into base and dirname.
1527 2003-05-09  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
1529         * mail/smtpmail.el (smtpmail-send-queued-mail): Don't use kill-line.
1531 2003-05-08  Stefan Monnier  <monnier@cs.yale.edu>
1533         * uniquify.el (uniquify-after-kill-buffer-p): Fix misleading docstring.
1534         (uniquify-make-item): Make `proposed' optional.
1535         (uniquify-rationalize-file-buffer-names): Don't compute the
1536         initial proposed name.
1537         (uniquify-buffer-file-name): Remove dead code.
1538         (uniquify-strip-common-suffix): New var.
1539         (uniquify-rationalize): Always recompute initial proposed name.
1540         Strip common suffix if requested.
1542         * vc-rcs.el (vc-rcs-register, vc-rcs-checkin, vc-rcs-checkout)
1543         (vc-rcs-find-version, vc-rcs-diff): Use vc-switches.
1545         * vc-sccs.el (vc-sccs-register, vc-sccs-find-version)
1546         (vc-sccs-checkin, vc-sccs-checkout, vc-sccs-diff): Use vc-switches.
1547         (vc-sccs-register): Remove unused var `|'.
1549         * vc-mcvs.el (vc-mcvs-read): Don't require `file' to exist.
1550         (vc-mcvs-diff): Don't return 0 for newly added empty files.
1551         (vc-mcvs-register, vc-mcvs-checkin, vc-mcvs-find-version)
1552         (vc-mcvs-checkout, vc-mcvs-diff, vc-mcvs-diff-tree): Use vc-switches.
1554         * vc-cvs.el (vc-cvs-dired-state-info): Use `added' for added files and
1555         don't use `concat' unnecessarily.  Remove impossible cases.
1556         (vc-cvs-diff): Don't return 0 for newly added empty files.
1557         (vc-cvs-stay-local-p): Simplify.
1558         (vc-cvs-register, vc-cvs-checkin, vc-cvs-find-version, vc-cvs-diff)
1559         (vc-cvs-diff-tree, vc-cvs-checkout): Use vc-switches.
1561         * vc-svn.el (vc-svn-dired-state-info): Use `added' for added files and
1562         don't use `concat' unnecessarily.  Remove impossible cases.
1563         (vc-svn-register, vc-svn-find-version, vc-svn-diff-tree):
1564         Use vc-switches.
1565         (vc-svn-checkin): Use vc-switches.  Fix up regexp.
1566         (vc-svn-diff): Use vc-switches.
1567         Don't return 0 for newly added empty files.
1568         Don't use svn's return status.
1569         (vc-svn-parse-status): Recognize copied files as well.
1570         Use the last-modified revision for workfile-version.
1572         * vc-hooks.el (vc-default-workfile-unchanged-p): Pass nil
1573         rather than (vc-workfile-version file) to diff.
1575         * vc.el (with-vc-properties, with-vc-file, edit-vc-file):
1576         Add `declare's for debugging and indentation.
1577         (vc-do-command): Use `remq'.
1578         (vc-buffer-context): Remove unused var `curbuf'.
1579         (vc-next-action-dired): Remove unused var `dired-dir'.
1580         (vc-switches): New fun.
1581         (vc-diff-switches-list): Use it.
1582         (vc-dired-hook): Remove unused var `cvs-dir'.
1583         (vc-dired-purge): Remove unused var `subdir'.
1584         (vc-cancel-version): Remove unused var `config'.
1585         (vc-rename-master): Use dolist iso mapcar.
1586         (vc-rename-file): Remove redundant tests.
1587         Clear the properties of the old file name.
1588         (vc-annotate): Pass the complete filename to `annotate-command'.
1589         (vc-annotate-lines): Remove unused var `overlay'.
1591 2003-05-08  Glenn Morris  <gmorris@ast.cam.ac.uk>
1593         * calendar/diary-lib.el (diary-pull-attrs): Make `ret-attr',
1594         `attr' local.
1595         (list-diary-entries): Make `temp' local.
1596         (fancy-diary-display): Make `marks', `temp-face', `faceinfo' local.
1597         (diary-mail-entries): There is no fancy-diary-buffer if there are
1598         no diary entries.  Use call-interactively.
1599         (mark-diary-entries): Make `temp' local.
1600         (mark-sexp-diary-entries): Make `marks' local, remove `temp'.
1601         (list-sexp-diary-entries): Make `temp' local.
1602         (add-to-diary-list): Make `prefix' local.
1604 2003-05-08  Dave Love  <fx@gnu.org>
1606         * international/utf-7.el: New file.
1608 2003-05-07  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
1610         * files.el (insert-file-contents-literally): Allow it to be called
1611         within a magic file name handler.
1613 2003-05-07  Stefan Monnier  <monnier@cs.yale.edu>
1615         * uniquify.el (uniquify-rationalize-file-buffer-names):
1616         Don't uniquify if there is no filename.
1618         * vc-hooks.el: Use buffer-file-name variable rather than function.
1619         (vc-handled-backends): Add SVN and MCVS.
1620         (vc-mode-line): Call vc-backend only once.
1621         (find-file-hook, find-file-not-found-hook): Use the new
1622         names rather than ...-hooks.
1624         * uniquify.el (uniquify-item, uniquify-get-proposed-name)
1625         (uniquify-rationalize-conflicting-sublist): Rename filename -> dirname.
1626         (uniquify-rationalize): New fun.  Set uniquify-managed to the fix-list.
1627         (uniquify-rationalize-file-buffer-names): Use it and make the args
1628         non-optional (i.e. don't support "re-rationalize all" any more).
1629         (uniquify-rerationalize-w/o-cb): New fun.
1630         (uniquify-maybe-rerationalize-w/o-cb): Use it to rerationalize
1631         immediately and only the relevant buffers.
1632         Merged from uniquify-delay-rationalize-file-buffer-names and
1633         uniquify-delayed-rationalize-file-buffer-names.
1634         (kill-buffer-hook, rename-buffer): Use it.
1636 2003-05-06  Jesper Harder  <harder@ifa.au.dk>
1638         * progmodes/compile.el (compile-internal): Don't quote nil and t in
1639         docstrings.
1641         * emacs-lisp/eldoc.el (eldoc-echo-area-use-multiline-p): Likewise.
1643         * emacs-lisp/cl-macs.el (case, typecase): Likewise.
1645         * allout.el (allout-auto-activation)
1646         (allout-use-mode-specific-leader, allout-reindent-bodies)
1647         (allout-unprotected): Likewise.
1649         * progmodes/tcl.el (tcl-explain-indentation): Likewise.
1651         * progmodes/idlwave.el (idlwave-complete-special): Likewise.
1653         * progmodes/cpp.el (cpp-edit-list): Likewise.
1655         * progmodes/cperl-mode.el (cperl-lineup): Likewise.
1657         * progmodes/cc-align.el (c-lineup-argcont, c-lineup-gcc-asm-reg):
1658         Likewise.
1660         * play/mpuz.el (mpuz-silent): Likewise.
1662         * play/decipher.el (decipher-ignore-spaces): Likewise.
1664         * net/rlogin.el (rlogin-process-connection-type): Likewise.
1666         * mail/rmail.el (rmail-primary-inbox-list): Likewise.
1668         * mail/mailalias.el (mail-directory-function)
1669         (mail-directory-requery, mail-directory): Likewise.
1671         * emacs-lisp/lucid.el (buffer-syntactic-context): Likewise.
1673         * emacs-lisp/lmenu.el (popup-dialog-box): Likewise.
1675         * type-break.el (type-break-good-rest-interval)
1676         (type-break-query-mode, type-break-query-function)
1677         (type-break-mode-line-message-mode): Likewise.
1679         * skeleton.el (skeleton-autowrap, skeleton-untabify)
1680         (skeleton-newline-indent-rigidly, skeleton-insert)
1681         (skeleton-read): Likewise.
1683         * simple.el (newline): Likewise.
1685         * ps-print.el (ps-zebra-stripe-follow): Likewise.
1687         * mwheel.el (mouse-wheel-scroll-amount): Likewise.
1689         * env.el (setenv): Likewise.
1691 2003-05-06  Stefan Monnier  <monnier@cs.yale.edu>
1693         * imenu.el (imenu--generic-function): Use font-lock-defaults
1694         case setting if imenu-case-fold-search is not locally set.
1696         * uniquify.el (uniquify-managed): New var.
1697         (uniquify-rationalize-file-buffer-names, rename-buffer): Use it and set
1698         it to prevent accidental renaming of unrelated buffers.
1699         (uniquify-delay-rationalize-file-buffer-names): Use it to avoid
1700         the cost of uniquify when killing unrelated buffers.
1702         * newcomment.el (comment-set-column, comment-kill)
1703         (comment-or-uncomment-region): Call comment-normalize-vars
1704         since these functions are autoloaded.
1706         * help-fns.el (help-add-fundoc-usage): Use t for "no arglist".
1707         * emacs-lisp/advice.el (ad-make-advised-docstring): Adjust usage.
1709 2003-05-06  Lute Kamstra  <Lute.Kamstra@cwi.nl>
1711         * hl-line.el: Removed an erroneous comment.
1712         (hl-line-mode): Use buffer local hooks.
1713         (global-hl-line-mode): Turn local modes on unconditionally.
1714         (hl-line-highlight): Comment fix.
1716 2003-05-06  Richard M. Stallman  <rms@gnu.org>
1718         * newcomment.el (comment-search-forward): Delete autoload cookie.
1720 2003-05-06  Kenichi Handa  <handa@m17n.org>
1722         * arc-mode.el (archive-set-buffer-as-visiting-file):
1723         Use after-insert-file-set-coding, not
1724         after-insert-file-set-buffer-file-coding-system.
1726 2003-05-05  Stefan Monnier  <monnier@cs.yale.edu>
1728         * uniquify.el (uniquify-buffer-name-style)
1729         (uniquify-after-kill-buffer-p, uniquify-ask-about-buffer-names-p)
1730         (uniquify-ignore-buffers-re, uniquify-min-dir-content)
1731         (uniquify-separator, uniquify-trailing-separator-p): Remove redundant
1732         group specification.
1733         (uniquify-file-name-nondirectory): Delete.
1734         (uniquify-rationalize-file-buffer-names): Simplify.
1735         Use directory names as `filename' component of uniquify-item.
1736         (uniquify-get-proposed-name): Adjust now that `filename' does not
1737         include `base'.
1739         * vc-svn.el: New file.
1741 2003-05-05  John Paul Wallington  <jpw@gnu.org>
1743         * emacs-lisp/autoload.el (batch-update-autoloads):
1744         Call `update-directory-autoloads'.
1746 2003-05-04  Dan Nicolaescu  <dann@ics.uci.edu>
1748         * dired.el (dired-find-file): Bind find-file-run-dired around
1749         the call to find-file.
1751 2003-05-04  Stefan Monnier  <monnier@cs.yale.edu>
1753         * uniquify.el: Move provide to end of file.
1754         (uniquify-ref-base, uniquify-ref-filename, uniquify-ref-buffer)
1755         (uniquify-ref-proposed, uniquify-set-proposed): Remove.
1756         (uniquify-item): New struct.  Update users of uniquify-ref-*.
1757         (uniquify-get-proposed-name, uniquify-rationalize-a-list):
1758         Make `depth' optional.
1759         (uniquify-non-file-buffer-names): Remove.
1760         (uniquify-rationalize-file-buffer-names): Don't set it up.
1761         Use uniquify-make-item and don't pass the now-optional depth.
1762         (uniquify-rationalize-conflicting-sublist): Check the new buffer
1763         name directly instead of relying on uniquify-non-file-buffer-names.
1764         (uniquify-rename-buffer): Use with-current-buffer and pass
1765         the `unique' arg to rename-buffer.
1767         * vc-mcvs.el (vc-mcvs-mode-line-string): Fix thinko.
1768         (vc-mcvs-rename-file): New function.
1770 2003-05-04  Emmanuel Briot  <briot@gnat.com>
1772         * progmodes/ada-mode.el
1773         * progmodes/ada-prj.el
1774         * progmodes/ada-stmt.el
1775         * progmodes/ada-xref.el (ada-xemacs): Variable removed, since it's
1776         better to use (featurep 'xemacs).
1777         Removed warnings generated with Emacs 21.3.x (mostly by adding
1778         needed `require' statements).
1780 2003-05-04  Nick Roberts  <nick@nick.uklinux.net>
1782         * toolbar/gud-break.pbm, toolbar/gud-cont.pbm, toolbar/gud-display.pbm,
1783         toolbar/gud-down.pbm, toolbar/gud-finish.pbm, toolbar/gud-until.pbm,
1784         toolbar/gud-next.pbm, toolbar/gud-print.pbm, toolbar/gud-remove.pbm,
1785         toolbar/gud-run.pbm, toolbar/gud-step.pbm, toolbar/gud-up.pbm:
1786         Correct size for cleaner bitmaps.
1788 2003-05-03  Stefan Monnier  <monnier@cs.yale.edu>
1790         * emacs-lisp/cl-extra.el (cl-map-keymap): Redefine as alias.
1791         (cl-map-keymap-recursively): Use map-keymap.
1792         (cl-macroexpand-all): Don't quote functions.
1794         * emacs-lisp/lucid.el (cl-map-keymap): Be careful with aliases.
1796         * emacs-lisp/advice.el (ad-get-enabled-advices, ad-special-forms)
1797         (ad-arglist, ad-subr-arglist): Use push and match-string.
1798         (ad-make-advised-docstring): Extract & reinsert the usage info.
1800         * help-fns.el (help-add-fundoc-usage): Allow arglist to be a string.
1802 2003-05-03  Nick Roberts  <nick@nick.uklinux.net>
1804         * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
1805         Include bitmap data for monochrome display.
1806         (breakpoint-enabled-pbm-data, breakpoint-disabled-pbm-data):
1807         New constants.
1809 2003-05-03  Richard M. Stallman  <rms@gnu.org>
1811         * emacs-lisp/autoload.el (update-directory-autoloads): Renamed from
1812         update-autoloads-from-directories.
1814         * progmodes/cperl-mode.el (cperl-nonoverridable-face): Doc fix.
1816         * mail/sendmail.el (mail-dont-send, mail-bury): Make ARG optional.
1818         * view.el (Helper-return-blurb): Add defvar.  (Also rearrange defuns.)
1820         * uniquify.el (uniquify-ignore-buffers-re): Change default
1821         to match some Gnus buffers.
1823         * newcomment.el (comment-search-forward): Add autoload cookie.
1825         * isearch.el (isearch-complete): Update isearch-message.
1827         * filesets.el (filesets-data): Add another defvar.
1828         (filesets-verbosity): Doc fix.
1830 2003-05-02  Tak Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
1832         * recentf.el (recentf-cleanup): Swap tests for exclusion and
1833         accessibility.
1835 2003-05-01  Eduardo Mu\e,Aq\e(Boz  <emufer@terra.es>  (tiny change)
1837         * ls-lisp.el (ls-lisp-format-file-size): New function to implement
1838         "-h" switch.
1839         (ls-lisp-format): Use it.
1841 2003-05-01  Kenichi Handa  <handa@m17n.org>
1843         * international/utf-8.el (utf-translate-cjk-mode): Update the
1844         second extra slot of the translation table
1845         utf-translation-table-for-encode.
1846         (mule-utf-8): Set the property translation-table-for-encode.
1848 2003-04-30  Stefan Monnier  <monnier@cs.yale.edu>
1850         * pcvs.el (cvs-vc-command-advice): Don't parse "cvs update -p" output.
1851         (cvs-mode-find-file): Don't complain if bound to a non-mouse event.
1853         * textmodes/fill.el (text-property-default-nonsticky): Add fill-space.
1854         (fill-delete-newlines): Respect the new property.
1855         (fill-newline): Use the property instead of leaving "spurious" spaces.
1857         * emacs-lisp/easymenu.el (easy-menu-get-map): Correctly handle
1858         non-submap bindings.
1860 2003-04-30  Emmanuel Briot  <briot@gnat.com>
1862         * progmodes/ada-mode.el (ada-search-directories): Take into account
1863         ADA_INCLUDE_PATH for better compatibility with GNAT.
1864         (ada-contextual-menu): Menu defined through `easy-menu-define'
1865         instead.  Various adjustments to the indentation engine (handling of
1866         subtypes, begin blocks, etc.).
1867         (ada-create-menu): Major rewrite of the handling of menus to use
1868         `easy-menu-define' for cleaner code and better compatibility with
1869         XEmacs.  All menus that were previously in ada-xref.el and
1870         ada-prj.el are now defined in this package, which makes it easier to
1871         edit menus.
1872         (ada-narrow-to-defun): Add support for `narrow-to-region'.
1873         No longer explicitely load ada-xref.el and ada-prj.el.  Use autoload
1874         statements instead.
1876         * progmodes/ada-xref.el (ada-gnatls-args): New variable.
1877         Add support for specifying arguments to gnatls.
1878         (ada-initialize-runtime-library): Properly parse "." in the output
1879         of gnatls.
1880         (ada-add-keymap): Remove since this is now done in ada-mode.el itself.
1881         (ada-add-ada-menu): Likewise.
1882         (ada-set-default-project-file): New parameter KEEP-EXISTING.
1883         (ada-prj-find-prj-file): New parameter FILE.
1884         (ada-parse-prj-file): Take into account the ADA_INCLUDE_PATH and
1885         ADA_OBJECTS_PATH environment variables.  Minor reorganization of the
1886         code
1887         (ada-get-all-references): Add support for GNAT 3.16 cross-references.
1889         * progmodes/ada-prj.el (ada-prj-add-keymap): Move to ada-mode.el
1890         directly.  Add dependency on ada-xref.el to avoid compilation
1891         warnings.
1892         (ada-prj-get-prj-dir): Remove, no longer needed.
1894         * progmodes/ada-stmt.el (ada-stmt-add-to-ada-menu):
1895         Move to ada-mode.el.
1896         (ada-template-map): Merge with the keymap handling in ada-mode.el.
1898 2003-04-29  Stefan Monnier  <monnier@cs.yale.edu>
1900         * isearch.el (isearch-complete1): Don't allocate unnecessarily.
1901         (isearch-complete-edit): Adjust to Emacs-21's new minibuffer handling.
1902         (isearch-update-ring): Use push.
1904 2003-04-29  Oliver Scholz  <epameinondas@gmx.de>
1906         * play/gamegrid.el: Added a comment explaining the various ways to
1907         save a game score on POSIX systems.
1908         (gamegrid-add-score-with-update-game-score): Use `cond' instead of
1909         `if'.  Provide for the case that FILE is an absolute filename.
1910         Create the directory "$HOME/.emacs.d/games", if necessary.
1912 2003-04-29  John Paul Wallington  <jpw@gnu.org>
1914         * emacs-lisp/bytecomp.el (byte-compile-cl-warn): Use `string-match'.
1916 2003-04-28  Dave Love  <fx@gnu.org>
1918         * emacs-lisp/bytecomp.el (byte-compile-cl-warn): Avoid cl warnings
1919         from caaar & al.
1921 2003-04-28  Kenichi Handa  <handa@m17n.org>
1923         * international/mule-cmds.el (reset-language-environment):
1924         Raise the priority of mule-utf-8, mule-utf-16-be-with-signature and
1925         mule-utf-16-le-with-signature.
1927         * international/mule-conf.el: Set coding-category-utf-16-be to
1928         mule-utf-16-be-with-signature, coding-category-utf-16-le to
1929         mule-utf-16-le-with-signature.  Raise the priority of
1930         coding-category-utf-8, coding-category-utf-16-be, and
1931         coding-category-utf-16-le
1933 2003-04-27  Luc Teirlinck  <teirllm@mail.auburn.edu>
1935         * scroll-bar.el (scroll-bar-drag-1): Replace beginning-of-line with
1936         vertical-motion.
1938 2003-04-27  David Ponce  <david@dponce.com>
1940         * recentf.el
1942         Major rewrite.  The code is reordered, cleaner and faster.
1943         Introduce new options to automatically cleanup the recent list,
1944         and to handle filename transformation (for example to use true
1945         filenames).
1947         (recentf-version): New constant.
1948         (recentf-save-file-header): Move.
1949         (recentf-data-cache): New variable.
1950         (recentf-update-menu-p, recentf-initialized-p): Remove.
1951         (recentf-menu-customization-changed): Move.  Doc fix.
1952         (recentf-max-saved-items): Doc fix.
1953         (recentf-save-file): Doc fix.  No more expand filename here.
1954         (recentf-exclude, recentf-menu-action)
1955         (recentf-menu-filter): Doc fix.
1956         (recentf-menu-append-commands-flag): Rename from...
1957         (recentf-menu-append-commands-p): Make obsolete.
1958         (recentf-keep-non-readable-files-flag): Rename from...
1959         (recentf-keep-non-readable-files-p): Make obsolete.
1960         (recentf-auto-cleanup, recentf-filename-handler): New options.
1961         (recentf-string-equal, recentf-string-lessp)
1962         (recentf-string-member): New functions.
1963         (recentf-trunc-list): Move.
1964         (recentf-dump-variable): Move.  Better code and output format.
1965         (recentf-auto-cleanup-timer): New variable.
1966         (recentf-auto-cleanup): New function.
1967         (recentf-push, recentf-expand-file-name): New functions.
1968         (recentf-add-file): In-line.  Use above functions.
1969         (recentf-remove-if-non-readable): In-line.  Expand file name.
1970         (recentf-find-file): Use `recentf-remove-if-non-readable'.
1971         (recentf-directory-compare): Move.  Use `recentf-string-equal'
1972         and `recentf-string-lessp' to do comparisons.
1973         (recentf-menu-items-for-commands)
1974         (recentf-menu-filter-commands): Move.
1975         (recentf-elements, recentf-make-menu-element)
1976         (recentf-menu-element-item, recentf-menu-element-value)
1977         (recentf-set-menu-element-item, recentf-set-menu-element-value)
1978         (recentf-sub-menu-element-p, recentf-make-default-menu-element)
1979         (recentf-menu-elements): In-line.  Some doc fix.
1980         (recentf-apply-menu-filter): Better code.
1981         (recentf-make-menu-items): Doc fix.
1982         Use `recentf-menu-append-commands-flag'.
1983         (recentf-make-menu-item): In-lined.  Better code.
1984         (recentf-clear-data): New function.
1985         (recentf-sort-ascending, recentf-sort-descending)
1986         (recentf-sort-basenames-ascending)
1987         (recentf-sort-basenames-descending)
1988         (recentf-sort-directories-ascending)
1989         (recentf-sort-directories-descending)
1990         (recentf-show-basenames-ascending)
1991         (recentf-show-basenames-descending: In-line.   Better code.  Doc fix.
1992         (recentf-show-basenames)
1993         (recentf-relative-filter): Better code.  Doc fix.
1994         (recentf-arrange-by-rule-subfilter): Doc fix.  Improve :set code.
1995         (recentf-match-rule-p): Use filename instead of file-path.
1996         (recentf-arrange-by-rule, recentf-build-mode-rules)
1997         (recentf-arrange-by-mode, recentf-build-dir-rules)
1998         (recentf-file-name-nondir)
1999         (recentf-filter-changer-alist): Some doc fix and code cleanup.
2000         (recentf-filter-changer-goto-next): Doc fix.
2001         Call `recentf-clear-data'.
2002         (recentf-filter-changer-get-current)
2003         (recentf-filter-changer-get-next): In-line.  Doc fix and better code.
2004         (recentf-filter-changer): Doc fix and better code.
2005         (recentf-cancel-dialog): Doc fix.
2006         (recentf-dialog-mode-map): Initialize in defvar.
2007         (recentf-dialog-mode): Doc fix.
2008         (recentf-track-opened-file): Rename from...
2009         (recentf-add-file-hook): Remove.
2010         (recentf-track-closed-file): Rename from...
2011         (recentf-remove-file-hook): Remove.
2012         (recentf-update-menu-hook): Remove.  Replace by...
2013         (recentf-update-menu): New.  Better catch unnecessary updates.
2014         Display a message on error.
2015         (recentf-used-hooks): New constant.
2016         (recentf-enabled-p): New function.
2017         (recentf-edit-selected-items)
2018         (recentf-open-files-action)
2019         (recentf-open-files-item-shift): Doc fix.
2020         (recentf-edit-list-action)
2021         (recentf-open-files-item): Doc fix.  Code cleanup.
2022         (recentf-edit-list, recentf-open-files)
2023         (recentf-open-more-files): Likewise.  Remove autoload cookie.
2024         (recentf-save-list, recentf-cleanup): Likewise.  Move.
2025         (recentf-load-list): New command.
2026         (recentf-mode): Better code.  Does nothing if enabling the already
2027         enabled mode.
2029 2003-04-27  Alan Mackenzie  <acm@muc.de>
2031         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Don't count a "//("
2032         which appears inside a character set.
2033         (regexp-opt-not-groupie*-re): New constant.
2035 2003-04-26  John Paul Wallington  <jpw@gnu.org>
2037         * ibuffer.el (ibuffer-name-map, ibuffer-mode-name-map)
2038         (ibuffer-mode-filter-group-map): Initialize in `defvar'.
2039         (ibuffer-do-view-1): Use `make-frame' instead of `new-frame'.
2041 2003-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
2043         * info.el (Info-unescape-quotes, Info-split-parameter-string)
2044         (Info-display-images-node): New functions for displaying images.
2045         (Info-select-node): Call Info-display-images-node.
2047 2003-04-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
2049         * files.el (file-relative-name): Recognize "c:/foo" as absolute
2050         file name.  Tiny change from David PONCE <david.ponce@wanadoo.fr>.
2052 2003-04-24  Sam Steingold  <sds@gnu.org>
2054         * calendar/diary-lib.el (fancy-diary-display-mode): Bind "q" to
2055         `quit-window' in the fancy diary buffer.
2057         * emacs-lisp/cl-indent.el: `symbol-macrolet' is similar to `let',
2058         not `multiple-value-bind'.
2060 2003-04-24  Lars Hansen  <larsh@math.ku.dk>
2062         * subr.el (assq-delete-all): Ignore non-cons elements.
2064 2003-04-24  John Paul Wallington  <jpw@gnu.org>
2066         * help-mode.el (help-make-xrefs): Remove extra paren.
2068 2003-04-23  Stefan Monnier  <monnier@cs.yale.edu>
2070         * newcomment.el (comment-normalize-vars): Prompt the user for
2071         the comment-start to use rather than signalling an error.  Fix regexp.
2072         (uncomment-region): Don't leave half-removed comment markers.
2074 2003-04-23  Richard M. Stallman  <rms@gnu.org>
2076         * mail/sendmail.el (mail-send-and-exit): Make arg optional.
2078         * files.el (view-read-only): Doc fix.
2080         * simple.el (back-to-indentation): Call backward-prefix-chars.
2082         * help-mode.el (help-make-xrefs): Clean up the loop that scans
2083         over a keymap inserted by \\{...}; it now stops at end of buffer.
2085         * filesets.el: Don't call filesets-init.
2087         * emacs-lisp/bytecomp.el (byte-compile-defun): Generate and
2088         compile a defalias form, unless byte-compile-compatibility.
2090         * progmodes/scheme.el (scheme-mode-syntax-table):
2091         Use prefix syntax for ', `, comma, @ and #.
2093         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
2094         Give @ prefix syntax.
2096 2003-04-23  Andre Spiegel  <spiegel@gnu.org>
2098         * vc-cvs.el (vc-cvs-stay-local): Keep the old default.
2099         Simplify doc string.
2101 2003-04-23  Wolfgang Scherer  <wolfgang.scherer@gmx.de>
2103         * vc-cvs.el (vc-cvs-stay-local): Allow lists of host regexps.
2104         (vc-cvs-stay-local-p): Handle them.
2105         (vc-cvs-parse-root): New function, used by the above.
2107 2003-04-22  Stefan Monnier  <monnier@cs.yale.edu>
2109         * vc-mcvs.el (vc-mcvs-root): Cache the result.
2110         (vc-mcvs-registered): Simplify.  Use file-relative-name.
2111         (vc-mcvs-register): Simplify.  Don't burp if MCVS/TYPES doesn't exist.
2112         (vc-mcvs-command): Filter F-NN names in the output for diff and log.
2114 2003-04-21  Stefan Monnier  <monnier@cs.yale.edu>
2116         * info.el (Info-default-dirs): New fun extracted from Info-initialize.
2117         (info-initialize): Use it.  Obey the "final :" convention for INFOPATH.
2119         * textmodes/fill.el (fill-region-as-paragraph):
2120         Fix "last line goes to fill-column+1" problem.
2122         * emacs-lisp/bytecomp.el (byte-compile-defvar): Improve message.
2124 2003-04-20  Richard M. Stallman  <rms@gnu.org>
2126         * simple.el (kill-line): Doc fix.
2128 2003-04-20  Sam Steingold  <sds@gnu.org>
2130         * pcvs.el (cvs-examine): Respect `find-file-visit-truename'.
2132 2003-04-20  Glenn Morris  <gmorris@ast.cam.ac.uk>
2134         * which-func.el (which-func-modes): Add f90-mode.
2135         (which-function): Handle imenu submenus.
2137         * progmodes/fortran.el (fortran-abbrev-start): Make XEmacs compatible.
2139         * progmodes/f90.el (f90-font-lock-keywords-2): Use override for
2140         font-lock-variable-name-face in declarations.
2141         Highlight continuation characters.
2142         (f90-indent-new-line): Remove direct call to f90-indent-line-no,
2143         f90-update-line.
2144         (f90-abbrev-start): Fix XEmacs compatibility.
2146 2003-04-19  Stefan Monnier  <monnier@cs.yale.edu>
2148         * vc-mcvs.el: New file.
2150         * vc-cvs.el (vc-cvs-dir-state): Use vc-cvs-command.
2151         (vc-cvs-could-register, vc-cvs-make-version-backups-p): Use defalias.
2152         (vc-cvs-merge-news): Simplify.
2153         (vc-cvs-diff): Remove unused var `options'.
2154         (vc-cvs-parse-entry): Use the same algorithm as cvs does.
2156 2003-04-19  Richard M. Stallman  <rms@gnu.org>
2158         * desktop.el (desktop-buffer-mh): Don't require mh-e;
2159         it causes trouble in compilation.
2161         * add-log.el (add-log-current-defun-function): Add autoload cookie.
2163         * newcomment.el (comment-use-syntax): Add autoload cookie.
2165         * emacs-lisp/bytecomp.el (byte-compile-log-file)
2166         (byte-recompile-directory): Don't use byte-goto-log-buffer.
2167         Instead, set default-directory and then call compilation-mode.
2168         (byte-compile-from-buffer): Force byte-compile-last-position
2169         to end of buffer before issuing final warnings.
2171 2003-04-18  Stefan Monnier  <monnier@cs.yale.edu>
2173         * emulation/cua-base.el (cua-mode): Use define-minor-mode.
2174         (cua-global-mark-face): Fix face format.
2176         * emacs-lisp/easy-mmode.el (define-minor-mode): Only echo a message
2177         if the body didn't do so already.
2178         (easy-mmode-define-keymap): Remove unused var `suppress'.
2180         * view.el (view-read-only): Move to files.el.
2181         * files.el (view-read-only): Move from view.el.
2183 2003-04-17  Stefan Monnier  <monnier@cs.yale.edu>
2185         * files.el (view-read-only): Don't declare a second time.
2186         (find-file-read-only, find-file-read-only-other-window)
2187         (find-file-read-only-other-frame): Check that file does exist.
2188         (large-file-warning-threshold): New custom.
2189         (find-file-noselect): Use it.
2190         (report-errors): New macro.
2191         (normal-mode): Use it.
2192         (toggle-read-only): Really toggle, even if view-mode is on.
2193         (parse-colon-path): Remove unused `cd-prefix' var.
2194         (make-backup-file-name-1): Remove unused `failed' var.
2195         (basic-save-buffer): Remove unused `tempsetmodes' var.
2196         (basic-save-buffer-2): Remove unused `temp' var.
2197         (insert-directory): Remove unused `available' var.
2199 2003-04-17  John Paul Wallington  <jpw@gnu.org>
2201         * hexl.el (hexl-find-file): Bind `default-major-mode' to
2202         `fundamental-mode'.
2204 2003-04-16  Stefan Monnier  <monnier@cs.yale.edu>
2206         * reveal.el (reveal-post-command): Use overlay-get for overlays.
2208 2003-04-16  Kenichi Handa  <handa@m17n.org>
2210         * international/mule-cmds.el (describe-language-environment):
2211         At first, require all necessary features.
2213 2003-04-16  Dave Love  <fx@gnu.org>
2215         * progmodes/xscheme.el: Moved from lisp directory.
2217 2003-04-16  Glenn Morris  <gmorris@ast.cam.ac.uk>
2219         * progmodes/f90.el (f90-indent-to, f90-indent-line-no)
2220         (f90-no-block-limit, f90-end-of-block, f90-beginning-of-block)
2221         (f90-comment-region, f90-indent-line, f90-indent-region)
2222         (f90-find-breakpoint, f90-block-match): Trivial simplifications.
2223         (f90-looking-at-do, f90-looking-at-select-case)
2224         (f90-looking-at-if-then, f90-looking-at-where-or-forall):
2225         Drop XEmacs 19 support and simplify.
2226         (f90-indent-new-line): No need for case-fold-search.  Simplify.
2227         (f90-fill-region): Make marker nil when done.  Simplify.
2229         * progmodes/fortran.el (fortran-column-ruler): Minor doc change.
2231 2003-04-16  Richard M. Stallman  <rms@gnu.org>
2233         * man.el (Man-follow-manual-reference): Don't require match
2234         when calling completing-read.
2236 2003-04-15  Glenn Morris  <gmorris@ast.cam.ac.uk>
2238         * progmodes/fortran.el: Whitespace changes, some re-ordering of
2239         code, trivial commentary change.
2240         (fortran, fortran-indent, fortran-comment)
2241         (fortran-tab-mode-default, fortran-continuation-indent)
2242         (fortran-comment-indent-style, fortran-blink-matching-if)
2243         (fortran-continuation-string, fortran-electric-line-number)
2244         (fortran-break-before-delimiters, fortran-mode-hook)
2245         (fortran-end-prog-re, fortran-imenu-generic-expression):
2246         Minor doc changes.
2247         (fortran-tab-mode-minor-mode-string): New variable.
2248         (fortran-tab-mode-string): Now customization is meaningful.
2249         (fortran-column-ruler-fixed, fortran-column-ruler-tab)
2250         (fortran-analyze-depth): Use defcustom.
2251         (fortran-if-start-re, fortran-end-prog-re1, fortran-fill)
2252         (fortran-break-line, fortran-prepare-abbrev-list-buffer)
2253         (fortran-auto-fill): Add doc string.
2254         (fortran-type-types): New constant (was local to let binding).
2255         (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
2256         (fortran-font-lock-syntactic-keywords): Initialize in defvar.
2257         (fortran-font-lock-keywords-3): Initialize in defvar.  Use 1+ now
2258         depth of fortran-type-types has changed.  Remove extra and.
2259         (fortran-mode-menu): Minor re-organization.  Use lookup-key.
2260         (fortran-mode): Doc changes.  Some re-organization.
2261         Use fortran-tab-mode-minor-mode-string.
2262         (fortran-comment-indent): Add doc string.  Move save-excursion.
2263         Use 1+.
2264         (fortran-indent-comment, fortran-fill-statement):
2265         Change interactive spec.  Use unless.
2266         (fortran-comment-region): Doc change.  Reverse logic of arg
2267         test.  Use zerop.
2268         (fortran-abbrev-start, fortran-split-line)
2269         (fortran-electric-line-number, fortran-indent-subprogram)
2270         (fortran-strip-sequence-nos): Change interactive spec.
2271         (fortran-remove-continuation): Add doc string.  Use when.
2272         (fortran-numerical-continuation-char): Doc change.  Use 1+.
2273         (fortran-previous-statement, fortran-next-statement)
2274         (fortran-beginning-do, fortran-calculate-indent)
2275         (fortran-end-do, fortran-end-if, fortran-beginning-if):
2276         Use zerop, 1+, 1-.
2277         (fortran-blink-match, fortran-check-for-matching-do): Use when.
2278         (fortran-indent-line): Change interactive spec.  Remove un-needed
2279         if.  Use when.
2280         (fortran-indent-to-column): Doc change.  Use when, unless.
2281         (fortran-find-comment-start-skip): No longer interactive.
2282         (fortran-analyze-file-format): Minor doc change.
2283         Remove un-needed setq.
2284         (minor-mode-alist): Use add-to-list.
2285         (fortran-fill-paragraph): Change interactive spec, doc string.
2287         * progmodes/f90.el: Whitespace changes, trivial commentary changes.
2288         (f90, f90-indent, f90-program-indent, f90-continuation-indent)
2289         (f90-indented-comment-re, f90-imenu-generic-expression)
2290         (f90-mark-subprogram, f90-join-lines): Minor doc changes.
2291         (f90-menu): Shift definition to initialization of f90-mode-map.
2292         Add customization section.
2293         (f90-mode): Minor doc change.  Do not call easy-menu-add.
2294         Set `beginning-of-defun-function' and `end-of-defun-function' to
2295         appropriate F90 functions.
2296         (f90-indent-line, f90-indent-line, f90-indent-subprogram)
2297         (f90-break-line, f90-do-auto-fill, f90-insert-end)
2298         (f90-upcase-keywords, f90-capitalize-keywords)
2299         (f90-downcase-keywords): Change interactive spec.
2301 2003-04-14  Stefan Monnier  <monnier@cs.yale.edu>
2303         * font-lock.el (font-lock-multiline, font-lock-fontified)
2304         (font-lock-set-defaults): Move back from font-core.el and merge
2305         it back with font-lock-set-defaults-1.
2306         (font-lock-mode-internal): New function (basically the body of
2307         the old font-lock-mode minor mode).
2309         * font-core.el (font-lock-maximum-size, font-lock-verbose): Remove.
2310         (font-lock-multiline, font-lock-fontified, font-lock-set-defaults):
2311         Move back to font-lock.el
2312         (font-lock-default-function): Use font-lock-mode-internal.
2314         * files.el (auto-mode-alist): Add entries for *.ins and *.dtx.
2315         (recover-file): Abbreviate file name in messages.
2317         * textmodes/tex-mode.el (latex-mode-map): Bind latex-split-block.
2318         (tex-font-lock-keywords-2): Comment out unused var `type'.
2319         (tex-guess-mode): New name for old `tex-mode'.
2320         (tex-mode): Make it a derived mode of text-mode.
2321         (plain-tex-mode, latex-mode): Change parent from text-mode to tex-mode.
2322         (tex-common-initialization): Don't setup syntax-table any more.
2323         (tex-validate-buffer): Remove unused var `oend'.
2324         Use with-current-buffer and line-beginning-position.
2325         (tex-recenter-output-buffer): Remove unused var `old-buffer'.
2326         (latex-indent): Return `noindent' if no indentation can happen.
2327         (doctex-font-lock-^^A, doctex-font-lock-syntactic-face-function)
2328         (doctex-font-lock-syntactic-keywords, doctex-font-lock-keywords)
2329         (doctex-mode): New funs for DocTeX mode, derived from LaTeX mode.
2331         * font-lock.el (font-lock-preprocessor-face): New var and face.
2333 2003-04-14  Andrew Choi  <akochoi@shaw.ca>
2335         * term/mac-win.el: Unconditionally set process-connection-type to nil.
2337 2003-04-14  Richard M. Stallman  <rms@gnu.org>
2339         * derived.el (define-derived-mode): Make generated code work in
2340         Emacs versions that do not have run-mode-hooks.
2342         * emacs-lisp/lisp-mode.el (last-sexp-toggle-display):
2343         At end of buffer, run the global binding of the same key.
2345         * international/mule.el (after-insert-file-set-coding):
2346         Properly treat INSERTED as number of characters, for both
2347         for both the argument and the value.
2349         * desktop.el (desktop-base-file-name):
2350         Renamed from desktop-basefilename.  Add defvaralias.
2352 2003-04-14  John Paul Wallington  <jpw@gnu.org>
2354         * international/fontset.el (create-fontset-from-ascii-font): Doc fix.
2355         (x-must-resolve-font-name): Fix error message typo.
2357 2003-04-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
2359         * progmodes/fortran.el (fortran-previous-statement): Check for
2360         fortran-continuation-string.
2361         (fortran-calculate-indent): Do not add extra whitespace to
2362         strings broken over lines.
2363         (fortran-fill): Handle long strings that must be broken.
2365 2003-04-13  Michael Albinus  <Michael.Albinus@alcatel.de>  (tiny change)
2367         * net/ange-ftp.el (ange-ftp-expand-symlink): If result of
2368         expansion is a symlink, expand again.
2369         (ange-ftp-file-symlink-p): Return target of symlink literally.
2371 2003-04-13  Masatake YAMATO  <jet@gyve.org>
2373         * bindings.el (toplevel): Don't change the face
2374         of major-mode on the mode line. Setting the face on
2375         the mode line code is installed by my mistake in
2376         my last change.
2378 2003-04-12  Stefan Monnier  <monnier@cs.yale.edu>
2380         * add-log.el (change-log-version-number-search): Fix old bug.
2381         (add-change-log-entry): Avoid inserting the same funname again.
2382         (add-log-indent-text): New var.
2383         (add-log-indent): New fun.
2384         (change-log-mode): Use it.
2386         * net/browse-url.el: Don't autoload all these defcustoms.
2387         (browse-url-default-macosx-browser): New fun.
2388         (browse-url-browser-function): Use it for system-type = darwin.
2389         (browse-url-usr1-signal): Remove.
2390         (browse-url-mosaic): Use SIGUSR1 directly instead.
2391         (browse-url-gnome-moz-program): New var.
2392         (browse-url-gnome-moz, browse-url-default-browser): Use it.
2394         * emacs-lisp/bytecomp.el: Use push, with-current-buffer, dolist, ...
2395         (byte-compile-const-variables): New var.
2396         (byte-compile-close-variables): Reset it.
2397         (byte-compile-file-form-defvar, byte-compile-defvar): Update it.
2398         (byte-compile-const-symbol-p): Now arg `value' to check defconsts.
2399         (byte-compile-variable-ref): Use it and improve warning message.
2400         (byte-compile-check-lambda-list): Use byte-compile-const-symbol-p.
2401         (byte-compile-lapcode): Remove unused vars.
2402         (byte-compile-eval): Fix thinko in handling of old-autoloads.
2403         (byte-recompile-directory): Use the expanded form for directory.
2404         (byte-compile-track-mouse): Use modern backquote syntax.
2405         (byte-compile-defvar): Detect and properly handle (defconst a).
2406         (byte-compile-defalias-warn): Remove unused arg `alias'.
2407         (byte-compile-defalias): Update call.
2409 2003-04-13  Masatake YAMATO  <jet@gyve.org>
2411         * help.el (describe-minor-mode): New function implementation.
2412         Accept both minor mode string and minor mode indicator.
2413         (describe-minor-mode-completion-table-for-indicator)
2414         (describe-minor-mode-completion-table-for-symbol): New functions.
2415         minor-mode-list is used here.
2416         (describe-minor-mode-from-symbol):
2417         Renamed from (old) describe-minor-mode.
2418         Use describe-minor-mode-completion-table-for-symbol.
2419         Don't use eval. Just use symbol-name.
2420         (describe-minor-mode-from-indicator): Document is updated.
2421         Use `format-mode-line'.
2422         Use describe-minor-mode-from-symbol instead of describe-minor-mode.
2423         Use describe-minor-mode-completion-table-for-indicator.
2424         (expand-minor-mode-indicator-object): Remove.
2425         (lookup-minor-mode-from-indicator): Remove the fist white
2426         space from both indicator and anindicator before comparing them.
2428         * bindings.el (mode-line-major-mode-keymap)
2429         (mode-line-minor-mode-keymap): Define keys for the maps
2430         here in `defvar'.
2432 2003-04-12  Stefan Monnier  <monnier@cs.yale.edu>
2434         * server.el (server-socket-name): Use new safe location for socket.
2435         (server-ensure-safe-dir): New fun.
2436         (server-start): Use it and letf.
2437         (server-process-filter): Re-enable the -eval feature.
2439 2003-04-12  Glenn Morris  <gmorris@ast.cam.ac.uk>
2441         * play/gomoku.el (gomoku-buffer-name): New constant.
2442         (gomoku-mode): Doc fix.  Add call to kill-all-local-variables.
2443         (gomoku): Do not call gomoku-switch-to-window directly.
2444         (gomoku-prompt-for-other-game): Throw an error if no new game.
2445         (gomoku-switch-to-window): Use gomoku-buffer-name.
2447         * progmodes/f90.el (f90-abbrev-start): Only offer help if
2448         abbrev-mode is active.
2449         (f90-join-lines): Make it behave more like standard join-line.
2450         (f90-fill-region, f90-menu): Adapt for new f90-join-lines.
2452         * progmodes/fortran.el (fortran-abbrev-start): Only offer help if
2453         abbrev-mode is active.
2455 2003-04-12  John Paul Wallington  <jpw@gnu.org>
2457         * help-fns.el (help-add-fundoc-usage): Pass an empty string to
2458         `format' if no newlines are necessary.
2460 2003-04-11  Stefan Monnier  <monnier@cs.yale.edu>
2462         * bindings.el (global-map): Bind [select-window].
2464 2003-04-11  John Paul Wallington  <jpw@gnu.org>
2466         * type-break.el (type-break-warning-countdown-string): Doc fix.
2468 2003-04-11  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>  (tiny change)
2470         * international/utf-8.el (utf-translate-cjk-mode): Fix incorrect
2471         place of parenthesis.
2473 2003-04-11  Masatake YAMATO  <jet@gyve.org>
2475         * progmodes/etags.el (select-tags-table-mode-map):
2476         Don't create new keymap. Instead copy from button-buffer-map.
2477         Bind push-button to `t' instead of binding
2478         select-tags-table-select directly
2479         (tags-select-tags-table): New button.
2480         (select-tags-table): Put a button for each selections.
2482 2003-04-11  Kenichi Handa  <handa@m17n.org>
2484         * international/mule.el:
2485         Don't set after-insert-file-adjust-coding-function.
2486         (after-insert-file-set-coding):
2487         Renamed from after-insert-file-set-buffer-file-coding-system.
2489 2003-04-11  Kenichi Handa  <handa@m17n.org>
2491         * international/quail.el (quail-guidance-str)
2492         (quail-guidance-frame): New variables.
2493         (quail-guidance-win): Delete this variable.
2494         (quail-setup-overlays): Make overlay not rear-advancing.
2495         (quail-kill-guidance-buf): Delete this function.
2496         (quail-activate): Add/remove quail-show-guidance to/from
2497         post-command-hook.
2498         (quail-input-method): Don't setup quail-guidance-buf.
2499         Initialize quail-guidance-str to "".
2500         (quail-start-translation): Call quail-show-guidance at first.
2501         (quail-start-conversion): Likewise.
2502         (quail-terminate-translation): Don't erase quail-guidance-buf.
2503         (quail-update-translation): Stretch overlays if their starting and
2504         ending positions are same.
2505         (quail-update-current-translations): Check the width of the
2506         current window, not the width of quail-guidance-win.
2507         (quail-make-guidance-frame): Delete the arg BUF.  Fix position
2508         calculation.  Don't set the window buffer, just return the new frame.
2509         (quail-minibuffer-message): New function.
2510         (quail-show-guidance): Renamed from quail-show-guidance-buf.
2511         Use message and quail-minibuffer-message to display the guidance.
2512         (quail-hide-guidance): Renamed from quail-hide-guidance-buf.
2513         Only delete quail-guidance-frame.
2514         (quail-update-guidance): Just update quail-guidance-str, not
2515         display it.
2516         (quail-get-translations): Renamed from quail-show-translations.
2517         Return a string instead of inserting it in quail-guaidance-buf.
2519 2003-04-11  Kenichi Handa  <handa@m17n.org>
2521         * international/mule-cmds.el (sort-coding-systems): Set lower
2522         priority to a utf-16 base coding system.  Set higher priority to a
2523         coding system listed in coding-category-list.
2525 2003-04-10  Juanma Barranquero  <lektu@terra.es>
2527         * frame.el (modify-all-frames-parameters): Deleted.
2529 2003-04-10  Sebastian Tennant  <seb@albert.vcisp.net>  (tiny change)
2531         * desktop.el (desktop-buffer-file): Restore major-mode if it is
2532         different from the normal mode.
2534 2003-04-10  Kenichi Handa  <handa@m17n.org>
2536         * international/mule.el:
2537         Set after-insert-file-adjust-coding-function to
2538         after-insert-file-set-buffer-file-coding-system instead of adding
2539         it to after-insert-file-functions.
2541         * language/ind-util.el (indian-2-column-to-ucs-region): Fix for
2542         the case of replacing multibyte characters.
2544 2003-04-09  Richard M. Stallman  <rms@gnu.org>
2546         * files.el (file-chase-links): Fix previous change.
2548 2003-04-09  Juanma Barranquero  <lektu@terra.es>
2550         * frame.el (new-frame): Add obsolescence declaration.
2552 2003-04-09  Ehud Karni  <ehud@unix.mvs.co.il>
2554         * frame.el (set-frame-font): Allow keeping frame size after
2555         changing font.
2556         (modify-all-frames-parameters): New function to change parameters
2557         in all existing and future frames.
2559 2003-04-09  Thien-Thi Nguyen  <ttn@gnu.org>
2561         * man.el (Man-heading-regexp): Accept hyphen.
2563 2003-04-09  Kenichi Handa  <handa@m17n.org>
2565         * international/fontset.el: Specify rescale ratio 1.3 for CDAC fonts.
2567         * international/mule-conf.el: Register ?\221 and ?\226 in
2568         latin-extra-code-table.
2570 2003-04-08  Richard M. Stallman  <rms@gnu.org>
2572         * subr.el (minor-mode-list): New variable.
2573         (add-minor-mode): Add to it.
2575         * files.el (file-chase-links): New arg LIMIT.
2576         After that many iterations, just return what we've got.
2578         * map-ynp.el (map-y-or-n-p): When formatting chars in ACTION-ALIST,
2579         use single-key-description.
2581         * emacs-lisp/lisp-mode.el (last-sexp-toggle-display):
2582         At end of buffer, just call `newline'.
2584         * mail/rmailsum.el (rmail-make-basic-summary-line): If there's
2585         no From field, still try to use the To field.
2587 2003-04-09  Kenichi Handa  <handa@m17n.org>
2589         * international/mule-diag.el (print-coding-system-briefly):
2590         If DOC-STRING is `tightly', print the doc-string tightly.
2591         (list-coding-systems-1): Sort coding systems.
2592         Call print-coding-system-briefly with the arg DOC-STRING `tightly'.
2594 2003-04-08  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
2596         * net/tramp.el: Version 2.0.33 released.
2597         Change coding cookie to `iso-2022-7bit' for XEmacs
2598         compatibility.  (From Steve Youngs <youngs@xemacs.org>.)
2600 2003-04-08  Michael Albinus  <Michael.Albinus@alcatel.de>
2602         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
2603         Do not disable file name handlers for `file-exists-p' and
2604         `file-directory-p'.
2606 2003-04-08  Kenichi Handa  <handa@m17n.org>
2608         * international/mule-conf.el: Register ?\225 in latin-extra-code-table.
2610         * international/utf-16.el (utf-16-le-decode-loop)
2611         (utf-16-be-decode-loop): New temporary variables.
2612         (ccl-decode-mule-utf-16-le): Use utf-16-le-decode-loop.
2613         (ccl-decode-mule-utf-16-be): Use utf-16-be-decode-loop
2614         (ccl-decode-mule-utf-16-le-with-signature)
2615         (ccl-decode-mule-utf-16-be-with-signature)
2616         (ccl-decode-mule-utf-16): New CCL programs.
2617         (utf-16-le-encode-loop, utf-16-be-encode-loop): New temporary
2618         variables.
2619         (ccl-encode-mule-utf-16-le): Use utf-16-le-encode-loop.
2620         (ccl-encode-mule-utf-16-be): Use utf-16-be-encode-loop
2621         (ccl-encode-mule-utf-16-le-with-signature)
2622         (ccl-encode-mule-utf-16-be-with-signature): New CCL programs.
2623         (mule-utf-16-post-read-conversion): New function.
2624         (mule-utf-16-le-with-signature, mule-utf-16-be-with-signature),
2625         (mule-utf-16): New coding systems.
2626         (utf-16-le-with-signature, utf-16-be-with-signature),
2627         (utf-16): Aliases of the above coding systems.
2629 2003-04-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
2631         * progmodes/cc-langs.el (c-symbol-key): Use POSIX char classes
2632         to match symbols.  This makes CC Mode cope with the full range
2633         of identifier characters in e.g. Java.
2635 2003-04-07  Francesco Potort\e,Al\e(B  <pot@gnu.org>
2637         * xt-mouse.el (xterm-mouse-event-read): New function.
2638         (xterm-mouse-event): Use it to get xterm sequences above #x7f.
2639         Suggested by Aman Bhargava <emacs-bug@amanb.net>.
2641 2003-04-07  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2643         * man.el (Man-getpage-in-background): Set GROFF_NO_SGR env var in
2644         all cases, whether or not start-process is fboundp.
2646 2003-04-06  Richard M. Stallman  <rms@gnu.org>
2648         * calendar/cal-menu.el (cal-menu-update): Use easy-menu-create-menu
2649         rather than easy-menu-change.
2651         * dired.el (dired-view-file): Let viewer program run asynchronously.
2653 2003-04-06  Ben North  <ben@redfrontdoor.org>  (tiny change)
2655         * emacs-lisp/lisp-mode.el (last-sexp-toggle-display):
2656         Correct the starting point for previous-single-property-change.
2658 2003-04-06  Lars Hansen  <larsh@math.ku.dk>
2660         * desktop.el: Handle multiple desktop files in different dirs.
2661         Other cleanups.
2662         Command line option --no-desktop introduced.
2663         (desktop-read): Record buffers in the desktop file in
2664         the same order as that in the buffer list,
2665         (desktop-save): Put buffers in the order given in desktop file,
2666         regardless of what handlers do.
2667         (desktop-file-version): New variable. Version number of desktop
2668         file format.
2669         (desktop-create-buffer-form): Variable deleted.
2670         (desktop-save): New customizable variable.
2671         (desktop-kill): Use `desktop-save'.
2672         (desktop-file-name-format): New option: format in
2673         which desktop file names should be saved.
2674         (desktop-file-name): New function to convert a filename to the
2675         format specified in `desktop-file-name-format'.
2676         (desktop-create-buffer): Parameters renamed to descriptive
2677         systematic names. These parameters are visible to handlers.
2678         Renames:
2679         ver    -> desktop-file-version
2680         mim    -> desktop-buffer-minor-modes
2681         pt     -> desktop-buffer-point
2682         mk     -> desktop-buffer-mark
2683         ro     -> desktop-buffer-read-only
2684         locals -> desktop-buffer-locals
2685         (desktop-buffer-major-mode, desktop-buffer-file-name)
2686         (desktop-buffer-name): Delete unused customizable variables.
2687         (desktop-buffer-misc): Delete unused variable.
2688         (desktop-save, desktop-buffer-dired-misc-data):
2689         Use `desktop-file-name'.
2690         (desktop-path): New customizable variable.  List of directories in
2691         which to lookup the desktop file.  Replaces hardcoded list.
2692         (desktop-globals-to-clear): New variable replaces hardcoded list.
2693         (desktop-clear-preserve-buffers-regexp): New customizable variable.
2694         (desktop-after-read-hook): New hook run after a desktop is read.
2695         (desktop-no-desktop-file-hook): New hook when no desktop file found.
2696         (desktop-change-dir): New function.
2697         (desktop-save-in-load-dir): New function.  Save desktop in
2698         directory from which it was loaded.
2699         (desktop-revert): New function. Revert to the last loaded desktop.
2701 2003-04-06  Masatake YAMATO  <jet@gyve.org>
2703         * progmodes/etags.el (tag-find-file-of-tag): Renamed from
2704         find-file-of-tag to avoid name space pollution.
2705         (tag-find-file-of-tag-noselect): Likewise.
2706         (etags-list-tags, etags-tags-apropos):
2707         Use tag-find-file-of-tag instead of find-file-of-tag.
2709 2003-04-06  Masatake YAMATO  <jet@gyve.org>
2711         * info.el (Info-goto-emacs-command-node): If command
2712         is given as a string, convert it to a symbol.
2714 2003-04-05  Kevin Ryde  <user42@zip.com.au>
2716         * info-look.el (emacs-lisp-mode): Add prefix/suffix matching regexps.
2718 2003-04-05  Andre Spiegel  <spiegel@gnu.org>
2720         * vc-cvs.el (vc-cvs-get-entries): New function that uses the
2721         right coding system for accessing CVS/Entries.
2722         (vc-cvs-registered, vc-cvs-dir-state-heuristic): Use it.
2724 2003-04-04  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2726         * subr.el (number-sequence): Adjust code.
2728 2003-04-04  Stefan Monnier  <monnier@cs.yale.edu>
2730         * textmodes/refill.el (refill-fill-paragraph-at): Undo last fix.
2731         (refill-fill-paragraph-at): Don't skip prefix since markers work right.
2733         * textmodes/fill.el (fill-delete-newlines): Remove trailing whitespace.
2734         (fill-paragraph): Don't skip prefix now that markers work right.
2736 2003-04-04  John Paul Wallington  <jpw@gnu.org>
2738         * ibuffer.el (ibuffer-insert-filter-group): `help-echo' text
2739         property dynamically respects `tooltip-mode'.
2740         (define-ibuffer-column name): Likewise.
2742         * ibuf-ext.el (ibuffer-format-filter-group-data): Don't append "\n".
2744 2003-04-04  Masatake YAMATO  <jet@gyve.org>
2746         * progmodes/etags.el (find-file-of-tag-noselect, find-file-of-tag):
2747         New helper functions.
2748         (snarf-tag-function): Doc string is changed.  Explained about new
2749         optional argument, `use-explicit'.
2750         (etags-snarf-tag): Add one optional argument `use-explicit'.
2751         (file-of-tag-function): Doc string is changed.  Explained about new
2752         optional argument, `relative'.
2753         (file-of-tag): Doc string is changed.  Explained about new optional
2754         argument, `relative'.  Pass `relative' to `file-of-tag-function'.
2755         (etags-file-of-tag): Add new argument `relative`.
2756         (list-tags): Set `buffer-read-only' to t after making the major mode
2757         apropos-mode.
2758         (etags-list-tags): Use `make-text-button' instead of
2759         `add-text-properties'.  Used `snarf-tag-function',
2760         `goto-tag-location-function' and `find-file-of-tag' instead of
2761         `find-tag-other-window' (it's too simple).
2762         (find-tag-in-order): Use `find-file-of-tag-noselect' instead of
2763         `find-file'.
2764         (etags-tags-apropos): Use `find-file-of-tag-noselect' instead of
2765         `find-file'.  Do not use `etags-goto-tag-location` directly; use
2766         `goto-tag-location-function' instead.  Print relative file paths
2767         instead of complete ones in *Tags List* buffer, so lines in the
2768         buffer become shorter.
2769         (etags-tags-apropos-additional): Use `make-text-button' instead of
2770         `add-text-properties'.
2772 2003-04-04  Andreas Schwab  <schwab@suse.de>
2774         * net/tramp.el (tramp-send-string): Handle empty string.
2776 2003-04-03  Richard M. Stallman  <rms@gnu.org>
2778         * emacs-lisp/easymenu.el (easy-menu-define):
2779         Don't make a defvar for nil.
2780         (easy-menu-convert-item-1): Doc fix.
2781         (easy-menu-change): Call easy-menu-create-menu.
2783         * subr.el (read-quoted-char): Remember the input char
2784         before translation thru function-key-map, and use that for unreading.
2786         * shadowfile.el (shadow-parse-fullname):
2787         Renamed from shadow-parse-fullpath.
2788         (shadow-parse-name): Renamed from shadow-parse-path.
2789         (shadow-make-fullname): Renamed from shadow-make-fullpath.
2790         (shadow-replace-name-component): Was shadow-replace-path-component.
2791         Callers of the above functions changed.
2792         (shadow-expand-cluster-in-file-name): Doc fix.
2793         (shadow-same-site, shadow-file-match): Doc fix.
2794         (shadow-define-literal-group): Doc fix.
2796         * kmacro.el (kmacro-end-and-call-macro): Doc fix.
2798         * hexl.el (hexl-find-file): Ignore user's value of default-major-mode.
2800         * files.el (hack-local-variables-prop-line): New arg MODE-ONLY.
2801         (hack-local-variables): When MODE-ONLY is set, pass it along to
2802         hack-local-variables-prop-line.
2804         * delsel.el (delete-active-region): Don't explicitly deactivate mark.
2806 2003-04-03  Masatake YAMATO  <jet@gyve.org>
2808         * progmodes/etags.el: Require button.el.
2809         (etags-tags-apropos): Use `make-text-button' instead of
2810         `add-text-properties'.  Use `snarf-tag-function' and
2811         `etags-goto-tag-location' instead of `find-tag-other-window' (it's
2812         too simple).
2814         * man.el (Man-xref-header-file): Fix previous change.
2816 2003-04-03  Kenichi Handa  <handa@m17n.org>
2818         * subr.el (number-sequence): New function.
2820 2003-04-02  Ehud Karni  <ehud@unix.mvs.co.il>  (tiny change)
2822         * sort.el (sort-reorder-buffer): Fix saving of markers at the end
2823         of the sorted region.
2825 2003-04-02  Masatake YAMATO  <jet@gyve.org>
2827         * woman.el (woman-xref): Removed.
2828         (woman-mode): Use `Man-highlight-references' instead of
2829         `WoMan-highlight-references'.
2830         (WoMan-highlight-references): Removed.
2832         * man.el (toplevel): Require button.
2833         (Man-header-file-path): New option.
2834         (Man-synopsis-regexp, Man-files-regexp, Man-include-regexp)
2835         (Man-file-name-regexp, Man-normal-file-prefix-regexp)
2836         (Man-header-regexp, Man-normal-file-regexp): New variables.
2837         (Man-mode-map): Inherit from `button-buffer-map'.  Don't define
2838         "\r" and mouse-2 directly.  These key are defined in
2839         `button-buffer-map'.
2840         (Man-xref-man-page, Man-xref-header-file, Man-xref-normal-file):
2841         New buttons.  `Man-xref-man-page' comes from woman.el.
2842         (man-follow-mouse): Removed.
2843         (Man-fontify-manpage): Use `Man-highlight-references' instead of
2844         calling `add-text-properties' directly.
2845         (Man-highlight-references, Man-highlight-references0): New functions.
2846         (Man-view-header-file): New function.
2848 2003-04-02  Stefan Monnier  <monnier@cs.yale.edu>
2850         * textmodes/refill.el (refill-fill-paragraph-at): Don't preserve
2851         the trailing space since fill.el doesn't remove it anymore.
2852         (refill-mode): Reset fill-paragraph-function even if it was nil.
2854         * textmodes/fill.el (fill-region-as-paragraph):
2855         Don't remove space at end of paragraph: it makes refill.el unusable.
2856         Remove obsolete `save-restriction'.
2857         (fill-paragraph, fill-comment-paragraph): Don't add newline at EOP.
2858         (fill-delete-newlines): Don't add a trailing space.
2859         (fill-newline): Don't leave markers before the prefix.
2861         * progmodes/asm-mode.el (asm-calculate-indentation, asm-indent-line):
2862         New functions.
2863         (asm-mode): Use them in indent-line-function.
2864         Set tab-always-indent to nil to stay closer to previous tab behavior.
2865         Set comment-add.  Remove space at end of comment-add.
2866         (asm-newline): Obsolete.  Use newline-and-indent instead.
2867         (asm-mode-map): Remove TAB binding.
2868         (asm-code-level-empty-comment-pattern)
2869         (asm-flush-left-empty-comment-pattern)
2870         (asm-inline-empty-comment-pattern): Remove.
2871         (asm-comment): Use newcomment functions instead.
2872         (asm-colon): Don't tab if colon is not after a label.
2873         (asm-line-matches, asm-pop-comment-level): Remove.
2875 2003-04-02  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
2877         * emulation/crisp.el (top-level): Quote second arg to
2878         `eval-after-load'.
2880 2003-04-02  Miles Bader  <miles@gnu.org>
2882         * scroll-bar.el (scroll-bar-mode): Correctly specify `nil' choice.
2884 2003-04-01  Stefan Monnier  <monnier@cs.yale.edu>
2886         * progmodes/asm-mode.el (asm-mode-syntax-table): Setup entries
2887         that do not depend on asm-comment-char.
2888         (asm-mode-map): Declare and init at the same time.
2889         (asm-code-level-empty-comment-pattern)
2890         (asm-flush-left-empty-comment-pattern)
2891         (asm-inline-empty-comment-pattern): Use \s< so they do not depend
2892         on asm-comment-char.  Turn them into constants.
2893         (asm-mode): Simplify.
2894         (asm-line-matches): Remove unused arg.
2896 2003-04-01  Dave Love  <fx@gnu.org>
2898         * time.el: Doc fixes.
2899         (display-time-mail-face): Change :type and default to nil.
2900         (display-time-mail-icon): Use pbm, not xbm.
2901         (display-time-mail-string): New.
2902         (display-time-string-forms): Use display-time-mail-string.
2903         Add checks in display property.
2905 2003-04-01  Kenichi Handa  <handa@m17n.org>
2907         * language/indian.el (indian-font-char-index-table): Fix the
2908         order of CDAC fonts.
2910 2003-04-01  Kim F. Storm  <storm@cua.dk>
2912         * simple.el (pop-global-mark-quick-repeat): Remove defcustom.
2913         (set-mark-command): Unconditionally repeat pop-global-mark without
2914         C-x prefix.  Fix doc.
2916         * emulation/cua-base.el (cua-set-mark): Unconditionally repeat
2917         pop-global-mark without C-x prefix.  Fix doc.
2919 2003-03-31  Stefan Monnier  <monnier@cs.yale.edu>
2921         * reveal.el (reveal-post-command): Better error handling.
2923 2003-03-31  Nick Roberts  <nick@nick.uklinux.net>
2925         * gdb-ui.el (gdb-inferior-io-mode): Remove Unix pathname for cat
2926         so that it can run on NT also.
2928 2003-03-31  Masatake YAMATO  <jet@gyve.org>
2930         * progmodes/asm-mode.el (asm-mode): Support skipping C lang style
2931         comments.
2933         * bindings.el (mode-line-major-mode-keymap): New variable.
2934         (mode-line-minor-mode-help): New function, bound to
2935         mode-line-minor-mode-keymap.
2936         (mode-line-modes): Split mode-line-mode definitions to
2937         mode-name, mode-line-process and minor-mode-alist.
2938         For mode-name, mode-line-major-mode-keymap is used.
2940         * help.el (describe-minor-mode, describe-minor-mode-from-indicator)
2941         (lookup-minor-mode-from-indicator): New functions.
2943 2003-03-31  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
2945         * files.el (file-relative-name): Remove superfluous `and'.
2946         Clarify docstring.  From Lars Hansen.
2948 2003-03-31  Kenichi Handa  <handa@m17n.org>
2950         * international/utf-16.el (ccl-decode-mule-utf-16-le):
2951         Don't assume the signature bytes.
2952         (ccl-decode-mule-utf-16-be): Likewise.
2953         (ccl-encode-mule-utf-16-le): Don't produce the signature bytes.
2954         (ccl-encode-mule-utf-16-be): Likewise.
2956 2003-03-30  Kevin Ryde  <user42@zip.com.au>
2958         * info-look.el (sh-mode): Add doc-specs for commands and variables.
2960 2003-03-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
2962         * international/utf-8.el (utf-translate-cjk-mode): Minor mode,
2963         replaces variable utf-translate-cjk which must be set via Custom.
2965         * files.el (file-relative-name): If FILENAME and DIRECTORY are on
2966         different drives (on DOS/Windows) or use different handlers, do
2967         like `expand-file-name' on FILENAME and return an absolute name.
2968         From Lars Hansen <larsh@math.ku.dk>.
2970         * tramp.el: Version 2.0.31 released.
2971         (tramp-handle-expand-file-name): Do not allow ".." to
2972         cross file handler boundaries, so that "/user@host:/../foo"
2973         expands to itself, rather than "/foo".  This is intended to work
2974         in conjunction with a change in `file-relative-name' which makes
2975         sure to use absolute file names if FILE and DIRECTORY have
2976         different handlers.
2977         (tramp-handle-insert-directory): Comment out XEmacs
2978         kludge.  Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
2980 2003-03-29  Michael Albinus  <Michael.Albinus@alcatel.de>
2982         * trampver.el: New file, to support Autoconf in Tramp CVS repository.
2983         * tramp.el (tramp-version, tramp-bug-report-address): Move to
2984         trampver.el, which is required now.
2985         (tramp-chunksize): Type can be nil as well.
2986         Reported by Markus Rost <rost@math.ohio-state.edu>.
2987         * tramp-smb.el (tramp-smb-read-file-entry): Make reading size of a
2988         listing entry more robust.  Ranges from 10 chars (Samba 1) to 7-9
2989         chars (Samba 2).
2991 2003-03-29  John Paul Wallington  <jpw@gnu.org>
2993         * international/mule.el (with-category-table): Use `make-symbol'
2994         to avoid variable capture.  Set table within `unwind-protect'.
2995         Ensure table is restored in correct buffer.  Add docstring.
2997 2003-03-29  Kenichi Handa  <handa@m17n.org>
2999         * language/japan-util.el: If system-type is not for Windows,
3000         prefer japanese-iso-8bit.
3002 2003-03-28  Sudish Joseph  <sudish@corp.earthlink.net>  (tiny change)
3004         * term/mac-win.el (iconify-or-deiconify-frame): Define for
3005         compatibility with packages that use it.
3007 2003-03-28  Lute Kamstra  <Lute.Kamstra@cwi.nl>
3009         * emacs-lisp/checkdoc.el (checkdoc-display-status-buffer):
3010         Fix docstring.
3011         (checkdoc-interactive, checkdoc-message-interactive): Make them
3012         perform spell checking when appropriate.
3013         (checkdoc-interactive-loop): Fix docstring and a few typos.
3014         (checkdoc-interactive-ispell-loop)
3015         (checkdoc-message-interactive-ispell-loop): New functions.
3016         (checkdoc-next-error): Fix docstring.
3017         (checkdoc-this-string-valid-engine): Fix typo.
3018         (checkdoc-ispell-docstring-engine): Do test for
3019         checkdoc-autofix-flag = nil.
3021 2003-03-28  Jonathan Yavner  <jyavner@engineer.com>
3023         * emacs-lisp/testcover.el (testcover-mark-all): Handle screwy
3024         top-level macros that put functions as properties.
3025         (testcover-mark): No error for functions that just return a constant.
3027 2003-03-27  Andreas Schwab  <schwab@suse.de>
3029         * vc-cvs.el (vc-cvs-parse-entry): Make sure a file with conflicts
3030         is marked as edited.
3032 2003-03-26  Kenichi Handa  <handa@m17n.org>
3034         * files.el (recode-file-name): New function.
3036         * international/characters.el: Setup categories for Indian characters.
3038 2003-03-26  Steve Youngs  <youngs@xemacs.org>
3040         * em-unix.el (eshell-plain-locate-behavior): Make the default
3041         nil on Emacs, t on XEmacs.
3043 2003-03-25  Stefan Monnier  <monnier@cs.yale.edu>
3045         * emacs-lisp/byte-opt.el (byte-optimize-set): New.
3046         Turn `set' into `setq' when applicable.
3048 2003-03-24  Stefan Monnier  <monnier@cs.yale.edu>
3050         * emacs-lisp/easy-mmode.el (define-minor-mode): Pass unknown keyword
3051         args blindly to defcustom.  Use custom-set-minor-mode.
3053 2003-03-24  Kim F. Storm  <storm@cua.dk>
3055         * simple.el: Rework last change so C-x C-SPC C-SPC does not
3056         repeat pop-global-mark by default.
3057         (pop-global-mark-quick-repeat): New user option.
3058         (set-mark-command): Use it.
3060         * emulation/cua-base.el (cua-set-mark):
3061         Check pop-global-mark-quick-repeat.
3063 2003-03-24  John Paul Wallington  <jpw@gnu.org>
3065         * emacs-lisp/easymenu.el (easy-menu-add-item): Don't default to
3066         the global map.
3068         * emerge.el (emerge-show-file-name): Read event irrespective of
3069         whether minibuffer window is resized.  Clear minibuffer when done.
3071         * cus-theme.el (customize-create-theme): Rename from
3072         `custom-theme-create'.
3074 2003-03-24  Luc Teirlinck  <teirllm@mail.auburn.edu>
3076         * cus-edit.el (custom-mode): Make `custom-local-buffer' local.
3078 2003-03-23  Peter Breton  <pbreton@attbi.com>
3080         * net/net-utils.el (dns-lookup-host): New function.
3082 2003-03-23  Martin Stjernholm  <bug-cc-mode@gnu.org>
3084         * progmodes/cc-mode.el (c-parse-state): Add kludge to avoid
3085         an infinite loop when Emacs' open-paren-in-column-zero rule
3086         kicks in and causes the sexp functions to misbehave.
3088 2003-03-22  Peter Breton  <pbreton@cs.umb.edu>
3090         * filecache.el (file-cache-add-directory-recursively)
3091         (file-cache-complete, file-cache-display): New functions.
3093         * generic-x.el (etc-modules-conf-generic-mode): New generic mode.
3094         (rul-generic-mode): Bugfixes by Rolf.Sandau@marconi.com.
3096         * dirtrack.el (dirtrack-cygwin-directory-function): New function.
3097         Remove timestamp.
3099 2003-03-22  Kim F. Storm  <storm@cua.dk>
3101         * ido.el (ido-mode): Remove unused NOBIND arg.  Fix doc string
3102         accordingly.
3103         (ido-define-mode-map): Bind C-l for both file and dir modes.
3104         (ido-wide-find-file, ido-wide-find-dir, ido-make-directory):
3105         Let-bind enable-recursive-minibuffers to t around read-string.
3107 2003-03-22  Kenichi Handa  <handa@m17n.org>
3109         * international/fontset.el (setup-default-fontset):
3110         Use indian-font-char-range for specifying ranges of indian-glyph
3111         chars.  Setup for AKRUTI fonts.
3113         * language/indian.el (indian-font-foundry): New variable.
3114         (indian-script-language-alist): New variable.
3115         (indian-font-char-index-table): New variable.
3116         (indian-font-char): New function.
3117         (indian-font-char-range): New function.
3118         (font-ccl-encoder-alist): Add entry for AKRUTI font.
3120 2003-03-22  Kim F. Storm  <storm@cua.dk>
3122         * progmodes/cperl-mode.el (cperl-electric-backspace):
3123         Add delete-selection property.
3125         * simple.el (set-mark-command): Doc fixes.
3126         Allow pop-global-mark to be repeated with C-x C-SPC C-SPC...
3127         C-u C-u C-SPC now unconditionally sets the mark.
3129         * emulation/cua-base.el (cua-set-mark): Doc fixes.
3130         Allow pop-global-mark to be repeated with C-x C-SPC C-SPC...
3131         C-u C-u C-SPC now unconditionally sets the mark.
3133 2003-03-20  Mark A. Hershberger  <mah@everybody.org>
3135         * xml.el (xml-parse-attlist): Fix typo in attribute parsing.
3137 2003-03-20  Kenichi Handa  <handa@m17n.org>
3139         * international/utf-8.el (ccl-decode-mule-utf-8): Fix a bug in
3140         handling invalid 5 to 6 bytes sequence.
3142 2003-03-19  Simon Marshall  <simon@gnu.org>
3144         * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
3145         New variable.
3146         (makefile-mode): Use it for value of font-lock-syntactic-keywords.
3148 2003-03-19  John Paul Wallington  <jpw@gnu.org>
3150         * cus-theme.el (custom-theme-create): Add autoload cookie.
3152 2003-03-19  Kenichi Handa  <handa@m17n.org>
3154         * dired.el (dired-get-filename): Pay attention to the case that
3155         `read' returns a unibyte string.  Don't encode the file name by
3156         buffer-file-coding-system.
3158 2003-03-18  Kenichi Handa  <handa@m17n.org>
3160         * language/european.el ("Latin-6"): Fix input-method.
3161         ("Latin-7"): Fix input-method.
3163         * international/utf-8.el (utf-fragment-on-decoding):
3164         Don't call register-char-codings.
3165         (utf-fragment-on-decoding): Don't update char-coding-system-table.
3166         (utf-translate-cjk): Don't call register-char-codings nor
3167         optimize-char-coding-system-table.  Don't update
3168         char-coding-system-table.
3170         * international/ucs-tables.el (ucs-unify-8859): Don't call
3171         register-char-codings.
3172         (ucs-unify-8859): Don't call optimize-char-coding-system-table.
3173         (ucs-fragment-8859): Don't update char-coding-system-table.
3174         Don't call register-char-codings nor optimize-char-coding-system-table.
3176         * international/mule.el (optimize-char-coding-system-table):
3177         Remove this function.
3178         (register-char-codings): Make it obsolete.
3179         (char-coding-system-table): Defconst it here.
3180         (make-coding-system): Don't call register-char-codings, call
3181         define-coding-system-internal.
3183         * international/mule-conf.el (no-conversion):
3184         Call define-coding-system-internal on this coding system instead of
3185         calling register-char-codings.
3187         * international/mule-cmds.el (find-coding-systems-for-charsets):
3188         Use find-coding-systems-string instead of looking up
3189         char-coding-system-table.
3191         * international/code-pages.el (cp-fix-safe-chars): Make it obsolete.
3192         (cp-make-coding-system): Don't call cp-fix-safe-chars.
3194 2003-03-18  Stefan Monnier  <monnier@cs.yale.edu>
3196         * startup.el (command-line-1): Use command-execute for any command.
3198 2003-03-17  Stefan Monnier  <monnier@cs.yale.edu>
3200         * buff-menu.el (list-buffers-noselect): Use the display property
3201         to properly align header-line text with the buffer's contents.
3203 2003-03-17  Kenichi Handa  <handa@m17n.org>
3205         * international/mule.el (ctext-post-read-conversion): Convert the
3206         search pattern to multibyte by string-to-multibyte.
3208 2003-03-16  Deepak Goel  <deego@gnufans.org>
3210         * calc/calc-forms.el (math-tzone-names): Introduce UTC as an alias
3211         for GMT.  Suggested by bob@rattlesnake.com.
3213 2003-03-15  Stefan Monnier  <monnier@cs.yale.edu>
3215         * pcvs.el (cvs-mode!): Remove unused argument.
3217         * emacs-lisp/easymenu.el (easy-menu-name-match): Catch any error
3218         that member-ignore-case might signal.
3219         (easy-menu-add-item): Default to the global map, as documented.
3220         (easy-menu-convert-item-1): Use match-string.
3222 2003-03-15  Mark A. Hershberger  <mah@everybody.org>
3224         * xml.el (xml-ucs-to-string): New function to convert Unicode
3225         codepoints to strings.  Uses decode-char (mule.el) if available.
3226         (xml-parse-tag, xml-parse-attlist, xml-skip-dtd, xml-parse-dtd)
3227         (xml-parse-elem-type): Use ' \t\n\r' instead of '[:space:]'.
3228         (xml-parse-attlist): Add attribute normalization.
3229         (xml-parse-tag): Replace "\r\n" and "\r" with "\n".
3231 2003-03-14  John Paul Wallington  <jpw@gnu.org>
3233         * files.el (recover-session): Error if there are no previous
3234         sessions to recover.
3236         * subr.el (posn-col-row): Simplify.
3238         * arc-mode.el (archive-subtype, archive-file-list-start)
3239         (archive-file-list-end, archive-proper-file-start)
3240         (archive-read-only, archive-local-name, archive-mode-map)
3241         (archive-file-name-indent, archive-remote)
3242         (archive-alternate-display, archive-superior-buffer)
3243         (archive-subfile-mode): Doc fixes.
3245 2003-03-14  Stefan Monnier  <monnier@cs.yale.edu>
3247         * indent.el (indent-for-tab-command): If tab-always-indent is non-nil
3248         and the user hits TAB a second time, just insert a tab.
3250         * textmodes/texinfo.el (texinfo-outline-level): Remove.
3251         (texinfo-mode): Set outline-heading-alist instead.
3252         (texinfo-section-list): Reorder for the needs of outline-heading-alist.
3253         (texinfo-insert-block): Don't cons needlessly.
3254         (texinfo-enable-quote-macros, texinfo-enable-quote-envs): New vars.
3255         (texinfo-insert-quote): Use them.
3257         * textmodes/outline.el (outline-level): Demote it to defvar.
3258         (outline-heading-alist): Document extended semantics.
3259         (outline-head-from-level): New fun.
3260         (outline-promote, outline-demote): Use it.
3261         (outline-show-heading): New fun.
3262         (hide-sublevels, show-children):
3263         Use it together with outline-map-region.
3264         (outline-get-next-sibling): Don't call outline-level at eob.
3266 2003-03-14  Simon Josefsson  <jas@extundo.com>
3268         * fringe.el (fringe-mode): Autoload so that
3269         Options->Show/Hide->Fringe->Customize works.
3271 2003-03-13  Stefan Monnier  <monnier@cs.yale.edu>
3273         * textmodes/outline.el (outline-mode-menu-bar-map): Add entries.
3274         (outline-mode-prefix-map): Match new bindings to those of allout.
3275         (outline-map-region): New fun.
3276         (outline-map-tree): Remove.
3277         (outline-promote, outline-demote): Apply to region if active.
3278         Change the default to apply to the subtree.
3279         (outline-move-subtree-up, outline-move-subtree-down): New funs.
3280         (outline-invisible-p): Add optional `pos' argument.
3281         (outline-next-visible-heading, outline-toggle-children): Use it.
3282         (outline-get-next-sibling): Don't call outline-level at eob.
3284         * custom.el (custom-set-minor-mode): New fun.
3286 2003-03-13  Dave Love  <fx@gnu.org>
3288         * international/latin1-disp.el (ucs-tables): Don't require.
3289         (latin1-display-face): New.
3290         (latin1-display-char): Use it.
3292 2003-03-13  Kenichi Handa  <handa@m17n.org>
3294         * international/mule-cmds.el (reset-language-environment):
3295         Set default-file-name-coding-system to iso-latin-1.
3297         * language/european.el (iso-latin-1): Definition of this coding
3298         system moved to mule-conf.el.
3300         * international/mule-conf.el (iso-latin-1): Moved from
3301         european.el.
3303         * term/x-win.el (x-select-text): Don't set a text containing
3304         eight-bit-control/graphic into the cut buffer.
3306 2003-03-12  Kenichi Handa  <handa@m17n.org>
3308         * files.el (insert-directory): Decode by what specified.
3310         * language/japan-util.el (setup-japanese-environment-internal):
3311         By defalt, use japanese-iso-8bit for file names, and prefer
3312         japanese-shift-jis on DOS and Windows.
3314         * international/quail.el (quail-show-guidance-buf): Make the quail
3315         guidance buffer inherit the current value of quail-current-package.
3317         * international/utf-8.el (ccl-decode-mule-utf-8): Don't lose bytes
3318         on handling an invalid byte sequence.
3320 2003-03-11  Jason Rumney  <jasonr@gnu.org>
3322         * files.el (auto-mode-alist): Add .xsl for sgml-mode.
3324 2003-03-11  Mark A. Hershberger  <mah@everybody.org>
3326         * xml.el (xml-skip-dtd): Fix parsing of DOCTYPE.
3328 2003-03-11  John Paul Wallington  <jpw@gnu.org>
3330         * subr.el (posn-col-row): Heed frame parameter `line-spacing' and
3331         `default-line-spacing', rather than buffer-local `line-spacing'.
3333 2003-03-10  Per Abrahamsen  <abraham@dina.kvl.dk>
3335         * cus-edit.el (customize-rogue): New command.
3337 2003-03-10  Andreas Schwab  <schwab@suse.de>
3339         * info.el (Info-extract-menu-node-name)
3340         (Info-following-node-name): Revert last change.
3342 2003-03-10  Thien-Thi Nguyen  <ttn@gnu.org>
3344         * progmodes/scheme.el (scheme-mode-syntax-table):
3345         Construct w/o using `with-syntax-table'.
3347 2003-03-10  John Paul Wallington  <jpw@gnu.org>
3349         * subr.el (posn-col-row): Take into account `line-spacing'.
3351         * ebuff-menu.el (electric-buffer-update-highlight): Do nothing
3352         if major mode isn't `Electric-buffer-menu-mode'.
3354         * term/x-win.el (vendor-specific-keysyms)
3355         (x-last-selected-text-primary): Doc fixes.
3356         (x-win-suspend-error): Use proper noun in error message.
3358 2003-03-09  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3360         * man.el (Man-getpage-in-background): Always use `setenv' for
3361         environment variables, instead of modifying process-environment
3362         directly.  The previous version let-bound process-environment --
3363         the let-binding is skipped for GROFF_NO_SGR because there is
3364         already a let-binding in effect in some outer scope.
3366         * emulation/crisp.el (top-level): Interoperate with cua.
3368 2003-03-08  Kim F. Storm  <storm@cua.dk>
3370         * emulation/cua-base.el: Provide `cua' feature.
3372 2003-03-08  Juanma Barranquero  <lektu@terra.es>
3374         * emulation/cua-base.el (cua--standard-movement-commands):
3375         Fix docstring.
3377 2003-03-07  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3379         * man.el (Man-getpage-in-background): Only change
3380         default-directory if necessary.
3382 2003-03-07  Andreas Schwab  <schwab@suse.de>
3384         * info.el (Info-following-node-name): Skip trailing period.
3385         (Info-extract-menu-node-name): Allow period in node name.
3387 2003-03-07  Kevin Rodgers  <kevin.rodgers@ihs.com>
3389         * dired-x.el (dired-guess-shell-case-fold-search): New user option.
3390         (dired-guess-default): Use it.
3392 2003-03-07  Thien-Thi Nguyen  <ttn@gnu.org>
3394         * progmodes/dcl-mode.el (dcl-font-lock-keywords): New var.
3395         (dcl-font-lock-defaults): New var.
3396         (dcl-mode): Make and init local var `font-lock-defaults'.
3398 2003-03-06  Kevin Rodgers  <kevin.rodgers@ihs.com>
3400         * ffap.el (dired-at-point): Check whether the user can create a
3401         directory before asking about creating it.
3403 2003-03-06  John Paul Wallington  <jpw@gnu.org>
3405         * ebuff-menu.el (electric-buffer-list):
3406         Respect `Buffer-menu-use-header-line'.
3407         (electric-buffer-menu-looper): Likewise.
3409         * buff-menu.el (Buffer-menu-mode-map): Add docstring.
3410         (Buffer-menu-buffer): Fix indentation.
3411         (list-buffers-noselect): Calculate header-line spacing to take
3412         into account width of left fringe and left scrollbar.
3414 2003-03-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3416         * ps-print.el (ps-print-version): New version number (6.6).
3417         (ps-begin-job): If background and foreground color are the same, give
3418         an error.
3419         (ps-default-fg, ps-default-bg): Better doc.
3420         (ps-rgb-color): Became a defun, check RGB value list.
3421         (ps-default-background): New internal var.
3422         (ps-begin-file): Code fix.
3424 2003-03-05  Richard M. Stallman  <rms@gnu.org>
3426         * replace.el (query-replace-read-args): Use save-excursion.
3427         (map-query-replace-regexp): Use prefix-numeric-value.
3429 2003-03-05  Juanma Barranquero  <lektu@terra.es>
3431         * term/w32-win.el (x-handle-geometry): Put sizes on
3432         `initial-frame-alist' too.
3434         * startup.el (command-line-x-option-alist): Make --border-color set
3435         the border-color frame parameter, not border-width.
3437         * faces.el (frame-set-background-mode): Fix reference to attribute
3438         "backgroundMode".
3440 2003-03-05  Reto Zimmermann  <reto@gnu.org>
3442         * progmodes/vhdl-mode.el: Version 3.32.12 released.
3443         Modifications for displaying all projects in hierarchy browser and case
3444         insensitive hierarchy browsing.  Change Rod's email address.
3445         Include `itimer.el' patch for XEmacs.  Backquote fix.  Change some
3446         documentation strings.  Add "ERROR: " prefix to all error
3447         messages.  Enhanced usage of hideshow.
3448         (vhdl-in-literal): Remove unused argument LIM.
3449         (vhdl-compiler-alist): Enhance customization for compilers; add
3450         "Speedwave", "Simili", "Synopsys Design Compiler", "Cadence NC",
3451         "Savant", "ProVHDL" and "VeriBest" compilers.
3452         Add new error message syntax for Modelsim.
3453         Add Synplify, column no in error regexp.
3454         Include library name in library command.
3455         Add unit-to-file name mapping for Savant.
3456         Add library option in Makefile generation command.
3457         Add command to create library directory.
3458         Built-in Makefile generation is always default.
3459         (vhdl-create-mode-menu): Split menues for compilers, projects, models.
3460         Add customization for `global-font-lock-mode'.
3461         Fix `customize-group' entries for XEmacs and
3462         change "Gen." to "Generate".  Get *Messages* buffer.
3463         Fix "Auto Load Setup File" menu entry.
3464         Add faces customization to "Options".  Add "Options" entry.
3465         Include `speedbar-indentation-width'.
3466         (vhdl-replace-string): Allow casing (use `vhdl-file-name-case').
3467         (vhdl-template-exit, vhdl-template-next, vhdl-template-return):
3468         Fix template abortion.
3469         (vhdl-speedbar-port-copy): Add subprogram copy; copy port of component
3470         in package.
3471         (vhdl-fixup-whitespace-region): No whitespace after '(' and before ')'.
3472         Better treat comments and strings.  Fix "=> ," alignment.
3473         (vhdl-port-paste-testbench): Print file names created.
3474         Better handling when file exist/open.  Additional comments in code.
3475         Replace keywords in testbench entity and architecture file headers.
3476         Adjust case in testbench configuration.
3477         (vhdl-port-paste-instance): Special case: no number in instance name.
3478         (vhdl-speedbar-expand-units): Fix speedbar frame switching oddity.
3479         (vhdl-font-lock-keywords-2): Enhance highlighting of instantiation;
3480         highlight instantiations without map.
3481         Highlight quantity declaration names.  Highlight formal parameters.
3482         Fix label highlighting for signal asst.
3483         (vhdl-mode): `comment-padding' for Emacs 21 only.
3484         Remove forced `turn-on-font-lock'.
3485         Remove `hippie-expand-only-buffers' setting.
3486         Update online documentation and web address.
3487         (vhdl-comment-uncomment-region): Remove usage of `commend-dwim' again.
3488         Change ARG for uncommenting.
3489         (vhdl-speedbar-make-*-line): Fix for displaying XEmacs speedbar images.
3490         (vhdl-fontify-buffer): Toggle font-lock-mode for better recovery.
3491         (vhdl-port-list): Add context clause.
3492         (vhdl-port-paste-signals): Include direction comments.
3493         (vhdl-testbench-declarations, vhdl-testbench-statements): New default.
3494         (vhdl-port-*): Include name in status messages.
3495         (vhdl-package-alist): Scan for and display subprogram body.
3496         Change key to lower case, add original case identifier.
3497         Scan for packages used by package body.
3498         (vhdl-speedbar-find-file): Always jump to design unit if buffer open.
3499         (vhdl-speedbar-insert-hierarchy): Mark non-existing entities/packages.
3500         Message "No VHDL design units!".
3501         (vhdl-compile-init): Allow fourth element (column no) in error regexp.
3502         Fix `nconc' bug.  Eliminate redundant regexps.
3503         (vhdl-minibuffer-tab): No indentation.
3504         Use `hippie-expand-only-buffers' to take
3505         expansions from VHDL buffers only; don't overwrite non-nil default of
3506         `hippie-expand-only-buffers'; check whether
3507         `hippie-expand-only-buffers' is bound.
3508         (vhdl-ams-types, vhdl-ams-enum-values): Add identifiers from
3509         `nature_pkg' package.
3510         (vhdl-align-alist): Fix "when/else ... =>" case.
3511         Align declaration keywords only at beg. of line.
3512         Align <=, := and == among each other.
3513         (vhdl-port-copy): Extended identifiers for signal names.
3514         Fix on empty generic/port clause.
3515         Fix parsing of comment on first line.
3516         Allow generic clause begin on first line.
3517         Add "inout" and "linkage" to direction modes.
3518         (vhdl-font-lock-function-face): Change DarkCyan to Cyan4.
3519         (vhdl-file-header): Insert VHDL language standard string.
3520         (vhdl-instance-name): Unique numbers in instance names.
3521         (vhdl-compile): Check for existing compile directory.
3522         Print out file name if compiler does not; put it in
3523         quotes if contains spaces.  Check compiler name.
3524         (vhdl-compiler): Change empty value from "" to nil.
3525         (vhdl-make): Check for existing compile directory.
3526         Fix missing options if there is a target.  Check compiler name.
3527         (vhdl-template-field): Fix case on all VHDL words.
3528         (vhdl-template-others): Re-electrified "others".
3529         (vhdl-speedbar-expand-architecture): Give user control over displayed
3530         hierarchy depth.
3531         (vhdl-project-alist): Insert library name in Makefile name.
3532         Sources exclude regexp.  Add file-specific compile exceptions.
3533         Enhance customization of projects.
3534         (vhdl-get-hierarchy): Include configurations in hierarchy list.
3535         Fix bug with configurations.
3536         Consider configurations; also at lower levels.
3537         (vhdl-speedbar-item-info): Enhance displaying.
3538         (vhdl-scan-file-contents): Fix skipping of comments in scanning.
3539         Sources exclude regexp.
3540         Allow comment lines in instantiations.
3541         Fix used packages in package body scanning.
3542         Allow code before first block configuration.
3543         Scan also for "is" keyword of design units.
3544         Scan configuration specification.
3545         Clear directory alists first.
3546         Consistency check.
3547         Check for multiply scanned design units.
3548         Scan components/subprograms in package.
3549         Scan library clauses and subconfigurations.
3550         Limit file size for scanning.
3551         (vhdl-entity-alist): Change key to lower case, add original case
3552         identifier.
3553         (vhdl-electric-tab): Not overwrite non-nil default of
3554         `hippie-expand-only-buffers'.
3555         (vhdl-electric-tab): Check whether `hippie-expand-only-buffers' is
3556         bound; use it to take expansions from VHDL buffers only.
3557         (vhdl-electric-tab): Toggle comment indent.
3558         (vhdl-generate-makefile): Check compiler name.
3559         Add library option in Makefile generation command.
3560         (vhdl-generate-makefile): Add dependencies for components in package.
3561         (vhdl-template-elsif): No expansion in concurrent part (except AMS).
3562         (vhdl-insert-string-or-file): Resolve environment variables.
3563         (vhdl-insert-string-or-file): Fix NTEmacs `file-exists-p' problem.
3564         (vhdl-submit-bug-report): Prompt for summary.
3565         (vhdl-resolve-paths): Rearrange environment variable resolution.
3566         (vhdl-scan-project-contents): Rearrange environment variable
3567         resolution.
3568         (vhdl-scan-project-contents): Allow absolute paths.
3569         (vhdl-doc-coding-style): Update RMM URL.
3570         (vhdl-end-of-leader): Consider "is" keyword in VHDL'93.
3571         (vhdl-model-insert): Replace header prompts too.
3572         (vhdl-template-header): New argument `is-model'.
3573         (vhdl-template-generate-body): Remove "begin" for VHDL'93.
3574         (vhdl-actual-port-name): Change default value (no "_i" extension).
3575         (vhdl-template-modify): Delete date instead of kill.
3576         (vhdl-get-source-files): Don't match source files beginning with ".".
3577         (vhdl-project-*-alist): Merge with variables `vhdl-*-alist'.
3578         (vhdl-speedbar-*): Many enhancements and fixes in hierarchy browser.
3579         (vhdl-speedbar-expand-*): Display used packages.
3580         (vhdl-sequential-statement-p): Better algorithm.
3581         (vhdl-electric-mode, vhdl-stutter-mode): Change key bindings.
3582         (vhdl-electric-...): No stuttering within literals.
3583         (vhdl-template-footer): Replace keywords in footer as in header.
3584         (vhdl-align-...): Enhance alignment, add progress reporting.
3585         (vhdl-beautify-region): Bug fix.
3586         (vhdl-comment-insert-inline): Remove wrapping to next line if too long.
3587         (vhdl-testbench-configuration-name)
3588         (vhdl-update-sensitivity-list-buffer): Fix starting cursor position.
3589         (vhdl-prepare-search-[12]): Fix search within hidden code.
3590         (vhdl-speedbar-jump-to-unit): Disable cursor re-positioning.
3591         (vhdl-template-for): Fix sequential statement part detection.
3592         (vhdl-electric-space): Fix wrapping for non-word characters.
3593         (vhdl-template-standard-package): Don't insert "std" library.
3594         (vhdl-template-architecture): Code optimization.
3595         (vhdl-template-package): Search for existing package name.
3596         (vhdl-template-component-decl, vhdl-port-paste-declaration):
3597         Insert "is" in VHDL'93.
3598         (match-string-no-properties, vhdl-forward-comment): New aliases.
3599         (vhdl-speedbar-library-face, vhdl-speedbar-subprogram-face): New faces.
3600         (file-expand-wildcards, regexp-opt, subst-char-in-string)
3601         (vhdl-add-modified-file, vhdl-align-buffer, vhdl-align-declarations)
3602         (vhdl-align-list, vhdl-align-region-2, vhdl-align-region-groups)
3603         (vhdl-align-same-indent, vhdl-aput, vhdl-auto-load-project)
3604         (vhdl-backward-same-indent, vhdl-beginning-of-block)
3605         (vhdl-character-to-event, vhdl-compile-directory)
3606         (vhdl-compile-print-file-name, vhdl-compose-components-package)
3607         (vhdl-compose-insert-generic, vhdl-compose-insert-port)
3608         (vhdl-compose-insert-signal, vhdl-compose-new-component)
3609         (vhdl-compose-place-component, vhdl-compose-wire-components)
3610         (vhdl-default-directory, vhdl-delete, vhdl-delete-indentation)
3611         (vhdl-do-group, vhdl-do-list, vhdl-do-same-indent)
3612         (vhdl-duplicate-project, vhdl-end-of-block, vhdl-expand-abbrev)
3613         (vhdl-expand-paren, vhdl-export-project, vhdl-fill-group)
3614         (vhdl-fill-list, vhdl-fill-region, vhdl-fill-same-indent)
3615         (vhdl-fix-case-word, vhdl-fix-clause, vhdl-forward-comment)
3616         (vhdl-forward-same-indent, vhdl-generate-makefile-1)
3617         (vhdl-get-compile-options, vhdl-get-components-package-name)
3618         (vhdl-get-end-of-unit, vhdl-get-make-options, vhdl-get-packages)
3619         (vhdl-get-visible-signals, vhdl-goto-marker)
3620         (vhdl-hs-forward-sexp-func, vhdl-hs-minor-mode, vhdl-import-project)
3621         (vhdl-indent-group, vhdl-insert-file-contents, vhdl-load-cache)
3622         (vhdl-makefile-name, vhdl-match-string-downcase, vhdl-max-marker)
3623         (vhdl-parse-group-comment, vhdl-paste-group-comment)
3624         (vhdl-port-paste-context-clause, vhdl-port-paste-initializations)
3625         (vhdl-port-reverse-direction, vhdl-process-command-line-option)
3626         (vhdl-project-p, vhdl-re-search-backward, vhdl-re-search-forward)
3627         (vhdl-remove-trailing-spaces, vhdl-require-hierarchy-info)
3628         (vhdl-resolve-env-variable, vhdl-run-when-idle, vhdl-save-cache)
3629         (vhdl-save-caches, vhdl-scan-context-clause)
3630         (vhdl-scan-directory-contents, vhdl-set-compiler, vhdl-set-project)
3631         (vhdl-show-messages, vhdl-sort-alist, vhdl-speedbar-check-unit)
3632         (vhdl-speedbar-contract-all, vhdl-speedbar-contract-level)
3633         (vhdl-speedbar-display-directory, vhdl-speedbar-display-projects)
3634         (vhdl-speedbar-expand-all, vhdl-speedbar-expand-config)
3635         (vhdl-speedbar-expand-package, vhdl-speedbar-expand-project)
3636         (vhdl-speedbar-generate-makefile, vhdl-speedbar-insert-projects)
3637         (vhdl-speedbar-insert-subpackages, vhdl-speedbar-line-key)
3638         (vhdl-speedbar-line-project, vhdl-speedbar-line-text)
3639         (vhdl-speedbar-make-design, vhdl-speedbar-make-subpack-line)
3640         (vhdl-speedbar-make-subprogram-line, vhdl-speedbar-place-component)
3641         (vhdl-speedbar-refresh, vhdl-speedbar-set-depth)
3642         (vhdl-speedbar-update-current-project, vhdl-statistics-buffer)
3643         (vhdl-subprog-copy, vhdl-subprog-flatten, vhdl-subprog-paste-body)
3644         (vhdl-subprog-paste-call, vhdl-subprog-paste-declaration)
3645         (vhdl-subprog-paste-specification, vhdl-template-others-hook)
3646         (vhdl-template-replace-header-keywords, vhdl-toggle-project)
3647         (vhdl-uniquify, vhdl-update-file-contents, vhdl-update-hierarchy)
3648         (vhdl-update-progress-info, vhdl-update-sensitivity-list)
3649         (vhdl-update-sensitivity-list-buffer)
3650         (vhdl-update-sensitivity-list-process, vhdl-use-direct-instantiation)
3651         (vhdl-warning, vhdl-warning-when-idle)
3652         (vhdl-widget-directory-validate, vhdl-work-library)
3653         (vhdl-write-file-hooks-init): New functions.
3654         (vhdl-aappend, vhdl-add-warning, vhdl-align-noindent-buffer)
3655         (vhdl-align-noindent-region, vhdl-create-customize-menu)
3656         (vhdl-forward-unit, vhdl-modify-date-init, vhdl-project-switch)
3657         (vhdl-scan-file-contents, vhdl-speedbar-display-hierarchy)
3658         (vhdl-speedbar-toggle-hierarchy): Functions deleted.
3659         (vhdl-in-comment-p, vhdl-in-string-p, vhdl-standard-p): Define as
3660         functions, not defsubsts.
3661         (vhdl-in-comment-or-string-p, vhdl-speedbar-project-p):
3662         Delete defsubsts.
3663         (vhdl-compose, vhdl-naming, vhdl-speedbar, vhdl-template)
3664         (vhdl-testbench): New customization groups.
3665         (vhdl-electric): Customization group deleted.
3666         (vhdl-align-alist, vhdl-doc-coding-style, vhdl-doc-keywords)
3667         (vhdl-imenu-generic-expression): Define as constants instead of
3668         variables.
3669         (vhdl-ams-packages, vhdl-doc-release-notes, vhdl-emacs-21)
3670         (vhdl-hs-start-regexp, vhdl-time-stamp, vhdl-xemacs): New constants.
3671         (vhdl-font-lock-keywords-0): Constants deleted.
3672         (vhdl-prepare-search-1, vhdl-prepare-search-2, vhdl-visit-file):
3673         New macros.
3674         (vhdl-ext-syntax-table): Macro deleted.
3675         (vhdl-align-group-separate, vhdl-align-same-indent)
3676         (vhdl-architecture-file-name, vhdl-compile-use-local-error-regexp)
3677         (vhdl-components-package-name, vhdl-compose-architecture-name)
3678         (vhdl-compose-create-files, vhdl-compose-include-header)
3679         (vhdl-copyright-string, vhdl-default-library, vhdl-directive-keywords)
3680         (vhdl-entity-file-name, vhdl-file-name-case)
3681         (vhdl-include-group-comments, vhdl-include-type-comments)
3682         (vhdl-indent-syntax-based, vhdl-makefile-generation-hook)
3683         (vhdl-package-file-name, vhdl-project-auto-load)
3684         (vhdl-project-file-name, vhdl-project-sort, vhdl-speedbar-auto-open)
3685         (vhdl-speedbar-cache-file-name, vhdl-speedbar-display-mode)
3686         (vhdl-speedbar-jump-to-unit, vhdl-speedbar-save-cache)
3687         (vhdl-speedbar-scan-limit, vhdl-speedbar-update-on-saving)
3688         (vhdl-testbench-configuration-name)
3689         (vhdl-testbench-include-configuration, vhdl-testbench-include-header)
3690         (vhdl-testbench-include-library, vhdl-use-components-package)
3691         (vhdl-use-direct-instantiation): New options.
3692         (vhdl-compiler-options, vhdl-speedbar, vhdl-speedbar-hierarchy-indent)
3693         (vhdl-speedbar-show-hierarchy, vhdl-testbench-architecture-header)
3694         (vhdl-testbench-entity-header): Options deleted.
3695         (speedbar-indentation-width, vhdl-compile-file-name)
3696         (vhdl-config-alist, vhdl-directive-keywords-regexp)
3697         (vhdl-directory-alist, vhdl-font-lock-keywords-0, vhdl-menu-max-size)
3698         (vhdl-mode-ext-syntax-table, vhdl-modified-file-list)
3699         (vhdl-port-flattened, vhdl-port-reversed-direction)
3700         (vhdl-speedbar-hierarchy-depth, vhdl-speedbar-last-selected-project)
3701         (vhdl-speedbar-show-projects, vhdl-speedbar-shown-project-list)
3702         (vhdl-speedbar-shown-unit-alist, vhdl-speedbar-update-current-unit)
3703         (vhdl-subprog-flattened, vhdl-subprog-list, vhdl-updated-project-list)
3704         (vhdl-warnings): New variables.
3705         (vhdl-project-ent-inst-list, vhdl-project-entity-alist)
3706         (vhdl-project-package-alist, vhdl-speedbar-last-file-name)
3707         (vhdl-speedbar-shown-units-alist, vhdl-startup-warnings): Delete vars.
3709 2003-03-04  Rob Kaut  <rob@siworks.com>  (tiny change)
3711         * progmodes/vhdl-mode.el (vhdl-comment-uncomment-region):
3712         Remove two comment characters at start of line instead of one.
3714 2003-03-03  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
3716         * printing.el (pr-get-symbol): Move it to next eval-and-compile.
3718 2003-03-03  John Paul Wallington  <jpw@gnu.org>
3720         * ibuf-macs.el (ibuffer-aif): Use `make-symbol' instead of
3721         `gensym' in case user calls macro at runtime.
3722         (ibuffer-save-marks): Likewise.
3724 2003-03-03  Kenichi Handa  <handa@m17n.org>
3726         * language/japan-util.el (japanese-symbol-table): Add two entries
3727         to make it complete.
3729 2003-03-03  Andreas Schwab  <schwab@suse.de>
3731         * info.el (Info-fontify-node): Don't hide indentation before the
3732         reference name.  Don't process a reference twice when a new tag is
3733         inserted.
3734         (Info-hide-note-references): Fix doc and customize type.
3736 2003-03-02  Matt Swift  <swift@alum.mit.edu>
3738         * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
3739         New custom variable.
3740         (lisp-fill-paragraph): Use it.  Add ?, to `paragraph-separate' so
3741         that first docstring lines ending with a comma are respected.
3742         Add "`(" to same so that function and macro bodies beginning with a
3743         backquote do not get disturbed.  Revise the comments.
3745 2003-03-01  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3747         * startup.el (command-line): Call menu-bar-mode with 1 instead of t.
3749         * menu-bar.el (menu-bar-mode): Change to define-minor-mode
3750         and initialize as for tool-bar-mode.
3752 2003-02-28  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3754         * net/tramp.el: Version 2.0.30 released.
3755         Replace term "path" with "localname" unless it is used for a
3756         search path.
3757         (tramp-handle-expand-file-name): Allow ".." to cross host boundaries.
3758         (tramp-open-connection-setup-interactive-shell): Unset $ENV in
3759         addition to setting $PS1 when starting the Bourne-ish shell.
3760         Some sh implementations (eg, bash when called as sh) read the file
3761         named there on startup, which could clobber $PS1.
3762         (tramp-do-copy-or-rename-file-one-local): New function.
3763         Not implemented.  Not used.  Should invoke rcp or scp directly to keep
3764         the time.
3766 2003-02-28  Michael Albinus  <Michael.Albinus@alcatel.de>
3768         * net/tramp-smb.el: Replace term `path' with `localname'
3769         unless it is used for a search path.  In GNU, the word `path' is
3770         reserved for search paths.
3772         * net/tramp.el (tramp-send-string, tramp-send-region): Removed.
3773         (tramp-send-string): New function.  Takes over the role of the
3774         functions above, in order to have a unique place handling
3775         `tramp-chunksize'.  Same implementation as `tramp-send-region'.
3776         (tramp-chunksize): It's now a defcustom.  Set to 500 on systems
3777         only known to have a buggy `process-send-string' implementation.
3778         First black-listed constellation is GNU Emacs/ hpux.
3779         (tramp-send-region): Correct debug message.
3780         (tramp-bug): Add `tramp-chunksize'.
3782 2003-02-26  Matt Swift  <swift@alum.mit.edu>
3784         * startup.el: Streamline code in several functions for efficiency
3785         and readability.  Rephrase booleans to avoid `(not noninteractive)'.
3786         Clarify several booleans expressions using De Morgan's laws.
3788         (command-line): Fix barf when first command-line option handled by
3789         `command-line-1' is in the form --OPT=VAL.
3790         (command-line-1): Restore intended behavior of the --directory/-L
3791         command-line option: "-L a -L b -L c" on the command-line now puts
3792         '(a b c) at the front of `load-path'.
3794 2003-02-26  Oliver Scholz  <alkibiades@gmx.de>
3796         * play/gamegrid.el (gamegrid-add-score): Add info to docstring.
3797         (gamegrid-add-score-with-update-game-score-1): New function,
3798         factored out of `gamegrid-add-score-with-update-game-score'.
3799         (gamegrid-add-score-with-update-game-score): Use it.  Fall back on
3800         `gamegrid-add-score-insecure' if the requested file does not exist
3801         in $(gamedir), in case the user has installed a game on his own.
3802         (gamegrid-add-score-insecure): Accept optional directory argument.
3804 2003-02-25  Andreas Schwab  <schwab@suse.de>
3806         * progmodes/make-mode.el (makefile-font-lock-keywords): Protect shell
3807         variable references by requireing that $ is not preceded by another $.
3809 2003-02-25  Kenichi Handa  <handa@m17n.org>
3811         * env.el (setenv): Fix previous change.
3813 2003-02-25  Ramakrishnan M  <rama@gnu.org>  (tiny change)
3815         * language/mlm-util.el (mlm-char-glyph): Fix more rules.
3817 2003-02-24  Stefan Monnier  <monnier@cs.yale.edu>
3819         * progmodes/simula.el: Move abbrev loading to after the fun it uses.
3820         (simula-install-standard-abbrevs): Use dolist.
3821         Use system-flag when calling define-abbrev.
3823 2003-02-24  Dave Love  <fx@gnu.org>
3825         * obsolete/cplus-md.el: Delete.  (Requires removed c-mode.el.)
3827         * env.el (read-envvar-name): Decode names.
3828         (substitute-env-vars): Use eval-when-compile and char class.
3829         (setenv): Doc fix.  Encode the data (after checking that's possible).
3830         (getenv): Encode the name and decode the result.
3832 2003-02-24  Ken Manheimer  <klm@zope.com>
3834         * allout.el (allout-pre-command-business): Fix docstring.
3836 2003-02-24  Ramakrishnan M  <rama@gnu.org>  (tiny change)
3838         * language/mlm-util.el (mlm-char-glyph): Fix several composing rules.
3840 2003-02-24  Kenichi Handa  <handa@m17n.org>
3842         * international/characters.el: Fix syntaxes of gb2312 and big5.
3844         * language/japan-util.el (sentence-end-save): Variable deleted.
3845         (setup-japanese-environment-internal): Don't setup sentence-end.
3846         (exit-japanese-environment): Function deleted.
3848         * language/japanese.el ("Japanese"): Delete `exit-function'.
3850         * textmodes/paragraphs.el (sentence-end): Add Chinese and Japanese
3851         characters.
3853 2003-02-24  Ramakrishnan M  <rama@gnu.org>  (tiny change)
3855         * language/mlm-util.el (mlm-char-glyph): Add entries for "halant +
3856         rakar + halant" and "halant + rrakar + halant".
3858 2003-02-23  Richard M. Stallman  <rms@gnu.org>
3860         * replace.el (query-replace-read-args): Return just 3 values.
3861         (query-replace, query-replace-regexp)
3862         (query-replace-regexp-eval, map-query-replace-regexp)
3863         (replace-string, replace-regexp): Read the start and end args
3864         separately so that the expressions are recorded in command-history.
3866         * menu-bar.el (Revert Buffer): Condition on buffer-file-number.
3868         * startup.el (inhibit-startup-hooks): New variable.
3869         (normal-top-level): Obey that variable.
3870         (command-line-1): Run emacs-startup-hook before term-setup-hook.
3871         Set inhibit-startup-hooks too.
3873         * files.el (revert-buffer): Different error message
3874         for reverting a nonexistent file.
3876 2003-02-22  Stefan Monnier  <monnier@cs.yale.edu>
3878         * progmodes/cperl-mode.el: Merge changes from CPerl-5.0.
3879         (toplevel): Require man.
3880         Don't autoload tmm-prompt (it's in loaddefs.el).
3881         (cperl-electric-backspace-untabify): New var.
3882         (cperl-electric-backspace): Use it.
3883         (cperl-vc-header-alist): Extract numeric version from the Id.
3884         (cperl-build-manpage): New fun.
3885         (cperl-menu): Use it.  Add toggle-autohelp.
3886         (cperl-mode) <defun-prompt_regexp>: Understand prototypes.
3887         (cperl-electric-brace): Use `cperl-after-block-p' for detection.
3888         (cperl-electric-keyword): Make $if (etc: "$@%&*") non-electric.
3889         '(' after keyword would insert a doubled paren.
3890         (cperl-calculate-indent): Update syntaxification before checks.
3891         Fix wrong indent of blocks starting with POD.
3892         (cperl-find-pods-heres): If no end of HERE-doc found, mark to the end
3893         of buffer.  This enables recognition of end of HERE-doc "as one types".
3894         Require "\n" after trailing tag of HERE-doc.
3895         \( made non-quoting outside of string/comment (gdj-contributed).
3896         Likewise for \$.  Remove `here-doc-group' text property at start
3897         (makes this property reliable).
3898         Text property `first-format-line' ==> t.
3899         Do not recognize $opt_s and $opt::s as s///.
3900         (cperl-after-block-p): Optional arg pre-block to check for a pre-block
3901         Recognize `continue' blocks too.
3902         (cperl-after-expr-p): Update syntaxification before checks.  Work after
3903         here-docs, formats, and PODs too (affects many electric constructs).
3904         (cperl-fix-line-spacing): Allow "_" in $vars of foreach etc.
3905         (cperl-perldoc): Use case-sensitive search.
3907         * progmodes/cperl-mode.el: Merge changes from CPerl-4.35.
3908         (cperl-xemacs-p): Move.
3909         (cperl-can-font-lock): New var to replace window-system.
3910         (cperl-enable-font-lock): Use it.
3911         (cperl-use-major-mode): New var.
3912         (cperl-mode): Use it.
3913         (cperl-calculate-indent): Remove code whose removal was missed
3914         in some earlier merge.
3915         (cperl-tags-hier-init): Use display-popup-menus-p.
3917 2003-02-22  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3919         * files.el (abbreviate-file-name): Shorten docstring: variables
3920         are now hyperlinks and `C-h v' need not be mentioned explicitly.
3922 2003-02-21  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3924         * files.el (abbreviate-file-name): Document removal of
3925         automounter prefixes.  Reported by Lars Hansen.
3927 2003-02-21  Kim F. Storm  <storm@cua.dk>
3929         * emulation/cua-base.el: Add run-time check to catch users trying
3930         to use older versions of CUA-mode, rather than the version
3931         distributed with Emacs.  Use autoload cookies and eval-after-load.
3933         * startup.el (command-line): Clarify and tidy up the message
3934         printed when there are errors in the user-init-file.
3935         Do not encapsulate the error data; it's read by humans here.
3936         Do not split windows when displaying the *Message* buffer.
3938 2003-02-20  Stefan Monnier  <monnier@cs.yale.edu>
3940         * subr.el (with-syntax-table): Don't copy the table any more.
3942 2003-02-20  Ehud Karni  <ehud@unix.mvs.co.il>  (tiny change)
3944         * mail/rmail.el (rmail-insert-inbox-text): Make the pop3 mechanism
3945         work on cygwin systems too.
3947 2003-02-20  Juanma Barranquero  <lektu@terra.es>
3949         * progmodes/ebrowse.el (ebrowse-show-file-name-at-point):
3950         Remove useless check.
3952 2003-02-20  Andreas Schwab  <schwab@suse.de>
3954         * info.el (Info-extract-menu-node-name): Stop if colon is
3955         followed by open paren.
3957 2003-02-20  Francesco Potort\e,Al\e(B  <pot@gnu.org>
3959         * mail/undigest.el (unforward-rmail-message): Allow nested
3960         unforwarding, that is, preserve old Forwarded-From/Date headers.
3962 2003-02-20  Kenichi Handa  <handa@m17n.org>
3964         * term/w32-win.el: Call set-fontset-font with NAME nil.
3966         * international/mule-diag.el (print-fontset): If FONTSET is nil,
3967         use the default fontset.
3968         (describe-fontset): If the current frame is not using a fontset,
3969         call print-fontset with nil.
3971 2003-02-19  Andre Spiegel  <spiegel@gnu.org>
3973         * vc.el (vc-binary-assoc, vc-binary-suffixes): Remove; these
3974         were accidentally left over during the VC redesign in 2000.
3976 2003-02-18  Juanma Barranquero  <lektu@terra.es>
3978         * help-macro.el (make-help-screen): Fix character constant.
3980         * mouse-sel.el (mouse-sel-determine-selection-thing): Likewise.
3982         * calc/calc-graph.el (calc-graph-plot): Likewise.
3984         * calc/calc-prog.el (calc-macro-edit-variable): Likewise.
3986         * emacs-lisp/edebug.el: Likewise.
3988         * emacs-lisp/helper.el (Helper-help-scroller): Likewise.
3990         * language/cyril-util.el (standard-display-cyrillic-translit):
3991         Likewise.
3993         * mail/rfc822.el (rfc822-nuke-whitespace): Likewise.
3995         * progmodes/cperl-mode.el (cperl-electric-keyword)
3996         (cperl-electric-pod, cperl-do-auto-fill): Likewise.
3998         * textmodes/reftex-ref.el (reftex-reference): Likewise.
4000         * textmodes/table.el (table-generate-source): Use ?\\ instead of
4001         space in "work in progress" message.
4003         * emacs-lisp/tq.el (tq-create): Fix quoted lambda expression.
4005 2003-02-17  Dave Love  <fx@gnu.org>
4007         * progmodes/ebrowse.el (ebrowse-output): Don't use gensym.
4009 2003-02-17  Markus Rost  <rost@math.ohio-state.edu>
4011         * calendar/calendar.el (diary-file-name-prefix-function):
4012         Fix custom type.
4014 2003-02-17  Andre Spiegel  <spiegel@gnu.org>
4016         * vc-cvs.el (vc-cvs-dir-state): Protect against DIR not being
4017         under CVS control.  Suggested by Masanobu UMEDA.
4019 2003-02-17  Kenichi Handa  <handa@m17n.org>
4021         * files.el (insert-directory): Add workaround for the case that we
4022         can't trust ls's output as to byte positions of filenames.
4024 2003-02-15  Richard M. Stallman  <rms@gnu.org>
4026         * ffap.el: Many doc fixes.
4027         (ffap-replace-file-component):
4028         Renamed from ffap-replace-path-component.  Callers changed.
4029         (ffap-host-to-filename): Renamed from ffap-host-to-path.  Callers chgd.
4031         * international/iso-ascii.el (iso-ascii-display-table): New variable.
4032         (iso-ascii-standard-display-table): New variable.
4033         (iso-ascii-display): Define in iso-ascii-display-table.
4034         (iso-ascii-mode): New command.
4036         * tar-mode.el (tar-header-block-summarize):
4037         Use l for symlink, h for hard link.
4039 2003-02-15  David Kastrup  <dak@gnu.org>
4041         * net/ange-ftp.el (ange-ftp-get-file-entry): Allow for graceful
4042         failure returning nil, as documented.
4044 2003-02-14  Dave Love  <fx@gnu.org>
4046         * international/code-pages.el: Undo `Trailing whitepace deleted.'
4047         damage.
4048         (cp1125, mik): Nullify mime-charset.
4050         * language/cyrillic.el ("Cyrillic-KOI8"): Fix input-method.
4051         ("Russian"): New.
4052         ("Bulgarian"): Add tutorial.
4054         * international/mule-cmds.el (locale-language-names): Use Italian,
4055         Russian, Turkish, Chinese-EUC-TW.
4056         (set-locale-environment): Set ps-paper-type.
4058 2003-02-14  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>  (tiny change)
4060         * time.el (display-time-string-forms): Add face property to mail
4061         string.
4063 2003-02-14  Juanma Barranquero  <lektu@terra.es>
4065         * international/mule-cmds.el (view-hello-file): Use `view-file'
4066         instead of `find-file-read-only'.
4068         * dired-aux.el (dired-query-alist): Fix use of character constant.
4070         * simple.el (backward-delete-char-untabify): Likewise.
4072         * strokes.el (strokes-read-complex-stroke): Likewise.
4074         * wid-edit.el (widget-choose): Likewise.
4076         * xml.el (xml-parse-elem-type): Likewise.
4078         * emacs-lisp/testcover-ses.el (ses-exercise-signals): Likewise.
4080         * progmodes/cperl-mode.el (cperl-next-bad-style): Likewise.
4082         * progmodes/idlwave.el (idlwave-show-begin): Likewise.
4084 2003-02-13  Stefan Monnier  <monnier@cs.yale.edu>
4086         * international/mule-cmds.el (sort-coding-systems): Use \'.
4087         (select-safe-coding-system): Remove redundant assq check.
4088         Remove raw-text, emacs-mule and no-conversion from the list of
4089         proposed encodings unless there's nothing else.
4091 2003-02-13  Markus Rost  <rost@math.ohio-state.edu>
4093         * files.el (find-alternate-file): Undo last change.
4095         * dired.el (dired-directory): Add autoload cookie.
4097 2003-02-13  Juanma Barranquero  <lektu@terra.es>
4099         * international/characters.el: Use new ?\s syntax instead of "? "
4100         followed by a comment.
4102         * ruler-mode.el (ruler-mode-margins-char): Likewise.
4104 2003-02-13  Dave Love  <fx@gnu.org>
4106         * newcomment.el (comment-indent): Ensure space before added comment.
4108 2003-02-13  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
4110         * ps-print.el: Change the policy of background/foreground default
4111         color.
4112         (ps-print-version): New version number (6.5.9).
4113         (ps-default-fg, ps-default-bg): Adjust default value.
4114         (ps-begin-file, ps-begin-job): ps-default-fg and ps-default-bg
4115         variables now use `t' to indicate the use of Emacs session
4116         background/foreground color.
4117         (ps-output-string-prim): If index out of range, insert hexadecimal
4118         representation of character.
4120 2003-02-13  Kim F. Storm  <storm@cua.dk>
4122         * help.el (where-is): Rename remap-command to command-remapping.
4123         * help-fns.el (describe-function-1): Likewise.
4125 2003-02-12  Glenn Morris  <gmorris@ast.cam.ac.uk>
4127         * progmodes/fortran.el (fortran-fill): Fill lines that do not have
4128         comments.
4130 2003-02-12  Stefan Monnier  <monnier@cs.yale.edu>
4132         * progmodes/fortran.el (fortran-mode): Set comment-use-syntax.
4133         (fortran-fill-paragraph): Use fill-comment-paragraph.
4135 2003-02-12  Juanma Barranquero  <lektu@terra.es>
4137         * files.el (file-truename): Revert change from 2002-11-27.
4139 2003-02-12  Luc Teirlinck  <teirllm@mail.auburn.edu>
4141         * help-fns.el (describe-function-1): Change output for keyboard macros.
4143 2003-02-12  Andreas Schwab  <schwab@suse.de>
4145         * progmodes/sh-script.el (sh-mode-map): Don't remap
4146         beginning-of-defun to the non-existing command
4147         sh-beginning-of-compound-command.
4149 2003-02-12  Karl Chen  <quarl@hkn.eecs.berkeley.edu>  (tiny change)
4151         * files.el (find-alternate-file): Check whether `dired-directory'
4152         is bound.
4154 2003-02-12  Simon Marshall  <simon@gnu.org>
4156         * progmodes/make-mode.el (makefile-font-lock-keywords):
4157         Fontify single character variable references, but protect shell
4158         variables references.
4159         (makefile-mode): Make `$' be punctuation in font-lock-defaults.
4161 2003-02-12  Ami Fischman  <ami@fischman.org>
4163         Face markup of calendar and diary displays: Any entry line that
4164         ends with [foo:value] where foo is a face attribute (except :box
4165         :stipple) or with [face:blah] tags, will have these values applied
4166         to the calendar and fancy diary displays. These attributes "stack"
4167         on calendar displays.  File-wide attributes can be defined as
4168         follows: the first line matching "^# [tag:value]" defines the
4169         value for that particular tag.  All of the tags' regexps can be
4170         customized.
4172         * calendar/calendar.el (diary-face-attrs): New custom.
4173         (diary-file-name-prefix-function): New custom.
4174         (diary-glob-file-regexp-prefix): New custom.
4175         (diary-file-name-prefix): New custom.
4176         (generate-calendar-window): Check that font-lock-mode is bound
4177         before checking value.
4178         (mark-visible-calendar-date): Add the ability to pass face
4179         attribute/value pairs in the mark argument.  Handle the mark.
4181         * calendar/diary-lib.el (diary-attrtype-convert): Convert an
4182         attribute value string to the desired type.
4183         (diary-pull-attrs): New function that pulls the attributes off a
4184         diary entry, merges with file-global attributes, and returns
4185         the (possibly modified) entry and a list of attribute/values using
4186         diary-attrtype-convert.
4187         (list-diary-entries, fancy-diary-display, show-all-diary-entries)
4188         (mark-diary-entries, mark-sexp-diary-entries)
4189         (list-sexp-diary-entries): Add handling of file-global attributes;
4190         add handling of entry attributes using diary-pull-attrs.
4191         (mark-calendar-days-named, mark-calendar-days-named)
4192         (mark-calendar-date-pattern, mark-calendar-month)
4193         (add-to-diary-list): Add optional paramater `color' for passing
4194         face attribute info through the callchain.  Pass this parameter around.
4196 2003-02-11  Stefan Monnier  <monnier@cs.yale.edu>
4198         * progmodes/etags.el (find-tag-tag): Move (default foo) to before
4199         `:' in the prompt.
4200         (find-tag): Make sure we move point in the proper window.
4202         * progmodes/meta-mode.el (meta-fill-paragraph): Remove.
4203         (meta-common-initialization): Don't set fill-paragraph-function
4204         now that fill-paragraph takes care of comments.
4206         * progmodes/scheme.el (scheme-mode-syntax-table): Don't switch
4207         the current buffer's syntax-table.
4209         * progmodes/simula.el (simula-font-lock-syntactic-keywords): New var.
4210         (simula-font-lock-keywords-1): Simplify.
4211         (simula-font-lock-keywords-2): Use regexp-opt.
4212         (simula-emacs-features): Remove.
4213         (simula-mode-syntax-table): Setup %...\n as comment style b.
4214         (simula-mode-map): Remove compatibility cruft.
4215         (simula-keep-region-active): Remove.
4216         (simula-popup-menu): Simplify.
4217         (simula-mode): Move abbrev-table setup to top-level.
4218         (simula-match-string-or-comment): Remove.
4220         * progmodes/tcl.el (tcl-omit-ws-regexp): Correctly handle cases
4221         like `proc foo {a {b c} d} {'.
4222         (tcl-mode): Make comment-start-skip more selective.
4224         * info-xref.el (info-xref-check): Use line-beginning-position.
4225         (info-xref-all-info-files): Cons a bit less.
4226         (info-xref-check-buffer): Use push and replace-regexp-in-string.
4227         (info-xref-output): Call insert only once.
4228         (info-xref-whitespace): Remove.
4230 2003-02-11  John Paul Wallington  <jpw@gnu.org>
4232         * ibuffer.el (toplevel): Don't require `font-lock';
4233         require `font-core' instead, even though it is dumped.
4235         * ibuf-ext.el (ibuffer-save-with-custom, ibuffer-add-to-tmp-hide)
4236         (ibuffer-add-to-tmp-show): Doc fixes.
4238         * language/tamil.el ("Tamil"): Doc fix.
4240 2003-02-11  Juanma Barranquero  <lektu@terra.es>
4242         * language/vietnamese.el ("Vietnamese"): Fix typos.
4244         * info-xref.el (info-xref-check-buffer): Fix typo.
4246         * makefile.w32-in (DONTCOMPILE): Add malayalam.el and tamil.el.
4248 2003-02-11  Kenichi Handa  <handa@m17n.org>
4250         * loadup.el: Load "language/malayalam" and "language/tamil".
4252 2003-02-11  KAWABATA, Taichi  <kawabata@m17n.org>
4254         * Makefile.in (DONTCOMPILE): Add malayalam.el and tamil.el.
4256         * language/devan-util.el: Maintainer's mail address changed.
4257         (devanagari-composable-pattern): Add DANDA character.
4258         (dev-char-glyph): Add an entry for DANDA.
4260         * language/devanagari.el: Maintainer's mail address changed.
4262         * language/indian.el: Maintainer's mail address changed.
4264         * language/ind-util.el (indian-dev-base-table): Table fixed.
4265         (indian-pnj-base-table): Table contents defined.
4266         (indian-gjr-base-table): Likewise.
4267         (indian-ori-base-table): Likewise.
4268         (indian-bng-base-table): Likewise.
4269         (indian-asm-base-table): Likewise.
4270         (indian-tlg-base-table): Likewise.
4271         (indian-knd-base-table): Likewise.
4272         (indian-mlm-base-table): Likewise.
4273         (indian-tml-base-table): Likewise.
4274         (indian-pnj-itrans-v5-hash, indian-gjr-itrans-v5-hash)
4275         (indian-ori-itrans-v5-hash, indian-bng-itrans-v5-hash)
4276         (indian-asm-itrans-v5-hash, indian-tlg-itrans-v5-hash)
4277         (indian-knd-itrans-v5-hash, indian-mlm-itrans-v5-hash)
4278         (indian-tml-itrans-v5-hash): New variables.
4280         * language/malayalam.el: New file.
4281         * language/mlm-util.el: New file.
4282         * language/tamil.el: New file.
4283         * language/tml-util.el: New file.
4285 2003-02-11  Kevin Ryde  <user42@zip.com.au>
4287         * info-xref.el: New file.
4289 2003-02-10  Stefan Monnier  <monnier@cs.yale.edu>
4291         * textmodes/page-ext.el (pages-directory-mode-map): New.
4292         (pages-directory-map): Redefine as an varalias.
4293         (pages-directory-mode): Use new map var and run mode hook.
4294         (pages-directory-address-mode): Use define-derived-mode.
4296         * textmodes/texinfmt.el (texinfo-format-iftex, texinfo-format-ifhtml)
4297         (texinfo-format-ifplaintext, texinfo-format-tex, texinfo-format-html)
4298         (texinfo-format-ifnotinfo, texinfo-format-titlepage)
4299         (texinfo-format-titlespec, texinfo-format-ignore, texinfo-if-set)
4300         (texinfo-if-clear): Use re-search-forward's return value.
4301         (texinfo-sort-startkeyfun, texinfo-format-buffer-1)
4302         (texinfo-format-region): Use line-{end,beginning}-position.
4303         (texinfo-append-refill, texinfo-alias): Use match-string-no-properties.
4305         * emacs-lisp/eldoc.el (eldoc-echo-area-multiline-supported-p)
4306         (eldoc-use-idle-timer-p): Remove.
4307         (timer): Never require.  It only works in current Emacs anyway.
4308         (eldoc-mode, eldoc-message, eldoc-display-message-p)
4309         (eldoc-docstring-format-sym-doc, eldoc-remove-command): Simplify.
4311         * ffap.el (ffap-complete-as-file-p):
4312         Use minibuffer-completing-file-name.
4314         * international/mule.el (load-with-code-conversion): Use push.
4316         * font-core.el (font-lock-defontify): Use restore-buffer-modified-p.
4318         * gud.el (gud-gdb-run-command-fetch-lines, gud-display-line):
4319         Use with-current-buffer and simplify.
4321         * help-mode.el (help-xref-on-pp): Only add xref if the text
4322         is less than 5K.
4324         * pcvs-parse.el (cvs-parse-table): "no longer in repo" does not
4325         make the file dead if we used the -n arg.
4327         * emacs-lisp/cl-macs.el (process-get): Add setf method.
4329         * server.el (server-previous-strings): Remove.
4330         (server-process-filter): Use (process-get 'previous-string) instead.
4331         (server-sentinel): Remove code made superfluous.
4333 2003-02-10  Luc Teirlinck  <teirllm@mail.auburn.edu>
4335         * info.el (Info-follow-nearest-node): Implement new behavior.
4337 2003-02-10  Juanma Barranquero  <lektu@terra.es>
4339         * progmodes/ebnf-otz.el (ebnf-optimize, ebnf-optimize1): Fix typo.
4341         * progmodes/ebnf2ps.el (ebnf2ps): Fix typo.
4342         (ebnf-syntactic): Change group name and tag from "ebnf-syntatic".
4343         (ebnf-syntax, ebnf-lex-comment-char, ebnf-lex-eop-char)
4344         (ebnf-terminal-regexp, ebnf-case-fold-search)
4345         (ebnf-iso-alternative-p, ebnf-iso-normalize-p)
4346         (ebnf-yac-ignore-error-recovery): Add to group "ebnf-syntactic", not
4347         "ebnf-syntatic".
4348         (ebnf-optimize, ebnf-print-buffer, ebnf-print-region)
4349         (ebnf-spool-buffer, ebnf-spool-region, ebnf-eps-buffer)
4350         (ebnf-eps-region, ebnf-syntax-buffer, ebnf-syntax-region)
4351         (ebnf-generate-region): Fix typo.
4353 2003-02-10  KAWABATA, Taichi  <kawabata@m17n.org>
4355         * language/ind-util.el (indian-itrans-v5-table): Add entries for
4356         "E" and "O".
4358 2003-02-10  Martin Stjernholm  <bug-cc-mode@gnu.org>
4360         * progmodes/cc-styles.el (c-set-offset): Don't find a default
4361         syntactic element through syntactic analysis if called outside
4362         a CC Mode buffer.
4364 2003-02-09  Martin Stjernholm  <bug-cc-mode@gnu.org>
4366         * progmodes/cc-mode.el (c-basic-common-init):
4367         Install `c-fill-paragraph' on `fill-paragraph-function'.
4368         Although it's not the normal way to call it in a CC Mode buffer it
4369         makes a direct call to `fill-paragraph' work better.
4371 2003-02-08  Kim F. Storm  <storm@cua.dk>
4373         * printing.el (pr-get-symbol): Define during compile.
4375 2003-02-07  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
4377         * printing.el: New file.
4379 2003-02-07  Francesco Potort\e,Al\e(B  <pot@gnu.org>
4381         * language/european.el ("French", "Slovenian"): Fix doc strings.
4383 2003-02-06  John Paul Wallington  <jpw@gnu.org>
4385         * mail/rmailsum.el (rmail-summary-previous-msg): Add docstring.
4386         (rmail-summary-line-count-flag, rmail-summary-previous-labeled-message)
4387         (rmail-summary-next-labeled-message, rmail-summary-resend)
4388         (rmail-summary-override-mail-send-and-exit): Doc fixes.
4390 2003-02-06  Francesco Potort\e,Al\e(B  <pot@gnu.org>
4392         * language/european.el ("Italian"): New.
4394 2003-02-06  Matthew Swift  <swift@alum.mit.edu>
4396         * dired.el (dired-move-to-filename-regexp): Support "K" suffix on
4397         "ls -alh" output.
4399 2003-02-05  Juanma Barranquero  <lektu@terra.es>
4401         * font-lock.el (font-lock-reference-face): Add obsolescence
4402         declaration and remove redundant info from docstring.
4404         * log-edit.el (cvs-commit-buffer-require-final-newline)
4405         (cvs-changelog-full-paragraphs): Likewise.
4407         * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button)
4408         (mouse-wheel-click-button): Likewise.
4410         * pcvs-defs.el (cvs-diff-ignore-marks, cvs-diff-buffer-name): Likewise.
4412         * vc.el (vc-annotate-display, vc-checkout-carefully): Likewise.
4414         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
4415         (vc-header-alist): Likewise.
4417         * emacs-lisp/checkdoc.el (checkdoc-minor-keymap): Likewise.
4419         * textmodes/outline.el (outline-visible): Likewise.
4421 2003-02-05  Kim F. Storm  <storm@cua.dk>
4423         * ido.el (ido-define-mode-map):
4424         Undo last change (duplicates part of 2003-02-04 change).
4425         Remap `viper' delete commands only in file or dir mode.
4427 2003-02-05  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4429         * ido.el (ido-define-mode-map): Interact with Viper.
4431 2003-02-05  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4433         * net/tramp.el: Version 2.0.29 released.
4434         (tramp-send-region): Protect against tramp-chunksize being nil.
4435         (tramp-chunksize): Set default to 500 as workaround for some ssh
4436         connections.
4437         (tramp-handle-directory-file-name): New implementation.  Not sure
4438         if it works.
4439         (tramp-md5-function): Require md5 before checking function md5.
4440         If using md5-encode, put wrapper around it that converts vector of
4441         bytes to ascii text.
4442         (top-level): Avoid byte-compiler warnings of unused variables if
4443         the byte-compiler supports this.  This is for the
4444         with-parsed-tramp-file-name macro which is wont to produce such stuff.
4446 2003-02-05  Michael Albinus  <Michael.Albinus@alcatel.de>
4448         * net/tramp.el (tramp-handle-directory-file-name): Handle the case
4449         PATH is "".
4450         (tramp-completion-handle-file-name-all-completions):
4451         Define `tramp-current-user' locally.  See `tramp-parse-passwd'.
4452         (tramp-parse-passwd): For su-alike methods it would be desirable
4453         to return "root@localhost" as default.  Unfortunately, we have no
4454         information whether any user name has been typed already.  So we
4455         (mis-)use tramp-current-user as indication, assuming it is set in
4456         `tramp-completion-handle-file-name-all-completions'.
4457         (tramp-send-region): Handle the case `tramp-chunksize' is equal 0.
4458         I did it accidently.  Infinite loop ...
4459         (tramp-get-device): `tramp-make-tramp-file-name' must not be
4460         called with NIL path.  It fails in case of multi-method.
4461         (tramp-file-name-for-operation):  Apply `expand-file-name' for
4462         relative file names only.  Otherwise there might be problems if
4463         the default directory is another Tramp directory as the directory
4464         the file is based on.
4465         (tramp-find-foreign-file-name-handler): Check whether FILENAME is
4466         a Tramp file name.  It isn't if it comes from an expanded file
4467         name (like "/xx:yy//zz").
4468         (tramp-devices): New variable.  Keeps virtual device numbers.
4469         Devices must distinguish physical file systems.  The device
4470         numbers provided by "lstat" aren't unique, because we operate on
4471         different hosts.  So we use virtual device numbers, generated by
4472         `tramp-get-device'.  Both Ange-FTP and EFS use device number -1.
4473         In order to be different, we use device number (-1 x), whereby "x"
4474         is unique for a given (multi-method method user host).
4475         Suggested by Kai.
4476         (tramp-perl-file-attributes): Always return device number -1.
4477         There will be a virtual device number set in
4478         `tramp-handle-file-attributes', which replaces this one.
4479         (tramp-handle-file-attributes): Set virtual device number.
4480         (tramp-get-device): New function.  Returns the virtual device
4481         number.  If it doesn't exist, generate a new one.
4482         (tramp-handle-file-regular-p): Use Emacs file name primitives
4483         instead of calling tramp-handle-* equivalents directly.
4484         Needed for tramp-smb.
4485         (tramp-completion-function-alist-ssh): Add parsing of
4486         "/etc/ssh_config" and "~/.ssh/config".  Suggested by Kai.
4487         (tramp-completion-function-alist, tramp-set-completion-function):
4488         Doc string update.
4489         (tramp-parse-sconfig, tramp-parse-sconfig-group): New functions.
4490         Provide parsing of "~/.ssh/config" style files.
4491         (tramp-completion-handle-expand-file-name):
4492         Apply `tramp-drop-volume-letter'.  Otherwise, there are problems
4493         on W32 systems.
4494         (tramp-completion-mode): Perform check (integerp last-input-event)
4495         before (event-modifiers last-input-event) -- there might be
4496         problems if `last-input-event' is a mouse event.
4497         (tramp-parse-rhosts, tramp-parse-shosts)
4498         (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc):
4499         Use `file-readable-p' instead of `file-exists-p'.  Otherwise these
4500         functions might block.  Reported by <kin@neoscale.com>.
4502         * net/tramp-ftp.el (top-level): eval-after-load "ange-ftp"
4503         '(tramp-disable-ange-ftp).  Suggested by Kai.
4504         (tramp-ftp-file-name-handler): `tramp-disable-ange-ftp' not needed
4505         any longer.
4506         (top-level): Defaults for `tramp-default-method-alist' must be a list.
4508         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
4509         Apply `tramp-handle-directory-file-name'.
4510         (tramp-smb-handle-file-attributes):  Apply `tramp-get-device'.
4511         ATIME and CTIME are (0 0) now (= "don't know"), which is more honest.
4512         (tramp-smb-handle-make-directory): Use Emacs file name primitives
4513         instead of calling tramp-smb-handle-* equivalents directly.
4514         (tramp-smb-read-file-entry): Return size as a number, not a string.
4515         (top-level): Defaults for `tramp-default-method-alist' must be a list.
4517 2003-02-05  Stefan Monnier  <monnier@cs.yale.edu>
4519         * completion.el (eval-when-compile-load-eval, completion-eval-when)
4520         (cmpl-read-time-eval, minibuffer-window-selected-p): Remove.
4521         (completion-min-length, completion-max-length)
4522         (completion-prefix-min-length): Don't hard-code the default value
4523         when byte-compiling.
4524         (complete): Inline minibuffer-window-selected-p.
4526 2003-02-04  Richard M. Stallman  <rms@gnu.org>
4528         * term.el (term-raw-map): Set it up at load time.
4529         (term-char-mode): Don't set up term-raw-map here.
4530         (term-set-escape-char): Don't set up C-x subcommand.
4531         (term-ansi-face-already-done): Renamed from
4532         term-ansi-face-alredy-done.
4533         (term-command-hook): Avoid error if STRING is empty.
4534         (term, term-mode): Doc fixes.
4536         * term.el: Redesign handling of colors and faces.
4537         Delete all the faces that this mode used to make.
4538         (ansi-term-color-vector): New variable.
4539         (ansi-term-fg-faces-vector, ansi-term-bg-faces-vector)
4540         (ansi-term-inv-bg-faces-vector, ansi-term-inv-fg-faces-vector):
4541         Variables deleted.
4542         (term-default-fg-color, term-default-bg-color): Use defcustom.
4543         (term-handle-colors-array): Use ansi-term-color-vector,
4544         and specify face attributes rather than faces in `face' property.
4546         * term.el (term-ansi-fg-faces-vector, term-ansi-bg-faces-vector)
4547         (term-ansi-inv-fg-faces-vector, term-ansi-inv-bg-faces-vector)
4548         (term-ansi-reverse-faces-vector): Delete unused variables.
4549         (term-ignore-error): Delete macro.
4551         * simple.el (back-to-indentation): Skip all whitespace
4552         except for newlines.
4554         * files.el (find-alternate-file): Handle dired-directory
4555         like buffer-file-name.
4557         * dired.el (dired-find-buffer-nocreate): Avoid error if
4558         dired-directory is nil.
4560 2003-02-04  Juanma Barranquero  <lektu@terra.es>
4562         * image.el (image-type-regexps): Fix typo.
4564         * international/characters.el: Restore missing space and put a
4565         comment to protect it from being deleted as trailing whitespace.
4567         * ruler-mode.el (ruler-mode-margins-char): Likewise.
4569 2003-02-04  Francesco Potort\e,Al\e(B  <pot@gnu.org>
4571         * mail/rmailout.el (rmail-output): If preserving MIME-version,
4572         preserve Content-type too.
4574 2003-02-04  Kim F. Storm  <storm@cua.dk>
4576         * ido.el (ido-define-mode-map): Remap viper delete char/word
4577         commands to their ido specific equivalents.  Disable ESC in
4578         viper mode (to avoid exiting insert mode), since ido doesn't
4579         work in viper command mode.
4580         (ido-delete-backward-updir, ido-delete-backward-word-updir):
4581         Handle remapped viper commands.
4583 2003-02-03  Juanma Barranquero  <lektu@terra.es>
4585         * calculator.el (calculator): Don't use the minibuffer even in
4586         electric mode; use a private buffer and display it in the minibuffer
4587         window using `set-window-buffer'.
4589 2003-02-03  Dave Love  <fx@gnu.org>
4591         * emacs-lisp/benchmark.el: New.
4593 2003-02-02  Andreas Schwab  <schwab@suse.de>
4595         * progmodes/asm-mode.el (asm-font-lock-keywords): Allow arbitrary
4596         words separated by dots.  Match optional parenthesized word at
4597         start of line.
4599         * font-lock.el
4600         (font-lock-match-c-style-declaration-item-and-skip-to-next):
4601         Don't require underscore in word before double open-paren.
4603 2003-02-02  John Paul Wallington  <jpw@gnu.org>
4605         * hexl.el (hexl-mode-map): Bind C-m to `hexl-self-insert-command'.
4607 2003-02-01  Stephen Gildea  <gildea@stop.mail-abuse.org>
4609         * time-stamp.el: Tweak doc strings and preamble commentary.
4610         (time-stamp): Fix parsing of "%%a" in time-stamp-pattern (change
4611         regexp subpattern 5)
4612         (time-stamp-pattern): Initialize to nil to avoid regexp work in
4613         default case.
4614         (time-stamp-string): Call set-time-zone-rule instead of setenv
4615         (time-stamp-hhmmss): Remove (not needed after all).
4616         (time-stamp-month-dd-yyyy, time-stamp-dd/mm/yyyy)
4617         (time-stamp-mon-dd-yyyy, time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
4618         (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd, time-stamp-yymmdd)
4619         (time-stamp-hh:mm:ss, time-stamp-hhmm): Make obsolete.
4621 2003-01-31  Stefan Monnier  <monnier@cs.yale.edu>
4623         * cus-edit.el (custom-unlispify-menu-entry): Use with-current-buffer.
4624         (custom-save-variables): Use dolist, simplify.
4625         Output a message if a `requests' entry looks suspicious.
4626         (custom-save-faces): Use dolist, simplify.
4628 2003-01-31  Christoph Wedler  <Christoph.Wedler@sap.com>
4630         * antlr-mode.el: Bug fixes, miscellaneous.
4631         (antlr-mode): Make major mode work with cc-mode-5.29 or higher,
4632         make it more rubust against changes in cc-mode's style variables
4633         by using `boundp' and function `c-init-language-vars' if defined.
4634         (antlr-c++-mode-extra): Only ask if language is not "Cpp".
4635         (antlr-read-value): With completion, ignore case.
4636         (antlr-run-tool-interactive): New function.
4637         (antlr-run-tool): Use it for `interactive' specification.
4639         * antlr-mode.el: Simplify Emacs/XEmacs compatibility.
4640         (cond-emacs-xemacs): New compile-time macro.
4641         (defunx): New compile-time macro.
4642         (ignore-errors-x): New compile-time macro.
4643         (save-buffer-state-x): New compile-time macro.
4645         (antlr-scan-sexps, antlr-simple-scan-sexps): Deletia.
4646         (antlr-scan-lists, antlr-simple-scan-sexps): Deletia.
4647         (antlr-simple-default-directory): Deletia.
4648         (antlr-default-directory): Define directly.
4649         (antlr-simple-read-shell-command): Deletia.
4650         (antlr-read-shell-command): Define directly.
4651         (antlr-simple-with-displaying-help-buffer): Deletia.
4652         (antlr-with-displaying-help-buffer): Define directly.
4653         (antlr-fast-invalidate-context-cache): Deletia.
4654         (antlr-slow-invalidate-context-cache): Deletia.
4655         (antlr-invalidate-context-cache): Define directly.
4656         (antlr-fast-syntactic-context): Deletia.
4657         (antlr-slow-syntactic-context): Deletia.
4658         (antlr-syntactic-context): Define directly.
4660         (antlr-mode-menu): Use new macros.
4661         (antlr-font-lock-additional-keywords): Ditto.
4662         (antlr-skip-sexps): Ditto.
4663         (antlr-end-of-rule): Ditto.
4664         (antlr-beginning-of-rule): Ditto.
4665         (antlr-end-of-body): Ditto.
4666         (antlr-beginning-of-body): Ditto.
4667         (antlr-hide-actions): Ditto.
4668         (antlr-option-kind): Ditto.
4670         * antlr-mode.el: In Emacs, use face attribute :weight, not :bold.
4671         (antlr-font-lock-keyword-face): Use new macros.
4672         (antlr-font-lock-syntax-face): Ditto.
4673         (antlr-font-lock-ruledef-face): Ditto.
4674         (antlr-font-lock-tokendef-face): Ditto.
4675         (antlr-font-lock-literal-face): Ditto.
4677         Changes from 2002-05-24:
4679         * antlr-mode.el: Version 2.2a.
4681         Changes from 2002-05-03:
4683         * antlr-mode.el: Make context parsing faster on Emacs, for faster
4684         syntax highlighting, indentation and imenu support.
4685         Suggested by Aaron Davies <adavies42@users.sourceforge.net>.
4686         (antlr-slow-context-cache): New variable.
4687         (antlr-slow-syntactic-context): Use cache.
4688         (antlr-slow-cache-enabling-symbol): New internal variable.
4689         (antlr-slow-cache-diff-threshold): New variable.
4690         (antlr-fast-invalidate-context-cache): Renamed from
4691         antlr-xemacs-bug-workaround.
4692         (antlr-imenu-create-index-function): Search from beginning.
4694         * antlr-mode.el: More sophisticated indentation, i.e., use the
4695         indentation engine of cc-mode for most actions.
4696         (antlr-c-common-init): Allow nil for `antlr-indent-style'.
4697         (antlr-indent-line): Use indentation engine of cc-mode more often.
4698         (antlr-indent-at-bol-alist): Only used for header actions.
4699         (antlr-disabling-cc-syntactic-symbols): New variable.
4700         (antlr-indent-item-regexp): Delete stuff for actions.
4701         (antlr-indent-at-bol-alist): With language "Java", indent
4702         "package" and "import" at column 0 in header part.
4704         * antlr-mode.el (antlr-simple-default-directory): Define.
4705         (antlr-simple-read-shell-command): Define.
4706         (antlr-simple-with-displaying-help-buffer): Define.
4707         (antlr-simple-scan-sexps, antlr-simple-scan-lists):
4708         Renamed from antlr-scan-{sexps,lists}-internal.
4710         Changes from 2002-02-28:
4712         * antlr-mode: Version 2.2 is released.
4714         * antlr-mode.el (antlr): Moved to SourceForge.net
4716         * antlr-mode.el: Minor bug fixes: insert options and indentation.
4717         (antlr-option-location): Don't use point as position where to
4718         insert options if point is in comment.
4719         (antlr-mode): Don't set style here.
4720         (antlr-c-common-init): Set style here.  If boundp, set
4721         `c-current-comment-prefix' to not break indentation in comments.
4722         Hm, I should probably split `c-common-init' from cc-mode into two
4723         parts, one of which I could use for antlr-mode.el.
4725         Changes from 2002-01-31:
4727         * antlr-mode.el (antlr-font-lock-additional-keywords):
4728         Also hightlight `~' with `antlr-font-lock-syntax-face'.
4729         Suggested by Helmut Neukirchen <neukirchen@itm.mu-luebeck.de>.
4731 2003-01-31  Joe Buehler  <jhpb@draco.hekimian.com>
4733         * comint.el:
4734         * dired-aux.el:
4735         * dired.el:
4736         * dirtrack.el:
4737         * dos-w32.el:
4738         * fast-lock.el:
4739         * filecache.el:
4740         * files.el:
4741         * hippie-exp.el:
4742         * international/mule.el:
4743         * net/browse-url.el:
4744         * pcomplete.el:
4745         * recentf.el:
4746         * shell.el:
4747         * woman.el: Added cygwin to system-type comparisons.
4749 2003-01-31  Francesco Potort\e,Al\e(B  <pot@gnu.org>
4751         * mail/undigest.el (rmail-forward-separator-regex): New custom
4752         variable.
4753         (unforward-rmail-message): Use it.
4755 2003-01-30  Dave Love  <fx@gnu.org>
4757         * textmodes/ispell.el (lookup-words): Fix last change.
4759 2003-01-29  John Paul Wallington  <jpw@gnu.org>
4761         * font-lock.el (lisp-font-lock-keywords-1): Match `deftheme'.
4763         * emacs-lisp/lisp-mode.el (toplevel): Define docstring offset for
4764         `deftheme'.  Fix docstring offsets for `define-ibuffer-filter' and
4765         `define-ibuffer-sorter'.
4766         (lisp-imenu-generic-expression): Add `deftheme' to types.
4768         * custom.el (customize-mark-to-save, customize-mark-as-set)
4769         (custom-remove-theme): Doc fixes.
4771 2003-01-29  Didier Verna  <didier@xemacs.org>
4773         * cus-edit.el (custom-save-variables): Also save non theme'd ones.
4774         * cus-edit.el (custom-save-faces): Ditto.
4776 2003-01-29  Juanma Barranquero  <lektu@terra.es>
4778         * composite.el (decompose-composite-char): Fix docstring.
4780         * select.el (x-set-cut-buffer): Fix docstring.  Check type with
4781         `stringp' instead of `substring'.
4783         * textmodes/reftex.el (reftex-TeX-master-file): Use really the buffer
4784         file name if no other master file is located.
4786         * progmodes/cperl-mode.el (cperl-beautify-level)
4787         (cperl-beautify-regexp): Fix use of `prefix-numeric-value'.
4788         (cperl-calculate-indent): Fix typo.
4790 2003-01-29  Taro Kawagishi  <tarok@transpulse.org>
4792         * arc-mode.el (archive-lzh-summarize): Fix previous change.
4794 2003-01-29  Kim F. Storm  <storm@cua.dk>
4796         * emacs-lisp/authors.el: New format of AUTHORS file; list each
4797         author name once followed by contributed and changed files.
4798         Improve selection of entries to include in list, and generate list
4799         of unrecognized entries indicating syntax errors in ChangeLog files.
4800         (authors-coding-system): New variable.
4801         (authors-many-files): Update doc string.
4802         (authors-aliases): Change format. Now one entry with multiple
4803         aliases per author.
4804         (authors-valid-file-names, authors-renamed-files-alist)
4805         (authors-renamed-files-regexps): New variables.
4806         (authors-canonical-file-name): New function.  Validates that file
4807         exists or occurs in one of the above lists.  Record unrecognized
4808         file names in global authors-invalid-file-names list.
4809         (authors-add): Change to record per-change counts.
4810         (authors-canonical-author-name): Handle new format of
4811         authors-aliases list.
4812         (authors-scan-change-log): Rename FILE arg to LOG-FILE.
4813         Change doc string to describe new entry format.
4814         Only add author entries for valid file names.
4815         (authors-print): Replace by authors-add-to-author-list.
4816         (authors-add-to-author-list): New function which reorders
4817         per-file entries and adds them to global authors-author-list.
4818         (authors): Instead of authors-print to insert in *Authors* buffer,
4819         use authors-add-to-author-list to reorder the list and then
4820         insert result in *Authors* buffer with new format.
4821         Generate *Authors Errors* compilation-mode buffer listing
4822         unrecognized ChangeLog entries.
4824 2003-01-28  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
4826         * term/mac-win.el: Add entries in function-key-map for
4827         [tab], [backspace], [escape].
4829 2003-01-28  Kim F. Storm  <storm@cua.dk>
4831         * info.el (Info-extract-menu-node-name): Another fix for
4832         2003-01-24 change.  Also stop search if : is followed by TAB.
4834 2003-01-28  John Paul Wallington  <jpw@gnu.org>
4836         * ibuf-ext.el (ibuffer-yank-filter-group): Move check for empty
4837         `ibuffer-filter-group-kill-ring' out of `interactive' declaration.
4839 2003-01-28  Martin Stjernholm  <bug-cc-mode@gnu.org>
4841         * progmodes/cc-vars.el, progmodes/cc-mode.el
4842         (c-require-final-newline): Made this variable an alist to
4843         specify a value for each language.  The default value causes
4844         `require-final-newline' to be set to t only in languages where
4845         the standard requires a final newline.
4847 2003-01-27  Kim F. Storm  <storm@cua.dk>
4849         * simple.el (kill-new): Improve doc string for yank-handler.
4850         Signal args-out-of-range error if yank-handler is specified for
4851         an empty string.
4853         * subr.el (insert-for-yank): Remove COMMAND element from yank handler.
4855 2003-01-27  Dave Love  <fx@gnu.org>
4857         * dired-x.el (dired-filename-at-point): Fix last change and tidy up.
4859         * thingatpt.el (thing-at-point-file-name-chars):
4860         Include non-ASCII again and re-write the filename ops.
4862 2003-01-27  David Ponce  <david@dponce.com>
4864         * makefile.w32-in (update-subdirs-SH): Create lisp/subdirs.el.
4866 2003-01-27  Juanma Barranquero  <lektu@terra.es>
4868         * filesets.el (filesets-file-open): Fix typo.
4870         * vcursor.el (vcursor-disable): Likewise.
4872         * eshell/esh-cmd.el (eshell-separate-commands): Likewise.
4874         * progmodes/cc-styles.el (c-make-styles-buffer-local): Likewise.
4876         * progmodes/cc-vars.el (c-offsets-alist): Likewise.
4878         * progmodes/ebrowse.el (ebrowse-draw-tree-fn): Likewise.
4880 2003-01-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
4882         * progmodes/cc-vars.el, progmodes/cc-mode.el
4883         (c-require-final-newline): Add a variable to make the
4884         initialization of `require-final-newline' more configurable.
4886 2003-01-26  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4888         * emacs-lisp/authors.el (authors-aliases): Add Jan D.
4889         Set iso-2022-7bit coding: cookie.
4891 2003-01-26  Kim F. Storm  <storm@cua.dk>
4893         * info.el (Info-extract-menu-node-name): Fix 2003-01-24 change.
4894         Don't search for next colon if current colon is followed by
4895         one of ".", ",", ";", or ")".
4896         (info-insert-file-contents) [!MSDOS]: Avoid byte-compiler warning.
4897         (Info-find-node) [!MSDOS]: Avoid byte-compiler warning.
4899 2003-01-26  Richard M. Stallman  <rms@gnu.org>
4901         * thingatpt.el (thing-at-point-file-name-chars): Undo previous change.
4903 2003-01-25  Bill Wohler  <wohler@newt.com>
4905         * mh-e: Created directory. ChangeLog will appear in a week when we
4906         release version 7.2.
4908         * mail/mh-alias.el, mail/mh-comp.el, mail/mh-customize.el, mail/mh-e.el,
4909         mail/mh-funcs.el, mail/mh-identity.el, mail/mh-index.el,
4910         mail/mh-loaddefs.el, mail/mh-mime.el, mail/mh-pick.el,
4911         mail/mh-seq.el, mail/mh-speed.el, mail/mh-utils.el,
4912         mail/mh-xemacs-compat.el: Moved to mh-e directory.
4913         Note that reply2.pbm and reply2.xpm, which were created by the
4914         MH-E package, were left in mail since they can probably be used by
4915         other mail packages.
4917         * makefile.w32-in (WINS): Add mh-e.
4919         * makefile.nt (WINS): Add mh-e.
4921 2003-01-25  Richard M. Stallman  <rms@gnu.org>
4923         * emacs-lisp/bytecomp.el (byte-compile-file-form-custom-declare-variable):
4924         Compile any lambda-expressions among the args.
4926         * view.el (view-mode): Doc fix.
4928         * ido.el: Many doc fixes.
4929         (ido-complete): Fix message.
4931 2003-01-25  Taro Kawagishi  <tarok@transpulse.org>
4933         * arc-mode.el (archive-unixdate): Correct the date field string.
4934         (archive-lzh-summarize): Extend it to allow the LZH level 2 header
4935         type (which is most prevalent now), in addition to the already
4936         supported level 0 and 1 header types.
4938 2003-01-25  Markus Rost  <rost@math.ohio-state.edu>
4940         * international/mule-cmds.el (set-language-info)
4941         (current-language-environment): Simplify setting the type of
4942         current-language-environment.
4944 2003-01-25  Kim F. Storm  <storm@cua.dk>
4946         * emulation/cua-base.el (cua--init-keymaps): Move C-S-x and C-S-c
4947         bindings from cua--cua-keys-keymap to cua--region-keymap, as they are
4948         only needed when the region is active.  This also makes the output
4949         from C-h b look normal when cua-mode is enabled (no C-S-x/c bindings).
4951 2003-01-25  Michael Kifer  <kifer@cs.stonybrook.edu>
4953         * ediff.el (ediff-revision): Better defaults.
4955         * ediff-vers.el (ediff-vc-latest-version): New function.
4956         (ediff-vc-internal): Use latest version instead of working version.
4958 2003-01-24  Thien-Thi Nguyen  <ttn@gnu.org>
4960         * info.el (Info-extract-menu-node-name): When looking for end of menu
4961         item, don't stop at first ":"; instead, continue until trailing
4962         context is either a space or newline.
4963         (Info-complete-menu-item): Var `pattern': allow ":" in menu item.
4964         (Info-menu): Likewise, for regexp used in backwards search.
4965         (Info-try-follow-nearest-node): Remove case added in previous edit.
4966         Change regexp in the following case to allow ":" in menu item.
4967         (Info-fontify-node): Fix bug: Handle `next-property-change' returning
4968         point-max as "hasn't already been done".
4970 2003-01-24  Thien-Thi Nguyen  <ttn@gnu.org>
4972         * info.el (Info-try-follow-nearest-node): Add case: Handle menu item
4973         terminated by ": " as an index entry.
4975 2003-01-24  Juanma Barranquero  <lektu@terra.es>
4977         * isearch.el (isearch-forward): Fix typo.
4979 2003-01-24  Kenichi Handa  <handa@m17n.org>
4981         * international/mule.el (decode-coding-inserted-region):
4982         Rename from decode-coding-region-as-inserted-from-file to make it fit
4983         well in the Lisp manual.
4985         * jka-compr.el (jka-compr-insert-file-contents):
4986         Call docode-coding-inserted-region.
4988 2003-01-24  John Paul Wallington  <jpw@gnu.org>
4990         * ibuffer.el (ibuffer-window-list): Remove.
4991         (ibuffer-confirm-operation-on): Use `window-list' instead.
4992         (ibuffer-load-hook): New customizable variable.
4993         (toplevel): Run it.
4994         (ibuffer-customize): New command.
4995         (ibuffer-mode-map): Bind it.
4996         (ibuffer-mode-map): Add menu seperator in View>Sort menu.
4997         (ibuffer-mode): Tidy.
4998         (ibuffer-fontification-alist, ibuffer-always-show-last-buffer)
4999         (ibuffer-default-directory, ibuffer-default-sorting-mode)
5000         (ibuffer-maybe-show-predicates, ibuffer-hook, ibuffer-mode-hook)
5001         (ibuffer-map-lines): Doc fixes.
5003         * ibuf-ext.el (ibuffer-copy-filename-as-kill): C-u means relative
5004         filenames.  Use `kill-new'.
5006 2003-01-23  Dave Love  <fx@gnu.org>
5008         * abbrev.el (write-abbrev-file): Simplify, and put a coding cookie
5009         in the file.
5011 2003-01-23  Masatake YAMATO  <jet@gyve.org>
5013         * progmodes/asm-mode.el (asm-mode): Add syntax table entries for
5014         /* */ comments.
5016 2003-01-23  Kenichi Handa  <handa@m17n.org>
5018         * files.el (insert-directory): Read the output of "ls" by
5019         no-conversion, and decode it later while preserving
5020         `dired-filename' property.
5022 2003-01-23  Markus Rost  <rost@math.ohio-state.edu>
5024         * descr-text.el (describe-text-mode-hook): Add a group.
5026 2003-01-23  John Paul Wallington  <jpw@shootybangbang.com>
5028         * term/mac-win.el (interprogram-paste-function): Handle empty
5029         clipboard.
5031 2003-01-22  Aubrey Jaffer  <agj@alum.mit.edu>  (tiny change)
5033         * info.el (Info-index): Change pattern so that index entries with
5034         colons can be read properly; also, require at least one space
5035         after the colons, which makeinfo puts in.
5037 2003-01-22  Andreas Schwab  <schwab@suse.de>
5039         * jka-compr.el (jka-compr-insert-file-contents): Fix typo in last
5040         change.
5042 2003-01-22  Markus Rost  <rost@math.ohio-state.edu>
5044         * Makefile.in (bootstrap-after): New target.
5045         (bootstrap): Move finder-data, custom-deps to bootstrap-after.
5047 2003-01-22  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
5049         * info.el (Info-index-next): Use "(`,' tries to find next)" for
5050         more matches for consistency with standalone info browser.
5052 2003-01-22  Kenichi Handa  <handa@m17n.org>
5054         * international/mule.el
5055         (decode-coding-region-as-inserted-from-file): New function.
5057         * jka-compr.el (jka-compr-insert-file-contents): Read a process
5058         output without decoding.  Decode the result by
5059         decode-coding-region-as-inserted-from-file.
5061 2003-01-22  Kim F. Storm  <storm@cua.dk>
5063         * ido.el (ido-make-file-list, ido-make-dir-list): Don't move
5064         visited directories to end of list; it's the wrong thing to do if
5065         we want to find a file or directory in such directories.
5067         * simple.el: Doc fixes.
5068         * subr.el: Doc fixes.
5070 2003-01-20  Nick Roberts  <nick@nick.uklinux.net>
5072         * gud.el (gud-display-line): If the current file is newer than its
5073         buffer, offer to reread the file.
5074         (gud-keep-buffer): New buffer local variable. Ensures offer to
5075         reread file is made just once.
5077 2003-01-20  Stefan Monnier  <monnier@cs.yale.edu>
5079         * emacs-lisp/regexp-opt.el (regexp-opt-group): Undo last change.
5080         Fix the docstring instead.
5082 2003-01-20  Glenn Morris  <gmorris@ast.cam.ac.uk>
5084         * calendar/calendar.el (calendar-only-one-frame-setup): Autoload it.
5086 2003-01-20  Richard M. Stallman  <rms@gnu.org>
5088         * simple.el (completion-setup-function): Set default-directory
5089         in the minibuffer, so it'll be copied into the completion list buffer.
5091         * emacs-lisp/regexp-opt.el (regexp-opt-group): Compute HALF2 properly.
5093         * loadup.el (load-path): Rename `path' local var.
5095         * progmodes/octave-mod.el (octave-mode-map): Change C-c i bindings
5096         to C-c C-i.  Duplicate its bindings with last char a ctl char.
5097         Also change C-c f to C-c C-f.
5099 2003-01-20  Markus Rost  <rost@math.ohio-state.edu>
5101         * ls-lisp.el (ls-lisp-use-insert-directory-program): Make default
5102         value system dependent.
5103         (ls-lisp-support-shell-wildcards): Add autoload cookie.
5105 2003-01-19  Kim F. Storm  <storm@cua.dk>
5107         * msb.el: Use `dir' instead of `path' everywhere.
5109 2003-01-18  Kim F. Storm  <storm@cua.dk>
5111         * simple.el (kill-new, kill-append, kill-region):
5112         New optional parameter yank-handler.
5113         (yank-excluded-properties): Add yank-handler to list.
5114         (yank-undo-function): New variable.
5115         (yank): Use it to undo previous yank or yank-pop command.
5116         Allow insert-for-yank to override this-command.
5118         * subr.el (insert-for-yank): Arg list changed; now only accepts one
5119         string rather than any number of strings; no callers needed change.
5120         Use yank-handler text property on the arg string.
5121         Set yank-undo-function variable appropriately for yank-pop.
5123 2003-01-18  Stefan Monnier  <monnier@cs.yale.edu>
5125         * textmodes/fill.el (fill-comment-paragraph): Fix simplistic
5126         regexp-concatenation.
5128         * add-log.el (add-change-log-entry): Don't leave space at eol.
5129         (add-log-current-defun): Perl functions names can't have (or {.
5131         * progmodes/sh-script.el (sh-indent-line): Use indent-line-to.
5132         (sh-non-closing-paren): New const.
5133         (sh-case, sh-while-getopts): Use it to make props non-sticky.
5134         (sh-add-completer): Use test-completion.
5136 2003-01-18  Vasily Korytov  <deskpot@myrealbox.com>  (tiny change)
5138         * progmodes/cperl-mode.el: Don't make faces depend on window-system.
5140 2003-01-18  Markus Rost  <rost@math.ohio-state.edu>
5142         * cus-edit.el (customize-changed-options): Undo last doc change.
5144 2003-01-17  Stefan Monnier  <monnier@cs.yale.edu>
5146         * skeleton.el (skeleton-internal-list, skeleton-internal-1):
5147         Don't treat \n specially in sub-skeletons.
5149 2003-01-17  Dave Love  <fx@gnu.org>
5151         * international/ucs-tables.el: Redo 8859-6 change in the right place.
5153 2003-01-17  Kenichi Handa  <handa@m17n.org>
5155         * international/fontset.el: Don't setup the default fontset and
5156         font-encoding-alist at the top level.
5157         (setup-default-fontset): New function.
5158         (create-fontset-from-fontset-spec): Delete autoload cookie.
5160         * term/x-win.el: Require fontset unconditionally again.
5161         Call setup-default-fontset at the top level.
5163         * term/w32-win.el: Call setup-default-fontset.
5165         * term/mac-win.el: Require fontset and call setup-default-fontset.
5167 2003-01-16  Stefan Monnier  <monnier@cs.yale.edu>
5169         * textmodes/fill.el (fill-region-as-paragraph): Only erase `hard'
5170         property until end-of-paragraph.
5172 2003-01-16  Kenichi Handa  <handa@m17n.org>
5174         * international/ucs-tables.el: Undo the last change.
5176 2003-01-15  Dave Love  <fx@gnu.org>
5178         * thingatpt.el (thing-at-point-file-name-chars): Include non-ASCII
5179         and use documented treatment of -.
5181         * dired-x.el (dired-filename-at-point): Fix filename-chars.
5183         * international/ucs-tables.el: Set up tables for 8859-6.
5185         * server.el (server-window): Customize.
5186         (server-mode): New.
5187         (server-unload-hook): Call server-start.
5189 2003-01-15  John Wiegley  <johnw@gnu.org>
5191         * eshell/em-hist.el (eshell-save-history-on-exit):
5192         Rename `eshell-ask-to-save-history' to `eshell-save-history-on-exit',
5193         because the former name is somewhat unrelated to the variables'
5194         possible values.
5196 2003-01-15  Deepak Goel  <deego@gnufans.org>
5198         * calc/README: Add new maintainer.
5200         * calc/*: Ditto.
5202         * calc/calc.el (calc-bug-address): Change address to deego@gnufans.org.
5204 2003-01-15  Andrew Innes  <andrewi@gnu.org>
5206         * makefile.w32-in (loaddefs.el): Invoke make to build stub file
5207         using appropriate rule for build environment.
5208         (loaddefs.el-SH, loaddefs.el-CMD): New targets.  Include small set
5209         of autoloads and defvars, sufficient to dump bootstrap emacs.
5210         (update-subdirs-SH): Use hard-coded list of top-level lisp
5211         subdirs, because find program on Windows is not compatible with
5212         Unix find.
5213         (compile-CMD, compile-SH): Use `batch-byte-compile-if-not-done'.
5214         Explicitly load loaddefs.el so that bootstrap emacs can compile
5215         properly.
5216         (bootstrap-clean): Add dependency on loaddefs.el, to ensure
5217         minimal stub sufficient for dumping bootstrap emacs is available.
5219         * loadup.el: Include lisp/textmodes in load-path for bootstrap
5220         emacs, to resolve ispell menu reference.
5222 2003-01-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>  (tiny change)
5224         * international/mule.el (optimize-char-coding-system-table):
5225         Optimize it.
5227         * term/mac-win.el: Setup the fontset "fontset-mac" correctly.
5229 2003-01-14  Stefan Monnier  <monnier@cs.yale.edu>
5231         * pcvs-info.el (cvs-fileinfo-from-entries): Deal with Solaris'
5232         occasional use of "05" rather than " 5" for day-of-month.
5234         * log-view.el (log-view-message-re): The rev might be locked.
5236 2003-01-14  Nick Roberts  <nick@nick.uklinux.net>
5238         * gdb-ui.el: Improve commentary.
5239         (gdb-window-height, gdb-window-width, gdb-display-number-end):
5240         Customize the dimensions of frames for displayed expressions.
5241         (gdb-error-begin): Comment out because it is not used because of
5242         bug/quirk in annotations.
5243         (gdb-reset): Use with-current-buffer.
5245 2003-01-14  Kim F. Storm  <storm@cua.dk>
5247         * ido.el (ido-read-internal, ido-file-internal)
5248         (ido-copy-current-file-name, ido-wide-find-dirs-or-files):
5249         Don't use `path' as name of local variables holding a file name.
5251         * arc-mode.el (archive-arc-rename-entry): Fix error message.
5252         (archive-lzh-summarize): Rename local var `path' to `dir'.
5253         (archive-unique-fname) [!MSDOS]: Avoid byte-compiler warning.
5255         * dired.el: Doc fixes.
5256         * dired-aux.el: Rename `whole-path' to `whole-name' throughout.
5257         (dired-mark-read-regexp): Use "Abs." prefix instead of "Path".
5258         * dired-x.el: Doc fixes.
5260         * fast-lock.el (fast-lock-cache-name): Doc fix.
5262         * net/browse-url.el (browse-url-filename-alist): Doc fix.
5264 2003-01-14  John Paul Wallington  <jpw@shootybangbang.com>
5266         * apropos.el (apropos): Restore autoload cookie.  Fix typo in
5267         "error retrieving function documentation" output.
5269 2003-01-14  Kim F. Storm  <storm@cua.dk>
5271         * subr.el (process-put, process-get): New functions.
5273         * simple.el (clone-process): Copy process' plist to new process.
5275 2003-01-13  Markus Rost  <rost@math.ohio-state.edu>
5277         * cus-dep.el (custom-make-dependencies):  Don't set standard-value
5278         and version numbers for variables.  Handle faces.
5280         * cus-edit.el (customize-changed-options):  Doc addition.  Load the
5281         version deps earlier.  Use other tests for groups and variables.
5282         Handle faces.
5284 2003-01-14  Kim F. Storm  <storm@cua.dk>
5286         * ido.el: Doc fixes.
5287         (ido-max-file-prompt-width): Rename from ido-max-prompt-path.
5288         (ido-rewrite-file-prompt-functions): Rename from
5289         ido-make-file-prompt-hook.  Directory name is now in dynamic
5290         variable `dirname' (instead of `path').
5291         (ido-rewrite-file-prompt-rules): Rename from
5292         ido-rewrite-prompt-path-rules.
5293         (ido-make-prompt): Directory name now in `dirname' var.
5294         (ido-complete): Fix error message.
5296 2003-01-13  John Paul Wallington  <jpw@shootybangbang.com>
5298         * server.el (server-process-filter): Use `minibufferp' to test
5299         whether we are inside a minibuffer.
5300         (server-process, server-kill-new-buffers): Doc fixes.
5302 2003-01-13  Dave Love  <fx@gnu.org>
5304         * international/utf-16.el (mule-utf-16-be, mule-utf-16-le):
5305         Remove pre-write-conversion.
5307 2003-01-13  Kim F. Storm  <storm@cua.dk>
5309         * hexl.el (hexl-mode-map): Don't quote remapped command names.
5311 2003-01-13  David Ponce  <david@dponce.com>
5313         * ruler-mode.el (ruler-mode): Cleanup buffer local variable
5314         `header-line-format' if it didn't exist when `ruler-mode' was enabled.
5316 2003-01-13  Masatake YAMATO  <jet@gyve.org>
5318         * ruler-mode.el (ruler-mode-comment-column-char)
5319         (ruler-mode-goal-column-char, ruler-mode-set-goal-column-ding-flag)
5320         (ruler-mode-mouse-current-grab-object): New variables.
5321         (ruler-mode-comment-column-face, ruler-mode-goal-column-face):
5322         New faces.
5323         (ruler-mode-mouse-set-fill-column): Removed.
5324         (ruler-mode-mouse-grab-any-column)
5325         (ruler-mode-mouse-drag-any-column-iteration)
5326         (ruler-mode-mouse-drag-any-column): New functions.
5327         (ruler-mode-map): [header-line down-mouse-2] Bound to
5328         `ruler-mode-mouse-grab-any-column' instead of
5329         `ruler-mode-mouse-set-fill-column'.
5330         (ruler-mode-ruler-help-echo): Update its value.
5331         (ruler-mode-ruler-help-echo-when-goal-column): New help string used
5332         when goal-column is already set.
5333         (ruler-mode-ruler-help-echo-tab): Rename to...
5334         (ruler-mode-ruler-help-echo-when-tab-stops): New.
5335         (ruler-mode-fill-column-help-echo, ruler-mode-comment-column-help-echo)
5336         (ruler-mode-goal-column-help-echo): New help strings.
5337         (ruler-mode-ruler): Use `ruler-mode-ruler-help-echo-when-goal-column'
5338         instead of `ruler-mode-ruler-help-echo' if `goal-column' is set.
5339         Show `comment-column' and `goal-column'.  Echo the different help
5340         string for each *-column characters on the ruler.
5342 2003-01-13  Richard M. Stallman  <rms@gnu.org>
5344         * apropos.el (apropos-documentation-property): New function.
5345         (apropos): Use apropos-documentation-property.
5347         * files.el (mode-line-process): Mark as risky.
5349         * help.el (where-is): Catch errors in indirect-function.
5351         * server.el (server-process-filter): Comment out -eval.
5352         Don't switch buffers if inside isearch or minibuffer.
5354         * progmodes/compile.el (compilation-revert-buffer):
5355         If buffer has a file, revert it in the normal way.
5357         * term/x-win.el: Require fontset conditionally again.
5359 2003-01-13  Kim F. Storm  <storm@cua.dk>
5361         * ido.el (ido-enable-tramp-completion): New defcustom.
5362         (ido-enter-single-matching-directory): Change default to 'slash.
5363         (ido-is-tramp-root): New defun.
5364         (ido-is-root-directory, ido-is-ftp-directory, ido-is-slow-ftp-host)
5365         (ido-may-cache-directory, ido-final-slash, ido-read-internal)
5366         (ido-complete, ido-make-file-list1, ido-make-dir-list1):
5367         Handle tramp completion.
5368         (ido-file-name-all-completions1): New defun for tramp completion.
5369         (ido-file-name-all-completions): Use it.
5370         (ido-set-matches1): Relax matching of text with trailing slash.
5371         (ido-exhibit): Handle tramp completion.
5372         Simplified code using nested cond forms using new `refresh' var.
5373         Fixed handling of /~user/ paths.
5375 2003-01-12  Andreas Schwab  <schwab@suse.de>
5377         * arc-mode.el (archive-mode-map): Use command remapping instead of
5378         substitute-key-definition.
5379         * emerge.el (emerge-setup-fixed-keymaps): Likewise.
5380         * msb.el (msb-mode-map): Likewise.
5381         * forms.el (forms--change-commands): Likewise.
5382         * hexl.el (hexl-mode-map): Likewise.
5383         * mail/mailabbrev.el (Commentary): Likewise.
5384         * play/decipher.el (decipher-mode-map): Likewise.
5385         * play/gomoku.el (gomoku-mode-map): Likewise.
5386         * play/landmark.el (lm-mode-map): Likewise.
5387         * play/solitaire.el (solitaire-mode-map): Likewise.
5388         * progmodes/sh-script.el (sh-mode-map): Likewise.
5389         * textmodes/picture.el (picture-substitute): Likewise.
5391         * ielm.el (inferior-emacs-lisp-mode):
5392         Bind comint-dynamic-complete-functions locally.
5394         * buff-menu.el (Buffer-menu-select): Fix for effect of header line.
5396 2003-01-11  Andreas Schwab  <schwab@suse.de>
5398         * textmodes/sgml-mode.el (sgml-font-lock-keywords-2): Add flag to
5399         merge with existing fontification.
5401 2003-01-11  Nick Roberts  <nick@nick.uklinux.net>
5403         * gud.el (gud-kill-buffer-hook): Save gud-minor-mode type.
5404         (gud-reset): New function. Reset environment at end of debugging.
5405         (gud-sentinel): Call gud-reset or gdb-reset.
5406         (gud-menu-map, gud-tool-bar-map, gdb): Change gud-goto to gud-until.
5408         * gdb-ui.el (gud-display): Use GDB command ptype instead of whatis
5409         to find out if variable shuld be dereferenced.
5410         (gud-display1): Exit if there is `No symbol'.
5411         (gdb-expressions-mode-map): Correction to key-binding.
5412         (gdb-reset): New function. Reset environment at end of debugging.
5413         (gdb-quit): Remove.
5415 2003-01-10  Dave Love  <fx@gnu.org>
5417         * international/code-pages.el (cp-make-coding-system): Fix last change.
5419 2003-01-10  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
5421         * dired.el (dired-garbage-files-regexp): Use \\' instead of $ and
5422         use regexp-opt for readability.
5424 2003-01-10  Mark A. Hershberger  <mah@everybody.org>
5426         * xml.el (xml-parse-tag, xml-parse-attlist, xml-skip-dtd)
5427         (xml-parse-dtd, xml-parse-elem-type): Be more flexible in recognizing
5428         empty elements.
5430 2003-01-10  Luc Teirlinck  <teirllm@mail.auburn.edu>
5432         * progmodes/sh-script.el (sh-set-shell): Make sh-shell-file the default
5433         shell.
5435 2003-01-09  John Wiegley  <johnw@gnu.org>
5437         * pcomplete.el (pcomplete-termination-string): Add a variable
5438         for modifying the string which is inserted after a completion or
5439         expansion using pcomplete.
5441 2003-01-09  Karl Berry  <karl@gnu.org>
5443         * sort.el (sort-regexp-fields): Pass noerror to re-search-forward,
5444         so that we don't fail if no records match record-regexp.
5446 2003-01-09  Markus Rost  <rost@math.ohio-state.edu>
5448         * cus-edit.el (customize-group, customize-group-other-window):
5449         Remove unnecessary calls to custom-load-symbol.
5450         (custom-group-value-create):
5451         Load widget deps if state is not hidden.  If widget deps are
5452         loaded, load them in advance.
5453         (custom-menu-create): If widget deps are loaded, load them earlier.
5455 2003-01-09  John Paul Wallington  <jpw@shootybangbang.com>
5457         * language/ethio-util.el (ethio-gemination)
5458         (exit-ethiopic-environment): Doc fixes.
5460         * language/viet-util.el (viet-encode-viqr-region)
5461         (viet-decode-viqr-region, viet-encode-viqr-buffer)
5462         (viet-decode-viqr-buffer): Doc fixes.
5464 2003-01-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
5466         * paths.el: Remove gnus-startup-file.
5468 2003-01-08  Bill Wohler  <wohler@newt.com>
5470         * mail/mh-alias.el, mail/mh-customize.el, mail/mh-identity.el,
5471         mail/mh-loaddefs.el, toolbar/alias.pbm, toolbar/alias.xpm: Added.
5473         * mail/mh-comp.el, mail/mh-e.el, mail/mh-funcs.el,
5474         mail/mh-index.el, mail/mh-mime.el, mail/mh-pick.el,
5475         mail/mh-seq.el, mail/mh-speed.el, mail/mh-utils.el,
5476         mail/mh-xemacs-compat.el: Upgraded to MH-E version 7.1.
5478 2003-01-08  Kim F. Storm  <storm@cua.dk>
5480         * mail/undigest.el (unforward-rmail-message): Don't use global
5481         variable `n'.
5483 2003-01-08  Francesco Potort\e,Al\e(B  <pot@gnu.org>
5485         * mail/undigest.el (unforward-rmail-message): Simplified.
5486         No functional change.
5488 2003-01-07  Markus Rost  <rost@math.ohio-state.edu>
5490         * custom.el (custom-autoload, custom-variable-p): New functions.
5492         * emacs-lisp/autoload.el (make-autoload):
5493         Generate custom-autoload for autoloaded defcustoms.
5495         * help-fns.el (describe-variable): Use custom-variable-p.
5497         * simple.el (set-variable): Load deps of custom variables without type.
5499         * cus-edit.el (custom-variable-prompt): Doc change.
5500         Use custom-variable-p.
5501         (customize-option): Remove search in loaddefs.el.
5502         (customize-apropos):  Use custom-variable-p.
5503         (custom-save-variables): Use custom-variable-p to detect
5504         non-rogue variables.
5506 2003-01-07  Francesco Potort\e,Al\e(B  <pot@gnu.org>
5508         * mail/undigest.el (unforward-rmail-message): Skip all newlines
5509         after the initial separator.
5510         (unforward-rmail-message): Forwarded-From: and Forwarded-Date:
5511         instead of Forwarded-from: and Forwarded-date:.
5513 2003-01-07  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
5515         * dired.el (dired-garbage-files-regexp): Add `.aux$'.  These are
5516         produced by TeX.
5518 2003-01-07  Andre Spiegel  <spiegel@gnu.org>
5520         * vc-rcs.el (vc-rcs-checkout): Fix the check whether we are on a
5521         branch.
5523 2003-01-06  Dave Love  <fx@gnu.org>
5525         * textmodes/ispell.el (lookup-words): Cope with null lookup-dict.
5527         * language/chinese.el ("Chinese-EUC-TW"): New.
5529 2003-01-06  John Paul Wallington  <jpw@shootybangbang.com>
5531         * mail/rmail.el (rmail-mmdf-delim1, rmail-mmdf-delim2): Doc fixes.
5533 2003-01-05  Richard M. Stallman  <rms@gnu.org>
5535         * obsolete/uncompress.el: Display message that this pkg is obsolete.
5537         * isearch.el (isearch-repeat): Error if try to repeat search and
5538         there was no previous search.
5540         * dired.el (dired-recursive-deletes): Fix custom type.
5542         * dabbrev.el (dabbrev--substitute-expansion):
5543         Convert all whitespace to single spaces,
5544         except when it's carried over from the existing text.
5546         * simple.el (split-line): Clean up implementation.
5548         * mail/rmail.el (rmail-font-lock-keywords): Discard code to match
5549         both cases.
5550         (rmail-variables): Specify case-insensitive matching for font-lock.
5552 2003-01-05  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
5554         * mail/sendmail.el (mail-font-lock-keywords):
5555         * mail/rmail.el (rmail-font-lock-keywords): Match multiline
5556         In-Reply-To and X-*.
5558 2003-01-05  Mark A. Hershberger  <mah@everybody.org>
5560         * xml.el (xml-substitute-special): Check for &amp last.
5562 2003-01-05  Dave Love  <fx@gnu.org>
5564         * buff-menu.el (Buffer-menu-execute): Fix for effect of header line.
5566 2003-01-05  Dave Love  <fx@gnu.org>
5568         * international/mule-diag.el (non-iso-charset-alist):
5569         Add vietnamese-tcvn.
5571         * international/mule-cmds.el (locale-language-names):
5572         Use Croatian, Swedish.
5574 2003-01-05  Andreas Schwab  <schwab@suse.de>
5576         * buff-menu.el (Buffer-menu-buffer+size): Don't clobber buffer name.
5578 2003-01-05  Dave Love  <fx@gnu.org>
5580         * language/european.el ("Latin-6", "Croatian"): New.
5581         ("Latin-7"): Fix nonascii-translation.  Add input method.
5582         ("Lithuanian", "Latvian"): Add nonascii-translation.
5583         ("German", "Spanish", "Dutch", "Welsh", "Swedish"):
5584         Fix nonascii-translation.
5586         * language/georgian.el ("Georgian"): Fix nonascii-translation.
5588         * international/mule-cmds.el (set-locale-environment):
5589         Ignore empty values of environment variables.
5591         * emacs-lisp/byte-opt.el (byte-optimize-nth)
5592         (byte-optimize-nthcdr): Fix for case of wrong-length forms.
5594 2003-01-04  Nick Roberts  <nick@nick.uklinux.net>
5596         * gdb-ui.el: Acknowledge Tom Lord as author of gdba.el.
5597         Use let construction to bind buffer-read-only to nil.
5598         (gdba): 'set height 0' in GDB.
5599         (gdb-display-end, gdb-frame-handler): Corrections to forming
5600         full expression name for header-line in display frame.
5601         (gdb-info-breakpoints-custom): Highlight breakpoints since
5602         they may be clicked on with mouse-2.
5603         (gdb-quit): Delete frames of displayed expressions when quitting.
5604         (gdb-delete-frames): New function.
5605         (gdb-source-info): Don't create stack buffer automatically.
5607 2003-01-04  Thien-Thi Nguyen  <ttn@gnu.org>
5609         * xml.el (xml-substitute-special): Move "&amp;" -> "&" last.
5611 2003-01-04  Kim F. Storm  <storm@cua.dk>
5613         * simple.el (split-line): If present, copy fill-prefix from
5614         current line to new line.  Don't copy if prefix arg.
5615         From Lisp, arg may be an alternative prefix string to copy.
5616         Inspired by Ehud Karni <ehud@unix.mvs.co.il>.
5618         * mail/sendmail.el (mail-split-line): New function.
5619         (mail-mode-map): Remap split-line to mail-split-line.
5621 2003-01-03  Dave Love  <fx@gnu.org>
5623         * emacs-lisp/find-func.el (find-variable-noselect): Make it work
5624         with new load-history format.
5626         * international/mule-cmds.el (sort-coding-systems):
5627         Adjust priority of utf-16 and x-ctext.
5629         * international/utf-8.el (utf-translate-cjk):
5630         Call optimize-char-coding-system-table.
5632         * international/ucs-tables.el (ucs-unify-8859, ucs-fragment-8859):
5633         Call optimize-char-coding-system-table.
5635         * international/mule.el (register-char-codings): Don't call
5636         optimize-char-coding-system-table here.
5637         (keyboard-coding-system): Doc fix.  Update :version.
5639         * textmodes/nroff-mode.el (nroff-mode-hook): Customize.
5640         (nroff-imenu-expression): New.
5641         (nroff-mode): Use it.
5643         * autoinsert.el (auto-insert-alist): Add man page skeleton.
5645 2003-01-03  Andre Spiegel  <spiegel@gnu.org>
5647         * vc-rcs.el (vc-rcs-revert): Unlock only if the user does have
5648         the lock.
5650 2003-01-03  Kim F. Storm  <storm@cua.dk>
5652         * emulation/cua-base.el (cua--pre-command-handler):
5653         Corrected handling of delete-selection properties.
5655 2003-01-03  John Paul Wallington  <jpw@shootybangbang.com>
5657         * emacs-lisp/eldoc.el (eldoc-get-var-docstring): Only return a
5658         documentation string when `sym' is non-nil.
5660 2003-01-02  Steven Tamm  <steventamm@mac.com>
5662         * scroll-bar.el (toggle-scroll-bar, scroll-bar-mode):
5663         Have scroll bars correctly default to being on the right for Mac
5664         Carbon port by testing "mac-carbon" feature, not window-system.
5666 2003-01-02  Markus Rost  <rost@math.ohio-state.edu>
5668         * cus-edit.el (customize-group, customize-group-other-window):
5669         Call custom-load-symbol unconditionally.
5670         (customize-face, customize-face-other-window): Fix format arg.
5672 2003-01-02  John Paul Wallington  <jpw@shootybangbang.com>
5674         * menu-bar.el (menu-bar-left-scroll-bar): Set `scroll-bar-mode'
5675         to `left'.
5677 2003-01-01  Richard M. Stallman  <rms@gnu.org>
5679         * mail/rmail.el (rmail-reply): Don't call mail-strip-quoted-names.
5681         * files.el (backup-buffer): Cope if file-modes returns nil.
5683 2002-12-30  Steven Tamm  <steventamm@mac.com>
5685         * scroll-bar.el (toggle-scroll-bar, scroll-bar-mode):
5686         Have scroll bars correctly default to being on the right for Mac
5687         Carbon port
5689 2002-12-29  Nick Roberts  <nick@nick.uklinux.net>
5691         * gdb-ui.el (gdb-delete-display): Rename (gdb-delete-expression).
5692         (gdb-goto-bp-this-line): Rename (gdb-goto-breakpoint).
5693         (gdb-toggle-bp-this-line): Rename (gdb-toggle-breakpoint).
5694         (gdb-delete-bp-this-line): Rename (gdb-delete-breakpoint).
5695         (gdb-toggle-disp-this-line): Rename (gdb-toggle-display).
5696         (gdb-delete-disp-this-line): Rename (gdb-delete-display).
5697         (gud-gdba-marker-filter): Remove unnecessary save-match-data.
5698         (gdb-mouse-goto-breakpoint, gdb-frames-select): New functions.
5699         (gdb-frames-mouse-select): Simplify.
5700         Make keybindings (gdb-goto-breakpoint, gdb-frames-select, etc)
5701         consistent with other modes in emacs.
5702         (gdb-display-source-buffer): Return window of source buffer
5703         for (gud-display-line).
5705 2002-12-29  Markus Rost  <rost@math.ohio-state.edu>
5707         * button.el (defface button): Add group.
5709         * cus-edit.el (customize-browse): Call `widget-setup'.
5711 2002-12-29  Andreas Schwab  <schwab@suse.de>
5713         * Makefile.in: Generate cus-load.el and finder-inf.el in the
5714         source directory.  Change dependencies on lisp files to explicitly
5715         use $(lisp).
5716         (compile-calc): Fix command substitution.
5717         * cus-dep.el (generated-custom-dependencies-file): New variable.
5718         (custom-make-dependencies): Use it instead of hardcoding cus-load.el.
5719         * finder.el (generated-finder-keywords-file): New variable.
5720         (finder-compile-keywords): Use it instead of hardcoding finder-inf.el.
5722 2002-12-28  Richard M. Stallman  <rms@gnu.org>
5724         * info-look.el (info-lookup): Fix error message typo.
5726         * comint.el (comint-mode): Locally set scroll-conservatively.
5727         (comint-postoutput-scroll-to-bottom): comint-scroll-show-maximum-output
5728         is active only when point is at end.
5730         * dired.el (dired-goto-file): Handle \ and ^M quoted by backslash.
5731         Fix error message.
5733         * files.el (find-file-noselect-1): Kill local value of `cursor-type'.
5735         * simple.el (repeat-complex-command): Signal real error on failure.
5737 2002-12-28  Andreas Schwab  <schwab@suse.de>
5739         * progmodes/make-mode.el (makefile-font-lock-keywords):
5740         Highlight automatic variable references enclosed in parens and
5741         optionally suffixed by F or D.
5743 2002-12-27  Miles Bader  <miles@gnu.org>
5745         * info.el (Info-complete-menu-item): Make `Info-complete-cache' a
5746         buffer-local variable.
5748 2002-12-26  Markus Rost  <rost@math.ohio-state.edu>
5750         * cus-edit.el (customize-group-other-window): Use pop-to-buffer in
5751         the same way as `custom-buffer-create-other-window'.
5752         (customize-variable-other-window, customize-option-other-window):
5753         Definitions moved up.
5755 2002-12-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
5757         * net/tramp*.el: Sync with upstream version 2.0.28.  Bugfixes.
5758         * net/tramp-ftp.el: Glue code with Ange-FTP, broken out of
5759         tramp.el.  From Michael Albinus.
5760         * net/tramp-smb.el: New file for using smbclient to access
5761         Windows shares with Tramp.  From Michael Albinus.
5763 2002-12-26  Andreas Schwab  <schwab@suse.de>
5765         * international/mule-cmds.el (select-safe-coding-system): Fix typo.
5767 2002-12-26  Andre Spiegel  <spiegel@gnu.org>
5769         * vc.el (vc-next-action-on-file): Use t argument to vc-checkout in
5770         order to get the latest version on the current branch.
5771         Update documentation of vc-BACKEND-checkout to explain this.
5773         * vc-rcs.el (vc-rcs-checkout): Handle t argument for REV.
5774         (vc-rcs-checkin): By default, specify the current workfile
5775         branch as the check-in revision.
5777         * vc-cvs.el (vc-cvs-checkout): Handle t argument for REV.
5779         * vc-sccs.el (vc-sccs-checkout): Likewise.
5781 2002-12-26  Nick Roberts  <nick@nick.uklinux.net>
5783         * gdb-ui.el (gdb-info-display-custom): Ensure that frames/buffers
5784         of displayed expressions are deleted when the displayed expressions
5785         are deleted.
5786         (gdb-delete-disp-this-line, gdb-delete-display): Frame/buffer
5787         deletion is handled by gdb-info-display-custom now.
5788         (gdb-source-info): Undo earlier change (do create display buffer
5789         automatically).
5791 2002-12-25  Markus Rost  <rost@math.ohio-state.edu>
5793         * cus-edit.el (custom-save-faces): Fix typo.
5795 2002-12-23  Francesco Potort\e,Al\e(B  <pot@gnu.org>
5797         * mail/undigest.el (unforward-rmail-message): Do not assume that
5798         the forwarded message's Date: header comes after From:.  Use a
5799         Forwarded-from: rather than a Forwarded-by: header.  Add a
5800         Forwarded-date: header.
5802 2002-12-23  Nick Roberts  <nick@nick.uklinux.net>
5804         * gdb-ui.el (gdb-display-number-end): Make auto-display of
5805         expressions in GDB work on text-only terminals.
5806         (gdb-post-prompt): Compute current frame properly.
5807         (gdb-get-current-frame, gdb-frame-handler): New functions.
5808         (gdb-source-info): Move last statement into if clause.
5809         Tidy, improve documentation.
5811 2002-12-23  Richard M. Stallman  <rms@gnu.org>
5813         * emacs-lisp/checkdoc.el: Don't define a name for the minor mode menu.
5815         * emacs-lisp/easymenu.el (easy-menu-do-define): Handle nil for SYMBOL.
5816         (easy-menu-define): Doc fix, say SYMBOL can be nil.
5818         * window.el (save-selected-window): Save and restore
5819         selected windows of all frames.
5821         * cus-start.el (scroll-up-aggressively, scroll-down-aggressively):
5822         Update custom types.
5824 2002-12-23  Alex Schroeder  <alex@emacswiki.org>
5826         Merging Dave Love <fx@gnu.org>'s custom_themes branch containing
5827         Alex Schroeder's adaptation of Jan Vroonhof
5828         <vroonhof@math.ethz.ch>'s code.  Doc strings corrected by RMS.
5830         * cus-edit.el (customize-save-variable): Take themes into account.
5831         (custom-variable-save): Take themes into account.
5832         (custom-variable-reset-saved): Add comment-widget.
5833         (custom-variable-reset-standard): Add comment-widget.
5834         (custom-variable-reset-standard): Take themes into account.
5835         (custom-face-save): Take themes into account.
5836         (custom-face-reset-standard): Take themes into account.
5837         (custom-save-variables): Take themes into account.
5838         (custom-save-faces): Take themes into account.
5839         (custom-save-resets): New function.
5840         (custom-save-loaded-themes): New function.
5841         (customize-save-customized): Take themes into account.
5843         * cus-face.el (custom-set-faces): Call custom-theme-set-faces.
5844         (custom-theme-set-faces): New function.
5845         (custom-theme-face-value): New function.
5846         (custom-theme-reset-internal-face): New function.
5847         (custom-theme-reset-faces): New function.
5848         (custom-reset-faces): New function.
5850         * custom.el (custom-known-themes): New variable.
5851         (custom-declare-theme): New function.
5852         (deftheme): New macro.
5853         (custom-make-theme-feature): New function.
5854         (custom-theme-p): New function.
5855         (custom-check-theme): New function.
5856         (custom-push-theme): New function.
5857         (custom-theme-set-variables): Take themes into account.
5858         (custom-loaded-themes): New variable.
5859         (custom-theme-loaded-p): New function.
5860         (provide-theme): New function.
5861         (require-theme): New function.
5862         (custom-remove-theme): New function.
5863         (custom-do-theme-reset): New function.
5864         (custom-theme-load-themes): New function.
5865         (custom-load-themes): New function.
5866         (custom-theme-value): New function.
5867         (custom-theme-variable-value): New function.
5868         (custom-theme-reset-internal): New function.
5869         (custom-theme-reset-variables): New function.
5870         (custom-reset-variables): New function.
5872         * cus-theme.el: New file.
5874 2002-12-23  Matthew Swift  <swift@alum.mit.edu>
5876         * emacs-lisp/rx.el (rx-and): Generate a shy group.
5877         Specify `no-group' when calling rx-to-string.
5878         (rx-submatch): Specify `no-group' when calling rx-to-string.
5879         (rx-kleene): Use rx-atomic-p to decide whether to make a group.
5880         (rx-atomic-p): New function.
5882 2002-12-23  Kevin Ryde  <user42@zip.com.au>
5884         * info-look.el (info-lookup): For ease of use try item
5885         case-insensitive if not found case-sensitive.
5886         Do case sensitive search in index nodes, so items differing only in
5887         case go correctly to their respective nodes.
5889 2002-12-22  Richard M. Stallman  <rms@gnu.org>
5891         * subr.el (add-to-invisibility-spec): If it was t, start it out at (t).
5893         * textmodes/texinfmt.el (tex-start-of-header, tex-end-of-header):
5894         Add defvars.
5896         * textmodes/tex-mode.el (tex-print): Call shell-quote-argument
5897         on the file name.
5899         * textmodes/outline.el (outline-next-visible-heading):
5900         When going forward, test outline-invisible-p at start of header.
5902 2002-12-22  Kevin Ryde  <user42@zip.com.au>
5904         * textmodes/makeinfo.el (makeinfo-buffer): Display result using
5905         Info-mode.
5906         (makeinfo-compilation-sentinel-buffer, makeinfo-current-node):
5907         New functions.
5908         (makeinfo-compile): Add a sentinel parameter.
5909         (makeinfo-compilation-sentinel-region): Renamed from
5910         makeinfo-compilation-sentinel, and makeinfo-temp-file now never nil.
5911         (makeinfo-region): Use this.
5912         * info.el (Info-revert-find-node): New function.
5914 2002-12-22  Nick Roberts  <nick@nick.uklinux.net>
5916         * tooltip.el (tooltip-gud-tips): Output tooltip without switching
5917         process filter (gdba in gdb-ui.el only).
5918         (gdb-tooltip-print): New function.
5919         (tooltip-gud-process-output): Undo previous change.
5920         (tooltip-strip-annotations): Remove.
5922 2002-12-22  Zoltan Kemenczy  <zoltan@ieee.org>
5924         * gud.el (gud-menu-map): Add jdb support for "run".
5925         (gud-jdb-find-source-using-classpath): Use 'identity.
5926         (gud-jdb-marker-filter): Marker regexp and filename filtering
5927         change to support a backwards-incompatible change in Sun's jdb
5928         line number display in SDK versions 1.4.
5929         (gud-format-command): gud-find-class now requires two
5930         parameters (file and linenumber).
5931         (gud-find-class): Bulk of the change related to using c-syntactic
5932         symbols to locate nested class declarations in java sources
5933         visited by java-mode (cc-mode).
5935 2002-12-21  Nick Roberts  <nick@nick.uklinux.net>
5937         * gdb-ui.el: Remove the concept of an instance. This means that
5938         a lot of functions have been renamed. Accessors are prefixed with
5939         gdb-get, setters with gdb-set and the word instance has been
5940         removed from many function and variable names.
5941         (gdb-display-buffer): Protect source buffer as well
5942         as GUD buffer when requesting new buffers.
5943         (gdb-source-info): Two changes : Don't create display buffer
5944         automatically, compute source window correctly.
5946 2002-12-21  Richard M. Stallman  <rms@gnu.org>
5948         * man.el (Man-getpage-in-background): Put GROFF_NO_SGR in env.
5950         * ls-lisp.el (original-insert-directory): Make this a variable,
5951         don't set its function definition.
5952         (insert-directory): Use funcall to call that function.
5954         * bindings.el (help-echo): Change tooltip string.
5956         * chistory.el (command-history-map): Move definition up.
5958         * faces.el (help-xref-stack): Add defvar to avoid warning.
5960 2002-12-21  Andreas Schwab  <schwab@suse.de>
5962         * dired.el (dired-insert-directory): Preserve text properties
5963         when quoting.
5965 2002-12-20  Francesco Potort\e,Al\e(B  <pot@gnu.org>
5967         * mail/undigest.el (rmail-mail-separator): Renamed from
5968         rmail-digest-mail-separator.  All users changed.
5969         (unforward-rmail-message): Rewritten to be more robust and to
5970         additionally account for the common style of forwarding messages
5971         by citing them entirely with headers.
5973 2002-12-18  Dave Love  <fx@gnu.org>
5975         * international/utf-8-subst.el: Deleted.
5977         * international/ucs-tables.el (ucs-fragment-8859): Don't modify
5978         char-coding-system-table elements destructively.
5979         Use optimize-char-coding-system-table.
5981         * international/mule.el (optimize-char-coding-system-table): New.
5982         (register-char-codings): Use it.
5984         * international/utf-8.el (ucs-mule-cjk-to-unicode)
5985         (ucs-unicode-to-mule-cjk): Revert last change.
5986         (utf-subst-table-for-encode): Initially use ucs-mule-cjk-to-unicode.
5987         (utf-subst-table-for-decode): Initially use ucs-unicode-to-mule-cjk.
5988         (utf-fragment-on-decoding, utf-translate-cjk): Don't modify
5989         char-coding-system-table elements destructively.
5990         (utf-translate-cjk): Set ucs-mule-cjk-to-unicode,
5991         ucs-unicode-to-mule-cjk to new hash tables with realistic parameters.
5993 2002-12-18  John Paul Wallington  <jpw@shootybangbang.com>
5995         * info.el (Info-dir-remove-duplicates): Avoid infloop when
5996         deleting last entry.
5998 2002-12-17  Nick Roberts  <nick@nick.uklinux.net>
6000         * gdb-ui.el (gdba-marker-filter, gdb-output-burst): Merge and
6001         rename gud-gdba-marker-filter.
6002         (gdb-append-to-inferior-io): Only pop up IO buffer if there is output.
6003         (gdb-make-instance): Remove (put into gdba).
6004         Use gdb-instance-enqueue-input instead of
6005         gdb-instance-enqueue-idle-input for user functions.
6006         (gdb-instance-target-string): Simplify.
6007         (in-gdb-instance-context): Remove.
6008         Expand Commentary.
6010 2002-12-17  Kenichi Handa  <handa@m17n.org>
6012         * international/mule.el (set-file-name-coding-system): New function.
6014         * international/mule-cmds.el (mule-keymap, set-coding-system-map):
6015         Add bindings for set-file-name-coding-system.
6017 2002-12-17  Kenichi Handa  <handa@m17n.org>
6019         * international/mule-cmds.el (universal-coding-system-argument):
6020         Bind coding-system-require-warning to t.
6021         (select-safe-coding-system): Handle t in the arg
6022         DEFAULT-CODING-SYSTEM specially.  Use read-coding-system to read a
6023         coding-system to allow users to specify unsafe coding system on
6024         their risk.
6026 2002-12-16  Francesco Potort\e,Al\e(B  <pot@gnu.org>
6028         * mail/undigest.el (rmail-digest-methods)
6029         (rmail-digest-mail-separator): New variables.
6030         (rmail-digest-parse-mime, rmail-digest-parse-rfc1153strict)
6031         (rmail-digest-parse-rfc1153sloppy, rmail-digest-rfc1153)
6032         (rmail-digest-parse-rfc934): New functions.
6033         (undigestify-rmail-message): Completely rewritten.
6035 2002-12-16  Kim F. Storm  <storm@cua.dk>
6037         * ido.el (ido-read-file-name): Remove debug message.
6039 2002-12-16  Daniel Pfeiffer  <occitan@esperanto.org>
6041         * buff-menu.el (Buffer-menu, Buffer-menu-use-header-line)
6042         (Buffer-menu-buffer-face, Buffer-menu-buffer+size-width)
6043         (Buffer-menu-mode-width): New customization.
6044         (Buffer-menu-sort-column): New var.
6045         (Buffer-menu-no-header): New function for not changing header line and
6046         recognizing swapped M&R columns, used by modifying commands in Buffer
6047         Menu.
6048         (Buffer-menu-buffer+size): New function for variable width buffer name.
6049         (list-buffers-noselect): Rewritten for nicer menu.
6051 2002-12-16  Markus Rost  <rost@math.ohio-state.edu>
6053         * filesets.el (filesets-build-menu-now): Don't clear messages.
6055         * allout.el: Avoid name conflicts with outline.el.
6056         Replace globally string "outline-" with string "allout-".
6057         Replaced 1446 occurrences; there was no string "allout-" before the
6058         change and there seems to be no dependency on outline.el.
6059         Put `quotes' around many function and variable names.
6060         Doc changes to adjust to the change to prefix "allout-".
6061         Don't provide `outline'.  Use " Allout" as mode line string,
6062         not " Outl".  Put group `allout' in group `editing'.
6063         Update Copyright notice.  Autoload `allout-init'.
6064         (allout-init): Give report also in case auto-activation was inhibited.
6065         (my-mark-marker): Test for feature `xemacs' instead of a string parse.
6067 2002-12-16  Stefan Monnier  <monnier@cs.yale.edu>
6069         * xml.el (xml-parse-tag): Allow spaces between / and >.
6071 2002-12-15  David Kastrup  <David.Kastrup@t-online.de>
6073         * emacs-lisp/autoload.el (autoload-ensure-default-file):
6074         Insert missing space in file end comment.
6076 2002-12-15  Simon Josefsson  <jas@extundo.com>
6078         * mail/smtpmail.el (smtpmail-via-smtp): Fall back to
6079         user-mail-address as sender.
6081 2002-12-15  Dave Love  <fx@gnu.org>
6083         * international/mule-cmds.el (standard-keyboard-coding-systems):
6084         Delete.
6085         (set-locale-environment): Don't use it.
6087         * international/utf-8.el (ucs-mule-cjk-to-unicode)
6088         (utf-subst-table-for-encode, ucs-unicode-to-mule-cjk)
6089         (utf-subst-table-for-decode): Specify :size, :rehash-size.
6090         (utf-translate-cjk): :set rewritten to load subst-... files.
6091         Add :set-after.
6092         (ccl-decode-mule-utf-8): Consider CJK translation for r3<#x3400.
6094 2002-12-15  Gustav H\e,Ae\e(Bllberg  <gustav@virtutech.se>  (tiny change)
6096         * progmodes/compile.el (compile-reinitialize-errors): Don't mark the
6097         buffer as modified unless it really is.
6099 2002-12-14  Andreas Schwab  <schwab@suse.de>
6101         * wid-edit.el (widget-move): Don't loop infinitely when there is
6102         no field or button.
6104 2002-12-13  Stefan Monnier  <monnier@cs.yale.edu>
6106         * uniquify.el (uniquify-rationalize-file-buffer-names, rename-buffer)
6107         (uniquify-delay-rationalize-file-buffer-names, kill-buffer-hook):
6108         Undo 2002/09/27 change because kill-buffer-hook is not
6109         permanent-local.
6111         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
6112         Optimize the remaining part of for-effect and/or expressions.
6114 2002-12-13  Markus Rost  <rost@math.ohio-state.edu>
6116         * emacs-lisp/easy-mmode.el (define-minor-mode):
6117         Use `custom-current-group'. Pass all groups to the hook.
6118         (easy-mmode-define-global-mode): Use `custom-current-group'.
6120         * international/mule-cmds.el (current-language-environment):
6121         Set type according to `language-info-alist' also here.
6123         * progmodes/compile.el (compilation-menu-map):
6124         Use `kill-compilation' to stop compilation.
6126 2002-12-13  Kenichi Handa  <handa@m17n.org>
6128         * language/european.el (encode-mac-roman): Fix last change.
6130         * language/cyrillic.el (ccl-encode-koi8, ccl-encode-koi8-u)
6131         (ccl-encode-alternativnyj): Fix last change.
6133 2002-12-13  Nick Roberts  <nick@nick.uklinux.net>
6135         * gdb-ui.el: Improve documentation strings.
6136         (gdb-many-windows): Set default value to nil.
6138 2002-12-12  Dave Love  <fx@gnu.org>
6140         * international/subst-big5.el, international/subst-gb2312.el:
6141         * international/subst-jis.el, international/subst-ksc.el: New.
6143         * custom.el (defcustom, custom-set-variables): Doc fix.
6145         * emacs-lisp/bytecomp.el (byte-compile-if): Suppress warnings from
6146         things protected by `(if (fboundp ...' or `(if (boundp ...'.
6148         * emacs-lisp/byte-opt.el (byte-optimize-featurep): New.
6150 2002-12-12  Glenn Morris  <gmorris@ast.cam.ac.uk>
6152         * progmodes/fortran.el (fortran-mode-abbrev-table):
6153         Handle `define-abbrev' with either 5 or 6 arguments.
6155 2002-12-12  Markus Rost  <rost@math.ohio-state.edu>
6157         * international/mule-cmds.el (set-language-info):
6158         Update custom-type of `current-language-environment'.
6159         (current-language-environment): Fix custom type.
6161 2002-12-11  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
6163         * progmodes/antlr-mode.el (antlr): New URL.
6165 2002-12-10  R. Bernstein  <rocky@panix.com>
6167         * gud.el (bashdb): Prompt now included parenthesis for subshell levels.
6168         Fix erroneous print expression command, and fix typos.
6169         (perldb): Undo previous change in prompt regexp.
6171 2002-12-10  Steven Tamm  <steventamm@mac.com>
6173         * generic-x.el (javascript-generic-mode): Added C style block
6174         comments as used in ECMA-262 standard.
6176 2002-12-10  Kenichi Handa  <handa@m17n.org>
6178         * language/european.el ("Swedish"): Change tutorial file name to
6179         TUTORIAL.sv in this langauge environment..
6181 2002-12-09  John Paul Wallington  <jpw@shootybangbang.com>
6183         * ibuffer.el (ibuffer-mode): If `show-paren-mode' is enabled,
6184         disable it buffer-locally.
6185         (ibuffer-mouse-popup-menu): Use `=' instead of `eq' to compare
6186         `eventpt' and point.
6188         * ibuf-ext.el (ibuffer-remove-duplicates): New function.
6189         (ibuffer-set-filter-groups-by-mode): Use it instead of
6190         `delete-duplicates' so we don't require cl library at runtime.
6191         (ibuffer-insert-filter-group-before): Don't use `position' so we
6192         don't require cl library at runtime.
6194         * chistory.el (command-history-mode): Add interactive spec.
6195         Improve doc string.
6197 2002-12-09  Richard M. Stallman  <rms@gnu.org>
6199         * isearch.el (isearch-no-upper-case-p): \\ only quotes one character.
6201 2002-12-09  Markus Rost  <rost@math.ohio-state.edu>
6203         * mwheel.el (mouse-wheel-scroll-amount): Revert previous change -
6204         customize type 'float is now defined.
6206 2002-12-09  Dave Love  <fx@gnu.org>
6208         * international/code-pages.el (mik, pt154): New coding systems.
6210         * international/ucs-tables.el: Fix properly.
6212 2002-12-09  Andreas Schwab  <schwab@suse.de>
6214         * international/ucs-tables.el: Fix last change.
6216 2002-12-09  Kenichi Handa  <handa@m17n.org>
6218         * international/titdic-cnv.el (titdic-convert): Process the
6219         header part in multibyte mode.
6221 2002-12-08  Dave Love  <fx@gnu.org>
6223         * international/code-pages.el (mule-diag): Move where it's required.
6225         * international/ucs-tables.el: Add latin-jisx0201 characters.
6226         Fix translation-table-for-input for lao, thai, tibetan.
6228 2002-12-08  Andreas Schwab  <schwab@suse.de>
6230         * files.el (insert-directory): Insert free space only when
6231         listing a full directory.
6233 2002-12-08  Nick Roberts  <nick@nick.uklinux.net>
6235         * gdb-ui.el : Remove inappropriate key-bindings.
6236         (gdb-info-breakpoints-custom, gdb-goto-bp-this-line):
6237         Parse correctly when breakpoint has no line number.
6238         (def-gdb-auto-update-handler, gdb-info-locals-handler),
6239         (gdb-display-end): Avoid using insert-buffer.
6240         (gdb-frames-select-by-mouse): Rename gdb-frames-mouse-select.
6242 2002-12-07  Richard M. Stallman  <rms@gnu.org>
6244         * progmodes/compile.el (compilation-enter-directory-regexp-alist)
6245         (compilation-leave-directory-regexp-alist): Match byte compiler output.
6247         * emacs-lisp/cl-macs.el: Add local variable list
6248         to turn off cl-function warnings.
6250         * emacs-lisp/bytecomp.el (byte-compile-eval): Handle (t . SYMBOL)
6251         elements in load-history.
6252         (byte-compile-cl-warn): No cl warnings for cl-defsubst-expand
6253         and cl-struct-setf-expander.
6255         * emacs-lisp/autoload.el (autoload-print-form-outbuf):
6256         New variable.
6257         (autoload-print-form): Use autoload-print-form-outbuf.
6258         (generate-file-autoloads): Bind autoload-print-form-outbuf.
6260         * calendar/calendar.el (calendar-day-name): Move defn down.
6262         * speedbar.el (speedbar-directory-buttons-follow):
6263         Don't use directory-sep-char.
6265 2002-12-06  Masatake YAMATO  <jet@gyve.org>  (tiny change)
6267         * register.el (describe-register-1): Use window-width
6268         to truncate string in a register.  Check whether the string
6269         in a register is an empty string or a sequence of white spaces.
6271 2002-12-07  Andreas Schwab  <schwab@suse.de>
6273         * faces.el (face-font-selection-order)
6274         (face-font-family-alternatives, face-font-registry-alternatives):
6275         Remove period from :tag value.
6277         * cus-edit.el (custom-face-edit-fix-value): Change :reverse-video
6278         to :inverse-video.
6280 2002-12-07  Markus Rost  <rost@math.ohio-state.edu>
6282         * wid-edit.el (define-widget number): Clarify doc and error message.
6283         (define-widget float): New widget.
6285 2002-12-07  Andreas Schwab  <schwab@suse.de>
6287         * eshell/em-ls.el (eshell-ls-product-regexp): Fix typo.
6289         * files.el (find-file-read-args): Reenable wildcard processing
6290         unconditionally.
6292 2002-12-06  Robert J. Chassell  <bob@rattlesnake.com>
6294         * textmodes/texinfmt.el (texinfo-format-scan): Handle new
6295         functions for copyright notice and copying permissions.
6296         (texinfo-copying, texinfo-insertcopying): New functions.
6298 2002-12-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6300         * textmodes/texinfmt.el (texinfo-format-ifxml)
6301         (texinfo-format-xml): New function.
6302         (ifxml, ifnotxml): New aliases.
6304 2002-12-06  Dave Love  <fx@gnu.org>
6306         * international/utf-8-subst.el: Revert last change.
6308 2002-12-06  Miles Bader  <miles@gnu.org>
6310         * info.el (Info-insert-dir): Make dir-node-cache variables
6311         buffer-local, so that killing the *info* buffer forces the
6312         dir-node to be rebuilt.
6314 2002-12-06  Markus Rost  <rost@math.ohio-state.edu>
6316         * finder.el (finder-compile-keywords): Don't insert a keyword to
6317         the generated file.
6319 2002-12-05  Andreas Schwab  <schwab@suse.de>
6321         * speedbar.el (speedbar-highlight-face): Fix face spec.
6323 2002-12-05  Stefan Monnier  <monnier@cs.yale.edu>
6325         * gdb-ui.el: Replace uses of (gdb-get-instance-buffer 'gdba) and
6326         gdb-proc with gud-comint-buffer instead.
6327         (gdb-proc): Remove.
6328         (def-gdb-var): Simplify.
6329         (gdb-get-create-instance-buffer): Avoid make-variable-buffer-local.
6330         Set gud-comint-buffer as well as gud-minor-mode and tool-bar-map.
6331         (gdb-goto-bp-this-line): Select the window while doing the goto-line.
6332         (gdb-info-locals-handler): Avoid replace-regexp.
6334         * calendar/calendar.el (facemenu-unlisted-faces): Only update
6335         after facemenu is loaded.
6336         (calendar-font-lock-keywords): Accept non-ASCII month names.
6337         Use regexp-opt.
6339         * gdb-ui.el (gud-gdb-complete-string, gud-gdb-complete-break)
6340         (gud-gdb-complete-list, gud-gdb-complete-in-progress): Remove.
6341         (gdba): Call `gdb' and then make modifications.
6342         Always call gdb-clear-inferior-io rather than just "the first time".
6343         (gud-break, gud-remove): Definitions moved to inside gdba.
6344         (gdb-target-name): Remove.  Use gud-target-name instead.
6345         (gdba-complete-filter, gdba-common-init): Remove.
6346         The changes were integrated into the generic code.
6348         * gud.el: Use match-string.
6349         (gud-menu-map): Re-fix gdb-running to gud-running.
6350         Activate up/down and finish for pdb.
6351         (gud-def): Use backquotes.
6352         (gdb, sdb, dbx, xdb, pdb, jdb, bashdb): Remove redundant menu bindings.
6353         (gud-gdb-complete-in-progress, gud-gdb-complete-string)
6354         (gud-gdb-complete-break, gud-gdb-complete-list):
6355         Rename to gud-gdb-fetch-lines-in-progress, gud-gdb-fetch-lines-string,
6356         gud-gdb-fetch-lines-break and gud-gdb-fetched-lines.
6357         (gud-gdb-fetch-lines-filter): Rename from gud-gdb-complete-filter.
6358         Add a `filter' argument and run it on `string'.
6359         (gud-gdb-run-command-fetch-lines): Use it instead of
6360         gud-gdb-speedbar-stack-filter.  Add a `skip' arg.
6361         Return the fetched lines.
6362         (gud-gdb-complete-command): Use it instead of cooking up
6363         something by hand using gud-gdb-complete-filter.
6364         (gud-gdb-get-stackframe): Use the new calling convention of
6365         gud-gdb-run-command-fetch-lines.
6366         (gud-gdb-fetched-stack-frame-list): Remove.
6367         (gud-gdb-speedbar-stack-filter): Remove.
6368         (gud-jdb-marker-filter): Change RE for easier extraction of submatches.
6369         (gud-bashdb-command-name): Add "--debugger" argument here.
6370         (bashdb): Use default gud-find-file and don't bother with
6371         a massage-args function now that --debugger is make explicit.
6372         (gud-bashdb-massage-args, gud-bashdb-find-file): Remove.
6373         (bashdb): Don't provide.
6374         (gud-target-name): New var.
6375         (gud-common-init): Set it.
6376         Also reset gud-running and gud-last-last-frame.
6378 2002-12-05  Dave Love  <fx@gnu.org>
6380         * international/utf-8-subst.el: Update safe-chars of mule-utf-8,
6381         mule-utf-16-le, mule-utf-16-be.
6383 2002-12-05  Richard M. Stallman  <rms@gnu.org>
6385         * textmodes/outline.el (outline-mode): Doc fix.
6387 2002-12-05  Edward M. Reingold  <reingold@emr.cs.iit.edu>
6389         * calendar/solar.el (solar-atn2): Give correct quadrant for arctan.
6391 2002-12-05  Kenichi Handa  <handa@m17n.org>
6393         * international/titdic-cnv.el (quail-misc-package-ext-info):
6394         Remove duplicate entry for chinese-b5-quick.
6395         (batch-miscdic-convert): Don't try to call miscdic-convert on
6396         files in the directory just following the arg "-dir".
6398 2002-12-04  Stefan Monnier  <monnier@cs.yale.edu>
6400         * gdb-ui.el: Fold top-level `setq's and `define-key's into their
6401         corresponding defvar.
6402         (gdb-inferior-io-mode-map): New var.
6403         Add bindings to it rather than to comint-mode-map.
6404         (gdb-display-number-end): Use dolist.  Remove always-true test.
6405         (gdb-delete-line): Move and simplify.
6406         (gdb-display-end): Don't bother going to beg-of-line since we're there.
6407         (gdb-array-format1): Use dolist.
6408         (gdb-make-windows-menu, gdb-make-frames-menu):
6409         Move to top-level code.  Move the menus to within the GUD menu.
6410         Make the menus only appear in gdba mode.
6412         * gdb-ui.el (gdb-inferior-io-mode-map): Remove (unused).
6413         (gdb-inferior-io-mode): Use define-minor-mode.
6414         (gdb-source-info): Don't burp if there's no source file.
6415         (gdb-inferior-io-interrupt, gdb-inferior-io-quit)
6416         (gdb-inferior-io-stop, gdb-inferior-io-eof)
6417         (gdb-display-breakpoints-buffer, gdb-frame-breakpoints-buffer)
6418         (gdb-display-stack-buffer, gdb-frame-stack-buffer)
6419         (gdb-display-registers-buffer, gdb-frame-registers-buffer)
6420         (gdb-display-locals-buffer, gdb-frame-locals-buffer)
6421         (gdb-display-display-buffer, gdb-frame-display-buffer)
6422         (gdb-display-gdb-buffer, gdb-frame-gdb-buffer)
6423         (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
6424         Remove the spurious left over arg from the "big reorg".
6426 2002-12-04  Richard M. Stallman  <rms@gnu.org>
6428         * gud.el (gud-menu-map): Update for bashdb.
6429         (perldb): Change prompt regexp.
6430         (gud-bashdb-history, gud-bashdb-massage-args, gud-bashdb-marker-filter)
6431         (gud-bashdb-find-file, gud-bashdb-command-name, bashdb): New.
6433         * progmodes/cc-vars.el: Simply require wid-edit and custom
6434         in eval-when-compile.
6436         * progmodes/cc-menus.el: Don't require imenu.
6438         * progmodes/cc-langs.el: Don't require cl.
6439         (c-delete-duplicates): New function.  Use instead of delete-duplicates.
6441         * progmodes/cc-bytecomp.el (cc-bytecomp-obsolete-var):
6442         Add an else-clause to the if to avoid confused compiler warning.
6444         * tooltip.el (tooltip-gud-tips-p): Undo previous change.
6446 2002-12-03  Stefan Monnier  <monnier@cs.yale.edu>
6448         * gdb-ui.el: Get rid of (quote ..); use match-string and ignore.
6450         * gdb-ui.el (gdba, gdb-starting, gdb-stopped, gdb-quit):
6451         Update gdb-running -> gud-running.
6452         (gdba): Use the default for gud-find-file.
6453         (def-gdb-variable): Remove: fold into def-gdb-var.
6454         (def-gdb-var): Use buffer-local-value and with-current-buffer.
6456         * gud.el (gud-running): Rename from gdb-running.  Update uses.
6457         (gud-tool-bar-map): Use tool-bar-local-item-from-menu rather than
6458         tool-bar-add-item-from-menu to avoid let binding tool-bar-map
6459         which fails if tool-bar.el is loaded in the mean time.
6460         (gud-file-name): New fun.
6461         (gud-find-file): Use it as default value for gud-find-file.
6462         (gud-speedbar-buttons): Discriminate on gud-minor-mode rather than
6463         on gud-find-file.
6464         (gud-gdb-find-file, gud-dbx-file-name, gud-dbx-find-file)
6465         (gud-xdb-file-name, gud-xdb-find-file, gud-perldb-find-file)
6466         (gud-pdb-find-file, gud-jdb-find-file): Remove.
6467         (gud-query-cmdline): Don't stuff the whole cwd in the command.
6468         (gdb, dbx, xdb, perldb, pdb, jdb): Use the default for gud-find-file.
6469         (gud-mipsdbx-massage-args): Remove.
6470         (gud-dbx-command-name): New var.  Do what gud-mipsdbx-massage-args did.
6471         (gud-irixdbx-marker-filter): Use match-string and gud-file-name.
6472         (gud-jdb-command-name): New var.
6473         (gud-common-init): Re-instate RMS code of 11/13.
6475 2002-12-03  Dave Love  <fx@gnu.org>
6477         * international/ucs-tables.el (ucs-unify-8859, ucs-unify-8859)
6478         (ucs-fragment-8859): Don't use set-buffer-major-mode-hook.
6479         (ucs-set-table-for-input): Use optional arg.  Check for null `cs'.
6481 2002-12-03  Andreas Schwab  <schwab@suse.de>
6483         * cus-edit.el (custom-display): Add checkbox for type mac.
6485         * whitespace.el (whitespace-highlight-face): Fix face spec.
6487 2002-12-02  Stefan Monnier  <monnier@cs.yale.edu>
6489         * simple.el (completion-setup-function): Fix last change to use
6490         minibuffer-completing-file-name instead.
6492         * add-log.el (change-log-mode): Set indent-line-function explicitly
6493         to what it was before indent-line-function's default was changed.
6495 2002-12-02  Richard M. Stallman  <rms@gnu.org>
6497         * textmodes/ispell.el (ispell-dict-map): Move specific
6498         dictionary selection into a submenu.
6500         * textmodes/fill.el (fill-indent-to-left-margin): New function.
6501         (fill-newline, fill-region-as-paragraph): Use that.
6503         * simple.el (completion-setup-function):
6504         Handle ffap-read-file-or-url-internal specially like
6505         read-file-name-internal.
6507 2002-12-02  Simon Marshall  <marshals@perth>
6509         * font-lock.el (c++-font-lock-extra-types): Fix previous change.
6511 2002-12-02  Fran\e,Ag\e(Bois Pinard  <pinard@iro.umontreal.ca>
6513         * progmodes/make-mode.el (makefile-font-lock-keywords): Highlight
6514         more make keywords:  defined, endef, override, export, unexport
6515         and vpath.
6517 2002-12-02  Dave Love  <fx@gnu.org>
6519         * autoarg.el (autoarg-kp-mode): Give it a :group.
6521 2002-12-02  Noah Friedman  <friedman@splode.com>
6523         * complete.el (PC-do-completion): Do not add wildcards to pattern
6524         unless filename is non-nil.
6526 2002-12-02  Andreas Schwab  <schwab@suse.de>
6528         * mwheel.el (mouse-wheel-scroll-amount): Fix customize type.
6530         * paren.el (show-paren-mismatch-face): Fix face spec.
6532 2002-11-30  Nick Roberts  <nick@nick.uklinux.net>
6534         * gdb-ui.el (gdb-many-windows): Define as a minor mode.
6535         (toggle-gdb-windows): Remove. (Patch from Stefan Monnier)
6537         * tooltip.el (tooltip-gud-process-output): Handle annotations that
6538         are output with gdba in gdb-ui.el.
6539         (tooltip-strip-annotations): New function.
6541 2002-11-29  Dave Love  <fx@gnu.org>
6543         * autoarg.el (autoarg-mode): Give it a :group.
6545 2002-11-29  Bill Wohler  <wohler@newt.com>
6547         * mail/mh-comp.el, mail/mh-e.el, mail/mh-funcs.el,
6548         mail/mh-mime.el, mail/mh-pick.el, mail/mh-seq.el,
6549         mail/mh-utils.el, mail/mh-xemacs-compat.el: Upgraded to MH-E
6550         version 7.0.
6552         * mail/mh-index.el, mail/mh-speed.el: New files for indexed
6553         searches and speedbar support in MH-E version 7.0.
6555         * toolbar/reply-all.pbm, toolbar/reply-all.xpm,
6556         toolbar/reply-from.pbm, toolbar/reply-from.xpm,
6557         toolbar/reply-to.pbm, toolbar/reply-to.xpm: New toolbar images for
6558         MH-E version 7.0.
6560 2002-11-29  Markus Rost  <rost@math.ohio-state.edu>
6562         * mwheel.el (mouse-wheel-inhibit-click-time): Fix custom type.
6564 2002-11-29  Richard M. Stallman  <rms@gnu.org>
6566         * mail/rmail.el (rmail-convert-to-babyl-format):
6567         Make search for message delimiter case-sensitive.
6569         * simple.el (yank-window-start): New variable.
6570         (yank): Record yank-window-start
6571         (yank-pop): Use yank-window-start.
6573         * info.el (Info-additional-directory-list): Doc fix.
6575         * indent.el (indent-according-to-mode, indent-region): Doc fix.
6577         * tooltip.el (tooltip-gud-tips-p): Doc fix.
6579         * eshell/em-script.el: Require eshell.
6581         * eshell/esh-ext.el, eshell/em-cmpl.el: Require esh-util.
6583 2002-11-29  Kim F. Storm  <storm@cua.dk>
6585         * mwheel.el: Avoid accidental yanking of text while scrolling with
6586         the mouse wheel.  This adds a short period after each mouse wheel
6587         scroll event where a click on the mouse wheel button is ignored.
6588         (mouse-wheel-click-event, mouse-wheel-inhibit-click-time): New customs.
6589         (mouse-wheel-click-button, mwheel-inhibit-click-event-timer): New vars.
6590         (mwheel-inhibit-click-timeout,mwheel-filter-click-events): New defuns.
6591         (mwheel-scroll): Add mwheel-filter-click-events as pre-command-hook.
6592         Start mwheel-inhibit-click-event-timer with timeout handler
6593         mwheel-inhibit-click-timeout.
6595 2002-11-28  Nick Roberts  <nick@nick.uklinux.net>
6597         * tooltip.el (tooltip-gud-tips-setup): Remove.
6598         (tooltip-gud-debugger): Remove.
6599         (tooltip-gud-print-command): Use gud-minor mode instead of
6600         tooltip-gud-tips-setup and tooltip-gud-debugger.
6602         * gdb-ui.el (gdb-starting): Set gdb-running to t.
6603         (gdb-stopped): Set gdb-running to nil.
6604         (gdb-quit): Reset some variables including tool-bar-map.
6606         * gud.el (gdb-running): New variable.
6607         (gud-menu-map): Use gdb-running to grey out toolbar buttons
6608         with gdba in gdb-ui.el.
6609         (gud-tool-bar-map): Move to avoid byte compiler warning.
6611 2002-11-27  Jason Rumney  <jasonr@gnu.org>
6613         * files.el (file-truename): Canonicalize non-existent names on w32.
6615 2002-11-28  Kim F. Storm  <storm@cua.dk>
6617         * ido.el (ido-xemacs): Remove defvar.  All uses changed to
6618         check (featurep 'xemacs) instead.
6619         (ido-visit-buffer): Use select-frame-set-input-focus unconditionally.
6621 2002-11-27  Dave Love  <fx@gnu.org>
6623         * emacs-lisp/cl-macs.el: Move `predicates for analyzing Lisp
6624         forms' block to top (before uses).
6625         (help-fns): Don't require at top level.  (Recursively.)
6626         (cl-transform-lambda): Require help-fns.
6628 2002-11-26  Dave Love  <fx@gnu.org>
6630         * language/european.el (encode-mac-roman): Deal with unencodable
6631         characters.
6633         * language/cyrillic.el (ccl-encode-koi8, ccl-encode-koi8-u)
6634         (ccl-encode-alternativnyj): Deal with unencodable characters.
6636         * international/code-pages.el (cp-make-coding-system): Deal with
6637         unencodable characters.
6639 2002-11-24  Richard M. Stallman  <rms@gnu.org>
6641         * mail/sendmail.el (mail-signature): Handle case where
6642         value of mail-signature is a string.
6644         * menu-bar.el (menu-bar-describe-menu): Add "What's This?" item.
6646         * faces.el (face-set-after-frame-default): Ignore errors
6647         in face-spec-face-set.
6649         * cus-face.el (custom-declare-face): Add face-defface-spec
6650         prop after applying the face spec.
6652 2002-11-23  Nick Roberts  <nick@nick.uklinux.net>
6654         * tooltip.el (tooltip-gud-print-command): Add server prefix to the
6655         print command for gdb to keep it out of the command history.
6657         * gdb-ui.el: Major re-organisation. Simplify legacy gdba
6658         code to allow only one gdb process.
6660 2002-11-23  Markus Rost  <rost@math.ohio-state.edu>
6662         * scroll-all.el (scroll-all-mode): Move arg LIGHTER to the right
6663         place.  Add groups.
6665 2002-11-22  Simon Marshall  <marshals@perth>
6667         * font-lock.el (c++-font-lock-extra-types): Add various STL classes.
6669 2002-11-21  Nick Roberts  <nick@nick.uklinux.net>
6671         * gdb-ui.el : General tidying. Patches from Stefan Monnier.
6673 2002-11-20  Simon Josefsson  <jas@extundo.com>
6675         * play/morse.el (morse-code): Add non-ASCII characters, according
6676         to table at http://www.soton.ac.uk/~scp93ch/morse/.
6678 2002-11-21  Richard M. Stallman  <rms@gnu.org>
6680         * dired.el (dired-sort-inhibit): New variable.
6681         (dired-sort-toggle-or-edit): Err if dired-sort-inhibit non-nil.
6683         * find-dired.el (find-dired): Set dired-sort-inhibit to t
6684         buffer-locally.
6686 2002-11-21  Eugene Exarevsky  <zheka@relex.ru>
6688         * progmodes/sql.el: Added LINTER support.
6689         (sql-linter-program): New variable.
6690         (sql-linter-options): New variable.
6691         (sql-mode-menu): Added Linter keywords.
6692         (sql-mode-linter-font-lock-keywords): New variable.
6693         (sql-highlight-linter-keywords): New function.
6694         (sql-linter): New function.
6695         (sql-ms-options): New variable.
6696         (sql-ms): Use it.
6698 2002-11-21  John Paul Wallington  <jpw@shootybangbang.com>
6700         * ibuffer.el (ibuffer-formats): Change default value; bump width
6701         of size column in first format to 7.
6703 2002-11-20  Stefan Monnier  <monnier@cs.yale.edu>
6705         * help-fns.el (describe-variable): Look for (defvar . <sym>) in the
6706         load-history since `defvar' now uses this format.
6708         * custom.el (custom-declare-variable): Use push.
6709         Use the (defvar . <sym>) format in load-history like `defvar' does.
6711         * subr.el (symbol-file): Accept a non-atomic `function' arg.
6712         (with-local-quit): Add debug and indentation info.
6714 2002-11-20  John Paul Wallington  <jpw@shootybangbang.com>
6716         * subr.el (symbol-file): Remove unused variable `functions'.
6718 2002-11-20  Markus Rost  <rost@math.ohio-state.edu>
6720         * Makefile.in (setwins_almost): Renamed from finder_setwins.
6721         (custom-deps): Use it.
6722         (finder-data): Adjust to that name change.
6724 2002-11-19  Stefan Monnier  <monnier@cs.yale.edu>
6726         * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
6727         Turn errors into messages so they don't get ignored.
6728         (eldoc-get-fnsym-args-string): Use help-split-fundoc.
6729         (eldoc-beginning-of-sexp): Simplify.
6730         (eldoc-function-arglist): Remove.
6731         (eldoc-function-argstring): Use help-function-arglist instead.
6732         (eldoc-function-argstring-from-docstring-method-table)
6733         (eldoc-function-argstring-from-docstring): Remove.
6735         * emacs-lisp/cl.el (multiple-value-call): Add docstring.
6737 2002-11-19  Dave Love  <fx@gnu.org>
6739         * emacs-lisp/bytecomp.el (maphash, map-char-table):
6740         Use byte-compile-funarg.
6742         * emacs-lisp/byte-opt.el (side-effect-free-fns): Several additions.
6744 2002-11-19  Markus Rost  <rost@math.ohio-state.edu>
6746         * progmodes/vhdl-mode.el (defgroup vhdl-related): Declare the
6747         members here rather than with custom-add-to-group.  This is the
6748         intended way of using defgroup and also lets
6749         custom-make-dependencies do its job.
6750         (defgroup vhdl-highlight-faces): Ditto.
6752         * emacs-lisp/shadow.el (defgroup lisp-shadow): New group name.
6753         Previous group name shadow is used in shadowfile.el.
6754         (shadows-compare-text-p): Use group lisp-shadow.
6756 2002-11-19  Stefan Monnier  <monnier@cs.yale.edu>
6758         * emacs-lisp/cl.el (multiple-value-call): Add docstring.
6760 2002-11-19  Masatake Yamato  <jet@gyve.org>  (tiny change)
6762         * register.el (describe-register-1): Don't assign to val the value
6763         returned by `remove-list-of-text-properties'.
6765 2002-11-18  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
6767         * calendar/diary-lib.el (fancy-diary-font-lock-keywords):
6768         Grok month numbers, too.
6770 2002-11-18  Juanma Barranquero  <lektu@terra.es>
6772         * mail/smtpmail.el (smtpmail-send-queued-mail): Add autoload cookie.
6774 2002-11-18  Markus Rost  <rost@math.ohio-state.edu>
6776         * pcvs.el (cvs-minor-mode, cvs-mode-commit-hook): Add group.
6778         * textmodes/refill.el (defgroup refill): New group.
6780         * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Add group.
6782         * textmodes/sgml-mode.el (html-autoview-mode): Add group.
6784         * textmodes/paragraphs.el (use-hard-newlines): Add group.
6786         * progmodes/compile.el (compilation-shell-minor-mode): Add group.
6787         (compilation-minor-mode): Add group.
6789         * reveal.el (global-reveal-mode): Add group.
6791         * bookmark.el (bookmark-menu-length): Fix group name.
6793 2002-11-17  Richard M. Stallman  <rms@gnu.org>
6795         * mail/rmail.el (rmail-ignored-headers): Add more headers.
6797         * calendar/parse-time.el (parse-time-elt): Var renamed from `elt'.
6798         (parse-time-val): Var renamed from `val'.  All uses changed.
6800         * files.el (parse-time-rules): Mark it as risky.
6802         * finder.el (finder-commentary): Use buffer *Finder-package*.
6804         * menu-bar.el (menu-bar-options-menu): Improve tooltip string.
6806         * simple.el (indicate-unused-lines)
6807         (default-indicate-unused-lines): New variable aliases.
6809 2002-11-18  Kenichi Handa  <handa@m17n.org>
6811         * progmodes/cc-vars.el: Undo previous change.
6813 2002-11-18  Kenichi Handa  <handa@m17n.org>
6815         * language/cyrillic.el (cyrillic-iso-8bit): Make it safe.
6817         * language/european.el (iso-latin-1): Make it safe.
6818         (iso-latin-2, iso-latin-3, iso-latin-4, iso-latin-5, iso-latin-8)
6819         (iso-latin-9): Likewise.
6821         * language/greek.el (greek-iso-8bit): Make it safe.
6823         * language/hebrew.el (hebrew-iso-8bit): Make it safe.
6825         * language/lao.el (lao): Make it safe.
6827         * language/thai.el (thai-tis620): Make it safe.
6829 2002-11-17  Markus Rost  <rost@math.ohio-state.edu>
6831         * speedbar.el (defgroup speedbar): Use group 'etags instead of
6832         nonexisting group 'tags.
6834         * emacs-lisp/re-builder.el: Add provide call.
6836         * mail/feedmail.el (feedmail-fiddle-headers-upwardly)
6837         (feedmail-fiddle-plex-user-list): Fix typo in group name.
6839         * progmodes/make-mode.el (makefile-space-face): Fix group name.
6841         * textmodes/ispell.el (defgroup ispell): Arrange that definition
6842         starts at beginning of line.
6844         * textmodes/table.el (defgroup table-hooks): New group.
6845         (table-cell-map-hook): Fix typo in group name.
6847         * calendar/diary-lib.el (diary-button-face): Add group and version
6848         number.
6850         * warnings.el (defgroup warnings): New group.
6852 2002-11-16  Markus Rost  <rost@math.ohio-state.edu>
6854         * emacs-lisp/autoload.el (update-autoloads-from-directories):
6855         Sort the list of files with no autoloads.
6857 2002-11-16  Alan Shutko  <ats@acm.org>
6859         * calendar/diary-lib.el (list-diary-entries): Pass a marker
6860         indicating source of entry to add-to-diary-list.
6861         (diary-button-face, diary-entry, diary-goto-entry): New, to
6862         support click to diary file.
6863         (fancy-diary-display): Buttonize diary entries.
6864         (list-sexp-diary-entries): Pass a marker indicating source of
6865         entry to add-to-diary-list.
6866         (diary-date): Return mark as well as entry.
6868         * calendar/calendar.el (diary-face): New.
6869         (european-calendar-display-form, describe-calendar-mode)
6870         (mark-visible-calendar-date, calendar-mark-today): Tidy doc string.
6871         (calendar-make-alist): New.
6872         (calendar-mode): Set up font-lock mode.
6873         (generate-calendar-window): Fontify if font-lock-mode is on.
6875 2002-11-16  Ivan Zakharyaschev  <imz@altlinux.org>  (tiny change)
6877         * international/codepage.el (cp866-decode-table): Fix the
6878         translation table.
6880 2002-11-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
6882         * progmodes/cc-bytecomp.el (cc-bytecomp-defun): Fixed bug that
6883         caused existing function definitions to be overridden by
6884         phonies when the bytecomp environment is restored.
6886 2002-11-15  Nick Roberts  <nick@nick.uklinux.net>
6888         * toolbar/gud-break.pbm, toolbar/gud-cont.pbm, toolbar/gud-display.pbm,
6889         toolbar/gud-down.pbm, toolbar/gud-finish.pbm, toolbar/gud-goto.pbm,
6890         toolbar/gud-next.pbm, toolbar/gud-print.pbm, toolbar/gud-remove.pbm,
6891         toolbar/gud-run.pbm, toolbar/gud-step.pbm, toolbar/gud-up.pbm:
6892         Icons for debugger (pbm files).
6894 2002-11-15  Richard M. Stallman  <rms@gnu.org>
6896         * international/mule.el (set-buffer-file-coding-system): Redo prev chg.
6898 2002-11-15  John Paul Wallington  <jpw@shootybangbang.com>
6900         * ibuffer.el (ibuffer-use-other-window, ibuffer-use-header-line)
6901         (ibuffer-visit-buffer, ibuffer-redisplay, ibuffer-update): Doc fix.
6902         (ibuffer-mode-hooks): Remove spurious defvar.
6903         (ibuffer): Run `ibuffer-hook' instead of `ibuffer-hooks'.
6904         (ibuffer-mode): Run `ibuffer-mode-hook' instead of
6905         `ibuffer-mode-hooks'.
6907 2002-11-15  Markus Rost  <rost@math.ohio-state.edu>
6909         * mail/rmailedit.el: Add provide call.
6911         * play/bruce.el: Add provide call.
6913         * emacs-lisp/gulp.el: Add provide call.
6915 2002-11-14  Richard M. Stallman  <rms@gnu.org>
6917         * international/mule.el (set-buffer-file-coding-system): Undo prv chg.
6919 2002-11-14  Markus Rost  <rost@math.ohio-state.edu>
6921         * custom.el (custom-declare-group): Remove unnecessary line of code.
6923         * cus-dep.el (custom-make-dependencies): Bind load-file-name.
6925 2002-11-14  Edward M. Reingold  <reingold@emr.cs.iit.edu>
6927         * calendar/diary-lib.el (make-diary-entry): Allow for local variables
6928         at end of diary file.
6930 2002-11-14  Kim F. Storm  <storm@cua.dk>
6932         * files.el (mode-name): Mark it as risky-local-variable like the
6933         other mode-line elements (moved from bindings.el).
6935         * bindings.el (mode-name): Moved mark as risky-local-variable to
6936         files.el.
6938 2002-11-14  Juanma Barranquero  <lektu@terra.es>
6940         * gud.el: Fix feature name in `provide'.
6942         * gdb-ui.el: Fix feature name in `require'.
6944 2002-11-14  Per Cederqvist  <ceder@lysator.liu.se>  (tiny change)
6946         * progmodes/etags.el (find-tag-default): Copy text at point without
6947         properties.
6949 2002-11-14  Kenichi Handa  <handa@m17n.org>
6951         * progmodes/cc-vars.el: Don't cc-bytecomp-defun char-table-p.
6953 2002-11-14  Kim F. Storm  <storm@cua.dk>
6955         * textmodes/fill.el (fill-nobreak-invisible): New var.
6956         (fill-nobreak-p): Test it; return t if set and point invisible.
6957         (fill-newline): Test it; remove invisible prop on newline if set.
6959         * info.el (Info-fontify-node): New local list paragraph-markers.
6960         Record markers for mangled *note references on that list.
6961         When done, go back through those markers and fill each mangled
6962         paragraph with `fill-nobreak-invisible' let-bound to t.
6963         Don't use `display' property; insert "see" directly in buffer.
6965 2002-11-14  Nick Roberts  <nick@nick.uklinux.net>
6967         * gdb-ui.el: New file, User Interface for running GDB
6969         * gud.el:(gud-find-file): Set up GDB tool bar.
6970         (gud-menu-map): New commands: run, goto.
6971         Enable some commands for gdba.
6972         (gud-query-cmdline): Pass default directory to gdba.
6973         (gdb): Defune gud-goto and gud-run.
6974         (gud-gdb-complete-command): Maybe use gdba-complete-filter.
6975         (gud-mode): Set up local tool bar.
6976         (gud-display-line): For gdba, call gdb-display-source-buffer.
6977         (gud-basic-call): For gdba, maybe delete the current prompt.
6978         (gud-tool-bar-map): New variable.
6979         (gud-read-address): Correction.
6981         * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-display.xpm,
6982         toolbar/gud-down.xpm, toolbar/gud-finish.xpm, toolbar/gud-goto.xpm,
6983         toolbar/gud-next.xpm, toolbar/gud-print.xpm, toolbar/gud-remove.xpm,
6984         toolbar/gud-run.xpm, toolbar/gud-step.xpm, toolbar/gud-up.xpm:
6985         Icons for debugger.
6987 2002-11-13  Stefan Monnier  <monnier@cs.yale.edu>
6989         * pcvs.el (cvs-mode-run): Don't pass "." if not needed.
6991 2002-11-13  Andre Spiegel  <spiegel@gnu.org>
6993         * vc-rcs.el (vc-rcs-registered): Improve comment.
6995         * vc-sccs.el (vc-sccs-registered): Improve comment.
6997 2002-11-13  Tim Van Holder  <tim.vanholder@anubex.com>  (tiny change)
6999         * progmodes/compile.el (compilation-error-regexp-alist):
7000         Don't include colon and space after a file name as part of the name.
7002 2002-11-13  Richard M. Stallman  <rms@gnu.org>
7004         * gud.el (gdb): Undo 10-26 change.
7006 2002-11-13  Kenichi Handa  <handa@m17n.org>
7008         * replace.el (occur-engine): Set buffer-file-coding-system of
7009         OUT-BUF to that of one of BUFFERS if they locally bind that variable.
7011 2002-11-13  Markus Rost  <rost@math.ohio-state.edu>
7013         * custom.el (custom-handle-all-keywords): Fix arg passed to
7014         custom-add-to-group.
7016 2002-11-12  Stefan Monnier  <monnier@cs.yale.edu>
7018         * pcvs-defs.el (cvs-mode-map): Remove M-f binding.
7019         (cvs-minor-mode-map): Add e binding in log-view-mode.
7021         * progmodes/perl-mode.el (perl-hanging-paren-p): New fun.
7022         (perl-indent-line): Look at the open-paren to indent a close-paren.
7023         (perl-calculate-indent): Try to better indent args after hanging paren.
7024         Remove special code for open-paren-in-column-0.
7026         * textmodes/sgml-mode.el (sgml-namify-char): New cmd.
7027         (sgml-name-char): Use it.
7028         (sgml-tag-last, sgml-tag-history): New vars.
7029         (sgml-tag): Use them.
7030         (sgml-skip-tag-forward): Use sgml-tag-syntax-table.
7031         (sgml-delete-tag): Remove resulting empty lines.
7032         (sgml-tag) <symbol-plist>: Don't make intangible.
7033         (sgml-parse-tag-backward): Add limit argument.
7034         (html-autoview-mode): Use define-minor-mode.
7036 2002-11-12  Markus Rost  <rost@math.ohio-state.edu>
7038         * vc-rcs.el (vc-rcs-registered): Handle the autoload cookie so
7039         that the definition is found by `find-function-search-for-symbol'
7040         and etags.
7042         * vc-sccs.el (vc-sccs-registered): Ditto.
7044         * emulation/edt.el (defgroup edt): Arrange that definition starts
7045         at beginning of line.
7047         * ls-lisp.el (defgroup ls-lisp): Remove autoload cookie.
7049         * hi-lock.el (defgroup hi-lock-interactive-text-highlighting):
7050         Remove autoload cookie.
7052         * newcomment.el (defgroup comment): Remove autoload cookie.
7054 2002-11-11  Markus Rost  <rost@math.ohio-state.edu>
7056         * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button):
7057         Declare with defvar, not with defcustom.
7059         * cus-dep.el: Don't require 'autoload.
7060         (custom-make-dependencies): Handle :version also for autoloaded
7061         options.
7063         * winner.el (defgroup winner): Arrange that definition starts at
7064         beginning of line.
7066         * emulation/edt.el: Simplify Emacs 19 compatibility.
7068 2002-11-11  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>  (tiny change)
7070         * dired-aux.el (dired-show-file-type): Format filename with "%s" to
7071         escape any format-like sequences it could contain.
7073 2002-11-11  Per Abrahamsen  <abraham@dina.kvl.dk>
7075         * cus-edit.el (custom-save-delete): Force emacs-lisp-mode.
7077 2002-11-11  Juanma Barranquero  <lektu@terra.es>
7079         * bindings.el (mode-name): Mark it as risky-local-variable.
7081 2002-11-09  Dave Love  <fx@gnu.org>
7083         * international/mule-cmds.el (current-language-environment):
7084         Fix :type.
7086         * international/ucs-tables.el: Revert to using
7087         translation-table-for-input instead of keyboard-translate-table.
7089         * international/quail.el (quail-input-string-to-events):
7090         Revert last change.
7092         * simple.el (quoted-insert): Bind translation-table-for-input,
7093         not keyboard-translate-table.
7095 2002-11-08  Stefan Monnier  <monnier@cs.yale.edu>
7097         * arc-mode.el (archive-zip-summarize): Don't hardcode (point-min) = 1.
7099         * complete.el (PC-do-completion): Make partial-completion work
7100         with incomplete directory names.
7102         * textmodes/tex-mode.el (latex-standard-block-names): Rename from
7103         standard-latex-block-names.
7104         (tex-font-lock-keywords-1): Add providecommand, renewenvironment,
7105         and renewtheorem.  Highlight \it and \bf separately since they
7106         may overlap.
7107         (tex-font-lock-suscript, tex-font-lock-unfontify-region): New funs.
7108         (tex-font-lock-keywords-3, tex-verbatim-environments)
7109         (tex-font-lock-syntactic-keywords): New vars.
7110         (superscript, subscript, tex-verbatim-face): New faces.
7111         (tex-font-lock-syntactic-face-function): Handle \verb construct.
7112         (tex-common-initialization): Update font-lock-defaults setting.
7113         (tex-insert-braces): Make it into a skeleton.
7114         (latex-fill-nobreak-predicate): Don't break after \.
7115         (latex-insert-block): Rename from tex-latex-block.
7116         (latex-down-list): Use tex-mode-syntax-table when skipping parens
7117         rather than the indentation syntax-table.
7118         (latex-close-block): Rename from tex-close-latex-block.
7119         (latex-split-block): New fun.
7120         (latex-indent): Don't indent inside a verbatim block.
7121         (latex-find-indent): Stick \begin{verbatim} to the margin.
7123 2002-11-08  John Wiegley  <johnw@gnu.org>
7125         * calendar/timeclock.el (timeclock-modeline-display): Use assq as
7126         well as memq to find `global-mode-string' within
7127         `mode-line-format'.  The structure of that variable has changed in
7128         21.3.
7130 2002-11-07  Stefan Monnier  <monnier@cs.yale.edu>
7132         * format.el (format-decode): Be careful with the order in `format'.
7134         * eshell/esh-cmd.el (function-p-func): Avoid `xemacs-p'.
7136         * eshell/em-glob.el: Require esh-util.
7137         (eshell-glob-initialize): Don't assume
7138         eshell-special-chars-outside-quoting is available.
7140         * textmodes/fill.el (fill-paragraph): Consider a comment-start as
7141         a paragraph starter when filling non-comments.
7142         (fill-comment-paragraph): Don't narrow while doing the fill.
7143         Recognize paragraph starters and separators within comments.
7144         Use adaptive-fill-prefix when it works.  Use comment-search-forward.
7146         * progmodes/compile.el (grep-default-command): New fun.
7147         (grep): Use it.
7148         (compilation-menu-map): New var.
7149         (compilation-minor-mode-map, compilation-shell-minor-mode-map): Use it.
7150         (compilation-mode-map): Simplify.
7151         (compilation-shell-minor-mode, compilation-minor-mode):
7152         Use define-minor-mode.
7154         * elide-head.el (elide-head): Don't make intangible.
7156         * help.el (where-is): Rename map to defs (a list of syms is not a map).
7157         Test fboundp first, to speed things up.  Use push.
7159         * isearch.el (isearch-hidden): New var.
7160         (isearch-search-and-update): Test it.
7161         (isearch-range-invisible): Set it.
7163         * progmodes/tcl.el (tcl-mode): Don't set paragraph-start,
7164         paragraph-separate, comment-column, and fill-paragraph-function.
7165         Simplify outline-regexp.
7166         (tcl-do-fill-paragraph): Remove.
7168 2002-11-07  Markus Rost  <rost@math.ohio-state.edu>
7170         * mail/sendmail.el (mail-default-directory): Set the version to 21.4.
7172         * progmodes/compile.el (grep-compute-defaults): Undo previous change.
7173         Definition moved down.
7174         (grep-command, grep-find-command, grep-tree-command): Allow value nil.
7175         Do not declare :get property.
7176         (grep-use-null-device): Fix type.  Do not declare :get property.
7178         * emacs-lisp/checkdoc.el (checkdoc-find-error):
7179         Use get-file-buffer instead of get-buffer.
7181         * cus-dep.el (custom-make-dependencies): Fix comment inserted in
7182         cus-load.el.
7184 2002-11-07  Juanma Barranquero  <lektu@terra.es>
7186         * help.el (where-is): Report also aliases of the passed command.
7188 2002-11-06  Dave Love  <fx@gnu.org>
7190         * simple.el (quoted-insert): Bind keyboard-translate-table around
7191         read-char.
7193         * international/ucs-tables.el: Use keyboard-translate-table coding
7194         system property, not translation-table-for-input, for
7195         vietnamese-viscii & al.
7196         (translation-table-for-input): Set,
7197         don't defvar, and make permanent-local.
7198         (ucs-unify-8859, ucs-unify-8859, ucs-fragment-8859): Add/remove
7199         set-buffer-major-mode-hook, not quail-activate-hook.
7200         (ucs-set-table-for-input): Renamed from ucs-quail-activate.
7201         (ucs-unify-8859, ucs-unify-8859, ucs-fragment-8859):
7202         Setup keyboard-translate-table, not translation-table-for-input.
7203         Modify set-buffer-major-mode-hook, not quail-activate-hook.
7204         (ucs-fragment-8859): Don't use translation-table-for-input coding
7205         system property.
7206         (ucs-quail-activate): Deleted.
7207         (ucs-set-table-for-input): New.
7208         (ucs-minibuffer-setup): Use it.
7210         * international/quail.el (quail-input-string-to-events):
7211         Use keyboard-translate-table, not translation-table-for-input.
7213         * files.el (normal-mode): Call ucs-set-table-for-input.
7215         * international/mule.el (set-buffer-file-coding-system):
7216         Call ucs-set-table-for-input.
7218 2002-11-06  Richard M. Stallman  <rms@gnu.org>
7220         * replace.el (query-replace, query-replace-regexp): Doc fixes.
7222         * emacs-lisp/bytecomp.el (byte-compile-lambda):
7223         Handle progn like let, inside interactive spec.
7225         * textmodes/tex-mode.el (tex-dvi-view-command): Value can be sexp.
7226         Initialize to a suitable sexp.
7227         (tex-view): Evaluate tex-dvi-view-command and use the value.
7229 2002-11-06  Kenichi Handa  <handa@m17n.org>
7231         * international/mule.el (coding-system-eol-type-mnemonic):
7232         Use eol-mnemonic-undecided if CODING-SYSTEM is nil.
7234 2002-11-06  Kim F. Storm  <storm@cua.dk>
7236         * info.el (Info-fontify-node): Fixed hiding of *note references
7237         with embedded file names like (xxx.yyy).
7238         Avoid making any lines visibly longer if hiding newlines inside
7239         note references by wrapping line after references if it contained
7240         a newline (unfortunaly this makes more lines appear "shorter").
7241         Properly reindent multi-line menu entry descriptions.
7243 2002-11-05  Juanma Barranquero  <lektu@terra.es>
7245         * language/cyrillic.el ("Bulgarian"): Fix typo.
7247         * international/mule.el (coding-system-eol-type-mnemonic):
7248         Move from mule-util.el.
7250         * international/mule-util.el (coding-system-eol-type-mnemonic):
7251         Move to mule.el.
7253 2002-11-04  Juanma Barranquero  <lektu@terra.es>
7255         * files.el (find-buffer-visiting): Accept new optional PREDICATE
7256         argument to return only a buffer that satisfies the predicate.
7257         (insert-file-1): New function.
7258         (insert-file-literally): Use it.
7259         (insert-file): Use it.
7261 2002-11-04  Robert Fenk  <Robert.Fenk@gmx.de>  (tiny change)
7263         * desktop.el (desktop-relative-file-names): New variable.
7264         (desktop-save): Use it.
7266 2002-11-03  Andre Spiegel  <spiegel@gnu.org>
7268         * vc.el (vc-dired-mode): Adapt dired-move-to-filename-regexp to
7269         its current version in dired.el.
7271 2002-11-03  Stefan Monnier  <monnier@cs.yale.edu>
7273         * emacs-lisp/autoload.el (generate-file-autoloads)
7274         (update-file-autoloads): Strip .gz and other such extensions.
7275         (update-autoloads-from-directories): Also consider compressed files.
7277         * info.el (Info-streamline-headings): New var.
7278         (Info-dir-remove-duplicates): New fun.
7279         (Info-insert-dir): Use it.  Simplify the code with push,mapc,dolist.
7280         (Info-select-node): Simplify handling of Info-header-line.
7281         (Info-forward-node): Undo 2000/12/15 since we don't narrow any more.
7282         (Info-mode): Set header-line-format once and for all.
7283         (Info-fontify-node): Accept bogus first line with `File:' missing.
7284         Only make first line invisible if Info-use-header-line.
7285         Don't use `intangible': it's evil.  Use inhibit-read-only.
7286         (Info-follow-reference, Info-next-reference, Info-prev-reference)
7287         (Info-try-follow-nearest-node): Don't bind inhibit-point-motion-hooks
7288         since we don't use intangible any more.
7290         * image.el (insert-image): Don't make intangible since
7291         adjust_point_for_property should be sufficient by default.
7293 2002-11-02  Stefan Monnier  <monnier@cs.yale.edu>
7295         * textmodes/fill.el (fill-paragraph-handle-comment): New var.
7296         (fill-comment-paragraph): New fun (generalizes of lisp-fill-paragraph).
7297         (fill-paragraph): Use them.
7299         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
7300         Use fill-comment-paragraph.
7302 2002-11-02  Stefan Monnier  <monnier@cs.yale.edu>
7304         * bindings.el (mode-line-change-eol)
7305         (mode-line-eol-desc-cache, mode-line-eol-desc): New.
7306         (mode-line-mule-info): Use them for the EOL part of the modeline.
7308         * server.el (server-sentinel): Kill buffers if applicable.
7309         (server-temp-file-p): Make arg optional.
7310         (server-done): Use it to simplify.
7311         (server-switch-buffer): If server-window is a function, use it.
7313         * mail/undigest.el (rmail-digest-end-regexps): Simplify.
7314         (undigestify-rmail-message): Fix paren-bug and simplify.
7316 2002-11-02  Kim F. Storm  <storm@cua.dk>
7318         * info.el (Info-hide-note-references): nil value now does no
7319         reformatting at all.  New choice 'tag reformats tag but shows
7320         the section reference.
7321         (Info-fontify-node): Use it.
7323 2002-11-01  Stefan Monnier  <monnier@cs.yale.edu>
7325         * textmodes/tex-mode.el (tex-common-initialization):
7326         comment-start-skip shouldn't match on the next line.
7328         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Use match-string.
7329         Don't bother making paragraph-start a superset of paragraph-separate.
7330         Use line-beginning-position.
7332         * textmodes/sgml-mode.el (sgml-skip-tag-backward)
7333         (sgml-skip-tag-forward): Deal with xml-style <foo/> empty tags.
7335 2002-11-01  Kim F. Storm  <storm@cua.dk>
7337         * info.el (Info-hide-note-references): New defcustom.
7338         (Info-fontify-node): Use it.
7340 2002-10-31  Kim F. Storm  <storm@cua.dk>
7342         * shell.el (explicit-bash-args): Bash 1.x doesn't grok
7343         --noediting option; added run-time check to exclude it.
7345         * info.el (Info-follow-reference, Info-next-reference)
7346         (Info-prev-reference, Info-try-follow-nearest-node):
7347         Bind inhibit-point-motion-hooks to t while parsing reference.
7348         (Info-fontify-node): When font-lock-mode is enabled, display
7349         "*note" and "* menu" references in a more user friendly format.
7351 2002-10-30  Stefan Monnier  <monnier@cs.yale.edu>
7353         * textmodes/fill.el (fill-move-to-break-point): Skip white space
7354         _before_ checking to see if we're hitting the margin.
7355         (fill-region-as-paragraph): Don't fiddle with the undo-list any more:
7356         it's now done by the C primitives.  Don't use narrowing.
7357         Reorganize the line-breaking part of the code to simplify the control
7358         flow and make it work in the absence of narrowing.
7359         (fill-region): Don't use narrowing.
7361 2002-10-30  Dave Love  <fx@gnu.org>
7363         * textmodes/po.el (po-content-type-charset-alist): Delete most entries.
7364         (po-find-charset): Doc fix.  Remove interactive spec.
7365         (po): Provide.
7366         (po-find-file-coding-system-guts): Re-written to use
7367         coding-system-alist, and code-pages, not codepage stuff.
7369         * term/x-win.el: Remove some ancient compatibility code.
7370         Populate x-keysym-table.
7372 2002-10-30  Andreas Schwab  <schwab@suse.de>
7374         * subr.el (replace-regexp-in-string): Doc fix.
7376 2002-10-29  Dave Love  <fx@gnu.org>
7378         * cus-start.el (selection-coding-system, scalable-fonts-allowed): Add.
7380         * progmodes/scheme.el (syntax-case): Define scheme-indent-function.
7382         * international/mule-conf.el: Doc fixes.
7384 2002-10-29  Richard M. Stallman  <rms@gnu.org>
7386         * server.el (server-switch-buffer): Say when no server buffers remain.
7388         * net/goto-addr.el (goto-address-url-regexp): Don't match `mailto'.
7390 2002-10-28  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
7392         * progmodes/make-mode.el (makefile-warn-continuations):
7393         Call re-search-forward with NOERROR t.
7395 2002-10-29  Kim F. Storm  <storm@cua.dk>
7397         * ido.el (ido-wide-find-dirs-or-files): Fixed problem that caused
7398         incomplete list of matches to be returned.
7400 2002-10-29  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
7402         * textmodes/texinfo.el (texinfo-environments): Add environment;
7403         copying, documentdescription, ifplaintext, ifnotplaintext, and
7404         verbatim.
7406         * textmodes/texinfmt.el (texinfo-format-ifplaintext): New function.
7407         (ifplaintext, ifnotplaintext)
7408         (afourpaper, afivepaper, afourlatex, afourwide)
7409         (documentlanguage, documentencoding): New aliases.
7411 2002-10-29  John Paul Wallington  <jpw@shootybangbang.com>
7413         * ibuffer.el (ibuffer-mouse-popup-menu): Set point before popping
7414         up filter groups menu.  Preserve point unless a menu command has
7415         moved it from point clicked.
7417 2002-10-29  David Kastrup  <dak@lola.goethe.zz>
7419         * calc/calc.el (calc-any-evaltos): Initialize to nil, since
7420         calc-refresh-evaltos appears to need this.
7422 2002-10-28  Dave Love  <fx@gnu.org>
7424         * international/mule-diag.el (non-iso-charset-alist): Move to
7425         avoid compilation warning.
7426         (mule-diag): Provide.
7428         * international/code-pages.el (cp-make-coding-system):
7429         Use utf-translation-table-for-decode, not
7430         utf-8-translation-table-for-decode.
7431         (mule-diag): Require.
7433         * language/thai-util.el (thai-composition-function): Don't use prog1.
7435         * language/lao-util.el (lao-composition-function): Don't use prog1.
7437         * language/european.el (diacritic-composition-function):
7438         Modify confused prog1 form.
7440         * international/quail.el (quail-keyboard-layout-alist): Fix pc105-uk.
7441         (quail-keyboard-layout): Customize.
7442         Move after quail-keyboard-layout-alist.
7444 2002-10-28  Miles Bader  <miles@gnu.org>
7446         * progmodes/make-mode.el (makefile-warn-continuations):
7447         Don't barf when there _aren't_ any suspicious continuations.
7449 2002-10-28  Matthew Swift  <swift@alum.mit.edu>
7451         * progmodes/compile.el (grep-find-use-xargs): Fix docstring.
7453 2002-10-27  Michael Kifer  <kifer@cs.stonybrook.edu>
7455         * ediff-wind.el (ediff-control-frame-parameters): Add scrollbar-height.
7457 2002-10-27  Andreas Schwab  <schwab@suse.de>
7459         * progmodes/sh-script.el (sh-mode-syntax-table): Don't make ^L
7460         end-of-comment syntax.
7462 2002-10-27  Kim F. Storm  <storm@cua.dk>
7464         * ido.el (ido-cannot-complete-command): New defcustom, default to
7465         ido-completion-help (similar to iswitchb-cannot-complete-hook).
7466         (ido-complete): Call value of ido-cannot-complete-command rather
7467         than ido-completion-help when no common completion.
7469 2002-10-27  Dave Love  <fx@gnu.org>
7471         * international/code-pages.el (iso-8859-11): New.
7473 2002-10-27  Kim F. Storm  <storm@cua.dk>
7475         * pcvs.el (cvs-checkout): Use read-directory-name.
7476         (cvs-query-directory): Likewise.
7478 2002-10-26  Richard M. Stallman  <rms@gnu.org>
7480         * progmodes/make-mode.el (makefile-cleanup-continuations):
7481         Default for variable is nil.
7482         (makefile-warn-continuations): New function.
7483         (makefile-mode): Put it on write-file-functions.
7485         * international/mule-cmds.el (select-safe-coding-system):
7486         Delete debugging setq.
7488         * shell.el (shell): Look for .emacs_SHELL under ~/.emacs.d
7489         after looking in ~.
7491         * startup.el (command-line): Look for .emacs under ~/.emacs.d
7492         after looking in ~.
7494         * simple.el (toggle-truncate-lines): When turning off truncation,
7495         clear out the hscroll value in this buffer's windows.
7497         * simple.el (display-message-or-buffer): Don't display empty
7498         output in the echo area.
7500         * man.el (Man-default-man-entry): Don't look for all word chars,
7501         look only for characters that are normally part of a shell command.
7503         * gud.el (gdb): Pass default-directory to GDB via -cd option.
7505         * font-lock.el (c++-font-lock-keywords...): Add `restrict' keyword.
7507         * find-file.el (ff-find-related-file): Fix autoload cookie.
7509         * emacs-lisp/unsafep.el (unsafep-variable): Pass second arg to
7510         risky-local-variable-p.
7512         * files.el (risky-local-variable-p): VAL=nil has special meaning.
7514         * Makefile.in (compile-always): Avoid error in old Bash versions.
7516 2002-10-26  John Paul Wallington  <jpw@shootybangbang.com>
7518         * textmodes/picture.el (picture-mouse-set-point): New command.
7519         (picture-mode-map): Bind it.
7520         (picture-motion-reverse): Doc fix.
7522 2002-10-25  Stefan Monnier  <monnier@cs.yale.edu>
7524         * textmodes/outline.el (outline-next-heading): Make sure the match-data
7525         is really correct where returning.
7527 2002-10-24  Matthew Swift  <swift@alum.mit.edu>
7529         * textmodes/outline.el (outline-minor-mode): Add customization group.
7531 2002-10-23  Richard M. Stallman  <rms@gnu.org>
7533         * files.el (risky-local-variable-p): New arg VAL.
7534         (compile-command): Use `stringp' for `safe-local-variable' prop.
7535         (hack-one-local-variable): Pass VAL to `risky-local-variable-p'.
7537 2002-10-23  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
7539         * woman.el (woman-version): Update to 0.551 (beta).
7540         (woman-parse-colon-path): Add support for current Cygwin mount
7541         conventions.
7542         (woman-Cyg-to-Win): New function to convert absolute filename from
7543         Cygwin to Windows form by executing external program cygpath if
7544         possible.
7545         (woman-man.conf-path): Update default to current common locations
7546         and to support Cygwin; update documentation.
7547         (woman-parse-man.conf): Generalize regexp to "man.*\\.conf" to
7548         match possible names of man.conf file; tidy code and documentation.
7549         (woman-manpath): Simplify default and documentation; essentially
7550         move code that was here into `woman-parse-colon-path'.
7551         (woman-default-indent): Change Linux to GNU in documentation.
7552         (woman-addition-face): Make documentation consistent with other
7553         WoMan faces.
7554         (woman-emulate-tbl): New variable, determines whether tbl
7555         emulation is required.
7556         (woman-decode-region): Add check for preprocessor requests.
7557         (woman0-process-escapes, woman-special-characters)
7558         (woman-get-next-char, woman-parse-numeric-value): Add support for
7559         long groff names of the form [xxx].
7560         (woman-strings, woman-change-fonts): Now call `woman-match-name'.
7561         (woman2-PD, woman2-na): Doc fix.
7562         (woman-match-name): New function.
7563         (woman2-TS): New function.
7564         (woman2-TE): New alias for `woman2-fi'.
7566 2002-10-23  Kim F. Storm  <storm@cua.dk>
7568         * ido.el (ido-restrict-to-matches): New command.
7569         (ido-define-mode-map): Bind it to C-SPC and C-@ in ido-mode-map.
7571 2002-10-22  Bob Halley  <halley@play-bow.org>  (tiny change)
7573         * eshell/esh-io.el (eshell-set-output-handle): Fix so that
7574         multiple redirection can work.
7576 2002-10-21  Stefan Monnier  <monnier@cs.yale.edu>
7578         * ielm.el (inferior-emacs-lisp-mode): If hexl not found, use cat.
7579         Don't hardcode point-min == 1.
7581         * hexl.el (hexl-mode-old-write-contents-hooks): Remove.
7582         (hexl-mode, hexl-current-address, hexl-address-to-marker)
7583         (hexl-insert-char): Don't hardcode point-min == 1.
7584         (hexl-isearch-search-function): New fun.
7585         (hexl-mode-old-isearch-search-fun-function): New var.
7586         (hexl-mode): Use them.
7587         (hexl-mode, hexl-mode-exit, hexl-maybe-dehexlify-buffer):
7588         Use write-contents-functions rather then write-contents-hooks.
7590         * textmodes/text-mode.el (text-mode-syntax-table): Make ' a prefix.
7591         (paragraph-indent-text-mode-abbrev-table)
7592         (paragraph-indent-text-mode-syntax-table): Remove.
7593         (paragraph-indent-text-mode): Use the :abbrev and :syntax-table args.
7595 2002-10-21  Juanma Barranquero  <lektu@terra.es>
7597         * eshell/esh-util.el (directory-files-and-attributes): Copy docstring
7598         from Emacs 21.  Arg DIR renamed to DIRECTORY for consistency.
7600 2002-10-20  Andreas Schwab  <schwab@suse.de>
7602         * apropos.el (apropos-group): Use customize-group-other-window.
7604 2002-10-18  Stefan Monnier  <monnier@rum.cs.yale.edu>
7606         * progmodes/perl-mode.el (perl-mode-syntax-table): Change $ back
7607         to just "/" instead of "/ p".
7608         (perl-font-lock-syntactic-keywords): Use ". p" for the `$'.
7610 2002-10-18  Juanma Barranquero  <lektu@terra.es>
7612         * textmodes/artist.el (artist-ff-is-bottommost-line): Fix misplaced
7613         ELSE expression on IF.
7615 2002-10-17  Juanma Barranquero  <lektu@terra.es>
7617         * align.el (align-rules-list, align-exclude-rules-list): Fix typos.
7619         * subr.el (remq): Likewise.
7621         * vc-cvs.el (vc-cvs-sticky-tag-display): Likewise.
7623         * vc-hooks.el (vc-insert-file): Likewise.
7625         * vcursor.el (vcursor-other-window): Likewise.
7627         * wid-edit.el (widget-choose): Likewise.
7629         * calendar/diary-lib.el (diary-name-pattern): Likewise.
7631         * emacs-lisp/elint.el (elint-error, elint-warning): Likewise.
7633         * emacs-lisp/lisp.el (beginning-of-defun): Likewise.
7635         * emulation/edt-mapper.el (top-level): Likewise.
7637         * eshell/esh-var.el (eshell/define): Likewise.
7639         * mail/feedmail.el (feedmail-nuke-body-in-fcc)
7640         (feedmail-queue-draft-directory): Likewise.
7642         * net/netrc.el (netrc-parse): Likewise.
7644         * obsolete/cplus-md.el (c++-empty-arglist-indent): Likewise.
7646         * progmodes/ebrowse.el (ebrowse-ts)
7647         (ebrowse-view/find-file-and-search-pattern)
7648         (ebrowse-draw-file-member-info): Likewise.
7650         * progmodes/idlwave.el (idlwave-region-active-p): Likewise.
7652         * progmodes/idlw-shell.el (idlwave-shell-set-bp): Likewise.
7654         * progmodes/sh-script.el (sh-indent-for-then): Likewise.
7656         * textmodes/bibtex.el (bibtex-find-entry-location): Likewise.
7658         * textmodes/sgml-mode.el (sgml-close-tag, html-imenu-index): Likewise.
7660 2002-10-17  Dave Love  <fx@gnu.org>
7662         * international/mule-diag.el (non-iso-charset-alist): Add koi8-u.
7664         * international/code-pages.el (cp-make-translation-table): Use
7665         ucs-mule-to-mule-unicode.
7666         (cp-fix-safe-chars): Fix typo.
7667         (non-iso-charset-alist): Don't define.
7668         (cp-make-coding-system): Use utf-8-translation-table-for-decode.
7669         Define translation-table-for-input.
7670         (cp866): Reinstate.
7671         (alternativnj): Don't define alias.
7672         (koi8-u): Deleted.
7674         * language/european.el ("Slovenian"): Use slovenian input-method.
7675         (encode-mac-roman): Use ucs-mule-to-mule-unicode.
7677         * language/cyrillic.el (cyrillic-alternativnyj-decode-table): Fix
7678         the table.
7679         (cyrillic-alternativnyj): Don't give it `mime-charset' property.
7680         (cp866): Delete this alias.
7681         ("Bulgarian"): Fix the value of `input-method'.
7683 2002-10-16  Luc Teirlinck  <teirllm@mail.auburn.edu>
7685         * dired-aux.el (dired-add-entry): Put point in correct position
7686         before inserting marker char.
7688 2002-10-16  Andreas Schwab  <schwab@suse.de>
7690         * dired.el (dired-readin-insert): Expand dired-directory.
7692         * dired-aux.el (dired-insert-subdir-doinsert): Preserve point.
7694 2002-10-16  Markus Rost  <rost@math.ohio-state.edu>
7696         * textmodes/reftex-vars.el: Move reftex-set-dirty here from
7697         reftex.el.  Move the provide call to end of file.
7699         * textmodes/reftex.el: Move reftex-set-dirty to reftex-vars.el.
7701 2002-10-15  Dave Love  <fx@gnu.org>
7703         * man.el (Man-getpage-in-background): Set width in environment.
7705 2002-10-15  Kenichi Handa  <handa@m17n.org>
7707         * mail/sendmail.el (sendmail-send-it): Call
7708         select-message-coding-system before changing the current bufer to
7709         " sendmail temp".
7711 2002-10-14  Andre Spiegel  <spiegel@gnu.org>
7713         * files.el (insert-directory): Handle //SUBDIRED// lines in
7714         recursive listings from ls --dired.
7716         * vc.el (vc-dired-reformat-line): Simplified.  Handles text
7717         properties correctly now.
7719 2002-10-14  Juanma Barranquero  <lektu@terra.es>
7721         * international/mule.el (set-selection-coding-system): Fix spacing.
7723 2002-10-13  Richard M. Stallman  <rms@gnu.org>
7725         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
7726         Treat `ignore' specially--prevent warnings about functions
7727         called for effect, in its args.
7728         Don't warn when `pop' is used for effect.
7730         * emacs-lisp/autoload.el (autoload-print-form): Cleanup.
7732         * uniquify.el (uniquify-get-proposed-name):
7733         Don't use directory-sep-char.
7735         * thingatpt.el (read-from-whole-string): Add call to `ignore'.
7737         * find-file.el (ff-related-file-alist): New alias.
7738         (ff-find-related-file): New alias.
7740 2002-10-13  Andreas Schwab  <schwab@suse.de>
7742         * dired.el (dired-insert-directory): When looking for existing
7743         indentation, goto OPOINT instead of beginning of buffer.
7745 2002-10-12  Stefan Monnier  <monnier@cs.yale.edu>
7747         * cus-dep.el (custom-make-dependencies): Ignore preloaded files.
7749 2002-10-12  Michael Kifer  <kifer@cs.stonybrook.edu>
7751         * ediff-init.el (ediff-frame-char-height): Use frame-selected-window.
7753         * ediff-util.el (ediff-file-checked-in-p): Changed progn with and.
7755         * ediff-wind.el (ediff-skip-unsuitable-frames): Distinguish selected
7756         frame from frame of selected window.
7757         (ediff-frame-has-dedicated-windows): Don't select any frames to avoid
7758         changing selected windows.
7759         (ediff-setup-control-frame): Make sure auto-rase is properly set for
7760         the control frame.
7762 2002-10-10  Simon Josefsson  <jas@extundo.com>
7764         * browse-url.el (browse-url-mozilla): Doc fix.
7766 2002-10-10  Steve Youngs  <youngs@xemacs.org>
7768         * browse-url.el (browse-url-mozilla-new-window-is-tab): New.
7769         (browse-url-mozilla): Use it.
7771 2002-10-11  Miles Bader  <miles@gnu.org>
7773         * vc-cvs.el (vc-cvs-parse-entry): Don't barf when an `Entries'
7774         files contains an invalid timestamp.
7776 2002-10-11  Simon Josefsson  <jas@extundo.com>
7778         * mail/sendmail.el (mail-envelope-from): New option `header' to
7779         use RFC 2822 From: header as the envelope address.
7780         (mail-envelope-from): New function, this should be used instead of
7781         looking at the `mail-envelope-from' variable.
7782         (sendmail-send-it): Use it.
7784         * mail/smtpmail.el (smtpmail-via-smtp): Use it.
7786 2002-10-11  Andre Spiegel  <spiegel@gnu.org>
7788         * dired.el (dired-insert-directory): Fix check for indentation
7789         from ls --dired.
7791         * vc.el (vc-dired-reformat-line): As a temporary fix, remove all text
7792         properties from the reformatted line.
7794 2002-10-10  Stefan Monnier  <monnier@cs.yale.edu>
7796         * textmodes/paragraphs.el (forward-paragraph): Keep track of
7797         remaining paragraphs to skip more carefully.
7799         * add-log.el (add-change-log-entry): Don't call find-file at all
7800         if we're already in the proper buffer.
7801         (change-log-resolve-conflict): New fun.
7802         (change-log-mode): Use it and use define-derived-mode.
7803         (change-log-merge): Allow other-log to be a buffer.
7804         Don't add a \n if there are already enough \n's.
7806         * finder-inf.el, subdirs.el, cus-load.el: Remove.
7808         * finder.el ("finder-inf"): Don't fail if the file is absent.
7810         * cus-dep.el (custom-make-dependencies): Don't use find-file.
7811         Use feature names rather than file names if applicable.
7813         * cus-edit.el (customize-mode): New command.
7815         * custom.el (custom-group-of-mode): New fun.
7816         (custom-load-symbol): Don't use preloaded-file-list now that
7817         load-history is always complete.  Don't look up the expanded file
7818         name in load-history (looked like an XEmacsism).
7820         * smerge-mode.el (smerge-ediff): Autoload.
7821         (smerge-match-conflict): Don't assume as much about smerge-begin-re.
7822         (smerge-resolve-function): New var.
7823         (smerge-resolve): New command.
7824         (smerge-basic-map): Bind it.
7826 2002-10-10  Andre Spiegel  <spiegel@gnu.org>
7828         * vc-cvs.el (vc-cvs-parse-entry): Parse the time stamp found in
7829         CVS/Entries, rather than comparing it textually.
7831 2002-10-10  Markus Rost  <rost@math.ohio-state.edu>
7833         * international/encoded-kb.el: Add `provide' call.
7835 2002-10-09  David Kastrup  <David.Kastrup@t-online.de>
7837         * calc/calc-alg.el (calcFunc-ln): In symbolic manipulations,
7838         ln(-1) should be i*pi, not pi.
7840 2002-10-09  Markus Rost  <rost@math.ohio-state.edu>
7842         * vc-cvs.el (vc-cvs-registered): In the autoload version use load
7843         instead of require to avoid loops when loaddefs.el is loaded after
7844         vc-cvs.el.
7846         * cus-edit.el (Custom-reset-current): Don't test for default-boundp.
7847         (Custom-reset-saved): Don't test for saved-value.
7849 2002-10-08  Stefan Monnier  <monnier@cs.yale.edu>
7851         * vc.el (vc-find-version): Use the new backend op `find-version'.
7852         (vc-default-find-version): Provide the new backend op `find-version'
7853         in terms of the old `checkout' op.
7855         * vc-rcs.el (vc-rcs-find-version): New fun.
7856         (vc-rcs-checkout): Remove `workfile' arg and simplify.
7858         * vc-sccs.el (vc-sccs-find-version): New fun.
7859         (vc-sccs-checkout): Remove `workfile' arg and simplify.
7861         * vc-cvs.el (vc-cvs-find-version): New fun.
7863 2002-10-08  John Paul Wallington  <jpw@shootybangbang.com>
7865         * info.el (Info-next-menu-item, Info-last-menu-item)
7866         (info-emacs-manual): Add docstrings.
7867         (Info-index): Use `string-to-number' instead of `string-to-int'.
7869 2002-10-08  Kenichi Handa  <handa@m17n.org>
7871         * international/ucs-tables.el (ucs-translation-table-for-decode):
7872         Define it as a translation-table.
7874 2002-10-07  Richard M. Stallman  <rms@gnu.org>
7876         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
7878         * progmodes/compile.el (grep-compute-defaults): Set the standard-value
7879         properties of the variables being initialized.
7881         * thingatpt.el (thing-at-point-url-path-regexp): Doc fix.
7883 2002-10-07  Kim F. Storm  <storm@cua.dk>
7885         * emulation/cua-base.el (cua-normal-cursor-color):
7886         Fixed initialization to make "Erase Customization" work.
7888 2002-10-07  Stefan Monnier  <monnier@cs.yale.edu>
7890         * vc.el (vc-maybe-resolve-conflicts): Always call vc-resolve-conflicts
7891         in case some other package redefined it.
7892         (vc-resolve-conflicts): Make it into an alias for smerge-ediff.
7894         * textmodes/fill.el (fill-paragraph): Go to BOL before calling
7895         forward-paragraph to make sure its return value is meaningful.
7897 2002-10-06  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7899         * net/tramp.el: Version 2.0.25 released.
7900         (tramp-handle-file-truename): If it's a directory,
7901         append slash only if result doesn't end in a slash already.
7902         (tramp-handle-file-truename): Restructure logic.  If list of steps
7903         is nil, return "/" as the real name.
7904         (tramp-completion-mode): Add "\\(" and "\\)". Otherwise,
7905         `match-string' doesn't make sense.  From Michael Albinus.
7906         (tramp-host-with-port-regexp): New defcustom. Equal to previous
7907         `tramp-host-regexp'.  From Michael Albinus.
7908         (tramp-host-regexp): Taken off hashes in host names. Otherwise,
7909         scanning files like .rhosts would take comments as host names.
7910         From Michael Albinus.
7911         (tramp-file-name-structure, tramp-multi-file-name-hop-structure):
7912         Replace `tramp-host-regexp' by `tramp-host-with-port-regexp'.
7913         From Michael Albinus.
7914         (tramp-action-terminal): New function.
7915         (tramp-terminal-prompt-regexp): New variable, matches "tset" prompts.
7916         (tramp-actions-before-shell): Use them.
7917         (tramp-handle-shell-command): Logic error.  From Ivan
7918         Zakharyaschev <imz@altlinux.org>.
7920 2002-10-06  Markus Holmberg  <markush@acc.umu.se>  (tiny change)
7922         * thingatpt.el (thing-at-point-uri-schemes): New variable.
7923         (thing-at-point-url-regexp): Use it.
7925 2002-10-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
7927         * progmodes/fortran.el (fortran-beginning-do): Ignore labelled DO
7928         loops.
7930 2002-10-05  Stefan Monnier  <monnier@cs.yale.edu>
7932         * vc.el (vc-log-mode-map): Explicitly inherit from text-mode.
7933         (vc-maybe-resolve-conflicts): Don't check smerge-mode and smerge-ediff.
7934         (vc-print-log): Don't check log-view-mode.
7935         (vc-default-show-log-entry): Don't check log-view-goto-rev.
7936         (vc-log-mode): Remove.
7937         (vc-log-edit): Don't check log-edit.
7939 2002-10-04  Stefan Monnier  <monnier@cs.yale.edu>
7941         * vc-cvs.el (vc-cvs-show-log-entry):
7942         * vc-rcs.el (vc-rcs-show-log-entry): Delete.
7944         * smerge-mode.el (smerge-ediff): Add name-{mine,other,base} args.
7946 2002-10-04  Markus Rost  <rost@math.ohio-state.edu>
7948         * vc.el (vc-default-show-log-entry): Fix typo.
7950 2002-10-04  Steven Tamm  <steventamm@mac.com>
7952         * term/mac-win.el: Add lines to handle the new [return] event.
7954 2002-10-03  Stefan Monnier  <monnier@cs.yale.edu>
7956         * textmodes/fill.el (fill-paragraph): Give up if there's no
7957         paragraph at or after point.
7959         * textmodes/paragraphs.el (forward-paragraph): Return the steps left.
7961         * vc.el (vc-print-log): Unconditionally use `show-log-entry'.
7962         (vc-default-show-log-entry): New fun.
7964         * subr.el (read-key-auxiliary-map, read-key): Remove.
7965         (read-quoted-char): Undo the `read-key' change of 2002-06-23.
7967 2002-10-03  Markus Rost  <rost@math.ohio-state.edu>
7969         * progmodes/ada-stmt.el (ada-stmt-add-to-ada-menu): Handle the
7970         menu pseudo-keys generated by easymenu which are lowercase in
7971         Emacs 21.4.
7973         * progmodes/ada-xref.el
7974         (ada-xref-update-project-menu,ada-add-ada-menu): Ditto.
7976 2002-10-03  John Paul Wallington  <jpw@shootybangbang.com>
7978         * frame.el (delete-frame-hook): Variable alias for
7979         `delete-frame-functions'.  Mark obsolete.
7981 2002-10-02  Stefan Monnier  <monnier@cs.yale.edu>
7983         * textmodes/outline.el (outline-1, outline-2, outline-3, outline-4)
7984         (outline-5, outline-6, outline-7, outline-8): New faces.
7985         (outline-font-lock-faces, outline-font-lock-levels): New vars.
7986         (outline-font-lock-face): New fun.
7987         (outline-font-lock-keywords): Use it.
7988         (outline-font-lock-level): Remove.
7989         (outline-mode, outline-next-preface, outline-next-heading)
7990         (outline-previous-heading, outline-next-visible-heading):
7991         Use shy group.
7992         (outline-level) <var>: Update calling convention.
7993         (outline-level) <fun>: Take advantage of it.
7994         (outline-demote): Don't assume the match-data is still uptodate.
7995         (outline-up-heading): Simplify and make sure the match data is
7996         properly set at the end.
7998 2002-10-02  Markus Rost  <rost@math.ohio-state.edu>
8000         * progmodes/sh-script.el (sh-alias-alist): Use append instead of
8001         nconc.
8003         * startup.el (normal-top-level): Reset standard-value property of
8004         `user-full-name' here.
8006 2002-10-02  Per Abrahamsen  <abraham@dina.kvl.dk>
8008         * wid-edit.el (widget-default-get): Change to return external
8009         value.
8010         (widget-choice-action): Update caller.
8011         (widget-editable-list-entry-create): Update caller.
8013         * wid-edit.el (widget-types-copy): New function.
8014         (default): Added :copy keyword.
8015         (menu-choice): Ditto.
8016         (checklist): Ditto.
8017         (radio-button-choice): Ditto.
8018         (editable-list): Ditto.
8019         (group): Ditto.
8020         (widget-copy): New function.
8021         (widget-create-child): Use it.
8022         (widget-create-child-value): Use it.
8024 2002-10-01  Bill Wohler  <wohler@newt.com>
8026         * mail/mh-comp.el, mail/mh-e.el, mail/mh-funcs.el,
8027         mail/mh-mime.el, mail/mh-pick.el, mail/mh-seq.el,
8028         mail/mh-utils.el, mail/mh-xemacs-compat.el, mail/reply2.pbm,
8029         mail/reply2.xpm, toolbar/execute.pbm, toolbar/execute.xpm,
8030         toolbar/page-down.pbm, toolbar/page-down.xpm, toolbar/refile.pbm,
8031         toolbar/refile.xpm, toolbar/repack.pbm, toolbar/repack.xpm,
8032         toolbar/rescan.pbm, toolbar/rescan.xpm, toolbar/show.pbm,
8033         toolbar/show.xpm, toolbar/widen.pbm, toolbar/widen.xpm:
8034         Upgraded to mh-e version 6.1.1.  Full ChangeLog available in
8035         http://prdownloads.sourceforge.net/mh-e/mh-e-6.1.tgz?download .
8036         There were no user-visible changes in 6.1.1 from 6.1--only the
8037         section of the Makefile that installs the files into Emacs was changed.
8039 2002-10-01  Stefan Monnier  <monnier@cs.yale.edu>
8041         * pcvs.el (cvs-mode-find-file): Look up font-lock-face so it also
8042         works when font-lock is turned off.
8044         * jit-lock.el (jit-lock-fontify-now): Don't widen.
8045         Let the jit-lock-functions do it if they want to.
8047 2002-10-01  Juanma Barranquero  <lektu@terra.es>
8049         * eshell/esh-module.el (eshell-load-defgroups):
8050         Add "no-byte-compile: t" to subdirs.el.
8052         * makefile.w32-in (update-subdirs-CMD): Likewise.
8054         * forms-d2.el:
8055         * forms-pass.el:
8056         * generic-x.el:
8057         * patcomp.el:
8058         * paths.el:
8059         * version.el:
8060         * international/mule-conf.el:
8061         * language/czech.el:
8062         * language/devanagari.el:
8063         * language/english.el:
8064         * language/georgian.el:
8065         * language/greek.el:
8066         * language/hebrew.el:
8067         * language/japanese.el:
8068         * language/korean.el:
8069         * language/lao.el:
8070         * language/misc-lang.el:
8071         * language/romanian.el:
8072         * language/slovak.el:
8073         * language/thai.el:
8074         * language/utf-8-lang.el:
8075         * emacs-lisp/cl-specs.el:
8076         * eshell/esh-maint.el:
8077         * mail/blessmail.el:
8078         * play/bruce.el:
8079         * term/apollo.el:
8080         * term/AT386.el:
8081         * term/bobcat.el:
8082         * term/internal.el:
8083         * term/iris-ansi.el:
8084         * term/keyswap.el:
8085         * term/linux.el:
8086         * term/lk201.el:
8087         * term/news.el:
8088         * term/vt102.el:
8089         * term/vt125.el:
8090         * term/vt200.el:
8091         * term/vt201.el:
8092         * term/vt220.el:
8093         * term/vt240.el:
8094         * term/vt300.el:
8095         * term/vt320.el:
8096         * term/vt400.el:
8097         * term/vt420.el:
8098         * term/wyse50.el: Add "no-byte-compile: t" in first line.
8100 2002-10-01  Kenichi Handa  <handa@m17n.org>
8102         * international/utf-16.el: Don't provide utf-16.
8104         * international/utf-8.el (ccl-decode-mule-utf-8):
8105         Remove unnecessary line.
8107 2002-09-30  Kenichi Handa  <handa@m17n.org>
8109         * language/thai.el (thai-tis620): Add `mime-charset' property.
8111         * language/indian.el: Don't register "ISO10646.*-1" in
8112         font-ccl-encoder-alist.
8114         * language/cyrillic.el (ccl-decode-koi8): Refer to
8115         ucs-translation-table-for-decode.
8116         (ccl-decode-koi8-u): Likewise.
8117         (ccl-decode-alternativnyj): Likewise.
8118         (cyrillic-koi8): Put `dependency' property.
8119         (koi8-u): Likewise.
8120         (cyrillic-alternativnyj): Likewise.
8122         * international/utf-8.el (ucs-mule-to-mule-unicode): Don't define
8123         this translation-table name here.
8124         (utf-translation-table-for-encode): New translation-table name.
8125         (utf-fragmentation-table): Renamed from utf-8-fragmentation-table.
8126         (utf-defragmentation-table): New variable.
8127         (ucs-mule-cjk-to-unicode): Renamed from utf-8-subst-rev-table.
8128         (utf-subst-table-for-encode): New translation-table name.
8129         (ucs-unicode-to-mule-cjk): Renamed from utf-8-subst-table.
8130         (utf-subst-table-for-decode): New translation-table name.
8131         (utf-fragment-on-decoding): Renamed from
8132         utf-8-fragment-on-decoding.  Correctly handle the case that
8133         unify-8859-on-encoding-mode is off.  Handle mule-utf-16-le and
8134         mule-utf-16-be too.
8135         (utf-translate-cjk): Renamed from utf-8-translate-cjk.
8136         Handle mule-utf-16-le and mule-utf-16-be too.
8137         (ccl-decode-mule-utf-8): Refer to utf-translation-table-for-decode
8138         and utf-subst-table-for-decode.
8139         (ccl-encode-mule-utf-8): Refer to utf-translation-table-for-encode
8140         and utf-subst-table-for-encode.
8141         (mule-utf-8): Fix `safe-charsets' property, put `dependency' property.
8143         * international/utf-8-subst.el: Setup ucs-unicode-to-mule-cjk and
8144         ucs-mule-cjk-to-unicode, not utf-8-subst-table and
8145         utf-8-subst-rev-table.
8147         * international/utf-16.el (utf-16-decode-ucs): Look up
8148         utf-subst-table-for-decode.  Fix for the case that the looking up
8149         succeeds.
8150         (ccl-decode-mule-utf-16-le): Translate characters by
8151         utf-translation-table-for-decode.
8152         (ccl-decode-mule-utf-16-be): Likewise.
8153         (ccl-encode-mule-utf-16-le): Look up utf-subst-table-for-encode
8154         at first.  Translate characters by utf-translation-table-for-encode.
8155         (ccl-encode-mule-utf-16-be): Likewise.
8156         (mule-utf-16-le, mule-utf-16-be): Add `dependency' property.
8158         * loadup.el: Preload international/utf-16.  Don't call ucs-unify-8859.
8160         * international/ucs-tables.el: Don't bind
8161         utf-8-translation-table-for-decode while setting up
8162         ucs-mule-8859-to-ucs-table, etc.  Add `depenency' property to
8163         iso-8859-* coding systems.
8164         (ucs-unify-8859): Arguments changed to FOR-ENCODE and FOR-DECODE.
8165         If FOR-DECODE is non-nil, make ucs-mule-8859-to-mule-unicode
8166         populate the translation table named
8167         ucs-translation-table-for-decode.  If FOR-ENCODE is non-nil, make
8168         ucs-mule-to-mule-unicode populates the translation table named
8169         utf-translation-table-for-encode.  Call register-char-codings for
8170         mule-utf-16-be and mule-utf-16-le too.
8171         (ucs-fragment-8859): Arguments changed to FOR-ENCODE and
8172         FOR-DECODE.  If FOR-DECODE is non-nil, make the translation table
8173         named ucs-translation-table-for-decode vacant.  If FOR-ENCODE is
8174         non-nil, make a proper char-table populates the translation table
8175         name utf-translation-table-for-encode.  Call register-char-codings
8176         for all mule-utf-* to to reset their status to the origianl.
8177         (unify-8859-on-encoding-mode): Call ucs-unify-8859 and
8178         ucs-fragment-8859 with fixed arguments.  Set the version to 21.3.
8179         (unify-8859-on-decoding-mode): Likewise.  Remove dependency.
8180         (ccl-encode-unicode-font): Delete.
8181         (ucs-tables-unload-hook): Delete.
8183         * international/mule.el (decode-char): Refer to the translation
8184         hash table named utf-subst-table-for-decode.  Refer to the
8185         translation table named utf-translation-table-for-decode instead
8186         of utf-8-translation-table-for-decode.
8187         (encode-char): Refer to the translation hash table named
8188         utf-subst-table-for-encode.  Refer to the translation table named
8189         utf-translation-table-for-encode instead of
8190         utf-8-translation-table-for-encode.
8192         * international/mule-diag.el (describe-coding-system):
8193         Describe `dependency' property.
8195         * international/mule-conf.el (emacs-mule): Add property `composition'.
8197         * international/fontset.el (ucs-mule-to-mule-unicode): Define this
8198         translation table name here.
8199         (ucs-mule-cjk-to-unicode): New translation table name.
8200         (ccl-encode-unicode-font): Merge the code in ucs-tables.el.
8201         (font-ccl-encoder-alist): Change the font registry pattern to
8202         "ISO10646.*-*".
8204 2002-09-30  Colin Walters  <walters@gnu.org>
8206         * calc/calc-stuff.el (calc-flush-caches): Add optional arg
8207         `inhibit-msg'.
8209         * calc/calc-prog.el (calc-kbd-report, calc-kbd-query): Don't bind
8210         `executing-kbd-macro' and `defining-kbd-macro'.
8212         * calc/calc-ext.el (calc-reset): Don't bind `executing-kbd-macro'.
8213         Call `calc-flush-caches' with inhibit-msg arg.
8214         (calc-change-mode): Remove extra arg for `calc-save-modes'.
8216         * calc/calc-mode.el (calc-save-modes): Remove `quiet' arg.
8217         Don't bind `executing-kbd-macro'.
8219 2002-09-29  Noah Friedman  <friedman@splode.com>
8221         * subr.el (read-key): Use read-key-auxiliary-map, not read-key-aux-map.
8223 2002-09-29  Richard M. Stallman  <rms@gnu.org>
8225         * startup.el (user-mail-address): Initialize to a useful value
8226         once Emacs is started up; initialize to "" at loadup time.
8227         (command-line): "", not nil, means user-mail-address not set yet.
8229 2002-09-29  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8231         * net/tramp.el: Version 2.0.24 released.
8232         (tramp-methods, tramp-completion-function-alist):
8233         Rename "*-old" methods to "*_old".  From Michael Albinus.
8234         (tramp-completion-function-alist):
8235         Use `tramp-completion-function-alist-ssh' for the "fcp" method.
8236         From Michael Albinus.
8237         (tramp-default-method-alist): Use "su" for "root@localhost".
8238         (tramp-host-regexp): Allow "#" for "host#port" kludge.
8239         (tramp-ange-ftp-file-name-p): If METHOD is nil, find the right
8240         default method.  Require additional args USER and HOST for this.
8241         Callers changed.
8242         (tramp-handle-file-local-copy): More local bindings.  Bind results
8243         of tramp-get-{remote,local}-{de,en}coding earlier to avoid nasty
8244         "are you awake" problem.
8245         (tramp-action-password): Protect against clobbered match data.
8246         (tramp-open-connection-setup-interactive-shell): Explicitly set
8247         tramp-last-cmd-time before invoking tramp-send-command the first
8248         time.  Otherwise, tramp-send-command would issue "echo are you
8249         awake" right at the first time, which is not what we want.
8250         Reported by Douglas Gray Stephens.
8251         (tramp-find-inline-encoding): Don't redirect stdout to
8252         /dev/null to avoid "chmode go-rwx" operation from "mimencode
8253         >/dev/null" as root(!), and to check the output of the decoding
8254         command.
8255         (tramp-maybe-open-connection): Don't send "are you awake" if
8256         process has died.
8258 2002-09-29  Colin Walters  <walters@gnu.org>
8260         * calc/calc.el (calc-dispatch-map): Actually set to keymap.
8262 2002-09-29  Mike Williams  <mdub@bigfoot.com>
8264         * textmodes/sgml-mode.el (sgml-guess-indent): Handle tabs correctly.
8266 2002-09-29  Richard M. Stallman  <rms@gnu.org>
8268         * custom.el (defcustom): Doc fix.
8270 2002-09-28  Richard M. Stallman  <rms@gnu.org>
8272         * loadhist.el (unload-feature): When undefining a variable,
8273         delete its buffer-local bindings.
8275 2002-09-28  Luc Teirlinck  <teirllm@mail.auburn.edu>
8277         * subr.el (remove-yank-excluded-properties): Fix bugs in
8278         handling of category properties.
8280 2002-09-28  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
8282         * ps-print.el (ps-print-emacs-type): Error if ps-print is
8283         activated in Epoch, inLucid or in Emacs v19 or lesser.
8284         Value can no longer be `lucid'.
8285         (ps-print-version): New version number (6.5.8).
8286         (faces): Never do (require 'faces).
8288 2002-09-28  Simon Josefsson  <jas@extundo.com>
8290         * mail/smtpmail.el (smtpmail-via-smtp): Only negotiate starttls on
8291         streams that were opened using starttls.
8293 2002-09-28  Paul Reilly  <pmr@pajato.com>
8295         * files.el (auto-mode-alist): Add support for Java Enterprise
8296         ARchive (ear/EAR) and Web ARchive (war/WAR) files.
8298 2002-09-28  John Paul Wallington  <jpw@shootybangbang.com>
8300         * progmodes/m4-mode.el (m4-font-lock-keywords)
8301         (m4-mode-syntax-table, m4-mode-abbrev-table, m4-m4-buffer)
8302         (m4-m4-region): Doc fixes.
8304 2002-09-27  Stefan Monnier  <monnier@cs.yale.edu>
8306         * emacs-lisp/cl-macs.el: Use the new usage-in-docstring syntax.
8307         (cl-push, cl-pop): Remove.
8308         Use pop and push throughout the file instead.
8309         (cl-transform-lambda): Add usage info to docstring if the arglist
8310         is complex.
8312         * emacs-lisp/autoload.el (make-autoload): Add usage info to docstring.
8313         (autoload-print-form): Also quote open-[-in-column 0.
8315         * help-fns.el (help-with-tutorial): Use minibuffer-completion-help.
8316         (help-split-fundoc): Don't support old syntax any more.
8317         (help-add-fundoc-usage): New fun.
8319         * emacs-lisp/cl-extra.el (cl-push, cl-pop): Remove.
8320         Use pop and push throughout the file instead.
8321         (cl-hash-lookup): Remove.
8322         (cl-make-hash-table, cl-hash-table-p, cl-gethash, cl-puthash)
8323         (cl-remhash, cl-clrhash, cl-maphash, cl-hash-table-count): Simplify.
8325         * emacs-lisp/cl-seq.el (cl-push, cl-pop): Remove.
8326         Use pop and push throughout the file instead.
8328         * emacs-lisp/edebug.el: Don't precompute menu shortcuts during
8329         loading since the current keymaps might be all weird.
8331         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't add properties
8332         to the name since they're added by mode-line-format already.
8333         (define-minor-mode): Run (,mode -1) when needed.
8335         * tar-mode.el (tar-untar-buffer): Handle dir-entries.
8336         (tar-summarize-buffer, tar-mode, tar-extract, tar-copy, tar-expunge)
8337         (tar-alter-one-field, tar-subfile-save-buffer, tar-mode-write-file):
8338         Don't hardcode 1 == point-min.
8340         * abbrev.el (write-abbrev-file): Don't hardcode point-min == 1.
8342         * subr.el (read-key-auxiliary-map): New var.
8343         (read-key): Use it.
8344         (make-temp-file): Make the file have mode 600.
8345         (add-minor-mode): Don't add properties to the name since it's
8346         added by mode-line-format already.
8347         Be more careful with the mode-line-menu entry name.
8349         * userlock.el (ask-user-about-supersession-threat): Don't abort
8350         when the user hits mouse-2.
8352         * register.el (set-register): Use push.
8353         (point-to-register): Set kill-buffer-hook in this buffer.
8354         (register-swap-out): Use dolist.
8355         (kill-buffer-hook): Don't change globally.
8357         * server.el (server-select-display): New function.
8358         (server-process-filter): Add support for `-display' and `-eval' args.
8359         (server-visit-files): Use save-current-buffer, push, and dolist.
8360         Add server-kill-buffer to kill-buffer-hook.
8361         (kill-buffer-hook): Don't modify globally.
8362         (server-switch-buffer): Be a bit more careful with multiple displays.
8363         (server-socket-name): Always use /tmp and non-qualified hostname.
8365         * uniquify.el (uniquify-rationalize-file-buffer-names):
8366         Add to kill-buffer-hook for buffers with conflict.
8367         (rename-buffer): Check kill-buffer-hook to see if there was a conflict.
8368         (uniquify-delay-rationalize-file-buffer-names): Remove useless check.
8369         (kill-buffer-hook): Don't change globally.
8371 2002-09-27  Stefan Monnier  <monnier@cs.yale.edu>.
8373         * calc/calc.el (calc-bug-address, calc-scan-for-dels, calc-stack)
8374         (calc-stack-top, calc-always-load-extensions)
8375         (calc-line-numbering, calc-line-breaking, calc-display-just)
8376         (calc-display-origin, calc-number-radix, calc-leading-zeros)
8377         (calc-group-digits, calc-group-char, calc-point-char)
8378         (calc-frac-format, calc-prefer-frac, calc-hms-format)
8379         (calc-date-format, calc-float-format, calc-complex-format)
8380         (calc-full-float-format, calc-complex-mode, calc-infinite-mode)
8381         (calc-display-strings, calc-matrix-just, calc-break-vectors)
8382         (calc-full-vectors, calc-full-trail-vectors, calc-vector-commas)
8383         (calc-vector-brackets, calc-matrix-brackets, calc-language)
8384         (calc-language-option, calc-function-open, calc-function-open)
8385         (calc-function-close, calc-language-output-filter)
8386         (calc-language-input-filter, calc-radix-formatter)
8387         (calc-left-label, calc-right-label, calc-word-size)
8388         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
8389         (calc-display-raw, calc-internal-prec, calc-inverse-flag)
8390         (calc-hyperbolic-flag, calc-keep-args-flag, calc-angle-mode)
8391         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
8392         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
8393         (calc-window-height, calc-display-trail, calc-show-selections)
8394         (calc-use-selections, calc-assoc-selections)
8395         (calc-display-working-message, calc-auto-why, calc-timing)
8396         (calc-display-sci-high, calc-display-sci-low, calc-other-modes)
8397         (calc-other-modes, calc-Y-help-msgs, calc-loaded-settings-file):
8398         Make into real defvars.
8399         (calc-mode-var-list): Delete.
8400         (calc-mode-save-mode, calc-standard-date-formats)
8401         (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
8402         (calc-user-parse-tables, calc-gnuplot-default-device)
8403         (calc-gnuplot-default-output, calc-gnuplot-print-device)
8404         (calc-gnuplot-print-output, calc-gnuplot-geometry)
8405         (calc-graph-default-resolution, calc-graph-default-resolution-3d)
8406         (calc-invocation-macro, calc-show-banner): Make into defvars,
8407         taken from `calc-mode-var-list'.
8408         (calc-emacs-type-epoch, calc-emacs-type-19)
8409         (calc-emacs-type-lucid, calc-emacs-type-gnu19): Make into defvars.
8410         (calc-version, calc-version-date, calc-trail-pointer)
8411         (calc-trail-overlay, calc-undo-list, calc-redo-list)
8412         (calc-main-buffer, calc-trail-buffer, calc-why, calc-next-why)
8413         (calc-inverse-flag, calc-hyperbolic-flag, calc-keep-args-flag)
8414         (calc-last-kill, calc-previous-alg-entry, calc-dollar-values)
8415         (calc-dollar-used, calc-hashes-used, calc-quick-prev-results)
8416         (calc-said-hello, calc-executing-macro, calc-any-selections)
8417         (calc-help-phase, calc-full-help-flag, calc-refresh-count)
8418         (calc-display-dirty, calc-prepared-composition)
8419         (calc-selection-cache-default-entry, calc-embedded-info)
8420         (calc-embedded-active, calc-standalone-flag, var-EvalRules)
8421         (math-eval-rules-cache-tag, math-radix-explicit-format)
8422         (math-expr-function-mapping, math-expr-variable-mapping)
8423         (math-read-expr-quotes, math-working-step, math-working-step-2)
8424         (var-i, var-pi, var-e, var-phi, var-gamma, var-Modes): Make into
8425         defvars, from toplevel setq.
8426         (calc-mode-map): Set up keymap in more modern fashion.
8427         (calc-dispatch-map): Ditto.
8428         (calc-command-flags, calc-final-point-line)
8429         (calc-final-point-column): Defvar.
8430         (calc-do): Use `save-current-buffer' instead of `save-excursion'.
8431         (sel-mode): Defvar.
8432         (calc-any-evaltos): Ditto.
8433         (calc-buffer, calc-prev-char, calc-prev-prev-char)
8434         (calc-digit-value): Ditto.
8435         (math-eval-rules-cache, math-eval-rules-cache-other): Ditto.
8436         (math-sub-bignum): Bind `diff'.
8437         (calc-selection-cache-entry): Defvar.
8438         (calc-count-lines): Reference `pos' instead of `newpos'.
8440 2002-09-27  Simon Josefsson  <jas@extundo.com>
8442         * mail/mail-hist.el (mail-hist-next-input): Fix docstring.
8444 2002-09-26  Richard M. Stallman  <rms@gnu.org>
8446         * mail/unrmail.el (unrmail): Do the work directly,
8447         without actually selecting the messages in the from file.
8448         (unrmail-unprune): New subroutine.
8450         * files.el (backup-buffer): Bind local var MODES.
8451         Don't use renaming for a suid or sgid file.
8452         Use backup-buffer-copy to do copying.
8453         (backup-buffer-copy): New subroutine.
8454         Clear suid and sgid bits for the copy.
8456 2002-09-26  Edward M. Reingold  <reingold@emr.cs.iit.edu>
8458         * calendar/solar.el (solar-equinoxes-solstices):
8459         Use time properly adjusted for DST in the result.
8461 2002-09-26  Richard M. Stallman  <rms@gnu.org>
8463         * follow.el (follow-generic-filter): Simply bind deactivate-mark.
8464         Bind inhibit-read-only; don't mess with buffer-read-only.
8466         * speedbar.el (speedbar-refresh): Simply bind deactivate-mark.
8468 2002-09-26  Luc Teirlinck  <teirllm@mail.auburn.edu>
8470         * ielm.el (inferior-emacs-lisp-mode): Treat the header as
8471         output, if comint-use-prompt-regexp-instead-of-fields is nil.
8473 2002-09-26  John Paul Wallington  <jpw@shootybangbang.com>
8475         * ibuffer.el (ibuffer-update): Call `minibufferp' with argument
8476         instead of within `with-current-buffer'.
8478 2002-09-26  Stephen Eglen  <stephen@gnu.org>
8480         * iswitchb.el (iswitchb-completions): Test that
8481         iswitchb-common-match-string is a string, before printing common
8482         completions.
8484 2002-09-25  Stefan Monnier  <monnier@cs.yale.edu>
8486         * server.el: Use built-in network primitives.
8487         (server-program, server-previous-string): Remove.
8488         (server-previous-strings): New var.
8489         (server-socket-name): New var.
8490         (server-log): Minor change to the output format.
8491         (server-sentinel): Clean up global state when a client disconnects.
8492         (server-unquote-arg): New fun.
8493         (server-start): Use server-socket-name and make-network-process.
8494         (server-process-filter): Now talks to the clients directly.
8495         Normalize file name after unquoting and decoding.
8496         (server-buffer-done): Just close the connection.
8497         (server-switch-buffer): Handle the case where all windows are
8498         dedicated or minibuffers.
8500         * font-lock.el (fast-lock-mode, lazy-lock-mode, jit-lock-mode):
8501         Don't bind them variables.
8502         (font-lock-turn-off-thing-lock, font-lock-after-fontify-buffer)
8503         (font-lock-after-unfontify-buffer): Check that the vars are bound.
8504         (font-lock-dont-widen): New var.
8505         (font-lock-default-fontify-region): Use it.
8507         * emacs-lisp/find-func.el (find-library-name):
8508         Correctly find "file.el.gz" from "file.elc" or "file.elc.gz".
8510 2002-09-25  Kenichi Handa  <handa@etl.go.jp>
8512         * international/mule-cmds.el (select-safe-coding-system):
8513         Handle safe but rejected default coding systems and unsafe default
8514         coding systems differently.
8516         * international/mule-diag.el (list-character-sets): Use the buffer
8517         name "*Character Set List*", not "*Help*".  List also indirectly
8518         supported character sets.
8519         (list-charset-chars): Use the buffer name "*Character List*", not
8520         "*Help*".  Display the current charset name in the modeline.
8521         (non-iso-charset-alist): Add mapped charset list for `mac-roman'.
8522         (sort-listed-character-sets): Don't alter the region showing
8523         indirectly supported charsets.
8525 2002-09-24  Simon Josefsson  <jas@extundo.com>
8527         * mail/mail-extr.el (mail-extr-ignore-single-names): Change default.
8528         (mail-extract-address-components): Doc fix.
8530 2002-09-24  Markus Rost  <rost@math.ohio-state.edu>
8532         * simple.el (edit-and-eval-command): Protect command-history.
8533         (repeat-complex-command): Protect command-history.
8535 2002-09-24  Juanma Barranquero  <lektu@terra.es>
8537         * replace.el (occur-find-match): New function.
8538         (occur-next, occur-prev): Use it.
8540         * progmodes/sh-script.el (sh-mark-init): Don't set `occur-buffer'.
8541         (sh-mark-line): Likewise. Use 'occur-target and 'occur-match
8542         instead of 'occur and 'occur-point.
8544         * eshell/em-unix.el (eshell-occur-mode-mouse-goto)
8545         (eshell-poor-mans-grep): Remove references to `occur-buffer'.
8547 2002-09-24  Stefan Monnier  <monnier@cs.yale.edu>
8549         * descr-text.el (describe-text-category): Use *Help*.
8550         Don't kill-buffer.
8551         (describe-text-properties, describe-char):
8552         Delay self-inspection test.  Use *Help*.
8553         Use syntax-after.  Use `pos' rather than (point).
8554         Distinguish the before/after part of a composition.
8556 2002-09-23  Kenichi Handa  <handa@etl.go.jp>
8558         * international/quail.el (quail-completion): Be sure to scroll
8559         quail-completion-buf.
8561 2002-09-23  Richard M. Stallman  <rms@gnu.org>
8563         * ielm.el (*1): Fix previous change.
8565 2002-09-23  Juanma Barranquero  <lektu@terra.es>
8567         * net/tramp.el (tramp-unified-filenames): Autoload it.
8569 2002-09-23  Michael Kifer  <kifer@cs.stonybrook.edu>
8571         * ediff-init.el (ediff-get-next-window): Bug fix.
8573 2002-09-22  Oliver Scholz  <alkibiades@gmx.de>
8575         * play/gamegrid.el (gamegrid-face): New variable to emulate a
8576         buffer-local default face.
8577         (gamegrid-xbm): New variable; XBM image as a replacement for
8578         `gamegrid-xpm' on Emacsen compiled without XPM-support.
8579         (gamegrid-colorize-glyph): Ported XEmacs-code for the generation
8580         of images to Emacs.
8581         (gamegrid-match-spec): Call `gamegrid-make-image-from-vector' to
8582         convert XEmacs-type image descriptors.
8583         (gamegrid-color-display-p): Remove (use `display-colors-p' instead.)
8584         (gamegrid-make-image-from-vector): New function.  Convert XEmacs'
8585         image descriptors.
8586         (gamegrid-display-type): Use Emacs' standard `display-.*-p'
8587         functions to check for display capabilities.  Fix the recognition
8588         of image-support in Emacs 21 by this way.
8589         (gamegrid-hide-cursor): Removed.
8590         (gamegrid-setup-default-font): Ported the code from XEmacs to
8591         Emacs: create a new face and assign the variable `gamegrid-face'
8592         to it.  Make sure that the face is not higher than the smallest
8593         image used by the game.
8594         (gamegrid-initialize-display): Use `(setq cursor-type nil)'
8595         instead of `gamegrid-hide-cursor'.
8596         (gamegrid-set-face): If `gamegrid-display-mode' is 'glyph, put an
8597         image in the buffer, instead of applying a face.  [This is because
8598         Emacs display-tables are not as capable as the display-tables in
8599         XEmacs.  Maybe this function should be renamed to reflect the change?]
8600         (gamegrid-init-buffer): If `gamegrid-display-mode' is 'glyph, put
8601         the face held by `gamegrid-face' in an overlay over the whole
8602         buffer to emulate a buffer-local default-face.
8604 2002-09-22  Markus Triska  <triska@gmx.at>  (iny change)
8606         * play/doctor.el (doctor-doc): Add 2 question words.
8607         (doctor-getnoun): Parse and save the complete object phrase.
8609 2002-09-22  Richard M. Stallman  <rms@gnu.org>
8611         * international/mule-cmds.el (select-safe-coding-system): Cope if
8612         default-coding-system gives nil which was then used in `min'.
8614         * mail/sendmail.el (sendmail-send-it): If user's buffer
8615         is unibyte, make tembuf unibyte.
8617 2002-09-22  Kai Gro\e,A_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
8619         * net/tramp.el: Version 2.0.22 released.
8620         (tramp-parse-rhosts, tramp-parse-shosts)
8621         (tramp-parse-hosts, tramp-parse-passwd): Apply `push' but
8622         `add-to-list' for performance reasons.
8623         (tramp-get-completion-user-host): Return `nil' in case both `user'
8624         and 'host' are empty (not necessarily `nil'.
8625         (tramp-parse-netrc, tramp-parse-netrc-group): New functions.
8626         (tramp-user-regexp): " \t" are not user regexp characters.
8627         (tramp-completion-handle-file-name-all-completions):
8628         Remove Ange-FTP cmpletion. It has a bug not handling the "/ftp:" prefix
8629         completely, and it returns local completions as well.
8630         (tramp-completion-function-alist-ftp): New constant.
8631         (tramp-completion-function-alist): Add completion function for "ftp".
8632         From Michael Albinus <Michael.Albinus@alcatel.de>.
8634 2002-09-22  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8636         * net/tramp.el: Version 2.0.21 released.
8637         (tramp-handle-file-newer-than-file-p): If mtime of both files is
8638         known, return a useful result.  Better error message in case one
8639         is a Tramp file and one isn't.
8640         (tramp-handle-file-local-copy, tramp-handle-write-region)
8641         (tramp-find-shell, tramp-open-connection-telnet)
8642         (tramp-open-connection-rsh, tramp-open-connection-su)
8643         (tramp-open-connection-setup-interactive-shell)
8644         (tramp-post-connection, tramp-maybe-open-connection)
8645         (tramp-method-out-of-band-p): Correct number of args for
8646         `tramp-get-rsh-program' and similar functions.
8648 2002-09-22  Kai Gro\e,A_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
8650         * net/tramp.el: Version 2.0.20 released.
8652 2002-09-20  Kai Gro\e,A_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
8654         * net/tramp.el (tramp-completion-function-alist): Escape open
8655         paren in docstring.
8656         (tramp-user-regexp, tramp-host-regexp): Allow empty strings.
8657         (tramp-handle-insert-file-contents): Call tramp-message-for-buffer
8658         instead of tramp-message.
8659         (tramp-open-connection-rsh): Handle empty string as user name.
8660         (tramp-open-connection-su): Handle empty string as host name.
8661         Handle nil user name.
8662         (tramp-handle-file-local-copy, tramp-handle-write-region)
8663         (tramp-completion-handle-file-name-all-completions)
8664         (tramp-open-connection-telnet, tramp-open-connection-rsh)
8665         (tramp-open-connection-su, tramp-post-connection)
8666         (tramp-maybe-open-connection, tramp-method-out-of-band-p)
8667         (tramp-get-connection-function, tramp-get-remote-sh)
8668         (tramp-get-rsh-program, tramp-get-rsh-args)
8669         (tramp-get-rcp-program, tramp-get-rcp-args)
8670         (tramp-get-rcp-keep-date-arg, tramp-get-su-program)
8671         (tramp-get-su-args, tramp-get-telnet-program)
8672         (tramp-get-telnet-args): Use `tramp-find-method', perhaps require
8673         additional args USER, HOST.
8674         (tramp-action-password, tramp-open-connection-telnet)
8675         (tramp-open-connection-su, tramp-open-connection-multi)
8676         (tramp-method-out-of-band-p): `tramp-method-out-of-band-p' now
8677         takes USER and HOST arguments, to be able to use
8678         `tramp-find-method'.  Update callers.
8679         (tramp-find-method): New function.
8681 2002-09-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8683         * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
8684         in SWITCHES (by removing it).
8686 2002-09-18  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8688         * net/tramp.el (tramp-file-name-handler): Add `file-remote-p' property.
8690 2002-09-17  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8692         * net/tramp.el (top-level): Maybe autoload uudecode-decode-region.
8694 2002-09-16  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8696         * net/tramp.el (tramp-bug): Add tramp-methods.
8698 2002-09-16  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8700         * net/tramp.el (tramp-methods): Update docstring:
8701         tramp-encoding-command, tramp-decoding-command,
8702         tramp-encoding-function and tramp-decoding-function are not
8703         parameters anymore.
8704         (tramp-uuencode-region): Autoload it.
8706 2002-09-13  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8708         * net/tramp.el: Version 2.0.19 released.
8710         * net/tramp-uu.el: New file, implements uuencode in Lisp.
8712         * net/tramp.el (tramp-coding-commands):
8713         Use `tramp-uuencode-region' as local encoder for the uuencode based
8714         entries.
8716 2002-09-13  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8718         * net/tramp.el (tramp-handle-write-region): Wrong parens.
8720 2002-09-13  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8722         * net/tramp.el: Version 2.0.18 released.
8724         * net/tramp.el (tramp-perl-decode): Perl changes to accomodate
8725         older versions of Perl.  Now tested with 5.004.  Suggestion from
8726         Michael Albinus.
8728 2002-09-12  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8730         * net/tramp.el (tramp-find-inline-encoding):
8731         Call tramp-call-local-coding-command with nil for INPUT and OUTPUT.
8732         (tramp-call-local-coding-command): OUTPUT equals nil means to
8733         discard the output.  INPUT equals nil means /dev/null.
8735 2002-09-12  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8737         * net/tramp.el (tramp-encoding-shell): Default to environment
8738         variable COMSPEC on Windows.
8739         (tramp-handle-write-region): More debugging output.
8740         (tramp-find-inline-encoding): Ditto.
8742 2002-09-11  Michael Albinus  <Michael.Albinus@alcatel.de>
8744         * net/tramp.el (tramp-completion-handle-file-name-all-completions):
8745         Define `result1'.
8746         (tramp-parse-hosts-group): Discard IPv6 entries.
8748 2002-09-11  Kai Gro\e,A_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
8750         * net/tramp.el (tramp-post-connection): Only send Perl
8751         mime-encode/decode implementations when using inline method.
8752         (tramp-handle-file-local-copy)
8753         (tramp-handle-write-region, tramp-post-connection)
8754         (tramp-coding-commands, tramp-find-inline-encoding): For the
8755         inline encodings, distinguish between local and remote commands,
8756         instead of between commands and functions.  (The local commands
8757         can be functions, too.)  If the local host is a Windows machine,
8758         we can't expect the same commands to work there as on the remote host.
8759         (tramp-call-local-coding-command): New function for calling local
8760         encoding and decoding commands.
8761         (tramp-set-remote-encoding, tramp-get-remote-encoding)
8762         (tramp-set-remote-decoding, tramp-get-remote-decoding)
8763         (tramp-set-local-encoding, tramp-get-local-encoding)
8764         (tramp-set-local-decoding, tramp-get-local-decoding): New functions.
8765         (tramp-get-encoding-command, tramp-set-encoding-command)
8766         (tramp-get-decoding-command, tramp-set-decoding-command)
8767         (tramp-get-encoding-function, tramp-set-encoding-function)
8768         (tramp-get-decoding-function, tramp-set-decoding-function):
8769         Old functions, removed.
8771 2002-09-10  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8773         * net/tramp.el (tramp-open-connection-setup-interactive-shell):
8774         Change command to invoke /bin/sh slightly to make it compatible
8775         with the `rc' shell.  Suggested by Daniel Pittman.
8777 2002-09-10  Michael Albinus  <Michael.Albinus@alcatel.de>
8779         * net/tramp.el (tramp-handle-write-region): Added missing
8780         `)'.  Hope it's the right place.
8782 2002-09-09  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8784         * net/tramp.el (tramp-open-connection-setup-interactive-shell):
8785         Do "exec env PS1='$ ' /bin/sh" instead of just "exec /bin/sh" in
8786         order to get a sane shell prompt.  If people have ${CWD}, say, in
8787         their shell prompt, then the default login shell might display
8788         something harmless, but the /bin/sh will display a dollar sign
8789         which confused the subsequent prompt recognition.
8790         (tramp-multi-action-password): More debugging output.
8791         (tramp-encoding-shell): Renamed from tramp-sh-program.
8792         More documentation.  Default to cmd.exe on Windows NT.
8793         (tramp-encoding-command-switch): New variable.  Use instead of
8794         hard-wired "-c" which is only good for /bin/sh.
8795         (tramp-encoding-reads-stdin): New variable.  If t, commands are
8796         called like "/bin/sh -c COMMAND <INPUT", if nil, they are called
8797         like "/bin/sh -c COMMAND INPUT", ie the input file is the last arg.
8798         (tramp-multi-sh-program): Always default to tramp-encoding-shell.
8799         (tramp-handle-file-local-copy, tramp-handle-write-region):
8800         Respect tramp-encoding-shell and friends.
8801         (tramp-find-inline-encoding): Use new-style calls for checking if
8802         the local commands work.
8804 2002-09-07  Michael Albinus  <Michael.Albinus@alcatel.de>
8806         * net/tramp.el (tramp-methods): Remove `tramp-completion-function'
8807         entries. They are handled now by `tramp-completion-function-alist'.
8808         (tramp-completion-function): Defvar removed. I've never used
8809         it. Hmm.
8810         (tramp-get-completion-function)
8811         (tramp-get-completion-rsh, tramp-get-completion-ssh)
8812         (tramp-get-completion-telnet, tramp-get-completion-su):
8813         Functions removed as well.  Not necessary any longer due to extended
8814         customization means.
8815         (tramp-completion-function-alist): New defcustom. Holds all
8816         FUNCTION FILE pairs used for user and host name completion
8817         relevant for METHOD.
8818         (tramp-completion-function-alist-rsh)
8819         (tramp-completion-function-alist-ssh)
8820         (tramp-completion-function-alist-telnet)
8821         (tramp-completion-function-alist-su): Defconst for initializing
8822         `tramp-completion-function-alist'. Unfortunately, mainly UNIX-like
8823         values are known for me until now. Needs to be completed for at
8824         least VMS++ like operating systems.
8825         (tramp-set-completion-function)
8826         (tramp-get-completion-function): New functions for configuration
8827         of `tramp-completion-function-alist'. The old definition of
8828         `tramp-get-completion-function' has been discarded.
8829         (tramp-completion-handle-file-name-all-completions):
8830         Change function call for user/host completion according to definition
8831         in `tramp-completion-function-alist'.
8832         (tramp-parse-passwd): Added exception handling for "root", because
8833         `tramp-get-completion-su' (the previous place for this stuff)
8834         doesn't exist any longer.
8836 2002-09-07  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8838         * net/tramp.el (tramp-enter-password):
8839         Use `tramp-password-end-of-line' to terminate the line.
8840         (tramp-bug): Include new variable `tramp-password-end-of-line'.
8841         (tramp-password-end-of-line): New variable.  People who use plink
8842         under Windows might have to issue "\r\n" after the password, but
8843         they need to send just "\n" after the other commands.  So this
8844         variable was introduced to complement `tramp-rsh-end-of-line'.
8845         (tramp-wait-for-output, tramp-post-connection): Allow "\r" at end
8846         of line of the output delimiter.
8848 2002-09-06  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8850         * net/tramp.el (tramp-handle-file-local-copy, tramp-find-shell)
8851         (tramp-open-connection-setup-interactive-shell): Add some comments
8852         about Douglas Grey Stephen's suggestions to make Tramp work better
8853         with plink under Windows.  I'm not sure what to think of them, but
8854         now I have a guinea pig to try it out on.  Said guinea pig is
8855         having other problems, though...  Also remove some commented-out code.
8857 2002-09-06  Michael Albinus  <Michael.Albinus@alcatel.de>
8859         * net/tramp.el (tramp-get-completion-methods): Algorithm slightly
8860         tuned.
8861         (tramp-get-completion-user-host): Accept user names as they are if
8862         typed until "@".
8863         (tramp-completion-mode): Replace `last-input-char' by modern
8864         `last-input-event'. Check for `event-modifiers'.
8866 2002-09-06  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8868         * net/tramp.el (file-expand-wildcards): Corrected check to see if
8869         advising is necessary.
8871 2002-09-05  Michael Albinus  <Michael.Albinus@alcatel.de>
8873         * net/tramp.el (tramp-postfix-single-method-format)
8874         (tramp-postfix-multi-method-format)
8875         (tramp-postfix-multi-hop-format)
8876         (tramp-postfix-user-format): New format strings.
8877         (tramp-postfix-single-method-regexp)
8878         (tramp-postfix-multi-method-regexp)
8879         (tramp-postfix-multi-hop-regexp)
8880         (tramp-postfix-user-regexp)
8881         (tramp-make-multi-tramp-file-format)
8882         (tramp-make-tramp-file-name): Apply them.
8883         (tramp-completion-handle-file-name-all-completions): Fix for
8884         invoking ange-ftp in case of "/ftp:xxx" file names.
8886 2002-09-04  Michael Albinus  <Michael.Albinus@alcatel.de>
8888         * net/tramp.el (tramp-prefix-format)
8889         (tramp-postfix-host-format): New format strings.
8890         (tramp-prefix-regexp, tramp-method-regexp)
8891         (tramp-postfix-single-method-regexp)
8892         (tramp-postfix-multi-method-regexp)
8893         (tramp-postfix-multi-hop-regexp)
8894         (tramp-user-regexp, tramp-postfix-user-regexp)
8895         (tramp-host-regexp, tramp-postfix-host-regexp)
8896         (tramp-path-regexp): New atomar regular expressions.
8897         If corresponding format strings exist, derived from them.
8898         (tramp-file-name-structure)
8899         (tramp-multi-file-name-structure)
8900         (tramp-multi-file-name-hop-structure)
8901         (tramp-make-multi-tramp-file-format)
8902         (tramp-completion-mode)
8903         (tramp-completion-dissect-file-name)
8904         (tramp-parse-rhosts-group)
8905         (tramp-parse-shosts-group)
8906         (tramp-parse-hosts-group)
8907         (tramp-parse-passwd-group): Apply these expressions.
8908         (tramp-file-name-structure-unified)
8909         (tramp-file-name-structure-separate)
8910         (tramp-make-tramp-file-format-unified)
8911         (tramp-make-tramp-file-format-separate)
8912         (tramp-make-tramp-file-format)
8913         (tramp-make-tramp-file-user-nil-format-unified)
8914         (tramp-make-tramp-file-user-nil-format-separate)
8915         (tramp-make-tramp-file-user-nil-format)
8916         (tramp-multi-file-name-structure-unified)
8917         (tramp-multi-file-name-structure-separate)
8918         (tramp-multi-file-name-hop-structure-unified)
8919         (tramp-multi-file-name-hop-structure-separate)
8920         (tramp-make-multi-tramp-file-format-unified)
8921         (tramp-make-multi-tramp-file-format-separate): Removed.
8922         (tramp-make-tramp-file-name): Allow partial tramp file
8923         names. Generate tramp file format on-the-fly depending on
8924         parameters. Apply atomar format strings resp expressions.
8925         (tramp-get-completion-methods)
8926         (tramp-get-completion-user-host): Apply `tramp-make-tramp-file-name'.
8927         (tramp-parse-hosts-group): Take all host names and IP addresses
8928         into account.
8929         (tramp-bug): Remove `tramp-make-tramp-file-format'.
8931 2002-09-01  Michael Albinus  <Michael.Albinus@alcatel.de>
8933         * net/tramp.el (tramp-methods): Add `tramp-completion-function'
8934         for "su" and "sudo".
8935         (tramp-get-completion-telnet): Implement it.
8936         (tramp-parse-hosts)
8937         (tramp-parse-hosts-group)
8938         (tramp-get-completion-su)
8939         (tramp-parse-passwd)
8940         (tramp-parse-passwd-group): New functions.
8942 2002-08-31  Michael Albinus  <Michael.Albinus@alcatel.de>
8944         * net/tramp.el (tramp-completion-mode): Check for `last-input-char'.
8945         (tramp-completion-file-name-handler-alist): Add handler for
8946         `file-exists-p.
8947         (tramp-completion-handle-file-exists-p): New function.
8948         (tramp-completion-handle-file-name-completion): Simplified.
8949         (tramp-completion-dissect-file-name): Regexp's reorganised.
8950         (tramp-completion-handle-file-name-all-completions):
8951         Call completion-function only if `user' or `host' is given.
8952         (tramp-get-completion-user-host): New function.
8953         (tramp-get-completion-rsh)
8954         (tramp-get-completion-ssh): Apply it.
8956 2002-08-29  Michael Albinus  <Michael.Albinus@alcatel.de>
8958         * net/tramp.el (tramp-completion-file-name-handler-alist):
8959         Add handler for `expand-file-name'.
8960         (tramp-completion-handle-expand-file-name): New function.
8962 2002-08-26  Michael Albinus  <Michael.Albinus@alcatel.de>
8964         * net/tramp.el (tramp-completion-mode): New function.
8965         (tramp-completion-handle-file-name-directory)
8966         (tramp-completion-handle-file-name-all-completions): Apply it.
8967         (tramp-methods): Remove double definition of `ssh1-old' and `ssh2-old'.
8968         (tramp-point-at-eol): New defalias.
8969         (tramp-parse-rhosts-group)
8970         (tramp-parse-shosts-group):: Apply it.
8972 2002-08-25  Michael Albinus  <Michael.Albinus@alcatel.de>
8974         * net/tramp.el (tramp-get-completion-methods)
8975         (tramp-get-completion-rsh)
8976         (tramp-get-completion-ssh): Add "[" for Xemacs.
8977         (tramp-completion-file-name-regexp-separate): Expression adapted.
8978         (tramp-completion-file-name-handler-alist): Add handler for
8979         `file-name-directory' and `file-name-nondirectory'.
8980         (tramp-completion-handle-file-name-directory)
8981         (tramp-completion-handle-file-name-nondirectory)
8982         (tramp-completion-run-real-handler): New functions.
8983         (tramp-completion-file-name-handler)
8984         (tramp-completion-handle-file-name-all-completions):
8985         Apply `tramp-completion-run-real-handler'.
8986         (tramp-parse-rhosts)
8987         (tramp-parse-shosts): Use `with-temp-buffer'. `result\e$,1!=\e(B renamed to
8988         `res' (otherwise side effects in XEmacs).
8990 2002-08-24  Michael Albinus  <Michael.Albinus@alcatel.de>
8992         * net/tramp.el (tramp-completion-file-name-regexp)
8993         (tramp-completion-file-name-handler-alist)
8994         (tramp-flatten-list)
8995         (tramp-completion-dissect-file-name)
8996         (tramp-get-completion-rsh)
8997         (tramp-parse-rhosts)
8998         (tramp-parse-rhosts-group)
8999         (tramp-get-completion-ssh): Doc string tuned.
9000         (tramp-methods): Doc string and custom type extended for
9001         `tramp-completion-function'.
9002         (tramp-completion-function): Variable added. Is it really used?
9003         Other variables like `tramp-completion-function' aren't used.
9004         (tramp-completion-file-name-handler-alist): Add handler for
9005         `file-name-completion'.
9006         (tramp-completion-handle-file-name-completion): New function.
9008 2002-08-18  Michael Albinus  <Michael.Albinus@alcatel.de>
9010         * net/tramp.el (tramp-parse-rhosts)
9011         (tramp-parse-rhosts-group)
9012         (tramp-parse-shosts)
9013         (tramp-parse-shosts-group): New functions.
9015 2002-08-17  Michael Albinus  <Michael.Albinus@alcatel.de>
9017         * net/tramp.el (tramp-completion-dissect-file-name)
9018         (tramp-completion-dissect-file-name1): New functions.
9020 2002-08-16  Michael Albinus  <Michael.Albinus@alcatel.de>
9022         * net/tramp.el (tramp-get-completion-function)
9023         (tramp-get-completion-rsh)
9024         (tramp-get-completion-ssh)
9025         (tramp-get-completion-telnet): New functions.
9026         (tramp-methods): Add `tramp-completion-function' for all methods.
9028 2002-08-15  Michael Albinus  <Michael.Albinus@alcatel.de>
9030         * net/tramp.el (tramp-get-completion-methods): New function.
9031         (tramp-find-default-method): Allow host to be nil (like user).
9033 2002-08-14  Michael Albinus  <Michael.Albinus@alcatel.de>
9035         * net/tramp.el (tramp-completion-file-name-regexp-unified)
9036         (tramp-completion-file-name-regexp-separate)
9037         (tramp-completion-file-name-regexp)
9038         (tramp-completion-file-name-handler-alist): New defcustoms.
9039         (tramp-completion-file-name-handler): New function.
9040         Add `tramp-completion-file-name-handler' to `file-name-handler-alist'.
9041         (tramp-run-real-handler): Add `tramp-completion-file-name-handler'
9042         to `inhibit-file-name-handlers'.
9043         (tramp-completion-handle-file-name-all-completions)
9044         (tramp-completion-handle-file-name-completion): New functions.
9046 2002-08-12  Michael Albinus  <Michael.Albinus@alcatel.de>
9048         * net/tramp.el (tramp-invoke-ange-ftp): `tramp-disable-ange-ftp'
9049         must be called again after activating `ange-ftp'.
9050         (tramp-ange-ftp-file-name-p): Check for Xemacs.
9052 2002-08-08  Michael Albinus  <Michael.Albinus@alcatel.de>
9054         * net/tramp.el (tramp-do-copy-or-rename-file): Don't pass
9055         KEEP-DATE to tramp-invoke-ange-ftp 'rename.
9056         (tramp-handle-write-region): Don't pass LOCKNAME and CONFIRM to
9057         tramp-invoke-ange-ftp 'write-region.
9058         (tramp-handle-set-file-modes): Change order of FILENAME and MODE
9059         passing to tramp-invoke-ange-ftp 'set-file-modes.
9060         (tramp-flatten-list): New function. Maybe this functionality does
9061         exist already elsewhere in the libraries.
9062         (tramp-invoke-ange-ftp): Apply `tramp-flatten-list' to parameter
9063         list in order to avoid nested lists, f.e. when invoked from
9064         `tramp-handle-dired-call-process'.
9066 2002-09-05  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9068         * net/tramp.el (tramp-chunksize): New kluge variable.
9069         (tramp-send-region): If tramp-chunksize is non-nil, send region in
9070         parts and sleep 0.1 seconds between chunks.
9072 2002-09-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9074         * net/tramp.el (tramp-handle-insert-directory):
9075         Use `insert-buffer-substring' instead of `insert-buffer', which is not
9076         supposed to be used from Lisp.  Remember old point in a variable
9077         instead of using `mark'.  Suggestion from Stefan Monnier.
9078         (tramp-unified-filenames): New variable.  Use it in default value
9079         of other filename variables.
9080         (file-expand-wildcards): Don't advise unless "[" and "]" are used
9081         in the filename format.
9083 2002-09-01  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9085         * net/tramp.el (tramp-methods): Remove duplicate definition of
9086         ssh1-old and ssh2-old.
9088 2002-09-22  Kai Gro\e,A_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
9090         * dired.el (dired-insert-directory): Always add "--dired" to to
9091         SWITCHES for remote files.
9092         * files.el (insert-directory): Comment saying that "--dired"
9093         might be in the SWITCHES.
9094         * net/ange-ftp.el (ange-ftp-ls): Handle "--dired" in LSARGS.
9095         (ange-ftp-insert-directory): Comment explaining "--dired" handling.
9097 2002-09-21  Markus Rost  <rost@math.ohio-state.edu>
9099         * mail/mailabbrev.el (mail-abbrev-make-syntax-table): Give %!._-
9100         word constituent syntax.
9102 2002-09-21  Richard M. Stallman  <rms@gnu.org>
9104         * cus-dep.el (custom-make-dependencies): Bind to t
9105         around evaluating the def-form.
9107         * custom.el (custom-dont-initialize): New variable.
9108         (custom-declare-variable): Don't init the variable
9109         if custom-dont-initialize is non-nil.
9111 2002-09-21  John Paul Wallington  <jpw@shootybangbang.com>
9113         * net/eudc.el (eudc-install-menu): Use `define-key' and
9114         `easy-menu-create-menu' to avoid duplication of menu.
9116 2002-09-20  Kim F. Storm  <storm@cua.dk>
9118         * kmacro.el (kmacro-step-edit-query): Use RET to execute rest of
9119         macro and terminate editing.
9120         (kmacro-step-edit-macro): Push previous macro onto ring if changed
9121         by step editing.
9123 2002-09-19  Tom Tromey  <tromey@redhat.com>
9125         * play/blackbox.el (bb-right): Respect prefix argument.
9126         (bb-left, bb-up, bb-down): Likewise.
9128 2002-09-19  Richard M. Stallman  <rms@gnu.org>
9130         * cus-dep.el (custom-make-dependencies): Fix previous change.
9132 2002-09-19  Juanma Barranquero  <lektu@terra.es>
9134         * ielm.el (ielm-eval-input): Call `error-message-string' instead
9135         of the non-existent `ielm-format-error'.
9137 2002-09-19  Stefan Monnier  <monnier@cs.yale.edu>
9139         * emacs-lisp/easymenu.el (easy-menu-remove):
9140         * emacs-lisp/ewoc.el (ewoc--node-branch): Add docstring.
9142         * international/mule-diag.el (describe-coding-system):
9143         Remove unused `coding-spec' variable.
9144         (list-input-methods): Be more careful when setting up the help buffer.
9146         * international/ucs-tables.el (unify-8859-on-encoding-mode):
9147         Set init value to t to reflect reality.
9148         (ucs-minibuffer-setup): Use minibuffer-selected-window.
9150 2002-09-18  Stefan Monnier  <monnier@cs.yale.edu>
9152         * progmodes/make-mode.el (makefile-cleanup-continuations-p):
9153         Rename to makefile-cleanup-continuations.
9154         (makefile-mode): Use write-file-functions.
9155         (makefile-fill-paragraph): Use match-string-no-properties.
9156         (makefile-fill-paragraph): Use line-end-position.
9157         (makefile-add-log-defun): Simplify.
9159 2002-09-18  Richard M. Stallman  <rms@gnu.org>
9161         * dired.el (dired-mark-pop-up): Doc fix.
9163         * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs): Put the
9164         definition straight into loaddefs.el as well as executing it here.
9166 2002-09-18  Colin Walters  <walters@debian.org>
9168         * calc/calc.el (calc-mode): Add font-lock-defontify to
9169         change-major-mode-hook.
9171 2002-09-18  Richard M. Stallman  <rms@gnu.org>
9173         * Makefile.in (bootstrap-clean): Use cd to shorten arg strings.
9174         Don't ignore errors in rm line.
9176         * menu-bar.el (menu-bar-search-menu): Nicer help string.
9178         * replace.el (occur-engine-add-prefix): Use 7 spaces.
9179         (occur-engine): Use 7 digits to align tabs in the data.
9181         * emacs-lisp/bytecomp.el (byte-compile-output-docform):
9182         Don't make the definition dynamic if it shares structure
9183         with the arg list.
9185         * gud.el (gud-pdb-marker-regexp): Allow : and \ in file name.
9186         (pdb): In gud-remove, pass down the file name.
9188         * cus-dep.el (custom-make-dependencies): Sort MEMBERS before use.
9190 2002-09-18  Luc Teirlinck  <teirllm@mail.auburn.edu>
9192         * ielm.el: (*1, *2, *3): New variables.
9193         (ielm-eval-input): Make temporary buffers current on entry and
9194         exit to the let bindings for *, ** and ***.
9195         (inferior-emacs-lisp-mode): Mention *1, *2 and *3 in the docstring.
9196         Do not overrule global bindings for *, ** and ***.
9198 2002-09-18  Tom Tromey  <tromey@redhat.com>
9200         * progmodes/make-mode.el (makefile-fill-paragraph): Find comment
9201         boundaries before filling.
9203 2002-09-18  Stefan Monnier  <monnier@cs.yale.edu>
9205         * server.el (server-done): Fix harmlessly wrong arg to save-buffer.
9206         (server-switch-buffer): Only select a different window if
9207         next-buffer is non-nil.  Don't switch in a dedicated window.
9208         If next-buffer is already displayed, reuse that window.
9210         * diff-mode.el (diff-mode): Use compilation-minor-mode.
9211         Don't unbind compilation-last-buffer after autoloading compile.el.
9212         Hide the compilation-minor-mode bindings altogether.
9214 2002-09-18  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9216         * dired.el (dired-insert-directory): Never add "--dired" when
9217         listing remote directories.
9219 2002-09-18  Michael Kifer  <kifer@cs.stonybrook.edu>
9221         * ediff-hooks.el: Put back the autoloads (for XEmacs compatibility).
9223         * ediff-init.el: Use defalias instead of fset.
9225         * ediff-util.el: Use defalias instead of fset.
9227         * viper-util.el (viper-chars-in-region): Simplification.
9229         * viper.el (viper-emacs-state-mode-list): Added modes.
9231 2002-09-18  Jonathan Yavner  <jyavner@engineer.com>
9233         * emacs-lisp/testcover.el: New file.  Uses edebug to instrument a
9234         module of code, with graphical display of poor-coverage spots.
9236         * emacs-lisp/testcover-ses.el: New file.  Demonstrates use of
9237         testcover on a interactive module like ses.
9239         * emacs-lisp/testcover-unsafep.el: New file.  Demonstrates use of
9240         testcover on a noninteractive module like unsafep.
9242 2002-09-18  Miles Bader  <miles@gnu.org>
9244         * diff-mode.el (diff-mode): Don't evaluate `compilation-last-buffer'
9245         unless it's bound.
9247 2002-09-17  Stefan Monnier  <monnier@cs.yale.edu>
9249         * server.el (server-log): Add `client' arg.
9250         (server-start): Don't bother canceling the sentinel.
9251         (server-process-filter): Use replace-regexp-in-string and
9252         handle the new &n quoting.  Use push.  Use server-log's new arg.
9253         Don't output the C-x # message if `nowait'.
9254         (server-buffer-done): Use server-log's new arg.
9256 2002-09-16  Jonathan Yavner  <jyavner@engineer.com>
9258         * ses.el: New file.
9260         * emacs-lisp/unsafep.el: New file.
9262         * files.el (auto-mode-alist): Add ".ses" for ses-mode.
9263         (inhibit-quit): This is risky for unsafep, doesn't matter much for
9264         anybody else.
9265         (risky-local-variable-p): New function.  Split off from
9266         hack-one-local-variable so unsafep can use it.  Add \|-history$ to
9267         the list of disallowed local variable names (malicious user could
9268         stuff a `display' property in there that would be activated when
9269         na\e,Ao\e(Bve user called up the history).
9271 2002-09-16  Markus Rost  <rost@math.ohio-state.edu>
9273         * ls-lisp.el (ls-lisp-format-time-list): Fix type and provide :tag's.
9275 2002-09-16  Richard M. Stallman  <rms@gnu.org>
9277         * play/gomoku.el (gomoku-move-up, gomoku-move-down):
9278         Use forward-line and move-to-column.
9280         * cus-edit.el (custom-variable-backup-value): New function.
9281         (custom-variable-reset-backup): New function.
9282         (custom-variable-menu): Add item for custom-variable-reset-backup.
9283         (custom-variable-set, custom-variable-reset-saved)
9284         (custom-variable-reset-standard): Call custom-variable-backup-value.
9286 2002-09-16  Stefan Monnier  <monnier@cs.yale.edu>
9288         * dired.el (dired-font-lock-keywords): Use regexp-opt.
9289         (dired-move-to-filename): Better message when we fail to find the file.
9290         (dired-sort-toggle): Minor optimization.
9292 2002-09-16  Juanma Barranquero  <lektu@terra.es>
9294         * dired-aux.el (dired-add-entry): Add missing argument to
9295         `dired-mark'.
9297 2002-09-16  John Paul Wallington  <jpw@shootybangbang.com>
9299         * xscheme.el (scheme-interaction-mode): Doc fix.
9301         * net/eudc.el (eudc-plist-get): Doc fix.
9303 2002-09-16  Kim F. Storm  <storm@cua.dk>
9305         * menu-bar.el (menu-bar-last-search-type): New var.
9306         (nonincremental-repeat-search-forward)
9307         (nonincremental-repeat-search-backward): Repeat string or
9308         regexp search depending on menu-bar-last-search-type.
9309         (nonincremental-search-forward, nonincremental-re-search-forward)
9310         (nonincremental-search-backward, nonincremental-re-search-backward):
9311         Set menu-bar-last-search-type to string or regexp.
9312         (nonincremental-repeat-re-search-forward): Removed.
9313         (nonincremental-repeat-re-search-backward): Removed.
9314         (menu-bar-replace-menu): New keymap for "Edit->Replace" submenu.
9315         (menu-bar-i-search-menu): New keymap for "Incremental Search" submenu.
9316         (menu-bar-adv-search-menu): Removed.
9317         (menu-bar-search-menu): Reorganized.
9318         (menu-bar-edit-menu): Added "Replace" submenu.
9320 2002-09-15  Richard M. Stallman  <rms@gnu.org>
9322         * scroll-bar.el (scroll-bar-mode): Specify :initialize.
9324         * menu-bar.el (menu-bar-make-mm-toggle): Don't put a quote befor FNAME
9325         when it's not being evaluated.
9327 2002-09-15  Markus Rost  <rost@math.ohio-state.edu>
9329         * dired.el (dired-move-to-filename): Fix previous change.
9331 2002-09-14  Kim F. Storm  <storm@cua.dk>
9333         * emulation/keypad.el (keypad-setup, keypad-shifted-setup)
9334         (keypad-numlock-setup, keypad-numlock-shifted-setup):
9335         Change `Remove Binding' option to `Unspecified/User-defined'.
9336         (keypad-setup): Enhance explanation of setup type `none'.
9338 2002-09-14  Richard M. Stallman  <rms@gnu.org>
9340         * time.el (display-time-mode): Set display-time-load-average here.
9341         (display-time-load-average): Initialize to nil.
9342         (display-time-default-load-average): Add "None" alternative.
9343         (display-time-update): Handle "None" alternative for load-average.
9345         * dired-aux.el (dired-bunch-files): Put the arg FILES
9346         back as it was after temporary destrucive mods.
9347         (dired-add-entry): Use dired-insert-directory to handle indentation.
9348         Explicitly restore the line's marker character.
9349         Preserve the old file name's text properties.
9350         (dired-add-entry-do-indentation): Function deleted.
9351         (dired-relist-file): Doc fix.
9352         (dired-rename-file): Change argument names.
9353         (foo-rename-file): New function.
9354         (dired-do-hardlink): Use dired-hardlink.
9355         (dired-hardlink): New function.
9356         (dired-insert-subdir-doinsert): Use dired-insert-directory;
9357         that handles indentation, text props and header line.
9358         dired-readin-insert gets no args.
9359         Use `last' instead of `reverse'.
9361         * dired.el (dired-use-ls-dired): New variable.
9362         (dired-directory): Document the rules better.
9364         * dired.el (dired-insert-headerline): Function deleted.
9365         (dired-revert): Pass no args to dired-readin.
9366         (dired-move-to-filename): First try using dired-filename property.
9367         (dired-move-to-end-of-filename): Likewise.
9368         (dired-why): Try to show the start of this page of warnings.
9369         (dired-log): Insert the buffer name at start of page, not end.
9370         (dired-log-summary): If just one failure, explain it in echo area.
9372         * dired.el (dired-internal-noselect):
9373         Always set dired-directory, when buffer is not new.
9374         Pass dir-or-list, not dirname, to dired-mode.
9375         Call dired-readin with no args.
9376         Don't call dired-after-readin-hook here.
9377         (dired-find-buffer-nocreate): Expand dirname.
9378         Expand the dir from dired-directory to compare with dirname.
9380         (dired-readin): Take no args.  Get the directory from dired-directory.
9381         Run dired-before-reading hook inside save-excursion.
9382         Run dired-after-readin-hook here.
9383         Don't make undo entries at all.
9384         Call dired-readin-insert with no args.
9385         Don't change indentation here.
9386         Don't insert headerline here.
9388         (dired-readin-insert): Take no args.
9389         Get dir and file-list from dired-directory.
9390         Call dired-insert-directory the new way.
9391         Don't insert "wildcard" info here.
9393         (dired-insert-directory): New arg FILE-LIST.
9394         First arg now DIR, always just the directory.
9395         This function fully handles setting up the buffer text:
9396         update indentation, insert headerline and "wildcard" info.
9397         Pass --dired arg if appropriate; put info in dired-filename props.
9398         Don't expand file names here.
9400         * warnings.el (display-warning): In batch mode,
9401         exclude the final newline from the arg to `message'.
9403 2002-09-13  Markus Rost  <rost@math.ohio-state.edu>
9405         * files.el (diff-buffer-with-file): Check whether associated file
9406         exists.  Display message for 1 second.  Always return nil.
9408 2002-09-13  Stefan Monnier  <monnier@cs.yale.edu>
9410         * diff-mode.el (diff-mode): Turn on compilation-minor-mode
9411         support again, but more carefully this time.
9413         * progmodes/perl-mode.el (perl-mode-syntax-table): Mark $, % and @
9414         such that backward-sexp correctly skips them.
9415         (perl-font-lock-keywords-2): Use regexp-opt.
9416         (perl-font-lock-syntactic-keywords)
9417         (perl-font-lock-syntactic-face-function): Better handle PODs.
9418         Handle package names with ' in them and ($$) in `sub' declarations.
9419         Handle format staements.  Handle regexp and quote-like ops.
9420         (perl-empty-syntax-table): New var.
9421         (perl-quote-syntax-table): New fun.
9423         * pcvs.el (cvs-mode-find-file): Work even if point is at beg-of-line.
9424         (cvs-do-removal): Bind inhibit-read-only while modifying the buffer.
9426         * newcomment.el (comment-with-narrowing): Use the `declare' thingy.
9428         * derived.el (define-derived-mode): Properly ignore unknown args.
9430         * emacs-lisp/easy-mmode.el (define-minor-mode): Add a :require arg.
9431         Don't call the function during init if mode is on by default.
9433         * simple.el: Provide `simple'.
9434         (transient-mark-mode, line-number-mode, column-number-mode):
9435         Pass an explicit `:require nil' argument.
9437 2002-09-13  Francesco Potort\e,Al\e(B  <pot@gnu.org>
9439         * play/tetris.el (tetris-blank-options, tetris-cell-options):
9440         Remove various redundant `(t nil)'.
9442         * play/snake.el (snake-border-options): Use color on tty if available.
9444         * play/tetris.el (tetris-border-options): Likewise.
9446         * play/pong.el (pong-border-options): Likewise, plus reset
9447         color on tty to be [0.5 0.5 0.5].
9449 2002-09-13  Kim F. Storm  <storm@cua.dk>
9451         * kmacro.el (kmacro-start-macro): Doc fix.
9453 2002-09-13  Juanma Barranquero  <lektu@terra.es>
9455         * progmodes/idlw-shell.el (idlwave-shell-cleanup): Fix reference
9456         to `idlwave-idlwave_routine_info-compiled'.
9458         * whitespace.el (whitespace-unload-hook): Call `remove-hook' with
9459         three arguments, not four.
9461 2002-09-13  Kim F. Storm  <storm@cua.dk>
9463         * kmacro.el (kmacro-keymap): Changed bindings:
9464         C-x C-k s to kmacro-start-macro, C-x C-k b to kmacro-bind-to-key.
9466 2002-09-12  Richard M. Stallman  <rms@gnu.org>
9468         * international/mule-cmds.el (universal-coding-system-argument):
9469         Read the coding system inside `interactive' spec, for command-history.
9471 2002-09-12  Stefan Monnier  <monnier@cs.yale.edu>
9473         * emacs-lisp/find-func.el (find-library-name): Don't forget
9474         the empty suffix.  Fix stale variable name.
9476         * gud.el (gud-gdb-massage-args, gud-sdb-massage-args)
9477         (gud-pdb-massage-args): Delete.
9478         (gdb, sdb, pdb): Don't pass gud-*-massage-args any more.
9479         (gud-gdb-command-name): New var.  Put "--fullname" in there.
9480         (gud-query-cmdline): Use the most recent executable as the default.
9481         Don't add "--fullname" (it's only valid/meaningful for GDB).
9482         (gud-xdb-marker-filter): Use match-string.
9483         (gud-perldb-massage-args): Don't add "-d".
9484         (gud-perldb-command-name): Add "-d".
9485         (gud-common-init): If `massage-args' is nil, don't call it.
9486         (gud-format-command): Don't hardcode point-min==1.
9488         * derived.el: Require CL when compiling.
9490 2002-09-12  Simon Josefsson  <jas@extundo.com>
9492         * mail/smtpmail.el (smtpmail-send-it): Don't use : in filenames
9493         (for cygwin). Suggested by Andrew Senior <aws@watson.ibm.com>.
9494         Use expand-file-name.  Also don't require time-stamp.
9496 2002-09-11  Richard M. Stallman  <rms@gnu.org>
9498         * derived.el (define-derived-mode): When making new abbrev table,
9499         don't try to copy the parent's abbrev table.
9501         * ruler-mode.el (ruler-mode-left-scroll-bar-cols):
9502         Always round scroll-bar-width parameter up.
9503         If it is nil, use 14.
9505         * abbrev.el (copy-abbrev-table): New function.
9507 2002-09-11  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
9509         * ps-print.el: Adjust ps-print-color-p, ps-default-fg and
9510         ps-default-bg setting.
9511         (ps-print-version): New version number (6.5.7).
9512         (ps-mark-active-p): New fun.
9513         (ps-print-preprint-region): Adjust code.
9515 2002-09-11  Dave Love  <fx@gnu.org>
9517         * international/mule.el (non-standard-designations-alist)
9518         (ctext-pre-write-conversion): Don't generate invalid extended
9519         segments for iso8859.
9521         * language/cyrillic.el ("Ukrainian"): Fix nonascii-translation.
9522         (cyrillic-alternativnyj-decode-table): Fix some entries.
9524         * international/ucs-tables.el: Fix last change.
9526         * international/utf-8.el (utf-8-fragment-on-decoding): Fix last
9527         change.
9529 2002-09-11  Kim F. Storm  <storm@cua.dk>
9531         * edmacro.el (edit-kbd-macro): Recognize new C-x e binding,
9532         kmacro-end-and-call-macro.
9534 2002-09-11  Juanma Barranquero  <lektu@terra.es>
9536         * newcomment.el (uncomment-region): Fix let/let* use.
9538 2002-09-11  Simon Josefsson  <jas@extundo.com>
9540         * time-stamp.el (time-stamp-hhmmss): New function.
9542         * gud.el (gud-gdb-massage-args): Don't secretly add -fullname.
9543         (gud-query-cmdline): Add --fullname to the user cmdline.
9545         * mail/smtpmail.el (smtpmail-default-smtp-server): Doc fix.
9547 2002-09-11  Kim F. Storm  <storm@cua.dk>
9549         * kmacro.el (kmacro-call-macro): Rephrase repeat prompt.
9550         (kmacro-step-edit-map): Bind "A" to `append-end'.
9551         (kmacro-step-edit-prompt): Fix prompt.
9552         (kmacro-step-edit-query): Handle `append-end' response.
9553         (kmacro-step-edit-pre-command): Activate `append-end' at end of
9554         macro when required.
9556 2002-09-11  Stefan Monnier  <monnier@cs.yale.edu>
9558         * derived.el (define-derived-mode): Fix typo.
9560         * menu-bar.el (line-number-mode, column-number-mode)
9561         (transient-mark-mode): Use minor mode directly.
9562         (menu-bar-make-toggle): Remove `props' arg.
9563         Move customize-mark-as-set directly into the toggle function.
9565         * whitespace.el (whitespace-global-mode): Use define-minor-mode.
9566         Use the new file hook names.
9567         (whitespace-describe): Remove.  Move the text to `Commentary:'.
9568         (whitespace-unload-hook): Use the new file hook names.
9570         * finder.el (finder-find-library): Remove.
9571         (finder-commentary): Use find-library-name and add completion.
9573         * simple.el (transient-mark-mode, line-number-mode)
9574         (column-number-mode): Use define-minor-mode.
9575         (define-mail-user-agent): Delete.  Moved to subr.el.
9577         * loadup.el ("simple.el"): Move to after loaddefs.el.
9579         * subr.el (define-mail-user-agent): Moved from simple.el.
9581 2002-09-10  Richard M. Stallman  <rms@gnu.org>
9583         * pcvs-info.el (cvs-check-fileinfo): Don't use boolp.
9584         (boolp): Function deleted.
9586 2002-09-10  Dave Love  <fx@gnu.org>
9588         * international/utf-8.el (ucs-mule-to-mule-unicode):
9589         Define unconditionally.
9590         (utf-8-fragmentation-table): New.  Use it in top-level mapc.
9591         (utf-8-fragment-on-decoding): Use it to keep
9592         utf-8-translation-table-for-decode variable and translation table
9593         in sync.
9595         * international/ucs-tables.el: Bind utf-8-translation-table-for-decode
9596         when setting up tables and remove useless optimize-char-table.
9597         (ucs-mule-to-mule-unicode): Deleted.
9598         (ucs-unify-8859): Maybe optimize ucs-mule-to-mule-unicode.
9600         * international/utf-16.el (utf-16-le-pre-write-conversion)
9601         (utf-16-be-pre-write-conversion): Deleted.
9602         (mule-utf-16-le, mule-utf-16-be): Register encoding translation table.
9604 2002-09-10  Richard M. Stallman  <rms@gnu.org>
9606         * files.el (diff-buffer-with-file): Simplify.
9607         Don't signal an error if buffer has no file.
9608         Call sit-for after `diff' returns.
9610         * play/gamegrid.el (gamegrid-make-color-tty-face):
9611         Handle string as COLOR arg.
9612         (gamegrid-display-type): Don't assume display-color-p
9613         implies a color-x terminal.
9614         (gamegrid-hide-cursor): Set `cursor-type' local variable.
9616         * descr-text.el (describe-text-mode): Add font-lock-defontify to
9617         change-major-mode-hook.
9619         * ibuffer.el (ibuffer-mode): Add font-lock-defontify to
9620         change-major-mode-hook.
9622         * comint.el (comint-mode): Add font-lock-defontify to
9623         change-major-mode-hook.
9625         * info.el (Info-mode): Add font-lock-defontify to
9626         change-major-mode-hook.
9628         * replace.el (occur-mode): Add font-lock-defontify to
9629         change-major-mode-hook.
9631         * font-core.el (font-lock-defontify): New function.
9633 2002-09-10  Richard M. Stallman  <rms@gnu.org>
9635         * ps-print.el (ps-printer-name-option): Doc fix.
9637 2002-09-10  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
9639         * ps-print.el: Adjust ps-postscript-code-directory setting.
9640         XEmacs version check was adjusted.
9641         (ps-print-version): New version number (6.5.6).
9642         (ps-print-color-p, ps-page-dimensions-database): Autoload var.
9643         (ps-print-code, ps-print-preprint-region): Adjust code.
9645 2002-09-10  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9647         * files.el (auto-mode-alist): ~/.gnus, ~/.viper are in
9648         emacs-lisp-mode, like ~/.emacs.
9650 2002-09-10  Stefan Monnier  <monnier@cs.yale.edu>
9652         * newcomment.el (uncomment-region): Be more careful with `='.
9654 2002-09-10  Deepak Goel  <deego@glue.umd.edu>
9656         * play/doctor.el (doc//): Rename from `//'.  Update callers.
9657         (doc$): Rename from `$'.  Update callers.
9659 2002-09-10  Miles Bader  <miles@gnu.org>
9661         * simple.el (do-auto-fill): `fill-indent-according-to-mode' is a
9662         variable, not a function.
9664         * kmacro.el (kmacro-call-macro): Deal with a non-numeric prefix arg.
9666 2002-09-10  Kim F. Storm  <storm@cua.dk>
9668         * macros.el (apply-macro-to-region-lines): Let-bind mark-active to
9669         nil while executing macro to avoid triggering delete-selection-mode.
9671         * simple.el (keyboard-quit): Set defining-kbd-macro to nil to
9672         cancel defining keyboard macro when applicable.
9674 2002-09-09  Markus Rost  <rost@math.ohio-state.edu>
9676         * simple.el (transient-mark-mode, line-number-mode)
9677         (column-number-mode): Undo previous change because of bootstrapping.
9679 2002-09-09  Stefan Monnier  <monnier@cs.yale.edu>
9681         * derived.el (define-derived-mode): Add keyword arguments.
9682         (derived-mode-make-docstring): Take abbrev and syntax table names.
9684         * font-core.el (font-lock-change-mode): Just turn off font-lock-mode.
9685         (font-lock-default-function): Change arg name.
9687         * cus-start.el (transient-mark-mode): Delete.  Done in simple.el.
9689         * paren.el (show-paren-function): Use syntax-after.
9691         * emacs-lisp/syntax.el (syntax-after): Delete.  Moved to subr.el.
9693         * subr.el (symbol-file): Also work for autoloaded funcs.
9694         (syntax-after): New fun moved from syntax.el.
9696         * find-file.el (ff-pre-find-hook, ff-pre-load-hook, ff-post-load-hook)
9697         (ff-not-found-hook, ff-file-created-hook): Rename from *-hooks.
9698         Update callers (but still run the old hooks as well).
9700         * emacs-lisp/find-func.el (find-library-suffixes, find-library-name)
9701         (find-library): New funs.
9702         (find-function-search-for-symbol): Use it.
9704         * emacs-lisp/bytecomp.el (byte-compile-file): Don't switch buffer.
9706         * isearch.el (isearch-cmds): Add docstring.
9707         (isearch-mouse-2): Lookup binding in the proper buffer.
9708         Use call-interactively and remove the now useless `arg'.
9709         (isearch-search-fun-function): New var.
9710         (isearch-search-fun): New fun.
9711         (isearch-search, isearch-lazy-highlight-search): Use it.
9713 2002-09-09  Stefan Monnier  <monnier@cs.yale.edu>
9715         * simple.el (what-line): Don't hard-code 1.
9716         (transient-mark-mode, line-number-mode, column-number-mode):
9717         Use define-minor-mode.
9718         (do-auto-fill): Only ignore prefix if it's really empty.
9720 2002-09-09  Markus Rost  <rost@math.ohio-state.edu>
9722         * files.el (save-some-buffers-action-alist): Use lower case for
9723         help string of diff-buffer-with-file.
9725 2002-09-09  Richard M. Stallman  <rms@gnu.org>
9727         * calendar/calendar.el (mouse-scroll-calendar-left)
9728         (mouse-scroll-calendar-right, mouse-calendar-other-month):
9729         New commands.
9730         (calendar-mode-line-format): Use them.
9732         * emacs-lisp/bytecomp.el (byte-recompile-directory):
9733         Set and then bind default-directory.
9735         * startup.el (fancy-splash-head, normal-splash-screen):
9736         Change the messages that explain about GNU or GNU/Linux.
9738         * info.el (Info-search): Add (point-min) to subfile positions
9739         to get them right.  Skip the current subfile using forward-line.
9741         * files.el (make-backup-file-name-1): When make-directory fails,
9742         ignore backup-directory-alist.
9743         (make-directory): Expand DIR before looking for handler.
9745 2002-09-09  Jari Aalto  <jari.aalto@poboxes.com>
9747         * progmodes/cperl-mode.el (cperl-noscan-files-regexp):
9748         In addition to RCS, exclude CVS directories.
9750         * ls-lisp.el (ls-lisp-format-time-list): New variable.
9751         (ls-lisp-format-time): Use it.
9753         * files.el (auto-mode-alist): Use sh-mode for .bash files.
9755 2002-09-09  Dave Love  <d.love@dl.ac.uk>
9757         * ps-print.el: Many doc fixes.
9759 2002-09-09  John Paul Wallington  <jpw@shootybangbang.com>
9761         * play/doctor.el (doctor-cadr, doctor-caddr, doctor-cddr): Remove.
9762         Update callers.
9764 2002-09-08  Markus Rost  <rost@math.ohio-state.edu>
9766         * diff.el (diff): Doc fix.
9768 2002-09-08  Richard M. Stallman  <rms@gnu.org>
9770         * emacs-lisp/bytecomp.el (byte-compile-delete-errors): Default to nil.
9772         * simple.el (undo-elt-in-region): Fix one-off error at END.
9773         (forward-visible-line): Handle invisibility by ignoring
9774         invisible newlines.  Also include entire invisible lines beyond
9775         the stopping point.
9777         * cus-edit.el (custom-save-variables, custom-save-faces):
9778         Clarify the comments written into .emacs.
9780 2002-09-08  Markus Triska  <triska@gmx.at>
9782         * play/doctor.el (doctor-doc): Recognize question words
9783         and use qlist.  Use doctor-shorten's return value.
9784         (doctor-shorten): Compute a return value, don't alter `sent'.
9785         (doctor-hates1): Add a question mark.
9786         (doctor-strangelove): Unused function deleted.
9788 2002-09-08  Kim F. Storm  <storm@cua.dk>
9790         * kmacro.el (kmacro-end-and-call-macro): New command to end and
9791         call keyboard macro in one step. Bind it to C-x e by default.
9792         (kmacro-call-macro): Use format-kbd-macro.
9793         (kmacro-step-edit-macro): New command to interactively step edit
9794         and execute last keyboard macro.
9795         (kmacro-keymap): Bind SPC [C-x C-k SPC] to kmacro-step-edit-macro.
9796         (kmacro-step-edit-mini-window-height): New custom var.
9797         (kmacro-step-edit-map): New keymap (parent is query-replace-map).
9798         (kmacro-step-edit-prefix-commands): New var.
9799         (kmacro-step-edit-prompt, kmacro-step-edit-query)
9800         (kmacro-step-edit-insert, kmacro-step-edit-pre-command)
9801         (kmacro-step-edit-minibuf-setup, kmacro-step-edit-post-command):
9802         New aux functions for step editing keyboard macros.
9804         * subr.el (read-quoted-char): Apply listify-key-sequence to vector
9805         returned by this-single-command-raw-keys before appending it to
9806         unread-command-event.
9808 2002-09-07  Colin Walters  <walters@debian.org>
9810         * progmodes/compile.el (compile-internal): Add optional argument
9811         no-async.
9813         * diff.el (diff): Add optional argument no-async, and use the
9814         above argument.
9816         * files.el (diff-buffer-with-file): Call diff synchronously, so we
9817         don't delete the temporary file before diff has a chance to read
9818         it.
9820         * ibuf-ext.el (ibuffer-diff-with-file): Just call
9821         `diff-buffer-with-file'.
9823 2002-09-07  John Paul Wallington  <jpw@shootybangbang.com>
9825         * emacs-lisp/cl-indent.el (extended-loop-p): Doc fix.
9827         * emacs-lisp/find-func.el (find-function-recenter-line):
9828         Add custom type.  Doc fix.
9830 2002-09-06  Stefan Monnier  <monnier@cs.yale.edu>
9832         * menu-bar.el (menu-bar-make-mm-toggle): New macro.
9833         (showhide-menu-bar, showhide-toolbar, menu-bar-toggle-auto-compression)
9834         (toggle-highlight-paren-mode, toggle-global-lazy-font-lock-mode):
9835         Remove.  Use the minor mode function directly instead.
9836         (menu-bar-mode): Add message and customize-mark-as-set and return
9837         the new value as do other minor modes.
9839         * edmacro.el (edmacro-subseq): Don't use cl-push/cl-pop.
9841 2002-09-06  Simon Marshall  <simon@gnu.org>
9843         * progmodes/etags.el (find-tag-tag, complete-tag):
9844         Bind completion-ignore-case based on tags-case-fold-search, so that
9845         case-sensitivity of tag completion matches that of tag search.
9847 2002-09-06  Juanma Barranquero  <lektu@terra.es>
9849         * calendar/solar.el (calendar-time-display-form): Fix spacing.
9851         * double.el (double-prefix-only): Likewise.
9853         * emacs-lisp/easymenu.el (easy-menu-define): Likewise.
9855         * emacs-lisp/find-func.el (find-function-search-for-symbol): Likewise.
9857         * emacs-lisp/float.el (string-to-float): Likewise.
9859         * emacs-lisp/rx.el (rx): Likewise.
9861         * faces.el (copy-face): Likewise.
9863         * hilit-chg.el (highlight-changes-colours)
9864         (highlight-changes-active-string)
9865         (highlight-changes-passive-string)
9866         (highlight-changes-rotate-faces, global-highlight-changes): Likewise.
9868         * international/mule.el (decode-char): Likewise.
9870         * progmodes/idlwave.el (idlwave-support-inheritance)
9871         (idlwave-routine-entry-compare): Likewise.
9873         * progmodes/idlw-shell.el (idlwave-shell-use-breakpoint-glyph):
9874         Likewise.
9876         * progmodes/pascal.el (pascal-start-keywords): Likewise.
9878         * progmodes/sh-script.el (sh-indent-for-fi, sh-indent-for-done):
9879         Likewise.
9881         * progmodes/vhdl-mode.el (vhdl-progress-interval)
9882         (vhdl-corresponding-begin): Likewise.
9884         * simple.el (choose-completion-string-functions): Likewise.
9886         * textmodes/reftex.el (reftex-TeX-master-file): Likewise.
9888         * textmodes/fill.el (fill-nonuniform-paragraphs)
9889         (fill-individual-paragraphs): Likewise.
9891         * vcursor.el (vcursor-toggle-vcursor-map): Likewise.
9893         * warnings.el (warning-level-aliases): Likewise.
9895         * speedbar.el (speedbar-mode): Fix spacing and typos.
9897         * textmodes/reftex-vars.el (reftex-label-menu-flags): Fix typo.
9899 2002-09-05  Markus Rost  <rost@math.ohio-state.edu>
9901         * textmodes/table.el (table-command-prefix): Fix type.
9903 2002-09-05  Andre Spiegel  <spiegel@gnu.org>
9905         * vc-hooks.el: Don't require vc.el at compile-time; it causes
9906         recursive requirements during bootstrap.
9908 2002-09-05  Kenichi Handa  <handa@etl.go.jp>
9910         * international/mule.el (decode-char): Cancel the previous change.
9912 2002-09-04  Mats Lidell  <matsl@contactor.se>  (tiny change)
9914         * language/european.el ("Swedish"): New set-language-info-alist call.
9916 2002-09-04  Richard M. Stallman  <rms@gnu.org>
9918         * help-fns.el (help-with-tutorial): Properly set up
9919         completion-reference-buffer in the *Completion* buffer.
9921 2002-09-04  John Paul Wallington  <jpw@shootybangbang.com>
9923         * startup.el (use-fancy-splash-screens-p): If `fancy-splash-frame'
9924         returns nil, return nil.
9926 2002-09-04  Andre Spiegel  <spiegel@gnu.org>
9928         * vc-hooks.el: Require vc.el at compile-time.
9929         (vc-workfile-unchanged-p, vc-default-workfile-unchanged-p):
9930         Moved here from vc.el.
9932         * vc.el (vc-workfile-unchanged-p, vc-default-workfile-unchanged-p):
9933         Moved to vc-hooks.el.
9935         * vc-rcs.el (vc-rcs-state): Don't require vc.el.
9937 2002-09-04  Kenichi Handa  <handa@etl.go.jp>
9939         * international/mule.el (decode-char): Translate a character by
9940         utf-8-translation-table-for-decode only when
9941         utf-8-fragment-on-decoding is non-nil.
9943 2002-09-02  Stefan Monnier  <monnier@cs.yale.edu>
9945         * textmodes/text-mode.el (paragraph-indent-text-mode-abbrev-table)
9946         (paragraph-indent-text-mode-syntax-table, paragraph-indent-text-mode):
9947         Use text-mode's syntax-table and abbrev-table.
9948         (text-mode): Set require-final-newline to t.
9950         * newcomment.el (comment-make-extra-lines): Only use the
9951         dummy `=' char when there's really nothing else.
9952         Don't remove spaces if it leads to an incorrect comment.
9954         * pcvs.el (cvs-run-process): Use a pty rather than a pipe to work
9955         around the cvs/ssh/libc bug.
9956         (cvs-update-header): Understand `cvs admin -m<rev>:<msg>' syntax.
9957         (defun-cvs-mode): Use the new `declare' thingy.
9958         (cvs-edit-log-text-at-point, cvs-mode-edit-log, cvs-do-edit-log)
9959         (cvs-edit-log-minor-wrap, cvs-edit-log-filelist): New funs.
9960         (cvs-mode-undo): Use `cvs add' for (CONFLICT. REMOVED).
9962         * pcvs-parse.el (cvs-parse-table): Create a `need-update'
9963         node rather than a message for new directories.
9964         (cvs-parse-status): Add support for `Entry Invalid'.
9966         * smerge-mode.el (smerge-diff-buffer-name): Default to *vc-diff*.
9967         (smerge-combine-with-next): New function.
9968         (smerge-diff): Don't output `wrote /tmp/foo' messages.
9969         Insert message if no diffs were found.
9971         * mail/sendmail.el (mail-mode): Don't set local-abbrev-table.
9972         (mail-mode-abbrev-table): Set to text-mode-abbrev-table.
9974 2002-09-02  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9976         * net/tramp.el: Version 2.0.15 released.
9977         (require 'base64): Most modern Emacsen have the base64
9978         encode/decode functions built in, so test to see if they are bound
9979         before we go blindly requiring base64.el.
9980         From Steve Youngs <youngs@xemacs.org>.
9981         (tramp-feature-write-region-fix): XEmacs doesn't have a
9982         'find-operation-coding-system' and this variable doesn't seem to
9983         be used anywhere so wrap it in (unless (featurep 'xemacs)).
9984         From Steve Youngs <youngs@xemacs.org>.
9985         (tramp-methods): Remove duplicate definition of ssh1-old and ssh2-old.
9986         (tramp-open-connection-su): Use user name "root" if no user name
9987         is given.
9989         From Michael Albinus <Michael.Albinus@alcatel.de>:
9990         * net/tramp.el (tramp-invoke-ange-ftp):
9991         (tramp-ange-ftp-file-name-p): Check for Xemacs.
9992         (tramp-do-copy-or-rename-file): Don't pass KEEP-DATE to
9993         tramp-invoke-ange-ftp 'rename.
9994         (tramp-handle-write-region): Don't pass LOCKNAME and CONFIRM to
9995         tramp-invoke-ange-ftp 'write-region.
9996         (tramp-handle-set-file-modes): Change order of FILENAME and MODE
9997         passing to tramp-invoke-ange-ftp 'set-file-modes.
9998         (tramp-invoke-ange-ftp): `tramp-disable-ange-ftp' must be called
9999         again after activating `ange-ftp'.
10001 2002-09-02  Kim F. Storm  <storm@cua.dk>
10003         * ido.el (ido-ignore-item-temp-list): New variable.
10004         (ido-read-internal): Don't set ido-default-item if the default is
10005         member of ido-ignore-item-temp-list.
10006         Don't return first match for C-j if no text is entered.
10007         (ido-buffer-internal): Check for empty string return.
10008         (ido-make-buffer-list1): Use member instead of memq.
10009         (ido-window-buffer-p): Likewise.
10010         (ido-get-bufname): Ignore buffers on ido-ignore-item-temp-list.
10011         (ido-ignore-item-p): Ignore items on ido-ignore-item-temp-list.
10013         * replace.el (multi-occur): Made "ido-aware":
10014         Changed prompt to use C-j instead of RET to end.
10015         Set ido-ignore-item-temp-list to the selected buffers so far, so
10016         they are automatically excluded from the list of choices.
10017         Use add-to-list instead of push.
10019 2002-09-01  Richard M. Stallman  <rms@gnu.org>
10021         * term/x-win.el (function-key-map): Define S-iso-lefttab.
10023 2002-09-01  Kim F. Storm  <storm@cua.dk>
10025         * edmacro.el (edit-kbd-macro): Recognize new default binding for
10026         C-x e in addition to old binding.
10028 2002-09-01  Mario Lang  <mlang@debian.org>
10030         * files.el (save-some-buffers-action-alist): New variable.
10031         (save-some-buffers): Use that.
10032         (diff-buffer-with-file): New function.
10034 2002-09-01  Richard M. Stallman  <rms@gnu.org>
10036         * ruler-mode.el (defgroup ruler-mode): Use `convenience' as parent.
10038         * dired.el (defgroup dired): Use `files' as parent.
10039         (dired-get-filename): Ignore handler if it has safe-magic prop.
10041         * jka-compr.el (jka-compr-handler): Add safe-magic property.
10043 2002-08-31  Richard M. Stallman  <rms@gnu.org>
10045         * simple.el (kill-line): Use end-of-visible-line to determine
10046         if rest of line is blank.
10047         (end-of-visible-line): Cope if end-of-line moved back over
10048         invisible intangible chars at end of line.
10050         * simple.el (completion-setup-function): Don't use directory-sep-char.
10052 2002-09-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
10054         * progmodes/f90.el (f90-menu): Remove ":active" keyword where not
10055         needed.
10056         (f90-menu, f90-add-imenu-menu): Use lookup-key.
10057         Remove (eval-when-compile) for free variables.
10059 2002-08-31  Andreas Schwab  <schwab@suse.de>
10061         * font-core.el (font-lock-change-mode): Avoid changing buffer
10062         state in any way.
10064 2002-08-30  Stefan Monnier  <monnier@cs.yale.edu>
10066         * emacs-lisp/easymenu.el (easy-menu-filter-return):
10067         Handle the case where the filter returns a single menu entry.
10068         (easy-menu-add): Improve docstring.
10069         (easy-menu-current-active-maps): Remove.
10070         (easy-menu-get-map): Use current-active-maps.
10072         * cus-edit.el (custom-unlispify-menu-entry): Don't remove
10073         the -p prefix from variables since they shouldn't have it anyway.
10074         (custom-group-menu-create, customize-menu-create):
10075         Only cdr if applicable, since custom-menu-create might return
10076         a vector (i.e. a single menu entry).
10078 2002-08-30  Edward M. Reingold  <reingold@emr.cs.iit.edu>
10080         * calendar/diary-lib.el (diary-mail-entries): Don't overwrite
10081         user's value of diary-list-include-blanks, but generate message
10082         instead if there are no entries.
10084 2002-08-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>  (tiny change)
10086         * ps-print.el (ps-lp-system): Fixed typo in `usg-unix-v'.
10088 2002-08-30  Markus Rost  <rost@math.ohio-state.edu>
10090         * menu-bar.el (menu-bar-read-mail): Doc fix.
10092 2002-08-30  John Paul Wallington  <jpw@shootybangbang.com>
10094         * ibuffer.el (ibuffer-update): Revert expansion of `caddr'.
10095         (ibuffer-fontification-alist): Check hidden buffer case isn't
10096         visiting a file and change its face to italic.
10098 2002-08-30  Juanma Barranquero  <lektu@terra.es>
10100         * replace.el (occur-mode): Add interactive declaration.
10102         * bs.el (bs-message-without-log): Fix typo.
10104         * font-core.el (font-lock-defaults): Likewise.
10106         * font-lock.el (font-lock-add-keywords): Likewise.
10108         * mouse-copy.el (mouse-copy-work-around-drag-bug): Likewise.
10110         * textmodes/bibtex.el (bibtex-mode): Likewise.
10112         * emulation/viper-ex.el (ex-compile-command): Likewise.
10114         * progmodes/idlwave.el (idlwave-max-extra-continuation-indent):
10115         Likewise.
10117         * progmodes/dcl-mode.el (dcl-calc-cont-indent-relative): Likewise.
10119         * allout.el (my-mark-marker): Likewise.
10121 2002-08-30  Simon Josefsson  <jas@extundo.com>
10123         * mail/smtpmail.el (smtpmail-via-smtp): Delete process buffer
10124         unless s-debug-info is enabled.
10126 2002-08-29  John Paul Wallington  <jpw@shootybangbang.com>
10128         * ibuffer.el (ibuffer-update): Use `minibufferp'.  Expand `caddr'.
10130         * mwheel.el (mouse-wheel-up-button): Doc fix.
10132 2002-08-29  Juanma Barranquero  <lektu@terra.es>
10134         * replace.el (occur-mode-hook): New hook.
10135         (occur-mode): Use it.
10136         (occur-hook): Set default to nil.
10138 2002-08-29  Stefan Monnier  <monnier@cs.yale.edu>
10140         * net/ange-ftp.el: Use match-string and drop useless `function's.
10141         (ange-ftp-get-process): Bind `ange-ftp-this-user' and
10142         `ange-ftp-this-host' before running ange-ftp-process-startup-hook.
10143         (ange-ftp-ls-parser): Use `switches' arg instead of dynamic binding.
10144         (ange-ftp-parse-dired-listing): Update the calls.
10145         (dired-local-variables-file): Declare to shut quieten the compiler.
10146         (ange-ftp-file-entry-active-p): Remove.
10147         (ange-ftp-file-name-all-completions, ange-ftp-file-name-completion):
10148         Don't exclude dangling symlinks.
10149         (ange-ftp-file-name-completion-1): Make predicate optional.
10150         (ange-ftp-parse-list-func-alist): Use add-to-list to update.
10151         (ange-ftp-fix-name-for-bs2000): Use subst-char-in-string.
10152         (ange-ftp-bs2000-posix-hook-installed): Remove.
10153         (ange-ftp-add-bs2000-posix-host): Don't use it anymore.
10154         (ange-ftp-bs2000-cd-to-posix): Use `ange-ftp-this-user' and
10155         `ange-ftp-this-host' instead of `user' and `host'.
10157 2002-08-29  Richard M. Stallman  <rms@gnu.org>
10159         * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
10160         Decide here whether to print which form we're compiling.
10161         If we do that, still print file and line.  Make file name
10162         relative to default-directory.  Print fewer newlines.
10163         (byte-compile-log-file): Print something even if no file.
10164         Print messages for entering and leaving directories,
10165         and set default-directory.
10166         (displaying-byte-compile-warnings): Only sometimes bind warning-series.
10167         (byte-compile-warning-series): New function.
10168         (byte-compile-file): Set byte-compile-last-logged-file, don't bind it.
10169         (byte-compile-display-log-head-p): Function deleted.
10171         * warnings.el (warning-series): Now can be a marker, not an integer.
10172         (display-warning): Handle new value for warning-series.
10174         * emacs-lisp/bytecomp.el (byte-compile-log-file): Use \f.
10175         (byte-compile-cl-warn): Add cl-macroexpand-all, cl-compiling-file
10176         to don't-warn list.
10178 2002-08-29  Kim F. Storm  <storm@cua.dk>
10180         * kmacro.el: Change default bindings from F7/F8 to F3/F4.
10181         Change default binding of C-x e to kmacro-end-or-call-macro.
10182         (kmacro-call-repeat-key, kmacro-call-repeat-with-arg): New custom
10183         variables.
10184         (kmacro-get-prefix-arg): New function.
10185         (kmacro-repeat-on-last-key): Rename from kmacro-repeat-loop and
10186         improve.  Callers changed.
10187         (kmacro-call-macro): Repeat macro by repeating last key or
10188         key defined in kmacro-call-repeat-key.  New third arg non-nil
10189         means to end current macro.
10190         (kmacro-end-or-call-macro): Call kmacro-call-macro appropriately
10191         to get repeat last key functionality.
10192         (kmacro-start-macro-or-insert-counter): Improve doc string.
10194 2002-08-28  Luc Teirlinck  <teirllm@mail.auburn.edu>
10196         * files.el (find-buffer-visiting): Compare file attributes
10197         using buffer-file-truename.
10199 2002-08-28  Richard M. Stallman  <rms@gnu.org>
10201         * files.el (make-auto-save-file-name, make-backup-file-name-1):
10202         Don't use directory-sep-char.
10204 2002-08-28  Juanma Barranquero  <lektu@terra.es>
10206         * replace.el (occur-hook): Renamed from `occur-mode-hook'.
10207         (occur-mode): Remove call to `occur-mode-hook'.
10208         (occur-rename-buffer): Fix reference to `occur-mode-hook' in docstring.
10209         (occur-1): Add call to `occur-hook'.
10211         * subr.el (make-variable-frame-localizable): Alias for
10212         `make-variable-frame-local'.
10214 2002-08-28  Miles Bader  <miles@gnu.org>
10216         * rfn-eshadow.el (read-file-name-electric-shadow-properties)
10217         (read-file-name-electric-shadow-tty-properties)
10218         (read-file-name-electric-shadow-mode): Remove compatibility defs.
10220         * comint.el (comint-carriage-motion): Start at START.
10222 2002-08-27  Francesco Potort\e,Al\e(B  <pot@gnu.org>
10224         * net/ange-ftp.el (ange-ftp-skip-msgs): Skip the 530 response
10225         given by vsFTPd when accessed with a kerberised FTP client.
10227 2002-08-27  Richard M. Stallman  <rms@gnu.org>
10229         * files.el (find-alternate-file):
10230         Bind kill-buffer-query-functions locally, don't set it.
10232 2002-08-27  Andreas Schwab  <schwab@suse.de>
10234         * kmacro.el (kmacro-start-macro): Doc fix.
10236 2002-08-27  Carsten Dominik  <dominik@sand.science.uva.nl>
10238         * textfile/reftex-ref.el (reftex-goto-label): New command.
10240         * textfile/reftex-vars.el (reftex-part-resets-chapter): New option.
10242         * textfile/reftex-parse.el (reftex-roman-number): New function.
10243         (reftex-section-number): Better handling of parts: No chapter
10244         counter resets.
10246         * textfile/reftex.el (reftex-highlight-overlays): Added a third
10247         overlay.
10248         (reftex-mode-menu): Added entry for `reftex-toc-recenter.
10249         Also moved `reftex-reset-mode' to top level.
10251         * textfile/reftex-toc.el (reftex-toc-recenter): New command.
10252         (reftex-toc-pre-command-hook): Don't remove highlight overlay.
10253         (reftex-toc-post-command-hook): Use overlay no 2 for highlighting.
10255         * textfile/reftex-sel.el (reftex-get-offset): Get offset of
10256         document pointer *before* position, not after.
10257         (reftex-insert-docstruct): Get offset of document pointer *before*
10258         position, not after.
10260         * textfiles/reftex-parse.el (reftex-where-am-I): Prefer marker
10261         match over section title match.
10263         * textfiles/reftex-cite.el (reftex-bib-or-thebib): New function
10264         which determines on a per-file-basis if BibTeX is being used
10265         locally for citations.
10266         (reftex-offer-bib-menu): Use `reftex-bib-or-thebib' for better
10267         cooperation with chapterbib.
10268         (reftex-bibtex-selection-callback): Use `reftex-bib-or-thebib' for
10269         better cooperation with chapterbib.
10271         * textfiles/reftex-dcr.el (reftex-view-cr-cite):
10272         Use `reftex-bib-or-thebib' for better cooperation with chapterbib.
10274 2002-08-26  Kim F. Storm  <storm@cua.dk>
10276         * subr.el (suppress-keymap): Use command remapping instead of
10277         substitute-key-definition to undefine self-inserting keys.
10279 2002-08-26  Juanma Barranquero  <lektu@terra.es>
10281         * makefile.w32-in (WINS): Add calc and obsolete.
10283 2002-08-26  Stefan Monnier  <monnier@cs.yale.edu>
10285         * emacs-lisp/easy-mmode.el (define-minor-mode):
10286         Use customize-mark-as-set for global minor modes.
10288 2002-08-25  Miles Bader  <miles@gnu.org>
10290         * rfn-eshadow.el (file-name-shadow-properties-custom-type):
10291         Renamed from `read-file-name-electric-shadow-properties-custom-type'.
10292         Change name of face.
10293         (file-name-shadow-properties): Renamed from
10294         `read-file-name-electric-shadow-properties'.
10295         (file-name-shadow-tty-properties): Renamed from
10296         `read-file-name-electric-shadow-tty-properties'.
10297         (file-name-shadow): Renamed from `read-file-name-electric-shadow'.
10298         (rfn-eshadow-setup-minibuffer): Update references to renamed variables.
10299         (file-name-shadow-mode): Renamed from
10300         `read-file-name-electric-shadow-mode'.  Update references to
10301         renamed variables.
10303 2002-08-24  Sam Steingold  <sds@gnu.org>
10305         * subr.el (eval-after-load): Do not call
10306         load-symbol-file-load-history (deleted yesterday).
10308 2002-08-24  John Paul Wallington  <jpw@shootybangbang.com>
10310         * startup.el (normal-splash-screen): Ensure splash buffer is
10311         killed.  Use tabs in output.  Fix test whether previous buffer was
10312         *scratch* buffer.
10314         * progmodes/simula.el (simula-abbrev-keyword-default)
10315         (simula-abbrev-keyword, simula-abbrev-stdproc-default)
10316         (simula-abbrev-stdproc): Doc fix - escape open parens in column 0.
10318         * apropos.el (command-apropos): Use `defalias' instead of `fset'.
10320         * mail/rmail.el (rmail-speedbar-match-folder-regexp): Doc fix.
10322 2002-08-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
10324         * progmodes/f90.el (f90-xemacs-flag, f90-xemacs-menu)
10325         (f90-menu-bar-menu, f90-change-case-menu, f90-font-lock-on)
10326         (f90-font-lock-off, f90-font-lock-menu): Delete.
10327         Use easy-menu-define instead.
10328         (f90-mode): Use easy-menu-add.
10329         No longer (require 'imenu) when compiling.
10330         (f90-mark-subprogram, f90-indent-region, f90-fill-region)
10331         (f90-abbrev-start): Use fboundp.
10332         (f90-imenu-flag): Delete - use imenu--index-alist instead.
10334 2002-08-23  Richard M. Stallman  <rms@gnu.org>
10336         * loadhist.el (unload-feature): Distinguish functions from
10337         variables in load-history.
10338         (feature-symbols): Doc fix.
10340         * files.el (ange-ftp-completion-hook-function): Add safe-magic prop.
10342         * subr.el (symbol-file-load-history-loaded)
10343         (load-symbol-file-load-history): Deleted.
10344         (symbol-file): Don't call load-symbol-file-load-history.
10346 2002-08-23  Andre Spiegel  <spiegel@gnu.org>
10348         * vc-hooks.el (vc-kill-buffer-hook): Add it to kill-buffer-hook again.
10350 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
10352         * frame.el (select-frame-by-name, select-frame-set-input-focus):
10353         Always call x-focus-frame, if using x.
10354         Use set-mouse-position on all systems, if focus-follows-mouse.
10356 2002-08-22  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10358         * net/tramp.el: Version 2.0.14 released.
10359         (tramp-shell-prompt-pattern): New variable.
10360         (tramp-actions-before-shell, tramp-multi-actions)
10361         (tramp-find-shell, tramp-open-connection-multi)
10362         (tramp-open-connection-setup-interactive-shell): Use it.
10363         (tramp-open-connection-telnet, tramp-open-connection-rsh)
10364         (tramp-open-connection-su): Mention `tramp-shell-prompt-pattern'
10365         in the docstring.
10366         (tramp-bug): Report `tramp-shell-prompt-pattern'.
10367         (tramp-process-one-multi-action, tramp-process-one-action):
10368         Make message clearer so people don't confuse it with Emacs asking
10369         them a question if the regexp happens to end with "?".
10370         (tramp-verbose): Change default value from 10 to 9.  Also change
10371         some logging levels so that 10 is reserved for stuff which is
10372         needed for debugging only, but 9 catches everything that people
10373         might like to see in order to see that Tramp is actually working.
10375 2002-08-22  Kim F. Storm  <storm@cua.dk>
10377         * emacs-lisp/authors.el (authors-aliases, authors-fixed-entries):
10378         Corrected spelling mistakes (for Joseph Arceneaux).
10380 2002-08-21  Glenn Morris  <gmorris@ast.cam.ac.uk>
10382         * progmodes/f90.el: eval-when-compile a few defvars.
10383         (f90-xemacs-flag): Wrap in eval-and-compile.
10384         (f90-font-lock-keywords): Doc fix.
10385         (f90-mode-abbrev-table): Work with or without 6th arg of define-abbrev.
10386         (f90-mark-subprogram-overlay): Variable deleted.
10387         (f90-mark-subprogram): Remove overlay bit.  Don't be silent about
10388         pushing mark.
10389         (f90-abbrev-start): unread-command-event is obsolete in XEmacs.
10391 2002-08-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10393         * net/tramp.el: Version 2.0.13 released.
10394         (tramp-handle-write-region): Don't check to see if remote end is
10395         awake after sending data to remote host: we want to send "EOF" not
10396         "echo are you awake"...
10397         (tramp-maybe-open-connection): Swap args for tramp-time-diff.
10398         (tramp-yn-prompt-regexp): New variable.
10399         (tramp-action-yn): New function, using it.
10400         (tramp-feature-write-region-fix): New internal variable.  Not yet
10401         used.  Should be used in `tramp-handle-write-region'.
10403 2002-08-21  Kim F. Storm  <storm@cua.dk>
10405         * bindings.el (mode-line-format): Moved global-mode-string last.
10406         (mode-line-position): Moved %p first.  Added padding to %l/%c to
10407         eliminate jumpyness in modeline.  Use (%l,%c) format if both
10408         line-number-mode and column-number-mode are enabled.
10410 2002-08-20  Martin Stjernholm  <bug-cc-mode@gnu.org>
10412         * progmodes/cc-engine.el (c-forward-syntactic-ws): Fixed a bug
10413         that could cause an infinite loop if something that looks like
10414         a macro begins in the middle of a line.
10416         * progmodes/cc-engine.el (c-parse-state): Fixed a bug that
10417         could cause `c-state-cache' to contain two conses in sequence
10418         when there's an unbalanced open paren in a macro.
10420 2002-08-20  Glenn Morris  <gmorris@ast.cam.ac.uk>
10422         * progmodes/fortran.el (fortran-current-defun): Use save-excursion.
10424         * imenu.el (imenu--generic-function): Use mapc.
10425         (imenu-syntax-alist): Doc fix.
10427 2002-08-20  Richard M. Stallman  <rms@gnu.org>
10429         * font-core.el (font-lock-change-mode): New function.
10430         (font-lock-mode): Use font-lock-change-mode instead of
10431         font-lock-unfontify-buffer.
10432         (font-lock-maximum-size, font-lock-verbose): Add defvars.
10434 2002-08-20  Carsten Dominik  <dominik@astro.uva.nl>
10436         * textfiles/reftex-cite.el (reftex-bib-or-thebib): New function
10437         which determines on a per-file-basis if BibTeX is being used
10438         locally for citations.
10439         (reftex-offer-bib-menu): Use `reftex-bib-or-thebib' for better
10440         cooperation with chapterbib.
10441         (reftex-bibtex-selection-callback): Use `reftex-bib-or-thebib' for
10442         better cooperation with chapterbib.
10444         * textfiles/reftex-dcr.el (reftex-view-cr-cite):
10445         Use `reftex-bib-or-thebib' for better cooperation with chapterbib.
10447 2002-08-20  Kim F. Storm  <storm@cua.dk>
10449         * kmacro.el: Major rework based on discussions with RMS.
10450         Most important change is that C-x C-k is now bound to a keymap
10451         with keyboard macro related commands.  The original binding on
10452         C-x C-k is moved to C-x C-k e.
10454         * binding.el: Remove macro related bindings (now in kmacro.el).
10456         * edmacro.el: Remove C-x C-k binding (now in kmacro.el).
10458 2002-08-19  Stefan Monnier  <monnier@cs.yale.edu>
10460         * help-fns.el (help-split-fundoc): Replace the function name
10461         from the docstring with the one that should be displayed.
10462         (help-make-usage): Understand CL style arglists.
10463         (describe-function-1): Adapt to the new behavior of help-split-fundoc.
10464         (describe-variable): Use delete-region.
10466 2002-08-19  Kenichi Handa  <handa@etl.go.jp>
10468         * international/mule.el (sgml-xml-auto-coding-function):
10469         Call re-search-forward with NOERROR t.
10471 2002-08-19  Miles Bader  <miles@gnu.org>
10473         [original idea from Luc Teirlinck <teirllm@mail.auburn.edu>]
10474         * comint.el (comint-inhibit-carriage-motion): New variable.
10475         (comint-carriage-motion): Argument STRING removed.  New arguments
10476         START and END; interpret characters between START and END rather
10477         than using special comint state.
10478         (comint-output-filter): Call `comint-carriage-motion'.
10479         (comint-output-filter-functions): Don't add `comint-carriage-motion'.
10480         * ielm.el (inferior-emacs-lisp-mode):
10481         Give `comint-inhibit-carriage-motion' a local value of t.
10483 2002-08-18  Richard M. Stallman  <rms@gnu.org>
10485         * textmodes/table.el: New file.
10487         * font-core.el (font-lock-mode): Set change-major-mode-hook locally.
10489 2002-08-18  Andreas Schwab  <schwab@suse.de>
10491         * ibuf-ext.el (ibuffer-list-buffer-modes): Doc fix.
10493 2002-08-17  Carsten Dominik  <dominik@astro.uva.nl>
10495         * textmodes/reftex.el (reftex-mode): Create special syntax tables.
10496         (reftex-syntax-table): Set a default in case this is being used
10497         outside a LaTeX file.
10498         (reftex-syntax-table-for-bib): Set a default in case this is being
10499         used outside a LaTeX file.
10501 2002-08-17  Richard M. Stallman  <rms@gnu.org>
10503         * tar-mode.el (tar-subfile-mode): Use add-hook and remove-hook,
10504         and use write-file-functions instead of local-write-file-hooks.
10505         (tar-untar-buffer): Don't try to extract directories.
10507         * menu-bar.el (fringe-mode): Set to nil.
10509         * mail/rmail.el (rmail-search-mime-header-function): Doc fix.
10511 2002-08-15  Richard M. Stallman  <rms@gnu.org>
10513         * calendar/appt.el (appt-delete): Use substring-no-properties.
10514         (appt-make-list): Don't use prin1-to-string; use the string unchanged.
10516 2002-08-15  Jan Nieuwenhuizen  <janneke@gnu.org>  (tiny change)
10518         * server.el (server-process-filter): Simplify code.
10519         (server-goto-line-column): New function.
10520         (server-visit-files): Use server-goto-line-column.
10521         Offer to revert only if file has changed.
10523 2002-08-15  Richard M. Stallman  <rms@gnu.org>
10525         * files.el (recover-this-file): New function.
10526         (after-find-file): Recommend recover-this-file.
10528         * font-core.el (font-lock-mode): Add font-lock-unfontify-buffer
10529         to change-major-mode-hook when font lock is enabled.
10531         * simple.el (toggle-truncate-lines): Force redisplay.
10532         Display status message.
10534 2002-08-15  Carsten Dominik  <dominik@sand.science.uva.nl>
10536         * textmodes/reftex.el (reftex-mode): Moved the creation of special
10537         syntax tables to top-level.
10539 2002-08-15  David Kastrup  <David.Kastrup@t-online.de>
10541         * net/ange-ftp.el (ange-ftp-wipe-file-entries): Fix type mismatch;
10542         use `hash-table-size' instead of `length'.
10544 2002-08-14  Stefan Monnier  <monnier@cs.yale.edu>
10546         * help-fns.el (locate-library): Use locate-file(-completion).
10547         (help-split-fundoc): Tighten the regexp and recognize a usage-info
10548         where the function name is `fn'.
10549         (help-function-arglist): Follow aliases and macros.
10550         (describe-function-1): Use keymapp.
10551         If the docstring contains a usage info, use it even if the function is
10552         not a subroutine.  Find usage info in aliases' docstring if necessary.
10553         (describe-variable): Get the value before setting up the *Help* buffer.
10555         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode):
10556         Use find-file-hook instead of find-file-hooks.
10557         (define-minor-mode): Get rid of this silly `togglep'.
10558         Add an explicit `toggle' argument (used for interactive calls).
10559         Emit a warning when a nil argument turns the mode off.
10561         * language/ethio-util.el (setup-ethiopic-environment-internal)
10562         (exit-ethiopic-environment): Use find-file-hook and
10563         write-file-functions instead of find-file-hooks and write-file-hooks.
10565         * window.el (handle-select-window): Don't do anything if the window
10566         has disappeared since the event was generated.
10567         (split-window-save-restore-data): Use push and with-current-buffer.
10569         * saveplace.el:
10570         * play/meese.el:
10571         * obsolete/hilit19.el:
10572         * completion.el (dynamic-completion-mode):
10573         * emacs-lisp/find-func.el (find-function-search-for-symbol):
10574         Use find-file-hook instead of find-file-hooks.
10576         * imenu.el (imenu-always-use-completion-buffer-p): Make obsolete.
10577         (imenu-use-popup-menu, imenu-eager-completion-buffer): New vars.
10578         (imenu-space-replacement): Allow nil value.
10579         (imenu--completion-buffer): Use new vars and simplify.
10580         Fix handling of minibuffer-setup-hook.
10581         Use minibuffer-completion-help instead of rolling our own.
10582         (imenu-choose-buffer-index): Use the new var.
10584         * startup.el (command-line): Load custom-file if not done yet.
10586 2002-08-14  Kenichi Handa  <handa@etl.go.jp>
10588         * select.el (xselect-convert-to-string): If TYPE is non-nil, encode
10589         the selection data string.  Always return cons of type and string.
10590         (selection-converter-alist): Add (UTF8_STRING .
10591         xselect-convert-to-string).
10593 2002-08-12  Stefan Monnier  <monnier@cs.yale.edu>
10595         * newcomment.el (comment-region): Force `lines' when `block' is set.
10597 2002-08-12  Richard M. Stallman  <rms@gnu.org>
10599         * menu-bar.el (menu-bar-next-tag-other-window, menu-bar-next-tag)
10600         (menu-bar-right-scroll-bar, menu-bar-left-scroll-bar)
10601         (menu-bar-no-scroll-bar, menu-bar-toggle-auto-compression)
10602         (menu-bar-toggle-cua-mode, menu-bar-read-mail)
10603         (menu-bar-help-extra-packages, help-with-tutorial-spec-language)
10604         (menu-bar-text-mode-auto-fill): New commands, used
10605         in menu bar menus instead of lambda expressions.
10607         (menu-bar-showhide-fringe-menu-customize-left)
10608         (menu-bar-showhide-fringe-menu-customize-right)
10609         (menu-bar-showhide-fringe-menu-customize-disable)
10610         (menu-bar-showhide-fringe-menu-customize-reset): Doc fixes.
10612         (menu-bar-options-menu): Use toggle-truncate-lines.
10613         (showhide-date-time): Call customize-mark-as-set.
10615         * emacs-lisp/find-func.el (find-function-search-for-symbol):
10616         Obey `definition-name' properties.
10618         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode):
10619         Put `definition-name' properties on the functions whose
10620         names are constructed.
10622         * textmodes/page-ext.el (pages-target-buffer): Add defvar.
10623         Renamed from target-buffer.
10624         (pages-directory, pages-copy-header-and-position): Uses changed.
10626         * calendar/appt.el (appt-make-list): Correct the parsing of
10627         each appointment from time-string.
10629 2002-08-12  Stefan Monnier  <monnier@cs.yale.edu>
10631         * scroll-all.el (scroll-all-mode): Use define-minor-mode.
10632         (scroll-all-mode) <defcustom>: Delete.
10633         (running-xemacs): Delete.
10634         (minor-mode-alist): Don't manipulate it directly.
10636 2002-08-10  Kenichi Handa  <handa@etl.go.jp>
10638         * international/mule-cmds.el (search-unencodable-char): New function.
10639         (select-safe-coding-system): Show unencodable characters.
10640         (unencodable-char-position): Deleted, and implemented in C in coding.c.
10642 2002-04-09  John Wiegley  <johnw@gnu.org>
10644         * esh-util.el: Removed eshell-under-cygwin-p, and all uses of it.
10645         * em-cmpl.el (eshell-cmpl-ignore-case): Ditto.
10646         * em-dirs.el (eshell/cd): Ditto.
10647         * em-glob.el (eshell-glob-case-insensitive): Ditto.
10648         * em-hist.el (eshell-previous-matching-input-string-position): Ditto.
10649         * esh-ext.el (eshell-binary-suffixes): Ditto.
10651 2002-08-09  Richard M. Stallman  <rms@gnu.org>
10653         * textmodes/page-ext.el (pages-directory-mode): Undo previous change.
10655         * simple.el (set-variable): Give locality status in prompt.
10657 2002-08-09  Benjamin Rutt  <rutt@cis.ohio-state.edu>
10659         * simple.el (set-variable): If given a prefix argument, set
10660         variable buffer-locally.
10662 2002-08-09  John Paul Wallington  <jpw@shootybangbang.com>
10664         * font-core.el (font-lock-function): Make it buffer-local.
10666 2002-08-08  Richard M. Stallman  <rms@gnu.org>
10668         * emacs-lisp/checkdoc.el (checkdoc, checkdoc-interactive)
10669         (checkdoc-message-interactive, checkdoc-interactive-loop)
10670         (checkdoc-current-buffer, checkdoc-continue, checkdoc-comments)
10671         (checkdoc-defun):
10672         Update checkdoc-spellcheck-documentation-flag correctly.
10673         (checkdoc-ispell-docstring-engine): Don't test for
10674         checkdoc-autofix-flag = nil.
10676 2002-08-07  John Paul Wallington  <jpw@shootybangbang.com>
10678         * xt-mouse.el (xterm-mouse-mode): Make it a global mode.
10680         * wid-browse.el (widget-minor-mode): Fix doc typo.
10682 2002-08-07  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10684         * net/tramp.el: Version 2.0.12 released.
10685         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
10686         Comment out possibly obsolete "echo hello" commands.
10687         (tramp-run-real-handler): If operation is
10688         `ange-ftp-hook-function', use first arg as the real operation.
10689         (tramp-check-ls-commands): Use / instead of \ as directory
10690         separator.  (Relevant for XEmacs on Windows.)
10691         (tramp-maybe-open-connection): Use tramp-wait-for-output when
10692         waiting for the "are you awake" command.  Use a different string
10693         for the "are you awake" command.
10694         (tramp-send-command): New optional arg NEVEROPEN means to never
10695         invoke tramp-maybe-open-connection.
10696         (tramp-maybe-open-connection): Use it
10698 2002-08-07  Richard M. Stallman  <rms@gnu.org>
10700         * warnings.el (warning-prefix-function, warning-series)
10701         (warning-fill-prefix, warning-group-format): Add autoload cookies.
10703 2002-08-07  Kenichi Handa  <handa@etl.go.jp>
10705         * international/mule-cmds.el (select-safe-coding-system):
10706         Call pop-to-buffer inside save-window-excursion and save-excursion.
10708 2002-08-06  John Paul Wallington  <jpw@shootybangbang.com>
10710         * help-fns.el (describe-function-1): Skip arglist note if
10711         function's definition is a keymap.
10713 2002-08-06  Sam Steingold  <sds@gnu.org>
10715         * calendar/diary-lib.el (diary-mail-entries): Use `compose-mail'
10716         and `mail-user-agent' instead of straight sendmail.
10717         (diary-modified, diary-entries-list, displayed-year)
10718         (displayed-month, entry, date, number, date-string, d-file)
10719         (original-date): Defvar without binding to avoid compiler warnings.
10721 2002-08-05  Alan Shutko  <ats@acm.org>
10723         * ibuffer.el (ibuffer-mode-map): Added ibuffer-filter-by-used-mode.
10724         (ibuffer-mode-map): Added ibuffer-filter-by-used-mode.
10725         (ibuffer-mode): Added ibuffer-filter-by-used-mode to doc string.
10727         * ibuf-ext.el (ibuffer-list-buffer-modes): New.
10728         (ibuffer-filter-by-used-mode): New.
10730 2002-08-05  John Paul Wallington  <jpw@shootybangbang.com>
10732         * ediff-util.el (ediff-copy-list): Use `defalias' instead of
10733         `fset' and `symbol-function'.
10735 2002-08-05  John Wiegley  <johnw@gnu.org>
10737         * pcomplete.el (pcomplete-entries): Don't set `above-cutoff' to a
10738         value unless pcomplete-cycle-cutoff-length is non-nil.
10740 2002-04-09  John Paul Wallington  <jpw@shootybangbang.com>
10742         * esh-util.el (eshell-under-cygwin-p): New function.
10743         * em-cmpl.el (eshell-cmpl-ignore-case): Use it.
10744         * em-dirs.el (eshell/cd): Ditto.
10745         * em-glob.el (eshell-glob-case-insensitive): Ditto.
10746         * em-hist.el (eshell-previous-matching-input-string-position): Ditto.
10747         * esh-ext.el (eshell-binary-suffixes): Ditto.
10749 2002-08-05  Richard M. Stallman  <rms@gnu.org>
10751         * international/mule-cmds.el (select-safe-coding-system): Check for
10752         non-nil CODING-SYSTEM before warning it disagrees with AUTO-CS.
10754         * net/ange-ftp.el (ange-ftp-smart-gateway): Doc fix.
10756 2002-08-05  Gerd Moellmann  <gerd@gnu.org>
10758         * image.el (image-jpeg-p): Accept "Exif" marker.
10760 2002-08-05  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10762         * net/tramp.el: Version 2.0.11 released.
10763         (tramp-perl-file-attributes): Print uid and gid as signed integers.
10764         (tramp-invoke-ange-ftp): Correct check for Ange-FTP being loaded.
10765         Invoke Ange-FTP with tramp-run-real-handler to avoid Ange-FTP
10766         calling Tramp again.
10767         (tramp-find-file-exists-command): Check for `ls -d' last, after
10768         all the variants on `test -e'.
10769         (tramp-post-connection): Erase buffer before finding a command to
10770         check if file exists.
10772 2002-08-05  David Kastrup  <David.Kastrup@t-online.de>
10774         * calc/calc.el (math-format-stack-value): Revert a broken
10775         if->when replacement and reformat so that this does not happen
10776         again.  Fixes a pretty lethal line formatting/yanking bug.
10778 2002-08-04  John Paul Wallington  <jpw@shootybangbang.com>
10780         * startup.el (fancy-splash-frame): Check selected frame last.
10782 2002-08-04  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10784         * net/tramp.el: Version 2.0.10 released.
10785         (tramp-uudecode): New shell function `tramp_uudecode' to decode to
10786         standard output even if `uudecode -p' and `uudecode -o -' don't work.
10787         (tramp-post-connection): After finding the right shell, wait a
10788         bit.  This is a kludge to avoid a race condition, even though I
10789         don't understand why there is a race condition in the first place.
10790         (tramp-post-connection): Install the `tramp_uudecode' shell
10791         function on the remote host.
10792         (tramp-coding-commands): Add an alternative for `tramp_uudecode'.
10793         (tramp-bug): Include more variables in the report.
10795 2002-08-04  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10797         * net/tramp.el: Version 2.0.9 released.
10798         (tramp-bug): Add wording about additional info to include in bug
10799         report.
10800         (tramp-find-shell): Set $PS1 for invocation of second shell (for
10801         tilde expansion).
10802         (tramp-find-shell): Shell prompt must match at end of buffer.
10803         Do this also for fallback shell prompt.
10804         (tramp-find-shell): More debugging output.
10805         (tramp-find-inline-encoding): When checking the decoding command,
10806         some commands fail when reading from /dev/null.  So we pass a
10807         known string through the encoding command and pass that through
10808         the decoding command.  So we know whether the decoding command can
10809         deal with some real input.
10811 2002-08-04  Andreas Schwab  <schwab@suse.de>
10813         * net/tramp.el (tramp-perl-encode, tramp-perl-decode): Doc fix.
10815 2002-08-03  Andrew Choi  <akochoi@shaw.ca>
10817         * term/mac-win.el: Set keys to enable mouse wheel support.
10819 2002-08-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10821         * net/tramp.el: Version 2.0.8.
10822         (tramp-perl-encode, tramp-perl-encode): Double the backslashes.
10824 2002-08-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10826         * net/tramp.el: Version 2.0.7.
10827         (tramp-perl-encode-with-module, tramp-perl-decode-with-module)
10828         (tramp-perl-encode, tramp-perl-decode): Escape `%' characters
10829         because of `format' and say so in the docstring.
10831 2002-08-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
10833         * progmodes/f90.el (f90-font-lock-keywords-1): Fix highlighting of
10834         `type' forms.
10835         (f90-font-lock-keywords-2): Fix `implicit type(foo)' case.
10836         (f90-type-def-re): Fix value.
10838 2002-08-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10840         * net/tramp.el: Version 2.0.6.
10841         (tramp-default-method): Change to "ssh" from "sm".
10842         (tramp-wrong-passwd-regexp): Restructure.  Add additional alternative.
10843         (tramp-su-program): New internal variable for method parameter.
10844         (tramp-perl-encode-with-module, tramp-perl-decode-with-module):
10845         New variables.  Very short Perl one-liner, but requires Perl
10846         module MIME::Base64 to be installed on the remote site.
10847         (tramp-perl-encode, tramp-perl-decode): New base64
10848         encoder/decoder.  From Juanma Barranquero <lektu@terra.es>.
10849         (tramp-handle-file-truename): Invoke Ange-FTP properly (even
10850         though Ange-FTP doesn't do anything for this operation).
10851         (tramp-handle-set-visited-file-modtime): Comment change.
10852         (tramp-handle-make-directory): Save-excursion.
10853         (tramp-handle-expand-many-files): Don't try to invoke Ange-FTP
10854         twice, once is enough.
10855         (tramp-action-permission-denied): Show *tramp/foo* buffer so the
10856         user knows what's wrong.
10857         (tramp-post-connection): Support the two Perl encoders and decoders.
10858         (tramp-coding-commands): Ditto.  Add some todo items.
10860 2002-08-02  Richard M. Stallman  <rms@gnu.org>
10862         * international/mule.el (merge-coding-systems): New function.
10863         (set-buffer-file-coding-system): Use merge-coding-systems.
10864         Change prompt for args.
10865         (revert-buffer-with-coding-system): New command.
10867         * international/mule-cmds.el (mule-keymap, set-coding-system-map):
10868         Add bindings for revert-buffer-with-coding-system.
10869         (set-coding-system-map): Clarify menu item info for
10870         set-buffer-file-coding-system.
10871         (set-coding-system-map): Reorder and add separators.
10873         * emacs-lisp/edebug.el (edebug-eval-top-level-form):
10874         Use eval-expression.
10876         * subr.el (atomic-change-group): Doc fix.
10878 2002-07-31  Colin Walters  <walters@debian.org>
10880         * ibuffer.el (ibuffer-hooks): Rename to `ibuffer-hook'; Add
10881         defvaralias for compatibility.
10882         (ibuffer-mode-hooks): Rename to `ibuffer-mode-hook'; Add
10883         defvaralias for compatibility.
10885 2002-07-31  John Paul Wallington  <jpw@shootybangbang.com>
10887         * ibuffer.el (ibuffer-fontification-alist):
10888         Use `font-lock-constant-face' instead of `font-lock-reference-face'.
10890 2002-07-31  John Wiegley  <johnw@gnu.org>
10892         * pcomplete.el (pcomplete-comint-setup): Use `add-to-list', to
10893         prevent adding the symbol `pcomplete' to
10894         shell-dynamic-complete-functions to many times.
10896 2002-07-31  Markus Rost  <rost@math.ohio-state.edu>
10898         * help-fns.el (describe-function-1): Test function for
10899         obsolescence only if it is a symbol.
10901         * ediff.el (ediff-backup): New autoloaded command.
10903 2002-07-31  Richard M. Stallman  <rms@gnu.org>
10905         * makefile.w32-in (compile-after-backup): Renamed from `compile'.
10906         Use `compile-always'.
10907         (bootstrap): Use `compile', not `compile-files'.  Use `update-subdirs'.
10908         (compile): Renamed from `compile-files'.
10909         (compile-CMD, compile-SH): Renamed from `compile-files-*'.
10911         * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
10912         Check that (car elt) is a string.
10914         * pcomplete.el (pcomplete-entries): Doc fix.
10916         * international/mule.el (non-standard-icccm-encodings-alist): Doc fix.
10918 2002-07-31  Andreas Schwab  <schwab@suse.de>
10920         * dired.el: Hide disabling of dired-find-alternate-file behind
10921         autoload-cookie.
10923 2002-07-31  Tak Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
10925         * makefile.w32-in: Revert some changes from 2002-07-23 because they
10926         don't work on MSVC/nmake builds.
10927         (update-subdirs-CMD): Generate the right list of subdirectories.
10929 2002-07-30  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10931         * net/tramp.el: New version 2.0.5.
10932         (tramp-methods): Remove inline encoding method parameters.
10933         The encoding is now autodetected.  Also shorten the list of
10934         methods (u/m distinction gone) and rename the remaining methods to
10935         have longer, but more mnemonic, names.
10936         (tramp-login-prompt-regexp, tramp-password-prompt-regexp)
10937         (tramp-wrong-passwd-regexp): Trailing `$' not needed, regexp is
10938         matched at end of buffer anyway.
10939         (tramp-yesno-prompt-regexp): New variable, for questions where the
10940         user should say "yes" or "no".
10941         (tramp-file-name-structure-unified)
10942         (tramp-file-name-structure-separate): Allow dash in method names.
10943         (tramp-actions-before-shell): New variable, contains list of
10944         pattern/action pairs.  Output sent by remote end is scanned for
10945         the patterns, then the actions are executed.
10946         (tramp-multi-actions): Like `tramp-actions-before-shell', but
10947         executed for each hop in a multi-hop connection.
10948         (tramp-last-cmd-time): New variable.  If nothing has been sent to
10949         remote end for 60 seconds, look to see if the remote end is still
10950         alive.
10951         (tramp-perl-mime-encode, tramp-perl-mime-decode): Remove.
10952         It didn't work.
10953         (tramp-perl-encode, tramp-perl-decode): New variables, these
10954         require the MIME::Base64 module on the remote end.
10955         (tramp-handle-file-attributes): Restructure logic.
10956         (tramp-handle-file-attributes-with-ls)
10957         (tramp-handle-file-attributes-with-perl): More debugging.
10958         (tramp-handle-directory-files): Grok fifth arg `files-only' for XEmacs.
10959         (tramp-handle-make-directory, tramp-handle-delete-directory)
10960         (tramp-handle-delete-file, tramp-handle-insert-directory):
10961         Expand file name.
10962         (tramp-handle-shell-command): Use `when', not `if'.
10963         (tramp-handle-file-local-copy, tramp-handle-write-region):
10964         Adapt to autodetection of inline encoding.
10965         (tramp-invoke-ange-ftp): Require ange-ftp to make sure that
10966         variable ange-ftp-name-format is defined before binding it.
10967         (tramp-action-login, tramp-action-password, tramp-action-succeed)
10968         (tramp-action-permission-denied, tramp-action-yesno):
10969         Functions called from `tramp-actions-before-shell'.
10970         (tramp-multi-action-login, tramp-multi-action-password)
10971         (tramp-multi-action-succeed, tramp-multi-action-permission-denied):
10972         Functions called from `tramp-multi-actions'.
10973         (tramp-process-one-action, tramp-process-actions):
10974         Pattern matching and action invocation code for
10975         `tramp-actions-before-shell'.
10976         (tramp-process-one-multi-action, tramp-process-multi-actions):
10977         Same for `tramp-multi-actions'.
10978         (tramp-open-connection-telnet, tramp-open-connection-rsh)
10979         (tramp-open-connection-su): Process actions instead of hardwired logic.
10980         (tramp-multi-connect-telnet, tramp-multi-connect-rlogin)
10981         (tramp-multi-connect-su): Ditto.
10982         (tramp-post-connection): New method for tramp_encode and
10983         tramp_decode scripts.
10984         (tramp-post-connection): Invoke inline autodetection code.
10985         (tramp-coding-commands): List of inline codings.
10986         (tramp-find-inline-encoding): This is the inline autodetection code.
10987         (tramp-maybe-open-connection): If nothing was sent to connection
10988         for 60 seconds, look if it connection is still alive.
10989         (tramp-send-command): Remember that something was sent to the
10990         connection.
10991         (tramp-make-tramp-file-name, tramp-make-tramp-multi-file-name):
10992         Use backticks for constructing alist.
10993         (tramp-get-encoding-command, tramp-set-encoding-command)
10994         (tramp-get-decoding-command, tramp-set-decoding-command)
10995         (tramp-get-encoding-function, tramp-set-encoding-function)
10996         (tramp-get-decoding-function, tramp-set-decoding-function):
10997         Use for results of inline autodetection.
10998         (tramp-get-encoding-command, tramp-get-decoding-command)
10999         (tramp-get-encoding-function, tramp-get-decoding-function):
11000         Remove these old functions.
11002 2002-07-30  Kenichi Handa  <handa@etl.go.jp>
11004         * language/indian.el (in-is13194): Give correct `safe-chars' property.
11005         (devanagari): Define it as an alias of in-is13194.
11007         * international/mule.el (safe-chars):
11008         Put `char-table-extra-slots' property with value 0.
11010         * files.el (revert-buffer): Fix previous change.
11012 2002-07-29  Richard M. Stallman  <rms@gnu.org>
11014         * bindings.el (help-echo): If global-mode-string is non-nil,
11015         display some spaces after it.
11017         * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
11018         Don't call string-match on non-string.
11020         * textmodes/ispell.el (check-ispell-version): Bind default-directory
11021         to avoid errors.  Kill the old temp buffer at the beginning.
11023 2002-07-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
11025         * scroll-all.el (scroll-all-mode): Make argument optional.  Doc fix.
11027 2002-07-29  John Paul Wallington  <jpw@shootybangbang.com>
11029         * scroll-all.el (scroll-all-mode): Handle numeric arg.  Use `if'
11030         instead of `cond'.
11032 2002-07-29  Kenichi Handa  <handa@etl.go.jp>
11034         * international/mule.el (ctext-post-read-conversion): Add support
11035         for embedded utf-8 encoding (ESC % G ... ESC % @).
11037 2002-07-28  Kenichi Handa  <handa@etl.go.jp>
11039         * files.el (revert-buffer): Before calling insert-file-contents,
11040         kill the local variable buffer-file-coding-system.
11042 2002-07-28  Richard M. Stallman  <rms@gnu.org>
11044         * bindings.el (mode-line-format): Handle vc-mode specially.
11045         Move mode-line-position to after global-mode-string.
11046         (mode-line-modes): Move the starting 3 spaces out of here.
11047         (mode-line-position): Separate with a space, not dashes.
11049         * vc-hooks.el: Don't add to minor-mode-alist.
11051         * emacs-lisp/edebug.el (edebug-debugger):
11052         If inside redisplay, just return.
11054         * emacs-lisp/debug.el (debug): If inside redisplay, just return.
11056         * info.el (Info-find-index-name): Improve last change.
11058 2002-07-27  Richard M. Stallman  <rms@gnu.org>
11060         * files.el (file-name-sans-extension): Avoid expanding DIRECTORY.
11062         * calendar/cal-hebrew.el (diary-rosh-hodesh): Cons mark on
11063         in the third case.
11065 2002-07-27  Markus Rost  <rost@math.ohio-state.edu>
11067         * ps-print.el: Update copyright year.
11068         (ps-begin-cut-regexp, ps-end-cut-regexp): Fix type.
11070 2002-07-26  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11072         * eshell/eshell.el (eshell): Numeric prefix arg means to switch
11073         to the session with that number.  Old behavior still available
11074         with nonumeric prefix args.
11076 2002-07-08  Simon Josefsson  <jas@extundo.com>
11078         * mail/mail-extr.el (mail-extr-all-top-level-domains): Update names.
11080 2002-07-26  Juanma Barranquero  <lektu@terra.es>
11082         * warnings.el (lwarn, warn, warning-levels): Doc fix.
11083         (warning-suppress-log-types): Fix typo.
11084         (display-warning): Fix typo. Remove useless assignment to free variable
11085         `group-string'.
11087 2002-07-25  Markus Rost  <rost@math.ohio-state.edu>
11089         * ediff-wind.el (ediff-window-setup-function): Extend type declaration.
11091 2002-07-25  Sam Steingold  <sds@gnu.org>
11093         * replace.el (occur-rename-buffer): New command.
11094         (occur-mode-map): Bind "r" to it.  Added keybindings for
11095         `kill-this-buffer', `clone-buffer' and `quit-window'.
11097 2002-07-25  Kevin Ryde  <user42@zip.com.au>
11099         * info.el (Info-find-index-name): Search for a function definition
11100         with a return type.
11102 2002-07-25  David Ponce  <david@dponce.com>
11104         * emacs-lisp/bytecomp.el (byte-compile-set-symbol-position):
11105         Don't recompute `entry' on each iteration.
11106         (byte-compile-delete-first): Make it defsubst.
11108 2002-07-25  Sam Steingold  <sds@gnu.org>
11110         * progmodes/cc-engine.el (c-search-uplist-for-classkey):
11111         When `search-end' is a cons, use its car.
11113 2002-07-25  Dave Love  <fx@gnu.org>
11115         * obsolete/c-mode.el: Deleted.
11117 2002-07-25  Carsten Dominik  <dominik@astro.uva.nl>
11119         * textmodes/reftex.el (reftex-compile-variables):
11120         Simplified regular expression.
11122         * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
11123         Simplified the regexp.
11125         * textmodes/reftex-cite.el (reftex-get-bibkey-default): New function.
11126         (reftex-extract-bib-entries-from-thebibliography):
11127         Use `reftex-get-bibkey-default' to get a default regex.
11128         (reftex-extract-bib-entries): Use `reftex-get-bibkey-default' to
11129         get a default regex.
11131         * textmodes/reftex-toc.el (reftex-toc-mode): Use `make-local-hook' for
11132         XEmacs compatibility (got OK from RMS).
11134         * textmodes/reftex-index.el (reftex-index-mode): Likewise.
11136         * textmodes/reftex-sel.el (reftex-select-label-mode): Likewise.
11137         (reftex-select-bib-mode): Likewise.
11139 2002-07-25  Colin Walters  <walters@debian.org>
11141         * ibuffer.el (ibuffer-mouse-popup-menu): Allow point to be moved
11142         by menu functions.
11144 2002-07-24  Dave Love  <fx@gnu.org>
11146         * international/mule.el (set-auto-coding): Doc fix.
11148         * international/utf-16.el: New file.
11150         * language/european.el ("German", "French", "Spanish", "Turkish"):
11151         Add alternative coding systems.
11152         ("Dutch"): Likewise.  Add input method.
11153         ("Welsh", "Latin-7"): Add nonascii-translation.
11155         * language/georgian.el ("Georgian"): Add nonascii-translation.
11157         * international/titdic-cnv.el: Doc fixes.
11158         (tit-process-header): Add coding cookie.
11159         (titdic-convert): Force writing as iso-2022-7bit.
11161         * international/ja-dic-cnv.el (skkdic-convert): Add coding cookie.
11163         * international/mule-cmds.el: Doc fixes.
11164         (unencodable-char-position): New.
11165         (select-safe-coding-system): Use it to indicate problematic
11166         characters and add extra explanation.  Avoid checking auto-coding
11167         for compressed files.
11168         (leim-list-header): Add coding cookie.
11169         (input-method-verbose-flag): Modify :type.
11170         (locale-language-names): Add bs, wa.  Modify cy.
11172 2002-07-24  Richard M. Stallman  <rms@gnu.org>
11174         * emacs-lisp/bytecomp.el (byte-compile-log-warning):
11175         Bind warning-group-format.
11177         * emacs-lisp/bytecomp.el (byte-compile-cl-functions): New variable.
11178         (byte-compile-cl-warn): Use that variable.
11179         (byte-compile-find-cl-functions): New function.
11180         (displaying-byte-compile-warnings):
11181         Call byte-compile-find-cl-functions.
11183         * warnings.el (warning-levels): Add %s to the strings.
11184         (warning-group-format): New variable.
11185         (warning-suppress-log-types): Renamed from warning-suppress-log.
11186         (warning-suppress-types): Renamed from warning-suppress.
11187         (display-warning): Implement those changes.
11189 2002-07-23  Richard M. Stallman  <rms@gnu.org>
11191         * warnings.el: Add `provide' call.
11193         * files.el (basic-save-buffer-2): If there's an error writing the file,
11194         unrename the backup file if it was just made.
11195         (backup-buffer, basic-save-buffer-2, basic-save-buffer-1)
11196         (basic-save-buffer): Value now has form (MODES . BACKUPNAME)
11197         when a backup was just made by renaming.  Otherwise it's nil.
11199         * wid-edit.el (widget-convert): Handle an argument that's a keyword.
11200         Recognize explicit :args specification.
11202         * international/mule-cmds.el (select-safe-coding-system):
11203         Don't ask for confirmation of mismatch if find-file-literally was used.
11205 2002-07-23  Markus Rost  <rost@math.ohio-state.edu>
11207         * add-log.el (add-log-current-defun): Fix typo in documentation.
11209 2002-07-22  Markus Rost  <rost@math.ohio-state.edu>
11211         * add-log.el (add-log-mailing-address): Fix type.  Can be a string.
11213         * ido.el (ido-separator): Fix type.
11215 2002-07-23  Andrew Innes  <andrewi@gnu.org>
11217         * makefile.w32-in (DONTCOMPILE): Remove cus-start.el.
11218         (DONTCOMPILE): Add various language files.
11219         (DONTCOMPILE): Remove term/xterm.el.
11220         (finder-inf.el): Remove.
11221         (update-authors): New target.
11222         (TAGS-LISP): Remove $(lispsource).
11223         (compile-always): Renamed from `compile-files'.
11224         (compile): New target, adapted from `compile-files'.
11225         (compile-calc): New target.
11226         (recompile): Change `.' to $(lisp).
11227         (bootstrap): Add update-subdirs and finder-data
11228         to dependencies; change compile-files to compile.
11230 2002-07-22  Andre Spiegel  <spiegel@gnu.org>
11232         * vc.el (vc-next-action-on-file): Preserve find-file-literally.
11234 2002-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
11236         * simple.el (undo, undo-more): Adjust messages when undoing in a
11237         region.
11239 2002-07-22  John Paul Wallington  <jpw@shootybangbang.com>
11241         * net/browse-url.el (browse-url-lynx-input-attempts): Use defcustom.
11242         (browse-url-lynx-input-delay): Add custom type and group.
11244         * cus-start.el (double-click-fuzz): Added.
11246 2002-07-22  Alan Shutko  <ats@acm.org>
11248         * calendar/solar.el (diary-sabbath-candles): Add optional MARK
11249         parameter, specifying what face or character to use in the
11250         calendar display.  These will now return (MARK . ENTRY).
11252         * calendar/lunar.el (diary-phases-of-moon): Add optional MARK
11253         parameter, specifying what face or character to use in the
11254         calendar display.  These will now return (MARK . ENTRY).
11256         * calendar/cal-hebrew.el (diary-omer, diary-yahrzeit)
11257         (diary-rosh-hodesh, diary-parasha, diary-parasha): Add optional
11258         MARK parameter, specifying what face or character to use in the
11259         calendar display.  These will now return (MARK . ENTRY).
11261         * calendar/diary-lib.el (mark-sexp-diary-entries): Retrieve mark
11262         from diary-sexp-entry and pass it to mark-visible-calendar-date.
11263         (list-sexp-diary-entries): Update doc string for new docs for ....
11264         If diary-sexp-entry returns a cons, only add the text to the diary
11265         list.
11266         (diary-sexp-entry): Allow sexps to return a cons of the form (MARK
11267         . STRING) to specify what face or character mark should be used in
11268         the calendar display.
11269         (diary-date, diary-block, diary-float, diary-anniversary)
11270         (diary-cyclic): Add optional MARK parameter, specifying what face
11271         or character to use in the calendar display.  These will now
11272         return (MARK . ENTRY).
11274         * calendar/diary-lib.el (check-calendar-holidays, diary-iso-date)
11275         (calendar-holiday-list, diary-french-date, diary-mayan-date)
11276         (diary-julian-date, diary-astro-day-number, diary-chinese-date)
11277         (diary-islamic-date, list-islamic-diary-entries)
11278         (mark-islamic-diary-entries, mark-islamic-calendar-date-pattern)
11279         (diary-hebrew-date, diary-omer, diary-yahrzeit, diary-parasha)
11280         (diary-rosh-hodesh, list-hebrew-diary-entries)
11281         (mark-hebrew-diary-entries, mark-hebrew-calendar-date-pattern)
11282         (diary-coptic-date, diary-persian-date, diary-phases-of-moon)
11283         (diary-sunrise-sunset, diary-sabbath-candles):
11284         Remove interactive flag from autoloads.
11286 2002-07-22  Carsten Dominik  <dominik@astro.uva.nl>
11288         * textmodes/reftex-vars.el (reftex-index-verify-function): New option.
11289         (reftex-bibliography-commands): New option.
11290         (reftex-toc-split-windows-horizontally): New option
11291         (reftex-toc-split-windows-horizontally-fraction): New option
11292         (reftex-include-file-commands): New option.
11293         (reftex-cite-format-builtin): Added ?n for nocite.
11295         * textmodes/reftex-index.el (reftex-query-index-phrase):
11296         Use `reftex-index-verify-function'.
11298         * textmodes/reftex-toc.el (reftex-re-enlarge):
11299         Handle horizontal splitting.
11300         (reftex-toc): Handle horizontal splitting
11301         (reftex-last-window-width): New variable.
11303         * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
11304         Use `reftex-bibliography-commands'.
11305         (reftex-locate-bibliography-files): Regexp relaxed to allow for
11306         cases where \bibliography is not the first thing on the line.
11308         * textmodes/reftex.el (reftex-compile-variables):
11309         Use `reftex-include-file-commands'.
11310         (reftex-type-query-prompt): Changed defconst to defvar.
11311         (reftex-type-query-help, reftex-typekey-to-format-alist)
11312         (reftex-typekey-to-prefix-alist, reftex-env-or-mac-alist)
11313         (reftex-special-env-parsers, reftex-label-mac-list)
11314         (reftex-label-env-list, reftex-typekey-list)
11315         (reftex-words-to-typekey-alist, reftex-key-to-index-macro-alist)
11316         (reftex-query-index-macro-prompt, reftex-query-index-macro-help)
11317         (reftex-no-follow-message, reftex-no-info-message): Likewise.
11318         (reftex-mode): Define systax table for bibtex parsing.
11319         (reftex-syntax-table-for-bib): Syntax table for bibtex parsing.
11321         * textmodes/reftex-cite.el (reftex-format-names): %a as name
11322         format lists all names.
11323         (reftex-parse-bibtex-entry): Use `reftex-syntax-table-for-bib'.
11324         (reftex-with-special-syntax-for-bib): New macro.
11326 2002-07-21  Richard M. Stallman  <rms@gnu.org>
11328         * international/ucs-tables.el (ucs-quail-activate):
11329         Cope if buffer-file-coding-system is nil.
11331         * bindings.el (last-buffer): Use buffer-list with frame arg.
11332         Create *scratch* if no other choice exists.  Fix bugs.
11334 2002-07-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11336         * net/tramp.el: Bump version to 2.0.2.
11337         (tramp-methods): Rename methods invoking "ssh1" or "ssh2" to
11338         longer names.  Use old names "sm1", "sm2" and so on for methods
11339         invoking "ssh -1" or "ssh -2".
11340         (tramp-multi-file-name-structure-separate): Typo, its name was set
11341         to "tramp-file-name-structure-separate".  Trivial patch.
11342         From Steve Youngs <youngs@xemacs.org>.
11343         (tramp-multi-sh-program): New variable.
11344         (tramp-open-connection-multi): Use it.  Now you can use multi
11345         methods from Windows (at least in principle).
11346         (tramp-do-copy-or-rename-via-buffer): New function.
11347         (tramp-do-copy-or-rename-file): Use it.  Change and simplify
11348         logic.  Omit special case of invoking rcp directly to copy the files.
11349         (tramp-open-connection-su, tramp-multi-connect-telnet)
11350         (tramp-multi-connect-rlogin, tramp-multi-connect-su)
11351         (tramp-make-tramp-file-name, tramp-make-tramp-multi-file-name):
11352         Use backticks in format-spec for brevity and to avoid
11353         character/number confusion in XEmacs.
11355 2002-07-20  Richard M. Stallman  <rms@gnu.org>
11357         * wid-edit.el (widget-documentation-string-value-create):
11358         Say "Hide Rest", not just "Hide".
11360         * cus-edit.el (custom-variable-value-create):
11361         Say "Show Value", not just "Show".  Also "Hide Value".
11362         Output a newline before the doc string.
11363         (custom-face-value-create): Say "Show Face" and "Hide Face".
11365         * files.el (toggle-read-only): Clean up the hint message.
11367         * emacs-lisp/bytecomp.el: Use warnings.el.
11368         (byte-compile-warning-prefix): New function.
11369         (byte-compile-log-file): Return page start position.
11370         (byte-compile-log-warning): New function.
11371         (byte-compile-warn): Use byte-compile-log-warning.
11372         (byte-compile-report-error): Likewise.  Also use error-message-string.
11373         (displaying-byte-compile-warnings): Bind warning-series.
11374         Don't bind or use byte-compile-warnings-point-max.
11375         Don't display the log buffer at the end.
11376         (byte-compile-warnings-point-max): Variable deleted.
11377         (byte-compile-log-1): Rewrite for trace info, not used for warnings.
11378         (byte-compile-last-warned-form, byte-compile-last-logged-file):
11379         Defvars moved.
11381         * warnings.el: New file.
11383 2002-07-19  Richard M. Stallman  <rms@gnu.org>
11385         * emacs-lisp/bytecomp.el (byte-compile-cl-warn): Delete `values'
11386         and `values-list' from list of CL functions.
11388 2002-07-19  John Paul Wallington  <jpw@shootybangbang.com>
11390         * emacs-lisp/bytecomp.el (compile-defun):
11391         Bind `read-with-symbol-positions' to current buffer.
11393 2002-07-19  Andre Spiegel  <spiegel@gnu.org>
11395         * vc-hooks.el (vc-insert-file): When called with a LIMIT regexp,
11396         delete anything that comes after LIMIT from the buffer.
11398         * vc-rcs.el (vc-rcs-fetch-master-state): Be more careful to check
11399         if this is really an RCS master file.
11401         * vc.el: Improve comment of vc-BACKEND-workfile-unchanged-p.
11403 2002-07-19  Juanma Barranquero  <lektu@terra.es>
11405         * emacs-lisp/bytecomp.el (dot, dot-max, dot-min, dot-marker)
11406         (buffer-flush-undo, baud-rate, compiled-function-p, define-function)
11407         (unread-command-char, executing-macro, post-command-idle-hook)
11408         (post-command-idle-delay): Move obsolescence declarations to subr.el.
11410         * subr.el (dot, dot-max, dot-min, dot-marker, buffer-flush-undo)
11411         (baud-rate, compiled-function-p, define-function, unread-command-char)
11412         (executing-macro, post-command-idle-hook, post-command-idle-delay):
11413         Move obsolescence declarations from emacs-lisp/bytecomp.el.
11414         (directory-sep-char, mode-line-inverse-video):
11415         Add obsolescence declaration.
11417 2002-07-18  J.D. Smith  <jdsmith@as.arizona.edu>
11419         * progmodes/idlwave.el: Updated to IDLWAVE version 4.14.  Too many
11420         changes to list them here.
11422         * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.14.
11423         Too many changes to list them here.
11425         * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.14.
11426         Too many changes to list them here.
11428         * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.14 with
11429         only minor documentation changes.
11431 2002-07-18  Dave Love  <fx@gnu.org>
11433         * info-look.el: Support current auto{conf,make} manuals.
11435 2002-07-18  Juanma Barranquero  <lektu@terra.es>
11437         * bindings.el (last-buffer): Add missing frame argument.
11439 2002-07-18  Richard M. Stallman  <rms@gnu.org>
11441         * timer.el (timer-inc-time): Doc fix.
11443         * replace.el (keep-lines, flush-lines): Interactively report
11444         read-only error before reading regexp argument.
11446         * dabbrev.el (dabbrev--search): Use inhibit-point-motion-hooks.
11448         * bindings.el (last-buffer): Handle buffer-list and buffer-predicate
11449         frame parameters like bury-buffer.
11451         * simple.el (choose-completion-delete-max-match):
11452         Handle minibuffer prompts explicitly.
11454 2002-07-18  Juanma Barranquero  <lektu@terra.es>
11456         * international/mule-util.el (string-to-sequence, truncate-string):
11457         Add autoload cookie to obsolescence declaration.
11459         * rect.el (move-to-column-force): Likewise.
11461         * composite.el (decompose-composite-char): Likewise; also remove
11462         redundant info.
11464 2002-07-18  Kim F. Storm  <storm@cua.dk>
11466         * loadup.el: Load international/utf-8 before international/characters.
11468 2002-07-17  Dave Love  <fx@gnu.org>
11470         * international/ucs-tables.el: Optimize tables.  Deal with some
11471         non-8859 charsets.
11472         (ucs-mule-to-mule-unicode): New.
11473         (ucs-unify-8859): Use utf-8-fragment-on-decoding, set up Quail
11474         translation.
11475         (ucs-fragment-8859): Modified consistent with ucs-unify-8859.
11476         (unify-8859-on-encoding-mode): Doc mod.  Fix custom version.
11477         (unify-8859-on-decoding-mode): Doc mod.  Change code.  Fix custom
11478         version.  Add custom dependencies.
11479         (ucs-insert): Check for null from decode-char.
11480         (translation-table-for-input, ucs-quail-activate)
11481         (ucs-minibuffer-setup, ccl-encode-unicode-font)
11482         (ucs-tables-unload-hook): New.
11484         * international/mule.el (define-translation-hash-table): New.
11485         (decode-char): Use utf-8-translation-table-for-decode.
11486         (encode-char): Use ucs-mule-to-mule-unicode.
11488         * international/characters.el: Fix settings of U+2000-U+2027.
11489         Remove \e$(C'Y\e(B.
11491         * international/mule-cmds.el (locale-language-names): Fix be, add
11492         sr_YU@cyrillic, modify tg.
11493         (locale-charset-language-names): Put @euro last.
11495         * language/cyrillic.el (cyrillic-koi8-r-decode-table)
11496         (cyrillic-alternativnyj-decode-table): Fill out with mule-unicode.
11497         (cyrillic-koi8-r-decode-table): Make unbound after use.
11498         (ccl-decode-koi8, ccl-decode-alternativnyj): Change expansion
11499         factor.  Use utf-8-translation-table-for-decode.
11500         (ccl-encode-koi8, ccl-encode-koi8): Don't check r0.
11501         (cyrillic-unify-encoding): New function.
11502         (cyrillic-koi8): Modify safe-chars, valid-codes.
11503         Remove charset-origin-alist.
11504         (Cp878, cp866): New alias.
11505         (ccl-encode-8859-5-font): New.
11506         (font-ccl-encoder-alist): Add ccl-encode-8859-5-font.
11507         (ccl-encode-koi8-font, ccl-encode-alternativnyj-font):
11508         Remove redundant parens.
11509         ("Cyrillic-KOI8"): Add cyrillic-iso-8bit to coding-priority.
11510         (cyrillic-koi8-u-decode-table, ccl-decode-koi8-u)
11511         (ccl-encode-koi8-u, koi8-u, ccl-encode-koi8-u-font, "Ukrainian"): New.
11512         (cyrillic-alternativnyj): Modify safe-chars, add mime-charset.
11513         ("Cyrillic-ALT"): Change input method.
11514         ("Windows-1251", "Tajik", "Bulgarian", "Belarusian"): New.
11516         * international/utf-8.el (utf-8-subst-table)
11517         (utf-8-subst-rev-table, utf-8-translation-table-for-decode)
11518         (utf-8-fragment-on-decoding, ccl-untranslated-to-ucs)
11519         (utf-8-ccl-regs, utf-8-translate-cjk): New.
11520         (ccl-encode-mule-utf-8): Use utf-8-subst-rev-table.
11521         (ccl-decode-mule-utf-8, ccl-untranslated-to-ucs)
11522         (utf-8-untranslated-to-ucs, utf-8-compose): Rewritten.
11523         (mule-utf-8): Remove pre-write-conversion.
11524         (utf-8-post-read-conversion): Comment out.
11526         * international/ccl.el (ccl-command-table): Add lookup-integer,
11527         lookup-character.
11528         (ccl-extended-code-table): Add lookup-int-const-tbl,
11529         lookup-char-const-tbl.
11530         (ccl-compile-lookup-integer, ccl-compile-lookup-character)
11531         (ccl-dump-lookup-int-const-tbl, ccl-dump-lookup-char-const-tbl):
11532         New functions.
11533         (define-ccl-program): Doc update.
11535         * international/utf-8-subst.el: Populate utf-8-subst-rev-table.
11536         (utf-8-subst-table): Don't set.
11538 2002-07-17  Kenichi Handa  <handa@etl.go.jp>
11540         * international/mule.el (define-coding-system-alias):
11541         Don't append ALIAS in the property `alias-coding-systems' if ALIAS's
11542         eol-type is not auto-detection.
11544         * international/mule-diag.el (print-coding-system-briefly):
11545         Fix the handling of an alias of which eol-type is not auto-detection.
11547         * international/mule-conf.el (us-ascii): Define it as an alias of
11548         iso-safe.
11550 2002-07-17  Juanma Barranquero  <lektu@terra.es>
11552         * help-fns.el (describe-function-1): Put empty line before "Not
11553         documented" text.
11555         * timer.el (timer-set-time-with-usecs): Mark obsolete.
11557 2002-07-16  Stefan Monnier  <monnier@cs.yale.edu>
11559         * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
11560         Make sure to change the global tool-bar-map.
11562         * vc.el (vc-default-comment-history): Hard code *vc*.
11563         This is because print-log always prints there now.
11564         (vc-annotate-font-lock-keywords): New var.
11565         (vc-annotate-mode): Use it.  Set truncate-lines as well.
11566         (vc-annotate-display-select): Unify the two error reports.
11567         (vc-annotate-offset): New var.
11568         (vc-annotate-lines): New fun extracted from vc-annotate-display.
11569         (vc-annotate-display): Use it, via font-lock.
11571         * help-fns.el (help-split-fundoc, help-function-arglist)
11572         (help-make-usage): New funs, extracted from describe-function-1.
11573         (describe-function-1): Use them.
11575         * help.el (help-key-description): Show the untranslated keys
11576         when they start with ESC and the ESC was not translated.
11578         * help-mode.el (view): Always require.
11579         (help-xref-mule-regexp): Don't use defconst for variables.
11580         (help-setup-xref): Keep the last 10 elements of the stack.
11581         (help-xref-override-view-map): New var.
11582         (help-make-xrefs): Use it instead of building a new map each time.
11583         (help-function-def): Allow help-fun to take a buffer as arg.
11585         * diff-mode.el (diff-reverse-direction): Simplify.
11586         (diff-after-change-function): Fix typo.
11587         (diff-post-command-hook): Take care of edge cases.
11588         (diff-current-defun): Do `goto-char' after setting the mode.
11590         * mouse-sel.el (mouse-sel-mode): Use define-minor-mode.
11591         Fold mouse-sel-bindings into it.
11592         (mouse-sel-bound-events): Turn it into an alist.
11593         (mouse-insert-selection): Delegate to mouse-yank-at-click if
11594         mouse-sel-default-bindings asks for it.
11596 2002-07-16  Andre Spiegel  <spiegel@gnu.org>
11598         * files.el: Bind toggle-read-only to C-x C-q.
11599         (toggle-read-only): Display a warning message if the file is under
11600         version control.
11602         * vc-hooks.el: Don't bind vc-toggle-read-only to C-x C-q.
11603         (vc-toggle-read-only): Explain in the doc string that users can bind
11604         this to C-x C-q.
11605         (vc-checkout-model): Change doc string to refer to vc-next-action,
11606         not vc-toggle-read-only.
11608         * vc.el (vc-next-action-on-file): Ignore buffer-read-only while
11609         comparing to file on disk.  Fix the case when claiming the lock
11610         on a file that has unlocked changes.
11611         (vc-log-mode): Don't mention vc-toggle-read-only in the doc string.
11613 2002-07-16  Richard M. Stallman  <rms@gnu.org>
11615         * simple.el (choose-completion-string): Doc fix.
11617         * cus-edit.el: New operation :custom-standard-value.
11618         (Custom-reset-standard): Use it.
11619         (custom-variable, custom-face): Define it.
11620         (custom-variable-standard-value, custom-face-standard-value): New fns.
11621         (custom-face-save): Don't save a face whose value is standard.
11622         (custom-save-faces): Use SYMBOL, not 'default, to set NOW and COMMENT.
11624         * cus-edit.el (custom-face-edit-fix-value):
11625         If VALUE is not a list, pass it thru.
11627         * compare-w.el (compare-windows-whitespace): Always allow newline
11628         even if it does not have whitespace syntax.
11630 2002-07-16  Juanma Barranquero  <lektu@terra.es>
11632         * timer.el (timer-set-time, timer-set-time-with-usecs): Fix docstring.
11634 2002-07-15  Juanma Barranquero  <lektu@terra.es>
11636         * help-fns.el (describe-variable): Show documentation for aliased
11637         variable if alias does not have its own.
11639 2002-07-15  Mike Williams  <mdub@bigfoot.com>
11641         * mouse-sel.el (mouse-sel-bindings): Save/restore interprogram
11642         cut/paste functions.
11644 2002-07-14  Richard M. Stallman  <rms@gnu.org>
11646         * files.el (find-alternate-file): Offer to save a modified buffer.
11647         Handle kill-buffer-query-functions better.
11649         * startup.el (normal-splash-screen, fancy-splash-text):
11650         Update name of help menu item for ordering printed manuals.
11652         * emacs-lisp/checkdoc.el: Fix doc typos.
11654 2002-07-14  Stefan Monnier  <monnier@cs.yale.edu>
11656         * textmodes/tex-mode.el: Set encoding to utf-8.
11657         (tex-start-options): Make it into always-a-string.
11658         Remove silly custom options that are covered by the other var.
11659         (tex-start-commands): Fix docstring.
11660         (tex-open-quote, tex-close-quote): Add options.
11661         (tex-command): Provide default.
11662         (tex-font-lock-keywords-1): Highlight $$...$$.
11663         (tex-font-lock-keywords-2): Fix latin-1 chars.
11664         (tex-mode-map): Remove redundant \t binding.
11665         (tex-mode): Add `subsection' and `newcommand' to known latex cmds.
11666         (latex-mode): Use add-hook for fill-nobreak-predicate.
11667         (tex-common-initialization): Set indent-tabs-mode to nil.
11668         (tex-insert-quote): Undo magic if invoked twice in a row.
11669         (latex-fill-nobreak-predicate): Don't use narrowing.
11670         (tex-latex-block): Don't cons uselessly.
11671         (tex-last-unended-begin): Signal user-friendlier error.
11672         (tex-goto-last-unclosed-latex-block): Don't catch signal.
11673         (tex-start-tex): Switch order of tex-start-options and
11674         tex-start-commands to make it obey docstrings.
11676 2002-07-14  Mike Williams  <mdub@bigfoot.com>
11678         * mouse-sel.el (mouse-sel-bound-events): New constant.
11679         (mouse-sel-bindings): Save/restore original mouse-bindings.
11681 2002-07-13  Stefan Monnier  <monnier@cs.yale.edu>
11683         * emacs-lisp/cl.el (cl-set-substring): Fix thinko.
11684         (cl-hack-byte-compiler): Avoid infinite require loop.
11686         * net/ange-ftp.el: Use hash-tables.
11687         (ange-ftp-make-hashtable, ange-ftp-map-hashtable)
11688         (ange-ftp-make-hash-key, ange-ftp-get-hash-entry)
11689         (ange-ftp-put-hash-entry, ange-ftp-del-hash-entry): Remove.
11690         Replace with make-hash-table, maphash, gethash, puthash and remhash.
11691         (ange-ftp-hash-entry-exists-p): Rewrite.
11692         (ange-ftp-vms-delete-file-entry, ange-ftp-vms-add-file-entry):
11693         Change mapatom -> maphash.
11694         (ange-ftp-file-entry-active-p, ange-ftp-file-entry-not-ignored-p):
11695         Update to new calling mode.
11697         * progmodes/ebrowse.el (ebrowse-symbol-regexp): Avoid cl-set-substring.
11698         (ebrowse-hash-table-to-alist): Delete.
11699         (ebrowse-tags-read-name, ebrowse-tags-list-members-in-file)
11700         (ebrowse-tags-complete-symbol): Use the hashtable for completion.
11702         * textmodes/sgml-mode.el (sgml-quote): Use narrowing.
11703         Improve the regexp used when unquoting.
11704         (sgml-pretty-print): New function.
11705         (sgml-get-context): Better handling of improperly nested tags.
11706         (sgml-show-context): Don't use the FULL arg of sgml-get-context.
11708 2002-07-13  Andreas Schwab  <schwab@suse.de>
11710         * mail/mailabbrev.el (mail-abbrev-make-syntax-table): Check the
11711         inherited table entry.
11713 2002-07-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
11715         * calendar/timeclock.el (timeclock-in): Handle the case where no
11716         log file exists (ie the very first call).
11718 2002-07-13  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11720         * net/ange-ftp.el: Do not hook into file-name-handler-alist, this
11721         is done by Tramp.
11723         * net/tramp.el (tramp-multi-file-name-structure-unified):
11724         Add missing slash and move colon from start to end of each hop.
11725         (tramp-multi-file-name-hop-structure-unified): Move colon from
11726         start to end of each hop.
11728 2002-07-13  Kim F. Storm  <storm@cua.dk>
11730         * progmodes/compile.el (grep-tree): Fixed autoload.
11731         Corrected use of undefined variable `match-files-aliases'.
11733 2002-07-12  Glenn Morris  <gmorris@ast.cam.ac.uk>
11735         * calendar/timeclock.el (timeclock-get-workday-function):
11736         `timeclock-workday' is not a valid option, rather a possible
11737         return value.
11739 2002-07-12  Richard M. Stallman  <rms@gnu.org>
11741         * net/ange-ftp.el (ange-ftp-write-region):
11742         Don't bind executing-kbd-macro; instead, pass non-nil VISIT arg
11743         to ange-ftp-real-write-region.
11745         * replace.el (flush-lines, keep-lines): Convert REND to a marker.
11747         * help-fns.el (help-with-tutorial): Display completion list right away.
11749         * ediff-ptch.el (ediff-test-patch-utility): Catch error and return nil.
11751         * startup.el (command-line): Set memory-signal-data.
11752         (fancy-splash-text, normal-splash-screen):
11753         Mention "Read the Emacs Manual" or C-h r.
11754         Rearrange the initial help to put the help cmds on left
11755         and the actions (exit, undo) on the right.  Other small
11756         text clarifications.
11757         (fancy-splash-text, actions page): Add blank line to balance help page.
11759         * help.el (help-map): Add binding for info-emacs-manual.
11760         (print-help-return-message): Doc fix.
11762         * strokes.el (strokes-help): Call print-help-return-message
11763         while inside with-output-to-temp-buffer.
11765         * info.el (info-emacs-manual): New function.
11766         (Info-use-header-line): Doc fix.
11768         * emacs-lisp/cl.el (multiple-value-call): Add alias.
11770         * progmodes/compile.el (compilation-normalize-filename):
11771         New subroutine, taken out of compilation-parse-errors.
11772         (compilation-parse-errors): Use that, and for directories too.
11773         Don't check whether a directory really exists.
11775 2002-07-12  Juanma Barranquero  <lektu@terra.es>
11777         * help-fns.el (describe-variable): Remove useless "Documentation:"
11778         string.
11780         * timer.el (timer-set-time-with-usecs): Fix documentation.
11781         Simplify extraction of time data.
11783 2002-07-12  John Paul Wallington  <jpw@shootybangbang.com>
11785         * help-fns.el (describe-variable): Mention if the variable is an
11786         alias.  Put `defvaralias' info before the documentation.
11788 2002-07-12  Kenichi Handa  <handa@etl.go.jp>
11790         * international/mule-cmds.el (locale-language-names): Change "mk"
11791         (Macedoninan), "ru" (Russian), and "sp" (Serbian with Cyrillic
11792         alphabet) to "Cyrillic-ISO".
11794 2002-07-11  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11796         * net/tramp.el (tramp-default-method): New default method "sm"
11797         which I guess to be good for most people.
11798         (tramp-default-method-alist): Use "ftp" method (ie, forwarding to
11799         Ange-FTP) for some user/host combinations.
11800         (tramp-file-name-structure, tramp-file-name-regexp)
11801         (tramp-make-tramp-file-format, tramp-make-tramp-file-user-nil-format)
11802         (tramp-multi-file-name-structure, tramp-multi-file-name-hop-structure)
11803         (tramp-make-multi-tramp-file-format): New default value which
11804         unifies the filename syntax between Tramp and Ange-FTP.  The new
11805         syntax is "/method:user@host:path".  Note the colon after the method.
11806         (tramp-handle-file-name-directory): Don't return "/" when
11807         completing a remote root directory (where the filename looks like
11808         "/method:user@host:/").
11809         (tramp-handle-ange-ftp): Deleted.
11810         (tramp-disable-ange-ftp): New function, called at toplevel,
11811         deletes Ange-FTP from file-name-handler-alist.
11812         (tramp-handle-make-symbolic-link): Implement.
11814 2002-07-10  Juanma Barranquero  <lektu@terra.es>
11816         * ido.el (ido-enter-single-matching-directory): Delete leftover comment.
11818         * speedbar.el (speedbar-tag-hierarchy-method): Fix typos.
11819         (speedbar-vc-do-check): Likewise.
11820         (speedbar-obj-do-check): Likewise.
11821         (speedbar-mouse-hscroll): Likewise.
11822         (speedbar-file-lists): Likewise.
11824         * emacs-lisp/authors.el (authors-obsolete-file-p): Fix typo.
11826 2002-07-09  Ole Aamot  <ole@gnu.org>
11828         * compile.el (compilation-error-regexp-alist):
11829         Recognize Valgrind messages.
11831 2002-07-09  Juanma Barranquero  <lektu@terra.es>
11833         * faces.el (face-id): Fix typo.
11835         * hexl.el (hexl-mode): Likewise.
11837         * progmodes/idlw-shell.el (idlwave-shell-set-bp): Likewise.
11839         * progmodes/ebnf-yac.el (ebnf-yac-error): Likewise.
11841         * speedbar.el (speedbar-make-specialized-keymap): Fix docstring.
11842         (speedbar-desired-buffer): Likewise.
11843         (speedbar-line-file): Likewise.
11844         (speedbar-special-mode-key-map): Fix typo.
11845         (speedbar-dynamic-tags-function-list): Likewise.
11846         (speedbar-use-images): Likewise.
11847         (speedbar-up-directory): Likewise.
11848         (speedbar-item-info): Likewise.
11849         (speedbar-set-timer): Likewise.
11850         (speedbar-insert-button): Likewise.
11851         (speedbar-make-button): Likewise.
11852         (speedbar-make-tag-line): Likewise.
11853         (speedbar-insert-files-at-point): Likewise.
11854         (speedbar-update-special-contents): Likewise.
11855         (speedbar-find-selected-file): Likewise.
11856         (speedbar-add-indicator): Likewise.
11857         (speedbar-do-function-pointer): Likewise.
11858         (speedbar-goto-this-file): Likewise.
11859         (speedbar-line-path): Likewise.
11860         (speedbar-mouse-event-p): Likewise.
11861         (speedbar-dir-follow): Likewise.
11862         (speedbar-tag-find): Likewise.
11863         (speedbar-fetch-etags-command): Likewise.
11864         (speedbar-fetch-etags-arguments): Likewise.
11865         (speedbar-toggle-etags): Likewise.
11866         (speedbar-extract-one-symbol): Likewise.
11867         (speedbar-parse-c-or-c++tag): Likewise.
11868         (speedbar-unhighlight-one-tag-line): Likewise.
11869         (speedbar-directory-face): Likewise.
11870         (defimage-speedbar): Likewise.
11871         (speedbar-convert-emacs21-imagespec-to-xemacs): Likewise.
11873 2002-07-09  Miles Bader  <miles@gnu.org>
11875         * hexl.el (hexl-find-file): Bind `completion-ignored-extensions'
11876         to nil when prompting for a filename.
11878 2002-07-09  Kenichi Handa  <handa@etl.go.jp>
11880         * files.el (insert-directory): Be sure to bind
11881         coding-system-for-write to the just decided coding-system-for-read.
11883 2002-07-09  Kim F. Storm  <storm@cua.dk>
11885         * ido.el (ido-make-merged-file-list): Move fully matching item to
11886         head of list.
11887         (ido-find-common-substring): Return substring instead of t.
11889 2002-07-08  Juanma Barranquero  <lektu@terra.es>
11891         * info.el (Info-directory-list): Fix docstring.
11893 2002-07-08  Miles Bader  <miles@gnu.org>
11895         * comint.el (comint-dynamic-list-completions): Sort COMPLETIONS
11896         before first use.
11898 2002-07-08  Kim F. Storm  <storm@cua.dk>
11900         * files.el (after-find-file): Don't check for read-only status
11901         of files just created (and not yet saved on disk).
11903         * ido.el (ido-completion-help): Changed xemacs specific code to
11904         avoid byte compiler warning in GNU emacs.
11905         (ido-set-matches1): Use regexp-quote instead of identity.
11906         (ido-complete-space): New function.
11907         (ido-define-mode-map): Bind it to SPACE.
11909 2002-07-07  Stefan Monnier  <monnier@cs.yale.edu>
11911         * font-lock.el (font-lock-default-unfontify-region):
11912         Use remove-list-of-text-properties.
11913         (font-lock-extra-managed-props): Doc fix.
11915         * facemenu.el: Move `provide' to the end.
11916         (facemenu-read-color): Don't cons unnecessarily.
11918         * language/ind-util.el (indian-make-hash):
11919         * language/devan-util.el (dev-char-glyph-hash, dev-glyph-glyph-hash)
11920         (dev-glyph-glyph-2-hash): Switch makehash -> make-hash-table.
11922         * subr.el (insert-string): Update the obsolete info.
11923         (makehash): Move from C and mark obsolete.
11925         * emacs-lisp/debug.el (debug-on-entry): Fix the wrapper used for
11926         aliases to also work for interactive functions.
11927         Use the same wrapper for subroutines.
11928         (cancel-debug-on-entry): Get rid of the now-useless wrapper.
11929         (debug-on-entry-1): Correctly skip docstrings and interactive forms.
11931         * textmodes/texinfo.el (texinfo-font-lock-keywords): Disable the
11932         automatic environment name update.
11933         (texinfo-clone-environment): Fix it not to incorrectly match prefixes.
11935 2002-07-07  Richard M. Stallman  <rms@gnu.org>
11937         * emacs-lisp/easymenu.el (easy-menu-popup-menu): Function deleted.
11939         * emacs-lisp/advice.el (ad-compile-function):
11940         Disable cl-function warnings if cl is loaded.
11942         * files.el (safe-local-eval-forms): New user option.
11943         (hack-one-local-variable-eval-safep): Support it.
11944         Also allow `safe-local-eval-function' property to be a function
11945         or a list of functions.
11946         (c-add-style): Delete `safe-local-eval-function' property.
11948         * files.el (after-find-file): Make buffer read-only if file is
11949         marked that way, even for root.
11951         * files.el (save-some-buffers): Doc fix.
11953         * bindings.el (completion-ignored-extensions): Add .gmo and .mo.
11955 2002-07-06  Francesco Potort\e,Al\e(B  <pot@gnu.org>
11957         * dos-w32.el (file-name-buffer-file-type-alist): Add knowledge of
11958         .sx[dmicw] file suffixes for Open office data files.
11960         * files.el (auto-mode-alist): Likewise.
11962         * international/mule.el (auto-coding-alist): Likewise.
11964 2002-07-05  Kim F. Storm  <storm@cua.dk>
11966         * emulation/cua-rect.el (cua--rectangle-operation): Don't call
11967         FCT if current column is outside rectangle.
11968         (cua--delete-rectangle): Do nothing if zero width or out of bounds.
11970 2002-07-04  Stefan Monnier  <monnier@cs.yale.edu>
11972         * net/ange-ftp.el: Use add-hook and find-file-hook.
11973         (ange-ftp-parse-netrc): Use run-hooks and find-file-hook.
11974         (ange-ftp-ls-parser): Make it into a function.
11975         Ignore trailing @ in symlink targets.
11976         (ange-ftp-file-entry-p): Ignore FTP errors.
11977         (ange-ftp-insert-directory): Use ange-ftp-expand-symlink
11978         to correctly expand "/flint:/bla -> ./etc" to /flint:/etc.
11980 2002-07-04  Per Abrahamsen  <abraham@dina.kvl.dk>
11982         * simple.el (toggle-truncate-lines): New command.
11984 2002-07-04  Miles Bader  <miles@gnu.org>
11986         * comint.el (comint-displayed-dynamic-completions): New variable.
11987         (comint-dynamic-list-completions): Be more careful about choosing
11988         when to scroll an existing completions window.
11990 2002-07-03  Andreas Schwab  <schwab@suse.de>
11992         * net/tramp.el (tramp-handle-ange-ftp): Move interactive spec
11993         after doc string.
11995 2002-07-03  Juanma Barranquero  <lektu@terra.es>
11997         * net/tramp.el (tramp-send-eof): Fix typo.
11998         (tramp-kill-process): Likewise.
12000         * play/dunnet.el (dun-physobj-desc): Likewise.
12002         * textmodes/reftex-vars.el (reftex-label-alist): Likewise.
12004         * calendar/timeclock.el (timeclock-workday-remaining): Likewise.
12005         (timeclock-workday-elapsed): Likewise.
12007         * allout.el (outline-goto-prefix): Likewise.
12009         * emulation/tpu-edt.el (tpu-delete-to-eol): Likewise.
12010         (tpu-delete-to-bol): Likewise.
12012         * subr.el (chars-in-region): Add obsolescence declaration for
12013         `chars-in-region'.
12015 2002-07-03  Miles Bader  <miles@gnu.org>
12017         * faces.el (header-line): Don't use a `common' clause for
12018         inheriting from the mode-line face, since we can't override it,
12019         and we don't want it for ttys.
12021 2002-07-02  Richard M. Stallman  <rms@gnu.org>
12023         * net/ange-ftp.el (ange-ftp-hook-function): Add file-remote-p prop.
12025         * files.el (hack-one-local-variable-constantp): New function.
12026         (hack-one-local-variable-eval-safep): New function.
12027         Check for `eval:' calling fn with `safe-local-eval-function' property.
12028         (hack-one-local-variable): Use hack-one-local-variable-eval-safep.
12029         (c-add-style, c-set-style): Add safe-local-eval-function property.
12031         * files.el (insert-directory): Handle --dired option to ls.
12033         * files.el (file-remote-p): New function.
12035         * emacs-lisp/easymenu.el (easy-menu-popup-menu): New function.
12037         * startup.el (fancy-splash-screens): Switch to a chosen frame.
12038         (fancy-splash-frame): Choose the right frame to use.
12039         (use-fancy-splash-screens-p): Check dimensions of the right frame
12040         in order to decide.
12042         * emacs-lisp/bytecomp.el (byte-compile-warning-types):
12043         Rename cl-func to cl-functions.  Enable it by default.
12044         (byte-compile-file-form-eval-boundary): Turn off cl-functions warnings
12045         if the file loads cl.
12046         (byte-compile-initial-macro-environment): For eval-and-compile,
12047         use byte-compile-eval-before-compile to eval.
12048         (byte-compile-eval-before-compile): New function to turn off
12049         cl-functions when appropriate, for eval-and-compile.
12050         (byte-compile-warnings): Doc fix.
12052 2002-07-02  Dave Love  <fx@gnu.org>
12054         * emacs-lisp/bytecomp.el (byte-compile-warnings): Add cl-func option.
12055         (byte-compile-cl-warn): New function.
12056         (byte-compile-form): Use it, to warn about calling cl functions.
12057         (byte-compile-warning-types): Doc fix.
12059 2002-07-02  Juanma Barranquero  <lektu@terra.es>
12061         * mail/rmailsum.el (rmail-user-mail-address-regexp): Fix typo.
12063         * textmodes/reftex-cite.el (reftex-citation): Fix typo.
12065         * progmodes/cperl-mode.el (cperl-break-one-line-blocks-when-indent):
12066         Fix typo.
12068 2002-07-02  Kim F. Storm  <storm@cua.dk>
12070         * emacs-lisp/bindat.el: New file.
12072 2002-07-01  Sam Steingold  <sds@gnu.org>
12074         * textmodes/tex-mode.el (tex-file): Call `save-some-buffers'
12075         before `tex-main-file' because if the current buffer is new, its
12076         file might not exist yet, and then `tex-main-file' will
12077         incorrectly return "foo.tex.tex".
12079 2002-07-01  Juanma Barranquero  <lektu@terra.es>
12081         * ido.el (ido-minibuffer-setup-hook): Doc fix.
12083 2002-07-01  Dave Love  <fx@gnu.org>
12085         Make strokes a proper minor mode, and don't try to overload
12086         mouse-2, which doesn't work satisfactorily.
12088         * strokes.el: Doc fixes.
12089         (strokes-mode): Defcustom deleted; replaced by minor mode def with
12090         re-written function.
12091         (strokes-while-inhibiting-garbage-collector): Comment out.
12092         (define-stroke, strokes-fix-button2-command, strokes-insinuated)
12093         (strokes-insinuate, global-set-stroke, describe-stroke)
12094         (load-user-strokes, save-strokes, strokes-bug-address)
12095         (strokes-click-command): Deleted.
12096         (strokes-execute-stroke): Remove strokes-click-p case.
12097         (strokes-describe-stroke): Remove strokes-click-p stuff.
12098         (strokes-help): Fix.
12099         (strokes-report-bug): Alias to report-emacs-bug.
12100         (strokes-prompt-user-save-strokes): Modify format of the file.
12101         (strokes-mode-map, strokes-unload-hook): New.
12102         (strokes-buffer-name): Don't customize.
12104 2002-07-01  Richard M. Stallman  <rms@gnu.org>
12106         * info.el (Info-index): Get immediate error if used in `dir'.
12108         * textmodes/picture.el (picture-forward-column)
12109         (picture-move-down): Never deactivate the mark.
12111 2002-06-30  Simon Josefsson  <jas@extundo.com>
12113         * menu-bar.el (menu-bar-options-menu): Move elisp mode names from
12114         menu entry into balloon help.
12116 2002-06-30  Andreas Schwab  <schwab@suse.de>
12118         * files.el (directory-free-space-args): Don't use `-P' on Darwin.
12119         * term/mac-win.el: Don't set it here.
12121 2002-06-29  Stefan Monnier  <monnier@cs.yale.edu>
12123         * pcvs-defs.el (cvs-mode-map): Bind ! to `force'.
12125 2002-06-29  Andreas Schwab  <schwab@suse.de>
12127         * term/mac-win.el: Use directory-free-space-program instead of
12128         obsolete variable dired-free-space-program.  On Darwin, don't set
12129         directory-free-space-program, shell-file-name and
12130         process-connection-type; set directory-free-space-args to not
12131         include `-P' and use utf-8 for file name coding system.
12133         * simple.el (shell-command-on-region): Handle errors and signals
12134         from shell command execution.
12135         (display-message-or-buffer): Fix last change.
12136         (shell-command-default-error-buffer): Doc fix.
12138         * dired.el (dired-view-file): Quote file name for
12139         dired-run-shell-command.
12141 2002-06-29  Kim F. Storm  <storm@cua.dk>
12143         * kmacro.el: New file.
12145 2002-06-28  John Wiegley  <johnw@gnu.org>
12147         * pcmpl-cvs.el: Added my name as the maintainer of this file.
12149 2002-06-28  Andreas Schwab  <schwab@suse.de>
12151         * shell.el (explicit-bash-args): New user option.
12153 2002-06-28  Kim F. Storm  <storm@cua.dk>
12155         * ido.el: New file.
12157 2002-06-28  Stefan Monnier  <monnier@cs.yale.edu>
12159         * derived.el (define-derived-mode): Preserve the `mode-class' rather
12160         than the `special' symbol property.
12161         (derived-mode-class): Make it obsolete.
12163 2002-06-27  Andreas Schwab  <schwab@suse.de>
12165         * net/tramp.el (tramp-handle-ange-ftp): Fix typo.
12167 2002-06-27  Juanma Barranquero  <lektu@terra.es>
12169         * emacs-lisp/bytecomp.el (baud-rate): Fix obsolescence declaration.
12170         (meta-flag): Likewise.
12172         * international/mule-util.el (string-to-sequence): Likewise.
12174         * subr.el (char-bytes): Likewise.
12175         (make-local-hook): Likewise.
12176         (baud-rate): Remove redundant info from docstring.
12178         * faces.el (frame-update-faces): Fix obsolescence declaration.
12179         (internal-get-face): Remove redundant info from docstring and
12180         fix obsolescence declaration.
12182         * rect.el (move-to-column-force): Likewise.
12184         * help-fns.el (describe-function-1): Use semicolon instead of dot.
12185         (describe-variable): Likewise.
12187 2002-06-27  Stefan Monnier  <monnier@cs.yale.edu>
12189         * mwheel.el (mouse-wheel-change-button): Deactivate before changing.
12190         (mouse-wheel-up-button, mouse-wheel-down-button): Obsolete.
12191         (mouse-wheel-up-event, mouse-wheel-down-event): New vars.
12192         (mouse-wheel-follow-mouse): Change default to t.
12193         (mwheel-event-button): Return the basic event symbol.
12194         (mwheel-scroll): Work with non-mouse events.
12195         (mouse-wheel-mode): Use the new vars.
12196         (mwheel-install): Obey `uninstall'.
12198         * term/xterm.el (function-key-map): Add some bindings.
12200         * uniquify.el (uniquify-delay-rationalize-file-buffer-names):
12201         Rename from delay-uniquify-rationalize-file-buffer-names.
12202         Only rationalize if the buffer is under uniquify control.
12203         (uniquify-delayed-rationalize-file-buffer-names):
12204         Rename from delayed-uniquify-rationalize-file-buffer-names.
12206 2002-06-27  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12208         * net/tramp.el (tramp-file-name-structure)
12209         (tramp-multi-file-name-hop-structure): Split for easier readability.
12210         (tramp-handle-make-symbolic-link): Use user/host/method/... from
12211         LINKNAME, not FILENAME.
12212         (tramp-handle-verify-visited-file-modtime):
12213         Call tramp-ange-ftp-file-name-p with right parameters.
12214         (tramp-handle-verify-visited-file-modtime): `insert' does not
12215         work for integers, convert them to strings first.
12216         (tramp-handle-ange-ftp): New function to perform setup for
12217         replacing Ange-FTP with Tramp.
12218         (tramp-repair-jka-compr): New function to factor out some
12219         previously top-level code.  Call the function at top-level.
12221 2002-06-27  Juanma Barranquero  <lektu@terra.es>
12223         * composite.el (decompose-composite-char): Fix docstring.
12225         * faces.el (describe-face): Capitalize "not documented" message.
12227         * help-fns.el (describe-variable): Likewise.
12228         (describe-function-1): Likewise. Also, document the obsolescence
12229         of the function, if applicable.
12231 2002-06-26  Juanma Barranquero  <lektu@terra.es>
12233         * info.el (info-menu-5): Fix documentation.
12234         (Info-fontify-maximum-menu-size): Remove reference to `Info-fontify'.
12236 2002-06-26  Richard M. Stallman  <rms@gnu.org>
12238         * emacs-lisp/cl.el (values): Simplify definition.
12240         * simple.el (shell-command): Match & only at end of whole command.
12241         (display-message-or-buffer): Don't use the echo area
12242         if output buffer is visible.
12244         * tooltip.el (tooltip-x-offset, tooltip-y-offset): Doc fixes.
12246         * progmodes/cperl-mode.el: Many trivial doc fixes.
12247         (cperl-non-problems): Definition deleted.
12248         (cperl-menu): Don't refer to cperl-non-problems.
12249         (cperl-word-at-point): Add doc string.
12250         (cperl-beautify-regexp-piece): Fix error message.
12251         (cperl-invert-if-unless): Fix error message.
12253         * dired.el (dired-find-alternate-file): Mark as disabled.
12255 2002-06-25  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12257         * net/tramp.el (tramp-ftp-method): New user option.
12258         (tramp-invoke-ange-ftp): New function to forward calls to Ange-FTP.
12259         (with-parsed-tramp-file-name): New macro for the usual big `let'
12260         statement to dissect a file-name.
12261         (tramp-handle-make-symbolic-link, tramp-handle-load)
12262         (tramp-handle-file-name-directory)
12263         (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
12264         (tramp-handle-file-truename, tramp-handle-file-directory-p)
12265         (tramp-handle-file-regular-p, tramp-handle-file-symlink-p)
12266         (tramp-handle-file-writable-p, tramp-handle-file-writable-p):
12267         Use the new macro and forward call to Ange-FTP if applicable.
12268         (tramp-make-ange-ftp-file-name): New helper function to convert a
12269         file name into an Ange-FTP file name, used by `tramp-invoke-ange-ftp'.
12270         (tramp-default-method-alist): New user option.
12271         (tramp-find-default-method): Use it.
12272         (tramp-sh-extra-args): New variable.
12273         (tramp-find-shell): Use it.
12274         (tramp-open-connection-rsh): Support a kludgy feature for the
12275         "-p" option to ssh.  If host name is given as "host#42", uses the
12276         "-p 42" option.
12278 2002-06-25  Andreas Schwab  <schwab@suse.de>
12280         * replace.el (occur-1): Avoid invalid message format string.
12282 2002-06-24  Stefan Monnier  <monnier@cs.yale.edu>
12284         * emacs-lisp/bytecomp.el (byte-compile-callargs-warn):
12285         Check for `noruntime' even if the function has a known sig.
12286         (byte-compile-file, byte-compile-output-docform):
12287         Don't hard code point-min = 1.
12289         * pcvs.el (cvs-parse-process): Don't save/restore point.
12290         Fix last change not to introduce spurious dir FIs.
12291         (cvs-move-to-goal-column): New function extracted from
12292         cvs-mode-previous-line.
12293         (cvs-mode-previous-line, cvs-mode-next-line): Use it.
12294         (cvs-addto-collection): Use it to preserve point.
12295         (cvs-vc-command-advice): Ad-hoc workaround for `cvs -q add'.
12297         * mwheel.el (mouse-wheel-scroll-amount,mwheel-scroll,mouse-wheel-mode):
12298         Don't require the first element to be modifier-free.
12300         * pcvs-parse.el (cvs-parse-table):
12301         Handle `nothing known about' with more care.
12303         * pcvs.el (cvs-fileinfo-kill): Remove.
12304         (cvs-parse-process): Add `old-fis' argument.
12305         (cvs-mode-run): Use it instead of cvs-fileinfo-kill.
12307         * descr-text.el (describe-property-list): Make sure there's
12308         a space between the property name and its value.
12309         (describe-text-properties): Don't kill a pre-existing buffer.
12311         * mwheel.el: Undo last patch from Stephen Gildea for now.
12313 2002-06-24  Kim F. Storm  <storm@cua.dk>
12315         * emulation/keypad.el: Added :require 'keypad to defcustoms.
12317 2002-06-23  Stefan Monnier  <monnier@cs.yale.edu>
12319         * subr.el (event-start, event-end, event-click-count):
12320         Accept non-mouse events as well.
12321         (read-key): New function.
12322         (read-quoted-char): Use it.  Use this-single-command-raw-keys as well.
12324         * files.el: Rename (and mark as obsolete)
12325         find-file-hooks to find-file-hook,
12326         find-file-not-found-hooks to find-file-not-found-functions,
12327         write-file-hooks to write-file-functions,
12328         write-contents-hooks to write-contents-functions.
12329         Mark local-write-file-hooks as obsolete.
12330         (locate-file-completion): Don't cons uselessly.  Use test-completion.
12331         (basic-save-buffer): Use (point-min) rather than 1.
12332         (basic-save-buffer-2): Obey the `setmodes' returned by backup-buffer.
12334         * help-fns.el (describe-variable): Only use `buffer' is still live.
12335         Use `delete-region' instead of save-excursion + delete-char.
12336         Document the obsolescence of the variable, if applicable.
12338 2002-06-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
12340         * progmodes/f90.el (f90-do-auto-fill): Respect the value of
12341         comment-auto-fill-only-comments.
12343 2002-06-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12345         * net/ange-ftp.el (backup-buffer): Delete `ange-ftp' property.
12346         This is not a handled operation.
12348 2002-06-21  Kim F. Storm  <storm@cua.dk>
12350         * emulation/cua-base.el (cua--prefix-arg): Make register prefixes
12351         work again.  Corrected error in check for C-u initiated prefix.
12353         * emulation/keypad.el (keypad-setup): Handle kp-begin like kp-space.
12355 2002-06-21  Richard M. Stallman  <rms@gnu.org>
12357         * net/browse-url.el (browse-url-at-mouse): Don't pass an arg
12358         to browse-url-at-point.
12360         * play/zone.el (zone-idle): Var deleted.
12362         * international/iso-acc.el (iso-languages) <french>:
12363         `~ ' now generates `~', `~,' definition deleted.
12365         * format.el (format-annotate-function): Copy multibyte flag
12366         and selective-display into the new temp buffer.
12368         * edmacro.el (edmacro-fix-menu-commands):
12369         Discard `help-echo' events.  Handle (menu-bar) events.
12370         Simplify by converting key sequence to a list and then back to vector.
12372 2002-06-21  Stephen Gildea  <gildea@stop.mail-abuse.org>
12374         * mwheel.el: Allow arbitrary keys for scrolling, add a third
12375         scrolling speed, fix an unwind-protect.
12376         (mouse-wheel-scroll-amount): Now a three-element list.
12377         (mouse-wheel-scroll-down-slow, mouse-wheel-scroll-up-slow)
12378         (mouse-wheel-scroll-down-normal, mouse-wheel-scroll-up-normal)
12379         (mouse-wheel-scroll-down-fast, mouse-wheel-scroll-up-fast):
12380         New functions.
12382 2002-06-21  Andreas Schwab  <schwab@suse.de>
12384         * files.el (find-file-read-args): Add new argument `mustmatch' and
12385         pass it down to read-file-name.
12386         (find-file, find-file-other-window, find-file-other-frame)
12387         (find-file-read-only, find-file-read-only-other-window)
12388         (find-file-read-only-other-frame): Use it and fix prompts.
12390 2002-06-21  Stefan Monnier  <monnier@cs.yale.edu>
12392         * pcvs-defs.el (cvs-version): Use cvs-program rather than "cvs".
12394 2002-06-20  Emmanuel Briot  <briot@act-europe.fr>
12396         * progmodes/ada-mode.el: Update copyright notice.
12397         Synchronize with GNAT release 3.15a1.
12398         Do not attempt to load ada-support, which is only for compatibility
12399         with older Emacs versions, and is not needed for Emacs 21.
12400         Fix various calls to count-lines, that didn't work correctly when the
12401         buffer was narrowed.
12402         (ada-continuation-indent): New variable.
12403         (ada-contextual-menu): New entry "List local references", faster than
12404         "List References".
12405         (ada-mode): New alignment rules provided by S. Leake.
12406         Add support for which-function-mode.
12407         (ada-get-current-indent): Fix indentation of named parameter lists and
12408         nested boolean expressions.
12409         (ada-indent-on-previous-lines): Fix indentation of labels.
12410         (ada-search-prev-end-stmt): Fix searching of the previous
12411         end-statement, specially with regards to nested subprograms.
12412         (comment-region advice): Initially disabled, for better compatibility
12413         with other modes.
12414         (ada-fill-comment-paragraph): Fixed (no longer worked with Emacs 21).
12416         * progmodes/ada-xref.el: Update copyright notice.
12417         (ada-xref-create-ali): The default is now not to create automatically
12418         the ALI files by compiling the unit, since this isn't always reliable
12419         and requires an up-to-date project file.
12420         (ada-prj-default-comp-cmd): No longer use gcc directly to compile
12421         a file, but use gnatmake instead, since this gives access to the GNAT
12422         project files.
12423         (ada-xref-search-with-egrep): New variable, suggested by P. Waroquiers.
12424         (ada-load-project-hook): New variable, for support of GNAT
12425         project files.
12426         (ada-update-project-menu): Fix the detection of the project file name.
12427         (ada-add-keymap): Change key binding for ada-find-file, that conflicted
12428         with another binding in ada-mode.el.
12429         (ada-add-menu): New menu "List Local References", to list the reference
12430         to the entity only in the current file, instead of looking in the whole
12431         project.  Much faster.
12432         (ada-find-references): New parameters arg and local-only.
12433         (ada-find-any-references): New parameters local-only and append.
12434         (ada-goto-declaration): Fix handling of predefined entities in xref.
12435         (ada-get-all-references): Updated to the new xref format in GNAT 3.15,
12436         still compatible with GNAT 3.14 of course.  Fix various calls to
12437         count-lines, that didn't work correctly when the buffer was narrowed.
12439         * progmodes/ada-prj.el: Update copyright.
12440         (ada-prj-load-directory): Make sure we do not use one of the new Emacs
12441         21 dialogs to select the file, since we want a directory name only.
12442         (ada-customize): Add support for the new GNAT project files.
12444 2002-06-20  Francesco Potort\e,Al\e(B  <pot@gnu.org>
12446         * progmodes/etags.el (tag-implicit-name-match-p): New function.
12447         (etags-recognize-tags-table): Use it for implicit tag names.
12449 2002-06-20  Miles Bader  <miles@gnu.org>
12451         * comint.el (comint-get-old-input-default): Strip text properties
12452         for fields too.
12454         * comint.el (comint-output-filter): Run output-filter functions
12455         before setting up the prompt.
12457         * international/characters.el: Re-enable code giving word syntax
12458         to certain japanese-jisx0208 characters.
12460 2002-06-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
12462         * progmodes/f90.el (f90-type-def-re): Fix value.
12463         (f90-looking-at-type-like): Adapt for new `f90-type-def-re' value.
12465 2002-06-18  Stefan Monnier  <monnier@cs.yale.edu>
12467         * international/quail.el (quail-help): Don't assume the buffer
12468         is displayed in the same frame.
12470         * emacs-lisp/debug.el (cancel-debug-on-entry):
12471         * emacs-lisp/regexp-opt.el (regexp-opt-group): Don't cons uselessly.
12473         * pcvs.el (cvs-vc-command-advice): Handle the case where args
12474         are passed to `cvs' before the command name.
12475         (cvs-fileinfo-kill): Mark old FIs as up-to-date rather than dead.
12477         * pcvs-info.el (cvs-add-face): Minor rewrite.
12478         (cvs-fileinfo-pp): Use `cvs-goal-column' with directory entries.
12480         * newcomment.el (comment-normalize-vars): Refresh the comment-foo-skip
12481         regexp when they don't match comment-foo any more.
12483 2002-06-18  Juanma Barranquero  <lektu@terra.es>
12485         * filesets.el (filesets-update-pre010505): Fix typo.
12487         * eshell/em-pred.el (eshell-modifier-help-string): Fix typos.
12489         * emulation/edt.el (edt-substitute): Fix typo.
12491         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine): Fix typo.
12493         * comint.el (comint-next-prompt, comint-previous-prompt): Fix typos.
12495         * progmodes/sh-script.el (sh-electric-rparen-needed): Remove.
12497 2002-06-17  Richard M. Stallman  <rms@gnu.org>
12499         * facemenu.el (facemenu-map): Rename to Describe Text
12500         to Describe Properties and use describe-text-properties.
12502         * simple.el (what-cursor-position): Use describe-char.
12504         * descr-text.el (describe-char): Moved from mule-diag.el, renamed
12505         from describe-char-after.  Now calls describe-text-properties.
12506         (describe-property-list): Renamed from describe-text-properties.
12507         (describe-text-properties): Renamed from describe-text-at.
12508         New arg OUTPUT-BUFFER.
12509         (describe-text-properties-1):
12510         New subroutine, broken out from describe-text-properties.
12511         Output a newline before each section of the output.
12513         * international/mule-diag.el (describe-char-after):
12514         Moved to descr-text.el.
12516 2002-06-17  Eli Zaretskii  <eliz@is.elta.co.il>
12518         * international/mule.el (ctext-pre-write-conversion): Fix the values
12519         of FROM and TO if we create a new buffer.
12521 2002-06-17  John Paul Wallington  <jpw@shootybangbang.com>
12523         * comint.el (comint-insert-clicked-input): Insert clicked-on
12524         previous input without properties.
12526 2002-06-16  Andrew Choi  <akochoi@shaw.ca>
12528         * term/mac-win.el (scalable-fonts-allowed): Set to t.
12530 2002-06-15  Colin Walters  <walters@debian.org>
12532         * pcvs-info.el (global-font-lock-mode, font-lock-auto-fontify):
12533         Delete defvars.
12534         (cvs-highlight): Delete.
12535         (cvs-add-face): Use `font-lock-face'.  Always add properties.
12537         * ibuffer.el (ibuffer-movement-cycle): New variable.
12538         (ibuffer-backward-line, ibuffer-forward-line): Use it.
12540 2002-06-15  Richard M. Stallman  <rms@gnu.org>
12542         * emacs-lisp/bytecomp.el (byte-recompile-directory): Doc fix.
12543         (batch-byte-recompile-directory): Undo previous change.
12545         * comint.el (comint-skip-input): New function.
12546         (comint-interrupt-subjob, comint-kill-subjob, comint-quit-subjob)
12547         (comint-stop-subjob): Use comint-skip-input.
12549         * ielm.el (ielm-eval-input): Use error-message-string.
12550         (ielm-format-error, ielm-format-errors): Functions deleted.
12552 2002-06-14  Kim F. Storm  <storm@cua.dk>
12554         * progmodes/compile.el (grep-tree): Doc fixes.
12555         Added SUBDIRS arg for non-interactive use.
12557 2002-06-14  Juanma Barranquero  <lektu@terra.es>
12559         * comint.el (comint-snapshot-last-prompt):
12560         Bind `inhibit-read-only' to t to support read-only prompts.
12561         (comint-output-filter): Likewise.
12563 2002-06-14  Miles Bader  <miles@gnu.org>
12565         * subr.el (copy-tree): Use `nconc' and `nreverse' instead of `nreconc'.
12566         (pop): Move the call to `car' outside the prog1, as the compiler
12567         then generates better code.
12569 2002-06-13  Richard M. Stallman  <rms@gnu.org>
12571         * play/zone.el (zone-timer): New variable holds the idle timer.
12572         (zone): Don't fiddle with the idle timer at all.
12573         (zone-when-idle): Put the idle timer in zone-timer.
12574         If one is already set up, cancel it and make a new one.
12575         (zone-leave-me-alone): Likewise.
12577 2002-06-13  Jason Rumney  <jasonr@gnu.org>
12579         * w32-fns.el (w32-charset-info-alist): Reorder.
12581 2002-06-13  Andreas Schwab  <schwab@suse.de>
12583         * files.el (auto-mode-alist): Move entry for ".in" to the end.
12585 2002-06-13  Miles Bader  <miles@gnu.org>
12587         * comint.el (comint-mode): Don't set `font-lock-defaults'.
12588         (comint-mode-hook): Turn on font-lock by default.
12590 2002-06-12  Karl Fogel  <kfogel@red-bean.com>
12592         * bookmark.el (bookmark-file-or-variation-thereof):
12593         Restore vc-backend check, thanks to Robert Thorpe for noticing.
12595 2002-06-12  Eli Zaretskii  <eliz@is.elta.co.il>
12597         * textmodes/bibtex.el: Change the maintainer to "none".
12599 2002-06-12  Juanma Barranquero  <lektu@terra>
12601         * term/w32-win.el (x-handle-switch): Fix handling of
12602         x-invocation-args for switches with arguments.
12604 2002-06-12  Stefan Monnier  <monnier@cs.yale.edu>
12606         * menu-bar.el (menu-bar-showhide-fringe-menu): Don't use `fringe-mode'
12607         without first making sure it's bound.
12609 2002-06-12  Richard M. Stallman  <rms@gnu.org>
12611         * info.el (Info-fontify-node): Compute header line specially
12612         if node has no next, previous or up links.
12613         Hide the part of the first line that is used in the header.
12614         Use Info-next-link-keymap, etc.
12615         (Info-next-link-keymap, Info-prev-link-keymap)
12616         (Info-up-link-keymap): New variables.
12618         * international/mule-diag.el (describe-char-after): Doc fix.
12620         * view.el (view-mode-enter): Clarify echo area message.
12622         * info.el (Info-select-node): Turn header line on or off here.
12623         (Info-setup-header-line): Function deleted.
12624         (Info-mode): Make Info-header-line local.
12625         (Info-fontify-node): Ignore Info-use-header-line.
12626         Unconditionally compute what the header line should be, and
12627         store it on the `header-line' property of the node's first char.
12628         Bind [header-line down-mouse-1].
12629         Use `keymap' property, not `local-map'.
12630         Bind [mouse-2] for mouse clicks on the node line in the text.
12632         * font-lock.el (font-lock-beginning-of-syntax-function): Doc fix.
12634 2002-06-12  Miles Bader  <miles@gnu.org>
12636         * comint.el (comint-send-input): Properly handle empty and
12637         no-newline input regions.
12639 2002-06-12  Colin Walters  <walters@gnu.org>
12641         * calc/calc.el: Use `when', `unless'.
12642         (calc-trail-mode): Use an italic `font-lock-face'.
12643         (calc-refresh): Ditto.
12645 2002-06-12  Colin Walters  <walters@debian.org>
12647         * font-core.el (font-lock-core-only): Variable deleted.
12648         All uses removed.
12649         (font-lock-set-defaults): Variable alist settings moved back into
12650         font-lock-set-defaults-1.
12651         (turn-on-font-lock-if-enabled): Always turn on font-lock unless it
12652         is specifically excluded by the user.
12654         * font-lock.el (font-lock-set-defaults-1): Set variable alist here.
12656         * help-mode.el (help-mode): Don't set `font-lock-defaults'.
12658         * ibuffer.el (ibuffer-mode): Don't set `font-lock-defaults'.
12660         * info.el (Info-mode): Don't set `font-lock-defaults'.
12662         * replace.el (occur-mode): Don't set `font-lock-defaults'.
12664         * help-mode.el (help-highlight-p, help-highlight-face):
12665         Variable was unused; delete.
12666         (help-make-xrefs): Doc fix.
12668 2002-06-11  Richard M. Stallman  <rms@gnu.org>
12670         * format.el (format-alist): Document new element PRESERVE.
12671         (format-write-file): Implement PRESERVE elt for a format.
12673         * files.el (make-auto-save-file-name): Rename local `filename' to
12674         `file-name'.
12676 2002-06-10  Richard M. Stallman  <rms@gnu.org>
12678         * progmodes/ebrowse.el (ebrowse-draw-tree-fn): Use copy-sequence.
12679         (ebrowse-copy-list): Function deleted.
12681         * eshell/em-unix.el (eshell/diff): Use copy-sequence.
12683         * eshell/esh-mode.el (eshell-mode, eshell-mode): Use copy-sequence.
12685         * eshell/esh-util.el (eshell-copy-list): Function deleted.
12686         (eshell-sublist): Use copy-sequence.
12687         (eshell-copy-tree): Make it an alias for copy-tree.
12689         * emacs-lisp/cl.el (copy-list): Moved back from subr.el.
12691         * subr.el (copy-list): Moved to cl.el.
12692         (copy-tree): Don't use copy-list or cl-pop.
12694 2002-06-10  Miles Bader  <miles@gnu.org>
12696         Make comint use text properties for highlighting instead of overlays:
12697         * comint.el (comint-last-output-overlay): Variable removed.
12698         (comint-send-input, comint-output-filter): Use text properties
12699         instead of overlays.
12700         (comint-insert-clicked-input): Rewrite to work with text
12701         properties as well as overlays
12702         (comint-snapshot-last-prompt): Snapshot using text properties.
12703         (comint-get-old-input-default, comint-extract-string): Don't copy
12704         text properties.
12706         * simple.el (line-move-finish): Inhibit field motion when
12707         computing `line-end'.
12709         * files.el (revert-buffer): Correct typo: variable name is
12710         `buffer-file-format', not `buffer-file-formats'.
12712         * comint.el (comint-send-input, comint-output-filter): Use the
12713         `font-lock-face' property instead of `face'.  Don't check the
12714         highlight-enabling variables anymore.
12715         (comint-highlight-input, comint-highlight-prompt): Variables removed.
12717         * faces.el (display-supports-face-attributes-p): New function.
12718         (face-spec-set-match-display): Support `supports' predicate.
12719         (italic): Try underlining for displays that don't support real italics.
12720         * cus-edit.el (custom-display): Add support for `supports' predicate.
12721         * term/tty-colors.el (color-name-rgb-alist): Use 16-bit RGB values
12722         instead of 8-bit, for consistency with the rest of emacs.
12723         (tty-color-canonicalize): Only copy COLOR if we need to change it.
12724         (tty-color-approximate): Scale values from `color-name-rgb-alist'
12725         appropriately.  Return the whole color description, rather than
12726         just the RGB values.
12727         (tty-color-standard-values): New function.  Code mostly taken from
12728         `tty-color-translate'.
12729         (tty-color-translate, tty-color-values): Use `tty-color-desc' to
12730         do all the work.
12731         (tty-color-desc): Do color lookup here instead of calling
12732         `tty-color-translate' and `tty-color-by-index'; this is now the
12733         main place to do it.
12735 2002-06-09  Martin Stjernholm  <bug-cc-mode@gnu.org>
12737         * progmodes/cc-style.el (c-set-style, c-set-style-1):
12738         Add another state for the `dont-override' flag where it only keeps
12739         globally set variables.
12741 2002-06-08  Colin Walters  <walters@gnu.org>
12743         * descr-text.el (describe-text-properties): Sort the output by the
12744         size of the values.  Put `font-lock-face' property on property names.
12745         (toplevel): Provide `descr-text'.
12747         * international/mule-diag.el (describe-char-after): When there are
12748         text properties, require `descr-text', and just call
12749         `describe-text-properties'.
12751         * international/mule.el (sgml-html-meta-auto-coding-function):
12752         New function.
12753         (auto-coding-from-file-contents): Delete; merge functionality into
12754         `set-auto-coding'.
12755         (set-auto-coding): Move tests from `auto-coding-functions' so that
12756         they have a lower priority than coding: tags.
12757         Put `auto-coding-regexp-alist' tests before coding: tag tests.
12758         (sgml-xml-auto-coding-function): Simply `intern' the match, and
12759         test if it's a valid coding system.
12760         (auto-coding-functions): Add `sgml-html-meta-auto-coding-function'.
12762 2002-06-08  Colin Walters  <walters@verbum.org>
12764         * subr.el (copy-list): Moved here from cl.el.
12765         (copy-tree): Renamed here from `cl-copy-tree' in cl-extra.el.
12767         * emacs-lisp/cl-extra.el (cl-copy-tree): Moved to `copy-tree' in
12768         subr.el.  Add a defalias with the old name.
12770         * emacs-lisp/cl.el (copy-list): Moved to subr.el.
12772         * replace.el (occur-mode): Don't set up categories.  Do set
12773         `font-lock-defaults', and be sure to set `font-lock-core-only'.
12774         (occur-1): Pass `list-matching-lines-face' and
12775         `list-matching-lines-buffer-name-face'.
12776         (occur-engine): Use `font-lock-face' instead of categories.
12778         * info.el (Info-mode): Don't set up categories.  Do set
12779         `font-lock-defaults', and be sure to set `font-lock-core-only'.
12780         (Info-fontify-menu-headers): Use `font-lock-face' instead of
12781         categories.
12782         (Info-fontify-node): Ditto.
12784         * ibuffer.el (ibuffer-category-alist): Delete.
12785         (ibuffer-get-category): Delete.
12786         (ibuffer-compile-make-eliding-form): Use `font-lock-face' instead
12787         of categories.
12788         (ibuffer-compile-format): Don't treat `name' category specially.
12789         (ibuffer-column name): Use `font-lock-face'.
12790         (filename-and-process): Ditto.
12791         (ibuffer-buffer-name-category): Renamed to
12792         `ibuffer-buffer-name-face'.  Don't use categories.
12793         (ibuffer-update-title-and-summary): Use `font-lock-face'.
12794         (ibuffer-insert-filter-group): Ditto.
12795         (ibuffer-mode): Don't set up categories.  Do set
12796         `font-lock-defaults', and be sure to set `font-lock-core-only'.
12797         (ibuffer-compile-format): Don't pass third argument
12798         to column functions.
12799         (filename-and-process): Ditto.
12801         * ibuf-macs.el (define-ibuffer-column): Don't create a third
12802         argument for the generated function.
12804         * font-core.el (font-lock-category-alist): Delete.
12805         (turn-on-font-lock-if-enabled): Don't use it.
12806         (font-lock-symbol-category-alist): Delete.
12807         (font-lock-default-function): Use new `char-property-alias-alist'
12808         to make `font-lock-face' an alias for `face' when font-lock mode
12809         is enabled.
12810         (font-lock-core-only): New variable.
12811         (font-lock-set-defaults): Use it.
12813 2002-06-08  Richard M. Stallman  <rms@gnu.org>
12815         * files.el (find-file-noselect-1): Undo previous change.
12817         * bookmark.el (bookmark-file-or-variation-thereof): Doc fix.
12819 2002-06-07  Karl Fogel  <kfogel@red-bean.com>
12821         * bookmark.el (bookmark-file-or-variation-thereof): Just use
12822         Info-suffix-list, as suggested by Stefan Monnier.
12824 2002-06-05  Eli Zaretskii  <eliz@is.elta.co.il>
12826         * select.el (xselect-convert-to-string): If VALUE is a string,
12827         return a cons of TYPE and the string.
12829 2002-06-05  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
12831         * language/cyrillic.el (cyrillic-alternativnyj-decode-table):
12832         Fix the table to contain correct characters.
12834 2002-06-04  Richard M. Stallman  <rms@gnu.org>
12836         * simple.el: Don't require cl.
12838 2002-06-03  Richard M. Stallman  <rms@gnu.org>
12840         * dired.el (dired-do-shell-command): Doc fix in autoload.
12842         * info.el (Info-extract-pointer): Ignore Info-header-line.
12844         * progmodes/cc-mode.el (c-postprocess-file-styles):
12845         Do nothing except in CC modes.
12847         * international/mule-cmds.el (select-safe-coding-system):
12848         When computing auto-cs, narrow to FROM...TO.
12849         Put save-excursion outside save-restriction.
12850         New arg FILE; use that for set-auto-coding.
12852 2002-06-01  Richard M. Stallman  <rms@gnu.org>
12854         * simple.el (choose-completion-string-functions): Doc fix.
12855         (choose-completion-string): Add doc string.
12857 2002-06-01  Kim F. Storm  <storm@cua.dk>
12859         * simple.el: Reworked previous change.
12860         (choose-completion-string1): Merged back into choose-completion-string.
12861         (choose-completion-string): Run choose-completion-string-functions
12862         after checking for proper minibuffer window.  Added mini-p arg to
12863         the hook functions.  Insert choice if all hook functions return nil.
12864         (choose-completion-string-functions): Doc update.
12866 2002-06-01  Sam Steingold  <sds@gnu.org>
12868         * files.el (auto-mode-alist): Strip trailing ".in" from the file
12869         name when deciding the mode (for config.h.in, Makefile.in etc).
12871 2002-06-01  Thien-Thi Nguyen  <ttn@gnu.org>
12873         * progmodes/prolog.el (prolog-mode-syntax-table): Add flags to
12874         ?/ and ?* entries to support /* */ style comments.
12875         (prolog-font-lock-keywords): New var.
12876         (prolog-mode): Enable font-locking; set `font-lock-defaults'.
12878 2002-06-01  Kim F. Storm  <storm@cua.dk>
12880         * simple.el (choose-completion-string-functions): New special hook.
12881         (choose-completion-string1): Renamed from choose-completion-string.
12882         (choose-completion-string): Run choose-completion-string-functions
12883         until success, and only call choose-completion-string1 if it fails.
12885 2002-05-31  Stefan Monnier  <monnier@cs.yale.edu>
12887         * textmodes/ispell.el (autoloaded toplevel): Don't use
12888         ispell-library-directory without checking that it's bound.
12890 2002-05-31  Kim F. Storm  <storm@cua.dk>
12892         * emulation/cua-base.el (cua--last-deleted-region-pos)
12893         (cua--last-deleted-region-text): New aux variables.
12894         (cua-delete-region): Set them.
12895         (cua-repeat-replace-region): Use them to find the replacement text.
12897 2002-05-31  Juanma Barranquero  <lektu@terra.es>
12899         * emulation/viper-cmd.el (viper-smart-suffix-list, viper-ask-level):
12900         Fix typos.
12902 2002-05-31  Kim F. Storm  <storm@cua.dk>
12904         * progmodes/compile.el (grep-tree-command, grep-tree-files-aliases)
12905         (grep-tree-ignore-CVS-directories, grep-tree-ignore-case):
12906         New custom variables.
12907         (grep-compute-defaults): Compute grep-tree-command's default value.
12908         (grep-expand-command-macros): New aux function.
12909         (grep-tree-last-regexp, grep-tree-last-files): New aux variables.
12910         (grep-tree): New command like grep-find but extended prompting.
12912 2002-05-30  Richard M. Stallman  <rms@gnu.org>
12914         * files.el (find-file-default): Add defvar for var already used.
12916         * menu-bar.el (menu-bar-showhide-fringe-menu): Use defvar.
12918         * subr.el (open-network-stream, open-network-stream-nowait)
12919         (open-network-stream-server, process-kill-without-query):
12920         Moved from simple.el.
12922         * simple.el (open-network-stream, open-network-stream-nowait)
12923         (open-network-stream-server, process-kill-without-query):
12924         Moved to subr.el.
12926         * simple.el (byte-compiling-files-p): Function deleted.
12928         * textmodes/ispell.el (ispell-library-directory): Renamed from
12929         ispell-library-path.  If Ispell is not installed, init to nil.
12930         (check-ispell-version): Doc fix.
12931         (ispell-menu-map): Get rid of byte-compiling-files-p hackery;
12932         initialize this unconditionally when ispell-menu-map-needed is t.
12933         Local `path' renamed to `dir'.
12935 2002-05-30  Miles Bader  <miles@gnu.org>
12937         * calc/calc.el (calc-show-banner): New variable.
12938         (calc-refresh): Only show banner if `calc-show-banner' is non-nil.
12939         (calc-mode-var-list): Add `calc-show-banner'.
12940         * calc/calc-ext.el (calc-init-extensions): Add binding for `d@'.
12941         (calc-toggle-banner): New function.
12942         * calc/calc-help.el (calc-d-prefix-help): Add `@'.
12944 2002-05-29  Richard M. Stallman  <rms@gnu.org>
12946         * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
12947         When recognizing a def... construct, make that indentation
12948         tentative, so that it can be overridden if the list in question
12949         is not actually an expression.
12950         (common-lisp-indent-call-method): New subroutine.
12952         * emacs-lisp/bytecomp.el (batch-byte-compile-file):
12953         Delete the output file if we get a file-error.
12955         * tooltip.el (tooltip-mouse-motions-active): New variable.
12956         (tooltip-activate-mouse-motions): Don't kill track-mouse local
12957         if it was not made by us.
12959         * mouse.el (mouse-set-font): Avoid misleading error message
12960         if user makes no selection.
12962         * info.el (Info-setup-header-line): Don't hide the links line.
12964         * files.el (find-file-noselect-1): Return the buffer we created
12965         even if it has been killed within `after-find-file'.
12967         * files.el (auto-mode-alist): Use ada-mode for .ad[bs].dg files.
12969 2002-05-29  Kim F. Storm  <storm@cua.dk>
12971         * simple.el (open-network-stream-server): Pass on optional args
12972         sentinel and filter to make-network-process (from Luke Gorrie).
12974 2002-05-28  Colin Walters  <walters@gnu.org>
12976         * textmodes/sgml-mode.el (xml-mode): New alias for `sgml-mode'.
12978         * emacs-lisp/bytecomp.el (byte-compile-last-line): Deleted.
12979         (byte-compile-delete-first): New function.
12980         (byte-compile-read-position): New variable.
12981         (byte-compile-last-position): New variable.
12982         (byte-compile-current-buffer): New variable.
12983         (byte-compile-log-1): Use it.
12984         (byte-compile-set-symbol-position): New function.
12985         (byte-compile-obsolete, byte-compile-callargs-warn)
12986         (byte-compile-arglist-warn, byte-compile-arglist-warn)
12987         (byte-compile-print-syms, byte-compile-file-form-defmumble)
12988         (byte-compile-check-lambda-list, byte-compile-lambda)
12989         (byte-compile-form, byte-compile-variable-ref)
12990         (byte-compile-subr-wrong-args, byte-compile-negation-optimizer)
12991         (byte-compile-condition-case, byte-compile-defun)
12992         (byte-compile-defvar, byte-compile-autoload)
12993         (byte-compile-lambda-form): Use it.
12994         (byte-compile-from-buffer): Set it, and bind
12995         `read-with-symbol-positions' and `read-symbol-positions-list'.
12997         * emacs-lisp/bytecomp.el (byte-compile-debug): New variable.
12999 2002-05-28  Kim F. Storm  <storm@cua.dk>
13001         * files.el (read-directory-name): New function.
13002         (cd): Use it instead of read-file-name.
13004 2002-05-27  Kim F. Storm  <storm@cua.dk>
13006         * simple.el (push-mark-command): Added optional NOMSG arg.
13008         * emulation/cua-base.el (cua-set-mark): Align pop to mark
13009         behaviour with standard set-mark-command.
13010         (cua--pre-command-handler): Use push-mark-command.
13011         (cua-repeat-replace-region): Improve functionality when
13012         repeated after moving point or changing buffer.
13014 2002-05-26  Colin Walters  <walters@verbum.org>
13016         * startup.el (command-line): Use `when', `unless'.
13017         (command-line-1): New argument "--nosplash".  Handle it.
13019         * startup.el (inhibit-splash-screen): New variable alias for
13020         `inhibit-startup-message'.
13022         * replace.el (perform-replace): Document return value.  Use `pop'.
13024 2002-05-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
13026         * progmodes/f90.el (f90-previous-block, f90-next-block): New names,
13027         and slightly changed behaviour, for `f90-previous-block-start' and
13028         `f90-next-block-end'.
13029         (f90-beginning-of-subprogram, f90-end-of-subprogram): Simplify.
13031 2002-05-26  Simon Josefsson  <jas@extundo.com>
13033         * fringe.el (set-fringe-mode): Work when updating
13034         `default-frame-alist'.
13036 2002-05-26  Kim F. Storm  <storm@cua.dk>
13038         * emulation/cua-base.el (cua--repeat-replace-text): New variable.
13039         (cua-repeat-replace-region): New command.
13040         (cua--init-keymaps): Bind it to M-v in cua--cua-keys-keymap.
13041         Misc improvements to the commentary.
13043 2002-05-26  Simon Josefsson  <jas@extundo.com>
13045         * fringe.el (fringe-query-style): New fringe style "minimal".
13047 2002-05-24  Simon Josefsson  <jas@extundo.com>
13049         * rot13.el (rot13-translate-table): New variable.
13050         (rot13, rot13-string, rot13-region): New functions.
13052 2002-05-25  Martin Stjernholm  <bug-cc-mode@gnu.org>
13054         * progmodes/cc-engine.el (c-add-stmt-syntax): Fixed some cases
13055         of wrong anchoring, e.g. for else-if compounds.
13057 2002-05-25  Miles Bader  <miles@gnu.org>
13059         * menu-bar.el (menu-bar-showhide-fringe-menu-customize-left)
13060         (menu-bar-showhide-fringe-menu-customize-right)
13061         (menu-bar-showhide-fringe-menu-customize-disable):
13062         Use proper calling convention for `customize-set-value'.
13063         Require `fringe' before setting variable.
13065 2002-05-25  Kim F. Storm  <storm@cua.dk>
13067         * emulation/cua-base.el (cua--self-insert-char-p): New function.
13069         * emulation/cua-gmrk.el (cua--init-global-mark): Install default
13070         binding in cua--global-mark-keymap using cua--self-insert-char-p
13071         to handle all global self inserting characters in gmark mode.
13073         * emulation/cua-rect.el (cua--init-rectangles): Install default
13074         binding in cua--rectangle-keymap using cua--self-insert-char-p
13075         to handle all global self inserting characters in rectangle mode.
13077 2002-05-24  Stefan Monnier  <monnier@cs.yale.edu>
13079         * net/ange-ftp.el (read-file-name-internal): Remove the
13080         `ange-ftp' property.
13081         (ange-ftp-real-read-file-name-internal): Remove.
13083 2002-05-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
13085         * progmodes/f90.el: (f90-end-of-subprogram): Remove the final
13086         `forward-line'.
13087         (f90-end-of-block, f90-beginning-of-block, f90-next-block-end)
13088         (f90-previous-block-start): New navigation commands.
13090 2002-05-20  Simon Josefsson  <jas@extundo.com>
13092         * fringe.el: New file.
13094         * menu-bar.el (menu-bar-options-save): Add fringe-mode.
13095         (menu-bar-showhide-fringe-menu): New menu.
13096         (menu-bar-showhide-menu): Add Fringe sub-menu.
13098 2002-05-23  Colin Walters  <walters@verbum.org>
13100         * replace.el (occur-engine): Include all text properties except
13101         mouse-face on the newline at the end of occurences.
13103 2002-05-23  Kim F. Storm  <storm@cua.dk>
13105         * apropos.el (apropos-true-hit, apropos-false-hit-symbol)
13106         (apropos-false-hit-str, apropos-true-hit-doc): New functions.
13107         (apropos-command, apropos-value, apropos-documentation-internal)
13108         (apropos-documentation-check-doc-file)
13109         (apropos-documentation-check-elc-file): Use them to filter out
13110         false matches where only one keyword matches, but more than once.
13112         * apropos.el (apropos-show-scores, apropos-orig-regexp)
13113         (apropos-all-regexp, apropos-synonyms, apropos-words)
13114         (apropos-all-words): New variables.
13115         (aprpos-words-to-regexp, apropos-rewrite-regexp)
13116         (apropos-calc-scores, apropos-score-str, apropos-score-doc)
13117         (apropos-score-symbol): New functions.
13118         (apropos-command, apropos, apropos-value, apropos-documentation):
13119         Allow keywords in addition to regexp. Added scoring.
13120         (apropos-documentation-check-doc-file)
13121         (apropos-documentation-check-elc-file): Added scoring.
13122         (apropos-print): Sort according to score.
13124 2002-05-22  Colin Walters  <walters@cis.ohio-state.edu>
13126         * info.el (Info-mode-hook): Change `font-lock-mode' to
13127         `turn-on-font-lock'.
13129         * font-core.el (font-lock-function): New variable.
13130         (font-lock-default-function): New function, created from
13131         `font-lock-mode'.
13132         (font-lock-mode): Just funcall `font-lock-function'.
13133         (font-lock-symbol-category-alist): New variable.
13135 2002-05-22  Markus Rost  <rost@math.ohio-state.edu>
13137         * files.el (file-newest-backup): Use file-name-sans-versions.
13139         * diff.el (diff-latest-backup-file): Replace the main code by
13140         a call of file-newest-backup.
13142 2002-05-22  Mike Williams  <mdub@bigfoot.com>
13144         * textmodes/sgml-mode.el (sgml-guess-indent): Look further into
13145         the buffer.
13147 2002-05-21  Stefan Monnier  <monnier@cs.yale.edu>
13149         * net/ange-ftp.el (ange-ftp-allow-child-lookup): Re-enable since
13150         the last patch works around the wu-ftpd misfeature that prompted
13151         the disabling of this optimization.
13153 2002-05-21  Colin Walters  <walters@gnu.org>
13155         * international/mule.el (make-coding-system): Doc fixes.
13157         * international/mule.el (auto-coding-functions): New variable.
13158         (auto-coding-from-file-contents): Use it.
13159         (set-auto-coding): Update docs.
13160         (sgml-xml-auto-coding-function): New function.
13162         * international/mule-util.el (truncate-string-to-width):
13163         New optional argument `ellipsis'.  Add commented-out test suite, and
13164         change coding to iso-2022-7bit.
13166 2002-05-21  Colin Walters  <walters@verbum.org>
13168         * font-lock.el (font-lock-defaults, font-lock-defaults-alist)
13169         (font-lock-multiline, font-lock-fontified, font-lock-mode)
13170         (turn-on-font-lock, font-lock-add-keywords, global-font-lock-mode)
13171         (font-lock-global-modes): Moved to font-core.el.
13172         (font-lock-set-defaults-1): Partially moved to font-core.el.
13174         * font-core.el: New file, with functions taken from font-lock.el.
13175         (font-lock-category-alist): New variable.
13176         (font-lock-mode): Use it.
13177         (font-lock-set-defaults): Partially taken from font-lock.el.
13178         Only load font-lock.el when necessary.
13180         * loadup.el: Add font-core.el.
13182         * replace.el (occur-mode-hook): New variable.
13183         (occur-fontify-region-function): Deleted.
13184         (occur-mode): Don't use it.  Set up `font-lock-category-alist'
13185         instead.
13186         (occur-fontify-on-property): Deleted.
13187         (occur-engine): Use categories from `font-lock-category-alist'.
13189         * info.el (Info-fontify): Deleted.
13190         (Info-select-node): Don't use it.
13191         (Info-mode-hook): New variable.
13192         (Info-mode): Set up categories.
13193         (Info-fontify-menu-headers, Info-fontify-node): Use categories.
13195         * ibuffer.el (ibuffer-formats): Update docs.
13196         (ibuffer-category-alist): New variable.
13197         (ibuffer-get-category): New function.
13198         (ibuffer-compile-make-eliding-form): Use category property instead
13199         of face.
13200         (ibuffer-compile-format): Pass current ibuffer buffer to column
13201         functions too.
13202         (ibuffer-buffer-name-category): New function.
13203         (ibuffer-compile-format): If the current column is a `name'
13204         column, figure out the appropriate category to put on it.
13205         (filename-and-process): Use category property.
13206         (ibuffer-fontify-region-function): Deleted.
13207         (ibuffer-unfontify-region-function): Deleted.
13208         (ibuffer-update-title-and-summary): Use category properties.
13209         (ibuffer-insert-filter-group): Ditto.
13210         (ibuffer-mode): Set up category properties.
13212 2002-05-21  Colin Walters  <walters@debian.org>
13214         * replace.el (occur-engine): Increment globalcount all at once
13215         after searching a buffer.
13216         (occur-mode-map): Don't escape plain "o".
13218         * ibuf-macs.el (define-ibuffer-column): Add third argument
13219         `ibuffer-buf'.
13221         * ibuffer.el (toplevel): Require font-lock, to get the face
13222         definitions.
13223         (ibuffer-use-fontification): Deleted.
13224         (column filename-and-process): New column.
13225         (ibuffer-formats): Use it by default.
13226         (ibuffer-name-map, ibuffer-mode-name-map)
13227         (ibuffer-filter-group-map): Don't set parent to `ibuffer-mode-map'.
13228         (ibuffer-do-save, ibuffer-do-toggle-modified)
13229         (ibuffer-do-toggle-read-only, ibuffer-do-delete)
13230         (ibuffer-do-kill-on-deletion-marks): Include name in definition.
13231         (ibuffer): New optional argument `formats'.
13233 2002-05-21  Eli Zaretskii  <eliz@is.elta.co.il>
13235         * indent.el (indent-rigidly): Mention how to remove all indentation.
13237 2002-05-21  Colin Walters  <walters@gnu.org>
13239         * international/mule-diag.el (describe-char-after): Order display
13240         of text properties by the size of their value, for clarity.
13242 2002-05-20  Stefan Monnier  <monnier@cs.yale.edu>
13244         * net/ange-ftp.el (ange-ftp-generate-root-prefixes)
13245         (ange-ftp-file-name-completion): Don't cons unnecessarily.
13246         (ange-ftp-send-cmd): Always `cd' before doing `ls'.
13248         * wid-edit.el (widget-color-complete):
13249         * progmodes/etags.el (tags-complete-tags-table-file):
13250         * progmodes/cpp.el (cpp-choose-symbol): Don't cons unnecessarily.
13252         * textmodes/outline.el (outline-reveal-toggle-invisible):
13253         Reverse the meaning of the second arg.
13255         * reveal.el (reveal-post-command): Reverse the semantics of
13256         reveal-toggle-invisible and support isearch-open-invisible-temporary.
13258 2002-05-20  Markus Rost  <rost@math.ohio-state.edu>
13260         * mail/sendmail.el (mail-recover-1): Remove (debug).
13261         (mail-signature): Fix :type.
13262         (mail-default-directory): New user option.
13263         (mail, mail-recover): Use that option.
13265 2002-05-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13267         * international/mule.el (auto-coding-alist): Use emacs-mule
13268         for auto-save files.
13270 2002-05-20  Miles Bader  <miles@gnu.org>
13272         * files.el (find-file-read-args): Don't trash existing value of
13273         `minibuffer-setup-hook', just add our hook to it.
13275 2002-05-19  Markus Rost  <rost@math.ohio-state.edu>
13277         * international/ucs-tables.el (unify-8859-on-encoding-mode)
13278         (unify-8859-on-decoding-mode): Change :version attributes to strings.
13280         * simple.el (yank-excluded-properties): Change :version attribute
13281         to a string.
13283         * dired.el (dired-view-command-alist): Change :version attribute
13284         to a string.
13286         * xscheme.el (xscheme-start-hook): Change :version attribute to a
13287         string.
13289         * find-dired.el (find-dired): Implement revert-buffer-function.
13291         * mail/emacsbug.el (report-emacs-bug-hook): Do another save-excursion.
13293 2002-05-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
13295         * progmodes/f90.el (f90-match-end, f90-break-line): Simplify a bit.
13296         (f90-get-present-comment-type): Fix earlier change.
13297         (f90-comment-indent): Doc fix.
13298         (f90-equal-symbols, f90-looking-at-do, f90-looking-at-select-case)
13299         (f90-looking-at-if-then): Remove lets.
13300         (f90-looking-at-where-or-forall): Handle if split over lines.
13301         (f90-change-keywords): Doc fix.
13303 2002-05-19  Richard M. Stallman  <rms@gnu.org>
13305         * indent.el (indent-region): Make COLUMN arg optional.
13307         * files.el (find-file-read-args): New function.
13308         (find-file, find-file-other-window, find-file-other-frame)
13309         (find-file-read-only, find-file-read-only-other-window)
13310         (find-file-read-only-other-frame): Use it.
13312         * custom.el (custom-load-symbol): Verify that LOADED is a string.
13314         * arc-mode.el (archive-zip-use-pkzip): Variable deleted.
13315         (archive-zip-extract, archive-zip-expunge, archive-zip-update)
13316         (archive-zip-update-case): Use locate-file to decide whether
13317         to use pkzip.
13318         (archive-zip-extract): Test for pkzip in value of archive-zip-extract.
13320         * files.el (locate-file): Doc fix.
13322 2002-05-19  John Paul Wallington  <jpw@shootybangbang.com>
13324         * mail/rmail.el (rmail-show-message-hook): Offer `goto-address'
13325         as an option.
13327 2002-05-18  Stefan Monnier  <monnier@cs.yale.edu>
13329         * uniquify.el (uniquify-rationalize-file-buffer-names):
13330         Always strip the trailing / even if the file is not a directory.
13332 2002-05-18  Glenn Morris  <gmorris@ast.cam.ac.uk>
13334         * progmodes/f90.el (f90-mode-syntax-table, f90-mode-map): Do the
13335         initialization in the defvar.
13336         (f90-font-lock-on, f90-font-lock-off): Add 'menu-alias property.
13337         (f90-font-lock-1, f90-font-lock-2, f90-font-lock-3)
13338         (f90-font-lock-4): Move the doc strings.
13339         (f90-menu-bar-menu): New internal variable to hold the top-level menu.
13340         (f90-change-case-menu, f90-font-lock-menu): Minor code changes.
13341         (f90-mode-abbrev-table): Initialize in the defvar, with
13342         define-abbrev-table.
13344 2002-05-18  Eli Zaretskii  <eliz@is.elta.co.il>
13346         * tar-mode.el (tar-octal-time): Fix last change.
13348 2002-05-18  Markus Rost  <rost@math.ohio-state.edu>
13350         * mail/emacsbug.el (report-emacs-bug-text-prompt): New variable.
13351         (report-emacs-bug): Store the prompt in
13352         `report-emacs-bug-text-prompt'.  Move Configuration/Important
13353         settings information after the user's report.
13354         (report-emacs-bug-hook): Unclutter by deleting the content of
13355         `report-emacs-bug-text-prompt'.
13357 2002-05-17  Thomas Morgan  <tlm@pocketmail.com>
13359         * forms.el (forms-jump-record, forms-insert-record)
13360         (forms-delete-record): Calculate lines from the beginning of the
13361         accessible portion rather than from the beginning of the buffer.
13363 2002-05-16  Eli Zaretskii  <eliz@is.elta.co.il>
13365         * ps-mule.el (eval-and-compile): Add a trivial replacement for a
13366         possibly missing encode-char.
13367         (ps-mule-font-info-database-bdf): Add associations for Unicode
13368         fonts.  Doc fix.
13369         (ps-mule-font-info-database-ps-bdf): Doc fix.
13370         (ps-mule-encode-ucs2): New function for encoding Unicode characters.
13372         * tar-mode.el (tar-octal-time): Fix the last argument of logior.
13374 2002-05-16  Stefan Monnier  <monnier@cs.yale.edu>
13376         * emacs-lisp/find-func.el (find-function-search-for-symbol):
13377         Find funs defined with defun-cvs-mode.
13378         (find-function-space-re): New const.  Skips comments as well.
13379         (find-function-regexp, find-variable-regexp): Use it.
13381         * pcvs.el (cvs-cmd-do): Accept non-CVS dirs with CVS-ctrl'd subdirs.
13382         (cvs-mode-add-change-log-entry-other-window): Work on multiple files.
13383         (cvs-mode-set-flags): Don't cons unnecessarily.
13385 2002-05-16  Colin Walters  <walters@debian.org>
13387         * menu-bar.el (menu-bar-tools-menu) <calculator>: Renamed to
13388         "Simple Calculator".
13389         (menu-bar-tools-menu) <calc>: New.
13391 2002-05-16  Juanma Barranquero  <lektu@terra.es>
13393         * progmodes/hideshow.el (hs-adjust-block-beginning): Fix typo.
13395         * filesets.el (filesets-ormap): Fix typo.
13397         * faces.el (describe-face): Fix typo.
13399 2002-05-15  Stefan Monnier  <monnier@cs.yale.edu>
13401         * emacs-lisp/easymenu.el (easy-menu-make-symbol):
13402         Don't treat (lambda () ...) as an expression.
13404 2002-05-15  John Paul Wallington  <jpw@shootybangbang.com>
13406         * replace.el (occur-read-primary-args): Handle a bare 'C-u' correctly.
13408 2002-05-15  Eli Zaretskii  <eliz@is.elta.co.il>
13410         * emacs-lisp/easymenu.el (easy-menu-add): Doc fix.
13412 2002-05-14  Glenn Morris  <gmorris@ast.cam.ac.uk>
13414         * progmodes/fortran.el (fortran-directive-re): New name for
13415         fortran-preprocessor-re.  All usage updated.
13416         (fortran-calculate-indent): Give directives zero indentation.
13418 2002-05-14  Jason Rumney  <jasonr@gnu.org>
13420         * emacs-lisp/easymenu.el (easy-menu-name-match): Match both
13421         displayed text and internal name as string.
13423 2002-05-14  Kim F. Storm  <storm@cua.dk>
13425         * emulation/cua-rect.el (cua--rectangle-operation):
13426         Don't highlight empty lines in rectangles.
13428         * emulation/keypad.el: Improved commentary.
13429         (keypad-setup, keypad-shifted-setup): Added choice to setup
13430         Numeric keypad with decimal key; value is selected character.
13431         (keypad-decimal-key, keypad-shifted-decimal-key): Removed options.
13432         (keypad-numlock-setup, keypad-numlock-shifted-setup): New options.
13433         (keypad-setup): Arg list changed to support the new options.
13435 2002-05-14  Richard M. Stallman  <rms@gnu.org>
13437         * dabbrev.el (dabbrev-case-distinction): New option.
13438         (dabbrev--try-find): Handle dabbrev-case-distinction.
13439         (dabbrev--search): Clean up the code.
13440         (dabbrev-upcase-means-case-search): Doc fix.
13441         (dabbrev-case-replace): Fix custom tags and docs.
13443 2002-05-14  Jochen K\e,A|\e(Bpper  <jochen@jochen-kuepper.de>
13445         * calc/calc-units.el (math-standard-units): Update from CODATA.
13447 2002-05-14  Stefan Monnier  <monnier@cs.yale.edu>
13449         * skeleton.el (skeleton-transformation): Default to `identity'.
13450         (skeleton-insert): Use `move-after' markers and `insert' rather
13451         than rely on insert-before-markers.
13452         (skeleton-internal-1): Handle `> \n' specially so that the newline
13453         is inserted before the first line is indented.
13455 2002-05-14  Mike Williams  <mdub@bigfoot.com>
13457         * textmodes/sgml-mode.el (sgml-tag):
13458         Default skeleton-transformation to `identity'.
13460 2002-05-14  Francesco Potort\e,Al\e(B  <pot@gnu.org>
13462         * shell.el (shell-mode): Make second part of initialisation
13463         depend on whether comint-input-ring is empty, rather than depend
13464         on it being nil.
13466 2002-05-14  Richard M. Stallman  <rms@gnu.org>
13468         * files.el (make-auto-save-file-name):
13469         Delete the auto-save file after make-temp-file creates it.
13471 2002-05-13  Kim F. Storm  <storm@cua.dk>
13473         * emulation/cua-base.el (cua-enable-cursor-indications): Default off.
13474         (cua-mode): Print Enabled/Disabled messages if interactive.
13475         Disable delete-selection-mode and pc-selection-mode when cua-mode
13476         is enabled; reenable if cua-mode is turned off.
13477         Remember setting of transient-mark-mode when cua-mode is enabled;
13478         restore if cua-mode is disabled.
13480 2002-05-13  Richard M. Stallman  <rms@gnu.org>
13482         * mail/emacsbug.el (report-emacs-bug): Change the "English please" msg.
13484 2002-05-13  Colin Walters  <walters@gnu.org>
13486         * ibuf-ext.el (ibuffer-format-filter-group-data): New function.
13488         * ibuffer.el (ibuffer-insert-filter-group): New argument filter-string.
13489         (ibuffer-redisplay-engine): Handle it.
13491         * add-log.el (add-log-mailing-address): Can be a list, too.
13492         (add-change-log-entry): If `add-log-mailing-address' is a list,
13493         then handle it.
13495 2002-05-12  Colin Walters  <walters@debian.org>
13497         * replace.el (occur-1): New optional argument `buf-name'.
13498         (occur-revert-function): Use it.
13500         (occur-1): Handle plurals.
13502         (occur-engine): If there are no more matches, then finish
13503         searching the current buffer.
13505 2002-05-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
13507         * net/ange-ftp.el (ange-ftp-try-passive-mode)
13508         (ange-ftp-passive-host-alist): Change :version attributes to be
13509         strings.
13511 2002-05-12  Markus Rost  <rost@math.ohio-state.edu>
13513         * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Define it with
13514         define-minor-mode.
13516         * emacs-lisp/find-func.el (find-function-search-for-symbol):
13517         Handle more whitespace/newline combinations in symbol definitions.
13519 2002-05-12  Eli Zaretskii  <eliz@is.elta.co.il>
13521         * w32-vars.el (w32)
13522         * vc-cvs.el (vc-cvs-global-switches)
13523         (vc-cvs-sticky-date-format-string, vc-cvs-sticky-tag-display)
13524         * textmodes/sgml-mode.el (sgml-xml-mode)
13525         * ruler-mode.el (ruler-mode)
13526         * replace.el (query-replace-skip-read-only)
13527         * progmodes/fortran.el (fortran-preprocessor-re)
13528         * net/ange-ftp.el (ange-ftp-passive-host-alist)
13529         * mail/sendmail.el (mail-use-dsn)
13530         * faces.el (mode-line-inactive, minibuffer-prompt)
13531         * add-log.el (add-log-always-start-new-record): Change all
13532         post-21.1 :version attributes to 21.4.
13534 2002-05-12  Richard M. Stallman  <rms@gnu.org>
13536         * mail/smtpmail.el (smtpmail-mail-address): New variable.
13537         (smtpmail-send-it): Bind and use that instead of `mail-address'.
13538         (smtpmail-via-smtp): Likewise.
13540         * ansi-color.el (ansi-color-get-face): Avoid add-to-list on local var.
13541         (ansi-color-apply-sequence): Avoid duplicates in combined face list.
13543         * dired-aux.el (dired-show-file-type): Use -- to say FILE's not option.
13545         * subr.el (functionp): Catch errors in indirect-function.
13547 2002-05-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
13549         * net/ldap.el (ldap-search-internal): Unfold folded lines before
13550         parsing.
13552         * cus-edit.el (customize-set-value): Rename `var' to `variable'
13553         and `val' to `value'.
13554         (customize-save-variable): Rename `var' to `'variable.
13556 2002-05-12  Glenn Morris  <gmorris@ast.cam.ac.uk>
13558         * progmodes/fortran.el (fortran-preprocessor-re): New variable.
13559         Use it for font-locking and indentation.
13560         (fortran-previous-statement, fortran-next-statement): Make them
13561         skip over preprocessor lines.
13562         (fortran-calculate-indent): Use fortran-preprocessor-re.
13564 2002-05-10  Kim F. Storm  <storm@cua.dk>
13566         * emulation/cua-base.el (cua-enable-cua-keys)
13567         (cua-enable-register-prefix): Added value for `other' choice.
13569 2002-05-10  Eli Zaretskii  <eliz@is.elta.co.il>
13571         * menu-bar.el (menu-bar-showhide-scroll-bar-menu)
13572         (menu-bar-showhide-menu): Use display-graphic-p, not window-system.
13573         (menu-bar-showhide-menu) <showhide-menu-bar, showhide-tool-bar>:
13574         Run a named function.
13575         (showhide-menu-bar, showhide-toolbar): Invoke customize-mark-as-set.
13576         (menu-bar-showhide-menu) <column-number-mode, line-number-mode>:
13577         Fix help text.
13579 2002-05-10  Kim F. Storm  <storm@cua.dk>
13581         * emulation/cua-base.el (cua-mode): Misc. changes to use
13582         emulation-mode-map-alists instead of minor-mode-map-alist.
13584 2002-05-09  Richard M. Stallman  <rms@gnu.org>
13586         * mail/rmail.el (rmail-show-message):
13587         Catch error in check-coding-system.
13589         * progmodes/compile.el (compilation-error-regexp-alist):
13590         New element to recognize Python error messages.
13592         * shell.el (shell-replace-by-expanded-directory):
13593         If there's already a / at the end, don't add one.
13595 2002-05-09  Colin Walters  <walters@verbum.org>
13597         * ibuffer.el (ibuffer-mode-map): Add :enable guards for
13598         `ibuffer-filter-disable', `ibuffer-pop-filter',
13599         `ibuffer-or-filter', `ibuffer-negate-filter',
13600         `ibuffer-decompose-filter', `ibuffer-save-filters',
13601         `ibuffer-switch-to-saved-filters', `ibuffer-delete-saved-filters',
13602         `ibuffer-save-filter-groups',
13603         `ibuffer-switch-to-saved-filter-groups',
13604         `ibuffer-delete-saved-filter-groups'.
13606         * ibuf-ext.el (ibuffer-do-occur): Default to 0 context lines.
13608 2002-05-09  Markus Rost  <rost@math.ohio-state.edu>
13610         * woman.el (woman-menu): Move symbol before the comment so that
13611         find-function-search-for-symbol finds it.
13613 2002-05-10  Miles Bader  <miles@gnu.org>
13615         * facemenu.el (list-colors-display): Don't use
13616         `display-color-cells' unless the display class is one for which
13617         that info is relevant.
13619 2002-05-09  Simon Josefsson  <jas@extundo.com>
13621         * mail/smtpmail.el (smtpmail-send-it): Use user-mail-address from
13622         calling buffer.
13623         (smtpmail-auth-credentials): Bump :version to 21.4 (21.3 will not
13624         have the patch).
13626 2002-05-09  Kim F. Storm  <storm@cua.dk>
13628         * wid-edit.el (checkbox): New check-mark image.
13630 2002-05-08  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
13632         * filesets.el (filesets-running-xemacs): Fix last change.
13634 2002-05-08  Markus Rost  <rost@math.ohio-state.edu>
13636         * help-fns.el (describe-function-1): If the source is
13637         `loaddefs.el', look for the real source.  This is necessary only
13638         for defaliases.
13640         * emacs-lisp/find-func.el (find-function-search-for-symbol):
13641         Add autoload cookie.
13642         (find-function-regexp): Include
13643         "\(quote " to match the defaliases in loaddefs.el.
13645         * filesets.el (filesets-conditional-sort): Use copy-sequence,
13646         not copy-list.
13647         (filesets-menu-path, filesets-menu-before, filesets-menu-in-menu):
13648         Defvar them to nil if running in Emacs.
13650 2002-05-08  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
13652         * textmodes/flyspell.el (make-flyspell-overlay): Add help text
13653         to flyspell overlays.
13655         * info.el (Info-mode-map): Bind `c' to Info-copy-current-node-name.
13657 2002-05-08  Richard M. Stallman  <rms@gnu.org>
13659         * diff.el (diff-regexp-alist): Doc fix.
13661         * mail/smtpmail.el (netrc-machine, netrc-get): Add autoloads.
13663 2002-05-08  Simon Marshall  <simon@gnu.org>
13665         * msb.el (msb-menu-bar-update-buffers): Fixed frame menu to use
13666         the frame name as the car of a menu entry, rather than the frame.
13668 2002-05-08  Juanma Barranquero  <lektu@terra.es>
13670         * rfn-eshadow.el (read-file-name-electric-shadow-mode): Fix typos
13671         in docstring.
13673 2002-05-07  Colin Walters  <walters@verbum.org>
13675         * replace.el (occur-unfontify-region-function): Delete.
13676         (occur-mode): Don't use it.
13677         (occur-engine): Respect `keep-props'.
13678         (occur-accumulate-lines): If we're moving forward, decrement;
13679         don't increment, and vice versa.
13681 2002-05-08  Toru Tomabechi  <Toru.Tomabechi@orient.unil.ch>
13683         * language/tibet-util.el (tibetan-canonicalize-for-unicode-alist)
13684         (tibetan-canonicalize-for-unicode-regexp): New variables.
13685         (tibetan-canonicalize-for-unicode-region): New function.
13686         (tibetan-strict-unicode): New variable.
13687         (tibetan-pre-write-canonicalize-for-unicode): New function.
13689 2002-05-07  Markus Rost  <rost@math.ohio-state.edu>
13691         * net/ange-ftp.el (ange-ftp-re-read-dir): Don't hide it behind
13692         the autoload-cookie.  Remove comment.
13694         * ffap.el (ffap): Don't hide it behind the autoload-cookie.
13696         * rect.el (close-rectangle): Don't hide it behind the
13697         autoload-cookie.
13699 2002-05-07  Juanma Barranquero  <lektu@terra.es>
13701         * windmove.el (windmove-default-keybindings): Add optional
13702         parameter to allow using a modifier other than 'shift.
13704 2002-05-07  Thomas Link  <t.link@gmx.at>
13706         * filesets.el:
13707         (filesets-external-viewers): Fix customization problem.
13708         (filesets-some): Replaces cl's `some'.  Calls changed.
13709         (filesets-member): Replaces cl's `member*'.  Calls changed.
13710         (filesets-ormap): New function.
13712 2002-05-07  John Paul Wallington  <jpw@shootybangbang.com>
13714         * ibuffer.el (toplevel): Specialize `ibuffer-mode-groups-popup'
13715         menu items.
13717 2002-05-07  Colin Walters  <walters@gnu.org>
13719         * ibuf-ext.el (ibuffer-pop-filter-group): Doc fix.
13720         (ibuffer-clear-filter-groups): Likewise.
13721         (ibuffer-kill-filter-group): Likewise.
13722         (ibuffer-kill-line): Likewise.
13723         (ibuffer-read-filter-group-name): New function.
13724         (ibuffer-jump-to-filter-group): Use it.
13725         (ibuffer-kill-filter-group): Likewise.
13726         (ibuffer-yank-filter-group): Likewise.
13727         (ibuffer-decompose-filter-group): New function.
13729         * ibuffer.el (ibuffer-mode-map): Bind it.  Add :enable guard
13730         around `ibuffer-filters-to-filter-group' menu item.  Fix :enable
13731         guards for `ibuffer-pop-filter-group' and
13732         `ibuffer-clear-filter-groups'.
13734 2002-05-06  Markus Rost  <rost@math.ohio-state.edu>
13736         * emacs-lisp/find-func.el (find-function-search-for-symbol):
13737         Use with-syntax-table.
13739 2002-05-06  Francesco Potort\e,Al\e(B  <pot@gnu.org>
13741         * mail/rmail.el (rmail-font-lock-keywords): Highlight Resent-[Ff]rom:.
13743 2002-05-05  Markus Rost  <rost@math.ohio-state.edu>
13745         * time-stamp.el (time-stamp-format): Doc fix: escape open
13746         parenthesis in column 0.
13748 2002-05-04  Richard M. Stallman  <rms@gnu.org>
13750         * toolbar/tool-bar.el (tool-bar-local-item-from-menu):
13751         Handle both cases: when the menu item has cached info
13752         and when it doesn't.
13754         * filesets.el (filesets-browse-dir-function): Renamed from ...-fn.
13755         (filesets-open-file-function, filesets-save-buffer-function): Likewise.
13756         (filesets-tree-max-level): Doc fix.
13757         (filesets-commands, filesets-external-viewers)
13758         (filesets-ingroup-patterns): Mark as risky.
13759         (filesets-cache-hostname-flag): Doc fix.
13760         (filesets-menu-cache-file): Doc fix.  Mark as risky.
13761         (filesets-menu-before, filesets-menu-path, filesets-menu-in-menu):
13762         Don't defcustom them if running in Emacs.
13764 2002-05-04  Thomas Link  <t.link@gmx.at>
13766         * filesets.el (filesets-ingroup-collect-files):
13767         Fix problem with inclusion groups' :scan-depth property.
13769 2002-05-04  Colin Walters  <walters@verbum.org>
13771         * ibuf-ext.el (ibuffer-kill-filter-group): Test for killing
13772         "Default" group earlier.  Push killed group on
13773         `ibuffer-filter-group-kill-ring'.
13774         (ibuffer-kill-line): Document.  Don't push killed group ourselves.
13775         (ibuffer-yank-filter-group): Renamed from `ibuffer-yank'.
13776         (ibuffer-insert-filter-group-before): New function, broken out
13777         from `ibuffer-yank'.
13778         (ibuffer-yank): Now just call `ibuffer-yank-filter-group'.
13780         * ibuffer.el (ibuffer-mode-operate-menu, ibuffer-mode-mark-menu)
13781         (ibuffer-mode-view-menu): Unused variables; deleted.
13782         (ibuffer-find-file): Pass wildcard flag to `find-file' correctly.
13784 2002-05-04  John Paul Wallington  <jpw@shootybangbang.com>
13786         * ibuffer.el (ibuffer-mode-groups-popup): New variable.
13787         (toplevel): Bind filter group menu entries in it.  Add :enable
13788         forms for some menu items.
13789         (toplevel): Bind [down-mouse-3] in `ibuffer-mode-filter-group-map'
13790         to `ibuffer-mouse-popup-menu'.
13791         (ibuffer-mouse-popup-menu): Test whether or not we're on a filter
13792         group name, and if so, pop up a filter group menu.
13794 2002-05-04  Jason Rumney  <jasonr@gnu.org>
13796         * mwheel.el (mwheel-event-button): Translate mouse-wheel events.
13797         (mwheel-scroll): Recognize nil scroll amount as documented.
13799         * term/w32-win.el (mouse-wheel-scroll-line)
13800         (mouse-wheel-scroll-screen): Remove.
13801         ([mouse-wheel], [C-mouse-wheel], [S-mouse-wheel]): Use mwheel-scroll.
13803         * w32-vars.el: (mouse-wheel-scroll-amount): Removed.
13805 2002-05-04  Markus Rost  <rost@math.ohio-state.edu>
13807         * emacs-lisp/find-func.el (find-function-search-for-symbol):
13808         Bind case-fold-search when searching.
13810 2002-05-04  Eli Zaretskii  <eliz@is.elta.co.il>
13812         * apropos.el (apropos-print): Fix the reference to mouse-2.
13814 2002-05-04  Daniel Pfeiffer  <occitan@esperanto.org>
13816         * play/mpuz.el (mpuz-switch-to-window): Set buffer-read-only directly.
13818 2002-05-04  Kim F. Storm  <storm@cua.dk>
13820         * cus-edit.el (custom-buffer-verbose-help): New variable.
13821         (custom-buffer-create-internal): Remove verbose introduction
13822         in customization buffer when it is nil.
13824 2002-05-03  Dave Love  <fx@gnu.org>
13826         * international/mule-cmds.el (select-safe-coding-system):
13827         Don't offer coding systems that use locking shift.
13828         Ask for confirmation if chosen coding system disagrees with
13829         a `coding:' spec in the file.
13831 2002-05-03  John Wiegley  <johnw@gnu.org>
13833         * eshell/esh-var.el (eshell-modify-global-environment): Added this
13834         customization variable, which will cause any "export" commands
13835         within any eshell buffer to modify the global Emacs environment.
13836         It defaults to nil, which means that such commands will only
13837         modify that Eshell buffer's environment.
13838         (eshell-var-initialize): Initialize `eshell-modify-global-environment'.
13840         * eshell/em-cmpl.el (eshell-command-completions-alist):
13841         Improve default completion targets for objdump, nm and readelf.
13843 2002-05-03  Colin Walters  <walters@verbum.org>
13845         * play/gamegrid.el (gamegrid-user-score-file-directory): New variable.
13846         (gamegrid-add-score-with-update-game-score):
13847         Use `shared-game-score-directory'.  Correctly handle non-setuid case.
13849 2002-05-02  Colin Walters  <walters@verbum.org>
13851         * replace.el (occur-mode-map): Bind "q" to `delete-window'.
13852         (occur-1): If one of the buffers we're searching is the *Occur*
13853         buffer itself, handle it by creating a temporary buffer.  If any
13854         of the buffers being searched are killed, note that in the search
13855         result message.  Also, set local variables before we possibly kill
13856         the buffer.
13858 2002-05-02  Kim F. Storm  <storm@cua.dk>
13860         * menu-bar.el (menu-bar-make-toggle): Added optional PROPS arg.
13861         (menu-bar-options-save): Added cua-mode.
13862         (menu-bar-options-menu): Added toggle for cua-mode.
13863         Disable toggle for transient-mark-mode if cua-mode is enabled.
13865         * emulation/cua-base.el (cua-inhibit-cua-keys): New buffer-local
13866         variable.
13868 2002-05-01  Richard M. Stallman  <rms@gnu.org>
13870         * help.el (view-todo): New function.
13871         (help-map): Bind C-h C-t to view-todo.
13872         (help-for-help): Change the text.
13874 2002-05-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
13876         * progmodes/f90.el: Yet more doc string, commment and whitespace
13877         changes.
13878         (f90-imenu-flag): New name for internal variable f90-imenu.
13879         (f90-blocks-re, f90-program-block-re, f90-end-if-re)
13880         (f90-no-break-re): Use regexp-opt.
13881         (f90-end-type-re): Add closing "\\>".
13882         (f90-indent-region): Correctly indent comments embedded in
13883         continued lines.
13884         (f90-indent-new-line): Make it indent the current line, as it should.
13885         (f90-line-continued, f90-get-present-comment-type)
13886         (f90-looking-at-if-then, f90-indent-line, f90-indent-new-line)
13887         (f90-indent-region, f90-indent-subprogram, f90-do-auto-fill)
13888         (f90-join-lines, f90-fill-region, f90-match-end, f90-insert-end)
13889         (f90-change-keywords): Minor code tidying.
13891         * progmodes/fortran.el (fortran-strip-sequence-nos): Rename from
13892         typo `fortran-strip-sqeuence-nos'.
13894 2002-05-01  Eli Zaretskii  <eliz@is.elta.co.il>
13896         * simple.el (clone-indirect-buffer-other-window): Fix a typo in
13897         pop-up-window.
13899 2002-05-01  Kim F. Storm  <storm@cua.dk>
13901         * emulation/cua-base.el (cua--pre-command-handler):
13902         Only interpret delete-selection property if mark-active.
13903         (cua-mode): Fixed require in defcustom.
13905 2002-05-01  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
13907         * calendar/cal-menu.el (cal-menu-x-popup-menu): Fix argument of
13908         error call.
13910 2002-05-01  Colin Walters  <walters@verbum.org>
13912         * textmodes/tex-mode.el (tex-validate-buffer):
13913         Use `occur-revert-arguments' instead of setting `occur-nlines' and
13914         `occur-buffer'.  Don't test for `input-pending-p' in loop.
13915         Set text property `occur-target' instead of `occur'.
13917 2002-04-30  John Wiegley  <johnw@gnu.org>
13919         * align.el (align-region): Fixed the fix to align-region, because
13920         the "name" argument was appearing twice.
13922 2002-05-01  Martin Stjernholm  <bug-cc-mode@gnu.org>
13924         * progmodes/cc-engine.el (c-beginning-of-decl-1): Better way
13925         to handle protection labels, one which doesn't get confused by
13926         inherit colons.
13928         * progmodes/cc-engine.el (c-end-of-decl-1): Don't treat
13929         functions that have "class" or "struct" in the return type as
13930         classes or structs.
13932 2002-04-30  Kim F. Storm  <storm@cua.dk>
13934         * menu-bar.el (menu-bar-custom-menu): Change "Recently Changed
13935         Options" to "New Options..."; rephrase tooltip.
13936         Rephrase tooltip for "Specific Option...".
13937         Added "Saved Options" item.  [from Simon Marshall]
13939 2002-04-30  Richard M. Stallman  <rms@gnu.org>
13941         * time.el (display-time-mail-directory)
13942         (display-time-mail-function): Doc fixes.
13944         * ediff-hook.el: Remove autoload cookies.
13946         * language/tibetan.el (tibetan-obsolete-glyphs): Now in tibet-util.el.
13948         * language/tibet-util.el (tibetan-obsolete-glyphs): From tibetan.el.
13950         * align.el (align-region): Fix call to `message'.
13951         Check that (car rule) is a symbol.
13953         * autoinsert.el (auto-insert-directory): Doc fix.
13955         * facemenu.el (describe-text-at and stuff): Moved to descr-text.el.
13957         * descr-text.el: New file, broken out of facemenu.el.
13959         * emacs-lisp/advice.el (documentation): Add ad-define-subr-args call.
13961 2002-04-29  Markus Rost  <rost@math.ohio-state.edu>
13963         * mail/emacsbug.el (report-emacs-bug-hook):
13964         Use replace-match only if search was successful.
13966 2002-04-29  Richard M. Stallman  <rms@gnu.org>
13968         * net/zone-mode.el (zone-mode): Add write-file-hooks hook locally.
13970         * mail/emacsbug.el (report-emacs-bug-hook): Don't fail completely
13971         if the user edits the Emacs version number in the text.
13973         * filesets.el (filesets-running-xemacs): Make defvar unconditional.
13974         (filesets-ingroup-files): Renamed from filesets-ingroup-paths.
13975         (filesets-error): Simplify definition and make conditional
13976         on filesets-running-xemacs.
13977         (filesets-find-file-using): Renamed from fsfind-file-using.
13979 2002-04-29  Stefan Monnier  <monnier@cs.yale.edu>
13981         * info.el (Info-find-in-tag-table-1, Info-read-subfile): Use point-min.
13982         (Info-read-node-name-1): Complete file names.
13983         (Info-complete-menu-item): Don't cons unnecessarily.
13985         * files.el (locate-file): New fun.
13986         (locate-file-completion): Rename from load-completion and generalize.
13987         (load-library): Use it.
13988         (make-auto-save-file-name): Expand caddr.
13990         * newcomment.el (comment-fill-column): New var.
13991         (comment-indent): Use it.
13992         (comment-or-uncomment-region): New fun.
13993         (comment-dwim): Use it.
13995 2002-04-29  Colin Walters  <walters@verbum.org>
13997         * ibuf-ext.el (ibuffer-kill-filter-group): Call `delete' function.
13998         (ibuffer-kill-line): Copy the filter group data structure when killing.
13999         (ibuffer-yank): Handle case where we're yanking on the default
14000         group correctly.
14001         (ibuffer-delete-saved-filter-groups): Doc fix.
14003         * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
14004         Test whether or not update-game-score is setuid, and do the right
14005         thing.
14007 2002-04-29  Kim F. Storm  <storm@cua.dk>
14009         * subr.el (remove-yank-excluded-properties): New helper function.
14010         (insert-for-yank, insert-buffer-substring-as-yank): Use it.
14012         * simple.el (yank-excluded-properties): Added help-echo to list.
14014 2002-04-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
14016         * autoinsert.el (auto-insert-directory): Doc fix.
14018         * progmodes/f90.el: Add/change doc strings for many inline
14019         functions.  Whitespace changes.
14020         (f90-indent-line-no, f90-update-line): Minor code changes.
14022 2002-04-29  Kim F. Storm  <storm@cua.dk>
14024         * emulation/cua-base.el: New file.
14026         * emulation/cua-rect.el: New file.
14028         * emulation/cua-gmrk.el: New file.
14030         * emulation/keypad.el: New file.
14032 2002-04-29  Triet Hoai Lai  <thlai@ee.usyd.edu.au>
14034         * language/vietnamese.el (viet-tcvn-decode-table, ccl-decode-tcvn)
14035         (ccl-encode-tcvn, ccl-encode-tcvn-font, vietnamese-tcvn):
14036         New Vietnamese coding system.
14038         * language/viet-util.el: Update Commentary section.
14040 2002-04-29  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
14042         * filesets.el (filesets-data): Doc fix.
14043         (filesets-running-xemacs): Define even when compiling.
14045         * recentf.el (recentf-cancel-dialog): Remove dot at the end of
14046         sentence.
14048 2002-04-29  Stefan Monnier  <monnier@cs.yale.edu>
14050         * textmodes/fill.el (fill-context-prefix): Fix last change with
14051         yet-another-approach.
14053 2002-04-28  Markus Rost  <rost@math.ohio-state.edu>
14055         * net/ange-ftp.el (ange-ftp-passive-host-alist)
14056         (ange-ftp-bs2000-additional-pubsets): Fix custom type.
14058         * files.el (small-temporary-file-directory): Fix custom type.
14060 2002-04-28  Glenn Morris  <gmorris@ast.cam.ac.uk>
14062         * progmodes/f90.el (f90-xemacs-flag): New variable.
14063         (f90-mark-subprogram-overlay): New variable.
14064         (f90-mark-subprogram): Now it highlights the subprogram.
14065         (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
14066         Fix highlighting of various "type" forms.
14068 2002-04-28  Colin Walters  <walters@verbum.org>
14070         * ibuffer.el (ibuffer-mode): Additional documentation on filter
14071         groups.
14073 2002-04-28  John Paul Wallington  <jpw@shootybangbang.com>
14075         * ibuf-ext.el (ibuffer-set-filter-groups-by-mode): Don't make an
14076         ibuffer-mode filter group if `ibuffer-view-ibuffer' is nil.
14078 2002-04-28  Richard M. Stallman  <rms@gnu.org>
14080         * mail/sendmail.el (mail-recover-1): Decrease non-random-len
14081         by 1 for the newly-readded #.
14083         * files.el (make-auto-save-file-name): Specify # as suffix
14084         in the non-file-visiting case.
14086         * subr.el (make-temp-file): New arg SUFFIX.
14088         * filesets.el: New file.
14090         * replace.el (occur-accumulate-lines): Avoid incf and decf.
14091         (occur-engine-add-prefix): New function.
14092         (occur-engine): Avoid using macrolet, incf and decf.
14093         Use occur-engine-add-prefix instead.
14094         Rename `l' to `lines' and `c' to `matches'.
14096         * replace.el (occur-engine, occur-mode-mouse-goto)
14097         (occur-mode-find-occurrence, occur-mode-goto-occurrence)
14098         (occur-mode-goto-occurrence-other-window)
14099         (occur-mode-display-occurrence): A position is just a marker,
14100         not a list.
14102         * replace.el (occur-revert-arguments):
14103         Renamed from occur-revert-properties.  All uses changed.
14105 2002-04-28  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
14107         * recentf.el (recentf-menu-before): Use string to specify path in
14108         the menu.
14110         * international/mule-cmds.el (read-language-name): Take care of
14111         non-list values.
14113 2002-04-27  Richard M. Stallman  <rms@gnu.org>
14115         * custom.el (custom-load-symbol): Moved from cus-edit.el.
14116         (custom-load-recursion): Likewise.
14118         * cus-edit.el (custom-load-symbol): Moved to custom.el.
14119         (custom-load-recursion): Likewise.
14121         * progmodes/ada-xref.el (ada-add-ada-menu): Menu pseudo-keys
14122         generated by easymenu are now lowercase.
14124 2002-04-27  Richard M. Stallman  <rms@gnu.org>
14126         * menu-bar.el (menu-bar-update-buffers): Add menu items
14127         Next Buffer and Previous Buffer.
14129         * simple.el (next-buffer, prev-buffer): New commands.
14130         Bind C-x left and C-x right to them.
14132         * info.el (Info-header-line): Mark it as risky-local-variable.
14134         * subr.el (insert-for-yank): Replace `category' property
14135         with whatever properties it stands for.
14137         * subr.el (member-ignore-case): Ignore non-strings in LIST.
14139 2002-04-27  Miles Bader  <miles@gnu.org>
14141         * faces.el (read-face-name): Format the prompt correctly when
14142         there's no default.
14144 2002-04-26  Andrew Choi  <akochoi@shaw.ca>
14146         * term/mac-win.el: Don't call ediff-toggle-multiframe.
14147         Set default directory.  Set process-connection-type to nil.
14149 2002-04-26  Richard M. Stallman  <rms@gnu.org>
14151         * loadup.el: Explicitly load cus-face and timer.
14153         * isearch.el: Don't require timer.
14155         * faces.el: Don't require cus-face.
14157         * cus-edit.el (customize-face): Use read-face-name
14158         and handle multiple faces.
14159         (customize-face-other-window): Make it work similarly.
14161         * faces.el (read-face-name): New defaulting features.
14162         New args STRING-DESCRIBING-DEFAULT and MULTIPLE.
14163         (list-faces-display): Use the face, not its name string,
14164         as arg when running customize-face.
14165         Put a `read-face-name' prop on the entire line.
14166         (describe-face): Handle multiple faces via read-face-name.
14168         * textmodes/tex-mode.el (tex-start-options): New variable.
14169         (tex-start-commands): New variable.
14170         (tex-start-options-string): Variable deleted.
14171         (tex-start-tex): Use tex-start-options and tex-start-commands,
14172         not tex-start-options-string.
14173         (tex-command): Doc fix.
14175 2002-04-26  Sam Steingold  <sds@gnu.org>
14177         * mail/smtpmail.el (smtpmail-try-auth-methods): When `host' is
14178         not in the authinfo/netrc, keep `cred' at nil.
14180 2002-04-26  Gerd Moellmann  <gerd@gnu.org>
14182         * find-file.el: Remove Ada-specific example code.
14184 2002-04-25  Michael Kifer  <kifer@cs.stonybrook.edu>
14186         * ediff-hooks.el: Put back the autoloads.
14188 2002-04-25  Colin Walters  <walters@verbum.org>
14190         * ibuffer.el (define column process): Use `ibuffer-aif'.
14192         * ibuf-ext.el (ibuffer-saved-filter-groups): Don't include broken
14193         defaults.
14194         (ibuffer-yank): Be sure to `setq' after we use `nconc'.
14195         (ibuffer-save-filter-groups): Correctly structure filter groups.
14196         (ibuffer-switch-to-saved-filter-groups): Correctly extract filter
14197         groups.
14199 2002-04-25  Simon Josefsson  <jas@extundo.com>
14201         * mail/sendmail.el (mail-use-dsn): New variable to request
14202         delivery status notification from MTA.
14203         (sendmail-send-it): Use it.
14205         * mail/smtpmail.el (smtpmail-queue-counter): New variable.
14206         (smtpmail-send-it): Use it to construct new queue filenames
14207         (needed if you send more than one message per second, which is
14208         possible if you use Gnus Agent).
14210         * mail/smtpmail.el (smtpmail-auth-credentials): Support netrc
14211         files as well.
14212         (smtpmail-try-auth-methods): Support netrc data.
14213         (netrc-parse): Autoload netrc.
14215 2002-04-25  Colin Walters  <walters@verbum.org>
14217         * replace.el (multi-occur-by-filename-regexp): Doc fix.
14218         (occur-engine): Go to `point-min'.  Make nlines argument actually
14219         mean number of context lines.  Handle it.  Pad digits to the right.
14221         * ibuf-ext.el (ibuffer-filtering-groups): Renamed to
14222         `ibuffer-filter-groups'.  All users updated.
14223         (ibuffer-show-empty-filter-groups): New variable.
14224         (ibuffer-saved-filter-groups): New variable.
14225         (ibuffer-maybe-save-stuff): Renamed from
14226         `ibuffer-maybe-save-saved-filters'.  Callers updated.
14227         Handle `ibuffer-saved-filter-groups'.
14228         (ibuffer-hidden-filtering-groups): Renamed to
14229         `ibuffer-hidden-filter-groups'.
14230         (ibuffer-filter-group-kill-ring): New variable.
14231         (ibuffer-save-with-custom): Doc fix.
14232         (ibuffer-set-filter-groups-by-mode): New function.
14233         (ibuffer-clear-filter-groups): New function.
14234         (ibuffer-current-filter-groups-with-position): Renamed from
14235         `ibuffer-current-filter-groups'.  Callers updated.
14236         (ibuffer-kill-filter-group): New function.
14237         (ibuffer-kill-line): New function.
14238         (ibuffer-yank): New function.
14239         (ibuffer-save-filter-groups): New function.
14240         (ibuffer-delete-saved-filter-groups): New function.
14241         (ibuffer-switch-to-saved-filter-groups): New function.
14242         (ibuffer-mark-on-buffer): Add optional arguments for adding a
14243         specific mark, and marking on a specific group.
14245         * ibuffer.el (ibuffer-formats): Doc fix.
14246         (ibuffer-mode-map): Bind <up> to `ibuffer-backward-line'.
14247         Bind new functions from ibuf-ext.el.  Add menu entries for them.
14248         Remove superfluous tooltips.
14249         (ibuffer-toggle-marks): If on a group name, then toggle marks just
14250         in that group.
14251         (ibuffer-mark-interactive): Handle filter groups.
14252         (ibuffer-mark-forward, ibuffer-unmark-forward)
14253         (ibuffer-mark-for-delete, ibuffer-unmark-backward)
14254         (ibuffer-mark-for-delete-backwards): Update docs.
14255         (ibuffer-current-filter-groups): Moved to ibuf-ext.el, and renamed
14256         to `ibuffer-current-filter-groups-with-position'.
14257         (ibuffer-redisplay-engine): Handle `ibuffer-show-empty-filter-groups'.
14258         (ibuffer-mode): Add some documentation about filter groups.
14260 2002-04-25  Andreas Schwab  <schwab@suse.de>
14262         * find-dired.el (find-name-dired): Don't quote pattern twice.
14264 2002-04-26  Miles Bader  <miles@gnu.org>
14266         * cus-edit.el (customize-face, customize-face-other-window):
14267         Use default instead of initial-input for suggested face.
14269 2002-04-25  Gerd Moellmann  <gerd@gnu.org>
14271         * cus-edit.el (customize-face-other-window, customize-face):
14272         Interactively, when point is on text with a face, suggest to
14273         customize that face.
14275 2002-04-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
14277         * progmodes/f90.el: General tidy-up of commentary and some doc
14278         strings.
14280 2002-04-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
14282         * scroll-all.el (scroll-all-function-all) New function to do the
14283         actual work.
14284         (scroll-all-scroll-down-all, scroll-all-scroll-up-all,
14285         scroll-all-page-down-all, scroll-all-page-up-all,
14286         scroll-all-beginning-of-buffer-all, scroll-all-end-of-buffer-all):
14287         Make them use scroll-all-function-all.
14289         * progmodes/f90.el (f90-get-beg-of-line): Removed and replaced
14290         with line-beginning-position.
14291         (f90-get-end-of-line): Removed and replaced with line-end-position.
14292         (f90-match-piece): Removed and replaced with match-string.
14293         (f90-current-indentation): Remove `current-column'.
14294         (f90-get-present-comment-type): Use match-string rather than
14295         buffer-substring.
14296         (f90-match-end): Use line-beginning-position, line-end-position
14297         rather than beginning-of-line, end-of-line.
14298         (f90-startup-message): Variable removed.
14300 2002-04-24  Colin Walters  <walters@verbum.org>
14302         * replace.el (occur-accumulate-lines): Add optional argument
14303         `no-props'.  Handle it.
14304         (occur-engine): Use it.
14306         * ibuf-ext.el (toplevel): Remove byte-compile-dynamic.  Try to set
14307         up autoloads manually.
14308         (ibuffer-split-list): New function.
14309         (ibuffer-filtering-groups): New variable.
14310         (ibuffer-hidden-filtering-groups): New variable.
14311         (ibuffer-mouse-toggle-filter-group): New function.
14312         (ibuffer-toggle-filter-group): New function.
14313         (ibuffer-toggle-filter-group-1): New function.
14314         (ibuffer-forward-filter-group): New function.
14315         (ibuffer-backward-filter-group): New funtion.
14316         (ibuffer-generate-filter-groups): New function.
14317         (ibuffer-filters-to-filter-group): New function.
14318         (ibuffer-pop-filter-group): New function.
14319         (ibuffer-jump-to-filter-group): New function.
14320         (ibuffer-do-occur): Just use `occur-read-primary-args'
14322         * ibuffer.el (ibuffer-filter-group-name-face): New.
14323         (ibuffer-mode-map): Bind and add menu entries for most new
14324         functions; also, bind the arrow keys to the movement functions.
14325         (ibuffer-mode-filter-group-map): New.
14326         (ibuffer-mouse-toggle-mark): Handle group names.
14327         (ibuffer-mouse-visit-buffer): Error if the current buffer is killed.
14328         (ibuffer-skip-properties): New function.
14329         (ibuffer-backward-line, ibuffer-forward-line): Optionally skip
14330         group names.  Also, handle new properties.
14331         (ibuffer-visit-buffer, ibuffer-visit-buffer-other-window):
14332         Move error handling to `ibuffer-current-buffer'.
14333         (ibuffer-visit-buffer-other-frame, ibuffer-bury-buffer): Ditto.
14334         (ibuffer-visit-tags-table, ibuffer-do-view-1): Ditto.
14335         (ibuffer-toggle-marks): Add optional group argument.
14336         (ibuffer-mark-interactive): Skip group names.
14337         (ibuffer-current-buffer): Clean up error handling.
14338         (ibuffer-fontify-region-function): Fontify group names.
14339         (ibuffer-map-lines): Add extra group argument.  Handle it.
14340         (ibuffer-current-filter-groups): New function.
14341         (ibuffer-redisplay): Handle hidden filtering groups.
14342         (ibuffer-sort-bufferlist): New function, taken from
14343         `ibuffer-insert-buffers-and-marks'.
14344         (ibuffer-insert-filter-group): New function.
14345         (ibuffer-redisplay-engine): Renamed from
14346         `ibuffer-insert-buffers-and-marks'.  Handle new filtering groups.
14347         (ibuffer): Add filter-groups argument.  Handle it.
14348         Use `save-selected-window'.
14349         (ibuffer-mode): Make `ibuffer-filtering-groups' and
14350         `ibuffer-hidden-filtering-groups' buffer-local.
14352         * ibuf-macs.el (ibuffer-save-marks): Call `ibuffer-redisplay-engine'.
14354 2002-04-24  Richard M. Stallman  <rms@gnu.org>
14356         * emacs-lisp/easymenu.el (easy-menu-intern): Downcase before interning.
14357         (easy-menu-define-key-intern): Function deleted; callers intern
14358         and then call easy-menu-define-key.
14359         (easy-menu-do-add-item): Explicitly intern the key, but not BEFORE.
14360         (easy-menu-define-key): Use easy-menu-name-match to match BEFORE.
14361         (easy-menu-name-match): New function.
14362         (add-submenu): New function.
14363         (easy-menu-get-map-look-for-name): Use easy-menu-name-match.
14365 2002-04-24  Eli Zaretskii  <eliz@is.elta.co.il>
14367         * menu-bar.el (menu-bar-adv-search-menu)
14368         (menu-bar-adv-search-menu): Improve the help text.
14370 2002-04-24  Simon Josefsson  <jas@extundo.com>
14372         * net/netrc.el: New file.
14374 2002-04-24  Thomas DeWeese  <tdeweese@rochester.rr.com>
14376         * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
14377         Check if any of the available selection sources has new content
14378         and if so it will return that content.
14380 2002-04-24  Miles Bader  <miles@gnu.org>
14382         * menu-bar.el (buffers-menu-show-directories)
14383         (buffers-menu-show-status): New variables.
14384         (menu-bar-update-buffers-1): Use them.
14386 2002-04-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
14388         * progmodes/cc-cmds.el (c-mask-comment): More fixes when used
14389         from `c-do-auto-fill' and point is at or near the limit of the
14390         comment.  Fixed bug when the prefix from `c-guess-fill-prefix'
14391         is longer than the text on the first line of the comment when
14392         it's masked.
14394 2002-04-24  Miles Bader  <miles@gnu.org>
14396         * menu-bar.el (menu-bar-update-buffers-1): Make sure
14397         `uniquify-buffer-name-style' is bound.
14399 2002-04-23  Colin Walters  <walters@verbum.org>
14401         * replace.el (toplevel): Require `cl' while compiling.
14402         (occur-buffer, occur-nlines): Delete.
14403         (occur-revert-properties): Rename to `occur-revert-properties'.
14404         (occur-mode): Handle it.  Set up font lock.
14405         (occur-revert-function): Simply apply `occur-1'.
14406         (occur-mode-find-occurence, occur-mode-mouse-goto)
14407         (occur-mode-goto-occurrence-other-window)
14408         (occur-mode-display-occurrence): Handle buffer property.
14409         (list-matching-lines-face): Use defcustom.
14410         (list-matching-lines-buffer-name-face): New variable.
14411         (occur-accumulate-lines): Renamed from `ibuffer-accumulate-lines',
14412         in ibuffer.el.
14413         (occur-read-primary-args): Move out of `occur'.
14414         (occur): Delete.  Now simply call `occur-1'.
14415         (multi-occur, multi-occur-by-filename-regexp): New functions.
14416         (occur-1): New function.
14417         (occur-engine): Renamed from `ibuffer-occur-engine' to replace the
14418         previous implementation of `occur'; taken from ibuf-ext.el.
14419         (occur-fontify-on-property): New function.
14420         (occur-fontify-region-function, occur-unfontify-region-function):
14421         New functions.
14423         * ibuffer.el (ibuffer-accumulate-lines): Moved to replace.el.
14425         * ibuf-ext.el (ibuffer-depropertize-string): Delete.
14426         (ibuffer-occur-match-face): Delete.
14427         (ibuffer-occur-props, ibuffer-occur-mode): Delete.
14428         (ibuffer-occur-mouse-display-occurence): Delete.
14429         (ibuffer-occur-goto-occurence, ibuffer-occur-display-occurence)
14430         (ibuffer-do-occur-1, ibuffer-occur-revert-buffer-function): Delete.
14431         (ibuffer-occur-engine): Moved to replace.el.
14432         (ibuffer-do-occur): Simply call `occur-1'.
14434         * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
14435         Handle the case where we're already viewing the score file.
14437 2002-04-23  Andreas Schwab  <schwab@suse.de>
14439         * menu-bar.el (menu-bar-goto-menu): Fix bindings for next-tag and
14440         next-tag-otherw.
14442 2002-04-23  Miles Bader  <miles@gnu.org>
14444         * menu-bar.el (menu-bar-update-buffers-1): Don't display a
14445         directory separator if there's no directory.  Don't display
14446         directories at all if uniquify is active.  Some code cleanup.
14447         (uniquify-buffer-name-style): Declare (but don't initialize).
14449         * menu-bar.el (menu-bar-update-buffers): Don't use constant lists
14450         for command menu entries, since the low-level menu code modifies
14451         them.  Cache the resulting list.
14452         (menu-bar-buffers-menu-command-entries): New variable.
14454         * menu-bar.el (menu-bar-update-buffers): Add `Select Named Buffer'.
14455         Add separator line before commands
14456         Remove old crufty code that tried to line things up by adding
14457         spaces to entries (it doesn't work).
14458         Move `Frames' submenu after the normal buffers, and add a
14459         separator line before it.
14460         (menu-bar-buffers-menu-list-buffers-entry): Variable removed.
14462 2002-04-22  Richard M. Stallman  <rms@gnu.org>
14464         * files.el (after-find-file): Use %s to output MSG.
14466         * dired.el (dired-mouse-find-file-other-window):
14467         Handle events that move out of the window.
14469 2002-04-23  Martin Stjernholm  <bug-cc-mode@gnu.org>
14471         * progmodes/cc-cmds.el (c-mask-comment): Fixed bug where point
14472         was moved to the following line when it was at the first line
14473         of a block comment where comment-start-skip matched to eol.
14475 2002-04-22  Richard M. Stallman  <rms@gnu.org>
14477         * simple.el (line-move-finish): Find beg and end of line
14478         before calling line-move-to-column.  Do consider intangible
14479         when finding the end.  Take more care in analyzing the results
14480         of intangibility after line-move-to-column.
14482 2002-04-22  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
14484         * international/mule-diag.el (list-input-methods-1): Doc fix
14485         (LEIM is now part of the standard distribution).
14487         * tmm.el (tmm-completion-prompt): Doc fix.
14489         * hilit-chg.el (global-highlight-changes): Capitalize status texts.
14491 2002-04-22  Edward M. Reingold  <reingold@emr.cs.iit.edu>
14493         * diary-lib.el (include-other-diary-files): Allow modifying
14494         included buffer, to turn off selective display.
14496 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
14498         * progmodes/cc-mode.el: (c-define-abbrev-table): New function to
14499         pass the SYSTEM-FLAG to `define-abbrev' in a way that works in
14500         emacsen that doesn't support it.
14502 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
14504         * progmodes/cc-align.el, progmodes/cc-engine.el,
14505         progmodes/cc-styles.el, progmodes/cc-vars.el
14506         (c-guess-basic-syntax, c-lineup-topmost-intro-cont):
14507         Find correct anchor for statement-cont in top level constructs.
14508         Analyze variable initializations in top level constructs as
14509         topmost-intro-cont instead of statement-cont.  That is an
14510         incompatible change but it gives better consistency.  The new
14511         lineup function c-lineup-topmost-intro-cont' compensates for
14512         it and is now put on topmost-intro-cont by default.
14514         * progmodes/cc-align.el, progmodes/cc-engine.el,
14515         progmodes/cc-langs.el (c-lineup-argcont): Lineup function
14516         contributed by Kevin Ryde.
14518         (c-in-gcc-asm-p): Function to recognize asm statements.
14519         Contributed by Kevin Ryde.
14521         (c-opt-asm-stmt-key): New language variable to recognize the
14522         beginning of asm statements.
14524 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
14526         * progmodes/cc-engine.el (c-guess-basic-syntax):
14527         Detect variable declarations after class and struct declarations
14528         correctly.  Fixed limit error when finding the anchor for
14529         template-args-cont and topmost-intro-cont.
14531 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
14533         * progmodes/cc-cmds.el (c-beginning-of-defun)
14534         (c-declaration-limits): Find the "line oriented" declaration
14535         start too, just like the "line oriented" end is found.
14537 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
14539         * progmodes/cc-vars.el (c-offsets-alist): A more sane default
14540         for `inexpr-statement'.  This is not compatible, though.
14541         I think the benefit of a good default style outweights that in
14542         this case.  Besides, `inexpr-statement' is not very common.
14544 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
14546         * progmodes/cc-cmds.el (c-electric-delete-forward):
14547         Fix silly bug that caused it to delete backwards in hungry delete
14548         mode.  (It's amazing that this bug hasn't been reported.)
14550         * progmodes/cc-cmds.el (c-declaration-limits, c-mark-function):
14551         Extracted the code to get the declaration limits from
14552         `c-mark-function' to a new `c-declaration-limits'.
14554         (c-indent-defun): Use the same method to get the limits of the
14555         declaration or macro as `c-mark-function'.
14557         * progmodes/cc-engine.el (c-beginning-of-decl-1): Handle brace
14558         list initializers correctly (but costly; it ought to be
14559         integrated into `c-beginning-of-statement-1').
14561 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
14563         * progmodes/cc-cmds.el, progmodes/cc-engine.el
14564         (c-beginning-of-defun, c-end-of-defun, c-mark-function):
14565         Rewritten to detect the declaration limits better.
14566         Now handles K&R argdecls, class definitions followed by variables etc.
14568         (c-in-knr-argdecl): Broke out the K&R argdecl test in
14569         `c-beginning-of-decl-1' to this new function.
14571         (c-end-of-statement-1, c-end-of-decl-1):
14572         Replace `c-end-of-statement-1' with `c-end-of-decl-1', which correctly
14573         handles declarations that continue after the block.
14575         * progmodes/cc-engine.el (c-syntactic-re-search-forward):
14576         Added an option to restrict matching to the top level of the
14577         current paren sexp.
14579         * progmodes/cc-langs.el (c-opt-block-decls-with-vars-key):
14580         New regexp to recognize declarations that continue after the block.
14582         (c-syntactic-eol): New regexp to match a "syntactic" eol.
14584 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
14586         * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed a bug
14587         that often caused the backward limit to be lost at the top
14588         level.  This improves performance a bit.
14590         * progmodes/cc-engine.el (c-syntactic-re-search-forward):
14591         New function that works like `re-search-forward' but only returns
14592         matches in syntactically significant text.
14594         * progmodes/cc-engine.el: Fixed a faster and more accurate way
14595         to recognize K&R argdecls.
14597         (c-beginning-of-decl-1): New function that put point at the
14598         beginning of the declaration.  It handles K&R argdecl blocks.
14600         (c-guess-basic-syntax): Replaced the `knr-argdecl' recognition
14601         code with one that doesn't depend on the current indentation.
14602         The anchor position for `knr-argdecl' has also changed, but in
14603         a way that is unlikely to cause compatibility problems.
14605 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
14607         * progmodes/cc-defs.el, progmodes/cc-engine.el
14608         (c-forward-comment): `forward-comment' in XEmacs skips over
14609         line continuations in the backward direction.  Correct for
14610         that.  Also made this a defun since it has grown too large now
14611         to be a defsubst.
14613         * progmodes/cc-langs.el: More convenient and decentralized
14614         setup of the language specific variables.  The regexp-opt
14615         mangling is also done at compile time now.
14617 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
14619         * progmodes/cc-cmds.el (c-indent-line-or-region):
14620         Call `c-indent-line' directly instead of through
14621         `indent-according-to-mode' so that this function always
14622         indents syntactically.
14624         * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed a bug
14625         where a class beginning with a nested class could cause an
14626         infinite loop (the state outside the narrowed out class is
14627         never used now).
14629 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
14631         * progmodes/cc-align.el, progmodes/cc-cmds.el,
14632         progmodes/cc-engine.el, progmodes/cc-vars.el: Fixes so that
14633         the context sensitive analysis inside macros is restricted to
14634         the bodies of #define's; other things, like #if expressions,
14635         never have anything in common with their surroundings.
14636         The old `cpp-macro-cont' syntax is now used in situations where
14637         the syntactic analysis isn't applicable, and a new syntactic
14638         element `cpp-define-intro' is used to add indentation in
14639         #define bodies.
14641         (c-lineup-cpp-define): New name for `c-lineup-macro-cont' to
14642         better reflect its use.
14644         * progmodes/cc-engine.el (c-guess-basic-syntax): Ignore line
14645         continuation backslashes in the detection of `arglist-cont-nonempty'.
14647         * progmodes/cc-align.el: Use the vector form in the return
14648         value in all cases where lineup functions return absolute columns.
14650 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
14652         * progmodes/cc-engine.el (c-add-stmt-syntax)
14653         (c-guess-basic-syntax): Anchor `brace-list-intro' and
14654         `bracec-list-close' better for brace lists nested inside expressions.
14656         * progmodes/cc-engine.el, progmodes/cc-langs.el,
14657         progmodes/cc-mode.el, progmodes/cc-styles.el: Cleaned up the
14658         various language specific variables and their initialization.
14659         The keyword regexps are now lists that are combined with
14660         regexp-opt.  Some variables have changed names to fit better
14661         with the naming convention.
14663         * progmodes/cc-defs.el, progmodes/cc-vars.el
14664         (c-buffer-is-cc-mode): The value is the mode symbol of the
14665         original CC Mode mode.
14667         (c-major-mode-is): Compare against the buffer local variable
14668         `c-buffer-is-cc-mode', which is faster than using `derived-mode-class'.
14670 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
14672         * progmodes/cc-engine.el (c-forward-syntactic-ws)
14673         (c-backward-syntactic-ws, c-forward-token-1)
14674         (c-backward-token-1, c-in-literal, c-literal-limits)
14675         (c-collect-line-comments, c-literal-type, c-on-identifier)
14676         (c-guess-basic-syntax): These functions are now considered part
14677         of the "CC Mode API" and may be used by other code.
14678         That's signified by making their documentation into docstrings.
14680         (c-whack-state, c-hack-state, c-skip-case-statement-forward):
14681         Removed these internal functions since they aren't used.
14683         (c-forward-to-cpp-expression): Classified this function as internal.
14685 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
14687         * progmodes/cc-langs.el (c-ObjC-class-key, c-Java-class-key):
14688         Simplified these regexps; the class keywords they contain
14689         ought to be enough to avoid false matches, so checking for
14690         following identifiers etc is just unnecessary (and might also
14691         fail for oddly formatted code).
14693 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
14695         * progmodes/cc-engine.el, progmodes/cc-cmds.el
14696         (c-forward-comment-lc): New function that behaves like
14697         `c-forward-comment', with the exception that line
14698         continuations are treated as whitespace.
14700         (c-beginning-of-statement): Use `c-forward-comment-lc', to
14701         work correctly in macros and other places where line
14702         continuations should be treated as whitespace.
14704         * progmodes/cc-engine.el (c-guess-basic-syntax): Analyze a
14705         normal label in a switch block as a case label, to get
14706         consistent lineup with the case labels.
14708         * progmodes/cc-engine.el (c-backward-syntactic-ws): Fixed bug
14709         in skipping over a macro that ends with an empty line.
14711         * progmodes/cc-styles.el: Require cc-align since styles added
14712         with `c-add-style' often contains references to functions
14713         defined there, and so the `c-valid-offset' check might
14714         otherwise complain on them.
14716 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
14718         * progmodes/cc-align.el, progmodes/cc-mode.texi,
14719         progmodes/cc-vars.el: Added two new lineup functions:
14721         (c-lineup-knr-region-comment): A new lineup function to get
14722         (what most people think is) better indentation of comments in
14723         the "K&R region" between the function header and its body.
14725         (c-lineup-gcc-asm-reg): New lineup function for better
14726         indentation inside gcc asm blocks.  Contributed by Kevin Ryde.
14728         (c-offsets-alist): Use `c-lineup-gcc-asm-reg' and
14729         `c-lineup-knr-region-comment' in the default offset
14730         configuration, since these two functions have little impact
14731         outside their intended use, and they generally do the right
14732         thing when they kick in.
14734         * progmodes/cc-engine.el (c-guess-continued-construct)
14735         (c-guess-basic-syntax): Handle nested functions in all
14736         languages, not just Pike.  In C and C++ there's a gcc
14737         extension for this, and it also gives better treatment of
14738         macros that are followed by blocks.
14740         * progmodes/cc-langs.el (c-symbol-key): Made this variable
14741         mode specific, to handle Pike special symbols like `== better.
14743 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
14745         * progmodes/cc-cmds.el, progmodes/cc-engine.el,
14746         progmodes/cc-vars.el (c-report-syntactic-errors): A new
14747         variable to control the syntactic error messages.  It defaults
14748         to off; since CC Mode ignores most syntactic errors it might
14749         as well ignore them all for the sake of consistency.
14751 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
14753         * progmodes/cc-engine.el (c-looking-at-inexpr-block):
14754         Optimization.  Can give a noticeable speedup if there's a
14755         large preceding function or class body.
14757 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
14759         * progmodes/cc-align.el, progmodes/cc-cmds.el: Use more
14760         efficient and correct insertion functions in many places.
14761         Always inherit text properties correctly if the text is
14762         permanent.  Also do it for speed in temporary insertions,
14763         since I figure it's less work to continue the surrounding text
14764         properties than to break them.
14766         * progmodes/cc-styles.el (c-read-offset): Unbind SPC in the
14767         completion to make it easier to enter lists.
14769 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
14771         * progmodes/cc-cmds.el (c-beginning-of-defun): Fixed bug where
14772         c-state-cache was clobbered.
14774         * progmodes/cc-cmds.el, progmodes/cc-engine.el
14775         (c-calculate-state): Moved from cc-cmds.el to cc-engine.el due
14776         to dependency.
14778 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
14780         * progmodes/cc-engine.el (c-parse-state): Ignore unbalanced
14781         open parens in macros (if point isn't in the same one).
14783 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
14785         * progmodes/cc-cmds.el (c-context-open-line): New function
14786         that is the `open-line' equivalent to `c-context-line-break'.
14788         * progmodes/cc-mode.el (c-mode-base-map): Compatibility fix
14789         for Emacs 21 since `indent-new-comment-line' has been changed
14790         to `comment-indent-new-line' there.
14792 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
14794         * progmodes/cc-engine.el, progmodes/cc-langs.el
14795         (c-stmt-delim-chars, c-stmt-delim-chars-with-comma):
14796         New variables containing the character sets used to recognize
14797         statement/declaration boundaries.  These variables might help
14798         to support languages like javascript and awk, where newlines
14799         sometimes delimits statements.
14801         (c-crosses-statement-barrier-p): Use `c-stmt-delim-chars' as
14802         the set of statement delimiting characters, to allow it to be
14803         changed dynamically and per-mode.
14805 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
14807         * progmodes/cc-engine.el (c-looking-at-bos)
14808         (c-looking-at-inexpr-block, c-add-stmt-syntax)
14809         (c-guess-basic-syntax): Treat blocks directly inside function
14810         calls like "bare" statements inside function calls, and not
14811         like in-expression statements.  This to make indentation of
14812         such blocks consistent with other statements inside macro calls.
14814         * progmodes/cc-engine.el (c-guess-basic-syntax):
14815         Made arglist-cont anchor correctly in arglists that contain statements.
14817         * progmodes/cc-engine.el (c-guess-basic-syntax):
14818         Fixed consistent anchoring of defun-block-intro in defuns in code
14819         blocks (can only occur in Pike).
14821         * progmodes/cc-engine.el (c-looking-at-inexpr-block)
14822         (c-looking-at-inexpr-block-backward): Changed the arguments to
14823         require containing sexps and paren state, for better efficiency.
14825 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
14827         * progmodes/cc-cmds.el, progmodes/cc-engine.el,
14828         progmodes/cc-vars.el: Improved anchoring of statement and
14829         handling of labels in front of substatements.
14831         (c-guess-continued-construct, c-guess-basic-syntax):
14832         Improved and unified anchoring at statements.  Statements beginning
14833         with comments or labels are now avoided, by going out of
14834         blocks and containing statements if necessary.  This nesting
14835         handling also fixes the case when there's a statement after a
14836         block open brace.  Added the syntactic symbol `substatement-label'.
14838         (c-electric-colon): Map the new `substatement-label' to
14839         `label' when consulting `c-hanging-colons-alist'.
14841         (c-offsets-alist): Added substatement-label.  Updated the
14842         comments for the new anchoring positions at statements.
14844         * progmodes/cc-engine.el (c-guess-basic-syntax): Use more sane
14845         anchor points for knr-argdecl-intro and access-label.
14846         They used to refer to some point on the same line, a bug which was
14847         neutralized by a kludge in `c-get-syntactic-indentation' which
14848         ignored such anchor points.
14850         (c-get-syntactic-indentation): Removed the kludge that was
14851         necessary due to buggy anchor points.
14853         * progmodes/cc-engine.el (c-guess-basic-syntax): Do not check
14854         the absence of a comma before arglist-close (case 7A) in any
14855         language, since there's nothing better to do that case anyway.
14856         Added special case to make in-expression statements be
14857         recognized as normal arglist-cont if we're directly in a macro
14858         arglist, for consistency with other "bare" statements.
14860         * progmodes/cc-engine.el (c-looking-at-bos): Added optional
14861         limit arg for backward searches.
14863         * progmodes/cc-engine.el (c-looking-at-inexpr-block):
14864         Anchor gcc in-expression statements at the surrounding open
14865         parenthesis.  Treat a class body as an in-expression class if
14866         it's used in an object clone expression in Pike.
14868         * progmodes/cc-engine.el (c-get-offset)
14869         (c-get-syntactic-indentation): Allow several anchor positions
14870         in the list of syntactic symbols.  Only the first is used as
14871         the base for the offset calculation.
14873 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
14875         * progmodes/cc-cmds.el (c-indent-defun): Indent the current
14876         macro if inside one at the top level.  Do not throw an error
14877         if used at the top level outside a macro.
14879         * progmodes/cc-cmds.el (c-backslash-region): Do tab width
14880         alignment only if the backslashes can't be aligned with
14881         surrounding backslashes.
14883         * progmodes/cc-engine.el (c-end-of-macro): New function.
14885         * progmodes/cc-engine.el (c-least-enclosing-brace):
14886         Rewritten to not be destructive.
14888 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
14890         * progmodes/cc-cmds.el (c-context-line-break): Only do a macro
14891         line break when point is inside the content of it; if it's in
14892         the cpp keyword a normal line break is done.
14894         * progmodes/cc-engine.el (c-guess-basic-syntax): Do not add
14895         cpp-macro-cont inside the argument list to a #define.
14897 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
14899         * progmodes/cc-defs.el (c-forward-comment): Implemented a
14900         kludge to avoid the problem most forward-comment incarnations
14901         have with `\' together with comment parsing.
14903 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
14905         * progmodes/cc-engine.el (c-check-state-cache): Fixed bug
14906         which could cause the state returned by `c-parse-state' to
14907         lack a closed paren element.  That in turn could result in
14908         very long searches, since it's common that they start from the
14909         last preceding close brace.
14911 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
14913         * progmodes/cc-engine.el (c-beginning-of-statement-1): Do not
14914         treat else-if as a single continuation, since that'd make it
14915         hard to get the right anchor point when there's a line break
14916         between the two keywords.  This change causes else-clause to
14917         be anchored on the closest preceding else-if and not always on
14918         the starting if, but that doesn't affect the indentation for
14919         any reasonably sane style.  Also introduced a noerror flag.
14921         (c-beginning-of-closest-statement): Removed;
14922         c-beginning-of-statement-1 now avoids the problem this one solved.
14924         * progmodes/cc-engine.el (c-guess-continued-construct)
14925         (c-guess-basic-syntax): Better and more uniform anchor points
14926         for 'statement-cont and 'substatement.  The effect is
14927         noticeable mostly when there's a label on the same line as the
14928         beginning of the statement, or when there are more stuff
14929         before the start of the statement.
14931         * progmodes/cc-engine.el (c-looking-at-inexpr-block):
14932         Added flag to disable looking at the type of the surrounding paren
14933         since that confuses c-beginning-of-statement-1 and a couple of
14934         other places.
14936         * progmodes/cc-engine.el (c-guess-basic-syntax):
14937         Avoid stepping to the previous statement in case 18.
14938         Improvements in recognition of statement blocks on the top level.
14940 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
14942         * progmodes/cc-engine.el (c-beginning-of-statement-1)
14943         (c-crosses-statement-barrier-p): Rewritten to get a well
14944         defined and documented behavior.  This fixes some tricky cases
14945         in recognition of do-while constructs.
14947         (c-backward-to-start-of-do, c-backward-to-start-of-if):
14948         Removed; use c-beginning-of-statement-1 instead.
14950         (c-guess-continued-construct, c-guess-basic-syntax):
14951         Various fixes to not depend on the bugs previously in
14952         c-beginning-of-statement-1.  Cleanups in cases 18 and 17 to
14953         use the new behavior of c-beginning-of-statement-1 better.
14954         Fixed recognition of catch blocks inside macros.
14956         * progmodes/cc-engine.el (c-backward-syntactic-ws): Fixed bug
14957         in skipping over a macro.
14959         * progmodes/cc-langs.el (c-label-kwds): New variable to
14960         contain the appropriate c-*-label-kwds value.
14962         * progmodes/cc-vars.el (defcustom-c-stylevar): Fixed value
14963         evaluation bug that caused the widget for
14964         c-block-comment-prefix to bug out.
14966 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
14968         * progmodes/cc-engine.el (c-guess-basic-syntax):
14969         Improved recognition of statements: They are now recognized in
14970         contexts where they normally can't occur, e.g. on the top level or
14971         in function call arguments.  This is mainly useful to recognize
14972         statements in macros at the top level, and in arguments to
14973         macros.  The cases has been moved around quite a bit, and case
14974         10 has been copied to case 18.  (The cases has not been
14975         renumbered because of this.)
14977         (c-guess-continued-construct): New function which has the
14978         rules which are common between cases 10 and 18.
14980         * progmodes/cc-engine.el (c-beginning-of-statement-1)
14981         (c-backward-to-start-of-do, c-backward-to-start-of-if):
14982         Fixes so that they really obey the passed limits.
14984         (c-safe-position): Return nil if the state doesn't contain a
14985         suitable position.
14987         (c-guess-basic-syntax): Fixes some too short limits in calls
14988         to c-beginning-of-statement-1.  Some fixes for top level
14989         analysis in ObjC mode.
14991         * progmodes/cc-engine.el (c-beginning-of-statement-1):
14992         Fixed bug in do-while statements where the body is not a block.
14994         * progmodes/cc-styles.el (c-set-style):
14995         Reset c-special-indent-hook to its global value if in override mode.
14996         Fixes problem where functions on that hook remained after
14997         style switch.
14999         * progmodes/cc-engine.el (c-evaluate-offset, c-get-offset):
15000         Use c-benign-error to report the c-strict-syntax-p error.
15002 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
15004         * progmodes/cc-align.el, progmodes/cc-defs.el,
15005         progmodes/cc-cmds.el, progmodes/cc-engine.el, cc-vars.el:
15006         Several fixes to treat macros as code and not literals and to
15007         handle line continuations transparently.
15009         (c-skip-ws-forward, c-skip-ws-backward): New macros to skip
15010         through whitespace and line continuations, but not comments
15011         and macros.
15013         (c-in-literal): No longer recognizes macros as literals by
15014         default. An extra flag argument is required to do that.
15016         (c-macro-start, c-query-macro-start)
15017         (c-query-and-set-macro-start): Added a cache for the macro
15018         start position.
15020         (c-forward-syntactic-ws, c-backward-syntactic-ws): Fixes for
15021         more speed when limits are given.  Workaround for bad behavior
15022         in forward-comment in some emacsen when it hits a buffer limit
15023         with a large repeat count.
15025         (c-lineup-macro-cont): Improved behavior when
15026         c-syntactic-indentation-in-macros is nil.
15028         (c-syntactic-indentation-in-macros, c-backslash-max-column)
15029         (c-auto-align-backslashes): New customization variables to
15030         control macro handling.
15032         * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
15033         Fixes to handle line continuations.
15035         * progmodes/cc-defs.el, progmodes/cc-styles.el
15036         (c-get-style-variables, c-set-offset): Report style errors
15037         with message and ding instead of error signal.  This to avoid
15038         interrupted mode init if there's some style problem.
15040         (c-benign-error): New macro to report errors that doesn't need
15041         to interrupt the operation.
15043         * progmodes/cc-defs.el (c-point): Added eonl and eopl positions.
15045 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
15047         * progmodes/cc-cmds.el (c-electric-brace, c-indent-region):
15048         Removed most of the c-state-cache fiddling, since the global
15049         state cache now handles this.
15051         * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed bug
15052         when there's an open paren at the very first char of the
15053         visible buffer region.
15055         * progmodes/cc-engine.el (c-parse-state, c-check-state-cache):
15056         Cache the state globally and invalidate it below every buffer
15057         change with the new after change function
15058         `c-check-state-cache'.  This gives a considerable performance
15059         boost when editing large functions or classes.
15061         * progmodes/cc-engine.el (c-whack-state-after): Slight optimization.
15063 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
15065         * progmodes/cc-engine.el, progmodes/cc-langs.el,
15066         progmodes/cc-align.el: Improvements to syntactic analysis
15067         inside macros:
15069         (c-block-stmt-1-kwds, c-block-stmt-2-kwds): New variables used
15070         by `c-guess-basic-syntax'.
15072         (c-parse-state): Fixed bug with braces inside macros when
15073         using cached state info.
15075         (c-forward-to-cpp-expression): New function to aid in
15076         syntactic analysis inside macros.
15078         (c-beginning-of-statement-1, c-backward-syntactic-ws):
15079         Fixes to work better inside macros.
15081         (c-forward-syntactic-ws): Whitespace between the # and the
15082         command should be allowed in preprocessor directives.
15084         (c-lineup-macro-cont): New lineup function to get context
15085         sensitive indentation inside macros.
15087         (c-offsets-alist): Made `c-lineup-macro-cont' the default for
15088         cpp-macro-cont.
15090 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
15092         * progmodes/cc-engine.el (c-beginning-of-statement-1)
15093         (c-forward-syntactic-ws): Fixes to handle continued lines.
15095         (c-backward-to-start-of-if, c-guess-basic-syntax):
15096         Do syntactic analysis inside macros.
15098 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
15100         * progmodes/cc-cmds.el (c-indent-region): Did a speedup made
15101         possible by the more flexible state cache.
15103         * progmodes/cc-engine.el (c-parse-state, c-whack-state-before)
15104         (c-whack-state-after, c-hack-state)
15105         (c-narrow-out-enclosing-class, c-guess-basic-syntax):
15106         Improved the state cache system.  It now can use partial info from
15107         an old cached state to calculate a new one at a different
15108         position.  Removed some kludges to avoid the state cache.
15109         The new functions `c-whack-state-before' and `c-whack-state-after'
15110         replace the now obsolete `c-whack-state'.
15112         * progmodes/cc-engine.el (c-beginning-of-statement-1):
15113         Optimized backing through a macro.  This can speed things up
15114         quite a bit when there are long macros before point.
15116         (c-beginning-of-macro): Do not ignore the limit.
15118 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
15120         * progmodes/cc-cmds.el (c-electric-continued-statement):
15121         Fixed a bug where the keyword wasn't reindented correctly if
15122         followed by another keyword or identifier.
15124         * progmodes/cc-engine.el (c-parse-state): Ignore closed brace
15125         pairs that are in macros.  Fixes some cases where e.g. the
15126         second of two "do { } while (0)" macros after each other
15127         indented differently.
15129 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
15131         * progmodes/cc-engine.el (c-beginning-of-macro)
15132         (c-forward-syntactic-ws): Recognize "#!" as a preprocessor
15133         directive when it begins a line, to allow for script
15134         interpreter lines like "#!/usr/bin/pike" at the beginning of
15135         the file.
15137 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
15139         * progmodes/cc-engine.el (c-looking-at-inexpr-block):
15140         Recognize brace blocks inside a parenthesis expression as
15141         inexpr-statement.  Useful when writing statements as macro arguments.
15143 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
15145         * progmodes/cc-cmds.el (c-fill-paragraph, c-do-auto-fill)
15146         (c-mask-comment): Broke out the comment masking code from
15147         `c-fill-paragraph' to a new function `c-mask-comment', to be
15148         able to do the same thing in `c-do-auto-fill'.  This should
15149         make auto-fill-mode behave better.
15151 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
15153         * progmodes/cc-cmds.el (c-electric-brace, c-electric-paren):
15154         Check `executing-macro' to avoid blinking parens when macros
15155         are executed.
15157         * progmodes/cc-mode.el, progmodes/cc-styles.el
15158         (c-setup-filladapt): Moved from cc-mode.el to cc-styles.el for
15159         consistency with `c-setup-paragraph-variables' (which was
15160         placed there due to the dependency from `c-set-style').
15162         * progmodes/cc-styles.el, progmodes/cc-vars.el: Fixed bug with
15163         incomplete initialization from the style variable fallbacks if
15164         there already is a style called "user" defined when CC Mode
15165         starts up for the first time.
15167 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
15169         * progmodes/cc-cmds.el, progmodes/cc-vars.el
15170         (c-comment-indent, c-indent-comment-alist): Added new variable
15171         `c-indent-comment-alist' to allow better control over
15172         `c-comment-indent'.
15174 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
15176         * progmodes/cc-align.el (c-lineup-C-comments): Try to match
15177         both `comment-start-skip' and the comment prefix on the
15178         current line with the comment starter, so that we line up
15179         comments which matches `c-comment-prefix-regexp' on the first
15180         line (after the `/') without the need to make
15181         `comment-start-skip' match whatever `c-comment-prefix-regexp' matches.
15183         * progmodes/cc-mode.el, progmodes/cc-styles.el (c-common-init)
15184         (c-set-style-1, c-setup-paragraph-variables): Moved the
15185         variable initialization based on `c-comment-prefix-regexp' to
15186         a new function `c-setup-paragraph-variables', which is now
15187         used both at mode init and when a style that sets
15188         `c-comment-prefix-regexp' is activated.
15190 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
15192         * progmodes/cc-engine.el (c-beginning-of-member-init-list):
15193         Better handling of C++ template args to avoid confusion with
15194         `<' and `>' used as operators in member init expressions.
15196 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
15198         * progmodes/cc-engine.el (c-most-enclosing-brace)
15199         (c-least-enclosing-brace): Added optional second arg to limit
15200         the search to before a certain point.
15202         * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed bug
15203         which could cause incorrect analysis if a cached state is used
15204         (usually only happens when an electric key reindents a line).
15206 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
15208         * progmodes/cc-defs.el (c-forward-comment): More idiosyncrasy
15209         insulation.  This time for XEmacs 21.
15211         * progmodes/cc-engine.el, progmodes/cc-langs.el:
15212         Improved handling of inheritance lists:
15214         (c-beginning-of-inheritance-list): Rewritten to use a more
15215         syntactically correct method that doesn't get confused by
15216         badly placed linebreaks and comments.
15218         (c-guess-basic-syntax): Several fixes to the handling of
15219         inheritance lists in combination with templates.  'inher-intro
15220         is now anchored on the start of the class declaration and not
15221         the indentation of the current line.  Switched places on cases
15222         5D.3 and 5D.4 and made them use more syntactically correct methods.
15224         (c-inher-key): Removed since the code in
15225         `c-guess-basic-syntax' now uses token-based search.
15227         * progmodes/cc-cmds.el, progmodes/cc-mode.el (c-mode-menu):
15228         Added a submenu to access some toggles.
15230         (c-toggle-syntactic-indentation): New function to toggle the
15231         variable `c-syntactic-indentation'.
15233         * progmodes/cc-styles.el (c-set-style): Improved the error
15234         message for incorrect offsets a bit.
15236 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
15238         * progmodes/cc-cmds.el (c-indent-exp): Don't require that the
15239         sexp follows point immediately, instead find the closest
15240         following open paren that ends on another line.
15242 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
15244         * progmodes/cc-align.el (c-lineup-cascaded-calls):
15245         New indentation function.
15247         * progmodes/cc-engine.el (c-beginning-of-macro): Bugfix for
15248         directives with whitespace between the '#' and the name.
15250 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
15252         * progmodes/cc-engine.el (c-forward-syntactic-ws)
15253         (c-backward-syntactic-ws): Handle line continuations as
15254         whitespace.  Don't move past a macro if that'd take us past
15255         the limit.
15257 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
15259         * progmodes/cc-engine.el (c-beginning-of-macro)
15260         (c-forward-syntactic-ws): Multiline strings begin with `#"' in
15261         Pike, and that shouldn't be confused with a preprocessor directive.
15263 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
15265         * progmodes/cc-cmds.el: Extended the kludge to interoperate
15266         with the delsel and pending-del packages wrt to the new
15267         function `c-electric-delete-forward'.
15269 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
15271         * progmodes/cc-cmds.el (c-indent-exp): Keep the indentation of
15272         the block itself, i.e. only indent the contents in it.
15274         * progmodes/cc-styles.el (c-set-style): Use the default
15275         argument to completing-read instead of initial-contents, if
15276         the function is recent enough to support it.
15278 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
15280         * progmodes/cc-mode.el (c-mode-help-address):
15281         Removed bug-gnu-emacs@gnu.org from the receiver list for bug reports.
15282         I've almost never seen a bug reported this way that should go
15283         to that list, but it's rather common that the reports concern
15284         the combination CC Mode and XEmacs instead.
15286 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
15288         * progmodes/cc-cmds.el (c-electric-paren): Fixed bug when both
15289         brace-elseif-brace and brace-catch-brace are active and
15290         there's a "else if"-block before the catch block.
15292         * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
15293         Detect function headers that span lines.
15295 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
15297         * progmodes/cc-cmds.el (c-electric-brace)
15298         (c-electric-semi&comma, c-electric-colon, c-electric-paren):
15299         Check for last on line only for doing the auto-newline-mode
15300         stuff, not for the reindentation.
15302         * progmodes/cc-cmds.el (c-electric-brace): Fixed bugs in the
15303         handling of c-syntactic-indentation: When it's nil, indent the
15304         new lines but don't reindent the current one.  Reindent the
15305         line only when the inserted brace comes first on it, instead
15306         of last.
15308         * progmodes/cc-cmds.el (c-electric-brace)
15309         (c-electric-semi&comma): Fixed two places where
15310         c-syntactic-indentation wasn't heeded.
15312         * progmodes/cc-cmds.el (c-electric-pound): Don't be electric
15313         inside a macro.
15315         * progmodes/cc-engine.el (c-backward-to-start-of-if): Try a
15316         little harder to find a fallback position when an orphan else
15317         is found.  Fixed case where an else following a do-while
15318         statement could be associated with an if inside the do-while.
15320 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
15322         * progmodes/cc-cmds.el (c-guess-fill-prefix): Tuned the dwim
15323         for the fallback to add a single space after the comment prefix.
15325         * progmodes/cc-cmds.el (c-indent-new-comment-line): Somewhat better
15326         behavior in some special cases, especially for single-line comments.
15327         Avoid breaking up a comment starter or ender.
15329 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
15331         * progmodes/cc-cmds.el (c-outline-level): Applied patch from
15332         the Emacs sources to make this work in invisible text.
15334         * progmodes/cc-langs.el (c-switch-label-key): Fixed regexp to
15335         not be confused by a later ':' on the same line as the label.
15337 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
15339         * progmodes/cc-cmds.el, progmodes/cc-mode.el
15340         (c-electric-delete, c-electric-delete-forward):
15341         Split `c-electric-delete' into two functions where
15342         `c-electric-delete-forward' always deletes forward and
15343         `c-electric-delete' only contains the code necessary for
15344         XEmacs to choose between backward and forward deletion.
15345         `c-electric-delete-forward' is now bound to C-d to get the
15346         electric behavior on that key too.
15348 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
15350         * progmodes/cc-cmds.el (c-fill-paragraph): Fixed bogus direct
15351         use of c-comment-prefix-regexp, which caused an error when
15352         it's a list.
15354 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
15356         * progmodes/cc-mode.el, progmodes/cc-vars.el (c-common-init)
15357         (c-default-style): Removed the hardcoded switch to "java" style
15358         in Java mode.  It's instead taken care of by the default value
15359         for c-default-style.
15361 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
15363         * progmodes/cc-align.el (c-lineup-math): Fix bug where lineup
15364         was triggered by equal signs in string literals.
15366 2002-04-21  Kim F. Storm  <storm@cua.dk>
15368         * subr.el (insert-buffer-substring-no-properties): New function.
15369         (insert-buffer-substring-as-yank): New function.
15371 2002-04-21  Glenn Morris  <gmorris@ast.cam.ac.uk>
15373         * scroll-all.el (minor-mode-alist): Fix usage of `scroll-all-mode'.
15374         (scroll-all-page-down-all, scroll-all-page-up-all) Remove `fkey-'
15375         prefix from scroll commands.  Ignore end-of-buffer errors from
15376         other windows.
15377         (scroll-all-check-to-scroll): Remove `fkey-' prefix from scroll
15378         commands.
15379         (scroll-all-beginning-of-buffer-all, scroll-all-end-of-buffer-all):
15380         New functions.
15382         * files.el: (auto-mode-alist): .f95 files in f90-mode.
15384         * progmodes/fortran.el: (fortran-beginning-do): Make regexp match
15385         a DO statement irrespective of numeric label.
15387 2002-04-20  Glenn Morris  <gmorris@ast.cam.ac.uk>
15389         * files.el (auto-save-file-name-transforms): Doc fix.
15390         Add third element to "uniquify" filenames.
15391         (make-auto-save-file-name): Use new element of
15392         auto-save-file-name-transforms.
15393         * startup.el (command-line): Add third element to
15394         auto-save-file-name-transforms.
15396 2002-04-19  Stefan Monnier  <monnier@cs.yale.edu>
15398         * files.el (file-name-non-special): Don't mangle the 0'th arg and the
15399         return value of file-name-completion and file-name-all-completions.
15401 2002-04-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
15403         * progmodes/f90.el: Update maintainer.
15404         (f90-line-continued): Recognize blank/comment lines embedded in
15405         continuation lines.
15406         (f90-looking-at-program-block-start): No extra indentation after
15407         function or subroutine keyword appears in single quotes.
15409 2002-04-19  Miles Bader  <miles@gnu.org>
15411         * custom.el (customize-mark-to-save, customize-mark-as-set)
15412         (custom-quote): Moved here from `cus-edit.el'.
15413         * cus-edit.el (customize-mark-to-save, customize-mark-as-set)
15414         (custom-quote): Moved to `custom.el'.
15416 2002-04-18  Richard M. Stallman  <rms@gnu.org>
15418         * facemenu.el (list-text-properties-at): Command deleted.
15420         * rect.el (insert-rectangle): Use insert-for-yank.
15422         * register.el (insert-register): Use insert-for-yank.
15423         (describe-register-1): Discard text props in yank-excluded-properties.
15425         * toolbar/tool-bar.el (tool-bar-local-item-from-menu):
15426         Fix parts in construction of `menu-item' item at end.
15428         * mail/mailabbrev.el (mail-mode-abbrev-table): Delete defvar.
15430         * subr.el (insert-for-yank): New function.
15432         * simple.el (yank-excluded-properties): New user option.
15433         (yank-pop, yank): Use insert-for-yank.
15435 2002-04-19  Kim F. Storm  <storm@cua.dk>
15437         * simple.el (pop-to-mark-command): Do not set this-command.
15438         (set-mark-command): Always jump to mark when called with arg.
15440 2002-04-18  Francesco Potort\e,Al\e(B  <pot@gnu.org>
15442         * comint.el (comint-watch-for-password-prompt): Remove whitespace
15443         at the beginning of password prompts.
15445 2002-04-18  Andrew Innes  <andrewi@gnu.org>
15447         * facemenu.el: Remove require of wid-edit.
15449 2002-04-17  Colin Walters  <walters@verbum.org>
15451         * ibuffer.el (ibuffer-visit-buffer): Optionally allow reducing to
15452         one window.
15453         (ibuffer-visit-buffer-1-window): Simply call `ibuffer-visit-buffer'.
15454         (ibuffer-current-state-list): Reinstate optional argument; now
15455         just call `point' inside the mapping function.
15457 2002-04-17  Francesco Potort\e,Al\e(B  <pot@gnu.org>
15459         * dired-aux.el (dired-star-subst-regexp)
15460         (dired-quark-subst-regexp): New constants.
15461         (dired-do-shell-command, dired-shell-stuff-it): Use them.
15462         (dired-do-shell-command): Raise an error if both `*' and `?'
15463         substitution marks are used in the same command.
15464         (dired-shell-stuff-it): Substitute all instances of `*' and `?'
15465         in a command given via dired-do-shell-command.
15467         * comint.el (comint-password-prompt-regexp): Match "Repeat passphrase".
15469 2002-04-16  Jason Rumney  <jasonr@gnu.org>
15471         * international/mule-cmds.el (locale-preferred-coding-systems):
15472         Add "jpn".
15474 2002-04-16  Eli Zaretskii  <eliz@is.elta.co.il>
15476         * term.el (term-emulate-terminal): Fix last change.
15478 2002-04-16  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
15480         * bindings.el (mode-line-mode-menu): Update names to reflect
15481         latest changes.
15483 2002-04-16  Mike Williams  <mdub@bigfoot.com>
15485         * textmodes/sgml-mode.el (sgml-at-indentation-p): Move to fix
15486         compilation error.
15488 2002-04-16  Michael Kifer  <kifer@cs.stonybrook.edu>
15490         * viper-ex.el: Patch by Samuel Padgett. Copyright papers received.
15491         (viper-ex-print-buf-name): New variable.
15492         (viper-ex-print-buf): New variable.
15493         (ex-token-alist): Invoke ex-print on ":print" Ex commands.
15494         (ex-g-marks): New variable.
15495         (ex-print): New function.
15496         (ex-print-display-lines): New function.
15498         * viper.el (viper-set-hooks): Add window-setup-hook, which sets
15499         the cursor color.
15501         * ediff-util.el (ediff-cleanup-mess): Delete ctl window on exit
15502         when the window is not in its own frame.
15503         (ediff-clone-buffer-for-region-comparison): More robust window
15504         arrangement while prompting for regions to compare.
15505         (ediff-make-cloned-buffer): Use generate-new-buffer-name.
15506         (ediff-inferior-compare-regions): Deleted unused vars
15507         ctl-buf and quit-now.
15509 2002-04-15  Richard M. Stallman  <rms@gnu.org>
15511         * facemenu.el (facemenu-add-new-face): Use this only for faces.
15512         Delete arg MENU.
15513         (facemenu-add-new-color): New function.
15514         (facemenu-set-foreground, facemenu-set-background):
15515         Use facemenu-add-new-color.
15517 2002-04-15  Eli Zaretskii  <eliz@is.elta.co.il>
15519         * ediff-init.el (ediff-current-diff-face-A)
15520         (ediff-current-diff-face-B, ediff-current-diff-face-C)
15521         (ediff-current-diff-face-Ancestor, ediff-fine-diff-face-A)
15522         (ediff-fine-diff-face-B, ediff-fine-diff-face-C)
15523         (ediff-fine-diff-face-Ancestor, ediff-even-diff-face-A)
15524         (ediff-even-diff-face-B, ediff-even-diff-face-C)
15525         (ediff-even-diff-face-Ancestor, ediff-odd-diff-face-A)
15526         (ediff-odd-diff-face-B, ediff-odd-diff-face-C)
15527         (ediff-odd-diff-face-Ancestor): Add special color definitions for
15528         tty and MS-DOS displays.
15530 2002-04-15  Andrew Innes  <andrewi@gnu.org>
15532         * facemenu.el: Require wid-edit.
15534 2002-04-15  Miles Bader  <miles@gnu.org>
15536         * faces.el (highlight): Force foreground to be black on a tty, so
15537         this face is readable on a dark-background tty.
15538         * wid-edit.el (widget-field-face, widget-single-line-field-face):
15539         Likewise.
15541 2002-04-14  Kim F. Storm  <storm@cua.dk>
15543         * simple.el (pop-to-mark-command, push-mark-command): New commands.
15544         (set-mark-command): Use them.
15545         Enhanced functionality when command is repeated:
15546         - If first command set the mark (no prefix arg), repeat temporarily
15547         enables transient-mark-mode.
15548         - If first command jumped to mark off ring (with argument),
15549         repeat (with or without arg) jump to next mark off ring.
15550         - Use C-u C-u prefix to set mark after jump.
15551         (exchange-point-and-mark): Temporarily enable transient-mark-mode
15552         if prefix arg.
15554 2002-04-14  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
15556         * speedbar.el (speedbar-tag-hierarchy-method)
15557         (speedbar-toggle-updates, speedbar-toggle-images): Doc fixes.
15559 2002-04-14  Mike Williams  <mdub@bigfoot.com>
15561         * textmodes/sgml-mode.el (sgml-parse-tag-backward): Fix to work at
15562         beginning of buffer.
15564 2002-04-14  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
15566         * speedbar.el (speedbar-generic-item-info)
15567         (speedbar-sort-tags): Doc fix.
15568         (speedbar-add-supported-extension): Fix typo in interactive spec.
15570 2002-04-13  Colin Walters  <walters@verbum.org>
15572         * ibuffer.el (ibuffer-forward-line): Just skip header if we're
15573         only moving one line forward.
15574         (ibuffer-map-lines): Preserve point position even if we delete
15575         lines.  Only call mapping functions with buffer and mark
15576         arguments; the other two were unused.
15577         (ibuffer-redisplay, ibuffer-update): Always skip special areas.
15579         * ibuf-macs.el, ibuf-ext.el: Update callers of `ibuffer-map-lines'.
15581         * calc/calc-bin.el (math-format-radix-float): Use `when'.
15583         * calc/calc.el (math-format-number): Load `calc-ext' before we
15584         call `math-group-float'.
15586         * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
15587         Renamed from `gamegrid-add-score'.
15588         (gamegrid-add-score-insecure): Restored from the old
15589         `gamegrid-add-score'.
15590         (gamegrid-add-score): Just dispatch on `system-type' to one of the
15591         previous two functions.
15593 2002-04-13  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
15595         * iswitchb.el: Update commentary to include new function
15596         iswitchb-exclude-nonmatching.
15598 2002-04-12  John Wiegley  <johnw@gnu.org>
15600         * eshell/esh-ext.el (eshell-script-interpreter): Fix for CRLF
15601         operating systems to the regexp used to detect a script's interpreter.
15603 2002-04-12  Eli Zaretskii  <eliz@is.elta.co.il>
15605         * frame.el (frames-on-display-list): Use `equal' to compare the
15606         `display' frame parameter to the argument DISPLAY.
15608 2002-04-12  Dave Love  <fx@gnu.org>
15610         * help.el (string-key-binding): Deal with margin events.
15612 2002-04-12  Francesco Potort\e,Al\e(B  <pot@gnu.org>
15614         * comint.el (comint-password-prompt-regexp): Match " SMB password".
15616 2002-04-11  Stefan Monnier  <monnier@cs.yale.edu>
15618         * sort.el (sort-reorder-buffer): Don't assume point-min == 1.
15620         * xt-mouse.el (xterm-mouse-mode): Use define-minor-mode.
15622         * emacs-lisp/lucid.el (device-class, buffer-syntactic-context)
15623         (buffer-syntactic-context-depth): New funs.
15625         * emacs-lisp/edebug.el (edebug-eval-defun): Don't use defconst
15626         on variables.
15628         * emacs-lisp/debug.el (debug-on-entry): Use push.
15629         (debugger-make-xrefs): Don't assume point-min == 1.
15631         * progmodes/cc-engine.el (c-backward-to-start-of-if):
15632         Don't assume point-min == 1.
15634         * progmodes/etags.el (etags-verify-tags-table, etags-snarf-tag)
15635         (etags-list-tags, etags-tags-apropos, select-tags-table):
15636         Don't assume point-min == 1.
15638 2002-04-12  Mike Williams  <mdub@bigfoot.com>
15640         * textmodes/sgml-mode.el (sgml-guess-indent): New function.
15642 2002-04-11  Stefan Monnier  <monnier@cs.yale.edu>
15644         * textmodes/fill.el (fill-context-prefix): Fix up last change.
15646         * simple.el (line-move): Use memq rather than or.
15647         (transpose-sexps): Don't presume as much of forward-sexp's behavior.
15648         (do-auto-fill): Use fill-move-to-break-point.
15649         (syntax-code-table): Remove.
15651         * textmodes/fill.el (canonically-space-region): Obey sentence-end.
15652         Don't add spaces at end of sentences at end of line.
15653         (fill-move-to-break-point): Make sure the result is always greater
15654         than linebeg, so we ensure forward progress.
15655         (fill-region-as-paragraph): Compare to `to' rather than eobp.
15656         (fill-paragraph): Don't rebind fill-paragraph-function.
15658 2002-04-11  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
15660         * menu-bar.el (menu-bar-adv-search-menu): Add incremental search.
15662 2002-04-11  Andreas Schwab  <schwab@suse.de>
15664         * files.el (file-name-non-special): Handle return value of t from
15665         `file-name-completion'.
15667 2002-04-10  Stefan Monnier  <monnier@cs.yale.edu>
15669         * textmodes/fill.el (fill-context-prefix): Match the two prefixes
15670         differently to avoid pathological exponential-time case.
15671         (adaptive-fill-regexp): Add ! and %.
15672         (fill-delete-prefix): Remove indentation while removing prefix.
15673         (fill-delete-newlines): Obey sentence-end.
15674         (fill-move-to-break-point, fill-newline): New functions extracted
15675         from fill-region-as-paragraph.
15676         (fill-region-as-paragraph): Use them.
15677         Don't fiddle with fill-indent-according-to-mode.
15679 2002-04-10  Colin Walters  <walters@verbum.org>
15681         * play/snake.el (snake-score-file): Default to just "snake-scores".
15683         * play/tetris.el (tetris-score-file): Likewise.
15685         * play/gamegrid.el (gamegrid-add-score): Rewrite from scratch to
15686         use `update-game-score'.
15688         * ibuffer.el (ibuffer-canonicalize-state-list): Delete unused function.
15689         (ibuffer-current-buffers-with-marks): Don't call `buffer-list'
15690         ourselves; take it as an argument.  Caller updated.
15691         (ibuffer-mode): Make mode-class special.
15693 2002-04-10  Richard M. Stallman  <rms@gnu.org>
15695         * dired.el (dired-view-command-alist): New variable.
15696         (dired-view-file): Use external viewers for some files names.
15698         * mouse.el (mouse-drag-region-1): Display region highlight
15699         only in the selected window.
15701         * subr.el (remove-hook): When there are no more local hooks,
15702         kill the buffer-local value.
15704         * isearch.el (isearch-mode): Don't call make-frame-visible
15705         if frame is already visible.
15707         * cus-face.el (custom-face-attributes): Fix typo in `ultra-bold'.
15709 2002-04-09  Emmanuel Briot  <briot@act-europe.fr>
15711         * progmodes/ada-prj.el: Add support for the new project file
15712         fields: gnatfind-opt, debug-pre-cmd and debug-post-cmd.
15713         Fix widget handling for Emacs 21.  ada-mode now only supports a single
15714         active project file, instead of one per buffer.  This is far less
15715         confusing.
15717         * progmodes/ada-stmt.el: Menu changed from Statements to Templates.
15718         (ada-func-or-proc-name): Get real subprogram name, after change in
15719         ada-mode.el.
15721         * progmodes/ada-xref.el: Ada-mode no longer supports a different
15722         project file per buffer.  This was too complex.  Instead, there is
15723         now a single active project file at any given time, and the user
15724         can switch the active one through the Ada menu.  This revision
15725         also provides better handling of the Windows command line, and the
15726         various available shells on that platform.  ada-mode is now fully
15727         integrated with the GNU visual debugger gvd, see
15728         http://libre.act-europe.fr.
15729         (ada-prj-default-comp-opt): Use the new GNAT switch -gnatQ.
15730         This is only available with GNAT 3.14.
15731         (ada-prj-gnatfind-switches, ada-cd-command): New variable.
15732         (ada-quote-cmd): New function.
15733         (ada-initialize-runtime-library): Get the location of the actual
15734         runtime the compiler will be using, including support for
15735         cross-platform environments.
15736         (ada-treat-cmd-string): Add support for the new variable
15737         ${full_current} add support for debug-pre-cmd and debug-post-cmd,
15738         two commands to run just prior to running the debugger, and just
15739         after starting it.  This provide better support for cross-platform
15740         and remote debugging.
15741         (ada-get-absolute-dir): Remove, replace with expand-file-name.
15742         (ada-gdb-application): New parameter executable-name.
15743         (ada-get-ali-file-name): Better handling of separate packages.
15744         Checkin on behalf of the ada-mode maintainer.
15746         * progmodes/ada-mode.el (ada-case-exception-file)
15747         (ada-indent-handle-comment-special): New variables.
15748         (ada-case-exception-substring): New variable.  Casing exceptions
15749         can now also be defined for substrings, in addition to full
15750         identifier names.  This provides more flexibility.
15751         (ada-align-list): New fun, provide support for align.el in ada-mode.
15752         (ada-procedure-start-regexp): Add support for operators and
15753         generic formal subprograms and packages.
15754         (ada-imenu-comment-re): New variable.
15755         (ada-imenu-generic-expression): Add support for protected types.
15756         (ada-mode): Set comment-start only after running ada-mode-hook, so
15757         that the user can change ada-comment-start in the hook.
15758         Add support for ispell in comments.  Add support for align.el.
15759         (ada-save-exception-file, ada-create-case-exception-substring)
15760         (ada-adjust-case-substring): New functions.
15761         (ada-get-current-indent): Properly handles keywords with uppercases.
15762         (ada-goto-matching-end): Rewritten, fixes problems in the handling
15763         of nested blocks.
15764         (ada-untab-hard): Do not touch the contents of comments and strings.
15766 2002-04-09  Mike Williams  <mdub@bigfoot.com>
15768         * textmodes/sgml-mode.el (sgml-lexical-context):
15769         Use sgml-parse-tag-backward to find start point.
15770         (sgml-looking-back-at): Doc fix.
15772 2002-04-09  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
15774         * isearch.el (isearch-message-prefix): Use minibuffer-prompt face
15775         for prompt.
15777 2002-04-08  Stefan Monnier  <monnier@cs.yale.edu>
15779         * autorevert.el (auto-revert-mode, global-auto-revert-mode):
15780         Use define-minor-mode.
15781         (auto-revert-buffers): Use with-current-buffer.
15782         Avoid changing the minor modes.
15784         * international/iso-acc.el (iso-accents-accent-key): Use `vector'
15785         rather than char-to-string since last-input-char can be any event.
15787         * international/titdic-cnv.el (tit-dictionary):
15788         Use defvar for non-constants.
15790         * progmodes/cwarn.el (global-cwarn-mode): Use define-minor-mode.
15791         (global-cwarn-mode): Use easy-mmode-define-global-mode.
15792         (cwarn-font-lock-keywords): New function.
15793         Replaces cwarn-font-lock-remove-keywords cwarn-font-lock-add-keywords.
15794         (cwarn-font-lock-match): New macro.
15795         (cwarn-font-lock-match-assignment-in-expression)
15796         (cwarn-font-lock-match-dangerous-semicolon)
15797         (cwarn-font-lock-match-reference): Use it.
15799         * progmodes/cperl-mode.el (cperl-make-face, cperl-force-face):
15800         Use defvar rather than defconst since it's meant to be settable.
15801         (cperl-syntax-done-to): Don't hardcode 1 as (point-min).
15802         (cperl-fix-line-spacing): Add missing \ in [ t].
15804         * loadup.el: Call ucs-unify-8859 directly rather than
15805         unify-8859-on-encoding-mode.
15806         (fns-*.el): Don't use it anymore.  Keep the load-history in purespace.
15808         * textmodes/sgml-mode.el (sgml-comment-indent-new-line): New fun.
15809         (sgml-mode): Use it for comment-line-break-function.
15811 2002-04-08  Jason Rumney  <jasonr@gnu.org>
15813         * international/mule-cmds.el (reset-language-environment):
15814         Handle coding-systems not being defined yet.
15816 2002-04-08  Sam Steingold  <sds@gnu.org>
15818         * vc-cvs.el (vc-cvs-valid-version-number-p): New function.
15819         (vc-cvs-checkin): Use it.
15821 2002-04-08  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
15823         * files.el (display-time-string): Fix last change.
15825 2002-04-07  Sam Steingold  <sds@gnu.org>
15827         * vc-cvs.el (vc-cvs-checkin): Pass the required argument to `error'.
15829 2002-04-07  Jason Rumney  <jasonr@gnu.org>
15831         * international/mule-cmds.el (set-default-coding-systems)
15832         (reset-language-environment): Preserve eols on
15833         default-process-coding-system.
15834         (coding-system-change-text-conversion): Fix case where CODING is nil.
15836 2002-04-07  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
15838         * subr.el (play-sound): Move here from simple.el.
15840         * simple.el (play-sound): Move to subr.el.
15842 2002-04-06  Richard M. Stallman  <rms@gnu.org>
15844         * files.el (display-time-string-forms): Mark as risky.
15846         * enriched.el (enriched-decode-foreground, enriched-decode-background):
15847         Use proper format for desired elts of `face' property.
15848         Don't test display-color-p; make the properties unconditionally.
15850         * progmodes/compile.el (compilation-error-regexp-alist):
15851         New alternatives for FILE:LINE.COL and for ranges of columns and lines.
15853 2002-04-06  Per Abrahamsen  <abraham@dina.kvl.dk>
15855         * progmodes/cc-vars.el (c-block-comment-prefix): Specify :value
15856         for customization type.
15857         Reported by Mattias Fredsberg <mattias.fredsberg@active-tv.com>.
15859 2002-04-06  Mike Williams  <mdub@bigfoot.com>
15861         * textmodes/xml-lite.el: Remove.
15863 2002-04-05  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
15865         * simple.el (play-sound): New function (uses play-sound-internal).
15867 2002-04-04  Richard M. Stallman  <rms@gnu.org>
15869         * files.el (mode-line-format, mode-line-modified)
15870         (mode-line-mule-info, mode-line-buffer-identification)
15871         (mode-line-modes, mode-line-position): Explicitly mark as risky.
15872         (hack-one-local-variable): Don't recognize "mode-line-..." as risky.
15874         * calendar/solar.el (solar-northern-spring-or-summer-season): Doc fix.
15876         * mail/mailabbrev.el (mail-abbrev-make-syntax-table):
15877         Use (syntax-table), not old-syntax-table.
15879         * enriched.el (enriched-decode-foreground)
15880         (enriched-decode-background): Don't call facemenu-get-face.
15882 2002-04-04  Mike Williams  <mdub@bigfoot.com>
15884         * textmodes/sgml-mode.el: Add missing require.
15885         (sgml-lexical-context): Fix up CDATA detection for boundary cases.
15887 2002-04-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
15889         * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line): Move to
15890         spot indicated by text property `cvs-goal-column', if present.
15892         * pcvs-info.el (cvs-fileinfo-pp): Use text property
15893         `cvs-goal-column' to indicate position of file name (if present).
15895 2002-04-03  Richard M. Stallman  <rms@gnu.org>
15897         * mail/mailabbrev.el (mail-abbrev-complete-alias):
15898         Call mail-abbrev-make-syntax-table.
15900         * format.el (format-deannotate-region): Doc fix.
15902         * enriched.el (enriched-face-ans): Delete special treatment
15903         for fg:... and bg:... faces.
15904         (enriched-decode-foreground): Return a list that specifies
15905         the foreground color, rather than creating a face.
15906         (enriched-decode-background): Likewise.
15908         * shell.el (shell-mode): Don't reinit comint-input-ring
15909         if that was already done.
15911 2002-04-03  Edward M. Reingold  <reingold@emr.cs.iit.edu>
15913         * solar.el (solar-spring-or-summer-season): Delete.
15914         (solar-northern-spring-or-summer-season): New variable.
15915         (solar-sunrise-and-sunset, solar-moment, solar-sunrise-sunset):
15916         Rewrite.
15918         * solar.el (diary-sabbath-candles-minutes): New variable.
15919         (diary-sabbath-candles): Use it instead of fixed 18 minutes.
15921         * calendar.el (update-calendar-mode-line): Force mode-line update.
15922         Make date under the cursor available as `date' in
15923         calendar-mode-line-format.
15924         Eval items in calendar-mode-line-format list.
15926         * cal-tex.el (cal-tex-hook, cal-tex-year-hook, cal-tex-month-hook)
15927         (cal-tex-week-hook, cal-tex-daily-hook): Add doc strings.
15929         * cal-tex.el (cal-tex-latexify-list): Fix doc string.
15931         * cal-tex.el (cal-tex-insert-day-names): LaTeXify day names.
15932         (cal-tex-cursor-week-iso, cal-tex-week-hours, cal-tex-weekly4-box)
15933         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
15934         (cal-tex-daily-page, cal-tex-mini-calendar): LaTeXify day names.
15936         * cal-tex.el: Change all instances (interactive "P") to
15937         (interactive "p").
15938         (cal-tex-cursor-month): Add hfill and newline at end of month that
15939         ended on Saturday.
15940         (cal-tex-preamble): Change to LaTeX2e.
15941         (cal-tex-cursor-filofax-year): Don't use default month names in
15942         LaTeX macros in case user changes them.
15943         (cal-tex-month-name): New function.  Used throughout in case user
15944         has done something funny with month names.
15946         * cal-hebrew.el (holiday-rosh-hashanah-etc): Spelling correction.
15947         (diary-rosh-hodesh): Spelling correction.
15949 2002-04-03  Mike Williams  <mdub@bigfoot.com>
15951         * textmodes/sgml-mode.el (sgml-lexical-context)
15952         (sgml-parse-tag-backward): Extend support for CDATA to include
15953         conditional sections.
15955 2002-04-03  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
15957         * cus-start.el: Rename `autoselect-window' to
15958         `mouse-autoselect-window'.
15960 2002-04-02  Richard M. Stallman  <rms@gnu.org>
15962         * files.el (hack-one-local-variable):
15963         Clear text props from string value.
15965 2002-04-02  Stefan Monnier  <monnier@cs.yale.edu>
15967         * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
15968         (f90-procedures-re, f90-operators-re, f90-hpf-keywords-re):
15969         Use regexp-opt.
15970         (f90-keywords-re, f90-keywords-level-3-re): Add `pure' and `elemental'
15971         from F95.
15972         (f90-procedures-re): Add `null' and `cpu_time' from F95.
15973         (f90-font-lock-keywords-1): Minor reorganization so we don't need
15974         `override' any more.
15975         (f90-font-lock-keywords-3): Use `keep' rather than `override'.
15976         (f90-indent-subprogram): Use indent-region.
15977         (f90-break-line): Use indent-according-to-mode.
15979 2002-04-02  Mike Williams  <mdub@bigfoot.com>
15981         * textmodes/sgml-mode.el (sgml-close-tag): Rename from
15982         sgml-insert-end-tag. Simplify by using sgml-lexical-context.
15983         (sgml-get-context): Remove use of sgml-inside-tag-p.
15984         (sgml-inside-tag-p): Remove.
15985         (sgml-looking-back-at): Short-circuit at beg of buffer.
15986         (sgml-lexical-context, sgml-calculate-indent): Add support for
15987         CDATA sections.
15989 2002-04-01  Stefan Monnier  <monnier@cs.yale.edu>
15991         * help.el (help-key-description): New fun.
15992         (describe-key-briefly, describe-key): Use it and
15993         this-single-command-raw-keys plus new arg `untranslated'.
15995         * textmodes/sgml-mode.el (sgml-at-indentation-p, sgml-tag)
15996         (sgml-parse-tag-name, sgml-looking-back-at, sgml-parse-tag-backward)
15997         (sgml-inside-tag-p, sgml-get-context, sgml-show-context)
15998         (sgml-insert-end-tag): New funs taken from xml-lite.el.
15999         (sgml-calculate-indent): Use them.
16000         (sgml-slash-matching): Rename from sgml-slash.
16001         (sgml-slash): Copied from xml-lite and changed to use
16002         sgml-slash-matching and sgml-quick-keys.
16004         * international/mule-cmds.el (standard-keyboard-coding-systems):
16005         Add koi8-u and koi8-r.
16007         * eshell/.cvsignore: New file.
16009         * eshell/esh-groups.el: Remove.
16011         * progmodes/tcl.el: Change maintainer.
16012         (tcl-electric-hash-style): Change default to nil.
16013         (tcl-imenu-generic-expression): Use tcl-proc-regexp.
16014         (tcl-do-auto-fill): Remove.
16015         (tcl-auto-fill-mode): Rewrite using comment-auto-fill-only-comments.
16017 2002-04-01  Mike Williams  <mdub@bigfoot.com>
16019         * textmodes/sgml-mode.el: Doc fixes.
16020         (sgml-mode): Set indent-line-function to sgml-indent-line.
16021         (sgml-calculate-indent): Add an explicit check for 'text syntax,
16022         to protect against future enhancements to sgml-lexical-context.
16023         (sgml-empty-tag-p, sgml-unclosed-tag-p): New funcs.
16025         * textmodes/xml-lite.el: Removed much redundant stuff.
16026         (xml-lite-parse-tag-backward): Simplify parsing by assuming we
16027         always start within text. Make use of sgml-unclosed-tag-p.
16029 2002-04-01  Ville Skytt\e,Ad\e(B  <ville.skytta@xemacs.org>
16031         * tcl.el (tcl-imenu-generic-expression): New value.
16032         (tcl-imenu-create-index-function): Function deleted.
16033         (tcl-mode): Check for filladapt-mode.
16034         Use tcl-imenu-generic-expression instead of
16035         tcl-imenu-create-index-function.
16036         (inferior-tcl-mode): Doc fix.
16037         Change not legally significant.
16039 2002-04-01  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
16041         * cus-start.el: Rename `x-autoselect-window' to `autoselect-window'.
16043         * window.el (handle-select-window): New function.
16044         Update copyright.
16046 2002-04-01  Richard M. Stallman  <rms@gnu.org>
16048         * info.el (info-tool-bar-map): Use tool-bar-local-item-from-menu.
16050         * toolbar/tool-bar.el (tool-bar-local-item): Renamed from
16051         tool-bar-add-item, and new arg MAP.
16052         (tool-bar-add-item): Now calls tool-bar-local-item.
16053         (tool-bar-local-item-from-menu): Renamed from
16054         tool-bar-add-item-from-menu, and new arg IN-MAP.
16055         (tool-bar-add-item-from-menu): Now calls tool-bar-local-item-from-menu.
16057         * help-fns.el (help-with-tutorial): Allow various ways
16058         to specify the text in the [...] line, in handling the <...> line.
16060         * progmodes/idlw-rinfo.el (idlwave-system-routines):
16061         WOLRDTITLE => WORLDTITLE.  SUPRESS_VALUE => SUPPRESS_VALUE.
16063         * subr.el (redraw-modeline): Define alias.
16065 2002-03-31  Richard M. Stallman  <rms@gnu.org>
16067         * files.el (file-expand-wildcards): Use save-match-data.
16069         * files.el (format-alist): Mark as risky.
16071         * simple.el (kill-new): Doc fix.
16073         * emacs-lisp/byte-opt.el (side-effect-free-fns)
16074         (side-effect-and-error-free-fns): Add many functions, remove some.
16076 2002-03-30  Richard M. Stallman  <rms@gnu.org>
16078         * menu-bar.el (menu-bar-tools-menu): Rename gdb item to say GDB.
16080 2002-03-30  Eli Zaretskii  <eliz@gnu.org>
16082         * font-lock.el (save-buffer-state): Fix last change.
16084         * files.el (auto-save-file-name-transforms): Fix last change.
16086         * startup.el (command-line): Fix last change.
16088 2002-03-29  Richard M. Stallman  <rms@gnu.org>
16090         * subr.el (play-sound-file): Moved to simple.el.
16092         * simple.el (play-sound-file): Moved from subr.el, made unconditional.
16094 2002-03-29  Colin Walters  <walters@verbum.org>
16096         * ibuffer.el (ibuffer-mark-interactive): Use `ibuffer-forward-line'
16097         instead of `forward-line'.
16098         (ibuffer-forward-line): Be sure to skip over special properties
16099         before moving, too.
16101         * calc/calc.el (calc-was-split): Var deleted.
16102         (calc): Remove reference to it.
16103         (calc): Ditto.
16104         (calc-quit): Ditto.
16105         (calc-init-base): Ditto.
16107         * calc/calc-misc.el (calc-delete-windows-keep): Function deleted.
16109 2002-03-29  Stefan Monnier  <monnier@cs.yale.edu>
16111         * textmodes/sgml-mode.el (sgml-lexical-context): Return (text . START)
16112         instead of nil when point is outside of any tag.
16113         (sgml-beginning-of-tag): Adjust to the change.
16114         (sgml-calculate-indent): Use the new info returned by
16115         sgml-lexical-context.  Try to handle unclosed tags.
16117         * textmodes/xml-lite.el (xml-lite-get-context): Don't stop parsing
16118         at unclosed tags unless it is at indentation.
16119         Kill nested unclosed tags.
16120         (xml-lite-calculate-indent, xml-lite-indent-line): Remove.
16121         (xml-lite-mode): Use sgml-indent-line instead.
16123 2002-03-29  Eli Zaretskii  <eliz@is.elta.co.il>
16125         * files.el (auto-save-file-name-transforms): Don't run "\\2" via
16126         expand-file-name.
16128         * startup.el (command-line): Recompute auto-save-file-name-transforms
16129         using the updated value of temporary-file-directory.
16131 2002-03-29  Stefan Monnier  <monnier@cs.yale.edu>
16133         * textmodes/xml-lite.el (xml-lite-get-context): Allow stopping
16134         even with an empty context.  Don't save excursion any more.
16135         Don't complain about unmatched start-tags in sgml-unclosed-tags.
16136         Ignore end-tags in sgml-empty-tags.
16137         (xml-lite-get-context, xml-lite-calculate-indent)
16138         (xml-lite-insert-end-tag): Save excursion around xml-lite-get-context.
16139         (xml-lite-indent-line): Use back-to-indentation.
16141         * textmodes/sgml-mode.el (sgml-basic-offset): New var.
16142         (sgml-name-re, sgml-attrs-re): New consts.
16143         (sgml-tag-name-re, sgml-start-tag-regex, sgml-font-lock-keywords-1)
16144         (sgml-mode): Use them.
16145         (sgml-lexical-context): Default to (point-min) if nothing else works.
16146         (sgml-calculate-indent): Indent slightly differently.
16147         (sgml-indent-line): Use back-to-indentation.
16148         (sgml-parse-dtd): New function.
16149         (sgml-unclosed-tags): New var.
16150         (html-mode): Set it.
16152 2002-03-29  Simon Marshall  <simon.marshall@misys.com>
16154         * font-lock.el (save-buffer-state): Use make-symbol to bind `modified'.
16156 2002-03-29  Richard M. Stallman  <rms@gnu.org>
16158         * dired-aux.el (dired-do-query-replace-regexp, dired-do-search):
16159         Use FILTER arg in dired-get-marked-files to exclude directories.
16160         (dired-nondirectory-p): New function.
16162         * dired.el (dired-get-marked-files): New arg FILTER
16163         allows selection of some files.
16165         * progmodes/tcl.el (tcl-imenu-create-index-function): Doc fix.
16167 2002-03-29  Eric M. Ludlam  <eric@siege-engine.com>
16169         * speedbar.el (speedbar-default-directory-list): Made robust
16170         against deleted directories.
16172 2002-03-28  Richard M. Stallman  <rms@gnu.org>
16174         * dired.el (dired-toggle-marks): Renamed from dired-do-toggle.
16175         Bindings changed.
16177         * progmodes/compile.el (compilation-handle-exit):
16178         If compilation-window-height is 0, display status in echo area.
16180         * simple.el (line-move-to-column): Don't call move-to-column if COL=0.
16182         * rect.el (replace-rectangle): Add autoload.
16184         * files.el: Mark many more variables as risky.
16185         (hack-one-local-variable): Recognize several additional
16186         patterns as risky.
16188         * bindings.el (mode-line-mule-info): Use :propertize, not :eval.
16190 2002-03-28  Stefan Monnier  <monnier@cs.yale.edu>
16192         * textmodes/xml-lite.el (xml-lite-in-string-p):
16193         Use sgml-lexical-context.
16194         (xml-lite-parse-tag-backward): Use sgml-tag-syntax-table.
16195         (xml-lite-get-context): Check that open/close tags match.
16196         Don't stop scanning while we're ignoring matching tags.
16198         * textmodes/sgml-mode.el (sgml-make-syntax-table): New fun.
16199         (sgml-mode-syntax-table): Use it.
16200         (sgml-tag-syntax-table, sgml-tag-name-re): New const.
16201         (sgml-tags-invisible): Use it.
16202         (sgml-lexical-context): New fun.
16203         (sgml-maybe-end-tag, sgml-beginning-of-tag): Use it.
16204         (sgml-quote): Accept \n as entity reference terminator.
16205         (sgml-calculate-indent, sgml-indent-line): New funs.
16207 2002-03-28  Andre Spiegel  <spiegel@gnu.org>
16209         * vc-cvs.el (vc-cvs-global-switches): New user option.
16210         (vc-cvs-command): New function.  Update all callers of
16211         `vc-do-command' in vc-cvs.el to use this instead.
16213 2002-03-27  Andrew Innes  <andrewi@gnu.org>
16215         * makefile.w32-in (bootstrap-clean-SH): Use for loop, instead of
16216         relying on shell globbing.
16218 2002-03-27  Colin Walters  <walters@debian.org>
16220         * ibuffer.el (ibuffer-help-buffer-modes): New variable.
16221         (ibuffer-fontification-alist): Use it.
16222         (ibuffer-backward-line): Handle `ibuffer-summary' area.
16223         (ibuffer-forward-line): Ditto.
16225         * ibuf-ext.el (sorter mode-name): Doc fix.
16226         (ibuffer-mark-help-buffers): Use `ibuffer-help-buffer-modes'.
16227         (operation query-replace): Use new `noerror' arg for
16228         `query-replace-read-args'.
16229         (operation query-replace-regexp): Ditto.
16231 2002-03-27  Stefan Monnier  <monnier@cs.yale.edu>
16233         * textmodes/xml-lite.el: Fix copyright notice.
16234         (xml-lite-basic-offset): Rename from xml-lite-indent-offset.
16235         (xml-lite-indent-comment-offset): Remove.
16236         (xml-lite-calculate-indent): Use new name.  Use natural alignment
16237         for comments.
16238         (xml-lite-in-string-p): Simplify.
16240 2002-03-27  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
16242         * allout.el (outline-layout): Doc fix.
16244 2002-03-27  Stefan Monnier  <monnier@cs.yale.edu>
16246         * textmodes/xml-lite.el: Don't require `custom'.
16247         (xml-lite-parse-tag-name): Properly treat non-ASCII chars.
16248         (xml-lite-parse-tag-backward): Obey sgml-empty-tags.
16249         (xml-lite-get-context): Drop nested tags not just for comments.
16250         (xml-lite-indent-line): Be more careful about moving point.
16251         (xml-lite-insert-end-tag, xml-lite-slash):
16252         Use indent-according-to-mode instead of xml-lite-indent-line.
16253         (xml-lite-mode): Make xml-lite-orig-indent-line-function buffer-local.
16254         Set sgml-xml-mode.  Don't call force-mode-line-update.
16255         (xml-lite-mode-map): Don't bind TAB.
16257 2002-03-27  Zoltan Kemenczy  <zoltan@ieee.org>
16259         * gud.el (gud-jdb-sourcepath): New variable, saves jdb -sourcepath
16260         parameter value.
16261         (gud-jdb-build-source-files-list): Comment clarification.
16262         (gud-jdb-massage-args): Reworked into loop-based argument list
16263         processing in order to support -classpath and -sourcepath argument
16264         processing.
16265         (gud-jdb-find-source-using-classpath): Prepend gud-jdb-sourcepath
16266         to gud-jdb-classpath to obtain search list.
16267         (gud-jdb-parse-classpath-string): Remove any trailing slashes from
16268         directory names in classpath/sourcepath lists, update comment.
16269         (jdb): Add setting of gud-jdb-sourcepath, update comment.
16270         (gud-find-class): Add gud-jdb-sourcepath use, and correct
16271         behaviour for the case when classpath is not used--backward
16272         compatibility fix.
16274 2002-03-27  Eli Zaretskii  <eliz@is.elta.co.il>
16276         * Makefile.in (compile, compile-always): Don't try to compile
16277         non-existent files or files in empty directories.
16279 2002-03-26  Michael Ernst  <mernst@alum.mit.edu>
16281         * compare-w.el (compare-windows-whitespace): Match all whitespace.
16283         * emacs-lisp/shadow.el (list-load-path-shadows): Only ignore last
16284         copy of standard Lisp directories.
16286         * tar-mode.el (tar-header-block-summarize, tar-get-descriptor):
16287         Support "next has longname" link type.
16289 2002-03-26  Stefan Monnier  <monnier@cs.yale.edu>
16291         * textmodes/xml-lite.el (xml-lite-at-indentation-p): Move.
16292         (xml-lite-in-string-p, xml-lite-looking-back-at, xml-lite-looking-at):
16293         New functions.
16294         (forward-xml-tag, backward-xml-tag, beginning-of-xml-tag)
16295         (end-of-xml-tag): Remove.
16296         (xml-lite-get-context): Better handling of comments.
16297         (xml-lite-calculate-indent): Use xml-lite-in-string-p.
16298         (xml-lite-parse-tag-backward): Rewrite.
16300 2002-03-26  Juanma Barranquero  <lektu@terra.es>
16302         * makefile.w32-in (WINS): Add the toolbar directory.
16304 2002-03-26  Richard M. Stallman  <rms@gnu.org>
16306         * subr.el (substring-no-properties): Function deleted (now in C).
16308 2002-03-25  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
16310         * mwheel.el (mouse-wheel-mode): Use global-set-key and
16311         global-unset-key.
16313 2002-03-24  Richard M. Stallman  <rms@gnu.org>
16315         * mail/rmail.el (rmail-resend): Call mail-abbrev-make-syntax-table.
16317         * progmodes/etags.el (tags-query-replace): Pass t for NOERROR
16318         to query-replace-read-args.
16320         * progmodes/compile.el (compilation-forget-errors):
16321         Don't adjust compilation-parsing-end if it's nil.
16323         * replace.el (query-replace-read-args): New optional arg NOERROR.
16324         (perform-replace): Use save-window-excursion around recursive edit.
16326 2002-03-24  Colin Walters  <walters@verbum.org>
16328         * ibuffer.el (ibuffer): If the user has `ibuffer-use-other-window'
16329         non-nil, then always use another window.
16331 2002-03-24  Gerd Moellmann  <gerd@gnu.org>
16333         * subr.el (macro-declaration-function): New function.  Set the
16334         variable macro-declaration-function to it.
16336         * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
16337         Handle declarations in macro definitions.
16339 2002-03-24  Eli Zaretskii  <eliz@is.elta.co.il>
16341         * facemenu.el (facemenu-get-face): Remove unused variable `foreground'.
16343         * enriched.el (enriched-face-ans): Support FACE of the form
16344         (:foreground COLOR) and (:background COLOR).
16345         (enriched-decode-foreground, enriched-decode-background): Set the
16346         fore- and background colors of the faces we create, since facemenu
16347         doesn't.
16349 2002-03-24  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
16351         * mwheel.el (mouse-wheel-mode): Use the result of
16352         current-global-map instead of the variable `global-map'.
16354 2002-03-23  Richard M. Stallman  <rms@gnu.org>
16356         * mail/mailabbrev.el (mail-abbrev-make-syntax-table): New subroutine
16357         broken out of sendmail-pre-abbrev-expand-hook.
16358         (sendmail-pre-abbrev-expand-hook): Use it.
16360 2002-03-22  Stefan Monnier  <monnier@cs.yale.edu>
16362         * Makefile.in (finder-inf.el): Remove.
16363         (finder-data): Don't depend on finder-inf.el any more.
16364         (compile, compile-always): Handle the case where some files
16365         from DONTCOMPILE are missing (it tried to compile them).
16366         (bootstrap-clean): Use src/emacs only if executable.
16367         (bootstrap): Update subdirs.el and finder-inf.el.
16369         * finder.el: Don't load finder-inf.el during byte-compilation.
16371         * vc-cvs.el (vc-cvs-registered, vc-cvs-dir-state-heuristic):
16372         Don't consider cvs-removed files as under VC control.
16373         VC wouldn't handle them properly anyway and it confuses
16374         vc-file-not-found-hook.
16376         * emacs-lisp/bytecomp.el (batch-byte-compile-if-not-done):
16377         Add autoload cookie.
16379 2002-03-22  Eli Zaretskii  <eliz@is.elta.co.il>
16381         * calendar/calendar.el (calendar): Doc fix.
16383 2002-03-22  Juanma Barranquero  <lektu@terra.es>
16385         * play/gomoku.el (gomoku-font-lock-O-face): Convert to use `defface'.
16386         (gomoku-font-lock-X-face): Likewise.
16387         (gomoku-font-lock-keywords): Use faces instead of variables.
16389 2002-03-21  Stefan Monnier  <monnier@cs.yale.edu>
16391         * Makefile.in (bootstrap): Make sure subdirs.el is ready.
16393 2002-03-21  Kim F. Storm  <storm@cua.dk>
16395         * simple.el (open-network-stream, open-network-stream-nowait)
16396         (open-network-stream-server): Use featurep to test for
16397         supported networking features.
16399 2002-03-21  Thien-Thi Nguyen  <ttn@gnu.org>
16401         * mail/emacsbug.el (report-emacs-bug-hook): Remove submitter
16402         directions as the last action.
16404 2002-03-21  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
16406         * startup.el (fancy-splash-tail, normal-splash-screen):
16407         Update copyright.
16409         * novice.el (disabled-command-hook): Clarify output text to match
16410         prompt.
16412 2002-03-20  Jason Rumney  <jasonr@gnu.org>
16414         * frame.el (display-images-p): Do not explicitly check display type.
16416 2002-03-20  pmr-sav  <pmr-sav@hamm.pajato.com>
16418         * mail-utils.el:
16419         Eliminate compilation warnings due to `rfc822-addresses'.
16420         (rmail-dont-reply-to): Eliminate `pos' as a free variable for a
16421         warning free compile.
16423 2002-03-20  Michael Kifer  <kifer@cs.stonybrook.edu>
16425         * ediff-diff.el (ediff-install-fine-diff-if-necessary):
16426         Take the current highlighting style into account.
16427         (ediff-forward-word-function,ediff-whitespace,ediff-word-1)
16428         (ediff-word-2,ediff-word-3,ediff-word-4): Make them buffer local.
16430         * ediff-init.el (ediff-patch-job): New macro.
16432         * ediff-mult.el (ediff-make-new-meta-list-header): New API function.
16433         (ediff-intersect-directories): Use ediff-make-new-meta-list-header.
16435         * ediff-ptch.el (ediff-map-patch-buffer):
16436         Use ediff-make-new-meta-list-header.
16437         (ediff-fixup-patch-map): Use the meta-list API from ediff-mult.el.
16439         * ediff-util.el (ediff-toggle-hilit): Fix toggling of highliting.
16440         (ediff-select-difference): Take highlighting style into account.
16441         (ediff-clone-buffer-for-region-comparison): New function.
16442         (ediff-inferior-compare-regions): Added comparison of current diff
16443         regions.
16445         * ediff.el (ediff-clone-buffer-for-region-comparison)
16446         (ediff-clone-buffer-for-window-comparison): Moved to ediff-util.el.
16448 2002-03-19  pmr-sav  <pmr-sav@hamm.pajato.com>
16450         * mail-utils.el (rmail-dont-reply-to):
16451         Overhaul to correctly apply the regular
16452         expressions in the variable `rmail-dont-reply-to-names' to the list of
16453         destination addresses.  Contributed by lorentey@elte.hu.
16455         * rmail.el (rmail-dont-reply-to-names):
16456         Modify the documentation to make it email
16457         address centric rather than login name centric.  Contributed by
16458         lorentey@elte.hu.
16460 2002-03-18  Colin Walters  <walters@verbum.org>
16462         * ibuf-ext.el (ibuffer-toggle-sorting-mode): Remove `find-if' so
16463         we don't require `cl' at runtime.
16464         (sorting mode mode-name): Don't take the symbol-name of a string.
16466         * ibuffer.el (ibuffer-set-mark): Go back to the beginning of the
16467         line after setting the mark.
16468         (ibuffer-insert-buffers-and-marks): Invert the test for
16469         `ibuffer-sorting-reversep'.
16471 2002-03-18  Stefan Monnier  <monnier@cs.yale.edu>
16473         * international/ucs-tables.el (unify-8859-on-decoding-mode)
16474         (unify-8859-on-encoding-mode): Remove autoload cookie.
16476 2002-03-18  Andre Spiegel  <spiegel@gnu.org>
16478         * vc-rcs.el (vc-rcs-register): Fix handling of
16479         vc-[rcs-]register-switches.
16480         (vc-rcs-checkin-switches, vc-rcs-checkout-switches):
16481         Variables removed, since they weren't used yet.
16483         * vc-cvs.el (vc-cvs-register): Fix handling of
16484         vc-[cvs-]register-switches.
16486         * vc-sccs.el (vc-sccs-register): Fix handling of
16487         vc-[sccs-]register-switches.
16489 2002-03-18  Stefan Monnier  <monnier@cs.yale.edu>
16491         * loadup.el ("emacs-lisp/backquote"): Load earlier.
16492         ("international/ucs-tables"): Load and turn on
16493         unify-8859-on-encoding-mode unconditionally.
16494         (emacs-version): Use `defconst' rather than `setq'.
16496         * eshell/esh-ext.el (eshell-binary-suffixes): Use exec-suffixes.
16498 2002-03-18  Richard M. Stallman  <rms@gnu.org>
16500         * menu-bar.el (menu-bar-options-menu): Cope if
16501         text-mode-hook is not a list.
16503 2002-03-17  Richard M. Stallman  <rms@gnu.org>
16505         * emulation/pc-select.el (pc-selection-mode):
16506         Alter the existing global map, don't replace it.
16508         * files.el (list-directory): Set default-directory at the end.
16510         * dabbrev.el (dabbrev--goto-start-of-abbrev):
16511         Put a limit on field-beginning search.
16513 2002-03-17  Simon Josefsson  <jas@extundo.com>
16515         * net/browse-url.el (browse-url-mosaic-pidfile): New variable.
16516         (browse-url-mosaic): Use it.
16518         * net/browse-url.el (browse-url-filename-alist): Don't begin
16519         docstring with *, you don't want to set this one with M-x set-variable.
16521         * net/browse-url.el: Put * in user option doc strings.
16523 2002-03-17  Stefan Monnier  <monnier@cs.yale.edu>
16525         * textmodes/sgml-mode.el (sgml-xml-mode): Renamed from sgml-xml.
16526         (sgml-xml-guess): Simplify.
16527         (sgml-mode-common): Remove (move into sgml-mode).
16528         (sgml-mode): Add code from sgml-mode-common.
16529         Remove redundant setting of indent-line-function.
16530         Don't set skeleton-transformation when in XML mode.
16532         * international/mule-diag.el (describe-char-after):
16533         Use `internal-describe-syntax-value' again (got lost somewhere).
16535         * international/ucs-tables.el (ucs-unify-8859, ucs-fragment-8859):
16536         Use unify-8859-on-decoding-mode.
16537         (unify-8859-on-decoding-mode): Also set translation-table-for-input.
16538         (ucs-insert): Give an error if the unicode char can't be created.
16540         * pcvs-parse.el (cvs-parse-table): Be a bit more lenient.
16541         (cvs-parse-status): Handle the "used to have a conflict" marker.
16543 2002-03-17  Kim F. Storm  <storm@cua.dk>
16545         The following changes are related to the enhanced network process
16546         support.
16548         * simple.el: Update copyright.
16549         (clone-process): Use make-network-process to clone network
16550         processes.  Get command list via (process-contact ... t).
16551         Use set-process-query-on-exit-flag and process-query-on-exit-flag
16552         instead of process-kill-without-query.
16553         (open-network-stream): Replaces C-version from process.c.
16554         (open-network-stream-nowait, open-network-stream-server): New funs.
16555         (process-kill-without-query): Replaces C-version from process.c.
16557         * files.el: Update copyright.
16558         (save-buffers-kill-emacs): Also check for active server
16559         processes.  Use process-query-on-exit-flag.  Only list processes
16560         which has the query-on-exit flag set in connection with user query.
16562         * shadowfile.el: Update copyright.
16563         (shadow-save-buffers-kill-emacs): Also check for active server
16564         processes.  Use process-query-on-exit-flag.
16566 2002-03-16  Simon Marshall  <simon.marshall@misys.com>
16568         * imenu.el (imenu-menubar-modified-tick): Renamed from
16569         imenu-update-menubar-modified-tick.
16570         (imenu-update-menubar): Update imenu-menubar-modified-tick
16571         whenever outer condition succeeds.
16573         * lazy-lock.el (save-buffer-state):
16574         Bind inhibit-modification-hooks and buffer-file-truename
16575         instead of before-change-functions and after-change-functions.
16577 2002-03-16  Eli Zaretskii  <eliz@is.elta.co.il>
16579         * international/codepage.el (codepage-setup): Don't define a
16580         codepage if it is already defined.
16582         * textmodes/po.el (po-content-type-charset-alist): Convert the
16583         car of each association to a string.
16584         (po-find-file-coding-system-guts): If the charset matches a name
16585         of a codepage, set up that codepage and return it as a coding
16586         system to decode the file.
16587         (po-find-charset): Search for the Charset= header even if we've
16588         read less than 4KB.
16589         <top-level>: Remove the setup for all known codepages: it seems
16590         to cause crashes in the CCL driver.
16592 2002-03-16  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
16594         * textmodes/bibtex.el (bibtex-sort-ignore-string-entries)
16595         (bibtex-entry-field-alist): Doc fix.
16597 2002-03-16  Richard M. Stallman  <rms@gnu.org>
16599         * progmodes/cperl-mode.el (cperl-imenu--function-name-regexp-perl):
16600         Move definition above cperl-outline-regexp.
16602         * bindings.el (mode-line-mule-info): In computing help-echo prop,
16603         avoid using save-window-excursion.  And compile the function.
16605 2002-03-15  Stefan Monnier  <monnier@cs.yale.edu>
16607         * files.el (load-completion): New function.
16608         (load-library): Use it.
16610 2002-03-15  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
16612         * calendar/cal-french.el (calendar-goto-french-date): Fix prompt
16613         to match the actual code.
16615 2002-03-15  Eli Zaretskii  <eliz@is.elta.co.il>
16617         * textmodes/po.el (po-find-file-coding-system-guts):
16618         Use with-temp-buffer instead of po-with-temp-buffer.
16620         * international/mule-conf.el (file-coding-system-alist): Add an
16621         association for PO files.
16623         * textmodes/po.el: New file.
16625 2002-03-15  Gerd Moellmann  <gerd@gnu.org>
16627         * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
16628         Fix simple loop indentation.
16630 2002-03-14  Miles Bader  <miles@gnu.org>
16632         * net/rlogin.el (rlogin-mode): Use `define-derived-mode'.
16634 2002-03-14  Richard M. Stallman  <rms@gnu.org>
16636         * textmodes/picture.el (picture-insert)
16637         (picture-clear-column, picture-draw-rectangle):
16638         Use move-to-column, not move-to-column-force.
16640         * dired.el (dired-readin): Clear out undo list.
16641         (dired-fun-in-all-buffers): Definition moved from dired-aux.el.
16642         (dired-delete-entry): New function.
16643         (dired-internal-do-deletions): Use dired-fun-in-all-buffers
16644         and dired-delete-entry, to update this buffer (and others).
16646         * dired-aux.el (dired-fun-in-all-buffers): Moved to dired.el.
16648         * facemenu.el (facemenu-add-new-face):
16649         Pass region args to facemenu-set-face, when there is a region.
16650         (facemenu-set-foreground, facemenu-set-background)
16651         (facemenu-add-face): Doc fixes.
16653         * progmodes/cperl-mode.el (cperl-outline-regexp): Move definition up.
16655 2002-03-14  Miles Bader  <miles@gnu.org>
16657         * emacs-lisp/debug.el: Require `button'.
16658         (debugger-mode-map): Set the parent keymap to `button-buffer-map',
16659         to get TAB and <backtab> bindings.
16661         * net/rlogin.el (rlogin-carriage-filter): Function removed.
16662         (rlogin): Don't install the `rlogin-carriage-filter' filter, as
16663         comint removes carriage returns itself now.
16665         * rfn-eshadow.el (rfn-eshadow-update-overlay):
16666         Bind `inhibit-point-motion-hooks' to t while messing around, to avoid
16667         getting hosed by our own intangible property.
16669 2002-03-13  Stefan Monnier  <monnier@cs.yale.edu>
16671         * progmodes/fortran.el (fortran-mode): Set comment-padding to "$$$".
16672         Add fortran-comment-line-start-skip to comment-start-skip.
16673         (fortran-comment-indent): Keep whole-line comments in column 0.
16674         (fortran-find-comment-start-skip): New arg `all'.
16675         If ALL is nil, make sure we only match comment-start-skip if we
16676         can't match fortran-comment-line-start-skip.
16677         Fix bug that made it return t but without moving point when
16678         matching '!'! (a false-comment followed by a real comment).
16679         (fortran-indent-comment): Use new `all' argument above.
16680         Be careful not to add an incorrect comment-starter like "C"
16681         in comment-column.
16682         (fortran-split-line): When splitting a comment, reuse the comment
16683         starter from the current line rather than fortran-comment-line-start.
16684         (fortran-indent-line, fortran-auto-fill): Simplify thanks to the
16685         cleaner behavior of fortran-find-comment-start-skip.
16686         (fortran-fill): Don't be confused by ! inside a comment.
16687         (fortran-break-line): Minor cleanup and simplification.
16689 2002-03-13  Francesco Potort\e,Al\e(B  <pot@gnu.org>
16691         * progmodes/etags.el (tag-exact-file-name-match-p)
16692         (tag-file-name-match-p, tag-partial-file-name-match-p): Use a
16693         simpler regexp.
16695 2002-03-12  Colin Walters  <walters@debian.org>
16697         * ibuffer.el (ibuffer-redisplay-current): Don't move point when
16698         redisplaying a line.
16700 2002-03-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
16702         * term/x-win.el (emacs-session-restore): Take previous id as
16703         an argument.
16704         (emacs-session-save): Add comment that return t means cancel shutdown
16706         * startup.el (command-line): Must check that x-session-previous-id
16707         is bound also, for non-X platforms.
16709 2002-03-12  Gerd Moellmann  <gerd@gnu.org>
16711         * emacs-lisp/cl-indent.el (lisp-loop-keyword-indentation)
16712         (lisp-loop-forms-indentation, lisp-simple-loop-indentation):
16713         New user options.
16714         (extended-loop-p, common-lisp-loop-part-indentation): New functions.
16715         (common-lisp-indent-function-1): Renamed from
16716         common-lisp-indent-function.
16717         (common-lisp-indent-function): Handle loop forms specially.
16718         (lisp-indent-defmethod): Use car/cdr instead of first/rest.
16719         (lisp-backquote-indentation): New user option.
16721 2002-03-12  Francesco Potort\e,Al\e(B  <pot@gnu.org>
16723         * progmodes/etags.el (tag-exact-file-name-match-p)
16724         (tag-file-name-match-p, tag-partial-file-name-match-p):
16725         Assume that the header of a tags section has either a number
16726         or nothing after the last comma.
16728 2002-03-11  Richard M. Stallman  <rms@gnu.org>
16730         * imenu.el (imenu-update-menubar-modified-tick): New variable.
16731         (imenu-update-menubar): Don't call imenu--make-index-alist
16732         if buffer has not changed since last time.
16734         * desktop.el (desktop-buffer-handlers): Doc fix.
16735         (desktop-buffer-file): Explicitly return BUF.
16737         * paren.el (show-paren-function): Move back in other direction
16738         to verify the match is correct.
16740         * mail/supercite.el (sc-select-attribution): Accept whatever value
16741         we get in CHOICE; there is no value meaning "try again".
16743 2002-03-11  Colin Walters  <walters@verbum.org>
16745         * shell.el (toplevel): Revert previous change to use pcomplete.
16746         (shell-mode): Ditto.
16747         (shell-pcomplete-setup-done): Remove.
16748         (shell-pcomplete): Ditto.
16749         (shell-pcomplete-reverse): Ditto.
16751         * comint.el: Remove documentation on setting up pcomplete.
16753 2002-03-11  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
16755         * font-lock.el (java-font-lock-extra-types): Add "URL" as separate
16756         item.  Doc fix.
16758         * image.el (image-type-from-file-header): Make temporary buffer
16759         unibyte.
16761         * subr.el (add-to-list): Doc fix.
16763 2002-03-11  Miles Bader  <miles@gnu.org>
16765         * pcomplete.el (pcomplete-entries): Expand environment variables
16766         in filename.
16768 2002-03-10  Daniel Pfeiffer  <occitan@esperanto.org>
16770         * play/mpuz.el: Use defface instead of facemenu-get-face.
16772 2002-03-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
16774         * startup.el (command-line): Add call to emacs-session-restore if
16775         both x-session-id and x-session-previous-id are strings.
16777         * term/x-win.el (x-handle-smid): New function.
16778         (emacs-session-filename): New function.
16779         (emacs-session-save): New function.
16780         (emacs-save-session-functions): New variable.
16781         (emacs-session-restore): New function.
16783 2002-03-09  Eli Zaretskii  <eliz@is.elta.co.il>
16785         * simple.el (shell-command-on-region): Call push-mark with
16786         non-nil second arg, to suppress the "Mark set" message.
16788 2002-03-08  Richard M. Stallman  <rms@gnu.org>
16790         * textmodes/picture.el (picture-forward-column): New arg `interactive'
16791         is non-nil for an interactive call.  Use instead of interactive-p.
16792         (picture-backward-column): Likewise.
16794         * tar-mode.el (tar-untar-buffer): New function.
16796         * info.el (Info-fontify-node): Bind up-clicks, not down-clicks.
16797         Put the mouse-face on the entire xref, like the local keymap.
16799         * find-dired.el (find-name-dired): Use shell-quote-argument.
16801 2002-03-08  Daniel Pfeiffer  <occitan@esperanto.org>
16803         * play/mpuz.el (mpuz-unsolved-face, mpuz-solved-face)
16804         (mpuz-trivial-face, mpuz-text-face, mpuz-solve-when-trivial)
16805         (mpuz-allow-double-multiplicator): New options for nicer look and
16806         new features.
16807         (mpuz-put-number-on-board, mpuz-paint-number, mpuz-solve): New funs.
16808         (mpuz-check-all-solved, mpuz-random-puzzle)
16809         (mpuz-paint-statistics, mpuz-paint-digit, mpuz-close-game)
16810         (mpuz-show-solution): Functions streamlined and removed french
16811         style space before punctuation, added face support and optional
16812         solving of trivial results.
16814 2002-03-07  Colin Walters  <walters@verbum.org>
16816         * ibuf-macs.el (define-ibuffer-column): Add :summarizer property.
16818         * ibuffer.el (ibuffer-update-mode-name): Substitute "view time"
16819         instead of "recency" for clarity.
16820         (ibuffer-compile-format): Document more.  Handle new "summarizer"
16821         columns.
16822         (ibuffer-fontify-region-function): Ditto.
16823         (ibuffer-insert-buffer-line): Ditto.
16824         (ibuffer-map-lines): Ditto.
16825         (ibuffer-insert-buffers-and-marks): Ditto.
16826         (ibuffer-update-title-and-summary): Renamed from
16827         `ibuffer-update-title'.  Handle "summarizer" columns.
16828         (ibuffer-clear-summary-columns): New function.
16830         * ibuf-ext.el (ibuffer-filter-format-alist): Add type and group.
16832 2002-03-07  Gerd Moellmann  <gerd@gnu.org>
16834         * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
16835         Use the other-window instead of the other-frame functions when
16836         the window is dedicated.
16838 2002-03-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
16840         * textmodes/bibtex.el (bibtex-make-field): Call bibtex-find-text
16841         with SILENT so that a new field can be added.
16843 2002-03-06  Eli Zaretskii  <eliz@is.elta.co.il>
16845         * files.el (make-auto-save-file-name): Make sure the produced file
16846         name does not contain characters that are invalid for DOS/Windows
16847         filesystems.
16849         * dos-fns.el, w32-fns.el (make-auto-save-file-name):
16850         Remove replacement functions.
16852 2002-03-06  Gerd Moellmann  <gerd@gnu.org>
16854         * font-lock.el (lisp-font-lock-keywords-2): Highlight keywords of
16855         the form `:x'.
16857         * vc.el (vc-branch-part): Add autoload cookie.  This function can
16858         be called from vc-rcs-find-most-recent-rev when visiting a file
16859         checked into RCS in a CVS sandbox.
16861 2002-03-06  Andreas Schwab  <schwab@suse.de>
16863         * progmodes/hideif.el: Augment expression parser to handle
16864         conditional expressions.
16865         (hif-token-regexp): Also match `?' and `:'.
16866         (hif-tokenize): Handle `?' and ':' as tokens.
16867         (hif-expr): Parse conditional expressions.
16868         (hif-or-expr): Parse `||' expressions.
16869         (hif-and-expr): Renamed from hif-term.
16870         (hif-conditional): New function to evaluate a conditional
16871         expression.
16873 2002-03-06  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
16875         * language/czech.el ("Czech"): Fix the documentation.
16877         * language/slovak.el ("Slovak"): Likewise.
16879 2002-03-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
16881         * xml.el (xml-parse-attlist): Accept empty strings.
16883 2002-03-05  Eli Zaretskii  <eliz@is.elta.co.il>
16885         * mouse.el (mouse-show-mark): Remove the no-highlight alternative:
16886         all terminals now support highlighting of some kind.
16888         * language/european.el (mac-roman): Fix the safe-chars property.
16890 2002-03-05  Andre Spiegel  <spiegel@gnu.org>
16892         * vc.el (vc-transfer-file): Use `make-temp-file'.
16893         (vc-default-update-changelog): Remove conditional use of
16894         `make-temp-name'.
16896         * vc-cvs.el (vc-cvs-diff-tree): Fix typo in parameter names.
16898 2002-03-05  Michael Kifer  <kifer@cs.stonybrook.edu>
16900         * ediff-init.el: Comments.
16902         * ediff-hook.el: Got rid of autoloads. Not needed, since the hook
16903         is loaded.
16905         * ediff-mult.el (ediff-intersect-directories)
16906         (ediff-prepare-meta-buffer,ediff-get-directory-files-under-revision):
16907         Cleanup.
16908         (ediff-draw-dir-diffs): Now supports the "C" command in directory
16909         difference buffer.
16910         (ediff-dir-diff-copy-file): New function that implements copying
16911         of files from one Ediff dir to another
16912         (ediff-bury-dir-diffs-buffer): Kills the buffer instead.
16913         (ediff-append-custom-diff): Better error msgs.
16915         * ediff-util.el (ediff-compute-custom-diffs-maybe): Buglet fix.
16916         (ediff-inferior-compare-regions): Use
16917         ediff-clone-buffer-for-region-comparison. Better and simpler interface.
16919         * ediff.el (ediff-directories-internal): Cleanup.
16920         (ediff-clone-buffer-for-region-comparison): Better interface.
16922 2002-03-04  Richard M. Stallman  <rms@gnu.org>
16924         * emacs-lisp/easy-mmode.el (define-minor-mode):
16925         Use "P" in interactive spec of minor mode commands.
16927 2002-03-04  Stefan Monnier  <monnier@cs.yale.edu>
16929         * faces.el (face-spec-choose): Allow `t' to appear before the end.
16930         (mode-line, tool-bar, minibuffer-prompt, region, fringe, bold, italic)
16931         (bold-italic, underline, highlight, secondary-selection, fixed-pitch)
16932         (variable-pitch, trailing-whitespace): Don't use the old-style entries.
16933         (mode-line-inactive, header-line): Move the `t' section to the
16934         beginning so the `:inherit' setting can be shared.
16936 2002-03-04  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
16938         * net/snmp-mode.el: Require tempo when compiling to prevent
16939         warnings.  Update copyright notice.
16941         * help.el (describe-key-briefly, describe-key): Interpret `undefined'
16942         like not defined at all.
16944 2002-03-03  Stefan Monnier  <monnier@cs.yale.edu>
16946         * textmodes/sgml-mode.el: Change maintainer to FSF.
16947         (sgml-start-tag-regex, sgml-font-lock-keywords-1, sgml-mode-common)
16948         (sgml-tags-invisible, sgml-beginning-of-tag):
16949         Allow _ : and non-ASCII in tag names, as required for XML.
16950         (sgml-name-char): Don't assume anything about charsets handled by
16951         encode-char.
16953         * textmodes/tex-mode.el (tex-guess-main-file): Handle the case
16954         where one of the buffers is narrowed.
16956         * hexl.el (hexlify-command, dehexlify-command): Remove.
16957         (hexlify-buffer, dehexlify-buffer): Use call-process-region
16958         rather than shell-command-on-region.
16960         * newcomment.el (comment-forward): Use forward-comment to skip
16961         over whitespace (or comments) even when comment-use-syntax is nil.
16963         * progmodes/cperl-mode.el (cperl-menu): Add "-emacs" to the version.
16965         * textmodes/xml-lite.el: New file.
16967 2002-03-03  Richard M. Stallman  <rms@gnu.org>
16969         * textmodes/artist.el (artist-system): Use make-temp-file.
16971         * progmodes/ps-mode.el (ps-run-make-tmp-filename): Use make-temp-file.
16973         * mail/sendmail.el (mail-recover-1): Increase non-random-len
16974         by 1 since we changed make-auto-save-file-name to add one
16975         fewer character to the buffer name.
16976         (mail-recover): Really show point at the right place
16977         in the *Directory* buffer.
16979         * files.el (make-auto-save-file-name): Use make-temp-file.
16981         * terminal.el (te-create-terminfo): Use make-temp-file
16982         to create the source file in a safe way.
16984 2002-03-03  Eli Zaretskii  <eliz@is.elta.co.il>
16986         * cus-start.el: Rename automatic-hscroll-step and
16987         automatic-hscroll-margin into hscroll-step and hscroll-margin.
16989         * frame.el (auto-hscroll-mode): Renamed from automatic-hscrolling.
16990         (automatic-hscrolling): Now a defvaralias for auto-hscroll-mode.
16992         * mouse.el (mouse-region-delete-keys): Add deletechar.
16994 2002-03-03  Sam Steingold  <sds@gnu.org>
16996         * play/snake.el (snake-score-file): Fixed parens (broken by the
16997         last patch).
16998         * play/tetris.el (tetris-score-file): Ditto.
17000 2002-03-03  Richard M. Stallman  <rms@gnu.org>
17002         * play/tetris.el (tetris-score-file): Put in home dir, not in /tmp.
17004         * play/snake.el (snake-score-file): Put in home dir, not in /tmp.
17006         * play/gamegrid.el (gamegrid-set-font, gamegrid-setup-face)
17007         (gamegrid-make-mono-tty-face): Fix usage of condition-case.
17009 2002-03-03  Thien-Thi Nguyen  <ttn@gnu.org>
17011         * calendar/diary-lib.el (list-diary-entries): Use `buffer-substring'
17012         instead of `buffer-substring-no-properties' to support enriched mode.
17014 2002-03-02  Richard M. Stallman  <rms@gnu.org>
17016         * find-dired.el (find-grep-dired): Call shell-quote-argument.
17017         Specify the -e option.
17018         Rename arg to `regexp'.
17020 2002-03-02  Milan Zamazal  <pdm@zamazal.org>
17022         * textmodes/tildify.el (tildify-string-alist): Add entry for xml-mode.
17024 2002-03-02  Miles Bader  <miles@gnu.org>
17026         * mwheel.el (mwheel-scroll): Remove `double' and `triple' from the
17027         event-modifiers before looking up in `mouse-wheel-scroll-amount'.
17028         If there's no applicable modifiers entry in the alist in
17029         `mouse-wheel-scroll-amount', fall back to the default, not to
17030         nil (which causes full screen scrolls).
17032 2002-03-01  Andreas Schwab  <schwab@suse.de>
17034         * textmodes/texnfo-upd.el (texinfo-start-menu-description):
17035         Remove extra paren in regexp.
17037 2002-03-01  Eli Zaretskii  <eliz@is.elta.co.il>
17039         * mouse.el (mouse-show-mark): Use display-mouse-p, not
17040         display-graphic-p, to decide whether to move point or use the
17041         highlighting.
17043 2002-02-28  Colin Walters  <walters@verbum.org>
17045         * eshell/esh-var.el (eshell-parse-variable-ref): Use `make-temp-file'.
17047         * calc/calc-graph.el (calc-gnuplot-tempfile): Don't expand against
17048         `temporary-file-directory'; we now do that in `calc-graph-file-cache'.
17049         (calc-temp-file-name): Use `make-temp-file'.
17051 2002-02-28  Richard M. Stallman  <rms@gnu.org>
17053         * font-lock.el (java-font-lock-extra-types):
17054         Match java.net.URL, etc.
17056 2002-02-28  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
17058         * hexl.el (hexl-options): Doc fix.
17059         Update Commentary section.
17061         * textmodes/sgml-mode.el (sgml-specials, sgml-quick-keys):
17062         Doc fixes.
17064 2002-02-28  Andre Spiegel  <spiegel@gnu.org>
17066         * vc.el (vc-revert-buffer): If the buffer is not saved, prompt
17067         the user to do that first.
17068         (vc-update): New function.
17070         * vc-hooks.el (vc-menu-map): New entry "Update to Latest Version",
17071         which calls vc-update.  Use the term "Base Version" instead of
17072         "Last Version" for the entries "Revert" and "Compare".
17074 2002-02-28  Kim F. Storm  <storm@cua.dk>
17076         * simple.el (shell-command-on-region): Report non-zero exit
17077         status in mode line instead of buffer.
17079 2002-02-27  Richard M. Stallman  <rms@gnu.org>
17081         * comint.el (comint-preoutput-filter-functions): Doc fix.
17082         (comint-output-filter-functions, comint-input-filter-functions)
17083         (comint-redirect-filter-functions): Likewise.
17085         (comint-redirect-preoutput-filter): Do the local-hook
17086         handling of t when running comint-redirect-filter-functions.
17087         (comint-output-filter): Likewise for comint-preoutput-filter-functions.
17089 2002-02-26  Richard M. Stallman  <rms@gnu.org>
17091         * paths.el (remote-shell-program): Add doc string.
17093 2002-02-26  Colin Walters  <walters@debian.org>
17095         * ibuf-ext.el (sorter mode-name): New.
17096         (ibuffer-do-occur): Don't quote ibuffer-marked-char.
17098         * calc/calc-ext.el (calc-scroll-left): Call scroll-left
17099         interactively, so they do something.
17100         (calc-scroll-right): Ditto.
17102 2002-02-26  Eli Zaretskii  <eliz@is.elta.co.il>
17104         * international/mule.el (ctext-pre-write-conversion): Handle the
17105         case when FROM is a string, and when we are called from
17106         build_annotations_2.
17108 2002-02-26  Richard M. Stallman  <rms@gnu.org>
17110         * rect.el (clear-rectangle-line): Reindent to the same column
17111         that move-to-column reached when it tried to go to endcol.
17113         * icomplete.el (icomplete-exhibit): Use minibuffer-prompt-end.
17115 2002-02-26  Ivar Rummelhoff  <ivarru@math.uio.no>
17117         * winner.el (winner-boring-buffers, winner-set): A window which
17118         displays a buffer whose name is in the list
17119         `winner-boring-buffers', will no longer be restored by `winner-undo'.
17120         (winner-sorted-window-list): Used to improve comparison between
17121         window configurations.
17122         (winner-win-data): Simplified and moved.
17123         (winner-conf): Simplified (now uses `winner-win-data').
17124         (winner-change-fun, winner-save-old-configurations)
17125         (winner-save-(un)conditionally, winner-redo): Changes made while in
17126         the minibuffer will be ignored.  (Such changes are undone upon
17127         exit for the minibuffer, anyway.)
17128         (winner-set-conf): Preserve selected window whenever possible.
17129         (winner-make-point-alist): Simplified.
17130         (winner-mode, winner-save-unconditionally): Save current window
17131         configuration on entering minibuffer.
17132         (minor-mode-alist): Don't add winner-mode to `minor-mode-alist',
17133         since it does not change the overall behavior of Emacs.
17135 2002-02-26  Eli Zaretskii  <eliz@is.elta.co.il>
17137         * international/mule-conf.el (compound-text): Renamed back from
17138         compound-text-no-extensions.
17139         (ctext-no-compositions): Remove the mime-charset property.
17140         (compound-text-with-extensions): Renamed from compound-text.
17141         (x-ctext-with-extensions, ctext-with-extensions): Renamed aliases.
17143 2002-02-26  Juanma Barranquero  <lektu@terra.es>
17145         * faces.el (list-faces-display): Fix typo.
17147 2002-02-25  Richard M. Stallman  <rms@gnu.org>
17149         * frame.el (focus-follows-mouse): Doc fix.
17151 2002-02-26  Miles Bader  <miles@gnu.org>
17153         * mwheel.el (mouse-wheel-mode): Pass vectors instead of symbols
17154         to `define-key', since it no longer accepts the latter.
17156 2002-02-25  Jason Rumney  <jasonr@gnu.org>
17158         * term/w32-win.el (mouse-wheel-scroll-line): Use car of
17159         mouse-wheel-scroll-amount.
17161         * w32-vars.el (mouse-wheel-scroll-amount): Use same definition as
17162         mwheel.el.
17164         * language/japanese.el (iso-2022-jp-2): Add init-bol flag.
17166 2002-02-25  Andre Spiegel  <spiegel@gnu.org>
17168         * vc.el (vc-diff-switches-list): Fix prev change, making the macro
17169         consistent with the others that take a backend name as a symbol.
17171         * vc-cvs.el, vc-rcs.el, vc-sccs.el: Fix calls to vc-diff-switches-list.
17173 2002-02-25  Kim F. Storm  <no-spam@cua.dk>
17175         * comint.el (comint-replace-by-expanded-filename): Do nothing if
17176         comint-match-partial-filename returns nil.
17178         * shell.el (shell-pcomplete-setup-done): New variable.
17179         (shell-pcomplete): Use it instead of shell-pcomplete-setup-p.
17180         (shell-pcomplete-reverse): Ditto.
17182 2002-02-25  Per Abrahamsen  <abraham@dina.kvl.dk>
17184         * ps-print.el (ps-print-printer): Added `lpr' customize group member.
17186 2002-02-25  Juanma Barranquero  <lektu@terra.es>
17188         * subr.el (save-match-data): Doc fix.
17190         * ielm.el (ielm-prompt): Allow customization; make it read-only.
17192 2002-02-25  Kim F. Storm  <storm@cua.dk>
17194         * shell.el (shell-mode-map): Add "Complete" header so completion
17195         menu is shown on the menu bar in shell mode.
17197 2002-02-25  Stefan Monnier  <monnier@cs.yale.edu>
17199         * ielm.el (ielm-match-data): New var.
17200         (inferior-emacs-lisp-mode): Make it buffer-local.
17201         (ielm-eval-input): Use it to preserve match-data between inputs.
17203 2002-02-24  Juanma Barranquero  <lektu@terra.es>
17205         * ielm.el (inferior-emacs-lisp-mode): Use hexl for the dummy process.
17207 2002-02-24  Per Abrahamsen  <abraham@dina.kvl.dk>
17209         * cus-edit.el (custom-unlispify-remove-prefixes): Add to
17210         `custom-buffer' customize group.
17212 2002-02-23  Kim F. Storm  <storm@cua.dk>
17214         * help.el (where-is): Use remap-command.
17216         * help-fns.el (describe-function-1): Use remap-command.
17218         * subr.el (global-set-key, local-set-key): Undo 2002-02-06
17219         change (no longer accept a symbol for the KEY argument).
17221 2002-02-23  Colin Walters  <walters@debian.org>
17223         * calc/calcalg3.el (calc-invent-variables): Convert integer to string.
17224         * calc/calcalg2.el (math-solve-get-sign): Ditto.
17226         * ibuffer.el (ibuffer-compile-format): Don't uselessly bind `pt'
17227         in generated function.
17229         * ibuf-ext.el (ibuffer-old-time): Change to hours.
17230         (ibuffer-mark-old-buffers): Handle it.
17232         * shell.el (shell-pcomplete, shell-pcomplete-reverse): New functions.
17233         (toplevel): Bind them.
17234         (shell-mode): Don't set `comint-dynamic-complete-functions'; it is
17235         not necessary now that we use pcomplete.
17237         * comint.el: Document how use new pcomplete completion facility.
17239 2002-02-23  Richard M. Stallman  <rms@gnu.org>
17241         * mail/rmailsum.el (rmail-summary-output): Properly advance
17242         to next message, by calling rmail-summary-goto-msg.
17244         * net/browse-url.el (browse-url-galeon): Specify --existing
17245         for an existing window.  Use --noraise rather than --no-raise.
17246         Don't use -x.
17248 2002-02-22  Eli Zaretskii  <eliz@is.elta.co.il>
17250         * progmodes/etags.el (find-tag-noselect, find-tag)
17251         (find-tag-other-window, find-tag-other-frame, find-tag-regexp):
17252         Fix a typo in doc strings.
17254 2002-02-20  Deepak Goel  <deego@glue.umd.edu>
17256         * play/snake.el (snake-velocity-queue, snake-update-velocity)
17257         (snake-final-x-velocity, snake-final-y-velocity):
17258         New variable and functions.  Store user's keypresses
17259         into a queue and pop from the queue each subsequent turn.
17260         (snake-update-game, snake-move-left)
17261         (snake-move-right, snake-move-up, snake-move-down, snake-active-p)
17262         (snake-start-game): Use that queue.
17263         (snake-use-glyphs-flag): Renamed from snake-use-glyphs.
17264         (snake-use-color-flag): Likewise.
17265         (snake-mode): Rename uses of those variables.
17267 2002-02-22  Eli Zaretskii  <eliz@is.elta.co.il>
17269         Support for ICCCM  Extended Segments in X selections:
17271         * international/mule-conf.el (ctext-no-compositions): New coding
17272         system.
17273         (compount-text-no-extensions): Renamed from compound-text.
17274         (x-ctext-no-extensions, ctext-no-extensions): Aliases for
17275         compound-text-no-extensions.
17276         (compound-text): Redefined using post-read and pre-write conversions.
17278         * international/mule.el (non-standard-icccm-encodings-alist)
17279         (non-standard-designations-alist): New variables.
17280         (ctext-post-read-conversion, ctext-pre-write-conversion):
17281         New functions.
17283 2002-02-21  Jonathan Kamens  <jik@kamens.brookline.ma.us>
17285         * vc.el (vc-default-init-version): Update documentation to
17286         indicate that the backend can override the default init version.
17287         (vc-register): Use the backend init-version function, if it
17288         exists, to determine the initial version of a file.
17289         (vc-diff-switches-list): Don't symbol-quote backend, since it's
17290         already a symbol.  Don't fail if vc-BACKEND-diff-switches isn't bound.
17292         * vc-hooks.el (vc-mode-line): Set vc-mode to nil if the file is
17293         not version-controlled.  This is necessary, e.g., if the file has
17294         just been reverted, and thus was previously under version control
17295         but isn't any longer.
17296         (vc-find-file-hook): Likewise.
17298 2002-02-21  Martin Lorentzson  <Martin.Lorentzson@telia.com>
17300         * vc-cvs.el (vc-cvs-sticky-date-format-string): New variable.
17301         (vc-cvs-sticky-tag-display): New variable.
17302         (vc-cvs-mode-line-string): Add sticky-tag to the mode-line.
17303         (vc-cvs-checkin): If the input revision is a valid symbolic tag
17304         name, we create it as a branch, commit and switch to it.
17305         (vc-cvs-retrieve-snapshot): Set file-property sticky-tag.
17306         (vc-cvs-valid-symbolic-tag-name-p): New function.
17307         (vc-cvs-parse-sticky-tag): New function.
17308         (vc-cvs-parse-entry): Added parsing of sticky tags.
17310 2002-02-21  Per Abrahamsen  <abraham@dina.kvl.dk>
17312         * toolbar/tool-bar.el (tool-bar-mode): Revert the :init-value to
17313         nil, and then explicitly set the standard-value to t.
17315 2002-02-20  Sam Steingold  <sds@gnu.org>
17317         * textmodes/flyspell.el (flyspell-mode): Autoload the variable
17318         since it is used in the menu bar.
17320 2002-02-20  Richard M. Stallman  <rms@gnu.org>
17322         * simple.el (shell-command-on-region): Display the exit status
17323         when a command fails.
17325         * subr.el (add-hook): Doc fix.
17327         * frame.el (other-frame): Doc fix.
17329         * simple.el (yank): Clear `field' property.
17331 2002-02-20  Tom Tromey  <tromey@cachet>
17333         * progmodes/tcl.el (tcl-do-fill-paragraph): Find and fill on more
17334         natural paragraph boundaries.  Don't fail at beginning of buffer.
17336 2002-02-20  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
17338         * tar-mode.el (tar-next-line, tar-previous-line): Add doc string,
17339         call the argument "arg" to match plain next-line and
17340         previous-line.  From Kevin Ryde <user42@zip.com.au>.
17342 2002-02-19  Sam Steingold  <sds@gnu.org>
17344         * mwheel.el (mouse-wheel-scroll-amount): Can specify different
17345         scroll amounts for different modifiers now.
17346         (mwheel-scroll): Handle the new `mouse-wheel-scroll-amount'
17347         format properly.
17348         (mouse-wheel-mode): Ditto.
17350 2002-02-19  Eli Zaretskii  <eliz@is.elta.co.il>
17352         * textmodes/bibtex.el (bibtex-parse-keys): Put save-match-data
17353         around function body.
17355         * net/browse-url.el (browse-url-maybe-new-window): Reverse the
17356         sense of the comparison, to match the doc strings of functions
17357         that use this macro.
17359 2002-02-19  Per Abrahamsen  <abraham@dina.kvl.dk>
17361         * facemenu.el (describe-text-mode-map): Removed bootstrap kludge.
17363         * toolbar/tool-bar.el (tool-bar-mode): Made the standard value t.
17364         * menu-bar.el (menu-bar-mode): Ditto.
17366 2002-02-18  Andreas Schwab  <schwab@suse.de>
17368         * replace.el (query-replace-regexp-eval): Doc fix.
17370 2002-02-18  Colin Walters  <walters@verbum.org>
17372         * calc/calcalg2.el (math-solve-get-int): Convert return value from
17373         `math-get-from-counter' to a string before calling `concat' on it.
17375         * calc/calc-maint.el (calc-split-manual): Look for calc.texi.
17376         (calc-public-autoloads): Obsolete; remove.
17377         (calc-private-autoloads): Ditto.
17378         (calc-add-autoloads): Ditto.
17380         * calc/calc-macs.el (calc-with-default-simplification): Use &rest
17381         for body.
17383 2002-02-17  Jason Rumney  <jasonr@gnu.org>
17385         * w32-win.el (x-option-alist, x-long-option-alist)
17386         (x-switch-definitions): Remove, use command-line-x-option-alist
17387         instead to be consistent with X.
17388         (x-handle-initial-switch): New function.
17390 2002-02-17  Eli Zaretskii  <eliz@is.elta.co.il>
17392         * faces.el (mode-line-inactive, header-line): Add the :inherit
17393         attribute for the tty case.
17395 2002-02-17  stanislav shalunov  <shalunov@internet2.edu>
17397         * mail/uce.el (uce-reply-to-uce): Fix incorrect behavior when
17398         invoked from Rmail with full headers displayed.
17400 2002-02-17  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
17402         * emacs-lisp/lisp.el (mark-defun): Don't leave multiple marks
17403         when repeated.
17404         * textmodes/paragraphs.el (mark-paragraph): Ditto.
17406 2002-02-17  Per Abrahamsen  <abraham@dina.kvl.dk>
17408         * menu-bar.el (menu-bar-showhide-menu): Added speedbar.
17409         (menu-bar-tools-menu): Removed speedbar.
17411         * textmodes/ispell.el (ispell-menu-map): Added `customize-ispell'
17412         and `flyspell-mode' entries.
17414         * textmodes/flyspell.el (flyspell): Add to ispell group.
17416 2002-02-17  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
17418         * emacs-lisp/lisp.el (mark-sexp): Don't leave multiple marks when
17419         repeated.
17420         (mark-defun): Mark more if repeated.
17422 2002-02-17  Colin Walters  <walters@verbum.org>
17424         * ibuf-ext.el (ibuffer-toggle-sorting-mode): Make it work.
17426         * ibuffer.el (ibuffer-truncate-lines): New option.
17427         (ibuffer-mode): Use it.
17429 2002-02-17  Kim F. Storm  <storm@cua.dk>
17431         * cus-start.el: Add mouse-highlight.
17433 2002-02-16  Eli Zaretskii  <eliz@is.elta.co.il>
17435         * Makefile.in (DONTCOMPILE): Remove cus-start.el.
17437         * cus-start.el: Add automatic-hscroll-margin and
17438         automatic-hscroll-step.
17440 2002-02-16  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
17442         * cus-start.el (x-autoselect-window): Allow customization.
17444         * eshell/em-alias.el (eshell-alias-initialize): Do not use
17445         make-local-hook.
17447         * eshell/em-cmpl.el (eshell-cmpl-initialize): Likewise.
17449         * eshell/em-dirs.el (eshell-dirs-initialize): Likewise.
17451         * eshell/em-glob.el (eshell-glob-initialize): Likewise.
17453         * eshell/em-hist.el (eshell-hist-initialize): Likewise.
17455         * eshell/em-pred.el (eshell-pred-initialize): Likewise.
17457         * eshell/em-prompt.el (eshell-prompt-initialize): Likewise.
17459         * eshell/em-rebind.el (eshell-rebind-initialize): Likewise.
17461         * eshell/em-smart.el (eshell-smart-initialize): Likewise.
17463         * eshell/em-unix.el (eshell-unix-initialize): Likewise.
17465         * eshell/esh-cmd.el (eshell-cmd-initialize): Likewise.
17467         * eshell/esh-ext.el (eshell-ext-initialize): Likewise.
17469         * eshell/esh-io.el (eshell-io-initialize): Likewise.
17471         * eshell/esh-mode.el (eshell-mode): Likewise.
17473         * eshell/esh-test.el (eshell-show-usage-metrics): Likewise.
17475         * eshell/esh-var.el (eshell-var-initialize): Likewise.
17477         * progmodes/idlw-shell.el (idlwave-shell-mode): Likewise.
17479         * progmodes/idlwave.el (idlwave-mode): Likewise.
17481         * textmodes/reftex-sel.el (reftex-select-label-mode)
17482         (reftex-select-bib-mode): Likewise.
17484 2002-02-16  John Wiegley  <johnw@gnu.org>
17486         * eshell/em-hist.el (eshell-hist-initialize): When in the
17487         minibuffer, use the global value of `eshell-history-ring', and
17488         never save it to disk, or ask to save it to disk.  This allows
17489         users of session.el to control whether its global state should be
17490         persisted or not.
17491         (eshell-add-command-to-history): Don't write Eshell's history out
17492         to disk, let the governing mode control that upon exit.
17494 2002-02-16  Eli Zaretskii  <eliz@is.elta.co.il>
17496         * eshell/eshell.el (eshell-command): Before reading from the
17497         minibuffer, add eshell-add-command-to-history to
17498         minibuffer-exit-hook, and remove it after read-from-minibuffer
17499         returns.
17501         * eshell/em-hist.el (eshell-add-input-to-history): New function,
17502         with most of the code from eshell-add-to-history.
17503         (eshell-add-command-to-history): New function, to record in
17504         eshell-history the commands run via eshell-command.
17505         (eshell-add-to-history): Call eshell-add-command-to-history to do
17506         most of the work.
17508 2002-02-16  John Wiegley  <johnw@gnu.org>
17510         * eshell/esh-ext.el (eshell-external-command): Added a fix for
17511         XEmacs' new dired.el, which adds a global entry in the
17512         `file-name-handler-alist'.
17514 2002-02-16  John Wiegley  <johnw@gnu.org>
17516         * align.el (align-region): Added a missing name argument.
17518 2002-02-16  John Wiegley  <johnw@gnu.org>
17520         * eshell/esh-ext.el (eshell-script-interpreter): Allow whitespace
17521         after the #! of a shell interpretor specification.
17523 2002-02-15  Richard M. Stallman  <rms@gnu.org>
17525         * help.el (describe-key-briefly): Make output in INSERT case
17526         look just like what is displayed in the normal case.
17528 2002-02-15  Andreas Schwab  <schwab@suse.de>
17530         * textmodes/tex-mode.el (tex-font-lock-keywords-2):
17531         Require non-letter after specials.
17533 2002-02-15  Eli Zaretskii  <eliz@is.elta.co.il>
17535         * menu-bar.el (menu-bar-tools-menu): Add an item for Calculator.
17537 2002-02-15  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
17539         * simple.el (mark-word): Mark more if repeated.
17540         * textmodes/paragraphs.el (mark-paragraph): Ditto.
17541         (mark-end-of-sentence): Ditto.
17543 2002-02-15  Per Abrahamsen  <abraham@dina.kvl.dk>
17545         * wid-edit.el (widgetp): Made it more robust.
17547 2002-02-14  Per Abrahamsen  <abraham@dina.kvl.dk>
17549         * facemenu.el (describe-text-done): New function.
17550         (describe-text-mode-map): New variable.
17551         (describe-text-mode-hook): New option.
17552         (describe-text-mode): New function.
17553         (describe-text-widget): New function.
17554         (describe-text-sexp): New function.
17555         (describe-text-properties): New function.
17556         (describe-text-category): New command.
17557         (describe-text-at): New command.
17558         (facemenu-menu): Replace `list-text-properties-at' with
17559         `describe-text-at' in the menu.
17561         * wid-edit.el (widgetp): New function.
17562         * wid-edit.el (widget-keymap, widget-insert, widget-setup): Autoload.
17564         * emacs-lisp/pp.el (pp-to-string): Autoloaded.
17566         * wid-browse.el: Removed version and x-url keywords.
17568 2002-02-13  Kim F. Storm  <storm@cua.dk>
17570         * cus-start.el (mode-line-in-non-selected-windows):
17571         Allow customization.
17573 2002-02-13  Richard M. Stallman  <rms@gnu.org>
17575         * textmodes/bibtex.el (bibtex-parse-buffers-stealthily):
17576         Tell bibtex-parse-keys to output no progress messages.
17578 2002-02-12  Eli Zaretskii  <eliz@is.elta.co.il>
17580         * progmodes/pascal.el (pascal-imenu-generic-expression):
17581         Add menu-title and fix parentheses.
17583 2002-02-12  Per Abrahamsen  <abraham@dina.kvl.dk>
17585         * menu-bar.el (menu-bar-options-save): Removed `truncate-lines'.
17586         (menu-bar-options-menu): Don't set default value for `truncate-lines'.
17588 2002-02-12  Per Abrahamsen  <abraham@dina.kvl.dk>
17590         * menu-bar.el (menu-bar-options-save): Only save
17591         `current-language-environment' and `default-input-method' when
17592         marked as customized.
17594         * international/mule-cmds.el
17595         (setup-specified-language-environment):
17596         Mark `current-language-environment' as customized.
17597         (set-input-method): Mark `default-input-method' as customized when
17598         called interactively.
17599         (toggle-input-method): Ditto.
17601 2002-02-11  Colin Walters  <walters@verbum.org>
17603         * ibuffer.el (ibuffer-switch-format): Supply required argument for
17604         `ibuffer-current-formats'.
17606 2002-02-11  Miles Bader  <miles@gnu.org>
17608         * faces.el (mode-line-inactive): Add dark-background variant.
17610 2002-02-11  Per Abrahamsen  <abraham@dina.kvl.dk>
17612         * toolbar/tool-bar.el (tool-bar-mode): Removed standard value.
17613         * menu-bar.el (menu-bar-mode): Ditto.
17614         * cus-edit.el (customize-mark-to-save): Always save variables
17615         without a standard value.
17617         * menu-bar.el (menu-bar-make-toggle): Made it aware of customize.
17618         (menu-bar-options-save): Ditto.
17619         (menu-bar-showhide-menu): Ditto.
17620         (menu-bar-options-menu): Ditto.
17621         (menu-bar-scroll-bar-right, menu-bar-scroll-bar-left)
17622         (menu-bar-scroll-bar-none): Remove.
17623         (menu-bar-showhide-scroll-bar-menu): Use customize aware lambda
17624         expressions instead.
17626         * cus-edit.el (customize-set-value): Return value.
17627         (customize-set-variable): Ditto.
17628         (customize-save-variable): Ditto.
17629         (customize-set-variable): Load dependencies before setting value.
17630         (custom-load-symbol): Autoload it.
17631         (customize-mark-as-set): New function.
17633 2002-02-11  Eli Zaretskii  <eliz@is.elta.co.il>
17635         * cus-start.el: Don't warn about "x-*" symbols when building a
17636         non-GUI version.
17638 2002-02-11  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
17640         * strokes.el (strokes-do-stroke, strokes-do-complex-stroke):
17641         Doc fix.
17642         (strokes-help): Do not use doubled with-output-to-temp-buffer.
17643         Fix the help string.
17644         (strokes-prompt-user-save-strokes): Fix typo.
17645         (strokes-list-strokes): Use proper exit-action argument for
17646         view-buffer.  Update copyright notice.
17648         * international/mule-diag.el: Various doc and message fixes.
17649         (non-iso-charset-alist): Add mac-roman.  Don't add entries for
17650         codepages already present.
17651         (list-block-of-chars): Display space for null entries in
17652         translation table.  Display tab specially.
17653         (list-non-iso-charset-chars): Check for null charsets.  Use pop
17654         for clarity.  Don't break 8-bit sets into sections between ranges.
17655         (list-charset-chars): Avoid indent-tabs-mode.
17656         (describe-char-after): Maybe use the text property for syntax
17657         table information.  Maybe report char-code-property-table info.
17658         Maybe report character's unicode.  Tweak printing of list info.
17659         (list-input-methods): Add xref buttons.
17660         (dump-charsets, dump-codings): Deleted (obsolete).
17661         From Dave Love <fx@gnu.org>.
17663 2002-02-10  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
17665         * menu-bar.el (menu-bar-showhide-menu): Rename functions for toggling.
17667 2002-02-10  Michael Kifer  <kifer@cs.stonybrook.edu>
17669         * viper-util.el (viper-read-key-sequence): Fix so it'll read
17670         fast key sequences in emacs native mode
17671         (viper-events-to-keys): Delete.
17673         * viper.el (describe-key, describe-key-briefly): Get rid of
17674         viper-events-to-keys.
17676         * ediff-init.el (ediff-has-gutter-support): Steven Turnbull's patch.
17678         * ediff-wind.el (ediff-setup-control-frame):
17679         Use ediff-has-gutter-support.
17681         * ediff-util.el (ediff-dispose-of-variant-according-to-user):
17682         check if buff is alive.
17684         * ediff.el: Typo in comment.
17686 2002-02-09  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
17688         * menu-bar.el (menu-bar-options-save): Take care of
17689         line-number-mode and column-number-mode variables.
17690         (menu-bar-showhide-menu): New menu-items "Show Line Number" and
17691         "Show Column Number" in "Show/Hide" menu.
17693 2002-02-09  Richard M. Stallman  <rms@gnu.org>
17695         * mail/mailabbrev.el (mail-mode-map): Use eval-after-load to change it.
17697 2002-02-09  Kim F. Storm  <storm@cua.dk>
17699         * faces.el (mode-line-inactive): New face for mode-line for
17700         non-selected windows.
17701         (mode-line): Doc fix: Only used for selected window.
17703 2002-02-08  Eli Zaretskii  <eliz@is.elta.co.il>
17705         * calendar/cal-menu.el (calendar-mode-map): Change the menu item's
17706         name to "Insert Diary Entry".
17708 2002-02-08  Stefan Monnier  <monnier@cs.yale.edu>
17710         * font-lock.el (save-buffer-state): Use restore-buffer-modified-p.
17711         (c-font-lock-syntactic-face-function): Accept doxygen-style comments.
17713 2002-02-08  Richard M. Stallman  <rms@gnu.org>
17715         * textmodes/text-mode.el (text-mode-hook-identify): Define as no-op.
17717 2002-02-08  Andreas Schwab  <schwab@suse.de>
17719         * calc/calc.el (calcDigit-key): Use minibuffer-prompt-end instead
17720         of point-min.
17722 2002-02-08  Eli Zaretskii  <eliz@is.elta.co.il>
17724         * net/ange-ftp.el (ange-ftp-process-handle-line)
17725         (ange-ftp-set-xfer-size): If the file's size is a float, divide
17726         by 1024 instead of using ash.
17728         * international/mule-cmds.el (select-safe-coding-system):
17729         State the buffer's name in the message popped in the *Warning* buffer,
17730         and make sure the offending buffer is displayed.
17732 2002-02-07  Markus Rost  <rost@math.ohio-state.edu>
17734         * ffap.el (ffap-newsgroup-p): Test for non-nil symbol-value of htb.
17736 2002-02-07  Richard M. Stallman  <rms@gnu.org>
17738         * terminal.el (terminal-map): Define [menu-bar] so global def is seen.
17740         * register.el (list-registers): New command.
17741         (describe-register-1): New subroutine, taken out of view-register.
17743         * emacs-lisp/copyright.el (copyright-regexp):
17744         Delete the unibyte copyright symbol; it's redundant.
17745         Fix a spazz in the multibyte encoding here.
17747 2002-02-07  Dave Love  <fx@gnu.org>
17749         * language/cyril-util.el (cyrillic-encode-koi8-r-char)
17750         (cyrillic-encode-alternativnyj-char): Get translation tables from
17751         symbol properties, not as variables.
17752         (standard-display-cyrillic-translit): Include unicodes.
17754 2002-02-06  Kim F. Storm  <storm@cua.dk>
17756         * help.el (where-is): Report remapped commands.
17758         * help-fns.el (describe-function-1): Ditto.
17760         * subr.el (global-set-key, local-set-key): Accept a symbol for the
17761         KEY argument (like define-key).
17763 2002-02-06  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
17765         * textmodes/flyspell.el (flyspell-insert-function): Doc fix.
17767 2002-02-06  Richard M. Stallman  <rms@gnu.org>
17769         * mail/mailabbrev.el: Require sendmail only at compile time.
17770         (mail-mode-header-syntax-table): Var deleted.
17771         (mail-abbrev-syntax-table): Init to nil, will compute when needed.
17772         (sendmail-pre-abbrev-expand-hook): Only temporarily change
17773         local-abbrev-table and the syntax table.
17774         Compute mail-abbrev-syntax-table if that has not been done.
17776         * progmodes/compile.el (grep-compute-defaults): Definition moved up.
17778         * emacs-lisp/debug.el (debugger-frame-offset): Var deleted.
17779         (debugger-frame-number): Figure out the offset directly.
17780         (debugger-setup-buffer): Don't use debugger-frame-offset.
17781         (debugger-frame, debugger-frame-clear): Likewise.
17782         (debugger-jump): Don't alter debugger-frame-offset.
17784         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
17785         Replace foo-p as var name with foo-flag, not foo-p-flag.
17787         * hilit-chg.el (highlight-changes-active-string): Default to +Chg.
17788         (highlight-changes-passive-string): Default to -Chg.
17789         (highlight-changes-global-modes): Doc fix.
17791         * dired.el (dired-get-filename): Add /: when appropriate
17792         to avoid taking a local name as remote.
17794         * files.el (file-name-non-special): Add special handling for
17795         file-name-sans-versions, file-name-completion, and
17796         file-name-all-completions.
17798         * isearch.el (isearch-update): Don't update display in kbd macro.
17799         (isearch-lazy-highlight-new-loop): Do nothing in kbd macro.
17801         * subr.el (force-mode-line-update): Doc fix.
17803         * subr.el (atomic-change-group, prepare-change-group)
17804         (activate-change-group, accept-change-group, cancel-change-group):
17805         New functions.
17807         * simple.el (undo-get-state, undo-revert-to-state): Fns deleted.
17808         (transpose-subr-1): Use atomic-change-group.
17810         * subr.el (add-minor-mode): Include the mode's lighter string
17811         in the minor mode menu item name.
17813         * mail/rmail.el (rmail-toggle-header): Avoid possibly slow call to
17814         rmail-count-screen-lines starting from (point-min).
17816         * startup.el (use-fancy-splash-screens-p): Need 19 lines,
17817         beyond the image height, to use the fancy splash screen.
17819         * textmodes/text-mode.el (text-mode-hook-identify): Function deleted.
17820         (text-mode): Set text-mode-variant here.
17822 2002-02-06  Eli Zaretskii  <eliz@is.elta.co.il>
17824         * play/pong.el (pong-height): Don't use height that exceeds the
17825         frame height.
17826         (pong-border-options): Make the border colors slightly more bright.
17828         * play/gamegrid.el (gamegrid-display-type): Treat any
17829         color-capable display as color-x, if display-color-p is fboundp.
17830         (gamegrid-make-color-x-face): Don't call gamegrid-color twice.
17831         (gamegrid-make-color-tty-face): Use the value of color, not the
17832         symbol itself.  Don't call gamegrid-color.
17834 2002-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
17836         * gud.el (gud-refresh): Call recenter only after we are sure we
17837         are in the right window.
17839 2002-02-05  Per Abrahamsen  <abraham@dina.kvl.dk>
17841         * cus-edit.el (customize-mark-to-save): New function.
17842         * menu-bar.el (menu-bar-options-save): Rewrote.
17844 2002-02-05  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
17846         * cus-start.el (x-use-underline-position-properties):
17847         Allow customization.
17849 2002-02-04  Simon Josefsson  <jas@extundo.com>
17851         * dired.el (dired-load-hook, dired-mode-hook)
17852         (dired-before-readin-hook, dired-after-readin-hook): Defcustom.
17854 2002-02-03  Colin Walters  <walters@verbum.org>
17856         * ibuf-ext.el (ibuffer-filter-format-alist)
17857         (ibuffer-cached-filter-formats, ibuffer-compiled-filter-formats):
17858         New variables.
17859         * ibuffer.el (ibuffer): Remove link; the "home page" for ibuffer
17860         is now the Emacs CVS tree.
17861         (ibuffer-formats): Doc fix.
17862         (ibuffer-active-formats-name, ibuffer-current-formats): New functions.
17863         (ibuffer-current-format): Use them.
17864         (ibuffer-recompile-formats, ibuffer-check-formats)
17865         (ibuffer-switch-format, ibuffer-update-title):
17866         Add support for ibuffer-filter-format-alist.
17867         (define-ibuffer-column process): Remove unncessary consing.
17869         * ibuf-macs.el (define-ibuffer-column): Add beginnings of support
17870         for a summary column.
17872 2002-02-03  Andreas Schwab  <schwab@suse.de>
17874         * window.el (save-selected-window): Move macro before first use.
17875         (balance-windows): Fix misplaced parenthesis.
17877 2002-02-03  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
17879         * calculator.el (calculator-displayers): Doc fixes.
17881 2002-02-03  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
17883         * menu-bar.el (menu-bar-help-menu): Use different text for tool-tip.
17884         (menu-bar-options-save): Save also the value of `display-time-mode'.
17885         (showhide-date-time): New function.
17886         (menu-bar-showhide-menu): New menu-item "Date and time".
17888 2002-02-03  Eli Zaretskii  <eliz@is.elta.co.il>
17890         * mail/rmail.el (rmail): Use find-buffer-visiting instead of
17891         get-file-buffer to check for rmail buffer existence.
17893         * term.el (term-emulate-terminal): Extract proper command string
17894         which is supplied to term-command-hook.
17896 2002-02-03  Richard M. Stallman  <rms@gnu.org>
17898         * international/quail.el (quail-help): Don't call help-setup-xref.
17900         * international/mule-cmds.el (describe-input-method):
17901         Call help-setup-xref here.
17902         (describe-current-input-method): Doc fix.
17904         * novice.el (disabled-command-hook): Clarify output text.
17905         Indent the paragraph from the command's doc string.
17907         * dabbrev.el (dabbrev--goto-start-of-abbrev):
17908         Exit loop on beginning of field rather than bobp.
17910 2002-02-02  Eli Zaretskii  <eliz@is.elta.co.il>
17912         * mail/uce.el (uce-reply-to-uce): Prune the headers before copying
17913         the message text into the *mail* buffer, and restore the pruned
17914         state after that.
17916         * mail/rmail.el (rmail-redecode-body): Prune the headers before
17917         looking for X-Coding-System header, and restore the pruned state
17918         before returning.
17920 2002-02-02  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
17922         * cus-edit.el (customize-save-variable): Fix typo in prompt.
17924         These changes integrate new version of flyspell.el from its
17925         maintainer, Manuel Serrano:
17927         * textmodes/flyspell.el (flyspell-issue-message-flag): New user option.
17928         (flyspell-mode-on, flyspell-notify-misspell)
17929         (flyspell-small-region, flyspell-external-point-words)
17930         (flyspell-large-region): Use it
17931         (flyspell-before-incorrect-word-string)
17932         (flyspell-after-incorrect-word-string): New user options.
17933         (make-flyspell-overlay): Use them.
17934         (flyspell-version): New function.
17935         (flyspell-incorrect-face, flyspell-duplicate-face): Adapt face
17936         definitions to use :weight.
17937         (flyspell-insert-function): New user option.
17938         (flyspell-auto-correct-word, flyspell-correct-word)
17939         (flyspell-xemacs-correct): Use it.
17940         (flyspell-define-abbrev): New function.
17941         (flyspell-auto-correct-word, flyspell-correct-word)
17942         (flyspell-xemacs-correct): Use it.
17943         (make-flyspell-overlay): Use `evaporate' property.
17944         (flyspell-auto-correct-word, flyspell-correct-word): Remove overlay.
17945         (flyspell-emacs-popup): Use `session' instead of `accept'.
17946         (flyspell-auto-correct-previous-pos): New variable.
17947         (flyspell-auto-correct-previous-hook)
17948         (flyspell-auto-correct-previous-word): New functions.
17950 2002-02-02  Eli Zaretskii  <eliz@is.elta.co.il>
17952         * novice.el (enable-command): If Emacs was invoked as "emacs -q",
17953         don't alter the user's ~/.emacs.
17954         (disable-command): If user-init-file is nil or does not exist,
17955         default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
17956         But don't alter the init file if Emacs was invoked as "emacs -q"
17958 2002-02-01  Stefan Monnier  <monnier@cs.yale.edu>
17960         * mail/sendmail.el (mail-mode): Undo half of last change.
17962         * indent.el (indent-for-tab-command): Remove spurious code.
17964         * hi-lock.el (hi-lock-find-patterns): Save restriction.
17966 2002-02-01  Eli Zaretskii  <eliz@is.elta.co.il>
17968         * calendar/time-date.el: Moved from lisp/gnus.
17970         * calendar/parse-time.el: Ditto.
17972 2002-01-31  Richard M. Stallman  <rms@gnu.org>
17974         * international/iso-acc.el (iso-languages): Fix ", " in French.
17976         * cus-start.el (history-length): Specify customization for it.
17978         * emacs-lisp/debug.el (debugger-setup-buffer):
17979         When an eval-buffer frame was reading from a buffer,
17980         insert indication of the buffer position.
17981         (debugger-frame-number): Ignore ;;;-comment lines in backtrace.
17982         (debugger-frame-clear, debugger-frame): Error on non-frame line.
17984         * simple.el (shell-command-on-region): Err if no mark
17985         before reading the command string.
17987         * hl-line.el (hl-line-highlight, hl-line-unhighlight):
17988         Definitions moved down after hl-line-mode var's definition.
17990         * hilit-chg.el (hilit-chg-fixup): Don't alter overlay if not ours.
17991         (hilit-chg-set-face-on-change): Rename arg.
17992         (hilit-chg-make-ov): Detect error earlier.
17994         * ediff-hook.el: Delete autoload cookies.
17996         * comint.el (comint-scroll-show-maximum-output): Default is t.
17998         * emacs-lisp/bytecomp.el (batch-byte-compile): New arg noforce.
17999         (batch-byte-compile-if-not-done): New function.
18001         * Makefile.in (compile): New target.
18002         (compile-always): Renamed from compile-files.
18003         (compile-after-backup): Renamed from compile.
18004         (bootstrap): Depend on compile-always, not compile-files.
18006         * emulation/pc-select.el (pc-select-save-and-set-mode):
18007         Properly use MODE-VAR.
18009 2002-01-29  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
18011         * menu-bar.el (menu-bar-help-menu): Change menu-item "Show Emacs
18012         Version" to "About Emacs".
18013         (menu-bar-options-save): Add `default-frame-alist'
18014         to saved variables.
18015         (menu-bar-showhide-scroll-bar-menu): Use frame-parameters instead
18016         of the variable `scroll-bar-mode'.
18018         * startup.el (normal-splash-screen, display-splash-screen):
18019         New functions (separated from command-line-1).
18020         (command-line-1): Use them.
18022 2002-01-28  Eli Zaretskii  <eliz@is.elta.co.il>
18024         * calendar/calendar.el (generate-calendar-month): Doc fix.
18026 2002-01-27  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
18028         * time.el (display-time-mail-directory): New option.
18029         (display-time-mail-function): Update doc-string.
18030         (display-time-mail-icon): Use XPM image when available.
18031         (display-time-string-forms): Use more descriptive text as
18032         help-echo property.
18033         (display-time-mail-check-directory): New function.
18034         (display-time-update): Use it.
18036         * menu-bar.el (menu-bar-showhide-scroll-bar-menu):
18037         Quote `window-system'.
18039         * tmm.el (tmm-get-keymap): Honour :visible in `menu-item'.
18040         Add Keywords header.  Update Commentary section.
18041         Update copyright notice.
18043         * menu-bar.el (menu-bar-scroll-bar-right)
18044         (menu-bar-scroll-bar-left, menu-bar-scroll-bar-none)
18045         (showhide-menu-bar): New functions.
18046         (menu-bar-showhide-menu): New submenu "Show/Hide".
18047         (menu-bar-showhide-scroll-bar-menu): "Scroll-bar" submenu of
18048         "Show/Hide".
18049         Update copyright notice.
18051 2002-01-27  Eli Zaretskii  <eliz@is.elta.co.il>
18053         * lazy-lock.el (lazy-lock-mode): Add a reference to jit-lock.
18055 2002-01-26  Evgeny Roubinchtein  <evgenyr@cs.washington.edu>
18057         * pc-select.el (pc-selection-mode-hook)
18058         (pc-select-saved-settings-alist, pc-select-map)
18059         (pc-select-saved-global-map, pc-select-key-bindings-alist)
18060         (pc-select-default-key-bindings, pc-select-extra-key-bindings)
18061         (pc-select-meta-moves-sexps-key-bindings)
18062         (pc-select-tty-key-bindings, pc-select-old-M-delete-binding):
18063         New variables.
18064         (pc-select-define-keys, pc-select-restore-keys): New functions.
18065         (pc-select-add-to-alist, pc-select-save-and-set-var)
18066         (pc-select-save-and-set-mode, pc-select-restore-var)
18067         (pc-select-restore-mode): New macros.
18068         (pc-selection-mode): Completely rewrote the body of the function;
18069         the main goal was to make pc-selection-mode "turn-off"-able, like
18070         other minor modes.  Use define-minore-mode instead of just a
18071         defun.  Store the key bindings into four alists:
18072         pc-select-default-key-bindings, pc-select-extra-key-bindings,
18073         pc-select-meta-moves-sexps-key-bindings, and
18074         pc-select-tty-key-bindings; then have the pc-select-define-keys
18075         function walk those alists instead of calling define-key
18076         repeatedly.  When the mode is turned on, set the
18077         keybindings in global-map and remember the old keybindings; when
18078         the mode is turned off, restore the previously-saved keybindings.
18079         (pc-selection-mode defcustom): Reflect the fact that the mode is
18080         now "turn-off"-able.
18082 2002-01-26  Eli Zaretskii  <eliz@is.elta.co.il>
18084         * eshell/esh-cmd.el (eshell-eval-command): If eshell-resume-eval
18085         returns t, don't treat that as an error.
18087 2002-01-25  Jason Rumney  <jasonr@gnu.org>
18089         * faces.el (face-font-registry-alternatives) [windows-nt]:
18090         Add ms-oemlatin as an alternative for iso8859-1.
18092 2002-01-25  Stefan Monnier  <monnier@cs.yale.edu>
18094         * pcvs.el (cvs-reread-cvsrc): Distinguish between an empty list of
18095         args and the absence of an entry.  Don't add -f each time.
18097 2002-01-25  Eli Zaretskii  <eliz@is.elta.co.il>
18099         * emacs-lisp/cl-seq.el (mismatch): Doc fix.
18101         Support for more than 8 colors on character terminals:
18103         * term/rxvt.el: New file.
18105         * Makefile.in (DONTCOMPILE): Remove term/xterm.el.
18107         * term/xterm.el (xterm-standard-colors): New variable.
18108         (xterm-rgb-convert-to-16bit, xterm-register-default-colors)
18109         (xterm-rxvt-set-background-mode): New functions.
18110         (toplevel): Call xterm-register-default-colors,
18111         xterm-rxvt-set-background-mode, and tty-set-up-initial-frame-faces.
18112         Add support for more keys from xterm's terminfo entry.
18114         * facemenu.el (list-colors-display): If the argument is nil, don't
18115         show more colors that the number returned by display-color-cells.
18117         * term/pc-win.el (msdos-color-values): Reverse the order of the
18118         colors, since tty-color-define now preserves the registration order.
18120         * w32-fns.el (w32-tty-standard-colors): Reverse the order.
18122         * term/tty-colors.el (tty-standard-colors): Reverse the order.
18123         (tty-register-default-colors): New function; code moved from
18124         startup.el's command-line.
18125         (tty-modify-color-alist): Use nconc instead of cons, to preserve
18126         the order the colors where registered.
18128         * frame.el (display-color-cells): Use tty-display-color-cells.
18130         * startup.el (command-line): Call tty-register-default-colors.
18132 2002-01-25  Richard M. Stallman  <rms@gnu.org>
18134         * subr.el (remove): Doc fix.
18136 2002-01-24  Richard M. Stallman  <rms@gnu.org>
18138         * progmodes/compile.el (compilation-handle-exit):
18139         Add a compilation-handle-exit property to the "finished" message.
18140         (compilation-parse-errors): Stop parsing when that property is seen.
18142         * subr.el (substring-no-properties): New function.
18143         (copy-without-properties): Function deleted.
18145         * term/x-win.el (x-handle-geometry): Put sizes on both
18146         initial-frame-alist and default-frame-alist.
18148         * cus-edit.el (custom-save-all): Bind file-precious-flag to t
18149         for saving .emacs.
18151         * files.el (basic-save-buffer-2): Ignore file-error in delete-file.
18153         * calendar/calendar.el (generate-calendar-month): Doc fix.
18155 2002-01-23  Richard M. Stallman  <rms@gnu.org>
18157         * play/tetris.el (tetris): New defgroup.
18158         (tetris-use-glyphs, tetris-use-color, tetris-draw-border-with-glyphs)
18159         (tetris-default-tick-period): Convert to defcustom.
18160         Added * in docstring to indicate user variable.
18161         (tetris-update-speed-function, tetris-mode-hook, tetris-tty-colors)
18162         (tetris-x-colors, tetris-buffer-name, tetris-buffer-width)
18163         (tetris-buffer-height, tetris-width, tetris-height)
18164         (tetris-top-left-x, tetris-top-left-y): Convert to defcustom.
18166 2002-01-22  Stefan Monnier  <monnier@cs.yale.edu>
18168         * mail/sendmail.el (mail-mode): ">" is not a supercite-style prefix
18169         and is already matched by adaptive-fill-regexp.
18171 2002-01-22  Richard M. Stallman  <rms@gnu.org>
18173         * bindings.el (mode-line-copied-mode-name): New variable.
18174         (mode-line-mode-name): Don't modify mode-name itself!
18175         Instead, make a copy and reuse it.
18177         * subr.el (copy-without-properties): New function.
18179         * progmodes/sh-script.el (sh-set-shell): Doc fix.
18181         * net/ange-ftp.el (ange-ftp-canonize-filename): Avoid duplicate
18182         slash if DIR is just slash.
18184         * progmodes/perl-mode.el (perl-mode-abbrev-table): Restore definition.
18186 2002-01-21  Richard M. Stallman  <rms@gnu.org>
18188         * emacs-lisp/copyright.el (copyright-regexp): Fix previous change.
18190         * net/ange-ftp.el (ange-ftp-bs2000-posix-hook-installed):
18191         Move defvar up.
18193         * textmodes/ispell.el (ispell-help): Clean up echo area if user quits.
18195         * ibuffer.el: Don't require ibuf-ext at load time.
18196         (ibuffer): Require ibuf-ext here.
18198 2002-01-21  Francesco Potort\e,Al\e(B  <pot@gnu.org>
18200         * generic-x.el (apache-conf-generic-mode): Highlight the first
18201         word in a line even if preceded by blanks.
18203 2002-01-21  Richard M. Stallman  <rms@gnu.org>
18205         * window.el (window-body-height): Handle minibuffer window specially.
18206         Otherwise, don't return less than 1.
18208 2002-01-20  Thomas Dorner  <Thomas.Dorner@start.de>
18210         * ange-ftp.el: Added support for BS2000, and for raw ftp
18211         login commands (needed in some circumstances).
18212         (ange-ftp-raw-login): New custom var.
18213         (ange-ftp-normal-login): Perform login with raw ftp commands, if
18214         ange-ftp-raw-login is set and account password is needed.
18215         (ange-ftp-host-type, ange-ftp-guess-host-type): Handle BS2000 hosts.
18216         (ange-ftp-bs2000-filename-pubset-regexp)
18217         (ange-ftp-bs2000-filename-username-regexp)
18218         (ange-ftp-bs2000-filename-prefix-regexp)
18219         (ange-ftp-bs2000-name-template): New consts.
18220         (ange-ftp-bs2000-short-filename-regexp)
18221         (ange-ftp-bs2000-fix-name-regexp-reverse)
18222         (ange-ftp-bs2000-fix-name-regexp): New consts.
18223         (ange-ftp-bs2000-special-prefix): New custom var.
18224         (ange-ftp-fix-name-for-bs2000)
18225         (ange-ftp-fix-dir-name-for-bs2000): New funs.
18226         (ange-ftp-bs2000-host-regexp, ange-ftp-bs2000-posix-host-regexp)
18227         (ange-ftp-bs2000-posix-hook-installed): New vars.
18228         (ange-ftp-parse-bs2000-filename, ange-ftp-parse-bs2000-listing)
18229         (ange-ftp-bs2000-host, ange-ftp-bs2000-posix-host)
18230         (ange-ftp-add-bs2000-host, ange-ftp-add-bs2000-posix-host): New funs.
18231         (ange-ftp-bs2000-filename-regexp): New const.
18232         (ange-ftp-bs2000-additional-pubsets): New custom var.
18233         (ange-ftp-bs2000-cd-to-posix): New fun.
18235 2002-01-20  Colin Walters  <walters@verbum.org>
18237         * ibuffer.el: (toplevel) Require `ibuf-ext', which is now compiled
18238         with `byte-compile-dynamic'.
18239         (ibuffer-default-directory, toplevel): Doc files.
18241 2002-01-20  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
18243         * tempo.el (tempo-define-template): Doc fix.
18245         * scroll-bar.el (scroll-bar-mode): Make argument optional.
18247 2002-01-20  Jason Rumney  <jasonr@gnu.org>
18249         * w32-vars.el: New file.
18251         * loadup.el [windows-nt]: Load it.
18253         * w32-fns.el, term/w32-win.el: Move user variables to w32-vars.el
18254         and make them defcustoms.
18256         * term/w32-win.el (mouse-set-font): Use w32-list-proportional-fonts.
18258 2002-01-19  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
18260         * language/tibet-util.el (tibetan-decompose-region)
18261         (tibetan-decompose-string): Fix typo in docstring.
18263         * ruler-mode.el (ruler-mode): New keyword.  Fix :version.
18265 2002-01-18  Richard M. Stallman  <rms@gnu.org>
18267         * comint.el (comint-redirect-send-command-to-process):
18268         Restore previous current buffer.
18270         * window.el (window-body-height): New function.
18272 2002-01-18  Zoltan Kemenczy  <kemenczy@rogers.com>
18274         * gud.el (easy-mmode-defmap): Enable "Up Stack", "Down Stack", and
18275         "Finish Function" menu map entries for jdb mode.
18276         (gud-jdb-use-classpath): New customization variable.
18277         (gud-jdb-command-name): Add customization.
18278         (gud-jdb-classpath, gud-marker-acc-max-length): New variables.
18279         (gud-jdb-classpath-string): New variable.
18280         (gud-jdb-source-files, gud-jdb-class-source-alist): Add doc strings.
18281         (gud-jdb-build-source-files-list): Likewise.
18282         (gud-jdb-massage-args): Record any command argument classpath
18283         string in `gud-jdb-classpath-string'.
18284         (gud-jdb-lowest-stack-level): New function, finds bottom of current
18285         java call stack in jdb output.
18286         (gud-jdb-find-source-using-classpath, gud-jdb-find-source)
18287         (gud-jdb-parse-classpath-string): New functions.
18288         (gud-jdb-marker-filter): Search/detect classpath information in
18289         jdb's output.  marker regexp updated to match oldjdb and jdb output
18290         formats.  Expand search for source files to include new/old methods
18291         using new functions above.  Do not allow `gud-marker-acc' to grow
18292         without bound.
18293         (jdb): Set classpath information (if available) as jdb is started.
18294         Change `gud-break' and `gud-remove'
18295         to use new %c ("class") escape in format strings.
18296         Add `gud-finish', `gud-up', `gud-down' command string functions, and
18297         add them to the local menu map.  Update `comint-prompt-regexp' for
18298         jdb and oldjdb.  If attaching to an already running java VM and
18299         configured to use classpath, send command to query for classpath,
18300         else use previous method for finding and parsing java
18301         sources.  Set `gud-jdb-find-source' function accordingly.
18302         (gud-mode): Doc fix.
18303         (gud-format-command): Add support for new %c ("class") escape.
18304         (gud-find-class): New function in support of %c escape.
18306 2002-01-17  Richard M. Stallman  <rms@gnu.org>
18308         * ibuf-ext.el: Enable byte-compile-dynamic.
18310 2002-01-17  Jason Rumney  <jasonr@gnu.org>
18312         * term/w32-win.el: Restore conditional require of fontset.
18314 2002-01-16  Richard M. Stallman  <rms@gnu.org>
18316         * mouse.el (mouse-drag-region-1): Renamed from mouse-drag-region,
18317         more or less.
18318         (mouse-drag-region): New function.  For a click in the echo area,
18319         show *Messages*.
18321         * ibuf-ext.el: Delete the autoloads for functions defined with
18322         ibuffer-specific commands.
18324         * help.el (describe-distribution): Really call view-file.
18326         * net/ange-ftp.el (ange-ftp-passive-mode): New arg PROC.
18327         (ange-ftp-get-process): Pass that arg.
18329         * comint.el (comint-simple-send): Fix previous change.
18331         * net/telnet.el (telnet-simple-send): Fix previous change.
18333         * progmodes/sql.el (sql-escape-newlines-and-send)
18334         (sql-query-placeholders-and-send): Fix previous change.
18336 2002-01-16  Colin Walters  <walters@verbum.org>
18338         * ibuf-ext.el, ibuf-macs.el, ibuffer.el (toplevel): Remove X-RCS,
18339         URL, Compatibility headers.  Update copyright notice.
18340         * ibuf-macs.el (toplevel): Require `cl' when compiling.
18342 2002-01-16  Andrew Choi  <akochoi@cse.cuhk.edu.hk>
18344         * startup.el (command-line): Set EOL mnemonics for the Mac.
18346 2002-01-16  Andreas Schwab  <schwab@suse.de>
18348         * mail/feedmail.el (feedmail): Fix :link spec.
18350 2002-01-16  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
18352         * net/ldap.el (ldap-ldapsearch-prog): Default to OpenLDAP version
18353         2 ldapsearch.
18355         * net/eudc.el: New maintainer.  Change author's address.
18356         (eudc-pre-select-window-configuration, eudc-insertion-marker):
18357         Variables removed.
18358         (eudc-insert-selected): Function removed.
18359         (eudc-select): Reimplemented.
18360         (eudc-expand-inline): Delete the strings only after its expansion
18361         is chosen not before.
18363         * net/eudcb-ph.el (eudc-ph-open-session): Remove XEmacs case.
18364         Minor coding style fixes.
18366         * net/eudcb-ldap.el: New maintainer.  Change author's address.
18367         (eudc-attribute-display-method-alist): Display mail with
18368         eudc-display-mail.
18370         * net/eudcb-bbdb.el, net/eudc-export.el, net/eudc-hotlist.el,
18371         * net/eudc-vars.el: New maintainer.  Change author's address.
18373         * net/eudc-bob.el: New maintainer.  Change author's address.
18374         (eudc-bob-mail-keymap): New keymap for e-mail addresses.
18375         (eudc-display-mail): New function.
18376         (eudc-bob-play-sound-at-point): Remove XEmacs case.
18378 2002-01-15  Richard M. Stallman  <rms@gnu.org>
18380         * emacs-lisp/autoload.el (make-autoload):
18381         Don't handle define-ibuffer-column, define-ibuffer-filter,
18382         define-ibuffer-sorter, and define-ibuffer-op.
18384 2002-01-14  Richard M. Stallman  <rms@gnu.org>
18386         * calendar/calendar.el (diary-date-forms): Doc fix.
18388 2002-01-14  Eli Zaretskii  <eliz@is.elta.co.il>
18390         * startup.el (command-line): Register the default tty colors even
18391         if the terminal doesn't seem to support colors.
18392         <tty-long-option-alist>: New option --color.
18393         (tty-handle-args): Parse the --color arg.
18395         * term/tty-colors.el (tty-color-mode-alist): New variable.
18397 2002-01-14  Stefan Monnier  <monnier@cs.yale.edu>
18399         * net/ange-ftp.el (ange-ftp-root-dir-p): New function.
18400         (ange-ftp-file-name-all-completions, ange-ftp-file-name-completion):
18401         Use it.
18402         (ange-ftp-hook-function): Preserve match-data.
18403         (ange-ftp-insert-directory): Typo.
18404         (ange-ftp-shell-command): Check if regexp matched.
18406 2002-01-13  Richard M. Stallman  <rms@gnu.org>
18408         * international/mule-cmds.el: help-map bindings moved to help.el.
18410         * help.el (view-echo-area-messages): New function.
18411         (help-map): Add `e' binding.  Delete obsolete `d' binding.
18412         Change old Info bindings C-f, C-k and C-i to F, K, S.
18413         Move view-emacs-FAQ from F to C-f.
18414         Move view-emacs-problems from P to C-e.
18415         Bindings moved here from mule-cmds.el.
18416         C-l binding for describe-language-environment deleted
18417         (help-for-help): Update for all these changes.
18419         * emacs-lisp/copyright.el (copyright-regexp): Make (C) optional.
18421 2002-01-13  Dave Love  <fx@gnu.org>
18423         * emacs-lisp/copyright.el: Doc fixes.
18424         (copyright-regexp): Add Latin-9 copyright sign.
18425         Match comment delimiters in year lists.
18426         (copyright-current-year): Initialize to load-time year.
18428 2002-01-13  Andreas Schwab  <schwab@suse.de>
18430         * dired-aux.el (dired-do-shell-command): Doc fix.
18432 2002-01-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
18434         * startup.el (command-line-x-option-alist): New options "-fs",
18435         "-fw", "-fh", "--fullscreen", "--fullwidth", and "--fullheight".
18437         * term/x-win.el (x-handle-initial-switch): New function.
18439 2002-01-13  Colin Walters  <walters@debian.org>
18441         * emacs-lisp/autoload.el (make-autoload): Handle define-ibuffer-column,
18442         define-ibuffer-filter, define-ibuffer-sorter, and define-ibuffer-op.
18444         * emacs-lisp/lisp-mode.el (toplevel): Ditto.
18446         * ibuffer.el, ibuf-ext.el, ibuf-macs.el: New files.
18448 2002-01-12  Richard M. Stallman  <rms@gnu.org>
18450         * net/browse-url.el (browse-url-grail):
18451         Use browse-url-maybe-new-window.
18453         * net/telnet.el (telnet-simple-send):
18454         Handle comint-input-sender-no-newline like comint-simple-send.
18456         * progmodes/sql.el (sql-query-placeholders-and-send):
18457         Handle comint-input-sender-no-newline like comint-simple-send.
18458         (sql-escape-newlines-and-send): Likewise.
18460         * comint.el (comint-input-sender): Doc fix.
18461         (comint-input-sender-no-newline): New variable.
18462         (comint-simple-send): If comint-input-sender-no-newline,
18463         don't output newline, but maybe send eof.
18464         (comint-send-input): New arg NO-NEWLINE.
18465         (comint-send-eof): Call comint-send-eof with NO-NEWLINE.
18467 2002-01-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
18469         * textmodes/flyspell.el (flyspell-check-pre-word-p):
18470         Prevent delaying when executing keyboard macros.
18472 2002-01-12  Richard M. Stallman  <rms@gnu.org>
18474         * simple.el (line-move): If we can't move enough lines,
18475         go to beginning or end of line.
18477         * help-mode.el (help-xref-go-back): Restore POSITION in proper buffer
18478         and proper window.
18480         * help.el (describe-mode): Call help-setup-xref in the help buffer.
18481         Switch buffers only after calling `help-buffer'.
18483         * dired-aux.el (dired-shell-stuff-it): Substitute for * or ?
18484         only when they are surrounded by whitespace.
18485         Use dired-mark-separator when adding one file name to a command.
18486         (dired-do-shell-command): Verify that * is surrounded by whitespace.
18487         Ask for confirmation if * or ? is not surrounded by whitespace.
18488         (dired-bunch-files): Re-reverse the partial file list when it is used.
18490 2002-01-12  Richard M. Stallman  <rms@gnu.org>
18492         * comint.el (comint-dynamic-list-completions): Repeating the command
18493         after displaying a completion list scrolls the list.
18495 2002-01-12  Eli Zaretskii  <eliz@is.elta.co.il>
18497         * files.el (find-file-noselect): Don't consider a buffer as
18498         visiting a file literally if it is in hexl-mode.
18500         * faces.el (minibuffer-prompt): A better face definition for MS-DOS.
18502 2002-01-11  Richard M. Stallman  <rms@gnu.org>
18504         * startup.el (initial-scratch-message): Fix custom type, add group.
18506         * mail/rmail.el (rmail-decode-babyl-format): Disable undo
18507         around the decode-coding-region call.
18509         * emacs-lisp/lisp.el (lisp-complete-symbol): Repeating the command
18510         after displaying a completion list scrolls the list.
18512 2002-01-11  Eli Zaretskii  <eliz@is.elta.co.il>
18514         * version.el (emacs-version): Bump to 21.2.50.
18516 2002-01-10  Thien-Thi Nguyen  <ttn@giblet.glug.org>
18518         * play/zone.el (zone-timeout): New var.
18519         (zone-hiding-modeline): New macro.
18520         (zone-call): New func.
18522         (zone): Init `modeline-hidden-level' symbol property.
18523         Use `zone-call' instead of `funcall'.
18525         (zone-pgm-whack-chars): Use `make-string' (fix bug introduced in 2001-10-26T20:11:25Z!monnier@iro.umontreal.ca).
18527         (zone-pgm-stress): Use `zone-hiding-modeline'.
18529         (zone-pgm-stress-destress): New zone program.
18531 2002-01-10  Eli Zaretskii  <eliz@is.elta.co.il>
18533         * faces.el (minibuffer-prompt): Special face definition for MS-DOS.
18535 2002-01-09  Richard M. Stallman  <rms@gnu.org>
18537         * startup.el (fancy-splash-screens): Set tab-width in correct buffer.
18539 2002-01-09  Michael Kifer  <kifer@cs.stonybrook.edu>
18541         * viper.el (viper-set-hooks): Zap viper-unfriendly bindings in
18542         flyspell-mouse-map.
18544 2002-01-08  Richard M. Stallman  <rms@gnu.org>
18546         * emacs-lisp/regexp-opt.el (regexp-opt): Bind max-specpdl-size.
18548         * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Fix custom type.
18550         * textmodes/flyspell.el (flyspell-mode-line-string): Fix custom type.
18552 2002-01-08  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
18554         * progmodes/ada-mode.el (ada-initialize-properties, ada-mode):
18555         Do not use make-local-hook.
18557 2002-01-08  Eli Zaretskii  <eliz@is.elta.co.il>
18559         * international/quail.el (quail-start-translation)
18560         (quail-start-conversion): Bind last-command-event, last-command,
18561         and this-command in the first let.  This fixes the change from
18562         2000-08-30.
18564 2002-01-08  Michael Kifer  <kifer@cs.stonybrook.edu>
18566         * ediff-hook.el: Add an autoload cookie.
18568 2002-01-08  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
18570         * net/eudcb-ph.el, net/ldap.el: New maintainer.  New e-mail
18571         address of the author.
18573 2002-01-08  Richard M. Stallman  <rms@gnu.org>
18575         * replace.el (occur-mode-goto-occurrence-other-window): New command.
18576         (occur-mode-map): Bind `o' to that.
18578 2002-01-07  Michael Kifer  <kifer@cs.stonybrook.edu>
18580         * viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
18581         new macro that replaces viper-emacs-p and viper-xemacs-p in many
18582         cases. Used to reduce the number of warnings.
18584         * viper-cmd.el: Use viper-cond-compile-for-xemacs-or-emacs.
18585         (viper-standard-value): Move here from viper.el.
18586         (viper-set-unread-command-events): Move to viper-util.el
18587         (viper-check-minibuffer-overlay): Make sure
18588         viper-minibuffer-overlay is moved to cover the entire input field.
18590         * viper-util.el: Use viper-cond-compile-for-xemacs-or-emacs.
18591         (viper-read-key-sequence, viper-set-unread-command-events)
18592         (viper-char-symbol-sequence-p, viper-char-array-p): Moved here.
18594         * viper-ex.el: Use viper-cond-compile-for-xemacs-or-emacs.
18596         * viper-keym.el: Use viper-cond-compile-for-xemacs-or-emacs.
18598         * viper-mous.el: Use viper-cond-compile-for-xemacs-or-emacs.
18600         * viper-macs.el (viper-char-array-p, viper-char-symbol-sequence-p)
18601         (viper-event-vector-p): Move to viper-util.el
18603         * viper.el (viper-standard-value): Move to viper-cmd.el.
18604         Use viper-cond-compile-for-xemacs-or-emacs.
18606         * ediff-help.el: Use ediff-cond-compile-for-xemacs-or-emacs.
18608         * ediff-hook.el: Use ediff-cond-compile-for-xemacs-or-emacs.
18610         * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs):
18611         New macro designed to be used in many places where ediff-emacs-p or
18612         ediff-xemacs-p was previously used.  Reduces the number of warnings.
18613         Use ediff-cond-compile-for-xemacs-or-emacs in many places in lieu
18614         of ediff-xemacs-p.
18615         (ediff-make-current-diff-overlay, ediff-highlight-diff-in-one-buffer)
18616         (ediff-convert-fine-diffs-to-overlays, ediff-empty-diff-region-p)
18617         (ediff-whitespace-diff-region-p, ediff-get-region-contents):
18618         Move to ediff-util.el.
18619         (ediff-event-key): Moved here.
18621         * ediff-merge.el: Got rid of unreferenced variables.
18623         * ediff-mult.el: Use ediff-cond-compile-for-xemacs-or-emacs.
18625         * ediff-util.el: Use ediff-cond-compile-for-xemacs-or-emacs.
18626         (ediff-cleanup-mess): Improve the way windows are set up after
18627         quitting ediff.
18628         (ediff-janitor): Use ediff-dispose-of-variant-according-to-user.
18629         (ediff-dispose-of-variant-according-to-user): New function
18630         designed to be smarter and also understands indirect buffers.
18631         (ediff-highlight-diff-in-one-buffer)
18632         (ediff-unhighlight-diff-in-one-buffer)
18633         (ediff-unhighlight-diffs-totally-in-one-buffer)
18634         (ediff-highlight-diff, ediff-highlight-diff)
18635         (ediff-unhighlight-diff, ediff-unhighlight-diffs-totally)
18636         (ediff-empty-diff-region-p, ediff-whitespace-diff-region-p)
18637         (ediff-get-region-contents, ediff-make-current-diff-overlay):
18638         Moved here.
18639         (ediff-format-bindings-of): New function by Hannu Koivisto
18640         <azure@iki.fi>.
18641         (ediff-setup): Make sure the merge buffer is always widened and
18642         modifiable.
18643         (ediff-write-merge-buffer-and-maybe-kill): Refuse to write the
18644         result of a merge into a file visited by another buffer.
18645         (ediff-arrange-autosave-in-merge-jobs): Check if the merge file
18646         is visited by another buffer and ask to save/delete that buffer.
18647         (ediff-verify-file-merge-buffer): New function to do the above.
18649         * ediff-vers.el: Load ediff-init.el at compile time.
18651         * ediff-wind.el: Use ediff-cond-compile-for-xemacs-or-emacs.
18653         * ediff.el (ediff-windows, ediff-regions-wordwise)
18654         (ediff-regions-linewise): Use indirect buffers to improve
18655         robustness and make it possible to compare regions of the same
18656         buffer (even overlapping regions).
18657         (ediff-clone-buffer-for-region-comparison)
18658         (ediff-clone-buffer-for-window-comparison): New functions.
18659         (ediff-files-internal): Refuse to compare identical files.
18660         (ediff-regions-internal): Get rid of the warning about comparing
18661         regions of the same buffer.
18663         * ediff-diff.el (ediff-convert-fine-diffs-to-overlays): Moved here.
18664         Plus the following fixes courtesy of Dave Love: Doc fixes.
18665         (ediff-word-1): Use word class and move - to the
18666         front per regexp documentation.
18667         (ediff-wordify): Bind forward-word-function outside loop.
18668         (ediff-copy-to-buffer): Use insert-buffer-substring rather than
18669         consing buffer contents.
18670         (ediff-goto-word): Move syntax table setting outside loop.
18672 2002-01-07  Richard M. Stallman  <rms@gnu.org>
18674         * dired.el (dired-copy-filename-as-kill): Call kill-append
18675         if following a kill command.
18677         * help-fns.el (describe-variable, describe-function):
18678         Do save-excursion.
18680 2002-01-06  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
18682         * net/ldap.el (ldap-search-internal): Skip error message from
18683         ldapsearch.  Allow listing attribute names only.  Do not open
18684         non-existent files.
18686         * net/eudcb-ldap.el (eudc-ldap-get-field-list): Do not try to
18687         call non-existent function.
18689         * net/eudc.el (top-level): Revert previous change.
18691         * net/net-utils.el (nslookup-font-lock-keywords): Defvar font-lock
18692         variables to prevent warning from byte-compiler.
18694         * net/eudc.el (top-level): Use eudc-xemacs-p instead of
18695         string-match on emacs-version again.
18697         * enriched.el (enriched-make-annotation): Fix the change from
18698         2002-01-05.
18699         (enriched-handle-display-prop): Return proper values.
18701         * net/eudcb-ldap.el (eudc-attribute-display-method-alist):
18702         Use proper attribute name labeledUri instead of deprecated labeledUrl.
18704 2002-01-05  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
18706         * net/eudc-hotlist.el (eudc-edit-hotlist): Avoid error when
18707         editing an empty hotlist.
18709         * net/ldap.el (ldap-search-internal): Make the buffer unibyte.
18710         Use buffer-string instead of buffer-substring for the whole buffer.
18712         * net/eudc-vars.el (eudc-external-viewers): Do not use xv, it is
18713         not free.
18715         * net/eudc-bob.el (eudc-bob-can-display-inline-images)
18716         (eudc-bob-display-jpeg): Use fboundp instead of boundp.
18717         (eudc-bob-save-object): Make the buffer unibyte.
18718         (eudc-bob-generic-keymap): Add new keybinding `!' to pipe the
18719         object to external program.
18721 2002-01-05  Andre Spiegel  <spiegel@gnu.org>
18723         * vc.el (vc-branch-part): Return nil if there's no `.'
18724         (vc-default-previous-version): Renamed from vc-previous-version.
18725         New args BACKEND and FILE.  Return nil for revision numbers
18726         without a `.'
18727         (vc-version-diff): Call vc-BACKEND-previous-version.
18728         (vc-steal-lock): Steal lock before composing mail, so that no mail
18729         is sent when the stealing goes wrong.  And we'll actually see the
18730         error in that case now.
18731         (vc-finish-steal): Removed.
18733         * vc-rcs.el (vc-rcs-steal-lock): Do a real checkout after stealing
18734         the lock, so that we see expanded headers.
18735         (vc-rcs-trunk-p, vc-rcs-branch-part, vc-rcs-branch-p)
18736         (vc-rcs-minor-part, vc-rcs-previous-version): Removed.  These are
18737         available from vc.el.  Updated all callers.
18739 2002-01-05  Richard M. Stallman  <rms@gnu.org>
18741         * enriched.el (enriched-make-annotation): Doc fix.
18743         * format.el (format-replace-strings, format-subtract-regions)
18744         (format-annotate-region, format-annotate-location)
18745         (format-annotate-atomic-property-change)
18746         (format-annotate-single-property-change): Doc fixes.
18748 2002-01-05  Jason Rumney  <jasonr@gnu.org>
18750         * term/w32-win.el: Require fontset unconditionally.
18751         (w32-handle-scroll-bar-event): Remove.
18753 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18755         * emacs-lisp/copyright.el (copyright-regexp): Allow multi-line
18756         copyrights to be updated.
18758 2002-01-04  Eli Zaretskii  <eliz@is.elta.co.il>
18760         * textmodes/texinfo.el (texinfo-insert-@end): Fix the change from
18761         2001-10-24.
18763         * mail/sendmail.el (mail-recover-1, mail-recover): Doc fix.
18765 2002-01-04  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
18767         * net/ldap.el (ldap-host-parameters-alist): Remove duplicated entry.
18768         (ldap-ignore-attribute-codings): Change the default value to allow
18769         encoding/decoding of attributes.
18770         (ldap-coding-system): Use UTF-8 as the coding-system.  Doc fix.
18772 2002-01-03  Richard M. Stallman  <rms@gnu.org>
18774         * files.el (basic-save-buffer): Undo previous change.
18776         * calendar/diary-lib.el (diary-block): Doc fix.
18778         * custom.el (defcustom): Fix syntax of previous change.
18780 2002-01-03  Per Abrahamsen  <abraham@dina.kvl.dk>
18782         * custom.el (defcustom): Documented :tag, :link and :load.
18784 2002-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
18786         * mail/sendmail.el (mail-recover-1): New function.
18787         (mail-recover): Switch to the *mail* buffer right away.
18788         Use buffer-auto-save-file-name instead of calling
18789         make-auto-save-file-name.  Call dired-noselect instead of invoking
18790         `ls' directly.  Bind coding-system-for-read to emacs-mule-unix
18791         before reading the auto-save file.  If the buffer's auto-save file
18792         does not exist, call mail-recover-1 to allow recovery from past
18793         auto-saved drafts.
18795 2002-01-03  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
18797         * time.el (display-time-load-average-threshold): Fix defcustom
18798         (add type and group).
18800         * net/ange-ftp.el (ange-ftp-shell-command): Remove port
18801         specification from the hostname.
18803 2002-01-02  Richard M. Stallman  <rms@gnu.org>
18805         * facemenu.el (facemenu-active-faces):
18806         Use face-attributes-as-vector, not face-attributes-vector.
18808 2002-01-02  Chris Hanson  <cph@aarau.ai.mit.edu>
18810         * xscheme.el: Eleven years of updates on a private copy.
18812         Extensive changes to support multiple xscheme buffers:
18813         (run-scheme): Break up into new functions to facilitate starting
18814         processes in other buffers.
18815         (xscheme-start, xscheme-read-command-line): New functions.
18816         (start-scheme, select-scheme)
18817         (default-xscheme-runlight)
18818         (global-set-scheme-interaction-buffer)
18819         (local-set-scheme-interaction-buffer)
18820         (local-clear-scheme-interaction-buffer)
18821         (exit-scheme-interaction-mode)
18822         (verify-xscheme-buffer): New functions.
18823         (xscheme-process-name, xscheme-buffer-name)
18824         (xscheme-runlight): New internal vars.
18825         (default-xscheme-runlight): New const.
18826         (xscheme-start-process): Add args for the process/buffer names.
18827         (reset-scheme): Pass process/buffer names.
18828         (scheme-interaction-mode): Initialize new local vars.
18829         (reset-scheme, xscheme-send-string-2, xscheme-process-running-p)
18830         (xscheme-select-process-buffer, xscheme-process-buffer)
18831         (xscheme-send-region, xscheme-send-char, xscheme-send-interrupt)
18832         (xscheme-goto-output-point, xscheme-write-message-1): Use new
18833         var xscheme-process-name.
18834         (xscheme-start-process): Initialize xscheme-process-name and
18835         xscheme-buffer-name in the process buffer.  Pass buffer name to
18836         xscheme-modeline-initialize.
18837         (xscheme-modeline-initialize): Add argument to specify buffer name
18838         for mode-line vars.
18839         (xscheme-process-sentinel): Make sure sentinel is run in the
18840         process buffer so it sees its local vars.
18841         (xscheme-process-filter-initialize, xscheme-set-runlight):
18842         More elaborate logic to handle multiple-buffer mode lines.
18844         (xscheme-enter-input-wait): Re-enable control-G handler upon
18845         entering input wait.
18847         (scheme-interaction-mode): Add arg to preserve local vars.
18848         (xscheme-enter-interaction-mode)
18849         (xscheme-enter-debugger-mode): Preserve local vars.
18850         (xscheme-start-process): Clobber local vars.
18852         (scheme-interaction-mode-commands): Allow end user to add commands
18853         to scheme-interaction-mode keymap.
18854         (scheme-interaction-mode-commands-alist): New variable.
18856         (xscheme-send-string): Don't use insert-before-markers.
18858         Implement a per-buffer kill ring:
18859         (xscheme-insert-expression)
18860         (xscheme-rotate-yank-pointer, xscheme-yank)
18861         (xscheme-yank-pop, xscheme-yank-push): New functions.
18862         (xscheme-expressions-ring)
18863         (xscheme-expressions-ring-yank-pointer)
18864         (xscheme-expressions-ring-max): New variables.
18865         (xscheme-send-string-1): Call xscheme-insert-expression to save
18866         expression in ring.
18867         (xscheme-yank-previous-send): Now an alias for xscheme-yank.
18868         (xscheme-previous-send): Deleted variable.
18870         (xscheme-send-string-2, xscheme-send-char, xscheme-send-proceed)
18871         (xscheme-send-control-g-interrupt): Use process-send-string rather
18872         than send-string.
18874         (xscheme-send-region): Insert a newline after an expression that
18875         is submitted in the interaction buffer, for consistency with
18876         recent changes to Edwin.
18878         (xscheme-delete-output): New function mimics comint-delete-output.
18879         (xscheme-last-input-end): New internal variable.
18880         (xscheme-process-filter-output): Update xscheme-last-input-end.
18882         (xscheme-send-control-g-interrupt): Make sure that
18883         xscheme-control-g-disabled-p is looked up in the right buffer.
18885         (xscheme-enable-control-g): Clear C-g message if visible.
18886         (xscheme-control-g-message-string): New internal var.
18887         (xscheme-send-control-g-interrupt): Use new var.
18889         (xscheme-send-control-g-interrupt, xscheme-send-interrupt):
18890         Delay after sending interrupt in order to work around race condition.
18892         (xscheme-send-control-g-interrupt, xscheme-send-interrupt)
18893         (xscheme-send-char): Use xscheme-send-char rather than send-string
18894         to send single char.
18896         (xscheme-process-filter, xscheme-process-filter-alist):
18897         Add support for evaluating expressions outside of the call-excursion.
18898         (xscheme-process-filter:string-action-noexcursion): New func.
18900         (xscheme-write-value): Change output string to match that used by
18901         Edwin.
18903         (xscheme-coerce-prompt): Don't write a space after a command
18904         prompt.  The PROMPT-FOR-COMMAND- procedures will take care of this
18905         for us.
18907         (reset-scheme): Delete process after killing it.
18909 2002-01-02  Eli Zaretskii  <eliz@is.elta.co.il>
18911         * bindings.el (function-key-map): Don't bind shifted keypad
18912         numeric keys.
18914 2002-01-02  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
18916         * enriched.el (enriched-handle-display-prop): Remove unused variables.
18917         (enriched-mode): Doc fix.
18919 2002-01-02  Eli Zaretskii  <eliz@is.elta.co.il>
18921         * international/ucs-tables.el (ucs-8859-8-alist): Comment away
18922         Hebrew points.
18924 2002-01-01  Richard M. Stallman  <rms@gnu.org>
18926         * jka-compr.el (jka-compr-write-region): If START = nil, use whole buf.
18928 2001-12-31  Richard M. Stallman  <rms@gnu.org>
18930         * comint.el, cus-edit.el, diff-mode.el, enriched.el, font-lock.el:
18931         * generic-x.el, info.el, log-view.el, pcvs-info.el, speedbar.el:
18932         * wid-edit.el, woman.el, calendar/calendar.el, textmodes/flyspell.el:
18933         * emulation/viper-init.el, eshell/em-ls.el, progmodes/antlr-mode.el:
18934         * progmodes/cperl-mode.el, progmodes/idlwave.el:
18935         * progmodes/sh-script.el, progmodes/vhdl-mode.el:
18936         Adapt face definitions to use :weight and :slant.
18938         * ps-print.el (ps-font-lock-face-attributes): Use :weight and :slant.
18940         * cus-edit.el (custom-face-edit-fix-value): Delete `assert' call.
18942         * font-lock.el (initializing from font-lock-face-attributes):
18943         Use :weight and :slant, not :bold and :italic.
18945 2001-12-31  Per Abrahamsen  <abraham@dina.kvl.dk>
18947         * cus-edit.el (custom-face-edit-fix-value): New function.
18948         (custom-face-edit): Use it, to convert :italic and :bold to new forms.
18950 2001-12-30  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
18952         * progmodes/octave-mod.el (octave-abbrev-table):
18953         * progmodes/idlwave.el (idlwave-mode-abbrev-table):
18954         * progmodes/fortran.el (fortran-mode-abbrev-table):
18955         * progmodes/f90.el (f90-mode-abbrev-table):
18956         * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init):
18957         * progmodes/sql.el (sql-mode-abbrev-table): Mark all the
18958         predefined abbrevs as "system" abbrevs.
18960 2001-12-30  Richard M. Stallman  <rms@gnu.org>
18962         * info.el (Info-fontify-node): For a **** underline line, put the
18963         invisible and intangible props on the following newline, but not
18964         on the previous newline or the last char of the previous line.
18966         * faces.el (face-set-after-frame-default): Don't change `default' face.
18968         * faces.el (minibuffer-prompt): Adopt some default colors.
18970         * replace.el (query-replace-read-args): Immediate error if read-only.
18972         * textmodes/makeinfo.el (makeinfo-compilation-sentinel):
18973         Display the output buffer in a more intelligent way.
18975 2001-12-30  Eli Zaretskii  <eliz@is.elta.co.il>
18977         * ls-lisp.el (insert-directory): Modify the "total" line wording,
18978         in accordance with files.el's insert-directory.
18980 2001-12-29  Richard M. Stallman  <rms@gnu.org>
18982         * files.el (basic-save-buffer): If a before-write hook displays
18983         an echo area message, pause before calling basic-save-buffer-1.
18985 2001-12-29  Markus Rost  <rost@math.ohio-state.edu>
18987         * textmodes/reftex-global.el (reftex-query-replace-document)
18988         (reftex-change-label): Doc fix.
18990         * dired-aux.el (dired-do-query-replace-regexp): Doc fix.
18992         * progmodes/etags.el (tags-query-replace): Doc fix.
18994 2001-12-29  Richard M. Stallman  <rms@gnu.org>
18996         * progmodes/compile.el (compile-internal): Fix previous change.
18998 2001-12-28  Richard M. Stallman  <rms@gnu.org>
19000         * mouse.el (mouse-drag-mode-line-1): When dragging a mode line upward,
19001         shrink the windows above as necessary to get space.
19002         (mouse-drag-move-window-bottom, mouse-drag-window-above): New fns.
19004         * net/ange-ftp.el (ange-ftp-allow-child-lookup): Always return nil.
19005         This fixes a bug that treated all files as directories.
19006         (ange-ftp-insert-directory): Explicitly follow symlinks.
19008         * international/iso-transl.el (iso-transl-char-map) Eliminate the
19009         alias symbols--put the translated sequences here directly.
19011         * progmodes/cc-mode.el (c-mode-abbrev-table)
19012         (c++-mode-abbrev-table, objc-mode-abbrev-table)
19013         (java-mode-abbrev-table, pike-mode-abbrev-table):
19014         Mark all the predefined abbrevs as "system" abbrevs.
19016         * mail/sendmail.el (mail-envelope-from): Fix custom type.
19017         (sendmail-send-it): Check mail-specify-envelope-from
19018         and mail-envelope-from in the mail buffer at start.
19020 2001-12-28  Simon Josefsson  <jas@extundo.com>
19022         * mail/sendmail.el (mail-envelope-from): Fix :type.
19023         (sendmail-send-it): Copy `mail-envelope-from' from calling buffer.
19025 2001-12-28  Richard M. Stallman  <rms@gnu.org>
19027         * net/ldap.el (ldap-search-internal): Handle <file://...> in results.
19029         * simple.el (line-move-invisible): New subroutine.
19030         (line-move-to-column): New subroutine--smarter about advancing over
19031         invisible parts of a line, or lines, but only as long as hpos grows.
19032         (line-move-finish): New subroutine: repeatedly processes desired
19033         column, intangibility, and fields.
19034         (line-move): Use those subroutines.
19035         When moving lines downward, skip invisible text first rather than last.
19037 2001-12-27  Richard M. Stallman  <rms@gnu.org>
19039         * international/mule-diag.el (describe-char-after):
19040         Describe the text properties of the char after point.
19042         * help.el (describe-key): Doc fix.
19044 2001-12-26  Markus Rost  <rost@math.ohio-state.edu>
19046         * find-dired.el (find-dired-sentinel): Precede exit message by
19047         two spaces, to match the regexp in dired-between-files.
19049 2001-12-28  Miles Bader  <miles@gnu.org>
19051         * wid-edit.el (widget-toggle-value-create): Don't eval actual
19052         images (which are lists too).
19054 2001-12-27  Eli Zaretskii  <eliz@is.elta.co.il>
19056         * language/european.el: Fix the doc string of "Latin-5" language
19057         environment.
19059 2001-12-26  Richard M. Stallman  <rms@gnu.org>
19061         * textmodes/flyspell.el (flyspell-mode-map): New keymap,
19062         defined as before 2001-11-09.
19063         (add-minor-mode call): Specify the keymap.
19065         * progmodes/compile.el (compile-internal):
19066         Set TERM variable in process-environment.
19068 2001-12-25  Richard M. Stallman  <rms@gnu.org>
19070         * help-mode.el (help-xref-on-pp): Catch and ignore errors in scanning
19071         the buffer.
19073         * startup.el (command-line): Convert command line args
19074         to Emacs internal representation using locale-coding-system.
19076 2001-12-25  Eli Zaretskii  <eliz@is.elta.co.il>
19078         * international/fontset.el: Don't require ind-util when compiling.
19080 2001-12-25  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
19082         * emulation/tpu-edt.el (tpu-reset-screen-size):
19083         Use set-frame-height and set-frame-width instead of set-screen-height
19084         and set-screen-width.
19086         * vt-control.el (vt-wide, vt-narrow): Use set-frame-width instead
19087         of obsolete set-screen-width.
19089         * locate.el (locate): Remove dot at the end of error argument.
19091         * emerge.el (emerge-show-file-name): Use frame-height instead of
19092         obsolete screen-height.
19094         * mail/mh-utils.el (mh-show-msg): Likewise.
19095         (mh-handle-process-error): Use frame-width instead of obsolete
19096         screen-width.
19098 2001-12-25  Richard M. Stallman  <rms@gnu.org>
19100         * window.el (balance-windows): Use new PRESERVE-BEFORE arg
19101         to enlarge-window.  Use save-selected-window.  Don't try
19102         to resize windows that end at the bottom "level".
19103         Retry changing the sizes until the windows get the desired sizes.
19104         Discount the minibuffer when computing total height available.
19106         * emacs-lisp/debug.el (debugger-mode-map): Bind C-m, not `RET'.
19107         (debugger-make-xrefs): Only make a button for the first symbol
19108         on any line.
19110 2001-12-24  Eli Zaretskii  <eliz@is.elta.co.il>
19112         * term/internal.el (dos-cpNNN-setup, dos-codepage-setup):
19113         Call IT-setup-unicode-display here instead of adding it to
19114         dos-codepage-setup-hook, so that Unicode display tables are set
19115         before dos-codepage-setup-hook runs.
19117 2001-12-24  Richard M. Stallman  <rms@gnu.org>
19119         * net/net-utils.el (ftp-mode-abbrev-table): Don't define it.
19120         (nslookup-mode-abbrev-table): Don't define it.
19121         (smbclient-mode-abbrev-table): Don't define it.
19122         (ftp-mode): Don't use ftp-mode-abbrev-table; don't enable Abbrev mode.
19123         (nslookup-mode, smbclient-mode): Likewise.
19124         (network-connection-service-abbrev-alist): Variable deleted.
19125         (network-connection-mode-setup): Don't set up abbrev table.
19127         * faces.el (minibuffer-prompt): New face.
19128         (minibuffer-prompt-properties): Add `face' property.
19130         * replace.el (occur-mode-display-occurrence): New function.
19131         (occur-mode-map): Bind C-o to it.
19133 2001-12-24  Michael Kifer  <kifer@cs.sunysb.edu>
19135         * viper-cmd.el (viper-change-state): Got rid of make-local-hook.
19136         (viper-special-read-and-insert-char): Make C-m work right in the r
19137         comand.
19138         (viper-buffer-search-enable): Fixed format string.
19140         * viper-ex.el (ex-token-alist): Use ex-set-visited-file-name
19141         instead of viper-info-on-file.
19142         (ex-set-visited-file-name): New function.
19144         * viper.el (viper-emacs-state-mode-list): Added mail-mode.
19146         * ediff-mult.el (ediff-meta-mark-equal-files): Added optional
19147         action argument.
19149         * ediff-init.el: Fixed some doc strings.
19151         * ediff-util.el (ediff-after-quit-hook-internal): New variable.
19152         Got rid of make-local-hook.
19154         * ediff-wind.el (ediff-setup-control-frame): Got rid of
19155         make-local-hook.
19157 2001-12-23  Richard M. Stallman  <rms@gnu.org>
19159         * term/x-win.el (x-handle-geometry): Put height and width
19160         on default-frame-alist, left and top on initial-frame-alist.
19161         * term/w32-win.el (x-handle-geometry): Likewise.
19163         * sort.el (sort-reorder-buffer): Copy all to a temp buffer first.
19165         * play/yow.el (yow): Use an arg to distinguish interactive calls,
19166         not interactive-p.
19168 2001-12-22  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
19170         * emacs-lisp/elint.el (elint-unknown-builtin-args):
19171         Remove mocklisp entries.
19173         * subr.el (insert-string): Moved from mocklisp.c, reimplemented in
19174         Lisp.  Obsoleted.
19176         * emulation/mlconvert.el: File removed.
19178         * emulation/mlsupport.el: Moved to obsolete.
19180         * obsolete/mlsupport.el: Moved there from lisp/emulation.
19182         * emacs-lisp/find-gc.el (source-files): Remove mocklisp.c.
19184         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
19185         Remove mocklisp case.
19187         * help-fns.el (describe-function-1): Remove mocklisp function case.
19189 2001-12-22  Miles Bader  <miles@gnu.org>
19191         * textmodes/refill.el (refill-mode): Don't barf when redundantly
19192         turning refill-mode off.
19194 2001-12-22  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
19196         * time.el (display-time-load-average-threshold): New variable.
19197         (display-time-update): Use it.
19199         These changes allow cycling through past 1, 5 and 15 minutes
19200         load-average displayed in the mode-line.
19202         * time.el (display-time-default-load-average): New customizable option.
19203         (display-time-load-average): New variable.
19204         (display-time-cycle-load-average): New function.
19205         (display-time-update): Use them.
19207 2001-12-21  Richard M. Stallman  <rms@gnu.org>
19209         * apropos.el (apropos-print): SPACING is now nil or a separator string.
19210         (apropos-documentation, apropos-value): Pass a suitable string.
19212 2001-12-21  Eli Zaretskii  <eliz@is.elta.co.il>
19214         * dired.el (dired-free-space-program, dired-free-space-args):
19215         Aliases for back-compatibility.
19217         * info.el (Info-select-node): If Info-use-header-line is nil, set
19218         header-line-format to nil.
19219         (Info-fontify-node): Don't put a keymap text property on the
19220         heading if we are not going to display the header line.  Remove
19221         any such text properties left over from past visits to this node.
19223         * ls-lisp.el (insert-directory): Insert the amount of free disk
19224         space, like files.el's insert-directory does.
19226         * files.el (directory-free-space-program):
19227         Mention file-system-info in the doc string.
19228         (get-free-disk-space): New function; code moved from insert-directory.
19229         (insert-directory): Call get-free-disk-space to get the amount of
19230         free space.
19232 2001-12-21  Richard M. Stallman  <rms@gnu.org>
19234         * help.el (view-order-manuals, view-emacs-news, describe-copying)
19235         (describe-distribution, describe-project): Use view-file.
19237         * emacs-lisp/cl-indent.el (define-modify-macro): Better indent spec.
19239         * net/ange-ftp.el (ange-ftp-file-modtime): Use save-match-data.
19241         * emacs-lisp/easy-mmode.el (define-minor-mode):
19242         Make no arg by default in an interactive call,
19243         so that repeating the command toggles again.
19245         * emacs-lisp/lisp-mode.el (eval-defun-1): Cope with atoms as args.
19247 2001-12-21  Christoph Wedler  <Christoph.Wedler@sap.com>
19249         * antlr-mode.el: More sophisticated indentation of cpp directive.
19250         (antlr-indent-at-bol-alist): New user option.
19251         (antlr-indent-line): Use it.
19252         (antlr-indent-style): New user option.
19253         (antlr-mode): Use it.
19254         (antlr-indent-item-regexp): Customize.
19256         * antlr-mode.el: Syntax highlighting changes.
19257         (antlr-font-lock-literal-regexp): New user option.
19258         (antlr-font-lock-syntax-face): New face used for :, |, ....
19259         (antlr-font-lock-default-face): New face.
19260         (antlr-font-lock-additional-keywords): Use them.
19262         * antlr-mode.el: New command to insert options -- variables.
19263         (antlr-mode-map): New binding [C-c C-o].
19264         (antlr-mode-menu): New submenus.
19265         (antlr-options-use-submenus): New user option.
19266         (antlr-tool-version): New user option.
19267         (antlr-options-auto-colon): New user option.
19268         (antlr-options-style): New user option.
19269         (antlr-options-push-mark): New user option.
19270         (antlr-options-assign-string): New user option.
19271         (antlr-options-headings): New variable.
19273         * antlr-mode.el: New command to insert options -- specific.
19274         (antlr-options-alists): New variable.
19275         (antlr-read-value): New function.
19276         (antlr-read-boolean): New function.
19277         (antlr-language-option-extra): New function.
19278         (antlr-language-limit-n-regexp): Change default to higher LIMIT.
19279         (antlr-c++-mode-extra): New function.
19280         (antlr-grammar-tokens): New function.
19281         (antlr-imenu-create-index-function): New optional argument.
19283         * antlr-mode.el: New command to insert options -- functions.
19284         (antlr-insert-option): New command.
19285         (antlr-insert-option-interactive): New function.
19286         (antlr-options-menu-filter): New function.
19287         (antlr-option-kind): New function.
19288         (antlr-scan-lists): New alias.
19289         (antlr-scan-lists-internal): New function.
19290         (antlr-skip-file-prelude): Hack for special SKIP-COMMENT.
19291         (antlr-option-level): New function.
19292         (antlr-syntactic-grammar-depth): New function.
19293         (antlr-option-location): New function.
19294         (antlr-insert-option-do): New function.
19295         (antlr-option-spec): New function.
19296         (antlr-version-string): New function.
19297         (antlr-insert-option-existing): New function.
19298         (antlr-insert-option-space): New function.
19299         (antlr-insert-option-area): New function.
19301         * antlr-mode.el: New electric keys ":;|&(){}", TAB works better
19302         with narrowing.  Menu change.  Miscellaneous.
19303         (antlr-mode-menu): Include "Indent Region" and "Customize Antlr".
19304         (antlr-mode-map): New bindings for characters in ":;|&(){}".
19305         (antlr-electric-character): New command.
19306         (antlr-class-header-regexp): New variable.
19307         (antlr-font-lock-additional-keywords): Use it.
19308         (antlr-imenu-create-index-function): Use it.
19309         (antlr-file-dependencies): Use it.
19310         (antlr-indent-line): Also works with restrictions.
19311         (antlr-indent-command): Interactive spec - changes the buffer.
19312         (antlr-language-for-option): Deletia.
19313         (antlr-language-option): New function, defined instead.
19314         (antlr-mode): Use it.
19316 2001-12-21  Eli Zaretskii  <eliz@is.elta.co.il>
19318         * jka-compr.el (jka-compr-partial-uncompress): Use null-device
19319         instead of a literal /dev/null.
19321         * Makefile.in (distclean): Remove Makefile in the build
19322         directory, not in the source directory.
19324 2001-12-21  Simon Josefsson  <jas@extundo.com>.
19326         * mail/smtpmail.el (smtpmail-send-queued-mail):
19327         Use with-temp-buffer instead of find-file-noselect, and bind
19328         coding-system-for-read to no-conversion when reading the queued
19329         messages.  (Simon's code modified slightly by Eli Zaretskii.)
19331 2001-12-20  Werner Lemberg  <wl@gnu.org>
19333         * international/mule-diag.el (describe-coding-system)
19334         (print-coding-system-briefly): Make printed output have a similar
19335         format as describe-character-set.
19337 2001-12-20  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
19339         * play/blackbox.el (bb-member): Remove, use member instead.
19340         (bb-delete): Remove, use delete instead.
19341         Update copyright notice.  Defvar for bb-board, bb-x, bb-y,
19342         bb-score, bb-detour-count and bb-balls-placed.
19343         Propertize results of rays.
19345 2001-12-19  Karl Fogel  <kfogel@red-bean.com>
19347         * isearch.el (isearch-forward, isearch-edit-string): Make doc
19348         strings mention keybinding for `isearch-yank-word-or-char',
19349         rather than `isearch-yank-word', since the former is bound now
19350         and the latter is not.
19351         (isearch-yank-word-or-char): Fix formatting.
19353 2001-12-19  Werner Lemberg  <wl@gnu.org>
19355         * language/czech.el, language/european.el, language/slovak.el:
19356         More fixes for language info doc strings.
19358 2001-12-19  Eli Zaretskii  <eliz@is.elta.co.il>
19360         * loadup.el: Add "language" to the load-path.
19362 2001-12-19  Richard M. Stallman  <rms@gnu.org>
19364         * international/mule-cmds.el (describe-language-environment):
19365         Fix calls to help-xref-button.
19367 2001-12-19  Miles Bader  <miles@gnu.org>
19369         * international/fontset.el: Require `ind-util' when compiling.
19371 2001-12-18  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
19373         * language/ethio-util.el (ethio-modify-vowel): Use char-to-string
19374         instead of decompose-composite-char.
19376 2001-12-18  Richard M. Stallman  <rms@gnu.org>
19378         * simple.el (eval-expression-print-level)
19379         (eval-expression-print-length): Doc fixes.
19381         * international/mule-diag.el (describe-character-set):
19382         Fix the arg to help-xref-button.
19384         * files.el (directory-free-space-program): New variable.
19385         (directory-free-space-args): New variable.
19386         (insert-directory): Use those two variables for getting free space.
19387         Use file-system-info instead, if that is defined.
19389         * dired.el (dired-free-space-program): Variable deleted.
19390         (dired-free-space-args): Variable deleted.
19391         (dired-insert-directory): Don't try to determine free space.
19393         * files.el (font-lock-defaults): Add risky-local-variables prop.
19394         (hack-one-local-variable): Treat various font-lock variables as risky.
19396 2001-12-18  Werner Lemberg  <wl@gnu.org>
19398         * language/chinese.el, language/cyrillic.el:
19399         * language/czech.el, language/european.el, language/greek.el:
19400         * language/hebrew.el, language/indian.el, language/japanese.el:
19401         * language/korean.el, language/lao.el, language/slovak.el:
19402         * language/thai.el, language/tibetan.el, language/vietnamese.el:
19403         Improve documentation strings of coding systems and language infos.
19405 2001-12-18  Werner LEMBERG  <wl@gnu.org>
19407         Add support for EUC-TW decoding/encoding.
19409         * language/china-util.el (big5-to-flat-code, flat-code-to-big5)
19410         (euc-to-flat-code, flat-code-to-euc, expand-euc-big5-alist):
19411         New auxiliary functions to build `big5-to-cns'.
19412         (big5-to-cns): New translation alist.
19414         * language/chinese.el: Added new coding system `euc-tw' and its
19415         alias `euc-taiwan'.
19416         Updated language `Chinese-CNS' to include euc-tw encoding also.
19417         (ccl-decode-euc-tw, ccl-encode-euc-tw): New functions for handling
19418         euc-tw.
19420 2001-12-18  Dave Love  <fx@gnu.org>
19422         * loadup.el: Add language/utf-8-lang, language/georgian.
19424         * image-file.el (image-file-name-extensions): Add pnm.  Doc fix.
19425         (image-file-name-regexps): Doc fix.
19427         * server.el (server-unload-hook): New function.
19429         * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): Group the leader.
19430         (lm-crack-copyright): Cope with multi-line copyright `lines'.
19432         * simple.el (newline): Doc fix.
19433         (eval-expression-print-level, eval-expression-print-length): Doc
19434         fix.  Amend :type.
19435         (next-line, previous-line): Make arg optional.
19436         (newline): Doc fix.
19438         * Makefile.in (DONTCOMPILE): Add various language files.
19440         * international/quail.el (quail-input-string-to-events): Don't use
19441         string-to-list.
19443         * progmodes/f90.el (f90-break-line): Avoid infinite recursion
19444         calling `newline'.
19446 2001-12-17  Richard M. Stallman  <rms@gnu.org>
19448         * comint.el (comint-dynamic-list-input-ring-select): New function.
19449         Switches back to the old window configuration.
19450         (comint-dynamic-list-input-ring): Bind RET to that function.
19451         (comint-dynamic-list-input-ring-window-conf): New variable.
19453 2001-12-17  Werner Lemberg  <wl@gnu.org>
19455         * international/mule-conf.el: Improve documentation strings of
19456         character sets.
19458 2001-12-16  Richard M. Stallman  <rms@gnu.org>
19460         * dired.el (dired-copy-filename-as-kill): Moved from dired-x.el.
19461         (dired-mode-map): Bind w to dired-copy-filename-as-kill.
19463         * dired-x.el (dired-copy-filename-as-kill): Moved to dired.el.
19465         * autoinsert.el (auto-insert-alist): Redo finding C and C++ headers.
19466         Add a DESCRIPTION for the makefile item.
19468         * find-file.el (ff-other-file-name): New function.
19470 2001-12-16  Eli Zaretskii  <eliz@is.elta.co.il>
19472         * international/quail.el (quail-input-string-to-events): Fix last
19473         change.
19475 2001-12-16  Richard M. Stallman  <rms@gnu.org>
19477         * isearch.el (isearch-edit-string): When we set isearch-string
19478         to the default, also set isearch-message.
19480         * subr.el (temp-buffer-show-hook, temp-buffer-setup-hook): Add defvars.
19482         * startup.el (command-line-1): Display startup screen
19483         even if there are command line args.
19484         Add a note about how to go to editing your files.
19485         (fancy-splash-head): Add a note about how to go to your files.
19486         (fancy-splash-outer-buffer): New variable.
19487         (fancy-splash-screens): Bind variable fancy-splash-outer-buffer.
19489         * subr.el (with-temp-message): At the end, always discard
19490         the temp message, even by clearing the echo area.
19492         * progmodes/sh-script.el (sh-mode): Run sh-mode-hook.
19494 2001-12-16  Stefan Monnier  <monnier@cs.yale.edu>
19496         * log-view.el (log-view-message-re, log-view-current-tag):
19497         Recognize Subversion's log output format.
19499         * international/fontset.el: Build the list L at compile time.
19501         * language/ind-util.el (mapthread): Make a closure.
19503 2001-12-15  Richard M. Stallman  <rms@gnu.org>
19505         * isearch.el (isearch-start-hscroll): New variable.
19506         (isearch-mode): Set isearch-start-hscroll.
19507         (isearch-update): Restore original hscrolling if possible.
19509         * isearch.el (isearch-edit-string):
19510         Treat isearch-yank-word-or-char specially, like isearch-yank-word.
19512         * emacs-lisp/debug.el (debugger-previous-backtrace): New variable.
19513         (debugger-make-xrefs): Optimize by (1) using skip-syntax-forward
19514         rather than regexp search and (2) copying text properties
19515         already set up on text unchanged from the previous backtrace.
19517         * case-table.el (set-case-syntax-pair):
19518         Detect invalid calls and signal an error.
19520 2001-12-15  Richard M. Stallman  <rms@gnu.org>
19522         * language/ind-util.el (range): Function deleted.
19523         (indian-regexp-of-hashtbl-keys): Renamed from `regexp-of-hashtbl-keys'.
19524         All calls changed.
19526         * language/devan-util.el (devanagari-range): Renamed from `range'.
19527         All calls changed.
19528         (devanagari-regexp-of-hashtbl-keys):
19529         Renamed from `regexp-of-hashtbl-keys'.  All calls changed.
19531 2001-12-15  Dave Love  <fx@gnu.org>
19533         * language/ind-util.el: Don't require cl.
19534         (indian-glyph-char, indian-glyph-max-char)
19535         (indian-char-glyph): Moved from indian.el
19536         (indian--puthash-char, mapthread): Don't quote lambda.
19537         (indian--map): New function.
19538         (indian--puthash-v, indian--puthash-c, indian--puthash-m)
19539         (indian--puthash-cv): Use it.
19541         * language/indian.el (indian-glyph-char, indian-glyph-max-char)
19542         (indian-char-glyph): Moved to ind-util.el
19544         * language/devan-util.el (devanagari-post-read-conversion):
19545         New function.
19547         * language/georgian.el: New file.
19549         * international/mule-cmds.el (locale-language-names): Add various
19550         entries.  Remove utf-8 special case.
19551         (locale-charset-language-names, locale-preferred-coding-systems):
19552         Add utf-8 case.
19553         (set-language-environment): Process required-features earlier.
19555         * international/quail.el (quail-keyboard-layout-alist):
19556         Add pc105-uk.
19557         (quail-keyboard-layout-type): Fix :type.
19558         (quail-choose-completion-string): Simplify.
19559         (quail-update-leim-list-file): Don't get fooled by commented-out code.
19560         (quail-input-string-to-events): Run events through
19561         translation-table-for-input.
19563         * international/mule-conf.el (translation-table-for-input):
19564         New variable.
19565         (latin-iso8859-14): Amend description.
19566         (file-coding-system-alist): Add entry for utf-8.
19568         * language/utf-8-lang.el: New file.
19570         * international/code-pages.el: New file.
19572         * language/hebrew.el ("Windows-1255"): New language.
19574         * language/european.el ("Welsh", "Latin-7", "Lithuanian")
19575         ("Latvian"): New languages.
19577 2001-12-14  Stefan Monnier  <monnier@cs.yale.edu>
19579         * xml.el: Use setq rather than (set 'foo bar).
19580         Use push+nreverse rather than append.
19581         (xml-node-name, xml-node-attributes, xml-node-children):
19582         Use defsubst rather than macros.
19583         (xml-parse-region): Handle a nil return value from xml-parse-tag.
19584         (xml-parse-tag): Don't skip white space.  Return nil for a comment.
19585         Concat the two strings surrounding a comment into a single string.
19587         * newcomment.el (comment-indent): Jump to the middle of empty comments.
19589 2001-12-14  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
19591         * select.el (xselect-convert-to-class, xselect-convert-to-name):
19592         Document.
19594 2001-12-14  Andre Spiegel  <spiegel@gnu.org>
19596         * vc-hooks.el (vc-checkout-model, vc-state, vc-workfile-version):
19597         Return nil if FILE is not registered.
19598         (vc-check-master-templates, vc-default-make-version-backups-p):
19599         Doc fix.
19601 2001-12-13  David Ponce  <david@dponce.com>
19603         * ruler-mode.el (ruler-mode-extra-left-cols): Remove.
19604         (ruler-mode-left-fringe-cols): New macro.
19605         (ruler-mode-right-fringe-cols): New macro.
19606         (ruler-mode-left-scroll-bar-cols): New macro.
19607         (ruler-mode-right-scroll-bar-cols): New macro.
19608         (ruler-mode-ruler): Use above new macros.
19610 2001-12-13  Richard M. Stallman  <rms@gnu.org>
19612         * files.el (set-auto-mode): Fix previous change.
19614 2001-12-13  Stefan Monnier  <monnier@cs.yale.edu>
19616         * emacs-lisp/easymenu.el (easy-menu-intern): New fun.
19617         (easy-menu-do-define, easy-menu-convert-item-1)
19618         (easy-menu-define-key-intern, easy-menu-get-map): Use it.
19619         (easy-menu-return-item): Only return nil if there is no binding.
19621 2001-12-13  Rajesh Vaidheeswarran  <rv@gnu.org>
19623         * whitespace.el (whitespace-version): 3.2
19624         * whitespace.el (whitespace-force-mode-line-update): Replace with
19625         `whitespace-mode-line-update', which is an alias to the correct
19626         function in various emacsen.
19627         * whitespace.el (whitespace-{un,}highlight-the-space):
19628         Add colorized highlighting of the bogus whitespaces in a buffer/file,
19629         using the `whitespace-highlight-face' if
19630         `whitespace-display-spaces-in-color' is set.
19632 2001-12-13  Eli Zaretskii  <eliz@is.elta.co.il>
19634         * international/mule.el (set-auto-coding): Don't search for
19635         "unibyte:" or "coding:" if set-auto-mode-1 returns nil.
19637 2001-12-13  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
19639         * mail/mailabbrev.el (mail-abbrevs-setup): Do not use make-local-hook.
19641         * mail/rmail.el (rmail-fontify-buffer-function): Likewise.
19643         * mail/rmailsum.el (rmail-summary-mode): Likewise.
19645 2001-12-13  Richard M. Stallman  <rms@gnu.org>
19647         * simple.el (undo): Always set this-command to `undo',
19648         so that the next undo after an error will not begin redoing.
19650         * simple.el (shell-command): Doc fix.
19651         (shell-command-on-region): If there is output an an error,
19652         add "...Shell command failed" to the output.
19654 2001-12-13  David Ponce  <david@dponce.com>
19656         * ruler-mode.el (ruler-mode-left-fringe-cols): Variable removed.
19657         (ruler-mode-left-fringe-cols): Function replaced by more efficient
19658         implementation `ruler-mode-extra-left-cols'.
19659         (ruler-mode-ruler): Use above new function.  Take into account
19660         that the fringe areas can now be resized.
19662 2001-12-12  Richard M. Stallman  <rms@gnu.org>
19664         * international/characters.el (Unicode): Comment out
19665         the specifications for kelvin and angstrom signs.
19667         * international/mule.el (make-translation-table-from-vector):
19668         Allow null elements in VEC.
19670         * international/ucs-tables.el (unify-8859-on-encoding-mode)
19671         (unify-8859-on-decoding-mode): Swap the code in their bodies.
19672         Add :version.
19674 2001-12-11  Richard M. Stallman  <rms@gnu.org>
19676         * derived.el (derived-mode-p): Function moved to subr.el.
19678         * subr.el (derived-mode-p): Moved here from derived.el.
19680         * international/mule.el (set-auto-coding): Use set-auto-mode-1.
19682         * files.el (set-auto-mode-1): New subroutine, broken out of
19683         set-auto-mode.
19684         (set-auto-mode, hack-local-variables-prop-line): Use that.
19686 2001-12-11  Dave Love  <fx@gnu.org>
19688         * language/thai-util.el, language/thai.el: Add Unicode equivalents.
19690         * language/european.el: Remove autoload cookies.  Fix registration
19691         of diacritic composition function.
19693 2001-12-11  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
19695         * calendar/todo-mode.el: Require time-stamp.
19697         * net/zone-mode.el (zone-mode): Don't use make-local-hook.
19699 2001-12-11  Richard M. Stallman  <rms@gnu.org>
19701         * emacs-lisp/authors.el (authors-aliases): Delete "Richard Stallmao".
19703         * textmodes/ispell.el (ispell-buffer-local-parsing):
19704         Match xml like sgml.
19706         * emacs-lisp/advice.el (ad-compile-function):
19707         Byte compile the function under another (uninterned) name.
19709         * gud.el (gdb): Define and bind gud-jump.
19711         * font-lock.el (font-lock-mode):
19712         Put our function at the end of after-change-functions.
19714         * ediff-diff.el (ediff-cmp-options): Doc fix.
19716         * comint.el (comint-password-prompt-regexp): Match "UNIX Password".
19718 2001-12-10  Richard M. Stallman  <rms@gnu.org>
19720         * isearch.el (isearch-yank-word-or-char): New function.
19721         (isearch-mode-map): Bind C-w to that.
19723         * menu-bar.el (menu-bar-mode): Make arg optional.
19725         * simple.el (line-move): Cope if next-single-property-change
19726         or previous-single-property-change returns nil.
19728         * emacs-lisp/lisp-mnt.el (lm-verify): New arg NON-FSF-OK.
19729         Don't use interactive-p; instead, pass the proper args
19730         in (interactive...).  Clean up most of the trouble-report strings.
19732 2001-12-10  Eli Zaretskii  <eliz@is.elta.co.il>
19734         * mail/smtpmail.el (smtpmail-send-queued-mail): Insert the
19735         enqueued messages literally.
19737 2001-12-10  Noah Friedman  <friedman@splode.com>
19739         * battery.el (battery-insert-file-contents): Obsolete function
19740         removed.
19741         (battery-read-function): Obsolete function removed.
19742         (battery-linux-proc-apm): Use insert-file-contents.
19744 2001-12-07  Stephen Eglen  <stephen@gnu.org>
19746         * iswitchb.el (iswitchb-visit-buffer):
19747         Use `select-frame-set-input-focus'--needed when window manager
19748         uses "click to focus" policy.
19750 2001-12-09  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
19752         * COPYING: Moved back.
19754 2001-12-07  Eli Zaretskii  <eliz@is.elta.co.il>
19756         * term/internal.el (IT-character-translations): Add entries for
19757         more points.
19759         * international/characters.el: Resurrect the Hebrew category
19760         settings for all Hebrew characters removed by the last change.
19761         Add code for setting the Hebrew category of the Unicode Hebrew
19762         characters.  Set syntax entries for Hebrew punctuation characters.
19764         * international/ucs-tables.el (ucs-8859-8-alist): Add Hebrew
19765         points and directional formatting control characters.
19767 2001-12-07  Dave Love  <fx@gnu.org>
19769         * language/lao-util.el: Add Unicode equivalents for rules.
19770         (lao-post-read-conversion): New function.
19772         * language/lao.el: Add Unicode equivalents.
19773         (lao): Add post-read conversion.
19775         * international/latin1-disp.el: Fix some 8-bit-graphic characters.
19776         Use iso2022 encoding.
19777         (latin1-char-displayable-p): Doc fix.
19778         (latin1-display-ucs-per-lynx): New option.
19779         (latin1-display-ucs-per-lynx): New command.
19780         (latin1-display-reset): Special-case arabic.
19781         (ucs-tables): Require.
19782         (latin1-display-sets, latin1-display-setup): Add arabic.
19783         (latin1-display) <variable>: Use function latin1-display.
19784         (latin1-display) <function>: Add mule-unicode stuff.
19785         (latin1-display-check-font): Don't lose if `info' is nil.
19787         * international/iso-transl.el: Insert Latin-1 characters, not
19788         unibyte codes.
19790         * language/european.el (diacritic-composition-pattern): New constant.
19791         (diacritic-compose-region, diacritic-compose-string)
19792         (diacritic-compose-buffer, diacritic-post-read-conversion)
19793         (diacritic-composition-function): New functions.
19795         * international/utf-8.el (ucs-mule-to-mule-unicode):
19796         New translation table.
19797         (ccl-encode-mule-utf-8): Use it.
19798         (utf-8-untranslated-to-ucs, utf-8-help-echo, utf-8-compose)
19799         (utf-8-post-read-conversion, utf-8-pre-write-conversion): New function.
19800         (utf-8-subst-table): New variable.
19801         (utf-8-compose-scripts): New option.
19802         (mule-utf-8): Update safe-charsets, pre-write and post-read conversion.
19804         * international/ucs-tables.el, international/utf-8-subst.el:
19805         New files.
19807         * international/characters.el: Don't set word syntax (the default)
19808         explicitly.  Add a diacritic category.  Add info for Unicode
19809         equivalents of characters in various Mule charsets and for extra
19810         Unicode characters.  Don't define specific categories for
19811         Indian/Devanagari, since they aren't used.
19813 2001-12-06  Richard M. Stallman  <rms@gnu.org>
19815         * textmodes/fill.el (set-justification): Rename arg VALUE to STYLE.
19816         (set-justification-left, set-justification-right): Doc fix.
19818         * progmodes/f90.el (f90-break-line): Use (newline 1) to insert newline.
19819         (bug-f90-mode): Variable deleted.
19821 2001-12-06  Stefan Monnier  <monnier@cs.yale.edu>
19823         * indent.el (indent-line-function): Default is indent-relative again.
19825 2001-12-07  Miles Bader  <miles@gnu.org>
19827         * progmodes/compile.el (compilation-error-regexp-alist):
19828         Added regexps for RXP.
19830 2001-12-05  Eli Zaretskii  <eliz@is.elta.co.il>
19832         * progmodes/cwarn.el (cwarn-font-lock-match-assignment-in-expression):
19833         Add shift-assignment operators to those highlighted, and highlight
19834         the whole operator rather than just the "=".
19836 2001-12-04  Juanma Barranquero  <lektu@terra.es>
19838         * files.el (save-abbrevs, save-some-buffers): Don't ask the user
19839         before saving abbrevs if `save-abbrevs' has the value `silently'.
19841 2001-12-04  Andreas Schwab  <schwab@suse.de>
19843         * xt-mouse.el (turn-off-xterm-mouse-tracking): Doc fix.
19845 2001-12-04  Colin Walters  <walters@debian.org>
19847         * emacs-lisp/autoload.el (make-autoload): Also generate autoloads
19848         for `defmacro*' forms.
19850         * emacs-lisp/lisp-mode.el (toplevel): Define docstring offset for
19851         `defmacro*'.
19853 2001-12-03  Stefan Monnier  <monnier@cs.yale.edu>
19855         * progmodes/antlr-mode.el (antlr-c-common-init): Undo last change.
19857 2001-12-02  Richard M. Stallman  <rms@gnu.org>
19859         * files.el (insert-directory): If the df output does not look right,
19860         don't try to use it.  Other cleanups in overall code structure.
19862 2001-12-02  Stefan Monnier  <monnier@cs.yale.edu>
19864         * textmodes/outline.el (outline-mode-prefix-map):
19865         Add bindings for outline-promote and outline-demote.
19866         (outline-minor-mode-menu-bar-map): New var.
19867         (outline-minor-mode): Use it.
19868         (outline-heading-alist): New var (renamed from outline-level-heading).
19869         (outline-level): Use it.
19870         (outline-insert-heading, outline-promote, outline-demote):
19871         Update to use outline-heading-alist.
19873         * disp-table.el (standard-display-european):
19874         Simplify since the function is not interactive any more.
19875         Don't set the existing buffers to unibyte.
19877         * pcvs-util.el (cvs-file-to-string): Move condition-case outside.
19879         * pcvs.el (cvs-reread-cvsrc): Don't use cvs-file-to-string.
19881         * reveal.el (reveal-mode): Fix reveal-mode's lighter.
19883         * shell.el (shell): Use shell-file-name.
19884         Pop to buffer before calling comint to set COLUMNS properly.
19886         * emacs-lisp/cl.el (svref): New alias.
19888         * progmodes/antlr-mode.el (antlr-c-common-init):
19889         Don't inhibit adaptive-fill-mode any more.
19891         * progmodes/delphi.el (delphi-mode): Don't use make-local-hook.
19893         * progmodes/etags.el (tags-with-face): Use make-symbol.
19894         (tags-search, tags-query-replace): Use backquotes.
19896         * textmodes/picture.el (picture-mode-map): Don't use defconst
19897         for a variable.
19899 2001-12-02  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
19901         * textmodes/reftex-index.el (reftex-index-mode):
19902         Remove make-local-hook.
19904         * textmodes/reftex-toc.el (reftex-toc-mode): Likewise.
19906 2001-12-02  Kim F. Storm  <storm@cua.dk>
19908         * isearch.el (isearch-resume-enabled): New variable.
19909         (isearch-done): Use that variable.
19911 2001-12-01  Richard M. Stallman  <rms@gnu.org>
19913         * wid-edit.el (widget-button-click): Don't move point permanently:
19914         Avoid mouse-set-point--instead select the window,
19915         then do save-excursion, then move point.
19916         Specify the buffer for get-char-property.
19917         Don't use `@' in interactive.
19919         * indent.el (indent-line-function):
19920         Default is indent-to-left-margin again.
19922         * replace.el (query-replace-read-args): Display message
19923         if FROM contains `\n' or `\t'.
19925 2001-12-01  Stefan Monnier  <monnier@cs.yale.edu>
19927         * indent.el (tab-to-tab-stop): Use delete-horizontal-space.
19929         * bindings.el (minibuffer-local-map): Bind TAB to insert-tab.
19931         * emacs-lisp/regexp-opt.el (regexp-opt):
19932         Bind completion-regexp-list to nil.
19934         * progmodes/hideif.el (hif-nexttoken): Move to before first def.
19936 2001-12-01  Eli Zaretskii  <eliz@is.elta.co.il>
19938         * progmodes/idlwave.el, progmodes/idlw-rinfo.el:
19939         * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el:
19940         Update maintainer.
19942 2001-11-30  Stefan Monnier  <monnier@cs.yale.edu>
19944         * mail/smtpmail.el: Use with-current-buffer.
19945         (message-make-date, message-make-message-id): Autoload when needed.
19946         (smtpmail-send-it): Use them to add `Date:' and `Message-Id:'
19947         headers when missing.
19949         * international/encoded-kb.el (encoded-kbd-mode):
19950         Use define-minor-mode.
19952         * enriched.el (enriched-mode): Use define-minor-mode.
19953         Use dolist and pop and push.
19955         * info.el (Info-find-node-2): Don't call info-insert-file-contents
19956         with the `visit' argument.
19957         (Info-extract-menu-node-name): Use `replace-regexps-in-string'.
19959         * progmodes/hideif.el (hide-ifdef-mode): Only modify
19960         `change-major-mode-hook' locally.  Reset invisibility spec.
19962         * man.el (Man-build-section-alist): Remove last Man-match-substring.
19964 2001-11-30  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
19966         * textmodes/paragraphs.el (mark-paragraph): Clarify doc.
19967         Clarify error message.
19969 2001-11-29  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
19971         * textmodes/paragraphs.el (mark-paragraph): Allow prefix arg.
19973 2001-11-30  Andre Spiegel  <spiegel@gnu.org>
19975         * vc-cvs.el (vc-cvs-parse-status): Store file state in property,
19976         don't just return it.
19978 2001-11-30  Eli Zaretskii  <eliz@is.elta.co.il>
19980         * menu-bar.el (menu-bar-read-lispref, menu-bar-read-lispintro)
19981         (menu-bar-read-emacs-man, search-emacs-glossary)
19982         (emacs-index-search, elisp-index-search): New functions.
19983         (apropso-documentation, apropos, apropos-value, apropos-variable)
19984         (apropos-commands): Modify menu item names and help text.
19985         (elisp-index-search, emacs-index-search, emacs-glossary):
19986         New menu items.
19987         (menu-bar-manuals-menu): Move the Ordering Manuals item to a
19988         submenu.
19989         (info-elisp, info-elintro): New menu items.
19990         (apropos): Modify the menu item name.
19992 2001-11-30  Stefan Monnier  <monnier@cs.yale.edu>
19994         * emacs-lisp/lisp-mode.el (read-if): Add lisp-indent-function prop.
19996         * textmodes/outline.el (outline-promote, outline-demote): Typo.
19998         * man.el (man-follow-mouse): New function.
19999         (Man-mode-map): Bind mouse-2 to it.
20000         (Man-match-substring): Remove.  Replace with `match-string'.
20001         (man): Use the `default-value' argument to `read-string'.
20002         (Man-fontify-manpage): Add mouse-face to cross references.
20004         * emacs-lisp/cl-macs.el (shiftf): Fix more.  Simplify.
20006 2001-11-29  Stefan Monnier  <monnier@cs.yale.edu>
20008         * emacs-lisp/crm.el (completing-read-multiple): Better preserve
20009         the value of require-match in minibuffer-completion-confirm.
20010         Use crm-local-completion-map.
20012         * emacs-lisp/cl-macs.el (shiftf): Fix the fast case so
20013         (let ((a 1) (b 2)) (shiftf a b (cons a b)) b) returns (1 . 2).
20014         (cl-make-type-test): Use char-valid-p for `character'.
20016         * info.el (Info-complete-next-re, Info-complete-cache): New vars.
20017         (Info-complete-menu-item): Rewrite.  Add the ability to search
20018         several sequential nodes.  Add a simple caching mechanism.
20019         (Info-goto-index): New function extracted from Info-index.
20020         (Info-index): Use it.  Add completion to the interactive spec.
20021         (Info-menu-update): Simplify call to `Info-complete-menu-item'.
20023 2001-11-29  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
20025         * COPYING: Removed.
20027 2001-11-29  Dave Love  <fx@gnu.org>
20029         * progmodes/fortran.el: Fontify rewind, backspace.  Doc fixes.
20030         (fortran-window-create, fortran-window-create-momentarily):
20031         Rewrite, moving error condition.
20032         (fortran-beginning-do, fortran-beginning-if): Fix regexps.
20033         (fortran-mode-syntax-table): Revert last change.
20035         * international/mule.el: Doc fixes.
20036         (map-charset-chars): New function.
20037         (register-char-codings): Use it to cope with generic chars in
20038         safe-chars.
20040 2001-11-29  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
20042         * play/blackbox.el (blackbox-mode, blackbox): Doc fix.
20044         * play/cookie1.el (cookie, cookie-insert, shuffle-vector): Doc fixes.
20046         * play/studly.el (studlify-word, studlify-region)
20047         (studlify-buffer): Fix doc-string.
20048         (studlify-buffer): Add autoload cookie.
20050 2001-11-28  Stefan Monnier  <monnier@cs.yale.edu>
20052         * textmodes/outline.el (outline-up-heading): Add `invisible-ok' arg.
20053         (outline-up-heading-all): Remove.
20054         (hide-sublevels): Move to end-of-heading before calling flag-region.
20055         (outline-copy-overlay, outline-discard-overlays): Remove.
20056         (outline-flag-region): Use `remove-overlays'.
20057         Don't move to end-of-heading.
20058         (outline-next-visible-heading, outline-back-to-heading)
20059         (outline-on-heading-p): Use outline-invisible-p.
20060         (outline-font-lock-level): Use outline-up-heading's new arg.
20061         (outline-minor-mode): Simplify.
20062         (outline-map-tree, outline-reveal-toggle-invisible): New funs.
20063         (outline): Put a `reveal-toggle-invisible' property.
20064         (outline-level-heading): New var.
20065         (outline-insert-heading, outline-promote, outline-demote)
20066         (outline-toggle-children): New commands.
20068         * progmodes/hideif.el (hif-end-of-line): New function.
20069         (hide-ifdef-mode): Set line-move-ignore-invisible.
20070         (hide-ifdef-region-internal): New function.
20071         (hide-ifdef-region): Use it.
20072         (hif-defined): Return an integer.
20073         (hif-infix-to-prefix): Remove.
20074         (hif-tokenize): Parse from the buffer rather than from a string.
20075         Correctly tokenize integers.  Use forward-comment.
20076         (hif-expr): Use hif-or.
20077         (hif-term): Use hif-and.
20078         (hif-factor): Use hif-not.  Handle numbers properly.
20079         Don't require parenthesis around `defined's argument.
20080         (hif-and, hif-or, hif-not): New funs.
20081         (hif-canonicalize): Pass a region to hif-tokenize.  Use hif-not.
20082         (hif-hide-line): Don't hide the \n before the line.
20083         (hif-possibly-hide): Correctly handle numeric evaluation results.
20085         * progmodes/make-mode.el: Use line-(end|beginning)-position.
20086         (makefile-mode): Set indent-line-function.
20087         (makefile-browser-insert-continuation): Use with-current-buffer.
20088         (makefile-beginning-of-line-point, makefile-end-of-line-point): Remove.
20090 2001-11-28  Karl Fogel  <kfogel@red-bean.com>
20092         * isearch.el (isearch-yank-internal): New helper function.
20093         (isearch-yank-char): New function.
20094         (isearch-yank-word, isearch-yank-line): Rewrite to use
20095         isearch-yank-internal.
20097 2001-11-28  Eli Zaretskii  <eliz@is.elta.co.il>
20099         * mouse.el (mouse-set-font): Make it a no-op if multiple fonts
20100         aren't supported.  Print a message to that effect if invoked.
20102 2001-11-27  Stephen Eglen  <stephen@gnu.org>
20104         * locate.el (locate): Put point at first matching file rather
20105         than top of buffer.
20107 2001-11-27  Stefan Monnier  <monnier@cs.yale.edu>
20109         * reveal.el: New file.
20111         * progmodes/hideif.el: Misc cleanup.
20112         (hide-ifdef-mode-submap): Put the def in the defvar.
20113         Use substitute-key-definition.
20114         (hide-ifdef-mode): Use define-minor-mode.
20115         (hif-outline-flag-region): Remove.
20116         (hif-show-all): Define in terms of hif-show-ifdef-region.
20117         (hif-after-revert-function): Rename from hif-before-revert-function.
20118         (hide-ifdef-region, hif-show-ifdef-region): Use overlays.
20119         (hif-tokenize): Use with-syntax-table.
20120         (hif-make-range): Use `else' also for `else-p'.
20121         (hif-range-else-p): Remove.
20122         (hif-find-range): Simplify.
20123         (hif-hide-line): Don't bother preserving buffer-modified-p.
20124         (hide-ifdefs, show-ifdefs, hide-ifdef-block, show-ifdef-block):
20125         Don't use selective-display and inhibit-read-only.
20127         * subr.el (copy-overlay, remove-overlays): New funs.
20129         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix off-by-two error.
20131 2001-11-27  Sam Steingold  <sds@gnu.org>
20133         * ansi-color.el, bookmark.el, dired.el, emerge.el, fast-lock.el
20134         * lazy-lock.el, mouse-sel.el, mail/feedmail.el
20135         * emacs-lisp/advice.el, emacs-lisp/checkdoc.el, emacs-lisp/ewoc.el
20136         * obsolete/c-mode.el, obsolete/cplus-md.el
20137         * progmodes/dcl-mode.el, progmodes/idlw-shell.el, progmodes/idlwave.el
20138         * term/sun-mouse.el, textmodes/artist.el:
20139         Converted backquote to the new style.
20140         * mouse.el, reposition.el: Likewise (in comments).
20141         * expand.el: Likewise (in a string).
20143 2001-11-27  Richard M. Stallman  <rms@gnu.org>
20145         * cus-edit.el (custom-load-symbol): Don't always load locate-library.
20147 2001-11-26  Richard M. Stallman  <rms@gnu.org>
20149         * wid-edit.el (widget-toggle-value-create): On graphic terminal,
20150         if :on-glyph or :off-glyph is a list, eval it and store it back.
20151         (checkbox): Quote the values for :on-glyph and :off-glyph.
20153         * cus-start.el (recursive-load-depth-limit): Delete item.
20155 2001-11-26  Stefan Monnier  <monnier@cs.yale.edu>
20157         * help-fns.el (describe-categories, help-describe-category-set): New.
20158         describe-categories moved here from src/category.c.
20160 2001-11-26  Sam Steingold  <sds@gnu.org>
20162         * progmodes/cc-mode.el (c-submit-bug-report): Make sure that the
20163         arguments to `insert' are strings.
20165 2001-11-26  Richard M. Stallman  <rms@gnu.org>
20167         * startup.el (command-line-1): Call kill-buffer only in non-fancy case.
20169 2001-11-26  Eli Zaretskii  <eliz@is.elta.co.il>
20171         * international/mule-diag.el: Require help-fns instead of
20172         help-funs.
20174         * help-fns.el: Renamed from help-funs.el.
20176         * startup.el (command-line-1): Don't try to call process-list if
20177         it is not fboundp.
20179 2001-11-26  Sam Steingold  <sds@gnu.org>
20181         * frame.el (show-trailing-whitespace): Remove :set argument (the
20182         value was essentially identical to the defalt).
20184 2001-11-26  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
20186         * hexl.el (hexl-mode, hexl-follow-ascii): Remove make-local-hook.
20188         * icomplete.el (icomplete-minibuffer-setup): Likewise.
20190         * hilit-chg.el (hilit-chg-set): Likewise.
20192         * speedbar.el (speedbar-mode): Likewise.
20194         * calendar/calendar.el (calendar-mode): Likewise.
20196         * play/yow.el (psychoanalyze-pinhead): Use insert instead of
20197         insert-string.
20199         * play/gamegrid.el (gamegrid-init-buffer): Likewise.
20201         * term/bg-mouse.el (bg-insert-moused-sexp): Likewise.
20203         * term/sun-mouse.el (sun-yank-selection): Likewise.
20205         * textmodes/bib-mode.el (return-key-bib): Likewise.
20207         * calendar/appt.el (appt-disp-window): Likewise.
20209         * calendar/diary-lib.el (list-diary-entries): Likewise.
20211         * array.el (array-reconfigure-rows): Likewise.
20213         * filecache.el (file-cache-minibuffer-complete): Likewise.
20215         * obsolete/cplus-md.el (fill-c++-comment): Likewise.
20217         * strokes.el (strokes-prompt-user-save-strokes): Likewise.
20219         * allout.el (outline-version, outline-open-topic)
20220         (outline-rebullet-heading, outline-insert-listified)
20221         (outline-latex-verbatim-quote-curr-line)
20222         (outline-latexify-one-item, outlineify-sticky): Likewise.
20224         * vc.el (vc-next-action-on-file): Likewise.
20225         (vc-dired-mode): Remove make-local-hook.
20227 2001-11-26  Andre Spiegel  <spiegel@gnu.org>
20229         * vc.el (vc-find-version): New function.
20230         (vc-version-other-window): Redefined in terms of the above.
20232         * log-view.el (log-view-find-version): New function.
20233         (log-view-mode-map): Bind it to `f'.
20235 2001-11-26  Gerd Moellmann  <gerd@gnu.org>
20237         * language/devan-util.el (dev-char-glyph): Escape `"' in
20238         string literals.
20239         (dev-glyph-glyph, dev-glyph-glyph-2)
20240         (devanagari-compose-syllable-region): Likewise.
20242 2001-11-26  Richard M. Stallman  <rms@gnu.org>
20244         * window.el (save-selected-window): No error if saved window is dead.
20246         * help-funs.el (describe-syntax): Put (interactive) after doc string.
20248 2001-11-26  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
20250         * international/quail.el (quail-help): Require help-mode in
20251         top-level instead.
20253         * iswitchb.el (iswitchb-exhibit): Use insert instead of
20254         insert-string.
20256         * icomplete.el (icomplete-exhibit): Likewise.
20258 2001-11-25  Stefan Monnier  <monnier@cs.yale.edu>
20260         * diff-mode.el (diff-end-of-hunk): Watch out for ambiguities.
20261         (diff-hunk-kill): Simplify.
20262         (diff-post-command-hook): Only apply to a single hunk.
20263         (diff-hunk-text): Make `char-offset' non-optional.
20264         (diff-find-text): Return a cons cell.
20265         (diff-find-approx-text): New fun.
20266         (diff-find-source-location): Use it.
20267         (diff-apply-hunk, diff-test-hunk, diff-goto-source):
20268         Adapt to new retval of diff-find-text.
20270         * vc-cvs.el (vc-cvs-parse-entry): Rewrite, comparing the string-
20271         rather than integer- representation of dates.
20273         * textmodes/fill.el (fill-indent-according-to-mode): Default to nil.
20275         * emacs-lisp/syntax.el: Don't profile syntax-ppss any more.
20276         (syntax-after): New fun.
20278         * help-funs.el (describe-syntax): New fun.
20280         * font-lock.el (font-lock-cache-state, font-lock-cache-position)
20281         (font-lock-ppss-stats, font-lock-ppss): Remove.
20282         (font-lock-fontify-syntactically-region): Remove tuning code.
20283         (font-lock-compile-keywords): Fix off-by-one bug.
20284         (font-lock-set-defaults): Don't set removed vars.
20285         (c-keywords): Add `inline'.
20286         (c-type-names): Add `_Complex', `_Imaginary' and `_Bool'.
20288         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
20289         Set syntax-begin-function.
20290         (lisp-interaction-mode-abbrev-table): Defvar to its correct value.
20291         (lisp-interaction-mode): Don't set local-abbrev-table any more.
20292         (lisp-mode-auto-fill): Use syntax-ppss and obey
20293         comment-auto-fill-only-comments.
20294         (lisp-fill-paragraph): Use syntax-ppss.
20296 2001-11-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
20298         * mail/rmail.el (rmail-enable-mime-composing): New. A lightweight
20299         version of rmail-enable-mime.
20300         (rmail-forward): Use it.
20302 2001-11-25  Richard M. Stallman  <rms@gnu.org>
20304         * emacs-lisp/lisp-mode.el (lisp-indent-function): Add doc string.
20306         * international/quail.el (quail-keyboard-layout-button):
20307         Define button type.
20308         (quail-keyboard-customize-button): Likewise.
20309         (quail-help): Use those button types.  Require `help-mode'.
20310         Avoid altering the argument `package'.
20312         * help-mode.el (help-function, help-variable, help-face)
20313         (help-coding-system, help-input-method, help-character-set):
20314         Define each button type with its own explicit define-button-type.
20316         * language/devan-util.el: Comment out parts of the file
20317         which apparently are garbled.
20319 2001-11-25  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
20321         * mail/smtpmail.el (smtpmail-deduce-address-list): Don't use
20322         insert-string.
20324 2001-11-25  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
20326         * play/snake.el (snake-mode): Remove make-local-hook.
20328         * play/tetris.el (tetris-mode): Likewise.
20330         * play/decipher.el (decipher-mode): Likewise.
20332         * tmm.el (tmm-add-prompt): Likewise.
20334 2001-11-25  Sam Steingold  <sds@gnu.org>
20336         * menu-bar.el (menu-bar-apropos-menu): New variable.
20337         Moved all `apropos' bindings to this menu.
20338         (menu-bar-help-menu): Added `menu-bar-apropos-menu'.
20340 2001-11-24  KAWABATA, Taichi  <batta@beige.ocn.ne.jp>
20342         The following changes are for new indian languages support based
20343         on Unicode charset and CDAC fonts.
20345         * international/mule-conf.el: Change indian-1-column charset to
20346         indian-glyph charset.
20348         * international/characters.el: Adjusted for the change of
20349         indian-1-column -> indian-glyph.
20351         * international/fontset.el: Delete the setting for indian-1-column
20352         and add the setting for indian-glyph in the default fontset.
20354         * language/indian.el: Completely re-written.
20356         * language/devanagari.el: Completely re-written.
20358         * language/devan-util.el: Completely re-written.
20360         * language/ind-util.el: New file.
20362 2001-11-24  Richard M. Stallman  <rms@gnu.org>
20364         * startup.el (command-line-1): Don't do startup screen
20365         if a subprocess is running.  Call the startup screen buffer
20366         "GNU Emacs".  Make a special mode-line-format for it.
20368         * net/browse-url.el (browse-url-galeon-new-window-is-tab): New var.
20369         (browse-url-galeon): Use that variable.
20371         * mail/supercite.el (sc-toggle-var): Don't use set-variable or
20372         eval-expression.  Eval and set the variable simply.
20374         * files.el (temporary-file-directory): Use defcustom.
20375         (small-temporary-file-directory): Likewise.
20376         (normal-backup-enable-predicate): Move down in file
20377         after definition of temporary-file-directory.
20379         * bindings.el (last-buffer, unbury-buffer): Doc fixes.
20381 2001-11-24  Colin Walters  <walters@debian.org>
20383         * calc/calc-ext.el (calc-init-extensions): Update the rest of the
20384         autoload names to match files renamed on initial calc import.
20386         * calc/calc.el (Commentary): Cleanup, and add logistic curve
20387         fitting suggestion from Robert J. Chassell <bob@rattlesnake.com>.
20389 2001-11-23  Colin Walters  <walters@debian.org>
20391         * Makefile.in (finder_setwins, setwins): Include Calc again.
20393         * calc/calc-rules.el: Add header comment.
20395 2001-11-23  Andre Spiegel  <spiegel@gnu.org>
20397         * vc.el (with-vc-properties): Don't bind `filename' locally.
20398         (with-vc-file, edit-vc-file): Use `make-symbol' for local bindings
20399         to avoid name clashes.  Fix `lisp-indent-function' property for
20400         both.
20402 2001-11-23  Francesco Potort\e,Al\e(B  <pot@gnu.org>
20404         * generic-x.el (mailrc-generic-mode): Highlight the `source' keyword.
20406 2001-11-22  Colin Walters  <walters@debian.org>
20408         * calc/calc-misc.el (report-calc-bug):
20409         Use `reporter-prompt-for-summary-p'.
20411         * calc/INSTALL, calc/Makefile: Remove.
20413 2001-11-22  Miles Bader  <miles@gnu.org>
20415         * emacs-lisp/re-builder.el (reb-match-0, reb-match-1)
20416         (reb-match-2, reb-match-3): Add dark-background variants.
20418 2001-11-22  Colin Walters  <walters@debian.org>
20420         * calc/calc-misc.el (calc-info): Don't perform voodoo, just
20421         (info "Calc").
20422         (report-calc-bug): Use reporter.el.
20424         * mail/reporter.el (reporter-submit-bug-report): Doc fixes.
20426 2001-11-21  Richard M. Stallman  <rms@gnu.org>
20428         * which-func.el (which-function): Call imenu--make-index-alist
20429         if necessary to get a list of functions.
20430         (which-function-imenu-failed): New variable.
20431         (which-func-update): Handle all visible windows.
20432         (which-func-update-1): New subroutine broken out of which-func-update.
20434         * files.el (temporary-file-directory, null-device)
20435         (small-temporary-file-directory): Definitions moved up.
20437         * progmodes/cperl-mode.el (cperl-problems, cperl-tips)
20438         (cperl-non-problems, cperl-praise): Doc fixes.
20440         * progmodes/sh-script.el (sh-mode): Don't use define-derived-mode.
20441         (sh-mode-syntax-table): Function restored.
20442         Variable set up for use by function sh-mode-syntax-table.
20443         (sh-set-shell): Set the syntax table.
20445         * play/gomoku.el (gomoku-mode): Don't use define-derived-mode.
20447         * progmodes/perl-mode.el (perl-mode): Don't use define-derived-mode.
20449         * international/encoded-kb.el: Don't alter minor-map-alist.
20451 2001-11-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
20453         * files.el (auto-save-file-name-transforms): Put remote files in
20454         temporary-file-directory rather than /tmp.
20456 2001-11-21  Colin Walters  <walters@debian.org>
20458         * calc/calc-macs.el (calc-slow-wrapper): Move (point) call outside
20459         of (function ...) wrapper.
20461 2001-11-20  Stefan Monnier  <monnier@cs.yale.edu>
20463         * derived.el (define-derived-mode): Create the abbrev-table
20464         from inside the `defvar'.
20466         * jit-lock.el (jit-lock-defer-time): New var.
20467         (jit-lock-defer-timer, jit-lock-buffers): New vars.
20468         (jit-lock-mode): Initialize them.  Cancel the timers more carefully.
20469         (jit-lock-function): Defer fontification if requested.
20470         (jit-lock-stealth-chunk-start): Pay attention to the new non-nil value.
20471         (jit-lock-stealth-fontify): Check the new `jit-lock-defer-multiline'
20472         text property.
20473         (jit-lock-deferred-fontify): New fun.
20475 2001-11-20  Richard M. Stallman  <rms@gnu.org>
20477         * emacs-lisp/lisp-mode.el (lisp-interaction-mode):
20478         Set local-abbrev-table to lisp-mode-abbrev-table.
20480         * emacs-lisp/re-builder.el (reb-mode):
20481         Don't use define-derived-mode.  Call kill-all-local-variables.
20483         * emacs-lisp/lisp-mode.el (lisp-mode, emacs-lisp-mode):
20484         Don't use define-derived-mode.
20486         * help-mode.el (help-mode): Undo 2001-10-07 change.
20488         * replace.el (occur-mode): Undo 2001-5-20 change.
20490 2001-11-20  Jason Rumney  <jasonr@gnu.org>
20492         * w32-fns.el (w32-system-coding-system): Change to an alias for
20493         locale-coding-system.
20494         (set-w32-system-coding-system): Document the above change.
20495         Set locale-coding-system instead.
20497 2001-11-20  Richard M. Stallman  <rms@gnu.org>
20499         * ruler-mode.el: Add pagination.
20500         (ruler-mode-toggle-show-tab-stops): No need to
20501         test `ruler-mode' variable.
20503 2001-11-20  Eli Zaretskii  <eliz@is.elta.co.il>
20505         * play/landmark.el: Mark lm-mode as special.
20507         * play/gomoku.el: Mark gomoku-mode as special.
20509 2001-11-20  Juanma Barranquero  <lektu@terra.es>
20511         * emacs-lisp/re-builder.el (reb-change-target-buffer): New function.
20512         (top-level): Bind it to C-c C-b.
20513         (re-builder): Don't re-enter RE Builder Mode.
20515         * bs.el (bs-delete): Signal an error if the buffer cannot be deleted.
20517 2001-11-20  Stefan Monnier  <monnier@cs.yale.edu>
20519         * progmodes/cperl-mode.el (cperl-perldoc): Require man before binding
20520         `manual-program'.
20522         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Don't move back
20523         to a line without a comment.
20525 2001-11-20  Eli Zaretskii  <eliz@is.elta.co.il>
20527         * dired.el (dired-listing-switches): Mention in the doc string
20528         that some switches are not supported by ls-lisp.el
20530 2001-11-19  Stefan Monnier  <monnier@cs.yale.edu>
20532         * imenu.el (imenu--split-menu): Use dolist and copy-sequence.
20533         (imenu--create-keymap-2): Remove.
20534         (imenu--create-keymap-1): Simplify, remove third argument.
20535         (imenu--generic-function): Use dolist.
20536         (imenu-find-default): New function.
20537         (imenu--completion-buffer): Use it.
20538         (imenu--mouse-menu): Use popup-menu.
20539         (imenu--menubar-select): Return t rather than calling imenu.
20541         * textmodes/fill.el (fill-delete-prefix, fill-delete-newlines):
20542         New functions, extracted from fill-region-as-paragraph.
20543         (fill-region-as-paragraph): Use them.
20544         Use an end marker instead of eob.
20545         Ignore whitespace-only fill-prefixes when indenting according to mode.
20546         Simplify the loop that searches for spaces backwards.
20548         * textmodes/picture.el (picture-vertical-step)
20549         (picture-horizontal-step): Don't use defconst for variables.
20551         * mail/mail-extr.el: Use backquote/dolist/mapc/when.  Docstring fixes.
20552         (mail-extract-address-components): Downcase domain names.
20553         (mail-extr-delete-char): Remove.  Use delete-char instead.
20555         * emulation/pc-select.el: Doc string fixes.
20556         (pc-selection-mode): Don't treat macos as a tty.
20558         * emacs-lisp/lisp.el (mark-sexp): Mark more if repeated.
20560         * progmodes/cc-engine.el (c-parse-state): Typo. From Martin Stjernholm.
20562         * mwheel.el (mouse-wheel-scroll-amount): Allow float values.
20563         (mouse-wheel-progessive-speed): New var.
20564         (mwheel-scroll): Use it and handle float values.
20566         * lazy-lock.el (lazy-lock-install-hooks): Remove make-local-hook.
20568         * iswitchb.el (iswitchb-mode): Use define-minor-mode.
20569         (iswitchb): Fix the case where the result was selected with the mouse.
20570         (iswitchb-completion-help): Use the normal *Completions* now that
20571         mouse selection works.
20572         (iswitchb-minibuffer-setup): Simplify.
20574         * newcomment.el (comment-column, comment-style, comment-multi-line)
20575         (comment-auto-fill-only-comments): Remove :group arg.
20576         (comment-padding): Add :type.
20577         (comment-indent-new-line): Ignore comment-auto-fill-only-comments
20578         if called interactively.
20580 2001-11-19  Colin Walters  <walters@verbum.org>
20582         * calc/calc.el (toplevel): Add comment and version header.
20583         (calc-init-base): Bump version to 2.02f, update date.
20585 2001-11-19  Richard M. Stallman  <rms@gnu.org>
20587         * net/browse-url.el: Support Mozilla and Galeon.
20588         By default, find the installed browser whichever it is.
20589         (browse-url-mozilla): New function.
20590         (browse-url-mozilla-sentinel): New function.
20591         (browse-url-galeon, browse-url-galeon-sentinel): New functions.
20592         (browse-url-default-browser): New function.
20593         (browse-url-process-environment): Use browse-url-browser-display.
20594         (browse-url-browser-display): Renamed from browse-url-netscape-display.
20595         (browse-url-mozilla-startup-arguments, browse-url-galeon-program)
20596         (browse-url-galeon-arguments, browse-url-galeon-startup-arguments)
20597         (browse-url-mozilla-program, browse-url-mozilla-arguments): New vars.
20598         (browse-url-browser-function): New default, new options.
20600 2001-11-19  Sam Steingold  <sds@gnu.org>
20602         * bindings.el (last-buffer, unbury-buffer): New function.
20603         (mode-line-unbury-buffer): Use `unbury-buffer'.
20605 2001-11-18  Stephen Eglen  <stephen@gnu.org>
20607         * iswitchb.el (iswitchb-cannot-complete-hook): New variable to
20608         control behaviour when no further completion is possible.
20610 2001-11-19  Colin Walters  <walters@verbum.org>
20612         * calc/calc-macs.el (calc-wrapper, calc-slow-wrapper)
20613         (math-showing-full-precision, math-with-extra-prec, math-working)
20614         (calc-with-default-simplification)
20615         (calc-with-trail-buffer): Use backtick.
20616         (Math-zerop, Math-integer-negp, Math-integer-posp, Math-negp)
20617         (Math-looks-negp, Math-posp, Math-integerp, Math-natnump)
20618         (Math-ratp, Math-realp, Math-anglep, Math-numberp, Math-scalarp)
20619         (Math-vectorp, Math-messy-integerp, Math-objectp, Math-objvecp)
20620         (Math-integer-neg, Math-equal, Math-lessp, Math-primp)
20621         (Math-num-integerp, Math-bignum-test, Math-equal-int)
20622         (Math-natnum-lessp, math-format-radix-digit): Change to `defsubst'.
20623         (calc-record-compilation-date-macro): Deleted.  Callers updated.
20624         (math-format-radix-digit): Move to calc-bin.el.
20626         * calc/calc.el (calc-record-compilation-date): Remove.
20627         (calc-bug-address): Update.
20628         (calc-settings-file): Use `user-init-file'.
20630         * calc/calc-mode.el (calc-settings-file-name, calc-save-modes):
20631         Handle null `calc-settings-file'.
20633         * calc/calc-frac.el (calc-over-notation): Use `completing-read'.
20634         * calc/calc-keypd.el (calc-keypad-mode): New.
20635         (calc-do-keypad): Use it.
20636         (calc-keypad-map): Move into `calc-keypad-mode'.
20638         * calc-math.el (calcFunc-sqrt, calcFunc-hypot): Add missing quote
20639         to defalias argument.
20641         * calc-misc.el (math-fixnump, math-fixnatnump, calcFunc-trunc)
20642         (calcFunc-floor): Ditto.
20644         * calc-units.el (calcFunc-usimplify): Ditto.
20646         * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
20647         * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
20648         * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
20649         * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
20650         * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
20651         * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
20652         * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
20653         * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
20654         * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
20655         * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
20656         * calcsel2.el: Change all toplevel `setq' forms to `defvar' forms,
20657         and move them before their first use.  Use `when', `unless'.
20658         Remove trailing periods from error forms.  Add description and
20659         headers suggested by Emacs Lisp coding conventions.
20661 2001-11-19  Stefan Monnier  <monnier@cs.yale.edu>
20663         * newcomment.el (comment-indent):
20664         Fix misindentation for comment-only lines.
20665         (comment-indent-new-line): Only obey comment-multi-line if the
20666         comment-ender is not the end-of-line.
20668 2001-11-19  Richard M. Stallman  <rms@gnu.org>
20670         * net/net-utils.el (network-connection-service-abbrev-alist):
20671         New variable.
20673         * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
20674         Advance to start of 3rd sexp by moving fwd and backing over it.
20675         At first three elements, act like defun.
20677         * delsel.el (delete-selection-pre-hook): Handle and resignal
20678         file-supersession errors to interact properly with userlock.el.
20680 2001-11-18  Richard M. Stallman  <rms@gnu.org>
20682         * progmodes/fortran.el (fortran-mode-syntax-table):
20683         Specify punctuation syntax for backslash.
20685         * progmodes/sh-script.el (sh-must-be-shell-mode): Function deleted.
20686         All calls deleted.
20688         * international/mule-util.el (string-to-sequence): Make it obsolete.
20689         (string-to-list, string-to-vector): Implement them directly
20690         using append and vconcat, not with string-to-sequence.
20692         * startup.el (command-line): Set abbrevs-changed to nil after
20693         reading the init file and the abbrevs file.
20695         * isearch.el (isearch): Use magenta2 as bg for (background light)
20697 2001-11-17  Richard M. Stallman  <rms@gnu.org>
20699         * menu-bar.el (menu-bar-update-buffers-1): Don't pad the buffer name.
20701         * simple.el (minibuffer-history-sexp-flag): Doc fix.
20703 2001-11-17  Stefan Monnier  <monnier@cs.yale.edu>
20705         * font-lock.el (font-lock-compile-keywords): New arg `regexp'.
20706         If set and if applicable, add a regexp to highlight defun-like
20707         text inside comments and strings.
20708         (font-lock-fontify-keywords-region): Pass that new arg.
20709         (font-lock-set-defaults): Move the code to set `font-lock-keywords'
20710         to the end and pass that new arg.
20711         (c-font-lock-keywords-2): Fix regex for labels.
20712         (font-lock-match-c++-style-declaration-item-and-skip-to-next):
20713         Make it work when LIMIT is several lines further.
20714         (c-font-lock-keywords-3, c++-font-lock-keywords-3)
20715         (objc-font-lock-keywords-3, java-font-lock-keywords-3):
20716         Use backquote and make the regexes for `int a, b, c;' work on
20717         multiple lines.
20719         * emacs-lisp/re-builder.el (reb-mode): Use define-derived-mode.
20720         (font-lock-defaults-alist): Don't change it any more.
20721         (reb-subexp-mode-map): Cleanup.
20723         * custom.el (custom-current-group-alist): New var.
20724         (custom-declare-group): Set it.
20725         (custom-current-group): New fun.
20726         (custom-declare-variable, custom-handle-all-keywords):
20727         Use it as a default if no :group argument is specified.
20729         * international/mule-cmds.el (locale-name-match): Use \` and \(?:.
20730         (standard-keyboard-coding-systems): New var.
20731         (set-locale-environment): Use it to decide whether or not to call
20732         set-keyboard-coding-system.
20733         (locale-language-names): Use \"French\" for "fr".
20735 2001-11-17  Richard M. Stallman  <rms@gnu.org>
20737         * emacs-lisp/checkdoc.el (princ-list, checkdoc-read-event)
20738         (add-to-list): Delete compatibility code.
20739         (checkdoc-next-message-error): Doc fix.
20741 2001-11-17  Stephen Eglen  <stephen@gnu.org>
20743         * locate.el (locate): Show default locate pattern within the
20744         prompt, but don't insert it into the minibuffer contents.
20745         Catch the case when pattern is the empty string.
20747 2001-11-17  Eli Zaretskii  <eliz@is.elta.co.il>
20749         * language/european.el ("French"): New language environment.
20751 2001-11-16  Richard M. Stallman  <rms@gnu.org>
20753         * calendar/todo-mode.el (todo-save): Fix previous change.
20755         * subr.el (functionp): Do use cdr-safe on object.
20757 2001-11-16  Stefan Monnier  <monnier@cs.yale.edu>
20759         * bindings.el (mode-line-mode-name): Only put the help-echo property
20760         if the local-map property was put as well.
20761         (global-map): Bind switch-frame, delete-frame, iconify-frame
20762         and make-frame-visible events.
20764         * emacs-lisp/elp.el (elp-not-profilable): New var.
20765         (elp-not-profilable-p): New function.
20766         (elp-instrument-function): Use it.  Use backquotes and push.
20768         * emacs-lisp/bytecomp.el (byte-compile-call-tree, byte-code-vector)
20769         (byte-stack+-info, byte-compile-last-warned-form)
20770         (byte-compile-last-logged-file): Don't defconst a variable.
20771         (no-byte-compile): Declare.
20772         (byte-compile-file): Don't boundp-check no-byte-compile any more.
20773         (byte-compile-defvar): Leave defconst as is.
20775         * emacs-lisp/edebug.el (edebug-form-data, edebug-offsets)
20776         (edebug-offsets-stack, edebug-read-dotted-list, edebug-def-name)
20777         (edebug-current-offset, edebug-old-def-name, edebug-error-point)
20778         (edebug-best-error): Don't defconst a variable.
20779         (edebug-read-syntax-table): Use a char-table.
20780         (edebug-lemacs-specific): Remove.
20781         Toplevel: Eliminate check for Lucid Emacs.
20783         * pcvs-util.el (cvs-prefix-define): Don't defconst a variable.
20785         * rect.el (move-to-column-force): Mark obsolete.
20786         (operate-on-rectangle, delete-extract-rectangle-line)
20787         (insert-rectangle, delete-whitespace-rectangle-line)
20788         (open-rectangle-line, clear-rectangle-line): Use move-to-column.
20789         (string-rectangle-history): New var.
20790         (string-rectangle, string-insert-rectangle): Use it.
20791         (delete-rectangle-line): Fix pos/column mixup and simplify.
20793         * startup.el (normal-top-level-add-subdirs-to-load-path): Simplify.
20794         (normal-top-level, command-line, command-line-1): Simplify.
20796         * tar-mode.el (tar-mode): Use define-derived-mode.
20798         * view.el (view-mode-enable): Don't use make-local-hook.
20800         * emacs-lisp/eldoc.el (eldoc-mode): Use define-minor-mode.
20802 2001-11-16  Richard M. Stallman  <rms@gnu.org>
20804         * mail/mail-extr.el (mail-extr-voodoo): Treat a number as a word
20805         if it doesn't make sense as anything else.
20806         Don't recognize a "telephone number" at the beginning of the name.
20807         (mail-extr-leading-garbage): Match non-word characters only.
20809 2001-11-16  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
20811         * startup.el (command-line-processed): Doc fix.
20813         * apropos.el (apropos-next-label-button): Doc fix.
20815 2001-11-16  Stefan Monnier  <monnier@cs.yale.edu>
20817         * comint.el (comint-mode): Simplify.
20818         (make-comint-in-buffer): Run `comint-mode' only if necessary.
20820         * subr.el (eval-after-load): Make it work with features as well.
20822         * log-view.el (log-view-mode): Don't mark the buffer unmodified.
20824         * international/mule-cmds.el (describe-input-method): Setup xref.
20825         (set-language-environment): Use functionp.
20826         (locale-language-names, locale-charset-language-names)
20827         (locale-preferred-coding-systems): Defconst and purecopy.
20829         * language/european.el (mac-roman): Add mime-charset property.
20831 2001-11-15  Richard M. Stallman  <rms@gnu.org>
20833         * emacs-lisp/cl.el (values, values-list, multiple-value-list)
20834         (multiple-value-apply, nth-value): Use defsubst rather than defalias
20835         to get better doc strings.
20837 2001-11-15  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
20839         * derived.el: Fix autoload cookie.
20841 2001-11-15  Richard M. Stallman  <rms@gnu.org>
20843         * jka-compr.el (jka-compr-partial-uncompress): Fix previous change.
20845 2001-11-15  Stefan Monnier  <monnier@cs.yale.edu>
20847         * menu-bar.el (menu-bar-edit-menu) <copy>: Put an explicit key binding.
20849 2001-11-15  Richard M. Stallman  <rms@gnu.org>
20851         * dired.el (dired-undo): Display a message to explain
20852         that this does not undo file system changes.
20854 2001-11-15  David Kastrup  <David.Kastrup@t-online.de>
20856         * mouse-drag.el (mouse-drag-throw): Push back non-drag events
20857         into `unread-command-events' instead of trying keymap
20858         lookups ourselves.  This makes mouse-clicks do the right
20859         thing even when keymaps of overlays are involved.
20860         (mouse-drag-drag): Likewise.
20862 2001-11-15  Andreas Schwab  <schwab@suse.de>
20864         * progmodes/ada-mode.el (ada-add-extensions): Quote regexp special
20865         characters and append anchor to pattern added to auto-mode-alist.
20867 2001-11-15  Stefan Monnier  <monnier@cs.yale.edu>
20869         * server.el (server-process-filter): Run pre/post-comment-hook
20870         before/after visiting the file.
20872         * info-look.el (makefile-mode): Add info for automake.
20873         (autoconf-mode): Fix the name of the index for automake.
20875         * international/latin-9.el: Give pilcrow punctuation syntax.
20877 2001-11-15  Andre Spiegel  <spiegel@gnu.org>
20879         * vc.el: Documentation fixes.
20881 2001-11-14  Stefan Monnier  <monnier@cs.yale.edu>
20883         * smerge-mode.el (smerge-match-conflict): Fix typo.
20884         (smerge-diff): Be careful to read match-data early enough.
20886 2001-11-14  Colin Walters  <walters@verbum.org>
20888         * calc/calc-alg.el (calcFunc-esimplify, calcFunc-simplify)
20889         (calcFunc-subst): Use `defalias' instead of `fset' and
20890         `symbol-function'.
20892         * calc/calc-arith.el (calcFunc-abs, calcFunc-float)
20893         (calcFunc-ceil, calcFunc-round): Ditto.
20895         * calc/calc-bin.el (calcFunc-clip): Ditto.
20897         * calc/calc-ext.el (calcFunc-evalv): Ditto.
20899         * calc/calc-math.el (calcFunc-sqrt, calcFunc-hypot): Ditto.
20901         * calc/calc-misc.el (math-fixnump, math-fixnatnump)
20902         (calcFunc-trunc, calcFunc-floor, calc-report-bug): Ditto.
20904         * calc/calc-units.el (calcFunc-unsimplify): Ditto.
20906         * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
20907         * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
20908         * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
20909         * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
20910         * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
20911         * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
20912         * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
20913         * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
20914         * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
20915         * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
20916         * calcsel2.el: Style cleanup; don't put closing parens on their
20917         own line, add "foo.el ends here" to each file, and update
20918         copyright date.
20920         * README: Update maintainer.
20922 2001-11-13  Richard M. Stallman  <rms@gnu.org>
20924         * progmodes/compile.el (recompile): Use compilation-arguments if
20925         set, so as to be able to M-x recompile the exact command which
20926         created a compilation-mode buffer.
20928         * progmodes/ada-mode.el (ada-fill-comment-prefix): Doc fix.
20930 2001-11-13  Gerd Moellmann  <gerd@gnu.org>
20932         * mouse.el (mouse-drag-region): Don't run the up-event
20933         handler if window start changed due to the down-mouse event.
20935 2001-11-13  Richard M. Stallman  <rms@gnu.org>
20937         * mouse.el (mouse-show-mark): Either move point to the mark
20938         or use highlighting, never both.
20939         (mouse-buffer-menu): If WINDOW is a frame, select its selected window.
20941 2001-11-13  Simon Josefsson  <jas@extundo.com>
20943         * mail/smtpmail.el (top-level): Change maintainer to Simon
20944         Josefsson, cleanup the smtpmail.el header.
20946         * mail/smtpmail.el (top-level): Don't require cl or base64.
20947         (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
20948         (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd):
20949         Defsubst instead of defmacro.
20950         (smtpmail-intersection): Return value in reverse order.
20951         (smtpmail-open-stream): Use stringp instead of string-to-list.
20952         (smtpmail-open-stream, smtpmail-try-auth-methods): New functions,
20953         separated from smtpmail-via-smtp.
20955         * mail/smtpmail.el (top-level): Autoload starttls, mail-utils and
20956         rfc2104.  Require base64 and cl.
20957         (smtpmail-smtp-service): Doc fix.  :type fix.
20958         (smtpmail-debug-info): Doc fix.
20959         (smtpmail-debug-verb, smtpmail-auth-credentials)
20960         (smtpmail-starttls-credentials, smtpmail-auth-supported):
20961         New variables.
20962         (smtpmail-deduce-address-list, smtpmail-send-it): Don't require
20963         mail-utils (it is autoloaded).
20964         (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
20965         (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd)
20966         (smtpmail-find-credentials, smtpmail-intersection): New utility funs.
20967         (smtpmail-via-smtp): Support STARTTLS, if binary is installed.
20968         (smtpmail-via-smtp): Support AUTH.
20969         (smtpmail-via-smtp): Use `smtpmail-debug-verb' to control VERB.
20971 2001-11-13  Richard M. Stallman  <rms@gnu.org>
20973         * ebuff-menu.el (electric-buffer-update-highlight): New function.
20974         (electric-buffer-overlay): New variable.
20975         (electric-buffer-menu-looper): Call electric-buffer-update-highlight.
20976         (electric-buffer-list): Likewise.
20978         * isearch.el (isearch-whitespace-chars): Doc fix.
20979         (isearch-mode): Handle negative search-slow-window-lines correctly.
20981 2001-11-13  Stefan Monnier  <monnier@cs.yale.edu>
20983         * newcomment.el (comment-normalize-vars): Handle a nil comment-padding.
20985         * progmodes/ada-mode.el (ada-fill-comment-prefix): GNAT wants 2 spaces.
20986         From Emmanuel Briot <briot@act-europe.fr>.
20988 2001-11-13  Colin Walters  <walters@debian.org>
20990         * calc/calc.el (calc-unread-command): Use `unread-command-events'.
20992         * calc/calc-mode.el (calc-settings-file-name): Don't hardcode
20993         "~/.emacs"; use `read-file-name'.
20995         * calc/calc-graph.el, calc/calc-embed.el, calc/calc-graph.el
20996         * calc/calc-misc.el, calc/calc-mode.el, calc/calc-prog.el
20997         * calc/calc-sel.el, calc/calc-store.el, calc/calc-yank.el
20998         * calc/calc.el: Use `frame-width' instead of `screen-width',
20999         `frame-height' instead of `screen-height', and,
21000         `executing-kbd-macro' instead of `executing-macro'.
21002         * calc/calc-embed.el (calc-do-embedded): Call `y-or-n-p' with
21003         correct number of arguments.
21005         * calc/calc-aent.el (calc-do-alg-entry):
21006         Use `blink-paren-function' instead of `blink-paren-hook'.
21008 2001-11-12  Richard M. Stallman  <rms@gnu.org>
21010         * calendar/todo-mode.el (todo-save): Add save-excursion
21011         and save-restriction.
21013         * server.el (server-edit, server-done): Doc fix.
21015         * simple.el (clone-indirect-buffer): Error if major mode symbol
21016         has a no-clone-indirect property.
21017         (clone-buffer): Check for obvious errors before reading clone name.
21019         * info.el (Info-mode): Add a no-clone-indirect property.
21021 2001-11-12  Sam Steingold  <sds@gnu.org>
21023         * vc.el (vc-print-log): Bind `inhibit-read-only' to t before and
21024         set-buffer-modified-p to nil after `vc-exec-after'.
21025         * log-view.el (log-view-mode-map): Bind "q", "z", "m" and "d".
21026         (log-view-mode): Make read-only.
21027         (log-view-current-file): Do final `expand-file-name' in the
21028         current `default-directory'.
21029         (log-view-current-tag): Take an optional `where' arg.
21030         (log-view-diff): New user command.
21032 2001-11-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
21034         * progmodes/cpp.el (cpp-choose-face): Fix typo.
21036 2001-11-12  Sam Steingold  <sds@gnu.org>
21038         * emacs-lisp/cl-indent.el (toplevel): Indent properly
21039         `generic-flet', `generic-labels', `with-accessors',
21040         `with-condition-restarts'.
21042 2001-11-12  Richard M. Stallman  <rms@gnu.org>
21044         * dired.el: Many trivial doc fixes.
21045         (dired-get-file-for-visit): New function.
21046         (dired-find-alternate-file, dired-mouse-find-file-other-window)
21047         (dired-view-file, dired-find-file-other-window, dired-display-file)
21048         (dired-find-file): Use dired-get-file-for-visit.
21050 2001-11-12  Alex Schroeder  <kensanata@yahoo.com>
21052         * sql.el (sql-mode): Doc change.
21054         * sql.el (sql-mode-syntax-table): The backslash is no longer an
21055         escape character.
21057 2001-11-12  Colin Walters  <walters@debian.org>
21059         * calc/calc-keypd.el (toplevel): Bind mouse buttons.
21060         (calc-do-keypad): Don't attempt to use nonexistent global
21061         mouse-map, use calc-keypad-map.
21062         (calc-keypad-x-left-click): Renamed to calc-keypad-left-click.
21063         (calc-keypad-left-click): Don't use mouse-map; update to new event
21064         interface.
21065         (calc-keypad-x-middle-click, calc-keypad-x-right-click): Ditto.
21066         (calc-keypad-press): Use `unread-command-events' instead of
21067         `unread-command-char'.
21069         * calc/calc-ext.el (calc-init-extensions): Update autoload names
21070         to match files renamed on initial calc import.
21072 2001-11-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
21074         * textmodes/flyspell.el (flyspell-default-dictionary):
21075         Fix previous change.
21077 2001-11-12  Richard M. Stallman  <rms@gnu.org>
21079         * textmodes/flyspell.el (flyspell-default-dictionary):
21080         Fix custom type.
21082 2001-11-11  Richard M. Stallman  <rms@gnu.org>
21084         * calendar/solar.el (solar-sunrise-and-sunset):
21085         Exchange the two extreme values of day-length.
21087         * progmodes/sh-script.el (sh-must-be-shell-mode):
21088         Allow modes derived from sh-mode.
21090         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
21091         Turn off error in some re-search-forward calls.
21093         * replace.el (query-replace-skip-read-only): New variable.
21094         (perform-replace): If that variable is non-nil, ignore matches
21095         that have a read-only property.
21097         * derived.el (define-derived-mode): Doc fix.
21099         * server.el (server-buffer-done): Test of server-existing-buffer
21100         was backwards.
21101         (server-existing-buffer): Doc fix.
21103         * textmodes/flyspell.el (flyspell-default-dictionary):
21104         Allow nil as value, and make nil the default.
21106 2001-11-11  Eli Zaretskii  <eliz@is.elta.co.il>
21108         * menu-bar.el (menu-bar-edit-menu): Don't use x-selection-exists-p if
21109         it is not fboundp.
21110         (clipboard-yank): Ditto.
21112 2001-11-11  Colin Walters  <walters@verbum.org>
21114         The following changes are based on patches from
21115         Eli Zaretskii <eliz@is.elta.co.il>, Kai Gro\e,A_\e(Bjohann
21116         <Kai.Grossjohann@CS.Uni-Dortmund.DE>, and others.
21118         * calc/calc.el (toplevel): Require calc-macs.
21119         (calc-minibuffer-size): New.
21120         (calcDigit-nondigit): Use it instead of `buffer-size'.
21121         (calcDigit-backspace): Likewise.
21122         (calcDigit-nondigit): Use `minibuffer-contents' instead of
21123         `buffer-string'.
21124         (calc-minibuffer-contains): Use `minibuffer-prompt-end' instead of
21125         `point-min'.
21126         (calcDigit-key): Use `calc-minibuffer-contains' instead of a
21127         `save-excursion'.
21129         * calc/calc-macs.el (calc-record-compilation-date-macro): Return a
21130         simple `setq' form.
21132         * calc/calc-ext.el: (toplevel): Require calc.
21133         (calc-fancy-prefix-map): New.
21134         (calc-fancy-prefix): Use it.
21135         (calc-fancy-prefix-other-key): New.
21137         * calc/calc-aent.el (toplevel): Require calc-macs during compilation.
21138         (calc-do-quick-calc): Use `frame-width' instead of `screen-width'.
21139         (calcAlg-edit): Use `minibuffer-contents' instead of `buffer-string'.
21140         (calcAlg-enter): Likewise.
21141         (calcAlg-enter): Use `minibuffer-prompt-end' instead of `point-min'.
21143 2001-11-10  Richard M. Stallman  <rms@gnu.org>
21145         * abbrev.el (read-abbrev-file): Don't set save-abbrevs.
21146         (quietly-read-abbrev-file): Doc fix.
21148         * startup.el (command-line): Read standard abbrev
21149         file (abbrev-file-name), if it exists.
21151         * files.el (save-abbrevs): Default value is t.
21153         * progmodes/compile.el (compile-goto-error): Fix previous change
21154         in the case where subsequent errors have not been parsed yet
21155         because they are in a different source file.
21157 2001-11-10  Peter Kleiweg  <kleiweg@let.rug.nl>
21159         * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
21160         Merge two regular expressions into one.
21161         (ps-mode): Make local bindings for `comment-start' and
21162         `comment-start-skip'.
21163         (ps-mode-looking-at-nested): Simplify an if-else construct;
21164         use `set-match-data' to set the result.
21166 2001-11-10  Richard M. Stallman  <rms@gnu.org>
21168         * textmodes/flyspell.el (flyspell-correct-word/local-keymap):
21169         Function deleted.
21170         (flyspell-correct-word): Old definition deleted.
21171         (flyspell-correct-word/mouse-keymap): Renamed to flyspell-correct-word.
21172         All references renamed too.
21174 2001-11-10  Gerd Moellmann  <gerd@gnu.org>
21176         * Makefile.in (finder_setwins, setwins): Exclude Calc.
21178 2001-11-09  Per Abrahamsen  <abraham@dina.kvl.dk>
21180         * wid-edit.el (checklist): Removed `:menu-tag'.
21181         (radio-button-choice): Ditto.
21182         (editable-list): Ditto.
21184 2001-11-09  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
21186         * play/gomoku.el: Move definitions of constants to the beginning
21187         of file, before their use.
21189 2001-11-09  Richard M. Stallman  <rms@gnu.org>
21191         * textmodes/flyspell.el: Use the keymap property
21192         instead of local-map, and don't use a minor-mode map.
21193         (flyspell-mode-map): Variable deleted.
21194         Don't mess with minor-mode-map-alist.
21195         (calling add-minor-mode): Specify nil for keymap.
21196         And always use add-minor-mode, now that it exists.
21197         (flyspell-overlay-keymap-property-name): Set it to `keymap'.
21198         (flyspell-mode-on): Don't locally bind flyspell-mouse-map
21199         or flyspell-local-mouse-map.
21200         (make-flyspell-overlay): Use flyspell-mouse-map directly.
21201         (flyspell-mode): Doc fix.
21202         (flyspell-mode-on): Don't call make-local-hook.
21204 2001-11-09  Sam Steingold  <sds@gnu.org>
21206         * emacs-lisp/debug.el (debugger-make-xrefs):
21207         Add buttons to all symbols.
21209 2001-11-09  Andre Spiegel  <spiegel@gnu.org>
21211         * vc.el: Add John David Smith to credits.
21213         Suggested by Kalle Olavi Niemitalo <kon@iki.fi>:
21215         * vc-hooks.el (vc-error-occured): Backquotified.
21216         (vc-file-prop-obarray): Use prime length for better efficiency.
21218         * vc.el (vc-clear-context): Fill obarray with 0, not nil.
21220 2001-11-09  Eli Zaretskii  <eliz@is.elta.co.il>
21222         * info.el (Info-file-list-for-emacs): Add entries for Calc.
21224 2001-11-09  Miles Bader  <miles@gnu.org>
21226         * subr.el (functionp): Don't consider macros as functions.
21228 2001-11-08  Miles Bader  <miles@gnu.org>
21230         * subr.el (functionp): Make work correctly for macros and unbound
21231         symbols.
21233         * comint.el (comint-send-input): Fix description of
21234         `comint-process-echoes' in the doc-string.
21236 2001-11-08  Eli Zaretskii  <eliz@is.elta.co.il>
21238         * international/mule.el (make-translation-table): Doc fix.
21239         Suggested by Alex Schroeder <alex@gnu.org>.
21241 2001-11-07  Richard M. Stallman  <rms@gnu.org>
21243         * info.el (Info-fontify-node): Highlight every third menu item.
21245 2001-11-07  Per Abrahamsen  <abraham@dina.kvl.dk>
21247         * cus-edit.el (custom-face-value-create): Don't ignore the
21248         `customized-face' attribute when finding the current face spec.
21250 2001-11-07  Stefan Monnier  <monnier@cs.yale.edu>
21252         * subr.el (with-local-quit): New macro.
21253         (make-syntax-table): Always inherit.
21254         (functionp): Be more careful when `object' is a symbol.
21256         * dabbrev.el (dabbrev-completion): Use "*Completions*".
21258 2001-11-07  Paul Eggert  <eggert@twinsun.com>
21260         * dired.el (dired-move-to-filename-regexp):
21261         Do not distinguish between ASCII letters and non-ASCII characters.
21262         Don't allow comma except in the form "month day, year".
21263         Don't allow space between month name and comma.
21264         Clean up the code that checks for trailing period, comma, and space.
21265         Remove now-obsolete comments, and add more commentary about
21266         Japanese dates.
21267         Always gobble up trailing spaces, instead of doing it only sometimes.
21269 2001-11-07  Miles Bader  <miles@gnu.org>
21271         * paren.el (show-paren-match-face): Add dark-background variant.
21273 2001-11-06  Stefan Monnier  <monnier@cs.yale.edu>
21275         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Paren typo.
21276         (lisp-mode-variables): Don't set paragraph-{start,separate}.
21277         Don't disable adaptive-fill-mode.
21278         (lisp-fill-paragraph): Use tab-width rather than 8.
21279         Prevent filling the first line of docstrings.
21281 2001-11-06  Richard M. Stallman  <rms@gnu.org>
21283         * play/gomoku.el (gomoku): Doc fix.
21285         * jka-compr.el (jka-compr-partial-uncompress):
21286         Support an alternative of not using dd.
21287         (jka-compr-dd-program): Use defcustom to define this.
21288         (jka-compr-load-suffixes): Use defcustom.
21289         (jka-compr-mode-alist-additions): Use defcustom.
21291 2001-11-06  Stefan Monnier  <monnier@cs.yale.edu>
21293         * font-lock.el (font-lock-match-c-style-declaration-item-and-skip-to-next):
21294         Also work when LIMIT is further than the end of line.
21296 2001-11-06  Eli Zaretskii  <eliz@is.elta.co.il>
21298         * international/quail.el (quail-update-leim-list-file): Print the
21299         offending file name if some of its quail-define-package forms is broken.
21301 2001-11-05  Richard M. Stallman  <rms@gnu.org>
21303         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Return the value
21304         of the evaluated form.
21306 2001-11-05  Paul Eggert  <eggert@twinsun.com>
21308         * ls-lisp.el (ls-lisp-time-to-seconds): New function.
21309         (ls-lisp-format-time): Emulate GNU fileutils 4.1.1 ls, whose time
21310         stamps always line up by default.  Also, it uses a slightly
21311         different window to determine whether files are "recent".
21313 2001-11-05  Andrew Innes  <andrewi@gnu.org>
21315         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
21316         Don't attempt to remake autoloads before nuking .elc files.
21318 2001-11-04  Richard M. Stallman  <rms@gnu.org>
21320         * emacs-lisp/lisp-mode.el (last-sexp-toggle-display): Cope if
21321         previous-single-property-change or next-single-char-property-change
21322         returns nil.
21324         * international/mule-cmds.el (set-locale-environment):
21325         Make it interactive; make arg optional.
21327         * international/mule-diag.el (help-funs): Require help-funs.
21329 2001-11-04  Eli Zaretskii  <eliz@is.elta.co.il>
21331         * term/internal.el (term-setup-hook): Add IT-setup-unicode-display.
21333 2001-11-04  Miles Bader  <miles@gnu.org>
21335         * startup.el (fancy-splash-head): Reapply Gerd's hack to make the
21336         shadow of the splash image grey on a dark background instead of black.
21338 2001-11-03  Stefan Monnier  <monnier@cs.yale.edu>
21340         * term.el (all faces): Don't (copy-face 'default <foo>).
21342         * term/xterm.el (function-key-map):
21343         Add entry for `ESC [ 3 ~' -> <delete>
21344         Add entries `ESC O 5 [ABCD]' -> C-{up,down,right,left}.
21345         Use inheritance so that .emacs and terminfo take precedence.
21347 2001-11-03  Eli Zaretskii  <eliz@is.elta.co.il>
21349         * tooltip.el (tooltip-delay): Decrease to 0.7.
21350         (tooltip-hide-delay): Enlarge to 10.
21352 2001-11-03  Richard M. Stallman  <rms@gnu.org>
21354         * startup.el (fancy-splash-tail): Explain how to recover
21355         from a crash, if there was a crash.
21356         (command-line-1): Reorganize display of startup screen,
21357         to simplify the logic.  Use a temp buffer for it.
21359 2001-11-03  Eli Zaretskii  <eliz@is.elta.co.il>
21361         * frame.el (set-background-color, set-foreground-color):
21362         Call face-set-after-frame-default, to propagate the new colors to
21363         the frame's parameters alist.
21365         * calendar/timeclock.el (timeclock-out): Signal an error if
21366         timeclock-last-event is nil.
21368 2001-11-02  Stefan Monnier  <monnier@cs.yale.edu>
21370         * textmodes/fill.el (fill-context-prefix): Fix braino.
21372         * international/quail.el (quail-help):
21373         Use `help-buffer' and move `help-setup-xref' to beginning.
21375         * international/mule-cmds.el (describe-language-environment):
21376         Use `help-buffer' and move `help-setup-xref' to beginning.
21378         * international/mule-diag.el (list-character-sets)
21379         (sort-listed-character-sets, describe-character-set)
21380         (describe-coding-system, describe-fontset, list-fontsets):
21381         Use `help-buffer' and move `help-setup-xref' to beginning.
21382         (describe-char-after): Use `internal-describe-syntax-value'.
21384 2001-11-02  Richard M. Stallman  <rms@gnu.org>
21386         * mouse.el (popup-menu): If the user refuses to select
21387         from a menu, don't try to invoke the menu.
21389 2001-11-02  Miles Bader  <miles@gnu.org>
21391         * help-mode.el (help-xref): New button type.
21392         (help-function, help-variable, help-face, help-coding-system)
21393         (help-input-method, help-character-set, help-type, help-symbol)
21394         (help-back, help-info, help-customize-variable, help-customize-face)
21395         (help-function-def, help-variable-def): Use it as a supertype.
21396         Remove `action' property.
21398         * international/mule-diag.el (describe-character-set)
21399         (describe-coding-system): Pass correct args to `help-xref-button'.
21400         (sort-listed-character-sets): New button type.
21401         (list-character-sets): Use it.
21402         (list-charset-chars): New button type.
21403         (list-character-sets-1): Use it.
21405 2001-11-01  Stefan Monnier  <monnier@rum.cs.yale.edu>
21407         * indent.el (tab-always-indent, indent-for-tab-command):
21408         Remove redundant `never' setting.
21410         * fill.el (fill-region-as-paragraph): Don't forget to skip
21411         over current whitespace before looking for a preceding space.
21413 2001-11-01  Richard M. Stallman  <rms@gnu.org>
21415         * files.el (file-newest-backup): Don't pass backup file name
21416         thru file-name-sans-versions, because it never has version numbers.
21418         * textmodes/sgml-mode.el (sgml-xml-guess): Fix regexp
21419         to avoid ambiguous nested loops.
21421         * files.el (find-file-noselect): Offer to change buffer-read-only
21422         only when the file's read-only status has changed from before
21423         as well as disagreeing with the buffer's current status.
21424         (buffer-file-read-only): New var, local in all buffers.
21426         * buff-menu.el (buffer-menu): Doc fix.
21427         (buffer-menu-other-window): Doc fix.
21428         (list-buffers, list-buffers-noselect): Doc fix.
21430 2001-11-01  Gerd Moellmann  <gerd@gnu.org>
21432         * startup.el (command-line): If the terminal Emacs is running on
21433         has erase char set to ^H, use the Backspace key for deleting
21434         backward, and the Delete key for deleting forward.
21436 2001-11-01  Miles Bader  <miles@gnu.org>
21438         * button.el (define-button-type): Make sure every user-defined
21439         button type has a supertype.
21441 2001-10-31  Jason Rumney  <jasonr@gnu.org>
21443         * international/mule-cmds.el (locale-language-names): Add chs and
21444         cht as aliases for Chinese-GB and Chinese-BIG5.
21446 2001-10-31  Richard M. Stallman  <rms@gnu.org>
21448         * bindings.el (mode-line-frame-identification): Add doc string.
21449         (mode-line-position, mode-line-modes): New variables.
21450         (mode-line-format): Use mode-line-position for the part
21451         that displays the position-in-buffer info.
21452         Use mode-line-modes for the part that displays major and minor modes.
21454 2001-10-31  Sam Steingold  <sds@gnu.org>
21456         * emacs-lisp/debug.el (debugger-make-xrefs): New function.
21457         (debugger-setup-buffer): Call it.
21458         (debugger-mode-map): Bind RET and mouse-2.
21460 2001-10-31  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
21462         * startup.el: Document command line option --no-window-system
21463         instead of --no-windows.
21465 2001-10-30  Stefan Monnier  <monnier@cs.yale.edu>
21467         * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip.
21469         * font-lock.el (java-font-lock-syntactic-face-function): New fun.
21470         (font-lock-defaults-alist): Use it.
21471         From David Ponce <david.ponce@wanadoo.fr>
21473         * progmodes/perl-mode.el (perl-indent-line): Use `eq' to compare
21474         output of `char-after'.
21476         * bindings.el (ctl-x-map): Add binding for C-x (, C-x ) and C-x e.
21478         * simple.el (reindent-then-newline-and-indent): Insert the newline
21479         before indenting the first line.
21480         (undo-get-state, undo-revert-to-state): New funs.
21481         (shell-command): Don't kill the buffer even if empty.
21482         (transpose-subr-start1, transpose-subr-start2, transpose-subr-end1)
21483         (transpose-subr-end2): Remove.
21484         (transpose-subr): Add `special' arg and simplify.
21485         (transpose-subr-1): Rewrite.
21486         (do-auto-fill): Use fill-indent-according-to-mode and fill-nobreak-p.
21487         (rfc822-goto-eoh): Simplify.
21489 2001-10-30  Richard M. Stallman  <rms@gnu.org>
21491         * enriched.el (enriched-face-ans): Fix previous change.
21493 2001-10-30  Gerd Moellmann  <gerd@gnu.org>
21495         * international/iso-acc.el (iso-accents-compose): Remove a
21496         superfluous setq.
21498 2001-10-30  Eli Zaretskii  <eliz@is.elta.co.il>
21500         * buff-menu.el (list-buffers-noselect): If the buffer's name
21501         starts with a blank, but it visits a file, do show it (for files
21502         whose names start with a blank).
21504 2001-10-30  Stefan Monnier  <monnier@cs.yale.edu>
21506         * textmodes/fill.el (sentence-end-double-space)
21507         (sentence-end-without-period): Move to paragraphs.el.
21508         (fill-indent-according-to-mode): Change default to t.
21509         (fill-context-prefix): Simplify control-flow and use a more
21510         sophisticated merge that unifies both previous checks.
21511         (fill-single-word-nobreak-p, fill-french-nobreak-p): New funs.
21512         (fill-nobreak-predicate): Make it into a defcustom'd hook.
21513         (fill-nobreak-p): New fun.
21514         (fill-region-as-paragraph): Use it.
21515         Handle `fill-indent-according-to-mode' slightly differently.
21516         (fill-individual-paragraphs-prefix): Simplify the control-flow.
21517         (fill-individual-paragraphs-citation): Fix.
21519         * textmodes/paragraphs.el (use-hard-newlines): Use define-minor-mode.
21520         (paragraph-start): Change default to the `text-mode' value.
21521         (sentence-end-double-space, sentence-end-without-period):
21522         Move from fill.el.
21523         (forward-paragraph): Use `parstart' and `parsep' for temp variables
21524         rather than rebinding `paragraph-start' and `paragraph-separate'.
21526         * indent.el (indent-line-function): Change default to indent-relative.
21527         (tab-always-indent): Add an `never' setting.
21528         (indent-according-to-mode): Handle `indent-relative' and
21529         `indent-relative-maybe' specially.
21530         (indent-for-tab-command): Rename `prefix-arg' to `arg'.
21531         Handle the `never' case for `tab-always-indent'.
21532         Don't call indent-according-to-mode for indent-relative' and
21533         `indent-relative-maybe'.
21534         (insert-tab): Rename `prefix-arg' to `arg'.
21535         (indent-region): Indent the first line as well.
21536         (indent-relative): Don't mark the buffer modified if the indentation
21537         is unchanged.
21539         * textmodes/text-mode.el (paragraph-indent-minor-mode):
21540         Don't set paragraph-separate.  Set paragraph-start more carefully.
21541         Set indent-line-function.
21542         (paragraph-indent-text-mode): Use it and define-derived-mode.
21543         (text-mode-map): Remove the \t binding.
21544         (text-mode): Simplify now that the default is more favorable.
21546 2001-10-29  Stefan Monnier  <monnier@cs.yale.edu>
21548         * emacs-lisp/find-func.el (find-function-search-for-symbol):
21549         If the regexp doesn't match, use a looser one.
21550         (find-variable-noselect): Add `file' argument.
21552         * pcvs.el (cvs-mode-commit-hook): New hook.
21553         (cvs-mode-commit): Run it.
21555         * log-edit.el (log-edit): Run hook after `log-edit-files'.
21557         * emacs-lisp/edebug.el (delay-mode-hooks): Add edebug-spec.
21558         (edebug-instrument-function): Use `find-function-noselect'.
21560 2001-10-29  Richard M. Stallman  <rms@gnu.org>
21562         * term.el (term-if-emacs19): Macro deleted.
21563         Callers changed to use progn instead.
21565         * frame.el (blink-cursor-mode): Doc fix.
21567         * files.el (find-backup-file-name): Use make-backup-file-name.
21569         * emacs-lisp/edebug.el (edebug-window-live-p): Always alias to
21570         window-live-p.
21571         (edebug-set-conditional-breakpoint): Unconditionally use
21572         the former Emacs >=19 definition.
21573         (edebug-mark): Define unconditionally.
21574         (edebug-eval-expression): Always call read-from-minibuffer
21575         and specify history list.
21576         (edebug-lemacs-specific): Override emacs-mark, edebug-window-live-p,
21577         edebug-set-conditional-breakpoint.
21578         (edebug-emacs-version-specific): Function deleted;
21579         do the job at top level.
21580         (edebug-emacs-19-specific): Function deleted, this is the default.
21582 2001-10-29  Sam Steingold  <sds@gnu.org>
21584         * w32-fns.el (convert-standard-filename): Handle cygwin-specific
21585         "/cygdrive/LETTER/" pathnames.
21587 2001-10-29  Eli Zaretskii  <eliz@is.elta.co.il>
21589         * faces.el (invert-face): Check for 'unspecified, not for nil,
21590         when testing whether face colors are not specified.
21591         From David.Kastrup@t-online.de (David Kastrup).
21592         (read-face-name): Doc fix.
21593         (make-face-bold, make-face-unbold, make-face-italic)
21594         (make-face-unitalic, make-face-bold-italic, invert-face):
21595         Remove trailing blank from the prompt passed to read-face-name.
21597 2001-10-29  Sam Steingold  <sds@gnu.org>
21599         * emacs-lisp/bytecomp.el (byte-recompile-directory):
21600         Report numbers of files skipped and failed too.
21601         (byte-compile-file): Return 'no-byte-compile for skipped files.
21603 2001-10-29  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
21605         * log-view.el (log-view-mode-map): Bind `M-n' and `M-p', not `M n'
21606         and `M p'.
21608 2001-10-29  Gerd Moellmann  <gerd@gnu.org>
21610         * international/iso-acc.el (iso-accents-compose): Push SECOND-CHAR
21611         as is on unread-command-events instead of `(SECOND-CHAR)'.
21613 2001-10-29  Andre Spiegel  <spiegel@gnu.org>
21615         * vc.el: Mention vc-*-switches in backend API documentation.
21616         (vc-annotate): Adapt doc string to recent change.
21618 2001-10-29  Gerd Moellmann  <gerd@gnu.org>
21620         * enriched.el (enriched-face-ans): Handle face attributes
21621         of the form `(FACE1 FACE2 ...)'.
21623         * dired-x.el (dired-omit-startup): Show ``Omit'' only in Dired buffers.
21625 2001-10-29  Alex Schroeder  <kensanata@yahoo.com>
21627         * progmodes/sql.el (sql-mysql): Doc change by RMS.
21629         * progmodes/sql.el (sql-db2): Doc change.
21630         (sql-help): Doc change by Christian Egli <christian.egli@stest.ch>.
21631         (sql-mysql): Doc change by Christian Egli <christian.egli@stest.ch>.
21633 2001-10-29  Gerd Moellmann  <gerd@gnu.org>
21635         * env.el (substitute-env-vars): Don't quote argument to `rx';
21636         it's a macro.
21638 2001-10-28  Per Abrahamsen  <abraham@dina.kvl.dk>
21640         * cus-start.el (recursive-load-depth-limit): Added.
21642 2001-10-28  Richard M. Stallman  <rms@gnu.org>
21644         * textmodes/ispell.el (version18p, version20p): Vars deleted.
21645         All uses removed--assume Emacs version is >= 20.
21647         * mail/supercite.el (sc-emacs-features): Test for "Emacs 19"
21648         by really checking that it is not version 18.
21650         * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
21652 2001-10-28  Miles Bader  <miles@gnu.org>
21654         * faces.el (face-attribute): Add INHERIT argument, consider face
21655         inheritance if it's non-nil.
21656         (face-attribute-merged-with): New function.
21657         (face-attribute-specified-or): New macro.
21658         (face-foreground, face-background, face-stipple): Add INHERIT
21659         argument.  Use `face-attribute-specified-or'.
21661 2001-10-28  Stefan Monnier  <monnier@cs.yale.edu>
21663         * font-lock.el: Require `syntax'.
21664         (font-lock-defaults-alist): Don't define keywords for lisp languages.
21665         Use `c-font-lock-syntactic-face-function' for c languages.
21666         (font-lock-mode): Don't unset vars when turning the mode off.
21667         (font-lock-default-fontify-buffer): Don't unset vars at the end.
21668         (font-lock-extra-managed-props): New var.
21669         (font-lock-default-unfontify-region): Use it.
21670         (font-lock-apply-syntactic-highlight): Flush the syntax cache.
21671         Don't eval the value when there's no match.
21672         (font-lock-ppss-stats): New var.
21673         (font-lock-ppss): New fun.
21674         (font-lock-fontify-syntactically-region): Use it and syntax.ppss.
21675         (font-lock-apply-highlight): Allow `highlight' to set several props.
21676         (font-lock-set-defaults): Use dolist.
21677         (font-lock-unset-defaults): Remove.
21678         (font-lock-match-c-style-declaration-item-and-skip-to-next):
21679         Try to recognize prototypes using `foo P_ ((args))'.
21680         ({c,c++,java,objc}-font-lock-keywords-{1,2,3}): Don't setq a defconst.
21681         (c-font-lock-keywords-2): Fix last change to still use Anders' trick.
21682         (c-font-lock-syntactic-face-function): New function.
21683         (font-lock-match-c++-style-declaration-item-and-skip-to-next)
21684         (c++-keywords): Use a more sophisticated regexp to handle
21685         shallowly nested templates.
21687 2001-10-27  Stefan Monnier  <monnier@cs.yale.edu>
21689         * textmodes/sgml-mode.el (sgml-empty-tags): New var.
21690         (sgml-tag): Use it.  Cleanup with `cond'.
21691         (sgml-tags-invisible): Make sgml-tags-invisible buffer-local.
21692         Mark the overlays and only delete those that are marked.
21693         (sgml-skip-close-p): Remove.
21694         (sgml-value): Replace sgml-skip-close-p with its definition.
21695         (html-tag-alist): Use sgml-xml a bit more.
21696         (html-mode): Set sgml-empty-tags.
21698         * textmodes/texnfo-upd.el: Use `when', `dolist', `push', ...
21699         (texinfo-update-node, texinfo-sequential-node-update):
21700         Don't bind the obsolete `auto-fill-hook'.
21701         (texinfo-multi-file-included-list,texinfo-multi-file-master-menu-list):
21702         Use `set-buffer' rather than `switch-to-buffer'.
21703         (texinfo-multi-file-update): Use "Top" rather than `up-node-name'.
21704         Use `set-buffer' rather than `switch-to-buffer'.
21706         * mail/sendmail.el (mail-mode-syntax-table): Let it inherit from
21707         text-mode-syntax-table.
21708         (mail-mode): Use define-derived-mode.
21709         Fix ordering of alternatives in adaptive-fill-regexp.
21710         (mail-mode-map): Don't rely on keymap's internal representation.
21712 2001-10-27  Sam Steingold  <sds@gnu.org>
21714         * textmodes/sgml-mode.el (sgml-xml): Renamed from `html-xhtml'.
21715         (sgml-xml-guess): Extracted from `html-mode' and generalized.
21716         (sgml-mode-common): Call it.
21717         (sgml-mode, html-mode): Set `mode-name' based on `sgml-xml'.
21718         (sgml-tag, sgml-skip-close-p, html-tag-alist, html-line)
21719         (html-horizontal-rule, html-image, html-ordered-list):
21720         (html-unordered-list, html-list-item, html-paragraph):
21721         (html-checkboxes, html-radio-buttons): Use `sgml-xml' instead of
21722         `html-xhtml'.
21724 2001-10-26  Masayuki Ataka  <ataka@milk.freemail.ne.jp>
21726         * textmodes/texinfmt.el (texinfo-format-ifnotinfo): New function.
21727         (ifnothtml): New alias.
21729 2001-10-27  Stefan Monnier  <monnier@cs.yale.edu>
21731         * textmodes/text-mode.el (text-mode): Use define-derived-mode.
21732         (toggle-text-mode-auto-fill): Use derived-mode-p.
21734 2001-10-27  Gerd Moellmann  <gerd.moellmann@t-online.de>
21736         * net/ange-ftp.el (ange-ftp-send-cmd): Call fix-name-func for
21737         `mdtm'.  From "Forrest Cahoon" <forrest.cahoon@merrillcorp.com>.
21739 2001-10-26  Eli Zaretskii  <eliz@is.elta.co.il>
21741         * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
21742         Add make-obsolete cookies, to follow faces.el.
21744         These changes avoid warnings from the byte compiler in faces.el:
21746         * faces.el (internal-get-face): Use facep instead of the obsolete
21747         internal-find-face.
21748         (internal-frob-font-weight, internal-frob-font-slant):
21749         New defaliases for obsolete functions.
21750         (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
21751         (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
21752         (x-make-font-bold-italic): Use internal-frob-font-weight and
21753         internal-frob-font-slant aliases instead of the obsolete
21754         x-frob-... functions.
21756 2001-10-26  Sam Steingold  <sds@gnu.org>
21758         * textmodes/sgml-mode.el (html-mode): Set `html-xhtml' from the
21759         DOCTYPE; set `mode-name' based on it.
21760         (html-tag-alist): Use `html-xhtml' for "li", "dt" and "dd".
21761         (sgml-tag): Close empty tags in XHTML.
21763 2001-10-26  Jason Rumney  <jasonr@gnu.org>
21765         * w32-fns.el: (w32-charset-info-alist): Use ANSI for iso10646-1
21766         when UNICODE is not defined.
21768 2001-10-26  Sam Steingold  <sds@gnu.org>
21770         * font-lock.el (c-font-lock-keywords-2): Do not require labels to
21771         be alone on the line.
21773 2001-10-26  Eli Zaretskii  <eliz@is.elta.co.il>
21775         * button.el (button): Special face definition for MS-DOS terminals.
21777 2001-10-26  Sam Steingold  <sds@gnu.org>
21779         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
21780         Protect the /= test by checking that the args are non-nil.
21781         (sh-font-lock-close-heredoc): Check eof for being non-nil.
21783 2001-10-26  Tomas Abrahamsson  <tab@lysator.liu.se>
21785         * textmodes/artist.el (artist-version): 1.2.4.
21786         (artist-butlast-fn): New variable.
21787         (artist-butlast): New function.
21788         (artist-ellipse-mirror-quadrant): Use it.
21789         (artist-mouse-draw-poly): Use nil for `point-list'.
21790         (artist-mouse-draw-poly): Check for point-list being nil.
21792 2001-10-26  Peter Kleiweg  <kleiweg@let.rug.nl>
21794         * progmodes/ps-mode.el (ps-mode-print-function): Remove quote for
21795         lambda expression.
21796         (ps-mode-menu-main): Submenu with options on/off was replaced with
21797         a toggle button.
21798         (ps-mode, ps-run-mode): Define with `define-derived-mode'
21799         (ps-mode): Autoload cookie added on same line as comment
21800         (ps-mode-tabkey, ps-mode-backward-delete-char):
21801         (ps-mode-r-balance): Replace `delete-horizontal-space' and
21802         `indent-to' with `indent-line-to'
21803         (ps-mode-print-buffer, ps-mode-print-region): Use `funcall'
21804         instead of `eval'.
21805         (ps-mode-print-region): Use `with-temp-buffer'.
21806         (ps-run-start): Use of `mapconcat'.  Use `apply' instead of `eval'.
21807         (numerous places): Add back-tick and tick around names in
21808         docstrings, fix punctuation in docstrings, remove trailing spaces.
21810 2001-10-25  Stefan Monnier  <monnier@cs.yale.edu>
21812         * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Ignore comments.
21813         (sgml-font-lock-keywords-2): Use `eval'.  Moved from sgml-mode-common.
21814         (sgml-font-lock-syntactic-keywords): New var.
21815         (sgml-mode-common): Drop the two args.
21816         Don't make buffer-local variables that aren't used.
21817         Don't set sgml-font-lock-keywords-2 now that it uses `eval instead.
21818         Don't set `before-string' props from sgml-display-text.
21819         (sgml-mode): Use define-derived-mode.
21820         (sgml-tags-invisible): Use sgml-display-text.
21821         (sgml-quote): New command.
21822         (html-tag-alist): Add args for `span'.
21823         (html-mode): Use define-derived-mode.
21824         Set sgml-display-text and sgml-tag-face-alist.
21826 2001-10-25  Sam Steingold  <sds@gnu.org>
21828         * add-log.el (add-log-always-start-new-record): New user option.
21829         (add-change-log-entry): Use it.
21831 2001-10-25  Richard M. Stallman  <rms@gnu.org>
21833         * progmodes/etags.el (tags-query-replace): Make tags-loop-scan
21834         bind case-fold-search if FROM is not all lower case.
21836 2001-10-25  Gerd Moellmann  <gerd@gnu.org>
21838         * startup.el (normal-top-level): Check for frame-initial-frame
21839         only if it's really used.
21841         * mail/mh-utils.el (mh-recenter): Call recenter with arg `(4)'.
21843         * progmodes/compile.el (compilation-parse-errors-filename-function):
21844         New variable.
21845         (compilation-parse-errors): Use it.
21847 2001-10-25  Stefan Monnier  <monnier@cs.yale.edu>
21849         * emacs-lisp/checkdoc.el (checkdoc-eval-defun): Call eval-defun
21850         interactively so that C-u M-C-x still does edebug.
21851         (checkdoc-sentencespace-region-engine): Don't force a double-space
21852         after `.' if it doesn't look like an end-of-sentence.
21853         (debug-ignored-errors): Add `disambiguate ...'.
21855 2001-10-24  Stefan Monnier  <monnier@cs.yale.edu>
21857         * textmodes/texinfo.el (texinfo-environments)
21858         (texinfo-environment-regexp): Hoist.
21859         (texinfo-font-lock-keywords): Use `italic' and `bold' faces.
21860         Only highlight the menu name in menu items.
21861         Setup `@foo ... @end foo' as text clones.
21862         (texinfo-clone-environment): New function.
21863         (texinfo-mode): Simplify auto-fill-inhibit-regexp.
21864         (texinfo-insert-block): Simplify.
21865         (texinfo-insert-quote): Insert a plain " if preceded by \ or if
21866         the command is repeated.
21867         (texinfo-last-unended-begin, texinfo-next-unmatched-end): New funs.
21868         (texinfo-insert-@end): Simplify.
21870         * textmodes/texnfo-upd.el (texinfo-section-types-regexp)
21871         (texinfo-section-level-regexp, texinfo-subsection-level-regexp)
21872         (texinfo-subsubsection-level-regexp)
21873         (texinfo-update-menu-same-level-regexps)
21874         (texinfo-update-menu-higher-regexps)
21875         (texinfo-update-menu-lower-regexps): Hoist to eliminate warnings.
21877         * derived.el (define-derived-mode): Use {delay,run}-mode-hooks.
21878         (derived-mode-p): Autoload.
21880         * subr.el (delay-mode-hooks, delayed-mode-hooks, run-mode-hooks):
21881         New vars and functions.
21882         (text-clone-maintain, text-clone-create): New functions.
21884 2001-10-25  Miles Bader  <miles@gnu.org>
21886         * facemenu.el (facemenu-add-new-face): Fix variable names.
21888 2001-10-24  Richard M. Stallman  <rms@gnu.org>
21890         * facemenu.el (facemenu-unlisted-faces): Improve doc strings
21891         of t and nil values.
21892         (facemenu-set-face): Handle START and END interactively.
21893         (facemenu-set-foreground): Don't use a face; specify color directly.
21894         (facemenu-set-background): Likewise.
21895         (facemenu-set-face-from-menu): Doc fix.
21896         (facemenu-active-faces): Use face-attribute-vector
21897         to handle bare attributes not in faces.
21898         (facemenu-get-face): Don't handle face names fg:... and bg:...
21899         specially.
21900         (facemenu-add-new-face): New argument MENU.
21901         New way to handle adding colors to the color menus.
21903         * env.el (substitute-env-vars): Quote the arg to rx.
21905 2001-10-24  Sam Steingold  <sds@gnu.org>
21907         * mouse.el (mouse-buffer-menu-mode-groups): Added "Version
21908         Control" and "SGML" groups.
21910 2001-10-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
21912         * progmodes/cc-engine.el (c-beginning-of-member-init-list):
21913         Better handling of C++ template args to avoid confusion with `<'
21914         and `>' used as operators in member init expressions.
21916 2001-10-24  Gerd Moellmann  <gerd@gnu.org>
21918         * replace.el (perform-replace): Move START and END parameters
21919         to the end of the argument list and make them optional.
21921         * progmodes/ebrowse.el, progmodes/etags.el: Adapt to change in
21922         perform-replace.
21924         * international/fontset.el (x-must-resolve-font-name): New function.
21925         (x-complement-fontset-spec): Use it.
21927 2001-10-23  Stefan Monnier  <monnier@cs.yale.edu>
21929         * uniquify.el (uniquify-get-proposed-name): Fix (.. "usr" "/usr" 0).
21931         * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
21932         Turn caadr into caar of cdr.
21934 2001-10-23  Gerd Moellmann  <gerd@gnu.org>
21936         * info.el (Info-fontify-node): Bind down-mouse-{1,2} instead
21937         of mouse-{1,2} since dragging is on the down event.
21939         * play/doctor.el (make-doctor-variables): Remove a '($ please)'.
21941         * mail/mh-utils.el (mh-recenter): Call `recenter' with arg t
21942         if ARG is nil.
21944         * desktop.el (desktop-last-buffer): New variable.
21945         (desktop-create-buffer): Set it.
21946         (desktop-read): Bind it and switch to that buffer.
21948 2001-10-22  Gerd Moellmann  <gerd@gnu.org>
21950         * progmodes/compile.el (compilation-set-window-height):
21951         Select old window only if it's still live.
21953 2001-10-22  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
21955         * help-mode.el (help-buffer): Remove debugging code.
21956         From Stefan Monnier <monnier@cs.yale.edu>.
21958 2001-10-22  Eli Zaretskii  <eliz@is.elta.co.il>
21960         * files.el (file-name-sans-extension, file-name-extension):
21961         Don't count the leading dots in file names as signaling an extension.
21963 2001-10-22  Andre Spiegel  <spiegel@gnu.org>
21965         * vc.el (vc-diff-switches): Doc rewritten.
21967 2001-10-22  Eli Zaretskii  <eliz@is.elta.co.il>
21969         * tooltip.el (tooltip-set-param): Doc fix.
21971         * textmodes/sgml-mode.el (sgml-mode-map): Bind 8-bit codes above
21972         127 to sgml-maybe-name-self.
21973         (sgml-name-8bit-mode): Doc fix.
21974         (sgml-char-names-table): New variable.
21975         (sgml-name-char): Support non-ASCII and mule-unicode-*
21976         characters.  Doc fix.
21977         (sgml-maybe-name-self): Convert unibyte characters to multibyte.
21979         * tooltip.el (tooltip-x-offset, tooltip-y-offset): Mention in the
21980         doc string the effect of `left' and `top' parameters in
21981         tooltip-frame-parameters, the default values, and the units.
21982         (tooltip-frame-parameters): Mention `top' and `left' in the doc string.
21983         (tooltip-show): Mention in the doc string the `top' and `left'
21984         parameters in tooltip-frame-parameters, and x-max-tooltip-size.
21986 2001-10-22  Andre Spiegel  <spiegel@gnu.org>
21988         Add autoscaling support for vc-annotate.
21989         From J.D. Smith <jdsmith@alum.mit.edu>.
21991         * vc.el (vc-annotate-display-default): Accept colormap scaling
21992         ratio (now deprecated).
21993         (vc-annotate-display-autoscale): Added.
21994         (vc-annotate-add-menu): New autoscaling menu options "Span to
21995         Oldest" and "Span Oldest->Newest".  Easymenu support added for
21996         toggle menus driven by customize variable `vc-annotate-display-mode'.
21997         (vc-annotate-display-select): Added.
21998         (vc-annotate): Changed temp-buffer-show-function to
21999         `vc-annotate-display-select'.
22000         (vc-annotate-display): Removed arguments BUFFER and BACKEND.
22001         Added argument OFFSET.  Instead of backend function, calls now
22002         generic `vc-annotate-difference'.
22003         (vc-annotate-difference): Added as generic function instead of
22004         backend-specific function.  No longer takes argument POINT, but
22005         instead accepts a time OFFSET.
22006         (vc-default-annotate-current-time): Added.
22008         * vc-cvs.el (vc-cvs-annotate-difference): Removed to generic
22009         version in vc.el, with
22010         (vc-cvs-annotate-current-time): Added, as override of default.
22011         (vc-cvs-annotate-time): Added.  Taken mostly from the (now removed)
22012         `vc-cvs-annotate-difference'.
22014 2001-10-22  Gerd Moellmann  <gerd@gnu.org>
22016         * saveplace.el (save-place): Require `saveplace'.
22018         * progmodes/cwarn.el (cwarn-font-lock-feature-keywords-alist):
22019         Use `sexp' for :value-type instead of `face'.
22021 2001-10-21  Eli Zaretskii  <eliz@is.elta.co.il>
22023         * mail/rmailsum.el (rmail-summary-font-lock-keywords): Fix the
22024         regexps due to 5-digit message IDs.
22026 2001-10-21  Jason Rumney  <jasonr@gnu.org>
22028         * term/w32-win.el (redisplay-dont-pause): Don't set.
22030 2001-10-21  Miles Bader  <miles@gnu.org>
22032         * help-funs.el (help-manyarg-func-alist): Variable removed.
22034 2001-10-21  Miles Bader  <miles@gnu.org>
22036         * help-funs.el (help-manyarg-func-alist): Remove entries for
22037         `insert', `insert-and-inherit', `insert-before-markers',
22038         `insert-before-markers-and-inherit', `message', `message-box',
22039         `message-or-box', `propertize', `format', `encode-time', `append',
22040         `concat', `vconcat', `nconc', `widget-apply', `make-hash-table',
22041         `insert-string', `ml-if', `ml-provide-prefix-argument', and
22042         `ml-prefix-argument-loop'.
22044 2001-10-21  Andre Spiegel  <spiegel@gnu.org>
22046         * vc.el (vc-diff-internal, vc-coding-system-for-diff)
22047         (vc-default-diff-tree): New functions.
22048         (vc-version-diff): Use them.  As a result, coding systems are now
22049         set up properly for all sorts of diffs, and tree diffs can now
22050         also be done locally.
22051         (vc-diff): With a prefix argument, don't require that it's called
22052         from a buffer under version control.
22053         (diff-switches): Remove duplicate definition.
22055         * vc-cvs.el (vc-cvs-diff-tree): New function.
22057 2001-10-21  Miles Bader  <miles@gnu.org>
22059         * help-funs.el (help-manyarg-func-alist): Remove entries for
22060         `list', `vector', `make-byte-code', `call-process',
22061         `call-process-region', `string', `+', `-', `*', `/', `max', `min',
22062         `logand', `logior', and `logxor'.
22064         * wid-edit.el (checkbox): Swap bg/fg colors in image, and invert
22065         image bits to compensate.  Use `make-string' instead of
22066         `make-bool-vector' (XBM apparently wants byte-aligned rows).
22068 2001-10-20  Kim F. Storm  <storm@cua.dk>
22070         * simple.el (kill-ring-save): Don't show extent of copied region
22071         if using transient-mark-mode and region is fully visible.
22073 See ChangeLog.9 for earlier changes.
22075 ;; Local Variables:
22076 ;; coding: iso-2022-7bit
22077 ;; End:
22079     Copyright (C) 2001, 2002 Free Software Foundation, Inc.
22080   Copying and distribution of this file, with or without modification,
22081   are permitted provided the copyright notice and this notice are preserved.