(custom-declare-variable): Just put symbol instead of (defvar . symbol)
[emacs.git] / lisp / ChangeLog
blobc1840d8ead72fff33d3f6efe26e2749fea928fb5
1 2005-01-12  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
3         * custom.el (custom-declare-variable): Just put symbol instead
4         of (defvar . symbol) on `current-load-list'.
6 2005-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
8         * emacs-lisp/elint.el: Fixed typo in Commentary section.
10 2005-01-12  Jay Belanger  <belanger@truman.edu>
12         * calc/calc-help.el (calc-describe-key): Use temporary info buffer
13         to create a Calc summary.
15 2005-01-12  Kim F. Storm  <storm@cua.dk>
17         * mouse.el (mouse-on-link-p): Change functionality and doc
18         string to comply with latest description in lisp ref.
20 2005-01-12  Nick Roberts  <nickrob@snap.net.nz>
22         * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event): Enable
23         mouse clicks on mode-line, header-line and margin.
24         (event-type): Give mouse event symbols an 'event-kind property
25         with value 'mouse-click.
27 2005-01-12  Juri Linkov  <juri@jurta.org>
29         * facemenu.el (list-colors-display): Add new arg buffer-name.
30         Use it.  Fix docstring.  Replace code for identifying duplicate
31         colors by the name with call to `list-colors-duplicates' which
32         identifies duplicate colors by the value unless the color
33         is one of special Windows colors.  Set truncate-lines to t.
34         Print sorted duplicate color names on each line.  Indent to 22
35         \(the longest color name in rgb.txt) instead of 20.  Optimize.
36         (list-colors-duplicates): New function.
37         (facemenu-color-name-equal): Delete function.
39         * facemenu.el (list-colors-print): New function created from code
40         in list-colors-display.  Print #RRGGBB at the window right edge.
41         (list-colors-display): When temp-buffer-show-function is not
42         defined, call list-colors-print from temp-buffer-show-hook
43         to get the right value of window-width in list-colors-print
44         after the buffer is displayed.
46         * simple.el (pop-mark): Move deactivate-mark out of conditional
47         part to deactivate the active mark regardless of the state of the
48         mark ring.
50         * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
51         variables line in desktop files.
53 2005-01-12  Juri Linkov  <juri@jurta.org>
55         * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
56         Bring together isearch highlight related options.
57         (lazy-highlight): Replace group `replace' by `matching'.
58         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
59         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
60         (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
61         and declare them obsolete.
62         (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
63         (isearch-faces): Remove defgroup.
64         (isearch-overlay, isearch-highlight, isearch-dehighlight):
65         Move isearch highlighting code closer to lazy highlighting code.
67         * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
68         (query-replace-highlight, query-replace-lazy-highlight)
69         (query-replace): Move definitions to the beginning of the file.
71 2005-01-11  Juri Linkov  <juri@jurta.org>
73         * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm,
74         * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm,
75         * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
77         * info.el (Info-history-forward): New variable.
78         (Info-select-node): Reset Info-history-forward to nil.
79         (Info-last): Turn into defalias.
80         (Info-history-back): Rename from Info-last.
81         Add current node to Info-history-forward.
82         (Info-history-forward): New fun.
83         (Info-mode-map): Replace Info-last by Info-history-back.
84         Bind Info-history-forward to "r".
85         (Info-mode-menu): Replace Info-last by Info-history-back.
86         Fix menu item text.  Add menu item for Info-history-forward.
87         (info-tool-bar-map): Replace Info-last by Info-history-back.
88         Replace its icon "undo" by "back_arrow".  Add icon "fwd_arrow"
89         for Info-history-forward.
90         (Info-mode): Replace Info-last by Info-history-back in docstring.
91         Add local variable Info-history-forward.
92         (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
94 2005-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
96         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
97         (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
98         Ignore select-window events rather than fiddle with
99         mouse-autoselect-window.
101 2005-01-11  Matthew Mundell  <matt@mundell.ukfsn.org>
103         * type-break.el (type-break-mode): Fix previous change.
105 2005-01-10  Jay Belanger  <belanger@truman.edu>
107         * calc/calc-ext.el (calc-reset): Reset when inside embedded
108         calculator; only reset when point is inside a calculator.
109         Don't adjust the window height if the window takes up the whole height
110         of the frame.
112 2005-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
114         * ebuff-menu.el (Electric-buffer-menu-mode):
115         Preserve value of buffer-local var header-line-format.
117 2005-01-09  Jay Belanger  <belanger@truman.edu>
119         * calc/calc.el (calc-mode-var-list-restore-saved-values):
120         Make sure settings file exists before accessing it.
122         * calc/calc-embed.el (calc-embedded-subst):
123         Replace math-multi-subst-rec, which is only supposed to be called
124         by math-multi-subst, by math-multi-subst.
126 2005-01-09  Andre Spiegel  <spiegel@gnu.org>
128         * vc.el (vc-allow-async-revert): New user option.
129         (vc-disable-async-diff): New internal variable.
130         (vc-revert-buffer): Use them to disable asynchronous diff.
132         * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
133         (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
134         asynchronously if vc-disable-async-diff is t.
136 2005-01-09  Jay Belanger  <belanger@truman.edu>
138         * calc/calc.el (defcalcmodevar): New macro.
139         (calc-mode-var-list-restore-default-values)
140         (calc-mode-var-list-restore-saved-values): New functions.
141         (calc-mode-var-list): Use defcalcmodevar to define it.
142         (calc-always-load-extensions, calc-line-numbering)
143         (calc-line-breaking, calc-display-just, calc-display-origin)
144         (calc-number-radix, calc-leading-zeros, calc-group-digits)
145         (calc-group-char, calc-point-char, calc-frac-format)
146         (calc-prefer-frac, calc-hms-format, calc-date-format)
147         (calc-float-format, calc-full-float-format, calc-complex-format)
148         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
149         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
150         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
151         (calc-matrix-brackets, calc-language, calc-language-option)
152         (calc-left-label, calc-right-label, calc-word-size)
153         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
154         (calc-display-raw, calc-internal-prec, calc-angle-mode)
155         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
156         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
157         (calc-window-height, calc-display-trail, calc-show-selections)
158         (calc-use-selections, calc-assoc-selections)
159         (calc-display-working-message, calc-auto-why, calc-timing)
160         (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
161         (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
162         (calc-gnuplot-default-device, calc-gnuplot-default-output)
163         (calc-gnuplot-print-device, calc-gnuplot-print-output)
164         (calc-gnuplot-geometry, calc-graph-default-resolution)
165         (calc-graph-default-resolution-3d, calc-invocation-macro)
166         (calc-show-banner): Use defcalcmodevar to declare them and set
167         their default values.
169         * calc/calc-ext.el (calc-reset): Restore saved values of variables
170         instead of default values (but restore default values if there is
171         an argument of 0).
173 2005-01-09  David Kastrup  <dak@gnu.org>
175         * desktop.el (desktop-restore-eager): Fix typo in type.
177 2005-01-08  Richard M. Stallman  <rms@gnu.org>
179         * cus-edit.el (customize): Delete :link.
181 2005-01-08  Jay Belanger  <belanger@truman.edu>
183         * calc/calc.el (calc-mode): Remove the extension from the
184         `calc-settings-file' file name when loading it.
186 2005-01-08  Kim F. Storm  <storm@cua.dk>
188         * info.el (Info-mode-map, Info-next-link-keymap)
189         (Info-prev-link-keymap, Info-up-link-keymap):
190         Map follow-link to mouse-face.
191         (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
193 2005-01-08  Jay Belanger  <belanger@truman.edu>
195         * calc/calc.el (calc-settings-file): Change default value.
196         Suggested by cgw in a comment in calc-mode.el.
198         * calc/calc-mode.el (calc-settings-file-name):
199         Compare calc-settings-file to user-init-file instead of ~/.emacs.
200         Replace ~/.emacs in a prompt by calc-settings-file.
202 2005-01-07  Lars Hansen  <larsh@math.ku.dk>
204         * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
205         (desktop-lazy-idle-delay): New customizable variables.
206         (desktop-buffer-args-list): New variable.
207         (desktop-append-buffer-args): New function.
208         (desktop-save): Call desktop-append-buffer-args for some buffers.
209         (desktop-lazy-create-buffer): New function.
210         (desktop-idle-create-buffers): New function.
211         (desktop-read): Add message about buffers to restore lazily.
212         (desktop-lazy-abort): New command.
213         (desktop-clear): Call desktop-lazy-abort.
214         (desktop-lazy-complete): New command.
216 2005-01-06  Richard M. Stallman  <rms@gnu.org>
218         * emacs-lisp/find-func.el (find-face-definition):
219         Rename from find-face.
221 2005-01-06  Kim F. Storm  <storm@cua.dk>
223         * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
225         * man.el (Man-xref-man-page, Man-xref-header-file)
226         (Man-xref-normal-file): Add follow-link property.
228 2005-01-06  Jay Belanger  <belanger@truman.edu>
230         * calc/calc-units.el: Make sure the proper macro definitions are
231         available when compiling.
233 2005-01-06  Juri Linkov  <juri@jurta.org>
235         * isearch.el (isearch-lazy-highlight-update):
236         Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
238 2005-01-06  Miles Bader  <miles@gnu.org>
240         * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
241         (isearch-lazy-highlight-face): Use new name.
243 2005-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
245         * uniquify.el (uniquify-rationalize-file-buffer-names):
246         Re-add an interactive spec.
247         (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
248         to the same name.
250         * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
251         (isearch-update, isearch-done): Adjust calls accordingly.
253 2005-01-05  Richard M. Stallman  <rms@gnu.org>
255         * custom.el (custom-set-variables, custom-theme-set-variables):
256         Clarify documentation.
258         * emacs-lisp/find-func.el (find-variable)
259         (find-variable-other-window, find-variable-other-frame):
260         Fix the TYPE args to find-function-read and find-function-do-it.
261         (find-function): Doc fix.
262         (find-function-at-point): Replace function-at-point alias.
264 2005-01-04  Richard M. Stallman  <rms@gnu.org>
266         * cus-face.el (custom-declare-face):
267         Record defface in current-load-list.
269         * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
271         * emacs-lisp/find-func.el: Doc fixes.
272         (find-face-regexp): New variable.
273         (find-function-regexp-alist): New variable.
274         (find-function-C-source): Third arg is now TYPE.
275         (find-function-search-for-symbol): Handle general TYPE.
276         (find-function-read, find-function-do-it): Handle general TYPE.
277         (find-definition-noselect, find-face): New functions.
278         (function-at-point): Alias deleted.
280 2005-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
282         * battery.el (display-battery-mode): Rename from display-battery.
283         Handle the case where it gets turned off.
285 2005-01-04  Richard M. Stallman  <rms@gnu.org>
287         * cus-edit.el (customize): Make :link point to user doc.
289         * man.el (Man-fontify-manpage): Turn off undo generation.
291         * add-log.el (change-log-font-lock-keywords): Don't match just "From".
293 2005-01-04  Andreas Schwab  <schwab@suse.de>
295         * files.el (insert-directory): Only look for error lines in
296         inserted text.  Don't move too far after processing --dired markers.
298 2005-01-04  Richard M. Stallman  <rms@gnu.org>
300         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
301         Don't expand if the character is @, period, dash, etc.
302         (define-mail-abbrev): Quote names that contain problem characters.
304 2005-01-04  Thien-Thi Nguyen  <ttn@gnu.org>
306         * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
308 2005-01-03  Richard M. Stallman  <rms@gnu.org>
310         * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
311         (query-replace-highlight, query-replace-lazy-highlight)
312         (query-replace): Definitions moved up.  Doc fix.
314 2005-01-03  Richard M. Stallman  <rms@gnu.org>
316         * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
317         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
318         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
319         (lazy-highlight-face): Rename from isearch-lazy-...
320         Change all references to them.
322 2005-01-03  Luc Teirlinck  <teirllm@auburn.edu>
324         * cus-edit.el (custom-file): Doc fix for defcustom.
325         (custom-file): The function no longer sets the variable
326         `custom-file' to its return value.
328         * startup.el (command-line): No longer load `custom-file'.
330 2005-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
332         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
334         * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
335         Don't confuse module-prefixed identifiers for labels.
336         Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
338 2005-01-02  Richard M. Stallman  <rms@gnu.org>
340         * files.el (basic-save-buffer-1): Fix previous change.
342         * loadhist.el (file-loadhist-lookup): New function.
343         (file-provides, file-requires): Use it.
345         * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
346         instead of calculating the right size.
348 2005-01-02  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
350         * vc-svn.el (vc-svn-diff): Stay local if possible.
352 2005-01-02  Stefan  <monnier@iro.umontreal.ca>
354         * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
356         * files.el (hack-local-variables): Fix last change.
358 2005-01-02  Jay Belanger  <belanger@truman.edu>
360         * calc/calc-yank.el (calc-edit-top): New variable.
361         (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
362         object.  Change header properties.
363         (calc-edit-finish, calc-edit-finish-stack-object)
364         (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
365         edited object.
366         * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
367         for the beginning of the edited object.
368         * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
369         for the beginning of the edited object.
370         * calc/calc-prog.el (calc-edit-macro-finish-edit)
371         (calc-finish-formula-edit, calc-macro-repeats)
372         (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
373         (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
374         beginning of the edited object.
375         (calc-user-define-edit): Change the header for editing macros.
376         Remove unnecessary variable.
378 2005-01-01  Jay Belanger  <belanger@truman.edu>
380         * calc/calc-yank.el (calc-edit-mode): Change default header.
381         (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
382         * calc/calc-store.el (calc-edit-variable): Change title to match new
383         header.
384         * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
385         mode to match new header.
386         (calc-user-define-edit): Change titles to include names of commands.
387         (calc-finish-formula-edit): Adjust to handle new header.
388         (calc-finish-macro-edit): Remove.
389         (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
390         (calc-edit-macro-command, calc-edit-macro-command-type)
391         (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
392         (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
393         (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
394         (calc-edit-macro-finish-edit): New functions.
395         (calc-user-define-edit): Use new functions to edit named calc macros.
397 2005-01-01  Stefan  <monnier@iro.umontreal.ca>
399         * files.el (hack-local-variables): Cleanup prefix/suffix matching.
401         * ses.el (copy-region-as-kill): Deactivate mark.
403 2005-01-01  Richard M. Stallman  <rms@gnu.org>
405         * replace.el (occur-1): If the output buffer is also an input,
406         don't kill it, rename it.
408         * faces.el (set-face-background, set-face-foreground): Doc fix.
410         * cus-face.el (custom-face-attributes): Fix :help-echo strings
411         for :foreground and :background.
413         * dired.el (dired-view-command-alist): Variable deleted.
414         (dired-view-file, dired-mouse-find-file-other-window):
415         Delete the code to use it.
417 2005-01-01  Kim F. Storm  <storm@cua.dk>
419         * image.el (insert-sliced-image): Use t for line-height property.
421 2004-12-31  Jay Belanger  <belanger@truman.edu>
423         * calc/calc-store.el (calcVar-digit, calcVar-oper):  Remove the need
424         for "var-" at the beginning of the minibuffer.
426 2004-12-31  Richard M. Stallman  <rms@gnu.org>
428         * faces.el (read-face-name):
429         Don't treat an attribute spec as a list of faces.
431         * simple.el (undo): Use undo-equiv-table to detect
432         unexpected changes since previous undo.
433         (undo-list-saved): Variable deleted.
434         (buffer-disable-undo): Don't alter undo-list-saved.
436         * files.el (require-final-newline): Allow `visit' and `visit-save'.
437         (mode-require-final-newline): New option.
438         (after-find-file): Handle require-final-newline with new values.
439         (basic-save-buffer): Handle new values of require-final-newline.
441         * progmodes/sh-script.el (sh-require-final-newline):
442         Alist value now controls whether to use mode-require-final-newline.
443         (sh-set-shell): Implement that new meaning.
445         * progmodes/cc-vars.el (c-require-final-newline): Fix custom type, doc.
446         * progmodes/cc-mode.el (c-common-init): Use mode-require-final-newline.
447         * progmodes/antlr-mode.el (antlr-mode): Use mode-require-final-newline.
448         Delete old-Emacs compatibility code.
449         (antlr-c-common-init): Function deleted.
451         * net/snmp-mode.el (snmp-common-mode): Use mode-require-final-newline.
452         * progmodes/vhdl-mode.el (vhdl-mode): Use mode-require-final-newline.
453         * progmodes/simula.el (simula-mode): Use mode-require-final-newline.
454         * progmodes/python.el (python-mode): Use mode-require-final-newline.
455         * progmodes/perl-mode.el (perl-mode): Use mode-require-final-newline.
456         * progmodes/modula2.el (modula-2-mode): Use mode-require-final-newline.
457         * progmodes/mixal-mode.el (mixal-mode): Use mode-require-final-newline.
458         * progmodes/idlwave.el (idlwave-mode): Use mode-require-final-newline.
459         * progmodes/icon.el (icon-mode): Use mode-require-final-newline.
460         * progmodes/fortran.el (fortran-mode): Use mode-require-final-newline.
461         * progmodes/f90.el (f90-mode): Use mode-require-final-newline.
462         * progmodes/cperl-mode.el (cperl-mode): Use mode-require-final-newline.
463         * progmodes/cfengine.el (cfengine-mode): Use mode-require-final-newline.
464         * progmodes/ada-mode.el (ada-mode): Use mode-require-final-newline.
465         * textmodes/text-mode.el (text-mode): Use mode-require-final-newline.
466         * textmodes/texinfo.el (texinfo-mode): Use mode-require-final-newline.
468 2004-12-31  Jay Belanger  <belanger@truman.edu>
470         * calc/calc-graph.el (calc-graph-show-dumb): Mention C-cC-c as the
471         way to return to Calc.
473         * calc/calc-yank.el (calc-edit-mode): Mention C-cC-c as the way to
474         finish, C-xk as the way to cancel the edit.  Add cancel routine to
475         kill-buffer-hook.
477         * calc/calc.el (calc-same-interface, calc-quit): Remove obsolete
478         MacEdit code.
480         * calc/calc-prog.el: Remove obsolete MacEdit code.
481         (calc-macro-edit-algebraic, calc-macro-edit-variable)
482         (calc-macro-edit-variable-2, calc-macro-edit-quick-digit): Remove.
484 2004-12-31  Kenichi Handa  <handa@m17n.org>
486         * international/mule.el (buffer-file-coding-system-explicit):
487         Rename for explicit-buffer-file-coding-system.
488         (after-insert-file-set-coding): Adjust for the above change.
490         * files.el (revert-buffer): Change explicit-buffer-file-coding-system
491         to buffer-file-coding-system-explicit.
492         (basic-save-buffer-1): Likewise.
494 2004-12-30  Richard M. Stallman  <rms@gnu.org>
496         * textmodes/artist.el (artist-butlast-fn): Var deleted.
497         (artist-butlast, artist-last): Functions deleted.
498         (artist-ellipse-mirror-quadrant): Call last and butlast directly.
499         (artist-compute-key-compl-table): Call remq directly.
500         (artist-remove-nulls): Function deleted.
501         (artist-vaporize-lines, artist-flood-fill): Use push and pop directly.
502         (artist-push, artist-pop): Macro deleted.
504 2004-12-30  Andreas Leue  <al@sphenon.de>
506         * textmodes/artist.el (artist-version): 1.2.6
507         (artist-prev-next-op-alist): New variable.
508         (artist-select-next-op-in-list): New function.
509         (artist-select-prev-op-in-list): New function.
510         (artist-make-prev-next-op-alist): New function.
511         (artist-is-in-op-list-p): New function.
512         (artist-get-first-non-nil-op): New function.
513         (artist-get-last-non-nil-op): New function.
514         (artist-mode-init): Call artist-get-last-non-nil-op to initialize
515         artist-prev-next-op-alist.
516         (artist-mode-map): Add binding for C-mouse-4 and C-mouse-5 to
517         change drawing operation.
519 2004-12-30  Luc Teirlinck  <teirllm@auburn.edu>
521         * autorevert.el (auto-revert-tail-handler): Put in undo boundaries.
523 2004-12-31  Masatake YAMATO  <jet@gyve.org>
525         * server.el (server-process-filter): Suppress `error', too.
527 2004-12-30  Jay Belanger  <belanger@truman.edu>
529         * calc/calc-store.el (calc-copy-variable): Fix mistyped variable name.
530         Change the way a variable is displayed in a message.
532         * calc/calc-prog.el (calc-user-define-edit, calc-finish-macro-edit)
533         (calc-user-define-permanent, calc-execute-kbd-macro):
534         Replace old function MacEdit-parse-keys with edmacro-parse-keys.
536 2004-12-30  Kenichi Handa  <handa@m17n.org>
538         * files.el (basic-save-buffer-1):
539         Set explicit-buffer-file-coding-system to last-coding-system-used.
540         (revert-buffer): Pay attention to
541         explicit-buffer-file-coding-system (not buffer-file-coding-system)
542         on bind coding-system-for-read.
544         * international/mule.el (explicit-buffer-file-coding-system):
545         New buffer local variable.
546         (after-insert-file-set-coding): Set it to coding-system-for-read.
548 2004-12-29  Luc Teirlinck  <teirllm@auburn.edu>
550         * autorevert.el (auto-revert-tail-mode): Doc fix for defvar.
552 2004-12-29  Sanghyuk Suh  <han9kin@mac.com>
554         * term/mac-win.el (mac-drag-n-drop): Handle drag-n-drop events
555         that include line numbers.
557 2004-12-29  Milan Zamazal  <pdm@zamazal.org>
559         * files.el (hack-local-variables): If no PREFIX, set it to "^".
560         Redundant variable PREFIXLEN removed.
562 2004-12-28  Matt Hodges  <MPHodges@member.fsf.org>
564         * eshell/em-hist.el (eshell-previous-matching-input):
565         Start the deletion from the end of the output.
567 2004-12-29  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
569         * term/mac-win.el: Require x-dnd.
570         (mac-drag-n-drop): Sync with W32 version.  Use x-dnd.el functions.
572 2004-12-29  David Kastrup  <dak@gnu.org>
574         * international/mule.el (decode-coding-inserted-region):
575         Don't barf if `buffer-undo-list' is already set to `t'.
577 2004-12-29  Jay Belanger  <belanger@truman.edu>
579         * calc/calc-prog.el (calc-user-define-formula): Put default values
580         for function names in prompts.
581         (calc-user-define-permanent, calc-user-define-composition)
582         (calc-user-define-formula): Remove the need for "calcFunc-" in the
583         default input for algebraic functions.
585 2004-12-29  Thien-Thi Nguyen  <ttn@gnu.org>
587         * vc-rcs.el (vc-rcs-annotate-command):
588         Fix omission bug: Call `vc-setup-buffer'.
590 2004-12-29  Kenichi Handa  <handa@m17n.org>
592         * international/mule.el (recode-region): New function.
594 2004-12-28  Richard M. Stallman  <rms@gnu.org>
596         * simple.el (undo-extra-outer-limit): New variable.
597         (undo-outer-limit-truncate): Test and set it.
599         * emacs-lisp/lisp.el (mark-sexp, mark-defun): New arg ALLOW-EXTEND
600         enables the feature to extend the existing region.
602         * simple.el (mark-word): New arg ALLOW-EXTEND
603         enables the feature to extend the existing region.
605         * textmodes/paragraphs.el (mark-paragraph): New arg ALLOW-EXTEND
606         enables the feature to extend the existing region.
608         * startup.el (site-run-file): Don't allow setting it with Custom.
610         * simple.el (buffer-disable-undo): Fix previous change.
612 2004-12-27  Masatake YAMATO  <jet@gyve.org>
614         * hexl.el (hexlify-buffer): Remove fontification here.
615         Use font lock mechanism instead.
616         (hexl-font-lock-keywords): New font lock kewords.
617         (hexl-mode-old-font-lock-keywords): New variable.
618         (hexl-mode): Store the old font lock keywords.
619         (hexl-mode-exit): Restore the old font lock keywords.
621 2004-12-27  Richard M. Stallman  <rms@gnu.org>
623         * simple.el (undo): Fix previous change.
625 2004-12-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
627         * term/mac-win.el: Sync with x-win.el.  Rearrange the contents.
628         Call mac-clear-font-name-table if invoked on Mac OS 8/9.
629         Call x-open-connection on Mac OS X.
631 2004-12-27  Richard M. Stallman  <rms@gnu.org>
633         * files.el (buffer-save-without-query): New var (buffer-local).
634         (save-some-buffers): Save those buffers first, w/o asking.
636         * files.el (insert-directory-ls-version): New variable.
637         (insert-directory): When ls returns an error, test the version
638         number to decide what the return code means.
639         With --dired output format, detect and distinguish lines
640         that are really error messages.
641         (insert-directory-adj-pos): New function.
643         * bookmark.el (bookmark-jump): Nice error if BOOKMARK is nil.
645         * battery.el (battery-mode-line-format): Remove initial spaces.
647         * uniquify.el (uniquify-rationalize-file-buffer-names):
648         Delete interactive spec.
650         * type-break.el (type-break-mode): Set buffer-save-without-query.
651         Remove code that tried to set save-some-buffers-always.
652         (type-break-file-keystroke-count): Bind deactivate-mark.
654         * mouse.el (mouse-drag-region): Bind mouse-autoselect-window.
656         * simple.el (next-error-buffer-p): New arg AVOID-CURRENT.
657         Test that the buffer is live, and maybe reject current buffer too.
658         Clarify.
659         (next-error-find-buffer): Rewrite for clarity.
661         * loadup.el: Don't use buffer-disable-undo; do it directly.
663         * help-fns.el (describe-function-1): Call symbol-file with `defun'.
664         (describe-variable): Call symbol-file with `defvar'.
666         * subr.el (messages-buffer-max-lines): Alias for message-log-max.
667         (symbol-file): Rewritten to handle new load-history format.
668         Now takes an arg TYPE to specify looking for a particular
669         type of definition only.
671         * emacs-lisp/debug.el (debugger-make-xrefs):
672         Call symbol-file with `defun'.
674         * emacs-lisp/find-func.el (find-function-noselect):
675         Call symbol-file with `defun'.
676         (find-variable-noselect): Call symbol-file with `defvar'.
678         * eshell/esh-cmd.el (eshell-find-alias-function):
679         Call symbol-file with `defun'.
681         * eshell/esh-test.el (eshell-test-goto-func):
682         Call symbol-file with `defun'.
684         * mail/rmail.el (rmail-resend):
685         Let MAIL-ALIAS-FILE arg override mail-personal-alias-file.
687         * net/goto-addr.el (goto-address-mail-regexp): Allow = in username.
689         * progmodes/compile.el (compilation-find-buffer): Rename arg.
691         * textmodes/texinfmt.el (texinfo-format-buffer-1):
692         Call buffer-disable-undo.
694         * simple.el (undo-list-saved): New variable (buffer-local).
695         (undo): Set and test it.
696         (buffer-disable-undo): Move here from buffer.c.
697         Clear out undo-list-saved.
699         * international/mule.el (decode-coding-inserted-region):
700         Set buffer-undo-list in a correct and optimal way.
702         * progmodes/cperl-mode.el (cperl-find-bad-style): Use with-no-warnings.
703         (cperl-font-lock-unfontify-region-function): No need to save and
704         restore info, since font-lock.el does it for us.
706         * ansi-color.el (save-buffer-state): Definition deleted.
707         (ansi-color-unfontify-region): Don't use save-buffer-state.
709 2004-12-27  Dave Love  <fx@gnu.org>
711         * wid-edit.el (function): Use restricted-sexp as parent.
713 2004-12-27  Kevin Ryde  <user42@zip.com.au>
715         * simple.el (next-matching-history-element): Use same
716         `interactive' form as previous-matching-history-element.
718         * ffap.el (ffap-string-at-point-mode-alist): Add "*" to url chars,
719         it can appear unencoded and has been seen from yahoo.
721 2004-12-27  Sergey Poznyakoff <gray@Mirddin.farlep.net>  (tiny change)
723         * mail/smtpmail.el (smtpmail-try-auth-methods): Send AUTH CRAM-MD5
724         in upper case.  Reported by Wojciech Polak <polak@gnu.org>.
726 2004-12-27  Kenichi Handa  <handa@m17n.org>
728         * international/utf-8.el (utf-translate-cjk-load-tables):
729         Bind coding-system-for-read to nil while loading subst-*.
731 2004-12-26  Jay Belanger  <belanger@truman.edu>
733         * calc/calc-store.el (calc-read-var-name): Remove "var-" from
734         default input.
736 2004-12-26  Luc Teirlinck  <teirllm@auburn.edu>
738         * buff-menu.el (Buffer-menu-revert-function): Clear out undo info
739         before reverting and disable undo recording while reverting.
741 2004-12-26  Thien-Thi Nguyen  <ttn@gnu.org>
743         * progmodes/hideshow.el (hs-set-up-overlay): New user var.
744         (hs-make-overlay): New function.
745         (hs-isearch-show-temporary): Handle `display' overlay prop specially.
746         (hs-flag-region): Delete function.
747         (hs-hide-comment-region): No longer use `hs-flag-region'.
748         Instead, use `hs-discard-overlays' and `hs-make-overlay'.
749         (hs-hide-block-at-point): Likewise.
750         (hs-hide-level-recursive): Use `hs-discard-overlays'.
751         (hs-hide-all, hs-show-all): Likewise.
752         (hs-show-block): Likewise.
753         Also, use overlay prop `hs-b-offset', not `hs-ofs'.
755 2004-12-24  Thien-Thi Nguyen  <ttn@gnu.org>
757         * progmodes/hideshow.el: Require `cl' when compiling.
758         Remove XEmacs and Emacs 19 compatibility.
759         Use `dolist' and `add-to-list' for load-time actions.
760         (hs-discard-overlays): Use `dolist'.
761         (hs-show-block): Likewise.
763 2004-12-23  Dan Nicolaescu  <dann@ics.uci.edu>
765         * faces.el (mode-line, mode-line-inactive): Use min-colors.
767 2004-12-23  Thien-Thi Nguyen  <ttn@gnu.org>
769         * progmodes/hideshow.el (hs-inside-comment-p): Fix omission bug:
770         When extending backwards, move outside the current comment first.
772 2004-12-22  Kenichi Handa  <handa@m17n.org>
774         * international/quail.el (quail-start-translation): Fix prompt
775         string for the case if input-method-use-echo-area being non-nil.
776         (quail-start-conversion): Likewise.
777         (quail-show-guidance): Don't show guidance if
778         input-method-use-echo-area is non-nil.
780 2004-12-21  Richard M. Stallman  <rms@gnu.org>
782         * textmodes/ispell.el (ispell-help): Bind resize-mini-windows.
784 2004-12-21  Markus Rost  <rost@ias.edu>
786         * calendar/diary-lib.el (mark-diary-entries):
787         Set mark-diary-entries-in-calendar only after checking for diary-file.
789 2004-12-21  Richard M. Stallman  <rms@gnu.org>
791         * faces.el (escape-glyph): Use blue against light foreground.
793         * simple.el (undo-outer-limit-truncate): New function.
794         (undo-outer-limit-function): Use undo-outer-limit-truncate.
796 2004-12-21  Eli Barzilay  <eli@barzilay.org>
798         * calculator.el: (calculator-radix-grouping-mode)
799         (calculator-radix-grouping-digits)
800         (calculator-radix-grouping-separator):
801         New defcustoms for the new radix grouping mode functionality.
802         (calculator-mode-hook): Now used in electric mode too,
803         (calculator): Call it.
804         (calculator-mode-map): Some new keys.
805         (calculator-message): New function.  Some new calls.
806         (calculator-op, calculator-set-register): Use it.
807         (calculator-string-to-number): New function, mostly moved and
808         updated code from calculator-curnum-value.
809         (calculator-curnum-value): Use it.
810         (calculator-paste): Use it, and update grabbing the current-kill.
811         (calculator-rotate-displayer)
812         (calculator-rotate-displayer-back): Toggle digit grouping when
813         in radix mode, use calculator-message.
814         (calculator-displayer-prev, calculator-displayer-next):
815         Change digit group size when in radix mode.
816         (calculator-number-to-string): Rename from
817         calculator-num-to-string.  Now deals with digit grouping in
818         radix mode.
819         (calculator-update-display, calculator-put-value): Use the new name.
820         (calculator-fact): Return a floating point number.
821         (calculator-mode): Doc fix.
823 2004-12-20  Glenn Morris  <gmorris@ast.cam.ac.uk>
825         * calendar/calendar.el (view-other-diary-entries): Add autoload.
826         * calendar/diary-lib.el (view-other-diary-entries):
827         Use current-prefix-arg in interactive spec.
829 2004-12-19  Jay Belanger  <belanger@truman.edu>
831         * calc/calc-aent.el (calcAlg-blank-matching-open):
832         Temporarily adjust the syntax of both delimiters of half-open intervals.
834 2004-12-19  Kim F. Storm  <storm@cua.dk>
836         * mouse.el (mouse-1-click-follows-link): Doc fix.
838 2004-12-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
840         * term/mac-win.el (encoding-vector, mac-font-encoder-list)
841         (ccl-encode-mac-centraleurroman-font): Use centraleurroman
842         instead of centraleuropean as the name
844 2004-12-17  Michael Albinus  <michael.albinus@gmx.de>
846         Sync with Tramp 2.0.46.
848         * net/tramp.el (tramp-maybe-send-perl-script): Change order of
849         parameters wrt Tramp convention.
850         (tramp-handle-file-attributes-with-perl)
851         (tramp-handle-directory-files-and-attributes): Apply it.
852         (tramp-do-copy-or-rename-file-out-of-band): Check for existence of
853         `copy-program'.  Reported by Zack Weinberg
854         <zack@codesourcery.com>.
855         (top): Set `edebug-form-spec' property directly rather than
856         calling `def-edebug-spec'.
858         * net/tramp-smb.el (tramp-smb-advice-PC-do-completion): Make the
859         advice less fragile.  Surround temporary redefinition of
860         `substitute-in-file-name' with `unwind-protect'.  Suggested by
861         Matt Hodges <MPHodges@member.fsf.org>.
863 2004-12-17  Juri Linkov  <juri@jurta.org>
865         * replace.el (occur-accumulate-lines, occur-engine):
866         Make forcing deferred font-lock fontification jit-specific.
868 2004-12-17  Kim F. Storm  <storm@cua.dk>
870         * mouse.el (mouse-1-click-follows-link): New defcustom.
871         (mouse-on-link-p): New function.
872         (mouse-drag-region-1): Implement mouse-1-click-follows-link
873         functionality.  Map a mouse-1 click event into a mouse-2 (or
874         other) event when position is inside a link.
876         * tooltip.el (tooltip-show-help-function): Replace "mouse-2"
877         prefix in tooltip text with "mouse-1" when this is a link
878         recognized by mouse-1-click-follows-link functionality.
880         * help.el (describe-key): Report effective and original binding
881         for mouse-1 when clicked on a link.
882         (describe-mode): Add follow-link property to "minor-mode" button.
884         * help-fns.el (describe-variable): Add follow-link property to
885         "below" button.
887         * help-mode.el (help-xref): Add follow-link property.
889         * apropos.el (apropos-symbol, apropos-function, apropos-macro)
890         (apropos-command, apropos-variable, apropos-face, apropos-group)
891         (apropos-widget, apropos-plist): Add follow-link property.
893         * pcvs-defs.el (cvs-mode-map): Map follow-link to a function which
894         checks if position is in a filename, rather than some other
895         clickable item.  Function looks for cvs-filename-face at position.
897         * wid-edit.el (widget-specify-field, widget-specify-button):
898         Map a :follow-link keyword into a follow-link property.
899         (link): Add :follow-link keyword, map to RET binding.
901         * dired.el (dired-mode-map): Map follow-link to mouse-face.
903         * progmodes/compile.el (compilation-minor-mode-map)
904         (compilation-button-map, compilation-mode-map): Likewise.
906 2004-12-17  Thien-Thi Nguyen  <ttn@gnu.org>
908         * play/zone.el (zone): Init `line-spacing' from orig buffer.
909         (zone-replace-char): Take `count' and `del-count'
910         instead of `direction'.  Update callers.  When `del-count' is
911         non-nil, delete that many characters, otherwise `count' characters
912         backwards.  Insert the newly-replaced string `count' times.
913         (zone-fret): Handle chars w/ width greater than one.
914         (zone-fall-through-ws): No longer take window width `ww'.
915         Update callers.  Add handling for `char-width' greater than one.
916         (zone-pgm-drip): Update var holding window-end position every cycle.
918 2004-12-17  Andre Spiegel  <spiegel@gnu.org>
920         * vc.el (vc-default-update-changelog): Use insert-file-contents,
921         rather than insert-file.
923 2004-12-16  Jay Belanger  <belanger@truman.edu>
925         * calc/calc-comb.el (var-RandSeed): Don't initially bind it.
926         (math-init-random-base, math-random-digit): Check to see if
927         var-RandSeed is bound.
928         (math-random-last): Declare it.
929         (math-random-digit): Don't make math-random-last local.
931 2004-12-16  Thien-Thi Nguyen  <ttn@gnu.org>
933         * play/zone.el (zone): Fix omission bug: Use a self-disabling
934         one-shot thunk for uniform (error, quit, normal) recovery.
935         Reported by John Paul Wallington.
936         (zone-pgm-random-life): Fix bug:
937         Recognize empty initial field by lack of "@" chars.
939 2004-12-16  Juri Linkov  <juri@jurta.org>
941         * help.el (function-called-at-point):
942         * help-fns.el (variable-at-point): As a last resort try stripping
943         non-word prefixes and suffixes.
945         * descr-text.el (describe-property-list): Don't treat syntax-table
946         specially.  Use describe-text-sexp which inserts [show] button
947         for large objects and handles printing errors.  Sort properties
948         by names in alphabetical order instead of by value sizes.
949         Add `mouse-face' to list of properties for `describe-face' widget.
950         (describe-char): Mask out face-id from 19 bits of character.
951         Print face-id separately.
953         * replace.el (occur-accumulate-lines, occur-engine):
954         Fontify unfontified matching lines in the source buffer
955         before copying them.
956         (occur-engine): Don't put mouse-face on context lines.
957         (occur-next-error): Set point to line beginning/end
958         before searching for prev/next property to skip multiple
959         matches on a line (not supported by occur engine).
960         Remove redundant prefix-numeric-value.
962 2004-12-15  Juri Linkov  <juri@jurta.org>
964         * replace.el (match): New face.
965         (list-matching-lines-face): Change default from `bold' to `match'.
967         * progmodes/grep.el (grep-match-face): New defvar.
968         (grep-mode-font-lock-keywords): Use grep-match-face instead of
969         compilation-column-face to highlight grep matches.
971         * apropos.el (apropos-match-face): Change default from
972         `secondary-selection' to `match'.
974         * info-look.el (info-lookup-highlight-face): Change default from
975         `highlight' to `match'.
977 2004-12-15  Daniel Pfeiffer  <occitan@esperanto.org>
979         * progmodes/executable.el (executable-interpret): Eliminate
980         obsolete compile-internal, and switch to comint for interaction.
982 2004-12-15  J.D. Smith  <jdsmith@as.arizona.edu>
984         * progmodes/idlwave.el (idlwave-skip-multi-commands): Don't match
985         `&&' when skipping multiple statements on a line.
987 2004-12-15  Thien-Thi Nguyen  <ttn@gnu.org>
989         * play/zone.el (zone): Set `truncate-lines'.
990         Also, init `tab-width' with value from original buffer.
991         (zone-shift-up): Rewrite for speed.
992         (zone-shift-down, zone-shift-left, zone-shift-right): Likewise.
993         (zone-pgm-jitter): Remove redundant entries from ops vector.
994         (zone-exploding-remove): Reduce iteration count.
995         (zone-cpos): Convert to defsubst.
996         (zone-replace-char): New defsubst.
997         (zone-park/sit-for): Likewise.
998         (zone-fret): Take window-start arg.
999         Update callers. Use `zone-park/sit-for'.
1000         (zone-fill-out-screen): Rewrite.
1001         (zone-fall-through-ws): Likewise. Update callers.
1002         (zone-pgm-drip): Use `zone-replace-char'.
1003         Move var inits before while-loop. Use `zone-park/sit-for'.
1004         (zone-pgm-random-life): Handle empty initial field.
1005         Use `zone-replace-char' and `zone-park/sit-for'.
1007 2004-12-15  Juri Linkov  <juri@jurta.org>
1009         * isearch.el (isearch-update): Test isearch-lazy-highlight
1010         before calling isearch-lazy-highlight-new-loop.
1011         (isearch-lazy-highlight-new-loop):
1012         Don't test isearch-lazy-highlight.
1014         * replace.el (perform-replace): Add isearch-case-fold-search.
1015         Use delimited-flag for isearch-regexp.
1016         Reset isearch-lazy-highlight-last-string to force lazy
1017         highlighting when called from isearch mode.
1018         (query-replace-highlight): Revert defcustom type to boolean.
1019         (query-replace-lazy-highlight): New defcustom.
1020         (query-replace): New face.
1021         (perform-replace, replace-highlight, replace-dehighlight):
1022         Test query-replace-lazy-highlight instead of special value
1023         `isearch' of query-replace-highlight.
1024         (replace-dehighlight): Don't call isearch-dehighlight.
1025         (replace-highlight): Don't call isearch-highlight.
1026         Use face `query-replace' unconditionally.
1028 2004-12-14  Kim F. Storm  <storm@cua.dk>
1030         * simple.el (inhibit-mark-movement): Remove defvar.
1031         (beginning-of-buffer, end-of-buffer): Don't use it.
1033         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
1034         Don't use inhibit-mark-movement.
1036         * emulation/cua-base.el (cua--preserve-mark-commands): Remove.
1037         (cua--undo-push-mark): Remove.
1038         (cua--pre-command-handler, cua--post-command-handler):
1039         Don't fiddle with inhibit-mark-movement.
1041 2004-12-14  Juri Linkov  <juri@jurta.org>
1043         * buff-menu.el (list-buffers-noselect): Collect internal info
1044         for every buffer in BUFFER-LIST arg too.
1045         (Buffer-menu-switch-other-window): Bind pop-up-windows to t.
1046         (Buffer-menu-switch-other-window, Buffer-menu-2-window):
1047         Bind same-window-buffer-names and same-window-regexps to nil.
1049 2004-12-13  Juri Linkov  <juri@jurta.org>
1051         * simple.el (next-error-buffer-p, next-error-find-buffer): Doc fix.
1053         * mail/supercite.el (sc-cite-frame-alist): Doc fix.
1054         (sc-cite-region, sc-uncite-region, sc-recite-region):
1055         Fix previous change to handle not alist as a symbol, but
1056         a citation frame as a symbol that represents a variable name.
1058 2004-12-13  Richard M. Stallman  <rms@gnu.org>
1060         * filecache.el (file-cache-add-directory-using-find):
1061         Only set up file-cache-find-command-posix-flag if we will use it.
1063         * bindings.el (mode-line-buffer-identification-keymap):
1064         Don't cancel the mode-line's usual down-mouse-1 binding.
1066         * cus-edit.el (custom-face-selected): Handle `default' specs.
1067         (custom-face-edit): Increase extra-offset.
1068         (custom-display): Handle `default' specs.
1070         * xml.el (xml-name-re, xml-entity-value-re): Add defvars.
1072         * emacs-lisp/elint.el (elint-standard-variables)
1073         (elint-unknown-builtin-args): Move definitions up.
1075         * net/browse-url.el (browse-url-url-at-point): Add autoload.
1077         * info.el (info-xref-visited): Use `default' instead of t.
1078         (Info-try-follow-nearest-node): Don't explicitly load browse-url.
1080         * faces.el (header-line, mode-line-inactive, tool-bar):
1081         Use `default' instead of t for setting the defaults.
1082         (face-spec-choose): Separate `t' from `default'.
1084         * subr.el (while-no-input): New macro.
1086 2004-12-13  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>  (tiny change)
1088         * filecache.el (file-cache-add-directory-using-find):
1089         Only test file-cache-find-command-posix-flag on some systems.
1091 2004-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1093         * vc-svn.el (vc-svn-repository-hostname): Adjust to new format.
1094         Reported by Ville Skytt\e,Ad\e(B <scop@xemacs.org>.
1095         (vc-svn-annotate-current-time, vc-svn-annotate-time-of-rev)
1096         (vc-svn-annotate-time, vc-svn-annotate-extract-revision-at-line)
1097         (vc-svn-annotate-command, vc-svn-annotate-re): Support for svn annotate.
1099 2004-12-12  Juri Linkov  <juri@jurta.org>
1101         * files.el (find-file-other-window, find-file-other-frame):
1102         Add the first buffer to the returned value to return the complete
1103         list of all visited buffers.
1104         (find-file-read-only, find-file-read-only-other-window)
1105         (find-file-read-only-other-frame): Use nil for `mustmatch' arg of
1106         `find-file-read-args'.  Signal an error about non-existent file
1107         only if file name doesn't contain wildcards.  Toggle read-only in
1108         all visited buffers.
1109         (find-alternate-file, find-alternate-file-other-window):
1110         Add optional arg `wildcards'.  Doc fix.  Set `wildcards' to t when
1111         called interactively.  Pass arg `wildcards' to other functions.
1112         (find-file-noselect): Doc fix.
1114         * ffap.el (ffap-dired-wildcards): Set default to "[*?][^/]*\\'".
1115         Doc fix.
1116         (ffap-directory-finder): New variable.
1117         (ffap-string-at-point-mode-alist): Add * and ? to `file'.
1118         (ffap-file-at-point): Add /* to immediately rejected names.
1119         Return absolute file names matching ffap-dired-wildcards.
1120         (ffap-read-file-or-url): Set default value for `completing-read'
1121         to `buffer-file-name'.
1122         (find-file-at-point): When filename matches ffap-dired-wildcards,
1123         call ffap-file-finder with t arg `wildcards', instead of dired.
1124         (ffap-other-window, ffap-other-frame): Return visited buffers.
1125         (ffap-read-only, ffap-read-only-other-window)
1126         (ffap-read-only-other-frame, ffap-alternate-file): New commands.
1127         (dired-at-point): Call ffap-directory-finder instead of dired.
1128         (ffap-dired-other-window, ffap-dired-other-frame)
1129         (ffap-list-directory): New commands.
1130         (ffap-bindings): New keybindings for new commands.
1132 2004-12-12  Juri Linkov  <juri@jurta.org>
1134         * simple.el (beginning-of-buffer, end-of-buffer):
1135         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
1136         Do not push mark when mark is active in transient-mark-mode.
1138         * simple.el (mark-word):
1139         * emacs-lisp/lisp.el (mark-sexp, mark-defun):
1140         * textmodes/paragraphs.el (mark-paragraph):
1141         Extend the region when mark is active in transient-mark-mode,
1142         regardless of the last command.  Doc fix.
1144         * simple.el (mark-word): Preserve direction when repeating.
1145         Make arg optional.  Interactive "p" -> "P".
1146         (transient-mark-mode, inhibit-mark-movement): Doc fix.
1148         * emacs-lisp/lisp.el (mark-sexp): Reverse the condition for
1149         preserving direction, to mark forward instead of backward when mark
1150         is equal to point (e.g. when C-SPC C-M-SPC is typed in t-m-m).
1152 2004-12-12  Juri Linkov  <juri@jurta.org>
1154         * isearch.el (isearch-edit-string): Set 7th arg of
1155         `read-from-minibuffer' to `t' to inherit the current input
1156         method (whose name is indicated by [IM] in the minibuffer prompt)
1157         from the current buffer to the minibuffer.
1158         (isearch-lazy-highlight-update): Put body to `with-local-quit'
1159         to allow C-g quitting for lazy highlighting looping inside the
1160         search with nested repetition operators.  Add overlay to the list
1161         before setting its face and other properties to avoid the case of
1162         code quitting after placing the new overlay but before it's
1163         recorded on the list.  Select the window where isearch was
1164         activated, to highlight matches in the right window when isearch
1165         switches the current window to the minibuffer.
1167         * international/isearch-x.el
1168         (isearch-process-search-multibyte-characters):
1169         Use `isearch-message' as initial input for `read-string' instead
1170         of adding it to the minibuffer prompt.  After reading a string
1171         remove the initial value of `isearch-message' from the string.
1173         * replace.el (replace-match-maybe-edit): Doc fix.
1174         (perform-replace): Don't call `replace-highlight' when automatic
1175         replacement is requested in literal mode, since it is intended
1176         only to highlight words during entering a new replacement string
1177         for \? in non-literal mode.
1179         * replace.el (query-replace-highlight): Add new value `isearch'
1180         that allows query replacement to use isearch highlighting.
1181         Change type from `boolean' to `choice'.  Doc fix.
1182         (replace-highlight, replace-dehighlight, perform-replace):
1183         Use isearch highlighting if query-replace-highlight eq `isearch'.
1185 2004-12-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1187         * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
1188         (checkdoc-message-text, checkdoc-defun): Fix format messages for `error'.
1190         * textmodes/tex-mode.el (latex-backward-sexp-1): Handle the special
1191         case of \end{verbatim}.
1193 2004-12-11  Dan Nicolaescu  <dann@ics.uci.edu>
1195         * term.el (term-termcap-format): Synchronyze with terminfo.
1196         (term-emulate-terminal): Handle reset.
1197         (term-reset-terminal): New function.
1199 2004-12-11  Thien-Thi Nguyen  <ttn@gnu.org>
1201         * play/zone.el (zone-programs): Add `zone-pgm-random-life'.
1202         (zone-fill-out-screen): New func.
1203         (zone-pgm-drip): Use `zone-fill-out-screen'.
1204         Also, no longer go to point-min on every cycle.
1205         (zone-pgm-paragraph-spaz): Allow spazzing for texinfo-mode.
1206         (zone-pgm-random-life-wait): New user var.
1207         (zone-pgm-random-life): New func.
1209 2004-12-10  Thien-Thi Nguyen  <ttn@gnu.org>
1211         * files.el (auto-mode-alist): Map .com to DCL mode.
1213 2004-12-09  Richard M. Stallman  <rms@gnu.org>
1215         * isearch.el (isearch-mode-map): Treat S-SPC like SPC.
1217 2004-12-09  Nick Roberts  <nickrob@snap.net.nz>
1219         * xt-mouse.el (xterm-mouse-event): Correct cursor position in a
1220         buffer with a display margin.
1222 2004-12-08  Jay Belanger  <belanger@truman.edu>
1224         * calc/calc-keypd.el (calc-keypad-mode): Unbind unused mouse events.
1225         (calc-keypad-left-click): Set buffer to calc-keymap-buffer.
1227 2004-12-08  Richard M. Stallman  <rms@gnu.org>
1229         * faces.el: Delete code to set display table.
1230         (escape-glyph): Redefine to be less loud.  (Copy minibuffer-prompt.)
1232 2004-12-08  Jay Belanger  <belanger@truman.edu>
1234         * calc/calc.el: Add math-read-preprocess-string to autoloads.
1236         * calc/calc-ext.el (math-read-replacement-list)
1237         (math-read-superscripts, math-read-preprocess-string): Move to
1238         calc-aent.el.
1240         * calc/calc-aent.el (math-read-replacement-list)
1241         (math-read-superscripts, math-read-preprocess-string): Move from
1242         calc-ext.el.
1244 2004-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1246         * isearch.el (isearch-quote-char): Fix up typo in last change.
1248 2004-12-07  Luc Teirlinck  <teirllm@auburn.edu>
1250         * mouse.el (mouse-set-font): Handle the case where the command was
1251         not invoked using the mouse.
1253         * edmacro.el: `edit-kbd-macro' is now bound to `C-x C-k e'.
1254         (edmacro-finish-edit): Further update for keyboard macros that are
1255         lambda forms.
1256         (edmacro-sanitize-for-string): Correctly remove Meta modifier.
1258 2004-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1260         * font-lock.el (font-lock-unfontify-region): Save buffer state.
1261         (font-lock-default-unfontify-region): Don't save buffer state any more.
1263 2004-12-07  Jay Belanger  <belanger@truman.edu>
1265         * calc/calc-help.el (calc-describe-key):
1266         Set calc-summary-indentation even when Calc Summary buffer exists.
1268 2004-12-07  Glenn Morris  <gmorris@ast.cam.ac.uk>
1270         * calendar/holidays.el (holiday-easter-etc): Make arguments
1271         optional for backwards compatibility.  Doc fix.
1272         Remove un-necessary local vars mandatory, output-list.
1273         (holiday-advent):  Make arguments optional for backwards
1274         compatibility.  Doc fix.
1276 2004-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1278         * paren.el (show-paren-function): Fix last change (2004-12-02).
1280         * international/mule-util.el (char-displayable-p): Return nil for
1281         unibyte mode.
1283         * subr.el (subregexp-context-p): New function.
1285         * isearch.el (isearch-quote-char): Use it.
1287         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Use it.
1288         (regexp-opt-not-groupie*-re): Remove.
1289         (regexp-opt): Properly handle inputs with duplicate entries.
1291 2004-12-06  Richard M. Stallman  <rms@gnu.org>
1293         * info-look.el (info-lookup-maybe-add-help cfengine-mode): Regexp typo.
1295         * cus-edit.el (custom-file): Doc fix.
1297         * textmodes/org.el: New file.
1299 2004-12-06  Kenichi Handa  <handa@m17n.org>
1301         * ldefs-boot.el: Update international/mule-util.el section.
1303 2004-12-05  Sam Steingold  <sds@gnu.org>
1305         * net/tramp.el (tramp-handle-file-accessible-directory-p):
1306         Fix `tramp-time-diff' comparison logic.
1308 2004-12-05  Paul Pogonyshev  <pogonyshev@gmx.net>
1310         * progmodes/which-func.el (which-function):
1311         Use `run-hook-with-args-until-success' instead of a custom loop.
1312         Fixes bug with local hooks.
1314 2004-12-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1316         * textmodes/bibtex.el (bibtex-font-lock-url-regexp):
1317         Use delete-dups when calculating the initial value.
1318         (bibtex-autokey-get-title): Use <=.
1319         (bibtex-goto-line): New function.
1320         (bibtex-reposition-window): Use line numbers instead of point
1321         positions.  Use window-body-height.
1322         (bibtex-find-crossref): Use bibtex-reposition-window.
1323         (bibtex-find-entry): Use bibtex-reposition-window.  Always return
1324         position of entry if key is found or nil if not found.
1326 2004-12-05  Richard M. Stallman  <rms@gnu.org>
1328         * cus-edit.el (custom-file): Doc fix.
1330         * progmodes/sh-script.el (sh-indent-for-then): Change default.
1332 2004-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1334         * simple.el (blink-matching-open):
1335         * textmodes/tex-mode.el (tex-validate-region):
1336         Obey syntax-table text properties.
1338 2004-12-02  Per Abrahamsen  <abraham@dina.kvl.dk>
1340         * wid-edit.el (widget-specify-field): Add `real-field' property to
1341         boundary.
1342         (widget-field-at): Use it.
1344 2004-12-02  Richard M. Stallman  <rms@gnu.org>
1346         * progmodes/cc-mode.el (awk-mode autoload):
1347         Supply t meaning interactive function.
1349         * isearch.el (search-whitespace-regexp): Remove the group.  Doc fix.
1350         (isearch-mode-map): No special definition for space.
1351         (isearch-whitespace-chars): Command deleted.
1352         (isearch-forward-regexp): Doc fix.
1353         (isearch-quote-char): When a space is not inside brackets,
1354         use `[ ]' instead of just space.
1355         (isearch-lazy-highlight-search): Bind search-spaces-regexp.
1357         * imenu.el (imenu--generic-function): Delete code to exclude
1358         matches in comments.
1360         * man.el (Man-reverse-face): Change default to `highlight'.
1362         * replace.el (occur-1): Specify t for KEEP-PROPS to occur-engine.
1363         (occur-engine): Use `face' prop rather than `font-lock-face'
1364         when specifying use of `match-face'.
1365         (occur-accumulate-lines): Change arg from NO-PROPS to KEEP-PROPS.
1367         * emacs-lisp/elint.el (elint-standard-variables): Update list.
1369         * add-log.el (add-log-current-defun): Handle the case where point
1370         is in the header part of a DEFUN construct.
1372 2004-12-02  Dave Love  <fx@gnu.org>
1374         * progmodes/python.el (python-font-lock-syntactic-keywords):
1375         Fix previous change.
1377 2004-12-02  Richard G Bielawski  <Richard.G.Bielawski@wellsfargo.com>  (tiny change)
1379         * paren.el (show-paren-function): Check for matching chars
1380         specified by text props.
1382 2004-12-02  Jay Belanger  <belanger@truman.edu>
1384         * calc/calc.el (calc-read-key-sequence): Leave the old message visible
1385         when reading a new key sequence.
1387 2004-12-02  Kim F. Storm  <storm@cua.dk>
1389         * faces.el (escape-glyph): Rename from glyph.
1390         (standard-display-table): Set it here.  Add escape-glyph face to
1391         extra slot characters.
1393         * disp-table.el: Undo 2004-12-01 change.  Display table is now
1394         setup in faces.el.
1396 2004-12-02  Mark A. Hershberger  <mah@everybody.org>
1398         * xml.el (xml-parse-dtd): Don't show validity messages when
1399         xml-validating-parser is nil.
1400         (xml-substitute-special): Fix validity error messages to
1401         actually show the unexpandable entity.  Added validity error if &
1402         isn't followed by an entity.
1403         (xml-parse-tag): Concatenate any string following the a
1404         <![CDATA[]]> section to the parsed CDATA.
1405         (xml-parse-dtd): Skip parameter entity declarations and use of
1406         parameter entities.
1408 2004-12-01  Luc Teirlinck  <teirllm@auburn.edu>
1410         * kmacro.el (kmacro-default-counter-format): New var.
1411         (kmacro-set-format): Use it.  Delete `(printf format)' from prompt.
1412         (kmacro-display): Remove `nil' from `and' form.  Delete call to
1413         `format' inside `message'.
1414         (kmacro-start-macro): Use `kmacro-default-counter-format'.
1416 2004-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1418         * pcvs.el (cvs-header-msg): New function.
1419         (cvs-update-header): Use it.  Change calling convention.
1420         Correctly handle the case of having simultaneous active processes.
1421         (cvs-sentinel): Don't call cvs-update-header any more.
1422         (cvs-mode-run): Update call and add cvs-update-header to postproc.
1424 2004-12-01  Jay Belanger  <belanger@truman.edu>
1426         * calc/calc-ext.el (calc-inverse, calc-hyperbolic):
1427         Change message.
1429 2004-12-01  Juri Linkov  <juri@jurta.org>
1431         * progmodes/prolog.el (prolog-mode-variables):
1432         Fix imenu-generic-expression.
1434 2004-12-01  Daniel Pfeiffer  <occitan@esperanto.org>
1436         * faces.el (glyph): New face.
1438         * disp-table.el: Add an autoloaded table, that doesn't require
1439         this library, with glyph face.
1441         * textmodes/conf-mode.el (conf-ppd-mode-syntax-table): New var.
1442         (conf-ppd-mode): New conf-mode wrapper for printer descriptions.
1443         (conf-quote-normal): Allow normalizing only ' or ".
1444         (conf-mode): Regexp-quote constructed comment-start and don't
1445         match section {} where "name" contains braces.
1447         * files.el (auto-mode-alist): Add conf-ppd-mode, inittab and acpid
1448         files.
1450 2004-12-01  Kenichi Handa  <handa@m17n.org>
1452         * term/x-win.el (x-last-selected-text-cut-encoded): New variable.
1453         (x-select-text): Don't treat eight-bit-control/graphic chars
1454         specially.  Store the encoded text in the X cut buffer.
1455         (x-cut-buffer-or-selection-value): Compare the X cut buffer text
1456         with x-last-selected-text-cut-encoded.
1458 2004-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1460         * man.el (Man-fontify-manpage): Improve handling of ANSI escapes.
1462 2004-11-30  Markus Rost  <rost@ias.edu>
1464         * textmodes/tex-mode.el (tex-main-file): Add a compatibility with
1465         AUCTeX.
1467 2004-11-30  Jay Belanger  <belanger@truman.edu>
1469         * calc/calc-arith.el (math-possible-signs): Made stronger checks
1470         on signs of intervals.
1471         (math-pow-of-zero): Strengthen checks for positive and negative
1472         exponents.
1474         * calc/calc-aent.el, calc/calc-alg.el, calc/calc-arith.el
1475         * calc/calc-bin.el, calc/calc-comb.el, calc/calc-cplx.el
1476         * calc/calc-embed.el, calc/calc-fin.el, calc/calc-forms.el
1477         * calc/calc-frac.el, calc/calc-funcs.el, calc/calc-graph.el
1478         * calc/calc-help.el, calc/calc-incom.el, calc/calc-keypd.el
1479         * calc/calc-lang.el, calc/calc-map.el, calc/calc-math.el
1480         * calc/calc-misc.el, calc/calc-mode.el, calc/calc-mtx.el
1481         * calc/calc-poly.el, calc/calc-prog.el, calc/calc-rewr.el
1482         * calc/calc-rules.el, calc/calc-sel.el, calc/calc-stat.el
1483         * calc/calc-store.el, calc/calc-stuff.el, calc/calc-trail.el
1484         * calc/calc-undo.el, calc/calc-units.el, calc/calc-vec.el
1485         * calc/calc-yank.el, calc/calcalg2.el, calc/calcalg3.el
1486         * calc/calccomp.el, calc/calcsel2.el: Replace dummy autoloaded functions
1487         with provide statements.
1489         * calc/calc-alg.el (math-defsimplify): Move from calc-ext.el.
1491         * calc/calc-embed.el (calc-do-embedded-activate): Remove from autoloads.
1493         * calc/calc-ext.el: Remove dummy autoloading functions from autoloads.
1494         (calc-load-everything, math-defsimplify): Replace dummy autoloading
1495         functions by require statements.
1496         (math-defsimplify): Move to calc-alg.el, add to autoloads.
1498         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
1499         (calc-gnuplot-print): Give them values.
1501         * calc/calc.el: Remove calc-Need-calc-aent and calc-Need-calc-misc from
1502         autoloads.
1503         Add calc-do-embedded-activate to autoloads.
1504         (calc-gnuplot-name, calc-gnuplot-plot-command)
1505         (calc-gnuplot-print-command): Move them to calc-graph.el.
1507 2004-11-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1509         * term/mac-win.el (ccl-encode-mac-roman-font)
1510         (ccl-encode-mac-cyrillic-font)
1511         (ccl-encode-mac-centraleuropean-font, encoder-list)
1512         (fontset-add-mac-fonts, create-fontset-from-mac-roman-font):
1513         Support Cyrillic, CentralEuropean, and Dingbat font display
1515 2004-11-30  Andre Spiegel  <spiegel@gnu.org>
1517         * vc-hooks.el (vc-recompute-state): Move here from vc.el.
1519         * vc-cvs.el (vc-cvs-state): Handle the case where vc-state is
1520         still nil.
1522 2004-11-29  Luc Teirlinck  <teirllm@auburn.edu>
1524         * emulation/tpu-edt.el (tpu-help-keypad-map, tpu-help-text)
1525         (tpu-word-separator-list, tpu-skip-chars): defconst->defvar.
1527 2004-11-29  Jay Belanger  <belanger@truman.edu>
1529         * calc/calc-arith.el (math-pow-of-zero): Take into account different
1530         cases of the base and exponent.
1532 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
1534         * simple.el (next-error-buffer-p): Allow for inclusive and
1535         exclusive tests for finding a buffer.
1536         (next-error-find-buffer): Pass the exclusive and inclusive tests
1537         to next-error-buffer-p.
1539         * replace.el (occur-next-error): Switch to the Occur buffer when
1540         appropriate, use the exclusive filter to next-error-find-buffer to
1541         do it.  Use the absolute value of the motion amount.
1543 2004-11-29  Kenichi Handa  <handa@m17n.org>
1545         * startup.el (command-line): Decode all default-directory by
1546         locale-coding-system.
1548 2004-11-29  Jay Belanger  <belanger@truman.edu>
1550         * calc/calc-aent.el: Remove unnecessary eval-when-compile.
1551         (calc-do-quick-calc, calc-do-calc-eval, calc-alg-entry)
1552         (math-read-expr-level, calc-check-user-syntax, math-read-factor):
1553         Replace calls to calc-extensions by appropriate require, replace
1554         calc-extensions-loaded by appropriate featurep.
1556         * calc/calc-ext.el: Move require to end of file.
1557         Remove redundant loading of calc.el.
1558         (calc-extensions-loaded): Remove unnecessary variable.
1559         (calc-extensions): Remove unnecessary function.
1560         (calc-load-everything): Replace calc-need-macros by appropriate require.
1562         * calc/calc-macs.el: Move provide to end of file.
1563         (calc-need-macros): Remove unnecessary function.
1565         * calc/calc-misc.el (calc-do-handle-whys, calc-last-args-stub)
1566         (calc-missing-key, calc-shift-Y-prefix-help, math-concat)
1567         (math-trunc, math-floor, calcFunc-inv, math-mod, math-pow):
1568         Replace calc-extensions by appropriate require.
1569         (calc-power): Replace calc-extensions-loaded by appropriate featurep.
1571         * calc/calc-prog.el (calc-user-define-formula, calc-do-defmath):
1572         Replace calc-need-macros by appropriate require.
1574         * calc/calc.el: Move require to end of file.
1575         (calc-info-filename, calc-autoload-directory, calc-extensions-loaded):
1576         Remove unnecessary variable.
1577         (calc-do-dispatch, calc-mode, calc-check-defines, calc-create-buffer)
1578         (calc, calc-keypad, full-calc-keypad, calc-do, calc-normalize)
1579         (calc-binary-op, calc-unary-op, calcDigit-start, calcDigit-key)
1580         (math-normalize, math-add, math-mul, math-div, math-format-stack-value)
1581         (math-stack-value-offset, math-format-value, math-format-flat-expr)
1582         (math-format-number, math-format-bignum, math-read-number)
1583         (calc-grab-region, calc-grab-rectangle, calc-grab-sum-down)
1584         (calc-grab-sum-across, calc-embedded, defmath): Replace calc-extensions
1585         by appropriate require.
1586         (calc-check-defines): Replace calc-need-macros by appropriate require.
1588 2004-11-29  Kim F. Storm  <storm@cua.dk>
1590         * macros.el (insert-kbd-macro): Handle kmacro functions.
1592 2004-11-28  Juri Linkov  <juri@jurta.org>
1594         * compare-w.el (compare-windows-highlight): Attach each overlay
1595         to its window to properly highlight differences while comparing
1596         two windows of the same buffer.  Fix arguments.
1597         (compare-windows-sync-default-function): Fix arguments of
1598         `compare-windows-highlight'.
1600         * emacs-lisp/edebug.el (edebug-set-global-break-condition):
1601         Use `read-expression-history'.  Set initial contents only if
1602         `edebug-global-break-condition' is non-nil.  Set histpos to 1
1603         if initial contents is equal to the last history element.
1604         (edebug-set-conditional-breakpoint): Instead of temporarily
1605         prepending the current condition to the history, set initial
1606         contents to the current condition.  Set histpos to 1 if initial
1607         contents is equal to the last history element.
1609         * info.el (Info-search-whitespace-regexp): Remove shy group.
1610         (Info-search): Forward line if search is on the header line.
1611         Use search-whitespace-regexp in two other places.
1613 2004-11-27  Luc Teirlinck  <teirllm@auburn.edu>
1615         * fringe.el (fringe-indicators): Add fake defvar to avoid compiler
1616         warning.  Delay real definition, which uses
1617         `set-fringe-indicators-1' till after the definition of that function.
1619 2004-11-28  Kim F. Storm  <storm@cua.dk>
1621         * fringe.el (fringe): New defgroup.
1622         (fringe-mode): Move to fringe group.
1623         (fringe-indicators): New defcustom.
1624         (set-fringe-indicators-1): New defun.
1626         * menu-bar.el (menu-bar-options-save): Add fringe-indicators.
1627         (menu-bar-showhide-fringe-ind-menu): New keymap.
1628         (menu-bar-showhide-fringe-ind-empty)
1629         (menu-bar-showhide-fringe-ind-mixed)
1630         (menu-bar-showhide-fringe-ind-box)
1631         (menu-bar-showhide-fringe-ind-right)
1632         (menu-bar-showhide-fringe-ind-left)
1633         (menu-bar-showhide-fringe-ind-none): New defuns.
1634         (menu-bar-showhide-fringe-menu): Add "Indicators" sub-menu.
1636 2004-11-27  Richard M. Stallman  <rms@gnu.org>
1638         * comint.el (comint-read-noecho): Add trivial compatibility definition.
1640         * generic.el (define-generic-mode): Doc fix.
1642         * menu-bar.el (menu-bar-options-save): For the options
1643         that are toggled with menu-bar-make-mm-toggle, don't check
1644         for customized-value prop.
1646 2004-11-27  Eli Zaretskii  <eliz@gnu.org>
1648         * mail/supercite.el (sc-cite-region): Handle the case where
1649         sc-cite-frame-alist is a symbol.
1650         (sc-uncite-region): Handle the case where sc-uncite-frame-alist is
1651         a symbol.
1652         (sc-recite-region): Handle the case where sc-recite-frame-alist is
1653         a symbol.
1655 2004-11-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
1657         * wid-edit.el (widget-narrow-to-field): New function.
1658         (widget-complete): Use it.
1660 2004-11-27  Jay Belanger  <belanger@truman.edu>
1662         * calc/calc-aent.el (calc-eval-error): Declare and initialize the
1663         variable.
1664         (calc-eval-error): Don't check if the variable calc-eval-error is bound.
1665         (calc-buffer, calc-digit-value, math-expr-data): Declare them.
1666         (math-alg-inequalities): Move declaration to earlier in the file.
1668         * calc/calc-ext.el (calc-command-flags, calc-gnuplot-buffer)
1669         (calc-gnuplot-input, math-normalize-a, math-integral-cache):
1670         Declare them.
1672         * calc/calc-lang.el (math-expr-data, math-expr-token)
1673         (math-exp-old-pos): Declare them.
1675         * calc/calc-vec.el (math-exp-pos, math-exp-str, math-exp-old-pos)
1676         (math-exp-token, math-exp-keep-spaces, math-expr-data): Declare them.
1678 2004-11-27  Kim F. Storm  <storm@cua.dk>
1680         * progmodes/flymake.el: Use (featurep 'xemacs).
1681         (flymake-makehash): Change to defsubst.  Use fboundp.
1682         (flymake-time-to-float): Remove.
1683         (flymake-float-time): Merge code from flymake-time-to-float here.
1684         (flymake-replace-regexp-in-string): Change to defsubst.
1685         (flymake-split-string-remove-empty-edges):
1686         Rename to flymake-split-string.
1687         (flymake-split-string): Remove previous defalias.
1688         (flymake-get-temp-dir): Change to defsubst.
1689         (flymake-make-xemacs-menu, flymake-xemacs-window-edges):
1690         Define for xemacs only.
1691         (flymake-master-file-count-limit): Change into compiler defvar only.
1692         (flymake-find-possible-master-files): Let-bind it dynamically while
1693         sorting files using flymake-master-file-compare.
1695 2004-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1697         * font-lock.el (font-lock-compile-keywords): Don't complain if the end
1698         of defun-prompt-regexp matches inside a comment/string but the
1699         beginning is correctly outside everything.
1701         * progmodes/tcl.el (tcl-omit-ws-regexp): Avoid the case where { or [
1702         appears within a string or a comment.
1704         * emacs-lisp/cl-macs.el (cl-parse-loop-clause, labels): Use gensym
1705         rather than make-symbol for symbols which are used in
1706         a symbol-macrolet or equivalent.
1708 2004-11-26  Jay Belanger  <belanger@truman.edu>
1710         * calc-misc.el (calc-last-why-command): Declare it.
1712         * calc-vec.el (math-grade-vec): New variable.
1713         (calcFunc-grade, calcFunc-rgrade, math-grade-beforep):
1714         Replace variable grade-vec by declared variable.
1715         (math-rb-close): New variable.
1716         (math-read-brackets, math-read-vector): Replace variable close by
1717         declared variable.
1719         * calc/calc-yank.el (calc-original-buffer, calc-return-buffer)
1720         (calc-one-window, calc-edit-handler, calc-restore-trail)
1721         (calc-allow-ret): Declare them.
1723         * calc/calc-stuff.el (calc-flush-caches): Remove unnecessary variables.
1724         (math-lud-cache, math-log2-cache, math-radix-digits-cache)
1725         (math-radix-float-cache-tag, math-random-cache)
1726         (math-max-digits-cache, math-integral-cache, math-units-table)
1727         (math-format-date-cache, math-holidays-cache-tag): Declare them.
1728         (math-moc-func): New variable.
1729         (math-map-over-constants, math-map-over-constants-rec):
1730         Replace variable func by declared variable.
1732         * calc/calc-store.el (calc-given-value, calc-store-opers):
1733         Declare them.
1734         (calc-var-name-map): Move declaration to earlier in the file.
1735         (calc-pv-pos): New variable.
1736         (calc-permanent-variable, calc-insert-permanent-variable):
1737         Replace variable pos by declared variable.
1739         * calc/calc-mtx.el (calc-det-lu): New variable.
1740         (math-det-raw, math-det-step): Replace variable lu by declared variable.
1742         * calc/calc-map.el (math-ms-temp, math-ms-args): New variables.
1743         (math-multi-subst, math-multi-subst-rec): Replace variables temp
1744         and arg by declared variables.
1745         (calcFunc-reducer): Fix incorrect variable.
1746         (math-inner-mul-func, math-inner-add-func): New variables.
1747         (calcFunc-inner, math-inner-mats): Replace variables mul-func
1748         and add-func by declared variables.
1750         * calc/calc-incom.el (calc-prev-char, calc-prev-prev-char)
1751         (calc-digit-value): Declare them.
1753         * calc/calc-help.el (Info-history): Declare it.
1754         (calc-describe-key): Make calc-summary-indentation a local variable.
1755         (calc-help-long-names): Move declaration to earlier in file.
1757         * calc/calc-embed.el (calc-original-buffer): Declare it.
1758         (calc-embed-outer-top, calc-embed-outer-bot, calc-embed-top)
1759         (calc-embed-bot): New variables.
1760         (calc-do-embedded, calc-embedded-mark-formula)
1761         (calc-embedded-find-bounds, calc-embedded-duplicate)
1762         (calc-embedded-new-formula, calc-embedded-make-info):
1763         Replace vars outer-top, outer-bot, bot and top by declared variables.
1764         (calc-embed-prev-modes): New variable.
1765         (calc-embedded-set-modes, calc-embedded-update): Replace variable
1766         prev-modes with declared variable.
1767         (calc-embed-vars-used): New variable.
1768         (calc-embedded-make-info, calc-embedded-evaluate-expr)
1769         (calc-embedded-update, calc-embedded-find-vars): Replace variable
1770         vars-used by declared variable.
1772         * calc/calc-bin.el (math-format-radix-float): Make pos a local variable.
1773         (math-format-radix-float): Remove unnecessary setq.
1774         (math-radix-float-cache): Declare it.
1776         * calc/calcsel2.el (calc-keep-selection): Declare it.
1778         * calc/calc-maint.el: Remove file.
1780 2004-11-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1782         * textmodes/bibtex.el (bibtex-sort-entry-class)
1783         (bibtex-comment-start): Use defcustom.
1784         (bibtex-entry-field-alist): Use nil if initial content of the
1785         field is undefined.  Fix docstring.
1786         (bibtex-parse-keys-timeout, bibtex-autokey-additional-names)
1787         (bibtex-generate-autokey, bibtex-parse-buffers-stealthily)
1788         (bibtex-mode, bibtex-field-list, bibtex-entry-updat)
1789         (bibtex-autofill-entry, bibtex-entry-index, bibtex-next-field):
1790         Fix docstring.
1791         (bibtex-autokey-title-terminators): Use only one regexp.
1792         (bibtex-string-maybe-empty-head): New variable.
1793         (bibtex-remove-delimiters-string): New function.
1794         (bibtex-text-in-field-bounds, bibtex-text-in-string):
1795         Use bibtex-remove-delimiters-string.
1796         (bibtex-progress-message, bibtex-field-left-delimiter)
1797         (bibtex-field-right-delimiter, bibtex-entry-left-delimiter)
1798         (bibtex-entry-right-delimiter, bibtex-search-entry): Use eq.
1799         (bibtex-insert-kill): Rename from `bibtex-insert-current-kill'.
1800         Simplify.
1801         (bibtex-format-entry): Use save-excursion for inherited booktitle.
1802         Use eq and bibtex-remove-delimiters-string.  For end markers use
1803         insertion type so that marker stays after inserted text.
1804         (bibtex-autokey-get-names): Return empty string if name is missing.
1805         (bibtex-autokey-demangle-name): Call bibtex-autokey-abbrev before
1806         calling bibtex-autokey-name-case-convert.
1807         (bibtex-autokey-demangle-title):
1808         Call bibtex-autokey-titleword-case-convert.  Remove call to
1809         bibtex-autokey-titleword-case-convert from bibtex-autokey-get-title.
1810         (bibtex-global-key-alist, bibtex-read-string-key): New functions.
1811         (bibtex-read-key): New optional arg global.
1812         (bibtex-files-expand): New optional arg force.
1813         (bibtex-complete-string-cleanup): Expansion of abbrev can be absent.
1814         (bibtex-complete-crossref-cleanup): Rename from
1815         bibtex-complete-key-cleanup.  Simplify code.
1816         (bibtex-copy-summary-as-kill): Remove arg key.  Use looking-at.
1817         Operate on current entry.
1818         (bibtex-button): Add docstring.
1819         (bibtex-entry): Simplify.
1820         (bibtex-make-field): Replace optional arg called-by-yank with more
1821         specific args move and interactive.
1822         (bibtex-end-of-entry): Use forward-sexp.
1823         (bibtex-find-entry-globally): Remove.
1824         (bibtex-find-crossref): Allow for crossref key located in other buffer.
1825         Bound to C-c C-x.
1826         (bibtex-find-entry): New optional args global and display.
1827         (bibtex-find-text): Fix docstring.  Remove arg as-if-interactive.
1828         (bibtex-validate): Use arg force of bibtex-files-expand.
1829         (bibtex-clean-entry): Bugfix, clean string entries properly.
1830         Always keep point at beginning of entry.
1831         (bibtex-complete): Bugfix.  Handle string entries properly.
1832         Call cleanup functions only if needed.
1833         (bibtex-String): Use bibtex-read-string-key.
1834         (bibtex-url): Use bibtex-remove-delimiters-string.  Do not alter
1835         case of replacement text.
1837 2004-11-26  Lars Hansen  <larsh@math.ku.dk>
1839         * tramp.el (tramp-handle-directory-files-and-attributes): New function.
1840         (tramp-perl-directory-files-and-attributes): New constant.
1841         (tramp-file-name-handler-alist): Delete file-directory-files, add
1842         directory-files-and-attributes.
1843         (tramp-perl-file-attributes): Surround uid and gid by double
1844         quotes. Change parameter id-format from nonnumeric.
1845         (tramp-convert-file-attributes): New function.
1846         (tramp-handle-file-attributes): Use it.
1847         (tramp-maybe-send-perl-script): New function.
1848         (tramp-handle-file-attributes-with-perl): Use it. Don't convert
1849         file mode. Change parameter id-format from nonnumeric.
1850         (tramp-handle-file-attributes-with-ls): Change parameter id-format
1851         from nonnumeric.
1852         (tramp-post-connection): Don't send tramp-perl-file-attributes
1853         script. Reset connection property "perl-scripts".
1854         (tramp-handle-insert-directory): Run real handler when ls-lisp is
1855         in use.
1857 2004-11-26  Lars Hansen  <larsh@math.ku.dk>
1859         * desktop.el (desktop-read): Replace mapcar with mapc.
1860         (desktop-create-buffer): Replace mapcar with mapc.
1861         Remove redundant piece of code.
1863 2004-11-27  Nick Roberts  <nickrob@snap.net.nz>
1865         * progmodes/gud.el (gud-display-line): Use display-buffer
1866         for GDB-UI as for GUD.
1868         * progmodes/gdb-ui.el (gdb-view-source, gdb-selected-view):
1869         Delete variables.
1870         (gdb-ann3): Don't make GUD buffer dedicated.
1871         (gdb-goto-breakpoint, gdb-display-buffer): Don't always dedicate.
1872         (gdb-display-source-buffer): Delete function.
1873         (gdb-view-source-function, gdb-view-assembler): Delete functions.
1874         (menu): Delete menu bindings for viewing source/assembler.
1875         (gdb-setup-windows, gdb-restore-windows):
1876         Don't dedicate GUD. No assembler now.
1877         (gdb-reset): No need to undedicate source buffers now.
1878         (gdb-source-info): No assembler now.
1880 2004-11-26  Nick Roberts  <nickrob@snap.net.nz>
1882         * progmodes/gdb-ui.el (gdb-frame-parameters): Match height and
1883         width to those for special frames.
1884         (gdb-frame-breakpoints-buffer): Use gdb-frame-parameters.
1885         Use display-buffer.
1886         (gdb-frame-stack-buffer, gdb-frame-threads-buffer)
1887         (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
1888         (gdb-frame-assembler-buffer): Rework like
1889         gdb-frame-breakpoints-buffer.
1891 2004-11-25  Richard M. Stallman  <rms@gnu.org>
1893         * progmodes/flymake.el: Reindent.
1894         (flymake-split-string): Turn into defalias.
1895         (flymake-fix-file-name): Rename from flymake-fix-path-name.
1896         (flymake-ensure-ends-with-slash): Rename arg to FILENAME.
1897         (flymake-get-common-file-prefix): Rename from ...path...  Doc fix.
1898         (flymake-build-relative-filename): Rename from ...path.
1899         Fix error message.
1901 2004-11-25  Cheng Gao  <chenggao@gmail.com>
1903         * progmodes/flymake.el: Much whitespace and capitalization change.
1904         Move `provide' to end.  Require `compile' only when compiling.
1906 2004-11-24  Jay Belanger  <belanger@truman.edu>
1908         * calc/calc-alg.el: Added comment.
1909         (math-polynomial-base): Replace variable mpb-top-expr by
1910         math-poly-base-top-expr.
1912         * calc/calc-poly.el (math-poly-base-top-expr): New variable.
1913         (math-polynomial-p1): Replace variable mpb-top-expr by declared
1914         variable.
1915         (math-poly-base-total-base): New variable.
1916         (math-total-polynomial-base, math-polynomial-p1): Replace variable
1917         mpb-total-base by declared variable.
1918         (math-factored-vars, math-to-list): Declare it.
1919         (math-fact-expr): New variable.
1920         (calcFunc-factors, calcFunc-factor, math-factor-expr)
1921         (math-factor-expr-try, math-factor-expr-part): Replace variable
1922         expr by declared variable.
1923         (math-fet-x): New variable.
1924         (math-factor-expr-try, math-factor-poly-coefs): Replace variable x
1925         by declared variable.
1926         (math-factor-poly-coefs): Make temp a local variable.
1928         * calc/calc-units.el (calc-convert-units): Make units a local
1929         variable.
1930         (calc-num-units, calc-den-units): New variables.
1931         (calc-explain-units, calc-explain-units-rec): Replace variables
1932         num-units and den-units by declared variables.
1933         (math-cu-unit-list): New variable.
1934         (math-build-units-table, math-compare-unit-names)
1935         (math-convert-units, math-convert-units-rec): Replace variable
1936         unit-list by declared variable.
1937         (math-fbu-base, math-fbu-entry): New variables.
1938         (math-find-base-units, math-find-base-units-rec): Replace variables
1939         base and entry by declared variables.
1940         (math-which-standard): New variable.
1941         (math-to-standard-units, math-to-standard-rec): Replace variable
1942         which-standard by declared variable.
1943         (math-fcu-u): New variable.
1944         (math-find-compatible-unit, math-find-compatible-unit-rec):
1945         Replace variable u by declared variable.
1946         (math-cu-new-units, math-cu-pure): New variables.
1947         (math-convert-units, math-convert-units-rec): Replace variables
1948         new-units and pure by declared variables.
1949         (math-try-cancel-units): New variable.
1950         (math-simplify-units-quotient): Replace variable try-cancel-units by
1951         declared variable.
1953 2004-11-24  Richard M. Stallman  <rms@gnu.org>
1955         * textmodes/ispell.el (ispell-check-version):
1956         If default-directory is nonexistent, use home dir.
1958         * progmodes/grep.el (grep-regexp-alist):
1959         Don't match parens around line numbers.
1961         * progmodes/cperl-mode.el (cperl-indent-region)
1962         (cperl-imenu--create-perl-index, cperl-xsub-scan):
1963         Don't print progress messages.
1965         * progmodes/compile.el (compilation-mode-map):
1966         Don't inherit from compilation-minor-mode-map;
1967         copy its bindings instead.  But the menu bar Compile
1968         entry now does inherit from compilation-menu-map.
1970         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
1971         Use with-no-warnings around compiler-macroexpand.
1973         * imenu.el: Don't always require newcomment.
1974         (imenu--generic-function): Call comment-normalize-vars
1975         if we have a comment syntax.
1976         Exit the loop if REGEXP matches the null string.
1977         Test comment-start as well as comment-start-skip
1978         when deciding whether to check for comments.
1980         * tooltip.el (tooltip-mode): Doc fix.
1982         * term.el (term-escape-char, term-mode): Doc fixes.
1984 2004-11-24  Dave Love  <fx@gnu.org>
1986         * progmodes/python.el (python-font-lock-syntactic-keywords):
1987         Check for escapes in the regexp.
1988         (python-quote-syntax): Don't do it here.
1990 2004-11-24  Nick Roberts  <nickrob@snap.net.nz>
1992         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
1993         (gdb-frames-mode-map, gdb-threads-mode-map)
1994         (gdb-registers-mode-map, gdb-locals-mode-map)
1995         (gdb-assembler-mode-map): Bind "q" to kill-this-buffer.
1996         (gdb-set-window-buffer): Rename from dedicated-switch-to-buffer.
1998         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>:
1999         (dedicated-switch-to-buffer): Rework.
2000         (gdb-var-evaluate-expression-handler, gdb-put-string):
2001         Remove unused variable bindings.
2002         (gdb-setup-windows, gdb-display-buffer):
2003         Simplify. Use pop-to-buffer.
2004         (gdb-view-source-function): Simplify.
2005         (gdb-frame-breakpoints-buffer):
2006         Use pop-to-buffer, special-display-regexps.
2008 2004-11-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
2010         * progmodes/f90.el (f90-smart-end)
2011         (f90-previous-statement, f90-beginning-of-block): Doc fix.
2012         (f90-calculate-indent): Handle un-named PROGRAM blocks.
2013         (f90-end-of-block): Doc fix.  Make check of outermost block
2014         conditional on value of `f90-smart-end'.
2015         (f90-block-match): Hack to deal with un-named PROGRAM blocks.
2016         Handle case where END-BLOCK is nil.
2017         (f90-match-end): Handle un-named PROGRAM blocks.
2018         (f90-backslash-not-special): New function.
2020 2004-11-24  Jay Belanger  <belanger@truman.edu>
2022         * calc/calc.el (calc-embedded-active): Removed unnecessary
2023         declaration.
2024         (calc-show-banner): Removed redundant declaration.
2026         * calc/calc-graph.el (calc-gnuplot-default-device)
2027         (calc-gnuplot-default-output, calc-gnuplot-print-device)
2028         (calc-gnuplot-print-output, calc-gnuplot-geometry)
2029         (calc-graph-default-resolution, calc-graph-default-resolution-3d):
2030         Remove redundant initial values.
2032         * calc/calc-arith.el (math-scalar-functions)
2033         (math-nonscalar-functions, math-scalar-if-args-functions)
2034         (math-real-functions, math-positive-functions)
2035         (math-nonnegative-functions, math-real-scalar-functions)
2036         (math-real-if-arg-functions, math-integer-functions)
2037         (math-num-integer-functions, math-rounding-functions)
2038         (math-float-rounding-functions, math-integer-if-args-functions)
2039         (math-super-types): Move declarations to earlier in file.
2040         (math-unit-prefixes): Declared it.
2041         (math-floor-prec, math-trunc-prec): New variables.
2042         (math-trunc-fancy): Replace variable prec by declared variable.
2043         (math-floor-fancy): Replace variable prec by declared variable.
2044         (math-com-bterms): New variable.
2045         (math-commutative-equal, math-commutative-collect):
2046         Replace variable bterms by declared variable.
2048         * calc/calc-misc.el (math-trunc): Replace variable prec by
2049         math-trunc-prec.
2050         (math-floor): Replace variable prec by math-floor-prec.
2052         * calc/calc-forms.el (math-fd-date, math-fd-dt, math-fd-year)
2053         (math-fd-month, math-fd-day, math-fd-weekday, math-fd-hour)
2054         (math-fd-minute, math-fd-second, math-fd-bc-flag): New variables.
2055         (math-format-date, math-format-date-part): Replace variables
2056         date, dt, year, month, day, weekday, hour, minute, second and
2057         bc-flag by declared variables.
2058         (math-pd-str): New variable.
2059         (math-parse-date, math-parse-date-word, math-parse-standard-date):
2060         Replace variable str by declared variable.
2061         (math-daylight-savings-hook, math-tzone-names): Move definitions
2062         to earlier in the file.
2063         (var-TimeZone, math-exp-str, math-exp-pos): Declare them.
2064         (math-sh-year): New variable.
2065         (math-setup-add-holidays, math-setup-holidays)
2066         (math-setup-year-holidays): Replace variable `year' by declared
2067         variable.
2069         * calc/calc-math.el (math-nrf-n, math-nrf-nf, math-nrf-nfm1):
2070         New variables.
2071         (math-nth-root-float, math-nth-root-float-iter): Replace variables
2072         n, nf and nfm1 by declared variables.
2073         (math-nri-n): New variable.
2074         (math-nth-root-integer, math-nth-root-int-iter): Replace variable
2075         n by declared variable.
2076         (calcFunc-log): Removed misplaced condition.
2078 2004-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2080         * generic.el (generic-mode-set-comments): Accept an empty comment-end.
2082 2004-11-24  Nick Roberts  <nickrob@snap.net.nz>
2084         * progmodes/gdb-ui.el (dedicated-switch-to-buffer): New function.
2085         (gdb-ann3, gdb-setup-windows, gdb-restore-windows):
2086         Dedicate gdb-related windows.
2087         (gdb-display-buffer): Dedicate gdb-related windows. Don't grab
2088         other frames.
2089         (gdb-reset): Remove dedicated property after debugging.
2091 2004-11-24  Jay Belanger <belanger@truman.edu>
2093         * calc/calc-sel.el: Add comment.
2095         * calc/calc.el (math-stack-value-offset): Replace variables c,
2096         wid and off with math-svo-c, math-svo-wid and math-svo-off.
2098         * calc/calccomp.el (math-comp-sel-tag): Declare it.
2099         (math-svo-c, math-svo-wid, math-svo-off): New variables.
2100         (math-stack-value-offset-fancy): Replace variables c, wid and off
2101         by declared variables.
2102         (math-comp-just, math-comp-comma-spc): New variables.
2103         (math-compose-expr, math-compose-matrix): Replace variables `just'
2104         and comma-spc by declared variable.
2105         (math-comp-vector-prec): New variable.
2106         (math-compose-expr, math-compose-matrix, math-compose-rows):
2107         Replace variable vector-prec by declared variable.
2108         (math-comp-left-bracket, math-comp-right-bracket)
2109         (math-comp-comma): New variables.
2110         (math-compose-expr, math-compose-rows): Replace variables
2111         left-bracket, right-bracket and comma by declared variables.
2112         (math-comp-full-width): New variable.
2113         (math-comp-to-string-flat, math-comp-to-string-flat-term):
2114         Replace variable full-width by declared variable.
2115         (math-comp-highlight, math-comp-word, math-comp-level)
2116         (math-comp-margin, math-comp-pos, math-comp-buf, math-comp-base)
2117         (math-comp-hgt, math-comp-tag, math-comp-hpos, math-comp-vpos):
2118         New variables.
2119         (math-comp-to-string-flat, math-comp-to-string-flat-term)
2120         (math-comp-sel-flat-term): Replace variables comp-highlight,
2121         comp-word, comp-level, comp-margin, comp-pos and comp-buf by
2122         declared variables.
2123         (math-comp-simplify, math-comp-simplify-term)
2124         (math-comp-add-string, math-comp-add-string-sel):
2125         Replace variables comp-highlight, comp-buf, comp-base,
2126         comp-height, comp-tag, comp-hpos and comp-vpos by declared variables.
2128 2004-11-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2130         * cus-start.el (all): Add x-use-old-gtk-file-dialog.
2132         * mail/emacsbug.el (report-emacs-bug): Catch error that x-server-vendor
2133         and x-server-version may throw.
2135 2004-11-23  Kim F. Storm  <storm@cua.dk>
2137         * subr.el (substitute-key-definition-key): Optimize.
2138         Don't call indirect-function for nil defn (always signals error).
2140         * ido.el (ido-read-internal): Fix require-match check when
2141         ido-directory-too-big is set.
2143 2004-11-23  Jay Belanger  <belanger@truman.edu>
2145         * calc/calc-ext.el (math-read-replacement-list)
2146         (math-read-superscripts): New variables.
2147         (math-read-preprocess-string): New function.
2148         (math-read-expr): Filter input through math-read-preprocess-string.
2150         * calc/calc-aent.el (math-read-exprs): Filter input through
2151         math-read-preprocess-string.
2153 2004-11-23  Daniel Pfeiffer  <occitan@esperanto.org>
2155         * progmodes/compile.el (compilation-start): In cd command use
2156         substitute-env-vars -- not quite shell compatible but better than
2157         nothing.
2158         (compilation-error-regexp-alist-alist): Simplify ftnchek to only
2159         handle the newer versions messages, which are more parseable.
2161 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2163         * reveal.el (reveal-mode-map): New var.
2164         (reveal-mode): Use it.
2166 2004-11-23  Nick Roberts  <nickrob@snap.net.nz>
2168         * progmodes/gdb-ui.el (gdb-flush-pending-output): New variable.
2169         (gdb-send-item, gdb-resync, gud-gdba-marker-filter): Use it.
2171 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2173         * buff-menu.el (list-buffers-noselect): Re-add the leading space in the
2174         header-line when needed.
2175         Use fixed-pitch only in the header-line.
2176         Build the underline automatically.  Use emdash if available.
2178 2004-11-22  Richard M. Stallman  <rms@gnu.org>
2180         * dired.el (dired-recursive-copies): Move from dired-aux.el.
2181         * dired-aux.el (dired-recursive-copies): Move to dired.el.
2183 2004-11-22  Nick Roberts  <nickrob@snap.net.nz>
2185         * progmodes/gdb-ui.el (gdb-resync): New function.
2186         (gdb-pre-prompt, gdb-prompt, gdb-starting, gdb-stopping)
2187         (gdb-frame-begin, gdb-stopped, gdb-post-prompt):
2188         Use it to fail more gracefully.
2189         (gdb-variables): Delete variable.
2190         Re-order variables to reduce byte-compiler warnings.
2192 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2194         * descr-text.el (describe-char):
2195         * paren.el (show-paren-function):
2196         * subr.el (syntax-after): Undo last change.
2198         * progmodes/python.el (run-python): Don't hard code *Python*.
2199         Don't modify global process-environment.
2200         (python-send-region, python-load-file): Don't assume that
2201         python-buffer == (process-buffer (python-proc)).
2202         (python-switch-to-python): Simplify.
2204         * dired.el (dired-align-file): Don't assume line starts with spaces.
2206 2004-11-21  Jay Belanger  <belanger@truman.edu>
2208         * calc/calc-ext.el (math-read-big-expr, math-read-big-bigp):
2209         Replace variable `lines' by math-read-big-lines.
2210         (math-read-big-expr): Replace variables the-baseline, the-h2
2211         and err-msg by math-read-big-baseline, math-read-big-h2 and
2212         math-read-err-msg.
2213         (math-read-big-bigp): Replace variable h2 with math-rb-h2.
2215         * calc/calc-lang.el (math-read-big-rec): Fix typo.
2216         (math-read-big-balance): Replace unbound variable by value.
2217         (math-read-big-lines): New variable.
2218         (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
2219         (math-read-big-error, math-read-big-balance): Replace variable
2220         `lines' by declared variable.
2221         (math-read-big-baseline, math-read-big-h2): New variables.
2222         (math-read-big-rec): Replace variables the-baseline and the-h2
2223         by declared variables.
2224         (math-rb-h1, math-rb-h2, math-rb-v1, math-rb-v2): New variables.
2225         (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
2226         (math-read-big-balance): Replace variables h1, h2, v1 and v2 by
2227         declared variables.
2228         (math-read-big-err-msg): New variable.
2229         (math-read-big-error): Replace variable err-msg by declared variable.
2231 2004-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2233         * ses.el: Add coding cookie.
2234         Fix up docstrings, follow new commenting conventions.
2235         (ses-header-line-menu): Fix missing variable rename for header-row.
2236         (ses-cell-size): Remove.
2237         (ses-make-cell): New function.
2238         (ses-cell, ses-insert-row, ses-insert-column): Use it.
2239         (ses-calculate-cell): Remove unused var `symbol'.
2240         (ses-narrowed-p): New function.
2241         (ses-goto-data, undo-more, ses-reconstruct-all): Use it.
2242         (ses-initial-file-trailer): Change ;;; to ;; for local vars.
2243         (ses-load, ses-reconstruct-all): Adjust string search accordingly.
2244         (ses-setup): Use restore-buffer-modified-p.
2245         (ses-cleanup): Remove unused var `end'.
2246         (ses-header-string-left-offset): Remove.
2247         (ses-create-header-string): Adjust to new behavior of `align-to'.
2248         Truncate excessively large fields to preserve alignment.
2249         (ses-reconstruct-all): Remove unused var `refs'.
2250         (ses-read-cell-printer): Remove unused var `prompt'.
2251         (ses-delete-row): Remove unused var `pos'.
2252         (ses-delete-column): Remove unused var `new'.
2254 2004-11-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2256         * ps-print.el: Insert :version tag into all defgroup and defcustom.
2257         Use (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
2258         Eliminate eval-and-compile usage.
2259         (ps-insert-file): Use insert-file-contents instead of insert-file.
2260         (ps-setup): Code fix.
2262         * printing.el (pr-setup, lpr-setup): Code fix.
2264 2004-11-21  Jay Belanger  <belanger@truman.edu>
2266         * calc/calc-prog.el (math-integral-cache-state, calc-lang)
2267         (calc-original-buffer): Declare them.
2268         (calc-user-formula-alist): New variable.
2269         (calc-user-define-formula, calc-fix-user-formula)
2270         (calc-user-define-composition, calc-finish-formula-edit):
2271         Replace variable `alist' by declared variable.
2272         (var-q0, var-q1, var-q2, var-q3, var-q4, var-q5, var-q6)
2273         (var-q7, var-q7, var-q8, var-q9): Declare them.
2274         (calc-kbd-push): Don't check to see if var-q0 through var-q9
2275         are bound.
2276         (calcFunc-typeof): Replace undeclared variable by expression.
2277         (math-exp-env): New variable.
2278         (math-define-body, math-define-exp): Replace exp-env by declared var.
2279         (math-define-exp): Replace misplaced variable by expression.
2281         * calc/calcalg3.el (calc-curve-nvars, calc-curve-varnames)
2282         (calc-curve-model, calc-curve-coefnames): New variables.
2283         (calc-curve-fit, calc-get-fit-variables): Replace variables nvars,
2284         varnames, model and coefnames by declared variables.
2285         (math-root-widen): New variable.
2286         (math-search-root, math-find-root): Replace variable root-widen by
2287         declared variable.
2288         (var-DUMMY): Declare it.
2289         (math-root-vars, math-min-vars): Move the declarations to earlier in
2290         the file.
2291         (math-brent-min): Make d a local variable.
2292         (math-find-minimum): Replace non-existent variable.
2293         (math-ninteg-romberg): Remove unnecessary variable.
2294         (math-ninteg-temp): New variable.
2295         (math-ninteg-romberg, math-ninteg-midpoint): Replace variable
2296         integ-temp by declared variable.
2297         (math-fit-first-var, math-fit-first-coef, math-fit-new-coefs):
2298         New variables.
2299         (math-general-fit): Replace variables first-var, first-coef and
2300         new-coefs by declared variables.
2301         (calcFunc-fitvar): Replace variable first-var by declared variable.
2302         (calcFunc-fitparam): Replace variable first-coef by declared variable.
2303         (calcFunc-fitdummy): Replace variable new-coefs by declared variable.
2304         (math-all-vars-vars, math-all-vars-found): New variables.
2305         (math-all-vars-in, math-all-vars-rec): Replace variables vars and
2306         found by declared variable math-all-vars-vars.
2308 2004-11-20  Luc Teirlinck  <teirllm@auburn.edu>
2310         * emacs-lisp/cust-print.el (custom-printers): Use `defvar' instead
2311         of `defconst'.
2313 2004-11-20  Richard M. Stallman  <rms@gnu.org>
2315         * isearch.el (isearch-mode-map): Don't bind SPC.
2316         (isearch-whitespace-chars): Function deleted.
2317         (isearch-search): Bind search-spaces-regexp.
2318         (isearch-lazy-highlight-search): Likewise.
2319         (search-whitespace-regexp): Doc fix.
2320         (isearch-forward-regexp): Doc fix.
2322         * emacs-lisp/bytecomp.el (byte-compile-form):
2323         Move the calls to byte-compile-set-symbol-position,
2324         to avoid having two for the same symbol occurrence.
2326         * comint.el (comint-input-ring-size): Increase to 150.
2328         * hexl.el (hexl-mode-old-hl-line-mode, hexl-mode-old-ruler-mode):
2329         New variables.
2330         (hexl-mode): Set those variables, record ruler-mode and hl-line-mode.
2331         (hexl-mode-exit): Restore status of ruler-mode and hl-line-mode.
2333         * imenu.el (imenu--generic-function):
2334         Ensure we keep moving backward even if BEG isn't further back.
2336         * replace.el (query-replace-read-to, query-replace-read-from):
2337         Specify t for KEEP-ALL in read-from-minibuffer.
2339         * progmodes/python.el (python-switch-to-python):
2340         If Python isn't running, start it.
2341         Don't alter debug-ignored-errors.
2343         * progmodes/cperl-mode.el (cperl-indent-region):
2344         Don't mind imenu-scanning-message.
2346         * bindings.el (global-map): Bind C-e to move-end-of-line.
2348         * simple.el (line-move-finish): New arg FORWARD.
2349         Ignore invisible newlines, not intangible ones.
2350         Conditions for acceptable stopping positions depend on FORWARD.
2351         (line-move): Pass FORWARD arg to line-move-finish.
2353         * buff-menu.el (list-buffers-noselect): Eliminate space at the start
2354         of HEADER.  Compensate for this change in the code to add display
2355         properties.  Don't make the first line intangible.
2357         * info.el (Info-search): Fix previous change.
2359 2004-11-20  Thien-Thi Nguyen  <ttn@gnu.org>
2361         * Makefile.in (recompile): Revert 2004-11-19 change.
2362         (compile): Likewise.
2364 2004-11-19  Luc Teirlinck  <teirllm@auburn.edu>
2366         * Makefile.in (compile): Set `max-specpdl-size' before compiling.
2368 2004-11-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2370         * progmodes/ebnf2ps.el: Fix typos.  Insert :version tag into all
2371         defgroup and defcustom.  Eliminate eval-and-compile usage.
2373         * progmodes/ebnf-otz.el: Fix typos.
2375 2004-11-19  Jay Belanger  <belanger@truman.edu>
2377         * calc/calc-yank.el (calc-edit-disp-trail): New variable.
2378         (calc-edit-finish, calc-finish-stack-edit): Replace variable
2379         disp-trail by declared variable.
2381         * calc/calc-sel.el (calc-edit-disp-trail): Declare it.
2382         (calc-finish-selection-edit):  Replace variable disp-trail by
2383         declared variable.
2384         (calc-selection-cache-entry): Move declaration to earlier in the file.
2385         (calc-selection-cache-num, calc-selection-cache-comp)
2386         (calc-selection-cache-offset, calc-selection-true-num)
2387         (calc-final-point-line, calc-final-point-column)
2388         (calc-original-buffer): Declare them.
2389         (calc-fnp-op, calc-fnp-num): New variables.
2390         (calc-find-nth-part, calc-find-nth-part-rec)
2391         (calc-select-previous): Replace op and num by declared variables.
2392         (calc-rsf-old, calc-rsf-new): New variables.
2393         (calc-replace-sub-formula, calc-replace-sub-formula-rec):
2394         Replace variables old and new by declared variables.
2395         (calc-sel-reselect): New variable.
2396         (calc-auto-selection, calc-enter-selection, calc-edit-selection)
2397         (calc-sel-evaluate, calc-sel-expand-formula, calc-sel-expand-formula)
2398         (calc-sel-mult-both-sides, calc-sel-add-both-sides):  Replace variable
2399         reselect with declared variable.
2401         * calc/calc-rewr.el (math-regs, math-num-regs, math-prog-last)
2402         (math-bound-vars, math-conds, math-copy-neg, math-rhs)
2403         (math-pattern, math-remembering, math-aliased-vars, math-mt-many)
2404         (math-import-list, math-rewrite-phase): Declare them.
2405         (math-rewrite):  Use let* to declare variables.
2406         (calc-rewrite-selection): Make rules a local variable.
2407         (calc-rewr-sel): New variable.
2408         (calc-rewrite-selection, calc-locate-selection-marker)
2409         (calc-rewrite): Use the declared variable calc-rewr-sel instead
2410         of sel.
2411         (math-rewrite-whole-expr): New variable.
2412         (math-rewrite, math-rewrite-phase): Replace variable expr by
2413         declared variable.
2414         (math-rewrite-heads-heads, math-rewrite-heads-skips)
2415         (math-rewrite-heads-blanks ): New variables.
2416         (math-rewrite-heads, math-rewrite-heads-rec): Replace variables
2417         heads, skips and blanks by declared variables.
2418         (math-rwcomp-subst-old, math-rwcomp-subst-new)
2419         (math-rwcomp-subst-old-func, math-rwcomp-subst-new-func):
2420         New variables.
2421         (math-rwcomp-substitute, math-rwcomp-subst-rec): Replace variables
2422         old, new, old-func and new-func by declared variables.
2423         (math-rwcomp-assoc-args, math-rwcomp-addsub-args):
2424         Remove unnecessary variable.
2425         (math-apply-rw-regs): New variable.
2426         (math-apply-rewrites, math-rwapply-replace-regs)
2427         (math-rwapply-reg-looks-negp): Replace variable regs by declared var.
2428         (math-apply-rw-ruleset): New variable.
2429         (math-apply-rewrites, math-rwapply-remember): Replace variable
2430         ruleset by declared variable.
2432 2004-11-19  Richard M. Stallman  <rms@gnu.org>
2434         * info.el (Info-search): Use search-whitespace-regexp.
2436 2004-11-19  Thien-Thi Nguyen  <ttn@gnu.org>
2438         * vc-rcs.el (vc-rcs-parse): New function.
2439         (vc-rcs-annotate-command): Likewise.
2440         (vc-rcs-annotate-current-time): Likewise.
2441         (vc-rcs-annotate-time): Likewise.
2442         (vc-rcs-annotate-extract-revision-at-line): Likewise.
2444 2004-11-19  Thien-Thi Nguyen  <ttn@gnu.org>
2446         * Makefile.in (recompile): Set `max-specpdl-size' before compiling.
2448 2004-11-18  Jay Belanger  <belanger@truman.edu>
2450         * calc/calc-alg.el (math-simplify-divisor): Remove unnecessary vars.
2452 2004-11-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2454         * printing.el: Eliminate use of interactive-p and eval-and-compile.
2455         Use of (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
2456         Use make-temp-file to generate PostScript files in any situation.
2457         (pr-ps-temp-file): Now specify a prefix to generate temporary files.
2458         (pr-interactive-p): Eliminate var.
2459         (pr-save-interactive): Eliminate macro.
2460         (pr-interface, pr-ps-directory-preview)
2461         (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
2462         (pr-ps-directory-ps-print, pr-ps-buffer-preview)
2463         (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
2464         (pr-ps-buffer-ps-print, pr-ps-region-preview)
2465         (pr-ps-region-using-ghostscript, pr-ps-region-print)
2466         (pr-ps-region-ps-print, pr-ps-mode-preview)
2467         (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
2468         (pr-printify-directory, pr-txt-directory, pr-despool-preview)
2469         (pr-despool-using-ghostscript, pr-despool-print, pr-despool-ps-print)
2470         (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
2471         (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
2472         (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
2473         (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
2474         (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
2475         (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
2476         (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
2477         (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
2478         (pr-update-menus, pr-interface-ps-prin, pr-interface-preview):
2479         Eliminate pr-save-interactive usage.
2480         (pr-menu-lock, pr-ps-utility-args, pr-set-outfilename):
2481         Eliminate pr-interactive-p usage.
2482         (pr-toggle-file-duplex-menu, pr-toggle-file-tumble-menu)
2483         (pr-toggle-file-landscape-menu, pr-toggle-ghostscript-menu)
2484         (pr-toggle-faces-menu, pr-toggle-spool-menu, pr-toggle-duplex-menu)
2485         (pr-toggle-tumble-menu, pr-toggle-landscape-menu)
2486         (pr-toggle-upside-down-menu, pr-toggle-line-menu, pr-toggle-zebra-menu)
2487         (pr-toggle-header-menu, pr-toggle-header-frame-menu)
2488         (pr-toggle-lock-menu, pr-toggle-region-menu, pr-toggle-mode-menu):
2489         New funs.
2490         (pr-ps-file): Use make-temp-file to generate a temporary file.
2492 2004-11-17  Jay Belanger  <belanger@truman.edu>
2494         * calc/calc-alg.el (calc-poly-div): Make calc-poly-div-remainder
2495         a local variable.
2496         (math-eval-rules-cache, math-eval-rules-cache-other): Declare them.
2497         (math-top-only): New variable.
2498         (math-simplify, math-simplify-step): Replace variable top-only by
2499         declared variable math-top-only.
2500         (math-simplify-expr): Declare it.
2501         Replace argument expr in all calls of math-defsimplify by
2502         math-simplify-expr.
2503         (math-simplify-plus, math-simplify-times, math-simplify-divide)
2504         (math-simplify-divisor, math-simplify-one-divisor)
2505         (math-simplify-mod, math-simplify-ineq, math-simplify-sqrt)
2506         (math-simplify-pow): Replace variable expr by declared variable
2507         math-simplify-expr.
2508         (math-simplify-divisor): Remove local variables temp and op.
2509         (math-simplify-one-divisor): Make temp and op local variables.
2510         (math-simplify-divisor-nover, math-simplify-divisor-dover):
2511         New variables.
2512         (math-simplify-divisor, math-simplify-one-divisor):
2513         Replace variables nover and dover by declared variables.
2514         (math-expr-subst-new, math-expr-subst-old): New variables.
2515         (math-expr-subst, math-expr-subst-rec): Replace variables new
2516         and old by declared variables.
2517         (math-is-poly-degree, math-is-poly-loose): New variables.
2518         (math-is-polynomial, math-is-poly-rec): Replace variables degree
2519         and loose by declared variables.
2520         (math-poly-base-const-ok, math-poly-base-pred): New variables.
2521         (math-polynomial-base, math-polynomial-base-rec):
2522         Replace variables const-ok and mpb-pred by declared variables.
2524         * calc/calc-poly.el (calc-poly-div-remainder): Declare it.
2526         * calc/calc-ext.el (math-defsimplify): Change the argument in
2527         the created function to math-simplify-expr.
2529         * calc/calc-units.el (math-simplify-expr): Declare it.
2530         Replace argument expr in all calls of math-defsimplify by
2531         math-simplify-expr.
2532         (math-simplify-units-prod): Replace variable expr by declared
2533         variable math-simplify-expr.
2535 2004-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2537         * buff-menu.el (list-buffers-noselect): Massage to fit in 80 columns.
2538         Replace mapcar->dolist, format->string.
2540 2004-11-17  Miles Bader  <miles@gnu.org>
2542         * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el
2543         * progmodes/idlwave.el: Remove RCS keywords.
2545 2004-11-17  J.D. Smith  <jdsmith@as.arizona.edu>
2547         * progmodes/idlwave.el, progmodes/idlw-toolbar.el
2548         * progmodes/idlw-shell.el, progmodes/idlw-rinfo.el:
2549         Update to IDLWAVE version 5.5.  Too many changes to list them here.
2550         * progmodes/idlw-help.el: New file.
2552 2004-11-16  Richard M. Stallman  <rms@gnu.org>
2554         * international/iso-cvt.el (iso-tex2iso-trans-tab):
2555         Discard spaces after \i according to TeX rules.
2557         * international/mule.el (set-buffer-file-coding-system):
2558         New arg NOMODIFY.
2559         (after-insert-file-set-coding): Pass that new arg.
2560         Prevent set-buffer-multibyte from trying to lock the file.
2562         * buff-menu.el (list-buffers-noselect): New arg BUFFER-LIST.
2564         * saveplace.el (save-place): Doc fix.
2566         * dabbrev.el (dabbrev-expand): When handling SPC M-/,
2567         temporarily widen before finding the following word to copy.
2569         * emacs-lisp/lucid.el (map-keymap): Definition deleted.
2570         (cl-map-keymap): Definition deleted.
2572         * subr.el (map-keymap-internal): New function.
2574 2004-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2576         * textmodes/flyspell.el (flyspell-mouse-map): Pop the menu
2577         when pressing rather than when releasing mouse-2.  Simplify.
2579 2004-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2581         * progmodes/compile.el (compilation-setup): Don't set buffer-read-only.
2582         (compilation-mode): Set it here instead.
2584         * emacs-lisp/cl-compat.el (pair-with-newsyms): Use make-symbol.
2586         * emacs-lisp/cl-macs.el: Use make-symbol rather than gensym.
2587         (loop, cl-parse-loop-clause, defsetf): Use backquote.
2589 2004-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2591         * progmodes/compile.el (compilation-internal-error-properties):
2592         Fix up a transposition-typo.  Check end-col before using it.
2594 2004-11-14  Frederic Han  <han@math.jussieu.fr>  (tiny change)
2596         * international/iso-cvt.el (iso-tex2iso-trans-tab):
2597         Discard whitespace after macro \i when converting it.
2599 2004-11-16  Juri Linkov  <juri@jurta.org>
2601         * emacs-lisp/find-func.el (find-function-regexp):
2602         Optimize `define-minor-mode'.  Add `defun-cvs-mode'.
2603         Add `deffoo'.  Add `f' to [^cgv] to exclude `defface'.
2604         Remove invalid `\W' from [^cgv\W].  Doc fix.
2605         (find-function-search-for-symbol): Replace "\\>" with "\\_>".
2607 2004-11-15  Luc Teirlinck  <teirllm@auburn.edu>
2609         * play/life.el: Maintainer is now FSF.
2610         (life-patterns, life-neighbor-deltas, life-window-start)
2611         (life-current-generation, life-generation-string): Use defvar
2612         instead of defconst.
2614 2004-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2616         * progmodes/compile.el (compilation-move-to-column): New fun.
2617         (compilation-internal-error-properties)
2618         (compilation-next-error-function): Use it to make sure we don't go past
2619         the end of line.
2621 2004-11-15  John Paul Wallington  <jpw@gnu.org>
2623         * autoinsert.el (auto-insert-alist): Insert the user's name in
2624         copyright notice, rather than Free Software Foundation, for the
2625         Emacs Lisp header case too.
2627 2004-11-15  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2629         * printing.el (pr-ps-file-print, pr-toggle-duplex): Fix typos.
2630         Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
2631         (pr-switches-string): If SWITCHES is nil, return nil.  Otherwise,
2632         return the list of string in a string.
2633         (pr-call-process): Message if calling process returns an error, that
2634         is, the exit status is different of zero.
2636 2004-11-15  Jay Belanger  <belanger@truman.edu>
2638         * calc/calcalg2.el (math-integrate-by-parts):  Remove unused
2639         variable var-thing.
2640         (math-integ-depth, math-integ-level, math-integral-limit)
2641         (math-enable-subst, math-any-substs, math-integ-msg)
2642         (math-prev-parts-v, math-good-parts, math-max-integral-limit)
2643         (math-int-threshold, math-int-factors, math-double-roots)
2644         (math-solve-simplifying, var-IntegLimit, math-solve-sign)
2645         (var-GenCount):  Declare these variables.
2646         (calcFunc-integ):  Don't check if var-IntegLimit is bound.
2647         (math-integral-cache, math-integral-cache-state):
2648         Move declarations to earlier in the file.
2649         (math-deriv-var, math-deriv-total, math-deriv-symb)
2650         (math-cur-record, math-has-rules, math-t1, math-t2, math-t3)
2651         (math-so-far, math-integ-expr, math-expr-parts, calc-low)
2652         (calc-high, math-solve-var, math-solve-full, math-solve-vars)
2653         (math-try-solve-sign, math-solve-b, math-solve-system-vv)
2654         (math-solve-res):  New variables
2655         (math-derivative, calcFunc-deriv, calcFunc-tderiv)
2656         (math-integral, math-replace-integral-parts)
2657         (math-integrate-by-parts, calc-dump-integral-cache)
2658         (math-try-integral, math-do-integral, math-do-integral)
2659         (math-do-integral-methods, math-try-solve-for)
2660         (math-try-solve-prod, math-solve-poly-funny-powers)
2661         (math-solve-crunch-poly, math-decompose-poly)
2662         (math-solve-find-root-term, math-find-root-in-prod)
2663         (math-integ-try-linear-substitutions)
2664         (math-integ-try-substitutions, math-expr-rational-in)
2665         (math-expr-rational-in-rec, calcFunc-table, math-scan-for-limits)
2666         (math-solve-prod, math-solve-quartic, math-poly-all-roots)
2667         (math-solve-for, math-solve-system, math-solve-system-rec)
2668         (math-solve-get-sign, math-solve-get-int)
2669         (math-solve-system-subst): Replace undeclared variables with newly
2670         declared variables.
2672 2004-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2674         * winner.el (winner-active-region, winner-edges, winner-window-list):
2675         Define at toplevel.
2676         (winner-mode-map): Move init inside declaration.
2678 2004-11-14  Luc Teirlinck  <teirllm@auburn.edu>
2680         * files.el (convert-standard-filename): Doc fix.
2682 2004-11-14  Daniel Pfeiffer  <occitan@esperanto.org>
2684         * files.el (auto-mode-alist): Handle .gtkrc, and under /etc
2685         passwd, group, shadow, default/* and pam.d/*.
2687 2004-11-14  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2689         * printing.el (pr-menu-spec): Adjust menu specification.
2691 2004-11-13  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2693         * printing.el: Doc fix.  Insert :version tag into all defcustom.
2694         Handle interactive-p as is recommended in Emacs Lisp Reference.
2695         Set the file permission bits for newly created files.
2696         Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
2697         The printing menu specification (in `pr-menu-spec') was merged.
2698         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
2699         (pr-version): New version number (6.8.3).
2700         (pr-file-modes): New option.
2701         (pr-interactive-p): New var.
2702         (pr-save-interactive, pr-save-file-modes): New macros.
2703         (pr-setup): Code fix.
2704         (pr-menu-spec): Menu specification merged.
2705         (pr-call-process, pr-text2ps): Set file permission bits.
2706         (pr-despool-print): Set file permission bits.  Handle interactive-p as
2707         is recommended.
2708         (pr-interface, pr-ps-directory-preview)
2709         (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
2710         (pr-ps-directory-ps-print, pr-ps-buffer-preview)
2711         (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
2712         (pr-ps-buffer-ps-print, pr-ps-region-preview)
2713         (pr-ps-region-using-ghostscript, pr-ps-region-print)
2714         (pr-ps-region-ps-print, pr-ps-mode-preview)
2715         (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
2716         (pr-printify-directory, pr-txt-directory, pr-despool-preview)
2717         (pr-despool-using-ghostscript, pr-despool-ps-print)
2718         (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
2719         (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
2720         (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
2721         (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
2722         (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
2723         (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
2724         (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
2725         (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
2726         (pr-menu-lock, pr-update-menus, pr-ps-utility-args)
2727         (pr-set-outfilename, pr-interface-ps-print, pr-interface-preview):
2728         Handle interactive-p as is recommended.
2730 2004-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2732         * emacs-lisp/byte-opt.el (byte-optimize-inline-handler): Simplify.
2733         (byte-decompile-bytecode-1): Remove unused vars `tag' and `retcount'.
2735         * font-lock.el (font-lock-fontify-syntactically-region): Fix last fix
2736         so it doesn't forget to highlight the beginning of the region either.
2738 2004-11-13  Daniel Pfeiffer  <occitan@esperanto.org>
2740         * progmodes/cc-mode.el (c-basic-common-initc-font-lock-init)
2741         (c-font-lock-init): Eliminate obsolete make-local-hook.
2742         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
2743         (awk-mode): Use run-mode-hooks.
2745         * progmodes/cperl-mode.el (cperl-mode): Use run-mode-hooks.
2747 2004-11-13  Kim F. Storm  <storm@cua.dk>
2749         * mouse.el (mouse-drag-copy-region): Add :version.
2750         (mouse-drag-mode-line-1): Let bind mouse-autoselect-window to nil
2751         while dragging mode line, so mode line can be dragged downwards.
2752         (mouse-drag-region-1): Let bind make-cursor-line-fully-visible
2753         while pressing mouse button so window doesn't scroll until we
2754         release the mouse if clicking on partially visible line.
2756 2004-11-12  Jay Belanger  <belanger@truman.edu>
2758         * calc/calc-graph.el (calc-dumb-map):  Declare it.
2759         (calc-graph-show-dumb):  Check if calc-dumb-map is non-nil rather
2760         than unbound.
2761         (calc-graph-name):  Made `end' a local variable.
2762         (calc-graph-lookup):  Made `varname' a local variable.
2763         (var-DUMMY, var-DUMMY2, var-PlotRejects, calc-gnuplot-trail-mark):
2764         Declare them.
2765         (calc-graph-format-data):  Don't check if var-PlotRejects is bound.
2766         (calc-graph-plot, calc-graph-compute-3d):  Remove references to
2767         the unused variable y3vec.
2768         (calc-graph-show-dumb):  Remove reference to unused variable found-pt.
2769         (calc-graph-kill-hook, calc-graph-plot):  Remove reference to
2770         calc-graph-prev-kill-hook.
2771         (calc-graph-yvalue, calc-graph-yvec, calc-graph-numsteps)
2772         (calc-graph-numsteps3, calc-graph-xvalue, calc-graph-xvec)
2773         (calc-graph-xname, calc-graph-yname, calc-graph-xstep)
2774         (calc-graph-ycache, calc-graph-ycacheptr, calc-graph-refine)
2775         (calc-graph-keep-file, calc-graph-xval, calc-graph-xlow)
2776         (calc-graph-xhigh, calc-graph-yval, calc-graph-yp, calc-graph-xp)
2777         (calc-graph-zp, calc-graph-yvector, calc-graph-resolution)
2778         (calc-graph-y3value, calc-graph-y3name)
2779         (calc-graph-y3step, calc-graph-y3step, calc-graph-zval)
2780         (calc-graph-stepcount, calc-graph-is-splot)
2781         (calc-graph-surprise-splot, calc-graph-blank)
2782         (calc-graph-non-blank, calc-graph-curve-num):  New variables.
2783         (calc-graph-plot, calc-graph-compute-2d, calc-graph-refine-2d)
2784         (calc-graph-recompute-2d, calc-graph-compute-3d)
2785         (calc-graph-format-data): Replace undeclared variables with the
2786         above newly declared variables.
2788 2004-11-12  Diane Murray  <dsm@muenster.de>  (tiny change)
2790         * mail/rmail.el (rmail-get-new-mail): Use the renamed variables
2791         `rsf-beep' and `rsf-sleep-after-message'.
2793         * mail/rmail-spam-filter.el (rmail-spam-filter): Only check white
2794         list if `message-sender' is non-nil.
2796 2004-11-12  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
2798         * desktop.el (desktop-create-buffer, desktop-save): Avoid some
2799         consing by using mapc instead of mapcar.
2801 2004-11-12  Nick Roberts  <nickrob@snap.net.nz>
2803         * tooltip.el (require): Explain why CL is needed.
2805 2004-11-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2807         * printing.el: Insert :version into defgroup (printing).  All reference
2808         to Files option in menubar were changed to File.
2809         (pr-version): New version number (6.8.2).
2810         (pr-get-symbol): Call easy-menu-intern.
2811         (pr-region-active-p): Now is a fun (it was defsubst).  To avoid
2812         compilation gripes.
2814 2004-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2816         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Understand the
2817         new byte-compile-function-environment binding to t.
2819         * font-lock.el (font-lock-fontify-syntactically-region):
2820         Don't forget to highlight the last char when we hit `end'.
2822         * mwheel.el (mouse-wheel-progressive-speed): Fix typo in name.
2823         (mwheel-scroll): Adjust accordingly.
2825         * cvs-status.el: Reduce spurious warnings.
2826         (cvs-status-checkout): Remove.
2827         (cvs-status-mode-map): Use cvs-mode-checkout instead.
2829         * pcvs.el (cvs-mode-checkout): New command.
2831         * international/iso-cvt.el (iso-cvt-define-menu): Fix typo.
2833         * tooltip.el: Require CL.
2835         * emacs-lisp/bytecomp.el: Use push.
2836         (byte-compile-file-form-defalias): Rename from byte-compile-defalias.
2837         (defalias): Remove the `byte-compile' property and add
2838         a `byte-hunk-handler'.
2840 2004-11-11  Juri Linkov  <juri@jurta.org>
2842         * info.el (Info-search): Save match data for isearch.
2843         Skip Tag Table node.
2845         * descr-text.el (describe-char): Replace syntax-after with code
2846         from its previous version.
2848         * files.el (magic-mode-alist): Use optimization for SGML mode too.
2849         (set-auto-mode): Doc fix.  Remove unused variable `xml'.
2851         * international/mule.el (sgml-html-meta-auto-coding-function):
2852         Remove > after <html to allow HTML attributes.
2854 2004-11-11  Jay Belanger  <belanger@truman.edu>
2856         * calc/calc-comb.el (math-prime-factors-finished):  Declare it as
2857         a variable.
2858         (calcFunc-dfac):  Replace unbound max by n.
2859         (math-stirling-local-cache):  New variable.
2860         (math-stirling-number, math-stirling-1, math-stirling-2):
2861         Replace the variable `cache' by the declared variable
2862         math-stirling-local-cache.
2863         (var-RandSeed):  Declare it as a variable.
2864         (math-init-random-base, math-random-digit):  Don't check to see if
2865         var-RandSeed is bound.
2866         (math-random-cache, math-gaussian-cache, calc-verbose-nextprime):
2867         Declare them instead of just setting them.
2868         (math-init-random-base):  Made i a local variable.
2869         (math-random-digit):  Made math-random-last a local variable.
2870         (math-prime-test-cache):  Move declaration to before it is used.
2871         (math-prime-test-cache-k, math-prime-test-cache-q)
2872         (math-prime-test-cache-nm1, math-prime-factors-finished):
2873         Declare them as variables.
2875 2004-11-11  Jay Belanger  <belanger@truman.edu>
2877         * calc/calc-ext.el (math-defcache):  Use defvar for the new
2878         variables it creates.
2880 2004-11-11  Lars Hansen  <larsh@math.ku.dk>
2882         * desktop.el (desktop-buffer-mode-handlers, desktop-after-read-hook)
2883         (desktop-clear-preserve-buffers-regexp, desktop-file-name-format)
2884         (desktop-globals-to-clear, desktop-no-desktop-file-hook, desktop-path)
2885         (desktop-save): Add :version.
2887 2004-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2889         * printing.el (pr-get-symbol): Don't downcase.
2891 2004-11-10  Jay Belanger  <belanger@truman.edu>
2893         * calc/calc-aent.el (calc-do-quick-calc):  Use kill-new to append
2894         string to kill-ring.
2896         * calc/calc-aent.el (calc-alg-exp, math-toks)
2897         (math-exp-pos,math-exp-old-pos, math-exp-token)
2898         (math-exp-keep-spaces, math-exp-str):  New variables.
2899         (calc-do-alg-entry, calcAlg-equals, calcAlg-edit)
2900         (calcAlg-enter):  Use declared variable calc-alg-exp.
2901         (math-build-parse-table, math-find-user-token):  Use declared
2902         variable math-toks.
2903         (math-read-exprs, math-read-token, calc-check-user-syntax)
2904         (calc-match-user-syntax, match-factor-after, math-read-factor):
2905         Use declared variables math-exp-pos math-exp-old-pos.
2906         (math-read-exprs, math-read-token, math-read-expr-level)
2907         (calc-check-user-syntax, calc-match-user-syntax)
2908         (match-factor-after, math-read-factor):  Use declared variable
2909         math-exp-token.
2910         (math-read-exprs, math-read-expr-list, math-read-token)
2911         (math-read-factor):  Use declared variable math-exp-keep-spaces.
2912         (math-read-exprs, math-read-token):  Use declared variable
2913         math-exp-str.
2914         (calc-match-user-syntax):  Make m a local variable.
2916         * calc/calc-ext.el (math-read-expr):  Use declared variables
2917         math-exp-pos, math-exp-old-pos, math-exp-str, math-exp-token,
2918         math-exp-keep-spaces.
2920         * calc/calc-forms.el (math-read-angle-bracket):  Use declared
2921         variables math-exp-pos, math-exp-str.
2923         * calc/calc-lang.el (math-parse-tex-sum):  Use declared variable
2924         math-exp-old-pos.
2925         (math-parse-fortran-vector, math-parse-fortran-vector-end)
2926         (math-parse-eqn-prime):  Use declared variable math-exp-token.
2928         * calc/calc-vec.el (math-read-brackets, math-check-for-commas):
2929         Use declared variable math-exp-pos.
2930         (math-check-for-commas):  Use declared variable math-exp-str.
2931         (math-read-brackets):  Use declared variables math-exp-old-pos,
2932         math-exp-keep-spaces.
2933         (math-read-brackets, math-read-vector, math-read-matrix):
2934         Use declared variable math-exp-token.
2936 2004-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2938         * emacs-lisp/easymenu.el (easy-menu-define-key): Understand the case
2939         where the keymap is a symbol.
2940         (easy-menu-add-item): Use keymap-prompt.  Simplify.
2942         * files.el (magic-mode-alist): Reduce backtracking in the HTML regexp.
2944         * textmodes/sgml-mode.el (sgml-tag-text-p): New fun.
2945         (sgml-parse-tag-backward): Use it to skip spurious < or >.
2947 2004-11-10  Thien-Thi Nguyen  <ttn@gnu.org>
2949         * ebuff-menu.el: Doc fixes throughout.
2950         (electric-buffer-menu-mode-hook): New defvar.
2952 2004-11-10  Nick Roberts  <nickrob@snap.net.nz>
2954         * tooltip.el: Don't require cl, comint, gud, gdb-ui for
2955         compilation. The resulting compiler warnings appear to be harmless.
2957 2004-11-10  Daniel Pfeiffer  <occitan@esperanto.org>
2959         * textmodes/conf-mode.el: New file.
2961         * files.el (auto-mode-alist, magic-mode-alist): Use it.
2963 2004-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2965         * international/iso-cvt.el (iso-cvt-define-menu): Clean up namespace.
2967 2004-11-09  Jay Belanger  <belanger@truman.edu>
2969         * calc/calc-ext.el (calc-init-extensions):  Remove old code.
2971         * calc/calc-ext.el (math-expr-data, math-mt-many, math-mt-func)
2972         (calc-z-prefix-buf, calc-z-prefix-msgs):  New variables.
2973         (calc-z-prefix-help, calc-user-function-list):  Use declared
2974         variables calc-z-prefix-buf, calc-z-prefix-msgs.
2975         (math-map-tree, math-map-tree-rec):  Use declared variables
2976         math-mt-many, math-mt-func.
2977         (math-read-expression, math-read-string):  Use declared variable
2978         math-expr-data.
2980         * calc/calc-ext.el (math-normalize-nonstandard):  Use declared
2981         variable math-normalize-a.
2983         * calc/calc.el (math-normalize-a):  New variable.
2984         (math-normalize):  Use declared variable math-normalize-a.
2986         * calc/calc-poly.el (math-expand-form):  Use declared variable
2987         math-mt-many.
2989         * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
2990         Use declared variable math-mt-many.
2991         (math-rewrite):  Use declared variable math-mt-func.
2993         * calc/calc-vec.el (math-read-brackets, math-read-vector)
2994         (math-read-matrix):  Use declared variable math-expr-data.
2996         * calc/calc-lang.el (math-parse-fortran-vector)
2997         (math-parse-fortran-vector-end, math-parse-tex-sum)
2998         (math-parse-eqn-matrix, math-parse-eqn-prime)
2999         (math-read-math-subscr):  Use declared variable math-expr-data.
3001         * calc/calc-aent.el (math-read-exprs, math-read-expr-list)
3002         (math-read-expr-level, math-read-token, calc-check-user-syntax)
3003         (calc-match-user-syntax, math-read-if, math-factor-after)
3004         (math-read-factor):  Use declared variable math-expr-data.
3006 2004-11-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
3008         * calendar/diary-lib.el (diary-from-outlook)
3009         (diary-from-outlook-gnus, diary-from-outlook-rmail): Do not use
3010         interactive-p; but rather new optional argument NOCONFIRM.
3012 2004-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3014         * emacs-lisp/easymenu.el (easy-menu-intern): Revert to no-downcasing.
3015         (easy-menu-name-match): Revert correspondingly.
3017 2004-11-09  Richard M. Stallman  <rms@gnu.org>
3019         * emacs-lisp/bytecomp.el (byte-compile-defalias):
3020         Turn off warnings for the new function even if definition not constant.
3021         If the definition isn't a quoted symbol, record (FUNCTION . t).
3022         (byte-compile-function-environment): Now allow (FUNCTION . t) as elt.
3023         (byte-compile-callargs-warn): Handle (FUNCTION . t).
3024         (display-call-tree, byte-compile-arglist-warn):
3025         Handle t returned by byte-compile-fdefinition.
3027 2004-11-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3029         * Makefile.in (maintainer-clean): Depend on distclean.
3031         * help-fns.el (help-C-file-name): File name must be in build-files
3032         to be returned.
3034 2004-11-09  Jay Belanger  <belanger@truman.edu>
3036         * calc/calc.el (calc-mode-hook, calc-trail-mode-hook)
3037         (calc-start-hook, calc-end-hook, calc-load-hook):  New variables.
3039         * calc/calc.el (calc, calc-trail-display, calc-mode):
3040         Remove obsolete sections.
3042         * calc/calc.el (calc-x-paste-text):  Remove.
3044         * calc/calc-ext.el (calc-init-extensions):  Bind calc-yank to
3045         mouse-2.
3047 2004-11-09  Nick Roberts  <nickrob@snap.net.nz>
3049         * progmodes/gdb-ui.el (gdb-current-stack-level): New variable.
3050         (gdb-info-frames-custom, gdb-frame-handler): Use it to find
3051         current frame (in case of recursive calls).
3052         (gdb-show-changed-values): Add :version keyword.
3054 2004-11-09  Kenichi Handa  <handa@m17n.org>
3056         * international/mule-cmds.el: Change coding: tag back to
3057         iso-2022-7bit.
3059 2004-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3061         * international/mule-cmds.el: Change coding-system to utf-8.
3062         (select-safe-coding-system-interactively):
3063         New function extracted from select-safe-coding-system.
3064         (select-safe-coding-system): Use it.
3066 2004-11-08  Richard M. Stallman  <rms@gnu.org>
3068         * subr.el (syntax-after): Doc fix.
3070         * paren.el (show-paren-function): Change calls to syntax-after
3071         for new way of returning the value.
3073         * menu-bar.el (menu-bar-file-menu): Make this the real name
3074         and menu-bar-files-menu the alias.  Use the former.
3075         (global-map): Use `file', not `files', as the symbol.
3077         * info.el (Info-revert-find-node): Don't use beginning-of-buffer.
3079         * filesets.el (filesets-spawn-external-viewer, filesets-run-cmd):
3080         Don't use beginning-of-buffer.
3081         (filesets-cmd-show-result): Use with-no-warnings.
3083 2004-11-08  Juri Linkov  <juri@jurta.org>
3085         * progmodes/compile.el (compile): Don't overwrite last command in
3086         minibuffer history with default command if they are not equal.
3088 2004-11-08  Jay Belanger  <belanger@truman.edu>
3090         * calc/calcalg2.el (math-do-integral-methods):  Try linear then
3091         non-linear substitutions.
3093 2004-11-08  Jay Belanger  <belanger@truman.edu>
3095         * calc/calcalg2.el (math-linear-subst-tried): New variable.
3096         (math-do-integral):  Set `math-linear-subst-tried' to nil.
3097         (math-do-integral-methods):  Use `math-linear-subst-tried' to
3098         determine what type of substitution to try.
3099         (math-integ-try-linear-substituion):
3100         Set `math-linear-subst-tried' to t.
3102 2004-11-08  Kim F. Storm  <storm@cua.dk>
3104         * Makefile.in (bootstrap-clean): New target for 'make bootstrap'.
3106 2004-11-07  Juri Linkov  <juri@jurta.org>
3108         * info-look.el (info-lookup): Allow reusing in the current buffer
3109         not only *info* buffer, but all (even renamed) Info buffers
3110         by checking for major-mode instead of *info* buffer name.
3111         (c-mode, autoconf-mode, emacs-lisp-mode, scheme-mode)
3112         (octave-mode, maxima-mode) <doc-spec>:
3113         Allow long dashes generated by Texinfo 4.7 before definitions.
3114         (texinfo-mode) <doc-spec>: Add space to suffix to find command
3115         definitions with argument separated by space.
3117 2004-11-06  Richard M. Stallman  <rms@gnu.org>
3119         * simple.el (next-error group, face): Move before first use.
3120         (next-error-highlight, next-error-highlight-no-select): Likewise.
3122         * simple.el (line-move-invisible-p): Rename from line-move-invisible.
3123         (line-move): New args NOERROR and TO-END.
3124         Return t if if succeed in moving specified number of lines.
3125         (move-end-of-line): New function.
3127         * simple.el (beginning-of-buffer-other-window): Use with-no-warnings.
3128         (end-of-buffer-other-window): Likewise.
3130         * simple.el (line-move-ignore-invisible): Default to t.
3132         * subr.el (syntax-after): Return the syntax letter, not the raw code.
3134         * emacs-lisp/elp.el (elp-results): Delete wasteful beginning-of-buffer.
3136         * international/iso-cvt.el (iso-cvt-define-menu):
3137         Rename menu-bar-files-menu to menu-bar-file-menu.
3139         * net/browse-url.el (browse-url-gnome-moz-program)
3140         (browse-url-gnome-moz-arguments): Move up before first use.
3142         * net/tramp.el (tramp group): Add :version.
3144         * progmodes/ada-xref.el (ada-gdb-application):
3145         Use goto-char instead of beginning-of-buffer.
3147         * progmodes/cperl-mode.el (cperl-info-on-command):
3148         Use goto-char instead of beginning-of-buffer.
3150         * progmodes/idlw-shell.el (idlwave-shell-examine-map):
3151         Move up before first use.
3152         (idlwave-shell-temp-pro-file): Likewise.
3153         (idlwave-shell-temp-rinfo-save-file): Likewise.
3154         (idlwave-shell-temp-file): Minor doc fix.
3156         * textmodes/flyspell.el (flyspell-external-point-words):
3157         Use goto-char instead of beginning-of-buffer.
3159 2004-11-06  Kai Grossjohann  <kai.grossjohann@gmx.net>
3161         * net/tramp.el (tramp-coding-commands): Additionally try "uudecode -o
3162         /dev/stdout" before trying "uudecode -o -".  Suggested by Han Boetes.
3163         (tramp-uudecode): Mention `uudecode -o /dev/stdout'.
3165 2004-11-06  David Ponce  <david@dponce.com>
3167         * recentf.el (recentf-menu-path): Use menu item name.
3169 2004-11-06  Eli Zaretskii  <eliz@gnu.org>
3171         * progmodes/gdb-ui.el: Don't call define-fringe-bitmap if the
3172         display doesn't support images.
3174 2004-11-06  Andreas Schwab  <schwab@suse.de>
3176         * tempo.el (tempo-match-finder): Doc fix.
3178         * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change.
3180 2004-11-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3182         * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): Remove.
3183         (easy-menu-lookup-name): New fun to replace it.
3184         (easy-menu-get-map): Use it to obey menu item names (rather than just
3185         keys) when looking up `path'.
3186         (easy-menu-always-true-p): Rename from easy-menu-always-true.
3187         (easy-menu-convert-item-1): Adjust to new name.
3189 2004-11-06  Peter Heslin  <pj@heslin.eclipse.co.uk>  (tiny change)
3191         * outline.el (hide-body): Don't hide lines at the top of the file
3192         that precede the first header line.
3194 2004-11-06  Paul Pogonyshev  <pogonyshev@gmx.net>
3196         * align.el (align-areas): Delete whitespace before reindenting, so
3197         that tabs are never placed after spaces.
3199 2004-11-06  Alan Shutko  <ats@acm.org>
3201         * macros.el (insert-kbd-macro): Do completions based on macros,
3202         rather than all commands.
3204 2004-11-06  David Hansen  <david.hansen@gmx.net>  (tiny change)
3206         * tempo.el (tempo-match-finder): Use [:word:] instead of "^\\b",
3207         to solve a bug whereby tags with 'b' don't match.
3209 2004-11-05  Juri Linkov  <juri@jurta.org>
3211         * info.el (Info-search): Don't search in node header lines
3212         and file headers.
3214         * emacs-lisp/edebug.el (edebug-next-token-class): Allow all
3215         symbol-constituent characters after dot, not only digits.
3217 2004-11-04  Daniel Pfeiffer  <occitan@esperanto.org>
3219         * files.el (set-auto-mode): Don't get error after setting -*-mode-*-.
3221 2004-11-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3223         * dired.el (dired-read-dir-and-switches): Call read-directory-name
3224         if a dialog will be used, read-file-name otherwise.
3226 2004-11-04  Richard M. Stallman  <rms@gnu.org>
3228         * textmodes/table.el (table group): Add :version.
3230         * textmodes/ispell.el (ispell-word):
3231         Don't alter args; set them only thru `interactive' spec.
3233         * textmodes/flyspell.el (flyspell-word):
3234         Don't alter FOLLOWING; set it only thru `interactive' spec.
3236         * progmodes/f90.el (f90-end-of-block): Don't use interactive-p.
3238         * net/browse-url.el (browse-url-maybe-new-window):
3239         Use called-interactively-p.
3241         * mail/supercite.el (sc-cite-region):
3242         Don't use interactive-p.  Add arg INTERACTIVE.
3243         (sc-version): Don't use interactive-p.  Rename arg to MESSAGE.
3245         * international/mule-cmds.el (set-input-method, toggle-input-method):
3246         Don't use interactive-p.  Add arg INTERACTIVE.
3248         * eshell/esh-mode.el (eshell-show-maximum-output):
3249         Don't use interactive-p.
3250         (eshell-truncate-buffer): Just message, no error, if buffer is short.
3252         * mouse.el (mouse-show-mark): Get positions to delete from mark
3253         and point, not from mouse-drag-overlay.
3255         * imenu.el (imenu-eager-completion-buffer): Add :version.
3257         * filesets.el (filesets group): Add :version.
3259 2004-11-03  Daniel Pfeiffer  <occitan@esperanto.org>
3261         * files.el (xml-based-modes): Delete var.
3262         (magic-mode-alist): New more general var.
3263         (set-auto-mode): Use it.
3265         * buff-menu.el (Buffer-menu-make-sort-button): Preserve point even
3266         when clicking from another window.
3268 2004-11-03  Thien-Thi Nguyen  <ttn@gnu.org>
3270         * vc-cvs.el (vc-cvs-local-month-numbers): Delete var.
3271         (vc-cvs-annotate-time): Incorporate value of deleted var.
3272         Remove special-case handling of beginning-of-buffer cruft.
3273         Cache ending position (point) and return value in text property
3274         `vc-cvs-annotate-time', and consult it on subsequent invocations.
3276         * vc-cvs.el (vc-cvs-annotate-command):
3277         Delete extraneous lines from beginning of buffer.
3278         * vc-mcvs.el (vc-mcvs-annotate-command): Likewise.
3280         * progmodes/grep.el (grep-default-command): Take empty string
3281         for tag if all other methods yield nil.  Shell-quote the tag.
3283         * vc.el (vc-annotate-display-autoscale): Add prefix-arg
3284         spec in `interactive' form, and mention it in the docstring.
3285         Also, make sure point is at bol after calling `annotate-time'.
3287 2004-11-02  Richard M. Stallman  <rms@gnu.org>
3289         * cus-edit.el (customize-group-other-window):
3290         Select the window that displays the custom buffer.
3291         (custom-buffer-create-other-window): Likewise.
3293         * comint.el (comint-insert-input): Fix previous change.
3295         * emacs-lisp/elp.el (elp-instrument-function):
3296         Use called-interactively-p.
3298         * emacs-lisp/easymenu.el (easy-menu-intern):
3299         Don't downcase; rather, case-flip the first letter of each word.
3301         * emacs-lisp/easy-mmode.el (define-minor-mode):
3302         Use called-interactively-p.
3304         * emacs-lisp/bytecomp.el (byte-compile-warning-types):
3305         Add interactive-only.
3306         (byte-compile-warnings): Add interactive-only as option.
3307         (byte-compile-interactive-only-functions): New variable.
3308         (byte-compile-form): Warn about calls to functions
3309         in byte-compile-interactive-only-functions.
3311         * emacs-lisp/autoload.el (update-file-autoloads):
3312         Don't use interactive-p; take new arg SAVE-AFTER.
3314         * emacs-lisp/advice.el (ad-make-advised-definition):
3315         Use called-interactively-p.
3317 2004-11-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3319         * files.el (find-file-existing): New function.
3321         * menu-bar.el (menu-bar-files-menu): Make "Open File..." call
3322         find-file-existing.  Add "New File..." that calls find-file.
3324         * diropen.pbm, diropen.xpm: New files.
3326         * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses
3327         icon diropen.  New tool bar item find-file-existing uses icon open.
3329         * dired.el (dired-read-dir-and-switches): Call read-driectory-name
3330         instead of read-file-name.
3332 2004-11-02  Ulf Jasper  <ulf.jasper@web.de>
3334         * calendar/icalendar.el (icalendar-version): Increase to 0.08.
3335         (icalendar--split-value): Change name of work buffer.
3336         (icalendar--get-weekday-abbrev): Return nil on error.
3337         (icalendar--date-to-isodate): New function.
3338         (icalendar-convert-diary-to-ical)
3339         (icalendar-extract-ical-from-buffer): Use only two args for
3340         make-obsolete (XEmacs compatibility).
3341         (icalendar-export-file, icalendar-import-file): Blank at end of prompt.
3342         (icalendar-export-region): Doc fix.
3343         If error, return non-nil and write errors to a buffer.
3344         Use correct weekday for weekly recurring events.
3345         Check whether date has been parsed for ordinary events.
3346         Make weekly events start in the year 2000.
3347         DTEND is non-inclusive, shift end date by one day if
3348         necessary (not for entries that have date and time).
3349         Rename local let variables: oops -> found-error, datestring ->
3350         startdatestring.
3352 2004-11-02  Kim F. Storm  <storm@cua.dk>
3354         * files.el (set-auto-mode-0): Don't rely on dynamic binding of
3355         keep-mode-if-same variable.  Add it as optional arg instead.
3356         (set-auto-mode): Call set-auto-mode-0 with keep-mode-if-same.
3358         * ehelp.el (electric-help-map): Reorder Q/q and R/r entries so
3359         substitute-command-keys will select lower-case bindings like those
3360         used in the static help texts.
3362         * descr-text.el (describe-text-properties): Don't err if called in
3363         the *Help* buffer; output to *Help-2* buffer instead.
3365         * kmacro.el (group kmacro): Add :version.
3366         (kmacro-keyboard-quit): New function to cleanup on C-g.
3367         (kmacro-start-macro): Set defining-kbd-macro to append when
3368         appending to last macro.
3370         * simple.el (keyboard-quit): Call kmacro-keyboard-quit.
3372 2004-11-02  Nick Roberts  <nickrob@snap.net.nz>
3374         * progmodes/gdb-ui.el (gdb-enable-debug-log)
3375         (gdb-use-inferior-io-buffer, gdb-use-colon-colon-notation)
3376         (gud-gdba-command-name, gdb-show-main, gdb-many-windows):
3377         Add :version keyword.
3379 2004-11-02  Pavel Kobiakov <pk_at_work@yahoo.com>
3381         * progmodes/flymake.el (flymake-err-line-patterns):
3382         Use `flymake-reformat-err-line-patterns-from-compile-el' to convert
3383         `compilation-error-regexp-alist-alist' to internal Flymake format.
3385         * progmodes/flymake.el: Eliminate byte-compiler warnings.
3387 2004-11-01  Jay Belanger  <belanger@truman.edu>
3389         * calc/calc-frac.el (calc-over-notation): Replace `completing-read'
3390         with `interactive "s"'.
3392 2004-11-01  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3394         * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
3395         Revert change from 2004-10-16.  '*' checks the current buffer, but the
3396         mouse click may be in another buffer.
3398 2004-11-01  John Paul Wallington  <jpw@gnu.org>
3400         * files.el (large-file-warning-threshold): Add :version keyword.
3401         (kill-some-buffers): Doc fix.
3403         * thumbs.el (group thumbs): Add :version keyword.
3405         * textmodes/bibtex.el (bibtex-make-field): Fix typo.
3407 2004-11-01  Richard M. Stallman  <rms@gnu.org>
3409         * textmodes/ispell.el (ispell-word): Don't use interactive-p.
3411         * textmodes/flyspell.el (flyspell-word): Don't use interactive-p.
3413         * allout.el (allout group): Add :version.
3414         (allout-init): Don't use interactive-p.
3415         (allout-ascend-to-depth, allout-ascend, allout-end-of-level)
3416         (allout-forward-current-level, allout-backward-current-level):
3417         Don't use interactive-p.
3419         * textmodes/bibtex.el (bibtex-make-field): Don't use interactive-p.
3420         (bibtex-find-text): Likewise.
3422         * progmodes/vhdl-mode.el (vhdl-fill-region)
3423         (vhdl-beginning-of-statement): Don't use interactive-p.
3425         * progmodes/idlwave.el (idlwave-update-routine-info):
3426         Don't use interactive-p.
3428         * progmodes/idlw-shell.el (idlwave-shell-send-char):
3429         Don't use interactive-p.
3431         * progmodes/cperl-mode.el (cperl-switch-to-doc-buffer):
3432         Don't use interactive-p.
3434         * progmodes/ada-xref.el (ada-make-body-gnatstub):
3435         Don't use interactive-p.
3437         * play/fortune.el (fortune-to-signature): Don't use interactive-p.
3438         (fortune-in-buffer): Doc fix.
3440         * play/5x5.el (5x5-new-game): Set up the buffer even if not interactive.
3442         * net/eudc.el (eudc-display-records): Use with-output-to-temp-buffer;
3443         don't select the temporary buffer.
3444         (eudc-get-email): New optional arg ERROR; don't use interactive-p.
3445         (eudc-get-phone): Likewise.
3447 2004-11-01  Kim F. Storm  <storm@cua.dk>
3449         * man.el (Man-xref-normal-file): Fix help-echo.
3451 2004-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3453         * reveal.el (reveal-last-tick): New var.
3454         (reveal-post-command): Use it to avoid closing overlays when we're
3455         appending text to them.
3457 2004-10-31  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3459         * textmodes/bibtex.el: Require button.
3460         (bibtex-autokey-transcriptions): Translate TeX `\ ' to space.
3461         (bibtex-reference-keys): Distinguish between header keys and
3462         crossref keys.
3463         (bibtex-beginning-of-field): New function.
3464         (bibtex-url-map): Remove.
3465         (bibtex-font-lock-keywords): Use bibtex-font-lock-crossref.
3466         (bibtex-font-lock-url-regexp): Assume that field names begin at
3467         the beginning of a line.
3468         (bibtex-font-lock-url): Simplify.  Do not use bibtex-enclosing-field.
3469         Remove field delimiters.  Use bibtex-beginning-of-field.
3470         Bugfix, point can be inside a field with a url.
3471         (bibtex-font-lock-crossref, bibtex-button-action, bibtex-button):
3472         New functions.
3473         (bibtex-mark-active, bibtex-run-with-idle-timer): Remove.
3474         (bibtex-key-in-head): Simplify.
3475         (bibtex-current-line): Use bolp.
3476         (bibtex-parse-keys): Remove unused arg `add'.
3477         Use bibtex-type-in-head and bibtex-key-in-head.
3478         (bibtex-parse-entry, bibtex-autofill-entry):
3479         Use bibtex-type-in-head and bibtex-key-in-head.
3480         (bibtex-autokey-get-field): Do not alter case of replacement text.
3481         (bibtex-autokey-get-names): Do all processing of name list.
3482         (bibtex-autokey-get-year): New function.
3483         (bibtex-autokey-get-title): Do all processing of title words.
3484         (bibtex-generate-autokey): Simplify.
3485         (bibtex-string-files-init): Use default-directory.
3486         Allow for absolute file names in bibtex-string-files.
3487         (bibtex-files, bibtex-file-path): New variables.
3488         (bibtex-files-expand): New function.
3489         (bibtex-find-entry-globally): New command.
3490         (bibtex-summary-function): New variable.
3491         (bibtex-summary): Default value of bibtex-summary-function.
3492         (bibtex-find-crossref): New optional args pnt and split.
3493         (bibtex-complete-key-cleanup): Call bibtex-summary-function.
3494         (bibtex-copy-summary-as-kill): New command bound to C-cC-t.
3495         (bibtex-validate): Fix docstring.  Check only abbreviated month fields.
3496         Fix handling of required and alternative fields.
3497         Identify duplicate keys even if bibtex-maintain-sorted-entries is nil.
3498         Use cons and display-buffer.
3499         (bibtex-validate-globally): New command.
3500         (bibtex-clean-entry): Use bibtex-files-expand.  Do not call
3501         bibtex-parse-keys and bibtex-parse-strings for updating
3502         bibtex-reference-keys and bibtex-strings.
3503         (bibtex-realign): Remove blank lines past the last entry.
3504         (bibtex-reformat): Use bibtex-entry-format as default.
3505         (bibtex-choose-completion-string): Remove.
3506         (bibtex-complete): Do not use bibtex-choose-completion-string.
3507         (bibtex-url): Simplify.
3509 2004-10-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3511         * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
3512         (x-dnd-types-alist, x-dnd-open-file-other-window)
3513         (x-dnd-known-types): Add :version.
3515 2004-10-31  John Paul Wallington  <jpw@gnu.org>
3517         * ibuffer.el (group ibuffer): Add :version keyword.
3519 2004-10-31  Kim F. Storm  <storm@cua.dk>
3521         * ido.el (group ido): Add :version keyword.
3522         (ido-mode): Remove :version keyword.
3524         * emulation/cua-base.el (group cua): Add :version keyword.
3525         (cua-mode): Remove :version keyword.
3527 2004-10-30  Luc Teirlinck  <teirllm@auburn.edu>
3529         * autorevert.el (auto-revert-tail-mode-text): Add :version keyword.
3531         * help-at-pt.el (help-at-pt-timer): Move defvar up to avoid
3532         compiler warning.
3533         (help-at-pt-timer-delay): Add :initialize keyword.  Simplify :set
3534         function.
3535         (help-at-pt-display-when-idle): Remove autoload.
3537 2004-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3539         * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook.
3541 2004-10-30  Juri Linkov  <juri@jurta.org>
3543         * help.el (function-called-at-point):
3544         * help-fns.el (variable-at-point): Read -> intern.
3546 2004-10-30  Simon Josefsson  <jas@extundo.com>
3548         * progmodes/autoconf.el (autoconf-font-lock-keywords):
3549         Recognize AS_* too.
3551 2004-10-29  Simon Josefsson  <jas@extundo.com>
3553         * subr.el (read-passwd): Move back from password.el.
3555         * password.el: Remove, not ready yet.
3557 2004-10-29  Andreas Schwab  <schwab@suse.de>
3559         * speedbar.el (speedbar-frame-parameters): Improve customize type.
3561 2004-10-29  Sam Steingold  <sds@gnu.org>
3563         * mouse.el (mouse-show-mark): Replace the last occurrence of
3564         x-lost-selection-hooks with x-lost-selection-functions.
3566 2004-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3568         * mouse.el (mouse-show-mark): Adjust to new name and don't assume
3569         x-lost-selection-functions is bound.
3571         * mouse-sel.el (mouse-sel-mode):
3572         * emacs-lisp/lselect.el: Adjust to new names for
3573         x-(lost|sent)-selection-functions.
3575         * subr.el (x-lost-selection-hooks, x-sent-selection-hooks):
3576         New obsolete aliases of x-lost-selection-functions and
3577         x-sent-selection-functions.
3579 2004-10-28  Kim F. Storm  <storm@cua.dk>
3581         * imenu.el (imenu-scanning-message): Remove.
3582         (imenu-progress-message): Make it a no-op.
3584 2004-10-28  John Paul Wallington  <jpw@gnu.org>
3586         * files.el (set-auto-mode): Call `throw' correctly.
3588 2004-10-28  Juri Linkov  <juri@jurta.org>
3590         * info.el (Info-file-list-for-emacs): Add ("Info" . "info")
3591         to search `Info-...' commands in `info' manual.
3592         (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
3593         Add 'info-file "emacs" property.
3594         (Info-find-emacs-command-nodes): Fix index line number regexp.
3595         Set real line number (instead of fake 0) in first element of the
3596         returned list.
3597         (Info-goto-emacs-command-node): Use line number of first element
3598         to set point in the first found Info node.
3600         * progmodes/grep.el (grep-regexp-alist): Move match highlighting
3601         code to `grep-mode-font-lock-keywords'.
3602         (grep-mode-font-lock-keywords): Delete grep markers instead
3603         of making them invisible.
3605 2004-10-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3607         * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
3608         and x-server-version in bug report.
3610 2004-10-28  Daniel Pfeiffer  <occitan@esperanto.org>
3612         * files.el (set-auto-mode-0): New function.
3613         (set-auto-mode): Use it to handle aliased modes and to
3614         be consistent between C-x C-f and C-x C-w.
3616 2004-10-28  Kenichi Handa  <handa@m17n.org>
3618         * international/utf-8.el (utf-translate-cjk-charsets):
3619         Add katakana-jisx0201.
3621         * international/subst-jis.el: Add data for JISX0201.
3623 2004-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3625         * obsolete/hilit19.el (hilit-mode): New function.
3626         Move all the toplevel side-effecting stuff into it, so that loading
3627         hilit19 doesn't mess everything up any more.
3629 2004-10-27  Richard M. Stallman  <rms@gnu.org>
3631         * add-log.el (add-change-log-entry): Set up mailing address
3632         and full name later, and don't alter add-log-mailing-address
3633         or add-log-full-name.
3635         * elide-head.el (elide-head): Change error to message.
3636         (elide-head-show): Likewise.
3638         * apropos.el (apropos-macrop): Doc fix.
3640         * mouse.el (mouse-show-mark): Do most processing the same
3641         regardless of transient-mark-mode.
3643         * shadowfile.el (shadow-copy-files): Use interactive-p
3644         only to control whether to print a message.
3646         * tar-mode.el (tar-mode): Use write-contents-functions,
3647         not write-contents-hooks.
3649         * eshell/em-unix.el (eshell-du-sum-directory): Don't use
3650         directory-sep-char.
3652 2004-10-27  Richard M. Stallman  <rms@gnu.org>
3654         * strokes.el (strokes-unload-hook): Fix previous change.
3656         * type-break.el (type-break-run-at-time): Always use run-at-time;
3657         forget the alternatives.
3658         (type-break-cancel-function-timers): Always use cancel-function-timers;
3659         forget the alternatives.
3661         * pcomplete.el (pcomplete-entries): Don't use directory-sep-char.
3663 2004-10-27  Kenichi Handa  <handa@m17n.org>
3665         * international/subst-jis.el: Use utf-translate-cjk-substitutable-p.
3667         * international/subst-gb2312.el: Likewise.
3669         * international/subst-big5.el: Likewise.
3671         * international/subst-ksc.el: Likewise.
3673         * international/utf-8.el (utf-translate-cjk-unicode-range-string):
3674         New variable.
3675         (utf-translate-cjk-set-unicode-range): New function.
3676         (utf-translate-cjk-unicode-range): Make it customizable.
3677         (utf-8-post-read-conversion):
3678         Use utf-translate-cjk-unicode-range-string.
3679         (ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
3680         Unicode ranges.
3682 2004-10-26  Daniel Pfeiffer  <occitan@esperanto.org>
3684         * files.el (auto-mode-alist): Add pod, js, xbm and xpm and group
3685         trivial variants to shorten the list.
3686         (xml-based-modes): New var.
3687         (set-auto-mode): Give interpreter-mode-alist or <?xml or <!DOCTYPE
3688         declaration higher priority than auto-mode-alist.
3690         * find-file.el (cc-other-file-alist): Bring it in line with
3691         cc-mode's auto-mode-alist entries and use \' instead of $.
3693         * textmodes/sgml-mode.el (sgml-mode): Fix imenu-generic-expression
3694         and add "Id" and "Name" submenus to it.
3696         * imenu.el (imenu--generic-function): Skip matches in comments.
3698 2004-10-26  Jay Belanger  <belanger@truman.edu>
3700         * calc/calc.el (calc,full-calc, calc-quit, calc-keypad)
3701         (full-calc-keypad, calc-trail-display):  Use an extra argument
3702         instead of `interactive-p'.
3704         * calc/calc-misc.el (calc-other-window): Use an extra argument
3705         instead of `interactive-p'.
3707         * calc/calc-rewr.el (calc-match): Use an extra argument instead of
3708         `interactive-p'.
3710 2004-10-26  Kim F. Storm  <storm@cua.dk>
3712         * help.el (describe-key): Describe both down-event and up-event
3713         for a mouse click.
3715 2004-10-26  Richard M. Stallman  <rms@gnu.org>
3717         * woman.el (woman): Don't call interactive-p.
3719         * pcomplete.el (pcomplete): Instead of interactive-p,
3720         use an arg set non-nil by the interactive spec.
3722         * menu-bar.el (menu-bar-make-toggle): Instead of interactive-p,
3723         use an arg set non-nil by the interactive spec.
3725         * man.el (Man-cleanup-manpage): Instead of interactive-p,
3726         use an arg set non-nil by the interactive spec.
3728 2004-10-26  Pavel Kobiakov  <pk_at_work@yahoo.com>
3730         * progmodes/flymake.el (flymake-split-string):
3731         Use `flymake-split-string-remove-empty-edges' in any case.
3733 2004-10-26  Masatake YAMATO  <jet@gyve.org>
3735         * progmodes/flymake.el (flymake-err-line-patterns):
3736         Use `compilation-error-regexp-alist-alist' instead of
3737         `compilation-error-regexp-alist'.
3739 2004-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3741         * textmodes/tex-mode.el (tex-font-lock-keywords-1): Fix up the spurious
3742         verbatim face on the \ of \end{verbatim}.
3744 2004-10-25  Jay Belanger  <belanger@truman.edu>
3746         * calc/calc-incom.el (calc-digit-dots):  Inhibit read-only before
3747         erasing minibuffer.
3749 2004-10-25  Simon Josefsson  <jas@extundo.com>
3751         * subr.el (read-passwd): Move to net/password.el.
3753         * net/password.el (read-passwd): Add.  Autoload it.
3755 2004-10-25  Kai Grossjohann  <kai.grossjohann@gmx.net>
3757         * mouse-sel.el (mouse-sel-mode): Specify custom group.
3759         * simple.el (process-file): Fix logic.
3761 2004-10-24  Luc Teirlinck  <teirllm@auburn.edu>
3763         * indent.el (set-left-margin, set-right-margin): Delete redundant code.
3764         (increase-right-margin): Remove erroneous call to `interactive-p'.
3766 2004-10-24  Kim F. Storm  <storm@cua.dk>
3768         * help.el (describe-mode): Fix 2004-10-13 change.
3769         Copy pure "Auto Fill" string so it can be propertized later
3770         without causing a read-only error.
3772 2004-10-24  Luc Teirlinck  <teirllm@auburn.edu>
3774         * info.el (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7
3775         style indexes.
3777 2004-10-24  Kai Grossjohann  <kai.grossjohann@gmx.net>
3779         * simple.el (process-file): Accept nil for INFILE.  Reported by
3780         Luc Teirlinck.
3782 2004-10-24  Masatake YAMATO  <jet@gyve.org>
3784         * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords):
3785         Handle periods and underscores in a function name.
3786         Remove the address fontification.
3788 2004-10-24 Masatake YAMATO <jet@gyve.org>
3790         * progmodes/asm-mode.el (asm-font-lock-keywords):
3791         Use font-lock-variable-name-face for registers.
3793 2004-10-24  Nick Roberts  <nickrob@snap.net.nz>
3795         * progmodes/gdb-ui.el (gdb-get-create-buffer): Allow modes to run
3796         kill-all-local-variables.
3797         (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
3798         (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode):
3799         Use kill-all-local-variables and provide mode-hooks.
3800         (gdb-assembler-font-lock-keywords): New font lock keywords definition.
3801         (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
3802         Suggested by Masatake YAMATO <jet@gyve.org>.
3804 2004-10-23  Kai Grossjohann  <kai.grossjohann@gmx.net>
3806         * simple.el (process-file): New function, similar to call-process
3807         but supports file handlers.
3808         * vc.el (vc-do-command): Use it, instead of call-process.
3809         * net/tramp-vc.el (vc-do-command): Do not advise it if
3810         process-file is fboundp.
3811         * net/tramp.el (tramp-file-name-handler-alist): Add entry for
3812         process-file.
3813         (tramp-handle-process-file): New function.
3814         (tramp-file-name-for-operation): Support process-file.
3816 2004-10-23  Ulf Jasper  <ulf.jasper@web.de>
3818         * calendar/icalendar.el (icalendar--weekday-array): New constant.
3819         (icalendar-weekdayabbrev-table)
3820         (icalendar-monthnumber-table): Delete.
3821         (icalendar--get-month-number): Use calendar-month-name-array.
3822         (icalendar--get-weekday-number): New function.
3823         (icalendar--get-weekday-abbrev) Use calendar-day-name-array.
3824         (icalendar-export-region): Handle multi-line entries.
3825         (icalendar--convert-ical-to-diary): Use calendar-day-name-array.
3827 2004-10-23  John Paul Wallington  <jpw@gnu.org>
3829         * ibuffer.el (ibuffer-find-file): Remove `interactive-p' call;
3830         `wildcards' set to t in interactive spec.
3832         * ibuf-ext.el (ibuffer-jump-to-buffer): Read buffer name in
3833         interactive spec rather than use `interactive-p'.
3834         (ibuffer-kill-line): Set arg `interactive-p' in interactive spec
3835         rather than use function `interactive-p'.
3837 2004-10-22  Kenichi Handa  <handa@m17n.org>
3839         * international/mule.el (translate-region): Implement it in Lisp
3840         as a front end of translate-region-internal.
3842 2004-10-21  Jay Belanger  <belanger@truman.edu>
3844         * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
3845         Declare these variables with defvar.
3847         * calc/calc-aent.el (calc-do-alg-entry): Since `calc-alg-ent-map'
3848         is bound, only check to see if it is bound.
3850 2004-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3852         * textmodes/tex-mode.el (tex-compilation-parse-errors):
3853         Don't output messages.
3855         * calc/calc-help.el (calc-describe-bindings): Fix last change.
3857 2004-10-21  John Paul Wallington  <jpw@gnu.org>
3859         * calc/calc-graph.el (calc-graph-init):
3860         Use `set-process-query-on-exit-flag'.
3862 2004-10-21  Daniel Pfeiffer  <occitan@esperanto.org>
3864         * progmodes/compile.el (compilation-start): Rely on `cd' to get
3865         dir right and also allow argumentless cd.
3867 2004-10-19  Richard M. Stallman  <rms@gnu.org>
3869         * textmodes/flyspell.el (flyspell-mode): Doc fix.
3871         * eshell/em-unix.el (eshell-grep):
3872         Don't bind compilation-process-setup-function.
3874         * comint.el (comint-insert-input): Use @ in `interactive'.
3875         (comint-input-filter-functions): Doc fix.
3876         (comint-kill-whole-line, comint-get-source): Doc fix.
3878         * progmodes/compile.el (compilation-setup):
3879         Don't set buffer-read-only if MINOR is non-nil.
3881 2004-10-19  Jay Belanger  <belanger@truman.edu>
3883         * calc/calc.el (calc-emacs-type-19, calc-emacs-type-epoch)
3884         (calc-emacs-type-gnu19): Remove.
3885         (calc-digit-map, calc-read-key-sequence, calc-read-key):
3886         Remove check for old emacs versions.
3888         * calc/calc-ext.el (calc-fancy-prefix): Remove emacs version check.
3889         (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
3890         for current Emacs.
3892         * calc/calc-aent.el (calcAlg-previous): Check to see if looking at
3893         the end of the minibuffer.
3894         (calc-do-alg-entry): Remove Emacs version check.  Use `copy-keymap' to
3895         copy `esc-map'.
3897         * calc/calc-graph.el (calc-graph-plot): Remove emacs version check.
3899         * calc/calc-mode.el (calc-total-algebraic-mode): Remove error
3900         call that would be given when the current emacs was used.
3902 2004-10-19  Ulf Jasper  <ulf.jasper@web.de>
3904         * calendar/icalendar.el: Set coding to utf-8.
3905         (icalendar-version): Increase to 0.07.
3906         (icalendar-monthnumber-table): Change March pattern.
3907         (icalendar-get-all-event-properties)
3908         (icalendar-set-event-property): Delete.
3909         (icalendar-all-events): No longer interactive.
3910         (icalendar-convert-diary-to-ical)
3911         (icalendar-extract-ical-from-buffer): Make obsolete, and alias to
3912         their replacements.
3913         (icalendar-export-file, icalendar-export-region): New functions;
3914         essentially old `icalendar-convert-diary-to-ical' but appending to
3915         target rather than overwriting.
3916         (icalendar-import-file): Append to target file rather than
3917         overwriting.  Fourth arg deleted.
3918         (icalendar-import-buffer): New name for old
3919         `icalendar-extract-ical-from-buffer'.
3920         (icalendar--convert-string-for-import): New name for
3921         old `icalendar-convert-for-import'.
3922         (include-icalendar-files): Delete.
3923         Prefix for all internal functions changed from `icalendar-'
3924         to `icalendar--'.
3926 2004-10-19  Richard M. Stallman  <rms@gnu.org>
3928         * paths.el (news-path): Fix previous change.
3930 2004-10-18 Jay Belanger  <belanger@truman.edu>
3932         * calc/calc-help.el (calc-describe-bindings):
3933         Set `buffer-read-only' to nil while working in the keybindings buffer;
3934         remove some extra information from the keybindings buffer.
3936 2004-10-18  David Ponce  <david@dponce.com>
3938         * mouse.el (mouse-drag-move-window-top): New function.
3939         (mouse-drag-mode-line-1): Use it.
3941 2004-10-18  Thien-Thi Nguyen  <ttn@gnu.org>
3943         * info.el (Info-fontify-node): For multiline refs,
3944         arrange to unfontify newline and surrounding whitespace.
3946 2004-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3948         * vc-arch.el (vc-arch-workfile-version): Don't burp if the patch-log
3949         directory is missing.
3951 2004-10-17  John Paul Wallington  <jpw@gnu.org>
3953         * ibuffer.el (ibuffer-default-display-maybe-show-predicates):
3954         New customizable variable; whether to display buffers that match
3955         `ibuffer-maybe-show-predicates' by default.
3956         (ibuffer-maybe-show-predicates): Mention it in docstring.
3957         (ibuffer-display-maybe-show-predicates): New variable.
3958         (ibuffer-update): Prefix arg now toggles whether buffers that
3959         match `ibuffer-maybe-show-predicates' should be displayed.
3960         (ibuffer-mode): Set `ibuffer-display-maybe-show-predicates'
3961         locally to heed `ibuffer-default-display-maybe-show-predicates'.
3962         (ibuffer-redisplay-engine): Rename optional second arg to `ignore'.
3964 2004-10-17  Michael Albinus  <michael.albinus@gmx.de>
3966         * net/tramp.el: Redo sync with Tramp 2.0.45.  Last commit did not
3967         work correctly.
3969 2004-10-17  Daniel Pfeiffer  <occitan@esperanto.org>
3971         * buff-menu.el (Buffer-menu-revert-function): Emulate save-excursion.
3972         (Buffer-menu-beginning): New helper function.
3973         (Buffer-menu-execute): Use it.
3974         (Buffer-menu-select): Use it.
3975         (Buffer-menu-sort): Use it and also keep markers.
3977 2004-10-17  Richard M. Stallman  <rms@gnu.org>
3979         * paths.el (news-directory): Rename from news-path.  Old name alias.
3980         (rmail-spool-directory): Use defvar.
3981         (sendmail-program): Use defcustom.
3982         (remote-shell-program): Use defcustom.
3983         (term-file-prefix): Use defvar.
3984         (abbrev-file-name): Use defvar.
3986         * term.el: Add maintainer.
3988         * subr.el (with-local-quit): Return nil if there's a quit.
3989         (read-passwd): Use with-local-quit.  Doc fix.
3991         * strokes.el (strokes-list-strokes): Don't try to delete char at eob.
3992         (strokes-unload-hook): Set as a variable with add-hook.
3994         * startup.el (fancy-splash-tail, normal-splash-screen):
3995         Update copyright year.
3997         * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook.
3999         * server.el (server-unload-hook): Set as a variable with add-hook.
4001         * help-at-pt.el (help-at-pt-unload-hook): Use add-hook; no defvar.
4003         * frame.el (special-display-popup-frame):
4004         Make the buffer current as its frame is created.
4006         * delsel.el (delsel-unload-hook): Set as a variable.
4008         * comint.el (comint-output-filter-functions):
4009         Add comint-watch-for-password-prompt.
4010         (comint-read-noecho): Function deleted.
4011         (send-invisible): Use read-passwd.
4013         * fringe.el (fringe-mode-initialize): New function.
4014         (fringe-mode): Use fringe-mode-initialize as :initialize.
4016 2004-10-17  Kim F. Storm  <storm@cua.dk>
4018         * language/indian.el (indian-script-language-alist): Swap value and doc.
4019         (indian-font-char-index-table): Doc fix.
4021 2004-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4023         * vc-hooks.el (vc-find-file-hook): Call vc-backend with absolute name.
4025 2004-10-16  Juri Linkov  <juri@jurta.org>
4027         * progmodes/compile.el (compilation-start): Move let-binding of
4028         `process-environment' into `with-current-buffer' body.
4029         Reported by Matt Hodges <MPHodges@member.fsf.org>.
4031 2004-10-16  Richard M. Stallman  <rms@gnu.org>
4033         * pcvs-util.el (cvs-bury-buffer):
4034         Don't call get-buffer-window for effect.
4036         * outline.el (hide-other): Call outline-up-heading with INVISIBLE-OK=t.
4038         * newcomment.el (comment-auto-fill-only-comments): Add autoload.
4040         * msb.el (msb-unload-hook): Set the variable.
4042         * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
4043         Use * to err if buffer is readonly.
4045         * subr.el (looking-back): Return only t or nil.
4047         * whitespace.el (whitespace-unload-hook): Set the variable.
4049         * view.el (view-mode-enable): Set view-page-size and
4050         view-half-page-size to nil.
4051         (view-set-half-page-size-default): view-half-page-size = nil
4052         means the default.
4053         (View-scroll-page-forward): Use view-page-size-default.
4054         (View-scroll-page-backward): Likewise.
4055         (view-page-size, view-half-page-size): Doc fixes.
4057         * emacs-lisp/elp.el (elp-unload-hook): Set the variable.
4059         * emacs-lisp/cl.el (cl-unload-hook): Don't defvar it, just set it.
4061         * emacs-lisp/bytecomp.el (byte-compile-eval): Don't process
4062         "cl" like other files.  Instead, call byte-compile-find-cl-functions.
4063         (byte-compile-log-1): Bind inhibit-read-only.
4064         (byte-compile-warning-prefix, byte-compile-log-file): Likewise.
4065         (byte-compile-log-warning): Likewise.
4066         (byte-compile-file-form-require): Detect "cl" from the arg value.
4068         * progmodes/compile.el (compilation-start): Assume compilation-mode
4069         will make the buffer read-only.
4070         (compilation-mode): Take arg name-of-mode.
4071         (compilation-setup): Make buffer read-only.
4072         (compilation-handle-exit): Bind inhibit-read-only.
4074         * textmodes/ispell.el (ispell-command-loop): Use with-no-warnings.
4075         (ispell-message): Likewise.
4076         (ispell-show-choices): Don't call get-buffer-window uselessly.
4077         (ispell-init-process): Use set-process-query-on-exit-flag.
4079 2004-10-16  Kim F. Storm  <storm@cua.dk>
4081         * fringe.el (fringe-bitmaps): Only initialize when defined.
4083         * pcvs.el (cvs-mode-view-file, cvs-mode-view-file-other-window): Add.
4084         (cvs-mode-find-file): Add optional `view' arg to enter view mode.
4086         * pcvs-defs.el (cvs-mode-map): Bind v to cvs-mode-view-file.
4088 2004-10-15  Simon Josefsson  <jas@extundo.com>
4090         * net/password.el: Add.
4092 2004-10-14  Masatake YAMATO  <jet@gyve.org>
4094         * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
4095         (gdb-script-end-of-defun): New function.
4096         (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
4097         `gdb-script-end-of-defun' as *-of-defun-function.
4099 2004-10-13  Daniel Pfeiffer  <occitan@esperanto.org>
4101         * button.el (button-activate): Allow a marker to display as an action.
4103         * help-fns.el (describe-variable): Use it to make "below" a hyperlink.
4105         * help.el (describe-mode): Use it to make minor mode list into
4106         hyperlinks.
4108 2004-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4110         * vc.el (vc-annotate-display-select): Fix typo.
4112         * subr.el (substitute-key-definition-key): New function.
4113         (substitute-key-definition): Use it with map-keymap.
4114         (event-modifiers): Use push.
4115         (mouse-movement-p, with-temp-buffer): Simplify.
4117 2004-10-12  Jay Belanger  <belanger@truman.edu>
4119         * calc/calc-help.el (calc-help-function-list, calc-help-variable-list):
4120         New variables.
4121         (calc-help-index-entries): New function.
4122         (calc-describe-function): Use `calc-help-function-list' instead of
4123         obarray for completion.
4124         (calc-describe-variable): Use `calc-help-variable-list' instead
4125         of obarray for completion.
4127 2004-10-12  Richard M. Stallman  <rms@gnu.org>
4129         * info-look.el (info-lookup-file): Add info-file property.
4130         (info-lookup-symbol): Likewise.
4132         * info.el (info-xref): Add underlining.
4133         (info): Add info-file property.
4134         (Info-find-emacs-command-nodes): Specify case-sensitive search.
4136 2004-10-12  Michael Albinus  <michael.albinus@gmx.de>
4138         Sync with Tramp 2.0.45.
4140         * net/tramp.el (top): Apply `def-edebug-spec' only if function is
4141         defined.  This is not the case for XEmacs without package "edebug".
4142         (tramp-set-auto-save-file-modes): Set permissions of autosaved
4143         remote files to the permissions of the original file.  This is not
4144         the case for Emacs < 21.3.50 and XEmacs < 21.5.  Add function to
4145         `auto-save-hook'.  Reported by Thomas Prokosch <thomas@nadev.net>.
4146         (tramp-perl-decode): Fix an error in Perl implementation.
4147         $pending must be cleared every loop.  Reported by Benjamin Place
4148         <benjaminplace@sprintmail.com>
4150         * net/tramp-smb.el (tramp-smb-advice-PC-do-completion):
4151         Don't activate advice during definition.  This is done later on,
4152         depending on test result of `substitute-in-file-name'.
4153         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
4155 2004-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4157         * pcvs-parse.el (cvs-parse-commit): Fix parsing for new commit message.
4159         * emacs-lisp/lisp.el (mark-sexp): Preserve direction when repeating.
4161 2004-10-12  David Ponce  <david@dponce.com>
4163         * recentf.el (recentf-edit-list): Update the menu when the recentf
4164         list has been modified.
4166 2004-10-12  Simon Josefsson  <jas@extundo.com>
4168         * net/tls.el (tls-certtool-program): New variable.
4169         (tls-certificate-information): New function, based on
4170         ssl-certificate-information.
4172 2004-10-12  Kenichi Handa  <handa@m17n.org>
4174         * international/mule.el (coding-system-equal): Move from mule-util.el.
4176         * international/mule-util.el (coding-system-equal): Move to mule.el.
4178 2004-10-12  Kim F. Storm  <storm@cua.dk>
4180         * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
4181         reset kmacro-initial-counter-value if set.
4182         (kmacro-set-counter): Only set kmacro-counter if defining or executing
4183         macro.  Set kmacro-initial-counter-value otherwise. Never set both.
4184         (kmacro-display): Show macro counter if non-zero.
4186         * subr.el (substitute-key-definition): Mention command remapping
4187         in doc string.
4189 2004-10-11  Jay Belanger  <belanger@truman.edu>
4191         * calc/calc-misc.el (calc-info-goto-node): New function.
4192         (calc-tutorial, calc-info-summary): Go to appropriate Calc info
4193         node in one step.
4194         (calc-describe-copying, calc-describe-distribution)
4195         (calc-describe-thing, calc-describe-no-warranty, calc-describe-key):
4196         Go to appropriate info node in one step.
4198 2004-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4200         * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
4202         * font-lock.el (font-lock-apply-highlight): Fix last change.
4204 2004-10-11  Simon Josefsson  <jas@extundo.com>
4206         * mail/smtpmail.el (smtpmail-open-stream): Look for
4207         starttls-gnutls-program instead of starttls-program iff
4208         starttls-use-gnutls is non-nil.
4209         (smtpmail-open-stream): Don't overwrite user settings of
4210         starttls-extra-arguments and starttls-extra-args.
4212 2004-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4214         * comint.el (comint-mouse-insert-input): Remove.
4215         (comint-insert-input): Make it work for mouse bindings.
4216         (comint-mode-map): Move defs into the declaration.
4217         (comint-output-filter): Typo.
4219         * diff-mode.el (diff-current-defun): Fix 2004-06-13's change.
4221 2004-10-10  Kai Grossjohann  <kai.grossjohann@gmx.net>
4223         * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable.
4224         (ange-ftp-call-chmod): Reference remote-shell-program instead of
4225         ange-ftp-remote-shell.
4227 2004-10-10  Andreas Schwab  <schwab@suse.de>
4229         * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize
4230         `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'.
4231         Reported by <sri@asu.edu>.
4233 2004-10-10  Benjamin Rutt  <brutt@bloomington.in.us>
4235         * vc.el (vc-annotate-mode): Remove variable.
4236         (vc-annotate-display-select): Only call vc-annotate-mode
4237         if we're not in that mode already.
4239 2004-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4241         * imenu.el (imenu--completion-buffer): Don't return t for rescan.
4242         (imenu-choose-buffer-index): Check here for rescan instead.
4244         * font-lock.el (font-lock-apply-highlight): Explicitly check the case
4245         where the face expression evals to nil.
4247         * textmodes/tex-mode.el (tex-font-lock-append-prop): New fun.
4248         (tex-font-lock-keywords-2): Use it.
4249         (tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment.
4251         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Fix backslashes.
4253 2004-10-09  Kim F. Storm  <storm@cua.dk>
4255         * subr.el (progress-reporter-update): Define before first usage.
4256         (make-progress-reporter): Doc fix.
4258 2004-10-09  Luc Teirlinck  <teirllm@auburn.edu>
4260         * textmodes/paragraphs.el (sentence-end-double-space)
4261         (sentence-end-without-period, sentence-end-without-space)
4262         (sentence-end): Doc fixes.
4264 2004-10-08  Peter Seibel  <peter@javamonkey.com>  (tiny change)
4266         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
4267         Change paragraph-start regexp so we don't fill code starting with #'(.
4269 2004-10-08  Sebastien Kirche  <seki@seki.fr>  (tiny change)
4271         * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name):
4272         New defcustom.
4273         (extract-address-components): Use it.
4275 2004-10-08  Paul Pogonyshev  <pogonyshev@gmx.net>
4277         * subr.el (make-progress-reporter, progress-reporter-update)
4278         (progress-reporter-force-update, progress-reporter-do-update)
4279         (progress-reporter-done): New functions.
4281         * tar-mode.el (tar-summarize-buffer): Use progress reporter.
4283         * progmodes/etags.el (etags-tags-completion-table): Use progress
4284         reporter.
4285         (etags-tags-apropos): Likewise.
4287 2004-10-08  Alan Mackenzie  <acm@muc.de>
4289         * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end
4290         of current line.
4292 2004-10-08  Masatake YAMATO  <jet@gyve.org>
4294         * server.el (server-process-filter): Wrap `process-send-region'
4295         by `condition-case' to guard the case when the pipe to PROC is closed.
4297 2004-10-07  Mark A. Hershberger  <mah@everybody.org>
4299         * xml.el (xml-substitute-special): Limit handling of external entities.
4301 2004-10-06  Nick Roberts  <nickrob@snap.net.nz>
4303         * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialise gdb-input-queue.
4305 2004-10-06  John Paul Wallington  <jpw@gnu.org>
4307         * xml.el (xml-parse-dtd): Fix `error' call.
4309 2004-10-05  Mark A. Hershberger  <mah@everybody.org>
4311         * xml.el (xml-substitute-special): Return a single string instead
4312         of a list of strings if an entity substitution is made.
4314 2004-10-05  Ulf Jasper  <ulf.jasper@web.de>
4316         * calendar/icalendar.el: New file.
4318 2004-10-05  Juri Linkov  <juri@jurta.org>
4320         * isearch.el (isearch-done): Set mark after running hook.
4321         Reported by Drew Adams <drew.adams@oracle.com>.
4323         * info.el (Info-history, Info-toc): Fix Info headers.
4324         (Info-toc): Narrow buffer before Info-fontify-node.
4325         (Info-build-toc): Don't check for special Info file names.
4326         Set main-file to nil if Info-find-file returns a symbol.
4328 2004-10-05  Emilio C. Lopes  <eclig@gmx.net>:
4330         * calendar/calendar.el (calendar-goto-iso-week): Add autoload.
4331         (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
4332         * calendar/cal-menu.el (calendar-mode-map): Ditto.
4334 2004-10-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
4336         * calendar/cal-iso.el (calendar-iso-read-args): New function,
4337         for old interactive spec from calendar-goto-iso-date.
4338         (calendar-goto-iso-date): Use it.
4339         (calendar-goto-iso-week): New function.  Suggested by Emilio
4340         C. Lopes <eclig@gmx.net>.
4342 2004-10-04  Luc Teirlinck  <teirllm@auburn.edu>
4344         * textmodes/enriched.el (enriched-mode-map): Give `set-left-margin' and
4345         `set-right-margin' bindings that follow the minor mode conventions.
4347 2004-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4349         * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
4350         (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
4351         (latex-block-args-alist): Add minipage and picture.
4352         (latex-block-body-alist): Use reftex-label if enabled.
4353         (latex-insert-block): Don't insert a \n if not necessary.
4354         (tex-compile-commands): Make sure dvips doesn't send to printer.
4355         (tex-compile-default): Handle the case where no executable is found.
4356         (latex-noindent-environments): New var.
4357         (latex-find-indent): Use it.  Take an empty line as an arg-breaker.
4358         If tex-indent-allhanging is non-nil, make sure we only align for macros
4359         at beginning of line.
4361 2004-10-03  Daniel Pfeiffer  <occitan@esperanto.org>
4363         * newcomment.el (comment-beginning): Doc fix and don't choke on
4364         unset `comment-end-skip' when at beginning of comment.
4366 2004-10-02  Dan Nicolaescu  <dann@ics.uci.edu>
4368         * term.el (term-adjust-current-row-cache): Don't allow the current
4369         row to become negative.
4370         (term-emulate-terminal): Fix insert mode. Handle tab insertion at
4371         the end of the line. Fix scroll down. Add comments.
4372         (term-handle-ansi-escape): Don't exceed terminal width when moving
4373         right.
4374         (term-scroll-region): Move the cursor after setting the scroll region.
4376 2004-10-01  Luc Teirlinck  <teirllm@auburn.edu>
4378         * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
4379         to `width' for consistency with docstring.  Doc fix.
4381 2004-10-01  Martin Stjernholm  <bug-cc-mode@gnu.org>
4383         * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
4384         This is necessary for derived modes.
4386 2004-09-30  Kim F. Storm  <storm@cua.dk>
4388         * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
4389         (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
4391         * edmacro.el: Require kmacro to use the new kmacro-lambda-form and
4392         kmacro-extract-lambda functions.
4393         (edit-kbd-macro): Handle kmacro lambda forms.
4394         Include counter and counter format in edit buffer.
4395         (edmacro-finish-edit): Get counter and format from edit buffer and
4396         update kmacro bindings when found.
4398 2004-09-29  Luc Teirlinck  <teirllm@auburn.edu>
4400         * textmodes/paragraphs.el (forward-paragraph):
4401         Avoid args-out-of-range error when point winds up at the beginning of
4402         the buffer and hard newlines are enabled.
4404         * newcomment.el (comment-multi-line): Doc fix.
4406 2004-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4408         * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
4409         (diff-fixup-modifs): Catch unified-diff file-headers.
4411 2004-09-29  Kim F. Storm  <storm@cua.dk>
4413         * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
4414         (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
4415         (gdb-put-breakpoint-icon): Use breakpoint bitmap.
4417         * fringe.el (fringe-bitmap-p): New macro.
4418         (fringe-bitmaps): Add standard fringe bitmaps on load.
4420 2004-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4422         * dired.el (dired-view-command-alist): Use more efficient regexps.
4423         Remove dubious arguments.
4424         (dired-align-file): New function.
4425         (dired-insert-directory): Use it.
4426         (dired-move-to-end-of-filename): Make the " -> " search more specific.
4427         (dired-buffers-for-dir): Remove unused var `pattern'.
4429 2004-09-28  Matthew Mundell  <matt@mundell.ukfsn.org>
4431         * calendar/diary-lib.el (list-diary-entries): Save diary buffer
4432         from diary display excursion.  Store diary buffer's point for
4433         `simple-diary-display'.
4434         (simple-diary-display): Set window point and start when
4435         displaying buffer, to preserve point.
4437 2004-09-27  Luc Teirlinck  <teirllm@auburn.edu>
4439         * textmodes/enriched.el (enriched-translations): Replace defconst
4440         with defvar.
4442 2004-09-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4444         * printing.el: Doc fix.
4445         (pr-version): New version number (6.8.1).
4446         (pr-ps-file-using-ghostscript): Use make-temp-file instead of
4447         make-temp-name.
4448         (pr-delete-file): Check if file exists before deleting it.
4449         Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
4451 2004-09-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4453         * term.el (term-display-table): New variable.
4454         (term-mode): Use it.
4455         (term-exec-1): Set the coding system to binary.
4456         (term-emulate-terminal): Decode the string before inserting it.
4458 2004-09-26  Dan Nicolaescu  <dann@ics.uci.edu>
4460         * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
4461         (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
4462         (map): Bind S-prior, S-next and S-insert.
4463         (term-mode): Set `indent-tabs-mode' to nil.
4464         (term-paste): New function to be bound to S-insert.
4465         (term-send-del, term-send-backspace): Change the strings sent.
4466         (term-termcap-format): Synchronyze with etc/e/eterm.ti.
4467         (term-handle-colors-array): Fix handling of underline and reverse.
4468         (term-handle-ansi-escape): Do not handle smcup/rmcup.  Add comments.
4469         (term-erase-in-line): Fix comparison.
4470         (term-emulate-terminal): Fix line wrap handling.
4471         (term-start-output-log): Rename from `term-set-output-log'.
4472         (term-stop-output-log): Rename from `term-stop-photo'.
4473         (term-switch-to-alternate-sub-buffer): Comment out, unused.
4475 2004-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4477         * dired.el (dired-move-to-filename): Don't output a message if
4478         raise-error is non-nil.  Fix return position and value.
4480         * files.el (insert-directory): Obey --dired even with symlinks.
4482 2004-09-25  Lars Hansen  <larsh@math.ku.dk>
4484         * ls-lisp.el (ls-lisp-format): Mark file names with property
4485         dired-filename.
4487 2004-09-25  Kim F. Storm  <storm@cua.dk>
4489         * ido.el (ido-max-directory-size): New defcustom.
4490         (ido-decorations): Add "too big" element.
4491         (ido-directory-too-big): New dynamic var.
4492         (ido-may-cache-directory): Don't cache big directories.
4493         (ido-directory-too-big-p): New defun.
4494         (ido-set-current-directory): Update ido-directory-too-big.
4495         (ido-read-internal): Make empty ido-cur-item if too-big.
4496         (ido-buffer-internal): Use ido-read-internal directly instead of
4497         ido-read-buffer.
4498         (ido-file-internal): Init ido-directory-too-big.
4499         (ido-complete): <TAB> If ido-directory-too-big is set, clear it,
4500         and redo completion with full list.
4501         (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
4502         it, and show completions.
4503         (ido-all-completions): Let bind ido-directory-too-big to nil.
4504         (ido-exhibit): Handle ido-directory-too-big.
4505         (ido-read-buffer): Handle fallback to read-buffer.
4506         Init ido-directory-too-big.
4507         (ido-read-file-name, ido-read-directory-name, ido-completing-read):
4508         Init ido-directory-too-big.
4510 2004-09-24  Luc Teirlinck  <teirllm@auburn.edu>
4512         * subr.el (delay-mode-hooks): Doc fix.
4514 2004-09-23  Luc Teirlinck  <teirllm@auburn.edu>
4516         * textmodes/enriched.el
4517         (enriched-default-text-properties-local-flag): New variable.
4518         (enriched-mode): Make sure that enabling and disabling the mode is
4519         a no-op.  Doc fix.
4521 2004-09-23  H\e,Ae\e(Bkon Malmedal  <hmalmedal@yahoo.no>  (tiny change)
4523         * calendar/holidays.el (holiday-advent): Report on a specified day
4524         offset from advent, not just advent.
4525         (holiday-easter-etc): Report on one specified day offset from
4526         easter, not all easter holidays. Various Easter holidays moved to
4527         `christian-holidays' variable in calendar.el.
4528         * calendar/calendar.el (christian-holidays): Adapt for new
4529         behaviour of `holiday-advent' and `holiday-easter-etc' functions.
4531 2004-09-23  Kim F. Storm  <storm@cua.dk>
4533         * image.el (insert-sliced-image): Add doc string.
4535         * ido.el (ido-choice-list): New dynamic var for `list' context.
4536         (ido-context-switch-command): New dynamic var.
4537         (ido-define-mode-map): Generalize switch between file/buffer contexts.
4538         (ido-read-internal): Handle new `list' context.
4539         Handle insert-buffer and insert-file ido-exit values.
4540         (ido-buffer-internal): New arg switch-cmd.  Use it to setup
4541         ido-context-switch-command. Handle insert-file ido-exit value.
4542         (ido-read-buffer): Set ido-context-switch-command to 'ignore
4543         unless it is already bound by caller.
4544         (ido-file-internal): New arg switch-cmd.  Use it to setup
4545         ido-context-switch-command.  Handle insert-buffer ido-exit value.
4546         (ido-enter-insert-buffer, ido-enter-insert-file): New commands
4547         used for context switching.
4548         (ido-all-completions): Handle new `list' context.
4549         (ido-make-choice-list): Return choices for `list' context.
4550         (ido-find-file-in-dir, ido-display-file, ido-write-file)
4551         (ido-display-buffer, ido-kill-buffer): Disable context switching.
4552         (ido-insert-buffer, ido-insert-file): Setup context switching.
4553         (ido-exhibit): Handle `list' context.
4554         (ido-read-file-name): Disable context switching.  Handle fallback.
4555         (ido-read-directory-name): Disable context switching.
4556         (ido-completing-read): New defun like completing-read.  Setup and
4557         use new `list' context.
4559 2004-09-20  Jesper Harder  <harder@ifa.au.dk>
4561         * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
4563 2004-09-21  Jay Belanger  <belanger@truman.edu>
4565         * calc/calc-graph.el (calc-graph-add-curve): Move the call to
4566         `calc-graph-set-styles' so the gnuplot buffer will appear in a
4567         separate window.
4569 2004-09-21  Luc Teirlinck  <teirllm@auburn.edu>
4571         * subr.el (after-change-major-mode-hook): Doc fix.
4573 2004-09-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4575         * printing.el: Doc fix.  Add a new tip about the use of gsprint instead
4576         of ghostscript for monochrome PostScript file in Windows.
4578 2004-09-21  Kenichi Handa  <handa@m17n.org>
4580         * descr-text.el (describe-char): Checking of quail activation
4581         fixed.
4583 2004-09-21  Jay Belanger  <belanger@truman.edu>
4585         * calc/calc.el (calc-mode-var-list): Remove unnecessary quotes.
4587 2004-09-20  Luc Teirlinck  <teirllm@auburn.edu>
4589         * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
4590         after the mode hooks instead of before.  Doc fix.
4592 2004-09-20  Jason Rumney  <jasonr@gnu.org>
4594         * startup.el (command-line) [windows-nt]: Try .emacs first, then
4595         _emacs, but revert to .emacs if neither exists in home directory.
4597 2004-09-20  John Paul Wallington  <jpw@gnu.org>
4599         * bindings.el (completion-ignored-extensions): Add .dfsl.
4601 2004-09-20  Richard M. Stallman  <rms@gnu.org>
4603         * bindings.el (scroll-left): Make it disabled.
4605         * files.el (enable-local-eval): Doc fix.
4607         * indent.el (move-to-left-margin): Special case for minibuffer.
4609         * term.el (term-emulate-terminal): Turn off undo for output.
4610         Use with-current-buffer and save-selected-window.
4612         * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
4614         * progmodes/make-mode.el (makefile-fill-paragraph):
4615         Don't insist on spaces when looking for comments.  # is enough.
4617         * files.el (hack-local-variables): Copy the variables list
4618         to another buffer, strip prefixes and suffixes there, then read.
4619         (enable-local-eval): Doc fix.
4620         (ignored-local-variables): Initialize to nil.
4621         (risky-local-variable-p): Don't check ignored-local-variables here.
4622         (hack-one-local-variable): Ignore var if in ignored-local-variables.
4624 2004-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
4626         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
4627         of = to "." (punctuation).
4629 2004-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4631         * subr.el (event-basic-type): Fix mask (extend to 22bits).
4633 2004-09-18  Luc Teirlinck  <teirllm@auburn.edu>
4635         * textmodes/enriched.el (enriched-rerun-flag): New variable.
4636         (enriched-before-change-major-mode): New function.
4637         Add it to `change-major-mode-hook'.
4638         (enriched-after-change-major-mode): New function.
4639         Add it to `after-change-major-mode-hook'.
4640         (enriched-mode): Make it work correctly if called from
4641         `after-change-major-mode-hook'.
4642         No longer set `indent-line-function'.
4644         * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
4646         * subr.el (after-change-major-mode-hook): New variable.
4647         (run-mode-hooks): Implement it.
4649 2004-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4651         * battery.el (battery-linux-proc-apm): Use string-to-number.
4652         (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
4653         Use dolist (and less indentation).  Use erase-buffer.
4654         Pre-initialize `design-capacity', `warn', and `low'.
4655         (battery-format): Use replace-regexp-in-string.
4657 2004-09-18  Ralph Schleicher  <rs@nunatak.allgaeu.org>
4659         * battery.el: Delete superfluous empty lines.
4660         (battery-linux-proc-acpi): Attempt to gather information from all
4661         battery subdirectories regardless of their file name.
4662         (battery-linux-proc-apm): Replace all occurrences of
4663         battery-hex-to-int-2 with string-to-int (base 16).
4664         (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
4665         (battery-hex-map): Delete variable.
4667 2004-09-18  John Paul Wallington  <jpw@gnu.org>
4669         * calc/calc-units.el (calc-quick-units): Fix overzealous
4670         s/or/unless/.
4672 2004-09-17  Jay Belanger  <belanger@truman.edu>
4674         * calc/calc.el (calc-mode-var-list): Fix the value of
4675         `calc-matrix-brackets'.
4677 2004-09-17  Romain Francoise  <romain@orebokech.com>
4679         * ibuf-ext.el (define-ibuffer-filter filename):
4680         Expand dired-directory since buffer-file-name is absolute.
4682 2004-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
4684         * ediff-init.el (ediff-current-diff-face-A)
4685         (ediff-current-diff-face-B, ediff-current-diff-face-C)
4686         (ediff-current-diff-face-Ancestor)
4687         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
4688         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
4689         (ediff-even-diff-face-A, ediff-even-diff-face-B)
4690         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
4691         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
4692         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
4693         Use min-colors.
4695         * term.el (term-down): Perform vertical motion if DOWN is negative.
4696         (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
4697         (term-termcap-format): Synchronyze with the eterm terminfo entry
4698         in etc/e/eterm.ti.
4699         (term-handle-colors-array): If the current foreground or
4700         background are zero (i.e. unspecified), use the foreground and
4701         background of the default face for reverse video.
4702         (term-ansi-at-eval-string, term-ansi-default-fg)
4703         (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
4704         (term-mem): Delete ununsed function.
4705         (term-protocol-version): Increment.
4706         (term-current-face): Set to default.
4708 2004-09-15  Jay Belanger  <belanger@truman.edu>
4710         * calc/calc.el (calc-mode-var-list): Define this variable.
4711         (calc-always-load-extensions, calc-line-numbering)
4712         (calc-line-breaking, calc-display-just, calc-display-origin)
4713         (calc-number-radix, calc-leading-zeros, calc-group-digits)
4714         (calc-group-char, calc-point-char, calc-frac-format)
4715         (calc-prefer-frac, calc-hms-format, calc-date-format)
4716         (calc-float-format, calc-full-float-format, calc-complex-format)
4717         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
4718         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
4719         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
4720         (calc-matrix-brackets, calc-language, calc-language-option)
4721         (calc-left-label, calc-right-label, calc-word-size)
4722         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
4723         (calc-display-raw, calc-internal-prec, calc-angle-mode)
4724         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
4725         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
4726         (calc-window-height, calc-display-trail, calc-show-selections)
4727         (calc-use-selections, calc-assoc-selections)
4728         (calc-display-working-message, calc-auto-why, calc-timing)
4729         (calc-mode-save-mode, calc-standard-date-formats)
4730         (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
4731         (calc-user-parse-tables, calc-gnuplot-default-device)
4732         (calc-gnuplot-default-output, calc-gnuplot-print-device)
4733         (calc-gnuplot-print-output, calc-gnuplot-geometry)
4734         (calc-graph-default-resolution, calc-graph-default-resolution-3d)
4735         (calc-invocation-macro, calc-show-banner): Give these values as
4736         part of `calc-mode-var-list's initialization after the variables
4737         are declared with defvar.
4738         (calc-bug-address):  Change email address to send bug reports to.
4739         Change the maintainer address at the top.
4740         (calc-mode): Compare `calc-settings-file' to `user-init-file' rather
4741         than "\\.emacs" to determine if it is the user-init-file.
4743         * calc/calc-embed.el (calc-embedded-set-modes): Use
4744         `calc-mode-var-list' correctly.
4746 2004-09-15  Thien-Thi Nguyen  <ttn@gnu.org>
4748         * vc.el (annotate-time): Document point handling.
4749         (vc-annotate-display-autoscale): Doc fix.
4751 2004-09-15  Miles Bader  <miles@gnu.org>
4753         * generic.el (generic-make-keywords-list): Use symbol rather than
4754         word anchors in regexp.
4756 2004-09-14  Sean O'Rourke  <sorourke@cs.ucsd.edu>
4758         * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
4759         no file name consider `dired-directory'.
4761 2004-09-14  Kim F. Storm  <storm@cua.dk>
4763         * faces.el (cursor): Add face-no-inherit property.  Doc fix.
4765 2004-09-14  Simon Josefsson  <jas@extundo.com>
4767         * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
4769         * textmodes/dns-mode.el: Add.
4771 2004-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4773         * novice.el (disabled-command-hook): Use shorthand for obsolescence.
4774         (disabled-command-function): Make the ?\  char more obvious.
4776         * vc-arch.el (vc-arch-root, vc-arch-registered):
4777         * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
4779 2004-09-13  Hovav Shacham  <hovav@sha1.stanford.edu>
4781         * windmove.el (windmove-frame-edges): Report coordinates of
4782         outside edges of frame, not inside edges.
4783         (windmove-coordinates-of-position): Convert into wrapper to new
4784         function `windmove-coordinates-of-window-position';
4785         `compute-motion' always applies to selected window.
4786         (windmove-coordinates-of-position): Update documentation to refer
4787         to Emacs 21 Lisp Reference Manual.
4788         (windmove-find-other-window): Fix off-by-one errors for max x,y.
4790 2004-09-13  Kim F. Storm  <storm@cua.dk>
4792         * isearch.el (isearch-resume-in-command-history): Rename from
4793         isearch-resume-enabled and change default to nil.
4795 2004-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4797         * vc-hooks.el (vc-ignore-dir-regexp): New var.
4798         (vc-registered): Use it.
4799         (vc-find-root): New fun.
4801         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
4802         Don't tell to use \\{...} when it's already done.
4804         * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
4805         Provide a sample complex default.
4806         (bibtex-url, bibtex-font-lock-url): Adapt to new format.
4807         (bibtex-entry): Use mapc.
4809 2004-09-12  Kim F. Storm  <storm@cua.dk>
4811         * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
4813         * emulation/cua-rect.el (cua--rectangle-operation): Let bind
4814         inhibit-field-text-motion to t so rectangles work in comint buffers.
4816         * simple.el (choose-completion-string): Set buffer before running
4817         choose-completion-string-functions hook so it can be buffer-local.
4819 2004-09-12  Daniel Pfeiffer  <occitan@esperanto.org>
4821         * progmodes/compile.el (compilation-start): Parse command to see
4822         if it starts with a cd, and if so perform it for the *compilation*
4823         buffer.  Change the header to reflect this.
4825 2004-09-11  Kim F. Storm  <storm@cua.dk>
4827         * ido.el (ido-enable-dot-prefix): Doc fix.
4828         (ido-enable-dot-prefix): New defcustom.
4829         (ido-set-matches1): Use it.
4831 2004-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4833         * textmodes/bibtex.el (bibtex-mark-active)
4834         (bibtex-run-with-idle-timer): Move the `if' inside the defun.
4836 2004-09-10  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4838         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
4839         used in a case insensitive environment.
4840         (bibtex-mode-map): Rearrange order of menus.
4841         (bibtex-quoted-string-re): Obsolete.
4842         (bibtex-complete-key-cleanup): Variable replaced by new function.
4843         (bibtex-font-lock-keywords): Use backquotes.
4844         (bibtex-font-lock-url-regexp): New internal variable.
4845         (bibtex-name-in-field): New optional arg remove-opt-alt to remove
4846         "OPT" and "ALT".
4847         (bibtex-insert-current-kill, bibtex-make-field)
4848         (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
4849         (bibtex-parse-field-text): Simplify.
4850         (bibtex-string=): New helper function.
4851         (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
4852         (bibtex-map-entries): Use bibtex-string=.
4853         (bibtex-search-entry): Use not.
4854         (bibtex-enclosing-field): Fix docstring.
4855         (bibtex-assoc-regexp): Obsolete.
4856         (bibtex-format-entry): Use assoc-string and bibtex-string=.
4857         (bibtex-autokey-get-names): Handle empty name field.
4858         (bibtex-parse-strings): Use assoc-string and unless.
4859         (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
4860         Use assoc-string.
4861         (bibtex-pop): Simplify.
4862         (bibtex-mode): Set font-lock-extra-managed-props.
4863         (bibtex-entry-update): Use assoc-string.
4864         (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
4865         (bibtex-autofill-entry): Use bibtex-string=.
4866         (bibtex-print-help-message): Simplify.
4867         (bibtex-find-entry): New optional arg START.
4868         (bibtex-validate): Use bibtex-string= and assoc-string.
4869         Do not call obsolete function compilation-parse-errors.
4870         (bibtex-remove-delimiters): Only remove delimiters if present.
4871         (bibtex-copy-entry-as-kill): Add docstring.
4872         (bibtex-clean-entry): Use bibtex-string=. Handle empty keys.
4873         Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
4874         (bibtex-complete): Use bibtex-predefined-month-strings,
4875         bibtex-string=, and new function bibtex-complete-key-cleanup.
4876         (bibtex-generate-url-list): New variable.
4877         (bibtex-url): New command bound to C-c C-l and mouse-2.
4878         (bibtex-url-map): New local keymap for bibtex-url-mouse.
4879         (bibtex-font-lock-url): New function.
4881 2004-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4883         * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
4885 2004-09-09  Kim F. Storm  <storm@cua.dk>
4887         * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
4888         counter and format with binding.
4889         (kmacro-name-last-macro): New defun.  Like name-last-kbd-macro, but
4890         the declared macro uses own macro counter and format.  Give symbol
4891         kmacro property.
4892         (kmacro-keymap): Bind kmacro-name-last-macro to n.
4893         (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
4894         (kmacro-end-and-call-macro): Doc fix.
4896 2004-09-09  Lars Hansen  <larsh@math.ku.dk>
4898         * desktop.el (desktop-clear-preserve-buffers):
4899         Remove make-obsolete-variable.
4901 2004-09-08  Richard M. Stallman  <rms@gnu.org>
4903         * buff-menu.el (list-buffers-noselect): Call format-mode-line
4904         with the buffer as argument.
4906 2004-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4908         * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
4910 2004-09-08  Juri Linkov  <juri@jurta.org>
4912         * replace.el (perform-replace): Use `query-replace-descr'.
4914         * cus-start.el (history-delete-duplicates): Specify customization.
4916         * diff-mode.el (diff-mode-map):
4917         * progmodes/compile.el (compilation-mode-map):
4918         * progmodes/grep.el (grep-mode-map):
4919         * replace.el (occur-mode-map): Rename `next-error-follow-mode'
4920         to `next-error-follow-minor-mode'.
4922 2004-09-08  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4924         * isearch.el (isearch-lazy-highlight-update): Take into account
4925         the case of zero-length match at the search bound.
4927 2004-09-08  Kim F. Storm  <storm@cua.dk>
4929         * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
4930         change.  Use zero width overlays when necessary.
4932 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
4934         * subr.el (split-string): Docfix.
4936 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
4938         * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
4939         (display-call-tree): Ensure newline after caller/calls blocks.
4941 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
4943         * startup.el (command-line-1): Make option
4944         --directory/-L modify `load-path' straight away.
4946 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
4948         * progmodes/grep.el (grep-mode): Use normal autoload cookie.
4950 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
4952         * emacs-lisp/autoload.el (make-autoload):
4953         Handle `define-compilation-mode'.
4955         * emacs-lisp/lisp-mode.el (define-compilation-mode):
4956         Specify `doc-string-elt' property.
4958 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
4960         * bs.el (bs-mode): Doc fix.
4962 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
4964         * info.el (Info-insert-dir): Fix temp buffer leak bug.
4966 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
4968         * play/blackbox.el (bb-trace-ray): Avoid double tracing.
4970 2004-09-08  Kenichi Handa  <handa@m17n.org>
4972         * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
4973         length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
4974         ps-mule-next-point -> 1+).
4976         * composite.el (encode-composition-rule): Add autoload cooky.
4978 2004-09-07  Luc Teirlinck  <teirllm@auburn.edu>
4980         * format.el (buffer-auto-save-file-format): Make it permanent local.
4982 2004-09-07  Kim F. Storm  <storm@cua.dk>
4984         * emacs-lisp/authors.el (authors-aliases): Add more aliases.
4985         (authors-fixed-entries): Fix typo.
4986         (authors-canonical-author-name): Compact multiple spaces.
4987         Ignore trivial names (e.g. only first name).
4989         * term.el (term-window-width): Only use full window width on
4990         window system if overflow-newline-into-fringe is enabled.
4991         (term-mode): Don't disable overflow-newline-into-fringe.
4993 2004-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4995         * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
4996         motion as seen on my Mac OS X xterms.
4998         * newcomment.el (uncomment-region-default, comment-region-default):
4999         New functions extracted from uncomment-region and comment-region.
5000         (comment-region, comment-region-function, uncomment-region)
5001         (uncomment-region-function): Use them.
5003         * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
5005         * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
5006         It's not crucial but can make sense at times.
5008         * vc-arch.el (vc-arch-workfile-version): Handle the special case before
5009         the first commit.
5011         * vc.el (vc-buffer-context, vc-restore-buffer-context):
5012         Disable obsolete code.
5014 2004-09-07  Juri Linkov  <juri@jurta.org>
5016         * progmodes/grep.el (grep-highlight-matches): Change default from
5017         `t' to `auto-detect', and type from `boolean' to `choice'.  Doc fix.
5018         (grep-compute-defaults): Set `grep-highlight-matches' to `t'
5019         if grep option `--color' is available, or to `nil' otherwise.
5020         (grep-process-setup): Call `grep-compute-defaults' if
5021         `grep-highlight-matches' is not computed.  Set env-vars only
5022         if `grep-highlight-matches' is `t'.
5023         (grep-use-null-device): Remove redundant type `boolean' (`choice'
5024         is already defined).
5026         * progmodes/compile.el (compilation-start): Use copy of
5027         `process-environment' created by `copy-sequence' to not
5028         modify env-vars in the global `process-environment'.
5030 2004-09-06  Eli Zaretskii  <eliz@gnu.org>
5032         * simple.el (next-error-follow-minor-mode): Fix last change.
5034 2004-09-05  Luc Teirlinck  <teirllm@auburn.edu>
5036         * textmodes/paragraphs.el (use-hard-newlines): Make it into a
5037         permanent local.
5039 2004-09-04  Richard M. Stallman  <rms@gnu.org>
5041         * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
5042         highlighting if the search string is empty.
5044 2004-09-04  Luc Teirlinck  <teirllm@auburn.edu>
5046         * facemenu.el (facemenu-active-faces): Change condition of inner
5047         `while' loop to also check the first two elements of `face-atts'
5048         and `mask-atts'.
5050 2004-09-04  John Paul Wallington  <jpw@gnu.org>
5052         * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
5053         (thumbs-view-image-mode): Make buffer read-only.
5055 2004-09-04  Christopher J. Madsen  <cjm@pobox.com>
5057         * textmodes/ispell.el (ispell-really-aspell): New defvar.
5058         (ispell-check-version): Set it.
5059         (ispell-send-replacement): New function.
5060         (ispell-process-line): Call ispell-send-replacement.
5062 2004-09-04  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
5064         * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
5065         Support choosing seconds with "s".
5067 2004-09-04  Jari Aalto  <jari.aalto@poboxes.com>
5069         * terminal.el (te-escape): Show `?' in prompt for help key.
5071 2004-09-04  Emilio C. Lopes <eclig@gmx.net>
5073         * emacs-lisp/lisp.el (kill-backward-up-list): New function.
5075 2004-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
5077         * simple.el (next-error-follow-minor-mode)
5078         (next-error-follow-mode-post-command-hook): New functions.
5079         (next-error-follow-last-line): New defvar.
5081         * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
5082         * progmodes/compile.el (compilation-mode-map): Likewise.
5083         * progmodes/grep.el (grep-mode-map): Likewise.
5084         * replace.el (occur-mode-map): Likewise.
5086         * newcomment.el (uncomment-region): Bind comment-use-global-state
5087         to nil.
5089 2004-09-03  Luc Teirlinck  <teirllm@auburn.edu>
5091         * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
5092         locally around the call to `revert-buffer'.
5094 2004-09-03  Juri Linkov  <juri@jurta.org>
5096         * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
5097         `isearch-adjusted' to `t'.
5098         (isearch-toggle-case-fold): Set `isearch-success' to `t'.
5099         (isearch-message-prefix): Add "pending" for isearch-adjusted.
5100         (isearch-other-meta-char): Restore isearch-point unconditionally.
5101         (isearch-query-replace): Add new arg `regexp-flag' and use it.
5102         Set point to start of match if region is not active in transient
5103         mark mode (to include the current match to region boundaries).
5104         Push the search string to `query-replace-from-history-variable'.
5105         Add prompt "Query replace regexp" for isearch-regexp.
5106         Add region beginning/end as last arguments of `perform-replace.'
5107         (isearch-query-replace-regexp): Replace code by the call to
5108         `isearch-query-replace' with arg `t'.
5110 2004-09-03  Richard M. Stallman  <rms@gnu.org>
5112         * startup.el (normal-top-level): Undo previous TERM change.
5114 2004-09-03  Kim F. Storm  <storm@cua.dk>
5116         * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
5117         highlight overlays; allow using RET when cursor is over a button.
5118         (cua--highlight-rectangle): Use it.
5119         (cua--rectangle-set-corners): Don't move backwards at eol.
5120         (cua--forward-line): Don't move into void after eob.
5122         * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
5123         point is set (and displayed) inside rectangle.
5124         (cua--rectangle-operation): Fix for highlight of empty lines.
5125         (cua--highlight-rectangle): Fix highlight for tabs.
5126         Position cursor at left/right edge of rectangle using new `cursor'
5127         property on overlay strings.
5128         (cua--indent-rectangle): Don't tabify.
5129         (cua-rotate-rectangle): Ignore that point has moved.
5131 2004-09-02  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5133         * term/mac-win.el: Add ASCII equivalents for some function keys.
5134         (mode-line-frame-identification): Sync with x-win.el.
5136 2004-09-02  Juri Linkov  <juri@jurta.org>
5138         * progmodes/compile.el (compilation-buffer-name): Compare major
5139         mode with second element of compilation-arguments instead of third
5140         to reflect latest changes in compilation-arguments structure.
5141         (recompile): Use global variable `compilation-directory' to get
5142         recent compilation directory only when `recompile' is invoked NOT
5143         in the compilation buffer.  Otherwise, use `default-directory' of
5144         the compilation buffer.
5145         (compilation-error-properties): Allow to funcall col and end-col.
5146         (compilation-mode-font-lock-keywords): Check col and end-col by
5147         `integerp'.
5148         (compilation-goto-locus): If end-mk is non-nil in transient mark
5149         mode don't activate the mark (and don't display message in
5150         push-mark), but highlight overlay between mk and end-mk.
5152         * progmodes/grep.el (grep-highlight-matches): New defcustom.
5153         (grep-regexp-alist): Add rule to highlight grep matches.
5154         (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
5156         * info.el (Info-fontify-node): Don't compute other-tag
5157         if Info-hide-note-references=hide.
5159         * help.el (function-called-at-point):
5160         * help-fns.el (variable-at-point):
5161         Try `find-tag-default' when other methods failed.
5163         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
5164         Do not push mark if inhibit-mark-movement is non-nil.
5166         * textmodes/ispell.el (ispell-html-skip-alists):
5167         Fix backslashes in docstring.
5169 2004-09-01  Juri Linkov  <juri@jurta.org>
5171         * isearch.el (isearch-wrap-function)
5172         (isearch-push-state-function): New defvars.
5173         (isearch-pop-fun-state): New defsubst.
5174         (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
5175         (isearch-push-state): Set the result of calling
5176         `isearch-push-state-function' to the `isearch-pop-fun-state' field.
5177         (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
5178         restore the mode-specific starting point of terminated search.
5179         (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
5180         (isearch-repeat): Call `isearch-wrap-function' if defined.
5181         (isearch-message-prefix): Don't add prefix "over" to the message
5182         for wrapped search if `isearch-wrap-function' is defined.
5183         (isearch-search): Call function saved in `isearch-pop-fun-state' to
5184         restore the mode-specific starting point of failed search.
5186         * info.el (Info-search-whitespace-regexp): Fix backslashes.
5187         (Info-search): Add new optional arguments for the sake of isearch.
5188         Replace whitespace in Info-search-whitespace-regexp literally.
5189         Add backward search.  Don't call `Info-select-node' if regexp is
5190         found in the same Info node.  Don't add node to Info-history for
5191         wrapped isearch.
5192         (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
5193         (Info-isearch-push-state, Info-isearch-pop-state): New funs.
5194         (Info-mode): Set local variables `isearch-search-fun-function',
5195         `isearch-wrap-function', `isearch-push-state-function',
5196         `search-whitespace-regexp'.
5198         * isearch.el: Remove ancient Change Log section.
5199         (isearch-string, isearch-message-string, isearch-point)
5200         (isearch-success, isearch-forward-flag, isearch-other-end)
5201         (isearch-word, isearch-invalid-regexp, isearch-wrapped)
5202         (isearch-barrier, isearch-within-brackets)
5203         (isearch-case-fold-search): Add suffix `-state' to state-related
5204         defsubsts to avoid name clashes with other function names.
5206         * simple.el (next-error): New defgroup and defface.
5207         (next-error-highlight, next-error-highlight-no-select):
5208         New defcustoms.
5209         (next-error-no-select): Let-bind next-error-highlight to the value
5210         of next-error-highlight-no-select before calling `next-error'.
5212         * progmodes/compile.el (compilation-goto-locus):
5213         Use `next-error' face instead of `region'.  Set 4-th argument of
5214         `move-overlay' to `current-buffer' to move overlay to different
5215         source buffers.  Use new variable `next-error-highlight'.
5217         * simple.el (next-error-find-buffer): Move the rule
5218         "if current buffer is a next-error capable buffer" after the
5219         rule "if next-error-last-buffer is set to a live buffer".
5220         Simplify to test all rules in one `or'.
5221         (next-error): Doc fix.
5222         (next-error, previous-error, first-error)
5223         (next-error-no-select, previous-error-no-select):
5224         Make arguments optional.
5226 2004-08-31  Luc Teirlinck  <teirllm@auburn.edu>
5228         * macros.el (apply-macro-to-region-lines): Make it operate on all
5229         lines that begin in the region, rather than on all complete lines
5230         in the region.
5232 2004-08-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5234         * x-dnd.el (x-dnd-protocol-alist): Document update.
5235         (x-dnd-known-types): Defcustom it.
5236         (x-dnd-handle-motif): Print message-atom in error message.
5238 2004-08-30  John Paul Wallington  <jpw@gnu.org>
5240         * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
5241         strings rather than programatically constructing message.
5243 2004-08-30  Richard M. Stallman  <rms@gnu.org>
5245         * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
5246         Don't return a string that would read as the wrong character code.
5248 2004-08-29  Kim F. Storm  <storm@cua.dk>
5250         * emulation/cua-base.el (cua-auto-expand-rectangles):
5251         Remove automatic rectangle padding feature; replace by non-destructive
5252         virtual rectangle edges feature.
5253         (cua-virtual-rectangle-edges): New defcustom.
5254         (cua-auto-tabify-rectangles): New defcustom.
5255         (cua-paste): If paste into a marked rectangle, insert rectangle at
5256         current column, even if virtual; also paste exactly as many lines
5257         as has been marked (ignore additional lines or add empty lines),
5258         but paste whole source if only one line is marked.
5259         (cua--update-indications): No longer use overwrite-cursor to
5260         indicate rectangle padding
5262         * emulation/cua-rect.el (cua--rectangle-padding): Remove.
5263         (cua--rectangle-virtual-edges): New defun.
5264         (cua--rectangle-get-corners): Remove optional PAD arg.
5265         (cua--rectangle-set-corners): Never do padding.
5266         (cua--forward-line): Remove optional PAD arg.  Simplify.
5267         (cua-resize-rectangle-right, cua-resize-rectangle-left)
5268         (cua-resize-rectangle-down, cua-resize-rectangle-up):
5269         (cua-resize-rectangle-bot, cua-resize-rectangle-top)
5270         (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
5271         (cua--rectangle-move): Never do padding.  Simplify.
5272         (cua--tabify-start): New defun.
5273         (cua--rectangle-operation): Add tabify arg.  All callers changed.
5274         (cua--pad-rectangle): Remove.
5275         (cua--delete-rectangle): Handle delete with virtual edges.
5276         (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
5277         (cua--insert-rectangle): Handle insert at virtual column.
5278         Perform auto-tabify if necessary.
5279         (cua--activate-rectangle): Remove optional FORCE arg.
5280         Never do padding.  Simplify.
5281         (cua--highlight-rectangle): Enhance for virtual edges.
5282         (cua-toggle-rectangle-padding): Remove command.
5283         (cua-toggle-rectangle-virtual-edges): New command.
5284         (cua-sequence-rectangle): Add optional TABIFY arg.  Callers changed.
5285         (cua--rectangle-post-command): Don't force rectangle padding.
5286         (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
5288 2004-08-28  Luc Teirlinck  <teirllm@auburn.edu>
5290         * indent.el (edit-tab-stops-buffer): Doc fix.
5292 2004-08-28  Richard M. Stallman  <rms@gnu.org>
5294         * progmodes/grep.el (grep-default-command): Use find-tag-default.
5295         (grep-tag-default): Function deleted.
5297         * subr.el (find-tag-default): Move from etags.el.
5299         * progmodes/etags.el (find-tag-default): Move to subr.el.
5301         * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
5302         into the basic character if it has an uppercase form.
5304 2004-08-27  Kenichi Handa  <handa@m17n.org>
5306         * international/utf-8.el (utf-8-post-read-conversion): If the
5307         buffer is unibyte, temporarily make it multibyte.
5309 2004-08-27  Masatake YAMATO  <jet@gyve.org>
5311         * calendar/time-date.el (time-to-seconds): Add autoload cookies.
5313 2004-08-25  John Paul Wallington  <jpw@gnu.org>
5315         * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
5316         0, 1, and many mismatches in message.
5317         (tex-start-shell): Use `set-process-query-on-exit-flag'.
5319         * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
5320         (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
5322 2004-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5324         * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
5325         vc-diff-switches differently.
5327 2004-08-22  Luc Teirlinck  <teirllm@auburn.edu>
5329         * speedbar.el (speedbar-file-regexp): Give it a phony defvar
5330         before and a real defvar after
5331         `speedbar-supported-extension-expressions'.  This is to silence
5332         the compiler without breaking bootstrapping.
5334 2004-08-22  Richard M. Stallman  <rms@gnu.org>
5336         * textmodes/flyspell.el (flyspell-word):
5337         Use set-process-query-on-exit-flag.
5338         (flyspell-highlight-duplicate-region): Take POSS as arg.
5339         (flyspell-word): Pass POSS as arg.
5341         * progmodes/ada-xref.el: Many doc and style fixes.
5342         (ada-find-any-references): Use compilation-start.
5343         (ada-get-ali-file-name): Improve error msg.
5344         (ada-get-ada-file-name): Likewise.
5346         * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
5347         (ange-ftp-start-process): Use set-process-query-on-exit-flag.
5349         * mail/mail-extr.el (mail-extr-all-top-level-domains):
5350         Add forward defvar.
5352         * whitespace.el (global-whitespace-mode): New alias
5353         for whitespace-global-mode.
5355         * speedbar.el (speedbar-file-regexp): Move definition up.
5356         (speedbar-mode, speedbar-set-mode-line-format):
5357         Use with-no-warnings.
5358         (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
5360         * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
5361         controls whether to display the error buffer.
5363         * ps-mule.el: Delete compatibility code for old Emacses.
5364         (ps-mule-find-wrappoint): Don't use chars-in-region.
5366         * frame.el (display-mouse-p, display-selections-p):
5367         Use with-no-warnings.
5369         * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
5371 2004-08-22  David Kastrup  <dak@gnu.org>
5373         * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
5374         information.
5376         * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
5378 2004-08-22  Andreas Schwab  <schwab@suse.de>
5380         * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
5382 2004-08-22  Masatake YAMATO  <jet@gyve.org>
5384         * cvs-status.el (cvs-status-checkout): New function.
5385         (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
5387 2004-08-21  David Kastrup  <dak@gnu.org>
5389         * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
5390         (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
5391         has been converted to use hashtables, the relation `nil=none' is
5392         no longer valid, as `nil' is not a hashtable.  This patch tries to
5393         reduce the number of resulting errors.
5395 2004-08-21  John Paul Wallington  <jpw@gnu.org>
5397         * subr.el (process-kill-without-query): Made obsolete in
5398         version 21.4, not 21.5.
5400         * log-edit.el (vc-comment-ring, vc-comment-ring-index)
5401         (vc-previous-comment, vc-next-comment)
5402         (vc-comment-search-reverse, vc-comment-search-forward)
5403         (vc-comment-to-change-log): Likewise.
5405         * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
5407 2004-08-21  Peter Seibel  <peter@javamonkey.com>  (tiny patch)
5409         * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
5410         Correct indentation of DEFMETHODS with non-standard method
5411         combinations (e.g., PROGN, MIN, MAX).
5413 2004-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5415         * startup.el (normal-top-level-add-subdirs-to-load-path):
5416         Avoid unnecessarily checking system-type.
5417         (normal-top-level): Set TERM to "dumb".  Simplify.
5419         * avoid.el (mouse-avoidance-ignore-p): New fun.
5420         Also ignore switch-frame, select-window, double, and triple clicks.
5421         (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
5422         (mouse-avoidance-fancy-hook): Use it.
5424 2004-08-20  Zoran Milojevic  <zoran@sipquest.com>  (tiny change)
5426         * avoid.el (mouse-avoidance-nudge-mouse)
5427         (mouse-avoidance-banish-destination): Stay within the current window
5428         to avoid problems with mouse-autoselect-window.
5430 2004-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5432         * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
5433         the newer format of some messages in cvs-1.12.1.
5435 2004-08-19  Masatake YAMATO  <jet@gyve.org>
5437         * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
5438         (elp-results-jump-to-definition-by-mouse)
5439         (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
5440         (elp-output-result): Use elp-output-insert-symname.
5442 2004-08-18  Kenichi Handa  <handa@m17n.org>
5444         * language/cyrillic.el: Register koi8-r in
5445         ctext-non-standard-encodings-alist.
5446         ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
5448 2004-08-17  Luc Teirlinck  <teirllm@auburn.edu>
5450         * emacs-lisp/copyright.el (copyright-update-year): Delete code
5451         that replaces 20xy with xy.
5453 2004-08-17  John Paul Wallington  <jpw@gnu.org>
5455         * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
5456         (reb-force-update): Doc fix.
5458 2004-08-16  Richard M. Stallman  <rms@gnu.org>
5460         * progmodes/which-func.el (which-func-update-1): Doc fix.
5462         * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
5463         (sh-mode-abbrev-table): New variable.
5465         * progmodes/compile.el (compilation-mode): Doc fix.
5467         * emacs-lisp/lisp-mode.el (eval-last-sexp):
5468         Don't cons a new symbol each time.
5469         (eval-last-sexp-fake-value): New variable.
5471         * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
5472         (copyright-update-year): Detect continuation of list of years.
5474         * term.el (term-default-fg-color, term-default-bg-color)
5475         (ansi-term-color-vector): Use `unspecified', not nil, as default.
5477         * imenu.el: Several doc fixes: don't say variables are buffer-local.
5479 2004-08-16  Davis Herring <herring@lanl.gov>
5481         * isearch.el (isearch-string, isearch-message-string, isearch-point)
5482         (isearch-success, isearch-forward-flag, isearch-other-end)
5483         (isearch-word, isearch-invalid-regexp, isearch-wrapped)
5484         (isearch-barrier, isearch-within-brackets)
5485         (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
5487 2004-08-16  Kenichi Handa  <handa@m17n.org>
5489         * ps-mule.el (ps-mule-font-info-database): Fix docstring.
5491 2004-08-15  Kenichi Handa  <handa@m17n.org>
5493         * term/x-win.el (x-selection-value): If utf8 was successful but
5494         ctext was not, use utf8 string.
5496 2004-08-14  Davis Herring  <herring@lanl.gov>
5498         * isearch.el: Remove accidental changes of March 4.  Fix backing
5499         up when a regexp isearch is made more general.  Use symbolic
5500         accessor functions for isearch stack frames to make usage clearer.
5501         (search-whitespace-regexp): Made groups in documentation shy (as
5502         is the group in the default value).
5503         (isearch-fallback): New function, addresses problems with regexps
5504         liberalized by `\|', adds support for liberalization by `\}' (the
5505         general repetition construct), and incorporates behavior for
5506         `*'/`?'.
5507         (isearch-}-char): New command, calls `isearch-fallback' with
5508         arguments appropriate to a typed `}'.
5509         (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
5510         appropriately.
5511         (isearch-mode-map): Bind `}' to `isearch-}-char'.
5512         (isearch-string, isearch-message,string, isearch-point)
5513         (isearch-success, isearch-forward-flag, isearch-other-end)
5514         (isearch-word, isearch-invalid-regexp, isearch-wrapped)
5515         (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
5516         New inline functions to read fields of a stack frame.
5518 2004-08-14  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>  (tiny change)
5520         * battery.el (battery-linux-proc-acpi): Look into battery
5521         directories matching the literal string "CMB", too (required for
5522         Linux kernel version 2.6.7).
5524 2004-08-14  John Paul Wallington  <jpw@gnu.org>
5526         * cus-start.el (read-file-name-completion-ignore-case): Add.
5527         (blink-cursor-alist): Change version to "21.4".
5529         * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
5531 2004-08-11  Daniel Pfeiffer  <occitan@esperanto.org>
5533         * speedbar.el (speedbar-scan-subdirs): New option.
5534         (speedbar-file-lists): Don't ignore file-name case on Unix and use
5535         dolist.
5536         (speedbar-insert-files-at-point): Take an extra argument and use
5537         it to optionally find out if a subdir is empty.  Also unreadable
5538         files don't get expand buttons.
5539         (speedbar-directory): New image (unused pixmap already existed).
5540         (speedbar-expand-image-button-alist): Use it.
5542 2004-08-11  Martin Stjernholm  <bug-cc-mode@gnu.org>
5544         CC Mode update to 5.30.9:
5546         * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
5547         Move from cc-vars to cc-defs for dependency reasons.  Fix the
5548         POSIX char class test to check that it works in
5549         `skip-chars-(forward|backward)' too.
5551         * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
5552         first argument starts with a special brace list.
5554         * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
5555         when `c-opt-type-concat-key' is used (i.e. in Pike).
5557         * progmodes/cc-engine.el (c-looking-at-special-brace-list):
5558         Fix bug when the inner char pair doesn't have paren syntax, i.e. "(<
5559         >)".
5561         * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
5562         whitespace safe.
5564         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
5565         position for `arglist-intro', `arglist-cont-nonempty' and
5566         `arglist-close' when there are two arglist open parens on the same
5567         line and there's nothing in front of the first.
5569         * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
5570         locking of qualified names in Java, which previously could fontify
5571         common indexing expressions in many cases.  The standard Java
5572         naming conventions are used to tell them apart.
5574         * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
5575         Fix inconsistency wrt opening parens on the first line inside a paren
5576         block.
5578         * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
5579         compile time for the sake of `c-major-mode-is'.
5581         (c-mode-is-new-awk-p): Made it a macro to delay expansion of
5582         `c-major-mode-is' in the event that this is used inside a
5583         `c-lang-defconst'.
5585         * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
5586         `c-lang-defconst' so that it works better with fallback languages.
5588         * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
5589         it to fail to record the base mode.
5591         * progmodes/cc-engine.el (c-syntactic-re-search-forward):
5592         Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
5593         is used.  Reorder the syntax checks to get more efficient
5594         skipping in some situations.
5596         * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
5597         continuation which might precede the newly inserted '{'.
5599         * progmodes/cc-engine.el (c-syntactic-re-search-forward):
5600         Fix cases where it could loop indefinitely.
5602         * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
5603         size specs correctly.  Only fontify identifiers in front of '('
5604         with as functions - don't accept any paren char.  Tighten up
5605         initializer skipping to stop before function and class blocks.
5607         * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
5608         the point could be left directly after an open paren when finding
5609         the beginning of the first decl in the block.
5611         * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
5612         table when filtering out legitimate open parens to be recorded.
5613         This could cause cache inconsistencies when e.g.
5614         `c++-template-syntax-table' was temporarily in use.
5616         * progmodes/cc-engine.el (c-on-identifier)
5617         (c-simple-skip-symbol-backward): Small fix for handling "-"
5618         correctly in `skip-chars-backward'.  Affected the operator lfun
5619         syntax in Pike.
5621         * progmodes/cc-engine.el (c-invalidate-sws-region-after):
5622         Fix bug that could cause an error from `after-change-functions' when
5623         the changed region is at bob.
5625 2004-08-11  Alan Mackenzie  <bug-cc-mode@gnu.org>
5627         CC Mode update to 5.30.9:
5629         * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
5630         to say that <TAB> doesn't insert WS into a CPP line.
5631         (c-indent-command, c-tab-always-indent): Amend doc strings.
5633         * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
5634         checks for user errors, thus eliminating cryptic and unhelpful
5635         Emacs error messages.  (1) Check the arg to `c-set-style' is a
5636         string.  (2) Check that settings to `c-offsets-alist' are not
5637         spuriously quoted.
5639         * progmodes/cc-cmds.el: (c-electric-brace): Don't delete a comment
5640         which precedes the newly inserted `{'.
5642 2004-08-10  Michael Albinus  <michael.albinus@gmx.de>
5644         Sync with Tramp 2.0.44.
5646         * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
5647         function "tramp_file_attributes".  Otherwise, file names
5648         containing spaces are misinterpreted.  Reported by Magnus Henoch
5649         <mange@freemail.hu>.
5650         (tramp-handle-file-truename): FILENAME must be expanded first.
5651         Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
5652         obscure results.  Reported by D. Goel <deego@gnufans.org>.
5653         (tramp-handle-verify-visited-file-modtime): If file does not
5654         exist, say it is not modified if and only if that agrees with the
5655         buffer's record.  Check whether a file is visiting the buffer, or
5656         the buffer has no recorded last modification time.  Return t in
5657         case the visiting file doesn't exist.  Suggested by Luc Teirlinck
5658         <teirllm@auburn.edu>.
5659         (tramp-handle-write-region): Pass modtime explicitely to
5660         `set-visited-file-modtime', because filename can be different
5661         from (buffer-file-name) if `file-precious-flag' is set.
5662         `set-visited-file-modtime' must be called always when `visit' is t
5663         or a string.  Suggested by Luc Teirlinck <teirllm@auburn.edu>.
5664         (tramp-handle-set-visited-file-modtime): If `time-list' is not
5665         nil, don't apply the whole body.  If the file doesn't exists, set
5666         modtime to '(-1 65535).  Suggested by Luc Teirlinck
5667         <teirllm@auburn.edu>.
5669 2004-08-09  Luc Teirlinck  <teirllm@auburn.edu>
5671         * help.el (describe-bindings): Doc fix.
5673         * subr.el (kbd): Doc fix.
5675 2004-08-08  John Paul Wallington  <jpw@gnu.org>
5677         * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
5678         instead of `string-to-int'.
5679         (define-ibuffer-column mode): Fix indentation.
5681 2004-08-08  Lars Hansen  <larsh@math.ku.dk>
5683         * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.
5685 2004-08-08  Luc Teirlinck  <teirllm@auburn.edu>
5687         * subr.el (global-unset-key, local-unset-key): Doc fixes.
5689         * novice.el (disabled-command-function): New variable renamed from
5690         `disabled-command-hook'.
5691         (disabled-command-hook): Keep the _variable_ as alias for
5692         `disabled-command-function' and make obsolete.
5693         (disabled-command-function): Function renamed from
5694         `disabled-command-hook'.  Adapt code to name change of the variable.
5696 2004-08-07  Satyaki Das  <satyaki@theforce.stanford.edu>  (tiny change)
5698         * simple.el (completion-root-regexp): New defvar.
5699         (completion-setup-function): Use it instead of a literal string.
5701 2004-08-07  John Paul Wallington  <jpw@gnu.org>
5703         * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
5704         (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
5705         (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
5706         (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
5708 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
5710         * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
5711         (mail-extr-voodoo): Check mail-extr-disable-voodoo.
5713 2004-08-04  Kenichi Handa  <handa@m17n.org>
5715         * international/encoded-kb.el (encoded-kbd-setup-keymap):
5716         Fix previous change.
5718 2004-08-03  Kenichi Handa  <handa@m17n.org>
5720         * international/encoded-kb.el: The following changes are to
5721         utilize key-translation-map instead of minor mode map.
5722         (encoded-kbd-iso2022-non-ascii-map): Delete it.
5723         (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
5724         (encoded-kbd-last-key): New function.
5725         (encoded-kbd-iso2022-single-shift): New function.
5726         (encoded-kbd-iso2022-designation)
5727         (encoded-kbd-self-insert-iso2022-7bit)
5728         (encoded-kbd-self-insert-iso2022-8bit)
5729         (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
5730         (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
5731         key-translation-map.
5732         (encoded-kbd-setup-keymap): Setup key-translation-map.
5733         (saved-key-translation-map): New variable.
5734         (encoded-kbd-mode): Save/restore key-translation-map.
5735         Adjust for the change of encoded-kbd-setup-keymap.
5737 2004-08-02  Kim F. Storm  <storm@cua.dk>
5739         * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
5740         and call compute-motion with nil for topos and width to get proper
5741         usable width and height for both window and non-window systems.
5743         * windmove.el (windmove-coordinates-of-position): Let compute-motion
5744         calculate usable window width and height.
5746         * window.el (window-buffer-height): Call compute-motion with nil width.
5748 2004-08-01  David Kastrup  <dak@gnu.org>
5750         * replace.el (query-replace-read-from):
5751         Use `query-replace-compile-replacement'.
5752         (query-replace-compile-replacement): New function.
5753         (query-replace-read-to): Use `query-replace-compile-replacement'
5754         for repeating the last command.
5756 2004-08-01  John Paul Wallington  <jpw@gnu.org>
5758         * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
5759         (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
5760         (pr-switches): Remove period from end of error messages.
5762         * help-mode.el (help-go-back): Likewise.
5764         * abbrev.el (only-global-abbrevs): Doc fix.
5765         (edit-abbrevs-map): Define within defvar.
5766         (quietly-read-abbrev-file): Doc fix.
5768 2004-07-31  Luc Teirlinck  <teirllm@auburn.edu>
5770         * novice.el (enable-command, disable-command): Doc fixes.
5772         * subr.el (event-modifiers, event-basic-type): Doc fixes.
5774 2004-07-30  Richard M. Stallman  <rms@gnu.org>
5776         * subr.el (with-local-quit): Doc fix.
5778 2004-07-30  Luc Teirlinck  <teirllm@auburn.edu>
5780         * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
5782 2004-07-28  Luc Teirlinck  <teirllm@auburn.edu>
5784         * custom.el (defcustom): Doc fix.
5786 2004-07-28  Masatake YAMATO  <jet@gyve.org>
5788         * progmodes/etags.el (etags-tags-apropos): Show building progress.
5790 2004-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5792         * imenu.el (imenu-prev-index-position-function)
5793         (imenu-extract-index-name-function, imenu-name-lookup-function)
5794         (imenu--index-alist): Docstring redundancy fix.
5796 2004-07-25  Lars Hansen  <larsh@math.ku.dk>
5798         * wdired.el (wdired-finish-edit): Require dired-aux before locally
5799         binding dired-backup-overwrite.
5801 2004-07-25  John Paul Wallington  <jpw@gnu.org>
5803         * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
5805 2004-07-24  Luc Teirlinck  <teirllm@auburn.edu>
5807         * term/tty-colors.el (tty-color-approximate): Doc fix.
5809         * select.el (x-get-selection, x-set-selection): Doc fixes.
5811         * frame.el (make-frame): Doc fix.
5813 2004-07-24  Richard M. Stallman  <rms@gnu.org>
5815         * mail/rmail.el (rmail-mime-charset-pattern):
5816         Don't include semicolon in the charset value.
5818         * replace.el (occur-next-error): Call set-window-point.
5819         (occur-engine): Handle negative NLINES.
5821 2004-07-23  Luc Teirlinck  <teirllm@auburn.edu>
5823         * frame.el (modify-all-frames-parameters): Minor doc fix.
5824         (set-frame-configuration): Doc fix.
5826 2004-07-23  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
5828         * simple.el (completion-setup-function): Compute the common parts
5829         and the first difference place correctly when
5830         partial-completion-mode is on.
5832 2004-07-22  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5834         * ps-print.el: Doc fix.
5835         (ps-print-version): New version 6.6.5.
5836         (ps-printing-region): Doc fix.
5837         (ps-generate-string-list): Comment fix.
5838         (ps-message-log-max): Code fix.
5840 2004-07-22  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
5842         * ps-print.el (ps-begin-file): Improve the DSC compliance of the
5843         generated PostScript.
5845 2004-08-17  Reiner Steib  <Reiner.Steib@gmx.de>
5847         * net/tls.el (tls-process-connection-type): Fix docstring.  (Sync
5848         with Gnus v5_10 branch.)
5850 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
5852         * calendar/time-date.el (time-to-number-of-days): New function.
5853         Imported from from Gnus.
5855 2004-07-22  Kim F. Storm  <storm@cua.dk>
5857         * progmodes/make-mode.el: Fix comments.
5859 2004-07-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5861         * printing.el: Doc fix.
5863 2004-07-20  Luc Teirlinck  <teirllm@auburn.edu>
5865         * frame.el (modify-all-frames-parameters): Minor doc fix.
5867 2004-07-20  Richard M. Stallman  <rms@gnu.org>
5869         * textmodes/fill.el (fill-nobreak-p): If this break point is
5870         at the end of the line, don't consider the newline which follows
5871         as a reason to return t.
5873 2004-07-19  John Paul Wallington  <jpw@gnu.org>
5875         * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
5877 2004-07-18  Luc Teirlinck  <teirllm@auburn.edu>
5879         * dired-aux.el (dired-do-kill-lines): Expand docstring.
5880         Delete irrelevant code.
5882 2004-07-17  Kai Grossjohann  <kai.grossjohann@gmx.net>
5884         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
5885         New docstring.  From Luc Teirlinck.
5887 2004-07-17  Luc Teirlinck  <teirllm@auburn.edu>
5889         * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
5890         section.
5891         (auto-revert-handler): Do not check `auto-revert-tail-mode' for
5892         non-file buffers.  We know it is nil.
5894 2004-07-17  Kai Grossjohann  <kai.grossjohann@gmx.net>
5896         Sync with Tramp 2.0.43.
5898         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
5899         Remove outdated comment.
5900         (tramp-locked, tramp-locker): New variables for implementing a
5901         global lock.
5902         (tramp-sh-file-name-handler): Use them to implement the global lock.
5904 2004-07-13  Michael Albinus  <michael.albinus@gmx.de>
5906         * net/tramp.el (all): Code cleanup.  Change all `tramp-handle-xxx'
5907         calls to respective `xxx` calls.
5908         (tramp-process-alive-regexp): Precise doc string.
5909         (tramp-multi-action-process-alive): New defun.
5910         (tramp-multi-actions): Use it.
5911         (tramp-handle-find-backup-file-name): `copy-tree' is available
5912         since Emacs 21.4 only (XEmacs has it).  Implementation rewritten
5913         in order to avoid this function.
5914         (tramp-handle-write-region): Set current buffer.  If connection
5915         wasn't open, `file-modes' has changed it accidently.  Reported by
5916         David Kastrup <dak@gnu.org>.
5917         (tramp-enter-password, tramp-read-passwd): New arguments USER and
5918         HOST.
5919         (tramp-action-password, tramp-multi-action-password): Apply it.
5920         (tramp-open-connection-rsh): If a port is given, the Tramp buffer
5921         name must still contain the port number.  Otherwise, we have two
5922         Tramp buffers, with all the confusion.  Reported by Myron Selby
5923         <myron@xytech.com> and Rolf Dubitzky
5924         <Dubitzky@physi.uni-heidelberg.de>.
5926         * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
5927         HOST to `tramp-enter-passwd'.
5929         * net/tramp-vc.el (all): Code cleanup.  Change all
5930         `tramp-handle-xxx' calls to respective `xxx` calls.
5932 2004-07-17  Jonathan Yavner  <jyavner@member.fsf.org>
5934         * emacs-lisp/testcover.el: New category "potentially-1valued" for
5935         functions that are not erroneous if either 1-valued or
5936         multi-valued.  Detect functions in this class.
5937         (testcover-1value-functions, testcover-compose-functions)
5938         (testcover-progn-functions) Add some additional functions to lists.
5939         (testcover-mark): Bugfix when marking up the definition for an
5940         empty function.
5942 2004-07-17  Richard M. Stallman  <rms@gnu.org>
5944         * replace.el (occur-read-primary-args): Pass default to
5945         read-from-minibuffer.
5947         * mail/footnote.el (footnote-section-tag): Use defcustom.
5949         * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
5950         Compile font-lock-keywords, not KEYWORDS.
5951         (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
5952         Add warn, check-type.  Handle cerror like error.
5954 2004-07-14  Daniel Pfeiffer  <occitan@esperanto.org>
5956         * progmodes/which-func.el (which-func-keymap): New var.
5957         (which-func-face): New face.
5958         (which-func-format): Use them.
5960 2004-07-16  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
5962         * buff-menu.el (list-buffers-noselect): Append the buffer's
5963         process status to its mode name.
5965 2004-07-16  Kim F. Storm  <storm@cua.dk>
5967         * simple.el (inhibit-mark-movement): New defvar.
5968         (beginning-of-buffer, end-of-buffer): Do not push mark if
5969         inhibit-mark-movement is non-nil or C-u prefix is given.
5971         * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
5972         Init to beginning-of-buffer and end-of-buffer.
5973         (cua--undo-push-mark): New defvar.
5974         (cua--pre-command-handler): Set inhibit-mark-movement if mark is
5975         already active and command is in cua--preserve-mark-commands.
5976         Also fix check for shift modifier on non-window systems.
5977         (cua--post-command-handler): Clear inhibit-mark-movement if set.
5979 2004-07-14  Luc Teirlinck  <teirllm@auburn.edu>
5981         * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
5982         of two integers, instead of a cons.
5984         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
5985         `visited-file-modtime' now returns a list of two integers, instead
5986         of a cons.
5988         * dired.el (dired-directory-changed-p): Ditto.
5990         * progmodes/grep.el (grep): Doc fix.
5992 2004-07-14  Daniel Pfeiffer  <occitan@esperanto.org>
5994         * autorevert.el (auto-revert-tail-mode)
5995         (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
5996         (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
5997         in both at the same time.
5998         (auto-revert-tail-mode): New command.
5999         (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
6000         (auto-revert-handler): Revert only either tail or whole file.
6002         * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
6003         add auto-revert-tail-mode.
6005 2004-07-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6007         * printing.el: Doc fix.  Change name of some funs.
6008         (pr-dosify-file-name): New fun.  Replace ps-dosify-path.
6009         (pr-unixify-file-name): New fun.  Replace ps-unixify-path.
6010         (pr-standard-file-name): New fun.  Replace pr-standard-path.
6011         (pr-call-process): Code fix.
6013 2004-07-12  Luc Teirlinck  <teirllm@auburn.edu>
6015         * subr.el (with-selected-window): Doc fix.
6017 2004-07-11  Luc Teirlinck  <teirllm@auburn.edu>
6019         * subr.el (get-buffer-window-list): Doc fix.
6021 2004-07-10  Luc Teirlinck  <teirllm@auburn.edu>
6023         * files.el (switch-to-buffer-other-window): Doc fix.
6025         * window.el (save-selected-window, one-window-p)
6026         (split-window-keep-point, split-window-vertically)
6027         (split-window-horizontally): Doc fixes.
6029 2004-07-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6031         * printing.el: Doc fix.  Now it uses call-process instead of
6032         shell-command for low command execution.
6033         (pr-version): New version number (6.8).
6034         (pr-shell-file-name): Option removed.
6035         (pr-shell-command): Fun removed.
6036         (pr-call-process): New fun.  Replace pr-shell-command.
6037         (pr-standard-path, pr-remove-nil-from-list): New funs.
6038         (zmacs-region-stays, current-mouse-event, current-menubar): New var.
6039         (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
6040         (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
6041         (pr-ps-utility-process, pr-txt-print): Code fix.
6043 2004-07-10  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
6045         * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
6046         boolean.
6048 2004-07-09  Lars Hansen  <larsh@math.ku.dk>
6050         * wid-edit.el (widget-field-buffer): Doc fix.
6052 2004-07-09  John Paul Wallington  <jpw@gnu.org>
6054         * emacs-lisp/re-builder.el (reb-update-overlays):
6055         Distinguish between one and several matches in message.
6057 2004-07-09  Richard M. Stallman  <rms@gnu.org>
6059         * mouse.el (mouse-set-region-1): If transient-mark-mode
6060         is `identity', change it to `only'.
6062         * simple.el (current-word): Doc fix.
6064 2004-07-09  Mark A. Hershberger  <mah@everybody.org>
6066         * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
6067         so that it is more understanding of whitespace.
6069         * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the
6070         form
6071         (("ns" . "element") (attr-list) children) instead of
6072         ((:ns . "element") (attr-list) children) in order to reduce the
6073         number of symbols used.
6074         (xml-skip-dtd): Change to use xml-parse-dtd but set
6075         xml-validating-parsing to nil.
6076         (xml-parse-dtd): Parse entity deleclarations in DOCTYPEs.
6077         (xml-substitute-entity): Remove in favor of new entity substitution.
6078         (xml-substitute-special): Rewrite in to substitute complex
6079         entities from DOCTYPE declarations.
6080         (xml-parse-fragment): Parse fragments from entity deleclarations.
6081         (xml-parse-region, xml-parse-tag, xml-parse-attlist)
6082         (xml-parse-dtd, xml-substitute-special): Make validity checks
6083         conditioned on xml-validating-parser.  Add "Not Well Formed" to
6084         error messages about well-formedness.
6086 2004-07-08  Steven Tamm  <steventamm@mac.com>
6088         * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
6089         (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
6090         Do not treat double clicks and triple clicks specially in the
6091         scroll bar (preventing strange repositioning problems)
6093 2004-07-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6095         * replace.el (query-replace-regexp-eval): Fix last change.
6097 2004-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6099         * replace.el (query-replace-descr): New fun.
6100         (query-replace-read-from, query-replace-read-args): Default to the
6101         previous from&to.
6102         (query-replace-read-to): Quote the `from' string when displaying it.
6103         (query-replace-regexp-eval): Immediately check read-only status.
6104         Use query-replace-read-from to get the \n checking.
6105         Quote the `from' string when displaying it.
6106         (map-query-replace-regexp, occur-read-primary-args):
6107         Quote the `from' string when displaying it.
6109         * isearch.el (isearch-query-replace): Pass the regexp-ness and
6110         delimited-ness of the search to query-replace.
6112         * replace.el (query-replace-read-from, query-replace-read-to):
6113         New funs extracted from query-replace-read-args.
6114         (query-replace-read-args): Use them.
6116         * replace.el (query-replace-interactive, query-replace-read-args):
6117         Remove the `initial' special value.
6118         (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
6119         (occur-engine): Remove unused var `matchend'.
6121         * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
6122         Use the search string without prompting.
6124 2004-07-05  Kenichi Handa  <handa@m17n.org>
6126         * international/mule.el (decode-coding-inserted-region):
6127         Set last-coding-system-used only when coding is nil.
6129 2004-07-03  Eli Zaretskii  <eliz@gnu.org>
6131         * progmodes/grep.el (grep-compute-defaults, grep-command)
6132         (grep-program, find-program, grep-find-use-xargs, grep-history)
6133         (grep-find-history, grep-tag-default, grep-find-command)
6134         (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
6135         Add autoload cookies, for unbundled packages that load `compile'
6136         and expect all grep-related symbols to become defined.
6138 2004-07-03  KOSEKI Yoshinori  <kose@meadowy.org>
6140         * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
6141         (iimage-mode-image-search-path): New user option to search the
6142         image file.
6143         (iimage-locate-file): New funcion.  Emacs21.3 or earlier does not
6144         have locate-file.
6145         (iimage-mode-buffer): Use it.
6147 2004-07-03  Nick Roberts  <nickrob@gnu.org>
6149         * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
6150         carefully.
6151         (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
6153 2004-07-03  Juri Linkov  <juri@jurta.org>
6155         * replace.el (query-replace-read-args): Swallow space after 'foo,
6156         not after (quote foo).  Match space only immediately after symbol,
6157         not anywhere in the whole string.
6159 2004-07-02  Richard M. Stallman  <rms@gnu.org>
6161         * replace.el (query-replace-read-args): Swallow space after
6162         symbols, not after closeparens.  But avoid error if string ends there.
6164         * progmodes/python.el (python-beginning-of-statement):
6165         Exit the loop if backward-up-list gets error.
6167         * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
6169 2004-07-02  Andre Spiegel  <spiegel@gnu.org>
6171         * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
6172         only if vc-consult-headers is non-nil.
6174 2004-07-02  Juri Linkov  <juri@jurta.org>
6176         * pcvs.el (cvs-mode-diff-repository): New command.
6178         * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
6180 2004-07-01  Juri Linkov  <juri@jurta.org>
6182         * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
6183         C-M-y to isearch-yank-char.  Bind M-% to isearch-query-replace,
6184         C-M-% to isearch-query-replace-regexp.
6185         (minibuffer-local-isearch-map): Add arrow key bindings.
6186         Bind C-f to isearch-yank-char-in-minibuffer.
6187         (isearch-forward): Doc fix.
6188         (isearch-edit-string): Doc fix.
6189         (isearch-query-replace, isearch-query-replace-regexp): New funs.
6190         (isearch-del-char): Add optional arg.  Set isearch-yank-flag to t.
6191         (isearch-yank-char): Add optional arg.
6192         (isearch-yank-char-in-minibuffer): New fun.
6194         * replace.el (query-replace-interactive): Change type from boolean
6195         to choice.  Add value `initial'.
6196         (query-replace-read-args): Handle value `initial' of
6197         query-replace-interactive.
6199 2004-06-29  Kim F. Storm  <storm@cua.dk>
6201         * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
6202         (breakpoint-disabled-bitmap-face): Add :group 'gud.
6204         * progmodes/ada-xref.el (ada-tight-gvd-integration):
6205         Add :group 'ada.
6207         * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
6209 2004-06-29  Juri Linkov  <juri@jurta.org>
6211         * replace.el (query-replace-read-args): Swallow a space after
6212         everything except )]" which in most cases means after a symbol.
6214         * emacs-lisp/pp.el (pp-buffer): Add autoload.
6216 2004-06-28  Richard M. Stallman  <rms@gnu.org>
6218         * font-lock.el (font-lock-fontify-syntactic-keywords-region):
6219         More changes to go with previous change in font-lock.el.
6221 2004-06-26  David Kastrup  <dak@gnu.org>
6223         * replace.el (perform-replace): Highlight the match even in
6224         non-query mode if there is potential replace string editing.
6226 2004-06-26  Kai Grossjohann  <kai.grossjohann@gmx.net>
6228         * net/tramp.el (tramp-handle-file-remote-p): New implementation to
6229         agree with new return value of `file-remote-p'.
6230         This syncs with Tramp 2.0.42.
6232         * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
6233         according to new documentation of `file-remote-p'.
6235         * files.el (file-remote-p): Fix doc to say that return value is
6236         identification of remote system, if not nil.
6237         (file-relative-name): Use new return value of `file-remote-p'.
6239 2004-06-26  Nick Roberts  <nickrob@gnu.org>
6241         * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
6242         (gdb-goto-breakpoint): Fix breakage.
6244 2004-06-26  Eli Zaretskii  <eliz@gnu.org>
6246         * man.el (Man-getpage-in-background): Add windows-nt to the list
6247         of systems where shell-file-name should be used instead of
6248         literal "sh".
6250 2004-06-25  Sam Steingold  <sds@gnu.org>
6252         * add-log.el (change-log-font-lock-keywords): Support Common Lisp
6253         function names `(setf symbol)'.
6255 2004-06-24  Richard M. Stallman  <rms@gnu.org>
6257         * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
6259         * font-lock.el (font-lock-keywords): Change format of compiled values.
6260         Document it.
6261         (font-lock-add-keywords): If font-lock-keywords is compiled,
6262         extract the uncompiled version, modify, then recompile.
6263         (font-lock-remove-keywords): Likewise.
6264         (font-lock-fontify-keywords-region): Handle changed format.
6265         (font-lock-compile-keywords): Handle changed format.
6266         (font-lock-set-defaults): Compile the keywords explicitly here.
6268 2004-06-24  David Kastrup  <dak@gnu.org>
6270         * replace.el (query-replace-read-args): Implement `\,' and `\#'
6271         replacements here.
6272         (query-replace-regexp): Doc string explaining this and the new
6273         `\?' replacement.  Remove `\,' and `\#' implementation here, as it
6274         is better placed in `query-replace-read-args'.
6275         (replace-regexp): Explain `\,', `\#' and `\?'.
6276         (replace-match-data): New function for thorough reuse/destruction
6277         of old match-data.
6278         (replace-match-maybe-edit): Function for implementing `\?' editing.
6279         (perform-replace): Fix maintaining of the match stack including
6280         already matched regions, implement `\?', fix various problems
6281         with regions while editing and other stuff.
6282         (replace-highlight): Simplify.
6284 2004-06-24  Daniel Pfeiffer  <occitan@esperanto.org>
6286         * progmodes/grep.el (grep-error-screen-columns): New variable.
6287         (grep-regexp-alist): Give it the full functionality of gnu style
6288         compilation messages with line and column ranges.  Ask me for the
6289         perl script I'm working on, that uses these.
6291 2004-06-23  Nick Roberts  <nickrob@gnu.org>
6293         * comint.el: (comint-insert-clicked-input, comint-copy-old-input):
6294         Remove.
6295         (comint-insert-input, comint-mouse-insert-input): New functions
6296         based on comint-insert-clicked-input for two bindings but just
6297         one functionality.
6299 2004-06-23  Luc Teirlinck  <teirllm@auburn.edu>
6301         * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
6303 2004-06-23  Lars Hansen  <larsh@math.ku.dk>
6305         * files.el (write-contents-functions): Doc fix.
6307 2004-06-21  Juanma Barranquero  <lektu@terra.es>
6309         * image.el (image-library-alist): Rewrite docstring in active voice.
6311 2004-06-20  Richard M. Stallman  <rms@gnu.org>
6313         * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
6315         * isearch.el (isearch-repeat): Avoid testing old match data.
6316         (isearch-message): Display trailing space in special font
6317         when search is failing.
6318         (isearch-search-fun-function): Doc fix.
6320         * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
6322 2004-06-19  Luc Teirlinck  <teirllm@auburn.edu>
6324         * frame.el (show-trailing-whitespace): Doc fix.
6326         * cus-edit.el (custom-variable-documentation): New function.
6327         (custom-variable): Use it.
6329 2004-06-19  Nick Roberts  <nickrob@gnu.org>
6331         * man.el (Man-getpage-in-background): Revert previous change but
6332         make cygwin a special case.
6334 2004-06-18  Luc Teirlinck  <teirllm@auburn.edu>
6336         * autorevert.el (global-auto-revert-non-file-buffers):
6337         Update docstring.
6339 2004-06-19  Daniel Pfeiffer  <occitan@esperanto.org>
6341         * progmodes/compile.el (compilation-error-properties): Store one
6342         more than end-col, if present, so that transient-mark-mode will
6343         highlight last char too.
6344         * progmodes/grep.el (grep-regexp-alist): Match columns and column
6345         ranges, if present.
6347 2004-06-18  Jason Rumney  <jasonr@gnu.org>
6349         * makefile.w32-in: Double percent signs in for loops.
6351 2004-06-17  David Kastrup  <dak@gnu.org>
6353         * replace.el (query-replace-read-args): Only warn about use of \n
6354         and \t when we are doing a regexp replacement and the actual
6355         escaped character is n or t.
6356         (query-replace-regexp): Add \, and \# interpretation to
6357         interactive call and document it.
6358         (query-replace-regexp-eval, replace-match-string-symbols): Add \#
6359         as shortkey for replace-count.
6360         (replace-quote): New function for doubling backslashes.
6362 2004-06-17  Juanma Barranquero  <lektu@terra.es>
6364         * files.el (parse-colon-path, cd): Mention in docstring that the
6365         path separator is colon in GNU-like systems.
6367         * newcomment.el (comment-region-internal): Fix docstring.
6369         * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
6370         (ewoc-invalidate, ewoc-collect): Doc fixes.
6371         (ewoc--create-node, ewoc--delete-node-internal):
6372         Fix typos in docstring.
6374 2004-06-15  Luc Teirlinck  <teirllm@auburn.edu>
6376         * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
6377         manual to docstring.
6379 2004-06-15  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6381         * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
6383 2004-06-15  Luc Teirlinck  <teirllm@auburn.edu>
6385         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
6386         Add hyperlink to emacs-xtra manual to docstring.
6388         * autorevert.el (global-auto-revert-non-file-buffers):
6389         Add hyperlink to emacs-xtra manual to docstring, as well as an
6390         info-link.
6392 2004-06-14  Juanma Barranquero  <lektu@terra.es>
6394         * image.el (image-library-alist): New variable to map image types
6395         to external libraries.  Initialized to nil, unless system-specific
6396         configs change it.
6397         (image-type-available-p): Determine whether an image type is
6398         available by calling `init-image-library'.
6400         * term/w32-win.el (image-library-alist): Initialize to a known set
6401         of probable library names.
6403 2004-06-14  Kenichi Handa  <handa@m17n.org>
6405         * international/code-pages.el (windows-1256, cp1125): Fix tables
6406         for several characters.
6408         * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
6410 2004-06-13  Richard M. Stallman  <rms@gnu.org>
6412         * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
6414         * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
6415         not "`pc-selection-mode'".
6417         * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
6419         * simple.el (previous-matching-history-element): Specify a default.
6421         * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
6423         * cus-face.el (custom-declare-face): Simplify code.
6425         * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
6427 2004-06-13  Luc Teirlinck  <teirllm@auburn.edu>
6429         * files.el (before-save-hook): Add `time-stamp' to the options.
6431         * time-stamp.el (time-stamp): Recommend adding it to
6432         `before-save-hook', rather than `write-file-functions'.
6433         Make a similar change in `Commentary' section.
6435 2004-06-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
6437         * diff-mode.el (diff-current-defun): If at start of hunk, use
6438         position of first change.
6440 2004-06-13  Lars Hansen  <larsh@math.ku.dk>
6442         * dired-x.el (dired-mark-omitted): Bind to "*O".
6444 2004-06-12  Karl Fogel  <kfogel@red-bean.com>
6446         * bookmark.el (bookmark-bmenu-relocate): New function, as
6447         suggested by David J. Biesack <David.Biesack@sas.com>.
6448         (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
6449         (bookmark-bmenu-mode): Describe binding in doc string.
6450         (bookmark-set-filename): Save the bookmark list if it's time.
6452 2004-06-13  Kenichi Handa  <handa@m17n.org>
6454         * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
6455         (ccl-untranslated-to-ucs): Fix typo.
6457 2004-06-12  Karl Chen  <quarl@hkn.eecs.berkeley.edu>  (tiny change)
6459         * progmodes/python.el (python-open-block-statement-p):
6460         Fix indentation after a block opening that contains a comment.
6462 2004-06-12  J\e,Ai\e(Br\e,At\e(Bme Marant  <jerome@marant.org>  (tiny change)
6464         * bindings.el (completion-ignored-extensions): Add file extensions
6465         of Python byte-compiled files.
6467 2004-06-12  Juri Linkov  <juri@jurta.org>
6469         * info.el (Info-goto-node): Add autoload.
6470         (Info-toc): Add substring-no-properties on Info file name.
6471         (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
6472         (Info-mode-map): Bind L to Info-history, T to Info-toc.
6474 2004-06-12  Kenichi Handa  <handa@m17n.org>
6476         * international/mule-cmds.el (set-language-environment):
6477         Load subst tables if necessary.
6479         * international/mule.el (decode-char): Load subst tables if necessary.
6480         (encode-char): Likewise.
6482         * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
6483         pair correctly.  Call ccl-mule-utf-untrans for untranslable chars.
6484         (utf-16le-decode-loop): Set r5 to -1 before loop.
6485         (utf-16be-decode-loop): Likewise.
6486         (ccl-decode-mule-utf-16le): Add EOF processing block.
6487         (ccl-decode-mule-utf-16be): Likewise.
6488         (ccl-decode-mule-utf-16le-with-signature): Likewise.
6489         (ccl-decode-mule-utf-16be-with-signature): Likewise.
6490         (ccl-decode-mule-utf-16): Likewise.  Set r5 to -1 initially.
6491         (ccl-mule-utf-16-encode-untrans): New CCL.
6492         (utf-16-decode-to-ucs): Handle pre-read character.
6493         (utf-16le-encode-loop): Handle surrogate pair.
6494         (utf-16be-encode-loop): Likewise.
6495         (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
6496         of utf-16le-encode-loop.
6497         (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
6498         of utf-16be-encode-loop.
6499         (mule-utf-16-post-read-conversion):
6500         Call utf-8-post-read-conversion at first.
6501         (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
6502         Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
6503         Add post-read-conversion and pre-write-conversion.
6505         * international/utf-8.el (utf-translate-cjk-charsets): New variable.
6506         (utf-translate-cjk-unicode-range): New variable.
6507         (utf-translate-cjk-load-tables): New function.
6508         (utf-lookup-subst-table-for-decode): New function.
6509         (utf-lookup-subst-table-for-encode): New function.
6510         (utf-translate-cjk-mode): Init-value changed to t.  Don't load
6511         tables here.  Update safe-charsets of utf-* coding systems.
6512         (ccl-mule-utf-untrans): New CCL.
6513         (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans.  Use `repeat'
6514         at end of each branch.
6515         (ccl-mule-utf-8-encode-untrans): New CCL.
6516         (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
6517         (ccl-untranslated-to-ucs): Handle 2-byte encoding.  Set r1 to the
6518         length of encoding.  Don't return r0.
6519         (utf-8-compose): New arg hash-table.  Handle 2-byte encoding.
6520         (utf-8-post-read-conversion): Narrow to region properly.
6521         If utf-translate-cjk-mode is on, load tables if necessary.
6522         Call utf-8-compose with hash-table arg if necessary.
6523         Call XXX-compose-region instead of XXX-post-read-convesion.
6524         (utf-8-pre-write-conversion): New function.
6525         (mule-utf-8): Include CJK charsets in safe-charsets if
6526         utf-translate-cjk-mode is on.  Add pre-write-conversion.
6528         * international/characters.el: Temporarily set
6529         utf-translate-cjk-mode to nil.
6531         * language/devan-util.el (devanagari-compose-region):
6532         Add autoload cookie.
6534         * international/ccl.el (ccl-dump-call): Fix printing the
6535         subroutine name.
6537 2004-06-11  Luc Teirlinck  <teirllm@auburn.edu>
6539         * dired.el (dired-revert): If buffer is marked unmodified before
6540         reverting, keep it marked unmodified.
6541         Adapt to new conventions for commenting out code.
6542         (dired-make-relative): Adapt to new conventions for commenting out code.
6544 2004-06-10  Miles Bader  <miles@gnu.ai.mit.edu>
6546         * eshell/esh-module.el (eshell-load-defgroups):
6547         Bind `vc-handled-backends' to nil when opening files.
6549 2004-06-11  Juanma Barranquero  <lektu@terra.es>
6551         * files.el (parse-colon-path, cd): Doc fixes (refer to
6552         `path-separator', not colon).
6554 2004-06-10  Juanma Barranquero  <lektu@terra.es>
6556         * newcomment.el (comment-search-forward)
6557         (comment-search-backward): Fix typos in docstring.
6558         (comment-region): Doc fix.
6560 2004-06-10  Luc Teirlinck  <teirllm@auburn.edu>
6562         * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
6563         switch is no longer stored in `dired-switches-alist'.
6565         * dired-aux.el (dired-insert-subdir): Do not store R switch in
6566         `dired-switches-alist'.
6568 2004-06-10  Kim F. Storm  <storm@cua.dk>
6570         * pcvs.el (cvs-mode-diff-yesterday): New command.
6572         * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
6574 2004-06-10  Juri Linkov  <juri@jurta.org>
6576         * emacs-lisp/edebug.el (edebug-eval-defun):
6577         * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
6578         Fix docstring.
6580         * simple.el (eval-expression-print-format): Don't print additional
6581         information on the first call to `eval-print-last-sexp'.
6582         (next-error-find-buffer): Fix punctuation.
6583         (killing) <defgroup>: Fix punctuation.
6584         (yank-excluded-properties): Change group from editing to killing.
6586         * replace.el (perform-replace): Use `limit' to terminate the
6587         while-loop explicitly.
6589 2004-06-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6591         * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
6592         Use lc-*.xpm as prefix instead of *-locol.xpm.
6594         * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
6595         * toolbar/lc-help.xpm, toolbar/lc-home.xpm
6596         * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
6597         * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
6598         * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
6599         * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
6600         * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
6601         * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
6602         * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
6603         * toolbar/lc-up_arrow.xpm:
6604         Rename from *-locol.xpm.
6606 2004-06-09  Rajesh Vaidheeswarran  <rv@gnu.org>
6608         * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
6609         include forms like &<str>; as valid url patterns.
6611 2004-06-08  Luc Teirlinck  <teirllm@auburn.edu>
6613         * dired.el (dired-diff, dired-backup-diff)
6614         (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
6615         (dired-do-chown, dired-do-touch, dired-do-print)
6616         (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
6617         (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
6618         (dired-create-directory, dired-do-copy, dired-do-symlink)
6619         (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
6620         (dired-do-copy-regexp, dired-do-hardlink-regexp)
6621         (dired-do-symlink-regexp, dired-upcase, dired-downcase)
6622         (dired-maybe-insert-subdir, dired-next-subdir)
6623         (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
6624         (dired-kill-subdir, dired-tree-up, dired-tree-down)
6625         (dired-hide-subdir, dired-hide-all, dired-show-file-type)
6626         (dired-run-shell-command, dired-query): Remove redundant,
6627         or incorrect, autoloads.
6629         * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
6630         does not end in a slash.  Add optional argument KILL-ROOT.
6631         Update docstring.
6632         (dired-do-touch, dired-clean-directory, dired-run-shell-command)
6633         (dired-query): Add autoloads.
6635 2004-06-08  Daniel Pfeiffer  <occitan@esperanto.org>
6637         * progmodes/compile.el (compilation-set-window-height):
6638         Rearrange the save-* functions because a buffer can have several current
6639         point in different windows.
6640         (compilation-error-regexp-alist-alist): Recognize {standard input}
6641         GNU messages (for gcc --pipe) and more kinds of Oracle messages.
6643 2004-06-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6645         * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
6646         * toolbar/help-locol.xpm, toolbar/home-locol.xpm
6647         * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
6648         * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
6649         * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
6650         * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
6651         * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
6652         * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
6653         * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
6654         * toolbar/up_arrow-locol.xpm:
6655         New versions of icons that uses fewer colors.
6657         * toolbar/tool-bar.el (tool-bar-local-item)
6658         (tool-bar-local-item-from-menu): Try to use icons with fewer colors
6659         if display-color-cells is 256 or less.
6661 2004-06-08  Kim F. Storm  <storm@cua.dk>
6663         * wid-edit.el (widget-specify-button): Use hand pointer rather
6664         than mouse-face as visible mouse-over effect.
6666 2004-06-07  Karl Fogel  <kfogel@red-bean.com>
6668         * saveplace.el (save-place-alist-to-file): Bind `print-length'
6669         and `print-level' to nil when writing out `save-place-alist'.
6670         Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
6672 2004-06-07  Juanma Barranquero  <lektu@terra.es>
6674         * completion.el (completion-kill-region): Doc fix.
6676         * format.el (format-insert-annotations)
6677         (format-annotate-location): Doc fixes.
6678         (format-subtract-regions): Make arguments match their use in docstring.
6680         * simple.el (kill-region): Doc fix.
6682         * subr.el (insert-buffer-substring-no-properties)
6683         (insert-buffer-substring-as-yank): Doc fixes.
6685 2004-06-07  Luc Teirlinck  <teirllm@auburn.edu>
6687         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
6688         Update docstring.
6689         (dired-reset-subdir-switches): New function.
6691         * dired.el (dired-undo): Call `dired-build-subdir-alist'.
6692         Limit scope of `buffer-read-only' binding.
6694 2004-06-06  Emilio C. Lopes  <eclig@gmx.net>
6696         * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
6697         eshell-explicit-command-char.
6699 2004-06-06  Juanma Barranquero  <lektu@terra.es>
6701         * help-fns.el (help-argument-name): Inherit from italic face only
6702         if the frame supports it.
6704 2004-06-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6706         * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
6707         * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
6708         * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
6709         * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
6710         * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
6711         * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
6712         * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
6713         New conversions from xpm files.
6715         * toolbar/README: New file.
6717 2004-06-06  Richard M. Stallman  <rms@gnu.org>
6719         * isearch.el (isearch-mode-map): Undo previous change.
6721 2004-06-05  Juri Linkov  <juri@jurta.org>
6723         * bindings.el (debug-ignored-errors): Add regexps for history
6724         related messages.  Remove $ from "No further undo information".
6725         Move Ediff's messages to ediff.el.
6727         * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
6729         * cus-edit.el (custom-display): Add `min-colors'.
6731         * custom.el (defface): Add `supports' to docstring.
6733         * help-fns.el (help-argument-name): Add :group 'help.
6735 2004-06-05  Luc Teirlinck  <teirllm@auburn.edu>
6737         * find-dired.el (find-ls-subdir-switches): New user option.
6738         (find-dired): No longer call `abbreviate-file-name' on DIR.
6739         Set `dired-subdir-switches' buffer-locally.
6741         * locate.el: Merge the two `Commentary' sections.
6742         (locate-ls-subdir-switches): New user option.
6743         (locate): Update for other changes.
6744         (locate-mode-map): Restore Dired binding for mouse-2.
6745         Bind `locate-mouse-view-file' to M-mouse-2.
6746         Bind `l' to `locate-do-redisplay'.
6747         (locate-main-listing-line-p, locate-do-redisplay): New functions.
6748         (locate-mouse-view-file, locate-tags, locate-find-directory):
6749         Print message if used outside main listing.
6750         (locate-mode): Update docstring.  Make `*Locate*' buffer read-only.
6751         Various changes to support inserted subdirectories.
6752         (locate-insert-header): Change header of *Locate* buffer.
6754         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
6755         Change interactive default switches.
6756         (dired-rename-subdir-2): Update `dired-switches-alist'.
6757         (dired-insert-subdir, dired-kill-subdir):
6758         Handle `dired-switches-alist'.  Do not mark buffer modified.
6759         (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
6760         (dired-insert-subdir-doinsert): Omit messages.
6761         Handle `dired-subdir-switches'.
6762         (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
6764         * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
6765         (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
6766         subdirs if -R switch is used for a subdir.
6767         (dired-mode): Set `dired-switches-alist'.
6768         (dired-build-subdir-alist): Only print number of directories in
6769         echo area when invoked interactively.
6771 2004-06-05  Lars Hansen  <larsh@math.ku.dk>
6773         * dired-x.el (dired-omit-mode): Rename from
6774         dired-omit-files-p.  Use define-minor-mode to define it.
6775         (dired-omit-files-p): Add as alias for dired-omit-mode.
6776         (dired-omit-toggle): Delete.  Replaced by dired-omit-mode and
6777         dired-mark-omitted.
6778         (dired-mark-omitted): Add.  Bind to M-O.
6780 2004-06-05  Kenichi Handa  <handa@m17n.org>
6782         * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
6784 2004-06-05  Juanma Barranquero  <lektu@terra.es>
6786         * help-fns.el (help-argument-name): Reintroduce face.
6787         (help-default-arg-highlight): Use it, now that
6788         `face-differs-from-default-p' can be trusted.
6790 2004-06-05  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
6792         * textmodes/table.el: Sentence commands added to Point Motion
6793         group; kill and backward-kill commands added to Extraction group.
6795 2004-06-04  Mario Lang  <mlang@delysid.org>
6797         * battery.el (battery-linux-proc-acpi): `mA' was hardcored, but some
6798         systems appear to use mW, make the code handle this.  Fix a
6799         division-by-zero bug while at it, and handle kernels with
6800         a slightly different layout in /proc/acpi.
6802 2004-06-04  Karl Fogel  <kfogel@red-bean.com>
6804         * vc-svn.el (vc-svn-checkin): Use 'nconc' instead of 'list*',
6805         because the latter is a CL-ism.  This fixes the bug reported by
6806         Shawn Boyette <mdxi@collapsar.net> in
6807         http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
6809 2004-06-04  Miles Bader  <miles@gnu.org>
6811         * faces.el (display-supports-face-attributes-p): Function moved to
6812         C code.  Previously only the tty-related portion of this function
6813         was done in C; however the previous attempt to do a halfway-proper
6814         job for non-tty displays in lisp didn't work properly because of
6815         funny conditions during Emacs startup.
6816         (face-differs-from-default-p): Simplify, now that
6817         display-supports-face-attributes-p works properly on all display
6818         types.  Remove :stipple from comparison; it doesn't really work
6819         in emacs anyway.
6821 2004-06-04  Miles Bader  <miles@gnu.org>
6823         * faces.el (face-differs-from-default-p): Use a different
6824         implementation, so we can really check whether FACE displays
6825         differently or not.
6827 2004-06-04  Miles Bader  <miles@gnu.org>
6829         * faces.el (display-supports-face-attributes-p): Implement a
6830         `different from default' check for non-tty displays.
6832 2004-06-03  David Kastrup  <dak@gnu.org>
6834         * woman.el (woman-mapcan): More concise code.
6835         (woman-topic-all-completions, woman-topic-all-completions-1)
6836         (woman-topic-all-completions-merge): Replace by a simpler and
6837         much faster implementation based on O(n log n) sort/merge instead
6838         of the old O(n^2) behavior.
6840 2004-06-03  Miles Bader  <miles@gnu.org>
6842         * subr.el (read-number): Use canonical format for default in prompt.
6844         * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
6845         Add regexp for " [...]" style defaults.
6847 2004-06-02  Romain Francoise  <romain@orebokech.com>
6849         * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
6850         groups: if the user asks for a hidden buffer, open the
6851         corresponding filter group to expose it.
6853         * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
6854         `ibuffer-jump-to-buffer'.
6855         (ibuffer-jump-offer-only-visible-buffers): New user option.
6857 2004-06-02  Juanma Barranquero  <lektu@terra.es>
6859         * faces.el (frame-update-faces): Add empty docstring so the one
6860         for `ignore' doesn't show through.
6862         * subr.el (process-kill-without-query): Remove spurious "\n" on
6863         obsolescence string.
6864         (focus-frame, unfocus-frame): Add obsolescence declaration and
6865         empty docstring.
6867         * international/mule.el (register-char-codings): Make alias for
6868         `ignore'.  Move docstring to obsolescence info and remove redundancy.
6870 2004-06-02  Kim F. Storm  <storm@cua.dk>
6872         * frame.el (blink-cursor-start): Turn cursor off initially so blink
6873         starts after blink-cursor-delay rather than 2*blink-cursor-delay.
6875 2004-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6877         * comint.el (comint-replace-by-expanded-history-before-point):
6878         Obey `start' as the docstring says.
6879         (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
6880         (comint-update-fence): Prevent font-lock from running unnecessarily.
6881         (comint-dynamic-list-completions): Use with-current-buffer.
6883 2004-06-01  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6885         * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
6886         (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
6887         (bibtex-entry-update): Handle alternatives and optional fields.
6888         (bibtex-parse-entry): Bugfix, handle empty key.
6890 2004-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
6892         * vc-arch.el (vc-arch-state): Don't assume the file exists.
6894 2004-05-31  Lars Hansen  <larsh@math.ku.dk>
6896         * desktop.el (desktop-save): Don't save minor modes without a
6897         known mode initialization function.
6899 2004-05-30  Luc Teirlinck  <teirllm@auburn.edu>
6901         * replace.el (query-replace-interactive): Convert defvar -> defcustom.
6903         * autorevert.el: Update `Commentary' section.
6905 2004-05-30  Juanma Barranquero  <lektu@terra.es>
6907         * dos-fns.el (convert-standard-filename):
6908         * files.el (convert-standard-filename):
6909         * w32-fns.el (convert-standard-filename):
6910         Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
6912 2004-05-30  Kai Grossjohann  <kai.grossjohann@gmx.net>
6914         Sync with Tramp.
6916         * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
6917         (tramp-let-maybe): Move to an earlier spot in the file.
6918         Patch by Andreas Schwab.
6920 2004-05-30  Andreas Schwab  <schwab@suse.de>
6922         * dired.el (dired-get-filename): Don't use dired-re-dot.
6924 2004-05-30  Richard M. Stallman  <rms@gnu.org>
6926         * files.el (find-file): Doc fix.
6928         * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
6930 2004-05-30  Nick Roberts  <nickrob@gnu.org>
6932         * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
6933         (gdb-locals-mode, gdb-frame-handler): Display current frame in the
6934         modeline of the locals buffer.
6935         (gdb-goto-breakpoint): Handle gdbmi.
6936         (gdb-get-frame-number): Change for gdbmi.
6938 2004-05-30  Michael Albinus  <michael.albinus@gmx.de>
6940         * files.el (file-remote-p): Apply file name handler for operation
6941         `file-remote-p'.  It isn' a property any longer.
6942         (file-relative-name): `fh' and `fd' get the required value via
6943         `find-file-name-handler' already.
6945         * ange-ftp.el (ange-ftp-file-remote-p): New defun.
6946         (top): Remove setting of `file-remote-p' property for
6947         `ange-ftp-hook-function'.  Add `ange-ftp' property to `file-remote-p'.
6949 2004-05-29  Michael Albinus  <michael.albinus@gmx.de>
6951         Version 2.0.41 of Tramp released.
6953         * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
6954         Throw away if process has died.
6955         Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
6956         (tramp-out-of-band-prompt-regexp): Rename to
6957         `tramp-process-alive-regexp', because its usage is widen.
6958         (tramp-actions-copy-out-of-band): Apply it.
6959         (tramp-actions-before-shell, tramp-multi-actions):
6960         Add `tramp-action-process-alive' action.
6961         (tramp-action-process-alive): New defun.
6962         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
6963         Add entry for `file-remote-p'.
6964         (tramp-handle-file-remote-p): New defun.
6965         (top): Remove setting of `file-remote-p'.  Don't set
6966         `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
6968         * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
6969         `file-remote-p'.
6971         * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
6972         counted for (last) line.  [They should or they shouldn't?  --Stef]
6973         Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
6975 2004-05-29  Kai Grossjohann  <kai.grossjohann@gmx.net>
6977         * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
6978         not really necessary but seems to keep the shell history smaller
6979         in some cases.  It is no substitute for setting HISTFILE and
6980         HISTSIZE from tramp-open-connection-setup-interactive-shell,
6981         though.  Suggested by Luc Teirlinck.
6982         (tramp-open-connection-setup-interactive-shell): Export variables
6983         HISTFILE and HISTSIZE, do not just set them.  From Luc Teirlinck.
6984         (tramp-set-process-query-on-exit-flag): New compat function.
6985         (tramp-open-connection-multi, tramp-open-connection-su)
6986         (tramp-open-connection-rsh, tramp-open-connection-telnet)
6987         (tramp-do-copy-or-rename-file-out-of-band): Use it.
6988         (tramp-let-maybe): New macro, let-binds a variable only if it
6989         isn't obsolete.
6990         (tramp-check-ls-commands, tramp-handle-expand-file-name)
6991         (tramp-handle-file-truename): Use it.
6992         (tramp-completion-file-name-regexp-unified): Avoid matching
6993         filenames starting with "/:" -- those are reserved for
6994         file-name-non-special.
6996         * tramp-smb.el (tramp-smb-open-connection):
6997         Use tramp-set-process-query-on-exit-flag compat function.
6999 2004-05-29  Richard M. Stallman  <rms@gnu.org>
7001         * net/browse-url.el (browse-url-interactive-arg): Doc fix.
7003         * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
7004         (eval-last-sexp-print-value): Print char equivalent regardless
7005         of standard-output value.
7007         * thumbs.el (thumbs-subst-char-in-string): Delete.
7008         (thumbs-thumbname): Use subst-char-in-string.
7009         (thumbs-resize-image): Use condition-case, not ignore-errors.
7010         (thumbs-kill-buffer): Likewise.
7012         * thumbs.el: Don't include cl.  Don't bother with old Emacs versions.
7013         (thumbs-mode): Make buffer read-only.
7014         (thumbs-make-thumb): Unconditionally accept an existing file.
7015         (thumbs-insert-thumb): Add thumb-image-file property to the image.
7016         (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
7017         (thumbs-show-thumbs-list): Error if images not supported.
7018         (thumbs-save-current-image): Improve prompt string.
7019         (thumbs-mode-map): Define u, R, x.
7020         (thumbs-unmark): New command.
7021         (thumbs-emboss-image): Minor cleanup.
7022         (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
7023         (thumbs-rename-images): New command.
7024         (thumbs-show-image-num): Rewrite.  Don't rename the buffer.
7026         * thumbs.el (thumbs-current-image): New function.
7027         (thumbs-file-list, thumbs-file-alist): New functions.
7028         (thumbs-find-image): Delete arg L.
7029         Don't set up thumbs-fileL as buffer-local global var.
7030         (thumbs-find-image-at-point): Use thumbs-current-image.
7031         (thumbs-set-image-at-point-to-root-window): Likewise.
7032         (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
7033         Record and warn about errors.  Update thumbs-markedL for deletions.
7034         (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
7035         (thumbs-redraw-buffer): Use thumbs-file-list.
7036         (thumbs-mark): Use thumbs-current-image.
7037         (thumbs-show-name): Use thumbs-current-image.
7039         * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
7040         and imenu--last-menubar-index-alist.
7042         * subr.el (with-selected-window): Undo previous change.
7044 2004-05-29  John Paul Wallington  <jpw@gnu.org>
7046         * thumbs.el (thumbs-show-name): Do nothing if no image at point.
7047         (thumbs-mouse-find-image): New command.
7048         (thumbs-mode-map): Bind it to mouse-2.
7049         (thumbs-mode): Make mode-class special.
7050         (thumbs-view-image-mode): Likewise.
7052 2004-05-29  Pavel Kobiakov  <pk_at_work@yahoo.com>
7054         * flymake.el: New file.
7056 2004-05-28  Luc Teirlinck  <teirllm@auburn.edu>
7058         * files.el (find-file-noselect-1): Do not bind
7059         `inhibit-read-only' to t during execution of
7060         `find-file-not-found-functions'.
7062 2004-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7064         * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
7065         * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
7067 2004-05-28  Juri Linkov  <juri@jurta.org>
7069         * simple.el (eval-expression-print-format): New fun.
7071         * simple.el (eval-expression):
7072         * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
7073         * emacs-lisp/edebug.el (edebug-compute-previous-result)
7074         (edebug-eval-expression): Print additionally the value returned by
7075         `eval-expression-print-format'.
7077         * emacs-lisp/lisp.el (insert-pair-alist): New var.
7078         (insert-pair): Make arguments optional.  Find character pair
7079         from `insert-pair-alist' according to the last input event.
7080         (insert-parentheses): Make arguments optional.
7081         (raise-sexp, delete-pair): New funs.
7083         * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
7084         (emacs-lisp-mode-map, lisp-interaction-mode-map):
7085         Bind C-M-q to `indent-pp-sexp'.
7087         * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
7088         `pp-to-string' modified to be able to format text with newlines.
7089         (pp-to-string): Move the buffer-formatting part of the code to
7090         `pp-buffer'.  Call `pp-buffer'.
7092         * info.el (Info-desktop-buffer-misc-data): Don't save information
7093         about virtual files.
7094         (Info-restore-desktop-buffer): Restore Info buffers in prepared
7095         buffers with names obtained from the desktop file instead of the
7096         default *info* buffer.
7098 2004-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7100         * subr.el (with-selected-window): Only save/restore the selected window.
7102         * progmodes/compile.el (compilation-error-regexp-alist):
7103         Use expand-file-name and data-directory.
7105         * progmodes/grep.el (grep-tree): Rework previous fix.
7107         * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
7108         after the user marked text with the mouse.
7110         * startup.el (command-line): Keep the first regexp of
7111         auto-save-file-name-transforms intact.
7113 2004-05-28  Juanma Barranquero  <lektu@terra.es>
7115         * cus-edit.el (customize-face, customize-face-other-window)
7116         (custom-face-edit-delete): Make arguments match their use in
7117         docstring.
7118         (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
7119         docstring.
7121         * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
7122         not `cvs-butlast'.
7124         * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
7125         `nbutlast' are in subr.el).
7127         * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
7128         (set-w32-system-coding-system): Doc fixes.
7130         * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
7131         (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
7132         Make arguments match their use in docstring.
7133         (artist-draw-region-trim-line-endings)
7134         (artist-mouse-choose-operation): Fix typo in docstring.
7135         (artist-key-set-point-common): Doc fix.
7137 2004-05-28  Simon Josefsson  <jas@extundo.com>
7139         * mail/smtpmail.el (smtpmail-open-stream):
7140         Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
7142 2004-05-26  Simon Josefsson  <jas@extundo.com>
7144         * starttls.el: Merge with my GNUTLS based starttls.el.
7145         (starttls-gnutls-program, starttls-use-gnutls)
7146         (starttls-extra-arguments, starttls-process-connection-type)
7147         (starttls-connect, starttls-failure, starttls-success): New variables.
7148         (starttls-program, starttls-extra-args): Doc fix.
7149         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
7150         (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
7151         and pass on to corresponding *-gnutls function if it is set.
7153 2004-05-27  Luc Teirlinck  <teirllm@auburn.edu>
7155         * autorevert.el (auto-revert-handler): Disable auto-reverting of
7156         remote files.
7158 2004-05-27  Michael Albinus  <michael.albinus@gmx.de>
7160         * files.el (file-name-non-special): There are more operations
7161         which need handling: `find-backup-file-name',
7162         `insert-file-contents', `verify-visited-file-modtime',
7163         `write-region'.  Rename t value of method to `add'.  Add new
7164         methods `quote' and `unquote-then-quote' to file-arg-indices.
7166 2004-05-25  Juri Linkov  <juri@jurta.org>
7168         * info.el (Info-toc): Call Info-mode on intermediate buffer.
7169         (Info-index-nodes): Enclose code in condition-case to catch errors.
7170         (Info-index-node): Don't search all index nodes if request is only
7171         for the current node and file is not in the cache of index nodes.
7172         (Info-mode-map): Bind Info-copy-current-node-name to `w'
7173         for consistency with dired-copy-filename-as-kill.
7174         Bind `S' to Info-search-case-sensitively.
7175         (Info-copy-current-node-name): New arg.  With zero prefix arg put
7176         the name inside a function call to `info'.  Display copied text in
7177         the echo area.
7179 2004-05-25  Sam Steingold  <sds@gnu.org>
7181         * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
7182         strip the package prefix from the symbol name, if any.
7183         Make it the `find-tag-default-function' for `lisp-mode'.
7185 2004-05-25  John Paul Wallington  <jpw@gnu.org>
7187         * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
7188         instead of obsolete `process-kill-without-query'.
7190         * textmodes/texinfmt.el (texinfo-indexvar-alist):
7191         Declare as variable, not constant.
7193 2004-05-25  Luc Teirlinck  <teirllm@auburn.edu>
7195         * files.el (find-file-noselect-1): Fix bug introduced by
7196         Revision 1.694.  As a side effect, `inhibit-read-only'
7197         is again, by default, t during execution of
7198         `find-file-not-found-functions'.
7199         (insert-directory): Check that lines were really inserted by
7200         the --dired switch, before erasing them.
7202 2004-05-24  Nick Roberts  <nickrob@gnu.org>
7204         * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
7205         (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
7206         (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
7207         (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
7208         gud-minor-mode (gdbmi).
7210 2004-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny change)
7212         * net/browse-url.el (browse-url-interactive-arg): Enable user to
7213         explicitly select the text to be taken as URL.
7215 2004-05-23  Juri Linkov  <juri@jurta.org>
7217         * info.el (Info-index-nodes): New var and fun.
7218         (Info-goto-index, Info-index, info-apropos)
7219         (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
7220         (Info-index): Fix docstring.  Store and restore Info-history-list.
7221         (Info-complete-nodes): New var.
7222         (Info-complete-menu-item): Use it.
7223         (Info-index-node): New fun.
7224         (Info-final-node, Info-forward-node, Info-backward-node)
7225         (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
7226         Use Info-index-node.
7227         (Info-extract-menu-item, Info-extract-menu-counting): Set second
7228         arg of `Info-extract-menu-node-name' to non-nil for index nodes.
7229         (Info-find-node-2): If a node with period in its name not found,
7230         try to find a node without the name part after period.
7231         (Info-select-node): Call Info-fontify-node only if
7232         Info-fontify-maximum-menu-size is not nil.
7233         (info-apropos): Set Info-fontify-maximum-menu-size to nil.
7234         (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
7235         Preserve Info-history-list.
7236         (Info-toc): Set Info-current-file.
7237         (Info-build-toc): Move point to the beginning of the buffer.
7238         Add main-file variable.
7239         (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
7240         Use backslashed representation of the control character ^_.
7242         * textmodes/texinfmt.el (texinfo-print-index): Print index line
7243         numbers in the new Texinfo 4.7 format.
7245         * add-log.el (change-log-font-lock-keywords): Remove `:' from
7246         regexps for function and variable names.
7248         * descr-text.el (describe-property-list): Add [show] button for
7249         `syntax-table' property with action to pp to a separate buffer.
7250         (describe-char): Replace search-forward by re-search-forward with
7251         whitespace regexp after "character:" to not fail in too narrow windows.
7253         * simple.el (next-error-find-buffer): Add a rule to return
7254         next-error capable buffer if one window on the selected frame
7255         displays such buffer.
7257 2004-05-23  Nick Roberts  <nickrob@gnu.org>
7259         * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
7260         (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
7261         (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
7262         (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
7263         (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
7264         Handle new value for gud-minor-mode (gdbmi).
7265         (gdb-buffer-type, gdb-input-queue, gdb-prompting)
7266         (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
7267         Change from local to global gdb variable set.
7268         (gdb-ann3): Initialise above gdb variable set.
7269         (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
7270         (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
7271         (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
7272         (gdb-stopped, gdb-post-prompt, gdb-concat-output)
7273         (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
7274         (gdb-info-locals-handler, gdb-invalidate-assembler)
7275         (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
7276         set as global variables.
7277         (gdb-get-create-buffer): Don't make gud-comint buffer-local.
7278         Handle gdbmi.
7279         (gdb-info-breakpoints-custom): Fix regexp.
7280         (def-gdb-var): Delete.
7282         * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
7283         (gud-speedbar-buttons, gud-sentinel, gud-display-line)
7284         (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
7285         a new mode.  The file (gdb-mi.el) for this mode will be included
7286         with the GDB distribution (6.2 onwards) and will use GDB/MI as its
7287         primary interface.
7289 2004-05-23  Jesper Harder  <harder@ifa.au.dk>
7291         * progmodes/grep.el (grep-tree): Ensure that DIR argument is
7292         interpreted as a directory.
7294 2004-05-22  Richard M. Stallman  <rms@gnu.org>
7296         * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
7297         as a close quote.
7299         * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
7301         * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
7302         Use assoc-string, not assoc-ignore-case.
7304         * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
7306         * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
7307         If moving back then fwd gets a defun that ends before point,
7308         try again moving fwd then back.
7310         * files.el (file-name-non-special): Allow t in file-arg-indices
7311         to mean requote the return value.  Use `identity' as an element
7312         rather than as the whole value.
7314         * gs.el (gs-options): Add -dSAFER.  Mark it risky.
7316 2004-05-22  Juanma Barranquero  <lektu@terra.es>
7318         * help-fns.el (help-add-fundoc-usage): Use %S only for output of
7319         `help-make-usage'.
7320         (help-highlight-arguments): Skip function name before searching
7321         for arguments.
7323 2004-05-21  Juanma Barranquero  <lektu@terra.es>
7325         * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
7326         Don't mention in the docstring these arguments meant for
7327         internal (recursive) use only.
7328         (allout-char-spec): Comment out (it's not implemented).
7329         (allout-old-expose-topic, allout-exposure): Fix docstring and add
7330         obsolescence declaration.
7331         (allout-flatten-exposed-to-buffer)
7332         (allout-indented-exposed-to-buffer): Fix typos in docstring.
7333         (my-mark-marker): Doc fix.
7334         (produce-allout-mode-map, allout-sibling-index)
7335         (allout-isearch-expose, allout-distinctive-bullet)
7336         (allout-open-topic, allout-reindent-body)
7337         (allout-rebullet-heading, allout-process-exposed)
7338         (allout-insert-listified, allout-latex-verb-quote)
7339         (allout-insert-latex-header, allout-insert-latex-trailer):
7340         Make arguments match their use in docstring.
7341         (allout-primary-bullet, allout-old-style-prefixes)
7342         (allout-inhibit-protection, allout-init, allout-mode)
7343         (allout-before-change-protect, allout-flag-region):
7344         Use "Emacs" instead of "emacs" in docstrings.
7346 2004-05-21  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
7348         * international/characters.el: Modify syntax of more characters.
7350 2004-05-21  Masatake YAMATO  <jet@gyve.org>
7352         * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
7353         (etags-tags-completion-table): Show parsing progress.
7355 2004-05-20  Luc Teirlinck  <teirllm@auburn.edu>
7357         * locate.el (locate-prompt-for-command): Shorten first line of
7358         docstring.
7359         (locate-mode): Expand docstring and include keymap summary.
7361         * files.el (find-file-noselect-1): Limit the scope of the
7362         `inhibit-read-only' binding.  Make sure that `inhibit-read-only'
7363         is, by default, nil during the execution of
7364         `find-file-not-found-functions' and `find-file-hook'.
7366 2004-05-20  Michael Mauger  <mmaug@yahoo.com>
7368         * facemenu.el (facemenu-color-name-equal): New function.
7369         (list-colors-display): Use it to compare colors instead of
7370         facemenu-color-equal.
7372 2004-05-20  Dan Nicolaescu  <dann@ics.uci.edu>
7374         * compare-w.el (compare-windows-face): Use min-colors instead of
7375         checking for tty or pc types.
7377 2004-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7379         * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
7380         (completion-setup-function): Use with-current-buffer.
7381         Properly save excursion.  Simplify.
7382         Don't assume there is necessarily a `mouse-face' property somewhere.
7384         * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
7386         * progmodes/gdb-ui.el (gdb-reset): Use unless.  Fix regexp.
7388         * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
7389         (byte-compile-log-1): Don't call (byte-goto-log-buffer).
7390         Use with-current-buffer.
7391         (byte-goto-log-buffer): Delete.
7392         (byte-compile-log-file): Call compilation-forget-errors.
7394 2004-05-19  Takaaki Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
7396         * net/ldap.el (ldap-search-internal): Avoid mixing standard error
7397         output messages into the search result.
7399 2004-05-19  Masatake YAMATO  <jet@gyve.org>
7401         * wid-edit.el (widget-radio-button-notify): Revert my last
7402         change.  Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
7404 2004-05-19  Kenichi Handa  <handa@m17n.org>
7406         * international/characters.el: Fix syntax (open/close) of CJK chars.
7408 2004-05-18  Karl Chen  <quarl@hkn.eecs.berkeley.edu>  (tiny change)
7410         * help-mode.el (help-go-back): Don't depend on position of back button.
7412 2004-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
7414         * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
7415         files files don't contain an accidental additional /.
7417         * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
7418         in source buffer.
7420 2004-05-18  Masatake YAMATO  <jet@gyve.org>
7422         * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
7423         to widget-apply.  :action method assumes 2 arguments, not 3.
7425 2004-05-17  Glenn Morris  <gmorris@ast.cam.ac.uk>
7427         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
7428         New constants.
7429         (hs-special-modes-alist): Add an f90-mode entry.
7431 2004-05-17  Sam Steingold  <sds@gnu.org>
7433         * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
7434         Indent "without-" forms just like "with-" and "do-".  Use regexp-opt.
7436 2004-05-16  Kim F. Storm  <storm@cua.dk>
7438         * emacs-lisp/timer.el (timer-event-handler): Fix last change.
7440 2004-05-15  John Wiegley  <johnw@newartisans.com>
7442         * eshell/esh-io.el (eshell-get-target): Whitespace changes.
7443         (eshell-output-object-to-target): Improve output speed 20% by not
7444         calling `eshell-stringify' if something is already known to be a string.
7446 2004-05-15  Alex Ott  <ott@jet.msk.su>
7448         * textmodes/ispell.el (ispell-local-dictionary-alist):
7449         Add windows-1251 to the choice of coding systems.
7450         (ispell-dictionary-alist-6): Add support for "russianw.aff",
7451         encoded in cp1251.
7453 2004-05-15  Dan Nicolaescu  <dann@ics.uci.edu>
7455         * progmodes/compile.el (compilation-warning-face)
7456         (compilation-info-face): Use min-colors.
7458 2004-05-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7460         * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
7461         * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
7462         * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
7463         * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
7464         * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
7465         * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
7466         * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
7467         * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
7468         * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
7469         * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
7470         * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
7471         * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
7472         * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
7473         * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
7475 2004-05-15  Kim F. Storm  <storm@cua.dk>
7477         * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
7478         Use it to set triggered-p element of timer.
7479         (timer-event-handler): Set triggered-p element non-nil while running
7480         the timer function.
7482 2004-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7484         * descr-text.el (describe-char-unicode-data)
7485         (describe-char-unicodedata-file): Re-enable the unicode code now that
7486         the licensing issues have been cleared in the unicode-4 license.
7487         (describe-text-properties-1): Remove unused `overlay' var.
7488         (describe-char): Remove unused var `buffer'.
7490 2004-05-14  David Ponce  <david@dponce.com>
7492         * tree-widget.el: New file.
7494 2004-05-13  Marcelo Toledo  <marcelo@marcelotoledo.org>
7496         * language/european.el ("Brazilian Portuguese"): Add support for
7497         Brazilian Portuguese.
7499 2004-05-13  John Wiegley  <johnw@newartisans.com>
7501         * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
7502         `recentf-mode' if this variable has been customized to t.
7504         * eshell/esh-test.el (eshell-test): Call the function
7505         `emacs-version' rather than trying to build a custom version string.
7507 2004-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7509         * net/telnet.el (telnet-mode): Use define-derived-mode.
7510         Don't modify the global value of comint-prompt-regexp.
7512 2004-05-13  John Paul Wallington  <jpw@gnu.org>
7514         * version.el (emacs-version): Check for `gtk' feature before
7515         `x-toolkit' feature.
7517 2004-05-13  Juanma Barranquero  <lektu@terra.es>
7519         * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
7520         arguments in the docstring, they're used only in recursive calls.
7522         * help-fns.el (help-arg-highlighting-function)
7523         (help-argument-name): Delete.
7524         (help-default-arg-highlight): New function.
7525         (help-do-arg-highlighting): Use it.
7527 2004-05-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
7529         * calendar/appt.el (appt-disp-window):
7530         Use `calendar-set-mode-line' for a centered mode-line.
7532 2004-05-13  Takaaki Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
7534         * calendar/appt.el (appt-disp-window): Do not split window
7535         excessively when `split-height-threshold' is low.
7537 2004-05-12  Nick Roberts  <nickrob@gnu.org>
7539         * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
7540         kill-buffer-hook here and make it local.
7541         (gud-kill-buffer-hook): Use kill-process for a sure kill.
7543 2004-05-12  Daniel Pfeiffer  <occitan@esperanto.org>
7545         * progmodes/compile.el (compilation-set-window-height):
7546         Use save-excursion to protect against misplaced marker.
7548 2004-05-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7550         * custom.el (defface): Document that type can have value gtk.
7552         * faces.el (face-spec-set-match-display): Handle type gtk in display.
7554 2004-05-12  Kenichi Handa  <handa@m17n.org>
7556         * descr-text.el: Require quail at comile time.
7557         (describe-char): If an input method is on and it supports the
7558         character, show how to input it.
7560         * international/quail.el (quail-install-decode-map): Accept a
7561         char-table whose subtype is `quail-decode-map'.
7562         (quail-store-decode-map-key, quail-gen-decode-map1)
7563         (quail-gen-decode-map, quail-find-key1, quail-find-key)
7564         (quail-show-key): New functions.
7566 2004-05-12  Juanma Barranquero  <lektu@terra.es>
7568         * generic.el (define-generic-mode): Remove redundant arglist info.
7570         * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
7571         Make arguments match their use in docstring.
7572         (help-arg-highlighting-function): New variable.
7573         (help-argument-name): Mention it in the docstring.
7574         (help-do-arg-highlight): Use it.  Expand regexp to accept also
7575         ARG-xxx and xxx-ARG references.
7577 2004-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny change)
7579         * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
7580         parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
7581         and "mailto:addr1?to=addr2" equal.
7583 2004-05-11  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
7585         * man.el (Man-getpage-in-background): Use shell-file-name
7586         and shell-command-switch variables instead of hard-coded values.
7588 2004-05-11  Eli Zaretskii  <eliz@gnu.org>
7590         * iimage.el: New file.
7592 2004-05-11  Juanma Barranquero  <lektu@terra.es>
7594         * custom.el (custom-initialize-default, defcustom):
7595         Fix typo in docstring.
7597         * files.el (set-visited-file-name, file-expand-wildcards):
7598         Fix docstring.
7600 2004-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7602         * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
7604         * subr.el (eventp): Be more discriminating with integers.
7606 2004-05-10  Daniel Pfeiffer  <occitan@esperanto.org>
7608         * progmodes/compile.el (compile): Add universal prefix arg.
7609         (compilation-error-regexp-alist-alist): Add edg patterns.
7611 2004-05-10  Sam Steingold  <sds@gnu.org>
7613         * textmodes/ispell.el (ispell-message):
7614         Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
7616 2004-05-10  Dave Love  <fx@gnu.org>
7618         * progmodes/python.el (help-buffer): Autoload when compiling.
7619         (python-after-info-look): Don't assume Info-goto-node returns non-nil.
7620         (run-python): Prepend to any existing PYTHONPATH.
7622 2004-05-10  Nick Roberts  <nick@nick.uklinux.net>
7624         * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
7625         for pending breakpoints.
7627 2004-05-10  Richard M. Stallman  <rms@gnu.org>
7629         * mail/unrmail.el (unrmail): Mostly rewritten.  Parses the file
7630         directly without calling any functions in Rmail.
7631         (unrmail-unprune): Function deleted.
7633 2004-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7635         * progmodes/python.el (inferior-python-mode-map): Remove erroneous
7636         C-c C-z binding.
7638 2004-05-10  Kenichi Handa  <handa@m17n.org>
7640         * descr-text.el (describe-char): Fix previous change.  Don't make
7641         a unibyte character to multibyte in the *Help* buffer.
7643 2004-05-10  Miles Bader  <miles@gnu.org>
7645         * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
7646         buffer an error if the debugger process is actually running.
7648 2004-05-10  Juanma Barranquero  <lektu@terra.es>
7650         * help-fns.el (help-argument-name): Default to italic.
7651         (help-highlight-arguments): Return always (usage . doc), even when
7652         usage is nil.
7654         * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
7655         (define-ibuffer-filter): Add usage info.
7656         (define-ibuffer-op): Add usage info (but CL-style defaults for
7657         keyword args are not shown).
7659         * subr.el (remove-overlays, read-passwd): Fix docstring.
7660         (start-process-shell-command): Fix docstring.  Put usage info in a
7661         format usable by `describe-function'.
7662         (open-network-stream, open-network-stream-nowait)
7663         (open-network-stream-server): Fix docstring.
7665 2004-05-09  Jason Rumney  <jasonr@gnu.org>
7667         * international/code-pages (cp932, cp936, cp949, c950): Remove.
7668         Only define cp125* if windows-125* is already defined.
7670         * language/korean.el (cp949): Add alias.
7672         * language/chinese.el (cp936, cp950): Add aliases.
7674         * language/japanese.el (cp932): Add alias.
7676         * term/w32-win.el: Require code-pages.
7678         * international/mule-cmds.el (set-locale-environment):
7679         On MS-Windows use ansi code-page for default coding-systems.
7680         Set up paper sizes for Windows 3 letter languages.
7682         * international/code-pages.el (cp932, cp936, cp949, cp950):
7683         Add aliases.  Also add cp125* if not already defined.
7685 2004-05-09  Juanma Barranquero  <lektu@terra.es>
7687         * help-fns.el (help-highlight-arguments): Don't try to highlight
7688         missing or autoloaded arglists.  Accept structured arguments, like
7689         the first ones of `do' and `flet'.
7691         * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
7692         (cvs-get-marked): Remove redundant arglist info.
7694         * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
7695         Don't use CL-style default args.
7697 2004-05-08  Andreas Schwab  <schwab@suse.de>
7699         * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
7701         * international/subst-ksc.el: Fix references to utf-translate-cjk
7702         into utf-translate-cjk-mode.
7703         * international/subst-big5.el: Likewise.
7704         * international/subst-gb2312.el: Likewise.
7705         * international/subst-jis.el: Likewise.
7706         * international/utf-16.el: Likewise.
7707         * international/utf-8.el: Likewise.
7709 2004-05-08  John Wiegley  <johnw@newartisans.com>
7711         * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
7712         "virtual buffers" (off by default), which makes it possible to
7713         switch to the "virtual" buffers of recently visited files.  When a
7714         buffer name search fails, and this option is on, iswitchb will
7715         look at the list of recently visited files, and permit matching
7716         against those names.  When the user hits RET on a match, it will
7717         revisit that file.
7718         (iswitchb-read-buffer): Add two optional arguments, which makes
7719         isearchb.el possible.
7720         (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
7721         (iswitchb-next-match): Add support for virtual buffers.
7723         * isearchb.el: This module extends iswitchb to provide "as you
7724         type" buffer selection.
7726         * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
7727         Ignore the read-only property when flyspell highlighting is on.
7728         Not ignoring it leads to a series of confusing errors.
7729         (flyspell-highlight-duplicate-region): Ignore read-only, as above,
7730         but also make sure to call flyspell-incorrect-hook.
7731         (flyspell-maybe-correct-transposition): Perform transposition test
7732         by bit twiddling a string, rather than using a temp buffer.
7733         (flyspell-maybe-correct-doubling): Use a string rather than a temp
7734         buffer.  This is also the original version of the code, which
7735         could not be checked in before due to a previous lack of
7736         assignment papers.  This version has seen heavy usage on my system
7737         for several years now.
7739         * calendar/cal-bahai.el: New file, which adds support for the
7740         Baha'i calendar to Emacs.  This calendar is based on a solar year
7741         of 19 months of 19 days, with 4 intercalary days.  Each year
7742         begins on March 21, with the calendar starting in 1844.
7744         * calendar/cal-menu.el, calendar/calendar.el,
7745         calendar/diary-lib.el, calendar/holidays.el: Added support for
7746         using cal-bahai.el.
7748         * eshell/em-glob.el (eshell-glob-initialize): Move initialization
7749         of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
7750         function can be used outside of eshell buffers.
7751         (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
7753 2004-05-08  Juanma Barranquero  <lektu@terra.es>
7755         * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
7756         word constituent so FOO-ARG is not recognized as an arg.
7757         (help-highlight-arguments): Don't skip lists in mandatory arguments.
7759         * simple.el (next-error): Fix typo in docstring.
7760         (open-line): Make argument names match their use in docstring.
7761         (split-line): Fix docstring.
7763         * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
7764         usable by `describe-function'.
7765         (gensym, gentemp, typep, ignore-errors): Make argument names match
7766         their use in docstring.
7768         * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
7769         argument to `help-setup-xref'.
7771 2004-05-07  Kai Grossjohann  <kai@emptydomain.de>
7773         Version 2.0.40 of Tramp released.
7775         * net/tramp.el (tramp-completion-mode, tramp-md5-function):
7776         Use symbol-function to invoke functions only known on some Emacs
7777         flavors.  This avoids byte-compiler warnings.  Reported by Kevin
7778         Scaldeferri <kevin@scaldeferri.com>.
7779         (tramp-do-copy-or-rename-file-via-buffer): Rename from
7780         tramp-do-copy-or-rename-via-buffer (without `file'), to make it
7781         consistent with the other tramp-do-* functions.
7782         (tramp-do-copy-or-rename-file): Calls adjusted.
7783         (tramp-process-initial-commands): Avoid liveness check on shell --
7784         we know that it must be alive since we're opening a connection at
7785         this moment.
7786         (tramp-last-cmd): New internal variable.
7787         (tramp-process-echoes): New tunable.
7788         (tramp-send-command): Set tramp-last-cmd.
7789         (tramp-wait-for-output): Delete echo, if applicable.
7790         (tramp-read-passwd): Construct the key for the password cache in a
7791         way that works for multi methods, too.
7792         (tramp-bug): Add backup-directory-alist and
7793         bkup-backup-directory-info to bug reports, with Tramp counterparts.
7795 2004-05-07  Michael Albinus  <michael.albinus@gmx.de>
7797         * net/tramp*.el: Suppress byte-compiler warnings where possible.
7799         * net/tramp.el (tramp-out-of-band-prompt-regexp)
7800         (tramp-actions-copy-out-of-band): New defcustoms.
7801         (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
7802         used instead of a synchronous one.  Allows password entering.
7803         (tramp-action-out-of-band): New defun.
7804         (tramp-open-connection-rsh, tramp-method-out-of-band-p):
7805         Remove restriction with password from doc string.
7806         (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
7807         `tramp-out-of-band-prompt-regexp',
7808         `tramp-actions-copy-out-of-band', `password-cache' and
7809         `password-cache-expiry'.
7810         (toplevel): Remove todo item wrt ssh-agent.  Obsolete due to
7811         password caching.
7812         (tramp-touch): FILE can be a local file, too.
7813         (TODO): Remove items done.
7814         (tramp-handle-insert-directory): Properly quote file name also if
7815         not full-directory-p.  Handle wildcard case.  Reported by Andreas
7816         Schwab <schwab@suse.de>.
7817         (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
7818         new file.
7819         (tramp-handle-file-local-copy, tramp-handle-write-region):
7820         The permissions of the temporary file are set if filename exists.
7821         Reported by Ted Stern <stern@cray.com>.
7822         (tramp-backup-directory-alist)
7823         (tramp-bkup-backup-directory-info): New defcustoms.
7824         (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
7825         (tramp-handle-find-backup-file-name): New function.
7826         Implements Tramp's find-backup-file-name.
7828         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
7829         for `find-backup-file-name'.
7831         * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
7832         ("file" -> "filename").  Reported by Kim F. Storm <storm@cua.dk>.
7834 2004-05-07  Lars Hansen  <larsh@math.ku.dk>
7836         * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
7838 2004-05-07  Juanma Barranquero  <lektu@terra.es>
7840         * subr.el (lambda): Add arglist description to docstring.
7841         (declare): Fix typo in docstring.
7842         (open-network-stream): Fix docstring.
7843         (process-kill-without-query): Fix docstring and add obsolescence info.
7844         (last, butlast, nbutlast): Make arguments match their use in docstring.
7845         (insert-buffer-substring-no-properties): Likewise.
7846         (insert-buffer-substring-as-yank): Likewise.
7847         (split-string): Fix docstring.
7849         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
7850         Make argument names match their use in docstring.
7852         * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
7854 2004-05-06  Nick Roberts  <nickrob@gnu.org>
7856         * progmodes/gdb-ui.el: Improve/extend documentation strings.
7857         Fit first sentence on one line for apropos-command.
7859 2004-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
7861         Changes largely merged in from Dave Love's code.
7862         * progmodes/python.el: Doc fixes.
7863         (python-mode-map): Add python-complete-symbol.
7864         (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
7865         (python-comment-indent, python-complete-symbol)
7866         (python-symbol-completions, python-partial-symbol)
7867         (python-try-complete): New.
7868         (python-indent-line): Remove optional arg.  Use python-block-end-p.
7869         (python-check): Bind compilation-error-regexp-alist.
7870         (inferior-python-mode): Use rx.  Move keybindings to top level.
7871         Set comint-input-filter.
7872         (python-preoutput-filter): Use rx.
7873         (python-input-filter): Re-introduce.
7874         (python-proc): Start new process if necessary.
7875         Check python-buffer non-nil.
7876         (view-return-to-alist): Defvar.
7877         (python-send-receive): New.
7878         (python-eldoc-function): Use it.
7879         (python-mode-running): Don't defvar.
7880         (python-mode): Set comment-indent-function.
7881         Maybe update hippie-expand-try-functions-list.
7882         (python-indentation-levels): Initialize differently.
7883         (python-block-end-p): New.
7884         (python-indent-line): Use it.
7885         (python-compilation-regexp-alist): Augment.
7886         (run-python): Import `emacs' module to Python rather than loading
7887         code directly.  Set python-buffer differently.
7888         (python-send-region): Use emacs.eexecfile.  Fix orig-start calculation.
7889         Use python-proc.
7890         (python-send-command): Go to end of comint buffer.
7891         (python-load-file): Use python-proc, emacs.eimport.
7892         (python-describe-symbol): Simplify interactive form.
7893         Use emacs.help.  Do use temp-buffer-show-hook.
7894         Call print-help-return-message.
7895         (hippie-exp): Require when compiling.
7896         (python-preoutput-continuation): Use rx.
7898         * diff-mode.el (diff-make-unified): Fix regexp.
7900 2004-05-06  Romain Francoise  <romain@orebokech.com>  (tiny change)
7902         * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
7903         filter groups from the buffer when rebuilding the Ibuffer buffer
7904         and `ibuffer-show-empty-filter-groups' is nil.
7906 2004-05-06  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7908         * ps-print.el (ps-print-quote): Call ps-value-string.
7909         (ps-setup): Call ps-comment-string.
7910         (ps-value-string, ps-comment-string): New funs.
7912 2004-05-06  Juanma Barranquero  <lektu@terra.es>
7914         * ehelp.el (electric-help-command-loop): Check whether the last
7915         character is visible, not (point-max).
7917         * help-fns.el (help-argument-name): Default to bold; don't inherit
7918         from font-lock-variable-name-face.
7919         (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
7921 2004-05-05  Kenichi Handa  <handa@m17n.org>
7923         * descr-text.el (describe-char): Copy the character with text
7924         properties and overlays into the first line, and call
7925         describe-text-properties on it.
7927 2004-05-05  Stephen Eglen  <stephen@anc.ed.ac.uk>
7929         * iswitchb.el (iswitchb-global-map): Fix typo.
7930         Remove unwanted ###autoloads from source file.
7932 2004-05-05  Lars Hansen  <larsh@math.ku.dk>
7934         * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
7935         in run-hooks.  Use substitute-command-keys in message.
7936         (wdired-abort-changes): Add message.
7938 2004-05-03  Michael Mauger  <mmaug@yahoo.com>
7940         * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
7941         (sql-emacs20-p): Remove.
7942         (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
7943         (sql-builtin-face, sql-doc-face): Remove.
7944         (sql-mode-ansi-font-lock-keywords)
7945         (sql-mode-oracle-font-lock-keywords)
7946         (sql-mode-postgres-font-lock-keywords)
7947         (sql-mode-linter-font-lock-keywords)
7948         (sql-mode-ms-font-lock-keywords)
7949         (sql-mode-mysql-font-lock-keywords): Use standard fonts.
7950         (sql-product-font-lock): Fix font-lock reset when font rules change.
7951         (sql-highlight-product): Remove incorrect font-lock reset logic.
7953 2004-05-04  Jonathan Yavner  <jyavner@member.fsf.org>
7955         * ses.el (ses-set-parameter): Fix typo.
7957 2004-05-04  Kim F. Storm  <storm@cua.dk>
7959         * ido.el (ido-read-internal): Fix call to read-file-name for edit.
7960         Must expand directory for completion to work; and don't mess with
7961         process-environment.
7962         (ido-read-file-name): If command has ido property, don't use ido
7963         if value is ignore, or read as directory if value is dir.
7964         Set ido ignore property for dired-do-rename command.
7966 2004-05-04  Juanma Barranquero  <lektu@terra.es>
7968         * ehelp.el (electric-help-command-loop, electric-help-undefined)
7969         (electric-help-help): Check against unmapped commands.
7971         * help-fns.el (help-argument-name): New face, inheriting from
7972         font-lock-variable-name-face, to highlight function arguments in
7973         `describe-function' and `describe-key'.
7974         (help-do-arg-highlight): Auxiliary function to highlight a given
7975         list of arguments in a string.
7976         (help-highlight-arguments): Highlight the function arguments and
7977         all uses of them in the docstring.
7978         (describe-function-1): Use it.  Do docstring output via `insert',
7979         not 'princ', so text attributes are preserved.
7981         * winner.el (winner-mode-map): Move `winner-undo' and
7982         `winner-redo' to C-c <left> and C-c <right>, respectively (the
7983         previous bindings conflict with `prev-buffer', `next-buffer').
7985 2004-05-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
7987         * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
7988         (bibtex-entry-update): New command bound to C-c C-u.
7989         (bibtex-text-in-string): Fix regexp.
7990         (bibtex-assoc-of-regexp): Remove.
7991         (bibtex-progress-message): Fix docstring.
7992         (bibtex-inside-field): Use if.
7993         (bibtex-assoc-regexp): New function.
7994         (bibtex-format-entry): Make code more robust so that it formats
7995         also old entries.
7996         (bibtex-autokey-demangle-title): Merge with obsolete function
7997         bibtex-assoc-of-regexp.
7998         (bibtex-field-list): New function.
7999         (bibtex-entry): Use bibtex-field-list.
8000         (bibtex-parse-entry): Fix docstring.
8001         (bibtex-print-help-message): Use bibtex-field-list.
8002         (bibtex-make-field): Use bibtex-field-list.
8003         (bibtex-entry-index): Bugfix.  Return crossref key if required.
8004         (bibtex-lessp): Fix docstring.
8006 2004-05-03  Luc Teirlinck  <teirllm@auburn.edu>
8008         * select.el (xselect-convert-to-string): Move comment to intended line.
8010 2004-05-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8012         * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
8013         cut/copy/paste in case menu-bar-enable-clipboard is in effect.
8015 2004-05-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8017         * term/x-win.el (x-clipboard-yank): Don't exit on error from
8018         x-get-selection.
8020 2004-05-03  Jason Rumney  <jasonr@gnu.org>
8022         * makefile.nt: Remove.
8024 2004-05-03  Kim F. Storm  <storm@cua.dk>
8026         * emulation/cua-base.el (cua--update-indications): Fix last change.
8027         (cua-mode): Deactivate mark when cua-mode is enabled.
8029 2004-05-02  Luc Teirlinck  <teirllm@auburn.edu>
8031         * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
8033 2004-05-03  Nick Roberts  <nickrob@gnu.org>
8035         * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
8036         (gdb-display-source-buffer, gdb-put-breakpoint-icon)
8037         (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
8038         window over visible frames.
8039         (gdb-goto-breakpoint): Make buffer display file at breakpoint.
8041 2004-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8043         * progmodes/compile.el (compilation-gcpro): New var.
8044         (compilation-fake-loc): Use it.
8045         (compilation-forget-errors): Reset it.
8047 2004-05-02  Dan Nicolaescu  <dann@ics.uci.edu>
8049         * diff-mode.el (diff-header-face, diff-file-header-face):
8050         Use min-colors.
8052 2004-05-02  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
8054         * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
8055         (bibtex-clean-entry): Disentangle code.
8056         (bibtex-realign): New function.
8057         (bibtex-reformat): Use mapcar and bibtex-realign.  Do not use
8058         bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
8059         Remove undocumented optional arg called-by-convert-alien.
8060         (bibtex-convert-alien): Use bibtex-realign.  Use bibtex-reformat
8061         for sorting instead of bibtex-sort-buffer.
8063 2004-05-02  Eli Zaretskii  <eliz@gnu.org>
8065         * progmodes/compile.el (compilation-start): In the
8066         no-async-subprocesses branch, call sit-for to give redisplay a
8067         chance to show the updated process status in the mode line, and
8068         fontify the buffer explicitly after the process exits.
8070 2004-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8072         * progmodes/python.el (python-compilation-line-number): Remove.
8073         (python-compilation-regexp-alist): Don't use it any more.
8074         (python-orig-start, python-input-filter): Remove.
8075         (inferior-python-mode): Don't set up comint-input-filter-functions.
8076         (python-send-region): Use compilation-fake-loc.
8078         * progmodes/compile.el (compilation-messages-start): New var.
8079         (compilation-mode): Don't setup next-error-function here.
8080         (compilation-setup): Set it up here instead (for minor modes as well).
8081         Make compilation-messages-start buffer local.
8082         (compilation-next-error-function): Use it.
8083         (compilation-forget-errors): Set compilation-messages-start.
8085 2004-05-01  Luc Teirlinck  <teirllm@auburn.edu>
8087         * ielm.el (ielm-prompt-read-only): Update docstring.
8089         * comint.el (comint-prompt-read-only): Update docstring.
8090         (comint-update-fence, comint-kill-whole-line)
8091         (comint-kill-region): New functions.
8093         * simple.el (kill-whole-line): Use "p" instead of "P" in
8094         interactive form.
8096 2004-05-01  Juanma Barranquero  <lektu@terra.es>
8098         * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
8099         format arglist so default values in CL-style argument lists are
8100         correctly shown.
8102 2004-05-01  Jason Rumney  <jasonr@gnu.org>
8104         * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
8106 2004-05-01  Kenichi Handa  <handa@m17n.org>
8108         * international/titdic-cnv.el (miscdic-convert): Don't generate a
8109         quail file if it is up to date.
8111 2004-04-30  Juri Linkov  <juri@jurta.org>
8113         * cus-edit.el (custom-mode-map):
8114         Add key binding `C-x C-s' to `Custom-save'.
8116         * outline.el (outline-blank-line): New var.
8117         (outline-next-preface, outline-show-heading)
8118         (outline-end-of-subtree): Use it.
8120         * dired-aux.el (dired-touch-initial): New fun.
8121         (dired-do-chxxx): Call it for op-symbol `touch'.
8122         (dired-diff): Use `dired-dwim-target-directory'
8123         if current dired buffer has no buffer mark.
8125         * bindings.el (propertized-buffer-identification):
8126         Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
8127         Add C-M-arrow keys for consistency.
8129         * files.el (confirm-kill-emacs):
8130         Change group from top-level `emacs' to `convenience'.
8132         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
8133         Push mark on the first call of successive command calls.
8134         (insert-pair): New fun created from `insert-parentheses' with
8135         `open' and `close' arguments added.  Enclose active regions
8136         in paired characters.  Compare adjacent characters syntax with
8137         inserted characters syntax before inserting a space.
8138         (insert-parentheses): Call `insert-pair' with ?\( ?\).
8140         * delsel.el: Don't put `delete-selection' property
8141         on `insert-parentheses' symbol to take advantage of
8142         region handling in `insert-pair' function.
8143         Suggested by Stephan Stahl <stahl@eos.franken.de>.
8145 2004-04-30  Kim F. Storm  <storm@cua.dk>
8147         * emulation/cua-base.el: Add support for changing cursor types;
8148         based on patch from Michael Mauger.
8149         (cua-normal-cursor-color, cua-read-only-cursor-color)
8150         (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
8151         Customization cursor type and/or cursor color.
8152         (cua--update-indications): Handle cursor type changes.
8153         (cua-mode): Update cursor indications if enabled.
8155         * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
8157         * mouse.el (mouse-drag-copy-region): New defcustom.
8158         (mouse-set-region, mouse-drag-region-1): Use it.
8160         * simple.el (kill-ring-save): If region face background color is
8161         unspecified (if no highlighting), show extent of fully visible
8162         region even if transient-mark-mode is enabled.
8164         * emulation/cua-base.el (cua--standard-movement-commands):
8165         Add cua-scroll-up and cua-scroll-down.
8166         (cua-scroll-up, cua-scroll-down): New commands.
8167         (cua--init-keymaps): Remap scroll-up and scroll-down.
8169         * emulation/cua-rect.el (cua--convert-rectangle-as):
8170         New defmacro.
8171         (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
8172         (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
8173         New commands (suggested by Jordan Breeding).
8175 2004-04-30  Juanma Barranquero  <lektu@terra.es>
8177         * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
8179 2004-04-30  Mario Lang  <mlang@delysid.org>
8181         * diff.el (diff-switches): Fix typo in docstring.
8183 2004-04-30  Alex Schroeder  <alex@gnu.org>
8185         * xml.el (xml-debug-print-internal): Don't add newline and
8186         indentation to text nodes and write empty elements as empty tags
8187         instead of opening and closing tags.
8188         (xml-debug-print): Take optional indent-string argument.
8189         (xml-print): Alias for xml-debug-print.
8191 2004-04-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
8193         * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
8194         than duplicate call to `line-beginning-position'.
8196         * progmodes/f90.el (f90-get-present-comment-type):
8197         Return whitespace, as well as comment chars, for consistent filling
8198         of comment blocks.  Use `match-string-no-properties'.
8199         (f90-break-line): Trim trailing whitespace when filling comments.
8201 2004-04-30  Dave Love  <fx@gnu.org>
8203         * calendar/diary-lib.el (diary-outlook-formats): New variable.
8204         (diary-from-outlook-internal, diary-from-outlook)
8205         (diary-from-outlook-gnus, diary-from-outlook-rmail):
8206         New functions to import diary entries from Outlook-format
8207         appointments in mail messages.
8209 2004-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8211         * progmodes/python.el (python-send-command): New fun.
8212         (python-send-region, python-load-file): Use it.
8214         * progmodes/compile.el (compilation-last-buffer): Add var alias.
8216         * help-fns.el (help-C-file-name): Use new subr-name.
8217         Prepend `src/' to the file name.
8218         (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
8219         (describe-function-1, describe-variable): Only find a C source file
8220         name if DOC is already loaded.
8222         * help-mode.el (help-function-def, help-variable-def):
8223         Use the new find-function-search-for-symbol functionality.
8224         Allow FILE to be `C-source'.
8226         * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
8227         (find-function-C-source): New fun.
8228         (find-function-search-for-symbol): Use it.
8230 2004-03-29  Michael Mauger  <mmaug@yahoo.com>
8232         * progmodes/sql.el (sql-product-alist): Rename variable
8233         `sql-product-support'.  Add Postgres login parameters.
8234         (sql-set-product, sql-product-feature): Update with renamed variable.
8235         (sql-connect-postgres): Add username prompt.
8236         (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
8237         Make patterns less product specific.
8238         (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
8239         (sql-mode-abbrev-table): Modify initialization.
8240         (sql-builtin-face): Add variable.
8241         (sql-keywords-re): Add macro.
8242         (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
8243         (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
8244         (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
8245         (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
8246         (sql-mode-linter-font-lock-keywords)
8247         (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
8248         (sql-mode-sybase-font-lock-keywords)
8249         (sql-mode-informix-font-lock-keywords)
8250         (sql-mode-interbase-font-lock-keywords)
8251         (sql-mode-ingres-font-lock-keywords)
8252         (sql-mode-solid-font-lock-keywords)
8253         (sql-mode-sqlite-font-lock-keywords)
8254         (sql-mode-db2-font-lock-keywords): Default to nil.
8255         (sql-product-font-lock): Always highlight ANSI keywords.
8256         (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
8257         (sql-send-string): Add function.
8259 2004-04-29  Dave Love  <fx@gnu.org>
8261         * progmodes/cfengine.el (cfengine-beginning-of-defun)
8262         (cfengine-end-of-defun): Ensure progress through buffer.
8264         * info-look.el (cfengine-mode): Accept a terminal ().
8266 2004-04-29  Juri Linkov  <juri@jurta.org>
8268         * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
8269         instead of isearch-yank-word-or-char.  Add new key bindings for
8270         isearch-yank-char to \C-f, and isearch-del-char to \C-b.
8271         (isearch-del-char): New fun.
8272         (isearch-forward, isearch-edit-string): Update docstring.
8273         (isearch-yank-char): Doc fix.
8274         (isearch-other-meta-char): Restore point after scrolling.
8276         * progmodes/compile.el (compilation-context-lines): Add nil option
8277         to disable compilation output window scrolling.
8278         (compilation-set-window): Use it.
8280         * outline.el (outline-next-preface, outline-show-heading):
8281         Don't leave unhidden blank line before heading.
8282         (outline-end-of-subtree): Include last newline into subtree.
8283         (hide-entry): Leave point at beginning of heading instead of end.
8284         (outline-up-heading): Push mark for the first call of successive
8285         command calls.
8287 2004-04-28  Luc Teirlinck  <teirllm@auburn.edu>
8289         * comint.el (comint-prompt-read-only): New variable.
8290         (comint-output-filter): Implement it.
8292         * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
8293         (ielm-prompt-internal): New variable.
8294         (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
8295         (ielm-send-input): Delete unused variable `buf'.
8296         (ielm-eval-input): Use `ielm-prompt-internal'.
8297         (inferior-emacs-lisp-mode): Use new variables
8298         `comint-prompt-read-only' and `ielm-prompt-internal'.
8299         Get rid of obsolete variable `directory-sep-char'.
8300         (ielm): Use `zerop'.
8302 2004-04-29  John Paul Wallington  <jpw@gnu.org>
8304         * thumbs.el (toplevel): Require cl at compile time.
8305         Remove conditional definitions of `ignore-errors' and `caddar'
8306         because they occur at run time.
8308 2004-04-28  Nick Roberts  <nickrob@gnu.org>
8310         * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
8311         (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
8312         (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
8313         (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
8315         * progmodes/gud.el (gud-common-init): Throw an error if program is
8316         already running under gdb.
8318 2004-04-28  John Paul Wallington  <jpw@gnu.org>
8320         * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
8321         (thumbs-show-image-num): Move assignment of
8322         `thumbs-current-image-filename' within scope of `i'.
8323         (thumbs-emboss-image): Don't use `evenp'.
8325 2004-04-28  Richard M. Stallman  <rms@gnu.org>
8327         * progmodes/compile.el (compilation-context-lines): Default now 0.
8329 2004-04-28  Juanma Barranquero  <lektu@terra.es>
8331         Use `time-less-p' from calendar/time-date.el instead of defining
8332         custom versions of it.
8334         * pcomplete.el (pcomplete-time-less-p): Remove.
8336         * thumbs.el (time-less-p): Remove.
8338         * calendar/timeclock.el (timeclock-time-less-p): Remove.
8339         (timeclock-generate-report): Use `time-less-p'.
8341         * emacs-lisp/autoload.el (autoload-before-p): Remove.
8342         (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
8344 2004-04-28  Masatake YAMATO  <jet@gyve.org>
8346         * subr.el (remove-overlays): Make arguments optional.
8348         * wid-edit.el (widget-specify-button): Put evaporate to the
8349         overlay for sample.
8350         (widget-specify-sample): Put evaporate to the overlay for sample.
8351         (widget-specify-doc): Put evaporate to the overlay for documentation.
8353 2004-04-27  Jesper Harder  <harder@ifa.au.dk>
8355         * info.el (info-apropos): Make it an index node.  Align node names
8356         like makeinfo.
8358 2004-04-27  Eli Zaretskii  <eliz@gnu.org>
8360         * net/browse-url.el (browse-url-netscape-sentinel)
8361         (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
8362         (browse-url-epiphany-sentinel, browse-url-mosaic):
8363         Use browse-url-*-program instead of a literal program name.
8365 2004-04-27  Kevin Ryde  <user42@zip.com.au>
8367         * eshell/em-alias.el:
8368         * eshell/em-dirs.el:
8369         * eshell/em-hist.el:
8370         * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
8371         features when M-x customize-group loads modules before the main
8372         eshell.el.
8374 2004-04-27  Matthew Mundell  <matt@mundell.ukfsn.org>
8376         * subr.el (momentary-string-display): Support EXIT-CHAR that is
8377         either a character representation of an event or an event
8378         description list.
8380         * type-break.el: Capitalise Emacs and Lisp.
8381         (type-break-good-break-interval, type-break-demo-boring-stats)
8382         (type-break-terse-messages, type-break-file-name): New defcustoms.
8383         (type-break-post-command-hook)
8384         (type-break-warning-countdown-string): Quote variable names in doc.
8385         (type-break-interval-start, type-break-auto-save-file-name): New vars.
8386         (type-break-mode): Document type-break-good-break-interval and the
8387         "session" file.  Schedule break according to the session file.
8388         Kill session file buffer on exit.  Organise for save-some-buffers
8389         to always save the session file.
8390         (type-break-mode-line-message-mode, type-break-query-mode):
8391         Uppercase arguments.
8392         (type-break-file-time, type-break-file-keystroke-count, timep)
8393         (type-break-choose-file, type-break-get-previous-time)
8394         (type-break-get-previous-count): New defuns.
8395         (type-break): Avoid break querying after a completed break in the
8396         case where the query was initiated during user invocation of the
8397         break.  Optional terse messages.
8398         Use type-break-good-break-interval if type-break-good-rest-interval is
8399         nil.  File the break time.
8400         (type-break-schedule): New optional args for overriding the use of
8401         the current time.
8402         (type-break-cancel-time-warning-schedule): Avoid leftover warnings
8403         after a break.
8404         (type-break-check): File the keystroke count.
8405         (type-break-do-query): Prevent a second query when the break is
8406         interrupted.  Optional terse message.
8407         (type-break-keystroke-reset): Record the start of a typing interval.
8408         (type-break-demo-boring): Optional terse messages.  Display word
8409         per minute and keystroke counts according to
8410         type-break-demo-boring-stats.
8412 2004-04-27  Daniel M Coffman  <coffmand@us.ibm.com>  (tiny change)
8414         * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
8415         directories, make sure they exist under archive-tmpdir.
8417 2004-04-27  Juri Linkov  <juri@jurta.org>
8419         * help.el (view-emacs-news): With argument, display info for the
8420         selected version by finding it among different NEWS files, and
8421         narrowing the buffer to the selected version.
8423         * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
8424         same-window-buffer-names.
8425         (info): New arg `buffer'.  Use it.  Doc fix.  Read file name for
8426         non-numeric prefix argument, append the number to the buffer name
8427         for numeric prefix argument.
8428         (info-other-window): Bind same-window-regexps to nil.
8429         (Info-reference-name): Rename to Info-point-loc.
8430         (Info-find-node-2): Call forward-line for numeric Info-point-loc,
8431         and Info-find-index-name for stringy Info-point-loc.
8432         (Info-extract-menu-node-name): New arg `index-node'.  Use regexp
8433         without middle `.', but with final `.' and optional line number
8434         for it.  Set Info-point-loc for index nodes.
8435         (Info-index): Remove middle `.' from index entry regexp.
8436         Modify line number regexp.
8437         (Info-index-next): Decrement line number.
8438         (info-apropos): Remove middle `.' from index entry regexp.
8439         Add optional line number regexp at the end.  Add matched value
8440         for line number to the result list and insert it to the buffer.
8441         Replace match-string by match-string-no-properties.
8442         Reorder result list.
8443         (Info-fontify-node): Hide index line numbers.
8444         (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
8445         empty matches.
8446         (Info-follow-reference): Use `str' instead of
8447         Info-following-node-name-re.
8448         (Info-toc): Use full file names.  Set Info-current-node to "Top".
8449         (Info-fontify-node): Compare file names without directory name.
8450         (Info-try-follow-nearest-node): Don't set Info-reference-name.
8451         Set second arg of Info-extract-menu-node-name for index nodes.
8452         (info-xref-visited): Use magenta3 instead of magenta4.
8453         (Info-mode): Add info-apropos to docstring.
8455         * log-view.el (log-view-diff): Replace interactive code "r"
8456         by a list to allow to call it even if region is not active.
8458         * paren.el (show-paren-highlight-openparen): New var.
8459         (show-paren-function): Turn on openparen highlighting when
8460         matching forward if show-paren-highlight-openparen is non-nil.
8462         * simple.el (kill-ring-save): Use blink-matching-delay instead of
8463         the constant value 1.
8464         (completions-common-part): Expand docstring.
8466         * textmodes/picture.el (picture-mode-map): Add arrow keys.
8468 2004-04-27  Kim F. Storm  <storm@cua.dk>
8470         * image.el (insert-sliced-image): Use line-height instead of
8471         line-spacing property on newline.
8473 2004-04-26  Lars Hansen  <larsh@math.ku.dk>
8475         * desktop.el (desktop-buffer-misc-data-function): Rename to
8476         desktop-save-buffer and change docstring.
8477         (desktop-buffer-modes-to-save): Delete.
8478         (desktop-save-buffer-p): Use desktop-save-buffer instead of
8479         desktop-buffer-modes-to-save.
8480         (desktop-save): Rename desktop-buffer-misc-data-function to
8481         desktop-save-buffer and allow non-function value.
8482         (desktop-missing-file-warning): Correct docstring.
8484         * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
8485         to desktop-save-buffer.
8487         * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
8488         desktop-save-buffer.
8490         * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
8492         * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
8494 2004-04-26  Eli Zaretskii  <eliz@gnu.org>
8496         * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
8498 2004-04-25  Luc Teirlinck  <teirllm@auburn.edu>
8500         * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
8501         (ielm): Only go to the end of the buffer when starting a new process.
8503 2004-04-25  Juanma Barranquero  <lektu@terra.es>
8505         * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
8506         mode line.  Bind `inhibit-read-only' to t before modifying
8507         properties of text in the buffer.
8508         (ielm): Force point to the end of buffer, even when running ielm
8509         from inside itself.
8511 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
8513         * info.el (info-apropos): Reset Info-complete-cache.
8515 2004-04-25  Daniel Pfeiffer  <occitan@esperanto.org>
8517         * progmodes/compile.el (compilation-error-regexp-alist-alist):
8518         Also recognize severe Irix et al. messages.
8519         (compilation-normalize-filename, compile-abbreviate-directory):
8520         Delete functions.
8521         (compilation-get-file-structure): New function inherits
8522         functionality of the two preceding ones.
8523         (compilation-internal-error-properties, compilation-fake-loc):
8524         Use it so that different paths to the same file share the same
8525         markers.  Also optimize finding adjacent marker slightly.
8527 2004-04-25  Kim F. Storm  <storm@cua.dk>
8529         * image.el (insert-sliced-image): Add line-spacing t property
8530         to newlines separating image lines.
8532 2004-04-24  Luc Teirlinck  <teirllm@auburn.edu>
8534         * comint.el (comint-delete-output): Bind inhibit-read-only to t.
8536         * ielm.el (ielm-prompt-read-only): New user option.
8537         (ielm-prompt): Expand docstring to describe new behavior.
8538         (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
8539         mention it in the docstring.
8541 2004-04-24  Andreas Schwab  <schwab@suse.de>
8543         * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
8545         * diff.el (diff): Set default-directory in diff buffer.
8547 2004-04-24  Eli Zaretskii  <eliz@gnu.org>
8549         * mail/sendmail.el (mail-bury): Don't delete the frame where the
8550         mail was being composed if the terminal cannot display more than
8551         one frame; instead, switch to previous frame.
8553         * mail/rmail.el (rmail-mail-new-frame): Doc fix.
8554         (rmail-start-mail): Support rmail-mail-new-frame even on
8555         terminals that can display only one frame at a time.
8557 2004-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8559         * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
8560         (checkdoc-output-font-lock-keywords): Remove error regexp.
8561         (checkdoc-output-mode-map): Remove.
8562         (checkdoc-output-mode): Derive from compilation-mode.
8563         (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
8565         * dired.el (dired-mode-map): Add a menu entry for wdired.
8567         * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
8568         (rx-bracket, rx-check-any, rx-any): Clean up name space.
8570         * wdired.el: (wdired-mode-map): Move init into declaration.
8571         Fix `return' binding.
8572         (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
8573         Use force-mode-line-update.
8574         (wdired-get-filename): Use `unless'.
8575         (wdired-preprocess-files): Don't assume names have no \n and use / for
8576         dir separator.
8577         (wdired-normalize-filename): Use replace-regexp-in-string.
8578         (wdired-load-hooks): Remove.
8579         (wdired-mode-hooks): Rename to wdired-mode-hook.
8581         * info-look.el: Add support for cfengine-mode.
8582         (info-lookup-setup-mode): Use dolist.
8584 2004-04-23  Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba  <juan-leon.lahoz@tecsidel.es>
8586         * wdired.el: New file.
8588 2004-04-23  Juanma Barranquero  <lektu@terra.es>
8590         * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
8592         * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
8593         (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
8594         (pcomplete--help, pcomplete--here): Doc fixes.
8596 2004-04-23  Andre Spiegel  <spiegel@gnu.org>
8598         * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
8599         handles wrong-number-of-arguments in backend call.
8601         * vc.el (vc-print-log): Likewise.
8603 2004-04-20  Dave Love  <fx@gnu.org>
8605         * emacs-lisp/rx.el: Doc fixes.
8606         (rx-constituents): Add/extend many forms.
8607         (rx-check): Check form is a list.
8608         (bracket): Defvar.
8609         (rx-check-any, rx-any, rx-check-not): Modify.
8610         (rx-not): Simplify.
8611         (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
8612         (rx-kleene): Use rx-trans-forms.
8613         (rx-quote-for-set): Delete.
8614         (rx): Allow multiple args.
8616 2004-04-23  Kenichi Handa  <handa@m17n.org>
8618         * international/mule-util.el (char-displayable-p): Simplify by
8619         using internal-char-font.
8621 2004-04-23  Juanma Barranquero  <lektu@terra.es>
8623         * makefile.w32-in: Add "-*- makefile -*-" mode tag.
8625 2004-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8627         * diff-mode.el (diff-next-error): New fun.
8628         (diff-mode): Use it.
8630         * simple.el (next-error): Change arg name.
8631         Add support for the documented C-u C-x ` usage.
8633         * frame.el (special-display-popup-frame, next-multiframe-window)
8634         (previous-multiframe-window): Only consider frames on same display.
8636 2004-04-22  Lars Hansen  <larsh@math.ku.dk>
8638         * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
8639         * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
8641 2004-04-22  Kim F. Storm  <storm@cua.dk>
8643         * net/telnet.el (telnet): Add optional port arg.
8645 2004-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8647         * progmodes/compile.el (compilation-mode-font-lock-keywords):
8648         Minor sanity check on the `hyperlink' slot.
8650         * Makefile.in (recompile): Compile new files.
8652         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
8653         Add byte-recompile-directory's optional `arg'.
8655         * cvs-status.el (cvs-tree-use-charset): New var.
8656         (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
8657         (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
8658         (cvs-status-cvstrees): Use it.
8660         * emacs-lisp/checkdoc.el (checkdoc-output-mode):
8661         Make it a normal major mode.
8662         (checkdoc-buffer-label): Make sure the file name is meaningful.
8663         (checkdoc-output-to-error-buffer): Remove.
8664         (checkdoc-error, checkdoc-start-section): Rewrite.
8666         * info.el (info-node, info-menu-5, info-xref, info-header-node)
8667         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
8668         (Info-title-4-face): Use new syntax.
8669         (info-xref-visited): Inherit from info-xref.
8671         * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
8673 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
8675         * simple.el (next-error-last-buffer, next-error-function):
8676         New variables for the next-error framework.
8677         (next-error-buffer-p): New function.
8678         (next-error-find-buffer): Generalize compilation-find-buffer.
8679         (next-error, previous-error, first-error, next-error-no-select)
8680         (previous-error-no-select): Move from compile.el.
8682         * replace.el (occur-next-error, occur-1): Hook into the next-error
8683         framework.
8685         * progmodes/compile.el (compilation-start):
8686         Set next-error-last-buffer so next-error knows where to jump.
8687         (compilation-setup): Set the buffer-local variable
8688         next-error-function to 'compilation-next-error-function.
8689         (compilation-buffer-p, compilation-buffer-internal-p): Use an
8690         alternate way to find if a buffer is a compilation buffer, for
8691         next-error convenience.
8692         (next-error-no-select, previous-error-no-select, next-error)
8693         (previous-error, first-error): Move to simple.el.
8694         (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
8695         (compilation-last-buffer): Remove.
8696         (compilation-start, compilation-next-error, compilation-setup)
8697         (compilation-next-error-function, compilation-find-buffer):
8698         Remove compilation-last-buffer use.
8700 2004-04-21  Juanma Barranquero  <lektu@terra.es>
8702         * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
8703         (font-lock-warning-face): Fix spacing.
8705         * makefile.w32-in (WINS): Add url/ directory.
8707 2004-04-21  Lars Hansen  <larsh@math.ku.dk>
8709         * desktop.el (desktop-buffer-mode-handlers): New variable.
8710         Alist of major mode specific functions to restore a desktop buffer.
8711         (desktop-buffer-handlers): Make variable obsolete.
8712         (desktop-create-buffer): Use desktop-buffer-mode-handlers.
8713         Catch errors signaled in handlers.  Update buffer count.
8714         Evaluate desktop-buffer-point.
8715         (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
8716         move to dired.el.
8717         (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
8718         move to info.el.
8719         (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
8720         move to mail/rmail.el.
8721         (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
8722         to mh-e/mh-e.el.
8723         (desktop-buffer-file): Rename to desktop-restore-file-buffer.
8724         On fail, print message (to message buffer) even if
8725         desktop-missing-file-warning is nil.
8726         (desktop-buffer-misc-data-function): New buffer local variable.
8727         Function returning major mode specific data.
8728         (desktop-buffer-misc-functions): Make variable obsolete.
8729         (desktop-save): Use desktop-buffer-misc-data-function.
8730         (desktop-buffer-dired-misc-data): Rename to
8731         dired-desktop-buffer-misc-data and move to dired.el.
8732         (desktop-buffer-info-misc-data): Rename to
8733         Info-desktop-buffer-misc-data and move to info.el.
8734         (desktop-read): Add message about number of buffers restored/failed.
8736         * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
8737         Add parameters.  Pause to display error only when
8738         desktop-missing-file-warning is non-nil.
8739         (dired-desktop-buffer-misc-data): Move from desktop.el.  Add parameter.
8740         (dired-mode): Bind desktop-buffer-misc-data-function.
8742         * info.el (Info-restore-desktop-buffer): Move from desktop.el.
8743         Add Parameters.
8744         (Info-desktop-buffer-misc-data): Move from desktop.el.  Add parameter.
8745         (Info-mode): Bind desktop-buffer-misc-data-function.
8747         * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
8748         Add Parameters.
8750         * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
8751         Add Parameters.
8753 2003-04-21  Paul Pogonyshev  <pogonyshev@gmx.net>
8755         * dabbrev.el (dabbrev--substitute-expansion): Don't lose
8756         the case of letters in case-insensitive expansions when the
8757         abbrev is preceded by characters with letter syntax.
8759 2004-04-21  Richard M. Stallman  <rms@gnu.org>
8761         * progmodes/cperl-mode.el (cperl-putback-char):
8762         Delete Emacs 18 definition.
8764         * international/mule.el (ctext-post-read-conversion):
8765         Use assoc-string, not assoc-ignore-case.
8767         * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
8769         * emacs-lisp/easymenu.el (easy-menu-add):
8770         Do call x-popup-menu, but only if it's defined.
8772         * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
8774         * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
8775         Handle multiple args: compile like progn.
8777         * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
8778         take all args as &rest arg.
8780         * autoinsert.el (auto-insert-alist): Insert the user's name in
8781         copyright notice, rather than Free Software Foundation.
8783 2004-04-21  Kenichi Handa  <handa@m17n.org>
8785         * descr-text.el (describe-char): Make it work on *Help* buffer.
8787 2004-04-21  Kim F. Storm  <storm@cua.dk>
8789         * image.el (insert-image): Add optional SLICE arg.
8790         (insert-sliced-image): New defun.
8792 2004-04-20  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
8794         * subr.el (read-number): Check whether `default' is nil.
8796 2004-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8798         * progmodes/compile.el (compilation-error-properties):
8799         Split into two.
8800         (compilation-internal-error-properties): New one.
8801         (compilation-compat-error-properties): Use it.  Fix the non-marker case.
8803 2004-04-20  Richard M. Stallman  <rms@gnu.org>
8805         * window.el (split-window-save-restore-data):
8806         Don't update the data if OLD-INFO is nil.
8808         * view.el (view-return-to-alist): Mark it permanent local.
8810         * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
8812         * recentf.el (recentf-save-list): Catch and warn about errors.
8814         * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
8815         so "Buffers" won't be pure.
8817         * help-mode.el (help-mode-finish): Set help-return-alist first
8818         thing, setting only the entry for the selected window.
8820         * help-fns.el (describe-function-1): If many non-control non-meta
8821         keys run the command, don't list all of them.
8823 2004-04-20  Juanma Barranquero  <lektu@terra.es>
8825         * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
8826         arg.  Copied from Andre Spiegel's patch of 2004-03-21.
8828         * calendar/time-date.el (time-to-day-in-year): Fix docstring.
8830 2004-04-20  Kenichi Handa  <handa@m17n.org>
8832         * international/quail.el (quail-lookup-key): New optional arg
8833         NOT-RESET-INDICES.
8834         (quail-get-translations): Call quail-lookup-key with
8835         NOT-RESET-INDICES t.
8836         (quail-completion): Likewise.
8837         (quail-lookup-map-and-concat): Likewise.
8839 2004-04-20  Kenichi Handa  <handa@m17n.org>
8841         * international/quail.el (quail-update-translation): Don't insert
8842         such an unsupported multibyte char in a unibyte buffer.
8844 2004-04-20  Nick Roberts  <nick@nick.uklinux.net>
8846         * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
8847         (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
8848         (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
8849         (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
8850         (gdb-frame-assembler-buffer): Improve behaviour with
8851         multiple frames.
8852         (gdb-display-buffer): Extend search to all visible frames.
8854 2004-04-19  Eli Zaretskii  <eliz@gnu.org>
8856         * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
8857         characters left after base64 decoding.
8858         (rmail-decode-region): Use -dos variety of `coding', to remove any
8859         ^M characters left after qp or base64 decoding.
8861 2004-04-19  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8863         * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
8864         messages.
8866 2004-04-19  Stephen Eglen  <stephen@gnu.org>
8868         * add-log.el (add-change-log-entry): Update doc string to mention
8869         add-log-full-name and add-log-mailing-address.
8871 2004-04-18  Juri Linkov  <juri@jurta.org>
8873         * info.el (Info-find-file, Info-find-node-2): Add history and toc.
8874         (Info-find-node-2): Simplify error message.
8875         (Info-insert-dir): Use Info-following-node-name.
8876         (Info-goto-node): Remove *info-history* and *info-toc*.
8877         (Info-history): Create a node of the virtual history file.
8878         (Info-toc): Create a node of the virtual toc file.
8879         (Info-insert-toc): New arg `curr-file' for reference file names.
8880         (info-apropos): Remove redundant var binding for temp-file.
8881         (Info-index, Info-index-next, Info-mode): Doc fix.
8882         (Info-goto-emacs-command-node): Don't jump to *info* from
8883         non-*info* Info buffers.
8884         (Info-fontify-node): Don't show the file name of external
8885         references if `Info-hide-note-references' is `hide'.  Don't hide
8886         newlines at the end of paragraphs.
8888         * international/mule-diag.el (list-input-methods):
8889         Fix args to help-xref-button.
8891         * help-fns.el (help-with-tutorial): Call `hack-local-variables'
8892         to put into effect local variables from TUTORIAL files.
8894         * textmodes/paragraphs.el (sentence-end) <function>: New fun
8895         with default value taken from the variable `sentence-end'.
8896         (sentence-end) <defcustom>: Set default to nil.  Doc fix.
8897         Add nil const to :type.
8898         (sentence-end-without-period, sentence-end-double-space)
8899         (sentence-end-without-space): Doc fix.
8901         * textmodes/paragraphs.el (forward-sentence):
8902         * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
8903         (fill-delete-newlines):
8904         * progmodes/cc-cmds.el (c-beginning-of-statement):
8905         Use function `sentence-end' instead of variable `sentence-end'.
8907 2004-04-18  Andreas Schwab  <schwab@suse.de>
8909         * progmodes/compile.el (compilation-start): Set window start to
8910         point-min if compilation-scroll-output is nil.
8912 2004-04-18  John Wiegley  <johnw@newartisans.com>
8914         * iswitchb.el (iswitchb-completions): Remove dependency on cl.
8916 2004-04-18  Nick Roberts  <nick@nick.uklinux.net>
8918         * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
8919         (gdb-info-breakpoints-custom): Revert previous change.
8920         (gdb-view-assembler): Update assembler if necessary.
8921         (gdb-frame-handler): Parse correctly for gdb-current-frame.
8922         (gdb-display-source-buffer): Update properly when both source and
8923         assembler are visible.
8925 2004-04-17  John Wiegley  <johnw@newartisans.com>
8927         * iswitchb.el (iswitchb-max-to-show): Add a new config variable
8928         which limits the number of names shown in the minibuffer.  Off by
8929         default.
8930         (iswitchb-completions): Use `iswitchb-max-to-show'.  This speeds
8931         up iswitchb for users with a multitude of open buffers by showing
8932         only the first and last N/2 buffers in the completion list (which
8933         is enough to aid C-s/C-r, and to know that more characters are
8934         needed to refine the completion list).
8936 2004-04-17  Richard M. Stallman  <rms@gnu.org>
8938         * files.el (locate-file-completion): Handle nil in path-and-suffixes.
8939         (file-truename): Expand all ~ constructs directly.
8940         (insert-directory): Delete any error msg output by the
8941         `insert-directory-program'.
8943         * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
8944         (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
8945         (allout-prior-bindings, allout-added-bindings): Defvars deleted.
8946         (allout-init): Use find-file-hook, not find-file-hooks.
8947         (allout-mode): Eliminate Emacs 18 support.
8948         Use write-contents-functions, not local-write-file-hooks.
8950 2004-04-17  Daniel Pfeiffer  <occitan@esperanto.org>
8952         * progmodes/compile.el (compilation-error-properties): Fix for
8953         adding messages when there are already markers for their file.
8954         (compilation-fake-loc): New function.
8956 2004-04-16  Dave Love  <fx@gnu.org>
8958         * progmodes/python.el (python-compilation-line-number): Fix braindamage.
8959         (python-load-file): Fix python-orig-start setting.
8961         * progmodes/compile.el: Doc fixes.
8962         (compilation-error-regexp-alist-alist)
8963         (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
8964         (compilation-assq): Wrap in eval-when-compile.
8965         (compilation-mode-font-lock-keywords): Don't use list*.
8966         (compilation-start): Avoid warning.
8967         (compilation-compat-error-properties)
8968         (compilation-directory-properties): Add keymap property.
8969         (compilation-parsing-end): Make it a marker for better compatibility.
8971         * progmodes/python.el (python-after-info-look): Use with-no-warnings.
8973 2004-04-16  Mark A. Hershberger  <mah@everybody.org>
8975         * xml.el: Doc fixes.
8976         (xml-get-children): Only looks at sub-tags and ignore strings.
8978         * xml.el (xml-parse-tag): Avoid overwriting node-name.
8980 2004-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
8982         * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
8984 2004-04-16  Andre Spiegel  <spiegel@gnu.org>
8986         * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
8988         * vc.el (vc-print-log): Likewise.
8990 2004-04-16  Masatake YAMATO  <jet@gyve.org>
8992         * simple.el (completion-setup-function): Set an initial value
8993         to `element-common-end' before entering loop.  Set a value
8994         to `element-common-end' at the end of loop.
8995         The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
8996         (completions-common-part): Rename from completion-de-emphasis.
8997         (completions-first-difference): Rename from completion-emphasis.
8998         Suggested by RMS.
9000 2004-04-16  Juanma Barranquero  <lektu@terra.es>
9002         * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
9003         (bookmark-edit-annotation-mode): Add mode name.
9005 2004-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
9007         * smerge-mode.el (smerge-match-conflict): Try to do something sensible
9008         for nested conflict markers.
9009         (smerge-find-conflict): Better handle errors in smerge-match-conflict.
9011 2004-04-15  Nick Roberts  <nick@nick.uklinux.net>
9013         * progmodes/gdb-ui.el (gdb-goto-info): New function.
9015         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
9017 2004-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9019         * emacs-lisp/bytecomp.el (batch-byte-compile-file):
9020         Give a backtrace if requested.
9022         * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
9024         * progmodes/python.el (python-mouse-2-command, python-RET-command):
9025         Remove unused functions.
9026         (python-orig-start-line, python-orig-file): Remove.
9027         (python-orig-start): New var.
9028         (python-input-filter, python-compilation-line-number)
9029         (python-send-region, python-load-file): Use it.
9031         * info.el (info): Always jump to *info*.
9033         * subr.el (posn-set-point): New function.
9035         * mouse.el (mouse-set-point): Use it.
9037         * progmodes/compile.el (compile-goto-error): Use it.
9038         (compilation-button-map): New keymap.
9039         (compilation-error-properties): Use it.
9040         (compilation-shell-minor-mode-map): Don't bind mouse-2.
9042         * smerge-mode.el (smerge-popup-context-menu): Use it.
9044         * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
9045         (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
9046         mouse and non-mouse case.
9048         * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
9049         (diff-mouse-goto-source): Make it an alias of diff-goto-source.
9051         * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
9052         Make it work for non-mouse events.
9054         * pcvs-info.el (cvs-status-map): Update binding name.
9056 2004-04-14  Mark A. Hershberger  <mah@everybody.org>
9058         * xml.el (xml-maybe-do-ns): New function to handle namespace
9059         parsing of both attribute and element names.
9060         (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
9061         (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
9062         (xml-parse-tag): Update assumed namespaces.  Clean up namespace parsing.
9063         (xml-parse-attlist): Make it do its own namespace parsing.
9065 2004-04-14  Dave Love  <fx@gnu.org>
9067         * progmodes/python.el (run-python): Fix use of \n.
9068         (python-load-file): Remove `try' from Python fragment.
9069         (python-describe-symbol): Fix message.
9071         * comint.el: Doc fixes.
9072         (comint-last-input-start, comint-last-input-end)
9073         (comint-last-output-start): Give them values.
9074         (comint-arguments): Avoid warning.
9075         (comint-skip-prompt): Use line-end-position.
9076         (comint-backward-matching-input): Rename arg to agree with doc.
9077         (comint-extract-string): Use syntax-ppss.
9078         (comint-dynamic-simple-complete): Delete useless list construction.
9079         (comint-redirect-subvert-readonly): New.
9080         (comint-redirect-preoutput-filter): Use it.
9082         * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
9083         Correctly handle negative arguments when calling hook functions.
9085 2004-04-14  Jesper Harder  <harder@ifa.au.dk>
9087         * info.el (info-apropos): Don't clobber Info-history-list.
9089 2004-04-14  Daniel Pfeiffer  <occitan@esperanto.org>
9091         * progmodes/compile.el (compilation-setup):
9092         Localize overlay-arrow-position.
9093         (compilation-sentinel): Restructure code equivalently.
9094         (compilation-next-error): Find message on same line after point if
9095         not found before point.
9096         (compile-mouse-goto-error): Restore function so that compilation
9097         buffer need not be current and use compile-goto-error.
9098         (compile-goto-error): Restore function.
9099         (next-error): Set overlay-arrow-position.
9100         (compilation-forget-errors): Don't localize already local
9101         compilation-locs and remove FIXME about refontifying.
9103 2004-04-14  Kim F. Storm  <storm@cua.dk>
9105         * startup.el (emacs-quick-startup): New defvar (set by -Q).
9106         (command-line): New option -Q.  Like -q --no-site-file, but
9107         in addition it also disables menu-bar, tool-bar, scroll-bars,
9108         tool-tips, and the blinking cursor.
9109         (command-line-1): Skip startup screen if -Q.
9110         (fancy-splash-head): Use ":align-to center" prop to center splash image.
9112         * emulation/cua-base.el (cua-read-only-cursor-color)
9113         (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
9115 2004-04-13  Dave Love  <fx@gnu.org>
9117         * progmodes/python.el: Doc fixes.  Changes for compiler warnings.
9118         (syntax): Don't require.
9119         (python) <defgroup>: Add :version.
9120         (python-quote-syntax): Re-written.
9121         (inferior-python-mode): Move stuff here from run-python and add
9122         some more.
9123         (python-preoutput-continuation, python-preoutput-result)
9124         (python-dotty-syntax-table): New.
9125         (python-describe-symbol): Use them.
9126         (run-python): Move stuff to inferior-python-mode.  Modify code
9127         loaded into Python.
9128         (python-send-region): Use python-proc, python-send-string.
9129         (python-send-string): Send newlines too.  Callers changed.
9130         (python-load-file): Re-written.
9131         (python-eldoc-function): New.
9132         (info-look): Don't require.
9133         (python-after-info-look): New.  A modified version of former
9134         top-level code for use with eval-after-load.
9135         (python-maybe-jython, python-guess-indent): Use widened buffer.
9136         (python-fill-paragraph): Re-written.
9137         (python-mode): Fix outline-regexp.  Set outline-heading-end-regexp,
9138         eldoc-print-current-symbol-info-function.  Add to eldoc-mode-hook.
9140 2004-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9142         * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
9143         Set compilation-error-regexp-alist earlier.
9145         * progmodes/compile.el (compilation-minor-mode-map)
9146         (compilation-shell-minor-mode-map, compile-mouse-goto-error)
9147         (compile-goto-error): Re-merge the mouse and non-mouse commands.
9149 2004-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9151         * progmodes/compile.el (compile-goto-error): Select the buffer/window
9152         corresponding to the event.
9154 2004-04-12  Joe Buehler  <jbuehler@hekiman.com>
9156         * loadup.el: Add cygwin to system-type list, for unexec() support.
9158 2004-04-12  John Paul Wallington  <jpw@gnu.org>
9160         * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
9161         (ibuffer-restore-window-config-on-quit): New variable to replace
9162         `ibuffer-delete-window-on-quit'.  Update all references.
9163         (ibuffer-prev-window-config): New variable.
9164         (ibuffer-quit): Restore previous window configuration instead of
9165         deleting window.
9166         (ibuffer): Save window configuration before showing Ibuffer buffer.
9168         * help.el (describe-mode): Doc fix.
9170 2004-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9172         * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
9173         not to treat nil as a function.
9175         * vc-arch.el (vc-arch-root): Be a bit more careful.
9176         (vc-arch-register): Save the buffer if we modified it.
9177         (vc-arch-delete-rej-if-obsolete): Save excursion.
9178         (vc-arch-find-file-hook): Use the simpler after-save-hook.
9179         (vc-arch-responsible-p, vc-arch-init-version): New functions.
9181         * net/ldap.el (ldap-search): Use list*.
9183 2004-04-12  Juri Linkov  <juri@jurta.org>
9185         * info.el (Info-follow-reference): Allow multiline reference name.
9187 2004-04-11  Dave Love  <fx@gnu.org>
9189         * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
9191         * progmodes/python.el: New file.
9193 2004-04-11  Andre Spiegel  <spiegel@gnu.org>
9195         * vc-hooks.el (vc-arg-list): Function removed.
9196         (vc-default-workfile-unchanged-p): Use condition-case to check for
9197         backward compatibility.
9199         * vc.el (vc-print-log): Use condition-case to check for backward
9200         compatibility.
9202 2004-04-11  Juri Linkov  <juri@jurta.org>
9204         * dired.el (dired-faces): New defgroup.
9205         (dired-header, dired-mark, dired-marked, dired-flagged)
9206         (dired-warning, dired-directory, dired-symlink, dired-ignored):
9207         New faces.
9208         (dired-header-face, dired-mark-face, dired-marked-face)
9209         (dired-flagged-face, dired-warning-face, dired-directory-face)
9210         (dired-symlink-face, dired-ignored-face): New face variables.
9211         (dired-font-lock-keywords): Use them instead of font-lock faces.
9212         Split the rule for dired marks into 3 separate rules: for marks,
9213         marked file names and flagged file names.
9215         * help-mode.el (help-make-xrefs): Add a final newline to the
9216         *Help* buffer.
9218 2004-04-11  John Paul Wallington  <jpw@gnu.org>
9220         * replace.el (occur-engine): Distinguish between one and several
9221         matches in the matches per buffer heading.
9223 2004-04-11  Kim F. Storm  <storm@cua.dk>
9225         * ido.el (ido-confirm-unique-completion): New defcustom.
9226         (ido-complete): Use it.
9227         (ido-write-file): Set it to t unconditionally.
9229 2004-04-10  Miles Bader  <miles@gnu.org>
9231         RCS keyword removal (only non-comment changes are enumerated here):
9233         * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
9234         (byte-compile-insert-header): Don't use `byte-compile-version'.
9235         * forms.el (forms-version): Variable removed.
9236         (forms-mode): Don't use `forms-version'.
9237         * recentf.el (recentf-version): Variable removed.
9238         * progmodes/delphi.el (delphi-version): Variable removed.
9239         * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
9241 2004-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
9243         * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
9245 2004-04-09  Jesper Harder  <harder@ifa.au.dk>
9247         * info.el (info-apropos): Improve menu item regexp.
9249 2004-04-09  Simon Josefsson  <jas@extundo.com>
9251         * mail/smtpmail.el: Add comment, based on report by
9252         kdc@rcn.com (Kevin D. Clark).
9254 2004-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9256         * progmodes/compile.el (compilation-mode-font-lock-keywords):
9257         Redo one more thing that I didn't notice Daniel had undone.
9259 2004-04-08  Nick Roberts  <nick@nick.uklinux.net>
9261         * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
9262         (gdb-goto-breakpoint, gdb-display-buffer)
9263         (gdb-display-source-buffer, gdb-view-source-function)
9264         (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
9265         (gdb-source-info, gdb-frame-handler): Don't specify a window
9266         for display.
9267         (gdb-info-breakpoints-custom): Remove superfluous update of
9268         assembler buffer.
9269         (gdb-many-windows): Make settable outside gdb.
9271 2004-04-08  Glenn Morris  <gmorris@ast.cam.ac.uk>
9273         * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
9274         Derive from fundamental-mode rather than text-mode.
9276 2004-04-08  Juri Linkov  <juri@jurta.org>
9278         * info.el (Info-history): Doc fix.
9279         (Info-history-list): New var.
9280         (info-xref): Change magenta4 to blue, remove bold for dark and
9281         light backgrounds, change bold to underline for non-color classes.
9282         (info-xref-visited): New face.
9283         (Info-fontify-visited-nodes): New custom.
9284         (Info-hide-note-references): Add new value `hide'.  Doc fix.
9285         (Info-reference-name): New var.
9286         (Info-selection-hook): New custom.
9287         (Info-edit-mode-hook): New var.
9288         (Info-find-file): New fun.
9289         (Info-find-node): Move part of code to Info-find-file.
9290         (Info-find-node-2): Add anchors to Info-history-list.  Move point
9291         to the place with the reference name if name is defined.
9292         (Info-select-node): Add current node to Info-history-list.
9293         (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
9294         (Info-search-whitespace-regexp): New custom.
9295         (Info-search-case-fold): New var.
9296         (Info-search): Add "case-sensitively" to the prompt.
9297         Use Info-search-whitespace-regexp.  Set Info-search-case-fold.
9298         (Info-search-case-sensitively, Info-search-next): New fun.
9299         (Info-up): Move point to the menu item of the current node.
9300         (Info-history): New fun.  Add *info-history* to
9301         same-window-buffer-names.
9302         (Info-toc): New fun.  Add *info-toc* to same-window-buffer-names.
9303         (Info-insert-toc): New fun.
9304         (Info-build-toc): New fun.
9305         (Info-follow-reference): Add new arg `fork'.  Doc fix.
9306         Replace [ \n\t]* by [ \n\t]+ in the *Note regexp.  For references
9307         with the same name prefer the reference closest to point.
9308         (Info-next-reference): Replace * by + in the *Note regexp.
9309         Add regexp for http:// and ftp://.  Skip the *Note prefix.
9310         (Info-prev-reference): Replace * by + in the *Note regexp.
9311         Add regexp for http:// and ftp://.  Skip the *Note prefix.
9312         (Info-follow-nearest-node): Add new arg `fork'.
9313         (Info-try-follow-nearest-node): Add new arg `fork'.
9314         Call browse-url for http:// and ftp:// references.
9315         Set Info-reference-name for index entries.
9316         (Info-mode-menu): Add menu items for Info-search-case-sensitively,
9317         Info-search-next, Info-history, Info-toc, clone-buffer.
9318         (Info-menu-update): Replace * by + in the *Note regexp.
9319         (Info-mode): Add documentation for Info-history, Info-toc,
9320         Info-search-case-sensitively, Info-search-next, clone-buffer.
9321         (Info-fontify-menu-headers): Remove fun.  Move code to
9322         Info-fontify-node.
9323         (Info-fontify-node): Add docstring.  Add local vars
9324         fontify-visited-p and not-fontified-p.  If not-fontified-p is t
9325         then fontify header line, titles, menu headers, http and ftp
9326         references, refill paragraphs.  If not-fontified-p is t or
9327         fontify-visited-p is t then fontify cross references, menu items.
9328         Fontify menu headers.  Fontify http and ftp references.
9329         Change regexp for cross references to require whitespace after *Note,
9330         add matching groups for file and node names.  Remove hack for quote.
9331         Use display property for Info-hide-note-references=t.  Use fifth
9332         or fourth match for help-echo.  Display visited nodes in a
9333         different face.  Unhide file names of external references.
9334         Unhide newlines.  Display visited menu items in a different face.
9336 2004-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9338         * progmodes/compile.el: Require CL.
9339         (compilation-mode-font-lock-keywords): Re-install the "line as
9340         function" patch.
9342         * help-fns.el (help-C-source-directory): New var.
9343         (help-subr-name, help-C-file-name, help-find-C-source): New funs.
9344         (describe-function-1, describe-variable): Use them.
9346         * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
9347         to C source files specially.
9349 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
9351         * info.el (Info-hide-cookies-node): New function.
9352         (Info-select-node): Use it.
9353         (Info-display-images-node): Remove message with image file name.
9355 2004-04-07  Daniel Pfeiffer  <occitan@esperanto.org>
9357         * progmodes/compile.el (compilation-warning-face)
9358         (compilation-info-face, compilation-skip-threshold)
9359         (compilation-skip-visited, compilation-context-lines):
9360         Declare :version when added to Emacs.
9361         (compilation-error-regexp-alist-alist): Extend caml and irix.
9362         (compilation-setup): Fix if font-locked w/o font-lock-defaults.
9363         (compilation-mode-font-lock-keywords): Temporarily undo line as
9364         function patch, which wasn't ready.
9366 2004-04-07  Kenichi Handa  <handa@m17n.org>
9368         * international/latin1-disp.el (latin1-display-setup): Check each
9369         character is displayable or not instead of calling
9370         latin1-display-check-font.
9372 2004-04-06  Kenichi Handa  <handa@m17n.org>
9374         * language/ethio-util.el (ethio-sera-being-called-by-w3):
9375         New variable.
9376         (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
9377         instead of sera-being-called-by-w3.
9378         (ethio-fidel-to-sera-buffer): Likewise.
9379         (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
9380         instead of sera-being-called-by-w3.
9381         (ethio-write-file): Likewise.
9383 2004-04-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9385         * printing.el: Doc fix.
9387 2004-04-05  Nick Roberts  <nick@nick.uklinux.net>
9389         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
9390         (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
9391         (gdb-setup-windows): Only use separate IO buffer if required.
9393 2004-04-06  Kim F. Storm  <storm@cua.dk>
9395         * term.el (term-is-xemacs): Remove.
9396         (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
9397         (term-window-width): New function.
9398         (term-mode, term-check-size): Use it.
9399         (term-mode): Disable overflow-newline-into-fringe in term buffer.
9401 2004-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
9403         * cus-edit.el (custom-add-parent-links): Change unbound variable
9404         `symbol' to `name'.
9406 2004-04-05  Jesper Harder  <harder@ifa.au.dk>
9407         * info.el (info-apropos): New function.
9408         (Info-mode-menu): Add it.
9409         (Info-find-node, Info-find-node-2): Grok apropos virtual file.
9411         * help-mode.el (help-make-xrefs): Recognize aliased variable with
9412         inherited docstring.
9414         * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
9416 2004-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9418         * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
9420         * progmodes/compile.el (font-lock): Don't require any more.
9421         (compilation-error-properties, compilation-start, compilation-sentinel)
9422         (compilation-filter, next-error): Use with-current-buffer.
9423         (compilation-skip-to-next-location, compilation-skip-threshold)
9424         (compilation-skip-visited): Move to silence the byte-compiler.
9425         (compilation-setup): Simplify.
9426         (compilation-next-error): Use line-(beginning|end)-position.
9427         Make sure `pt' is non-nil before using compilation-loop.
9428         (compile-goto-error): Add optional event arg.  Use it.
9429         (compile-mouse-goto-error): Make it an alias of compile-goto-error.
9430         (compilation-minor-mode-map, compilation-shell-minor-mode-map):
9431         Update the binding for mouse-2.
9432         (first-error): Set compilation-current-error to nil rather than bob.
9433         (compilation-parsing-end, compilation-parse-errors-function)
9434         (compilation-error-list, compilation-old-error-list):
9435         "New" compatibility variables.
9436         (compile-buffer-substring, compilation-compat-error-properties)
9437         (compilation-compat-parse-errors, compilation-forget-errors):
9438         New compatibility functions.
9439         (compilation-mode-font-lock-keywords): Use them.
9441 2004-04-04  Luc Teirlinck  <teirllm@auburn.edu>
9443         * autorevert.el (auto-revert-handler): If point (or a window
9444         point) is at the end of the buffer, keep it there after
9445         reverting.  This allows to tail a file.
9446         Mention this in the `Commentary'.
9448         * format.el (format-write-file): Add optional argument CONFIRM
9449         and make it behave like the analogous argument to `write-file'.
9451 2004-04-04  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9453         * progmodes/ebnf2ps.el: Doc fix.
9454         (ebnf-version): New version number (4.2).
9455         (ebnf-syntax): Customization and docstring fix.
9456         (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
9457         Put autoloaded funs before first use.
9458         (ebnf-style-database): Add dtd entry.
9459         (ebnf-syntax-alist): Add dtd initialization.
9460         (ebnf-token-sequence): New fun.
9461         (ebnf-comment-table): Add new comment action character.
9462         (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
9464         * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
9465         Type Definition for XML).
9467         * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
9468         * progmodes/ebnf-bnf.el (ebnf-sequence):
9469         * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
9470         * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
9471         * progmodes/ebnf-yac.el (ebnf-yac-sequence):
9472         Code simplification: call ebnf-token-sequence.
9474 2004-04-04  Eli Zaretskii  <eliz@gnu.org>
9476         * calendar/timeclock.el (timeclock-relative)
9477         (timeclock-get-project-function, timeclock-get-workday-function)
9478         (timeclock-query-out, timeclock-when-to-leave)
9479         (timeclock-when-to-leave-string, timeclock-log-data)
9480         (timeclock-generate-report, timeclock-in): Doc fixes.
9482 2004-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9484         * url/: New dir.  Import the URL package from its repository.
9486 2004-04-03  Andreas Schwab  <schwab@suse.de>
9488         * diff-mode.el (diff-mode): Fix missing quote.
9490 2004-04-03  Juri Linkov  <juri@jurta.org>
9492         * descr-text.el (describe-property-list): Add `font-lock-face'.
9494         * dired.el (dired-font-lock-keywords): Fix permission regexps.
9496 2004-04-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9498         * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
9499         Use utf-16le on little endian machines and utf-16be otherwise.
9501 2004-04-02  David Kastrup  <dak@gnu.org>
9503         * net/browse-url.el (browse-url-generic): Use call-process
9504         instead of start-process to allow browsers that fork and detach.
9506 2004-04-01  Daniel Pfeiffer  <occitan@esperanto.org>
9508         * compile.el (compilation-current-error): New var.
9509         (compilation-setup, compile-mouse-goto-error)
9510         (compile-goto-error, next-error): Use it.
9511         (compilation-skip-to-next-location): Default to t, which gives
9512         contiguous skipping like old compile (where this was redundant).
9513         (compilation-next-error): Prevent previous-* commands from moving
9514         back to message at or just before point.
9516 2004-04-01  Nick Roberts  <nick@nick.uklinux.net>
9518         * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
9519         (gdb-source-info): Don't display source at startup, if required.
9520         (gdb-show-main): New option.
9521         (gdba): Update documentation.
9522         (gdb-source): Cover case of auto-display output.
9524 2004-03-31  Luc Teirlinck  <teirllm@auburn.edu>
9526         * autorevert.el: Delete obsolete autoload's and defvar's.
9527         (auto-revert-check-vc-info): New user option.
9528         (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
9529         (auto-revert-handler-vc): Delete.
9530         (auto-revert-handler): Treat return value `fast' of
9531         buffer-stale-function specially.  Check `auto-revert-check-vc-info'.
9533         * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
9534         return `fast'.
9536         * files.el (buffer-stale-function): Doc change.
9538 2004-03-31  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9540         * printing.el: New tip on Tips section.
9541         (pr-version): New version number (6.7.4).
9542         (pr-shell-file-name): Initialization fix.
9544 2004-03-31  Juri Linkov  <juri@jurta.org>
9546         * dired.el: Add autoload for `dired-do-touch'.
9547         (dired-touch-program): New var.
9548         (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
9549         (dired-no-confirm): Add `touch' to docstring.
9551         * dired-aux.el (dired-do-touch): New fun.
9552         (dired-do-chxxx): Add argument -t for touch operation.
9554         * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
9555         `dired-move-to-filename-regexp'.
9557 2004-03-31  H\e,Ae\e(Bkan Granath  <hakan.granath@kau.se>  (tiny change)
9559         * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
9561 2004-03-30  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9563         * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
9564         and only if the buffer was modified.
9566 2004-03-30  Kenichi Handa  <handa@m17n.org>
9568         * international/characters.el: Delete pairs for U+2308..U+230B.
9570 2004-03-29  Nick Roberts  <nick@nick.uklinux.net>
9572         * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
9573         to detect the beginning of a level 2 or 3 annotation.
9575 2004-03-29  Kenichi Handa  <handa@m17n.org>
9577         * international/ucs-tables.el (ucs-insert): Fix the error message.
9579 2004-03-29  Kenichi Handa  <handa@m17n.org>
9581         * international/mule-util.el (char-displayable-p): Fix generation
9582         of XLFD file name.
9584         * Makefile.in (setwins, setwins_almost): Change directory to $wd
9585         before finding directories by `find'.
9587 2004-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9589         * subr.el (interactive-form): Delete.  Now implemented in C.
9591         * pcvs.el (cvs-parse-process): Workaround for Darwin.
9593         * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
9594         (vc-diff-label): New fun.
9595         (vc-diff-internal): Use it.
9597         * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
9599 2004-03-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9601         * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
9603         * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
9604         specify XML (EBNFX).
9606         * progmodes/ebnf2ps.el: Doc fix.
9607         (ebnf-version): New version number (4.1).
9608         (ebnf-syntax): Adjust customization.
9609         (ebnf-style-database): Add ebnfx entry.
9610         (ebnf-syntax-alist): Add ebnfx initialization.
9611         (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
9613         * printing.el: Doc fix.
9614         (pr-version): New version number (6.7.3).
9615         (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
9616         returns nil for mouse position.  Reported by Drew Adams
9617         <drew.adams@oracle.com>.
9618         (pr-update-menus): Modify interactive declaration.  Reported by Drew
9619         Adams <drew.adams@oracle.com>.
9621 2004-03-28  Nick Roberts  <nick@nick.uklinux.net>
9623         * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
9624         (gud-gdba-marker-filter): Log the process input and output, if
9625         required.  From Stefan Monnier.
9626         (gdb-debug-log, gdb-enable-debug-log): New variables.
9627         (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
9629 2004-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9631         * vc-hooks.el (vc-file-not-found-hook): Fix typo.
9632         From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
9634 2004-03-27  Luc Teirlinck  <teirllm@auburn.edu>
9636         * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
9637         Call vc-find-file-hook here instead of in auto-revert-buffers.
9638         (auto-revert-buffers): Delete call to vc-find-file-hook.
9639         (auto-revert-verbose, global-auto-revert-non-file-buffers)
9640         (global-auto-revert-mode, auto-revert-set-timer)
9641         (auto-revert-handler, auto-revert-buffers): Doc fixes.
9643 2004-03-27  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
9645         * woman.el (woman-change-fonts): Rename local variable
9646         woman-font-alist to font-alist to avoid a compiler warning.
9648 2004-03-27  Dave Love  <fx@gnu.org>
9650         * emacs-lisp/rx.el (rx): Doc fix.
9651         Fix copyright years.
9653         * strokes.el (strokes-global-set-stroke-string): New function.
9654         (strokes-list-strokes): Cope with strings, not just commands.
9655         Set foreground colour of image.
9656         (strokes-global-set-stroke): Doc fix.
9658 2004-03-26  Luc Teirlinck  <teirllm@auburn.edu>
9660         * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
9661         Auto Revert mode.
9662         (Buffer-menu-files-only): New variable.
9663         (Buffer-menu-toggle-files-only): New function.
9664         (Buffer-menu-mode-map): Bind it to `T'.
9665         (Buffer-menu-mode): Mention `T' in docstring.
9666         Set buffer-stale-function.
9667         (list-buffers-noselect): Mark buffer non-modified and set
9668         Buffer-menu-files-only.
9670         * dired.el (buffer-stale-function): Remove no longer needed defvar.
9672         * autorevert.el (auto-revert-handler): Print revert message
9673         before, rather than after, reverting.
9674         (buffer-stale-function): Move to files.el.
9676         * files.el (buffer-stale-function): Move here from autorevert.el.
9678 2004-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9680         * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
9682         * calc/calc.el (calc-mode-map): Use mapc.
9684         * apropos.el (apropos-mode): Don't autoload.
9685         (apropos-symbols-internal): New fun.  Extracted from `apropos'.
9686         (apropos): Use it.
9687         (apropos-print): Add optional `text' argument.
9688         (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
9689         Don't assume point-min == 1.
9691         * bs.el (bs-buffer-list): Use buffer-local-value.
9692         (bs--set-toggle-to-show): Use with-current-buffer.
9694         * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
9695         New funs.
9696         (list-buffers-noselect): Use them.  Adjust :align-to to new style.
9698         * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
9700         * dabbrev.el (dabbrev-expand): Fix regexp construction.
9701         (dabbrev--find-expansion): Use pop.
9702         (dabbrev--search): Use match-string-no-properties.
9704         * dired.el (dired-mode): Use run-mode-hooks.
9705         (dired-move-to-end-of-filename): Use match-string.
9707         * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
9708         is bound before using it.
9709         (ediff-verbose-p): Make it into a var since it's not constant.
9711         * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
9713         * faces.el (read-face-font): Don't cons up unnecessarily.
9714         (header-line, tool-bar): Share common parts.
9716         * files.el (file-relative-name): Use compare-strings.
9718         * finder.el (finder-mode): Follow coding convention.
9720         * subr.el (read-number): New function.
9722         * ses.el (ses-read-number): Move to subr.el.
9723         (ses-set-header-row): Use read-number.
9725 2004-03-26  Andre Spiegel  <spiegel@gnu.org>
9727         * vc-hooks.el (vc-arg-list): New function, which handles both
9728         compiled and uncompiled code.
9729         (vc-default-workfile-unchanged-p): Use it.
9731         * vc.el (vc-print-log): Undo prev change, use new function
9732         vc-arg-list from vc-hooks.el.
9734 2004-03-26  Masatake YAMATO  <jet@gyve.org>
9736         * simple.el (completion-setup-function): Emphasize the
9737         first uncommon characters in the completions; and de-emphasize
9738         the common prefix substrings.
9739         (completion-emphasis): New face.
9740         (completion-de-emphasis): New face.
9742 2004-03-25  Juanma Barranquero  <lektu@terra.es>
9744         * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
9745         Comment out (it's unused and unfinished code).
9747 2004-03-25  Sam Steingold  <sds@gnu.org>
9749         * vc.el (vc-print-log): Fix a bug in the last patch:
9750         backend-function may be a byte-compiled object, not a lambda.
9752 2004-03-25  Juri Linkov  <juri@jurta.org>
9754         * descr-text.el (describe-property-list): Add a button
9755         for `face' property that calls `describe-face'.
9756         Suggested by luis fernandes <elf@ee.ryerson.ca>
9758         * international/mule.el (keyboard-coding-system):
9759         * kmacro.el (kmacro-call-macro): Fix docstring.
9761         * dired.el: Fix comments.
9763         * textmodes/fill.el (fill): Fix Info link.
9765         * font-lock.el (fast-lock, lazy-lock):
9766         * jit-lock.el (jit-lock): Remove links to removed Support Modes
9767         Info node.
9769         * eshell/eshell.el (eshell): Fix broken info-link.
9771         * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
9772         * eshell/em-banner.el (eshell-banner):
9773         * eshell/em-smart.el (eshell-smart):
9774         * eshell/esh-cmd.el (eshell-cmd):
9775         Comment out broken info-links to incomplete Info manual.
9777         * info-xref.el: Fix commentary.
9779 2004-03-25  Kevin Ryde  <user42@zip.com.au>
9781         * info-xref.el (info-xref-check-buffer): Report empty filename parts.
9782         Remove spurious node duplicate suppression, doesn't work, not wanted.
9783         (info-xref-output): Take format style args, add "sit-for 0" to let
9784         user see the results as they progress.
9785         (info-xref-check-all-custom): New function.
9787 2004-03-25  Nick Roberts  <nick@nick.uklinux.net>
9789         * gdb-ui.el: Moved to progmodes.
9791 2004-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9793         * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
9795 2004-03-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
9797         * calendar/appt.el (appt-check): Remove superfluous progn.
9798         When finished with diary buffer: if it was not being displayed
9799         before, kill it; otherwise restore its original state.
9800         Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
9802         * calendar/calendar.el (calendar-set-mode-line): Use total
9803         available mode-line width, rather than frame-width.
9805         * calendar/diary-lib.el (fancy-diary-display): Set mode-line
9806         after mode change so effect not lost.
9808 2004-03-23  Dave Love  <fx@gnu.org>
9810         * dired.el (dired) <defgroup>: Add link to manual.
9811         (dired-font-lock-keywords): Add highlighting on unusual permissions.
9812         (dired-revert): Use dolist.
9813         (dired-mode-map): Add U binding.
9814         (dired-mode): Add font-lock-beginning-of-syntax-function.
9815         (dired-garbage-files-regexp): Make it a defcustom.
9817 2004-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9819         * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
9820         is equivalent to nil.
9821         (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
9822         (vc-arch-mode-line-string): Accept `added' state.
9823         (vc-arch-state): Use inode-sigs if available.
9824         (vc-arch-add-tagline): Rename from vc-arch-add-tag.
9825         Copy&delete existing id file if any.  Fallback if uuidgen is absent.
9826         (vc-arch-tagline-re): New var.
9827         (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
9828         New functions.
9829         (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
9830         (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
9832         * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
9833         (vc-file-not-found-hook): Use it.
9835         * diff-mode.el (diff-default-read-only): Change default.
9836         (diff-mode-hook): Make it a defcustom.  Add some options.
9837         (diff-mode-map): Bind diff-refine-hook.
9838         (diff-yank-handler): New var.
9839         (diff-yank-function): New fun.
9840         (diff-font-lock-keywords): Use them.
9841         (diff-end-of-file): Handle case where file-header looks like diff text.
9842         (diff-hunk-kill): Adjust to "new" hunk-next behavior.
9843         (diff-file-kill): Delete a subsequent empty line, if applicable.
9844         (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
9845         (diff-find-file-name): Use it.
9846         (diff-tell-file-name): New command.
9847         (diff-mode): Be careful with view-mode.
9848         (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
9849         New functions, for use in diff-mode-hook.
9850         (diff-find-source-location): Catch "regex too large" errors.
9851         (diff-apply-hunk, diff-test-hunk): Go to old or new file.
9852         (diff-refine-hunk): New command.
9854         * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
9855         (smerge-context-menu-map): Remove unused var.
9856         (smerge-keep-all): Preserve markers.
9857         (smerge-keep-n): New fun.
9858         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
9859         (smerge-keep-current, smerge-ediff): Use it.
9860         (smerge-kill-current): Use it.  Make it work on some 3-part conflicts.
9861         (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
9862         (smerge-resolve): Resolve trivial 3-part conflicts.
9864 2004-03-23  Juri Linkov  <juri@jurta.org>
9866         * man.el (Man-width): New var.
9867         (Man-getpage-in-background): Use it.
9868         (Man-support-local-filenames): New var and fun.
9869         (Man-build-man-command): Don't add a second %s.
9870         (Man-fontify-manpage): Clean up message.
9871         (Man-mode): Set outline-regexp, outline-level,
9872         imenu-generic-expression.
9874         * woman.el (woman-fill-frame): Doc fix.
9875         (woman-decode-region): Use window-width instead of frame-width.
9877         * abbrevlist.el (list-one-abbrev-table):
9878         * descr-text.el (describe-char):
9879         * international/mule-diag.el (describe-current-coding-system):
9880         * international/quail.el (quail-insert-decode-map):
9881         Use window-width instead of frame-width.
9883         * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
9884         (jka-compr-mode-alist-additions): Add tbz.
9885         (jka-compr-write-region, jka-compr-insert-file-contents):
9886         Add message for undefined compress-program.
9887         (jka-compr-write-region): Remove redundant var bindings.
9889         * dired-x.el (dired-guess-shell-alist-default): Add choices for
9890         extracting files into subdirectory.  Add tbz and dz.  Fix regexps.
9891         Add extensions .[0-9] for man and nroff, and .pod for perldoc.
9892         (dired-man): Use dired-guess-shell-command.
9893         (dired-guess-shell-case-fold-search): Change defvar to defcustom.
9894         Change default nil to t.
9896         * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
9897         (dired-compare-directories): Add default value for empty input.
9899         * help-at-pt.el: Move suggestions for key bindings to Commentary.
9901         * time.el (display-time-string-forms): Fix help-echo date format.
9903 2004-03-22  Luc Teirlinck  <teirllm@auburn.edu>
9905         * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
9906         (buffer-stale-function): New variable.
9907         (auto-revert-list-diff, auto-revert-dired-file-list)
9908         (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
9909         (auto-revert-handler): Take over some functionality of deleted
9910         functions.
9911         (auto-revert-buffers): Delete call to auto-revert-buffer-p.
9913         * dired.el (dired-directory-changed-p): New fun, extracted from
9914         dired-internal-noselect.
9915         (dired-buffer-stale-p): New fun.
9916         (dired-internal-noselect): Use dired-directory-changed-p.
9917         Eliminate revert messages.
9918         (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
9920 2004-03-23  Kenichi Handa  <handa@m17n.org>
9922         * international/characters.el: Setup syntaxes for more parentheses
9923         Unicode characters.
9925         * international/mule-cmds.el (select-safe-coding-system):
9926         Merge coding-system and auto-cs before comparing them.
9928 2004-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9930         * emacs-lisp/pp.el (pp-eval-expression): Simplify.
9932         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
9933         normal-auto-fill-function and comment-indent-function.
9934         The default values now work just as well.
9935         Don't set font-lock-beginning-of-syntax-function since we already set
9936         syntax-begin-function.
9937         (lisp-outline-level): Put ;;;###autoload at same level as (.
9938         (prin1-char): Quote special chars.
9940         * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
9941         than with-no-warnings.
9943         * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
9944         if the source location can't be found.
9945         (edebug-compute-previous-result): Use prin1-char.
9947         * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
9948         (debug-ignored-errors): Add an entry.
9950         * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
9951         (byte-compile-file): Output warning when deleting a file.
9953         * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
9954         (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
9956         * emacs-lisp/byte-opt.el (byte-compile-log-lap)
9957         (byte-compile-inline-expand): Use backquote.
9958         (byte-optimize-pure-func): Rename from byte-optimize-concat.
9959         (symbol-name, regexp-opt, regexp-quote): Mark as pure.
9961         * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
9963         * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
9965 2004-03-22  Juri Linkov  <juri@jurta.org>
9967         * finder.el (finder-known-keywords): Fix data, tex, unix.
9969         * play/landmark.el: Fix keywords.
9971         * language/ethio-util.el (ethio-find-file): Doc fix.
9973         * emacs-lisp/warnings.el: Doc fix.
9975         * textmodes/ispell.el (ispell-help): Doc fix.
9977 2004-03-21  Luc Teirlinck  <teirllm@auburn.edu>
9979         * format.el (format-insert-file): Always return a list of two
9980         elements, like insert-file-contents does.
9982 2004-03-21  Andre Spiegel  <spiegel@gnu.org>
9984         * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
9985         and vc-BACKEND-diff.
9986         (vc-print-log): If the print-log implementation supports it, use
9987         the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
9988         (vc-version-diff, vc-diff-internal): Doc fixes.
9990         * vc-hooks.el (vc-default-workfile-unchanged-p): If the
9991         implementation supports it, let diff output go to *vc*,
9992         not *vc-diff*, since this is an internal call.
9994         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
9996         * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
9998         * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
10000 2004-03-21  Dave Love  <fx@gnu.org>
10002         * progmodes/cfengine.el (cfengine-mode):
10003         Set parse-sexp-ignore-comments.
10005         * emacs-lisp/rx.el (rx): Work at compile time, not run time.
10007 2004-03-21  Juanma Barranquero  <lektu@terra.es>
10009         * allout.el (allout-mode): Fix docstring.
10011 2004-03-20  Luc Teirlinck  <teirllm@auburn.edu>
10013         * files.el (insert-directory): Fix bug if SWITCHES is a list.
10015         * autorevert.el (auto-revert-interval): Make new value take
10016         effect immediately when set through Custom.
10017         (auto-revert-set-timer): Add interactive declaration.
10019 2004-03-19  David Ponce  <david@dponce.com>
10021         * ruler-mode.el (ruler-mode-header-line-format-old):
10022         Don't `make-variable-buffer-local'.
10023         (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
10024         (ruler-mode-header-line-format): Simply funcall the above.
10025         (ruler-mode): Use `make-local-variable' and `kill-local-variable'
10026         to save/restore a previous header line format.
10027         (ruler-mode-space): Don't depend on a numeric WIDTH value.
10028         (ruler-mode-ruler): Use symbolic display elements for scrollbar,
10029         fringes and margins width.
10030         (ruler-mode-ruler-function): Default to ruler-mode-ruler.
10032 2004-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
10034         * log-edit.el (log-edit-font-lock-keywords): Typo.
10036         * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
10037         (tex-send-tex-command): Rather than here.
10038         (tex-compilation-parse-errors): Simplify.
10040         * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
10042         * time.el (display-time-string-forms): Add help-echo with date on time.
10044         * composite.el (compose-region): Use restore-buffer-modified-p.
10046         * disp-table.el (standard-display-8bit): Simplify.
10048         * server.el (server-process-filter): Delete temp frame.
10050         * add-log.el (add-change-log-entry): Simplify.
10052 2004-03-19  Kim F. Storm  <storm@cua.dk>
10054         * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
10055         (hexl-follow-line): Don't require 'fringe.
10057         * progmodes/compile.el (compilation-start): Always set
10058         compilation-last-buffer and return it.
10060 2004-03-17  Luc Teirlinck  <teirllm@auburn.edu>
10062         * simple.el (clone-buffer): Doc fix.
10064 2004-03-18  Juanma Barranquero  <lektu@terra.es>
10066         * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
10068 2004-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10070         * log-edit.el (log-edit-font-lock-keywords): New var.
10071         (log-edit-mode): Use it.
10073 2004-03-17  Nick Roberts  <nick@nick.uklinux.net>
10075         * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
10076         properly for watching in speedbar.
10078 2004-03-17  Masatake YAMATO  <jet@gyve.org>
10080         * smerge-mode.el (smerge-popup-context-menu):
10081         Put `unwind-protect' around `overlay-put' and `popup-menu'.
10083 2004-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
10085         * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
10086         (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
10087         Take sealed revisions into account.
10088         (vc-arch-checkin): Extract a summary line from the message.
10090 2004-03-16  Masatake YAMATO  <jet@gyve.org>
10092         * register.el (register): Provide `register' feature.
10094 2004-03-15  Masatake YAMATO  <jet@gyve.org>
10096         Added context menu support in smerge mode.
10097         Most of the part is written by Stefan Monnier.
10099         * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
10100         New keymap and menu.
10101         (smerge-text-properties): New function.
10102         (smerge-remove-props): New function.
10103         (smerge-popup-context-menu): New function.
10104         (smerge-resolve): Call `smerge-remove-props'.
10105         (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
10106         (smerge-keep-current): Ditto.
10107         (smerge-kill-current): New function.
10108         (smerge-match-conflict): Put text properties.
10109         Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
10111 2004-03-15  David Ponce  <david@dponce.com>
10113         * ruler-mode.el: (ruler-mode-left-fringe-cols)
10114         (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
10115         (ruler-mode-right-scroll-bar-cols): Remove.
10116         (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
10117         (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
10118         Use fringe-columns and scroll-bar-columns.
10120 2004-03-15  Masatake YAMATO  <jet@gyve.org>
10122         * hl-line.el (hl-line-range-function): New variable.
10123         (hl-line-move): New function.
10124         (global-hl-line-highlight): Use `hl-line-move'.
10125         (hl-line-highlight): Ditto.
10127         * scroll-bar.el (scroll-bar-columns):
10128         * fringe.el (fringe-columns): New function derived from ruler-mode.el.
10130         * ruler-mode.el (top-level): Require scroll-bar and fringe.
10131         (ruler-mode-left-fringe-cols)
10132         (ruler-mode-right-fringe-cols): Use `fringe-columns'.
10133         (ruler-mode-right-scroll-bar-cols)
10134         (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
10135         (ruler-mode-ruler-function): New variable.
10136         (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
10137         if the value for `ruler-mode-ruler-function'is given.
10139         * hexl.el (hexl-mode-hook): Make the hook customizable.
10140         (hexl-address-area, hexl-ascii-area): New customize variables.
10141         (hexlify-buffer): Put font-lock-faces on the address area and
10142         the ascii area.
10143         (hexl-activate-ruler): New function.
10144         (hexl-follow-line): New function.
10145         (hexl-highlight-line-range): New function.
10146         (hexl-mode-ruler): New function.
10148 2004-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10150         * vc-hooks.el (vc-handled-backends): Add Arch.  Move MCVS down.
10151         (vc-default-find-file-hook): New fun.
10152         (vc-find-file-hook): Call new find-file-hook operation.
10154         * vc-arch.el: New file.
10156 2004-03-12  Jesper Harder  <harder@ifa.au.dk>
10158         * info-look.el (info-lookup): Reuse an existing Info window.
10160 2004-03-12  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
10162         * woman.el (woman-preserve-ascii): Default value changed to t and
10163         doc string revised.
10165 2004-03-12  Richard M. Stallman  <rms@gnu.org>
10167         * pcvs.el (cvs-mode-add-change-log-entry-other-window):
10168         Fix minor bug.
10170         * replace.el (occur-engine): Change message for count of matches.
10172         * emacs-lisp/bytecomp.el (byte-compile-get-constant):
10173         For strings, do compare text properties.
10175 2004-03-11  Daniel Pfeiffer  <occitan@esperanto.org>
10177         * progmodes/compile.el (compile-auto-highlight)
10178         (compilation-error-list, compilation-old-error-list)
10179         (compilation-parse-errors-function, compilation-parsing-end)
10180         (compilation-error-message, compilation-directory-stack)
10181         (compilation-enter-directory-regexp-alist)
10182         (compilation-leave-directory-regexp-alist)
10183         (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
10184         (compilation-current-file, compilation-regexps): Remove vars.
10186         (compile-error-at-point, compilation-error-filedata)
10187         (compilation-error-filedata-file-name, compile-reinitialize-errors)
10188         (compilation-next-error-locus, compilation-forget-errors)
10189         (count-regexp-groupings, compilation-parse-errors)
10190         (compile-collect-regexps, compile-buffer-substring): Remove funs.
10192         (compile-internal): Make obsolete.
10194         (compilation-first-column, compilation-error)
10195         (compilation-directory-matcher, compilation-page-delimiter)
10196         (compilation-mode-font-lock-keywords, compilation-debug)
10197         (compilation-error-face, compilation-warning-face)
10198         (compilation-info-face, compilation-line-face)
10199         (compilation-column-face, compilation-enter-directory-face)
10200         (compilation-leave-directory-face, compilation-skip-threshold)
10201         (compilation-skip-visited, compilation-context-lines): New vars.
10203         (compilation-warning-face, compilation-info-face)
10204         (compilation-message-face): New faces.
10206         (compilation-error-regexp-alist-alist): New constant.
10208         (compilation-face, compilation-directory-properties)
10209         (compilation-assq, compilation-error-properties, compilation-start)
10210         (define-compilation-mode, compilation-loop)
10211         (compilation-set-window): New functions.
10213         (compile): Additional argument for interactive compiles like TeX.
10215         * progmodes/grep.el (kill-grep): Move here from compile.el
10216         (grep-error, grep-hit-face, grep-error-face)
10217         (grep-mode-font-lock-keywords): New variables.
10218         (grep-regexp-alist): Simplify regexp and add `binary' case.
10219         (grep-mode): New mode.
10220         (grep-process-setup): Simplify.
10222 2004-03-11  Jason Rumney  <jasonr@gnu.org>
10224         * net/ldap.el (ldap-search-internal): Handle file URLs with drive
10225         letters on DOS/Windows.
10227 2004-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10229         * server.el (server-name): New var.
10230         (server-socket-dir): New var to replace server-socket-name.
10231         (server-start): Use them.
10233 2004-03-11  Simon Josefsson  <jas@extundo.com>
10235         * mail/smtpmail.el (smtpmail-read-response): Abort if process has
10236         died to avoid infloop.  Reported by Jonathan Glauner
10237         <jglauner@sbum.org>.
10239 2004-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10241         * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
10242         (smerge-mode-menu): Use it to deactivate menu entries.
10243         (smerge-keep-current): New fun.
10244         (smerge-keep-current): Use it.
10246 2004-03-10  John Paul Wallington  <jpw@gnu.org>
10248         * foldout.el (foldout-fold-list, foldout-modeline-string):
10249         Declare them as variables, not constants.
10251 2004-03-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10253         * ps-print.el: Modification to print *Messages* buffer.
10254         (ps-print-version): New version 6.6.4.
10255         (ps-message-log-max): New fun.
10256         (ps-spool-without-faces, ps-spool-with-faces)
10257         (ps-count-lines-preprint): Code fix.
10259         * printing.el: New tips in Tips section.
10261 2004-03-09  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10263         * delim-col.el: Doc fix.
10265         * printing.el: Doc fix.  New doc section (Tips).
10267 2004-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
10269         * type-break.el (type-break-emacs-variant): Remove.
10270         (type-break-run-at-time, type-break-cancel-function-timers):
10271         Use fboundp rather than version name and number.
10273 2004-03-09  Masatake YAMATO  <jet@gyve.org>
10275         * hexl.el (hexl-mode): Use `make-local-variable' instead of
10276         `make-variable-buffer-local'.
10278 2004-03-08  Michael Albinus  <Michael.Albinus@alcatel.de>
10280         * find-dired.el (find-dired): Call `shell-command' instead of
10281         `start-process-shell-command'.  By this, Tramp takes over
10282         handling of remote directories.
10284 2004-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10286         * newcomment.el (comment-use-global-state): New var.
10287         (comment-search-forward): Use it.
10289         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
10291         * cus-edit.el (fill) <defgroup>: Move to fill.el.
10293         * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
10294         (enable-kinsoku): Make it a defcustom.
10295         (fill-comment-paragraph): Don't rely on fill-prefix to bound the
10296         paragraph to same-comment-start-marker.
10298 2004-03-07  Dave Love  <fx@gnu.org>
10300         * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
10301         (browse-url-mail): Use it.
10303         * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
10304         (rfc2368-unhexify-string): Use replace-regexp-in-string.
10306 2004-03-07  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
10308         * woman.el (woman-man.conf-path): Doc fix.
10309         (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
10311 2004-03-07  Eli Zaretskii  <eliz@gnu.org>
10313         * sort.el (sort-columns): Remove ms-dos from the list of systems
10314         where the external `sort' command is not used.
10316 2004-03-07  Kim F. Storm  <storm@cua.dk>
10318         * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
10319         (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
10320         from overlay-arrow-variable-list.
10321         (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
10323 2004-03-06  Nick Roberts  <nick@nick.uklinux.net>
10325         * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
10326         overlay arrow string properly for the assembler buffer.
10328 2004-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10330         * mail/sendmail.el (mail-mode): Fix last change.
10332 2004-03-05  Nick Roberts  <nick@nick.uklinux.net>
10334         * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
10335         for the assembler buffer.
10336         (gdb-assembler-custom): Position the overlay arrow.
10337         (gdb-put-arrow, gdb-remove-arrow): Delete functions.
10339 2004-03-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10341         * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
10343         * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
10344         regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
10346         * mail/sendmail.el (mail-mode): Set comment-start-skip.
10348         * newcomment.el (uncomment-region): Allow non-terminated comment.
10349         (comment-normalize-vars): Check the user-specified comstart marker.
10351 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
10353         * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
10354         Otherwise, do use it if the region only contains font-lock text
10355         properties.
10357 2004-03-04  Masatake YAMATO  <jet@gyve.org>
10359         * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
10360         as the callback function for eldoc.
10361         (hexl-print-current-point-info): New function.
10362         (hexl-current-address): Print the address in both decimal
10363         and hexadecimal format.
10365 2004-03-04  Richard M. Stallman  <rms@gnu.org>
10367         * mail/rmail.el (rmail-convert-to-babyl-format):
10368         Specify t for UNIBYTE when calling mail-unquote-printable-region.
10370         * mail/mail-utils.el (mail-unquote-printable-region):
10371         New arg UNIBYTE.
10373         * startup.el (command-switch-alist): Doc fix.
10375         * simple.el (undo): Temporarily set this-command to `undo-start',
10376         then set it to `undo' once undo-start returns without error.
10378         * simple.el (minibuffer-history-sexp-flag): Doc fix.
10380         * simple.el (kill-line): Don't disregard trailing whitespace
10381         in eol condition, if show-trailing-whitespace is set.
10383         * mouse-sel.el (mouse-sel-has-been-enabled): New var.
10384         (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
10385         When disabling, restore old values only if mouse-sel-has-been-enabled.
10387         * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
10388         (isearch-{-char): New function.
10389         (isearch-mode-map): Bind { to isearch-{-char.
10391         * font-lock.el (lisp-font-lock-keywords-2):
10392         Turn off the CL with-... and do-... general patterns.
10393         Instead, recognize several specific with... and do... constructs.
10395         * files.el (switch-to-buffer-other-window):
10396         Bind same-window-buffer-names and same-window-regexps to nil.
10397         (switch-to-buffer-other-frame): Likewise.
10399 2004-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10401         * textmodes/fill.el (fill-comment-paragraph): Be more careful when
10402         recognizing leading comment on code line.
10404 2004-03-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10406         * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
10407         hidden files/directories.
10409 2004-03-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10411         * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
10412         only comment-start (in case the mode hasn't set it).
10414         * Makefile.in (AUTOGENEL): New var.
10415         (bootstrap-prepare): Rename from bootstrap-clean.
10416         Don't remove elc files.
10417         (maintainer-clean): New target.
10419         * xml.el (xml-get-attribute-or-nil): Simplify.
10421 2004-03-02  Juri Linkov  <juri@jurta.org>
10423         * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
10424         (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
10425         URL to prevent their substitution with the environment variable
10426         values by browsers.
10428 2004-03-03  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10430         * ps-print.el: Doc fix.
10431         (ps-print-version): New version number (6.6.3).
10432         (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
10433         Docstring fix.
10434         (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
10435         before printing.
10436         (ps-time-stamp-yyyy-mm-dd): New fun.
10437         (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
10439 2004-03-02  Kim F. Storm  <storm@cua.dk>
10441         * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
10443 2004-03-01  Juanma Barranquero  <lektu@terra.es>
10445         * allout.el (allout-rebullet-heading): Fix typo in docstring.
10447         * desktop.el (desktop-file-version)
10448         (desktop-after-read-hook): Fix typos.
10449         (desktop-clear-preserve-buffers): Remove redundant info in
10450         docstring already shown by the obsolescence message.
10451         (desktop-truncate, desktop-internal-v2s)
10452         (desktop-value-to-string): Change argument name to match docstring.
10454         * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
10456         * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
10457         docstring.
10459 2004-02-29  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10461         * printing.el: Replace "As Is..." in PostScript file print/preview by
10462         "No Preprocessing...".  Suggested by Colin Marquardt
10463         <_marquardt_@zmd.de>.
10464         (pr-insert-section-4): Adjust buffer interface.
10466 2004-02-29  Kai Grossjohann  <kai.grossjohann@gmx.net>
10468         Version 2.0.39 of Tramp released.
10470         * net/tramp.el (tramp-handle-file-local-copy)
10471         (tramp-handle-write-region, tramp-open-connection-rsh):
10472         Variable name typo.  Small change.  From Patrick Tullmann
10473         <tullmann@flux.utah.edu>.
10474         (tramp-process-connection-type): New variable.
10475         (tramp-maybe-open-connection): Use it.
10476         (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
10477         (tramp-touch): Set last-modified time of a remote file.
10478         (tramp-handle-write-region): Say which function is used when encoding.
10480 2004-02-29  Michael Albinus  <Michael.Albinus@alcatel.de>
10482         * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
10483         case of non-existing filename, too.  Reported by Christoph Bauer
10484         <c_bauer@informatik.uni-kl.de>.
10485         (tramp-smb-get-file-entries): The directory in question should
10486         have permissions "drwxrwxrwx".  Just virtual, because we don't
10487         know the real permissions.  Don't we know?
10488         (tramp-smb-prompt): Add virtual prompt from listing shares, too.
10489         (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
10490         (tramp-smb-wait-for-output): Optimize algorithm getting pending
10491         output.  If it was received chunkwise, there have been problems.
10492         Remove the "prompt not found" error message; it is obvious.
10493         Simplify algorithm.
10494         (tramp-smb-process-running): Remove.  Since we acknowledge the
10495         virtual prompt for shares, there's no need for distinction of
10496         reading shares (process ends afterwards) and interactive mode of
10497         smblient.
10498         (tramp-smb-open-connection): Setting process sentinel removed.
10499         (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
10500         "NT_STATUS_NETWORK_ACCESS_DENIED".
10501         (tramp-smb-maybe-open-connection): Set `process-connection-type'
10502         to 'pty.  Suggested by Piet van Oostrum <piet@cs.uu.nl>.
10503         (top-level): Setting default value in `tramp-default-method-alist'
10504         corrected.  Order of USER and HOST have been wrong.
10505         Nobody complained for months ...
10506         (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
10507         (tramp-smb-open-connection): Clear password cache if login has failed.
10509         * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
10510         `tramp-unified-filenames'.
10511         (tramp-completion-mode): Make test for XEmacs explicitely.
10512         `event-to-character' can exists in Emacs packages too.
10513         Reported by Matt Swift <swift@alum.mit.edu>.
10514         (tramp-buffer-name): Buffer name must contain the user if exists.
10515         Reported by Adrian Phillips <a.phillips@met.no>.
10516         (tramp-do-copy-or-rename-file): Handle out-of-band methods.
10517         Call `tramp-do-copy-or-rename-file-out-of-band' this case.
10518         (tramp-do-copy-or-rename-file-out-of-band): Rename from
10519         `tramp-do-copy-or-rename-file-one-local', because it handles also
10520         the case both files use the same out-of-band method.
10521         Implementation added.
10522         (tramp-handle-file-local-copy, tramp-handle-write-region):
10523         Out-of-band handling removed.  `copy-file' called instead, which
10524         calls `tramp-do-copy-or-rename-file-out-of-band'.
10525         (tramp-action-password): Check for out-of-band method removed.
10526         This function is used for 'login-program.
10527         (tramp-post-connection): Use `tramp-method-out-of-band-p' when
10528         appropriate.
10529         (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
10530         and `tramp-parse-sknownhosts'.
10531         (tramp-completion-function-alist): It's a defvar now, because we
10532         want to apply the optimized `tramp-set-completion-function'
10533         instead of a static list.
10534         (tramp-set-completion-function): Implementation tuned.
10535         Avoid double entries, and entries where the function or the
10536         file/directory doesn't exist.
10537         (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
10538         for SSH2.
10539         (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
10540         (tramp-handle-dired-compress-file): New function.
10541         (tramp-async-proc): New variable.
10542         (tramp-handle-shell-command): Adding asynchronous processes.
10543         They are far from being perfect, but it works at least for
10544         `find-grep-dired' and `find-name-dired' in Emacs 21.4.
10545         (top-level): Require password.el if visible.  Should be mandatory
10546         once No Gnus has found its way into (X)Emacs.
10547         (tramp-read-passwd): Invoke `password-read' if available,
10548         `read-passwd' otherwise.  `ange-ftp-read-passwd' isn't used as
10549         fallback any longer.
10550         (tramp-clear-passwd): New function.
10551         (tramp-process-actions, tramp-process-multi-actions):
10552         Clear password cache if login has failed.
10554         * net/tramp-ftp.el (Commentary): Remove pointer to EFS.  It has
10555         its own module.
10556         (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
10557         `ange-ftp-ftp-name-res'.  There could be incorrect values from
10558         previous calls in case the "ftp" method is used in the Tramp file
10559         name.  Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
10561 2004-02-28  Richard M. Stallman  <rms@gnu.org>
10563         * term.el (term-mouse-paste): Call mouse-set-point.
10565         * thumbs.el: New file.
10567 2004-02-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10569         * progmodes/ebnf-abn.el: Doc fix.
10571         * progmodes/ebnf-bnf.el: Doc fix.
10572         (ebnf-repeat): Code fix.
10574         * progmodes/ebnf2ps.el: Doc fix.
10575         (ebnf-syntax-directory, ebnf-syntax-file): New funs.
10577 2004-02-28  Juri Linkov  <juri@jurta.org>
10579         * ffap.el (dired-at-point): Additional writability test for
10580         relative directory names.
10581         (dired-at-point-prompter): Treat directories as a directory, get
10582         the directory component from files.
10583         (ffap-string-at-point): Return string from region if region is active.
10584         (ffap-file-at-point): Remove redundant code.
10586 2004-02-28  Kim F. Storm  <storm@cua.dk>
10588         * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
10589         Initialize margin area images to nil.
10590         (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
10591         (breakpoint-enabled-bitmap-face)
10592         (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
10593         (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
10594         (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
10595         (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
10596         (gdb-reset): Use gdb-remove-breakpoint-icons.
10597         (gdb-put-string): Add dprop arg to specify alternative display
10598         property (for setting fringe bitmap).
10599         (gdb-remove-strings): Doc fix.
10600         (gdb-put-breakpoint-icon): New defun which displays a breakpoint
10601         icon in fringe (if available), or else as icon or text in display
10602         margin.  Creates necessary icons in breakpoint-bitmap,
10603         breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
10604         Also make left window margin if required.
10605         (gdb-remove-breakpoint-icons): New defun to remove breakpoint
10606         icons inserted by gdb-put-breakpoint-icon.  Remove left margin if
10607         no longer needed.
10608         (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
10609         gdb-put-breakpoint-icon.
10610         (gdb-assembler-mode): Don't set left-margin-width here.
10612 2004-02-27  Kevin Ryde  <user42@zip.com.au>
10614         * info-look.el: In scheme-mode symbol regexp, disallow backquote and
10615         comma, so that it DTRT in macros.
10617 2004-02-27  Markus Rost  <rost@mathematik.uni-bielefeld.de>
10619         * progmodes/sh-script.el (sh-shell-arg)
10620         (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
10621         (sh-leading-keywords, sh-other-keywords): Fix custom type.
10623 2004-02-27  Dan Nicolaescu  <dann@ics.uci.edu>
10625         * faces.el (face-spec-set-match-display): Add a new attribute,
10626         `min-colors'.
10627         (region, highlight, secondary-selection): Use `min-colors'.
10629         * custom.el (defface): Add documentation for `min-colors'.
10631         * font-lock.el (font-lock-comment-face, font-lock-string-face)
10632         (font-lock-keyword-face, font-lock-function-name-face)
10633         (font-lock-variable-name-face, font-lock-constant-face):
10634         Use `min-colors'.
10636         * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
10638 2004-02-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10640         * progmodes/ebnf2ps.el: Doc fix.  For compatibility with Emacs 20,
10641         define assq-delete-all if it's not defined.
10642         (ebnf-generate-region): Code fix.
10644         * printing.el: Doc fix.
10645         (pr-version): New version number (6.7.2).
10646         (pr-command): Return empty string if command is an empty string.
10648 2004-02-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10650         * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
10652         * progmodes/ebnf2ps.el: Doc fix.  Accept ABNF (Augmented BNF).  New
10653         arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
10654         semi-down-full.  Fix a bug on productions like test = {"test"}* | (
10655         "tt" ["test"] ).  Reported by Markus Dreyer
10656         <mdreyer@ix.urz.uni-heidelberg.de>.
10657         (ebnf-version): New version number (4.0).
10658         (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
10659         (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
10660         (ebnf-delete-style): New commands.
10661         (ebnf-directory, ebnf-file): New funs.
10662         (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
10663         (ebnf-production-name-p, ebnf-stop-on-error): New options.
10664         (ebnf-syntax-alist): New var.
10665         (ebnf-element-width): New fun replacing ebnf-list-width.
10666         (ebnf-arrow-shape, ebnf-syntax): Custom fix.
10667         (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
10668         (ebnf-prologue): Adjust vars.
10669         (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
10670         (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
10671         (ebnf-check-style-values, ebnf-generate-production)
10672         (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
10673         (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
10674         (ebnf-token-repeat): Code fix.
10676         * progmodes/ebnf-yac.el: Doc fix.  Handle Bison pragmas %nonassoc,
10677         %right, %left and %prec.  Suggested by Matthew K. Junker
10678         <junker@alum.mit.edu>.
10679         (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
10681         * progmodes/ebnf-iso.el: Doc fix.
10682         (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
10683         (ebnf-iso-lex): Code fix.
10685         * progmodes/ebnf-bnf.el: Doc fix.
10686         (ebnf-bnf-lex): Code fix.
10688         * progmodes/ebnf-otz.el: Doc fix.
10690 2004-02-23  Luc Teirlinck  <teirllm@auburn.edu>
10692         * abbrev.el (write-abbrev-file): Make argument optional.  Doc fix.
10693         (abbrev-prefix-mark): Doc fix.
10695 2004-02-23  Nick Roberts  <nick@nick.uklinux.net>
10697         * gdb-ui.el (gud-watch): Load tooltip, if necessary.
10698         (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
10699         (gdb-var-delete): Make interactive (really).
10700         (gdb-edit-value): Make non-interactive.
10702         * progmodes/gud.el (gud-speedbar-menu-items):
10703         Add gdb-var-delete and, indirectly, gdb-edit-value.
10704         (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
10705         (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
10706         (gud-gdb-marker-filter): Add comment for annotations.
10708 2004-02-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
10710         * calendar/calendar.el (generate-calendar)
10711         (calendar-read-date): Prevent display of BC calendars once more -
10712         reverts 2003-10-01 change.
10713         (generate-calendar-month): Doc fix.
10715 2004-02-03  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
10717         * calendar/diary-lib.el (fancy-diary-display): Don't rely on
10718         return value of increment-calendar-month.
10720 2004-02-21  Stephen Compall  <s11@member.fsf.org>
10722         * saveplace.el (save-place-forget-unreadable-files)
10723         (save-place-save-skipped, save-place-skip-check-regexp): New vars.
10724         (save-place-forget-unreadable-files): New function.
10725         (save-place-alist-to-file): Use it to filter out files that are
10726         no longer readable.
10728         * textmodes/texinfo.el (texinfo-insert-@item): Look for the
10729         current Texinfo environment, using the same method as in
10730         `texinfo-insert-@end', and insert a space rather than a newline if
10731         point in a @table environment.
10733 2004-02-21  Juri Linkov  <juri@jurta.org>
10735         * ffap.el (ffap-file-at-point): Try parent directories.
10737 2004-02-21  Klaus Zeitler  <kzeitler@lucent.com>
10739         * vcursor.el (vcursor-modifiers): New defcustom.
10740         (vcursor-cs-binding): Use vcursor-modifiers instead of a
10741         hard-coded list.
10743 2004-02-21  Masatake YAMATO  <jet@gyve.org>
10745         * play/animate.el (animate-birthday-present): Accept names other
10746         than `Sarah', too.
10748 2004-02-21  Juri Linkov  <juri@jurta.org>
10750         * startup.el: Remove table of command line arguments from the
10751         Commentary section.
10753 2004-02-20  John Wiegley  <johnw@newartisans.com>
10755         * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
10756         again" modifier from 'e' to 'E', since 'e' is also used by the
10757         "file extension" modifier.
10759 2004-02-19  Luc Teirlinck  <teirllm@auburn.edu>
10761         * help-fns.el (describe-categories): Doc fix.
10763 2003-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
10765         * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
10766         temporary file for buffer already visiting one.  This change makes
10767         output likely to be directly usable by patch program.
10768         Suggested by Adrian Aichner  <adrian@xemacs.org>
10770 2004-02-20  Nick Roberts  <nick@nick.uklinux.net>
10772         * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
10773         case of variables defined in compound statements.
10774         (gdb-setup-windows, gdb-source-info, gdb-source-info):
10775         Simplify constructions using switch-to-buffer.
10777 2004-02-19  Simon Josefsson  <jas@extundo.com>
10779         * play/morse.el: Fix typo.
10780         (morse-code): Add @.
10782 2004-02-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
10784         * calendar/appt.el (appt-display-format): Change default to
10785         'ignore, for backwards compatibility.
10786         (appt-display-message): If appt-display-format is 'ignore,
10787         respect old vars appt-msg-window and appt-visible.
10788         (appt-activate): Don't depend on return value of cancel-timer.
10790         * calendar/calendar.el (calendar-holidays): Doc fix.
10792         * calendar/cal-coptic.el (coptic-prompt-for-date):
10793         Use assoc-string instead of assoc-ignore-case.
10794         * calendar/cal-french.el (calendar-goto-french-date): Ditto.
10795         * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
10796         (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
10797         * calendar/cal-islam.el (calendar-goto-islamic-date)
10798         (mark-islamic-diary-entries): Ditto.
10799         * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
10800         * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
10801         (calendar-read-mayan-tzolkin-date): Ditto.
10802         * calendar/calendar.el (calendar-read-date): Ditto.
10803         * calendar/diary-lib.el (mark-diary-entries): Ditto.
10805 2004-02-18  Markus Rost  <rost@mathematik.uni-bielefeld.de>
10807         * progmodes/executable.el (executable-command-find-posix-p):
10808         Fix choice of the directory.
10810 2004-02-17  Luc Teirlinck  <teirllm@auburn.edu>
10812         * simple.el (interprogram-cut-function)
10813         (interprogram-paste-function, kill-new, kill-append):
10814         Doc fixes.
10815         (kill-region): Make it return nil.  Doc fix.
10816         (yank-pop): Make its argument optional.
10817         (yank): Make ARG `-' equivalent to `-1'.
10819 2004-02-17  Eli Zaretskii  <eliz@gnu.org>
10821         * mail/rmail.el (rmail-get-new-mail): Don't reference
10822         rmail-use-spam-filter if rmail-spam-filter is not loaded.
10824 2004-02-16  Luc Teirlinck  <teirllm@auburn.edu>
10826         * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
10827         if one of global-auto-revert-non-file-buffers or autorevert-mode
10828         is non-nil.
10830 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
10832         * subr.el (delete-dups): A better implementation from Karl Heuer
10833         <kwzh@gnu.org>.
10835 2004-02-16  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
10837         * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
10838         correct place.
10839         * progmodes/icon.el (icon-indent-command): Ditto.
10840         * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
10842 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
10844         * progmodes/grep.el (grep-compute-defaults): Undo change from
10845         2004-01-29: don't use executable-command-find-posix-p.
10847 2004-02-16  Richard Sharman  <rsharman@pobox.com>
10849         * hilit-chg.el: Use require instead of eval-and-compile.
10850         (highlight-compare-buffers): New function.
10852 2004-02-16  John Basrai  <jbasrai@comcast.net>  (tiny change)
10854         * man.el (Man-fontify-manpage): Render section headings in
10855         `Man-overstrike-face' even when overstrike was not used by man
10856         formatter for section headings.
10858 2004-02-16  Eli Tziperman  <eli@deas.harvard.edu>
10860         * rmail-spam-filter.el: (vm-use-spam-filter)
10861         (rsf-min-region-length-added-to-spam-list): New variables.
10862         (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
10863         rmail-bbdb-auto-delete-spam-entries.  Add cc: to recipients for
10864         spam testing.  Don't delete spam message if automatic deletion
10865         after output via variable rmail-delete-after-output is turned on.
10866         (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
10867         rsf-bbdb-dont-create-entries-for-spam.
10868         (check-field): New function, extracted from code in
10869         rmail-spam-filter to ease addition of header fields like content-type.
10870         (message-content-type): New variable to check the content-type:
10871         field added, also in defcustom of rsf-definitions-alist.
10872         (rmail-spam-filter): Replace repeated test code for header fields
10873         by calls to check-field; change the call to
10874         rmail-output-to-rmail-file such that rmail-current-message stays
10875         the same to avoid wrong deletion of unseen flags.
10876         (rsf-add-contents-type): New function to convert old format
10877         of rmail-spam-definitions-alist into new one.
10878         Change prefixes of all variables and functions from
10879         rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
10881 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
10883         * loadhist.el (unload-hook-features-list): New defvar.
10885 2004-02-16  Dave Love  <fx@gnu.org>
10887         * loadhist.el (unload-feature): Doc fix.  Rename flist to
10888         unload-hook-features-list.
10890 2004-02-16  Jay Belanger  <belanger@truman.edu>  (tiny change)
10892         * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
10893         cookie.  Don't check if we are looking-at open-formula.
10895 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
10897         * subr.el (match-string-no-properties): Use substring-no-properties.
10899 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
10901         * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
10902         (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
10903         Use lower-case "rx" in all error message.
10905 2004-02-16  Dave Love  <fx@gnu.org>
10907         * emacs-lisp/rx.el (rx-or): Put group around result.
10908         (rx-constituents): Add backref.
10909         (rx-syntax): Add string-delimiter, comment-delimiter.
10910         (rx-categories): Add combining-diacritic.
10911         (rx-check-not, rx-greedy, rx): Doc fix.
10912         (rx-backref, rx-check-backref): New.
10914 2004-02-16  Jesper Harder  <harder@ifa.au.dk>
10916         * newcomment.el (uncomment-region): Allow eob as comment end.
10918 2004-02-16  Jari Aalto  <jari.aalto@poboxes.com>
10920         * filecache.el: All message and error commands now use prefix
10921         "Filecache:" to make it easy to read *Messages* buffer.
10923 2004-02-16  Jari Aalto  <jari.aalto@poboxes.com>
10925         * autorevert.el: Add support to detect changed dired and VC buffers.
10926         (auto-revert-active-p, auto-revert-list-diff)
10927         (auto-revert-dired-file-list, auto-revert-dired-changed-p)
10928         (auto-revert-handler, auto-revert-active-p): New functions.
10929         (auto-revert-buffers): Move revert logic to `auto-revert-handler'
10930         and `auto-revert-active-p'.
10931         (eval-when-compile): Defvar dired-directory and vc-mode.
10932         (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
10933         (auto-revert-handler-vc): New functions.
10935 2004-02-16  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
10937         * progmodes/compile.el (compilation-directory): New defvar.
10938         (compile): Save current directory in compilation-directory.
10939         (recompile): Bind default-directory to compilation-directory if
10940         that is non-nil.
10942 2004-02-16  Dave Love  <fx@gnu.org>
10944         * newcomment.el (comment-insert-comment-function)
10945         (comment-region-function, uncomment-region-function): New.
10946         (comment-indent): Use comment-insert-comment-function.
10947         (uncomment-region): Use uncomment-region-function.
10948         (comment-region): Use comment-region-function.
10950         * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
10952 2004-02-16  Richard Stallman  <rms@gnu.org>
10954         * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
10955         loaddefs* and ldefs-boot*.
10957 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
10959         * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
10960         and email address at the beginning and end of the address.
10962         * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
10963         anchored at the beginning of the email address.
10965 2004-02-16  TAKAI Kousuke  <tak@kmc.gr.jp>  (tiny change)
10967         * international/ccl.el (ccl-compile-write): Pass `left' to
10968         ccl-embed-code to generate correct code of write-expr-register.
10970 2004-02-15  Dan Nicolaescu  <dann@ics.uci.edu>  (tiny change)
10972         * progmodes/grep.el (grep-compute-defaults): Fix typos.
10974 2004-02-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10976         * x-dnd.el: Mention support for Motif in commentary.
10977         (x-dnd-handle-drag-n-drop-event): Ditto.
10979 2004-02-14  Jonathan Yavner  <jyavner@member.fsf.org>
10981         * ses.el: Use "ses--" prefixes for buffer-local variables.
10982         Use (point-min) instead of 1, even when we know the buffer
10983         is unnarrowed.
10984         (ses-build-load-map): Delete.  Distribute its content to defconst's for
10985         the three maps.
10986         (ses-menu, ses-header-line-menu): New menus.
10987         (ses-mode-map): Use them.
10988         (ses-read-number) New fun.  Duplicates code from interactive "N" spec.
10990 2004-02-14  Martin Stjernholm  <bug-cc-mode@gnu.org>
10992         * Makefile.in: Fix the CC Mode recompile kludge so it works
10993         when building in a different directory.
10995 2004-02-13  Luc Teirlinck  <teirllm@auburn.edu>
10997         * simple.el (kill-new): Put yank-handler property on the entire string.
10999 2004-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11001         * diff.el: Don't use compile any more, use diff-mode instead.
11002         (diff-regexp-alist, diff-old-file, diff-new-file)
11003         (diff-parse-differences, diff-process-setup): Remove.
11004         (diff-sentinel): New fun.
11005         (diff): Use it.  Run the process ourselves.
11006         Use diff-mode for the rest of the processing.
11008         * diff.el (diff): Simplify code handling `switch'.
11010 2004-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11012         * pcvs-defs.el (cvs-menu): Add `tag'.
11014 2004-02-11  Luc Teirlinck  <teirllm@auburn.edu>
11016         * simple.el (kill-append): Doc fix.
11018         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
11019         Adapt outline-regexp to the new conventions for commenting out code.
11021 2004-02-11  John Paul Wallington  <jpw@gnu.org>
11023         * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
11025 2004-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11027         * diff.el (diff-switches): New fun.
11028         (diff, diff-backup): Use it.
11029         (diff): Clean up the args construction.  Use backquote.
11030         Use listp instead of consp to avoid putting a nil arg.
11031         (diff): Add a revert-buffer function.
11033 2004-02-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11035         * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT,  FILE_NAME
11036         handled by x-dnd-handle-file-name.
11037         (x-dnd-known-types): Add COMPOUND_TEXT.
11038         (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
11039         (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
11040         x-dnd-empty-state.
11041         (x-dnd-forget-drop): Ditto.
11042         (x-dnd-save-state): Add optional parameter extra-data (for Motif).
11043         (x-dnd-handle-one-url): Return private when inserting text.
11044         (x-dnd-insert-ctext): New function.
11045         (x-dnd-handle-file-name): New function for FILE_NAME.
11046         (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
11047         (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
11048         (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
11050 2004-02-10  Kenichi Handa  <handa@m17n.org>
11052         * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
11053         instead of while loop.
11055 2004-02-10  Miles Bader  <miles@gnu.org>
11057         * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
11059 2004-02-09  Kenichi Handa  <handa@m17n.org>
11061         * tar-mode.el (tar-extract): Fix for the case that a file doesn't
11062         have end-of-line.
11064 2004-02-09  Martin Stjernholm  <bug-cc-mode@gnu.org>
11066         * Makefile.in: Added extra dependencies in the recompile target
11067         needed to cope with the compile time macro expansions in CC Mode.
11069 2004-02-09  Kim F. Storm  <storm@cua.dk>
11071         * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
11072         (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
11073         (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
11074         (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
11075         (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
11076         (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
11077         (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
11078         (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
11079         (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
11080         (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
11081         (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
11083 2004-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11085         * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
11086         Don't allow shrink if there's a window on our right.
11088         * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
11089         (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
11090         Bring together declaration and initialization.
11091         (prolog-mode-variables): Don't set the syntax table.
11092         Don't set paragraph-start and comment-indent-function.
11093         Add /*..*/ to the comment regexps.
11094         (prolog-mode-commands): Remove.  Do it during init of prolog-mode-map.
11095         (prolog-mode-map): Don't bind TAB.
11096         (prolog-mode): Set the syntax table.
11097         (prolog-comment-indent): Remove.
11098         (inferior-prolog-mode-map): Initialize in the declaration.
11099         (inferior-prolog-mode-syntax-table)
11100         (inferior-prolog-mode-abbrev-table): New vars.
11101         (inferior-prolog-mode): Derive from comint-mode.
11102         (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
11103         minibuffer windows.
11105         * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
11106         in file names, as long as it is unabmiguous.
11108 2004-02-08  Andreas Schwab  <schwab@suse.de>
11110         * textmodes/reftex-toc.el
11111         (reftex-toc-load-all-files-for-promotion): Remove useless use of
11112         format.  Doc fix.
11114         * textmodes/refer.el (refer-find-entry-internal): Remove extra
11115         format string arguments.
11117         * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
11118         string argument.
11120         * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
11122         * play/zone.el (zone-call): Fix format string.
11124         * net/webjump.el (webjump-builtin): Add missing format string argument.
11126         * midnight.el (midnight-delay-set): Remove extra format string argument.
11128         * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
11130         * hexl.el (hexl-insert-char): Add missing format string argument.
11132         * format.el (format-decode): Fix format string.
11134         * emulation/vi.el (vi-mode): Remove extra format string argument.
11135         (vi-repeat-last-search): Likewise.
11136         (vi-reverse-last-search): Likewise.
11137         (vi-goto-mark): Likewise.
11138         (vi-reverse-last-find-char): Likewise.
11139         (vi-repeat-last-find-char): Likewise.
11140         (vi-locate-def): Likewise.
11142         * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
11144         * ediff-util.el (ediff-toggle-read-only): Remove extra format
11145         string argument.
11146         (ediff-toggle-regexp-match): Likewise.
11148         * dired-aux.el (dired-do-query-replace-regexp): Add missing
11149         format string argument.
11151         * calc/calc-map.el (calc-get-operator): Remove extra format
11152         string argument.
11154         * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
11156         * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
11157         string argument.
11159         * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
11161         * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
11163         * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
11165         * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
11166         (cl-struct-setf-expander): Likewise.
11168         * vc.el (with-vc-file): Fix unsafe uses of error.
11169         (vc-cancel-version): Likewise.
11171 2004-02-08  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>  (tiny change)
11173         * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
11174         thousands separator; fixes <class>:<line-number> regexp for
11175         non-english locales.
11177 2004-02-08  Andreas Schwab  <schwab@suse.de>
11179         * view.el (view-mode-enable): Revert previous change.
11181 2004-02-07  Kim F. Storm  <storm@cua.dk>
11183         * simple.el (line-number-at-pos): Rename from line-at-pos.
11184         Uses changed (what-line and vc-annotate-warp-version).
11186 2004-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11188         * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
11189         (diff-mode): Remove aborted attempt at support for compile.el.
11190         (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
11192 2004-02-06  Andreas Schwab  <schwab@suse.de>
11194         * view.el (view-mode-enable): Add view-mode-map to
11195         minor-mode-overriding-map-alist.
11197 2004-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11199         * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
11201 2004-02-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11203         * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
11204         with point inside rather than after the paragraph.
11206 2004-02-04  Sam Steingold  <sds@gnu.org>
11208         * mail/smtpmail.el (smtpmail-try-auth-methods):
11209         Do not try authentication when no mechanism is available.
11210         Pass port-name as defaultport to `netrc-machine'.
11212 2004-02-04  Stephen Eglen  <stephen@gnu.org>
11214         * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
11215         to show how minibuffer height can be constrained.
11217 2004-02-04  John Paul Wallington  <jpw@gnu.org>
11219         * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
11221 2004-02-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11223         * x-dnd.el: New file for drag and drop.
11225         * term/x-win.el: require x-dnd, set after-make-frame-functions
11226         to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
11227         drag-n-drop event.
11229         * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
11230         (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
11231         (dired-dnd-handle-file): New functions for drag and drop support.
11232         (dired-mode): Initialize drag and drop if x-dnd present.
11234 2004-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11236         * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
11237         (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
11238         (cperl-mode): Set fill-paragraph-function.
11239         (cperl-fill-paragraph): Make it non-interactive.
11241 2004-02-02  Benjamin Rutt  <brutt@bloomington.in.us>
11243         * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
11245 2004-02-02  David Kastrup  <dak@gnu.org>
11247         * replace.el (perform-replace): Allow 'literal argument in
11248         regexp-flag to indicate literal replacement.
11249         (query-replace-regexp-eval): Use it.
11251 2004-02-01  Andreas Schwab  <schwab@suse.de>
11253         * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
11255 2004-02-01  Stephen Eglen  <stephen@gnu.org>
11257         * info-look.el: Add support for maxima-mode.  Update commentary
11258         because info-lookup-symbol is now bound to C-h S.
11260 2004-01-31  Luc Teirlinck  <teirllm@auburn.edu>
11262         * simple.el (edit-and-eval-command): Bind print-level and
11263         minibuffer-history-sexp-flag around call to read-from-minibuffer.
11264         Correct initial position in command-history.
11266 2004-01-30  Luc Teirlinck  <teirllm@auburn.edu>
11268         * files.el (read-directory-name): Adapt the docstring to recent
11269         change in Fread_file_name.
11271 2004-01-30  Jonathan Yavner  <jyavner@member.fsf.org>
11273         * ses.el (ses-print-cell): If print format too wide for column
11274         width, truncate decimal places if that helps to avoid "#####" fill.
11275         * ses.el (ses-initial-column-width): Revert previous change.
11277 2004-01-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11279         * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
11280         (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
11281         Add edebug info.
11282         (jit-lock-mode): Setup/cancel the new timer.
11283         (jit-lock-context-fontify): New fun.  Extracted from
11284         context fontification code of jit-lock-stealth-fontify.
11285         (jit-lock-stealth-fontify): Don't do context fontification any more.
11287         * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
11288         (jit-lock-fontify-now): Handle the `quit' case.
11289         (jit-lock-contextually): Rename from jit-lock-defer-contextually.
11291 2004-01-29  Jari Aalto  <jari.aalto@poboxes.com>
11293         * progmodes/executable.el (executable-command-find-posix-p):
11294         New.  Check if find handles arguments Posix-style.
11296         * progmodes/grep.el (grep-compute-defaults):
11297         Use executable-command-find-posix-p.
11298         (grep-find): Check `grep-find-command'.
11300         * filecache.el (file-cache-find-posix-p): Delete.
11301         (file-cache-add-directory-using-find):
11302         Use `executable-command-find-posix-p'.
11304 2004-01-29  Dave Love  <fx@gnu.org>
11306         * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
11307         Iterate the hook function if arg is given.
11308         (mark-defun, narrow-to-defun): Change order of finding the limits.
11310         * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
11311         (byte-compile-format-warn): New.
11312         (byte-compile-callargs-warn): Use it.
11313         (Format, message, error): Add byte-compile-format-like property.
11314         (byte-compile-maybe-guarded): New.
11315         (byte-compile-if, byte-compile-cond): Use it.
11316         (byte-compile-lambda): Compile interactive forms,
11317         just to make warnings about them.
11319 2004-01-29  Jonathan Yavner  <jyavner@member.fsf.org>
11321         * ses.el (ses-initial-column-width): Increase to 14, so it will
11322         work well with the default printer of "%.7g" for extreme values
11323         like "-1.234567e+07".
11325 2004-01-29  Kenichi Handa  <handa@m17n.org>
11327         * term/x-win.el (x-selection-value): Optimize for ASCII only case.
11329 2004-01-28  Peter 'Luna' Runestig  <peter@runestig.com>
11331         * dos-w32.el: Added support for the `default-printer-name' function.
11333 2004-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
11335         * server.el (server-socket-name): Don't use the hostname in the
11336         socket name since /tmp is local to the host anyway.
11338         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
11339         robust check of widening and fix var-naming.
11341 2004-01-27  Eli Tziperman  <eli@deas.harvard.edu>
11343         * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
11344         or rmail-spam- to rsf- in all function and variable names.
11345         (rsf-min-region-to-spam-list): New variable.
11346         (rsf-bbdb-auto-delete-spam-entries): Rename from
11347         rmail-bbdb-auto-delete-spam-bbdb-entries.  The cc: field is
11348         scanned together with the recipients field for spam testing; Don't
11349         delete spam message if rmail-delete-after-output is non-nil;
11350         (rsf-check-field): New function, extracted from code in
11351         rmail-spam-filter to ease addition of header fields like
11352         content-type:;
11353         (message-content-type): New variable.  The content-type: field was
11354         added also in defcustom of rsf-definitions-alist;
11355         (rmail-spam-filter): Replace repeated test code for header fields
11356         by calls to check-field; change the call to
11357         rmail-output-to-rmail-file such that rmail-current-message stays
11358         the same to avoid wrong deletion of unseen flags.
11359         (rmail-use-spam-filter): Add autoload cookie.
11361 2004-01-27  Jari Aalto  <jari.aalto@poboxes.com>
11363         * filecache.el (file-cache-find-posix-p): New function.  Detect Cygwin.
11364         (file-cache-add-directory-using-find): Add Cygwin support.
11365         (file-cache-find-command-posix-flag): New user variable.
11367         * filecache.el (file-cache-add-directory): Check for
11368         directories an remove them from dir-files.
11370 2004-01-27  Richard M. Stallman  <rms@gnu.org>
11372         * man.el (Man-fontify-manpage): Clean up message.
11374 2004-01-27  Kenichi Handa  <handa@m17n.org>
11376         * textmodes/paragraphs.el (sentence-end-without-space): New variable.
11377         (sentence-end): Define using sentence-end-without-space.
11379         * textmodes/fill.el (fill-delete-newlines): Don't add a space if
11380         a sentence ends with one of a character in sentence-end-without-space.
11382 2004-01-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11384         * font-lock.el (font-lock): Add jit-lock as explicit group member.
11385         (jit-lock): Group declaration moved to jit-lock.el.
11386         (toplevel): Don't explicitly require jit-lock, since it's autoloaded
11387         when necessary.
11389         * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
11390         (jit-lock-context-unfontify-pos): Rename from
11391         jit-lock-first-unfontify-pos.
11392         (jit-lock-defer-buffers): Rename from jit-lock-buffers.
11394 2004-01-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
11396         * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
11397         (fortran-break-delimiters-re, fortran-no-break-re): New consts.
11398         (fortran-fill): When filling a string, adjust re-search-backward
11399         argument for special case of string just on fill-column.
11400         When filling non-string, allow one extra char if
11401         fortran-break-before-delimiters is non-nil.
11402         Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
11403         Use fortran-break-delimiters-re and fortran-no-break-re to
11404         correctly handle cases such as "**".
11406         * progmodes/f90.el (f90-break-delimiters): Doc fix.
11407         (f90-no-break-re): Add some extra tokens.  Doc fix.
11409 2004-01-24  Thien-Thi Nguyen  <ttn@gnu.org>
11411         * mail/rmail-spam-filter.el:
11412         Use two semicolons as Commentary line prefix.
11413         Add ";;; Code:" stylized comment.
11414         Delete end-of-line whitespace.
11415         Wrap (require 'cl) with `eval-when-compile'.
11417 2004-01-23  Benjamin Rutt  <brutt@bloomington.in.us>
11419         * vc.el (vc-annotate): Fix improper use of `make-local-variable'
11420         at the top level of vc.el.
11422 2004-01-23  Andre Spiegel  <spiegel@gnu.org>
11424         * vc.el (vc-current-line): Function removed.  This is now done by
11425         the new function line-at-pos in simple.el.
11426         (vc-annotate-warp-version): Use line-at-pos instead of
11427         vc-current-line.
11429 2004-01-22  Kim F. Storm  <storm@cua.dk>
11431         * simple.el (line-at-pos): New defun.
11432         (what-line): Use it.  Optimize by only counting lines in narrowed
11433         region once.
11435 2004-01-22  Kenichi Handa  <handa@m17n.org>
11437         * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
11438         point (register r1) only for charset mule-unicode-0100-24ff.
11440 2004-01-21  Markus Rost  <rost@mathematik.uni-bielefeld.de>
11442         * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
11443         trailing white space and ensure a final newline.
11445         * mail/rmail-spam-filter.el (rmail-use-spam-filter):
11446         Add autoload cookie.
11448 2004-01-21  Benjamin Rutt  <brutt@bloomington.in.us>
11450         * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
11451         activate view-mode explicitly.
11453 2004-01-21  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11455         * term/x-win.el: Call menu-bar-enable-clipboard and make Paste
11456         use clipboard first.
11458 2004-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11460         * vc-mcvs.el (vc-mcvs-mode-line-string): Remove.  Does not work.
11461         (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
11462         (vc-mcvs-cvs): Remove.
11463         (vc-mcvs-command): Remove use of assert.
11465         * outline.el (outline-insert-heading): Tighten up match.
11466         (outline-demote, outline-move-subtree-down): Don't assume anything
11467         about outline-regexp.
11469         * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
11470         (texinfo-show-structure): Explicitly add ^, and simplify.
11472 2004-01-20  Glenn Morris  <gmorris@ast.cam.ac.uk>
11474         * calendar/appt.el (appt-check): Restore usage of
11475         appt-issue-message deleted in previous change.
11476         (top-level): Activate package when loaded (needed for backwards
11477         compatibility).
11479 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
11481         * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
11482         following previous change to smtpmail-send-data.
11484 2004-01-20  Benjamin Rutt  <brutt@bloomington.in.us>
11486         * vc.el (vc-default-previous-version): Doc enhancement.
11487         (vc-default-next-version): New function.
11488         (vc-print-log): New arg FOCUS-REV.
11489         (vc-annotate-mode): Derive from view-mode.
11490         (vc-annotate): New args REVISION, DISPLAY-MODE.
11491         (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
11492         (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
11493         (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
11494         (vc-annotate-show-diff-revision-at-line, vc-current-line)
11495         (vc-annotate-prev-version, vc-annotate-next-version): New functions.
11497         * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
11499 2004-01-19  Karl Berry  <karl@gnu.org>
11501         * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
11502         or "TexInfo".
11504 2004-01-19  Luc Teirlinck  <teirllm@auburn.edu>
11506         * subr.el (delete-dups): New function.
11508 2004-01-19  Karl Berry  <karl@gnu.org>
11510         * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
11511         with ^, since that's what texinfo-show-structure
11512         documentation says (plus it works much better in texinfo.txi).
11514 2004-01-18  Jesper Harder  <harder@ifa.au.dk>
11516         * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
11518 2004-01-18   David Ponce  <david@dponce.com>  (tiny change)
11520         * progmodes/which-func.el (which-function-mode): Don't cancel
11521         which-func-update-timer if not set.
11523 2004-01-17  Thien-Thi Nguyen  <ttn@gnu.org>
11525         * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
11526         Remove spurious left square bracket in XX:XXam regexp.
11528 2004-01-16  Luc Teirlinck  <teirllm@auburn.edu>
11530         * progmodes/cc-defs.el: Do not require cl at run time.
11532 2004-01-16  Richard M. Stallman  <rms@gnu.org>
11534         * emacs-lisp/cl.el (cl-cannot-unload): New function.
11535         (cl-unload-hook): Defvar this to run cl-cannot-unload.
11537         * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
11538         Call rmail-spam-filter.  Delete and expunge spam.
11539         Print number of spam messages deleted.
11540         Save and restore the deletion status of old messages when reading
11541         new mail with spam filter, so that expunging spam does not expunge
11542         msgs deleted by the user.
11543         (rmail-only-expunge): Add an optional argument dont-show to
11544         prevent showing message after expunge.
11546 2004-01-15  Luc Teirlinck  <teirllm@auburn.edu>
11548         * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
11549         * subr.el (declare): New macro.
11551 2004-01-15  Thien-Thi Nguyen  <ttn@gnu.org>
11553         * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
11555 2004-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11557         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
11558         Test window-system rather than system-type (for X11/Mac).
11560 2004-01-12  Luc Teirlinck  <teirllm@auburn.edu>
11562         * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
11564 2004-01-12  Richard M. Stallman  <rms@gnu.org>
11566         * mail/rmail.el (rmail-convert-to-babyl-format):
11567         Use mail-unquote-printable-region.
11568         (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
11569         (rmail-hex-char-to-integer): Functions deleted.
11571         * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
11572         (mail-unquote-printable-region): New arg NOERROR.
11573         For invalid encoding, either signal an error to just return nil.
11575 2004-01-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
11577         * calendar/appt.el: Update copyright and commentary.
11578         (appt-issue-message): Make obsolete.
11579         (appt-visible, appt-msg-window): Make obsolete, in favour of
11580         appt-display-format.
11581         (appt-display-mode-line, appt-display-duration)
11582         (appt-display-diary, appt-time-msg-list, appt-mode-string)
11583         (appt-prev-comp-time, appt-display-count, appt-timer)
11584         (appt-convert-time): Doc change.
11585         (appt-disp-window-function, appt-delete-window-function):
11586         Use defcustom rather than defvar.
11587         (appt-display-format): New variable.
11588         (appt-display-message): New function with display code from appt-check.
11589         (appt-check): Add optional FORCE argument.  Doc change.
11590         Add appt-make-list to diary-hook if displaying diary.
11591         Remove checking of view-diary-entries-initially.
11592         Message display section removed to new function appt-display-message.
11593         (appt-display-window): Doc change.  Remove unused internal var
11594         this-buffer.  Do not beep, since appt-display-message does that.
11595         (appt-make-list): Doc change.  Use caar.
11596         (appt-sort-list): Simplify by using builtin sort function.
11597         (appt-update-list): New function for updating appts when diary is
11598         saved.
11599         (appt-activate): New autoloaded function to toggle package
11600         functionality.
11602         * calendar/cal-x.el: (calendar-one-frame-setup)
11603         (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
11605         * calendar/calendar.el: Update copyright.
11606         (view-diary-entries-initially, european-calendar-style): Doc change.
11607         (calendar-setup): Make defcustom rather than defvar.
11608         (mark-visible-calendar-date): Initialize temp-face and faceinfo
11609         in let binding so local to function.
11611         * calendar/diary-lib.el: Update copyright.
11612         (diary, diary-entry-time): Doc change.
11613         (list-diary-entries): Doc change.  Trivial logic change.
11614         (fancy-diary-display): Restore make-face command mistakenly
11615         deleted 2003-05-08.
11616         (show-all-diary-entries): Allow to pop-up frame if needed.
11618 2004-01-09  John Paul Wallington  <jpw@gnu.org>
11620         * bindings.el (mode-line-change-eol): Add EVENT parameter.
11621         Temporarily select EVENT's window for changing eol type.
11623 2004-01-09  Deepak Goel  <deego@gnufans.org>
11625         * calendar/diary-lib.el (diary-entry-time):
11626         Also accept time in the form XX[.XX][am/pm/AM/PM].
11627         (fancy-diary-font-lock-keywords): Likewise.
11628         (diary-font-lock-keywords): Likewise.
11629         * calendar/appt.el (appt-add): Likewise.
11630         (appt-make-list): Likewise.
11631         (appt-convert-time): Likewise.
11633 2004-01-08  Nick Roberts  <nick@nick.uklinux.net>
11635         * gdb-ui.el (gdb-ann3): Revert previous change.
11636         (gdb-source-info): Allow for case of where compilation directory
11637         is not recorded.
11639 2004-01-08  John Paul Wallington  <jpw@gnu.org>
11641         * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
11643 2004-01-07  Nick Roberts  <nick@nick.uklinux.net>
11645         * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
11647         * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
11648         (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
11649         problems.
11650         (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
11652 2004-01-07  Luc Teirlinck  <teirllm@auburn.edu>
11654         * files.el (write-file-functions, write-contents-functions):
11655         Clarify docstrings.
11657 2004-01-07  Kenichi Handa  <handa@m17n.org>
11659         * international/mule.el (set-auto-coding): Fix for the case that
11660         end-of-line is only CR.
11662 2004-01-07  Kim F. Storm  <storm@cua.dk>
11664         * subr.el (event-start, event-end): Doc fix.
11665         (posn-string, posn-image): New defuns.
11666         (posn-object): Return either image or string object.
11667         (posn-object-x-y): Return 8th element of position.
11668         (posn-object-width-height): New defun.
11670 2004-01-06  Andreas Schwab  <schwab@suse.de>
11672         * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
11673         output.
11675 2004-01-05  Karl Berry  <karl@gnu.org>
11677         * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
11678         / and *, too.
11680 2003-12-31  Simon Josefsson  <jas@extundo.com>
11682         * files.el (before-save-hook): Add.
11683         (basic-save-buffer): Use before-save-hook.
11685         * emacs-lisp/copyright.el: Fix comment to recommend
11686         before-save-hook instead of write-file-functions.
11688 2004-01-05  Richard M. Stallman  <rms@gnu.org>
11690         * finder.el (finder-commentary): Call delete-other-windows.
11692         * net/ange-ftp.el (ange-ftp-file-attributes):
11693         Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
11695 2004-01-04  Karl Berry  <karl@gnu.org>
11697         * emacs-lisp/copyright.el (copyright-regexp): Allow the common
11698         comment characters % and # in the copyright year notice,
11699         as well as ;.
11701 2004-01-04  Per Abrahamsen  <abraham@dina.kvl.dk>
11703         * wid-edit.el (default): Define dummy :value-delete.
11704         Reported by Jesper Harder <harder@ifa.au.dk>.
11706 2004-01-03  Richard M. Stallman  <rms@gnu.org>
11708         * progmodes/compile.el (compile-internal): Use point, not point-min,
11709         for set-window-point.
11711         * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
11713         * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
11715         * progmodes/grep.el (grep-mode-map):
11716         Don't remap next-line, previous-line.
11718 2004-01-03  Eric M. Ludlam  <eric@siege-engine.com>
11720         * speedbar.el (speedbar-edit-line): Change regexp to position
11721         the cursor on the first character of this line's button.
11723 2004-01-03  Luc Teirlinck  <teirllm@auburn.edu>
11725         * subr.el (functionp): Doc fix.
11727 2004-01-03  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
11729         * progmodes/idlwave.el (idlwave-make-tags):
11730         * textmodes/flyspell.el (flyspell-large-region):.
11731         * progmodes/make-mode.el (makefile-query-by-make-minus-q):
11732         * emulation/viper-util.el (viper-glob-unix-files):
11733         * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
11734         * man.el (Man-init-defvars):
11735         * jka-compr.el (jka-compr-call-process):
11736         * files.el (get-free-disk-space,insert-directory):
11737         * ediff-ptch.el (ediff-test-patch-utility):
11738         * ediff-diff.el (ediff-test-utility):
11739         * dired-aux.el (dired-check-process):
11740         * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
11741         test the return value of call-process, because it can be a string.
11743 2003-12-31  John Paul Wallington  <jpw@gnu.org>
11745         * bindings.el (completion-ignored-extensions): Add .pfsl.
11747 2003-12-31  Kim F. Storm  <storm@cua.dk>
11749         * ido.el (ido-nonreadable-directory-p): New defun to check for
11750         nonreadable directory without activating tramp (to avoid problems
11751         with checking incomplete tramp paths).
11752         (ido-set-current-directory, ido-file-internal)
11753         (ido-file-name-all-completions1): Use it.
11755 2003-12-30  Luc Teirlinck  <teirllm@auburn.edu>
11757         * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
11758         documentation if the anchor (or node) name is preceded by `info
11759         anchor' or `Info anchor' in addition to earlier `info node' and
11760         `Info node'.
11761         (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
11763 2003-12-30  Eli Zaretskii  <eliz@gnu.org>
11765         * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
11766         error in arguments to base64-decode-region.  Remove ^M characters
11767         after decoding base64.
11769 2003-12-30  Simon Josefsson  <jas@extundo.com>
11771         * textmodes/texinfo.el: Change maintainer to FSF.  Suggested by
11772         karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
11773         have only been distributed with Emacs for some years.
11774         (texinfo-mode-hook): Customize.
11776 2003-12-30  Eli Zaretskii  <eliz@gnu.org>
11778         * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
11779         cleaner (suggested by Richard Stallman).
11781         * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
11782         for gud-next, gud-nexti, gud-step and gud-stepi to prevent
11783         file-name clashes on 8+3 DOS filesystems.
11785         * toolbar/gud-next.pbm, toolbar/gud-next.xpm
11786         * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
11787         * toolbar/gud-step.pbm, toolbar/gud-step.xpm
11788         * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
11789         gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
11790         file-name clashes on 8+3 filesystems.
11792         * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
11793         Renamed from testcover-unsafep.el and testcover-ses.el to avoid
11794         file-name clashes on 8+3 DOS filesystems.
11796 2003-12-29  Richard M. Stallman  <rms@gnu.org>
11798         * mail/mail-utils.el (mail-unquote-printable-hexdigit):
11799         Upcase the character.
11801         * textmodes/flyspell.el (mail-mode-flyspell-verify):
11802         Search for header separator alone on a line, literally,
11803         and search for it backward, not forward.
11804         (flyspell-abbrev-table): Always use global-abbrev-table
11805         if there is no local one.
11807         * progmodes/sh-script.el (sh-get-indent-info):
11808         Don't move point back if at bob.
11810         * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
11812         * play/handwrite.el (handwrite): Make the handwrite credit message
11813         a comment rather than an output command.
11815         * obsolete/sc.el: Display message that this file is obsolete.
11817         * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
11819         * mail/rfc822.el (rfc822-address-start): Declare variable.
11820         Renamed from address-start.  All uses changed.
11822         * term.el (term-exec): Set up sentinel.
11823         (term-sentinel): New function.
11824         (term-handle-exit): New function.
11826         * subr.el (assoc-ignore-case, assoc-ignore-representation):
11827         Use assoc-string, and mark them obsolete.
11828         (delay-mode-hooks): Mark as permanent local.
11830         * simple.el (sendmail-user-agent-compose): Use assoc-string.
11832         * register.el (copy-rectangle-to-register): Doc fix.
11834         * info.el (Info-insert-dir): Use assoc-string.
11836         * info-look.el (info-lookup): Use assoc-string.
11838         * frame.el (pop-up-frame-function): Use quote, not `function'.
11839         (frame-notice-user-settings): Calculate ADJUSTED-TOP
11840         copying with lists as coordinate values.
11842         * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
11844         * find-dired.el (kill-find): New command.
11845         (find-dired): Make buffer read-only.
11846         Set up a keymap with C-c C-k running kill-find.
11847         (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
11849         * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
11851         * filecache.el (file-cache-ignore-case): New variable.
11852         (file-cache-assoc-function): Var deleted.  Use assoc-string instead.
11854         * comint.el (comint-arguments): Set COUNT after ARGS is complete.
11855         (comint-dynamic-complete-as-filename): Rename local vars.
11856         (comint-dynamic-list-filename-completions): Likewise.
11858         * comint.el (comint-dynamic-list-completions-config): New var.
11859         (comint-dynamic-list-completions): Handle both SPC and TAB right.
11861         * comint.el (comint-file-name-chars): Add [].
11862         (comint-word): Use skip-chars-backward, not search.
11864         * shell.el (shell-file-name-chars): Add [].
11866         * shell.el (shell-dynamic-complete-as-command): Rename local vars.
11868         * bookmark.el (bookmark-get-bookmark): Use assoc-string.
11870         * generic.el (define-generic-mode): Doc fix.
11872 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
11874         * files.el (kill-some-buffers): Doc fix.
11876 2003-12-29  David Herring  <sdh6@ra.msstate.edu>  (tiny change)
11878         * comint.el (comint-watch-for-password-prompt): Pass `string' as
11879         arg to send-invisible
11880         (send-invisible): Doc fix.  The argument is now a prompt, not the
11881         string to send.
11882         (comint-read-noecho): Doc fix.
11884 2003-12-29  Michael R. Wolf  <MichaelRWolf@att.net>  (tiny change)
11886         * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
11887         "@", as required by some ISP hosting service.  Fix defcustom
11888         argument syntax errors that prevented use of customization.
11890 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
11892         * xml.el (xml-get-attribute-or-nil): Doc fix.
11894 2003-12-29  Peter 'Luna' Runestig  <peter@runestig.com>
11896         * net/zone-mode.el (zone-mode): Use write-file-functions, not
11897         write-file-hooks.
11899 2003-12-29  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
11901         * autorevert.el (auto-revert-interval): Doc fix.
11903 2003-12-29  Mark A. Hershberger  <mah@everybody.org>
11905         * xml.el (xml-get-attribute-or-nil): New function, like
11906         xml-get-attribute, but returns nil if the attribute was not found.
11907         (xml-get-attribute): Convert to defsubst, uses
11908         xml-get-attribute-or-nil.
11910 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
11912         * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
11914 2003-12-29  Alex Schroeder  <alex@emacswiki.org>  (tiny change)
11916         * custom.el (custom-declare-theme): Use `value' when putting
11917         properties on `theme'.
11919 2003-12-29  Takaaki Ota  <Takaaki.Ota@am.sony.com>
11921         * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
11922         for each yank-handler segment.
11923         (insert-for-yank-1): New function, with the body of the previous
11924         insert-for-yank.
11926         * textmodes/table.el (table-yank-handler): New defcustom.
11927         (table--put-cell-indicator-property): Put yank-handler property
11928         that indicates the yank handler for the table cell.
11930 2003-12-29  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
11932         * generic-x.el (etc-modules-conf-generic-mode): A more complete
11933         set of keywords.
11935 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
11937         * international/mule-cmds.el (reset-language-environment)
11938         (set-language-environment): Don't invoke fontset-related functions
11939         if fontset-list is not fboundp.
11941 2003-12-29  Kenichi Handa  <handa@m17n.org>
11943         * international/mule-cmds.el (reset-language-environment):
11944         Call set-overriding-fontspec-internal with nil.
11945         (set-language-environment): Call set-overriding-fontspec-internal
11946         if the language environment specify `overriding-fontspec'.
11947         (language-info-alist): Doc added.
11949         * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
11950         characters of mule-unicode-0100-24ff.
11951         (ccl-encode-windows-1251-font): New CCL program.
11952         ("Bulgarian"): Specify overriding-fontspec.
11953         ("Belarusian"): Likewise.
11955 2003-12-28  Sam Steingold  <sds@gnu.org>
11957         * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
11958         parameter ID-FORMAT to conform with the 2003-11-30 patch.
11960 2003-12-28  Nick Roberts  <nick@nick.uklinux.net>
11962         * progmodes/gud.el (gud-gdb-command-name): Set default to
11963         "gdb --annotate=3".
11964         (gud-gdb-marker-filter): Look out for annotations.
11965         (gdb-first-pre-prompt): New variable.
11966         Remove trailing white space.
11968         * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
11969         if necessary.
11970         (gdb-ann3): New function.  Initialise M-x gdb as for M-x gdba if
11971         annotations are detected.
11972         (gud-gdba-marker-filter): Use global variable gud-marker-acc
11973         instead of a local one to allow transition from
11974         gud-gdb-marker-filter.
11975         Remove trailing white space.
11977 2003-12-27  Kim F. Storm  <storm@cua.dk>
11979         * ido.el: Handle non-readable directories.
11980         (ido-decorations): Add 9th element for non-readable directory.
11981         (ido-directory-nonreadable): New dynamic var.
11982         (ido-set-current-directory): Set it.
11983         (ido-read-buffer, ido-file-internal):
11984         (ido-read-file-name, ido-read-directory-name): Let-bind it.
11985         (ido-file-name-all-completions1): Return empty list for
11986         non-readable directory.
11987         (ido-exhibit): Print [Not readable] if directory is not readable.
11988         (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
11989         (ido-read-file-name, ido-file-internal, ido-read-directory-name):
11990         Use it.
11992 2003-12-27  Lars Hansen  <larsh@math.ku.dk>
11994         * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
11995         calls to directory-files-and-attributes and file-attributes.
11996         (ls-lisp-format): Remove system dependent handling of user and
11997         group id's.
11999 2003-12-25  Luc Teirlinck  <teirllm@auburn.edu>
12001         * ffap.el (ffap-read-file-or-url): Revert previous change.
12003 2003-12-25  Robert J. Chassell  <bob@rattlesnake.com>
12005         * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
12006         new list of included files called `files-with-node-lines', that
12007         only have node lines.  This way @include commands can include any
12008         file, such as version and update files without node lines, not
12009         just files that are chapters.
12011 2003-12-25  Andreas Schwab  <schwab@suse.de>
12013         * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
12014         file not found.
12016 2003-12-08  Miles Bader  <miles@gnu.org>
12018         * dired.el (dired-between-files): Always use dired-move-to-filename,
12019         which is more robust in non-english locales.
12021 2003-12-25  Markus Rost  <rost@mathematik.uni-bielefeld.de>
12023         * vc.el (vc-dired-purge): Avoid error from `kill-line'.
12025 2003-12-24  Andreas Schwab  <schwab@suse.de>
12027         * shell.el (shell-file-name-quote-list): Add backslash.
12029         * comint.el (comint-quote-filename): Correctly handle backslash
12030         in comint-file-name-quote-list.
12032 2003-12-24  Kenichi Handa  <handa@m17n.org>
12034         * international/mule-cmds.el (set-default-coding-systems):
12035         Call ucs-set-table-for-input for all buffers that don't have local
12036         value of buffer-file-coding-system.
12038         * international/ucs-tables.el (ucs-set-table-for-input):
12039         If translation-table-for-encode is a symbol, get its
12040         translation-table property.
12042 2003-12-23  Luc Teirlinck  <teirllm@auburn.edu>
12044         * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
12045         to `completing-read' on a recently fixed bug.
12047         * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
12048         instead of SPACE, to get the list of possible fringe modes.
12049         SPACE only works if both `partial-completion-mode' and
12050         `completion-auto-help' are nil.
12052         * complete.el (PC-is-complete-p): Delete.
12053         (PC-do-completion): Replace all calls to `PC-is-complete-p' with
12054         calls to `test-completion'.
12056 2003-12-23  Nick Roberts  <nick@nick.uklinux.net>
12058         * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
12059         to edit values when there are no children.
12061         * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
12062         a mode called "Assembler" already exists.
12063         (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
12064         (gud-watch): Use format option.  Remove font properties from string.
12065         (gdb-var-create-handler, gdb-var-list-children-handler):
12066         Don't bother about properties as there are none.
12067         (gdb-var-create-handler, gdb-var-list-children-handler)
12068         (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
12069         with two arguments.
12070         (gdb-var-evaluate-expression-handler, gdb-post-prompt):
12071         Let speedbar show value changes with a different font.
12072         (gdb-edit-value): New defun.
12073         (gdb-clear-partial-output, gdb-clear-inferior-io)
12074         (def-gdb-auto-update-handler): Use erase-buffer.
12075         (gdb-frame-handler): Display watch expressions in
12076         FUNCTION::VARIABLE format if required.
12078 2003-12-23  John Paul Wallington  <jpw@gnu.org>
12080         * info.el (Info-unescape-quotes, Info-split-parameter-string)
12081         (Info-goto-emacs-command-node): Doc fixes.
12083 2003-12-12  Jesper Harder  <harder@ifa.au.dk>
12085         * cus-edit.el (custom-add-parent-links): Define "many".
12087 2003-12-08  Per Abrahamsen  <abraham@dina.kvl.dk>
12089         * wid-edit.el (widget-child-value-get, widget-child-value-inline)
12090         (widget-child-validate, widget-type-value-create)
12091         (widget-type-default-get, widget-type-match): New functions.
12092         (lazy): New widget.
12093         (menu-choice, checklist, radio-button-choice, editable-list)
12094         (group, documentation-string): Remove redundant (per 2003-10-25
12095         change) calls to `widget-children-value-delete'.
12096         (widget-choice-value-get, widget-choice-value-inline): Remove.
12097         (menu-choice): Update widget.
12099 2003-12-03  Kenichi Handa  <handa@m17n.org>
12101         * language/cyrillic.el: Register "microsoft-cp1251" in
12102         ctext-non-standard-encodings-alist.
12103         ("Bulgarian"): Add ctext-non-standard-encodings.
12104         ("Belarusian"): Likewise.
12106         * international/mule-conf.el (compound-text-with-extensions):
12107         Change the type to 2 (iso-2022 base).
12109         * international/mule.el (ctext-non-standard-encodings-alist):
12110         Change the format.
12111         (ctext-non-standard-encodings): New variable.
12112         (ctext-post-read-conversion): Fully re-written.
12113         (ctext-non-standard-designations-alist): Delete it.
12114         (ctext-non-standard-encodings-table): New function.
12115         (ctext-pre-write-conversion): Fully re-written.
12117 2003-11-30  Per Abrahamsen  <abraham@dina.kvl.dk>
12119         * cus-edit.el (custom-add-parent-links): Add documentation links
12120         for parent, if the item has none of its own.
12122 2003-11-30  Richard M. Stallman  <rms@gnu.org>
12124         * dired-aux.el (dired-do-query-replace-regexp):
12125         Report files visited read-only.
12127 2003-11-30  Juri Linkov  <juri@jurta.org>
12129         * dired-aux.el (dired-compare-directories): New command.
12130         (dired-file-set-difference, dired-files-attributes): New functions.
12132 2003-11-30  Kai Grossjohann  <kai.grossjohann@gmx.net>
12133         Version 2.0.38 of Tramp released.
12135         * net/tramp.el (tramp-chunksize): Extend docstring.  Suggested by
12136         Charles Curley <charlescurley@charlescurley.com>.
12137         (tramp-multi-connection-function-alist): Add ssht entry which adds
12138         "-e none -t -t" to the list of ssh args.  Suggested by Adrian
12139         Aichner.
12140         (tramp-get-method-parameter): New function to retrieve a method
12141         parameter.  This allows for omission of method parameters.
12142         Callers adjusted.
12144 2003-11-30  Michael Albinus  <Michael.Albinus@alcatel.de>
12146         * net/tramp.el: Add new optional parameter ID-FORMAT to
12147         `file-attributes'.  Calls of `file-attributes' won't use this
12148         parameter for backward compatibility reasons.
12149         (tramp-perl-file-attributes): Add a new parameter to Perl script
12150         in order to handle uid/gid as strings, if desired.
12151         (tramp-handle-file-truename, tramp-handle-file-symlink-p):
12152         Apply `file-attributes' instead of `tramp-handle-file-attributes' in
12153         order to make the function more general.
12154         (tramp-handle-file-attributes): Replace proprietary optional
12155         parameter NONNUMERIC by the recently (Emacs 21.4) introduced ID-FORMAT.
12156         (tramp-handle-file-attributes-with-perl): Handle parameter
12157         NONNUMERIC if set.  This wasn't done in the past.
12158         (tramp-post-connection): Apply second parameter "$2" if
12159         `tramp-remote-perl' is called.
12161         * net/tramp-smb.el (tramp-smb-handle-delete-file):
12162         Correct cut'n'waste error (`filename' instead of `directory').
12163         (tramp-smb-handle-directory-files-and-attributes)
12164         (tramp-smb-handle-file-attributes): Add recently (Emacs 21.4)
12165         introduced parameter ID-FORMAT.
12166         (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
12167         error (`directory' instead of `ldir').
12169         * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
12170         `file-attributes' has a second parameter.  If yes, apply it with
12171         value "'integer".  Otherwise, don't use that parameter (default is
12172         integer format).
12174 2003-11-30  Luc Teirlinck  <teirllm@auburn.edu>
12176         * help.el (help-map): Bind `display-local-help' to `C-h .'.
12177         (help-for-help): Add `C-h .' to the listed Help options.
12178         Remove trailing whitespace.
12180         * help-at-pt.el: New file.
12182 2003-11-30  Jonathan Yavner  <jyavner@member.fsf.org>
12184         * subr.el (noreturn, 1value): New macros for test coverage.
12185         See `testcover.el'.
12187         * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
12189         * emacs-lisp/testcover.el (testcover-reinstrument): Special case
12190         for macro `1value'.
12191         (testcover-1value): New function.  Checks that a 1value form
12192         actually returns only one value.  Requested by RMS.
12194 2003-11-29  Nick Roberts  <nick@nick.uklinux.net>
12196         * gdb-ui.el (gud-watch, gdb-var-create-handler)
12197         (gdb-var-list-children, gdb-var-list-children-handler)
12198         (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
12199         gdb commands that use mi to keep them out of the command history.
12201 2003-11-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12203         * cus-start.el (all): Add use-file-dialog.
12205 2003-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12207         * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
12209 2003-11-27  Kim F. Storm  <storm@cua.dk>
12211         * subr.el (posn-object-x-y): New defun.
12213 2003-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12215         * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
12216         Don't use `space' for \\\n.
12217         Be more selective as to which # are comment-starters.
12219 2003-11-26  Luc Teirlinck  <teirllm@auburn.edu>
12221         * subr.el (number-sequence): Improve handling of floating point
12222         arguments (suggested by Kim Storm).  Allow negative arguments.
12224 2003-11-26  Kenichi Handa  <handa@m17n.org>
12226         * international/mule-cmds.el (standard-display-european-internal):
12227         Cancel the standard-display-table setting for ` and '.
12229 2003-11-26  Kim F. Storm  <storm@cua.dk>
12231         * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
12232         New defcustoms to add ffap-like functionality to ido.
12233         (ido-saved-vc-hb): Rename from ido-saved-vc-mt.  Uses changed.
12234         (ido-no-final-slash): New defun.
12235         (ido-make-prompt, ido-file-internal, ido-toggle-vc)
12236         (ido-read-file-name): ): Toggle VC checking via
12237         vc-handled-backends instead of vc-master-templates.
12238         (ido-file-internal): Handle ido-use-url-at-point and
12239         ido-use-filename-at-point via code borrowed from ffap-guesser.
12240         Handle new ido-exit code ffap.
12241         (ido-sort-list): Ignore final slash when sorting file names.
12243 2003-11-25  Kim F. Storm  <storm@cua.dk>
12245         * emulation/cua-base.el (cua--standard-movement-commands):
12246         Add forward-sentence and backward-sentence.
12248 2003-11-25  Stephen Eglen  <stephen@gnu.org>
12250         * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
12251         iswitchb-exit is set to 'usefirst when user selects buffer at head
12252         of list using RET.  (Selecting buffers at the head of the list was
12253         broken if the substring was also a complete buffername.)
12255 2003-11-23  Kim F. Storm  <storm@cua.dk>
12257         * progmodes/compile.el (grep-command, grep-use-null-device)
12258         (grep-find-command, grep-tree-command, grep-tree-files-aliases)
12259         (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
12260         (grep-regexp-alist, grep-program, find-program)
12261         (grep-find-use-xargs, grep-history, grep-find-history)
12262         (grep-process-setup, grep-compute-defaults)
12263         (grep-default-command, grep, grep-tag-default, grep-find)
12264         (grep-expand-command-macros, grep-tree-last-regexp)
12265         (grep-tree-last-files, grep-tree): Move grep variables, functions
12266         and commands to new file grep.el.
12267         (compilation-mode-map): Remove grep commands from Compile sub-menu.
12268         (compilation-process-setup-function): Doc fix.
12269         (compilation-highlight-regexp, compilation-highlight-overlay): New
12270         defvars used for highlighting current compile error in source buffer.
12271         (compile-internal): New optional args HIGHLIGHT-REGEXP and
12272         LOCAL-MAP which overrides compilation-highlight-regexp and
12273         compilation-mode-map for this compilation.
12274         Delay calling compilation-set-window-height until after running
12275         compilation-process-setup-function so it can buffer-local override
12276         compilation-window-height.
12277         Check buffer-local value of compilation-scroll-output.
12278         (compilation-set-window-height): Use buffer-local value of
12279         compilation-window-height.
12280         (compilation-revert-buffer): Don't pass (undefined)
12281         preserve-modes arg to revert-buffer.
12282         (next-error-no-select, previous-error-no-select): New commands.
12283         (compilation-goto-locus): Temporarily highlight current match in
12284         source buffer using compilation-highlight-regexp.
12286         * progmodes/grep.el: New file with grep code from compile.el.
12287         (grep): New defcustom group.
12288         (grep-window-height): New defcustom, like compilation-window-height.
12289         (grep-auto-highlight): New defcustom, like compile-auto-highlight.
12290         (grep-scroll-output): New defcustom, like compilation-scroll-output.
12291         (grep-command, grep-use-null-device, grep-find-command)
12292         (grep-tree-files-aliases, grep-tree-ignore-case)
12293         (grep-tree-ignore-CVS-directories): Move to grep custom group.
12294         (grep-setup-hook): New hook variable.
12295         (grep-mode-map): New keymap for grep commands.  Add Grep menu.
12296         (grep-last-buffer): New defvar, override compilation-last-buffer.
12297         (grep): Add optional arg HIGHLIGHT-REGEXP.  Doc fix.
12298         Call compile-internal with args highlight-regexp and grep-mode-map.
12300 2003-11-23  Kim F. Storm  <storm@cua.dk>
12302         * subr.el (event-start, event-end): Doc fix.
12303         (posn-window, posn-x-y, posn-timestamp): Simplify doc.
12304         (posn-area, posn-actual-col-row, posn-object): New defuns.
12305         (posn-col-row): Simplify doc.  Rewrite to use cond.
12306         (posn-point): Also return buffer position for events outside text
12307         area (that info is now present in the event position).
12309         * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
12310         mouse-set-point so that hscroll still works now that clicks on
12311         fringes generate specific mouse events.
12312         (mouse-set-point): Note that it now works in fringes and margins
12313         too due to new semantics of posn-point in fringes and margins.
12315         * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
12316         (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
12318 2003-11-20  Kim F. Storm  <storm@cua.dk>
12320         * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
12321         (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
12322         (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
12323         to 100 for icons to avoid increasing line height when shown.
12325 2003-11-17  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
12327         * newcomment.el (comment-normalize-vars): Initialize properly if
12328         comment-start was nil.
12330 2003-11-19  Andreas Schwab  <schwab@suse.de>
12332         * simple.el (set-variable): Fix indentation.
12334 2003-11-17  Kenichi Handa  <handa@m17n.org>
12336         * international/latin1-disp.el (latin1-display-ucs-per-lynx):
12337         Fix docstring.
12339 2003-11-17  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
12341         * international/latin1-disp.el (latin1-display): Fix docstring.
12343 2003-11-16  John Wiegley  <johnw@newartisans.com>
12345         * eshell/em-ls.el (eshell-ls-file): There are times with
12346         size-width is nil and uncomputed (when directories are created in
12347         dired, for example); in this case, 4 is reasonable default value,
12348         although it may caused skewed new entries (which could be avoided
12349         by returning the original value of 8 in all cases, but 99% of the
12350         time this is a waste of whitespace).
12352 2003-11-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
12354         * cc-engine.el (c-guess-continued-construct)
12355         (c-guess-basic-syntax): Check a little more carefully if it's a
12356         function declaration when an unknown construct followed by a block
12357         is found inside a statement context.  This avoids macros followed
12358         by blocks to be taken as function declarations.
12360         (c-guess-continued-construct): Change the analysis of a statement
12361         continuation with a brace open to `substatement-block', for
12362         consistency with recognized statements.
12364         (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
12365         start is in a position so that `c-beginning-of-statement-1' jumped
12366         to the beginning of the same statement.
12368         * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
12369         Don't accept binary operators in the arglist if we're in a function
12370         call context, i.e. if `c-restricted-<>-arglists' is set.  That avoids
12371         template recognition in cases like "if (a < b || c > d)".
12373         (c-restricted-<>-arglists): New more appropriate name for
12374         `c-disallow-comma-in-<>-arglists'.
12376         Accessing functions updated for the variable name change.
12378         * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
12379         match data could get clobbered if NOT-INSIDE-TOKEN is used.
12381         * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
12382         labels.
12384         (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
12385         instead of duplicating parts of it.  This fixes bogus label
12386         recognition.
12388         * cc-align.el (c-gnu-impose-minimum): Revert to the old method
12389         of checking the context in which to apply the minimum indentation,
12390         so that it isn't enforced in e.g. namespace blocks.
12392         * cc-vars.el (c-inside-block-syms): New constant used by
12393         `c-gnu-impose-minimum'.  It's defined close to `c-offsets-alist'
12394         to somewhat reduce the risk of becoming stale.
12396         * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
12397         cc-cmds to cc-engine to allow use from cc-align.
12399         * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
12400         qualified identifiers containing "::".
12402         * cc-defs.el (c-make-keywords-re): Add kludge for bug in
12403         `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
12405         * cc-vars.el (c-emacs-features): Use a space in front of the name
12406         of the temporary buffer.  That also avoids dumping problems in
12407         XEmacs due to undo info being left around after the buffer is killed.
12409         * cc-engine.el (c-in-knr-argdecl): Look closer at the function
12410         arglist to see if it's a K&R style declaration.
12412         (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
12413         before returning `knr-argdecl-intro'.
12415 2003-11-16  John Wiegley  <johnw@newartisans.com>
12417         * eshell/em-ls.el (eshell-ls-file): Instead of making the size
12418         field in a long-listing always 8 characters, use `size-width',
12419         which has already been computed.
12421 2003-11-15  Thien-Thi Nguyen  <ttn@gnu.org>
12423         * subr.el (minor-mode-list): Add `hs-minor-mode'.
12425 2003-11-14  Thien-Thi Nguyen  <ttn@gnu.org>
12427         * diff-mode.el (diff-hunk-prev, diff-hunk-next):
12428         Support operation while narrowed, with `diff-restrict-view'.
12430 2003-11-14  Thien-Thi Nguyen  <ttn@gnu.org>
12432         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
12433         Take additional optional arg NARROWFUN.  For the generated functions:
12434         Add local var `was-narrowed-p'.  Also, if NARROWFUN is specified,
12435         include frags that arrange to check for and save narrowing state before
12436         the move and then conditionally call NARROWFUN after the move.
12438 2003-11-14  John Wiegley  <johnw@newartisans.com>
12440         * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
12441         that was optional, but obviously missing based on surrounding code.
12443         * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
12444         string arguments to numbers unless the whole argument was seen as
12445         a number.
12447 2003-11-14  Kenichi Handa  <handa@m17n.org>
12449         * international/mule.el (ctext-non-standard-encodings-alist):
12450         Fix coding systems.
12452 2003-11-10  Kenichi Handa  <handa@m17n.org>
12454         * language/kannada.el ("Kannada"): Add sample-text.
12456         * language/knd-util.el (kannada-compose-region)
12457         (kannada-compose-string, kannada-post-read-conversion):
12458         Add autoload cookie.
12460         * international/quail.el (quail-completion): Change the message
12461         "corresponding translations" to "corresponding characters".
12463 2003-11-09  Markus Rost  <rost@mathematik.uni-bielefeld.de>
12465         * descr-text.el (describe-char): Fix typo.
12467 2003-11-08  Kailash C. Chowksey  <klchxbec@m-net.arbornet.org>
12469         These changes are to support Kannada language/script.
12471         * Makefile.in (DONTCOMPILE): Add kannada.el.
12473         * makefile.w32-in (DONTCOMPILE): Add kannada.el.
12475         * loadup.el: Preload kannada.el.
12477         * language/ind-util.el (ucs-kannada-to-is13194-alist)
12478         (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
12479         New variables.
12481         * language/kannada.el: New file.
12483         * language/knd-util.el: New file.
12485 2003-11-07  Andreas Schwab  <schwab@suse.de>
12487         * progmodes/autoconf.el (autoconf-font-lock-keywords):
12488         Also highlight AH_*.
12490         * xml.el (xml-parse-dtd): Fix misplaced paren.
12492 2003-11-07  Kenichi Handa  <handa@m17n.org>
12494         * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
12496 2003-11-05  Juri Linkov  <juri@jurta.org>
12498         * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
12499         (desktop-buffer-file): Use saved buffer-file-coding-system
12500         for file reading.  Set auto-insert to nil to prevent automatic
12501         insertion into restored empty files.
12503 2003-11-04  Luc Teirlinck  <teirllm@auburn.edu>
12505         * files.el (risky-local-variable-p): Make second argument optional.
12507 2003-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12509         * subr.el (add-hook): Fix last change.
12511 2003-11-03  Eli Zaretskii  <eliz@gnu.org>
12513         * mail/rmail.el (rmail-convert-to-babyl-format):
12514         If base64-decode-region signals an error, catch it and silently
12515         ignore it.
12517 2003-11-01  Mark A. Hershberger  <mah@everybody.org>
12519         * xml.el (xml-parse-region): Allow comments to appear after the
12520         topmost element has closed.
12521         (xml-ns-parse-ns-attrs, xml-ns-expand-el)
12522         (xml-ns-expand-attr): New functions to do namespace handling.
12523         (xml-intern-attrlist): Back-compatible handling of attribute names.
12524         (xml-parse-tag): Move namespace handling to separate functions.
12525         Now produces elements in the form ((:ns . "element") (attr-list)
12526         children) instead of ('ns:element (attr-list) children).
12527         (xml-parse-attlist): Fix attribute parsing.
12528         (xml-parse-dtd): Change parsing so that it produces strings
12529         instead of interned symbols.
12531 2003-11-01  era@iki.fi  <era@iki.fi>  (tiny change)
12533         * dired.el (dired-ls-sorting-switches): Doc fix.
12535 2003-11-01  Oliver Scholz  <epameinondas@gmx.de>
12537         * emacs-lisp/rx.el (rx-or): Fix the case of
12538         "(rx (and ?a (or ?b ?c) ?d))".
12540 2003-11-01  Christoph Wedler  <wedler@users.sourceforge.net>  (tiny change)
12542         * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
12543         (texinfo-format-region): Use it.
12544         (texinfo-format-buffer-1): Ditto.
12546 2003-11-01  Alan Mackenzie  <acm@muc.de>
12548         Changes to allow scrolling whilst in isearch mode:
12549         * isearch.el (isearch-unread-key-sequence): New function,
12550         extracted from isearch-other-meta-char.
12551         (top level): (put 'foo 'isearch-scroll) on all Emacs's
12552         "scrollable" standard functions.
12553         (isearch-allow-scroll): New customizable variable.
12554         (isearch-string-out-of-window, isearch-back-into-window)
12555         (isearch-reread-key-sequence-naturally)
12556         (isearch-lookup-scroll-key): New functions.
12557         (isearch-other-meta-char): Doc string and functionality enhanced.
12558         Now accepts a prefix argument.
12559         (isearch-lazy-highlight-window-end): New variable.
12560         (isearch-lazy-highlight-new-loop): Pay attention to the window's
12561         end (thru isearch-lazy-highlight-window-end), not only its start.
12563         * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
12564         (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
12565         (universal-argument, universal-argument-more, negative-argument)
12566         (digit-argument, universal-argument-other-key): Minor changes.
12568 2003-11-01  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
12570         * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
12571         recursively if the last message is deleted, thus avoiding an
12572         infinite loop.
12574 2003-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12576         * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
12577         (tex-main-file): Don't add .tex if the extension is already present.
12578         (tex-uptodate-p): Don't recurse indefinitely with symlinks.
12580 2003-10-29  Lute Kamstra  <lute@gnu.org>
12582         * progmodes/octave-inf.el (inferior-octave-prompt):
12583         Recognize version number in prompt.
12585 2003-10-28  Dave Love  <fx@gnu.org>
12587         * international/characters.el: Fix some Unicode ranges.
12589 2003-10-28  Kenichi Handa  <handa@m17n.org>
12591         * disp-table.el (standard-display-8bit)
12592         (standard-display-default, standard-display-ascii)
12593         (standard-display-g1, standard-display-graphic)
12594         (standard-display-underline): Assure that standard-display-table
12595         is a display table.
12597 2003-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12599         * simple.el (reindent-then-newline-and-indent): Delete space *after*
12600         reindenting the first line.
12602 2003-10-25  Per Abrahamsen  <abraham@dina.kvl.dk>
12604         * wid-edit.el (widget-default-delete): Always delete child widgets.
12606 2003-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12608         * newcomment.el (comment-indent): Don't call indent-according-to-mode
12609         if the line has code.
12610         Don't try to line up with something that's too far left.
12612         * progmodes/octave-mod.el (octave-comment-start): Simplify.
12613         (octave-mode-syntax-table): Add % as a comment starter.
12614         (octave-point): Remove.
12615         (octave-in-comment-p, octave-in-string-p)
12616         (octave-not-in-string-or-comment-p, calculate-octave-indent)
12617         (octave-blink-matching-block-open, octave-auto-fill):
12618         Use line-(beginning|end)-position instead.
12620 2003-10-23  Francesco Potort\e,Al\e(B  <pot@gnu.org>
12622         * emacs-lisp/authors.el (authors-aliases): Add correct realname
12623         for Francesco Potort\e,Al\e(B.
12625 2003-10-23  Dave Love  <fx@gnu.org>
12627         * international/mule-cmds.el (locale-charset-to-coding-system):
12628         Don't rely on nil being a coding system.
12630         * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
12631         (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
12632         (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
12634 2003-10-21  Nick Roberts  <nick@nick.uklinux.net>
12636         * gdb-ui.el (gdb-current-language): New variable.
12637         (gdb-update-flag): Remove variable.
12638         (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
12639         (gdb-take-last-elt): Remove function.
12640         (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
12641         (gdb-post-prompt): Check for variable object changes here.
12643         * progmodes/gud.el (gud-speedbar-buttons): Check for variable
12644         object changes in gdb-ui.el.
12646 2003-10-21  Richard M. Stallman  <rms@gnu.org>
12648         * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
12650         * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
12651         Don't check for foo*/ wildcard form here.
12652         (insert-directory): Recognize foo*/ as a wildcard.
12653         Separate wildcard-regexp variable from the arg, wildcard.
12655         * subr.el (add-hook): Correctly detect when make-local-hook was used.
12656         (remove-hook): Correctly handle strange cases about local hooks.
12658 2003-10-21  David Ponce  <david@dponce.com>
12660         * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
12661         argument REAL, to return a real number instead of a rounded
12662         integer value.  Define as inline function.
12663         (ruler-mode-right-fringe-cols): Likewise.
12664         (ruler-mode-scroll-bar-cols): New function.
12665         (ruler-mode-left-scroll-bar-cols): Use it.  Define as macro.
12666         (ruler-mode-right-scroll-bar-cols): Likewise.
12667         (ruler-mode-space): New function.
12668         (ruler-mode-ruler): Use it.  Handle variations of fringe style,
12669         scroll bar mode and margins in a more robust way.
12671 2003-10-21  Christoph Wedler  <Christoph.Wedler@sap.com>
12673         * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
12674         (antlr-c-init-language-vars): New function.
12675         (antlr-mode): Use it with cc-mode before v5.29.
12676         (antlr-c-common-init): Don't set some local vars here.
12677         (antlr-mode): Set them here.
12678         (antlr-c-forward-sws): New function alias.
12679         (antlr-mode): Redefine with cc-mode before v5.30.
12680         (antlr-skip-sexps): Use it.
12681         (antlr-skip-exception-part): Ditto.
12682         (antlr-skip-file-prelude): Ditto.
12683         (antlr-outside-rule-p): Ditto.
12684         (antlr-end-of-body): Ditto.
12685         (antlr-option-kind): Ditto.
12686         (antlr-insert-option-area): Ditto.
12687         (antlr-file-dependencies): Ditto.
12689 2003-10-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
12691         * textmodes/bibtex.el (bibtex-move-outside-of-entry):
12692         Move backward only if point was not inside an entry.
12694 2003-10-21  Richard M. Stallman  <rms@gnu.org>
12696         * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
12698 2003-10-21  Juri Linkov  <juri@jurta.org>
12700         * compare-w.el: Automatically skip non-matching text to resync.
12701         (compare-windows-whitespace): Doc fix.
12702         (compare-windows-sync, compare-windows-sync-string-size)
12703         (compare-windows-recenter, compare-ignore-whitespace)
12704         (compare-windows-highlight, compare-windows-face): New variables.
12705         (compare-windows): Use compare-windows-sync.
12706         (compare-windows-highlight, compare-windows-dehighlight)
12707         (compare-windows-sync-regexp)
12708         (compare-windows-sync-default-function): New functions.
12710 2003-10-21  Juri Linkov  <juri@jurta.org>
12712         * diff.el (diff-parse-differences): Don't visit the files now;
12713         instead, just record the error locus.
12715 2003-10-21  Dave Love  <fx@gnu.org>
12717         * progmodes/cfengine.el: New file.
12719 2003-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12721         * complete.el (PC-do-completion): Do not forget to use `pred' as the
12722         default-directory when completing file names.
12724 2003-10-20  Luc Teirlinck  <teirllm@auburn.edu>
12726         * help-mode.el (help-make-xrefs): Make sure that if a symbol is
12727         followed by the word `face', it gets treated as a face, even if
12728         it is also defined as a variable or a function.
12730 2003-10-20  Dave Love  <fx@gnu.org>
12732         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
12733         Avoid incf in macro expansion.
12735 2003-10-20  John Paul Wallington  <jpw@gnu.org>
12737         * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
12738         `evenp' so we don't implicitly require cl library at runtime.
12740 2003-10-18  Luc Teirlinck  <teirllm@auburn.edu>
12742         * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
12743         (help-make-xrefs): Only make cross-references for faces if
12744         preceded or followed by the word `face'.  Do not make a
12745         cross-reference for variables without variable documentation,
12746         unless preceded by the word `variable' or `option'.  Update doc
12747         string accordingly.
12749 2003-10-18  Thien-Thi Nguyen  <ttn@gnu.org>
12751         * progmodes/hideshow.el: Rewrite one-armed `if'
12752         constructs using either `when' or `unless'.
12753         (hs-grok-mode-type): Elide superfluous `progn'; nfc.
12755 2003-10-16  Nick Roberts  <nick@nick.uklinux.net>
12757         * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
12758         (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
12759         instead of 12x12.
12761 2003-10-16  Eli Zaretskii  <eliz@gnu.org>
12763         * mail/rmail.el (rmail-convert-to-babyl-format): Display a
12764         message while converting to Babyl.
12766 2003-10-16  Vadim Nasardinov  <vadimn@redhat.com>  (tiny change)
12768         * allout.el (allout-mode): Doc fix.
12770 2003-10-16  Lute Kamstra  <lute@gnu.org>
12772         * subr.el (force-mode-line-update): Fix docstring.
12774 2003-10-14  Dave Love  <fx@gnu.org>
12776         * international/mule-cmds.el (find-multibyte-characters): Doc fix.
12777         (default-input-method): Add :link, improve :type.
12778         (locale-charset-language-names): Fix utf-8 pattern.
12779         (locale-charset-match-p, locale-charset-alist)
12780         (locale-charset-to-coding-system): New.
12781         (set-locale-environment): Deal with codeset part of locale specs.
12783 2003-10-14  Lute Kamstra  <lute@gnu.org>
12785         * fringe.el (fringe-mode): Use active voice in docstring.
12786         (set-fringe-style): Ditto.
12788 2003-10-13  Lute Kamstra  <lute@gnu.org>
12790         * fringe.el (fringe-mode): Fix docstring.
12791         (set-fringe-style): Ditto.
12793 2003-10-12  Michael Kifer  <kifer@cs.stonybrook.edu>
12795         * ediff-mult.el (ediff-filegroup-action):
12796         Use ediff-default-filtering-regexp.
12798         * ediff-util.el (ediff-recenter): Don't call
12799         ediff-restore-highlighting twice.
12800         (ediff-select-difference): Set current difference.
12801         (ediff-unselect-and-select-difference): Add comment.
12803         * ediff.el (ediff-directories,ediff-directory-revisions)
12804         (ediff-directories3,ediff-merge-directories)
12805         (ediff-merge-directories-with-ancestor)
12806         (ediff-merge-directory-revisions)
12807         (ediff-merge-directory-revisions-with-ancestor):
12808         Use ediff-default-filtering-regexp.
12810 2003-10-12  Andreas Schwab  <schwab@suse.de>
12812         * international/mule-cmds.el (locale-charset-language-names):
12813         Simplify regex by removing unused grouping.
12815 2003-10-10  Dave Love  <fx@gnu.org>
12817         * bindings.el: Don't bind stop.
12819 2003-10-08  Miles Bader  <miles@gnu.org>
12821         * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
12822         face instead of attempting to emulate it.
12824 2003-10-07  Kenichi Handa  <handa@m17n.org>
12826         * international/mule-diag.el (list-coding-systems-1): List coding
12827         systems that are loaded automatically.
12829         * international/code-pages.el (iso-8859-11): Add autoload cookie.
12831         * international/mule.el (autoload-coding-system): New function.
12833 2003-10-07  Andreas Schwab  <schwab@suse.de>
12835         * log-edit.el (log-edit-changelog-entries): Prefer local value of
12836         change-log-default-name in the buffer visiting the file.
12838 2003-10-06  Dave Love  <fx@gnu.org>
12840         * files.el (find-file-hook): Customize.
12841         (auto-mode-alist): Add .stk, .ss, .sch, .orig.
12843         * bindings.el (completion-ignored-extensions): Remove .log.
12844         (global-map): Add again, open, stop keys.
12846 2003-10-05  Richard M. Stallman  <rms@gnu.org>
12848         * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
12849         (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
12850         Use sh-modify directly.
12851         (sh-select): Use sh-append, not eval.
12853         * mail/emacsbug.el (report-emacs-bug): Fix previous change.
12855         * info.el (Info-following-node-name): New function.
12857         * loadhist.el (unload-feature-special-hooks):
12858         Rename from loadhist-hook-functions.
12859         (loadhist-hook-functions): Now an alias.
12861 2003-10-04  Eli Zaretskii  <eliz@gnu.org>
12863         * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
12864         file-name clashes on 8+3 filesystems.
12866         * Makefile.in (DONTCOMPILE, bootstrap-clean):
12867         Rename loaddefs-boot.el to ldefs-boot.el
12869         * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
12870         (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
12872 2003-10-03  Lute Kamstra  <lute@gnu.org>
12874         * info.el (Info-mode): Revert previous change.
12875         (Info-escape-percent): New function.
12876         (Info-fontify-node): Use it.
12878 2003-10-02  Andreas Schwab  <schwab@suse.de>
12880         * loaddefs-boot.el: Regenerated.
12882 2003-10-01  Rajesh Vaidheeswarran  <rv@gnu.org>
12884         * ffap.el: Remove defadvice related code from CVS since `complete'
12885         provides a `PC-completion-as-file-name-predicate' variable that
12886         ffap can override.
12888 2003-10-02  Kenichi Handa  <handa@m17n.org>
12890         * international/utf-8.el (ccl-decode-mule-utf-8):
12891         Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
12893         * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
12894         * international/subst-big5.el: Likewise.
12895         * international/subst-gb2312.el: Likewise.
12896         * international/subst-ksc.el: Likewise.
12898 2003-10-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
12900         * calendar/calendar.el (increment-calendar-month)
12901         (calendar-leap-year-p, calendar-absolute-from-gregorian)
12902         (generate-calendar, calendar-read-date, calendar-interval)
12903         (calendar-day-of-week): Handle years BC.
12904         (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
12906 2003-10-01  Dave Love  <fx@gnu.org>
12908         * language/cyrillic.el (cp1251): Alias for windows-1251.
12910         * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
12911         bootstrap.
12913 2003-10-01  Lute Kamstra  <lute@gnu.org>
12915         * files.el: Fix typo.
12916         * imenu.el (imenu--generic-function): Docstring fix.
12918 2003-09-30  Richard M. Stallman  <rms@gnu.org>
12920         * dired.el (dired-mode): Handle dired-directory as a list.
12922 2003-09-30  Nick Roberts  <nick@nick.uklinux.net>
12924         * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
12926         * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
12928         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
12929         Replace gud-display with gud-watch.
12930         (gud-speedbar-buttons): Add stuff for watching expressions
12931         in the speedbar when using M-x gdba.  Use dolist on old part
12932         of this function.
12934         * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
12935         (gdb-update-flag): New variables.
12936         (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
12937         (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
12938         (gud-watch, gdb-var-create-handler) : New functions.
12939         (gdb-var-list-children, gdb-var-list-children-handler)
12940         (gdb-var-create-regexp, gdb-var-update-regexp)
12941         (gdb-var-list-children-regexp): New constants.
12942         (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
12943         (gdb-annotation-rules): Reduce annotation set (level 3).
12944         (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
12945         (gdb-post-prompt): Don't update GDB buffers every time speedbar
12946         updates.
12947         (gdb-window-height, gdb-window-width, gdb-display-in-progress)
12948         (gdb-expression-buffer-name, gdb-display-number, gdb-point)
12949         (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
12950         (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
12951         (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
12952         (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
12953         (gdb-expressions-mode-menu, gdb-dive): Remove variables.
12954         (gud-display, gud-display1)
12955         (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
12956         (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
12957         (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
12958         (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
12959         (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
12960         (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
12961         (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
12962         (gdb-display-display-buffer, gdb-toggle-display)
12963         (gdb-delete-display, gdb-expressions-popup-menu)
12964         (gdb-expressions-mode, gdb-array-visualise): Remove functions.
12965         (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
12966         to display buffer.
12968 2003-09-30  Richard M. Stallman  <rms@gnu.org>
12970         * progmodes/ada-mode.el (ada-mode): Don't use advice.
12971         Instead, set which-func-functions.
12973         * progmodes/which-func.el (which-func-modes): Add ada-mode.
12974         (which-func-functions): New variable.
12975         (which-function): Use that.
12977         * info.el (Info-mode): Double each `%' in header line.
12979         * emacs-lisp/lisp-mnt.el (lm-with-file):
12980         When FILE is nil, run BODY in current buffer.
12982         * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
12984         * help.el (describe-mode): Start with a brief list of minor modes.
12985         Find them thru minor-mode-list so as to find them all.
12986         Show them in alphabetical order.
12988         * mail/sendmail.el (mail-aliases): Doc fix.
12990         * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
12992 2003-09-30  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
12994         * mail/rmailsum.el (rmail-make-summary-line-1):
12995         Change comma after last label to a space.
12996         (rmail-summary-font-lock-keywords): Adapt to that change.
12998 2003-09-30  Thien-Thi Nguyen  <ttn@gnu.org>
13000         * progmodes/scheme.el (scheme-mode-variables): When setting
13001         `font-lock-defaults', also specify that "#" should
13002         be interpreted with `word' syntax.
13003         (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
13005 2003-09-30  Lars Hansen  <larsh@math.ku.dk>
13007         * desktop.el: A lot of comments updated.
13008         (desktop-save-mode): Minor mode introduced.
13009         (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
13010         (desktop-load-default): Function made obsolete.
13011         (desktop-locals-to-save): Variable made customizable.
13012         (desktop-read): Optional parameter `dirname' added.
13013         (desktop-change-dir, desktop-revert): Parameter `dirname' in
13014         `desktop-read' used.
13015         (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
13017 2003-09-29  Rajesh Vaidheeswarran  <rv@gnu.org>
13019         * whitespace.el (whitespace-clean-msg): Add user customizable message
13020         for displaying ``clean'' output.
13021         (whitespace-buffer): Use `whitespace-clean-msg'.
13022         (whitespace-global-mode): Fix typo.
13024 2003-09-29  Thien-Thi Nguyen  <ttn@gnu.org>
13026         * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
13028 2003-09-29  Lute Kamstra  <lute@gnu.org>
13030         * bindings.el (mode-line-modes): Remove superfluous :propertize
13031         construct in initialization.
13032         (mode-line-position): Change cons cell into proper list in
13033         initialization.
13035 2003-09-29  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
13037         * international/mule.el (decode-coding-inserted-region): Use car
13038         of the return value of find-operation-coding-system.
13040 2003-09-29  Kenichi Handa  <handa@m17n.org>
13042         * descr-text.el (describe-char): Fix previous change.
13044 2003-09-28  Kenichi Handa  <handa@m17n.org>
13046         * descr-text.el (describe-char-display): New function.
13047         (describe-char): Pay attention to display table on describing how
13048         a character is displayed.
13050         * international/mule-cmds.el (encoded-string-description):
13051         Prepend "0x" to each encoded byte.
13053 2003-09-28  Andreas Schwab  <schwab@suse.de>
13055         * find-file.el (ff-special-constructs): Add autoload cookie.
13057 2003-09-28  Kevin Ryde  <user42@zip.com.au>
13059         * info.el (Info-find-index-name): Remove any "<n>" suffixes which
13060         makeinfo appends to duplicate index entries.
13062 2003-09-28  Eli Zaretskii  <eliz@gnu.org>
13064         * dired-x.el (dired-clean-tex): Doc fix.
13066         * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
13067         using a Chinese tutorial.
13069 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
13071         * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
13072         between "MAIL FROM:" and "RCPT TO:" and the following address.
13074 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
13076         * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
13078 2003-09-28  David Ponce  <david@dponce.com>
13080         * recentf.el (recentf-initialize-file-name-history): New defcustom.
13081         (recentf-load-list): When `recentf-initialize-file-name-history'
13082         is non-nil, initialize an empty `file-name-history' with the
13083         recent list.
13085 2003-09-28  Evgeni Dobrev  <evgeni_dobrev@developer.bg>  (tiny change)
13087         * man.el (Man-default-man-entry): Remove the leading `*' from the
13088         word at point.
13090 2003-09-26  Lute Kamstra  <lute@gnu.org>
13092         * bindings.el (mode-line-position): Mention size indication in
13093         docstring.
13095 2003-09-26  Andre Spiegel  <spiegel@gnu.org>
13097         * calendar/parse-time.el (parse-time-string): Add autoload cookie.
13099         * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
13100         because it's autoloaded now.
13102 2003-09-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
13104         * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
13105         (sh-font-lock-keywords, sh-feature): Fix previous change of
13106         sh-feature to avoid infloop with sh-font-lock-keywords.
13108 2003-09-25  Kim F. Storm  <storm@cua.dk>
13110         * frame.el (frame-current-scroll-bars): New defun.
13112         * window.el (window-current-scroll-bars): New defun.
13114 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13116         * progmodes/cc-engine.el (c-parse-state): Fix bug that could
13117         cause errors when the state cache contains info on parts that have
13118         been narrowed out.
13120 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13122         * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
13123         `c-setup-paragraph-variables' has to be used when this variable is
13124         changed; it doesn't work to reinitialize the mode since that
13125         typically clobbers the variable.
13127         * progmodes/cc-styles.el (c-setup-paragraph-variables):
13128         Make it interactive.
13130 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13132         * progmodes/cc-fonts.el (c-font-lock-declarations):
13133         Fix recognition of constructors and destructors for classes whose
13134         names are matched by `*-font-lock-extra-types'.
13136         * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
13137         followed by an identifier in C++ then it's a type.
13139 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13141         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
13142         problem that primarily affected XEmacs.  Don't use faces to find
13143         unterminated strings since Emacs and XEmacs fontify strings
13144         differently - this function should now work better in XEmacs.
13146 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13148         * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
13149         `expand-abbrev' workaround which caused braces to misbehave inside
13150         macros.
13152         * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
13153         handling.  This bug could cause interactive font locking to bail out.
13155 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13157         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
13158         Handle paren-style types in Pike.  Also fixed some cases of
13159         insufficient handling of unbalanced parens.
13161 2003-09-24  Rajesh Vaidheeswarran  <rv@gnu.org>
13163         * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
13164         common shell prompts that are not common filename or URL characters.
13165         (ffap-file-at-point): Use the new regexp to strip the prompts from
13166         the file names.  This is an issue mostly for user prompts that
13167         don't have a trailing space and find-file-at-point is invoked from
13168         within a shell inside Emacs.
13170 2003-09-24  Andre Spiegel  <spiegel@gnu.org>
13172         * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
13173         stamps numerically, rather than textually.
13175 2003-09-24  Kenichi Handa  <handa@m17n.org>
13177         * language/devan-util.el (devanagari-post-read-conversion):
13178         * language/mlm-util.el (malayalam-post-read-conversion):
13179         * language/tml-util.el (tamil-post-read-conversion):
13180         Add autoload cookie.
13182         * international/utf-8.el (utf-8-post-read-conversion):
13183         Call post-read-conversion functions for Devanagari, Malayalam,
13184         and Tamil.
13186 2003-09-23  Dave Love  <fx@gnu.org>
13188         * Makefile.in (bootstrap-clean): Fix misplaced `!'.
13190 2003-09-22  Nick Roberts  <nick@nick.uklinux.net>
13192         * progmodes/gud.el (perldb): Add gud-until to list of commands.
13193         Update gud-remove.
13195 2003-09-22  Richard M. Stallman  <rms@gnu.org>
13197         * progmodes/sh-script.el (sh-mode-default-syntax-table):
13198         Rename from sh-mode-syntax-table.  Call sh-mode-syntax-table directly.
13199         (sh-mode-syntax-table-input): New variable.
13200         (sh-require-final-newline): Don't use eval.
13201         (sh-builtins, sh-leading-keywords, sh-other-keywords)
13202         (sh-variables, sh-font-lock-keywords): Don't use eval.
13203         (sh-set-shell): When setting require-final-newline,
13204         treat value = `require-final-newline' as don't change it.
13205         Set sh-mode-syntax-table locally based on
13206         sh-mode-syntax-table-input and sh-mode-default-syntax-table.
13208         * progmodes/compile.el (compile-internal):
13209         Call compilation-set-window-height before setting window start.
13211 2003-09-22  Greg Hill  <ghill@synergymicro.com>  (tiny change)
13213         * emacs-lisp/bytecomp.el (byte-compile-log-file):
13214         Clear out byte-compile-last-warned-form.
13216 2003-09-22  Richard M. Stallman  <rms@gnu.org>
13218         * woman.el (woman-file-name, woman-follow-word):
13219         If current-word returns nil, use "".
13221         * simple.el (eval-expression): Bind standard-output in to-buffer case.
13223 2003-09-22  Richard M. Stallman  <rms@gnu.org>
13225         * emacs-lisp/lisp-mnt.el (lm-with-file):
13226         Don't visit the file, just use insert-file-contents in temp buffer.
13228 2003-09-22  Jari Aalto  <jari.aalto@poboxes.com>
13230         * emacs-lisp/lisp-mnt.el (lm-get-header-re):
13231         Add surrounding \\( and \\) around the header, as in
13232         for lm-history-header 'Change Log\\|History'.
13234 2003-09-22  John Paul Wallington  <jpw@gnu.org>
13236         * progmodes/ld-script.el: Add Commentary section,
13237         minor cleanup of file header.
13238         (ld-script-font-lock-keywords): Doc fix.
13239         (toplevel): Provide `ld-script' feature.
13241 2003-09-21  Kim F. Storm  <storm@cua.dk>
13243         * scroll-bar.el (set-scroll-bar-mode): Initialize to
13244         new built-in variable default-frame-scroll-bars.
13245         (scroll-bar-mode): Use default-frame-scroll-bars when enabling
13246         scroll-bar-mode; notably, use it instead of t when we toggle
13247         scroll-bars on.
13248         (toggle-scroll-bar): Use default-frame-scroll-bars.
13250 2003-09-19  Masatake YAMATO  <jet@gyve.org>
13252         * pcvs.el (cvs-do-removal): Change the prompt depending on
13253         `filter' value.
13255 2003-09-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
13257         * startup.el (command-line-1): Stop startup-echo-area-message
13258         being hidden by "Loading image..." message.
13259         (use-fancy-splash-screens-p, display-splash-screen):
13260         Move display-graphic-p test from latter to former.
13262         * progmodes/sh-script.el (sh-font-lock-keywords):
13263         Highlight escaped EOLs differently from other backslash constructs.
13265 2003-09-19  Richard M. Stallman  <rms@gnu.org>
13267         * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
13268         New functions.
13269         (edebug-enter, edebug-outside-excursion): Use them.
13271         * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
13272         Fix the condition for whether to print "In WHERE".
13274 2003-09-19  Jari Aalto  <jari.aalto@poboxes.com>
13276         * finder.el (finder-mode-hook): New variable.
13277         (finder-mode): Run hook finder-mode-hook
13279 2003-09-18  Masatake YAMATO  <jet@gyve.org>
13281         * progmodes/ebrowse.el: Fix broken magic autoload comments.
13283 2003-09-17  Mario Lang  <mlang@delysid.org>
13285         * progmodes/gud.el (perldb): Change gud-print from just "%e" to
13286         "p %e" to actually print the value in the GUD buffer.
13288 2003-09-16  Miles Bader  <miles@gnu.ai.mit.edu>
13290         From David Ponce <david.ponce@wanadoo.fr>:
13291         * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
13292         (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
13293         from loaddefs-boot.el if necessary.
13295 2003-09-15  Zoltan Kemenczy  <kemenczy@rogers.com>
13297         * progmodes/gud.el (gud-find-class): Make jdb work again since
13298         cc-mode changed the syntactic information.
13300 2003-09-15  David Ponce  <david@dponce.com>
13302         * recentf.el: (recentf-exclude): Accept predicates too.
13303         (recentf-file-readable-p): New function.
13304         (recentf-include-p): Handle predicates in recentf-exclude.
13305         (recentf-add-file): Doc fix.  Use recentf-file-readable-p.
13306         (recentf-cleanup): Likewise.
13307         (recentf-save-list): Use write-file to handle backup of
13308         recentf-save-file.
13310 2003-09-15  Miles Bader  <miles@gnu.ai.mit.edu>
13312         * loaddefs-boot.el: Renamed from `loaddefs.el'
13313         * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
13314         (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
13315         necessary.
13317 2003-09-13  Thien-Thi Nguyen  <ttn@gnu.org>
13319         * electric.el (Electric-pop-up-window): For the `one-window' case,
13320         no longer disconcertingly move point in the original buffer.
13322 2003-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13324         * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
13326 2003-09-12  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
13328         * dired.el (dired-mode-map): Fix typo.
13330 2003-09-11  Richard M. Stallman  <rms@gnu.org>
13332         * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
13334 2003-09-11  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
13336         * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
13337         the function is less noisy.  Now only `kill-buffer' can ask questions.
13339 2003-09-10  Mario Lang  <mlang@delysid.org>
13341         * battery.el: Update Commentary and Copyright.
13342         (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
13343         appear due to wrong ordering of the expressions in `or'.
13345 2003-09-09  Lute Kamstra  <lute@gnu.org>
13347         * misc.el (upcase-char): Fix docstring.
13348         (zap-up-to-char): New command.
13350 2003-09-08  David Ponce  <david@dponce.com>
13352         Ensure that recentf correctly updates the menu bar.
13353         * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
13354         (recentf-menu-bar): New function.
13355         (recentf-clear-data): Use it
13356         (recentf-update-menu): Likewise.  Use easy-menu-add-item instead
13357         of easy-menu-change.
13359 2003-09-08  Lute Kamstra  <lute@gnu.org>
13361         * simple.el (size-indication-mode): New.
13362         * bindings.el (mode-line-position): Add buffer size indicator.
13364 2003-09-04  Mario Lang  <mlang@delysid.org>
13366         * battery.el (battery-linux-proc-acpi): New function.
13367         (battery-status-function): Modify default value calculation to also
13368         check for availability of ACPI.
13369         (battery-echo-area-format): Ditto.
13370         (battery-mode-line-format): Ditto.
13372 2003-09-06  Dave Love  <fx@gnu.org>
13374         * ielm.el (ielm-mode-hook): Add :options.
13376         * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
13377         (eldoc-print-current-symbol-info): Use it.
13379 2003-09-04  Nick Roberts  <nick@nick.uklinux.net>
13381         * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
13382         being displayed in GUD buffer.
13383         (gdb-idle-input-queue): Remove var.  Use just one queue.
13384         (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
13385         Remove functions.  Use just one queue.
13386         (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
13387         (gdb-invalidate-assembler, gdb-get-current-frame):
13388         Modify functions.  Use just one queue.
13390 2003-09-04  Dave Love  <fx@gnu.org>
13392         * cus-start.el: Add blink-cursor-alist.
13394         * ruler-mode.el (ruler-mode-fill-column-char)
13395         (ruler-mode-current-column-char): Use char-displayable-p,
13396         not window-system.
13398         * international/codepage.el ("mule-diag"): Add eval-after-load clause.
13400         * language/european.el (windows-1252): Move from code-pages.
13402         * language/cyrillic.el ("Windows-1251"): Delete.
13403         ("Bulgarian", "Belarusian"): Remove `features'.
13404         (windows-1251): Move from code-pages.
13406         * international/mule-diag.el (non-iso-charset-alist):
13407         Remove `codepage' stuff.
13408         (print-designation, list-coding-systems-1): Output fixes.
13410         * international/code-pages.el (cp-make-translation-table)
13411         (cp-valid-codes): Made defsubsts.
13412         (cp-fix-safe-chars): Delete.
13413         (mule-diag): Don't require.
13414         (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
13415         (top-level): Check for defined coding system when defining
13416         cp... aliases.  Change w32-add-charset-info test to avoid warning.
13417         (non-iso-charset-alist): Defvar when compiling.
13418         (cp-make-coding-system): Doc fix.
13420 2003-09-02  Jason Rumney  <jasonr@gnu.org>
13422         * international/titdic-cnv.el (tsang-quick-converter): Fix broken
13423         line-ends from CVS before doing conversion.
13425 2003-09-02  Glenn Morris  <gmorris@ast.cam.ac.uk>
13427         * calendar/diary-lib.el (diary-header-line-flag)
13428         (diary-header-line-format): New variables.
13429         (list-diary-entries): Use them to set header line in simple diary.
13431         * progmodes/sh-script.el (sh-font-lock-keywords): Use something
13432         other than font-lock-string-face to highlight backslashes.
13434 2003-09-01  Jason Rumney  <jasonr@gnu.org>
13436         * international/titdic-cnv.el (tit-read-key-value): Include \r in
13437         regexp.
13439 2003-09-01  Dave Love  <fx@gnu.org>
13441         * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
13443         * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
13444         and :help; also line and column numbers labels.
13446         * international/mule-util.el (char-displayable-p): Move from
13447         latin1-disp, rename and autoload.
13449         * international/latin1-disp.el (latin1-char-displayable-p):
13450         Now obsolete alias.  Replace uses with char-displayable-p.
13451         (latin1-display-ucs-per-lynx): Fix last change.
13453         * international/mule-cmds.el (standard-display-european-internal):
13454         Don't use char code for Latin-1 NBSP.
13455         <XFree86 4>: Unfrob NBSP display table.  Set display table to use
13456         U+2018, U+2019 for `'.
13457         (select-safe-coding-system): Message fix.
13459 2003-09-01  Kenichi Handa  <handa@m17n.org>
13461         * international/fontset.el (setup-default-fontset): For Thai
13462         font, specify "*" family.
13464 2003-09-01  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
13466         * progmodes/compile.el (previous-error): Accept a prefix
13467         argument, similarly to next-error.
13469 2003-08-31  Masatake YAMATO  <jet@gyve.org>
13471         * pcvs.el (cvs-do-removal): Use = instead of eq to check
13472         the number of files.  Bind the number of files to a local
13473         variable.  Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
13475 2003-08-30  Eli Zaretskii  <eliz@gnu.org>
13477         * vc-hooks.el (vc-make-version-backup): Fix the change made on
13478         2003-07-26: msdos-long-file-names is a function, not a variable.
13480 2003-08-29  Richard M. Stallman  <rms@gnu.org>
13482         * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
13483         Do nothing with mail-personal-alias-file if it is nil.
13485         * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
13486         Do nothing if mail-personal-alias-file is nil.
13488         * term.el (term-exec-1): Bind coding-system-for-read.
13490         * dired.el (dired-mouse-find-file-other-window):
13491         Use dired-view-command-alist here, as in dired-view-file.
13492         (dired-view-command-alist): Use %s to substitute file name.
13493         Handle .ps_pages, .eps, .jpg, .gif, .png.
13495 2003-08-29  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
13497         * info.el (Info-mode-map): Bind S-tab and <backtab> to
13498         `Info-prev-reference', instead of M-tab.
13500 2003-08-29  Martin Stjernholm  <mast@lysator.liu.se>
13502         * simple.el (blink-matching-open): Work correctly on chars that
13503         are designated as parens through the syntax-table text property.
13505 2003-08-29  Thierry Emery  <thierry.emery@club-internet.fr>  (tiny change)
13507         * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
13508         line break position in the middle of a non-kinsoku (e.g. latin)
13509         word, making it skip until either a space or a character with
13510         category "|".
13511         (kinsoku-longer): Test for end of buffer.
13513 2003-08-28  Eli Zaretskii  <eliz@gnu.org>
13515         * mail/rmail.el (rmail-convert-to-babyl-format):
13516         Detect quoted-printable- and base64-encoded messages and decode them
13517         automatically.  Set the message's encoding from the charset=
13518         header, if any.  Decode base64-encoded messages in Mail format as well.
13520 2003-08-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
13522         * mail/smtpmail.el: Fix previous change.
13523         (smtpmail-send-queued-mail): Set smtpmail-mail-address before
13524         calling smtpmail-via-smtp.
13525         (smtpmail-via-smtp): Add fall-back values for envelope-from.
13527 2003-08-26  John Paul Wallington  <jpw@gnu.org>
13529         * image.el (image-jpeg-p): Don't search beyond length of data.
13531 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
13533         * progmodes/cc-cmds.el (c-electric-brace): Work around for a
13534         misfeature in `expand-abbrev' which caused electric keywords like
13535         "else" to disappear if an open brace was typed directly afterwards.
13537 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
13539         * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
13540         mandatory in `define-widget'.
13542         * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
13543         Don't align the operators "!=", "<=" and ">=" as assignment operators.
13545         (c-assignment-operators): New language constant that only contains
13546         the assignment operators.
13548         (c-assignment-op-regexp): New language var used by `c-lineup-math'.
13550 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
13552         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
13553         Safeguard against unbalanced sexps.
13555 2003-08-26  Terje Rosten  <terjeros@phys.ntnu.no>
13557         * version.el (emacs-version): Check for gtk.  Include gtk version info.
13559 2003-08-25  John Paul Wallington  <jpw@gnu.org>
13561         * man.el (Man-default-man-entry): Don't whizz past the section
13562         number before looking for it.
13564 2003-08-24  Nick Roberts  <nick@nick.uklinux.net>
13566         * progmodes/gud.el (gud-display-line): Don't set window-point if
13567         source buffer is not visible.  (Only happens with M-x gdba.)
13569         * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
13570         documentation.
13571         (gdb-source, gdb-source-info): Update to assembler unnecessary
13572         as its done after each GDB command anyway.
13573         (gdb-pre-prompt): Use with-current-buffer.
13574         (gdb-insert-field): Add help-echo text.
13575         (gdb-invalidate-assembler): Re-display of assembler now done in
13576         gdb-info-breakpoints-custom.
13577         (gdb-info-breakpoints-custom): Force re-display of assembler to
13578         happen *after* update of breakpoints buffer.
13579         (gdb-display-source-buffer): Don't choke if gdb-source-window
13580         isn't visible.
13581         (gdb-put-string, gdb-put-arrow): Remove free variables.
13583 2003-08-24  John Paul Wallington  <jpw@gnu.org>
13585         * ibuffer.el (ibuffer-formats): Make name and size columns wider.
13587         * man.el (Man-default-man-entry): Strip text properties when
13588         snarfing parts of entry because `format' preserves properties.
13590 2003-08-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
13592         * files.el (file-newest-backup): Use `expand-file-name'.
13594         * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
13595         Allow the diary to pop up a new frame, if needed.
13597         * mail/sendmail.el (mail-specify-envelope-from): Doc change.
13598         * mail/smtpmail.el (smtpmail-mail-address): Doc change.
13599         (smtpmail-send-it): Make treatment of envelope-from consistent with
13600         sendmail.el.
13602         * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
13603         (sh-leading-keywords): Add the bash `time' reserved word.
13604         (sh-variables): Add some bash variables.
13605         (sh-add-completer): Fix nil branch of case statement.
13607 2003-08-24  Masatake YAMATO  <jet@gyve.org>
13609         * progmodes/ld-script.el: New file.
13611 2003-08-23  Markus Rost  <rost@math.ohio-state.edu>
13613         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
13615 2003-08-23  Andre Spiegel  <spiegel@gnu.org>
13617         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
13618         Better explain obsolescence, and what to use instead.
13620 2003-08-23  Masatake YAMATO  <jet@gyve.org>
13622         * pcvs.el (cvs-do-removal): Show the deleted file name
13623         on the prompt.
13625 2003-08-20  Dave Love  <fx@gnu.org>
13627         * international/mule.el (make-coding-system)
13628         (set-buffer-file-coding-system): Doc fix.
13630         * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
13632         * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
13634         * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
13636         * international/utf-16.el: Add mime-text-unsuitable coding system
13637         properties.
13639         * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
13641         * cus-edit.el: Add some :links.
13642         (bib): Remove.
13644         * textmodes/bib-mode.el (bib): Add :group external.
13646 2003-08-18  Luc Teirlinck  <teirllm@mail.auburn.edu>
13648         * wid-edit.el (widget-echo-help): Make it handle expressions that
13649         evaluate to strings.
13651 2003-08-18  Michael Mauger  <mmaug@yahoo.com>
13653         Version 1.8.0 of sql-mode.  (Patch submitted 2003-06-21)
13655         Simplify selection of SQL products to define highlighting and
13656         interactive mode.  Includes detailed instructions on adding
13657         support for new products.
13659         * progmodes/sql.el (sql-product): New variable.  Identifies SQL
13660         product for use in highlighting and interactive mode.
13661         (sql-interactive-product): New variable.  SQL product for
13662         sql-interactive-mode.
13663         (sql-product-support): New variable.  Specifies product-specific
13664         parameters to drive highlighting and interactive mode.
13665         (sql-imenu-generic-expression): Add more object types.
13666         (sql-sqlite-options): Correct comment.
13667         (sql-ms-program): Use "osql" rather than "isql".
13668         (sql-prompt-regexp, sql-prompt-length): Update comment.
13669         (sql-mode-menu): Add "Start SQLi session" entry.
13670         Replace Highlighting submenu with Product menu.  Fix Send Region entry.
13671         (sql-mode-abbrev-table): Add abbreviations.  Support of
13672         SYSTEM-FLAG on define-abbrev.  Support was removed with last
13673         check-in; it now handles older Emacsen without the SYSTEM-FLAG.
13674         (sql-mode-font-lock-object-name): Add font-lock pattern for object
13675         names.
13676         (sql-mode-ansi-font-lock-keywords): Set as default value.
13677         (sql-mode-oracle-font-lock-keywords): Set as default value.
13678         Support Oracle 9i keywords.
13679         (sql-mode-postgres-font-lock-keywords): Set as default value.
13680         (sql-mode-linter-font-lock-keywords): Set as default value.
13681         (sql-mode-ms-font-lock-keywords): New variable.  Support Microsoft
13682         SQLServer 2000.
13683         (sql-mode-sybase-font-lock-keywords)
13684         (sql-mode-interbase-font-lock-keywords)
13685         (sql-mode-sqlite-font-lock-keywords)
13686         (sql-mode-strong-font-lock-keywords)
13687         (sql-mode-mysql-font-lock-keywords)
13688         (sql-mode-db2-font-lock-keywords): New variables.  Default to ANSI
13689         keywords.
13690         (sql-mode-font-lock-defaults): Update comment.
13691         (sql-product-feature): New function.  Returns feature associated
13692         with a product from `sql-product-support' alist.
13693         (sql-product-font-lock): New function.  Set font-lock support
13694         based on `sql-product'.
13695         (sql-add-product-keywords): New function.  Add font-lock rules to
13696         product-specific keyword variables.
13697         (sql-set-product): New function.  Set `sql-product' and apply
13698         appropriate font-lock highlighting.
13699         (sql-highlight-product): New function.  Set font-lock support
13700         based on a product.  Also set mode name to include product name.
13701         (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
13702         (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
13703         Use `sql-set-product'.
13704         (sql-highlight-ms-keywords)
13705         (sql-highlight-sybase-keywords)
13706         (sql-highlight-interbase-keywords)
13707         (sql-highlight-strong-keywords)
13708         (sql-highlight-mysql-keywords)
13709         (sql-highlight-sqlite-keywords)
13710         (sql-highlight-db2-keywords): New functions.  Use `sql-set-product'.
13711         (sql-get-login): Prompt in the same order as the tokens.
13712         (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
13713         (sql-product-interactive): New function.  Common portions of
13714         product-specific interactive mode wrappers.
13715         (sql-interactive-mode): Rewritten to use product features.
13716         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
13717         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
13718         (sql-db2, sql-linter): Use `sql-product-interactive'.
13719         (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
13720         (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
13721         (sql-connect-ingres, sql-connect-postgres)
13722         (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
13723         New functions.  Format command line parameters and invoke comint on
13724         the appropriate interpreter.  Code was in the corresponding
13725         `sql-xyz' function before.
13726         (sql-connect-ms): New function.  Support -E argument to use
13727         operating system credentials for authentication.
13729 2003-08-18  Kenichi Handa  <handa@m17n.org>
13731         * international/mule.el (encode-char): Fix for the ASCII case.
13733 2003-08-15  Kenichi Handa  <handa@m17n.org>
13735         * international/fontset.el (setup-default-fontset): Change "*" to
13736         nil in the specifications of font family.
13738 2003-08-18  Kim F. Storm  <storm@cua.dk>
13740         * kmacro.el (kmacro-keymap): Group related bindings in
13741         initialization for clarity.  Bind C-s to start macro.
13742         Remove C-r binding.
13743         (kmacro-initial-counter-value): New defvar to hold initial counter
13744         value in case we set the value before defining a macro.
13745         (kmacro-insert-counter): Clear kmacro-initial-counter-value..
13746         (kmacro-set-counter): Set kmacro-initial-counter-value if we are
13747         not defining or executing macro.  Doc fix.
13748         (kmacro-add-counter): Clear kmacro-initial-counter-value.
13749         (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
13750         temporarily view older elements on the macro ring without cycling
13751         the ring.
13752         (kmacro-display): Doc fix.
13753         (kmacro-exec-ring-item): New helper function.
13754         (kmacro-call-ring-2nd): Use it.
13755         (kmacro-call-ring-2nd-repeat): Doc fix.
13756         (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
13757         (kmacro-end-or-call-macro): Execute last viewed macro (using
13758         kmacro-exec-ring-item) from ring if this follows
13759         kmacro-view-macro.  This allows us to find a macro on the ring
13760         with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
13761         the ring to bring it to the head of the ring.
13762         (kmacro-bind-to-key): Doc fix (describe reserved bindings).
13763         Allow binding to reserved keys without specifying C-x C-k prefix.
13764         Ask for confirmation if entered key sequence is already bound to
13765         a non-macro command.
13766         (kmacro-view-macro): Repeating command will show older elements
13767         on the macro ring; C-k will execute the last viewed macro.
13768         (kmacro-view-macro-repeat): Doc fix.  Change its kmacro-repeat
13769         property from 'ring to 'head.
13771 2003-08-17  Alan Shutko  <ats@acm.org>
13773         * calendar/calendar.el (calendar-make-alist): Correct off-by-one
13774         keeping December out of the alist.
13776 2003-08-17  Edward M. Reingold  <reingold@emr.cs.iit.edu>
13778         * calendar/cal-move.el (calendar-goto-day-of-year): New function.
13779         * calendar/calendar.el (calendar-mode-map): Bind it to key.
13780         * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
13781         (calendar-flatten): New function.
13782         (calendar-mouse-view-other-diary-entries)
13783         (calendar-mouse-view-diary-entries): Rewritten to put any holidays
13784         in the menu title and to show multi-line diary entries correctly
13785         in the menu.
13787 2003-08-17  Luc Teirlinck  <teirllm@mail.auburn.edu>
13789         * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
13790         defcustom, because the default was recently changed.
13792 2003-08-16  Richard M. Stallman  <rms@gnu.org>
13794         * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
13796         * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
13797         New subroutine, broken out of eval-last-sexp-1.
13798         (eval-last-sexp-1): Use eval-last-sexp-print-value.
13800         * custom.el (custom-load-symbol): Load cus-load and cus-start first.
13802         * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
13804         * simple.el (eval-expression): Use eval-last-sexp-print-value.
13806 2003-08-14  Jari Aalto  <jari.aalto@poboxes.com>
13808         * progmodes/compile.el (compilation-error-regexp-alist):
13809         Add Java ANt error detection as described in document
13810         http://ant.apache.org/faq.html
13812 2003-08-12  Juri Linkov  <juri@jurta.org>  (tiny change)
13814         * simple.el (backward-word, forward-to-indentation)
13815         (backward-to-indentation): Argument changed to optional.
13816         (next-line, previous-line): Use `or' instead of `unless'.
13818 2003-08-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13820         * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
13821         instead of a constant.
13823 2003-08-12  Markus Rost  <rost@math.ohio-state.edu>
13825         * shell.el (shell): With prefix-arg, suggest a new buffer name.
13827 2003-08-12  Andre Spiegel  <spiegel@gnu.org>
13829         * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
13830         (vc-sccs-workfile-version): Search the entire delta table, rather
13831         than just the first entry, because that might be a deleted version.
13833 2003-08-11  Karl Fogel  <kfogel@red-bean.com>
13835         * menu-bar.el (menu-bar-options-menu): Supply a body for the
13836         [save-place] binding in the Options menu.  Have it require
13837         'saveplace' and then toggle the variable manually, to avoid an an
13838         unbound variable error.  Thanks to <Sebastien.Kirche@sage.com>
13839         for the bug report.
13841 2003-08-11  Nick Roberts  <nick@nick.uklinux.net>
13843         * gdb-ui.el (gdb-insert-field, gdb-array-format1)
13844         (gdb-info-breakpoints-custom, gdb-info-frames-custom)
13845         (gdb-info-threads-custom): Add help-echo text.
13846         (gdb-display-back): Don't use purecopy.
13847         (gdb-info-breakpoints-custom, gdb-reset)
13848         (gdb-assembler-custom): Use display-images-p to test if breakpoint
13849         icons can be displayed.
13851 2003-08-11  Markus Rost  <rost@math.ohio-state.edu>
13853         * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
13855 2003-08-11  Stefan Monnier  <monnier@cs.yale.edu>
13857         * bookmark.el (bookmark-completing-read):
13858         Return a string, instead of a list of one string.
13859         Use a popup menu if activated from the mouse.
13860         (bookmark-edit-annotation): Remove unused vars.
13861         (bookmark-jump, bookmark-relocate, bookmark-insert-location)
13862         (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
13863         to bookmark-completing-read.
13864         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
13865         (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
13866         (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
13867         and erase-buffer.
13868         (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
13869         (bookmark-menu-jump, bookmark-menu-insert)
13870         (bookmark-popup-menu-and-apply-function)
13871         (bookmark-menu-popup-paned-bookmark-menu): Remove.
13872         (bookmark-menu-build-paned-menu): Remove by folding it into
13873         bookmark-menu-popup-paned-menu.
13874         (menu-bar-bookmark-map): Move the define-key statements here.
13875         Use the "non-menu" commands since they now pop up a menu if needed.
13876         (bookmark-exit-hook-internal): Simplify.
13878 2003-08-11  Carsten Dominik  <dominik@sand.science.uva.nl>
13880         * reftex-toc.el (reftex-toc-rename-label): New function.
13881         (reftex-toc-check-docstruct): New function.
13883         * reftex.el (reftex-region-active-p): New function.
13885         * reftex-parse.el (reftex-locate-bibliography-files): Improved the
13886         regexp to find the \bibliography macro.
13888         * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
13889         which does not exist in LaTeX.
13890         (reftex-cite-format-builtin): Added amsrefs support.
13891         (reftex-toc-confirm-promotion): New option
13893         * reftex-toc.el
13894         (reftex-toc): Use `reftex-toc-split-windows-fraction'.
13895         (reftex-toc-demote, reftex-toc-promote)
13896         (reftex-toc-do-promote, reftex-toc-promote-prepare)
13897         (reftex-toc-promote-action, reftex-toc-extract-section-number)
13898         (reftex-toc-newhead-from-alist)
13899         (reftex-toc-load-all-files-for-promotion): New functions.
13900         (reftex-toc-help): Added description of new keys.
13901         (reftex-toc-split-windows-fraction): New option.
13902         (reftex-recenter-toc-when-idle): Search *toc* window on all
13903         visible frames.
13904         (reftex-toc): Additional parameter REUSE
13905         (reftex-toc-recenter): Remember current frame.  Call `reftex-toc'
13906         with REUSE argument.
13907         (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
13908         the call of `reftex-toc'.
13909         (reftex-make-separate-toc-frame): New function .
13910         (reftex-toc-recenter): When called with triple prefix arg, call
13911         `reftex-make-separate-toc-frame' first.
13912         (reftex-toc-toggle-dedicated-frame): New command.
13913         (reftex-toc-quit): Adapted to delete frame when called in
13914         dedicated frame.
13916         * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
13917         all enclosing macros.
13920 2003-08-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13922         * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
13923         first use.
13925 2003-08-07  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13927         * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
13929 2003-08-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
13931         * calendar/calendar.el (list-diary-entries-hook)
13932         (diary-display-hook, nongregorian-diary-listing-hook)
13933         (mark-diary-entries-hook, nongregorian-diary-marking-hook):
13934         Add some customize options for these hooks.
13935         (calendar-abbrev-construct): Don't try to take a substring longer
13936         than the original string.
13938 2003-08-05  Richard M. Stallman  <rms@gnu.org>
13940         * emacs-lisp/testcover.el (noreturn): Report error if does return.
13941         (testcover-reinstrument-clauses): Doc fix.
13943         * emacs-lisp/warnings.el: Doc fixes, args renamed.
13944         (warning-type-format): Rename from warning-group-format.
13946         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
13947         (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
13948         (byte-compile-defvar): Bind byte-compile-not-obsolete-var
13949         to prevent warnings about defvar for an obsolete variable.
13951         * emacs-lisp/bytecomp.el (byte-compile-log-warning):
13952         warning-group-format renamed to warning-type-format.
13954         * subr.el (read-passwd): Use clear-string instead of fillarray.
13956         * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
13957         Use vconcat instead of concat.
13958         (edmacro-sanitize-for-string): New function.
13960 2003-08-05  Dave Love  <fx@gnu.org>
13962         * cus-start.el: Add open-paren-in-column-0-is-defun-start,
13963         line-number-display-limit-width.
13965         * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
13967 2003-08-05  Kenichi Handa  <handa@m17n.org>
13969         * international/code-pages.el: Don't require mule-diag.
13971         * international/mule-diag.el (non-iso-charset-alist):
13972         Add autoload cookie.
13974         * language/devan-util.el (dev-glyph-order): Add an entry for the
13975         glyph code #xC4.
13977 2003-08-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
13979         * calendar/calendar.el (diary-file, diary-file-name-prefix)
13980         (european-calendar-style, diary-date-forms)
13981         (calendar-day-name-array, calendar-month-name-array): Doc change.
13982         (generate-calendar-month): Adapt for new behaviour of
13983         `calendar-day-name' function.
13984         (calendar-abbrev-length, calendar-day-abbrev-array)
13985         (calendar-month-abbrev-array): New variables.
13986         (calendar-abbrev-construct): New function.
13987         (calendar-day-name, calendar-month-name): Use new abbrev arrays,
13988         rather than fixing abbrevs at some width.  Calling syntax change.
13989         (calendar-make-alist): Use abbrev arrays.  Calling syntax change.
13990         (calendar-date-string): Adapt for new behaviours of
13991         `calendar-day-name' and `calendar-month-name' functions.
13993         * calendar/diary-lib.el (list-diary-entries): Adapt for new
13994         behaviour of `calendar-day-name' and `calendar-month-name' functions.
13995         (diary-name-pattern): Use abbrev arrays, rather than fixing
13996         abbrevs at three chars.  Calling syntax change.
13997         (mark-diary-entries): Adapt for new behaviours of
13998         `diary-name-pattern' and `calendar-make-alist' functions.
13999         (fancy-diary-font-lock-keywords): Adapt for new behaviour of
14000         `diary-name-pattern' function.
14001         (font-lock-diary-date-forms): Use abbrev arrays, rather than
14002         fixing abbrevs at three chars.  Calling syntax change.
14003         (cal-hebrew, cal-islam): Require when compiling.
14004         (diary-font-lock-keywords): Adapt for new behaviour of
14005         `font-lock-diary-date-forms' function.
14007         * calendar/cal-hebrew.el: Reposition some code so defined before used.
14008         (calendar-hebrew-month-name-array-common-year)
14009         (calendar-hebrew-month-name-array-leap-year): Add doc strings.
14010         (list-hebrew-diary-entries): Adapt for new behaviours of
14011         `calendar-day-name' and `add-to-diary-list' functions.
14012         (mark-hebrew-diary-entries): Adapt for new behaviours of
14013         `diary-name-pattern' and `calendar-make-alist' functions.
14015         * calendar/cal-islam.el (calendar-islamic-month-name-array):
14016         Add doc string.
14017         (list-islamic-diary-entries): Adapt for new behaviours of
14018         `calendar-day-name' and `add-to-diary-list' functions.
14019         (mark-islamic-diary-entries): Adapt for new behaviours of
14020         `diary-name-pattern' and `calendar-make-alist' functions.
14022         * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
14023         `calendar-month-name' function.
14025         * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
14027         * calendar/solar.el (solar-seasons-data): Move definition before use.
14029         * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
14030         (cal-tex-LaTeX-hourbox): Move definition before use.
14032         * calendar/cal-china.el, cal-hebrew.el, cal-islam.el,
14033         cal-julian.el, cal-menu.el, cal-move.el, holidays.el,
14034         lunar.el, solar.el
14035         (displayed-month, displayed-year): Define for compiler.
14037 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
14039         * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
14040         MODE.  Renamed from c-init-c-language-vars'.
14041         (c-initialize-cc-mode): Change accordingly.
14042         (c-common-init): Ditto.
14043         (c-mode): Ditto.
14044         (c++-mode): Use `c-init-language-vars-for'.
14045         (objc-mode): Ditto.
14046         (java-mode): Ditto.
14047         (idl-mode): Ditto.
14048         (pike-mode): Ditto.
14049         (awk-mode): Ditto.
14051 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
14053         * progmodes/cc-engine.el (c-end-of-current-token): Return whether
14054         or not the point moved.
14056         (c-search-decl-header-end): Don't trip up on operator identifiers
14057         in C++ and operators like == in all languages.
14059         * progmodes/cc-engine.el (c-backward-to-decl-anchor):
14060         Detect leading labels correctly.
14062 2003-08-02  Andreas Schwab  <schwab@suse.de>
14064         * textmodes/ispell.el: Don't redo key bindings on loading, put
14065         them only in loaddefs.el.
14066         * bookmark.el: Likewise.
14067         * dabbrev.el: Likewise.
14068         * emerge.el: Likewise.
14070         * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
14071         has more than one member.
14073         * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
14075 2003-08-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
14077         * lpr.el (printify-region): It was ending conversion before the
14078         expected position.  Reported by Keiichi Suzuki <keiichi@nanap.org>.
14080 2003-07-31  John Paul Wallington  <jpw@gnu.org>
14082         * net/browse-url.el (browse-url-epiphany): Doc fix.
14084 2003-07-30  Kenichi Handa  <handa@m17n.org>
14086         * international/fontset.el (setup-default-fontset):
14087         Change registry names of Akurti fonts.
14089 2003-07-29  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
14091         * comint.el (comint-read-noecho): Use `clear-string' instead of
14092         `fillarray'.
14094 2003-07-29  Thomas W Murphy  <twm@andrew.cmu.edu>  (tiny change)
14096         * outline.el (outline-mode-hook): Add defvar.
14098 2003-07-28  Nick Roberts  <nick@nick.uklinux.net>
14100         * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
14101         Restore assembler in source window if that is what has been selected.
14102         (menu): Add gdb-restore-windows to menu.  Make gdba
14103         specific menus only visible from gdba.
14105 2003-07-28  Tak Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
14107         * progmodes/compile.el (compilation-environment): New user variable.
14108         (compile-internal): Respect it.
14110 2003-07-23  Masatake YAMATO  <jet@gyve.org>
14112         * progmodes/gud.el (gdb-script-font-lock-keywords):
14113         Put `font-lock-function-name-face' on a symbol which includes
14114         `-' like `hook-run'.  Put font-lock-variable-name-face
14115         on a symbol starting with $.
14117 2003-07-27  Markus Rost  <rost@math.ohio-state.edu>
14119         * files.el (set-visited-file-name): Use truename for buffer-file-name.
14121 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
14123         * vc-hooks.el (vc-file-not-found-hook): Doc fix.
14125 2003-07-26  Andre Spiegel  <spiegel@gnu.org>
14127         * vc-hooks.el (vc-default-registered, vc-make-version-backup):
14128         Use with-no-warnings.
14129         (vc-file-not-found-hook): Add this to find-file-not-found-functions,
14130         rather than to find-file-not-found-hook, which doesn't exist.
14132 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
14134         * international/quail.el (quail-translate-key): Fix previous change.
14136 2003-07-25  John Paul Wallington  <jpw@gnu.org>
14138         * server.el (server-start): Check `server-process' is non-nil
14139         before killing it to avoid killing current buffer's process.
14141         * simple.el (choose-completion-string): Use `minibufferp';
14142         test `completion-reference-buffer' if `buffer' arg is nil.
14143         (push-mark): Use `when' and `unless'.
14144         (pop-mark): Use `when'.
14146         * mouse-sel.el (mouse-sel-get-selection-function):
14147         Check `x-last-selected-text-primary'.  Don't barf if it or
14148         `x-last-selected-text' aren't bound.
14150 2003-07-25  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
14152         * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
14154 2003-07-23  Stefan Monnier  <monnier@cs.yale.edu>
14156         * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
14158 2003-07-23  John Paul Wallington  <jpw@gnu.org>
14160         * tooltip.el (defface tooltip): Inherit from variable-pitch.
14162 2003-07-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
14164         * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
14165         string.  Defvar the derived hook.
14167         * macros.el (insert-kbd-macro): Escape double quote character.
14168         From Thomas W Murphy <twm@andrew.cmu.edu>.
14170 2003-07-22  Stefan Monnier  <monnier@cs.yale.edu>
14172         * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
14173         to match the specific mark rather than reusing comment-start-skip.
14175 2003-07-22  Thien-Thi Nguyen  <ttn@gnu.org>
14177         * progmodes/hideshow.el (hs-special-modes-alist):
14178         Clarify MDATA-SELECTOR doc; nfc.  Thanks to Michael Ernst.
14180 2003-07-21  Markus Rost  <rost@math.ohio-state.edu>
14182         * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
14183         value using ?\s.
14185 2003-07-21  John Paul Wallington  <jpw@gnu.org>
14187         * subr.el (with-selected-window): Add closing paren.
14189 2003-07-21  Richard M. Stallman  <rms@gnu.org>
14191         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
14192         (lisp-mode): Likewise.
14194         * subr.el (with-selected-window): Copy code form save-selected-window
14195         so as to call select-window with norecord arg.
14196         (dynamic-completion-table): Doc fix.
14197         (lazy-completion-table): Doc fix.
14199         * international/mule-cmds.el (set-locale-environment):
14200         langinfo renamed to locale-info.
14202         * international/mule.el (auto-coding-functions): Doc fix.
14204 2003-07-21  Kenichi Handa  <handa@m17n.org>
14206         * international/quail.el (quail-translate-key):
14207         Update quail-current-str correctly.
14209 2003-07-21  Andreas Schwab  <schwab@suse.de>
14211         * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
14212         ?, to "_".
14214 2003-07-20  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
14215         Version 2.0.36 of Tramp released.
14217         * net/tramp.el (tramp-default-password-end-of-line): Rename from
14218         tramp-password-end-of-line.
14219         (tramp-password-end-of-line): New method parameter.
14220         (tramp-get-password-end-of-line): Function to access method
14221         parameter `tramp-password-end-of-line', or variable
14222         `tramp-default-password-end-of-line' (default value).
14223         (tramp-methods): Add entries for new parameter
14224         tramp-password-end-of-line.
14225         (tramp-enter-password): Use new function
14226         `tramp-get-password-end-of-line'.
14227         (tramp-handle-insert-file-contents): Do not
14228         unconditionally inhibit the file operation file-local-copy, only
14229         do that when the inhibit-file-name-operation is currently
14230         insert-file-contents.  This fixes finding remote CVS-controlled
14231         files.  (It would barf on inserting the CVS/Entries file
14232         literally, because the file-local-copy handler wasn't called.)
14233         (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
14234         (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
14235         (tramp-initial-commands): New variable.
14236         (tramp-process-initial-commands): New function, using the variable.
14237         (tramp-open-connection-setup-interactive-shell): Call the new function.
14238         (tramp-buffer-name, tramp-debug-buffer-name): Always put the
14239         method into the buffer name, never use nil.  Reported by Hanak
14240         David <dhanak@inf.bme.hu>.
14241         (tramp-open-connection-setup-interactive-shell): Erase buffer
14242         before sending "stty -onlcr".
14244         * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
14246 2003-07-19  Markus Rost  <rost@math.ohio-state.edu>
14248         * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
14250 2003-07-19  John Paul Wallington  <jpw@gnu.org>
14252         * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
14253         (artist-draw-rect, artist-draw-square): Doc fixes.
14255         * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
14257         * textmodes/two-column.el (2C-mode-line-format): Doc fix.
14259 2003-07-19  Kenichi Handa  <handa@m17n.org>
14261         * international/kkc.el (kkc-show-conversion-list-update):
14262         Highlight the correct candidate in the message.
14264 2003-07-18  John Paul Wallington  <jpw@gnu.org>
14266         * simple.el (current-word): Don't include punctuation char when
14267         `really-word' arg is non-nil.
14269 2003-07-17  Martin Stjernholm  <bug-cc-mode@gnu.org>
14271         * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
14272         moved to the directory obsolete.
14274 2003-07-16  Stefan Monnier  <monnier@cs.yale.edu>
14276         * info.el (Info-menu-entry-name-re): Allow newlines in
14277         menu entry names.
14279         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
14280         syntax-ppss-after-change-function.
14281         (syntax-ppss-after-change-function): New alias.  Update uses.
14282         (syntax-ppss): Catch the case where the buffer is narrowed.
14284 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
14286         * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
14287         (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
14289 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
14291         * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
14292         since it might be modified.
14294         * progmodes/cc-langs.el (c++-make-template-syntax-table)
14295         (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
14296         names to these language constants.
14298 2003-07-15  Kim F. Storm  <storm@cua.dk>
14300         * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
14301         All uses changed.
14303 2003-07-14  Mark A. Hershberger  <mah@everybody.org>
14305         * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
14306         Namespace support.
14308 2003-07-13  Juanma Barranquero  <lektu@terra.es>
14310         * frame.el (modify-all-frames-parameters): Reinstall (copyright
14311         papers received).
14313 2003-07-13  Karl Eichwalder  <ke@suse.de>
14315         * textmodes/po.el (po-find-charset): White space at the start of the
14316         Content-Type field body is non-mandatory.
14318 2003-07-13  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
14320         * textmodes/texinfo.el (texinfo-section-list):
14321         Append appendixsection; a synonym for appendixsec.
14323 2003-07-13  Jari Aalto  <jari.aalto@poboxes.com>
14325         * man.el (Man-translate-cleanup): New.
14326         (Man-translate-references): Call `Man-translate-cleanup' to clean
14327         leading, trailing and middle spaces.
14329 2003-07-13  Lars Hansen  <larsh@math.ku.dk>
14331         * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
14332         Handle `dired-directory' being a list.
14334 2003-07-13  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
14336         * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
14337         it doesn't exist.
14339 2003-07-12  Richard M. Stallman  <rms@gnu.org>
14341         * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
14343         * progmodes/cc-defs.el (c-make-keywords-re):
14344         Don't use delete-duplicates.
14345         (c-lang-const): Don't use mapcan.
14347         * apropos.el (apropos-show-scores): Make it customizable.
14348         Document new meaning.
14349         (apropos): Compute scores from symbols.
14350         (apropos-print): Don't sort by scores if apropos-show-scores is nil.
14352 2003-07-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
14354         * ps-bdf.el: Fix copyright line.
14355         (bdf-directory-list): Fix initialization code.
14357 2003-07-11  John Paul Wallington  <jpw@gnu.org>
14359         * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
14360         (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
14361         (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
14363 2003-07-11  NAKAJIMA Mikio  <minakaji@namazu.org>  (tiny change)
14365         * emacs-lisp/ring.el (ring-elements): Doc fix.
14367 2003-07-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
14369         * calendar/timeclock.el (timeclock-relative)
14370         (timeclock-ask-before-exiting, timeclock-use-display-time):
14371         Doc changes.
14372         (timeclock-modeline-display): Give a message if
14373         `timeclock-use-display-time' is non-nil but `display-time-mode'
14374         is not active.
14376 2003-07-11  Kenichi Handa  <handa@m17n.org>
14378         * international/mule-cmds.el (set-language-environment):
14379         Set current-language-environment to the correct string.
14381 2003-07-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
14383         * ps-print.el: Print line number correctly in a region.  Reported by
14384         Tim Allen <timallen@ls83.fsnet.co.uk>.
14385         (ps-print-version): New version number (6.6.2).
14386         (ps-printing-region): Code fix.
14388 2003-07-10  John Paul Wallington  <jpw@gnu.org>
14390         * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
14391         this function can be called from `add-completions-from-tags-table'.
14393 2003-07-10  Glenn Morris  <gmorris@ast.cam.ac.uk>
14395         * calendar/timeclock.el (timeclock-use-display-time)
14396         (timeclock-day-over-hook, timeclock-workday-remaining)
14397         (timeclock-status-string, timeclock-when-to-leave)
14398         (timeclock-when-to-leave-string, timeclock-log-data)
14399         (timeclock-find-discrep, timeclock-day-base)
14400         (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
14401         (timeclock-modeline-display): Set the variable
14402         `timeclock-modeline-display'.
14403         (timeclock-update-modeline): Doc fix.  Respect value of
14404         `timeclock-relative'.
14406 2003-07-09  Richard M. Stallman  <rms@gnu.org>
14408         * textmodes/reftex-parse.el (reftex-all-document-files):
14409         Add autoload cookie.
14411         * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
14412         (reftex-scanning-info-available-p): Add autoload cookie.
14414         * international/mule-cmds.el
14415         (set-display-table-and-terminal-coding-system): Delete duplicate
14416         aset on standard-display-table.
14418         * view.el (view-file): If existing buffer's major mode is special,
14419         don't go into view mode.
14421         * dired.el (dired-move-to-filename-regexp): Allow quote in months.
14423 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
14425         * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
14426         buffer changes; there's third party code that calls this function
14427         directly.
14429 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
14431         * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
14432         (autodoc-font-lock-keywords): Don't byte compile on font lock
14433         initialization when running from byte compiled files.
14435 2003-07-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
14437         * progmodes/cc-engine.el: Fix AWK mode indentation when previous
14438         statement ends with auto-increment "++".
14440 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
14442         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
14443         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
14444         these are changed, so declare them as variables and not constants.
14446 2003-07-08  Markus Rost  <rost@math.ohio-state.edu>
14448         * subr.el (dolist, dotimes): Doc fix.
14450 2003-07-08  Kim F. Storm  <storm@cua.dk>
14452         * international/mule-cmds.el
14453         (set-display-table-and-terminal-coding-system): Don't break
14454         bootstrap if standard-display-table isn't setup yet.
14456 2003-07-07  Richard M. Stallman  <rms@gnu.org>
14458         * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
14459         Give it a doc string, and autoload it.
14461         * desktop.el (desktop-buffer-info, desktop-buffer-mh):
14462         Use with-no-warnings.
14464         * info.el (Info-search): If find invisible text, search again.
14466         * isearch.el (search-whitespace-regexp): Add a shy group around it.
14468         * man.el (Man-name-regexp): Match + as part of name.
14470         * simple.el (visible-mode): Rename from vis-mode.
14471         (vis-mode-saved-buffer-invisibility-spec): Doc fix.
14473         * simple.el (current-word): New arg REALLY-WORD specifies
14474         don't include punctuation chars.
14476         * emacs-lisp/debug.el (debug, debugger-env-macro):
14477         Use with-no-warnings while accessing and binding unread-command-char.
14479         * international/mule-cmds.el
14480         (set-display-table-and-terminal-coding-system): Use explicit loop
14481         instead of calling standard-display-default.
14483         * net/ange-ftp.el (ange-ftp-file-symlink-p):
14484         Use condition-case to catch error in ange-ftp-get-files.
14486         * net/browse-url.el (browse-url-browser-function):
14487         Add alternative for Epiphany.
14488         (browse-url-epiphany-program, browse-url-epiphany-arguments)
14489         (browse-url-epiphany-startup-arguments)
14490         (browse-url-epiphany-new-window-is-tab): New variables.
14491         (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
14493         * progmodes/compile.el (compile-auto-highlight): Default now t.
14494         (compile): Doc fix.
14495         (compilation-next-error): Fix previous change.
14497         * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
14499         * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
14501 2003-07-07  Nick Roberts  <nick@nick.uklinux.net>
14503         * gdb-ui.el (gdb-source-info): Display current frame when
14504         attaching to an existing process.
14505         (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
14506         while laying out windows when attaching to an existing process.
14508 2003-07-07  Stefan Monnier  <monnier@cs.yale.edu>
14510         * info.el (Info-menu): Use Info-menu-entry-name-re.
14512 2003-07-06  Stefan Monnier  <monnier@cs.yale.edu>
14514         * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
14515         * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
14517         * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
14518         to match the same text.
14520 2003-07-06  John Paul Wallington  <jpw@gnu.org>
14522         * vc.el (vc-annotate-offset): Move defvar up.
14524 2003-07-06  Kim F. Storm  <storm@cua.dk>
14526         * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
14527         This should fix the infinite loop when extracting menu names.
14529 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
14531         * files.el (auto-mode-alist, interpreter-mode-alist):
14532         Remove entries to CC Mode modes to avoid duplicates; they are now added
14533         with autoload directives in cc-mode.el.
14535 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
14537         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
14538         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
14539         these are changed, so declare them as variables and not constants.
14541         * progmodes/cc-mode.el: Fix some autoload problems: Try to
14542         ensure that the entry for ".c" extension comes before the one for
14543         ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
14544         Fix incorrect entries that were added to `interpreter-mode-alist'.
14545         Move the autoload directives for AWK to the top level since they
14546         aren't recognized anywhere else.  Do not use the new AWK mode doc
14547         in the autoload form for the old AWK mode.
14549 2003-06-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
14551         * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
14552         (bibtex-sort-ignore-string-entries): Default value t.
14553         (bibtex-entry-kill-ring-max): Reintroduce as it was removed
14554         erroneously in previous version.
14555         (bibtex-string-files): Docstring reflects new parsing scheme.
14556         (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
14557         docstring, add # as one of the chars to crush
14558         (bibtex-autokey-prefix-string, bibtex-autokey-names)
14559         (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
14560         (bibtex-autokey-name-change-strings)
14561         (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
14562         (bibtex-autokey-name-separator, bibtex-autokey-year-length)
14563         (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
14564         (bibtex-autokey-title-terminators)
14565         (bibtex-autokey-titlewords-stretch)
14566         (bibtex-autokey-titleword-ignore)
14567         (bibtex-autokey-titleword-case-convert)
14568         (bibtex-autokey-titleword-abbrevs)
14569         (bibtex-autokey-titleword-abbrevs)
14570         (bibtex-autokey-titleword-change-strings)
14571         (bibtex-autokey-titleword-length)
14572         (bibtex-autokey-titleword-separator)
14573         (bibtex-autokey-name-year-separator)
14574         (bibtex-autokey-year-title-separator)
14575         (bibtex-autokey-before-presentation-function)
14576         (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
14577         Fix docstring.
14578         (bibtex-strings, bibtex-reference-keys):
14579         Use lazy-completion-table and make-variable-buffer-local.
14580         (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
14581         (bibtex-braced-string-syntax-table)
14582         (bibtex-quoted-string-syntax-table): New variables.
14583         (bibtex-parse-nested-braces): Remove.
14584         (bibtex-parse-field-string): Use syntax table and forward-sexp.
14585         (bibtex-parse-association): Simplify.
14586         (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
14587         (bibtex-parse-field-text): Simplify.
14588         (bibtex-search-forward-field, bibtex-search-backward-field):
14589         argument BOUND can take value t.
14590         (bibtex-start-of-field, bibtex-start-of-name-in-field)
14591         (bibtex-end-of-name-in-field, bibtex-end-of-field)
14592         (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
14593         (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
14594         (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
14595         (bibtex-skip-to-valid-entry): Return buffer position of beginning
14596         and ending of entry.  Update for changes of bibtex-search-entry.
14597         Simplify.
14598         (bibtex-map-entries): FUN is called with three arguments.
14599         (bibtex-search-entry): Return a cons pair with buffer positions of
14600         beginning and end of entry.
14601         (bibtex-enclosing-field): Simplify.
14602         (bibtex-format-entry): Use booktitle to set a missing title.
14603         (bibtex-autokey-get-names): Fiddle with regexps.
14604         (bibtex-generate-autokey): Use identity.
14605         (bibtex-parse-keys): Use simplified parsing algorithm if
14606         bibtex-parse-keys-fast is non-nil.  Simplify.  Change order of
14607         arguments.  Return alist of keys.
14608         (bibtex-parse-strings): Simplify.  Return alist of strings.
14609         (bibtex-complete-string-cleanup): Fix docstring.
14610         (bibtex-read-key): New function.
14611         (bibtex-mode): Fix docstring.  Do not parse for keys and
14612         strings when the mode is entered.  Set fill-paragraph-function to
14613         bibtex-fill-field.  Setup font-lock-mark-block-function the way
14614         font-lock intended.
14615         (bibtex-entry): Use bibtex-read-key.  Obey bibtex-autofill-types.
14616         (bibtex-parse-entry, bibtex-autofill-entry): New functions.
14617         (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
14618         (bibtex-Preamble): Avoid hard coded constants.
14619         (bibtex-make-field): Fix docstring.  Simplify.
14620         (bibtex-beginning-of-entry): Always return new position of point.
14621         (bibtex-end-of-entry): Rearrange cond clauses.
14622         (bibtex-count-entries, bibtex-validate, bibtex-reformat):
14623         Update for changes of bibtex-map-entries.
14624         (bibtex-ispell-abstract): Do not move point.
14625         (bibtex-entry-index): Use downcase.  Simplify.
14626         (bibtex-lessp): Handle catch-all.
14627         (bibtex-find-crossref): Turn into a command.
14628         (bibtex-find-entry): Simplify.  Use bibtex-read-key.  Fix regexp.
14629         (bibtex-clean-entry): Use bibtex-read-key.  Handle string and
14630         preamble entries.
14631         (bibtex-fill-field-bounds): New function.
14632         (bibtex-fill-field): New command.  Bound to fill-paragraph-function.
14633         (bibtex-fill-entry): Use bibtex-fill-field-bounds
14634         (bibtex-String): Use bibtex-strings.  Always obey
14635         bibtex-sort-ignore-string-entries.
14637 2003-07-05  John Paul Wallington  <jpw@gnu.org>
14639         * cus-theme.el (customize-create-theme):
14640         Call `customize-create-theme' in Reset widget's notify function.
14642         * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
14643         (ibuffer-mark-interactive): Use `or' instead of `unless'.
14644         (define-ibuffer-column name): Add summarizer.
14645         (define-ibuffer-column size): Likewise.
14646         (define-ibuffer-column filename): Likewise.
14647         (define-ibuffer-column process): Likewise.  Change BODY's output too.
14648         (define-ibuffer-column filename-and-process): Likewise, likewise.
14649         (ibuffer): Remove local vars `already-in' and `need-update'.
14651         * ibuf-ext.el: Don't require `derived' at compile-time.
14653 2003-07-05  Kim F. Storm  <storm@cua.dk>
14655         * info.el: Disable paragraph refilling.
14656         (Info-refill-paragraphs): New defcustom.
14657         (Info-fontify-node): Use it.
14659 2003-07-04  Stefan Monnier  <monnier@cs.yale.edu>
14661         * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
14662         thingies from constructors created by defstruct.
14664         * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
14665         the default value of the variable.
14666         (byte-code-meter): Move declaration to top level.
14668         * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
14670         * info.el (Info-following-node-name-re): New fun.
14671         (Info-following-node-name): Remove.
14672         (Info-insert-dir): Use the new fun.
14673         (Info-extract-pointer): Don't save restriction; use new fun.
14674         (Info-menu-entry-name-re): New const.
14675         (Info-menu-entry-name-re): Use it along with new fun.
14676         (Info-node-spec-re): Use new fun.
14677         (Info-complete-menu-item, Info-fontify-node): Use new const.
14678         (Info-goto-node, Info-follow-reference, Info-menu-update):
14679         Use match-string.
14680         (Info-follow-reference): Use assoc-string.
14681         Use a list of strings for the completion table.
14682         (Info-fontify-node): Use match-string, line-end-position.
14683         Limit the search for `node:' to the first line.
14685         * newcomment.el (uncomment-region): Remove padding coming from
14686         comment-start rather than just from comment-padding.
14688         * vc-cvs.el (vc-cvs-repository-hostname): New operation.
14689         (vc-cvs-stay-local-p): Use vc-stay-local-p.
14690         (vc-cvs-rename-file): Remove (use the default).
14691         (vc-cvs-register): Register parent dir if needed.
14692         (vc-cvs-could-register): Return non-nil if parent can be registered.
14693         (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
14694         (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
14696         * vc-svn.el (vc-svn-use-edit): Make it into a const.
14697         (vc-svn-update): Fix the arguments to `svn'.
14698         (vc-svn-diff-tree): Just use `vc-svn-diff'.
14699         (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
14700         Simple implementations, assuming `name' is a URL.
14702         * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
14703         set of chars allowed unquoted in a case pattern.
14705         * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
14707         * font-lock.el (font-lock-extra-types-widget)
14708         (c-font-lock-extra-types, c++-font-lock-extra-types)
14709         (objc-font-lock-extra-types, java-font-lock-extra-types)
14710         (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
14711         (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
14712         (font-lock-match-c++-style-declaration-item-and-skip-to-next)
14713         (font-lock-match-c++-structor-declaration)
14714         (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
14715         (c++-font-lock-keywords-3, c++-font-lock-keywords)
14716         (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
14717         (objc-font-lock-keywords-3, objc-font-lock-keywords)
14718         (java-font-lock-keywords-1, java-font-lock-keywords-2)
14719         (java-font-lock-keywords-3, java-font-lock-keywords)
14720         (java-font-lock-syntactic-face-function): Remove obsolete code
14721         and constants.  It's all in cc-fonts.el now.
14723 2003-07-04  Glenn Morris  <gmorris@ast.cam.ac.uk>
14725         * mail/sendmail.el (mail-specify-envelope-from)
14726         (mail-envelope-from): Doc fix.
14728 2003-07-04  Martin Stjernholm  <mast@lysator.liu.se>
14730         * generic-x.el: Do away with the dependency on `c-emacs-features'
14731         when populating `rul-generic-mode-syntax-table'; we already know
14732         this isn't XEmacs.
14734 See ChangeLog.10 for earlier changes.
14736 ;; Local Variables:
14737 ;; coding: iso-2022-7bit
14738 ;; End:
14740     Copyright (C) 2001, 02, 04  Free Software Foundation, Inc.
14741   Copying and distribution of this file, with or without modification,
14742   are permitted provided the copyright notice and this notice are preserved.
14744 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1