*** empty log message ***
[emacs.git] / lisp / ChangeLog
blob5ae38147b3e83c32c760b611d0fed3cceaa3da48
1 2005-01-13  Kenichi Handa  <handa@m17n.org>
3         * textmodes/ispell.el: These changes are to fix misalignment error
4         caused by equivalent characters of different Emacs charsets.
5         (ispell-unified-chars-table): New variable.
6         (ispell-get-decoded-string): New function.
7         (ispell-get-casechars, ispell-get-not-casechars)
8         (ispell-get-otherchars): Call ispell-get-decoded-string.
10 2005-01-12  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
12         * custom.el (custom-declare-variable): Just put symbol instead
13         of (defvar . symbol) in `current-load-list'.
15 2005-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
17         * emacs-lisp/elint.el: Fixed typo in Commentary section.
19 2005-01-12  Jay Belanger  <belanger@truman.edu>
21         * calc/calc-help.el (calc-describe-key): Use temporary info buffer
22         to create a Calc summary.
24 2005-01-12  Kim F. Storm  <storm@cua.dk>
26         * mouse.el (mouse-on-link-p): Change functionality and doc
27         string to comply with latest description in lisp ref.
29 2005-01-12  Nick Roberts  <nickrob@snap.net.nz>
31         * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event): Enable
32         mouse clicks on mode-line, header-line and margin.
33         (event-type): Give mouse event symbols an 'event-kind property
34         with value 'mouse-click.
36 2005-01-12  Juri Linkov  <juri@jurta.org>
38         * facemenu.el (list-colors-display): Add new arg buffer-name.
39         Use it.  Fix docstring.  Replace code for identifying duplicate
40         colors by the name with call to `list-colors-duplicates' which
41         identifies duplicate colors by the value unless the color
42         is one of special Windows colors.  Set truncate-lines to t.
43         Print sorted duplicate color names on each line.  Indent to 22
44         \(the longest color name in rgb.txt) instead of 20.  Optimize.
45         (list-colors-duplicates): New function.
46         (facemenu-color-name-equal): Delete function.
48         * facemenu.el (list-colors-print): New function created from code
49         in list-colors-display.  Print #RRGGBB at the window right edge.
50         (list-colors-display): When temp-buffer-show-function is not
51         defined, call list-colors-print from temp-buffer-show-hook
52         to get the right value of window-width in list-colors-print
53         after the buffer is displayed.
55         * simple.el (pop-mark): Move deactivate-mark out of conditional
56         part to deactivate the active mark regardless of the state of the
57         mark ring.
59         * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
60         variables line in desktop files.
62 2005-01-12  Juri Linkov  <juri@jurta.org>
64         * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
65         Bring together isearch highlight related options.
66         (lazy-highlight): Replace group `replace' by `matching'.
67         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
68         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
69         (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
70         and declare them obsolete.
71         (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
72         (isearch-faces): Remove defgroup.
73         (isearch-overlay, isearch-highlight, isearch-dehighlight):
74         Move isearch highlighting code closer to lazy highlighting code.
76         * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
77         (query-replace-highlight, query-replace-lazy-highlight)
78         (query-replace): Move definitions to the beginning of the file.
80 2005-01-11  Juri Linkov  <juri@jurta.org>
82         * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm,
83         * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm,
84         * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
86         * info.el (Info-history-forward): New variable.
87         (Info-select-node): Reset Info-history-forward to nil.
88         (Info-last): Turn into defalias.
89         (Info-history-back): Rename from Info-last.
90         Add current node to Info-history-forward.
91         (Info-history-forward): New fun.
92         (Info-mode-map): Replace Info-last by Info-history-back.
93         Bind Info-history-forward to "r".
94         (Info-mode-menu): Replace Info-last by Info-history-back.
95         Fix menu item text.  Add menu item for Info-history-forward.
96         (info-tool-bar-map): Replace Info-last by Info-history-back.
97         Replace its icon "undo" by "back_arrow".  Add icon "fwd_arrow"
98         for Info-history-forward.
99         (Info-mode): Replace Info-last by Info-history-back in docstring.
100         Add local variable Info-history-forward.
101         (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
103 2005-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
105         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
106         (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
107         Ignore select-window events rather than fiddle with
108         mouse-autoselect-window.
110 2005-01-11  Matthew Mundell  <matt@mundell.ukfsn.org>
112         * type-break.el (type-break-mode): Fix previous change.
114 2005-01-10  Jay Belanger  <belanger@truman.edu>
116         * calc/calc-ext.el (calc-reset): Reset when inside embedded
117         calculator; only reset when point is inside a calculator.
118         Don't adjust the window height if the window takes up the whole height
119         of the frame.
121 2005-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
123         * ebuff-menu.el (Electric-buffer-menu-mode):
124         Preserve value of buffer-local var header-line-format.
126 2005-01-09  Jay Belanger  <belanger@truman.edu>
128         * calc/calc.el (calc-mode-var-list-restore-saved-values):
129         Make sure settings file exists before accessing it.
131         * calc/calc-embed.el (calc-embedded-subst):
132         Replace math-multi-subst-rec, which is only supposed to be called
133         by math-multi-subst, by math-multi-subst.
135 2005-01-09  Andre Spiegel  <spiegel@gnu.org>
137         * vc.el (vc-allow-async-revert): New user option.
138         (vc-disable-async-diff): New internal variable.
139         (vc-revert-buffer): Use them to disable asynchronous diff.
141         * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
142         (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
143         asynchronously if vc-disable-async-diff is t.
145 2005-01-09  Jay Belanger  <belanger@truman.edu>
147         * calc/calc.el (defcalcmodevar): New macro.
148         (calc-mode-var-list-restore-default-values)
149         (calc-mode-var-list-restore-saved-values): New functions.
150         (calc-mode-var-list): Use defcalcmodevar to define it.
151         (calc-always-load-extensions, calc-line-numbering)
152         (calc-line-breaking, calc-display-just, calc-display-origin)
153         (calc-number-radix, calc-leading-zeros, calc-group-digits)
154         (calc-group-char, calc-point-char, calc-frac-format)
155         (calc-prefer-frac, calc-hms-format, calc-date-format)
156         (calc-float-format, calc-full-float-format, calc-complex-format)
157         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
158         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
159         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
160         (calc-matrix-brackets, calc-language, calc-language-option)
161         (calc-left-label, calc-right-label, calc-word-size)
162         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
163         (calc-display-raw, calc-internal-prec, calc-angle-mode)
164         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
165         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
166         (calc-window-height, calc-display-trail, calc-show-selections)
167         (calc-use-selections, calc-assoc-selections)
168         (calc-display-working-message, calc-auto-why, calc-timing)
169         (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
170         (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
171         (calc-gnuplot-default-device, calc-gnuplot-default-output)
172         (calc-gnuplot-print-device, calc-gnuplot-print-output)
173         (calc-gnuplot-geometry, calc-graph-default-resolution)
174         (calc-graph-default-resolution-3d, calc-invocation-macro)
175         (calc-show-banner): Use defcalcmodevar to declare them and set
176         their default values.
178         * calc/calc-ext.el (calc-reset): Restore saved values of variables
179         instead of default values (but restore default values if there is
180         an argument of 0).
182 2005-01-09  David Kastrup  <dak@gnu.org>
184         * desktop.el (desktop-restore-eager): Fix typo in type.
186 2005-01-08  Richard M. Stallman  <rms@gnu.org>
188         * cus-edit.el (customize): Delete :link.
190 2005-01-08  Jay Belanger  <belanger@truman.edu>
192         * calc/calc.el (calc-mode): Remove the extension from the
193         `calc-settings-file' file name when loading it.
195 2005-01-08  Kim F. Storm  <storm@cua.dk>
197         * info.el (Info-mode-map, Info-next-link-keymap)
198         (Info-prev-link-keymap, Info-up-link-keymap):
199         Map follow-link to mouse-face.
200         (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
202 2005-01-08  Jay Belanger  <belanger@truman.edu>
204         * calc/calc.el (calc-settings-file): Change default value.
205         Suggested by cgw in a comment in calc-mode.el.
207         * calc/calc-mode.el (calc-settings-file-name):
208         Compare calc-settings-file to user-init-file instead of ~/.emacs.
209         Replace ~/.emacs in a prompt by calc-settings-file.
211 2005-01-07  Lars Hansen  <larsh@math.ku.dk>
213         * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
214         (desktop-lazy-idle-delay): New customizable variables.
215         (desktop-buffer-args-list): New variable.
216         (desktop-append-buffer-args): New function.
217         (desktop-save): Call desktop-append-buffer-args for some buffers.
218         (desktop-lazy-create-buffer): New function.
219         (desktop-idle-create-buffers): New function.
220         (desktop-read): Add message about buffers to restore lazily.
221         (desktop-lazy-abort): New command.
222         (desktop-clear): Call desktop-lazy-abort.
223         (desktop-lazy-complete): New command.
225 2005-01-06  Richard M. Stallman  <rms@gnu.org>
227         * emacs-lisp/find-func.el (find-face-definition):
228         Rename from find-face.
230 2005-01-06  Kim F. Storm  <storm@cua.dk>
232         * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
234         * man.el (Man-xref-man-page, Man-xref-header-file)
235         (Man-xref-normal-file): Add follow-link property.
237 2005-01-06  Jay Belanger  <belanger@truman.edu>
239         * calc/calc-units.el: Make sure the proper macro definitions are
240         available when compiling.
242 2005-01-06  Juri Linkov  <juri@jurta.org>
244         * isearch.el (isearch-lazy-highlight-update):
245         Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
247 2005-01-06  Miles Bader  <miles@gnu.org>
249         * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
250         (isearch-lazy-highlight-face): Use new name.
252 2005-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
254         * uniquify.el (uniquify-rationalize-file-buffer-names):
255         Re-add an interactive spec.
256         (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
257         to the same name.
259         * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
260         (isearch-update, isearch-done): Adjust calls accordingly.
262 2005-01-05  Richard M. Stallman  <rms@gnu.org>
264         * custom.el (custom-set-variables, custom-theme-set-variables):
265         Clarify documentation.
267         * emacs-lisp/find-func.el (find-variable)
268         (find-variable-other-window, find-variable-other-frame):
269         Fix the TYPE args to find-function-read and find-function-do-it.
270         (find-function): Doc fix.
271         (find-function-at-point): Replace function-at-point alias.
273 2005-01-04  Richard M. Stallman  <rms@gnu.org>
275         * cus-face.el (custom-declare-face):
276         Record defface in current-load-list.
278         * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
280         * emacs-lisp/find-func.el: Doc fixes.
281         (find-face-regexp): New variable.
282         (find-function-regexp-alist): New variable.
283         (find-function-C-source): Third arg is now TYPE.
284         (find-function-search-for-symbol): Handle general TYPE.
285         (find-function-read, find-function-do-it): Handle general TYPE.
286         (find-definition-noselect, find-face): New functions.
287         (function-at-point): Alias deleted.
289 2005-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
291         * battery.el (display-battery-mode): Rename from display-battery.
292         Handle the case where it gets turned off.
294 2005-01-04  Richard M. Stallman  <rms@gnu.org>
296         * cus-edit.el (customize): Make :link point to user doc.
298         * man.el (Man-fontify-manpage): Turn off undo generation.
300         * add-log.el (change-log-font-lock-keywords): Don't match just "From".
302 2005-01-04  Andreas Schwab  <schwab@suse.de>
304         * files.el (insert-directory): Only look for error lines in
305         inserted text.  Don't move too far after processing --dired markers.
307 2005-01-04  Richard M. Stallman  <rms@gnu.org>
309         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
310         Don't expand if the character is @, period, dash, etc.
311         (define-mail-abbrev): Quote names that contain problem characters.
313 2005-01-04  Thien-Thi Nguyen  <ttn@gnu.org>
315         * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
317 2005-01-03  Richard M. Stallman  <rms@gnu.org>
319         * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
320         (query-replace-highlight, query-replace-lazy-highlight)
321         (query-replace): Definitions moved up.  Doc fix.
323 2005-01-03  Richard M. Stallman  <rms@gnu.org>
325         * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
326         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
327         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
328         (lazy-highlight-face): Rename from isearch-lazy-...
329         Change all references to them.
331 2005-01-03  Luc Teirlinck  <teirllm@auburn.edu>
333         * cus-edit.el (custom-file): Doc fix for defcustom.
334         (custom-file): The function no longer sets the variable
335         `custom-file' to its return value.
337         * startup.el (command-line): No longer load `custom-file'.
339 2005-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
341         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
343         * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
344         Don't confuse module-prefixed identifiers for labels.
345         Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
347 2005-01-02  Richard M. Stallman  <rms@gnu.org>
349         * files.el (basic-save-buffer-1): Fix previous change.
351         * loadhist.el (file-loadhist-lookup): New function.
352         (file-provides, file-requires): Use it.
354         * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
355         instead of calculating the right size.
357 2005-01-02  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
359         * vc-svn.el (vc-svn-diff): Stay local if possible.
361 2005-01-02  Stefan  <monnier@iro.umontreal.ca>
363         * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
365         * files.el (hack-local-variables): Fix last change.
367 2005-01-02  Jay Belanger  <belanger@truman.edu>
369         * calc/calc-yank.el (calc-edit-top): New variable.
370         (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
371         object.  Change header properties.
372         (calc-edit-finish, calc-edit-finish-stack-object)
373         (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
374         edited object.
375         * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
376         for the beginning of the edited object.
377         * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
378         for the beginning of the edited object.
379         * calc/calc-prog.el (calc-edit-macro-finish-edit)
380         (calc-finish-formula-edit, calc-macro-repeats)
381         (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
382         (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
383         beginning of the edited object.
384         (calc-user-define-edit): Change the header for editing macros.
385         Remove unnecessary variable.
387 2005-01-01  Jay Belanger  <belanger@truman.edu>
389         * calc/calc-yank.el (calc-edit-mode): Change default header.
390         (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
391         * calc/calc-store.el (calc-edit-variable): Change title to match new
392         header.
393         * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
394         mode to match new header.
395         (calc-user-define-edit): Change titles to include names of commands.
396         (calc-finish-formula-edit): Adjust to handle new header.
397         (calc-finish-macro-edit): Remove.
398         (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
399         (calc-edit-macro-command, calc-edit-macro-command-type)
400         (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
401         (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
402         (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
403         (calc-edit-macro-finish-edit): New functions.
404         (calc-user-define-edit): Use new functions to edit named calc macros.
406 2005-01-01  Stefan  <monnier@iro.umontreal.ca>
408         * files.el (hack-local-variables): Cleanup prefix/suffix matching.
410         * ses.el (copy-region-as-kill): Deactivate mark.
412 2005-01-01  Richard M. Stallman  <rms@gnu.org>
414         * replace.el (occur-1): If the output buffer is also an input,
415         don't kill it, rename it.
417         * faces.el (set-face-background, set-face-foreground): Doc fix.
419         * cus-face.el (custom-face-attributes): Fix :help-echo strings
420         for :foreground and :background.
422         * dired.el (dired-view-command-alist): Variable deleted.
423         (dired-view-file, dired-mouse-find-file-other-window):
424         Delete the code to use it.
426 2005-01-01  Kim F. Storm  <storm@cua.dk>
428         * image.el (insert-sliced-image): Use t for line-height property.
430 2004-12-31  Jay Belanger  <belanger@truman.edu>
432         * calc/calc-store.el (calcVar-digit, calcVar-oper):  Remove the need
433         for "var-" at the beginning of the minibuffer.
435 2004-12-31  Richard M. Stallman  <rms@gnu.org>
437         * faces.el (read-face-name):
438         Don't treat an attribute spec as a list of faces.
440         * simple.el (undo): Use undo-equiv-table to detect
441         unexpected changes since previous undo.
442         (undo-list-saved): Variable deleted.
443         (buffer-disable-undo): Don't alter undo-list-saved.
445         * files.el (require-final-newline): Allow `visit' and `visit-save'.
446         (mode-require-final-newline): New option.
447         (after-find-file): Handle require-final-newline with new values.
448         (basic-save-buffer): Handle new values of require-final-newline.
450         * progmodes/sh-script.el (sh-require-final-newline):
451         Alist value now controls whether to use mode-require-final-newline.
452         (sh-set-shell): Implement that new meaning.
454         * progmodes/cc-vars.el (c-require-final-newline): Fix custom type, doc.
455         * progmodes/cc-mode.el (c-common-init): Use mode-require-final-newline.
456         * progmodes/antlr-mode.el (antlr-mode): Use mode-require-final-newline.
457         Delete old-Emacs compatibility code.
458         (antlr-c-common-init): Function deleted.
460         * net/snmp-mode.el (snmp-common-mode): Use mode-require-final-newline.
461         * progmodes/vhdl-mode.el (vhdl-mode): Use mode-require-final-newline.
462         * progmodes/simula.el (simula-mode): Use mode-require-final-newline.
463         * progmodes/python.el (python-mode): Use mode-require-final-newline.
464         * progmodes/perl-mode.el (perl-mode): Use mode-require-final-newline.
465         * progmodes/modula2.el (modula-2-mode): Use mode-require-final-newline.
466         * progmodes/mixal-mode.el (mixal-mode): Use mode-require-final-newline.
467         * progmodes/idlwave.el (idlwave-mode): Use mode-require-final-newline.
468         * progmodes/icon.el (icon-mode): Use mode-require-final-newline.
469         * progmodes/fortran.el (fortran-mode): Use mode-require-final-newline.
470         * progmodes/f90.el (f90-mode): Use mode-require-final-newline.
471         * progmodes/cperl-mode.el (cperl-mode): Use mode-require-final-newline.
472         * progmodes/cfengine.el (cfengine-mode): Use mode-require-final-newline.
473         * progmodes/ada-mode.el (ada-mode): Use mode-require-final-newline.
474         * textmodes/text-mode.el (text-mode): Use mode-require-final-newline.
475         * textmodes/texinfo.el (texinfo-mode): Use mode-require-final-newline.
477 2004-12-31  Jay Belanger  <belanger@truman.edu>
479         * calc/calc-graph.el (calc-graph-show-dumb): Mention C-cC-c as the
480         way to return to Calc.
482         * calc/calc-yank.el (calc-edit-mode): Mention C-cC-c as the way to
483         finish, C-xk as the way to cancel the edit.  Add cancel routine to
484         kill-buffer-hook.
486         * calc/calc.el (calc-same-interface, calc-quit): Remove obsolete
487         MacEdit code.
489         * calc/calc-prog.el: Remove obsolete MacEdit code.
490         (calc-macro-edit-algebraic, calc-macro-edit-variable)
491         (calc-macro-edit-variable-2, calc-macro-edit-quick-digit): Remove.
493 2004-12-31  Kenichi Handa  <handa@m17n.org>
495         * international/mule.el (buffer-file-coding-system-explicit):
496         Rename for explicit-buffer-file-coding-system.
497         (after-insert-file-set-coding): Adjust for the above change.
499         * files.el (revert-buffer): Change explicit-buffer-file-coding-system
500         to buffer-file-coding-system-explicit.
501         (basic-save-buffer-1): Likewise.
503 2004-12-30  Richard M. Stallman  <rms@gnu.org>
505         * textmodes/artist.el (artist-butlast-fn): Var deleted.
506         (artist-butlast, artist-last): Functions deleted.
507         (artist-ellipse-mirror-quadrant): Call last and butlast directly.
508         (artist-compute-key-compl-table): Call remq directly.
509         (artist-remove-nulls): Function deleted.
510         (artist-vaporize-lines, artist-flood-fill): Use push and pop directly.
511         (artist-push, artist-pop): Macro deleted.
513 2004-12-30  Andreas Leue  <al@sphenon.de>
515         * textmodes/artist.el (artist-version): 1.2.6
516         (artist-prev-next-op-alist): New variable.
517         (artist-select-next-op-in-list): New function.
518         (artist-select-prev-op-in-list): New function.
519         (artist-make-prev-next-op-alist): New function.
520         (artist-is-in-op-list-p): New function.
521         (artist-get-first-non-nil-op): New function.
522         (artist-get-last-non-nil-op): New function.
523         (artist-mode-init): Call artist-get-last-non-nil-op to initialize
524         artist-prev-next-op-alist.
525         (artist-mode-map): Add binding for C-mouse-4 and C-mouse-5 to
526         change drawing operation.
528 2004-12-30  Luc Teirlinck  <teirllm@auburn.edu>
530         * autorevert.el (auto-revert-tail-handler): Put in undo boundaries.
532 2004-12-31  Masatake YAMATO  <jet@gyve.org>
534         * server.el (server-process-filter): Suppress `error', too.
536 2004-12-30  Jay Belanger  <belanger@truman.edu>
538         * calc/calc-store.el (calc-copy-variable): Fix mistyped variable name.
539         Change the way a variable is displayed in a message.
541         * calc/calc-prog.el (calc-user-define-edit, calc-finish-macro-edit)
542         (calc-user-define-permanent, calc-execute-kbd-macro):
543         Replace old function MacEdit-parse-keys with edmacro-parse-keys.
545 2004-12-30  Kenichi Handa  <handa@m17n.org>
547         * files.el (basic-save-buffer-1):
548         Set explicit-buffer-file-coding-system to last-coding-system-used.
549         (revert-buffer): Pay attention to
550         explicit-buffer-file-coding-system (not buffer-file-coding-system)
551         on bind coding-system-for-read.
553         * international/mule.el (explicit-buffer-file-coding-system):
554         New buffer local variable.
555         (after-insert-file-set-coding): Set it to coding-system-for-read.
557 2004-12-29  Luc Teirlinck  <teirllm@auburn.edu>
559         * autorevert.el (auto-revert-tail-mode): Doc fix for defvar.
561 2004-12-29  Sanghyuk Suh  <han9kin@mac.com>
563         * term/mac-win.el (mac-drag-n-drop): Handle drag-n-drop events
564         that include line numbers.
566 2004-12-29  Milan Zamazal  <pdm@zamazal.org>
568         * files.el (hack-local-variables): If no PREFIX, set it to "^".
569         Redundant variable PREFIXLEN removed.
571 2004-12-28  Matt Hodges  <MPHodges@member.fsf.org>
573         * eshell/em-hist.el (eshell-previous-matching-input):
574         Start the deletion from the end of the output.
576 2004-12-29  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
578         * term/mac-win.el: Require x-dnd.
579         (mac-drag-n-drop): Sync with W32 version.  Use x-dnd.el functions.
581 2004-12-29  David Kastrup  <dak@gnu.org>
583         * international/mule.el (decode-coding-inserted-region):
584         Don't barf if `buffer-undo-list' is already set to `t'.
586 2004-12-29  Jay Belanger  <belanger@truman.edu>
588         * calc/calc-prog.el (calc-user-define-formula): Put default values
589         for function names in prompts.
590         (calc-user-define-permanent, calc-user-define-composition)
591         (calc-user-define-formula): Remove the need for "calcFunc-" in the
592         default input for algebraic functions.
594 2004-12-29  Thien-Thi Nguyen  <ttn@gnu.org>
596         * vc-rcs.el (vc-rcs-annotate-command):
597         Fix omission bug: Call `vc-setup-buffer'.
599 2004-12-29  Kenichi Handa  <handa@m17n.org>
601         * international/mule.el (recode-region): New function.
603 2004-12-28  Richard M. Stallman  <rms@gnu.org>
605         * simple.el (undo-extra-outer-limit): New variable.
606         (undo-outer-limit-truncate): Test and set it.
608         * emacs-lisp/lisp.el (mark-sexp, mark-defun): New arg ALLOW-EXTEND
609         enables the feature to extend the existing region.
611         * simple.el (mark-word): New arg ALLOW-EXTEND
612         enables the feature to extend the existing region.
614         * textmodes/paragraphs.el (mark-paragraph): New arg ALLOW-EXTEND
615         enables the feature to extend the existing region.
617         * startup.el (site-run-file): Don't allow setting it with Custom.
619         * simple.el (buffer-disable-undo): Fix previous change.
621 2004-12-27  Masatake YAMATO  <jet@gyve.org>
623         * hexl.el (hexlify-buffer): Remove fontification here.
624         Use font lock mechanism instead.
625         (hexl-font-lock-keywords): New font lock kewords.
626         (hexl-mode-old-font-lock-keywords): New variable.
627         (hexl-mode): Store the old font lock keywords.
628         (hexl-mode-exit): Restore the old font lock keywords.
630 2004-12-27  Richard M. Stallman  <rms@gnu.org>
632         * simple.el (undo): Fix previous change.
634 2004-12-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
636         * term/mac-win.el: Sync with x-win.el.  Rearrange the contents.
637         Call mac-clear-font-name-table if invoked on Mac OS 8/9.
638         Call x-open-connection on Mac OS X.
640 2004-12-27  Richard M. Stallman  <rms@gnu.org>
642         * files.el (buffer-save-without-query): New var (buffer-local).
643         (save-some-buffers): Save those buffers first, w/o asking.
645         * files.el (insert-directory-ls-version): New variable.
646         (insert-directory): When ls returns an error, test the version
647         number to decide what the return code means.
648         With --dired output format, detect and distinguish lines
649         that are really error messages.
650         (insert-directory-adj-pos): New function.
652         * bookmark.el (bookmark-jump): Nice error if BOOKMARK is nil.
654         * battery.el (battery-mode-line-format): Remove initial spaces.
656         * uniquify.el (uniquify-rationalize-file-buffer-names):
657         Delete interactive spec.
659         * type-break.el (type-break-mode): Set buffer-save-without-query.
660         Remove code that tried to set save-some-buffers-always.
661         (type-break-file-keystroke-count): Bind deactivate-mark.
663         * mouse.el (mouse-drag-region): Bind mouse-autoselect-window.
665         * simple.el (next-error-buffer-p): New arg AVOID-CURRENT.
666         Test that the buffer is live, and maybe reject current buffer too.
667         Clarify.
668         (next-error-find-buffer): Rewrite for clarity.
670         * loadup.el: Don't use buffer-disable-undo; do it directly.
672         * help-fns.el (describe-function-1): Call symbol-file with `defun'.
673         (describe-variable): Call symbol-file with `defvar'.
675         * subr.el (messages-buffer-max-lines): Alias for message-log-max.
676         (symbol-file): Rewritten to handle new load-history format.
677         Now takes an arg TYPE to specify looking for a particular
678         type of definition only.
680         * emacs-lisp/debug.el (debugger-make-xrefs):
681         Call symbol-file with `defun'.
683         * emacs-lisp/find-func.el (find-function-noselect):
684         Call symbol-file with `defun'.
685         (find-variable-noselect): Call symbol-file with `defvar'.
687         * eshell/esh-cmd.el (eshell-find-alias-function):
688         Call symbol-file with `defun'.
690         * eshell/esh-test.el (eshell-test-goto-func):
691         Call symbol-file with `defun'.
693         * mail/rmail.el (rmail-resend):
694         Let MAIL-ALIAS-FILE arg override mail-personal-alias-file.
696         * net/goto-addr.el (goto-address-mail-regexp): Allow = in username.
698         * progmodes/compile.el (compilation-find-buffer): Rename arg.
700         * textmodes/texinfmt.el (texinfo-format-buffer-1):
701         Call buffer-disable-undo.
703         * simple.el (undo-list-saved): New variable (buffer-local).
704         (undo): Set and test it.
705         (buffer-disable-undo): Move here from buffer.c.
706         Clear out undo-list-saved.
708         * international/mule.el (decode-coding-inserted-region):
709         Set buffer-undo-list in a correct and optimal way.
711         * progmodes/cperl-mode.el (cperl-find-bad-style): Use with-no-warnings.
712         (cperl-font-lock-unfontify-region-function): No need to save and
713         restore info, since font-lock.el does it for us.
715         * ansi-color.el (save-buffer-state): Definition deleted.
716         (ansi-color-unfontify-region): Don't use save-buffer-state.
718 2004-12-27  Dave Love  <fx@gnu.org>
720         * wid-edit.el (function): Use restricted-sexp as parent.
722 2004-12-27  Kevin Ryde  <user42@zip.com.au>
724         * simple.el (next-matching-history-element): Use same
725         `interactive' form as previous-matching-history-element.
727         * ffap.el (ffap-string-at-point-mode-alist): Add "*" to url chars,
728         it can appear unencoded and has been seen from yahoo.
730 2004-12-27  Sergey Poznyakoff <gray@Mirddin.farlep.net>  (tiny change)
732         * mail/smtpmail.el (smtpmail-try-auth-methods): Send AUTH CRAM-MD5
733         in upper case.  Reported by Wojciech Polak <polak@gnu.org>.
735 2004-12-27  Kenichi Handa  <handa@m17n.org>
737         * international/utf-8.el (utf-translate-cjk-load-tables):
738         Bind coding-system-for-read to nil while loading subst-*.
740 2004-12-26  Jay Belanger  <belanger@truman.edu>
742         * calc/calc-store.el (calc-read-var-name): Remove "var-" from
743         default input.
745 2004-12-26  Luc Teirlinck  <teirllm@auburn.edu>
747         * buff-menu.el (Buffer-menu-revert-function): Clear out undo info
748         before reverting and disable undo recording while reverting.
750 2004-12-26  Thien-Thi Nguyen  <ttn@gnu.org>
752         * progmodes/hideshow.el (hs-set-up-overlay): New user var.
753         (hs-make-overlay): New function.
754         (hs-isearch-show-temporary): Handle `display' overlay prop specially.
755         (hs-flag-region): Delete function.
756         (hs-hide-comment-region): No longer use `hs-flag-region'.
757         Instead, use `hs-discard-overlays' and `hs-make-overlay'.
758         (hs-hide-block-at-point): Likewise.
759         (hs-hide-level-recursive): Use `hs-discard-overlays'.
760         (hs-hide-all, hs-show-all): Likewise.
761         (hs-show-block): Likewise.
762         Also, use overlay prop `hs-b-offset', not `hs-ofs'.
764 2004-12-24  Thien-Thi Nguyen  <ttn@gnu.org>
766         * progmodes/hideshow.el: Require `cl' when compiling.
767         Remove XEmacs and Emacs 19 compatibility.
768         Use `dolist' and `add-to-list' for load-time actions.
769         (hs-discard-overlays): Use `dolist'.
770         (hs-show-block): Likewise.
772 2004-12-23  Dan Nicolaescu  <dann@ics.uci.edu>
774         * faces.el (mode-line, mode-line-inactive): Use min-colors.
776 2004-12-23  Thien-Thi Nguyen  <ttn@gnu.org>
778         * progmodes/hideshow.el (hs-inside-comment-p): Fix omission bug:
779         When extending backwards, move outside the current comment first.
781 2004-12-22  Kenichi Handa  <handa@m17n.org>
783         * international/quail.el (quail-start-translation): Fix prompt
784         string for the case if input-method-use-echo-area being non-nil.
785         (quail-start-conversion): Likewise.
786         (quail-show-guidance): Don't show guidance if
787         input-method-use-echo-area is non-nil.
789 2004-12-21  Richard M. Stallman  <rms@gnu.org>
791         * textmodes/ispell.el (ispell-help): Bind resize-mini-windows.
793 2004-12-21  Markus Rost  <rost@ias.edu>
795         * calendar/diary-lib.el (mark-diary-entries):
796         Set mark-diary-entries-in-calendar only after checking for diary-file.
798 2004-12-21  Richard M. Stallman  <rms@gnu.org>
800         * faces.el (escape-glyph): Use blue against light foreground.
802         * simple.el (undo-outer-limit-truncate): New function.
803         (undo-outer-limit-function): Use undo-outer-limit-truncate.
805 2004-12-21  Eli Barzilay  <eli@barzilay.org>
807         * calculator.el: (calculator-radix-grouping-mode)
808         (calculator-radix-grouping-digits)
809         (calculator-radix-grouping-separator):
810         New defcustoms for the new radix grouping mode functionality.
811         (calculator-mode-hook): Now used in electric mode too,
812         (calculator): Call it.
813         (calculator-mode-map): Some new keys.
814         (calculator-message): New function.  Some new calls.
815         (calculator-op, calculator-set-register): Use it.
816         (calculator-string-to-number): New function, mostly moved and
817         updated code from calculator-curnum-value.
818         (calculator-curnum-value): Use it.
819         (calculator-paste): Use it, and update grabbing the current-kill.
820         (calculator-rotate-displayer)
821         (calculator-rotate-displayer-back): Toggle digit grouping when
822         in radix mode, use calculator-message.
823         (calculator-displayer-prev, calculator-displayer-next):
824         Change digit group size when in radix mode.
825         (calculator-number-to-string): Rename from
826         calculator-num-to-string.  Now deals with digit grouping in
827         radix mode.
828         (calculator-update-display, calculator-put-value): Use the new name.
829         (calculator-fact): Return a floating point number.
830         (calculator-mode): Doc fix.
832 2004-12-20  Glenn Morris  <gmorris@ast.cam.ac.uk>
834         * calendar/calendar.el (view-other-diary-entries): Add autoload.
835         * calendar/diary-lib.el (view-other-diary-entries):
836         Use current-prefix-arg in interactive spec.
838 2004-12-19  Jay Belanger  <belanger@truman.edu>
840         * calc/calc-aent.el (calcAlg-blank-matching-open):
841         Temporarily adjust the syntax of both delimiters of half-open intervals.
843 2004-12-19  Kim F. Storm  <storm@cua.dk>
845         * mouse.el (mouse-1-click-follows-link): Doc fix.
847 2004-12-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
849         * term/mac-win.el (encoding-vector, mac-font-encoder-list)
850         (ccl-encode-mac-centraleurroman-font): Use centraleurroman
851         instead of centraleuropean as the name
853 2004-12-17  Michael Albinus  <michael.albinus@gmx.de>
855         Sync with Tramp 2.0.46.
857         * net/tramp.el (tramp-maybe-send-perl-script): Change order of
858         parameters wrt Tramp convention.
859         (tramp-handle-file-attributes-with-perl)
860         (tramp-handle-directory-files-and-attributes): Apply it.
861         (tramp-do-copy-or-rename-file-out-of-band): Check for existence of
862         `copy-program'.  Reported by Zack Weinberg
863         <zack@codesourcery.com>.
864         (top): Set `edebug-form-spec' property directly rather than
865         calling `def-edebug-spec'.
867         * net/tramp-smb.el (tramp-smb-advice-PC-do-completion): Make the
868         advice less fragile.  Surround temporary redefinition of
869         `substitute-in-file-name' with `unwind-protect'.  Suggested by
870         Matt Hodges <MPHodges@member.fsf.org>.
872 2004-12-17  Juri Linkov  <juri@jurta.org>
874         * replace.el (occur-accumulate-lines, occur-engine):
875         Make forcing deferred font-lock fontification jit-specific.
877 2004-12-17  Kim F. Storm  <storm@cua.dk>
879         * mouse.el (mouse-1-click-follows-link): New defcustom.
880         (mouse-on-link-p): New function.
881         (mouse-drag-region-1): Implement mouse-1-click-follows-link
882         functionality.  Map a mouse-1 click event into a mouse-2 (or
883         other) event when position is inside a link.
885         * tooltip.el (tooltip-show-help-function): Replace "mouse-2"
886         prefix in tooltip text with "mouse-1" when this is a link
887         recognized by mouse-1-click-follows-link functionality.
889         * help.el (describe-key): Report effective and original binding
890         for mouse-1 when clicked on a link.
891         (describe-mode): Add follow-link property to "minor-mode" button.
893         * help-fns.el (describe-variable): Add follow-link property to
894         "below" button.
896         * help-mode.el (help-xref): Add follow-link property.
898         * apropos.el (apropos-symbol, apropos-function, apropos-macro)
899         (apropos-command, apropos-variable, apropos-face, apropos-group)
900         (apropos-widget, apropos-plist): Add follow-link property.
902         * pcvs-defs.el (cvs-mode-map): Map follow-link to a function which
903         checks if position is in a filename, rather than some other
904         clickable item.  Function looks for cvs-filename-face at position.
906         * wid-edit.el (widget-specify-field, widget-specify-button):
907         Map a :follow-link keyword into a follow-link property.
908         (link): Add :follow-link keyword, map to RET binding.
910         * dired.el (dired-mode-map): Map follow-link to mouse-face.
912         * progmodes/compile.el (compilation-minor-mode-map)
913         (compilation-button-map, compilation-mode-map): Likewise.
915 2004-12-17  Thien-Thi Nguyen  <ttn@gnu.org>
917         * play/zone.el (zone): Init `line-spacing' from orig buffer.
918         (zone-replace-char): Take `count' and `del-count'
919         instead of `direction'.  Update callers.  When `del-count' is
920         non-nil, delete that many characters, otherwise `count' characters
921         backwards.  Insert the newly-replaced string `count' times.
922         (zone-fret): Handle chars w/ width greater than one.
923         (zone-fall-through-ws): No longer take window width `ww'.
924         Update callers.  Add handling for `char-width' greater than one.
925         (zone-pgm-drip): Update var holding window-end position every cycle.
927 2004-12-17  Andre Spiegel  <spiegel@gnu.org>
929         * vc.el (vc-default-update-changelog): Use insert-file-contents,
930         rather than insert-file.
932 2004-12-16  Jay Belanger  <belanger@truman.edu>
934         * calc/calc-comb.el (var-RandSeed): Don't initially bind it.
935         (math-init-random-base, math-random-digit): Check to see if
936         var-RandSeed is bound.
937         (math-random-last): Declare it.
938         (math-random-digit): Don't make math-random-last local.
940 2004-12-16  Thien-Thi Nguyen  <ttn@gnu.org>
942         * play/zone.el (zone): Fix omission bug: Use a self-disabling
943         one-shot thunk for uniform (error, quit, normal) recovery.
944         Reported by John Paul Wallington.
945         (zone-pgm-random-life): Fix bug:
946         Recognize empty initial field by lack of "@" chars.
948 2004-12-16  Juri Linkov  <juri@jurta.org>
950         * help.el (function-called-at-point):
951         * help-fns.el (variable-at-point): As a last resort try stripping
952         non-word prefixes and suffixes.
954         * descr-text.el (describe-property-list): Don't treat syntax-table
955         specially.  Use describe-text-sexp which inserts [show] button
956         for large objects and handles printing errors.  Sort properties
957         by names in alphabetical order instead of by value sizes.
958         Add `mouse-face' to list of properties for `describe-face' widget.
959         (describe-char): Mask out face-id from 19 bits of character.
960         Print face-id separately.
962         * replace.el (occur-accumulate-lines, occur-engine):
963         Fontify unfontified matching lines in the source buffer
964         before copying them.
965         (occur-engine): Don't put mouse-face on context lines.
966         (occur-next-error): Set point to line beginning/end
967         before searching for prev/next property to skip multiple
968         matches on a line (not supported by occur engine).
969         Remove redundant prefix-numeric-value.
971 2004-12-15  Juri Linkov  <juri@jurta.org>
973         * replace.el (match): New face.
974         (list-matching-lines-face): Change default from `bold' to `match'.
976         * progmodes/grep.el (grep-match-face): New defvar.
977         (grep-mode-font-lock-keywords): Use grep-match-face instead of
978         compilation-column-face to highlight grep matches.
980         * apropos.el (apropos-match-face): Change default from
981         `secondary-selection' to `match'.
983         * info-look.el (info-lookup-highlight-face): Change default from
984         `highlight' to `match'.
986 2004-12-15  Daniel Pfeiffer  <occitan@esperanto.org>
988         * progmodes/executable.el (executable-interpret): Eliminate
989         obsolete compile-internal, and switch to comint for interaction.
991 2004-12-15  J.D. Smith  <jdsmith@as.arizona.edu>
993         * progmodes/idlwave.el (idlwave-skip-multi-commands): Don't match
994         `&&' when skipping multiple statements on a line.
996 2004-12-15  Thien-Thi Nguyen  <ttn@gnu.org>
998         * play/zone.el (zone): Set `truncate-lines'.
999         Also, init `tab-width' with value from original buffer.
1000         (zone-shift-up): Rewrite for speed.
1001         (zone-shift-down, zone-shift-left, zone-shift-right): Likewise.
1002         (zone-pgm-jitter): Remove redundant entries from ops vector.
1003         (zone-exploding-remove): Reduce iteration count.
1004         (zone-cpos): Convert to defsubst.
1005         (zone-replace-char): New defsubst.
1006         (zone-park/sit-for): Likewise.
1007         (zone-fret): Take window-start arg.
1008         Update callers. Use `zone-park/sit-for'.
1009         (zone-fill-out-screen): Rewrite.
1010         (zone-fall-through-ws): Likewise. Update callers.
1011         (zone-pgm-drip): Use `zone-replace-char'.
1012         Move var inits before while-loop. Use `zone-park/sit-for'.
1013         (zone-pgm-random-life): Handle empty initial field.
1014         Use `zone-replace-char' and `zone-park/sit-for'.
1016 2004-12-15  Juri Linkov  <juri@jurta.org>
1018         * isearch.el (isearch-update): Test isearch-lazy-highlight
1019         before calling isearch-lazy-highlight-new-loop.
1020         (isearch-lazy-highlight-new-loop):
1021         Don't test isearch-lazy-highlight.
1023         * replace.el (perform-replace): Add isearch-case-fold-search.
1024         Use delimited-flag for isearch-regexp.
1025         Reset isearch-lazy-highlight-last-string to force lazy
1026         highlighting when called from isearch mode.
1027         (query-replace-highlight): Revert defcustom type to boolean.
1028         (query-replace-lazy-highlight): New defcustom.
1029         (query-replace): New face.
1030         (perform-replace, replace-highlight, replace-dehighlight):
1031         Test query-replace-lazy-highlight instead of special value
1032         `isearch' of query-replace-highlight.
1033         (replace-dehighlight): Don't call isearch-dehighlight.
1034         (replace-highlight): Don't call isearch-highlight.
1035         Use face `query-replace' unconditionally.
1037 2004-12-14  Kim F. Storm  <storm@cua.dk>
1039         * simple.el (inhibit-mark-movement): Remove defvar.
1040         (beginning-of-buffer, end-of-buffer): Don't use it.
1042         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
1043         Don't use inhibit-mark-movement.
1045         * emulation/cua-base.el (cua--preserve-mark-commands): Remove.
1046         (cua--undo-push-mark): Remove.
1047         (cua--pre-command-handler, cua--post-command-handler):
1048         Don't fiddle with inhibit-mark-movement.
1050 2004-12-14  Juri Linkov  <juri@jurta.org>
1052         * buff-menu.el (list-buffers-noselect): Collect internal info
1053         for every buffer in BUFFER-LIST arg too.
1054         (Buffer-menu-switch-other-window): Bind pop-up-windows to t.
1055         (Buffer-menu-switch-other-window, Buffer-menu-2-window):
1056         Bind same-window-buffer-names and same-window-regexps to nil.
1058 2004-12-13  Juri Linkov  <juri@jurta.org>
1060         * simple.el (next-error-buffer-p, next-error-find-buffer): Doc fix.
1062         * mail/supercite.el (sc-cite-frame-alist): Doc fix.
1063         (sc-cite-region, sc-uncite-region, sc-recite-region):
1064         Fix previous change to handle not alist as a symbol, but
1065         a citation frame as a symbol that represents a variable name.
1067 2004-12-13  Richard M. Stallman  <rms@gnu.org>
1069         * filecache.el (file-cache-add-directory-using-find):
1070         Only set up file-cache-find-command-posix-flag if we will use it.
1072         * bindings.el (mode-line-buffer-identification-keymap):
1073         Don't cancel the mode-line's usual down-mouse-1 binding.
1075         * cus-edit.el (custom-face-selected): Handle `default' specs.
1076         (custom-face-edit): Increase extra-offset.
1077         (custom-display): Handle `default' specs.
1079         * xml.el (xml-name-re, xml-entity-value-re): Add defvars.
1081         * emacs-lisp/elint.el (elint-standard-variables)
1082         (elint-unknown-builtin-args): Move definitions up.
1084         * net/browse-url.el (browse-url-url-at-point): Add autoload.
1086         * info.el (info-xref-visited): Use `default' instead of t.
1087         (Info-try-follow-nearest-node): Don't explicitly load browse-url.
1089         * faces.el (header-line, mode-line-inactive, tool-bar):
1090         Use `default' instead of t for setting the defaults.
1091         (face-spec-choose): Separate `t' from `default'.
1093         * subr.el (while-no-input): New macro.
1095 2004-12-13  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>  (tiny change)
1097         * filecache.el (file-cache-add-directory-using-find):
1098         Only test file-cache-find-command-posix-flag on some systems.
1100 2004-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1102         * vc-svn.el (vc-svn-repository-hostname): Adjust to new format.
1103         Reported by Ville Skytt\e,Ad\e(B <scop@xemacs.org>.
1104         (vc-svn-annotate-current-time, vc-svn-annotate-time-of-rev)
1105         (vc-svn-annotate-time, vc-svn-annotate-extract-revision-at-line)
1106         (vc-svn-annotate-command, vc-svn-annotate-re): Support for svn annotate.
1108 2004-12-12  Juri Linkov  <juri@jurta.org>
1110         * files.el (find-file-other-window, find-file-other-frame):
1111         Add the first buffer to the returned value to return the complete
1112         list of all visited buffers.
1113         (find-file-read-only, find-file-read-only-other-window)
1114         (find-file-read-only-other-frame): Use nil for `mustmatch' arg of
1115         `find-file-read-args'.  Signal an error about non-existent file
1116         only if file name doesn't contain wildcards.  Toggle read-only in
1117         all visited buffers.
1118         (find-alternate-file, find-alternate-file-other-window):
1119         Add optional arg `wildcards'.  Doc fix.  Set `wildcards' to t when
1120         called interactively.  Pass arg `wildcards' to other functions.
1121         (find-file-noselect): Doc fix.
1123         * ffap.el (ffap-dired-wildcards): Set default to "[*?][^/]*\\'".
1124         Doc fix.
1125         (ffap-directory-finder): New variable.
1126         (ffap-string-at-point-mode-alist): Add * and ? to `file'.
1127         (ffap-file-at-point): Add /* to immediately rejected names.
1128         Return absolute file names matching ffap-dired-wildcards.
1129         (ffap-read-file-or-url): Set default value for `completing-read'
1130         to `buffer-file-name'.
1131         (find-file-at-point): When filename matches ffap-dired-wildcards,
1132         call ffap-file-finder with t arg `wildcards', instead of dired.
1133         (ffap-other-window, ffap-other-frame): Return visited buffers.
1134         (ffap-read-only, ffap-read-only-other-window)
1135         (ffap-read-only-other-frame, ffap-alternate-file): New commands.
1136         (dired-at-point): Call ffap-directory-finder instead of dired.
1137         (ffap-dired-other-window, ffap-dired-other-frame)
1138         (ffap-list-directory): New commands.
1139         (ffap-bindings): New keybindings for new commands.
1141 2004-12-12  Juri Linkov  <juri@jurta.org>
1143         * simple.el (beginning-of-buffer, end-of-buffer):
1144         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
1145         Do not push mark when mark is active in transient-mark-mode.
1147         * simple.el (mark-word):
1148         * emacs-lisp/lisp.el (mark-sexp, mark-defun):
1149         * textmodes/paragraphs.el (mark-paragraph):
1150         Extend the region when mark is active in transient-mark-mode,
1151         regardless of the last command.  Doc fix.
1153         * simple.el (mark-word): Preserve direction when repeating.
1154         Make arg optional.  Interactive "p" -> "P".
1155         (transient-mark-mode, inhibit-mark-movement): Doc fix.
1157         * emacs-lisp/lisp.el (mark-sexp): Reverse the condition for
1158         preserving direction, to mark forward instead of backward when mark
1159         is equal to point (e.g. when C-SPC C-M-SPC is typed in t-m-m).
1161 2004-12-12  Juri Linkov  <juri@jurta.org>
1163         * isearch.el (isearch-edit-string): Set 7th arg of
1164         `read-from-minibuffer' to `t' to inherit the current input
1165         method (whose name is indicated by [IM] in the minibuffer prompt)
1166         from the current buffer to the minibuffer.
1167         (isearch-lazy-highlight-update): Put body to `with-local-quit'
1168         to allow C-g quitting for lazy highlighting looping inside the
1169         search with nested repetition operators.  Add overlay to the list
1170         before setting its face and other properties to avoid the case of
1171         code quitting after placing the new overlay but before it's
1172         recorded on the list.  Select the window where isearch was
1173         activated, to highlight matches in the right window when isearch
1174         switches the current window to the minibuffer.
1176         * international/isearch-x.el
1177         (isearch-process-search-multibyte-characters):
1178         Use `isearch-message' as initial input for `read-string' instead
1179         of adding it to the minibuffer prompt.  After reading a string
1180         remove the initial value of `isearch-message' from the string.
1182         * replace.el (replace-match-maybe-edit): Doc fix.
1183         (perform-replace): Don't call `replace-highlight' when automatic
1184         replacement is requested in literal mode, since it is intended
1185         only to highlight words during entering a new replacement string
1186         for \? in non-literal mode.
1188         * replace.el (query-replace-highlight): Add new value `isearch'
1189         that allows query replacement to use isearch highlighting.
1190         Change type from `boolean' to `choice'.  Doc fix.
1191         (replace-highlight, replace-dehighlight, perform-replace):
1192         Use isearch highlighting if query-replace-highlight eq `isearch'.
1194 2004-12-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1196         * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
1197         (checkdoc-message-text, checkdoc-defun): Fix format messages for `error'.
1199         * textmodes/tex-mode.el (latex-backward-sexp-1): Handle the special
1200         case of \end{verbatim}.
1202 2004-12-11  Dan Nicolaescu  <dann@ics.uci.edu>
1204         * term.el (term-termcap-format): Synchronyze with terminfo.
1205         (term-emulate-terminal): Handle reset.
1206         (term-reset-terminal): New function.
1208 2004-12-11  Thien-Thi Nguyen  <ttn@gnu.org>
1210         * play/zone.el (zone-programs): Add `zone-pgm-random-life'.
1211         (zone-fill-out-screen): New func.
1212         (zone-pgm-drip): Use `zone-fill-out-screen'.
1213         Also, no longer go to point-min on every cycle.
1214         (zone-pgm-paragraph-spaz): Allow spazzing for texinfo-mode.
1215         (zone-pgm-random-life-wait): New user var.
1216         (zone-pgm-random-life): New func.
1218 2004-12-10  Thien-Thi Nguyen  <ttn@gnu.org>
1220         * files.el (auto-mode-alist): Map .com to DCL mode.
1222 2004-12-09  Richard M. Stallman  <rms@gnu.org>
1224         * isearch.el (isearch-mode-map): Treat S-SPC like SPC.
1226 2004-12-09  Nick Roberts  <nickrob@snap.net.nz>
1228         * xt-mouse.el (xterm-mouse-event): Correct cursor position in a
1229         buffer with a display margin.
1231 2004-12-08  Jay Belanger  <belanger@truman.edu>
1233         * calc/calc-keypd.el (calc-keypad-mode): Unbind unused mouse events.
1234         (calc-keypad-left-click): Set buffer to calc-keymap-buffer.
1236 2004-12-08  Richard M. Stallman  <rms@gnu.org>
1238         * faces.el: Delete code to set display table.
1239         (escape-glyph): Redefine to be less loud.  (Copy minibuffer-prompt.)
1241 2004-12-08  Jay Belanger  <belanger@truman.edu>
1243         * calc/calc.el: Add math-read-preprocess-string to autoloads.
1245         * calc/calc-ext.el (math-read-replacement-list)
1246         (math-read-superscripts, math-read-preprocess-string): Move to
1247         calc-aent.el.
1249         * calc/calc-aent.el (math-read-replacement-list)
1250         (math-read-superscripts, math-read-preprocess-string): Move from
1251         calc-ext.el.
1253 2004-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1255         * isearch.el (isearch-quote-char): Fix up typo in last change.
1257 2004-12-07  Luc Teirlinck  <teirllm@auburn.edu>
1259         * mouse.el (mouse-set-font): Handle the case where the command was
1260         not invoked using the mouse.
1262         * edmacro.el: `edit-kbd-macro' is now bound to `C-x C-k e'.
1263         (edmacro-finish-edit): Further update for keyboard macros that are
1264         lambda forms.
1265         (edmacro-sanitize-for-string): Correctly remove Meta modifier.
1267 2004-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1269         * font-lock.el (font-lock-unfontify-region): Save buffer state.
1270         (font-lock-default-unfontify-region): Don't save buffer state any more.
1272 2004-12-07  Jay Belanger  <belanger@truman.edu>
1274         * calc/calc-help.el (calc-describe-key):
1275         Set calc-summary-indentation even when Calc Summary buffer exists.
1277 2004-12-07  Glenn Morris  <gmorris@ast.cam.ac.uk>
1279         * calendar/holidays.el (holiday-easter-etc): Make arguments
1280         optional for backwards compatibility.  Doc fix.
1281         Remove un-necessary local vars mandatory, output-list.
1282         (holiday-advent):  Make arguments optional for backwards
1283         compatibility.  Doc fix.
1285 2004-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1287         * paren.el (show-paren-function): Fix last change (2004-12-02).
1289         * international/mule-util.el (char-displayable-p): Return nil for
1290         unibyte mode.
1292         * subr.el (subregexp-context-p): New function.
1294         * isearch.el (isearch-quote-char): Use it.
1296         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Use it.
1297         (regexp-opt-not-groupie*-re): Remove.
1298         (regexp-opt): Properly handle inputs with duplicate entries.
1300 2004-12-06  Richard M. Stallman  <rms@gnu.org>
1302         * info-look.el (info-lookup-maybe-add-help cfengine-mode): Regexp typo.
1304         * cus-edit.el (custom-file): Doc fix.
1306         * textmodes/org.el: New file.
1308 2004-12-06  Kenichi Handa  <handa@m17n.org>
1310         * ldefs-boot.el: Update international/mule-util.el section.
1312 2004-12-05  Sam Steingold  <sds@gnu.org>
1314         * net/tramp.el (tramp-handle-file-accessible-directory-p):
1315         Fix `tramp-time-diff' comparison logic.
1317 2004-12-05  Paul Pogonyshev  <pogonyshev@gmx.net>
1319         * progmodes/which-func.el (which-function):
1320         Use `run-hook-with-args-until-success' instead of a custom loop.
1321         Fixes bug with local hooks.
1323 2004-12-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1325         * textmodes/bibtex.el (bibtex-font-lock-url-regexp):
1326         Use delete-dups when calculating the initial value.
1327         (bibtex-autokey-get-title): Use <=.
1328         (bibtex-goto-line): New function.
1329         (bibtex-reposition-window): Use line numbers instead of point
1330         positions.  Use window-body-height.
1331         (bibtex-find-crossref): Use bibtex-reposition-window.
1332         (bibtex-find-entry): Use bibtex-reposition-window.  Always return
1333         position of entry if key is found or nil if not found.
1335 2004-12-05  Richard M. Stallman  <rms@gnu.org>
1337         * cus-edit.el (custom-file): Doc fix.
1339         * progmodes/sh-script.el (sh-indent-for-then): Change default.
1341 2004-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1343         * simple.el (blink-matching-open):
1344         * textmodes/tex-mode.el (tex-validate-region):
1345         Obey syntax-table text properties.
1347 2004-12-02  Per Abrahamsen  <abraham@dina.kvl.dk>
1349         * wid-edit.el (widget-specify-field): Add `real-field' property to
1350         boundary.
1351         (widget-field-at): Use it.
1353 2004-12-02  Richard M. Stallman  <rms@gnu.org>
1355         * progmodes/cc-mode.el (awk-mode autoload):
1356         Supply t meaning interactive function.
1358         * isearch.el (search-whitespace-regexp): Remove the group.  Doc fix.
1359         (isearch-mode-map): No special definition for space.
1360         (isearch-whitespace-chars): Command deleted.
1361         (isearch-forward-regexp): Doc fix.
1362         (isearch-quote-char): When a space is not inside brackets,
1363         use `[ ]' instead of just space.
1364         (isearch-lazy-highlight-search): Bind search-spaces-regexp.
1366         * imenu.el (imenu--generic-function): Delete code to exclude
1367         matches in comments.
1369         * man.el (Man-reverse-face): Change default to `highlight'.
1371         * replace.el (occur-1): Specify t for KEEP-PROPS to occur-engine.
1372         (occur-engine): Use `face' prop rather than `font-lock-face'
1373         when specifying use of `match-face'.
1374         (occur-accumulate-lines): Change arg from NO-PROPS to KEEP-PROPS.
1376         * emacs-lisp/elint.el (elint-standard-variables): Update list.
1378         * add-log.el (add-log-current-defun): Handle the case where point
1379         is in the header part of a DEFUN construct.
1381 2004-12-02  Dave Love  <fx@gnu.org>
1383         * progmodes/python.el (python-font-lock-syntactic-keywords):
1384         Fix previous change.
1386 2004-12-02  Richard G Bielawski  <Richard.G.Bielawski@wellsfargo.com>  (tiny change)
1388         * paren.el (show-paren-function): Check for matching chars
1389         specified by text props.
1391 2004-12-02  Jay Belanger  <belanger@truman.edu>
1393         * calc/calc.el (calc-read-key-sequence): Leave the old message visible
1394         when reading a new key sequence.
1396 2004-12-02  Kim F. Storm  <storm@cua.dk>
1398         * faces.el (escape-glyph): Rename from glyph.
1399         (standard-display-table): Set it here.  Add escape-glyph face to
1400         extra slot characters.
1402         * disp-table.el: Undo 2004-12-01 change.  Display table is now
1403         setup in faces.el.
1405 2004-12-02  Mark A. Hershberger  <mah@everybody.org>
1407         * xml.el (xml-parse-dtd): Don't show validity messages when
1408         xml-validating-parser is nil.
1409         (xml-substitute-special): Fix validity error messages to
1410         actually show the unexpandable entity.  Added validity error if &
1411         isn't followed by an entity.
1412         (xml-parse-tag): Concatenate any string following the a
1413         <![CDATA[]]> section to the parsed CDATA.
1414         (xml-parse-dtd): Skip parameter entity declarations and use of
1415         parameter entities.
1417 2004-12-01  Luc Teirlinck  <teirllm@auburn.edu>
1419         * kmacro.el (kmacro-default-counter-format): New var.
1420         (kmacro-set-format): Use it.  Delete `(printf format)' from prompt.
1421         (kmacro-display): Remove `nil' from `and' form.  Delete call to
1422         `format' inside `message'.
1423         (kmacro-start-macro): Use `kmacro-default-counter-format'.
1425 2004-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1427         * pcvs.el (cvs-header-msg): New function.
1428         (cvs-update-header): Use it.  Change calling convention.
1429         Correctly handle the case of having simultaneous active processes.
1430         (cvs-sentinel): Don't call cvs-update-header any more.
1431         (cvs-mode-run): Update call and add cvs-update-header to postproc.
1433 2004-12-01  Jay Belanger  <belanger@truman.edu>
1435         * calc/calc-ext.el (calc-inverse, calc-hyperbolic):
1436         Change message.
1438 2004-12-01  Juri Linkov  <juri@jurta.org>
1440         * progmodes/prolog.el (prolog-mode-variables):
1441         Fix imenu-generic-expression.
1443 2004-12-01  Daniel Pfeiffer  <occitan@esperanto.org>
1445         * faces.el (glyph): New face.
1447         * disp-table.el: Add an autoloaded table, that doesn't require
1448         this library, with glyph face.
1450         * textmodes/conf-mode.el (conf-ppd-mode-syntax-table): New var.
1451         (conf-ppd-mode): New conf-mode wrapper for printer descriptions.
1452         (conf-quote-normal): Allow normalizing only ' or ".
1453         (conf-mode): Regexp-quote constructed comment-start and don't
1454         match section {} where "name" contains braces.
1456         * files.el (auto-mode-alist): Add conf-ppd-mode, inittab and acpid
1457         files.
1459 2004-12-01  Kenichi Handa  <handa@m17n.org>
1461         * term/x-win.el (x-last-selected-text-cut-encoded): New variable.
1462         (x-select-text): Don't treat eight-bit-control/graphic chars
1463         specially.  Store the encoded text in the X cut buffer.
1464         (x-cut-buffer-or-selection-value): Compare the X cut buffer text
1465         with x-last-selected-text-cut-encoded.
1467 2004-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1469         * man.el (Man-fontify-manpage): Improve handling of ANSI escapes.
1471 2004-11-30  Markus Rost  <rost@ias.edu>
1473         * textmodes/tex-mode.el (tex-main-file): Add a compatibility with
1474         AUCTeX.
1476 2004-11-30  Jay Belanger  <belanger@truman.edu>
1478         * calc/calc-arith.el (math-possible-signs): Made stronger checks
1479         on signs of intervals.
1480         (math-pow-of-zero): Strengthen checks for positive and negative
1481         exponents.
1483         * calc/calc-aent.el, calc/calc-alg.el, calc/calc-arith.el
1484         * calc/calc-bin.el, calc/calc-comb.el, calc/calc-cplx.el
1485         * calc/calc-embed.el, calc/calc-fin.el, calc/calc-forms.el
1486         * calc/calc-frac.el, calc/calc-funcs.el, calc/calc-graph.el
1487         * calc/calc-help.el, calc/calc-incom.el, calc/calc-keypd.el
1488         * calc/calc-lang.el, calc/calc-map.el, calc/calc-math.el
1489         * calc/calc-misc.el, calc/calc-mode.el, calc/calc-mtx.el
1490         * calc/calc-poly.el, calc/calc-prog.el, calc/calc-rewr.el
1491         * calc/calc-rules.el, calc/calc-sel.el, calc/calc-stat.el
1492         * calc/calc-store.el, calc/calc-stuff.el, calc/calc-trail.el
1493         * calc/calc-undo.el, calc/calc-units.el, calc/calc-vec.el
1494         * calc/calc-yank.el, calc/calcalg2.el, calc/calcalg3.el
1495         * calc/calccomp.el, calc/calcsel2.el: Replace dummy autoloaded functions
1496         with provide statements.
1498         * calc/calc-alg.el (math-defsimplify): Move from calc-ext.el.
1500         * calc/calc-embed.el (calc-do-embedded-activate): Remove from autoloads.
1502         * calc/calc-ext.el: Remove dummy autoloading functions from autoloads.
1503         (calc-load-everything, math-defsimplify): Replace dummy autoloading
1504         functions by require statements.
1505         (math-defsimplify): Move to calc-alg.el, add to autoloads.
1507         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
1508         (calc-gnuplot-print): Give them values.
1510         * calc/calc.el: Remove calc-Need-calc-aent and calc-Need-calc-misc from
1511         autoloads.
1512         Add calc-do-embedded-activate to autoloads.
1513         (calc-gnuplot-name, calc-gnuplot-plot-command)
1514         (calc-gnuplot-print-command): Move them to calc-graph.el.
1516 2004-11-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1518         * term/mac-win.el (ccl-encode-mac-roman-font)
1519         (ccl-encode-mac-cyrillic-font)
1520         (ccl-encode-mac-centraleuropean-font, encoder-list)
1521         (fontset-add-mac-fonts, create-fontset-from-mac-roman-font):
1522         Support Cyrillic, CentralEuropean, and Dingbat font display
1524 2004-11-30  Andre Spiegel  <spiegel@gnu.org>
1526         * vc-hooks.el (vc-recompute-state): Move here from vc.el.
1528         * vc-cvs.el (vc-cvs-state): Handle the case where vc-state is
1529         still nil.
1531 2004-11-29  Luc Teirlinck  <teirllm@auburn.edu>
1533         * emulation/tpu-edt.el (tpu-help-keypad-map, tpu-help-text)
1534         (tpu-word-separator-list, tpu-skip-chars): defconst->defvar.
1536 2004-11-29  Jay Belanger  <belanger@truman.edu>
1538         * calc/calc-arith.el (math-pow-of-zero): Take into account different
1539         cases of the base and exponent.
1541 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
1543         * simple.el (next-error-buffer-p): Allow for inclusive and
1544         exclusive tests for finding a buffer.
1545         (next-error-find-buffer): Pass the exclusive and inclusive tests
1546         to next-error-buffer-p.
1548         * replace.el (occur-next-error): Switch to the Occur buffer when
1549         appropriate, use the exclusive filter to next-error-find-buffer to
1550         do it.  Use the absolute value of the motion amount.
1552 2004-11-29  Kenichi Handa  <handa@m17n.org>
1554         * startup.el (command-line): Decode all default-directory by
1555         locale-coding-system.
1557 2004-11-29  Jay Belanger  <belanger@truman.edu>
1559         * calc/calc-aent.el: Remove unnecessary eval-when-compile.
1560         (calc-do-quick-calc, calc-do-calc-eval, calc-alg-entry)
1561         (math-read-expr-level, calc-check-user-syntax, math-read-factor):
1562         Replace calls to calc-extensions by appropriate require, replace
1563         calc-extensions-loaded by appropriate featurep.
1565         * calc/calc-ext.el: Move require to end of file.
1566         Remove redundant loading of calc.el.
1567         (calc-extensions-loaded): Remove unnecessary variable.
1568         (calc-extensions): Remove unnecessary function.
1569         (calc-load-everything): Replace calc-need-macros by appropriate require.
1571         * calc/calc-macs.el: Move provide to end of file.
1572         (calc-need-macros): Remove unnecessary function.
1574         * calc/calc-misc.el (calc-do-handle-whys, calc-last-args-stub)
1575         (calc-missing-key, calc-shift-Y-prefix-help, math-concat)
1576         (math-trunc, math-floor, calcFunc-inv, math-mod, math-pow):
1577         Replace calc-extensions by appropriate require.
1578         (calc-power): Replace calc-extensions-loaded by appropriate featurep.
1580         * calc/calc-prog.el (calc-user-define-formula, calc-do-defmath):
1581         Replace calc-need-macros by appropriate require.
1583         * calc/calc.el: Move require to end of file.
1584         (calc-info-filename, calc-autoload-directory, calc-extensions-loaded):
1585         Remove unnecessary variable.
1586         (calc-do-dispatch, calc-mode, calc-check-defines, calc-create-buffer)
1587         (calc, calc-keypad, full-calc-keypad, calc-do, calc-normalize)
1588         (calc-binary-op, calc-unary-op, calcDigit-start, calcDigit-key)
1589         (math-normalize, math-add, math-mul, math-div, math-format-stack-value)
1590         (math-stack-value-offset, math-format-value, math-format-flat-expr)
1591         (math-format-number, math-format-bignum, math-read-number)
1592         (calc-grab-region, calc-grab-rectangle, calc-grab-sum-down)
1593         (calc-grab-sum-across, calc-embedded, defmath): Replace calc-extensions
1594         by appropriate require.
1595         (calc-check-defines): Replace calc-need-macros by appropriate require.
1597 2004-11-29  Kim F. Storm  <storm@cua.dk>
1599         * macros.el (insert-kbd-macro): Handle kmacro functions.
1601 2004-11-28  Juri Linkov  <juri@jurta.org>
1603         * compare-w.el (compare-windows-highlight): Attach each overlay
1604         to its window to properly highlight differences while comparing
1605         two windows of the same buffer.  Fix arguments.
1606         (compare-windows-sync-default-function): Fix arguments of
1607         `compare-windows-highlight'.
1609         * emacs-lisp/edebug.el (edebug-set-global-break-condition):
1610         Use `read-expression-history'.  Set initial contents only if
1611         `edebug-global-break-condition' is non-nil.  Set histpos to 1
1612         if initial contents is equal to the last history element.
1613         (edebug-set-conditional-breakpoint): Instead of temporarily
1614         prepending the current condition to the history, set initial
1615         contents to the current condition.  Set histpos to 1 if initial
1616         contents is equal to the last history element.
1618         * info.el (Info-search-whitespace-regexp): Remove shy group.
1619         (Info-search): Forward line if search is on the header line.
1620         Use search-whitespace-regexp in two other places.
1622 2004-11-27  Luc Teirlinck  <teirllm@auburn.edu>
1624         * fringe.el (fringe-indicators): Add fake defvar to avoid compiler
1625         warning.  Delay real definition, which uses
1626         `set-fringe-indicators-1' till after the definition of that function.
1628 2004-11-28  Kim F. Storm  <storm@cua.dk>
1630         * fringe.el (fringe): New defgroup.
1631         (fringe-mode): Move to fringe group.
1632         (fringe-indicators): New defcustom.
1633         (set-fringe-indicators-1): New defun.
1635         * menu-bar.el (menu-bar-options-save): Add fringe-indicators.
1636         (menu-bar-showhide-fringe-ind-menu): New keymap.
1637         (menu-bar-showhide-fringe-ind-empty)
1638         (menu-bar-showhide-fringe-ind-mixed)
1639         (menu-bar-showhide-fringe-ind-box)
1640         (menu-bar-showhide-fringe-ind-right)
1641         (menu-bar-showhide-fringe-ind-left)
1642         (menu-bar-showhide-fringe-ind-none): New defuns.
1643         (menu-bar-showhide-fringe-menu): Add "Indicators" sub-menu.
1645 2004-11-27  Richard M. Stallman  <rms@gnu.org>
1647         * comint.el (comint-read-noecho): Add trivial compatibility definition.
1649         * generic.el (define-generic-mode): Doc fix.
1651         * menu-bar.el (menu-bar-options-save): For the options
1652         that are toggled with menu-bar-make-mm-toggle, don't check
1653         for customized-value prop.
1655 2004-11-27  Eli Zaretskii  <eliz@gnu.org>
1657         * mail/supercite.el (sc-cite-region): Handle the case where
1658         sc-cite-frame-alist is a symbol.
1659         (sc-uncite-region): Handle the case where sc-uncite-frame-alist is
1660         a symbol.
1661         (sc-recite-region): Handle the case where sc-recite-frame-alist is
1662         a symbol.
1664 2004-11-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
1666         * wid-edit.el (widget-narrow-to-field): New function.
1667         (widget-complete): Use it.
1669 2004-11-27  Jay Belanger  <belanger@truman.edu>
1671         * calc/calc-aent.el (calc-eval-error): Declare and initialize the
1672         variable.
1673         (calc-eval-error): Don't check if the variable calc-eval-error is bound.
1674         (calc-buffer, calc-digit-value, math-expr-data): Declare them.
1675         (math-alg-inequalities): Move declaration to earlier in the file.
1677         * calc/calc-ext.el (calc-command-flags, calc-gnuplot-buffer)
1678         (calc-gnuplot-input, math-normalize-a, math-integral-cache):
1679         Declare them.
1681         * calc/calc-lang.el (math-expr-data, math-expr-token)
1682         (math-exp-old-pos): Declare them.
1684         * calc/calc-vec.el (math-exp-pos, math-exp-str, math-exp-old-pos)
1685         (math-exp-token, math-exp-keep-spaces, math-expr-data): Declare them.
1687 2004-11-27  Kim F. Storm  <storm@cua.dk>
1689         * progmodes/flymake.el: Use (featurep 'xemacs).
1690         (flymake-makehash): Change to defsubst.  Use fboundp.
1691         (flymake-time-to-float): Remove.
1692         (flymake-float-time): Merge code from flymake-time-to-float here.
1693         (flymake-replace-regexp-in-string): Change to defsubst.
1694         (flymake-split-string-remove-empty-edges):
1695         Rename to flymake-split-string.
1696         (flymake-split-string): Remove previous defalias.
1697         (flymake-get-temp-dir): Change to defsubst.
1698         (flymake-make-xemacs-menu, flymake-xemacs-window-edges):
1699         Define for xemacs only.
1700         (flymake-master-file-count-limit): Change into compiler defvar only.
1701         (flymake-find-possible-master-files): Let-bind it dynamically while
1702         sorting files using flymake-master-file-compare.
1704 2004-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1706         * font-lock.el (font-lock-compile-keywords): Don't complain if the end
1707         of defun-prompt-regexp matches inside a comment/string but the
1708         beginning is correctly outside everything.
1710         * progmodes/tcl.el (tcl-omit-ws-regexp): Avoid the case where { or [
1711         appears within a string or a comment.
1713         * emacs-lisp/cl-macs.el (cl-parse-loop-clause, labels): Use gensym
1714         rather than make-symbol for symbols which are used in
1715         a symbol-macrolet or equivalent.
1717 2004-11-26  Jay Belanger  <belanger@truman.edu>
1719         * calc-misc.el (calc-last-why-command): Declare it.
1721         * calc-vec.el (math-grade-vec): New variable.
1722         (calcFunc-grade, calcFunc-rgrade, math-grade-beforep):
1723         Replace variable grade-vec by declared variable.
1724         (math-rb-close): New variable.
1725         (math-read-brackets, math-read-vector): Replace variable close by
1726         declared variable.
1728         * calc/calc-yank.el (calc-original-buffer, calc-return-buffer)
1729         (calc-one-window, calc-edit-handler, calc-restore-trail)
1730         (calc-allow-ret): Declare them.
1732         * calc/calc-stuff.el (calc-flush-caches): Remove unnecessary variables.
1733         (math-lud-cache, math-log2-cache, math-radix-digits-cache)
1734         (math-radix-float-cache-tag, math-random-cache)
1735         (math-max-digits-cache, math-integral-cache, math-units-table)
1736         (math-format-date-cache, math-holidays-cache-tag): Declare them.
1737         (math-moc-func): New variable.
1738         (math-map-over-constants, math-map-over-constants-rec):
1739         Replace variable func by declared variable.
1741         * calc/calc-store.el (calc-given-value, calc-store-opers):
1742         Declare them.
1743         (calc-var-name-map): Move declaration to earlier in the file.
1744         (calc-pv-pos): New variable.
1745         (calc-permanent-variable, calc-insert-permanent-variable):
1746         Replace variable pos by declared variable.
1748         * calc/calc-mtx.el (calc-det-lu): New variable.
1749         (math-det-raw, math-det-step): Replace variable lu by declared variable.
1751         * calc/calc-map.el (math-ms-temp, math-ms-args): New variables.
1752         (math-multi-subst, math-multi-subst-rec): Replace variables temp
1753         and arg by declared variables.
1754         (calcFunc-reducer): Fix incorrect variable.
1755         (math-inner-mul-func, math-inner-add-func): New variables.
1756         (calcFunc-inner, math-inner-mats): Replace variables mul-func
1757         and add-func by declared variables.
1759         * calc/calc-incom.el (calc-prev-char, calc-prev-prev-char)
1760         (calc-digit-value): Declare them.
1762         * calc/calc-help.el (Info-history): Declare it.
1763         (calc-describe-key): Make calc-summary-indentation a local variable.
1764         (calc-help-long-names): Move declaration to earlier in file.
1766         * calc/calc-embed.el (calc-original-buffer): Declare it.
1767         (calc-embed-outer-top, calc-embed-outer-bot, calc-embed-top)
1768         (calc-embed-bot): New variables.
1769         (calc-do-embedded, calc-embedded-mark-formula)
1770         (calc-embedded-find-bounds, calc-embedded-duplicate)
1771         (calc-embedded-new-formula, calc-embedded-make-info):
1772         Replace vars outer-top, outer-bot, bot and top by declared variables.
1773         (calc-embed-prev-modes): New variable.
1774         (calc-embedded-set-modes, calc-embedded-update): Replace variable
1775         prev-modes with declared variable.
1776         (calc-embed-vars-used): New variable.
1777         (calc-embedded-make-info, calc-embedded-evaluate-expr)
1778         (calc-embedded-update, calc-embedded-find-vars): Replace variable
1779         vars-used by declared variable.
1781         * calc/calc-bin.el (math-format-radix-float): Make pos a local variable.
1782         (math-format-radix-float): Remove unnecessary setq.
1783         (math-radix-float-cache): Declare it.
1785         * calc/calcsel2.el (calc-keep-selection): Declare it.
1787         * calc/calc-maint.el: Remove file.
1789 2004-11-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1791         * textmodes/bibtex.el (bibtex-sort-entry-class)
1792         (bibtex-comment-start): Use defcustom.
1793         (bibtex-entry-field-alist): Use nil if initial content of the
1794         field is undefined.  Fix docstring.
1795         (bibtex-parse-keys-timeout, bibtex-autokey-additional-names)
1796         (bibtex-generate-autokey, bibtex-parse-buffers-stealthily)
1797         (bibtex-mode, bibtex-field-list, bibtex-entry-updat)
1798         (bibtex-autofill-entry, bibtex-entry-index, bibtex-next-field):
1799         Fix docstring.
1800         (bibtex-autokey-title-terminators): Use only one regexp.
1801         (bibtex-string-maybe-empty-head): New variable.
1802         (bibtex-remove-delimiters-string): New function.
1803         (bibtex-text-in-field-bounds, bibtex-text-in-string):
1804         Use bibtex-remove-delimiters-string.
1805         (bibtex-progress-message, bibtex-field-left-delimiter)
1806         (bibtex-field-right-delimiter, bibtex-entry-left-delimiter)
1807         (bibtex-entry-right-delimiter, bibtex-search-entry): Use eq.
1808         (bibtex-insert-kill): Rename from `bibtex-insert-current-kill'.
1809         Simplify.
1810         (bibtex-format-entry): Use save-excursion for inherited booktitle.
1811         Use eq and bibtex-remove-delimiters-string.  For end markers use
1812         insertion type so that marker stays after inserted text.
1813         (bibtex-autokey-get-names): Return empty string if name is missing.
1814         (bibtex-autokey-demangle-name): Call bibtex-autokey-abbrev before
1815         calling bibtex-autokey-name-case-convert.
1816         (bibtex-autokey-demangle-title):
1817         Call bibtex-autokey-titleword-case-convert.  Remove call to
1818         bibtex-autokey-titleword-case-convert from bibtex-autokey-get-title.
1819         (bibtex-global-key-alist, bibtex-read-string-key): New functions.
1820         (bibtex-read-key): New optional arg global.
1821         (bibtex-files-expand): New optional arg force.
1822         (bibtex-complete-string-cleanup): Expansion of abbrev can be absent.
1823         (bibtex-complete-crossref-cleanup): Rename from
1824         bibtex-complete-key-cleanup.  Simplify code.
1825         (bibtex-copy-summary-as-kill): Remove arg key.  Use looking-at.
1826         Operate on current entry.
1827         (bibtex-button): Add docstring.
1828         (bibtex-entry): Simplify.
1829         (bibtex-make-field): Replace optional arg called-by-yank with more
1830         specific args move and interactive.
1831         (bibtex-end-of-entry): Use forward-sexp.
1832         (bibtex-find-entry-globally): Remove.
1833         (bibtex-find-crossref): Allow for crossref key located in other buffer.
1834         Bound to C-c C-x.
1835         (bibtex-find-entry): New optional args global and display.
1836         (bibtex-find-text): Fix docstring.  Remove arg as-if-interactive.
1837         (bibtex-validate): Use arg force of bibtex-files-expand.
1838         (bibtex-clean-entry): Bugfix, clean string entries properly.
1839         Always keep point at beginning of entry.
1840         (bibtex-complete): Bugfix.  Handle string entries properly.
1841         Call cleanup functions only if needed.
1842         (bibtex-String): Use bibtex-read-string-key.
1843         (bibtex-url): Use bibtex-remove-delimiters-string.  Do not alter
1844         case of replacement text.
1846 2004-11-26  Lars Hansen  <larsh@math.ku.dk>
1848         * tramp.el (tramp-handle-directory-files-and-attributes): New function.
1849         (tramp-perl-directory-files-and-attributes): New constant.
1850         (tramp-file-name-handler-alist): Delete file-directory-files, add
1851         directory-files-and-attributes.
1852         (tramp-perl-file-attributes): Surround uid and gid by double
1853         quotes. Change parameter id-format from nonnumeric.
1854         (tramp-convert-file-attributes): New function.
1855         (tramp-handle-file-attributes): Use it.
1856         (tramp-maybe-send-perl-script): New function.
1857         (tramp-handle-file-attributes-with-perl): Use it. Don't convert
1858         file mode. Change parameter id-format from nonnumeric.
1859         (tramp-handle-file-attributes-with-ls): Change parameter id-format
1860         from nonnumeric.
1861         (tramp-post-connection): Don't send tramp-perl-file-attributes
1862         script. Reset connection property "perl-scripts".
1863         (tramp-handle-insert-directory): Run real handler when ls-lisp is
1864         in use.
1866 2004-11-26  Lars Hansen  <larsh@math.ku.dk>
1868         * desktop.el (desktop-read): Replace mapcar with mapc.
1869         (desktop-create-buffer): Replace mapcar with mapc.
1870         Remove redundant piece of code.
1872 2004-11-27  Nick Roberts  <nickrob@snap.net.nz>
1874         * progmodes/gud.el (gud-display-line): Use display-buffer
1875         for GDB-UI as for GUD.
1877         * progmodes/gdb-ui.el (gdb-view-source, gdb-selected-view):
1878         Delete variables.
1879         (gdb-ann3): Don't make GUD buffer dedicated.
1880         (gdb-goto-breakpoint, gdb-display-buffer): Don't always dedicate.
1881         (gdb-display-source-buffer): Delete function.
1882         (gdb-view-source-function, gdb-view-assembler): Delete functions.
1883         (menu): Delete menu bindings for viewing source/assembler.
1884         (gdb-setup-windows, gdb-restore-windows):
1885         Don't dedicate GUD. No assembler now.
1886         (gdb-reset): No need to undedicate source buffers now.
1887         (gdb-source-info): No assembler now.
1889 2004-11-26  Nick Roberts  <nickrob@snap.net.nz>
1891         * progmodes/gdb-ui.el (gdb-frame-parameters): Match height and
1892         width to those for special frames.
1893         (gdb-frame-breakpoints-buffer): Use gdb-frame-parameters.
1894         Use display-buffer.
1895         (gdb-frame-stack-buffer, gdb-frame-threads-buffer)
1896         (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
1897         (gdb-frame-assembler-buffer): Rework like
1898         gdb-frame-breakpoints-buffer.
1900 2004-11-25  Richard M. Stallman  <rms@gnu.org>
1902         * progmodes/flymake.el: Reindent.
1903         (flymake-split-string): Turn into defalias.
1904         (flymake-fix-file-name): Rename from flymake-fix-path-name.
1905         (flymake-ensure-ends-with-slash): Rename arg to FILENAME.
1906         (flymake-get-common-file-prefix): Rename from ...path...  Doc fix.
1907         (flymake-build-relative-filename): Rename from ...path.
1908         Fix error message.
1910 2004-11-25  Cheng Gao  <chenggao@gmail.com>
1912         * progmodes/flymake.el: Much whitespace and capitalization change.
1913         Move `provide' to end.  Require `compile' only when compiling.
1915 2004-11-24  Jay Belanger  <belanger@truman.edu>
1917         * calc/calc-alg.el: Added comment.
1918         (math-polynomial-base): Replace variable mpb-top-expr by
1919         math-poly-base-top-expr.
1921         * calc/calc-poly.el (math-poly-base-top-expr): New variable.
1922         (math-polynomial-p1): Replace variable mpb-top-expr by declared
1923         variable.
1924         (math-poly-base-total-base): New variable.
1925         (math-total-polynomial-base, math-polynomial-p1): Replace variable
1926         mpb-total-base by declared variable.
1927         (math-factored-vars, math-to-list): Declare it.
1928         (math-fact-expr): New variable.
1929         (calcFunc-factors, calcFunc-factor, math-factor-expr)
1930         (math-factor-expr-try, math-factor-expr-part): Replace variable
1931         expr by declared variable.
1932         (math-fet-x): New variable.
1933         (math-factor-expr-try, math-factor-poly-coefs): Replace variable x
1934         by declared variable.
1935         (math-factor-poly-coefs): Make temp a local variable.
1937         * calc/calc-units.el (calc-convert-units): Make units a local
1938         variable.
1939         (calc-num-units, calc-den-units): New variables.
1940         (calc-explain-units, calc-explain-units-rec): Replace variables
1941         num-units and den-units by declared variables.
1942         (math-cu-unit-list): New variable.
1943         (math-build-units-table, math-compare-unit-names)
1944         (math-convert-units, math-convert-units-rec): Replace variable
1945         unit-list by declared variable.
1946         (math-fbu-base, math-fbu-entry): New variables.
1947         (math-find-base-units, math-find-base-units-rec): Replace variables
1948         base and entry by declared variables.
1949         (math-which-standard): New variable.
1950         (math-to-standard-units, math-to-standard-rec): Replace variable
1951         which-standard by declared variable.
1952         (math-fcu-u): New variable.
1953         (math-find-compatible-unit, math-find-compatible-unit-rec):
1954         Replace variable u by declared variable.
1955         (math-cu-new-units, math-cu-pure): New variables.
1956         (math-convert-units, math-convert-units-rec): Replace variables
1957         new-units and pure by declared variables.
1958         (math-try-cancel-units): New variable.
1959         (math-simplify-units-quotient): Replace variable try-cancel-units by
1960         declared variable.
1962 2004-11-24  Richard M. Stallman  <rms@gnu.org>
1964         * textmodes/ispell.el (ispell-check-version):
1965         If default-directory is nonexistent, use home dir.
1967         * progmodes/grep.el (grep-regexp-alist):
1968         Don't match parens around line numbers.
1970         * progmodes/cperl-mode.el (cperl-indent-region)
1971         (cperl-imenu--create-perl-index, cperl-xsub-scan):
1972         Don't print progress messages.
1974         * progmodes/compile.el (compilation-mode-map):
1975         Don't inherit from compilation-minor-mode-map;
1976         copy its bindings instead.  But the menu bar Compile
1977         entry now does inherit from compilation-menu-map.
1979         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
1980         Use with-no-warnings around compiler-macroexpand.
1982         * imenu.el: Don't always require newcomment.
1983         (imenu--generic-function): Call comment-normalize-vars
1984         if we have a comment syntax.
1985         Exit the loop if REGEXP matches the null string.
1986         Test comment-start as well as comment-start-skip
1987         when deciding whether to check for comments.
1989         * tooltip.el (tooltip-mode): Doc fix.
1991         * term.el (term-escape-char, term-mode): Doc fixes.
1993 2004-11-24  Dave Love  <fx@gnu.org>
1995         * progmodes/python.el (python-font-lock-syntactic-keywords):
1996         Check for escapes in the regexp.
1997         (python-quote-syntax): Don't do it here.
1999 2004-11-24  Nick Roberts  <nickrob@snap.net.nz>
2001         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
2002         (gdb-frames-mode-map, gdb-threads-mode-map)
2003         (gdb-registers-mode-map, gdb-locals-mode-map)
2004         (gdb-assembler-mode-map): Bind "q" to kill-this-buffer.
2005         (gdb-set-window-buffer): Rename from dedicated-switch-to-buffer.
2007         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>:
2008         (dedicated-switch-to-buffer): Rework.
2009         (gdb-var-evaluate-expression-handler, gdb-put-string):
2010         Remove unused variable bindings.
2011         (gdb-setup-windows, gdb-display-buffer):
2012         Simplify. Use pop-to-buffer.
2013         (gdb-view-source-function): Simplify.
2014         (gdb-frame-breakpoints-buffer):
2015         Use pop-to-buffer, special-display-regexps.
2017 2004-11-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
2019         * progmodes/f90.el (f90-smart-end)
2020         (f90-previous-statement, f90-beginning-of-block): Doc fix.
2021         (f90-calculate-indent): Handle un-named PROGRAM blocks.
2022         (f90-end-of-block): Doc fix.  Make check of outermost block
2023         conditional on value of `f90-smart-end'.
2024         (f90-block-match): Hack to deal with un-named PROGRAM blocks.
2025         Handle case where END-BLOCK is nil.
2026         (f90-match-end): Handle un-named PROGRAM blocks.
2027         (f90-backslash-not-special): New function.
2029 2004-11-24  Jay Belanger  <belanger@truman.edu>
2031         * calc/calc.el (calc-embedded-active): Removed unnecessary
2032         declaration.
2033         (calc-show-banner): Removed redundant declaration.
2035         * calc/calc-graph.el (calc-gnuplot-default-device)
2036         (calc-gnuplot-default-output, calc-gnuplot-print-device)
2037         (calc-gnuplot-print-output, calc-gnuplot-geometry)
2038         (calc-graph-default-resolution, calc-graph-default-resolution-3d):
2039         Remove redundant initial values.
2041         * calc/calc-arith.el (math-scalar-functions)
2042         (math-nonscalar-functions, math-scalar-if-args-functions)
2043         (math-real-functions, math-positive-functions)
2044         (math-nonnegative-functions, math-real-scalar-functions)
2045         (math-real-if-arg-functions, math-integer-functions)
2046         (math-num-integer-functions, math-rounding-functions)
2047         (math-float-rounding-functions, math-integer-if-args-functions)
2048         (math-super-types): Move declarations to earlier in file.
2049         (math-unit-prefixes): Declared it.
2050         (math-floor-prec, math-trunc-prec): New variables.
2051         (math-trunc-fancy): Replace variable prec by declared variable.
2052         (math-floor-fancy): Replace variable prec by declared variable.
2053         (math-com-bterms): New variable.
2054         (math-commutative-equal, math-commutative-collect):
2055         Replace variable bterms by declared variable.
2057         * calc/calc-misc.el (math-trunc): Replace variable prec by
2058         math-trunc-prec.
2059         (math-floor): Replace variable prec by math-floor-prec.
2061         * calc/calc-forms.el (math-fd-date, math-fd-dt, math-fd-year)
2062         (math-fd-month, math-fd-day, math-fd-weekday, math-fd-hour)
2063         (math-fd-minute, math-fd-second, math-fd-bc-flag): New variables.
2064         (math-format-date, math-format-date-part): Replace variables
2065         date, dt, year, month, day, weekday, hour, minute, second and
2066         bc-flag by declared variables.
2067         (math-pd-str): New variable.
2068         (math-parse-date, math-parse-date-word, math-parse-standard-date):
2069         Replace variable str by declared variable.
2070         (math-daylight-savings-hook, math-tzone-names): Move definitions
2071         to earlier in the file.
2072         (var-TimeZone, math-exp-str, math-exp-pos): Declare them.
2073         (math-sh-year): New variable.
2074         (math-setup-add-holidays, math-setup-holidays)
2075         (math-setup-year-holidays): Replace variable `year' by declared
2076         variable.
2078         * calc/calc-math.el (math-nrf-n, math-nrf-nf, math-nrf-nfm1):
2079         New variables.
2080         (math-nth-root-float, math-nth-root-float-iter): Replace variables
2081         n, nf and nfm1 by declared variables.
2082         (math-nri-n): New variable.
2083         (math-nth-root-integer, math-nth-root-int-iter): Replace variable
2084         n by declared variable.
2085         (calcFunc-log): Removed misplaced condition.
2087 2004-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2089         * generic.el (generic-mode-set-comments): Accept an empty comment-end.
2091 2004-11-24  Nick Roberts  <nickrob@snap.net.nz>
2093         * progmodes/gdb-ui.el (dedicated-switch-to-buffer): New function.
2094         (gdb-ann3, gdb-setup-windows, gdb-restore-windows):
2095         Dedicate gdb-related windows.
2096         (gdb-display-buffer): Dedicate gdb-related windows. Don't grab
2097         other frames.
2098         (gdb-reset): Remove dedicated property after debugging.
2100 2004-11-24  Jay Belanger <belanger@truman.edu>
2102         * calc/calc-sel.el: Add comment.
2104         * calc/calc.el (math-stack-value-offset): Replace variables c,
2105         wid and off with math-svo-c, math-svo-wid and math-svo-off.
2107         * calc/calccomp.el (math-comp-sel-tag): Declare it.
2108         (math-svo-c, math-svo-wid, math-svo-off): New variables.
2109         (math-stack-value-offset-fancy): Replace variables c, wid and off
2110         by declared variables.
2111         (math-comp-just, math-comp-comma-spc): New variables.
2112         (math-compose-expr, math-compose-matrix): Replace variables `just'
2113         and comma-spc by declared variable.
2114         (math-comp-vector-prec): New variable.
2115         (math-compose-expr, math-compose-matrix, math-compose-rows):
2116         Replace variable vector-prec by declared variable.
2117         (math-comp-left-bracket, math-comp-right-bracket)
2118         (math-comp-comma): New variables.
2119         (math-compose-expr, math-compose-rows): Replace variables
2120         left-bracket, right-bracket and comma by declared variables.
2121         (math-comp-full-width): New variable.
2122         (math-comp-to-string-flat, math-comp-to-string-flat-term):
2123         Replace variable full-width by declared variable.
2124         (math-comp-highlight, math-comp-word, math-comp-level)
2125         (math-comp-margin, math-comp-pos, math-comp-buf, math-comp-base)
2126         (math-comp-hgt, math-comp-tag, math-comp-hpos, math-comp-vpos):
2127         New variables.
2128         (math-comp-to-string-flat, math-comp-to-string-flat-term)
2129         (math-comp-sel-flat-term): Replace variables comp-highlight,
2130         comp-word, comp-level, comp-margin, comp-pos and comp-buf by
2131         declared variables.
2132         (math-comp-simplify, math-comp-simplify-term)
2133         (math-comp-add-string, math-comp-add-string-sel):
2134         Replace variables comp-highlight, comp-buf, comp-base,
2135         comp-height, comp-tag, comp-hpos and comp-vpos by declared variables.
2137 2004-11-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2139         * cus-start.el (all): Add x-use-old-gtk-file-dialog.
2141         * mail/emacsbug.el (report-emacs-bug): Catch error that x-server-vendor
2142         and x-server-version may throw.
2144 2004-11-23  Kim F. Storm  <storm@cua.dk>
2146         * subr.el (substitute-key-definition-key): Optimize.
2147         Don't call indirect-function for nil defn (always signals error).
2149         * ido.el (ido-read-internal): Fix require-match check when
2150         ido-directory-too-big is set.
2152 2004-11-23  Jay Belanger  <belanger@truman.edu>
2154         * calc/calc-ext.el (math-read-replacement-list)
2155         (math-read-superscripts): New variables.
2156         (math-read-preprocess-string): New function.
2157         (math-read-expr): Filter input through math-read-preprocess-string.
2159         * calc/calc-aent.el (math-read-exprs): Filter input through
2160         math-read-preprocess-string.
2162 2004-11-23  Daniel Pfeiffer  <occitan@esperanto.org>
2164         * progmodes/compile.el (compilation-start): In cd command use
2165         substitute-env-vars -- not quite shell compatible but better than
2166         nothing.
2167         (compilation-error-regexp-alist-alist): Simplify ftnchek to only
2168         handle the newer versions messages, which are more parseable.
2170 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2172         * reveal.el (reveal-mode-map): New var.
2173         (reveal-mode): Use it.
2175 2004-11-23  Nick Roberts  <nickrob@snap.net.nz>
2177         * progmodes/gdb-ui.el (gdb-flush-pending-output): New variable.
2178         (gdb-send-item, gdb-resync, gud-gdba-marker-filter): Use it.
2180 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2182         * buff-menu.el (list-buffers-noselect): Re-add the leading space in the
2183         header-line when needed.
2184         Use fixed-pitch only in the header-line.
2185         Build the underline automatically.  Use emdash if available.
2187 2004-11-22  Richard M. Stallman  <rms@gnu.org>
2189         * dired.el (dired-recursive-copies): Move from dired-aux.el.
2190         * dired-aux.el (dired-recursive-copies): Move to dired.el.
2192 2004-11-22  Nick Roberts  <nickrob@snap.net.nz>
2194         * progmodes/gdb-ui.el (gdb-resync): New function.
2195         (gdb-pre-prompt, gdb-prompt, gdb-starting, gdb-stopping)
2196         (gdb-frame-begin, gdb-stopped, gdb-post-prompt):
2197         Use it to fail more gracefully.
2198         (gdb-variables): Delete variable.
2199         Re-order variables to reduce byte-compiler warnings.
2201 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2203         * descr-text.el (describe-char):
2204         * paren.el (show-paren-function):
2205         * subr.el (syntax-after): Undo last change.
2207         * progmodes/python.el (run-python): Don't hard code *Python*.
2208         Don't modify global process-environment.
2209         (python-send-region, python-load-file): Don't assume that
2210         python-buffer == (process-buffer (python-proc)).
2211         (python-switch-to-python): Simplify.
2213         * dired.el (dired-align-file): Don't assume line starts with spaces.
2215 2004-11-21  Jay Belanger  <belanger@truman.edu>
2217         * calc/calc-ext.el (math-read-big-expr, math-read-big-bigp):
2218         Replace variable `lines' by math-read-big-lines.
2219         (math-read-big-expr): Replace variables the-baseline, the-h2
2220         and err-msg by math-read-big-baseline, math-read-big-h2 and
2221         math-read-err-msg.
2222         (math-read-big-bigp): Replace variable h2 with math-rb-h2.
2224         * calc/calc-lang.el (math-read-big-rec): Fix typo.
2225         (math-read-big-balance): Replace unbound variable by value.
2226         (math-read-big-lines): New variable.
2227         (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
2228         (math-read-big-error, math-read-big-balance): Replace variable
2229         `lines' by declared variable.
2230         (math-read-big-baseline, math-read-big-h2): New variables.
2231         (math-read-big-rec): Replace variables the-baseline and the-h2
2232         by declared variables.
2233         (math-rb-h1, math-rb-h2, math-rb-v1, math-rb-v2): New variables.
2234         (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
2235         (math-read-big-balance): Replace variables h1, h2, v1 and v2 by
2236         declared variables.
2237         (math-read-big-err-msg): New variable.
2238         (math-read-big-error): Replace variable err-msg by declared variable.
2240 2004-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2242         * ses.el: Add coding cookie.
2243         Fix up docstrings, follow new commenting conventions.
2244         (ses-header-line-menu): Fix missing variable rename for header-row.
2245         (ses-cell-size): Remove.
2246         (ses-make-cell): New function.
2247         (ses-cell, ses-insert-row, ses-insert-column): Use it.
2248         (ses-calculate-cell): Remove unused var `symbol'.
2249         (ses-narrowed-p): New function.
2250         (ses-goto-data, undo-more, ses-reconstruct-all): Use it.
2251         (ses-initial-file-trailer): Change ;;; to ;; for local vars.
2252         (ses-load, ses-reconstruct-all): Adjust string search accordingly.
2253         (ses-setup): Use restore-buffer-modified-p.
2254         (ses-cleanup): Remove unused var `end'.
2255         (ses-header-string-left-offset): Remove.
2256         (ses-create-header-string): Adjust to new behavior of `align-to'.
2257         Truncate excessively large fields to preserve alignment.
2258         (ses-reconstruct-all): Remove unused var `refs'.
2259         (ses-read-cell-printer): Remove unused var `prompt'.
2260         (ses-delete-row): Remove unused var `pos'.
2261         (ses-delete-column): Remove unused var `new'.
2263 2004-11-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2265         * ps-print.el: Insert :version tag into all defgroup and defcustom.
2266         Use (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
2267         Eliminate eval-and-compile usage.
2268         (ps-insert-file): Use insert-file-contents instead of insert-file.
2269         (ps-setup): Code fix.
2271         * printing.el (pr-setup, lpr-setup): Code fix.
2273 2004-11-21  Jay Belanger  <belanger@truman.edu>
2275         * calc/calc-prog.el (math-integral-cache-state, calc-lang)
2276         (calc-original-buffer): Declare them.
2277         (calc-user-formula-alist): New variable.
2278         (calc-user-define-formula, calc-fix-user-formula)
2279         (calc-user-define-composition, calc-finish-formula-edit):
2280         Replace variable `alist' by declared variable.
2281         (var-q0, var-q1, var-q2, var-q3, var-q4, var-q5, var-q6)
2282         (var-q7, var-q7, var-q8, var-q9): Declare them.
2283         (calc-kbd-push): Don't check to see if var-q0 through var-q9
2284         are bound.
2285         (calcFunc-typeof): Replace undeclared variable by expression.
2286         (math-exp-env): New variable.
2287         (math-define-body, math-define-exp): Replace exp-env by declared var.
2288         (math-define-exp): Replace misplaced variable by expression.
2290         * calc/calcalg3.el (calc-curve-nvars, calc-curve-varnames)
2291         (calc-curve-model, calc-curve-coefnames): New variables.
2292         (calc-curve-fit, calc-get-fit-variables): Replace variables nvars,
2293         varnames, model and coefnames by declared variables.
2294         (math-root-widen): New variable.
2295         (math-search-root, math-find-root): Replace variable root-widen by
2296         declared variable.
2297         (var-DUMMY): Declare it.
2298         (math-root-vars, math-min-vars): Move the declarations to earlier in
2299         the file.
2300         (math-brent-min): Make d a local variable.
2301         (math-find-minimum): Replace non-existent variable.
2302         (math-ninteg-romberg): Remove unnecessary variable.
2303         (math-ninteg-temp): New variable.
2304         (math-ninteg-romberg, math-ninteg-midpoint): Replace variable
2305         integ-temp by declared variable.
2306         (math-fit-first-var, math-fit-first-coef, math-fit-new-coefs):
2307         New variables.
2308         (math-general-fit): Replace variables first-var, first-coef and
2309         new-coefs by declared variables.
2310         (calcFunc-fitvar): Replace variable first-var by declared variable.
2311         (calcFunc-fitparam): Replace variable first-coef by declared variable.
2312         (calcFunc-fitdummy): Replace variable new-coefs by declared variable.
2313         (math-all-vars-vars, math-all-vars-found): New variables.
2314         (math-all-vars-in, math-all-vars-rec): Replace variables vars and
2315         found by declared variable math-all-vars-vars.
2317 2004-11-20  Luc Teirlinck  <teirllm@auburn.edu>
2319         * emacs-lisp/cust-print.el (custom-printers): Use `defvar' instead
2320         of `defconst'.
2322 2004-11-20  Richard M. Stallman  <rms@gnu.org>
2324         * isearch.el (isearch-mode-map): Don't bind SPC.
2325         (isearch-whitespace-chars): Function deleted.
2326         (isearch-search): Bind search-spaces-regexp.
2327         (isearch-lazy-highlight-search): Likewise.
2328         (search-whitespace-regexp): Doc fix.
2329         (isearch-forward-regexp): Doc fix.
2331         * emacs-lisp/bytecomp.el (byte-compile-form):
2332         Move the calls to byte-compile-set-symbol-position,
2333         to avoid having two for the same symbol occurrence.
2335         * comint.el (comint-input-ring-size): Increase to 150.
2337         * hexl.el (hexl-mode-old-hl-line-mode, hexl-mode-old-ruler-mode):
2338         New variables.
2339         (hexl-mode): Set those variables, record ruler-mode and hl-line-mode.
2340         (hexl-mode-exit): Restore status of ruler-mode and hl-line-mode.
2342         * imenu.el (imenu--generic-function):
2343         Ensure we keep moving backward even if BEG isn't further back.
2345         * replace.el (query-replace-read-to, query-replace-read-from):
2346         Specify t for KEEP-ALL in read-from-minibuffer.
2348         * progmodes/python.el (python-switch-to-python):
2349         If Python isn't running, start it.
2350         Don't alter debug-ignored-errors.
2352         * progmodes/cperl-mode.el (cperl-indent-region):
2353         Don't mind imenu-scanning-message.
2355         * bindings.el (global-map): Bind C-e to move-end-of-line.
2357         * simple.el (line-move-finish): New arg FORWARD.
2358         Ignore invisible newlines, not intangible ones.
2359         Conditions for acceptable stopping positions depend on FORWARD.
2360         (line-move): Pass FORWARD arg to line-move-finish.
2362         * buff-menu.el (list-buffers-noselect): Eliminate space at the start
2363         of HEADER.  Compensate for this change in the code to add display
2364         properties.  Don't make the first line intangible.
2366         * info.el (Info-search): Fix previous change.
2368 2004-11-20  Thien-Thi Nguyen  <ttn@gnu.org>
2370         * Makefile.in (recompile): Revert 2004-11-19 change.
2371         (compile): Likewise.
2373 2004-11-19  Luc Teirlinck  <teirllm@auburn.edu>
2375         * Makefile.in (compile): Set `max-specpdl-size' before compiling.
2377 2004-11-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2379         * progmodes/ebnf2ps.el: Fix typos.  Insert :version tag into all
2380         defgroup and defcustom.  Eliminate eval-and-compile usage.
2382         * progmodes/ebnf-otz.el: Fix typos.
2384 2004-11-19  Jay Belanger  <belanger@truman.edu>
2386         * calc/calc-yank.el (calc-edit-disp-trail): New variable.
2387         (calc-edit-finish, calc-finish-stack-edit): Replace variable
2388         disp-trail by declared variable.
2390         * calc/calc-sel.el (calc-edit-disp-trail): Declare it.
2391         (calc-finish-selection-edit):  Replace variable disp-trail by
2392         declared variable.
2393         (calc-selection-cache-entry): Move declaration to earlier in the file.
2394         (calc-selection-cache-num, calc-selection-cache-comp)
2395         (calc-selection-cache-offset, calc-selection-true-num)
2396         (calc-final-point-line, calc-final-point-column)
2397         (calc-original-buffer): Declare them.
2398         (calc-fnp-op, calc-fnp-num): New variables.
2399         (calc-find-nth-part, calc-find-nth-part-rec)
2400         (calc-select-previous): Replace op and num by declared variables.
2401         (calc-rsf-old, calc-rsf-new): New variables.
2402         (calc-replace-sub-formula, calc-replace-sub-formula-rec):
2403         Replace variables old and new by declared variables.
2404         (calc-sel-reselect): New variable.
2405         (calc-auto-selection, calc-enter-selection, calc-edit-selection)
2406         (calc-sel-evaluate, calc-sel-expand-formula, calc-sel-expand-formula)
2407         (calc-sel-mult-both-sides, calc-sel-add-both-sides):  Replace variable
2408         reselect with declared variable.
2410         * calc/calc-rewr.el (math-regs, math-num-regs, math-prog-last)
2411         (math-bound-vars, math-conds, math-copy-neg, math-rhs)
2412         (math-pattern, math-remembering, math-aliased-vars, math-mt-many)
2413         (math-import-list, math-rewrite-phase): Declare them.
2414         (math-rewrite):  Use let* to declare variables.
2415         (calc-rewrite-selection): Make rules a local variable.
2416         (calc-rewr-sel): New variable.
2417         (calc-rewrite-selection, calc-locate-selection-marker)
2418         (calc-rewrite): Use the declared variable calc-rewr-sel instead
2419         of sel.
2420         (math-rewrite-whole-expr): New variable.
2421         (math-rewrite, math-rewrite-phase): Replace variable expr by
2422         declared variable.
2423         (math-rewrite-heads-heads, math-rewrite-heads-skips)
2424         (math-rewrite-heads-blanks ): New variables.
2425         (math-rewrite-heads, math-rewrite-heads-rec): Replace variables
2426         heads, skips and blanks by declared variables.
2427         (math-rwcomp-subst-old, math-rwcomp-subst-new)
2428         (math-rwcomp-subst-old-func, math-rwcomp-subst-new-func):
2429         New variables.
2430         (math-rwcomp-substitute, math-rwcomp-subst-rec): Replace variables
2431         old, new, old-func and new-func by declared variables.
2432         (math-rwcomp-assoc-args, math-rwcomp-addsub-args):
2433         Remove unnecessary variable.
2434         (math-apply-rw-regs): New variable.
2435         (math-apply-rewrites, math-rwapply-replace-regs)
2436         (math-rwapply-reg-looks-negp): Replace variable regs by declared var.
2437         (math-apply-rw-ruleset): New variable.
2438         (math-apply-rewrites, math-rwapply-remember): Replace variable
2439         ruleset by declared variable.
2441 2004-11-19  Richard M. Stallman  <rms@gnu.org>
2443         * info.el (Info-search): Use search-whitespace-regexp.
2445 2004-11-19  Thien-Thi Nguyen  <ttn@gnu.org>
2447         * vc-rcs.el (vc-rcs-parse): New function.
2448         (vc-rcs-annotate-command): Likewise.
2449         (vc-rcs-annotate-current-time): Likewise.
2450         (vc-rcs-annotate-time): Likewise.
2451         (vc-rcs-annotate-extract-revision-at-line): Likewise.
2453 2004-11-19  Thien-Thi Nguyen  <ttn@gnu.org>
2455         * Makefile.in (recompile): Set `max-specpdl-size' before compiling.
2457 2004-11-18  Jay Belanger  <belanger@truman.edu>
2459         * calc/calc-alg.el (math-simplify-divisor): Remove unnecessary vars.
2461 2004-11-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2463         * printing.el: Eliminate use of interactive-p and eval-and-compile.
2464         Use of (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
2465         Use make-temp-file to generate PostScript files in any situation.
2466         (pr-ps-temp-file): Now specify a prefix to generate temporary files.
2467         (pr-interactive-p): Eliminate var.
2468         (pr-save-interactive): Eliminate macro.
2469         (pr-interface, pr-ps-directory-preview)
2470         (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
2471         (pr-ps-directory-ps-print, pr-ps-buffer-preview)
2472         (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
2473         (pr-ps-buffer-ps-print, pr-ps-region-preview)
2474         (pr-ps-region-using-ghostscript, pr-ps-region-print)
2475         (pr-ps-region-ps-print, pr-ps-mode-preview)
2476         (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
2477         (pr-printify-directory, pr-txt-directory, pr-despool-preview)
2478         (pr-despool-using-ghostscript, pr-despool-print, pr-despool-ps-print)
2479         (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
2480         (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
2481         (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
2482         (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
2483         (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
2484         (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
2485         (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
2486         (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
2487         (pr-update-menus, pr-interface-ps-prin, pr-interface-preview):
2488         Eliminate pr-save-interactive usage.
2489         (pr-menu-lock, pr-ps-utility-args, pr-set-outfilename):
2490         Eliminate pr-interactive-p usage.
2491         (pr-toggle-file-duplex-menu, pr-toggle-file-tumble-menu)
2492         (pr-toggle-file-landscape-menu, pr-toggle-ghostscript-menu)
2493         (pr-toggle-faces-menu, pr-toggle-spool-menu, pr-toggle-duplex-menu)
2494         (pr-toggle-tumble-menu, pr-toggle-landscape-menu)
2495         (pr-toggle-upside-down-menu, pr-toggle-line-menu, pr-toggle-zebra-menu)
2496         (pr-toggle-header-menu, pr-toggle-header-frame-menu)
2497         (pr-toggle-lock-menu, pr-toggle-region-menu, pr-toggle-mode-menu):
2498         New funs.
2499         (pr-ps-file): Use make-temp-file to generate a temporary file.
2501 2004-11-17  Jay Belanger  <belanger@truman.edu>
2503         * calc/calc-alg.el (calc-poly-div): Make calc-poly-div-remainder
2504         a local variable.
2505         (math-eval-rules-cache, math-eval-rules-cache-other): Declare them.
2506         (math-top-only): New variable.
2507         (math-simplify, math-simplify-step): Replace variable top-only by
2508         declared variable math-top-only.
2509         (math-simplify-expr): Declare it.
2510         Replace argument expr in all calls of math-defsimplify by
2511         math-simplify-expr.
2512         (math-simplify-plus, math-simplify-times, math-simplify-divide)
2513         (math-simplify-divisor, math-simplify-one-divisor)
2514         (math-simplify-mod, math-simplify-ineq, math-simplify-sqrt)
2515         (math-simplify-pow): Replace variable expr by declared variable
2516         math-simplify-expr.
2517         (math-simplify-divisor): Remove local variables temp and op.
2518         (math-simplify-one-divisor): Make temp and op local variables.
2519         (math-simplify-divisor-nover, math-simplify-divisor-dover):
2520         New variables.
2521         (math-simplify-divisor, math-simplify-one-divisor):
2522         Replace variables nover and dover by declared variables.
2523         (math-expr-subst-new, math-expr-subst-old): New variables.
2524         (math-expr-subst, math-expr-subst-rec): Replace variables new
2525         and old by declared variables.
2526         (math-is-poly-degree, math-is-poly-loose): New variables.
2527         (math-is-polynomial, math-is-poly-rec): Replace variables degree
2528         and loose by declared variables.
2529         (math-poly-base-const-ok, math-poly-base-pred): New variables.
2530         (math-polynomial-base, math-polynomial-base-rec):
2531         Replace variables const-ok and mpb-pred by declared variables.
2533         * calc/calc-poly.el (calc-poly-div-remainder): Declare it.
2535         * calc/calc-ext.el (math-defsimplify): Change the argument in
2536         the created function to math-simplify-expr.
2538         * calc/calc-units.el (math-simplify-expr): Declare it.
2539         Replace argument expr in all calls of math-defsimplify by
2540         math-simplify-expr.
2541         (math-simplify-units-prod): Replace variable expr by declared
2542         variable math-simplify-expr.
2544 2004-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2546         * buff-menu.el (list-buffers-noselect): Massage to fit in 80 columns.
2547         Replace mapcar->dolist, format->string.
2549 2004-11-17  Miles Bader  <miles@gnu.org>
2551         * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el
2552         * progmodes/idlwave.el: Remove RCS keywords.
2554 2004-11-17  J.D. Smith  <jdsmith@as.arizona.edu>
2556         * progmodes/idlwave.el, progmodes/idlw-toolbar.el
2557         * progmodes/idlw-shell.el, progmodes/idlw-rinfo.el:
2558         Update to IDLWAVE version 5.5.  Too many changes to list them here.
2559         * progmodes/idlw-help.el: New file.
2561 2004-11-16  Richard M. Stallman  <rms@gnu.org>
2563         * international/iso-cvt.el (iso-tex2iso-trans-tab):
2564         Discard spaces after \i according to TeX rules.
2566         * international/mule.el (set-buffer-file-coding-system):
2567         New arg NOMODIFY.
2568         (after-insert-file-set-coding): Pass that new arg.
2569         Prevent set-buffer-multibyte from trying to lock the file.
2571         * buff-menu.el (list-buffers-noselect): New arg BUFFER-LIST.
2573         * saveplace.el (save-place): Doc fix.
2575         * dabbrev.el (dabbrev-expand): When handling SPC M-/,
2576         temporarily widen before finding the following word to copy.
2578         * emacs-lisp/lucid.el (map-keymap): Definition deleted.
2579         (cl-map-keymap): Definition deleted.
2581         * subr.el (map-keymap-internal): New function.
2583 2004-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2585         * textmodes/flyspell.el (flyspell-mouse-map): Pop the menu
2586         when pressing rather than when releasing mouse-2.  Simplify.
2588 2004-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2590         * progmodes/compile.el (compilation-setup): Don't set buffer-read-only.
2591         (compilation-mode): Set it here instead.
2593         * emacs-lisp/cl-compat.el (pair-with-newsyms): Use make-symbol.
2595         * emacs-lisp/cl-macs.el: Use make-symbol rather than gensym.
2596         (loop, cl-parse-loop-clause, defsetf): Use backquote.
2598 2004-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2600         * progmodes/compile.el (compilation-internal-error-properties):
2601         Fix up a transposition-typo.  Check end-col before using it.
2603 2004-11-14  Frederic Han  <han@math.jussieu.fr>  (tiny change)
2605         * international/iso-cvt.el (iso-tex2iso-trans-tab):
2606         Discard whitespace after macro \i when converting it.
2608 2004-11-16  Juri Linkov  <juri@jurta.org>
2610         * emacs-lisp/find-func.el (find-function-regexp):
2611         Optimize `define-minor-mode'.  Add `defun-cvs-mode'.
2612         Add `deffoo'.  Add `f' to [^cgv] to exclude `defface'.
2613         Remove invalid `\W' from [^cgv\W].  Doc fix.
2614         (find-function-search-for-symbol): Replace "\\>" with "\\_>".
2616 2004-11-15  Luc Teirlinck  <teirllm@auburn.edu>
2618         * play/life.el: Maintainer is now FSF.
2619         (life-patterns, life-neighbor-deltas, life-window-start)
2620         (life-current-generation, life-generation-string): Use defvar
2621         instead of defconst.
2623 2004-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2625         * progmodes/compile.el (compilation-move-to-column): New fun.
2626         (compilation-internal-error-properties)
2627         (compilation-next-error-function): Use it to make sure we don't go past
2628         the end of line.
2630 2004-11-15  John Paul Wallington  <jpw@gnu.org>
2632         * autoinsert.el (auto-insert-alist): Insert the user's name in
2633         copyright notice, rather than Free Software Foundation, for the
2634         Emacs Lisp header case too.
2636 2004-11-15  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2638         * printing.el (pr-ps-file-print, pr-toggle-duplex): Fix typos.
2639         Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
2640         (pr-switches-string): If SWITCHES is nil, return nil.  Otherwise,
2641         return the list of string in a string.
2642         (pr-call-process): Message if calling process returns an error, that
2643         is, the exit status is different of zero.
2645 2004-11-15  Jay Belanger  <belanger@truman.edu>
2647         * calc/calcalg2.el (math-integrate-by-parts):  Remove unused
2648         variable var-thing.
2649         (math-integ-depth, math-integ-level, math-integral-limit)
2650         (math-enable-subst, math-any-substs, math-integ-msg)
2651         (math-prev-parts-v, math-good-parts, math-max-integral-limit)
2652         (math-int-threshold, math-int-factors, math-double-roots)
2653         (math-solve-simplifying, var-IntegLimit, math-solve-sign)
2654         (var-GenCount):  Declare these variables.
2655         (calcFunc-integ):  Don't check if var-IntegLimit is bound.
2656         (math-integral-cache, math-integral-cache-state):
2657         Move declarations to earlier in the file.
2658         (math-deriv-var, math-deriv-total, math-deriv-symb)
2659         (math-cur-record, math-has-rules, math-t1, math-t2, math-t3)
2660         (math-so-far, math-integ-expr, math-expr-parts, calc-low)
2661         (calc-high, math-solve-var, math-solve-full, math-solve-vars)
2662         (math-try-solve-sign, math-solve-b, math-solve-system-vv)
2663         (math-solve-res):  New variables
2664         (math-derivative, calcFunc-deriv, calcFunc-tderiv)
2665         (math-integral, math-replace-integral-parts)
2666         (math-integrate-by-parts, calc-dump-integral-cache)
2667         (math-try-integral, math-do-integral, math-do-integral)
2668         (math-do-integral-methods, math-try-solve-for)
2669         (math-try-solve-prod, math-solve-poly-funny-powers)
2670         (math-solve-crunch-poly, math-decompose-poly)
2671         (math-solve-find-root-term, math-find-root-in-prod)
2672         (math-integ-try-linear-substitutions)
2673         (math-integ-try-substitutions, math-expr-rational-in)
2674         (math-expr-rational-in-rec, calcFunc-table, math-scan-for-limits)
2675         (math-solve-prod, math-solve-quartic, math-poly-all-roots)
2676         (math-solve-for, math-solve-system, math-solve-system-rec)
2677         (math-solve-get-sign, math-solve-get-int)
2678         (math-solve-system-subst): Replace undeclared variables with newly
2679         declared variables.
2681 2004-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2683         * winner.el (winner-active-region, winner-edges, winner-window-list):
2684         Define at toplevel.
2685         (winner-mode-map): Move init inside declaration.
2687 2004-11-14  Luc Teirlinck  <teirllm@auburn.edu>
2689         * files.el (convert-standard-filename): Doc fix.
2691 2004-11-14  Daniel Pfeiffer  <occitan@esperanto.org>
2693         * files.el (auto-mode-alist): Handle .gtkrc, and under /etc
2694         passwd, group, shadow, default/* and pam.d/*.
2696 2004-11-14  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2698         * printing.el (pr-menu-spec): Adjust menu specification.
2700 2004-11-13  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2702         * printing.el: Doc fix.  Insert :version tag into all defcustom.
2703         Handle interactive-p as is recommended in Emacs Lisp Reference.
2704         Set the file permission bits for newly created files.
2705         Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
2706         The printing menu specification (in `pr-menu-spec') was merged.
2707         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
2708         (pr-version): New version number (6.8.3).
2709         (pr-file-modes): New option.
2710         (pr-interactive-p): New var.
2711         (pr-save-interactive, pr-save-file-modes): New macros.
2712         (pr-setup): Code fix.
2713         (pr-menu-spec): Menu specification merged.
2714         (pr-call-process, pr-text2ps): Set file permission bits.
2715         (pr-despool-print): Set file permission bits.  Handle interactive-p as
2716         is recommended.
2717         (pr-interface, pr-ps-directory-preview)
2718         (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
2719         (pr-ps-directory-ps-print, pr-ps-buffer-preview)
2720         (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
2721         (pr-ps-buffer-ps-print, pr-ps-region-preview)
2722         (pr-ps-region-using-ghostscript, pr-ps-region-print)
2723         (pr-ps-region-ps-print, pr-ps-mode-preview)
2724         (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
2725         (pr-printify-directory, pr-txt-directory, pr-despool-preview)
2726         (pr-despool-using-ghostscript, pr-despool-ps-print)
2727         (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
2728         (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
2729         (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
2730         (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
2731         (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
2732         (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
2733         (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
2734         (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
2735         (pr-menu-lock, pr-update-menus, pr-ps-utility-args)
2736         (pr-set-outfilename, pr-interface-ps-print, pr-interface-preview):
2737         Handle interactive-p as is recommended.
2739 2004-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2741         * emacs-lisp/byte-opt.el (byte-optimize-inline-handler): Simplify.
2742         (byte-decompile-bytecode-1): Remove unused vars `tag' and `retcount'.
2744         * font-lock.el (font-lock-fontify-syntactically-region): Fix last fix
2745         so it doesn't forget to highlight the beginning of the region either.
2747 2004-11-13  Daniel Pfeiffer  <occitan@esperanto.org>
2749         * progmodes/cc-mode.el (c-basic-common-initc-font-lock-init)
2750         (c-font-lock-init): Eliminate obsolete make-local-hook.
2751         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
2752         (awk-mode): Use run-mode-hooks.
2754         * progmodes/cperl-mode.el (cperl-mode): Use run-mode-hooks.
2756 2004-11-13  Kim F. Storm  <storm@cua.dk>
2758         * mouse.el (mouse-drag-copy-region): Add :version.
2759         (mouse-drag-mode-line-1): Let bind mouse-autoselect-window to nil
2760         while dragging mode line, so mode line can be dragged downwards.
2761         (mouse-drag-region-1): Let bind make-cursor-line-fully-visible
2762         while pressing mouse button so window doesn't scroll until we
2763         release the mouse if clicking on partially visible line.
2765 2004-11-12  Jay Belanger  <belanger@truman.edu>
2767         * calc/calc-graph.el (calc-dumb-map):  Declare it.
2768         (calc-graph-show-dumb):  Check if calc-dumb-map is non-nil rather
2769         than unbound.
2770         (calc-graph-name):  Made `end' a local variable.
2771         (calc-graph-lookup):  Made `varname' a local variable.
2772         (var-DUMMY, var-DUMMY2, var-PlotRejects, calc-gnuplot-trail-mark):
2773         Declare them.
2774         (calc-graph-format-data):  Don't check if var-PlotRejects is bound.
2775         (calc-graph-plot, calc-graph-compute-3d):  Remove references to
2776         the unused variable y3vec.
2777         (calc-graph-show-dumb):  Remove reference to unused variable found-pt.
2778         (calc-graph-kill-hook, calc-graph-plot):  Remove reference to
2779         calc-graph-prev-kill-hook.
2780         (calc-graph-yvalue, calc-graph-yvec, calc-graph-numsteps)
2781         (calc-graph-numsteps3, calc-graph-xvalue, calc-graph-xvec)
2782         (calc-graph-xname, calc-graph-yname, calc-graph-xstep)
2783         (calc-graph-ycache, calc-graph-ycacheptr, calc-graph-refine)
2784         (calc-graph-keep-file, calc-graph-xval, calc-graph-xlow)
2785         (calc-graph-xhigh, calc-graph-yval, calc-graph-yp, calc-graph-xp)
2786         (calc-graph-zp, calc-graph-yvector, calc-graph-resolution)
2787         (calc-graph-y3value, calc-graph-y3name)
2788         (calc-graph-y3step, calc-graph-y3step, calc-graph-zval)
2789         (calc-graph-stepcount, calc-graph-is-splot)
2790         (calc-graph-surprise-splot, calc-graph-blank)
2791         (calc-graph-non-blank, calc-graph-curve-num):  New variables.
2792         (calc-graph-plot, calc-graph-compute-2d, calc-graph-refine-2d)
2793         (calc-graph-recompute-2d, calc-graph-compute-3d)
2794         (calc-graph-format-data): Replace undeclared variables with the
2795         above newly declared variables.
2797 2004-11-12  Diane Murray  <dsm@muenster.de>  (tiny change)
2799         * mail/rmail.el (rmail-get-new-mail): Use the renamed variables
2800         `rsf-beep' and `rsf-sleep-after-message'.
2802         * mail/rmail-spam-filter.el (rmail-spam-filter): Only check white
2803         list if `message-sender' is non-nil.
2805 2004-11-12  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
2807         * desktop.el (desktop-create-buffer, desktop-save): Avoid some
2808         consing by using mapc instead of mapcar.
2810 2004-11-12  Nick Roberts  <nickrob@snap.net.nz>
2812         * tooltip.el (require): Explain why CL is needed.
2814 2004-11-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2816         * printing.el: Insert :version into defgroup (printing).  All reference
2817         to Files option in menubar were changed to File.
2818         (pr-version): New version number (6.8.2).
2819         (pr-get-symbol): Call easy-menu-intern.
2820         (pr-region-active-p): Now is a fun (it was defsubst).  To avoid
2821         compilation gripes.
2823 2004-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2825         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Understand the
2826         new byte-compile-function-environment binding to t.
2828         * font-lock.el (font-lock-fontify-syntactically-region):
2829         Don't forget to highlight the last char when we hit `end'.
2831         * mwheel.el (mouse-wheel-progressive-speed): Fix typo in name.
2832         (mwheel-scroll): Adjust accordingly.
2834         * cvs-status.el: Reduce spurious warnings.
2835         (cvs-status-checkout): Remove.
2836         (cvs-status-mode-map): Use cvs-mode-checkout instead.
2838         * pcvs.el (cvs-mode-checkout): New command.
2840         * international/iso-cvt.el (iso-cvt-define-menu): Fix typo.
2842         * tooltip.el: Require CL.
2844         * emacs-lisp/bytecomp.el: Use push.
2845         (byte-compile-file-form-defalias): Rename from byte-compile-defalias.
2846         (defalias): Remove the `byte-compile' property and add
2847         a `byte-hunk-handler'.
2849 2004-11-11  Juri Linkov  <juri@jurta.org>
2851         * info.el (Info-search): Save match data for isearch.
2852         Skip Tag Table node.
2854         * descr-text.el (describe-char): Replace syntax-after with code
2855         from its previous version.
2857         * files.el (magic-mode-alist): Use optimization for SGML mode too.
2858         (set-auto-mode): Doc fix.  Remove unused variable `xml'.
2860         * international/mule.el (sgml-html-meta-auto-coding-function):
2861         Remove > after <html to allow HTML attributes.
2863 2004-11-11  Jay Belanger  <belanger@truman.edu>
2865         * calc/calc-comb.el (math-prime-factors-finished):  Declare it as
2866         a variable.
2867         (calcFunc-dfac):  Replace unbound max by n.
2868         (math-stirling-local-cache):  New variable.
2869         (math-stirling-number, math-stirling-1, math-stirling-2):
2870         Replace the variable `cache' by the declared variable
2871         math-stirling-local-cache.
2872         (var-RandSeed):  Declare it as a variable.
2873         (math-init-random-base, math-random-digit):  Don't check to see if
2874         var-RandSeed is bound.
2875         (math-random-cache, math-gaussian-cache, calc-verbose-nextprime):
2876         Declare them instead of just setting them.
2877         (math-init-random-base):  Made i a local variable.
2878         (math-random-digit):  Made math-random-last a local variable.
2879         (math-prime-test-cache):  Move declaration to before it is used.
2880         (math-prime-test-cache-k, math-prime-test-cache-q)
2881         (math-prime-test-cache-nm1, math-prime-factors-finished):
2882         Declare them as variables.
2884 2004-11-11  Jay Belanger  <belanger@truman.edu>
2886         * calc/calc-ext.el (math-defcache):  Use defvar for the new
2887         variables it creates.
2889 2004-11-11  Lars Hansen  <larsh@math.ku.dk>
2891         * desktop.el (desktop-buffer-mode-handlers, desktop-after-read-hook)
2892         (desktop-clear-preserve-buffers-regexp, desktop-file-name-format)
2893         (desktop-globals-to-clear, desktop-no-desktop-file-hook, desktop-path)
2894         (desktop-save): Add :version.
2896 2004-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2898         * printing.el (pr-get-symbol): Don't downcase.
2900 2004-11-10  Jay Belanger  <belanger@truman.edu>
2902         * calc/calc-aent.el (calc-do-quick-calc):  Use kill-new to append
2903         string to kill-ring.
2905         * calc/calc-aent.el (calc-alg-exp, math-toks)
2906         (math-exp-pos,math-exp-old-pos, math-exp-token)
2907         (math-exp-keep-spaces, math-exp-str):  New variables.
2908         (calc-do-alg-entry, calcAlg-equals, calcAlg-edit)
2909         (calcAlg-enter):  Use declared variable calc-alg-exp.
2910         (math-build-parse-table, math-find-user-token):  Use declared
2911         variable math-toks.
2912         (math-read-exprs, math-read-token, calc-check-user-syntax)
2913         (calc-match-user-syntax, match-factor-after, math-read-factor):
2914         Use declared variables math-exp-pos math-exp-old-pos.
2915         (math-read-exprs, math-read-token, math-read-expr-level)
2916         (calc-check-user-syntax, calc-match-user-syntax)
2917         (match-factor-after, math-read-factor):  Use declared variable
2918         math-exp-token.
2919         (math-read-exprs, math-read-expr-list, math-read-token)
2920         (math-read-factor):  Use declared variable math-exp-keep-spaces.
2921         (math-read-exprs, math-read-token):  Use declared variable
2922         math-exp-str.
2923         (calc-match-user-syntax):  Make m a local variable.
2925         * calc/calc-ext.el (math-read-expr):  Use declared variables
2926         math-exp-pos, math-exp-old-pos, math-exp-str, math-exp-token,
2927         math-exp-keep-spaces.
2929         * calc/calc-forms.el (math-read-angle-bracket):  Use declared
2930         variables math-exp-pos, math-exp-str.
2932         * calc/calc-lang.el (math-parse-tex-sum):  Use declared variable
2933         math-exp-old-pos.
2934         (math-parse-fortran-vector, math-parse-fortran-vector-end)
2935         (math-parse-eqn-prime):  Use declared variable math-exp-token.
2937         * calc/calc-vec.el (math-read-brackets, math-check-for-commas):
2938         Use declared variable math-exp-pos.
2939         (math-check-for-commas):  Use declared variable math-exp-str.
2940         (math-read-brackets):  Use declared variables math-exp-old-pos,
2941         math-exp-keep-spaces.
2942         (math-read-brackets, math-read-vector, math-read-matrix):
2943         Use declared variable math-exp-token.
2945 2004-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2947         * emacs-lisp/easymenu.el (easy-menu-define-key): Understand the case
2948         where the keymap is a symbol.
2949         (easy-menu-add-item): Use keymap-prompt.  Simplify.
2951         * files.el (magic-mode-alist): Reduce backtracking in the HTML regexp.
2953         * textmodes/sgml-mode.el (sgml-tag-text-p): New fun.
2954         (sgml-parse-tag-backward): Use it to skip spurious < or >.
2956 2004-11-10  Thien-Thi Nguyen  <ttn@gnu.org>
2958         * ebuff-menu.el: Doc fixes throughout.
2959         (electric-buffer-menu-mode-hook): New defvar.
2961 2004-11-10  Nick Roberts  <nickrob@snap.net.nz>
2963         * tooltip.el: Don't require cl, comint, gud, gdb-ui for
2964         compilation. The resulting compiler warnings appear to be harmless.
2966 2004-11-10  Daniel Pfeiffer  <occitan@esperanto.org>
2968         * textmodes/conf-mode.el: New file.
2970         * files.el (auto-mode-alist, magic-mode-alist): Use it.
2972 2004-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2974         * international/iso-cvt.el (iso-cvt-define-menu): Clean up namespace.
2976 2004-11-09  Jay Belanger  <belanger@truman.edu>
2978         * calc/calc-ext.el (calc-init-extensions):  Remove old code.
2980         * calc/calc-ext.el (math-expr-data, math-mt-many, math-mt-func)
2981         (calc-z-prefix-buf, calc-z-prefix-msgs):  New variables.
2982         (calc-z-prefix-help, calc-user-function-list):  Use declared
2983         variables calc-z-prefix-buf, calc-z-prefix-msgs.
2984         (math-map-tree, math-map-tree-rec):  Use declared variables
2985         math-mt-many, math-mt-func.
2986         (math-read-expression, math-read-string):  Use declared variable
2987         math-expr-data.
2989         * calc/calc-ext.el (math-normalize-nonstandard):  Use declared
2990         variable math-normalize-a.
2992         * calc/calc.el (math-normalize-a):  New variable.
2993         (math-normalize):  Use declared variable math-normalize-a.
2995         * calc/calc-poly.el (math-expand-form):  Use declared variable
2996         math-mt-many.
2998         * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
2999         Use declared variable math-mt-many.
3000         (math-rewrite):  Use declared variable math-mt-func.
3002         * calc/calc-vec.el (math-read-brackets, math-read-vector)
3003         (math-read-matrix):  Use declared variable math-expr-data.
3005         * calc/calc-lang.el (math-parse-fortran-vector)
3006         (math-parse-fortran-vector-end, math-parse-tex-sum)
3007         (math-parse-eqn-matrix, math-parse-eqn-prime)
3008         (math-read-math-subscr):  Use declared variable math-expr-data.
3010         * calc/calc-aent.el (math-read-exprs, math-read-expr-list)
3011         (math-read-expr-level, math-read-token, calc-check-user-syntax)
3012         (calc-match-user-syntax, math-read-if, math-factor-after)
3013         (math-read-factor):  Use declared variable math-expr-data.
3015 2004-11-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
3017         * calendar/diary-lib.el (diary-from-outlook)
3018         (diary-from-outlook-gnus, diary-from-outlook-rmail): Do not use
3019         interactive-p; but rather new optional argument NOCONFIRM.
3021 2004-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3023         * emacs-lisp/easymenu.el (easy-menu-intern): Revert to no-downcasing.
3024         (easy-menu-name-match): Revert correspondingly.
3026 2004-11-09  Richard M. Stallman  <rms@gnu.org>
3028         * emacs-lisp/bytecomp.el (byte-compile-defalias):
3029         Turn off warnings for the new function even if definition not constant.
3030         If the definition isn't a quoted symbol, record (FUNCTION . t).
3031         (byte-compile-function-environment): Now allow (FUNCTION . t) as elt.
3032         (byte-compile-callargs-warn): Handle (FUNCTION . t).
3033         (display-call-tree, byte-compile-arglist-warn):
3034         Handle t returned by byte-compile-fdefinition.
3036 2004-11-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3038         * Makefile.in (maintainer-clean): Depend on distclean.
3040         * help-fns.el (help-C-file-name): File name must be in build-files
3041         to be returned.
3043 2004-11-09  Jay Belanger  <belanger@truman.edu>
3045         * calc/calc.el (calc-mode-hook, calc-trail-mode-hook)
3046         (calc-start-hook, calc-end-hook, calc-load-hook):  New variables.
3048         * calc/calc.el (calc, calc-trail-display, calc-mode):
3049         Remove obsolete sections.
3051         * calc/calc.el (calc-x-paste-text):  Remove.
3053         * calc/calc-ext.el (calc-init-extensions):  Bind calc-yank to
3054         mouse-2.
3056 2004-11-09  Nick Roberts  <nickrob@snap.net.nz>
3058         * progmodes/gdb-ui.el (gdb-current-stack-level): New variable.
3059         (gdb-info-frames-custom, gdb-frame-handler): Use it to find
3060         current frame (in case of recursive calls).
3061         (gdb-show-changed-values): Add :version keyword.
3063 2004-11-09  Kenichi Handa  <handa@m17n.org>
3065         * international/mule-cmds.el: Change coding: tag back to
3066         iso-2022-7bit.
3068 2004-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3070         * international/mule-cmds.el: Change coding-system to utf-8.
3071         (select-safe-coding-system-interactively):
3072         New function extracted from select-safe-coding-system.
3073         (select-safe-coding-system): Use it.
3075 2004-11-08  Richard M. Stallman  <rms@gnu.org>
3077         * subr.el (syntax-after): Doc fix.
3079         * paren.el (show-paren-function): Change calls to syntax-after
3080         for new way of returning the value.
3082         * menu-bar.el (menu-bar-file-menu): Make this the real name
3083         and menu-bar-files-menu the alias.  Use the former.
3084         (global-map): Use `file', not `files', as the symbol.
3086         * info.el (Info-revert-find-node): Don't use beginning-of-buffer.
3088         * filesets.el (filesets-spawn-external-viewer, filesets-run-cmd):
3089         Don't use beginning-of-buffer.
3090         (filesets-cmd-show-result): Use with-no-warnings.
3092 2004-11-08  Juri Linkov  <juri@jurta.org>
3094         * progmodes/compile.el (compile): Don't overwrite last command in
3095         minibuffer history with default command if they are not equal.
3097 2004-11-08  Jay Belanger  <belanger@truman.edu>
3099         * calc/calcalg2.el (math-do-integral-methods):  Try linear then
3100         non-linear substitutions.
3102 2004-11-08  Jay Belanger  <belanger@truman.edu>
3104         * calc/calcalg2.el (math-linear-subst-tried): New variable.
3105         (math-do-integral):  Set `math-linear-subst-tried' to nil.
3106         (math-do-integral-methods):  Use `math-linear-subst-tried' to
3107         determine what type of substitution to try.
3108         (math-integ-try-linear-substituion):
3109         Set `math-linear-subst-tried' to t.
3111 2004-11-08  Kim F. Storm  <storm@cua.dk>
3113         * Makefile.in (bootstrap-clean): New target for 'make bootstrap'.
3115 2004-11-07  Juri Linkov  <juri@jurta.org>
3117         * info-look.el (info-lookup): Allow reusing in the current buffer
3118         not only *info* buffer, but all (even renamed) Info buffers
3119         by checking for major-mode instead of *info* buffer name.
3120         (c-mode, autoconf-mode, emacs-lisp-mode, scheme-mode)
3121         (octave-mode, maxima-mode) <doc-spec>:
3122         Allow long dashes generated by Texinfo 4.7 before definitions.
3123         (texinfo-mode) <doc-spec>: Add space to suffix to find command
3124         definitions with argument separated by space.
3126 2004-11-06  Richard M. Stallman  <rms@gnu.org>
3128         * simple.el (next-error group, face): Move before first use.
3129         (next-error-highlight, next-error-highlight-no-select): Likewise.
3131         * simple.el (line-move-invisible-p): Rename from line-move-invisible.
3132         (line-move): New args NOERROR and TO-END.
3133         Return t if if succeed in moving specified number of lines.
3134         (move-end-of-line): New function.
3136         * simple.el (beginning-of-buffer-other-window): Use with-no-warnings.
3137         (end-of-buffer-other-window): Likewise.
3139         * simple.el (line-move-ignore-invisible): Default to t.
3141         * subr.el (syntax-after): Return the syntax letter, not the raw code.
3143         * emacs-lisp/elp.el (elp-results): Delete wasteful beginning-of-buffer.
3145         * international/iso-cvt.el (iso-cvt-define-menu):
3146         Rename menu-bar-files-menu to menu-bar-file-menu.
3148         * net/browse-url.el (browse-url-gnome-moz-program)
3149         (browse-url-gnome-moz-arguments): Move up before first use.
3151         * net/tramp.el (tramp group): Add :version.
3153         * progmodes/ada-xref.el (ada-gdb-application):
3154         Use goto-char instead of beginning-of-buffer.
3156         * progmodes/cperl-mode.el (cperl-info-on-command):
3157         Use goto-char instead of beginning-of-buffer.
3159         * progmodes/idlw-shell.el (idlwave-shell-examine-map):
3160         Move up before first use.
3161         (idlwave-shell-temp-pro-file): Likewise.
3162         (idlwave-shell-temp-rinfo-save-file): Likewise.
3163         (idlwave-shell-temp-file): Minor doc fix.
3165         * textmodes/flyspell.el (flyspell-external-point-words):
3166         Use goto-char instead of beginning-of-buffer.
3168 2004-11-06  Kai Grossjohann  <kai.grossjohann@gmx.net>
3170         * net/tramp.el (tramp-coding-commands): Additionally try "uudecode -o
3171         /dev/stdout" before trying "uudecode -o -".  Suggested by Han Boetes.
3172         (tramp-uudecode): Mention `uudecode -o /dev/stdout'.
3174 2004-11-06  David Ponce  <david@dponce.com>
3176         * recentf.el (recentf-menu-path): Use menu item name.
3178 2004-11-06  Eli Zaretskii  <eliz@gnu.org>
3180         * progmodes/gdb-ui.el: Don't call define-fringe-bitmap if the
3181         display doesn't support images.
3183 2004-11-06  Andreas Schwab  <schwab@suse.de>
3185         * tempo.el (tempo-match-finder): Doc fix.
3187         * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change.
3189 2004-11-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3191         * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): Remove.
3192         (easy-menu-lookup-name): New fun to replace it.
3193         (easy-menu-get-map): Use it to obey menu item names (rather than just
3194         keys) when looking up `path'.
3195         (easy-menu-always-true-p): Rename from easy-menu-always-true.
3196         (easy-menu-convert-item-1): Adjust to new name.
3198 2004-11-06  Peter Heslin  <pj@heslin.eclipse.co.uk>  (tiny change)
3200         * outline.el (hide-body): Don't hide lines at the top of the file
3201         that precede the first header line.
3203 2004-11-06  Paul Pogonyshev  <pogonyshev@gmx.net>
3205         * align.el (align-areas): Delete whitespace before reindenting, so
3206         that tabs are never placed after spaces.
3208 2004-11-06  Alan Shutko  <ats@acm.org>
3210         * macros.el (insert-kbd-macro): Do completions based on macros,
3211         rather than all commands.
3213 2004-11-06  David Hansen  <david.hansen@gmx.net>  (tiny change)
3215         * tempo.el (tempo-match-finder): Use [:word:] instead of "^\\b",
3216         to solve a bug whereby tags with 'b' don't match.
3218 2004-11-05  Juri Linkov  <juri@jurta.org>
3220         * info.el (Info-search): Don't search in node header lines
3221         and file headers.
3223         * emacs-lisp/edebug.el (edebug-next-token-class): Allow all
3224         symbol-constituent characters after dot, not only digits.
3226 2004-11-04  Daniel Pfeiffer  <occitan@esperanto.org>
3228         * files.el (set-auto-mode): Don't get error after setting -*-mode-*-.
3230 2004-11-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3232         * dired.el (dired-read-dir-and-switches): Call read-directory-name
3233         if a dialog will be used, read-file-name otherwise.
3235 2004-11-04  Richard M. Stallman  <rms@gnu.org>
3237         * textmodes/table.el (table group): Add :version.
3239         * textmodes/ispell.el (ispell-word):
3240         Don't alter args; set them only thru `interactive' spec.
3242         * textmodes/flyspell.el (flyspell-word):
3243         Don't alter FOLLOWING; set it only thru `interactive' spec.
3245         * progmodes/f90.el (f90-end-of-block): Don't use interactive-p.
3247         * net/browse-url.el (browse-url-maybe-new-window):
3248         Use called-interactively-p.
3250         * mail/supercite.el (sc-cite-region):
3251         Don't use interactive-p.  Add arg INTERACTIVE.
3252         (sc-version): Don't use interactive-p.  Rename arg to MESSAGE.
3254         * international/mule-cmds.el (set-input-method, toggle-input-method):
3255         Don't use interactive-p.  Add arg INTERACTIVE.
3257         * eshell/esh-mode.el (eshell-show-maximum-output):
3258         Don't use interactive-p.
3259         (eshell-truncate-buffer): Just message, no error, if buffer is short.
3261         * mouse.el (mouse-show-mark): Get positions to delete from mark
3262         and point, not from mouse-drag-overlay.
3264         * imenu.el (imenu-eager-completion-buffer): Add :version.
3266         * filesets.el (filesets group): Add :version.
3268 2004-11-03  Daniel Pfeiffer  <occitan@esperanto.org>
3270         * files.el (xml-based-modes): Delete var.
3271         (magic-mode-alist): New more general var.
3272         (set-auto-mode): Use it.
3274         * buff-menu.el (Buffer-menu-make-sort-button): Preserve point even
3275         when clicking from another window.
3277 2004-11-03  Thien-Thi Nguyen  <ttn@gnu.org>
3279         * vc-cvs.el (vc-cvs-local-month-numbers): Delete var.
3280         (vc-cvs-annotate-time): Incorporate value of deleted var.
3281         Remove special-case handling of beginning-of-buffer cruft.
3282         Cache ending position (point) and return value in text property
3283         `vc-cvs-annotate-time', and consult it on subsequent invocations.
3285         * vc-cvs.el (vc-cvs-annotate-command):
3286         Delete extraneous lines from beginning of buffer.
3287         * vc-mcvs.el (vc-mcvs-annotate-command): Likewise.
3289         * progmodes/grep.el (grep-default-command): Take empty string
3290         for tag if all other methods yield nil.  Shell-quote the tag.
3292         * vc.el (vc-annotate-display-autoscale): Add prefix-arg
3293         spec in `interactive' form, and mention it in the docstring.
3294         Also, make sure point is at bol after calling `annotate-time'.
3296 2004-11-02  Richard M. Stallman  <rms@gnu.org>
3298         * cus-edit.el (customize-group-other-window):
3299         Select the window that displays the custom buffer.
3300         (custom-buffer-create-other-window): Likewise.
3302         * comint.el (comint-insert-input): Fix previous change.
3304         * emacs-lisp/elp.el (elp-instrument-function):
3305         Use called-interactively-p.
3307         * emacs-lisp/easymenu.el (easy-menu-intern):
3308         Don't downcase; rather, case-flip the first letter of each word.
3310         * emacs-lisp/easy-mmode.el (define-minor-mode):
3311         Use called-interactively-p.
3313         * emacs-lisp/bytecomp.el (byte-compile-warning-types):
3314         Add interactive-only.
3315         (byte-compile-warnings): Add interactive-only as option.
3316         (byte-compile-interactive-only-functions): New variable.
3317         (byte-compile-form): Warn about calls to functions
3318         in byte-compile-interactive-only-functions.
3320         * emacs-lisp/autoload.el (update-file-autoloads):
3321         Don't use interactive-p; take new arg SAVE-AFTER.
3323         * emacs-lisp/advice.el (ad-make-advised-definition):
3324         Use called-interactively-p.
3326 2004-11-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3328         * files.el (find-file-existing): New function.
3330         * menu-bar.el (menu-bar-files-menu): Make "Open File..." call
3331         find-file-existing.  Add "New File..." that calls find-file.
3333         * diropen.pbm, diropen.xpm: New files.
3335         * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses
3336         icon diropen.  New tool bar item find-file-existing uses icon open.
3338         * dired.el (dired-read-dir-and-switches): Call read-driectory-name
3339         instead of read-file-name.
3341 2004-11-02  Ulf Jasper  <ulf.jasper@web.de>
3343         * calendar/icalendar.el (icalendar-version): Increase to 0.08.
3344         (icalendar--split-value): Change name of work buffer.
3345         (icalendar--get-weekday-abbrev): Return nil on error.
3346         (icalendar--date-to-isodate): New function.
3347         (icalendar-convert-diary-to-ical)
3348         (icalendar-extract-ical-from-buffer): Use only two args for
3349         make-obsolete (XEmacs compatibility).
3350         (icalendar-export-file, icalendar-import-file): Blank at end of prompt.
3351         (icalendar-export-region): Doc fix.
3352         If error, return non-nil and write errors to a buffer.
3353         Use correct weekday for weekly recurring events.
3354         Check whether date has been parsed for ordinary events.
3355         Make weekly events start in the year 2000.
3356         DTEND is non-inclusive, shift end date by one day if
3357         necessary (not for entries that have date and time).
3358         Rename local let variables: oops -> found-error, datestring ->
3359         startdatestring.
3361 2004-11-02  Kim F. Storm  <storm@cua.dk>
3363         * files.el (set-auto-mode-0): Don't rely on dynamic binding of
3364         keep-mode-if-same variable.  Add it as optional arg instead.
3365         (set-auto-mode): Call set-auto-mode-0 with keep-mode-if-same.
3367         * ehelp.el (electric-help-map): Reorder Q/q and R/r entries so
3368         substitute-command-keys will select lower-case bindings like those
3369         used in the static help texts.
3371         * descr-text.el (describe-text-properties): Don't err if called in
3372         the *Help* buffer; output to *Help-2* buffer instead.
3374         * kmacro.el (group kmacro): Add :version.
3375         (kmacro-keyboard-quit): New function to cleanup on C-g.
3376         (kmacro-start-macro): Set defining-kbd-macro to append when
3377         appending to last macro.
3379         * simple.el (keyboard-quit): Call kmacro-keyboard-quit.
3381 2004-11-02  Nick Roberts  <nickrob@snap.net.nz>
3383         * progmodes/gdb-ui.el (gdb-enable-debug-log)
3384         (gdb-use-inferior-io-buffer, gdb-use-colon-colon-notation)
3385         (gud-gdba-command-name, gdb-show-main, gdb-many-windows):
3386         Add :version keyword.
3388 2004-11-02  Pavel Kobiakov <pk_at_work@yahoo.com>
3390         * progmodes/flymake.el (flymake-err-line-patterns):
3391         Use `flymake-reformat-err-line-patterns-from-compile-el' to convert
3392         `compilation-error-regexp-alist-alist' to internal Flymake format.
3394         * progmodes/flymake.el: Eliminate byte-compiler warnings.
3396 2004-11-01  Jay Belanger  <belanger@truman.edu>
3398         * calc/calc-frac.el (calc-over-notation): Replace `completing-read'
3399         with `interactive "s"'.
3401 2004-11-01  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3403         * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
3404         Revert change from 2004-10-16.  '*' checks the current buffer, but the
3405         mouse click may be in another buffer.
3407 2004-11-01  John Paul Wallington  <jpw@gnu.org>
3409         * files.el (large-file-warning-threshold): Add :version keyword.
3410         (kill-some-buffers): Doc fix.
3412         * thumbs.el (group thumbs): Add :version keyword.
3414         * textmodes/bibtex.el (bibtex-make-field): Fix typo.
3416 2004-11-01  Richard M. Stallman  <rms@gnu.org>
3418         * textmodes/ispell.el (ispell-word): Don't use interactive-p.
3420         * textmodes/flyspell.el (flyspell-word): Don't use interactive-p.
3422         * allout.el (allout group): Add :version.
3423         (allout-init): Don't use interactive-p.
3424         (allout-ascend-to-depth, allout-ascend, allout-end-of-level)
3425         (allout-forward-current-level, allout-backward-current-level):
3426         Don't use interactive-p.
3428         * textmodes/bibtex.el (bibtex-make-field): Don't use interactive-p.
3429         (bibtex-find-text): Likewise.
3431         * progmodes/vhdl-mode.el (vhdl-fill-region)
3432         (vhdl-beginning-of-statement): Don't use interactive-p.
3434         * progmodes/idlwave.el (idlwave-update-routine-info):
3435         Don't use interactive-p.
3437         * progmodes/idlw-shell.el (idlwave-shell-send-char):
3438         Don't use interactive-p.
3440         * progmodes/cperl-mode.el (cperl-switch-to-doc-buffer):
3441         Don't use interactive-p.
3443         * progmodes/ada-xref.el (ada-make-body-gnatstub):
3444         Don't use interactive-p.
3446         * play/fortune.el (fortune-to-signature): Don't use interactive-p.
3447         (fortune-in-buffer): Doc fix.
3449         * play/5x5.el (5x5-new-game): Set up the buffer even if not interactive.
3451         * net/eudc.el (eudc-display-records): Use with-output-to-temp-buffer;
3452         don't select the temporary buffer.
3453         (eudc-get-email): New optional arg ERROR; don't use interactive-p.
3454         (eudc-get-phone): Likewise.
3456 2004-11-01  Kim F. Storm  <storm@cua.dk>
3458         * man.el (Man-xref-normal-file): Fix help-echo.
3460 2004-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3462         * reveal.el (reveal-last-tick): New var.
3463         (reveal-post-command): Use it to avoid closing overlays when we're
3464         appending text to them.
3466 2004-10-31  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3468         * textmodes/bibtex.el: Require button.
3469         (bibtex-autokey-transcriptions): Translate TeX `\ ' to space.
3470         (bibtex-reference-keys): Distinguish between header keys and
3471         crossref keys.
3472         (bibtex-beginning-of-field): New function.
3473         (bibtex-url-map): Remove.
3474         (bibtex-font-lock-keywords): Use bibtex-font-lock-crossref.
3475         (bibtex-font-lock-url-regexp): Assume that field names begin at
3476         the beginning of a line.
3477         (bibtex-font-lock-url): Simplify.  Do not use bibtex-enclosing-field.
3478         Remove field delimiters.  Use bibtex-beginning-of-field.
3479         Bugfix, point can be inside a field with a url.
3480         (bibtex-font-lock-crossref, bibtex-button-action, bibtex-button):
3481         New functions.
3482         (bibtex-mark-active, bibtex-run-with-idle-timer): Remove.
3483         (bibtex-key-in-head): Simplify.
3484         (bibtex-current-line): Use bolp.
3485         (bibtex-parse-keys): Remove unused arg `add'.
3486         Use bibtex-type-in-head and bibtex-key-in-head.
3487         (bibtex-parse-entry, bibtex-autofill-entry):
3488         Use bibtex-type-in-head and bibtex-key-in-head.
3489         (bibtex-autokey-get-field): Do not alter case of replacement text.
3490         (bibtex-autokey-get-names): Do all processing of name list.
3491         (bibtex-autokey-get-year): New function.
3492         (bibtex-autokey-get-title): Do all processing of title words.
3493         (bibtex-generate-autokey): Simplify.
3494         (bibtex-string-files-init): Use default-directory.
3495         Allow for absolute file names in bibtex-string-files.
3496         (bibtex-files, bibtex-file-path): New variables.
3497         (bibtex-files-expand): New function.
3498         (bibtex-find-entry-globally): New command.
3499         (bibtex-summary-function): New variable.
3500         (bibtex-summary): Default value of bibtex-summary-function.
3501         (bibtex-find-crossref): New optional args pnt and split.
3502         (bibtex-complete-key-cleanup): Call bibtex-summary-function.
3503         (bibtex-copy-summary-as-kill): New command bound to C-cC-t.
3504         (bibtex-validate): Fix docstring.  Check only abbreviated month fields.
3505         Fix handling of required and alternative fields.
3506         Identify duplicate keys even if bibtex-maintain-sorted-entries is nil.
3507         Use cons and display-buffer.
3508         (bibtex-validate-globally): New command.
3509         (bibtex-clean-entry): Use bibtex-files-expand.  Do not call
3510         bibtex-parse-keys and bibtex-parse-strings for updating
3511         bibtex-reference-keys and bibtex-strings.
3512         (bibtex-realign): Remove blank lines past the last entry.
3513         (bibtex-reformat): Use bibtex-entry-format as default.
3514         (bibtex-choose-completion-string): Remove.
3515         (bibtex-complete): Do not use bibtex-choose-completion-string.
3516         (bibtex-url): Simplify.
3518 2004-10-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3520         * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
3521         (x-dnd-types-alist, x-dnd-open-file-other-window)
3522         (x-dnd-known-types): Add :version.
3524 2004-10-31  John Paul Wallington  <jpw@gnu.org>
3526         * ibuffer.el (group ibuffer): Add :version keyword.
3528 2004-10-31  Kim F. Storm  <storm@cua.dk>
3530         * ido.el (group ido): Add :version keyword.
3531         (ido-mode): Remove :version keyword.
3533         * emulation/cua-base.el (group cua): Add :version keyword.
3534         (cua-mode): Remove :version keyword.
3536 2004-10-30  Luc Teirlinck  <teirllm@auburn.edu>
3538         * autorevert.el (auto-revert-tail-mode-text): Add :version keyword.
3540         * help-at-pt.el (help-at-pt-timer): Move defvar up to avoid
3541         compiler warning.
3542         (help-at-pt-timer-delay): Add :initialize keyword.  Simplify :set
3543         function.
3544         (help-at-pt-display-when-idle): Remove autoload.
3546 2004-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3548         * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook.
3550 2004-10-30  Juri Linkov  <juri@jurta.org>
3552         * help.el (function-called-at-point):
3553         * help-fns.el (variable-at-point): Read -> intern.
3555 2004-10-30  Simon Josefsson  <jas@extundo.com>
3557         * progmodes/autoconf.el (autoconf-font-lock-keywords):
3558         Recognize AS_* too.
3560 2004-10-29  Simon Josefsson  <jas@extundo.com>
3562         * subr.el (read-passwd): Move back from password.el.
3564         * password.el: Remove, not ready yet.
3566 2004-10-29  Andreas Schwab  <schwab@suse.de>
3568         * speedbar.el (speedbar-frame-parameters): Improve customize type.
3570 2004-10-29  Sam Steingold  <sds@gnu.org>
3572         * mouse.el (mouse-show-mark): Replace the last occurrence of
3573         x-lost-selection-hooks with x-lost-selection-functions.
3575 2004-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3577         * mouse.el (mouse-show-mark): Adjust to new name and don't assume
3578         x-lost-selection-functions is bound.
3580         * mouse-sel.el (mouse-sel-mode):
3581         * emacs-lisp/lselect.el: Adjust to new names for
3582         x-(lost|sent)-selection-functions.
3584         * subr.el (x-lost-selection-hooks, x-sent-selection-hooks):
3585         New obsolete aliases of x-lost-selection-functions and
3586         x-sent-selection-functions.
3588 2004-10-28  Kim F. Storm  <storm@cua.dk>
3590         * imenu.el (imenu-scanning-message): Remove.
3591         (imenu-progress-message): Make it a no-op.
3593 2004-10-28  John Paul Wallington  <jpw@gnu.org>
3595         * files.el (set-auto-mode): Call `throw' correctly.
3597 2004-10-28  Juri Linkov  <juri@jurta.org>
3599         * info.el (Info-file-list-for-emacs): Add ("Info" . "info")
3600         to search `Info-...' commands in `info' manual.
3601         (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
3602         Add 'info-file "emacs" property.
3603         (Info-find-emacs-command-nodes): Fix index line number regexp.
3604         Set real line number (instead of fake 0) in first element of the
3605         returned list.
3606         (Info-goto-emacs-command-node): Use line number of first element
3607         to set point in the first found Info node.
3609         * progmodes/grep.el (grep-regexp-alist): Move match highlighting
3610         code to `grep-mode-font-lock-keywords'.
3611         (grep-mode-font-lock-keywords): Delete grep markers instead
3612         of making them invisible.
3614 2004-10-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3616         * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
3617         and x-server-version in bug report.
3619 2004-10-28  Daniel Pfeiffer  <occitan@esperanto.org>
3621         * files.el (set-auto-mode-0): New function.
3622         (set-auto-mode): Use it to handle aliased modes and to
3623         be consistent between C-x C-f and C-x C-w.
3625 2004-10-28  Kenichi Handa  <handa@m17n.org>
3627         * international/utf-8.el (utf-translate-cjk-charsets):
3628         Add katakana-jisx0201.
3630         * international/subst-jis.el: Add data for JISX0201.
3632 2004-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3634         * obsolete/hilit19.el (hilit-mode): New function.
3635         Move all the toplevel side-effecting stuff into it, so that loading
3636         hilit19 doesn't mess everything up any more.
3638 2004-10-27  Richard M. Stallman  <rms@gnu.org>
3640         * add-log.el (add-change-log-entry): Set up mailing address
3641         and full name later, and don't alter add-log-mailing-address
3642         or add-log-full-name.
3644         * elide-head.el (elide-head): Change error to message.
3645         (elide-head-show): Likewise.
3647         * apropos.el (apropos-macrop): Doc fix.
3649         * mouse.el (mouse-show-mark): Do most processing the same
3650         regardless of transient-mark-mode.
3652         * shadowfile.el (shadow-copy-files): Use interactive-p
3653         only to control whether to print a message.
3655         * tar-mode.el (tar-mode): Use write-contents-functions,
3656         not write-contents-hooks.
3658         * eshell/em-unix.el (eshell-du-sum-directory): Don't use
3659         directory-sep-char.
3661 2004-10-27  Richard M. Stallman  <rms@gnu.org>
3663         * strokes.el (strokes-unload-hook): Fix previous change.
3665         * type-break.el (type-break-run-at-time): Always use run-at-time;
3666         forget the alternatives.
3667         (type-break-cancel-function-timers): Always use cancel-function-timers;
3668         forget the alternatives.
3670         * pcomplete.el (pcomplete-entries): Don't use directory-sep-char.
3672 2004-10-27  Kenichi Handa  <handa@m17n.org>
3674         * international/subst-jis.el: Use utf-translate-cjk-substitutable-p.
3676         * international/subst-gb2312.el: Likewise.
3678         * international/subst-big5.el: Likewise.
3680         * international/subst-ksc.el: Likewise.
3682         * international/utf-8.el (utf-translate-cjk-unicode-range-string):
3683         New variable.
3684         (utf-translate-cjk-set-unicode-range): New function.
3685         (utf-translate-cjk-unicode-range): Make it customizable.
3686         (utf-8-post-read-conversion):
3687         Use utf-translate-cjk-unicode-range-string.
3688         (ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
3689         Unicode ranges.
3691 2004-10-26  Daniel Pfeiffer  <occitan@esperanto.org>
3693         * files.el (auto-mode-alist): Add pod, js, xbm and xpm and group
3694         trivial variants to shorten the list.
3695         (xml-based-modes): New var.
3696         (set-auto-mode): Give interpreter-mode-alist or <?xml or <!DOCTYPE
3697         declaration higher priority than auto-mode-alist.
3699         * find-file.el (cc-other-file-alist): Bring it in line with
3700         cc-mode's auto-mode-alist entries and use \' instead of $.
3702         * textmodes/sgml-mode.el (sgml-mode): Fix imenu-generic-expression
3703         and add "Id" and "Name" submenus to it.
3705         * imenu.el (imenu--generic-function): Skip matches in comments.
3707 2004-10-26  Jay Belanger  <belanger@truman.edu>
3709         * calc/calc.el (calc,full-calc, calc-quit, calc-keypad)
3710         (full-calc-keypad, calc-trail-display):  Use an extra argument
3711         instead of `interactive-p'.
3713         * calc/calc-misc.el (calc-other-window): Use an extra argument
3714         instead of `interactive-p'.
3716         * calc/calc-rewr.el (calc-match): Use an extra argument instead of
3717         `interactive-p'.
3719 2004-10-26  Kim F. Storm  <storm@cua.dk>
3721         * help.el (describe-key): Describe both down-event and up-event
3722         for a mouse click.
3724 2004-10-26  Richard M. Stallman  <rms@gnu.org>
3726         * woman.el (woman): Don't call interactive-p.
3728         * pcomplete.el (pcomplete): Instead of interactive-p,
3729         use an arg set non-nil by the interactive spec.
3731         * menu-bar.el (menu-bar-make-toggle): Instead of interactive-p,
3732         use an arg set non-nil by the interactive spec.
3734         * man.el (Man-cleanup-manpage): Instead of interactive-p,
3735         use an arg set non-nil by the interactive spec.
3737 2004-10-26  Pavel Kobiakov  <pk_at_work@yahoo.com>
3739         * progmodes/flymake.el (flymake-split-string):
3740         Use `flymake-split-string-remove-empty-edges' in any case.
3742 2004-10-26  Masatake YAMATO  <jet@gyve.org>
3744         * progmodes/flymake.el (flymake-err-line-patterns):
3745         Use `compilation-error-regexp-alist-alist' instead of
3746         `compilation-error-regexp-alist'.
3748 2004-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3750         * textmodes/tex-mode.el (tex-font-lock-keywords-1): Fix up the spurious
3751         verbatim face on the \ of \end{verbatim}.
3753 2004-10-25  Jay Belanger  <belanger@truman.edu>
3755         * calc/calc-incom.el (calc-digit-dots):  Inhibit read-only before
3756         erasing minibuffer.
3758 2004-10-25  Simon Josefsson  <jas@extundo.com>
3760         * subr.el (read-passwd): Move to net/password.el.
3762         * net/password.el (read-passwd): Add.  Autoload it.
3764 2004-10-25  Kai Grossjohann  <kai.grossjohann@gmx.net>
3766         * mouse-sel.el (mouse-sel-mode): Specify custom group.
3768         * simple.el (process-file): Fix logic.
3770 2004-10-24  Luc Teirlinck  <teirllm@auburn.edu>
3772         * indent.el (set-left-margin, set-right-margin): Delete redundant code.
3773         (increase-right-margin): Remove erroneous call to `interactive-p'.
3775 2004-10-24  Kim F. Storm  <storm@cua.dk>
3777         * help.el (describe-mode): Fix 2004-10-13 change.
3778         Copy pure "Auto Fill" string so it can be propertized later
3779         without causing a read-only error.
3781 2004-10-24  Luc Teirlinck  <teirllm@auburn.edu>
3783         * info.el (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7
3784         style indexes.
3786 2004-10-24  Kai Grossjohann  <kai.grossjohann@gmx.net>
3788         * simple.el (process-file): Accept nil for INFILE.  Reported by
3789         Luc Teirlinck.
3791 2004-10-24  Masatake YAMATO  <jet@gyve.org>
3793         * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords):
3794         Handle periods and underscores in a function name.
3795         Remove the address fontification.
3797 2004-10-24 Masatake YAMATO <jet@gyve.org>
3799         * progmodes/asm-mode.el (asm-font-lock-keywords):
3800         Use font-lock-variable-name-face for registers.
3802 2004-10-24  Nick Roberts  <nickrob@snap.net.nz>
3804         * progmodes/gdb-ui.el (gdb-get-create-buffer): Allow modes to run
3805         kill-all-local-variables.
3806         (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
3807         (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode):
3808         Use kill-all-local-variables and provide mode-hooks.
3809         (gdb-assembler-font-lock-keywords): New font lock keywords definition.
3810         (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
3811         Suggested by Masatake YAMATO <jet@gyve.org>.
3813 2004-10-23  Kai Grossjohann  <kai.grossjohann@gmx.net>
3815         * simple.el (process-file): New function, similar to call-process
3816         but supports file handlers.
3817         * vc.el (vc-do-command): Use it, instead of call-process.
3818         * net/tramp-vc.el (vc-do-command): Do not advise it if
3819         process-file is fboundp.
3820         * net/tramp.el (tramp-file-name-handler-alist): Add entry for
3821         process-file.
3822         (tramp-handle-process-file): New function.
3823         (tramp-file-name-for-operation): Support process-file.
3825 2004-10-23  Ulf Jasper  <ulf.jasper@web.de>
3827         * calendar/icalendar.el (icalendar--weekday-array): New constant.
3828         (icalendar-weekdayabbrev-table)
3829         (icalendar-monthnumber-table): Delete.
3830         (icalendar--get-month-number): Use calendar-month-name-array.
3831         (icalendar--get-weekday-number): New function.
3832         (icalendar--get-weekday-abbrev) Use calendar-day-name-array.
3833         (icalendar-export-region): Handle multi-line entries.
3834         (icalendar--convert-ical-to-diary): Use calendar-day-name-array.
3836 2004-10-23  John Paul Wallington  <jpw@gnu.org>
3838         * ibuffer.el (ibuffer-find-file): Remove `interactive-p' call;
3839         `wildcards' set to t in interactive spec.
3841         * ibuf-ext.el (ibuffer-jump-to-buffer): Read buffer name in
3842         interactive spec rather than use `interactive-p'.
3843         (ibuffer-kill-line): Set arg `interactive-p' in interactive spec
3844         rather than use function `interactive-p'.
3846 2004-10-22  Kenichi Handa  <handa@m17n.org>
3848         * international/mule.el (translate-region): Implement it in Lisp
3849         as a front end of translate-region-internal.
3851 2004-10-21  Jay Belanger  <belanger@truman.edu>
3853         * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
3854         Declare these variables with defvar.
3856         * calc/calc-aent.el (calc-do-alg-entry): Since `calc-alg-ent-map'
3857         is bound, only check to see if it is bound.
3859 2004-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3861         * textmodes/tex-mode.el (tex-compilation-parse-errors):
3862         Don't output messages.
3864         * calc/calc-help.el (calc-describe-bindings): Fix last change.
3866 2004-10-21  John Paul Wallington  <jpw@gnu.org>
3868         * calc/calc-graph.el (calc-graph-init):
3869         Use `set-process-query-on-exit-flag'.
3871 2004-10-21  Daniel Pfeiffer  <occitan@esperanto.org>
3873         * progmodes/compile.el (compilation-start): Rely on `cd' to get
3874         dir right and also allow argumentless cd.
3876 2004-10-19  Richard M. Stallman  <rms@gnu.org>
3878         * textmodes/flyspell.el (flyspell-mode): Doc fix.
3880         * eshell/em-unix.el (eshell-grep):
3881         Don't bind compilation-process-setup-function.
3883         * comint.el (comint-insert-input): Use @ in `interactive'.
3884         (comint-input-filter-functions): Doc fix.
3885         (comint-kill-whole-line, comint-get-source): Doc fix.
3887         * progmodes/compile.el (compilation-setup):
3888         Don't set buffer-read-only if MINOR is non-nil.
3890 2004-10-19  Jay Belanger  <belanger@truman.edu>
3892         * calc/calc.el (calc-emacs-type-19, calc-emacs-type-epoch)
3893         (calc-emacs-type-gnu19): Remove.
3894         (calc-digit-map, calc-read-key-sequence, calc-read-key):
3895         Remove check for old emacs versions.
3897         * calc/calc-ext.el (calc-fancy-prefix): Remove emacs version check.
3898         (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
3899         for current Emacs.
3901         * calc/calc-aent.el (calcAlg-previous): Check to see if looking at
3902         the end of the minibuffer.
3903         (calc-do-alg-entry): Remove Emacs version check.  Use `copy-keymap' to
3904         copy `esc-map'.
3906         * calc/calc-graph.el (calc-graph-plot): Remove emacs version check.
3908         * calc/calc-mode.el (calc-total-algebraic-mode): Remove error
3909         call that would be given when the current emacs was used.
3911 2004-10-19  Ulf Jasper  <ulf.jasper@web.de>
3913         * calendar/icalendar.el: Set coding to utf-8.
3914         (icalendar-version): Increase to 0.07.
3915         (icalendar-monthnumber-table): Change March pattern.
3916         (icalendar-get-all-event-properties)
3917         (icalendar-set-event-property): Delete.
3918         (icalendar-all-events): No longer interactive.
3919         (icalendar-convert-diary-to-ical)
3920         (icalendar-extract-ical-from-buffer): Make obsolete, and alias to
3921         their replacements.
3922         (icalendar-export-file, icalendar-export-region): New functions;
3923         essentially old `icalendar-convert-diary-to-ical' but appending to
3924         target rather than overwriting.
3925         (icalendar-import-file): Append to target file rather than
3926         overwriting.  Fourth arg deleted.
3927         (icalendar-import-buffer): New name for old
3928         `icalendar-extract-ical-from-buffer'.
3929         (icalendar--convert-string-for-import): New name for
3930         old `icalendar-convert-for-import'.
3931         (include-icalendar-files): Delete.
3932         Prefix for all internal functions changed from `icalendar-'
3933         to `icalendar--'.
3935 2004-10-19  Richard M. Stallman  <rms@gnu.org>
3937         * paths.el (news-path): Fix previous change.
3939 2004-10-18 Jay Belanger  <belanger@truman.edu>
3941         * calc/calc-help.el (calc-describe-bindings):
3942         Set `buffer-read-only' to nil while working in the keybindings buffer;
3943         remove some extra information from the keybindings buffer.
3945 2004-10-18  David Ponce  <david@dponce.com>
3947         * mouse.el (mouse-drag-move-window-top): New function.
3948         (mouse-drag-mode-line-1): Use it.
3950 2004-10-18  Thien-Thi Nguyen  <ttn@gnu.org>
3952         * info.el (Info-fontify-node): For multiline refs,
3953         arrange to unfontify newline and surrounding whitespace.
3955 2004-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3957         * vc-arch.el (vc-arch-workfile-version): Don't burp if the patch-log
3958         directory is missing.
3960 2004-10-17  John Paul Wallington  <jpw@gnu.org>
3962         * ibuffer.el (ibuffer-default-display-maybe-show-predicates):
3963         New customizable variable; whether to display buffers that match
3964         `ibuffer-maybe-show-predicates' by default.
3965         (ibuffer-maybe-show-predicates): Mention it in docstring.
3966         (ibuffer-display-maybe-show-predicates): New variable.
3967         (ibuffer-update): Prefix arg now toggles whether buffers that
3968         match `ibuffer-maybe-show-predicates' should be displayed.
3969         (ibuffer-mode): Set `ibuffer-display-maybe-show-predicates'
3970         locally to heed `ibuffer-default-display-maybe-show-predicates'.
3971         (ibuffer-redisplay-engine): Rename optional second arg to `ignore'.
3973 2004-10-17  Michael Albinus  <michael.albinus@gmx.de>
3975         * net/tramp.el: Redo sync with Tramp 2.0.45.  Last commit did not
3976         work correctly.
3978 2004-10-17  Daniel Pfeiffer  <occitan@esperanto.org>
3980         * buff-menu.el (Buffer-menu-revert-function): Emulate save-excursion.
3981         (Buffer-menu-beginning): New helper function.
3982         (Buffer-menu-execute): Use it.
3983         (Buffer-menu-select): Use it.
3984         (Buffer-menu-sort): Use it and also keep markers.
3986 2004-10-17  Richard M. Stallman  <rms@gnu.org>
3988         * paths.el (news-directory): Rename from news-path.  Old name alias.
3989         (rmail-spool-directory): Use defvar.
3990         (sendmail-program): Use defcustom.
3991         (remote-shell-program): Use defcustom.
3992         (term-file-prefix): Use defvar.
3993         (abbrev-file-name): Use defvar.
3995         * term.el: Add maintainer.
3997         * subr.el (with-local-quit): Return nil if there's a quit.
3998         (read-passwd): Use with-local-quit.  Doc fix.
4000         * strokes.el (strokes-list-strokes): Don't try to delete char at eob.
4001         (strokes-unload-hook): Set as a variable with add-hook.
4003         * startup.el (fancy-splash-tail, normal-splash-screen):
4004         Update copyright year.
4006         * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook.
4008         * server.el (server-unload-hook): Set as a variable with add-hook.
4010         * help-at-pt.el (help-at-pt-unload-hook): Use add-hook; no defvar.
4012         * frame.el (special-display-popup-frame):
4013         Make the buffer current as its frame is created.
4015         * delsel.el (delsel-unload-hook): Set as a variable.
4017         * comint.el (comint-output-filter-functions):
4018         Add comint-watch-for-password-prompt.
4019         (comint-read-noecho): Function deleted.
4020         (send-invisible): Use read-passwd.
4022         * fringe.el (fringe-mode-initialize): New function.
4023         (fringe-mode): Use fringe-mode-initialize as :initialize.
4025 2004-10-17  Kim F. Storm  <storm@cua.dk>
4027         * language/indian.el (indian-script-language-alist): Swap value and doc.
4028         (indian-font-char-index-table): Doc fix.
4030 2004-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4032         * vc-hooks.el (vc-find-file-hook): Call vc-backend with absolute name.
4034 2004-10-16  Juri Linkov  <juri@jurta.org>
4036         * progmodes/compile.el (compilation-start): Move let-binding of
4037         `process-environment' into `with-current-buffer' body.
4038         Reported by Matt Hodges <MPHodges@member.fsf.org>.
4040 2004-10-16  Richard M. Stallman  <rms@gnu.org>
4042         * pcvs-util.el (cvs-bury-buffer):
4043         Don't call get-buffer-window for effect.
4045         * outline.el (hide-other): Call outline-up-heading with INVISIBLE-OK=t.
4047         * newcomment.el (comment-auto-fill-only-comments): Add autoload.
4049         * msb.el (msb-unload-hook): Set the variable.
4051         * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
4052         Use * to err if buffer is readonly.
4054         * subr.el (looking-back): Return only t or nil.
4056         * whitespace.el (whitespace-unload-hook): Set the variable.
4058         * view.el (view-mode-enable): Set view-page-size and
4059         view-half-page-size to nil.
4060         (view-set-half-page-size-default): view-half-page-size = nil
4061         means the default.
4062         (View-scroll-page-forward): Use view-page-size-default.
4063         (View-scroll-page-backward): Likewise.
4064         (view-page-size, view-half-page-size): Doc fixes.
4066         * emacs-lisp/elp.el (elp-unload-hook): Set the variable.
4068         * emacs-lisp/cl.el (cl-unload-hook): Don't defvar it, just set it.
4070         * emacs-lisp/bytecomp.el (byte-compile-eval): Don't process
4071         "cl" like other files.  Instead, call byte-compile-find-cl-functions.
4072         (byte-compile-log-1): Bind inhibit-read-only.
4073         (byte-compile-warning-prefix, byte-compile-log-file): Likewise.
4074         (byte-compile-log-warning): Likewise.
4075         (byte-compile-file-form-require): Detect "cl" from the arg value.
4077         * progmodes/compile.el (compilation-start): Assume compilation-mode
4078         will make the buffer read-only.
4079         (compilation-mode): Take arg name-of-mode.
4080         (compilation-setup): Make buffer read-only.
4081         (compilation-handle-exit): Bind inhibit-read-only.
4083         * textmodes/ispell.el (ispell-command-loop): Use with-no-warnings.
4084         (ispell-message): Likewise.
4085         (ispell-show-choices): Don't call get-buffer-window uselessly.
4086         (ispell-init-process): Use set-process-query-on-exit-flag.
4088 2004-10-16  Kim F. Storm  <storm@cua.dk>
4090         * fringe.el (fringe-bitmaps): Only initialize when defined.
4092         * pcvs.el (cvs-mode-view-file, cvs-mode-view-file-other-window): Add.
4093         (cvs-mode-find-file): Add optional `view' arg to enter view mode.
4095         * pcvs-defs.el (cvs-mode-map): Bind v to cvs-mode-view-file.
4097 2004-10-15  Simon Josefsson  <jas@extundo.com>
4099         * net/password.el: Add.
4101 2004-10-14  Masatake YAMATO  <jet@gyve.org>
4103         * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
4104         (gdb-script-end-of-defun): New function.
4105         (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
4106         `gdb-script-end-of-defun' as *-of-defun-function.
4108 2004-10-13  Daniel Pfeiffer  <occitan@esperanto.org>
4110         * button.el (button-activate): Allow a marker to display as an action.
4112         * help-fns.el (describe-variable): Use it to make "below" a hyperlink.
4114         * help.el (describe-mode): Use it to make minor mode list into
4115         hyperlinks.
4117 2004-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4119         * vc.el (vc-annotate-display-select): Fix typo.
4121         * subr.el (substitute-key-definition-key): New function.
4122         (substitute-key-definition): Use it with map-keymap.
4123         (event-modifiers): Use push.
4124         (mouse-movement-p, with-temp-buffer): Simplify.
4126 2004-10-12  Jay Belanger  <belanger@truman.edu>
4128         * calc/calc-help.el (calc-help-function-list, calc-help-variable-list):
4129         New variables.
4130         (calc-help-index-entries): New function.
4131         (calc-describe-function): Use `calc-help-function-list' instead of
4132         obarray for completion.
4133         (calc-describe-variable): Use `calc-help-variable-list' instead
4134         of obarray for completion.
4136 2004-10-12  Richard M. Stallman  <rms@gnu.org>
4138         * info-look.el (info-lookup-file): Add info-file property.
4139         (info-lookup-symbol): Likewise.
4141         * info.el (info-xref): Add underlining.
4142         (info): Add info-file property.
4143         (Info-find-emacs-command-nodes): Specify case-sensitive search.
4145 2004-10-12  Michael Albinus  <michael.albinus@gmx.de>
4147         Sync with Tramp 2.0.45.
4149         * net/tramp.el (top): Apply `def-edebug-spec' only if function is
4150         defined.  This is not the case for XEmacs without package "edebug".
4151         (tramp-set-auto-save-file-modes): Set permissions of autosaved
4152         remote files to the permissions of the original file.  This is not
4153         the case for Emacs < 21.3.50 and XEmacs < 21.5.  Add function to
4154         `auto-save-hook'.  Reported by Thomas Prokosch <thomas@nadev.net>.
4155         (tramp-perl-decode): Fix an error in Perl implementation.
4156         $pending must be cleared every loop.  Reported by Benjamin Place
4157         <benjaminplace@sprintmail.com>
4159         * net/tramp-smb.el (tramp-smb-advice-PC-do-completion):
4160         Don't activate advice during definition.  This is done later on,
4161         depending on test result of `substitute-in-file-name'.
4162         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
4164 2004-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4166         * pcvs-parse.el (cvs-parse-commit): Fix parsing for new commit message.
4168         * emacs-lisp/lisp.el (mark-sexp): Preserve direction when repeating.
4170 2004-10-12  David Ponce  <david@dponce.com>
4172         * recentf.el (recentf-edit-list): Update the menu when the recentf
4173         list has been modified.
4175 2004-10-12  Simon Josefsson  <jas@extundo.com>
4177         * net/tls.el (tls-certtool-program): New variable.
4178         (tls-certificate-information): New function, based on
4179         ssl-certificate-information.
4181 2004-10-12  Kenichi Handa  <handa@m17n.org>
4183         * international/mule.el (coding-system-equal): Move from mule-util.el.
4185         * international/mule-util.el (coding-system-equal): Move to mule.el.
4187 2004-10-12  Kim F. Storm  <storm@cua.dk>
4189         * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
4190         reset kmacro-initial-counter-value if set.
4191         (kmacro-set-counter): Only set kmacro-counter if defining or executing
4192         macro.  Set kmacro-initial-counter-value otherwise. Never set both.
4193         (kmacro-display): Show macro counter if non-zero.
4195         * subr.el (substitute-key-definition): Mention command remapping
4196         in doc string.
4198 2004-10-11  Jay Belanger  <belanger@truman.edu>
4200         * calc/calc-misc.el (calc-info-goto-node): New function.
4201         (calc-tutorial, calc-info-summary): Go to appropriate Calc info
4202         node in one step.
4203         (calc-describe-copying, calc-describe-distribution)
4204         (calc-describe-thing, calc-describe-no-warranty, calc-describe-key):
4205         Go to appropriate info node in one step.
4207 2004-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4209         * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
4211         * font-lock.el (font-lock-apply-highlight): Fix last change.
4213 2004-10-11  Simon Josefsson  <jas@extundo.com>
4215         * mail/smtpmail.el (smtpmail-open-stream): Look for
4216         starttls-gnutls-program instead of starttls-program iff
4217         starttls-use-gnutls is non-nil.
4218         (smtpmail-open-stream): Don't overwrite user settings of
4219         starttls-extra-arguments and starttls-extra-args.
4221 2004-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4223         * comint.el (comint-mouse-insert-input): Remove.
4224         (comint-insert-input): Make it work for mouse bindings.
4225         (comint-mode-map): Move defs into the declaration.
4226         (comint-output-filter): Typo.
4228         * diff-mode.el (diff-current-defun): Fix 2004-06-13's change.
4230 2004-10-10  Kai Grossjohann  <kai.grossjohann@gmx.net>
4232         * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable.
4233         (ange-ftp-call-chmod): Reference remote-shell-program instead of
4234         ange-ftp-remote-shell.
4236 2004-10-10  Andreas Schwab  <schwab@suse.de>
4238         * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize
4239         `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'.
4240         Reported by <sri@asu.edu>.
4242 2004-10-10  Benjamin Rutt  <brutt@bloomington.in.us>
4244         * vc.el (vc-annotate-mode): Remove variable.
4245         (vc-annotate-display-select): Only call vc-annotate-mode
4246         if we're not in that mode already.
4248 2004-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4250         * imenu.el (imenu--completion-buffer): Don't return t for rescan.
4251         (imenu-choose-buffer-index): Check here for rescan instead.
4253         * font-lock.el (font-lock-apply-highlight): Explicitly check the case
4254         where the face expression evals to nil.
4256         * textmodes/tex-mode.el (tex-font-lock-append-prop): New fun.
4257         (tex-font-lock-keywords-2): Use it.
4258         (tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment.
4260         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Fix backslashes.
4262 2004-10-09  Kim F. Storm  <storm@cua.dk>
4264         * subr.el (progress-reporter-update): Define before first usage.
4265         (make-progress-reporter): Doc fix.
4267 2004-10-09  Luc Teirlinck  <teirllm@auburn.edu>
4269         * textmodes/paragraphs.el (sentence-end-double-space)
4270         (sentence-end-without-period, sentence-end-without-space)
4271         (sentence-end): Doc fixes.
4273 2004-10-08  Peter Seibel  <peter@javamonkey.com>  (tiny change)
4275         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
4276         Change paragraph-start regexp so we don't fill code starting with #'(.
4278 2004-10-08  Sebastien Kirche  <seki@seki.fr>  (tiny change)
4280         * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name):
4281         New defcustom.
4282         (extract-address-components): Use it.
4284 2004-10-08  Paul Pogonyshev  <pogonyshev@gmx.net>
4286         * subr.el (make-progress-reporter, progress-reporter-update)
4287         (progress-reporter-force-update, progress-reporter-do-update)
4288         (progress-reporter-done): New functions.
4290         * tar-mode.el (tar-summarize-buffer): Use progress reporter.
4292         * progmodes/etags.el (etags-tags-completion-table): Use progress
4293         reporter.
4294         (etags-tags-apropos): Likewise.
4296 2004-10-08  Alan Mackenzie  <acm@muc.de>
4298         * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end
4299         of current line.
4301 2004-10-08  Masatake YAMATO  <jet@gyve.org>
4303         * server.el (server-process-filter): Wrap `process-send-region'
4304         by `condition-case' to guard the case when the pipe to PROC is closed.
4306 2004-10-07  Mark A. Hershberger  <mah@everybody.org>
4308         * xml.el (xml-substitute-special): Limit handling of external entities.
4310 2004-10-06  Nick Roberts  <nickrob@snap.net.nz>
4312         * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialise gdb-input-queue.
4314 2004-10-06  John Paul Wallington  <jpw@gnu.org>
4316         * xml.el (xml-parse-dtd): Fix `error' call.
4318 2004-10-05  Mark A. Hershberger  <mah@everybody.org>
4320         * xml.el (xml-substitute-special): Return a single string instead
4321         of a list of strings if an entity substitution is made.
4323 2004-10-05  Ulf Jasper  <ulf.jasper@web.de>
4325         * calendar/icalendar.el: New file.
4327 2004-10-05  Juri Linkov  <juri@jurta.org>
4329         * isearch.el (isearch-done): Set mark after running hook.
4330         Reported by Drew Adams <drew.adams@oracle.com>.
4332         * info.el (Info-history, Info-toc): Fix Info headers.
4333         (Info-toc): Narrow buffer before Info-fontify-node.
4334         (Info-build-toc): Don't check for special Info file names.
4335         Set main-file to nil if Info-find-file returns a symbol.
4337 2004-10-05  Emilio C. Lopes  <eclig@gmx.net>:
4339         * calendar/calendar.el (calendar-goto-iso-week): Add autoload.
4340         (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
4341         * calendar/cal-menu.el (calendar-mode-map): Ditto.
4343 2004-10-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
4345         * calendar/cal-iso.el (calendar-iso-read-args): New function,
4346         for old interactive spec from calendar-goto-iso-date.
4347         (calendar-goto-iso-date): Use it.
4348         (calendar-goto-iso-week): New function.  Suggested by Emilio
4349         C. Lopes <eclig@gmx.net>.
4351 2004-10-04  Luc Teirlinck  <teirllm@auburn.edu>
4353         * textmodes/enriched.el (enriched-mode-map): Give `set-left-margin' and
4354         `set-right-margin' bindings that follow the minor mode conventions.
4356 2004-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4358         * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
4359         (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
4360         (latex-block-args-alist): Add minipage and picture.
4361         (latex-block-body-alist): Use reftex-label if enabled.
4362         (latex-insert-block): Don't insert a \n if not necessary.
4363         (tex-compile-commands): Make sure dvips doesn't send to printer.
4364         (tex-compile-default): Handle the case where no executable is found.
4365         (latex-noindent-environments): New var.
4366         (latex-find-indent): Use it.  Take an empty line as an arg-breaker.
4367         If tex-indent-allhanging is non-nil, make sure we only align for macros
4368         at beginning of line.
4370 2004-10-03  Daniel Pfeiffer  <occitan@esperanto.org>
4372         * newcomment.el (comment-beginning): Doc fix and don't choke on
4373         unset `comment-end-skip' when at beginning of comment.
4375 2004-10-02  Dan Nicolaescu  <dann@ics.uci.edu>
4377         * term.el (term-adjust-current-row-cache): Don't allow the current
4378         row to become negative.
4379         (term-emulate-terminal): Fix insert mode. Handle tab insertion at
4380         the end of the line. Fix scroll down. Add comments.
4381         (term-handle-ansi-escape): Don't exceed terminal width when moving
4382         right.
4383         (term-scroll-region): Move the cursor after setting the scroll region.
4385 2004-10-01  Luc Teirlinck  <teirllm@auburn.edu>
4387         * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
4388         to `width' for consistency with docstring.  Doc fix.
4390 2004-10-01  Martin Stjernholm  <bug-cc-mode@gnu.org>
4392         * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
4393         This is necessary for derived modes.
4395 2004-09-30  Kim F. Storm  <storm@cua.dk>
4397         * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
4398         (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
4400         * edmacro.el: Require kmacro to use the new kmacro-lambda-form and
4401         kmacro-extract-lambda functions.
4402         (edit-kbd-macro): Handle kmacro lambda forms.
4403         Include counter and counter format in edit buffer.
4404         (edmacro-finish-edit): Get counter and format from edit buffer and
4405         update kmacro bindings when found.
4407 2004-09-29  Luc Teirlinck  <teirllm@auburn.edu>
4409         * textmodes/paragraphs.el (forward-paragraph):
4410         Avoid args-out-of-range error when point winds up at the beginning of
4411         the buffer and hard newlines are enabled.
4413         * newcomment.el (comment-multi-line): Doc fix.
4415 2004-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4417         * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
4418         (diff-fixup-modifs): Catch unified-diff file-headers.
4420 2004-09-29  Kim F. Storm  <storm@cua.dk>
4422         * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
4423         (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
4424         (gdb-put-breakpoint-icon): Use breakpoint bitmap.
4426         * fringe.el (fringe-bitmap-p): New macro.
4427         (fringe-bitmaps): Add standard fringe bitmaps on load.
4429 2004-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4431         * dired.el (dired-view-command-alist): Use more efficient regexps.
4432         Remove dubious arguments.
4433         (dired-align-file): New function.
4434         (dired-insert-directory): Use it.
4435         (dired-move-to-end-of-filename): Make the " -> " search more specific.
4436         (dired-buffers-for-dir): Remove unused var `pattern'.
4438 2004-09-28  Matthew Mundell  <matt@mundell.ukfsn.org>
4440         * calendar/diary-lib.el (list-diary-entries): Save diary buffer
4441         from diary display excursion.  Store diary buffer's point for
4442         `simple-diary-display'.
4443         (simple-diary-display): Set window point and start when
4444         displaying buffer, to preserve point.
4446 2004-09-27  Luc Teirlinck  <teirllm@auburn.edu>
4448         * textmodes/enriched.el (enriched-translations): Replace defconst
4449         with defvar.
4451 2004-09-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4453         * printing.el: Doc fix.
4454         (pr-version): New version number (6.8.1).
4455         (pr-ps-file-using-ghostscript): Use make-temp-file instead of
4456         make-temp-name.
4457         (pr-delete-file): Check if file exists before deleting it.
4458         Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
4460 2004-09-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4462         * term.el (term-display-table): New variable.
4463         (term-mode): Use it.
4464         (term-exec-1): Set the coding system to binary.
4465         (term-emulate-terminal): Decode the string before inserting it.
4467 2004-09-26  Dan Nicolaescu  <dann@ics.uci.edu>
4469         * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
4470         (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
4471         (map): Bind S-prior, S-next and S-insert.
4472         (term-mode): Set `indent-tabs-mode' to nil.
4473         (term-paste): New function to be bound to S-insert.
4474         (term-send-del, term-send-backspace): Change the strings sent.
4475         (term-termcap-format): Synchronyze with etc/e/eterm.ti.
4476         (term-handle-colors-array): Fix handling of underline and reverse.
4477         (term-handle-ansi-escape): Do not handle smcup/rmcup.  Add comments.
4478         (term-erase-in-line): Fix comparison.
4479         (term-emulate-terminal): Fix line wrap handling.
4480         (term-start-output-log): Rename from `term-set-output-log'.
4481         (term-stop-output-log): Rename from `term-stop-photo'.
4482         (term-switch-to-alternate-sub-buffer): Comment out, unused.
4484 2004-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4486         * dired.el (dired-move-to-filename): Don't output a message if
4487         raise-error is non-nil.  Fix return position and value.
4489         * files.el (insert-directory): Obey --dired even with symlinks.
4491 2004-09-25  Lars Hansen  <larsh@math.ku.dk>
4493         * ls-lisp.el (ls-lisp-format): Mark file names with property
4494         dired-filename.
4496 2004-09-25  Kim F. Storm  <storm@cua.dk>
4498         * ido.el (ido-max-directory-size): New defcustom.
4499         (ido-decorations): Add "too big" element.
4500         (ido-directory-too-big): New dynamic var.
4501         (ido-may-cache-directory): Don't cache big directories.
4502         (ido-directory-too-big-p): New defun.
4503         (ido-set-current-directory): Update ido-directory-too-big.
4504         (ido-read-internal): Make empty ido-cur-item if too-big.
4505         (ido-buffer-internal): Use ido-read-internal directly instead of
4506         ido-read-buffer.
4507         (ido-file-internal): Init ido-directory-too-big.
4508         (ido-complete): <TAB> If ido-directory-too-big is set, clear it,
4509         and redo completion with full list.
4510         (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
4511         it, and show completions.
4512         (ido-all-completions): Let bind ido-directory-too-big to nil.
4513         (ido-exhibit): Handle ido-directory-too-big.
4514         (ido-read-buffer): Handle fallback to read-buffer.
4515         Init ido-directory-too-big.
4516         (ido-read-file-name, ido-read-directory-name, ido-completing-read):
4517         Init ido-directory-too-big.
4519 2004-09-24  Luc Teirlinck  <teirllm@auburn.edu>
4521         * subr.el (delay-mode-hooks): Doc fix.
4523 2004-09-23  Luc Teirlinck  <teirllm@auburn.edu>
4525         * textmodes/enriched.el
4526         (enriched-default-text-properties-local-flag): New variable.
4527         (enriched-mode): Make sure that enabling and disabling the mode is
4528         a no-op.  Doc fix.
4530 2004-09-23  H\e,Ae\e(Bkon Malmedal  <hmalmedal@yahoo.no>  (tiny change)
4532         * calendar/holidays.el (holiday-advent): Report on a specified day
4533         offset from advent, not just advent.
4534         (holiday-easter-etc): Report on one specified day offset from
4535         easter, not all easter holidays. Various Easter holidays moved to
4536         `christian-holidays' variable in calendar.el.
4537         * calendar/calendar.el (christian-holidays): Adapt for new
4538         behaviour of `holiday-advent' and `holiday-easter-etc' functions.
4540 2004-09-23  Kim F. Storm  <storm@cua.dk>
4542         * image.el (insert-sliced-image): Add doc string.
4544         * ido.el (ido-choice-list): New dynamic var for `list' context.
4545         (ido-context-switch-command): New dynamic var.
4546         (ido-define-mode-map): Generalize switch between file/buffer contexts.
4547         (ido-read-internal): Handle new `list' context.
4548         Handle insert-buffer and insert-file ido-exit values.
4549         (ido-buffer-internal): New arg switch-cmd.  Use it to setup
4550         ido-context-switch-command. Handle insert-file ido-exit value.
4551         (ido-read-buffer): Set ido-context-switch-command to 'ignore
4552         unless it is already bound by caller.
4553         (ido-file-internal): New arg switch-cmd.  Use it to setup
4554         ido-context-switch-command.  Handle insert-buffer ido-exit value.
4555         (ido-enter-insert-buffer, ido-enter-insert-file): New commands
4556         used for context switching.
4557         (ido-all-completions): Handle new `list' context.
4558         (ido-make-choice-list): Return choices for `list' context.
4559         (ido-find-file-in-dir, ido-display-file, ido-write-file)
4560         (ido-display-buffer, ido-kill-buffer): Disable context switching.
4561         (ido-insert-buffer, ido-insert-file): Setup context switching.
4562         (ido-exhibit): Handle `list' context.
4563         (ido-read-file-name): Disable context switching.  Handle fallback.
4564         (ido-read-directory-name): Disable context switching.
4565         (ido-completing-read): New defun like completing-read.  Setup and
4566         use new `list' context.
4568 2004-09-20  Jesper Harder  <harder@ifa.au.dk>
4570         * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
4572 2004-09-21  Jay Belanger  <belanger@truman.edu>
4574         * calc/calc-graph.el (calc-graph-add-curve): Move the call to
4575         `calc-graph-set-styles' so the gnuplot buffer will appear in a
4576         separate window.
4578 2004-09-21  Luc Teirlinck  <teirllm@auburn.edu>
4580         * subr.el (after-change-major-mode-hook): Doc fix.
4582 2004-09-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4584         * printing.el: Doc fix.  Add a new tip about the use of gsprint instead
4585         of ghostscript for monochrome PostScript file in Windows.
4587 2004-09-21  Kenichi Handa  <handa@m17n.org>
4589         * descr-text.el (describe-char): Checking of quail activation
4590         fixed.
4592 2004-09-21  Jay Belanger  <belanger@truman.edu>
4594         * calc/calc.el (calc-mode-var-list): Remove unnecessary quotes.
4596 2004-09-20  Luc Teirlinck  <teirllm@auburn.edu>
4598         * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
4599         after the mode hooks instead of before.  Doc fix.
4601 2004-09-20  Jason Rumney  <jasonr@gnu.org>
4603         * startup.el (command-line) [windows-nt]: Try .emacs first, then
4604         _emacs, but revert to .emacs if neither exists in home directory.
4606 2004-09-20  John Paul Wallington  <jpw@gnu.org>
4608         * bindings.el (completion-ignored-extensions): Add .dfsl.
4610 2004-09-20  Richard M. Stallman  <rms@gnu.org>
4612         * bindings.el (scroll-left): Make it disabled.
4614         * files.el (enable-local-eval): Doc fix.
4616         * indent.el (move-to-left-margin): Special case for minibuffer.
4618         * term.el (term-emulate-terminal): Turn off undo for output.
4619         Use with-current-buffer and save-selected-window.
4621         * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
4623         * progmodes/make-mode.el (makefile-fill-paragraph):
4624         Don't insist on spaces when looking for comments.  # is enough.
4626         * files.el (hack-local-variables): Copy the variables list
4627         to another buffer, strip prefixes and suffixes there, then read.
4628         (enable-local-eval): Doc fix.
4629         (ignored-local-variables): Initialize to nil.
4630         (risky-local-variable-p): Don't check ignored-local-variables here.
4631         (hack-one-local-variable): Ignore var if in ignored-local-variables.
4633 2004-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
4635         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
4636         of = to "." (punctuation).
4638 2004-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4640         * subr.el (event-basic-type): Fix mask (extend to 22bits).
4642 2004-09-18  Luc Teirlinck  <teirllm@auburn.edu>
4644         * textmodes/enriched.el (enriched-rerun-flag): New variable.
4645         (enriched-before-change-major-mode): New function.
4646         Add it to `change-major-mode-hook'.
4647         (enriched-after-change-major-mode): New function.
4648         Add it to `after-change-major-mode-hook'.
4649         (enriched-mode): Make it work correctly if called from
4650         `after-change-major-mode-hook'.
4651         No longer set `indent-line-function'.
4653         * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
4655         * subr.el (after-change-major-mode-hook): New variable.
4656         (run-mode-hooks): Implement it.
4658 2004-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4660         * battery.el (battery-linux-proc-apm): Use string-to-number.
4661         (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
4662         Use dolist (and less indentation).  Use erase-buffer.
4663         Pre-initialize `design-capacity', `warn', and `low'.
4664         (battery-format): Use replace-regexp-in-string.
4666 2004-09-18  Ralph Schleicher  <rs@nunatak.allgaeu.org>
4668         * battery.el: Delete superfluous empty lines.
4669         (battery-linux-proc-acpi): Attempt to gather information from all
4670         battery subdirectories regardless of their file name.
4671         (battery-linux-proc-apm): Replace all occurrences of
4672         battery-hex-to-int-2 with string-to-int (base 16).
4673         (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
4674         (battery-hex-map): Delete variable.
4676 2004-09-18  John Paul Wallington  <jpw@gnu.org>
4678         * calc/calc-units.el (calc-quick-units): Fix overzealous
4679         s/or/unless/.
4681 2004-09-17  Jay Belanger  <belanger@truman.edu>
4683         * calc/calc.el (calc-mode-var-list): Fix the value of
4684         `calc-matrix-brackets'.
4686 2004-09-17  Romain Francoise  <romain@orebokech.com>
4688         * ibuf-ext.el (define-ibuffer-filter filename):
4689         Expand dired-directory since buffer-file-name is absolute.
4691 2004-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
4693         * ediff-init.el (ediff-current-diff-face-A)
4694         (ediff-current-diff-face-B, ediff-current-diff-face-C)
4695         (ediff-current-diff-face-Ancestor)
4696         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
4697         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
4698         (ediff-even-diff-face-A, ediff-even-diff-face-B)
4699         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
4700         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
4701         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
4702         Use min-colors.
4704         * term.el (term-down): Perform vertical motion if DOWN is negative.
4705         (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
4706         (term-termcap-format): Synchronyze with the eterm terminfo entry
4707         in etc/e/eterm.ti.
4708         (term-handle-colors-array): If the current foreground or
4709         background are zero (i.e. unspecified), use the foreground and
4710         background of the default face for reverse video.
4711         (term-ansi-at-eval-string, term-ansi-default-fg)
4712         (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
4713         (term-mem): Delete ununsed function.
4714         (term-protocol-version): Increment.
4715         (term-current-face): Set to default.
4717 2004-09-15  Jay Belanger  <belanger@truman.edu>
4719         * calc/calc.el (calc-mode-var-list): Define this variable.
4720         (calc-always-load-extensions, calc-line-numbering)
4721         (calc-line-breaking, calc-display-just, calc-display-origin)
4722         (calc-number-radix, calc-leading-zeros, calc-group-digits)
4723         (calc-group-char, calc-point-char, calc-frac-format)
4724         (calc-prefer-frac, calc-hms-format, calc-date-format)
4725         (calc-float-format, calc-full-float-format, calc-complex-format)
4726         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
4727         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
4728         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
4729         (calc-matrix-brackets, calc-language, calc-language-option)
4730         (calc-left-label, calc-right-label, calc-word-size)
4731         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
4732         (calc-display-raw, calc-internal-prec, calc-angle-mode)
4733         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
4734         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
4735         (calc-window-height, calc-display-trail, calc-show-selections)
4736         (calc-use-selections, calc-assoc-selections)
4737         (calc-display-working-message, calc-auto-why, calc-timing)
4738         (calc-mode-save-mode, calc-standard-date-formats)
4739         (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
4740         (calc-user-parse-tables, calc-gnuplot-default-device)
4741         (calc-gnuplot-default-output, calc-gnuplot-print-device)
4742         (calc-gnuplot-print-output, calc-gnuplot-geometry)
4743         (calc-graph-default-resolution, calc-graph-default-resolution-3d)
4744         (calc-invocation-macro, calc-show-banner): Give these values as
4745         part of `calc-mode-var-list's initialization after the variables
4746         are declared with defvar.
4747         (calc-bug-address):  Change email address to send bug reports to.
4748         Change the maintainer address at the top.
4749         (calc-mode): Compare `calc-settings-file' to `user-init-file' rather
4750         than "\\.emacs" to determine if it is the user-init-file.
4752         * calc/calc-embed.el (calc-embedded-set-modes): Use
4753         `calc-mode-var-list' correctly.
4755 2004-09-15  Thien-Thi Nguyen  <ttn@gnu.org>
4757         * vc.el (annotate-time): Document point handling.
4758         (vc-annotate-display-autoscale): Doc fix.
4760 2004-09-15  Miles Bader  <miles@gnu.org>
4762         * generic.el (generic-make-keywords-list): Use symbol rather than
4763         word anchors in regexp.
4765 2004-09-14  Sean O'Rourke  <sorourke@cs.ucsd.edu>
4767         * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
4768         no file name consider `dired-directory'.
4770 2004-09-14  Kim F. Storm  <storm@cua.dk>
4772         * faces.el (cursor): Add face-no-inherit property.  Doc fix.
4774 2004-09-14  Simon Josefsson  <jas@extundo.com>
4776         * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
4778         * textmodes/dns-mode.el: Add.
4780 2004-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4782         * novice.el (disabled-command-hook): Use shorthand for obsolescence.
4783         (disabled-command-function): Make the ?\  char more obvious.
4785         * vc-arch.el (vc-arch-root, vc-arch-registered):
4786         * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
4788 2004-09-13  Hovav Shacham  <hovav@sha1.stanford.edu>
4790         * windmove.el (windmove-frame-edges): Report coordinates of
4791         outside edges of frame, not inside edges.
4792         (windmove-coordinates-of-position): Convert into wrapper to new
4793         function `windmove-coordinates-of-window-position';
4794         `compute-motion' always applies to selected window.
4795         (windmove-coordinates-of-position): Update documentation to refer
4796         to Emacs 21 Lisp Reference Manual.
4797         (windmove-find-other-window): Fix off-by-one errors for max x,y.
4799 2004-09-13  Kim F. Storm  <storm@cua.dk>
4801         * isearch.el (isearch-resume-in-command-history): Rename from
4802         isearch-resume-enabled and change default to nil.
4804 2004-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4806         * vc-hooks.el (vc-ignore-dir-regexp): New var.
4807         (vc-registered): Use it.
4808         (vc-find-root): New fun.
4810         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
4811         Don't tell to use \\{...} when it's already done.
4813         * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
4814         Provide a sample complex default.
4815         (bibtex-url, bibtex-font-lock-url): Adapt to new format.
4816         (bibtex-entry): Use mapc.
4818 2004-09-12  Kim F. Storm  <storm@cua.dk>
4820         * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
4822         * emulation/cua-rect.el (cua--rectangle-operation): Let bind
4823         inhibit-field-text-motion to t so rectangles work in comint buffers.
4825         * simple.el (choose-completion-string): Set buffer before running
4826         choose-completion-string-functions hook so it can be buffer-local.
4828 2004-09-12  Daniel Pfeiffer  <occitan@esperanto.org>
4830         * progmodes/compile.el (compilation-start): Parse command to see
4831         if it starts with a cd, and if so perform it for the *compilation*
4832         buffer.  Change the header to reflect this.
4834 2004-09-11  Kim F. Storm  <storm@cua.dk>
4836         * ido.el (ido-enable-dot-prefix): Doc fix.
4837         (ido-enable-dot-prefix): New defcustom.
4838         (ido-set-matches1): Use it.
4840 2004-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4842         * textmodes/bibtex.el (bibtex-mark-active)
4843         (bibtex-run-with-idle-timer): Move the `if' inside the defun.
4845 2004-09-10  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4847         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
4848         used in a case insensitive environment.
4849         (bibtex-mode-map): Rearrange order of menus.
4850         (bibtex-quoted-string-re): Obsolete.
4851         (bibtex-complete-key-cleanup): Variable replaced by new function.
4852         (bibtex-font-lock-keywords): Use backquotes.
4853         (bibtex-font-lock-url-regexp): New internal variable.
4854         (bibtex-name-in-field): New optional arg remove-opt-alt to remove
4855         "OPT" and "ALT".
4856         (bibtex-insert-current-kill, bibtex-make-field)
4857         (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
4858         (bibtex-parse-field-text): Simplify.
4859         (bibtex-string=): New helper function.
4860         (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
4861         (bibtex-map-entries): Use bibtex-string=.
4862         (bibtex-search-entry): Use not.
4863         (bibtex-enclosing-field): Fix docstring.
4864         (bibtex-assoc-regexp): Obsolete.
4865         (bibtex-format-entry): Use assoc-string and bibtex-string=.
4866         (bibtex-autokey-get-names): Handle empty name field.
4867         (bibtex-parse-strings): Use assoc-string and unless.
4868         (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
4869         Use assoc-string.
4870         (bibtex-pop): Simplify.
4871         (bibtex-mode): Set font-lock-extra-managed-props.
4872         (bibtex-entry-update): Use assoc-string.
4873         (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
4874         (bibtex-autofill-entry): Use bibtex-string=.
4875         (bibtex-print-help-message): Simplify.
4876         (bibtex-find-entry): New optional arg START.
4877         (bibtex-validate): Use bibtex-string= and assoc-string.
4878         Do not call obsolete function compilation-parse-errors.
4879         (bibtex-remove-delimiters): Only remove delimiters if present.
4880         (bibtex-copy-entry-as-kill): Add docstring.
4881         (bibtex-clean-entry): Use bibtex-string=. Handle empty keys.
4882         Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
4883         (bibtex-complete): Use bibtex-predefined-month-strings,
4884         bibtex-string=, and new function bibtex-complete-key-cleanup.
4885         (bibtex-generate-url-list): New variable.
4886         (bibtex-url): New command bound to C-c C-l and mouse-2.
4887         (bibtex-url-map): New local keymap for bibtex-url-mouse.
4888         (bibtex-font-lock-url): New function.
4890 2004-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4892         * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
4894 2004-09-09  Kim F. Storm  <storm@cua.dk>
4896         * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
4897         counter and format with binding.
4898         (kmacro-name-last-macro): New defun.  Like name-last-kbd-macro, but
4899         the declared macro uses own macro counter and format.  Give symbol
4900         kmacro property.
4901         (kmacro-keymap): Bind kmacro-name-last-macro to n.
4902         (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
4903         (kmacro-end-and-call-macro): Doc fix.
4905 2004-09-09  Lars Hansen  <larsh@math.ku.dk>
4907         * desktop.el (desktop-clear-preserve-buffers):
4908         Remove make-obsolete-variable.
4910 2004-09-08  Richard M. Stallman  <rms@gnu.org>
4912         * buff-menu.el (list-buffers-noselect): Call format-mode-line
4913         with the buffer as argument.
4915 2004-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4917         * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
4919 2004-09-08  Juri Linkov  <juri@jurta.org>
4921         * replace.el (perform-replace): Use `query-replace-descr'.
4923         * cus-start.el (history-delete-duplicates): Specify customization.
4925         * diff-mode.el (diff-mode-map):
4926         * progmodes/compile.el (compilation-mode-map):
4927         * progmodes/grep.el (grep-mode-map):
4928         * replace.el (occur-mode-map): Rename `next-error-follow-mode'
4929         to `next-error-follow-minor-mode'.
4931 2004-09-08  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4933         * isearch.el (isearch-lazy-highlight-update): Take into account
4934         the case of zero-length match at the search bound.
4936 2004-09-08  Kim F. Storm  <storm@cua.dk>
4938         * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
4939         change.  Use zero width overlays when necessary.
4941 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
4943         * subr.el (split-string): Docfix.
4945 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
4947         * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
4948         (display-call-tree): Ensure newline after caller/calls blocks.
4950 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
4952         * startup.el (command-line-1): Make option
4953         --directory/-L modify `load-path' straight away.
4955 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
4957         * progmodes/grep.el (grep-mode): Use normal autoload cookie.
4959 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
4961         * emacs-lisp/autoload.el (make-autoload):
4962         Handle `define-compilation-mode'.
4964         * emacs-lisp/lisp-mode.el (define-compilation-mode):
4965         Specify `doc-string-elt' property.
4967 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
4969         * bs.el (bs-mode): Doc fix.
4971 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
4973         * info.el (Info-insert-dir): Fix temp buffer leak bug.
4975 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
4977         * play/blackbox.el (bb-trace-ray): Avoid double tracing.
4979 2004-09-08  Kenichi Handa  <handa@m17n.org>
4981         * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
4982         length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
4983         ps-mule-next-point -> 1+).
4985         * composite.el (encode-composition-rule): Add autoload cooky.
4987 2004-09-07  Luc Teirlinck  <teirllm@auburn.edu>
4989         * format.el (buffer-auto-save-file-format): Make it permanent local.
4991 2004-09-07  Kim F. Storm  <storm@cua.dk>
4993         * emacs-lisp/authors.el (authors-aliases): Add more aliases.
4994         (authors-fixed-entries): Fix typo.
4995         (authors-canonical-author-name): Compact multiple spaces.
4996         Ignore trivial names (e.g. only first name).
4998         * term.el (term-window-width): Only use full window width on
4999         window system if overflow-newline-into-fringe is enabled.
5000         (term-mode): Don't disable overflow-newline-into-fringe.
5002 2004-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5004         * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
5005         motion as seen on my Mac OS X xterms.
5007         * newcomment.el (uncomment-region-default, comment-region-default):
5008         New functions extracted from uncomment-region and comment-region.
5009         (comment-region, comment-region-function, uncomment-region)
5010         (uncomment-region-function): Use them.
5012         * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
5014         * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
5015         It's not crucial but can make sense at times.
5017         * vc-arch.el (vc-arch-workfile-version): Handle the special case before
5018         the first commit.
5020         * vc.el (vc-buffer-context, vc-restore-buffer-context):
5021         Disable obsolete code.
5023 2004-09-07  Juri Linkov  <juri@jurta.org>
5025         * progmodes/grep.el (grep-highlight-matches): Change default from
5026         `t' to `auto-detect', and type from `boolean' to `choice'.  Doc fix.
5027         (grep-compute-defaults): Set `grep-highlight-matches' to `t'
5028         if grep option `--color' is available, or to `nil' otherwise.
5029         (grep-process-setup): Call `grep-compute-defaults' if
5030         `grep-highlight-matches' is not computed.  Set env-vars only
5031         if `grep-highlight-matches' is `t'.
5032         (grep-use-null-device): Remove redundant type `boolean' (`choice'
5033         is already defined).
5035         * progmodes/compile.el (compilation-start): Use copy of
5036         `process-environment' created by `copy-sequence' to not
5037         modify env-vars in the global `process-environment'.
5039 2004-09-06  Eli Zaretskii  <eliz@gnu.org>
5041         * simple.el (next-error-follow-minor-mode): Fix last change.
5043 2004-09-05  Luc Teirlinck  <teirllm@auburn.edu>
5045         * textmodes/paragraphs.el (use-hard-newlines): Make it into a
5046         permanent local.
5048 2004-09-04  Richard M. Stallman  <rms@gnu.org>
5050         * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
5051         highlighting if the search string is empty.
5053 2004-09-04  Luc Teirlinck  <teirllm@auburn.edu>
5055         * facemenu.el (facemenu-active-faces): Change condition of inner
5056         `while' loop to also check the first two elements of `face-atts'
5057         and `mask-atts'.
5059 2004-09-04  John Paul Wallington  <jpw@gnu.org>
5061         * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
5062         (thumbs-view-image-mode): Make buffer read-only.
5064 2004-09-04  Christopher J. Madsen  <cjm@pobox.com>
5066         * textmodes/ispell.el (ispell-really-aspell): New defvar.
5067         (ispell-check-version): Set it.
5068         (ispell-send-replacement): New function.
5069         (ispell-process-line): Call ispell-send-replacement.
5071 2004-09-04  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
5073         * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
5074         Support choosing seconds with "s".
5076 2004-09-04  Jari Aalto  <jari.aalto@poboxes.com>
5078         * terminal.el (te-escape): Show `?' in prompt for help key.
5080 2004-09-04  Emilio C. Lopes <eclig@gmx.net>
5082         * emacs-lisp/lisp.el (kill-backward-up-list): New function.
5084 2004-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
5086         * simple.el (next-error-follow-minor-mode)
5087         (next-error-follow-mode-post-command-hook): New functions.
5088         (next-error-follow-last-line): New defvar.
5090         * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
5091         * progmodes/compile.el (compilation-mode-map): Likewise.
5092         * progmodes/grep.el (grep-mode-map): Likewise.
5093         * replace.el (occur-mode-map): Likewise.
5095         * newcomment.el (uncomment-region): Bind comment-use-global-state
5096         to nil.
5098 2004-09-03  Luc Teirlinck  <teirllm@auburn.edu>
5100         * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
5101         locally around the call to `revert-buffer'.
5103 2004-09-03  Juri Linkov  <juri@jurta.org>
5105         * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
5106         `isearch-adjusted' to `t'.
5107         (isearch-toggle-case-fold): Set `isearch-success' to `t'.
5108         (isearch-message-prefix): Add "pending" for isearch-adjusted.
5109         (isearch-other-meta-char): Restore isearch-point unconditionally.
5110         (isearch-query-replace): Add new arg `regexp-flag' and use it.
5111         Set point to start of match if region is not active in transient
5112         mark mode (to include the current match to region boundaries).
5113         Push the search string to `query-replace-from-history-variable'.
5114         Add prompt "Query replace regexp" for isearch-regexp.
5115         Add region beginning/end as last arguments of `perform-replace.'
5116         (isearch-query-replace-regexp): Replace code by the call to
5117         `isearch-query-replace' with arg `t'.
5119 2004-09-03  Richard M. Stallman  <rms@gnu.org>
5121         * startup.el (normal-top-level): Undo previous TERM change.
5123 2004-09-03  Kim F. Storm  <storm@cua.dk>
5125         * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
5126         highlight overlays; allow using RET when cursor is over a button.
5127         (cua--highlight-rectangle): Use it.
5128         (cua--rectangle-set-corners): Don't move backwards at eol.
5129         (cua--forward-line): Don't move into void after eob.
5131         * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
5132         point is set (and displayed) inside rectangle.
5133         (cua--rectangle-operation): Fix for highlight of empty lines.
5134         (cua--highlight-rectangle): Fix highlight for tabs.
5135         Position cursor at left/right edge of rectangle using new `cursor'
5136         property on overlay strings.
5137         (cua--indent-rectangle): Don't tabify.
5138         (cua-rotate-rectangle): Ignore that point has moved.
5140 2004-09-02  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5142         * term/mac-win.el: Add ASCII equivalents for some function keys.
5143         (mode-line-frame-identification): Sync with x-win.el.
5145 2004-09-02  Juri Linkov  <juri@jurta.org>
5147         * progmodes/compile.el (compilation-buffer-name): Compare major
5148         mode with second element of compilation-arguments instead of third
5149         to reflect latest changes in compilation-arguments structure.
5150         (recompile): Use global variable `compilation-directory' to get
5151         recent compilation directory only when `recompile' is invoked NOT
5152         in the compilation buffer.  Otherwise, use `default-directory' of
5153         the compilation buffer.
5154         (compilation-error-properties): Allow to funcall col and end-col.
5155         (compilation-mode-font-lock-keywords): Check col and end-col by
5156         `integerp'.
5157         (compilation-goto-locus): If end-mk is non-nil in transient mark
5158         mode don't activate the mark (and don't display message in
5159         push-mark), but highlight overlay between mk and end-mk.
5161         * progmodes/grep.el (grep-highlight-matches): New defcustom.
5162         (grep-regexp-alist): Add rule to highlight grep matches.
5163         (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
5165         * info.el (Info-fontify-node): Don't compute other-tag
5166         if Info-hide-note-references=hide.
5168         * help.el (function-called-at-point):
5169         * help-fns.el (variable-at-point):
5170         Try `find-tag-default' when other methods failed.
5172         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
5173         Do not push mark if inhibit-mark-movement is non-nil.
5175         * textmodes/ispell.el (ispell-html-skip-alists):
5176         Fix backslashes in docstring.
5178 2004-09-01  Juri Linkov  <juri@jurta.org>
5180         * isearch.el (isearch-wrap-function)
5181         (isearch-push-state-function): New defvars.
5182         (isearch-pop-fun-state): New defsubst.
5183         (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
5184         (isearch-push-state): Set the result of calling
5185         `isearch-push-state-function' to the `isearch-pop-fun-state' field.
5186         (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
5187         restore the mode-specific starting point of terminated search.
5188         (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
5189         (isearch-repeat): Call `isearch-wrap-function' if defined.
5190         (isearch-message-prefix): Don't add prefix "over" to the message
5191         for wrapped search if `isearch-wrap-function' is defined.
5192         (isearch-search): Call function saved in `isearch-pop-fun-state' to
5193         restore the mode-specific starting point of failed search.
5195         * info.el (Info-search-whitespace-regexp): Fix backslashes.
5196         (Info-search): Add new optional arguments for the sake of isearch.
5197         Replace whitespace in Info-search-whitespace-regexp literally.
5198         Add backward search.  Don't call `Info-select-node' if regexp is
5199         found in the same Info node.  Don't add node to Info-history for
5200         wrapped isearch.
5201         (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
5202         (Info-isearch-push-state, Info-isearch-pop-state): New funs.
5203         (Info-mode): Set local variables `isearch-search-fun-function',
5204         `isearch-wrap-function', `isearch-push-state-function',
5205         `search-whitespace-regexp'.
5207         * isearch.el: Remove ancient Change Log section.
5208         (isearch-string, isearch-message-string, isearch-point)
5209         (isearch-success, isearch-forward-flag, isearch-other-end)
5210         (isearch-word, isearch-invalid-regexp, isearch-wrapped)
5211         (isearch-barrier, isearch-within-brackets)
5212         (isearch-case-fold-search): Add suffix `-state' to state-related
5213         defsubsts to avoid name clashes with other function names.
5215         * simple.el (next-error): New defgroup and defface.
5216         (next-error-highlight, next-error-highlight-no-select):
5217         New defcustoms.
5218         (next-error-no-select): Let-bind next-error-highlight to the value
5219         of next-error-highlight-no-select before calling `next-error'.
5221         * progmodes/compile.el (compilation-goto-locus):
5222         Use `next-error' face instead of `region'.  Set 4-th argument of
5223         `move-overlay' to `current-buffer' to move overlay to different
5224         source buffers.  Use new variable `next-error-highlight'.
5226         * simple.el (next-error-find-buffer): Move the rule
5227         "if current buffer is a next-error capable buffer" after the
5228         rule "if next-error-last-buffer is set to a live buffer".
5229         Simplify to test all rules in one `or'.
5230         (next-error): Doc fix.
5231         (next-error, previous-error, first-error)
5232         (next-error-no-select, previous-error-no-select):
5233         Make arguments optional.
5235 2004-08-31  Luc Teirlinck  <teirllm@auburn.edu>
5237         * macros.el (apply-macro-to-region-lines): Make it operate on all
5238         lines that begin in the region, rather than on all complete lines
5239         in the region.
5241 2004-08-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5243         * x-dnd.el (x-dnd-protocol-alist): Document update.
5244         (x-dnd-known-types): Defcustom it.
5245         (x-dnd-handle-motif): Print message-atom in error message.
5247 2004-08-30  John Paul Wallington  <jpw@gnu.org>
5249         * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
5250         strings rather than programatically constructing message.
5252 2004-08-30  Richard M. Stallman  <rms@gnu.org>
5254         * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
5255         Don't return a string that would read as the wrong character code.
5257 2004-08-29  Kim F. Storm  <storm@cua.dk>
5259         * emulation/cua-base.el (cua-auto-expand-rectangles):
5260         Remove automatic rectangle padding feature; replace by non-destructive
5261         virtual rectangle edges feature.
5262         (cua-virtual-rectangle-edges): New defcustom.
5263         (cua-auto-tabify-rectangles): New defcustom.
5264         (cua-paste): If paste into a marked rectangle, insert rectangle at
5265         current column, even if virtual; also paste exactly as many lines
5266         as has been marked (ignore additional lines or add empty lines),
5267         but paste whole source if only one line is marked.
5268         (cua--update-indications): No longer use overwrite-cursor to
5269         indicate rectangle padding
5271         * emulation/cua-rect.el (cua--rectangle-padding): Remove.
5272         (cua--rectangle-virtual-edges): New defun.
5273         (cua--rectangle-get-corners): Remove optional PAD arg.
5274         (cua--rectangle-set-corners): Never do padding.
5275         (cua--forward-line): Remove optional PAD arg.  Simplify.
5276         (cua-resize-rectangle-right, cua-resize-rectangle-left)
5277         (cua-resize-rectangle-down, cua-resize-rectangle-up):
5278         (cua-resize-rectangle-bot, cua-resize-rectangle-top)
5279         (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
5280         (cua--rectangle-move): Never do padding.  Simplify.
5281         (cua--tabify-start): New defun.
5282         (cua--rectangle-operation): Add tabify arg.  All callers changed.
5283         (cua--pad-rectangle): Remove.
5284         (cua--delete-rectangle): Handle delete with virtual edges.
5285         (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
5286         (cua--insert-rectangle): Handle insert at virtual column.
5287         Perform auto-tabify if necessary.
5288         (cua--activate-rectangle): Remove optional FORCE arg.
5289         Never do padding.  Simplify.
5290         (cua--highlight-rectangle): Enhance for virtual edges.
5291         (cua-toggle-rectangle-padding): Remove command.
5292         (cua-toggle-rectangle-virtual-edges): New command.
5293         (cua-sequence-rectangle): Add optional TABIFY arg.  Callers changed.
5294         (cua--rectangle-post-command): Don't force rectangle padding.
5295         (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
5297 2004-08-28  Luc Teirlinck  <teirllm@auburn.edu>
5299         * indent.el (edit-tab-stops-buffer): Doc fix.
5301 2004-08-28  Richard M. Stallman  <rms@gnu.org>
5303         * progmodes/grep.el (grep-default-command): Use find-tag-default.
5304         (grep-tag-default): Function deleted.
5306         * subr.el (find-tag-default): Move from etags.el.
5308         * progmodes/etags.el (find-tag-default): Move to subr.el.
5310         * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
5311         into the basic character if it has an uppercase form.
5313 2004-08-27  Kenichi Handa  <handa@m17n.org>
5315         * international/utf-8.el (utf-8-post-read-conversion): If the
5316         buffer is unibyte, temporarily make it multibyte.
5318 2004-08-27  Masatake YAMATO  <jet@gyve.org>
5320         * calendar/time-date.el (time-to-seconds): Add autoload cookies.
5322 2004-08-25  John Paul Wallington  <jpw@gnu.org>
5324         * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
5325         0, 1, and many mismatches in message.
5326         (tex-start-shell): Use `set-process-query-on-exit-flag'.
5328         * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
5329         (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
5331 2004-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5333         * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
5334         vc-diff-switches differently.
5336 2004-08-22  Luc Teirlinck  <teirllm@auburn.edu>
5338         * speedbar.el (speedbar-file-regexp): Give it a phony defvar
5339         before and a real defvar after
5340         `speedbar-supported-extension-expressions'.  This is to silence
5341         the compiler without breaking bootstrapping.
5343 2004-08-22  Richard M. Stallman  <rms@gnu.org>
5345         * textmodes/flyspell.el (flyspell-word):
5346         Use set-process-query-on-exit-flag.
5347         (flyspell-highlight-duplicate-region): Take POSS as arg.
5348         (flyspell-word): Pass POSS as arg.
5350         * progmodes/ada-xref.el: Many doc and style fixes.
5351         (ada-find-any-references): Use compilation-start.
5352         (ada-get-ali-file-name): Improve error msg.
5353         (ada-get-ada-file-name): Likewise.
5355         * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
5356         (ange-ftp-start-process): Use set-process-query-on-exit-flag.
5358         * mail/mail-extr.el (mail-extr-all-top-level-domains):
5359         Add forward defvar.
5361         * whitespace.el (global-whitespace-mode): New alias
5362         for whitespace-global-mode.
5364         * speedbar.el (speedbar-file-regexp): Move definition up.
5365         (speedbar-mode, speedbar-set-mode-line-format):
5366         Use with-no-warnings.
5367         (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
5369         * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
5370         controls whether to display the error buffer.
5372         * ps-mule.el: Delete compatibility code for old Emacses.
5373         (ps-mule-find-wrappoint): Don't use chars-in-region.
5375         * frame.el (display-mouse-p, display-selections-p):
5376         Use with-no-warnings.
5378         * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
5380 2004-08-22  David Kastrup  <dak@gnu.org>
5382         * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
5383         information.
5385         * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
5387 2004-08-22  Andreas Schwab  <schwab@suse.de>
5389         * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
5391 2004-08-22  Masatake YAMATO  <jet@gyve.org>
5393         * cvs-status.el (cvs-status-checkout): New function.
5394         (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
5396 2004-08-21  David Kastrup  <dak@gnu.org>
5398         * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
5399         (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
5400         has been converted to use hashtables, the relation `nil=none' is
5401         no longer valid, as `nil' is not a hashtable.  This patch tries to
5402         reduce the number of resulting errors.
5404 2004-08-21  John Paul Wallington  <jpw@gnu.org>
5406         * subr.el (process-kill-without-query): Made obsolete in
5407         version 21.4, not 21.5.
5409         * log-edit.el (vc-comment-ring, vc-comment-ring-index)
5410         (vc-previous-comment, vc-next-comment)
5411         (vc-comment-search-reverse, vc-comment-search-forward)
5412         (vc-comment-to-change-log): Likewise.
5414         * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
5416 2004-08-21  Peter Seibel  <peter@javamonkey.com>  (tiny patch)
5418         * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
5419         Correct indentation of DEFMETHODS with non-standard method
5420         combinations (e.g., PROGN, MIN, MAX).
5422 2004-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5424         * startup.el (normal-top-level-add-subdirs-to-load-path):
5425         Avoid unnecessarily checking system-type.
5426         (normal-top-level): Set TERM to "dumb".  Simplify.
5428         * avoid.el (mouse-avoidance-ignore-p): New fun.
5429         Also ignore switch-frame, select-window, double, and triple clicks.
5430         (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
5431         (mouse-avoidance-fancy-hook): Use it.
5433 2004-08-20  Zoran Milojevic  <zoran@sipquest.com>  (tiny change)
5435         * avoid.el (mouse-avoidance-nudge-mouse)
5436         (mouse-avoidance-banish-destination): Stay within the current window
5437         to avoid problems with mouse-autoselect-window.
5439 2004-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5441         * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
5442         the newer format of some messages in cvs-1.12.1.
5444 2004-08-19  Masatake YAMATO  <jet@gyve.org>
5446         * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
5447         (elp-results-jump-to-definition-by-mouse)
5448         (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
5449         (elp-output-result): Use elp-output-insert-symname.
5451 2004-08-18  Kenichi Handa  <handa@m17n.org>
5453         * language/cyrillic.el: Register koi8-r in
5454         ctext-non-standard-encodings-alist.
5455         ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
5457 2004-08-17  Luc Teirlinck  <teirllm@auburn.edu>
5459         * emacs-lisp/copyright.el (copyright-update-year): Delete code
5460         that replaces 20xy with xy.
5462 2004-08-17  John Paul Wallington  <jpw@gnu.org>
5464         * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
5465         (reb-force-update): Doc fix.
5467 2004-08-16  Richard M. Stallman  <rms@gnu.org>
5469         * progmodes/which-func.el (which-func-update-1): Doc fix.
5471         * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
5472         (sh-mode-abbrev-table): New variable.
5474         * progmodes/compile.el (compilation-mode): Doc fix.
5476         * emacs-lisp/lisp-mode.el (eval-last-sexp):
5477         Don't cons a new symbol each time.
5478         (eval-last-sexp-fake-value): New variable.
5480         * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
5481         (copyright-update-year): Detect continuation of list of years.
5483         * term.el (term-default-fg-color, term-default-bg-color)
5484         (ansi-term-color-vector): Use `unspecified', not nil, as default.
5486         * imenu.el: Several doc fixes: don't say variables are buffer-local.
5488 2004-08-16  Davis Herring <herring@lanl.gov>
5490         * isearch.el (isearch-string, isearch-message-string, isearch-point)
5491         (isearch-success, isearch-forward-flag, isearch-other-end)
5492         (isearch-word, isearch-invalid-regexp, isearch-wrapped)
5493         (isearch-barrier, isearch-within-brackets)
5494         (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
5496 2004-08-16  Kenichi Handa  <handa@m17n.org>
5498         * ps-mule.el (ps-mule-font-info-database): Fix docstring.
5500 2004-08-15  Kenichi Handa  <handa@m17n.org>
5502         * term/x-win.el (x-selection-value): If utf8 was successful but
5503         ctext was not, use utf8 string.
5505 2004-08-14  Davis Herring  <herring@lanl.gov>
5507         * isearch.el: Remove accidental changes of March 4.  Fix backing
5508         up when a regexp isearch is made more general.  Use symbolic
5509         accessor functions for isearch stack frames to make usage clearer.
5510         (search-whitespace-regexp): Made groups in documentation shy (as
5511         is the group in the default value).
5512         (isearch-fallback): New function, addresses problems with regexps
5513         liberalized by `\|', adds support for liberalization by `\}' (the
5514         general repetition construct), and incorporates behavior for
5515         `*'/`?'.
5516         (isearch-}-char): New command, calls `isearch-fallback' with
5517         arguments appropriate to a typed `}'.
5518         (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
5519         appropriately.
5520         (isearch-mode-map): Bind `}' to `isearch-}-char'.
5521         (isearch-string, isearch-message,string, isearch-point)
5522         (isearch-success, isearch-forward-flag, isearch-other-end)
5523         (isearch-word, isearch-invalid-regexp, isearch-wrapped)
5524         (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
5525         New inline functions to read fields of a stack frame.
5527 2004-08-14  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>  (tiny change)
5529         * battery.el (battery-linux-proc-acpi): Look into battery
5530         directories matching the literal string "CMB", too (required for
5531         Linux kernel version 2.6.7).
5533 2004-08-14  John Paul Wallington  <jpw@gnu.org>
5535         * cus-start.el (read-file-name-completion-ignore-case): Add.
5536         (blink-cursor-alist): Change version to "21.4".
5538         * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
5540 2004-08-11  Daniel Pfeiffer  <occitan@esperanto.org>
5542         * speedbar.el (speedbar-scan-subdirs): New option.
5543         (speedbar-file-lists): Don't ignore file-name case on Unix and use
5544         dolist.
5545         (speedbar-insert-files-at-point): Take an extra argument and use
5546         it to optionally find out if a subdir is empty.  Also unreadable
5547         files don't get expand buttons.
5548         (speedbar-directory): New image (unused pixmap already existed).
5549         (speedbar-expand-image-button-alist): Use it.
5551 2004-08-11  Martin Stjernholm  <bug-cc-mode@gnu.org>
5553         CC Mode update to 5.30.9:
5555         * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
5556         Move from cc-vars to cc-defs for dependency reasons.  Fix the
5557         POSIX char class test to check that it works in
5558         `skip-chars-(forward|backward)' too.
5560         * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
5561         first argument starts with a special brace list.
5563         * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
5564         when `c-opt-type-concat-key' is used (i.e. in Pike).
5566         * progmodes/cc-engine.el (c-looking-at-special-brace-list):
5567         Fix bug when the inner char pair doesn't have paren syntax, i.e. "(<
5568         >)".
5570         * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
5571         whitespace safe.
5573         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
5574         position for `arglist-intro', `arglist-cont-nonempty' and
5575         `arglist-close' when there are two arglist open parens on the same
5576         line and there's nothing in front of the first.
5578         * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
5579         locking of qualified names in Java, which previously could fontify
5580         common indexing expressions in many cases.  The standard Java
5581         naming conventions are used to tell them apart.
5583         * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
5584         Fix inconsistency wrt opening parens on the first line inside a paren
5585         block.
5587         * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
5588         compile time for the sake of `c-major-mode-is'.
5590         (c-mode-is-new-awk-p): Made it a macro to delay expansion of
5591         `c-major-mode-is' in the event that this is used inside a
5592         `c-lang-defconst'.
5594         * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
5595         `c-lang-defconst' so that it works better with fallback languages.
5597         * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
5598         it to fail to record the base mode.
5600         * progmodes/cc-engine.el (c-syntactic-re-search-forward):
5601         Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
5602         is used.  Reorder the syntax checks to get more efficient
5603         skipping in some situations.
5605         * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
5606         continuation which might precede the newly inserted '{'.
5608         * progmodes/cc-engine.el (c-syntactic-re-search-forward):
5609         Fix cases where it could loop indefinitely.
5611         * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
5612         size specs correctly.  Only fontify identifiers in front of '('
5613         with as functions - don't accept any paren char.  Tighten up
5614         initializer skipping to stop before function and class blocks.
5616         * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
5617         the point could be left directly after an open paren when finding
5618         the beginning of the first decl in the block.
5620         * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
5621         table when filtering out legitimate open parens to be recorded.
5622         This could cause cache inconsistencies when e.g.
5623         `c++-template-syntax-table' was temporarily in use.
5625         * progmodes/cc-engine.el (c-on-identifier)
5626         (c-simple-skip-symbol-backward): Small fix for handling "-"
5627         correctly in `skip-chars-backward'.  Affected the operator lfun
5628         syntax in Pike.
5630         * progmodes/cc-engine.el (c-invalidate-sws-region-after):
5631         Fix bug that could cause an error from `after-change-functions' when
5632         the changed region is at bob.
5634 2004-08-11  Alan Mackenzie  <bug-cc-mode@gnu.org>
5636         CC Mode update to 5.30.9:
5638         * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
5639         to say that <TAB> doesn't insert WS into a CPP line.
5640         (c-indent-command, c-tab-always-indent): Amend doc strings.
5642         * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
5643         checks for user errors, thus eliminating cryptic and unhelpful
5644         Emacs error messages.  (1) Check the arg to `c-set-style' is a
5645         string.  (2) Check that settings to `c-offsets-alist' are not
5646         spuriously quoted.
5648         * progmodes/cc-cmds.el: (c-electric-brace): Don't delete a comment
5649         which precedes the newly inserted `{'.
5651 2004-08-10  Michael Albinus  <michael.albinus@gmx.de>
5653         Sync with Tramp 2.0.44.
5655         * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
5656         function "tramp_file_attributes".  Otherwise, file names
5657         containing spaces are misinterpreted.  Reported by Magnus Henoch
5658         <mange@freemail.hu>.
5659         (tramp-handle-file-truename): FILENAME must be expanded first.
5660         Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
5661         obscure results.  Reported by D. Goel <deego@gnufans.org>.
5662         (tramp-handle-verify-visited-file-modtime): If file does not
5663         exist, say it is not modified if and only if that agrees with the
5664         buffer's record.  Check whether a file is visiting the buffer, or
5665         the buffer has no recorded last modification time.  Return t in
5666         case the visiting file doesn't exist.  Suggested by Luc Teirlinck
5667         <teirllm@auburn.edu>.
5668         (tramp-handle-write-region): Pass modtime explicitely to
5669         `set-visited-file-modtime', because filename can be different
5670         from (buffer-file-name) if `file-precious-flag' is set.
5671         `set-visited-file-modtime' must be called always when `visit' is t
5672         or a string.  Suggested by Luc Teirlinck <teirllm@auburn.edu>.
5673         (tramp-handle-set-visited-file-modtime): If `time-list' is not
5674         nil, don't apply the whole body.  If the file doesn't exists, set
5675         modtime to '(-1 65535).  Suggested by Luc Teirlinck
5676         <teirllm@auburn.edu>.
5678 2004-08-09  Luc Teirlinck  <teirllm@auburn.edu>
5680         * help.el (describe-bindings): Doc fix.
5682         * subr.el (kbd): Doc fix.
5684 2004-08-08  John Paul Wallington  <jpw@gnu.org>
5686         * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
5687         instead of `string-to-int'.
5688         (define-ibuffer-column mode): Fix indentation.
5690 2004-08-08  Lars Hansen  <larsh@math.ku.dk>
5692         * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.
5694 2004-08-08  Luc Teirlinck  <teirllm@auburn.edu>
5696         * subr.el (global-unset-key, local-unset-key): Doc fixes.
5698         * novice.el (disabled-command-function): New variable renamed from
5699         `disabled-command-hook'.
5700         (disabled-command-hook): Keep the _variable_ as alias for
5701         `disabled-command-function' and make obsolete.
5702         (disabled-command-function): Function renamed from
5703         `disabled-command-hook'.  Adapt code to name change of the variable.
5705 2004-08-07  Satyaki Das  <satyaki@theforce.stanford.edu>  (tiny change)
5707         * simple.el (completion-root-regexp): New defvar.
5708         (completion-setup-function): Use it instead of a literal string.
5710 2004-08-07  John Paul Wallington  <jpw@gnu.org>
5712         * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
5713         (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
5714         (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
5715         (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
5717 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
5719         * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
5720         (mail-extr-voodoo): Check mail-extr-disable-voodoo.
5722 2004-08-04  Kenichi Handa  <handa@m17n.org>
5724         * international/encoded-kb.el (encoded-kbd-setup-keymap):
5725         Fix previous change.
5727 2004-08-03  Kenichi Handa  <handa@m17n.org>
5729         * international/encoded-kb.el: The following changes are to
5730         utilize key-translation-map instead of minor mode map.
5731         (encoded-kbd-iso2022-non-ascii-map): Delete it.
5732         (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
5733         (encoded-kbd-last-key): New function.
5734         (encoded-kbd-iso2022-single-shift): New function.
5735         (encoded-kbd-iso2022-designation)
5736         (encoded-kbd-self-insert-iso2022-7bit)
5737         (encoded-kbd-self-insert-iso2022-8bit)
5738         (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
5739         (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
5740         key-translation-map.
5741         (encoded-kbd-setup-keymap): Setup key-translation-map.
5742         (saved-key-translation-map): New variable.
5743         (encoded-kbd-mode): Save/restore key-translation-map.
5744         Adjust for the change of encoded-kbd-setup-keymap.
5746 2004-08-02  Kim F. Storm  <storm@cua.dk>
5748         * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
5749         and call compute-motion with nil for topos and width to get proper
5750         usable width and height for both window and non-window systems.
5752         * windmove.el (windmove-coordinates-of-position): Let compute-motion
5753         calculate usable window width and height.
5755         * window.el (window-buffer-height): Call compute-motion with nil width.
5757 2004-08-01  David Kastrup  <dak@gnu.org>
5759         * replace.el (query-replace-read-from):
5760         Use `query-replace-compile-replacement'.
5761         (query-replace-compile-replacement): New function.
5762         (query-replace-read-to): Use `query-replace-compile-replacement'
5763         for repeating the last command.
5765 2004-08-01  John Paul Wallington  <jpw@gnu.org>
5767         * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
5768         (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
5769         (pr-switches): Remove period from end of error messages.
5771         * help-mode.el (help-go-back): Likewise.
5773         * abbrev.el (only-global-abbrevs): Doc fix.
5774         (edit-abbrevs-map): Define within defvar.
5775         (quietly-read-abbrev-file): Doc fix.
5777 2004-07-31  Luc Teirlinck  <teirllm@auburn.edu>
5779         * novice.el (enable-command, disable-command): Doc fixes.
5781         * subr.el (event-modifiers, event-basic-type): Doc fixes.
5783 2004-07-30  Richard M. Stallman  <rms@gnu.org>
5785         * subr.el (with-local-quit): Doc fix.
5787 2004-07-30  Luc Teirlinck  <teirllm@auburn.edu>
5789         * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
5791 2004-07-28  Luc Teirlinck  <teirllm@auburn.edu>
5793         * custom.el (defcustom): Doc fix.
5795 2004-07-28  Masatake YAMATO  <jet@gyve.org>
5797         * progmodes/etags.el (etags-tags-apropos): Show building progress.
5799 2004-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5801         * imenu.el (imenu-prev-index-position-function)
5802         (imenu-extract-index-name-function, imenu-name-lookup-function)
5803         (imenu--index-alist): Docstring redundancy fix.
5805 2004-07-25  Lars Hansen  <larsh@math.ku.dk>
5807         * wdired.el (wdired-finish-edit): Require dired-aux before locally
5808         binding dired-backup-overwrite.
5810 2004-07-25  John Paul Wallington  <jpw@gnu.org>
5812         * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
5814 2004-07-24  Luc Teirlinck  <teirllm@auburn.edu>
5816         * term/tty-colors.el (tty-color-approximate): Doc fix.
5818         * select.el (x-get-selection, x-set-selection): Doc fixes.
5820         * frame.el (make-frame): Doc fix.
5822 2004-07-24  Richard M. Stallman  <rms@gnu.org>
5824         * mail/rmail.el (rmail-mime-charset-pattern):
5825         Don't include semicolon in the charset value.
5827         * replace.el (occur-next-error): Call set-window-point.
5828         (occur-engine): Handle negative NLINES.
5830 2004-07-23  Luc Teirlinck  <teirllm@auburn.edu>
5832         * frame.el (modify-all-frames-parameters): Minor doc fix.
5833         (set-frame-configuration): Doc fix.
5835 2004-07-23  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
5837         * simple.el (completion-setup-function): Compute the common parts
5838         and the first difference place correctly when
5839         partial-completion-mode is on.
5841 2004-07-22  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5843         * ps-print.el: Doc fix.
5844         (ps-print-version): New version 6.6.5.
5845         (ps-printing-region): Doc fix.
5846         (ps-generate-string-list): Comment fix.
5847         (ps-message-log-max): Code fix.
5849 2004-07-22  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
5851         * ps-print.el (ps-begin-file): Improve the DSC compliance of the
5852         generated PostScript.
5854 2004-08-17  Reiner Steib  <Reiner.Steib@gmx.de>
5856         * net/tls.el (tls-process-connection-type): Fix docstring.  (Sync
5857         with Gnus v5_10 branch.)
5859 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
5861         * calendar/time-date.el (time-to-number-of-days): New function.
5862         Imported from from Gnus.
5864 2004-07-22  Kim F. Storm  <storm@cua.dk>
5866         * progmodes/make-mode.el: Fix comments.
5868 2004-07-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5870         * printing.el: Doc fix.
5872 2004-07-20  Luc Teirlinck  <teirllm@auburn.edu>
5874         * frame.el (modify-all-frames-parameters): Minor doc fix.
5876 2004-07-20  Richard M. Stallman  <rms@gnu.org>
5878         * textmodes/fill.el (fill-nobreak-p): If this break point is
5879         at the end of the line, don't consider the newline which follows
5880         as a reason to return t.
5882 2004-07-19  John Paul Wallington  <jpw@gnu.org>
5884         * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
5886 2004-07-18  Luc Teirlinck  <teirllm@auburn.edu>
5888         * dired-aux.el (dired-do-kill-lines): Expand docstring.
5889         Delete irrelevant code.
5891 2004-07-17  Kai Grossjohann  <kai.grossjohann@gmx.net>
5893         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
5894         New docstring.  From Luc Teirlinck.
5896 2004-07-17  Luc Teirlinck  <teirllm@auburn.edu>
5898         * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
5899         section.
5900         (auto-revert-handler): Do not check `auto-revert-tail-mode' for
5901         non-file buffers.  We know it is nil.
5903 2004-07-17  Kai Grossjohann  <kai.grossjohann@gmx.net>
5905         Sync with Tramp 2.0.43.
5907         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
5908         Remove outdated comment.
5909         (tramp-locked, tramp-locker): New variables for implementing a
5910         global lock.
5911         (tramp-sh-file-name-handler): Use them to implement the global lock.
5913 2004-07-13  Michael Albinus  <michael.albinus@gmx.de>
5915         * net/tramp.el (all): Code cleanup.  Change all `tramp-handle-xxx'
5916         calls to respective `xxx` calls.
5917         (tramp-process-alive-regexp): Precise doc string.
5918         (tramp-multi-action-process-alive): New defun.
5919         (tramp-multi-actions): Use it.
5920         (tramp-handle-find-backup-file-name): `copy-tree' is available
5921         since Emacs 21.4 only (XEmacs has it).  Implementation rewritten
5922         in order to avoid this function.
5923         (tramp-handle-write-region): Set current buffer.  If connection
5924         wasn't open, `file-modes' has changed it accidently.  Reported by
5925         David Kastrup <dak@gnu.org>.
5926         (tramp-enter-password, tramp-read-passwd): New arguments USER and
5927         HOST.
5928         (tramp-action-password, tramp-multi-action-password): Apply it.
5929         (tramp-open-connection-rsh): If a port is given, the Tramp buffer
5930         name must still contain the port number.  Otherwise, we have two
5931         Tramp buffers, with all the confusion.  Reported by Myron Selby
5932         <myron@xytech.com> and Rolf Dubitzky
5933         <Dubitzky@physi.uni-heidelberg.de>.
5935         * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
5936         HOST to `tramp-enter-passwd'.
5938         * net/tramp-vc.el (all): Code cleanup.  Change all
5939         `tramp-handle-xxx' calls to respective `xxx` calls.
5941 2004-07-17  Jonathan Yavner  <jyavner@member.fsf.org>
5943         * emacs-lisp/testcover.el: New category "potentially-1valued" for
5944         functions that are not erroneous if either 1-valued or
5945         multi-valued.  Detect functions in this class.
5946         (testcover-1value-functions, testcover-compose-functions)
5947         (testcover-progn-functions) Add some additional functions to lists.
5948         (testcover-mark): Bugfix when marking up the definition for an
5949         empty function.
5951 2004-07-17  Richard M. Stallman  <rms@gnu.org>
5953         * replace.el (occur-read-primary-args): Pass default to
5954         read-from-minibuffer.
5956         * mail/footnote.el (footnote-section-tag): Use defcustom.
5958         * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
5959         Compile font-lock-keywords, not KEYWORDS.
5960         (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
5961         Add warn, check-type.  Handle cerror like error.
5963 2004-07-14  Daniel Pfeiffer  <occitan@esperanto.org>
5965         * progmodes/which-func.el (which-func-keymap): New var.
5966         (which-func-face): New face.
5967         (which-func-format): Use them.
5969 2004-07-16  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
5971         * buff-menu.el (list-buffers-noselect): Append the buffer's
5972         process status to its mode name.
5974 2004-07-16  Kim F. Storm  <storm@cua.dk>
5976         * simple.el (inhibit-mark-movement): New defvar.
5977         (beginning-of-buffer, end-of-buffer): Do not push mark if
5978         inhibit-mark-movement is non-nil or C-u prefix is given.
5980         * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
5981         Init to beginning-of-buffer and end-of-buffer.
5982         (cua--undo-push-mark): New defvar.
5983         (cua--pre-command-handler): Set inhibit-mark-movement if mark is
5984         already active and command is in cua--preserve-mark-commands.
5985         Also fix check for shift modifier on non-window systems.
5986         (cua--post-command-handler): Clear inhibit-mark-movement if set.
5988 2004-07-14  Luc Teirlinck  <teirllm@auburn.edu>
5990         * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
5991         of two integers, instead of a cons.
5993         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
5994         `visited-file-modtime' now returns a list of two integers, instead
5995         of a cons.
5997         * dired.el (dired-directory-changed-p): Ditto.
5999         * progmodes/grep.el (grep): Doc fix.
6001 2004-07-14  Daniel Pfeiffer  <occitan@esperanto.org>
6003         * autorevert.el (auto-revert-tail-mode)
6004         (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
6005         (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
6006         in both at the same time.
6007         (auto-revert-tail-mode): New command.
6008         (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
6009         (auto-revert-handler): Revert only either tail or whole file.
6011         * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
6012         add auto-revert-tail-mode.
6014 2004-07-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6016         * printing.el: Doc fix.  Change name of some funs.
6017         (pr-dosify-file-name): New fun.  Replace ps-dosify-path.
6018         (pr-unixify-file-name): New fun.  Replace ps-unixify-path.
6019         (pr-standard-file-name): New fun.  Replace pr-standard-path.
6020         (pr-call-process): Code fix.
6022 2004-07-12  Luc Teirlinck  <teirllm@auburn.edu>
6024         * subr.el (with-selected-window): Doc fix.
6026 2004-07-11  Luc Teirlinck  <teirllm@auburn.edu>
6028         * subr.el (get-buffer-window-list): Doc fix.
6030 2004-07-10  Luc Teirlinck  <teirllm@auburn.edu>
6032         * files.el (switch-to-buffer-other-window): Doc fix.
6034         * window.el (save-selected-window, one-window-p)
6035         (split-window-keep-point, split-window-vertically)
6036         (split-window-horizontally): Doc fixes.
6038 2004-07-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6040         * printing.el: Doc fix.  Now it uses call-process instead of
6041         shell-command for low command execution.
6042         (pr-version): New version number (6.8).
6043         (pr-shell-file-name): Option removed.
6044         (pr-shell-command): Fun removed.
6045         (pr-call-process): New fun.  Replace pr-shell-command.
6046         (pr-standard-path, pr-remove-nil-from-list): New funs.
6047         (zmacs-region-stays, current-mouse-event, current-menubar): New var.
6048         (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
6049         (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
6050         (pr-ps-utility-process, pr-txt-print): Code fix.
6052 2004-07-10  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
6054         * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
6055         boolean.
6057 2004-07-09  Lars Hansen  <larsh@math.ku.dk>
6059         * wid-edit.el (widget-field-buffer): Doc fix.
6061 2004-07-09  John Paul Wallington  <jpw@gnu.org>
6063         * emacs-lisp/re-builder.el (reb-update-overlays):
6064         Distinguish between one and several matches in message.
6066 2004-07-09  Richard M. Stallman  <rms@gnu.org>
6068         * mouse.el (mouse-set-region-1): If transient-mark-mode
6069         is `identity', change it to `only'.
6071         * simple.el (current-word): Doc fix.
6073 2004-07-09  Mark A. Hershberger  <mah@everybody.org>
6075         * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
6076         so that it is more understanding of whitespace.
6078         * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the
6079         form
6080         (("ns" . "element") (attr-list) children) instead of
6081         ((:ns . "element") (attr-list) children) in order to reduce the
6082         number of symbols used.
6083         (xml-skip-dtd): Change to use xml-parse-dtd but set
6084         xml-validating-parsing to nil.
6085         (xml-parse-dtd): Parse entity deleclarations in DOCTYPEs.
6086         (xml-substitute-entity): Remove in favor of new entity substitution.
6087         (xml-substitute-special): Rewrite in to substitute complex
6088         entities from DOCTYPE declarations.
6089         (xml-parse-fragment): Parse fragments from entity deleclarations.
6090         (xml-parse-region, xml-parse-tag, xml-parse-attlist)
6091         (xml-parse-dtd, xml-substitute-special): Make validity checks
6092         conditioned on xml-validating-parser.  Add "Not Well Formed" to
6093         error messages about well-formedness.
6095 2004-07-08  Steven Tamm  <steventamm@mac.com>
6097         * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
6098         (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
6099         Do not treat double clicks and triple clicks specially in the
6100         scroll bar (preventing strange repositioning problems)
6102 2004-07-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6104         * replace.el (query-replace-regexp-eval): Fix last change.
6106 2004-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6108         * replace.el (query-replace-descr): New fun.
6109         (query-replace-read-from, query-replace-read-args): Default to the
6110         previous from&to.
6111         (query-replace-read-to): Quote the `from' string when displaying it.
6112         (query-replace-regexp-eval): Immediately check read-only status.
6113         Use query-replace-read-from to get the \n checking.
6114         Quote the `from' string when displaying it.
6115         (map-query-replace-regexp, occur-read-primary-args):
6116         Quote the `from' string when displaying it.
6118         * isearch.el (isearch-query-replace): Pass the regexp-ness and
6119         delimited-ness of the search to query-replace.
6121         * replace.el (query-replace-read-from, query-replace-read-to):
6122         New funs extracted from query-replace-read-args.
6123         (query-replace-read-args): Use them.
6125         * replace.el (query-replace-interactive, query-replace-read-args):
6126         Remove the `initial' special value.
6127         (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
6128         (occur-engine): Remove unused var `matchend'.
6130         * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
6131         Use the search string without prompting.
6133 2004-07-05  Kenichi Handa  <handa@m17n.org>
6135         * international/mule.el (decode-coding-inserted-region):
6136         Set last-coding-system-used only when coding is nil.
6138 2004-07-03  Eli Zaretskii  <eliz@gnu.org>
6140         * progmodes/grep.el (grep-compute-defaults, grep-command)
6141         (grep-program, find-program, grep-find-use-xargs, grep-history)
6142         (grep-find-history, grep-tag-default, grep-find-command)
6143         (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
6144         Add autoload cookies, for unbundled packages that load `compile'
6145         and expect all grep-related symbols to become defined.
6147 2004-07-03  KOSEKI Yoshinori  <kose@meadowy.org>
6149         * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
6150         (iimage-mode-image-search-path): New user option to search the
6151         image file.
6152         (iimage-locate-file): New funcion.  Emacs21.3 or earlier does not
6153         have locate-file.
6154         (iimage-mode-buffer): Use it.
6156 2004-07-03  Nick Roberts  <nickrob@gnu.org>
6158         * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
6159         carefully.
6160         (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
6162 2004-07-03  Juri Linkov  <juri@jurta.org>
6164         * replace.el (query-replace-read-args): Swallow space after 'foo,
6165         not after (quote foo).  Match space only immediately after symbol,
6166         not anywhere in the whole string.
6168 2004-07-02  Richard M. Stallman  <rms@gnu.org>
6170         * replace.el (query-replace-read-args): Swallow space after
6171         symbols, not after closeparens.  But avoid error if string ends there.
6173         * progmodes/python.el (python-beginning-of-statement):
6174         Exit the loop if backward-up-list gets error.
6176         * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
6178 2004-07-02  Andre Spiegel  <spiegel@gnu.org>
6180         * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
6181         only if vc-consult-headers is non-nil.
6183 2004-07-02  Juri Linkov  <juri@jurta.org>
6185         * pcvs.el (cvs-mode-diff-repository): New command.
6187         * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
6189 2004-07-01  Juri Linkov  <juri@jurta.org>
6191         * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
6192         C-M-y to isearch-yank-char.  Bind M-% to isearch-query-replace,
6193         C-M-% to isearch-query-replace-regexp.
6194         (minibuffer-local-isearch-map): Add arrow key bindings.
6195         Bind C-f to isearch-yank-char-in-minibuffer.
6196         (isearch-forward): Doc fix.
6197         (isearch-edit-string): Doc fix.
6198         (isearch-query-replace, isearch-query-replace-regexp): New funs.
6199         (isearch-del-char): Add optional arg.  Set isearch-yank-flag to t.
6200         (isearch-yank-char): Add optional arg.
6201         (isearch-yank-char-in-minibuffer): New fun.
6203         * replace.el (query-replace-interactive): Change type from boolean
6204         to choice.  Add value `initial'.
6205         (query-replace-read-args): Handle value `initial' of
6206         query-replace-interactive.
6208 2004-06-29  Kim F. Storm  <storm@cua.dk>
6210         * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
6211         (breakpoint-disabled-bitmap-face): Add :group 'gud.
6213         * progmodes/ada-xref.el (ada-tight-gvd-integration):
6214         Add :group 'ada.
6216         * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
6218 2004-06-29  Juri Linkov  <juri@jurta.org>
6220         * replace.el (query-replace-read-args): Swallow a space after
6221         everything except )]" which in most cases means after a symbol.
6223         * emacs-lisp/pp.el (pp-buffer): Add autoload.
6225 2004-06-28  Richard M. Stallman  <rms@gnu.org>
6227         * font-lock.el (font-lock-fontify-syntactic-keywords-region):
6228         More changes to go with previous change in font-lock.el.
6230 2004-06-26  David Kastrup  <dak@gnu.org>
6232         * replace.el (perform-replace): Highlight the match even in
6233         non-query mode if there is potential replace string editing.
6235 2004-06-26  Kai Grossjohann  <kai.grossjohann@gmx.net>
6237         * net/tramp.el (tramp-handle-file-remote-p): New implementation to
6238         agree with new return value of `file-remote-p'.
6239         This syncs with Tramp 2.0.42.
6241         * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
6242         according to new documentation of `file-remote-p'.
6244         * files.el (file-remote-p): Fix doc to say that return value is
6245         identification of remote system, if not nil.
6246         (file-relative-name): Use new return value of `file-remote-p'.
6248 2004-06-26  Nick Roberts  <nickrob@gnu.org>
6250         * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
6251         (gdb-goto-breakpoint): Fix breakage.
6253 2004-06-26  Eli Zaretskii  <eliz@gnu.org>
6255         * man.el (Man-getpage-in-background): Add windows-nt to the list
6256         of systems where shell-file-name should be used instead of
6257         literal "sh".
6259 2004-06-25  Sam Steingold  <sds@gnu.org>
6261         * add-log.el (change-log-font-lock-keywords): Support Common Lisp
6262         function names `(setf symbol)'.
6264 2004-06-24  Richard M. Stallman  <rms@gnu.org>
6266         * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
6268         * font-lock.el (font-lock-keywords): Change format of compiled values.
6269         Document it.
6270         (font-lock-add-keywords): If font-lock-keywords is compiled,
6271         extract the uncompiled version, modify, then recompile.
6272         (font-lock-remove-keywords): Likewise.
6273         (font-lock-fontify-keywords-region): Handle changed format.
6274         (font-lock-compile-keywords): Handle changed format.
6275         (font-lock-set-defaults): Compile the keywords explicitly here.
6277 2004-06-24  David Kastrup  <dak@gnu.org>
6279         * replace.el (query-replace-read-args): Implement `\,' and `\#'
6280         replacements here.
6281         (query-replace-regexp): Doc string explaining this and the new
6282         `\?' replacement.  Remove `\,' and `\#' implementation here, as it
6283         is better placed in `query-replace-read-args'.
6284         (replace-regexp): Explain `\,', `\#' and `\?'.
6285         (replace-match-data): New function for thorough reuse/destruction
6286         of old match-data.
6287         (replace-match-maybe-edit): Function for implementing `\?' editing.
6288         (perform-replace): Fix maintaining of the match stack including
6289         already matched regions, implement `\?', fix various problems
6290         with regions while editing and other stuff.
6291         (replace-highlight): Simplify.
6293 2004-06-24  Daniel Pfeiffer  <occitan@esperanto.org>
6295         * progmodes/grep.el (grep-error-screen-columns): New variable.
6296         (grep-regexp-alist): Give it the full functionality of gnu style
6297         compilation messages with line and column ranges.  Ask me for the
6298         perl script I'm working on, that uses these.
6300 2004-06-23  Nick Roberts  <nickrob@gnu.org>
6302         * comint.el: (comint-insert-clicked-input, comint-copy-old-input):
6303         Remove.
6304         (comint-insert-input, comint-mouse-insert-input): New functions
6305         based on comint-insert-clicked-input for two bindings but just
6306         one functionality.
6308 2004-06-23  Luc Teirlinck  <teirllm@auburn.edu>
6310         * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
6312 2004-06-23  Lars Hansen  <larsh@math.ku.dk>
6314         * files.el (write-contents-functions): Doc fix.
6316 2004-06-21  Juanma Barranquero  <lektu@terra.es>
6318         * image.el (image-library-alist): Rewrite docstring in active voice.
6320 2004-06-20  Richard M. Stallman  <rms@gnu.org>
6322         * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
6324         * isearch.el (isearch-repeat): Avoid testing old match data.
6325         (isearch-message): Display trailing space in special font
6326         when search is failing.
6327         (isearch-search-fun-function): Doc fix.
6329         * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
6331 2004-06-19  Luc Teirlinck  <teirllm@auburn.edu>
6333         * frame.el (show-trailing-whitespace): Doc fix.
6335         * cus-edit.el (custom-variable-documentation): New function.
6336         (custom-variable): Use it.
6338 2004-06-19  Nick Roberts  <nickrob@gnu.org>
6340         * man.el (Man-getpage-in-background): Revert previous change but
6341         make cygwin a special case.
6343 2004-06-18  Luc Teirlinck  <teirllm@auburn.edu>
6345         * autorevert.el (global-auto-revert-non-file-buffers):
6346         Update docstring.
6348 2004-06-19  Daniel Pfeiffer  <occitan@esperanto.org>
6350         * progmodes/compile.el (compilation-error-properties): Store one
6351         more than end-col, if present, so that transient-mark-mode will
6352         highlight last char too.
6353         * progmodes/grep.el (grep-regexp-alist): Match columns and column
6354         ranges, if present.
6356 2004-06-18  Jason Rumney  <jasonr@gnu.org>
6358         * makefile.w32-in: Double percent signs in for loops.
6360 2004-06-17  David Kastrup  <dak@gnu.org>
6362         * replace.el (query-replace-read-args): Only warn about use of \n
6363         and \t when we are doing a regexp replacement and the actual
6364         escaped character is n or t.
6365         (query-replace-regexp): Add \, and \# interpretation to
6366         interactive call and document it.
6367         (query-replace-regexp-eval, replace-match-string-symbols): Add \#
6368         as shortkey for replace-count.
6369         (replace-quote): New function for doubling backslashes.
6371 2004-06-17  Juanma Barranquero  <lektu@terra.es>
6373         * files.el (parse-colon-path, cd): Mention in docstring that the
6374         path separator is colon in GNU-like systems.
6376         * newcomment.el (comment-region-internal): Fix docstring.
6378         * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
6379         (ewoc-invalidate, ewoc-collect): Doc fixes.
6380         (ewoc--create-node, ewoc--delete-node-internal):
6381         Fix typos in docstring.
6383 2004-06-15  Luc Teirlinck  <teirllm@auburn.edu>
6385         * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
6386         manual to docstring.
6388 2004-06-15  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6390         * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
6392 2004-06-15  Luc Teirlinck  <teirllm@auburn.edu>
6394         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
6395         Add hyperlink to emacs-xtra manual to docstring.
6397         * autorevert.el (global-auto-revert-non-file-buffers):
6398         Add hyperlink to emacs-xtra manual to docstring, as well as an
6399         info-link.
6401 2004-06-14  Juanma Barranquero  <lektu@terra.es>
6403         * image.el (image-library-alist): New variable to map image types
6404         to external libraries.  Initialized to nil, unless system-specific
6405         configs change it.
6406         (image-type-available-p): Determine whether an image type is
6407         available by calling `init-image-library'.
6409         * term/w32-win.el (image-library-alist): Initialize to a known set
6410         of probable library names.
6412 2004-06-14  Kenichi Handa  <handa@m17n.org>
6414         * international/code-pages.el (windows-1256, cp1125): Fix tables
6415         for several characters.
6417         * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
6419 2004-06-13  Richard M. Stallman  <rms@gnu.org>
6421         * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
6423         * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
6424         not "`pc-selection-mode'".
6426         * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
6428         * simple.el (previous-matching-history-element): Specify a default.
6430         * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
6432         * cus-face.el (custom-declare-face): Simplify code.
6434         * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
6436 2004-06-13  Luc Teirlinck  <teirllm@auburn.edu>
6438         * files.el (before-save-hook): Add `time-stamp' to the options.
6440         * time-stamp.el (time-stamp): Recommend adding it to
6441         `before-save-hook', rather than `write-file-functions'.
6442         Make a similar change in `Commentary' section.
6444 2004-06-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
6446         * diff-mode.el (diff-current-defun): If at start of hunk, use
6447         position of first change.
6449 2004-06-13  Lars Hansen  <larsh@math.ku.dk>
6451         * dired-x.el (dired-mark-omitted): Bind to "*O".
6453 2004-06-12  Karl Fogel  <kfogel@red-bean.com>
6455         * bookmark.el (bookmark-bmenu-relocate): New function, as
6456         suggested by David J. Biesack <David.Biesack@sas.com>.
6457         (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
6458         (bookmark-bmenu-mode): Describe binding in doc string.
6459         (bookmark-set-filename): Save the bookmark list if it's time.
6461 2004-06-13  Kenichi Handa  <handa@m17n.org>
6463         * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
6464         (ccl-untranslated-to-ucs): Fix typo.
6466 2004-06-12  Karl Chen  <quarl@hkn.eecs.berkeley.edu>  (tiny change)
6468         * progmodes/python.el (python-open-block-statement-p):
6469         Fix indentation after a block opening that contains a comment.
6471 2004-06-12  J\e,Ai\e(Br\e,At\e(Bme Marant  <jerome@marant.org>  (tiny change)
6473         * bindings.el (completion-ignored-extensions): Add file extensions
6474         of Python byte-compiled files.
6476 2004-06-12  Juri Linkov  <juri@jurta.org>
6478         * info.el (Info-goto-node): Add autoload.
6479         (Info-toc): Add substring-no-properties on Info file name.
6480         (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
6481         (Info-mode-map): Bind L to Info-history, T to Info-toc.
6483 2004-06-12  Kenichi Handa  <handa@m17n.org>
6485         * international/mule-cmds.el (set-language-environment):
6486         Load subst tables if necessary.
6488         * international/mule.el (decode-char): Load subst tables if necessary.
6489         (encode-char): Likewise.
6491         * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
6492         pair correctly.  Call ccl-mule-utf-untrans for untranslable chars.
6493         (utf-16le-decode-loop): Set r5 to -1 before loop.
6494         (utf-16be-decode-loop): Likewise.
6495         (ccl-decode-mule-utf-16le): Add EOF processing block.
6496         (ccl-decode-mule-utf-16be): Likewise.
6497         (ccl-decode-mule-utf-16le-with-signature): Likewise.
6498         (ccl-decode-mule-utf-16be-with-signature): Likewise.
6499         (ccl-decode-mule-utf-16): Likewise.  Set r5 to -1 initially.
6500         (ccl-mule-utf-16-encode-untrans): New CCL.
6501         (utf-16-decode-to-ucs): Handle pre-read character.
6502         (utf-16le-encode-loop): Handle surrogate pair.
6503         (utf-16be-encode-loop): Likewise.
6504         (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
6505         of utf-16le-encode-loop.
6506         (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
6507         of utf-16be-encode-loop.
6508         (mule-utf-16-post-read-conversion):
6509         Call utf-8-post-read-conversion at first.
6510         (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
6511         Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
6512         Add post-read-conversion and pre-write-conversion.
6514         * international/utf-8.el (utf-translate-cjk-charsets): New variable.
6515         (utf-translate-cjk-unicode-range): New variable.
6516         (utf-translate-cjk-load-tables): New function.
6517         (utf-lookup-subst-table-for-decode): New function.
6518         (utf-lookup-subst-table-for-encode): New function.
6519         (utf-translate-cjk-mode): Init-value changed to t.  Don't load
6520         tables here.  Update safe-charsets of utf-* coding systems.
6521         (ccl-mule-utf-untrans): New CCL.
6522         (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans.  Use `repeat'
6523         at end of each branch.
6524         (ccl-mule-utf-8-encode-untrans): New CCL.
6525         (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
6526         (ccl-untranslated-to-ucs): Handle 2-byte encoding.  Set r1 to the
6527         length of encoding.  Don't return r0.
6528         (utf-8-compose): New arg hash-table.  Handle 2-byte encoding.
6529         (utf-8-post-read-conversion): Narrow to region properly.
6530         If utf-translate-cjk-mode is on, load tables if necessary.
6531         Call utf-8-compose with hash-table arg if necessary.
6532         Call XXX-compose-region instead of XXX-post-read-convesion.
6533         (utf-8-pre-write-conversion): New function.
6534         (mule-utf-8): Include CJK charsets in safe-charsets if
6535         utf-translate-cjk-mode is on.  Add pre-write-conversion.
6537         * international/characters.el: Temporarily set
6538         utf-translate-cjk-mode to nil.
6540         * language/devan-util.el (devanagari-compose-region):
6541         Add autoload cookie.
6543         * international/ccl.el (ccl-dump-call): Fix printing the
6544         subroutine name.
6546 2004-06-11  Luc Teirlinck  <teirllm@auburn.edu>
6548         * dired.el (dired-revert): If buffer is marked unmodified before
6549         reverting, keep it marked unmodified.
6550         Adapt to new conventions for commenting out code.
6551         (dired-make-relative): Adapt to new conventions for commenting out code.
6553 2004-06-10  Miles Bader  <miles@gnu.ai.mit.edu>
6555         * eshell/esh-module.el (eshell-load-defgroups):
6556         Bind `vc-handled-backends' to nil when opening files.
6558 2004-06-11  Juanma Barranquero  <lektu@terra.es>
6560         * files.el (parse-colon-path, cd): Doc fixes (refer to
6561         `path-separator', not colon).
6563 2004-06-10  Juanma Barranquero  <lektu@terra.es>
6565         * newcomment.el (comment-search-forward)
6566         (comment-search-backward): Fix typos in docstring.
6567         (comment-region): Doc fix.
6569 2004-06-10  Luc Teirlinck  <teirllm@auburn.edu>
6571         * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
6572         switch is no longer stored in `dired-switches-alist'.
6574         * dired-aux.el (dired-insert-subdir): Do not store R switch in
6575         `dired-switches-alist'.
6577 2004-06-10  Kim F. Storm  <storm@cua.dk>
6579         * pcvs.el (cvs-mode-diff-yesterday): New command.
6581         * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
6583 2004-06-10  Juri Linkov  <juri@jurta.org>
6585         * emacs-lisp/edebug.el (edebug-eval-defun):
6586         * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
6587         Fix docstring.
6589         * simple.el (eval-expression-print-format): Don't print additional
6590         information on the first call to `eval-print-last-sexp'.
6591         (next-error-find-buffer): Fix punctuation.
6592         (killing) <defgroup>: Fix punctuation.
6593         (yank-excluded-properties): Change group from editing to killing.
6595         * replace.el (perform-replace): Use `limit' to terminate the
6596         while-loop explicitly.
6598 2004-06-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6600         * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
6601         Use lc-*.xpm as prefix instead of *-locol.xpm.
6603         * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
6604         * toolbar/lc-help.xpm, toolbar/lc-home.xpm
6605         * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
6606         * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
6607         * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
6608         * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
6609         * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
6610         * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
6611         * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
6612         * toolbar/lc-up_arrow.xpm:
6613         Rename from *-locol.xpm.
6615 2004-06-09  Rajesh Vaidheeswarran  <rv@gnu.org>
6617         * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
6618         include forms like &<str>; as valid url patterns.
6620 2004-06-08  Luc Teirlinck  <teirllm@auburn.edu>
6622         * dired.el (dired-diff, dired-backup-diff)
6623         (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
6624         (dired-do-chown, dired-do-touch, dired-do-print)
6625         (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
6626         (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
6627         (dired-create-directory, dired-do-copy, dired-do-symlink)
6628         (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
6629         (dired-do-copy-regexp, dired-do-hardlink-regexp)
6630         (dired-do-symlink-regexp, dired-upcase, dired-downcase)
6631         (dired-maybe-insert-subdir, dired-next-subdir)
6632         (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
6633         (dired-kill-subdir, dired-tree-up, dired-tree-down)
6634         (dired-hide-subdir, dired-hide-all, dired-show-file-type)
6635         (dired-run-shell-command, dired-query): Remove redundant,
6636         or incorrect, autoloads.
6638         * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
6639         does not end in a slash.  Add optional argument KILL-ROOT.
6640         Update docstring.
6641         (dired-do-touch, dired-clean-directory, dired-run-shell-command)
6642         (dired-query): Add autoloads.
6644 2004-06-08  Daniel Pfeiffer  <occitan@esperanto.org>
6646         * progmodes/compile.el (compilation-set-window-height):
6647         Rearrange the save-* functions because a buffer can have several current
6648         point in different windows.
6649         (compilation-error-regexp-alist-alist): Recognize {standard input}
6650         GNU messages (for gcc --pipe) and more kinds of Oracle messages.
6652 2004-06-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6654         * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
6655         * toolbar/help-locol.xpm, toolbar/home-locol.xpm
6656         * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
6657         * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
6658         * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
6659         * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
6660         * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
6661         * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
6662         * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
6663         * toolbar/up_arrow-locol.xpm:
6664         New versions of icons that uses fewer colors.
6666         * toolbar/tool-bar.el (tool-bar-local-item)
6667         (tool-bar-local-item-from-menu): Try to use icons with fewer colors
6668         if display-color-cells is 256 or less.
6670 2004-06-08  Kim F. Storm  <storm@cua.dk>
6672         * wid-edit.el (widget-specify-button): Use hand pointer rather
6673         than mouse-face as visible mouse-over effect.
6675 2004-06-07  Karl Fogel  <kfogel@red-bean.com>
6677         * saveplace.el (save-place-alist-to-file): Bind `print-length'
6678         and `print-level' to nil when writing out `save-place-alist'.
6679         Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
6681 2004-06-07  Juanma Barranquero  <lektu@terra.es>
6683         * completion.el (completion-kill-region): Doc fix.
6685         * format.el (format-insert-annotations)
6686         (format-annotate-location): Doc fixes.
6687         (format-subtract-regions): Make arguments match their use in docstring.
6689         * simple.el (kill-region): Doc fix.
6691         * subr.el (insert-buffer-substring-no-properties)
6692         (insert-buffer-substring-as-yank): Doc fixes.
6694 2004-06-07  Luc Teirlinck  <teirllm@auburn.edu>
6696         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
6697         Update docstring.
6698         (dired-reset-subdir-switches): New function.
6700         * dired.el (dired-undo): Call `dired-build-subdir-alist'.
6701         Limit scope of `buffer-read-only' binding.
6703 2004-06-06  Emilio C. Lopes  <eclig@gmx.net>
6705         * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
6706         eshell-explicit-command-char.
6708 2004-06-06  Juanma Barranquero  <lektu@terra.es>
6710         * help-fns.el (help-argument-name): Inherit from italic face only
6711         if the frame supports it.
6713 2004-06-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6715         * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
6716         * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
6717         * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
6718         * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
6719         * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
6720         * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
6721         * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
6722         New conversions from xpm files.
6724         * toolbar/README: New file.
6726 2004-06-06  Richard M. Stallman  <rms@gnu.org>
6728         * isearch.el (isearch-mode-map): Undo previous change.
6730 2004-06-05  Juri Linkov  <juri@jurta.org>
6732         * bindings.el (debug-ignored-errors): Add regexps for history
6733         related messages.  Remove $ from "No further undo information".
6734         Move Ediff's messages to ediff.el.
6736         * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
6738         * cus-edit.el (custom-display): Add `min-colors'.
6740         * custom.el (defface): Add `supports' to docstring.
6742         * help-fns.el (help-argument-name): Add :group 'help.
6744 2004-06-05  Luc Teirlinck  <teirllm@auburn.edu>
6746         * find-dired.el (find-ls-subdir-switches): New user option.
6747         (find-dired): No longer call `abbreviate-file-name' on DIR.
6748         Set `dired-subdir-switches' buffer-locally.
6750         * locate.el: Merge the two `Commentary' sections.
6751         (locate-ls-subdir-switches): New user option.
6752         (locate): Update for other changes.
6753         (locate-mode-map): Restore Dired binding for mouse-2.
6754         Bind `locate-mouse-view-file' to M-mouse-2.
6755         Bind `l' to `locate-do-redisplay'.
6756         (locate-main-listing-line-p, locate-do-redisplay): New functions.
6757         (locate-mouse-view-file, locate-tags, locate-find-directory):
6758         Print message if used outside main listing.
6759         (locate-mode): Update docstring.  Make `*Locate*' buffer read-only.
6760         Various changes to support inserted subdirectories.
6761         (locate-insert-header): Change header of *Locate* buffer.
6763         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
6764         Change interactive default switches.
6765         (dired-rename-subdir-2): Update `dired-switches-alist'.
6766         (dired-insert-subdir, dired-kill-subdir):
6767         Handle `dired-switches-alist'.  Do not mark buffer modified.
6768         (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
6769         (dired-insert-subdir-doinsert): Omit messages.
6770         Handle `dired-subdir-switches'.
6771         (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
6773         * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
6774         (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
6775         subdirs if -R switch is used for a subdir.
6776         (dired-mode): Set `dired-switches-alist'.
6777         (dired-build-subdir-alist): Only print number of directories in
6778         echo area when invoked interactively.
6780 2004-06-05  Lars Hansen  <larsh@math.ku.dk>
6782         * dired-x.el (dired-omit-mode): Rename from
6783         dired-omit-files-p.  Use define-minor-mode to define it.
6784         (dired-omit-files-p): Add as alias for dired-omit-mode.
6785         (dired-omit-toggle): Delete.  Replaced by dired-omit-mode and
6786         dired-mark-omitted.
6787         (dired-mark-omitted): Add.  Bind to M-O.
6789 2004-06-05  Kenichi Handa  <handa@m17n.org>
6791         * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
6793 2004-06-05  Juanma Barranquero  <lektu@terra.es>
6795         * help-fns.el (help-argument-name): Reintroduce face.
6796         (help-default-arg-highlight): Use it, now that
6797         `face-differs-from-default-p' can be trusted.
6799 2004-06-05  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
6801         * textmodes/table.el: Sentence commands added to Point Motion
6802         group; kill and backward-kill commands added to Extraction group.
6804 2004-06-04  Mario Lang  <mlang@delysid.org>
6806         * battery.el (battery-linux-proc-acpi): `mA' was hardcored, but some
6807         systems appear to use mW, make the code handle this.  Fix a
6808         division-by-zero bug while at it, and handle kernels with
6809         a slightly different layout in /proc/acpi.
6811 2004-06-04  Karl Fogel  <kfogel@red-bean.com>
6813         * vc-svn.el (vc-svn-checkin): Use 'nconc' instead of 'list*',
6814         because the latter is a CL-ism.  This fixes the bug reported by
6815         Shawn Boyette <mdxi@collapsar.net> in
6816         http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
6818 2004-06-04  Miles Bader  <miles@gnu.org>
6820         * faces.el (display-supports-face-attributes-p): Function moved to
6821         C code.  Previously only the tty-related portion of this function
6822         was done in C; however the previous attempt to do a halfway-proper
6823         job for non-tty displays in lisp didn't work properly because of
6824         funny conditions during Emacs startup.
6825         (face-differs-from-default-p): Simplify, now that
6826         display-supports-face-attributes-p works properly on all display
6827         types.  Remove :stipple from comparison; it doesn't really work
6828         in emacs anyway.
6830 2004-06-04  Miles Bader  <miles@gnu.org>
6832         * faces.el (face-differs-from-default-p): Use a different
6833         implementation, so we can really check whether FACE displays
6834         differently or not.
6836 2004-06-04  Miles Bader  <miles@gnu.org>
6838         * faces.el (display-supports-face-attributes-p): Implement a
6839         `different from default' check for non-tty displays.
6841 2004-06-03  David Kastrup  <dak@gnu.org>
6843         * woman.el (woman-mapcan): More concise code.
6844         (woman-topic-all-completions, woman-topic-all-completions-1)
6845         (woman-topic-all-completions-merge): Replace by a simpler and
6846         much faster implementation based on O(n log n) sort/merge instead
6847         of the old O(n^2) behavior.
6849 2004-06-03  Miles Bader  <miles@gnu.org>
6851         * subr.el (read-number): Use canonical format for default in prompt.
6853         * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
6854         Add regexp for " [...]" style defaults.
6856 2004-06-02  Romain Francoise  <romain@orebokech.com>
6858         * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
6859         groups: if the user asks for a hidden buffer, open the
6860         corresponding filter group to expose it.
6862         * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
6863         `ibuffer-jump-to-buffer'.
6864         (ibuffer-jump-offer-only-visible-buffers): New user option.
6866 2004-06-02  Juanma Barranquero  <lektu@terra.es>
6868         * faces.el (frame-update-faces): Add empty docstring so the one
6869         for `ignore' doesn't show through.
6871         * subr.el (process-kill-without-query): Remove spurious "\n" on
6872         obsolescence string.
6873         (focus-frame, unfocus-frame): Add obsolescence declaration and
6874         empty docstring.
6876         * international/mule.el (register-char-codings): Make alias for
6877         `ignore'.  Move docstring to obsolescence info and remove redundancy.
6879 2004-06-02  Kim F. Storm  <storm@cua.dk>
6881         * frame.el (blink-cursor-start): Turn cursor off initially so blink
6882         starts after blink-cursor-delay rather than 2*blink-cursor-delay.
6884 2004-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6886         * comint.el (comint-replace-by-expanded-history-before-point):
6887         Obey `start' as the docstring says.
6888         (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
6889         (comint-update-fence): Prevent font-lock from running unnecessarily.
6890         (comint-dynamic-list-completions): Use with-current-buffer.
6892 2004-06-01  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6894         * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
6895         (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
6896         (bibtex-entry-update): Handle alternatives and optional fields.
6897         (bibtex-parse-entry): Bugfix, handle empty key.
6899 2004-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
6901         * vc-arch.el (vc-arch-state): Don't assume the file exists.
6903 2004-05-31  Lars Hansen  <larsh@math.ku.dk>
6905         * desktop.el (desktop-save): Don't save minor modes without a
6906         known mode initialization function.
6908 2004-05-30  Luc Teirlinck  <teirllm@auburn.edu>
6910         * replace.el (query-replace-interactive): Convert defvar -> defcustom.
6912         * autorevert.el: Update `Commentary' section.
6914 2004-05-30  Juanma Barranquero  <lektu@terra.es>
6916         * dos-fns.el (convert-standard-filename):
6917         * files.el (convert-standard-filename):
6918         * w32-fns.el (convert-standard-filename):
6919         Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
6921 2004-05-30  Kai Grossjohann  <kai.grossjohann@gmx.net>
6923         Sync with Tramp.
6925         * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
6926         (tramp-let-maybe): Move to an earlier spot in the file.
6927         Patch by Andreas Schwab.
6929 2004-05-30  Andreas Schwab  <schwab@suse.de>
6931         * dired.el (dired-get-filename): Don't use dired-re-dot.
6933 2004-05-30  Richard M. Stallman  <rms@gnu.org>
6935         * files.el (find-file): Doc fix.
6937         * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
6939 2004-05-30  Nick Roberts  <nickrob@gnu.org>
6941         * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
6942         (gdb-locals-mode, gdb-frame-handler): Display current frame in the
6943         modeline of the locals buffer.
6944         (gdb-goto-breakpoint): Handle gdbmi.
6945         (gdb-get-frame-number): Change for gdbmi.
6947 2004-05-30  Michael Albinus  <michael.albinus@gmx.de>
6949         * files.el (file-remote-p): Apply file name handler for operation
6950         `file-remote-p'.  It isn' a property any longer.
6951         (file-relative-name): `fh' and `fd' get the required value via
6952         `find-file-name-handler' already.
6954         * ange-ftp.el (ange-ftp-file-remote-p): New defun.
6955         (top): Remove setting of `file-remote-p' property for
6956         `ange-ftp-hook-function'.  Add `ange-ftp' property to `file-remote-p'.
6958 2004-05-29  Michael Albinus  <michael.albinus@gmx.de>
6960         Version 2.0.41 of Tramp released.
6962         * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
6963         Throw away if process has died.
6964         Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
6965         (tramp-out-of-band-prompt-regexp): Rename to
6966         `tramp-process-alive-regexp', because its usage is widen.
6967         (tramp-actions-copy-out-of-band): Apply it.
6968         (tramp-actions-before-shell, tramp-multi-actions):
6969         Add `tramp-action-process-alive' action.
6970         (tramp-action-process-alive): New defun.
6971         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
6972         Add entry for `file-remote-p'.
6973         (tramp-handle-file-remote-p): New defun.
6974         (top): Remove setting of `file-remote-p'.  Don't set
6975         `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
6977         * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
6978         `file-remote-p'.
6980         * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
6981         counted for (last) line.  [They should or they shouldn't?  --Stef]
6982         Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
6984 2004-05-29  Kai Grossjohann  <kai.grossjohann@gmx.net>
6986         * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
6987         not really necessary but seems to keep the shell history smaller
6988         in some cases.  It is no substitute for setting HISTFILE and
6989         HISTSIZE from tramp-open-connection-setup-interactive-shell,
6990         though.  Suggested by Luc Teirlinck.
6991         (tramp-open-connection-setup-interactive-shell): Export variables
6992         HISTFILE and HISTSIZE, do not just set them.  From Luc Teirlinck.
6993         (tramp-set-process-query-on-exit-flag): New compat function.
6994         (tramp-open-connection-multi, tramp-open-connection-su)
6995         (tramp-open-connection-rsh, tramp-open-connection-telnet)
6996         (tramp-do-copy-or-rename-file-out-of-band): Use it.
6997         (tramp-let-maybe): New macro, let-binds a variable only if it
6998         isn't obsolete.
6999         (tramp-check-ls-commands, tramp-handle-expand-file-name)
7000         (tramp-handle-file-truename): Use it.
7001         (tramp-completion-file-name-regexp-unified): Avoid matching
7002         filenames starting with "/:" -- those are reserved for
7003         file-name-non-special.
7005         * tramp-smb.el (tramp-smb-open-connection):
7006         Use tramp-set-process-query-on-exit-flag compat function.
7008 2004-05-29  Richard M. Stallman  <rms@gnu.org>
7010         * net/browse-url.el (browse-url-interactive-arg): Doc fix.
7012         * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
7013         (eval-last-sexp-print-value): Print char equivalent regardless
7014         of standard-output value.
7016         * thumbs.el (thumbs-subst-char-in-string): Delete.
7017         (thumbs-thumbname): Use subst-char-in-string.
7018         (thumbs-resize-image): Use condition-case, not ignore-errors.
7019         (thumbs-kill-buffer): Likewise.
7021         * thumbs.el: Don't include cl.  Don't bother with old Emacs versions.
7022         (thumbs-mode): Make buffer read-only.
7023         (thumbs-make-thumb): Unconditionally accept an existing file.
7024         (thumbs-insert-thumb): Add thumb-image-file property to the image.
7025         (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
7026         (thumbs-show-thumbs-list): Error if images not supported.
7027         (thumbs-save-current-image): Improve prompt string.
7028         (thumbs-mode-map): Define u, R, x.
7029         (thumbs-unmark): New command.
7030         (thumbs-emboss-image): Minor cleanup.
7031         (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
7032         (thumbs-rename-images): New command.
7033         (thumbs-show-image-num): Rewrite.  Don't rename the buffer.
7035         * thumbs.el (thumbs-current-image): New function.
7036         (thumbs-file-list, thumbs-file-alist): New functions.
7037         (thumbs-find-image): Delete arg L.
7038         Don't set up thumbs-fileL as buffer-local global var.
7039         (thumbs-find-image-at-point): Use thumbs-current-image.
7040         (thumbs-set-image-at-point-to-root-window): Likewise.
7041         (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
7042         Record and warn about errors.  Update thumbs-markedL for deletions.
7043         (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
7044         (thumbs-redraw-buffer): Use thumbs-file-list.
7045         (thumbs-mark): Use thumbs-current-image.
7046         (thumbs-show-name): Use thumbs-current-image.
7048         * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
7049         and imenu--last-menubar-index-alist.
7051         * subr.el (with-selected-window): Undo previous change.
7053 2004-05-29  John Paul Wallington  <jpw@gnu.org>
7055         * thumbs.el (thumbs-show-name): Do nothing if no image at point.
7056         (thumbs-mouse-find-image): New command.
7057         (thumbs-mode-map): Bind it to mouse-2.
7058         (thumbs-mode): Make mode-class special.
7059         (thumbs-view-image-mode): Likewise.
7061 2004-05-29  Pavel Kobiakov  <pk_at_work@yahoo.com>
7063         * flymake.el: New file.
7065 2004-05-28  Luc Teirlinck  <teirllm@auburn.edu>
7067         * files.el (find-file-noselect-1): Do not bind
7068         `inhibit-read-only' to t during execution of
7069         `find-file-not-found-functions'.
7071 2004-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7073         * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
7074         * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
7076 2004-05-28  Juri Linkov  <juri@jurta.org>
7078         * simple.el (eval-expression-print-format): New fun.
7080         * simple.el (eval-expression):
7081         * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
7082         * emacs-lisp/edebug.el (edebug-compute-previous-result)
7083         (edebug-eval-expression): Print additionally the value returned by
7084         `eval-expression-print-format'.
7086         * emacs-lisp/lisp.el (insert-pair-alist): New var.
7087         (insert-pair): Make arguments optional.  Find character pair
7088         from `insert-pair-alist' according to the last input event.
7089         (insert-parentheses): Make arguments optional.
7090         (raise-sexp, delete-pair): New funs.
7092         * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
7093         (emacs-lisp-mode-map, lisp-interaction-mode-map):
7094         Bind C-M-q to `indent-pp-sexp'.
7096         * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
7097         `pp-to-string' modified to be able to format text with newlines.
7098         (pp-to-string): Move the buffer-formatting part of the code to
7099         `pp-buffer'.  Call `pp-buffer'.
7101         * info.el (Info-desktop-buffer-misc-data): Don't save information
7102         about virtual files.
7103         (Info-restore-desktop-buffer): Restore Info buffers in prepared
7104         buffers with names obtained from the desktop file instead of the
7105         default *info* buffer.
7107 2004-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7109         * subr.el (with-selected-window): Only save/restore the selected window.
7111         * progmodes/compile.el (compilation-error-regexp-alist):
7112         Use expand-file-name and data-directory.
7114         * progmodes/grep.el (grep-tree): Rework previous fix.
7116         * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
7117         after the user marked text with the mouse.
7119         * startup.el (command-line): Keep the first regexp of
7120         auto-save-file-name-transforms intact.
7122 2004-05-28  Juanma Barranquero  <lektu@terra.es>
7124         * cus-edit.el (customize-face, customize-face-other-window)
7125         (custom-face-edit-delete): Make arguments match their use in
7126         docstring.
7127         (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
7128         docstring.
7130         * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
7131         not `cvs-butlast'.
7133         * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
7134         `nbutlast' are in subr.el).
7136         * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
7137         (set-w32-system-coding-system): Doc fixes.
7139         * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
7140         (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
7141         Make arguments match their use in docstring.
7142         (artist-draw-region-trim-line-endings)
7143         (artist-mouse-choose-operation): Fix typo in docstring.
7144         (artist-key-set-point-common): Doc fix.
7146 2004-05-28  Simon Josefsson  <jas@extundo.com>
7148         * mail/smtpmail.el (smtpmail-open-stream):
7149         Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
7151 2004-05-26  Simon Josefsson  <jas@extundo.com>
7153         * starttls.el: Merge with my GNUTLS based starttls.el.
7154         (starttls-gnutls-program, starttls-use-gnutls)
7155         (starttls-extra-arguments, starttls-process-connection-type)
7156         (starttls-connect, starttls-failure, starttls-success): New variables.
7157         (starttls-program, starttls-extra-args): Doc fix.
7158         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
7159         (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
7160         and pass on to corresponding *-gnutls function if it is set.
7162 2004-05-27  Luc Teirlinck  <teirllm@auburn.edu>
7164         * autorevert.el (auto-revert-handler): Disable auto-reverting of
7165         remote files.
7167 2004-05-27  Michael Albinus  <michael.albinus@gmx.de>
7169         * files.el (file-name-non-special): There are more operations
7170         which need handling: `find-backup-file-name',
7171         `insert-file-contents', `verify-visited-file-modtime',
7172         `write-region'.  Rename t value of method to `add'.  Add new
7173         methods `quote' and `unquote-then-quote' to file-arg-indices.
7175 2004-05-25  Juri Linkov  <juri@jurta.org>
7177         * info.el (Info-toc): Call Info-mode on intermediate buffer.
7178         (Info-index-nodes): Enclose code in condition-case to catch errors.
7179         (Info-index-node): Don't search all index nodes if request is only
7180         for the current node and file is not in the cache of index nodes.
7181         (Info-mode-map): Bind Info-copy-current-node-name to `w'
7182         for consistency with dired-copy-filename-as-kill.
7183         Bind `S' to Info-search-case-sensitively.
7184         (Info-copy-current-node-name): New arg.  With zero prefix arg put
7185         the name inside a function call to `info'.  Display copied text in
7186         the echo area.
7188 2004-05-25  Sam Steingold  <sds@gnu.org>
7190         * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
7191         strip the package prefix from the symbol name, if any.
7192         Make it the `find-tag-default-function' for `lisp-mode'.
7194 2004-05-25  John Paul Wallington  <jpw@gnu.org>
7196         * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
7197         instead of obsolete `process-kill-without-query'.
7199         * textmodes/texinfmt.el (texinfo-indexvar-alist):
7200         Declare as variable, not constant.
7202 2004-05-25  Luc Teirlinck  <teirllm@auburn.edu>
7204         * files.el (find-file-noselect-1): Fix bug introduced by
7205         Revision 1.694.  As a side effect, `inhibit-read-only'
7206         is again, by default, t during execution of
7207         `find-file-not-found-functions'.
7208         (insert-directory): Check that lines were really inserted by
7209         the --dired switch, before erasing them.
7211 2004-05-24  Nick Roberts  <nickrob@gnu.org>
7213         * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
7214         (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
7215         (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
7216         (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
7217         gud-minor-mode (gdbmi).
7219 2004-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny change)
7221         * net/browse-url.el (browse-url-interactive-arg): Enable user to
7222         explicitly select the text to be taken as URL.
7224 2004-05-23  Juri Linkov  <juri@jurta.org>
7226         * info.el (Info-index-nodes): New var and fun.
7227         (Info-goto-index, Info-index, info-apropos)
7228         (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
7229         (Info-index): Fix docstring.  Store and restore Info-history-list.
7230         (Info-complete-nodes): New var.
7231         (Info-complete-menu-item): Use it.
7232         (Info-index-node): New fun.
7233         (Info-final-node, Info-forward-node, Info-backward-node)
7234         (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
7235         Use Info-index-node.
7236         (Info-extract-menu-item, Info-extract-menu-counting): Set second
7237         arg of `Info-extract-menu-node-name' to non-nil for index nodes.
7238         (Info-find-node-2): If a node with period in its name not found,
7239         try to find a node without the name part after period.
7240         (Info-select-node): Call Info-fontify-node only if
7241         Info-fontify-maximum-menu-size is not nil.
7242         (info-apropos): Set Info-fontify-maximum-menu-size to nil.
7243         (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
7244         Preserve Info-history-list.
7245         (Info-toc): Set Info-current-file.
7246         (Info-build-toc): Move point to the beginning of the buffer.
7247         Add main-file variable.
7248         (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
7249         Use backslashed representation of the control character ^_.
7251         * textmodes/texinfmt.el (texinfo-print-index): Print index line
7252         numbers in the new Texinfo 4.7 format.
7254         * add-log.el (change-log-font-lock-keywords): Remove `:' from
7255         regexps for function and variable names.
7257         * descr-text.el (describe-property-list): Add [show] button for
7258         `syntax-table' property with action to pp to a separate buffer.
7259         (describe-char): Replace search-forward by re-search-forward with
7260         whitespace regexp after "character:" to not fail in too narrow windows.
7262         * simple.el (next-error-find-buffer): Add a rule to return
7263         next-error capable buffer if one window on the selected frame
7264         displays such buffer.
7266 2004-05-23  Nick Roberts  <nickrob@gnu.org>
7268         * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
7269         (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
7270         (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
7271         (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
7272         (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
7273         Handle new value for gud-minor-mode (gdbmi).
7274         (gdb-buffer-type, gdb-input-queue, gdb-prompting)
7275         (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
7276         Change from local to global gdb variable set.
7277         (gdb-ann3): Initialise above gdb variable set.
7278         (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
7279         (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
7280         (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
7281         (gdb-stopped, gdb-post-prompt, gdb-concat-output)
7282         (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
7283         (gdb-info-locals-handler, gdb-invalidate-assembler)
7284         (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
7285         set as global variables.
7286         (gdb-get-create-buffer): Don't make gud-comint buffer-local.
7287         Handle gdbmi.
7288         (gdb-info-breakpoints-custom): Fix regexp.
7289         (def-gdb-var): Delete.
7291         * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
7292         (gud-speedbar-buttons, gud-sentinel, gud-display-line)
7293         (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
7294         a new mode.  The file (gdb-mi.el) for this mode will be included
7295         with the GDB distribution (6.2 onwards) and will use GDB/MI as its
7296         primary interface.
7298 2004-05-23  Jesper Harder  <harder@ifa.au.dk>
7300         * progmodes/grep.el (grep-tree): Ensure that DIR argument is
7301         interpreted as a directory.
7303 2004-05-22  Richard M. Stallman  <rms@gnu.org>
7305         * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
7306         as a close quote.
7308         * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
7310         * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
7311         Use assoc-string, not assoc-ignore-case.
7313         * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
7315         * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
7316         If moving back then fwd gets a defun that ends before point,
7317         try again moving fwd then back.
7319         * files.el (file-name-non-special): Allow t in file-arg-indices
7320         to mean requote the return value.  Use `identity' as an element
7321         rather than as the whole value.
7323         * gs.el (gs-options): Add -dSAFER.  Mark it risky.
7325 2004-05-22  Juanma Barranquero  <lektu@terra.es>
7327         * help-fns.el (help-add-fundoc-usage): Use %S only for output of
7328         `help-make-usage'.
7329         (help-highlight-arguments): Skip function name before searching
7330         for arguments.
7332 2004-05-21  Juanma Barranquero  <lektu@terra.es>
7334         * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
7335         Don't mention in the docstring these arguments meant for
7336         internal (recursive) use only.
7337         (allout-char-spec): Comment out (it's not implemented).
7338         (allout-old-expose-topic, allout-exposure): Fix docstring and add
7339         obsolescence declaration.
7340         (allout-flatten-exposed-to-buffer)
7341         (allout-indented-exposed-to-buffer): Fix typos in docstring.
7342         (my-mark-marker): Doc fix.
7343         (produce-allout-mode-map, allout-sibling-index)
7344         (allout-isearch-expose, allout-distinctive-bullet)
7345         (allout-open-topic, allout-reindent-body)
7346         (allout-rebullet-heading, allout-process-exposed)
7347         (allout-insert-listified, allout-latex-verb-quote)
7348         (allout-insert-latex-header, allout-insert-latex-trailer):
7349         Make arguments match their use in docstring.
7350         (allout-primary-bullet, allout-old-style-prefixes)
7351         (allout-inhibit-protection, allout-init, allout-mode)
7352         (allout-before-change-protect, allout-flag-region):
7353         Use "Emacs" instead of "emacs" in docstrings.
7355 2004-05-21  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
7357         * international/characters.el: Modify syntax of more characters.
7359 2004-05-21  Masatake YAMATO  <jet@gyve.org>
7361         * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
7362         (etags-tags-completion-table): Show parsing progress.
7364 2004-05-20  Luc Teirlinck  <teirllm@auburn.edu>
7366         * locate.el (locate-prompt-for-command): Shorten first line of
7367         docstring.
7368         (locate-mode): Expand docstring and include keymap summary.
7370         * files.el (find-file-noselect-1): Limit the scope of the
7371         `inhibit-read-only' binding.  Make sure that `inhibit-read-only'
7372         is, by default, nil during the execution of
7373         `find-file-not-found-functions' and `find-file-hook'.
7375 2004-05-20  Michael Mauger  <mmaug@yahoo.com>
7377         * facemenu.el (facemenu-color-name-equal): New function.
7378         (list-colors-display): Use it to compare colors instead of
7379         facemenu-color-equal.
7381 2004-05-20  Dan Nicolaescu  <dann@ics.uci.edu>
7383         * compare-w.el (compare-windows-face): Use min-colors instead of
7384         checking for tty or pc types.
7386 2004-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7388         * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
7389         (completion-setup-function): Use with-current-buffer.
7390         Properly save excursion.  Simplify.
7391         Don't assume there is necessarily a `mouse-face' property somewhere.
7393         * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
7395         * progmodes/gdb-ui.el (gdb-reset): Use unless.  Fix regexp.
7397         * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
7398         (byte-compile-log-1): Don't call (byte-goto-log-buffer).
7399         Use with-current-buffer.
7400         (byte-goto-log-buffer): Delete.
7401         (byte-compile-log-file): Call compilation-forget-errors.
7403 2004-05-19  Takaaki Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
7405         * net/ldap.el (ldap-search-internal): Avoid mixing standard error
7406         output messages into the search result.
7408 2004-05-19  Masatake YAMATO  <jet@gyve.org>
7410         * wid-edit.el (widget-radio-button-notify): Revert my last
7411         change.  Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
7413 2004-05-19  Kenichi Handa  <handa@m17n.org>
7415         * international/characters.el: Fix syntax (open/close) of CJK chars.
7417 2004-05-18  Karl Chen  <quarl@hkn.eecs.berkeley.edu>  (tiny change)
7419         * help-mode.el (help-go-back): Don't depend on position of back button.
7421 2004-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
7423         * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
7424         files files don't contain an accidental additional /.
7426         * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
7427         in source buffer.
7429 2004-05-18  Masatake YAMATO  <jet@gyve.org>
7431         * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
7432         to widget-apply.  :action method assumes 2 arguments, not 3.
7434 2004-05-17  Glenn Morris  <gmorris@ast.cam.ac.uk>
7436         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
7437         New constants.
7438         (hs-special-modes-alist): Add an f90-mode entry.
7440 2004-05-17  Sam Steingold  <sds@gnu.org>
7442         * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
7443         Indent "without-" forms just like "with-" and "do-".  Use regexp-opt.
7445 2004-05-16  Kim F. Storm  <storm@cua.dk>
7447         * emacs-lisp/timer.el (timer-event-handler): Fix last change.
7449 2004-05-15  John Wiegley  <johnw@newartisans.com>
7451         * eshell/esh-io.el (eshell-get-target): Whitespace changes.
7452         (eshell-output-object-to-target): Improve output speed 20% by not
7453         calling `eshell-stringify' if something is already known to be a string.
7455 2004-05-15  Alex Ott  <ott@jet.msk.su>
7457         * textmodes/ispell.el (ispell-local-dictionary-alist):
7458         Add windows-1251 to the choice of coding systems.
7459         (ispell-dictionary-alist-6): Add support for "russianw.aff",
7460         encoded in cp1251.
7462 2004-05-15  Dan Nicolaescu  <dann@ics.uci.edu>
7464         * progmodes/compile.el (compilation-warning-face)
7465         (compilation-info-face): Use min-colors.
7467 2004-05-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7469         * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
7470         * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
7471         * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
7472         * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
7473         * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
7474         * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
7475         * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
7476         * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
7477         * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
7478         * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
7479         * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
7480         * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
7481         * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
7482         * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
7484 2004-05-15  Kim F. Storm  <storm@cua.dk>
7486         * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
7487         Use it to set triggered-p element of timer.
7488         (timer-event-handler): Set triggered-p element non-nil while running
7489         the timer function.
7491 2004-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7493         * descr-text.el (describe-char-unicode-data)
7494         (describe-char-unicodedata-file): Re-enable the unicode code now that
7495         the licensing issues have been cleared in the unicode-4 license.
7496         (describe-text-properties-1): Remove unused `overlay' var.
7497         (describe-char): Remove unused var `buffer'.
7499 2004-05-14  David Ponce  <david@dponce.com>
7501         * tree-widget.el: New file.
7503 2004-05-13  Marcelo Toledo  <marcelo@marcelotoledo.org>
7505         * language/european.el ("Brazilian Portuguese"): Add support for
7506         Brazilian Portuguese.
7508 2004-05-13  John Wiegley  <johnw@newartisans.com>
7510         * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
7511         `recentf-mode' if this variable has been customized to t.
7513         * eshell/esh-test.el (eshell-test): Call the function
7514         `emacs-version' rather than trying to build a custom version string.
7516 2004-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7518         * net/telnet.el (telnet-mode): Use define-derived-mode.
7519         Don't modify the global value of comint-prompt-regexp.
7521 2004-05-13  John Paul Wallington  <jpw@gnu.org>
7523         * version.el (emacs-version): Check for `gtk' feature before
7524         `x-toolkit' feature.
7526 2004-05-13  Juanma Barranquero  <lektu@terra.es>
7528         * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
7529         arguments in the docstring, they're used only in recursive calls.
7531         * help-fns.el (help-arg-highlighting-function)
7532         (help-argument-name): Delete.
7533         (help-default-arg-highlight): New function.
7534         (help-do-arg-highlighting): Use it.
7536 2004-05-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
7538         * calendar/appt.el (appt-disp-window):
7539         Use `calendar-set-mode-line' for a centered mode-line.
7541 2004-05-13  Takaaki Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
7543         * calendar/appt.el (appt-disp-window): Do not split window
7544         excessively when `split-height-threshold' is low.
7546 2004-05-12  Nick Roberts  <nickrob@gnu.org>
7548         * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
7549         kill-buffer-hook here and make it local.
7550         (gud-kill-buffer-hook): Use kill-process for a sure kill.
7552 2004-05-12  Daniel Pfeiffer  <occitan@esperanto.org>
7554         * progmodes/compile.el (compilation-set-window-height):
7555         Use save-excursion to protect against misplaced marker.
7557 2004-05-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7559         * custom.el (defface): Document that type can have value gtk.
7561         * faces.el (face-spec-set-match-display): Handle type gtk in display.
7563 2004-05-12  Kenichi Handa  <handa@m17n.org>
7565         * descr-text.el: Require quail at comile time.
7566         (describe-char): If an input method is on and it supports the
7567         character, show how to input it.
7569         * international/quail.el (quail-install-decode-map): Accept a
7570         char-table whose subtype is `quail-decode-map'.
7571         (quail-store-decode-map-key, quail-gen-decode-map1)
7572         (quail-gen-decode-map, quail-find-key1, quail-find-key)
7573         (quail-show-key): New functions.
7575 2004-05-12  Juanma Barranquero  <lektu@terra.es>
7577         * generic.el (define-generic-mode): Remove redundant arglist info.
7579         * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
7580         Make arguments match their use in docstring.
7581         (help-arg-highlighting-function): New variable.
7582         (help-argument-name): Mention it in the docstring.
7583         (help-do-arg-highlight): Use it.  Expand regexp to accept also
7584         ARG-xxx and xxx-ARG references.
7586 2004-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny change)
7588         * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
7589         parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
7590         and "mailto:addr1?to=addr2" equal.
7592 2004-05-11  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
7594         * man.el (Man-getpage-in-background): Use shell-file-name
7595         and shell-command-switch variables instead of hard-coded values.
7597 2004-05-11  Eli Zaretskii  <eliz@gnu.org>
7599         * iimage.el: New file.
7601 2004-05-11  Juanma Barranquero  <lektu@terra.es>
7603         * custom.el (custom-initialize-default, defcustom):
7604         Fix typo in docstring.
7606         * files.el (set-visited-file-name, file-expand-wildcards):
7607         Fix docstring.
7609 2004-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7611         * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
7613         * subr.el (eventp): Be more discriminating with integers.
7615 2004-05-10  Daniel Pfeiffer  <occitan@esperanto.org>
7617         * progmodes/compile.el (compile): Add universal prefix arg.
7618         (compilation-error-regexp-alist-alist): Add edg patterns.
7620 2004-05-10  Sam Steingold  <sds@gnu.org>
7622         * textmodes/ispell.el (ispell-message):
7623         Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
7625 2004-05-10  Dave Love  <fx@gnu.org>
7627         * progmodes/python.el (help-buffer): Autoload when compiling.
7628         (python-after-info-look): Don't assume Info-goto-node returns non-nil.
7629         (run-python): Prepend to any existing PYTHONPATH.
7631 2004-05-10  Nick Roberts  <nick@nick.uklinux.net>
7633         * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
7634         for pending breakpoints.
7636 2004-05-10  Richard M. Stallman  <rms@gnu.org>
7638         * mail/unrmail.el (unrmail): Mostly rewritten.  Parses the file
7639         directly without calling any functions in Rmail.
7640         (unrmail-unprune): Function deleted.
7642 2004-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7644         * progmodes/python.el (inferior-python-mode-map): Remove erroneous
7645         C-c C-z binding.
7647 2004-05-10  Kenichi Handa  <handa@m17n.org>
7649         * descr-text.el (describe-char): Fix previous change.  Don't make
7650         a unibyte character to multibyte in the *Help* buffer.
7652 2004-05-10  Miles Bader  <miles@gnu.org>
7654         * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
7655         buffer an error if the debugger process is actually running.
7657 2004-05-10  Juanma Barranquero  <lektu@terra.es>
7659         * help-fns.el (help-argument-name): Default to italic.
7660         (help-highlight-arguments): Return always (usage . doc), even when
7661         usage is nil.
7663         * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
7664         (define-ibuffer-filter): Add usage info.
7665         (define-ibuffer-op): Add usage info (but CL-style defaults for
7666         keyword args are not shown).
7668         * subr.el (remove-overlays, read-passwd): Fix docstring.
7669         (start-process-shell-command): Fix docstring.  Put usage info in a
7670         format usable by `describe-function'.
7671         (open-network-stream, open-network-stream-nowait)
7672         (open-network-stream-server): Fix docstring.
7674 2004-05-09  Jason Rumney  <jasonr@gnu.org>
7676         * international/code-pages (cp932, cp936, cp949, c950): Remove.
7677         Only define cp125* if windows-125* is already defined.
7679         * language/korean.el (cp949): Add alias.
7681         * language/chinese.el (cp936, cp950): Add aliases.
7683         * language/japanese.el (cp932): Add alias.
7685         * term/w32-win.el: Require code-pages.
7687         * international/mule-cmds.el (set-locale-environment):
7688         On MS-Windows use ansi code-page for default coding-systems.
7689         Set up paper sizes for Windows 3 letter languages.
7691         * international/code-pages.el (cp932, cp936, cp949, cp950):
7692         Add aliases.  Also add cp125* if not already defined.
7694 2004-05-09  Juanma Barranquero  <lektu@terra.es>
7696         * help-fns.el (help-highlight-arguments): Don't try to highlight
7697         missing or autoloaded arglists.  Accept structured arguments, like
7698         the first ones of `do' and `flet'.
7700         * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
7701         (cvs-get-marked): Remove redundant arglist info.
7703         * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
7704         Don't use CL-style default args.
7706 2004-05-08  Andreas Schwab  <schwab@suse.de>
7708         * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
7710         * international/subst-ksc.el: Fix references to utf-translate-cjk
7711         into utf-translate-cjk-mode.
7712         * international/subst-big5.el: Likewise.
7713         * international/subst-gb2312.el: Likewise.
7714         * international/subst-jis.el: Likewise.
7715         * international/utf-16.el: Likewise.
7716         * international/utf-8.el: Likewise.
7718 2004-05-08  John Wiegley  <johnw@newartisans.com>
7720         * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
7721         "virtual buffers" (off by default), which makes it possible to
7722         switch to the "virtual" buffers of recently visited files.  When a
7723         buffer name search fails, and this option is on, iswitchb will
7724         look at the list of recently visited files, and permit matching
7725         against those names.  When the user hits RET on a match, it will
7726         revisit that file.
7727         (iswitchb-read-buffer): Add two optional arguments, which makes
7728         isearchb.el possible.
7729         (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
7730         (iswitchb-next-match): Add support for virtual buffers.
7732         * isearchb.el: This module extends iswitchb to provide "as you
7733         type" buffer selection.
7735         * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
7736         Ignore the read-only property when flyspell highlighting is on.
7737         Not ignoring it leads to a series of confusing errors.
7738         (flyspell-highlight-duplicate-region): Ignore read-only, as above,
7739         but also make sure to call flyspell-incorrect-hook.
7740         (flyspell-maybe-correct-transposition): Perform transposition test
7741         by bit twiddling a string, rather than using a temp buffer.
7742         (flyspell-maybe-correct-doubling): Use a string rather than a temp
7743         buffer.  This is also the original version of the code, which
7744         could not be checked in before due to a previous lack of
7745         assignment papers.  This version has seen heavy usage on my system
7746         for several years now.
7748         * calendar/cal-bahai.el: New file, which adds support for the
7749         Baha'i calendar to Emacs.  This calendar is based on a solar year
7750         of 19 months of 19 days, with 4 intercalary days.  Each year
7751         begins on March 21, with the calendar starting in 1844.
7753         * calendar/cal-menu.el, calendar/calendar.el,
7754         calendar/diary-lib.el, calendar/holidays.el: Added support for
7755         using cal-bahai.el.
7757         * eshell/em-glob.el (eshell-glob-initialize): Move initialization
7758         of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
7759         function can be used outside of eshell buffers.
7760         (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
7762 2004-05-08  Juanma Barranquero  <lektu@terra.es>
7764         * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
7765         word constituent so FOO-ARG is not recognized as an arg.
7766         (help-highlight-arguments): Don't skip lists in mandatory arguments.
7768         * simple.el (next-error): Fix typo in docstring.
7769         (open-line): Make argument names match their use in docstring.
7770         (split-line): Fix docstring.
7772         * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
7773         usable by `describe-function'.
7774         (gensym, gentemp, typep, ignore-errors): Make argument names match
7775         their use in docstring.
7777         * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
7778         argument to `help-setup-xref'.
7780 2004-05-07  Kai Grossjohann  <kai@emptydomain.de>
7782         Version 2.0.40 of Tramp released.
7784         * net/tramp.el (tramp-completion-mode, tramp-md5-function):
7785         Use symbol-function to invoke functions only known on some Emacs
7786         flavors.  This avoids byte-compiler warnings.  Reported by Kevin
7787         Scaldeferri <kevin@scaldeferri.com>.
7788         (tramp-do-copy-or-rename-file-via-buffer): Rename from
7789         tramp-do-copy-or-rename-via-buffer (without `file'), to make it
7790         consistent with the other tramp-do-* functions.
7791         (tramp-do-copy-or-rename-file): Calls adjusted.
7792         (tramp-process-initial-commands): Avoid liveness check on shell --
7793         we know that it must be alive since we're opening a connection at
7794         this moment.
7795         (tramp-last-cmd): New internal variable.
7796         (tramp-process-echoes): New tunable.
7797         (tramp-send-command): Set tramp-last-cmd.
7798         (tramp-wait-for-output): Delete echo, if applicable.
7799         (tramp-read-passwd): Construct the key for the password cache in a
7800         way that works for multi methods, too.
7801         (tramp-bug): Add backup-directory-alist and
7802         bkup-backup-directory-info to bug reports, with Tramp counterparts.
7804 2004-05-07  Michael Albinus  <michael.albinus@gmx.de>
7806         * net/tramp*.el: Suppress byte-compiler warnings where possible.
7808         * net/tramp.el (tramp-out-of-band-prompt-regexp)
7809         (tramp-actions-copy-out-of-band): New defcustoms.
7810         (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
7811         used instead of a synchronous one.  Allows password entering.
7812         (tramp-action-out-of-band): New defun.
7813         (tramp-open-connection-rsh, tramp-method-out-of-band-p):
7814         Remove restriction with password from doc string.
7815         (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
7816         `tramp-out-of-band-prompt-regexp',
7817         `tramp-actions-copy-out-of-band', `password-cache' and
7818         `password-cache-expiry'.
7819         (toplevel): Remove todo item wrt ssh-agent.  Obsolete due to
7820         password caching.
7821         (tramp-touch): FILE can be a local file, too.
7822         (TODO): Remove items done.
7823         (tramp-handle-insert-directory): Properly quote file name also if
7824         not full-directory-p.  Handle wildcard case.  Reported by Andreas
7825         Schwab <schwab@suse.de>.
7826         (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
7827         new file.
7828         (tramp-handle-file-local-copy, tramp-handle-write-region):
7829         The permissions of the temporary file are set if filename exists.
7830         Reported by Ted Stern <stern@cray.com>.
7831         (tramp-backup-directory-alist)
7832         (tramp-bkup-backup-directory-info): New defcustoms.
7833         (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
7834         (tramp-handle-find-backup-file-name): New function.
7835         Implements Tramp's find-backup-file-name.
7837         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
7838         for `find-backup-file-name'.
7840         * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
7841         ("file" -> "filename").  Reported by Kim F. Storm <storm@cua.dk>.
7843 2004-05-07  Lars Hansen  <larsh@math.ku.dk>
7845         * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
7847 2004-05-07  Juanma Barranquero  <lektu@terra.es>
7849         * subr.el (lambda): Add arglist description to docstring.
7850         (declare): Fix typo in docstring.
7851         (open-network-stream): Fix docstring.
7852         (process-kill-without-query): Fix docstring and add obsolescence info.
7853         (last, butlast, nbutlast): Make arguments match their use in docstring.
7854         (insert-buffer-substring-no-properties): Likewise.
7855         (insert-buffer-substring-as-yank): Likewise.
7856         (split-string): Fix docstring.
7858         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
7859         Make argument names match their use in docstring.
7861         * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
7863 2004-05-06  Nick Roberts  <nickrob@gnu.org>
7865         * progmodes/gdb-ui.el: Improve/extend documentation strings.
7866         Fit first sentence on one line for apropos-command.
7868 2004-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
7870         Changes largely merged in from Dave Love's code.
7871         * progmodes/python.el: Doc fixes.
7872         (python-mode-map): Add python-complete-symbol.
7873         (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
7874         (python-comment-indent, python-complete-symbol)
7875         (python-symbol-completions, python-partial-symbol)
7876         (python-try-complete): New.
7877         (python-indent-line): Remove optional arg.  Use python-block-end-p.
7878         (python-check): Bind compilation-error-regexp-alist.
7879         (inferior-python-mode): Use rx.  Move keybindings to top level.
7880         Set comint-input-filter.
7881         (python-preoutput-filter): Use rx.
7882         (python-input-filter): Re-introduce.
7883         (python-proc): Start new process if necessary.
7884         Check python-buffer non-nil.
7885         (view-return-to-alist): Defvar.
7886         (python-send-receive): New.
7887         (python-eldoc-function): Use it.
7888         (python-mode-running): Don't defvar.
7889         (python-mode): Set comment-indent-function.
7890         Maybe update hippie-expand-try-functions-list.
7891         (python-indentation-levels): Initialize differently.
7892         (python-block-end-p): New.
7893         (python-indent-line): Use it.
7894         (python-compilation-regexp-alist): Augment.
7895         (run-python): Import `emacs' module to Python rather than loading
7896         code directly.  Set python-buffer differently.
7897         (python-send-region): Use emacs.eexecfile.  Fix orig-start calculation.
7898         Use python-proc.
7899         (python-send-command): Go to end of comint buffer.
7900         (python-load-file): Use python-proc, emacs.eimport.
7901         (python-describe-symbol): Simplify interactive form.
7902         Use emacs.help.  Do use temp-buffer-show-hook.
7903         Call print-help-return-message.
7904         (hippie-exp): Require when compiling.
7905         (python-preoutput-continuation): Use rx.
7907         * diff-mode.el (diff-make-unified): Fix regexp.
7909 2004-05-06  Romain Francoise  <romain@orebokech.com>  (tiny change)
7911         * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
7912         filter groups from the buffer when rebuilding the Ibuffer buffer
7913         and `ibuffer-show-empty-filter-groups' is nil.
7915 2004-05-06  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7917         * ps-print.el (ps-print-quote): Call ps-value-string.
7918         (ps-setup): Call ps-comment-string.
7919         (ps-value-string, ps-comment-string): New funs.
7921 2004-05-06  Juanma Barranquero  <lektu@terra.es>
7923         * ehelp.el (electric-help-command-loop): Check whether the last
7924         character is visible, not (point-max).
7926         * help-fns.el (help-argument-name): Default to bold; don't inherit
7927         from font-lock-variable-name-face.
7928         (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
7930 2004-05-05  Kenichi Handa  <handa@m17n.org>
7932         * descr-text.el (describe-char): Copy the character with text
7933         properties and overlays into the first line, and call
7934         describe-text-properties on it.
7936 2004-05-05  Stephen Eglen  <stephen@anc.ed.ac.uk>
7938         * iswitchb.el (iswitchb-global-map): Fix typo.
7939         Remove unwanted ###autoloads from source file.
7941 2004-05-05  Lars Hansen  <larsh@math.ku.dk>
7943         * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
7944         in run-hooks.  Use substitute-command-keys in message.
7945         (wdired-abort-changes): Add message.
7947 2004-05-03  Michael Mauger  <mmaug@yahoo.com>
7949         * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
7950         (sql-emacs20-p): Remove.
7951         (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
7952         (sql-builtin-face, sql-doc-face): Remove.
7953         (sql-mode-ansi-font-lock-keywords)
7954         (sql-mode-oracle-font-lock-keywords)
7955         (sql-mode-postgres-font-lock-keywords)
7956         (sql-mode-linter-font-lock-keywords)
7957         (sql-mode-ms-font-lock-keywords)
7958         (sql-mode-mysql-font-lock-keywords): Use standard fonts.
7959         (sql-product-font-lock): Fix font-lock reset when font rules change.
7960         (sql-highlight-product): Remove incorrect font-lock reset logic.
7962 2004-05-04  Jonathan Yavner  <jyavner@member.fsf.org>
7964         * ses.el (ses-set-parameter): Fix typo.
7966 2004-05-04  Kim F. Storm  <storm@cua.dk>
7968         * ido.el (ido-read-internal): Fix call to read-file-name for edit.
7969         Must expand directory for completion to work; and don't mess with
7970         process-environment.
7971         (ido-read-file-name): If command has ido property, don't use ido
7972         if value is ignore, or read as directory if value is dir.
7973         Set ido ignore property for dired-do-rename command.
7975 2004-05-04  Juanma Barranquero  <lektu@terra.es>
7977         * ehelp.el (electric-help-command-loop, electric-help-undefined)
7978         (electric-help-help): Check against unmapped commands.
7980         * help-fns.el (help-argument-name): New face, inheriting from
7981         font-lock-variable-name-face, to highlight function arguments in
7982         `describe-function' and `describe-key'.
7983         (help-do-arg-highlight): Auxiliary function to highlight a given
7984         list of arguments in a string.
7985         (help-highlight-arguments): Highlight the function arguments and
7986         all uses of them in the docstring.
7987         (describe-function-1): Use it.  Do docstring output via `insert',
7988         not 'princ', so text attributes are preserved.
7990         * winner.el (winner-mode-map): Move `winner-undo' and
7991         `winner-redo' to C-c <left> and C-c <right>, respectively (the
7992         previous bindings conflict with `prev-buffer', `next-buffer').
7994 2004-05-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
7996         * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
7997         (bibtex-entry-update): New command bound to C-c C-u.
7998         (bibtex-text-in-string): Fix regexp.
7999         (bibtex-assoc-of-regexp): Remove.
8000         (bibtex-progress-message): Fix docstring.
8001         (bibtex-inside-field): Use if.
8002         (bibtex-assoc-regexp): New function.
8003         (bibtex-format-entry): Make code more robust so that it formats
8004         also old entries.
8005         (bibtex-autokey-demangle-title): Merge with obsolete function
8006         bibtex-assoc-of-regexp.
8007         (bibtex-field-list): New function.
8008         (bibtex-entry): Use bibtex-field-list.
8009         (bibtex-parse-entry): Fix docstring.
8010         (bibtex-print-help-message): Use bibtex-field-list.
8011         (bibtex-make-field): Use bibtex-field-list.
8012         (bibtex-entry-index): Bugfix.  Return crossref key if required.
8013         (bibtex-lessp): Fix docstring.
8015 2004-05-03  Luc Teirlinck  <teirllm@auburn.edu>
8017         * select.el (xselect-convert-to-string): Move comment to intended line.
8019 2004-05-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8021         * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
8022         cut/copy/paste in case menu-bar-enable-clipboard is in effect.
8024 2004-05-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8026         * term/x-win.el (x-clipboard-yank): Don't exit on error from
8027         x-get-selection.
8029 2004-05-03  Jason Rumney  <jasonr@gnu.org>
8031         * makefile.nt: Remove.
8033 2004-05-03  Kim F. Storm  <storm@cua.dk>
8035         * emulation/cua-base.el (cua--update-indications): Fix last change.
8036         (cua-mode): Deactivate mark when cua-mode is enabled.
8038 2004-05-02  Luc Teirlinck  <teirllm@auburn.edu>
8040         * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
8042 2004-05-03  Nick Roberts  <nickrob@gnu.org>
8044         * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
8045         (gdb-display-source-buffer, gdb-put-breakpoint-icon)
8046         (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
8047         window over visible frames.
8048         (gdb-goto-breakpoint): Make buffer display file at breakpoint.
8050 2004-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8052         * progmodes/compile.el (compilation-gcpro): New var.
8053         (compilation-fake-loc): Use it.
8054         (compilation-forget-errors): Reset it.
8056 2004-05-02  Dan Nicolaescu  <dann@ics.uci.edu>
8058         * diff-mode.el (diff-header-face, diff-file-header-face):
8059         Use min-colors.
8061 2004-05-02  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
8063         * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
8064         (bibtex-clean-entry): Disentangle code.
8065         (bibtex-realign): New function.
8066         (bibtex-reformat): Use mapcar and bibtex-realign.  Do not use
8067         bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
8068         Remove undocumented optional arg called-by-convert-alien.
8069         (bibtex-convert-alien): Use bibtex-realign.  Use bibtex-reformat
8070         for sorting instead of bibtex-sort-buffer.
8072 2004-05-02  Eli Zaretskii  <eliz@gnu.org>
8074         * progmodes/compile.el (compilation-start): In the
8075         no-async-subprocesses branch, call sit-for to give redisplay a
8076         chance to show the updated process status in the mode line, and
8077         fontify the buffer explicitly after the process exits.
8079 2004-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8081         * progmodes/python.el (python-compilation-line-number): Remove.
8082         (python-compilation-regexp-alist): Don't use it any more.
8083         (python-orig-start, python-input-filter): Remove.
8084         (inferior-python-mode): Don't set up comint-input-filter-functions.
8085         (python-send-region): Use compilation-fake-loc.
8087         * progmodes/compile.el (compilation-messages-start): New var.
8088         (compilation-mode): Don't setup next-error-function here.
8089         (compilation-setup): Set it up here instead (for minor modes as well).
8090         Make compilation-messages-start buffer local.
8091         (compilation-next-error-function): Use it.
8092         (compilation-forget-errors): Set compilation-messages-start.
8094 2004-05-01  Luc Teirlinck  <teirllm@auburn.edu>
8096         * ielm.el (ielm-prompt-read-only): Update docstring.
8098         * comint.el (comint-prompt-read-only): Update docstring.
8099         (comint-update-fence, comint-kill-whole-line)
8100         (comint-kill-region): New functions.
8102         * simple.el (kill-whole-line): Use "p" instead of "P" in
8103         interactive form.
8105 2004-05-01  Juanma Barranquero  <lektu@terra.es>
8107         * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
8108         format arglist so default values in CL-style argument lists are
8109         correctly shown.
8111 2004-05-01  Jason Rumney  <jasonr@gnu.org>
8113         * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
8115 2004-05-01  Kenichi Handa  <handa@m17n.org>
8117         * international/titdic-cnv.el (miscdic-convert): Don't generate a
8118         quail file if it is up to date.
8120 2004-04-30  Juri Linkov  <juri@jurta.org>
8122         * cus-edit.el (custom-mode-map):
8123         Add key binding `C-x C-s' to `Custom-save'.
8125         * outline.el (outline-blank-line): New var.
8126         (outline-next-preface, outline-show-heading)
8127         (outline-end-of-subtree): Use it.
8129         * dired-aux.el (dired-touch-initial): New fun.
8130         (dired-do-chxxx): Call it for op-symbol `touch'.
8131         (dired-diff): Use `dired-dwim-target-directory'
8132         if current dired buffer has no buffer mark.
8134         * bindings.el (propertized-buffer-identification):
8135         Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
8136         Add C-M-arrow keys for consistency.
8138         * files.el (confirm-kill-emacs):
8139         Change group from top-level `emacs' to `convenience'.
8141         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
8142         Push mark on the first call of successive command calls.
8143         (insert-pair): New fun created from `insert-parentheses' with
8144         `open' and `close' arguments added.  Enclose active regions
8145         in paired characters.  Compare adjacent characters syntax with
8146         inserted characters syntax before inserting a space.
8147         (insert-parentheses): Call `insert-pair' with ?\( ?\).
8149         * delsel.el: Don't put `delete-selection' property
8150         on `insert-parentheses' symbol to take advantage of
8151         region handling in `insert-pair' function.
8152         Suggested by Stephan Stahl <stahl@eos.franken.de>.
8154 2004-04-30  Kim F. Storm  <storm@cua.dk>
8156         * emulation/cua-base.el: Add support for changing cursor types;
8157         based on patch from Michael Mauger.
8158         (cua-normal-cursor-color, cua-read-only-cursor-color)
8159         (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
8160         Customization cursor type and/or cursor color.
8161         (cua--update-indications): Handle cursor type changes.
8162         (cua-mode): Update cursor indications if enabled.
8164         * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
8166         * mouse.el (mouse-drag-copy-region): New defcustom.
8167         (mouse-set-region, mouse-drag-region-1): Use it.
8169         * simple.el (kill-ring-save): If region face background color is
8170         unspecified (if no highlighting), show extent of fully visible
8171         region even if transient-mark-mode is enabled.
8173         * emulation/cua-base.el (cua--standard-movement-commands):
8174         Add cua-scroll-up and cua-scroll-down.
8175         (cua-scroll-up, cua-scroll-down): New commands.
8176         (cua--init-keymaps): Remap scroll-up and scroll-down.
8178         * emulation/cua-rect.el (cua--convert-rectangle-as):
8179         New defmacro.
8180         (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
8181         (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
8182         New commands (suggested by Jordan Breeding).
8184 2004-04-30  Juanma Barranquero  <lektu@terra.es>
8186         * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
8188 2004-04-30  Mario Lang  <mlang@delysid.org>
8190         * diff.el (diff-switches): Fix typo in docstring.
8192 2004-04-30  Alex Schroeder  <alex@gnu.org>
8194         * xml.el (xml-debug-print-internal): Don't add newline and
8195         indentation to text nodes and write empty elements as empty tags
8196         instead of opening and closing tags.
8197         (xml-debug-print): Take optional indent-string argument.
8198         (xml-print): Alias for xml-debug-print.
8200 2004-04-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
8202         * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
8203         than duplicate call to `line-beginning-position'.
8205         * progmodes/f90.el (f90-get-present-comment-type):
8206         Return whitespace, as well as comment chars, for consistent filling
8207         of comment blocks.  Use `match-string-no-properties'.
8208         (f90-break-line): Trim trailing whitespace when filling comments.
8210 2004-04-30  Dave Love  <fx@gnu.org>
8212         * calendar/diary-lib.el (diary-outlook-formats): New variable.
8213         (diary-from-outlook-internal, diary-from-outlook)
8214         (diary-from-outlook-gnus, diary-from-outlook-rmail):
8215         New functions to import diary entries from Outlook-format
8216         appointments in mail messages.
8218 2004-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8220         * progmodes/python.el (python-send-command): New fun.
8221         (python-send-region, python-load-file): Use it.
8223         * progmodes/compile.el (compilation-last-buffer): Add var alias.
8225         * help-fns.el (help-C-file-name): Use new subr-name.
8226         Prepend `src/' to the file name.
8227         (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
8228         (describe-function-1, describe-variable): Only find a C source file
8229         name if DOC is already loaded.
8231         * help-mode.el (help-function-def, help-variable-def):
8232         Use the new find-function-search-for-symbol functionality.
8233         Allow FILE to be `C-source'.
8235         * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
8236         (find-function-C-source): New fun.
8237         (find-function-search-for-symbol): Use it.
8239 2004-03-29  Michael Mauger  <mmaug@yahoo.com>
8241         * progmodes/sql.el (sql-product-alist): Rename variable
8242         `sql-product-support'.  Add Postgres login parameters.
8243         (sql-set-product, sql-product-feature): Update with renamed variable.
8244         (sql-connect-postgres): Add username prompt.
8245         (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
8246         Make patterns less product specific.
8247         (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
8248         (sql-mode-abbrev-table): Modify initialization.
8249         (sql-builtin-face): Add variable.
8250         (sql-keywords-re): Add macro.
8251         (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
8252         (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
8253         (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
8254         (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
8255         (sql-mode-linter-font-lock-keywords)
8256         (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
8257         (sql-mode-sybase-font-lock-keywords)
8258         (sql-mode-informix-font-lock-keywords)
8259         (sql-mode-interbase-font-lock-keywords)
8260         (sql-mode-ingres-font-lock-keywords)
8261         (sql-mode-solid-font-lock-keywords)
8262         (sql-mode-sqlite-font-lock-keywords)
8263         (sql-mode-db2-font-lock-keywords): Default to nil.
8264         (sql-product-font-lock): Always highlight ANSI keywords.
8265         (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
8266         (sql-send-string): Add function.
8268 2004-04-29  Dave Love  <fx@gnu.org>
8270         * progmodes/cfengine.el (cfengine-beginning-of-defun)
8271         (cfengine-end-of-defun): Ensure progress through buffer.
8273         * info-look.el (cfengine-mode): Accept a terminal ().
8275 2004-04-29  Juri Linkov  <juri@jurta.org>
8277         * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
8278         instead of isearch-yank-word-or-char.  Add new key bindings for
8279         isearch-yank-char to \C-f, and isearch-del-char to \C-b.
8280         (isearch-del-char): New fun.
8281         (isearch-forward, isearch-edit-string): Update docstring.
8282         (isearch-yank-char): Doc fix.
8283         (isearch-other-meta-char): Restore point after scrolling.
8285         * progmodes/compile.el (compilation-context-lines): Add nil option
8286         to disable compilation output window scrolling.
8287         (compilation-set-window): Use it.
8289         * outline.el (outline-next-preface, outline-show-heading):
8290         Don't leave unhidden blank line before heading.
8291         (outline-end-of-subtree): Include last newline into subtree.
8292         (hide-entry): Leave point at beginning of heading instead of end.
8293         (outline-up-heading): Push mark for the first call of successive
8294         command calls.
8296 2004-04-28  Luc Teirlinck  <teirllm@auburn.edu>
8298         * comint.el (comint-prompt-read-only): New variable.
8299         (comint-output-filter): Implement it.
8301         * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
8302         (ielm-prompt-internal): New variable.
8303         (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
8304         (ielm-send-input): Delete unused variable `buf'.
8305         (ielm-eval-input): Use `ielm-prompt-internal'.
8306         (inferior-emacs-lisp-mode): Use new variables
8307         `comint-prompt-read-only' and `ielm-prompt-internal'.
8308         Get rid of obsolete variable `directory-sep-char'.
8309         (ielm): Use `zerop'.
8311 2004-04-29  John Paul Wallington  <jpw@gnu.org>
8313         * thumbs.el (toplevel): Require cl at compile time.
8314         Remove conditional definitions of `ignore-errors' and `caddar'
8315         because they occur at run time.
8317 2004-04-28  Nick Roberts  <nickrob@gnu.org>
8319         * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
8320         (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
8321         (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
8322         (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
8324         * progmodes/gud.el (gud-common-init): Throw an error if program is
8325         already running under gdb.
8327 2004-04-28  John Paul Wallington  <jpw@gnu.org>
8329         * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
8330         (thumbs-show-image-num): Move assignment of
8331         `thumbs-current-image-filename' within scope of `i'.
8332         (thumbs-emboss-image): Don't use `evenp'.
8334 2004-04-28  Richard M. Stallman  <rms@gnu.org>
8336         * progmodes/compile.el (compilation-context-lines): Default now 0.
8338 2004-04-28  Juanma Barranquero  <lektu@terra.es>
8340         Use `time-less-p' from calendar/time-date.el instead of defining
8341         custom versions of it.
8343         * pcomplete.el (pcomplete-time-less-p): Remove.
8345         * thumbs.el (time-less-p): Remove.
8347         * calendar/timeclock.el (timeclock-time-less-p): Remove.
8348         (timeclock-generate-report): Use `time-less-p'.
8350         * emacs-lisp/autoload.el (autoload-before-p): Remove.
8351         (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
8353 2004-04-28  Masatake YAMATO  <jet@gyve.org>
8355         * subr.el (remove-overlays): Make arguments optional.
8357         * wid-edit.el (widget-specify-button): Put evaporate to the
8358         overlay for sample.
8359         (widget-specify-sample): Put evaporate to the overlay for sample.
8360         (widget-specify-doc): Put evaporate to the overlay for documentation.
8362 2004-04-27  Jesper Harder  <harder@ifa.au.dk>
8364         * info.el (info-apropos): Make it an index node.  Align node names
8365         like makeinfo.
8367 2004-04-27  Eli Zaretskii  <eliz@gnu.org>
8369         * net/browse-url.el (browse-url-netscape-sentinel)
8370         (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
8371         (browse-url-epiphany-sentinel, browse-url-mosaic):
8372         Use browse-url-*-program instead of a literal program name.
8374 2004-04-27  Kevin Ryde  <user42@zip.com.au>
8376         * eshell/em-alias.el:
8377         * eshell/em-dirs.el:
8378         * eshell/em-hist.el:
8379         * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
8380         features when M-x customize-group loads modules before the main
8381         eshell.el.
8383 2004-04-27  Matthew Mundell  <matt@mundell.ukfsn.org>
8385         * subr.el (momentary-string-display): Support EXIT-CHAR that is
8386         either a character representation of an event or an event
8387         description list.
8389         * type-break.el: Capitalise Emacs and Lisp.
8390         (type-break-good-break-interval, type-break-demo-boring-stats)
8391         (type-break-terse-messages, type-break-file-name): New defcustoms.
8392         (type-break-post-command-hook)
8393         (type-break-warning-countdown-string): Quote variable names in doc.
8394         (type-break-interval-start, type-break-auto-save-file-name): New vars.
8395         (type-break-mode): Document type-break-good-break-interval and the
8396         "session" file.  Schedule break according to the session file.
8397         Kill session file buffer on exit.  Organise for save-some-buffers
8398         to always save the session file.
8399         (type-break-mode-line-message-mode, type-break-query-mode):
8400         Uppercase arguments.
8401         (type-break-file-time, type-break-file-keystroke-count, timep)
8402         (type-break-choose-file, type-break-get-previous-time)
8403         (type-break-get-previous-count): New defuns.
8404         (type-break): Avoid break querying after a completed break in the
8405         case where the query was initiated during user invocation of the
8406         break.  Optional terse messages.
8407         Use type-break-good-break-interval if type-break-good-rest-interval is
8408         nil.  File the break time.
8409         (type-break-schedule): New optional args for overriding the use of
8410         the current time.
8411         (type-break-cancel-time-warning-schedule): Avoid leftover warnings
8412         after a break.
8413         (type-break-check): File the keystroke count.
8414         (type-break-do-query): Prevent a second query when the break is
8415         interrupted.  Optional terse message.
8416         (type-break-keystroke-reset): Record the start of a typing interval.
8417         (type-break-demo-boring): Optional terse messages.  Display word
8418         per minute and keystroke counts according to
8419         type-break-demo-boring-stats.
8421 2004-04-27  Daniel M Coffman  <coffmand@us.ibm.com>  (tiny change)
8423         * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
8424         directories, make sure they exist under archive-tmpdir.
8426 2004-04-27  Juri Linkov  <juri@jurta.org>
8428         * help.el (view-emacs-news): With argument, display info for the
8429         selected version by finding it among different NEWS files, and
8430         narrowing the buffer to the selected version.
8432         * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
8433         same-window-buffer-names.
8434         (info): New arg `buffer'.  Use it.  Doc fix.  Read file name for
8435         non-numeric prefix argument, append the number to the buffer name
8436         for numeric prefix argument.
8437         (info-other-window): Bind same-window-regexps to nil.
8438         (Info-reference-name): Rename to Info-point-loc.
8439         (Info-find-node-2): Call forward-line for numeric Info-point-loc,
8440         and Info-find-index-name for stringy Info-point-loc.
8441         (Info-extract-menu-node-name): New arg `index-node'.  Use regexp
8442         without middle `.', but with final `.' and optional line number
8443         for it.  Set Info-point-loc for index nodes.
8444         (Info-index): Remove middle `.' from index entry regexp.
8445         Modify line number regexp.
8446         (Info-index-next): Decrement line number.
8447         (info-apropos): Remove middle `.' from index entry regexp.
8448         Add optional line number regexp at the end.  Add matched value
8449         for line number to the result list and insert it to the buffer.
8450         Replace match-string by match-string-no-properties.
8451         Reorder result list.
8452         (Info-fontify-node): Hide index line numbers.
8453         (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
8454         empty matches.
8455         (Info-follow-reference): Use `str' instead of
8456         Info-following-node-name-re.
8457         (Info-toc): Use full file names.  Set Info-current-node to "Top".
8458         (Info-fontify-node): Compare file names without directory name.
8459         (Info-try-follow-nearest-node): Don't set Info-reference-name.
8460         Set second arg of Info-extract-menu-node-name for index nodes.
8461         (info-xref-visited): Use magenta3 instead of magenta4.
8462         (Info-mode): Add info-apropos to docstring.
8464         * log-view.el (log-view-diff): Replace interactive code "r"
8465         by a list to allow to call it even if region is not active.
8467         * paren.el (show-paren-highlight-openparen): New var.
8468         (show-paren-function): Turn on openparen highlighting when
8469         matching forward if show-paren-highlight-openparen is non-nil.
8471         * simple.el (kill-ring-save): Use blink-matching-delay instead of
8472         the constant value 1.
8473         (completions-common-part): Expand docstring.
8475         * textmodes/picture.el (picture-mode-map): Add arrow keys.
8477 2004-04-27  Kim F. Storm  <storm@cua.dk>
8479         * image.el (insert-sliced-image): Use line-height instead of
8480         line-spacing property on newline.
8482 2004-04-26  Lars Hansen  <larsh@math.ku.dk>
8484         * desktop.el (desktop-buffer-misc-data-function): Rename to
8485         desktop-save-buffer and change docstring.
8486         (desktop-buffer-modes-to-save): Delete.
8487         (desktop-save-buffer-p): Use desktop-save-buffer instead of
8488         desktop-buffer-modes-to-save.
8489         (desktop-save): Rename desktop-buffer-misc-data-function to
8490         desktop-save-buffer and allow non-function value.
8491         (desktop-missing-file-warning): Correct docstring.
8493         * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
8494         to desktop-save-buffer.
8496         * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
8497         desktop-save-buffer.
8499         * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
8501         * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
8503 2004-04-26  Eli Zaretskii  <eliz@gnu.org>
8505         * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
8507 2004-04-25  Luc Teirlinck  <teirllm@auburn.edu>
8509         * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
8510         (ielm): Only go to the end of the buffer when starting a new process.
8512 2004-04-25  Juanma Barranquero  <lektu@terra.es>
8514         * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
8515         mode line.  Bind `inhibit-read-only' to t before modifying
8516         properties of text in the buffer.
8517         (ielm): Force point to the end of buffer, even when running ielm
8518         from inside itself.
8520 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
8522         * info.el (info-apropos): Reset Info-complete-cache.
8524 2004-04-25  Daniel Pfeiffer  <occitan@esperanto.org>
8526         * progmodes/compile.el (compilation-error-regexp-alist-alist):
8527         Also recognize severe Irix et al. messages.
8528         (compilation-normalize-filename, compile-abbreviate-directory):
8529         Delete functions.
8530         (compilation-get-file-structure): New function inherits
8531         functionality of the two preceding ones.
8532         (compilation-internal-error-properties, compilation-fake-loc):
8533         Use it so that different paths to the same file share the same
8534         markers.  Also optimize finding adjacent marker slightly.
8536 2004-04-25  Kim F. Storm  <storm@cua.dk>
8538         * image.el (insert-sliced-image): Add line-spacing t property
8539         to newlines separating image lines.
8541 2004-04-24  Luc Teirlinck  <teirllm@auburn.edu>
8543         * comint.el (comint-delete-output): Bind inhibit-read-only to t.
8545         * ielm.el (ielm-prompt-read-only): New user option.
8546         (ielm-prompt): Expand docstring to describe new behavior.
8547         (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
8548         mention it in the docstring.
8550 2004-04-24  Andreas Schwab  <schwab@suse.de>
8552         * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
8554         * diff.el (diff): Set default-directory in diff buffer.
8556 2004-04-24  Eli Zaretskii  <eliz@gnu.org>
8558         * mail/sendmail.el (mail-bury): Don't delete the frame where the
8559         mail was being composed if the terminal cannot display more than
8560         one frame; instead, switch to previous frame.
8562         * mail/rmail.el (rmail-mail-new-frame): Doc fix.
8563         (rmail-start-mail): Support rmail-mail-new-frame even on
8564         terminals that can display only one frame at a time.
8566 2004-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8568         * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
8569         (checkdoc-output-font-lock-keywords): Remove error regexp.
8570         (checkdoc-output-mode-map): Remove.
8571         (checkdoc-output-mode): Derive from compilation-mode.
8572         (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
8574         * dired.el (dired-mode-map): Add a menu entry for wdired.
8576         * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
8577         (rx-bracket, rx-check-any, rx-any): Clean up name space.
8579         * wdired.el: (wdired-mode-map): Move init into declaration.
8580         Fix `return' binding.
8581         (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
8582         Use force-mode-line-update.
8583         (wdired-get-filename): Use `unless'.
8584         (wdired-preprocess-files): Don't assume names have no \n and use / for
8585         dir separator.
8586         (wdired-normalize-filename): Use replace-regexp-in-string.
8587         (wdired-load-hooks): Remove.
8588         (wdired-mode-hooks): Rename to wdired-mode-hook.
8590         * info-look.el: Add support for cfengine-mode.
8591         (info-lookup-setup-mode): Use dolist.
8593 2004-04-23  Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba  <juan-leon.lahoz@tecsidel.es>
8595         * wdired.el: New file.
8597 2004-04-23  Juanma Barranquero  <lektu@terra.es>
8599         * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
8601         * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
8602         (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
8603         (pcomplete--help, pcomplete--here): Doc fixes.
8605 2004-04-23  Andre Spiegel  <spiegel@gnu.org>
8607         * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
8608         handles wrong-number-of-arguments in backend call.
8610         * vc.el (vc-print-log): Likewise.
8612 2004-04-20  Dave Love  <fx@gnu.org>
8614         * emacs-lisp/rx.el: Doc fixes.
8615         (rx-constituents): Add/extend many forms.
8616         (rx-check): Check form is a list.
8617         (bracket): Defvar.
8618         (rx-check-any, rx-any, rx-check-not): Modify.
8619         (rx-not): Simplify.
8620         (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
8621         (rx-kleene): Use rx-trans-forms.
8622         (rx-quote-for-set): Delete.
8623         (rx): Allow multiple args.
8625 2004-04-23  Kenichi Handa  <handa@m17n.org>
8627         * international/mule-util.el (char-displayable-p): Simplify by
8628         using internal-char-font.
8630 2004-04-23  Juanma Barranquero  <lektu@terra.es>
8632         * makefile.w32-in: Add "-*- makefile -*-" mode tag.
8634 2004-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8636         * diff-mode.el (diff-next-error): New fun.
8637         (diff-mode): Use it.
8639         * simple.el (next-error): Change arg name.
8640         Add support for the documented C-u C-x ` usage.
8642         * frame.el (special-display-popup-frame, next-multiframe-window)
8643         (previous-multiframe-window): Only consider frames on same display.
8645 2004-04-22  Lars Hansen  <larsh@math.ku.dk>
8647         * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
8648         * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
8650 2004-04-22  Kim F. Storm  <storm@cua.dk>
8652         * net/telnet.el (telnet): Add optional port arg.
8654 2004-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8656         * progmodes/compile.el (compilation-mode-font-lock-keywords):
8657         Minor sanity check on the `hyperlink' slot.
8659         * Makefile.in (recompile): Compile new files.
8661         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
8662         Add byte-recompile-directory's optional `arg'.
8664         * cvs-status.el (cvs-tree-use-charset): New var.
8665         (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
8666         (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
8667         (cvs-status-cvstrees): Use it.
8669         * emacs-lisp/checkdoc.el (checkdoc-output-mode):
8670         Make it a normal major mode.
8671         (checkdoc-buffer-label): Make sure the file name is meaningful.
8672         (checkdoc-output-to-error-buffer): Remove.
8673         (checkdoc-error, checkdoc-start-section): Rewrite.
8675         * info.el (info-node, info-menu-5, info-xref, info-header-node)
8676         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
8677         (Info-title-4-face): Use new syntax.
8678         (info-xref-visited): Inherit from info-xref.
8680         * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
8682 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
8684         * simple.el (next-error-last-buffer, next-error-function):
8685         New variables for the next-error framework.
8686         (next-error-buffer-p): New function.
8687         (next-error-find-buffer): Generalize compilation-find-buffer.
8688         (next-error, previous-error, first-error, next-error-no-select)
8689         (previous-error-no-select): Move from compile.el.
8691         * replace.el (occur-next-error, occur-1): Hook into the next-error
8692         framework.
8694         * progmodes/compile.el (compilation-start):
8695         Set next-error-last-buffer so next-error knows where to jump.
8696         (compilation-setup): Set the buffer-local variable
8697         next-error-function to 'compilation-next-error-function.
8698         (compilation-buffer-p, compilation-buffer-internal-p): Use an
8699         alternate way to find if a buffer is a compilation buffer, for
8700         next-error convenience.
8701         (next-error-no-select, previous-error-no-select, next-error)
8702         (previous-error, first-error): Move to simple.el.
8703         (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
8704         (compilation-last-buffer): Remove.
8705         (compilation-start, compilation-next-error, compilation-setup)
8706         (compilation-next-error-function, compilation-find-buffer):
8707         Remove compilation-last-buffer use.
8709 2004-04-21  Juanma Barranquero  <lektu@terra.es>
8711         * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
8712         (font-lock-warning-face): Fix spacing.
8714         * makefile.w32-in (WINS): Add url/ directory.
8716 2004-04-21  Lars Hansen  <larsh@math.ku.dk>
8718         * desktop.el (desktop-buffer-mode-handlers): New variable.
8719         Alist of major mode specific functions to restore a desktop buffer.
8720         (desktop-buffer-handlers): Make variable obsolete.
8721         (desktop-create-buffer): Use desktop-buffer-mode-handlers.
8722         Catch errors signaled in handlers.  Update buffer count.
8723         Evaluate desktop-buffer-point.
8724         (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
8725         move to dired.el.
8726         (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
8727         move to info.el.
8728         (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
8729         move to mail/rmail.el.
8730         (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
8731         to mh-e/mh-e.el.
8732         (desktop-buffer-file): Rename to desktop-restore-file-buffer.
8733         On fail, print message (to message buffer) even if
8734         desktop-missing-file-warning is nil.
8735         (desktop-buffer-misc-data-function): New buffer local variable.
8736         Function returning major mode specific data.
8737         (desktop-buffer-misc-functions): Make variable obsolete.
8738         (desktop-save): Use desktop-buffer-misc-data-function.
8739         (desktop-buffer-dired-misc-data): Rename to
8740         dired-desktop-buffer-misc-data and move to dired.el.
8741         (desktop-buffer-info-misc-data): Rename to
8742         Info-desktop-buffer-misc-data and move to info.el.
8743         (desktop-read): Add message about number of buffers restored/failed.
8745         * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
8746         Add parameters.  Pause to display error only when
8747         desktop-missing-file-warning is non-nil.
8748         (dired-desktop-buffer-misc-data): Move from desktop.el.  Add parameter.
8749         (dired-mode): Bind desktop-buffer-misc-data-function.
8751         * info.el (Info-restore-desktop-buffer): Move from desktop.el.
8752         Add Parameters.
8753         (Info-desktop-buffer-misc-data): Move from desktop.el.  Add parameter.
8754         (Info-mode): Bind desktop-buffer-misc-data-function.
8756         * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
8757         Add Parameters.
8759         * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
8760         Add Parameters.
8762 2003-04-21  Paul Pogonyshev  <pogonyshev@gmx.net>
8764         * dabbrev.el (dabbrev--substitute-expansion): Don't lose
8765         the case of letters in case-insensitive expansions when the
8766         abbrev is preceded by characters with letter syntax.
8768 2004-04-21  Richard M. Stallman  <rms@gnu.org>
8770         * progmodes/cperl-mode.el (cperl-putback-char):
8771         Delete Emacs 18 definition.
8773         * international/mule.el (ctext-post-read-conversion):
8774         Use assoc-string, not assoc-ignore-case.
8776         * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
8778         * emacs-lisp/easymenu.el (easy-menu-add):
8779         Do call x-popup-menu, but only if it's defined.
8781         * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
8783         * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
8784         Handle multiple args: compile like progn.
8786         * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
8787         take all args as &rest arg.
8789         * autoinsert.el (auto-insert-alist): Insert the user's name in
8790         copyright notice, rather than Free Software Foundation.
8792 2004-04-21  Kenichi Handa  <handa@m17n.org>
8794         * descr-text.el (describe-char): Make it work on *Help* buffer.
8796 2004-04-21  Kim F. Storm  <storm@cua.dk>
8798         * image.el (insert-image): Add optional SLICE arg.
8799         (insert-sliced-image): New defun.
8801 2004-04-20  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
8803         * subr.el (read-number): Check whether `default' is nil.
8805 2004-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8807         * progmodes/compile.el (compilation-error-properties):
8808         Split into two.
8809         (compilation-internal-error-properties): New one.
8810         (compilation-compat-error-properties): Use it.  Fix the non-marker case.
8812 2004-04-20  Richard M. Stallman  <rms@gnu.org>
8814         * window.el (split-window-save-restore-data):
8815         Don't update the data if OLD-INFO is nil.
8817         * view.el (view-return-to-alist): Mark it permanent local.
8819         * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
8821         * recentf.el (recentf-save-list): Catch and warn about errors.
8823         * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
8824         so "Buffers" won't be pure.
8826         * help-mode.el (help-mode-finish): Set help-return-alist first
8827         thing, setting only the entry for the selected window.
8829         * help-fns.el (describe-function-1): If many non-control non-meta
8830         keys run the command, don't list all of them.
8832 2004-04-20  Juanma Barranquero  <lektu@terra.es>
8834         * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
8835         arg.  Copied from Andre Spiegel's patch of 2004-03-21.
8837         * calendar/time-date.el (time-to-day-in-year): Fix docstring.
8839 2004-04-20  Kenichi Handa  <handa@m17n.org>
8841         * international/quail.el (quail-lookup-key): New optional arg
8842         NOT-RESET-INDICES.
8843         (quail-get-translations): Call quail-lookup-key with
8844         NOT-RESET-INDICES t.
8845         (quail-completion): Likewise.
8846         (quail-lookup-map-and-concat): Likewise.
8848 2004-04-20  Kenichi Handa  <handa@m17n.org>
8850         * international/quail.el (quail-update-translation): Don't insert
8851         such an unsupported multibyte char in a unibyte buffer.
8853 2004-04-20  Nick Roberts  <nick@nick.uklinux.net>
8855         * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
8856         (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
8857         (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
8858         (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
8859         (gdb-frame-assembler-buffer): Improve behaviour with
8860         multiple frames.
8861         (gdb-display-buffer): Extend search to all visible frames.
8863 2004-04-19  Eli Zaretskii  <eliz@gnu.org>
8865         * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
8866         characters left after base64 decoding.
8867         (rmail-decode-region): Use -dos variety of `coding', to remove any
8868         ^M characters left after qp or base64 decoding.
8870 2004-04-19  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8872         * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
8873         messages.
8875 2004-04-19  Stephen Eglen  <stephen@gnu.org>
8877         * add-log.el (add-change-log-entry): Update doc string to mention
8878         add-log-full-name and add-log-mailing-address.
8880 2004-04-18  Juri Linkov  <juri@jurta.org>
8882         * info.el (Info-find-file, Info-find-node-2): Add history and toc.
8883         (Info-find-node-2): Simplify error message.
8884         (Info-insert-dir): Use Info-following-node-name.
8885         (Info-goto-node): Remove *info-history* and *info-toc*.
8886         (Info-history): Create a node of the virtual history file.
8887         (Info-toc): Create a node of the virtual toc file.
8888         (Info-insert-toc): New arg `curr-file' for reference file names.
8889         (info-apropos): Remove redundant var binding for temp-file.
8890         (Info-index, Info-index-next, Info-mode): Doc fix.
8891         (Info-goto-emacs-command-node): Don't jump to *info* from
8892         non-*info* Info buffers.
8893         (Info-fontify-node): Don't show the file name of external
8894         references if `Info-hide-note-references' is `hide'.  Don't hide
8895         newlines at the end of paragraphs.
8897         * international/mule-diag.el (list-input-methods):
8898         Fix args to help-xref-button.
8900         * help-fns.el (help-with-tutorial): Call `hack-local-variables'
8901         to put into effect local variables from TUTORIAL files.
8903         * textmodes/paragraphs.el (sentence-end) <function>: New fun
8904         with default value taken from the variable `sentence-end'.
8905         (sentence-end) <defcustom>: Set default to nil.  Doc fix.
8906         Add nil const to :type.
8907         (sentence-end-without-period, sentence-end-double-space)
8908         (sentence-end-without-space): Doc fix.
8910         * textmodes/paragraphs.el (forward-sentence):
8911         * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
8912         (fill-delete-newlines):
8913         * progmodes/cc-cmds.el (c-beginning-of-statement):
8914         Use function `sentence-end' instead of variable `sentence-end'.
8916 2004-04-18  Andreas Schwab  <schwab@suse.de>
8918         * progmodes/compile.el (compilation-start): Set window start to
8919         point-min if compilation-scroll-output is nil.
8921 2004-04-18  John Wiegley  <johnw@newartisans.com>
8923         * iswitchb.el (iswitchb-completions): Remove dependency on cl.
8925 2004-04-18  Nick Roberts  <nick@nick.uklinux.net>
8927         * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
8928         (gdb-info-breakpoints-custom): Revert previous change.
8929         (gdb-view-assembler): Update assembler if necessary.
8930         (gdb-frame-handler): Parse correctly for gdb-current-frame.
8931         (gdb-display-source-buffer): Update properly when both source and
8932         assembler are visible.
8934 2004-04-17  John Wiegley  <johnw@newartisans.com>
8936         * iswitchb.el (iswitchb-max-to-show): Add a new config variable
8937         which limits the number of names shown in the minibuffer.  Off by
8938         default.
8939         (iswitchb-completions): Use `iswitchb-max-to-show'.  This speeds
8940         up iswitchb for users with a multitude of open buffers by showing
8941         only the first and last N/2 buffers in the completion list (which
8942         is enough to aid C-s/C-r, and to know that more characters are
8943         needed to refine the completion list).
8945 2004-04-17  Richard M. Stallman  <rms@gnu.org>
8947         * files.el (locate-file-completion): Handle nil in path-and-suffixes.
8948         (file-truename): Expand all ~ constructs directly.
8949         (insert-directory): Delete any error msg output by the
8950         `insert-directory-program'.
8952         * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
8953         (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
8954         (allout-prior-bindings, allout-added-bindings): Defvars deleted.
8955         (allout-init): Use find-file-hook, not find-file-hooks.
8956         (allout-mode): Eliminate Emacs 18 support.
8957         Use write-contents-functions, not local-write-file-hooks.
8959 2004-04-17  Daniel Pfeiffer  <occitan@esperanto.org>
8961         * progmodes/compile.el (compilation-error-properties): Fix for
8962         adding messages when there are already markers for their file.
8963         (compilation-fake-loc): New function.
8965 2004-04-16  Dave Love  <fx@gnu.org>
8967         * progmodes/python.el (python-compilation-line-number): Fix braindamage.
8968         (python-load-file): Fix python-orig-start setting.
8970         * progmodes/compile.el: Doc fixes.
8971         (compilation-error-regexp-alist-alist)
8972         (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
8973         (compilation-assq): Wrap in eval-when-compile.
8974         (compilation-mode-font-lock-keywords): Don't use list*.
8975         (compilation-start): Avoid warning.
8976         (compilation-compat-error-properties)
8977         (compilation-directory-properties): Add keymap property.
8978         (compilation-parsing-end): Make it a marker for better compatibility.
8980         * progmodes/python.el (python-after-info-look): Use with-no-warnings.
8982 2004-04-16  Mark A. Hershberger  <mah@everybody.org>
8984         * xml.el: Doc fixes.
8985         (xml-get-children): Only looks at sub-tags and ignore strings.
8987         * xml.el (xml-parse-tag): Avoid overwriting node-name.
8989 2004-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
8991         * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
8993 2004-04-16  Andre Spiegel  <spiegel@gnu.org>
8995         * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
8997         * vc.el (vc-print-log): Likewise.
8999 2004-04-16  Masatake YAMATO  <jet@gyve.org>
9001         * simple.el (completion-setup-function): Set an initial value
9002         to `element-common-end' before entering loop.  Set a value
9003         to `element-common-end' at the end of loop.
9004         The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
9005         (completions-common-part): Rename from completion-de-emphasis.
9006         (completions-first-difference): Rename from completion-emphasis.
9007         Suggested by RMS.
9009 2004-04-16  Juanma Barranquero  <lektu@terra.es>
9011         * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
9012         (bookmark-edit-annotation-mode): Add mode name.
9014 2004-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
9016         * smerge-mode.el (smerge-match-conflict): Try to do something sensible
9017         for nested conflict markers.
9018         (smerge-find-conflict): Better handle errors in smerge-match-conflict.
9020 2004-04-15  Nick Roberts  <nick@nick.uklinux.net>
9022         * progmodes/gdb-ui.el (gdb-goto-info): New function.
9024         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
9026 2004-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9028         * emacs-lisp/bytecomp.el (batch-byte-compile-file):
9029         Give a backtrace if requested.
9031         * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
9033         * progmodes/python.el (python-mouse-2-command, python-RET-command):
9034         Remove unused functions.
9035         (python-orig-start-line, python-orig-file): Remove.
9036         (python-orig-start): New var.
9037         (python-input-filter, python-compilation-line-number)
9038         (python-send-region, python-load-file): Use it.
9040         * info.el (info): Always jump to *info*.
9042         * subr.el (posn-set-point): New function.
9044         * mouse.el (mouse-set-point): Use it.
9046         * progmodes/compile.el (compile-goto-error): Use it.
9047         (compilation-button-map): New keymap.
9048         (compilation-error-properties): Use it.
9049         (compilation-shell-minor-mode-map): Don't bind mouse-2.
9051         * smerge-mode.el (smerge-popup-context-menu): Use it.
9053         * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
9054         (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
9055         mouse and non-mouse case.
9057         * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
9058         (diff-mouse-goto-source): Make it an alias of diff-goto-source.
9060         * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
9061         Make it work for non-mouse events.
9063         * pcvs-info.el (cvs-status-map): Update binding name.
9065 2004-04-14  Mark A. Hershberger  <mah@everybody.org>
9067         * xml.el (xml-maybe-do-ns): New function to handle namespace
9068         parsing of both attribute and element names.
9069         (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
9070         (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
9071         (xml-parse-tag): Update assumed namespaces.  Clean up namespace parsing.
9072         (xml-parse-attlist): Make it do its own namespace parsing.
9074 2004-04-14  Dave Love  <fx@gnu.org>
9076         * progmodes/python.el (run-python): Fix use of \n.
9077         (python-load-file): Remove `try' from Python fragment.
9078         (python-describe-symbol): Fix message.
9080         * comint.el: Doc fixes.
9081         (comint-last-input-start, comint-last-input-end)
9082         (comint-last-output-start): Give them values.
9083         (comint-arguments): Avoid warning.
9084         (comint-skip-prompt): Use line-end-position.
9085         (comint-backward-matching-input): Rename arg to agree with doc.
9086         (comint-extract-string): Use syntax-ppss.
9087         (comint-dynamic-simple-complete): Delete useless list construction.
9088         (comint-redirect-subvert-readonly): New.
9089         (comint-redirect-preoutput-filter): Use it.
9091         * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
9092         Correctly handle negative arguments when calling hook functions.
9094 2004-04-14  Jesper Harder  <harder@ifa.au.dk>
9096         * info.el (info-apropos): Don't clobber Info-history-list.
9098 2004-04-14  Daniel Pfeiffer  <occitan@esperanto.org>
9100         * progmodes/compile.el (compilation-setup):
9101         Localize overlay-arrow-position.
9102         (compilation-sentinel): Restructure code equivalently.
9103         (compilation-next-error): Find message on same line after point if
9104         not found before point.
9105         (compile-mouse-goto-error): Restore function so that compilation
9106         buffer need not be current and use compile-goto-error.
9107         (compile-goto-error): Restore function.
9108         (next-error): Set overlay-arrow-position.
9109         (compilation-forget-errors): Don't localize already local
9110         compilation-locs and remove FIXME about refontifying.
9112 2004-04-14  Kim F. Storm  <storm@cua.dk>
9114         * startup.el (emacs-quick-startup): New defvar (set by -Q).
9115         (command-line): New option -Q.  Like -q --no-site-file, but
9116         in addition it also disables menu-bar, tool-bar, scroll-bars,
9117         tool-tips, and the blinking cursor.
9118         (command-line-1): Skip startup screen if -Q.
9119         (fancy-splash-head): Use ":align-to center" prop to center splash image.
9121         * emulation/cua-base.el (cua-read-only-cursor-color)
9122         (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
9124 2004-04-13  Dave Love  <fx@gnu.org>
9126         * progmodes/python.el: Doc fixes.  Changes for compiler warnings.
9127         (syntax): Don't require.
9128         (python) <defgroup>: Add :version.
9129         (python-quote-syntax): Re-written.
9130         (inferior-python-mode): Move stuff here from run-python and add
9131         some more.
9132         (python-preoutput-continuation, python-preoutput-result)
9133         (python-dotty-syntax-table): New.
9134         (python-describe-symbol): Use them.
9135         (run-python): Move stuff to inferior-python-mode.  Modify code
9136         loaded into Python.
9137         (python-send-region): Use python-proc, python-send-string.
9138         (python-send-string): Send newlines too.  Callers changed.
9139         (python-load-file): Re-written.
9140         (python-eldoc-function): New.
9141         (info-look): Don't require.
9142         (python-after-info-look): New.  A modified version of former
9143         top-level code for use with eval-after-load.
9144         (python-maybe-jython, python-guess-indent): Use widened buffer.
9145         (python-fill-paragraph): Re-written.
9146         (python-mode): Fix outline-regexp.  Set outline-heading-end-regexp,
9147         eldoc-print-current-symbol-info-function.  Add to eldoc-mode-hook.
9149 2004-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9151         * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
9152         Set compilation-error-regexp-alist earlier.
9154         * progmodes/compile.el (compilation-minor-mode-map)
9155         (compilation-shell-minor-mode-map, compile-mouse-goto-error)
9156         (compile-goto-error): Re-merge the mouse and non-mouse commands.
9158 2004-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9160         * progmodes/compile.el (compile-goto-error): Select the buffer/window
9161         corresponding to the event.
9163 2004-04-12  Joe Buehler  <jbuehler@hekiman.com>
9165         * loadup.el: Add cygwin to system-type list, for unexec() support.
9167 2004-04-12  John Paul Wallington  <jpw@gnu.org>
9169         * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
9170         (ibuffer-restore-window-config-on-quit): New variable to replace
9171         `ibuffer-delete-window-on-quit'.  Update all references.
9172         (ibuffer-prev-window-config): New variable.
9173         (ibuffer-quit): Restore previous window configuration instead of
9174         deleting window.
9175         (ibuffer): Save window configuration before showing Ibuffer buffer.
9177         * help.el (describe-mode): Doc fix.
9179 2004-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9181         * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
9182         not to treat nil as a function.
9184         * vc-arch.el (vc-arch-root): Be a bit more careful.
9185         (vc-arch-register): Save the buffer if we modified it.
9186         (vc-arch-delete-rej-if-obsolete): Save excursion.
9187         (vc-arch-find-file-hook): Use the simpler after-save-hook.
9188         (vc-arch-responsible-p, vc-arch-init-version): New functions.
9190         * net/ldap.el (ldap-search): Use list*.
9192 2004-04-12  Juri Linkov  <juri@jurta.org>
9194         * info.el (Info-follow-reference): Allow multiline reference name.
9196 2004-04-11  Dave Love  <fx@gnu.org>
9198         * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
9200         * progmodes/python.el: New file.
9202 2004-04-11  Andre Spiegel  <spiegel@gnu.org>
9204         * vc-hooks.el (vc-arg-list): Function removed.
9205         (vc-default-workfile-unchanged-p): Use condition-case to check for
9206         backward compatibility.
9208         * vc.el (vc-print-log): Use condition-case to check for backward
9209         compatibility.
9211 2004-04-11  Juri Linkov  <juri@jurta.org>
9213         * dired.el (dired-faces): New defgroup.
9214         (dired-header, dired-mark, dired-marked, dired-flagged)
9215         (dired-warning, dired-directory, dired-symlink, dired-ignored):
9216         New faces.
9217         (dired-header-face, dired-mark-face, dired-marked-face)
9218         (dired-flagged-face, dired-warning-face, dired-directory-face)
9219         (dired-symlink-face, dired-ignored-face): New face variables.
9220         (dired-font-lock-keywords): Use them instead of font-lock faces.
9221         Split the rule for dired marks into 3 separate rules: for marks,
9222         marked file names and flagged file names.
9224         * help-mode.el (help-make-xrefs): Add a final newline to the
9225         *Help* buffer.
9227 2004-04-11  John Paul Wallington  <jpw@gnu.org>
9229         * replace.el (occur-engine): Distinguish between one and several
9230         matches in the matches per buffer heading.
9232 2004-04-11  Kim F. Storm  <storm@cua.dk>
9234         * ido.el (ido-confirm-unique-completion): New defcustom.
9235         (ido-complete): Use it.
9236         (ido-write-file): Set it to t unconditionally.
9238 2004-04-10  Miles Bader  <miles@gnu.org>
9240         RCS keyword removal (only non-comment changes are enumerated here):
9242         * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
9243         (byte-compile-insert-header): Don't use `byte-compile-version'.
9244         * forms.el (forms-version): Variable removed.
9245         (forms-mode): Don't use `forms-version'.
9246         * recentf.el (recentf-version): Variable removed.
9247         * progmodes/delphi.el (delphi-version): Variable removed.
9248         * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
9250 2004-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
9252         * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
9254 2004-04-09  Jesper Harder  <harder@ifa.au.dk>
9256         * info.el (info-apropos): Improve menu item regexp.
9258 2004-04-09  Simon Josefsson  <jas@extundo.com>
9260         * mail/smtpmail.el: Add comment, based on report by
9261         kdc@rcn.com (Kevin D. Clark).
9263 2004-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9265         * progmodes/compile.el (compilation-mode-font-lock-keywords):
9266         Redo one more thing that I didn't notice Daniel had undone.
9268 2004-04-08  Nick Roberts  <nick@nick.uklinux.net>
9270         * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
9271         (gdb-goto-breakpoint, gdb-display-buffer)
9272         (gdb-display-source-buffer, gdb-view-source-function)
9273         (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
9274         (gdb-source-info, gdb-frame-handler): Don't specify a window
9275         for display.
9276         (gdb-info-breakpoints-custom): Remove superfluous update of
9277         assembler buffer.
9278         (gdb-many-windows): Make settable outside gdb.
9280 2004-04-08  Glenn Morris  <gmorris@ast.cam.ac.uk>
9282         * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
9283         Derive from fundamental-mode rather than text-mode.
9285 2004-04-08  Juri Linkov  <juri@jurta.org>
9287         * info.el (Info-history): Doc fix.
9288         (Info-history-list): New var.
9289         (info-xref): Change magenta4 to blue, remove bold for dark and
9290         light backgrounds, change bold to underline for non-color classes.
9291         (info-xref-visited): New face.
9292         (Info-fontify-visited-nodes): New custom.
9293         (Info-hide-note-references): Add new value `hide'.  Doc fix.
9294         (Info-reference-name): New var.
9295         (Info-selection-hook): New custom.
9296         (Info-edit-mode-hook): New var.
9297         (Info-find-file): New fun.
9298         (Info-find-node): Move part of code to Info-find-file.
9299         (Info-find-node-2): Add anchors to Info-history-list.  Move point
9300         to the place with the reference name if name is defined.
9301         (Info-select-node): Add current node to Info-history-list.
9302         (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
9303         (Info-search-whitespace-regexp): New custom.
9304         (Info-search-case-fold): New var.
9305         (Info-search): Add "case-sensitively" to the prompt.
9306         Use Info-search-whitespace-regexp.  Set Info-search-case-fold.
9307         (Info-search-case-sensitively, Info-search-next): New fun.
9308         (Info-up): Move point to the menu item of the current node.
9309         (Info-history): New fun.  Add *info-history* to
9310         same-window-buffer-names.
9311         (Info-toc): New fun.  Add *info-toc* to same-window-buffer-names.
9312         (Info-insert-toc): New fun.
9313         (Info-build-toc): New fun.
9314         (Info-follow-reference): Add new arg `fork'.  Doc fix.
9315         Replace [ \n\t]* by [ \n\t]+ in the *Note regexp.  For references
9316         with the same name prefer the reference closest to point.
9317         (Info-next-reference): Replace * by + in the *Note regexp.
9318         Add regexp for http:// and ftp://.  Skip the *Note prefix.
9319         (Info-prev-reference): Replace * by + in the *Note regexp.
9320         Add regexp for http:// and ftp://.  Skip the *Note prefix.
9321         (Info-follow-nearest-node): Add new arg `fork'.
9322         (Info-try-follow-nearest-node): Add new arg `fork'.
9323         Call browse-url for http:// and ftp:// references.
9324         Set Info-reference-name for index entries.
9325         (Info-mode-menu): Add menu items for Info-search-case-sensitively,
9326         Info-search-next, Info-history, Info-toc, clone-buffer.
9327         (Info-menu-update): Replace * by + in the *Note regexp.
9328         (Info-mode): Add documentation for Info-history, Info-toc,
9329         Info-search-case-sensitively, Info-search-next, clone-buffer.
9330         (Info-fontify-menu-headers): Remove fun.  Move code to
9331         Info-fontify-node.
9332         (Info-fontify-node): Add docstring.  Add local vars
9333         fontify-visited-p and not-fontified-p.  If not-fontified-p is t
9334         then fontify header line, titles, menu headers, http and ftp
9335         references, refill paragraphs.  If not-fontified-p is t or
9336         fontify-visited-p is t then fontify cross references, menu items.
9337         Fontify menu headers.  Fontify http and ftp references.
9338         Change regexp for cross references to require whitespace after *Note,
9339         add matching groups for file and node names.  Remove hack for quote.
9340         Use display property for Info-hide-note-references=t.  Use fifth
9341         or fourth match for help-echo.  Display visited nodes in a
9342         different face.  Unhide file names of external references.
9343         Unhide newlines.  Display visited menu items in a different face.
9345 2004-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9347         * progmodes/compile.el: Require CL.
9348         (compilation-mode-font-lock-keywords): Re-install the "line as
9349         function" patch.
9351         * help-fns.el (help-C-source-directory): New var.
9352         (help-subr-name, help-C-file-name, help-find-C-source): New funs.
9353         (describe-function-1, describe-variable): Use them.
9355         * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
9356         to C source files specially.
9358 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
9360         * info.el (Info-hide-cookies-node): New function.
9361         (Info-select-node): Use it.
9362         (Info-display-images-node): Remove message with image file name.
9364 2004-04-07  Daniel Pfeiffer  <occitan@esperanto.org>
9366         * progmodes/compile.el (compilation-warning-face)
9367         (compilation-info-face, compilation-skip-threshold)
9368         (compilation-skip-visited, compilation-context-lines):
9369         Declare :version when added to Emacs.
9370         (compilation-error-regexp-alist-alist): Extend caml and irix.
9371         (compilation-setup): Fix if font-locked w/o font-lock-defaults.
9372         (compilation-mode-font-lock-keywords): Temporarily undo line as
9373         function patch, which wasn't ready.
9375 2004-04-07  Kenichi Handa  <handa@m17n.org>
9377         * international/latin1-disp.el (latin1-display-setup): Check each
9378         character is displayable or not instead of calling
9379         latin1-display-check-font.
9381 2004-04-06  Kenichi Handa  <handa@m17n.org>
9383         * language/ethio-util.el (ethio-sera-being-called-by-w3):
9384         New variable.
9385         (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
9386         instead of sera-being-called-by-w3.
9387         (ethio-fidel-to-sera-buffer): Likewise.
9388         (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
9389         instead of sera-being-called-by-w3.
9390         (ethio-write-file): Likewise.
9392 2004-04-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9394         * printing.el: Doc fix.
9396 2004-04-05  Nick Roberts  <nick@nick.uklinux.net>
9398         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
9399         (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
9400         (gdb-setup-windows): Only use separate IO buffer if required.
9402 2004-04-06  Kim F. Storm  <storm@cua.dk>
9404         * term.el (term-is-xemacs): Remove.
9405         (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
9406         (term-window-width): New function.
9407         (term-mode, term-check-size): Use it.
9408         (term-mode): Disable overflow-newline-into-fringe in term buffer.
9410 2004-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
9412         * cus-edit.el (custom-add-parent-links): Change unbound variable
9413         `symbol' to `name'.
9415 2004-04-05  Jesper Harder  <harder@ifa.au.dk>
9416         * info.el (info-apropos): New function.
9417         (Info-mode-menu): Add it.
9418         (Info-find-node, Info-find-node-2): Grok apropos virtual file.
9420         * help-mode.el (help-make-xrefs): Recognize aliased variable with
9421         inherited docstring.
9423         * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
9425 2004-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9427         * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
9429         * progmodes/compile.el (font-lock): Don't require any more.
9430         (compilation-error-properties, compilation-start, compilation-sentinel)
9431         (compilation-filter, next-error): Use with-current-buffer.
9432         (compilation-skip-to-next-location, compilation-skip-threshold)
9433         (compilation-skip-visited): Move to silence the byte-compiler.
9434         (compilation-setup): Simplify.
9435         (compilation-next-error): Use line-(beginning|end)-position.
9436         Make sure `pt' is non-nil before using compilation-loop.
9437         (compile-goto-error): Add optional event arg.  Use it.
9438         (compile-mouse-goto-error): Make it an alias of compile-goto-error.
9439         (compilation-minor-mode-map, compilation-shell-minor-mode-map):
9440         Update the binding for mouse-2.
9441         (first-error): Set compilation-current-error to nil rather than bob.
9442         (compilation-parsing-end, compilation-parse-errors-function)
9443         (compilation-error-list, compilation-old-error-list):
9444         "New" compatibility variables.
9445         (compile-buffer-substring, compilation-compat-error-properties)
9446         (compilation-compat-parse-errors, compilation-forget-errors):
9447         New compatibility functions.
9448         (compilation-mode-font-lock-keywords): Use them.
9450 2004-04-04  Luc Teirlinck  <teirllm@auburn.edu>
9452         * autorevert.el (auto-revert-handler): If point (or a window
9453         point) is at the end of the buffer, keep it there after
9454         reverting.  This allows to tail a file.
9455         Mention this in the `Commentary'.
9457         * format.el (format-write-file): Add optional argument CONFIRM
9458         and make it behave like the analogous argument to `write-file'.
9460 2004-04-04  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9462         * progmodes/ebnf2ps.el: Doc fix.
9463         (ebnf-version): New version number (4.2).
9464         (ebnf-syntax): Customization and docstring fix.
9465         (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
9466         Put autoloaded funs before first use.
9467         (ebnf-style-database): Add dtd entry.
9468         (ebnf-syntax-alist): Add dtd initialization.
9469         (ebnf-token-sequence): New fun.
9470         (ebnf-comment-table): Add new comment action character.
9471         (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
9473         * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
9474         Type Definition for XML).
9476         * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
9477         * progmodes/ebnf-bnf.el (ebnf-sequence):
9478         * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
9479         * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
9480         * progmodes/ebnf-yac.el (ebnf-yac-sequence):
9481         Code simplification: call ebnf-token-sequence.
9483 2004-04-04  Eli Zaretskii  <eliz@gnu.org>
9485         * calendar/timeclock.el (timeclock-relative)
9486         (timeclock-get-project-function, timeclock-get-workday-function)
9487         (timeclock-query-out, timeclock-when-to-leave)
9488         (timeclock-when-to-leave-string, timeclock-log-data)
9489         (timeclock-generate-report, timeclock-in): Doc fixes.
9491 2004-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9493         * url/: New dir.  Import the URL package from its repository.
9495 2004-04-03  Andreas Schwab  <schwab@suse.de>
9497         * diff-mode.el (diff-mode): Fix missing quote.
9499 2004-04-03  Juri Linkov  <juri@jurta.org>
9501         * descr-text.el (describe-property-list): Add `font-lock-face'.
9503         * dired.el (dired-font-lock-keywords): Fix permission regexps.
9505 2004-04-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9507         * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
9508         Use utf-16le on little endian machines and utf-16be otherwise.
9510 2004-04-02  David Kastrup  <dak@gnu.org>
9512         * net/browse-url.el (browse-url-generic): Use call-process
9513         instead of start-process to allow browsers that fork and detach.
9515 2004-04-01  Daniel Pfeiffer  <occitan@esperanto.org>
9517         * compile.el (compilation-current-error): New var.
9518         (compilation-setup, compile-mouse-goto-error)
9519         (compile-goto-error, next-error): Use it.
9520         (compilation-skip-to-next-location): Default to t, which gives
9521         contiguous skipping like old compile (where this was redundant).
9522         (compilation-next-error): Prevent previous-* commands from moving
9523         back to message at or just before point.
9525 2004-04-01  Nick Roberts  <nick@nick.uklinux.net>
9527         * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
9528         (gdb-source-info): Don't display source at startup, if required.
9529         (gdb-show-main): New option.
9530         (gdba): Update documentation.
9531         (gdb-source): Cover case of auto-display output.
9533 2004-03-31  Luc Teirlinck  <teirllm@auburn.edu>
9535         * autorevert.el: Delete obsolete autoload's and defvar's.
9536         (auto-revert-check-vc-info): New user option.
9537         (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
9538         (auto-revert-handler-vc): Delete.
9539         (auto-revert-handler): Treat return value `fast' of
9540         buffer-stale-function specially.  Check `auto-revert-check-vc-info'.
9542         * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
9543         return `fast'.
9545         * files.el (buffer-stale-function): Doc change.
9547 2004-03-31  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9549         * printing.el: New tip on Tips section.
9550         (pr-version): New version number (6.7.4).
9551         (pr-shell-file-name): Initialization fix.
9553 2004-03-31  Juri Linkov  <juri@jurta.org>
9555         * dired.el: Add autoload for `dired-do-touch'.
9556         (dired-touch-program): New var.
9557         (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
9558         (dired-no-confirm): Add `touch' to docstring.
9560         * dired-aux.el (dired-do-touch): New fun.
9561         (dired-do-chxxx): Add argument -t for touch operation.
9563         * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
9564         `dired-move-to-filename-regexp'.
9566 2004-03-31  H\e,Ae\e(Bkan Granath  <hakan.granath@kau.se>  (tiny change)
9568         * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
9570 2004-03-30  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9572         * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
9573         and only if the buffer was modified.
9575 2004-03-30  Kenichi Handa  <handa@m17n.org>
9577         * international/characters.el: Delete pairs for U+2308..U+230B.
9579 2004-03-29  Nick Roberts  <nick@nick.uklinux.net>
9581         * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
9582         to detect the beginning of a level 2 or 3 annotation.
9584 2004-03-29  Kenichi Handa  <handa@m17n.org>
9586         * international/ucs-tables.el (ucs-insert): Fix the error message.
9588 2004-03-29  Kenichi Handa  <handa@m17n.org>
9590         * international/mule-util.el (char-displayable-p): Fix generation
9591         of XLFD file name.
9593         * Makefile.in (setwins, setwins_almost): Change directory to $wd
9594         before finding directories by `find'.
9596 2004-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9598         * subr.el (interactive-form): Delete.  Now implemented in C.
9600         * pcvs.el (cvs-parse-process): Workaround for Darwin.
9602         * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
9603         (vc-diff-label): New fun.
9604         (vc-diff-internal): Use it.
9606         * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
9608 2004-03-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9610         * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
9612         * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
9613         specify XML (EBNFX).
9615         * progmodes/ebnf2ps.el: Doc fix.
9616         (ebnf-version): New version number (4.1).
9617         (ebnf-syntax): Adjust customization.
9618         (ebnf-style-database): Add ebnfx entry.
9619         (ebnf-syntax-alist): Add ebnfx initialization.
9620         (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
9622         * printing.el: Doc fix.
9623         (pr-version): New version number (6.7.3).
9624         (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
9625         returns nil for mouse position.  Reported by Drew Adams
9626         <drew.adams@oracle.com>.
9627         (pr-update-menus): Modify interactive declaration.  Reported by Drew
9628         Adams <drew.adams@oracle.com>.
9630 2004-03-28  Nick Roberts  <nick@nick.uklinux.net>
9632         * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
9633         (gud-gdba-marker-filter): Log the process input and output, if
9634         required.  From Stefan Monnier.
9635         (gdb-debug-log, gdb-enable-debug-log): New variables.
9636         (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
9638 2004-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9640         * vc-hooks.el (vc-file-not-found-hook): Fix typo.
9641         From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
9643 2004-03-27  Luc Teirlinck  <teirllm@auburn.edu>
9645         * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
9646         Call vc-find-file-hook here instead of in auto-revert-buffers.
9647         (auto-revert-buffers): Delete call to vc-find-file-hook.
9648         (auto-revert-verbose, global-auto-revert-non-file-buffers)
9649         (global-auto-revert-mode, auto-revert-set-timer)
9650         (auto-revert-handler, auto-revert-buffers): Doc fixes.
9652 2004-03-27  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
9654         * woman.el (woman-change-fonts): Rename local variable
9655         woman-font-alist to font-alist to avoid a compiler warning.
9657 2004-03-27  Dave Love  <fx@gnu.org>
9659         * emacs-lisp/rx.el (rx): Doc fix.
9660         Fix copyright years.
9662         * strokes.el (strokes-global-set-stroke-string): New function.
9663         (strokes-list-strokes): Cope with strings, not just commands.
9664         Set foreground colour of image.
9665         (strokes-global-set-stroke): Doc fix.
9667 2004-03-26  Luc Teirlinck  <teirllm@auburn.edu>
9669         * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
9670         Auto Revert mode.
9671         (Buffer-menu-files-only): New variable.
9672         (Buffer-menu-toggle-files-only): New function.
9673         (Buffer-menu-mode-map): Bind it to `T'.
9674         (Buffer-menu-mode): Mention `T' in docstring.
9675         Set buffer-stale-function.
9676         (list-buffers-noselect): Mark buffer non-modified and set
9677         Buffer-menu-files-only.
9679         * dired.el (buffer-stale-function): Remove no longer needed defvar.
9681         * autorevert.el (auto-revert-handler): Print revert message
9682         before, rather than after, reverting.
9683         (buffer-stale-function): Move to files.el.
9685         * files.el (buffer-stale-function): Move here from autorevert.el.
9687 2004-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9689         * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
9691         * calc/calc.el (calc-mode-map): Use mapc.
9693         * apropos.el (apropos-mode): Don't autoload.
9694         (apropos-symbols-internal): New fun.  Extracted from `apropos'.
9695         (apropos): Use it.
9696         (apropos-print): Add optional `text' argument.
9697         (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
9698         Don't assume point-min == 1.
9700         * bs.el (bs-buffer-list): Use buffer-local-value.
9701         (bs--set-toggle-to-show): Use with-current-buffer.
9703         * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
9704         New funs.
9705         (list-buffers-noselect): Use them.  Adjust :align-to to new style.
9707         * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
9709         * dabbrev.el (dabbrev-expand): Fix regexp construction.
9710         (dabbrev--find-expansion): Use pop.
9711         (dabbrev--search): Use match-string-no-properties.
9713         * dired.el (dired-mode): Use run-mode-hooks.
9714         (dired-move-to-end-of-filename): Use match-string.
9716         * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
9717         is bound before using it.
9718         (ediff-verbose-p): Make it into a var since it's not constant.
9720         * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
9722         * faces.el (read-face-font): Don't cons up unnecessarily.
9723         (header-line, tool-bar): Share common parts.
9725         * files.el (file-relative-name): Use compare-strings.
9727         * finder.el (finder-mode): Follow coding convention.
9729         * subr.el (read-number): New function.
9731         * ses.el (ses-read-number): Move to subr.el.
9732         (ses-set-header-row): Use read-number.
9734 2004-03-26  Andre Spiegel  <spiegel@gnu.org>
9736         * vc-hooks.el (vc-arg-list): New function, which handles both
9737         compiled and uncompiled code.
9738         (vc-default-workfile-unchanged-p): Use it.
9740         * vc.el (vc-print-log): Undo prev change, use new function
9741         vc-arg-list from vc-hooks.el.
9743 2004-03-26  Masatake YAMATO  <jet@gyve.org>
9745         * simple.el (completion-setup-function): Emphasize the
9746         first uncommon characters in the completions; and de-emphasize
9747         the common prefix substrings.
9748         (completion-emphasis): New face.
9749         (completion-de-emphasis): New face.
9751 2004-03-25  Juanma Barranquero  <lektu@terra.es>
9753         * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
9754         Comment out (it's unused and unfinished code).
9756 2004-03-25  Sam Steingold  <sds@gnu.org>
9758         * vc.el (vc-print-log): Fix a bug in the last patch:
9759         backend-function may be a byte-compiled object, not a lambda.
9761 2004-03-25  Juri Linkov  <juri@jurta.org>
9763         * descr-text.el (describe-property-list): Add a button
9764         for `face' property that calls `describe-face'.
9765         Suggested by luis fernandes <elf@ee.ryerson.ca>
9767         * international/mule.el (keyboard-coding-system):
9768         * kmacro.el (kmacro-call-macro): Fix docstring.
9770         * dired.el: Fix comments.
9772         * textmodes/fill.el (fill): Fix Info link.
9774         * font-lock.el (fast-lock, lazy-lock):
9775         * jit-lock.el (jit-lock): Remove links to removed Support Modes
9776         Info node.
9778         * eshell/eshell.el (eshell): Fix broken info-link.
9780         * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
9781         * eshell/em-banner.el (eshell-banner):
9782         * eshell/em-smart.el (eshell-smart):
9783         * eshell/esh-cmd.el (eshell-cmd):
9784         Comment out broken info-links to incomplete Info manual.
9786         * info-xref.el: Fix commentary.
9788 2004-03-25  Kevin Ryde  <user42@zip.com.au>
9790         * info-xref.el (info-xref-check-buffer): Report empty filename parts.
9791         Remove spurious node duplicate suppression, doesn't work, not wanted.
9792         (info-xref-output): Take format style args, add "sit-for 0" to let
9793         user see the results as they progress.
9794         (info-xref-check-all-custom): New function.
9796 2004-03-25  Nick Roberts  <nick@nick.uklinux.net>
9798         * gdb-ui.el: Moved to progmodes.
9800 2004-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9802         * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
9804 2004-03-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
9806         * calendar/appt.el (appt-check): Remove superfluous progn.
9807         When finished with diary buffer: if it was not being displayed
9808         before, kill it; otherwise restore its original state.
9809         Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
9811         * calendar/calendar.el (calendar-set-mode-line): Use total
9812         available mode-line width, rather than frame-width.
9814         * calendar/diary-lib.el (fancy-diary-display): Set mode-line
9815         after mode change so effect not lost.
9817 2004-03-23  Dave Love  <fx@gnu.org>
9819         * dired.el (dired) <defgroup>: Add link to manual.
9820         (dired-font-lock-keywords): Add highlighting on unusual permissions.
9821         (dired-revert): Use dolist.
9822         (dired-mode-map): Add U binding.
9823         (dired-mode): Add font-lock-beginning-of-syntax-function.
9824         (dired-garbage-files-regexp): Make it a defcustom.
9826 2004-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9828         * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
9829         is equivalent to nil.
9830         (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
9831         (vc-arch-mode-line-string): Accept `added' state.
9832         (vc-arch-state): Use inode-sigs if available.
9833         (vc-arch-add-tagline): Rename from vc-arch-add-tag.
9834         Copy&delete existing id file if any.  Fallback if uuidgen is absent.
9835         (vc-arch-tagline-re): New var.
9836         (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
9837         New functions.
9838         (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
9839         (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
9841         * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
9842         (vc-file-not-found-hook): Use it.
9844         * diff-mode.el (diff-default-read-only): Change default.
9845         (diff-mode-hook): Make it a defcustom.  Add some options.
9846         (diff-mode-map): Bind diff-refine-hook.
9847         (diff-yank-handler): New var.
9848         (diff-yank-function): New fun.
9849         (diff-font-lock-keywords): Use them.
9850         (diff-end-of-file): Handle case where file-header looks like diff text.
9851         (diff-hunk-kill): Adjust to "new" hunk-next behavior.
9852         (diff-file-kill): Delete a subsequent empty line, if applicable.
9853         (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
9854         (diff-find-file-name): Use it.
9855         (diff-tell-file-name): New command.
9856         (diff-mode): Be careful with view-mode.
9857         (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
9858         New functions, for use in diff-mode-hook.
9859         (diff-find-source-location): Catch "regex too large" errors.
9860         (diff-apply-hunk, diff-test-hunk): Go to old or new file.
9861         (diff-refine-hunk): New command.
9863         * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
9864         (smerge-context-menu-map): Remove unused var.
9865         (smerge-keep-all): Preserve markers.
9866         (smerge-keep-n): New fun.
9867         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
9868         (smerge-keep-current, smerge-ediff): Use it.
9869         (smerge-kill-current): Use it.  Make it work on some 3-part conflicts.
9870         (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
9871         (smerge-resolve): Resolve trivial 3-part conflicts.
9873 2004-03-23  Juri Linkov  <juri@jurta.org>
9875         * man.el (Man-width): New var.
9876         (Man-getpage-in-background): Use it.
9877         (Man-support-local-filenames): New var and fun.
9878         (Man-build-man-command): Don't add a second %s.
9879         (Man-fontify-manpage): Clean up message.
9880         (Man-mode): Set outline-regexp, outline-level,
9881         imenu-generic-expression.
9883         * woman.el (woman-fill-frame): Doc fix.
9884         (woman-decode-region): Use window-width instead of frame-width.
9886         * abbrevlist.el (list-one-abbrev-table):
9887         * descr-text.el (describe-char):
9888         * international/mule-diag.el (describe-current-coding-system):
9889         * international/quail.el (quail-insert-decode-map):
9890         Use window-width instead of frame-width.
9892         * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
9893         (jka-compr-mode-alist-additions): Add tbz.
9894         (jka-compr-write-region, jka-compr-insert-file-contents):
9895         Add message for undefined compress-program.
9896         (jka-compr-write-region): Remove redundant var bindings.
9898         * dired-x.el (dired-guess-shell-alist-default): Add choices for
9899         extracting files into subdirectory.  Add tbz and dz.  Fix regexps.
9900         Add extensions .[0-9] for man and nroff, and .pod for perldoc.
9901         (dired-man): Use dired-guess-shell-command.
9902         (dired-guess-shell-case-fold-search): Change defvar to defcustom.
9903         Change default nil to t.
9905         * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
9906         (dired-compare-directories): Add default value for empty input.
9908         * help-at-pt.el: Move suggestions for key bindings to Commentary.
9910         * time.el (display-time-string-forms): Fix help-echo date format.
9912 2004-03-22  Luc Teirlinck  <teirllm@auburn.edu>
9914         * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
9915         (buffer-stale-function): New variable.
9916         (auto-revert-list-diff, auto-revert-dired-file-list)
9917         (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
9918         (auto-revert-handler): Take over some functionality of deleted
9919         functions.
9920         (auto-revert-buffers): Delete call to auto-revert-buffer-p.
9922         * dired.el (dired-directory-changed-p): New fun, extracted from
9923         dired-internal-noselect.
9924         (dired-buffer-stale-p): New fun.
9925         (dired-internal-noselect): Use dired-directory-changed-p.
9926         Eliminate revert messages.
9927         (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
9929 2004-03-23  Kenichi Handa  <handa@m17n.org>
9931         * international/characters.el: Setup syntaxes for more parentheses
9932         Unicode characters.
9934         * international/mule-cmds.el (select-safe-coding-system):
9935         Merge coding-system and auto-cs before comparing them.
9937 2004-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9939         * emacs-lisp/pp.el (pp-eval-expression): Simplify.
9941         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
9942         normal-auto-fill-function and comment-indent-function.
9943         The default values now work just as well.
9944         Don't set font-lock-beginning-of-syntax-function since we already set
9945         syntax-begin-function.
9946         (lisp-outline-level): Put ;;;###autoload at same level as (.
9947         (prin1-char): Quote special chars.
9949         * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
9950         than with-no-warnings.
9952         * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
9953         if the source location can't be found.
9954         (edebug-compute-previous-result): Use prin1-char.
9956         * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
9957         (debug-ignored-errors): Add an entry.
9959         * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
9960         (byte-compile-file): Output warning when deleting a file.
9962         * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
9963         (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
9965         * emacs-lisp/byte-opt.el (byte-compile-log-lap)
9966         (byte-compile-inline-expand): Use backquote.
9967         (byte-optimize-pure-func): Rename from byte-optimize-concat.
9968         (symbol-name, regexp-opt, regexp-quote): Mark as pure.
9970         * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
9972         * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
9974 2004-03-22  Juri Linkov  <juri@jurta.org>
9976         * finder.el (finder-known-keywords): Fix data, tex, unix.
9978         * play/landmark.el: Fix keywords.
9980         * language/ethio-util.el (ethio-find-file): Doc fix.
9982         * emacs-lisp/warnings.el: Doc fix.
9984         * textmodes/ispell.el (ispell-help): Doc fix.
9986 2004-03-21  Luc Teirlinck  <teirllm@auburn.edu>
9988         * format.el (format-insert-file): Always return a list of two
9989         elements, like insert-file-contents does.
9991 2004-03-21  Andre Spiegel  <spiegel@gnu.org>
9993         * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
9994         and vc-BACKEND-diff.
9995         (vc-print-log): If the print-log implementation supports it, use
9996         the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
9997         (vc-version-diff, vc-diff-internal): Doc fixes.
9999         * vc-hooks.el (vc-default-workfile-unchanged-p): If the
10000         implementation supports it, let diff output go to *vc*,
10001         not *vc-diff*, since this is an internal call.
10003         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
10005         * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
10007         * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
10009 2004-03-21  Dave Love  <fx@gnu.org>
10011         * progmodes/cfengine.el (cfengine-mode):
10012         Set parse-sexp-ignore-comments.
10014         * emacs-lisp/rx.el (rx): Work at compile time, not run time.
10016 2004-03-21  Juanma Barranquero  <lektu@terra.es>
10018         * allout.el (allout-mode): Fix docstring.
10020 2004-03-20  Luc Teirlinck  <teirllm@auburn.edu>
10022         * files.el (insert-directory): Fix bug if SWITCHES is a list.
10024         * autorevert.el (auto-revert-interval): Make new value take
10025         effect immediately when set through Custom.
10026         (auto-revert-set-timer): Add interactive declaration.
10028 2004-03-19  David Ponce  <david@dponce.com>
10030         * ruler-mode.el (ruler-mode-header-line-format-old):
10031         Don't `make-variable-buffer-local'.
10032         (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
10033         (ruler-mode-header-line-format): Simply funcall the above.
10034         (ruler-mode): Use `make-local-variable' and `kill-local-variable'
10035         to save/restore a previous header line format.
10036         (ruler-mode-space): Don't depend on a numeric WIDTH value.
10037         (ruler-mode-ruler): Use symbolic display elements for scrollbar,
10038         fringes and margins width.
10039         (ruler-mode-ruler-function): Default to ruler-mode-ruler.
10041 2004-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
10043         * log-edit.el (log-edit-font-lock-keywords): Typo.
10045         * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
10046         (tex-send-tex-command): Rather than here.
10047         (tex-compilation-parse-errors): Simplify.
10049         * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
10051         * time.el (display-time-string-forms): Add help-echo with date on time.
10053         * composite.el (compose-region): Use restore-buffer-modified-p.
10055         * disp-table.el (standard-display-8bit): Simplify.
10057         * server.el (server-process-filter): Delete temp frame.
10059         * add-log.el (add-change-log-entry): Simplify.
10061 2004-03-19  Kim F. Storm  <storm@cua.dk>
10063         * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
10064         (hexl-follow-line): Don't require 'fringe.
10066         * progmodes/compile.el (compilation-start): Always set
10067         compilation-last-buffer and return it.
10069 2004-03-17  Luc Teirlinck  <teirllm@auburn.edu>
10071         * simple.el (clone-buffer): Doc fix.
10073 2004-03-18  Juanma Barranquero  <lektu@terra.es>
10075         * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
10077 2004-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10079         * log-edit.el (log-edit-font-lock-keywords): New var.
10080         (log-edit-mode): Use it.
10082 2004-03-17  Nick Roberts  <nick@nick.uklinux.net>
10084         * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
10085         properly for watching in speedbar.
10087 2004-03-17  Masatake YAMATO  <jet@gyve.org>
10089         * smerge-mode.el (smerge-popup-context-menu):
10090         Put `unwind-protect' around `overlay-put' and `popup-menu'.
10092 2004-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
10094         * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
10095         (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
10096         Take sealed revisions into account.
10097         (vc-arch-checkin): Extract a summary line from the message.
10099 2004-03-16  Masatake YAMATO  <jet@gyve.org>
10101         * register.el (register): Provide `register' feature.
10103 2004-03-15  Masatake YAMATO  <jet@gyve.org>
10105         Added context menu support in smerge mode.
10106         Most of the part is written by Stefan Monnier.
10108         * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
10109         New keymap and menu.
10110         (smerge-text-properties): New function.
10111         (smerge-remove-props): New function.
10112         (smerge-popup-context-menu): New function.
10113         (smerge-resolve): Call `smerge-remove-props'.
10114         (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
10115         (smerge-keep-current): Ditto.
10116         (smerge-kill-current): New function.
10117         (smerge-match-conflict): Put text properties.
10118         Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
10120 2004-03-15  David Ponce  <david@dponce.com>
10122         * ruler-mode.el: (ruler-mode-left-fringe-cols)
10123         (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
10124         (ruler-mode-right-scroll-bar-cols): Remove.
10125         (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
10126         (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
10127         Use fringe-columns and scroll-bar-columns.
10129 2004-03-15  Masatake YAMATO  <jet@gyve.org>
10131         * hl-line.el (hl-line-range-function): New variable.
10132         (hl-line-move): New function.
10133         (global-hl-line-highlight): Use `hl-line-move'.
10134         (hl-line-highlight): Ditto.
10136         * scroll-bar.el (scroll-bar-columns):
10137         * fringe.el (fringe-columns): New function derived from ruler-mode.el.
10139         * ruler-mode.el (top-level): Require scroll-bar and fringe.
10140         (ruler-mode-left-fringe-cols)
10141         (ruler-mode-right-fringe-cols): Use `fringe-columns'.
10142         (ruler-mode-right-scroll-bar-cols)
10143         (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
10144         (ruler-mode-ruler-function): New variable.
10145         (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
10146         if the value for `ruler-mode-ruler-function'is given.
10148         * hexl.el (hexl-mode-hook): Make the hook customizable.
10149         (hexl-address-area, hexl-ascii-area): New customize variables.
10150         (hexlify-buffer): Put font-lock-faces on the address area and
10151         the ascii area.
10152         (hexl-activate-ruler): New function.
10153         (hexl-follow-line): New function.
10154         (hexl-highlight-line-range): New function.
10155         (hexl-mode-ruler): New function.
10157 2004-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10159         * vc-hooks.el (vc-handled-backends): Add Arch.  Move MCVS down.
10160         (vc-default-find-file-hook): New fun.
10161         (vc-find-file-hook): Call new find-file-hook operation.
10163         * vc-arch.el: New file.
10165 2004-03-12  Jesper Harder  <harder@ifa.au.dk>
10167         * info-look.el (info-lookup): Reuse an existing Info window.
10169 2004-03-12  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
10171         * woman.el (woman-preserve-ascii): Default value changed to t and
10172         doc string revised.
10174 2004-03-12  Richard M. Stallman  <rms@gnu.org>
10176         * pcvs.el (cvs-mode-add-change-log-entry-other-window):
10177         Fix minor bug.
10179         * replace.el (occur-engine): Change message for count of matches.
10181         * emacs-lisp/bytecomp.el (byte-compile-get-constant):
10182         For strings, do compare text properties.
10184 2004-03-11  Daniel Pfeiffer  <occitan@esperanto.org>
10186         * progmodes/compile.el (compile-auto-highlight)
10187         (compilation-error-list, compilation-old-error-list)
10188         (compilation-parse-errors-function, compilation-parsing-end)
10189         (compilation-error-message, compilation-directory-stack)
10190         (compilation-enter-directory-regexp-alist)
10191         (compilation-leave-directory-regexp-alist)
10192         (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
10193         (compilation-current-file, compilation-regexps): Remove vars.
10195         (compile-error-at-point, compilation-error-filedata)
10196         (compilation-error-filedata-file-name, compile-reinitialize-errors)
10197         (compilation-next-error-locus, compilation-forget-errors)
10198         (count-regexp-groupings, compilation-parse-errors)
10199         (compile-collect-regexps, compile-buffer-substring): Remove funs.
10201         (compile-internal): Make obsolete.
10203         (compilation-first-column, compilation-error)
10204         (compilation-directory-matcher, compilation-page-delimiter)
10205         (compilation-mode-font-lock-keywords, compilation-debug)
10206         (compilation-error-face, compilation-warning-face)
10207         (compilation-info-face, compilation-line-face)
10208         (compilation-column-face, compilation-enter-directory-face)
10209         (compilation-leave-directory-face, compilation-skip-threshold)
10210         (compilation-skip-visited, compilation-context-lines): New vars.
10212         (compilation-warning-face, compilation-info-face)
10213         (compilation-message-face): New faces.
10215         (compilation-error-regexp-alist-alist): New constant.
10217         (compilation-face, compilation-directory-properties)
10218         (compilation-assq, compilation-error-properties, compilation-start)
10219         (define-compilation-mode, compilation-loop)
10220         (compilation-set-window): New functions.
10222         (compile): Additional argument for interactive compiles like TeX.
10224         * progmodes/grep.el (kill-grep): Move here from compile.el
10225         (grep-error, grep-hit-face, grep-error-face)
10226         (grep-mode-font-lock-keywords): New variables.
10227         (grep-regexp-alist): Simplify regexp and add `binary' case.
10228         (grep-mode): New mode.
10229         (grep-process-setup): Simplify.
10231 2004-03-11  Jason Rumney  <jasonr@gnu.org>
10233         * net/ldap.el (ldap-search-internal): Handle file URLs with drive
10234         letters on DOS/Windows.
10236 2004-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10238         * server.el (server-name): New var.
10239         (server-socket-dir): New var to replace server-socket-name.
10240         (server-start): Use them.
10242 2004-03-11  Simon Josefsson  <jas@extundo.com>
10244         * mail/smtpmail.el (smtpmail-read-response): Abort if process has
10245         died to avoid infloop.  Reported by Jonathan Glauner
10246         <jglauner@sbum.org>.
10248 2004-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10250         * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
10251         (smerge-mode-menu): Use it to deactivate menu entries.
10252         (smerge-keep-current): New fun.
10253         (smerge-keep-current): Use it.
10255 2004-03-10  John Paul Wallington  <jpw@gnu.org>
10257         * foldout.el (foldout-fold-list, foldout-modeline-string):
10258         Declare them as variables, not constants.
10260 2004-03-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10262         * ps-print.el: Modification to print *Messages* buffer.
10263         (ps-print-version): New version 6.6.4.
10264         (ps-message-log-max): New fun.
10265         (ps-spool-without-faces, ps-spool-with-faces)
10266         (ps-count-lines-preprint): Code fix.
10268         * printing.el: New tips in Tips section.
10270 2004-03-09  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10272         * delim-col.el: Doc fix.
10274         * printing.el: Doc fix.  New doc section (Tips).
10276 2004-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
10278         * type-break.el (type-break-emacs-variant): Remove.
10279         (type-break-run-at-time, type-break-cancel-function-timers):
10280         Use fboundp rather than version name and number.
10282 2004-03-09  Masatake YAMATO  <jet@gyve.org>
10284         * hexl.el (hexl-mode): Use `make-local-variable' instead of
10285         `make-variable-buffer-local'.
10287 2004-03-08  Michael Albinus  <Michael.Albinus@alcatel.de>
10289         * find-dired.el (find-dired): Call `shell-command' instead of
10290         `start-process-shell-command'.  By this, Tramp takes over
10291         handling of remote directories.
10293 2004-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10295         * newcomment.el (comment-use-global-state): New var.
10296         (comment-search-forward): Use it.
10298         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
10300         * cus-edit.el (fill) <defgroup>: Move to fill.el.
10302         * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
10303         (enable-kinsoku): Make it a defcustom.
10304         (fill-comment-paragraph): Don't rely on fill-prefix to bound the
10305         paragraph to same-comment-start-marker.
10307 2004-03-07  Dave Love  <fx@gnu.org>
10309         * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
10310         (browse-url-mail): Use it.
10312         * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
10313         (rfc2368-unhexify-string): Use replace-regexp-in-string.
10315 2004-03-07  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
10317         * woman.el (woman-man.conf-path): Doc fix.
10318         (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
10320 2004-03-07  Eli Zaretskii  <eliz@gnu.org>
10322         * sort.el (sort-columns): Remove ms-dos from the list of systems
10323         where the external `sort' command is not used.
10325 2004-03-07  Kim F. Storm  <storm@cua.dk>
10327         * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
10328         (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
10329         from overlay-arrow-variable-list.
10330         (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
10332 2004-03-06  Nick Roberts  <nick@nick.uklinux.net>
10334         * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
10335         overlay arrow string properly for the assembler buffer.
10337 2004-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10339         * mail/sendmail.el (mail-mode): Fix last change.
10341 2004-03-05  Nick Roberts  <nick@nick.uklinux.net>
10343         * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
10344         for the assembler buffer.
10345         (gdb-assembler-custom): Position the overlay arrow.
10346         (gdb-put-arrow, gdb-remove-arrow): Delete functions.
10348 2004-03-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10350         * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
10352         * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
10353         regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
10355         * mail/sendmail.el (mail-mode): Set comment-start-skip.
10357         * newcomment.el (uncomment-region): Allow non-terminated comment.
10358         (comment-normalize-vars): Check the user-specified comstart marker.
10360 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
10362         * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
10363         Otherwise, do use it if the region only contains font-lock text
10364         properties.
10366 2004-03-04  Masatake YAMATO  <jet@gyve.org>
10368         * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
10369         as the callback function for eldoc.
10370         (hexl-print-current-point-info): New function.
10371         (hexl-current-address): Print the address in both decimal
10372         and hexadecimal format.
10374 2004-03-04  Richard M. Stallman  <rms@gnu.org>
10376         * mail/rmail.el (rmail-convert-to-babyl-format):
10377         Specify t for UNIBYTE when calling mail-unquote-printable-region.
10379         * mail/mail-utils.el (mail-unquote-printable-region):
10380         New arg UNIBYTE.
10382         * startup.el (command-switch-alist): Doc fix.
10384         * simple.el (undo): Temporarily set this-command to `undo-start',
10385         then set it to `undo' once undo-start returns without error.
10387         * simple.el (minibuffer-history-sexp-flag): Doc fix.
10389         * simple.el (kill-line): Don't disregard trailing whitespace
10390         in eol condition, if show-trailing-whitespace is set.
10392         * mouse-sel.el (mouse-sel-has-been-enabled): New var.
10393         (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
10394         When disabling, restore old values only if mouse-sel-has-been-enabled.
10396         * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
10397         (isearch-{-char): New function.
10398         (isearch-mode-map): Bind { to isearch-{-char.
10400         * font-lock.el (lisp-font-lock-keywords-2):
10401         Turn off the CL with-... and do-... general patterns.
10402         Instead, recognize several specific with... and do... constructs.
10404         * files.el (switch-to-buffer-other-window):
10405         Bind same-window-buffer-names and same-window-regexps to nil.
10406         (switch-to-buffer-other-frame): Likewise.
10408 2004-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10410         * textmodes/fill.el (fill-comment-paragraph): Be more careful when
10411         recognizing leading comment on code line.
10413 2004-03-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10415         * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
10416         hidden files/directories.
10418 2004-03-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10420         * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
10421         only comment-start (in case the mode hasn't set it).
10423         * Makefile.in (AUTOGENEL): New var.
10424         (bootstrap-prepare): Rename from bootstrap-clean.
10425         Don't remove elc files.
10426         (maintainer-clean): New target.
10428         * xml.el (xml-get-attribute-or-nil): Simplify.
10430 2004-03-02  Juri Linkov  <juri@jurta.org>
10432         * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
10433         (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
10434         URL to prevent their substitution with the environment variable
10435         values by browsers.
10437 2004-03-03  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10439         * ps-print.el: Doc fix.
10440         (ps-print-version): New version number (6.6.3).
10441         (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
10442         Docstring fix.
10443         (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
10444         before printing.
10445         (ps-time-stamp-yyyy-mm-dd): New fun.
10446         (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
10448 2004-03-02  Kim F. Storm  <storm@cua.dk>
10450         * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
10452 2004-03-01  Juanma Barranquero  <lektu@terra.es>
10454         * allout.el (allout-rebullet-heading): Fix typo in docstring.
10456         * desktop.el (desktop-file-version)
10457         (desktop-after-read-hook): Fix typos.
10458         (desktop-clear-preserve-buffers): Remove redundant info in
10459         docstring already shown by the obsolescence message.
10460         (desktop-truncate, desktop-internal-v2s)
10461         (desktop-value-to-string): Change argument name to match docstring.
10463         * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
10465         * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
10466         docstring.
10468 2004-02-29  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10470         * printing.el: Replace "As Is..." in PostScript file print/preview by
10471         "No Preprocessing...".  Suggested by Colin Marquardt
10472         <_marquardt_@zmd.de>.
10473         (pr-insert-section-4): Adjust buffer interface.
10475 2004-02-29  Kai Grossjohann  <kai.grossjohann@gmx.net>
10477         Version 2.0.39 of Tramp released.
10479         * net/tramp.el (tramp-handle-file-local-copy)
10480         (tramp-handle-write-region, tramp-open-connection-rsh):
10481         Variable name typo.  Small change.  From Patrick Tullmann
10482         <tullmann@flux.utah.edu>.
10483         (tramp-process-connection-type): New variable.
10484         (tramp-maybe-open-connection): Use it.
10485         (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
10486         (tramp-touch): Set last-modified time of a remote file.
10487         (tramp-handle-write-region): Say which function is used when encoding.
10489 2004-02-29  Michael Albinus  <Michael.Albinus@alcatel.de>
10491         * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
10492         case of non-existing filename, too.  Reported by Christoph Bauer
10493         <c_bauer@informatik.uni-kl.de>.
10494         (tramp-smb-get-file-entries): The directory in question should
10495         have permissions "drwxrwxrwx".  Just virtual, because we don't
10496         know the real permissions.  Don't we know?
10497         (tramp-smb-prompt): Add virtual prompt from listing shares, too.
10498         (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
10499         (tramp-smb-wait-for-output): Optimize algorithm getting pending
10500         output.  If it was received chunkwise, there have been problems.
10501         Remove the "prompt not found" error message; it is obvious.
10502         Simplify algorithm.
10503         (tramp-smb-process-running): Remove.  Since we acknowledge the
10504         virtual prompt for shares, there's no need for distinction of
10505         reading shares (process ends afterwards) and interactive mode of
10506         smblient.
10507         (tramp-smb-open-connection): Setting process sentinel removed.
10508         (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
10509         "NT_STATUS_NETWORK_ACCESS_DENIED".
10510         (tramp-smb-maybe-open-connection): Set `process-connection-type'
10511         to 'pty.  Suggested by Piet van Oostrum <piet@cs.uu.nl>.
10512         (top-level): Setting default value in `tramp-default-method-alist'
10513         corrected.  Order of USER and HOST have been wrong.
10514         Nobody complained for months ...
10515         (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
10516         (tramp-smb-open-connection): Clear password cache if login has failed.
10518         * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
10519         `tramp-unified-filenames'.
10520         (tramp-completion-mode): Make test for XEmacs explicitely.
10521         `event-to-character' can exists in Emacs packages too.
10522         Reported by Matt Swift <swift@alum.mit.edu>.
10523         (tramp-buffer-name): Buffer name must contain the user if exists.
10524         Reported by Adrian Phillips <a.phillips@met.no>.
10525         (tramp-do-copy-or-rename-file): Handle out-of-band methods.
10526         Call `tramp-do-copy-or-rename-file-out-of-band' this case.
10527         (tramp-do-copy-or-rename-file-out-of-band): Rename from
10528         `tramp-do-copy-or-rename-file-one-local', because it handles also
10529         the case both files use the same out-of-band method.
10530         Implementation added.
10531         (tramp-handle-file-local-copy, tramp-handle-write-region):
10532         Out-of-band handling removed.  `copy-file' called instead, which
10533         calls `tramp-do-copy-or-rename-file-out-of-band'.
10534         (tramp-action-password): Check for out-of-band method removed.
10535         This function is used for 'login-program.
10536         (tramp-post-connection): Use `tramp-method-out-of-band-p' when
10537         appropriate.
10538         (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
10539         and `tramp-parse-sknownhosts'.
10540         (tramp-completion-function-alist): It's a defvar now, because we
10541         want to apply the optimized `tramp-set-completion-function'
10542         instead of a static list.
10543         (tramp-set-completion-function): Implementation tuned.
10544         Avoid double entries, and entries where the function or the
10545         file/directory doesn't exist.
10546         (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
10547         for SSH2.
10548         (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
10549         (tramp-handle-dired-compress-file): New function.
10550         (tramp-async-proc): New variable.
10551         (tramp-handle-shell-command): Adding asynchronous processes.
10552         They are far from being perfect, but it works at least for
10553         `find-grep-dired' and `find-name-dired' in Emacs 21.4.
10554         (top-level): Require password.el if visible.  Should be mandatory
10555         once No Gnus has found its way into (X)Emacs.
10556         (tramp-read-passwd): Invoke `password-read' if available,
10557         `read-passwd' otherwise.  `ange-ftp-read-passwd' isn't used as
10558         fallback any longer.
10559         (tramp-clear-passwd): New function.
10560         (tramp-process-actions, tramp-process-multi-actions):
10561         Clear password cache if login has failed.
10563         * net/tramp-ftp.el (Commentary): Remove pointer to EFS.  It has
10564         its own module.
10565         (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
10566         `ange-ftp-ftp-name-res'.  There could be incorrect values from
10567         previous calls in case the "ftp" method is used in the Tramp file
10568         name.  Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
10570 2004-02-28  Richard M. Stallman  <rms@gnu.org>
10572         * term.el (term-mouse-paste): Call mouse-set-point.
10574         * thumbs.el: New file.
10576 2004-02-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10578         * progmodes/ebnf-abn.el: Doc fix.
10580         * progmodes/ebnf-bnf.el: Doc fix.
10581         (ebnf-repeat): Code fix.
10583         * progmodes/ebnf2ps.el: Doc fix.
10584         (ebnf-syntax-directory, ebnf-syntax-file): New funs.
10586 2004-02-28  Juri Linkov  <juri@jurta.org>
10588         * ffap.el (dired-at-point): Additional writability test for
10589         relative directory names.
10590         (dired-at-point-prompter): Treat directories as a directory, get
10591         the directory component from files.
10592         (ffap-string-at-point): Return string from region if region is active.
10593         (ffap-file-at-point): Remove redundant code.
10595 2004-02-28  Kim F. Storm  <storm@cua.dk>
10597         * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
10598         Initialize margin area images to nil.
10599         (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
10600         (breakpoint-enabled-bitmap-face)
10601         (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
10602         (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
10603         (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
10604         (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
10605         (gdb-reset): Use gdb-remove-breakpoint-icons.
10606         (gdb-put-string): Add dprop arg to specify alternative display
10607         property (for setting fringe bitmap).
10608         (gdb-remove-strings): Doc fix.
10609         (gdb-put-breakpoint-icon): New defun which displays a breakpoint
10610         icon in fringe (if available), or else as icon or text in display
10611         margin.  Creates necessary icons in breakpoint-bitmap,
10612         breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
10613         Also make left window margin if required.
10614         (gdb-remove-breakpoint-icons): New defun to remove breakpoint
10615         icons inserted by gdb-put-breakpoint-icon.  Remove left margin if
10616         no longer needed.
10617         (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
10618         gdb-put-breakpoint-icon.
10619         (gdb-assembler-mode): Don't set left-margin-width here.
10621 2004-02-27  Kevin Ryde  <user42@zip.com.au>
10623         * info-look.el: In scheme-mode symbol regexp, disallow backquote and
10624         comma, so that it DTRT in macros.
10626 2004-02-27  Markus Rost  <rost@mathematik.uni-bielefeld.de>
10628         * progmodes/sh-script.el (sh-shell-arg)
10629         (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
10630         (sh-leading-keywords, sh-other-keywords): Fix custom type.
10632 2004-02-27  Dan Nicolaescu  <dann@ics.uci.edu>
10634         * faces.el (face-spec-set-match-display): Add a new attribute,
10635         `min-colors'.
10636         (region, highlight, secondary-selection): Use `min-colors'.
10638         * custom.el (defface): Add documentation for `min-colors'.
10640         * font-lock.el (font-lock-comment-face, font-lock-string-face)
10641         (font-lock-keyword-face, font-lock-function-name-face)
10642         (font-lock-variable-name-face, font-lock-constant-face):
10643         Use `min-colors'.
10645         * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
10647 2004-02-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10649         * progmodes/ebnf2ps.el: Doc fix.  For compatibility with Emacs 20,
10650         define assq-delete-all if it's not defined.
10651         (ebnf-generate-region): Code fix.
10653         * printing.el: Doc fix.
10654         (pr-version): New version number (6.7.2).
10655         (pr-command): Return empty string if command is an empty string.
10657 2004-02-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10659         * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
10661         * progmodes/ebnf2ps.el: Doc fix.  Accept ABNF (Augmented BNF).  New
10662         arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
10663         semi-down-full.  Fix a bug on productions like test = {"test"}* | (
10664         "tt" ["test"] ).  Reported by Markus Dreyer
10665         <mdreyer@ix.urz.uni-heidelberg.de>.
10666         (ebnf-version): New version number (4.0).
10667         (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
10668         (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
10669         (ebnf-delete-style): New commands.
10670         (ebnf-directory, ebnf-file): New funs.
10671         (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
10672         (ebnf-production-name-p, ebnf-stop-on-error): New options.
10673         (ebnf-syntax-alist): New var.
10674         (ebnf-element-width): New fun replacing ebnf-list-width.
10675         (ebnf-arrow-shape, ebnf-syntax): Custom fix.
10676         (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
10677         (ebnf-prologue): Adjust vars.
10678         (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
10679         (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
10680         (ebnf-check-style-values, ebnf-generate-production)
10681         (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
10682         (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
10683         (ebnf-token-repeat): Code fix.
10685         * progmodes/ebnf-yac.el: Doc fix.  Handle Bison pragmas %nonassoc,
10686         %right, %left and %prec.  Suggested by Matthew K. Junker
10687         <junker@alum.mit.edu>.
10688         (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
10690         * progmodes/ebnf-iso.el: Doc fix.
10691         (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
10692         (ebnf-iso-lex): Code fix.
10694         * progmodes/ebnf-bnf.el: Doc fix.
10695         (ebnf-bnf-lex): Code fix.
10697         * progmodes/ebnf-otz.el: Doc fix.
10699 2004-02-23  Luc Teirlinck  <teirllm@auburn.edu>
10701         * abbrev.el (write-abbrev-file): Make argument optional.  Doc fix.
10702         (abbrev-prefix-mark): Doc fix.
10704 2004-02-23  Nick Roberts  <nick@nick.uklinux.net>
10706         * gdb-ui.el (gud-watch): Load tooltip, if necessary.
10707         (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
10708         (gdb-var-delete): Make interactive (really).
10709         (gdb-edit-value): Make non-interactive.
10711         * progmodes/gud.el (gud-speedbar-menu-items):
10712         Add gdb-var-delete and, indirectly, gdb-edit-value.
10713         (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
10714         (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
10715         (gud-gdb-marker-filter): Add comment for annotations.
10717 2004-02-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
10719         * calendar/calendar.el (generate-calendar)
10720         (calendar-read-date): Prevent display of BC calendars once more -
10721         reverts 2003-10-01 change.
10722         (generate-calendar-month): Doc fix.
10724 2004-02-03  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
10726         * calendar/diary-lib.el (fancy-diary-display): Don't rely on
10727         return value of increment-calendar-month.
10729 2004-02-21  Stephen Compall  <s11@member.fsf.org>
10731         * saveplace.el (save-place-forget-unreadable-files)
10732         (save-place-save-skipped, save-place-skip-check-regexp): New vars.
10733         (save-place-forget-unreadable-files): New function.
10734         (save-place-alist-to-file): Use it to filter out files that are
10735         no longer readable.
10737         * textmodes/texinfo.el (texinfo-insert-@item): Look for the
10738         current Texinfo environment, using the same method as in
10739         `texinfo-insert-@end', and insert a space rather than a newline if
10740         point in a @table environment.
10742 2004-02-21  Juri Linkov  <juri@jurta.org>
10744         * ffap.el (ffap-file-at-point): Try parent directories.
10746 2004-02-21  Klaus Zeitler  <kzeitler@lucent.com>
10748         * vcursor.el (vcursor-modifiers): New defcustom.
10749         (vcursor-cs-binding): Use vcursor-modifiers instead of a
10750         hard-coded list.
10752 2004-02-21  Masatake YAMATO  <jet@gyve.org>
10754         * play/animate.el (animate-birthday-present): Accept names other
10755         than `Sarah', too.
10757 2004-02-21  Juri Linkov  <juri@jurta.org>
10759         * startup.el: Remove table of command line arguments from the
10760         Commentary section.
10762 2004-02-20  John Wiegley  <johnw@newartisans.com>
10764         * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
10765         again" modifier from 'e' to 'E', since 'e' is also used by the
10766         "file extension" modifier.
10768 2004-02-19  Luc Teirlinck  <teirllm@auburn.edu>
10770         * help-fns.el (describe-categories): Doc fix.
10772 2003-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
10774         * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
10775         temporary file for buffer already visiting one.  This change makes
10776         output likely to be directly usable by patch program.
10777         Suggested by Adrian Aichner  <adrian@xemacs.org>
10779 2004-02-20  Nick Roberts  <nick@nick.uklinux.net>
10781         * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
10782         case of variables defined in compound statements.
10783         (gdb-setup-windows, gdb-source-info, gdb-source-info):
10784         Simplify constructions using switch-to-buffer.
10786 2004-02-19  Simon Josefsson  <jas@extundo.com>
10788         * play/morse.el: Fix typo.
10789         (morse-code): Add @.
10791 2004-02-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
10793         * calendar/appt.el (appt-display-format): Change default to
10794         'ignore, for backwards compatibility.
10795         (appt-display-message): If appt-display-format is 'ignore,
10796         respect old vars appt-msg-window and appt-visible.
10797         (appt-activate): Don't depend on return value of cancel-timer.
10799         * calendar/calendar.el (calendar-holidays): Doc fix.
10801         * calendar/cal-coptic.el (coptic-prompt-for-date):
10802         Use assoc-string instead of assoc-ignore-case.
10803         * calendar/cal-french.el (calendar-goto-french-date): Ditto.
10804         * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
10805         (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
10806         * calendar/cal-islam.el (calendar-goto-islamic-date)
10807         (mark-islamic-diary-entries): Ditto.
10808         * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
10809         * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
10810         (calendar-read-mayan-tzolkin-date): Ditto.
10811         * calendar/calendar.el (calendar-read-date): Ditto.
10812         * calendar/diary-lib.el (mark-diary-entries): Ditto.
10814 2004-02-18  Markus Rost  <rost@mathematik.uni-bielefeld.de>
10816         * progmodes/executable.el (executable-command-find-posix-p):
10817         Fix choice of the directory.
10819 2004-02-17  Luc Teirlinck  <teirllm@auburn.edu>
10821         * simple.el (interprogram-cut-function)
10822         (interprogram-paste-function, kill-new, kill-append):
10823         Doc fixes.
10824         (kill-region): Make it return nil.  Doc fix.
10825         (yank-pop): Make its argument optional.
10826         (yank): Make ARG `-' equivalent to `-1'.
10828 2004-02-17  Eli Zaretskii  <eliz@gnu.org>
10830         * mail/rmail.el (rmail-get-new-mail): Don't reference
10831         rmail-use-spam-filter if rmail-spam-filter is not loaded.
10833 2004-02-16  Luc Teirlinck  <teirllm@auburn.edu>
10835         * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
10836         if one of global-auto-revert-non-file-buffers or autorevert-mode
10837         is non-nil.
10839 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
10841         * subr.el (delete-dups): A better implementation from Karl Heuer
10842         <kwzh@gnu.org>.
10844 2004-02-16  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
10846         * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
10847         correct place.
10848         * progmodes/icon.el (icon-indent-command): Ditto.
10849         * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
10851 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
10853         * progmodes/grep.el (grep-compute-defaults): Undo change from
10854         2004-01-29: don't use executable-command-find-posix-p.
10856 2004-02-16  Richard Sharman  <rsharman@pobox.com>
10858         * hilit-chg.el: Use require instead of eval-and-compile.
10859         (highlight-compare-buffers): New function.
10861 2004-02-16  John Basrai  <jbasrai@comcast.net>  (tiny change)
10863         * man.el (Man-fontify-manpage): Render section headings in
10864         `Man-overstrike-face' even when overstrike was not used by man
10865         formatter for section headings.
10867 2004-02-16  Eli Tziperman  <eli@deas.harvard.edu>
10869         * rmail-spam-filter.el: (vm-use-spam-filter)
10870         (rsf-min-region-length-added-to-spam-list): New variables.
10871         (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
10872         rmail-bbdb-auto-delete-spam-entries.  Add cc: to recipients for
10873         spam testing.  Don't delete spam message if automatic deletion
10874         after output via variable rmail-delete-after-output is turned on.
10875         (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
10876         rsf-bbdb-dont-create-entries-for-spam.
10877         (check-field): New function, extracted from code in
10878         rmail-spam-filter to ease addition of header fields like content-type.
10879         (message-content-type): New variable to check the content-type:
10880         field added, also in defcustom of rsf-definitions-alist.
10881         (rmail-spam-filter): Replace repeated test code for header fields
10882         by calls to check-field; change the call to
10883         rmail-output-to-rmail-file such that rmail-current-message stays
10884         the same to avoid wrong deletion of unseen flags.
10885         (rsf-add-contents-type): New function to convert old format
10886         of rmail-spam-definitions-alist into new one.
10887         Change prefixes of all variables and functions from
10888         rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
10890 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
10892         * loadhist.el (unload-hook-features-list): New defvar.
10894 2004-02-16  Dave Love  <fx@gnu.org>
10896         * loadhist.el (unload-feature): Doc fix.  Rename flist to
10897         unload-hook-features-list.
10899 2004-02-16  Jay Belanger  <belanger@truman.edu>  (tiny change)
10901         * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
10902         cookie.  Don't check if we are looking-at open-formula.
10904 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
10906         * subr.el (match-string-no-properties): Use substring-no-properties.
10908 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
10910         * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
10911         (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
10912         Use lower-case "rx" in all error message.
10914 2004-02-16  Dave Love  <fx@gnu.org>
10916         * emacs-lisp/rx.el (rx-or): Put group around result.
10917         (rx-constituents): Add backref.
10918         (rx-syntax): Add string-delimiter, comment-delimiter.
10919         (rx-categories): Add combining-diacritic.
10920         (rx-check-not, rx-greedy, rx): Doc fix.
10921         (rx-backref, rx-check-backref): New.
10923 2004-02-16  Jesper Harder  <harder@ifa.au.dk>
10925         * newcomment.el (uncomment-region): Allow eob as comment end.
10927 2004-02-16  Jari Aalto  <jari.aalto@poboxes.com>
10929         * filecache.el: All message and error commands now use prefix
10930         "Filecache:" to make it easy to read *Messages* buffer.
10932 2004-02-16  Jari Aalto  <jari.aalto@poboxes.com>
10934         * autorevert.el: Add support to detect changed dired and VC buffers.
10935         (auto-revert-active-p, auto-revert-list-diff)
10936         (auto-revert-dired-file-list, auto-revert-dired-changed-p)
10937         (auto-revert-handler, auto-revert-active-p): New functions.
10938         (auto-revert-buffers): Move revert logic to `auto-revert-handler'
10939         and `auto-revert-active-p'.
10940         (eval-when-compile): Defvar dired-directory and vc-mode.
10941         (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
10942         (auto-revert-handler-vc): New functions.
10944 2004-02-16  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
10946         * progmodes/compile.el (compilation-directory): New defvar.
10947         (compile): Save current directory in compilation-directory.
10948         (recompile): Bind default-directory to compilation-directory if
10949         that is non-nil.
10951 2004-02-16  Dave Love  <fx@gnu.org>
10953         * newcomment.el (comment-insert-comment-function)
10954         (comment-region-function, uncomment-region-function): New.
10955         (comment-indent): Use comment-insert-comment-function.
10956         (uncomment-region): Use uncomment-region-function.
10957         (comment-region): Use comment-region-function.
10959         * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
10961 2004-02-16  Richard Stallman  <rms@gnu.org>
10963         * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
10964         loaddefs* and ldefs-boot*.
10966 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
10968         * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
10969         and email address at the beginning and end of the address.
10971         * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
10972         anchored at the beginning of the email address.
10974 2004-02-16  TAKAI Kousuke  <tak@kmc.gr.jp>  (tiny change)
10976         * international/ccl.el (ccl-compile-write): Pass `left' to
10977         ccl-embed-code to generate correct code of write-expr-register.
10979 2004-02-15  Dan Nicolaescu  <dann@ics.uci.edu>  (tiny change)
10981         * progmodes/grep.el (grep-compute-defaults): Fix typos.
10983 2004-02-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10985         * x-dnd.el: Mention support for Motif in commentary.
10986         (x-dnd-handle-drag-n-drop-event): Ditto.
10988 2004-02-14  Jonathan Yavner  <jyavner@member.fsf.org>
10990         * ses.el: Use "ses--" prefixes for buffer-local variables.
10991         Use (point-min) instead of 1, even when we know the buffer
10992         is unnarrowed.
10993         (ses-build-load-map): Delete.  Distribute its content to defconst's for
10994         the three maps.
10995         (ses-menu, ses-header-line-menu): New menus.
10996         (ses-mode-map): Use them.
10997         (ses-read-number) New fun.  Duplicates code from interactive "N" spec.
10999 2004-02-14  Martin Stjernholm  <bug-cc-mode@gnu.org>
11001         * Makefile.in: Fix the CC Mode recompile kludge so it works
11002         when building in a different directory.
11004 2004-02-13  Luc Teirlinck  <teirllm@auburn.edu>
11006         * simple.el (kill-new): Put yank-handler property on the entire string.
11008 2004-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11010         * diff.el: Don't use compile any more, use diff-mode instead.
11011         (diff-regexp-alist, diff-old-file, diff-new-file)
11012         (diff-parse-differences, diff-process-setup): Remove.
11013         (diff-sentinel): New fun.
11014         (diff): Use it.  Run the process ourselves.
11015         Use diff-mode for the rest of the processing.
11017         * diff.el (diff): Simplify code handling `switch'.
11019 2004-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11021         * pcvs-defs.el (cvs-menu): Add `tag'.
11023 2004-02-11  Luc Teirlinck  <teirllm@auburn.edu>
11025         * simple.el (kill-append): Doc fix.
11027         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
11028         Adapt outline-regexp to the new conventions for commenting out code.
11030 2004-02-11  John Paul Wallington  <jpw@gnu.org>
11032         * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
11034 2004-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11036         * diff.el (diff-switches): New fun.
11037         (diff, diff-backup): Use it.
11038         (diff): Clean up the args construction.  Use backquote.
11039         Use listp instead of consp to avoid putting a nil arg.
11040         (diff): Add a revert-buffer function.
11042 2004-02-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11044         * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT,  FILE_NAME
11045         handled by x-dnd-handle-file-name.
11046         (x-dnd-known-types): Add COMPOUND_TEXT.
11047         (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
11048         (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
11049         x-dnd-empty-state.
11050         (x-dnd-forget-drop): Ditto.
11051         (x-dnd-save-state): Add optional parameter extra-data (for Motif).
11052         (x-dnd-handle-one-url): Return private when inserting text.
11053         (x-dnd-insert-ctext): New function.
11054         (x-dnd-handle-file-name): New function for FILE_NAME.
11055         (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
11056         (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
11057         (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
11059 2004-02-10  Kenichi Handa  <handa@m17n.org>
11061         * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
11062         instead of while loop.
11064 2004-02-10  Miles Bader  <miles@gnu.org>
11066         * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
11068 2004-02-09  Kenichi Handa  <handa@m17n.org>
11070         * tar-mode.el (tar-extract): Fix for the case that a file doesn't
11071         have end-of-line.
11073 2004-02-09  Martin Stjernholm  <bug-cc-mode@gnu.org>
11075         * Makefile.in: Added extra dependencies in the recompile target
11076         needed to cope with the compile time macro expansions in CC Mode.
11078 2004-02-09  Kim F. Storm  <storm@cua.dk>
11080         * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
11081         (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
11082         (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
11083         (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
11084         (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
11085         (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
11086         (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
11087         (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
11088         (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
11089         (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
11090         (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
11092 2004-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11094         * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
11095         Don't allow shrink if there's a window on our right.
11097         * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
11098         (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
11099         Bring together declaration and initialization.
11100         (prolog-mode-variables): Don't set the syntax table.
11101         Don't set paragraph-start and comment-indent-function.
11102         Add /*..*/ to the comment regexps.
11103         (prolog-mode-commands): Remove.  Do it during init of prolog-mode-map.
11104         (prolog-mode-map): Don't bind TAB.
11105         (prolog-mode): Set the syntax table.
11106         (prolog-comment-indent): Remove.
11107         (inferior-prolog-mode-map): Initialize in the declaration.
11108         (inferior-prolog-mode-syntax-table)
11109         (inferior-prolog-mode-abbrev-table): New vars.
11110         (inferior-prolog-mode): Derive from comint-mode.
11111         (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
11112         minibuffer windows.
11114         * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
11115         in file names, as long as it is unabmiguous.
11117 2004-02-08  Andreas Schwab  <schwab@suse.de>
11119         * textmodes/reftex-toc.el
11120         (reftex-toc-load-all-files-for-promotion): Remove useless use of
11121         format.  Doc fix.
11123         * textmodes/refer.el (refer-find-entry-internal): Remove extra
11124         format string arguments.
11126         * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
11127         string argument.
11129         * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
11131         * play/zone.el (zone-call): Fix format string.
11133         * net/webjump.el (webjump-builtin): Add missing format string argument.
11135         * midnight.el (midnight-delay-set): Remove extra format string argument.
11137         * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
11139         * hexl.el (hexl-insert-char): Add missing format string argument.
11141         * format.el (format-decode): Fix format string.
11143         * emulation/vi.el (vi-mode): Remove extra format string argument.
11144         (vi-repeat-last-search): Likewise.
11145         (vi-reverse-last-search): Likewise.
11146         (vi-goto-mark): Likewise.
11147         (vi-reverse-last-find-char): Likewise.
11148         (vi-repeat-last-find-char): Likewise.
11149         (vi-locate-def): Likewise.
11151         * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
11153         * ediff-util.el (ediff-toggle-read-only): Remove extra format
11154         string argument.
11155         (ediff-toggle-regexp-match): Likewise.
11157         * dired-aux.el (dired-do-query-replace-regexp): Add missing
11158         format string argument.
11160         * calc/calc-map.el (calc-get-operator): Remove extra format
11161         string argument.
11163         * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
11165         * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
11166         string argument.
11168         * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
11170         * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
11172         * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
11174         * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
11175         (cl-struct-setf-expander): Likewise.
11177         * vc.el (with-vc-file): Fix unsafe uses of error.
11178         (vc-cancel-version): Likewise.
11180 2004-02-08  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>  (tiny change)
11182         * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
11183         thousands separator; fixes <class>:<line-number> regexp for
11184         non-english locales.
11186 2004-02-08  Andreas Schwab  <schwab@suse.de>
11188         * view.el (view-mode-enable): Revert previous change.
11190 2004-02-07  Kim F. Storm  <storm@cua.dk>
11192         * simple.el (line-number-at-pos): Rename from line-at-pos.
11193         Uses changed (what-line and vc-annotate-warp-version).
11195 2004-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11197         * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
11198         (diff-mode): Remove aborted attempt at support for compile.el.
11199         (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
11201 2004-02-06  Andreas Schwab  <schwab@suse.de>
11203         * view.el (view-mode-enable): Add view-mode-map to
11204         minor-mode-overriding-map-alist.
11206 2004-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11208         * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
11210 2004-02-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11212         * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
11213         with point inside rather than after the paragraph.
11215 2004-02-04  Sam Steingold  <sds@gnu.org>
11217         * mail/smtpmail.el (smtpmail-try-auth-methods):
11218         Do not try authentication when no mechanism is available.
11219         Pass port-name as defaultport to `netrc-machine'.
11221 2004-02-04  Stephen Eglen  <stephen@gnu.org>
11223         * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
11224         to show how minibuffer height can be constrained.
11226 2004-02-04  John Paul Wallington  <jpw@gnu.org>
11228         * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
11230 2004-02-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11232         * x-dnd.el: New file for drag and drop.
11234         * term/x-win.el: require x-dnd, set after-make-frame-functions
11235         to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
11236         drag-n-drop event.
11238         * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
11239         (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
11240         (dired-dnd-handle-file): New functions for drag and drop support.
11241         (dired-mode): Initialize drag and drop if x-dnd present.
11243 2004-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11245         * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
11246         (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
11247         (cperl-mode): Set fill-paragraph-function.
11248         (cperl-fill-paragraph): Make it non-interactive.
11250 2004-02-02  Benjamin Rutt  <brutt@bloomington.in.us>
11252         * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
11254 2004-02-02  David Kastrup  <dak@gnu.org>
11256         * replace.el (perform-replace): Allow 'literal argument in
11257         regexp-flag to indicate literal replacement.
11258         (query-replace-regexp-eval): Use it.
11260 2004-02-01  Andreas Schwab  <schwab@suse.de>
11262         * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
11264 2004-02-01  Stephen Eglen  <stephen@gnu.org>
11266         * info-look.el: Add support for maxima-mode.  Update commentary
11267         because info-lookup-symbol is now bound to C-h S.
11269 2004-01-31  Luc Teirlinck  <teirllm@auburn.edu>
11271         * simple.el (edit-and-eval-command): Bind print-level and
11272         minibuffer-history-sexp-flag around call to read-from-minibuffer.
11273         Correct initial position in command-history.
11275 2004-01-30  Luc Teirlinck  <teirllm@auburn.edu>
11277         * files.el (read-directory-name): Adapt the docstring to recent
11278         change in Fread_file_name.
11280 2004-01-30  Jonathan Yavner  <jyavner@member.fsf.org>
11282         * ses.el (ses-print-cell): If print format too wide for column
11283         width, truncate decimal places if that helps to avoid "#####" fill.
11284         * ses.el (ses-initial-column-width): Revert previous change.
11286 2004-01-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11288         * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
11289         (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
11290         Add edebug info.
11291         (jit-lock-mode): Setup/cancel the new timer.
11292         (jit-lock-context-fontify): New fun.  Extracted from
11293         context fontification code of jit-lock-stealth-fontify.
11294         (jit-lock-stealth-fontify): Don't do context fontification any more.
11296         * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
11297         (jit-lock-fontify-now): Handle the `quit' case.
11298         (jit-lock-contextually): Rename from jit-lock-defer-contextually.
11300 2004-01-29  Jari Aalto  <jari.aalto@poboxes.com>
11302         * progmodes/executable.el (executable-command-find-posix-p):
11303         New.  Check if find handles arguments Posix-style.
11305         * progmodes/grep.el (grep-compute-defaults):
11306         Use executable-command-find-posix-p.
11307         (grep-find): Check `grep-find-command'.
11309         * filecache.el (file-cache-find-posix-p): Delete.
11310         (file-cache-add-directory-using-find):
11311         Use `executable-command-find-posix-p'.
11313 2004-01-29  Dave Love  <fx@gnu.org>
11315         * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
11316         Iterate the hook function if arg is given.
11317         (mark-defun, narrow-to-defun): Change order of finding the limits.
11319         * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
11320         (byte-compile-format-warn): New.
11321         (byte-compile-callargs-warn): Use it.
11322         (Format, message, error): Add byte-compile-format-like property.
11323         (byte-compile-maybe-guarded): New.
11324         (byte-compile-if, byte-compile-cond): Use it.
11325         (byte-compile-lambda): Compile interactive forms,
11326         just to make warnings about them.
11328 2004-01-29  Jonathan Yavner  <jyavner@member.fsf.org>
11330         * ses.el (ses-initial-column-width): Increase to 14, so it will
11331         work well with the default printer of "%.7g" for extreme values
11332         like "-1.234567e+07".
11334 2004-01-29  Kenichi Handa  <handa@m17n.org>
11336         * term/x-win.el (x-selection-value): Optimize for ASCII only case.
11338 2004-01-28  Peter 'Luna' Runestig  <peter@runestig.com>
11340         * dos-w32.el: Added support for the `default-printer-name' function.
11342 2004-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
11344         * server.el (server-socket-name): Don't use the hostname in the
11345         socket name since /tmp is local to the host anyway.
11347         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
11348         robust check of widening and fix var-naming.
11350 2004-01-27  Eli Tziperman  <eli@deas.harvard.edu>
11352         * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
11353         or rmail-spam- to rsf- in all function and variable names.
11354         (rsf-min-region-to-spam-list): New variable.
11355         (rsf-bbdb-auto-delete-spam-entries): Rename from
11356         rmail-bbdb-auto-delete-spam-bbdb-entries.  The cc: field is
11357         scanned together with the recipients field for spam testing; Don't
11358         delete spam message if rmail-delete-after-output is non-nil;
11359         (rsf-check-field): New function, extracted from code in
11360         rmail-spam-filter to ease addition of header fields like
11361         content-type:;
11362         (message-content-type): New variable.  The content-type: field was
11363         added also in defcustom of rsf-definitions-alist;
11364         (rmail-spam-filter): Replace repeated test code for header fields
11365         by calls to check-field; change the call to
11366         rmail-output-to-rmail-file such that rmail-current-message stays
11367         the same to avoid wrong deletion of unseen flags.
11368         (rmail-use-spam-filter): Add autoload cookie.
11370 2004-01-27  Jari Aalto  <jari.aalto@poboxes.com>
11372         * filecache.el (file-cache-find-posix-p): New function.  Detect Cygwin.
11373         (file-cache-add-directory-using-find): Add Cygwin support.
11374         (file-cache-find-command-posix-flag): New user variable.
11376         * filecache.el (file-cache-add-directory): Check for
11377         directories an remove them from dir-files.
11379 2004-01-27  Richard M. Stallman  <rms@gnu.org>
11381         * man.el (Man-fontify-manpage): Clean up message.
11383 2004-01-27  Kenichi Handa  <handa@m17n.org>
11385         * textmodes/paragraphs.el (sentence-end-without-space): New variable.
11386         (sentence-end): Define using sentence-end-without-space.
11388         * textmodes/fill.el (fill-delete-newlines): Don't add a space if
11389         a sentence ends with one of a character in sentence-end-without-space.
11391 2004-01-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11393         * font-lock.el (font-lock): Add jit-lock as explicit group member.
11394         (jit-lock): Group declaration moved to jit-lock.el.
11395         (toplevel): Don't explicitly require jit-lock, since it's autoloaded
11396         when necessary.
11398         * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
11399         (jit-lock-context-unfontify-pos): Rename from
11400         jit-lock-first-unfontify-pos.
11401         (jit-lock-defer-buffers): Rename from jit-lock-buffers.
11403 2004-01-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
11405         * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
11406         (fortran-break-delimiters-re, fortran-no-break-re): New consts.
11407         (fortran-fill): When filling a string, adjust re-search-backward
11408         argument for special case of string just on fill-column.
11409         When filling non-string, allow one extra char if
11410         fortran-break-before-delimiters is non-nil.
11411         Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
11412         Use fortran-break-delimiters-re and fortran-no-break-re to
11413         correctly handle cases such as "**".
11415         * progmodes/f90.el (f90-break-delimiters): Doc fix.
11416         (f90-no-break-re): Add some extra tokens.  Doc fix.
11418 2004-01-24  Thien-Thi Nguyen  <ttn@gnu.org>
11420         * mail/rmail-spam-filter.el:
11421         Use two semicolons as Commentary line prefix.
11422         Add ";;; Code:" stylized comment.
11423         Delete end-of-line whitespace.
11424         Wrap (require 'cl) with `eval-when-compile'.
11426 2004-01-23  Benjamin Rutt  <brutt@bloomington.in.us>
11428         * vc.el (vc-annotate): Fix improper use of `make-local-variable'
11429         at the top level of vc.el.
11431 2004-01-23  Andre Spiegel  <spiegel@gnu.org>
11433         * vc.el (vc-current-line): Function removed.  This is now done by
11434         the new function line-at-pos in simple.el.
11435         (vc-annotate-warp-version): Use line-at-pos instead of
11436         vc-current-line.
11438 2004-01-22  Kim F. Storm  <storm@cua.dk>
11440         * simple.el (line-at-pos): New defun.
11441         (what-line): Use it.  Optimize by only counting lines in narrowed
11442         region once.
11444 2004-01-22  Kenichi Handa  <handa@m17n.org>
11446         * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
11447         point (register r1) only for charset mule-unicode-0100-24ff.
11449 2004-01-21  Markus Rost  <rost@mathematik.uni-bielefeld.de>
11451         * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
11452         trailing white space and ensure a final newline.
11454         * mail/rmail-spam-filter.el (rmail-use-spam-filter):
11455         Add autoload cookie.
11457 2004-01-21  Benjamin Rutt  <brutt@bloomington.in.us>
11459         * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
11460         activate view-mode explicitly.
11462 2004-01-21  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11464         * term/x-win.el: Call menu-bar-enable-clipboard and make Paste
11465         use clipboard first.
11467 2004-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11469         * vc-mcvs.el (vc-mcvs-mode-line-string): Remove.  Does not work.
11470         (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
11471         (vc-mcvs-cvs): Remove.
11472         (vc-mcvs-command): Remove use of assert.
11474         * outline.el (outline-insert-heading): Tighten up match.
11475         (outline-demote, outline-move-subtree-down): Don't assume anything
11476         about outline-regexp.
11478         * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
11479         (texinfo-show-structure): Explicitly add ^, and simplify.
11481 2004-01-20  Glenn Morris  <gmorris@ast.cam.ac.uk>
11483         * calendar/appt.el (appt-check): Restore usage of
11484         appt-issue-message deleted in previous change.
11485         (top-level): Activate package when loaded (needed for backwards
11486         compatibility).
11488 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
11490         * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
11491         following previous change to smtpmail-send-data.
11493 2004-01-20  Benjamin Rutt  <brutt@bloomington.in.us>
11495         * vc.el (vc-default-previous-version): Doc enhancement.
11496         (vc-default-next-version): New function.
11497         (vc-print-log): New arg FOCUS-REV.
11498         (vc-annotate-mode): Derive from view-mode.
11499         (vc-annotate): New args REVISION, DISPLAY-MODE.
11500         (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
11501         (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
11502         (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
11503         (vc-annotate-show-diff-revision-at-line, vc-current-line)
11504         (vc-annotate-prev-version, vc-annotate-next-version): New functions.
11506         * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
11508 2004-01-19  Karl Berry  <karl@gnu.org>
11510         * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
11511         or "TexInfo".
11513 2004-01-19  Luc Teirlinck  <teirllm@auburn.edu>
11515         * subr.el (delete-dups): New function.
11517 2004-01-19  Karl Berry  <karl@gnu.org>
11519         * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
11520         with ^, since that's what texinfo-show-structure
11521         documentation says (plus it works much better in texinfo.txi).
11523 2004-01-18  Jesper Harder  <harder@ifa.au.dk>
11525         * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
11527 2004-01-18   David Ponce  <david@dponce.com>  (tiny change)
11529         * progmodes/which-func.el (which-function-mode): Don't cancel
11530         which-func-update-timer if not set.
11532 2004-01-17  Thien-Thi Nguyen  <ttn@gnu.org>
11534         * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
11535         Remove spurious left square bracket in XX:XXam regexp.
11537 2004-01-16  Luc Teirlinck  <teirllm@auburn.edu>
11539         * progmodes/cc-defs.el: Do not require cl at run time.
11541 2004-01-16  Richard M. Stallman  <rms@gnu.org>
11543         * emacs-lisp/cl.el (cl-cannot-unload): New function.
11544         (cl-unload-hook): Defvar this to run cl-cannot-unload.
11546         * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
11547         Call rmail-spam-filter.  Delete and expunge spam.
11548         Print number of spam messages deleted.
11549         Save and restore the deletion status of old messages when reading
11550         new mail with spam filter, so that expunging spam does not expunge
11551         msgs deleted by the user.
11552         (rmail-only-expunge): Add an optional argument dont-show to
11553         prevent showing message after expunge.
11555 2004-01-15  Luc Teirlinck  <teirllm@auburn.edu>
11557         * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
11558         * subr.el (declare): New macro.
11560 2004-01-15  Thien-Thi Nguyen  <ttn@gnu.org>
11562         * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
11564 2004-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11566         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
11567         Test window-system rather than system-type (for X11/Mac).
11569 2004-01-12  Luc Teirlinck  <teirllm@auburn.edu>
11571         * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
11573 2004-01-12  Richard M. Stallman  <rms@gnu.org>
11575         * mail/rmail.el (rmail-convert-to-babyl-format):
11576         Use mail-unquote-printable-region.
11577         (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
11578         (rmail-hex-char-to-integer): Functions deleted.
11580         * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
11581         (mail-unquote-printable-region): New arg NOERROR.
11582         For invalid encoding, either signal an error to just return nil.
11584 2004-01-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
11586         * calendar/appt.el: Update copyright and commentary.
11587         (appt-issue-message): Make obsolete.
11588         (appt-visible, appt-msg-window): Make obsolete, in favour of
11589         appt-display-format.
11590         (appt-display-mode-line, appt-display-duration)
11591         (appt-display-diary, appt-time-msg-list, appt-mode-string)
11592         (appt-prev-comp-time, appt-display-count, appt-timer)
11593         (appt-convert-time): Doc change.
11594         (appt-disp-window-function, appt-delete-window-function):
11595         Use defcustom rather than defvar.
11596         (appt-display-format): New variable.
11597         (appt-display-message): New function with display code from appt-check.
11598         (appt-check): Add optional FORCE argument.  Doc change.
11599         Add appt-make-list to diary-hook if displaying diary.
11600         Remove checking of view-diary-entries-initially.
11601         Message display section removed to new function appt-display-message.
11602         (appt-display-window): Doc change.  Remove unused internal var
11603         this-buffer.  Do not beep, since appt-display-message does that.
11604         (appt-make-list): Doc change.  Use caar.
11605         (appt-sort-list): Simplify by using builtin sort function.
11606         (appt-update-list): New function for updating appts when diary is
11607         saved.
11608         (appt-activate): New autoloaded function to toggle package
11609         functionality.
11611         * calendar/cal-x.el: (calendar-one-frame-setup)
11612         (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
11614         * calendar/calendar.el: Update copyright.
11615         (view-diary-entries-initially, european-calendar-style): Doc change.
11616         (calendar-setup): Make defcustom rather than defvar.
11617         (mark-visible-calendar-date): Initialize temp-face and faceinfo
11618         in let binding so local to function.
11620         * calendar/diary-lib.el: Update copyright.
11621         (diary, diary-entry-time): Doc change.
11622         (list-diary-entries): Doc change.  Trivial logic change.
11623         (fancy-diary-display): Restore make-face command mistakenly
11624         deleted 2003-05-08.
11625         (show-all-diary-entries): Allow to pop-up frame if needed.
11627 2004-01-09  John Paul Wallington  <jpw@gnu.org>
11629         * bindings.el (mode-line-change-eol): Add EVENT parameter.
11630         Temporarily select EVENT's window for changing eol type.
11632 2004-01-09  Deepak Goel  <deego@gnufans.org>
11634         * calendar/diary-lib.el (diary-entry-time):
11635         Also accept time in the form XX[.XX][am/pm/AM/PM].
11636         (fancy-diary-font-lock-keywords): Likewise.
11637         (diary-font-lock-keywords): Likewise.
11638         * calendar/appt.el (appt-add): Likewise.
11639         (appt-make-list): Likewise.
11640         (appt-convert-time): Likewise.
11642 2004-01-08  Nick Roberts  <nick@nick.uklinux.net>
11644         * gdb-ui.el (gdb-ann3): Revert previous change.
11645         (gdb-source-info): Allow for case of where compilation directory
11646         is not recorded.
11648 2004-01-08  John Paul Wallington  <jpw@gnu.org>
11650         * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
11652 2004-01-07  Nick Roberts  <nick@nick.uklinux.net>
11654         * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
11656         * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
11657         (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
11658         problems.
11659         (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
11661 2004-01-07  Luc Teirlinck  <teirllm@auburn.edu>
11663         * files.el (write-file-functions, write-contents-functions):
11664         Clarify docstrings.
11666 2004-01-07  Kenichi Handa  <handa@m17n.org>
11668         * international/mule.el (set-auto-coding): Fix for the case that
11669         end-of-line is only CR.
11671 2004-01-07  Kim F. Storm  <storm@cua.dk>
11673         * subr.el (event-start, event-end): Doc fix.
11674         (posn-string, posn-image): New defuns.
11675         (posn-object): Return either image or string object.
11676         (posn-object-x-y): Return 8th element of position.
11677         (posn-object-width-height): New defun.
11679 2004-01-06  Andreas Schwab  <schwab@suse.de>
11681         * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
11682         output.
11684 2004-01-05  Karl Berry  <karl@gnu.org>
11686         * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
11687         / and *, too.
11689 2003-12-31  Simon Josefsson  <jas@extundo.com>
11691         * files.el (before-save-hook): Add.
11692         (basic-save-buffer): Use before-save-hook.
11694         * emacs-lisp/copyright.el: Fix comment to recommend
11695         before-save-hook instead of write-file-functions.
11697 2004-01-05  Richard M. Stallman  <rms@gnu.org>
11699         * finder.el (finder-commentary): Call delete-other-windows.
11701         * net/ange-ftp.el (ange-ftp-file-attributes):
11702         Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
11704 2004-01-04  Karl Berry  <karl@gnu.org>
11706         * emacs-lisp/copyright.el (copyright-regexp): Allow the common
11707         comment characters % and # in the copyright year notice,
11708         as well as ;.
11710 2004-01-04  Per Abrahamsen  <abraham@dina.kvl.dk>
11712         * wid-edit.el (default): Define dummy :value-delete.
11713         Reported by Jesper Harder <harder@ifa.au.dk>.
11715 2004-01-03  Richard M. Stallman  <rms@gnu.org>
11717         * progmodes/compile.el (compile-internal): Use point, not point-min,
11718         for set-window-point.
11720         * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
11722         * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
11724         * progmodes/grep.el (grep-mode-map):
11725         Don't remap next-line, previous-line.
11727 2004-01-03  Eric M. Ludlam  <eric@siege-engine.com>
11729         * speedbar.el (speedbar-edit-line): Change regexp to position
11730         the cursor on the first character of this line's button.
11732 2004-01-03  Luc Teirlinck  <teirllm@auburn.edu>
11734         * subr.el (functionp): Doc fix.
11736 2004-01-03  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
11738         * progmodes/idlwave.el (idlwave-make-tags):
11739         * textmodes/flyspell.el (flyspell-large-region):.
11740         * progmodes/make-mode.el (makefile-query-by-make-minus-q):
11741         * emulation/viper-util.el (viper-glob-unix-files):
11742         * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
11743         * man.el (Man-init-defvars):
11744         * jka-compr.el (jka-compr-call-process):
11745         * files.el (get-free-disk-space,insert-directory):
11746         * ediff-ptch.el (ediff-test-patch-utility):
11747         * ediff-diff.el (ediff-test-utility):
11748         * dired-aux.el (dired-check-process):
11749         * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
11750         test the return value of call-process, because it can be a string.
11752 2003-12-31  John Paul Wallington  <jpw@gnu.org>
11754         * bindings.el (completion-ignored-extensions): Add .pfsl.
11756 2003-12-31  Kim F. Storm  <storm@cua.dk>
11758         * ido.el (ido-nonreadable-directory-p): New defun to check for
11759         nonreadable directory without activating tramp (to avoid problems
11760         with checking incomplete tramp paths).
11761         (ido-set-current-directory, ido-file-internal)
11762         (ido-file-name-all-completions1): Use it.
11764 2003-12-30  Luc Teirlinck  <teirllm@auburn.edu>
11766         * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
11767         documentation if the anchor (or node) name is preceded by `info
11768         anchor' or `Info anchor' in addition to earlier `info node' and
11769         `Info node'.
11770         (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
11772 2003-12-30  Eli Zaretskii  <eliz@gnu.org>
11774         * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
11775         error in arguments to base64-decode-region.  Remove ^M characters
11776         after decoding base64.
11778 2003-12-30  Simon Josefsson  <jas@extundo.com>
11780         * textmodes/texinfo.el: Change maintainer to FSF.  Suggested by
11781         karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
11782         have only been distributed with Emacs for some years.
11783         (texinfo-mode-hook): Customize.
11785 2003-12-30  Eli Zaretskii  <eliz@gnu.org>
11787         * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
11788         cleaner (suggested by Richard Stallman).
11790         * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
11791         for gud-next, gud-nexti, gud-step and gud-stepi to prevent
11792         file-name clashes on 8+3 DOS filesystems.
11794         * toolbar/gud-next.pbm, toolbar/gud-next.xpm
11795         * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
11796         * toolbar/gud-step.pbm, toolbar/gud-step.xpm
11797         * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
11798         gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
11799         file-name clashes on 8+3 filesystems.
11801         * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
11802         Renamed from testcover-unsafep.el and testcover-ses.el to avoid
11803         file-name clashes on 8+3 DOS filesystems.
11805 2003-12-29  Richard M. Stallman  <rms@gnu.org>
11807         * mail/mail-utils.el (mail-unquote-printable-hexdigit):
11808         Upcase the character.
11810         * textmodes/flyspell.el (mail-mode-flyspell-verify):
11811         Search for header separator alone on a line, literally,
11812         and search for it backward, not forward.
11813         (flyspell-abbrev-table): Always use global-abbrev-table
11814         if there is no local one.
11816         * progmodes/sh-script.el (sh-get-indent-info):
11817         Don't move point back if at bob.
11819         * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
11821         * play/handwrite.el (handwrite): Make the handwrite credit message
11822         a comment rather than an output command.
11824         * obsolete/sc.el: Display message that this file is obsolete.
11826         * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
11828         * mail/rfc822.el (rfc822-address-start): Declare variable.
11829         Renamed from address-start.  All uses changed.
11831         * term.el (term-exec): Set up sentinel.
11832         (term-sentinel): New function.
11833         (term-handle-exit): New function.
11835         * subr.el (assoc-ignore-case, assoc-ignore-representation):
11836         Use assoc-string, and mark them obsolete.
11837         (delay-mode-hooks): Mark as permanent local.
11839         * simple.el (sendmail-user-agent-compose): Use assoc-string.
11841         * register.el (copy-rectangle-to-register): Doc fix.
11843         * info.el (Info-insert-dir): Use assoc-string.
11845         * info-look.el (info-lookup): Use assoc-string.
11847         * frame.el (pop-up-frame-function): Use quote, not `function'.
11848         (frame-notice-user-settings): Calculate ADJUSTED-TOP
11849         copying with lists as coordinate values.
11851         * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
11853         * find-dired.el (kill-find): New command.
11854         (find-dired): Make buffer read-only.
11855         Set up a keymap with C-c C-k running kill-find.
11856         (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
11858         * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
11860         * filecache.el (file-cache-ignore-case): New variable.
11861         (file-cache-assoc-function): Var deleted.  Use assoc-string instead.
11863         * comint.el (comint-arguments): Set COUNT after ARGS is complete.
11864         (comint-dynamic-complete-as-filename): Rename local vars.
11865         (comint-dynamic-list-filename-completions): Likewise.
11867         * comint.el (comint-dynamic-list-completions-config): New var.
11868         (comint-dynamic-list-completions): Handle both SPC and TAB right.
11870         * comint.el (comint-file-name-chars): Add [].
11871         (comint-word): Use skip-chars-backward, not search.
11873         * shell.el (shell-file-name-chars): Add [].
11875         * shell.el (shell-dynamic-complete-as-command): Rename local vars.
11877         * bookmark.el (bookmark-get-bookmark): Use assoc-string.
11879         * generic.el (define-generic-mode): Doc fix.
11881 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
11883         * files.el (kill-some-buffers): Doc fix.
11885 2003-12-29  David Herring  <sdh6@ra.msstate.edu>  (tiny change)
11887         * comint.el (comint-watch-for-password-prompt): Pass `string' as
11888         arg to send-invisible
11889         (send-invisible): Doc fix.  The argument is now a prompt, not the
11890         string to send.
11891         (comint-read-noecho): Doc fix.
11893 2003-12-29  Michael R. Wolf  <MichaelRWolf@att.net>  (tiny change)
11895         * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
11896         "@", as required by some ISP hosting service.  Fix defcustom
11897         argument syntax errors that prevented use of customization.
11899 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
11901         * xml.el (xml-get-attribute-or-nil): Doc fix.
11903 2003-12-29  Peter 'Luna' Runestig  <peter@runestig.com>
11905         * net/zone-mode.el (zone-mode): Use write-file-functions, not
11906         write-file-hooks.
11908 2003-12-29  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
11910         * autorevert.el (auto-revert-interval): Doc fix.
11912 2003-12-29  Mark A. Hershberger  <mah@everybody.org>
11914         * xml.el (xml-get-attribute-or-nil): New function, like
11915         xml-get-attribute, but returns nil if the attribute was not found.
11916         (xml-get-attribute): Convert to defsubst, uses
11917         xml-get-attribute-or-nil.
11919 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
11921         * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
11923 2003-12-29  Alex Schroeder  <alex@emacswiki.org>  (tiny change)
11925         * custom.el (custom-declare-theme): Use `value' when putting
11926         properties on `theme'.
11928 2003-12-29  Takaaki Ota  <Takaaki.Ota@am.sony.com>
11930         * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
11931         for each yank-handler segment.
11932         (insert-for-yank-1): New function, with the body of the previous
11933         insert-for-yank.
11935         * textmodes/table.el (table-yank-handler): New defcustom.
11936         (table--put-cell-indicator-property): Put yank-handler property
11937         that indicates the yank handler for the table cell.
11939 2003-12-29  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
11941         * generic-x.el (etc-modules-conf-generic-mode): A more complete
11942         set of keywords.
11944 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
11946         * international/mule-cmds.el (reset-language-environment)
11947         (set-language-environment): Don't invoke fontset-related functions
11948         if fontset-list is not fboundp.
11950 2003-12-29  Kenichi Handa  <handa@m17n.org>
11952         * international/mule-cmds.el (reset-language-environment):
11953         Call set-overriding-fontspec-internal with nil.
11954         (set-language-environment): Call set-overriding-fontspec-internal
11955         if the language environment specify `overriding-fontspec'.
11956         (language-info-alist): Doc added.
11958         * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
11959         characters of mule-unicode-0100-24ff.
11960         (ccl-encode-windows-1251-font): New CCL program.
11961         ("Bulgarian"): Specify overriding-fontspec.
11962         ("Belarusian"): Likewise.
11964 2003-12-28  Sam Steingold  <sds@gnu.org>
11966         * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
11967         parameter ID-FORMAT to conform with the 2003-11-30 patch.
11969 2003-12-28  Nick Roberts  <nick@nick.uklinux.net>
11971         * progmodes/gud.el (gud-gdb-command-name): Set default to
11972         "gdb --annotate=3".
11973         (gud-gdb-marker-filter): Look out for annotations.
11974         (gdb-first-pre-prompt): New variable.
11975         Remove trailing white space.
11977         * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
11978         if necessary.
11979         (gdb-ann3): New function.  Initialise M-x gdb as for M-x gdba if
11980         annotations are detected.
11981         (gud-gdba-marker-filter): Use global variable gud-marker-acc
11982         instead of a local one to allow transition from
11983         gud-gdb-marker-filter.
11984         Remove trailing white space.
11986 2003-12-27  Kim F. Storm  <storm@cua.dk>
11988         * ido.el: Handle non-readable directories.
11989         (ido-decorations): Add 9th element for non-readable directory.
11990         (ido-directory-nonreadable): New dynamic var.
11991         (ido-set-current-directory): Set it.
11992         (ido-read-buffer, ido-file-internal):
11993         (ido-read-file-name, ido-read-directory-name): Let-bind it.
11994         (ido-file-name-all-completions1): Return empty list for
11995         non-readable directory.
11996         (ido-exhibit): Print [Not readable] if directory is not readable.
11997         (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
11998         (ido-read-file-name, ido-file-internal, ido-read-directory-name):
11999         Use it.
12001 2003-12-27  Lars Hansen  <larsh@math.ku.dk>
12003         * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
12004         calls to directory-files-and-attributes and file-attributes.
12005         (ls-lisp-format): Remove system dependent handling of user and
12006         group id's.
12008 2003-12-25  Luc Teirlinck  <teirllm@auburn.edu>
12010         * ffap.el (ffap-read-file-or-url): Revert previous change.
12012 2003-12-25  Robert J. Chassell  <bob@rattlesnake.com>
12014         * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
12015         new list of included files called `files-with-node-lines', that
12016         only have node lines.  This way @include commands can include any
12017         file, such as version and update files without node lines, not
12018         just files that are chapters.
12020 2003-12-25  Andreas Schwab  <schwab@suse.de>
12022         * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
12023         file not found.
12025 2003-12-08  Miles Bader  <miles@gnu.org>
12027         * dired.el (dired-between-files): Always use dired-move-to-filename,
12028         which is more robust in non-english locales.
12030 2003-12-25  Markus Rost  <rost@mathematik.uni-bielefeld.de>
12032         * vc.el (vc-dired-purge): Avoid error from `kill-line'.
12034 2003-12-24  Andreas Schwab  <schwab@suse.de>
12036         * shell.el (shell-file-name-quote-list): Add backslash.
12038         * comint.el (comint-quote-filename): Correctly handle backslash
12039         in comint-file-name-quote-list.
12041 2003-12-24  Kenichi Handa  <handa@m17n.org>
12043         * international/mule-cmds.el (set-default-coding-systems):
12044         Call ucs-set-table-for-input for all buffers that don't have local
12045         value of buffer-file-coding-system.
12047         * international/ucs-tables.el (ucs-set-table-for-input):
12048         If translation-table-for-encode is a symbol, get its
12049         translation-table property.
12051 2003-12-23  Luc Teirlinck  <teirllm@auburn.edu>
12053         * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
12054         to `completing-read' on a recently fixed bug.
12056         * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
12057         instead of SPACE, to get the list of possible fringe modes.
12058         SPACE only works if both `partial-completion-mode' and
12059         `completion-auto-help' are nil.
12061         * complete.el (PC-is-complete-p): Delete.
12062         (PC-do-completion): Replace all calls to `PC-is-complete-p' with
12063         calls to `test-completion'.
12065 2003-12-23  Nick Roberts  <nick@nick.uklinux.net>
12067         * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
12068         to edit values when there are no children.
12070         * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
12071         a mode called "Assembler" already exists.
12072         (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
12073         (gud-watch): Use format option.  Remove font properties from string.
12074         (gdb-var-create-handler, gdb-var-list-children-handler):
12075         Don't bother about properties as there are none.
12076         (gdb-var-create-handler, gdb-var-list-children-handler)
12077         (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
12078         with two arguments.
12079         (gdb-var-evaluate-expression-handler, gdb-post-prompt):
12080         Let speedbar show value changes with a different font.
12081         (gdb-edit-value): New defun.
12082         (gdb-clear-partial-output, gdb-clear-inferior-io)
12083         (def-gdb-auto-update-handler): Use erase-buffer.
12084         (gdb-frame-handler): Display watch expressions in
12085         FUNCTION::VARIABLE format if required.
12087 2003-12-23  John Paul Wallington  <jpw@gnu.org>
12089         * info.el (Info-unescape-quotes, Info-split-parameter-string)
12090         (Info-goto-emacs-command-node): Doc fixes.
12092 2003-12-12  Jesper Harder  <harder@ifa.au.dk>
12094         * cus-edit.el (custom-add-parent-links): Define "many".
12096 2003-12-08  Per Abrahamsen  <abraham@dina.kvl.dk>
12098         * wid-edit.el (widget-child-value-get, widget-child-value-inline)
12099         (widget-child-validate, widget-type-value-create)
12100         (widget-type-default-get, widget-type-match): New functions.
12101         (lazy): New widget.
12102         (menu-choice, checklist, radio-button-choice, editable-list)
12103         (group, documentation-string): Remove redundant (per 2003-10-25
12104         change) calls to `widget-children-value-delete'.
12105         (widget-choice-value-get, widget-choice-value-inline): Remove.
12106         (menu-choice): Update widget.
12108 2003-12-03  Kenichi Handa  <handa@m17n.org>
12110         * language/cyrillic.el: Register "microsoft-cp1251" in
12111         ctext-non-standard-encodings-alist.
12112         ("Bulgarian"): Add ctext-non-standard-encodings.
12113         ("Belarusian"): Likewise.
12115         * international/mule-conf.el (compound-text-with-extensions):
12116         Change the type to 2 (iso-2022 base).
12118         * international/mule.el (ctext-non-standard-encodings-alist):
12119         Change the format.
12120         (ctext-non-standard-encodings): New variable.
12121         (ctext-post-read-conversion): Fully re-written.
12122         (ctext-non-standard-designations-alist): Delete it.
12123         (ctext-non-standard-encodings-table): New function.
12124         (ctext-pre-write-conversion): Fully re-written.
12126 2003-11-30  Per Abrahamsen  <abraham@dina.kvl.dk>
12128         * cus-edit.el (custom-add-parent-links): Add documentation links
12129         for parent, if the item has none of its own.
12131 2003-11-30  Richard M. Stallman  <rms@gnu.org>
12133         * dired-aux.el (dired-do-query-replace-regexp):
12134         Report files visited read-only.
12136 2003-11-30  Juri Linkov  <juri@jurta.org>
12138         * dired-aux.el (dired-compare-directories): New command.
12139         (dired-file-set-difference, dired-files-attributes): New functions.
12141 2003-11-30  Kai Grossjohann  <kai.grossjohann@gmx.net>
12142         Version 2.0.38 of Tramp released.
12144         * net/tramp.el (tramp-chunksize): Extend docstring.  Suggested by
12145         Charles Curley <charlescurley@charlescurley.com>.
12146         (tramp-multi-connection-function-alist): Add ssht entry which adds
12147         "-e none -t -t" to the list of ssh args.  Suggested by Adrian
12148         Aichner.
12149         (tramp-get-method-parameter): New function to retrieve a method
12150         parameter.  This allows for omission of method parameters.
12151         Callers adjusted.
12153 2003-11-30  Michael Albinus  <Michael.Albinus@alcatel.de>
12155         * net/tramp.el: Add new optional parameter ID-FORMAT to
12156         `file-attributes'.  Calls of `file-attributes' won't use this
12157         parameter for backward compatibility reasons.
12158         (tramp-perl-file-attributes): Add a new parameter to Perl script
12159         in order to handle uid/gid as strings, if desired.
12160         (tramp-handle-file-truename, tramp-handle-file-symlink-p):
12161         Apply `file-attributes' instead of `tramp-handle-file-attributes' in
12162         order to make the function more general.
12163         (tramp-handle-file-attributes): Replace proprietary optional
12164         parameter NONNUMERIC by the recently (Emacs 21.4) introduced ID-FORMAT.
12165         (tramp-handle-file-attributes-with-perl): Handle parameter
12166         NONNUMERIC if set.  This wasn't done in the past.
12167         (tramp-post-connection): Apply second parameter "$2" if
12168         `tramp-remote-perl' is called.
12170         * net/tramp-smb.el (tramp-smb-handle-delete-file):
12171         Correct cut'n'waste error (`filename' instead of `directory').
12172         (tramp-smb-handle-directory-files-and-attributes)
12173         (tramp-smb-handle-file-attributes): Add recently (Emacs 21.4)
12174         introduced parameter ID-FORMAT.
12175         (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
12176         error (`directory' instead of `ldir').
12178         * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
12179         `file-attributes' has a second parameter.  If yes, apply it with
12180         value "'integer".  Otherwise, don't use that parameter (default is
12181         integer format).
12183 2003-11-30  Luc Teirlinck  <teirllm@auburn.edu>
12185         * help.el (help-map): Bind `display-local-help' to `C-h .'.
12186         (help-for-help): Add `C-h .' to the listed Help options.
12187         Remove trailing whitespace.
12189         * help-at-pt.el: New file.
12191 2003-11-30  Jonathan Yavner  <jyavner@member.fsf.org>
12193         * subr.el (noreturn, 1value): New macros for test coverage.
12194         See `testcover.el'.
12196         * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
12198         * emacs-lisp/testcover.el (testcover-reinstrument): Special case
12199         for macro `1value'.
12200         (testcover-1value): New function.  Checks that a 1value form
12201         actually returns only one value.  Requested by RMS.
12203 2003-11-29  Nick Roberts  <nick@nick.uklinux.net>
12205         * gdb-ui.el (gud-watch, gdb-var-create-handler)
12206         (gdb-var-list-children, gdb-var-list-children-handler)
12207         (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
12208         gdb commands that use mi to keep them out of the command history.
12210 2003-11-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12212         * cus-start.el (all): Add use-file-dialog.
12214 2003-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12216         * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
12218 2003-11-27  Kim F. Storm  <storm@cua.dk>
12220         * subr.el (posn-object-x-y): New defun.
12222 2003-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12224         * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
12225         Don't use `space' for \\\n.
12226         Be more selective as to which # are comment-starters.
12228 2003-11-26  Luc Teirlinck  <teirllm@auburn.edu>
12230         * subr.el (number-sequence): Improve handling of floating point
12231         arguments (suggested by Kim Storm).  Allow negative arguments.
12233 2003-11-26  Kenichi Handa  <handa@m17n.org>
12235         * international/mule-cmds.el (standard-display-european-internal):
12236         Cancel the standard-display-table setting for ` and '.
12238 2003-11-26  Kim F. Storm  <storm@cua.dk>
12240         * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
12241         New defcustoms to add ffap-like functionality to ido.
12242         (ido-saved-vc-hb): Rename from ido-saved-vc-mt.  Uses changed.
12243         (ido-no-final-slash): New defun.
12244         (ido-make-prompt, ido-file-internal, ido-toggle-vc)
12245         (ido-read-file-name): ): Toggle VC checking via
12246         vc-handled-backends instead of vc-master-templates.
12247         (ido-file-internal): Handle ido-use-url-at-point and
12248         ido-use-filename-at-point via code borrowed from ffap-guesser.
12249         Handle new ido-exit code ffap.
12250         (ido-sort-list): Ignore final slash when sorting file names.
12252 2003-11-25  Kim F. Storm  <storm@cua.dk>
12254         * emulation/cua-base.el (cua--standard-movement-commands):
12255         Add forward-sentence and backward-sentence.
12257 2003-11-25  Stephen Eglen  <stephen@gnu.org>
12259         * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
12260         iswitchb-exit is set to 'usefirst when user selects buffer at head
12261         of list using RET.  (Selecting buffers at the head of the list was
12262         broken if the substring was also a complete buffername.)
12264 2003-11-23  Kim F. Storm  <storm@cua.dk>
12266         * progmodes/compile.el (grep-command, grep-use-null-device)
12267         (grep-find-command, grep-tree-command, grep-tree-files-aliases)
12268         (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
12269         (grep-regexp-alist, grep-program, find-program)
12270         (grep-find-use-xargs, grep-history, grep-find-history)
12271         (grep-process-setup, grep-compute-defaults)
12272         (grep-default-command, grep, grep-tag-default, grep-find)
12273         (grep-expand-command-macros, grep-tree-last-regexp)
12274         (grep-tree-last-files, grep-tree): Move grep variables, functions
12275         and commands to new file grep.el.
12276         (compilation-mode-map): Remove grep commands from Compile sub-menu.
12277         (compilation-process-setup-function): Doc fix.
12278         (compilation-highlight-regexp, compilation-highlight-overlay): New
12279         defvars used for highlighting current compile error in source buffer.
12280         (compile-internal): New optional args HIGHLIGHT-REGEXP and
12281         LOCAL-MAP which overrides compilation-highlight-regexp and
12282         compilation-mode-map for this compilation.
12283         Delay calling compilation-set-window-height until after running
12284         compilation-process-setup-function so it can buffer-local override
12285         compilation-window-height.
12286         Check buffer-local value of compilation-scroll-output.
12287         (compilation-set-window-height): Use buffer-local value of
12288         compilation-window-height.
12289         (compilation-revert-buffer): Don't pass (undefined)
12290         preserve-modes arg to revert-buffer.
12291         (next-error-no-select, previous-error-no-select): New commands.
12292         (compilation-goto-locus): Temporarily highlight current match in
12293         source buffer using compilation-highlight-regexp.
12295         * progmodes/grep.el: New file with grep code from compile.el.
12296         (grep): New defcustom group.
12297         (grep-window-height): New defcustom, like compilation-window-height.
12298         (grep-auto-highlight): New defcustom, like compile-auto-highlight.
12299         (grep-scroll-output): New defcustom, like compilation-scroll-output.
12300         (grep-command, grep-use-null-device, grep-find-command)
12301         (grep-tree-files-aliases, grep-tree-ignore-case)
12302         (grep-tree-ignore-CVS-directories): Move to grep custom group.
12303         (grep-setup-hook): New hook variable.
12304         (grep-mode-map): New keymap for grep commands.  Add Grep menu.
12305         (grep-last-buffer): New defvar, override compilation-last-buffer.
12306         (grep): Add optional arg HIGHLIGHT-REGEXP.  Doc fix.
12307         Call compile-internal with args highlight-regexp and grep-mode-map.
12309 2003-11-23  Kim F. Storm  <storm@cua.dk>
12311         * subr.el (event-start, event-end): Doc fix.
12312         (posn-window, posn-x-y, posn-timestamp): Simplify doc.
12313         (posn-area, posn-actual-col-row, posn-object): New defuns.
12314         (posn-col-row): Simplify doc.  Rewrite to use cond.
12315         (posn-point): Also return buffer position for events outside text
12316         area (that info is now present in the event position).
12318         * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
12319         mouse-set-point so that hscroll still works now that clicks on
12320         fringes generate specific mouse events.
12321         (mouse-set-point): Note that it now works in fringes and margins
12322         too due to new semantics of posn-point in fringes and margins.
12324         * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
12325         (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
12327 2003-11-20  Kim F. Storm  <storm@cua.dk>
12329         * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
12330         (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
12331         (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
12332         to 100 for icons to avoid increasing line height when shown.
12334 2003-11-17  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
12336         * newcomment.el (comment-normalize-vars): Initialize properly if
12337         comment-start was nil.
12339 2003-11-19  Andreas Schwab  <schwab@suse.de>
12341         * simple.el (set-variable): Fix indentation.
12343 2003-11-17  Kenichi Handa  <handa@m17n.org>
12345         * international/latin1-disp.el (latin1-display-ucs-per-lynx):
12346         Fix docstring.
12348 2003-11-17  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
12350         * international/latin1-disp.el (latin1-display): Fix docstring.
12352 2003-11-16  John Wiegley  <johnw@newartisans.com>
12354         * eshell/em-ls.el (eshell-ls-file): There are times with
12355         size-width is nil and uncomputed (when directories are created in
12356         dired, for example); in this case, 4 is reasonable default value,
12357         although it may caused skewed new entries (which could be avoided
12358         by returning the original value of 8 in all cases, but 99% of the
12359         time this is a waste of whitespace).
12361 2003-11-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
12363         * cc-engine.el (c-guess-continued-construct)
12364         (c-guess-basic-syntax): Check a little more carefully if it's a
12365         function declaration when an unknown construct followed by a block
12366         is found inside a statement context.  This avoids macros followed
12367         by blocks to be taken as function declarations.
12369         (c-guess-continued-construct): Change the analysis of a statement
12370         continuation with a brace open to `substatement-block', for
12371         consistency with recognized statements.
12373         (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
12374         start is in a position so that `c-beginning-of-statement-1' jumped
12375         to the beginning of the same statement.
12377         * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
12378         Don't accept binary operators in the arglist if we're in a function
12379         call context, i.e. if `c-restricted-<>-arglists' is set.  That avoids
12380         template recognition in cases like "if (a < b || c > d)".
12382         (c-restricted-<>-arglists): New more appropriate name for
12383         `c-disallow-comma-in-<>-arglists'.
12385         Accessing functions updated for the variable name change.
12387         * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
12388         match data could get clobbered if NOT-INSIDE-TOKEN is used.
12390         * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
12391         labels.
12393         (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
12394         instead of duplicating parts of it.  This fixes bogus label
12395         recognition.
12397         * cc-align.el (c-gnu-impose-minimum): Revert to the old method
12398         of checking the context in which to apply the minimum indentation,
12399         so that it isn't enforced in e.g. namespace blocks.
12401         * cc-vars.el (c-inside-block-syms): New constant used by
12402         `c-gnu-impose-minimum'.  It's defined close to `c-offsets-alist'
12403         to somewhat reduce the risk of becoming stale.
12405         * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
12406         cc-cmds to cc-engine to allow use from cc-align.
12408         * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
12409         qualified identifiers containing "::".
12411         * cc-defs.el (c-make-keywords-re): Add kludge for bug in
12412         `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
12414         * cc-vars.el (c-emacs-features): Use a space in front of the name
12415         of the temporary buffer.  That also avoids dumping problems in
12416         XEmacs due to undo info being left around after the buffer is killed.
12418         * cc-engine.el (c-in-knr-argdecl): Look closer at the function
12419         arglist to see if it's a K&R style declaration.
12421         (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
12422         before returning `knr-argdecl-intro'.
12424 2003-11-16  John Wiegley  <johnw@newartisans.com>
12426         * eshell/em-ls.el (eshell-ls-file): Instead of making the size
12427         field in a long-listing always 8 characters, use `size-width',
12428         which has already been computed.
12430 2003-11-15  Thien-Thi Nguyen  <ttn@gnu.org>
12432         * subr.el (minor-mode-list): Add `hs-minor-mode'.
12434 2003-11-14  Thien-Thi Nguyen  <ttn@gnu.org>
12436         * diff-mode.el (diff-hunk-prev, diff-hunk-next):
12437         Support operation while narrowed, with `diff-restrict-view'.
12439 2003-11-14  Thien-Thi Nguyen  <ttn@gnu.org>
12441         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
12442         Take additional optional arg NARROWFUN.  For the generated functions:
12443         Add local var `was-narrowed-p'.  Also, if NARROWFUN is specified,
12444         include frags that arrange to check for and save narrowing state before
12445         the move and then conditionally call NARROWFUN after the move.
12447 2003-11-14  John Wiegley  <johnw@newartisans.com>
12449         * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
12450         that was optional, but obviously missing based on surrounding code.
12452         * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
12453         string arguments to numbers unless the whole argument was seen as
12454         a number.
12456 2003-11-14  Kenichi Handa  <handa@m17n.org>
12458         * international/mule.el (ctext-non-standard-encodings-alist):
12459         Fix coding systems.
12461 2003-11-10  Kenichi Handa  <handa@m17n.org>
12463         * language/kannada.el ("Kannada"): Add sample-text.
12465         * language/knd-util.el (kannada-compose-region)
12466         (kannada-compose-string, kannada-post-read-conversion):
12467         Add autoload cookie.
12469         * international/quail.el (quail-completion): Change the message
12470         "corresponding translations" to "corresponding characters".
12472 2003-11-09  Markus Rost  <rost@mathematik.uni-bielefeld.de>
12474         * descr-text.el (describe-char): Fix typo.
12476 2003-11-08  Kailash C. Chowksey  <klchxbec@m-net.arbornet.org>
12478         These changes are to support Kannada language/script.
12480         * Makefile.in (DONTCOMPILE): Add kannada.el.
12482         * makefile.w32-in (DONTCOMPILE): Add kannada.el.
12484         * loadup.el: Preload kannada.el.
12486         * language/ind-util.el (ucs-kannada-to-is13194-alist)
12487         (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
12488         New variables.
12490         * language/kannada.el: New file.
12492         * language/knd-util.el: New file.
12494 2003-11-07  Andreas Schwab  <schwab@suse.de>
12496         * progmodes/autoconf.el (autoconf-font-lock-keywords):
12497         Also highlight AH_*.
12499         * xml.el (xml-parse-dtd): Fix misplaced paren.
12501 2003-11-07  Kenichi Handa  <handa@m17n.org>
12503         * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
12505 2003-11-05  Juri Linkov  <juri@jurta.org>
12507         * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
12508         (desktop-buffer-file): Use saved buffer-file-coding-system
12509         for file reading.  Set auto-insert to nil to prevent automatic
12510         insertion into restored empty files.
12512 2003-11-04  Luc Teirlinck  <teirllm@auburn.edu>
12514         * files.el (risky-local-variable-p): Make second argument optional.
12516 2003-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12518         * subr.el (add-hook): Fix last change.
12520 2003-11-03  Eli Zaretskii  <eliz@gnu.org>
12522         * mail/rmail.el (rmail-convert-to-babyl-format):
12523         If base64-decode-region signals an error, catch it and silently
12524         ignore it.
12526 2003-11-01  Mark A. Hershberger  <mah@everybody.org>
12528         * xml.el (xml-parse-region): Allow comments to appear after the
12529         topmost element has closed.
12530         (xml-ns-parse-ns-attrs, xml-ns-expand-el)
12531         (xml-ns-expand-attr): New functions to do namespace handling.
12532         (xml-intern-attrlist): Back-compatible handling of attribute names.
12533         (xml-parse-tag): Move namespace handling to separate functions.
12534         Now produces elements in the form ((:ns . "element") (attr-list)
12535         children) instead of ('ns:element (attr-list) children).
12536         (xml-parse-attlist): Fix attribute parsing.
12537         (xml-parse-dtd): Change parsing so that it produces strings
12538         instead of interned symbols.
12540 2003-11-01  era@iki.fi  <era@iki.fi>  (tiny change)
12542         * dired.el (dired-ls-sorting-switches): Doc fix.
12544 2003-11-01  Oliver Scholz  <epameinondas@gmx.de>
12546         * emacs-lisp/rx.el (rx-or): Fix the case of
12547         "(rx (and ?a (or ?b ?c) ?d))".
12549 2003-11-01  Christoph Wedler  <wedler@users.sourceforge.net>  (tiny change)
12551         * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
12552         (texinfo-format-region): Use it.
12553         (texinfo-format-buffer-1): Ditto.
12555 2003-11-01  Alan Mackenzie  <acm@muc.de>
12557         Changes to allow scrolling whilst in isearch mode:
12558         * isearch.el (isearch-unread-key-sequence): New function,
12559         extracted from isearch-other-meta-char.
12560         (top level): (put 'foo 'isearch-scroll) on all Emacs's
12561         "scrollable" standard functions.
12562         (isearch-allow-scroll): New customizable variable.
12563         (isearch-string-out-of-window, isearch-back-into-window)
12564         (isearch-reread-key-sequence-naturally)
12565         (isearch-lookup-scroll-key): New functions.
12566         (isearch-other-meta-char): Doc string and functionality enhanced.
12567         Now accepts a prefix argument.
12568         (isearch-lazy-highlight-window-end): New variable.
12569         (isearch-lazy-highlight-new-loop): Pay attention to the window's
12570         end (thru isearch-lazy-highlight-window-end), not only its start.
12572         * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
12573         (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
12574         (universal-argument, universal-argument-more, negative-argument)
12575         (digit-argument, universal-argument-other-key): Minor changes.
12577 2003-11-01  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
12579         * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
12580         recursively if the last message is deleted, thus avoiding an
12581         infinite loop.
12583 2003-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12585         * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
12586         (tex-main-file): Don't add .tex if the extension is already present.
12587         (tex-uptodate-p): Don't recurse indefinitely with symlinks.
12589 2003-10-29  Lute Kamstra  <lute@gnu.org>
12591         * progmodes/octave-inf.el (inferior-octave-prompt):
12592         Recognize version number in prompt.
12594 2003-10-28  Dave Love  <fx@gnu.org>
12596         * international/characters.el: Fix some Unicode ranges.
12598 2003-10-28  Kenichi Handa  <handa@m17n.org>
12600         * disp-table.el (standard-display-8bit)
12601         (standard-display-default, standard-display-ascii)
12602         (standard-display-g1, standard-display-graphic)
12603         (standard-display-underline): Assure that standard-display-table
12604         is a display table.
12606 2003-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12608         * simple.el (reindent-then-newline-and-indent): Delete space *after*
12609         reindenting the first line.
12611 2003-10-25  Per Abrahamsen  <abraham@dina.kvl.dk>
12613         * wid-edit.el (widget-default-delete): Always delete child widgets.
12615 2003-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12617         * newcomment.el (comment-indent): Don't call indent-according-to-mode
12618         if the line has code.
12619         Don't try to line up with something that's too far left.
12621         * progmodes/octave-mod.el (octave-comment-start): Simplify.
12622         (octave-mode-syntax-table): Add % as a comment starter.
12623         (octave-point): Remove.
12624         (octave-in-comment-p, octave-in-string-p)
12625         (octave-not-in-string-or-comment-p, calculate-octave-indent)
12626         (octave-blink-matching-block-open, octave-auto-fill):
12627         Use line-(beginning|end)-position instead.
12629 2003-10-23  Francesco Potort\e,Al\e(B  <pot@gnu.org>
12631         * emacs-lisp/authors.el (authors-aliases): Add correct realname
12632         for Francesco Potort\e,Al\e(B.
12634 2003-10-23  Dave Love  <fx@gnu.org>
12636         * international/mule-cmds.el (locale-charset-to-coding-system):
12637         Don't rely on nil being a coding system.
12639         * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
12640         (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
12641         (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
12643 2003-10-21  Nick Roberts  <nick@nick.uklinux.net>
12645         * gdb-ui.el (gdb-current-language): New variable.
12646         (gdb-update-flag): Remove variable.
12647         (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
12648         (gdb-take-last-elt): Remove function.
12649         (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
12650         (gdb-post-prompt): Check for variable object changes here.
12652         * progmodes/gud.el (gud-speedbar-buttons): Check for variable
12653         object changes in gdb-ui.el.
12655 2003-10-21  Richard M. Stallman  <rms@gnu.org>
12657         * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
12659         * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
12660         Don't check for foo*/ wildcard form here.
12661         (insert-directory): Recognize foo*/ as a wildcard.
12662         Separate wildcard-regexp variable from the arg, wildcard.
12664         * subr.el (add-hook): Correctly detect when make-local-hook was used.
12665         (remove-hook): Correctly handle strange cases about local hooks.
12667 2003-10-21  David Ponce  <david@dponce.com>
12669         * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
12670         argument REAL, to return a real number instead of a rounded
12671         integer value.  Define as inline function.
12672         (ruler-mode-right-fringe-cols): Likewise.
12673         (ruler-mode-scroll-bar-cols): New function.
12674         (ruler-mode-left-scroll-bar-cols): Use it.  Define as macro.
12675         (ruler-mode-right-scroll-bar-cols): Likewise.
12676         (ruler-mode-space): New function.
12677         (ruler-mode-ruler): Use it.  Handle variations of fringe style,
12678         scroll bar mode and margins in a more robust way.
12680 2003-10-21  Christoph Wedler  <Christoph.Wedler@sap.com>
12682         * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
12683         (antlr-c-init-language-vars): New function.
12684         (antlr-mode): Use it with cc-mode before v5.29.
12685         (antlr-c-common-init): Don't set some local vars here.
12686         (antlr-mode): Set them here.
12687         (antlr-c-forward-sws): New function alias.
12688         (antlr-mode): Redefine with cc-mode before v5.30.
12689         (antlr-skip-sexps): Use it.
12690         (antlr-skip-exception-part): Ditto.
12691         (antlr-skip-file-prelude): Ditto.
12692         (antlr-outside-rule-p): Ditto.
12693         (antlr-end-of-body): Ditto.
12694         (antlr-option-kind): Ditto.
12695         (antlr-insert-option-area): Ditto.
12696         (antlr-file-dependencies): Ditto.
12698 2003-10-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
12700         * textmodes/bibtex.el (bibtex-move-outside-of-entry):
12701         Move backward only if point was not inside an entry.
12703 2003-10-21  Richard M. Stallman  <rms@gnu.org>
12705         * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
12707 2003-10-21  Juri Linkov  <juri@jurta.org>
12709         * compare-w.el: Automatically skip non-matching text to resync.
12710         (compare-windows-whitespace): Doc fix.
12711         (compare-windows-sync, compare-windows-sync-string-size)
12712         (compare-windows-recenter, compare-ignore-whitespace)
12713         (compare-windows-highlight, compare-windows-face): New variables.
12714         (compare-windows): Use compare-windows-sync.
12715         (compare-windows-highlight, compare-windows-dehighlight)
12716         (compare-windows-sync-regexp)
12717         (compare-windows-sync-default-function): New functions.
12719 2003-10-21  Juri Linkov  <juri@jurta.org>
12721         * diff.el (diff-parse-differences): Don't visit the files now;
12722         instead, just record the error locus.
12724 2003-10-21  Dave Love  <fx@gnu.org>
12726         * progmodes/cfengine.el: New file.
12728 2003-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12730         * complete.el (PC-do-completion): Do not forget to use `pred' as the
12731         default-directory when completing file names.
12733 2003-10-20  Luc Teirlinck  <teirllm@auburn.edu>
12735         * help-mode.el (help-make-xrefs): Make sure that if a symbol is
12736         followed by the word `face', it gets treated as a face, even if
12737         it is also defined as a variable or a function.
12739 2003-10-20  Dave Love  <fx@gnu.org>
12741         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
12742         Avoid incf in macro expansion.
12744 2003-10-20  John Paul Wallington  <jpw@gnu.org>
12746         * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
12747         `evenp' so we don't implicitly require cl library at runtime.
12749 2003-10-18  Luc Teirlinck  <teirllm@auburn.edu>
12751         * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
12752         (help-make-xrefs): Only make cross-references for faces if
12753         preceded or followed by the word `face'.  Do not make a
12754         cross-reference for variables without variable documentation,
12755         unless preceded by the word `variable' or `option'.  Update doc
12756         string accordingly.
12758 2003-10-18  Thien-Thi Nguyen  <ttn@gnu.org>
12760         * progmodes/hideshow.el: Rewrite one-armed `if'
12761         constructs using either `when' or `unless'.
12762         (hs-grok-mode-type): Elide superfluous `progn'; nfc.
12764 2003-10-16  Nick Roberts  <nick@nick.uklinux.net>
12766         * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
12767         (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
12768         instead of 12x12.
12770 2003-10-16  Eli Zaretskii  <eliz@gnu.org>
12772         * mail/rmail.el (rmail-convert-to-babyl-format): Display a
12773         message while converting to Babyl.
12775 2003-10-16  Vadim Nasardinov  <vadimn@redhat.com>  (tiny change)
12777         * allout.el (allout-mode): Doc fix.
12779 2003-10-16  Lute Kamstra  <lute@gnu.org>
12781         * subr.el (force-mode-line-update): Fix docstring.
12783 2003-10-14  Dave Love  <fx@gnu.org>
12785         * international/mule-cmds.el (find-multibyte-characters): Doc fix.
12786         (default-input-method): Add :link, improve :type.
12787         (locale-charset-language-names): Fix utf-8 pattern.
12788         (locale-charset-match-p, locale-charset-alist)
12789         (locale-charset-to-coding-system): New.
12790         (set-locale-environment): Deal with codeset part of locale specs.
12792 2003-10-14  Lute Kamstra  <lute@gnu.org>
12794         * fringe.el (fringe-mode): Use active voice in docstring.
12795         (set-fringe-style): Ditto.
12797 2003-10-13  Lute Kamstra  <lute@gnu.org>
12799         * fringe.el (fringe-mode): Fix docstring.
12800         (set-fringe-style): Ditto.
12802 2003-10-12  Michael Kifer  <kifer@cs.stonybrook.edu>
12804         * ediff-mult.el (ediff-filegroup-action):
12805         Use ediff-default-filtering-regexp.
12807         * ediff-util.el (ediff-recenter): Don't call
12808         ediff-restore-highlighting twice.
12809         (ediff-select-difference): Set current difference.
12810         (ediff-unselect-and-select-difference): Add comment.
12812         * ediff.el (ediff-directories,ediff-directory-revisions)
12813         (ediff-directories3,ediff-merge-directories)
12814         (ediff-merge-directories-with-ancestor)
12815         (ediff-merge-directory-revisions)
12816         (ediff-merge-directory-revisions-with-ancestor):
12817         Use ediff-default-filtering-regexp.
12819 2003-10-12  Andreas Schwab  <schwab@suse.de>
12821         * international/mule-cmds.el (locale-charset-language-names):
12822         Simplify regex by removing unused grouping.
12824 2003-10-10  Dave Love  <fx@gnu.org>
12826         * bindings.el: Don't bind stop.
12828 2003-10-08  Miles Bader  <miles@gnu.org>
12830         * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
12831         face instead of attempting to emulate it.
12833 2003-10-07  Kenichi Handa  <handa@m17n.org>
12835         * international/mule-diag.el (list-coding-systems-1): List coding
12836         systems that are loaded automatically.
12838         * international/code-pages.el (iso-8859-11): Add autoload cookie.
12840         * international/mule.el (autoload-coding-system): New function.
12842 2003-10-07  Andreas Schwab  <schwab@suse.de>
12844         * log-edit.el (log-edit-changelog-entries): Prefer local value of
12845         change-log-default-name in the buffer visiting the file.
12847 2003-10-06  Dave Love  <fx@gnu.org>
12849         * files.el (find-file-hook): Customize.
12850         (auto-mode-alist): Add .stk, .ss, .sch, .orig.
12852         * bindings.el (completion-ignored-extensions): Remove .log.
12853         (global-map): Add again, open, stop keys.
12855 2003-10-05  Richard M. Stallman  <rms@gnu.org>
12857         * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
12858         (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
12859         Use sh-modify directly.
12860         (sh-select): Use sh-append, not eval.
12862         * mail/emacsbug.el (report-emacs-bug): Fix previous change.
12864         * info.el (Info-following-node-name): New function.
12866         * loadhist.el (unload-feature-special-hooks):
12867         Rename from loadhist-hook-functions.
12868         (loadhist-hook-functions): Now an alias.
12870 2003-10-04  Eli Zaretskii  <eliz@gnu.org>
12872         * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
12873         file-name clashes on 8+3 filesystems.
12875         * Makefile.in (DONTCOMPILE, bootstrap-clean):
12876         Rename loaddefs-boot.el to ldefs-boot.el
12878         * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
12879         (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
12881 2003-10-03  Lute Kamstra  <lute@gnu.org>
12883         * info.el (Info-mode): Revert previous change.
12884         (Info-escape-percent): New function.
12885         (Info-fontify-node): Use it.
12887 2003-10-02  Andreas Schwab  <schwab@suse.de>
12889         * loaddefs-boot.el: Regenerated.
12891 2003-10-01  Rajesh Vaidheeswarran  <rv@gnu.org>
12893         * ffap.el: Remove defadvice related code from CVS since `complete'
12894         provides a `PC-completion-as-file-name-predicate' variable that
12895         ffap can override.
12897 2003-10-02  Kenichi Handa  <handa@m17n.org>
12899         * international/utf-8.el (ccl-decode-mule-utf-8):
12900         Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
12902         * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
12903         * international/subst-big5.el: Likewise.
12904         * international/subst-gb2312.el: Likewise.
12905         * international/subst-ksc.el: Likewise.
12907 2003-10-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
12909         * calendar/calendar.el (increment-calendar-month)
12910         (calendar-leap-year-p, calendar-absolute-from-gregorian)
12911         (generate-calendar, calendar-read-date, calendar-interval)
12912         (calendar-day-of-week): Handle years BC.
12913         (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
12915 2003-10-01  Dave Love  <fx@gnu.org>
12917         * language/cyrillic.el (cp1251): Alias for windows-1251.
12919         * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
12920         bootstrap.
12922 2003-10-01  Lute Kamstra  <lute@gnu.org>
12924         * files.el: Fix typo.
12925         * imenu.el (imenu--generic-function): Docstring fix.
12927 2003-09-30  Richard M. Stallman  <rms@gnu.org>
12929         * dired.el (dired-mode): Handle dired-directory as a list.
12931 2003-09-30  Nick Roberts  <nick@nick.uklinux.net>
12933         * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
12935         * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
12937         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
12938         Replace gud-display with gud-watch.
12939         (gud-speedbar-buttons): Add stuff for watching expressions
12940         in the speedbar when using M-x gdba.  Use dolist on old part
12941         of this function.
12943         * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
12944         (gdb-update-flag): New variables.
12945         (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
12946         (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
12947         (gud-watch, gdb-var-create-handler) : New functions.
12948         (gdb-var-list-children, gdb-var-list-children-handler)
12949         (gdb-var-create-regexp, gdb-var-update-regexp)
12950         (gdb-var-list-children-regexp): New constants.
12951         (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
12952         (gdb-annotation-rules): Reduce annotation set (level 3).
12953         (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
12954         (gdb-post-prompt): Don't update GDB buffers every time speedbar
12955         updates.
12956         (gdb-window-height, gdb-window-width, gdb-display-in-progress)
12957         (gdb-expression-buffer-name, gdb-display-number, gdb-point)
12958         (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
12959         (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
12960         (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
12961         (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
12962         (gdb-expressions-mode-menu, gdb-dive): Remove variables.
12963         (gud-display, gud-display1)
12964         (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
12965         (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
12966         (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
12967         (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
12968         (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
12969         (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
12970         (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
12971         (gdb-display-display-buffer, gdb-toggle-display)
12972         (gdb-delete-display, gdb-expressions-popup-menu)
12973         (gdb-expressions-mode, gdb-array-visualise): Remove functions.
12974         (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
12975         to display buffer.
12977 2003-09-30  Richard M. Stallman  <rms@gnu.org>
12979         * progmodes/ada-mode.el (ada-mode): Don't use advice.
12980         Instead, set which-func-functions.
12982         * progmodes/which-func.el (which-func-modes): Add ada-mode.
12983         (which-func-functions): New variable.
12984         (which-function): Use that.
12986         * info.el (Info-mode): Double each `%' in header line.
12988         * emacs-lisp/lisp-mnt.el (lm-with-file):
12989         When FILE is nil, run BODY in current buffer.
12991         * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
12993         * help.el (describe-mode): Start with a brief list of minor modes.
12994         Find them thru minor-mode-list so as to find them all.
12995         Show them in alphabetical order.
12997         * mail/sendmail.el (mail-aliases): Doc fix.
12999         * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
13001 2003-09-30  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
13003         * mail/rmailsum.el (rmail-make-summary-line-1):
13004         Change comma after last label to a space.
13005         (rmail-summary-font-lock-keywords): Adapt to that change.
13007 2003-09-30  Thien-Thi Nguyen  <ttn@gnu.org>
13009         * progmodes/scheme.el (scheme-mode-variables): When setting
13010         `font-lock-defaults', also specify that "#" should
13011         be interpreted with `word' syntax.
13012         (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
13014 2003-09-30  Lars Hansen  <larsh@math.ku.dk>
13016         * desktop.el: A lot of comments updated.
13017         (desktop-save-mode): Minor mode introduced.
13018         (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
13019         (desktop-load-default): Function made obsolete.
13020         (desktop-locals-to-save): Variable made customizable.
13021         (desktop-read): Optional parameter `dirname' added.
13022         (desktop-change-dir, desktop-revert): Parameter `dirname' in
13023         `desktop-read' used.
13024         (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
13026 2003-09-29  Rajesh Vaidheeswarran  <rv@gnu.org>
13028         * whitespace.el (whitespace-clean-msg): Add user customizable message
13029         for displaying ``clean'' output.
13030         (whitespace-buffer): Use `whitespace-clean-msg'.
13031         (whitespace-global-mode): Fix typo.
13033 2003-09-29  Thien-Thi Nguyen  <ttn@gnu.org>
13035         * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
13037 2003-09-29  Lute Kamstra  <lute@gnu.org>
13039         * bindings.el (mode-line-modes): Remove superfluous :propertize
13040         construct in initialization.
13041         (mode-line-position): Change cons cell into proper list in
13042         initialization.
13044 2003-09-29  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
13046         * international/mule.el (decode-coding-inserted-region): Use car
13047         of the return value of find-operation-coding-system.
13049 2003-09-29  Kenichi Handa  <handa@m17n.org>
13051         * descr-text.el (describe-char): Fix previous change.
13053 2003-09-28  Kenichi Handa  <handa@m17n.org>
13055         * descr-text.el (describe-char-display): New function.
13056         (describe-char): Pay attention to display table on describing how
13057         a character is displayed.
13059         * international/mule-cmds.el (encoded-string-description):
13060         Prepend "0x" to each encoded byte.
13062 2003-09-28  Andreas Schwab  <schwab@suse.de>
13064         * find-file.el (ff-special-constructs): Add autoload cookie.
13066 2003-09-28  Kevin Ryde  <user42@zip.com.au>
13068         * info.el (Info-find-index-name): Remove any "<n>" suffixes which
13069         makeinfo appends to duplicate index entries.
13071 2003-09-28  Eli Zaretskii  <eliz@gnu.org>
13073         * dired-x.el (dired-clean-tex): Doc fix.
13075         * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
13076         using a Chinese tutorial.
13078 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
13080         * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
13081         between "MAIL FROM:" and "RCPT TO:" and the following address.
13083 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
13085         * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
13087 2003-09-28  David Ponce  <david@dponce.com>
13089         * recentf.el (recentf-initialize-file-name-history): New defcustom.
13090         (recentf-load-list): When `recentf-initialize-file-name-history'
13091         is non-nil, initialize an empty `file-name-history' with the
13092         recent list.
13094 2003-09-28  Evgeni Dobrev  <evgeni_dobrev@developer.bg>  (tiny change)
13096         * man.el (Man-default-man-entry): Remove the leading `*' from the
13097         word at point.
13099 2003-09-26  Lute Kamstra  <lute@gnu.org>
13101         * bindings.el (mode-line-position): Mention size indication in
13102         docstring.
13104 2003-09-26  Andre Spiegel  <spiegel@gnu.org>
13106         * calendar/parse-time.el (parse-time-string): Add autoload cookie.
13108         * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
13109         because it's autoloaded now.
13111 2003-09-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
13113         * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
13114         (sh-font-lock-keywords, sh-feature): Fix previous change of
13115         sh-feature to avoid infloop with sh-font-lock-keywords.
13117 2003-09-25  Kim F. Storm  <storm@cua.dk>
13119         * frame.el (frame-current-scroll-bars): New defun.
13121         * window.el (window-current-scroll-bars): New defun.
13123 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13125         * progmodes/cc-engine.el (c-parse-state): Fix bug that could
13126         cause errors when the state cache contains info on parts that have
13127         been narrowed out.
13129 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13131         * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
13132         `c-setup-paragraph-variables' has to be used when this variable is
13133         changed; it doesn't work to reinitialize the mode since that
13134         typically clobbers the variable.
13136         * progmodes/cc-styles.el (c-setup-paragraph-variables):
13137         Make it interactive.
13139 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13141         * progmodes/cc-fonts.el (c-font-lock-declarations):
13142         Fix recognition of constructors and destructors for classes whose
13143         names are matched by `*-font-lock-extra-types'.
13145         * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
13146         followed by an identifier in C++ then it's a type.
13148 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13150         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
13151         problem that primarily affected XEmacs.  Don't use faces to find
13152         unterminated strings since Emacs and XEmacs fontify strings
13153         differently - this function should now work better in XEmacs.
13155 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13157         * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
13158         `expand-abbrev' workaround which caused braces to misbehave inside
13159         macros.
13161         * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
13162         handling.  This bug could cause interactive font locking to bail out.
13164 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13166         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
13167         Handle paren-style types in Pike.  Also fixed some cases of
13168         insufficient handling of unbalanced parens.
13170 2003-09-24  Rajesh Vaidheeswarran  <rv@gnu.org>
13172         * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
13173         common shell prompts that are not common filename or URL characters.
13174         (ffap-file-at-point): Use the new regexp to strip the prompts from
13175         the file names.  This is an issue mostly for user prompts that
13176         don't have a trailing space and find-file-at-point is invoked from
13177         within a shell inside Emacs.
13179 2003-09-24  Andre Spiegel  <spiegel@gnu.org>
13181         * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
13182         stamps numerically, rather than textually.
13184 2003-09-24  Kenichi Handa  <handa@m17n.org>
13186         * language/devan-util.el (devanagari-post-read-conversion):
13187         * language/mlm-util.el (malayalam-post-read-conversion):
13188         * language/tml-util.el (tamil-post-read-conversion):
13189         Add autoload cookie.
13191         * international/utf-8.el (utf-8-post-read-conversion):
13192         Call post-read-conversion functions for Devanagari, Malayalam,
13193         and Tamil.
13195 2003-09-23  Dave Love  <fx@gnu.org>
13197         * Makefile.in (bootstrap-clean): Fix misplaced `!'.
13199 2003-09-22  Nick Roberts  <nick@nick.uklinux.net>
13201         * progmodes/gud.el (perldb): Add gud-until to list of commands.
13202         Update gud-remove.
13204 2003-09-22  Richard M. Stallman  <rms@gnu.org>
13206         * progmodes/sh-script.el (sh-mode-default-syntax-table):
13207         Rename from sh-mode-syntax-table.  Call sh-mode-syntax-table directly.
13208         (sh-mode-syntax-table-input): New variable.
13209         (sh-require-final-newline): Don't use eval.
13210         (sh-builtins, sh-leading-keywords, sh-other-keywords)
13211         (sh-variables, sh-font-lock-keywords): Don't use eval.
13212         (sh-set-shell): When setting require-final-newline,
13213         treat value = `require-final-newline' as don't change it.
13214         Set sh-mode-syntax-table locally based on
13215         sh-mode-syntax-table-input and sh-mode-default-syntax-table.
13217         * progmodes/compile.el (compile-internal):
13218         Call compilation-set-window-height before setting window start.
13220 2003-09-22  Greg Hill  <ghill@synergymicro.com>  (tiny change)
13222         * emacs-lisp/bytecomp.el (byte-compile-log-file):
13223         Clear out byte-compile-last-warned-form.
13225 2003-09-22  Richard M. Stallman  <rms@gnu.org>
13227         * woman.el (woman-file-name, woman-follow-word):
13228         If current-word returns nil, use "".
13230         * simple.el (eval-expression): Bind standard-output in to-buffer case.
13232 2003-09-22  Richard M. Stallman  <rms@gnu.org>
13234         * emacs-lisp/lisp-mnt.el (lm-with-file):
13235         Don't visit the file, just use insert-file-contents in temp buffer.
13237 2003-09-22  Jari Aalto  <jari.aalto@poboxes.com>
13239         * emacs-lisp/lisp-mnt.el (lm-get-header-re):
13240         Add surrounding \\( and \\) around the header, as in
13241         for lm-history-header 'Change Log\\|History'.
13243 2003-09-22  John Paul Wallington  <jpw@gnu.org>
13245         * progmodes/ld-script.el: Add Commentary section,
13246         minor cleanup of file header.
13247         (ld-script-font-lock-keywords): Doc fix.
13248         (toplevel): Provide `ld-script' feature.
13250 2003-09-21  Kim F. Storm  <storm@cua.dk>
13252         * scroll-bar.el (set-scroll-bar-mode): Initialize to
13253         new built-in variable default-frame-scroll-bars.
13254         (scroll-bar-mode): Use default-frame-scroll-bars when enabling
13255         scroll-bar-mode; notably, use it instead of t when we toggle
13256         scroll-bars on.
13257         (toggle-scroll-bar): Use default-frame-scroll-bars.
13259 2003-09-19  Masatake YAMATO  <jet@gyve.org>
13261         * pcvs.el (cvs-do-removal): Change the prompt depending on
13262         `filter' value.
13264 2003-09-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
13266         * startup.el (command-line-1): Stop startup-echo-area-message
13267         being hidden by "Loading image..." message.
13268         (use-fancy-splash-screens-p, display-splash-screen):
13269         Move display-graphic-p test from latter to former.
13271         * progmodes/sh-script.el (sh-font-lock-keywords):
13272         Highlight escaped EOLs differently from other backslash constructs.
13274 2003-09-19  Richard M. Stallman  <rms@gnu.org>
13276         * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
13277         New functions.
13278         (edebug-enter, edebug-outside-excursion): Use them.
13280         * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
13281         Fix the condition for whether to print "In WHERE".
13283 2003-09-19  Jari Aalto  <jari.aalto@poboxes.com>
13285         * finder.el (finder-mode-hook): New variable.
13286         (finder-mode): Run hook finder-mode-hook
13288 2003-09-18  Masatake YAMATO  <jet@gyve.org>
13290         * progmodes/ebrowse.el: Fix broken magic autoload comments.
13292 2003-09-17  Mario Lang  <mlang@delysid.org>
13294         * progmodes/gud.el (perldb): Change gud-print from just "%e" to
13295         "p %e" to actually print the value in the GUD buffer.
13297 2003-09-16  Miles Bader  <miles@gnu.ai.mit.edu>
13299         From David Ponce <david.ponce@wanadoo.fr>:
13300         * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
13301         (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
13302         from loaddefs-boot.el if necessary.
13304 2003-09-15  Zoltan Kemenczy  <kemenczy@rogers.com>
13306         * progmodes/gud.el (gud-find-class): Make jdb work again since
13307         cc-mode changed the syntactic information.
13309 2003-09-15  David Ponce  <david@dponce.com>
13311         * recentf.el: (recentf-exclude): Accept predicates too.
13312         (recentf-file-readable-p): New function.
13313         (recentf-include-p): Handle predicates in recentf-exclude.
13314         (recentf-add-file): Doc fix.  Use recentf-file-readable-p.
13315         (recentf-cleanup): Likewise.
13316         (recentf-save-list): Use write-file to handle backup of
13317         recentf-save-file.
13319 2003-09-15  Miles Bader  <miles@gnu.ai.mit.edu>
13321         * loaddefs-boot.el: Renamed from `loaddefs.el'
13322         * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
13323         (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
13324         necessary.
13326 2003-09-13  Thien-Thi Nguyen  <ttn@gnu.org>
13328         * electric.el (Electric-pop-up-window): For the `one-window' case,
13329         no longer disconcertingly move point in the original buffer.
13331 2003-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13333         * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
13335 2003-09-12  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
13337         * dired.el (dired-mode-map): Fix typo.
13339 2003-09-11  Richard M. Stallman  <rms@gnu.org>
13341         * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
13343 2003-09-11  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
13345         * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
13346         the function is less noisy.  Now only `kill-buffer' can ask questions.
13348 2003-09-10  Mario Lang  <mlang@delysid.org>
13350         * battery.el: Update Commentary and Copyright.
13351         (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
13352         appear due to wrong ordering of the expressions in `or'.
13354 2003-09-09  Lute Kamstra  <lute@gnu.org>
13356         * misc.el (upcase-char): Fix docstring.
13357         (zap-up-to-char): New command.
13359 2003-09-08  David Ponce  <david@dponce.com>
13361         Ensure that recentf correctly updates the menu bar.
13362         * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
13363         (recentf-menu-bar): New function.
13364         (recentf-clear-data): Use it
13365         (recentf-update-menu): Likewise.  Use easy-menu-add-item instead
13366         of easy-menu-change.
13368 2003-09-08  Lute Kamstra  <lute@gnu.org>
13370         * simple.el (size-indication-mode): New.
13371         * bindings.el (mode-line-position): Add buffer size indicator.
13373 2003-09-04  Mario Lang  <mlang@delysid.org>
13375         * battery.el (battery-linux-proc-acpi): New function.
13376         (battery-status-function): Modify default value calculation to also
13377         check for availability of ACPI.
13378         (battery-echo-area-format): Ditto.
13379         (battery-mode-line-format): Ditto.
13381 2003-09-06  Dave Love  <fx@gnu.org>
13383         * ielm.el (ielm-mode-hook): Add :options.
13385         * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
13386         (eldoc-print-current-symbol-info): Use it.
13388 2003-09-04  Nick Roberts  <nick@nick.uklinux.net>
13390         * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
13391         being displayed in GUD buffer.
13392         (gdb-idle-input-queue): Remove var.  Use just one queue.
13393         (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
13394         Remove functions.  Use just one queue.
13395         (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
13396         (gdb-invalidate-assembler, gdb-get-current-frame):
13397         Modify functions.  Use just one queue.
13399 2003-09-04  Dave Love  <fx@gnu.org>
13401         * cus-start.el: Add blink-cursor-alist.
13403         * ruler-mode.el (ruler-mode-fill-column-char)
13404         (ruler-mode-current-column-char): Use char-displayable-p,
13405         not window-system.
13407         * international/codepage.el ("mule-diag"): Add eval-after-load clause.
13409         * language/european.el (windows-1252): Move from code-pages.
13411         * language/cyrillic.el ("Windows-1251"): Delete.
13412         ("Bulgarian", "Belarusian"): Remove `features'.
13413         (windows-1251): Move from code-pages.
13415         * international/mule-diag.el (non-iso-charset-alist):
13416         Remove `codepage' stuff.
13417         (print-designation, list-coding-systems-1): Output fixes.
13419         * international/code-pages.el (cp-make-translation-table)
13420         (cp-valid-codes): Made defsubsts.
13421         (cp-fix-safe-chars): Delete.
13422         (mule-diag): Don't require.
13423         (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
13424         (top-level): Check for defined coding system when defining
13425         cp... aliases.  Change w32-add-charset-info test to avoid warning.
13426         (non-iso-charset-alist): Defvar when compiling.
13427         (cp-make-coding-system): Doc fix.
13429 2003-09-02  Jason Rumney  <jasonr@gnu.org>
13431         * international/titdic-cnv.el (tsang-quick-converter): Fix broken
13432         line-ends from CVS before doing conversion.
13434 2003-09-02  Glenn Morris  <gmorris@ast.cam.ac.uk>
13436         * calendar/diary-lib.el (diary-header-line-flag)
13437         (diary-header-line-format): New variables.
13438         (list-diary-entries): Use them to set header line in simple diary.
13440         * progmodes/sh-script.el (sh-font-lock-keywords): Use something
13441         other than font-lock-string-face to highlight backslashes.
13443 2003-09-01  Jason Rumney  <jasonr@gnu.org>
13445         * international/titdic-cnv.el (tit-read-key-value): Include \r in
13446         regexp.
13448 2003-09-01  Dave Love  <fx@gnu.org>
13450         * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
13452         * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
13453         and :help; also line and column numbers labels.
13455         * international/mule-util.el (char-displayable-p): Move from
13456         latin1-disp, rename and autoload.
13458         * international/latin1-disp.el (latin1-char-displayable-p):
13459         Now obsolete alias.  Replace uses with char-displayable-p.
13460         (latin1-display-ucs-per-lynx): Fix last change.
13462         * international/mule-cmds.el (standard-display-european-internal):
13463         Don't use char code for Latin-1 NBSP.
13464         <XFree86 4>: Unfrob NBSP display table.  Set display table to use
13465         U+2018, U+2019 for `'.
13466         (select-safe-coding-system): Message fix.
13468 2003-09-01  Kenichi Handa  <handa@m17n.org>
13470         * international/fontset.el (setup-default-fontset): For Thai
13471         font, specify "*" family.
13473 2003-09-01  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
13475         * progmodes/compile.el (previous-error): Accept a prefix
13476         argument, similarly to next-error.
13478 2003-08-31  Masatake YAMATO  <jet@gyve.org>
13480         * pcvs.el (cvs-do-removal): Use = instead of eq to check
13481         the number of files.  Bind the number of files to a local
13482         variable.  Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
13484 2003-08-30  Eli Zaretskii  <eliz@gnu.org>
13486         * vc-hooks.el (vc-make-version-backup): Fix the change made on
13487         2003-07-26: msdos-long-file-names is a function, not a variable.
13489 2003-08-29  Richard M. Stallman  <rms@gnu.org>
13491         * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
13492         Do nothing with mail-personal-alias-file if it is nil.
13494         * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
13495         Do nothing if mail-personal-alias-file is nil.
13497         * term.el (term-exec-1): Bind coding-system-for-read.
13499         * dired.el (dired-mouse-find-file-other-window):
13500         Use dired-view-command-alist here, as in dired-view-file.
13501         (dired-view-command-alist): Use %s to substitute file name.
13502         Handle .ps_pages, .eps, .jpg, .gif, .png.
13504 2003-08-29  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
13506         * info.el (Info-mode-map): Bind S-tab and <backtab> to
13507         `Info-prev-reference', instead of M-tab.
13509 2003-08-29  Martin Stjernholm  <mast@lysator.liu.se>
13511         * simple.el (blink-matching-open): Work correctly on chars that
13512         are designated as parens through the syntax-table text property.
13514 2003-08-29  Thierry Emery  <thierry.emery@club-internet.fr>  (tiny change)
13516         * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
13517         line break position in the middle of a non-kinsoku (e.g. latin)
13518         word, making it skip until either a space or a character with
13519         category "|".
13520         (kinsoku-longer): Test for end of buffer.
13522 2003-08-28  Eli Zaretskii  <eliz@gnu.org>
13524         * mail/rmail.el (rmail-convert-to-babyl-format):
13525         Detect quoted-printable- and base64-encoded messages and decode them
13526         automatically.  Set the message's encoding from the charset=
13527         header, if any.  Decode base64-encoded messages in Mail format as well.
13529 2003-08-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
13531         * mail/smtpmail.el: Fix previous change.
13532         (smtpmail-send-queued-mail): Set smtpmail-mail-address before
13533         calling smtpmail-via-smtp.
13534         (smtpmail-via-smtp): Add fall-back values for envelope-from.
13536 2003-08-26  John Paul Wallington  <jpw@gnu.org>
13538         * image.el (image-jpeg-p): Don't search beyond length of data.
13540 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
13542         * progmodes/cc-cmds.el (c-electric-brace): Work around for a
13543         misfeature in `expand-abbrev' which caused electric keywords like
13544         "else" to disappear if an open brace was typed directly afterwards.
13546 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
13548         * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
13549         mandatory in `define-widget'.
13551         * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
13552         Don't align the operators "!=", "<=" and ">=" as assignment operators.
13554         (c-assignment-operators): New language constant that only contains
13555         the assignment operators.
13557         (c-assignment-op-regexp): New language var used by `c-lineup-math'.
13559 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
13561         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
13562         Safeguard against unbalanced sexps.
13564 2003-08-26  Terje Rosten  <terjeros@phys.ntnu.no>
13566         * version.el (emacs-version): Check for gtk.  Include gtk version info.
13568 2003-08-25  John Paul Wallington  <jpw@gnu.org>
13570         * man.el (Man-default-man-entry): Don't whizz past the section
13571         number before looking for it.
13573 2003-08-24  Nick Roberts  <nick@nick.uklinux.net>
13575         * progmodes/gud.el (gud-display-line): Don't set window-point if
13576         source buffer is not visible.  (Only happens with M-x gdba.)
13578         * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
13579         documentation.
13580         (gdb-source, gdb-source-info): Update to assembler unnecessary
13581         as its done after each GDB command anyway.
13582         (gdb-pre-prompt): Use with-current-buffer.
13583         (gdb-insert-field): Add help-echo text.
13584         (gdb-invalidate-assembler): Re-display of assembler now done in
13585         gdb-info-breakpoints-custom.
13586         (gdb-info-breakpoints-custom): Force re-display of assembler to
13587         happen *after* update of breakpoints buffer.
13588         (gdb-display-source-buffer): Don't choke if gdb-source-window
13589         isn't visible.
13590         (gdb-put-string, gdb-put-arrow): Remove free variables.
13592 2003-08-24  John Paul Wallington  <jpw@gnu.org>
13594         * ibuffer.el (ibuffer-formats): Make name and size columns wider.
13596         * man.el (Man-default-man-entry): Strip text properties when
13597         snarfing parts of entry because `format' preserves properties.
13599 2003-08-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
13601         * files.el (file-newest-backup): Use `expand-file-name'.
13603         * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
13604         Allow the diary to pop up a new frame, if needed.
13606         * mail/sendmail.el (mail-specify-envelope-from): Doc change.
13607         * mail/smtpmail.el (smtpmail-mail-address): Doc change.
13608         (smtpmail-send-it): Make treatment of envelope-from consistent with
13609         sendmail.el.
13611         * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
13612         (sh-leading-keywords): Add the bash `time' reserved word.
13613         (sh-variables): Add some bash variables.
13614         (sh-add-completer): Fix nil branch of case statement.
13616 2003-08-24  Masatake YAMATO  <jet@gyve.org>
13618         * progmodes/ld-script.el: New file.
13620 2003-08-23  Markus Rost  <rost@math.ohio-state.edu>
13622         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
13624 2003-08-23  Andre Spiegel  <spiegel@gnu.org>
13626         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
13627         Better explain obsolescence, and what to use instead.
13629 2003-08-23  Masatake YAMATO  <jet@gyve.org>
13631         * pcvs.el (cvs-do-removal): Show the deleted file name
13632         on the prompt.
13634 2003-08-20  Dave Love  <fx@gnu.org>
13636         * international/mule.el (make-coding-system)
13637         (set-buffer-file-coding-system): Doc fix.
13639         * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
13641         * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
13643         * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
13645         * international/utf-16.el: Add mime-text-unsuitable coding system
13646         properties.
13648         * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
13650         * cus-edit.el: Add some :links.
13651         (bib): Remove.
13653         * textmodes/bib-mode.el (bib): Add :group external.
13655 2003-08-18  Luc Teirlinck  <teirllm@mail.auburn.edu>
13657         * wid-edit.el (widget-echo-help): Make it handle expressions that
13658         evaluate to strings.
13660 2003-08-18  Michael Mauger  <mmaug@yahoo.com>
13662         Version 1.8.0 of sql-mode.  (Patch submitted 2003-06-21)
13664         Simplify selection of SQL products to define highlighting and
13665         interactive mode.  Includes detailed instructions on adding
13666         support for new products.
13668         * progmodes/sql.el (sql-product): New variable.  Identifies SQL
13669         product for use in highlighting and interactive mode.
13670         (sql-interactive-product): New variable.  SQL product for
13671         sql-interactive-mode.
13672         (sql-product-support): New variable.  Specifies product-specific
13673         parameters to drive highlighting and interactive mode.
13674         (sql-imenu-generic-expression): Add more object types.
13675         (sql-sqlite-options): Correct comment.
13676         (sql-ms-program): Use "osql" rather than "isql".
13677         (sql-prompt-regexp, sql-prompt-length): Update comment.
13678         (sql-mode-menu): Add "Start SQLi session" entry.
13679         Replace Highlighting submenu with Product menu.  Fix Send Region entry.
13680         (sql-mode-abbrev-table): Add abbreviations.  Support of
13681         SYSTEM-FLAG on define-abbrev.  Support was removed with last
13682         check-in; it now handles older Emacsen without the SYSTEM-FLAG.
13683         (sql-mode-font-lock-object-name): Add font-lock pattern for object
13684         names.
13685         (sql-mode-ansi-font-lock-keywords): Set as default value.
13686         (sql-mode-oracle-font-lock-keywords): Set as default value.
13687         Support Oracle 9i keywords.
13688         (sql-mode-postgres-font-lock-keywords): Set as default value.
13689         (sql-mode-linter-font-lock-keywords): Set as default value.
13690         (sql-mode-ms-font-lock-keywords): New variable.  Support Microsoft
13691         SQLServer 2000.
13692         (sql-mode-sybase-font-lock-keywords)
13693         (sql-mode-interbase-font-lock-keywords)
13694         (sql-mode-sqlite-font-lock-keywords)
13695         (sql-mode-strong-font-lock-keywords)
13696         (sql-mode-mysql-font-lock-keywords)
13697         (sql-mode-db2-font-lock-keywords): New variables.  Default to ANSI
13698         keywords.
13699         (sql-mode-font-lock-defaults): Update comment.
13700         (sql-product-feature): New function.  Returns feature associated
13701         with a product from `sql-product-support' alist.
13702         (sql-product-font-lock): New function.  Set font-lock support
13703         based on `sql-product'.
13704         (sql-add-product-keywords): New function.  Add font-lock rules to
13705         product-specific keyword variables.
13706         (sql-set-product): New function.  Set `sql-product' and apply
13707         appropriate font-lock highlighting.
13708         (sql-highlight-product): New function.  Set font-lock support
13709         based on a product.  Also set mode name to include product name.
13710         (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
13711         (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
13712         Use `sql-set-product'.
13713         (sql-highlight-ms-keywords)
13714         (sql-highlight-sybase-keywords)
13715         (sql-highlight-interbase-keywords)
13716         (sql-highlight-strong-keywords)
13717         (sql-highlight-mysql-keywords)
13718         (sql-highlight-sqlite-keywords)
13719         (sql-highlight-db2-keywords): New functions.  Use `sql-set-product'.
13720         (sql-get-login): Prompt in the same order as the tokens.
13721         (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
13722         (sql-product-interactive): New function.  Common portions of
13723         product-specific interactive mode wrappers.
13724         (sql-interactive-mode): Rewritten to use product features.
13725         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
13726         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
13727         (sql-db2, sql-linter): Use `sql-product-interactive'.
13728         (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
13729         (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
13730         (sql-connect-ingres, sql-connect-postgres)
13731         (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
13732         New functions.  Format command line parameters and invoke comint on
13733         the appropriate interpreter.  Code was in the corresponding
13734         `sql-xyz' function before.
13735         (sql-connect-ms): New function.  Support -E argument to use
13736         operating system credentials for authentication.
13738 2003-08-18  Kenichi Handa  <handa@m17n.org>
13740         * international/mule.el (encode-char): Fix for the ASCII case.
13742 2003-08-15  Kenichi Handa  <handa@m17n.org>
13744         * international/fontset.el (setup-default-fontset): Change "*" to
13745         nil in the specifications of font family.
13747 2003-08-18  Kim F. Storm  <storm@cua.dk>
13749         * kmacro.el (kmacro-keymap): Group related bindings in
13750         initialization for clarity.  Bind C-s to start macro.
13751         Remove C-r binding.
13752         (kmacro-initial-counter-value): New defvar to hold initial counter
13753         value in case we set the value before defining a macro.
13754         (kmacro-insert-counter): Clear kmacro-initial-counter-value..
13755         (kmacro-set-counter): Set kmacro-initial-counter-value if we are
13756         not defining or executing macro.  Doc fix.
13757         (kmacro-add-counter): Clear kmacro-initial-counter-value.
13758         (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
13759         temporarily view older elements on the macro ring without cycling
13760         the ring.
13761         (kmacro-display): Doc fix.
13762         (kmacro-exec-ring-item): New helper function.
13763         (kmacro-call-ring-2nd): Use it.
13764         (kmacro-call-ring-2nd-repeat): Doc fix.
13765         (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
13766         (kmacro-end-or-call-macro): Execute last viewed macro (using
13767         kmacro-exec-ring-item) from ring if this follows
13768         kmacro-view-macro.  This allows us to find a macro on the ring
13769         with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
13770         the ring to bring it to the head of the ring.
13771         (kmacro-bind-to-key): Doc fix (describe reserved bindings).
13772         Allow binding to reserved keys without specifying C-x C-k prefix.
13773         Ask for confirmation if entered key sequence is already bound to
13774         a non-macro command.
13775         (kmacro-view-macro): Repeating command will show older elements
13776         on the macro ring; C-k will execute the last viewed macro.
13777         (kmacro-view-macro-repeat): Doc fix.  Change its kmacro-repeat
13778         property from 'ring to 'head.
13780 2003-08-17  Alan Shutko  <ats@acm.org>
13782         * calendar/calendar.el (calendar-make-alist): Correct off-by-one
13783         keeping December out of the alist.
13785 2003-08-17  Edward M. Reingold  <reingold@emr.cs.iit.edu>
13787         * calendar/cal-move.el (calendar-goto-day-of-year): New function.
13788         * calendar/calendar.el (calendar-mode-map): Bind it to key.
13789         * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
13790         (calendar-flatten): New function.
13791         (calendar-mouse-view-other-diary-entries)
13792         (calendar-mouse-view-diary-entries): Rewritten to put any holidays
13793         in the menu title and to show multi-line diary entries correctly
13794         in the menu.
13796 2003-08-17  Luc Teirlinck  <teirllm@mail.auburn.edu>
13798         * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
13799         defcustom, because the default was recently changed.
13801 2003-08-16  Richard M. Stallman  <rms@gnu.org>
13803         * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
13805         * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
13806         New subroutine, broken out of eval-last-sexp-1.
13807         (eval-last-sexp-1): Use eval-last-sexp-print-value.
13809         * custom.el (custom-load-symbol): Load cus-load and cus-start first.
13811         * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
13813         * simple.el (eval-expression): Use eval-last-sexp-print-value.
13815 2003-08-14  Jari Aalto  <jari.aalto@poboxes.com>
13817         * progmodes/compile.el (compilation-error-regexp-alist):
13818         Add Java ANt error detection as described in document
13819         http://ant.apache.org/faq.html
13821 2003-08-12  Juri Linkov  <juri@jurta.org>  (tiny change)
13823         * simple.el (backward-word, forward-to-indentation)
13824         (backward-to-indentation): Argument changed to optional.
13825         (next-line, previous-line): Use `or' instead of `unless'.
13827 2003-08-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13829         * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
13830         instead of a constant.
13832 2003-08-12  Markus Rost  <rost@math.ohio-state.edu>
13834         * shell.el (shell): With prefix-arg, suggest a new buffer name.
13836 2003-08-12  Andre Spiegel  <spiegel@gnu.org>
13838         * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
13839         (vc-sccs-workfile-version): Search the entire delta table, rather
13840         than just the first entry, because that might be a deleted version.
13842 2003-08-11  Karl Fogel  <kfogel@red-bean.com>
13844         * menu-bar.el (menu-bar-options-menu): Supply a body for the
13845         [save-place] binding in the Options menu.  Have it require
13846         'saveplace' and then toggle the variable manually, to avoid an an
13847         unbound variable error.  Thanks to <Sebastien.Kirche@sage.com>
13848         for the bug report.
13850 2003-08-11  Nick Roberts  <nick@nick.uklinux.net>
13852         * gdb-ui.el (gdb-insert-field, gdb-array-format1)
13853         (gdb-info-breakpoints-custom, gdb-info-frames-custom)
13854         (gdb-info-threads-custom): Add help-echo text.
13855         (gdb-display-back): Don't use purecopy.
13856         (gdb-info-breakpoints-custom, gdb-reset)
13857         (gdb-assembler-custom): Use display-images-p to test if breakpoint
13858         icons can be displayed.
13860 2003-08-11  Markus Rost  <rost@math.ohio-state.edu>
13862         * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
13864 2003-08-11  Stefan Monnier  <monnier@cs.yale.edu>
13866         * bookmark.el (bookmark-completing-read):
13867         Return a string, instead of a list of one string.
13868         Use a popup menu if activated from the mouse.
13869         (bookmark-edit-annotation): Remove unused vars.
13870         (bookmark-jump, bookmark-relocate, bookmark-insert-location)
13871         (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
13872         to bookmark-completing-read.
13873         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
13874         (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
13875         (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
13876         and erase-buffer.
13877         (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
13878         (bookmark-menu-jump, bookmark-menu-insert)
13879         (bookmark-popup-menu-and-apply-function)
13880         (bookmark-menu-popup-paned-bookmark-menu): Remove.
13881         (bookmark-menu-build-paned-menu): Remove by folding it into
13882         bookmark-menu-popup-paned-menu.
13883         (menu-bar-bookmark-map): Move the define-key statements here.
13884         Use the "non-menu" commands since they now pop up a menu if needed.
13885         (bookmark-exit-hook-internal): Simplify.
13887 2003-08-11  Carsten Dominik  <dominik@sand.science.uva.nl>
13889         * reftex-toc.el (reftex-toc-rename-label): New function.
13890         (reftex-toc-check-docstruct): New function.
13892         * reftex.el (reftex-region-active-p): New function.
13894         * reftex-parse.el (reftex-locate-bibliography-files): Improved the
13895         regexp to find the \bibliography macro.
13897         * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
13898         which does not exist in LaTeX.
13899         (reftex-cite-format-builtin): Added amsrefs support.
13900         (reftex-toc-confirm-promotion): New option
13902         * reftex-toc.el
13903         (reftex-toc): Use `reftex-toc-split-windows-fraction'.
13904         (reftex-toc-demote, reftex-toc-promote)
13905         (reftex-toc-do-promote, reftex-toc-promote-prepare)
13906         (reftex-toc-promote-action, reftex-toc-extract-section-number)
13907         (reftex-toc-newhead-from-alist)
13908         (reftex-toc-load-all-files-for-promotion): New functions.
13909         (reftex-toc-help): Added description of new keys.
13910         (reftex-toc-split-windows-fraction): New option.
13911         (reftex-recenter-toc-when-idle): Search *toc* window on all
13912         visible frames.
13913         (reftex-toc): Additional parameter REUSE
13914         (reftex-toc-recenter): Remember current frame.  Call `reftex-toc'
13915         with REUSE argument.
13916         (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
13917         the call of `reftex-toc'.
13918         (reftex-make-separate-toc-frame): New function .
13919         (reftex-toc-recenter): When called with triple prefix arg, call
13920         `reftex-make-separate-toc-frame' first.
13921         (reftex-toc-toggle-dedicated-frame): New command.
13922         (reftex-toc-quit): Adapted to delete frame when called in
13923         dedicated frame.
13925         * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
13926         all enclosing macros.
13929 2003-08-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13931         * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
13932         first use.
13934 2003-08-07  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13936         * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
13938 2003-08-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
13940         * calendar/calendar.el (list-diary-entries-hook)
13941         (diary-display-hook, nongregorian-diary-listing-hook)
13942         (mark-diary-entries-hook, nongregorian-diary-marking-hook):
13943         Add some customize options for these hooks.
13944         (calendar-abbrev-construct): Don't try to take a substring longer
13945         than the original string.
13947 2003-08-05  Richard M. Stallman  <rms@gnu.org>
13949         * emacs-lisp/testcover.el (noreturn): Report error if does return.
13950         (testcover-reinstrument-clauses): Doc fix.
13952         * emacs-lisp/warnings.el: Doc fixes, args renamed.
13953         (warning-type-format): Rename from warning-group-format.
13955         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
13956         (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
13957         (byte-compile-defvar): Bind byte-compile-not-obsolete-var
13958         to prevent warnings about defvar for an obsolete variable.
13960         * emacs-lisp/bytecomp.el (byte-compile-log-warning):
13961         warning-group-format renamed to warning-type-format.
13963         * subr.el (read-passwd): Use clear-string instead of fillarray.
13965         * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
13966         Use vconcat instead of concat.
13967         (edmacro-sanitize-for-string): New function.
13969 2003-08-05  Dave Love  <fx@gnu.org>
13971         * cus-start.el: Add open-paren-in-column-0-is-defun-start,
13972         line-number-display-limit-width.
13974         * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
13976 2003-08-05  Kenichi Handa  <handa@m17n.org>
13978         * international/code-pages.el: Don't require mule-diag.
13980         * international/mule-diag.el (non-iso-charset-alist):
13981         Add autoload cookie.
13983         * language/devan-util.el (dev-glyph-order): Add an entry for the
13984         glyph code #xC4.
13986 2003-08-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
13988         * calendar/calendar.el (diary-file, diary-file-name-prefix)
13989         (european-calendar-style, diary-date-forms)
13990         (calendar-day-name-array, calendar-month-name-array): Doc change.
13991         (generate-calendar-month): Adapt for new behaviour of
13992         `calendar-day-name' function.
13993         (calendar-abbrev-length, calendar-day-abbrev-array)
13994         (calendar-month-abbrev-array): New variables.
13995         (calendar-abbrev-construct): New function.
13996         (calendar-day-name, calendar-month-name): Use new abbrev arrays,
13997         rather than fixing abbrevs at some width.  Calling syntax change.
13998         (calendar-make-alist): Use abbrev arrays.  Calling syntax change.
13999         (calendar-date-string): Adapt for new behaviours of
14000         `calendar-day-name' and `calendar-month-name' functions.
14002         * calendar/diary-lib.el (list-diary-entries): Adapt for new
14003         behaviour of `calendar-day-name' and `calendar-month-name' functions.
14004         (diary-name-pattern): Use abbrev arrays, rather than fixing
14005         abbrevs at three chars.  Calling syntax change.
14006         (mark-diary-entries): Adapt for new behaviours of
14007         `diary-name-pattern' and `calendar-make-alist' functions.
14008         (fancy-diary-font-lock-keywords): Adapt for new behaviour of
14009         `diary-name-pattern' function.
14010         (font-lock-diary-date-forms): Use abbrev arrays, rather than
14011         fixing abbrevs at three chars.  Calling syntax change.
14012         (cal-hebrew, cal-islam): Require when compiling.
14013         (diary-font-lock-keywords): Adapt for new behaviour of
14014         `font-lock-diary-date-forms' function.
14016         * calendar/cal-hebrew.el: Reposition some code so defined before used.
14017         (calendar-hebrew-month-name-array-common-year)
14018         (calendar-hebrew-month-name-array-leap-year): Add doc strings.
14019         (list-hebrew-diary-entries): Adapt for new behaviours of
14020         `calendar-day-name' and `add-to-diary-list' functions.
14021         (mark-hebrew-diary-entries): Adapt for new behaviours of
14022         `diary-name-pattern' and `calendar-make-alist' functions.
14024         * calendar/cal-islam.el (calendar-islamic-month-name-array):
14025         Add doc string.
14026         (list-islamic-diary-entries): Adapt for new behaviours of
14027         `calendar-day-name' and `add-to-diary-list' functions.
14028         (mark-islamic-diary-entries): Adapt for new behaviours of
14029         `diary-name-pattern' and `calendar-make-alist' functions.
14031         * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
14032         `calendar-month-name' function.
14034         * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
14036         * calendar/solar.el (solar-seasons-data): Move definition before use.
14038         * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
14039         (cal-tex-LaTeX-hourbox): Move definition before use.
14041         * calendar/cal-china.el, cal-hebrew.el, cal-islam.el,
14042         cal-julian.el, cal-menu.el, cal-move.el, holidays.el,
14043         lunar.el, solar.el
14044         (displayed-month, displayed-year): Define for compiler.
14046 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
14048         * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
14049         MODE.  Renamed from c-init-c-language-vars'.
14050         (c-initialize-cc-mode): Change accordingly.
14051         (c-common-init): Ditto.
14052         (c-mode): Ditto.
14053         (c++-mode): Use `c-init-language-vars-for'.
14054         (objc-mode): Ditto.
14055         (java-mode): Ditto.
14056         (idl-mode): Ditto.
14057         (pike-mode): Ditto.
14058         (awk-mode): Ditto.
14060 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
14062         * progmodes/cc-engine.el (c-end-of-current-token): Return whether
14063         or not the point moved.
14065         (c-search-decl-header-end): Don't trip up on operator identifiers
14066         in C++ and operators like == in all languages.
14068         * progmodes/cc-engine.el (c-backward-to-decl-anchor):
14069         Detect leading labels correctly.
14071 2003-08-02  Andreas Schwab  <schwab@suse.de>
14073         * textmodes/ispell.el: Don't redo key bindings on loading, put
14074         them only in loaddefs.el.
14075         * bookmark.el: Likewise.
14076         * dabbrev.el: Likewise.
14077         * emerge.el: Likewise.
14079         * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
14080         has more than one member.
14082         * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
14084 2003-08-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
14086         * lpr.el (printify-region): It was ending conversion before the
14087         expected position.  Reported by Keiichi Suzuki <keiichi@nanap.org>.
14089 2003-07-31  John Paul Wallington  <jpw@gnu.org>
14091         * net/browse-url.el (browse-url-epiphany): Doc fix.
14093 2003-07-30  Kenichi Handa  <handa@m17n.org>
14095         * international/fontset.el (setup-default-fontset):
14096         Change registry names of Akurti fonts.
14098 2003-07-29  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
14100         * comint.el (comint-read-noecho): Use `clear-string' instead of
14101         `fillarray'.
14103 2003-07-29  Thomas W Murphy  <twm@andrew.cmu.edu>  (tiny change)
14105         * outline.el (outline-mode-hook): Add defvar.
14107 2003-07-28  Nick Roberts  <nick@nick.uklinux.net>
14109         * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
14110         Restore assembler in source window if that is what has been selected.
14111         (menu): Add gdb-restore-windows to menu.  Make gdba
14112         specific menus only visible from gdba.
14114 2003-07-28  Tak Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
14116         * progmodes/compile.el (compilation-environment): New user variable.
14117         (compile-internal): Respect it.
14119 2003-07-23  Masatake YAMATO  <jet@gyve.org>
14121         * progmodes/gud.el (gdb-script-font-lock-keywords):
14122         Put `font-lock-function-name-face' on a symbol which includes
14123         `-' like `hook-run'.  Put font-lock-variable-name-face
14124         on a symbol starting with $.
14126 2003-07-27  Markus Rost  <rost@math.ohio-state.edu>
14128         * files.el (set-visited-file-name): Use truename for buffer-file-name.
14130 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
14132         * vc-hooks.el (vc-file-not-found-hook): Doc fix.
14134 2003-07-26  Andre Spiegel  <spiegel@gnu.org>
14136         * vc-hooks.el (vc-default-registered, vc-make-version-backup):
14137         Use with-no-warnings.
14138         (vc-file-not-found-hook): Add this to find-file-not-found-functions,
14139         rather than to find-file-not-found-hook, which doesn't exist.
14141 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
14143         * international/quail.el (quail-translate-key): Fix previous change.
14145 2003-07-25  John Paul Wallington  <jpw@gnu.org>
14147         * server.el (server-start): Check `server-process' is non-nil
14148         before killing it to avoid killing current buffer's process.
14150         * simple.el (choose-completion-string): Use `minibufferp';
14151         test `completion-reference-buffer' if `buffer' arg is nil.
14152         (push-mark): Use `when' and `unless'.
14153         (pop-mark): Use `when'.
14155         * mouse-sel.el (mouse-sel-get-selection-function):
14156         Check `x-last-selected-text-primary'.  Don't barf if it or
14157         `x-last-selected-text' aren't bound.
14159 2003-07-25  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
14161         * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
14163 2003-07-23  Stefan Monnier  <monnier@cs.yale.edu>
14165         * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
14167 2003-07-23  John Paul Wallington  <jpw@gnu.org>
14169         * tooltip.el (defface tooltip): Inherit from variable-pitch.
14171 2003-07-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
14173         * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
14174         string.  Defvar the derived hook.
14176         * macros.el (insert-kbd-macro): Escape double quote character.
14177         From Thomas W Murphy <twm@andrew.cmu.edu>.
14179 2003-07-22  Stefan Monnier  <monnier@cs.yale.edu>
14181         * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
14182         to match the specific mark rather than reusing comment-start-skip.
14184 2003-07-22  Thien-Thi Nguyen  <ttn@gnu.org>
14186         * progmodes/hideshow.el (hs-special-modes-alist):
14187         Clarify MDATA-SELECTOR doc; nfc.  Thanks to Michael Ernst.
14189 2003-07-21  Markus Rost  <rost@math.ohio-state.edu>
14191         * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
14192         value using ?\s.
14194 2003-07-21  John Paul Wallington  <jpw@gnu.org>
14196         * subr.el (with-selected-window): Add closing paren.
14198 2003-07-21  Richard M. Stallman  <rms@gnu.org>
14200         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
14201         (lisp-mode): Likewise.
14203         * subr.el (with-selected-window): Copy code form save-selected-window
14204         so as to call select-window with norecord arg.
14205         (dynamic-completion-table): Doc fix.
14206         (lazy-completion-table): Doc fix.
14208         * international/mule-cmds.el (set-locale-environment):
14209         langinfo renamed to locale-info.
14211         * international/mule.el (auto-coding-functions): Doc fix.
14213 2003-07-21  Kenichi Handa  <handa@m17n.org>
14215         * international/quail.el (quail-translate-key):
14216         Update quail-current-str correctly.
14218 2003-07-21  Andreas Schwab  <schwab@suse.de>
14220         * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
14221         ?, to "_".
14223 2003-07-20  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
14224         Version 2.0.36 of Tramp released.
14226         * net/tramp.el (tramp-default-password-end-of-line): Rename from
14227         tramp-password-end-of-line.
14228         (tramp-password-end-of-line): New method parameter.
14229         (tramp-get-password-end-of-line): Function to access method
14230         parameter `tramp-password-end-of-line', or variable
14231         `tramp-default-password-end-of-line' (default value).
14232         (tramp-methods): Add entries for new parameter
14233         tramp-password-end-of-line.
14234         (tramp-enter-password): Use new function
14235         `tramp-get-password-end-of-line'.
14236         (tramp-handle-insert-file-contents): Do not
14237         unconditionally inhibit the file operation file-local-copy, only
14238         do that when the inhibit-file-name-operation is currently
14239         insert-file-contents.  This fixes finding remote CVS-controlled
14240         files.  (It would barf on inserting the CVS/Entries file
14241         literally, because the file-local-copy handler wasn't called.)
14242         (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
14243         (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
14244         (tramp-initial-commands): New variable.
14245         (tramp-process-initial-commands): New function, using the variable.
14246         (tramp-open-connection-setup-interactive-shell): Call the new function.
14247         (tramp-buffer-name, tramp-debug-buffer-name): Always put the
14248         method into the buffer name, never use nil.  Reported by Hanak
14249         David <dhanak@inf.bme.hu>.
14250         (tramp-open-connection-setup-interactive-shell): Erase buffer
14251         before sending "stty -onlcr".
14253         * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
14255 2003-07-19  Markus Rost  <rost@math.ohio-state.edu>
14257         * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
14259 2003-07-19  John Paul Wallington  <jpw@gnu.org>
14261         * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
14262         (artist-draw-rect, artist-draw-square): Doc fixes.
14264         * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
14266         * textmodes/two-column.el (2C-mode-line-format): Doc fix.
14268 2003-07-19  Kenichi Handa  <handa@m17n.org>
14270         * international/kkc.el (kkc-show-conversion-list-update):
14271         Highlight the correct candidate in the message.
14273 2003-07-18  John Paul Wallington  <jpw@gnu.org>
14275         * simple.el (current-word): Don't include punctuation char when
14276         `really-word' arg is non-nil.
14278 2003-07-17  Martin Stjernholm  <bug-cc-mode@gnu.org>
14280         * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
14281         moved to the directory obsolete.
14283 2003-07-16  Stefan Monnier  <monnier@cs.yale.edu>
14285         * info.el (Info-menu-entry-name-re): Allow newlines in
14286         menu entry names.
14288         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
14289         syntax-ppss-after-change-function.
14290         (syntax-ppss-after-change-function): New alias.  Update uses.
14291         (syntax-ppss): Catch the case where the buffer is narrowed.
14293 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
14295         * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
14296         (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
14298 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
14300         * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
14301         since it might be modified.
14303         * progmodes/cc-langs.el (c++-make-template-syntax-table)
14304         (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
14305         names to these language constants.
14307 2003-07-15  Kim F. Storm  <storm@cua.dk>
14309         * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
14310         All uses changed.
14312 2003-07-14  Mark A. Hershberger  <mah@everybody.org>
14314         * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
14315         Namespace support.
14317 2003-07-13  Juanma Barranquero  <lektu@terra.es>
14319         * frame.el (modify-all-frames-parameters): Reinstall (copyright
14320         papers received).
14322 2003-07-13  Karl Eichwalder  <ke@suse.de>
14324         * textmodes/po.el (po-find-charset): White space at the start of the
14325         Content-Type field body is non-mandatory.
14327 2003-07-13  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
14329         * textmodes/texinfo.el (texinfo-section-list):
14330         Append appendixsection; a synonym for appendixsec.
14332 2003-07-13  Jari Aalto  <jari.aalto@poboxes.com>
14334         * man.el (Man-translate-cleanup): New.
14335         (Man-translate-references): Call `Man-translate-cleanup' to clean
14336         leading, trailing and middle spaces.
14338 2003-07-13  Lars Hansen  <larsh@math.ku.dk>
14340         * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
14341         Handle `dired-directory' being a list.
14343 2003-07-13  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
14345         * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
14346         it doesn't exist.
14348 2003-07-12  Richard M. Stallman  <rms@gnu.org>
14350         * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
14352         * progmodes/cc-defs.el (c-make-keywords-re):
14353         Don't use delete-duplicates.
14354         (c-lang-const): Don't use mapcan.
14356         * apropos.el (apropos-show-scores): Make it customizable.
14357         Document new meaning.
14358         (apropos): Compute scores from symbols.
14359         (apropos-print): Don't sort by scores if apropos-show-scores is nil.
14361 2003-07-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
14363         * ps-bdf.el: Fix copyright line.
14364         (bdf-directory-list): Fix initialization code.
14366 2003-07-11  John Paul Wallington  <jpw@gnu.org>
14368         * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
14369         (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
14370         (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
14372 2003-07-11  NAKAJIMA Mikio  <minakaji@namazu.org>  (tiny change)
14374         * emacs-lisp/ring.el (ring-elements): Doc fix.
14376 2003-07-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
14378         * calendar/timeclock.el (timeclock-relative)
14379         (timeclock-ask-before-exiting, timeclock-use-display-time):
14380         Doc changes.
14381         (timeclock-modeline-display): Give a message if
14382         `timeclock-use-display-time' is non-nil but `display-time-mode'
14383         is not active.
14385 2003-07-11  Kenichi Handa  <handa@m17n.org>
14387         * international/mule-cmds.el (set-language-environment):
14388         Set current-language-environment to the correct string.
14390 2003-07-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
14392         * ps-print.el: Print line number correctly in a region.  Reported by
14393         Tim Allen <timallen@ls83.fsnet.co.uk>.
14394         (ps-print-version): New version number (6.6.2).
14395         (ps-printing-region): Code fix.
14397 2003-07-10  John Paul Wallington  <jpw@gnu.org>
14399         * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
14400         this function can be called from `add-completions-from-tags-table'.
14402 2003-07-10  Glenn Morris  <gmorris@ast.cam.ac.uk>
14404         * calendar/timeclock.el (timeclock-use-display-time)
14405         (timeclock-day-over-hook, timeclock-workday-remaining)
14406         (timeclock-status-string, timeclock-when-to-leave)
14407         (timeclock-when-to-leave-string, timeclock-log-data)
14408         (timeclock-find-discrep, timeclock-day-base)
14409         (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
14410         (timeclock-modeline-display): Set the variable
14411         `timeclock-modeline-display'.
14412         (timeclock-update-modeline): Doc fix.  Respect value of
14413         `timeclock-relative'.
14415 2003-07-09  Richard M. Stallman  <rms@gnu.org>
14417         * textmodes/reftex-parse.el (reftex-all-document-files):
14418         Add autoload cookie.
14420         * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
14421         (reftex-scanning-info-available-p): Add autoload cookie.
14423         * international/mule-cmds.el
14424         (set-display-table-and-terminal-coding-system): Delete duplicate
14425         aset on standard-display-table.
14427         * view.el (view-file): If existing buffer's major mode is special,
14428         don't go into view mode.
14430         * dired.el (dired-move-to-filename-regexp): Allow quote in months.
14432 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
14434         * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
14435         buffer changes; there's third party code that calls this function
14436         directly.
14438 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
14440         * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
14441         (autodoc-font-lock-keywords): Don't byte compile on font lock
14442         initialization when running from byte compiled files.
14444 2003-07-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
14446         * progmodes/cc-engine.el: Fix AWK mode indentation when previous
14447         statement ends with auto-increment "++".
14449 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
14451         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
14452         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
14453         these are changed, so declare them as variables and not constants.
14455 2003-07-08  Markus Rost  <rost@math.ohio-state.edu>
14457         * subr.el (dolist, dotimes): Doc fix.
14459 2003-07-08  Kim F. Storm  <storm@cua.dk>
14461         * international/mule-cmds.el
14462         (set-display-table-and-terminal-coding-system): Don't break
14463         bootstrap if standard-display-table isn't setup yet.
14465 2003-07-07  Richard M. Stallman  <rms@gnu.org>
14467         * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
14468         Give it a doc string, and autoload it.
14470         * desktop.el (desktop-buffer-info, desktop-buffer-mh):
14471         Use with-no-warnings.
14473         * info.el (Info-search): If find invisible text, search again.
14475         * isearch.el (search-whitespace-regexp): Add a shy group around it.
14477         * man.el (Man-name-regexp): Match + as part of name.
14479         * simple.el (visible-mode): Rename from vis-mode.
14480         (vis-mode-saved-buffer-invisibility-spec): Doc fix.
14482         * simple.el (current-word): New arg REALLY-WORD specifies
14483         don't include punctuation chars.
14485         * emacs-lisp/debug.el (debug, debugger-env-macro):
14486         Use with-no-warnings while accessing and binding unread-command-char.
14488         * international/mule-cmds.el
14489         (set-display-table-and-terminal-coding-system): Use explicit loop
14490         instead of calling standard-display-default.
14492         * net/ange-ftp.el (ange-ftp-file-symlink-p):
14493         Use condition-case to catch error in ange-ftp-get-files.
14495         * net/browse-url.el (browse-url-browser-function):
14496         Add alternative for Epiphany.
14497         (browse-url-epiphany-program, browse-url-epiphany-arguments)
14498         (browse-url-epiphany-startup-arguments)
14499         (browse-url-epiphany-new-window-is-tab): New variables.
14500         (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
14502         * progmodes/compile.el (compile-auto-highlight): Default now t.
14503         (compile): Doc fix.
14504         (compilation-next-error): Fix previous change.
14506         * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
14508         * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
14510 2003-07-07  Nick Roberts  <nick@nick.uklinux.net>
14512         * gdb-ui.el (gdb-source-info): Display current frame when
14513         attaching to an existing process.
14514         (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
14515         while laying out windows when attaching to an existing process.
14517 2003-07-07  Stefan Monnier  <monnier@cs.yale.edu>
14519         * info.el (Info-menu): Use Info-menu-entry-name-re.
14521 2003-07-06  Stefan Monnier  <monnier@cs.yale.edu>
14523         * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
14524         * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
14526         * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
14527         to match the same text.
14529 2003-07-06  John Paul Wallington  <jpw@gnu.org>
14531         * vc.el (vc-annotate-offset): Move defvar up.
14533 2003-07-06  Kim F. Storm  <storm@cua.dk>
14535         * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
14536         This should fix the infinite loop when extracting menu names.
14538 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
14540         * files.el (auto-mode-alist, interpreter-mode-alist):
14541         Remove entries to CC Mode modes to avoid duplicates; they are now added
14542         with autoload directives in cc-mode.el.
14544 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
14546         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
14547         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
14548         these are changed, so declare them as variables and not constants.
14550         * progmodes/cc-mode.el: Fix some autoload problems: Try to
14551         ensure that the entry for ".c" extension comes before the one for
14552         ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
14553         Fix incorrect entries that were added to `interpreter-mode-alist'.
14554         Move the autoload directives for AWK to the top level since they
14555         aren't recognized anywhere else.  Do not use the new AWK mode doc
14556         in the autoload form for the old AWK mode.
14558 2003-06-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
14560         * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
14561         (bibtex-sort-ignore-string-entries): Default value t.
14562         (bibtex-entry-kill-ring-max): Reintroduce as it was removed
14563         erroneously in previous version.
14564         (bibtex-string-files): Docstring reflects new parsing scheme.
14565         (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
14566         docstring, add # as one of the chars to crush
14567         (bibtex-autokey-prefix-string, bibtex-autokey-names)
14568         (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
14569         (bibtex-autokey-name-change-strings)
14570         (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
14571         (bibtex-autokey-name-separator, bibtex-autokey-year-length)
14572         (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
14573         (bibtex-autokey-title-terminators)
14574         (bibtex-autokey-titlewords-stretch)
14575         (bibtex-autokey-titleword-ignore)
14576         (bibtex-autokey-titleword-case-convert)
14577         (bibtex-autokey-titleword-abbrevs)
14578         (bibtex-autokey-titleword-abbrevs)
14579         (bibtex-autokey-titleword-change-strings)
14580         (bibtex-autokey-titleword-length)
14581         (bibtex-autokey-titleword-separator)
14582         (bibtex-autokey-name-year-separator)
14583         (bibtex-autokey-year-title-separator)
14584         (bibtex-autokey-before-presentation-function)
14585         (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
14586         Fix docstring.
14587         (bibtex-strings, bibtex-reference-keys):
14588         Use lazy-completion-table and make-variable-buffer-local.
14589         (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
14590         (bibtex-braced-string-syntax-table)
14591         (bibtex-quoted-string-syntax-table): New variables.
14592         (bibtex-parse-nested-braces): Remove.
14593         (bibtex-parse-field-string): Use syntax table and forward-sexp.
14594         (bibtex-parse-association): Simplify.
14595         (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
14596         (bibtex-parse-field-text): Simplify.
14597         (bibtex-search-forward-field, bibtex-search-backward-field):
14598         argument BOUND can take value t.
14599         (bibtex-start-of-field, bibtex-start-of-name-in-field)
14600         (bibtex-end-of-name-in-field, bibtex-end-of-field)
14601         (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
14602         (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
14603         (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
14604         (bibtex-skip-to-valid-entry): Return buffer position of beginning
14605         and ending of entry.  Update for changes of bibtex-search-entry.
14606         Simplify.
14607         (bibtex-map-entries): FUN is called with three arguments.
14608         (bibtex-search-entry): Return a cons pair with buffer positions of
14609         beginning and end of entry.
14610         (bibtex-enclosing-field): Simplify.
14611         (bibtex-format-entry): Use booktitle to set a missing title.
14612         (bibtex-autokey-get-names): Fiddle with regexps.
14613         (bibtex-generate-autokey): Use identity.
14614         (bibtex-parse-keys): Use simplified parsing algorithm if
14615         bibtex-parse-keys-fast is non-nil.  Simplify.  Change order of
14616         arguments.  Return alist of keys.
14617         (bibtex-parse-strings): Simplify.  Return alist of strings.
14618         (bibtex-complete-string-cleanup): Fix docstring.
14619         (bibtex-read-key): New function.
14620         (bibtex-mode): Fix docstring.  Do not parse for keys and
14621         strings when the mode is entered.  Set fill-paragraph-function to
14622         bibtex-fill-field.  Setup font-lock-mark-block-function the way
14623         font-lock intended.
14624         (bibtex-entry): Use bibtex-read-key.  Obey bibtex-autofill-types.
14625         (bibtex-parse-entry, bibtex-autofill-entry): New functions.
14626         (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
14627         (bibtex-Preamble): Avoid hard coded constants.
14628         (bibtex-make-field): Fix docstring.  Simplify.
14629         (bibtex-beginning-of-entry): Always return new position of point.
14630         (bibtex-end-of-entry): Rearrange cond clauses.
14631         (bibtex-count-entries, bibtex-validate, bibtex-reformat):
14632         Update for changes of bibtex-map-entries.
14633         (bibtex-ispell-abstract): Do not move point.
14634         (bibtex-entry-index): Use downcase.  Simplify.
14635         (bibtex-lessp): Handle catch-all.
14636         (bibtex-find-crossref): Turn into a command.
14637         (bibtex-find-entry): Simplify.  Use bibtex-read-key.  Fix regexp.
14638         (bibtex-clean-entry): Use bibtex-read-key.  Handle string and
14639         preamble entries.
14640         (bibtex-fill-field-bounds): New function.
14641         (bibtex-fill-field): New command.  Bound to fill-paragraph-function.
14642         (bibtex-fill-entry): Use bibtex-fill-field-bounds
14643         (bibtex-String): Use bibtex-strings.  Always obey
14644         bibtex-sort-ignore-string-entries.
14646 2003-07-05  John Paul Wallington  <jpw@gnu.org>
14648         * cus-theme.el (customize-create-theme):
14649         Call `customize-create-theme' in Reset widget's notify function.
14651         * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
14652         (ibuffer-mark-interactive): Use `or' instead of `unless'.
14653         (define-ibuffer-column name): Add summarizer.
14654         (define-ibuffer-column size): Likewise.
14655         (define-ibuffer-column filename): Likewise.
14656         (define-ibuffer-column process): Likewise.  Change BODY's output too.
14657         (define-ibuffer-column filename-and-process): Likewise, likewise.
14658         (ibuffer): Remove local vars `already-in' and `need-update'.
14660         * ibuf-ext.el: Don't require `derived' at compile-time.
14662 2003-07-05  Kim F. Storm  <storm@cua.dk>
14664         * info.el: Disable paragraph refilling.
14665         (Info-refill-paragraphs): New defcustom.
14666         (Info-fontify-node): Use it.
14668 2003-07-04  Stefan Monnier  <monnier@cs.yale.edu>
14670         * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
14671         thingies from constructors created by defstruct.
14673         * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
14674         the default value of the variable.
14675         (byte-code-meter): Move declaration to top level.
14677         * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
14679         * info.el (Info-following-node-name-re): New fun.
14680         (Info-following-node-name): Remove.
14681         (Info-insert-dir): Use the new fun.
14682         (Info-extract-pointer): Don't save restriction; use new fun.
14683         (Info-menu-entry-name-re): New const.
14684         (Info-menu-entry-name-re): Use it along with new fun.
14685         (Info-node-spec-re): Use new fun.
14686         (Info-complete-menu-item, Info-fontify-node): Use new const.
14687         (Info-goto-node, Info-follow-reference, Info-menu-update):
14688         Use match-string.
14689         (Info-follow-reference): Use assoc-string.
14690         Use a list of strings for the completion table.
14691         (Info-fontify-node): Use match-string, line-end-position.
14692         Limit the search for `node:' to the first line.
14694         * newcomment.el (uncomment-region): Remove padding coming from
14695         comment-start rather than just from comment-padding.
14697         * vc-cvs.el (vc-cvs-repository-hostname): New operation.
14698         (vc-cvs-stay-local-p): Use vc-stay-local-p.
14699         (vc-cvs-rename-file): Remove (use the default).
14700         (vc-cvs-register): Register parent dir if needed.
14701         (vc-cvs-could-register): Return non-nil if parent can be registered.
14702         (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
14703         (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
14705         * vc-svn.el (vc-svn-use-edit): Make it into a const.
14706         (vc-svn-update): Fix the arguments to `svn'.
14707         (vc-svn-diff-tree): Just use `vc-svn-diff'.
14708         (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
14709         Simple implementations, assuming `name' is a URL.
14711         * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
14712         set of chars allowed unquoted in a case pattern.
14714         * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
14716         * font-lock.el (font-lock-extra-types-widget)
14717         (c-font-lock-extra-types, c++-font-lock-extra-types)
14718         (objc-font-lock-extra-types, java-font-lock-extra-types)
14719         (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
14720         (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
14721         (font-lock-match-c++-style-declaration-item-and-skip-to-next)
14722         (font-lock-match-c++-structor-declaration)
14723         (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
14724         (c++-font-lock-keywords-3, c++-font-lock-keywords)
14725         (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
14726         (objc-font-lock-keywords-3, objc-font-lock-keywords)
14727         (java-font-lock-keywords-1, java-font-lock-keywords-2)
14728         (java-font-lock-keywords-3, java-font-lock-keywords)
14729         (java-font-lock-syntactic-face-function): Remove obsolete code
14730         and constants.  It's all in cc-fonts.el now.
14732 2003-07-04  Glenn Morris  <gmorris@ast.cam.ac.uk>
14734         * mail/sendmail.el (mail-specify-envelope-from)
14735         (mail-envelope-from): Doc fix.
14737 2003-07-04  Martin Stjernholm  <mast@lysator.liu.se>
14739         * generic-x.el: Do away with the dependency on `c-emacs-features'
14740         when populating `rul-generic-mode-syntax-table'; we already know
14741         this isn't XEmacs.
14743 See ChangeLog.10 for earlier changes.
14745 ;; Local Variables:
14746 ;; coding: iso-2022-7bit
14747 ;; End:
14749     Copyright (C) 2001, 02, 04  Free Software Foundation, Inc.
14750   Copying and distribution of this file, with or without modification,
14751   are permitted provided the copyright notice and this notice are preserved.
14753 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1